﻿*{
	margin: 0;
	padding: 0;
	white-space:normal !important;
	box-sizing:border-box;
	-moz-box-sizing:border-box; 
	-webkit-box-sizing:border-box;
}
a{
	text-decoration: none;
	color: #333;
	transition: all .5s;
-webkit-transition: all .5s;
}
a:hover{
	color: #0062B2;
	transition: all .5s;
-webkit-transition: all .5s;
}
li{
	list-style: none;
}
img{
	vertical-align: middle;
	max-width: 100%;
}
img.max{
	width: 100%;
}

@font-face{
	font-family:OPPOSANS-H;
	src: url('../fonts/OPPOSANS-H.woff2'), 
		 url('../fonts/OPPOSANS-H.TTF'),
		 url('../fonts/OPPOSANS-H.eot'); 
}
.fm_AGB_D{
	font-family: OPPOSANS-H !important;
}
body{
	width: 100%;
	overflow: hidden;
	font-size: 14px;
	color: #333;
    line-height: 1.6;
	font-family: "Noto Sans SC", "Source Han Sans CN", "Noto Sans S Chinese Light", "Microsoft Yahei", "Microsoft YaHei Light", "Pingfang sc regular", "Helvetica Neue", Helvetica, Tahoma, sans-serif !important;
	padding-top: 100px;
}




.gyban-bj{
	background: #f3f3f3;
}
.gyban-bj.bj{
	background: #fff;
}
.gyban{
	width: 100%;
	overflow: hidden;
	font-size: 0;
	position: relative;
}
.gyban>img{
	border-radius: 0 0 14vw 0;
}
.gyban-pos{
	width: 100%;
	position: absolute;
	top: 50%;
	left: 0;
	color: #fff;
	transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
}
.gyban-b{
	line-height: 1.2;
	margin-top: 20px;
}
.gyban-b.on{
	margin-top: 0;
	margin-bottom: 50px;
}
.gynav{
	text-align: center;
	font-size: 0;
}
.gynav-a{
	display: inline-block;
	line-height: 85px;
	margin: 0 60px;
	position: relative;
	font-weight: bold;
}
.gynav-a:after{
	content: '';
	width: 0%;
	height: 4px;
	background: #0062B2;
	position: absolute;
	left: 50%;
	bottom: 0;
transition: all .5s;
-webkit-transition: all .5s;  
}
.gynav-a:before{
	content: '';
	width: 1px;
	height: 100%;
	background: url(../img/ico05.png) no-repeat center;
	background-size: 100% auto;
	position: absolute;
	left: -61px;
	top: 0;
}
.gynav-a:first-child:before{
	display: none;
}
.gynav-a.on{
	color: #0062B2;
}
.gynav-a:hover:after,
.gynav-a.on:after{
	width: 100%;
	left: 0;
transition: all .5s;
-webkit-transition: all .5s;  
}

@media(max-width:1600px){
	.gynav-a{
		line-height: 70px;
		margin: 0 40px;
	}
	.gynav-a:before{
		left: -41px;
	}
	.gyban-b.on{
		margin-bottom: 30px;
	}
}

@media(max-width:750px){
	.gyban>img{
		width: 160%;
		max-width: initial;
		margin-left: -30%;
	}
	.gyban>img.md-show{
		width: 100%;
		max-width: initial;
		margin-left: 0%;
	}
	.gyban-b{
		font-size: .4rem;
		margin-top: .15rem;
	}
	.gynav-a{
		line-height: 1rem;
		margin: 0 .3rem;
	}
	.gynav-a:before{
		display: none;
	}
	.gynav-a:after{
		height: 2px;
	}
	.gyban-b.on{
		margin-bottom: .3rem;
	}
	.gyban-a{
		font-size: .26rem;
	}
}




