*{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:DIN-BOLD-W;
    src: url(../font/DIN-BOLD-W.ttf),url(../font/DIN-BOLD-W.woff);

}

@font-face {
    font-family:alimama-BOLD;
    src: url(../font/alimama-BOLD.ttf),url(../font/alimama-BOLD.woff);

}



body{
	overflow-x: hidden;
}


.main{
	width: 1600px;
	margin:0 auto;
 
}
 
.head{
	width: 100%;
	height:120px;
 	display: flex;
 	justify-content: space-between;
 	align-items: center;
 	z-index: 10;
 	height: 120px;
 	padding: 0 80px;
 	box-sizing: border-box;
 	position: relative;
 
}
 
.head .name img{
	display: block;
}
.head .tel img{
	display: block;
 	 
}
.head .tel{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 41px;
	background:#E1E6EB;
	border-radius: 30px;
	position: absolute;
	right: 0;
	transition: .5s;
}

 
.head .tel  b{
	color: #69a6e8;
	font-size:24px;
 	line-height: 25px;
  	display: block;
  	margin: 0 10px;
  	margin-right: 20px;
 
 	overflow: hidden;
  
}
.head .tel:hover{
	width: auto;
}

.head .btn{
	display: none;
}

.banner{
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
}
.banner  .swiper-wrapper  img{
	display: block;
	width: 100%;
}

.banner  .swiper-pagination{
	display: flex;
	justify-content: center;
	align-items: center;
	bottom:60px !important;
	position: absolute;
	color: #fff;
	font-size: 20px;
	left: 50%;
	transform: translateX(-50%);

	z-index: 10;
}

.banner  .swiper-pagination span{
	 margin: 0 10px;
	 padding-bottom: 10px;
	 position: relative;

}

.banner  .swiper-pagination span:after{
	content: '';
	width: 0;
	transition: .3s;
	height: 3px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	background: #fff;
	bottom: 0;
}
.banner  .swiper-pagination .swiper-pagination-bullet-active{
	background: none;
}

.banner  .swiper-pagination .swiper-pagination-bullet-active:after{
	width: 100%;
}

.pcbanner  .swiper-button-next,.pcbanner  .swiper-button-prev{
	display: block;
	width: 40px;
	height: 40px;
	position: absolute;
	top: 50%;
	left:50%;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	margin-left: -800px;
	background: #fff;
	z-index: 10;
	transform:translate3d(-59%, -50%, 0px);
}

.pcbanner  .swiper-button-prev{
	margin-left: -800px;
}
.pcbanner  .swiper-button-next{
	margin-left: 800px;
}

.banner  .swiper-button-disabled{
	opacity: .3;
}
 
 
.mbanner{
	display: none;
}
.in-banner img{
	display: block;
	width: 100%;
}
.in-banner img:last-child{
	display: none;
}




.title h4{
	text-align: center;
 	color: #000000;
 	font-weight: normal;
 	display: table;
 	margin: 0 auto;
 	font-size: 40px;
 	position: relative;
 	padding: 0 130px;
 	box-sizing: border-box;
}
.title h4:before{
	content: "";
	width: 90px;
	height: 23px;
	background: url(../images/after.png) no-repeat center;
	position: absolute;
	left:0;
	top: 50%;
	transform: translateY(-50%);
}


.title h4:after{
	content: "";
	width: 90px;
	height: 23px;
	background: url(../images/after.png) no-repeat center;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}


.title  p{
	text-align: center;
	color: #b5b5b5;
	font-size: 22px;
	text-transform: uppercase;
	letter-spacing: 6px;
	margin-top: 10px;
}
.product{
	width: 100%;
	height: auto;
	overflow: hidden;
 	padding: 60px 0;
	background: #F2F2F2;
}

.product .list{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 50px;
}
.product .list ul li{
	float: left;
	width: 250px;
	height: 100px;
	background: url(../images/list01.png) no-repeat center;
	background-size: cover;
	text-align: center;
	margin-left: 20px;
	line-height: 100px;
	margin-bottom: 15px;
}

.product .list ul li:nth-child(6n-5){
	margin-left: 0;
}
.product .list ul li a{
	display: block;
	color: #333333;
	font-size: 22px;
}

.product .pic ul{
	margin-top: 40px;
}

 
.product .pic ul li img{
	width: 100%;
	display: block;
 
}

.product .pic ul li{
	float: left;
	margin-left: 20px;
	width: 385px;
	box-shadow:  0 0 3px 3px #E6E6E6;
	margin-bottom: 20px;
	padding-bottom: 20px;
 	height: auto;
 	background: #fff;
 	overflow: hidden;
	transition: .5s;
}

.product .pic ul li:nth-child(4n-3){
	margin-left: 0;
}

.product .pic ul li .info{
	width:86%;
	height: auto;
	margin: 0 auto;
	margin-top:30px;
	height: 40px;
	display: flex;
	justify-content: space-between;
	box-sizing: border-box;
	overflow: hidden;
	position: relative;
}
.product .pic ul li .info i{
	display: block;
	width: 28px;
	height: 19px;
	transition: .5s;
	overflow: hidden;
	background: url(../images/icon01.png) no-repeat center top;
}

.product .pic ul li .info:after{
	content: "";
	width: 27px;
	position: absolute;
	right: 0;
	height: 1px;
	bottom: 0;
	transition: .3s;
	background: rgba(191,191,191, 1.0);
}

