* {
    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:D-DIN;
    src: url(../font/D-DIN.ttf),url(../font/D-DIN.woff);

}

.img-box{
	overflow: hidden;
	height: auto;
}
.img-box img{
	display: block;
	transition: .5s;
}
.main{
	width: 1600px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
}
 
.head {
	width: 100%;
	height:130px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	z-index: 2;
	position: relative;
	padding: 0 80px;
	box-sizing: border-box;
}
 
.head  .name{
	 
}
.head img{
	display: block;
	width: 85%;
}
.head .right{
	display: none;
}
.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: 78px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	z-index: 10;
}

.banner .swiper-pagination span{
	display: block;
	width: 30px;
	height: 10px;
	margin:0 10px;
	border-radius: 15px;
	background: rgba(0,0,0,0.5);
}

.banner .swiper-pagination .swiper-pagination-bullet-active{
	background: #0055ae;
}
.in-banner img{
	display: block;
	width: 100%;
}
.in-banner img:last-child{
	display: none;
}

.mbanner{
	display: none;
}
 
.title h4{
	color: #222222;
	font-size: 34px;
	text-align: center;
}
.title b{
	color: #199500;
}
.title p{
	color: #000000;
	font-size: 20px;
	margin-top: 20px;
	border:1px solid #aaaaaa;
	width: 800px;
	margin:0 auto;
	line-height: 60px;
	box-sizing: border-box;
	border-radius: 30px 0 30px 0;
	margin-top: 20px;
	text-align: center;
 
}

.title span{
	color: #999999;
	font-size: 16px;
	text-transform: uppercase;
	text-align: center;
	display: block;
	margin-top: 15px;
}
.tab{
	width: 100%;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 30px;
	margin-bottom: 30px;
}
.tab ul{
	display: flex;
	justify-content: center;
}
.tab ul li{
	float: left;
	width: 12%;
	height: 50px;
 	
	background: #fff;
  	border:1px solid #ccc;
	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;
	background: #e8f4e5;
 	padding: 60px 0;
 	box-sizing: border-box;
}

.pro-btn{
	display: none;
}
.product .title{
	margin-bottom: 30px;
}

.product .list{
	width: 100%;
	height: auto;
	overflow: hidden;
	display: flex;
	background: #fff;
}
.product .list .tit{
	width:240px;
	height: 180px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	background: #199500;
}
.product .list .tit h4{
	color: #fff;
	font-size: 30px;
	font-weight: normal;
}
.product .list .tit p{
	color: #fff;
	font-size: 15px;
	margin-top: 5px;
	text-transform: uppercase;
}

