@media (max-width: 1720px) {
	.header .wrap{
		width: auto;
	}
	.header .logo{
		margin-right: 30px;
	}
	.header .navbar_nav{
		position: absolute; left: 31%; 
	}
	.header .navbar_nav li > a{
		padding: 0 20px;font-size: 17px;
	}
	.header .search{
		width: 200px;
	}
}
@media (max-width: 1300px) {
	img{
		max-width: 100%;
	}

}
@media (max-width: 1200px) {
	.g-mobile{
	 	display: block;
	 }
	 .side{display: none;}
	 .g-pc{
	 	display: none;
	 }
	 
	 .mo-header{
	 	height: 40px; padding: 0 15px; position: relative;
	 }
	 .mo-header-search{
	 	position: absolute; left: 15px; top: 0; height: 40px; background: url(/assets/img/wap_linuo/mo-icon1.png) no-repeat center; width: 30px;
	 }
	 .mo-header-logo{
	 	text-align: center; line-height: 40px;
	 }
	 .mo-header-logo img{
	 	vertical-align: middle;
	 }
	 .mo-header-menu{
	 	position: absolute; right: 15px; top: 0; height: 40px; width: 40px; background: url(/assets/img/wap_linuo/mo-icon2.png) no-repeat center;
	 }
	 
	 .mo-search{
	 	position: fixed; left: 0; right: 0; top:40px;  background: rgba(255,255,255,0.9); padding: 30px 30px; text-align: center; border-top: 1px solid #eee; box-shadow: 0 3px 5px rgba(0,0,0,0.1); display: none; z-index: 99;
	 }
	 .mo-search .main{
	 	width: 250px; border: 1px solid #999; height: 35px; margin: 0 auto; border-radius: 50px; overflow: hidden; position: relative;
       
	 }
 
	 .mo-search input[type='text']{
	 	width: 100%; height: 35px; border: 0; padding: 0 15px;
	 }
	 .mo-search button{
	 	position: absolute; right: 0; top: 0; bottom: 0; width: 40px; background: url(/assets/img/wap_linuo/mo-icon1.png) no-repeat center; border: 0;
	 }
	 .mo-nav{
	 	position: fixed; width:55%; right: -100%; bottom: 0; top:40px;  background: rgba(255,255,255,0.9); padding: 20px 0; border-top: 1px solid #eee; box-shadow: 0 3px 5px rgba(0,0,0,0.1);  z-index: 99;
	 	
	 	-ms-transition: all 0.5s;
	 	-webkit-transition: all 0.5s;
	 	transition: all 0.5s; 
	 }
	 .mo-nav.on{
	 	right: 0;
	 }
	 .mo-nav li >a{
	 	font-size: 14px; line-height: 40px; border-bottom: 1px solid rgba(0,0,0,0.1); display: block; padding: 0 20px;
	 }
	 .mo-nav li.active >a{
	 	 background: #0057AD; color: #fff;
	 }
	 .mo-nav li dd.active a{
	 	color: #0057AD;
	 }
	
	  .mo-nav dl{
	  	display: none;
	  }
	  .mo-nav li.active dl{
	  	display: block;
	  }
	 .mo-nav dd{
	 	font-size: 12px; line-height: 30px; margin: 0 15px; border-bottom: 1px solid rgba(0,0,0,0.1);  padding-left: 20px;
	 }
	 .mo-nav dd a{
	 	display: block;
	 }
	 .mo-banner li img{
	 	width: 100%;
	 }
	 .mo-next,
	 .mo-prev{
	 	width: 18px; height: 20px; background-size:18px 20px ;
	 }
	 .mo-pagination .swiper-pagination-bullet{
	 	width: 15px; height: 4px; background: #fff; border-radius: 10px;  opacity: 1;
	 }
	  .mo-pagination .swiper-pagination-bullet-active{
	  	background: #084f95;
	  }
	 .mo-index-row{
	 	 margin-top: 25px;
	 }
	 .mo-tit{
	 	font-size: 15px;color: #333;margin: 0 15px;
	 }
	 .mo-tit .more{
	 	float: right; font-size: 12px; color: #333;
	 }
	 .mo-tit img{
	 	vertical-align: middle; margin-right: 7px;
	 }
	 .mo-index-product{
	 	padding: 0 15px;
	 }
	 .mo-index-product ul{
	 	margin-top: 16px; display: flex;
	 	display: -webkit-flex;
	 	justify-content: space-between;
	 	-webkit-justify-content: space-between;
	 }
	 .mo-index-product li{
	 	 text-align: center;
	 }
	 .mo-index-product p{
	 	font-size: 13px; margin-top: 5px;
	 }
	.mo-index-apply ul{
		height: auto; overflow: hidden;padding: 0 15px;
	}
	 .mo-index-apply li{
	 	width: 50%;float: left; padding: 0 10px;	margin-top: 15px;
	 }
	  .mo-index-apply li:nth-child(2n+1){
	  	clear: both;
	  }
	 .mo-index-apply li .img{
	 	text-align: center;
	 }
	 .mo-index-apply li .img img{
	 	width: 100%;
	 }
	 .mo-index-apply li p{
	 	text-align: center;font-size: 14px; color: #333; margin-top: 9px;
	 }
	 .mo-index-about{
	 	margin-top: 15px;padding: 0 15px;
	 }
	 .mo-index-about .img{
	 	text-align: center;
	 }
	  .mo-index-about .tit{
	  	font-size: 13px; color: #494645; margin-top: 15px; text-align: center;
	  }
	 .mo-index-about .txt{
	 	font-size: 12px; color:#494645 ;margin-top: 10px; line-height: 1.8;
	 }
	 .mo-index-honor{
	 	margin-top: 15px;padding: 0 15px;
	 }
	 .mo-index-honor li{
	 	margin-bottom: 20px; height: auto; overflow: hidden;
	 }
	 .mo-index-honor li:last-child{
	 	margin-bottom: 0;
	 }
	 .mo-index-honor li .img{
	 	float: left; width: 100px; text-align: center; padding-top: 5px;
	 }
	 .mo-index-honor li .txt{
	 	float: left;width: calc(100% - 100px); padding-right: 30px;
	 }
	  .mo-index-honor li .txt h3{
	  	font-size: 13px; color: #333333;
	  }
	  .mo-index-honor li .txt p{
	  	font-size: 12px; color: #666666; line-height: 1.6; margin-top: 8px;
	  }
	  .mo-index-news{
	  	margin-top: 15px;
	  }
	  .mo-index-news .tabhd{
	  	background: #f5f5f5; line-height: 40px; padding: 0 15px;
	  }
	   .mo-index-news .tabhd ul{
	   	height: auto; overflow: hidden;
	   }
	  .mo-index-news .tabhd li{
	  	width: 25%; float: left; text-align: center;
	  }
	   .mo-index-news .tabhd li.active{
	   	color: #084f95;
	   }
	  .mo-index-news .tabbd{
	  	padding: 12px 15px;
	  }
	  .mo-index-news .tabbd li{
	  	height: auto; overflow: hidden; margin-bottom: 15px;
	  }
	  .mo-index-news .tabbd .time{
	  	display: block; float: left; margin-left: 15px; text-align: center; 
	  }
	  .mo-index-news .tabbd .time big{
	  	font-size: 24px;
	  }
	  .mo-index-news .tabbd .time p{
	  	font-size: 12px; 
	  }
	  .mo-index-news .tabbd .txt{
	  	width: calc(100% - 100px); float: left;  margin-left: 10px;
	  }
	  .mo-index-news .tabbd .txt h3{
	  	font-size: 13px; color: #494645;
	  }
	  .mo-index-news .tabbd .txt  p{
	  	font-size: 12px; margin-top: 5px; line-height: 1.8;
	  }
	  
	  .mo-footer{
	  	background:url(/assets/img/wap_linuo/bg-footer.jpg) no-repeat center #0e3154; background-size:cover ;
	  }
	  .mo-footer ul{
	  	height: auto; overflow: hidden; padding: 8px 15px 0;
	  }
	  .mo-footer ul li{
	  	float: left; width: 33.33%; padding-top: 20px; color: #fff;
	  }
	  .mo-footer ul li a{
	  	color: #fff;
	  }
	  .mo-footer dl{
	  	padding-left:12%
	  }
	  .mo-footer dt{
	  	font-size: 13px; margin-bottom: 13px; font-weight: bold;
	  }
	  .mo-footer dd{
	  	font-size: 12px; margin-bottom: 10px;
	  }
	  .copyright{
	  	padding: 15px 0;font-size: 12px;border-top: 1px solid #375471;
	  }
	  /*产品中心*/
	  .m-banner{
	  	height: 138px;
	  }
	  .m-banner-product{
	  	padding-top: 25px; padding-bottom: 20px;
	  }
	  .m-banner-product .main{
	  	padding: 15px 0 15px 10px; margin-left: 50px;
	  }
	  .m-banner-product .main .cn{
	  	font-size: 18px; padding-bottom: 5px; font-weight: normal;
	  }
	  .m-banner-product .main .cn:after{
	  	width: 85px; height: 1px;
	  }
	  .m-banner-product .main .en{
	  	font-size: 12px; padding-top: 0; font-weight: normal; 
	  }
	  .m-banner-product .main .line{
	  	width: 70px; border-width: 2px;
	  }
	  .m-banner-product .main .line:before, .m-banner-product .main .line:after{
	  	height: 10px; width: 2px;
	  }
	  .m-current{
	  	display: none;
	  }
	  .g-main{
	  	margin-bottom: 20px; margin-top: 0;
	  }
	  .g-main-l{
	  	float: none; width: auto;
	  }
	  .g-main-r{
	  	float: none; width: auto;
	  }
	  .wrap{
	  	 width: auto;
	  }
	  .mo-sub-meau{
	  	background: url(/assets/img/wap_linuo/mo-icon2.png) no-repeat center; background-size:16px 12px ; width: 20px; height: 20px; margin-top: 8px; margin-left: 5px; margin-left: 15px; margin-right: 15px;
	  }
	  .g-main-l .box:last-child{
	  	margin-bottom: 0;
	  }
	  .m-product .g-main-l{
	  	position: relative;
	  }
	  .m-product .g-main-l .box.subnav .list{
	  	position: absolute; left: 0; width: 55%; top: 6px; background: rgba(255,255,255,0.9); z-index: 9;  box-shadow: 0 2px 2px rgba(0,0,0,0.1);border-top: 1px solid #eee; display: none;
	  }
	  .m-product .g-main-l .box.subnav .list li{
	  	font-size: 12px; line-height: 35px; width: 100%; text-align: left;
	  }
	  .m-product .g-main-l .box.subnav .list li a{
	  	display: block;
	  }
	   .m-product-list{
	   	margin: 10px 15px;
	   }
	  .m-product-list ul{
	  	margin-right: 0; 
	  	display: flex;
	  	display: -webkit-flex;
	  	flex-flow: wrap;
	  	-webkit-flex-flow: wrap;
	  }
	  .m-product-list .pro{
	  	width: 48%; height: auto; margin:0 1%; padding: 0 10px; margin-bottom: 15px; border-radius: 15px; box-shadow: 0 0 5px rgba(0,0,0,0.1);
	  }
	  .m-product-list .pro .img{
	  	width: 100%; height: auto;
	  }
	  .m-product-list .pro .img img{
	  	width: 100%;
	  }
	  .m-product-list .pro .tit{
	  	margin-top: 8px; font-size: 13px;
	  }
	  .m-product-list .pro .txt{
	  	font-size: 12px; margin-top: 5px; padding-bottom: 15px;
	  }
	  .m-pages .prev, .m-pages .next{
	  	font-size: 12px; width: 55px; height: 25px; margin: 0 7px;
	  }
	  .m-pages .num li{
	  	margin: 0 7px;
	  }
	  .m-pages .num li a{
	  	height: 25px; line-height: 25px; font-size: 12px; min-width: 25px; padding: 0 6px;
	  }
	  /*产品详情*/
	 .m-product-view .mo-imgs{
	 	margin-top: 20px; box-shadow: 0 0 10px rgba(0,0,0,0.1);
	 }
	.m-product-view .mo-imgs .swiper-slide{
	 	text-align: center;
	 }
	  .m-product-view .mo-imgs .mo-pagination .swiper-pagination-bullet{
	  	width: 7px; height: 7px; border: 1px solid #084f95; border-radius: 50%;
	  }
	    .m-product-view .main{
	  	float: none; width: auto; margin: 15px 15px 0; 
	  }
	  .m-product-view .main h3{
	  	font-size: 13px; border: 0; padding-bottom: 0;
	  }
	  .m-product-view .info-row{
	  	margin-top: 12px; position: relative; padding-left: 60px;
	  }
	  .m-product-view .info-tit{
	  	position: absolute; left: 0; top: 0; font-size: 12px; color: #999999; padding-left: 0; border: 0;  line-height: 1.6;
	  }
	  .m-product-view .info-super li,
	  .m-product-view .info-service li,
	  .m-product-view .info-tel{
	  	font-size: 12px; background: none; padding-left: 0; font-size: 12px; color: #333333;
	  }
	  
	  .m-product-view .info-service li a{
	  	color: #333;
	  }
	  .m-product-view .info-super li span{
	  	margin-right: 5px;
	  }
	  .m-product-view .info-service li{
	  	margin-right: 15px;
	  }
	  .m-product-main{
	  	margin: 15px 15px 0; border-top: 1px solid #f1f1f1; padding-top: 12px;
	  }
	  .m-product-info{
	  	width: auto; float: none;
	  }
	  .m-product-info .tabhd li{
	  	line-height: 30px; font-size: 12px;
	  }
	  .m-product-info .tabhd li.active, .m-product-info .tabhd li:hover{
	  	background: #084f95; color: #fff; border-radius: 50px;
	  }
	  .m-product-info .tabbd{
	  	background: #fff; padding: 0; font-size: 12px; padding-top: 15px;
	  }
	  .m-product-info .tabbd h3{
	  	font-size: 13px;
	  }
	  .m-product-info .tabbd p{
	  	margin-bottom: 15px;
	  }
	  .m-pages1{
	  	padding-top: 18px;
	  }
	  .m-pages1 a{
	  	font-size: 12px; width: 60px; line-height: 25px; margin: 0 10px;
	  }
	  .m-product-related{
	  	float: none; width: auto;
	  }
	  .m-product-related{
	  	margin-top: 20px;
	  }
	  .m-product-related .list,
	  .m-news-recomm .list{
	  	margin-top: 20px;
	  }
	  .m-product-related .list ul,
	  .m-news-recomm .list ul{
	  	display: flex;
	  	display: -webkit-flex;
	  	flex-flow: wrap;
	  	-webkit-flex-flow: wrap;
	  }
	  .m-product-related .list li,
	  .m-news-recomm .list li{
	  	float: left; width: 48%; margin: 0 1%; margin-bottom: 15px; border: 1px solid #e4e4e4; box-shadow: 0 0 3px rgba(0,0,0,0.1); border-radius: 15px; overflow: hidden;
	  }
	  .m-product-related .list .img,
	  .m-news-recomm .list .img{
	  	border: 0; margin: 0 10px; border-bottom: 1px solid #e4e4e4;
	  }
	  .m-news-recomm .list li .img{
	  	margin: 0;
	  }
	  .m-news-recomm .list li .name{
	  	font-size: 13px; padding: 10px 0;
	  }
	  .m-product-related .list .txt{
	  	text-align: left;  background: #fff; padding: 10px 10px 20px;
	  }
	  .m-product-related .list h3{
	  	font-size: 13px; color: #084f95;
	  }
	  .m-product-related .list p{
	  	font-size: 12px; color: 12px; color: #666666; margin-top: 5px;
	  }
	  /*新闻资讯*/
	 .m-banner-news{
	 	padding: 42px 0 0 40px;
	 }
	 .m-banner-news .en{
	 	padding: 5px 0;
	 }
	 .m-banner-news .en:after, .m-banner-news .en:before{
	 	width: 40px;
	 }
	 .m-banner-news .en:before{
	 	width: 45px;
	 }
	.m-banner-news .en h2{
	 	font-size: 16px;
	 }
	 .m-banner-news .en h3{
	 	font-size: 12px;
	 }
	 .m-banner-news .cn{
	 	font-size: 12px; margin-top: 5px;
	 }
	 .m-news .box .tit,
	 .g-main-l .box .tel{
	 	display: none;
	 }
	 .g-main-l .box.subnav .list{
	 	box-shadow: 0 0 5px rgba(0,0,0,0.2); padding: 0 15px; background: #fff;
	 }
	 .g-main-l .box.subnav .list ul{
	 	height: auto; overflow: hidden;
	 }
	 .g-main-l .box.subnav .list li{
	 	float: left; width: 25%; text-align: center; font-size: 13px;
	 }
	  .g-main-l .box.subnav .list li a{
	  	display: inline-block; padding: 0 5px; position: relative;
	  }
	  .g-main-l .box .list li:hover a, .g-main-l .box .list li.active a{
	  	color: #0d5297; background: #fff; 
	  }
	  .g-main-l .box .list li:hover a:after, .g-main-l .box .list li.active a:after{
	  	position: absolute; left: 0; right: 0; bottom: 0; width: 100%; height: 2px; background: #0d5297; content: "";
	  }
	.m-news-list{
		margin: 0 15px;
	}
	.m-news-list li{ 
		padding: 20px 0; margin-bottom: 0;
	}
	.m-news-list li .img .time{
		display: none;
	}
	.m-news-list li .img{
		width: 135px; height: auto; 
	}
	.m-news-list li .img img{
		width: 100%; height: auto;
	}
	.m-news-list li .main{
		width: calc(100% - 145px);
	}
	.m-news-list li .tit{
		padding-top: 5px; font-size: 14px; color: #333;
	}
	.m-news-list li .tit a{
		color: #333;
	}
	.m-news-list li .txt{
		font-size: 12px; color: #666666; margin-top: 6px; height: 5em; overflow: hidden;
	}
	.m-news-list li .g-btn{
		 display: none;
	}
	.m-news-list li .read{
		margin-top: 5px;
	}
	/*新闻详情*/
	.newslit-wrap{
		display: none;
	}
	.m-news-info{
		float: none; width: auto; padding: 0 15px;
	}
	.m-news-info .tit{
		margin: 0; font-size: 18px; border-bottom: 0; padding-bottom: 0;
	}
	.m-news-info .attr{
		margin: 10px 0 0; flex-flow: wrap; line-height: 1.8;
	}
	.m-news-info .main{
		margin-top: 15px; font-size: 13px; color: #333;
	}
	.m-news-info .main p{
		margin-bottom: 10px;
	}
	.m-news-recomm{
		margin-top: 25px; float: none; width: auto;
	}
	.m-news-recomm .tit{
		display: none;
	}
	/*行业应用*/
	.m-banner-apply{
		padding-top: 45px;
	}
	.m-banner-apply h2{
		font-size: 16px;
	}
	.m-banner-apply .list{
		margin-top: 8px;
	}
	.m-banner-apply .list .row{
		font-size: 12px; margin-bottom: 3px;font-weight: normal;
	}
	.m-banner-apply .list .line{
		width: 16px; height: 4px; background-size:cover ; 
	}
	.m-banner-apply .list span{
		margin: 0 2px;
	}
	.m-apply-list{
		margin: 10px 15px 0;
	}
	.m-apply-list .list{
		margin-bottom: 20px;
	}
	.m-apply-list .list li{
		padding: 20px 0; box-shadow: none; margin-bottom: 0; border-bottom: 1px solid #f3f3f3;
	}
	.m-apply-list .list li .img{
		float: left; width: 132px; height: auto; 
	}
	.m-apply-list .list li .img img{
		border-radius: 5px;
	}
	.m-apply-list .list li .main{
		float: right; margin-left: 0; width: calc(100% - 145px); margin-right: 0; height: auto;
	}
	.m-apply-list .list li .tit{
		font-size: 14px; padding-top: 0;
	}
	.m-apply-list .list li .attr{
		font-size: 12px; margin-top: 5px;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}
	.m-apply-list .list li .time,
	.m-apply-list .list li .read{
		padding-left: 15px; background-size:11px  ;
	}
	.m-apply-list .list li .time{
		margin-right: 0;
	}
	.m-apply-list .list li .txt{
		margin-top: 5px; font-size: 12px; height: 5em; overflow: hidden;
	}
	.m-apply-list .list li .more{
		display: none;
	}
	.m-apply-list .m-pages{
		margin-bottom: 30px;
	}
	/*联系我们*/
	.m-banner-contact{
		padding-top: 50px;
	}
	.m-banner-contact h2{
		font-size: 18px;
	}
	.m-banner-contact h3{
		font-size: 12px;
	}
	.m-banner-contact .more{
		margin-top: 5px;
	}
	.m-banner-contact .more img{
		width: 10px;
	}
	.m-contact-info{
		margin-top: 30px;
	}
	.m-contact-info .main{
		margin: 15px 15px 0;
	}
	.m-contact-info .main .list li{
		width: 100%; float: none; font-size: 12px; line-height: 1.6; margin-bottom: 5px;
	}
	.m-contact-info .main .list i{
		width: 16px; height: 12px;  margin-right: 5px; text-align: center;
	}
	.m-contact-info .main .list i img{
		height: 12px;
	}
	.m-contact-info .main .list .qq{
		width: 40px;
	}
	.m-contact-info .main .qr{
		display: none;
	}
	.m-contact-addrs{
		margin-top: 20px;
	}
	.m-contact-addrs .main{
		margin: 15px 15px 0; height: 195px;
	}
	.m-contact-msg{
		margin-top: 25px; background: none; padding: 0;
	}
	.m-contact-msg .main{
		width: auto; margin: 15px 15px 0;
	}
	.m-contact-msg .main li{
		box-shadow: 0 0 5px rgba(0,0,0,0.1); margin-bottom: 10px;
	}
	.m-contact-msg .main textarea{
		height: 80px; padding: 10px 10px; font-size: 12px;
	}
	.m-contact-msg .main .label{
		font-size: 12px; padding: 0 8px 0 10px;line-height: 32px;
	}
	.m-contact-msg .main .label:after{
		height: 15px; top: 8px;
	}
	.m-contact-msg .main input[type='text']{
		width: 80%; padding: 0 8px; font-size: 12px; line-height: 32px; height: 32px;
	}
	.m-contact-msg .main .btn-code{
		border: 0; background: #fff; font-size: 12px; height: 32px; width: 100px;
	}
	.m-contact-msg .main .btn{
		height: 34px; font-size: 12px;
	}
	/*关于我们*/
	.m-banner-about{
		padding-top: 40px;
	}
	.m-banner-about h2{
		font-size: 17px; padding-bottom: 10px;
	}
	.m-banner-about h3{
		font-size: 12px; margin-top: 5px;
	}
	.m-banner-about h2:after{
		width: 20px; height: 1px;
	}
	
	.mo-sublist{
		    box-shadow: 0 0 5px rgba(0,0,0,0.2);
    padding: 0 15px;
    background: #fff;
	}
	.mo-sublist ul{
		height: auto;
    overflow: hidden;
	}
	.mo-sublist li{
		float: left;
    width: 25%;
    text-align: center;
    font-size: 13px;
    color: #333333;
    border-bottom: 1px solid #fff;
        line-height: 50px;
	}
	.mo-sublist li a{
		display: inline-block; color: #333;
    padding: 0 5px;
    position: relative;
	}
	.mo-sublist li:hover a, .mo-sublist li.active a{
		color: #0d5297;
    background: #fff;
	}
	.mo-sublist li:hover a:after, .mo-sublist li.active a:after{
		position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #0d5297;
    content: "";
	}
	.m-about-info{
		
	}
	.m-about-info .img{
		float: none;width: auto;
	}
	.m-about-info .main{
		width: auto; float: none; padding-top: 0; margin-left: 0; margin-top: 10px;
	}
	.m-about-info .main .txt{
		font-size: 12px; margin: 15px 15px;
	}
	.m-about-info .img{
		width: 260px; margin: 25px auto 0;
	}
	.m-about-info .img:after{
		height: 5px; left: -5px; top: -5px;
	}
	.m-about-info .img:before{
		width: 5px;left: -5px; top: -5px;
	}
	.m-about-honor{
		padding-top: 20px; margin-top: 0; background: #fff; padding-bottom: 0;
	}
	.m-about-honor .list{
		margin: 20px 15px 0;
	}
	.m-about-join{
		padding-top: 25px; padding-bottom: 0;
	}
	.m-about-join .list{
		margin: 15px; text-align: center; position: relative;
	}
	.m-about-join .list:after{
		position: absolute; left: 0; right: 0; content: ""; height: 1px; top: 50%; background: #f1f2f3;
	}
	.m-about-join .list:before{
		position: absolute; left: 50%; top: 0; bottom: 0; content: ""; width: 1px; background: #f1f2f3;
	}
	.m-about-join .list li{
		padding: 15px 0 12px; 
	}
	.m-about-join .list h3{
		font-size: 14px; padding-bottom: 0;
	}
	.m-about-join .list h3 .tip{
		font-size: 12px;
	}
	.m-about-join .list h3:after,
	.m-about-join .list h3:before{
		display: none;
	}
	.m-about-join .list .btn{
		margin: 15px auto 0; width: 75px; height: 25px; line-height: 25px; font-size: 12px;
	}
	.m-about-honor .list img{
		-webkit-transform: scale(1);
    transform: scale(1);
	}
	.m-about-honor .list .txt{
		-webkit-transform: scale(1);
    transform: scale(1); opacity: 1;
	}
}