.product .pic ul li .info p{
	color: #666666;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width:80%;
	font-size: 18px;
}



 
.tab {
	width: 1200px;
	margin: 0 auto;
	height: auto;
	margin-top: 30px;
	overflow: hidden;
}
.tab ul {
	display: table;
	margin: 0 auto;
}
.tab ul li{
	float: left;
	width: 232px;
	height:60px;
 	box-sizing: border-box;
	text-align: center;
	margin-left: 10px;
	line-height:60px;
	margin-top: 10px;
	padding: 0 5px;
	box-sizing: border-box;
	background: #F5F5F5;
	margin-bottom: 20px;
	font-size: 18px;
}
.tab ul li:nth-child(5n-4){
	margin-left: 0;
}
.tab ul li a{
	display:block;
	font-size: 16px;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #555555;
}

.tab ul .current-cat{
	background: #008979;
}

.tab ul .current-cat a{
	color: #fff;
}

.adv{
	width: 100%;
	height: 920px;
	background: url(../images/bg01.jpg) no-repeat center;
	background-size: cover;
	overflow: hidden;
}

.adv .main{
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	padding-bottom: 70px;
	box-sizing: border-box;
	height: 920px;
	position: relative;
}

.adv  .pic img{
	display: block;
}
.adv .adv-tit{
	width: 780px;
 	position: absolute;
 	right: 0;
 	top:120px;
	height: auto;
	overflow: hidden;
}

.adv .tit b{
	color: #555555;
	font-size: 60px;
	line-height: 50px;
}


.adv .tit p{
	color: #000000;
	font-size: 42px;
	position: relative;
	padding-bottom: 10px;
}

.adv .tit p:after{
	content: "";
	width: 40px;
	height: 1px;
	position: absolute;
	left: 0;
	bottom: 0;
	background: #008979;
}

.adv .tit  span{
	display: block;
	color: #666666;
	font-size: 18px;
	margin-top: 15px;
}
.advSwiper{
	width: 100%;
	height: auto;
	overflow: hidden;
}
 
 
.advSwiper .swiper-slide {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
 	opacity: 0;
	transition:.6666s;
 
	left: 0;
}

.advSwiper .swiper-slide .pic img{
	display: block;
	width: 760px;
}
.advSwiper .swiper-slide .intro{
	width: 780px;
	height: 470px;
	padding: 40px 50px;
	border-radius: 0 30px 0 30px;
	box-sizing: border-box;
	background: #008979;
}

.advSwiper .swiper-slide .intro ul li{
	margin-bottom: 40px;
}

.advSwiper .swiper-slide .intro ul li h4{
	font-size: 30px;
	color: #fff;
	font-weight: normal;
	margin-bottom: 10px;
}

.advSwiper .swiper-slide .intro ul li p{
	font-size: 15px;
	color: #fff;
	line-height: 24px;
	 
}
.advSwiper .swiper-pagination {
	display: flex;

	justify-content: center;
	margin-top: 40px;
}

.advSwiper .swiper-pagination  span{
	display: block;
	width: 40px;
	height: 10px;
	border-radius: 30px;
	background: #797a7b;
	margin:0 5px;
}

.advSwiper .swiper-pagination .swiper-pagination-bullet-active{
	background: #000000;
}
.about{
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #F2F2F2;
	padding: 70px 0;
	padding-bottom: 100px;
	box-sizing: border-box;
}


 

.about .bd{
	width: 100%;
	height: auto;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 60px;
}

.about .bd .intro{
	width: 670px;
	height: auot;
	overflow: hidden;
}

.about .bd .intro .tit b{
	color: #008979;
	font-size: 48px;
}
.about .bd .intro .tit p{
	color: #333333;
	font-size: 28px;
	margin-top: 10px;
}

.about .bd .intro .info{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 30px;
	color: #555555;
	font-size: 15px;
	line-height: 36px;
	text-indent: 2em;
	display: -webkit-box;
	-webkit-line-clamp: 6;
	-webkit-box-orient: vertical;
}

.about .bd .intro  .more{
	position: relative;
	padding-left: 90px;
	margin-top: 50px;
}
.about .bd .intro  .more:after{
	content: '';
	width: 80px;
	height: 1px;
	top: 50%;
	left: 0;
	background: #DCDCDC;
	position: absolute;
}
.about .bd .intro  .more a{
	color: #008979;
	font-size: 16px;
	display: block;
}

