*{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);

}

body{
	overflow-x: hidden;
}


.main{
	width: 1400px;
	margin:0 auto;
 
}
 

.head{
	width: 100%;
	height: 90px;
	position: fixed;
	top: 0;
	z-index: 100;

	transition: .5s;
  
  
}

.head .main{
	width: 100%;
}
.nav-btn{
	width: 90px;
	height:90px;
	position:fixed;
	right: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	top: 0;
	right: -90px;
	opacity: 0;
	visibility: hidden;
	background: rgba(0, 0, 0, .8);
	z-index: 100;
	transition: .5s;
}
.nav-btn  img{
	display: block;
	margin: 0 auto;
}

.nav-btn h4{
	color: #fff;
	font-size: 18px;
	text-align: center;
	margin-top: 10px;
	font-weight: normal;
}
.nav-show{
	opacity: 1;
	visibility: initial;
	right: 0;
}
/*.head .main{
	display: flex;
	width: 100%;
	justify-content: space-between;
	align-items: center;
	height:90px;
}
*/
.head .logo {
	width: 288px;
	transition: .5s;
	height: 53px;
	margin-left: 28px;
	left: 0;
	transition: .8s;
	top: 50%;
	transform: translateY(-50%);
	position: absolute;
	background: url(../images/logo.png) no-repeat center;
}

.head:after{
	content: "";
	width: 30px;
	height: 30px;
	background: url(../images/nav-icon.png) no-repeat center;
	position: absolute;
	left: 0;
	opacity: 0;
	top: 50%;
	transform:translateY(-50%);
	 
}
.head .logo img{
	display: block;

}

.head  .right{
	display: flex;
	align-items: center;
	float: right;
	transition: .8s;
}	

.head .tel {
	display: flex;
	justify-content: center;
	align-items: center;
	background: #222222;
	width: 80px;
	height: 90px;
	position: relative;
}

.head .tel  b{
	position: absolute;
	display: block;
	top: 90px;
	right: 0;
	color: #fff;

	padding: 10px;
	border-radius: 5px;
	font-size:22px;
	opacity: 0;
	top: 100px;
	transition: .5s;
	visibility: hidden;
	background: rgba(0, 0, 0, .5);
}


.head-hidden{
  	
  	width: 30px;
 	overflow: hidden;
	background: rgba(0, 0, 0, .5);
}

.fHead{
	background: rgba(0, 0, 0, .5);
}


.head-hidden .logo{
	opacity: 0;

}
.head-hidden .right{
	opacity: 0;

}

.head-hidden:hover{
	width: 100%;
	overflow: initial;
}
.head-hidden:hover .logo{
	 opacity: 1;
}
.head-hidden:hover .right{
	 opacity: 1;
}
.head-hidden:after{
	opacity: 1;
}
.head-hidden:hover:after{
	opacity: 0;
}



/* banner s */

 
.wowslider-container { 
	display: table;
	zoom: 1; 
	position: relative;
	width: 100%;
	height: 100%;
 	overflow: hidden;
	margin:0px auto 0px;
	z-index:90;
	text-align:left; /* reset align=center */
	font-size: 10px;
	text-shadow: none; /* fix some user styles */

	/* reset box-sizing (to boostrap friendly) */
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box; 
}
 
.wowslider-container .ws_images ul{
	position:relative;
	width: 10000%; 
	height:100%;
	left:0;
	list-style:none;
	margin:0;
	padding:0;
	border-spacing:0;
	overflow: visible;
	/*table-layout:fixed;*/
}
.wowslider-container .ws_images ul li{
	position: relative;
	width:1%;
	height:100%;
	line-height:0; /*opera*/
	overflow: hidden;
	float:left;
	/*font-size:0;*/
	padding:0 0 0 0 !important;
	margin:0 0 0 0 !important;
}

.wowslider-container .ws_images{
	position: relative;
	left:0;
	top:0;
	height:100%;
 
	vertical-align: top;
	border:none;
	overflow: hidden;
}
.wowslider-container .ws_images ul a{
	width:100%;
	height:100%;
	max-height:900px;
	display:block;
	color:transparent;
}
.wowslider-container img{
	max-width: none !important;
}
.wowslider-container .ws_images .ws_list img,
.wowslider-container .ws_images > div > img{
	width:100%;
	border:none 0;
	height: 100%;
	max-width: none;
	padding:0;
	margin:0;
}

.wowslider-container .ws_images > div > img{
	position: absolute;
	width: 100%;
	top: 50%;
	display: block;
	left: 50%;
	transform: translate3d(-50%, -50%, 0px);
}
 
 


.ws_bullets  {
	position: absolute;
	left: 0;
	bottom: 40px;
	width: 100%;
	margin: 0 auto;
}

.ws_bullets  div{
	display: flex;
	justify-content: center;
	margin: 0 auto;
	width: 100%;
}

.ws_bullets  a{
	display: block;
	width:26px;
	height: 26px;
	text-align: center;
	position: relative;

	z-index: 10;
	line-height: 26px;
	color: #fff;
	border-radius: 50%;
	margin: 0 10px;
	background: rgba(0, 0, 0,.5);
}

.ws_bullets .ws_selbull{
	background: #dc5f00;
}


#wowslider-container2{
	display: none;
}
/* banner e */
 
.menu{
	position: fixed;
	right: 10px;
	z-index: 100;
	top: 50%;
	transform: translateY(-50%);
}
.menu ul li{
	
	position: relative;
	margin-bottom: 5px;
}

.menu ul li:after{
	content: "";
	width: 30px;
	height: 5px;
	position: absolute;
	right: 0;
	top: 50%;
	background: #B17E5D;
	transition: .3s;
	border-radius: 10px;
	transform: translateY(-50%);
}
.menu ul li a{
	font-size: 14px;
	color:#dc5f00;
	opacity: 1;
	display: block;
 	opacity: 0;
	position: relative;
	z-index: 1;
 	height: 25px;
 	transition: .3s;
	padding-right: 50px;
}

.menu ul li:hover a{
	opacity: 1;
}
.menu ul li:hover:after{
	width: 35px;
	background: #DC5F00;
}
.menu ul .active:after{
	width: 45px;
	background:#DC5F00; ;
}
.menu ul .active a{
	opacity: 1;
}
.mbanner{
	display: none;
}
.in-banner img{
	display: block;
	width: 100%;
}
.in-banner img:last-child{
	display: none;
}


