﻿*{
	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: #2460a7;
	transition: all .5s;
-webkit-transition: all .5s;
}
table ,table td ,table tr{
	border: 1px solid rgba(255,255,255,.2);
}
li{
	list-style: none;
}
.sf-body{
	width: 100%;
	overflow: hidden;
}
img{
	vertical-align: middle;
	max-width: 100%;
	
}
img.max{
	width: 100%;
}
.bjimg img{
	 width: 100%;
    height: 100%;
    object-fit: cover;
}
/*@font-face{
	font-family: SourceHanSansSC-Regular;
	src: url('../fonts/SourceHanSansSC-Regular.otf'); 
}*/

body{
	width: 100%;
	font-size: 14px;
	color: #333;
    line-height: 1.4;
    width: 100%;
    overflow: hidden;
    /*font-family: SourceHanSansSC-Regular;*/
} 

.gybut{
	display: inline-block;
	width: 9.375vw;
	line-height: 3.125vw;
	border-radius: 1.7vw;
	border: 1px solid #2460a7;
	font-weight: bold;
	text-align: center;
	color: #2460a7;
	cursor: pointer;
transition: all .5s;
-webkit-transition: all .5s;
}
.gybut:hover{
	color: #fff;
	background: #2460a7;
transition: all .5s;
-webkit-transition: all .5s;
}

@media(max-width:1200px){
	.gybut{
		width: 120px;
		line-height: 40px;
		border-radius: 20px;
	}
}

@media(max-width:750px){
	.gybut{
		width: 2rem;
		line-height: .6rem;
		border-radius: .3rem;
	}
}



header{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 49;
}
.header-top-bj{
	width: 100%;
	border-bottom: 1px solid rgba(255,255,255,.3);
	position: relative;
	z-index: 3;
}
.header-top{
	width: 90vw;
	margin: 0 auto;
	text-align: right;
	font-size: 0;
}
.header-top-li{
	display: inline-block;
	vertical-align: top;
	position: relative;
}
.header-top-a{
	display: block;
	line-height: 2.6vw;
	padding: 0 1.5vw;
	position: relative;
	color: #fff;
	opacity: .8;
}
.header-top-li:hover .header-top-a{
	color: #fff;
	opacity: 1;
}
.header-top-a:after{
	content: '';
	width: 1px;
	height: .8vw;
	background: rgba(255,255,255,.7);
	position: absolute;
	top: 1vw;
	right: 0;
}
.header-top-li2{
	
}
.header-top-li2 .header-top-a{
	padding: 0;
	margin-left: 1.5vw;
	padding-left: 1.6vw;
	background: url(../img/ico21.png) no-repeat left center;
	background-size: 1.24vw;
}
.header-top-li2 .header-top-a:after{
	display: none;
}
.header-top-b{
	width: 8vw;
	padding: .8vw;
	background: #fff;
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -4vw;
	border-top: 3px solid #2460a7;
	box-shadow: 0 3px 3px #ddd;
	display: none;
}
.header-top-b a{
	display: block;
	font-size: 0.83333vw;
	color: #666;
	line-height: 2vw;
	padding: .2vw 0;
	border-top: 1px solid #ddd;
	text-align: left;
}
.header-top-b a:first-child{
	border: 0;
}
.header-top-b a:hover{
	color: #2460a7;
}

.header{
	width: 90vw;
	margin: 0 auto;
	font-size: 0;
}
.logo{
	display: inline-block;
	vertical-align: top;
	font-size: 0;
	line-height: 5.2vw;
}
.logo img{
	height: 2.7vw;
}
.logo .img2{
	display: none;
}
.header-nav{
	display: inline-block;
	margin-left: 12.5vw;
	font-size: 0;
}
.header-nav-li{
	display: inline-block;
	vertical-align: top;
	margin: 0 2.3vw;
	position: relative;
}
.header-a{
	display: block;
	line-height: 5.2vw;
	color: #fff;
}
.header-b{
	position: absolute;
	width: calc(100% + 8vw);
	top: 100%;
	left: 0%;
	margin-left: -4vw;
	border-top: 3px solid #2460a7;
	padding: .5vw 1.5vw;
	background: #fff;
	box-shadow: 0 3px 3px #ddd;
	display: none;
}
.header-b a{
	display: block;
	font-size: 0.83333vw;
	color: #666;
	line-height: 2vw;
	padding: .2vw 0;
	border-top: 1px solid #ddd;
	text-align: left;
}
.header-b a:first-child{
	border: 0;
}

.header-nav-li3{
	display: none;
}


.header-d{
	float: right;
	margin-right: 1.8vw;
	display: block;
	line-height: 5.2vw;
	padding-left: 1.5vw;
	color: #fff;
	background: no-repeat left center;
	background-size: 1.2vw auto;
}
.header-d1{
	background-image: url(../img/ico22_1.png);
}

.header-c{
	/*display: block;
	float: right;
	height: 5.2vw;
	background: url(../img/ico23_1.png) no-repeat left center;
	background-size: 1.1vw auto;
	padding-left: 1.5vw;
	line-height: 5.2vw;*/
	
	background-image: url(../img/ico23_1.png);
}


@media(min-width:1201px){
	
	.header-nav-li:hover .header-a{
		color: #2460a7;
	}
	.header-b a:hover{
		color: #2460a7;
	}
	.header-d:hover{
		color: #fff;
	}
	
	header.bj{
		background: #fff;
		box-shadow: 0 0 3px #ccc;
	}
	header.bj .header-top-bj{
		background: #2460a7;
	}
	header.bj .logo .img1{
		display: none;
	}
	header.bj .logo .img2{
		display: inline-block;
	}
	header.bj .header-a{
		color: #333;
	}
	header.bj .header-d{
		color: #333;
		background-image: url(../img/ico22_2.png) ;
	}
	header.bj .header-c{
		background-image: url(../img/ico23_2.png) ;
	}
	header.pos{
		position: fixed;
		top: -8vw;
transition: all .5s;
-webkit-transition: all .5s;
	}
	header.pos.on{
		top: 0;
		transition: all .5s;
		-webkit-transition: all .5s;
	}
}

@media(max-width:1200px){
	header{
		top: 0;
		background: #fff;
		box-shadow: 0 0 3px #ccc;
		height: 70px;
	}
	.header-top-bj{
		display: none;
	}
	.header{
		width: 92%;
	}
	.header-dx{
		float: right;
	}
	.logo{
		line-height: 70px;
	}
	.logo img{
		height: 45px;
	}
	.logo .img1{
		display: none;
	}
	.logo .img2{
		display: inline-block;
	}
	.header-nav{
		width: 100%;
		height: calc(100vh - 70px);
		overflow: auto;
		position: fixed;
		top: 70px;
		left: 0;
		background: #fff;
		margin: 0;
		padding: 30px 4%;
		border-top: 1px solid #ddd;
		display: none;
	}
	.header-c{
		width: 20px;
		height: 70px;
		background-size: 100% auto;
		background-image: url(../img/ico23_2.png) ;
	}
	.header-d{
		color: #333;
		line-height: 70px;
		padding-left: 22px;
		margin-right: 30px;
		background-size: 16px auto;
		
	}
	.header-d1{
		background-image: url(../img/ico22_2.png) ;
	}
	.header-nav-li{
		width: 100%;
		margin: 0;
	}
	.header-a{
		color: #333;
		line-height: 60px;
		border-bottom: 1px solid #ddd;
	}
	.header-b{
		width: 100%;
		position: relative;
		top: inherit;
		border: 0;
		margin: 0;
		padding: 0;
		box-shadow: inherit;
	}
	.header-b a{
		display: block;
		line-height: 50px;
		padding: 0 30px;
		border-top: 0;
		border-bottom: 1px solid #ddd !important;
		font-size: 14px;
	}
	.header-ak{
		position: absolute;
		width: 50%;
		height: 60px;
		top: 0;
		right: 0;
		background: url(../img/ico79_3.png) no-repeat right center;
		background-size: 20px;
	}
	.header-ak.on{
		background-image: url(../img/ico79_4.png);
	}
	.header-nav-li3{
		display: block;
	}
}
@media(max-width:750px){
	header{
		height: 1rem;
	}
	.logo{
		line-height: 1rem;
	}
	.logo img{
		height: .6rem;
	}
	.header-c{
		height: 1rem;
		margin-right: .1rem;
	}
	.header-d{
		line-height: 1rem;
		margin-right: .3rem;
	}
	.header-nav{
		height: calc(100vh - 1rem);
		top: 1rem;
		padding: .2rem 4%;
	}
	.header-a{
		line-height: .9rem;
	}
	.header-b a{
		line-height: .7rem;
		padding: 0 .3rem;
		font-size: .24rem;
	}
	.header-ak{
		height: .9rem;
		background-size: .2rem auto;
	}
}


.header-dx{
	width: 35px;
	margin-top: 20px;
	text-align: right;
	margin-left:40px ;
	overflow: hidden;
	display: none;
}
.header-dx1,.header-dx2,.header-dx3{
	width: 100%;
	height: 4px;
	margin-bottom: 8px;
	background: #222;
	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: 6;
	background: rgba(0,0,0,.8);
	display: none;
}
.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:1200px){
	.header-dx{
		display: block;
	}
}
@media(max-width:750px){
	.header-ss-a{
		width: auto;
	}
	.header-ss-a .int1{
		width: 5rem;
		margin-right: 1rem;
		font-size: .26rem;
	}
	.header-ss-a{
		margin-left: -3rem;
	}
	.header-dx{
		display: block;
		width: .45rem;
		margin-top: .1rem;
		margin-left: .35rem;
		padding-top: .25rem;
	}
	.header-dx1, .header-dx2, .header-dx3{
		height: .04rem;
		margin-bottom: .11rem;
	}
}