.about .bd .intro ul {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.about .bd .intro ul  li{
	display: flex;
	align-items: center;
}

.about img{
	display: block;
}
.about .bd .intro ul{
	margin-top: 50px;
}
.about .bd .intro ul  li div{
	margin-left: 10px;
}

.about .bd .intro ul  li div h4{
	color: #555555;
	font-size: 18px;
}

.about .bd .intro ul  li div p{
	color: #999999;
	font-size: 12px;
	margin-top: 3px;
}

.about .pic{
	position: relative;
}

.about .pic img{
	display: block;
	width: 100%;
}

.about .pic .f{
	position: absolute;
	left: -80px;
	width: 180px;
	height: 160px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 0 40px 0 40px;
	background: #008979;
	top: 50%;
	transform: translateY(-50%);
}


.about .pic .f img{
	width: auto;
}

.help{
	width: 100%;
	height:780px;
	overflow: hidden;
	background: url(../images/bg02.jpg) no-repeat center;
	background-size: cover;
	padding: 90px 0;
	box-sizing: border-box;
}

.help .tit h4{
	text-align: center;
	color: #ffffff;
	font-size: 58px;
	font-family: 'alimama-BOLD';
}

.help .tit b{
	color: #35CADB;
}
.help .tit img{
	display: block;
	margin:0 auto;
}
.help .tit p{
	text-align: center;
	color: #cccccc;
	font-size: 22px;
	margin-top: 15px;
}
 
.help  ul{
	position: relative;
	height: auto;
	overflow: hidden;
	margin-top: 100px;
}
.help  ul:after{
	content: "";
	width: 100%;
	height: 1px;
	position: absolute;
	left: 0;
	background: #fff;
	bottom: 50%;
}
.help  ul li{
	width:510px;
	display: flex;
	height: 170px;
	align-items: center;
	position: relative;
	float: left;
	margin-right:60px;
}
.help  ul li:nth-child(3n){
	 width: auto;
	 margin-right: 0;
}
.help  ul li:nth-child(3n):after{
	width: 0;
	height: 0;
	overflow: hidden;
}
.help  ul li:nth-child(n+4){
 
	padding-top: 55px;
}
.help  ul li:after{
	content: "";
	width: 1px;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	background: #fff;
}

.help  ul li i{
	display: block;
	width: 100px;
	height: 110px;
	background: #00DAC1;
	display: flex;
	justify-content: center;
	border-radius: 0 30px 0 30px;
	align-items: center;
	margin-right: 20px;
}
.help  ul li i img{
	display: block;
}
.help  ul li div{
	width: 320px;
}
.help  ul li div h4{
	color: #fff;
	font-size: 26px;
	position: relative;
	font-weight: normal;
	padding-bottom: 15px;
}

.help  ul li div h4:after{
	content: '';
	width: 25px;
	height: 4px;
	position: absolute;
	left: 0;
	bottom: 0;
	background: #00DAC1;
}
.help  ul li div  p{
	color: #fff;
	font-size: 16px;
	line-height: 30px;
	margin-top: 10px;
}
.news{
	width: 100%;
	height:auto;
	overflow: hidden;
 	background:#deeaec;
 	padding: 80px 0;
 	box-sizing: border-box;
}

.news .bd{
	width: 100%;
	height: auto;
	overflow: hidden;
}

.news .current{
	width:596px;
	height: auto;
	overflow: hidden;
	padding: 35px;
	box-sizing: border-box;
	margin-top: 40px;
	background: #fff;
	float: left;
}
.news .current img{
	display:block;
	width: 100%;
 
}
.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: 20px;
}
.news .current span{
	display: block;
	color: #999999;
	font-size: 13px;
	margin-top: 15px;
}

.news .current p{
	color: #666666;
	font-size: 14px;
	height: 48px;
	display: -webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin-top: 5px;
	line-height: 22px;
}
.news .newsSwiper {
	width:980px;
	float: right;
	height: auto;
	overflow: hidden;
	margin-top: 40px;
}
.news .newsSwiper ul{
 
	height: 550px;
 	width: 100%;
 	display: block;
 
}

.news ul  li{
 	float: left;
	width: 480px;
	height: auto;
	overflow: hidden;
	background:#fff;
	padding: 25px 30px;  
	box-sizing: border-box;
	margin-bottom: 24px;
}

.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 solid #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: #999999;

  }
 
 .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: 22px;
	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: 13px;
}



 


.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:#008979;
	font-size: 16px;
	padding-bottom: 10px;
	position: relative;
}
.links .tit p:after{
	content: '';
	width: 25px;
	height: 1px;
	position: absolute;
	left: 0;
	bottom: 0;
	background:#008979;
}


.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: 45px;
	padding-bottom: 70px;
}

.footer .main{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.footer .tit {
	display: flex;
	align-items: center;
}
.footer .tit p{
	color: #008979;
	margin-right: 5px;
	font-size: 20px;
}
.footer .tit span{
	display: block;
	color: #999999;
	font-size: 16px;
	text-transform: uppercase;
}

.footer .menu{
	width: 178px;
	height: auto;
	overflow: hidden;
}
.footer .menu ul{
	margin-top: 10px;
}
.footer .menu ul li{
	width: 49%;
	float: left;
	line-height: 30px;
}


.footer .menu ul li:nth-child(2n){
	float: right;
}
.footer .menu ul li a{
	display:block;
	font-size: 15px;
	color: #999999;

}

.footer .list{
	width: 347px;
	height: auto;
	overflow: hidden;
}
.footer .list ul{
	margin-top: 20px;
}
.footer .list ul li{
	width: 49%;
	float: left;
	border:1px solid #BFBFBF;
 	padding-left: 15px;
 	padding-right: 35px;
 	position: relative;
 	box-sizing: border-box;
 	margin-bottom: 10px;
	line-height: 40px;
}
.footer .list ul li:after{
	content: "+";
	position: absolute;
	right: 20px;
	top: 0;
	color: #999999;
	font-size: 15px;
}
.footer .list ul li:nth-child(2n){
	float: right;
}

.footer .list ul li a{
	display: block;
	color: #999999;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
	font-size: 15px;
}

.footer .intro{
	width: 600px;
	height: auto;
	overflow: hidden;
}
.footer .intro .info{
	margin-top: 15px;
}
.footer .intro .info p{
	color: #999999;
	font-size: 14px;
	line-height: 30px;
}
.footer .ewm {
	margin-left: 100px;	
}

.footer .ewm ul{
	margin-top: 15px;
}
.footer .ewm ul li img{
	display: block;
	width: 140px;
	height: 140px;
	border:5px solid #fff;
	box-sizing: border-box;
}
.footer a{
	color: #999999;
}
.float-right{

	background:#008979;

	border-radius: 30px;

	right: 5px;

	position: fixed;

	top: 50%;

	padding: 0 10px;

	transition: .5s;

	box-sizing: border-box;

	transform: translateY(-50%);

	margin-top: -200px;

	z-index: 99;

	width: 60px;

	overflow: hidden;
	z-index: 100;

}

.float-right ul{

	width: 200px;

	float: right;

}

.float-right ul li{

	height: auto;

	overflow: hidden;

	margin: 5px 0;

	position: relative;

	border-bottom: 1px solid #ffffff00;

	display: flex;

	transition: .5s;

	cursor:pointer;

	justify-content: space-between;

	align-items: center;

	flex-direction: row-reverse;

 

	box-sizing: border-box;

}

.float-right ul li:last-child{

	border: none;

}

.float-right ul li p{

	height: 60px;

	color: #fff;

	display:flex;

	justify-content: center;

	align-items: center;

	justify-content: center;

	font-size: 16px;

	float: left;

	width:160px;

	line-height: 24px;

	text-align: center;

 

}

.float-right ul li i{

	display: block;

	width: 40px;

	height: 60px;

	float: right;

	background: url(../images/icon08.png)  no-repeat center;

}

.float-right ul li:nth-child(1) i{

	background: url(../images/icon07.png)  no-repeat center;

}



.float-right ul li:nth-child(3) i{

	background: url(../images/icon09.png)  no-repeat center;

}

 



.float-right ul li img{

	display: block;

	width: 140px;

	height: 140px;

	margin: 10px;



}

.float-right:hover{

	width: 220px;

}

.float-right:hover ul li{

	border-color: #ffffff73

}








.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: 40px;
	margin-bottom:60px;
 
	 
}
 
