﻿*{
	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: #000;
	transition: all .5s;
-webkit-transition: all .5s;
}
a:hover{
	color: #019ddd;
	transition: all .5s;
-webkit-transition: all .5s;
}
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;
}
.bjvideo video{
	 width: 100%;
    height: 100%;
    object-fit: cover;
}

@font-face{
	font-family: Exo-Medium;
	src: url('../fonts/Exo-Medium.ttf'); 
}
.fm-Exo-M{
	font-family: Exo-Medium;
}

@font-face{
	font-family: HelveticaLTStd-UltraComp;
	src: url('../fonts/HelveticaLTStd-UltraComp.otf'); 
}
.fm-HTS-U{
	font-family: HelveticaLTStd-UltraComp;
}


@font-face{
	font-family: a_AvanteInt_Book;
	src: url('../fonts/a_AvanteInt_Book.TTF'); 
}
.fm-AAT-B{
	font-family: a_AvanteInt_Book;
}


body{
	width: 100%;
	font-size: 16px;
    line-height: 1.5;
    width: 100%;
    color: #000;
    padding-top: 6.2vw;
    font-family: arial;
}



header{
	background: rgba(255,255,255,1);
	position: fixed; 
	top: 0;
	left: 0;
	width: 100%;
	z-index: 19;
	padding-top: 1vw;
	transition: all .5s;
-webkit-transition: all .5s; 
}
header.on{
	padding-top: 0;
	box-shadow: 0 1px 2px rgba(0,0,0,.1);
	transition: all .5s;
-webkit-transition: all .5s; 
}
.header{
	height: 5.2vw;
}
.logo{
	display: inline-block;
	vertical-align: top;
	line-height: 5.2vw;
	height: 5.2vw;
	font-size: 0;
}
.logo img{
	width: 11.5vw;
}


.header-dx{
	display: none;
}
.header-nav{
	float: right;
	margin-right: 2.1vw;
}
.header-nav-li{
	display: inline-block;
	vertical-align: top;
	line-height: 3.7vw;
	margin-left: 1.6vw;
	padding-top: 1.5vw;
	color: #666;
	position: relative;
}
.header-nav-li:after{
	content: '';
	width: 0%;
	height: 1px;
	background: #019ddd;;
	position: absolute;
	left: 50%;
	bottom: .5vw;
	transition: all .5s;
-webkit-transition: all .5s;  
}
.header-nav-li:hover:after{
	width: 100%;
	left: 0;
	transition: all .5s;
-webkit-transition: all .5s;  
}
.header-nav-li.on{
	color: #019ddd;
}

.header-c{
	float: right;
	display: inline-block;
	vertical-align: top;
	line-height: 1vw;
	border-radius: 1vw;
	border: 1px solid #019ddd;
	font-size: 0;
	margin-top: 2.8vw;
	overflow: hidden;
}
.header-c a{
	display: inline-block;
	vertical-align: top;
	width: 2vw;
	line-height: 1vw;
	text-align: center;
	color: #019DDD;
	border-radius: 1vw;
}
.header-c a:nth-child(1){
	
	background: #019DDD;
	color: #fff;
}


.header-dx{
	width: 35px;
	margin-top: 23px;
	text-align: right;
	margin-left:40px ;
	overflow: hidden;
	float: right;
	display: none;
	position: relative;
	z-index: 23;
}
.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; 
}

@media(max-width:1320px){
	.header-nav-li{
		margin-left: .6vw;
	}
}

@media(max-width:1200px){
	body{
		padding-top: 70px;
	}
	header{
		padding: 0;
	}
	.header{
		height: 70px;
	}
	.logo{
		height: 70px;
		line-height: 70px;
	}
	.logo img{
		width: 16vw;
	}
	.header-nav-li{
		line-height: 70px;
		padding: 0;
	}
	.header-nav-li:after{
		display: none;
	}
	.header-nav{
		margin-right: 30px;
	}
	.header-c{
		border-radius: 15px;
		margin-top: 25px;
	}
	.header-c a{
		width: 30px;
		height: 20px;
		line-height: 20px;
		border-radius: 15px;
	}
	
	.header-nav{
		width: 100%;
		height: 100vh;
		position: fixed;
		top: 70px;
		left: 0;
		background: #fff;
		padding: 5%;
		border-top: 1px solid #eee;
		display: none;
	}
	.header-nav-li{
		width: 100%;
		display: block;
		margin: 0;
		font-size: 30px;
		line-height: 3;
		font-weight: bold;
		border-bottom: 1px solid #eee;
	}
	
	
	.header-dx{
		display: block;
	}
	
}
@media(max-width:1000px){
	.header-nav-li{
		margin-left: 10px;
	}
}
@media(max-width:750px){
	body{
		padding-top: 1rem;
	}
	header{
		padding: 0;
	}
	.header{
		height: 1rem;
	}
	.logo{
		height: 1rem;
		line-height: 1rem;
	}
	.logo img{
		width: 2.8rem;
	}
	.header-c{
		border-radius: .2rem;
		margin-top: .3rem;
	}
	.header-c a{
		width: .7rem;
		height: .4rem;
		line-height: .4rem;
		border-radius: .2rem;
	}
	
	.header-nav{
		width: 100%;
		height: 100vh;
		position: fixed;
		top: 1rem;
		left: 0;
		background: #fff;
		padding: 5%;
		border-top: 1px solid #eee;
		display: none;
	}
	.header-nav-li{
		width: 100%;
		display: block;
		margin: 0;
		font-size: .4rem;
		line-height: 1.2rem;
		font-weight: bold;
		border-bottom: 1px solid #eee;
	}
	
	
	.header-dx{
		display: block;
		width: .45rem;
		margin-top: .1rem;
		margin-left: .45rem;
		padding-top: .23rem;
		margin-right: 0;
	}
	.header-dx1, .header-dx2, .header-dx3{
		height: .04rem;
		margin-bottom: .11rem;
	}
}


footer{
	background: #dcdddd;
}
.footer-jo-bj{
	width: 100%;
	height: 4.16vw;
	background: url(../img/ico01.png)  no-repeat center; 
	background-size: cover;
}
.footer-jo-a{
	display: inline-block;
	vertical-align: top;
	line-height: 4.16vw;
	color: #fff !important;
	padding-right: 1.6vw;
	background: url(../img/ico03.png)  no-repeat right center; 
	background-size: .8vw auto;
}
.footer-jo-a:hover{
	padding-right: 2vw;
}
.footer-jo-a img{
	width: 2.6vw;
	margin-right: .7vw;
	position: relative;
	top: -2px;
}
.footer{
	padding: 2.1vw 0 3.125vw 0;
}
.footer-a{
	font-size: 0;
}
.footer-a img{
	width: 17.7vw;
}
.footer-cnt{
	width: 100%;
	font-size: 0;
}
.footer-lt{
	width: 51%;
	padding-right: 5%;
	display: inline-block;
	vertical-align: top;
}
.footer-bc{
	margin-top: 1vw;
}
.footer-bc:first-child{
	margin-top: 0;
}
.footer-d{
	margin-top: .8vw;
}
.footer-cli{
	display: inline-block;
	vertical-align: top;
}
.footer-ct{
	width: 38.5%;
	padding-right: 5%;
	display: inline-block;
	vertical-align: top;
	
}
.footer-rt{
	width: 10.5%;
	display: inline-block;
	vertical-align: top;
	font-size: ;
}

