﻿*{
	margin: 0;
	padding: 0;
	box-sizing:border-box;
	-moz-box-sizing:border-box; 
	-webkit-box-sizing:border-box;
	white-space:normal !important;
}
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: #333;
	overflow: hidden;
	position: relative;
	font-family:"微软雅黑", "Microsoft Yahei", "Helvetica Neue", Helvetica, Tahoma, sans-serif;
}
.max1920{
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
}


/*顶部*/
header{
	height: 91px;
	width: 100%;
	border-bottom: 1px solid #e5e5e5;
	box-shadow: 0 0 3px #e5e5e5;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 39;
	background: #fff;
}
.logo{
	float: left;
	line-height: 90px;
	font-size: 0;
}
.header-rt{
	float: right;
}
.header-nav{
	display: inline-block;
	position: relative;
	right: -90px;
}
.header-nav a{
	display: inline-block;
	font-size: 16px;
	color: #333;
	line-height: 88px;
	margin-left: 110px;
	border-bottom: 2px solid #fff;
}
.header-nav a:first-child{
	margin-left: 0;
}
.header-nav a:hover{
	color: #e72c2e;
}
.header-nav a.on{
	color: #e72c2e;
	border-bottom: 2px solid #e72c2e;
}
.header-ewm{
	position: relative;
	right: -160px;
}

.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; 
}

@media(max-width:1600px){
	.header-nav{
		right: 0;
		margin-right: 60px;
	}
	.header-ewm{
		right: 0;
	}
	.header-nav a{
		margin-left: 100px;
	}
}
@media(max-width:1200px){
	.header-nav a{
		margin-left: 40px;
	}
	.header-nav{
		margin-right: 40px;
	}
}
@media(max-width:1000px){
	.header-nav a{
		margin-left: 20px;
	}
	.header-nav{
		margin-right: 20px;
	}
}
@media(max-width:750px){
    .header-dx{
		display: block;
		width: .45rem;
		margin-top: .1rem;
		margin-left: .2rem;
		padding-top: .25rem;
	}
	.header-dx1, .header-dx2, .header-dx3{
		height: .04rem;
		margin-bottom: .11rem;
	}
	.header-dx.cli .header-dx1{
		/*margin-bottom: .19rem;*/
	}
	
	header{
		height: 1rem;
	}
	.logo{
		width: 2rem;
		line-height: 1rem;
	}
	.header-rt{
		width: 100%;
		height: calc(100% - 1rem);
		height: -webkit-calc(100% - 1rem);
		position: fixed;
		top: 1rem;
		left: 0;
		background: #fff;
		padding: .4rem;
		display: none;
	}
	.header-nav{
		margin: 0;
		width: 100%;
	}
	.header-nav a{
		width: 100%;
		font-size: .3rem;
		line-height: 1.2rem;
		border-bottom: 1px solid #e5e5e5;
		margin: 0;
	}
	.header-ewm{
		width: 90px;
		margin-left: 50%;
		margin-top: .5rem;
		position: relative;
		left: -45px;
	}
	
}


/*底部*/
footer{
	width: 100%;
}
.footer-img{
	width: 100%;
	padding: 40px;
	text-align: center;
	border-top: 1px solid #eee;
}
.footer-bj{
	width: 100%;
	background: #e72c2e;
	color: #fff;
	padding-top: 35px;
}
.footer{
	overflow: hidden;
}
.footer-lt{
	width: 50%;
	float: left;
	padding: 0 30px;
	text-align: center;
}
.footer-a{
	display: inline-block;
	text-align: left;
}
.footer-a>img{
	margin-bottom: 25px;
}
.footer-a>div{
	font-size: 16px;
	line-height: 25px;
	margin-bottom: 15px;
}
.footer-rt{
	width: 50%;
	float: right;
	padding: 0 20px;
	overflow: hidden;
}
.footer-b{
	float: left;
}
.footer-b1{
	font-size: 26px;
	color: #fff;
	line-height: 1;
	font-weight: bold;
	font-family: arial;
	text-transform: uppercase;
}
.footer-b2{
	font-size: 18px;
	color: #fff;
	line-height: 1.3;
	font-weight: bold;
	margin-top: 6px;
	margin-bottom: 12px;
}
.footer-b3{
	font-size: 14px;
	color: #fff;
	line-height: 20px;
	margin-top: 5px;
}

.footer-txt{
	width: 100%;
	border-top: 1px solid rgba(255,255,255,.6);
	padding: 15px 0;
	text-align: center;
	font-size: 14px;
	line-height: 25px;
	margin-top: 35px;
}
.footer-b4{
	display: inline-block;
	width: 130px;
	height: 40px;
	text-align: center;
	border: 2px solid #fff;
	line-height: 36px;
	font-size: 15px;
	margin-top: 20px;
	color: #fff;
	border-radius: 20px;
	transition: all .3s;
-webkit-transition: all .3s;
}
.footer-b4:hover{
	color: #fff;
	background: rgba(255,255,255,.2);
	transition: all .3s;
-webkit-transition: all .3s;
}
.footer-c{
	float: right;
	text-align: center;
	
}
.footer-c>p{
	font-size: 18px;
	line-height: 25px;
	margin-top: 10px;
	font-weight: bold;
}


.footer-bj2{
	padding: 30px 0;
	color: #fff;
}
.footer-nx{
	font-size: 0;
	text-align: center;
}
.footer-s,.footer-y{
	font-size: 12px;
	color: #fff;
	line-height: 25px;
	font-weight: bold;
	display: inline-block;
}
.footer-s>a{
	display: inline-block;
	color: #fff;
	font-weight: bold;
	padding-right: 12px;
	margin-right: 12px;
	position: relative;
}
.footer-s>a:after{
	content: '';
	width: 1px;
	height: 10px;
	background: #fff;
	position: absolute;
	top: 8px;
	right: 0;
}
.footer-s>a:hover{
	opacity: .8;
}
.footer-s>a:last-child:after{
	display: none;
}
.footer-y>div{
	display: inline-block;
}
.footer-y>div:first-child{
	margin-right: 20px;
}
.footer-z{
	width: 100%;
	text-align: center;
	line-height: 1;
	margin-top: 3px;
}
.footer-z>div,.footer-z>a{
	display: inline-block;
	font-size: 12px;
	line-height: 25px;
	margin-left: 25px;
	color: #fff;
	font-weight: bold;
}
.footer-z>div:first-child{
	margin-left: 0;
}