.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;
}
.pro-list{
 
 	padding: 0;
 	padding-bottom: 50px;
 
}
 
.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: #008979;
	border: 1px solid  #008979;
	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: 1600px;
	margin: 0 auto;
	height: auto;
	padding: 50px 0;
	overflow: hidden;
 
}

.news-list ul li{
	width:49%;
	height: auto;
	overflow: hidden;
 	border: 1px dotted #E7E7E7;
 	box-sizing: border-box;
	padding: 14px;
	float: left;
	margin-bottom: 12px;
}

.news-list ul li:nth-child(2n){
	float: right;
}

 

.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:600px;
	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;
	color:#999;
}
.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;
}
.img-list{
	width: 100%;
	height: auto;
 	padding: 50px 0;
	overflow: hidden;
}
.img-list ul li{
	float: left;
	width:388px;
	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:50px;
	line-height:50px;
	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: 1600px;
	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;
}

.gotop{
	width: 80px;
	height: auto;
	position: fixed;
	right: 0;
	z-index: 100;
	top: 50%;
	transform: translateY(-50%);
	background: #008979;
	height: 100px;
	padding-top: 10px;
	border-radius: 5px;
 
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.gotop p{
	color: #fff;
	font-size: 14px;
	line-height: 30px;
	margin-top: 5px;
}
#goTop2{
	display: none;
}


.contact-section{
	width: 1600px;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
	border: 8px solid #E5E5E5;
	margin-top: 55px;
	margin-bottom: 60px;
	
}

.contact-section .main{
	padding: 50px;
	height: auto;
	overflow: hidden;
	box-sizing: border-box;
}

.contact-section .intro{
	float: left;
}

.contact-section .intro .tit{
	display: flex;
	align-items: center;
}


.contact-section .intro .tit img{
	display: block;
}
.contact-section .intro .tit p{
	color: #333333;
	font-size: 48px;
	font-weight: normal;
}

.contact-section .intro .tit span{
	display: block;
	color: #666666;
	font-size: 24px;
	position: relative;
}
.contact-section .intro .tit span:after{
	width: 64px;
	height: 2px;
	position: absolute;
	right: 0;
	content: "";
	top: 50%;
	background: #008979;
}

.contact-section .intro .info{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 50px;
}

.contact-section .intro .info h4{
	color: #008979;
	font-size: 28px;
	margin-bottom: 15px;
}

.contact-section .intro .info p{
	color: #333333;
	font-size: 20px;
	line-height: 50px;
}

.contact-section  .map{
	width: 750px;
	height: 500px;
	border: 2px solid #E5E5E5;
	box-sizing: border-box;
	float: right;
}