@media(max-width:1200px){
	.footer-jo-bj{
		height: 50px;
	}
	.footer-jo-a{
		height: 50px;
		line-height: 50px;
	}
	.footer-jo-a img{
		width: 30px;
	}
	.footer-jo-a{
		padding-right: 25px !important;
		background-size: 15px auto;
	}
	.footer{
		padding: 30px 0;
	}
	.footer-a img{
		width: 220px;
	}
}
@media(max-width:1000px){
	.footer-lt{
		width: 100%;
		margin-bottom: 30px;
		padding: 0;
	}
	.footer-ct{
		width: 80%;
	}
	.footer-rt{
		width: 20%;
	}
	.footer-bc{
		margin-top: 20px;
	}
}
@media(max-width:750px){
	.footer-jo-bj{
		background: #60b53c;
	}
	.footer{
		padding: .6rem 0;
	}
	.footer-a img{
		width: 5rem;
	}
	.footer-cnt{
		margin-top: .4rem;
	}
	.footer-lt{
		margin-bottom: .5rem;
	}
	.footer-ct{
		width: 70%;
		padding-right: 10%;
	}
	.footer-rt{
		width: 30%;
	}
	.footer-bc,
	.footer-d{
		font-size: .26rem;
	}
	.footer-jo-a{
		font-size: .26rem;
	}
}


.ban-swiper{
	width: 100%;
	height: 36.2vw;
}
.idxban-sd:after{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index:3;
	background: url(../img/ico13.png) no-repeat center; 
	background-size: cover;
}
.ban-video{
	width: 100%;
	height: 100%;
	    object-fit: cover;
	    position: relative;
	    z-index: 2;
}
.idxban-pos{
	width: 100%;
	position: absolute;
	left: 0;
	top: 50%;
	z-index: 4;
	transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	color: #fff;
}
.idxban-c{
	display: inline-block;
	vertical-align: top;
	width: 10vw;
	line-height: 2.4vw;
	border-radius: 1.2vw;
	text-align: center;
	cursor: pointer;
	background: #42a912;
	color: #fff;
}
.idxban-c:hover{
	background: #6eb92b;
}

@media(max-width:1200px){
	.ban-video{
		display: none;
	}
	.idxban-c{
		width: auto;
		border-radius: 20px;
		line-height: 2.2;
		padding: 0 30px;
	}
	.ban-swiper{
		height: 40vw;
	}
}
@media(max-width:750px){
	.ban-swiper{
		height: 80vw;
	}
	
}