#fp-nav ul li a span, .fp-slidesNav ul li a span{
	background: #fff ;
	border: none ;
}
#fp-nav ul li a{
	display: flex;
	justify-content: center;
}
#fp-nav ul .active span{
	width: 13px ;
	height: 13px ;
	background: #FE6F58 !important;
}
#fp-nav ul li a span, .fp-slidesNav ul li a span{
	position: initial;
}

 

.product{
	width: 100%;
	height: auto;
	overflow: hidden;
}

.product .tit{
	float: left;
	width: 18.2%;
	height: 100%;
	display: flex;
	justify-content: center;
	float: left;
	align-items: center;
	background: url(../images/bg01.jpg) no-repeat center bottom;
	background-size: auto 100%;
}

.product .bd{
	float: right;
	width: 76%;
	height: 100%;
 	display: flex;
	align-items: center;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: center;
}
.product .tit h4{
	color: #dc5f00;
	font-size: 36px;
}

.product .tit span{
	font-size: 18px;
	text-transform: uppercase;
	color: #dc5f00;
	margin-top: 20px;
	display: block;
}


.product .tit  p{
	font-size:16px;
	line-height: 36px;
	margin-top: 50px;
}
.product .tit div{
	width: 220px;
	height: auto;
	overflow: hidden;
	position: relative;
	padding-bottom: 200px;
}
.product .tit div:after{
	content: "";
	width: 1px;
	height: 178px;
	position: absolute;
	left: 0;
	bottom: 0;
	background: #6B6C6B;
}


.product  .mySwiper{
	width: 100%;
	height: auto;
	overflow: hidden;
	box-shadow: 0 -5px 0 0 #E5E5E5 inset;
 
}

.product  .mySwiper .swiper-wrapper{
	display: flex;
}
.product  .mySwiper .swiper-slide{
	width: 110px;
	margin-right: 80px;
	height: 50px;
	position: relative;
}

.product  .mySwiper .swiper-slide:after{
	content: "";
	width: 100%;
	height:0;
	transition: .3s;
	position: absolute;
	left: 0;
	bottom: 0;
	background: #DC5F00;
}

.product  .mySwiper .swiper-slide a{
	color: #000000;
	font-size: 22px;

}

.product  .mySwiper .swiper-slide-thumb-active:after{
	height: 5px;
}

.product  .mySwiper .swiper-slide-thumb-active a {
	color: #DC5F00;
}
.product .mySwiper2{
	margin-top: 60px;
	width: 100%;
	height: auto;
	overflow: hidden;
}
.product .mySwiper2 .intro{
	width:350px;
	float: left;
	height: auto;
	overflow: hidden;
}
.product .mySwiper2 .swiper-wrapper{
	 position: relative;
     width: 100%;
     height: 100%;
     z-index: 1;
     display: flex;
     transition-property: transform;
     box-sizing: content-box;
}
.product .mySwiper2 .intro  h4{
	color: #dc5f00;
	font-size: 30px;
}

.product .mySwiper2 .intro  ul {
	width: 350px;
	min-height: 240px;
	overflow: hidden;
	margin-top: 30px;

}

.product .mySwiper2 .intro  ul li{
	width:45%;
	float: left;
	line-height:40px;
}



.product .mySwiper2 .intro ul li a{
	display: block;
	font-size: 18px;
	color:#555555;
	 white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;

}

.product .mySwiper2 .pic{
	float: right;
	width: 64%;
}


.product .mySwiper2 .pic img{
	display: block;
	width: 100%;
}
 .more{
	display: block;
	width: 220px;
	height: 70px;
	border: 1px solid #E5E5E5;
	text-align: center;
	line-height: 70px;
	color: #999999;
	font-size: 15px;
	margin-top: 20px;
}



.hot{
	width: 100%;
	height: auto;
	overflow: hidden;
	background: url(../images/bg02.jpg) no-repeat center;
	background-size: auto 100%;
}


.hot .title h4{
	color: #dc5f00;
	font-size: 36px;
	text-align: center;
	margin-top: 15px;
}

.hot .title b{
	text-align: center;
	display: block;
	font-size: 20px;
	text-transform: uppercase;
	color: #999999;
	margin-top: 10px;
}

.hot  .show{
	width:100%;
	height:auto;
	overflow:hidden;
}

.hot  .box{
	width:800%;
}

.hot .pic{
	float:left;
	width:2842px;
}

.hot ul {
	height: auto;
	overflow: hidden;
	width: 100%;
	margin-top: 30px;
}
.hot ul li{
	float: left;
	width: 335px;
	height: auto;
	margin-left:20px;
	overflow: hidden;
	margin-bottom: 20px;
}

 
.hot ul li img{
	display: block;
	width: 100%;
}
.hot ul li p{
	text-align: center;
	line-height: 50px;
	background: #000000;
	font-size: 18px;
	  white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #fff;
}

 
.hot  .btn {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 30px;
}

.hot  .btn a{
	display: block;
	width: 150px;
	height: 40px;
	background: #FFFFFF;
	text-align: center;
	line-height: 40px;
	color: #333333;
	font-size: 15px;
}
.hot  .btn a:first-child{
	background: #DC5F00;
	color: #fff;
}


