* {
    margin: 0px;
    padding: 0px;
}

body {
    background: #ffffff;
    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:750px) {
    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;
    src: url(../font/DIN-BOLD.ttf),url(../font/DIN-BOLD.woff);

}


.img-box{
	overflow: hidden;
	height: auto;
}
.img-box img{
	display: block;
	transition: .5s;
}


.main{
	width: 1500px;
	margin: 0 auto;
}
.in-main{
	width: 1500px;
	margin:0 auto;
}


.top-bar {
    width: 100%;
    background-color: #009933;
    color: #fff;
    font-size: 14px;
  
}

.top-bar .main {
    display: flex;
    height: 50px;
    justify-content: space-between;
    align-items: center;
}

.top-bar ul{
	display: flex;
	height: 50px;
	align-items: center;
	margin-right: 10px;
}
.top-bar ul li{
	position: relative;
	padding: 0 10px;
}
.top-bar ul li:after{
	content: "";
	width: 1px;
	height: 14px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	background: #16e973;
}
.top-bar ul li a{
	color: #16e973;
	font-size: 14px;
}
.top-bar ul li:last-child:after{
	display: none;
}
.top-bar ul li:last-child{
	padding-right: 0;
}
.top-bar .right,.top-bar  .tel{
	display: flex;
	align-items: center;
}
.top-bar .tel img{
	display: block;
	margin-right: 5px;
}
.tel {
    font-size: 22px;
    font-weight: bold;
    margin-left:12px;
}

.head {
	width: 100%;
	height:auto;
 	position: relative;
 	z-index: 101;
 	top: 0;
  
}

.head .main{
 	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 130px;
}
.head  .name{
	 
}
.head img{
	display: block;
}
.head .btn{
	display: none;
}

.head .right{
	display: flex;
	align-items: center;

}


.head  .tel{
	display: flex;
	align-items: center;
	margin-left: 40px;
}
.head  .tel a{
	display: flex;
	align-items: center;
}
.head  .tel i{
	background: #009a44;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	border-radius: 50%;
}
.head  .tel i img{
	height: 20px;
}
.head  .tel img{
	display: block;
}

.head  .tel b{
	color: #009a44;
	font-size: 28px;
	margin-left: 10px;
	max-width: 170px;
	line-height: 30px;
	font-family: "DIN-BOLD", "Microsoft YaHei", "STSong", sans-serif;
}

.banner{
	width: 100%;
	height: auto;
	overflow: hidden;
	z-index: -1;
	position: relative;
}
.banner  .swiper-wrapper  img{
	display: block;
	width: 100%;
}
.banner .swiper-button-next , .banner .swiper-button-prev{
	display: block;
	width: 29px;
	height: 54px;
	left: 50%;
	position: absolute;
	top: 50%;
	z-index: 1;
	margin-top:-27px; 
}
.banner .swiper-button-next {
	margin-left: -600px;
	background: url(../images/next.png) no-repeat center;
}
.banner .swiper-button-prev{
	margin-left: 600px;
	background: url(../images/prev.png) no-repeat center;
}

.banner .swiper-pagination {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 60px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	z-index: 10;
}

.banner .swiper-pagination span{
	display: block;
	width: 46px;
	height: 10px;
	margin:0 5px;
  
	border-radius: 10px;
	background: #fff;
	  
	position: relative;
}
 
.banner .swiper-pagination .swiper-pagination-bullet-active{
	background: #009a44;
}
 
.in-banner img{
	display: block;
	width: 100%;
}
.in-banner img:last-child{
	display: none;
}

.mbanner{
	display: none;
}

 
.title h4{
	text-align: center;
	font-size: 42px;
	color: #222;
 
 
}
.title p{
	text-align: center;
	font-size: 24px;
	margin-top: 10px;
	color: #999;
	text-transform: uppercase;

}

.title img{
	display: block;
	margin:0 auto;
	margin-top: 15px;
}

 
.tab{
	width: 100%;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 30px;
}