/*新闻资讯*/
.news{
	padding: 135px 0;
	position: relative;
}
.news-ps{
	width: 100%;
	position: relative;
}
.news-ab{
	display: block;
}
.news-a{
	overflow: hidden;
	font-size:0 ;
	position: relative;
}
.news-b1{
	font-size: 22px;
	line-height: 30px;
	height: 60px;
	margin-top: 35px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.news-b2{
	padding-left: 35px;
	background: url(../img/ico01.png) no-repeat left center;
	margin-top: 25px;
}
.news-prev{
	background: url(../img/ico06_1.png) no-repeat  center;
	background-size: auto;
	left: -50px;
	top: 35%;
}
.news-prev:hover{
	background-image: url(../img/ico06_3.png);
}
.news-next{
	background: url(../img/ico06_2.png) no-repeat  center;
	background-size: auto;
	right: -50px;
	top: 35%;
}
.news-next:hover{
	background-image: url(../img/ico06_4.png);
}
.news-cnt{
	background: url(../img/ico03.png) no-repeat center top;
	background-size: 100% auto;
}
.news-div{
	padding: 80px 0 130px 0;
}
.news-ul{
	margin-bottom: 100px;
}
.news-li{
	display: block;
	overflow: hidden;
	padding: 60px 0;
	border-bottom: 1px solid rgba(0,0,0,.1);
}
.news-c{
	float: left;
	width: 445px;
}
.news-d{
	width: calc(100% - 500px);
	float: right;
	max-width: 1120px;
	padding-top: 55px;
}
.news-d1{
	font-size: 22px;
	line-height: 30px;
	height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.news-d2{
	font-size: 17px;
	line-height: 25px;
	height: 50px;
	color: #666;
	margin-top: 25px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.news-d34{
	margin-top: 45px;
	font-size: 0;
}
.news-d3{
	color: #999;
	display: inline-block;
	line-height: 1;
	padding-right: 15px;
	margin-right: 15px;
	border-right: 1px solid #999;
}
.news-d4{
	display: inline-block;
	padding-right: 35px;
	color: #0062B2;
	background: url(../img/ico02.png) no-repeat right center;
}

@media(max-width:1600px){
	.news{
		padding: 100px 0;
	}
	.news-next{
		right: -40px;
	}
	.news-prev{
		left: -40px;
	}
	.news-li{
		padding: 30px 0;
	}
}
@media(max-width:1200px){
	.news-c{
		width: 350px;
	}
	.news-d{
		width: calc(100% - 350px);
		padding-left: 40px;
		padding-top: 20px;
	}
}
@media(max-width:1000px){
	.news{
		width: 85%;
		padding: 80px 0;
	}
	.news-b1{
		font-size: 20px;
		margin-top: 15px;
	}
	.news-c{
		width: 300px;
	}
	.news-d{
		width: calc(100% - 300px);
		padding-left: 20px;
	}
	
}
@media(max-width:750px){
	.news{
		width: 80%;
		padding: .8rem 0;
	}
	.news-prev{
		width: .5rem;
		background-size: .3rem auto;
		left: -.7rem;
	}
	.news-next{
		width: .5rem;
		background-size: .3rem auto;
		right: -.7rem;
	}
	.news-b1{
		font-size: .3rem;
		line-height: .4rem;
		height: .8rem;
		margin-top: .2rem;
	}
	.news-b2{
		margin-top: .2rem;
	}
	.news-div{
		padding: .8rem 0;
	}
	.news-li{
		padding: .35rem 0;
	}
	.news-c{
		width: 2.4rem;
	}
	.news-d{
		width: calc(100% - 2.4rem);
		padding-left: .3rem;
		padding-top: 0;
	}
	.news-d2{
		display: none;
	}
	.news-d1{
		font-size: .26rem;
		line-height: .4rem;
		height: .8rem;
		-webkit-line-clamp: 2;
	}
	.news-d34{
		margin-top: .3rem;
	}
	.news-ul{
		margin-bottom: .6rem;
	}
}



.page{
	width: 100%;
	text-align: center;
	font-size: 0;
}
.page a{
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	color: #333;
	height: 50px;
	line-height: 50px;
	min-width: 35px;
	margin: 0 10px;
}
.page a:hover,
.page a.active{
	font-size: 20px;
	color: #0062B2;
	font-weight: bold;
}
.page a.prev,
.page a[rel="prev"]{
	width: 50px;
	height: 50px;
	font-size: 0 !important;
	background: url(../img/ico04_1.png) no-repeat center;
	background-size: cover;
}
.page a.prev:hover,
.page a[rel="prev"]:hover{
	background-image: url(../img/ico04_3.png);
}
.page a.next,
.page a[rel="next"]{
	width: 50px;
	height: 50px;
	font-size: 0 !important;
	background: url(../img/ico04_2.png) no-repeat center;
	background-size: cover;
}
.page a.next:hover,
.page a[rel="next"]:hover{
	background-image: url(../img/ico04_4.png);
}
@media(max-width:750px){
	.page a{
		font-size: .24rem;
		min-width: .4rem;
		height: .5rem;
		line-height: .5rem;
		margin: 0 .1rem;
	}
	.page a:hover,
	.page a.active{
		font-size: .3rem;
	}
	.page a.prev,
	.page a.next{
		width: .5rem;
		height: .5rem;
	}
}



/*新闻详情*/
.nwinfo{
	padding: 50px 0 90px 0;
}
.nwinfo-a a{
	display: inline-block;
}
.nwinfo-a {
	padding-left: 20px;
	background: url(../img/ico07.png) no-repeat left center;
	background-size: 15px auto;
	
}
.nwinfo-div{
	margin-top: 40px;
	font-size: 0;
}
.nwinfo-lt{
	width: calc(100% - 510px);
	display: inline-block;
	vertical-align: top;
	background: #fff;
	padding: 80px;
}
.nwinfo-lt.on{
	width: 100%;
}
.nwinfo-b{
	text-align: center;
	font-size: 30px;
	line-height: 1.4;
}
.nwinfo-c{
	text-align: center;
	margin-top: 30px;
	font-size: 15px;
}
.nwinfo-c1{
	display: inline-block;
	vertical-align: top;
	margin: 0 45px;
	position: relative;
}
.nwinfo-c1:after{
	content: '';
	width: 1px;
	height: 14px;
	background: #DCDCDC;
	position: absolute;
	left: -45px;
	top: 50%;
	margin-top: -7px;
}
.nwinfo-c2{
	padding-left: 25px;
	background: url(../img/ico09.png) no-repeat left center;
	min-width: 160px;
	text-align: left;
}
.nwinfo-c1:first-child:after{
	display: none;
}
.nwinfo-d{
	margin-top: 30px;
	padding-top: 45px;
	border-top:1px solid #E6E6E6;
	line-height: 2;
}
.nwinfo-div{
	position: relative;
}
.nwinfo-rt{
	width: 480px;
	margin-left: 30px;
	display: inline-block;
	vertical-align: top;
}
.nwinfo-rt-pos{
	position: relative;
}
@media(min-width:1201px){
	.nwinfo-rt-pos.fd{
		position: fixed;
		top: 120px;
		width: 480px;
	}
	.nwinfo-rt-pos.fd.ab{
		position: absolute;
		top: initial;
		bottom: 0;
	}
}
.nwinfo-e{
	padding: 55px 45px;
	background: #fff;
	margin-bottom: 20px;
}
.nwinfo-e1{
	font-size: 26px;
	color: #222;
	line-height: 1;
}
.nwinfo-eul{
	margin-top: 15px;
}
.nwinfo-eli{
	display: inline-block;
	vertical-align: top;
	margin-top: 20px;
	padding-left: 28px;
	position: relative;
	color: #666;
}
.nwinfo-eli:after{
	content: '';
	width: 6px;
	height: 6px;
	background: #666;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 10px;
}
.nwinfo-eli:hover:after{
	background: #0062B2;
}
.gybut{
	display: inline-block;
	width: 140px;
	line-height: 50px;
	background: #0062B2 url(../img/ico08.png) no-repeat 105px center;
	background-size: 6px auto;
	border-radius: 1px 1px 25px 1px;
	color: #fff;
	padding-left: 25px;
transition: all .5s;
-webkit-transition: all .5s;  
}
.gybut:hover{
	color: #fff;
	border-radius: 25px;
transition: all .5s;
-webkit-transition: all .5s;  
}

@media(max-width:1600px){
	.nwinfo-e{
		padding: 40px 30px;
	}
	.nwinfo-lt{
		padding: 40px;
	}
	
	.nwinfo-rt{
		width: 400px;
	}
	.nwinfo-lt{
		width: calc(100% - 430px);
	}
	.nwinfo-rt-pos.fd{
		width: 400px;
	}
}
@media(max-width:1200px){
	.nwinfo-lt{
		width: 100%;
	}
	.nwinfo-rt{
		width: 100% !important;
		margin: 0;
		margin-top: 40px;
	}
	.nwinfo-rt-pos.fd{
		width: 100% !important;
	}
}
@media(max-width:750px){
	.nwinfo{
		padding: .4rem 0 .8rem 0;
	}
	.nwinfo-div{
		margin-top: .5rem;
	}
	.nwinfo-lt{
		padding: .4rem;
	}
	.nwinfo-b{
		font-size: .36rem;
	}
	.nwinfo-c1{
		text-align: center;
		margin-top: .3rem;
	}
	.nwinfo-c{
		font-size: .24rem;
	}
	.nwinfo-c1{
		margin: 0 .2rem;
		margin-bottom: .3rem;
	}
	.nwinfo-c2{
		min-width: 2.5rem;
	}
	.nwinfo-c1:after{
		display: none;
	}
	.nwinfo-d{
		margin-top: .4rem;
		padding-top: .4rem;
	}
	.nwinfo-rt{
		margin-top: .5rem;
	}
	.nwinfo-e{
		padding: .4rem ;
	}
	.nwinfo-eli{
		margin-top: .2rem;
		padding-left: .3rem;
	}
	.nwinfo-e1{
		font-size: .4rem;
		font-weight: bold;
	}
	.nwinfo-eli:after{
		width: .1rem;
		height: .1rem;
		top: .14rem;
	}
	.gybut{
		width: 2.2rem;
		background-position-x: 1.7rem;
		padding-right: .5rem;
		line-height:.8rem;
		border-radius: 0 0 .5rem 0;
	}
	.gybut:hover{
		border-radius: .5rem 0 0 0 ;
	}
}




/*投资者关系*/
.investor-ab{
	padding: 145px 0;
}
.stock-div{
	margin-top: 0 !important;
	font-size: 0;
}
.stock-lt{
	width: 54%;
	display: inline-block;
	vertical-align: top;
	padding-right: 15px;
}
.stock-rt{
	text-align: right;
	width: 46%;
	display: inline-block;
	vertical-align: top;
	padding-top: 5px;
}
.stock-rt img{
	width: 100%;
}
.stock-b{     
	font-weight: bold;           
}
.stock-b>span{
	color: #888;
}
.stock-cnt{
	overflow: hidden;
	margin-top: 90px;
}
.stock-c{
	float: left;
}
.stock-c2{
	font-size: 60px;
	line-height: 1;
	color: #000;
	margin-top: 15px;
	font-weight: bold;
}
.stock-c3{
	padding-left: 40px;
	margin-top: 30px;
	background: url(../img/ico25.png) no-repeat left 5px;
}
.stock-d{
	float: right;
	font-size: 0;
	width: calc(100% - 200px);
	max-width: 450px;
	padding-top: 15px;
}
.stock-dli{
	width: 50%;
	padding-right: 10px;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 50px;
	overflow: hidden;
}
.stock-dli:nth-child(2n + 0){
	width: 50%;
}
.stock-d2{
	width: 65px;
	float: left;;
	line-height: 25px;
	color: #666;
}
.stock-d3{
	width: calc(100% - 65px);
	float: left;
	float: left;
	font-size: 22px;
	line-height: 25px;
}

@media(max-width:1600px){
	.stock-cnt{
		margin-top: 60px;
	}
	.stock-d3{
		font-size: 20px;
	}
	.investor-ab{
		padding: 100px 0;
	}
}
@media(max-width:1400px){
	.stock-dli{
		margin-bottom: 45px;
	}
}
@media(max-width:1200px){
	.stock-lt{
		width: 100%;
		padding: 0;
	}
	.stock-rt{
		width: 100%;
		padding: 0;
		text-align: left;
		margin-top: 50px;
	}
	.stock-dli{
		margin-bottom: 42px;
	}
}
@media(max-width:750px){
	.stock{
		padding: .8rem 0;
	}
	.stock-a{
		font-size: .4rem;
		font-weight: bold;
	}
	.stock-div{
		margin-top: .6rem;
	}
	.stock-b{
		font-size: .3rem;
		font-weight: bold;
	}
	.stock-cnt{
		margin-top: .6rem;
	}
	.stock-c2{
		font-size: .7rem;
		font-weight: bold;
		margin-top: .2rem;
	}
	.stock-c3{
		margin-top: .35rem;
	}
	.stock-d{
		width: 100%;
		margin-top: .6rem;
	}
	.stock-d3{
		font-size: .3rem;
	}
	.stock-d2{
		width: 1rem;
	}
	.stock-d3{
		width: calc(100% - 1rem);
	}
	.stock-dli{
		margin-bottom: .4rem;
	}
	.stock-rt{
		margin-top: .7rem;
	}
}

.investor-cnt{
	padding: 100px 0;
}
.investor-ul{
	margin-bottom: 100px;
}

.investor-li{
	display: block;
	background: #fff url(../img/ico10_1.png) no-repeat right center;
	background-position-x: calc(100% - 80px);
	padding: 60px 80px 70px 80px;
	margin-bottom: 15px;
}
.investor-li:hover{
	background-image: url(../img/ico10_2.png);
}
.investor-e{
	width: 80%;
	max-width: 1110px;
}
.investor-e2{
	margin: 0;
}
.investor-e3 {
	line-height: 1.4;
	margin-top: 20px;
}
.investor-e4{
	font-size: 17px;
	line-height: 25px;
	height: 50px;
	color: #666;
	margin-top: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

@media(max-width:1600px){
	.investor-li{
		padding: 50px;
		background-position-x: calc(100% - 50px);
	}
	
}
@media(max-width:1200px){
	.investor-li{
		background-size: 60px;
	}
}
@media(max-width:750px){
	.investor-ab{
		padding: .8rem 0;
	}
	.investor-cnt{
		padding: .8rem 0;
	}
	.investor-li{
		padding: .4rem;
		background-size: .8rem;
		background-position-x: calc(100% - .4rem);
	}
	.investor-e3{
		margin-top: .2rem;
	}
	.investor-e4{
		margin-top: .2rem;
		font-size: .24rem;
	}
	.investor-e{
		width: 82%;
	}
	.investor-ul{
		margin-bottom: .8rem;
	}
}



/*定期报告*/
.report{
	padding: 130px 0;
}
.report-ul{
	font-size: 0;
	width: 103.45%;
	margin-bottom: 70px;
}
.report-li{
	display: inline-block;
	vertical-align: top;
	width: 21.55%;
	margin-right: 3.45%;
	margin-bottom: 3%;
}
.report-e{
	overflow: hidden;
	position: relative;
}
.report-f{
	line-height: 25px;
	height: 25px;
	margin-top: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.report-g{
	line-height: 1;
	margin-top: 20px;
	color: #000;
}
@media(max-width:1600px){
	.report{
		padding: 100px 0;
	}
	.report-ul{
		width: 102%;
	}
	.report-li{
		width: 23%;
		margin-right: 2%;
	}
}
@media(max-width:1200px){
	.report-li{
		width: 31.333%;
	}
}
@media(max-width:750px){
	.report-li{
		width: 48%;
		margin-bottom: .5rem;
	}
	.report{
		padding: .8rem 0;
	}
	.report-f{
		margin-top: .2rem;
	}
	.report-g{
		margin-top: .2rem;
	}
	.report-ul{
		margin-bottom: .7rem;
	}
}



/*FAQ*/
.faq{
	padding: 90px 0 110px 0;
}
.faq-ul{
	width: 100%;
	margin-bottom: 70px;
}
.faq-li{
	margin-bottom: 10px;
}
.faq-a{
	background: #fff;
	padding:55px 80px;
	overflow: hidden;
	position: relative;
}
.faq-alt{
	width: 80%;
	max-width: 1275px;
	float: left;
	overflow: hidden;
}
.faq-a2{
	width: 36px;
	line-height: 36px;
	color: #fff;
	text-align: center;
	background: #0062B2;
	border-radius: 4px;
	float: left;
}
.faq-a3{
	width: calc(100% - 45px);
	float: right;
	line-height: 1.8;
}
.faq-art{
	width: 15%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	background: url(../img/ico11_1.png) no-repeat right center;
	background-position-x: calc(100% - 80px);
}
.faq-a.on .faq-art{
	background-image: url(../img/ico11_2.png);
}

.faq-b{
	margin-top: 5px;
	background: #fff;
	padding:55px 80px;
	overflow: hidden;
	position: relative;
	display: none;
}
.faq-b2{
	background: #E60019;
}
@media(max-width:1600px){
	.faq-art{
		background-size: 60px;
		background-position-x: 0;
	}
	.faq-alt{
		width: 85%;
	}
	.faq-art{
		width: 12%;
	}
	.faq-a{
		padding: 40px;
	}
	.faq-b{
		padding: 40px;
	}
}
@media(max-width:750px){
	.faq-a{
		padding: .4rem;
	}
	.faq-a2{
		width: .6rem;
		height: .6rem;
		line-height: .6rem;
		font-size: .3rem;
	}
	.faq-art{
		background-size: .6rem;
		width: 1rem;
	}
	.faq-b{
		padding: .4rem;
	}
	.faq-b .faq-alt{
		width: 100%;
	}
	.faq{
		padding: .8rem 0;
	}
	.faq-ul{
		margin-bottom: .7rem;
	}
}



/*人才理念*/
.disclosure{
	padding: 160px 0;
}
.disclosure-top{
	color: #999;
	line-height: 1.8;
	opacity: 0;
}
.disclosure-top span{
	color: #000;
}
.disclosure-ul{
	width: 100%;
	position: relative;
}
.disclosure-ul.fd{
	position: fixed;
	top: -100vh;
}
.disclosure-li{
	position: relative;
	font-size: 0;
	width: 100%;
	height: 100vh;
	top: 0;
}
.disclosure-li-pos.fd{
	position: fixed;
	top: 0;
}
.disclosure-li img.max{
	height: 100%;
    object-fit: cover;
    width: 100%;
    max-width: initial;
}
.disclosure-div{
	color: #fff;
}
.disclosure-ab{
	width: 60%;
	max-width: 650px;
}
.disclosure-alp{
	position: relative;
	left: 5vw;
	opacity: 0;
}
.disclosure-a{
	line-height: 1.3;
	color: #fff;
}
.disclosure-b{
	width: 20px;
	height: 5px;
	background: #FFFFFF;
	margin: 40px 0;
}
.disclosure-c{
	line-height: 1.8;
	opacity: 0;
}
.disclosure-j{
	width: 92%;
	max-width: 940px;
	margin: 0 auto;
	padding: 140px 0 110px 0;
	text-align: center;
}
.disclosure-j1 {
	line-height: 1.3;
	color: #000;
}
.disclosure-j2{
	color: #666;
	margin-top: 40px;
}
.disclosure-j3{
	margin-top: 70px;
	text-align: left;
}
@media(max-width:1600px){
	.disclosure{
		padding: 100px 0;
	}
	.disclosure-j{
		padding: 100px 0;
	}
}
@media(max-width:1000px){
	.disclosure-b{
		margin: 20px 0;
	}
}

@media(max-width:750px){
	.disclosure{
		padding: .8rem 0;
	}
	.disclosure-j{
		padding: .8rem 0;
	}
	.disclosure-li>img{
		width: 180%;
		max-width: initial;
		margin-left: -40%;
	}
	.disclosure-ab{
		width: 80%;
	}
	.disclosure-a{
		font-size: .4rem;
	}
	.disclosure-b{
		margin: .2rem 0;
	}
	.disclosure-c{
		font-size: .24rem;
		line-height: 1.8;
	}
	.disclosure-j2{
		margin-top: .4rem;
	}
	.disclosure-j3{
		margin-top: .3rem;
	}
	
	.disclosure-ul{
		position: relative;
		top: 0 !important;
		height: auto !important;
	}
	.disclosure-li{
		height: auto !important;
	}
	.disclosure-li-pos{
		position: relative !important;
		top: 0 !important;
		min-height: 6rem;
	}
	.disclosure-li img.max{
		width: 220%;
		max-width: initial;
		margin-left: -60%;
		object-fit:initial !important;
		height: auto !important;
	}
	.disclosure-alp{
		left: 0 !important;
		opacity: 1 !important;
	}
	.disclosure-c{
		left: 0 !important;
		opacity: 1 !important;
	}
}





/*社会招聘*/
.recruit{
	padding: 145px 0 160px 0;
}
.recruit-tit{
	line-height: 1.4;
	color: #cedfec;
}
.recruit-tit>span{
	color: #0062b2;
}


.recruitment-div{
	margin-top: 70px;
	margin-bottom: 100px;
}
.recruitment-d{
	width: 100%;
	background: #F4F4F4;
	padding: 30px 50px;
	overflow: hidden;
}
.recruitment-dli{
	width: 16%;
	float: left;
	line-height: 2;
	text-align: left;
	padding-right: 15px;
}
.recruitment-d1{
	width: 25% !important;
}
.recruitment-d4{
	width: 34% !important;
}
.recruitment-d5{
	width: 9% !important;*/
}
.recruitment-ul{
	margin-bottom: 3.125vw;
}
.recruitment-li{
	
	border-bottom: 1px solid rgba(0,0,0,.1);
}
.recruitment-d1 img{
	vertical-align: top;
}
.recruitment-e{
	padding: 30px 50px;
	overflow: hidden;
	position: relative;
	cursor: pointer;
}
.recruitment-e6{
	display: inline-block;
	font-size: 0;
	position: absolute;
	right: 0;
	top: 50%;
	margin-right: 45px;
	margin-top: -4px;
transition: all .5s;
-webkit-transition: all .5s;  
}
.recruitment-e.on .recruitment-e6{
 transform: rotate(-180deg);
transition: all .5s;
-webkit-transition: all .5s;  
}
.recruitment-f{
	width: 100%;
	background: #F7F7F7;
	padding: 60px;
	display: none;
}
.recruitment-f2{
	display: none;
	line-height: 2;
}
.recruitment-f3{
	color: #222;
	font-weight: bold;
	line-height: 1;
}
.recruitment-f4{
	color: #666;
	line-height: 2;
	margin-top: 30px;
	margin-bottom: 50px;
}
.recruitment-f5{
	margin-top: 10px;
	text-align: left;
	cursor: pointer;
}


.recruitment-div{
	margin-bottom: 0;
}
@media(max-width:1200px){
	.recruitment{
		padding: 80px 0;
	}
	.recruitment-div{
		margin-top: 50px;
	}
	.recruitment-d{
		padding: 20px 30px;
	}
	.recruitment-e{
		padding: 20px 30px;
	}
	.recruitment-e6{
		margin-right: 20px;
	}
	.recruitment-f{
		padding: 40px;
	}
	.recruitment-f4{
		margin-top: 15px;
		margin-bottom: 30px;
	}
}
@media(max-width:1000px){
	/*.recruitment-dli{
		width: 20%;
	}
	.recruitment-d5{
		width: 20% !important;
	}*/
	.recruitment-d2,
	.recruitment-d3,
	.recruitment-d4{
		display: none;
	}
	.recruitment-d1{
		width: 80% !important;
	}
	.recruitment-d5{
		width:20% !important;
	}
	.recruitment-f2{
		display: block;
		margin-bottom: 30px;
	}
}
@media(max-width:750px){
	.recruitment{
		padding: .8rem 0;
	}
	.recruitment-div{
		margin-top: .6rem;
	}
	/*.recruitment-d2,
	.recruitment-d3,
	.recruitment-d4{
		display: none;
	}*/
	.recruitment-d1{
		width: 65% !important;
	}
	.recruitment-d5{
		width:35% !important;
	}
	.recruitment-d{
		padding: .2rem .3rem;
	}
	.recruitment-e{
		padding: .3rem;
	}
	.recruitment-f{
		padding: .4rem;
	}
	.recruitment-f4{
		margin-top: .2rem;
		margin-bottom: .4rem;
	}
	.recruitment-f2{
		display: block;
		margin-bottom: .4rem;
		line-height: 1.8;
		font-size: .26rem;
	}
	.recruitment-ul{
		margin-bottom: .6rem;
	}
}
@media(max-width:1600px){
	.recruit{
		padding: 100px 0;
	}
}
@media(max-width:750px){
	.recruit{
		padding: .8rem 0;
	}
}




.delivery-bj{
	background: rgba(0,0,0,.5);
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	overflow-y: auto;
	z-index: 39;
	display: none;
}
.delivery{
	width: 90%;
	max-width: 1340px;
	margin: 50px auto;
	padding: 50px;
	background: #fff;
}
.delivery-a{
	font-size: 34px;
	color: #333;
	line-height: 1;
	overflow: hidden;
}
.delivery-agb{
	width: 30px;
	float: right;
	cursor: pointer;
transition: all .5s;
-webkit-transition: all .5s;  
}
.delivery-agb:hover{
	transform: rotate(180deg);
transition: all .5s;
-webkit-transition: all .5s;  
}
.delivery-fm{
	margin-top: 35px;
	background: #F7F7F7;
	padding: 60px 80px;
	padding-top: 40px;
	overflow: hidden;
}
.delivery-list{
	width: 48%;
	float: left;
	position: relative;
	max-width: 500px;
	margin-bottom: 20px;
	font-size: 0;
}
.delivery-b {
	width: 100px;
	display: inline-block;
	vertical-align: top;
	line-height: 45px;
	color: #666;
}
.delivery-c{
	width: calc(100% - 100px);
	
	display: inline-block;
	vertical-align: top;
	height: 45px;
	background: #FFFFFF;
	border: 1px solid #D5D5D5;
	padding: 0 20px;
}
.delivery-list:nth-child(2n){
	float: right;
}
.delivery-list2{
	width: 100%;
	max-width: initial;
}
.delivery-d{
	width: calc(100% - 100px);
	
	display: inline-block;
	vertical-align: top;
}
.delivery-d label{
	display: inline-block;
	line-height: 45px;
	margin-left:40px;
}
.delivery-d label:first-child{
	margin-left: 0;
}
.delivery-d2{
	line-height: 45px;
	float: right;
	color: #222;
}
.delivery-e{
	
}
.delivery-f{
	max-width: calc(100% - 100px);
	
	display: inline-block;
	vertical-align: top;
	position: relative;
	top: 10px;
}
.delivery-g{
	height: 135px;
	padding: 10px 20px;
	line-height: 1.8;
	resize: none;
}
.delivery-h{
	width: 48%;
	max-width: 500px;
	display: inline-block;
	vertical-align: top;
	position: relative;
}
.delivery-i{
	width: 150px;
	height: 45px;
	background: #FFFFFF;
	border: 1px solid #D5D5D5;
	display: inline-block;
	vertical-align: top;
	margin-left: 10px;
	line-height: 43px;
	text-align: center;
}
.delivery-i img{
	max-height: 100%;
}
.delivery-j{
	margin-top: 60px;
	border: 0;
	text-align: left;
}

.delivery-brt .bottonbox,
.delivery-brt .flie-name{
	display: none;
}
.delivery-brt .delivery-f{
	width: 100% !important;
	max-width: 100% !important;
}
.delivery-h>img{
	width: 120px;
    height: 45px;
    background: #FFFFFF;
    border: 1px solid #D5D5D5;
    display: inline-block;
    vertical-align: top;
    margin-left: 10px;
    line-height: 43px;
    text-align: center;
    position: absolute;
    left: 100%;
    top: 0;
}
@media(max-width:1600px){
	.delivery-fm{
		padding: 40px;
	}
	.delivery-d label{
		margin-left: 20px;
	}
	.delivery-b{
		width: 80px;
	}
	.delivery-c,
	.delivery-d,
	.delivery-e{
		width: calc(100% - 80px);
	}
	.delivery-j{
		margin-top: 40px;
	}
}
@media(max-width:1000px){
	.delivery-a{
		font-size: 28px;
		font-weight: bold;
	}
	.delivery{
		padding: 30px;
	}
	.delivery-fm{
		margin-top: 30px;
		padding: 30px;
	}
	.delivery-list{
		width: 100%;
		max-width: initial;
	}
}
@media(max-width:750px){
	.delivery-a{
		font-size: .32rem;
	}
	.delivery{
		padding:.5rem .3rem;
	}
	.delivery-agb{
		width: .4rem;
	}
	.delivery-fm{
		margin-top: .4rem;
		padding: .3rem;
	}
	.delivery-b{
		width: 1.4rem;
		line-height: .7rem;
	}
	.delivery-c,
	.delivery-d,
	.delivery-e{
		width: calc(100% - 1.4rem);
		height: .7rem;
		line-height: .7rem;
	}
	.delivery-d{
		height: auto;
		margin-bottom: .3rem;
	}
	.delivery-d2{
		float: left;
		width: 100%;
		line-height: 1;
	}
	.delivery-j{
		margin-top: .3rem;
	}
	.delivery-list{
		margin-bottom: .1rem;
	}
	.delivery-c{
		padding: 0 .2rem;
	}
	.delivery-h{
		width: 70%;
	}
	.delivery-i{
		width: 25%;
		margin-left: 5%;
		height: .7rem;
		line-height: .68rem;
	}
	.delivery-h>img{
		width: 25%;
		margin-left: 5%;
		height: .7rem;
		line-height: .68rem;
	}
}




/*职业发展*/
.career{
	padding: 130px 0 160px 0;
}
.career-ab{
	
}
.career-a{
	display: inline-block;
	vertical-align: top;
}
.career-a2{
	color: #666;
	margin-bottom: 20px;
}
.career-b{
	width: 145px;
	float: right;
	margin-top: 30px;
	height: 62px;
	position: relative;
}
.career-prev{
	width: 62px;
	height: 62px;
	left: 0;
	top: 0;
	margin: 0;
	background: url(../img/ico13_1.png) no-repeat center; 
	background-size: cover;
}
.career-prev:hover{
	background-image:url(../img/ico13_3.png) ;
}
.career-next{
	width: 62px;
	height: 62px;
	right: 0;
	top: 0;
	margin: 0;
	background: url(../img/ico13_2.png) no-repeat center; 
	background-size: cover;
}
.career-next:hover{
	background-image:url(../img/ico13_4.png) ;
}


.career-bj{
	width: 100%;
	overflow: hidden;
}

.career-c{
	position: relative;
	width: 100%;
	margin-top: 70px;
}
.career-swiper{
	width: 2470px;
	margin-bottom: 100px;
	padding-right: 1275px;
}
.career-sd{
	width: 1195px;
	margin-right: 80px;
	height: 530px;
	background: url(../img/ico12.png) no-repeat center;
	background-size: cover;
	padding: 35px 0;
	overflow: hidden;
}
.career-sd:last-child{
	margin-right: 0;
}
.swiper-scrollbar{
	height: 5px;
}
.swiper-scrollbar-drag{
	background: #0062B2;
}
.career-clt{
	width: 395px;
	height: 460px;
	position: relative;
	overflow: hidden;
	float: left;
}

.career-crt{
	width: calc(100% - 395px);
	float: right;
	padding: 60px;
	height: 460px;
	padding-bottom: 0;
	overflow: auto;
}
.career-c3{
	margin-top: 5px;
	margin-bottom: 50px;
	color: #0062B2;
}
.career-c2{
	color: #0062B2;
	line-height: 1.3;
}
.career-c4{
	line-height: 1.8;
}

@media(max-width:1600px){
	.career{
		padding: 100px 0;
	}
	.career-sd{
		width: 80%;
		margin-right: 30px;
	}
	.career-crt{
		padding: 40px;
	}
	.career-swiper{
		padding-bottom: 50px;
	}
}
@media(max-width:1200px){
	.career-sd{
		width: 100%;
	}
	.career-swiper{
		width: 100%;
		padding: 0;
	}
}
@media(max-width:1000px){
	.career-clt{
		width: 300px;
		height: 350px;
	}
	.career-crt{
		width: calc(100% - 300px);
		padding: 30px;
		height: 350px;
	}
	.career-c3{
		margin-bottom: 25px;
	}
	.career-sd{
		height: auto;
	}
}
@media(max-width:750px){
	.career{
		padding: 1rem 0;
	}
	.career-a{
		width: 100%;
	}
	.career-a2{
		margin-bottom: .2rem;
	}
	.career-b{
		top: 0;
		margin-top: .4rem;
		width: 1.3rem;
		height: .6rem;
	}
	.career-next,
	.career-prev{
		width: .6rem;
		height: .6rem;
		margin-top: 0;
	}
	.career-c{
		margin-top: .8rem;
	}
	.career-sd{
		width: 100%;
		padding: .4rem;
	}
	.career-clt{
		width: 80%;
		margin-left: 10%;
		height: 6rem;
	}
	.career-crt{
		width: 100%;
		padding: 0;
		margin-top: .5rem;
		height: 6rem;
	}
	.career-c3{
		margin-top: .15rem;
		margin-bottom: .25rem;
	}
	.career-swiper{
		margin-bottom: 1rem;
	}
}



/*联系我们*/
.contact-bj{
	background: #f6f6f6 url(../img/img07.jpg) no-repeat center top; 
	background-size: 100 auto;
}
.contact{
	padding: 145px 0;
}
.contact-cnt{
	font-size: 0;
}
.contact-lt{
	width: 50%;
	padding-right: 20px;
	display: inline-block;
	vertical-align: top;
}
.contact-a{
	font-size: 32px;
	line-height: 1.2;
}
.contact-b{
	display: block;
	color: #0062B2;
	margin-top: 30px;
	line-height: 1.2;
}
.contact-c{
	margin-top: 55px;
}
.contact-cli{
	display: block;
	padding-left: 30px;
	background: no-repeat left center;
	margin-bottom: 30px;
}
.contact-d{
	width: 135px;
	/*max-width: 140px;*/
	margin-top: 40px;
	text-align: center;
	color: #0062B2;
}
.contact-d2{
	margin-top: 10px;
	color: #0062B2;
}
.contact-rt{
	display: inline-block;
	vertical-align: top;
	width: 50%;
	padding-left: 20px;
}
.contact-f{
	font-size: 32px;
	line-height: 1;
}
.contact-fm{
	width: 100%;
	font-size: 0;
	margin-top: 50px;
}
.contact-e{
	width: 48%;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 25px;
	position: relative;
}
.contact-e1{
	width: 100%;
	height: 60px;
	background: #FFFFFF;
	padding: 0 25px;
	  border-radius: 30px;
	  border: 0;
}
.contact-ea{
	margin-left: 4%;
}
.contact-eb{
	width: 100%;
}
.contact-e2{
	width: 100%;
	height: 210px;
	resize: none;
	padding: 15px 25px;
}
.contact-ec>img{
	position: absolute;
	height: 60%;
	width: auto !important; 
	right: 10px;
	top: 20%;
}
.contact-esub{
	width: 100%;
	height: 60px;
	border: 0;
	background: #0062B2;
	color: #fff;
	border-radius: 30px;
transition: all .5s;
-webkit-transition: all .5s;  
}
.contact-esub:hover{
	opacity: .8;
transition: all .5s;
-webkit-transition: all .5s;  
}
.contact-g{
	position: relative;
	margin-top: 110px;
}
.contact-ga{
	position: absolute;
	left: 49%;
    top: 50%;
	width: 0;
	height: 0;
}
.contact-ga>img{
	max-width: initial;
	width: 140px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -70px;
	margin-top: -70px;
}

@media(max-width:1200px){
	.contact{
		padding: 100px 0;
	}
	.contact-lt{
		width: 100%;
		padding: 0;
	}
	.contact-rt{
		width: 100%;
		padding: 0;
		margin-top: 60px;
	}
	.contact-ga>img{
		width: 60px;
		margin-left: -30px;
		margin-top: -30px;
	}
}
@media(max-width:750px){
	.contact{
		padding: .8rem 0;
	}
	.contact-a{
		font-size: .4rem;
	}
	.contact-b{
		font-size: .4rem;
		margin-top: .3rem;
	}
	.contact-cli{
		line-height: 2;
		margin-bottom: .3rem;
	}
	.contact-c{
		margin-top: .5rem;
	}
	.contact-d{
		margin-top: .5rem;
	}
	.contact-rt{
		margin-top: .8rem;
	}
	.contact-fm{
		margin-top: .5rem;
	}
	.contact-e{
		width: 100%;
		margin-left: 0 !important;
		margin-bottom: .3rem;
	}
	.contact-e1{
		height: .8rem;
		border-radius: .4rem;
	}
	.contact-esub{
		height: 1rem;
	}
	.contact-g{
		margin-top: .8rem;
	}
	.contact-ga>img{
		width: .8rem;
		margin-left: -.4rem;
		margin-top: -.4rem;
	}
}



/*科技创新*/
.innovation{
	padding: 85px 0 140px 0;
}
.innovation-a{
	line-height: 1;
	padding-bottom: 30px;
	border-bottom: 1px solid rgba(0,0,0,.1);
}
.innovation-b{
	margin-top: 60px;
}
.innovation-c{
	margin-top: 100px;
	font-size: 0;
	width: 101.7%;
	overflow: hidden;
}
.innovation-cli{
	width: 15%;
	float: left;
	margin-right: 1.5%;
	height: 550px;
	background: #F2F8FC;
	border: 1px solid #C3E7FF;
	border-radius: 25px;
	position: relative;
	overflow: hidden;
	transition: all .6s;
	-webkit-transition: all .6s; 
}
.innovation-c1{
	z-index: 2;
	opacity: 0;
}
.innovation-c2{
	position: absolute;
	left: 50%;
	bottom: 0;
	height: 85px;
	z-index: 1;
	transform:translateX(-50%);
	-ms-transform:translateX(-50%);
	-moz-transform:translateX(-50%);
	-webkit-transform:translateX(-50%);
}
.innovation-cdiv{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	padding: 0 30px;
	padding-top: 100px;
	z-index: 3;
transition: all .8s;
-webkit-transition: all .8s;  
}
.innovation-c5{
	width: 100%;
	height: 45px;
	line-height: 45px;
	font-size: 0;
}
.innovation-c5 img{
	max-height: 100%;
}
.innovation-c6{
	font-size: 32px;
	color: #0062B2;
	line-height: 1.3;
	margin-top: 15px;
}
.innovation-cxt{
	width: 100%;
	height: 1px;
	background: #0062B2;
	opacity: .1;
	margin: 30px 0;
}
.innovation-c7{
	line-height: 1.8;
	line-height: 30px;
	height: 150px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
}
.innovation-c7 li{
	position: relative;
	padding-left: 15px;
	/*margin-bottom: 10px;*/
}
.innovation-c7 li:after{
	content: '';
	width: 6px;
	height: 6px;
	border-radius: 100%;
	background: #333;
	position: absolute;
	left: 0;
	top: 15px;
}
.innovation-cli.on{
	width: 65.5%;
	transition: all .8s;
	-webkit-transition: all .8s;  
	
}
.innovation-cli.on .innovation-c7{
	height: auto;
	-webkit-line-clamp: initial;
transition: all .5s .5s;
-webkit-transition: all .5s .5s; 
}
.innovation-cli.on .innovation-c1{
	opacity: 1;
	transition: all .5s .3s;
	-webkit-transition: all .5s .3s;  
}
.innovation-cli.on .innovation-cdiv{
	max-width: 650px;
	padding-left: 60px;
	padding-right: 60px;
transition: all .5s;
-webkit-transition: all .5s;  
}


.innovation-eh-bj{
	position: relative;
}
.innovation-eh{
	min-height: 48.96vw;
	padding: 110px 0 60px 0;
	position: relative;
	z-index: 2;
}
.innovation-e{
	color: #fff;
	border-color: rgba(255,255,255,.2);
}
.innovation-fh{
	width: 80%;
	max-width: 950px;
}
.innovation-f{
	color: #8fcdff;
	margin-top: 100px;
}
.innovation-f>span{
	color: #fff;
}
.innovation-g{
	color: #fff;
	line-height: 2;
	margin-top: 50px;
	opacity: .8;
}
.innovation-h{
	font-size: 0;
	margin-top: 100px;
	overflow: hidden;
}
.innovation-hli{
	width: 245px;
	float: left;
	padding: 0 40px;
	height: 85px;
	line-height: 85px;
	text-align: center;
	font-size: 0;
	background: url(../img/ico18.png)  no-repeat center; 
	background-size: 100% auto;
	margin-right: 25px;
	margin-bottom: 60px;
}
.innovation-hli img{
	max-height: 100%;
}

.innovation-jk-bj{
	width: 100%;
	overflow: hidden;
	background: url(../img/img12.jpg) no-repeat center ; 
	background-size:cover;
}
.innovation-jk{
	padding-top: 110px;
}
.innovation-ksd{
	padding: 0 60px;
	text-align: center;
}
.innovation-kdiv{
	display: inline-block;
	position: relative;
}
.innovation-kli{
	width: 16.475%;
	position: absolute;
	top: 5.5%;
    left: 60%;
    margin-left: -3vw;
	opacity: 0;
}
.innovation-kli:nth-child(2){
	top: 11%;
	left: 7%;
}
.innovation-kli:nth-child(3){
	top: 22%;
    left: 35%;
}
.innovation-kli:nth-child(4){
	top: 22%;
    left: 80%;
}

.innovation-kps{
	width: 100%;
	padding: 0 10%;
	position: absolute;
	top: 23%;
	left: 0;
	text-align: center;
}
.innovation-kli:nth-child(3),
.innovation-kli:nth-child(4) {
	margin-left: 3vw;
}
.innovation-k23{
	color: #0062B2;
	line-height: 1;
	margin-bottom: 5px;
}
.innovation-k23>span{
	display: inline-block;
	font-size: 48px;
}
.innovation-ksd.swiper-slide-active .innovation-kli{
	margin-left: 0;
	opacity: 1;
transition: all .8s .5s;
-webkit-transition: all .8s .5s;  
}
.innovation-prev{
	width: 56px;
	height: 56px;
	left: 0;
	margin-top: -28px;
	background: url(../img/ico04_3.png) no-repeat center ; 
	background-size:cover;
}
.innovation-next{
	width: 56px;
	height: 56px;
	right: 0;
	margin-top: -28px;
	background: url(../img/ico04_4.png) no-repeat center ; 
	background-size:cover;
}

@media(max-width:1600px){
	.innovation-cdiv{
		padding-top: 60px;
	}
	.innovation-f{
		margin-top: 50px;
	}
}
@media(max-width:1200px){
	.innovation-c{
		width: 100% !important;
	}
	.innovation-cli{
		width: 100% !important;
		margin-right: 0;
		margin-bottom: 20px;
		height: auto;
		min-height: 500px;
	}
	.innovation-cdiv,
	.innovation-c1{
		opacity: 1 !important;
	}
	.innovation-cdiv{
		position: relative;
		top: initial;
		width: 60%;
		padding: 50px;
	}
	.innovation-c7{
		height: auto !important;
		-webkit-line-clamp: initial !important;
	}
}
@media(max-width:750px){
	.innovation{
		padding: .8rem 0;
	}
	.innovation-b{
		margin-top: .4rem;
	}
	.innovation-a{
		padding-bottom: .15rem;
	}
	.innovation-c{
		margin-top: .7rem;
	}
	.innovation-cli{
		height: auto;
		min-height: 3rem;
		border-radius: .3rem;
	}
	.innovation-cdiv{
		position: relative;
		padding: .6rem .4rem !important;
		width: 80%;
	}
	.innovation-c5{
		height: .7rem;
		line-height: .7rem;
	}
	.innovation-c6{
		font-size: .35rem;
		margin-top: .15rem;
	}
	.innovation-cxt{
		margin: .3rem 0;
	}
	.innovation-c7{
		line-height: 1.7;
	}
	.innovation-c7 li{
		/*margin-bottom: .2rem;*/
	}
	.innovation-c7 li:after{
		top: .15rem;
		width: .1rem;
		height: .1rem;
	}
	.innovation-eh{
		padding: .8rem 0;
	}
	.innovation-g{
		margin-top: .5rem;
	}
	.innovation-h{
		margin-top: .6rem;
	}
	.innovation-hli{
		width: 2rem;
		height: 1rem;
		line-height: 1rem;
		padding: 0 .3rem;
		margin-right: .25rem;
		margin-bottom: .2rem;
	}
	.innovation-jk{
		padding-top: 1rem;
	}
	.innovation-next,
	.innovation-prev{
		width: .6rem;
		height: .6rem;
		margin-top: -.3rem;
	}
	.innovation-ksd{
		padding: 0 ;
	}
	.innovation-kdiv>img{
		display: none;
	}
	.innovation-kul{
		position: relative;
	}
	.innovation-kli{
		width: 44%;
		opacity: 1 !important;
		margin-left: 0 !important;
		margin: 3% !important;
		float: left;
		position: inherit !important;
		top: initial !important;
		left: initial !important;
	}
	.innovation-k{
		margin: .6rem 0;
	}
}




/*产品与解决方案*/
.products{
	padding: 140px 0 120px 0;
	
}
.products-bc{
	font-size: 0;
	margin-top: 65px;
}
.products-b{
	width: 50%;
	display: inline-block;
	vertical-align: top;
	padding-left: 70px;
	background: no-repeat left center;
	background-size: 55px auto;
}
.products-c{
	width: 50%;
	display: inline-block;
	vertical-align: top;
	padding-left: 60px;
	padding-top: 10px;
}
.products-c2{
	line-height: 2;
}
.products-c3{
	background-image: url(../img/ico27.png);
	background-size: 15px auto;
	margin-top: 60px;
}
.products-de{
	height: 960px;
	padding-top:125px;
	color: #fff;
	position: relative;
}
.products-d{
	line-height: 2;
}
.products-d>span{
	border-bottom: 1px solid #fff;
}

.products-e{
	position: absolute;
	right: 0;
	bottom: 70px;
	width: 100%;
	overflow: hidden;
	text-align: right;
}
.products-eli{
	display: inline-block;
	vertical-align: top;
	text-align: left;
	margin-left: 80px;
	margin-bottom: 70px;
	max-width: 220px;
	min-width: 180px;
}
.products-e2{
	width: 100%;
	height: 40px;
	font-size: 0;
	line-height: 40px;
}
.products-e2 img{
	max-height: 100%;
}
.products-e3{
	line-height: 1.1;
	margin-top: 25px;
}
.products-e4{
	margin-top: 20px;
	opacity: .6;
}

.products-hk-bj{
	width: 100%;
	overflow: hidden;
	background: url(../img/ico30.png) no-repeat center top ; 
	background-size:100% auto;
}
.products-h{
	padding: 135px 0 85px 0;
}
.products-h3 {
	line-height: 1.8;
	width: 100%;
	max-width: 1170px;
	margin-top: 25px;
}
.products-j{
	padding-bottom: 100px;
	width: 100%;
	overflow: hidden;
}
.products-jsw{
	width: 3160px;
	position: relative;
	left: 50%;
	margin-left: -1580px;
	padding-bottom: 100px;
}
.products-jsd{
	width: 1000px;
	margin:0 40px;
}
.products-jbj{
	background: url(../img/ico32.png) no-repeat center bottom ; 
	background-size:100% auto;
}
.products-jdiv{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	z-index: 2;
	color: #fff;
	padding: 70px;
}
.products-j2{
	font-size: 32px;
}
.products-j3{
	width: 40px;
	height: 4px;
	background: #FFFFFF;
	margin:25px 0;
}
.products-j4{
	width: 65%;
	max-width: 550px;
	opacity: .4;
}
.products-j34{
	display: none;
}
.products-j9{
	max-width: 25%;
	position: absolute;
	right: 35px;
	bottom: 70px;
}
.products-jsd.swiper-slide-active{
	box-shadow:0 40px 40px rgba(10,10,10,.1);
}
.products-jsd.swiper-slide-active .products-j34{
	display: block;
}
.swiper-pagination span{
	width: 12px;
	height: 12px;
	background: #D9D9D9;
	opacity: 1;
}
.swiper-pagination span.swiper-pagination-bullet-active{
	background: #0062B2;
}
.products-ksd{
	position: relative;
}
.products-kdiv{
	bottom: initial;
	top: 110px;
	text-align: center;
	padding-top: 0;
	padding-bottom: 0;
	opacity: 0;
}
.products-kbj{
	background-image: url(../img/ico34.png);
	opacity: 0;
}
.products-kdiv .products-j3{
	display: inline-block;
}
.products-kdiv .products-j4{
	text-align: center;
	width: 100%;
	max-width: 100%;
}
.products-kdiv .products-j34{
	display: block !important;
}
.products-kdiv .products-j4{
	opacity: .75;
}
.products-ksw{
	padding-bottom: 240px;
}
.products-kimg{
	width: 100%;
	text-align: center;
	position: absolute;
	left: 0;
	bottom: -190px;
	z-index: 3;
	height: 300px;
}
.products-kimg>img{
	max-width: 70%;
	max-height: 100%;
}
.products-ksd.swiper-slide-active .products-kbj{
	opacity: 1;
transition: all .5s .3s;
-webkit-transition: all .5s .3s;  
}
.products-ksd.swiper-slide-active .products-kdiv{
	opacity: 1;
transition: all .5s .3s;  
-webkit-transition: all .5s .3s;   
}

.products-lm{
	padding: 125px 0;
}
.products-l{
	width: 46%;
	display: inline-block;
	vertical-align: top;
}
.products-lul{
	margin-top: 160px;
	overflow: hidden;
}
.products-lli{
	width: 37%;
	padding-right: 2%;
	margin-bottom: 100px;
	float: left;
}
.products-l2{
	line-height: 1;
}
.products-l2 span{
	font-size:60px;
}
.products-l3{
	color: #666;
	margin-top: 20px;
}
.products-lli:nth-child(2n){
	width: 63%;
}
.products-m{
	width: 54%;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	padding-top: 80px;
}
.products-mdiv{
	position: relative;
	font-size: 0;
}
.products-m2{
	font-size: 48px;
	line-height: 1.2;
	text-align: center;
	font-weight: bold;
	color: #000;
	position: absolute;
	left: 50%;
	top: 50%;
	transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	-moz-transform:translate(-50%,-50%);
	-webkit-transform:translate(-50%,-50%);
	
}

.products-nsw{
	width: 100%;
}
.products-nsd{
	width: 100%;
}
.products-ndiv{
	position: absolute;
	top: 0;
	left: 50%;
	height: 100%;
	padding-top: 90px;
	transform:translateX(-50%);
	-ms-transform:translateX(-50%);
	-moz-transform:translateX(-50%);
	-webkit-transform:translateX(-50%);
}
.products-n1,
.products-n2{
	color: #fff;
	border-color: rgba(255,255,255,.1)
}
.products-n3{
	position: absolute;
	left: 0;
	bottom: 85px;
}
.products-nsp{
	bottom: 70px !important;
}

@media(max-width:1600px){
	.products{
		padding: 100px 0;
	}
	.products-de{
		height: 700px;
	}
	.products-e{
		bottom: 0;
	}
	.products-eli{
		margin-left: 50px;
	}
	.products-h{
		padding: 80px 0;
	}
	.products-j{
		padding-bottom: 80px;
	}
	.products-j2{
		font-size: 28px;
	}
	.products-lul{
		margin-top: 80px;
	}
	.innovation-b{
		margin-top: 40px;
	}
}
@media(max-width:1200px){
	.products-b{
		background-size: 45px auto;
		padding-left: 60px;
	}
	.products-c{
		padding-left: 30px;
	}
	.products-eli{
		max-width: 180px;
		min-width: initial;
		margin-left: 60px;
	}
	.products-jsw{
		width: 100%;
		left: 0;
		margin-left: 0;
	}
	.products-jsd{
		width: 70vw;
		margin:0 2vw;
	}
	.products-jdiv{
		padding: 40px;
	}
	.products-j3{
		margin: 15px 0;
	}
	.products-j9{
		bottom: 40px;
	}
	.innovation-a{
		font-weight: bold;
	}
	.products-lm{
		padding: 80px 0;
	}
	.products-l{
		width: 100%;
	}
	.products-m{
		width: 100%;
	}
	.products-kimg{
		height: 200px;
		bottom: -120px;
	}
	.products-kdiv{
		top: 3vw;
	}
	.products-ksw{
		padding-bottom: 160px;
	}
}
@media(max-width:1000px){
	.products-bc{
		margin-top: 40px;
	}
	.products-b{
		width: 100%;
	}
	.products-c{
		width: 100%;
		padding-left: 0;
		margin-top: 20px;
		padding: 0;
	}
	.products-c3{
		margin-top: 25px;
	}
	.products-de{
		height: auto;
		padding: 80px 0;
	}
	.products-e{
		position: relative;
		left: 0;
		bottom: initial;
		margin-top: 60px;
	}
	.products-eli{
		float: left;
		margin: 40px 40px 0 0;
	}
	.products-d{
		font-size: 18px;
	}
	.products-jsd{
		width: 80vw;
		margin: 0 2vw;
	}
	.products-kdiv{
		top: 0vw;
	}
	.products-nsd{
		overflow: hidden;
	}
	.products-nsd>img{
		width: 160%;
		max-width: initial;
		margin-left: -30%;
	}
}
@media(max-width:750px){
	.gynav-a{
		margin: 0 .2rem;
	}
	.products{
		padding: .8rem 0;
	}
	.products-bc{
		margin-top: .5rem;
	}
	.products-b{
		padding-left: .8rem;
		background-size: .5rem;
	}
	.products-c{
		padding-top: 0;
		margin-top: .4rem;
	}
	.products-c3{
		margin-top: .4rem;
	}
	.products-de{
		padding: .8rem 0;
	}
	.products-d{
		font-size: .28rem;
	}
	.products-e{
		margin-top: .7rem;
	}
	.products-eli{
		width: 45%;
		margin: .5rem 5% 0 0;
	}
	.products-e2{
		height: .6rem;
		line-height: .6rem;
	}
	.products-e3{
		margin-top: .2rem;
	}
	.products-e4{
		margin-top: .2rem;
	}
	.products-h{
		padding: .8rem 0;
	}
	.products-j{
		padding-bottom: .8rem;
	}
	.products-jsw{
		padding-bottom: 1.2rem;
	}
	.products-jsd {
	    width: 86vw;
	    margin: 0 2vw;
	}
	.products-jsd.swiper-slide-active{
		box-shadow:initial;
	}
	.products-jbj{
		display: none;
	}
	.products-jdiv{
		position: relative;
		top: initial;
		width: 100%;
		padding: 0;
		margin-top: .3rem;
		color: #222;
		opacity: 0;
	}
	.products-j2{
		font-size: .38rem;
		font-weight: bold;
	}
	.products34{
		margin-top: 0;
		margin-top: -.2rem;
	}
	.products-j3{
		background: #222;
		margin: 0 0;
		width: .4rem;
		height: 2px;
	}
	.products-j4{
		width: 100%;
	}
	.swiper-pagination span{
		width: 8px;
		height: 8px;
	}
	.products-jsd.swiper-slide-active .products-jdiv{
		opacity: 1;
	}
	.products-j9{
		width: initial;
		height: 1.2rem;
		bottom: 100%;
		right:.3rem;
		margin-bottom: .6rem;
	}
	
	.products-lm{
		padding: .8rem 0;
	}
	.products-l2 span{
		font-size: .6rem;
	}
	.products-lul{
		margin-top: .2rem;
	}
	.products-lli{
		width: 47% !important;
		margin-right: 3% !important;
		padding: 0;
		margin: 0;
		margin-top: .8rem;
	}
	.products-m{
		padding-top: .8rem;
	}
	.products-ndiv{
		padding-top: .8rem;
	}
	.innovation-b{
		font-size: .4rem;
		margin-top: .3rem;
	}
	.products-n3{
		max-height:.6rem;
		bottom: .3rem;
	}
	.products-nsp{
		bottom: .3rem !important;
	}
	.products-m2{
		font-size: .6rem;
	}
	.products-ksd .products-jbj{
		display: block !important;
	}
	.products-ksd .products-jdiv{
		top: 0;
		position: absolute;
		padding: 0 .4rem;
	}
	.products-ksw{
		padding-bottom: 3rem;
	}
	.products-kimg{
		height: 3rem;
		line-height: 3rem;
		bottom: -2.2rem;
	}
}





/*关于我们*/

.about{
	padding-top: 130px;
}
.about-a{
	padding-left: 0;
}
.about-cd-bj{
	width: 100%;
	overflow: hidden;
	background: url(../img/img23.jpg)  no-repeat center top; 
	background-size: 100% auto;
	margin-top: 20px;
}

.about-cd{
	min-height: 970px;
	padding: 100px 0 250px 0;
	position: relative;
	overflow: hidden;
}
.about-c{
	width: 71%;
	float: right;
}
.about-cli{
	padding-top: 90px;
	border-bottom: 1px solid rgba(0,0,0,.1);
	font-size: 0;
	overflow: hidden;
	padding-right:15%;
}
.about-cdiv{
	display: inline-block;
	overflow: hidden;
	line-height: 1;
	color: #ddd;
	float: right;
}
.about-c2{
	font-size: 90px;
	position: relative;
	top: 15px;
	display: inline-block;
	vertical-align: top;
}
.about-c3{
	display: inline-block;
	vertical-align: bottom;
}
.about-cli:nth-child(2){
	padding-right: 30%;
}
.about-cli:nth-child(3){
	padding-right: 5%;
}
.about-cli.on .about-cdiv{
	color: #0062B2;
}
.about-d{
	width: 45%;
	max-width: 708px;
	position: absolute;
	left: 0;
	top: 5%;
}

.about-ef-bj{
	width: 100%;
	overflow: hidden;
	background: url(../img/img24.jpg) no-repeat center; 
	background-size: cover;
}
.about-ef{
	padding: 100px 0 140px 0;
}
.about-f{
	text-align: center;
	margin-top: 80px;
	font-size: 0;
}
.about-gh{
	padding: 100px 0;
}
.about-g1{
	color: #fff;
	border-bottom-color: rgba(255,255,255,.1);
}
.about-g2{
	color: #4faff8;
}
.about-g2>span{
	color: #fff;
}
.about-h{
	overflow: hidden;
	
}
.about-hlt{
	float: left;
	padding-top: 260px;
}
.about-hps{
	position: relative;
}
.about-h1{
	font-size: 250px;
	line-height: 1;
	color: #4dadf7;
	display: none;
	position: relative;
	z-index: 2;
}
.about-h1>span{
	color: #fff;
}
.about-hps:after{
	content: '';
	width: 440px;
	height: 440px;
	border-radius: 100%;
	border: 1px solid #fff;
	opacity: .3;
	position: absolute;
	right: -100px;
	top: -100px;
	z-index: 1;
	
}
.about-hrt{
	width: 50%;
	max-width: 730px;
	float: right;
}
.about-hli{
	padding: 40px 0;
	color: #fff;
	border-bottom: 1px solid #fff;
	opacity: .4;
transition: all .5s;
-webkit-transition: all .5s;  
}
.about-h3{
	font-size: 48px;
	line-height: 1;
	margin-bottom: 20px;
}
/*.about-hli.on{
	opacity: 1;
transition: all .5s;
-webkit-transition: all .5s;  
}*/

.about-hsw{
	height: 720px;
	padding-bottom: 180px;
}

.about-hsd{
	min-height: 180px;
	height: auto;
}
.about-hsd .about-hli{
	min-height: 180px;
	padding-bottom: 10px;
}

.about-hsd.swiper-slide-active .about-hli{
	opacity: 1;
transition: all .5s;
-webkit-transition: all .5s;  
}
.about-jk{
	padding: 100px 0 200px 0;
}
.about-j{
	margin-top: 65px;
}
.about-j3{
	float: right;
}
.about-k{
	margin-top: 140px;
	font-size: 0;
}
.about-kli{
	width: 33.333%;
	display: inline-block;
	vertical-align: top;
	padding: 0 10px;
	text-align: center;
	text-align: center;
	border-left: 1px solid rgba(0,0,0,.1);
}
.about-kli:first-child{
	border: 0;
}
.about-k2{
	height: 45px;
	font-size: 0;
	line-height: 45px;
	
}
.about-k2 img{
	max-height: 100%
}
.about-k3{
	font-size: 32px;
	color: #000;
	margin-top: 35px;
	line-height: 1.1;
}
.about-k4{
	color: #666;
	margin-top: 20px;
}
.about-msw{
	width: 4050px;
	margin-left: -2025px;
}
.about-msd{
	width: 1310px;
	margin: 0 30px;
	padding-bottom: 70px;
}
.about-mdiv{
	width: 530px;
	background: #fff;
	border-top: 10px solid #0062B2;
	position: absolute;
	left: 35px;
	bottom: -3vw;
	opacity: 0;
	padding: 60px 40px;
	box-shadow: 0 15px 25px rgba(0,0,0,.1);
}
.about-m1{
	height: 54px;
}
.about-m2{
	color: #0062b2;
	line-height: 1.2;
	margin-top: 20px;
}
.about-m3{
	line-height: 30px;
	height: 90px;
	margin-top: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.about-m4{
	margin-top: 45px;
}
.about-msd.swiper-slide-active .about-mdiv{
	bottom: 0;
	opacity: 1;
	transition: all .5s .5s;
	-webkit-transition: all .5s .5s;  
}

@media(max-width:1600px){
	.about-cd{
		padding: 60px 0 200px 0;
	}
	.about-cli{
		padding-top: 40px;
		padding-right: 10%;
	}
	.about-cli:nth-child(2){
		right: 20%;
	}
	.about-cli:nth-child(3){
		right: 5%;
	}
	.about-cd{
		min-height: auto;
	}
	.about-h1{
		font-size: 160px;
	}
	.about-hps:after{
		width: 280px;
		height: 280px;
		right: -60px;
    top: -60px;
	}
	.about-hli{
		padding: 30PX 0;
	}
	.about-h3{
		font-size: 40px;
		margin-bottom: 10px;
	}
	
	.about-hsw{
		height: 600px;
		padding-bottom: 150px;
	}
	
	.about-hsd{
		min-height: 150px;
		height: auto;
	}
	.about-hsd .about-hli{
		min-height: 150px;
	}	
	
	.about-msw{
		width: 100%;
		margin: 0;
		left: 0;
	}
	.about-msd{
		width: 80vw;
		margin: 0 2vw;
	}
	.about-mdiv{
		padding: 40px;
	}
	.about-m4{
		margin-top: 30px;
	}
	.about{
		padding: 80px 0;
	}
}
@media(max-width:1350px){
	.about-a{
		font-size: 36px;
	}
}
@media(max-width:1200px){
	.about-a{
		font-size: 30px;
		line-height: 1.6;
	}
	.about-cli{
		padding-top: 30px;
		padding-right: 0 !important;
	}
	.about-h1{
		font-size: 120px;
	}
	.about-hps:after{
		width: 220px;
    height: 220px;
       right: -50px;
    top: -45px;
	}
	.about-c2{
		font-size: 70px;
	}
	.about-k3{
		font-size: 28px;
	}
}
@media(max-width:1000px){
	.about-d{
		    width: 50%;
    left: 0;
    top: 16%;
	}
	.about-hlt{
		display: none;
	}
	.about-hrt{
		width: 100%;
		max-width: initial;
		margin-top: 40px;
	}
	.about-k3{
		font-size: 28px;
	}
	.about-mdiv{
		width: 50%;
		padding: 30px;
	}
	.about-m1{
		height: 40px;
	}
	.about-m2{
		font-size: 22px;
	}
	.about-m3{
		line-height: 25px;
		height: 75px;
	}
}
@media(max-width:750px){
	.about{
		padding: .8rem 0;
	}
	.about-a{
		font-size: .44rem;
	}
	.about-cd-bj{
		margin-top: .2rem;
	}
	.about-cd{
		padding: 5rem 0 .8rem;
	}
	.about-d{
		widows: inherit;
		height: 5rem;
		width: initial;
		top: 0;
	}
	.about-c{
		width: 100%;
	}
	.about-c2{
		font-size: 1rem;
		top: .2rem;
	}
	.about-ef{
		padding: .8rem 0;
	}
	.about-f{
		margin-top: .6rem;
	}
	.about-gh{
		padding: .8rem 0;
	}
	.about-hli{
		padding: .4rem 0;
	}
	
	.about-hsw{
		height: 8.4rem;
		padding-bottom: 0;
	}
	
	.about-hsd{
		min-height: 2.8rem;
		height: auto;
	}
	.about-hsd .about-hli{
		min-height: 2.8rem;
	}	
	.about-h3{
		font-size: .6rem;
	}
	.about-hrt{
		margin-top: .4rem;
	}
	.about-jk{
		padding: .8rem 0;
	}
	.about-j{
		margin-top: .3rem;
	}
	.about-j3{
		margin-top: .2rem;
		float: left;
	}
	.about-k{
		margin-top: 1.6rem;
	}
	.about-kli{
		width: 100%;
		border: 0;
		padding: .3rem 0;
	}
	.about-k2{
		height: .6rem;
		line-height: .6rem;
	}
	.about-k3{
		font-size: .36rem;
		margin-top: .15rem;
	}
	.about-k4{
		margin-top: .2rem;
	}
	.about-mdiv{
		width: 100%;
		position: relative;
		left: initial;
		bottom: initial; 
		opacity: 1 !important;
		background: #fff;
	}
	.about-mdiv{
		padding: .4rem;
	}
	.about-m2{
		font-size: .28rem;
	}
	.swiper-slide.swiper-slide-active{
		
	}
	.about-mdiv{
		
	}
	.about-m1{
		height: .7rem;
	}
	.about-m2{
		margin-top: .2rem;
	}
	.about-m3{
		line-height: .4rem;
		height: 1.2rem;
		font-size: .26rem;
		margin-top: .2rem;
	}
	.about-m4{
		margin-left: .3rem;
	}
	.about-msd{
		padding-bottom: 0;
	}
	
}


.field{
	padding: 100px 0 150px 0;
}
.field-div{
	margin-top: 65px;
	font-size: 0;
}
.field-rt{
	width: 50%;
	padding-left: 20px;
	text-align: right;
	display: inline-block;
	vertical-align: top;
}
.field-e{
	display: inline-block;
	position: relative;
}
.field-e2{
	width: 100%;
}
.field-e3{
	display: inline-block;
	text-align: center;
	position: absolute;
	left: 50%;
	top: 50%;
	color: #fff;
	cursor: pointer;
	transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	-moz-transform:translate(-50%,-50%);
	-webkit-transform:translate(-50%,-50%);
}
.field-e3>p{
	margin-top: 10px;
}
.field-lt{
	width: 50%;
	padding-right: 20px;
	text-align: right;
	display: inline-block;
	vertical-align: top;
}
.field-lt-div{
	width: 100%;
	max-width: 710px;
	text-align: left;
}
.field-b{
	margin: 0;
	color: #cccccc;
}
.field-b>span{
	color: #000;
}
.field-c{
	margin-top: 25px;
	line-height: 2;
}
.field-d{
	width: 100%;
	margin-top: 30px;
}
.field-dli{
	border-bottom: 1px solid rgba(0,0,0,.1);
}
.field-d2{
	padding: 20px 0;
	padding-right: 55px;
	background: url(../img/ico49_1.png)  no-repeat right center; 
	cursor: pointer;
	color: #000;
}
.field-d2.on{
	background-image: url(../img/ico49_2.png);
}
.field-d3{
	padding-bottom: 20px;
	color: #666;
	display: none;
}
.field-f-bj{
	background: #f7f7f7;
	padding: 130px 0;
}
.field-f{
	background: #fff;
	overflow: hidden;
}
.field-fli{
	width: 33.333%;
	height: 340px;
	border: 1px solid #eee;	
	padding: 15px;
	padding-top: 85px;
	text-align: center;
	float: left;
}
.field-f2{
	height: 70px;
	line-height: 70px;
	font-size: 0;
}
.field-f2 img{
	max-height: 100%;
}
.field-f3{
	color: #000;
	margin-top: 15px;
}
.field-f4{
	margin-top: 10px;
}
.field-gh{
	padding: 120px 0 170px 0;
}
.field-h{
	margin-top: 90px;
	position: relative;
}
.field-hsd{
	background: #f7f7f7;
	height: 665px;
	overflow: hidden;
}
.field-hlt{
	width: 50%;
	padding: 0 100px;
	padding-top: 125px;
	float: left;
}
.field-hdiv{
	position: relative;
}
.field-h1{
	height: 60px;
	line-height: 60px;
}
.field-h1>img{
	max-height: 100%;
}
.field-h2{
	max-width: 25%;
	position: absolute;
	top: 0;
	right: -20px;
}
.field-h3{
	margin-top: 40px;
	color: #000;
}
.field-h4{
	color: #666;
	margin-top: 25px;
	line-height: 2;
}
.field-hrt{
	width: 50%;
	height: 100%;
	position: relative;
	float: right;
	overflow: hidden;
}
.field-hbut{
	position: absolute;
	left: 100px;
	bottom: 100px;
}
@media(max-width:1600px){
	.field-hlt{
		padding: 0 60px;
		padding-top: 100px;
	}
	.field-hbut{
		left: 60px;
		bottom: 60px;
	}
	.field-div{
		margin-top: 40px;
	}
}
@media(max-width:1200px){
	.field,.field-f-bj,.field-gh{
		padding: 80px 0;
	}
}
@media(max-width:1000px){
	.field-lt{
		width: 100%;
		padding: 0;
	}
	.field-rt{
		width: 100%;
		padding: 0;
		margin-top: 60px;
	}
	.field-h{
		margin-top: 60px;
	}
	.field-hsd{
		height: 500px;
	}
	.field-hlt{
		padding: 0 30px;
		padding-top: 50px;
	}
	.field-h1{
		height: 40px;
		line-height: 40px;
	}
	.field-h3{
		margin-top: 20px;
	}
	.field-h4{
		margin-top: 15px;
	}
	.field-hbut{
		left: 30px;
		bottom: 30px;
	}
}
@media(max-width:750px){
	.field,.field-f-bj,.field-gh{
		padding: .8rem 0;
	}
	.field-div{
		margin-top: .5rem;
	}
	.field-c{
		margin-top: .4rem;
	}
	.field-d{
		margin-top: .4rem;
	}
	.field-d2{
		padding: .2rem 0;
		padding-right: .7rem;
		background-size: .5rem;	
	}
	.field-d3{
		padding-bottom: .2rem;
	}
	.field-fli{
		width: 50%;
		height: 4rem;
		padding: 0 .3rem ;
		padding-top: .6rem;
	}
	.field-f2{
		height: .8rem;
		line-height: .8rem;
	}
	.field-f3{
		margin-top: .2rem;
	}
	.field-f4{
		margin-top: .2rem;
	}
	.field-h{
		margin-top: .6rem;
	}
	.field-hsd{
		height: auto;
		overflow: hidden;
	}
	.field-hrt{
		width: 100%;
		height: 4rem;
	}
	.field-hlt{
		width: 100%;
		height: 6rem;
		padding: .4rem ;
	}
	.field-h1{
		height: .6rem;
		line-height: .6rem;
	}
	.field-h3{
		margin-top: .2rem;
	}
	.field-h3{
		margin-top: .2rem;
	}
	.field-hbut{
		top: initial;
		left: .4rem;
		bottom: .4rem;
	}
	.field-h2{
		width: 30%;
		right: .1rem;
	}
}





footer{
	width: 100%;
	background: #0062b2;
}
.footer{
	font-size: 0;
	color: #fff;
}
.footer-lt{
	width: 79.5%;
	display: inline-block;
	vertical-align: top;
	padding: 80px 0;
	min-height: 480px;
	border-right: 1px solid rgba(255,255,255,.1);
	overflow: hidden;
}
.footer-ab{
	width: 16.666%;
	float: left;
	padding-right: 2%;
}
.footer-a{
	line-height: 1.2;
}
.footer-b{
	margin-top: 25px;
}
.footer-b a{
	display: inline-block;
	color: #5594d1;
	margin-bottom: 5px;
}
.footer-b a:hover{
	color: #fff;
}
.footer-rt{
	width: 20.5%;
	display: inline-block;
	padding-left: 2%;
	text-align: right;
}
.footer-c{
	display: inline-block;
	vertical-align: top;
	width: 100%;
	max-width: 225px;
	text-align: right;
	padding-top: 80px;
}
.footer-c2{
	margin-top: 50px;
	color: #fff;
	width: 120px;
}
.footer-c2-a{
	color: #a3d6ff;
}
.footer-c34{
	position: relative;
	margin-top: 50px;
}
.footer-c3{
	padding: 0 30px;
	line-height: 40px;
	background: #bae0ff url(../img/ico44.png) no-repeat 92% center; 
	text-align: left;
	cursor: pointer;
}
.footer-c4{
	background: #bae0ff;
	position: absolute;
	left: 0;
	bottom: 100%;
	width: 100%;
	margin-bottom: 1px;
	padding: 10px 0;
	max-height: 200px;
	overflow: auto;
	display: none;
}
.footer-c4 a{
	display: block;
	padding: 0 30px;
	margin: 5px 0;
	text-align: left;
}
.footer-c4 a:hover{
	color: #0062B2;
}
.footer-btm{
	background: #045ca3;
	width: 100%;
}
.footer-df{
	overflow: hidden;
	padding: 30px 0;
	font-size: 13px;
	color: #5594d1;
}
.footer-d{
	float: left;
}
.footer-df a{
	color: #5594d1;
}
.footer-df a:hover{
	color: #fff;
}
.footer-e{
	float: right;
}
@media(max-width:1200px){
	.footer-a{
		font-size: 15px;
	}
}
@media(max-width:1000px){
	.footer-a{
		font-size: 15px;
	}
	.footer-lt{
		display: none;
	}
	.footer-rt{
		width: 100%;
		padding-left: 0;
		text-align: left;
	}
	.footer-c{
		padding: 60px 0;
	}
}
@media(max-width:750px){
	.footer-c{
		padding: .7rem 0;
		width: 100%;
		text-align: center;
		max-width: 100%;
	}
	.footer-c>img{
		width: 4rem;
	}
	.footer-c2{
		display: inline-block;
		margin: 0 1rem ;
		margin-top: .4rem;
	}
	.footer-c34{
		margin-top: .4rem;
	}
	.footer-df{
		padding: .4rem 0;
		text-align: center;
	}
	.footer-d{
		text-align: center;
		width: 100%;
		float: initial;
	}
	.footer-e{
		display: inline-block;
		float: initial;
		margin-top: .15rem;
	}
}





header{
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	height: 100px;
	background: #fff;
	box-shadow: 0 0 2px rgba(0,0,0,.2);
	z-index: 39;
}
.header{
	
}
.logo{
	width: 180px;
	line-height: 100px;
	display: inline-block;
}
.header-a{
	width: 17px;
	float: right;
	height: 100px;
	background: url(../img/ico42.png) no-repeat center; 
	background-size: 100% auto;
	cursor: pointer;
}
.header-b{
	float: right;
	margin-right: 25px;
	padding-left:30px ;
	padding-right: 20px;
	background: url(../img/ico43.png) no-repeat left center; 
	position: relative;
	line-height: 100px;
	cursor: pointer;
	z-index: 6;
}
.header-b2 a{
	line-height: 1.4 !important;
}
.header-b:after{
	content: '';
	width: 15px;
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	background: url(../img/ico19_2.png) no-repeat right center; 
}
.header-nav{
	float: right;
	font-size: 0;
}
.header-nav-li{
	display: inline-block;
	margin-right: 65px;
	position: relative;
}
.header-d{
	display: block;
	color: #000;
	line-height: 100px;
}
.header-e,
.header-b2{
	width: 140px;
	margin-left: -70px;
	padding: 10px 0;
	position: absolute;
	left: 50%;
	top: 100%;
	background: #fff;
	box-shadow: 0 10px 10px rgba(0,0,0,.1);
	border-top: 1px solid #eee;
	display: none;
}
.header-e a,
.header-b2 a{
	display: block;
	text-align: center;
	padding: 5px;
	margin: 5px 0;
}


@media(min-width:1201px){
	.header-nav-li:hover .header-d,
	.header-nav-li.on .header-d{
		color: #0062B2;
	}
}
.header-f{
	display: none;
}


.header-dx{
	width: 35px;
	margin-top: 26px;
	text-align: right;
	margin-left:40px ;
	overflow: hidden;
	display: none;
}
.header-dx1,.header-dx2,.header-dx3{
	width: 100%;
	height: 4px;
	margin-bottom: 8px;
	background:#666;
	float: right;
	
}
.header-dx div{
	transition: all .5s; 
}
.header-dx.cli .header-dx1{
	-webkit-transform: rotate(44deg);
   -ms-transform: rotate(44deg);
   transform: rotate(44deg);
  transform-origin:0%;
  -ms-transform-origin:0%;
  -webkit-transform-origin:0%;
  -moz-transform-origin:0%;
  transition: all .5s; 
}
.header-dx.cli .header-dx2{
   opacity: 0;
   transition: all .5s; 
}
.header-dx.cli .header-dx3{
	-webkit-transform: rotate(-44deg);
   -ms-transform: rotate(-44deg);
   transform: rotate(-44deg);
   position: relative;
   top:1px;
  transform-origin:0%;
  -ms-transform-origin:0%;
  -webkit-transform-origin:0%;
  -moz-transform-origin:0%;
  transition: all .5s; 
}


.header-ss{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	background: rgba(0,0,0,.8);
	display: none;
	z-index: 39;
}
.header-ss-a{
	width: 600px;
	margin: 0 auto;
	height: 50px;
	line-height: 50px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -25px;
	margin-left: -300px;
}
.header-ss-a .int1{
	width: 540px;
	height: 50px;
	line-height: 50px;
	background: none;
	border: none;
	border-bottom: 1px solid #fff;
	font-size: 18px;
	color: #fff;
	padding:  0 10px;
	padding-right: 60px;
}
.header-ss-a .int2{
	width: 50px;
	height: 50px;
	border: none;
	background: no-repeat center;
	background-image: url(../img/ss03.png);
	position: absolute;
	top: 0;
	right: 60px;
	cursor: pointer;
}
.header-ss-x{
	width: 50px;
	height: 50px;
	background: url(../img/x01.png) no-repeat center;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
}

@media(max-width:1600px){
	body{
		padding-top: 80px;
	}
	.header-nav-li{
		margin-right: 40px;
	}
	header{
		height: 80px;
	}
	.logo{
		width: 160px;
		line-height: 80px;
	}
	.header-d{
		line-height: 80px;
	}
	.header-b{
		line-height: 80px;
	}
	.header-a{
		height: 80px;
	}
}
@media(max-width:1200px){
	.header-nav{
		width: 100%;
		height: calc(100% - 80px);
		position: fixed;
		top: 80px;
		left: 0;
		background: #fff;
		padding: 4%;
		border-top: 1px solid #eee;
		display: none;
	}
	.header-nav-li{
		margin: 0;
		width: 100%;
		position: relative;
	}
	.header-d{
		font-size: 16px;
		border-bottom: 1px solid #eee;
	}
	.header-e{
		width: 100%;
		position: relative;
		left: 0;
		top: 0;
		margin: 0;
		/*display: block;*/
		box-shadow: initial;border: 0;
	}
	.header-e a{
		width: 100%;
		border-bottom: 1px solid #eee;
		padding: 0 30px;
		line-height: 60px;
		margin: 0;
		text-align: left;
	}
	
	.header-f{
		   display: block;
	    width: 20%;
	    height: 80px;
	    position: absolute;
	    top: 0;
	    right: 0;
	    z-index: 2;
	    background: url(../img/ico45_1.png) no-repeat right center;
	    background-size: 15px auto;
	}
	.header-f.on{
		background-image: url(../img/ico45_2.png);
	}
	.header-dx{
		display: block;
	}
}

@media(max-width:750px){
	body{
		padding-top: 1rem;
	}
	header{
		height: 1rem;
	}
	.logo{
		width: 2rem;
		line-height: 1rem;
	}
	.header-b{
		line-height: 1rem;
	}
	.header-a{
		height: 1rem;
	}
	.header-b2{
		width: 2rem;
		margin-left: -1rem;
	}
	.header-nav{
		height: calc(100% - 1rem);
		top: 1rem;
		padding: .3rem 4%;
	}
	.header-d{
		line-height: 1rem;
		font-size: .3rem;
	}
	.header-f{
	    width: 30%;
	    height: 1rem;
	    background-size: .2rem auto;
	}
	.header-e{
		padding: 0;
	}
	.header-e a{
		padding: 0 .3rem;
		font-size: .24rem;
		line-height: .8rem;
	}
	.header-dx{
		display: block;
		width: .45rem;
		margin-top: .1rem;
		margin-left: .35rem;
		padding-top: .23rem;
	}
	.header-dx1, .header-dx2, .header-dx3{
		height: .04rem;
		margin-bottom: .11rem;
	}
	
	.header-ss-a{
		width: auto;
	}
	.header-ss-a .int1{
		width: 5rem;
		margin-right: 1rem;
		font-size: .26rem;
	}
	.header-ss-a{
		margin-left: -3rem;
	}
}



.ban-swiper{
	width: 100%;
	height: 51vw;
	position: relative;
	left: 0;
	top: 0;
	z-index: 1;
}
.ban-slide{
	overflow: hidden;
}
.ban-slide.swiper-slide-active .imgBj{
	/*transform: scale(1.08);
	-ms-transform: scale(1.08);
	-webkit-transform: scale(1.08);
	transition:all linear 6.5s;
	-webkit-transition:all linear 6.5s;*/
}
.ban-video{
	/*min-width: 100%;*/
	min-height: 100%;
	width: 110%;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
transform:translate(-50%,-50%);
-ms-transform:translate(-50%,-50%);
-moz-transform:translate(-50%,-50%);
-webkit-transform:translate(-50%,-50%);
}
.ban-div{
	padding-top: 16vw;
	position: relative;
	z-index: 2;
	padding-right: 30%;
	top: 3vw;
	opacity: 0;
}
.ban-div-a{
	color: #fff;
	font-weight: bold;
}
.ban-div-b{
	color: #fff;
	font-size: 60px;
	
	line-height: 1.2;
	margin-top: 10px;
	font-weight: bold;
}
.ban-div-c{
	margin-top: 70px;
	background-color: #fff;
	color: #0062b2;
	font-weight: bold;
	background-image: url(../img/ico08_1.png);
}
.ban-div-c:hover{
	color: #0062B2;
}
.ban-slide.swiper-slide-active .ban-div{
	top: 0;
	opacity: 1;
	transition: all .7s .5s;
-webkit-transition: all .7s .5s;  
}
.ban-vd{
	display: none;
}
.ban-sp{
	bottom: 45px !important;
}
.ban-sp span{
	width: 20px;
	height: 4px;
	background: #fff !important;
	display: inline-block;
	background: initial;
	font-weight: bold;
	color: #fff;
	opacity: 1;
	border-radius: 0;
	position: relative;
}
.ban-sp span.swiper-pagination-bullet-active{
	background: #0062B2 !important;
}
/*.ban-sp span:after{
	content: '';
	width: 35px;
	height: 1px;
	border-bottom: 1px dashed #fff;
	position: absolute;
	left: 100%;
	margin-left: 7px;
	margin-top: -1px;
	top: 50%;
	
}
.ban-sp span:last-child:after{
	display: none;
}
.ban-sp span.swiper-pagination-bullet-active{
	opacity: 1;
}*/
@media(max-width:1600px){
	
	.ban-div{
		padding-top: 11vw;
	}
	.ban-div-b{
		font-size: 50px;
	}
}

@media(max-width:1200px){
	
	.ban-swiper{
		width: 100%;
		/*height:45vw;*/
	}
	.ban-video{
		display: none;
	}
	.ban-vd{
		display: block;
		width: 70px;
		position: absolute;
		top: 50%;
		left: 80%;
		z-index: 5;
		transform:translate(-50%,-50%);
		-ms-transform:translate(-50%,-50%);
		-moz-transform:translate(-50%,-50%);
		-webkit-transform:translate(-50%,-50%);
	}
	.ban-div-c{
		margin-top: 40px;
	}
	.ban-sp{
		bottom: 20px !important;
	}
	.ban-div-b{
		font-size: 40px;
	}
}
@media(max-width:750px){
	
	
	.ban-swiper{
		width: 100%;
		height:calc(100vh - 1rem);
	}
	.ban-div{
		padding: 0;
		padding-top: 2rem;
		text-align: center;
	}
	.ban-div-b{
		line-height: 1.3;
		font-size: .6rem;
	}
	.ban-vd{
		width: 1rem;
		top: 70%;
		left: 50%;
	}
	.ban-sp span{
		margin: 0 .1rem !important;
	}
	.ban-sp span:after{
		width: .3rem;
		margin-left: .05rem;
	}
}



.ibat-bj{
	position: relative;
	width: 100%;
	overflow: hidden;
}
.ibat-img{
	width: 80%;
	max-width: 1120px;
	position: absolute;
	top: 0;
	right: 0;
}
.ibat{
	position: relative;
	z-index: 3;
	padding: 160px 0;
	overflow: hidden;
}
.ibat-lt{
	width: 80%;
	max-width: 870px;
	float: left;
}
.ibat-a{
	color: #0062B2;
}
.ibat-b{
	margin-top: 25px;
	line-height: 1.2;
}
.ibat-c{
	color: #808080;
	margin-top: 35px;
}
.ibat-rt{
	float: right;
	padding-top: 120px;
}
.ibat-ul{
	width: 100%;
	font-size: 0;
	overflow: hidden;
}
.ibat-li{
	width: 33.333%;
	float: left;
	height: 355px;
	background: #FBFBFB;
	padding: 0 60px;
	position: relative;
}
.ibat-li:nth-child(2){
	background: #EDF3F8;
}
.ibat-j{
	padding-top: 140px;
	color: #000;
	padding-right: 50%;
}
.ibat-j1{
	line-height: 1;
}
.ibat-j2{
	opacity: .4;
	margin-top: 10px;
}
.ibat-k{
	max-width: 50%;
	position: absolute;
	top: 50%;
	right: 8%;
	transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
}
.ipro{
	padding: 120px 0 100px 0;
}
.ipro-sw .products-kdiv{
	/*margin: 0;
	opacity: 1;*/
}
.ipro-sw .products-j4{
	margin-top: 25px;
}
.ipro-j{
	margin-top: 55px;
}

.ikjcx-bj{
	width: 100%;
	margin: 0;
	margin-top: 0px;
	height: auto !important;
}
.ikjcx-bj>img{
	width: 100% !important;
	object-fit: initial !important;
}
.ikjcx-a{
	color: #fff;
}
.ikjcx-b{
	color: #fff;
}
.ikjcx-c{
	margin-top: 70px;
}


.inws{
	padding: 120px 0 140px 0;
}
.inws-rt{
	padding-top: 60px;
}
.inws-cnt{
	font-size: 0;
	margin-top: 60px;
}
.inws-e{
	width: 41.5%;
	display: inline-block;
	vertical-align: top;
}
.inws-swiper{
	width: 100%;
	height:630px;
	background: #fff;
}
.inws-div{
	overflow: hidden;
}
.inws-esd{
	display: block;
}
.inws-e2{
	width: 100%;
	height: 445px;
	position: relative;
	overflow: hidden;
}
.inws-e3{
	text-align: center;
	color: #000;
	margin-top: 30px;
	font-size: 22px;
	line-height: 30px;
	height: 60px;
	padding: 0 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.inws-esp span{
	width: 28px;
	height: 3px;
	border-radius: 0;
	background: #b2b2b2;
	opacity: 1;
}
.inws-esp{
	bottom: 20px !important;
}
.inws-esp span.swiper-pagination-bullet-active{
	background: #0062B2;
}
.inws-g{
	width: 56.25%;
	margin-left: ;
	display: inline-block;
	vertical-align: top;
	margin-left: 2.25%;
	height: 630px;
	background: #fff;
}
.inws-gli{
	padding: 45px 70px;
	display: block;
	border-top: 1px solid #f6f6f6;
}
.inws-gli:first-child{
	border: 0;
}
.inws-g2{
	color: #000;
	line-height: 25px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
transition: all .5s;
-webkit-transition: all .5s;  
}
.inws-g2{
	color: #000;
	line-height: 25px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.inws-g3{
	color: #808080;
	line-height: 25px;
	margin-top: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.inws-g4{
	margin-top: 25px;
	line-height: 2;
}
.inws-g4>span{
	display: inline-block;
	line-height: 2;
	padding: 0 10px;
	background: #dbebf8;
	color: #0062B2;
	margin-right: 15px;
}
.inws-gli:hover .inws-g2{
	color: #0062B2;
transition: all .5s;
-webkit-transition: all .5s;  
}

@media(max-width:1600px){
	.ibat-li{
		padding: 0 30px;
	}
	.inws-gli{
		padding: 45px;
	}
	.ibat,.ipro{
		padding: 100px 0;
	}
	.ibat-c{
		margin-top: 20px;
	}
}

@media(max-width:1200px){
	.ibat-li{
		height: 230px;
	}
	.ibat-j{
		padding-top: 80px;
	}
	.inws-swiper{
		height: 450px;
	}
	.inws-e2{
		height: 300px;
	}
	.inws-g{
		height: 450px;
	}
	.inws-gli{
		padding:25px 30px;
	}
	.inws-g4{
		margin-top: 10px;
	}
	.ikjcx-bj{
		margin-top: 40px;
	}
}

@media(max-width:1000px){
	.inws-e3{
		font-size: 18px;
		height: 50px;
		line-height: 25px;
		padding: 0 20px;
	}
	.ibat-k{
		right: 0;
	}
}
@media(max-width:750px){
	.ban-div-c{
		text-align: left;
	}
	.ibat, .ipro{
		padding: .8rem 0;
	}
	.ibat-c{
		margin-top: .3rem;
	}
	.ibat-img{
		width: 100%;
		top: 1rem;
	}
	.ibat-lt{
		width: 100%;
	}
	.ibat-rt{
		padding-top: .3rem;
		float: left;
	}
	.ibat-li{
		width: 100%;
		height: 3rem;
	}
	.ibat-j{
		padding-top: 1rem;
	}
	.ibat-b{
		margin-top: .25rem;
	}
	.inws-cnt{
		margin-top: .6rem;
	}
	.inws-e{
		width: 100%;
	}
	.inws-swiper{
		height: 7rem;
	}
	.inws-e2{
		height: 5rem;
	}
	.inws-e3{
		font-size: .3rem;
		line-height: .4rem;
		height: .8rem;
		padding: 0 .2rem;
		margin-top: .2rem;
	}
	.inws-esp span{
		width: .4rem;
	}
	.inws-g{
		width: 100%;
		padding: 0;
		margin: 0;
		margin-top: .5rem;
		height: auto;
	}
	.inws-gli{
		padding: .3rem;
	}
	.inws-g3{
		margin-top: 0;
	}
	.inws-g4{
		margin-top: .15rem;
	}
}


.ipro-sd{
	box-shadow: initial !important;
}
.ipro-img{
	width: 100%;
	height: auto;
	margin-top: -200px;
}
.ipro-k{
	width: 100%;
	height: auto;
	padding-bottom: 70px;
}
.ipro-jsp{
	bottom: 0 !important;
}
.ipro-ksd{
		text-align: center;
}
.ipro-ksd-a{
	height: 320px;
	line-height: 320px;
	font-size: 0;
}
.ipro-ksd-a img{
	max-height: 100%;
}
.ipro-ksd-b{
	margin-top: 20px;
}
.ipro-j{
	text-align: left;
}
.ipro-but{
	position: relative;
	z-index: 5;
}
.ipro-next,
.ipro-prev{
	top: 320px;
	z-index: 5;
	width: 50px;
	height: 50px;
}
.ipro-prev{
	left: 0;
	background: #fff;
	background: url(../img/ico04_1.png) no-repeat center; 
	background-size: cover;
}
.ipro-prev:hover{
	background-image: url(../img/ico04_3.png);
}
.ipro-next{
	right: 0;
	background: url(../img/ico04_2.png) no-repeat center; 
	background-size: cover;
}
.ipro-next:hover{
	background-image: url(../img/ico04_4.png);
}
.ipro-sw{
		padding-bottom: 0;
		height: auto !important;
	}
	.ipro-j6{
		margin-top: 45px;
	}
@media(max-width:1600px){
	.ipro-next, .ipro-prev{
		top: 300px;
	}
	.ipro-j6{
		margin-top: 20px;
	}
}
@media(max-width:1200px){
	.ipro-next, .ipro-prev{
		top: 200px;
	}
	.ipro-k{
		
	}
	.ipro-img{
		margin-top: -80px;
		bottom: initial;
	}
	
	.ipro-sd{
		height: auto !important;
		padding-bottom: 0 !important;
	}
	.ipro-ksd-a{
		height: 260px;
		line-height: 260px;
	}
	.ikjcx-c{
		margin-top: 30px;
	}
}
@media(max-width:1000px){
	ipro-next, .ipro-prev{
		top: 150px;
	}
	.ipro-ksd-a{
		height: 200px;
		line-height: 200px;
	}
	.ipro-img{
		margin-top: 20px;
	}
}

@media(max-width:750px){
	.ipro-jdiv{
		position: relative !important;
		top: initial !important;
		padding: 0 !important;
		
	}
	.ipro-sw .products-j4{
		margin-top: .15rem;
	}
	.ipro-sw .products-j6{
		margin-top: .2rem;
	}
	.ipro-img{
		margin-top: .4rem;
	}
	.ipro-ksd-a{
		height: 2rem;
		line-height: 2rem;
	}
	.ipro-ksd-b{
		margin-top: .2rem;
	}
	.ipro-k{
		padding-bottom: 1rem;
	}
	.ikjcx-bj{
		margin-top: .8rem;
	}
	.ipro-next, .ipro-prev{
		top: 1.7rem;
		width: .6rem;
		height: .6rem;
	}
	.ikjcx-bj>img{
		width: 200% !important;
		margin-left: -50% !important;
	}
	.ikjcx-c{
		margin-top: .3rem;
	}
}


.searchs{
	padding: 50px 0;
}
.searchs-fm{
	overflow: hidden;
}
.searchs-a{
	width: calc(100% - 150px);
	font-size: 24px;
	height: 50px;
	border: 0;
	background: initial;
}
.searchs-b{
	width: 125px;
	float: right;
	height: 50px;
	border-radius: 25px;
	background: #0062B2 url(../img/ss03.png) no-repeat 80px center;
	font-size: 16px;
	padding-left: 35px;
	text-align: left;
	color: #fff;
	border: 0;
transition: all .5s;
-webkit-transition: all .5s;  
}
.searchs-b:hover{
	opacity: .8;
transition: all .5s;
-webkit-transition: all .5s;  
}
.searchs-cnt{
	padding: 50px 0 85px 0;
}
.searchs-c{
	color: #666;
}
.searchs-c span{
	color: #ff0000;
}
.searchs-d{
	margin-top: 25px;
	border-top: 1px solid #f0f0f0;
	border-bottom: 1px solid #f0f0f0;
	font-size: 0;
}
.searchs-d a{
	display: inline-block;
	font-size: 16px;
	margin: 0 20px;
	line-height: 55px;
	position: relative;
transition: all .5s;
-webkit-transition: all .5s;  
}
.searchs-d a:after{
	content: '';
	width: 0px;
	height: 3px;
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: 0px;
	background: #0062B2;
transition: all .5s;
-webkit-transition: all .5s;  
}
.searchs-d a.on,
.searchs-d a:hover{
	color: #0062B2;
transition: all .5s;
-webkit-transition: all .5s;  
}
.searchs-d a.on:after,
.searchs-d a:hover:after{
	width: 30px;
	margin-left: -20px;
transition: all .5s;
-webkit-transition: all .5s;  
}
.searchs-e{
	margin-bottom: 75px;
	overflow: hidden;
}
.searchs-eli{
	width: 48.5%;
	float: left;
	height: 50px;
	line-height: 50px;
	margin-top: 25px;
	display: inline-block;
	border-bottom: 1px solid #F0F0F0;
	padding-left: 30px;
	font-size: 16px;
	position: relative;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.searchs-eli:nth-child(2n + 0){
	float: right;
}
.searchs-eli>span{
	color: #ff0000
}
.searchs-eli:after{
	content: '';
	width: 10px;
	height: 10px;
	background: #ddd;
	border-radius: 100%;
	position: absolute;
	left: 10px;
	top: 50%;
	margin-top: -5px;
	
}
@media(max-width:1200px){
	.searchs-eli{
		width: 100%;
	}
}
@media(max-width:750px){
	.searchs{
		padding: .5rem 0;
	}
	.searchs-b{
		width: 2rem;
		font-size: .26rem;
		height: .8rem;
		background-position-x: 1.2rem;
		padding-left: .5rem;
	}
	.searchs-a{
		width: calc(100% - 2.2rem);
		font-size: .3rem;
		height: .8rem;
		padding: 0 .25rem;
	}
	.searchs-cnt{
		padding: 1rem 0;
	}
	.searchs-c{
		font-size: .26rem;
	}
	.searchs-d{
		padding: .2rem 0;
	}
	.searchs-d a{
		font-size: .26rem;
		line-height: .4rem;
		margin:.1rem .2rem;
	}
	.searchs-d a:after{
		display: none;
	}
	.searchs-e{
		margin-bottom: .6rem;
	}
	.searchs-eli{
		font-size: .26rem;
		line-height: .8rem;
		height: .8rem;
		margin-top: .3rem;
		padding-left: .45rem;
	}
	.searchs-eli:after{
		width: .16rem;
		height: .16rem;
		left: .1rem;
		margin-top: -.08rem;
	}
}