footer{
	background: #212121;
	position: relative;
}
.footer{
	padding-top: 4.6875vw;
	padding-bottom: 3.7vw;
	/*overflow: hidden;*/
	font-size: 0;
}
.footer-lt{
	width: 40%;
	padding-right: 10%;
	
	display: inline-block;
	vertical-align: top;
}
.footer-a{
	width: 10vw;
}
.footer-b{
	color: #b0b0b0;
	margin-top: 4.1vw;
}
.footer-c{
	margin-top: .2vw;
	color: #fff;
}
.footer-d{
	color: #b0b0b0;
	margin-top: 1.5vw;
}
.footer-e{
	margin-top: .8vw;
}
.footer-eli{
	display: inline-block;
	vertical-align: top;
	margin-right: 1.5vw;
	text-align: center;
}
.footer-eli>img{
	height: 5.2vw;
}
.footer-eli>div{
	color: #fff;
	margin-top: .8vw;
}
.footer-rt{
	width: 60%;
	display: inline-block;
	vertical-align: top;
}
.footer-f{
	width: 100%;
	padding-right: 4vw;
	position: relative;
	overflow: hidden;
}
.footer-flist{
	width: 20%;
	float: left;
	padding-right: .5vw;
	color: #fff;
}
.footer-flist:last-child{
	width: 4vw;
	padding-right: 0;
	position: absolute;
	top: 0;
	right: 0;
}
.footer-ftop{
	line-height: 1;
	color: #fff;
}
.footer-ful{
	margin-top: 1.5vw;
	color: #fff;
}
.footer-ful a{
	display: inline-block;
	color: #b8b8b8;
	margin-bottom: .4vw;
	font-size: .729vw;
transition: all .5s;
-webkit-transition: all .5s;
}
.footer-ful a:hover{
	color: #fff;
transition: all .5s;
-webkit-transition: all .5s;
}

.footer-g{
	width: 100%;
	text-align: left;
	font-size: 0;
	margin-top:2.6vw;
	
	
}
.footer-gli2{
	width: initial;
	margin: 0 !important;
	position: absolute !important;
	right: 5px;
	bottom: calc(100% + 1.5vw);
	background: rgba(0,0,0,.3);
	border-radius: 100%;
}
.footer-gli2:hover{
	background: #000;
}
.footer-gli{
	display: inline-block;
	vertical-align: top;
	position: relative;
	margin-right: .5vw;
}
.footer-g2{
	height: 2.5vw;
}
.footer-g3{
	position: absolute;
	bottom: 100%;
	right: 0;
	margin-bottom: .5vw;
	width: 5.2vw;
	display: none;
}
.footer-g3>img{
	width: 100%;
}
.footer-gli:hover .footer-g3{
	display: block;
}
.footer-gli:hover .footer-g2{
	opacity: .8;
}
.footer-btm{
	width: 100%;
	padding: 2.1vw 0;
	background: #1c1c1c;
}
.footer-jk{
	overflow: hidden;
}
.footer-j{
	float: left;
	padding-right: 2vw;
	color: #b8b8b8;
}
.footer-j>a{
	display: inline-block;
	color: #b8b8b8;
	font-size: 0.73333vw;
	margin-left: 1vw;
}
.footer-j>a:hover{
	color: #fff;
}
.footer-k{
	float: right;
	font-size: 0.73333vw;
	line-height: 1.4;
}
.footer-k>a{
	display: inline-block;
	color: #fff;
	font-size: 0.73333vw;
	line-height: 1.4;
	margin-left: 1.5vw;
	opacity: .7;
	padding-left: 1.5vw;
	background: no-repeat left center;
	background-size: 1.1vw;
}
.footer-k>a:hover{
	color: #fff;
	opacity: 1;
}
.footer-k>a:first-child{
	margin-left: 0;
}
@media(max-width:1300px){
	.footer-j,.footer-k{
		width: 100%;
		text-align: center;
		padding: 0;
		margin-bottom: 8px;
	}
	.footer-lt{
		padding-right: 5%;
	}
}
@media(max-width:1200px){
	.footer-f{
		/*display: none;*/
		padding-right: 80px;
	}
	.footer-flist:last-child{
		width: 80px;
	}
	.footer-a{
		width: 120px;
	}
	.footer-b{
		margin-top: 30px;
	}
	.footer-c{
		
	}
	.footer-d{
		margin-top: 25px;
	}
	.footer-e{
		margin-top: 15px;
	}
	.footer-eli>img{
		height: 90px;
	}
	.footer-eli>div{
		margin-top: 10px;
	}
	.footer-g{
		margin-top: 60px;
	}
	.footer-g2{
		height: 45px;
	}
	.footer-lt{
		width: 30%;
	}
	.footer-rt{
		width: 70%;
	}
	.footer-g3{
		width: 100px;
	}
	
	.footer-j>a,
	.footer-k>a{
		font-size: 14px;
	}
	.footer-btm{
		padding: 20px 0;
	}
	.footer-k>a{
		padding-left: 25px;
		background-size: 20px;
	}
}
@media(max-width:1000px){
	.footer-f{
		display: none;
	}
	.footer-lt{
		width: 100%;
		padding-right: 0;
		text-align: center;
	}
	.footer-rt{
		width: 100%;
		display: none;
	}
	.footer-g{
		text-align: center;
		margin-top: 30px;
	}	
	.footer-gli{
		margin: 0 4px;
	}
}
@media(max-width:750px){
	.footer-j>a,
	.footer-k>a{
		font-size: .24rem;
	}
	.footer-lt{
		width: 100%;
		padding: 0;
		text-align: center;
	}
	.footer-rt{
		width: 100%;
	}
	.footer-g{
		margin-top: .3rem;
		text-align: center;
	    display: none;
	}
	.footer-btm{
		padding:.6rem 0 .3rem 0;
	}
	.footer-k>a{
		padding-left: .3rem;
		background-size: .25rem;
		line-height: 1.6;
		margin: 4px;
	}
	.footer{
		padding: .5rem 0 0 0;
	}
	.footer-lt{
		overflow: hidden;
	}
	.footer-ac{
		/*float: left;
		text-align: left;*/
	}
	.footer-a{
		width: 3rem;
		padding-bottom: 0.3rem;
	}
	.footer-b{
		margin-top: .5rem;
	}
	.footer-c{
		font-size: .45rem;
	}
	.footer-de{
		float: right;
	}
	.footer-d{
		margin-top: .3rem;
		display: none;
	}
	.footer-e{
		margin: 0;
	}
	.footer-gli{
		margin: 0 .1rem;
	}
	.footer-g2{
		height: .7rem;
	}
	.footer-g3{
		right: 50%;
		margin-right: -50px;
		margin-bottom: .15rem;
	}
}



.idxban{
	width: 100%;
	position: relative;
}
.idxban-swiper{
	width: 100%;
}
.idxban-sd{
	width: 100%;
	height: 50vw;
}
.idxban-img{
	transform:scale(1);
-ms-transform:scale(1);
-moz-transform:scale(1);
-webkit-transform:scale(1);
}
.idxban-ab{
	position: relative;
	z-index: 3;
	padding-top: 16vw;
	color: #fff;
	top: 30px;
	opacity: 0;
}
.idxban-b{
	font-weight: bold;
	margin-top: .8vw;
}
.idxban-c{
	margin-top: 4.1vw;
	color: #fff;
	border-color: #fff;
}
.idxban-c:hover{
	border-color: #2460a7;
}
.idxban-sd.swiper-slide-active .idxban-ab{
	top: 0;
	opacity: 1;
transition: all .5s .8s;
-webkit-transition: all .5s .8s;
}

.idxban-sd.swiper-slide-active .idxban-img{
	transform:scale(1.05);
-ms-transform:scale(1.05);
-moz-transform:scale(1.05);
-webkit-transform:scale(1.05);
transition: all 5s .5s;
-webkit-transition: all 5s .5s;
}

.idxban-next,
.idxban-prev{
	width: 3.6vw;
	height: 3.6vw;
	border-radius: 100%;
	margin-top: -1.8vw;
	left: 2vw;
	background-color: rgba(0,0,0,.2);
	background-size: .6vw auto;
transition: all .5s;
-webkit-transition: all .5s;
}
.idxban-next{
	left: initial;
	right: 2vw;
}
.idxban-next:hover,
.idxban-prev:hover{
	background-color: rgba(0,0,0,.8);
transition: all .5s;
-webkit-transition: all .5s;
}
.idxban-span{
	
	bottom: 3vw !important;
}
.idxban-span span{
	width: 2.6vw;
	height: 3px;
	background: #b7ac9f;
	opacity: 1;
	border-radius: 0;
}
.about-team{padding-bottom: 3vw}
.idxbans-span {
    bottom: 1.5vw !important;
}
.idxbans-span span{
    width: 2.6vw;
    height: 3px;
    background: #b7ac9f;
    opacity: 1;
    border-radius: 0;
}
.idxban-span span.swiper-pagination-bullet-active{
	background: #2460a7;
}
.idxbans-span span.swiper-pagination-bullet-active{
    background: #2460a7;
}

@media(max-width:1200px){
	.idxban{
		margin-top: 70px;
	}
	.idxban-ab{
		padding: 0 6%;
		padding-top: 15vw;
	}
	.idxban-next,
	.idxban-prev{
		width: 50px;
		height: 50px;
		margin-top: -25px;
		background-size: 12px auto;
	}
}
@media(max-width:750px){
	.idxban{
		margin-top: 1rem;
	}
	.idxban-sd{
		height: 6rem;
	}
	.idxban-ab{
		padding: 0 8%;
		padding-top: 15vw;
	}
	.idxban-next,
	.idxban-prev{
		width: .6rem;
		height: .6rem;
		margin-top: -.3rem;
		background-size: .15rem auto;
	}
	.idxban-span span{
		width: .3rem;
		height: 2px;
	}
    .idxbans-span span{
        width: .3rem;
        height: 2px;
    }
}

.fntbod{
	font-weight: bold;
}