@media(max-width:1000px){
	.footer-lt{
		padding-left: 0;
		width: 45%;
	}
	.footer-rt{
		width: 55%;
		padding: 0;
	}
	.footer-c>p{
		font-size: 15px;
	}
}
@media(max-width:750px){
	.footer-lt{
		width: 100%;
		padding: 0;
		margin-bottom: .6rem;
	}
	.footer-a>img{
		margin-bottom: .25rem;
	}
	.footer-a>div{
		font-size: .28rem;
		line-height: .45rem;
		margin-bottom: .1rem;
	}
	.footer-rt{
		width: 100%;
	}
	.footer-b1{
		font-size: .4rem;
	}
	.footer-b2{
		font-size: .3rem;
	}
	.footer-b3{
		font-size: .26rem;
		line-height: .4rem;
		margin-bottom: .05rem;
	}
	.footer-c>p{
		font-size: .26rem;
		line-height: .4rem;
		margin-top: .1rem;
	}
	.footer-c{
		width: 3rem;
	}
	.footer-txt{
		padding: .2rem;
		margin-top: .4rem;
		font-size: .26rem;
		line-height: .4rem;
	}
	.footer-a>img{
		width: 3rem;
	}
	.footer-b4{
		width: 2rem;
		height: .7rem;
		font-size: .26rem;
		line-height: .65rem;
		margin-top: .3rem;
	}
	.footer-img{
		padding: .4rem 2rem;
	}
	.footer-s>a{
		width: 32%;
		padding: 0;
		margin: 0;
		margin-bottom: .2rem;
		text-align: center;
	}
	.footer-s>a:after{
		display: none;
	}
	.footer-s, .footer-y{
		width: 100%;
	}
	.footer-z{
		margin-top: .2rem;
	}
	.footer-z>div,.footer-z>a{
		display: block;
		margin: 0;
		/*text-align: left;*/
	}
}



/*联系我们*/
.contact-ban{
	height: 450px;
	color: #fff;
	text-align: center;
}
.contact-ban-a{
	font-size: 48px;
	line-height: 1;
	padding-top: 140px;
}
.contact-ban-b{
	font-size: 48px;
	line-height: 1.3;
	margin-top: 15px;
	font-family: arial;
}
.contact-ban-c{
	display: inline-block;
	width: 90px;
	height: 2px;
	background: #fff;
	margin-top: 50px;
}
.contact{
	padding-top: 70px;
	padding-bottom: 50px;
}
.contact-a{
	font-size: 28px;
	color: #333;
	line-height: 1;
}
.contact-b{
	padding-left: 55px;
	margin-top: 50px;
	overflow: hidden;
	background: no-repeat left top;
	color: #333;
}
.contact-b li{
	width: 25%;
	float: left;
	padding-right: 25px;
}
.contact-b li div{
	font-size: 18px;
	line-height: 25px;
	margin-bottom: 10px;
}
.contact-b li p{
	font-size: 14px;
	line-height: 20px;
	height: 40px;
}
.contact-bb li{
	width: 50%;
}
.contact-cb li{
	width: 100%;
}
.contact-c{
	margin-top: 25px;
	margin-bottom: 45px;
	width: 100%;
	height: 1px;
	background: #eee;
}

#map{
	height: 530px;
	width: 100%;
}

@media(max-width:1600px){
	.contact-ban{
		height: 350px;
	}
	.contact-ban-a{
		font-size: 40px;
		padding-top: 100px;
	}
	.contact-ban-b{
		font-size: 40px;
	}
	.contact-ban-c{
		margin-top: 30px;
	}
}
@media(max-width:750px){
	.contact-ban{
		height: 3rem;
	}
	.contact-ban-a{
		font-size: .4rem;
		padding-top: .8rem;
	}
	.contact-ban-b{
		font-size: .4rem;
		margin-top: .1rem;
	}
	.contact-ban-c{
		margin-top: 0rem;
		width: 1.5rem;
		
	}
	.contact{
		padding-top: .8rem;
		padding-bottom: .8rem;
	}
	.contact-a{
		font-size: .34rem;
		font-weight: bold;
	}
	.contact-b{
		margin-top: .6rem;
		padding-left: .6rem;
		background-size: .4rem auto;
	}
	.contact-b li{
		width: 50%;
		margin-bottom: .2rem;
	}
	.contact-b li div{
		font-size: .3rem;
		line-height: .4rem;
		margin-bottom: .15rem;
		
	}
	.contact-b li p{
		font-size: .26rem;
		line-height: .4rem;
	}
	.contact-c{
		margin-top: .2rem;
		margin-bottom: .4rem;
	}
	.contact-bb li{
		width: 100%;
	}
	#map{
		height: 5rem;
	}
}


