header{
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 999;
	background: rgba(0,0,0,.47);
}
.top{
	padding: 0px 11%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.logo{
	padding: 10px 0px;
}
.mouse{
	width: 28px;
	height: auto;
	position: fixed;
	bottom: 2%;
	left: 50%;
	margin-left: -14px;
	z-index: 99;
	cursor: pointer;
}
.mouse>i{
	display: block;
	width: 28px;
	height: 52px;
	border-radius: 14px;
	border: 3px rgba(255,255,255,.6) solid;
}
.mouse>i:after{
	content: "";
	display: block;
	width: 3px;
	height: 11px;
	border-radius: 3px;
	margin: 10px auto 0;
	background-color: rgba(255,255,255,.6);
}
.mouse span{
	display: block;
	text-align: center;
	color: rgba(255,255,255,.6);
	font-size: 3.2rem;
}
.menu{
	display: flex;
	align-items: center;
	padding-top: 20px;
}
.menu ul{
	display: flex;
}
.menu li a{
	display: block;
	color: #fff;
	font-size: 1.6rem;
	line-height: 92px;
	padding: 0px 22px;
	position: relative;
}
.menu li a:after{
	content: "";
	position: absolute;
	width: 0;
	bottom: 0;
	left: 50%;
	height: 3px;
	background-color: #2e9bd8;
	transition: .3s;
}
.menu li:hover a:after,.menu li.cur a:after{
	width: 100%;
	left: 0;
}
.menu dl{
	display: flex;
	margin-left: 60px;
}
.menu dl i{
	display: block;
	width: 1px;
	height: 14px;
	background-color: #fff;
	margin: 1px 12px;
}
.menu dl dt{
	font-weight: normal;
}
.menu dl dt a{
	display: block;
	color: #2e9bd8;
	line-height: 16px;
	font-size: 1.4rem;
}
.menu dl dd a{
	display: block;
	font-size: 1.4rem;
	line-height: 16px;
	color: #fff;
	font-family: arial;
}
@media (max-width:1440px) {
	.logo img{
		height:72px;
	}
	.menu{
		padding-top: 10px;
	}
	.menu li a{
		font-size: 1.4rem;
		line-height: 72px;
		padding: 0px 20px;
	}
	.menu dl{
		margin-left: 40px;
	}
}
.home{
	background: url(../images/hmbg.jpg) center 0 no-repeat;
	background-size: cover;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.fall{
	display: flex;
	justify-content: center;
	margin-top: 3%;
}
.fall span{
	position: relative;
	display: block;
}
.fall span i{
	position: relative;
	z-index: 2;
	display: block;
	animation: qiu 10s linear infinite;
	-webkit-animation: qiu 10s linear infinite;
}
.fall span small{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 1;
}
@media (max-width:1440px) {
	.fall{
		margin-top: 4%;
	}
	.fall span i img{
		width: 150px;
	}
	.fall span small img{
		width: 90px;
	}
}
@keyframes qiu
{
	0%   {transform: rotateZ(0deg);}
	50%  {transform: rotateZ(180deg);}
	100% {transform: rotateZ(360deg);}
}
 
@-webkit-keyframes qiu
{
	0%   {transform: rotateZ(0deg);}
	50%  {transform: rotateZ(180deg);}
	100% {transform: rotateZ(360deg);}
}
.yinghe{
	padding-top: 35px;
}
.yinghe span{
	display: flex;
	justify-content: center;
}
.yinghe span small{
	display: block;
	position: relative;
}
.yinghe span small i{
	position: absolute;
}
.yinghe span small i img{
	max-width: 100%;
	height: auto;
}
.yinghe span small i:nth-of-type(1){
	top: 60%;
	right: 83.6%;
	width: 182px;
}
.yinghe span small i:nth-of-type(2){
	top: 87.5%;
	right: 50%;
}
.yinghe span small i:nth-of-type(3){
	top: 60%;
	left: 76.5%;
	width: 182px;
}
@media (max-width:1440px) {
	.yinghe span small img{
		max-width: 700px;
	}
	.yinghe span small i:nth-of-type(1){
		width: 120px;
	}
	.yinghe span small i:nth-of-type(2) img{
		height: 115px;
		width: auto;
	}
	.yinghe span small i:nth-of-type(3){
		width: 120px;
	}
} 
@media (max-width:992px) {
	.yinghe span small i{
		position: static;
	}
	.yinghe span small img{
		max-width: 100%;
	}
}
.yinghe span small a{
	position: absolute;
	width: 245px;
	height: 107px;
	background: url(../images/bjk.png) center no-repeat;
	background-size: 100% 100%;
	line-height: 107px;
	text-align: center;
	color: #fff;
	font-size: 2.4rem;
	font-style: normal;
}
.yinghe span small i:nth-of-type(1) a{
	top: 98%;
	left: -122px;
}
.yinghe span small i:nth-of-type(2) a{
	top: 98%;
	left: -120px;
}
.yinghe span small i:nth-of-type(3) a{
	top: 98%;
	right: -120px;
}
@media (max-width:1440px) {
	.yinghe span small a{
		width: 200px;
		height: 60px;
		line-height: 60px;
		font-size: 1.8rem;
	}
	.yinghe span small i:nth-of-type(1) a{
		left: -100px;
	}
	.yinghe span small i:nth-of-type(2) a{
		left: -100px;
	}
	.yinghe span small i:nth-of-type(3) a{
		right: -100px;
	}
}
@media (max-width:992px) {
	.yinghe span small a{
		margin:15px auto 0;
		position:static;
		display:block;
	}
	.yinghe span small i img{
		display:none;
	}
	.yinghe span small i:nth-of-type(1) a{
		left: -100px;
	}
	.yinghe span small i:nth-of-type(2) a{
		left: -100px;
	}
	.yinghe span small i:nth-of-type(3) a{
		right: -100px;
	}
}
.shouye{
	position: absolute;
	bottom: 13%;
	width: 100%;
	left: 0;
	display: flex;
	justify-content: center;
}
.shouye>a{
	display: block;
	margin: 0 auto;
	width: 170px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background-color: #fff;
	border-radius: 20px;
	color: #0c88e7;
	font-size: 1.6rem;
}
@media (max-width:1440px) {
	.shouye{
		bottom: 10%;
	}
}
.body{
	position: fixed;
	width: 100%;
	height: 100%;
}
.index-swiper{
	width: 100%;
	height: 100%;
}
.index-swiper .i-swiper-slide{
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.index-swiper .swiper-pagination-i.swiper-pagination-bullets{
	right: 5%;
	padding: 25px 0px;
}
.index-swiper .swiper-pagination-i::after{
	content: "";
	position: absolute;
	right: 48.272%;
	width: 1px;
	height: 100%;
	background-color: #fff;
	top: 0;
}
.index-swiper .swiper-pagination-i span{
	width: 28px;
	height: auto;
	background: transparent;
	border-radius: 0;
	opacity: 1;
	padding: 12px 0px;
	position: relative;
	z-index: 6;
}
.index-swiper .swiper-pagination-i span:after{
	content: "";
	display: block;
	height: 14px;
	width: 14px;
	background-color: #fff;
	border-radius: 50%;
	margin: 0px auto;
}
.index-swiper .swiper-pagination-i span::before{
	content: "";
	position: absolute;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	left: 0;
	top: 50%;
	margin-top: -14px;
	background: rgba(255,255,255,.1);
	opacity: 0;
}
.index-swiper .swiper-pagination-i span.swiper-pagination-bullet-active:after{
	background-color: #41a5dc;
}
.index-swiper .swiper-pagination-i span.swiper-pagination-bullet-active::before{
	opacity: 1;
}
@media (max-width:1440px) {
	.index-swiper .swiper-pagination-i span{
		width: 20px;
	}
	.index-swiper .swiper-pagination-i span:after{
		height: 10px;
		width: 10px;
	}
	.index-swiper .swiper-pagination-i span::before{
		width: 20px;
		height: 20px;
		margin-top: -10px;
	}
}
.index-center{
	padding: 10% 11% 0;
}
.title{
	text-align: center;
	font-size: 3.6rem;
	color: #474747;
	line-height: 40px;
	font-family:SourceHanSansCN-Bold;
}
.about section{
	margin: 10% auto 11%;
	max-width: 666px;
	color: #fff;
	font-size: 1.6rem;
	line-height: 39px;
}
.about>a{
	display: block;
	width: 180px;
	line-height: 40px;
	height: 42px;
	border: 1px #fff solid;
	text-align: center;
	color: #fff;
	font-size: 1.4rem;
	margin: 0 auto;
	transition:.3s;
}
.about>a:hover{
	color:#000;
	background:#fff;
}
@media (max-width:1440px) {
	.title{
		font-size: 2.8rem;
		line-height: 28px;
	}
	.about section{
		font-size: 1.4rem;
		line-height: 32px;
	}
}
.news{
	max-width: 585px;
	margin: 0 0 0 auto;
}
.news ul{
	margin-top: 8%;
}
.news li{
	margin-bottom: 15px;
}
.news li a{
	display: block;
	padding: 20px 30px;
	background: rgba(255,255,255,.63) url(../images/nsjt.png) right 30px center no-repeat;
	transition: .3s;
}
.news li a:hover{
	box-shadow: 0px 0px 15px rgba(0,0,0,.2);
}
.news li a section{
	width: 85%;
}
.news li a h3{
	font-size: 1.6rem;
	color: #212121;
	line-height: 30px;
	transition: .3s;
}
.news li a span{
	display: block;
	color: #626262;
	font-size: 1.4rem;
	line-height: 26px;
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
}
.news li a small{
	display: block;
	color: #828282;
	line-height: 26px;
	font-size: 1.4rem;
	font-family: arial;
}
.news li a:hover h3{
	color: #2f9cd8;
}
@media (max-width:1440px) {
	.news li{
		margin-bottom: 10px;
	}
	.news li a{
		padding: 15px 20px;
		background: rgba(255,255,255,.63) url(../images/nsjt.png) right 30px center no-repeat;
		background-size:45px auto;
	}
	.news li a h3{
		font-size: 1.4rem;
		line-height: 24px;
	}
	.news li a span{
		font-size: 1.3rem;
		line-height: 22px;
	}
	.news li a small{
		line-height: 26px;
		font-size: 1.3rem;
	}
}
.product{
	margin-top: -40px;
}
.product ul{
	display: flex;
	flex-wrap: wrap;
	margin-top: 45px;
	padding: 0px 4%;
}
.product ul li{
	width: 25%;
	padding: 0px 10px;
}
.product li a{
	display: block;
	position: relative;
}
.product li a>img{
	transform: scale(0);
	transition: .5s;
}
.product li a span{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	justify-content: center;
	align-items: center;
}
.product li a i{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 135px;
	height: 135px;
	border-radius: 50%;
	background-color: #8290c7;
	margin: 0px 0px 30px;
}
.product li a p{
	width: 100%;
	text-align: center;
	color: #383838;
	font-size: 1.8rem;
	line-height: 36px;
}
.product li a:hover img{
	transform: scale(1);
}
.product li a:hover span i{
	display: none;
}
.product li a:hover span p{
	color: #fff;
}
@media (max-width:1440px) {
	.product{
		margin-top: 0px;
	}
	.product li a i{
		width: 110px;
		height: 110px;
		margin: 0px 0px 20px;
	}
	.product li a span i img{
		max-width:40%;
		max-height:40%;
	}
	.product li a p{
		font-size: 1.6rem;
		line-height: 30px;
	}
}
.yingyong{
	margin-top: -40px;
}
.yingyong ul{
	display: flex;
	justify-content: center;
	margin: 50px 0px 0px;
}
.yingyong ul li{
	width: 22.5%;
}
.yingyong li img{
	width: 100%;
}
.yingyong li p{
	color: #373737;
	font-size: 2.2rem;
	text-align: center;
	margin-top: 20px;
}
.chuangxin{
	margin-top: -35px;
}
.chuangxin .title{
	color: #fff;
	margin-bottom: 30px;
}
.chuangxin .col-md-6:first-child{
	width: 48%;
	padding-right: 0;
}
.chuangxin .col-md-6:last-child{
	width: 52%;
	padding-left: 0;
}
.chuangxin .yanfa{
	display:flex;
}
@media (max-width:1440px) {
	.yingyong{
		margin-top: 0px;
	}
	.yingyong ul li{
		width: 23.5%;
	}
	.yingyong li p{
		font-size: 1.8rem;
	}
	.chuangxin{
		margin-top: 0px;
	}
}
#yanfa .swiper-slide{
	padding-bottom: 10%;
}
#yanfa .swiper-slide .cxlist{
	display: block;
	display: flex;
	flex-wrap: wrap;
	/* align-content: center; */
	color: #fff;
	justify-content: center;
	position: relative;
	width: 480px;
	max-width: 90%;
	height: 480px;
}
#yanfa .swiper-slide .cxlist section{
	position: relative;
	z-index: 6;
}
#yanfa .swiper-slide .cxlist::after{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 10%;
	background-color: rgba(82,99,165,.3);
	border-radius: 50%;
}
#yanfa .swiper-slide .cxlist::before{
	content: "";
	position: absolute;
	width: 105%;
	height: 105%;
	border: 1px #fff solid;
	border-radius: 50%;
	top: 5%;
	left: 5%;
	opacity: .3;
}
#yanfa .swiper-slide .cxlist small{
	position: absolute;
	width: 105%;
	height: 105%;
	border: 1px #fff solid;
	border-radius: 50%;
	opacity: .3;
	left: 0;
	top: 5%;
}
#yanfa .swiper-slide .cxlist i{
	display: block;
	width: 245px;
	border-radius: 50%;
	overflow: hidden;
	margin: 0 auto;
}
#yanfa .swiper-slide .cxlist i img{
	width: 100%;
}
#yanfa .swiper-slide .cxlist h3{
	width: 100%;
	text-align: center;
	font-size: 2.0rem;
	line-height: 30px;
	margin: 25px 0px;
}
#yanfa .swiper-slide .cxlist span{
	display: block;
	width: 100%;
	text-align: center;
	font-size: 1.6rem;
	line-height: 28px;
	max-width: 275px;
}
#yanfa .swiper-slide  h4{
	width: 480px;
	margin-top: 13%;
}
#yanfa .swiper-slide a{
	display: block;
	background-color: rgba(255,255,255,.3);
	width: 180px;
	height: 44px;
	color: #2a2a2a;
	text-align: center;
	line-height: 44px;
	margin: 0 auto;
	font-size: 1.4rem;
	transition: .3s;
}
#yanfa .swiper-slide a:hover{
	background-color: #6b83dd;
	color: #fff;
}
#yanfa .swiper-button-next{
	width: 43px;
	height: 30px;
	background: url(../images/yfjt.png) 0 center no-repeat;
	left: 250px;
	top: 65%;
}
#yanfa .swiper-button-next:after,#yanfa .swiper-button-prev:after{
	display: none;
}
#yanfa .swiper-button-prev{
	width: 43px;
	height: 30px;
	background: url(../images/yfjt.png) 0 center no-repeat;
	transform: rotateY(180deg);
	top: 65%;
	left: 187px;
}
@media (max-width:1440px) {
	#yanfa .swiper-button-next{
		top: 70%;
		left:200px;
	}
	#yanfa .swiper-button-prev{
		top: 70%;
		left:137px;
	}
}
#zhongxin{
	padding-top: 40px;
	margin-top: 20px;
}
#zhongxin .zxtitle{
	position: absolute;
	top: 0;
	left: 20%;
	width: 60%;
	background-color: #6b83dd;
	height: 80px;
	line-height: 80px;
	padding: 0 8%;
	z-index: 9;
	font-size: 3.6rem;
	font-weight: 300;
	color: #fff;
}
#zhongxin .swiper-button-next{
	width: 43px;
	height: 60px;
	background: url(../images/yfjt.png) 0 center no-repeat;
	right: 25%;
	top: 10px;
	z-index: 10;
	margin-top: 0;
}
#zhongxin .swiper-button-next:after,#zhongxin .swiper-button-prev:after{
	display: none;
}
#zhongxin .swiper-button-prev{
	width: 43px;
	height: 60px;
	background: url(../images/yfjt.png) 0 center no-repeat;
	transform: rotateY(180deg);
	top: 10px;
	left: 60%;
	margin-top: 0;
	z-index: 10;
}
@media (max-width:1440px) {
	#yanfa .swiper-slide .cxlist{
		width: 380px;
		max-width: 90%;
		height: 380px;
	}
	#yanfa .swiper-slide .cxlist i{
		width: 200px;
	}
	#yanfa .swiper-slide .cxlist h3{
		font-size: 1.8rem;
		margin: 20px 0px;
	}
	#yanfa .swiper-slide .cxlist span{
		font-size: 1.4rem;
		line-height: 22px;
		max-width: 200px;
	}
	#yanfa .swiper-slide  h4{
		width: 380px;
	}
	#zhongxin .zxtitle{
		height: 60px;
		line-height: 60px;
		padding: 0 5%;
		font-size: 2.2rem;
	}
	#zhongxin .swiper-button-next{
		width: 28px;
		height: 40px;
		background-size:100% auto;
	}
	#zhongxin .swiper-button-prev{
		width: 28px;
		height: 40px;
		background-size:100% auto;
	}
}
.contact{
	margin-top: -35px;
}
.contact .title{
	color: #fff;
	margin-bottom: 45px;
}
.map #ditu{
	width: 100%;
	height: 485px;
}
.copy{
	display: flex;
	justify-content: space-between;
	color: #fff;
	font-size: 1.4rem;
	margin: 50px 0px 0px;
}
.copy a{
	color: #fff;
}
.copy a:hover{
	text-decoration: underline;
	color: #fff;
}
.context h2{
	font-size: 7.8rem;
	text-transform: uppercase;
	color: rgba(255,255,255,.25);
	font-family:DIN-Bold;
	line-height: 70px;
}
.context dl{
	max-width: 530px;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 30px;
}
.context dl dd section{
	font-size: 1.6rem;
	line-height: 42px;
	color: #fff;
	padding-left: 26px;
}
.context dl dd section:nth-child(1){
	background: url(../images/ctpic1.png) 0px center no-repeat;
}
.context dl dd section:nth-child(2){
	background: url(../images/ctpic2.png) 0px center no-repeat;
}
.context dl dd section:nth-child(3){
	background: url(../images/ctpic3.png) 0px center no-repeat;
}
.context dl dd section:nth-child(4){
	background: url(../images/ctpic4.png) 0px center no-repeat;
}
.context dl dt{
	text-align: center;
	color: #fff;
	font-size: 1.4rem;
	font-weight: normal;
}
.context dl dt img{
	max-width:115px;
	width:100%;
	height:auto;
}
.context dl dt p{
	margin-top: 10px;
}
.context h3{
	margin-top: 25px;
	color: #fff;
	font-size: 1.8rem;
	background: url(../images/ctpic5.png) 0px center no-repeat;
	line-height: 42px;
	padding-left: 28px;
}
.context form{
	max-width: 555px;
	width: 100%;
}
.context form span{
	display: flex;
	margin-top: 15px;
	justify-content: space-between;
}
.context form span input{
	border: 0;
	border-bottom: 1px rgba(255,255,255,.3) solid;
	line-height: 20px;
	padding: 10px 15px;
	color: #fff;
	height: 40px;
	font-size: 1.5rem;
	width: 48%;
	background: transparent;
	outline: none;
}
.context form span input::-webkit-input-placeholder {
	color: #fff;
}
.context form span input::-moz-input-placeholder {
	color: #fff;
}
.context form span input::-ms-input-placeholder {
	color: #fff;
}
.context form textarea{
	border: 0;
	border-bottom: 1px rgba(255,255,255,.3) solid;
	line-height: 20px;
	padding: 10px 15px;
	color: #fff;
	min-height: 40px;
	font-size: 1.5rem;
	width: 100%;
	background: transparent;
	resize: none;
	outline: none;
	margin-top: 15px;
}
.context form textarea::-webkit-input-placeholder {
	color: #fff;
}
.context form textarea::-moz-input-placeholder {
	color: #fff;
}
.context form textarea::-ms-input-placeholder {
	color: #fff;
}
.context form button{
	width: 180px;
	line-height: 48px;
	height: 50px;
	text-align: center;
	border: 1px rgba(255,255,255,.3) solid;
	background: transparent;
	color: #fff;
	font-size: 1.4rem;
	margin-top: 20px;
	outline:none;
}
.context form button:hover{
	color:#000;
	background:#fff;
}
@media (max-width:1440px) {
	.contact{
		margin-top: 0px;
	}
	.map #ditu{
		height: 385px;
	}
	.copy{
		margin: 30px 0px 0px;
		flex-wrap:wrap;
	}
	.copy section{
		width:100%;
		margin-top:10px;
		text-align:right;
	}
	.context h2{
		font-size: 4.8rem;
		line-height: 40px;
	}
	.context dl{
		padding-top: 20px;
	}
	.context dl dd section{
		font-size: 1.4rem;
		line-height: 32px;
	}
	.context dl dt img{
		max-width:90px;
	}
	.context dl dt p{
		margin-top: 5px;
	}
	.context h3{
		margin-top: 15px;
		font-size: 1.6rem;
		line-height: 32px;
		padding-left: 28px;
	}
	.context form span{
		margin-top: 10px;
	}
	.context form span input{
		padding: 8px 10px;
		height: 36px;
		font-size: 1.3rem;
	}
	.context form textarea{
		padding: 8px 10px;
		min-height: 36px;
		font-size: 1.3rem;
		margin-top: 10px;
	}
	.context form button{
		line-height: 40px;
		height: 42px;
		margin-top: 15px;
	}
}
.ibanner{
	position: relative;
}