@media (min-width: 1200px){
  	.nav{
  		margin-right: -30px;
  	}

 	.nav ul {
 		display: flex;
 		align-items: center;
 	}
 	.nav ul li{
 		position: relative;
 		text-align: center;
 		padding: 0 2vw;
 		box-sizing: border-box;
 		line-height: 120px;
 	}
 	 
 	.nav ul li:after{
 		content: "";
 		width: 1px;
 		height: 15px;
 		position: absolute;
 		right: 0;
 		top: 50%;
 		transform: translateY(-50%);
 		background: #E5E5E5;
 	}

 	.nav ul li:before{
 		content: "";
 		width: 0;
 		height: 3px;
 		position: absolute;
 		bottom: 0;
 		left: 50%;
 		transform: translateX(-50%);
 		background: #008979;
 	}
 	.nav ul li a{
 		color: #333333;
 		font-size: 16px;
 		display: block;
 		font-weight: normal;
 	}

 	.nav ul li:last-child:after{
 		width: 0;
 		height: 0;
 		overflow: hidden;
 	}
 	.nav ul ul{
 		position: absolute;
 		display: block;
 		z-index: 10;
 		width:160px;
 		border-radius: 0 0 5px 5px;
 		top: 150px;
 		opacity:0;
 		transition: .5s;
 		left: 50%;
 		transform: translateX(-50%);
 		visibility:hidden;
 		background: rgba(30,30,30,.3);
 	}

 	.nav ul ul li{
 		line-height:40px;
 		padding:  0 2px;
 		box-sizing: border-box;
 	}
 	.nav ul ul li a{
 		font-size: 14px;
 		display: block;
 		white-space: nowrap;
    	text-overflow: ellipsis;
    	color: #fff;
    	overflow: hidden;
 	}
 	.nav ul ul li:after{
 		width: 0;
 		height: 0;
 		overflow: hidden;
 	}
 	.nav ul ul li:before{
 		width: 0;
 		height: 0;
 		overflow: hidden;
 	}
 	.nav ul ul li:first-child{
 		margin-top:20px;
 	}
 	.nav ul ul li:last-child{
 		margin-bottom: 10px;
 	}

 	.nav ul li:hover a{
 		color: #008979;
 	}
 	.nav ul li:hover   ul li a{
 		color: #fff;
 	}
 	.nav ul li:hover:before{
 		width: 30px;
 	}

 	.nav ul li:hover ul {
 		opacity: 1;
 		top: 120px;
 		visibility:initial;
 	}

 	.nav ul li ul li:hover a{
 	 
 		text-decoration: underline;
 	}
 	 
 	.nav ul .current-menu-item a{
 		color: #008979;
 	}
 	.nav ul .current-menu-parent a{
 		color: #008979;
 	}
 	.tab ul li:hover{
 		background: #008979;
 	}
 	.tab ul li:hover a{
 		color: #fff;
 	}

	.img-box{
		overflow: hidden;
	}
	.img-box img{
		transition: .5s;
	}
	.img-box:hover img{
		transform: scale(1.05);
	}
 	

	.product .list ul li:hover{
		background: #008979;
	}
	.product .list ul li:hover a{
		color: #fff;
	}
 	.product .pic ul li:hover{
 		background:#008979;
 	}

 	.product .pic ul li:hover p{
 		color: #fff;
 	}
 	.product .pic ul li:hover .info i{
 		background-position: center bottom;
 	}
 	.product .pic ul li:hover .info:after{
 		width: 100%;
 		background: #fff;
 	}
	 .about .bd .intro .more:hover:after{
		background: #008979;
	 }

	.news ul li:hover .time p{

		color: #008979;
	}
	.news ul li:hover .time span{
		color: #008979;
	}
	.news ul li:hover .time i{
		border-color: #008979;
		color: #008979;
	}
	.news ul li:hover .info h4{
		color: #008979;
	}
	.news ul li:hover .info p{
		color: #008979;
	}
	.news ul li .info h4:hover{
		font-weight: bold;
		text-decoration: underline;
	}

	.news .current h4:hover{
		color: #008979;
		text-decoration: underline;
		font-weight: bold;
	}

	.links ul li:hover a{
		color: #008979;
		text-decoration: underline;
	}
	.footer .menu ul li:hover a{
		color: #fff;
		text-decoration: underline
	}
	.footer .list ul li:hover a{
		color: #fff;
	}
	.footer .list ul li:hover:after{
		color: #fff;
	}

	.news-list ul li:hover{
		border-color: #008979;
	}
	.news-list ul li:hover .time{
		background: #008979;
	}

	.news-list ul li:hover .info h4{
		color:  #008979;
	}
	.news-list ul li:hover .info p{
		color:  #008979;
	}
}
@media (max-width: 1780px){
 
}

@media (max-width: 1660px){

	.head{
		padding: 0 60px;
	}
	.head .name img{
		height: 70px;
	}
	.main{
		width: 1400px;
	}

	.product .list ul li{
		width: 216px;
	}

	.product .pic ul li{
		width: 334px;
	}
	.adv .pic img{
		width:550px;
	}

	.about .bd .intro{
		width: 580px;
	}
	.about .pic{
		width: 720px;
	}
	.about .bd .intro .more{
		margin-top: 20px;
	}
	.about .bd .intro ul{
		margin-top: 30px;
	}

	.help ul li{
		width: 420px;
	}
	.help ul li div{
		width: 275px;
	}
	.news .newsSwiper{
		width: 785px;
	}
	.footer .intro{
		width: 480px;
	}

	.news ul li{
		width: 49%;
	}
	.img-list ul li{
		width: 338px;
	}
	.news-list {
		width: 1400px;
	}
	.news-list ul li .info{
		width: 1200px;
	}

	.fy{
		width: 1400px;
	}

	.news-list ul li .info{
		width: 500px;
	}


	.advSwiper .swiper-slide .pic img{
		width: 600px;
	}

	.advSwiper .swiper-slide .intro{
		height: 410px;
		padding:  40px 50px;
	}
	.advSwiper .swiper-slide .intro ul li {
		margin-bottom: 15px;
	}
	.advSwiper .swiper-slide .intro ul li h4{
		font-size: 28px;
	}
	.advSwiper .swiper-slide .intro ul li  p{
		font-size: 14px;
	}

	.pcbanner .swiper-button-prev{
		margin-left: -550px;
	}
	.pcbanner .swiper-button-next{
		margin-left: 550px;
	}
	.contact-section{
		width: 1400px;
	}

	.contact-section .intro{
		width: 520px;
	}
	.contact-section .intro .info p{
		line-height: 30px;
	}
}