.tab ul li{
	float: left;
	width: 12%;
	height: 50px;
 	
	background: #E6E6EE;
  
	box-sizing: border-box;
	text-align: center;
	transition: .5s;
 	margin-left: .57%;
	margin-bottom: 10px;
	line-height: 50px;
}
.tab ul li:nth-child(8n-7){
	margin-left: 0;
}
.tab ul li a{
	color: #333333;
	font-size: 18px;
	display: block;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.product{
	width: 100%;
	height: auto;
	overflow: hidden;
 	margin-top: 80px;
 
}
.product .title{
	margin-bottom: 50px;
}
.product .list {

	width: 380px;
	height: calc( 100% -140px );
	overflow:hidden;
	background: #009a44;
	padding-bottom: 10px;
	float: left;
}

.product .list  .tit{
	width: 100%;
	height: 130px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	flex-direction: column;
	justify-content: center;
}

.product .list  .tit h4{
	width:100%;
	color: #fff;
	text-align: center;
	font-size: 30px;
	background: url(../images/pro-tit.png) no-repeat center;
}

.product .list  .tit p{
	color: #ffffff;
	font-size: 16px;
	margin-top: 5px;
	text-transform: uppercase;
}

.product .list .bd{
	width: calc( 100% - 20px );
	background: #fff;
	margin:0 auto;
	padding: 20px;
	box-sizing: border-box;
	height: calc( 100% - 130px );
}

.product .list ul li{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-bottom: 40px;
}
.product .list ul li div{
	height: 60px;
	line-height: 60px;
	padding-left: 20px;
	box-sizing: border-box;
	border:1px solid #dcdcdc;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-left:  8px solid #009a44;


}

.product .list ul li div a{
	color: #009a44;
	font-size: 18px;
	font-weight: bold;
}
.product .list ul li  i{
	display: block;
	width: 40px;
	position: relative;
	height: 40px;
	 
}
.product .list ul li  i:before{
	content: '';
	width:15px;
	height: 2px;
	background: #dcdcdc;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate3d(-50%,-50%,0);
}

.product .list ul li  i:after{
	content: '';
	width: 2px;
	height: 15px;
	background: #dcdcdc;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate3d(-50%,-50%,0);
}

.product .list ul li ul li{
	width: 100%;
	line-height: 50px;
	padding: 0 20px;
	margin:0;
	box-sizing: border-box;
	border-bottom:1px solid #e5e5e5;
}


.product .list ul li ul li a{
	color: #666666;
	font-size: 16px;
}
.in-pro{
	background: none;
	margin-top: 50px;
	padding: 20px 0;
}

.product .main{
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}
 

.product .pic{
	width: calc( 100% - 400px);
	height: auto;
 	flex: 1;
	overflow: hidden;
	float: right;
}

.product .pic ul li{
	float: left;
	margin-left:15px;
	width:  356px;
	height: auto;
	overflow: hidden;
    margin-top: 20px;
	border: 1px solid  #dcdcdc;

	box-sizing: border-box;
}

.product .pic ul li div{
 
 	margin:10px;
}

.product .pic ul li img{
	width: 100%;
}
.product .pic ul li:nth-child(-n+3){
	margin-top: 0;
}
 
.product .pic ul li  p{
	text-align: center;
	color: #555555;
	font-size:20px;
	line-height: 70px;
	height: 70px;
	background: #fff;
	white-space: nowrap;
	overflow: hidden;
	white-space: nowrap;
	padding:  0 10px;
	box-sizing: border-box;
	text-overflow: ellipsis;
	border-top: 1px solid  #dcdcdc;
    text-overflow: ellipsis;
    margin-top: 10px;
}
.list-btn{
	display: none;
}

.cases{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 100px;
	background: #e5f5ec;
	padding: 100px 0;
}
 

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

.caseSwiper .swiper-slide{
	background: #fff;
	border:1px solid #e5e5e5;
	width: 450px;
}
.caseSwiper .swiper-slide .img-box{
	margin:15px;
}
.caseSwiper .swiper-slide img{
	display: block;
	width: 100%;
	transition: .5s;
}
.caseSwiper .swiper-slide {
	position: relative;
}

.caseSwiper .swiper-slide p{
	width: 100%;
	height: 65px;
	line-height: 65px;
	color: #555555;
	font-size: 18px;
	border-top:1px solid  #e5e5e5;
	text-align: center;
	 white-space: nowrap;
	text-overflow: ellipsis;
	padding: 0 20px;
	box-sizing: border-box;
	overflow:hidden;
}
.caseSwiper  .swiper-pagination{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 60px;
}
.caseSwiper  .swiper-pagination span{
	display: block;
	width: 36px;
	height: 10px;
	border-radius: 10px;
	margin: 0 5px;
	background: #999999;
}
.caseSwiper  .swiper-pagination .swiper-pagination-bullet-active{
	background: #009a44;
}

.about {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 100px;
}
.about  .main{
	display: flex;
	flex-direction:row-reverse;
	align-items: center;
	justify-content: space-between;
}
.about  .intro{
	width: 630px;
}
.about  .intro .tit{
	position: relative;
	padding-bottom: 30px;
}
.about  .intro .tit h4{
	color: #333333;
	font-size: 38px;
}

.about  .intro .tit p{
	color: #999999;
	font-size: 22px;
	text-transform: uppercase;
	margin-top: 5px;
}

.about  .intro .tit:after{
	content: "";
	width: 48px;
	height: 1px;
	position: absolute;
	left: 0;
	bottom: 0;
	background: #009a44;
}

.about  .intro .info{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
	color: #555555;
	font-size: 16px;
	display: -webkit-box;
	-webkit-line-clamp:6;
	-webkit-box-orient: vertical;
	overflow: hidden;
	line-height: 32px;
}

.about  .intro  a{ 

	display: block;
	width: 200px;
	height: 55px;
	background: #009a44;
	border-radius: 30px;
	color: #fff;
	text-align: center;
	line-height: 55px;
	font-size: 16px;
	margin-top: 60px;
}
.about .img {
	width: 750px;
}
.about .img img{
	display: block;
	width: 100%;
}

.factory{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 100px;
}
.factory .tit div{
	padding-left: 20px;
	position: relative;
}
.factory .tit div:after{
	content: "";
	width: 10px;
	height: 52px;
	background: #009a44;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.factory .tit h4{
	color: #333333;
	font-size: 30px;
}
.factory .tit  p{
	color: #999999;
	font-size: 16px;
	text-transform: uppercase;
}
.factory .show{
	width: 100%;
	height: auto;
	overflow:hidden;
	margin-top: 30px;
}

.factory .show .box{
	width: 800%;
}
.factory .show .pic ul li{
	float: left;
	width: 360px;
	height: auto;
	overflow: hidden;
	margin-left: 20px;
}

.factory .show .pic ul li img{
	display: block;
	width: 100%;
}
.factory .show .pic ul li p{
	text-align: center;
	line-height: 50px;
	border-bottom: 1px solid #e5e5e5;
	text-align: center;
	color: #555555;
	 white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	font-size: 16px;

}
.adv {
	width: 100%;
	height: auto;
	background: #E5F5EC;
	overflow: hidden;
	margin-top: 100px;
	padding-bottom: 90px;
 
}

.adv .adv-tit{
	width: 100%;
	height: 320px;
	background: url(../images/adv-tit.png) no-repeat  center;
}
 
.advSwiper{
	margin-top: 80px;
}
.adv .swiper-wrapper{
	display: block;
}


 
.adv .swiper-slide{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 50px;
 
}
.adv .swiper-slide:nth-child(odd){
	flex-direction: row-reverse;
}
.adv .swiper-slide ul {
	width: 680px;
}
.adv .swiper-slide ul li{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-bottom: 30px;
}
.adv .swiper-slide ul li img{
	display:block;
}
.adv .swiper-slide ul li .tit{
	display: flex;
	 
	align-items: center;
}
.adv .swiper-slide ul li .tit div{
	margin-left: 15px;
}

.adv .swiper-slide ul li .tit  h4{
	color: #000000;
	font-size: 36px;
}

.adv .swiper-slide ul li .tit  p{
	color: #999999;
	font-size: 14px;
	text-transform: uppercase;
	margin-top: 5px;
}

.adv .swiper-slide .img img{
	display: block;
}
.adv .swiper-slide ul li .info{
	width: 100%;
	padding-left: 110px;
	box-sizing: border-box;
	margin-top: 10px;
}
.adv .swiper-slide ul li .info p{
	color: #555555;
	font-size: 18px;
	line-height: 40px;
	background: url(../images/icon01.png) no-repeat left 13px;
	padding-left: 20px;
	box-sizing: border-box;
}


.news{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 80px;
	margin-bottom: 80px;
}

.newsSwiper{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 60px;
}
.news .swiper-wrapper{
	display: block;
}
.news .swiper-slide {
	float: left;
	width: 460px;
	border-top: 1px solid #e3e3e3;
	box-sizing: border-box;
	padding-top: 40px;
	box-sizing: border-box;
	margin-left: 50px;
	margin-bottom: 60px;
	transition:.666s;
}
.news .swiper-slide:nth-child(3n-2){
	margin-left: 0;
}
.news .swiper-slide h4{
	color: #000000;
	transition:.666s;
	 white-space: nowrap;
	text-overflow: ellipsis;
	width: 100%;
	overflow: hidden;
	font-size: 22px;
}
.news .swiper-slide p{
	color: #666666;
	font-size: 15px;
	line-height: 30px;
	margin-top: 30px;
	display: -webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin-bottom: 30px;
	height: 60px;
}
.news .swiper-slide span{
	display: block;
	color: #999999;
	font-size: 14px;
	width: 100%;
	line-height: 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
 
}
.news .swiper-slide span i{
	display: block;
	width: 40px;
 	font-style: normal;
	height: 20px;
	position: relative;
}
.news .swiper-slide span i:before{
	content: "→";
	position: absolute;
	
	left: 0;
	font-size: 16px;
	top: 0;
	 
}
.news .swiper-slide span i:after{
	content: "→";
	position: absolute;
	left: -100%;
	font-size: 16px;
	top: 0;
	color: #009a44;
	opacity: 0;
}
.news .swiper-slide:hover{
	border-top-color: #009a44;
}
.news .swiper-slide:hover h4{
	color: #009a44;
}
.news .swiper-slide:hover i:before{
	left: 100%;
	transition:.666s;
	opacity: 0;
}	
.news .swiper-slide:hover i:after{
	left: 0;
	transition:.666s;
	opacity: 1;
	transition-delay:.4s;
}


.links{
	width: 100%;
	height: auto;
	overflow: hidden;
	border: 1px solid #E5E5E5;
	box-sizing: border-box;
}
.links .main{
	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap;
}
 

.links .tit h4{
	color:#555555;
	font-size: 20px;
 	line-height: 100px;
	position: relative;
}
 
 
.links  ul {
	height: 100px;
	overflow: hidden;
	 
	float: left;
	margin-left: 10px;
	flex: 1;  
   
}

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


.footer{
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #222222;
	padding-top: 100px;
	padding-bottom: 70px;
}
 
.footer .tit {
	display: flex;
	align-items: center;
}
.footer .tit p{
	color: #fff;
	font-weight: bold;
	margin-right: 5px;
	font-size: 24px;
}
.footer .tit span{
	display: block;
	color: #999999;
	margin-left: 5px;
	font-size: 16px;
	text-transform: uppercase;
}
 

.footer .list{
	width: 347px;
	height: auto;
	float: left;
	margin-right: 90px;
	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: #dedede;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
	font-size: 15px;
}

.footer .intro{
	width: 500px;
	height: auto;
	float: left;
	margin-right: 90px;
	overflow: hidden;
}
.footer .intro .info{
	margin-top: 15px;
}
.footer .intro .info p{
	color: #dedede;
	font-size: 15px;
	line-height: 30px;
}
.footer .ewm {
	float: right;
	 
}

 

.footer .ewm ul li{
	float: left;
	margin-left: 28px;
}

.footer .ewm ul li p{
	color: #fff;
	font-size: 20px;
}
.footer .ewm ul li img{
	display: block;
	width: 180px;
	height: 180px;
 	margin-top: 20px;
}
.footer a{
	color: #999999;
}


.float-right{
	display: none;
	position: fixed;
	right:0;
	top: 300px;
	z-index: 100;
}
.float-right ul li{
	display: flex;
	width: 190px;
	position: relative;
	right: -140px;
	background: #009a44;
	position: relative;
	align-items: center;
	transition: .5s;
	margin-bottom: 1px;
	border-radius: 5px 0 0 5px;
}
.float-right ul li p{
	color: #fff;
 	line-height: 20px;
	font-size: 16px;
 
	max-width: 130px;
}
.float-right ul li div{
	position: absolute;
	left: -155px;
	display: none;
}
.float-right ul li div img{
	display: block;
	width: 150px;
	height: 150px;
}
.float-right ul li span{

	width: 52px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.float-right ul li:nth-child(1):hover{
	right: 0;
}
.float-right ul li:hover div{
	display: block;
}

.cr{
	width: 100%;
	display: flex;
	justify-content: center;
	color: #666666;
	font-size: 16px;
	height: 80px;
	align-items: center;
	background: #111111;
}
.cr span{
	padding: 0 10px;
}

.in-content{
	width: 100%;
	height: auto;
	overflow: hidden;
}

.in-content .left{
	width: 260px;
	float: left;
}
.in-content .left .pro-list{
	float: initial;
}
.in-content .quick{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 30px;
	border: 1px solid #e5e5e5;
}
.in-content .quick .tit{
	display: flex;
	align-items: center;
	background: #1ad76f;
	justify-content: center;
	height: 120px;
}
.in-content .quick .tit img{
	margin-right: 10px;
}
.in-content .quick .tit h4{
	color: #fff;
	font-size: 24px;
}

.in-content .quick .tit p{
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 3px;
}

.in-content .quick ul {
	margin:15px 0;
	box-sizing: border-box;
	width: 100%;
	padding: 0 15px;
}
.in-content .quick ul li{
	width: 100%;
	position: relative;
		overflow: hidden;
		white-space: nowrap;
    text-overflow: ellipsis;
    line-height:40px;
	border-bottom: 1px solid #e5e5e5;
	padding-left: 15px;
	box-sizing: border-box;
}
.in-content .quick ul li:last-child{
	border: none;
}

.in-content .quick ul li:after{
	content: '';
	display: block;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #1ad76f;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
.in-content .quick ul li a{
	font-size: 16px;
	color: #333;

	width: 100%；
}
.float{
	display: none;
}


.page{
	display: table;
	margin: 40px auto;
	max-width: 1200px;
}

.page ul li{
	float: left;
	padding: 0 10px;
	height: auto;
	overflow: hidden;
	line-height: 30px;
	border: 1px solid #ccc;
	box-sizing: border-box;
	margin: 0 3px;
}

.page ul li a{
	color:#333;
}

.page .active{
	background: #009a44;
	color:#fff;
	font-size: 12px;
	border-color: #009a44;
}
.page .active a{
	color: #fff;
}
.img-list{
	height: auto;
	overflow: hidden;
	width: 100%;
	padding-top: 20px;
}
.img-list .tab ul li{
	background: #EEEEEE;
}
.img-list .pic{
	height: auto;
	overflow: hidden;
	margin-top: 15px;
 
}

.img-list .pic ul li{
	float: left;
	width: 24%;
	margin-left: 1.3%;
 
	margin-bottom: 20px;
}
.img-list .pic ul li:nth-child(4n-3){
	margin-left: 0;
}
.img-list .pic ul li img{
	display: block;
	width: 100%;
}
.img-list .pic ul li div{
	border:1px solid #ccc;
	box-sizing: border-box;
}
.img-list .pic 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;
}

.case-list{
	margin-top: 0;
}


.crumbs{
    width: 100%;
    height: 55px;
    line-height: 55px;
    background: #eee;
}

.crumbs p{
	font-size: 18px;
	float: left;
}
.crumbs div{
	overflow: hidden;
	white-space: nowrap;
	font-size: .20rem;
	color: #333;
  	 text-overflow: ellipsis;
}
.crumbs  a{
	color:#333;
	font-size: 14px;
	padding-right: 15px;
	position: relative;
}
.crumbs a:after{
	content: ">";
	position: absolute;
	right:2px;
	font-family: '宋体';
}
.crumbs a:last-child:after{
	width: 0;
	height: 0;
	overflow: hidden;
}

 

 
.fy{
	width: 1600px;
	margin: 40px auto;
	height: auto;
	line-height: 40px;
	overflow: hidden;

	border-bottom: 1px solid #ccc;
}
.fy p{
	color:#333;
	font-size: 14px;
	float: left;
	max-width:400px;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
	padding: 0 20px;
	box-sizing: border-box;
}
.fy a{
	color:#333;
}
.return{
	float: right;
	font-size: 14px;
}

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

.cont-intro{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-bottom: 80px;
 
	margin-top: 60px;
}

.cont-intro .main{
	display: flex;
	align-items:flex-start;
	justify-content: space-between;
}
.cont-intro .intro{
	width: 40%;
}
.cont-intro .intro{
	font-size: 16px;
	line-height: 30px;
}
.cont-intro .map{
	width: 55%;
	height: 500px;
}
.map{
	width: 100%;
	height: 400px;
	overflow: hidden;
	 
}
 

.detailed{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 40px;
	margin-bottom: 40px;
}
.detailed .tit{
	height: auto;
	overflow: hidden;
	border-bottom: 1px solid #eee;
	padding-bottom: 15px;
}
.detailed .tit h4{
	color:#333;
	font-size: 24px;
	text-align: center;
}

.detailed .tit  p{
	display: block;
	font-size: 14px;
	color:#666;
	margin-top: 15px;
	text-align: center;
}
.detailed .tit  span{
 	margin: 0 5px;
}


.detailed  .info{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 30px;
	color:#333;
	font-size: 16px;
	line-height: 30px;
	min-height:150px;
}
.detailed .info p{
	text-indent: 2em;
}
.detailed  .info img{
	display: block;
	max-width: 100%;
	margin: 0 auto;
}


.honor{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 100px;
	background: url(../images/bg01.jpg) no-repeat center;
	background-size: cover;
	padding: 80px 0;
	box-sizing: border-box;
 
}
.honor .show{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 60px;
}

.honor .show .box{
	width: 800%;
}
.honor .show  .pic{
	float: left;
}
.honor .show ul {

}

.honor .show ul li .img-box{
	padding: 35px;
	box-sizing: border-box;
	background: #fff;
	position: relative;
	border: 2px solid #fff;
	border-bottom: none;
}
.honor .show ul li .img-box:after{
	content: "";
	display: block;
	width: 100%;
	padding-bottom: 72.19%;
	background: #eee;
}
.honor .show ul li .img-box img{
	display: block;
	position: absolute;
	height: calc(100% - 70px);
	left: 50%;
	width: auto;
	transform: translateX(-50%);
}
.honor .show ul li{
	width: 430px;
	float: left;
 	  
	height: auto;
	margin-left: 20px;
  	margin-bottom: 80px;
  	box-sizing: border-box;
	position: relative;
 
}
.honor .show ul li:after{
	width: 100%;
	position: absolute;
	height: 79px;
	content: '';
	bottom: -81px;
	display: block;
	background: url(../images/bg02.png)  repeat-x left center;
}

.honor .show ul li p{
	width: 100%;
	height: 60px;
	line-height: 60px;
	color: #fff;
	text-align: center;
	background: #757575;
	font-size: 18px;
	border:2px solid #757575;
	border-top: none;
	box-sizing: border-box;
}
.honor .show ul li img{
	display: block;
	width: 100%;
}
.news-list{
	width:100%;
	margin: 0 auto;
	height: auto;
	margin-top: 40px;
	padding-top: 5px;
	overflow: hidden;
 
}

.news-list ul li{
	width:49%;
	height: auto;
	float: left;
	overflow: hidden;
 	border: 1px dotted #E7E7E7;
 	box-sizing: border-box;
	padding: 14px;
	margin-bottom: 12px;
	position: relative;
	transition: .5s;
}

.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:calc( 100% - 130px );
	 
}
.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;
     white-space: nowrap;
    text-overflow: ellipsis;
    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;
}