.solution{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.solution .hd{
	width: 100%;
	height: 162px;
	position: relative;
	z-index: 10;
	background: #fff;
}
.solution .hd .main{
	display: flex;
	justify-content: space-between;
	align-items:center;
	height: 162px;
}

.solution .hd  .icon{
	display: none;
}
.solution .hd .tit h4{
	color: #dc5f00;
	font-size: 46px;
}

.solution .hd .tit span{
	display: block;
	color: #555555;
	font-size: 20px;
}
.solution .hd .tit div{
	align-items: center;
	display: flex;
	margin-top: 10px;
}

.solution .hd .tit  a{
	display: block;
	width: 100px;
	height: 35px;
	border: 1px solid #E5E5E5;
	text-align: center;
	line-height: 35px;
	margin-left: 15px;
	color: #999999;
}

.solution .swiper-pagination{
	display: flex;
	width: 590px !important;
	justify-content: space-between;
	align-items: center;
	position: relative;
	z-index: 1;
}

.solution .swiper-pagination span{
	display: block;
	width: 100%;
	position: relative;
	padding: 15px 0;
	margin-top: 25px;
	box-sizing: border-box;
}
.solution .swiper-pagination span:after{
	content: "";
	width: 100%;
	height: 70px;
	background: #DC5F00 url(../images/icon02.png) no-repeat center;
	position: absolute;
	left: 0;
	opacity: 0;
	visibility: hidden;
	transition: .5s;
	top: 94px;
}
.solution .swiper-pagination i img{
	display: block;
	margin: 0 auto;
}
.solution .swiper-pagination i img:last-child{
	display: none;
}

.solution .swiper-pagination p{
	color: #333333;
	font-size: 18px;
	text-align: center;
	margin-top: 15px;
}

.solution .swiper-pagination-bullet-active{
	background: #DC5F00;
}

.solution .swiper-pagination-bullet-active p{
	color: #fff;
}
.solution .swiper-pagination-bullet-active i img{
	display: none;
}
.solution .swiper-pagination-bullet-active i img:last-child{
	display: block;
}
.solution .swiper-pagination  .swiper-pagination-bullet-active:after{
	opacity: 1;
	visibility: initial;
	top: 104px;
	 
}

.solution .sSwiper{
	width: 100%;
	height: 100%;
}
.solution .sSwiper .swiper-slide{
	position: relative;
	height: 100%;
}
.solution .sSwiper .swiper-slide img{
	position: absolute;
	left: 50%;
	top: 50%;
 	width: 100%;
	transform: translate3d(-50%, -50%, 0px);
}

.about{
	position: relative;
}
.about .main{
	width: 1600px;
}

.about .pic{
	float: left;
	width: 50%;
	height: 100%;
	background: url(../images/about.jpg) no-repeat center;
	background-size:cover;
	position: absolute;
	left: 0;
	top: 0;
}

.about .intro{
	float: right;
	width: 700px;
}

.about .intro .title h4{
	color: #dc5f00;
	font-size: 36px;

}

.about .intro .title b{
	color: #999999;
	font-size: 20px;
	display: block;
	margin-top: 5px;
}


.about .intro .title p{
	display: block;
	color:#000000;
	font-size: 22px;
}

.about .intro .info{
	width: 100%;
	height:270px;
	overflow: hidden;
	margin-top: 40px;
	text-indent: 2em;
	color: #555555;
	font-size: 16px;
	display: -webkit-box;
	-webkit-line-clamp:9;
	-webkit-box-orient: vertical;
	overflow: hidden;
	line-height: 30px;
}

.about .intro a{
	margin-top:40px;
} 
.about  ul{
	display: flex;
	justify-content: space-between;
	margin-top: 60px;
}

.about  ul li{
	float: left;
	position: relative;
	height: auto;
	overflow: hidden;
	padding-right: 48px;
}
.about  ul li:after{
	content: '';
	width: 1px;
	height: 77px;
	background: #DCDCDC;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.about ul li b{
	color: #dc5f00;
	font-size: 72px;
	line-height: 55px;
}
.about ul li i{
	font-style: normal;
}
.about ul li  span{
	color: #000000;
	font-size: 18px;
}
.about ul li div{
	display: flex;
	align-items: flex-start;

}

.about ul li  p{
	 
	color: #555555;
	font-size: 20px;
	margin-top: 15px;
}
.about  ul li:last-child:after{
	width: 0;
	height: 0;
	overflow: hidden;
}
.about  ul li:last-child{
	padding-right: 0;
}


.adv{
	width: 100%;
	background: url(../images/bg03.jpg) no-repeat center;
	background-size: cover;
}

.adv .title h4{
	text-align: center;
	font-size:42px;
	color: #dc5f00;	
}
.adv .title p{
	 
	font-size: 20px;
	text-align: center;
	color: #555555;
	font-weight: bold;
	margin-top: 10px;
}

.adv ul {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	margin-top: 50px;
}
.adv ul li {
	height: 500px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	width: 100%;
	padding-top: 69px;
	box-sizing: border-box;
	flex-direction: column;
	overflow: hidden;
	background: rgba(0, 0, 0, .5);
}
.adv ul li:nth-child(2n){
	background: rgba(220,95,0, .6);
}
.adv ul li img{
	display: block;
}
.adv ul li i{
	display: block;
	height: 71px;
	display: flex;
	align-items: flex-end;
}
.adv ul li h4{
	color: #fff;
	font-size: 30px;
	padding-bottom: 30px;
	margin-top: 20px;
	position: relative;
}
.adv ul li h4:after{
	content: "";
	width: 33px;
	height: 4px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	background: #DC5F00;
	bottom: 0;
}

.adv ul li p{
	color: #fff;
	font-size: 18px;
	line-height: 36px;
	text-align: center;
	max-width: 210px;
	margin: 0 auto;
	margin-top: 30px;
}


.cases .part{
	width: 33.33vw;
	height: 50vh;
	float: left;
	overflow: hidden;
	position: relative;
}


.cases .title .info{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .8);
	padding: 0 55px;
	padding-top: 60px;
 
	box-sizing: border-box;
}

.cases .title .info:after{
	content: "";
	width:288px;
	height: 53px;
	background: url(../images/logo02.png) no-repeat center;
	position: absolute;
	left: 55px;
	opacity: .8;
	bottom: 45px;
}


 
.cases .title .info h4{
	color: #dc5f00;
	font-size: 36px;
}

.cases .title  a{
	display: block;
	width: 54px;
	margin-top: 30px;
}
.cases .title .info p{
	color: #ffffff;
	font-size: 16px;
	line-height: 24px;
	margin-top: 10px;
	width:340px;
}
.cases .part img{
	width: 100%;
	display: block;
	height: 100%;
	 
}


.cases .part  .intro{
	width: 100%;
	height: 100%;
	position: absolute;
 	padding: 20px;
 	left: 0;
 	top: 0;
 	display: flex;
 	justify-items: center;
 	align-items: center;
 	justify-content: center;
 	flex-direction: column;
 	transform: scale(1.1);
 	background: rgba(0, 0, 0,.5);
 	box-sizing: border-box;
 	opacity: 0;
 	transition: .3s;
 
}