@media (max-width: 1440px){

	.head{
		padding: 0 30px;
	}
	.main{
		width: 1200px;
	}
	.head .main{
		width: 1200px;
	}
	 
 

	.head .name img{
	 	height: 55px;
	}
	  
	.product .list ul li{
		width: 183px;
		height: 90px;
		line-height: 90px;
	}
	.product .list ul li a{
		font-size: 18px;
	}

	.product .pic ul li{
		width: 285px;
		padding-bottom: 15px;
	}
	.product .pic ul li .info{
		margin-top: 25px;
	}
	.product .pic ul li .info p{
		font-size: 16px;
	}
	 
	.about .pic{
		width: 600px;
	}
 
	.about .pic .f{
		width: 140px;
		left: -70px;
		height: 120px;
	}
	.about .bd .intro{
		width: 515px;
	}
	.about .bd .intro .info{
		line-height: 30px;
		font-size: 14px;
		-webkit-line-clamp:5;
	}
	.about .bd .intro .more a{
		font-size: 14px;
	}
	.about .bd .intro ul li div h4{
		font-size: 15px;
	}

	.help ul li{
		width: 340px;
	}
	.help ul li i{
		width: 90px;
		height: 100px;
	}
	.help ul li div{
		width: 210px;
	}
	.help ul li div h4{
		font-size: 22px;
	}
	.help ul li div p{
		font-size: 12px;
		line-height: 20px;
	}
	.news  {
		padding-bottom: 30px;
	}
	.news .current{
		width: 540px;
		padding:20px;
	}
	.news .newsSwiper{
		width: 640px;
	}
	.news ul li{
		padding: 18px;
	}
	.news ul li .info h4{
		font-size: 18px;
	}
	.news ul li .info p{
		margin-top: 10px;
		line-height: 24px;
	}
	.footer .list{
		width: 290px;
	}
	.footer .intro{
		width: 400px;
	}	

	.footer .list ul li a {
		font-size: 12px;
	}

	.adv .intro{
		width: 600px;
	}

	.adv ul li .info{
		font-size: 14px;
	}

	.adv ul li .t p{
		font-size: 22px;
	}

	.img-list ul li{
		width: 288px;
	}

	.news .swiper-slide .intro{
		width: 200px;
	}

	.links ul{
		width: 80%;
	}
	.news-list{
		width: 1200px;
	}
	.news-list ul li .info{
		width: 1020px;
	}
	.fy{
		width: 1200px;
	}
	.news-list {
		width: 1200px;
	}
	.news-list ul li .info{
		width: 400px;
	}

	.contact-section{
		width: 1200px;
	}
	.contact-section .intro{
		width: 40%;
	}

	.adv .adv-tit{
		width: 600px;
	}

	.advSwiper .swiper-slide .pic img{
		width: 575px;
	}
	.advSwiper .swiper-slide .intro{
		width: 600px;
		padding: 30px 30px;
		height: 400px;
	}
	.advSwiper .swiper-slide .intro ul li{
		margin-bottom: 20px;
	}
	.advSwiper .swiper-slide .intro ul li h4{
		font-size: 22px;
	}

	.contact-section .map{
		width: 600px;
	}

}