.history{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 80px;
}
.in-tit h4{
	color: #009a44;
	text-align: center;
	font-size: 36px;
}
.in-tit p{
	text-align: center;
	color: #999999;
	font-size: 20px;
	margin-top: 5px;
	text-transform: uppercase;
}

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

.historyIntro .swiper-slide{
	border:3px solid #e5e5e5;
	box-sizing: border-box;
	border-radius: 15px;
	padding:0 30px;
	height: 425px;
	box-sizing: border-box;
	padding-top: 50px;
}

.historyIntro .swiper-slide .tit h4{
	color: #333333;
	font-size: 42px;
	font-weight: normal;
}
.historyIntro .swiper-slide .info{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
	color: #555555;
	font-size: 16px;
	line-height: 30px;
	position: relative;
	padding-left: 20px;
	box-sizing: border-box;
}
.historyIntro .swiper-slide .info:after{
	content: "";
	width: 8px;
	height: 8px;
	background: #90c320;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 12px;
}

.historyBox{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 45px;
	height: 80px;
	position: relative;
}
.historyBox:after{
	content: "";
	width: calc(100% - 64px);
	height: 1px;
	position: absolute;
	left:50%;
	transform:translateX(-50%);
	top: 16px;
	background: #e5e5e5;
}
.historyBox .swiper-button-next{
	width: 33px;
	height: 33px;
	background:url(../images/next.png) no-repeat left center;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}
