﻿*{
	margin: 0;
	padding: 0;
	box-sizing:border-box;
	-moz-box-sizing:border-box; 
	-webkit-box-sizing:border-box;
}
a{
	text-decoration: none;
	color: #333;
}
li{
	list-style: none;
}
img{
	vertical-align: middle;
	max-width: 100%;
}
body{
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	font-size: 14px;
	color: #222;
	overflow: hidden;
	font-family:"微软雅黑", "Microsoft Yahei", "Helvetica Neue", Helvetica, Tahoma, sans-serif;
	height: auto !important;
}



header{
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99;
	border-bottom: 1px solid rgba(255,255,255,.2);
}
.header{
	height: 100px;
}
.logo{
	float: left;line-height: 100px;
}
.header-dx{
	width: 35px;
	margin-top: 35px;
	text-align: right;
	margin-left:15px ;
	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-en{
	font-size: 18px;
	color: #fff;
	line-height: 25px;
	margin-top: 38px;
	float: right;
}
.header-en>span{
	display: inline-block;
	font-size: 16px;
	position: relative;
	top: -2px;
}
.header-en:hover{
	color: #fff;
}
.header-rt{
	float: right;
	margin-right: 10px;
	/*overflow: hidden;*/
}
.header-fm{
	float: right;
	width: 125px;
	padding-top: 38px;
	position: relative;
	line-height: 1;
	a
}
.header-fm .int{
	width: 100%;
	height: 25px;
	border: 1px solid #fff;
	border-radius: 15px;
	font-size: 14px;
	padding: 0 10px;
	padding-right: 30px;
	color: #fff;
	background: initial;
}
.header-fm .sub{
	width: 21px;
	height: 21px;
	background: url(../img/ico17.png) no-repeat center;
	background-size: cover;
	position: absolute;
	right: 1px;
	bottom: 2px;
	border: 0;
}

.header-nav{
	float: left;
	font-size: 0;
}
.header-list{
	display: inline-block;
	vertical-align: top;
	margin-right:45px ;
	font-size: 0;
	position: relative;
}
.header-a{
	display: inline-block;
	font-size: 18px;
	line-height: 100px;
	padding: 0 5px;
	color: #fff;
	/*font-weight: bold;*/
	position: relative;
}
.header-a:after{
	width: 0;
	height: 2px;
	content: '';
	background: #fff;
	position: absolute;
	left: 50%;
	bottom: 0;
	transition: all .3s;
-webkit-transition: all .3s;  
}
.header-list:hover .header-a{
	color: #fff;
}
.header-list:hover .header-a:after{
	width: 100%;
	left: 0;
	transition: all .3s;
-webkit-transition: all .3s;  
}
.header-list.on .header-a:after{
	width: 100%;
	left: 0;
	transition: all .3s;
-webkit-transition: all .3s;  
}
.header-b{
	width: calc(100% + 50px);
	position: absolute;
	top: 100%;
	left: -25px;
	padding-top: 30px;
	display: none;
}
.header-div{
	width: 100%;
	background: #fff;
	box-shadow: 0 0 8px #999;
	padding: 15px 10px;
	position: relative;
}
.header-div:after{
	content: '';
	width: 12px;
	height: 6px;
	background: url(../img/ico19.png) no-repeat center;
	
	position: absolute;
	left: 50%;
	top: -6px;
	margin-left: -6px;
	display: none;
}
.header-c{
	border-bottom: 1px solid #ccc;
	position: relative;
}
.header-c:last-child{
	border: 0;
}
.header-c1{
	display: block;
	font-size: 16px;
	color: #333;
	padding: 15px 0; 
	line-height: 25px;
	text-align: center;
}
.header-c1a{
	width: calc(100% + 25px);
	margin-left: -10px;
	padding-right: 5ox;
	position: relative;
}
.header-f{
	width: 240px;
	padding: 15px;
	padding-left: 30px;
	background: #fff;
	box-shadow: 0 0 8px #999;
	position: absolute;
	top: -15px;
	right: -15px;
	margin-left: 5px;
	display: none;
	transform:translateX(100%);
-ms-transform:translateX(-50%);
-moz-transform:translateX(-50%);
-webkit-transform:translateX(100%);
}
.header-f a{
	display: block;
	font-size: 16px;
	line-height: 20px;
	padding: 10px;
	border-bottom: 1px solid #ccc;
	color: #333;
	margin: 6px 0;
	padding-left: 15px;
	transition: all .3s;
-webkit-transition: all .3s;  
}
.header-f a:hover{
	color: #0076C0;
	background: url(../img/ico18.png) no-repeat left center;
	transition: all .3s;
-webkit-transition: all .3s;  
}
.header-f a:last-child{
	border-bottom: 0;
}

@media(max-width:1600px){
	.header-list{
		margin-right: 25px;
	}
	.header-a{
		font-size: 16px;
		padding: 0;
	}
}
@media(max-width:1200px){
	header{
		background: #0076C0;
		/*position: fixed;*/
		z-index: 99;
	}
	body{
		padding-top: 100px;
	}
	.header-rt{
		position: absolute;
		width: 100%;
		height: calc(100vh - 100px);
		top: 100px;
		left: 0;
		padding: 30px 4%;
	background: #0076C0;
	border-top: 1px solid #fff;
	display: none;
	}
	.header-nav{
		width: 100%;
	}
	.header-list{
		width: 100%;
		margin: 0;
		position: relative;
	}
	.header-list>i{
		display: block;
		content: '';
		width: 100%;
		height: 70px;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 3;
	}
	.header-a{
		width: 100%;
		line-height: 70px;
		border-bottom: 1px solid rgba(255,255,255,.6);
	}
	.header-c:last-child{
		border-bottom: 1px solid rgba(255,255,255,.6);
	}
	.header-c1{
		color: #fff;
	}
	.header-c1:hover{
		color: #fff;
	}
	.header-b{
		position: relative;
		top: initial;
		left: initial;
		width: 100%;
		padding: 0;
		overflow: hidden;
		background: initial;
	}
	.header-div{
		background: initial;
	}
	.header-c1{
		text-align: left;
		color: #fff;
		padding-left: 30px;
	}
	.header-f{
		display: none;
	}
	.header-a:after{
		display: none;
	}
	.header-div{
		padding: 0;
	}
	.header-fm{
		width: 300px;
	}
	.header-en>span{
		display: none;
	}
	
	.header-dx{
		display: block;
		margin-left: 40px;
	}
	.header-dx1, .header-dx2, .header-dx3{
		background: #fff;
	}
	.header-nav{
		max-height: 90%;
		overflow: auto;
	}
}
@media(max-width:750px){
	header{
		height: 1rem;
	}
	body{
		padding-top: 1rem;
	}
	.header{
		height: 1rem;
	}
	.logo{
		width: 1.6rem;
		line-height: 1rem;
	}
	.header-en{
		font-size: .26rem;
		line-height: 1rem;
		margin: 0;
	}
	.header-dx{
		display: block;
		width: .45rem;
		margin-top: .1rem;
		margin-left: .4rem;
		padding-top: .25rem;
	}
	.header-dx1, .header-dx2, .header-dx3{
		height: .04rem;
		margin-bottom: .11rem;
	}
	.header-rt{
		height: calc(100vh - 1rem);
		top: 1rem;
		padding: .2rem 4%;
	}
	.header-list>i{
		height: 1rem;
	}
	.header-a{
		font-size: .3rem;
		line-height: 1rem;
	}
	.header-c1{
		font-size: .26rem;
		line-height: 1rem;
		padding: 0;
		padding-left: .3rem;
	}
	.header-fm{
		width: 50%;
	}
	.header-c1a{
		width: 100%;
		margin: 0;
	}
}



footer{
	background: #0076c0;
	
}
.footer{
	overflow: hidden;
	padding: 50px 0;
	color: #fff;
}
.footer-lt{
	width: 500px;
	float: left;
	padding-right:30px;
}
.footer-a{
	font-size: 26px;
	line-height: 32px;
	margin-top: 45px;
}
.footer-b{
	font-size: 18px;
	line-height: 25px;
	margin-top: 25px;
}
.footer-b a{
	font-size: 18px;
	line-height: 25px;
	color: #fff;
	opacity: .9;
}
.footer-b a:hover{
	color: #fff;
	opacity: 1;
}
.footer-b>div{
	line-height: 1.3;
	margin-bottom:10px;
}
.footer-c{
	display: inline-block;
	width: 120px;
	text-align: center;
	font-size: 16px;
	line-height: 1;
	vertical-align: top;
	margin-top: 40px;
	margin-right: 30px;
}
.footer-c>p{
	margin-top: 15px;
}
.footer-rt{
	width: calc(100% - 500px);float: right;
	max-width: 1110px;
}
.footer-nav{
	font-size: 0;
}
.footer-list{
	width: calc(16.666% - 17px);
	display: inline-block;
	vertical-align: top;
	padding-left: 10px;
}
.footer-j{
	font-size: 18px;
	font-weight: bold;
}
.footer-k{
	margin-top: 15px;
}
.footer-k li{
	line-height: 1;
}
.footer-k li a{
	display: inline-block;
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 15px;
	opacity: .75;
	color: #fff;
}
.footer-k li a:hover{
	color: #fff;
	opacity: 1;
}
.footer-list:last-child{
	width: 85px;
}
.footer-lj{
	width: 300px;
	float: right;
	position: relative;
	margin-top: 40px;
}
.footer-lj1{
	width: 100%;
	font-size: 18px;
	line-height: 50px;
	padding: 0 20px;
	color: rgba(255,255,255,.6);
	background:#0064a2 url(../img/ico20.png) no-repeat 95% center;
	cursor: pointer;
}
.footer-lj2{
	width: 100%;
	padding:10px 20px;
	background: #fff;
	position: absolute;
	left: 0;
	bottom: 100%;
	display: none;
}
.footer-lj2 a{
	font-size: 16px;
	line-height: 25px;
	color: #333;
	display: block;
	margin: 5px 0;
}
.footer-lj2 a:hover{
	color: #0076C0;
}
.footer-xt{
	width: 100%;
	height: 1px;
	background: rgba(255,255,255,.2);
}
.footer-btm{
	padding-top: 30px;
	padding-bottom: 40px;
	font-size: 14px;
	line-height: 25px;
	text-align: center;
	color: #fff;
}
.footer-btm span{
	opacity: .8;
}
.footer-btm a{
	opacity: .8;
	font-size: 14px;
	line-height: 25px;
	color: #fff;
	margin-left: 0px;
}
.footer-btm a:hover{
	opacity: 1;
}
@media(max-width:1450px){
	.footer-j{
		font-size: 16px;
	}
	.footer-k li a{
		font-size: 12px;
		line-height: 20px;
	}
	.footer-lt{
		width: 400px;
	}
	.footer-rt{
		width: calc(100% - 400px);
	}
}
@media(max-width:1200px){
	.footer-nav{
		display: none;
	}
	.footer-lt{
		width: 100%;
		padding-left: 30%;
		padding-right: 0;
	}
	.footer-rt{
		width: 100%;
	}
}
@media(max-width:1000px){
	.footer-lt{
		padding-left: 0;
	}
}
@media(max-width:750px){
	.footer{
		padding: .8rem 0 .5rem 0;
	}
	.footer-lt>img{
		max-width: 1.6rem
	}
	.footer-a{
		font-size: .34rem;
		line-height: .5rem;
		margin-top: .3rem;
		font-weight: bold;
	}
	.footer-b>div{
		font-size: .26rem;
		line-height: .45rem;
		margin-bottom: .1rem;
	}
	.footer-c{
		width: 1.5rem;
		font-size: .26rem;
		margin-top: .4rem;
		margin-right: .3rem;
	}
	.footer-lj{
		width: 3rem;
	}
	.footer-lj1{
		font-size: .26rem;
		line-height: .7rem;
	}
	.footer-lj2{
		padding: .1rem .3rem;
	}
	.footer-lj2 a{
		font-size: .26rem;
		line-height: .4rem;
		margin: .1rem 0;
	}
	.footer-btm{
		padding-top: .4rem;
		padding-bottom: .6rem;
		font-size: .24rem;
		line-height: .45rem;
	}
	.footer-btm a{
		font-size: .24rem;
		line-height: .45rem;
	}
}




.gyban{
	height: 600px;
	width: 100%;
	overflow: hidden;
	position: relative;
}
.gyban-mc{
	z-index: 1;
	background: #072556;
	opacity: .8;
}
.gyban-div{
	position: relative;
	z-index: 2;
	color: #fff;
}
.gyban-a{
	font-size: 50px;
	line-height: 1.2;
	padding-top: 230px;
}
.gyban-b{
	font-size: 70px;
	line-height: 1.2;
	margin-top: 25px;
}


.gynav-pos{
	width: 100%;
	margin-top: 20px;
	height: 70px;
	position: relative;
	z-index: 49;
}
.gynav-bj{
	width: 100%;
	border-bottom: 1px solid #e6e6e6;
	background: #fff;
}
.gynav{
	overflow: hidden;
}
.gynav-a{
	float: left;
	font-size: 20px;
	color: #999;
	line-height: 70px;
	position: relative;
	margin-right: 135px;
transition: all .3s;
-webkit-transition: all .3s;  
}
.gynav-a:after{
	content: '';
	width: 0;
	height: 2px;
	background: #0076c0;
	position: absolute;
	left: 50%;
	bottom: 0;
transition: all .3s;
-webkit-transition: all .3s;  
}
@media(min-width:1201px){
	.gynav-a:hover{
		color: #0076c0;
	transition: all .3s;
	-webkit-transition: all .3s;  
	}
	.gynav-a:hover:after{
		width: 100%;
		left: 0;
	transition: all .3s;
	-webkit-transition: all .3s;  
	}
}
.gynav-a.on{
	color: #0076c0;
transition: all .3s;
-webkit-transition: all .3s;  
}
.gynav-a.on:after{
	width: 100%;
	left: 0;
transition: all .3s;
-webkit-transition: all .3s;  
}
.gynav-b{
	float: right;
	margin: 0 !important;
	padding-right: 20px;
	background: url(../img/ico23.png) no-repeat right center;
}
.gynav-b:after{
	display: none;
}
.gynav-bj.on{
	position: fixed;
	top: 0;
	left: 0;
}

@media(max-width:1600px){
	.gyban{
		height: 500px;
	}
	.gyban-a{
		font-size: 40px;
		padding-top: 180px;
	}
	.gyban-b{
		font-size: 50px;
	}
	.gynav-pos{
		margin-top: 0;
	}
	.gynav-a{
		margin-right: 50px;
	}
}
@media(max-width:1200px){
	.gyban-a{
		font-size: 30px;
		padding-top: 180px;
	}
	.gyban-b{
		font-size: 40px;
	}
	.gynav-pos{
		height: 51px;
	}
	.gynav-a{
		font-size: 16px;
		line-height: 50px;
		margin-right: 35px;
	}
	.gynav-b{
		color: #999 !important;
	}
}
@media(max-width:1000px){
	.gyban{
		height: 450px;
	}
}
@media(max-width:750px){
	.gyban{
		height: 5rem;
	}
	.gyban-a{
		font-size: .3rem;
		padding-top: 2rem;
	}
	.gyban-b{
		font-size: .4rem;
		line-height: .6rem;
		margin-top: .2rem;
	}
	.gynav-pos{
		height: .81rem;
	}
	.gynav-a{
		margin-right: .3rem;
		font-size: .26rem;
		line-height: .8rem;
		font-weight: bold;
	}
	.gynav-b{
		padding-right: .2rem;
		background-size: .15rem auto;
	}
}









.news{
	padding: 80px 0;
}
.news-ul{
	width: 104.2%;
	overflow: hidden;
	margin-top: 75px;
}
.news-li{
	width: 29.133%;
	float: left;
	margin-right: 4.2%;
	margin-bottom: 65px;
	background: #f7f7f7;
	display: block;
	background: #f7f7f7;
	transition: all .3s;
-webkit-transition: all .3s;  
}
.news-li:hover{
	box-shadow: 5px 5px 5px #ddd;
	transition: all .3s;
-webkit-transition: all .3s;  
}
.news-ab{
	position: relative;
	overflow: hidden;
}
.news-b{
	font-size: 14px;
	line-height: 35px;
	padding: 0 15px;
	background: #0076C0;
	border-radius: 20px;
	position: absolute;
	top: 25px;
	left: 25px;
	z-index: 3;
	color: #fff;
}
.news-b img{
	position: relative;
	top: -2px;
}
.news-cd{
	padding: 20px;
	padding-bottom: 35px;
}
.news-c{
	font-size: 24px;
	line-height: 26px;
	height: 26px;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
transition: all .3s;
-webkit-transition: all .3s; 
}
.news-d{
	font-size: 16px;
	line-height: 30px;
	height: 60px;
	color: #666;
	margin-top: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.news-li:hover .news-c{
	color: #0076C0;
transition: all .3s;
-webkit-transition: all .3s; 
}



@media(max-width:1600px){
	.news-ul{
		width: 103%;
	}
	.news-li{
		width: 30.333%;
		margin-right: 3%;
		margin-bottom: 45px;
	}
	.news-c{
		font-size: 20px;
		height: 25px;
		line-height: 25px;
		font-weight: bold;
	}
	.news-d{
		line-height: 25px;
		height: 50px;
	}
}
@media(max-width:1000px){
	.news-ul{
		margin-top: 50px;
	}
	.news-li{
		width: 47%;
	}
	.page a{
		margin: 0 2px;
	}
}
@media(max-width:750px){
	.news{
		padding: .8rem 0;
	}
	.news-ul{
		margin-top: .6rem;
	}
	.news-b{
		font-size: .22rem;
		line-height: .45rem;
		padding: 0 .15rem;
		top: .2rem;
		left: .2rem;
	}
	.news-b img{
		width: .3rem;
		top: -1px;
	}
	.news-cd{
		padding: .2rem;
	}
	.news-c{
		font-size: .28rem;
		height: .32rem;
		line-height: .32rem;
	}
	.news-d{
		font-size: .22rem;
		line-height: .4rem;
		height: .8rem;
		margin-top: .15rem;
	}
	.news-li{
		margin-bottom: .3rem;
	}
	
	.news .page{
		margin-top: .3rem;
	}
}


.page{
	text-align: center;
	width: 100%;
	line-height: 1;
}
.page a{
	display: inline-block;
	width: 40px;
	height: 40px;
	border: 1px solid #848484;
	line-height: 38px;
	text-align: center;
	font-size: 14px;
	color: #333;
	border-radius: 5px;
	margin: 0 4px;
transition: all .3s;
-webkit-transition: all .3s; 
}
.page a:hover{
	background: #0076C0;border-color: #0076C0;
	color: #fff;	
transition: all .3s;
-webkit-transition: all .3s; 
}
.page a.active{
	background: #0076C0;border-color: #0076C0;
	color: #fff;	
transition: all .3s;
-webkit-transition: all .3s; 
}
.page a.prev,.page a.next{
	width: auto;
	padding: 0 15px;
}
@media(max-width:1000px){
	.page a{
		margin: 0 2px;
	}
}
@media(max-width:750px){
	.page a{
		width: .6rem;
		height: .5rem;
		line-height: .48rem;
		font-size: .24rem;
		margin: 0 !important;
	}
	.page a.prev, .page a.next{
		padding: 0 .15rem; 
	}
}



/*行业新闻*/
.industry{
	padding: 80px 0;
	overflow: hidden;
	position: relative;
}
.industry:after{
	content: '';
	width: 1px;
	height: calc(100% - 250px);
	background: #e6e6e6;
	position: absolute;
	top: 80px;
	right: 490px;
}
.industry-lt{
	width: calc(100% - 490px);
	float: left;
	padding-right: 45px;
	max-width: 1180px;
}
.industry-a{
	display: block;
	margin-top: 65px;
	color: #333;
}
.industry-a1{
	font-size: 16px;
	line-height: 1;
	color: #333;
}
.industry-a2{
	font-size: 30px;
	line-height: 33px;
	height: 33px;
	margin-top: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	transition: all .3s;
-webkit-transition: all .3s; 
}
.industry-a:hover .industry-a2{
	color: #0076C0;
	transition: all .3s;
-webkit-transition: all .3s; 
}
.industry-a3{
	font-size: 16px;
	line-height: 25px;
	height: 50px;
	margin-top: 15px;
	color: #666;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.industry-a4{
	width: 180px;
	line-height: 40px;
	color: #fff;
	font-size: 16px;
	text-align: center;
	background: #0076C0;
	margin-top: 35px;
	transition: all .3s;
-webkit-transition: all .3s; 
}
.industry-a4:hover{
	border-radius: 20px;
	opacity: .8;
	transition: all .3s;
-webkit-transition: all .3s; 
}
.industry-ul{
	margin-top: 50px;
	border-top: 1px solid #e6e6e6;
}
.industry-li{
	display: block;
	vector-effect: inherit;
	padding: 40px 0;
	border-bottom: 1px solid #e6e6e6;
	overflow: hidden;
}
.industry-b{
	width: 70px;
	float: left;
	text-align: right;
	font-size: 36px;
	color: #333;
	line-height: 1;
}
.industry-b>div{
	font-size: 16px;
	color: #666;
	margin-top: 5px;
}
.industry-c{
	width: calc(100% - 130px);
	float: right;
}
.industry-c1{
	font-size: 22px;
	line-height: 25px;
	height: 25px;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	transition: all .3s;
-webkit-transition: all .3s; 
}
.industry-li:hover .industry-c1{
	color: #0076C0;
	transition: all .3s;
-webkit-transition: all .3s; 
}
.industry-c2{
	font-size: 16px;
	line-height: 25px;
	height: 50px;
	color: #666;
	margin-top: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	transition: all .3s;
-webkit-transition: all .3s; 
}
.industry-lt .page{
	margin-top: 50px;
}

.industry-rt{
	width: 490px;
	padding-left: 45px;
	float: right;
}
.industry-j{
	font-size: 20px;
	color: #333;
	margin-top: 10px;
	line-height: 1.1;
	font-weight: bold;
}
.industry-k{
	width: 100%;
	margin: 0;
	background: #fff;
	margin-bottom: 10px;
}
.industry-k .news-cd{
	padding: 15px 0;
}
.industry-kt{
	margin-top: 30px;
}
@media(max-width:1600px){
	.industry-rt{
		width: 360px;
		padding-left: 40px;
	}
	.industry:after{
		right: 360px;
	}
	.industry-lt{
		width: calc(100% - 360px);
		padding-right: 40px;
	}
}
@media(max-width:1000px){
	.industry-lt{
		width: 100%;
		padding: 0;
	}
	.industry:after{
		display: none;
	}
	.industry-rt{
		padding: 0;
		margin-top: 50px;
		width: 100%;
	}
	.industry-kt{
		overflow: hidden;
		width: 103%;
	}
	.industry-k{
		width: 47%;
		margin-right: 3%;
		margin-bottom: 30px;
	}
}
@media(max-width:750px){
	.industry{
		padding: .8rem 0;
	}
	.industry-a{
		margin-top: .7rem;
	}
	.industry-a1{
		font-size: .26rem;
	}
	.industry-a2{
		font-size: .34rem;
		height: .4rem;
		line-height: .4rem;
		margin-top: .2rem;
		font-weight: bold;
	}
	.industry-a3{
		font-size: .26rem;
		line-height: .45rem;
		height: .9rem;
		margin-top: .2rem;
	}
	.industry-a4{
		width: 2rem;
		font-size: .26rem;
		line-height: .6rem;
		margin-top: .3rem;
	}
	.industry-ul{
		margin-top: .7rem;
	}
	.industry-li{
		padding: .4rem 0;
	}
	.industry-b{
		width: 1.1rem;
		font-size: .42rem;	
	}
	.industry-b>div{
		font-size: .26rem;
	}
	.industry-c{
		width: calc(100% - 1.4rem);
	}
	.industry-c1{
		font-size: .32rem;
		height: .4rem;
		line-height: .4rem;
		font-weight: bold;
	}
	.industry-c2{
		font-size: .26rem;
		line-height: .4rem;
		height: .8rem;
		margin-top: .1rem;
	}
	.industry-lt .page{
		margin-top: .5rem;
	}
	.industry-rt{
		margin-top: .7rem;
	}
	.industry-j{
		font-size: .34rem;
	}
	.industry-kt{
		margin-top: .4rem;
	}
	.industry-k{
		margin-bottom: .3rem;
	}
}



/*新闻详情*/
.nwinfo{
	margin-top: 100px;
	padding-top:80px;
	padding-bottom: 110px;
}
.nwinfo-a{
	font-size: 32px;
	color: #333;
	line-height: 42px;
	text-align: center;
}
.nwinfo-b{
	font-size: 14px;
	color: #999;
	line-height: 1;
	margin-top: 20px;
	text-align: center;
}
.nwinfo-c{
	margin-top: 30px;
	padding: 40px 0;
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	font-size: 16px;
	color: #666;
	line-height: 30px;
}
.nwinfo-c p{
	margin-bottom: 30px;
}
.nwinfo-d{
	margin-top: 25px;
	overflow: hidden;
	position: relative;
}
.nwinfo-d a{
	display: inline-block;
	max-width: 40%;
	float: left;
	font-size:16px;
	color: #666;
	line-height: 25px;
	height: 25px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.nwinfo-d a>span:hover{
	color: #0076c0;
}
.nwinfo-d a:nth-child(3){
	float: right;
}
.nwinfo-d a.a2{
	position: absolute;
	top: 0;
	left: 50%;
	width: 50px;
	margin-left: -25px;
	text-align: center;
}
.nwinfo-d a.a2:hover{
	color: #0076c0;
}

@media(max-width:1200px){
	.nwinfo{
		margin-top: 0;
	}
	.nwinfo-a{
		font-size: 28px;
		line-height: 35px;
		font-weight: bold;
	}
	.nwinfo-c{
		padding: 30px 0;
	}
}
@media(max-width:750px){
	.nwinfo{
		padding: .8rem 0;
		/*margin-top: 1rem;*/
	}
	.nwinfo-a{
		font-size: .32rem;
		line-height: .45rem;
	}
	.nwinfo-b{
		font-size: .24rem;
		margin-top: .2rem;
	}
	.nwinfo-c{
		font-size: .26rem;
		line-height: .45rem;
		margin-top: .3rem;
		padding: .4rem 0;
	}
	.nwinfo-c p{
		margin-bottom: .35rem;
	}
	.nwinfo-d{
		margin-top: .3rem;
		padding-top: .8rem;
	}
	.nwinfo-d a{
		font-size: .26rem;
		line-height: .45rem;
		margin-bottom: .1rem;
		float: left !important;
		max-width: 100%;
		min-width: 51%; 
	}
	.nwinfo-d a.a2{
		width:100% !important;
		min-width: initial;
		text-align: right;
		margin: 0;
		left: initial;
		right: 0;
		background: #e6e6e6;
		color: #4d71c5;
		height: .6rem;
		line-height: .6rem;
		text-align: center;
		border-radius: 5px;
	}
}



/*设备展示*/
.equipment{
	padding-top: 65px;
	padding-bottom: 95px;
}
.equipment-ul{
	width: calc(100% + 40px);
	margin-top: 75px;
	overflow: hidden;
}
.equipment-li{
	width: calc(25% - 40px);
	float: left;
	margin-bottom: 40px;
	margin-right: 40px;
	background: #f7f7f7;
	cursor: pointer;
	transition: all .3s;
-webkit-transition: all .3s;  
}
.equipment-li:hover{
	box-shadow: 5px 5px 5px #ddd;
	transition: all .3s;
-webkit-transition: all .3s;  
}
.equipment-cd{
	text-align: center;
	padding: 20px;
}
.equipment-c{
	font-size: 20px;
	color: #666;
	line-height: 25px;
	height: 25px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.equipment-d{
	font-size: 16px;
	line-height: 20px;
	margin-top: 12px;
	color: #0076c0;
}
.equipment-d img{
	position: relative;
	top: -2px;
}
.equipment-mr{
	width: 485px;
	font-size: 16px;
	line-height: 40px;
	color: #fff;
	background: #0076C0;
	text-align: center;
	margin: 0 auto;
	cursor: pointer;
	margin-top: 40px;
	transition: all .3s;
-webkit-transition: all .3s;  
}
.equipment-mr:hover{
	border-radius: 20px;
	transition: all .3s;
-webkit-transition: all .3s;  
}
@media(max-width:1600px){
	.equipment-c{
		font-size: 16px;
		line-height: 20px;
		height: 20px;
	}
	.equipment-d{
		font-size: 13px;
		margin-top: 10px;
	}
	.equipment-ul{
		width: calc(100% + 25px);
	}
	.equipment-li{
		width: calc(25% - 25px);
		margin-right: 25px;
		margin-bottom: 25px;
	}
	.equipment-cd{
		padding: 10px;
	}
}
@media(max-width:1200px){
	.equipment-li{
		width: calc(33.333% - 25px);
	}
}
@media(max-width:750px){
	.equipment{
		padding: .8rem 0;
	}
	.equipment-ul{
		width:103%;
		margin-top: .7rem;
	}
	.equipment-li{
		width: 47%;
		margin-right: 3%;
		margin-bottom: .3rem;
	}
	.equipment-cd{
		padding: .15rem;
	}
	.equipment-c{
		font-size: .26rem;
		line-height: .3rem;
		height: .3rem;
	}
	.equipment-d{
		font-size: .24rem;
		line-height: .3rem;
		height: .3rem;
		margin-top: .15rem;
	}
	.equipment-d img{
		width: .3rem;
	}
	.equipment-mr{
		width: 4rem;
		font-size: .26rem;
		line-height: .6rem;
		margin-top: .4rem;
	}
}



/*产品规格*/
.specs{
	padding-top:70px ;
	padding-bottom: 30px;
}
.specs-div{
	margin-top: 75px;
	overflow: hidden;
}
.specs-lt{
	width: 330px;
	float: left;
	padding-right: 40px;
}
.specs-lt li{
	line-height: 1;
	margin-bottom: 50px;
}
.specs-a{
	font-size: 26px;
	line-height: 35px;
	display: inline-block;
	color: #666;
	transition: all .3s;
-webkit-transition: all .3s;  
}
.specs-a:hover{
	color: #0076C0;
	transition: all .3s;
-webkit-transition: all .3s;  
}
.specs-a.on{
	color: #0076C0;
}
.specs-rt{
	width: calc(100% - 330px);
	float: right;
	padding-bottom: 45px;
	padding-left: 40px;
	border-left: 1px solid #e6e6e6;
}
.specs-ul li{
	display: none;
}
.specs-b{
	font-size: 20px;
	color: #333;
	line-height: 25px;
	margin-bottom: 50px;
}
.specs-ul table{
	text-align: center;
	border-color: #fff;
	background: #f7f7f7;
	width: 99.9% !important;
	border: 1px solid #fff;
}
.specs-ul table tr{
	/*display: flex;*/
}
.specs-ul table td,.specs-ul table th{
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	/*width: 50%;*/
}
.specs-ul table td{
	font-size: 18px;
	color: #666;
	line-height: 26px;
	padding: 7px 3px;
}
.specs-ul table th{
	background: #0076c0;
	font-size: 18px;
	color: #fff;
	line-height: 30px;
	padding: 10px 5px;
	font-weight: 500;
}
.specs-ul table tr:nth-child(2n + 0){
	background: #e2f3fd;
}
@media(max-width:1600px){
	.specs-lt{
		width: 240px;
		padding-right: 30px;
	}
	.specs-a{
		font-size: 20px;
		line-height: 30px;
	}
	.specs-lt li{
		margin-bottom: 30px;
	}
	.specs-rt{
		width: calc(100% - 240px);
		padding-left: 30px;
	}
	.specs-ul table th,.specs-ul table td{
		font-size: 15px;
	}
}
@media(max-width:1000px){
	.specs-lt{
		width: 100%;
		margin-bottom: 40px;
		padding: 0;
	}
	.specs-lt li{
		display: inline-block;
		margin-right: 30px;
		margin-bottom: 15px;
	}
	.specs-rt{
		width: 100%;
		padding: 0;
		border: 0;
	}
	.specs-b{
		margin-bottom: 25px;
		font-size: 16px;
	}
}
@media(max-width:750px){
	.specs{
		padding: .8rem 0;
	}
	.specs-div{
		margin-top: .7rem;
	}
	.specs-a{
		font-size: .26rem;
		line-height: .4rem;
	}
	.specs-lt li{
		margin-right: .25rem;
		margin-bottom: .1rem;
	}
	.specs-lt{
		margin-bottom: .4rem;
	}
	.specs-b{
		font-size: .26rem;
		line-height: .4rem;
		margin-bottom: .3rem;
	}
	.specs-ul table th{
		font-size: .24rem;
		line-height: .35rem;
		padding: .15rem .1rem;
	}
	.specs-ul table td{
		font-size: .24rem;
		line-height: .35rem;
		padding: .15rem .1rem;
	}
}



/*性能介绍*/
.capability{
	padding:45px 0 ;
}
.capability-ul{
	margin: 0;
	border: 0;
}
.capability-ul .industry-c{
	width: 100% !important;
}
.capability:after{
	height: calc(100% - 90px);
	top: 45px;
}
.capability-mr{
	margin-top: 65px;
}
@media(max-width:750px){
	.capability{
		padding: .8rem 0;
	}
	.capability-mr{
		margin-top: .5rem;
	}
}



/*资料下载*/
.download{
	padding: 60px 0;
}
.download-div{
	margin-top: 0;
}
.download-lt{
	width: 380px;
	padding-right: 30px;
	padding-top: 10px;
}
.download-tit{
	margin-bottom: 50px;
}
.download-rt{
	width: calc(100% - 380px);
	padding-left: 100px;
	min-height: 780px;
}
.download-ul{
	
}
.download-a{
	display: block;
	font-size: 22px;
	color: #333;
	height: 80px;
	line-height: 80px;
	border-bottom: 1px solid #e6e6e6;
	padding-right: 60px;
	background: url(../img/ico04.png) no-repeat right center;
	background-position-x: calc(100% - 15px);
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	transition: all .3s;
-webkit-transition: all .3s;  
}
.download-a:hover{
	color: #0076C0;
	transition: all .3s;
-webkit-transition: all .3s;  
}
.download-mr{
	margin-top: 65px;
}
@media(max-width:1600px){
	.download-lt{
		width: 300px;
	}
	.download-rt{
		width: calc(100% - 300px);
		padding-left: 40px;
		min-height: 500px;
	}
	.download-a{
		font-size: 18px;
		line-height: 60px;
		height: 60px;
	}
}
@media(max-width:1000px){
	.download-lt{
		width: 100%;
		padding: 0;
	}
	.download-rt{
		width: 100%;
		padding: 0;
		min-height: auto;
	}
}
@media(max-width:750px){
	.download{
		padding: .8rem 0;
	}
	.download-tit{
		margin-bottom: .4rem;
	}
	.download-a{
		font-size: .26rem;
		line-height: 1rem;
		height: 1rem;
		padding-right: .8rem;
		background-size: .35rem auto;
		background-position-x: right;
	}
	.download-mr{
		margin-top: .5rem;
	}
	.download-rt{
		margin-top: .2rem;
	}
}


/*合作伙伴*/
.partner-tit{
	padding-top: 70px;
	padding-bottom: 45px;
}
.partner{
	padding: 85px 0;
}
.partner-ul{
	width: calc(100% + 25px);
	font-size: 0;
}
.partner-ul li{
	width: calc(20% - 25px);
	display: inline-block;
	vertical-align: top;
	margin-right: 25px;
	margin-bottom: 25px;
}
.partner-a{
	width: 100%;
	height: 120px;
	padding: 10px;
	text-align: center;
	line-height: 100px;
	font-size: 0;
	background: #fff;
}
.partner-a img{
	max-height: 100%;
}
.partner-b{
	font-size: 16px;
	color: #333;
	line-height: 25px;
	margin-top: 10px;
	text-align: center;
}
@media(max-width:1600px){
	.partner-b{
		font-size: 14px;
		line-height: 22px;
	}
}
@media(max-width:1000px){
	.partner-b{
		font-size: 14px;
		line-height: 22px;
	}
	.partner-ul li{
		width: calc(33.33% - 25px);
	}
}
@media(max-width:750px){
	.partner-tit{
		padding-top: .8rem;
		padding-bottom: .4rem;
	}
	.partner{
		padding: .8rem 0;
	}
	.partner-ul{
		width: 103%;
	}
	.partner-ul li{
		width: 47%;
		margin-right: 3%;
		margin-bottom: .3rem;
		
	}
	.partner-a{
		height: 1.6rem;
		padding: .15rem;
		line-height: 1.3rem;
	}
	.partner-b{
		font-size: .24rem;
		line-height: .4rem;
		margin-top: .15rem;
	}
}




/*联系我们*/
.gyban2{
	height: 900px;
	max-height: 100vh;
}
.gyban2 .gyban-a{
	padding-top: 340px;
}


.connect-div{
	overflow: hidden;
	padding: 85px 0;
	border-top: 1px solid #e6e6e6;
}
.connect-div:first-child{
	border: 0;
	overflow: hidden;
}
.connect-lt{
	font-size: 30px;
	color: #333;
	line-height: 1.2;
	width: 390px;
	float: left;
}
.connect-lt>span{
	display: block;
	font-size: 26px;
	margin-top: 8px;
}
.connect-rt{
	width: calc(100% - 390px);
	float: right;
	font-size: 0;
	vertical-align: top;
}
.connect-li{
	display: inline-block;
	width: 33.333%;
	padding-top: 40px;
	margin-top: 40px;
	border-top: 1px solid #e6e6e6;
	vertical-align: top;
	padding-right: 15px;
}
.connect-li:nth-child(1),.connect-li:nth-child(2),.connect-li:nth-child(3){
	padding-top: 0;
	border: 0;
	margin: 0;
}
.connect-div:first-child .connect-li:last-child{
	position: relative;
}
.connect-div:first-child .connect-li:last-child:after{
	content: '';
	width: 200%;
	height: 1px;
	background: #e6e6e6;
	position: absolute;
	left: 100%;
	top: -1px;
}
.connect-a{
	font-size: 18px;
	color: #666;
	line-height: 1.2;
}
.connect-b{
	font-size: 22px;
	color: #333;
	line-height: 35px;
	margin-top: 5px;
}
.connect-c{
	display: block;
	font-size: 30px;
	color: #333;
	line-height: 35px;
	margin-top: 5px;
	font-family: arial;
}
.connect-c:hover{
	color: #333;
}
.connect-li3{
	width: 100% !important;
}
@media(max-width:1600px){
	.gyban2{
		height: 650px;
	}
	.gyban2 .gyban-a{
		padding-top: 240px;
	}
	
	
	.connect-lt{
		width: 200px;
		font-size: 26px;
	}
	.connect-lt>span{
		font-size: 20px;
	}
	.connect-rt{
		width: calc(100% - 200px);
		padding-left: 30px;
	}
	.connect-a{
		font-size: 15px;
	}
	.connect-b{
		font-size: 20px;
		line-height: 30px;
	}
	.connect-c{
		font-size: 26px;
		line-height: 30px;
	}
}
@media(max-width:1200px){
	.gyban2{
		height: 550px;
	}
	.gyban2 .gyban-a{
		padding-top: 200px;
	}
	.connect-li{
		width: 50%;
	}
	.connect-li:nth-child(3){
		padding-top: 40px;
		margin-top: 40px;
		border-top: 1px solid #e6e6e6;
	}
	.connect-li2{
		display: none;
	}
}
@media(max-width:1000px){
	.gyban2{
		height: 450px;
	}
	.gyban2 .gyban-a{
		padding-top: 170px;
	}
	.connect-lt,.connect-rt{
		width: 100%;
		padding: 0;
	}
	.connect-lt{
		font-weight: bold;
	}
	.connect-rt{
		margin-top: 50px;
	}
}
@media(max-width:750px){
	.gyban2{
		height: 5rem;
	}
	.gyban2 .gyban-a{
		padding-top: 2rem;
	}
	.connect-div{
		padding: .8rem 0;
	}
	.connect-lt{
		font-size: .4rem;
	}
	.connect-lt>span{
		font-size: .3rem;
	}
	.connect-rt{
		margin-top: .5rem;
	}
	.connect-a{
		font-size: .24rem;
		
	}
	.connect-b{
		font-size: .3rem;
		line-height: .45rem;
		margin-top: .1rem;
	}
	.connect-c{
		font-size: .34rem;
		line-height: .5rem;
		margin-top: .1rem;
	}
	.connect-li,.connect-li:nth-child(3){
		margin-top: .4rem;
		padding-top: .4rem;
	}
}



/*电子地图*/
.sfmap{
	padding-top: 85px;
	padding-bottom: 125px;
}
.sfmap-ul{
	font-size: 0;
	vertical-align: top;
}
.sfmap-ul li{
	display: inline-block;
	width: 20%;
	vertical-align: top;
	padding-right: 20px;
	margin-bottom:20px;
}
.sfmap-a{
	font-size: 18px;
	color: #666;
	line-height: 1.2;
}
.sfmap-b{
	font-size: 20px;
	color: #333;
	line-height: 1.3;
	margin-top: 5px;
}
.sfmap-map{
	width: 100%;
	height: 600px;
	margin-top: 30px;
}

@media(max-width:1600px){
	.sfmap-a{
		font-size: 14px;
	}
	.sfmap-b{
		font-size: 16px;
		line-height: 25px;
	}
}

@media(max-width:1200px){
	.sfmap-ul li{
		width: 33.333%;
		margin-bottom: 40px;
	}
	.sfmap-map{
		height: 400px;
	}
}
@media(max-width:750px){
	.sfmap{
		padding: .8rem 0;
	}
	.sfmap-ul li{
		width: 50%;
		margin-bottom: .5rem;
		padding-right: .2rem;
	}
	.sfmap-ul li:nth-child(5){
		width: 100%;
	}
	.sfmap-a{
		font-size: .24rem;
		font-weight: bold;
		color: #000;
	}
	.sfmap-b{
		font-size: .28rem;
		line-height: .45rem;
		margin-top: .15rem;
	}
	.sfmap-map{
		height: 5rem;
		margin-top: .3rem;
	}
}



/*加入裕威*/
.join{
	padding-top: 65px;
	padding-bottom: 90px;
}
.join-tit{
	font-size: 36px;
	color: #333;
	line-height: 1.1;
	text-align: center;
}
.join-act{
	overflow: hidden;
	margin-top: 35px;
}
.join-art{
	width: 330px;
	width: 330px;
	float: right;
}
.join-alt{
	width: calc(100% - 380px);
	float: left;max-width: 980px;
	padding-top: 65px;
}
.join-a1{
	font-size: 20px;
	color: #333;
	font-weight: bold;
	line-height: 30px;
}
.join-a2{
	font-size: 18px;
	color: #666;
	line-height: 30px;
	margin-top: 15px;
}
.join-b{
	padding-top: 80px;
}
.join-bct{
	overflow: hidden;
	margin-top: 60px;
	background: #e2f3fd;
	position: relative;
}
.join-blt{
	width: calc(100% - 446px);
	float: left;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
}
.join-brt{
	width: 445px;
	height: 550px;
	float: right;
	position: relative;
}
.join-b1{
	width: 100%;
	padding: 30px 55px; 
	font-size: 20px;
	color: #333;
	line-height: 40px;
	position: absolute;
	top: 50%;
	left: 0;
	transform:translateY(-50%);
-ms-transform:translateY(-50%);
-moz-transform:translateY(-50%);
-webkit-transform:translateY(-50%);
}

.join-c{
	padding-top: 70px;
}
.join-cul{
	display: flex;
	margin-top: 60px;
}
.join-cli{
	width: 33.333%;
	height: 350px;
	background: #4d9ee9;
	padding: 40px;
	color: #fff;
}
.join-cli:nth-child(2){
	background: #016eb2;
}
.join-c1{
	font-size: 60px;
	line-height: 1;
	font-family: arial;
	font-weight: bold;
}
.join-c2{
	font-size: 18px;
	line-height: 35px;
	margin-top: 80px;
}
.join-de{
	padding-top: 70px;
}
.join-d{
	margin-top: 50px;
	padding: 0 40px;
	overflow: hidden;
	background: #0076c0;
}
.join-d1{
	width: 25%;
	float: left;
	font-size: 18px;
	color: #fff;
	line-height: 75px;
	text-align: center;
}
.join-e{
	background: #e2f3fd;
	padding: 40px;
	padding-top: 0;
}
.join-eli{
	border-bottom: 1px solid #ccc;
}
.join-e1{
	width: 100%;
	overflow: hidden;
}
.join-e1 li{
	width: 25%;
	float: left;
	font-size: 18px;
	padding: 30px 10px;
	text-align: center;
	color: #333;
	line-height: 30px;
}
.join-e1 li>span{
	display: inline-block;
	color: #0076c0;
	cursor: pointer;
}
.join-e23{
	width: 100%;
	background: #fff;
	padding: 55px;
	position: relative;
	overflow: hidden;
	display: none;
}
.join-e2{
	width: 125px;
	float: left;
	padding-right: 30px;
}
.join-e2 li{
	font-size: 16px;
	color: #666;
	line-height: 25px;
	margin-bottom: 40px;
	cursor: pointer;
}
.join-e2 li:hover{
	color: #000;
}
.join-e2 li.on{
	color: #000;
}
.join-e3{
	width: calc(100% - 125px);
	float: right;	
	padding-left: 45px;
	border-left: 1px solid #e6e6e6;
	min-height: 225px;
	font-size: 16px;
	color: #666;
	line-height: 30px;
}
.join-e3 li{
	display: none;
}
.join-e3 li:first-child{
	display: block;
}

@media(max-width:1500px){
	.join-b1{
		font-size: 16px;
		line-height: 30px;
		padding: 30px;
	}
	.join-brt{
		width: 350px;
		height: 400px;
	}
	.join-blt{
		width: calc(100% - 350px);
	}
	.join-c2{
		font-size: 16px;
		line-height: 30px;
	}
	.join-e1 li{
		padding: 20px 10px;
	}
}
@media(max-width:1200px){
	.join-c2{
		margin-top: 60px;
	}
}
@media(max-width:1000px){
	.join-c2{
		margin-top: 60px;
	}
	.join-art{
		width: 200px;
	}
	.join-alt{
		width: calc(100% - 240px);
		padding-top: 0;
	}
	.join-a2{
		font-size: 16px;
	}
	.join-blt{
		position: relative;
		width: 100%;
		height: 350px;
	}
	.join-brt{
		width: 100%;
		height: auto;
	}
	.join-b1{
		position: relative;
		top: initial;
		transform: initial;
	}
	.join-cli{
		padding: 25px;
		height: 300px;
	}
	.join-c1{
		font-size: 40px;
	}
	.join-c2{
		font-size: 14px;
		line-height: 25px;
		margin-top: 50px;
	}
	.join-d{
		padding: 0 20px;
	}
	.join-d1{
		font-size: 16px;
		line-height: 60px;
	}
	.join-e{
		padding: 20px;
		padding-top: 0;
	}
	.join-e1 li{
		padding: 15px 5px;
		font-size: 14px;
		line-height: 25px;
	}
	.join-e23{
		padding: 30px;
	}
	.join-e2{
		width: 100px;
	}
	.join-e2 li{
		font-size: 14px;
		margin-bottom: 30px;
	}
	.join-e3{
		width: calc(100% - 100px);
		padding-left: 30px;
		font-size: 14px;
		line-height: 25px;
	}
}
@media(max-width:750px){
	.join{
		padding: .8rem 0;
	}
	.join-tit{
		font-size: .42rem;
		font-weight: bold;
	}
	.join-act{
		margin-top: .6rem;
	}
	.join-alt{
		width: 100%;
		margin-bottom: .4rem;
	}
	.join-art{
		width: 100%;
		padding: 0 1rem ;
	}
	.join-a1{
		font-size: .3rem;
		line-height: .45rem;
	}
	.join-a2{
		font-size: .26rem;
		line-height: .45rem;
		margin-top: .2rem;
	}
	.join-b{
		padding-top: .8rem;
	}
	.join-bct{
		margin-top: .5rem;
	}
	.join-blt{
		height: 4rem;
	}
	.join-b1{
		font-size: .26rem;
		line-height: .4rem;
		padding: .3rem;
	}
	.join-c{
		padding-top: .8rem;
	}
	.join-cul{
		display: block;
		margin-top: .5rem;
	}
	.join-cul li{
		width: 100%;
		height: 4rem;
	}
	.join-c2{
		margin-top: 30px;
	}
	.join-de{
		padding-top: .8rem;
	}
	.join-d{
		padding: 0 .2rem;
	}
	.join-d1{
		font-size: .28rem;
		line-height: .8rem;
	}
	.join-e{
		padding: .2rem;
		padding-top: 0;
	}
	.join-e1 li{
		font-size: .24rem;
		line-height: .45rem;
		padding: .2rem .05rem;
	}
	.join-e23{
		padding: .3rem;
	}
	.join-e2{
		width: 100%;
		overflow: hidden;
	}
	.join-e2 li{
		float: left;
		margin: 0;
		font-size: .24rem;
		line-height: .4rem;	
		margin-right: .3rem;
	}
	.join-e3{
		width: 100%;
		padding: 0;
		border: 0;
		font-size: .24rem;
		line-height: .45rem;
		margin-top: .3rem;
		padding-top: .3rem;
		border-top: 1px solid #e6e6e6;
	}
}






/*产品*/
.product-nav{
	padding-top: 30px;
	font-size: 0;
}
.product-nav .a1{
	display: inline-block;
	margin-right: 95px;
	margin-top: 30px;
	font-size: 16px;
	line-height: 30px;
	color: #666;
	padding-bottom: 20px;
	position: relative;
	transition: all .3s;
-webkit-transition: all .3s;  
}
.product-nav .a1:after{
	content: '';
	width: 0;
	height: 2px;
	background: #0076C0;
	position: absolute;
	left: 50%;
	bottom: 0;
	transition: all .3s;
-webkit-transition: all .3s;  
}
.product-nav .a1:hover{
	color: #0076C0;
	transition: all .3s;
-webkit-transition: all .3s;  
}
.product-nav .a1:hover:after{
	width: 100%;
	left: 0;
	transition: all .3s;
-webkit-transition: all .3s;  
}
.product-nav .a1.on{
	color: #0076C0;
	transition: all .3s;
-webkit-transition: all .3s;  
}
.product-nav .a1.on:after{
	width: 100%;
	left: 0;
	transition: all .3s;
-webkit-transition: all .3s;  
}

.product-list{
	padding: 30px 0;
	font-size: 0;
}
.product-list .a1{
	display: inline-block;
	font-size: 16px;
	line-height: 30px;
	color: #666;
	margin: 15px 0;
	margin-right: 50px;
	position: relative;
	transition: all .3s;
-webkit-transition: all .3s;  
}
.product-list .a1:hover{
	color: #0076C0;
	transition: all .3s;
-webkit-transition: all .3s;  
}
.product-list .a1.on{
	color: #0076C0;
	transition: all .3s;
-webkit-transition: all .3s;  
}

.product{
	padding: 90px 0;
}
.product-ul{
	width: 102.9%;
	padding-top: 10px;
	font-size: 0;
}
.product-li{
	width: 22.1%;
	margin-right: 2.9%;
	margin-bottom: 45px;
	display: inline-block;
	background: #ffffff;
	padding: 25px;
	text-align: center;
	transition: all .3s;
-webkit-transition: all .3s; 
}
.product-li:hover{
	box-shadow: 5px 5px 5px #ccc;
	transition: all .3s;
-webkit-transition: all .3s; 
}
.product-a{
	width: 100%;
	line-height: 300px;
	height: 300px;
	text-align: center;
	font-size: 0;
	overflow: hidden;
}
.product-a img{
	max-height: 100%;
}
.product-b{
	font-size: 24px;
	color: #333;
	height: 30px;
	line-height: 30px;
	margin-top: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.product-c{
	display: inline-block;
	font-size: 16px;
	text-align: center;
	color: #fff;
	line-height: 40px;
	width: 180px;
	background: #0076C0;
	margin-top: 25px;
	opacity: 1;
	transition: all .3s;
-webkit-transition: all .3s; 
}
.product-c:hover{
	/*border-radius: 20px;*/
	opacity: .8;
	color: #fff;
	transition: all .3s;
-webkit-transition: all .3s; 
}
.product-c2{
	color: #0076C0;
	background: #fff;
	margin-left: 20px;
	position: relative;
	padding-left: 40px;
	text-align: center;
	border: 1px solid #0076C0;
}
.product-c2:hover{
	color: #fff;
	background: #0076C0;
}
.product-c2:after{
	content: "";
    display: inline-block;
    vertical-align: top;
    margin-right: 16px;
    width: 40px;
    height: 100%;
    background-color: #0076C0;
    background-image: url(../img/tb1.png);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    left: 0;
    top: 0;
}
.product-d{
	display: inline-block;
	font-size: 14px;
	color: #0076C0;
	padding: 0 20px;
	line-height: 30px;
	border-bottom: 1px solid #0076C0;
	margin-top: 20px;
	transition: all .3s;
-webkit-transition: all .3s; 
}
.product-d:hover{
	background: #0076C0;
	color: #fff;
	border-radius: 15px;
	transition: all .3s;
-webkit-transition: all .3s; 
}
.product .page{
	margin-top: 35px;
}

@media(max-width:1600px){
	.product-nav .a1{
		margin-right: 40px;
		
	}
	.product-list .a1{
		margin-right: 30px;
		font-size: 14px;
		line-height: 25px;
	}
	.product-a{
		height: 220px;
		line-height: 220px;
	}
	.product-b{
		font-size: 20px;
		height: 25px;
		line-height: 25px;
	}
	.product-b,.product-c,.product-d{
		margin-top: 15px;
	}
}
@media(max-width:1200px){
	.product-nav .a1{
		font-size: 14px;
		margin-right: 30px;
	}
	.product-li{
		width: 30.433%;
		margin-bottom: 30px;
	}
}
@media(max-width:1000px){
	.product-li{
		padding: 25px 20px;
	}
	.product-c{
		width: 120px;
		line-height: 30px;
		font-size: 13px;
		margin-top: 10px;
	}
	.product-c2{
		width: 180px;
	}
	.product-b{
		font-size: 16px;
		line-height: 20px;
		height: 20px;
		margin-top: 10px;
	}
	.product-d{
		font-size: 13px;
		line-height: 20x;
		padding: 0 15px;
		margin-top: 10px;
	}
}
@media(max-width:750px){
	.product-nav{
		padding-top: .4rem;
	}
	.product-nav .a1{
		font-size: .26rem;
		line-height: .4rem;
		padding-bottom: .15rem;
		margin-top: .25rem;
		margin-right: .4rem;
	}
	.product-list{
		padding: .4rem 0;
	}
	.product-list .a1{
		font-size: .24rem;
		line-height: .4rem;
		margin: .15rem 0;
		margin-right: .3rem;
	}
	.product{
		padding: .8rem 0;
	}
	.product-ul{
		padding: 0;
		width: 103%;
	}
	.product-li{
		width: 47%;
		margin-right: 3%;
		margin-bottom: .3rem;
		padding: .3rem .2rem;
	}
	.product-a{
		height: 2rem;
		line-height: 2rem;
	}
	.product-b{
		font-size: .24rem;
		line-height: .4rem;
		height: .4rem;
		margin-top: .2rem;
	}
	.product-c{
		width: 2rem;
		font-size: .24rem;
		line-height: .5rem;
		margin-top: .2rem;
	}
	.product-c2{
		width: 3rem;
		margin-left: .2rem;
	}
	.product-d{
		font-size: .24rem;
		line-height: .5rem;
		margin-top: .2rem;
		padding: 0 .2rem;
	}
	.product .page{
		margin-top: .4rem;
	}
}



/*产品详情*/
.proinfo{
	
}

.pronav-a:after{
	width: 35px !important;
}
.pronav-b{
	font-size: 20px;
	color: #999;
	line-height: 35px;
	margin-top: 15px;
	float: right;
}
.pronav-b a{
	font-size: 20px;
	color: #999;
	line-height: 35px;
	margin: 0 10px;
	vertical-align: middle;
}
.pronav-b img{
		vertical-align: middle;
}
.pronav-b a.a1:hover{
	color: #0076C0;
}


.proinfo-ab{
	padding: 50px 0;
	overflow: hidden;
	font-size: 0;
	text-align: center;
}
.proinfo-a{
	display: inline-block;
	width: 540px;
	padding: 30px;
	padding-bottom: 50px;
	background: #f7f7f7;
}
.proinfo-swiper{
	width: 100%;
	padding-bottom: 60px;
}
.proinfo-slide{
	height: 480px;
	line-height: 480px;
	font-size: 0;
}
.proinfo-slide img{
	max-height: 100%;
}
.proinfo-span span{
	background: #7bb6db;
	opacity: 1;
}
.proinfo-span span.swiper-pagination-bullet-active{
	background: #0076C0;
}
.proinfo-b{
	width: calc(100% - 680px);
	display: inline-block;
	max-width: 815px;
	margin-left: 140px;
	vertical-align: top;
	text-align: left;
}
.proinfo-b1{
	font-size: 32px;
	line-height: 40px;
	color: #333;
	padding-top: 40px;
}
.proinfo-b2{
	font-size: 16px;
	line-height: 35px;
	color: #666;
	padding-top: 30px;
}
.proinfo-b3{
	margin-top: 110px;
}

.proinfo-c{
	padding: 60px 0;
	padding-bottom: 40px;
	border-top: 1px solid #e6e6e6;
}
.proinfo-d{
	text-align: center;
}
.proinfo-fh{
	width: 100px;
	text-align: center;
	line-height: 45px;
	font-size: 16px;
	color: #fff;
	background: #0076c0;
	border-radius: 5px;
	display: inline-block;
	margin-bottom: 80px;
}
.proinfo-fh:hover{
	color: #fff;
	opacity: .8;
}


@media(max-width:1600px){
	.proinfo-b{
		width: calc(100% - 600px);
		margin-left: 60px;
	}
	.proinfo-b1{
		font-size: 26px;
		line-height: 30px;
		padding-top: 20px;
	}
	.proinfo-b2{
		line-height: 30px;
		padding-top: 30px;
	}
	.proinfo-b3{
		margin-top: 40px;
	}
	.proinfo-c{
		padding: 40px 0;
		padding-bottom: 40px;
	}
}
@media(max-width:1200px){
	.proinfo-a{
		width: 400px;
		padding: 30px;
	}
	.proinfo-slide{
		height: 300px;
		line-height: 240px;
		padding: 30px;
	}
	.proinfo-b{
		width: calc(100% - 440px);
		margin-left: 40px;
	}
	.pronav-b a{
		font-size: 16px;
		line-height: 30px;
	}
	.pronav-b{
		margin-top: 5px;
	}
}
@media(max-width:1000px){
	.proinfo-b{
		width: 100%;
		margin: 0;
		margin-top: 40px;
	}
}
@media(max-width:750px){
	.proinfo-ab{
		padding: .8rem 0;
	}
	.proinfo-a{
		width: 100%;
		padding: .4rem;
	}
	.proinfo-slide{
		height: 4rem;
		padding: .3rem;
		line-height: 3.4rem;
	}
	.proinfo-swiper{
		padding-bottom: .6rem;
	}
	.proinfo-b{
		margin-top: .5rem;
	}
	.proinfo-b1{
		padding: 0;
		font-size: .35rem;
		line-height: .5rem;
		font-weight: bold;
	}
	.proinfo-b2{
		font-size: .26rem;
		line-height: .45rem;
		margin-top: .3rem;
		padding: 0;
	}
	.proinfo-b3{
		margin-top: .5rem;
	}
	.proinfo-c{
		padding: .3rem 0;
		padding-bottom: .4rem;
	}
	.proinfo-fh{
		width: 1.8rem;
		font-size: .26rem;
		line-height: .6rem;
		margin-bottom: .8rem;
	}
	.pronav-b{
		display: none;
	}
}




/*创新*/
.innovate{
	
}
.innovate-a{
	padding-top: 70px;
	padding-bottom: 40px;
	border-bottom: 1px solid #e6e6e6;
}
.innovate-a1{
	font-size: 60px;
	line-height: 1.2;
	color: #333;
}
.innovate-a2{
	font-size: 16px;
	line-height: 30px;
	color: #666;
	margin-top: 40px;
}
.innovate-ul{
	padding-top: 55px;
}
.innovate-ul li{
	overflow: hidden;
	margin-bottom: 70px;
}
.innovate-lt{
	width: 50%;
	float: left;
	font-size: 0;
	overflow: hidden;
}
.innovate-rt{
	width: 50%;
	float: right;
	padding: 0 45px;
	padding-top: 50px;
}
.innovate-j{
	font-size: 40px;
	line-height: 50px;
	color: #333;
}
.innovate-k {
	margin-top: 25px;
	max-height: 330px;
	overflow: auto;
	padding-right: 6px;
}
.innovate-ul li:nth-child(2n + 0) .innovate-lt{
	float: right;
}

@media(max-width:1600px){
	.innovate-a1{
		font-size: 45px;
	}
	.innovate-a2{
		font-size: 14px;
		line-height: 25px;
		margin-top: 30px;
	}
	.innovate-rt{
		padding: 0 30px;
		padding-top: 10px;
	}
	.innovate-j{
		font-size: 30px;
		line-height: 38px;
	}
	.innovate-k{
		margin-top: 15px;
		max-height: 280px;
	}
}
@media(max-width:1200px){
	.innovate-rt{
		padding-top: 0;
	}
	.innovate-k{
		max-height: 220px;
	}
}
@media(max-width:1000px){
	.innovate-a1{
		font-size: 35px;
		font-weight: bold;
	}
	.innovate-j{
		font-size: 24px;
		line-height: 32px;
		font-weight: bold;
	}
	.innovate-rt{
		width: 100%;
		margin-top: 30px;
		padding: 0;
	}
	.innovate-lt{
		width: 100%;
		max-width: 800px;
	}
	.innovate-ul li:nth-child(2n + 0) .innovate-lt{
		float: left;
	}
}
@media(max-width:750px){
	.innovate-a{
		padding-top: .8rem;
		padding-bottom: .6rem;
	}
	.innovate-a1{
		font-size: .4rem;
		line-height: .5rem;
	}
	.innovate-a2{
		font-size: .26rem;
		line-height: .45rem;
		margin-top: .3rem;
	}
	.innovate-ul{
		padding-top: .7rem;
	}
	.innovate-ul li{
		margin-bottom: .7rem;
	}
	.innovate-rt{
		margin-top: .4rem;
	}
	.innovate-j{
		font-size: .32rem;
		line-height: .45rem;
	}
	.innovate-k{
		margin-top: .2rem;
	}
}



/*发展*/
.develop-div{
	overflow: hidden;
	padding: 55px 0;
	border-bottom: 1px solid #e6e6e6;
}
.develop-lt{
	width: 565px;
	float: left;
	font-size: 0;
}
.develop-lt li{
	font-size: 0;
	line-height: 1;
	overflow: hidden;
	margin-top: 45px;
}
.develop-lt li:first-child{
	margin-top: 0;
}
.develop-rt{
	width: calc(100% - 565px);
	float: right;
	padding: 0 70px;
	padding-top: 30px;
	max-width: 1100px;
}
.develop-tit{
	font-size: 36px;
	line-height: 1.3;
	color: #333;
}
.develop-a{
	font-size: 26px;
	line-height: 32px;
	color: #333;
	margin-top: 40px;
}
.develop-a{
	font-size: 26px;
	line-height: 32px;
	color: #333;
	margin-top: 40px;
}
.develop-b{
	margin-top: 15px;
}
.develop-cont{
	padding-top: 50px;
	padding-bottom: 30px;
}
.develop-j{
	text-align: center;
}
.develop-ul{
	margin-top: 45px;
}
.develop-ul li{
	position: relative;
	overflow: hidden;
	margin-bottom: 45px;
	background: #e2f3fd;
	min-height: 480px;
}
.develop-img{
	position: absolute;
	top: 0;
	left: 0;
	width: calc(100% - 600px);
	height: 100%;
	overflow: hidden;
}
.develop-k{
	width: 600px;
	padding: 60px;
	padding-top: 100px;
	float: right;
}
.develop-k1{
	font-size: 20px;
	line-height: 1.3;
	color: #333;
}
.develop-k2{
	font-size: 26px;
	line-height: 1.3;
	color: #333;
	margin-top: 15px;
}
.develop-k3{
	margin-top: 20px;
}
.develop-ul li:nth-child(2n + 0) .develop-img{
	left: initial;
	right: 0;
}
.develop-ul li:nth-child(2n + 0) .develop-k{
	float: left;
}


@media(max-width:1600px){
	.develop-lt{
		width: 400px;
	}
	.develop-rt{
		width: calc(100% - 400px);
		padding: 0;
		padding-left: 40px;
	}
	.develop-tit{
		font-size: 30px;
	}
	.develop-a{
		font-size: 20px;
		line-height: 30px;
		margin-top: 25px;
	}
	.develop-b{
		margin-top: 10px;
	}
	.develop-k{
		width: 450px;
		padding: 30px;
		padding-top: 50px;
	}
	.develop-ul li{
		min-height: 400px;
	}
	.develop-img{
		width: calc(100% - 450px);
	}
	.develop-k1{
		font-size: 18px;
	}
	.develop-k2{
		font-size: 22px;
		margin-top: 10px;
	}
	.develop-k3{
		margin-top: 10px;
	}
}
@media(max-width:1200px){
	.develop-k{
		width: 400px;
	}
	.develop-img{
		width: calc(100% - 400px);
	}
	.develop-ul li{
		min-height: 350px;
	}
}
@media(max-width:1000px){
	.develop-lt{
		width: 103%;
		font-size: 0;
	}
	.develop-lt li{
		display: inline-block;
		width: 47%;
		margin: 0;
		margin-right: 3%;
		margin-bottom: 30px;
		vertical-align: top;
	}
	.develop-rt{
		width: 100%;
		padding: 0;
		margin-top: 20px;
	}
	.develop-img{
		width: 100%;
		position: relative;
		height: 280px;
		float: left;
	}
	.develop-k{
		width: 100%;
		float: left !important;
		padding: 40px;
	}
}
@media(max-width:750px){
	.develop-div{
		padding: .8rem 0;
	}
	.develop-lt{
		width: 100%;
	}
	.develop-lt li{
		width: 100%;
		margin: 0;
		margin-bottom: .3rem;
	}
	.develop-rt{
		margin-top: .3erm;
	}
	.develop-tit{
		font-size: .4rem;
		font-weight: bold;
	}
	.develop-a{
		font-size: .3rem;
		font-weight: bold;
		line-height: .45rem;
		margin-top: .5rem;
	}
	.develop-b{
		margin-top: .2rem;
	}
	.develop-cont{
		padding-top: .8rem;
		padding-bottom: .4rem;
	}
	.develop-ul{
		margin-top: .6rem;
	}
	.develop-ul li{
		margin-bottom: .4rem;
	}
	.develop-img{
		height: 3rem;
	}
	.develop-k{
		padding: .4rem .3rem;
	}
	.develop-k1{
		font-size: .28rem;
	}
	.develop-k2{
		font-size: .32rem;
		margin-top: .2rem;
		font-weight: bold;
	}
	.develop-k3{
		margin-top: .2rem;
	}
}



/*服务*/
.services-a{
	padding-top: 75px;
	padding-bottom: 65px;
}
.services-aul{
	width: calc(100% + 20px);
	margin-top: 45px;
	font-size: 0;
}
.services-aul li{
	width: calc(25% - 20px);
	margin-right: 20px;
	margin-bottom: 20px;
	background: #81c8fe;
	min-height: 430px;
	display: inline-block;
	vertical-align: top;
	padding: 35px;
	padding-top: 65px;
	color: #fff;
}
.services-aul li:nth-child(2){
	background: #3e90dc;
}
.services-aul li:nth-child(3){
	background: #0076c0;
}
.services-aul li:nth-child(4){
	background: #3e4756;
}
.services-a1{
	font-size: 60px;
	line-height: 1.1;
	font-weight: bold;
}
.services-a2{
	font-size: 18px;
	line-height: 35px;
	margin-top: 30px;
}

.services-bd-bj{
	min-height: 650px;
}
.services-bd{
	text-align: center;
	color: #fff;
}
.services-b{
	font-size: 32px;
	line-height: 1.2;
	padding-top: 140px;
}
.services-c{
	display: inline-block;
	font-size: 24px;
	line-height: 45px;
	max-width: 960px;
	margin: 40px 0;
	min-height: 215px;
}
.services-d{
	 font-size: 0;
}
.services-d li{
	display: inline-block;
	min-width: 185px;
	border: 1px solid #fff;
	margin: 0 30px;
	vertical-align: top;
	border-radius: 3px;
	padding: 20px 10px;
	cursor: pointer;
}
.services-d1{
	height: 45px;
	line-height: 45px;
	font-size: 0;
}
.services-d1 img{
	max-height: 100%;
}
.services-d2{
	font-size: 18px;
	line-height: 25px;
	margin-top: 5px;
	transition: all .3s;
-webkit-transition: all .3s; 
}
.services-d li:hover{
	background: rgba(255,255,255,.3);
	transition: all .3s;
-webkit-transition: all .3s; 
}
.services-sw{
	display: none;
}
.services-eg{
	padding: 80px 0;
}
.services-egul{
	margin-top: 60px;
}
.services-egul li{
	overflow: hidden;
	margin-bottom: 30px;
	min-height: 450px;
	background: #fff;
	position: relative;
}
.services-e{
	width: calc(100% - 450px);
	float: left;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.services-f{
	width: 450px;
	float: right;
	padding: 50px;
	padding-top: 130px;
}
.services-f1{
	font-size: 30px;
	line-height: 40px;
	color: #333;
	padding-bottom: 15px;
	border-bottom: 1px solid #e6e6e6;
}
.services-f2{
	font-size: 24px;
	line-height: 30px;
	color: #999;
	font-family: arial;
	margin-top: 15px;
}
.services-egul li:nth-child(2n + 0) .services-f{
	float: left;
}
.services-egul li:nth-child(2n + 0) .services-e{
	left: initial;
	right: 0;
}
@media(max-width:1800px){
	.services-aul li{
		padding-top: 40px;
	}
	.services-a2{
		font-size: 16px;
		line-height: 30px;
	}
}
@media(max-width:1600px){
	.services-aul li{
		padding: 25px;
	}
	.services-a1{
		font-size: 40px;
	}
	.services-d li{
		margin: 0 20px;
	}
	.services-d2{
		font-size: 16px;
	}
	
}
@media(max-width:1450px){
	.services-egul li{
		min-height: 340px;
	}
	.services-f{
		width: 400px;
		padding: 40px;
		padding-top: 60px;
	}
	.services-e{
		width: calc(100% - 400px);
	}
	.services-f1{
		font-size: 24px;
		line-height: 32px;
	}
	.services-f2{
		font-size: 20px;
		line-height: 28px;
	}
}
@media(max-width:1200px){
	.services-a2{
		font-size: 14px;
		line-height: 25px;
		margin-top: 30px;
	}
}
@media(max-width:1000px){
	.services-aul li{
		width: calc(50% - 20px);
		min-height: 300px;
	}
	.services-bd-bj{
		min-height: auto;
	}
	.services-bd{
		padding: 100px 0;
	}
	.services-b{
		font-size: 26px;padding: 0;
	}
	.services-c{
		font-size: 20px;
		line-height: 30px;
		margin: 40px 0;
		min-height: auto;
	}
	.services-d li{
		min-width: 150px;
		margin: 0 10px;
	}
	.services-d2{
		font-size: 14px;
		line-height: 20px;
	}
	
	.services-egul li{
		min-height: 260px;
	}
	.services-f{
		width: 270px;
		padding: 25px;
		padding-top: 40px;
	}
	.services-e{
		width: calc(100% - 270px);
	}
	.services-f1{
		font-size: 20px;
		line-height: 28px;
		padding-bottom: 10px;
	}
	.services-f2{
		font-size: 16px;
		line-height: 25px;
		margin-top: 10px;
	}
}

@media(max-width:750px){
	.services-a{
		padding: .8rem 0;
	}
	.services-aul{
		width: 100%;
		margin-top: .6rem;
	}
	.services-aul li{
		width: 100%;
		margin:0;
		margin-bottom: .3rem;
		padding: .5rem .3rem;
		min-height: 3.6rem;
	}
	.services-a1{
		font-size: .5rem;
	}
	.services-a2{
		font-size: .24rem;
		line-height: .44rem;
		margin-top: .3rem;
	}
	.services-bd{
		padding: 1rem 0;
	}
	.services-b{
		font-size: .38rem;
		line-height: .5rem;
		font-weight: bold;
	}
	.services-c{
		font-size: .28rem;
		line-height: .5rem;
		margin-top: .4rem;
		margin-bottom: .6rem;
	}
	.services-d li{
		width: 2.4rem;
		margin: .2rem;
		padding:.3rem  .2rem;
	}
	.services-d2{
		font-size: .26rem;
		line-height: .4rem;
	}
	.services-eg{
		padding: .8rem 0;
	}
	.services-egul{
		margin-top: .6rem;
	}
	.services-egul li{
		margin-bottom: .4rem;
		min-height: auto;
	}
	.services-e{
		width: 100%;
		position: relative;
		height: 3rem;
		right: initial;
		left: inherit;
	}
	.services-f{
		width: 100%;
		padding: .4rem;
	}
	.services-f1{
		font-size: .34rem;
		line-height: .45rem;
		font-weight: bold;
		padding-bottom: .15rem;
	}
	.services-f2{
		font-size: .3rem;
		line-height: .45rem;
		margin-top: .15rem;
	}
}




/*应用领域*/
.gynavSC{
	overflow: auto;
	white-space:nowrap;
	font-size: 0;
}
.gynavSC .gynav-a{
	display: inline-block;
	float: initial;
	margin-right: 0;
	margin-left: 75px;
}
.gynavSC .gynav-a:first-child{
	margin-left: 0;
}

.application-nav{
	padding-top: 80px;
	padding-bottom: 50px;
	font-size: 0;
}
.application-nav a{
	display: inline-block;
	margin-right:115px;
	font-size: 16px;
	line-height: 45px;
	border-bottom: 1px solid #fff;
	color: #666;
	font-weight: bold;
	transition: all .3s;
-webkit-transition: all .3s; 
}
.application-nav a:hover{
	color: #0076C0;
	border-color: #0076C0;
	transition: all .3s;
-webkit-transition: all .3s; 
}
.application-nav a.on{
	color: #0076C0;
	border-color: #0076C0;
	transition: all .3s;
-webkit-transition: all .3s; 
}
.application{
	font-size: 0;
	min-height: 700px;
	position: relative;
}
.application-lt{
	width: 520px;
	display: inline-block;
	padding-right:75px;
	padding-bottom: 50px;
}
.application-a{
	font-size: 40px;
	color: #333;
	line-height: 50px;
	padding-top: 100px;
}
.application-b{
	font-size: 15px;
	color: #666;
	line-height: 35px;
	margin-top: 40px;
	max-height: 450px;
	overflow: auto;
	padding-right: 5px;
}
.application-rt{
	width: calc(100% - 520px);
	height: 100%;
	display: inline-block;
	position: absolute;
	top: 0;
	right: 0;
}
.application-img{
	width: calc(100% + 110px);
	height: 100%;
	position: absolute;
	overflow: hidden;
}
@media(max-width:1800px){
	/*.gynavSC .gynav-a:after{
		display: none;
	}*/
	.gynavSC .gynav-a{
		margin-left: 30px;
	}
}

@media(max-width:1600px){
	.application{
		min-height: 560px;
	}
	.application-a{
		font-size: 30px;
		line-height: 38px;
		padding-top: 60px;
	}
	.application-b{
		max-height: 320px;
	}
	.application-img{
		width: calc(100% + 4vw);
	}
	.application-lt{
		width: 400px;
		padding-right: 40px;
	}
	.application-rt{
		width: calc(100% - 400px);
	}
	.application-nav a{
		margin-right: 60px;
	}
}
@media(max-width:1450px){
	/*.gynavSC .gynav-a:after{
		display: none;
	}*/
	.gynavSC .gynav-a{
		margin-left: 30px;
		font-size: 15px;
	}
}
@media(max-width:1200px){
	.gynavSC .gynav-a:after{
		display: none;
	}
	.application{
		min-height: 450px;
	}
	.application-a{
		padding-top: 50px;
	}
	.application-b{
		margin-top: 25px;
	}
	
	.application-b{
		max-height: 280px;
	}
}
@media(max-width:1000px){
	.application-lt{
		width: 100%;
		padding-right: 0;
	}
	.application-rt{
		width: 100%;
		height: 400px;
		position: relative;
		top: initial;
		margin-bottom: 40px;
	}
	.application-img{
		width: 100%;
	}
}
@media(max-width:750px){
	.application-nav{
		padding-top: .8rem;
		padding-bottom: .5rem;
	}
	.application-nav a{
		font-size: .28rem;
		line-height: .55rem;
		margin-right: .4rem;
	}
	.application-lt{
		padding-top: .8rem;
		padding-bottom: .5rem;
	}
	.application-a{
		font-size: .38rem;
		font-weight: bold;
		line-height: .5rem;
		padding: 0;
	}
	.application-b{
		font-size: .24rem;
		line-height: .45rem;
		margin-top: .3rem;
	}
	.application-rt{
		height: 4rem;
		margin-bottom: .6rem;
	}
	.gynavSC .gynav-a {
	    margin-right: .3rem;
	    font-size: .26rem;
	    line-height: .8rem;
	    font-weight: bold;
	    margin-left: 0;
	}
}



.about{
	
}
.about-sc{
	width: 100%;
	padding-right: 50px;
	height: 580px;
	overflow: auto;
}
.about-tit{
	font-size: 20px;
	color: #333;
	line-height: 1;
}
.about-a1{
	font-size: 16px;
	color: #666;
	line-height: 30px;
	margin-top: 20px;
}
.about-bul{
	margin-top: 25px;
	overflow: hidden;
}
.about-bul li{
	width: 48%;
	float: left;
	background: #f7f7f7;
	padding: 15px;
	overflow: hidden;
	position: relative;
	margin-bottom: 20px;
}
.about-bul li:nth-child(2n + 0){
	float: right;
}
.about-b1{
	width: 120px;
	height: 100px;
	float: left;
}
.about-b2{
	width: calc(100% - 180px);
	font-size: 16px;
	color: #666;
	line-height: 25px;
	position: absolute;
	right: 15px;
	top: 50%;
	transform:translatey(-50%);
-ms-transform:translatey(-50%);
-moz-transform:translatey(-50%);
-webkit-transform:translatey(-50%);
}
.about-c{
	margin-top: 20px;
}
.about-cul{
	margin-top: 20px;
	width: 103%;
	overflow: hidden;
}
.about-cul li{
	width: 22%;
	float: left;
	margin-right: 3%;
	margin-bottom: 40px;
	height: 240px;
	border: 1px solid #0076C0;
	text-align: center;
	padding:0 20px;
	padding-top: 40px;
}
.about-c1{
	height: 60px;
	line-height: 60px;
	font-size: 0;
}
.about-c1 img{
	max-height: 100%;
}
.about-c2{
	font-size: 16px;
	color: #333;
	line-height: 22px;
	margin-top: 15px;
}
.culture-bj{
	/*min-height: 800px;*/
}
.culture{
	padding: 120px 0;
	padding-bottom: 60px;
}
.culture-tit{
	color: #fff;
}
.culture-swiper{
	padding-top: 100px;
	padding-bottom: 150px;
}
.culture-span span{
	background: #fff;
	opacity: .6;
}
.culture-span .swiper-pagination-bullet-active{
	opacity: 1;
}
.culture-ul{
	overflow: hidden;
	margin-top: 100px;
}
.culture-ul li{
	width: 25%;
	float: left;
	padding: 0 15px;
	text-align: center;
}
.culture-div{
	display: inline-block;
	width: 100%;
	max-width: 260px;
	text-align: center;
	color: #fff;
	cursor: pointer;
	padding-top: 15px;
}
.culture-a{
	display: inline-block;
	width: 105px;
	height: 105px;
	text-align: center;
	line-height: 103px;
	border: 1px solid #fff;
	border-radius: 100%;
	position: relative;
	top: 0;
	transition: all .3s;
-webkit-transition: all .3s; 
}
.culture-a img{
	max-height: 100%;
}
.culture-div:hover .culture-a{
	top: -15px;
	transition: all .3s;
-webkit-transition: all .3s;  
}
.culture-b{
	font-size: 26px;
	line-height: 1.2;
	margin-top: 35px;
}
.culture-c{
	width: 30px;
	height: 2px;
	background: #fff;
	display: inline-block;
	margin-top: 13px;
}
.culture-d{
	font-size: 16px;
	line-height: 30px;
	margin-top: 5px;
	opacity: .7;
}

.honor{
	padding: 110px 0;
}
.honor-swiper{
	margin-top: 90px;
	padding-bottom: 100px;
	text-align: center;
}
.honor-a{
	width: 100%;
	text-align: center;
	height: 270px;
	background: #f5f5f5;
	text-align: center;
	line-height: 270px;
	font-size: 0;
}
.honor-a img{
	max-height: 100%;
}
.honor-b{
	font-size: 20px;
	color: #333;
	line-height: 30px;
	margin-top: 25px;
}
.about-span>span.swiper-pagination-bullet{
	background: #0076C0;
}

.enterprise{
	padding-top: 100px;
	padding-bottom: 20px;
}
.enterprise-swiper{
	margin-top: 65px;
	padding-bottom: 80px;
	text-align: center;
}
.enterprise-b{
	font-size: ;
}
@media(max-width:1500px){
	.about-cul li{
		padding-top: 30px;
	}
	.about-c1{
		height: 40px;
		line-height: 40px;
	}
	.about-c2{
		font-size: 14px;
		line-height: 20px;
	}
	.culture-a{
		width: 80px;
		height: 80px;
		line-height: 78px;
	}
	.culture-b{
		font-size: 20px;
	}
	.culture-d{
		font-size: 14px;
		line-height: 25px;
	}
	.culture-bj{
		min-height: 600px;
	}
	.honor-b{
		font-size: 18px;
	}
	.culture-swiper{
		padding-top: 80px;
		padding-bottom: 120px;
	}
}
@media(max-width:1200px){
	.about-bul li{
		width: 100%;
	}
	.about-cul li{
		width: 30.333%;
		margin-bottom: 20px;
	}
	.culture-swiper{
		padding-top: 60px;
		padding-bottom: 100px;
	}
}
@media(max-width:750px){
	.about-sc{
		padding-right: 10px;
	}
	.about-tit{
		font-size: .3rem;
		font-weight: bold;
	}
	.about .specs-a{
		font-size: .36rem;
		font-weight: bold;
		line-height: 1.1;
	}
	.about-a1{
		font-size: .26rem;
		margin-top: .2rem;
		line-height: .45rem;
	}
	.about-bul{
		margin-top: .3rem;
	}
	.about-bul li{
		padding: .2rem;
		margin-bottom: .2rem;
	}
	.about-b1{
		width: 1.5rem;
		height: 1.2rem;
	}
	.about-b2{
		width: calc(100% - 2.1rem);
		right: .2rem;
		font-size: .24rem;
		line-height: .4rem;
	}
	.about-cul li{
		width: 47%;
		padding: .25rem;
		height: 4.2rem;
		padding-top: .4rem;
	}
	.about-c1{
		height: .6rem;
		line-height: .6rem;
	}
	.about-c2{
		font-size: .24rem;
		line-height: .4rem;
	}
	.about-sc{
		height: 7rem;
	}
	.culture{
		padding: 1rem 0;
	}
	.culture-bj{
		min-height: auto;
	}
	.culture-swiper{
		padding-top: 1rem;
		padding-bottom: 1.2rem;
	}
	.culture-ul{
		margin-top: .8rem;
	}
	.culture-ul li{
		width: 50%;
		height: 5rem;
		margin-bottom: .4rem;
		padding: 0 .15rem;
	}
	.culture-a{
		width: 1.4rem;
		height: 1.4rem;
		line-height: 1.36rem;
	}
	.culture-a img{
		width: .6rem;
	}
	.culture-b{
		font-size: .32rem;
		line-height: 1.2;
		margin-top: .2rem;
		font-weight: bold;
	}
	.culture-c{
		width: .4rem;
		height: 1px;
		margin-top: 0rem;
		vertical-align: middle;
	}
	.culture-d{
		font-size: .24rem;
		line-height: .45rem;
		margin-top:0rem;
	}
	.honor{
		padding: 1rem 0;
	}
	.honor-swiper{
		margin-top: .6rem;
		padding-bottom: 1rem;
	}
	.honor-a{
		height: 2.6rem;
		line-height: 2.6rem;
	}
	.honor-b{
		font-size: .26rem;
		line-height: .45rem;
		margin-top: .2rem;
	}
	.enterprise{
		padding-top: 1rem;
		padding-bottom: .4rem;
	}
	.enterprise-swiper{
		margin-top: .6rem;
		padding-bottom: 1rem;
	}
}



/*首页*/
.ban-swiper{
	height: 900px;
	max-height: 100vh;
}
.ban-slide{
	overflow: hidden;
}
.ban-slide-bj{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	/*transform:scale(1.08);
-ms-transform:scale(1.08);
-moz-transform:scale(1.08);
-webkit-transform:scale(1.08);*/
}
.ban-div{
	position: relative;
	z-index: 2;
	opacity: 0;
	left: 15px;
	text-align: center;
}
.ban-a{
	font-size: 60px;
	color: #fff;
	line-height: 80px;
	padding-top: 290px;
	letter-spacing:10px
}
.ban-b{
	font-size: 60px;
	color: #fff;
	line-height: 80px;
	letter-spacing:10px
}
.ban-c{
	display: inline-block;
	width: 180px;
	font-size: 16px;
	line-height: 40px;
	color: #fff;
	text-align: center;
	background: #0076C0;
	margin-top: 80px;
	transition: all .3s;
-webkit-transition: all .3s;
}
.ban-c:hover{
	color: #0076C0;
	background: #fff;transition: all .3s;
-webkit-transition: all .3s;
}
.ban-slide.swiper-slide-active .ban-div{
	left: 0;
	opacity: 1;
	transition: all .5s .8s;
-webkit-transition: all .5s .8s;
}
.ban-slide.swiper-slide-active .ban-slide-bj{
	transform:scale(1);
-ms-transform:scale(1);
-moz-transform:scale(1);
-webkit-transform:scale(1);
transition:all linear 5s;
	-webkit-transition:all linear 5s;
}
.ban-span span{
	width: 15px;
	height: 15px;
	background: #fff;
}

.idx-tit{
	font-size: 32px;
	color: #333;
	line-height: 1.1;
	text-align: center;
}

.ipro{
	padding-top: 80px;
}
.ipro-b{
	margin-top: 60px;
}
.ipro-b .product-li{
	background: #f7f7f7;
}
.ipro-d{
	display: flex;
	overflow: hidden;
	text-align: center;
	margin-top: 55px;
	text-align: center;
	font-size: 0;
}
.ipro-d li{
	width: 14.285%;
	display: inline-block;
	margin-bottom: 15px;
	padding: 0 5px;
	vertical-align: top;
}
.ipro-ddiv{
	display: inline-block;
	cursor: pointer;
}
.ipro-d1{
	display: inline-block;
	width: 75px;
	height: 75px;
	border-radius: 100%;
	border: 1px solid #0076C0;
	text-align: center;
	line-height: 73px;
	vertical-align: top;
	transition: all .3s;
-webkit-transition: all .3s;  
}
.ipro-d1 img{
	max-height: 80%;
	max-width: 80%;
}
.ipro-d1 .img2{
	display: none;
}
.ipro-d2{
	font-size: 16px;
	line-height: 25px;
	color: #333;
	margin-top: 15px
}
.ipro-ddiv:hover .ipro-d1{
	background: #0076C0;
	transition: all .3s;
-webkit-transition: all .3s;  
}
.ipro-ddiv:hover .ipro-d1 .img1{
	display: none;
}
.ipro-ddiv:hover .ipro-d1 .img2{
	display: inline-block;
}
.ipro-ddiv.on .ipro-d1{
	background: #0076C0;
	transition: all .3s;
-webkit-transition: all .3s;  
}
.ipro-ddiv.on .ipro-d1 .img1{
	display: none;
}
.ipro-ddiv.on .ipro-d1 .img2{
	display: inline-block;
}
.ipro-e{
	margin-top: 45px;
}
.ipro-eli{
	min-height: 620px;
	width: 100%;
	position: relative;
	overflow: hidden;
	display: none;
}
.ipro-ebj{
	background: #0076C0;
	opacity: .9;
	z-index: 1;
}
.ipro-ediv{
	overflow: hidden;
	padding:65px 0;
	position: relative;
	z-index: 2;
}
.ipro-elt{
	width: 45%;
	float: left;
	height: 480px;
	line-height: 480px;
	text-align: center;
}
.ipro-ert{
	width: 52%;
	float: right;
	padding-top: 120px;
	color: #fff;
}
.ipro-e1{
	font-size: 44px;
	line-height: 1.3;
	color: #fff;
}
.ipro-e2{
	font-size: 18px;
	line-height: 30px;
	color: #fff;
	opacity: .7;
	margin-top: 30px;
}
.ipro-e3{
	color: #0076C0;
	background: #fff;
}
.ipro-e3:hover{
	color: #fff;
	background: #0076C0;
}
.ipro-elt img{
	max-height: 100%;
}


@media(max-width:1500px){
	.ban-swiper{
		height: 700px;
	}
	.ban-a{
		padding-top: 200px;
		font-size: 40px;
		line-height: 55px;
	}
	.ban-b{
		font-size: 40px;
		line-height: 55px;
	}
	.ban-c{
		margin-top: 50px;
	}
	.ipro-d2{
		font-size: 15px;
		line-height: 20px;
	}
	.ipro-elt {
		padding: 0 20px;
		height: 360px;
		line-height: 360px;
	}
	.ipro-ert{
		padding-top: 60px;
	}
	.ipro-eli{
		min-height: auto;
	}
	.ipro-e1{
		font-size: 35px;
	}
	.ipro-e2{
		font-size: 16px;
	}
}
.ipro-c{
	margin-top: 50px;
}
@media(max-width:1200px){
	.ban-swiper{
		height: 500px;
	}
	.ipro-b .product-li:nth-last-child(4){
		display: none;
	}
	.ban-b{
		font-size: 30px;
		line-height: 40px;
	}
	.ban-a{
		font-size: 30px;
		line-height: 40px;
		padding-top: 160px;
	}
	.ipro-ediv{
		padding: 30px 0;
	}
}
@media(max-width:750px){
	.ban-swiper{
		height: 7rem;
	}
	.ban-span span{
		width: .15rem;
		height: .15rem;
		background: #fff;
	}
	.ban-a{
		font-size: .44rem;
		line-height: .6rem;
		padding-top: 2.5rem;
		letter-spacing:0px
	}
	.ban-b{
		font-size: .44rem;
		line-height: .6rem;
		letter-spacing:0px
	}
	.ban-c{
		width: 2rem;
		line-height: .7rem;
		font-size: .26rem;
		margin-top: .6rem;
	}
	.ipro{
		padding-top: .8rem;
	}
	.ipro-swiper{
		padding-bottom: .5rem;
	}
	.ipro-slide{
		margin-bottom: .3rem;
		padding: .3rem .2rem;
		text-align: center;
		background: #F7F7F7;
	}
	.ipro-span{
		bottom: -10px !important;
	}
	.idx-tit{
		font-size: .45rem;
		font-weight: bold;
	}
	.ipro-b{
		margin-top: .6rem;
	}
	.ipro-b .product-li:nth-last-child(4){
		display: inline-block;
	}
	.ipro-c{
		margin-top: .8rem;
	}
	.idx-tit{
		/*margin-top: .6rem;*/
	}
	.ipro-e3{
		margin-top: .4rem;
	}
	.ipro-d{
		display: block;
		margin-top: .6rem;
	}
	.ipro-d li{
		width: 25%;
		float: left;
		padding: 0 5px;
	}
	.ipro-d1{
		width: 1rem;
		height: 1rem;
		line-height: .98rem;
		
	}
	.ipro-d1 img{
		max-width: .6rem;
		max-height: .6rem;
	}
	.ipro-d2{
		font-size: .24rem;
		line-height: .4rem;
		margin-top: .1rem;
	}
	.ipro-ediv{
		padding: .8rem .4rem;
	}
	.ipro-elt{
		width: 100%;
		padding: 0 .4rem;
		height: 3rem;
		line-height: .3rem;
	}
	.ipro-ert{
		width: 100%;
		padding-top: .5rem;
	}
	.ipro-e1{
		font-size: .4rem;
		line-height: .5rem;
	}
	.ipro-e2{
		font-size: .26rem;
		line-height: .45rem;
		margin-top: .3rem;
	}
	.ipro-e{
		margin-top: .5rem;
	}
}



.itcg{
	padding-top: 80px;
}
.itcg-txt{
	font-size: 16px;
	color: #333;
	line-height: 35px;
	margin-top: 30px;
	text-align: center;
}
.itcg-ul{
	margin-top: 50px;
}
.itcg-swiper{
	margin-top: 50px;
	padding-bottom: 50px;
}
.itcg-ul li,.itcg-slide{
	overflow: hidden;
	margin-bottom: 35px;
	position: relative;
}
.itcg-lt{
	width: 64%;
	float: left;
	height: 500px;
}
.itcg-rt{
	width: 675px;
	height: 100%;
	position: absolute;
	right:0;
	top: 0;
	background: url(../img/ico13.png) no-repeat left center;
	padding-left: 135px;
}
.itcg-div{
	width: 100%;
	padding: 0 50px;
}
.itcg-a{
	font-size: 30px;
	color: #333;
	line-height: 1.3;
	padding-top: 80px;
}
.itcg-b{
	font-size: 16px;
	color: #666;
	line-height: 35px;
	margin-top: 30px;
	max-height: 210px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 6;
	-webkit-box-orient: vertical;
}
.itcg-ul li:nth-child(2n + 0) .itcg-lt{
	float: right;
}
.itcg-ul li:nth-child(2n + 0) .itcg-rt{
	background-image: url(../img/ico14.png);
	padding-left:0 ;
	padding-right: 120px;
	right: initial;
	left: 0;
}

.iyuw-bj{
	margin-top: 30px;
	min-height: 600px;
	position: relative;
}
.iyuw{
	color: #fff;
	padding: 120px 0;
	position: relative;
	z-index: 2;
	text-align: center;
}
.iyuw-a,.iyuw-b{
	color: #fff;
}
.iyuw-b{
	margin-top: 50px;
	text-indent:25px
}
/*.ipro-e3{
	margin-top: 70px;
}*/
.ietp{
	margin-top: 60px;
}
.ietp-a{
	position: relative;
}
.ietp-a>i{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../img/ico15.png) no-repeat center;
	cursor: pointer;
}
.imse{
	padding: 85px 0;
}
.imse-ul{
	margin-top: 60px;
}
.imse-ul li{
	overflow: hidden;
	margin-bottom: 60px;
	position: relative;
}
.imse-a{
	width: 74%;
	height: 600px;
	float: left;
	position: relative;
}
.imse-b{
	width: 540px;
	height: 480px;
	background: #fff;
	padding: 0 60px;
	padding-top: 95px;
	color: #333;
	position: absolute;
	right: 0;
	top: 50%;
	z-index: 2;
	transform:translateY(-50%);
-ms-transform:translateY(-50%);
-moz-transform:translateY(-50%);
-webkit-transform:translateY(-50%);
}
.imse-b1{
	font-size: 30px;
	line-height: 1.3;
}
.imse-b .ban-c:hover{
	background: #0076C0;
	color: #fff;
	opacity: .8;
}
.imse-b2:{
	margin-top: 25px;
	font-size: 16px;
	color: #666;
	line-height: 30px;
}
.imse-b2 .d1{
	margin-bottom: 5px;
	padding-left: 20px;
	position: relative;
}
.imse-b2 .d1:after{
	content: '';
	width: 7px;
	height: 7px;
	border-radius: 100%;
	background: #0076C0;
	position: absolute;
	left: 0;
	top: 12px;
}
.imse-ul li:nth-child(2n + 0) .imse-a{
	float: right;
}
.imse-ul li:nth-child(2n + 0) .imse-b{
	right: initial;
	left: 0;
}
.inws{
	padding: 60px 0;
}
.inws-ul{
	width: calc(100% + 15px);
	overflow: hidden;
	margin-top: 60px;
}
.inws-li{
	display: block;
	width: calc(33.333% - 15px);
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
	background: #f7f7f7;
	transition: all .3s;
-webkit-transition: all .3s;  
}
.inws-cd{
	padding: 30px 20px;
}
.inws-c{
	font-size: 20px;
	color: #333;
	line-height: 30px;
	height: 60px;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	transition: all .3s;
-webkit-transition: all .3s;  
}
.inws-d{
	font-size: 16px;
	color: #999;
	line-height: 1;
	margin-top: 15px;
}
.inws-li:hover{
	box-shadow: 5px 5px 5px #ddd;
	transition: all .3s;
-webkit-transition: all .3s;  
}
.inws-li:hover .inws-c{
	color: #0076C0;
	transition: all .3s;
-webkit-transition: all .3s;  
}
.inws-e{
	text-align: center;
	margin-top: ;
}
.inws-e1:hover{
	background: #0076C0;
	color: #fff;
	opacity: .8;
}
.imse-a .ipro-ebj{ 
	opacity: .6;
}

@media(max-width:1500px){
	.itcg-lt{
		height: 400px;
	}
	.itcg-rt{
		width: 600px;
		
	}
	.itcg-ul li:nth-child(2n + 0) .itcg-rt{
		background-position: right center;
	}
	.itcg-lt{
		width: 70%;
	}
	.itcg-a{
		font-size: 24px;
		padding-top: 50px;
	}
	.itcg-b{
		margin-top: 20px;
		font-size: 14px;
		line-height: 30px;
		max-height:180px;
	}
	.iyuw-bj{
		min-height: auto;
	}
	.imse-a{
		height: 500px;
	}
	.imse-b{
		width: 500px;
		height: 400px;
		padding: 40px;
		padding-top: 60px;
	}
	.imse-b1{
		font-size: 24px;
	}
	.imse-b2{
		font-size: 14px;
		line-height: 25px;
	}
	.inws-c{
		font-size: 18px;
		line-height: 25px;
		height: 50px;
	}
}
@media(max-width:1000px){	
		.itcg-lt{
			width: 100%;
			height: 300px;
		}
		.itcg-rt{
			width: 100%;
			position: relative;
			right: initial;
			left: 0;
			background: initial !important;
			height: auto;
			padding: 0 !important;
			float: left;
		}
		.itcg-ul li,.itcg-slide{
			background: #c7e7fb;
		}
		.itcg-div{
			padding: 30px;
		}
		.itcg-a{
			padding: 0;
		}
		.iyuw{
			padding: 80px 0;
		}
		.ietp-a>i{
			background-size: 40px;
		}
		.imse-a{
			width: 100%;
			height: 300px;
		}
		.imse-b{
			width: 100%;
			position: relative;
			right: initial;
			left: 0;
			transform: initial;
			float: left;
			height: auto;
			padding: 40px;
		}
}
@media(max-width:750px){
	.itcg{
		padding-top: .8rem;
	}
	.itcg-txt{
		font-size: .25rem;
		line-height: .5rem;
		margin-top: .4rem;	
	}
	.itcg-ul{
		margin-top: .4rem;
	}
	.itcg-swiper{
		margin-top: .4rem;
		padding-bottom: .2rem;
	}
	.itcg-lt{
		height: 3.5rem;
	}
	.itcg-div{
		padding: .4rem .3rem;
	}
	.itcg-a{
		font-size: .32rem;
		font-weight: bold;
	}
	.itcg-b{
		font-size: .26rem;
		line-height: .45rem;
		margin-top: .2rem;
		max-height: 2.7rem;
	}
	.itcg-ul li{
		margin-bottom: .3rem;
	}
	.iyuw{
		padding: 1rem 0;
	}
	.ietp{
		margin-top: .6rem;
	}
	.imse{
		padding: .8rem 0;
	}
	.imse-ul{
		margin-top: .6rem;
	}
	.imse-a{
		height: 3.5rem;
	}
	.imse-b{
		padding: .4rem .3rem;
	}
	.imse-b1{
		font-size: .32rem;
		
		font-weight: bold;
	}
	.imse-b2{
		font-size: .24rem;	
		line-height: .45rem;
		margin-top: .25rem;
	}
	.imse-b2 .d1{
		padding-left: .2rem;
		margin-bottom: .05rem;
	}
	.imse-b2 .d1:after{
		top: :;rem;
		width: .1rem;
		height: .1rem;
	}
	.imse-ul li{
		margin-bottom: .4rem;
	}
	.inws{
		padding: .8rem 0;
	}
	.inws-ul{
		width: 100%;
		margin-top: .6rem;
	}
	.inws-li{
		width: 100%;
		margin-bottom: .4rem;
	}
	.inws-cd{
		padding: .3rem;
	}
	.inws-c{
		font-size: .28rem;
		line-height: .4rem;
		height: .8rem;
	}
	.inws-d{
		font-size: .24rem;
		margin-top: .1rem;
	}
	.inws-e1{
		margin-top: .2rem;
	}
}




.fbcl{
	position: fixed;
	top: 50%;
	right: 5px;
	z-index: 49;
	transform:translateY(-50%);
-ms-transform:translateY(-50%);
-moz-transform:ttranslateY(-50%);
-webkit-transform:translateY(-50%);
}
.fbcl-a{
	cursor: pointer;
	position: relative;
	display: flex;
	width: 80px;
	height: 60px;
	margin-bottom: 2px;
}
.fbcl-a1{
	display: inline-block;
	width: 80px;
	height: 60px;
	background: #4d71c5;
	padding-top:8px ;
	color: #fff;
	text-align: center;
	border-bottom-left-radius: 5px;
	border-top-left-radius: 5px;
	cursor: pointer;
}
.fbcl-a1>.d1{
	height: 25px;
	line-height: 25px;
}
.fbcl-a1>p{
	font-size: 12px;
	line-height: 1;
	margin-top: 2px;
}
.fbcl-a2{
	width: 120px;
	background: #fff;
	text-align: center;
	padding: 5px;
	position: absolute;
	top: 0;
	right: 100%;
	margin-right: 5px;
	display: none;
}
.fbcl-a1-dh{
	position: absolute;
	top: 0;
	right: 0;
	width: auto;	
	height: 100%;
	display: flex;
}
.fbcl-a5{
	width: 00px;
	font-size: 22px;
	line-height: 55px;
	text-align: center;
	color: #fff;
	background: #4d71c5;
	position: relative;
	overflow: hidden;
}
.fbcl-a6{
	font-size: 18px;
}
.fbcl-a5>div{
	width: 195px;
}
.fbcl-a5>div a{
	font-size: 18px;
	color: #fff;
}
.fbcl-a5>div a:hover{
	color: #fff;
}
.fbcl-a5:after{
	content: '';
	width: 1px;
	height: 35px;
	background: #fff;
	opacity: .5;
	position: absolute;
	left: 5px;
	top: 10px;
}
@media(max-width:1200px){
	.fbcl-a{
		display: none;
	}
	.fbcl-a1-gt{
		display: block;
		width: 40px;
		height: 42px;
	}
	.fbcl-a1-gt .fbcl-a1{
		width: 40px;
		height: 42px;
		opacity: .8;
	}
	.fbcl-a1-gt .fbcl-a1 p{
		display: none;
	}
}
@media(max-width:750px){
	.fbcl{
		top: initial;
		bottom: 0;
	}
}


.idxtk-bj{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
	display: none;
}
.idxtk-bj>i{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0,0,0,.6);
	z-index: 1;
}
.idxtk{
	width: 90%;
	max-width: 580px;
	min-height: 300px;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	padding: 20px;
	transform:translate(-50%,-50%);
-ms-transform:translate(-50%,-50%);
-moz-transform:translate(-50%,-50%);
-webkit-transform:translate(-50%,-50%);
}
.idxtk-gb{
	width: 35px;
	height: 35px;
	border-radius: 5px;
	background:rgba(0,0,0,.2) url(../img/x02.png) no-repeat center;
	background-size: 90%;
	position: absolute;
	top: 3px;
	right: 5px;
	cursor: pointer;
}
.idxtk-div{
	width: 100%;
	height: 100%;
	border: 1px solid rgba(255,255,255,.6);
	text-align: center;
	padding: 30px 25px;
	color: #fff;
}
.idxtk-a{
	font-size: 24px;
	line-height: 30px;
	margin-top: 5px;
}
.idxtk-b{
	font-size: 40px;
	line-height: 50px;
	margin-top: 15px;
}
.idxtk-c{
	font-size: 14px;
	line-height: 20px;
	margin-top: 15px;
}
.idxtk-d{
	font-size: 18px;
	line-height: 40px;
	display: inline-block;
	width: 160px;
	background: #3a65c0;
	border: 1px solid #9fc7ee;
	text-align: center;
	margin-top: 25px;
	color: #fff;
}
.idxtk-d:hover{
	color: #fff;
}
@media(max-width:750px){
	.idxtk-div{
		padding: .4rem .3rem;
	}
	.idxtk-a{
		font-size: .32rem;
		line-height: .45rem;
		margin-top: .1rem;
	}
	.idxtk-b{
		font-size: .4rem;
		line-height: .5rem;
		margin-top: .25rem;
	}
	.idxtk-c{
		font-size: .24rem;
		line-height: .4rem;
		margin-top: .25rem;
	}
	.idxtk{
		min-height: auto;
	}
}




.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/ico21.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: .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;
	}
}


.sf404{
	margin-top: 100px;
	padding: 70px 0;
	text-align: center;
}
.sf404-a{
	font-size: 34px;
	color: #261f63;
	position: relative;
	z-index: 2;
	margin-top: -60px;
	line-height: 1.2;
}
.sf404-b{
	display: inline-block;
	width: 240px;
	line-height: 50px;
	font-size: 16px;
	color: #fff;
	background: #0076c0;
	margin-top: 60px;
}
.sf404-b:hover{
	opacity: .8;
	color: #fff;
}
@media(max-width:1200px){
	.sf404{
		margin-top: 0;
	}
}
@media(max-width:1000px){
	.sf404-a{
		font-size: 26px;
		margin-top: -30px;
	}
}
@media(max-width:750px){
	.sf404{
		padding: 1rem 0;
	}
	.sf404-a{
		font-size: .34rem;
		margin-top:.2rem;
	}
	.sf404-b{
		width: 2.4rem;
		height: .6rem;
		font-size: .26rem;
		line-height: .6rem;
		margin-top: .4rem;
	}
}