.cases .part  .intro:after{
	content: "";
	 width: 93.75%;
	 height: 91.666%;
	position: absolute;
	left: 50%;
	top: 50%;
	border: 1px solid #fff;
	transform: translate3d(-50%,-50%, 0px);
}


.cases .part  .intro h4{
	color: #fff;
	font-weight: normal;
	font-size: 30px;
}

.cases .part  .intro b{
	color: #fff;
	font-size:36px;
	display: block;
	text-align: center;
	margin-top: 10px;
	padding-bottom: 30px;
	position: relative;
}

.cases .part  .intro b:after{
	content: "";
	width: 107px;
	height: 5px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
	background: #DC5F00;
}

.news{
	position: relative;
}
.news .title{
	width: 249px;
}

.news .title h4{
	font-size: 36px;
	text-align: center;
	color: #dc5f00;
}

.news .title  b{
	color: #999999;
	font-size: 20px;
	display: block;
	text-align: center;
	margin-top: 10px;
	text-transform: uppercase;
}

.news .title  img{
	display: block;
	margin-top: 95px;
}
.news .title a{
	margin-top: 70px;
}

.news .newsSwiper{
	width: 56.25%;
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	overflow: hidden;
}

.news .newsSwiper .swiper-slide {
	width: 100%;
	padding: 0 25px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	border-left: 1px solid #E5E5E5;
	box-sizing: border-box;
}

.news .newsSwiper .swiper-slide .time b{
	color: #cccccc;
	font-size: 72px;
}

.news .newsSwiper .swiper-slide .time span{
	display: block;
	color: #555555;
	font-size: 18px;
}

.news .newsSwiper .swiper-slide a{
	display: block;
	width: 100%;
}
.news .newsSwiper .swiper-slide  h4 {
	width: 100%;
	font-weight: normal;
	color: #555555;
	font-size: 18px;
	  white-space: nowrap;
    text-overflow: ellipsis;
    margin-top: 10px;
    overflow: hidden;
}

.news .newsSwiper .swiper-slide   img{
	display: block;
	width: 100%;
	margin-top: 20px;
}
.news .newsSwiper .swiper-slide p{
 
	font-size: 15px;
	color: #555555;
	line-height: 30px;
	margin-top: 20px;
}

.news .newsSwiper .swiper-slide i{
	display: block;
	width: 35px;
	height: 35px;
	border: 1px solid #E6E6E6;
	border-radius: 50%;
	text-align: center;
	line-height: 35px;
	font-size: 16px;
	margin-top: 30px;
	color: #cccccc;
}



.footer{
	width: 100%;
	height: 620px !important;
	overflow: hidden;
	background: #1F1F1F;
}

.in-footer{
	height: auto !important;
	padding-top: 60px;
	padding-bottom: 10px;
}
.footer .fp-tableCell{
	height: 620px !important;
}
.footer .main{
	width: 1767px;
	height: auto;
}


.footer .intro{
	float: left;
    width: 500px;
}
 
 .footer .intro img{
 	display: block;
 }

 .footer .tel{
 	margin-top: 50px;
 }


.footer .intro p{
	color:#fff;
	font-size: 16px;
	line-height: 28px;
	margin-top: 30px;
}

.footer  .list {
	float: right;
	margin-right:70px;
}
.footer  .list ul{
	display: flex;
	width: 960px;
	align-items:flex-start;
	margin-top: 20px;
	justify-content: space-between;
}
.footer  .list ul li h4 a{
	color: #fefefe;
	font-size: 20px;
}
.footer  .list ul li{
	position: relative;
	width: 100%;
}
.footer  .list ul li ul{
	display: block;
	position: absolute;
	left: 0;
	top: 35px;
	width:100%;
}
.footer  .list ul li ul li{
	line-height:35px;
		 white-space: nowrap;
    text-overflow: ellipsis; 
	overflow:hidden;
}
.footer  .list ul li ul li a{
	font-size: 16px;
	display: block;
	color: #999999;
	 white-space: nowrap;
    text-overflow: ellipsis; 
	overflow:hidden;
}

.footer  .cr{
	width: 100%;
	height: auto;
	overflow: hidden;
	color: #666666;
	font-size: 14px;
	margin-bottom: 20px;
}

.footer   .bd{
	float: left;
	width: 100%;
	margin-top: 100px;
}
.footer  .links p{
	color: #666666;
	font-size: 14px;
	float: left;
	text-transform: uppercase;
}


.footer  .links  ul{
	float: left;
	width: 90%;
}

.footer  .links  ul a{
	color: #666666;
}


.footer  .links  ul li{
	float: left;
	margin-right: 10px;
}
.footer  .links  ul li a{
	display: block;
	font-size: 14px;
	color: #666666;
}
.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;
}
 
 

.tab{
	width: 1200px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 40px;
 
}
.tab ul{
	display: table;
	margin: 0 auto;
}
.tab ul li{
	width:187px;
	height: 60px;
	background: #eee;
	box-sizing: border-box;
	line-height: 60px;
	text-align: center;
	float: left;
	margin-bottom:10px;
	margin-left: 15px;
}
.tab ul li a{
	color: #333;
	font-size: 16px;
	display: block;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.tab ul li:nth-child(6n-5){
	margin-left: 0;
}
 
.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: #DC5F00;
	border: 1px solid  #DC5F00;
	color: #fff;
}

.img-list{
	width: 100%;
	height: auto;
	margin-top: 30px;
	overflow: hidden;
}
.img-list ul li{
	float: left;
	width:338px;
	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;
}

.gotop{
	display: none;
}

.about-article{
	width: 100%;
	height: auto;
	margin-bottom: 50px;
	overflow: hidden;
 
	 
}
.about-article .title{
	margin-top: 55px;
	margin-bottom:40px;
}
.about-article img{
	display: block;
 	float: left;
 	max-width: 40%;
 	margin-right: 20px;
 	margin-bottom: 20px;
}
.about-article .info{
	margin-top: 60px;
	color:#555555;
	font-size: 16px;
	line-height: 30px;

}


.cont-article{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 40px;
	margin-bottom:50px;
}