.historyBox .swiper-button-prev{
	width: 33px;
	height: 33px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
	background:url(../images/prev.png) no-repeat left center;
}
.historyBar{
	width: 970px;
	margin:0 auto;
	overflow: hidden;
}


.historyBar .swiper-slide{
	cursor:pointer;
}
.historyBar .swiper-slide p{
	color: #333333;
	font-size: 30px;
	position: relative;
	font-weight: 400;
	transition: .5s;
	text-align: center;
	padding-top: 40px;
}
.historyBar .swiper-slide p:after{
	content: "";
	width: 24px;
	height: 24px;
	display: block;
	background: #fff;
	position: absolute;
	left: 50%;
	transition: .5s;
	top: 4px;
	transform: translateX(-50%);
	border:1px solid #1d358e;
	border-radius: 50%;
}
.historyBar  .active-year p{
	color:  #009a44;
	font-weight: 800;
}
.historyBar  .active-year p:after{
	background: #009a44;
}


.in-about{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 70px;
}
.in-about .tit {
	border-bottom: 1px solid  #e5e5e5;
	box-sizing: border-box;
	padding-bottom: 30px;
}
.in-about .tit h4{
	color: #009a44;
	font-size: 36px;
}

.in-about .data-info{
	padding: 0;
	border-radius: 0;
}
.in-about .data-info ul li div{
	color: #009a44;
}
.in-about .data-info ul li b{
	color: #009a44;
}
.in-about .data-info ul li p{
	color: #009a44;
}
.in-about .intro{
	width: 100%;
	height: auto;
	overflow: hidden;
 
	color: #333333;
	font-size: 16px;
	text-indent: 2em;
	line-height: 36px;
}
  

