﻿*{margin:0px;padding:0px;}body{background:#fff;margin:0px;padding:0px;text-decoration:none;font-variant:normal;font-family:'Microsoft YaHei';}a:link,a:visited,a:hover,a:active{text-decoration:none;}a{text-decoration:none;}li{list-style-type:none;}ul,ol{list-style-type:none;list-style-image:none;}input[type="button"],input[type="submit"],input[type="text"]{-webkit-appearance:none;}textarea{-webkit-appearance:none;}select{-webkit-appearance:none;}html{font-size:12px;}@media screen and (max-width:1199px){html{font-size:100px;}body{max-width:750px;margin:0 auto;}}@media (max-width:767px){html{font-size:13.333333333333vw;}body{max-width:initial;}}


 
@font-face {
    font-family:SourceHanSansCN-ExtraLight;
    src: url(../font/SourceHanSansCN-ExtraLight.ttf),url(../font/SourceHanSansCN-ExtraLight.woff);

}

@font-face {
    font-family:DIN-BOLD;
    src: url(../font/DIN-BOLD.ttf),url(../font/DIN-BOLD.woff);

}

body{
	overflow-x: hidden;
}


.main{
	width: 1400px;
	margin:0 auto;
 
}
 
 
 
.head{
	width: 100%;
	height:100px;
	 
	left: 0;

	z-index: 100;
	top: 0;
 	background: #fff;
 
}
.head .main{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 1800px;
	height: 100px;
}
.head .name img{
	display: block;
}

.head .right{
	display: flex;
	align-items: center;
	height: 105px;
}
.head .tel img{
	display: block;
	margin-right: 5px;
}
.head .tel{
	max-width: 215px;
	display: flex;
	justify-content: flex-start;
	position: relative;
	z-index: 100;
	align-items: center;
}
.head .tel  b{
	color: #E6212B;
	font-size:24px;
	line-height: 30px;
	position: absolute;
	top:83px;
	transition: .3s;
	right: 0;
	display: block;
	opacity: 0;
	visibility: hidden;
	width: 180px;
	text-align: center;
	padding: 10px;
	border-radius: 0px 0 3px 3px ;
	background: #fff;
  	
}

 

/* banner s */

 


.banner{
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
	max-width: 1920px;
	margin: 0 auto;
}
.banner  .swiper-wrapper  img{
	display: block;
	width: 100%;
}

.pcbanner  .swiper-pagination{
	display: flex;
	justify-content: center;
	align-items: center;
	bottom:40px !important;
	position: absolute;
	z-index: 1;
}

.pcbanner  .swiper-pagination span{
	display: block;
	width: 10px;
	height: 10px;
	opacity: 1;
 	transition: .5s;
	border-radius: 30px;
	background: #fff;
	margin: 0 5px !important;
	position: relative;
	outline: none;
}
 
.pcbanner  .swiper-pagination .swiper-pagination-bullet-active{
 	width: 37px;
 	background: #E6212B;
}
.mbanner  .swiper-pagination .swiper-pagination-bullet-active{
	background: #E6212B;
}
 
.mbanner{
	display: none;
}

 

/* banner e */


.mbanner{
	display: none;
}
.in-banner img{
	display: block;
	width: 100%;
}
.in-banner img:last-child{
	display: none;
}

 
 
.tab {
 
	margin: 0 auto;
	height: auto;
	width: 100%;
	margin-top: 30px;
	overflow: hidden;
}
.tab ul {
	display: table;
	margin: 0 auto;
}
.tab ul li{
	float: left;
	width: 258px;
	height:70px;
 	box-sizing: border-box;
	text-align: center;
	line-height:70px;
	margin-top: 10px;
	background: #E6212B;
	margin-bottom: 13px;
	font-size: 18px;
}
.tab ul li a{
	display:block;
	font-size: 20px;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #fff;
}



.title{
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.title h4{
	color: #000000;
	font-size: 42px;
	font-weight: normal;
	position: relative;
	padding-bottom: 20px;
}

.title h4:after{
	content: "";
	width: 60px;
	height: 3px;
	position: absolute;
	left: 0;
	bottom: 0;
	background: #E6212B;
}

.title a{
	display: block;
	float: right;
	width: 120px;
	height: 50px;
	border: 1px solid #DCDCDC;
	line-height: 50px;
	background: #fff;
	color:#555555;
	font-size: 16px;
	text-align: center;
}



.about{
	width: 100%;
	margin-top: 70px;
}

.about .main{
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
	align-items: center;
	flex-wrap: nowrap;
}


.about .video{
	width: 640px;
	height: auto;
}

.about .video video{
	width: 640px;
	height: 480px;
}
.about .focusSwiper{
	width: 640px;
	height: auto;
	overflow: hidden;
	border-radius: 10px;
	overflow: hidden;
	margin-left:initial;
	margin-right:initial;

}


.focusSwiper .swiper-slide{
	position: relative;
}

.focusSwiper .swiper-slide  img{
	display: block;
	width: 100%;
}

.focusSwiper .swiper-slide p{
	height: 60px;
	background: rgba(0,0, 0, .6);
	position: absolute;
	left: 0;
	bottom: 0;
	line-height: 60px;
	color: #fff;
	padding-left: 23px;
	padding-right: 130px;
	box-sizing: border-box;
	width:100%;
	font-size: 16px;
	 white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.focusSwiper  .swiper-pagination {
	position: absolute;
	right: 20px!important;
	left: initial!important;
	bottom: 0 !important;
	z-index: 100;
	display: flex;
	justify-content:flex-end;
	align-items: center;
	height: 60px;
}

.focusSwiper  .swiper-pagination span{
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	background: #fff;
	border-radius: 50%;
}

.focusSwiper  .swiper-pagination .swiper-pagination-bullet-active{
	background: #E6212B;
}
.about .intro{
 
	width: 660px;
	height: auto;
	overflow: hidden;
}




.about .intro .info{
	width: 100%;
	height: 210px;
	overflow: hidden;
	color: #666666;
	font-size: 16px;
	line-height: 30px;
	text-indent: 2em;
	margin-top: 30px;
	overflow-y:auto;

}

.about .intro ul {
	display: flex;
	width:465px;
	height: auto;
	justify-content: space-between;
}
.about .intro ul li{
	position: relative;
}
.about .intro ul li:after{
	content: "";
	width: 1px;
	height: 60px;
	position: absolute;
	right: -50%;
	top: 50%;
	transform: translateY(-50%);
	background: #DCDCDC;
}
 

.about .intro ul li img{
	display: block;
	margin: 0 auto;
}
.about .intro ul li p{
	text-align: center;
	font-size: 16px;
	color: #555555;
	margin-top: 10px;
}

.about .intro  .bd{
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	margin-top: 40px;
	padding-right: 50px;
	box-sizing: border-box;
}
.about .intro .more{
	 color: #555555;
	 font-size: 16px;

}


.datas{
	width: 100%;
	height: 180px;
	background: #EEEEEE;
	margin: 0 auto;
	margin-top: 70px;
	max-width: 1920px;
}
.datas ul {
	display: flex;
	align-items: center;
	height: 180px;
	justify-content:space-between;
	padding-right:30px;
	box-sizing:border-box;
}
.datas ul li b{
	color: #e6212b;
	font-size: 66px;
	position: relative;
	font-family: 'DIN-BOLD';
}
.datas ul li i{
	display: block;
	width: 30px;
	height: 30px;
	font-style: normal;
	font-size: 15px;
	background: #333333;
	text-align: center;
	line-height: 30px;
	color: #fff;
	border-radius: 50%;
	position: absolute;
	right:-30px;
	top: 0;
}

.datas ul li  p{
	text-align: center;
	font-size: 18px;
	color: #555555;
}

.datas ul li{
	position: relative;
}

.datas ul li:last-child:after{
	width: 0;
	height: 0;
	overflow: hidden;
}

.datas ul li:after{
	content: "";
	width: 1px;
	height: 70px;
	position: absolute;
	right: -100px;
	top: 50%;
	transform: translateY(-50%);
	background: #BFBFBF;
}


.hd{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	height: auto;
	overflow: hidden;
}

.bar ul {
	display: flex;
}
.bar ul li{
 
	height: 50px;
	padding: 0 25px;
	margin-left: 10px;
	line-height: 50px;
	border: 1px solid #DCDCDC;
}
.bar ul li a{
	display: block;
	font-size: 16px;
	color: #555555;
}



.product{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top:70px;
}



.product .focusSwiper{
	border-radius: 0;
	float: left;
	width: 700px;
	margin-top: 40px;
}


.product .img ul{
	float: right;
	width: 693px;
	height: auto;
	overflow: hidden;
	margin-top: 40px;
}
.product .img ul li{
	float: left;
	width: 343px;
	height: auto;
	position: relative;
	margin-bottom: 5px;
}
.product .img ul li .img-box img{
	display: block;
	width: 100%;
}

.product .img ul li:nth-child(2n){
	float: right;
}


.product .img ul li .info{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	background: rgba(0,0,0,.5);
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	opacity: 0;
}

.product .img ul li .info p{
	font-size: 18px;
	color: #ffffff;
}

.product .img ul li .info img{
	display: block;
	margin-top: 25px;
}

.adv{
	width: 100%;
	height: 800px;
 	max-width: 1920px;
 	margin: 0 auto;
	margin-top: 107px;
}

.adv .main{
	position: relative;
}

.adv .hd{
	display: none;
}

.adv .tit{
	width: 320px;
	height: 200px;
	background: #E6212B;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-direction: column;
	padding-left: 25px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 100;
	box-sizing: border-box;
}
.adv .tit h4{
	color: #fff;
	font-size: 52px;
	position: relative;
	padding-bottom: 20px;
}
.adv .tit h4:after{
	content: "";
	width: 80px;
	height: 2px;
	position: absolute;
	left: 0;
	bottom: 0;
	background: #fff;
}

.adv .tit p{
	font-size: 28px;
	font-weight: bold;
	color: #fff;
	margin-top: 20px;
	text-transform: uppercase;
}


.advSwiper{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 35px;
}
.advSwiper .swiper-slide{
	height: 800px;
	width: 100%;
	position: relative;
	background: #eee;
}

.advSwiper .swiper-slide .main{
	position: relative;
	height: 800px;
 
}

.advSwiper .swiper-slide img{
	left: 0;
	position: absolute;
	height: 800px;
	top: 0;
	display: block;


}

.advSwiper .swiper-slide .info{
	position: absolute;
	bottom: 0;
	width:720px;
	height: 180px;
	background: rgba(0, 0, 0, .6);
	z-index: 1;
	color: #fff;
 	padding: 45px;
	box-sizing: border-box;
	font-size: 18px;
	line-height: 28px;
}

.adv .advSwiper  .swiper-pagination{
	position: absolute;
	right: 0;
	top: 0;
	left: initial;
	width:auto ;
	display: table;
	z-index: 100;
}

.advSwiper  .swiper-pagination span{
	display: flex;
	width: 380px;
	height: 200px;
	padding-left: 34px;
	box-sizing: border-box;
	align-items: center;
	justify-content:flex-start;
	transform: translateX(60px);
	background: #2157a1;
	transition: .3s;
}


.advSwiper  .swiper-pagination span:nth-child(2n){
	background: #555555;
}
.advSwiper  .swiper-pagination span b{
	font-size: 68px;
	color: #fff;
	font-weight: normal;
	font-family: 'Arial';
}

.advSwiper  .swiper-pagination span h4{
	color: #fff;
	font-size: 26px;

}


.advSwiper  .swiper-pagination span p{
	color: #fff;
	font-size: 16px;
	margin-top: 10px;
}


.advSwiper  .swiper-pagination  .swiper-pagination-bullet-active{
	transform: translateX(0);
}




.base{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 70px;
}

.base .img{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 45px;
}
.base .swiper-pagination {
	display: flex;
	width: auto!important;
	 
}

.base .bar{
 	
 	display: flex;
 	align-items: center;
}


.base .swiper-pagination span{
	display: block;
	height: 50px;
	padding: 0 25px;
	margin-left: 10px;
	line-height: 50px;
	font-size: 16px;
	  white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
	border: 1px solid #DCDCDC;
}

.base .swiper-pagination .swiper-pagination-bullet-active{
	background: #E6212B;
	color: #fff;
}
.base  .class{
	display: none;
}

.base .bSwiper{
	margin-top: 30px;
}
.base .bSwiper .swiper-slide ul li{
	float: left;
	margin-bottom: 30px;
	margin-left:30px;
	width: 445px;
}

.base .bSwiper .swiper-slide ul li img{
	display: block;
	width: 100%;
}
.base .bSwiper .swiper-slide ul li:nth-child(3n-2){
	margin-left: 0;
}

.base .bSwiper .swiper-slide ul li p{
	font-size: 16px;
	color: #555555;
	width: 100%;
	border-bottom: 1px solid #DCDCDC;
	text-align: center;
	height: 40px;
	line-height: 40px;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}





.honor{
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #FCE8E9;
	padding: 96px 0;
	box-sizing: border-box;
	max-width: 1920px;
	margin: 0 auto;
	margin-top: 80px;
}
.honor .show{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 29px;
}

.honor .show .box{
	width: 800%;
}
.honor .show .pic{
	float: left;
}
.honor .show .pic ul li{
	float: left;
	width: 261px;
	margin-left: 20px;

}
.honor .show .pic ul li .img-box{
	background: #fff;
	padding: 10px;
	display: table;
	border: 1px solid #DCDCDC;
	box-sizing: border-box;
}
.honor .show .pic ul li img{
	display: block;
	width: 239px;
	height: 335px;
}
.honor .show .pic ul li  p{
	text-align: center;
	font-size: 16px;
	color: #333333;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-top: 15px;
}
.cases{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 65px;
}

.cases .main{
	width: 100%;
}

.cases .title h4{
	color:#3d3d3d;
	font-size: 36px;
	text-align: center;
}

.cases .title p{
	text-align: center;
	color: #7b7b7b;
	font-size: 18px;
	margin-top: 10px;
}

.caseSwiper{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 60px;
}

.caseSwiper .swiper-slide{
	overflow: hidden;
	position: relative;
}
 

 

.caseSwiper .swiper-slide .img-box{
	 position: relative;

}

.caseSwiper .swiper-slide .img-box img{
	width: 100%;
	display: block;
}
.caseSwiper .swiper-slide .img-box:after{
	width: 100%;
	height: 100%;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	transform: .5s;
	background: rgba(0, 0, 0, .7);
}
.caseSwiper .swiper-slide p{
	width: 100%;
	text-align: center;
	font-size: 18px;
     white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #3d3d3d;
    margin-top: 15px;
}

.caseSwiper  .swiper-slide-next .img-box:after{
	opacity: 0;
}

.caseSwiper .swiper-button-next, .caseSwiper .swiper-button-prev{
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 100;
	transform: translateY(-50%);
}

.caseSwiper .swiper-button-next{
	margin-left:350px;
}
.caseSwiper .swiper-button-prev{
	margin-left:-380px;
}

.caseSwiper .swiper-button-disabled{
	opacity: .4;
}
.lc{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 55px;
	background: url(../images/bg02.jpg) no-repeat center;
	background-size: cover;
	padding: 50px 0;
}

.lc .title h4{
	text-align: center;
	color: #fff;
	font-size:36px;
	text-align: center;
}
.lc .title p{
	text-align: center;
	color: #fff;
	font-size: 18px;
	margin-top: 10px;
}
.lc ul {
	width: 1530px;
	margin: 0 auto;
	display: flex;
	justify-content:space-between;
	margin-top: 80px;
}
.lc ul li img{
	display: block;
	margin: 0 auto;
}
.lc ul li p{
	text-align: center;
	font-size: 18px;
	text-align: center;
	color: #fff;
	line-height: 30px;
	margin-top: 15px;
}
.news{
	width: 100%;
	height: 750px;
	overflow: hidden;
 	padding: 70px 0;
 	box-sizing: border-box;
	background: url(../images/dt.jpg) no-repeat center;
	box-sizing: border-box;
}


.news .current{
	width: 520px;
	height: auto;
	overflow: hidden;
	padding: 30px;
	box-sizing: border-box;
	margin-top: 40px;
	background:#FFFFFF;
	float: left;
}
.news .current img{
	display:block;
	width: 460px;
 
}
.news .current .intro{
	width: 100%;
	height: auto;
	overflow: hidden;
	width: 100%;
	box-sizing: border-box;
	margin-top: 20px;
}
.news .current h4{
	width: 100%;
	font-weight: normal;
	color: #000000;
	 white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
	font-size: 18px;
}
.news .current span{
	display: block;
	color: #999999;
	font-size: 12px;
	margin:8px 0;
}

.news .current p{
	color: #666666;
	font-size: 14px;
	height: 44px;
	display: -webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	line-height: 22px;
}
.news .newsSwiper {
	width:860px;
	float: right;
	height: auto;
	overflow: hidden;
	margin-top: 40px;
}
.news .newsSwiper ul{
	display: block;
}

.news ul  li{
	float: left;
	width: 420px;
	height: 220px;
	overflow: hidden;
	background:#FFFFFF;
	padding: 20px 30px;
	margin-bottom: 20px; 
	box-sizing: border-box;
}

 .news ul  li:nth-child(2n){
 	float: right;
 }
 .news ul  li .time{
 	width: 100%;
 	height: auto;
 	display: flex;
 	justify-content: space-between;
 	align-items: center;
 	overflow: hidden;
 	border-bottom: 1px dashed #E7E7E7;
 	padding-bottom: 20px;

 }

  .news ul  li .time i{
  	display: block;
  	width: 46px;
  	height: 46px;
  	border-radius: 50%;
  	border: 1px solid #DDDDDD;
  	box-sizing: border-box;
  	text-align: center;
  	line-height: 46px;
  	font-size: 16px;
	color: #999;

  }
 
 .news ul  li .time p{
 	color: #333333;
 	font-weight: bold;
 	font-size: 40px;
 }


  .news ul  li .time span{
  	display: block;
  	color: #999999;
  	font-size: 16px;
  }

.news ul  li .info{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 15px;
}
.news ul  li .info h4{
	color: #000000;
	font-size: 16px;
	width: 100%;
	 white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: normal;
    overflow: hidden;
}


.news ul  li .info p{
	width: 100%;
	height:48px;
	overflow: hidden;
	color: #999999;
	font-size: 14px;
	line-height: 24px;
	display: -webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin-top: 10px;
}





.links{
	width: 100%;
	height: auto;
	overflow: hidden;
	border: 1px solid #E5E5E5;
}
.links .tit{
	width: 130px;
	height: 100px;
	border-left: 1px solid #E5E5E5;
	border-right: 1px solid #E5E5E5;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	float: left;
}

.links .tit p{
	color:#E6212B;
	font-size: 16px;
	padding-bottom: 10px;
	position: relative;
}
.links .tit p:after{
	content: '';
	width: 25px;
	height: 1px;
	position: absolute;
	left: 0;
	bottom: 0;
	background:#E6212B;
}


.links .tit span{
	display: block;
	color: #333333;
	font-size: 18px;
	margin-top: 5px;
}
.links  ul {
	height: 60px;
	overflow: hidden;
	margin-top: 20px;
	float: left;
	margin-left: 10px;
	width: 1200px;
}

.links  ul li{
	float: left;
	padding: 0 10px;
	line-height: 30px;
}
.links  ul li a{
	color: #666666;
	font-size: 14px;
}



.footer{
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #1C1C1C;
	padding-top: 40px;
	padding-bottom: 70px;
	box-sizing: border-box;
}
.footer .tit {
	display: flex;
	align-items: flex-end;
}
.footer .tit h4{
	color: #e6212b;
	font-size: 20px;
	font-weight: normal;
}
.footer .tit p{
	color: #999999;
	font-size: 16px;
	margin-left: 10px;
	text-transform: uppercase;
}

.footer  .menu{
	float: left;
	width: 180px;
}
.footer  .menu ul {
	margin-top:10px;
}
.footer  .menu ul li{
	width: 49%;
	float: left;
	line-height: 40px;
}

.footer  .menu ul li:nth-child(2n){
	float: right;
}

.footer  .menu ul li a{
	display: block;
	font-size: 15px;
	color: #999999;
}

.footer   .list{
	float: left;
	width: 250px;
	margin-left: 60px;
}
.footer   .list ul {
	margin-top: 20px;
}

.footer   .list ul li{
	width: 100%;
	height: auto;
	overflow: hidden;
	border: 1px solid #BFBFBF;
	padding: 0 10px;
	box-sizing: border-box;
	line-height: 40px;
	position: relative;
	padding-right: 20px;
	margin-bottom: 10px;
}

.footer   .list ul li:after{
	content: "+";
	position: absolute;
	right: 0;
	top:0;
	right: 10px;

	line-height: 40px;
	color: #999999;
}
.footer   .list ul li a{
	display: block;
	width: 100%;
	white-space: nowrap;
	font-size: 15px;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #999;
}
.footer  .ewm{
	float: right;
}
.footer .ewm img{
	display: block;
	width: 122px;
	height: 122px;
	margin-top: 20px;
}

.footer .ewm p{
	text-align: center;
	color: #fff;
	margin-top: 10px;
	font-size: ;
}

.footer  .cont{
	float: left;
	margin-left: 100px;
}
.footer  .cont .info{
	width: 100%;
	height: auto;
	overflow: hidden;
	color: #999999;
	font-size: 15px;
	line-height: 32px;
	margin-top: 10px;
}

.gotop{
	display: none;
}
 
.float-right{
	width:auto;
	height: auto;
	overflow: hidden;
	position: fixed;
	bottom: 400px;
	right: 0;
	width: 190px;
	z-index: 1000;
}
.float-right ul li{
	width: 190px;
	margin-top: 5px;
	height:auto;
	overflow: hidden;
	margin-left: 130px;
	position: relative;
	 
	transition: .5s;
 
}
 
.float-right ul li span{
	display: block;
	width: 60px;
	height: 60px;
	float: left;
	border-radius: 50%;
	border: 1px solid #E2E2E2;
	box-sizing: border-box;
}
.float-right ul li:nth-child(1):hover{
	margin-left: 0;
}
.float-right ul li:nth-child(2):hover{
	margin-left: 0;
}
.float-right ul li:nth-child(4):hover{
	margin-left: 0;
}
.float-right ul li:nth-child(2):hover img{
	height: 120px;
}
.float-right ul li p{
	float: left;
	font-size: 18px;
	color:#E6212B;
	width: 130px;
	text-align: center;
 	height: 50PX;
 
 	box-sizing: border-box;
   	line-height: 50px;
	font-weight: bold;
 
}
.float-right ul li a{
	display: block;
	line-height: 50px;
	text-align: center;
	background: #0f51bb;
	color:#fff;
	font-size: 16px;
	font-weight: bold;
}
.float-right ul li:nth-child(1) span{
	background:#FFFFFF url(../images/float01.png)no-repeat  center;

}
.float-right ul li:nth-child(2) span{
	background:#FFFFFF url(../images/float02.png)no-repeat   center;
}
.float-right ul li:nth-child(3) span{
	background:#FFFFFF url(../images/float03.png)no-repeat   center;
}
 
.float-right ul li div{
	width:130px;
	float: left;
 
	height: auto;
	overflow: hidden;
}
.float-right ul li img{
	display: block;
	width: 120px;
	height:50px;
	transition: .3s;
	float: right;
	margin: 5px;
}





.float{
	display: none;
}


.cr{
	width: 100%;
	height: 135px;
	text-align: center;
	color: #999999;
	border-top: 1px solid #6C6C6C;
	font-size: 16px;
	background: #202020;
	line-height: 135px;
	 
	
}
.cr p{
	text-align: center;
	line-height: 50px;
}

 

.fn{
	display: none;
}

.crumbs{
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #f8f8f8;
}

.crumbs .tit{
	width: 52px;
	border-left: 1px solid #d2d2d2;
	border-right: 1px solid #d2d2d2;
	height: 52px;
 	float: left;
 	margin-right: 17px;
 
}
.crumbs .tit img{
	display: block;
	margin: 0 auto;
	margin-top: 16px;
}

.crumbs p{
	float: left;
	color: #999;
	font-size: 14px;
	line-height: 52px;
}
.crumbs  a{
 
	color:#999999;
	 
	padding-right: 20px;
	position: relative;
	font-size: 14px;
	line-height: 52px;
}
.crumbs  a:after{
	content: ">";
	position: absolute;
	right:5px;
	top: 0;
	height: 20px;
	line-height: 20px;
	color:#999;
	display: block;
	font-size: 12px;
}
.crumbs  a:last-child:after{
	width: 0;
	height: 0;
	overflow: hidden;
}

.inside-cont{
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #eeeeee;
	padding-bottom: 20px;
}

.inside-cont .section{
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #fff;
	padding: 35px;
	box-sizing: border-box;
}

.about-article{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 30px;
	margin-bottom: 40px;
 
	 
}
 
.about-article img{
	display: block;
	margin: 0 auto;
}
.about-article .info{
 
	color:#555555;
	font-size: 16px;
	line-height: 30px;
	text-indent: 2em;
}

.cont-article{
	width: 1115px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-bottom: 40px;
}
.cont-article .title{
	margin-top: 55px;
	margin-bottom: 40px;
}
.cont-article ul{
	height: auto;
	overflow: hidden;
}
.cont-article ul li{
	float: left;
	width: 500px;
	height: auto;
	overflow: hidden;
	border-bottom: 1px solid #d2d2d2;
	display: flex;
	justify-content: flex-start;
	margin-bottom: 35px;
	padding-bottom: 13px;
	align-items: center;
}
.cont-article ul li:nth-child(2n){
	float: right;
}
.cont-article ul li p{
	color:#555555;
	font-size: 18px;
	margin-left: 20px;
}
.about-article .map{
	width: 100%;
	height: 420px;
	border: 3px solid #d2d2d2;
	box-sizing: border-box;
	margin-top: 30px;
}
 


 

 
.page{

	width: 100%;

	height: auto;

	overflow: hidden;

	margin: 50px auto;

 

}

.nav-links{
	display: flex;
	justify-content: center;
	align-items: center;
}

.nav-links a{
	margin: 0 3px;
	border: 1px solid #ccc;
	line-height: 30px;
	color: #333;
	padding: 0 10px;
}

.nav-links span{
	margin: 0 3px;
	border: 1px solid #ccc;
	line-height: 30px;
	color: #333;
	padding: 0 10px;
}

.nav-links .current{
	background: #E6212B;
	border: 1px solid  #E6212B;
	color: #fff;
}



.cases-list{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.cases-list ul li{
	width: 270px;
	height: auto;
	overflow: hidden;
	border-radius: 10px;
	border: 1px solid #eee;
	float: left;
	box-sizing: border-box;
	margin-left:15px;
	padding: 10px;
	margin-bottom: 15px;
}
.cases-list ul li:nth-child(4n-3){
	margin-left: 0;
}
.cases-list ul li:hover {
	border: 1px solid #ffb245;
}
.cases-list ul li:hover .pic img{
	transform: scale(1.05);
}
.cases-list ul li .intro{
	width: 245px;
	height: auto;
	overflow: hidden;
	background: #ffb245;
	padding: 15px;
	box-sizing: border-box;
}
.cases-list ul li .intro h4{
	width: 100%;
	border-bottom: 1px dashed#988364;
	height: 28px;
	color:#333333;
	font-size: 16px;
	font-weight: normal;
	 white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.cases-list ul li .intro .info{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 10px;
}
.cases-list ul li .intro span{
	color:#333333;
	font-size: 13px;
}
.cases-list ul li .intro p{
	font-size: 13px;
	color:#333333;
	line-height: 20px;
	display: -webkit-box;
	height: 60px;
	-webkit-line-clamp:3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin-top: 3px;
}
.cases-list ul li .pic{
	width: 245px;
	height: auto;
	overflow: hidden;
}
.cases-list ul li .pic img{
	display: block;
	width: 100%;
	transition: .5s;
}

.news-list{
	width: 1400px;
	margin: 0 auto;
	height: auto;
	margin-top: 40px;
	overflow: hidden;
 
}

.news-list ul li{
	width:100%;
	height: auto;
	overflow: hidden;
 	border: 1px dotted #E7E7E7;
 	box-sizing: border-box;
	padding: 14px;
	margin-bottom: 12px;
}

 

.news-list ul li  a{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.news-list ul li .time{
	width:110px;
	height:110px;
	background:#707070;
	position: relative;
	overflow: hidden;
	border: 1px dotted #C1C1C1;
}

.news-list ul li .time:after{
	content: "";
	width: 16px;
	height: 1px;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	background: #fff;
	top: 55px;
}
.news-list ul li .time span{
	color: #fff;
	font-size: 16px;
	margin-top:20px;
	text-align: center;
	display: block;
}
.news-list ul li .time p{
	color: #fff;
	text-align: center;
	margin-top: 20px;
	font-size: 22px;

}
.news-list ul li .info{
	width:1215px;
	margin-right: 20px;
}
.news-list ul li .info h4{
	color: #111111;
	font-size: 18px;
	width: 100%;
	white-space: nowrap;
    text-overflow: ellipsis;
    padding-right: 20px;
    box-sizing: border-box;
    overflow: hidden;
    font-weight: normal;
     
}

.news-list ul li .info p{
	color: #666666;
	font-size: 15px;
	line-height: 28px;
	margin-top: 10px;
	display: -webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}


.detailed{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 55px;
}
.detailed .tit{
	width: 100%;
	height: auto;
	overflow: hidden;
	 
	padding-bottom: 5px;
}
.detailed .tit h4{
	font-size: 22px;
	text-align: center;
	color:#333;
	line-height: 30px;
}
.detailed .tit p{
	text-align: center;
	color:#333;
	display: block;
	margin-top: 10px;
	background: #eee;
	border-bottom: 1px solid #f1f1f1;
	line-height: 40px;
	font-size: 14px;
	text-align: center;
}
.detailed .tit span{
	margin: 0 10px;
}
.detailed  img{
	display: block;
	margin: 0 auto;
	max-width: 100% !important;
}
.detailed  .info{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 15px;
	min-height:150px;
	color:#333;
	line-height: 30px;
	font-size: 16px;
}

.detailed .info p{
	text-indent: 2em;
}

.detailed .info p a{
	color:#333;
}



.img-list{
	width: 100%;
	height: auto;
	margin-top: 30px;
	overflow: hidden;
}
.img-list ul li{
	float: left;
	width:318px;
	margin-left: 15px;
	margin-bottom: 10px;
}
.img-list ul li div{
	border: 1px solid #eee;
}
.img-list ul li img{
	display: block;
	width: 100%;
}
.img-list ul li p{
	width: 100%;
	height: 40px;
	line-height: 40px;
	color: #333;
	font-size: 16px;
	text-align: center;
	  white-space: nowrap;
    text-overflow: ellipsis;
	overflow:hidden;
}
.img-list ul li:nth-child(4n-3){
	margin-left: 0;
}
.fy{
	width: 1400px;
	height: auto;
	overflow: hidden;
	margin: 30px auto;
	border-top: 1px solid #d2d2d2;
	border-bottom: 1px solid #d2d2d2;
}


.fy p{
	width: 240px;
	height: 50px;
	float: left;
	line-height: 50px;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	padding: 0 10px;
    text-overflow: ellipsis;
	border-left: 1px solid #d2d2d2;

}
.fy p:first-child{
 	border: none;
 }

.fy a{
 	color:#333333;
 	font-size: 14px;
 }

.fy .return{
  	float: right;
  	line-height: 50px;
  	width: 140px;
  	border-left: 1px solid #d2d2d2;
  	text-align: center;
}
.message {
	
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	margin-top: 55px;
	display: table;
	margin-bottom: 55px;
}
.message .bd{
 	display: table;
	height: auto;
	overflow: hidden;
	margin-top: 30px;
	padding:30px;
	background: #fff;
	box-sizing: border-box;
}

.message img{
	display: block;
	float: left;
}

.message form{
	width: 500px;
	float: left;
	margin-left: 30px;
 
}

.message form ul li{
	width: 100%;
	height:auto;
	overflow: hidden;
	border: 1px solid #d2d2d2;
	margin-bottom: 15px;
	background: #fff;
	border-radius: 5px;
}
.message form ul li input{
	height: 50px;
	border: none;
	width: 100%;
	outline: none;
	text-indent: 10px;
	color:#999999;
	font-size: 16px;
	background: none;
	font-family: '微软雅黑' ;
}

.message form ul li textarea{
	width: 500px;
	height: 100px;
	border: none;
	outline: none;
	font-family: '微软雅黑' ;
	resize: none;
	background: none;
 	text-indent: 10px;
	padding-top: 10px;
	color:#999;
	font-size: 16px;
}

.message form .btn input{
	width: 240px;
	display: block;
	height: 60px;
	float: left;
	margin-top: 20px;
	background: #065fc3;
	outline: none;
	border: none;
	font-size: 18px;
	color:#fff;
	border-radius: 5px;
}
.message form .btn input:last-child{
	float: right;
	background: #999;
}

@media (min-width: 1200px){
 	.nav{
 		margin-right:40px;
 		position: relative;
 		z-index: 100;
 	}
 	.nav ul {
 		display: flex;
 		justify-content: space-between;
 		width:990px;
 	 
 	}
 	.nav ul li{
 		position: relative;
 		height: 100px;
 		line-height: 100px;
 		width: 98px;
 	}

 	.nav ul li:after{
 		content: "";
 		width: 100%;
 		height: 0;
 		position: absolute;
 		left: 0;
 		bottom: 0;
 		background: #E6212B;
 		transition: .5s;
 	}
 	.nav ul li a{
 		color: #313131;
 		font-size: 18px;
 		display: block;
 	}

	.nav ul li:hover a{
		color: #E6212B;
	}

	.nav ul li:hover ul li a{
		color: #313131;
	}
 	.nav ul li:hover:after{
 		height: 2px;
 	}
 
 	.nav ul li ul{
 		position: absolute;
 		left: 0;
 		width: 240px;
 		height: auto;
 		overflow: hidden;
 		display: block;
 		top: 100px;
 		display: none;
 		background: rgba(255,255,255, .9);
 	}

 	.nav ul li:hover ul{
 		display: block;
 	}
   	.nav ul li ul li{
   		width: 100%;
   		height: auto;
   		overflow: hidden;
   		line-height:50px;
   		padding: 0 10px;

   		box-sizing: border-box;
   	}

   	.nav ul li ul li a{
   		font-size: 15px;
   		display: block;
   		 white-space: nowrap;
    	text-overflow: ellipsis;
    	overflow: hidden;
   	}
   	.nav ul li ul li:hover{
   		background: #E6212B;
   	}
   	.nav ul li ul li:hover a{
   		color: #fff;
   	}
   	.nav ul li ul li:after{
   		width: 0;
   		height: 0;
   		overflow: hidden;
   	}

   	.head .tel:hover b{
   		opacity: 1;
   		visibility: initial;
   		top: 73px;
   	}
   	.title a:hover{
   		background: #E6212B;
   		color: #fff;
   	}

	.about .intro ul li:hover p{
		color: #E6212B;
	}

	.about .intro .more:hover{
		color: #E6212B;
	}
 	.tab ul li:hover{
 		background: #FFA200;
 	}
 	.tab ul li:hover a{
 		color: #fff;
 	}
	.img-box{
		overflow: hidden;
	}
	.img-box img{
		transition: .5s;
		width: 100%;
	}
	.img-box:hover img{
		transform: scale(1.05);
	}
  	

  	.bar ul li:hover{
  		background: #E6212B;

  	}

  	.bar ul li:hover a{
  		color: #fff;
  	}
  	.product .img ul li:hover .info{
  		opacity: 1;
  	}

  	.product .img ul li:hover img{
  		transform: scale(1.05);
  	}

  	.base .img ul li p:hover{
  		color: #E6212B;
  		border-bottom: 1px solid #E6212B;
  	}

	.news .current:hover .intro h4{
		color: #E6212B;
	}

	.news ul li:hover .time i{
		border: 1px solid  #E6212B;
		color:  #E6212B;
	}

  	.news ul li:hover .time p{
  		color: #E6212B;
  	}
  	.news ul li:hover .time span{
  		color: #E6212B;
  	}

  	.news ul li:hover .info h4{
  		color: #E6212B;
  		text-decoration: underline;
  	}
  	.honor .show .pic ul li p:hover{
  		color: #e6212b;
  	}
 	.news-list ul li:hover{
 		border: 1px dotted #E6212B;
 	}
	.news-list ul li:hover .time{
		background: #E6212B;
	}
 	.news-list ul li:hover .info h4{
 		color: #E6212B;
 	 
 	}

 	.links ul li:hover a{
 		color: #E6212B;
 	}
 

  	.footer .menu ul li a:hover{
  		color: #E6212B;
  	}

  	.footer .list ul li a:hover{
  		color: #E6212B;
  	}

}

@media (max-width: 1800px){
	.head .main{
		width: 1400px;
	}
	.main{
		width: 1400px;
	}
 	.nav ul{
 		width: 850px;
 	}
	 
}
@media (max-width: 1440px){

	.main{
		width: 1200px;
	}
	.head .main{
		width: 1200px;
	}
	.nav{
		margin-right: 20px;
	}
	.nav ul{
		width: 700px;
	}
	.nav ul li {
		text-align: center;
	}
	.focusSwiper{
		width: 600px;
	}
	.about .intro .bd{
		padding: 0;
	}
	.about .intro {
		width: 530px;
	}
	.about .intro ul{
		width:410px;
	}

	.about .intro ul li:after{
		right: -21px;
	}
 	
 

 	.product .focusSwiper{
 		width: 597px;
 	}

 	.product .img ul{
 		width: 591px;
 	}
 	.product .img ul li{
 		width: 293px;
 	}

 	.base .bSwiper .swiper-slide ul li{
 		width: 379px;
 	}

 	.news .current{
 		width: 500px;
 	}
 	.news .current img{
 		width: 100%;
 	}
 	.news .newsSwiper{
 		width: 680px;
 	}
 	.news ul li{
 		height: 213px;
 		padding: 15px 30px;
 		width: 330px;
 	}
 	
 	.links ul{
 		width: 900px;
 	}

 	.news-list{
 		width: 1200px;
 	}
 	.news-list ul li .info{
 		width: 1015px;
 	}
 	.news .left{
 		height: 606px;
 	}
 	.news ul li img{
 		width: 200px;
 	}
 	.fy{
 		width: 1200px;
 	}
}


@media screen and (max-width: 1199px){

	.main{
		width: 7.1rem;
	}
	.top{
		display: none;
	}
	.head{
		height: auto;
		z-index: 1000;
	}
	.head .main{
		width: 7.1rem;
		height: 1.5rem;
		justify-content:space-between;
	}
	.head .name{
		width: 5rem;
	}
	.head img{
		display: block;
		width: 100%;
	}
 	.head .tel{
 		display: none;
 	}
 	.head .btn{
 		width: 1rem;
 		height: 1rem;
 		background: url(../images/btn.png) no-repeat center right;
 		background-size: auto .8rem;
 	}
 	.nav{
 		width: 100%;
 		height: 100%;
 		overflow: hidden;
 		position: fixed;
 		left: 0;
 		top:1.5rem;
 		display: none;
 		overflow-y: auto;
 		opacity: 0;
 		visibility: hidden;
 		background: rgba(0,0,0,.5);
 		z-index: 10001;

 	}
 	.nav ul{
 		top: 0;
 		width: 70%;
 		float: right;
 		right: -100%;
 		position: relative;
 		height:  100%;
 		overflow-y:auto;
 		background: #333333;
 	 
 	}
 	.nav .on{
  		padding-bottom: 1.5rem;
 	}
 
  	.nav ul li{
  		width: 100%;
  		padding: 0 .15rem;
  		box-sizing: border-box;
  		height: auto;
  		overflow: hidden;
  		border-bottom: .02rem  solid #eee;
  		line-height: .8rem;
  		border-top: .02rem solid #444;
  		position: relative;
  		border-bottom: .02rem solid #111;
  		text-align: left;
  	}
  	.nav ul li a{
  		color: #fff;
  		font-size: .3rem;
  		display: block;
  	}
  	.nav ul ul{
  		width: 96%;
  		padding-bottom: 0;
  		display: none;
  		right: initial;
  	}
  	.nav ul .sonOpen{
  		display: block;
  	}
  	.nav ul li i{
  		display: block;
  		position: absolute;
  		right: 0;
  		width: .8rem;
  		height: .8rem;

  		top: 0;
  	}
  	.nav ul li i:after{
  		content: "";
  		width: .3rem;
  		height: .3rem;
  		transition: .3s;
  		display: block;
  		background: url(../images/nav-icon.png) no-repeat center;
  		background-size: auto 100%;
  		position: absolute;
  		top: 50%;
  		left: 50%;
  		margin-left: -.15rem;
  		margin-top: -.15rem;
  	}
  	.nav ul li .touch:after{
  		transform: rotate(90deg);
  	}
  	.nav ul li ul li{
  		line-height: .7rem;
  		border: none;
  		height: .7rem;
  		border: none;
  	}
  	.nav ul li ul li:first-child{
  		border-top: 0;
  	}
  	.nav ul li ul li:last-child{
  		border-bottom: none;
  	}
  	.nav ul ul li a{
  		font-size: .26rem;
  		display: block;
  		white-space: nowrap;
  		   text-overflow: ellipsis;
  		   overflow: hidden;
  	}

	#wowslider-container1{
		display: none;
	}

	#wowslider-container2{
		display: block;
	}

	.wowslider-container{
		height: 4rem;
	}
	.ws_bullets{
		bottom: .2rem;
	}

	.ws_bullets a{
		font-size: .24rem;
		width: .4rem;
		height: .4rem;
		line-height: .4rem;
		margin: 0 .1rem;
	}
	.in-banner img{
		display: none;
	}
	.in-banner img:last-child{
		display: block;
	}
	.pcbanner{
		display: none;
	}
	.mbanner{
		display: block;
	}

 
	.mbanner img{
		display: block;
		width: 100%;
	}
	.mbanner .swiper-pagination{
		display: flex;
		justify-content: center;
		align-items: center;
		position: absolute;
		bottom: .4rem !important;
		z-index: 1;
	}
	.mbanner .swiper-pagination-bullet{
		width: .2rem;
		height: .2rem;
		background: none;
		opacity: 1;
		margin: 0 .1rem;
		border-radius: 30px;
		position: relative;
		display: block;
		transition: .5s;
		background: #fff;
	}
	.mbanner .swiper-pagination-bullet-active{
		 width: .5rem;
	}	

	.hd{
		display: block;
	}

	.bar {
		width: 100%;
		margin-top: .5rem;
	}
	.bar ul{
		display: block;
	}
	.bar ul li{
		width: 48%;
		float: left;
		padding: 0;
		text-align: center;
		height: .8rem;
		margin: 0;
		line-height: .8rem;
		box-sizing: border-box;
		margin-bottom: .2rem;
	}
	.bar ul li:nth-child(2n){
		float: right;
	}

	.bar ul li a{
		display: block;
		 white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
	}
	.title{
		width: 100%;
		flex-direction: column;
	}

	.title h4{
		font-size: .48rem;
		padding-bottom: .3rem;
		width: 100%;
		text-align: center;
	}
	.title h4:after{
		width: 1rem;
		left: 50%;
		transform: translateX(-50%);
		height: .04rem;
	}
  	.title a{
  		width: 2rem;
  		height: .8rem;
  		line-height: .8rem;
  		font-size: .3rem;
  		border-width: .02rem;
  		margin-top: .3rem;
  	}
	.img-list{
		margin-top:.2rem;
	}
	.img-list ul li{
		margin: 0;
		width: 3.45rem;
		margin-bottom: .1rem;
	}
	.img-list ul li:nth-child(2n){
		float: right;
	}
	.img-list ul li p{
		font-size: .28rem;
		height: .6rem;
		line-height: .6rem;
	}

	.tab ul{
		
		width: 100%;
	}
	
	.tab ul li{
		width: 47%;
		height:.8rem;
		line-height: .8rem;
		text-align: center;
		margin: .1rem;
	}
	.tab ul li:nth-child(2n){
		float:right;
	}

	.tab ul li a{
		display: block;
		font-size:.28rem;
	}
	.about{
		margin-top: .6rem;
	}
	.about .main{
		display: block;
	}

	.about .video{
		width:6.4rem;
		height: 4.8rem;
		margin: 0 auto;
	}
	.about .video video{
		width: 6.4rem;
		height: 4.8rem;
	}
	.about .intro{
		width: 100%;
		margin-top: .4rem;
	}
	.about .intro .info{
		font-size: .3rem;
		line-height: .5rem;
		height:5rem;
		overflow-y:auto;
		display: block;
		-webkit-line-clamp:6;
	}
	.about .intro .bd{
		margin-top: .4rem;
		flex-wrap: wrap;
		justify-content: center;
	}
	.about .intro ul{
		width: 100%;
		 
	}
	.about .intro ul li:after{
		right: -.4rem;
	}

	.about .intro ul li p{
		font-size: .28rem;
		margin-top: .2rem;;
	}

	.about .intro .more{
		font-size: .32rem;
		margin-top: .5rem;
	}
	.datas {
		height: auto;
		overflow: hidden;
		padding: .5rem 0;
		margin-top: .6rem;
	}
	.datas ul{
		display: block;

		width: 100%;
	}
	.datas ul li{
		width: 50%;
		float: left;
		border-right: .02rem solid  #DCDCDC;
		border-bottom: .02rem solid #DCDCDC;
		box-sizing: border-box;
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		flex-direction: column;
		padding: .3rem 0;
		align-items: center;
	}
	.datas ul li:nth-child(n+3){
		border-bottom: none;
	}
	.datas ul li:after{
		width: 0;
		height: 0;
		overflow: hidden;
	}
	.datas ul li:nth-child(2n){
		float: right;
		border-right: none;
	}
	.datas ul li b{
		font-size: .8rem;
		font-family: '微软雅黑';
	}
	.datas ul li i{
		width: .45rem;
		height: .45rem;
		line-height: .45rem;
		font-size: .2rem;
		right:-.45rem;
		top: 0;
	}
	.datas ul li p{
		font-size: .3rem;

	}


	.about .focusSwiper{
		width: 100%;
	}
	 
	.focusSwiper .swiper-pagination{
		right: .2rem !important;
		height: .8rem;
	}
	.focusSwiper .swiper-pagination span{
		width: .2rem;
		height: .2rem;
		margin: 0 .1rem;
	}
	.focusSwiper .swiper-slide p{
		line-height: .8rem;
		height: .8rem;
		font-size: .3rem;
		padding-left: .3rem;
	}

	.product{
		margin-top: .6rem;
	}
	.product .focusSwiper{
		width: 100%;
		margin-top: .4rem;
	}
	.product .img ul{
		width: 100%;
		margin-top: .3rem;
	}
	.product .img ul li{
		width: 49%;
	}

	.adv{
		margin-top: .5rem;
		position: relative;
		height: auto;
		padding-top: .1rem;
	}
	.adv .tit {
		width: 2.6rem;
		height: 2rem;
		padding-left: .3rem;
	}
	.adv .tit h4{
		font-size: .48rem;
		padding-bottom: .25rem;
	}
	.adv .tit h4:after{
		width: 1.2rem;
		height: .04rem;
	}

	.adv .tit p{
		font-size: .26rem;
		margin-top: .2rem;
	}
	.advSwiper{
		
	}

	.adv .advSwiper .swiper-pagination{
		position: relative;
		display: block;
		height: auto;
		align-items: center;
		justify-content: center;
		width: 100%;
		margin-top: -.16rem;
		z-index:10;
	}
	.advSwiper .swiper-slide{
		height: auto;
	}
	.advSwiper .swiper-slide .main{
		height:4rem;
	}
	.advSwiper .swiper-slide img{
	 
		left: 50%;
		transform: translateX(-50%);
		height: 4rem;
	}
	.advSwiper .swiper-pagination span b{
		font-size: .48rem;
		display: block;
		margin-bottom: .1rem;
	}
 
	.advSwiper .swiper-pagination span{ 
	 width: 25%; 
	 height: auto; 
	 padding: 0;
	 transform: initial; 
	 padding: .3rem 0; 
	 float: left; 
	 flex-direction:column; 
	 align-items: center; 
	 justify-items: center; 
	 padding-bottom: .4rem;
	 transform: translateY(.15rem);
	}

	.advSwiper .swiper-pagination span h4{
		font-size: .32rem;
	}
	.advSwiper .swiper-pagination span p{
		display: none;
	}

	.advSwiper .swiper-slide .main{
		width: 100%;
	}
	.advSwiper .swiper-slide .info{
		font-size: .2rem;
		line-height: .42rem;
		padding: 0;
		height: auto;
		padding: .3rem;
		box-sizing: border-box;
		width: 100%;
	}
	.advSwiper .swiper-pagination .swiper-pagination-bullet-active{
		transform: translateY(0rem);
	}


	.base{
		margin-top: .65rem;
	}
	.base .bar{
		justify-content: space-between;
	}
	.base .swiper-pagination{
		width: 4.7rem !important;
		justify-content: space-between;
	}
	.base .swiper-pagination span{
		width:2.2rem;
		text-align: center;
		height: .8rem;
		padding: 0;
		line-height: .8rem;
		margin: 0;
	}
	 
	.base .bar ul li{
		width: 2.2rem;
		height: .8rem;
		line-height: .8rem;
		margin: 0;
	}
	
	.base .bSwiper {
		margin-top: .4rem;
	}
	
	.base .bSwiper .swiper-slide  ul li{
		float: left;
		width: 3.45rem;
		margin-left: 0;
		margin-bottom: .2rem;
	}
	.base .bSwiper .swiper-slide  ul li:nth-child(2n){
		float: right;
	}
	.base .bSwiper .swiper-slide  ul li img{
		display: block;
		width: 100%;
	}
	.base .bSwiper .swiper-slide  ul li p{
		font-size: .3rem;
		margin-top: .0;
		height: .8rem;
		line-height: .8rem;
	}

	.bar ul li a{
		font-size: .28rem;
	}



	.honor{
		margin-top: .4rem;
		padding:.6rem 0;
	}
	.honor .show .box{
		width: 600%;
	}
	.honor .show .pic{
		width: 50%;
	}
	.honor .show .pic ul li{
		width: 16%;
		margin-left: .666%;
	}
	.honor .show .pic ul li img{
		width: 100%;
		height: auto;
	}

	.honor .show .pic ul li .img-box{
		padding: .2rem;
		border-width: .02rem;
	}
	.honor .show .pic ul li p{
		font-size: .3rem;
		margin-top: .1rem;
	}


	.news{
		width: 100%;
		height: auto;
		overflow: hidden;
 
		background: url(../images/mdt.png) no-repeat center top;
		background-size: cover;
		padding-top: .6rem;
	}
	.news .current{
		width: 100%;
		padding: .4rem;
		box-sizing: border-box;
		margin-top: .4rem;
	}
	.news .current h4{
		font-size: .32rem;
	}
	.news .current span{
		font-size: .24rem;
	}
	.news .current p{
		font-size: .28rem;
		line-height: .42rem;
		height: .8rem;
	}
	.news .current img{
		height: 3.83rem;
	}
 	.news .newsSwiper{
 		width: 100%;
 		height: auto;
 		overflow: hidden;
 		margin-top: .4rem;
 	}
 	.news .newsSwiper ul{
 		display: flex;
 	}
 	.news ul li{
 		width: 100%;
 		padding: .2rem .3rem;
 		height: auto;
 		overflow: hidden;
 	}
 	.news ul li .time{
 		border-bottom: .02rem solid  #E7E7E7;
 		padding-bottom: .2rem;
 	}
 	.news ul li .time p{
 		font-size: .6rem;
 	}
 	.news ul li .time span{
 		font-size: .24rem;
 	}
 	.news ul li .time i{
 		width: .8rem;
 		height: .8rem;
 		line-height: .8rem;
 		font-size: .28rem;
 	}
 	.news ul li .info h4{
 		font-size: .3rem;
 	}
 	.news ul li .info p{
 		font-size: .26rem;
 		height: .8rem;
 		line-height: .42rem;
 	}

 	.news .swiper-pagination{
 		position: initial;
 		display: flex;
 		margin-top: .3rem;
 		justify-content: center;
 		align-items: center;
 	}
 	.news .swiper-pagination span{
 		display: block;
 		margin: 0 0rem;
 		width: .4rem;
 		opacity: 1;
 		background: #999999;
 		border-radius: 10px;
 		margin: 0 0.1rem;
 		height: .12rem;
 	}
 	.news .swiper-pagination .swiper-pagination-bullet-active{
 		background: #E6212B;
 	}


	.footer{
		width: 100%;
		height: auto;
		overflow: hidden;
		padding-top: .7rem;
		padding-bottom: 2rem;
	}
 	
	.footer .menu{
		display: none;
	}
	.footer .ewm{
		display: none;
	}
	.footer .list{
		display: none;
	}
	.footer .cont{
		width: 100%;
		margin-left: 0;
		float: initial;
	}
	.footer .cont .info{
		width: 100%;
		text-align: center;
		font-size: .24rem;
		line-height: .42rem;
		margin-top: .3rem;
	}
	.footer .tit{
		justify-content: center;
	}
	.footer .tit h4{
		font-size: .32rem;
	}
	.footer .tit p{
		font-size: .28rem;
	}
	.gotop{
		width: 100%;
		height: .8rem;
		line-height: .8rem;
		background: #999999;
		color: #fff;
		
		text-align: center;
		font-weight: bold;
	}
	.gotop p{
		text-align: center;
		width: 100%;
		font-size: .34rem;
	}
	.cr{
		width: 100%;
		height: auto;
		font-size: .24rem;
		margin-bottom:1.45rem;
		line-height: 1.5rem;
		border-top: .02rem solid #6C6C6C;
	}
	.links{
		display: none;
	}
	.float{
		display: none;
	}
	

	.page{

		margin: .4rem 0;

	}

	.nav-links a{
		font-size: .26rem;
		border: .02rem solid #ccc;
		margin: 0 .06rem;
	}
	.nav-links span{
		margin: 0 .06rem;
		font-size: .26rem;
		border: .02rem solid #ccc;
	}


	.crumbs{
		padding: 0 .1rem;
		box-sizing: border-box;
	}
	.crumbs .main{
		width: 100%;
	}
	.crumbs .tit{
		border-left: none;
		height: .8rem;
		margin-right: .3rem;
	}
	.crumbs div{
		overflow: hidden;
		 white-space: nowrap;
    text-overflow: ellipsis;
    color: #999;
    font-size: .2rem;
	}
	.crumbs p{
		line-height: .8rem;
		font-size: .28rem;
	}
	.crumbs a{
		font-size: .28rem;
		display:inline;
		line-height: .8rem;
	}
	.crumbs .tit img{
		height: .4rem;
		margin: 0 auto;
		margin-top: .2rem;
	}
	
 	.fn{
 		display: block;
 		position: fixed;
 		bottom: 0;
 		width: 7.5rem;
 		left: 50%;
 		z-index: 100;
 		margin-left: -3.75rem;
 	}

 	.fn ul li{
 		float: left;
 		width: 25%;
 		background:#E6212B;
 		height: auto;
 		overflow: hidden;
 		position: relative;
 	}
 	.fn ul li:after{
 		content: "";
 		width: .02rem;
 		height: 100%;
 		position: absolute;
 		right: 0;
 		top: 0;
 		background: #fff;
 	}
 	.fn ul li:last-child:after{
 		width: 0;
 		height: 0;
 		overflow: hidden;
 	}
 	.fn ul li img{
 		display: block;
 		margin: 0 auto;
 		margin-top: .2rem;
 		height: .4rem;
 	}
 	.fn ul li  p{
 		color: #fff;
 		font-size: .26rem;
 		text-align: center;
 		margin-top: .1rem;
 		margin-bottom: .1rem;
 	}
	 

	.about-article{
		margin-top: .3rem;
		margin-bottom: 0;
		margin-bottom: .4rem;
	}
	.about-article .title{
		margin-top: .6rem;
		margin-bottom: .4rem;
	}
	.about-article img{
		max-width: 100%;
		display: block;
	}
	.about-article .info{
		font-size: .29rem;
		line-height: .48rem;
		margin: 0;
		margin-top: .2rem;
	}
	.about-article .map{
		height:5rem;
		margin-top: .3rem;
	}
	.cont-article .title{
		margin-top: .6rem;
		margin-bottom: .4rem;
	}
	.cont-article{
		width: 100%;
	}
	.cont-article ul li{
		width: 100%;
	}

	.cont-article ul li img{
		height: 1rem;
	}

	.cont-article ul li p{
		font-size: .3rem;
		margin-left: .3rem;
	}

	.detailed{
		width: 100%;
		height: auto;
		overflow: hidden;
		margin-top: .6rem;
	}
	.detailed .tit h4{
		font-size: .38rem;
	}
	.detailed .tit span{
		display: block;
		line-height: .4rem;
		font-size: .24rem;
	}
	.detailed .tit p{
		padding: .1rem 0;
	}
	.detailed .info{
		margin-top: .2rem;
		font-size: .29rem;
		line-height: .48rem;
		text-align: justify;
	}
	.fy{
		width: 7.1rem;
		margin: .6rem auto;
		margin-bottom: .3rem;
		border:.02rem solid #ccc;
		line-height: .7rem;
	}
	.fy p{
		line-height: .7rem;
		height: .7rem;
		font-size:.24rem;
		padding:0 .1rem;
		width: 50%;
		text-align: center;
		box-sizing: border-box;
		border-right: .02rem solid #ccc;
	}
	.fy p:nth-child(2){
		border-right:  none;
	}
	 
	.fy .return{
		width: 100%;
		box-sizing: border-box;
		float: initial;
		text-align: center;
		float: left;
		line-height: .7rem;
		display: block;
		border-left: none;
		border-top: .02rem solid #ccc;
	}

	.message{
		margin-top: .6rem;
		width: 100%;
		display: block;
	}
	.message img{
		display: none;
	}
	.message  .bd{
		padding: 0;
		margin: 0;
		padding: .3rem;
		display: block;
		width: 100%;
		padding-bottom: .5rem;
		margin-top: .3rem;
		box-sizing: border-box;
	}
	.message form{
		width: 100%;
		float: initial;
		margin: 0;
	}
	.message form ul li{
		border: .02rem solid #d2d2d2;
		box-sizing: border-box;
	}
	.message form ul li input{
		display: block;
		height: .8rem;
	}
	.message form ul li input{
		width: 100%;
		font-size: .3rem;
		 
	}
	.message form .btn input{
		width: 3.2rem;
		height: .8rem;
		font-size: .3rem;
		margin-top: .2rem;
	}
	.message form ul li textarea{
		width: 100%;
		height: 2rem;
	 
	}



	.news-list{
		width: 7.1rem;
		margin: 0 auto;
	}
	.news-list .title{
		margin-top: .5rem;
	}
	.news-list ul{
		margin-top: .4rem;
	}
	.news-list ul li{
		border: .02rem solid #dcdcdc;
		box-sizing: border-box;
		height: auto;
		overflow: hidden;
		padding: .25rem;
		width: 100%;
		margin-bottom: .2rem;
	}
	.news-list ul li .time{
		width: 1.4rem;
		height: 1.4rem;
	}
	.news-list ul li .time b{
		height: .7rem;
		line-height: .7rem;
		font-size: .42rem;
	}
	.news-list ul li .time p{
		height: .5rem;
		line-height: .5rem;
		font-size: .32rem;
		margin-top:.2rem;
	}
	.news-list ul li .time span{
		font-size: .24rem;
		display: block;
		margin-top:.15rem;
	}
	.news-list ul li .time:after{
		width: .3rem;
		top: .7rem;
		margin: 0;
		transform: translateX(-50%);
	}
	.news-list ul li .info{
		width: 4.8rem;
		margin: 0;

	}
	.news-list ul li .info h4{
		font-size: .3rem;
		padding-right: .5rem;
		background-size: .3rem auto;
	}
	.news-list ul li .info p{
		font-size: .26rem;
		line-height: .4rem;
	}
	.news-list ul li .info span{
		margin-top: .05rem;
		line-height: .42rem;
		font-size: .26rem;
		height: .8rem;
		display: -webkit-box;
	}

}


 