header{
	position: relative;
}
.welcome{
	background-color: #65493B;
}
.welcome ul{
	float: left;
	display: flex;
	align-items: center;
}
.welcome dl{
	float: right;
	display: flex;
}
.welcome ul li a{
	display: block;
	line-height: 36px;
	font-size: 1.4rem;
	font-family:ITCAvant-Bk;
	color: rgba(255,255,255,.5);
}
.welcome ul i{
	width: 1px;
	height: 10px;
	display: block;
	background-color: rgba(255,255,255,.5);
	margin: 0px 25px;
}
.welcome dl dd{
	padding: 0px 13px;
}
.welcome dl dd a{
	display: block;
	color: #fff;
	font-size: 1.6rem;
}
.welcome dl dd a i{
	line-height: 36px;
}
.welcome dl dt{
	padding-left: 15px;
}
.welcome dl dt a{
	display: block;
	font-weight: normal;
	font-family:ITCAvant-Md;
	font-size: 1.6rem;
	color: #fff;
	line-height: 36px;
}
.top{
	display: flex;
	justify-content: space-between;
	padding: 22px 0px 17px;
}
.menu ul{
	display: flex;
}
.menu ul li{
	padding: 0px 40px;
	position: relative;
}
.menu ul li>a{
	display: block;
	font-size: 2.0rem;
	font-family:ITCAvant-Md;
	line-height: 61px;
	color: #000;
}
.menu ul li.tmenu>a{
	background: url(../images/mnjt.svg) right 28px no-repeat;
	background-size: 15px auto;
	padding-right: 20px;
}
.menu ul li:hover>a{
	color: #da251c;
}
.menu ul li dl{
	position: absolute;
	display: none;
	left: 0;
	width: 160%;
	top: 100%;
	background-color: #fff;
	z-index: 9;
	padding: 15px 0px 20px;
}
.menu ul li:hover dl{
	display: block;
}
.menu ul li dl dd a{
	display: block;
	padding: 0px 20px 0px 50px;
	font-size: 1.4rem;
	line-height: 34px;
	font-family:ITCAvant-Md;
	color: #000;
	background: url(../images/leftjt.svg) 35px center no-repeat;
	background-size: auto 10px;
}
.menu ul li dl dd a:hover{
	color: #da251c;
	text-decoration: underline;
}
.search{
	cursor: pointer;
}
.search i{
	font-size: 2.0rem;
	color: #000;
	line-height: 61px;
}
.sousuo{
	position: absolute;
	width: 100%;
	top: 100%;
	left: 0;
	background: rgba(0,0,0,.6);
	padding: 30px 0px;
	display: none;
	z-index: 6;
}
.sousuo form{
	display: flex;
}
.sousuo form input{
	width: 85%;
	border: 0;
	line-height: 20px;
	padding: 15px;
	background-color: #fff;
	outline: none;
	font-family:ITCAvant-Bk;
	font-size: 1.6rem;
}
.sousuo form button{
	width: 15%;
	border: 0;
	background-color: #004f93;
	font-family:ITCAvant-Md;
	font-size: 1.6rem;
	color: #fff;
}
.sousuo form button:hover{
	background: #da251c;
}
.banner .swiper-container .swiper-slide img{
	width:100%;
	height:auto;
}
.banner .swiper-container .swiper-button-white{
	background: url(../images/bsjt.png) center no-repeat;
	width: 34px;
	height: 20px;
	background-size: 100% auto;
	margin-top: -10px;
}
.banner .swiper-container .swiper-button-prev{
	left: 3%;
	transform: rotate(180deg);
}
.banner .swiper-container .swiper-button-next{
	right: 3%;
}
.banner .swiper-container .bnbt{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 100px;
	z-index: 9;
}
.banner .swiper-container .swiper-pagination{
	position: static;
	float: left;
}
.banner .swiper-container .swiper-pagination span{
	width: 90px;
	height: 3px;
	background-color: #fff;
	border-radius: 0;
	margin-right: 10px;
}
.banner .swiper-container .mouse{
	float: right;
	width: 28px;
	height: 44px;
	border: 3px #fff solid;
	border-radius: 14px;
}
.banner .swiper-container .mouse:after{
	content: "";
	width: 3px;
	height: 10px;
	background-color: #fff;
	display: block;
	margin: 6px auto 0px;
	border-radius: 3px;
}
.about{
	background: #f6f6f6;
	padding: 70px 0px;
}
.about .abimg{
	float: left;
	width: 51%;
}
.about .abtext{
	float: right;
	width: 45%;
}
.about .abtext>h2{
	font-family:ITCAvant-Md;
	color: #000;
	font-size: 2.8rem;
	line-height: 36px;
}
.about .abtext>h2:after{
	content: "";
	width: 24px;
	display: block;
	height: 2px;
	background-color: #000;
	margin: 25px 0px 15px;
}
.about .abtext>section{
	font-family:ITCAvant-Bk;
	line-height: 24px;
	font-size: 1.4rem;
	color: rgba(0,0,0,.6);
}
.about .abtext>h3{
	display: flex;
	margin: 12px 0px 10%;
}
.about .abtext>h3 a{
	color: #ff2423;
	font-size: 1.45rem;
	line-height: 20px;
	border-bottom: 2px #ff2423 solid;
	font-family:ITCAvant-Md;
}
.about .abtext>h3 a i{
	font-size: 1.2rem;
	margin-left: 10px;
}
.about .abtext>span{
	display: flex;
}
.about .abtext>span i{
	display: flex;
	justify-content: center;
	width: 23%;
	background-color: #fff;
	margin-right: 2.66666666666666%;
}
.about .abtext>span i:last-child{
	margin-right: 0;
}
.shuju{
	padding: 75px 0px 0px;
}
.shuju ul{
	display: flex;
	justify-content: space-between;
}
.shuju ul li{
	text-align: center;
	color: #979797;
}
.shuju ul li h2{
	display: flex;
	justify-content: center;
}
.shuju ul li h2 p{
	font-size: 8.2rem;
	font-family:DINCond-Bold;
	line-height: 80px;
}
.shuju ul li h2 small{
	font-family:DINCond-Bold;
	font-size: 2.6rem;
	line-height: 36px;
	margin-left: 5px;
	color:rgba(0,0,0,.4);
}
.shuju ul li span{
	display: block;
	font-size: 1.4rem;
	font-family:ITCAvant-Bk;
	line-height: 20px;
	margin: 20px 0px 0px;
}
.title{
	text-align: center;
}
.title h3{
	font-family:MaisonNeue-Bold;
	font-size: 4.6rem;
	margin: 0px 0px 10px;
}
.title span{
	display: block;
	font-size: 1.5rem;
	line-height: 23px;
	color: #8c8d9c;
	font-family:ITCAvant-Bk;
}
.product{
	padding: 55px 0px;
}
.product dl{
	display: flex;
	justify-content: center;
	margin: 40px 0px;
}
.product dl dd{
	padding: 0px 7px;
}
.product dl dd a{
	display: block;
	font-family:MaisonNeue-Book;
	font-size: 1.5rem;
	line-height: 40px;
	color: #8c8d9c;
	background-color: #f6f6f6;
	min-width: 180px;
	text-align: center;
	padding: 0px 20px;
	border-radius: 5px;
}
.product dl dd a:hover{
	color: #fff;
	background-color: #ff5821;
}
.product .procont{
	margin-right: -40px;
	margin-left: -40px;
	padding: 0px 40px;
	position: relative;
}
.procont .swiper-container{
	position: static;
}
.procont .swiper-container .swiper-slide a{
	display: block;
	text-align: center;
	color: #5c5e6b;
	font-size: 1.6rem;
	font-family:MaisonNeue-Book;
	line-height: 40px;
}
.procont .swiper-container .swiper-button-next{
	width: 40px;
	height: 40px;
	border-radius: 5px;
	background: #f6f6f6 url(../images/leftjt.svg) center no-repeat;
	background-size: auto 50%;
	right: 0;
	margin-top: -40px;
}
.procont .swiper-container .swiper-button-prev{
	width: 40px;
	height: 40px;
	border-radius: 5px;
	background: #f6f6f6 url(../images/leftjt.svg) center no-repeat;
	background-size: auto 50%;
	left: 0;
	margin-top: -40px;
	transform: rotate(180deg);
}
.news{
	background-color: #f3f4f6;
	padding: 45px 0px 40px;
}
.news h1{
	font-family:MaisonNeue-Bold;
	color: #000;
	font-size: 3.6rem;
	line-height: 50px;
}
.news h1 span{
	color: #ff2423;
}
.news ul{
	display: flex;
	justify-content: space-between;
	margin: 45px 0px 0px;
}
.news ul li{
	width: 48%;
}
.news ul li a{
	display: flex;
	justify-content: space-between;
	background-color: #fff;
	box-shadow: 0px 0px 2px rgba(0,0,0,.2);
	padding: 10px;
}
.news ul li a i{
	width: 31.5%;
	position: relative;
	display: block;
}
.news ul li a section{
	width: 65%;
	display: flex;
	flex-wrap: wrap;
	align-content: space-around;
}
.news ul li a i span{
	position: absolute;
	right: 0;
	bottom: 0;
	background-color: #d92128;
	color: #fff;
	font-style: normal;
	padding: 5px 10px;
	text-align: center;
}
.news ul li a i span p{
	color: #fff;
	font-size: 2.3rem;
	font-family:MaisonNeue-Book;
	line-height: 23px;
	display: block;
}
.news ul li a i span small{
	display: block;
	font-family:MaisonNeue-Book;
	font-size: 1.2rem;
	line-height: 12px;
}
.news ul li a section p{
	font-size: 1.8rem;
	color: #d92128;
	font-family:MaisonNeue-Bold;
	line-height: 25px;
	width: 100%;
}
.news ul li a section span{
	display: block;
	font-family:MaisonNeue-Book;
	color: #5b5c63;
	line-height: 19px;
	width: 100%;
}
.news ul li a section small{
	font-size: 1.3rem;
	font-family:MaisonNeue-Book;
	color: #d92128;
	line-height: 19px;
	width: 100%;
}
footer{
	background: #24272b url(../images/btbg.jpg) center bottom no-repeat;
	padding: 45px 0px 0px;
}
.bottom{
	display: flex;
	justify-content: space-between;
}
.bottom dl{
	max-width: 300px;
}
.bottom dl dt{
	display: flex;
	align-items: center;
	margin-bottom: 45px;
}
.bottom dl dt img{
	display: block;
}
.bottom dl dt i{
	margin-right: 20px;
}
.bottom dl dt>img{
	max-width: 80px;
}
.bottom dl section{
	max-width: 270px;
	font-size: 1.4rem;
	line-height: 32px;
	font-family:MaisonNeue-Medium;
	color: rgba(255,255,255,.3);
}
.bottom dl section>div{
	padding-left: 35px;
}
.bottom dl section .btel{
	background: url(../images/tel.svg) 0px 6px no-repeat;
	background-size: 21px auto;
}
.bottom dl section .bfax{
	background: url(../images/fax.svg) 0px 6px no-repeat;
	background-size: 21px auto;
}
.bottom dl section .bemail{
	background: url(../images/email.svg) 0px 9px no-repeat;
	background-size: 21px auto;
}
.bottom dl dt a{
	display: block;
	color: #fff;
	font-family:MaisonNeue-Medium;
	font-size: 2.0rem;
	font-weight: normal;
	line-height: 32px;
}
.bottom dl dd a{
	font-size: 1.4rem;
	line-height: 38px;
	font-family:MaisonNeue-Book;
	color: rgba(255,255,255,.3);
}
.bottom dl form{
	min-width: 300px;
}
.bottom dl:last-child dt{
	margin-bottom: 30px;
}
.bottom dl form input{
	width: 100%;
	border: 0;
	background: rgba(255,255,255,.07);
	line-height: 24px;
	padding: 15px;
	margin-bottom: 6px;
	font-family:MaisonNeue-Book;
	font-size: 1.4rem;
	height: 54px;
	color: #fff;
	outline: none;
}
.bottom dl form input::-webkit-input-placeholder,.bottom dl form textarea::-webkit-input-placeholder{
	color:rgba(255,255,255,.6);
}
.bottom dl form input::-moz-placeholder,.bottom dl form textarea::-moz-placeholder{
	color:rgba(255,255,255,.6);
}
.bottom dl form input:-moz-placeholder,.bottom dl form textarea:-moz-placeholder{
	color:rgba(255,255,255,.6);
}
.bottom dl form input:-ms-input-placeholder,.bottom dl form textarea:-ms-input-placeholder{
	color:rgba(255,255,255,.6);
}
.bottom dl form textarea{
	width: 100%;
	border: 0;
	background: rgba(255,255,255,.07);
	line-height: 24px;
	padding: 10px 15px;
	margin-bottom: 6px;
	font-family:MaisonNeue-Book;
	font-size: 1.4rem;
	color: #fff;
	outline: none;
	resize: none;
}
.bottom dl form button{
	display: flex;
	justify-content: space-between;
	background: transparent;
	border: 0;
	width: 85%;
	padding: 0;
}
.bottom dl form button p{
	background: #ff2423;
	width: 78%;
	line-height: 51px;
	height: 49px;
	overflow: hidden;
	color: #fff;
	font-family:MaisonNeue-Book;
	font-size: 1.7rem;
}
.bottom dl form button i{
	width: 20.5%;
	display: block;
	background: #ff2423 url(../images/bsjt.svg) center no-repeat;
	background-size: 36% auto;
	height: 49px;
}
.copy{
	border: 2px rgba(255,255,255,.1) solid;
	margin: 27px 0px 0px;
	padding: 25px 0px;
	line-height: 30px;
}
.copy .pull-left{
	display: flex;
	color: #fff;
	font-family:MaisonNeue-Book;
	font-size: 1.4rem;
}
.copy .pull-left a{
	color: #fff;
}
.copy .pull-right{
	display: flex;
}
.copy .pull-right a{
	display: block;
	color: #fff;
	font-size: 2.0rem;
	margin-left: 30px;
}
/*page*/
.ibanner{
	position: relative;
	overflow: hidden;
}
.ibanner img{
	width:100%;
	height:auto;
}
.ibanner .weizhi{
	position: absolute;
	width: 100%;
	top: 33%;
	left: 0;
	text-align: center;
}
.ibanner .weizhi h3{
	color: #fff;
	font-size: 5.0rem;
	letter-spacing: 2px;
	font-family:ITCAvant-Md;
}
.ibanner .weizhi section{
	color: #fff;
	font-family:ITCAvant-Bk;
	font-size: 1.8rem;
	line-height: 26px;
	margin: 15px 0px 0px;
}
@media (max-width:1200px) {
	.ibanner .weizhi h3{
		font-size: 3.4rem;
		letter-spacing: 1px;
	}
	.ibanner .weizhi section{
		font-size: 1.6rem;
		line-height: 22px;
		margin: 10px 0px 0px;
	}
}
@media (max-width:992px) {
	.ibanner{
		margin-top:45px;
	}
	.ibanner .weizhi{
		top: 18%;
	}
	.ibanner .weizhi h3{
		font-size: 2.2rem;
	}
	.ibanner .weizhi section{
		font-size: 1.2rem;
		line-height: 20px;
		margin: 5px 0px 0px;
	}
}
.ibanner .weizhi section a,.ibanner .weizhi section font{
	color: #ffb500;
}
.iabout{
	padding: 66px 0 46px;
	background: url(../images/iabbg.png) left center no-repeat;
}
.iabout>i{
	display: block;
}
.iabout dl{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 15px 0px 0px;
}
.iabout dl dd{
	width: 56%;
}
.iabout dl dt{
	width: 41%;
}
.iabout>h1,.wenhua>h1{
	text-align: center;
	font-size: 4.8rem;
	color: #1e56a0;
	font-family:ITCAvant-Demi;
	line-height: 54px;
}
.iabout dl dd h2{
	color: #1e56a0;
	font-size: 3.0rem;
	line-height: 40px;
	font-family:ITCAvant-Md;
}
.iabout dl dd section{
	color: #697277;
	font-size: 1.6rem;
	line-height: 29px;
	font-family:MaisonNeue-Book;
	margin: 15px 0px 0px;
}
.iabout .iabtext{
	color: #697277;
	font-size: 1.6rem;
	line-height: 33px;
	font-family:MaisonNeue-Book;
}
@media (max-width:1400px) {
	.iabout{
		padding: 50px 10% 40px;
	}
	.iabout>i{
		margin-top: 15px;
	}
	.iabout dl{
		padding: 15px 0px 15px;
	}
	.iabout dl dd{
		width: 44%;
	}
	.iabout dl dt{
		width: 52%;
	}
	.iabout>h1,.wenhua>h1{
		font-size: 3.2rem;
		line-height: 36px;
	}
	.iabout dl dd h2{
		font-size: 3.0rem;
		line-height: 34px;
	}
	.iabout dl dd section{
		font-size: 1.4rem;
		line-height: 24px;
		margin: 5px 0px 0px;
	}
	.iabout .iabtext{
		font-size: 1.4rem;
		line-height: 24px;
	}
}
.ishuju{
	background: url(../images/sjbg.jpg) center no-repeat;
	background-size: cover;
	margin:0;
	padding: 80px 0;
}
@media (min-width: 1440px){
	.ishuju .container{
		width:1360px;
	}
}

