
/* 分页*/
.el-pagination {white-space:nowrap;padding:2px 5px;color:#303133;text-align:center;font-size:12px;clear:both;}
.el-pagination::after,
.el-pagination::before {display:table;content:"";}
.el-pagination::after {clear:both;}
.el-pagination button,
.el-pagination span:not([class*=suffix]) {display:inline-block;font-size:13px;min-width:35.5px;height:28px;line-height:28px;vertical-align:top;-webkit-box-sizing:border-box;box-sizing:border-box;}
.el-pagination button:disabled {color:#C0C4CC;background-color:#FFF;cursor:not-allowed;}
.el-pagination button {border:none;padding:0 6px;background:0 0;}
.el-pagination button,
.el-pagination span:not([class*=suffix]) {display:inline-block;font-size:13px;min-width:35.5px;height:28px;line-height:28px;vertical-align:top;-webkit-box-sizing:border-box;box-sizing:border-box;}
.el-pagination__total {margin-right:10px;font-weight:400;color:#606266;}
.el-pager {-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;list-style:none;font-size:0;}
.el-pager li {padding:0 4px;font-size:13px;min-width:35.5px;height:28px;line-height:28px;box-sizing:border-box;text-align:center;}
.el-pager,
.el-pager li {vertical-align:top;margin:0;display:inline-block;}
.el-pagination.is-background .el-pager li:not(.disabled).active {background-color:#3368c6;color:#FFF;}
.el-pagination .btn-next,
.el-pagination .btn-prev {background:center center no-repeat #FFF;background-size:16px;cursor:pointer;margin:0;color:#303133;}
.el-pagination.is-background .btn-next,
.el-pagination.is-background .btn-prev,
.el-pagination.is-background .el-pager li {margin:0 3px;padding:0;background-color:#f4f4f5;color:#606266;min-width:30px;border-radius:2px;}
.el-pagination a{margin:0!important;padding:0!important}
/*顶部*/
header{
	width: 100%;
	height: 80px;
	position: fixed;
	top: 0;
	left: 0;
	background: #fff;
	z-index: 49;
	box-shadow:  0 0 5px #999;
}
.header{
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
}
.logo{
	margin-left: 50px;
	float: left;
	line-height: 80px;
	font-size: 0;
}
.header-a{
	float: right;
	width: 90px;
	height: 80px;
	background: #33b5ee url(img/ico02.png) no-repeat center;
	cursor: pointer;
	transition: all .3s;
-webkit-transition: all .3s;
}
.header-a:hover{
	background-color: #2691fd;
	transition: all .3s;
-webkit-transition: all .3s;
}
.header-b-bj{
	display: inline-block;
	font-size: 0;
	height: 100%;
	margin-right: 30px;
	float: right;
	position: relative;
}
.header-b{
	display: inline-block;
	font-size: 16px;
	color: #999999;
	line-height: 40px;
	margin-top: 20px;
	padding-left: 30px;
	padding-right: 18px;
	background:#fff url(img/ico01.png) no-repeat left center;
	position: relative;
	z-index: 2;
	cursor: pointer;
	/*font-weight: bold;*/
}
.header-b:after{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	background: url(img/xj.png) no-repeat right center;
}
/*.header-b:hover{
	color: #2691fd;
	background-image: url(img/ico01_1.png);
}*/
.header-b-div{
	position: absolute;
	left: 0;
	top: 100%;
	z-index: 1;
	background: #fff;
	padding: 0 24px;
	padding-left: 30px;
	box-shadow:0 3px 3px rgb(0 0 0 / 10%);
	display: none;
	max-height: 180px;
    overflow-y: auto;
}
.header-b-div a{
	display: block;
	color: #999999;
	font-size: 16px;
	line-height: 20px;
	margin: 10px 0;
}
.header-b-div a:hover{
	color: #2691fd;
}

.header-nav{
	float: right;
	position: relative;
	margin-right: 50px;
}
.header-nav-li{
	float: left;
	margin-left: 65px;
	z-index: 1;
}
.header-c{
	display: block;
	font-size: 18px;
	line-height: 80px;
	color: #494949;
	font-weight: bold;
	position: relative;
	transition: all .3s;
-webkit-transition: all .3s;
}
.header-c:after{
	content: '';
	width: 0%;
	height: 2px;
	background: #2691fd;
	position: absolute;
	left: 50%;
	bottom: 0;
	transition: all .3s;
-webkit-transition: all .3s;
}
@media(min-width:1201px){
	.header-nav-li:hover .header-c,.header-nav-li.cur .header-c{
		color: #2691fd;
		transition: all .3s;
	-webkit-transition: all .3s;
	}
	.header-nav-li:hover .header-c:after,.header-nav-li.cur .header-c:after{
		width: 100%;
		left: 0;
		transition: all .3s;
	-webkit-transition: all .3s;
	}
}
.header-de{
	position: absolute;
	top: 100%;
	right: 0;
	overflow: hidden;
	/*border: 1px solid #e1e1e1;*/
	display: none;
}
.header-d{
	padding: 50px;
	background: #fff;
	overflow: hidden;
	min-height: 360px;
	float: left;
}
.header-dlt{
	width: 400px;
	float: left;
	margin-right: ;
}
.header-drt{
	margin-left: 50px;
	float: right;
}
.header-d1{
	width: 260px;
	display: block;
	border-bottom: 1px solid #ccc;
	font-size: 15px;
	line-height: 25px;
	padding: 13px 0;
	padding-right: 20px;
	padding-left: 10px;
	background: url(img/ico03_1.png) no-repeat right center;
	position: relative;
}
.header-d1:first-child{
	padding-top: 3px;
}
.header-d1:after{
	content: '';
	width: 0%;
	height: 1px;
	background: #2691fd;
	position: absolute;
	left: 0%;
	bottom: -1px;
	transition: all .3s;
-webkit-transition: all .3s;
}
@media(min-width:1201px){
	.header-d1:hover,.header-d1.on{
		color: #2691fd;
		background-image: url(img/ico03_2.png) ;
	}
	.header-d1:hover:after,.header-d1.on:after{
		width: 100%;
		transition: all .3s;
	-webkit-transition: all .3s;
	}
}
.header-depro{
	width: 1357px;
}
.header-e{
	width: 545px;
	height: 360px;
	background: #f6f8fb;
	padding: 35px;
	padding-top: 50px;
	float: left;
}
.header-eli{
	overflow: hidden;
	font-size: 0;
	display: none;
}
.header-ea{
	width: 50%;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 25px;
}
.header-eb{
	display: inline-block;
	font-size: 16px;
	color: #333333;
	line-height: 30px;
	padding-left:15px;
	position: relative;
	overflow: hidden;
	transition: all .3s;
-webkit-transition: all .3s;  
}
.header-eb:after{
	content: '';
	width: 5px;
	height: 5px;
	border-radius: 100%;
	background: #999;
	position: absolute;
	left: 0;
	top: 13px;	
}
.header-eb:before{
	content: '';
	width: 0%;
	height: 1px;
	background: #2691fd;
	position: absolute;
	left: 15px;
	bottom: 0;
	transition: all .3s;
-webkit-transition: all .3s;  
}
.header-eb:hover{
	color: #2691fd;
	transition: all .3s;
-webkit-transition: all .3s;  
}
.header-eb:hover:before{
	width: 100%;
	transition: all .3s;
-webkit-transition: all .3s;  
}

.header-dx{
	width: 35px;
	margin-top: 25px;
	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{
	width: 100%;
	height: calc(100% - 80px);
	position: fixed;
	left: 0;
	top: 80px;
	z-index: 99;
	background: #0f52a3;
	display: none;
}
.header-sstop{
	/*width: 100%;*/
	/*max-width: 1920px;*/
	/*margin: 0 auto;*/
	overflow: hidden;
	/*padding:  0 40px;*/
}
.header-ssimg{
	display: inline-block;
	line-height: 90px;
	float: left;
	width: 165px;
}
/*.header-ssgb{
	float: right;
	font-size: 22px;
	line-height: 50px;
	color: #fff;
	padding-left: 45px;
	background: url(img/ico10.png)  no-repeat left center;
	margin-top: 20px;
	cursor: pointer;
}*/
.header-ssgb{
	float: right;
	margin-top: 35px;
	margin-bottom: 8vh;
}
.header-ssgb:hover{
	opacity: .8;
}
.header-ssxt{
	width: 100%;
	height: 1px;
	background: #fff;
	opacity: .2;
}
.header-sscnt{
	/*margin-top: 20vh;*/
}
.header-ssul{
	border: 1px solid #fff;
	overflow: hidden;
}
.header-ssul li{
	width: 20%;
	text-align: center;
	font-size: 18px;
	line-height: 55px;
	color: #fff;
	border-left: 1px solid #fff;
	float: left;
	cursor: pointer;
}
.header-ssul li.on{
	background: #fff;
	color: #0061c3;
}
.header-ssfm{
	margin-top: 75px;
	position: relative;
}
.header-ssfm .int{
	width: 100%;
	border: 0;
	border-bottom: 1px solid #fff;
	background: #0f52a3;
	font-size: 30px;
	height: 60px;
	color: #fff;
}
.header-ssfm .sub{
	width: 40px;
	height: 100%;
	border: 0;
	background: url(img/ico02_2.png) no-repeat right center;
	position: absolute;
	right: 0;
	top: 0;
	opacity:1;
}
.header-ssfm .sub:hover{
	opacity: 1;
}
.header-sslist{
	width: 100%;
	margin-top: 35px;
}
.header-sslist>div{
	line-height: 1;
	font-size: 0;
}
.header-sslist>div a{
	display: inline-block;
	font-size: 20px;
	color: #809fc5;
	line-height: 30px;
	margin-bottom: 10px;
}
.header-sslist>div a span{
	color: #fff;
	font-weight: bold;
	font-size: 20px;
}
.header-sslist>div a i{
	color: #fff;
}



/*底部*/
.footer{
	padding-top: 90px;
	padding-bottom: 75px;	
	overflow: hidden;
	color: #fff;
}
.footer-lt{
	width: 370px;
	padding-right: 30px;
	float: left;
}
.footer-b{
	font-size: 30px;
	font-weight: bold;
	line-height: 1.2;
	margin-top: 20px;
	color: #fff;
}
.footer-c{
	font-size: 14px;
	line-height: 25px;
	margin-top: 5px;
}
.footer-d{
	margin-top: 25px;
	font-size: 0;
}
.footer-da{
	float: left;
	margin-right: 20px;
	position: relative;
}
.footer-d1{
	width: 40px;
	height: 40px;
	border: 1px solid #fff;
	border-radius: 100%;
	text-align: center;
	line-height: 38px;
	font-size: 0;
}
.footer-d1 .img2{
	display: none;
}
.footer-da:hover .footer-d1{
	background: #fff;
}
.footer-da:hover .footer-d1 .img1{
	display: none;
}
.footer-da:hover .footer-d1 .img2{
	display: inline-block;
}
.footer-d2{
	position: absolute;
	left: 0;
	bottom: 105%;
	background: #fff;
	width: 110px;
	padding: 5px;
	border-radius: 5px;
	display: none;
}
.footer-da:hover .footer-d2{
	display: block;
}
.footer-rt{
	width: calc(100% - 370px);
	overflow: hidden;
	padding-right: 90px;
	position: relative;
}
.footer-ef{
	width: 33%;
	float: left;
	padding-right: 10px;
}
.footer-e{
	font-size: 20px;
	padding-top: 10px;
}
.footer-f{
	margin-top: 30px;
}
.footer-f li{
	font-size: 0;
	line-height: 1;
}
.footer-f li a{
	display: inline-block;
	font-size: 12px;
	line-height: 20px;
	margin-bottom: 15px;
	color: #E1E4E6;
	/*opacity: .9;*/
}
.footer-f li a:hover{
	opacity: 1;
	text-decoration:underline;
}
@media(min-width:1201px){
	.footer-ef2{
		padding: 0;
		width: 90px;
		position: absolute;
		top: 0;
		right: 0;
	}
}
.footer-jk-bj{
	width: 100%;
	background: #0e52a2;
}
.footer-jk{
	padding: 30px 0;
	overflow: hidden;
	color: #fff;
}
.footer-j{
	width: calc(100% - 230px);
	float: left;
	font-size: 14px;
	line-height: 25px;
	padding: 15px 0;
	
}
.footer-j a{
    color: #fff;
}
.footer-j a:hover{
	opacity: .7;
}

.footer-k{
	float: right;
	padding-left: 70px;
	font-size: 14px;
	line-height: 55px;
	cursor: pointer;
	font-weight: bold;
	background: url(img/ico09.png) no-repeat left center;
}
.footer-k:hover{
	opacity: .7;
}



/*首页*/
.iban-swiper{
	width: 100%;
	/*height: calc(100vh - 80px);*/
	height: auto !important;
	aspect-ratio: 2 / 1; 
	color: #fff;
}
/*.iban-slide-bj{
	transform:scale(1.05);
	-ms-transform:scale(1.05);
	-moz-transform:scale(1.05);
	-webkit-transform:scale(1.05);
	
}
.iban-slide.swiper-slide-active .iban-slide-bj{
	transform: scale(1);
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	transition:all linear 5s;
	-webkit-transition:all linear 5s;
}*/
.iban-div{
	position: relative;
	z-index: 3;
	top: 20px;
	opacity: 0;
	
}
.iban-slide.swiper-slide-active .iban-div{
	top: 0;
	opacity: 1;
	transition: all .5s .5s;
-webkit-transition: all .5s .5s;
}
.iban-a{
	display: inline-block;
	font-size: 80px;
	font-weight: bold;
	padding-top: 220px;
}
.iban-b{
	font-size: 60px;
	line-height: 80px;
	margin-top: 20px;
	max-width: 50%;
}
.iban-c{
	margin-top: 40px;
	display: inline-block;
}
.iban-c:hover{
	opacity: .8;
}
.iban-span span{
	width: 45px;
	height: 2px;
	background: #000;
	border-radius: 0;
	opacity: .5;
}
.iban-span{
	bottom: 30px !important;
}
.iban-span span.swiper-pagination-bullet-active{
	opacity: 1;
}



.iabt-bj{
	width: 100%;
	background: url(img/ico05.png) no-repeat left top;
}
.iabt{
	padding-top: 100px;
	padding-bottom: 120px;
}
.gytit-48{
	font-size: 48px;
	text-align: center;
	line-height: 1.2;
	
}
.gymr-idx{
	display: inline-block;
	font-size: 16px;
	color: #2691fd;
	line-height: 30px;
	background: url(img/ico06.png) no-repeat left top;
	padding-left: 40px;
	cursor: pointer;
	transition: all .3s;
-webkit-transition: all .3s;  
}
.gymr-idx:hover{
	color: #2691fd;
	padding-left: 45px;
	transition: all .3s;
-webkit-transition: all .3s;  
}
.iabt-ab{
	margin-top: 80px;
	font-size: 0;
}
.iabt-a{
	width: 45.715%;
	vertical-align: top;
	display: inline-block;
	padding-right: 115px;
}
.iabt-a1{
	font-size: 48px;
	line-height: 55px;
	color: #2691fd;
}
.iabt-a2{
	width: 55px;
	height: 5px;
	margin-top: 35px;
	background: #2691fd;
}
.iabt-a3{
	font-size: 18px;
	color: #666;
	line-height: 30px;
	margin-top: 50px;
	height: 150px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
}
.iabt-a4{
	margin-top: 30px;
}
.iabt-b{
	width: 54.285%;
	background: #000;
	display: inline-block;
	vertical-align: top;
	box-shadow: 0 0 45px #e1eafd;
	position: relative;
}
.iabt-b1{
	width: 100%;
	display: block;
	position: relative;
	z-index: 3;
}
.iabt-b2{
	z-index: 5;
	background: url(img/ico23-2.png) no-repeat center;
	cursor: pointer;
}
.iabt-b.mou>.iabt-b1{
	display: none;
}
.iabt-b.mou>.iabt-b2{
	display: none !important;
}
.iabt-b.on .iabt-b1{
	display: block;
	opacity: 0;
}
.iabt-bps{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	opacity: 0;
}
.iabt-b.mou .iabt-bps{
	position: relative;
	opacity: 1;
}
.iabt-bps .iabt-b11{
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.iabt-b.on  .iabt-bps .iabt-b1{
	opacity: 11;
}
.iabt-b.mou .iabt-bps .iabt-b1{
	display: none;
}
.iabt-b.mou .iabt-bps .iabt-b2{
	display: none;
}
.iabt-b.on .iabt-bps{
	width: 450px;
	position: fixed;
	top: initial;
	left: initial;
	right: 10px;
	bottom: 10px;
	z-index: 99;
	opacity: 1;
}
.iabt-bps-gb{
	width: 40px;
	height: 40px;
	background: #999 url(img/x02.png) no-repeat center; 
	background-size: cover;
	position: absolute;
	bottom: 100%;
	right: 0;
	transition: all .3s;
-webkit-transition: all .3s;  
	display: none;
}
.iabt-bps-gb:hover{
	background-color: #333;
	transition: all .3s;
-webkit-transition: all .3s;  
}
.iabt-b.on .iabt-bps-gb{
	display: block;
}
.iabt-bvd{
	width: 100%;
}

.ipro{
	padding-top: 70px;
	padding-bottom: 100px;
}
.ipro-ul{
	padding-top: 75px;
	width: calc(100% + 50px);
	margin-left: -25px;
	font-size: 0;
}
.ipro-li{
	width: calc(33.333% - 50px);
	margin: 0 25px;
	margin-bottom: 40px;
	display: inline-block;
	vertical-align: top;
	background: #fff;
	height: 420px;
	border-radius: 10px;
	overflow: hidden;
	position: relative;
	top: 0;
	box-shadow: 0 0 15px #ccc;
	transition: all .5s;
-webkit-transition: all .5s;  
}
.ipro-li:hover{
	top: -25px;
	box-shadow: 0 0 20px #999;
	transition: all .5s;
-webkit-transition: all .5s;  
}
.ipro-a{
	width: 100%;
	height: 220px;
	padding: 10px;
	line-height: 200px;
	text-align: center;
}
.ipro-a img{
	max-height: 100%;
}
.ipro-bc{
	padding: 5px 25px;
	height: 135px;
	position: relative;
}
.ipro-b{
	font-size: 20px;
	color: #2794f9;
	line-height: 25px;
	max-height: 50px;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	height:48px;
}
.ipro-c{
	font-size: 16px;
	color: #666;
	line-height: 25px;
	max-height: 75px;
	margin-top: 10px;
	overflow: hidden;
	text-align: justify;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.ipro-d{
	padding: 0 25px;
	margin-top: 20px;
	text-align: right;
	font-size: 16px;
	line-height: 1.2;
	color: #2794f9;
}
.ipro-mr{
	text-align: center;
	font-size: 0;
	line-height: 1;
}

.iserv{
	padding: 70px 0;
}
.iserv-div{
	width: 1280px;
	margin: 0 auto;
	position: relative;
	padding: 0 85px;
}
.iserv-swp{
	width: 100%;
	position: relative;
	right: calc(100% + 85px);
}
.iserv-swiper{
	width: calc(300% + 170px);
	position: relative;
	padding-top: 50px;
	padding-bottom: 70px;
}
.iserv-slide{
	width: 100%;
	background: #fff;
	padding: 20px;
	box-shadow: 0 0 10px #ccc;
}
.iserv-img{
	position: relative
}
.iserv-mov{
	background: rgba(0,0,0,.7);
	text-align: center;
	opacity: 0;
	transition: all .3s;
-webkit-transition: all .3s;  
}
.iserv-slide:hover .iserv-mov{
	opacity: 1;
	transition: all .3s;
-webkit-transition: all .3s;  
}
.iserv-mov-a{
	width: 100%;
	max-width: 80%;
	padding: 0 20px;
	color: #fff;
	font-size: 24px;
	line-height: 50px;
	padding-top: 120px;
	margin: 0 auto;
}
.iserv-mov-b{
	margin-top: 40px;
}
.iserv-txt{
	text-align: center;
	font-size: 24px;
	color: #484848;
	line-height: 35px;
	padding: 20px 0;
}
.iserv-prev{
	background-size: 24px auto;
	left: 35px;
	opacity: .6;
}
.iserv-next{
	background-size: 24px auto;
	right: 35px;
	opacity: .6;
}
.iserv-prev:hover,.iserv-next:hover{
	opacity: 1;
}
.iserv-span span{
	width: 45px;
	height: 2px;
	background: #222;
	border-radius: 0;
}
.inws{
	padding-top:70px;
	padding-bottom: 100px;
}
.inws-ul{
	margin-top: 60px;
	width: calc(100% + 50px);
	overflow: hidden;
}
.inws-li{
	width: calc(33.333% - 50px);
	float: left;
	margin-right: 50px;
}
.inws-a{
	overflow: hidden;
	border-radius: 10px;
}
.inws-b{
	font-size: 24px;
	color: #333;
	line-height: 35px;
	height: 70px;
	margin-top: 25px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	transition: all .3s;
-webkit-transition: all .3s;  
}
.inws-c{
	font-size: 14px;
	color: #666;
	line-height: 25px;
	height: 75px;
	margin-top: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.inws-d{
	font-size: 14px;
	color: #999;
	margin-top: 15px;
}
.inws-li:hover .inws-b{
	color: #1b6bb5;
	transition: all .3s;
-webkit-transition: all .3s;  
}
.inws-mr{
	text-align: center;
	margin-top: 55px;
}

@media(max-width:1600px){
	.gytit-48{
		font-size: 40px;
	}
	
	.iban-swiper{
		height: calc(100vh - 70px);
	}
	.iban-a{
		font-size: 60px;
		padding-top: 150px;
	}
	.iban-b{
		font-size: 40px;
		line-height: 50px;
		margin-top: 10px;
		max-width: 500px;
	}
	.iban-c{
		margin-top: 20px;
	}
	.iabt{
		padding: 70px 0;
	}
	.iabt-bj{
		background-size: 40% auto;
	}
	.iabt-a{
		padding-right: 50px;
	}
	.iabt-a1{
		font-size: 40px;
		line-height: 45px;
	}
	.iabt-a2{
		margin-top: 20px;
	}
	.iabt-a3{
		margin-top: 35px;
		height: auto;
	}
	.ipro{
		padding: 60px 0;
	}
	.ipro-ul{
		padding-top: 45px;
	}
	.ipro-li:hover{
		top: -10px;
	}
	.ipro-b{
		font-size: 18px;
	}
	.iserv-div{
		width: 1000px;
		
	}
	.iserv-mov-a{
		font-size: 20px;
		line-height: 40px;
		padding-top: 80px;
	}
	.inws{
		padding: 60px 0;
	}
	.inws-ul{
		margin-top: 40px;
	}
	.inws-b{
		font-size: 20px;
		line-height: 25px;
		margin-top: 10px;
		height: 50px;
	}
	.footer-f li a{
		font-size: 12px;line-height: 20px;
	}
	.footer-e{
		font-size: 18px;
	}
	.iabt-ab{
		margin-top: 60px;
	}
	
	
	header{
		height: 70px;
	}
	.logo{
		line-height: 70px;
	}
	.header-a{
		width: 70px;
		height: 70px;
	}
	.header-b-bj{
		margin-right: 20px;
	}
	.header-b{
		margin-top: 15px;
		
		font-size: 14px;
	}
	.header-b-div{
		padding: 0 25px;
	}
	.header-nav-li{
		margin-left: 30px;
	}
	.header-c{
		font-size: 16px;
		line-height: 70px;
	}
	.header-de{
	}
	.header-d{
		padding: 30px;
	}
	.header-dlt{
		width: 280px;
	}
	.header-drt{
		margin-left: 30px;
	}
	.header-d{
		min-height: 250px;
	}
	.header-d1{
		width: 210px;
		font-size: 13px;
		line-height: 20px;
		padding: 9px 0;
		padding-right: 10px;
	}
	.header-depro{
		/*display: block;*/
		width: 972px;
	}
	.header-e{
		width: 390px;
		height: 250px;
		padding: 25px;
		padding-top: 35px;
	}
	.header-ea{
		margin-bottom: 10px;
	}
	.header-eb{
		font-size: 14px;
		line-height: 25px;
	}
	
	.header-ss{
		height: calc(100vh - 70px);
		top: 70px;
	}
	.header-sstop{
		
	}
	.header-ssgb{
		margin: 30px 0;
	}
	.header-ssul li{
		font-size: 16px;
		line-height: 45px;
	}
	.header-ssfm{
		margin-top: 50px;
	}
	.header-ssfm .int{
		font-size: 24px;
		height: 50px;
	}
	.header-sslist{
		margin-top: 20px
	}
	.header-sslist>div a{
		margin-bottom: 5px;
	}
}

@media(max-width:1200px){
	.iban-swiper{
		height: 500px;
	}
	.iban-a{
		font-size: 45px;
		padding-top: 120px;
	}
	.iban-b{
		font-size: 30px;
		line-height: 40px;
		max-width: 400px;
	}
	.ipro-ul{
		width: 103%;
		margin-left: -1.5%;
	}
	.ipro-li{
		width: 29.333%;
		margin: 0 1.5%;
		margin-bottom: 30px;
	}
	.ipro-bc{
		padding: 5px 10px;
	}
	.ipro-a{
		height: 200px;
		line-height: 180px;
	}
	.iserv-div{
		width: 800px;
	}
	.iserv-mov{
		display: none;
	}
	.iserv-txt{
		font-size: 20px;
		padding: 10px 0;
		line-height: 30px;
	}
	.inws-ul{
		width: 103%;
	}
	.inws-li{
		width: 30.333%;
		margin-right: 3%;
	}
	.footer-rt{
		margin: 0;
		font-size: 0;
		padding: 0;
	}
	.footer-ef{
		width: 25%;
		float: initial;
		display: inline-block;
		vertical-align: top;
		margin-bottom: 30px;
	}
	
	.header-nav{
		position: fixed;
		top: 70px;
		left: 0;
		border-top: 1px solid #ccc;
		width: 100%;
		height: calc(100vh - 70px);
		background: #fff;
		padding: 40px 4%;
		display: none;
	}
	.header-nav-li{
		width: 100%;
		margin: 0;
	}
	.header-c{
		border-bottom: 1px solid #e1e1e1;
	}
	.header-de{
		position: relative;
		width: 100% !important;
		padding: 0;
		border: 0;
	}
	.header-depro{
		display: none;
	}
	.header-d{
		padding: 0;
		width: 100%;
		min-height: auto;
	}
	.header-dlt{
		display: none;
	}
	.header-drt{
		width: 100%;
		margin: 0;
	}
	.header-d1{
		width: 100%;
		padding: 0;
		padding-left: 30px;
		background: initial;
		line-height: 60px;
		border-bottom: 1px solid #e1e1e1;
	}
	.header-e{
		display: none;
	}
	.header-nav-li2{
		position: relative;
	}
	.header-nav-li2:after{
		content: '';
	    width: 30%;
	    height: 70px; 
	    position: absolute;
	    top: 0;
	    right: 0;
	    z-index: 2;
	    background: url(img/jia.png) no-repeat right center;
    background-size: 14px auto;
	}
	.header-nav-li2.bj:after{
		background-image: url(img/jian.png) 
	}
	
	.header-dx{
		display: block;
		margin-right: 30px;
		margin-top: 23px;
	}
	.header-a{
		background: url(img/ico02_1.png)  no-repeat center;
		width: 25px;
		height: 70px;
		background-color: initial !important;
	}
	.header-d1:first-child{
		padding-top: 0;
	}
	.logo{
		margin-left: 30px;
	}
	
}
@media(max-width:1000px){
	.iban-swiper{
		height: 400px;
	}
	.iabt-ab{
		margin-top: 40px;
	}
	.iabt-a{
		width: 100%;
		padding: 0;
	}
	.gytit-48{
		font-size: 36px;
	}
	.iabt-a1{
		font-size: 36px;
		line-height: 42px;
	}
	.iabt-b{
		width: 100%;
		margin-top: 40px;
	}
	.ipro-li{
		width: 47%;
	}
	.iserv-div{
		width: 600px;
	}
	.iserv-slide{
		padding: 10px;
		padding-bottom: 0;
	}
	.iserv-txt{
		font-size: 16px;
		padding: 20px;
		line-height: 30px;
	}
	.footer-rt{
		display: none;
	}
	
	.header-ssfm .int{
		font-size: 20px;
	}
	.header-ssul li{
		font-size: 16px;
	}
}

@media(max-width:750px){
	.iban-swiper{
		height: 5rem;
	}
	.iban-a{
		font-size: .55rem;
		padding-top: 2rem;
	}
	.iban-b{
		font-size: .45rem;
		line-height: .55rem;
		max-width: 5rem;
	}
	.iban-c{
		width: .6rem;
		margin-top: .4rem;
	}
	.iban-span{
		bottom: .2rem !important;
	}
	.iban-span span{
		width: .4rem;
	}
	
	.iabt{
		padding: .8rem 0;
	}
	.gytit-48{
		font-size: .45rem;
		font-weight: bold;
	}
	.iabt-ab{
		margin-top: .4rem;
	}
	.iabt-a1{
		font-size: .38rem;
		line-height: .55rem;
		font-weight: bold;
	}
	.iabt-a2{
		width: .5rem;
		height: 3px;
		margin-top: .25rem;
	}
	.iabt-a3{
		font-size: .28rem;
		line-height: .45rem;
		margin-top: .3rem;
	}
	.gymr-idx{
		font-size: .28rem;
	}
	.iabt-a4{
		margin-top: .3rem;
	}
	.iabt-b{
		margin-top: .5rem;
		box-shadow: 0 0 20px #e1eafd;
	}
	.iabt-b2{
		background-size: .8rem;
	}
	.ipro{
		padding: .8rem 0;
	}
	.ipro-ul{
		padding-top: .5rem;
	}
	.ipro-li{
		height: 5.2rem;
		margin-bottom: .3rem;
	}
	.ipro-a{
		height: 2.4rem;
		padding: .2rem;
		line-height: 2rem;
	}
	.ipro-bc{
		padding: .1rem .2rem;
		height: 2.3rem;
	}
	.ipro-b{
		font-size: 12px; 
		font-weight: bold;
		line-height: .4rem;
		max-height: .8rem;
	}
	.ipro-c{
		font-size: .24rem;
		line-height: .4rem;
		height: 1.2rem;
		margin-top: .1rem;
	}
	.ipro-d{
		margin-top: .05rem;
		font-size: .24rem;
	}
	.iserv{
		padding: .8rem 0;
	}
	.iserv-swiper{
		padding-top: .6rem;
		padding-bottom: .7rem;
		width: calc(300% + 60px);
	}
	.iserv-div{
		width: 6.5rem;
	}
	.iserv-swp{
		right: calc(100% + 30px);
	}
	.iserv-div{
		padding: 0 30px;
	}
	.iserv-next{
		right: 5px;
		background-size: 12px auto;
		width: 20px;
	}
	.iserv-prev{
		left: 5px;
		background-size: 12px auto;
		width: 20px;
	}
	.iserv-span span{
		width: .35rem;
		margin: 0 3px;
	}
	.iserv-span{
		bottom: 0 !important;
	}
	.iserv-txt{
		padding: .2rem;
		font-size: .24rem;
		line-height: .4rem;
	}
	.inws{
		padding: .8rem 0;
	}
	.inws-ul{
		width: 100%;
		margin-top: .5rem;
	}
	.inws-li{
		width: 100%;
		margin: 0;
		margin-bottom: .35rem;
	}
	.inws-b{
		font-size: .28rem;
		font-weight: bold;
		height: auto;
		line-height: .4rem;
		max-height: .8rem;
		margin-top: .1rem;
	}
	.inws-c{
		font-size: .24rem;
		line-height: .4rem;
		height: auto;
		max-height: 1.2rem;
		margin-top: .1rem;
	}
	.inws-d{
		font-size: .24rem;
		margin-top: .15rem;
	}
	.inws-mr{
		margin-top: .4rem;
	}
	.footer{
		padding: .8rem 0;
	}
	.footer-lt{
		width: 100%;
		padding: 0;
	}
	.footer-a{
		width: 3rem;
	}
	.footer-b{
		font-size: .42rem;
		margin-top: .2rem;
	}
	.footer-c{
		font-size: .26rem;
		line-height: .45rem;
		margin-top: .2rem;
	}
	.footer-jk{
		padding: .3rem 0;
	}
	.footer-j{
		font-size: .24rem;
		line-height: .45rem;
		width: 100%;
		padding: 0;
	}
	.footer-k{
		margin-top: .2rem;
		font-size: .24rem;
		line-height: .5rem;
		background-size: .5rem;
		padding-left: .65rem;
	}
	
	
	header{
		height: 1rem;
	}
	.logo{
		width: 2.2rem;
		margin-left: .3rem;
		line-height: 1rem;
	}
	.header-dx{
		display: block;
		width: .45rem;
		margin-top: .1rem;
		margin-left: .5rem;
		padding-top: .25rem;
		margin-right: .3rem;
	}
	.header-dx1, .header-dx2, .header-dx3{
		height: .04rem;
		margin-bottom: .11rem;
	}
	.header-a{
		height: 1rem;
	}
	.header-b-bj{
		
		margin-right: .4rem;
	}
	.header-b{
		height: .9rem;
		padding: 0;
		margin: 0;
		font-size: .26rem;
		line-height: 1rem;
		padding-left: .4rem;
		padding-right: .3rem;
		background-size: .3rem auto;
		margin-top: .03rem;
	}
	.header-b-div{
		padding:.1rem .4rem;
	}
	.header-b-div a{
		font-size: .26rem;
		line-height: .4rem;
		margin: .1rem 0;
	}
	.header-b:after{
		height: 110%;
	}
	.header-nav{
		height: calc(100vh - 1rem);
		top: 1rem;
		padding: .3rem 4%;
		overflow: auto;
	}
	.header-c{
		font-size: .3rem;
		line-height: .9rem;
	}
	.header-nav-li2:after{
		height: .9rem;
		background-size: .2rem auto;
	}
	.header-d1{
		font-size: .26rem;
		line-height: .8rem;
		padding-left: .3rem;
	}
	
	.header-ss{
	/*	display: block;*/
		height: calc(100vh - 1rem);
		top: 1rem;
	}
	.header-sstop{
		padding: 0 .3rem;
	}
	.header-ssimg{
		width: 2.2rem;
		line-height: 1rem;
	}
	.header-ssgb{
		width: .4rem;
		margin: .5rem 0;
	}
	.header-sscnt{
		/*margin-top: 10vh;*/
	}
	.header-ssul li{
		width: 25%;
		font-size: .24rem;
		line-height: .8rem;
	}
	.header-ssul li:nth-child(1){
		border-bottom: 1px solid #fff;
		width: 100%;
	}
	.header-ssfm{
		margin-top: .4rem;
	}
	.header-ssfm .int{
		font-size: .3rem;
		height: .8rem;
	}
	.header-ssfm .sub{
		width: .6rem;
		background-size: .4rem auto;
	}
	.header-sslist>div a{
		font-size: .24rem;
		line-height: .45rem;
		margin-bottom: .05rem;
	}
}




/*Contact Us*/
.contact{
	padding-top:100px;
	padding-bottom: 120px;
}

.contact-fm{
	width: 100%;
	margin-top: 50px;
}
.contact-ul{
	width: calc(100% + 35px);
	overflow: hidden;
}
.contact-li{
	width: calc(33.333% - 35px);
	margin-right: 35px;
	float: left;
	margin-bottom: 25px;
}
.contact-li input{
	width: 100%;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 10px;
	font-size: 16px;
	line-height: 50px;
	height: 50px;
	padding: 0 25px;
	color: #222;
}
.contact-li input::-webkit-input-placeholder{
  color:#777;
}
.contact-li input::-moz-placeholder{   /* Mozilla Firefox 19+ */
  color:#777;
}
.contact-li input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
  color:#777;
}
.contact-li input:-ms-input-placeholder{  /* Internet Explorer 10-11 */
  color:#777;
}

.contact-int2{
	width: 100%;
	height: 240px;
	background: #fff;
	border: 1px solid #ccc;
	border-radius:10px;
	padding: 20px 25px;
	font-size: 30px;
	color: #222;
	font-size: 16px;
}
.contact-int2::-webkit-input-placeholder{
  color:#777;
}
.contact-int2::-moz-placeholder{   /* Mozilla Firefox 19+ */
  color:#777;
}
.contact-int2:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
  color:#777;
}
.contact-int2:-ms-input-placeholder{  /* Internet Explorer 10-11 */
  color:#777;
}
.contact-sub{
	width: 240px;
	line-height: 60px;
	background:#0e4b9d;
	color: #fff;
	font-size: 24px;
	border: 0;
	border-radius: 10px;
	margin-top: 65px;
	margin-left: calc(50% - 130px);
transition: all .3s;
-webkit-transition: all .3s;  
}
.contact-sub.on{
	background: #999;
}
.contact-sub:hover{
	background: #86a7d2;
	transition: all .3s;
	-webkit-transition: all .3s;  
}
.contact-sub.on:hover{
	background: #ccc;
}


.contact-cnt{
	overflow: hidden;
	
}
.contact-lt{
	width: 435px;
	padding: 40px;
	min-height: 630px;
	background: #fff;
	border-radius: 10px;
	float: left;
}
.contact-lt-a{
	font-size: 30px;
	color: #0e4b9d;
	font-weight: bold;
	margin-bottom: 20px;
}
.contact-lt-xt{
	width: 100%;
	height: 1px;
	background: #e5e5e5;
	margin: 45px 0;
}
.contact-rt{
	width: calc(100% - 470px);
	float: right;
	background: #fff;
	border-radius: 10px;
	padding: 40px;
	min-height: 630px;
}
.contact-tit2{
	font-size: 36px;
	font-weight: bold;
}
.contact-fm2 .contact-ul{
	width: calc(100% + 25px);
}
.contact-fm2 .contact-li{
	width: calc(50% - 25px);
	margin-right: 25px;
	margin-bottom: 25px;
}
.contact-fm2 .contact-int2{
	height: 130px;
}
.contact-fm2 .contact-sub{
	margin-top: 40px;
}
.contact-fm2{
	margin-top: 20px;
}



.contact-map{
	width: 100%;
	height: 580px;
}
.contact-cd{
	overflow: hidden;
	margin-top: 70px;
	background:#2793ff;
}
.contact-ctit{
	width: 100%;
	overflow: hidden;
	background: #2793ff;
	border-bottom: 1px solid #85c0fb;
}
.contact-ctit-a{
	width: 50%;
	
}
.contact-ctit-a1{
	width: 90%;
	max-width: 440px;
	margin: 0 auto;
	font-size: 36px;
	font-weight: bold;
	line-height: 105px;
	color: #fff;
}
.contact-cdli{
	width: 50%;
	float: left;
	position: relative;
	height: 250px;
	background: #2793ff;
	color: #fff;
}
.contact-cdli:nth-child(2){
	border-right: 1px solid #85c0fb;
}
.contact-cdiv{
	width: 90%;
	max-width: 440px;
	margin: 0 auto;
}
.contact-c{
	font-size: 30px;
	font-weight: bold;
	padding-top: 40px;
	padding-bottom: 25px;
}
.contact-d{
	font-size: 18px;
	line-height: 30px;
	background: no-repeat left top;
    margin-bottom: 15px;
}
.contact-e{
	background: #2793ff;
	color: #fff;
	padding:70px 50px;
	border-top: 1px solid #85c0fb;
}

@media(max-width:1600px){
	.contact{
		padding: 80px 0;
	}
	.contact-e{
		padding: 50px 30px;
	}
	.contact-ctit-a1{
		font-size: 30px;
		line-height: 100px;
	}
}
@media(max-width:1200px){
	.contact-lt{
		width: 380px;
		padding: 30px;
	}
	.contact-lt-a{
		font-size: 26px;
	}
	.contact-rt{
		width: calc(100% - 410px);
		padding: 30px;
	}
	.contact-tit2{
		font-size: 30px;
	}
	.contact-rt,.contact-lt{
		min-height: 640px;
	}
}
@media(max-width:1000px){
	.contact-li{
		width: calc(50% - 35px);
	}
	.contact-map{
		height: 400px;
	}
	.contact-c{
		font-size: 22px;
		padding-top: 30px;
	}
	.contact-d{
		font-size: 16px;
	}
	.contact-ctit-a1{
		font-size: 24px;
	}
	.contact-rt,.contact-lt{
		min-height: auto;
		width: 100%;
	}
	.contact-rt{
		margin-top: 30px;
	}
	.contact-lt-xt{
		margin: 30px 0;
	}
}
@media(max-width:750px){
	.contact{
		padding: .8rem 0;
	}
	.contact-fm{
		margin-top: .6rem;
	}
	.contact-ul{
		width: 102%;
	}
	.contact-li{
		width: 48%;
		margin-right: 2%;
		margin-bottom: .25rem;
	}
	.contact-li input{
		font-size: .24rem;
		line-height: .8rem;
		height: .8rem;
		padding: 0 .2rem;
	}
	.contact-int2{
		font-size: .26rem;
		line-height: .45rem;
		padding: .2rem;
		height: 2rem;
	}
	.contact-sub{
		width: 2rem;
		font-size: .28rem;
		line-height: .8rem;
		margin-top: .3rem;
		margin-left: calc(50% - 1rem);
	}
	.contact-map{
		height: 7rem;
	}
	.contact-cdli{
		width: 100%;
		height: auto;
		min-height: 3rem;
	}
	.contact-cdli:nth-child(2){
		border-radius: 0;
		border-bottom: 1px solid #85c0fb;
	}
	.contact-cdiv{
		width: 100%;
		padding: .4rem;
	}
	.contact-c{
		font-size: .34rem;
		font-weight: bold;
		padding: 0;
		margin-bottom: .3rem;
	}
	.contact-d{
		font-size: .26rem;
		line-height: .45rem;
		margin-bottom: .2rem;

		background-size: .45rem;
	}
	.contact-e{
		padding: .6rem .4rem;
	}
	
	.contact-rt, .contact-lt{
		padding:.4rem .3rem;
	}
	.contact-lt-a{
		font-size: .32rem;
		margin-bottom: .15rem;
	}
	.contact-lt-xt{
		margin: .3rem 0;
	}
	.contact-fm2 .contact-ul{
		width: 102%;
	}
	.contact-fm2 .contact-li{
		width: 48%;
		margin-right: 2%;
		margin-bottom: .25rem;
	}
	.contact-fm2 .contact-int2{
		height: 2rem;
	}
	.contact-fm2 .contact-sub{
		margin-top: .3rem;
	}
	.contact-tit2{
		font-size: .4rem;
	}
	.contact-fm2{
		margin-top: .3rem;
	}
	.contact-rt{
		margin-top: .3rem;
	}
	.contact-cd{
		margin-top: .6rem;
	}
	.contact-ctit-a{
		width: 100%;
		padding: 0 .4rem;
	}
	.contact-ctit-a1{
		width: 100%;
		font-size: .36rem;
		line-height: 1.2rem;
	}
}


/*News*/
.news{
	padding-top: 50px;
	padding-bottom: 85px;
}
.news-nav{
	width: 100%;
	max-width: 1070px;
	margin: 0 auto;
	margin-bottom: 65px;
}
.news-ul{
	margin-top: 55px;
	margin-bottom: 70px;
}
.news-li{
	display: block;
	width: 100%;
	overflow: hidden;
	margin-bottom: 50px;
	background: #fff;
	padding: 35px;
	box-shadow: 0 0 15px #eee;
}
.news-lt{
	width: 46.6%;
	float: left;
	height: 395px;
	overflow: hidden;
	position: relative;
}
.news-rt{
	width: 49%;
	float: right;
	max-width: 640px;
}
.news-a{
	font-size: 14px;
	color: #999;
	margin-top: 30px;
	transition: all .3s;
-webkit-transition: all .3s;  
}
.news-b{
	font-size: 26px;
	color: #333;
	line-height: 40px;
	height: 80px;
	margin-top: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	transition: all .3s;
-webkit-transition: all .3s;  
}
.news-c{
	font-size: 16px;
	color: #666;
	line-height: 30px;
	height: 90px;
	margin-top: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	transition: all .3s;
-webkit-transition: all .3s;  
}
.news-d{
	font-size: 16px;
	color: #2691fd;
	line-height: 30px;
	margin-top: 50px;
	padding-left: 40px;
	background: url(img/ico06.png) no-repeat left center;
}
.news-li:hover .news-a,.news-li:hover .news-b,.news-li:hover .news-c{
	color: #2691fd;
	transition: all .3s;
-webkit-transition: all .3s;  
}

@media(max-width:1600px){
	.news-lt{
		height: 300px;
	}
	.news-a{
		margin-top: 0;
	}
	.news-b{
		font-size: 22px;
		line-height: 30px;
		height: 60px;
		margin-top: 15px;
	}
	.news-c{
		margin-top: 15px;
	}
	.news-li{
		margin-bottom: 30px;
	}
	.news-nav{
		margin-bottom: 40px;
	}
}
@media(max-width:1000px){
	.news-lt{
		height: 210px;
	}
	.news-a{
		margin-top: 0;
	}
	.news-b{
		font-size: 20px;
		line-height: 30px;
		height: 60px;
		margin-top: 10px;
	}
	.news-c{
		font-size: 14px;
		line-height: 20px;
		height: 60px;
		margin-top: 10px;
	}
	.news-d{
		margin-top: 20px;
	}
	.news-li{
		margin-bottom: 30px;
		padding: 20px;
	}
}
@media(max-width:750px){
	.news{
		padding: .8rem 0;
	}
	.news-nav{
		margin-bottom: .7rem;
	}
	.news-ul{
		margin-top: .7rem;
		margin-bottom: .5rem;
	}
	.news-li{
		height: auto;
		margin-bottom: .3rem;
	}
	.news-lt{
		width: 100%;
		height: 3.5rem;
	}
	.news-rt{
		width: 100%;
		margin-top: .3rem;
		max-width: initial;
	}
	.news-a{
		font-size: .24rem;
	}
	.news-b{
		font-size: .3rem;
		font-weight: bold;
		line-height: .45rem;
		height: .9rem;
		margin-top: .1rem;
	}
	.news-c{
		font-size: .24rem;
		line-height: .4rem;
		height: 1.2rem;
		margin-top: .1rem;
	}
	.news-d{
		margin-top: .15rem;
		font-size: .24rem;
		padding-left: .5rem;
		line-height: .4rem;
		background-size: .4rem;
	}
}




.page{
	text-align: center;
	width: 100%;
	line-height: 1;
}
.page a{
	display: inline-block;
	min-width:35px;
	height: 45px;
	border-radius: 100%;
	padding: 0 6px;
	line-height: 45px;
	text-align: center;
	font-size: 18px;
	color: #999;
	margin: 0 4px;
transition: all .3s;
-webkit-transition: all .3s; 
}
.page a:hover{
	color: #000;
transition: all .3s;
-webkit-transition: all .3s; 
}
.page a.active{
	color: #000;	
	transition: all .3s;
	-webkit-transition: all .3s; 
}
.page a.prev{
	width: 45px;
	border: 1px solid #2691fd;
	background: url(img/ico13_1.png) no-repeat center;
	margin-right: 40px;
}
.page a.prev:hover{
	background:url(img/ico13_3.png) no-repeat center;
	background-color: #2691fd
}
.page a.next{
	width: 45px;
	border: 1px solid #2691fd;
	background: url(img/ico13_2.png) no-repeat center;
	margin-left: 40px;
}
.page a.next:hover{
	background:url(img/ico13_4.png) no-repeat center;
	background-color: #2691fd
}
@media(max-width:1000px){
	.page a{
		margin: 0 2px;
	}
}
@media(max-width:750px){
	.page a{
		min-width: .5rem;
		height: .5rem;
		line-height: .48rem;
		font-size: .24rem;
		margin: 0 !important;
	}
	.page a.prev, .page a.next{
		padding: 0 .15rem; 
	}
	.page a.prev{
		width: .5rem;
		margin-right: .1rem !important;
	}
	.page a.next{
		width: .5rem;
		margin-left: .1rem !important;
	}
}


/*新闻详情*/
.nwinfo-div{
	margin-top: 60px;
}
.nwinfo-a{
	font-size: 30px;
	color: #333;
	font-weight: bold;
	line-height: 45px;
	text-align: center;
}
.nwinfo-b{
	font-size: 14px;
	color: #888;
	margin-top: 20px;
	text-align: center;
}
.nwinfo-c{
	font-size: 16px;
	line-height: 30px;
	color: #555;
	margin-top: 25px;
	padding: 40px 0;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.nwinfo-de{
	overflow: hidden;
	margin-top: 40px;
}
.nwinfo-d{
	width: calc(100% - 150px);
	float: left;
}
.nwinfo-d>div{
	display: inline-block;
}
.nwinfo-d1{
	display: inline-block;
	font-size: 16px;
	line-height: 30px;
	height: 30px;
	margin-bottom: 10px;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.nwinfo-d1>span{
	color: #999;
}
.nwinfo-d1:hover{
	color: #2794f9;
}
.nwinfo-e{
	width: 130px;
	font-size: 14px;
	text-transform: uppercase;
	text-align: center;
	line-height: 35px;
	color: #fff;
	border-radius: 25px;
	display: inline-block;
	float: right;
	margin-top: 15px;
	background: #2794f9;
	transition: all .3s;
-webkit-transition: all .3s;  
}
.nwinfo-e:hover{
	color: #fff;
	opacity: .8;
	transition: all .3s;
-webkit-transition: all .3s;  
}

@media(max-width:750px){
	.nwinfo-div{
		margin-top: .8rem;
	}
	.nwinfo-a{
		font-size: .34rem;
		line-height: .5rem;
	}
	.nwinfo-b{
		font-size: .26rem;
		margin-top: .2rem;
	}
	.nwinfo-c{
		font-size: .28rem;
		line-height: .5rem;
		margin-top: .3rem;
		padding: .4rem 0;
	}
	.nwinfo-de{
		margin-top: .4rem;
	}
	.nwinfo-d{
		width: 100%;
	}
	.nwinfo-d1{
		font-size: .26rem;
		line-height: .45rem;
		height: .45rem;
		margin-bottom: .1rem;
	}
}



/*Download*/
.download{
	padding-top:80px;
	padding-bottom: 120px;
}
.download-a{
	font-size: 18px;
	color: #666;
	line-height: 30px;
	margin-top: 55px;
}
.download-bc{
	width: calc(100% + 20px);
	margin-top: 30px;
	font-size: 0;
	position: relative;
	z-index: 3;
}
.download-bcli{
	display: inline-block;
	width: calc(33.333% - 20px);
	margin-right: 20px;
	position: relative;
}
.download-b{
	width: 100%;
	border: 1px solid #acc2ed;
	font-size: 18px;
	color: #333;
	padding: 0 30px;
	line-height: 60px;
	display: inline-block;
	vertical-align: top;
	border-radius: 10px;
	background:#fff url(img/ico14.png) no-repeat 95% center;
	cursor: pointer;
}
.download-c{
	width: 100%;
	border: 1px solid #acc2ed;
	padding: 10px 0;
	position: absolute;
	top: 100%;
	left: 0;
	background: #fff;
	border-radius: 10px;
	display: none;
}
.download-c a{
	display: block;
	padding: 0 30px;
	font-size: 16px;
	color: #666;
	line-height: 30px;
	margin: 5px 0;
transition: all .3s;
-webkit-transition: all .3s;  
}
.download-c a:hover,.download-c a.on{
	color: #2691fd;
transition: all .3s;
-webkit-transition: all .3s;  
}
.download-ul{
	margin: 60px 0;
}
.download-li{
	display: block;
	background: #fff;
	padding: 25px 35px;
	border-radius: 10px;
	overflow: hidden;
	color: #333;
	margin-bottom: 25px;
	transition: all .3s;
-webkit-transition: all .3s;  
}
.download-j{
	font-size: 18px;
	padding: 10px 0;
	line-height: 30px;
	
	padding-left: 70px;
	background: url(img/cpdf.png) no-repeat left center;
	width: calc(100% - 260px); 
	float: left;
}
.download-k{
	float: right;
	width: 230px;
	font-size: 18px;
	color: #2691fd;
	line-height: 48px;
	border: 1px solid #2691fd;
	padding-left: 70px;
	background:#fff url(img/ico16.png) no-repeat 25px center;
	border-radius: 10px;
}
.download-li:hover{
	color: #fff;
	background: #0f52a3;
	transition: all .3s;
-webkit-transition: all .3s;  
}
.download-li:hover .download-j{
	background-image: url(img/cpdf.png)
}

.download-tkbj{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99;
	background: rgba(0,0,0,.6);
	display: none;
}
.download-tk{
	width: 90%;
	max-width: 1000px;
	background: #eef1f7;
	position: absolute;
	top: 50%;
	left: 50%;
	padding: 40px 60px;
	border-radius: 10px;
	transform:translate(-50%,-50%);
-ms-transform:translate(-50%,-50%);
-moz-transform:translate(-50%,-50%);
-webkit-transform:translate(-50%,-50%);
}
.download-tk-a{
	font-size: 36px;
}
.download-tk-fm{
	margin-top: 30px;
}
.download-tk-fm .contact-li{
	width: calc(50% - 35px);
}
.download-tk-fm .contact-int2{
	height: 110px;
}
.download-tk-fm .contact-sub{
	margin-top: 40px;
}
.download-tk-b{
	margin-top: 30px;
	font-size: 14px;
	color: #666;
	line-height: 25px;
	padding-left: 40px;
	position: relative;
}
.download-tk-b1{
	width: 20px;
	height: 20px;
	background: url(img/ico17_1.png) no-repeat center; 
	background-size: cover;
	position: absolute;
	top: 3px;
	left: 0;
	cursor: pointer;
}
.download-tk-b1.on{
	background-image: url(img/ico17_2.png);
}
.download-tk-b>a{
	display: inline-block;
	color: #0f52a3;
}
.download-tk-b>a>span{
	border-bottom: 1px solid #0f52a3;
}
.download-tk-b>a:hover{
	opacity: .8;
}
.download-tk-gb{
	position: absolute;
	top: 30px;
	right: 60px;
	cursor: pointer;
}
.download-tk-gb:hover{
	opacity: .8;
}
@media(max-width:1600px){
	.download-tkbj{
	}
	.download-tk .contact-li input{
		line-height: 45px;
		font-size: 14px;
		height: 45px;
	}
	.download-tk-fm .contact-li{
		margin-bottom: 20px;
	}
	.download-tk{
		padding: 30px 60px;
	}
	.download-tk-fm .contact-sub{
		line-height: 45px;
		height: 45px;
		margin-top: 20px;
		font-size: 18px;
	}
	.download-tk-b{
		margin-top: 20px;
	}
	.download-tk-fm .contact-int2{
		height: 180px;
	}
	.download-tk-fm .contact-sub{
		margin-top: 40px;
	}
}

@media(max-width:1000px){
	.download{
		padding: 80px 0;
	}
	.download-b{
		font-size: 16px;
		padding: 0 20px;
		line-height: 50px;
	}
	.download-c a{
		font-size: 14px;
		line-height: 25px;
		padding: 0 20px;
	}
	.download-li{
		padding: 20px;
	}
	.download-j{
		width: 100%;
		margin-bottom: 10px;
		font-size: 16px;
		padding: 5px 0;
		padding-left: 40px;
		background-size: 25px auto;
		background-position-y: 3px;
	}
	.download-k{
		font-size: 16px;
		width: 180px;
		padding-left: 55px;
		background-position-x: 20px;
		line-height: 40px;
	}
	.download-tk{
		padding: 30px;
	}
}
@media(max-width:750px){
	.download{
		padding: .8rem 0;
	}
	.download-a{
		font-size: .28rem;
		line-height: .5rem;
		margin-top: .3rem;
	}
	.download-bc{
		margin-top: .4rem;
		width: 100%;
	}
	.download-bcli{
		width: 100%;
		margin-bottom: .2rem;
	}
	.download-b{
		font-size: .28rem;
		padding: 0 .3rem;
		line-height: .8rem;
		background-size: .2rem auto;
	}
	.download-c a{
		font-size: .26rem;
		line-height: .4rem;
		margin: .1rem 0;
		padding: 0 .3rem;
	}
	.download-bcli:nth-child(1){
		z-index: 3;
	}
	.download-bcli:nth-child(2){
		z-index: 2;
	}
	.download-ul{
		margin: .5rem 0;
	}
	.download-li{
		padding: .3rem;
		margin-bottom: .3rem;
	}
	.download-j{
		font-size: .26rem;
		line-height: .45rem;
		padding: 0;
		padding-left: .5rem;
		background-size: .35rem auto;
		background-position-y: .03rem;
	}
	.download-k{
		width: 2.6rem;
		font-size: .24rem;
		line-height: .6rem;
		padding-left: .7rem;
		background-position-x: .25rem;
		background-size: .3rem auto;
	}
	
	.download-tk{
		padding: .3rem;
	}
	.download-tk-a{
		font-size: .36rem;
		font-weight: bold;
	}
	.download-tk-fm{
		margin-top: .4rem;
	}
	.download-tk-fm .contact-li{
		width: 48%;
		margin-right: 2%;
		margin-bottom: .2rem;
	}
	.download-tk .contact-li input{
		font-size: .24rem;
		line-height: .7rem;
		height: .7rem;
	}
	.download-tk-fm .contact-int2{
		height: 2rem;
	}
	.download-tk-fm .contact-sub{
		margin-top: .2rem;
		font-size: .28rem;
		line-height: .7rem;
		height: .7rem;
	}
	.download-tk-b{
		font-size: .24rem;
		line-height: .4rem;
		margin-top: .3rem;
		padding-left: .5rem;
	}
	.download-tk-b1{
		width: .3rem;
		height: .3rem;
		background-size: cover;
	}
	.download-tk-gb{
		width: .5rem;
		top: .3rem;
		right: .3rem;
	}
}


/*Services*/
.services{
	padding-top: 60px;
	padding-bottom: 80px;
}
.services-a{
	margin-top: 50px;
	font-size: 30px;
	color: #0e4b9d;
	font-weight: bold;
}
.services-ul{
	width: calc(100% + 30px);
	font-size: 0;
	margin-top: 25px;
}
.services-li{
	display: inline-block;
	vertical-align: top;
	width: calc(33.333% - 30px);
	margin-right: 30px;
	margin-bottom: 30px;
	background: #fff;
	padding: 25px;
	border-radius: 10px;
	box-shadow: 0 0 15px #d2d2d2;
	position: relative;
	top: 0;
	transition: all .3s;
	-webkit-transition: all .3s;  
}
.services-li:hover{
	top: -10px;
	box-shadow: 0 0 20px #888;
	transition: all .3s;
	-webkit-transition: all .3s;  
}
.services-b{
	overflow: hidden;
	border-radius: 10px;
}
.services-b img{
	width: 100%;
}
.services-c{
	font-size: 20px;
	color: #2794f9;
	line-height: 30px;
	height: 30px;
	text-align: center;
	margin-top: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	font-family: PingFang SC,"微软雅黑", "Microsoft Yahei";
}

.services-d{
	font-size: 16px;
	color: #666666;
	line-height: 30px;
	height: 90px;
	text-align: justify;
	margin-top: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	font-family: PingFang SC,"微软雅黑", "Microsoft Yahei";
}
.services-e{
	font-size: 16px;
	color: #2794f9;
	text-align: center;
	margin-top: 20px;
}

@media(max-width:1600px){
	.services-c{
		font-size: 18px;
		height: 25px;
		line-height: 25px;
		margin-top: 15px;
	}
	.services-d{
		font-size: 14px;
		line-height: 25px;
		height: 75px;
		margin-top: 10px;
	}
	.services-e{
		margin-top: 10px;
	}
	.services-a{
		margin-top: 30px;
		font-size: 26px;
	}
}
@media(max-width:1200px){
	.services-ul{
		width: 102%;
	}
	.services-li{
		width: 31.333%;
		margin-right: 2%;
		margin-bottom: 20px;
		padding: 20px 15px;
	}
	
}

@media(max-width:1000px){
	.services-li{
		width: 48%;
	}
}

@media(max-width:750px){
	.services{
		padding: .8rem 0;
	}
	.services-a{
		font-size: .32rem;
		margin-top: .6rem;
	}
	.services-ul{
		margin-top: .3rem;
	}
	.services-li{
		margin-bottom: .2rem;
		padding: .3rem .2rem;
	}
	.services-c{
		font-size: .3rem;
		font-weight:bold;
		line-height: .45rem;
		height: .45rem;
		margin-top: .2rem;
	}
	.services-d{
		font-size: .24rem;
		line-height: .4rem;
		height: 1.2rem;
		margin-top: .15rem;
	}
	.services-e{
		font-size: .24rem;
		margin-top: .15rem;
	}
}




/*Services 详情*/
.sveinfo{
	padding-top: 80px;
	padding-bottom: 120px;
	font-family: PingFang SC,"微软雅黑", "Microsoft Yahei";
}
.sveinfo-ab{
	overflow: hidden;
	margin-bottom: 15px;
}
.sveinfo-a{
	width: 45%;
	float: left;
}
.sveinfo-a1{
	text-align: left;
	font-weight: 500;
}
.sveinfo-a2{
	line-height: 30px;
	margin-top: 25px;
	
}
.sveinfo-a3{
	width: 230px;
	color: #fff;
	line-height: 60px;
	background: #2794f9;
	border-radius: 10px;
	margin-top: 40px;
	font-size: 20px;
	text-align: center;
	cursor: pointer;
	transition: all .3s;
-webkit-transition: all .3s;  
}
.sveinfo-a3:hover{
	background: #6eb0ed;
	transition: all .3s;
-webkit-transition: all .3s;  
}
.sveinfo-b{
	max-width: 50%;
	float: right;
}
.sveinfo-c{
	font-size: 24px;
	color: #2693fc;
	margin-top: 70px;
	font-weight: bold;
}
.sveinfo-cc{
	margin-top: 40px;
}
.sveinfo-d{
	margin-top: 30px;
}
.sveinfo-d table{
	width: 100%;
	border: 0;
	background: #fafbfe;
	
}
.sveinfo-d tbody{
	width: 100% !important;
}
.sveinfo-d td ,.sveinfo-d th{
	border: 1px solid #cadcec;
	padding: 10px 10px;
	font-size: 16px;
	color: #333;
	line-height: 30px;
	text-align: center;
	word-break:normal !important;
	}
.sveinfo-d th{
	font-size: 18px;
	color: #325c9e;
	font-weight: bold;
}
.sveinfo-d td a{
	color: #2693fd;
	text-decoration: underline;
}
.sveinfo-d td a:hover{
	opacity: .8;
}
.sveinfo-dtb tr:nth-child(2n + 0){
	background: #fff;
}
.sveinfo-dtb tr:first-child{
	background: #f6f8fd;
}
.sveinfo-dtb tr td:nth-child(2){
	text-align: left;
}
.sveinfo-e{
	margin-top:35px;
	overflow: hidden;
	width: calc(100% + 45px);
}
.sveinfo-eli{
	width: calc(14.285% - 45px);
	margin-right: 45px;
	margin-bottom: 30px;
	float: left;
	height: 200px;
	background: #fff;
	border: 1px solid #dcdcdc;
	position: relative;
	padding: 20px;
	text-align: center;
}
.sveinfo-e1{
	height: 50px;
	font-size: 0;
	line-height: 50px;
}
.sveinfo-e1 img{
	max-height: 100%;
}
.sveinfo-e2{
	font-size: 16px;
	color: #666;
	line-height: 22px;
	margin-top: 10px;
}
.sveinfo-e3{
	position: absolute;
	top: 0;
	left: 100%;
	width: 45px;
	height: 100%;
	background: url(img/ico20.png) no-repeat center;
}
.sveinfo-eli:last-child .sveinfo-e3{
	display: none;
}
.sveinfo-f{
	font-size: 18px;
	color: #333;
	margin-top: 15px;
	line-height: 25px;
	font-weight: bold;
}
.sveinfo-g{
	font-size: 18px;
	color: #666;
	margin-top: 15px;
	line-height: 25px;
}
.sveinfo-h{
	width: calc(100% + 35px);
	font-size: 0;
	margin-top: 25px;
}
.sveinfo-hli{
	display: inline-block;
	vertical-align: top;
	width: calc(33.333% - 35px);
	margin-bottom: 30px;
	margin-right: 35px;
	background: #fff;
	text-align: center;
	padding: 20px;
	border: 1px solid #dcdcdc;
	border-radius: 10px;
}
.sveinfo-h2{
	font-size: 16px;
	color: #333;
	line-height: 25px;
	margin-top: 20px;
}
.sveinfo-j{
	margin-top: 35px;
}
.sveinfo-tk-b{
	margin-top: 40px;
	padding-top: 30px;
	border-top: 1px solid #ddd;
	overflow: hidden;
}
.sveinfo-tk-b li{
	font-size: 24px;
	color: #2793ff;
	line-height: 35px;
	padding-left: 55px;
	width: 50%;
	float: left;
	padding-right: 10px;
	background: no-repeat left center;
	background-size: 35px;
}

@media(max-width:1600px){
	.sveinfo{
		padding: 80px 0;
	}
	.sveinfo-e2{
		font-size: 14px;
		line-height: 20px;
	}
	.sveinfo-eli{
		padding: 15px;
	}
	.sveinfo-c{
		font-size: 20px;
	}
	.sveinfo-f,.sveinfo-g{
		font-size: 16px;
		margin-top: 10px;
	}
	.sveinfo-d td, .sveinfo-d th{
		font-size: 14px;
		line-height: 25px;
		padding: 10px;
	}
	.sveinfo-d th{
		font-size: 16px;
	}
}
@media(max-width:1200px){
	
	
	.sveinfo-h2{
		font-size: 12px;
		line-height: 20px;
	}
	.sveinfo-tk-b li{
		font-size: 20px;
	}
}
@media(max-width:1000px){
	.sveinfo-a{
		width: 100%;
		
	}
	.sveinfo-b{
		width: 100%;
		float: left;
		max-width: 700px;
		margin-top: 40px;
	}
	.sveinfo-d td, .sveinfo-d th{
		font-size: 12px;
		line-height: 18px;
		padding: 10px;
	}
	.sveinfo-d th{
		font-size: 14px;
	}
	.sveinfo-e{
		width: 100%;
	}
	.sveinfo-eli{
		width: calc(25% - 35px);
		margin-right: 35px;
	}
	.sveinfo-e3{
		width: 35px;
	}
	.sveinfo-h{
		width: 103%;
	}
	.sveinfo-hli{
		width: 47%;
		margin-right: 3%;
		margin-bottom: 25px;
	}
	.sveinfo-tk-b li{
		font-size: 16px;
		background-size: 20px;
		padding-left: 30px;
	}
}

@media(max-width:750px){
	.sveinfo{
		padding: .8rem 0;
	}
	.sveinfo-a2{
		line-height: .5rem;
		margin-top: .3rem;
	}
	.sveinfo-a3{
		width: 2.2rem;
		font-size: .3rem;
		line-height: .8rem;
		margin-top: .4rem;
	}
	.sveinfo-b{
		margin-top: .5rem;
	}
	.sveinfo-c{
		font-size: .32rem;
		margin-top: .7rem;
	}
	.sveinfo-d{
		margin-top: .4rem;
		overflow: auto;
	}
	.sveinfo-d table{
		width: 700px;
	
	}
	.sveinfo-d td, .sveinfo-d th{
		font-size: .26rem;
		line-height: .45rem;
		padding: .15rem;
	}
	.sveinfo-d th{
		font-size: .3rem;
	}
	.sveinfo-e{
		margin-top: .6rem;
	}
	.sveinfo-eli{
		width: calc(50% - .5rem);
		margin-right: .5rem;
		padding: .3rem;
		height: 3.5rem;
		margin-bottom: .25rem;
	}
	.sveinfo-e1{
		height: .7rem;
		line-height: .7rem;
	}
	.sveinfo-e2{
		font-size: .28rem;
		line-height: .4rem;
		margin-top: .3rem;
	}
	.sveinfo-e3{
		width: .5rem;
		background-size: .2rem auto;
	}
	.sveinfo-f, .sveinfo-g{
		font-size: .26rem;
		line-height: .45rem;
		margin-top: .15rem;
	}
	.sveinfo-h{
		margin-top: .3rem;
	}
	.sveinfo-hli{
		padding: .2rem;
		margin-bottom: .3rem;
	}
	.sveinfo-h2{
		font-size: .24rem;
		line-height: .4rem;
		margin-top: .1rem;
		min-height: .8rem;
	}
	.sveinfo-j{
		margin-top: .4rem;
	}
	.sveinfo-cc{
		margin-top: .5rem;
	}
	.sveinfo-tk-b li{
		width: 100%;
		padding-right: 0;
		font-size: .26rem;
		line-height: .5rem;
		padding-left: .6rem;
		background-size: .4rem;
		margin-bottom: .1rem;
	}
	.sveinfo-tk-b{
		margin-top: .2rem;
		padding-top: .2rem;
	}
}




/*产品*/

/*lateral*/

.lateral{
	padding-top: 60px;
	padding-bottom: 90px;
}
.lateral-titimg{
	text-align: center;
	margin-top: 60px;
}
.lateral-nav{
	width: calc(100% + 10px);
	margin-top: 50px;
}
.lateral-nav .gy-nav-a{
	width: calc(50% - 10px);
	margin-right: 10px;
}
.lateral-nav .gy-nav-a>span{
	
	font-size: 18px;
	padding: 0 10px;
}

.lateral-ul{
	margin-top: 60px;
	margin-bottom: 30px;
}
.lateral-li{}
.lateral-b{
	height: 255px;
	line-height: 255px;
	text-align: center;
	font-size: 0;
}
.lateral-b img{
	max-height: 100%;
	width: initial;
}
.lateral-c{
	margin-top: 5px;
	font-family: arial;
}
.lateral-d{
	line-height: 25px;
	height: 75px;
	margin-top: 10px;
}
.lateral-e{
	margin-top: 10px;
}

@media(max-width:1600px){
	.lateral-nav .gy-nav-a>span{
		font-size: 15px;
		line-height: 18px;
	}
	.lateral-b{
		height: 240px;
		line-height: 240px;
	}
}
@media(max-width:1200px){
	.lateral-b{
		height: 210px;
		line-height: 210px;
	}
	.lateral-titimg{
		margin-top: 40px;
	}
}
@media(max-width:1000px){
	.lateral-nav{
		display: block;
		overflow: hidden;
	}
	.lateral-nav .gy-nav-a{
		width: calc(25% - 10px);
		margin-bottom: 10px;
		float: left;
	}
}
@media(max-width:750px){
	.lateral{
		padding: .8rem 0;
	}
	.lateral-titimg{
		margin-top: .4rem;
	}
	.lateral-nav{
		width: 102%;
		margin-top: .4rem;
	}
	.lateral-nav .gy-nav-a{
		width: 48%;
		margin-right: 2%;
		margin-bottom: .1rem;
		height: 1rem;
	}
	.lateral-nav .gy-nav-a>span{
		font-size: .26rem;
		line-height: .32rem;
		padding: 0 .06rem;
	}
	.lateral-ul{
		margin-top: .5rem;
		margin-bottom: .3rem;
	}
	.services-li{
		width: 98%;
	}
	.lateral-b{
		height: 3rem;
		line-height: 3rem;
	}
	.lateral-d{
		line-height: .35rem;
		margin-top: .1rem;
		height: auto;
		max-height: 1.05rem;
	}
	.lateral-e{
		margin-top: .1rem;
	}
}



.latinfo-bj{
}
.latinfo-cont{
	padding-top: 80px;
	padding-bottom: 100px;
	overflow: hidden;
}
.latinfo-lt{
	width: 50%;
	float: left;
	background: #fff;
	border-radius: 15px;
	padding-bottom: 40px;
}
.latinfo-a{
	width: 100%;
	height: 440px;
	padding: 20px 50px;
	text-align: center;
	line-height: 400px;
	font-size: 0;
}
.latinfo-a img{
	max-height: 100%;
}
.latinfo-b{
	width: 100%;
	padding: 0 50px;
	position: relative;
	overflow: hidden;
}
.latinfo-prev{
	background-image: url(img/ico34_1.png);
	background-size: 11px auto;
}
.latinfo-prev:hover{
	background-image: url(img/ico34_3.png);
}
.latinfo-next{
	background-image: url(img/ico34_2.png);
	background-size: 11px auto;
}
.latinfo-next:hover{
	background-image: url(img/ico34_4.png);
}
.latinfo-swiper{
	
}
.latinfo-slide{
	border: 1px solid #dfdddd;
	height: 90px;
	padding: 15px;
	line-height: 60px;
	font-size: 0;
	cursor: pointer;
	text-align: center;
}
.latinfo-slide img{
	max-height: 100%;
}
.latinfo-slide:hover,.latinfo-slide.on{
	border-color: #2069af;
}
.latinfo-b .swiper-button-disabled{
	display: none !important;
}

.latinfo-rt{
	width: 45%;
	float: right;
	max-width: 620px;
}
.latinfo-c{
	font-size: 36px;
	color: #2794f9;
	font-weight: bold;
	padding-top: 10px;
	line-height: 45px;
}
.latinfo-de{
	margin-top: 30px;
	padding: 30px 0;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.latinfo-d{
	font-size: 24px;
	color: #333;
	margin-top: 25px;
	font-weight: bold;
}
.latinfo-d:first-child{
	margin-top: 0;
}
.latinfo-e{
	font-size: 16px;
	color: #666;
	line-height: 30px;
	margin-top: 10px;
}
.latinfo-f{
	display: inline-block;
}
.latinfo-f:hover{
	color: #fff;
}
.latinfo{
	padding-bottom: 120px;
}
.latinfo-g{
	font-size: 24px;
	margin-top: 60px;
	font-weight: bold;
}
.latinfo-h{
	background: #fff;
	border-radius: 10px;
	border: 1px solid #dcdcdc;
	margin-top: 25px;
	box-shadow: 0 0 15px #eee;
	padding: 30px;
}
.latinfo-h li{
	font-size: 16px;
	line-height: 25px;
	padding: 10px 0;
	padding-left: 25px;
	color: #444;
	position: relative;
	border-bottom: 1px solid #ddd;
}
.latinfo-h li:after{
	content: '';
	width: 6px;
	height: 6px;
	border-radius: 100%;
	background: #999999;
	position: absolute;
	left: 0;
	top: 20px;
}

.latinfo-i{
	margin-top: 25px;
	box-shadow: 0 0 15px #eee;
}
.latinfo-i th{
	background: #f6f8fd;
}
.latinfo-vd{
	margin-top: 25px;
	position: relative;
}
.latinfo-vd-c{
	display: none;
	width: 100%;
}
.latinfo-vd-b{
	width: 100%;
}
.latinfo-vd-a{
	display: block;
	background: url(img/ico23.png) no-repeat center;
	z-index: 3;
	cursor: pointer;
}

.latinfo-j{
	padding: 20px;
	display: block;
	font-size: 16px;
	color: #403f3f;
	line-height: 25px;
	margin-top: 25px;
	padding-left: 45px;
	background: url(img/ico24.png) no-repeat 20px 23px;
transition: all .3s;
-webkit-transition: all .3s;  
}
.latinfo-j1{
	display: block;
	font-size: 16px;
	color: #403f3f;
	line-height: 25px;
	margin: 5px 0;
	padding-left: 25px;
	background: url(img/ico24.png) no-repeat left 2px;
transition: all .3s;
-webkit-transition: all .3s;  
}
.latinfo-j:hover{
	color: #2691fd;
transition: all .3s;
-webkit-transition: all .3s;  
}

.latinfo-jct{
	font-size: 0;
	margin-top: 25px;
}
.latinfo-jlist{
	vertical-align: top;
	display: inline-block;
	width: calc(50% - 10px);
}
.latinfo-jlist-a{
	margin-right: 20px;
}
.latinfo-jdiv1{
	font-size: 18px;
	font-weight: bold;
	line-height: 1.2;
	color: #2894f9;
	text-align:center;
}
.latinfo-jmr{
	display: inline-block;
	margin-top: 20px;
	font-size: 16px;
	padding-right: 20px;
	cursor: pointer;
	color: #2894f9;
	margin-left: calc(50% - 28px);
	background: url(img/ico32_1.png) no-repeat right center;
transition: all .3s;
-webkit-transition: all .3s; 

}
.latinfo-jmr.on{
	background-image: url(img/ico32_2.png);
}
.latinfo-jmr:hover{
	font-weight: bold;
transition: all .3s;
-webkit-transition: all .3s;  
}
.latinfo-jlist-a .latinfo-jul .latinfo-j:nth-child(n+4){
	display: none;
}
.latinfo-jlist-a.on .latinfo-jul .latinfo-j:nth-child(n+4){
	display: block;
}


.latinfo-k{
	margin-top: 0;
}
.latinfo-k .contact-ul{
	padding-top: 25px;
}
.latinfo-k .contact-li input,.latinfo-k .contact-int2{
	box-shadow: 0 0 10px #eee;
}
.latinfo-m{
	margin-top: 25px;
}
.latinfo-m table,.latinfo-i table{
	background: #fff;
}
.latinfo-m tr td:nth-child(2n + 1){
	background: #f6f8fd;f
	text-align-last: 18px;
	color: #325c9e;
}


@media(max-width:1600px){
	.latinfo-cont{
		padding: 60px 0;
	}
	.latinfo-a{
		height: 380px;
		line-height: 340px;
	}
	.latinfo-slide{
		height: 60px;
		padding: 10px;
		line-height: 40px;
	}
	.latinfo-c{
		font-size: 30px;
		line-height: 36px;
		padding-top: 10px;
	}
	.latinfo-de{
		padding: 20px 0;
		margin-top: 20px;
	}
	.latinfo-d{
		font-size: 20px;
	}
	.latinfo-e{
		font-size: 16px;
	}
	.latinfo-f{
		margin-top: 25px;
	}
	.latinfo{
		padding-bottom: 80px;
	}
	.latinfo-j{
		padding-top: 10px;
		padding-bottom: 10px;
		background-position-y: 12px;
	}
}
@media(max-width:1000px){
	.latinfo-a{
		height: 280px;
		line-height: 240px;
		padding: 20px 30px;
	}
	.latinfo-b{
		padding: 0 30px;
	}
	.latinfo-lt{
		padding-bottom: 20px;
	}
	.latinfo-next,.latinfo-prev{
		width: 20px;
		height: 20px;
		margin-top: -10px !important;
		background-size: 9px auto;
	}
	.latinfo-c{
		font-size: 24px;
		line-height: 30px;
		padding-top: 0;
	}
	.latinfo-e{
		font-size: 14px;
		line-height: 25px;
	}
	.latinfo-i{
		overflow: auto;
	}
	.latinfo-g{
		font-size: 20px;
		margin-top: 40px;
	}
	.latinfo-j{
		/*padding: 15px;*/
		margin-top: 20px;
	}
	.latinfo-j1{
		font-size: 14px;
	}
	.latinfo-jlist{
		width: 100%;
		margin: 0;
	}
	.latinfo-jlist-a{
		margin-bottom: 25px;
	}
}

@media(max-width:750px){
	.latinfo-cont{
		padding: .8rem 0;
	}
	.latinfo-lt{
		width: 100%;
		margin-bottom: .5rem;
	}
	.latinfo-a{
		height: 4rem;
		padding: .3rem .4rem;
		line-height: 3.4rem;
	}
	.latinfo-slide{
		height: 1rem;
		padding: .1rem;
		line-height: .8rem;
	}
	.latinfo-rt{
		width: 100%;
	}
	.latinfo-c{
		font-size: .34rem;
		font-weight: bold;
		line-height: .55rem;
	}
	.latinfo-de{
		padding: .3rem 0;
		margin-top: .3rem;
	}
	.latinfo-d{
		font-size: .3rem;
		font-weight: bold;
		margin-top: .4rem;
	}
	.latinfo-e{
		font-size: .24rem;
		line-height: .45rem;
		margin-top: .1rem;
	}
	.latinfo-f{
		margin-top: .4rem;
	}
	.latinfo-g{
		font-size: .32rem;
		font-weight: bold;
		margin-top: .8rem;
	}
	.latinfo-h{
		margin-top: .3rem;
		padding: .3rem;
	}
	.latinfo-h li{
		font-size: .26rem;
		line-height: .4rem;
		padding: .2rem 0;
		padding-left: .3rem;
	}
	.latinfo-h li:after{
		width: .1rem;
		height: .1rem;
		top: .35rem;
	}
	.latinfo-vd{
		margin-top: .3rem;
	}
	.latinfo-vd-a{
		background-size: .8rem;
	}
	.latinfo-j{
		font-size: .26rem;
		line-height: .4rem;
		margin-top: .2rem;
		padding: .2rem;
		padding-left: .55rem;
		background-size: .3rem auto;
		background-position: .1rem .2rem;
	}
	.latinfo-jul{
		margin-top: .4rem;
	}
	.latinfo-jct{
		margin-top: .4rem;
	}
	.latinfo-jdiv1{
		font-size: .3rem;
	}
	.latinfo-jmr{
		font-size: .24rem;
		margin-top: .25rem;
		padding-right: .3rem;
		background-size: .2rem auto;		
	   margin-left: calc(50% - .42rem);
	}
	.latinfo-jct .latinfo-jul{
		margin-top: .3rem;
	}
	
	
	.latinfo-k .contact-ul{
		padding-top: .3rem;
	}
	.latinfo{
		padding-bottom: .8rem;
	}
	.latinfo-m{
		margin-top: .3rem;
	}
}


.instruments-nav {
	margin-top: 0;
}
.instruments-ul{
	margin-top: 60px;
}
.instruments-li{
	display: block;
	width: 100%;
	background: #fff;
	border-radius: 5px;
	padding: 50px;
	margin-bottom: 40px;
	overflow: hidden;
	transition: all .3s;
-webkit-transition: all .3s; 
}
.instruments-img{
	width: 520px;
	height: 440px;
	float: left;
	line-height: 440px;
	font-size: 0;
	text-align: center;
}
.instruments-img img{
	max-height: 100%;
}
.instruments-ac{
	width: calc(100% - 550px);
	float: right;
	padding-left: 50px;
}
.instruments-a{
	font-size: 36px;
	line-height: 45px;
	max-height: 90px;
	margin-top: 70px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	transition: all .3s;
-webkit-transition: all .3s;  
}
.instruments-b{
	font-size: 16px;
	line-height: 30px;
	height: 90px;
	color: #666;
	margin-top: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.instruments-c{
	font-size: 16px;
	color: #2794f9;
	margin-top: 45px;
}
.instruments-li:hover{
	box-shadow: 0 0 20px #ccc;
	transition: all .3s;
-webkit-transition: all .3s; 
}
.instruments-li:hover .instruments-a,.instruments-li:hover .instruments-c{
	color: #2794f9;
	transition: all .3s;
-webkit-transition: all .3s;  
}

.instruments-li:nth-child(2n + 0) .instruments-img{
	float: right;
}
.instruments-li:nth-child(2n + 0) .instruments-ac{
	float: left;
}

@media(max-width:1600px){
	.instruments-li{
		padding: 30px;
	}
	.instruments-img{
		width: 480px;
		height: 400px;
		line-height: 400px;
	}
	.instruments-ac{
		width: calc(100% - 510px);
		padding-left: 30px;
	}
	.instruments-a{
		font-size: 32px;
		line-height: 40px;
		max-height: 80px;
	}
}
@media(max-width:1200px){
	.instruments-img{
		width: 400px;
		height: 300px;
		line-height: 300px;
	}
	.instruments-ac{
		width: calc(100% - 430px);
		padding-left: 30px;
	}
	.instruments-a{
		font-size: 26px;
		line-height: 35px;
		font-weight: bold;
		margin-top: 20px;
		max-height: 70px;
	}
}
@media(max-width:1000px){
	.instruments-img{
		width: 260px;
		height: 220px;
		line-height: 220px;
	}
	.instruments-ac{
		width: calc(100% - 300px);
		padding-left: 0;
	}
	.instruments-a{
		font-size: 22px;
		line-height: 30px;
		font-weight: bold;
		margin-top: 20px;
		max-height: 60px;
	}
	.instruments-b{
		margin-top: 20px;
	}
	.instruments-c{
		margin-top: 20px;
	}
}
@media(max-width:750px){
	.instruments-ul{
		margin-top: .8rem;
	}
	.instruments-li{
		margin-bottom: .4rem;
		padding: .3rem;
	}
	.instruments-img{
		width: 100%;
		height: 3rem;
		line-height: .3rem;
		margin-bottom: .1rem;
	}
	.instruments-ac{
		width: 100%;
	}
	.instruments-a{
		font-size: .32rem;
		line-height: .5rem;
		max-height: 1rem;
		
	}
	.instruments-b{
		font-size: .26rem;
		line-height: .45rem;
		height: auto;
		max-height: 1.35rem;
		margin-top: .2rem;
	}
	.instruments-c{
		font-size: .26rem;
		margin-top: .25rem;
	}
}


.itminfo{
	padding: 80px 0;
}
.itminfo-a,.itminfo-b{
	height: auto;
	color: #333 !important;
	max-height: initial;
	-webkit-line-clamp: initial;
}
.itminfo-a{
	margin-top: 20px;
}

.itminfo .latinfo-g{
	color: #2693fd;
}
.itminfo-bj{
	background: #fff;
    border-radius: 10px;
    border: 1px solid #dcdcdc;
    margin-top: 25px;
    box-shadow: 0 0 15px #eee;
    padding: 40px 25px;
}
.itminfo-bj a{
    color: #0e4b9d;
}
.itminfo-bj a:hover{
    text-decoration:underline;
}

.itminfo-e{
	font-size: 18px;
	color: #403f3f;
	line-height: 25px;
	margin-top: 30px;
	font-weight: bold;
}
.itminfo-f{
	font-size: 16px;
	color: #666;
	line-height: 25px;
	margin-top: 5px;
}
.itminfo-e:first-child,.itminfo-f:first-child{
	margin-top: 0;
}


.itminfo-ul{
	width: calc(100% + 25px);
	margin-top: 25px;
}
.itminfo-li{
	width: calc(25% - 25px);
	margin-right: 25px;
	margin-bottom: 20px;
}
.itminfo-li .lateral-b{
	height: 180px;
	padding: 10px;
	line-height: 150px;
	text-align: center;
}
.itminfo-li .lateral-c{
	font-size: 16px;
	color: #0e52a2;
	height: 46px;
	line-height: 24px;
	text-align: justify;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

@media(max-width:1000px){
	.itminfo .instruments-img{
		width: 100%;
		margin-bottom: 30px;
	}
	.itminfo .instruments-ac{
		width: 100%;
	}
	.itminfo-li{
		width: calc(50% - 25px);
	}
}
@media(max-width:750px){
	.itminfo{
		padding: .8rem 0;
	}
	.itminfo .instruments-img{
		margin-bottom: .5rem;
	}
	.itminfo-a{
		margin: 0;
	}
	.itminfo-bj{
		margin-top: .3rem;
		padding: .3rem;
	}
	.itminfo-e{
		font-size: .28rem;
		line-height: .45rem;
		margin-top: .3rem;
	}
	.itminfo-f{
		font-size: .24rem;
		line-height: .45rem;
		margin-top: .05rem;
	}
	.itminfo-ul{
		margin-top: .3rem;
		width: 103%;
	}
	.itminfo-li{
		width: 47%;
		margin-right: 3%;
		padding: .3rem .2rem;
		margin-bottom: .3rem;
	}
	.itminfo-li .lateral-b{
		height: 2rem;
		padding: .1rem 0; 
		line-height: 1.8rem;
	}
	.itminfo-li .lateral-c{
		font-size: .24rem;
		height: .7rem;
		line-height: .35rem;
	}
}


.covid{
	padding-top: 80px;
	padding-bottom: 110px;
}
.covid-a{
	margin: 0;
}
.covid-nav{
	margin-top: 35px;
	overflow: hidden;
	border-bottom: 1px solid #ddd;
}
.covid-div{
}
.covid-d{
	font-size: 18px;
	line-height: 55px;
	display: inline-block;
	margin-right: 60px;
	color: #333;
	cursor: pointer;
	position: relative;
	transition: all .3s;
-webkit-transition: all .3s;  
}
.covid-d:hover,.covid-d.on{
	color: #2794f9;
	transition: all .3s;
-webkit-transition: all .3s;  
}
.covid-d:after{
	content: '';
	width: 0;
	position: absolute;
	left: 0;
	bottom: 0;
	height: 2px;
	background: #2794f9;
	transition: all .3s;
-webkit-transition: all .3s; 
}
.covid-d:hover:after,.covid-d.on:after{
	width: 100%;
}
.covid-ul{
}
.covid-mr{
	text-align: center;
	margin-top: 40px;
	cursor: pointer;
}

@media(max-width:1200px){
	.covid-d{
		margin-right: 40px;
	}
}
@media(max-width:750px){
	.covid{
		padding: .8rem 0;
	}
	.covid-nav{
		margin-top: .4rem;
	}
	.covid-d{
		font-size: .28rem;
		line-height: .7rem;
		margin-right: .4rem;
	}
	.covid-mr{
		margin-top: .4rem;
	}
}



.codinfo-j{
	font-size: 0;
}
.codinfo-j1{
	display: inline-block;
	vertical-align: top;
	width: 50%;
	padding-right: 20px;
}
.codinf-sx{
	margin-top: 25px;
	overflow: hidden;
}
.codinf-sx-a{
	font-size: 16px;
	color: #403f3f;
	line-height: 35px;
	padding: 0 15px;
	min-width: 90px;
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
	background: #fff;
	border: 1px solid #ddd;
	text-align: center;
	border-radius: 10px;
	cursor: pointer;
	transition: all .3s;
-webkit-transition: all .3s; 
}
.codinf-sx-a:hover,.codinf-sx-a.on{
	background: #0f4c9d;
	border-color: #0f4c9d;
	color: #fff;
	transition: all .3s;
-webkit-transition: all .3s; 
}

@media(max-width:1000px){
	.codinf-sx{
		margin-top: 20px;
	}
	.codinf-sx-a{
		font-size: 14px;
		min-width: 70px;
		margin-right: 10px;
		margin-bottom: 10px;
	}
}
@media(max-width:750px){
	.codinf-sx{
		margin-top: .3rem;
	}
	.codinf-sx-a{
		font-size: .24rem;
		height: .6rem;
		line-height: .6rem;
		min-width: 1rem;
		margin-right: .15rem;
		margin-bottom: .15rem;
	}
	.codinfo-j1{
		padding-right: .2rem;
	}
}




/*About us*/
.about{
	padding: 50px 0;
}

.about-nav{
	margin-top: 0;
	margin-bottom: 70px;
}
.about-ab{
	overflow: hidden;
	margin-top: 50px;
}
.about-a{
	width: 50%;
	float: left;
	border-radius: 15px;
}
.about-b{
	width: 45%;
	max-width: ;
	float: right;
	max-width: 620px;
	padding-top: 20px;
	font-size: 16px;
	line-height: 30px;
}
.about-ul{
	margin-top: 70px;
	overflow: hidden;
}
.about-li{
	width: 22%;
	float: left;
	height: 130px;
	text-align: center;
	border-left: 1px solid #ddd;
}
.about-li:first-child{
	border: 0;
}
.about-div{
	width: 210px;
	padding: 0 10px;
	display: inline-block;
	text-align: left;
}
@media(min-width:1000px){
	.about-li:nth-child(1){
		width: 17%;
		text-align: left;
		border: 0;
	}
	.about-li:nth-child(5){
		width: 17%;
		text-align: right;
	}
	
	.about-li:nth-child(1) .about-div{
		width: 180px;
		padding-left: 0;
	}
	.about-li:nth-child(5) .about-div{
		width: 180px;
		padding-right: 0;
	}
}
.about-j{
	font-size: 14px;
	line-height: 1;
	color: #2794f9;
}
.about-j>span{
	font-size: 60px;
	font-weight: bold;
}
.about-k{
	font-size: 16px;
	color: #666;
	line-height: 25px;
	margin-top: 10px;
}

.platform{
	padding: 70px 0;
}
.platform-ul{
	margin-top: 60px;
	font-size: 0;
	width: calc(100% + 30px);
}
.platform-ul li{
	width: calc(50% - 30px);
	margin-right: 30px;
	display: inline-block;
	margin-bottom: 25px;
}

.mission{
	padding: 100px 0;
}
.mission-div{
	margin-top: 70px;
	overflow: hidden;
}
.mission-lt{
	width: 50%;
	height: 680px;
	float: left;
	overflow: hidden;
	position: relative;
}
.mission-rt{
	width: 50%;
	float: right;
}
.mission-li{
	background: #fff;
	width: 100%;
	height: 340px;
	padding:40px 10% ;
}
.mission-li:nth-child(2){
	background: #2794f9;
}
.mission-ab{
	width: 100%;
	max-width: 490px
}
.mission-a{
	font-size: 30px;
	color: #2794f9;
	font-weight: bold;
}
.mission-a img{
	margin-left: 15px;
	position: relative;
	top: -10px;
}
.mission-b{
	font-size: 16px;
	color: #666;
	margin-top: 20px;
	line-height: 35px;
}
.mission-li:nth-child(2) .mission-a,.mission-li:nth-child(2) .mission-b{
	color: #fff;
}

.milestone{
	padding-top:80px;
	padding-bottom: 100px;
}
.milestone-ct{
	margin-top: 55px;
	padding:0 50px;
	position: relative;
}
.milestone-slide{
	min-height: 410px;
}
.milestone-a{
	font-size: 30px;
	padding-left: 40px;
	color: #2691fd;
	font-weight: bold;
}
.milestone-b{
	width: calc(100% - 14px);
	height: 30px;
	background: url(img/ico28.png) no-repeat center;
	background-size: 100% auto;
	margin-top: 10px;
	margin-left: 13px;
}
.milestone-c{
	font-size: 16px;
	color: #666;
	line-height: 30px;
	padding: 0 25px;
	padding-left: 40px;
	margin-top: 30px;
	
}
.milestone-d{
	position: absolute;
	left: 0;
	top: 62px;
	z-index: 5;
}
.milestone-slide:after{
	content: '';
	width: 1px;
	height: calc(100% - 35px);
	position: absolute;
	left: 14px;
	top: 35px;
	background: #dedede;
	z-index: 1;
}
.milestone-next,.milestone-prev{
	opacity: .7;
}

.honor{
	padding-top: 80px;
	padding-bottom: 100px;
}
.honor-a{
	text-align: center;
	margin-top: 35px;
	font-size: 0;
}
.honor-a1{
	display: inline-block;
	width: 290px;
	line-height: 55px;
	font-size: 20px;
	background: #fff;
	border-radius: 5px;
	margin: 0 12px;
	cursor: pointer;
	transition: all .3s;
-webkit-transition: all .3s; 
}
.honor-a1:hover,.honor-a1.on{
	background: #2794f9;
	color: #fff;
	transition: all .3s;
-webkit-transition: all .3s; 
}
.honor-b li{
	display: none;
}

.honor-ul{
}
.honor-d{
	text-align: center;
	margin-top: 60px;
}
.honor-e{
	position: relative;
	padding: 0 75px;
}
.honor-swiper{
	padding: 60px 10px;
	width: calc(100% + 20px);
	margin-left: -10px;
}
.honor-slide{
	box-shadow: 0 0 10px #ccc;
	background: #fff;
	padding: 15px;
}
.honor-e1{
	width: 100%;
	text-align: center;
	height: 170px;
	line-height: 170px;
}
.honor-e1 img{
	max-height: 100%;
}
.honor-e2{
	font-size: 16px;
	line-height: 25px;
	margin-top: 10px;
	text-align: center;
}
.honor-next,.honor-prev{
	opacity: .7;
	z-index: 3;
}
.honor-next {
	right:0;
}
.honor-prev {
	left: 0;
}
.honor-span span{
	width: 30px;
	height: 2px;
	border-radius: 0;
	background: #333;
}


@media(max-width:1600px){
	.about-b{
		padding-top: 0;
		width: 47%;
	}
	
	.about-j>span{
		font-size: 40px;
	}
	.about-k{
		font-size: 14px;
		line-height: 20px;
	}
	.about-li{
		height: 100px;
	}
	.mission-lt{
		height: 560px;
	}
	.mission-li{
		height: 280px;
		padding: 30px;
	}
	.mission-b{
		font-size: 14px;
		line-height: 25px;
		margin-top: 20px;
	}
	.milestone-c{
		font-size: 14px;
		line-height: 22px;
		padding-right: 10px;
	}
	.mission-a{
		font-size: 24px;
	}
	.about-nav{
		margin-bottom: 40px;
	}
	.honor-e2{
		font-size: 13px;
	}
}
@media(max-width:1200px){
	.about-div{
		width: 180px;
	}
}
@media(max-width:1000px){
	.about-a{
		width: 100%;
		max-width: 700px;
	}
	.about-b{
		width: 100%;
		margin-top: 40px;
		max-width: initial
	}
	.about-li{
		width: 33.333%;
		margin-bottom: 30px;
	}
	.about-li:nth-child(4){
		border: 0;
	}
	.mission-a{
		font-size: 20px;
	}
	.mission-a img{
		width: 30px;
		top: -5px;
	}
	.honor-a1{
		width: 200px;
		line-height: 45px;
		font-size: 16px;
	}
	.honor-e{
		padding: 0 30px;
	}
	.honor-e1{
		height: 150px;
		line-height: 150px;
	}
	.honor-e2{
		font-size: 13px;
		line-height: 20px;
		height: 40px;
	}
	.honor-next, .honor-prev{
		background-size: 14px auto;
	}
}

@media(max-width:750px){
	.about{
		padding: .8rem 0;
	}
	.about-nav{
		margin-bottom: .5rem;
	}
	.about-ab{
		margin-top: .5rem;
	}
	.about-b{
		font-size: .26rem;
		line-height: .5rem;
		margin-top: .4rem;
	}
	.about-ul{
		margin-top: .7rem;
	}
	.about-li{
		width: 50%;
		border-left: 1px solid #ddd;
		margin-bottom: .3rem;
	}
	.about-li:nth-child(3),.about-li:nth-child(5) {
	    border: 0;
	}
	.about-li:nth-child(4) {
	    border-left: 1px solid #ddd;
	}
	.about-div{
		width: 3rem;
	}
	.about-j{
		font-size: .26rem;
	}
	.about-j>span{
		font-size: .45rem;
	}
	.about-k{
		font-size: .24rem;
		line-height: .4rem;
	}
	
	.platform{
		padding: .8rem 0;
	}
	.platform-ul{
		width: 102%;
		margin-top: .4rem;
	}
	.platform-ul li{
		width: 48%;
		margin-right: 2%;
		margin-bottom: .25rem;
	}
	.mission{
		padding: .8rem 0;
	}
	.mission-div{
		margin-top: .6rem;
	}
	.mission-lt{
		width: 100%;
		height: 3.5rem;
	}
	.mission-rt{
		width: 100%;
	}
	.mission-li{
		width: 100%;
		height: auto;
		padding: .4rem;
	}
	.mission-b{
		font-size: .26rem;
		line-height: .45rem;
		margin-top: .2rem;
	}
	.milestone{
		padding: .8rem 0;
	}
	.milestone-ct{
		margin-top: .5rem;
		padding: 0 .5rem;
	}
	.milestone-next, .milestone-prev{
		width: .4rem;
		background-size: .25rem auto;
	}
	.milestone-next{
		right: 0;
	}
	.milestone-prev{
		left: 0;
	}
	.milestone-slide{
		height: auto;
		min-height: 5rem;
		height: 5rem;
	}
	.honor{
		padding: .8rem 0;
		p
	}
	.honor-a{
		width: 103%;
		text-align: left;
		margin-top: .5rem;
	}
	.honor-a1{
		font-size: .24rem;
		line-height: .7rem;
		width: 47%;
		margin: 0;
		margin-right: 3%;
		margin-bottom: .2rem;
		text-align: center;	
	}
	.honor-d{
		margin-top: .5rem;
	}
	.honor-slide{
		box-shadow: initial;
		padding: .15rem;
	}
	.honor-e1{
		height: 2.2rem;
		line-height: 2.2rem;
	}
	.honor-e{
		padding: 0 .5rem;
	}
	.honor-e2{
		font-size: .24rem;
		line-height: .35rem;
		height: .7rem;
		margin-top: .1rem;
	}
	.honor-swiper{
		padding: .5rem 0;
		width: 100%;
		margin: 0;
	}
	.honor-span{
		bottom: 0 !important;
	}
	.honor-span >span{
		width: .2rem;
		height: 2px;
	}
}



.material{
	padding-top: 60px;
	padding-bottom: 100px;
}
.material-c{
	text-align: center;
	margin-top: 30px;
}
.material-cfm{
	display: inline-block;
	width: 100%;
	max-width: 840px;
	position: relative;
}
.material-cint{
	width: 100%;
	background: #fff;
	border: 1px solid #c5c5c5;
	height: 60px;
	padding: 0 30px;
	font-size: 18px;
	padding-right: 80px;
	border-radius: 10px;
}
.material-csub{
	width: 60px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 10px;
	border: 0;
	background: url(img/ico30.png) no-repeat center;
}

.material-div{
	width: 100%;
	background: #fff;
	padding: 50px 35px;
	box-shadow: 0 0 15px #ddd;
	margin-top: 50px;
}
.material-ul{
	width: calc(100% + 30px);
	font-size: 0;
}
.material-li{
	width: calc(33.333% - 30px);
	margin-right: 30px;
	margin-bottom: 40px;
	background: #fff url(img/img22.jpg) no-repeat right top;
	min-height: 260px;
	background-size: cover;
	border-bottom: 10px;
	position: relative;
	top: 0;
	display: inline-block;
	vertical-align: top;
	padding: 25px;
	box-shadow: 0 0 15px #ddd;
	border-radius: 10px;
	transition: all .3s;
-webkit-transition: all .3s; 
}
.material-li:hover{
	top: -10px;
	box-shadow: 0 0 15px #999;
	transition: all .3s;
-webkit-transition: all .3s; 
}
.material-j{
	font-size: 30px;
	color: #2794f9;
	font-weight: bold;
	line-height: 45px;
	height: 45px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.material-k{
	margin-top: 15px;
	padding-top: 20px;
	border-top: 1px solid #e5e5e5;
}
.material-k li{
	overflow: hidden;
	width: 100%;
	margin-bottom: 10px;
	font-size: 16px;
	color: #666;
	line-height: 30px;
}
.material-k1{
	width: 115px;
	float: left;
	color: #999;
}
.material-k2{
	width: calc(100% - 115px);
	float: left;
	line-height: 30px;
	height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}


.material-nav{
	margin-top: 55px;
}
.material-de{
	overflow: hidden;
	margin-bottom: 10px;
}
.material-d{
	width: 115px;
	float: left;
	font-size: 18px;
	line-height: 40px;
}
.material-ebj{
	width: calc(100% - 115px);
	float: right;
	
}
.material-source .material-e1:first-child{
	font-style: italic;
}
.material-e1{
	font-size: 16px;
	color: #333;
	line-height: 40px;
	padding: 0 30px;
	background: #fff;
	border: 1px solid #dddfe2;
	border-radius: 10px;
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 10px;
	cursor: pointer;
	transition: all .3s;
-webkit-transition: all .3s; 
}
.material-e1.on{
	background: #2794f9;
	border-color: #2794f9;
	color: #fff;
	transition: all .3s;
-webkit-transition: all .3s; 
}
.material-fbj{
	position: relative;
}
.material-fmr{
	font-size: 14px;
    color: #333;
    line-height: 40px;
    border: 1px solid #dddfe2;
    border-radius: 10px;
    display: inline-block;
    width: 65px;
    padding: 0 10px;
    cursor: pointer;
    background: #fff url(img/jia.png) no-repeat center;
    background-position-x: calc(100% - 10px);
    background-size: 8px auto;
    transition: all .3s;
    -webkit-transition: all .3s;
    position: absolute;
    top: 17px;
    right: 0;
}
.material-fmr.on{
	background-image: url(img/jian.png);
}
.material-fmr:hover{
	background-color: #e6f2fd;
}
.material-f{
	margin-top: 5px;
	padding-top: 15px;
	height: 65px;
	overflow: hidden;
	border-top: 1px solid #ccc;
	padding-right: 80px;
}
.material-f.on{
	height: initial;
}
.material-f1{
	font-size: 16px;
	color: #2794f9;
	line-height: 40px;
	padding: 0 25px;
	background: #e6f2fd;
	border: 1px solid #2794f9;
	border-radius: 10px;
	display: inline-block;
	margin-right: 12px;
	margin-bottom: 10px;
	cursor: pointer;
	transition: all .3s;
-webkit-transition: all .3s; 
}
.material-f1.on{
	background: #2794f9;
	border-color: #2794f9;
	color: #fff;
	transition: all .3s;
-webkit-transition: all .3s; 
}


@media(max-width:1600px){
	.material-e1{
		font-size: 14px;
		line-height: 35px;
		padding: 0 15px;
		margin-right: 5px;
		margin-bottom: 5px;
	}
	.material-d{
		line-height: 35px;
	}
	.material-f1{
		font-size: 14px;
		line-height: 35px;
		padding: 0 15px;
		margin-right: 5px;
		margin-bottom: 5px;
	}
	.material-j{
		font-size: 24px;
	}
	.material-k li{
		font-size: 14px;
	}
	.material-k1{
		width: 100px;
	}
	.material-k2{
		width: calc(100% - 100px);
	}
	.material-fmr{
		    font-size: 14px;
    		line-height: 35px;
    		top: 15px;
	}
	.material-f{
		height: 55px;
	}
}
@media(max-width:1200px){
	.material-li{
		width: calc(50% - 30px);
	}
}

@media(max-width:750px){
	.material{
		padding: .8rem 0;
	}
	.material-c{
		margin-top: .4rem;
	}
	.material-cint{
		font-size: .24rem;
		height: .8rem;
		padding-left: .3rem;
		padding-right: 1rem;
	}
	.material-csub{
		width: .8rem;
		background-size: .3rem auto;
	}
	.material-nav{
		margin-top: .2rem;
	}
	.material-d{
		width: 100%;
		font-size: .3rem;
		line-height: .45rem;
		font-weight: bold;
		margin-top: .3rem;
	}
	.material-de{
		margin-bottom: 0;
	}
	.material-ebj{
		width: 100%;
		margin-top: .15rem;
	}
	.material-e1{
		font-size: .24rem;
		line-height: .5rem;
		padding: 0 .15rem;
		margin-right: .05rem;
		margin-bottom: .05rem;
	}
	.material-f{
		margin-top: .05rem;
		padding-top: .1rem;
	}
	.material-f1{
		font-size: .24rem;
		line-height: .5rem;
		padding: 0 .15rem;
		margin-right: .05rem;
		margin-bottom: .05rem;
	}
	.material-div{
		padding: .5rem .4rem;
		margin-top: .6rem;
	}
	.material-ul{
		width: 100%;
		margin-bottom: .3rem;
	}
	.material-li{
		width: 100%;
		margin: 0;
		margin-bottom: .3rem;
		padding: .3rem;
		min-height: auto;
	}
	.material-j{
		font-size: .35rem;
		line-height: .6rem;
		height: .6rem;
	}
	.material-k{
		margin-top: .15rem;
		padding-top: .25rem;
	}
	.material-k li{
		font-size: .26rem;
		line-height: .45rem;
		height: .45rem;
		margin-bottom: .1rem;
	}
	.material-k2{
		font-size: .26rem;
		line-height: .45rem;
		height: .45rem;
	}
	
	.material-fmr{
		width: .4rem;
		line-height: .5rem;
		height: .55rem;
		padding-left: 1rem;
		overflow: hidden;
		width: .5rem;
		padding: 0;
		color: #fff;
		background-position: center;
		top: .1rem;
	}
	.material-fmr>span{
		display: none;
	}
	.material-f{
		padding-right: .7rem;
		height: .7rem;
	}
}



.matinfo{
	padding-top: 60px;
	padding-bottom: 130px;
}
.matinfo-a{
	font-size: 36px;
	color: #0f4c9d;
	font-weight: bold;
	padding-left: 415px;
}
.matinfo-cont{
	margin-top: 40px;
	overflow: hidden;
}
.matinfo-lt{
	width: 345px;
	float: left;
}
.matinfo-b1{
	font-size: 14px;
	line-height: 55px;
	padding-left: 14px;
	padding-right: 65px;
	border-color: #e3e3e3;
}
.matinfo-b2{
	width: 50px;
	right: 5px;
	background-size: 15px auto;
}
.matinfo-ce-bj{
	background: #fff;
	border-radius: 10px;
	padding: 15px;
	margin-top: 25px;
}
.matinfo-ce{
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px solid #e3e3e3;
}
.matinfo-ce:first-child{
	margin: 0;
	padding-top: 0;
	border: 0;
}
.matinfo-ce:nth-child(2) .matinfo-de:nth-child(2){
	font-style: italic;
}
.matinfo-c{
	font-size: 24px;
	color: #000;
	margin-bottom: 10px;
}
.matinfo-d{
	margin-bottom: 10px;
}
.matinfo-d a{
	display: inline-block;
	font-size: 16px;
	color: #333;
	line-height: 25px;
	padding-left: 15px;
	position: relative;
transition: all .3s;
-webkit-transition: all .3s;  
}
.matinfo-d a:after{
	content: '';
	width: 5px;
	height: 5px;
	background: #666;
	border-radius: 100%;
	position: absolute;
	left: 0;
	top: 10px;
transition: all .3s;
-webkit-transition: all .3s;  
}
.matinfo-d a:hover,.matinfo-d a.on{
	color: #2794f9;
transition: all .3s;
-webkit-transition: all .3s;  
}
.matinfo-d a:hover:after,.matinfo-d a.on:after{
	background-color: #2794f9;
transition: all .3s;
-webkit-transition: all .3s;  
}

.matinfo-ce2 .matinfo-d a{
	padding-right: 15px;
	background: url(img/ico31_1.png) no-repeat right center;
}
.matinfo-ce2 .matinfo-d a:hover,.matinfo-ce2 .matinfo-d a.on{
	background-image: url(img/ico31_2.png);
}

.matinfo-e{
	padding-bottom: 5px;
	border-bottom: 1px solid #e3e3e3;
	margin-bottom: 15px;
	display: none;
}
.matinfo-e1{
	margin-bottom: 10px;
}
.matinfo-e1 a{
	display: inline-block;
	font-size: 16px;
	color: #333;
	line-height: 25px;
	padding-left: 15px;
	position: relative;
transition: all .3s;
-webkit-transition: all .3s;  
}
.matinfo-e1 a:hover,.matinfo-e1 a.on{
	color: #2794f9;
transition: all .3s;
-webkit-transition: all .3s;  
}

.matinfo-ce .matinfo-de{
	transition: all .3s;
-webkit-transition: all .3s;  
}
.matinfo-ce.on .matinfo-de:nth-child(n + 6){
	display: none;
transition: all .3s;
-webkit-transition: all .3s;  
}

.matinfo-f{
	display: inline-block;
	display: 16px;
	color: #2794f9;
	padding-right: 30px;
	background: url(img/ico32_1.png) no-repeat right center;
	cursor: pointer;
	padding-left: 15px;
transition: all .3s;
-webkit-transition: all .3s;  
}
.matinfo-f:hover{
	padding-right: 35px;
transition: all .3s;
-webkit-transition: all .3s;  
}

.matinfo-f.on{
	background-image: url(img/ico32_2.png);
}

.matinfo-gh{
	margin-top: 20px;
	background: #fff;
	border-radius: 10px;
	padding: 15px;
}
.matinfo-g{
	font-size: 24px;
	padding-top: 5px;
	padding-bottom: 10px;
	border-bottom: 1px solid #e3e3e3;
}
.matinfo-h{
	margin-top: 20px;
}
.matinfo-h li,.matinfo-h a{
	display: block;
	padding-left: 40px;
	font-size: 18px;
	color: #666;
	line-height: 30px;
	background: no-repeat left top;
	margin-bottom: 15px;
}
.matinfo-h a:hover{
	color: #000;
}

.matinfo-rt{
	width: calc(100% - 365px);
	float: right;
	background: #fff;
	padding: 40px 50px;
	border-radius: 10px;
}

.matinfo-j{
	font-size: 24px;
	color: #2794f9;
	font-weight: bold;
}

.matinfo-m{
	margin-top: 30px;
	margin-bottom: 50px;
	width: calc(100% + 20px);
	font-size: 0;
}
.matinfo-m li{
	width: calc(50% - 20px);
	margin-right: 20px;
	margin-bottom: 20px;
	border-radius: 10px;
	border: 1px solid #e1e1e1;
	padding: 20px;
	min-height: 480px;
	display: inline-block;
	vertical-align: top;
}
.matinfo-m1{
	font-size: 18px;
	font-weight: bold;
	color: #000;
}
.matinfo-m2{
	width: 100%;
	height: 280px;
	padding: 20px 0;
	line-height: 240px;
	text-align: center;
	font-size: 0;
}
.matinfo-m2 img{
	max-height: 100%;
}
.matinfo-m3{
	font-size: 14px;
	color: #454545;
	line-height: 25px;
}
.matinfo-n{
	margin-top: 30px;
	border-radius: 10px;
	padding: 30px;
	font-size: 16px;
	color: #454545;
	line-height: 28px;
	border: 1px solid #dcdcdc;
    box-shadow: 0 0 15px #d2d2d2;
    background: #fff;
}


@media(max-width:1600px){
	.matinfo-rt{
		padding: 30px;
	}
	.matinfo-m2{
		height: 240px;
		line-height: 200px;
	}
	.matinfo-a{
		font-size: 30px;
		padding-left: 395px;
	}
}
@media(max-width:1200px){
	.matinfo-lt{
		display: none;
	}
	.matinfo-rt{
		width: 100%;
	}
	.matinfo-a{
		padding-left: 30px;
	}
}
@media(max-width:750px){
	.matinfo{
		padding: .8rem 0;
	}
	.matinfo-a{
		font-size: .32rem;
		font-weight: bold;
		padding-left: .3rem;
	}
	.matinfo-cont{
		margin-top: .6rem;
	}
	.matinfo-rt{
		padding: .3rem;
	}
	.matinfo-j{
		font-size: .3rem;
	}
	.matinfo-k{
		margin-top: .3rem;
		margin-bottom: .6rem;
	}
	.matinfo-k li{
		padding: .2rem .2rem;
	}
	.matinfo-k1{
		font-size: .28rem;
		line-height: .45rem;
	}
	.matinfo-k2{
		font-size: .24rem;
		line-height: .45rem;
		margin-top: .05rem;
	}
	.matinfo-m{
		margin-top: .3rem;
		margin-bottom: .6rem;
		width: 100%;
	}
	.matinfo-m li{
		width: 100%;
		min-height: initial;
		padding: .3rem;
		margin-bottom: .2rem;
	}
	.matinfo-m1{
		font-size: .28rem;
	}
	.matinfo-m2{
		height: 3rem;
		padding: 0.25rem;
		line-height: 2.5rem;
	}
	.matinfo-m3{
		font-size: .24rem;
		line-height: .45rem;
	}
	.matinfo-n{
		margin-top: .3rem;
		padding: .3rem;
		font-size: .24rem;
		line-height: .45rem;
	}
	.matinfo-h li, .matinfo-h a{
		font-size: .26rem;
		line-height: .45rem;
		padding-left: .6rem;
		background-size: .4rem auto;
		margin-bottom: .1rem;
	}
	.matinfo-h{
		margin-top: .25rem;
	}
}



.searchs{
	padding-top: 200px;
	padding-bottom: 100px;
}
.searchs-a{
	margin-top: 0;
	overflow: hidden;
}
.searchs-a form{
	width: 600px;
	float: left;
	position: relative;
}
.searchs-a form .int1 {
    width: 100%;
    height: 60px;
    font-size: 18px;
    color: #000;
    line-height: 60px;
    padding-left: 30px;
    padding-right: 70px;
    border: 0px;
    background: #fff;
}
.searchs-a form .sub1 {
    width: 50px;
    height: 60px;
    background: url(img/ss02.png) no-repeat center;
    border: 0px;
    position: absolute;
    top: 0;
    right: 10px;
}
.searchs-b{
	font-size: 24px;
	line-height: 1.2;
	margin-top: 20px;
	color: #666;
}
.searchs-c1{
	margin-top: 50px;
	padding: 30px 0;
	border-top: 1px solid #ccc;
	margin-bottom: 30px;
}
.searchs-c1 a{
	background: ;
	display: block;
	padding: 20px;
	color: #000;
	margin-bottom: 15px;
	padding-right: 40px;
	background:#fff url(img/ico07_2.png) no-repeat 99% center;
}
.searchs-c1 a:hover{
	box-shadow:5px 5px 10px #999;
}
.searchs-c1 a>div{
	font-size: 18px;
	line-height: 1;
	margin-bottom: 5px;
	color: #666;
}
.searchs-c1 a>p{
	
	font-size: 24px;
	line-height: 30px;
	color: #333;
}
.searchs-mr{
	margin-top: 30px;
	text-align: center;
}
@media(max-width:750px){
	.searchs{
		padding-top: 1.7rem;
		padding-bottom: .7rem;
	}
	.searchs-a form{
		width: 100%;
	}
	.searchs-b{
		font-size: .32rem;
		margin-top: .2rem;
	}
	.searchs-c1{
		margin-top: .5rem;
		padding: .4rem 0;
	}
	.searchs-c1 a{
		padding: .2rem;
		padding-right: .4rem;
	}
	.searchs-c1 a>div{
		font-size: .24rem;
	}
	.searchs-c1 a>p{
		font-size: .3rem;
		line-height: .45rem;
	}
	.searchs-c1{
		margin-bottom: .0rem;
	}
	.searchs-c1 a{
		background-size: .15rem .3rem;
	}
	.searchs-mr{
		margin-top: .1rem;
	}
	
	.idx-a{
		background-position: 10% 20%;
	}
}




.content-window-card {
    position: relative;
    box-shadow: none;
    bottom: 0;
    left: 0;
    width: auto;
    padding: 0;
}

    .content-window-card p {
        height: 2rem;
    }

.custom-info {
    border: solid 1px silver;
}

div.info-top {
    position: relative;
    background: none repeat scroll 0 0 #F9F9F9;
    border-bottom: 1px solid #CCC;
    border-radius: 5px 5px 0 0;
}

    div.info-top div {
        display: inline-block;
        color: #333333;
        font-size: 14px;
        font-weight: bold;
        line-height: 31px;
        padding: 0 10px;
    }

    div.info-top img {
        position: absolute;
        top: 10px;
        right: 10px;
        transition-duration: 0.25s;
    }

        div.info-top img:hover {
            box-shadow: 0px 0px 5px #000;
        }

div.info-middle {
    font-size: 12px;
    padding: 10px 6px;
    line-height: 20px;
}

div.info-bottom {
    height: 0px;
    width: 100%;
    clear: both;
    text-align: center;
}

    div.info-bottom img {
        position: relative;
        z-index: 104;
    }

span {
    margin-left: 0px;

}

.info-middle img {
    float: left;
    margin-right: 6px;
}

.material-c,.matinfo-b{
	position: relative;
	z-index: 3;
}
.material-sjg-bj{
	position: absolute;
	width: 100%;
	z-index: 10;
	top: 100%;
	margin-top: 15px;
	display: none;
}
.material-sjg{
	box-shadow: 0 0 5px #ccc;
	border-radius: 5px;
	background: #fff;
	padding: 20px 30px;
	text-align: left;
}
.material-sjg li{
	line-height: 1;
}
.material-sjg li a{
	display: inline-block;
	font-size: 16px;
	color: #666;
	line-height: 30px;
	margin: 5px 0;
}
.material-sjg li a:hover{
	color: #2691fd;
}

.matinfo-b-bj{
	margin-top: 10px;
}
.matinfo-b-bj .material-sjg{
	padding: 10px 15px;
}
.matinfo-b-bj li a{
	font-size: 14px;
	line-height: 20px;
}

@media(max-width:1600px){
	.material-sjg li a{
		font-size: 14px;
		line-height: 20px;
	}
}
@media(max-width:750px){
	.content-window-card{
		width: 300px;
	}
	.material-sjg-bj{
		margin-top: .15rem;
	}
	.material-sjg{
		padding: .2rem .3rem;
	}
	.material-sjg-bj li a{
		font-size: .24rem;
		line-height: .4rem;
		margin: .05rem 0;
	}
}