@media screen and (max-width: 1199px){

	.main{
		width: 7.1rem;
	}
	.head{
		height: 1.5rem;
		padding: 0 .2rem;
	}
	.head .main{
		height: 1.5rem;
		width: 7.1rem;
	}
	
	.head .name img{
		width: 5.8rem;
	}
	.head .btn{
		width: .6rem;
		height: .5rem;
		display: flex;
		justify-content: center;
		align-items: center;
		position: relative;
	}
	.head .btn span{
		display: block;
		width: .6rem;
		height: .04rem;
		background: #008979;
	}
	.head .btn::before{
		content: "";
		width: .6rem;
		height: .04rem;
		background: #008979;
		position: absolute;
		top: 0;
		left: 50%;
		margin-left: -.3rem;
	}

	.head .btn:after{
		content: "";
		width: .6rem;
		height: .04rem;
		background: #008979;
		position: absolute;
		bottom: 0;
		left: 50%;
		margin-left: -.3rem;
	}
 	.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,.8);
		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:.2rem .15rem;
  		box-sizing: border-box;
  		height: auto;
  		overflow: hidden;
  		border-bottom: .02rem  solid #eee;
  		
  		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 li h4{
  		font-size: .32rem;
  		font-weight: normal;
  	}
  	.nav ul li p{
  		color: #adacac;
  		font-size: .26rem;
  		margin-top: .1rem;
  	}
  	.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;
  	}

	.banner{
		display: none;
	}
	.in-banner img{
		display: none;
	}
	.in-banner img:last-child{
		display: block;
	}
	.mbanner{
		display: block;
	}

 
	.mbanner img{
		display: block;
		width: 100%;
	}
	.banner .swiper-pagination{
		bottom: .3rem !important;
	}
	.banner .swiper-pagination span{
		font-size: .26rem;
	}
	
	.title h4{
		font-size: .44rem;
		padding: 0 1.4rem;
	}
	.title p{
		font-size: .28rem;
		letter-spacing: .06rem;
	}
	.title h4:before{
		width: 1rem;
		height: .3rem;
		background-size: 100% auto;
	}
	.title h4:after{
		width: 1rem;
		height: .3rem;
		background-size: 100% auto;
	}
	.product {
		padding: .6rem 0;
	}

	.product .list{
		margin-top: 0rem;
	}
	.product .list ul li{
		width: 32.6%;
		margin-bottom: .05rem;
		margin-left: 1%;
		line-height: .8rem;
		height: .8rem;
		background: #fff;
	}
	.product .list ul li:nth-child(3n-2){
		margin-left: 0;
	}
	.product .list ul li a{
		font-size: .26rem;
	}
	.product .pic ul{
		margin-top: .4rem;
	}
	.product .pic ul li{
		width: 3.4rem;
		margin-left: 0;
	}
	.product .pic ul li:nth-child(2n){
		float: right;
	}
	.product .pic ul li .info {
		height: .6rem;
		align-items: center;
		margin-top: .2rem;;
	}
	.product .pic ul li .info p{
		font-size: .3rem;
	}
	.product .pic ul li .info i{
		width: .3rem;
		height: .2rem;
		background-size: 100% auto;
	}
	.product .pic ul li .info:after{
		width: .3rem;
	}
	.adv .main{
		flex-direction:column-reverse
	}
	.adv .intro{
		width: 100%;
	}
	.adv .tit b{
		font-size: .6rem;
	}
	.adv .tit p{
		font-size: .48rem;
	}
	.adv .tit p:after{
		width: .4rem;
		height: .04rem;
	}
	.adv .tit span{
		font-size: .2rem;
	}
	.adv .pic{
		width: 100%;
	}
	.adv{
		height: auto;
		padding-bottom: .4rem;
	}
	.adv .main{
		height: auto;
		padding-bottom: .4rem;
	}
	.advSwiper{
		margin-top: .6rem;
	}
	.advSwiper .swiper-slide .pic img{
		width: 100%;
	}
	.adv ul{
		margin-top: .5rem;
	}
	.advSwiper .swiper-slide{
		display: block;
	}
	.advSwiper .swiper-slide .intro{
		width: 100%;
		height: 9rem;
		margin-top: .4rem;
		padding: .4rem .3rem;
	}
	.advSwiper .swiper-slide .intro ul li h4{
		margin-bottom: .1rem;
	}
	.advSwiper .swiper-pagination span{
		width: .6rem;
		height: .1rem;
	}
 	.about{
 		padding: .7rem 0;
 	}
	.about .bd {
		flex-direction:column-reverse;
		margin-top: .6rem;
	}
	.about .pic .f{
		left: 50%;
		transform:translate3d(-50%,-50%,0);
		width:1.8rem;
		height: 1.6rem;
	}
	.about .pic .f img{
		height:.7rem;
	}
	.about .bd .pic{
		width: 100%;
	}
	.about .bd .intro{
		width: 100%;
		margin-top: .6rem;
	}
	.about .bd .intro .tit b{
		font-size: .5rem;
	}
	.about .bd .intro .tit p{
		font-size: .36rem;
	}
	.about .bd .intro .tit img{
		height: .4rem;
	}
	.about .bd .intro .info{
		width: 100%;
		font-size: .28rem;
		line-height: .48rem;
		margin-top: .3rem;
	}
	.about .bd .intro .more{
		margin-top: .3rem;
		font-size: .28rem;
	}
	.about .bd .intro .more a{
		font-size: .26rem;
	}
	.about .bd .intro ul{
		margin-top: .4rem;
	}
	.about .bd .intro ul li img{
		width: .5rem;
	}
	.about .bd .intro ul li div h4{
		font-size: .22rem;
	}
	.about .bd .intro ul li div p{
		font-size: .16rem;
	}




	.adv .main{
		display: block;
	}
	.adv .adv-tit{
		position: initial;
	}
	.help{
		background: url(../images/mbg02.jpg) no-repeat;
		background-size: cover;
		height: auto;
		padding-top: .9rem;
		padding-bottom: .5rem;
	}

	.help .tit h4{
		font-size: .46rem;
	}
	.help  .tit img{
		width: 6.8rem;
	}
	.help .tit p{
		font-size: .28rem;
	}

	.help ul{
		width: 100%;
		height: auto;
		overflow: hidden;
		margin-top: .6rem;
	}
	.help ul li{
		width: 100%;
		height: auto;
		margin: 0;
		margin-bottom: .3rem;
		padding: 0 !important;
	}
	.help ul li:after{
		display: none;
	}
	.help ul:after{
		width: 0;
		height: 0;
		overflow: hidden;
	}
	.help ul li i{
		width: 1.2rem;
		height: 1.4rem;
		border-radius: 0 .3rem 0 .3rem;
	}
	.help ul li img{
		width: .5rem;
	}
	.help ul li div{
		width: 5.5rem;
	}
	.help ul li div h4{
		font-size: .4rem;
		padding-bottom: 5px;
	}
	.help ul li div p{
		font-size: .25rem;
		line-height: 20px;
	}
	.help ul li div h4:after{
		width: .3rem;
		height: 1px;
	}
   	.img-list{
   		padding: .5rem 0;
   	
   	}
	.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;
	}
	
 	

	.news{
		width: 100%;
		height: auto;
		overflow: hidden;
  	 
		padding: .8rem 0;
		padding-bottom: .5rem;
 
	}
	.news .current{
		width: 100%;
		padding: .4rem;
		box-sizing: border-box;
		margin-top: .4rem;
		float: inherit
	}
	.news .current h4{
		font-size: .38rem;
	}
	.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;
		float: inherit;
 		overflow: hidden;
 		margin-top: .15rem;
 	}
 	.news .newsSwiper ul{
 		height: 3.6rem;
 		display: flex;
 		 
 	}
 	.news ul li{
 		width: 100%;
 		padding: .2rem .3rem;
 		height: 3.6rem;
 		overflow: hidden;
 	}
 	.news ul li:nth-child(2n){
 		float: initial;
 	}
	 .news ul li a{
		display: block;
	 }
 	.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: .38rem;
 	}
 	.news ul li .info p{
 		font-size: .26rem;
 		height: .8rem;
 		line-height: .42rem;
 	}

 	.news .swiper-pagination{
 		position: initial;
 		display: flex;
 		margin-top: .4rem;
 		justify-content: center;
 		align-items: center;
 	}
 	.news .swiper-pagination span{
 		display: block;
 		margin: 0 0rem;
 		width: .4rem;
 		opacity: 1;
 		background: #999999;
 		border-radius: 10px;
 		height: .12rem;
 		margin: 0 .1rem;
 	}
 	.news .swiper-pagination .swiper-pagination-bullet-active{
 		background: #008979;
 	}
	.news .more{
		width: 3.5rem;
		height: .7rem;
		line-height: .7rem;
		margin: 0 auto;
		font-size: .26rem;
		margin-top: .9rem;
		margin-bottom: .5rem;
	}

 	
 	.gotop{
 		width: 100%;
 		height: auto;
 		overflow: hidden;
 		background: #EEEEEE;
 		line-height: .9rem;
 		display: flex;
 		align-items: center;
 		font-size: .3rem;
 		justify-content: center;
 		color: #999999;
 		font-weight: bold;
 	}
	.footer .menu{
		display: none;
	}
	.footer{
		width: 100%;
		height: auto;
		overflow: hidden;
		padding-top: 1rem;
		padding-bottom: 2.2rem;
		
 
	}
	.footer .intro{
		width: 100%;
	}
	.footer .tit{
		justify-content: center;
	}
	.footer .list{
		display: none;
	}
	.footer .ewm{
		display: none;
	}
	.footer .intro .info p{
		font-size: .24rem;
		line-height: .42rem;
		text-align: center;
	}
 
	.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: .8rem 0;

	}

	.nav-links a{
		font-size: .24rem;
		border: .02rem solid #ccc;
		margin: 0 .06rem;
		padding:0 .15rem;
		line-height: .5rem;
	}
	.nav-links span{
		margin: 0 .06rem;
		font-size: .26rem;
		border: .02rem solid #ccc;
		padding:0 .15rem;
		line-height: .5rem;
	}
	


	.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{
 		width: 100%;
 		height: auto;
 		overflow: hidden;
 		position: fixed;
 		bottom: 0;
 		display: block;
 		z-index: 100;
 	}
 	.fn ul{
 		display: flex;

 	}
 	.fn ul li img{
 		display: block;
 		height: .4rem;
 		margin-right: .1rem;
 	}
 	.fn ul li{
 		width:33.333%;
 		background:#666666;
 	}
 	.fn ul li a{
 		display: flex;
 		color: #fff;
 		height: 1rem;
 		justify-content: center;
 		font-size: .32rem;
 		align-items: center;
 	}
 	.fn ul li:nth-child(2n){
 		background: #00dac1;
 	}
	.about-article{
		margin-top: .3rem;
		margin-bottom: 0;
		padding-bottom: .6rem;
	}
	.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;
	}
 	
 	.news-list{
 		width: 7.1rem;
 		margin: 0 auto;
 		padding: .6rem 0;
 	}
 	.news-list .title{
 		margin-top: .5rem;
 	}
 
 	.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;
 	}
 	
 	.float-right{
 		display: none;
 	}


 	.bannerSwiper{
 		width: 100%;
 		height: auto;
 		overflow: hidden;
 		position: relative;
 	}
 	.bannerSwiper .swiper-slide img{
 		display: block;
 		width: 100%;
 	}
 	.bannerSwiper .swiper-pagination {
 		position: absolute;
 		width: 100%;
 		display: flex;
 		justify-content: center;
 		align-items: center;
 		bottom: .3rem;
 		z-index: 10;
 	}
 	.bannerSwiper .swiper-pagination span{
 		display: block;
 		width: .2rem;
 		height: .2rem;
 		background: #ccc;
 		border-radius: 50%;
 		margin: 0 .1rem;
 	}

 	.bannerSwiper .swiper-pagination  .swiper-pagination-bullet-active{
 		background: #FD3830;
 	}

 	.contact-section{
 		width:7.2rem;

 		height: auto;
 		overflow: hidden;
 		margin: 0 auto;
 		margin-top: .4rem;
 		border-width: .1rem;
 		margin-bottom: .6rem;
 		box-sizing: border-box;
 	}
 	.contact-section .main{
 		padding: .3rem;
 		box-sizing: border-box;
 		width: 100%;
 	}
 	.contact-section .intro{
 		width: 100%;
 	}
 	.contact-section .intro .tit div{
 		 
 		padding-right: .3rem;
 	}
 	.contact-section .intro .tit img{
 		height: .8rem;
 	}

 	.contact-section .intro .tit p{
 		font-size: .4rem;
 	}
 	.contact-section .intro .tit span{
 		font-size: .24rem;
 		padding-right: 1rem;
 		box-sizing: border-box;
 	}

 	.contact-section .intro .tit span:after{
 		width: .8rem;
 		height: .04rem;
 	}

 	.contact-section .intro .info{
 		margin-top: .4rem;
 	}

 	.contact-section .intro .info h4{
 		font-size: .32rem;
 		margin-bottom: .2rem;
 	}
 	.contact-section .intro .info p{
 		font-size: .28rem;
 		line-height: .48rem;
 	}

 	.contact-section .map{
 		width: 100%;
 		height:5rem;
 		margin-top: .3rem;
 	}
}


 