﻿header{
	width: 100%;
	position:fixed;
	top:0;
	left:0;
	z-index:999;
	background:#fff;
	box-shadow:0px 0px 5px rgba(0,0,0,.2);
	transition:top .5s;
	overflow: hidden;
}
.head{
	top:-100%;
}
.top{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.sousuo{
	padding:10px 0px;l
	border-bottom:1px rgba(0,0,0,.1) solid;
	display:none;
}
.sousuo form{
	display:flex;
	justify-content:space-between;
}
.sousuo form input{
	width:85%;
	border:1px rgba(0,0,0,.1) solid;
	line-height:20px;
	padding:10px;
	font-family:MaisonNeue-Medium;
	font-size:1.4rem;
}
.sousuo form button{
	width:15%;
	border:0;
	background:#0071c6;
	color:#fff;
	font-size:1.6rem;
	font-family:MaisonNeue-Medium;
}

.welcome{
	display: flex;
	justify-content: space-between;
	position: relative;
	z-index: 8;
}
.welcome dl{
	display: flex;
	height: 34px;
}
.welcome dl dd{
	color: #42424c;
	font-size: 1.5rem;
	line-height: 34px;
	height: 34px;
	display: flex;
	align-items: center;
	margin-right: 35px;
}
.welcome dl dd a{
	color: #42424c;
	display: flex;
	align-items: center;
}
.welcome dl dd i{
	color: #0071c6;
	font-size: 1.6rem;
	margin-right: 5px;
}
.welcome dl dd>i{
	font-size: 1.7rem;
}
.welcome ol{
	display: flex;
	padding: 0;
	height: 34px;
	margin: 0;
}
.welcome ol li{
	line-height: 34px;
	color: #363a42;
	font-size: 1.6rem;
	cursor: pointer;
	margin-left:15px;
}
.welcome ol li a{
	display: flex;
	color: #363a42;
}
.welcome ol li p{
	margin: 0px 4px;
}
.welcome ol li i{
	font-size: 2.0rem;
}
.welcome ol li i:last-child{
	font-size: 1.6rem;
}
.welcome ol li:last-child{
	margin-left: 50px;
}
.welcome ol li:last-child i{
	font-size: 1.8rem;
}
.welcome ol li:not(.search) span{
	display:block;
	position:relative;
	background:url(../images/xhjt.png) right 13px no-repeat;
}
.welcome ol li:not(.search) span p{
	font-size:1.3rem;
	font-family:'microsoft yahei';
	background:url(../images/dqiu.png) 0 8px no-repeat;
	padding-left:25px;
	padding-right:15px;
}
.welcome ol li:not(.search) span small{
	position:absolute;
	min-width:100%;
	top:100%;
	left:0;
	top:100%;
	background:#f6f7fb;
	box-shadow:0px 4px 4px rgba(0,0,0,.1);
	z-index:99;
	display:flex;
	padding:0px 10px;
	transform:scale(0);
}
.welcome ol li:not(.search) span:hover small{
	transform:scale(1);
}
.welcome ol li:not(.search) span small a{
	line-height:50px;
	display:block;
	padding:0px 10px;
	white-space:nowrap;
}
.welcome ol li:not(.search) a:hover{
	color:#f00;
}

/*.banner{*/
/*	padding-top:84px;*/
/*}*/
@media (max-width:1440px) {

	.welcome dl{
		height: 30px;
	}
	.welcome dl dd{
		font-size: 1.5rem;
		line-height: 30px;
		height: 30px;
	}
	.welcome dl dd i{
		font-size: 1.4rem;
	}
	.welcome dl dd>i{
		font-size: 1.7rem;
	}
	.welcome ol{
		height: 30px;
	}
	.welcome ol li{
		line-height: 30px;
		font-size: 1.4rem;
	}
	.welcome ol li i{
		font-size: 1.8rem;
	}
	.welcome ol li i:last-child{
		font-size: 1.4rem;
	}
	.welcome ol li:last-child i{
		font-size: 1.6rem;
	}

	/* .banner{
		padding-top:74px;
	} */
}
.nav-logo{
	display:none;
}
.nav-logo i{
	display:block;
	padding:3px 0px;
}
.nav-logo i:after{
	content:"";
	display:block;
	height:2px;
	background:#0071c6;
}
.heise,.heisee{
	display:none;
	background:rgba(0,0,0,.8);
	background-size:25px auto;
	width:100%;
	height:100%;
	top:0;
	left:0;
	z-index:999;
	position:fixed;
}
@media (max-width:992px) {

	.welcome{
		display:none;
	}

	.banner{
		padding-top:44px;
	}
}
.product{
	padding: 0px 0px 30px;
	background: url(../images/pdbg.jpg) 0 0 no-repeat;
	background-size:20% auto;
}
.shuju{
	position: relative;
	z-index: 6;
	margin-top: -50px;
	margin-bottom: 66px;
}
.shuju ul{
	display: flex;
	justify-content: space-between;
}
.shuju ul li{
	width: 23%;
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 0px 0px 50px rgba(0,0,0,.1);
	padding: 25px 30px 30px;
	display: flex;
	align-items: center;
}
.shuju ul li section{
	padding-left: 20px;
}
.shuju ul li h2{
	color: #1f2231;
	font-size: 2.9rem;
	font-family:ITCAvant-Demi;
	line-height: 36px;
	display: flex;
	align-items: flex-start;
}
.shuju ul li h2:after{
	content: "+";
	color: #fabd00;
	font-size: 1.4rem;
	font-family:ITCAvant-Demi;
	line-height: 16px;
	margin-left: 7px;
}
.shuju ul li p{
	font-size: 1.5rem;
	line-height: 20px;
	color: #7a7d85;
}
@media (max-width:1440px) {
	.product{
		padding: 0px 0px 40px;
	}
	.shuju{
		margin-top: -45px;
		margin-bottom: 46px;
	}
	.shuju ul li{
		box-shadow: 0px 0px 40px rgba(0,0,0,.1);
		padding: 15px 25px 20px;
	}
	.shuju ul li i{
		max-width:38px;
	}
	.shuju ul li section{
		padding-left: 10px;
	}
	.shuju ul li h2{
		font-size: 2.4rem;
		line-height: 34px;
	}
	.shuju ul li h2:after{
		font-size: 1.3rem;
	}
	.shuju ul li p{
		font-size: 1.4rem;
	}
}
@media (max-width:992px) {
	.product{
		padding: 0px 0px 20px;
		background-size:30% auto;
	}
	.shuju{
		margin-top: 15px;
		margin-bottom:15px;
	}
	.shuju ul{
		flex-wrap:wrap;
	}
	.shuju ul li{
		width: 48.5%;
		border-radius: 2px;
		box-shadow: 0px 0px 15px rgba(0,0,0,.1);
		padding: 15px 10px;
		margin-bottom:10px;
	}
	.shuju ul li section{
		padding-left: 10px;
	}
	.shuju ul li h2{
		font-size: 2.0rem;
		line-height: 26px;
	}
	.shuju ul li p{
		font-size: 1.3rem;
		line-height:14px;
	}
}
.title{
	text-align: center;
	position: relative;
}
.title h4{
	color: #363a42;
	font-size: 4.5rem;
	font-family:calibrib;
	line-height: 46px;
}
.title p{
	font-size: 1.6rem;
	line-height: 28px;
	color: #fabd00;
	font-weight:300;
	font-family:'microsoft yahei';
}
.title span{
	position: absolute;
	width: 100%;
	top: 50%;
	left: 0;
	margin-top: -37px;
	z-index: 3;
}
@media (max-width:1440px) {
	.title h4{
		font-size: 3.8rem;
		line-height: 43px;
	}
	.title img{
		max-height:80px;
	}
	.title p{
		font-size: 1.6rem;
		line-height: 22px;
	}
	.title span{
		margin-top: -33px;
	}
}
@media (max-width:992px) {
	.title h4{
		font-size: 2.4rem;
		line-height: 30px;
	}
	.title img{
		max-height:46px;
	}
	.title p{
		font-size: 1.2rem;
		line-height: 16px;
	}
	.title span{
		margin-top: -23px;
	}
}
.product .swiper-container{
	margin-top: 47px;
	padding: 13px 13px 50px;
	margin-right: -13px;
	margin-left: -13px;
}
.product .swiper-container .swiper-slide{
	margin-top:0 !important;
	margin-bottom:26px;
}
.product .swiper-container .swiper-slide a{
	display: block;
	box-shadow: 0px 0px 13px rgba(0,0,0,.09);
	border-radius: 5px;
	overflow: hidden;
}
.product .swiper-container .swiper-slide a section{
	padding: 0px 17px 15px;
	border-bottom: 5px #efefef solid;
}
.product .swiper-container .swiper-slide a h4{
	font-size: 1.8rem;
	color: #363a42;
	font-family:calibrib;
	line-height: 34px;
	border-top: 1px rgba(0,0,0,.06) solid;
	padding: 10px 0px 3px;
}
.product .swiper-container .swiper-slide a span{
	display: block;
	color: rgba(54,58,66,.7);
	line-height: 20px;
	font-size: 1.5rem;
}
.product .swiper-container .swiper-slide a:hover h4{
	color: #ff804c;
}
.product .swiper-container .swiper-slide a:hover section{
	border-bottom: 5px #ff804c solid;
}
.product .swiper-container .swiper-pagination{
	bottom: 0;
}
.product .swiper-container .swiper-pagination span{
	width: 24px;
	height: 24px;
	border: 1px transparent solid;
	border-radius: 50%;
	background: transparent;
	opacity: .6;
	margin: 0px 5px;
}
.product .swiper-container .swiper-pagination span:after{
	content: "●";
	line-height: 22px;
	font-size: 1.2rem;
	transform: scale(.8);
	display: block;
}
.product .swiper-container .swiper-pagination span.swiper-pagination-bullet-active{
	border: 1px #000 solid;
	opacity: 1;
}
@media (max-width:1440px) {
	.product .swiper-container{
		margin-top: 30px;
		padding: 13px 13px 60px;
	}
	.product .swiper-container .swiper-slide a h4{
		font-size: 1.6rem;
		line-height: 30px;
	}
	.product .swiper-container .swiper-slide a span{
		font-size: 1.4rem;
	}
}
@media (max-width:992px) {
	.product .swiper-container{
		margin-top: 15px;
		padding: 10px 10px 30px;
		margin-right: -10px;
		margin-left: -10px;
	}
	.product .swiper-container .swiper-slide{
		margin-bottom:0px;
	}
	.product .swiper-container .swiper-slide a{
		box-shadow: 0px 0px 5px rgba(0,0,0,.09);
		border-radius: 3px;
	}
	.product .swiper-container .swiper-slide a section{
		padding: 0px 5px 15px;
		border-bottom: 3px #efefef solid;
	}
	.product .swiper-container .swiper-slide a h4{
		font-size: 1.4rem;
		line-height: 20px;
	}
	.product .swiper-container .swiper-slide a span{
		font-size: 1.3rem;
		line-height:14px;
	}
	.product .swiper-container .swiper-pagination span{
		width: 16px;
		height: 16px;
	}
	.product .swiper-container .swiper-pagination span:after{
		line-height: 14px;
	}
}
.about{
	margin: 50px 0px 60px;
	padding: 0px 0px 80px;
	display: flex;
	justify-content: space-between;
	position: relative;
}
.about .video{
	width: 70%;
	position: relative;
	cursor: pointer;
	overflow:hidden;
}
.about .video>i{
	position:relative;
	width:100%;
	display:block;
	z-index:6;
}
.about .video>i img{
	width:100%;
}
.about .video-show>i{
	opacity:0;
	z-index:-1;
}
.about .video video,.about .video iframe{
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	z-index:-1;
	opacity:0;
	/* transform:scale(1.1); */
}
.about .video-show video,.about .video-show iframe{
	z-index:6;
	opacity:1;
}
.about .abtext{
	width: 30%;
	padding-left: 10px;
	display:flex;
	flex-wrap:wrap;
	align-content:space-between;
}
.about .years{
	position: absolute;
	bottom: 0;
	left: -48px;
	width: 190px;
	height: 190px;
	padding: 40px;
	color: #fff;
	background: #065fab url(../images/abpic.png) right bottom no-repeat;
}
.about .years p{
	font-size: 6.4rem;
	font-family:ITCAvant-Demi;
	line-height: 60px;
}
.about .years span{
	display: block;
	font-size: 1.5rem;
	font-family:MaisonNeue-Medium;
	line-height: 30px;
	margin: 5px 0px 0px;
}
.wvideo{
	position:fixed;
	width:100%;
	height:100%;
	top:0;
	left:0;
	z-index:2222;
	background:rgba(0,0,0,.7);
	display:none;
}
.wvideo section{
	display:flex;
	justify-content:center;
	align-items:center;
	width:100%;
	height:100%;
}
.wvideo section span{
	display:block;
	background:#000;
	border:5px #fff solid;
	width:80%;
	position:relative;
	height:80%;
}
.wvideo section iframe{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
}
.wvideo section small{
	z-index:6;
	position:absolute;
	width:40px;
	height:40px;
	border-radius:50px;
	background:#000;
	right:-20px;
	top:-20px;
	box-shadow:0px 0px 10px rgba(0,0,0,.7);
	font-size:4.0rem;
	cursor:pointer;
	color:#fff;
}
@media (max-width:1440px) {
	.about{
		margin: 30px 0px 40px;
		padding: 0px 0px 60px;
	}
	.about .video{
		width: 70%;
	}
	.about .abtext{
		width: 30%;
	}
	.about .years{
		left: -30px;
		width: 140px;
		height: 140px;
		padding: 20px;
	}
	.about .years p{
		font-size: 4.8rem;
		line-height: 50px;
	}
	.about .years span{
		font-size: 1.3rem;
	}
}
@media (max-width:992px) {
	.about{
		margin: 0px 0px 20px;
		padding: 0px 0px 0px;
		flex-wrap:wrap;
	}
	.about .video{
		width: 100%;
	}
	.about .abtext{
		padding-left: 0px;
		width: 100%;
		padding-top:10px;
	}
	.about .years{
		display:none;
	}
}
/* .about .video:after{ */
	/* content: ""; */
	/* position: absolute; */
	/* width: 66px; */
	/* height: 66px; */
	/* top: 50%; */
	/* left: 50%; */
	/* margin-top: -33px; */
	/* margin-left: -33px; */
	/* border-radius: 50%; */
	/* background: #fabd00 url(../images/bfpic.png) center no-repeat; */
/* } */
.about .abtext .title{
	text-align: left;
	width:100%;
}
.about .abtext .title span{
	padding-left: 30px;
}
.about .abtext .title span h4{
	font-size: 2.8rem;
	color: #232323;
	line-height: 30px;
	font-family:calibrib;
}
.about .abtext section{
	font-size: 1.6rem;
	line-height: 28px;
	color: #7a7d85;
	padding-left: 30px;
	margin-top: 25px;
	margin-bottom: 11%;
	width:100%;
}
.about .abtext>a{
	display: flex;
	justify-content: space-between;
	width: 205px;
	align-items: center;
	padding: 0px 22px;
	background-color: #fabd00;
	margin-left: 30px;
	color: #232323;
	font-size: 1.8rem;
}
.about .abtext>a p{
	font-family:calibrib;
	line-height: 49px;
}
.about .abtext>a i{
	line-height: 51px;
	font-size: 1.4rem;
}
.about .abtext>a:hover{
	color: #fff;
	background-color: #065fab;
}
@media (max-width:1440px) {
	.about .abtext .title span{
		padding-left: 20px;
	}
	.about .abtext .title span h4{
		font-size: 2.0rem;
		line-height: 26px;
	}
	.about .abtext section{
		font-size: 1.4rem;
		line-height: 24px;
		padding-left: 20px;
		margin-top: 25px;
	}
	.about .abtext>a{
		margin-left: 20px;
		font-size: 1.6rem;
	}
}
@media (max-width:992px) {
	.about .abtext .title{
		height:60px;
	}
	.about .abtext .title span{
		padding-left: 0px;
	}
	.about .abtext .title span h4{
		font-size: 1.7rem;
		line-height: 20px;
	}
	.about .abtext section{
		padding-left: 0px;
		margin-top: 15px;
		line-height:20px;
		margin-bottom:15px;
	}
	.about .abtext>a{
		width: 50%;
		padding: 0px 15px;
		margin-left: 0px;
		font-size: 1.4rem;
	}
	.about .abtext>a p{
		line-height: 39px;
	}
	.about .abtext>a i{
		line-height: 41px;
	}
}
.whyus{
	background: url(../images/wubg.jpg) right bottom no-repeat;
	padding-bottom: 90px;
}
.whyus ul{
	display: flex;
	justify-content: space-between;
	position: relative;
	padding: 0px 8%;
	margin-right: -48px;
	margin-left: -48px;
	margin-top: 25px;
}
.whyus ul:after{
	content: "";
	position: absolute;
	width: 100%;
	height: 6px;
	left: 0;
	top: 43px;
	background-color: #f6f7f9;
}
.whyus ul li{
	position: relative;
	z-index: 6;
	cursor: pointer;
}
.whyus ul li i{
	width: 92px;
	height: 92px;
	display: block;
	border-radius: 50%;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center 0;
	transition: box-shadow .3s;
	margin: 0 auto;
}
.whyus ul li p{
	text-align: center;
	color: #8497a1;
	font-size: 1.8rem;
	font-family:MaisonNeue-Medium;
	line-height: 24px;
	margin: 10px 0px 0px;
}
.whyus ul li:hover i,.whyus ul li.cur i{
	box-shadow: 0px 0px 30px rgba(0,0,0,.1);
	background-position: center bottom;
}
@media (max-width:1440px) {
	.whyus{
		padding-bottom: 70px;
	}
	.whyus ul{
		margin-top: 15px;
	}
	.whyus ul:after{
		height: 5px;
		top: 40px;
	}
	.whyus ul li i{
		width: 80px;
		height: 80px;
		display: block;
		background-size:100% auto;
	}
	.whyus ul li p{
		font-size: 1.6rem;
	}
}
@media (max-width:992px) {
	.whyus{
		padding-bottom: 30px;
	}
	.whyus ul{
		padding: 0px 0px;
		margin-right: 0px;
		margin-left: 0px;
		margin-top: 20px;
		flex-wrap:wrap;
		justify-content:flex-start;
	}
	.whyus ul:after{
		display:none;
	}
	.whyus ul li{
		width:32%;
		margin-right:2%;
		margin-bottom:6px;
	}
	.whyus ul li:nth-child(3n){
		margin-right:0;
	}
	.whyus ul li i{
		display:none;
	}
	.whyus ul li p{
		font-size: 1.4rem;
		line-height: 34px;
		margin: 0px 0px 0px;
		border:1px rgba(0,0,0,.1) solid;
	}
	.whyus ul li.cur p{
		border:1px #fabd00 solid;
		background:#fabd00;
		color:#fff;
	}
}
.advantage{
	margin: 60px 0px 0px;
	position:relative;
}
.advantage dl{
	justify-content: space-between;
	align-items: center;
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	z-index:-1;
	opacity:0;
}
.advantage dl.active{
	display: flex;
	position:relative;
	z-index:6;
	opacity:1;
}
.advantage dl dt{
	width: 50%;
	position:relative;
}
.advantage dl dd{
	width: 46%;
}
.advantage dl dd h3{
	font-size: 3.6rem;
	color: #2d2d2d;
	line-height: 40px;
	font-family:MaisonNeue-demi;
}
.advantage dl dd section{
	font-size: 1.6rem;
	line-height: 24px;
	color: #7a7d85;
	margin: 4% 0px 7%;
}
.advantage dl dd>a{
	display: flex;
	justify-content: space-between;
	width: 205px;
	align-items: center;
	padding: 0px 22px;
	background-color: #fabd00;
	color: #232323;
	font-size: 1.8rem;
	transition: .3s;
}
.advantage dl dd>a p{
	font-family:calibrib;
	line-height: 49px;
}
.advantage dl dd>a i{
	line-height: 51px;
	font-size: 1.4rem;
}
.advantage dl dd>a:hover{
	color: #fff;
	background-color: #065fab;
}
.advantage dl dt .swiper-container .swiper-slide img{
	transition:1s;
}
.advantage dl dt .swiper-container .swiper-slide img:hover{
	transform:scale(1.3);
}
.advantage .swiper-container .swiper-pagination{
	text-align:right;
	padding-right:5%;
	bottom:25px;
}
.advantage .swiper-container .swiper-pagination span{
	width:15px;
	height:15px;
	background:#fff;
}
@media (max-width:1440px) {
	.advantage{
		margin: 40px 0px 0px;
	}
	.advantage dl dd h3{
		font-size: 2.6rem;
		line-height: 30px;
	}
	.advantage dl dd section{
		font-size: 1.4rem;
	}
	.advantage dl dd>a{
		font-size: 1.6rem;
	}
	.advantage dl dd>a p{
		line-height: 44px;
	}
	.advantage dl dd>a i{
		line-height: 46px;
	}
}
@media (max-width:992px) {
	.advantage{
		margin: 10px 0px 0px;
	}
	.advantage dl{
		flex-wrap:wrap;
	}
	.advantage dl dt{
		width: 100%;
	}
	.advantage dl dd{
		width: 100%;
		padding:10px 0px 0px;
	}
	.advantage dl dd h3{
		font-size: 1.8rem;
		line-height: 20px;
	}
	.advantage dl dd section{
		font-size: 1.4rem;
		line-height: 20px;
		margin: 5px 0px 15px;
	}
	.advantage dl dd>a{
		width: 160px;
		padding: 0px 15px;
		font-size: 1.4rem;
	}
	.advantage dl dd>a p{
		line-height: 39px;
	}
	.advantage dl dd>a i{
		line-height: 41px;
	}
}
.lingyu ul{
	display: flex;
	justify-content: space-between;
}
.lingyu ul li{
	width: 25%;
}
.lingyu ul li a{
	display: block;
	position: relative;
	overflow: hidden;
	color: #fff;
}
.lingyu ul li a>img{
	width: 100%;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
}
.lingyu ul li a:hover>img{
	-webkit-filter: grayscale(0);
	-moz-filter: grayscale(0);
	-ms-filter: grayscale(0);
	-o-filter: grayscale(0);
	filter: grayscale(0);
	filter: gray;
}
.lingyu ul li a section{
	position: absolute;
	width: 101%;
	left: 0;
	bottom: 0;
	z-index: 6;
	background-image: linear-gradient(to top,rgba(0,0,0,1),rgba(0,0,0,0));
	padding: 45px;
}
.lingyu ul li a i{
	display: flex;
	align-items: center;
	height: 60px;
}
.lingyu ul li a h4{
	font-size: 2.4rem;
	line-height: 30px;
	font-family:calibrib;
	margin: 9px 0px 6px;
}
.lingyu ul li a span{
	display: none;
	font-size: 1.3rem;
	line-height: 24px;
	font-family:calibrib;
}
.lingyu ul li a small{
	width: 100%;
	height: 52px;
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: #f7ba37;
	padding: 0px 40px;
	z-index: 11;
	font-size: 2.0rem;
	line-height: 52px;
	font-family:MaisonNeue-Medium;
	display: none;
}
.lingyu ul li a:hover section{
	padding: 40px 40px 100px;
}
.lingyu ul li a:hover span,.lingyu ul li a:hover small{
	display: block;
}
@media (max-width:1440px) {
	.lingyu ul li a section{
		padding: 35px;
	}
	.lingyu ul li a i{
		height: 50px;
	}
	.lingyu ul li a i img{
		max-height:95%;
		max-width:auto;
	}
	.lingyu ul li a h4{
		font-size: 1.8rem;
		line-height: 22px;
	}
	.lingyu ul li a small{
		height: 44px;
		font-size: 1.6rem;
		line-height: 44px;
	}
	.lingyu ul li a:hover section{
		padding: 40px 35px 80px;
	}
}
@media (max-width:992px) {
	.lingyu ul{
		flex-wrap:wrap;
	}
	.lingyu ul li{
		width: 50%;
	}
	.lingyu ul li a>img{
		-webkit-filter: grayscale(0);
		-moz-filter: grayscale(0);
		-ms-filter: grayscale(0);
		-o-filter: grayscale(0);
		filter: grayscale(0);
		filter: gray;
	}
	.lingyu ul li a i img{
		max-height:75%;
	}
	.lingyu ul li a h4{
		font-size: 1.6rem;
		line-height: 20px;
	}
	.lingyu ul li a small{
		display:none;
	}
	.lingyu ul li a section{
		padding: 15px;
	}
	.lingyu ul li a:hover section{
		padding: 15px;
	}
	.lingyu ul li a:hover span,.lingyu ul li a:hover small{
		display: none;
	}
}
.case{
	background: #f8f8f8 url(../images/csbg.jpg) right 0 no-repeat;
	padding: 90px 0px 80px;
	width: 100%;
	overflow: hidden;
}
.ccdata{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.ccdata .title{
	text-align: left;
}
.ccdata .title span{
	padding-left: 35px;
}
.ccdata dl{
	display: flex;
	padding-bottom: 10px;
}
.ccdata dl dd{
	margin-left: 130px;
}
.ccdata dl dd:first-child{
	margin-left: 0;
}
.ccdata dl h4{
	display: flex;
	align-items: flex-start;
}
.ccdata dl h4 p{
	font-size: 4.4rem;
	color: #1f2231;
	font-family:ITCAvant-Demi;
	line-height: 44px;
}
.ccdata dl h4 small{
	color: #fabd00;
	font-size: 1.4rem;
	font-family:ITCAvant-Demi;
	line-height: 18px;
	margin-left: 5px;
}
.ccdata dl span{
	display: block;
	color: #7a7d85;
	font-size: 1.6rem;
	line-height: 22px;
	margin: 5px 0px 0px;
}
@media (max-width:1440px) {
	.case{
		padding: 50px 0px 0px;
	}
	.ccdata dl h4 p{
		font-size: 3.4rem;
		line-height: 34px;
	}
	.ccdata dl h4 small{
		font-size: 1.2rem;
	}
	.ccdata dl span{
		font-size: 1.4rem;
	}
}
@media (max-width:992px) {
	.case{
		padding: 20px 0px;
	}
	.ccdata{
		display: block;
	}
	.ccdata .title{
		text-align: center;
	}
	.ccdata .title span{
		padding-left: 0px;
	}
	.ccdata dl{
		margin:15px 0px 0px;
		padding-bottom: 0px;
		justify-content:space-between;
	}
	.ccdata dl dd{
		margin-left: 0;
	}
	.ccdata dl h4 p{
		font-size: 2.4rem;
		line-height: 24px;
	}
	.ccdata dl h4 small{
		font-size: 1.3rem;
		margin-left: 2px;
	}
	.ccdata dl span{
		font-size: 1.4rem;
		line-height: 20px;
	}
}
.case .swiper-container{
	margin-top: 86px;
	/* margin-right: -111px; */
	/* margin-left: -111px; */
	padding-bottom: 0px;
}
.case .swiper-slide a{
	display: block;
	position: relative;
}
.case .swiper-slide a section{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: flex;
	flex-wrap: wrap;
	align-content: flex-end;
	background: rgba(247,186,55,.9) url(../images/jiahao.png) top 30px right 30px no-repeat;
	background-size:20% auto;
	padding: 20px 20px 30px;
	opacity: 0;
	transition: .3s;
}
.case .swiper-slide a h4{
	width: 100%;
	font-size: 2.4rem;
	font-family:MaisonNeue-demi;
	color: #fff;
	margin: 0px 0px 15px;
}
.case .swiper-slide a span{
	display: block;
	font-size: 1.8rem;
	font-family:MaisonNeue-Medium;
	color: #fff;
	padding-left: 25px;
	line-height: 34px;
	background: url(../images/loac.png) 0px 7px no-repeat;
}
.case .swiper-slide a:hover section{
	opacity: 1;
}
.case .swiper-container .swiper-pagination{
	bottom: 0;
}
.case .swiper-container .swiper-pagination{
	bottom: 0;
}
.case .swiper-container .swiper-pagination span{
	width: 24px;
	height: 24px;
	border: 1px transparent solid;
	border-radius: 50%;
	background: transparent;
	opacity: .6;
	margin: 0px 5px;
}
.case .swiper-container .swiper-pagination span:after{
	content: "●";
	line-height: 22px;
	font-size: 1.2rem;
	transform: scale(.8);
	display: block;
}
.case .swiper-container .swiper-pagination span.swiper-pagination-bullet-active{
	border: 1px #000 solid;
	opacity: 1;
}
@media (max-width:1920px) {
	.case .swiper-slide a section{
		background-size:20% auto;
	}
	.case .swiper-slide a h4{
		font-size: 2.0rem;
	}
	.case .swiper-slide a span{
		font-size: 1.6rem;
	}
}
@media (max-width:1440px) {
	.case .swiper-container{
		margin-top: 46px;
		padding-bottom: 52px;
	}
	.case .swiper-slide a section{
		background-size:80px auto;
	}
	.case .swiper-slide a h4{
		font-size: 1.7rem;
		line-height:24px;
	}
	.case .swiper-slide a span{
		font-size: 1.4rem;
		background: url(../images/loac.png) 0px 4px no-repeat;
		line-height: 24px;
	}
}
@media (max-width:992px) {
	.case .swiper-container{
		margin-top: 15px;
		padding-bottom: 30px;
	}
	.case .swiper-slide a section{
		background:#fabd00;
		opacity:1;
		position:static;
		padding:10px;
	}
	.case .swiper-slide a h4{
		font-size: 1.4rem;
		line-height:20px;
		text-overflow:ellipsis;
		overflow:hidden;
		white-space:nowrap;
		margin:0px 0px 5px;
	}
	.case .swiper-slide a span{
		font-size: 1.3rem;
		line-height: 20px;
	}
}
.news{
	padding: 75px 0px 80px;
	background: url(../images/nsbg.png) 0 0 no-repeat;
}
.news ul{
	margin-right: -20px;
	margin-top: 80px;
}
.news ul li.li{
	float: left;
	font-weight: normal;
	width: 40%;
	padding-right: 20px;
}
.news ul li{
	float: left;
	width: 30%;
	padding-right: 20px;
}
.news ul a{
	display: block;
	position: relative;
	color: #000;
}
.news ul li.li a section{
	position: absolute;
	width: 100%;
	z-index: 3;
	left: 0;
	bottom: 0px;
	padding: 40% 10% 35px;
	background-image: linear-gradient(to top,rgba(23,95,215,1),rgba(23,95,215,0));
	color: #fff;
}
.news ul li a section{
	width: 85%;
	margin: 0 auto;
	padding: 30px 0px;
}
.news ul a small{
	display: block;
	font-size: 1.4rem;
	line-height: 30px;
	font-family:MaisonNeue-Book;
	border-bottom: 1px #fff solid;
	padding-bottom: 6px;
	background: url(../fonts/sjpic.svg) 0px 7px no-repeat;
	background-size: 12px auto;
	padding-left: 20px;
}
.news ul li.li a small{
	border-bottom: 1px #fff solid;
	background: url(../fonts/sjpicb.svg) 0px 7px no-repeat;
	background-size: 12px auto;
}
.news ul li a small{
	border-bottom: 1px rgba(0,0,0,.1) solid;
}
.news ul a i img:first-child{
	display: none;
}
.news ul li.li a i img:first-child{
	display: block;
}
.news ul li.li a i img:last-child{
	display: none;
}
.news ul a section>p{
	font-size: 1.6rem;
	font-family:MaisonNeue-Book;
	line-height: 26px;
	min-height:52px;
}
.news ul li.li a section>p{
	margin: 15px 0px;
}
.news ul li a section>p{
	font-size: 1.6rem;
	margin: 15px 0px;
	display: inline-block;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow:ellipsis;
}
.news ul a span{
	display: block;
	position: relative;
	text-align: center;
	width: 125px;
}
.news ul a span p{
	position: relative;
	z-index: 4;
	font-size: 1.4rem;
	font-family:MaisonNeue-Medium;
	height: 36px;
	line-height: 36px;
}
.news ul li a span p{
	color: #fff;
}
.news ul a span:after{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #065fab;
	transform: skew(-10deg);
	box-shadow: 0px 0px 15px rgba(0,0,0,.15);
}
.news ul li.li a span:after{
	background-color: #fff;
}
.news ul li.li a span p{
	color: #065fab;
}
.news ul li a{
	background-color: #f7f7f8;
}
@media (max-width:1440px) {
	.news{
		padding: 50px 0px;
	}
	.news ul{
		margin-top: 30px;
	}
	.news ul li a section{
		padding: 15px 0px 25px;
	}
	.news ul li.li a section{
		padding: 40% 10% 30px;
	}
	.news ul a section>p{
		font-size: 1.4rem;
		line-height: 25px;
	}
	.news ul li a section>p{
		font-size: 1.4rem;
	}
}
@media (max-width:992px) {
	.news{
		padding: 15px 0px 20px;
	}
	.news ul{
		margin-right: 0px;
		margin-top: 10px;
	}
	.news ul li.li{
		width:100%;
		padding-right: 0px;
	}
	.news ul li{
		float: left;
		width: 100%;
		font-weight: normal;
		padding-right: 0px;
		margin-bottom:10px;
	}
	.news ul li a section,.news ul li.li a section{
		position: absolute;
		width: 100%;
		z-index: 3;
		left: 0;
		bottom: 0px;
		padding: 40px 10px 35px;
		background-image: linear-gradient(to top,rgba(23,95,215,1),rgba(23,95,215,0));
		color: #fff;
	}
	.news ul li a small{
		border-bottom: 1px #fff solid;
		background: url(../fonts/sjpicb.svg) 0px 7px no-repeat;
		background-size: 12px auto;
	}
	.news ul li a i img:first-child{
		display: block;
		width:100%;
	}
	.news ul li a i img:last-child{
		display: none;
	}
	.news ul li a section>p{
		margin: 15px 0px;
		font-size: 1.4rem;
		min-height:auto;
	}
	.news ul li a span:after{
		background-color: #fff;
	}
	.news ul li a span p{
		color: #065fab;
	}
}

.copy{
	border-top: 1px rgba(255,255,255,.2) solid;
	margin: 15px 0px 0px;
	display: flex;
	justify-content: space-between;
	padding: 12px 0px;
}
.copy section{
	color: rgba(255,255,255,.6);
	line-height: 30px;
	font-size: 1.4rem;
	font-family:calibri;
}
.copy section a{
	color: rgba(255,255,255,.6);
}
.foot{
	position: fixed;
	width: 100%;
	z-index: 99;
	background-color: #0071c6;
	bottom: 0;
	left: 0;
	box-shadow: 0px 0px 4px rgba(0,0,0,.2);
	display:none;
}
.foot ul{
	display: flex;
}
.foot ul li{
	width: 25%;
	text-align: center;
	padding: 7px 0px 4px;
}
.foot ul li a{
	display: block;
	color: #fff;
	font-family:MaisonNeue-Book;
	font-size: 1.3rem;
	line-height: 14px;
}
.foot ul li img{
	height: 18px;
	display: block;
	width: auto;
	margin: 0 auto 6px;
}
.bheight{
	display:none;
}
@media (max-width:992px) {
	footer{
		padding: 0px 0px 0px;
	}
	.bottom{
		display:none;
	}
	.copy{
		border-top: 0px rgba(255,255,255,.2) solid;
		margin: 0px 0px 0px;
		padding: 10px 0px;
		text-align:center;
		display:block;
	}
	.copy section{
		line-height: 20px;
		font-size: 1.35rem;
	}
	.foot{
		display:block;
	}
	.bheight{
		display:block;
		height:49px;
	}
}
/*page*/
.ibanner{
	position: relative;
	z-index:99;
	padding-top:84px;
}
.ibannera .pdvideo{
	height:660px;
	width:100%;
	display:flex;
	justify-content:center;
	align-items:center;
	overflow:hidden;
}
.ibannera video{
	width:100%;
}
.ibanner img{
	width: 100%;
}
.ibanner .weizhi{
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	color: #fff;
	text-align: center;
}
.ibannera .weizhi{
	top: 40%;
}
.ibanner .weizhi h3{
	font-size: 6.2rem;
	font-family:MaisonNeue-demi;
	line-height: 70px;
}
.ibanner .weizhi section{
	font-size: 1.4rem;
	line-height: 20px;
	font-family:MaisonNeue-Medium;
	display: flex;
	justify-content: center;
}
.ibanner .weizhi section i{
	margin: 0px 15px;
	font-size: 1.2rem;
	display: block;
	transform: scale(.7);
}
.ibanner .weizhi section i:nth-child(1){
	transform: scale(1);
	margin: 1px 20px 0px 0px;
}
.ibanner .weizhi section a{
	color:#fff;
}
.ibanner .lanmu{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
}
.ibanner .lanmu ul{
	background-color: rgba(255,255,255,.7);
	display: flex;
}
.ibanner .lanmu ul li{
	width: 33.3333333333333333%;
}
.ibanner .lanmu ul li a{
	line-height: 78px;
	text-align: center;
	font-size: 1.8rem;
	color: #000000;
	font-family:MaisonNeue-Medium;
	display: block;
	border-right: 1px rgba(255,255,255,.6) solid;
	position: relative;
	padding-bottom: 2px;
}
.ibanner .lanmu ul li:last-child a{
	border-right: 0;
}
.ibanner .lanmu ul li.cur a:after,.ibanner .lanmu ul li:hover a:after{
	content: "";
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	height: 4px;
	background-color: #1362a7;
}
.ibanner b{
	display:flex;
	overflow:hidden;
	width:100%;
	justify-content:center;
	align-items:center;
}
.ibanner b img{
	animation: tobig 15s linear infinite;
	-webkit-animation: tobig 15s linear infinite;
}
@keyframes tobig
{
	0% {transform:scale(1);}
	50% {transform:scale(1.2);}
	100% {transform:scale(1);}
}
@-webkit-keyframes tobig
{
	0% {transform:scale(1);}
	50% {transform:scale(1.2);}
	100% {transform:scale(1);}
}
@media (max-width:1440px) {
	.ibanner{
		padding:74px 0px 0px;
	}
	.ibannera .pdvideo{
		height:530px;
	}
	.ibanner img{
		width: 100%;
	}
	.ibanner .weizhi{
		top: 50%;
	}
	.ibannera .weizhi{
		top: 40%;
	}
	.ibanner .weizhi h3{
		font-size: 5.0rem;
		line-height: 60px;
	}
	.ibanner .lanmu ul li a{
		line-height: 60px;
		font-size: 1.6rem;
		padding-top: 4px;
	}
}
@media (max-width:992px) {
	.ibanner{
		padding:44px 0px 0px;
	}
	.ibannera .pdvideo{
		height:180px;
	}
}
.weizhi .lm-logo{
	display:none;
	width:27px;
}
.weizhi .lm-logo i{
	display:block;
	padding:2px 0px;
}
.weizhi .lm-logo i:after{
	content:"";
	display:block;
	height:3px;
	transition: .3s;
	transform-origin: 24% center;
	background:#fff;
}
.weizhi .lm-logo.lms-logo i:nth-of-type(1):after{
	-webkit-transform: rotateZ(45deg);
	-moz-transform: rotateZ(45deg);
	-ms-transform: rotateZ(45deg);
	-o-transform: rotateZ(45deg);
	transform: rotateZ(45deg);
}
.weizhi .lm-logo.lms-logo i:nth-of-type(2):after{
	display:none;
}
.weizhi .lm-logo.lms-logo i:nth-of-type(3):after{
	-webkit-transform: rotateZ(-45deg);
	-moz-transform: rotateZ(-45deg);
	-ms-transform: rotateZ(-45deg);
	-o-transform: rotateZ(-45deg);
	transform: rotateZ(-45deg);
}
@media (max-width:992px) {
	.ibanner{
		padding-top:44px;
		position:relative;
	}
	.ibanner b,.ibanner img{
		width:100%;
	}
	.ibanner .weizhi{
		width:100%;
		position:static;
		display:flex;
		align-items:center;
		justify-content:space-between;
		background:#0071c6;
		padding:0px 15px;
	}
	.ibanner .weizhi section{
		display:none;
	}
	.weizhi .lm-logo{
		display:block;
	}
	.ibanner .weizhi h3{
		font-size:1.6rem;
		line-height:40px;
	}
	.ibanner .lanmu{
		background:#fff;
		top:100%;
		box-shadow:0px 5px 5px rgba(0,0,0,.2);
		z-index:10;
		bottom:auto;
		padding:15px 0px;
		display:none;
	}
	.ibanner .lanmu ul{
		background-color: rgba(255,255,255,0);
		flex-wrap:wrap;
		justify-content:space-between;
	}
	.ibanner .lanmu ul li{
		width:48.5%;
		margin-bottom:10px;
	}
	.ibanner .lanmu ul li a{
		display:block;
		line-height: 34px;
		font-size: 1.3rem;
		border: 1px rgba(0,0,0,.1) solid;
		padding-top: 0px;
		color:#000;
	}
	.ibanner .lanmu ul li:last-child a{
		border-right: 1px rgba(0,0,0,.1) solid;
	}
	.ibanner .lanmu ul li.cur a{
		background:#fabd00;
		color:#fff;
		border:1px #fabd00 solid;
	}
	.ibanner .lanmu ul li.cur a:after,.ibanner .lanmu ul li:hover a:after{
		display:none;
	}
}
.iabout{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 80px 0px 90px;
}
.iabout .iabtext{
	width: 47%;
}
.iabout .iabimg{
	width: 51%;
}
.iabout .iabtext .title{
	text-align: left;
}
.iabout .iabtext .title span{
	top: 45%;
}
.iabout .iabtext .title h4{
	font-size: 3.2rem;
	line-height: 36px;
}
.iabout .iabtext .title img{
	margin-left: -20px;
}
.iabout .iabtext section{
	color: #3e4347;
	font-size: 1.6rem;
	line-height: 24px;
	font-family:MaisonNeue-Medium;
	margin: 30px 0px 0px;
}
.iabout .iabtext section p{
	margin-bottom: 10px;
}
.iabout .iabimg img{
	border: 5px #fff solid;
	box-shadow: 0px 0px 30px rgba(0,0,0,.1);
}
@media (max-width:1440px) {
	.iabout{
		padding: 60px 0px 70px;
	}
	.iabout .iabtext .title h4{
		font-size: 2.4rem;
		line-height: 28px;
	}
	.iabout .iabtext .title img{
		margin-left: -20px;
	}
	.iabout .iabtext section{
		font-size: 1.4rem;
		margin: 20px 0px 0px;
	}
}
@media (max-width:992px) {
	.iabout{
		flex-wrap:wrap;
		padding: 15px 0px 20px;
	}
	.iabout .iabtext{
		width: 100%;
	}
	.iabout .iabimg{
		width: 100%;
	}
	.iabout .iabtext .title{
		height:70px;
	}
	.iabout .iabtext .title h4{
		font-size: 2.0rem;
		line-height: 22px;
	}
	.iabout .iabtext .title img{
		margin-left: 0px;
	}
	.iabout .iabtext section{
		font-size: 1.3rem;
		line-height: 20px;
		margin: 10px 0px;
		word-wrap:break-word;
		word-break:break-all;
	}
	.iabout .iabtext section p{
		margin-bottom: 5px;
	}
	.iabout .iabimg img{
		border: 3px #fff solid;
		box-shadow: 0px 0px 10px rgba(0,0,0,.1);
	}
}
.iwenhua{
	padding: 0px 0px 65px;
	background: #f8f8f8 url(../images/whbg.jpg) right bottom no-repeat;
	width: 100%;
	overflow: hidden;
	position: relative;
}
.iwenhua:after{
	content: "";
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	background-color: #fff;
	height: 82px;
}
.iwenhua .ishuu{
	position: relative;
	z-index: 9;
}
.iwenhua .ishuu:after{
	content: "";
	position: absolute;
	width: 200%;
	left: 0;
	top: 0;
	background-color: #005ca6;
	height: 100%;
}
.iwenhua .ishuu dl{
	display: flex;
	justify-content: space-between;
	background-color: #005ca6;
	position: relative;
	z-index: 6;
}
.iwenhua .ishuu dl dt{
	width: 26.5%;
}
.iwenhua .ishuu dl dd{
	width: 24.5%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
}
.iwenhua .ishuu dl dd i{
	margin-right: 20px;
}
.iwenhua .ishuu dl dd h2{
	display: flex;
	color: #fabd00;
	font-size: 2.9rem;
	line-height: 44px;
	font-family:ITCAvant-Demi;
}
.iwenhua .ishuu dl dd h2:after{
	content: "+";
	font-size: 1.3rem;
	line-height: 24px;
	margin-left: 5px;
}
.iwenhua .ishuu dl dd small{
	display: block;
	font-size: 1.5rem;
	line-height: 20px;
	font-family:MaisonNeue-Medium;
}
.iwenhua .title{
	text-align: left;
}
.iwenhua .title span h4{
	font-size: 4.5rem;
}
.iwenhua .title span p{
	font-size: 1.6rem;
	margin-top: 25px;
}
.iwenhua .title span{
	top: 0;
	margin: 0 0 0 0;
}
@media (max-width:1440px) {
	.iwenhua{
		padding: 0px 0px 45px;
		background: #f8f8f8 url(../images/whbg.jpg) 105% bottom no-repeat;
		background-size:400px auto;
	}
	.iwenhua:after{
		height: 75px;
	}
	.iwenhua .ishuu dl dd h2{
		font-size: 2.2rem;
		line-height: 34px;
	}
	.iwenhua .ishuu dl dd small{
		font-size: 1.4rem;
	}
	.iwenhua .title span h4{
		font-size: 3.5rem;
	}
	.iwenhua .title span p{
		font-size: 1.6rem;
		margin-top: 15px;
	}
}
@media (max-width:992px) {
	.iwenhua{
		padding: 0px 0px 150px;
		background: #f8f8f8 url(../images/whbg.jpg) right bottom no-repeat;
		background-size:70% auto;
	}
	.iwenhua:after{
		display:none;
	}
	.iwenhua .ishuu:after{
		left: -15px;
	}
	.iwenhua .ishuu dl{
		padding:15px 0px;
	}
	.iwenhua .ishuu dl dt{
		display:none;
	}
	.iwenhua .ishuu dl dd{
		width:auto;
	}
	.iwenhua .ishuu dl dd i{
		margin-right: 10px;
		display:none;
	}
	.iwenhua .ishuu dl dd h2{
		font-size: 1.8rem;
		line-height: 24px;
	}
	.iwenhua .ishuu dl dd h2:after{
		font-size: 1.2rem;
		line-height: 20px;
	}
	.iwenhua .ishuu dl dd small{
		font-size: 1.2rem;
	}
	.iwenhua .title span h4{
		font-size: 2.2rem;
		line-height:24px;
	}
	.iwenhua .title span h4 br{
		display:none;
	}
	.iwenhua .title span p{
		font-size: 1.4rem;
		margin-top: 5px;
	}
}
.iwenhua ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 100px 0px 0px;
	max-width:80%;
}
.iwenhua ul li.whone{
	width: 66%;
	background-color: transparent;
	padding-left: 0;
}
.iwenhua ul li{
	width: 32%;
	background-color: #fff;
	margin-bottom: 25px;
	padding: 30px 45px 60px;
	text-align: center;
}
.iwenhua ul li:not(.whone) h3{
	font-size: 2.0rem;
	font-family:MaisonNeue-Bold;
	color: #363a42;
	line-height: 36px;
	margin: 30px 0px 10px;
}
.iwenhua ul li:not(.whone) span{
	display: block;
	font-size: 1.6rem;
	line-height: 26px;
	font-family:MaisonNeue-Medium;
	max-width: 260px;
	margin: 0 auto;
}
.iwenhua ul li:not(.whone):hover{
	background:#005ca6;
}
.iwenhua ul li:not(.whone):hover h3,.iwenhua ul li:not(.whone):hover span{
	color:#fff;
}
@media (max-width:1440px) {
	.iwenhua ul{
		margin: 70px 0px 0px;
		max-width:85%;
	}
	.iwenhua ul li{
		margin-bottom: 20px;
		padding: 20px 30px 40px;
	}
	.iwenhua ul li:not(.whone) h3{
		font-size: 1.8rem;
		line-height: 30px;
		margin: 20px 0px 10px;
	}
	.iwenhua ul li:not(.whone) span{
		font-size: 1.4rem;
		line-height: 22px;
	}
}
@media (max-width:992px) {
	.iwenhua ul{
		margin: 20px 0px 0px;
		max-width:100%;
		width:100%;
	}
	.iwenhua ul li.whone{
		width: 100%;
		background-color: transparent;
		padding-left: 0;
		padding-top:0;
		padding-bottom:0;
		min-height:50px;
	}
	.iwenhua ul li{
		width: 48.5%;
		margin-bottom: 15px;
		padding: 10px 5px 20px;
	}
	.iwenhua ul li img{
		max-width:40px;
	}
	.iwenhua ul li:not(.whone) h3{
		font-size: 1.4rem;
		line-height: 20px;
		margin: 10px 0px;
	}
	.iwenhua ul li:not(.whone) span{
		font-size: 1.3rem;
		line-height: 20px;
		word-wrap:break-word;
		word-break:break-all;
	}
}
.lishi{
	padding: 60px 0px 210px;
	background: url(../images/lsbg.jpg) center 200px no-repeat;
}
.lshr{
	position: relative;
}
.lshr:after{
	content: "";
	position: absolute;
	top: 49.6%;
	z-index: 1;
	height: 2px;
	width: 100%;
	left: 0;
	background-color: rgba(0,0,0,.1);
}
.lishi .lscont{
	position: relative;
	z-index: 6;
	margin-top: 80px;
}
.lishi .swiper-container{
	position: static;
	padding: 0px 60px;
}
.lishi .swiper-slide{
	opacity: 0;
}
.lishi .swiper-slide.xianshi{
	opacity: 1;
}
.lishi .swiper-slide .lstext{
	width: calc(100% + 120px);
	position: relative;
	height: 450px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: -60px;
	margin-left: -60px;
}
.lishi .swiper-slide .lstext h3{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: flex-end;
}
.lishi .swiper-slide .lstext h3 small{
	display: block;
	width: 67px;
	height: 67px;
	border-radius: 50%;
	border: 1px #b2b2b2 solid;
	text-align: center;
	position: relative;
	padding: 8px;
}
.lishi .swiper-slide .lstext h3 small p{
	display: block;
	background-color: #b2b2b2;
	border-radius: 50%;
	height: 100%;
	width: 100%;
	color: #fff;
	font-size: 1.6rem;
	font-family:MaisonNeue-Medium;
	line-height: 46px;
	padding-top: 3px;
}
/*.lishi .swiper-slide.swiper-slide-active .lstext h3 small p,*/.lishi .swiper-slide .lstext:hover h3 small p{
	background-color:#fabd00;
}
/*.lishi .swiper-slide.swiper-slide-active .lstext h3 small,*/.lishi .swiper-slide .lstext:hover h3 small{
	border: 1px #fabd00 solid;
}
.lishi .swiper-slide section{
	border: 1px #dcdcdc solid;
	padding: 25px;
	background-color: #fff;
	min-height: 170px;
	width: 100%;
	position: absolute;
	top: 0;
	border-top: 6px #dcdcdc solid;
}
.lishi .swiper-slide:nth-child(Odd) section{
	top: auto;
	bottom: 0;
	border-bottom: 6px #dcdcdc solid;
	border-top: 1px #dcdcdc solid;
}
.lishi .swiper-slide section h2{
	font-size: 2.1rem;
	color: #000000;
	line-height: 24px;
	font-family:ITCAvant-Demi;
	margin:0px 0px 10px;
}
.lishi .swiper-slide section span{
	display: block;
	font-size: 1.6rem;
	line-height: 21px;
	color: #52555b;
	font-family:MaisonNeue-Book;
	margin: 6px 0px 0px;
}
/*.lishi .swiper-slide.swiper-slide-active .lstext section h2,*/.lishi .swiper-slide .lstext:hover section h2{
	color:#fabd00;
}
/*.lishi .swiper-slide.swiper-slide-active .lstext section,*/.lishi .swiper-slide .lstext:hover section{
	border-top: 6px #fabd00 solid;
	border-bottom: 1px #dcdcdc solid;
}
/*.lishi .swiper-slide:nth-child(Odd).swiper-slide-active .lstext section,*/.lishi .swiper-slide:nth-child(Odd) .lstext:hover section{
	border-top: 1px #dcdcdc solid;
	border-bottom: 6px #fabd00 solid;
}
.lishi .swiper-container .swiper-button-next{
	width: 60px;
	height: 60px;
	background: #fff url(../images/yhjt.png) center no-repeat;
	border-radius: 50%;
	box-shadow: 0px 0px 35px rgba(0,0,0,.1);
	opacity: 1;
	margin-top: -31px;
	right: 10%;
}
.lishi .swiper-container .swiper-button-prev{
	width: 60px;
	height: 60px;
	background: #fff url(../images/zhjt.png) center no-repeat;
	border-radius: 50%;
	box-shadow: 0px 0px 35px rgba(0,0,0,.1);
	opacity: 1;
	margin-top: -31px;
	left: 10%;
}
@media (max-width:1440px) {
	.lishi{
		padding: 40px 0px 140px;
	}
	.lishi .swiper-container{
		margin-top: 40px;
	}
	.lishi .swiper-slide .lstext{
		height: 400px;
	}
	.lishi .swiper-slide .lstext h3 small p{
		font-size: 1.5rem;
	}
	.lishi .swiper-slide section{
		padding: 15px;
		min-height: 150px;
		border-top: 5px #dcdcdc solid;
	}
	.lishi .swiper-slide:nth-child(Odd) section{
		border-bottom: 5px #dcdcdc solid;
		border-top: 1px #dcdcdc solid;
	}
	.lishi .swiper-slide section h2{
		font-size: 1.8rem;
		line-height: 20px;
	}
	.lishi .swiper-slide section span{
		font-size: 1.4rem;
		line-height: 20px;
		margin: 6px 0px 0px;
	}
	/*.lishi .swiper-slide.swiper-slide-active .lstext section,*/.lishi .swiper-slide .lstext:hover section{
		border-top: 5px #fabd00 solid;
		border-bottom: 1px #dcdcdc solid;
	}
	/*.lishi .swiper-slide:nth-child(Odd).swiper-slide-active .lstext section,*/.lishi .swiper-slide:nth-child(Odd) .lstext:hover section{
		border-top: 1px #dcdcdc solid;
		border-bottom: 5px #fabd00 solid;
	}
	.lishi .swiper-container .swiper-button-next{
		right: 2%;
	}
	.lishi .swiper-container .swiper-button-prev{
		left: 2%;
	}
}
@media (max-width:992px) {
	.lishi{
		padding: 20px 0px 30px;
	}
	.lishi .lscont{
		margin-top: 10px;
	}
	.lshr:after{
		display:none;
	}
	.lishi .swiper-container{
		margin-top: 15px;
		padding:0 0 0px;
	}
	.lishi .swiper-slide .lstext{
		width: 100%;
		height: auto;
		margin-right: 0px;
		margin-left: 0px;
	}
	.lishi .swiper-slide .lstext{
		height: auto;
	}
	.lishi .swiper-slide .lstext h3{
		display:none;
	}
	.lishi .swiper-slide .lstext h3 small p{
		font-size: 1.5rem;
	}
	.lishi .swiper-slide section{
		padding: 15px;
		min-height: 100px;
		border-top: 1px #dcdcdc solid;
		position:static;
	}
	.lishi .swiper-slide:nth-child(Odd) section{
		border-bottom: 1px #dcdcdc solid;
		border-top: 1px #dcdcdc solid;
	}
	.lishi .swiper-slide section h2{
		font-size: 1.6rem;
	}
	.lishi .swiper-slide section span{
		font-size: 1.3rem;
		line-height: 18px;
		margin: 5px 0px 0px;
	}
	.lishi .swiper-slide .lstext section{
		border-top: 1px #dcdcdc solid;
		border-bottom: 3px #dcdcdc solid;
	}
	.lishi .swiper-slide:nth-child(Odd) .lstext section{
		border-top: 1px #dcdcdc solid;
		border-bottom: 3px #dcdcdc solid;
	}
	.lishi .swiper-container .swiper-button-next{
		right: 30%;
		width:40px;
		height:40px;
		top:auto;
		margin-top:0;
		bottom:0;
		background-size:auto 40%;
		display:none;
	}
	.lishi .swiper-container .swiper-button-prev{
		left: 30%;
		width:40px;
		height:40px;
		top:auto;
		margin-top:0;
		bottom:0;
		background-size:auto 40%;
		display:none;
	}
}
.iphoto{
	position: relative;
	z-index: 9;
	padding: 0px 6px;
}
.iphoto .title span{
	position: static;
}
.iphoto .swiper-container{
	padding: 60px 14px 35px;
	margin-top: 50px;
}
.iphoto .swiper-container .swiper-slide img{
	width: 100%;
}
.iphoto .swiper-container .swiper-button-next{
	width: 36px;
	height: 36px;
	margin-top: 0;
	right: calc(50% - 56px);
	top: 0;
	background: url(../images/yhjt.png) center no-repeat;
}
.iphoto .swiper-container .swiper-button-prev{
	width: 36px;
	height: 36px;
	margin-top: 0;
	left: calc(50% - 56px);
	top: 0;
	background: url(../images/zhjt.png) center no-repeat;
}
@media (max-width:992px) {
	.iphoto{
		margin-top: 15px;
		padding: 0px 15px;
	}
	.iphoto .title span{
		position: static;
	}
	.iphoto .swiper-container{
		padding: 45px 0px 15px;
		margin-top: 5px;
	}
}
.icase{
	background-color: #f8f8f8;
}
.icase .icscont{
	background: url(../images/iccbg.jpg) right 0 no-repeat;
	padding: 31px 0px 80px;
}
.icase .ictop{
	display: flex;
	justify-content: space-between;
}
.icase .ictop .title{
	text-align: left;
}
.icase .ictop .title span{
	padding-left: 30px;
	top: 45%;
}
.icase .ictop dl{
	display: flex;
	align-items: center;
	width: 60%;
	justify-content: flex-end;
}
.icase .ictop dl dd{
	width: 28%;
}
.icase .ictop dl dd h4{
	font-size: 4.4rem;
	color: #1f2231;
	font-family:ITCAvant-Demi;
	line-height: 46px;
	display: flex;
}
.icase .ictop dl dd h4:after{
	content: "+";
	color: #fabd00;
	font-size: 1.8rem;
	line-height: 18px;
	margin-left: 6px;
}
/* .icase .ictop dl dd:nth-child(1) h4:after{ */
	/* content: "GW"; */
	/* font-size: 1.2rem; */
/* } */
.icase .ictop dl dd p{
	font-size: 1.6rem;
	color: #7a7d85;
	line-height: 30px;
}
.icase .icscont ul{
	display: flex;
	flex-wrap: wrap;
	margin-right: -10px;
	margin-left: -10px;
	margin-top: 30px;
	padding-bottom: 45px;
}
.icase .icscont ul li{
	padding: 0px 10px;
	margin-bottom: 30px;
	width: 33.33333333333333%;
}
.icase .icscont ul li a{
	display: block;
	background-color: #fff;
	transition: .3s;
}
.icase .icscont ul li a:hover{
	box-shadow: 0px 0px 20px rgba(0,0,0,.1);
}
.icase .icscont ul li a section{
	padding: 25px 19px 2px;
}
.icase .icscont ul li a p{
	font-size: 1.9rem;
	color: #000000;
	line-height: 24px;
	font-family:MaisonNeue-Medium;
	margin: 0px 0px 25px;
}
.icase .icscont ul li a:hover p{
	color: #0071c6;
}
.icase .icscont ul li a span{
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-top: 1px rgba(0,0,0,.08) solid;
	font-size: 1.8rem;
	color: rgba(0,0,0,.5);
	font-family:MaisonNeue-Medium;
	line-height: 24px;
	padding: 15px 0px 15px 22px;
	background: url(../images/lcpic.png) 0px 16px no-repeat;
}
.icase .icscont ul li a span:after{
	content: "";
	width: 33px;
	height: 10px;
	background: url(../images/jitou.png) center no-repeat;
}
@media (max-width:992px) {
	.icase .icscont{
		background-size:40% auto;
		padding: 15px 0px;
	}
	.icase .ictop{
		display: block;
	}
	.icase .ictop .title{
		display:none;
	}
	.icase .ictop dl{
		width: 100%;
		justify-content:space-between;
	}
	.icase .ictop dl dd{
		width: auto;
	}
	.icase .ictop dl dd h4{
		font-size: 2.4rem;
		line-height: 26px;
	}
	.icase .ictop dl dd h4:after{
		font-size: 1.4rem;
		line-height: 14px;
		margin-left: 5px;
	}
	.icase .ictop dl dd p{
		font-size: 1.4rem;
		line-height: 20px;
	}
	.icase .icscont ul{
		margin-right: -5px;
		margin-left: -5px;
		margin-top: 20px;
		padding-bottom: 0px;
	}
	.icase .icscont ul li{
		padding: 0px 5px;
		margin-bottom: 10px;
		width: 50%;
	}
	.icase .icscont ul li a:hover{
		box-shadow: 0px 0px 10px rgba(0,0,0,.1);
	}
	.icase .icscont ul li a section{
		padding: 10px 9px 2px;
	}
	.icase .icscont ul li a p{
		font-size: 1.3rem;
		line-height: 24px;
		margin: 0px 0px 5px;
		text-overflow:ellipsis;
		overflow:hidden;
		white-space:nowrap;
	}
	.icase .icscont ul li a span{
		display:none;
	}
}
.page_list{
	display: flex;
	justify-content: flex-end;
	flex-wrap: wrap;
}
.page_list a{
	width: 41px;
	height: 41px;
	display: block;
	border-radius: 50%;
	background-color: #fff;
	text-align: center;
	line-height: 42px;
	overflow: hidden;
	font-size: 1.6rem;
	font-family:MaisonNeue-Medium;
	color: #888;
	margin-left: 12px;
	transition: .3s;
}
.page_list a:first-child{
	transform: rotateZ(180deg);
}
.page_list a:first-child i,.page_list a:last-child i{
	font-size: 1.2rem;
}
.page_list a.on,.page_list a:hover{
	color: #fff;
	background-color: #0071c6;
}
@media (max-width:992px) {
	.page_list{
		padding:10px 0px 0px;
	}
	.page_list a{
		width: 32px;
		height: 32px;
		line-height: 32px;
		font-size: 1.2rem;
		margin-left: 5px;
		margin-bottom:5px;
	}
}
.icased{
	padding: 80px 0px 10px;
	display: flex;
	justify-content: space-between;
}
.icased .icleft{
	width: 24%;
	border-right: 1px rgba(0,0,0,.1) solid;
	padding-right: 40px;
}
.icased .icright{
	width: 76%;
	padding-left: 5%;
	padding-bottom: 25px;
}
.icased .icleft h5{
	font-size: 1.4rem;
	color: rgba(0,0,0,.6);
	font-family:MaisonNeue-Medium;
	line-height: 20px;
	margin: 0px 0px 5px;
}
.icased .icleft h3{
	font-size: 2.6rem;
	color: #000;
	font-family:MaisonNeue-Medium;
	line-height: 36px;
	border-bottom: 1px rgba(0,0,0,.1) solid;
	padding-bottom: 7px;
	margin-bottom: 50px;
}
.icased .icleft a{
	display: block;
	color: #ff7238;
	border-bottom: 1px rgba(0,0,0,.1) solid;
	padding-bottom: 13px;
	margin: 5px 0px 0px;
}
.icased .icleft a i{
	max-width: 70%;
	display: block;
}
.icased .icleft a span{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 10px 0px 0px;
}
.icased .icleft a span p{
	font-size: 1.8rem;
	font-family:MaisonNeue-Medium;
}
.icased .icleft a span:after{
	content: "";
	width: 33px;
	height: 10px;
	background: url(../images/cjt.png) center no-repeat;
}
.icased .icright>h2{
	font-size: 3.6rem;
	line-height: 40px;
	color: #000;
	font-family:MaisonNeue-Medium;
}
.icased .icright>h4{
	color: rgba(0,0,0,.6);
	font-size: 1.4rem;
	font-family:MaisonNeue-Medium;
	background: url(../images/time.png) 0px 4px no-repeat;
	padding-left: 20px;
	line-height: 24px;
	margin: 10px 0px 60px;
}
.icased .icright>section{
	line-height: 30px;
	font-size: 1.6rem;
	color: #666;
	font-family:calibri;
}
.icased .icright>section img{
	max-width: 100%;
	height: auto;
}
@media (max-width:992px) {
	.icased{
		padding: 15px 0px;
		flex-wrap:wrap;
	}
	.icased .icleft{
		width: 100%;
		border-right: 0px rgba(0,0,0,.1) solid;
		padding-right: 0px;
		margin-bottom:15px;
	}
	.icased .icright{
		width: 100%;
		padding-left: 0;
		padding-bottom: 15px;
	}
	.icased .icleft h3{
		font-size: 1.8rem;
		line-height: 26px;
		margin-bottom: 15px;
	}
	.icased .icleft a{
		padding-bottom: 10px;
	}
	.icased .icleft a i{
		max-width: 50%;
	}
	.icased .icleft a span p{
		font-size: 1.4rem;
	}
	.icased .icright>h2{
		font-size: 2.0rem;
		line-height: 30px;
	}
	.icased .icright>h4{
		font-size: 1.3rem;
		margin: 0px 0px 10px;
	}
	.icased .icright>section{
		line-height: 20px;
		font-size: 1.4rem;
	}
}
.fanye{
	border: 1px rgba(0,0,0,.1) solid;
	margin: 55px 0px 0px;
	padding: 25px 40px;
	display: flex;
	justify-content: space-between;
}
.fanye a{
	display: block;
	color: #888;
	font-size: 1.8rem;
	line-height: 40px;
	font-family:MaisonNeue-Book;
	max-width: calc(50% - 30px);
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
}
.fanye a.toback{
	width: 60px;
	text-align: center;
	color: #333;
}
@media (max-width:992px) {
	.fanye{
		margin: 15px 0px 0px;
		padding: 10px;
	}
	.fanye a{
		font-size: 1.3rem;
		line-height: 20px;
		max-width: calc(50% - 30px);
	}
	.fanye a.toback{
		width: 60px;
	}
}
.planmu{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
}
.planmu ul{
	background-color: rgba(255,255,255,.7);
	display: flex;
	box-shadow:0px -5px 5px rgba(0,0,0,.1);
}
.planmu ul li{
	width: 25%;
	position:relative;
}
.planmu ul li>a{
	line-height: 78px;
	text-align: center;
	font-size: 1.8rem;
	color: #000000;
	font-family:MaisonNeue-Medium;
	display: flex;
	border-right: 1px rgba(255,255,255,.6) solid;
	position: relative;
	padding-bottom: 2px;
	justify-content: center;
	align-items: center;
}
.planmu ul li>a i{
	font-size: 1.2rem;
	margin-left: 10px;
}
.planmu ul li:last-child>a{
	border-right: 0;
}
.planmu ul li.cur>a:after,.planmu ul li:hover>a:after{
	content: "";
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	height: 4px;
	background-color: #1362a7;
}
.planmu ul li dl{
	position:absolute;
	min-width:100%;
	left:0;
	top:100%;
	background:#fff;
	box-shadow:0px 5px 5px rgba(0,0,0,.1);
	display:none;
	padding:25px 0px 25px 50px;
}
.planmu ul li:hover dl{
	display:flex;
}
.planmu ul li dl dd{
	padding-right:50px;
}
.planmu ul li dl dd>a{
	display:block;
	color:#333;
	line-height:26px;
	font-size:1.6rem;
	white-space:nowrap;
	font-family:MaisonNeue-Book;
	padding:12px 0px 5px;
}
.planmu ul li dl dd:last-child>a{
	border-bottom:0;
}
.planmu ul li dl dd.cur>a,.planmu ul li dl dd:hover>a{
	color:#fabd00;
}
.planmu ul li dl dd section{
	padding-bottom:25px;
}
.planmu ul li dl dd section a{
	display:block;
	white-space:nowrap;
	color:#555;
	font-family:MaisonNeue-Book;
	line-height:30px;
	padding:0px 0px 0px 14px;
	background:url(../images/yhjt.png) 0px 9px no-repeat;
	background-size:auto 9px;
	margin:5px 0px 0px;
}
.planmu ul li dl dd section a:hover,.planmu ul li dl dd section a.cur{
	color:#fabd00;
}
@media (max-width:1440px) {
	.planmu ul li>a{
		line-height: 60px;
		font-size: 1.6rem;
		padding-top: 3px;
	}
	.planmu ul li dl dd>a{
		line-height:20px;
		font-size:1.4rem;
	}
}
.pdban>img{
	display:none;
}
@media (max-width:992px) {
	.ibanneraa{
		z-index:10000;
	}
	.pdban>img{
		display:block;
	}
	.pdban .pdvideo{
		display:none;
	}
	.planmu{
		position: fixed;
		width: 70%;
		height:100%;
		overflow:auto;
		background:#fff;
		z-index:10000;
		left: -100%;
		transition:.3s;
		bottom: 0;
	}
	.planmuu{
		left:0;
	}
	.planmu .container{
		padding:0;
	}
	.planmu ul{
		display: block;
		box-shadow:none;
		padding:10px 0px;
	}
	.planmu ul li{
		width: 100%;
		padding:0px 15px;
		border-bottom: 1px rgba(0,0,0,.1) solid;
	}
	.planmu ul li>a{
		line-height: 32px;
		font-size: 1.4rem;
		border-right: 0px #fff solid;
		padding: 4px 0px 2px;
		justify-content:flex-start;
	}
	.planmu ul li.cur>a:after,.planmu ul li:hover>a:after{
		display:none;
	}
	.planmu ul li dl{
		position:static;
		box-shadow:none;
		display:block;
		border-top: 1px rgba(0,0,0,.1) dashed;
		padding:5px 0px;
	}
	.planmu ul li dl dd>a{
		line-height:30px;
		font-size:1.4rem;
		padding:0px 15px;
	}
	.planmu ul li dl dd section{
		padding-bottom:0px;
	}
	.planmu ul li dl dd section a{
		line-height:24px;
		padding:0px 0px 0px 48px;
		font-size:1.3rem;
		background:url(../images/yhjt.png) 36px 7px no-repeat;
		background-size:auto 9px;
	}
}
.iproduct{
	padding: 70px 0px 30px;
	background: url(../images/pdbg.jpg) right 0 no-repeat;
}
.iproduct ul{
	display: flex;
	flex-wrap: wrap;
	margin-right: -13px;
	margin-left: -13px;
}
.iproduct ul li{
	width: 33.33333333333333%;
	padding: 0px 13px;
	margin-bottom: 45px;
}
.iproduct ul li a{
	display: block;
	background-color: #fff;
	box-shadow: 0px 0px 26px rgba(0,0,0,.08);
	border: 3px transparent solid;
	transition: .3s;
	position: relative;
}
.iproduct ul li a:after{
	content: "";
	position: absolute;
	width: 72px;
	height: 72px;
	border-radius: 50%;
	background: #fabd00 url(../images/bjt.png) center no-repeat;
	right: 25px;
	bottom: -36px;
	box-shadow: 0px 0px 10px rgba(250,189,0,.3);
	opacity: 0;
	transition: .3s;
}
.iproduct ul li:hover a:after{
	opacity: 1;
}
.iproduct ul li a:hover{
	border: 3px #fabd00 solid;
}
.iproduct ul li a img{
	width: 100%;
	height: auto;
}
.iproduct ul li a section{
	border-top: 2px rgba(0,0,0,.07) solid;
	padding: 20px 25px 45px;
}
.iproduct ul li a h3{
	font-size: 1.8rem;
	color: #ff7238;
	font-family:MaisonNeue-Medium;
	line-height: 30px;
}
.iproduct ul li a span{
	display: block;
	font-size: 1.4rem;
	line-height: 22px;
	font-family:MaisonNeue-Medium;
	color: rgba(0,0,0,.5);
	margin: 6px 0px 0px;
	max-height:44px;
	overflow:hidden;
}
.iproduct .page_list a{
	background-color: #f7f8fc;
}
.iproduct .page_list a.on,.iproduct .page_list a:hover{
	background-color: #1764df;
}
@media (max-width:1440px) {
	.iproduct{
		padding: 40px 0px 30px;
	}
	.iproduct ul li{
		margin-bottom: 30px;
	}
	.iproduct ul li a{
		box-shadow: 0px 0px 20px rgba(0,0,0,.08);
		border: 2px transparent solid;
	}
	.iproduct ul li a:hover{
		border: 2px #fabd00 solid;
	}
	.iproduct ul li a h3{
		font-size: 1.6rem;
	}
}
.body{
	position:fixed;
	width:100%;
	height:100%;
	top:0;
	left:0;
	overflow:hidden;
}
@media (max-width:992px) {
	.iproduct{
		padding: 15px 0px 20px;
		background-size:40% auto;
	}
	.iproduct ul{
		margin-right: -5px;
		margin-left: -5px;
	}
	.iproduct ul li{
		width: 50%;
		padding: 0px 5px;
		margin-bottom: 10px;
	}
	.iproduct ul li a{
		box-shadow: 0px 0px 10px rgba(0,0,0,.08);
		border: 0px transparent solid;
	}
	.iproduct ul li a:after{
		display:none;
	}
	.iproduct ul li a:hover{
		border: 0px #fabd00 solid;
	}
	.iproduct ul li a section{
		border-top: 1px rgba(0,0,0,.07) solid;
		padding: 10px;
	}
	.iproduct ul li a h3{
		font-size: 1.3rem;
		line-height: 24px;
		text-overflow:ellipsis;
		overflow:hidden;
		white-space:nowrap;
	}
	.iproduct ul li a span{
		display:none;
	}
}
.iproimg{
	display: flex;
	justify-content: space-between;
	padding: 90px 0px 75px;
}
.iproimg .ijzoom{
	width: 46%;
	position: relative;
	z-index:9;
}
.jzoom{
	position:relative;
	overflow:hidden;
	font-size:0;
}
.zoomdiv{
	float:left;
	top:0 !important;
	left:101% !important;
	border:1px solid rgba(0,0,0,.1);
	display:none;
	text-align:center;
	overflow: hidden;
	position:absolute;
	z-index:999;
	background-color:#fff;
	font-size:0;
}
.zoomdiv img{
	max-width:none;
}
.bigimg{
	width:800px;
	height:800px;
	background-color:#fff;
}
.jqZoomPup{
	z-index:10;
	visibility:hidden;
	position:absolute;
	top:0px;
	left:0px;
	width:200px !important;
	height:200px !important;
	border:1px solid rgba(0,0,0,.1);
	background:#fff 50% top no-repeat;
	opacity:0.5;
	-moz-opacity:0.5;
	-khtml-opacity:0.5;
	filter:alpha(Opacity=50);
	cursor:move;
}
.iproimg .iprotext{
	width: 54%;
	padding-left: 7%;
	display: flex;
	flex-wrap: wrap;
	align-content: space-between;
}
.iproimg .ijzoom>b{
	position: absolute;
	width: 51px;
	height: 51px;
	border-radius: 50%;
	background: #f3f3f3 url(../images/fdj.png) center no-repeat;
	top: 20px;
	right: 25px;
	z-index:888;
}
.iproimg .ijzoom .jzoom{
	background-color: #fff;
	box-shadow: 0px 0px 40px rgba(0,0,0,.1);
	margin-bottom: 30px;
}
.iproimg .ijzoom .xiaotu{
	position: relative;
	padding: 0px 0px;
}
.iproimg .ijzoom .xiaotuu{
	padding: 0px 38px;
}
.iproimg .xiaotu .swiper-container{
	position: static;
	padding: 0px 1px;
}
.iproimg .xiaotu .swiper-container .swiper-slide a{
	display: block;
	border: 1px rgba(0,0,0,.1) solid;
	background-color: #fff;
}
.iproimg .xiaotu .swiper-container .swiper-button-white{
	width: 28px;
	height: 100%;
	top: 0;
	margin-top: 0;
	border: 1px rgba(0,0,0,.1) solid;
	background: #f8f8f8 url(../images/yhjt.png) center no-repeat;
	outline: none;
	background-size: auto 18px;
}
.iproimg .xiaotu .swiper-container .swiper-button-next{
	right: 0;
}
.iproimg .xiaotu .swiper-container .swiper-button-prev{
	left: 0;
	transform: rotateY(180deg);
}
.iproimg .iprotext h2{
	font-size: 3.8rem;
	font-family:MaisonNeue-Medium;
	line-height: 46px;
	border-bottom: 1px rgba(0,0,0,.1) solid;
	padding: 25px 0px 30px;
	width: 100%;
}
.iproimg .iprotext section{
	font-size: 1.4rem;
	line-height: 34px;
	color: rgba(0,0,0,.6);
	font-family:MaisonNeue-Medium;
	padding: 40px 0px 50px;
	border-bottom: 1px rgba(0,0,0,.1) solid;
	width: 100%;
}
.iproimg .iprotext dl{
	padding: 60px 0px;
	width: 100%;
}
.iproimg .iprotext dl dd{
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}
.iproimg .iprotext dl dd p{
	color: rgba(0,0,0,.6);
	line-height: 34px;
	margin-left: 10px;
	font-family:MaisonNeue-Medium;
}
.iproimg .iprotext>a{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 206px;
	height: 53px;
	background-color: #fabd00;
	padding: 0px 22px;
	color: #000;
}
.iproimg .iprotext>a p{
	font-size: 1.6rem;
	line-height: 24px;
	font-family:MaisonNeue-Bold;
}
.iproimg .iprotext>a i{
	font-size: 1.4rem;
}
@media (max-width:992px) {
	.iproimg{
		flex-wrap:wrap;
		padding: 15px 0px 20px;
	}
	.iproimg .ijzoom{
		width: 100%;
	}
	.iproimg .iprotext{
		width: 100%;
		padding-left: 0;
	}
	.iproimg .ijzoom>b{
		display:none;
	}
	.iproimg .ijzoom .jzoom{
		display:none;
	}
	.iproimg .ijzoom .xiaotu{
		padding: 0px 0px;
	}
	.iproimg .xiaotu .swiper-container .swiper-button-white{
		width: 32px;
		height: 32px;
		top: 50%;
		margin-top: -16px;
		border: 0px rgba(0,0,0,.1) solid;
		background: url(../images/yhjt.png) center no-repeat;
		background-size: auto 22px;
	}
	.iproimg .xiaotu .swiper-container .swiper-button-next{
		right: 0;
	}
	.iproimg .xiaotu .swiper-container .swiper-button-prev{
		left: 0;
		transform: rotateY(180deg);
	}
	.iproimg .iprotext h2{
		font-size: 2.0rem;
		line-height: 26px;
		padding: 15px 0px 10px;
	}
	.iproimg .iprotext section{
		font-size: 1.3rem;
		line-height: 20px;
		padding: 15px 0px;
	}
	.iproimg .iprotext dl{
		padding: 20px 0px 10px;
	}
	.iproimg .iprotext dl dd{
		margin-bottom: 10px;
	}
	.iproimg .iprotext dl dd p{
		line-height: 16px;
	}
	.iproimg .iprotext>a{
		width: 150px;
		height: 43px;
		padding: 0px 15px;
	}
	.iproimg .iprotext>a p{
		font-size: 1.4rem;
	}
	.iproimg .iprotext>a i{
		font-size: 1.3rem;
	}
}
.iprocont{
	padding: 0px 0px 150px;
}
.iprocont dl{
	border-bottom: 1px rgba(0,0,0,.1) solid;
}
.iprocont dl dd{
	display:flex;
	justify-content:space-between;
	align-items:center;
}
.iprocont dl dd p{
	font-size: 2.2rem;
	color: #000;
	font-family:MaisonNeue-Medium;
	padding-bottom: 15px;
	line-height: 24px;
	position: relative;
	cursor: pointer;
}
.iprocont dl dd p:after{
	content: "";
	position: absolute;
	width: 100%;
	height: 3px;
	left: 0;
	background-color: #fabd00;
	bottom: -2px;
}
.iprocont dl dd a{
	background:#337FE5;
	border-radius:3px;
	padding:5px 20px;
	line-height:20px;
	font-family:MaisonNeue-Medium;
	color:#fff;
	transition:.3s;
}
.iprocont dl dd a:hover{
	background:#fabd00;
}
.ipdcont{
	margin: 60px 0px 0px;
}
.ipdcont .ipdlist{
	display: none;
}
.ipdcont .ipdlist.active{
	display: block;
}
.ipdhot{
	padding-bottom: 80px;
}
.ipdhot h2{
	text-align: center;
	font-size: 4.0rem;
	line-height: 50px;
	font-family:MaisonNeue-demi;
}
.ipdhot ul{
	display: flex;
	margin-right: -13px;
	margin-left: -13px;
	margin-top: 66px;
}
.ipdhot ul li{
	width: 25%;
	padding: 0px 13px;
}
.ipdhot ul li a{
	display: block;
	box-shadow: 0px 0px 26px rgba(0,0,0,.06);
	background-color: #fff;
	border-radius: 4px;
	overflow: hidden;
}
.ipdhot ul li a section{
	padding: 0 15px 20px;
	border-bottom: 5px #ededed solid;
}
.ipdhot ul li a section h4{
	border-top: 1px rgba(0,0,0,.07) solid;
	color: #333;
	font-size: 1.6rem;
	font-family:MaisonNeue-Book;
	line-height: 24px;
	padding: 18px 0px 5px;
}
.ipdhot ul li a section span{
	display: block;
	font-size: 1.5rem;
	line-height: 18px;
	font-family:calibri;
	color: rgba(0,0,0,.6);
}
.ipdhot ul li a:hover section h4{
	color: #ff7238;
}
.ipdhot ul li a:hover section{
	border-bottom: 5px #ff7238 solid;
}
.xunpan{
	position:fixed;
	width:100%;
	height:100%;
	top:0;
	left:0;
	z-index:999;
	background:rgba(0,0,0,.8);
	display:flex;
	justify-content:center;
	align-items:center;
	transform:scale(0);
}
.xunpans{
	transform:scale(1);
}
.xunpan form{
	background:#fff;
	width:640px;
	max-width:90%;
	height:auto;
	border-radius:5px;
	box-shadow:0px 0px 30px rgba(0,0,0,.9);
	padding:35px;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
.xunpan form h2{
	text-align:center;
	text-transform:uppercase;
	font-family:MaisonNeue-Bold;
	font-size:2.4rem;
	margin:0px 0px 20px;
	width:100%;
}
.xunpan form input{
	width:48.5%;
	line-height:20px;
	border:1px rgba(0,0,0,.15) solid;
	border-radius:3px;
	padding:10px 15px;
	font-family:MaisonNeue-Book;
	font-size:1.4rem;
	margin-bottom:15px;
	outline:none;
}
.xunpan form textarea{
	width:100%;
	line-height:20px;
	border:1px rgba(0,0,0,.15) solid;
	border-radius:3px;
	padding:10px 15px;
	font-family:MaisonNeue-Book;
	font-size:1.4rem;
	resize:none;
	outline:none;
}
.xunpan form button{
	width:35%;
	border:0;
	color:#fff;
	background:#006cc0;
	line-height:42px;
	border-radius:3px;
	margin:15px 0px 0px;
	font-family:MaisonNeue-Book;
	font-size:1.6rem;
}
.xunpan form button:hover{
	background:#fdbf38;
}
@media (max-width:992px) {
	.iprocont{
		padding: 0px 0px 20px;
	}
	.iprocont dl dd{
		font-size: 1.8rem;
		padding-bottom: 10px;
		margin-right: 20px;
	}
	.ipdcont{
		margin: 15px 0px 0px;
	}
	.ipdhot{
		padding-bottom: 20px;
	}
	.ipdhot h2{
		font-size: 2.0rem;
		line-height: 30px;
	}
	.ipdhot ul{
		flex-wrap:wrap;
		margin-right: -5px;
		margin-left: -5px;
		margin-top: 16px;
	}
	.ipdhot ul li{
		width: 50%;
		padding: 0px 5px;
		margin-bottom:10px;
	}
	.ipdhot ul li a{
		box-shadow: 0px 0px 10px rgba(0,0,0,.06);
		border-radius: 2px;
	}
	.ipdhot ul li a section{
		padding: 0 5px 20px;
		border-bottom: 3px #ededed solid;
	}
	.ipdhot ul li a section h4{
		font-size: 1.4rem;
		line-height: 20px;
		padding: 10px 0px 5px;
	}
	.ipdhot ul li a section span{
		font-size: 1.2rem;
		line-height: 14px;
	}
	.ipdhot ul li a:hover section{
		border-bottom: 3px #ff7238 solid;
	}
	.xunpan form{
		padding:20px;
	}
	.xunpan form h2{
		font-size:2.0rem;
	}
	.xunpan form input{
		margin-bottom:10px;
		line-height:20px;
		padding:7px 10px;
		width:100%;
	}
	.xunpan form button{
		width:100%;
		line-height:40px;
		margin:10px 0px 0px;
		font-size:1.4rem;
	}
}
.netmap{
	background-color: #656c72;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	padding: 45px 0px 35px;
}
.netmap h2{
	text-align: center;
	width: 100%;
	font-size: 3.3rem;
	line-height: 40px;
	color: #fff;
	font-family:MaisonNeue-Bold;
	margin: 0px 0px 25px;
}
.netmap .netloc{
	position: relative;
}
.netmap .netloc ul li{
	position: absolute;
	width: 116px;
	height: 174px;
}
.netmap .netloc ul li i{
	width: 70px;
	height: 105px;
	position: absolute;
	left: 23px;
	bottom: 0;
	background: url(../images/txbg.png) center bottom no-repeat;
	background-size: 100% auto;
	padding: 5px;
	cursor: pointer;
	transition: .3s;
}
.netmap .netloc ul li i img{
	border-radius: 50%;
	width: 100%;
	border: 4px #cccccc solid;
}
.netmap .netloc ul li.cur i{
	width: 100%;
	height: 100%;
	left: 0;
	z-index: 999;
	padding: 9px;
}
.netmap .netloc ul li.cur i img{
	border: 9px #ff792e solid;
}
.netmap .netloc ul li p{
	display:none;
}
@media (max-width:992px) {
	.netmap{
		padding:15px 15px 0px;
		background:#fff;
	}
	.netmap h2{
		display:none;
	}
	.netmap .netloc{
		width:100%;
	}
	.netmap .netloc img{
		display: none;
	}
	.netmap .netloc ul{
		display:flex;
		flex-wrap:wrap;
		justify-content:space-between;
	}
	.netmap .netloc ul li{
		position: static;
		width: 49%;
		height: auto;
		margin-bottom:5px;
	}
	.netmap .netloc ul li i{
		display:none;
	}
	.netmap .netloc ul li p{
		display:block;
		text-align:center;
		border:1px rgba(0,0,0,.1) solid;
		font-family:MaisonNeue-Book;
		line-height:34px;
		font-size:1.3rem;
	}
	.netmap .netloc ul li.cur p{
		color:#fff;
		background:#fabd00;
		border:1px #fabd00 solid;
	}
}
.icontact{
	background-color: #fff;
	margin-bottom: 30px;
	box-shadow: 0px 0px 35px rgba(0,0,0,.1);
	border-radius: 10px;
	margin-top: -135px;
	position: relative;
	z-index: 6;
}
.icontact .quanqiu{
	position:relative;
}
.icontact ul{
	width: 100%;
	position:absolute;
	top:0;
	left:0;
	transform:scale(0);
	z-index:-1;
}
.icontact ul.active{
	position:relative;
	transform:scale(1);
	z-index:3;
}
.icontact ul li{
	width: 80%;
	margin:0 auto;
	display:flex;
	justify-content: space-between;
	border-top: 4px #fabd00 solid;
	padding: 35px 0px;
}
.icontact .quanqiu ul .swiper-container{
	position:static;
}
.icontact .quanqiu .swiper-container .swiper-button-next{
	background:url(../images/ctjt.png) center no-repeat;
	background-size:auto 30px;
	transform:rotateY(180deg);
	right:4%;
}
.icontact .quanqiu .swiper-container .swiper-button-prev{
	background:url(../images/ctjt.png) center no-repeat;
	background-size:auto 30px;
	left:4%;
}
.icontact ul li .ictit{
	color: #000;
}
.icontact ul li .ictit h2{
	font-size: 3.0rem;
	line-height: 40px;
	font-family:MaisonNeue-Bold;
}
.icontact ul li .ictit h2:after{
	content:"";
	display:block;
	height:3px;
	width:40px;
	background:#fabd00;
	margin:10px 0px 25px;
}
.icontact ul li .ictit h3{
	padding-left:5px;
}
.icontact ul li .ictit h3 img{
	max-width:140px;
	height:auto;
	border-radius:5px;
	box-shadow:0px 0px 5px rgba(0,0,0,.1);
	padding:3px;
}
.icontact ul li .ictcont{
	width: 62%;
}
.icontact ul li .ictcont h4{
	display: flex;
	align-items: center;
	border-bottom: 1px rgba(0,0,0,.1) solid;
	padding-bottom: 25px;
}
.icontact ul li .ictcont h4 i{
	width: 63px;
	border-radius: 50%;
	overflow: hidden;
	margin-right: 15px;
}
.icontact ul li .ictcont h4 p{
	font-size: 1.7rem;
	line-height: 24px;
	font-family:MaisonNeue-Bold;
}
.icontact ul li .ictcont dl{
	padding-top: 15px;
	padding-left: 5px;
}
.icontact ul li .ictcont dl dd{
	font-family:MaisonNeue-Medium;
	font-size: 1.4rem;
	color: #333;
	line-height: 22px;
	padding: 7px 0px 7px 25px;
}

.icontact ul li .ictcont dl dd4 {
    font-family: MaisonNeue-Medium;
    font-size: 1.4rem;
    color: #333;
    line-height: 22px;
    padding: 7px 0px 7px 25px;
}

.icontact ul li .ictcont dl dd:nth-child(1){
	background: url(../images/ictpic1.png) 0px center no-repeat;
}
.icontact ul li .ictcont dl dd:nth-child(2){
	background: url(../images/ictpic2.png) 0px center no-repeat;
}
.icontact ul li .ictcont dl dd:nth-child(3){
	background: url(../images/ictpic3.png) 0px center no-repeat;
}

.icontact ul li .ictcont dl dd4:nth-child(2){
	background: url(../images/ictpic4.png) 0px center no-repeat;
}

.zongban{
	display:flex;
	justify-content: space-between;
	box-shadow:0px 0px 20px rgba(0,0,0,.1);
	width: 100%;
	padding: 35px 10%;
	border-radius:10px;
	margin:0px 0px 30px;
}
.zongban .ictit{
	color: #000;
}
.zongban .ictit h2{
	font-size: 3.0rem;
	line-height: 40px;
	font-family:MaisonNeue-Bold;
}
.zongban .ictit h2:after{
	content:"";
	display:block;
	height:3px;
	width:40px;
	background:#fabd00;
	margin:10px 0px 25px;
}
.zongban .ictit h3 img{
	max-width:140px;
	height:auto;
	border-radius:5px;
	box-shadow:0px 0px 5px rgba(0,0,0,.1);
	padding:3px;
}
.zongban .ictcont{
	width: 62%;
}
.zongban .ictcont h4{
	display: flex;
	align-items: center;
	border-bottom: 1px rgba(0,0,0,.1) solid;
	padding-bottom: 25px;
}
.zongban .ictcont h4 i{
	width: 63px;
	border-radius: 50%;
	overflow: hidden;
	margin-right: 15px;
}
.zongban .ictcont h4 p{
	font-size: 1.7rem;
	line-height: 24px;
	font-family:MaisonNeue-Bold;
}
.zongban .ictcont dl{
	padding-top: 15px;
	padding-left: 5px;
}
.zongban .ictcont dl dd{
	font-family:MaisonNeue-Medium;
	font-size: 1.4rem;
	color: #333;
	line-height: 22px;
	padding: 7px 0px 7px 25px;
}
.zongban .ictcont dl dd4{
	font-family:MaisonNeue-Medium;
	font-size: 1.4rem;
	color: #333;
	line-height: 22px;
	padding: 7px 0px 7px 25px;
}
.zongban .ictcont dl dd:nth-child(1){
	background: url(../images/ictpic1.png) 0px center no-repeat;
}
.zongban .ictcont dl dd:nth-child(2){
	background: url(../images/ictpic2.png) 0px center no-repeat;
}
.zongban .ictcont dl dd:nth-child(3){
	background: url(../images/ictpic3.png) 0px center no-repeat;
}
.zongban .ictcont dl dd4:nth-child(2){
	background: url(../images/ictpic4.png) 0px center no-repeat;
}
@media (max-width:992px) {
	.icontact{
		margin-bottom: 0px;
		box-shadow: none;
		border-radius: 0px;
		padding: 15px 0;
		margin-top: 0px;
	}
	.icontact ul{
		border-top: 2px #fabd00 solid;
		width: 100%;
		padding: 10px 0px;
	}
	.icontact ul li{
		border-top: 0px #fabd00 solid;
		padding: 15px 0px;
		width:90%;
	}
	.icontact ul li.active{
		display: block;
	}
	.icontact ul li .ictit{
		display:none;
	}
	.icontact ul li .ictcont{
		width: 100%;
		margin:0px 0px 0px;
	}
	.icontact ul li .ictcont h4{
		padding-bottom: 10px;
	}
	.icontact ul li .ictcont h4 i{
		width: 50px;
		margin-right: 10px;
	}
	.icontact ul li .ictcont h4 p{
		font-size: 1.5rem;
	}
	.icontact ul li .ictcont dl{
		padding-top: 10px;
		padding-left: 5px;
	}
	.icontact ul li .ictcont dl dd{
		line-height: 20px;
		padding: 5px 0px 5px 25px;
	}
	.icontact .quanqiu .swiper-container .swiper-button-next{
		background:url(../images/ctjt.png) center no-repeat;
		background-size:auto 25px;
		transform:rotateY(180deg);
		right:0;
	}
	.icontact .quanqiu .swiper-container .swiper-button-prev{
		background:url(../images/ctjt.png) center no-repeat;
		background-size:auto 25px;
		left:0;
	}
	.zongban{
		flex-wrap:wrap;
		box-shadow:none;
		padding: 15px 0 140px;
		border-radius:0px;
		margin:0px 0px 15px;
		position:relative;
	}
	.zongban .ictit {
		width:100%;
	}
	.zongban .ictit h2{
		font-size: 2.0rem;
		line-height: 20px;
	}
	.zongban .ictit h2:after{
		height:2px;
		width:30px;
		margin:5px 0px 15px;
	}
	.zongban .ictit h3{
		position:absolute;
		bottom:0;
		left:30px;
	}
	.zongban .ictcont{
		width: 100%;
	}
	.zongban .ictcont h4{
		padding-bottom:10px;
	}
	.zongban .ictcont h4 i{
		width: 50px;
	}
	.zongban .ictcont h4 p{
		font-size: 1.5rem;
		line-height: 20px;
	}
	.zongban .ictcont dl{
		padding-top: 15px;
		padding-left: 5px;
		padding-bottom:10px;
	}
	.zongban .ictcont dl dd{
		font-size: 1.3rem;
		line-height: 20px;
		padding: 2px 0px 2px 25px;
	}
}
.feedback{
	background-color: #fff;
	margin-bottom: 55px;
	box-shadow: 0px 0px 35px rgba(0,0,0,.1);
	padding: 45px 90px 90px;
	border-radius: 10px;
}
.feedback h2{
	font-size: 3.3rem;
	line-height: 36px;
	color: #000;
	font-family:MaisonNeue-Bold;
}
.feedback h3{
	font-size: 1.4rem;
	line-height: 36px;
	color: rgba(0,0,0,.4);
	font-family:MaisonNeue-Medium;
}
.feedback form{
	margin: 15px 0px 0px;
}
.feedback span{
	display: flex;
	justify-content: space-between;
	padding: 25px 0;
}
.feedback span input{
	width: 48%;
	line-height: 22px;
	border: 0;
	border-bottom: 1px rgba(0,0,0,.1) solid;
	padding: 10px 0px;
	font-size: 1.4rem;
	outline: none;
	font-family:MaisonNeue-Medium;
	color: #666;
}
.feedback span input::-webkit-input-placeholder{
	color: #c7c8cf;
}
.feedback span input::-moz-placeholder{
	color: #c7c8cf;
}
.feedback span input::-ms-input-placeholder{
	color: #c7c8cf;
}
.feedback textarea{
	width: 100%;
	line-height: 22px;
	border: 0;
	border-bottom: 1px rgba(0,0,0,.1) solid;
	padding: 10px 0px;
	font-size: 1.4rem;
	outline: none;
	font-family:MaisonNeue-Medium;
	color: #666;
	resize:none;
}
.feedback textarea::-webkit-input-placeholder{
	color: #c7c8cf;
}
.feedback textarea::-moz-placeholder{
	color: #c7c8cf;
}
.feedback textarea::-ms-input-placeholder{
	color: #c7c8cf;
}
.feedback button{
	width: 220px;
	line-height: 58px;
	color: #333;
	font-size: 1.8rem;
	font-family:MaisonNeue-Bold;
	border: 0;
	background-color: #fabd00;
	transition: .3s;
	margin: 40px 0px 0px;
}
.feedback button:hover{
	background-color: #0071c6;
	color: #fff;
}
@media (max-width:992px) {
	.feedback{
		margin-bottom: 25px;
		box-shadow: none;
		padding: 15px 0px 0px;
		border-radius: 0px;
		border-top:2px rgba(0,0,0,.1) solid;
	}
	.feedback h2{
		font-size: 2.0rem;
		line-height: 26px;
	}
	.feedback h3{
		font-size: 1.4rem;
		line-height: 20px;
	}
	.feedback form{
		margin: 15px 0px 0px;
	}
	.feedback span{
		padding: 0px 0 10px;
	}
	.feedback span input{
		width: 49%;
		line-height: 20px;
		border: 1px rgba(0,0,0,.1) solid;
		padding: 10px;
		font-size: 1.3rem;
	}
	.feedback textarea{
		line-height: 20px;
		border: 1px rgba(0,0,0,.1) solid;
		padding: 10px;
		font-size: 1.3rem;
	}
	.feedback button{
		width: 100%;
		line-height: 40px;
		font-size: 1.4rem;
		margin: 10px 0px 0px;
	}
}
.inews{
	padding: 50px 0px;
}
.inews ul li{
	margin-bottom: 30px;
}
.inews ul li img{
	width: 100%;
}
.inews ul a{
	display: block;
	position: relative;
	color: #000;
	background-color: #f7f7f8;
}
.inews ul li a section{
	width: 85%;
	margin: 0 auto;
	padding: 30px 0px;
}
.inews ul a small{
	display: block;
	font-size: 1.4rem;
	line-height: 30px;
	font-family:MaisonNeue-Book;
	border-bottom: 1px #fff solid;
	padding-bottom: 6px;
	background: url(../images/sjpic.svg) 0px 7px no-repeat;
	background-size: 12px auto;
	padding-left: 20px;
}
.inews ul a:hover small{
	background: url(../fonts/sjpicb.svg) 0px 7px no-repeat;
	background-size: 12px auto;
}
.inews ul li a small{
	border-bottom: 1px rgba(0,0,0,.1) solid;
}
.inews ul li a:hover small{
	border-bottom: 1px rgba(255,255,255,.6) solid;
}
.inews ul a section>p{
	font-size: 1.6rem;
	font-family:MaisonNeue-Book;
	line-height: 26px;
	display: inline-block;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow:ellipsis;
}
.inews ul li a section>p{
	font-size: 1.6rem;
	margin: 15px 0px;
}
.inews ul a span{
	display: block;
	position: relative;
	text-align: center;
	width: 125px;
}
.inews ul a span p{
	position: relative;
	z-index: 4;
	font-size: 1.4rem;
	font-family:MaisonNeue-Medium;
	height: 36px;
	line-height: 36px;
}
.inews ul li a span p{
	color: #fff;
}
.inews ul a span:after{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #065fab;
	transform: skew(-10deg);
	box-shadow: 0px 0px 15px rgba(0,0,0,.15);
}
.inews ul li a:hover{
	background:#065fab;
	color:#fff;
}
.inews ul a:hover span:after{
	background-color: #fff;
}
.inews ul a:hover span p{
	color:#065fab;
}
@media (max-width:992px) {
	.inews{
		padding: 15px 0px;
	}
	.inews ul li{
		margin-bottom: 15px;
	}
	.inews ul li a section{
		width: 90%;
		padding: 15px 0px 10px;
	}
	.inews ul a small{
		font-size: 1.2rem;
		line-height: 20px;
		padding-bottom: 5px;
		background: url(../images/sjpic.svg) 0px 1px no-repeat;
		background-size: 12px auto;
	}
	.inews ul a:hover small{
		background: url(../fonts/sjpicb.svg) 0px 1px no-repeat;
		background-size: 12px auto;
	}
	.inews ul li a small{
		border-bottom: 1px rgba(0,0,0,.1) solid;
	}
	.inews ul li a:hover small{
		border-bottom: 1px rgba(255,255,255,.6) solid;
	}
	.inews ul a section>p{
		font-size: 1.4rem;
		line-height: 20px;
	}
	.inews ul li a section>p{
		font-size: 1.4rem;
		margin: 10px 0px;
	}
	.inews ul a span{
		display: none;
	}
}
.inewsd{
	padding:50px 0px;
	display:flex;
	justify-content:space-between;
}
.inesd{
	width:70%;
}
.inewsd .fanye{
	border:0;
	padding:0;
}
.inewsd .fanye a{
	display:block;
	max-width:46%;
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
	color:#000;
	font-family:MaisonNeue-Book;
	line-height:26px;
	font-size:1.5rem;
}
.inewsd .fanye a:hover{
	color:#f00;
}
.instt{
	font-size:2.0rem;
	font-family:MaisonNeue-Medium;
	text-align:center;
	line-height:22px;
	margin:0px 0px 10px;
}
.inewsd .instui{
	width:26%;
}
.insct{
	font-family:MaisonNeue-Book;
	line-height:24px;
	color:#444;
	margin:20px 0px 0px;
}
.insct p{
	font-family:arial;
}
.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:992px) {
	.inewsd{
		padding:15px 0px;
	}
	.inesd{
		width:100%;
	}
	.inewsd .fanye{
		display:block;
	}
	.inewsd .fanye a{
		max-width:100%;
		width:100%;
		line-height:20px;
		font-size:1.4rem;
	}
	.instt{
		font-size:1.6rem;
		line-height:22px;
		margin:0px 0px 0px;
	}
	.inewsd .instui{
		display:none;
	}
	.instm{
		border-bottom:1px rgba(0,0,0,.5) solid;
		padding-bottom:4px;
	}
	.instm span{
		line-height:20px;
		font-size:1.2rem;
	}
	.instm span i{
		line-height:16px;
	}
}
.instui form{
	width:100%;
	border:2px #000 solid;
	display:flex;
}
.instui form input{
	width:85%;
	line-height:26px;
	padding:10px;
	outline:none;
	border:0;
	font-family:MaisonNeue-Book;
	font-size:1.8rem;
}
.instui form button{
	width:15%;
	background:url(../images/fdjn.png) center no-repeat;
	border:0;
}
.instui h3{
	color:#222222;
	font-size:2.6rem;
	line-height:30px;
	font-family:MaisonNeue-Medium;
	margin:50px 0px 0px;
}
.instui h3:after{
	content:"";
	width:32px;
	display:block;
	height:3px;
	background:#e92b2e;
	margin:5px 0px 0px;
}
.instui dl{
	margin:30px 0px 0px;
}
.instui dl dd{
	margin-bottom:20px;
}
.instui dl dd a{
	display:flex;
	justify-content:space-between;
	color:#222222;
}
.instui dl dd a big{
	width:26%;
	display:block;
	overflow:hidden;
}
.instui dl dd a big img{
	width:100%;
	transform:scale(1);
	transition:1s;
}
.instui dl dd a:hover big img{
	transform:scale(1.2);
}
.instui dl dd a section{
	width:70%;
	display:flex;
	flex-wrap:wrap;
	align-content:space-between;
}
.instui dl dd a section p{
	font-family:MaisonNeue-Book;
	width:100%;
	transition:.3s;
	font-size:1.3rem;
	line-height:16px;
}
.instui dl dd a section span{
	display:block;
	font-size:1.2rem;
	color:#666666;
	font-family:MaisonNeue-Book;
	line-height:18px;
	max-height:36px;
	overflow:hidden;
	width:100%;
}
.instui dl dd a section small{
	color:#e81a23;
	font-size:1.2rem;
	font-family:MaisonNeue-Book;
	display:block;
	width:100%;
}
.instui dl dd a:hover section p{
	color:#e81a23;
}
.idown{
	padding: 50px 0px 35px;
	background-color: #f4f7fc;
}
.idown form{
	width: 100%;
	display: flex;
	justify-content: space-between;
	box-shadow: 0px 0px 1px #0071c6;
	border-radius: 5px;
	margin-bottom: 33px;
}
.idown form input{
	width: 82%;
	background-color: #fff;
	line-height: 22px;
	font-family:MaisonNeue-Medium;
	padding: 30px;
	border: 1px #0071c6 solid;
	font-size:1.6rem;
	border-radius: 5px 0px 0px 5px;
}
.idown form button{
	width: 18%;
	background-color: #0071c6;
	border: 0;
	color: #fff;
	font-size: 2.0rem;
	font-family:MaisonNeue-Bold;
	border-radius: 0px 5px 5px 0px;
}
.idown ul{
	padding:20px 0px;
	display:flex;
	flex-wrap:wrap;
	margin-right:-10px;
	margin-left:-10px;
}
.idown ul li{
	margin-bottom:20px;
	padding:0px 10px;
	width:20%;
}
.idown ul li a{
	display:block;
	background:#fff;
	transition:.3s;
	box-shadow:0px 0px 10px rgba(0,0,0,.05);
}
.idown ul li a:hover{
	box-shadow:0px 0px 20px rgba(0,0,0,.2);
}
.idown ul li a section{
	padding:10px 10px 20px;
}
.idown ul li a section h4{
	display:flex;
	justify-content:space-between;
	padding:5px 0px;
}
.idown ul li a section h4 p{
	width:calc(100% - 60px);
	color:#333;
	font-size:1.3rem;
	font-family:MaisonNeue-Medium;
	line-height:20px;
}
.idown ul li a section b{
	font-size:1.2rem;
	color:rgba(0,0,0,.4);
	font-weight:normal;
	font-family:MaisonNeue-Medium;
	line-height:20px;
}
.idown ul li a section h5{
	display:flex;
	margin:5px 0px 0px 0;
	width:60%;
}
.idown ul li a section h5 p{
	width:calc(100% - 40px);
	font-size:1.2rem;
	color:#fff;
	text-align:center;
	background:#0071c6;
	font-family:MaisonNeue-Medium;
	line-height:30px;
}
.idown ul li a section h5:after{
	content:"";
	display:block;
	width:40px;
	height:30px;
	background:#00518e url(../images/dwpic.png) center no-repeat;
}
.liuyan{
	position:fixed;
	right:15px;
	bottom:15px;
	z-index:9999;
}
.liuyan ul{
	display:flex;
	flex-wrap:wrap;
	justify-content:flex-end;
	width:75px;
}
.liuyan ul li{
	margin-top:20px;
}
.liuyan ul li:nth-child(2){
	padding-right:15px;
}
.liuyan ul li a{
	display:block;
	border-radius:50%;
	text-align:right;
	width:60px;
	height:60px;
	color:#0071c6;
	box-shadow:0px 0px 20px rgba(255,255,255,.3);
}
.liuyan ul li:nth-child(2) a{
	background:#fabd00 url(../images/feedback.png) center no-repeat;
	background-size:auto 45%;
}
.liuyan ul li:nth-child(1) a{
	background:#00a500 url(../images/whatsapp.png) center no-repeat;
	background-size:auto 50%;
}
.liuyan ul b{
	display:block;
	width:40px;
	height:40px;
	border:2px #fff solid;
	border-radius:50%;
	margin:0 0 0 auto;
	cursor:pointer;
	background:#0071c6 url(../images/close.png) center no-repeat;
	background-size:50% auto;
}
@media(max-width:1440px) {
	.idown ul li a section h4 p{
		font-size:1.4rem;
	}
	.idown ul li a section h5 p{
		font-size:1.2rem;
		line-height:32px;
	}
	.idown ul li a section h5:after{
		height:32px;
	}
}
@media(max-width:992px) {
	.liuyan{
		right:10px;
		bottom:60px;
	}
	.liuyan i{
		width:30px;
		height:30px;
	}
	.idown{
		padding: 15px 0px;
	}
	.idown form{
		box-shadow: 0px 0px 1px #0071c6;
		border-radius: 3px;
		margin-bottom: 15px;
	}
	.idown form input{
		width: 75%;
		line-height: 20px;
		padding: 15px;
		font-size:1.4rem;
		border-radius: 3px 0px 0px 3px;
	}
	.idown form button{
		width: 25%;
		font-size: 1.6rem;
		border-radius: 0px 3px 3px 0px;
	}
	.idown ul{
		padding:0px 0px;
		margin-right:-5px;
		margin-left:-5px;
	}
	.idown ul li{
		margin-bottom:10px;
		padding:0px 5px;
		width:50%;
	}
	.idown ul li a section{
		padding:10px;
	}
	.idown ul li a section h4{
		display:block;
		padding:0px 0px;
	}
	.idown ul li a section h4 p{
		width:100%;
		font-size:1.4rem;
		text-overflow:ellipsis;
		overflow:hidden;
		white-space:nowrap;
	}
	.idown ul li a section h5{
		display:none;
	}
	.liuyan ul{
		width:45px;
	}
	.liuyan ul li{
		margin-top:10px;
	}
	.liuyan ul li:nth-child(2){
		padding-right:10px;
	}
	.liuyan ul li a{
		width:30px;
		height:30px;
		box-shadow:0px 0px 10px rgba(255,255,255,.3);
	}
}