@media (min-width: 1200px){

 	.nav ul {
 		display: flex;
 		justify-content: space-between;
 		align-items: flex-start;
 		gap: 50px;
 	}

 	.nav ul li{
 		float: left;
 		box-sizing: border-box;
 		height:130px;
 		display: flex;
 		align-items: center;
 		justify-content: center;
 		position: relative;
 		line-height: 130px;
 		text-align: center; 
 		position: relative;
 	}
 	 
  	.nav ul li a{
  		font-size: 18px;
  		color: #333333;
  		overflow: hidden;
  	}
  	.nav ul li:last-child{
  		padding-right: 0;
  	}
 
  	.nav ul li ul{
  		position: absolute;
  		top: 110px;
  		display: block;
  		width:230px;
  		left: 50%;
  		display: none;
  		padding: 15px 15px;
 	 	border-radius: 15px;
 		background: rgba(0,0,0,.5);
 		box-sizing: border-box;
  		transform: translateX(-50%);
  		
  	}
  	.nav ul li ul:after{
  		content: "";
  		width: 47px;
  		height: 8px;
  		background: url(../images/nav-icon02.png) no-repeat center;
  		position: absolute;
  		left: 50%;
  		transform: translateX(-50%);
  		top: -25px;
  	}

  	 
  	.nav ul li ul li{
 		height:45px;
 		line-height:45px;
 		width: 100%;
 		margin:0;
 		padding: 0 5px;
 		border-bottom: 1px dotted #ffffffbf;
 		box-sizing: border-box;
   
  	}
  	.nav ul li ul li:after{
  		display: none;
  	}
  	
  	.nav ul li ul li a{
  		color: #fff;
  		font-size: 16px;
  		background: none;
  		 white-space: nowrap;
  		text-overflow: ellipsis;
  		overflow: hidden;
  		font-weight: normal;
  	}


  	.nav ul li ul li:last-child{
  		border:none;
  	}

  	.nav ul li:hover a  {
  		 
  		 color: #009a44;
 
  	}
  	.nav ul li:hover ul li a{
  		color: #fff;
  	}
  	.nav ul li:hover ul{
  		display: block;
  	}
 	.nav ul li ul li:hover{
 		background: none;
 	}
 	.nav ul li ul li a:hover{
 	 	color: #5bb531;
 	}
   	.head .tel:hover b{
   		opacity: 1;
   		top:150px;
   	}
    .img-box:hover img{
    	transform: scale(1.05);
    }

    .product .pic ul li:hover{
    	border-color: #009A44;
    }

    .product .pic ul li:hover p{
    	background: #009A44;
    	color: #fff;
    }
  	.caseSwiper .swiper-slide:hover{
  		border-color: #009a44;
  	}
  	.caseSwiper .swiper-slide:hover p{
  		background: #009a44;
  		color: #fff;
  	}
 	.cases ul li:hover img{
 		transform: scale(1.05);
 	}
    .tab ul li:hover{
    	background: #2381E3;
    	box-shadow:0 0 3px 3px #dbdbdb63;
    }
    .tab ul li:hover a{
    	color: #fff;
    }
 	.product .list .bd ul li ul li:hover a{
 		color: #009a44;
 		 
 	}
 
 


    .news-list ul li:hover .info h4{
    	color: #009a44;
    }

    .news-list ul li:hover .time{
    	background: #009a44;
    }

    .news-list ul li:hover{
    	transform: translateY(-2px);
    }
 
    .links ul li a:hover{
    	color:  #0b0b5b;
 		text-decoration: underline;
    }
    .footer .menu ul li:hover{
    	background: #fff;
    }
    .footer .menu ul li:hover a{
    	color: #009a44;
    }
    .footer .menu ul li:hover:after{
    	color: #009a44;
    }

    .fy a:hover{
    	color: #009a44;
    }
 	.footer .list ul li:hover{
 		background: #fff;
 		border-color: #fff;
 	}
 	.footer .list ul li:hover a{
 		color: #009a44;
 	}
 	.footer .list ul li:hover:after{
 		color: #009a44;
 	}
 	
 	.factory .show .pic ul li:hover p{
 		color: #009a44;
 		border-color: #009a44;
 	}
}

 
@media (max-width: 1660px){
 	
 
	.main{
		width: 1400px;
	}
 
	.product .pic ul li{
		width: 32%;
		margin-left: 1.333%;
	}


  	.gg{
  		background-size: 110%;
  	}
 
 	.news .swiper-slide{
 		width: 31%;
 		margin-left: 3%;
 	}
 	.news-list ul li .info{
 		width: 520px;
 		 
 	}
 	.footer .intro{

 		margin-right: 40px;
 	}

 	.footer .list{
 		margin-right: 20px;
 	}
 	.fy{
 		width: 1400px;
 	}
}
 

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

 
	.in-main{
		width: 1200px;
	}
 	 .nav ul{
 	 	gap:20px;
 	 }
  
   	.product .list{
   		width: 340px;
   	}

   	.product .pic{
   		width:calc( 100% - 360px);
   	}
   	.adv .swiper-slide .img {
   		width: 50%;
   	}
   	.adv .swiper-slide ul{
   		width: 48%;
   	}
   	.adv .swiper-slide .img img{
   		width: 100%
   	}
   	.adv .swiper-slide ul li img{
   		width: 80px;
   	}
   	.adv .swiper-slide ul li .tit h4{
   		font-size: 30px;
   	}
   	.adv .swiper-slide ul li .info{
   		padding-left: 100px;
   	}


   	.about .intro{
   		width: 45%;
   	}
   	.about .img{
   		width: 50%;
   	}
 	

 	.footer .menu{
 		margin-right: 40px;
 	}
 	.footer .list{
 		margin-right: 20px;
 	}
 	.footer .intro{
 		width: 450px;
 		margin-right: 40px;
 	}
 	.footer .ewm ul li{
 		margin-left: 15px;
 	}
 	 
 	.footer .ewm ul li img{
 		width: 130px;
 		height: 130px;
 	}
 	.fy{
		width: 1200px;
	}
}
 

