﻿/* 样式重置  */
	
	body {
		width: 100%;
		height: 100%;
	}
	
	body,
	div,
	dl,
	dt,
	dd,
	ul,
	ol,
	li,
	h1,
	h2,
	h3,
	h4,
	h5,
	h6,
	pre,
	code,
	form,
	fieldset,
	legend,
	input,
	button,
	textarea,
	select,
	p,
	blockquote,
	th,
	td,
	section {
		margin: 0;
		padding: 0;
	}
	
	h1,
	h2,
	h3,
	h4,
	h5 {
		font-weight: normal;
		margin: 0px;
	}
	
	li {
		list-style: none;
	}
	
	.czjz {
		display: -webkit-box;
		-webkit-box-orient: horizontal;
		-webkit-box-pack: center;
		-webkit-box-align: center;
		-moz-box-orient: horizontal;
		-moz-box-pack: center;
		-moz-box-align: center;
		display: -o-box;
		-o-box-orient: horizontal;
		-o-box-pack: center;
		-o-box-align: center;
		display: -ms-box;
		-ms-box-orient: horizontal;
		-ms-box-pack: center;
		-ms-box-align: center;
		display: box;
		box-orient: horizontal;
		box-pack: center;
		box-align: center;
	}
	/* 页面样式 */
	
	.warp {
		width: 1200px;
		margin: 0 auto;
		position: relative;
	}
	
	.am-head {
		width: 100%;
		background: #FFFFFF;
		height: 105px;
		line-height: 105px;
		vertical-align: middle;
	}
	
	.am-head a.logo {
		width: 217px;
		height: 105px;
		display: inline-block;
	}
	
	.am-login-l {
		width: 50%;
		height: 105px;
		line-height: 105px;
		display: inline-block;
		font-size: 14px;
		color: rgb(102, 102, 102);
		text-transform: uppercase;
		vertical-align: middle;
	}
	
	.am-login-r {
		width: 214px;
		height: 30px;
		float: right;
		text-align: right;
		
		vertical-align: top;
		font-size: 14px;
		color: #b5bbc2;
		border-width: 1px;
		border-color: rgb(1, 81, 152);
		border-style: solid;
		border-radius: 25px;
		margin: 37.5px 0px;
	}
}
.am-login-r a {
	color: #005bac;
	font-size: 14px;
	line-height: 105px;
}
.am-login-r a.en {
	color: #666666;
	font-size: 14px;
}
.am-login-r input.text {
	float: left;
	width: 180px;
	height:30px;
	line-height: 30px;
	vertical-align: top;border: none;
	outline: none;
	font-size: 14px;
	color: #999999;
	background: none;
	padding-left: 10px;
}
.am-login-r input.but {
	background: url(../img/search.png)right no-repeat;
	width: 20px;
	height: 20px;
	border: none;
	outline: none;
	margin-right: 10px;
	float: right;
	background-position: center;
	margin-top: 3px;
}
.am-navindex:after,
.about:after,
.center-tit ul:after,
.buniness-tit ul:after,
.productlist ul:after,
.am-indexlist ul:after,
.am-colorlist ul:after,
.am-honor ul:after,
.am-detail:after,
.am-detaillist ul:after,
.am-parth ul:after {
	content: '';
	display: block;
	height: auto;
	clear: both;
	font-size: 0;
}
.am-navindex ul,
.center-tit ul,
.buniness-tit ul,
.am-indexlist ul,
.am-colorlist ul,
.am-honor ul,
.am-detail-tit ul,
.am-detaillist ul,
.am-parth ul {
	margin: 0;
	padding: 0;
}
.am-navindex {
	width: 100%;
	height: 60px;
	line-height: 60px;
	background: #1d3a5e;
}
.am-navindex ul li {
	width: auto;
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 16px;
	color: #FFFFFF;
	margin: 0px 70px 0px 10px;
	float: left;
	position: relative;
}
.am-navindex ul li a {
	font-size: 16px;
	color: #FFFFFF;
	line-height: 60px;
	height: 60px;
	text-align: center;
	display: inline-block;
}
.am-navindex ul li:last-child {
	margin-right: 0;
}
.am-navindex ul li:hover a {
	color: #cba05b;
	border-bottom: 2px solid #cba05b;
}
.am-navindex ul li:hover .nav_slide .nav_slide_a a {
	border-bottom: 0px;
}
.am-navindex ul li .nav_slide {
	background-color: #FFFFFF;
	position: absolute;
	left: 0;
	top: 60px;
	min-width: 430px;
	z-index: 999;
	padding: 20px 15px 0px 35px;
	display: none;
	transition: all .5s linear;
	float: left;
	min-height: 145px;
}
.am-navindex ul li:hover .nav_slide {
	display: block;
}
.am-navindex ul li .nav_slide_1 {
	min-width: 556px;
	z-index: 9999;
}
.am-navindex ul li .nav_slide .nav_slide_a {
	float: left;
	width: 110px;
	font-size: 14px;
	color: #333333;
	text-align: left;
}
.am-navindex ul li .nav_slide .nav_slide_a a:hover {
	color: #cba05b;
}
.am-navindex ul li .nav_slide .nav_slide_a a {
	width: 100%;
	display: block;
	line-height: 16px;
	font-size: 14px;
	color: #333333;
	padding-bottom: 15px;
	text-align: left;
	position: relative;
	height: auto;
}
.am-navindex ul li .nav_slide .nav_slide_a a.on {
	color: #cba05b;
}
.am-navindex ul li .nav_slide .nav_slide_r {
	width: 130px;
	height: 89px;
	float: right;
}
.am-navindex ul li .nav_slide .nav_slide_r img {
	min-width: 100%;
	max-height: 89px;
}
.am-slider-a1 .am-control-nav {
	bottom: 60px;
}
.am-slider-a1 .am-control-nav li a {
	width: 80px;
	height: 4px;
	background-color: rgba(0, 39, 85, 0.3);
	box-shadow: none;
	border-radius: 0;
}
.am-slider-a1 {
	box-shadow: none;
}
.am-slider-a1 .am-control-nav li a:hover {
	background-color: rgba(0, 39, 85, 0.3);
}
.am-slider-a1 .am-control-nav li a.am-active {
	background-color: rgba(0, 39, 85, 0.3);
}
.about {
	width: 100%;
	min-height: 347px;
	padding: 80px 0px;
	background: #FFFFFF;
	display: inline-block;
}
.about-pic {
	width: 524px;
	height: 347px;
	float: left;
}
.about-pic img {
	max-width: 100%;
	max-height: 347px;
}
.about-r {
	width: 596px;
	padding: 28px 0px 15px 0px;
	float: right;
	min-height: 347px;
}
.about-r h2 {
	font-size: 28px;
	color: rgb(1, 81, 152);
	line-height: 30px;
	font-weight: normal;
	margin: 0;
	width: 100%;
	text-align: left;
	padding-left: 58px;
	position: relative;
	padding-bottom: 68px;
}
.about-r h2:before {
	content: '';
	background: url(../img/top.png)left no-repeat;
	width: 24px;
	height: 22px;
	display: block;
	position: absolute;
	top: -10px;
	left: 0;
}
.about-r p {
	font-size: 16px;
	color: #666666;
	line-height: 30px;
	font-weight: normal;
	margin: 0;
	width: 100%;
	text-align: left;
	text-indent: 2em;
}
.about-r a {
	display: block;
	border-width: 1px;
	border-color: rgb(229, 229, 229);
	border-style: solid;
	width: 178px;
	height: 48px;
	text-align: center;
	line-height: 48px;
	color: rgb(170, 170, 170);
	font-size: 18px;
	border-radius: 25px;
}
.center {
	width: 100%;
	padding: 70px 0px;
	background: #f8f8f8;
	min-height: 735px;
}
.center-h h2 {
	width: 100%;
	font-size: 28px;
	color: rgb(1, 81, 152);
	text-transform: uppercase;
	line-height: 30px;
	text-align: center;
	font-weight: normal;
	margin: 0;
}
.center-h h2:before {
	content: '';
	background-color: rgb(1, 81, 152);
	width: 12px;
	height: 5px;
	display: inline-block;
	text-align: center;
	margin: 0px auto;
	position: relative;
	top: -7px;
	right: 45px;
}
.center-h h2:after {
	content: '';
	background-color: rgb(1, 81, 152);
	width: 12px;
	height: 5px;
	display: inline-block;
	text-align: center;
	margin: 0px auto;
	position: relative;
	top: -7px;
	left: 45px;
}
.center-tit {
	width: 100%;
	background-image: url(../img/line.png);
	background-repeat: repeat-y;
	display: inline-block;
	min-height: 578px;
	background-position: center;
	position: relative;
	margin: 35px 0px;
}
.center input {
	display: block;
	text-align: center;
	margin: 0px auto;
	font-size: 18px;
	border-width: 1px;
	border-color: rgb(1, 81, 152);
	border-style: solid;
	width: 178px;
	height: 48px;
	line-height: 48px;
	color: rgb(1, 81, 152);
	border-radius: 25px;
	background: none;
	outline: none;
}
.center-tit ul li {
	width: 536px;
	height: 182px;
	float: left;
	margin-top: 32px;
	background: #eeeeee;
	position: relative;
	text-overflow: ellipsis;
	margin-bottom: 22px;
	
}
.center-tit ul li .img {
	width: 218px;
	height: 182px;
	float: right;
}
.center-tit ul li .img img {
	max-width: 100%;
	height: 182px;
}
.center-tit ul li .center-titr {
	width: 318px;
	float: left;
	padding: 18px 12px 18px 18px;
	text-align: left;
	font-size: 14px;
	color: #666666;
	line-height: 25px;
	font-weight: normal;
	height: 182px;
	overflow: hidden;
	word-wrap: break-word;
}
.center-tit ul li .center-titr h2 {
	width: 100%;
	text-align: left;
	margin: 0px;
	font-size: 18px;
	color: #333333;
	line-height: 20px;
	padding-bottom: 10px;
}
.center-tit ul li .center-titr p {
	width: 100%;
	text-align: left;
	margin: 0px;
	font-size: 14px;
	color: #666;
	line-height: 24px;
}
.center-tit ul li .center-titr span {
	width: 100%;
	text-align: left;
	margin: 0px;
	font-size: 14px;
	color: #999;
	line-height: 15px;
	display: inline-block;
}
.center-tit ul li i {
	display: block;
	position: absolute;
	top: 20px;
	right: -71px;
	background: url(../img/line_1.png)right no-repeat;
	width: 61px;
	height: 14px;
}
.center-tit ul li:nth-of-type(2n) {
	float: right;
	margin-top: 90px;
}
.center-tit ul li:nth-of-type(2n) i {
	display: block;
	position: absolute;
	top: 50px;
	left: -71px;
	background: url(../img/line_2.png)right no-repeat;
	width: 61px;
	height: 14px;
}
.center-tit ul li:nth-of-type(2n) .img {
	float: left;
}
.center-tit ul li:nth-of-type(2n) {
	margin-bottom: 0px;
}
.buniness {
	width: 100%;
	padding: 70px 0px;
	margin: 0px auto;
	background: #FFFFFF;
}
.buniness-tit {
	width: 100%;
	margin-top: 50px;
	height: 593px;
}
.buniness-tit .buniness-titl {
	width: 593px;
	float: left;
	height: 593px;
	position: relative;
	transition: all 1s linear;
}
.buniness-tit .buniness-titl img {
	max-width: 100%;
	max-height: 593px;
}
.buniness-show {
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.5);
	width: 593px;
	height: 593px;
	padding: 78px 45px 78px 72px;
	opacity: 0;
	transition: all 1s linear;
	cursor: pointer;
}
.buniness-tit .buniness-titl:hover .buniness-show {
	opacity: 1;
	transition: all 1s linear;
}
.buniness-show h2 {
	width: 100%;
	font-size: 30px;
	line-height: 30px;
	text-align: left;
	font-weight: normal;
	margin: 0;
	color: #FFFFFF;
}
.buniness-show span {
	background-color: rgb(255, 255, 255);
	width: 60px;
	height: 6px;
	display: block;
	margin-top: 30px;
	margin-bottom: 40px;
}
.buniness-show p {
	width: 100%;
	font-size: 16px;
	line-height: 30px;
	text-align: left;
	font-weight: normal;
	margin: 0;
	color: #FFFFFF;
}
.buniness-show a {
	border-width: 1px;
	border-color: rgb(229, 229, 229);
	border-style: solid;
	width: 178px;
	height: 48px;
	display: block;
	margin: 120px auto 0;
	text-align: center;
	line-height: 48px;
	border-radius: 25px;
	font-size: 18px;
	color: #FFFFFF;
}
.buniness-titr {
	width: 592px;
	height: 593px;
	float: right;
}
.buniness-titr ul li {
	opacity: 0;
}
.buniness-titr ul li,
.buniness-titr .img {
	width: 290px;
	height: 291px;
	float: left;
	margin-bottom: 10px;
	overflow: hidden;
	transition: 1s ease-out;
	-webkit-transition: 1s ease-out;
}
.buniness-titr ul li .img img {
	max-width: 100%;
	max-height: 291px;
	transition: 1s ease-out;
	-webkit-transition: 1s ease-out;
}
.buniness-titr ul li:nth-of-type(2n) {
	float: right;
}
.buniness-titr ul li:nth-of-type(3),
.buniness-titr ul li:nth-of-type(4) {
	margin-bottom: 0;
}
.anser2 {
	animation: fadeInUp 1s linear forwards;
	-webkit-animation: fadeInUp 1s linear forwards;
	-moz-animation: fadeInUp 1s linear forwards;
}
@-webkit-keyframes fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}
@keyframes fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 50%, 0);
		transform: translate3d(0, 50%, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}