.iabt-bj{
	width: 100%;
	position: relative;
}
.iabt{
	padding-top: 6.3vw;
}
.iabt-div{
	width: 48vw;
}
.iabt-a{
	color: #2460a7;
}
.iabt-b{
	margin-top: .5vw;
	line-height: 1.3;
}
.iabt-c{
	color: #595959;
	margin: 2vw 0;
	min-height: 7.3vw;
	line-height: 2;
}
.iabt-e{
	width: 100%;
	margin-top: 7.4vw;
	position: relative;
	z-index: 3;
	cursor: pointer;
}
.iabt-e>img{
	width: 100%;
}
.iabt-epos{
	width: 100%;
	padding: 0 10%;
	color: #fff;
	position: absolute;
	top: 50%;
	left: 0;
	text-align: center;
	transform:translateY(-50%);
-ms-transform:translateY(-50%);
-moz-transform:translateY(-50%);
-webkit-transformtranslateY(-50%);
}
.iabt-epos>img{
	height: 5.2vw;
}
.iabt-epos>div{
	margin-top: 1vw;
}
.iabt-f{
	width: 33vw;
	height: 44.53125vw;
	position: absolute;
	top: 0;
	right: 0;
}
.iabt-ful{
	width: 100%;
	padding-left: 35%;
	color: #fff !important;
}
.iabt-fli{
	margin-top: 3.7vw;
}
.iabt-fli .about-e23{
	color: #fff;
}
.iabt-fli .about-e3{
	position: relative;
/* 	top: -1vw; */
	top: -0.5vw;
}


@media(max-width:1200px){
	
	.iabt-ful{
		padding-left: 25%;
	}
	.iabt-f{
		height: 48vw;
	}
}
@media(max-width:1000px){
	.iabt-f{
		height: 55vw;
	}
	.iabt-ful{
		padding-left: 20%;
	}
}
@media(max-width:750px){
	.iabt{
		padding-top: .8rem;
	}
	.iabt-div{
		width: 100%;
	}
	.iabt-c{
		margin: .3rem 0;
	}
	.iabt-f{
		position: relative;
		top: initial;
		right: initial;
		width: 100%;
		height: 5rem;
		margin-top: .5rem;
	}
	.iabt-ful{
		padding: 0 5%;
		padding-top: .4rem;
	}
	.iabt-fli{
		width: 50%;
		float: left;
		margin-top: .6rem;
	}
	.iabt-e{
		margin-top: .5rem;
	}
	.iabt-epos>img{
		height: .6rem;
	}
	.iabt-epos>div{
		font-size: .28rem;
	}
}


.isrc{
	padding-top: 23vw;
}
.isrc-ab{
	overflow: hidden;
}
.isrc-a{
	float: left;
}
.isrc-b{
	float: right;
}
.isrc-div{
	width: 100%;
	position: relative;
	margin-top: 3.125vw;
	overflow: hidden;
	height: 38.1vw;
	font-size: 0;
}
.isrc-lt{
	width: 43.125%;
	display: inline-block;
	vertical-align: top;
	height: 100%;
}
.isrc-li{
	display: block;
	width: 100%;
	height: 12.7vw;
	background: #ededed;
	padding: 2.1vw;
	padding-right: 9.5vw;
	position: relative;
}
.isrc-lt .isrc-li:nth-child(2){
	background: #f5f5f5;
}
.isrc-f{
	color: #4e4e4e;
	min-height: 5.16vw;
transition: all .5s;
-webkit-transition: all .5s;  
}
.isrc-g{
	color: #888;
transition: all .5s;
-webkit-transition: all .5s;  
}
.isrc-h{
	width: 5.2vw;
	position: absolute;
	right: 2.1vw;
	bottom: 2.1vw; 
}
.Ssn .isrc-h {
    width: 4.2vw;
}
.isrc-h img {
    width: 100%;
}
.isrc-h .img2{
	display: none;
}
.isrc-li:hover{
	background: #2460a7 !important;
	color: #fff;
}
.isrc-li:hover .isrc-f,
.isrc-li:hover .isrc-g{
	color: #fff;
transition: all .5s;
-webkit-transition: all .5s;  
}
.isrc-li:hover .isrc-h .img1{
	display: none;
}
.isrc-li:hover .isrc-h .img2{
	display: inline-block;
}

.isrc-rt{
	display: inline-block;
	vertical-align: top;
	width: 48.4%;
	height: 100%;
	overflow: hidden;
}
.isrc-j{
	width: 30.5%;
	position: absolute;
	top: 0;
	right: 0;
	height: 14.6vw;
}
.isrc-ja-a{
	display: inline-block;
	position: absolute;
	top: 1.2vw;
	right: 1.2vw;
	padding-bottom: 2.1vw;
	background: url(../img/ico25.png) no-repeat right bottom;
	background-position-x: .5vw auto;
	color: #fff !important;
	padding-right: 1vw;
}
.isrc-ja-b{
	display: inline-block;
	position: absolute;
	bottom: 1.5vw;
	left: 1.2vw;
	background: url(../img/ico25.png) no-repeat right center;
	background-position-x: .5vw auto;
	color: #fff !important;
	padding-right: 2.5vw;
}
.isrc-ja:hover{
	opacity: .7;
	font-size: 1.23vw;
}
.isrc-k{
	width: 42.5%;
	position: absolute;
	bottom: 0;
	right: 0;
	height: 23.6vw;
	background: rgba(245,245,245,.8);
	display: block;
}
.isrc-kdiv{
	position: absolute;
	width: 80%;
	left: 0;
	bottom: 0;
	padding: 3.125vw;
}
.isrc-k2{
	color: #777;
	min-height: auto;
}
.isrc-kimg {
    width: 3.125vw;
    height: 3.125vw;
    position: absolute;
    right: 2.5vw;
    bottom: 2.5vw;
    transition: all .5s;
    -webkit-transition: all .5s;
    background: url('/static/img/ico26.png') no-repeat;
    background-size: cover;
}
.isrc-k:hover{
	background: rgba(245,245,245,1);
}
.isrc-k:hover .isrc-kimg{
	bottom: 3.5vw;
transition: all .5s;
-webkit-transition: all .5s;  
    background: url('/static/img/ico26_a.png') no-repeat;
    background-size: cover;
}

@media(max-width:1200px){
	.isrc-div{
		height: 48vw;
	}
	.isrc-li{
		height: 16vw;
	}
	.isrc-k{
		width: 48%;
	}
	.isrc-j{
		width: 37%;
		height: 18vw;
	}
	.isrc-ja-b{
		left: 2vw;
		bottom: 2vw;
		background-size: 9px auto;
	}
	.isrc-ja-a{
		top: 2vw;
		right: 2vw;
		padding-bottom: 25px;
		background-size: 9px auto;
	}
}
@media(max-width:1000px){
	
	.isrc-div{
		height: auto;
	}
	.isrc-lt{
		width: 100%;
		
	}
	.isrc-li{
		height: 180px;
		padding: 30px;
		padding-right: 120px;
	}
	.isrc-rt{
		width: 90%;
		height: 400px;
	}
	.isrc-k{
		width: 60%;
		height: 220px;
	}
	.isrc-j{
		width: 360px;
		height: 180px;
		top: initial;
		bottom: 220px;
	}
	.isrc-kimg{
		width: 40px;
	}
	.isrc-h{
		width: 60px;
		right: 30px;
		bottom: 30px;
	}
}
@media(max-width:750px){
	.isrc{
		padding-top: 1rem;
	}
	.isrc-div{
		margin-top: .6rem;
	}
	.isrc-li{
		height: auto;
		min-height: 2.6rem;
		padding:.5rem .3rem;
		padding-right: 1.5rem;
	}
	.isrc-f{
		min-height: 1.2rem;
	}
	.isrc-h{
		width: .9rem;
		right: .4rem;
		bottom: .6rem;
	}
    .Ssn .isrc-h {
        width: .9rem;
    }
	.isrc-j{
		width: 4rem;
		height: 2.6rem;
		bottom: 3.4rem;
	}
	.isrc-ja-a{
		font-size: .26rem;
		top: .3rem;
		right: .3rem;
		background-size: 5px auto;
		padding-bottom: 15px;
	}
	.isrc-ja-b{
		left: .4rem;
		bottom: .4rem;
		font-size: .26rem;
		padding-right: 10px;
		
		background-size: 5px auto;
	}
	.isrc-rt{
		width: 90%;
		height: 6rem;
	}
	.isrc-k{
		width: 90%;
		height: 3.4rem;
	}
}



.inws-bj{
	position: relative;
	overflow: hidden;
	padding: 6.25vw 0;
}
.inws{
	position: relative;
	z-index: 2;
}
.inws-div{
	font-size: 0;
	margin-top: 2.6vw;
}