@media (max-width: 1199px){
	.main{
		width:7.1rem;
		margin: 0 auto;
	}
	.in-main{
		width: 7.1rem;
	}
 	.top-bar p{
 		display: none;
 	}
 	.top-bar ul{
 		display: none;
 	}
	.top-bar .right{
		width: 100%;
		justify-content: center;
	}
	.top-bar .right .tel{
		margin:0;
		font-size: .4rem;
	}
	.head .name img{
		width: 5rem;
	}
	.head .btn{
		display: block;
		width: .8rem;
		height:.8rem;
		background: url(../images/btn.png) no-repeat center;
		background-size:.7rem auto;
 
	}
	.head .main{
		height: 1.6rem;
		padding: 0 .2rem;
	 
	}
 
	 
	.banner .swiper-wrapper img{
		display: none;
	}
	.banner .swiper-wrapper img:last-child{
		display: block;
	}

	.banner .swiper-pagination span{
		width: .4rem;
		height: .15rem;
	 
	}
	.banner .swiper-pagination{
		bottom: .4rem;
	}
	.in-banner img{
		display: none;
	}
	.in-banner img:last-child{
		display: block;
	}
	.mbanner{
		display: block;
	}
	.pcbanner{
		display: none;
	}
	.banner .swiper-pagination span{
		margin: 0 .1rem;
	}

	.nav{
		width: 100%;
		height: 100%;
		overflow: hidden;
		position: fixed;
		left: 0;
		top:0;
		display: none;
 
		opacity: 0;
		visibility: hidden;
		background: rgba(0,0,0,.5);
		z-index: 10001;

 	}
 	.nav ul{
 		top: 0;
 		width: 70%;
 		float: right;
 		right: -100%;
 		position: relative;
 		height:  100%;
 		overflow: hidden;
 		overflow-y:auto;
 		background: #333333;
 	 
 	}
 	.nav .on{
  		padding-bottom: 1.5rem;
 	}
 
  	.nav ul li{
  		width: 100%;
  		padding: 0 .15rem;
  		box-sizing: border-box;
  		height: auto;
  		overflow: hidden;
  		border-bottom: .02rem  solid #eee;
  		line-height: .8rem;
  		border-top: .02rem solid #444;
  		position: relative;
  		border-bottom: .02rem solid #111;
  	}
  	.nav ul li a{
  		color: #fff;
  		font-size: .3rem;
  		display: block;
  	}
  	.nav ul li  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/icon01.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-top: .02rem solid #444;
  		border-bottom: .02rem solid #111;
  	}
  	.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;
  	}
  
 	.title h4{
 		font-size: .48rem;
 	}

 	.title p{
 		width: 6.5rem;
 		margin:0 auto;
 		margin-top: .1rem;
 		font-size: .25rem;
 		line-height: .4rem;
 	}
 	.title img{
 		height: .3rem;
 	}
 	.cases{
 		margin-top: .8rem;
 		padding-top: .8rem;
 		padding-bottom: 1rem;
 	}
 	.caseSwiper{
 		margin-top: .6rem;
 	}
 	.caseSwiper .swiper-pagination{
 		margin-top: .5rem;

 	}
 	.caseSwiper .swiper-pagination span{
 		width: .55rem;
 		height: .15rem;
 	}
 	.caseSwiper .swiper-slide p{
 		font-size: .28rem;
 		line-height: .8rem;
 		height: .8rem;
 	}
 	.product{
 		 
 		margin-top: .6rem;
 	}

 	.in-pro{
 		padding: 0;
 	}
 	.product .main{
 		display: block;
 		margin-top: 0;
 	}
 	.product .title{
 		margin: 0;
 	}
 	.product .list{
 		width: 100%;
 		position: relative;
 		z-index: 100;
 		padding: 0;
 	}
 	.product .list .tit{
 		display: none;
 	}
 	.product .list-btn{
 		width: 100%;
 		padding: 0;
		background: #009a44;
	    display: block;
 	}
 	.product .list-btn p{
 		color: #fff;
 		font-size: .3rem;
 		text-align: center;
 		line-height: .8rem;
 	}
    
 	.product .list .bd{
 		position:fixed;
 		width: 90%;
 		height: 80%;
 		top: 50%;
 		left: 50%;
 		border-radius: 5px;
 		box-shadow: 0 0 10px 10px rgb(87 87 87 / 30%);
 		display: none;
 		transform: translate3d(-50%,-50%,0);
 	}
 	.product .list .bd .close{
 		display: block;
 		width: .8rem;
 		height: .8rem;
 		right: .3rem;
 		top: .3rem;
 		position: absolute;
 		background: url(../images/close.png) no-repeat center;
 		background-size: .5rem auto;
 	}
 	.product .list .bd ul:first-child{
 		width: 100%;
 		position: relative;
 		top: 15%;
 	 

 	}

 	.product .list .bd ul li{
 		display: block;
 		margin: .2rem 0;
 	}
 	.product .list .bd ul li ul li {
 		 
 		line-height: .6rem;
 	}
 	.product .list .bd ul li ul li a{
 		font-size: .28rem;
 		display: block;
 	}
 	.product .list .bd ul li div a{
 		font-size: .3rem;

 	}
 	.product .list .bd ul li div{
 		width: 100%;
 	}
 	.product .list .bd ul li ul{
 	 	
 		height: auto;
 		width: 100%;
 		overflow: hidden;
 	 
 		margin-top: .15rem;
 		display: none;
 		box-sizing: border-box;
 	}
 	.product .list .bd ul li div i{
 		 transition:.3s;
 	}
 	.product .list .bd ul li div i:after{
 		transition: .5s;
 	}
 	.product .list .bd ul li div .active:after{
 		 opacity: 0;
 	}
 	.product .pic{
 		width: 100%;
 		margin-top: .3rem;
 	}
 	.product .pic ul li{
 		width: 49%;
 		margin-left: 0;
 		margin-top: .2rem;
 	}
 	.product .pic ul li:nth-child(2n){
 		float: right;
 	}
 	.product .pic ul li:nth-child(-n+3){
 		margin-top: .2rem;
 	}
 	.product .pic ul li p{
 		font-size: .28rem;
 		height: 1rem;
 		line-height: 1rem;
 	}
 	.adv{
 		margin-top: .6rem;
 		padding-bottom: .6rem;
 	}
 	.adv .adv-tit{
 		height: 3.2rem;
 		margin:0 auto;
 		background: url(../images/madv-tit.jpg) no-repeat center;
 		background-size: 100% auto;
 	}
  	.adv .adv-tit img{
  		display: block;
  		width: 100%;
  	}
  	.advSwiper{
  		margin-top: .7rem;
  		overflow: hidden;
  	}
 	.adv .swiper-wrapper{
 		display: flex;
 	}
 	.adv .swiper-slide{
 		display: block;
 		overflow: hidden;
 		margin-bottom: 0;
  
 	}
 	.adv .swiper-slide .img{
 		width: 100%;
 	}

 	.adv .swiper-slide .img img{
 		width: auto;
 		height:4.5rem;
 		margin:0 auto;
 	}
 	.adv .swiper-slide .intro{
 		width: 100%;
 	}
 	.adv .swiper-slide ul{
 		width: 100%;
 		margin-top: .6rem;
 	}
 	.adv .swiper-slide ul li .tit h4{
 		font-size: .38rem;
 	}
 	.adv .swiper-slide ul li .tit p{
 		font-size: .2rem;
 	}
 	.adv .swiper-slide ul li img{
 		width: 1.2rem;
 	}
 	.adv .swiper-slide ul li .tit div{
 		margin-left: .2rem;
 	}
 	.adv .swiper-slide ul li .info{
 		padding-left: 1.4rem;
 	}
 	.adv .swiper-slide ul li .info p{
 		font-size: .26rem;
 		line-height: .42rem;
 		padding-left: .2rem;
 		background-size: auto .23rem;
 		background-position:left .1rem;
 		margin-bottom: .1rem;
 	}
 	.adv .swiper-pagination{
 		display: flex;
 		justify-content: center;
 	}
 	.adv .swiper-pagination span{
 		display: block;
 		width: .55rem;
 		height: .15rem;
 		margin:0 .1rem;
 		border-radius: 5px;
 		background: #b8b8b8;
 	}
 	.adv .swiper-pagination  .swiper-pagination-bullet-active{
 		background: #009a44;
 	}
 	.about{
 		margin-top: .8rem;
 	}
 	.about .main{
 		display: block;
 	}
 	.about .img{
 		width: 100%;
 	}
 	.about .intro{
 		width: 100%;
 		margin-top: .5rem;
 	}
 	.about .intro .tit{
 		padding-bottom: .3rem;
 	}
 	.about .intro .tit:after{
 		width: .6rem;
 	}
 	.about .intro .tit h4{
 		font-size: .36rem;
 	}
 	.about .intro .tit p{
 		font-size: .24rem;
 	}
 	.about .intro .info{
 		font-size: .28rem;
 		line-height: .46rem;
 	}
 	.about .intro a{
 		width: 2.4rem;
 		height: .8rem;
 		line-height: .8rem;
 		font-size: .26rem;
 		margin-top: .5rem;
 	}
 	.factory{
 		margin-top: .9rem;
 	}
 	.factory .tit h4{
 		font-size: .38rem;
 	}
 	.factory .tit p{
 		font-size: .24rem;
 		margin-top: .1rem;
 	}
 	.factory .show{
 		margin-top: .3rem;
 	}
 	
 	.factory .show .box{
 		display: flex;
 		width:1500px;
 	}
 	.factory .show .pic ul li{
 		width: 3.2rem;
 		margin-left: .2rem;
 	}
 	.cases .bd{
 		display: block;
 	}
 	.caseSwiper{
 		width: 100%;
 	}
	.news{
 		margin-top: .8rem;
 	}
 	.newsSwiper{
 		margin-top: .6rem;
 	}
 	.news .swiper-wrapper{
 		display: flex;
 	 	flex-wrap: wrap;
 	 	height: 7rem;
 		flex-direction: column;

 	}
 	.news .swiper-slide{
 		margin: 0;
 		margin-bottom: .3rem;
 		height: auto;
 		padding-top: .5rem;
 	}
 	.news .swiper-slide h4{
 		font-size: .32rem;
 	}
 	.news .swiper-slide p{
 		font-size: .26rem;
 		margin: .4rem 0;
 		line-height: .42rem;
 		height:.8rem;
 	}
 	.news .swiper-slide span{
 		font-size: .24rem;
 	}
 	.news .swiper-pagination{
 		display: flex;
 		justify-content: center;
 	}
 	.news .swiper-pagination span{
 		display: block;
 		width: .55rem;
 		margin:0 .1rem;
 		height: .15rem;
 		border-radius: 15px;
 		background: #bfbfbf;
 	}
 	.news .swiper-pagination .swiper-pagination-bullet-active{
 		background: #009a44;
 	}
 	.news .swiper-slide span i:before{
 		right: 0;
 	}
	.foot-nav{
		display: none;
	}
	.footer{
		padding-top: 1rem;
		padding-bottom:1.8rem;
	}
	.footer .menu{
		display: none;
	}
	.footer .list{
		display: none;
	}
	.footer .intro{
		width: 100%;
	}
	.footer .tit{
		justify-content: center;
	}
	.footer .tit p{
		font-size: .36rem;
	}
	.footer .intro .info p{
		font-size: .24rem;
		text-align: center;
		line-height: .42rem;
	}
	.footer .ewm{
		display: none;
	}
	.img-list .pic ul li{
		width: 3.5rem;
		margin: 0;
		margin-bottom: .1rem;
	}
	.img-list .pic ul li:nth-child(2n){
		float: right;
	}
	.img-list .pic ul li p{
		font-size: .28rem;
		line-height: .6rem;
		height: .6rem;
	}
	.float-right{
		display:none;
	}

	.index-map{
		width: 100%;
		margin: .2rem 0;
	}
	.index-map .bd{
		height: 5rem;
	}
	.links{
		display: none;
	}
	.menu{
		display: none;
	}
	 
	 
	.cr{
		display: flex;
		flex-wrap: wrap;
		flex-direction: column;
		margin-bottom: 1rem;
	}
	.cr span{
		line-height: .4rem;
		font-size: .22rem;
	}
  	.crumbs{
  		height: .8rem;
  		line-height: .8rem;
  		padding: 0 .1rem;
  		box-sizing: border-box;
  	}
  	.crumbs p{
  		font-size: .28rem;
  	}
  	.crumbs div{
  		overflow: hidden;
  		white-space: nowrap;
  		font-size: .20rem;
  		color: #333;
  	  	 text-overflow: ellipsis;
  	}
  	.crumbs a{
  		font-size: .24rem;
  		line-height: .8rem;
  		 
  		padding-right: .3rem;
  	}
  	.crumbs a:after{
  		right: .1rem;
  		font-size: .2rem;
  	}
  	 
 	.tab-bar {
 		height: 1rem;
 	}
 	.tab-bar .swiper-slide a{
 		font-size: .3rem;
 	}
 	.tab-bar .swiper-slide{
 		width: 30%;
 		line-height: 1rem;
 		height: 1rem;
 	}
 	.history{
 		margin-top: .6rem;
 	}
 	.in-tit h4{
 		font-size: .42rem;
 	}
 	.in-tit p{
 		font-size: .26rem;
 	}

  
 	.float{
 		width: 7.5rem;
 		margin: 0 auto;
 		display: block;
 		position: fixed;
 		z-index: 9;
 		bottom: 0;
 	}
 	.float ul {
 		display: flex;
 		justify-content: space-between;
 		align-items: center;
 	}
 	.float ul li{
 		float: left;
 		width:33.333%;
 		height: auto;
 		padding:  .3rem 0;
 		overflow: hidden;
 		background:#009a44;
 		position: relative;
 	}
 	.float ul li:nth-child(2){
 		background: #ff9b19;
 	}
  	.float ul li a{
  		display: flex;	
  		justify-content: center;
  		align-items: center;
  	}
 	.float ul li img{
 		display: block;
 		height: .4rem;
 		margin-right: .2rem;
 	 
 	}

 	.float ul li p{
 		color:#fff;
 		font-size: .28rem;
 		 
 	}
 
 	.page{
 		font-size: .24rem;
 		margin: .4rem auto;
 	}
 	.page ul li{
 		padding: 0 .2rem;
 		margin: 0 .06rem;
 		font-size: .26rem;
 		border: 0.02rem solid #ccc;
 		line-height: .56rem;
 	}
 	.page .active{
 		font-size: .26rem;
 	}
 	.map{
 		width: 100%;
 		height: 4rem;
 		margin-top:.3rem;
 	}
 	.about-intro{
 		margin-top: .4rem;
 		margin-bottom: .4rem;
 	}
 	.about-intro .intro{
 		font-size: .29rem;
 		line-height: .46rem;
 	}

 	.cont-intro{
 		width: 100%;
 		margin-top: .3rem;
 	}
 	.cont-intro .main{
 		display: block;

 	}
 	.cont-intro .intro{
 		width: 100%;
 	}
 	.cont-intro .intro p{
 		font-size: .28rem;
 		line-height: .48rem;
 	}
 	.cont-intro .map{
 		width: 100%;
 		height: 5rem;
 	}
  	.detailed{
  		margin-top: .6rem;
  	}
  	.detailed .tit{
  		padding-bottom: .2rem;
  		border-bottom: .02rem solid #eee;
  	}
  	.detailed .tit h4{
  		font-size: .32rem;
  	}
  	.detailed .tit span{
  		font-size: .26rem;
  		display: block;
  		line-height: .4rem;
  	}
  	.detailed .info{
  		margin-top: .4rem;
  		font-size: .29rem;
  		text-align: justify;
  		line-height: .46rem;
  	}
 	.fy{
 		width: 7.1rem;
 		margin: .6rem auto;
 		border:.02rem solid #eee;
 	}
 	.fy p{
 		line-height: .7rem;

 		font-size:.24rem;
 		padding:0 .1rem;
 		width: 50%;
 		text-align: center;
 		box-sizing: border-box;
 		border-right: .02rem solid #eee;
 	}
 	.fy p:nth-child(2){
 		border: none;
 	}
 	.fy .return{
 		width: 100%;
 		box-sizing: border-box;
 		float: initial;
 		text-align: center;
 		float: left;
 		line-height: .7rem;
 		display: block;
 		border-top: .02rem solid #eee;
 	}

  

 	 .product .pic ul li:hover .info i{
 	 	margin-top: 0;
 	 }


 	.product .list ul li{
 		width: 100%;
 	}
 	 .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;
	}
	 
	.historyIntro{
		width: 6.2rem;
		margin:0 auto;
		margin-top: .6rem;
	}
	.historyIntro .swiper-slide .tit h4{
		font-size: .6rem;
	}
	.historyIntro .swiper-slide{
		height: 7rem;
		padding: .5rem;
		padding-top: .7rem;
	}
	.historyIntro .swiper-slide .info  {
		font-size: .28rem;
		line-height: .48rem;
	}
	.historyBox .swiper-button-next{
		width: .45rem;
		height: .45rem;
		background-size: 100% auto;
	}
	.historyBox .swiper-button-prev{
		width: .45rem;
		height: .45rem;
		background-size: 100% auto;
	}
	.historyBar .swiper-slide p:after{
		width: .3rem;
		height: .3rem;
		top: .05rem;
	}
	.historyBar .swiper-slide p{
		font-size: .3rem;
	}
	.historyBox{
		width: 6.2rem;
		margin:0 auto;
		margin-top: .6rem;
	}
	.historyBox:after{
		top: .2rem;
		width: calc(100% - .9rem)
	}
	.historyBar{
		width: 80%;
	 
	}
	.historyBar  .swiper-slide-thumb-active p{
		color:  #009a44;
		font-weight: bold;
	}
	.historyBar  .swiper-slide-thumb-active p:after{
		background: #009a44;
	}


	.honor-intro .honor-tit{
		margin-bottom: .5rem;
	}
	.honor-intro .honor-tit h4{
		font-size: .42rem;
	}
	.honor-intro .honor-tit p{
		font-size: .24rem;
		margin-top: .1rem;
	}
	.honor-intro .part{
		padding:.6rem .4rem;
	}
	.honor-intro .part .tit h4{
		font-size: .36rem;
	}

	.honor-intro .part ul li{
		font-size: .26rem;
	}
	.honor-intro .xl ul li{
		width: 100%;
		float: initial;
		line-height: .5rem;\
	}
	.honor-intro .xs{
		width: 100%;
		float: initial;
		min-height: 4rem;
	}
	.honor-intro .pic{
		margin-top: .6rem;
	}
	.honor-intro .pic ul li{
		width: 49%;
		margin-left: 0;
		margin-bottom: .2rem;
	}
	.honor-intro .pic ul li:nth-child(2n){
		float: right;
	}

	.honor-intro .pic ul li p{
		font-size: .28rem;
		line-height: .9rem;
	}
} 


 