.buniness-titr ul li:hover .img {
	transform: scale(1.2);
}
.conduct {
	width: 100%;
	background: url(../img/12.jpg)center no-repeat;
	height: 624px;
	padding: 70px 0px;
}
.conduct-tit {
	height: 484px;
	width: 100%;
	background: #FFFFFF;
	padding: 20px 85px 20px 20px;
}
.conduct-tit .img {
	width: 790px;
	height: 448px;
	float: left;
}
.conduct-tit-r {
	width: 298px;
	height: 448px;
	float: right;
	text-align: right;
	font-size: 28px;
	line-height: 40px;
	padding-top: 265px;
}
.conduct-tit-r h2 {
	font-size: 28px;
	width: 100%;
	text-align: right;
	font-weight: normal;
	margin: 0px;
	padding-bottom: 30px;
	color: rgb(1, 81, 152);
}
.conduct-tit-r em {
	margin-top: 30px;
	display: block;
	text-align: right;
	background-color: rgb(1, 81, 152);
	width: 79px;
	height: 3px;
	float: right;
}
.address {
	width: 100%;
	height: 562px;
	position: relative;
}
.address-img {
	width: 100%;
	position: relative;
	height: 562px;
}
.address a img {
	width: 100%;
	height: 562px;
}
.address-tit {
	background-color: rgba(12, 107, 220, 0.7);
	width: 986px;
	height: 440px;
	padding-left: 388px;
	padding-top: 40px;
	padding-bottom: 28px;
	padding-right: 30px;
	position: absolute;
	top: 11%;
	left: 0;
}
.address-tit h2 {
	font-size: 24px;
	color: rgb(255, 255, 255);
	text-align: left;
	font-weight: normal;
	margin: 0px;
	line-height: 30px;
	padding-bottom: 45px;
}
.address-tit-mid {
	width: 100%;
	display: inline-block;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: normal;
	min-height: 20px;
	line-height: 20px;
	padding-bottom: 22px;
}
.address-tit-mid i {
	width: 20px;
	height: 20px;
	vertical-align: middle;
	display: inline-block;
}
.address-tit-mid i img {
	vertical-align: top;
}
.address-tit-mid h2 {
	font-size: 16px;
	color: rgb(255, 255, 255);
	text-align: left;
	font-weight: normal;
	margin: 0px;
	line-height: 20px;
	display: inline-block;
	margin-left: 20px;
	padding: 0;
}
.address-tit-bot {
	width: 100%;
	display: inline-block;
	height: 135px;
	margin-top: 20px;
}
.address-tit-botr {
	width: 433px;
	float: right;
	height: 135px;
	text-align: left;
	padding-left: 20px;
}
.address-tit-bot span {
	display: inline-block;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 30px;
	width: 100%;
	text-align: left;
}
.address-tit-botrb {
	width: 100%;
	height: 38px;
	margin-top: 35px;
}
.address-tit-botrb a {
	display: inline-block;
	width: 38px;
	height: 38px;
	vertical-align: middle;
	margin-right: 28px;
}
.address-tit-botrb a img {
	height: 38px;
}
.footer {
	width: 100%;
	height: 65px;
	background: #f8f8f8;
	line-height: 65px;
	border-top: 2px solid rgba(4, 17, 108, 0.7);
	padding: 20px 0px;
}
.footer-l {
	width: 55%;
	float: left;
	font-size: 14px;
	line-height: 18px;
	color: rgb(102, 102, 102);
}
.footer-l a,
.footer .am-fr a {
	font-size: 14px;
	line-height: 18px;
	color: rgb(102, 102, 102);
	vertical-align: middle;
}
.footer-l em {
	color: rgb(102, 102, 102);
	font-size: 14px;
	vertical-align: middle;
	margin: 0px 15px;
}
.footer .am-fr {
	width: 45%;
	float: right;
	vertical-align: middle;
	font-size: 14px;
	color: rgb(102, 102, 102);
	text-align: right;
	line-height: 18px;
}
.footer .am-fr-haisheng {
	width: 100%;
	float: middle;
	vertical-align: middle;
	font-size: 14px;
	color: rgb(102, 102, 102);
	text-align: middle;
	line-height: 18px;
}
.backtop {
	border-radius: 3px;
	background-color: rgba(0, 91, 172, 0.3);
	position: absolute;
	bottom: 75px;
	width: 54px;
	height: 54px;
	text-align: center;
	vertical-align: middle;
	right: 18%;
	cursor: pointer;
}
.am-navindex ul li .nav_slide1 {
	min-width: 300px;
	min-height: 142px;
}
.am-slider img {
	max-width: 100%;
}
.contact {
	width: 100%;
	display: inline-block;
	margin-top: 20px;
	height: auto;
	background: #FFFFFF;
	padding-bottom: 170px;
}
.product-l {
	width: 244px;
	min-height: 210px;
	background: #fff;
	float: left;
	position: static;
	z-index: 99;
	margin-top: 10px;
}
.product-l h2 {
	font-size: 24px;
	line-height: 80px;
	height: 80px;
	background-color: rgb(1, 81, 152);
	font-weight: normal;
	margin: 0;
	color: #fff;
	width: 244px;
	text-align: center;
}
.product-l ul {
	background: #F8F8F8;
	width: 244px;
	min-height: auto;
}
.product-l ul li {
	margin: 0px 30px;
	min-height: 60px;
	line-height: 60px;
	font-size: 18px;
	color: #666;
	border-bottom: 1px solid #E5E5E5;
	padding-left: 44px;
}
.product-l ul li a {
	font-size: 18px;
	color: #666;
}
.product-l ul li.last {
	border-bottom: 0px;
}
.product-l ul li.on a {
	color: #015198;
}
.product-l ul li .line {
	height: 26px;
	margin-top: 20px;
	float: left;
	border-left: 4px solid #015198;
	position: absolute;
	left: 20px;
}
.product-r {
	width: 876px;
	min-height: 200px;
	float: right;
}
.product-r-nav {
	width: 100%;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 20px;
	padding-bottom: 20px;
	text-align: right;
	font-size: 16px;
	line-height: 20px;
	color: #666666;
	float: right;
}
.product-r-nav a {
	font-size: 16px;
	color: #666666;
}
.product-r-nav:before {
	content: '';
	background: url(../img/weizhi.png)right no-repeat;
	width: 16px;
	height: 14px;
	display: inline-block;
	margin-right: 10px;
}
.product-r-nav a.on {
	color: #015198;
}
.productlist ul {
	padding: 0;
	margin: 0;
}
.productlist ul li {
	width: 100%;
	float: left;
	padding: 30px 0px;
	border-bottom: 1px solid #CCCCCC;
	min-height: 176px;
}
.productlist ul li .img {
	background-color: rgb(248, 248, 248);
	width: 264px;
	height: 176px;
	float: left;
	overflow: hidden;
}
.productlist ul li .img img {
	width: 100%;
	height: 176px;
}
.productlist ul li .productlist-r {
	width: 584px;
	float: right;
	min-height: 176px;
	padding: 20px 0px 10px;
}
.productlist ul li .productlist-r h2 {
	width: 100%;
	font-size: 18px;
	color: #333333;
	font-weight: normal;
	line-height: 20px;
	text-align: left;
	margin: 0;
	padding-bottom: 21px;
}
.productlist ul li .productlist-r p {
	width: 100%;
	font-size: 14px;
	color: #666;
	font-weight: normal;
	line-height: 30px;
	text-align: left;
	margin: 0;
}
.productlist ul li .productlist-r span {
	width: auto;
	display: inline-block;
	font-size: 14px;
	color: #999;
	font-weight: normal;
	line-height: 20px;
	text-align: left;
	margin: 0;
}
.productlist ul li .productlist-r i {
	float: right;
	text-align: right;
	font-size: 14px;
	color: #999;
	font-weight: normal;
	line-height: 20px;
	text-align: left;
	margin: 0;
	font-style: normal;
}
.productlist ul li .productlist-r i:hover {
	color: #015198;
}
.productlist ul li:last-child {
	border-bottom: 0;
}
.page {
	width: 100%;
	text-align: center;
	display: inline-block;
	margin: 0px auto;
	padding-top: 65px;
}
.page a {
	display: inline-block;
	font-size: 16px;
	color: #666;
	text-align: center;
	padding: 3px 12px;
	border: 1px solid rgb(204, 204, 204);
	margin-right: 10px;
}
.page a.spa {
	background: #005bac;
	color: #FFFFFF;
	border: 1px solid #005bac;
}
.page a:hover {
	background: #005bac;
	color: #FFFFFF;
	border: 1px solid #005bac;
}
.model {
	width: 100%;
	padding: 20px 0px;
	margin-bottom: 20px;
	font-size: 24px;
	font-weight: normal;
	color: #333333;
	line-height: 25px;
	text-align: left;
	border-bottom: 1px solid #015198;
}
.model-tit {
	width: 100%;
	height: auto;
	display: inline-block;
	font-size: 16px;
	line-height: 30px;
	color: #666666;
}
.model-tit .pic,
.model-tit .pic img {
	width: 100%;
	text-align: center;
}
.model-ness {
	border-bottom: 0;
	margin-bottom: 0;
}
.buniness-ness {
	width: 100%;
	display: inline-block;
	border-bottom: 1px dashed #E5E5E5;
	padding-bottom: 30px;
	margin-bottom: 20px;
}
.buniness-ness p {
	text-indent: 2em;
	font-size: 14px;
}
.modellist {
	background-color: rgb(248, 248, 248);
	width: 100%;
	min-height: 394px;
	padding: 10px;
	margin-bottom: 20px;
}
.modellist-l {
	width: 414px;
	float: left;
	font-size: 14px;
	line-height: 28px;
	color: #666666;
}
.modellist-l p {
	text-indent: 0;
	.buniness-ness p
}
.modellist-r {
	width: 430px;
	height: 370px;
	float: right;
}
.modellist-r img {
	max-width: 100%;
	max-height: 370px;
}
.buniness-ness h3 {
	width: 100%;
	font-size: 18px;
	color: #015198;
	line-height: 20px;
	text-align: left;
	font-weight: normal;
	margin: 0;
	padding-bottom: 40px;
}
.buniness-ness:last-child {
	border-bottom: 0;
}
.zjzl {
	width: 100%;
	height: auto;
	border-bottom: 1px solid #CCCCCC;
	display: inline-block;
}
.conmution {
	width: 100%;
	min-height: 200px;
	padding-top: 50px;
	padding-bottom: 150px;
}
.conmution-nav {
	width: 100%;
	display: block;
	height: 50px;
	line-height: 50px;
	text-align: center;
	margin: 0px auto 40px;
}
.conmution-nav a {
	background-color: rgb(248, 248, 248);
	width: 120px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	display: inline-block;
	font-size: 16px;
	color: #666666;
	margin-right: 20px;
}
.conmution-nav a:last-child {
	margin-right: 0;
}
.conmution-nav a.on {
	color: #FFFFFF;
	background: #015198;
}
.am-message {
	width: 100%;
	display: inline-block;
	min-height: 90px;
	padding: 15px 0px;
}
.am-message-l {
	width: 548px;
	float: left;
	min-height: 90px;
	font-size: 18px;
	color: #333333;
	line-height: 20px;
	font-weight: normal;
}
.am-message-l span {
	font-size: 18px;
	line-height: 20px;
	color: #333333;
	padding-bottom: 10px;
	display: inline-block;
	width: 100%;
}
.am-message-l span b {
	font-weight: normal;
	color: #e22b2b;
	font-size: 20px;
}
.am-message-l input {
	border-width: 1px;
	border-color: rgb(204, 204, 204);
	border-style: solid;
	width: 100%;
	height: 60px;
	background: none;
	outline: none;
	font-size: 16px;
	color: #333333;
	line-height: 30px;
	vertical-align: top;
	text-indent: 2em;
}
.am-message-l:nth-of-type(2) {
	float: right;
}
.model-tit input.tijiao {
	background-color: rgb(1, 81, 152);
	font-size: 18px;
	color: #FFFFFF;
	text-align: center;
	border: none;
	outline: none;
	line-height: 50px;
	display: block;
	width: 196px;
	height: 50px;
	margin-top: 40px;
}
.am-indexlist ul li {
	margin: 30px 0px;
	float: left;
	width: 100%;
	min-height: 176px;
	background-color: rgb(248, 248, 248);
}
.am-indexlist ul li .img {
	width: 264px;
	height: 176px;
	float: left;
}
.am-indexlist ul li .img img {
	max-width: 100%;
	max-height: 176px;
}
.am-indexlist ul li .am-indexlist-r {
	float: right;
	width: 590px;
	min-height: 176px;
	padding: 30px 0;
	font-size: 16px;
	line-height: 18px;
	color: #666666;
}
.am-indexlist ul li .am-indexlist-r h2 {
	font-size: 18px;
	color: rgb(1, 81, 152);
	text-align: left;
	font-weight: normal;
	margin: 0;
	width: 100%;
	padding-bottom: 10px;
	line-height: 20px;
}
.am-indexlist ul li .am-indexlist-r em {
	background-color: rgb(1, 81, 152);
	text-align: left;
	display: block;
	width: 72px;
	height: 2px;
	margin-bottom: 35px;
}
.am-colorlist {
	display: inline-block;
	width: 100%;
	height: auto;
}
.am-colorlist ul li {
	width: 203px;
	height: auto;
	float: left;
	margin-right: 20px;
}
.am-colorlist ul li .img {
	border-radius: 6px;
	width: 203px;
	height: 168px;
}
.am-colorlist ul li .img img {
	border-radius: 6px;
	width: 100%;
	height: 168px;
}
.am-colorlist ul li h2 {
	width: 100%;
	text-align: left;
	font-weight: normal;
	margin: 0;
	font-size: 18px;
	color: #333333;
	line-height: 30px;
	padding: 15px 0px;
}
.am-colorlist ul li:nth-of-type(4n) {
	margin-right: 0;
}
.am-colorlist h2.spa {
	width: 100%;
	font-weight: normal;
	margin: 0;
	padding-bottom: 20px;
	font-size: 24px;
	color: #333333;
}
.am-colorlist h2.spa:before {
	background-color: rgb(1, 81, 152);
	content: '';
	width: 4px;
	height: 22px;
	vertical-align: middle;
	display: inline-block;
	margin-right: 20px;
}
.am-activelist ul li {
	margin: 10px 0px;
	min-height: auto;
	padding: 5px;
}
.am-activelist ul li .img {
	width: 253px;
	height: 166px;
	vertical-align: middle;
}
.am-activelist ul li .img img {
width: 100%;
height: 166px;
}
.am-activelist ul li .am-indexlist-r {
	min-height: auto;
}
.am-activelist ul li .am-indexlist-r h2 {
	color: rgb(51, 51, 51);
	font-size: 18px;
	padding-bottom: 25px;
}
.am-honor {
	width: 100%;
	display: inline-block;
	margin-top: 20px;
	height: auto;
}
.am-honor h2 {
	width: 100%;
	text-align: center;
	font-weight: noe;
	font-size: 24px;
	color: #333333;
	margin: 0px;
}
.am-honor ul li {
	float: left;
	width: 264px;
	height: auto;
	padding: 40px 0px;
	font-size: 14px;
	color: #666666;
	line-height: 20px;
	text-align: center;
	margin-right: 40px;
}
.am-honor ul li .img {
	width: 264px;
	height: 204px;
}
.am-honor ul li .img img {
	width: 100%;
	height: 204px;
}
.am-honor ul li h2 {
	width: 100%;
	text-align: center;
	font-size: 14px;
	color: #666;
	line-height: 20px;
	font-weight: normal;
	margin: 0px;
	padding-top: 18px;
}
.am-honor ul li:nth-of-type(3n) {
	margin-right: 0;
}
.am-honor ul li h2 em {
	font-style: normal;
	width: 30%;
	display: inline-block;
	vertical-align: top;
}
.am-honor ul li h2 i {
	font-style: normal;
	width: 64%;
	float: right;
	text-align: left;
}
.am-contact {
	background-color: rgb(248, 248, 248);
	position: relative;
	width: 100%;
	min-height: 497px;
}
.am-contactl-l {
	width: 50%;
	position: absolute;
	top: 0;
	left: 0;
	min-height: 497px;
}
.am-contactl-tit {
	width: 580px;
	min-height: 497px;
	float: right;
	padding-right: 50px;
	padding-top: 115px;
	padding-bottom: 50px;
}
.am-contactl-tit h2 {
	width: 100%;
	text-align: left;
	font-weight: normal;
	font-size: 24px;
	line-height: 25px;
	margin: 0px;
	padding-bottom: 45px;
	color: #333333;
}
.am-contactl-tit p {
	width: 100%;
	text-align: left;
	font-weight: normal;
	font-size: 18px;
	line-height: 20px;
	margin: 0px;
	padding-bottom: 20px;
	color: #999999;
}
.am-contactl-r {
	width: 50%;
	position: absolute;
	top: 0;
	right: 0;
	min-height: 497px;
}
.pop .center {
	min-height: auto !important;
	padding: 0 !important;
}
.am-message {
	width: 100%;
	margin-top: 50px;
	height: auto;
}
.am-contact-ll {
	width: 338px;
}
.am-contact-ll:nth-of-type(2) {
	float: left;
	margin-left: 90px;
}
.am-contact-ll:nth-of-type(3) {
	float: right;
}
.am-contact-lt {
	width: 100%;
	margin-top: 30px;
	margin-bottom: 40px;
}
.am-contact-lt textarea {
	width: 100%;
	resize: none;
	border: 1px solid rgb(204, 204, 204);
	text-indent: 2em;
	line-height: 30px;
	outline: none;
}
.am-detail {
	width: 100%;
	height: auto;
	margin-top: 20px;
	display: inline-block;
}
.am-detail-tit {
	height: 50px;
	width: 760px;
	display: block;
	margin: 0px auto 30px;
}
.am-detail-tit ul li {
	width: 136px;
	height: 50px;
	float: left;
	line-height: 50px;
	text-align: center;
	font-size: 16px;
	color: #666666;
	margin-right: 20px;
	background: #F8F8F8;
}
.am-detail-tit ul li a {
	color: #666666;
	display: block;
}
.am-detail-tit ul li:last-child {
	margin-right: 0;
}
.am-detail-tit ul li.on {
	background: #015198;
}
.am-detail-tit ul li.on a {
	color: #FFFFFF;
}
.am-detaillist,
.am-parth {
	width: 100%;
	height: auto;
	display: inline-block;
	margin-top: 30px;
}
.am-detaillist h2 {
	font-size: 16px;
	min-height: 28px;
	display: inline-block;
	text-align: right;
	color: rgb(1, 81, 152);
	font-weight: normal;
	margin: 0;
	width: 100%;
	margin-bottom: 10px;
}
.am-detaillist ul li {
	width: 100%;
	float: left;
	min-height: 238px;
	background: #f8f8f8;
	padding: 20px 50px 20px 28px;
	margin-bottom: 30px;
}
.am-detaillist ul li .am-detaillist-l {
	width: 608px;
	min-height: 202px;
	border-right: 1px solid #CCCCCC;
	float: left;
}
.am-detaillist ul li .am-detaillist-l h2 {
	width: 100%;
	text-align: left;
	font-size: 18px;
	color: #333333;
	line-height: 40px;
	font-weight: normal;
	margin: 0px;
}
.am-detaillist ul li .am-detaillist-l .am-detaillist-h {
	width: 100%;
	display: inline-block;
	font-size: 14px;
	color: #999999;
	line-height: 20px;
	text-align: left;
	padding-top: 15px;
}
.am-detaillist ul li .am-detaillist-l .am-detaillist-h span {
	font-size: 14px;
	color: #333333;
	line-height: 20px;
	vertical-align: top;
}
.am-detaillist ul li .am-detaillist-l .am-detaillist-h p {
	font-size: 14px;
	color: #999;
	line-height: 20px;
	padding-left: 10px;
	padding-bottom: 10px;
}.am-detaillist ul li .am-detaillist-l .am-detaillist-p p span{font-family: "微软雅黑"  !important;font-size: 14px  !important;}
.am-detaillist ul li .am-detaillist-l .am-detaillist-p {
	width: 80%;display: inline-block;
}
.am-detaillist ul li .am-detaillist-r {
	min-height: 202px;
	width: 155px;
	float: right;
}
.am-detaillist ul li .am-detaillist-r h2 {
	width: 100%;
	text-align: left;
	font-size: 14px;
	color: #333333;
	line-height: 40px;
	font-weight: normal;
	margin: 0px;
	padding-bottom: 50px;
}
.am-detaillist ul li .am-detaillist-r p {
	font-size: 14px;
	color: #333;
	width: 100%;
	line-height: 20px;
	display: block;
}
.am-detaillist ul li .am-detaillist-r span {
	font-size: 14px;
	color: #015198;
	width: 100%;
	display: block;
	text-align: left;
	margin-top: 50px;
}
.am-about {
	width: 100%;
	display: inline-block;
	height: auto;
	font-size: 14px;
	color: #666666;
	line-height: 30px;
	text-indent: 2em;
	margin-top: 20px;
}
.am-about-tit {
	width: 100%;
	min-height: 285px;
	margin-bottom: 40px;
	display: inline-block;
}
.am-about-tit .am-img {
	width: 402px;
	float: left;
	height: 285px;
	text-indent: 0;
}
.am-about-tit .am-img img {
	max-width: 100%;
	max-height: 285px;
}
.am-about-r {
	width: 445px;
	float: left;
	color: #666666;
	line-height: 30px;
	text-indent: 2em;
	min-height: 285px;
	font-size: 14px;
	color: #666666;
	line-height: 30px;
	text-indent: 2em;
	padding-left: 30px;
}
.am-about-bot {
	width: 100%;
	display: inline-block;
	min-height: 330px;
	text-align: center;
}
.am-about-bot-img {
	width: 402px;
	height: 285px;
	float: left;
	text-indent: 0;
}
.am-about-bot-img img {
	max-width: 100%;
	max-height: 285px;
}
.am-about-t {
	width: 402px;
	height: auto;
	float: left;
}
.am-about-t h2 {
	font-size: 14px;
	color: #666666;
	line-height: 50px;
	text-align: center;
	font-weight: normal;
}
.am-about-t:last-child {
	margin-left: 154px;
	float: left;
	width: 224px;
}
.am-about-t:last-child .am-about-bot-img {
	width: 224px;
	height: 285px;
}
.am-about-t:last-child .am-about-bot-img {
	max-width: 100%;
	max-height: 285px;
}
.am-about-tit .am-img-1 {
	width: 260px;
	height: 340px;
}
.am-about-tit .am-img-1 img {
	max-width: 100%;
	max-height: 340px;
}
.am-talk-r {
	width: 568px;
}
.am-about .pic {
	width: 100%;
	float: right;
	text-align: right;
}
.img img,
.img {
	max-width: 100%;
	text-align: center;
	text-indent: 0;
}
.am-honorll ul li .img {
	width: 402px;
	height: 285px;
}
.am-honorll ul li .img img {
	max-height: 285px;
}
.am-honorll ul li {
	width: 402px;
	margin-bottom: 35px;
	padding: 0;
	color: #333333;
	margin-right: 70px;
}
.am-honorll ul li h2 {
	color: #333333;
}
.am-honorll ul li:nth-of-type(2n) {
	float: right;
	margin-right: 0;
}
.am-parth ul li {
	float: left;
	border-width: 1px;
	border-color: rgb(204, 204, 204);
	border-style: solid;
	width: 184px;
	height: 124px;
	text-align: center;
	margin: 0px 42px 22px 0px;
}
.am-parth ul li .img {
	width: 64px;
	height: 124px;
	text-align: center;
	margin: 0px auto;
    line-height:124px;
}
.am-parth ul li .img img {
	max-width: 100%;
	max-height: 64px;
}
.am-parth ul li:nth-of-type(4n) {
	margin-right: 0;
}
.am-care ul li {
	padding: 0px 0px 50px;
	text-align: left;
}
.am-care ul li h2 {
	text-align: left;
	line-height: 30px;
}
.am-even {
	background-image: url(../img/line_2.jpg);
	background-repeat: repeat-y;
	background-position: center;
	min-height: 764px;
}
.am-even ul li {
	width: 365px;
	padding-left: 6px;
	background: none;
	margin-top: 90px;
	height: auto;
	float: none;
	display: inline-block;
	padding: 20px 20px;
	opacity: 0;
	transition: 1s ease-out;
	-webkit-transition: 1s ease-out;
}
.am-even ul li h2 {
	color: rgb(1, 81, 152);
	font-size: 20px;
	line-height: 25px;
	text-align: right;
	font-weight: normal;
	margin: 0;
	padding-bottom: 10px;
	width: 100%;
}
.am-even ul li i {
	background: url(../img/yy.png)right no-repeat;
	width: 69px;
	height: 15px;
	top: 8px;
	right: -80px;
}
.am-even ul li p {
	color: #666;
	font-size: 16px;
	line-height: 26px;
	text-align: right;
	font-weight: normal;
	margin: 0;
	width: 100%;
}
.am-even ul li:nth-of-type(2n) {
	margin: 0px;
	width: 355px;
	float: right;
	text-align: left;
	padding-right: 6px;
}
.am-even ul li:nth-of-type(2n) h2,
.am-even ul li:nth-of-type(2n) p {
	text-align: left;
}
.am-even ul li:nth-of-type(2n) i {
	background: url(../img/yy_1.png)right no-repeat;
	width: 68px;
	height: 14px;
	top: 0px;
	left: -90px;
}
.am-even ul li:nth-of-type(2n) h2 {
	line-height: 15px;
}
.am-even span.down {
	width: 100%;
	text-align: center;
	margin: 0px auto;
	height: 24px;
	display: inline-block;
	cursor: pointer;
}
.am-even ul.down-tit {
	display: none;
}
#allmap {
	width: 100%;
	height: 497px;
}
.am-even ul li:hover {
	background-color: rgb(1, 81, 152);
}
.am-even ul li:hover h2,
.am-even ul li:hover p {
	color: #FFFFFF;
}
.am-even ul li:nth-of-type(2n) em {
	background: url(../img/dsj.png);
	background-repeat: no-repeat;
	width: 11px;
	height: 19px;
	display: block;
	position: absolute;
	left: -10px;
	top: 13px;
	display: none;
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
}
.am-even ul li:hover em {
	display: block;
}
.am-even ul li em {
	background: url(../img/dsj.png);
	background-repeat: no-repeat;
	width: 11px;
	height: 19px;
	display: block;
	position: absolute;
	right: -10px;
	top: 13px;
	display: none;
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
}
.am-even ul li ul {
	opacity: 1 !important;
}
.contact .am-detail-lt,
.am_detail_job {
	width: 100%;
	padding-top: 50px;
	display: inline-block;
	height: auto;
	font-size: 16px;
	color: #666666;
	line-height: 30px;
	text-indent: 2em;
}
.am-detail-lt p img{display:block;margin:0px auto;}
.am_detail_job {
	text-indent: 0;
	font-size: 14px;
}
.contact .am-detail-lt h2 {
	text-align: center;
	font-weight: normal;
	font-size: 24px;
	color: #333333;
	line-height: 30px;
	margin: 0px;
	padding-bottom: 10px;
	text-indent: 0;
	width: 100%;
}
.contact .am-detail-lt span.spa {
	text-align: center;
	font-weight: normal;
	font-size: 16px;
	color: #999;
	line-height: 22px;
	margin: 0px;
	display: block;
	text-indent: 0;
	width: 100%;
}
.am-detail-lt .am-detail_p {
	text-align: center;
	font-size: 14px;
	color: #333333;
	line-height: 40px;
}
.contact .am-detail-lt .am-backlist {
	width: 100%;
	border-top: 1px solid #CCCCCC;
	padding-top: 45px;
	min-height: 45px;
	font-size: 16px;
	color: #666666;
	line-height: 24px;
	text-align: left;
	display: inline-block;
}
.contact .am-detail-lt .am-backlist span {
	width: 70%;
	word-wrap: break-word;
	font-size: 16px;
	color: #666666;
	line-height: 30px;
	text-align: left;
	float: left;
	padding-bottom: 10px;
}
.contact .am-detail-lt .am-backlist input,
.am_detail_job input {
	border-radius: 2px;
	background-color: rgb(1, 81, 152);
	font-size: 16px;
	color: #FFFFFF;
	width: 154px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	font-weight: normal;
	outline: none;
	border: none;
	float: right;
	vertical-align: top;
	margin: -22px 0;
}
.contact .am-detail-lt .am-backlist span:nth-of-type(2n) {
	color: rgb(1, 81, 152);
}
.am_detail_job h2 {
	font-weight: normal;
	font-size: 24px;
	color: #333333;
	line-height: 30px;
	margin: 0px;
	text-align: left;
	text-indent: 0;
	width: 100%;
}
.am_detail_job b {
	font-size: 18px;
	color: #333333;
	font-weight: normal;
}
.am_detail_jobt {
	background: #f8f8f8;
	width: 100%;
	margin-top: 30px;
	height: 100px;
	line-height: 100px;
	font-size: 16px;
	color: #333333;
	padding: 0px 40px;
	margin-bottom: 30px;
}
.am_detail_jobt span {
	width: 300px;
	float: left;
	height: 100px;
	line-height: 100px;
	line-height: 100px;
	font-size: 16px;
	color: #333333;
	overflow: hidden;
	text-overflow: ellipsis;
}
.am_detail_job h3 {
	text-align: left;
	font-weight: normal;
	font-size: 20px;
	color: #333333;
	line-height: 30px;
	margin: 0px;
	padding-bottom: 10px;
	text-indent: 0;
	width: 100%;
}
.am_detail_job h3 a {
	color: rgb(1, 81, 152);
}