header{
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 99;
}
.head{
	background-image: linear-gradient(to top,rgba(0,0,0,0),rgba(0,0,0,.9));
}
.top{
	padding: 10px 10%;
	display: flex;
	justify-content: space-between;
}
.menu ul{
	display: flex;
}
.menu li{
	padding: 0px 23px;
}
.menu li a{
	display: block;
	font-size: 1.6rem;
	line-height: 62px;
	font-family: DIN-Regular;
	color: #fff;
	text-transform: uppercase;
	padding: 0px 5px;
	position: relative;
}
.menu li a:after{
	content: "";
	position: absolute;
	bottom:10px;
	left: 50%;
	width: 0;
	height: 3px;
	transition: .5s;
	background-color: #fff;
}
.menu li:hover a:after,.menu li.active a:after{
	left: 0;
	width: 100%;
}
.sousuo span{
	display: flex;
	align-items:center;
	justify-content:center;
	width: 62px;
	height: 62px;
	border-radius: 50%;
	color: #fff;
	font-size: 2.6rem;
	transform: rotateZ(-45deg);
	cursor: pointer;
}
@media (max-width:1440px) {
	.menu li{
		padding: 0px 20px;
	}
	.menu li a{
		font-size: 1.5rem;
	}
	.sousuo span{
		font-size: 2.2rem;
	}
}
@media (max-width:1200px) {
	.menu li{
		padding: 0px 10px;
	}
	.menu li a{
		font-size: 1.4rem;
	}
	.sousuo span{
		font-size: 2.0rem;
	}
}
.nav-logo{
	display:none;
	width:27px;
	padding:5px 0px;
}
.nav-logo i{
	display:block;
	padding:2px 0px;
}
.nav-logo i:after{
	content:"";
	display:block;
	height:2px;
	background:#fff;
}
.heise{
	display:none;
	background:rgba(0,0,0,.8) url(../images/guanbi.png) 30px center no-repeat;
	background-size:25px auto;
	width:100%;
	height:100%;
	top:0;
	left:0;
	z-index:999;
	position:fixed;
}
.menu ul i{
	display:none;
}
@media (max-width:992px) {
	.sousuo{
		display:none;
	}
	.top{
		padding: 5px 10px;
		align-items:center;
	}
	.logo{
		padding: 0px 0px;
	}
	.logo img{
		height: 30px;
	}
	.nav-logo{
		display:block;
	}
	.menu{
		position:fixed;
		width:70%;
		top:0;
		right:-100%;
		height:100%;
		background:#fff;
		z-index:1000;
		transition:.5s;
	}
	.menuu{
		right:0;
	}
	.menu ul{
		display:block;
	}
	.menu ul i{
		display:block;
		padding: 10px 20px;
		font-weight:bold;
		line-height:20px;
		border-bottom:1px rgba(0,0,0,.1) solid;
		text-transform:uppercase;
	}
	.menu ul i img{
		display:block;
		margin:0 auto;
		height:20px;
	}
	.menu ul li{
		float:none;
		border-right:0;
	}
	.menu ul li:first-child{
		border-left:0;
	}
	.menu ul li:last-child a{
		font-size:1.3rem;
	}
	.menu ul li a{
		display:block;
		line-height:40px;
		border-bottom:1px rgba(0,0,0,.1) solid;
		font-size:1.4rem;
		color:#333;
	}
}
.search{
	position:absolute;
	width:100%;
	left:0;
	top:100%;
	z-index:9;
	background:rgba(255,255,255,.7);
	padding:20px 0px;
	display:none;
}
.search form{
	max-width:70%;
	margin:0 auto;
	display:flex;
}
.search form input{
	width:85%;
	border:0;
	line-height:20px;
	padding:15px;
	outline:none;
	background:#fff;
	font-family:DIN-Regular;
}
.search form button{
	width:15%;
	font-family:DIN-Medium;
	border:0;
	background:#007acb;
	color:#fff;
	text-align:center;
	letter-spacing:1px;
}
#banner>i{
	position: absolute;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 50%;
	background: url(../images/bnbg.png) right bottom no-repeat;
	z-index: 6;
}
#banner .swiper-pagination{
	bottom: 27%;
}
#banner .swiper-pagination span{
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background-color: #fff;
	opacity: 1;
}
#banner .swiper-pagination span.swiper-pagination-bullet-active{
	background-color: #fabc09;
}
@media (max-width:1440px) {
	#banner>i{
		bottom: -1px;
		background-size:auto 100%;
	}
}
@media (max-width:992px) {
	#banner>i{
		display:none;
	}
	#banner .swiper-pagination{
		bottom: 26%;
	}
	#banner .swiper-pagination span{
		width: 8px;
		height: 8px;
	}
}
.about{
	position: relative;
	z-index: 9;
	background: url(../images/vdbg.png) right 33% no-repeat;
	background-size: 40% auto;
	margin-top: -180px;
	overflow: hidden;
	width: 100%;
}
.about .abtext{
	text-align: center;
}
.title{
	font-size: 3.4rem;
	color: #007ace;
	line-height: 50px;
	font-family:DIN-BlackAlternate;
	text-transform: uppercase;
	text-align: center;
}
.about .abtext section{
	color: #000;
	font-size: 1.5rem;
	line-height: 32px;
	font-family:Avenir-Regular;
	max-width: 1100px;
	margin: 30px auto 0;
}
@media (max-width:1440px) {
	.about{
		background: url(../images/vdbg.png) right 48% no-repeat;
		background-size: 40% auto;
	}
	.about .abimg img{
		max-width:50%;
		height:auto;
	}
	.about{
		margin-top: -120px;
	}
	.about .abtext section{
		font-size: 1.4rem;
		line-height: 30px;
		margin: 20px auto 0;
	}
}
@media (max-width:1200px) {
	.title{
		font-size: 2.6rem;
		line-height: 30px;
	}
	.about{
		background: url(../images/vdbg.png) right 58% no-repeat;
		background-size: 35% auto;
	}
	.about .abtext section{
		margin: 10px auto 0;
	}
}
@media (max-width:992px) {
	.title{
		font-size: 2.0rem;
		line-height: 22px;
	}
	.about{
		background:none;
		margin-top: -30px;
	}
	.about .abtext{
		padding:10px 0px 0px;
	}
	.about .abtext section{
		margin: 10px auto 0;
		font-size: 1.3rem;
		line-height: 20px;
		text-align:left;
	}
}
.video{
	padding-top: 45px;
	position: relative;
}
.video .vdimg{
	width: 60%;
}
.video .vdimg video{
	width:100%;
	height:458px;
}
.video .vdtext{
	position: absolute;
	width: 40%;
	display: flex;
	justify-content: space-between;
	right: 0;
	top: 55%;
	background: #e8e8e8;
	padding: 50px 0px 50px 40px;
}
.video .vdtext a{
	display: block;
	line-height: 38px;
	text-align: center;
	color: #fff;
	width: 110px;
	border-radius: 5px;
	font-family:Avenir-Regular;
	background-color: #fabc09;
	font-size: 1.4rem;
	position: relative;
	z-index: 4;
}
.video .vdtext p{
	color: #494a4b;
	font-size: 3.0rem;
	line-height: 38px;
	font-family:DIN-BlackAlternate;
	text-transform: uppercase;
}
.video .vdtext:after{
	content: "";
	position: absolute;
	left: 100%;
	top: 0;
	height: 100%;
	width: 200%;
	background-color: #e8e8e8;
}
.video .vdtext::before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 35%;
	background-image: linear-gradient(to right,#fff,#e8e8e8);
}
@media (max-width:1440px) {
	.video{
		padding-top: 25px;
	}
	.video .vdimg video{
		height:410px;
	}
	.video .vdtext{
		top: 50%;
		padding: 40px 0px 40px 30px;
	}
	.video .vdtext p{
		font-size: 2.6rem;
		line-height: 34px;
	}
}
@media (max-width:1200px) {
	.video .vdimg video{
		height:340px;
	}
	.video .vdtext a{
		line-height: 34px;
		border-radius: 2px;
		font-size: 1.3rem;
	}
	.video .vdtext{
		align-items:center;
	}
	.video .vdtext p{
		font-size: 2.0rem;
		line-height: 24px;
	}
}
@media (max-width:992px) {
	.video{
		padding-top:10px;
	}
	.video .vdimg{
		width: 100%;
	}
	.video .vdimg video{
		height:200px;
	}
	.video .vdtext{
		width: 100%;
		position:relative;
		margin:10px 0px 0px;
		top: 0%;
		padding: 15px;
	}
	.video .vdtext:after{
		display:none;
	}
	.video .vdtext::before{
		display:none;
	}
	.video .vdtext a{
		line-height: 26px;
		font-size: 1.2rem;
	}
	.video .vdtext p{
		font-size: 1.6rem;
	}
}
.product{
	padding: 45px 0px;
	background-color: #f8f8f8;
	position: relative;
}
.product::before{
	content: "";
	position: absolute;
	width: 100%;
	height: 40%;
	top: 0;
	left: 0;
	background-image: linear-gradient(to bottom,#fff,#f8f8f8);
}
.product::after{
	content: "";
	position: absolute;
	width: 100%;
	height: 20%;
	bottom: 0;
	left: 0;
	background-image: linear-gradient(to top,#fff,#f8f8f8);
}
.product .procont{
	position: relative;
	z-index: 6;
}
.product dl{
	display: flex;
	justify-content: center;
	padding-top: 25px;
}
.product dl dd{
	text-align: center;
	width: 17%;
	cursor: pointer;
}
.product dl dd i{
	display: block;
	width: 86px;
	height: 86px;
	margin: 0 auto;
	border-radius: 50%;
	background-color: #eeeeee;
	background-position: center 0;
	background-repeat: no-repeat;
	transition: background-color .3s;
}
.product dl dd p{
	color: #4f4f4f;
	font-size: 1.8rem;
	font-family:Avenir-Regular;
	text-transform: uppercase;
	margin: 10px 0px 0px;
}
.product dl dd:hover i,.product dl dd.cur i{
	background-color: #fabc09;
	background-position: center bottom;
}
@media (max-width:1440px) {
	.product dl dd p{
		font-size: 1.5rem;
	}
}
@media (max-width:1200px) {
	.product dl dd p{
		font-size: 1.4rem;
	}
}
@media (max-width:992px) {
	.product{
		padding: 25px 0px;
	}
	.product dl{
		padding-top: 15px;
	}
	.product dl dd{
		width: 20%;
	}
	.product dl dd i{
		width: 50px;
		height: 50px;
		background-size:100% auto;
	}
	.product dl dd p{
		font-size: 1.2rem;
		margin: 5px 0px 0px;
		line-height:16px;
	}
}
.product ul{
	padding-top: 20px;
}
.product ul li{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
	opacity: 0;
}
.product ul li.active{
	z-index: 2;
	position: static;
	opacity: 1;
}
.product .swiper-container{
	padding-bottom: 90px;
	padding-left: 30px;
	padding-right: 30px;
	margin-right: -30px;
	margin-left: -30px;
	padding-top: 30px;
}
.product .swiper-container .swiper-slide a{
	display: block;
	background-color: #fff;
	padding: 10px 0px 50px;
	text-align: center;
	transition: .3s;
}
.product .swiper-container .swiper-slide a img{
	width:100%;
}
.product .swiper-container .swiper-slide a:hover{
	box-shadow: 0px 0px 30px rgba(0,0,0,.1);
}
.product .swiper-container .swiper-slide a h3{
	color: #333333;
	font-size: 3.2rem;
	font-family:Avenir-Regular;
	font-weight: bold;
	line-height: 46px;
	padding: 5px 0px;
}
.product .swiper-container .swiper-slide a span{
	display: block;
	color: #5e5e5e;
	font-size: 1.8rem;
	font-family:Avenir-Regular;
	line-height: 30px;
	width: 80%;
	margin: 0 auto 25px;
}
.product .swiper-container .swiper-slide a small{
	display: block;
	width: 80px;
	line-height: 32px;
	height: 32px;
	border-radius: 5px;
	text-align: center;
	color: #fff;
	margin: 0 auto;
	font-family:Avenir-Regular;
	font-size: 1.6rem;
	background-color: #fabc09;
}
.product .swiper-container .swiper-pagination{
	bottom: 5px;
}
.product .swiper-container .swiper-pagination span{
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: #a8a8a8;
	opacity: 1;
}
.product .swiper-container .swiper-pagination span.swiper-pagination-bullet-active{
	background-color: #007ace;
}
@media (max-width:1440px) {
	.product ul{
		padding-top: 10px;
	}
	.product .swiper-container{
		padding-bottom: 60px;
	}
	.product .swiper-container .swiper-slide a h3{
		font-size: 2.2rem;
		line-height: 36px;
	}
	.product .swiper-container .swiper-slide a small{
		font-size: 1.5rem;
		margin:10px auto 0px;
	}
}
@media (max-width:1200px) {
	.product .swiper-container{
		padding-bottom: 40px;
	}
	.product .swiper-container .swiper-slide a h3{
		font-size: 1.8rem;
		line-height: 26px;
	}
	.product .swiper-container .swiper-slide a small{
		font-size: 1.3rem;
	}
}
@media (max-width:992px) {
	.product ul{
		padding-top: 0px;
	}
	.product .swiper-container{
		padding-bottom: 30px;
		padding-left: 10px;
		padding-right: 10px;
		margin-right: -10px;
		margin-left: -10px;
		padding-top: 15px;
	}
	.product .swiper-container .swiper-slide a{
		padding: 0px 0px 20px;
	}
	.product .swiper-container .swiper-slide a h3{
		font-size: 1.4rem;
		line-height: 20px;
	}
	.product .swiper-container .swiper-slide a small{
		font-size: 1.2rem;
		margin:5px auto 0px;
		line-height: 24px;
		height: 24px;
	}
	.product .swiper-container .swiper-pagination span{
		width: 6px;
		height: 6px;
	}
}
.lingyu ul{
	display: flex;
	flex-wrap: wrap;
	padding-top: 50px;
}
.lingyu ul li{
	width: 25%;
}
.lingyu ul li a{
	display: block;
	position: relative;
}
.lingyu ul li a span{
	position: absolute;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-content: center;
	flex-wrap: wrap;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.64);
	transition: .3s;
	opacity: 0;
}
.lingyu ul li a:hover span{
	opacity: 1;
}
.lingyu ul li a span p{
	color: #fff;
	font-size: 1.8rem;
	font-family:Avenir-Regular;
	text-align: center;
	width: 100%;
}
.lingyu ul li a span:after{
	content: "";
	display: block;
	height: 1px;
	width: 22px;
	background-color: #fff;
	margin: 20px auto 0;
}
.lingyu ul li a i{
	position: absolute;
	width: 38px;
	height: 38px;
	opacity: 0;
	transition: .3s;
}
.lingyu ul li a:hover i{
	opacity: 1;
}
.lingyu ul li a i:nth-of-type(1){
	top: 0;
	left: 0;
	border-top: 5px #fabc09 solid;
	border-left: 5px #fabc09 solid;
}
.lingyu ul li a i:nth-of-type(2){
	top: 0;
	right: 0;
	border-top: 5px #fabc09 solid;
	border-right: 5px #fabc09 solid;
}
.lingyu ul li a i:nth-of-type(3){
	bottom: 0;
	right: 0;
	border-bottom: 5px #fabc09 solid;
	border-right: 5px #fabc09 solid;
}
.lingyu ul li a i:nth-of-type(4){
	bottom: 0;
	left: 0;
	border-bottom: 5px #fabc09 solid;
	border-left: 5px #fabc09 solid;
}
@media (max-width:1440px) {
	.lingyu ul{
		padding-top: 30px;
	}
	.lingyu ul li a span p{
		font-size: 1.6rem;
	}
	.lingyu ul li a i:nth-of-type(1){
		border-top: 3px #fabc09 solid;
		border-left: 3px #fabc09 solid;
	}
	.lingyu ul li a i:nth-of-type(2){
		border-top: 3px #fabc09 solid;
		border-right: 3px #fabc09 solid;
	}
	.lingyu ul li a i:nth-of-type(3){
		border-bottom: 3px #fabc09 solid;
		border-right: 3px #fabc09 solid;
	}
	.lingyu ul li a i:nth-of-type(4){
		border-bottom: 3px #fabc09 solid;
		border-left: 3px #fabc09 solid;
	}
}
@media (max-width:1200px) {
	.lingyu ul{
		padding-top: 15px;
	}
	.lingyu ul li a span p{
		font-size: 1.4rem;
	}
}
@media (max-width:992px) {
	.lingyu ul{
		padding-top: 10px;
	}
	.lingyu ul li{
		width: 50%;
	}
}
.solution{
	padding: 70px 0px 50px;
}
.solution ul{
	padding-top: 30px;
	display: flex;
	justify-content: space-between;
	position:relative;
}
.solution ul:after{
	content:"";
	position:absolute;
	height:1px;
	width:90%;
	left:5%;
	top:51%;
	background:#277bcd;
}
.solution ul li i{
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #277bcd;
	width: 104px;
	height: 104px;
	border-radius: 50%;
	transition: .3s;
	position:relative;
	z-index:3;
}
.solution ul li:hover i{
	background-color: #fabc09;
}
.solution ul li small{
	display: block;
	width: 124px;
	height: 124px;
	border-radius: 50%;
	border: 10px #fff solid;
	margin: 0 auto;
	transition: .3s;
}
.solution ul li:hover small{
	border: 10px rgba(250,188,9,.24) solid;
}
.solution ul li p{
	font-size: 1.8rem;
	color: #484848;
	font-family:Avenir-Roman;
	line-height: 22px;
	margin: 6px 0px 0px;
}
@media (max-width:1440px) {
	.solution{
		padding: 50px 0px 40px;
	}
	.solution ul{
		padding-top: 20px;
	}
	.solution ul li p{
		font-size: 1.6rem;
		margin: 4px 0px 0px;
	}
}
@media (max-width:1200px) {
	.solution{
		padding: 30px 0px 20px;
	}
	.solution ul{
		padding-top: 10px;
	}
	.solution ul li i{
		width: 80px;
		height: 80px;
	}
	.solution ul li i img{
		width: 60%;
	}
	.solution ul li small{
		width: 92px;
		height: 92px;
		border: 6px #fff solid;
	}
	.solution ul li:hover small{
		border: 6px rgba(250,188,9,.24) solid;
	}
	.solution ul li p{
		font-size: 1.3rem;
	}
}
@media (max-width:992px) {
	.solution{
		padding: 25px 0px 15px;
	}
	.solution ul{
		padding-top: 10px;
	}
	.solution ul li i{
		width: 50px;
		height: 50px;
	}
	.solution ul:after{
		top:40px;
	}
	.solution ul li small{
		width: 60px;
		height: 60px;
		border: 5px #fff solid;
	}
	.solution ul li:hover small{
		border: 5px rgba(250,188,9,.24) solid;
	}
	.solution ul li p{
		line-height:16px;
		font-size: 1.2rem;
		text-align:center;
	}
}
.blog{
	padding: 5px 0px 80px;
}
.blog .bltit{
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	border-bottom: 1px rgba(0,0,0,.25) solid;
	padding-bottom: 10px;
}
.blog .bltit p{
	color: #007ace;
	font-size: 3.4rem;
	font-family:DIN-BlackAlternate;
	text-transform: uppercase;
	line-height: 40px;
}
.blog .bltit a{
	color: #787878;
	font-size: 1.4rem;
	font-family:Avenir-Roman;
	line-height: 26px;
}
.blog ul{
	display: flex;
	justify-content: space-between;
	padding-top: 45px;
}
.blog ul li{
	width: 31%;
}
.blog ul li a{
	display: block;
	background-color: #f7f7f7;
	transition: .3s;
	position: relative;
}
.blog ul li a:hover{
	box-shadow: 0px 0px 30px rgba(0,0,0,.2);
}
.blog ul li a:after{
	content: "";
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	height: 8px;
	background-color: #fabc09;
	box-shadow: 0px -5px 5px rgba(0,0,0,.08);
	opacity: 0;
	transition: .3s;
}
.blog ul li a:hover:after{
	opacity: 1;
}
.blog ul li a section{
	padding: 20px;
}
.blog ul li a section h3{
	color: #000000;
	font-size: 1.8rem;
	font-family:Avenir-Roman;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	line-height: 22px;
}
.blog ul li a section span{
	display: block;
	color: #8b8b8b;
	font-family:Avenir-Regular;
	line-height: 22px;
	margin: 16px 0px 5px;
	font-size: 1.4rem;
}
@media (max-width:1440px) {
	.blog{
		padding: 5px 0px 40px;
	}
	.blog ul{
		padding-top: 30px;
	}
	.blog ul li a section h3{
		font-size: 1.6rem;
	}
	.blog ul li a section span{
		margin: 10px 0px 5px;
	}
	.blog ul li a:after{
		height: 5px;
	}
}
@media (max-width:1200px) {
	.blog .bltit p{
		font-size: 2.4rem;
		line-height: 30px;
	}
	.blog ul li a section{
		padding: 10px;
	}
	.blog ul li a section h3{
		font-size: 1.4rem;
		line-height: 18px;
	}
	.blog ul li a section span{
		margin: 5px 0px;
	}
	.blog ul li a:after{
		height: 3px;
	}
}
@media (max-width:992px) {
	.blog{
		padding: 5px 0px 20px;
	}
	.blog .bltit p{
		font-size: 2.0rem;
		line-height: 20px;
	}
	.blog .bltit a{
		font-size: 1.2rem;
		line-height: 20px;
	}
	.blog ul{
		padding-top: 15px;
	}
	.blog ul li{
		width: 48%;
	}
	.blog ul li:last-child{
		display:none;
	}
	.blog ul li a:after{
		height: 4px;
	}
	.blog ul li a section{
		padding: 10px;
	}
	.blog ul li a section h3{
		font-size: 1.3rem;
		line-height: 16px;
	}
	.blog ul li a section span{
		line-height: 18px;
		margin: 5px 0px;
		font-size: 1.2rem;
	}
}
footer{
	background: #255e96 url(../images/ftbg.jpg) center no-repeat;
}
.totop{
	display: flex;
	justify-content: flex-end;
}
.totop i{
	margin-top: -5px;
	cursor: pointer;
}
.bottom ul{
	display: flex;
	justify-content: space-between;
}
.bottom ul li{
	max-width: 50%;
}
.bottom .bttit{
	font-size: 2.4rem;
	line-height: 32px;
	color: #fff;
	font-family:DIN-Medium;
	text-transform: uppercase;
	margin-bottom: 25px;
}
.bottom ul li:nth-child(1) .bttit{
	background: url(../images/tel.png) 0px center no-repeat;
	padding-left: 25px;
}
.bottom ul li:nth-child(2) .bttit{
	background: url(../images/ly.png) 0px center no-repeat;
	padding-left: 25px;
}
.bottom ul li section{
	max-width: 380px;
	font-family:Avenir-Regular;
	line-height: 38px;
	color: #dcdcdc;
	font-size: 1.4rem;
	padding-top: 10px;
}
.bottom ul li form{
	width: 510px;
	max-width: 100%;
}
.bottom ul li form span{
	display: flex;
	justify-content: space-between;
	margin-bottom: 15px;
}
.bottom ul li form span input{
	background-color: rgba(255,255,255,.25);
	border: 0;
	border-radius: 0;
	line-height: 20px;
	padding: 10px;
	height: 40px;
	width: 49%;
	font-family:Avenir-Regular;
	color: #fff;
	outline: none;
}
.bottom ul li form input::-webkit-input-placeholder {
	color: #fff;
}
.bottom ul li form input::-moz-placeholder {
	color: #fff;
}
.bottom ul li form input:-ms-input-placeholder {
	color: #fff;
}
.bottom ul li form textarea{
	background-color: rgba(255,255,255,.25);
	border: 0;
	border-radius: 0;
	line-height: 20px;
	padding: 10px;
	width: 100%;
	font-family:Avenir-Regular;
	color: #fff;
	outline: none;
	resize: none;
	margin-bottom: 10px;
}
.bottom ul li form textarea::-webkit-input-placeholder {
	color: #fff;
}
.bottom ul li form textarea::-moz-placeholder {
	color: #fff;
}
.bottom ul li form textarea:-ms-input-placeholder {
	color: #fff;
}
.bottom ul li form .yzcode{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.bottom ul li form .yzcode big{
	max-width: 105px;
}
.bottom ul li form .yzcode big img{
	height: 40px;
}
.bottom ul li form .yzcode small{
	cursor: pointer;
}
.bottom ul li form .yzcode input{
	background-color: rgba(255,255,255,.25);
	border: 0;
	border-radius: 0;
	line-height: 20px;
	padding: 10px;
	height: 40px;
	width: 30%;
	font-family:Avenir-Regular;
	color: #fff;
	outline: none;
}
.bottom ul li form .yzcode button{
	height: 40px;
	border: 0;
	color: #fff;
	background-color: #fabc09;
	width: 30%;
	font-family:Avenir-Roman;
	border-radius: 5px;
}
@media (max-width:1440px) {
	.bottom .bttit{
		font-size: 2.2rem;
		line-height: 30px;
		margin-bottom: 15px;
	}
	.bottom ul li section{
		line-height: 30px;
	}
}
@media (max-width:1200px) {
	.bottom .bttit{
		font-size: 1.8rem;
		line-height: 20px;
		margin-bottom: 10px;
	}
	.bottom ul li section{
		line-height: 26px;
	}
	.bottom ul li form span{
		margin-bottom: 10px;
	}
	.bottom ul li form span input{
		font-size:1.3rem;
		padding: 8px;
		height: 36px;
	}
	.bottom ul li form textarea{
		font-size:1.3rem;
	}
}
@media (max-width:992px) {
	.totop i img{
		width:30px;
	}
	.bottom ul{
		flex-wrap:wrap;
	}
	.bottom ul li{
		max-width: 100%;
		width: 100%;
		padding-bottom:15px;
	}
	.bottom ul li section{
		line-height: 22px;
		padding-top:0;
		word-wrap: break-word;
		white-space: normal;
		word-break: break-all;
	}
	.bottom ul li form .yzcode button{
		border-radius: 2px;
	}
}
.copy{
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-top: 1px rgba(255,255,255,.25) solid;
	padding: 25px 0px 30px;
	margin-top: 10px;
}
.copy section{
	line-height: 30px;
	color: #dcdcdc;
	font-size: 1.4rem;
	font-family:Avenir-Roman;
}
.copy section a{
	color: #dcdcdc;
	font-size: 1.4rem;
}
.copy dl{
	display: flex;
}
.copy dl dd a{
	display: flex;
	align-items:center;
	justify-content:center;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background-color: #fff;
	color: #255e96;
	font-size: 1.6rem;
	overflow: hidden;
	margin: 0px 7px;
}
@media (max-width:992px) {
	.copy{
		padding: 15px 0px;
		margin-top: 0px;
		flex-wrap:wrap;
	}
	.copy section{
		line-height: 20px;
		font-size: 1.3rem;
		margin-bottom:10px;
	}
	.copy section a{
		color: #dcdcdc;
		font-size: 1.3rem;
	}
	.copy dl dd a{
		margin: 0px 10px 0 0;
	}
}
.lanmu{
	background-color: #eaeaea;
	padding: 18px 0px;
}
.lanmu ul{
	display: flex;
	float: left;
	align-items: center;
}
.lanmu li a{
	display: block;
	color: #545454;
	font-size: 2.0rem;
	line-height: 40px;
	font-family:DIN-Medium;
	text-transform: uppercase;
}
.lanmu li.cur a,.lanmu li a:hover{
	color: #007ace;
}
.lanmu ul i{
	display: block;
	width: 1px;
	height: 16px;
	background-color: #838383;
	margin: 0px 30px;
}
.lanmu section{
	float: left;
	line-height: 40px;
	color: #444444;
	font-size: 1.6rem;
	font-family:Avenir-Regular;
	background: url(../images/wzpic.png) 0px center no-repeat;
	padding-left: 25px;
}
.lanmu section a{
	color: #444444;
}
.lanmu section a:hover{
	color: #007acb;
}
.lanmu .return{
	float: right;
}
.return a{
	display: block;
	background: url(../images/back.png) 0px center no-repeat;
	color: #545454;
	padding-left: 27px;
	line-height: 40px;
	font-size: 1.8rem;
	font-family:DIN-Medium;
	text-transform: uppercase;
}
@media (max-width:1440px) {
	.lanmu{
		padding: 10px 0px;
	}
	.lanmu li a{
		font-size: 1.6rem;
		line-height: 36px;
	}
	.lanmu ul i{
		margin: 0px 20px;
	}
	.lanmu section{
		line-height: 36px;
		font-size: 1.4rem;
	}
	.return a{
		line-height: 36px;
		font-size: 1.6rem;
	}
}
@media (max-width:992px) {
	.ibanner{
		width:100%;
		overflow:hidden;
	}
	.ibanner img{
		width:160%;
		max-width:160%;
	}
	.lanmu{
		padding: 15px 0px 10px;
	}
	.lanmu ul{
		display:flex;
		flex-wrap:wrap;
		justify-content:space-between;
	}
	.lanmu li{
		width:49%;
		margin-bottom:5px;
	}
	.lanmu li a{
		font-size: 1.3rem;
		line-height: 34px;
		text-align:center;
		background:#fff;
	}
	.lanmu ul i{
		display:none;
	}
	.lanmu section{
		line-height: 26px;
	}
	.return{
		display:none;
	}
}
.iabout{
	padding: 50px 0px 65px;
}
.iabout>h1{
	text-align: center;
	color: #545454;
	font-size: 3.2rem;
	line-height: 48px;
	font-family:DIN-Medium;
	margin-bottom: 25px;
}
.iabout>section{
	color: #212325;
	line-height: 30px;
	font-size: 1.6rem;
	font-family:Avenir-Regular;
}
.iabout>section img{
	max-width:100%;
	height:auto;
}
.ititle{
	text-align: center;
	color: #545454;
	font-size: 3.2rem;
	line-height: 50px;
	font-family:DIN-Medium;
	text-transform: uppercase;
}
@media (max-width:1440px) {
	.iabout{
		padding: 30px 0px 35px;
	}
	.iabout>h1{
		font-size: 2.4rem;
		line-height: 38px;
		margin-bottom: 10px;
	}
	.iabout>section{
		line-height: 24px;
		font-size: 1.4rem;
	}
	.ititle{
		font-size: 2.4rem;
		line-height: 38px;
	}
}
@media (max-width:992px) {
	.iabout{
		padding: 15px 0px;
	}
	.iabout>h1{
		font-size: 1.8rem;
		line-height: 20px;
		margin-bottom: 10px;
	}
	.iabout>section{
		line-height: 20px;
		font-size: 1.3rem;
	}
	.ititle{
		font-size: 1.8rem;
		line-height: 20px;
	}
}
.ihonor{
	background: #f7f7f7 url(../images/hnbg.png) center bottom no-repeat;
	padding: 45px 0px 75px;
}
.device{
	padding: 65px 0px 45px;
}
.device .swiper-container{
	margin: 45px 0px 0px;
	padding-bottom: 50px;
}
.device .swiper-container .swiper-slide p{
	text-align: center;
	font-size: 1.7rem;
	color: #545454;
	line-height: 30px;
	font-family:Avenir-Regular;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	margin: 10px 0px 0px;
}
.device .swiper-container .swiper-pagination{
	bottom: 0;
}
.device .swiper-container .swiper-pagination span{
	background-color: #4e4e4e;
	width: 12px;
	height: 12px;
	opacity: 1;
}
.device .swiper-container .swiper-pagination span.swiper-pagination-bullet-active{
	background-color: #fabc09;
}
@media (max-width:1440px) {
	.ihonor{
		padding: 25px 0px 45px;
	}
	.device{
		padding: 45px 0px 25px;
	}
	.device .swiper-container{
		margin: 25px 0px 0px;
		padding-bottom: 30px;
	}
	.device .swiper-container .swiper-slide p{
		font-size: 1.5rem;
		margin: 5px 0px 0px;
	}
}
@media (max-width:992px) {
	.ihonor{
		padding: 15px 0px;
	}
	.device{
		padding: 15px 0px;
	}
	.device .swiper-container{
		margin: 15px 0px 0px;
		padding-bottom: 10px;
	}
	.device .swiper-container .swiper-slide p{
		font-size: 1.4rem;
	}
}
.team{
	padding: 55px 0px 60px;
	background: url(../images/tmbg.jpg) center no-repeat;
	background-size: cover;
}
.team dl{
	margin-top: 60px;
}
.team dt img{
	border: 5px #fff solid;
	box-shadow: 0px 0px 25px rgba(0,0,0,.4);
}
.team dd img{
	border: 5px #fff solid;
	box-shadow: 0px 0px 25px rgba(0,0,0,.4);
}
.team dd span{
	position: relative;
	display: block;
}
.team dd span:nth-of-type(1){
	margin-left: 35px;
	max-width:80%;
}
.team dd span:nth-of-type(2){
	margin-top: -40px;
	z-index: 3;
	max-width:40%;
}
.team dd span:nth-of-type(3){
	margin-top: -44%;
	float: right;
	z-index: 4;
	max-width:40%;
}
@media (max-width:1440px) {
	.team{
		padding: 35px 0px 30px;
	}
	.team dl{
		margin-top: 30px;
	}
}
@media (max-width:992px) {
	.team{
		padding: 25px 0px;
	}
	.team dl{
		margin-top: 20px;
	}
	.team dt img{
		box-shadow: 0px 0px 10px rgba(0,0,0,.2);
	}
	.team dd img{
		box-shadow: 0px 0px 10px rgba(0,0,0,.2);
	}
	.team dd span:nth-of-type(1){
		margin-left: 0px;
		max-width:100%;
		width:100%;
		margin-top:10px;
	}
	.team dd span:nth-of-type(2){
		margin-top: 10px;
		max-width:100%;
		width:100%;
	}
	.team dd span:nth-of-type(3){
		margin-top: 10px;
		max-width:100%;
		width:100%;
	}
	.team dd span img{
		width:100%;
		height:auto;
	}
}
.inews{
	padding: 60px 0px;
}
.inews ul{
	margin-right: -25px;
	margin-left: -25px;
}
.inews ul li{
	margin-bottom: 40px;
	padding-right: 25px;
	padding-left: 25px;
}
.inews li a{
	display: block;
	background-color: #f7f7f7;
	color: #000000;
	transition: .3s;
}
.inews li a:hover{
	background-color: #013189;
	box-shadow: 0px 0px 20px rgba(0,0,0,.4);
	color: #fff;
}
.inews li img{
	width: 100%;
}
.inews li span{
	display: block;
	padding: 20px 20px 0;
	font-family:Avenir-Regular;
	font-size: 1.7rem;
	line-height: 20px;
	min-height: 80px;
}
.inews li small{
	padding: 5px 20px 25px;
	display: block;
	font-size: 1.4rem;
	color: #8b8b8b;
	font-family:Avenir-Regular;
	transition: .3s;
}
.inews li a:hover small{
	color: #fff;
}
@media (max-width:1440px) {
	.inews{
		padding: 40px 0px;
	}
	.inews ul{
		margin-right: -15px;
		margin-left: -15px;
	}
	.inews ul li{
		margin-bottom: 20px;
		padding-right: 15px;
		padding-left: 15px;
	}
	.inews li span{
		padding: 15px 15px 0;
		font-size: 1.5rem;
	}
	.inews li small{
		padding: 5px 15px 20px;
	}
}
@media (max-width:992px) {
	.inews{
		padding: 15px 0px;
	}
	.nslanmu ul{
		width:100%;
	}
	.nslanmu ul li a{
		line-height:38px;
	}
	.inews ul{
		margin-right: 0px;
		margin-left: 0px;
	}
	.inews ul li{
		margin-bottom: 10px;
		padding-right: 0;
		padding-left: 0;
	}
	.inews li span{
		padding: 10px 10px 0;
		font-size: 1.4rem;
		min-height:auto;
	}
	.inews li small{
		padding: 5px 10px 15px;
		font-size:1.2rem;
	}
}
.page_info{
	text-align:center;
	line-height:38px;
	font-size: 1.6rem;
	font-family:Avenir-Regular;
	color: #666;
}
.page_list{
	display: flex;
	justify-content: center;
}
.page_list a{
	display: block;
	font-size: 1.6rem;
	font-family:Avenir-Regular;
	color: #666;
	line-height: 38px;
	padding: 0px 15px;
	margin: 0px 4px;
	transition: .3s;
}
.page_list a.on,.page_list a:hover{
	color: #fff;
	background-color: #013189;
	border-radius: 3px;
}
@media (max-width:1440px) {
	.page_list a{
		font-size: 1.4rem;
		line-height: 30px;
		padding: 0px 10px;
	}
}
.iproduct{
	padding: 45px 0px 40px;
}
.pdclass{
	background-color: #fff;
	box-shadow: -5px 0px 15px rgba(0,0,0,.15);
	padding-bottom: 50px;
	width: 95%;
}
.pdclass h2{
	background-color: #007acb;
	padding: 10px 0px;
}
.pdclass h2 p{
	display:none;
}
.pdclass ul{
	padding: 10px 20px 0;
}
.pdclass ul li{
	display: flex;
	flex-wrap: wrap;
	border-bottom: 1px rgba(0,0,0,.2) dashed;
}
.pdclass ul li i{
	display: block;
	background: url(../images/xjt.png) center no-repeat;
	width: 24px;
	cursor: pointer;
	transform: rotateX(180deg);
}
.pdclass ul li.cur i{
	transform: rotateX(0deg);
}
.pdclass li>a{
	display: block;
	color: #1e1e1e;
	font-size: 1.6rem;
	font-family:Avenir-Regular;
	text-transform: uppercase;
	line-height: 30px;
	padding: 15px 0px;
	width: calc(100% - 24px);
}
.pdclass li dl{
	width: 100%;
	display: none;
}
.pdclass li.cur dl{
	display: block;
}
.pdclass dl dd{
	border-top: 1px rgba(0,0,0,.2) dashed;
}
.pdclass dd a{
	display: block;
	line-height: 32px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	color: #848484;
	font-size: 1.5rem;
	font-family:Avenir-Regular;
	padding: 5px 0px 5px 15px;
}
.pdclass dd.cur a,.pdclass dd:hover a{
	color: #007acb;
}
@media (max-width:1440px) {
	.iproduct{
		padding: 35px 0px 30px;
	}
	.pdclass{
		padding-bottom: 40px;
		width: 100%;
	}
	.pdclass li>a{
		font-size: 1.4rem;
		padding: 10px 0px;
	}
	.pdclass dd a{
		line-height: 24px;
		font-size: 1.3rem;
		padding: 5px 0px 5px 10px;
	}
}
.pdlanmu .pd-menu{
	display:none;
}
.iheise{
	display:none;
	background:rgba(0,0,0,.8) url(../images/guanbi.png) right 30px center no-repeat;
	background-size:25px auto;
	width:100%;
	height:100%;
	top:0;
	left:0;
	z-index:1111;
	position:fixed;
}
@media (max-width:992px) {
	.pdlanmu{
		padding:10px 0px;
		margin-bottom:15px;
	}
	.pdlanmu .pd-menu{
		display:block;
		width:25px;
		float:left;
	}
	.pdlanmu .pd-menu i{
		display:block;
		padding:3px 0px;
	}
	.pdlanmu .pd-menu i:after{
		content:"";
		display:block;
		height:2px;
		background:#255e96;
	}
	.pdlanmu section{
		display:none;
	}
	.pdlanmu .return{
		display:block;
	}
	.pdlanmu .return a{
		line-height:24px;
		font-size:1.4rem;
		background-size:auto 15px;
	}
	.iproduct{
		padding: 0px 0px 15px;
	}
	.pdclass{
		padding-bottom: 0px;
		box-shadow: none;
		width: 100%;
		position:fixed;
		width:70%;
		left:-100%;
		height:100%;
		top:0;
		z-index:1112;
		transition:.5s;
	}
	.pdclassa{
		left:0;
	}
	.pdclass h2{
		background:none;
		border-bottom:1px rgba(0,0,0,.15) solid;
		padding:0px;
	}
	.pdclass h2 p{
		display:block;
		background:url(../images/guanbia.png) center no-repeat;
		background-size:auto 20px;
		padding:0px 0px;
		height:50px;
	}
	.pdclass h2 img{
		display:none;
	}
	.pdclass ul{
		padding: 0px 0px 0;
	}
	.pdclass ul li{
		border-bottom:1px rgba(0,0,0,.15) solid;
		padding-right:15px;
	}
	.pdclass li>a{
		font-size: 1.4rem;
		padding: 8px 0px 8px 15px;
	}
	.pdclass dd a{
		line-height: 24px;
		font-size: 1.2rem;
		padding: 5px 0px 5px 20px;
	}
}
.ipdlist{
	padding-bottom: 10px;
}
.ipdlist ul{
	margin-right: -10px;
	margin-left: -10px;
}
.ipdlist ul:after{
	content: "";
	clear: both;
	display: block;
}
.ipdlist ul li{
	float: left;
	width: 33.3333333333333333%;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 30px;
}
.ipdlist li a{
	display: block;
	color: #333333;
}
.ipdlist li i{
	display: block;
	border: 1px #dedede solid;
	transition: .3s;
}
.ipdlist li span{
	display: flex;
	justify-content: space-between;
	border: 1px #dedede solid;
	margin: 15px 0px 0px;
	padding: 17px 15px;
	transition: .3s;
}
.ipdlist li p{
	line-height: 24px;
	font-size: 1.5rem;
	color: #333333;
	width: calc(100% - 62px);
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	font-family:Avenir-Roman;
}
.ipdlist li small{
	display: block;
	height: 24px;
	line-height: 22px;
	width: 62px;
	text-align: center;
	border-radius: 4px;
	color: #fff;
	font-family:Avenir-Regular;
	font-size: 1.6rem;
	background-color: #fabc09;
}
.ipdlist li a:hover i{
	border: 1px #fabc09 solid;
}
.ipdlist li a:hover span{
	border: 1px #fabc09 solid;
}
@media (max-width:1440px) {
	.ipdlist ul li{
		margin-bottom: 20px;
	}
	.ipdlist li span{
		padding: 10px;
		margin: 10px 0px 0px;
	}
	.ipdlist li p{
		font-size: 1.4rem;
	}
	.ipdlist li small{
		border-radius: 0px;
		border-radius: 2px;
		font-size: 1.4rem;
	}
}
@media (max-width:1200px) {
	.ipdlist ul li{
		width: 50%;
	}
}
@media (max-width:992px) {
	.ipdlist ul{
		margin-right: -5px;
		margin-left: -5px;
	}
	.ipdlist ul li{
		width: 50%;
		padding-left: 5px;
		padding-right: 5px;
		margin-bottom: 10px;
	}
	.ipdlist li span{
		padding: 5px;
		margin: 5px 0px 0px;
	}
	.ipdlist li p{
		line-height: 18px;
		font-size: 1.3rem;
		width: 100%;
		text-align:center;
	}
	.ipdlist li small{
		display: none;
	}
}
.ipdcont{
	position: relative;
}
.ipdcont .col-md-6{
	position: static;
}
.ipdcont .jqzoom{
	border: 1px #fabc09 solid;
}
.ipdcont .jqzoom img{
	width: 100%;
	height: auto;
}
.ipdcont .pro-ptt{
	border-bottom: 1px #ddd solid;
	color: #333333;
	font-size: 2.2rem;
	font-family:Avenir-Roman;
	line-height: 30px;
	padding-bottom: 15px;
}
.ipdmemo dl{
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px #ddd solid;
	padding: 25px 0px;
}
.ipdmemo dl dd span a{
	display: block;
	color: #fff;
	background-color: #fabc09;
	border-radius: 4px;
	font-size: 1.6rem;
	text-transform: uppercase;
	line-height: 36px;
	padding: 0px 25px;
	font-family:Avenir-Regular;
	letter-spacing: 1px;
}
.ipdmemo dl dt{
	display: flex;
	align-items: center;
}
.ipdmemo dl dt a{
	display: flex;
	justify-content:center;
	align-items:center;
	width: 23px;
	height: 23px;
	border-radius: 50%;
	color: #fff;
	margin: 0px 6px;
}
.ipdmemo dl dt a:nth-of-type(1){
	background-color: #65a2d9;
}
.ipdmemo dl dt a:nth-of-type(2){
	background-color: #3c5a97;
}
.ipdmemo dl dt a:nth-of-type(3){
	background-color: #fabc09;
}
.ipdmemo dl dd small a{
	display: flex;
	align-items: center;
	color: #1c1e22;
	font-size: 1.7rem;
	font-family:Avenir-Roman;
}
.ipdmemo dl dd small a img{
	display: block;
	margin-left: 5px;
	max-width: 46px;
	height: auto;
}
.ipdmemo .pdpage{
	align-items: center;
	display: flex;
	padding: 30px 0px;
	border-bottom: 1px #ddd solid;
}
.ipdmemo .pdpage a{
	display: block;
	color: #3e3a3a;
	font-size: 1.6rem;
	font-family:Avenir-Roman;
	max-width: calc(50% - 26px);
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.ipdmemo .pdpage a:hover{
	color: #fabc09;
}
.ipdmemo .pdpage i{
	width: 1px;
	height: 20px;
	background-color: #666;
	margin: 0px 25px;
}
@media (max-width:1440px) {
	.ipdcont .pro-ptt{
		font-size: 1.8rem;
		line-height: 20px;
		padding-bottom: 15px;
	}
	.ipdmemo dl{
		padding: 20px 0px;
	}
	.ipdmemo dl dd span a{
		border-radius: 3px;
		font-size: 1.4rem;
		line-height: 30px;
		padding: 0px 20px;
	}
	.ipdmemo dl dd small a{
		font-size: 1.5rem;
	}
	.ipdmemo dl dd small a img{
		max-width: 36px;
	}
	.ipdmemo .pdpage{
		padding: 20px 0px;
	}
	.ipdmemo .pdpage a{
		font-size: 1.4rem;
		max-width: calc(50% - 20px);
	}
	.ipdmemo .pdpage i{
		margin: 0px 20px;
	}
}
@media (max-width:992px) {
	.ipdcont .pro-ptt{
		font-size: 1.6rem;
		padding-bottom: 10px;
	}
	.ipdmemo dl{
		padding: 15px 0px;
	}
	.ipdmemo dl dd span a{
		border-radius: 2px;
		font-size: 1.3rem;
		padding: 0px 15px;
	}
	.ipdmemo dl dd small a{
		font-size: 1.4rem;
	}
	.ipdmemo dl dd small a img{
		max-width: 30px;
	}
	.ipdmemo dl dt a{
		margin: 0px 3px;
	}
	.ipdmemo .pdpage{
		padding: 15px 0px;
	}
	.ipdmemo .pdpage a{
		font-size: 1.3rem;
		max-width: calc(50% - 10px);
	}
	.ipdmemo .pdpage i{
		margin: 0px 10px;
	}
}
.xiaotu{
	position: absolute;
	width: 50%;
	left: 50%;
	bottom: 0;
	padding-left: 15px;
}
#xiaotu .swiper-slide a{
	display: block;
	border: 1px #ddd solid;
}
#xiaotu .swiper-slide a.hover{
	border: 1px #fabc09 solid;
}
#xiaotu .swiper-button-white{
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background-color: #fabc09;
	background-size: auto 55%;
	margin-top: -10px;
}
@media (max-width:992px) {
	.xiaotu{
		position: relative;
		width: 100%;
		left:0;
		padding-left: 0px;
		margin:15px 0px 0px;
	}
}
.jqzoom{
	position:relative;
	overflow:hidden;
	font-size:0;
}
.zoomdiv{
	float:left;
	top:0 !important;
	left:51% !important;
	border:3px solid #e4e4e4;
	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:1000px;
	height:1000px;
}
.jqZoomPup{
	z-index:10;
	visibility:hidden;
	position:absolute;
	top:0px;
	left:0px;
	width:200px !important;
	height:200px !important;
	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;
}
.ipdxiang{
	padding: 40px 0px 0px;
}
.ipdxiang>h2{
	color: #333333;
	font-size: 2.2rem;
	font-family:Avenir-Roman;
	line-height: 28px;
	text-transform: uppercase;
	border-top: 1px rgba(0,0,0,.2) solid;
	padding: 25px 0px 20px;
}
.ipdxiang>section{
	font-family:Avenir-Regular;
	font-size: 1.6rem;
	line-height: 28px;
	color: #666;
}
.ipdxiang>section img{
	max-width: 100%;
	height: auto;
}
@media (max-width:1440px) {
	.ipdxiang{
		padding: 20px 0px 0px;
	}
	.ipdxiang>h2{
		font-size: 1.8rem;
		line-height: 22px;
		padding: 15px 0px 10px;
	}
	.ipdxiang>section{
		font-size: 1.4rem;
		line-height: 24px;
	}
}
@media (max-width:992px) {
	.jqzoom{
		margin-bottom:15px;
	}
	.zoomdiv{
		display:none !important;
	}
	.bigimg{
		display:none !important;
	}
	.jqZoomPup{
		display:none !important;
	}
	.ipdxiang{
		padding: 15px 0px 0px;
	}
	.ipdxiang>h2{
		padding: 10px 0px 5px;
	}
	.ipdxiang>section{
		font-size: 1.3rem;
		line-height: 20px;
	}
}
.inewsd{
	padding: 50px 0px;
}
.inesd{
	width:67%;
	float: left;
}
.instui{
	width:30%;
	float: right;
}
@media (max-width:1440px) {
	.inewsd{
		padding: 30px 0px;
	}
}
@media (max-width:992px) {
	.inesd{
		width:100%;
	}
	.instui{
		display: none;
	}
}
@media (max-width:768px) {
	.inewsd{
		padding: 20px 0px;
	}
}
.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:Fontthree;
	font-size:1.8rem;
}
.instui form button{
	width:15%;
	background:url(../images/hfdj.png) center no-repeat;
	border:0;
}
.instui h3{
	color:#222222;
	font-size:2.23rem;
	line-height:30px;
	font-family:DIN-Medium;
}
.instui h3:after{
	content:"";
	width:32px;
	display:block;
	height:3px;
	background:#007acb;
	margin:5px 0px 0px;
}
@media (max-width:1440px) {
	.instui h3{
		font-size:2.0rem;
	}
}
@media (max-width:1200px) {
	.instui form input{
		line-height:20px;
		font-size:1.6rem;
	}
	.instui h3{
		font-size:1.6rem;
		margin:0px 0px 0px;
	}
}
.instui dl{
	margin:30px 0px 0px;
}
.instui dl dd{
	margin-bottom:20px;
}
.instui dl dd a{
	display:block;
	color:#222222;
}
.instui dl dd a:after{
	content: "";
	display: block;
	clear: both;
}
.instui dl dd a big{
	width:26%;
	display:block;
	overflow:hidden;
	float: left;
}
.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%;
	float: right;
}
.instui dl dd a section p{
	font-family:Avenir-Roman;
	width:100%;
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
	transition:.3s;
	font-size: 1.5rem;
}
.instui dl dd a section span{
	display:block;
	font-size:1.3rem;
	color:#666666;
	font-family:Avenir-Regular;
	line-height:18px;
	max-height:36px;
	overflow:hidden;
	margin: 6px 0px;
	width:100%;
}
.instui dl dd a section small{
	color:#007acb;
	font-size:1.3rem;
	font-family:Avenir-Regular;
	display:block;
	width:100%;
}
.instui dl dd a:hover section p{
	color:#007acb;
}
@media (max-width:1440px) {
	.instui dl{
		margin:20px 0px 0px;
	}
	.instui dl dd a section p{
		font-size: 1.4rem;
	}
}
.instt{
	font-size:2.0rem;
	font-family:Avenir-Roman;
	text-align:center;
	line-height:22px;
	margin:0px 0px 5px;
}
.insct{
	font-family:Avenir-Regular;
	line-height:26px;
	color:#444;
	font-size: 1.6rem;
	margin:20px 0px 0px;
}
.insct img{
	max-width: 100%;
	height: auto;
}
.instm{
	display:flex;
	justify-content:center;
	border-bottom:2px rgba(0,0,0,.5) solid;
	padding-bottom:3px;
}
.instm span{
	color:#777;
	font-family:Avenir-Regular;
	display:flex;
	line-height:30px;
	margin:0px 10px;
	font-size:1.3rem;
}
.instm span i{
	line-height:26px;
	margin-right:5px;
}
@media (max-width:1440px) {
	.instt{
		font-size:1.6rem;
		line-height:20px;
	}
	.insct{
		font-size: 1.4rem;
		margin:15px 0px 0px;
	}
	.instm span{
		line-height:20px;
		font-size:1.2rem;
	}
}
@media (max-width:1200px) {
	.instt{
		font-size:1.5rem;
		margin:0px 0px 5px;
	}
	.instm{
		border-bottom:1px rgba(0,0,0,.5) solid;
		padding-bottom:5px;
	}
	.instm span i{
		line-height:20px;
	}
}
@media (max-width:992px) {
	.instt{
		font-size:1.4rem;
	}
	.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;
		padding:0px 0px 15px;
	}
}
.fanye{
	padding: 25px 0px;
}
.fanye a{
	display: block;
	max-width: 50%;
	float: left;
	color: #000;
	font-family:Avenir-Roman;
	font-size: 1.6rem;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.fanye a:last-child{
	float: right;
}
.fanye a:hover{
	color: #f00;
}
@media (max-width:1440px) {
	.fanye a{
		font-size: 1.4rem;
	}
}
@media (max-width:992px) {
	.fanye{
		padding: 15px 0px 0px;
	}
	.fanye a{
		max-width: 100%;
		width: 100%;
		font-size: 1.3rem;
		line-height: 23px;
	}
}
.icontact{
	padding: 50px 0px;
}
.icontact #map{
	width: 100%;
	height: 370px;
}
.icontact dl{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.icontact dl dd{
	width: 44%;
}
.icontact dl dt{
	width: 56%;
}
.icontact dl dd h1{
	color: #636363;
	font-size: 3.0rem;
	font-family:DIN-Medium;
	text-transform: uppercase;
}
.icontact dl dd h1:after{
	content: "";
	display: block;
	height: 4px;
	width: 50px;
	background-color: #d1d1d1;
	margin: 15px 0px 30px;
}
.icontact dl dd h2{
	font-size: 2.2rem;
	color: #007ace;
	font-family:DIN-BlackAlternate;
	text-transform: uppercase;
	line-height: 34px;
}
.icontact dl dd section{
	margin: 30px 0px 0px;
	color: #494949;
	font-size: 1.6rem;
	line-height: 34px;
	font-family:Avenir-Regular;
}
@media (max-width:1440px) {
	.icontact{
		padding: 30px 0px;
	}
	.icontact #map{
		height: 320px;
	}
	.icontact dl dd h1{
		font-size: 2.0rem;
	}
	.icontact dl dd h1:after{
		height: 2px;
		margin: 10px 0px 20px;
	}
	.icontact dl dd h2{
		font-size: 1.6rem;
		line-height: 30px;
	}
	.icontact dl dd section{
		margin: 20px 0px 0px;
		font-size: 1.4rem;
		line-height: 30px;
	}
}
@media (max-width:992px) {
	.icontact dl dd{
		width: 100%;
	}
	.icontact dl dt{
		width: 100%;
		margin:10px 0px 0px;
	}
	.icontact{
		padding: 15px 0px;
	}
	.icontact #map{
		height: 250px;
	}
	.icontact dl dd h1:after{
		margin: 5px 0px 10px;
	}
	.icontact dl dd h2{
		font-size: 1.6rem;
		line-height: 20px;
	}
	.icontact dl dd section{
		margin: 10px 0px 0px;
		font-size: 1.3rem;
		line-height: 22px;
	}
}
.lianxi{
	background: url(../images/fdbg.png) center no-repeat;
	background-size: cover;
	margin: 0px 0px 30px;
	padding: 60px 30px 80px;
}
.lianxi h2{
	color: #fff;
	font-size: 2.4rem;
	font-family:Avenir-Roman;
	line-height: 30px;
	margin: 0px 0px 30px;
}
.lianxi ul{
	display: flex;
}
.lianxi ul li{
	min-width: 20%;
	color: #fff;
	font-size: 1.6rem;
	font-family:Avenir-Regular;
	line-height: 34px;
}
@media (max-width:1200px) {
	.lianxi ul li{
		min-width: 30%;
		color: #fff;
		font-size: 1.45rem;
	}
}
@media (max-width:992px) {
	.lianxi{
		margin: 0px 0px 20px;
		padding: 30px 30px;
	}
	.lianxi h2{
		font-size:1.8rem;
		line-height: 20px;
		margin: 0px 0px 10px;
	}
	.lianxi ul{
		flex-wrap:wrap;
	}
	.lianxi ul li{
		min-width: 100%;
		font-size: 1.3rem;
		line-height: 24px;
		margin-bottom:10px;
	}
}
.idown{
	padding:50px 0px;
}
.idown ul{
	padding-bottom:30px;
}
.idown ul li{
	border-bottom:1px #ddd dashed;
	padding-bottom:15px;
	margin-bottom:15px;
}
.idown ul li a{
	display:flex;
	justify-content:space-between;
	color:#717171;
	line-height:30px;
}
.idown ul li a span{
	display:block;
	font-size:1.6rem;
	background:url(../images/idwpic.png) 0px center no-repeat;
	background-size:auto 30px;
	padding-left:55px;
	font-family:Avenir-Roman;
	width:40%;
}
.idown ul li a p{
	width:20%;
	text-align:left;
	font-family:Avenir-Regular;
	font-size:1.4rem;
}
.idown ul li a p:last-child{
	width:auto;
	max-width:20%;
}
.idown ul li a:hover{
	color:#d81e06;
}
@media (max-width:1200px) {
	.idown ul li a span{
		font-size:1.4rem;
		background:url(../images/idwpic.png) 0px center no-repeat;
		background-size:auto 20px;
		padding-left:45px;
		width:40%;
	}
	.idown ul li a p{
		width:20%;
		text-align:right;
	}
}
@media (max-width:992px) {
	.dlanmu{
		display:none;
	}
	.idown{
		padding:15px 0px;
	}
	.idown ul{
		padding-bottom:10px;
	}
	.idown ul li{
		padding-bottom:10px;
		margin-bottom:10px;
	}
	.idown ul li a{
		line-height:22px;
	}
	.idown ul li a span{
		font-size:1.4rem;
		background:url(../images/idwpic.png) 0px center no-repeat;
		background-size:auto 20px;
		padding-left:30px;
		width:65%;
	}
	.idown ul li a p{
		width:35%;
		text-align:left;
		font-family:Avenir-Regular;
		font-size:1.3rem;
	}
	.idown ul li a p:nth-of-type(1){
		display:none;
	}
	.idown ul li a p:last-child{
		display:none;
	}
}
.dibu{
	position: fixed;
	width: 100%;
	display:none;
	left: 0;
	z-index: 89;
	bottom: 0;
	background: #000;
	background-size: cover;
}
.dibu ul{
	display: flex;
	display: -webkit-flex;
}
.dibu ul li{
	width: 25%;
}
.dibu ul li a{
	display: block;
	text-align: center;
	padding: 6px 0 3px;
	color: #fff;
}
.dibu ul li a i{
	display: block;
}
.dibu ul li a i img{
	height: 17px;
}
.dibu ul li a p{
	font-size: 1.3rem;
	font-family:MaisonNeue-Medium;
	margin: 2px 0px 0px;
	line-height: 20px;
}
.b-height{
	display:none;
	height: 48px;
}
@media (max-width:992px) {
	.dibu{
		display:block;
	}
	.b-height{
		display:block;
	}
}