.inws-swiper{
	width: 41%;
	display: inline-block;
	vertical-align: top;
}
.inws-c{
	display: block;
	height: 26vw;
	overflow: hidden;
}
.inws-span span{
	background: #2460a7;
	opacity: 1;
}
.inws-span span.swiper-pagination-bullet-active{
	background: #fff;
}
.inws-e{
	width: 59%;
	display: inline-block;
	vertical-align: top;
	padding-left: 2.5vw;
}
.inws-eli{
	display: block;
	padding-top: 1vw;
	padding-bottom: 1.5vw;
	padding-right: 10vw ;
	border-bottom: 1px solid rgba(0,0,0,.1);
}
.inws-e3{
	margin-top: 1.2vw;
	line-height: 1.5vw;
	height: 1.5vw;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.inws-e4{
	margin-top: 1.4vw;
	line-height: 1.5vw;
	height: 1.5vw;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.inws-eli:first-child{
	padding-top: 0;
}
.inws-e5 {
    width: 2.4vw;
    height: 2.4vw;
    background: url('/static/img/ico26.png') no-repeat;
    background-size: cover;
    position: absolute;
    right: 1vw;
    bottom: 1vw;
    transition: all .5s;
    -webkit-transition: all .5s;
}
.inws-eli:hover .inws-e5 {
    bottom: 2vw;
    transition: all .5s;
    -webkit-transition: all .5s;
    width: 2.4vw;
    height: 2.4vw;
  
    background: url('/static/img/ico26_a.png') no-repeat;
    background-size: cover;
}

@media(max-width:1400px){
	
}
@media(max-width:1200px){
	.inws-c{
		height: 29vw;
	}
	.inws-e3{
		height: 18px;
		line-height: 18px;
	}
}
@media(max-width:1000px){
	.inws-c{
		height: 265px;
	}
	.inws-e3,.inws-e4{
		height: 18px;
		line-height: 18px;
	}
}
@media(max-width:750px){
	.inws-bj{
		padding: 1rem 0;
	}
	.inws-div{
		margin-top: .7rem;
	}
	.inws-swiper{
		width: 100%;
	}
	.inws-c{
		height: 6rem;
	}
	.inws-e{
		width: 100%;
		padding: 0;
		margin-top: .8rem;
	}
	.inws-eli{
		padding: .4rem 0;
		padding-right: 1rem;
	}
	.inws-e5{
		width: .6rem;
height: .6rem;
		right: .2rem;
		bottom: .3rem;
	}
}


.gyban{
	width: 100%;
/* 	height: 38.5416666vw; */
	height: 30.5416666vw;
	position: relative;
}
.gyban-bj{
	z-index: 3;
	color: #fff;
	position: relative;
	z-index: 2;
}
.gyban-a{
	font-weight: bold;
	padding-top: 12vw;
}
.gyban-mbx{
	text-align: right;
	color: #999;
	padding-top: 2.1vw;
}
.gyban-mbx a{
	display: inline-block;
	color: #999;
}
.gyban-mbx a:hover{
	color: #222;
}
@media(max-width:1200px){
	.gyban{
		height: 450px;
		margin-top: 70px;
	}
	.gyban-a{
		padding-top: 200px;
	}
}
@media(max-width:750px){
	.gyban{
		height: 5rem;
		margin-top: 1rem;
	}
	.gyban-a{
		padding-top: 2rem;
	}
}



.research{
	padding: 5.2vw 0;
}
.research-b{
	color: #2460A7;
                line-height:30px;
}
.research-c{
	color: #535353;
}
.research-cd{
	font-size: 0;
}
.research-c{
	display: inline-block;
	vertical-align: top;
	padding-top: 2vw;
	width: 50%;
	padding-right: 6vw;
	text-align: justify;
}
.research-d{
	width: 50%;
	display: inline-block;
	vertical-align: top;
	padding-left: 6vw;
}
.research-d .iabt-fli{
	width: 50%;
	display: inline-block;
	vertical-align: top;
	padding-right: 1vw;
}
.research-d .about-e23{
	color: #2460A7;
}
.research-d .iabt-fli:nth-child(1),
.research-d .iabt-fli:nth-child(2){
	margin-top: 0;
}
.research-ei{
	padding: 4.78vw 0;
}

.research-jk{
	padding: 5.2vw 0;
}
.research-k{
	width: 100%;
	font-size: 0;
	overflow: hidden;
	margin-top: 3.125vw;
}

.research-k .isrc-li{
	width: 50%;
	float: left;
}
.Ssn .isrc-li {
    width: 25%;
    float: left;
}
@media(min-width:1001px) {
    .research-k .isrc-li:nth-child(2), .research-k .isrc-li:nth-child(3), .research-k .isrc-li:nth-child(6){
		background: #f5f5f5;
	}
}
.research-k .isrc-f{
	color: #777;
}
.research-mn-bj{
	background: #2460A7;
	position: relative;
	min-height: 51.56vw;
}
.research-mn-bj .imgBj{
	opacity: .15;
}
.research-mn{
	padding: 8.85vw 0;
	color: #fff;
	position: relative;
	z-index: 2;
}
.research-mn-div{
	font-size: 0;
	margin-top: 2.6vw;
}

.research-m{
	width: 78%;
	padding-right: 8%;
	display: inline-block;
	vertical-align: top;
	padding-top: 1.5vw;
}
.research-mul{
	display: none;
}
.research-mul li{
	line-height: 2.4;
	padding-left: 1.5vw;
	position: relative;
}
.research-mul li:after{
	content: '';
	width: .5vw;
	height: .5vw;
	border-radius: 100%;
	background: #fff;
	position: absolute;
	left: 0;
	top: 1.3vw;
}
.research-n{
	width: 22%;
	display: inline-block;
	vertical-align: top;
	float: right;
}
.research-nli{
	width: 100%;
	padding:1vw 1.5vw;
	line-height: 1.6;
	text-align: right;
	border-bottom: 1px solid rgba(255,255,255,.3);
	cursor: pointer;
transition: all .5s;
-webkit-transition: all .5s; 
}
.research-nli.on{
	background: #009f92;
	text-align: left;
transition: all .5s;
-webkit-transition: all .5s; 
}

@media(max-width:1200px){
	.research-k .isrc-li{
		height: 190px;
	}
	.research-k .isrc-f{
		min-height: 80px;
	}
	.research-mul li{
		padding-left: 20px;
	}
	.research-mul li:after{
		width: 8px;
		height: 8px;
		top: 18px;
	}
}
@media(max-width:1000px){
	.research-k .isrc-li{
		width: 100%;
	}
	.research-k .isrc-li:nth-child(2n + 0){
		background: #f5f5f5;
	}
	.research-mul li:after{
		top: 17px;
	}
	.research-mul{
		font-size: 16px;
	}
	.research-nli{
		padding: 15px 20px;
		font-size: 16px;
	}
}

@media(max-width:750px){
	.gyban-mbx{
		padding-top: .3rem;
	}
	.research{
		padding: .8rem 0;
	}
	.research-c{
		width: 100%;
		padding: 0;
	}
	.research-d{
		width: 100%;
		padding: 0;
		margin-top: .6rem;
	}
	.research-ei{
		padding: .8rem 0;
	}
	.research-jk{
		padding: .8rem 0;
	}
	.research-k{
		margin-top: .6rem;
	}
	.research-k .isrc-f{
		font-size: .24rem;
		min-height: 1.2rem;
	}
	.research-k .isrc-li{
		height: auto;
		min-height: 2.4rem;
	}
	.research-mn-div{
		margin-top: .6rem;
	}
	.research-mn{
		height: 1rem 0;
	}
	.research-n{
		width: 50%;
		float: inherit;
	}
	.research-nli{
		font-size: .26rem;
		padding: .15rem .25rem;
	}
	.research-m{
		width: 100%;
		padding: 0;
		padding-top: .6rem;
	}
	.research-mul{
		font-size: .26rem;
	}
	.research-mul li{
		line-height: 2;
		padding-left: .25rem;
	}
	.research-mul li:after{
		width: .1rem;
		height: .1rem;
		top: .2rem;
	}
}


.gyban-nav-bj{
	border-bottom: 1px solid rgba(0,0,0,.2);
}
.gyban-nav{
	font-size: 0;
}
.gyban-nav a{
	font-size: 0.98vw;
	line-height: 4.16vw;
	margin-left: 4.16vw;
	display: inline-block;
	position: relative;
	font-weight: bold;
}
.gyban-nav a:first-child{
	margin-left: 0;
}
.gyban-nav a:after{
	content: '';
	width: 0%;
	height: 2px;
	background: #2460A7;
	position: absolute;
	left: 50%;
	bottom: 0;
transition: all .5s;
-webkit-transition: all .5s;  
}
.gyban-nav a.on,
.gyban-nav a:hover{
	color: #2460A7;
}
.gyban-nav a.on:after,
.gyban-nav a:hover:after{
	width: 100%;
	left: 0;
transition: all .5s;
-webkit-transition: all .5s;  
}

.drug-bj{
	overflow: hidden;
}
.drug{
	font-size: 0;
}
.drug-lt{
	width: 23%;
	display: inline-block;
	vertical-align: top;
	padding: 2.5vw 0;
}
.drug-b{
	margin-top: 4.2vw;
}
.drug-bli{
	display: block;
	padding: 1vw 1.5vw;
	line-height: 1.6;
	border-bottom: 1px solid rgba(0,0,0,.2);
	cursor: pointer;
}
.drug-bli.on{
	background: #009f92;
	color: #fff;
}
.drug-rt{
	width: 77%;
	display: inline-block;
	vertical-align: top;
	position: relative;
	min-height: 40vw;
	padding-top: 5.2vw;
	padding-bottom: 3vw;
	padding-left: 6.5vw;
}
.drug-rt:after{
	content: '';
	width: 80vw;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: #fff;
}
.drug-d{
	color: #2460a7;
}
.drug-dul{
	margin-top: 2.1vw;
	color: #333;
	display: block;
}
.drug-div{
	position: relative;
	z-index: 2;
	display: none;
}
.drug-dul li:after{
	background: #c0c0c0;
	margin-bottom: .8rem;
	top: 1vw;
}

@media(max-width:1200px){
	.gyban-nav a{
		font-size: 14px;
		line-height: 60px;
		margin-left: 30px;
	}
	.drug-lt{
		width: 35%;
		padding: 40px 0;
	}
	.drug-rt{
		width: 65%;
		padding: 40px 0;
		padding-left: 50px;
		min-height: 70vw;
	}
	.drug-bli{
		padding: 15px 25px;
	}
	.drug-dul li:after{
		top: 15px;
	}
}
@media(max-width:1000px){
	.gyban-nav a{
		font-size: 12px;
		line-height: 50px;
		margin-left: 20px;
	}
	.drug-bli{
		font-size: 16px;
	}
	
}
@media(max-width:750px){
	.gyban-nav-bj{
		overflow: hidden;
		height: .7rem;
		width: calc(100% + 5px);
	}
	.gyban-nav{
		width: 100%;
		padding: 0 .4rem;
		overflow-x: auto;
		white-space:nowrap !important;
		height: calc(100% + 5px);
	}
	.gyban-nav a{
		margin-left: .3rem;
		font-size: .26rem;
		line-height: .7rem;
	}
	.gyban-nav a:first-child{
		margin-left: 0;
	}
	.drug-bj{
		background: #fff !important;
	}
	.drug-rt:after{
		display: none;
	}
	.drug-lt{
		width: 100%;
		padding: .6rem 0;
	}
	.drug-b{
		width: 103%;
		margin-top: .6rem;
		overflow: hidden;
	}
	.drug-bli{
		width: 47%;
		margin-right: 3%;
		float: left;
		font-size: .24rem;
		padding: .15rem .25rem;
	}
	.drug-rt{
		width: 100%;
		padding: 0 0 .8rem 0;
	}
	.drug-dul{
		margin-top: .4rem;
	}
	.drug-dul li:after{
		top: .2rem;
	}
}


.preparation{
	padding: 5.2vw 0;
}
.preparation-ul{
	font-size: 0;
	margin-top: 2.5vw;
}
.preparation-li{
	display: inline-block;
	vertical-align: top;
	width: 47%;
	margin: 0 1.5%;
	margin-bottom: 5.2vw;
	background: #4e7eb7;
	height: 25vw;
	position: relative;
}
.preparation-ab{
	width: 100%;
	background: #4e7eb7;
}
.preparation-a{
	width: 100%;
	height: 8.3vw;
	padding: 0 3.2vw;
	padding-top: 4.7vw;
	background: #f5f5f5;
}
.preparation-b{
	text-align: center;
	padding: 5.2vw;
}
.preparation-b img{
	height: 7.3vw;
}
.preparation-cd{
	background: #4e7eb7;
	padding: 3.7vw 3.7vw;
	padding-right: 3vw;
	color: #fff;
	opacity: 0;
transition: all .5s;
-webkit-transition: all .5s;  
}
.preparation-c2{
	margin-top: 3.125vw;
}
.preparation-d{
	width: 10.4vw;
	position: absolute;
	right: 2vw;
	top: 2vw;
	opacity: .5;
}
.preparation-li:hover .preparation-cd{
	opacity: 1;
transition: all .5s;
-webkit-transition: all .5s;  
}
@media(max-width:1200px){
	.preparation-cd{
		opacity: 1;
	}
	.preparation-ul{
		margin-top: 50px;
	}
	.preparation-li{
		height: 300px;
	}
}
@media(max-width:1000px){
	.preparation-ul{
		margin-top: 50px;
	}
	.preparation-li{
		height: 300px;
		
	}
	.preparation-cd{
		padding-top: 80px;
	}
	.preparation-c1{
		font-size: 18px;
	}
	.preparation-c2{
		font-size: 14px;
		line-height: 1.8;
		margin-top: 25px;
	}
	.preparation-d{
		width: 16vw;
	}
}
@media(max-width:750px){
	.preparation{
		padding: .8rem 0;
	}
	.preparation-ul{
		margin-top: .6rem;
	}
	.preparation-li{
		width: 100%;
		margin: 0;
		margin-bottom: .5rem;
		height: auto;
	}
	.preparation-ab{
		display: none;
	}
	.preparation-cd{
		position: initial;
		min-height: 5rem;
		padding: .8rem .4rem;
		padding-top: 1.2rem;
		padding-right: .6rem;
	}
	.preparation-c2{
		font-size: .26rem;
		margin-top: .4rem;
	}
	.preparation-d{
		width: 2.2rem;
		top: .3rem;
		right: .3rem;
	}
	.gyban-mbx{
		display: none;
	}
}



.produce{
	padding: 3.125vw 0 5.2vw 0;
}
.produce-ab{
	font-size: 0;
}
.produce-a{
	width: 50%;
	display: inline-block;
	vertical-align: top;
	padding-right: 5.5vw;
}
.produce-a2{
	margin-top: 3.7vw;
	text-align: justify;
}
.produce-b{
	
	width: 50%;
	display: inline-block;
	vertical-align: top;
	padding-left: 2vw;
	padding-top: 1vw;
	text-align: center;
}
.produce-b img{
	min-width: 26vw;
}
.produce-ul{
	margin-top: 5.2vw;
	font-size: 0;
	width: 105%;
}
.produce-li{
	display: inline-block;
	vertical-align: top;
	width: 28.333%;
	margin-right: 5%;
	text-align: center;
}
.produce-d{
	height: 7.3vw;
}
.produce-f{
	color: #888;
}
@media(max-width:1200px){
	.produce-f{
		font-size: 16px;
	}
}
@media(max-width:750px){
	.produce{
		padding: .8rem 0;
	}
	.produce-a{
		width: 100%;
		padding: 0;
	}
	.produce-b{
		width: 100%;
		padding-left: 0;
		padding-top: .5rem;
	}
	.produce-ul{
		margin-top: .8rem;
	}
	.produce-li{
		width: 45%;
		margin-bottom: .5rem;
	}
	.produce-d{
		height: 1rem;
	}
	.produce-e{
		font-size: .34rem;
	}
	.produce-f{
		font-size: .26rem;
	}
}


.product{
	padding-top: 3.75vw ;
	padding-bottom: 6.25vw;
}
.product-ul{
	width: 104%;
	margin-top: 4.1vw;
	font-size: 0;
}
.product-li{
	display: inline-block;
	vertical-align: top;
	text-align: center;
	width: 29.333%;
	margin-right: 4%;
	margin-bottom: 6.2vw;
}
.product-b{
	width: 100%;
	height: 17.7vw;
	position: relative;
	overflow: hidden;
}
.product-c{
	padding-top: 1.8vw;
}
@media(max-width:1200px){
	.product-b{
		height: 19.5vw;
	}
	.product-c{
		font-size: 16px;
	}
}
@media(max-width:750px){
	.product{
		padding: .8rem 0;
	}
	.product-ul{
		width: 102%;
		margin-top: .6rem;
	}
	.product-li{
		width: 48%;
		margin-right: 2%;
	}
	.product-b{
		height: 31vw;
	}
	.product-c{
		font-size: .24rem;
		padding-top: .15rem;
	}
}


.contact{
	padding: 4.1vw 0;
}
.contact-b{
	color: #838383;
}
.contact-c{
	text-align: center;
	margin-top: 1.5vw;
}
.contact-cli{
	display: inline-block;
	padding: 0 1.5vw;
	min-width: 10vw;
	line-height: 2.6vw;
	border-radius: 1.3vw;
	border: 1px solid rgba(0,0,0,.1);
	text-align: center;
	color: #3d3d3d;
	margin: 0 1vw;
	cursor: pointer;
transition: all .5s;
-webkit-transition: all .5s;
}
.contact-cli:hover,
.contact-cli.on{
	background: #2460a7;
	color: #fff;
	border-color: #2460A7;
transition: all .5s;
-webkit-transition: all .5s;
}
.contact-div{
	margin-top: 2.4vw;
}
.contact-de{
	border-radius: 15px;
	background: #f9f9f9;
	padding: 2.6vw 2.16vw;
	font-size: 0;
	/*display: none;*/
}
.contact-d{
	width: 41%;
	font-size: 0;
	display: inline-block;
	vertical-align: top;
}
.contact-j{
	width: 59%;
	display: inline-block;
	vertical-align: top;
	padding-left: 4.16vw;
	padding-top: 2.1vw;
}
.contact-j1{
	color: #2460a7;
}
.col66{
	color: #666;
}
.contact-k{
	color: #2460A7;
	margin-top: 3.75vw;
}
.contact-ul{
	width: 103%;
	font-size: 0;
	margin-top: 3.125vw;
}
.contact-li{
	width: 30.333%;
	margin-right: 3%;
	margin-bottom: 3%;
	border: 1px solid rgba(0,0,0,.1);
	padding: 1.3vw;
	min-height: 12vw;
	display: inline-block;
	vertical-align: top;
transition: all .5s;
-webkit-transition: all .5s;  
}
.ontact-g{
	color: #5f5f5f;
}
.contact-hi{
	font-size: 0;
	margin-top: 1vw;
}
.contact-h{
	width: calc(100% - 7vw);
	padding-top: 1vw;
	display: inline-block;
	vertical-align: top;
}
.contact-i{
	width: 7vw;
	display: inline-block;
	vertical-align: top;
	padding-left: 1vw;
}
.contact-li:hover{
	background: #F5F5F5;
transition: all .5s;
-webkit-transition: all .5s;  
}


.contact-ef{
	padding: 5.25vw 0;
}
.fntbod{
	font-weight: bold;
}
.contact-e{
	text-align: center;
}
.contact-e2{
	text-align: center;
	color: #838383;
}
.contact-f{
	width: 100%;
}
.contact-ful{
	width: 102.1%;
	font-size: 0;
	margin-top: 3.125vw;
}
.contact-ful .int1{
	width: 47.9%;
	margin-right: 2.1%;
	margin-bottom: 2.1%;
	height: 3.6vw;
	padding: 0 1vw;
	font-size: 0.83333vw;
	color:#d5d5d5;
	background: #fff;
	border: 0;
}
.contact-ful .int2{
	width: 97.9%;
}
.contact-f2{
	width: 100%;
	height: 16.14583vw;
	background: #fff;
	line-height: 2vw;
	font-size: 0.83333vw;
	color: #000;
	padding:.5vw 1vw;
	border: 0;
	resize: none;
}
.contact-f3{
	text-align: center;
	margin-top: 3.125vw;
}
.gybut2{
	background: #2460A7;
	color: #fff;
}
.gybut2:hover{
	opacity: .7;
}

@media(max-width:1200px){
	.contact-j{
		padding-top: 0;
		padding-left: 30px;
	}
	.contact-cli{
		padding: 0 20px;
		min-width: 100px;
		line-height: 40px;
		border-radius: 20px;
	}
	.contact-d{
		width: 35%;
	}
	.contact-j{
		width: 65%;
	}
	.contact-li{
		width: 47%;
	}
	.contact-h{
		width: calc(100% - 130px);
	}
	.contact-i{
		width: 130px;
		padding-left: 30px;
	}
	.contact-li{
		padding: 20px;
		min-height: 170px;
	}
}
@media(max-width:1000px){
	.contact-c{
		margin-top: 40px;
	}
	.contact-de{
		padding: 40px 30px;
	}
	.contact-d{
		width: 60%;
	}
	.contact-j{
		width: 100%;
		padding-left: 0;
		padding-top: 40px;
	}
	.contact-ul{
		width: 100%;
	}
	.contact-li{
		width: 100%;
	}
}
@media(max-width:750px){
	.contact{
		padding: .8rem 0;
	}
	.contact-c{
		margin-top: .6rem;
	}
	.contact-cli{
		font-size: .26rem;
		line-height: .67rem;
		padding: 0 .3rem;
		min-width: 1.2rem;
	}
	.contact-div{
		margin-top: .6rem;
	}
	.contact-de{
		padding: .4rem;
	}
	.contact-d{
		width: 100%;
	}
	.contact-j{
		padding-top: .4rem;
	}
	.contact-j2{
		font-size: .26rem;
		margin-top: .3rem;
	}
	.contact-k{
		margin-top: .8rem;
	}
	.contact-ul{
		margin-top: .6rem;
	}
	.contact-li{
		padding: .3rem;
		min-height: auto;
	}
	.contact-g{
		font-weight: bold;
	}
	.contact-hi{
		margin-top: .3rem;
	}
	.contact-h{
		width: calc(100% - 1.6rem);
		font-size: .24rem;
	}
	.contact-i{
		width: 1.6rem;
		padding-left: .3rem;
	}
	
	.contact-ef{
		padding: .8rem 0;
	}
	.contact-ful{
		width: 100%;
		margin-top: .5rem;
	}
	.contact-ful .int1{
		width: 100%;
		margin-right: 0;
		margin-bottom: 3%;
		height: .7rem;
		padding: 0 .2rem;
	}
	.contact-f2{
		height: 3rem;
		padding: .2rem;
		line-height: .4rem;
	}
	.contact-ful .int1,
	.contact-f2{
		font-size: .26rem;
	}
	.contact-f3{
		margin-top: .5rem;
	}
}

.technology{
	padding: 5.2vw 0;
}
.technology-b{
	color: #2460A7;
               font-weight:600;
}
.technology-ul{
	width: 102%;
	margin-top: 6.25vw;
	font-size: 0;
	overflow: hidden;
}
.technology-li{
	width: 28%;
	margin-right: 2%;
	height: 38vw;
	float: left;
	margin-bottom: 2%;
	background: #333;
	position: relative;
}
.technology-li:nth-child(2),
.technology-li:nth-child(3){
	width: 33%;
	height: 17.18vw;
}
.technology-li:nth-child(4){
	width: 68%;
	height: 19.2vw;
}
.technology-d{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 2.1vw;
	z-index: 3;
transition: all .5s;
-webkit-transition: all .5s; 
}
.technology-d2{
	color: #777;
	color: #fff;
	display: none;
	margin-top: 1vw;
}
.technology-li:after{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #2460A7;
	opacity: 0;
transition: all .5s;
-webkit-transition: all .5s;  
}
.technology-li:hover:after{
	opacity: .8;
transition: all .5s;
-webkit-transition: all .5s;  
}
.technology-li:nth-child(1) .technology-d{
	bottom: initial;
	top: 2vw;
}
.technology-li:hover .technology-d{
	color: #fff;
transition: all .5s;
-webkit-transition: all .5s; 
}
/*.technology-li:hover .technology-d2{
	color: #fff;
transition: all .5s;
-webkit-transition: all .5s; 
}*/
/*.technology-li:nth-child(1) .technology-d2{
	color: #fff;
}*/
@media(max-width:1200px){
	.technology-d1{
		font-size: 16px;
	}
	.technology-d2{
		font-size: 13px;
	}
}
@media(max-width:1000px){
	.technology-li:nth-child(1){
		width: 43%;
		height: 50vw;
	}
	.technology-li:nth-child(2),
	.technology-li:nth-child(3){
		width: 53%;
		height: 24vw;
	}
	.technology-li:nth-child(4){
		width: 98%;
		height: 30vw;
	}
}
@media(max-width:750px){
	.technology{
		padding: .8rem 0;
	}
	.technology-d{
		padding: .4rem;
	}
	.technology-d1{
		font-size: .32rem;
	}
	.technology-d2{
		font-size: .24rem;
		margin-top: .2rem;
	}
	.technology-li:nth-child(1){
		width: 98%;
		height: 80vw;
	}
	.technology-li:nth-child(2),
	.technology-li:nth-child(3){
		width: 98%;
		height: 50vw;
	}
	.technology-li:nth-child(4){
		width: 98%;
		height: 50vw;
	}
}



.news{
	padding: 5.2vw 0;
}
.news-ul{
	width: 103%;
	font-size: 0;
	margin-top: 4.5vw;
	margin-bottom: 2.1vw;
}
.news-li{
	display: inline-block;
	vertical-align: top;
	width: 30.333%;
	margin-right: 3%;
	margin-bottom: 3%;
	height: 28.125vw;
	background: #fcfcfc;
	position: relative;
}
.news-b{
	width: 100%;
	height: 14vw;
	overflow: hidden;
}
.news-div{
	padding: 1.8vw;
}
.news-d{
	line-height: 1.6vw;
	height: 1.5vw;
	margin-top: .8vw;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
     font-weight:bold;
}
.news-e{
	line-height: 1.3vw;
	height: 2.6vw;
	margin: 1vw 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.news-ul2 .news-li:nth-child(1){
	width: 63.333%;
}
.news-ul2 .news-li:nth-child(1) .news-b{
	height: 28.125vw;
}
.news-ul2 .news-li:nth-child(1) .news-div{
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 1.5vw 2.6vw;
	z-index: 2;
	width: 100%;
	background: rgba(255,255,255,.7);
}
.news-ul2 .news-li:nth-child(1) .news-e,
.news-ul2 .news-li:nth-child(1) .news-f{
	display: none;
}

@media(max-width:1200px){
	.news-li{
		height: 335px !important;
	}
	.news-d{
		line-height: 20px;
		height: 40px;
	}
	.news-e{
		line-height: 20px;
		height: 40px;
	}
	.news-b{
		height: 160px;
	}
	.news-ul2 .news-li:nth-child(1) .news-b{
		height: 335px;
	}
}
@media(max-width:1000px){
	.news-li{
		width: 47%;
	}
	.news-b{
		height: 180px;
	}
	.news-ul2 .news-li:nth-child(1){
		width: 97%;
	}
}

@media(max-width:750px){
	.news{
		padding: .8rem 0;
	}
	.news-b{
		height: 1.8rem;
	}
	.news-div{
		padding: .2rem;
	}
	.news-d{
		font-size: .28rem;
		line-height: .35rem;
		height: .7rem;
		margin-top: .15rem;
	}
	.news-e{
		font-size: .22rem;
		line-height: .3rem;
		height: .6rem;
		margin: .1rem 0 .15rem 0;
	}
	.news-f{
		font-size: .22rem;
	}
	.news-li{
		height: auto !important;
	}
	.news-ul2 .news-li:nth-child(1){
		height: 4rem !important;
	}
	.news-ul2 .news-li:nth-child(1) .news-div{
		padding: .2rem .3rem;
	}
	.news-ul2 .news-li:nth-child(1) .news-d{
		height: auto;
		max-height: .7rem;
	}
	.news-ul2 .news-li:nth-child(1) .news-b{
		height: 100%;
	}
	.news-ul{
		margin: .6rem 0;
	}
}



.nwinfo{
	padding: 2.6vw 0;
}
.nwinfo-ab{
	width: 74%;
}
.nwinfo-b{
	margin-top: 1vw;
	color: #000000;
	margin-bottom: 1.8vw;
	font-weight: 600;
}
.nwinfo-cnt{
	font-size: 0;
}
.nwinfo-lt{
	width: 74%;
	display: inline-block;
	vertical-align: top;
}
.nwinfo-c{
	padding: 1.5vw 0;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.nwinfo-d{
	text-align: right;
	padding-top: 3.125vw;
	padding-bottom: 2.1vw;
}
.nwinfo-da{
	display: inline-block;
	vertical-align: top;color: #2460A7;
}
.nwinfo-back {
    display: inline-block;
    vertical-align: top;
    color: #2460A7;
    line-height: 1.9vw;
    height: 1.9vw;
    padding: 0 1.17vw;
    width: unset;
    position: absolute;
    left: 50%;
    top: 1.8vw;
}
.nwinfo-e{
	border-top: 1px solid #ddd;
	overflow: hidden;
	padding-top: 1.8vw;
    position: relative;
}
.nwinfo-eli{
	display: inline-block;
	float: left;
	max-width: 45%;
	padding-left: 1.5vw;
	background: url(../img/ico29_1.png) no-repeat left center;
	background-size: .7vw auto;
	height: 2vw;
	line-height: 2vw;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.nwinfo-eli2{
	padding-left: 0;
	padding-right: 1.8vw;
	background: url(../img/ico29_2.png) no-repeat right center;
	background-size: .7vw auto;
	float: right;
}
.nwinfo-rt{
	width: 26%;
	display: inline-block;
	vertical-align: top;
	padding-left: 1.3vw;
}
.nwinfo-rt-div{
	width: 100%;
	border: 1px solid #ddd;
	padding: 1.6vw;
}
.nwinfo-f{
	padding: .6vw 0 ;
	border-bottom: 3px solid #2460A7;
	color: #666;
}
.nwinfo-li{
	display: block;
	padding: 1.2vw 0;
	border-bottom: 1px dashed #333;
}
.nwinfo-g1{
	overflow: hidden;
}
.nwinfo-g2{
	margin-top: 1vw;
	color: #959494;
}
.nwinfo-g3{
	color: #434343;
	margin-top: .6vw;
	height: 1.4vw;
	line-height: 1.4vw;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.nwinfo-li:hover .nwinfo-g3{
	color: #2460A7;
}

@media(max-width:1000px){
	.nwinfo-rt{
		display: none;
	}
	.nwinfo-ab,
	.nwinfo-lt{
		width: 100%;
	}
}
@media(max-width:1000px){
	.nwinfo{
		padding: .8rem 0;
	}
	.nwinfo-b{
		margin-bottom: .3rem;
	}
	.nwinfo-c{
		padding: .3rem 0;
	}
	.nwinfo-d{
		padding: .3rem 0 .2rem 0; 
	}
	.nwinfo-e{
		padding-top: .2rem;
	}
	.nwinfo-eli{
		float: left;
		max-width: 40%;
		height: .4rem;line-height: .4rem;
		margin-bottom: .15rem;
		padding: 0 .25rem !important;
		background-size: .15rem auto;
	}
	.nwinfo-eli2{
		padding-left: 0;
	    float: right;
	}
    .nwinfo-back {
        top: .2rem;
        padding: 0 .25rem !important;
        height: .4rem;
        line-height: .37rem;
        left: 45%;
    }
}


.pipeline-a{
	padding-top: 4.16vw;
}
.pipeline-b{
	margin-top: 2.6vw;
	font-size: 0;
}
.pipeline-bli{
	display: inline-block;
	vertical-align: top;
	padding: 1.2vw 0;
	line-height: 1.4;
	text-align: center;
}
.pipeline-b1{
	width: 12%;
	text-align: left;
}
.pipeline-b2{
	width: 9%;
}
.pipeline-b3{
	width: 17%;
	padding-right: 1vw;
	padding-left: 1vw;
}
.pipeline-b4{
	width: 44%;
	text-align: left;
}
.pipeline-b4-1{ display: flex;}
.pipeline-b4-1s {
    width: 33.333%;
    text-align: center;
}
.pipeline-b4-1ts {
    width: 50%;
    text-align: center;
}
.pipeline-b4-1s-r{ margin-left: 10%;}
.pipeline-b5 {
    width: 9.5%;
    text-align: left;
    position: relative;
}
.pipeline-b5-a{
	width: 1.3vw;
	position: absolute;
	left: .8vw;
	bottom: 65%;
}
.pipeline-b5-b{
	width: 1.1vw;
	position: absolute;
	left: .5vw;
	bottom: 30%;
}
.pipeline-b6{
	width: 6.5%;
	overflow: hidden;
}
.pipeline-b6-a{
	width: 40%;
	float: left;
}
.pipeline-b6-b{
	width: 37%;
	float: right;
}
.pipeline-bj{
	padding-bottom: 4.16vw;
}
.pipeline-div{
	font-size: 0;
	color: #595959;
}
.pipeline-li:nth-child(2n + 1){
	background: #f9f9f9;
}
.pipeline-li{
	transition: all .5s;
-webkit-transition: all .5s;  
}
.pipeline-li:hover{
	background: #ddd !important;

} 
.pipeline-e{
	width: 100%;
	height: .6vw;
	border-radius: .3vw;
	background: #e6e5e5;
	overflow: hidden;
	font-size: 0;
	position: relative;
}
.pipeline-e span{
	display: inline-block;
	height: 100%;
	border-radius: .3vw;
	position: absolute;
	left: 0;
	top: 0;
	width: 0%;
	background: #2460a7;
transition: all 1s linear ;
-webkit-transition: all 1s linear;  
}
.pipeline-e.on span{
	background: #019a8e;
}
.pipeline-div .pipeline-b6{
	padding: 1vw 0;
}
.pipeline-div .pipeline-b4{
	padding-top: 1.5vw;
}
@media(max-width:1200px){
	.pipeline-b6{
		width: 8%;
	}
	.pipeline-b5{
		width: 8%;
	}
}
@media(max-width:1000px){
	.pipeline-bli{
		font-size: 13px;
	}
	.pipeline-b4{
		width: 34%;
	}
	.pipeline-b1{
		width: 21%;
	}
	.pipeline-b3{
		width: 20%;
	}
	.pipeline-b6{
		width: 10%;
	}
	.pipeline-b5{
		width: 6%;
	}
	.pipeline-div .pipeline-b4{
		padding-top: 2.2vw;
	}
	.pipeline-b5-a{
		width: 12px;
		left: 10px;
		bottom: 70%;
	}
	.pipeline-b5-b{
		width: 12px;
		bottom: 20%;
		left: 2px;
	}
}

@media(max-width:750px){
	.pipeline-a{
		padding-top: .8rem;
	}
	.pipeline-scl-bj{
		width: 100%;
		overflow-x: auto;
	}
	.pipeline-scl{
		width: 600px;
	}
	.pipeline-b{
		width: ;
		margin-top: .6rem;
	}
	.pipeline-bli{
		font-size: .22rem;
		padding: .2rem 0;
	}
	.pipeline-b4{
		width: 42%;
	}
	.pipeline-b1{
		width: 21%;
	}
	.pipeline-b2{
		width: 8%;
	}
	.pipeline-b3{
		width: 12%;
	}
	.pipeline-b6{
		width: 8%;
	}
	.pipeline-b5{
		width: 8%;
	}
	.pipeline-e{
		height: 4px;
		border-radius: 3px;
	}
	.pipeline-e span{
		border-radius: 3px;
	}
	.pipeline-div .pipeline-b6{
		padding: .2rem 0;
	}
	.pipeline-div .pipeline-b4{
		padding-top: .3rem;
	}
	.pipeline-bj{
		padding-bottom: .6rem;
	}
}




.about-hj{
	padding: 6.25vw 0;
}
.about-h{

}
.about-i{
	margin-top: 4vw;
	position: relative;
	padding: 0 3.2vw;
}
.about-iprev,.about-inext{
	top: 0 !important;
	margin-top: 0 !important;
	left: 0 !important;
}
.about-inext{
	left: initial !important;
	right: 0 !important;
}
.about-idiv{
	width: 100%;
	position: relative;
	font-size: 0;
}
.about-ixt{
	width: 100%;
	height: 1px;
	border-top: 1px dotted #ccc;
	position: absolute;
	top: 1.4vw;
	left: 0;
}
.about-iswiper{
	width: 100%;
	margin-left: 0%;
	position: relative;
	z-index: 3;
	min-height:8vw;
}
.about-isd{
	width: 10%;
	text-align: center;
	padding-top: 1.4vw;
	cursor: pointer;
transition: all .5s;
-webkit-transition: all .5s;
}
.about-i3{
	text-align: center;
	color: #999;
	margin-top: .2vw;
transition: all .5s;
-webkit-transition: all .5s;
}
.about-i2{
	width: 100%;
	height: 0;
	position: relative;
}
.about-i3:after{
	content: '';
	width: 8px;
	height: 8px;
	background: #ddd;
	border-radius: 100%;
	position: absolute;
	left: 50%;
	top: 1.4vw;
	margin-left: -4px;
	margin-top: -4px;
transition: all .5s;
-webkit-transition: all .5s;
}
.about-isd.on{
	width: 50% !important;
transition: all .5s;
-webkit-transition: all .5s;
}
.about-isd.on .about-i3{
	font-size: 2.25vw;
	color: #2460A7;
	margin-bottom: 0;
transition: all .5s;
-webkit-transition: all .5s;
}
.about-isd.on .about-i3:after{
	width: 12px;
	height: 12px;
	margin-left: -6px;
	margin-top: -6px;
	background: #009f92;
transition: all .5s;
-webkit-transition: all .5s;
}

.about-jswiper{
	width: 100%;
	margin-top: 1.5vw;
}
.about-jsd{
	overflow: hidden;
}
.about-j2{
	width: 31.25vw;
	float: left;
	margin-left: 3vw;
	overflow: hidden;
}
.about-j2 img{
	max-width: 100%
}
.about-j34{
	width: 31.25vw;
	float: left;
	margin-left: 8vw;
	padding-top: 6.2vw;
}
.about-j3{
	line-height: 1;
}
.about-j4{
	line-height: 1.8;
	margin-top: .5vw;
}

.about-iprev, .about-inext {
	top: 0 !important;
    margin-top: 0 !important;
    left: 0 !important;
    width: 2.8vw;
    height: 2.8vw;
    margin-top: -1.4vw;
    left: -1.4vw;
    background: url(../img/ico12_1.png) no-repeat center;
    background-size: 98%;
}
.about-inext {
    left: initial !important;
    right: 0 !important;
        background-image: url(../img/ico12_2.png);
}



.about-oq{
	padding: 6.2vw 0;
}
.about-o{
	margin-bottom: 3.125vw;
	text-align: center;
}
.about-oli{
	display: inline-block;
	background: #fff;
	line-height: 2;
	padding: 0 1.5vw;
	min-width: 10vw;
	border-radius: 1.5vw;
	margin: 0 1.5vw;
	cursor: pointer;
}
.about-oli:hover,
.about-oli.on{
	background: #2460A7;
	color: #fff;
}
.about-pq{
	margin-top: ;
	overflow: hidden;
}
.about-p{
	width: 50%;
	float: left;
	/*padding-top: 3.2vw;*/
}
.about-pul{
	display: none;
}
.about-q{
	width: 50%;
	float: right;
	text-align: center;
	font-size: 0;
}
.about-q>div{
	width: 24.2vw;
	display: inline-block;
}
.about-q>div img{
	width: 100%;
}
.about-pli{
	display: ;
}
.about-pt{
	display: inline-block;
	margin-bottom: .7vw;
	padding-left: 1.2vw;
	position: relative;
	color: #888;
	line-height: 1.7;
	cursor: pointer;
transition: all .5s;
-webkit-transition: all .5s;
}
.about-pt:after{
	content: '';
	width: .5vw;
	height: .5vw;
	position: absolute;
	top: .51vw;
	left: 0;
	border-radius: 100%;
	background: #2460A7;
}
.about-pt:hover,
.about-pt.on{
	color: #000;
	font-weight: bold;
transition: all .5s;
-webkit-transition: all .5s;
}


@media(max-width:1200px){
	.about-j2{
		width: 43%;
		margin-left: 0;
	}
	.about-j34{
		width: 47%;
		margin-left: 10%;
		padding-top: 0;
	}
	.about-i{
		padding: 0 45px;
	}
	.about-isd{
		padding-top: 25px;
	}
	.about-ixt{
		top: 20px;
	}
	.about-i3:after{
		top: 20px;
	}
	
	.about-o{
		margin-bottom: 40px;
	}
	.about-oli{
		padding: 0 20px;
		min-width: 140px;
		margin: 0 10px;
		line-height: 2.2;
		border-radius: 25px;
	}
	.about-pt{
		padding-left: 20px;
	}
	.about-pt:after{
		width: 8px;
		height: 8px;
		top: 13px;
	}
	.about-p{
		width: 60%;
	}
	.about-q{
		width: 40%;
		text-align: right;
	}
	.about-q>div{
		width: 30vw;
	}
	.about-iprev, .about-inext{
		width: 40px;
    	height: 40px;
	}
}
@media(max-width:1000px){
	.about-h{
	}
	.about-p{
		width: 100%;
	}
	.about-q{
		width: 100%;
		margin-top: 40px;
		text-align: left;
	}
	.about-q>div{
		width: 60%;
		
	}
}
@media(max-width:750px){
	.about-j2{
		width: 100%;
		margin-left: 0;
	}
	.about-j34{
		width: 100%;
		margin-left: 0%;
		padding-top: .4rem;
	}
	.about-i{
		padding: 0 .8rem;
	}
	.about-isd{
		padding-top: .4rem;
	}
	.about-ixt{
		top: .35rem;
	}
	.about-i3:after{
		top: .35rem;
	}
	.about-isd{
		width: 25%;
	}
	.about-i3:after{
		width: 6px;
		height: 6px;
		margin-left: -3px;
		margin-top: -3px;
	}
	.about-isd.on .about-i3:after{
		width: 8px;
		height: 8px;
		margin-left: -4px;
		margin-top: -4px;
	}
	.about-isd.on .about-i3{
		font-size: .4rem;
	}
	.about-jswiper{
		margin-top: .4rem;
	}
	
	.about-o{
		margin-bottom: .6rem;
	}
	.about-oli{
		padding: 0 .3rem;
		min-width:5px;
		line-height: 2.2;
		font-size: .3rem;
		font-weight: bold;
		border-radius: .35rem;
	}
	.about-oq{
		padding: .8rem 0;
	}
	
	.about-p{
		/*padding-top: .5rem;*/
	}
	.about-pt{
		padding-left: .3rem;
	}
	.about-pt:after{
		width: .1rem;
		height: .1rem;
		top: .2rem;
	}
	.about-q{
		margin-top: .5rem;
	}
	.about-q>img{
		width: 100%;
	}
	
	.about-iprev, .about-inext{
		width: .7rem;
    	height: .7rem;
	}
}




.about-bj{
	background: #f5f5f5;
	position: relative;
}
.about-ac{
	padding: 6.25vw 0;
	overflow: hidden;
}
.about-mbx{
	padding: 1.2vw 0;
}

.about-b{
	font-size: 0;
	margin-top: 5.2vw;
}
.about-b .research-d{
	margin-left: 50%;
}
.research-d .iabt-fli{
	width: 40%;
	margin-left: 10%;
}
.about-c{
	width: 60%;
	position: absolute;
	left: 0;
	bottom: 0;
}
.about-fg{
	padding: 3.125vw 0;
}
.about-g{
	margin-top: 4.1vw;
	width: 104%;
	font-size: 0;
}

.about-gli{
	width: 29.333%;
	margin-right: 4%;
	margin-bottom: 4%;
	display: inline-block;
	vertical-align: top;
}
.about-g1{
	overflow: hidden;
}
.about-g23{
	padding: 1vw;
}
.about-g2{
	color: #2460A7;
}
.about-g3{
	color: #656565;
}
@media(max-width:750px){
	.about-b .research-d .iabt-fli{
		
		margin-top: .5rem !important;
	}
	.about-b .research-d {
		width: 100%;
		margin-left: 0%;
		margin-top: 0;
	}
	.about-b{
		margin: 0;
		position: relative;
		z-index: 2;
		margin-bottom: 2rem;
	}
	.about-c{
		width: 70%;
	}
	.about-fg{
		padding: .4rem 0;
	}
	.about-g{
		width: 100%;
		margin-top: .6rem;
	}
	.about-gli{
		width: 100%;
		margin-right: 0;
		margin-bottom: .3rem;
	}
	.about-g23{
		padding: .2rem 0;
	}
}


.research-g{
	margin-bottom: 3.125vw;
}
.research-ei .about-isd.on{
	width: 40% !important;
}
.research-ei .about-isd.on .about-i3{
	font-size: 1.15vw;
}
.research-ei .about-isd{
	width: 20%;
}
.research-ei  .about-i3{
	margin-top: 1vw;
	padding: 0 5px;
}
.about-j2{
	width: 23vw;
	margin-left:8.3vw;
}
.about-j5{
	width: 50%;
	float: left;
	text-align: center;
}
.about-j5 div{
	display: inline-block;
	vertical-align: top;
	width: 23vw;
	overflow: hidden;
}
.about-j5 img{
	width: 100%;
}
.about-j6{
	width: 50%;
	float: left;
}
.research-ei .about-i{
	/*padding: 0;*/
}
/*serv*/

.services-e {
    margin-top: 3.2vw;
    width: 101.5%;
    font-size: 0;
}

.services-eli {
    width: 30.033% !important;
    margin-right: 4% !important;
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin-bottom: 4.6vw;
    cursor: pointer;
	line-height: 35px;
}

.services-e1 {
    width: 100%;
    height: 20.0979vw;
}

.services-e2 {
    width: 100%;
    background: #eeeeee;
    position: absolute;
    left: 0;
    bottom: -4.6vw;
    padding: 1.5vw 1.5vw;
    color: #535353;
    transition: all .5s;
    -webkit-transition: all .5s;
}
  /*  .services-e2 .zw {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }*/
    .services-e2 .more {
        color: #2460a7;
               padding-top: 0.5vw;
    }

.services-eli:hover .more {
    color: #fff;
}
.services-eli:hover .services-e2 {
    background: #2460a7;
    color: #fff;
    transition: all .5s;
    -webkit-transition: all .5s;
    /* box-shadow: 0 3px 3px #ddd;*/
}
.services-eli:hover {
    box-shadow: 0 3px 3px rgba(6, 0, 1, 0.3);
}

.services-e3 {
    display: none;
}

.services-f {
    padding: 5.6vw 0;
    text-align: center;
    color: #fff;
}

.services-f2 {
    background: #fff;
    color: #000;
    border-color: #fff;
    margin-top: 3.125vw;
}

    .services-f2:hover {
        border-color: #032957;
    }

.services-tk-bj {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    background: rgba(0,0,0,.5);
    display: none;
}

.services-tk {
    position: absolute;
    top: 50%;
    left: 50%;
    /*  background: #fff;*/
    padding: 8vh 4vw;
    overflow: hidden;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    width: 47.34vw;
}

.services-jk {
    max-height: 47.34vw;
    padding-top: 3.59vh;
    background: #fff;
    overflow: auto;
}

.services-j {
    width: 21.1vw;
    float: left;
}

.services-k {
    width: 33.59vw;
    margin: 0 auto;
    padding-top: 1vw;
    padding-right: 10px;
}
.services-i {
    width: 33.59vw;
    background: #eeeeee;
    margin: 0 auto;
}
    .services-i:after, .services-jk:after, .services-k:after{
        content: '';
        width: 100%;
        display: table;
    }
    .services-i img {
        width: 16.82vw;
        height: 9.27vw;
    }
    .services-iname {
        width: 16vw;
        height: 9.27vw;
        float: right;
        display: flex;
        flex-direction: column;
        justify-content: center;
       color:#555;
    }
        .services-iname .fnt40 {
            margin-right: 0.52vh;
        }
.services-iname .fnt40 {
    margin-right: 0.52vh;
}
.services-k2 {
    background: #032957;
    margin-top: .6vw;
    width: 2vw;
    height: .25vw;
}

.services-k3 {
    margin-top: 1.5vw;
}

.services-k4 {
    margin-top: 3.125vw;
}

.services-k5 {
    margin-top: 1vw;
    line-height: 2;
    color: #666;
}

.services-gb {
    width: 3.10vw;
    height: 3.33vw;
    background-color: #2460a7;
    position: absolute;
    top: 8vh;
    right: 0.8vw;
    z-index: 3;
    cursor: pointer;
    display: flex;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
}

    .services-gb img {
        width: 1.35vw;
        height: 1.41vw;
        opacity: .5;margin-bottom: 0.28vw
    }
/* .services-gb:hover img{
	transform: rotate(-180deg);
transition: all .5s;
-webkit-transition: all .5s;
} */


@media(max-width:1200px) {
    .services-b {
        margin-bottom: 10px;
    }

    .services-eli {
        width: 31.8333%;
        margin-bottom: 50px;
    }

    .services-e1 {
        height: 34vw;
    }

    .services-e2 {
        padding: 15px;
        bottom: -30px;
    }

    .services-tk {
        padding: 3vh 4vw;
    }

    .services-k {
        padding: 0;
    }

    .services-ul.pos {
        top: 100px;
    }
}

@media(max-width:1000px) {
    .services-lt {
        display: none;
    }

    .services-rt {
        width: 100%;
    }

    .services-c {
        padding-top: 40px;
    }

    .services-k4 {
        font-weight: bold;
    }
}

@media(max-width:750px) {
    .services {
        padding: 1rem 0;
    }

    .services-cnt {
        margin-top: .8rem;
    }

    .services-c2 {
        margin: .2rem 0;
        font-weight: 500;
    }

    .services-eli {
        width: 100% !important;
        margin-bottom: .6rem;
        margin-right: 0% !important;
    
    }

    .services-e1 {
        height: 6rem;
    }

    .services-e2 {
        width: 100%;
        padding: .2rem;
        bottom: -0.64rem;
    }

        .services-e2 > div:nth-child(2) {
            font-size: .24rem;
        }
        .services-e2 .more{ display: none;}
        .services-f {
            padding: .7rem 0;
        }

    .services-f2 {
        margin-top: .5rem;
    }

    .services-k {
        width: 100%;
        margin-top: .3rem;
    }

    .services-tk {
        width: 98%;
    }

    .services-jk{padding: 0.25rem}
    .services-i{width: 100%}
         .services-jk {
            width: unset;
            height: unset;
            max-height: unset;
        }
        .services-j, .services-i img {
            width: 2.5rem;
            height: auto;
        }
    .services-iname {
        width: unset;
        float: none;
        padding-left: 0.3rem;
        padding-top: 0.45rem;
        height: unset;
    }
    .services-tk{ overflow: unset;}

    .services-gb {
        width: .8rem;
        height: .8rem;
        top: -.32rem;
        right: .3rem;
    }

    .services-k2 {
        width: .3rem;
        height: 2px;
    }

    .services-k4 {
        margin-top: .4rem;
    }
}


@media(max-width:1200px){
	.research-ei .about-i3{
		font-size: 16px;
	}
	.research-ei .about-isd.on .about-i3{
		font-size: 16px;
	}
}
@media(max-width:1000px){
	.research-ei .about-i3{
		font-size: 12px;
	}
	.research-ei .about-isd.on .about-i3{
		font-size: 12px;
	}
}
@media(max-width:750px){
	.research-g{
		margin-bottom: .5rem;
	}
	.about-j5{
		width: 100%;
		float: left;
		text-align: left;
	}
	.about-j5 div{
		width: 70%;
	}
	.about-j6{
		width: 100%;
		float: left;
	}
	
	.research-ei .about-i3{
		font-size: .24rem;
	}
	.research-ei .about-isd.on .about-i3{
		font-size: .24rem;
	}
	.research-ei .about-i3{
		margin-top: .1rem;
		padding: 0 3px;
	}
	.research-ei .about-isd{
		width: 33.333%;
	}
	.research-ei .about-isd.on{
		width: 66.666% !important;
	}
	.research-ei .about-p{
		margin-top: .4rem;
	}
}