.inws{
	font-size: 0;
}
.inws-li{
	width: 33.333%;
	display: inline-block;
	vertical-align: top;
	height: 17.2vw;
	position: relative;
	overflow: hidden;
}
.inws-a{
	width: 95%;
	height: 4.2vw;
	padding: .6vw 2vw;
	background: #42a912;
	position: absolute;
	z-index: 2;
	right: 0;
	bottom: 0;
	color: #fff;
	transition: all .5s;
-webkit-transition: all .5s;  
}
.inws-a1{
	line-height: 1.5vw;
	height: 3vw;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.inws-b{
	width: 7.3vw;
	line-height: 1.83vw;
	border-radius: 1vw;
	text-align: center;
	color: #fff;
	background: #42a912;
	z-index: 4;
	position: absolute;
	left: 3vw;
	bottom: 10%;
	opacity: 0;
}
@media(min-width:1201px){
	.inws-li:hover  .inws-a{
		width: 100%;
		height: 100%;
		padding: 2vw;
		background:rgba(6,42,86,0.7);
		transition: all .5s;
		-webkit-transition: all .5s;  
		
	}
	.inws-li:hover .inws-b{
		left: 2vw;
		opacity: 1;
		transition: all .5s .2s;
		-webkit-transition: all .5s .2s;  
	}
}


.iabt{
	padding:4.16vw 0 7.8125vw 0;
}
.iabt-tit{
	display: inline-block;
	vertical-align: top;
	min-width: 13vw;
	line-height: 2.6vw;
	padding: 0 1.5vw;
	text-align: center;
	border-radius: 1.3vw;
	background: #019ddd;
	color: #fff;
}

.iabt-ab{
	
}
.iabt-a{
	width: 100%;
	background: #efefef;
	height: 29.68vw;
	overflow: hidden;
}
.iabt-alt{
	width: 56.25%;
	height: 100%;
	float: right;
	overflow: hidden;
}
.iabt-art{
	width: 43.75%;
	height: 100%;
	float: right;
	padding: 3.5vw;
	overflow: hidden;
}
.iabt-a1{
	display: inline-block;
	vertical-align: top;
	color: #585656;
}
.iabt-a2{
	display: inline-block;
	vertical-align: top;
	/*float: right;*/
	color: #423e3d;
	padding: .3vw 0;
}
.iabt-a3{
	color: #0091db;
}
.iabt-a4{
	color: #5e5c5d;
}
.iabt-b .iabt-alt{
	float: left;
}
.iabt-brt{
	padding: 3.5vw;
}
.iabt-b1{
	color: #585656;
}
.iabt-b2,.iabt-b4{
	color: #44aa1a;
}
.iabt-b3{
	min-height: 5vw;
	color: #5e5c5d;
}
.icas{
	padding-bottom: 4.16vw;
	font-size: 0;
	width: 101.5%;
	font-size: 0;
}
.icas-li{
	display: inline-block;
	vertical-align: top;
	width: 48.5%;
	margin-right: 1.5%;
	text-align: center;
	margin-top: -1.3vw;
}
.icas-a{
	display: inline-block;
	vertical-align: top;
	padding: 0 1vw;
	min-width: 12.24vw;
	line-height: 2.6vw;
	color: #fff;
	background: #029ddd;
	border-radius: 1.4vw;
}

.iadv{
	padding-top: 5.2vw;
}
.iadv-ul{
	font-size: 0;
}
.iadv-li{
	display: inline-block;
	vertical-align: top;
	overflow: hidden;
	position: relative;
	width: 50%;
	height: 23.8vw;
}
.iadv-b{
	background: rgba(255,255,255,.9);
	text-align: center;
	padding: 1.5vw 1vw;
	color: #019ddd;
	min-width: 21vw;
	border-radius: 15px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform:translate(-50%,-50%);
	-webkit-transform:translate(-50%,-50%);
}
.izlhb-bj{
	background: #efefef;
}
.izlhb{
	padding: 4.16vw 0;
	position: relative;
}
.izlhb-cnt{
	position: relative;
}
.izlhb-sd-a{
	overflow: hidden;
}
.izlhb-prev,.izlhb-next{
	width: 3.2vw;
	height: 1.6vw;
	margin-top: -.8vw;
}
.izlhb-prev{
	left: -7.8vw;
	background: url(../img/ico08_5.svg) no-repeat center; 
	background-size: 100% auto;
}
.izlhb-prev:hover{
	background-image: url(../img/ico08_3.svg);
}
.izlhb-next{
	right: -7.8vw;
	background: url(../img/ico08_6.svg) no-repeat center; 
	background-size: 100% auto;
}
.izlhb-next:hover{
	background-image: url(../img/ico08_4.svg);
}
.izlhb-cnt .izlhb-prev,
.izlhb-cnt .izlhb-next{
	top: 2.3vw;
}

@media(max-width:1200px){
	.inws-li{
		height: 22vw;
	}
	.inws-a{
		height: auto;
		padding: 15px 20px;
	}
	.inws-a1{
		line-height: 22px;
		height: 44px;
	}
	.iabt-tit{
		min-width: 160px;
		line-height: 2;
		border-radius: 25px;
	}
	.iabt{
		padding-top: 50px;
	}
	.iabt-a{
		height: auto;
	}
	.iabt-alt{
		width: 100%;
		height: auto;
	}
	.iabt-art{
		width: 100%;
		padding: 40px;
	}
	.iabt-b3{
		min-height: 100px;
		padding-bottom: 15px;
	}
	.icas{
		padding-top: 50px;
	}
	.icas-a{
		min-width: 160px;line-height: 2;
		border-radius: 25px;
	}
	.iadv{
		padding-top: 50px;
	}
	.iadv-b{
		min-width: 300px;
	}
	.izlhb{
		padding: 40px 0;
	}
	.izlhb-next{
		right: 0;
		width: 40px;
		height: 20px;
		margin-top: -10px;
	}
	.izlhb-prev{
		left: 0;
		width: 40px;
		height: 20px;
		margin-top: -10px;
	}
	.izlhb-cnt{
		padding: 0 50px;
	}
	.izlhb-cnt .izlhb-prev,
	.izlhb-cnt .izlhb-next{
		top: 4.3vw;
	}
}

@media(max-width:1000px){
	.inws-li{
		min-height: 25vw;
	}
}
@media(max-width:750px){
	.inws-li{
		width: 100%;
		min-height: 60vw;
	}
	.inws-a{
		padding: .2rem .3rem;
	}
	.inws-a1{
		line-height: .35rem;
		height: auto;
		max-height: .7rem;
	}
	.iabt{
		padding: 1rem 0;
	}
	.iabt-art{
		padding: .4rem;
	}
	.iabt-b3{
		min-height: 1rem;
		padding-bottom: .1rem;
	}
	.icas{
		width: 100%;
	}
	.icas-li{
		width: 100%;
		margin-bottom: .5rem;
		margin-top: 0;
	}
	.iadv{
		padding-top: 1rem;
	}
	.iadv-li{
		width: 100%;
		height: 48vw;
	}
	.iadv-b{
		min-width: 6rem;
		font-size: .3rem;
		line-height: 1.5;
		padding: .15rem .2rem;
	}
	.izlhb-next{
		width: .8rem;
		height: .4rem;
		margin-top: -.2rem;
		right: -.3rem;
	}
	.izlhb-prev{
		width: .8rem;
		height: .4rem;
		margin-top: -.2rem;
		left: -.3rem;
	}
	.izlhb-cnt{
		padding: 0;
		padding-bottom: .61rem;
		margin-top: .5rem;
	}
	.izlhb-cnt .izlhb-next{
		right: 2rem;
		top: 100%;
	}
	.izlhb-cnt .izlhb-prev{
		left: 2rem;
		top: 100%;
	}
	.izlhb-sd-b{
		padding-bottom: .15rem;
	}
}



.gyban-swiper{
	width: 100%;
	overflow: hidden;
	min-height: 21vw;
}
.gyban-ps{
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	z-index: 2;
	color: #fff;
	transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
}
.gyban-sp span{
	width: 12px;
	height: 12px;
	background: #fff;
	opacity: 1;
}
.gyban-sp span.swiper-pagination-bullet-active{
	background: #019ddd;
}
@media(max-width:1000px){
	.gyban-sd{
		height: 240px;
	}
}
@media(max-width:750px){
	.gyban-sd{
		height: 200px;
	}
	.gyban-sp span{
		width: 8px;
		height: 8px;
	}
}



.news{
	padding: 2.6vw 0 4.16vw 0;
	font-size: 0;
}

.news-lt{
	width: 71%;
	display: inline-block;
	vertical-align: top;
}

.news-ul{
	margin-top: 1.6vw;
	width: 103%;
	font-size: 0;
}
.news-li{
	width: 47%;
	margin-right: 3%;
	margin-bottom: 3%;
	display: inline-block;
	vertical-align: top;
}
.news-b{
	height: 16.15vw;
	overflow: hidden;
	position: relative;
}
.news-c{
	margin: 5px 0 3px 0;
}
.news-d{
	color: #0068b7;
	line-height: 1.2vw;
	height: 2.4vw;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.news-bdiv{
	background: url(../img/ico06.png) no-repeat center; 
	background-size: cover;
	color: #fff;
	padding: 1.6vw 1.2vw;
	opacity: 0;
	transition: all .5s;
	-webkit-transition: all .5s; 
}
.news-b4{
	width: 1.2vw;
}
.news-li:hover .news-bdiv{
	opacity: 1;
	transition: all .5s;
	-webkit-transition: all .5s; 
}


.news-rt{
	width: 26%;
	margin-left: 3%;
	display: inline-block;
	vertical-align: top;
	background: #efefef;
	padding: 0.8vw;
	padding-top: 0;
}
.news-e{
	line-height: 3.7vw;
}
.news-f{
	background: #dcdddd;
}
.news-f1{
	height: 1.8vw;
	margin: .6vw 0;
	margin-left: 2.34vw;
}
.news-f2{
	background: #fff;
	position: relative;
	padding: 1vw 10px;
}
.news-f2 .tac img{
	width: 6.25vw;
}
.news-f3{
	font-size: 12px;
	margin-top: 10px;
	text-align: justify;
}
.gyfnt12{
	font-size: 12px;
}
.news-f4{
	width: .7vw;
	position: absolute;
	left: 2.9vw;
	top: -.5vw;
}
@media(min-width:1921px){
	.news-f3{
		
		margin-top: .6vw;
	}
	.gyfnt12{
		font-size: 0.625vw;
	}
}

@media(max-width:1200px){
	.news{
		padding: 40px 0;
	}
	.news-ul{
		margin-top: 30px;
	}
	.news-bdiv{
		display: none;
	}
	.news-b{
		height: 22.5vw;
	}
	.news-d{
		line-height: 22px;
		height: 44px;
	}
	.news-e{
		line-height: 50px;
	}
	.news-f1{
		height: 30px;
		margin: 15px 0;
		margin-left: 20px;
	}
	.news-f2{
		padding: 15px 10px;
	}
	.news-rt{
		padding: 15px ;
		padding-top: 0 !important;
	}
	.news-f2 .tac img{
		width: 90px;
	}
	.news-f4{
		width: 12px;
		left: 30px;
		top: -8px;
	}
}
@media(max-width:750px){
	.news{
		padding: .7rem 0;
	}
	.news-lt{
		width: 100%;
	}
	.news-rt{
		width: 100%;
		margin-left: 0;
		margin-top: 1rem;
	}
	.news-ul{
		margin-top: .5rem;
	}
	.news-b{
		height: 32vw;
	}
	.news-d{
		font-size: .24rem;
		line-height: .35rem;
		height: .7rem;
	}
}

.page{
	display: inline-block;
	width: 100%;
	text-align: center;
	font-size: 0;
	margin-top: 2.6vw;
	padding-top: 1.6vw;
	border-top: 2px solid #b5b5b6;
	overflow: hidden;
}
.page a{
	display: inline-block;
	width: auto;
	height: 29px;
	line-height: 29px;
	font-size: 16px;
	color: #b5b5b6;
	margin: 0 20px;
	padding: 0 3px;
	text-align: center;
	/*transition: all .3s;
-webkit-transition: all .3s;  */
}
.page a:hover,.page a.active{
	color: #0068b7;
	/*transition: all .3s;
-webkit-transition: all .3s;  */
}
.page a.prev{
	width: 60px;
	margin-left: 29px;
	margin: 0;
	background:url(../img/ico08_1.svg) no-repeat center !important;
	background-size: cover !important;
	float: left;
}
.page a.prev:hover{
	background:url(../img/ico08_3.svg) no-repeat center !important;
	background-size: cover !important;
}
.page a.next{
	width: 60px;
	margin-left: 29px;
	background: url(../img/ico08_2.svg) no-repeat center !important;
	background-size: cover !important;
	float: right;
	margin: 0;
}
.page a.next:hover{
	background: url(../img/ico08_4.svg) no-repeat center !important;
	background-size: cover !important;
}
.page a.prev.disabled:hover{
	background-image:url(../img/ico08_1.svg) !important;
	cursor:not-allowed;
}
.page a.next.disabled:hover{
	background-image:url(../img/ico08_2.svg) !important;
	cursor:not-allowed;
}

@media(max-width:1200px){
	.page a{
		margin: 0 10px;
	}
}
@media(max-width:750px){
	.page{
		margin-top: .6rem;
		padding-top: .4rem;
	}
	.page a{
		width: auto;
		padding: 0 2px;
		min-width: 20px;
		height: 20px;
		font-size: 12px;
		line-height: 20px;
		margin: 0 2px;
	}
	.page a.prev,.page a.next{
		width: 40px;
		height: 20px;
	}
	.page a.go-prev,.page a.go-next{
		
	}
}


.gyinfo-top{
	width: 100%;
	height: 1px;
	position: relative;
}
.gyinfo-top div{
	width: 100%;
	height: 21vw;
	background: url(../img/ico11.png) no-repeat center top; 
	background-size: cover;
}
.gyinfo{
	position: relative;
	z-index: 2;
	font-size: 0;
	padding: 3.125vw 0 5.2vw 0;
}
.gyinfo-a{
	color: #006fba;
}
.gyinfo-c *{
	max-width: 100%;
}
.gyinfo-c img{
	max-width: 100% !important;
	height: auto !important;
	margin: 10px 0;
}
.gyinfo-d{
	margin-top: 2.6vw;
	padding-top: 1.6vw;
	border-top: 2px solid #b5b5b6;
	overflow: hidden;
	text-align: center;
}
.gyinfo-da{
	display: inline-block;
	vertical-align: top;
	line-height: 30px;
}
.gyinfo-d1{
	float: left;
	padding-left: 80px;
	background: url(../img/ico08_1.svg) no-repeat left center; 
	background-size: 60px auto;
}
.gyinfo-d3{
	float: right;
	padding-right: 80px;
	background: url(../img/ico08_2.svg) no-repeat right center; 
	background-size: 60px auto;
}
@media(max-width:1200px){
	.gyinfo{
		padding: 40px 0;
	}
}
@media(max-width:1000px){
	.gyinfo-c table{
		width: 100%;
	}
}
@media(max-width:750px){
	.gyinfo{
		padding: .8rem 0;
	}
	.gyinfo-c table{
		width: 100%;
	}
}



.join{
	padding: 4.16vw 0;
}
.join-bc{
	background: #efefef;
	margin-top: 3.125vw;
	padding: 2.34vw;
	font-size: 0;
}
.join-b{
	display: inline-block;
	vertical-align: top;
}
.join-b1{
	display: inline-block;
	vertical-align: top;
	width: 16vw;
	height: 2.1vw;
	background: #fff;
	border: 0;
	padding: 0 1vw;
}
.join-b2{
	display: inline-block;
	vertical-align: top;
	width: 2.1vw;
	height: 2.1vw;
	border: 0;
	background:#60b63c url(../img/ico12.png) no-repeat center; 
	background-size: 1.2vw auto;
}
.join-c{
	display: inline-block;
	vertical-align: top;
	color: #666;
	line-height: 1.5vw;
	padding: .3vw 0;
	margin-left: 25px;
}
.join-c strong{
	color: #008fd5;
}

.join-e{
	margin-top: 1.4vw;
	background: #5cb531;
	padding: .5vw 2.34vw;
	font-size: 0;
	color: #fff;
}
.join-eli{
	line-height: 1.6vw;
	display: inline-block;
	vertical-align: top;
	padding-right: 1vw;
}
.join-e1{
	width: 22%;
}
.join-e2{
	width: 25%;
}
.join-e3{
	width: 16%;
}
.join-e4{
	width: 12.5%;
}
.join-e5{
	width: 12.5%;
}
.join-e6{
	padding-right: 0;
}
.join-dli{
	margin-top: 10px;
	border: 1px solid #d5d5d5;
}
.join-dt{
	padding: .5vw 2.34vw;
	font-size: 0;
	cursor: pointer;
	transition: all .5s;
-webkit-transition: all .5s;  
}
.join-dn{
	padding: 2.34vw;
	font-size: 0;
	overflow: hidden;
	display: none;
}
.join-d7 {
	overflow: hidden;
	display: none;
}
.join-d7 div{
	width: 25%;
	padding-right: 3%;
	float: left;
	padding-bottom: 1.6vw;
}
.join-d8{
	width: 48%;
	float: left;
	margin-right: 4%;
}
.join-d8-a{
	font-weight: bold;
	line-height: 3;
}
.join-d8-b{
	
}

.join-d9{
	width: 48%;
	float: right;
}
.join-dli.on .join-dt{
	background:#f0f0f0;
	transition: all .5s;
-webkit-transition: all .5s;  
}

@media(max-width:1200px){
	.join{
		padding: 60px 0;
	}
	.join-bc{
		padding: 30px;
	}
	.join-b1{
		width: 240px;
		height: 40px;
		padding: 0 15px;
	}
	.join-b2{
		width: 40px;
		height: 40px;
		background-size: 20px auto;
	}
	.join-c{
		line-height: 20px;
		padding: 10px 0;
		margin-left: 20px;
	}
	.join-e{
		margin-top: 20px;
		padding: 10px 30px;
	}
	.join-eli{
		line-height: 22px;
	}
	.join-dt{
		padding: 10px 30px;
	}
}
@media(max-width:1000px){
	.join-e2,.join-e3,.join-e4,.join-e5{
		display: none;
	}
	.join-e1{
		width: 70%;
		padding-right: 5%;
	}
	.join-d7{
		display: block;
	}
	.join-d7 div{
		width: 50%;
	}
	.join-d8{
		width: 100%;
	}
	.join-d9{
		width: 100%;
		margin-top: 25px;
	}
	.join-dn{
		padding: 30px;
	}
}
@media(max-width:750px){
	.join{
		padding: .8rem 0;
	}
	.join-bc{
		margin-top: .5rem;
		padding:.6rem .3rem;
	}
	.join-b{
		width: 100%;
	}
	.join-b1{
		width: calc(100% - 40px);
	}
	.join-c{
		padding: 0;
		margin: 0;
		margin-top: .2rem;
	}
	.join-e{
		padding: 5px .3rem;
		margin-top: .2rem;
	}
	.join-dli{
		margin-top: .1rem;
		
	}
	.join-dt{
		padding: 5px .3rem;
	}
	.join-dn{
		padding: .4rem .3rem;
	}
	.join-d8,
	.join-d9{
		margin-top: .2rem;
	}
}


.case{
	padding:2.1vw 0;
}
.case-ul{
	margin-top: 3.125vw;
}
.case-li{
	min-height: 21.1vw;
	overflow: hidden;
	font-size: 0;
	background: #eff8fe;
	position: relative;
}
.case-lt{
	width: 50%;
	height: 100%;
	overflow: hidden;
	display: inline-block;
	vertical-align: top;
	position: absolute;
	left: 0;
	top: 0;
}
.case-rt{
	width: 50%;
	float: right;
	padding: 2.1vw 2.6vw;
	display: inline-block;
	vertical-align: top;
}
.case-b{
	/*width: 9.375vw;*/
	padding: 0 .7vw;
	color: #fff;
	line-height: 1.4vw;
	background: #1b8713;
	overflow: hidden;
	display: inline-block;
	vertical-align: top;
}
.case-b1{
	float: left;
}
.case-b2{
	float: right;
	margin-left: 3vw;
}
.case-c{
	padding: .8vw 0 .4vw 0;
	border-bottom: 2px solid #b5b5b6;
}
.case-d{
	color: #0068cf;
}
.case-li:nth-child(2n + 0) .case-lt{
	left: initial;
	right: 0;
}
.case-li:nth-child(2n + 0) .case-rt{
	float: left;
}

@media(max-width:1200px){
	.case{
		padding: 40px 0;
	}
	.case-ul{
		margin-top: 50px;
	}
	.case-li{
		min-height: 35vw;
	}
	.case-rt{
		padding: 30px;
	}
	.case-b{
		/*width: 200px;*/
		line-height: 1.6;
		padding: 5px 10px;
	}
	.case-c{
		padding: 10px 0 5px 0;
		margin-bottom: 5px;
	}
	.case-lt{
	}
}
@media(max-width:1000px){
	.case-li{
		min-height: auto;
	}
	.case-lt{
		position: initial;
		width: 100%;
		height: 60vw;
	}
	.case-rt{
		width: 100%;
		padding: 30px;
	}
}
@media(max-width:750px){
	.case{
		padding: .8rem 0 .4rem 0;
	}
	.case-ul{
		margin-top: .6rem;
	}
	.case-rt{
		padding: .5rem .3rem;
	}
	.case-b{
		/*width: 3.6rem;*/
	}
	.case-b2{
		margin-left: .4rem;
	}
}



.product-bj{
	background: #eff8fe;
	padding-bottom: 10px;
}
.product{
	width: 75vw;
	margin: 0 auto;
	padding: 0 5.73vw;
	background: #fff;
	overflow: hidden;
}
.product-li{
	padding: 5.2vw 0;
	position: relative;
}
.product-li:after{
	content: '';
	width: 80vw;
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -40vw;
	height: 1px;
	background: #b7e1f5;
}
.product-li:last-child:after{
	display: none;
}
.product-a1{
	color: #3f8e38;
}
.product-a2{
	line-height: 1.45;
	text-align: justify;
}
.product-b{
	margin-top: 2vw;
}
@media(min-width:1201px){
	.product-li:nth-child(5) .product-a{
		width: 30.32%;
		position: absolute;
		right: 0;
		top: 5.2vw;
		z-index: 3;
	}
	.product-li:nth-child(5) .product-b{
		margin-top: 0;
	}
}
.product-jk-bj{
	background: #006fba;
	margin-bottom: ;
}
.product-jk{
	padding: 5.2vw 0;
}
.product-j{
	text-align: center;
}
.product-jdiv{
	display: inline-block;
	vertical-align: top;
	padding: 0 3.7vw;
	position: relative;
	color: #fff;
}
.product-jdiv:before{
	content: '';
	width: 10.4vw;
	height: 1px;
	background: #fff;
	position: absolute;
	right: 100%;
	top: 50%;
}
.product-jdiv:after{
	content: '';
	width: 5.4vw;
	height: 1px;
	background: #fff;
	position: absolute;
	left: 100%;
	top: 50%;
}
.product-k{
	margin-top: 3.125vw;
	font-size: 0;
	border-left: 1px solid #63b6e6;
}
.product-kli{
	width: 25%;
	display: inline-block;
	vertical-align: top;
	min-height: 9.2vw;
	text-align: center;
	color: #fff;
	padding: 1.2vw;
	border-top: 1px solid #63b6e6;
	border-right: 1px solid #63b6e6;
	position: relative;
}
.product-k2{
	color: #33c2ff;
	min-height: 3vw
}
.product-k3{
	margin-top: 1vw;
}
.product-kli:nth-child(1),
.product-kli:nth-child(2),
.product-kli:nth-child(3),
.product-kli:nth-child(4){
	border-top: 0;
}
.product-kli:nth-child(5) .product-k2,
.product-kli:nth-child(6) .product-k2,
.product-kli:nth-child(7) .product-k2,
.product-kli:nth-child(8) .product-k2{
	width: 100%;
	position: absolute;
	top: 6.2vw;
	left: 0;
	padding: 0 1.2vw;
}
.product-kli:nth-child(5) .product-k3,
.product-kli:nth-child(6) .product-k3,
.product-kli:nth-child(7) .product-k3,
.product-kli:nth-child(8) .product-k3{
	margin-top: 0 !important;
}
@media(max-width:1200px){
	.product{
		width: 90%;
		padding: 0 4vw;
	}
	.product-li{
		padding: 50px 0;
	}
	.product-li:after{
		width: 100vw;
		margin-left: -50vw;
	}
	.product-b{
		margin-top: 30px;
	}
	.product-jk{
		padding: 60px 0;
	}
	.product-kli{
		min-height: 140px;
		padding: 15px;
	}
	.product-k3{
		margin-top: 15px;
	}
	.product-kli:nth-child(5) .product-k2,
	.product-kli:nth-child(6) .product-k2,
	.product-kli:nth-child(7) .product-k2,
	.product-kli:nth-child(8) .product-k2{
		top: 80px;
		padding: 0 20px;
	}
	.product-k{
		margin-top: 40px;
	}
	.product-k2{
		min-height: 55px;
	}
}
@media(max-width:1000px){
	.product-kli{
		min-height: 155px;
	}
	.product-k2{
		min-height: 75px;
	}
}
@media(max-width:750px){
	.product{
		width: 100%;
		padding: 0 5%;
	}
	.product-k{
		border-left: 0;
	}
	.product-kli{
		width: 50%;
		padding: .3rem;
		min-height: 2rem;
	}
	.product-k2{
		min-height: 1.2rem;
	}
	.product-kli:nth-child(3),
	.product-kli:nth-child(4){
		border-top: 1px solid #63b6e6;
	}
	.product-k2{
		position: initial !important;
		top: initial;
		padding: 0 !important;
	}
	.product-k3{
		margin-top: .2rem !important;
		
	}
	.product-kli:nth-child(5) .product-k3,
	.product-kli:nth-child(6) .product-k3,
	.product-kli:nth-child(7) .product-k3,
	.product-kli:nth-child(8) .product-k3{
		margin-top: .2rem !important;
	}
	.product-kli:nth-child(2n + 0){
		border-right: 0;
	}
	.product-jdiv:after,
	.product-jdiv:before{
		display: none;
	}
}


.advantage-a{
	width: 100%;
	background: #efefef;
}
.advantage-b{
	font-size: 0;
}
.advantage-adiv{
	padding: 1vw 0;
}

.advantage-cnt{
	background: #eff8fe;
}
.advantage-cbj{
	background: #0773bb;
}
.advantage-c{
	text-align: center;
	color: #fff;
	padding: 1.6vw 0;
}
.advantage-d{
	padding: 2.6vw 0 3.7vw 0;
}
.advantage-d2{
	margin-top: 2.1vw;
}

.advantage-f{
	text-align: center;
	font-size: 0;
}
.advantage-f1{
	display: inline-block;
	vertical-align: top;
	width: 46.7%;
	/*padding-top: 8%;*/
	text-align: left;
}

.advantage-f2{
	display: inline-block;
	vertical-align: top;
	width: 26.64%;
	margin-left: 6.25vw;
}
.advantage-g{
	text-align: center;
	font-size: 0;
}
.advantage-g1{
	display: inline-block;
	vertical-align: top;
	width: 45%;
	margin-right: 5vw;
}
.advantage-g2{
	display: inline-block;
	vertical-align: top;
	width: 34%;
	text-align: left;
	/*padding-top: 3.2vw;*/
}
.advantage-h{
	padding-top: 2.6vw;
}
.advantage-hb{
	margin-top: 2.6vw;
}
.advantage-hc{
	margin-top: 2.1vw;
	width: 101.3%;
	font-size: 0;
}
.advantage-hc-li{
	display: inline-block;
	vertical-align: top;
	width: 32.0333%;
	margin-right: 1.3%;
	margin-bottom: 1.3%;
	background: #fff;
	text-align: center;
	min-height: 15vw;
	border-radius: 10px;
	border: 1px solid #63b6e6;
	overflow: hidden;
	position: relative;
}
.advantage-hc-ps{
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	padding: 0 1.5vw;
	color: #0056a8;
	transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
}
.advantage-hc-b span{
	width: 1.2vw;
	height: 1px;
	background: #0056a8;
	display: inline-block;
	margin: 3px 0;
}
.advantage-hd{
	padding-top: 2.1vw;
}
.advantage-he{
	margin-top: 3.125vw;
	display: inline-block;
	vertical-align: top;
	/*width: 47.4vw;*/
	font-size: 0;
}
.advantage-he-li{
	width: 33.333%;
	display: inline-block;
	vertical-align: top;
	border-top: 1px solid #63b6e6;
	border-right: 1px solid #63b6e6;
	min-height: 8.85vw;
	padding: .6vw 1vw;
}
.advantage-he-a{
	min-height: 3.5vw;
}
.advantage-he-b{
	color: #0056a8;
}
.advantage-he-li:nth-child(1),
.advantage-he-li:nth-child(2),
.advantage-he-li:nth-child(3){
	border-top: 0;
}
.advantage-he-li:nth-child(3),
.advantage-he-li:nth-child(6){
	border-right: 0;
}

.advantage-hf{
	width: 100%;
	padding-top: 4.16vw;
}
.advantage-j{
	padding: 2.1vw 0;
}
.advantage-j1{
	margin-bottom: 1.6vw;
	color: #0773bb;
}
.advantage-k{
	position: relative;
}
.advantage-kps{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 2;
}
.advantage-k23{
	width: 36vw;
	color: #fff;
	padding-top: 2.1vw;
}

.advantage-m{
	padding: 2.6vw 0;
}
.advantage-m35{
	padding: 1.6vw 0;
	font-size: 0;
	overflow: hidden;
}
.advantage-m34{
	width: 35%;
	float: left;
}
.advantage-m3{
	width: 100%;
	/*padding-right: 15px;*/
	display: inline-block;
	vertical-align: top;
	
}
.advantage-m4{
	width: 100%;
	/*padding-right: 15px;*/
	display: inline-block;
	vertical-align: top;
	color: #42a912;
	margin: 10px 0;
}
.advantage-m5{
	width: 100%;
	display: inline-block;
	vertical-align: top;
	width: 60%;
	float: right;
}

.advantage-n{
	padding: 2.6vw 0;
}
.advantage-n2{
	color: #0773bb;
}
.advantage-obj{
	background: #0773bb;
}
.advantage-o{
	padding: 2.1vw 0;
	color: #fff;
}
.advantage-oul{
	width: 101.5%;
	margin-top: 1.6vw;
	font-size: 0;
}
.advantage-oli{
	width: 48.5%;
	margin-right: 1.5%;
	margin-bottom: 2.1vw;
	display: inline-block;
	vertical-align: top;
}
.advantage-o2{
	width: 100%;
	overflow: hidden;
	height: 25.5vw;
}
.advantage-o3{
	padding: 1vw 0;
}
.advantage-o4{
	background: rgba(230,244,253,.6);
	padding: .8vw 1.2vw;
	color: #094097;
	min-height: 7.6vw;
}
.advantage-p{
	padding: 3.125vw 0;
}
.advantage-pul{
	width: 101.3%;
	margin-top: 1.6vw;
	font-size: 0;
}
.advantage-pli{
	display: inline-block;
	vertical-align: top;
	width: 32.033%;
	margin-right: 1.3%;
	margin-bottom: 1.3%;
	overflow: hidden;
	position: relative;
}
.advantage-p2{
	position: absolute;
	left: 0;
	bottom: 0;
	text-align: right;
	width: 100%;
	padding: 5px 1vw ;
	z-index: 3;
	color: #fff;
}



.advantage-a1,
.advantage-f1,
.advantage-g2 .mgt15,
.advantage-ha,
.advantage-n1,
.advantage-k3,
.advantage-m5,
.advantage-o5{
	text-align: justify;
}
@media(max-width:1200px){
	.advantage-d,
	.advantage-j,
	.advantage-n,
	.advantage-o,
	.advantage-p{
		padding: 40px 0;
	}
	.advantage-adiv{
		padding: 15px 0;
	}
	.advantage-c{
		padding: 20px 0;
	}
	.advantage-f1{
		/*padding-top: 4%;*/
	}
	.advantage-h{
		padding-top: 40px;
	}
	.advantage-hc-li{
		min-height: 25vw;
	}
	.advantage-hc-b span{
		width: 12px;
		margin: 0;
	}
	.advantage-he{
		/*width: 80%;*/
	}
	.advantage-he-a{
		min-height: 55px;
	}
	.advantage-he-li{
		min-height: 120px;
		padding: 15px;
	}
	.advantage-k23{
		width: 45vw;
		padding-top: 30px;
	}
	.advantage-m{
		padding: 40px 0;
	}
	/*.advantage-m3{
		width: 20%;
	}
	.advantage-m4{
		width: 15%;
	}
	.advantage-m5{
		width: 65%;
	}*/
}
@media(max-width:1000px){
	.advantage-f1{
		width: 52%;
		padding-top: 0;
	}
	.advantage-f2{
		width: 40%;
		margin-left: 5%;
	}
	.advantage-g2{
		width: 50%;
		padding-top: 0;
	}
	.advantage-g1{
		width: 40%;
		margin-right: 5%;
	}
	.advantage-hc{
		width: 100%;
	}
	.advantage-hc-li{
		width: 100%;
		height: auto;
		padding: 40px;
		margin-bottom: 10px;
		min-height: auto;
	}
	.advantage-he-a{
		min-height: 81px;
	}
	.advantage-hc-ps{
		position: initial;
		top: initial;
		transform: initial;
	}
	.advantage-he{
		width: 100%;
	}
	.advantage-kps{
		position: initial;
		padding: 40px 0;
		color: #000;
	}
	.advantage-k23{
		width: 100%;
		color: #000;
		padding: 0;
	}
	
	/*.advantage-m3{
		width:40%;
	}
	.advantage-m4{
		width: 30%;
	}*/
	.advantage-m34{
		width: 100%;
	}
	.advantage-m5{
		width: 100%;
		padding-top: 10px;
	}
	.advantage-m35{
		padding: 30px 0;
	}
	.advantage-o2{
		height: 50vw;
	}
	.advantage-oul{
		width: 100%;
	}
	.advantage-oli{
		width: 100%;
	}
}
@media(max-width:750px){
	.advantage-adiv{
		padding: .6rem 0;
	}
	.advantage-c{
		font-size: .32rem;
		font-weight: bold;
	}
	.advantage-d2{
		margin-top: .5rem;
	}
	.advantage-d, .advantage-j, .advantage-n, .advantage-o, .advantage-p{
		padding: .6rem 0;
	}
	.advantage-f1{
		width: 100%;
	}
	.advantage-f2{
		width: 100%;
		margin-top: .4rem;
		margin: 0;
	}
	.advantage-g1{
		width: 100%;
		margin: 0;
	}
	.advantage-g2{
		width: 100%;
		padding: 0;
		margin-top: .5rem;
	}
	.advantage-hb{
		margin-top: .4rem;
	}
	.advantage-hc{
		margin-top: .5rem;
	}
	.advantage-hc-li{
		padding: .5rem .4rem;
	}
	.advantage-he-li{
		min-height: 3rem;
		width: 50%;
		min-height: 1.7rem;
	}
	.advantage-he-li:nth-child(3){
		border-top:1px solid #63b6e6;
	}
	.advantage-he-li:nth-child(3){
		border-right:1px solid #63b6e6;
	}
	.advantage-he-li:nth-child(2),
	.advantage-he-li:nth-child(4){
		border-right: 0;
	}
	.advantage-he-a{
		min-height: 1.2vw;
	}
	.advantage-hd,
	.advantage-hf{
		font-weight: bold;
		padding-top: .5rem;
	}
	.advantage-j1{
		margin-bottom: .3rems;
	}
	/*.advantage-m3{
		width: 60%;
	}
	.advantage-m4{
		width: 35%;
	}*/
	.advantage-m5{
		padding-top:0 ;
	}
	.advantage-n2{
		margin-top: .5rem;
	}
	.advantage-n3{
		margin-top: .4rem;
	}
	.advantage-oul{
		width: 100%;
		margin-top: .5rem;
	}
	.advantage-oli{
		width: 100%;
		margin-right: 0;
		margin-bottom: .4rem;
	}
	.advantage-o2{
		height: 75vw;
	}
	.advantage-o3{
		padding: .2rem 0;
	}
	.advantage-o4{
		padding: .15rem .2rem;
	}
	.advantage-pul{
		width: 102%;
		margin-top: .5rem;
	}
	.advantage-pli{
		width: 48%;
		margin-right: 2%;
		margin-bottom: 2%;
	}
}



.about-bj{
	position: relative;
	min-height: 53.5vw;
}
.about{
	position: relative;z-index: 2;
	padding: 4.16vw 0;
	font-size: 0;
}
.about-a{
	display: inline-block;
	vertical-align: top;
	width: 50%;
	padding-right: 3.2vw;
}
.about-a1{
	width: 11.666vw;
}
.about-a2{
	margin-top: 2.6vw;
}
.about-bc{
	display: inline-block;
	vertical-align: top;
	width: 50%;
	padding-left: 3.2vw;
}
.about-b{
	text-align: justify;
}
.about-c{
	width: 102%;
	font-size: 0;
}
.about-cli{
	display: inline-block;
	vertical-align: top;
	width: 23%;
	margin-right: 2%;
	margin-bottom: 2%;
	background: #0773bb;
	text-align: center;
	color: #fff;
	min-height: 8.5vw;
	padding: .5vw;
	border-radius: 10px;
}
.about-c12{
	font-size: 0;
}
.about-c1{
	display: inline-block;
	position: relative;
}
.about-c1 .fnt18{
	position: absolute;
	top: 0;64vw;
}
.about-c2{
	display: inline-block;
	position: relative;
	margin-left: 3px;
}
.about-c3{
	/*margin-top: .5vw;*/
	line-height: 1.2;
}

.about-de-bj{
	position: relative;
	min-height: 76.09vw;
}

.about-de{
	position: relative;
	z-index: 3;
	padding: 4.16vw 0;
	font-size: 0;
}
.about-d{
	width: 79%;
	display: inline-block;
	vertical-align: top;
}
.about-d1{
	font-size: 0;
	width: 15.62vw;
}
.about-d2{
	margin-top: 1.6vw;
}
.about-d3{
	
}
.about-d4{
	color: #0773bb;
}
.about-e{
	width:21%;
	display: inline-block;
	vertical-align: top;
	text-align: right;
}
.about-ediv{
	display: inline-block;
	vertical-align: top;
	text-align: center;
	width: 11vw;
}
.about-e1{
	display: inline-block;
	vertical-align: top;
	width: 11.5vw;
	padding: .6vw .4vw;
	background: #3d7fc2;
	border-radius: 10px;
	color: #fff;
	/*margin-top: 1.6vw;*/
}
.about-e2{
	color: #3d7fc2;
}
.about-eli{
	margin-top: 1.2vw;
}
.about-eli:first-child{
	margin-top: 0;
}


.about-fi-bj{
	position: relative;
}
.about-fi{
	font-size: 0;
	position: relative;
	z-index: 2;
	color: #fff;
}
.about-f{
	display: inline-block;
	vertical-align: top;
	width: 25%;
	margin-right: 2%;
	overflow: hidden;
}
.about-g{
	display: inline-block;
	vertical-align: top;
	width: 25%;
	margin-right: 2%;
	overflow: hidden;
	padding-bottom: 1vw;
}
.about-g1{
	overflow: hidden;
}
.about-h{
	width: 24%;
	margin-right: 2%;
	display: inline-block;
	vertical-align: top;
	padding-top: 5.2vw;
	position: relative;
	height: 100%;
}

.about-i{
	width: 20%;
	display: inline-block;
	vertical-align: top;
	padding-top: 1.4vw;
}

.about-h13{
	overflow: hidden;
	min-height: 10.4vw;
	margin-bottom: 2.6vw;
}
.about-h1{
	font-size: 10vw;
	float: left;
	width: 4.2vw;
}
.about-h23{
	float: right;
	width: calc(100% - 4.2vw);
}
.about-h9{
	opacity: .3;
	font-size: 7.8vw;
}
.about-i3{
	margin-top: 2.6vw;
}
.about-jk-bj{
	background: #efefef;
}

.about-jk{
	padding: 4.2vw 0;
}
.about-j{
	color: #0056a7;
}
.about-k{
	text-align: center;
	font-size: 0;
	margin-top: 1.6vw;
}
.about-kli{
	display: inline-block;
	vertical-align: top;
	min-width: 16vw;
	padding: 0 1vw;
	text-align: center;
}

.about-mn{
	padding: 3.125vw 0 0 0;
}
.about-m {
	color: #0056a7;
}
.about-n{
	width: 102.5%;
	font-size: 0;
	margin-top: 2.1vw;
}
.about-nli{
	width: 47.5%;
	margin-right: 2.5%;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 2.5%;
}
.about-n1{
	background: #e5f4fc;
	border-top: 1px solid #98d0ef;
	border-bottom: 1px solid #98d0ef;
	padding: 0 .8vw;
}

.about-o-bj{
	background: #efefef;
}
.about-o{
	padding: 3.125vw 0 1.6vw 0;
}
.about-oul{
	width: 103%;
	font-size: 0;
	margin-top: 2.1vw;
}
.about-oli{
	width: 30.333%;
	margin-right: 3%;
	margin-bottom: 3%;
	display: inline-block;
	vertical-align: top;
	text-align: center;
}
.about-o3{
	width: 100%;
	height: 9vw;
	position: relative;
	border-radius: 10px;
	border: 1px solid #42a912;
	margin-top: 1vw;
}
.about-o3>div{
	width: 100%;
	padding: 0 .6vw;
	position: absolute;
	top: 50%;
	left: 0;
	transform:translateY(-50%);
	-webkit-transform:ranslateY(-50%);
}
.about-pr-bj{
	background: #0084c7;
	margin-bottom: .6vw;
}
.about-pr{
	padding: 5.2vw 0;
	color: #fff;
}

.about-q{
	margin-top: 4.16vw;
	position: relative;
}
.about-qsw{
	width: 100%;
}
.about-qsd{
	padding: 0 7.3vw;
	overflow: hidden;
	font-size: 0;
}
.about-q3{
	max-height: 9vw;
	overflow-y: auto;
	padding-right: 8px;
}
.about-qlt{
	width: 50%;
	float: left;
	padding-right: 2vw;
}
.about-qrt{
	width: 47%;
	float: left;
	margin-left: 3%;
	overflow: hidden;
}
.about-r{
	margin-top: 4.8vw;
	position: relative;
}
.about-rxt{
	max-width: initial;
	width: 100vw;
	position: absolute;
	left: 50%;
	top: .9vw;
	margin-left: -50vw;
	opacity: .7;
}
.about-rsd{
	text-align: center;
	min-height: 5.5vw;
	padding-top: 3.2vw;
}
.about-r1{
	width: .6vw;
	height: .6vw;
	border-radius: 100%;
	background: #fff;
	position: absolute;
	top: .6vw;
	left: 50%;cursor: pointer;
	margin-left: -.3vw;
transition: all .5s;
-webkit-transition: all .5s;  
}
.about-r2{
	width: 1.4vw;
	position: absolute;
	left: 50%;
	margin-left: -.7vw;
	top: .25vw;
	z-index: 2;
	opacity: 0;cursor: pointer;
transition: all .5s;
-webkit-transition: all .5s;  
}
.about-r3{
	display: inline-block;
	vertical-align: top;
	line-height: 2vw;
	padding: 0 1.2vw;
	border-radius: 1.2vw;
	cursor: pointer;
transition: all .5s;
-webkit-transition: all .5s;  
}
.about-rsd.on .about-r2{
	opacity: 1;
transition: all .5s;
-webkit-transition: all .5s;  
}
.about-rsd.on .about-r1{
	opacity: 0;
transition: all .5s;
-webkit-transition: all .5s;  
}
.about-rsd.on .about-r3{
	background: #fff;
	color: #0056a7;
transition: all .5s;
-webkit-transition: all .5s;  
}


.about-qnext{
	background-image: url(../img/ico08_2.svg);
	background-size: 98% auto;
	right: -3.2vw;
}
.about-qprev{
	background-image: url(../img/ico08_1.svg);
	background-size: 98% auto;
	left: -3.2vw;
}

@media(max-width:1400px){
	.about-cli{
		min-height: 10.5vw;
	}
}
@media(max-width:1200px){
	.about{
		padding: 50px 0;
	}
	.about-bjimg{
		position: initial;
		width: 100%;
	}
	.about-a{
		width: 100%;
	}
	.about-a1{
		width: 200px;
	}
	.about-bc{
		width: 100%;
		padding: 0;
		margin-top: 40px;
	}
	.about-cli{
		min-height: 125px;
		padding: 10px;
	}
	
	.about-d{
		width: 100%;
	}
	.about-e{
		width: 100%;
		margin-top: 40px;
		text-align: left;
	}
	.about-ediv{
		width: 100%;
		font-size: 0;
	}
	.about-eli{
		width: 50%;
		margin: 0;
		display: inline-block;
		vertical-align: top;
	}
	.about-e1{
		width: 200px;
		min-height: 100px;
	}
	.about-o3{
		height: 120px;
	}
	.about-qnext{
		top: 100%;
		margin-top: -25vw;
		right: -.3rem;
	}
	.about-qprev{
		top: 100%;
		margin-top: -25vw;
		left: -.3rem;
	}
	.about-r3{
		line-height: 1.5;
		padding: 0 20px;
		border-radius: 20px;
	}
	.about-jk,.about-mn,.about-o,.about-pr{
		padding: 50px 0;
	}
	.about-d1{
		width: 200px;
	}
	.about-q3{
		max-height: 150px;
	}
	.about-f{
		width: 47%;
		margin-right: 6%;
	}
	.about-g{
		width: 47%;
		margin-right: 0;
	}
	.about-h{
		width: 47%;
		margin-right: 6%;
		padding-top: 0;
		margin-top: 40px;
		padding-bottom: 30px;
	}
	.about-i{
		width: 47%;
		margin-top: 40px;
		padding-bottom: 50px;
	}
}

@media(max-width:1000px){
	.about-e1{
		min-height: 115px;
	}
	.about-f{
		width: 47%;
		margin-right: 6%;
	}
	.about-g{
		width: 47%;
		margin-right: 0;
	}
	.about-h{
		width: 47%;
		margin-right: 6%;
		padding-top: 0;
		margin-top: 40px;
		padding-bottom: 30px;
	}
	.about-i{
		width: 47%;
		margin-top: 40px;
		padding-bottom: 30px;
	}
	.about-h1{
		font-size: 160px;
	}
	.about-h23{
		width: calc(100% - 80px);
	}
	.about-kli{
		width: 30%;
	}
	.about-nli{
		width: 47.5%;
		margin-bottom: 4%;
	}
	.about-oul{
		width: 100%;
	}
	.about-oli{
		width: 100%;
		margin-top: 25px;
	}
	.about-o3{
		margin-top: 15px;
	}
	.about-qsd{
		padding: 0 3vw;
	}
}
@media(max-width:750px){
	.about,.about-jk,.about-mn,.about-o,.about-pr{
		padding: .8rem 0;
	}
	.about-bc{
		margin-top: .6rem;
	}
	.about-cli{
		width: 48%;
		min-height: 2.4rem;
	}
	.about-c1 .fnt40{
		font-size: .6rem;
	}
	.about-e1{
		width: 2.4rem;
		min-height: 1.6rem;
		padding: .15rem;
	}
	.about-f{
		width: 60%;
		margin-left: 20%;
	}
	.about-g{
		width: 100%;
		margin-top: .5rem;
	}
	.about-h{
		width: 100%;
		margin-top: .6rem;
		padding-bottom: 0rem;
	}
	.about-h1{
		line-height: 1;
	}
	.about-h9{
		font-size: 1.8rem;
	}
	.about-i{
		width: 100%;
		margin-top: .6rem;
		padding-bottom: 1.3rem;
	}
	.about-k{
		margin-top: .5rem;
	}
	.about-j,.about-m{
		font-weight: bold;
	}
	.about-n{
		width: 100%;
	}
	.about-nli{
		width: 100%;
		margin-top: .4rem;
	}
	.about-n1{
		padding: 0 .3rem;
	}
	.about-o3{
		height: 1.8rem;
	}
	.about-qlt{
		width: 100%;
		min-height: 2.8rem;
	}
	.about-qrt{
		width: 100%;
		margin: 0;
		padding: 0;
		margin-top: .3rem;
	}
	.about-qsd{
		padding: 0 8vw;
	}
	.about-r{
		margin-top: .6rem;
	}
	.about-rxt{
		width: 300vw;
		margin-left: -150vw;
		top: .2rem;
	}
	.about-rsd{
		min-height: 18vw;
		padding-top: 10vw;
	}
	.about-r1{
		width: .16rem;
		height: .16rem;
		margin-left: -.08rem;
		top: .12rem;
	}
	.about-r2{
		width: .4rem;
		margin-left: -.2rem;
		top: 0;
	}
}