.ishuju ul li,.ishuju ul li h2 p,.ishuju ul li h2 small{
	color:#fff;
}
.hezhuo{
	padding:70px 0px;
}
.hezhuo h1{
	text-align:center;
	font-family:DINCond-Bold;
	text-transform:uppercase;
	font-size:5.0rem;
	line-height:50px;
}
.hezhuo h1:after{
	content:"";
	display:block;
	width:50px;
	height:3px;
	margin:15px auto 40px;
	background:#1e56a0;
}
.hezhuo ul li{
	margin-bottom:30px;
}
.hezhuo ul li img{
	border:1px #ddd solid;
}
.inews{
	padding: 50px 0px;
}
.inews dl dt{
	font-weight: normal;
	border-bottom: 1px rgba(0,0,0,.1) solid;
	padding-bottom: 22px;
	margin-bottom: 22px;
}
.inews dl dt big{
	display: block;
	float: left;
	width: 35%;
}
.inews dl dt big img{
	width: 100%;
}
.inews dl dt section{
	float: right;
	padding: 1% 0px 0px;
	width: 63%;
}
.inews dl dt section small{
	color: #c0c0c0;
	font-size: 1.4rem;
	font-family:MaisonNeue-Book;
	display: block;
	line-height: 40px;
}
.inews dl dt section h3{
	line-height: 20px;
}
.inews dl dt section h3 a{
	font-size: 1.8rem;
	color: #203878;
	font-family:MaisonNeue-Medium;
}
.inews dl dt section span{
	display: block;
	color: #8d8c8c;
	line-height: 26px;
	font-family:MaisonNeue-Book;
	margin: 2% 0px 6%;
}
.inews dl dt section h4{
	margin: 0;
}
.inews dl dt section h4 a{
	display: block;
	width: 105px;
	text-align: center;
	line-height: 36px;
	color: #fff;
	background: #004f93;
	font-size: 1.4rem;
	font-family:MaisonNeue-Medium;
	transition: .3s;
}
.inews dl dt section h4 a:hover{
	background: #f75a05;
}
.inews dl dd{
	border-bottom: 1px rgba(0,0,0,.1) solid;
	padding-bottom: 22px;
	margin-bottom: 22px;
}
.inews dl dd a{
	display: block;
}
.inews dl dd a:after{
	content: "";
	display: block;
	clear: both;
}
.inews dl dd a big{
	display: block;
	float: left;
	width: 11%;
	background: #e6e6e6;
	text-align: center;
	padding: 15px 0px;
	transition:.3s;
}
.inews dl dd a:hover big{
	background:#f75a05;
}
.inews dl dd a big p{
	color: #c0c0c0;
	font-size: 7.0rem;
	font-family:MaisonNeue-Medium;
	line-height: 66px;
}
.inews dl dd a big small{
	display: block;
	color: #c0c0c0;
	font-size: 1.9rem;
	font-family:MaisonNeue-Medium;
	line-height: 19px;
}
.inews dl dd a:hover big p,.inews dl dd a:hover big small{
	color:#fff;
}
.inews dl dd a section{
	float: right;
	width: 85%;
}
.inews dl dd a section h3{
	font-size: 1.8rem;
	color: #203878;
	font-family:MaisonNeue-Medium;
	line-height: 46px;
}
.inews dl dd a section span{
	display: block;
	color: #8d8c8c;
	line-height: 26px;
	font-family:MaisonNeue-Book;
}
@media (max-width:1200px) {
	.inews dl dt section{
		padding: 0 0px 0px;
	}
	.inews dl dt section small{
		line-height: 30px;
	}
	.inews dl dt section span{
		margin: 1% 0px 4%;
	}
}
@media (max-width:992px) {
	.inews dl dt section h4{
		display: none;
	}
	.inews dl dt section small{
		line-height: 20px;
	}
	.inews dl dd a big{
		width: 15%;
	}
	.inews dl dd a section{
		width: 80%;
	}
	.inews dl dd a section h3{
		line-height: 36px;
	}
	.inews dl dd a section span{
		line-height: 24px;
	}
}
@media (max-width:768px) {
	.inews{
		padding: 20px 0px;
	}
	.inews dl dt big{
		width: 100%;
	}
	.inews dl dt section{
		padding: 10px 0px 0px;
		width: 100%;
	}
	.inews dl dt section h3 a{
		font-size: 1.6rem;
	}
	.inews dl dt section span{
		line-height: 22px;
		font-size: 1.3rem;
		margin: 0;
	}
	.inews dl dt{
		padding-bottom: 12px;
		margin-bottom: 12px;
	}
	.inews dl dd a big{
		width: 100%;
		padding: 0;
		background: none;
	}
	.inews dl dd a big p{
		float: left;
		font-size: 1.4rem;
		line-height: 20px;
		margin: 0px 10px 0px 0px;
	}
	.inews dl dd a big small{
		float: left;
		font-size: 1.4rem;
		line-height: 20px;
	}
	.inews dl dd a section{
		width: 100%;
	}
	.inews dl dd a section h3{
		font-size: 1.6rem;
		line-height: 26px;
	}
	.inews dl dd a section span{
		line-height: 22px;
		font-size: 1.3rem;
	}
	.inews dl dd{
		padding-bottom: 12px;
		margin-bottom: 12px;
	}
}
.page-list{
	padding: 25px 0px;
}
.page-list big{
	float: right;
	display: block;
}
.page-list big a{
	float: left;
	display: block;
	font-size: 1.6rem;
	color: #808080;
	font-family:MaisonNeue-Book;
	border: 1px rgba(0,0,0,.1) solid;
	border-radius: 2px;
	line-height: 34px;
	padding: 0px 20px;
	transition: .3s;
	margin: 0px 0px 5px 10px;
}
.page-list big a:hover,.page-list big a.hover{
	background: #004f93;
	color: #fff;
	border:1px #004f93 solid;
}
@media (max-width:768px) {
	.page-list{
		padding: 15px 0px;
	}
	.page-list big a{
		font-size: 1.4rem;
		line-height: 30px;
	}
}
.inewsd{
	padding: 50px 0px;
}
@media (max-width:768px) {
	.inewsd{
		padding: 20px 0px;
	}
}
.instt{
	font-size:2.0rem;
	font-family:MaisonNeue-Medium;
	text-align:center;
	line-height:22px;
	margin:0px 0px 10px;
}
.insct{
	font-family:MaisonNeue-Book;
	line-height:24px;
	color:#444;
	margin:20px 0px 0px;
}
.insct p{
	font-family:Fontthree;
}
.instm{
	display:flex;
	justify-content:center;
	border-bottom:2px rgba(0,0,0,.5) solid;
	padding-bottom:7px;
}
.instm span{
	color:#777;
	font-family:MaisonNeue-Book;
	display:flex;
	line-height:30px;
	margin:0px 10px;
	font-size:1.3rem;
}
.instm span i{
	line-height:26px;
	margin-right:5px;
}
@media (max-width:1200px) {
	.instt{
		font-size:1.8rem;
		font-family:Fontthree;
		margin:0px 0px 5px;
	}
	.instm{
		border-bottom:1px rgba(0,0,0,.5) solid;
		padding-bottom:5px;
	}
}
@media (max-width:768px) {
	.instt{
		font-size:1.5rem;
		font-family:Fontsix;
	}
	.instm span{
		line-height:20px;
		font-size:1.2rem;
	}
	.instm span i{
		line-height:17px;
	}
	.insct{
		line-height:22px;
		font-size: 1.3rem;
		margin:10px 0px 0px;
	}
}
.fanye{
	padding: 25px 0px;
}
.fanye a{
	display: block;
	max-width: 50%;
	float: left;
	color: #000;
	font-family:MaisonNeue-Book;
	font-size: 1.6rem;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.fanye a:last-child{
	float: right;
}
.fanye a:hover{
	color: #f00;
}
.icontact{
	padding:70px 0px;
}
.icontact .ictext{
	width:50%;
	float: left;
	font-size:1.4rem;
	line-height:24px;
	font-family:ITCAvant-Bk;
	color:#666;
}
.icontact .icimg{
	width:50%;
	float: right;
}
.icontact .icimg{
	border:5px #ececec solid;
}
.icontact .icimg #container{
	width:100%;
	height:420px;
}
.icontact>h3{
	font-size:2.7rem;
	color:#333333;
	line-height:32px;
	width:100%;
	font-family:ITCAvant-Md;
}
.icontact>h3:after{
	content:"";
	display:block;
	width:30px;
	height:3px;
	background:#114798;
	margin:20px 0px 30px 0px;
}
@media (max-width:1200px) {
	.icontact h3{
		font-size:1.6rem;
	}
	.icontact h3:after{
		margin:20px 0px;
	}
	.icontact ul li p{
		line-height:31px;
		font-size:1.3rem;
	}
}
@media (max-width:992px) {
	.icontact .ictext{
		width:100%;
		margin-bottom: 10px;
	}
	.icontact .icimg{
		width:100%;
	}
	.icontact ul li{
		width: 49%;
		float: left;
		margin-right: 2%;
	}
	.icontact ul li:nth-child(even){
		margin-right: 0;
	}
}
@media (max-width:768px) {
	.icontact{
		padding:20px 0px;
	}
	.icontact h3:after{
		margin:10px 0px 20px 0px;
	}
	.icontact ul li{
		width: 100%;
		margin-right: 0;
	}
}
.feedback{
	background:#eeeeee;
	padding:60px 0px;
}
.feedback h3{
	text-align:center;
	color:#2d2d2d;
}
.feedback h3{
	display:block;
	font-size:4.2rem;
	font-family:ITCAvant-Md;
}
.feedback h3 font{
	color:#004f93;
}
.feedback form{
	margin:40px 0px 0px;
}
.feedback form section{
	margin-bottom:30px;
}
.feedback form section:after{
	content: "";
	display: block;
	clear: both;
}
.feedback form section span{
	width:32%;
	display:block;
	float: left;
	margin-right: 2%;
}
.feedback form section span:nth-child(3){
	margin-right: 0;
}
.feedback form span p{
	color:#666666;
	font-size:1.6rem;
	line-height:20px;
	font-family:ITCAvant-Bk;
	margin:0px 0px 10px;
}
.feedback form span input{
	width:100%;
	line-height:24px;
	padding:18px;
	font-family:MaisonNeue-Book;
	height:60px;
	font-size:1.6rem;
	border:1px rgba(0,0,0,.2) solid;
	border-radius:4px;
}
.feedback form span textarea{
	width:100%;
	font-size:1.6rem;
	line-height:24px;
	font-family:MaisonNeue-Book;
	padding:18px;
	border:1px rgba(0,0,0,.2) solid;
	border-radius:4px;
	resize:none;
}
.feedback form big{
	display:block;
}
.feedback form big button{
	width:210px;
	float: right;
	border:0;
	height:58px;
	color:#fff;
	font-size:1.6rem;
	background:#004f93;
	border-radius:4px;
	font-family:MaisonNeue-Medium;
	margin-top:20px;
	transition:.3s;
}
.feedback form big button:hover{
	background:#cb7413;
}
@media (max-width:1200px) {
	.feedback h3 p{
		font-size:1.5rem;
	}
	.feedback h3 span{
		font-size:3.2rem;
	}
	.feedback form span p{
		font-size:1.35rem;
	}
	.feedback form span input{
		padding:10px;
		height:44px;
	}
	.feedback form span textarea{
		padding:10px;
		height:164px;
	}
	.feedback form big button{
		height:48px;
		font-size:1.35rem;
	}
}
@media (max-width:768px) {
	.feedback{
		background:#eeeeee;
		padding:30px 0px;
	}
	.feedback form{
		margin:20px 0px 0px;
	}
	.feedback h3{
		font-size:2.6rem;
	}
	.feedback form section{
		margin-bottom:0px;
	}
	.feedback form section span{
		width:100%;
		margin-right: 0;
		margin-bottom: 10px;
	}
	.feedback form span input{
		padding:5px 12px;
		height:44px;
	}
	.feedback form span textarea{
		padding:12px;
	}
	.feedback form big button{
		width: 100%;
	}
}
.huise{
	padding: 45px 0px;
	background: #f2f3f7;
}
.pdlm{
	background: #fff;
	margin: 0px 0px 25px;
	box-shadow: 0px 0px 15px rgba(0,0,0,.15);
	padding: 20px;
}
.pdlm h3{
	color: #333333;
	font-size: 1.6rem;
	font-family:MaisonNeue-Medium;
	padding: 0px 0px 10px;
	border-bottom: 2px rgba(0,0,0,.1) solid;
	position: relative;
	line-height: 24px;
}
.pdlm h3:after{
	content:"";
	display: block;
	height: 2px;
	width: 60px;
	background: #004f93;
	position: absolute;
	top: 100%;
	left: 0;
}
.pdlm form{
	margin: 20px 0px;
	padding: 5px 0px;
	border: 1px rgba(0,0,0,.15) solid;
}
.pdlm form input{
	float: left;
	line-height: 23px;
	height: 23px;
	outline: none;
	overflow: hidden;
	font-size: 1.2rem;
	font-family:MaisonNeue-Book;
	width: 80%;
	padding: 0px 0px 0px 10px;
	border: 0;
	border-right: 1px rgba(0,0,0,.15) solid;
}
.pdlm form button{
	width: 20%;
	float: right;
	height: 23px;
	background: url(../images/xfdj.png) center no-repeat;
	border: 0;
}
.pdlm h2{
	color: #333333;
	font-size: 2.0rem;
	line-height: 31px;
	font-family:MaisonNeue-Medium;
	border-bottom: 2px rgba(0,0,0,.1) solid;
	position: relative;
	margin: 0px 0px 10px;
}
.pdlm h2:after{
	content:"";
	display: block;
	height: 2px;
	width: 60px;
	background: #004f93;
	position: absolute;
	top: 100%;
	left: 0;
}
.pdlm ul li a{
	display: block;
	color: #333333;
	font-family:MaisonNeue-Book;
	line-height: 38px;
	padding-left: 15px;
	position: relative;
}
.pdlm ul li a:after{
	content:"+";
	display: block;
	width: 8px;
	height: 30px;
	line-height:30px;
	position: absolute;
	left: 0;
	top: 50%;
	font-size:1.6rem;
	margin-top: -15px;
	overflow:hidden;
}
.pdlm ul li>a:hover,.pdlm ul li.cur>a,.pdlm ul li dl dd.cur>a{
	color: #004f93;
}
.pdlm ul li.cur>a:after,.pdlm ul li dl dd.cur>a:after{
	content:"-";
}
.pdlm ul li dl{
	display:none;
}
.pdlm ul li.cur dl{
	display:block;
}
.pdlm ul li dl dd{
	padding-left:10px;
}
.pdlm ul li dl dd a{
	line-height:16px;
	padding:5px 0px 5px 15px;
	font-size:1.3rem;
}
.pdlm ul li dl dd a:hover{
	color: #004f93;
}
.pdlm ul li dl dd section{
	display:none;
}
.pdlm ul li dl dd.cur section{
	display:block;
}
.pdlm ul li dl dd section a{
	padding:0;
	line-height:14px;
	font-size:1.2rem;
	padding:5px 0px 5px 20px;
}
.pdlm ul li dl dd section a:hover,.pdlm ul li dl dd section a.cur{
	color: #004f93;
}
.pdlm ul li dl dd section a:after{
	content:"·";
	font-size:2.4rem;
	left:10px;
	line-height:32px;
}
@media (max-width:768px) {
	.pdlm{
		margin: 0px 0px 15px;
		box-shadow: 0px 0px 5px rgba(0,0,0,.15);
		padding: 15px;
	}
	.pdlm h2{
		font-size: 1.8rem;
		line-height: 28px;
	}
}
.remen{
	background: #fff;
	padding: 20px;
	box-shadow: 0px 0px 15px rgba(0,0,0,.15);
}
.remen h2{
	color: #333333;
	font-size: 2.0rem;
	line-height: 41px;
	font-family:MaisonNeue-Medium;
	border-bottom: 2px rgba(0,0,0,.1) solid;
	position: relative;
	margin: 0px 0px 20px;
}
.remen h2:after{
	content:"";
	display: block;
	height: 2px;
	width: 60px;
	background: #004f93;
	position: absolute;
	top: 100%;
	left: 0;
}
.zuiduo ul{
	margin: 0px 3px 10px;
}
.zuiduo ul li a{
	display: flex;
	align-items:center;
	justify-content:space-between;
	border-bottom: 1px rgba(0,0,0,.1) solid;
	padding: 10px 0px;
	font-size:1.4rem;
}
.zuiduo ul li a big{
	display: block;
	font-size: 0;
	width: 30%;
	border:1px #ddd solid;
}
.zuiduo ul li a span{
	display: block;
	width: 66%;
	color: #565252;
	font-family:MaisonNeue-Book;
	line-height: 24px;
}
.zuiduo ul li a:hover span,.zuiduo ul li a:hover span small{
	color: #004f93;
}
.zuiduo ul li a span small{
	font-size:1.2rem;
	font-family:MaisonNeue-Book;
	color:#888;
}
.weizhi{
	color: #333333;
	font-size: 2.4rem;
	font-family:ITCAvant-Md;
	line-height: 60px;
}
.iproduct{
	padding: 30px 0px 0px;
}
.iproduct ul{
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}
.iproduct ul li{
	width: 32%;
	margin-right: 2%;
	margin-bottom: 20px;
}
.iproduct ul li:nth-child(3n+0){
	margin-right: 0;
}
.iproduct ul li a{
	display: block;
	padding: 25px 10px 10px;
	background: #fff;
	transition: .3s;
}
.iproduct ul li a img{
	width: 100%;
}
.iproduct ul li a big{
	color: #4b4848;
	display: block;
	font-size: 1.6rem;
	margin: 0px 15px;
	font-family:MaisonNeue-Medium;
	line-height: 22px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.iproduct ul li a span{
	display: block;
	margin: 0px 15px;
	color: #777777;
	font-size: 1.2rem;
	font-family:MaisonNeue-Book;
	line-height: 18px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.iproduct ul li a:hover big,.iproduct ul li a:hover span{
	color: #d50039;
}
.iproduct ul li a:hover{
	box-shadow: 0px 0px 15px rgba(0,0,0,.2);
}
.iproductd{
	background: #fff;
	margin: 30px 0px 0px;
	padding: 20px;
	position: relative;
}
/*jqzoom*/
.jqzzoom{
	position:relative;
}
.jqzoom{
	width:100%;
	position:relative;
	border:1px #ddd solid;
	padding:0;
}
.zoomdiv{
	z-index:100;
	position:absolute;
	top:0px !important;
	left:100% !important;
	width:400px;
	height:400px;
	border:1px solid #e4e4e4;
	display:none;
	text-align:center;
	overflow: hidden;
}
.bigimg{
	width:800px;
	height:auto;
	max-width:none;
}
.jqZoomPup{
	z-index:10;
	visibility:hidden;
	position:absolute;
	top:0px;
	left:0px;
	width:50px;
	height:50px;
	border:1px solid #aaa;
	background:#fff 50% top no-repeat;
	opacity:0.5;
	-moz-opacity:0.5;
	-khtml-opacity:0.5;
	filter:alpha(Opacity=50);
	cursor:move;
}
.ipdnye .jqzzoom{
	float: left;
	width: 45%;
}
.ipdnye .jqtext{
	float: right;
	width: 50%;
}
@media (max-width:992px) {
	.iproductd{
		margin: 20px 0px 0px;
		padding: 15px;
	}
	.ipdnye .jqzzoom{
		width: 100%;
	}
	.ipdnye .jqtext{
		width: 100%;
	}
	.weizhi{
		font-size: 2.0rem;
		line-height: 50px;
	}
}
@media (max-width:768px) {
	.weizhi{
		font-size: 1.8rem;
		line-height: 36px;
	}
	.iproductd{
		margin: 10px 0px 0px;
		padding: 10px;
	}
}
.jqzoom img{
	width: 100%;
}
.xiaotu dl{
	padding: 10px 0px 0px;
}
.xiaotu dl dd{
	float: left;
	width: 18%;
	margin: 0px 2% 0px 0px;
	border: 1px rgba(0,0,0,.15) solid;
	cursor: pointer;
	font-size:0;
}
.xiaotu dl dd.hover{
	border: 1px #e2a611 solid;
}
.xiaotu dl dd img{
	width: 100%;
}
.jqtext{
	padding:0px;
}
.jqtext h2{
	font-size: 1.8rem;
	line-height: 48px;
	color: #333333;
	font-family:MaisonNeue-Medium;
	border-bottom: 1px rgba(0,0,0,.1) solid;
	padding-bottom: 10px;
}
.jqtext section{
	font-family:MaisonNeue-Book;
	font-size: 1.4rem;
	line-height: 28px;
	color: #666666;
	margin:20px 0px;
	padding-bottom: 20px;
	border-bottom: 1px rgba(0,0,0,.1) solid;
}
.jqtext section p{
	font-family:MaisonNeue-Book;
}
.jqtext section img{
	display:none;
}
.jqtext .onlin{
	padding: 10px 0px 0px;
}
.jqtext .onlin h3{
	width: 100%;
	font-size:1.7rem;
	color: #8a8a8a;
	font-family:MaisonNeue-Medium;
	margin: 0px 0px 20px;
}
.jqtext .onlin a{
	display: flex;
	justify-content:center;
	align-items:center;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background-color: #004f93;
	float: left;
	color:#fff;
	font-size:1.4rem;
	margin: 0px 15px 0px 0px;
	position:relative;
}
.jqtext .onlin a small{
	position:absolute;
	width:120px;
	height:120px;
	background:#fff;
	padding:3px;
	bottom:110%;
	left:0;
	display:none;
	border:1px #ddd solid;
}
.jqtext .onlin a:hover small{
	display:block;
}
.jqtext .onlin a:nth-of-type(1){
	background-image: url(../images/olpic1.png);
}
.jqtext .onlin a:nth-of-type(2){
	background-image: url(../images/olpic2.png);
}
.jqtext .onlin a:nth-of-type(3){
	background-image: url(../images/olpic3.png);
}
@media (max-width:1200px) {
	.jqtext h2{
		font-size: 1.6rem;
		line-height: 38px;
		padding-bottom: 0px;
	}
	.jqtext section{
		font-size: 1.3rem;
		line-height: 24px;
		margin:3% 0px;
		padding-bottom: 10px;
	}
	.jqtext .onlin h3{
		font-size:1.4rem;
		margin: 0px 0px 10px;
	}
}
.iprocont{
	border: 2px rgba(0,0,0,.1) solid;
	margin: 30px 0px 0px;
	padding-bottom:20px;
}
.iprocont .fanye{
	padding:0px 30px;
}
.iprocont>h2{
	line-height: 46px;
	background: #eff0f0;
	padding: 5px 0px 0px 30px;
}
.iprocont>h2 p{
	float: left;
	font-family:MaisonNeue-Medium;
	font-size: 1.6rem;
	cursor:pointer;
	color: #004f93;
	border-bottom: 2px #004f93 solid;
	text-transform:uppercase;
	letter-spacing:1px;
}
.iprocont section{
	font-size: 1.6rem;
	color: #4d4d4d;
	line-height: 30px;
	padding: 30px;
	font-family:MaisonNeue-Book;
}
.iprocont section p{
	font-family:MaisonNeue-Book;
}
.iprocont section img{
	max-width:100%;
	height:auto;
}
@media (max-width:1200px) {
	.iprocont h2{
		line-height: 40px;
		padding: 0px 0px 0px 20px;
	}
	.iprocont section{
		font-size: 1.4rem;
		line-height: 30px;
		padding: 20px;
	}
}
@media (max-width:768px) {
	.iprocont h2{
		line-height: 34px;
		padding: 0px 0px 0px 10px;
	}
	.iprocont h2 p{
		font-size: 1.4rem;
	}
	.iprocont{
		margin: 20px 0px 0px;
	}
	.iprocont section{
		font-size: 1.3rem;
		line-height: 20px;
		padding: 10px;
	}
}
.tonglei{
	padding: 30px 0px 10px;
}
#tonglei{
	padding-right:1px;
}
.tonglei h1{
	font-size: 2.0rem;
	color: #595959;
	font-family:MaisonNeue-Medium;
	line-height: 30px;
	margin: 0px 0px 20px;
}
.tonglei .swiper-slide a{
	display: block;
	color: #4d4d4d;
	font-family: arial;
	line-height: 18px;
}
.tonglei .swiper-slide a big{
	display:block;
	border:1px rgba(0,0,0,.1) solid;
}
.tonglei .swiper-slide a span{
	display: block;
	padding: 10px 0px;
	font-family:MaisonNeue-Medium;
}
.tonglei .swiper-slide a span small{
	display:block;
	font-size:1.2rem;
	font-family:MaisonNeue-Book;
	color:#888;
}
.tonglei .swiper-button-next{
	width:30px;
	height:50px;
	background-size:auto 50%;
	background-color:rgba(0,0,0,.8);
	margin-top:-45px;
	border-radius:4px;
	opacity:0;
	transition:.5s;
}
.tonglei .swiper-button-prev{
	width:30px;
	height:50px;
	background-size:auto 50%;
	background-color:rgba(0,0,0,.8);
	margin-top:-45px;
	border-radius:4px;
	opacity:0;
	transition:.5s;
}
#tonglei:hover .swiper-button-next,#tonglei:hover .swiper-button-prev{
	opacity:1;
}
@media (max-width:1200px) {

	.tonglei{
		padding: 20px 10px 4px;
	}
	.tonglei h1{
		font-size: 1.4rem;
		line-height: 20px;
		margin: 0px 0px 20px;
	}
}
.icase,.icased{
	padding:50px 0px;
}
.icase ul li{
	margin-bottom:30px;
}
.icase ul li a{
	display:block;
	background:rgba(0,0,0,.05);
	color:#000;
	transition:.3s;
}
.icase ul li span{
	display:block;
	font-family:MaisonNeue-Book;
	line-height:30px;
	padding:10px 0px;
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
	text-align:center;
}
.icase ul li a:hover{
	background:#004f93;
	color:#fff;
}
.icased .ictit{
	font-family:MaisonNeue-Medium;
	font-size:2.0rem;
	line-height:36px;
	margin:0px 0px 20px;
	border-bottom:1px #ddd solid;
	padding-bottom:10px;
}
.icased .icont{
	font-size:1.6rem;
	line-height:30px;
	color:#666;
	font-family:MaisonNeue-Book;
}
.icased .fanye{
	padding:40px 0px 0px;
}