.cont-article .bd{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.cont-article .bd .info{
	float: left;
	/*width: 45%;*/
}
.cont-article .info h4{
	color: #DC5F00;
	font-size: 18px;
}
.cont-article .info p{
	color: #333;
	font-size: 16px;
	margin-top: 10px;
	line-height: 30px;
}

.cont-article .bd .info img{
	display:block;
	width:100%;
}

.cont-article .bd .m-info{
	display: none;
}
.cont-article .pic{
	float: right;
}

.cont-article .pic img{
	display: block;
	width: 100%;
}



.cont-article .map{
	width: 100%;
	height: 500px;
	border: 3px solid #d2d2d2;
	margin-top: 60px;
	box-sizing: border-box;
 
}

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

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




.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: #efefef;
 
	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;
}

.fy{
	width: 100%;
	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;
}

.news-list{
	width: 100%;
	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;
}



.in-news{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 50px 0;
}

.in-news .title h4{
	font-size: 36px;
	text-align: center;
	color: #dc5f00;
}

.in-news .title  p{
	color: #999999;
	font-size: 20px;
	display: block;
	text-align: center;
	margin-top: 10px;
	text-transform: uppercase;
}

.in-news ul{
	margin-top: 30px;
}

.in-news ul li{
	width:49%;
	height: auto;
	overflow: hidden;
 	border: 1px dotted #E7E7E7;
 	box-sizing: border-box;
	padding: 14px;
	float: left;
	margin-bottom: 12px;
}
.in-news ul li:nth-child(2n){
	float: right;
}

 

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

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

}
.in-news ul li .info{
	width:500px;
	margin-right: 20px;
}
.in-news 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;
     
}

.in-news 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;
}

@media (max-width: 1660px){

	.about .main{
		width: 1400px;
	}
}
 