/*新闻*/
.news-ban{
	height: 300px;
}
.news-ban-a{
	color: #fff;
	padding-top: 140px;
	line-height: 40px;
}
.news-ban-a .sp1{
	display: inline-block;
	font-size: 28px;
	line-height: 40px;
	font-weight: bold;
}
.news-ban-a .sp2{
	display: inline-block;
	font-size: 18px;
	line-height: 40px;
}
.news-nav{
	padding-top: 35px;
	padding-bottom: 35px;
	font-size: 14px;
	color: #333;
	line-height: 20px;
}
.news-nav a{
	color: #333;
}
.news-nav a:hover{
	color: #e72c2e;
}
.news-nav span{
	color: #e72c2e;
}
.news{
	padding-bottom: 65px;
}
.news-ul{
	border-top: 1px solid #eee;
	margin-bottom: 35px;
}
.news-ul a{
	display: block;
	padding: 30px 0;
	overflow: hidden;
	border-bottom: 1px solid #eee;
}
.news-lt{
	width: 290px;
	height: 180px;
	float: left;
	overflow: hidden;
	position: relative;
}
.news-lt>div{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.news-rt{
	width: calc(100% - 320px);
	width: -webkit-calc(100% - 320px);
	float: right;
	overflow: hidden;
	position: relative;
	padding-top: 20px;
}
.news-a{
	width: 100%;
	font-size: 16px;
	color: #333;
	line-height: 20px;
	height: 20px;
	padding-right: 120px;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	transition: all .3s;
-webkit-transition: all .3s;
}
.news-b{
	float: right;
	font-size: 16px;
	line-height: 20px;
	color: #999;
	margin-top: -20px;
}
.news-c{
	width: 100%;
	font-size: 14px;
	color: #666;
	line-height: 25px;
	height: 50px;
	margin-top: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.news-d{
	width: 70px;
	height: 30px;
	text-align: center;
	border: 1px solid #eee;
	font-size: 12px;
	color: #666;
	line-height: 28px;
	border-radius: 3px;
	margin-top: 15px;
	transition: all .3s;
-webkit-transition: all .3s;
}
.news-ul a:hover .news-a{
	color: #e72c2e;
	transition: all .3s;
-webkit-transition: all .3s;
}
.news-ul a:hover .news-d{
	color: #e72c2e;
	border-color: #e72c2e;
	transition: all .3s;
-webkit-transition: all .3s;
}


.page{
	    width: 100%;
    text-align: center;
}
.page a{
	display:inline-block;
	width: 40px;
	height: 40px;
	background-color: inherit;
	font-size: 14px;
	color: #666;
	line-height: 42px;
	text-align: center;
	border: 1px solid  #f5f5f5;
	/*background: #f5f5f5;*/
}
.page .prev{
	width: 65px;
}
.page .next{
	width: 65px;
}
.page a:hover{
	border: 1px solid  #e72c2e;
}
.page a.active{
	background-color:  #e72c2e;
	color: #fff;
}


@media(max-width:750px){
	
	.page a{
		width: .6rem;
		height: .6rem;
		font-size: .24rem;
		line-height: .58rem;
	}
	.page .next,.page .prev{
		width: auto;
		padding: 0 .05rem;
		background-size: .2rem .3rem;
	}
	.news-ban{
		height: 3rem;
	}
	.news-ban-a{
		padding-top: 1rem;
	}
	.news-ban-a .sp1{
		font-size: .4rem;
	}
	.news-ban-a .sp2{
		font-size: .28rem;
	}
	.news-nav{
		padding-top: .4rem;
		padding-bottom: .4rem;
		font-size: .28rem;
	}
	.news-ul a{
		padding: .3rem 0;
	}
	.news-lt{
		width: 2.9rem;
		height: 1.8rem;
	}
	.news-rt{
		width: calc(100% - 3.1rem);
	    width: -webkit-calc(100% - 3.1rem);
	    padding-top: 0;
	}
	.news-b{
		float: initial;
		margin-top: 0rem;
		font-size: .24rem;
	}
	.news-c{
		display: none;
	}
	.news-a{
		width: 100%;
		padding: 0;
		font-size: .28rem;
		line-height: .35rem;
		height: .7rem;
		-webkit-line-clamp: 2;
	}
	.news-d{
		width: 1.3rem;
		height: .6rem;
		font-size: .24rem;
		line-height: .58rem;
		margin-top: .1rem;
	}
	.news{
		padding-bottom: .8rem;
	}
	.news-ul{
		margin-bottom: .6rem;
	}
}


/*新闻详情*/
.newsinfo{
	padding-bottom: 50px;
}
.newsinfo-ab{
	background: #f9f9f9;
}
.newsinfo-a{
	padding: 20px 50px;
	text-align: center;
}
.newsinfo-a1{
	font-size: 18px;
	color: #333;
	line-height: 25px;
	font-weight: bold;
}
.newsinfo-a2{
	font-size: 12px;
	color: #333;
	line-height: 20px;
	margin-top: 10px;
}
.newsinfo-b{
	padding: 30px 50px;
	border-top: 1px solid #eee;
	font-size: 16px;
	color: #333;
	line-height: 30px;
}
.newsinfo-c{
	margin-top: 20px;
	background: #f9f9f9;
	padding: 20px;
	overflow: hidden;
}
.newsinfo-c a{
	display: inline-block;
	float: left;
	width: 48%;
	font-size: 16px;
	line-height: 25px;
	height: 25px;
	padding-left: 30px;
	background: url(../img/ico05.png) no-repeat left center;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.newsinfo-c a:hover{
	color: #f08200;
}
.newsinfo-c a.a2{
	float: right;
	padding-left: 0;
	padding-right: 30px;
	text-align: right;
	background: url(../img/ico06.png) no-repeat right center;
}

@media(max-width:750px){
	.newsinfo-a{
		padding: .3rem;
	}
	.newsinfo-a1{
		font-size: .34rem;
		line-height: .45rem;
		font-weight: bold;
	}
	.newsinfo-a2{
		font-size: .26rem;
		line-height: .4rem;
	}
	.newsinfo-b{
		padding: .3rem;
		font-size: .26rem;
		line-height: .45rem;
	}
	.newsinfo-c{
		margin-top: .3rem;
		padding: .3rem;
	}
	.newsinfo-c a{
		width: 100%;
		font-size: .26rem;
		margin: .1rem 0;
		padding-left: .5rem;
		background-size: .2rem auto;
	}
	.newsinfo-c a.a2{
		padding-right: .6rem;
		background-size: .2rem auto;
	}
}



/*产品服务*/
.services-a{
	width: 100%;
	font-size: 0;
}
.services-b{
	padding-top: 70px;
	padding-bottom: 70px;
}
.services-tit{
	text-align: center;
	font-size: 28px;
	color: #333;
	line-height: 1;
	letter-spacing:6px;
	font-weight: bold;
	padding-left: 6px;
}
.services-tit2{
	text-align: center;
	font-size: 14px;
	color: #666;
	line-height: 1;
	margin-top: 10px;
	font-family: arial;
}
.services-bct{
	overflow: hidden;
	margin-top: 40px;
}
.services-blt{
	width: 380px;
	float: left;
}
.services-brt{
	width: calc(100% + 20px);
	width: -webkit-calc(100% + 20px);
	max-width: 1140px;
	margin-left: -10px;
	padding: 10px;
	margin: 0 auto;
	overflow: hidden;
}
.services-brt li{
	width: calc(50% - 20px);
	width: -webkit-calc(50% - 20px);
	float: left;
	margin:0 10px;
	margin-bottom:20px;
	height: 380px;
	background: #fff;
	box-shadow: 0 0 10px #eee;
	padding: 0;
	position: relative;
	top: 0;
	border-radius: 15px;
	overflow: hidden;
	transition: all .3s;
-webkit-transition: all .3s;  
}
.services-brt li:hover{
	top: -5px;
	box-shadow: 5px 5px 10px #ccc;
	transition: all .3s;
-webkit-transition: all .3s;  
}
.services-b14{
	padding: 15px;
}
.services-b1{
	font-size: 18px;
	color: #333;
	line-height: 25px;
	font-weight: bold;
}
.services-b2{
	font-size: 14px;
	color: #333;
	line-height: 20px;
	margin-top: 10px;
}
.services-b3{
	display: inline-block;
	width: 105px;
	height: 35px;
	line-height: 35px;
	border-radius: 20px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	background: url(../img/ico31.png) no-repeat center;
	background-size: cover;
	margin-top: 20px;
	transition: all .3s;
-webkit-transition: all .3s;  
}
.services-b3:hover{
	color: #fff;
	opacity: .8;
	transition: all .3s;
-webkit-transition: all .3s;  
}
.services-c{
	padding-top: 70px;
	padding-bottom: 70px;
	overflow: hidden;
}
.services-clt{
	width: 50%;
	float: left;
	padding-right: 30px;
}
.services-crt{
	width: 50%;
	float: right;
	padding-right: 0;
	text-align: center;
	color: #fff;
}
.services-c1{
	width: 100%;
	font-size: 36px;
	line-height: 45px;
	padding-top: 60px;
}
.services-c2{
	width: 100%;
	font-size: 18px;
	line-height: 25px;
	padding-top: 15px;
}
.services-c3{
	margin-top: 65px;
}
.services-c3-div{
	display: inline-block;
	overflow: hidden;
}
.services-c3-a{
	display: inline-block;
	width: 200px;
	float: left;
	padding-top: 15px;
}
.services-c3-a li{
	width: 100%;
	height: 60px;
	background: #fff;
	border-radius: 30px;
	margin-bottom: 15px;
	padding: 0 20px;
	cursor: pointer;
}
.services-c3-a li div{
	font-size: 16px;
	color: #333;
	line-height: 1;
	padding-top: 12px;
}
.services-c3-a li p{
	font-size: 12px;
	color: #999;
	line-height: 1;
	padding-top: 8px;
}
.services-c3-b{
	display: inline-block;
	margin-left: 30px;
	max-width: 160px;
	float: left;
	line-height: 1;
	font-size: 0;
}
.services-c3-b img{
	display: none;
}
.services-d{
	padding-top: 70px;
	padding-bottom: 10px;
}
.services-dul{
	width: 103%;
	margin-left: -1%;
	overflow: hidden;
	padding-top: 10px;
	margin-top: 45px;
}
.services-dul li{
	width: 22%;
	margin-right: 2%;
	margin-left: 1%;
	float: left;
	margin-bottom: 40px;
	border: 1px solid #eee;
	border-radius: 10px;
	padding: 10px;
	position: relative;
	top: 0;
	cursor: pointer;
	box-shadow: 0px 0px 8px #eee;
	transition: all .3s;
-webkit-transition: all .3s;
}
.services-dul li:hover{
	top: -10px;
	box-shadow: 4px 4px 8px #eee;
	transition: all .3s;
-webkit-transition: all .3s;
}
.services-d1{
	overflow: hidden;
}
.services-d2{
	font-size: 18px;
	color: #333;
	line-height: 25px;
	margin-top: 15px;
}
.services-d3{
	font-size: 12px;
	color: #999;
	line-height: 20px;
}
.services-d4{
	width: 100%;
	height: 1;
	margin-top: 15px;
    border-bottom: 1px dashed rgba(224,224,224,1);
}
.services-d56{
	margin-top: 20px;
	overflow: hidden;
}
.services-d5{
	float: left;
}
.services-d5>div{
	font-size: 20px;
	color: #e72c2e;
	line-height: 1;
}
.services-d5>p{
	font-size: 14px;
	color: #999;
	margin-top: 8px;
	line-height: 1;
}
.services-d6{
	float: right;
	width: 85px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	color: #333;
	font-size: 14px;
	background: #f1f1f1;
	border-radius: 15px;
}
.services-tk{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
	display: none;
}
.services-tk>div{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0,0,0,.4);
}
.services-tk> img{
	max-width: 80%;
	max-height: 80%;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 3;
	transform:translate(-50%,-50%);
-ms-transform:translate(-50%,-50%);
-moz-transform:translate(-50%,-50%);
-webkit-transform:translate(-50%,-50%);
}

@media(max-width:1200px){
	.services-d5{
		width: 100%;
		margin-bottom: 15px;
	}
	.services-d6{
		float: left;
	}
	.services-d3{
		line-height: 18px;
		height: 35px;
	}
	.services-d4{
		margin-top: 5px;
	}
	.services-dul{
		width: 101.5%;
	}
	.services-dul li{
		width: 23.5%;
		margin-right: .5%;
		margin-bottom: 25px;
	}
	.services-c1{
		font-size: 28px;
		line-height: 38px;
	}
	.services-c3-a{
		width: 180px;
		padding-top: 0;
	}
	.services-c3-b{
		width: 140px;
	}
	.services-brt li{
		height: 350px;
	}
}
@media(max-width:1000px){
	.services-brt{
		width: 100%;
		margin-top: 40px;
	}
	.services-brt li{
		height: 280px;
	}
}
@media(max-width:750px){
	.services-b{
		padding-top: .8rem;
		padding-bottom: .8rem;
	}
	.services-tit{
		font-size: .36rem;
	}
	.services-tit2{
		font-size: .24rem;
	}
	.services-bct{
		margin-top: .4rem;
	}
	.services-blt{
		width: 80%;
		margin-left: 10%;
	}
	.services-brt{
		width: 100%;
		margin-top: 0rem;
	}
	.services-brt li{
		width: 100%;
		margin: 0;
		margin-bottom: .3rem;
		height: auto;
	}
	.services-b14{
		padding: .2rem;
	}
	.services-b1{
		font-size: .3rem;
		line-height: .45rem;
	}
	.services-b2{
		font-size: .24rem;
		line-height: .4rem;
		margin-top: .1rem;
		margin-bottom: .2rem;
	}
	.services-b3{
		margin-top: 0rem;
		width: 1.8rem;
		height: .6rem;
		line-height: .6rem;
		font-size: .26rem;
		margin-bottom: .2rem;
		/*position: relative;
		right: 0;
		bottom: 0;
		float: right;*/
	}
	.services-c{
		padding: .8rem .3rem;
	}
	.services-clt{
		width: 100%;
		margin-bottom: .6rem;
		padding: 0 1rem;
	}
	.services-crt{
		width: 100%;
	}
	.services-c1{
		padding: 0;
		font-size: .4rem;
		line-height: .55rem;
		font-weight: bold;
	}
	.services-c2{
		font-size: .28rem;
		line-height: .45rem;
		padding-top: .15rem;
	}
	.services-c3{
		margin-top: .5rem;
	}
	.services-c3-a{
		width: 3rem;
	}
	.services-c3-a li{
		height: auto;
		padding: .2rem;
		border-radius: .8rem;
		margin-bottom: .2rem;
	}
	.services-c3-a li div{
		padding: 0;
	}
	.services-c3-a li div{
		font-size: .28rem;
	}
	.services-c3-a li p{
		font-size: .24rem;
		padding-top: .05rem;
	}
	.services-c3-b{
		width: 2.4rem;
		margin-left: .3rem;
	}
	.services-d{
		padding: .8rem .3rem;
	}
	.services-dul{
		margin-top: .5rem;
	}
	.services-dul li{
		width: 48.5%;
		padding: .15rem;
		margin-bottom: .25rem;
	}
	.services-d2{
		font-size: .24rem;
		line-height: .4rem;
	}
	.services-d3{
		font-size: .24rem;
		line-height: .35rem;
		height: .7rem;
	}
	.services-d4{
		margin: 0;
	}
	.services-d56{
		margin-top: .2rem;
		margin-bottom: .15rem;
	}
	.services-d5>div{
		font-size: .3rem;
	}
	.services-d5>p{
		font-size: .24rem;
	}
}


/*合作加盟*/
.about-b{
	padding-top: 70px;
	padding-bottom: 80px;
}
.about-bdiv{
	margin-top: 40px;
	overflow: hidden;
}
.about-blt{
	width: 475px;
	float: left;
}
.about-brt{
	width: calc(100% -475px);
	width: -webkit-calc(100% - 475px);
	float: left;
	padding-left: 45px;
	max-width: 675px;
}
.about-b1{
	font-size: 28px;
	line-height: 35px;
	padding-top: 30px;
	color: #333;
}
.about-b2{
	font-size: 16px;
	line-height: 30px;
	padding-top: 30px;
	color: #333;
}
.about-cbj{
	background: #f9f9f9;
	padding-top: 120px;
	padding-bottom: 120px;
}
.about-c{
	width: 100%;
	max-width: 1620px;
	margin: 0 auto;
	padding: 0 50px;
	overflow: hidden;
	margin-top: ;
}
.about-c li{
	width: 25%;
	float: left;
	text-align: center;
	margin-bottom: 40px;
	padding: 0 10px;
}
.about-cot{
	display: inline-block;
}
.about-c1{
	height: 65px;
	line-height: 65px;
	font-size: 0;
}
.about-c1 img{
	max-height: 100%;
}
.about-c2{
	font-size: 24px;
	line-height: 1;
	color: #333;
	margin-top: 20px;
}
.about-c3{
	font-size: 18px;
	line-height: 22px;
	color: #999;
	margin-top: 8px;
	height: 44px;
}
.about-dbj{
	width: 100%;
	background: #fbfbfc url(../img/ico11.png) no-repeat center;
	background-size: cover;
	padding-top: 70px;
	padding-bottom: 90px;
}
.about{
	overflow: hidden;
}
.about-dtit{
	width: 100%;
	overflow: hidden;
	margin-bottom: 65px;
	line-height: 1;
	text-align: center;
}
.about-dtit .sp1{
	font-size: 30px;
	color: #e72c2e;
}
.about-dtit .sp2{
	font-size: 20px;
	color: #666;
	font-family: arial;
}
.about-d1{
	width: 43%;
	float: left;
	font-size: 18px;
	color: #333;
	line-height: 30px;
}
.about-d1>div{
	margin-bottom: 35px;
}
.about-dfm{
	width: 53%;
	float: right;
	max-width: 625px;
}
.about-dfm li{
	width: 100%;
	height: auto;
	margin-bottom: 30px;
	border: 1px solid #ccc;	
	padding: 12px 0;
	overflow: hidden;
	background: #fff;
	border-radius: 5px;
}
.about-dfm li div{
	width: 145px;
	float: left;
	text-align: center;
	font-size: 18px;
	color: #333;
	line-height: 25px;
	border-right: 1px solid #ccc;
}
.about-dfm li div span{
	color: #ff0000;
	position: relative;
	top: 2px;
}
.about-dfm li input{
	width: calc(100% - 145px);
	width: -webkit-calc(100% - 145px);
	float: left;
	font-size: 18px;
	color: #333;
	line-height: 25px;
	padding: 0 30px;
	border: 0 !important;
}
.about-dfm .sub{
	width: 300px;
	height: 60px;
	background: #e72c2e;
	font-size: 20px;
	border: 0 !important;
	border-radius: 5px;
	color: #fff;
	margin-top: 15px;
	margin-left: 50%;
	position: relative;
	left: -150px;
}
.about-dfm .sub:hover{
	opacity: .8;
}
.about-dp{
	font-size: 16px;
	color: #666;
	line-height: 1;
	margin-top: 18px;
	text-align: center;
}

.about-j{
	padding-top: 65px;
	padding-bottom: 65px;
}
.about-jit{
	text-align: center;
	margin-top: 20px;
	
}
.about-jit>div{
	display: inline-block;
	padding: 0 20px;
	background: #e72c2e;
	font-size: 18px;
	line-height: 35px;
	border-radius: 5px;
	color: #fff;
}
.about-jul{
	overflow: hidden;
	width: calc(100% + 20px);
	width: -webkit-calc(100% + 20px);
	padding: 10px;
	margin-top: 25px;
	margin-left: -10px;
}
.about-jul li{
	width: calc(25% - 20px);
	width: -webkit-calc(25% - 20px);
	float: left;
	margin: 0 10px;
	margin-bottom: 20px;
	height: 340px;
	padding: 15px;
	background: #fff;
	box-shadow: 0 0 5px #eee;
	position: relative;
	top: 0;
	transition: all .3s;
-webkit-transition: all .3s;
}
.about-j1{
	text-align: center;
}
.about-j2{
	margin-top: 20px;
	font-size: 14px;
	color: #333;
	line-height: 25px;
}
.about-jul li:nth-child(2n + 0) .about-j2{
	margin-top: 0px;
}
.about-jul li:nth-child(2n + 0) .about-j1{
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 15px;
}
.about-jul li:hover{
	top: -5px;
	box-shadow: 0px 0px 8px #ccc;
	transition: all .3s;
-webkit-transition: all .3s;
}
.about-kbj{
	width: 100%;
	background: #fbfbfc;
	padding:45px 0;
}
.about-k .isve-ul{
	margin-top: 25px;
}
.about-kul{
	overflow: hidden;
	margin-top: 60px;
	text-align: center;
}
.about-kul li{
	width: 25%;
	float: left;
	padding: 0 15px;
	margin-bottom: 35px;
}
.about-kul .ifws-a{
	padding-top: 35px;
	width: 100%;
	max-width: 260px;
}

.about-m{
	text-align: center;
	padding-top: 65px;
	padding-bottom: 65px;
}
.about-m1{
	font-size: 0;
	margin-top: 60px;
}

@media(max-width:1000px){
	.about-brt{
		width: 100%;
		padding: 0;
		margin-top: 30px;
	}
	
	.about-c2{
		font-size: 20px;
	}
	.about-c3{
		font-size: 13px;
		line-height: 18px;
		height: 36px;
	}
	.about-jul li{
		    width: calc(50% - 20px);
        width: -webkit-calc(50% - 20px);
	}
	.about-kul li{
		width: 50%;
		margin-bottom: 35px;
		height: 240px;
	}
}

@media(max-width:750px){
	.about-kul{
		margin-top: .6rem;
	}
	.about-kul li{
		width: 50%;
		padding: 0 10px;
		margin-bottom: .3rem;
	}
	.about-kul .ifws-a{
		padding-top: 5px;
	}
	.about-b{
		padding: .8rem .3rem;
	}
	.about-bdiv{
		margin-top: .5rem;
	}
	.about-blt{
		width: 100%;
	}
	.about-brt{
		margin-top: .5rem;
	}
	.about-b1{
		font-size: .34rem;
		line-height: .5rem;
		font-weight: bold;
		padding: 0;
	}
	.about-b2{
		font-size: .26rem;
		line-height: .45rem;
		padding-top: .3rem;
	}
	.about-cbj{
		padding-top: .8rem;
		padding-bottom: .3rem;
	}
	.about-c{
		padding: 0 .3rem;
	}
	.about-c li{
		width: 50%;
		margin-bottom: .3rem;
	}
	.about-c3{
		font-size: 12px;
	}
	.about-c2{
		font-size: 18px;
		margin-top: 10px;
	}
	.about-dbj{
		padding: .8rem 0;
	}
	.about-dtit{
		margin-bottom: .6rem;
	}
	.about-dtit .sp1{
		font-size: .36rem;
	}
	.about-dtit .sp2{
		font-size: .26rem;
	}
	.about-d1{
		width: 100%;
		font-size: .28rem;
		line-height: .4rem;
	}
	.about-d1>div{
		margin-bottom: .3rem;
	}
	.about-dfm{
		width: 100%;
		margin-top: .4rem;
	}
	.about-dfm li{
		padding: .15rem 0;
		margin-bottom: .3rem;
	}
	.about-dfm li div{
		font-size: .26rem;
		line-height: .45rem;
		width: 2rem;
	}
	.about-dfm li input{
		width: calc(100% - 2rem);
    width: -webkit-calc(100% - 2rem);
    font-size: .26rem;
    line-height: .45rem;
    padding: 0 .3rem;
	}
	.about-dfm .sub{
		width: 4rem;
		font-size: .28rem;
		height: .7rem;
		line-height: .7rem;
		left: -2rem;
		margin-top: .15rem;
	}
	.about-dp{
		font-size: .26rem;
	}
	.about-j{
		padding-top: .8rem;
		padding-bottom: .5rem;
	}
	.about-jit{
		margin-top: .25rem;
	}
	.about-jit>div{
		font-size: .26rem;
		line-height: .5rem;
		padding: 0 .2rem;
		line-height: .6rem;
	}
	.about-jul{
		    width: calc(100% + 10px);
    width: -webkit-calc(100% + 10px);
		margin-top: .4rem;
	}
	.about-jul li{
		padding: .15rem;
		height: 5rem;
		margin: 0 5px;
		margin-bottom: 10px;
	}
	.about-j2{
		font-size: .24rem;
		line-height: .4rem;
		margin-top: .15rem;
	}
	.about-kbj{
		padding: .6rem 0;
	}
	.about-m{
		padding-top: .6rem;
		padding-bottom: .6rem;
	}
	.about-m1{
		margin-top: .5rem;
	}
	
}


/*加入我们*/
.recruit-top{
	background: url(../img/ico13.png) no-repeat right center;
	background-size: auto 100%;
	min-height: 635px;
}
.recruita-ac{
	width: 100%;
	max-width: 1600px;
	padding: 0 50px;
	margin: 0 auto;
	padding-top: 180px;
	padding-bottom: 100px;
}
.recruita-a{
	font-size: 60px;
	line-height: 70px;
	color: #44224b;
	font-weight: bold;
}
.recruita-b{
	font-size: 24px;
	color: #2d2058;
	line-height: 30px;
	margin-top: 25px;
}
.recruita-c{
	width: 600px;
	height: 70px;
	margin-top: 60px;
	position: relative;
}
.recruita-c .int{
	width: 100%;
	font-size: 24px;
	line-height: 70px;
	border-radius: 10px;
	color: #44224b;
	padding-left: 60px;
	padding-right: 90px;
	border: 0 !important;
	background: #f4eef5;
}
.recruita-c .sub{
	width: 70px;
	height: 70px;
	border: 0 !important;
	background: url(../img/ico14.png) no-repeat center;
	position: absolute;
	top: 0;
	right: 10px;
}
.recruita-d{
	width: 100%;
	font-size: 0;
}
.recruita-e1{
	width: 100%;
	margin-top: 40px;
	padding: 0 60px;
	position: relative;
}
.recruita-slide{
	padding:30px;
	transition: all .3s;
-webkit-transition: all .3s;
}
.recruita-slide.swiper-slide-active{
	padding: 0;
	transition: all .3s;
-webkit-transition: all .3s;
}
.recruita-next{
	background: url(../img/ico16.png) no-repeat center;
}
.recruita-prev{
	background: url(../img/ico15.png) no-repeat center;
}
.recruita-f{
	margin-top: 100px;
}
.recruita-f1{
	font-size: 48px;
	color: #e72c2e;
	line-height: 1;
	text-align: center;
}
.recruita-f1 span{
	color: #44224b;
}
.recruita-f2{
	margin-top: 55px;
	margin-bottom: 65px;
	text-align: center;
	overflow: hidden;
}
.recruita-f2 li{
	width: 25%;
	float: left;
	padding: 0 10px;
	cursor: pointer;
}
.recruita-f2 li div{
	height: 70px;
	line-height: 70px;
	font-size: 0;
}
.recruita-f2 li div img{
	max-height: 100%;
}
.recruita-f2 li p{
	display: inline-block;
	font-size: 24px;
	color: #091e40;
	width: 160px;
	line-height: 50px;
	text-align: center;
	border-radius: 30px;
	background: #fff;
	margin-top: 15px;
	transition: all .3s;
-webkit-transition: all .3s;
}
.recruita-f2 li:hover p{
	color: #fff;
	background: #e72c2e;
	transition: all .3s;
-webkit-transition: all .3s;
}
.recruita-f2 li.on p{
	color: #fff;
	background: #e72c2e;
	transition: all .3s;
-webkit-transition: all .3s;
}
.recruita-g ul{
	display: none;
}
.recruita-g li{
	margin-bottom: 55px;
}
.recruita-g1{
	overflow: hidden;
	padding-bottom: 15px;
	border-bottom: 1px dashed rgba(153,153,153,1);
}
.recruita-g1 .d1{
	
	float: left;
	font-size: 28px;
	color: #333;
	line-height: 35px;
}
.recruita-g1 .d2{
	
	float: right;
	font-size: 16px;
	color: #666;
	line-height: 35px;
}
.recruita-g2{
	padding-top: 50px;
	color: #333;
}
.recruita-g2 .d1{
	font-size: 20px;
	line-height: 1;
}
.recruita-g2 .d2{
	font-size: 14px;
	line-height: 30px;
	margin-top: 15px;
	margin-bottom: 30px;
}

@media(max-width:1600px){
	.recruita-ac{
		max-width: 1300px;
	}
	.recruita-a{
		font-size: 50px;
		line-height: 60px;
	}
	.recruita-b{
		font-size: 20px;
	}
	.recruita-c{
		width: 500px;
	}
	.recruita-c .int{
		padding-left: 30px;
	}
	.recruit-top{
		min-height: auto;
	}
	.recruita-ac{
		padding-top: 120px;
		padding-bottom: 60px;
	}
}
@media(max-width:1000px){
	.recruita-a{
		font-size: 40px;
		line-height: 50px;
	}
	.recruita-b{
		font-size: 16px;
	}
	.recruita-c{
		width: 400px;
		margin-top: 30px;
	}
	.recruita-c .int{
		padding-left: 30px;
	}
	.recruit-top{
		min-height: auto;
	}
	.recruita-ac{
		padding-top: 60px;
		padding-bottom: 30px;
	}
	.recruita-slide{
		padding: 15px;
	}
	.recruita-f1{
		font-size: 38px;
	}
}
@media(max-width:750px){
	.recruita-ac{
		padding: .8rem .3rem;
	}
	.recruita-a{
		font-size: .4rem;
		line-height: .5rem;
	}
	.recruita-b{
		font-size: .26rem;
		line-height: .4rem;
		margin-top: .25rem;
	}
	.recruita-c{
		width: 5rem;
		height: 1rem;
		margin-top: .3rem;
	}
	.recruita-c .int{
		font-size: .28rem;
		line-height: 1rem;
		padding-left: .3rem;
		padding-right: 1.2rem;
	}
	.recruita-c .sub{
		width: 1rem;
		height: 1rem;
		right: 0;
	}
	.recruita-d img{
		width: .5rem;
	}
	.recruita-e1{
		margin-top: .5rem;
		padding: 0 .8rem;
	}
	.recruita-f{
		margin-top: .8rem;
	}
	.recruita-f1{
		font-size: .4rem;
		font-weight: bold;
	}
	.recruita-f2 li div{
		height: .8rem;
		line-height: .8rem;
	}
	.recruita-f2 li p{
		font-size: .24rem;
		line-height: .6rem;
		width: 1.5rem;
	}
	.recruita-f2{
		margin-top: .5rem;
		margin-bottom: .6rem;
	}
	.recruita-g1 .d1{
		width: 100%;
		font-size: .32rem;
		line-height: .45rem;
		font-weight: bold;
	}
	.recruita-g1 .d2{
		width: 100%;
		font-size: .26rem;
		line-height: .4rem;
		margin-top: .1rem;
	}
	.recruita-g2{
		padding-top: .5rem;
	}
	.recruita-g2 .d1{
		font-size: .3rem;
	}
	.recruita-g2 .d2{
		font-size: .24rem;
		line-height: .45rem;
		margin-top: .2rem;
		margin-bottom: .4rem;
	}
	.recruita-g li{
		margin-bottom: .5rem;
	}
}



/*首页*/
.ban-span span{
	opacity: 1;
}
.ban-span .swiper-pagination-bullet-active{
	background: #e72c2e;
}
.iaut-bj{
	background: #f9f9f9;
	padding: 75px 0;
}
.iaut{
	overflow: hidden;
}
.iaut-lt{
	width: 50%;
	height: 315px;
	float: left;
	position: relative;
	cursor: pointer;
}
.iaut-lt:after{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../img/ico18.png) no-repeat center;
}
.iaut-rt{
	width: 50%;
	float: right;
	padding: 0 45px;
}
.iaut-a{
	overflow: hidden;
}
.iaut-a1{
	float: left;
	width: 135px;
	text-align: left;
}
.iaut-a1>div{
	text-align: left;
	padding: 0;
}
.iaut-a1 .services-tit{
	letter-spacing: 2px;
}
.iaut-a2{
	float: left;
	font-size: 14px;
	color: #666;
	line-height: 20px;
	padding-top: 12px;
}
.iaut-b{
	font-size: 14px;
	line-height: 25px;
	color: #666;
	margin-top: 30px;
	height: 150px;
}
.iaut-c{
	width: 125px;
	height: 50px;
	border-radius: 5px;
	margin-top: 30px;
	display: inline-block;
	font-size: 14px;
	color: #333;
	line-height: 50px;
	padding-left: 20px;
	background: #fff url(../img/ico19_1.png) no-repeat 88px center;
transition: all .3s;
-webkit-transition: all .3s;
}
.iaut-c:hover{
	color: #fff;
	background: #e72c2e url(../img/ico19_2.png) no-repeat 93px center;
transition: all .3s;
-webkit-transition: all .3s;
}

.isve{
	padding-top: 55px;
	padding-bottom: 55px;
}
.isve-ul{
	width: calc(100% + 20px);
	width: -webkit-calc(100% + 20px);
	margin-left: -10px;
	overflow: hidden;
	padding: 10px;
}
.isve-ul li{
	width: calc(25% - 20px);
	width: -webkit-calc(25% - 20px);
	margin: 0 10px;
	float: left;
	height: 205px;
	background: #fff;
	box-shadow: 0 2px 5px #ddd;
	position: relative;
	top: 0;
	transition: all .3s;
-webkit-transition: all .3s;
}
.isve-ul li:hover{
	top: -8px;
	box-shadow: 4px 4px 5px #ddd;
	transition: all .3s;
-webkit-transition: all .3s;
}
.isve-a{
	width: 100%;
	height: 2px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
transition: all .3s;
-webkit-transition: all .3s;
}
.isve-b{
	margin-top: 60px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	font-size: 0;
	position: relative;
	z-index: 2;
}
.isve-b img{
	max-height: 100%;
transition: all .3s;
-webkit-transition: all .3s;
}
.isve-b .img2{
	display: none;
}
.isve-c{
	font-size: 16px;
	color: #666;
	text-align: center;
	padding: 0 15px;
	line-height: 25px;
	margin-top: 12px;
	position: relative;
	z-index: 3;
transition: all .3s;
-webkit-transition: all .3s;
}
.isve-ul li:hover .isve-a{
	height: 100%;
transition: all .3s;
-webkit-transition: all .3s;
}
.isve-ul li:hover .isve-b .img1{
	display: none;
transition: all .3s;
-webkit-transition: all .3s;
}
.isve-ul li:hover .isve-b .img2{
	display: inline-block;
transition: all .3s;
-webkit-transition: all .3s;
}
.isve-ul li:hover .isve-c{
	color: #fff;
	
transition: all .3s;
-webkit-transition: all .3s;
}


.ifws{
	padding-top: 65px;
	padding-bottom: 85px;
	text-align: center;
}
.ifws-a{
	display: inline-block;
	max-width: 260px;
}
.ifws-a1{
	font-size: 18px;
	line-height: 30px;
	color: #333;
	/*font-weight: bold;*/
}
.ifws-a1 span{
	display: inline-block;
	font-size: 24px;
	line-height: 30px;
	margin-left: 10px;
}
.ifws-a2{
	font-size: 12px;
	line-height: 25px;
	color: #999;
	margin-top: 25px;
}
.ifws-ul{
	overflow: hidden;
	font-size: 0;
	margin: 55px 0;
}
.ifws-ul li{
	width: 30%;
	float: left;
	padding: 0 10px;
}
.ifws-ul .li2{
	width: 40%;
	position: relative;
}
.ifws-ul .li2:after{
	content: '';
	width: 8px;
	height: 120px;
	background: url(../img/ico30.png) no-repeat center;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -60px;
}
.ifws-ul .li2:before{
	content: '';
	width: 8px;
	height: 120px;
	background: url(../img/ico30.png) no-repeat center;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -60px;
}
.ifws-b{
	display: inline-block;
}
.ifws-b1{
	height: 200px;
}


.iculture{
	padding-bottom: 65px;
}
.iculture-div{
	position: relative;
	margin-top: 45px;
}
.iculture-swiper{
	width: calc(100% + 20px);
	width: -webkit-calc(100% + 20px);
	margin-left: -10px;
	padding: 10px;
}
.iculture-slide{
	height: 340px;
	border-radius: 10px;
	border: 1px solid #ccc;
	padding: 15px;
	text-align: center;
	box-shadow: 0 2px 8px #ddd;
	position: relative;
	top: 0;
	transition: all .3s;
-webkit-transition: all .3s;
}
.iculture-slide:hover{
	top: -10px;
	box-shadow: 4px 4px 8px #ddd;
	transition: all .3s;
-webkit-transition: all .3s;
}
.iculture-slide:after{
	content: '';
	width: 70px;
	height: 3px;
	background: #e11a1a;
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -35px;
}
.iculture-b{
	font-size: 18px;
	color: #333;
	font-weight: bold;
	line-height: 25px;
	margin-top: 30px;
}
.iculture-c{
	font-size: 14px;
	color: #666;
	line-height: 25px;
	margin-top: 10px;
}
.iculture-prev{
	width: 48px;
	height: 48px;
	background: url(../img/ico24_1.png) no-repeat center;
	background-size: cover;
	left: -90px;
}
.iculture-next{
	width: 48px;
	height: 48px;
	background: url(../img/ico24_2.png) no-repeat center;
	background-size: cover;
	right: -90px;
}

.ibus-bj{
	background: #f9f9f9;
	padding-top: 45px;
	padding-bottom: 25px;
}
.ibus-ul{
	width: calc(100% + 20px);
	width: -webkit-calc(100% + 20px);
	overflow: hidden;
	margin-top: 45px;
}
.ibus-ul li{
	width: calc(20% - 20px);
	width: -webkit-calc(20% - 20px);
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	background: #fff;
	border-radius: 10px;
	height: 270px;
	padding: 10px;
	padding-top: 35px;
	text-align: center;
}
.ibus-a{
	height: 60px;
	text-align: center;
	line-height: 60px;
	font-size: 0;
}
.ibus-a img{
	max-height: 100%;
}
.ibus-b{
	font-size: 18px;
	color: #333;
	line-height: 25px;
	margin-top: 30px;
}
.ibus-c{
	font-size: 14px;
	color: #999;
	line-height: 20px;
	margin-top: 10px;
}


.inews{
	padding-top: 75px;
	padding-bottom: 75px;
	overflow: hidden;
}
.inews-lt,.inews-rt{
	width: 50%;
	float: left;
}
.inews-lt{
	padding-right: 50px;
}

.inews-swiper{
	width: 100%;
	height: 380px;
}
.inews-a{
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.inews-a>div{
	width: 100%;
	height: 40px;
	background: rgba(0,0,0,.6);
	padding: 0 15px;
	font-size: 16px;
	color: #fff;
	line-height: 40px;
	position: absolute;
	left: 0;
	bottom: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.inews-span{
	width: 100%;
	height: 30px;
	padding: 0 15px;
	text-align: right;
	background: #000;
	line-height: 1;
	font-size: 0;
	bottom: 0 !important;
}
.inews-span span{
	display: inline-block;
	opacity: 1;
	width: auto;
	min-width: 20px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	font-size: 12px;
	color: #fff;
	border-radius: 3px;
	background: #444444;
	margin: 5px 2px !important;
}
.inews-span span.swiper-pagination-bullet-active{
	background: #e72c2e;
}

.inews-b{
	width: 100%;
	height: 50px;
	background: #f4f4f4;
	overflow: hidden;
	position: relative;
}
.inews-b>div{
	width: 145px;
	height: 50px;
	background: #e72c2e;
	font-size: 18px;
	color: #fff;
	line-height: 50px;
	text-align: center;
}
.inews-b>a{
	width: 50px;
	height: 50px;
	position: absolute;
	top: 0;
	right: 35px;
	font-size: 16px;
	color: #333;
	line-height: 50px;
	background: url(../img/ico19_1.png) no-repeat right center;
}
.inews-b>a:hover{
	color: #e72c2e;
}
.inews-c{
	margin-top: ;
}
.inews-c a{
	display: block;
	font-size: 16px;
	color: #666;
	line-height: 30px;
	margin-top: 25px;
	padding-right: 100px;
	padding-left: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	position: relative;
	border-bottom: 1px dashed rgba(224,224,224,1);
}
.inews-c a>p{
	width: 80px;
	font-size: 12px;
	color: #999;
	line-height: 30px;
	position: absolute;bottom: 0;
	right: 0;
	text-align: center;
}
.inews-c a:hover{
	color: #e72c2e;
}


@media(max-width:1600px){
	.iculture-next{
		right: -45px;
		width: 40px;
		height: 40px;
	}
	.iculture-prev{
		left: -45px;
		width: 40px;
		height: 40px;
	}
	.inews-lt{
		padding-right: 25px;
	}
}
@media(max-width:1200px){
	.iculture-next{
		right: -10px;
	}
	.iculture-prev{
		left: -10px;
	}
	.iculture-div{
		padding: 0 40px;
	}
	.ibus-b{
		font-size: 16px;
		font-weight: bold;
	}
	.iaut-rt{
		padding: 0;
		padding-left: 25px;
	}
	.iaut-c{
		margin-top: 10px;
	}
	.ifws-ul li{
		width: 31% ;
		padding: 0 20px;
	}
	.ifws-ul .li2{
		width: 34%;
	}
}
@media(max-width:1000px){
	.ibus-ul li{
		    width: calc(33.333% - 20px);
       width: -webkit-calc(33.333% - 20px);
	}
}
@media(max-width:750px){
	.iaut-bj{
		padding: .8rem 0;
	}
	.iaut-lt{
		width: 100%;
		height: 4rem;
		margin-bottom: .5rem;
	}
	.iaut-rt{
		width: 100%;
		padding: 0;
	}
	.iaut-a2{
		width: 100%;
		font-size: .26rem;
		line-height: .4rem;
		padding-top: .15rem;
	}
	.iaut-b{
		font-size: .26rem;
		line-height: .45rem;
		margin-top: .3rem;
		height: auto;
	}
	.iaut-c{
		width: 120px;
		height: .8rem;
		line-height: .8rem;
		margin-top: .3rem;
	}
	.isve-ul li{
		width: calc(50% - 20px);
    width: -webkit-calc(50% - 20px);
    margin-bottom: 20px;
    height: 3rem;
	}
	.isve-b{
		height: .7rem;
		line-height: .7rem;
		margin-top: .8rem;
	}
	.isve-c{
		font-size: 14px;
	}
	.isve{
		padding-top: .7rem;
		padding-bottom: .7rem;
	}
	
	.ifws{
		padding-top: .8rem;
		padding-bottom: .8rem;
	}
	.ifws-a2{
		margin-top: .25rem;
	}
	.ifws-ul{
		margin: .4rem 0;
	}
	.ifws-ul .li2:before,.ifws-ul .li2:after{
		display: none;
	}
	.ifws-ul li{
		width: 33.333% !important;
		padding: 0 7px;
	}
	.ifws-b1{
		height: auto;
		min-height: 2.2rem;
	}
	.ifws-ul .ifws-a1{
		font-size: .24rem;
		line-height: .4rem;
		margin-top: .15rem;
	}
	.ifws-ul .ifws-a1 span{
		font-size: .3rem;
		margin-left: .05rem;
	}
	
	
	.iculture-div{
		margin-top: .6rem;
	}
	.iculture-slide{
		height: 300px;
	}
	.iculture-b{
		margin-top: 15px;
	}
	.ibus-ul{
		    width: calc(100% + 10px);
    width: -webkit-calc(100% + 10px);
    margin-top: .6rem;
	}
	.ibus-ul li{
		width: calc(50% - 10px);
    width: -webkit-calc(50% - 10px);
    margin-right: 10px;
    margin-bottom: 10px;
    padding: .15rem;
    padding-top: .3rem;
    height: 3.6rem;
	}
	.ibus-a{
		height: .8rem;
		line-height: .8rem;
	}
	.ibus-b{
		font-size: .28rem;
		line-height: .4rem;
		margin-top: .2rem;
	}
	.ibus-c{
		font-size: .24rem;
		line-height: .4rem;
		margin-top: .15rem;
	}
	.inews{
		padding: .8rem .3rem;
	}
	.inews-lt{
		width: 100%;
		padding: 0;
		margin-bottom: .6rem;
	}
	.inews-swiper{
		height: 5rem;
	}
	.inews-a>div{
		font-size: .26rem;
	}
	.inews-rt{
		width: 100%;
	}
	.inews-b{
		height: .8rem;
	}
	.inews-b>div{
		width: 2rem;
		font-size: .28rem;
		line-height: .8rem;
	}
	.inews-b>a{
		height: .8rem;
		font-size: .28rem;
		line-height: .8rem;
		right: .3rem;
	}
	.inews-c a{
		font-size: .26rem;
		line-height: .7rem;
		height: .7rem;
		margin-top: .2rem;
		padding-left: 0;
		padding-right: 2rem;
	}
	.inews-c a>p{
		width: 1.8rem;
		font-size: .24rem;
		line-height: .7rem;
	}
}


.gytk-bj{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 69;
	background: rgba(0,0,0,.6);
	display: none;
}
.gytk{
	width: 100%;
	max-width: 60%;
	max-height: 80%;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	text-align: center;
	transform:translate(-50%,-50%);
-ms-transform:translate(-50%,-50%);
-moz-transform:translate(-50%,-50%);
-webkit-transform:translate(-50%,-50%);
}
.gytk video,.gytk img{

	max-width: 100%;
	max-height: 100%;

}
.gytk-bj>i{
	display: inline-block;
	width: 55px;
	height: 55px;
	background: url(../img/x02.png) no-repeat center; 
	background-size: cover;
	position: absolute;
	top: 5%;
	right: 20%;
}
@media(max-width:1200px){
	.gytk{
		max-width: 90%;
	}
	.gytk-bj>i{
		right: 5%;
	}
}



@media(max-width:750px){
	.about-kul .ifws-a1{
		font-size: .28rem;
		line-height: .4rem;
		font-weight: bold;
	}
	.about-kul .ifws-a1 span{
		font-size: .34rem;
	}
	.about-kul .ifws-b1{
		margin-bottom: .25rem;
	}
	.about-kul li{
		height: 4.2rem;
	}
	.about-kul .ifws-a2{
		margin-top: .15rem;
		line-height: 20px;
	}
}