.product .list .bd{
	padding: 0 45px;
	box-sizing: border-box;
	padding-top: 20px;
	width: auto;
	  flex: 1;
	box-sizing: border-box;
}
.product .list ul li{
	float: left;
	width: 19%;
	line-height: 40px;
	margin-left: 1%;
	padding-left: 20px;
	box-sizing: border-box;
	position: relative;
	 white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.product .list ul li a:after{
	content: "";
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: url(../images/icon01.png) no-repeat center;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.product .list ul li:nth-child(5n-4){
	margin-left: 0;
}
.product .list ul li a{
	color: #333333;
	font-size: 16px;
	font-weight: bold;
}
.product .pro-img{
	float: right;
	width:100%;
	margin-top: 28px;
	height: auto;
	overflow: hidden;
}
.product .pro-img .box{
	height: 200%;
}

.product .pro-img  .pic{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.product .pro-img ul li{
	float: left;
	width: 385px;
	background: #fff;
	margin-bottom: 20px;
	margin-left: 17px;
}
.product .pro-img ul li:nth-child(4n-3){
	margin-left: 0;
}
.product .pro-img ul li .img-box{
	position: relative;
}
.product .pro-img ul li .img-box:after{
	content: "";
	display: block;
	width: 100%;
	padding-bottom: 68.8%;
	 
}
.product .pro-img ul li  .img-box img{
	position: absolute;
	height: 100%;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}
.product .pro-img ul li  .info{
 
	box-sizing: border-box;
	height: 170px;
	padding: 0 30px;
	display: block;
	overflow: hidden;
	border-top: none;
}
.product .pro-img ul li h4{
	text-align: center;
	font-size: 20px;
	margin-top: 15px;
	font-weight: normal;
	color: #000000;
	font-weight: normal;
	 white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.product .pro-img ul li h4:hover{color:#199500;}

.product .pro-img ul li  p{
	text-align: left;
	font-size: 13px;
	color: #999999;
	height: 50px;
	margin-top: 14px;
	display: -webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	line-height: 26px;
}


.product .pro-img ul li b{
	text-align: center;
	font-size: 15px;
	display: block;
	font-weight:normal;
	color: #ff0101;
	margin-top: 15px;
}
 
.product .more{
	display:block;
	width: 200px;
	height: 50px;
	background: #fff;
	text-align: center;
	line-height: 50px;
	margin:0 auto;
	margin-top: 40px;
	font-size: 16px;
	color: #999999;
}

 
.in-pro .pro-img ul li h4{
	margin-top: 0;
	line-height: 60px;
}

.in-pro .pro-img{
	height: auto;
}
.adv{
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #e8f4e5;
	padding: 110px 0;
	margin-top: 120px;
	box-sizing: border-box;
}

.adv .adv_tit h4{
	color: #222222;
	font-size: 48px;
	text-align: center;
}
.adv .adv_tit p{
	text-align: center;
	color: #000000;
	font-size: 39px;
	margin-top: 10px;
}
.adv .adv_tit b{
	color: #199500;
}

.adv .bd{
	position: relative;
	height:727px;
	width: 100%;
	margin-top: 90px;
}
.adv .bd .pic{
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
}
.adv .bd .pic img{
	display: block;
}
.adv .bd .intro {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	position: relative;
	z-index: 1;
}
.adv .bd .intro  ul {
	width: 500px;
}

.adv .bd .intro  ul li{
	display: flex;
	width: 500px;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 50px;
}
.adv .bd .intro  ul li p{
	color: #333333;
	font-size: 16px;
	width: 265px;
	line-height: 32px;
}
.adv .bd .intro  ul li  img{
	display: block;
	width: 136px;
}
.adv .bd .intro  ul:first-child li p{
	text-align: right;
}

.adv .bd .intro  ul:last-child li{
	flex-direction: row-reverse;
}

.adv .bd .intro  ul:last-child li p{
	text-align: left;
}


.adv .bd .intro  ul:first-child li:first-child{
	margin-left: 100px;
}
 

.adv .bd .intro  ul:first-child li:last-child{
	margin-left: 100px;
}

.adv .bd .intro ul:last-child li:first-child{
	transform: translateX(-100px);
}
.adv .bd .intro ul:last-child li:last-child{
	transform: translateX(-100px);
}

.adv .tel{
  	display: table;
	margin:0 auto;
	margin-top: 100px;
 
}

.adv .tel img{
	 display: block;
}
 
.about{
	width: 100%;
	height: auto;
	overflow: hidden;
	padding-top: 100px;
	box-sizing: border-box;
	background: url(../images/bg01.png)  no-repeat  center  100px;
}
.about .about_tit h4{
	color: #222222;
	font-size: 38px;
	text-align: center;
}
.about .about_tit b{
	color: #199500;
}
.about .about_tit p{
	color: #666666;
	font-size: 24px;
	text-align: center;
	margin-top: 30px;
	background: url(../images/about-tit.png) no-repeat center;
}

.about .pic {
	width: 100%;
	margin-top:20px;
}
.about .pic img{
	display: block;
	width: 100%;
}
.about .pic img:last-child{
	display: none;
}

.about .info{
	width: 1160px;
	margin:0 auto;
	height: auto;
	overflow: hidden;
	font-size: 18px;
	color: #333;
	text-align: center;
	margin-top: 35px;
	line-height: 32px;
}

.about  a{
	color: #199500;
	font-size: 20px;
	font-weight: bold;
	display: block;
	margin:0 auto;
	margin-top: 15px;
	text-align: center;
}

.about .data{
	margin-top: 30px;
}

.about .data ul {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.about .data ul li div{
	display: flex;

}
.about .data ul li b{
	color: #333333;
	font-size: 72px;
	font-family: D-DIN,"微软雅黑";
}
.about .data ul li span{
	display: block;
	width: 52px;
	height: 34px;
	background: #d60000;
	text-align: center;
	border-radius: 30px;
	line-height: 34px;
	color: #fff;
	margin-top: 20px;
	margin-left: 10px;
	font-size: 16px;
}

.about .data ul li  h4{
	color: #555555;
	font-size: 22px;
	font-weight: normal;
}

.about .data ul li  p{
	color: #999999;
	font-size: 15px;
	margin-top: 5px;
}
 
.cases{
	width: 100%;
	height: auto;
	overflow: hidden;
 	margin-top: 60px;
}
.cases .top{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 60px;
}
.cases .top ul li{
	float: left;
	width: 780px;
	height: auto;
	overflow: hidden;
	position: relative;
}
.cases .top ul li:nth-child(2n){
	float: right;
}
.cases .top ul li img{
	display: block;
	width: 100%;
}

.cases .top ul li .info{
	width: 90%;
	background: rgba(255,255,255,0.5) ;
	height: 120px;
	position: absolute;
	padding: 0 30px;
	box-sizing: border-box;
	left: 50%;
	transform: translateX(-50%);
	bottom: 30px;
	z-index: 1;
}

.cases .top ul li .info p{
	color: #333333;
	font-size: 24px;
	font-weight: bold;
	line-height: 120px;
	padding-right: 100px;
	box-sizing: border-box;
	 white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	background: url(../images/more.png) no-repeat right center;
}
.cases .show{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 30px;
}
.cases .show .box{
	width: 800%;
}
.cases .pic{
	float: left;
}
.cases .pic ul li{
	width:420px;
	height: auto;
	float: left;
	margin-left:25px;
	background: #FFFFFF;
	overflow: hidden;
}
.cases .pic ul li img{
	display: block;
	width: 100%;
}
.cases .pic ul li  p{
	text-align: center;
	color: #555555;
	font-size: 16px;
	line-height: 60px;
	white-space: nowrap;
    text-overflow: ellipsis;
    border-bottom: 1px solid #e5e5e5;
    transition: .5s;
    overflow: hidden;
}
.cases  .more{
	margin-top: 45px;
}

.news{
	width: 100%;
	height: auto;
	overflow: hidden;
 	margin-top: 100px;
 	margin-bottom: 100px;
	box-sizing: border-box;
}
.news .title{
	margin-bottom: 40px;
}
.news .left{
	width: 590px;
	height: auto;
	overflow: hidden;
	float: left;
	border:1px solid #e5e5e5;
	box-sizing: border-box;
	padding: 34px;
	box-sizing: border-box;
	 
}
.news .left  .img{
	width: 100%;
	position: relative;
	overflow: hidden;
	border:1px solid #e5e5e5;
}
.news .left .img:after{
	content: "";
	width: 100%;
	height: auto;
	display: block;
	padding-bottom: 61%;
 
}
.news .left img{
	display: block;
	height: 100%;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}
.news .left .tit{
	width: 100%;
	height:60px;
	padding: 0 20px;
	box-sizing: border-box;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: rgba(0,85,174,.8);
 
}

.news .left .tit h4{
	color: #fff;
	font-size: 22px;
	max-width: 60%;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.news .left .tit span{
	color: #fff;
	font-size: 15px;

}

.news .left .intro{
	width: 100%;
	height: auto;
	overflow: hidden;
	z-index: 1;
	position: relative;
}


.news .left .intro h4{
	width: 100%;
	color: #333333;
	font-size: 20px;
	font-weight: normal;
	margin-top: 20px;
	 white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.news .left .intro span{
	color: #999999;
	font-size: 13px;
	margin-top: 10px;
	display: block;
}

.news .left .intro p{
	display: -webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	font-size: 14px;
	color: #999999;
	margin-top: 10px;
	line-height: 25px;
}
.news .left .info{
	padding: 20px;
	box-sizing: border-box;
	color: #666;
	height: 118px;
	line-height: 26px;
	font-size: 15px;
	
}

.news .left .info p{
	display: -webkit-box;
	-webkit-line-clamp:3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.news .newsSwiper{
	float: right;
	width: 983px;
 
}

.news ul{
	display: block;
}

.news ul li{
	float: left;
	width: 480px;
	height: 250px;
	background: #fff;
	padding: 25px 20px;
	box-sizing: border-box;
	border:1px solid  #e5e5e5;
	box-sizing: border-box;
	margin-bottom: 20px;
}
.news ul li:nth-child(2n){
	float: right;

}
.news ul li .time{
	width: 100%;
	height: auto;
	overflow: hidden;
 	position: relative;
}

.news ul li .time:after{
	content: "→";
	position: absolute;
	display: block;
	width: 53px;
	height: 53px;
	border-radius: 50%;
	right: 0;
	top: 0;
	display: block;
	border:1px solid #dcdcdc;
	text-align: center;
	font-size: 18px;
	color: #999999;
	line-height: 53px;
}
.news ul li .time b{
	font-size: 45px;
	color: #333333;
}
.news ul li .time p{
	color: #666666;
	font-size: 14px;
}
.news ul li .intro{
	margin-top: 20px;
	padding-top: 20px;
	box-sizing: border-box;
	border-top: 1px solid #dcdcdc;
}
.news ul li .intro h4{
	width: 100%;
	overflow: hidden;
	font-size: 18px;
	color: #333333;
	font-weight: normal;
	white-space: nowrap;
    text-overflow: ellipsis;
}
.news ul li .intro p{
	font-size: 14px;
	color: #666666;
	line-height: 26px;
	margin-top: 15px;
	line-height: 26px;
	display: -webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient: vertical;
	overflow: hidden;

}

.honor{
	width: 100%;
	height: 830px;
	background: url(../images/bg02.jpg)  no-repeat center;
	background-size: cover;
	margin-top: 100px;
	padding-top: 70px;
	box-sizing: border-box;
}

.honorSwiper{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 50px;
}
.honorSwiper .swiper-slide .img-box{
	border:5px solid #facd89;
	box-sizing: border-box;
}
.honor-list ul li .img-box{
	border:5px solid #facd89;
	box-sizing: border-box;
}
.honorSwiper .swiper-slide  img{
	display: block;
	width: 100%;
}

.honorSwiper .swiper-slide p{
	font-size: 16px;
	color: #333333;
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align: center;
	margin-top: 20px;
}

.honorSwiper .swiper-pagination span{
	display: block;
	width: 35px;
	height: 10px;
	background: #53705b;
}

.honorSwiper .swiper-pagination{
	display:flex;
	justify-content: center;
	margin-top: 30px;
}
.honorSwiper .swiper-pagination span{
	margin:0 10px;
	border-radius: 5px;
}
.honorSwiper .swiper-pagination .swiper-pagination-bullet-active{
	background: #199500;
}

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


.cp .tit{
	display: flex;
	align-items: center;
}

.cp .tit h4{
	color: #000000;
	font-size: 24px;
}
.cp .tit b{
	color: #cccccc;
	text-transform: uppercase;
	margin-left: 10px;
	font-size: 24px;
}

.cp  .show{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 25px;
}
.cp  .show .box{
	width: 400%;
}
.cp .show ul li {
	width: 130px;
	margin-left: 10px;
	float: left;
	border:1px solid #e5e5e5;
	box-sizing: border-box;
}
.cp  .show ul li img{
	display: block;
	width: 100%;
}
.index-map{
	width: 100%;
	margin: 70px auto;
	position: relative;
}
.index-map:before{
	content: "";
	width: 300px;
	height: 100%;
	position: absolute;
	z-index: 10;
	left: 0;
	top: 0;
}
.index-map:after{
	content: "";
	width: 300px;
	height: 100%;
	position: absolute;
	z-index: 10;
	right: 0;
	top: 0;
}
.index-map .bd{
	height: 400px;
}

.links{
	width: 100%;
	height: auto;
	overflow: hidden;
 
	border-top: 1px solid #e5e5e5;
	box-sizing: border-box;
	margin-top: 70px;
}

.links .main{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.links .tit{
	display: flex;
	height: 100px;
	float: left;
	flex-direction: column;
	padding: 0 30px;
	box-sizing: border-box;
	justify-content: center;
	align-items: center;
	border-left:1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
}
.links .tit span{
	color: #199500;
	font-size: 18px;
	padding-bottom: 10px;
	position: relative;
}
.links .tit span:after{
	content: '';
	display: block;
	width: 25px;
	height: 2px;
	position: absolute;
	left: 0;
	bottom: 0;
	background: #199500;
}
 
.links .tit p{
	color: #333333;
	margin-top:5px;
	font-size: 18px;
}
.links ul{
	float: left;
 	flex: 1
}
.links ul li{
	float: left;
	margin-left: 10px;
	line-height: 25px;
}
.links ul li a{
	color: #666666;
	font-size: 14px;
}
.foot-nav{
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #199500;
}
.foot-nav ul {
	display: flex;
	height: 70px;
	justify-content: center;
	align-items: center;
}
.foot-nav ul li{
	position: relative;
	flex: 1;
	text-align: center;
}
.foot-nav ul li a{
	color: #fff;
	font-size: 18px;
}
.foot-nav ul li:after{
	content: "";
	width: 1px;
	height: 20px;
	position: absolute;
	background: #22cb00;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.foot-nav ul li:last-child:after{
	display: none;
}
.footer{
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #1c1c1c;
	padding-top: 45px;
	padding-bottom: 110px;
	box-sizing: border-color
}
.footer .tit {
	display: flex;
	align-items: center;
}
.footer .tit p{
	color: #199500;
	font-size: 20px;
}
.footer .tit span{
	color: #999999;
	font-size: 16px;
	text-transform: uppercase;
	margin-left: 10px;
}
.footer .main{
	display: flex;
	justify-content: space-between;
}

.footer  .menu{
	width: 410px;
	height: auto;
	overflow: hidden;
}
.footer  .menu ul{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
}

.footer  .menu ul li{
	float: left;
	width: 200px;
	line-height: 40px;
	height: 40px;
	padding: 0 10px;
	box-sizing: border-box;
	position: relative;
	border:1px solid #bfbfbf;
	box-sizing: border-box;
	margin-bottom: 10px;
}
.footer  .menu ul li:nth-child(2n){
	float: right;
}
.footer .menu ul li:after{
	content: "+";
	position: absolute;
	right: 10px;
	top: 0;
	color: #999;
	font-size: 14px;
}

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

.footer .intro{
	width: 680px;
	height: auto;
	overflow: hidden;
}
.footer .intro .info{
	color: #999999;
	font-size: 15px;
	line-height: 30px;
	margin-top: 10px;

}

.footer  .ewm img{
	display: block;
	width: 180px;
	height: 180px;
	margin-top: 25px;
}

.footer a{
	color: #999;
}
 
.float-right{
	width:auto;
	height: auto;
	overflow: hidden;
	position: fixed;
	bottom: 100px;
	right: 0;
	width: 180px;
}
.float-right ul li{
	width: 180px;
	margin-top: 5px;
	height:auto;
	overflow: hidden;
	margin-left: 130px;
	position: relative;
	transition: .5s;
 
}
 
.float-right ul li span{
	display: block;
	width: 50px;
	height: 50px;
	float: left;
}
.float-right ul li:nth-child(2):hover{
	margin-left: 0;
}
.float-right ul li:nth-child(3):hover{
	margin-left: 0;
}
.float-right ul li:nth-child(4):hover{
	margin-left: 0;
}
.float-right ul li:nth-child(4):hover img{
	height: 120px;
}
.float-right ul li p{
	float: left;
	font-size: 16px;
	color:#fff;
	width: 130px;
	text-align: center;
 	height: 50PX;
   	line-height: 50px;
	font-weight: bold;
	background: #454545;
 
}
.float-right ul li a{
	display: block;
	line-height: 50px;
	text-align: center;
	background: #454545;
	color:#fff;
	font-size: 16px;
	font-weight: bold;
}
.float-right ul li:nth-child(1) span{
	background:#454545 url(../images/float01.png)no-repeat  center;
}
.float-right ul li:nth-child(2) span{
	background:#454545 url(../images/float02.png)no-repeat   center;
}
.float-right ul li:nth-child(3) span{
	background:#454545 url(../images/float03.png)no-repeat   center;
}
.float-right ul li:nth-child(4) span{
	background:#454545 url(../images/float04.png)no-repeat   center;
}
.float-right ul li:nth-child(5) span{
	background:#454545 url(../images/float05.png)no-repeat   center;
}
.float-right ul li div{
	width:130px;
	float: left;
	background: #454545;
	height: auto;
	overflow: hidden;
}
.float-right ul li img{
	display: block;
	width: 120px;
	height:50px;
	transition: .3s;
	float: right;
	margin: 5px;
}


.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: #1ba300;
	color:#fff;
	font-size: 12px;
}
.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 p{
	width: 100%;
	height: 40px;
	line-height: 40px;
	color: #333;
	font-size: 16px;
	text-align: center;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.crumbs{
    width: 100%;
    height: 55px;
    line-height: 55px;
    background: #eee;
}

.crumbs p{
	font-size: 15px;
	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-top: 50px;
	margin-bottom: 80px;
}

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

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



.news-list{
	width: 1600px;
	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: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;
}
 
 
@media (min-width: 1200px){
 	

 	.nav ul li{
 		float: left;
 		padding: 0 45px;
 		box-sizing: border-box;
 		height:70px;
 		display: flex;
 		align-items: center;
 		justify-content: center;
 		position: relative;
 		line-height: 70px;
 		text-align: center;
 		position: relative;
 	}
 	.nav ul li:after{
 		content: "";
 		width: 1px;
 		height: 20px;
 		background: #d2d2d2;
 		position: absolute;
 		right: 0;
 		top: 50%;
 		transform: translateY(-50%);
 	}
  	.nav ul li a{
  		font-size: 20px;
  		color: #000000;
  		overflow: hidden;
  		 
  	}
  	.nav ul li:last-child{
  		padding-right: 0;
  	}
  	.nav ul li:last-child:after{
  		display: none;
  	}

  	.nav ul li ul{
  		position: absolute;
  		top: 70px;
  		width:230px;
  		border-radius: 10px;
  		left: 50%;
  		display: none;
  		padding: 10px 10px;
  		box-sizing: border-box;
  		transform: translateX(-50%);
  		background: rgba(0,0,0,.5);
  	}

  	 
  	.nav ul li ul li{
 		height:36px;
 		line-height:36px;
 		width: 100%;
 		padding: 0;
  		border-bottom:1px dotted  #ffffff75;
  	}
  	.nav ul li ul li:after{
  		display: none;
  	}
  
  	.nav ul li ul li a{
  		color: #fff;
  		font-size: 15px;
  		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: #199500;
  	}
  	.nav ul li:hover ul li a{
  		color: #fff;
  	}
  	.nav ul li:hover ul{
  		display: block;
  	}
  	.nav ul li:hove:after{
  		display: block;
  	}
 
  	.nav ul li ul li:hover a{
  		color: #22e000;
  	}

    .img-box:hover img{
    	transform: scale(1.05);
    }


    .tab ul li:hover{
    	background: #199500;
    	box-shadow:0 0 3px 3px #dbdbdb63;
    }
    .tab ul li:hover a{
    	color: #fff;
    }
 	 
 
 	.cases .top ul li:hover img{
 		transform: scale(1.05);
 	}
 	.cases .top ul li:hover p{
 		color: #199500;
 	}
 	.cases .pic ul li:hover p{
 		 color:  #199500;
 		 border-color:  #199500;
 		
 	}
  	.news ul li:hover .info h4{
  		color: #199500;
  	}
  	.news .left .intro h4:hover{
  		color: #199500;
  	}
    

    .news ul li:hover .time b{
    	color: #199500;
    }

    .news ul li:hover .time p{
    	color: #199500;
    }
    .news ul li:hover .time:after{
    	border-color:#199500;
    	color: #199500;
    }

    .news ul li .intro h4:hover{
    	color: #199500;
    	font-weight: bold;
    	text-decoration: underline;
    }
    .links ul li:hover a{
    	color: #199500;
    	text-decoration: underline;
    }
    .footer .menu ul li:hover{
    	background: #fff;

    }
    .footer .menu ul li:hover a{
    	color: #199500;
    	text-decoration: underline;
    }

    .news-list ul li:hover .info h4{
    	color: #04B3EA;
    }

    .news-list ul li:hover .time{
    	background: #04B3EA;
    }

    .news-list ul li:hover{
    	transform: translateY(-2px);
    }

    .product .list ul li:hover a{
    	color: #199500;
    }

    .product .list ul li:hover:after{
    	background: url(../images/icon04.png) no-repeat center;
    }

}

@media (max-width: 1660px){
	.head{
		padding: 0 30px;
	}
	.nav ul li{
		padding: 0 18px;
	}
	.main{
		width: 1400px;
	}
 	.product .list .bd ul {
 		height: auto;
 	}

 	.product .pro-img ul li{
 		width: 337px;
 	}
 	.adv .bd .intro ul{
 		width: 405px;
 	}
 	.adv .bd .intro ul li{
 		width: 415px;
 	}
 	.cases .top ul li{
 		width: 680px;
 	}
 	.news .newsSwiper{
 		width: 780px;
 	}
 	.news ul{
 		width: 780px;
 	}

 	.news-list {
 		width: 1400px;
 	}
 	.news ul li{
 		width: 380px;
 	}
 	.news-list ul li .info{
 		width: 500px;
 	}
 	.fy{
 		width: 1400px;
 	}
}
 

@media (max-width: 1440px){
	.main{
		width: 1200px;
	}
	.nav ul li{
		padding: 0 12px;
	}
	.product .pro-img ul li{
		width: 287px;
	}
	.product .pro-img ul li .info{
		height: 200px;
	}
	.adv .bd .intro ul li{
		width: 380px;
		margin-bottom: 50px;
	}
	.adv .bd .intro ul li p{
		width: 260px;
		font-size: 16px;
		line-height: 28px;
	}
	.adv .bd .intro ul:first-child li:first-child{
		margin-left:80px;
	}
	.adv .bd .intro ul:first-child li:last-child{
		margin-left: 80px;
	}
	.adv .bd .pic img{
		width: 100%;
	}
 	.adv .bd .intro ul li img{
 		width: 110px;
 	}
 	.adv .bd .intro ul:last-child{
 		width: 380px;
 	}
 	.adv .bd .intro ul:last-child li:first-child{
 		transform: translateX(-70px);
 	}
 	.adv .bd .intro ul:last-child li:last-child{
 		transform: translateX(-60px);
 	}
	.about .info{
		width: 1000px;
	}
 	.adv .tel{
 		margin-top: 60px;
 	}

 	.honor{
 		height: 800px;
 	}
 	.cases .top ul li{
 		width: 590px;
 	}
 	.news .left{
 		width: 550px;
 	}
 	.news .newsSwiper{
 		width: 620px;
 	}
 	.news ul{
 		width: 620px;
 	}
 	.news ul li{
 		width: 300px;
 		height: 239px;
 		padding: 18px 20px;
 	}
 	.news ul li .intro{
 		margin-top: 10px;
 		padding-top: 16px;
 	}
 
 	.footer .intro{
 		width: 500px;
 	
 	}
 	.news-list{
 		width: 1200px;
 	}

 	.news-list ul li .info{
 		width: 400px;
 	}
/*	.news ul{
		width: 635px;
	}
	.news ul li{
		padding: 15px;
	}
	.news ul li:after{
		right: 15px;
	}
	.news ul li .info{
		width: 485px;
	}
	.news ul li .info p{
		height: 51px;
		line-height: 27px;
	}
	.links ul{
		width: 90%;
	}
	*/
	.fy{
		width: 1260px;
	}
}
 

@media (max-width: 1199px){
	.main{
		width:7.1rem;
		margin: 0 auto;
	}
	 
	.head{
		padding: .4rem .2rem;
	}
	.head .main{
		width: 7.1rem;
	}
	.head{
		height: auto;
	}
	.head .name{
		width:5.5rem;
	 
	}
	.head .right{
		display: flex;
		align-items: center;
	}
	.head .right img{
		display: block;
		width: 100%;
	}
	.head .right div{
		width: .8rem;
		margin-left: .1rem;
		height: .8rem;
	}
	.head .main{
		height: 1.6rem;
	 
	}
	.head img{
		display: block;
		width: 100%;
	}
	 
	.banner .swiper-wrapper img{
		display: none;
	}
	.banner .swiper-wrapper img:last-child{
		display: block;
	}

	.banner .swiper-pagination span{
		width: .5rem;
		height: .15rem;
		outline: none;
	}
	.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;
		overflow-y: auto;
		opacity: 0;
		visibility: hidden;
		background: rgba(0,0,0,.5);
		z-index: 10001;

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

 	.product{
 		width: 100%;
 		height: auto;
 		overflow: hidden;
 		padding: .6rem 0;
 	 
 	}
 	.product .title{
 		margin-bottom: .3rem;
 	}
 	.pro-btn{
 		display: block;
 		width: 6rem;
 		margin:0 auto;
 		background: #1ba300;
 		border-radius: 10px;
 		font-size: .3rem;
 		color: #fff;
 		text-align: center;
 		line-height: 1rem;
 	}

 	.product .list .tit{
 		display: none;
 	}

 	.product .list{
 		width: 100%;
 		position: fixed;
 		left: 0;
 		display: none;
 		top: 0;
 		background: rgba(255,255,255,.95);
 		z-index: 100;
 		height: 100%;
 	}
 	.product .pro-btn{
 		display: block;
 	}
 	.product .close{
 		width: 1rem;
 		height: 1rem;
 		position: absolute;
 		right:.2rem;
 		top: .2rem;
 	 
 	}
 	.product .close:after{
 		content: "";
 		width: .6rem;
 		border-radius: 5px;
 		height: .08rem;
 		background:#333;
 		position: absolute;
 		display: block;
 		transform: rotate(45deg) translate3d(25px,10px,0);
 	}
 	.product .close:before{
 		content: "";
 		width: .6rem;
 		height: .08rem;
 		background:#333;
 		border-radius: 5px;
 		position: absolute;
 		display: block;
 		transform: rotate(-45deg) translate3d(-10px,25px,0);
 	}
 	.product .list .bd{
 		position: relative;
 		top: 1.2rem;
 	}
 	.product .list ul li{
 		line-height: 1rem;
 		height: 1rem;
 	            opacity: 0;
            transform: translateY(40px);
        
            transition: transform 0.4s, box-shadow 0.4s, background 0.4s;
    	background-position: 95% center;  
 	}

 	.product .list ul  li.animate {
            opacity: 1 !important;
            transform: translateY(0) !important;
        }
 	.product .list ul a{
 		display: block;
 		font-size: .3rem;
 	}
 	.product .pro-img ul li{
 		width: 49%;
 		margin-left: 0;
 	}
 	.product .pro-img ul li:nth-child(2n){
 		float: right;
 	}
 	.product .pro-img ul li .info{
 		padding: 0 .2rem;
 		height: 3rem;
 	}

 	.product .pro-img ul li h4{
 		font-size: .32rem;
 	}
 	.product .pro-img ul li p{
 		font-size: .26rem;
 		line-height: .42rem;
 		height: .8rem;
 	}
 	.product .pro-img ul li b{
 		font-size: .25rem;
 		margin-top: .3rem;
 	}
 	.in-pro .pro-img{
 		height: auto;
 		overflow: hidden;
 	}
 	.adv .adv-tit{
 		background: url(../images/madv-tit.jpg) no-repeat center;
 		background-size: auto 100%;
 		height: 2.1rem;
 	}

 	.advSwiper{
 		margin-top: .6rem;
 	}
 	.advSwiper .swiper-wrapper{
 		display: flex;
 	}

 	.advSwiper .swiper-slide{
 		display: block;
 	}

 	.advSwiper .swiper-slide .pic img{
 		height: 4rem;
 		margin:0 auto;
 		display: block;
 	}

 	.advSwiper ul{
 		margin-top: .3rem;
 	}
 	.advSwiper .swiper-slide{
 		margin-bottom: 0;
 	}

 	.advSwiper .swiper-slide ul{
 		width: 100%;
 	}

 	.advSwiper .swiper-slide ul .tit h4{
 		font-size: .42rem;
 	}

 	.advSwiper .swiper-slide ul .tit p{
 		font-size: .2rem;
 	}
 	.advSwiper .swiper-slide ul li{
 		margin-bottom: .4rem;
 	}
 	.advSwiper .swiper-slide ul li img{
 		height: 1rem;
 	}
 	.advSwiper .swiper-slide ul li .info{
 		width: 100%;
 	}
 	.advSwiper .swiper-slide ul li .info p{
 		font-size: .26rem;
 		line-height: .46rem;

 	}
 	.adv .swiper-pagination {
 		display: flex;
 		justify-content: center;
 		margin-top: .6rem;
 	}
 	.adv .swiper-pagination-bullet{
 		display: block;
 		width: .5rem;
 		height: .15rem;
 		margin:0 .1rem;
 		background: #999999;
 		border-radius: 5px;
 	}
 	.adv .swiper-pagination .swiper-pagination-bullet-active{
 		background: #0055ae;
 	}
 	.adv .tel{
 		margin-top: -.5rem;
 		z-index: 1;
 		position: relative;
 		width: 90%;
 	}
 	.adv .tel img{
 		display: block;
 		width: 100%;
 	}
 	 
 	.title h4{
 		font-size: .46rem;
 	}
 	.title p{
 		letter-spacing: .04rem;
 		font-size: .25rem;
 		margin-top: .3rem;
 		width: 6rem;
 		box-sizing: border-box;
 		padding: .2rem .5rem;
 		line-height: .4rem;
 	}
 	.about{
 		margin-top: .6rem;
 		padding: .8rem 0;
 		background: url(../images/mbg01.png) no-repeat center;
 		background-position:0 0rem;
 		padding: 0;
 		background-size: 100% auto;
 	}
 	.about .main{
 		flex-direction: column-reverse;
 	}
 	.about .about_tit h4{
 		font-size: .38rem;
 	}
 	.about .about_tit p{
 		font-size: .34rem;
 		margin-top: .3rem;
 		background-size: auto .14rem;
 	}
 	.about .info{
 		width: 100%;
 		font-size: .28rem;
 		margin-top: .3rem;
 		line-height: .46rem;
 		display: -webkit-box;
 		-webkit-line-clamp:5;
 		-webkit-box-orient: vertical;
 		overflow: hidden;
 	}
 	.adv .bd .pic{
 		transform: translateX(0);
 	}
 	.about .pic img{
 		display: none;
 	}
 	.about .pic img:last-child{
 		display: block;
 	}
 	.about a{
 		font-size: .3rem;
 	}
 	.about .pic img{
 		width: 100%;
 	}
 	.about .data{
 		width:6rem;
 		margin:0 auto;
 		margin-top: .5rem;
 	}
 	.about .data ul{
 		display: block;
 	}
 	.about .data ul li{
 		width: 49%;
 		float: left;
 		margin-bottom: .5rem;
 	}
 	.about .data ul li:nth-child(2n){
 		float: right;
 	}

 	.about .data ul li b{
 		font-size: .6rem;
 	}
 	.about .data ul li span{
 		font-size: .24rem;
 		width: .7rem;
 		line-height: .4rem;
 		margin-top: .1rem;
 		height: .4rem;
 	}
 	.about .data ul li h4{
 		font-size: .3rem;
 	}
 	.about .data ul li p{
 		font-size: .22rem;
 	}
 	.about .intro{
 		width: 100%;
 		margin-top: .4rem;
 	}
 	.about .intro h4{
 		font-size: .36rem;
 		text-align: center;
 	}
 	.about .intro p{
 		font-size: .28rem;
 		line-height: .42rem;
 	}

 	.about .intro a{
 		display: block;
 		width: 3rem;
 		height: .8rem;
 		line-height: .8rem;
 		margin:0 auto;
 		margin-top: .6rem;
 		font-size: .24rem;
 	}
 	.adv{
 		margin-top: .5rem;
 		padding: 1rem 0;
 	}
 	.adv .adv_tit h4{
 		font-size: .5rem;
 	}
 	.adv .adv_tit p{
 		font-size: .4rem;
 	}
 	.adv .bd{
 		height: auto;

 		margin-top: .6rem;
 	}
 	.adv .bd .intro{
 		width: 7rem;
 		margin-top: .3rem;
 	}
 	.adv .bd .intro ul{
 		width: 48% !important;
 	}
 	.adv .bd .intro ul li{
 		margin-left: 0  !important;
 		transform: translateX(0)  !important;
 		width: 100%;
 		flex-direction: column-reverse !important;
 	}
 	.adv .bd .pic{
 		position: initial;
 	}
 	.adv .bd .intro ul li{
 		margin-bottom: .5rem;
 	}

 	.adv .bd .intro ul li img{
 		width: 1.5rem;
 	}
 	.adv .bd .intro ul li p{
 		font-size: .26rem;
 		line-height: .42rem;
 		width: 100%;
 		margin-top: .2rem;
 		text-align: center !important;
 	}
 	.cases {
 		 
 		margin-top: .8rem;
 	}
 	.cases .top{
 		margin-top: .3rem;
 	}
 	.cases .top ul li{
 		width: 100%;
 		margin-top: .2rem;
 	}
 	.cases .top ul li .info{
 		height: 1.2rem;
 		padding: 0 .4rem;
 	}
 	.cases .top ul li .info p{
 		font-size: .3rem;
 		line-height: 1.2rem;
 		height: 1.2rem;
 		 
 		background-size:  auto .6rem;
 	}
 	.cases .show .box{
 		width: 1000%;
 	}
 	.cases .show .box .pic{
 		width: 50%;
 	}
	.cases .pic ul li{
		width: 4.2rem;
		margin-left: .2rem;
	}
	.cases .pic ul li p{
		 
		height: .7rem;
		line-height: .7rem;
		font-size: .28rem;
	}
 
	.cases .pic ul li img{
		width: 100%;
		 
	}
	.cases .more{
		margin-top: .5rem;
	}

 	.honor{
 		height: auto;
 		margin-top: .6rem;
 		padding-top: .7rem;
 		padding-bottom: .7rem;
 		padding-bottom: .5rem;
 	}

 	.honorSwiper{
 		margin-top: .6rem;
 	}
 	.honorSwiper .swiper-slide p{
 		font-size: .3rem;
 		margin-top: .2rem;
 	}
 	.honorSwiper .swiper-pagination{
 		margin-top: .4rem;
 	}
 	.honorSwiper .swiper-pagination span{
 		width: .5rem;
 		margin:0 .1rem;
 		height: .15rem;
 	}
	.news{
		margin-top: .4rem;
		padding: .6rem 0;
		margin-bottom: 0;
	}
 	.news .title{
 		margin-bottom: .4rem;
 	}
 	.news .left{
 		width: 100%;
 		padding: .4rem;
 		float: initial;
 	}
 	.news .left .intro p{
 		font-size: .28rem;
 		line-height: .42rem;
 	}
 	.news .left .intro h4{
 		font-size: .32rem;
 	}
 	.news .left .info{
 		padding: .2rem;
 		font-size: .26rem;
 		line-height: .48rem;
 	}
 	.news .newsSwiper{
 		width: 100%;
 		float: initial;
 		margin-top: .3rem;
 	}
 	.news ul{
 		display: flex;
 		width: 100%;
 		margin-top: .2rem;
 	}
 	.news ul li{
 		padding: .25rem;
 		width: 49%;
 		height: auto;
 	}
 	.news ul li .time{
 		background-size: auto .3rem;
 	}
 	.news ul li .time b{
 		display: block;
 		font-size: .6rem;
 	}
 	.news ul li .time p{
 		font-size: .28rem;
 	}
 	.news ul li .intro{
 		margin-top: .3rem;
 		padding-top: .3rem;
 	}
 	.news ul li .intro h4{
 		font-size: .3rem;
 	}
 	.news ul li .intro  p{
 		font-size: .26rem;
 		height: .8rem;
 		line-height: .42rem;
 	}
 	.news ul li .time:after{
 		width: .8rem;
 		height: .8rem;
 		line-height: .8rem;
 		font-size: .3rem;
 	}
 	.news .swiper-pagination{
 		display: flex;
 		justify-content: center;
 		margin-top: .3rem;
 	}
 	.news .swiper-pagination span{
 		display: block;
 		width: .5rem;
 		height: .15rem;
 		margin:0 .1rem;
 		background: #7f7f7f;
 		border-radius: 10px;
 	}

 	.news .swiper-pagination  .swiper-pagination-bullet-active{
 		background: #199500;
 	}

 	.cp{
 		margin-top: .5rem;
 		margin-bottom: .8rem;
 	}
 	.cp .tit h4{
 		font-size: .38rem;
 	}
 	.cp .tit b{
 		font-size: .38rem;
 	}
 	.cp .show{
 		width: 800%;
 	}
 	.cp .show ul li{
 		width: 2.4rem;
 		margin-left: .15rem;
 	}
 	.cp .show ul li .pig
	.img-list .pic{
		margin-top: .3rem;
	}
	.foot-nav{
		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;
	}
	 
	.footer{
		width: 100%;
		height: auto;
		overflow: hidden;
		padding-top: .6rem;
		 
		padding-bottom: 2rem;
	 
	}

	.footer .tit{
		justify-content: center;
	}
	.footer .tit p{
		font-size: .32rem;
	}
	.footer .tit span{
		font-size: .32rem;
	}
	.footer .intro .info{
		margin-top: .5rem;
	}
	.footer .intro p{
		text-align: center;
		font-size: .24rem;
		line-height: .42rem;
	}
 
	.footer .ewm{
		display: none;
	}
 	.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;
 	}
 	 

 	.float{
 		width: 7.5rem;
 		margin: 0 auto;
 		display: block;
 		position: fixed;
 		z-index: 1000;
 		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:#666666;
 		position: relative;
 	}
 	.float ul li:nth-child(2){
 		background: #1ba300;
 	}
  	.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;
	}
	.tab{
		margin-top: .2rem;
	}
	.tab ul {
		display: block;
	}
	.tab ul li{
		width: 49%;
		line-height: .9rem;
		height: .9rem;
		margin: 0;
		margin-top:.2rem;
		box-sizing: border-box;
	}
	.tab ul li:nth-child(2n){
		float: right;
	}
	.tab ul li a{
		font-size: .3rem;
	}
} 