@media (max-width: 1440px){

	.main{
		width: 1200px;
	}

 	.product .tit{
 		width: 22%;
 	}
 	.product .mySwiper2 .pic{
 		width: 500px;
 	}
 	.product .mySwiper .swiper-slide{
 		margin-right: 60px;
 	}
 	.hot ul{
 		margin-top: 15px;
 	}
 	.hot ul li{
 		width:220px;
 	}
 	.hot ul li p{
 		line-height: 40px;
 	}
 	.hot ul li{
 		margin-bottom: 10px;
 	}
 	.hot ul li:nth-child(4n-3){
 		margin-left: 20px;
 	}

 	.hot ul li:nth-child(n+9){
 		display: block;
 	}
 	.about .main{
 		width: 1200px;
 	}
 	.about .intro{
 		width:530px;
 		margin-right: 30px;
 	}
 	.about .intro .info{
 		height:185px;
 		-webkit-line-clamp:6;
 	}
 	.about ul{
 		margin-top: 30px;
 	}
 	.about ul li b{
 		font-size: 50px;
 	}

 	.adv ul{
 		margin-top: 30px;
 	}

 	.cases .title .info h4{
 		font-size: 26px;
 	}
 	.cases .title .info p{
 		font-size: 14px;
 	}
 	.cases .title a{
 		width: 40px;
 	}
 	.cases .title .info:after{
 		width: 200px;
 		background-size: 100%;
 	}

 	.newsSwiper .swiper-slide .intro{
 		width: 100%;
 	}

 	.footer .main{
 		width: 1200px;
 	}
 	.footer .list ul{
 		width: 700px;
 	}

 	.footer .list{
 		margin-right:0;
 	}

 	.img-list ul li{
 		width: 288px;
 	}

 	.news-list ul li .info{
 		width: 1000px;
 	}

}
@media (min-width: 1200px){


	.nav {
		margin-right: 35px;
	}
	.nav ul {
		display: flex;
		width:1020px;
		justify-content: space-between;
	}


	.nav ul li {
 		position: relative;
		z-index: 1;
		line-height:90px;
 
	}
 	.nav ul li a:before{
 		content:attr(data-en);
 		width:100%;
 		height:100%;
 		position:absolute;
 		left:0;
 		font-size:14px;
 		text-transform:uppercase;
 		text-align:center;
 		top:100%;
 		opacity:0;
 		transition:.3s;
 	}
	.nav ul li a{
		color: #fff;
		font-size: 18px;
		display: block;
		position:relative;
		font-weight: normal;
	}

	.nav ul li:hover a:before{
		top:0;
		opacity:1;
	}
	.nav ul li h4 span {
		position:relative;
		top:0;
 
		top: 0;
		-webkit-transition: all .3s;
		-moz-transition: all .3s;
		-ms-transition: all .3s;
		-o-transition: all .3s;
		transition: all .3s;
	}
	.nav ul li h4 span:nth-child(1){
		transition-delay:.05s;
	}

	.nav ul li h4 span:nth-child(2){
		transition-delay:.0375s;
	}

	.nav ul li h4 span:nth-child(3){
		transition-delay:.025s;
	}

	.nav ul li h4 span:nth-child(4){
		transition-delay:.0125s;
	}

	.nav ul li:hover span{
		top:-100px;
	}

	

	.nav ul li ul{
		position: absolute;
	 
		height: auto;
		overflow: hidden;
		width: 176px;
		left: 50%;
		transform:translateX(-50%);
	 
		top:100px;
		display: block;
		opacity: 0;
		transition: .5s;
        visibility: hidden; 
 
	}

	.nav ul li:after{
		content: "/";
		position: absolute;
		right: -50%;
		top: 0;
		color: #fff;
		font-size: 16px;
	}
 	
 	.nav ul li:last-child:after{
 		width: 0p;
 		height: 0;
 		overflow: hidden;
 	}

	.nav ul li:hover ul{
		opacity: 1;
		top: 90px;
		visibility: initial;

	}
	.nav ul li ul li a{
		color: #fff;
		display: block;
		 white-space: nowrap;
    	text-overflow: ellipsis;
    	overflow: hidden;
		font-size: 14px;
	}

 
	.nav ul li ul li {
	 	text-align:center;
		line-height:50px;
		background:rgba(220,95,0,.7);
	 	margin-bottom:1px;
	}
	.nav ul li ul li:after{
		width: 0;
		height: 0;
		overflow: hidden;
	}

 
 
 

	/* hover */


	.head .tel:hover b{
		opacity: 1;
		top: 90px;
		visibility: initial;
	}


	.img-box{
		overflow: hidden;
	}
	.img-box img{
		transition: .5s;
	}
	.img-box:hover img{
		transform: scale(1.05);
	}
		 
 	
 	.news .newsSwiper .swiper-slide:hover{
 		background: #DC5F00;
 	}
 	.news .newsSwiper .swiper-slide:hover .time span {
 		color: #fff;
 	}

 	.news .newsSwiper .swiper-slide:hover b{
 		color: #fff;
 	}
 	.news .newsSwiper .swiper-slide:hover  h4{
 		color: #fff;
 	}
 	.news .newsSwiper .swiper-slide:hover   p{
 		color: #fff;
 	}
 	.news .newsSwiper .swiper-slide:hover i{
 		color: #fff;
 		border: 1px solid fff;
 	}
 	.more:hover{
 		background: #DC5F00;
 		border: 1px solid #DC5F00;
 		color: #fff;
 	}

 	.tab ul li:hover{
 		background:#DC5F00;
 	}
 	.tab ul li:hover a{
 		color: #fff;
 	}


 	 .news-list ul li:hover{
 		border: 1px dotted #DC5F00
 	}
	.news-list ul li:hover .time{
		background: #DC5F00
	}
 	.news-list ul li:hover .info h4{
 		color: #DC5F00
 	 
 	}


 	.in-news ul li:hover{
 		border: 1px dotted #DC5F00
 	}
	.in-news ul li:hover .time{
		background: #DC5F00
	}
 	.in-news ul li:hover .info h4{
 		color: #DC5F00
 	 
 	}


 	.cases .part:hover  .intro{
 		opacity: 1;
 		transform:   scale(1);
 	}

	 .hot ul li:hover p{
		background: #DC5F00;
		color: #fff;;
	 }
	.product .mySwiper2 .intro ul li:hover a{
		color: #DC5F00;
	}
	.img-list ul li:hover p{
		background: #DC5F00;
		color: #fff;;
	}

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

 
 @media (max-width: 1440px){

 	 .nav ul{
 	 	width:880px;
 	 }
 }
 
@media screen and (max-width: 1199px){

	html{
		overflow: auto;
	}
	.menu{
		display: none;
	}
	.head{
		background: #DC5F00;
		height: 1.2rem;
	}

	.head .logo{
		width:3.5rem;
		height: .8rem;
		background: url(../images/mlogo.png) no-repeat center;
		background-size: 100% auto;
		margin-left: .2rem;
	}
	.head .main{
		height: 1.2rem;
	}


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

	}
	.nav ul{
		top: 0;
		width: 70%;
		float: right;
		right: -100%;
		position: relative;
		height:  100%;
		overflow-y:auto;
		margin: 0;
		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;
 	}
 	.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;
 	}

 
  	.banner{
  		height: 5rem;
  		margin-top: 1.2rem;
  	}
  	#wowslider-container1{
	display: none;
	}
  	#wowslider-container2{
  		display:block;
  	}
  	.ws_bullets{
  		bottom: .2rem;
  	}
  	.ws_bullets a{
  		width: .4rem;
  		height: .4rem;
  		line-height: .4rem;
  		margin: 0 .1rem;
  		font-size: .2rem;
  	}
 	.in-banner{
 		margin-top: 1.2rem;
 	}
	.in-banner img{
		display: none;
	}
	.in-banner img:last-child{
		display: block;
	}
 
  	.product .tit{
  		width: 100%;
  		float: initial;
  		height: 3rem;
  		background: url(../images/mbg01.jpg) no-repeat right center;
  		background-size: auto 100%;
  	}
  	.product .tit div{
  		width: 100%;
  		padding: 0;
  		margin-left: .3rem;
  	}
  	.product .tit div:after{
  		width: 0;
  		height: 0;
  		overflow: hidden;
  	}
  	.product .tit h4{
  		font-size: .42rem;
  	}
  	.product .tit span{
  		font-size: .26rem;
  		display: block;
  		margin-top: .1rem;
  	}
  	.product .tit p{
  		font-size: .24rem;
  		line-height: .49rem;
  		width: 6rem;
  		margin-top: .3rem;
  	}
  	.product .bd{
  		float: initial;
  		width: 7.2rem;
  		margin: 0 auto;
  	}
  	.product .mySwiper{
  		width: 100%;
  		box-shadow: 0 -.06rem 0 0 #e5e5e5 inset;
  	}
  	.product .mySwiper .swiper-slide{
  		height: 1.2rem;
  		line-height: 1.2rem;
  		margin-right: .3rem;
  		width: 2rem;
  		text-align: center;
  	}
  	.product .mySwiper .swiper-slide a{
  		display: block;
  		font-size: .3rem;
  	}

  	.product .mySwiper .swiper-slide-thumb-active:after{
  		height: .06rem;
  	}
  	.product .mySwiper2{
  		margin-top: .6rem;
  	}
  	.product .mySwiper2 .intro{
  		width: 100%;
  	}
  	.product .mySwiper2 .intro h4{
  		font-size: .38rem;
  	}
  	.product .mySwiper2 .intro ul{
  		min-height: initial;
  	}
  	.product .mySwiper2 .intro ul li{
  		line-height: .6rem;
  		width: 32%;
  		margin-left:2%;
  	}
  	.product .mySwiper2 .intro ul li:nth-child(3n-2){
  		margin-left: 0;
  	}
  	.product .mySwiper2 .intro ul{
  		width: 100%;
  		margin-top: .4rem;
  	}
  	.product .mySwiper2 .intro ul li a{
  		font-size: .28rem;
  	}
  	.product .mySwiper2 .pic{
  		width: 100%;
  		margin-top: .6rem;
  	}
  	.hot {
  		background: url(../images/mbg02.jpg) no-repeat center;
  		background-size: cover;
  		padding: .7rem 0;
  	}
  	.hot .title h4{
  		font-size: .46rem;
  	}
  	.hot .title b{
  		font-size: .28rem;
  		margin-top: .1rem;
  	}
  	.hot .show{
  		width: 100%;
  		height: auto;
  		overflow: hidden;
  	}
  	.hot .box{
  		width:800%;
  	}
  	.hot .pic{
  		width: 50%;
  		float: left;
  	}
  	.hot ul li{
  		width: 11.5%;
  		margin-left: 1%;
  	}
  	.hot ul li:nth-child(4n-3){
  		margin-left: 1%;
  	}
  	.hot ul li p{
  		font-size: .28rem;
  		line-height: .8rem;
  		height: .8rem;
  	}
  	.hot .btn{
  		margin-top: .6rem;
  	}
  	.hot .btn a{
  		font-size: .26rem;
  		width: 2rem;
  		height: .7rem;
  		line-height: .7rem;
  	}
  	.solution {
  	 	margin-top: .6rem;
  	}
  	.solution .hd{
  		height: auto;
  	}
  	.solution .hd .main{
  		display: block;
  		height: auto;
  	}
  	.solution .hd .tit h4{
  		font-size: .42rem;
  		text-align: center;
  	}
  	.solution .hd .tit div{
  		display: block;
  		margin-top: .2rem;
  	}
  	.solution .hd .tit span{
  		font-size: .24rem;
  		display: block;
  		text-align: center;
  	}
  	.solution .hd .tit a{
  		font-size: .24rem;
  		margin: 0 auto;
  		width: 2rem;
  		margin-top: .2rem;
  		height: .6rem;
  		line-height: .6rem;
  	}
  	.solution .swiper-pagination span:after{
  		width: 0;
  		height: 0;
  		overflow: hidden;
  	}
  	.solution .swiper-pagination p{
  		font-size: .24rem;
  		margin-top: .2rem;
  	}
  	.solution .swiper-pagination i img {
  		height: .5rem;
  	}
  	.solution .hd .swiper-pagination{
  		width: 6.5rem!important;
  		margin: 0 auto;
  		bottom: .3rem;
  		margin-top: .5rem;
  	}
  	.solution .sSwiper .swiper-slide  a{
  		display: block;
  	}
  	.solution .sSwiper .swiper-slide img{
  		position: initial;
  		transform: initial;
  		display: block;
  		width: 100%;
  	}
  	.about .pic{
  		height: 5.95rem;
  		width: 100%;
  		float: initial;
  		position: initial;
  		background: url(../images/mabout.jpg) no-repeat center;
  		background-size:  auto 100%;
  	}
  	.about .main{
  		width: 7.2rem;
  		margin: 0 auto;
  	}
  	.about .intro{
  		width: 100%;
  		float: initial;
  		margin: 0;
  		margin-top: .6rem;
  	}
  	.about .intro .title h4{
  		font-size: .48rem;
  	}
  	.about .intro .title b{
  		font-size: .26rem;
  		margin: .06rem 0;
  	}
  	.about .intro .title p{
  		font-size: .3rem;
  		margin-top: .2rem;
  	}
  	.about .intro .info{
  		width: 100%;
  		height: 4rem;
  		overflow: hidden;
  		font-size: .3rem;
  		line-height: .5rem;
  		text-align: justify;
  		margin-top: .3rem;
  		-webkit-line-clamp:8;

  	}
  	.about .intro a{
  		margin-top: .65rem;
  	}
  	.about ul {
  		margin-top: .6rem;
  	}
  	.about ul li b{
  		font-size: .7rem;
  		line-height: 1rem;
  	}
  	.about ul li span{
  		font-size: .28rem;
  	}
  	.about ul li{
  		padding-right: .4rem;
  	}
  	.about ul li p{
  		font-size: .28rem;
  		margin-top: .1rem;
  	}
  	.adv{
  		margin-top: .6rem;
  		padding: .6rem 0;
  	}
  	.adv .title h4{
  		font-size: .48rem;
  	}
  	.adv .title p{
  		font-size: .28rem;
  		margin-top: .1rem;
  	}
  	.adv ul{
  		display: block;
  		margin-top: .6rem;
  	}
  	.adv ul li{
  		width: 100%;
  		display: block;
  		padding: .3rem .45rem;
  		box-sizing: border-box;
  		height: auto;
  	}
  	.adv ul li div{
  		display: flex;
  		align-items: center;
  	}
  	.adv ul li i{
  		height: auto;
  		margin-right: .2rem;
  	}
	.adv ul li i img{
		height: .7rem;
	}
	.adv ul li h4{
		padding-bottom: .3rem;
		font-size: .38rem;
		margin-top: 0;
	}
	.adv ul li p{
		width: 100%;
		font-size: .28rem;
		margin: 0;
		max-width: initial;
		text-align: left;
		margin-top: .2rem;
		line-height: .48rem;
	}
	.cases {
		height: auto;
		overflow: hidden;
		width: 100%;
	}
	.cases .part{
		width: 50%;
		height: auto;
	}
	.cases .title .info{
		padding: .2rem;
		box-sizing: border-box;
	}
	.cases .title .info h4{
		font-size: .3rem;
	}
	.cases .title .info p{
		font-size: .2rem;
		width: 100%;
		display: -webkit-box;
		-webkit-line-clamp:2;
		-webkit-box-orient: vertical;
		overflow: hidden;

		line-height: .38rem;
	}
	.cases .title a{
		width: .4rem;
		height: .4rem;
		margin-top: .2rem;
	}
	.cases .title .info:after{
		left: .2rem;
		width: 2.5rem;
		height: .53rem;
		bottom: .1rem;
		background-size: 100% auto;
	}
	.news{
		margin-top: .5rem;
		height: auto;
		overflow: hidden;
	}
	.news .title{
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.news .newsSwiper{
		width: 100%;
		position: initial;
	}
	.news .title h4{
		font-size: .48rem;
	}
	.news .title  b{
		font-size: .28rem;
		display: block;
		margin-top: .1rem;
	}
	.news .title img{
		display: none;
	}
	.news .title a{
		margin: 0;
	}
	.news .newsSwiper{
		margin-top: .5rem;
	}
	.news .newsSwiper .swiper-slide{
		padding: 0 .3rem;
	}

	.news .newsSwiper .swiper-slide .time b{
		font-size: .8rem;
	}
	.news .newsSwiper .swiper-slide .time span{
		font-size: .28rem;
	}
	.news .newsSwiper .swiper-slide .time p{
		font-size: .3rem;
	}
	.news .newsSwiper .swiper-slide img{
		margin-top: .2rem;
	}
	.news .newsSwiper .swiper-slide p{
		font-size: .28rem;
		line-height: .46rem;
		display: -webkit-box;
		-webkit-line-clamp:2;
		-webkit-box-orient: vertical;
		overflow: hidden;

	}
	.news .newsSwiper .swiper-slide a{
		height: 100%;
	}
	.news .newsSwiper .swiper-slide i{
		width: .6rem;
		height: .6rem;
		font-size: .3rem;
		line-height: .6rem;
	}

	.news  .swiper-pagination{
		position: initial;
		display: flex;
		margin-top: .4rem;
		justify-content: center;
		align-items: center;
		margin-top: .6rem;
	}
	.news  .swiper-pagination span{
		display: block;
		width: .5rem;
		border-radius: 10px;
		height: .1rem;
		background: #999999;
		margin: 0 .1rem;
	}
	.news  .swiper-pagination .swiper-pagination-bullet-active{
		background: #DC5F00;
	}
	.footer{
		height: auto!important;
		padding: .6rem 0;
		overflow: hidden;
		margin-top: .6rem;
		padding-bottom:1.5rem;
	}
	.footer .logo img{
		height: .8rem;
	}
	.footer .intro{
		width: 100%;
		float: initial;
	}
	.footer .tel{
		margin-top: .6rem;
	}
	.footer .tel img{
		height: .8rem;
	}
	.footer .main{
		width: 100%;
	}
	.footer .intro img{
		margin: 0 auto;
	}
	.footer .intro p{
		margin-top: .6rem;
		text-align: center;
		line-height: .42rem;
		font-size: .26rem;
	}
	.footer .list{
		display: none;
	}
	.footer .bd{
		margin-top:.5rem;
	}
	.footer .cr{
		font-size:.24rem;
		text-align:center;
	}
	.footer .cr span{
		display:block;
	}
	.fn{
		position: fixed;
		left: 50%;
		transform:translateX(-50%);
		bottom: 0;
		width: 7.5rem;
		z-index: 1;
		display: block;
		z-index:100;
		background: #FFFFFF;
		border-top:.02rem solid #dedede;
	}
	.fn ul li{
		width: 25%;
		height: auto;
		overflow: hidden;
		float: left;
	}
	.fn ul li img{
		display: block;
		margin: 0 auto;
		margin-top: .15rem;
		height: .5rem;
	}

	.fn ul li  a{
		color: #999999;
		font-size: .26rem;
	}
	.fn ul li p{
		text-align: center;
		margin-top: .05rem;
		margin-bottom: .1rem;
	}
  	.more{
  		width: 2.4rem;
  		height: .8rem;
  		line-height: .8rem;
  		font-size: .24rem;
  		margin-top: .4rem;
  	}
	 
 
 	
	.links{
		display: none;
	}
	.float{
		display: none;
	}
 
	.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;
	}
 	
  
 	.honor {
 		padding: .8rem 0;
 		height: auto;
 		background-size: cover;
 	}
 	.honor .title h4{
 		font-size: .46rem;
 	}
 	.honor .show{
 		margin-top: .6rem;
 	}
 	.honor .show ul li {
 		width: ;
 	}
 	.honor .show  .pic{
 		width: 50%;
 	}
 	.honor .pic ul{
 		display: flex;
 	}
 	.honor .pic ul li{
 		width: 3rem;
 		border: .06rem solid #DC5F00;
 		margin-left: .2rem;
 	}
 	.honor .pic ul li p{
 		font-size: .28rem;
 		height: .8rem;
 		line-height: .8rem;
 	}

 	.tab{
		width:7.2rem;
		margin: 0 auto;
		height: auto;
		overflow: hidden;
		margin-top: .4rem;
		 
	}
 	.tab ul li{
 		width:1.7rem;
 		height: .8rem;
 		line-height: .8rem;
 
 		margin-left: 0;
 		margin-left: .13rem !important;
 		margin-bottom: .11rem;
 	}
 	.tab ul li:nth-child(4n-3){
 		margin-left: 0 !important;
 	}
 	.tab ul li a{
 		font-size: .26rem;
 	}

 	.img-list{
 		margin-top: .3rem;
 	}
 	.img-list .pic{
 		margin-top: .2rem;
 	}
 	.img-list .pic ul li{
 		width: 49%;
 		margin: 0;
 	}
 	.img-list .pic ul li:nth-child(2n){
 		float: right;
 	}
 	.img-list .pic ul li p{
 		font-size: .28rem;
 	}
 	.about-article{
 		margin-bottom: 0;
 		margin-top: .3rem;
 	}
 	.about-article .title{
 		margin-top: .6rem;
 		margin-bottom: .4rem;
 	}
 	.about-article img{
 	 	margin-right: .3rem;
 	  	margin-bottom: 0;
 		display: block;
 		max-width: 60%;
 		margin-top: .1rem;
 	}
 	.about-article .info{
 		font-size: .29rem;
 		line-height: .48rem;
 		margin: 0;
 		margin-top: .2rem;
 	}
 	.about-article .map{
 		height: 4.5rem;
 	}

 	.cont-article{
 		width: 100%;
 		height: auto;
 		overflow: hidden;
 		margin-top: .4rem;
 		margin-bottom: .4rem;
 	}
 	.cont-article .pic{
 		display: none;
 	}
 	.cont-article .bd .info{
 		width: 100%;
 	}
 	.cont-article .info h4{
 		font-size: .32rem;
 	}
 	.cont-article .info p{
 		font-size: .26rem;
 		line-height: .42rem;
 	}
 	.cont-article .bd .info{
 		display: none;
 	}
 	.cont-article .bd .m-info{
 		font-size: .28rem;
 		line-height: .42rem;
 		display: block;
 	}

 	.cont-article .bd .m-info img{
 		max-width: 100%;
		height:auto;
 	}
 	.cont-article .map{
 		margin-top: .4rem;
 		height: 4rem;
 	}

 	.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;
 	}

 	.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;
 	}


 	.in-news .title h4{
 		font-size: .46rem;
 	}
 	.in-news .title p{
 		font-size: .26rem;
 	}

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

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




 	.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;
 	}

 	.gotop{
 		width: 1rem;
 		z-index:100;
 		background-size: cover;
 		position: fixed;
 		right: .1rem;
 		top: 50%;
 		border-radius: 50%;
 		overflow: hidden;
		align-items:center;
 		transform: translateY(-50%);
 	}

 	.gotop img{
 		display: block;
 		width: 100%;

 	}
}



 