.ibanner img {
    width:100%;
}

.ibanner .weizhi{
	position: absolute;
	width: 100%;
	left: 0;
	top: 53%;
	text-align: center;
}
.ibanner .weizhi h2{
	font-size: 3.6rem;
	color: #474747;
	line-height: 40px;
	font-weight: bold;
}
.ibanner .weizhi h2:after{
	content: "";
	display: block;
	width: 46px;
	height: 3px;
	background-color: #5b5b5b;
	margin: 18px auto 0;
}
@media (max-width:1440px) {
	.ibanner .weizhi h2{
		font-size: 2.6rem;
		line-height: 30px;
	}
	.ibanner .weizhi h2:after{
		height: 2px;
	}
}
.iabout{
	padding: 90px 0px 60px;
}
.iabout .iabtext h2{
	font-size: 2.8rem;
	color: #5b5b5b;
	line-height: 34px;
}
.iabout .iabtext h2:after{
	content: "";
	display: block;
	height: 3px;
	width: 48px;
	background-color: #5b5b5b;
	margin: 25px 0px 40px;
}
.iabout .iabtext section{
	color: #5b5b5b;
	font-size: 1.6rem;
	line-height: 42px;
}
.iabout .iabimg video{
	width: 100%;
	height: 376px;
}
.ititle{
	text-align: center;
	font-size: 2.8rem;
	color: #5b5b5b;
	line-height: 32px;
}
.ititle:after{
	content: "";
	display: block;
	width: 50px;
	height: 3px;
	background-color: #5b5b5b;
	margin: 20px auto 0px;
}
@media (max-width:1440px) {
	.iabout{
		padding: 50px 0px 30px;
	}
	.iabout .iabtext h2{
		font-size: 2.0rem;
		line-height: 24px;
	}
	.iabout .iabtext h2:after{
		height: 2px;
	}
	.iabout .iabtext section{
		font-size: 1.4rem;
		line-height: 32px;
	}
	.iabout .iabimg video{
		height: 320px;
	}
	.ititle{
		font-size: 2.0rem;
		line-height: 24px;
	}
	.ititle:after{
		margin: 15px auto 0px;
		height: 2px;
	}
}
.ihonor{
	padding: 60px 0px 0px;
}
.ihonor .swiper-container{
	margin: 29px 0px 0px;
	padding: 15px 0px 0px;
}
.ihonor .swiper-container .swiper-slide{
	text-align: center;
	font-size: 1.7rem;
	color: #5b5b5b;
}
.ihonor .swiper-container .swiper-slide img{
	width: 100%;
	height: auto;
	transition: .3s;
}
.ihonor .swiper-container .swiper-slide:hover img{
	box-shadow: 0px 0px 15px rgba(0,0,0,.4);
}
.ihonor .swiper-container .swiper-slide p{
	margin: 20px 0px 0px;
}
.ihonor .swiper-container .swiper-button-white{
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background-color: #353535;
	margin-top: -28px;
}
.ihonor .swiper-container .swiper-button-white:after{
	font-size: 1.8rem;
}
@media (max-width:1440px) {
	.ihonor{
		padding: 40px 0px 0px;
	}
	.ihonor .swiper-container{
		margin: 20px 0px 0px;
	}
	.ihonor .swiper-container .swiper-slide{
		font-size: 1.4rem;
	}
}
footer{
	background-color: #757fa9;
	padding: 50px 0px 35px;
}
.bottom{
	display: flex;
	justify-content: space-between;
}
.bottom h3{
	font-size: 5.0rem;
	line-height: 54px;
	color: rgba(255,255,255,.23);
	font-family:DIN-Bold;
	text-transform: uppercase;
}
.bottom .btcontact{
	font-size: 1.6rem;
	line-height: 40px;
	color: #fff;
	max-width: 330px;
}
.bottom .btcontact section{
	padding-left: 25px;
}
.bottom .btcontact section.dz{
	background: url(../images/dzpic.png) 0px center no-repeat;
}
.bottom .btcontact section.dh{
	background: url(../images/dhpic.png) 0px center no-repeat;
}
.bottom .btcontact section.sj{
	background: url(../images/sjpic.png) 0px center no-repeat;
}
.bottom .btcontact section.yx{
	background: url(../images/yxpic.png) 0px center no-repeat;
}
.bottom>span{
	text-align: center;
	display: block;
	color: #fff;
	max-width: 115px;
}
.bottom>span p{
	margin: 10px 0px 0px;
}
.bottom .btmenu ul{
	display: flex;
	justify-content: flex-end;
}
.bottom .btmenu li{
	margin-left: 35px;
}
.bottom .btmenu li a{
	display: block;
	color: #fff;
	font-size: 1.6rem;
	line-height: 40px;
}
.bottom .icopy{
	text-align: right;
	color: #fff;
	font-size: 1.4rem;
	line-height: 40px;
	padding: 10px 0px 0px;
}
.bottom .icopy a{
	color: #fff;
}
@media (max-width:1440px) {
	.bottom h3{
		font-size: 4.0rem;
		line-height: 44px;
	}
	.bottom .btcontact{
		font-size: 1.4rem;
	}
	.bottom .btmenu li{
		margin-left: 25px;
	}
	.bottom .btmenu li a{
		font-size: 1.4rem;
	}
}
.iproduct{
	padding: 60px 0px 50px;
}
.pdclass{
	background-color: #fff;
	box-shadow: 0px 0px 30px rgba(0,0,0,.08);
	padding-bottom: 60px;
}
.pdclass h2{
	text-align: center;
	font-size: 3.4rem;
	color: #fff;
	font-weight: bold;
	line-height: 40px;
	padding: 35px 0px 25px;
	background-color: #2e9cd8;
}
.pdclass ul{
	padding-top: 10px;
}
.pdclass li{
	padding: 0px 22px;
	border-bottom: 1px rgba(0,0,0,.1) solid;
}
.pdclass li a{
	display: block;
	color: #383838;
	font-size: 1.7rem;
	line-height: 26px;
	padding: 20px 0;
}
.pdclass li:hover a,.pdclass li.cur a{
	color: #2f9cd8;
	background: url(../images/pdjt.png) right center no-repeat;
}
@media (max-width:1440px) {
	.iproduct{
		padding: 40px 0px 30px;
	}
	.pdclass{
		box-shadow: 0px 0px 20px rgba(0,0,0,.08);
		padding-bottom: 40px;
	}
	.pdclass h2{
		font-size: 2.8rem;
		line-height: 30px;
		padding: 35px 0px 25px;
	}
	.pdclass li{
		padding: 0px 18px;
	}
	.pdclass li a{
		font-size: 1.4rem;
		line-height: 22px;
		padding: 15px 0;
	}
}
.pdlist{
	border: 1px rgba(0,0,0,.1) solid;
	padding: 40px;
}
.pdlist ul li{
	margin-bottom: 35px;
}
.pdlist li a{
	display: block;
	color: #454545;
}
.pdlist li a img{
	transition: .3s;
}
.pdlist li a:hover img{
	box-shadow: 0px 0px 20px rgba(0,0,0,.5);
}
.pdlist li a p{
	font-size: 1.65rem;
	line-height: 20px;
	text-align: center;
	margin: 20px 0px 0px;
}
.pdlist li a:hover{
	color: #2f9cd8;
}
@media (max-width:1440px) {
	.pdlist{
		padding: 30px;
	}
	.pdlist ul li{
		margin-bottom: 25px;
	}
	.pdlist li a p{
		font-size: 1.4rem;
		margin: 15px 0px 0px;
	}
}
.page-list{
	display: flex;
	justify-content: center;
	padding: 10px 0px 15px;
}
.page-list a:first-child{
	background:url(../images/pgjt.png) center no-repeat;
	background-size:auto 50%;
	transform:rotateY(180deg);
}
.page-list a:last-child{
	background:url(../images/pgjt.png) center no-repeat;
	background-size:auto 50%;
}
.page-list a:first-child:hover{
	background:#013189 url(../images/pgjtn.png) center no-repeat;
	background-size:auto 50%;
	transform:rotateY(180deg);
}
.page-list a:last-child:hover{
	background:#013189 url(../images/pgjtn.png) center no-repeat;
	background-size:auto 50%;
}
.page-list a{
	display: block;
	width: 38px;
	height: 38px;
	text-align: center;
	line-height: 38px;
	font-family:MaisonNeue-Book;
	font-size: 1.6rem;
	color: #454545;
	border-radius: 2px;
	margin: 0px 2px;
	transition: .3s;
}
.page-list a:hover,.page-list a.hover{
	background-color: #013189;
	color: #fff;
}
@media (max-width:1440px) {
	.page-list a{
		width: 32px;
		height: 32px;
		line-height: 32px;
		font-size: 1.4rem;
	}
}
.pdcont{
	border: 1px rgba(0,0,0,.1) solid;
	padding: 40px 30px 50px;
}
.pdcont h1{
	text-align: center;
	font-size: 2.2rem;
	color: #454545;
	line-height: 36px;
	margin: 0px 0px 25px;
}
.pdcont section{
	color: #454545;
	font-size: 1.5rem;
	line-height: 34px;
}
.pdcont section img{
	max-width: 100%;
	height: auto;
}
@media (max-width:1440px) {
	.pdcont{
		padding: 30px;
	}
	.pdcont h1{
		font-size: 1.8rem;
		line-height: 26px;
		margin: 0px 0px 15px;
	}
	.pdcont section{
		font-size: 1.4rem;
		line-height: 30px;
	}
}
.inewsd{
	padding:50px 0px;
}
.inewsd h1{
	text-align: center;
	font-size: 2.2rem;
	color: #454545;
	line-height: 36px;
	margin: 0px 0px 25px;
}
.inewsd section{
	color: #454545;
	font-size: 1.5rem;
	line-height: 34px;
}
.inewsd section img{
	max-width: 100%;
	height: auto;
}
.fanye{
	display: flex;
	justify-content: space-between;
	padding: 35px 0px 0px;
}
.fanye a{
	display: block;
	max-width: 50%;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	color: #454545;
	font-size: 1.5rem;
	line-height: 22px;
}
.fanye a:hover{
	color: #2f9cd8;
	text-decoration: underline;
}
@media (max-width:1440px) {
	.fanye{
		padding: 25px 0px 0px;
	}
	.fanye a{
		font-size: 1.4rem;
	}
}
.chaungxin{
	padding: 50px 0px;
}
.chaungxin dl{
	display: flex;
	justify-content: center;
}
.chaungxin dd{
	padding: 0px 13px;
}
.chaungxin dd a{
	display: block;
	line-height: 58px;
	padding: 0px 40px;
	color: #474747;
	font-size: 2.2rem;
	background-color: #eeeeee;
	transition: .3s;
}
.chaungxin dd.cur a,.chaungxin dd:hover a{
	background-color: #2e9bd8;
	color: #fff;
}
.chaungxin ul{
	margin: 60px 0px 0px;
}
.chaungxin ul li{
	display: flex;
	justify-content: space-between;
	border-bottom: 1px rgba(0,0,0,.15) solid;
	margin-bottom: 30px;
	padding-bottom: 30px;
}
.chaungxin ul li i{
	width: 19%;
	display: block;
}
.chaungxin ul li i img{
	width: 100%;
}
.chaungxin ul li .cxtext{
	width: 77%;
}
.chaungxin ul li h3{
	color: #383838;
	font-size: 2.0rem;
	font-weight: bold;
	line-height: 30px;
	padding: 10px 0px;
}
.chaungxin ul li section{
	color: #383838;
	font-size: 1.5rem;
	line-height: 28px;
	padding: 15px 0px 0px;
}
.chaungxin ol{
	margin: 50px 0 0;
	padding: 0;
}
.chaungxin ol li{
	margin-bottom: 35px;
}
@media (max-width:1440px) {
	.chaungxin{
		padding: 30px 0px;
	}
	.chaungxin dd{
		padding: 0px 10px;
	}
	.chaungxin dd a{
		line-height: 48px;
		padding: 0px 40px;
		font-size: 1.8rem;
	}
	.chaungxin ul{
		margin: 40px 0px 0px;
	}
	.chaungxin ul li{
		margin-bottom: 20px;
		padding-bottom: 20px;
	}
	.chaungxin ul li h3{
		font-size: 1.6rem;
	}
	.chaungxin ul li section{
		font-size: 1.4rem;
		line-height: 24px;
		padding: 10px 0px 0px;
	}
	.chaungxin ol{
		margin: 40px 0 0;
	}
}
.inews{
	padding: 50px 0px;
}
.inews .container{
	max-width:1170px;
}
.inews ul li{
	border-bottom:1px rgba(0,0,0,.15) solid;
	margin-bottom:20px;
	padding-bottom:20px;
}
.inews ul li a{
	display:flex;
	justify-content:space-between;
	color:#333;
}
.inews ul li a i{
	width:20%;
}
.inews ul li a .cxtext{
	width:76%;
}
.inews ul li a .cxtext h3{
	font-size:1.6rem;
	line-height:30px;
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
	margin:0px 0px 5px;
}
.inews ul li a .cxtext section{
	color: #666;
	font-size: 1.4rem;
	line-height: 26px;
	margin:0px 0px 10px;
}
.inews ul li a .cxtext small{
	display:block;
	color:#999;
	font-size:1.2rem;
	font-family:arial;
}
.icontact{
	margin: 65px 0px;
	background: url(../images/icbg.jpg) center no-repeat;
	background-size: cover;
	padding: 50px;
}
.icontact #ditu{
	width: 100%;
	height: 490px;
	margin: 6.5% 0px 0px;
}
.icontact h1{
	font-size: 7.6rem;
	line-height: 78px;
	font-family:DIN-Bold;
	color: rgba(255,255,255,.25);
	text-transform: uppercase;
}
.icontact dl{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 35px 0px 0px;
}
.icontact dl dd{
	color: #fff;
	font-size: 1.6rem;
	line-height: 22px;
}
.icontact dl dd section{
	padding: 10px 0px 10px 25px;
}
.icontact dl dd section.dz{
	background: url(../images/dzpic.png) 0px center no-repeat;
}
.icontact dl dd section.dh{
	background: url(../images/dhpic.png) 0px center no-repeat;
}
.icontact dl dd section.sj{
	background: url(../images/sjpic.png) 0px center no-repeat;
}
.icontact dl dd section.yx{
	background: url(../images/yxpic.png) 0px center no-repeat;
}
.icontact dl dt{
	font-weight: normal;
	color: #fff;
	text-align: center;
}
.icontact dl dt p{
	margin: 10px 0px 0px;
}
@media (max-width:1440px) {
	.icontact{
		margin: 35px 0px;
		padding: 30px;
	}
	.icontact #ditu{
		height: 420px;
	}
	.icontact h1{
		font-size: 5.6rem;
		line-height: 58px;
	}
	.icontact dl{
		padding: 25px 0px 0px;
	}
	.icontact dl dd{
		font-size: 1.4rem;
		line-height: 20px;
	}
	.icontact dl dt p{
		font-size:1.3rem;
	}
}
.icontact form{
	padding: 25px 0px 0px;
}
.icontact form h2{
	font-size: 1.75rem;
	color: #fff;
	line-height: 42px;
	background: url(../images/ctpic5.png) 0px center no-repeat;
	padding-left: 30px;
	margin-bottom: 3px;
}
.icontact form span{
	display: flex;
	justify-content: space-between;
	padding-top: 10px;
}
.icontact form input{
	width: 48%;
	background: transparent;
	font-size: 1.5rem;
	border: 0;
	line-height: 20px;
	padding: 10px;
	outline: none;
	color: #fff;
	height: 41px;
	border-bottom: 1px rgba(255,255,255,.3) solid;
}
.icontact form input::-webkit-input-placeholder{
	color: #fff;
}
.icontact form input:-moz-placeholder{
	color: #fff;
}
.icontact form input::-moz-placeholder{
	color: #fff;
}
.icontact form input:-ms-input-placeholder{
	color: #fff;
}
.icontact form textarea{
	width: 100%;
	background: transparent;
	font-size: 1.5rem;
	border: 0;
	line-height: 20px;
	padding: 10px;
	outline: none;
	color: #fff;
	border-bottom: 1px rgba(255,255,255,.3) solid;
	margin: 10px 0px 0px;
	resize: none;
}
.icontact form textarea::-webkit-input-placeholder{
	color: #fff;
}
.icontact form textarea:-moz-placeholder{
	color: #fff;
}
.icontact form textarea::-moz-placeholder{
	color: #fff;
}
.icontact form textarea:-ms-input-placeholder{
	color: #fff;
}
.icontact form button{
	width: 180px;
	height: 50px;
	text-align: center;
	background: transparent;
	border: 1px rgba(255,255,255,.3) solid;
	color: #fff;
	font-size: 1.4rem;
	margin: 30px 0px 0px;
	transition: .3s;
}
.icontact form button:hover{
	color: #000;
	background-color: #fff;
}

.banquan {
    position: absolute;
    bottom: 9%;
    width: 100%;
    left: 0;
    text-align: center;
    display: flex;
    justify-content: center;
}

.banquan a {
    color: #FFFFFF;
}

@media (max-width:1440px) {
	.icontact form h2{
		font-size: 1.55rem;
	}
	.icontact form input{
		font-size: 1.3rem;
	}
	.icontact form textarea{
		font-size: 1.3rem;
	}
}