﻿/* Animate.css动画演示 */
@import "animate.min.css";

/* Swiper 6.4.1 */
@import "swiper-bundle.min.css";

/* 字体图标 */
@import "font-awesome.min.css";

/* 公共样式 */
@import "public.min.css";

/* 头部 */
.topbox {
  width: 100%;
  background-color: #f5f5f5;
  border-top: 5px solid #3aa928;
  line-height: 35px;
  font-size: 13px;
  color: #666;
}
.topbox a {
  color: #666;
  margin-left: 20px;
}
.topbox a:hover {
  color: #3aa928;
  text-decoration: underline;
}

.header {
  width: 100%;
  padding: 30px 0 25px 0;
}
.header>.container{
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.logo > a{
  width: 70px;
}
.logo_txt{
  width: auto;
  margin-left: 15px;
  line-height: 70px;
}
.logo_txt span {
  font-size: 26px;
  font-weight: bold;
  color: #3aa928;
  white-space: nowrap;
}
.logo img {
  width: 100%;
  display: block;
  height: auto;
}
.header_dianhua {
  line-height: 18px;
  color: #999;
  font-size: 13px;
  text-indent: 48px;
}
.header_dianhua>span{
  display: block;
  overflow: hidden;
  line-height: 28px;
  background: url(../image/header_dianhua.png) no-repeat left top;
  font-size: 30px;
  color: #3ea928;
  font-weight: bold;
  padding-left: 42px;
  text-indent: initial;
}

/* 导航 */
nav {
  background-color: #3aa928;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
.nav{
  width: 83.5%;
  float: left;
}
.nav>li{
  width: 11.1111%;
  float: left;
  position: relative;
  padding-right: 2px;
  background: url(../image/shutiao.png) no-repeat right center;
}
.nav>li:last-child{
  padding: 0;
  background: none;
}
.nav>li>a{
  display: block;
  overflow: hidden;
  height: 55px;
  line-height: 55px;
  text-align: center;
  font-size: 16px;
  color: #fff;
}
.nav>li:hover>a,
.nav>li.nav-this>a{
  background-color: #ff8401;
  color: #fff;
}
/* 导航下拉 */
.nav-child{
  display: none;
  width: calc(100% - 2px);
  float: left;
  background-color: rgba(58,169,40,0.8);
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 9;
  padding-top: 2px;
}
.nav-child>li{
  display: block;
  overflow: hidden;
}
.nav-child>li>a{
  display: block;
  overflow: hidden;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  color: #fff;
}
.nav-child>li>a:hover{
  background-color: #ff8401;
  color: #fff;
}

/* 搜索 */
.search{
  width: calc(16.5% - 20px);
  float: right;
  border: 1px solid #fff;
  border-radius: 17px;
  overflow: hidden;
  margin-top: 10px;
}
.search_inp1{
  width: calc(100% - 35px);
  float: left;
  height: 33px;
  line-height: 33px;
  background: none;
  padding-left: 13px;
  font-size: 13px;
  color: #fff;
}
.search_inp1::-webkit-input-placeholder{color: #fff;}
.search_inp1:-moz-placeholder{color: #fff;}
.search_btn{
  width: 35px;
  height: 33px;
  float: left;
  background: url(../image/search_ss.png) no-repeat center center;
}

/*banner大图*/
.banner {
  width: 100%;
  position: relative;
}
.banner .banner-imgbox img {
  width: 100%;
  display: block;
  height: auto;
}
/*圆点*/
.banner .swiper-pagination {
  opacity: 0;
  position: absolute;
  right: 0;
  bottom: 15px;
  display: flex;
  justify-content: center;
}
.banner .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  float: left;
  background: #3aa928;
  opacity: 0.5;
  border-radius: 50%;
}
.banner .banner-imgbox>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 3px;
}
.banner .swiper-pagination-bullet-active {
  opacity: 1;
  background: #ff8401;
}
.banner:hover .swiper-pagination {
  opacity: 1;
}
/*箭头*/
.banner .banner-prev,
.banner .banner-next {
  left: 2%;
  top: 50%;
  position: absolute;
  z-index: 9;
  transform: translateY(-50%);
  width: 30px;
  height: 60px;
  font-size: 20px;
  color: #fff;
  background-color: rgba(0,0,0,0.6);
  opacity: 0;
  outline: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.banner .banner-next{
  left: initial;
  right: 2%;
}
.banner:hover .banner-next,
.banner:hover .banner-prev {
  opacity: 1;
}
/* END */

/*首页*/
.gsjj{
  width: 100%;
  overflow: hidden;
  background: url(../image/gsjj_bj.png) no-repeat center bottom;
  background-size: cover;
  padding: 80px 0 30px 0;
}
.gsjj_title{
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.gsjj_title>img{
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.gsjj_title>span{
  float: left;
  padding-top: 40px;
  background-image: url(../image/title_icon1.png);
  background-position: center top;
  background-repeat: no-repeat;
  line-height: 40px;
  font-size: 30px;
  color: #333;
  font-weight: bold;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}
.gsjj_contect{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: row-reverse;
  margin-top: 45px;
}
.gsjj_img{
  width: calc(50% - 40px);
  float: left;
  border: 20px solid #3ea928;
  overflow: hidden;
  position: relative;
}
.gsjj_img::before{
  content: "";
  display: block;
  padding-top: 55.8824%;
}
.gsjj_left{
  width: calc(50% - 30px);
  float: left;
}
.gsjj_tit{
  display: block;
  overflow: hidden;
  padding-top: 6px;
}
.gsjj_p{
  float: left;
  line-height: 36px;
  font-size: 24px;
  color: #3ea928;
  font-weight: bold;
  border-bottom: 2px solid #3ea928;
  padding-right: 5px;
}
.gsjj_sp{
  float: left;
  line-height: 36px;
  font-size: 18px;
  color: #999;
  border-bottom: 1px solid #ccc;
  padding-left: 5px;
}
.gsjj_txt{
  display: block;
  overflow: hidden;
  margin: 25px 0 40px 0;
  min-height: 180px;
  max-height: 252px;
  line-height: 36px;
  font-size: 13px;
  color: #333;
  text-indent: 2em;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
}
.gsjj_more{
  display: block;
  overflow: hidden;
}
.gsjj_more>a{
  width: 180px;
  float: left;
  line-height: 34px;
  background-color: #3ea928;
  text-align: center;
  font-size: 14px;
  color: #fff;
  overflow: hidden;
}
.gsjj_more>a>span{
  width: 34px;
  float: right;
  height: 34px;
  background-color: #ff8401;
  position: relative;
}
.gsjj_more>a>span::before{
  content: "";
  width: 0;
  height: 0;
  border-left: 7px solid #3ea928;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  position: absolute;
  left: 0;
  top:50%;
  transform: translateY(-50%);
}
.gsjj_more>a:hover{
  background-color: #ff8401;
}
.gsjj_more>a:hover>span{
  width: 0;
}
.gsjj_more>a:hover>span::before{
  opacity: 0;
}

.gsjj_box{
  width: 100%;
  overflow: hidden;
  background-color: #3ea928;
  padding: 45px 0;
}
.gsjj_ul{
  display: flex;
  flex-wrap: wrap;
  width: 1532px;
}
.gsjj_ul li{
  width: 371px;
  float: left;
  margin: 0 12px 0 0;
  border: 1px solid rgba(255,255,255,0.2);
  padding: 9px;
}
.gsjj_ul li>div{
  width: 100%;
  float: left;
  border: 1px solid rgba(255,255,255,1);
  padding: 10px 10px 10px 20px;
}
.gsjj_ul li>div .gsjj_icon{
  width: 68px;
  float: left;
  background-color: #fff;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  margin-right: 10px;
}
.gsjj_ul li>div .gsjj_icon::before{
  content: "";
  display: block;
  padding-top: 100%;
}
.gsjj_ul li>div .gsjj_ps{
  display: block;
  overflow: hidden;
  line-height: 24px;
  font-size: 16px;
  color: #fff;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.gsjj_ul li>div .gsjj_txts{
  display: block;
  overflow: hidden;
  height: 40px;
  line-height: 20px;
  font-size: 14px;
  color: #fff;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 4px;
}

.cpzx{
  width: 100%;
  overflow: hidden;
  padding: 80px 0 75px 0;
  background: url(../image/cpzx_bj.png) no-repeat center bottom;
  background-size: cover;
}
.cpzx_left{
  width: 350px;
  float: left;
}
.about{
  width: 100%;
  float: left;
}
.about_title{
  display: block;
  overflow: hidden;
  padding: 25px 0 25px 40px;
  background-color: #3ea928;
}
.about_p{
  line-height: 60px;
  font-size: 60px;
  font-weight: bold;
  color: rgba(255,255,255,0.1);
}
.about_sp{
  float: left;
  overflow: hidden;
  margin-top: -40px;
  position: relative;
  z-index: 2;
  line-height: 40px;
  font-size: 30px;
  color: #fff;
  font-weight: bold;
  padding: 0 30px 0 45px;
  background: url(../image/cpzx_jiantou.png) no-repeat right center;
}
.about_ul{
	display: block;
	overflow: hidden;
}
.about_ul>li{
	display: block;
	overflow: hidden;
  margin-top: 10px;
}
.about_ul>li>a{
	display: block;
	overflow: hidden;
  background-color: #fff;
  padding: 0 30px;
}
.about_ul>li>a>span{
  display: block;
  overflow: hidden;
  height: 60px;
  line-height: 60px;
  font-size: 16px;
  color: #333;
  padding: 0 20px;
  position: relative;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.about_ul>li>a>span::before{
  content: "";
  width: 11px;
  float: left;
  height: 11px;
  border: 3px solid #333;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.4s;
}
.about_ul>li>a>span::after{
  content: ">>";
  font-family: SimSun;
  float: left;
  font-size: 16px;
  color: #333;
  font-weight: bold;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.4s;
}
.about_ul>li:hover>a,
.about_ul>li.about_on>a{
	background-color: #3ea928;
}
.about_ul>li:hover>a>span,
.about_ul>li.about_on>a>span{
  color: #fff;
}
.about_ul>li:hover>a>span::before,
.about_ul>li.about_on>a>span::before{
  border-color: #fff;
}
.about_ul>li:hover>a>span::after,
.about_ul>li.about_on>a>span::after{
  color: #fff;
}
.about_dl{
	display: block;
	overflow: hidden;
}
.about_dl>dd{
	display: block;
	overflow: hidden;
  margin-top: 5px;
}
.about_dl>dd>a{
	display: block;
	overflow: hidden;
  background-color: #fff;
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	color: #333;
  padding: 0 50px;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.about_dl>dd>a:hover{
	background-color: #3ea928;
	color: #fff;
}
.about_more{
  display: block;
  overflow: hidden;
  padding-top: 10px;
}
.about_more>a{
  display: block;
  overflow: hidden;
  height: 70px;
  line-height: 70px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  background-color: #3ea928;
}
.about_more>a:hover{
  background-color: #ff8401;
  color: #fff;
}

.cpzx_right{
  width: 1130px;
  float: right;
}
.dqwz_title{
  width: 100%;
  float: left;
  padding-bottom: 15px;
  border-bottom: 1px solid #dedede;
  margin-top: 30px;
}
.dqwz_p{
  float: left;
  line-height: 40px;
  font-size: 30px;
  color: #333;
  font-weight: bold;
  position: relative;
}
.dqwz_p::after{
  content: "";
  width: 100%;
  float: left;
  height: 3px;
  background-color: #4fd8a9;
  position: absolute;
  left: 0;
  bottom: -16px;
}
.dqwz_title>.gsjj_more{
  float: right;
  position: relative;
  top: 21px;
}
.dqwz_contect{
	width: 100%;
	float: left;
  padding-top: 20px;
}
.cpzx_ul{
  display: block;
  width: 1155px;
  overflow: hidden;
}
.cpzx_ul li{
  width: 360px;
  float: left;
  margin: 25px 25px 0 0;
}
.cpzx_ul li>a{
  display: block;
  overflow: hidden;
  background-color: #fff;
  padding: 10px;
}
.cpzx_ul li>a .cpzx_img{
  width: 100%;
  overflow: hidden;
  position: relative;
}
.cpzx_ul li>a .cpzx_img::before{
  content: "";
  display: block;
  padding-top: 73.6843%;
}
.cpzx_ul li>a .cpzx_txt{
  display: block;
  overflow: hidden;
  margin-top: 10px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 13px;
  color: #333;
}
.cpzx_ul li>a:hover{
  background-color: #3ea928;
}
.cpzx_ul li>a:hover .cpzx_img img{
  transform: scale(1.1);
}
.cpzx_ul li>a:hover .cpzx_txt{
  color: #fff;
}
.cpzx_ul li:nth-child(1),
.cpzx_ul li:nth-child(2),
.cpzx_ul li:nth-child(3){
  margin-top: 0;
}

.fw{
  width: 100%;
  overflow: hidden;
  position: relative;
  padding-top: 60px;
}
.fw::before{
  content: "";
  width: 100%;
  float: left;
  height: 75%;
  background-color: #3ea928;
  position: absolute;
  left: 0;
  top: 0;
}
.fw>.container{
  position: relative;
  z-index: 2;
}
.fw_title{
  display: block;
  overflow: hidden;
  text-align: center;
}
.fw_p{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  height: 60px;
  line-height: 60px;
  font-size: 30px;
  color: #fff;
  font-weight: bold;
}
.fw_p>span{
  float: right;
  font-size: 36px;
  letter-spacing: 5px;
  padding-left: 15px;
}
.fw_sp{
  line-height: 22px;
  font-size: 14px;
  color: #fff;
}
.fw_dl{
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  margin-top: 36px;
  box-shadow: 0 -40px 40px rgba(0,0,0,0.1);
}
.fw_dl dt{
  width: 40%;
  background: url(../image/fw_bj1.png) no-repeat left bottom #4fd8a9;
  padding: 95px 100px 0 100px;
}
.fw_dl dt .fw_tit{
  float: left;
  line-height: 32px;
  font-size: 24px;
  color: #fff;
  font-weight: bold;
}
.fw_dl dt .fw_tit>span{
  float: right;
  background-color: #fff;
  color: #4fd8a9;
  padding: 0 5px;
}
.fw_dl dt .fw_txt{
  width: 100%;
  float: left;
  margin-top: 15px;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
}
.fw_dl dd{
  width: 20%;
  float: left;
}
.fw_dl dd>a{
  display: block;
  overflow: hidden;
  height: 235px;
  padding: 80px 0 0 40px;
}
.fw_dl dd>a>img{
  width: 60px;
  float: left;
  margin-right: 20px;
}
.fw_dl dd .fw_tits{
  display: block;
  overflow: hidden;
  margin-top: 30px;
  line-height: 20px;
  font-size: 14px;
  color: #fff;
}
.fw_dl dd .fw_tits>span{
  display: block;
  overflow: hidden;
  line-height: 32px;
  font-size: 24px;
  margin-bottom: 5px;
}
.fw_dl dd:nth-child(2){background-color: #13af79;}
.fw_dl dd:nth-child(3){background-color: #68c355;}
.fw_dl dd:nth-child(4){background-color: #3da827;}

.ys{
  width: 100%;
  overflow: hidden;
  padding: 90px 0;
}
.ys_title{
  display: block;
  overflow: hidden;
}
.ys_title>img{
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.ys_ul{
  display: block;
  overflow: hidden;
  margin-top: 40px;
}
.ys_ul li{
  width: 100%;
  float: left;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  margin-bottom: 50px;
}
.ys_ul li:last-child{margin: 0;}
.ys_ul li .ys_left{
  width: 41%;
  float: left;
}
.ys_ul li .ys_left>img{
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.ys_right{
  width: 54%;
  float: left;
}
.ys_right .ys_B{
  width: 100%;
  float: left;
  margin-bottom: 30px;
}
.ys_right .ys_B:last-child{margin: 0;}
.ys_right .ys_B .ys_sub{
  width: 80px;
  float: left;
  height: 80px;
  line-height: 72px;
  font-size: 48px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  margin: 10px 30px 0 0;
  background-color: #3ea928;
  border-right: 8px solid #d8eed4;
  border-bottom: 8px solid #d8eed4;
}
.ys_right .ys_B .ys_p{
  display: block;
  overflow: hidden;
  line-height: 32px;
  font-size: 24px;
  color: #000;
  font-weight: bold;
}
.ys_right .ys_B .ys_sp{
  display: block;
  overflow: hidden;
  line-height: 22px;
  font-size: 14px;
  color: #202020;
}
.ys_right .ys_B .ys_heng{
  display: block;
  overflow: hidden;
  position: relative;
  height: 8px;
  margin: 12px 0;
}
.ys_right .ys_B .ys_heng::before{
  content: "";
  width: 100%;
  float: left;
  height: 1px;
  background-color: #dbdbdb;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.ys_right .ys_B .ys_heng::after{
  content: "";
  width: 200px;
  float: left;
  height: 100%;
  background-color: #3ea928;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
.ys_right .ys_B .ys_txt{
  display: block;
  overflow: hidden;
  line-height: 24px;
  font-size: 13px;
  color: #666;
}
.ys_ul li:nth-child(odd){
  flex-direction: row-reverse;
}

.case{
  width: 100%;
  overflow: hidden;
  background: url(../image/case_bj.jpg) no-repeat center center;
  background-size: cover;
  padding: 60px 0;
}
.case .gsjj_title>span{
  background-image: url(../image/title_icon2.png);
  color: #fff;
}
.case_ul{
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  width: 1540px;
  padding-top: 25px
}
.case_ul li{
  width: 365px;
  float: left;
  margin: 0 20px 20px 0;
}
.case_ul li>a{
  display: block;
  overflow: hidden;
  background-color: #fff;
}
.case_ul li .case_img{
  width: 100%;
  overflow: hidden;
  position: relative;
}
.case_ul li .case_img::before{
  content: "";
  display: block;
  padding-top: 76.4384%;
}
.case_ul li .case_txt{
  display: block;
  overflow: hidden;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 13px;
  color: #333;
  margin-top: 0;
}
.case_ul li>a:hover{
  padding: 10px 10px 0 10px;
  background-color: #3ea928;
}
.case_ul li>a:hover .case_txt{
  color: #fff;
  margin-top: 10px;
}

.video{
  width: 100%;
  overflow: hidden;
  padding: 110px 0 45px 0;
}
.video-imgbox{
  margin-top: 30px;
  padding-bottom: 30px;
}
.video-imgbox .swiper-slide{background-color: #dbdbdb;}
.video-imgbox .swiper-slide::before{
  content: "";
  display: block;
  padding-top: 62.2449%;
}
.video-imgbox .swiper-slide>video{
  width: 100%;
  float: left;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.video-imgbox .swiper-slide .video_hover{
  width: 100%;
  float: left;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
.video-imgbox .swiper-slide .video_hover>span{
  width: 60px;
  float: left;
  height: 60px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  z-index: 2;
  cursor: pointer;
}
/*圆点*/
.video-imgbox .swiper-pagination {
  bottom: 0;
  display: flex;
  justify-content: center;
}
.video-imgbox .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  float: left;
  background: #333;
  opacity: 1;
  border-radius: 50%;
}
.video-imgbox>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px !important;
}
.video-imgbox .swiper-pagination-bullet-active {
  opacity: 1;
  background: #3ea928;
}

.news{
  width: 100%;
  overflow: hidden;
  padding: 45px 0;
}
.news_contect{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 30px;
}
.news_contect>.news_box{
  width: 32%;
  float: left;
  border: 1px solid #f4f4f4;
  padding: 20px 20px 0 20px;
}
.news_title{
  display: block;
  overflow: hidden;
}
.news_title>span{
  float: left;
  position: relative;
  line-height: 40px;
  font-size: 24px;
  color: #333;
  padding-right: 20px;
}
.news_title>span::before{
  content: "";
  width: 98px;
  float: left;
  height: 4px;
  background: url(../image/news_heng.png) no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.news_dl{
  display: block;
  overflow: hidden;
}
.news_dl>dt{
  width: 100%;
  padding: 15px 20px;
  float: left;
  border-bottom: 1px solid #e7e7e7;
}
.news_dl>dt>a{
  width: 100%;
  float: left;
  display: flex;
  flex-wrap: wrap;
}
.news_dl>dt>a .news_img{
  width: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  border-radius: 50px 0 0 0;
  border: 1px solid #f0f0f0;
}
.news_dl>dt>a .news_img::before{
  content: "";
  display: block;
  padding-top: 37.5622%;
}
.news_dl>dt>a .news_R{
  width: 100%;
  float: left;
  padding-top: 15px;
  overflow: hidden;
}
.news_dl>dt>a .news_R .news_p{
  display: block;
  overflow: hidden;
  line-height: 28px;
  font-size: 16px;
  color: #333;
  font-weight: bold;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.news_dl>dt>a .news_R .news_txt{
  display: block;
  overflow: hidden;
  height: 90px;
  line-height: 30px;
  font-size: 13px;
  color: #666;
  margin-top: 5px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.news_dl>dt>a:hover .news_img img{
  transform: scale(1.1);
}
.news_dl>dt>a:hover .news_R .news_p{
  color: #3ea928;
}
.news_dl>dd{
  width: 100%;
  float: left;
  border-bottom: 1px solid #e7e7e7;
}
.news_dl>dd:last-child{border-bottom: none;}
.news_dl>dd>a{
  display: block;
  overflow: hidden;
  height: 50px;
  line-height: 50px;
  font-size: 13px;
  color: #666;
  font-weight: bold;
  padding: 0 20px;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.news_dl>dd>a::before{
  content: "";
  width: 16px;
  float: right;
  height: 16px;
  background-image: url(../image/more1.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin: 17px 0 0 10px;
  transition: all 0.4s;
}
.news_dl>dd:hover>a{
  color: #3ea928;
}
.news_dl>dd:hover>a::before{
  background-image: url(../image/more2.png);
}
.news_com>dt{
  padding: 0;
}
.news_com>dt>a .news_R{
  padding: 5px 0 15px 0;
}
.news_com>dt>a .news_R .news_txt{
  height: 270px;
  -webkit-line-clamp: 9;
}
/*END-首页*/

/* 底部 */
footer {
  background: #3ea928;
}
.footer{
  width: 100%;
  overflow: hidden;
  padding: 75px 0 ;
}
.footer>.container{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.footer_left{
  width: 31.25%;
  float: left;
}
.footer_logo{
  display: block;
  overflow: hidden;
  padding: 15px 0;
}
.footer_logo>img{
  display: block;
  max-width: 100%;
  height: auto;
}
.footer_txt{
  display: block;
  overflow: hidden;
  font-size: 13px;
  color: #fff;
  line-height: 21px;
  padding-left: 75px;
}
.footer_right{
  width: 64.5%;
  float: right;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.footer_L{
  width: 81.5%;
  float: left;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-left: 1px solid #5cb649;
  border-right: 1px solid #5cb649;
  padding: 30px;
}
.footer_B{
  width: 25%;
  float: left;
 /* padding: 0 1%;*/
}
.footer_p{
  display: block;
  overflow: hidden;
  text-align: center;
  line-height: 30px;
}
.footer_p>a{
  color: #fff;
  font-size: 16px;
}
.footer_p>a:hover{
  color: #fff;
  text-decoration: underline;
}
.footer_ul{
  display: block;
  overflow: hidden;
  padding-top: 10px;
}
.footer_ul>li{
  display: block;
  overflow: hidden;
  line-height: 24px;
  color: #fff;
  font-size: 13px;
  text-overflow:ellipsis;
  white-space: nowrap;
  text-align: center;
}
.footer_ul>li>a{
  color: #fff;
}
.footer_ul>li>a:hover{
  color: #fff;
  text-decoration: underline;
}
.footer_wx{
  width: 11.5%;
  float: right;
}
.footer_wx>img{
  width: 100%;
  display: block;
  height: auto;
}
.footer_wx>span{
  display: block;
  overflow: hidden;
  margin-top: 10px;
  line-height: 24px;
  text-align: center;
  font-size: 13px;
  color: #fff;
}

.copyright{
  width: 100%;
  overflow: hidden;
  background-color: #4faf3c;
  text-align: center;
  line-height: 20px;
  padding: 10px;
  color: #fff;
  font-size: 13px;
}
.copyright a{
  color: #fff;
  margin: 0 5px;
}
.copyright a:hover{
  color: #fff;
  text-decoration: underline;
}
/* END-底部 */

/* 关于我们 */
.main{
	width: 100%;
	overflow: hidden;
	padding: 50px 0;
  background-color: #f5f5f5;
}
.main_left{
	width: 350px;
	float: left;
}
.main_right{
	width: 1130px;
	float: right;
}
.main_right .dqwz_title{
  margin-top: 50px;
  padding-bottom: 5px;
}
.main_right .dqwz_title .dqwz_p{
  line-height: 38px;
  font-size: 24px;
  font-weight: normal;
}
.main_right .dqwz_title .dqwz_p::after{
  bottom: -6px;
}
.dqwz_nav{
  float: right;
  line-height: 24px;
  margin-top: 14px;
  font-size: 14px;
  color: #333;
}
.dqwz_nav>span{
  color: #3ea928;
}
.main_right .dqwz_contect{
  padding-top: 20px;
}
.company{
	display: block;
	overflow: hidden;
	font-size: 14px;
	line-height: 30px;
	color: #333;
}
.company img{max-width: 100%;height: auto;}
/* END-关于我们 */

/* 产品中心/工程案例 */
.cpzx_ul1{
  display: block;
  width: 1155px;
  overflow: hidden;
}
.cpzx_ul1 li{
  width: 360px;
  float: left;
  margin: 0 25px 25px 0;
}
.cpzx_ul1 li>a{
  display: block;
  overflow: hidden;
  background-color: #fff;
  padding: 10px;
}
.cpzx_ul1 li>a .cpzx_img{
  width: 100%;
  overflow: hidden;
  position: relative;
}
.cpzx_ul1 li>a .cpzx_img::before{
  content: "";
  display: block;
  padding-top: 73.6843%;
}
.cpzx_ul1 li>a .cpzx_txt{
  display: block;
  overflow: hidden;
  margin-top: 10px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 13px;
  color: #333;
}
.cpzx_ul1 li>a:hover{
  background-color: #3ea928;
}
.cpzx_ul1 li>a:hover .cpzx_img img{
  transform: scale(1.1);
}
.cpzx_ul1 li>a:hover .cpzx_txt{
  color: #fff;
}

.cpxq{
  display: block;
  overflow: hidden;
}
.cpxq_p{
  display: block;
  overflow: hidden;
  text-align: center;
  font-size: 18px;
  line-height: 30px;
  font-weight: bold;
  color: #333;
  margin-bottom: 10px;
}
.cpxq_txt{
  display: block;
  overflow: hidden;
  font-size: 14px;
  line-height: 30px;
  color: #333;
  padding-top: 10px;
}
.cpxq_txt img{
  display: block;
  max-width: 100%;
  height: auto;
  max-height: 450px;
  margin: 10px auto;
}
.cpxq_txt1{
  display: block;
  overflow: hidden;
  font-size: 14px;
  line-height: 30px;
  color: #333;
  padding-top: 10px;
}
.cpxq_txt1 img{
  max-width: 100%;
  height: auto;
  margin: 10px auto;
}
.cpxq_txt1 table{max-width: 100% !important;}
.cpxq_txt1 table tr td{border:1px solid #ccc;}
/* END-产品中心/工程案例 */

/* 工程视频 */
.video_ul{
  display: block;
  overflow: hidden;
  width: 1155px;
}
.video_ul li{
  width: 360px;
  float: left;
  margin: 0 25px 25px 0;
}
.video_ul li .video_img{
  width: 100%;
  overflow: hidden;
  background-color: #fff;
  position: relative;
}
.video_ul li .video_img::before{
  content: "";
  display: block;
  padding-top: 75%;
}
.video_ul li .video_img>video{
  width: 100%;
  float: left;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.video_ul li .video_hover{
  width: 100%;
  float: left;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
.video_ul li .video_hover>span{
  width: 60px;
  float: left;
  height: 60px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  z-index: 2;
  cursor: pointer;
}
.video_ul li .video_txt{
  display: block;
  overflow: hidden;
  height: 40px;
  line-height: 40px;
  background-color: #fff;
  text-align: center;
  font-size: 13px;
  color: #333;
}
.video_ul li:hover .video_txt{
  background-color: #3ea928;
  color: #fff;
}
/* END-工程视频 */

/* 新闻中心 */
.xw_ul{
  display: block;
  overflow: hidden;
}
.xw_ul li{
  display: block;
  overflow: hidden;
  margin-bottom: 25px;
}
.xw_ul li>a{
  width: 100%;
  float: left;
  display: flex;
  flex-wrap: wrap;
  background-color: #fff;
  padding: 10px;
}
.xw_ul li>a .xw_img{
  width: 30%;
  float: left;
  overflow: hidden;
  position: relative;
}
.xw_ul li>a .xw_R{
  width: 70%;
  float: left;
  padding: 10px 20px;
}
.xw_ul li>a .xw_R .xw_p{
  display: block;
  overflow: hidden;
  line-height: 34px;
  font-size: 18px;
  color: #333;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.xw_ul li>a .xw_R .xw_txt{
  display: block;
  overflow: hidden;
  height: 120px;
  line-height: 30px;
  font-size: 14px;
  color: #666;
  margin: 5px 0;
  text-align:justify;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.xw_ul li>a .xw_R .xw_sp{
  display: block;
  overflow: hidden;
  line-height: 20px;
  font-size: 14px;
  color: #999;
}
.xw_ul li>a:hover{
  background-color: #3ea928;
}
.xw_ul li>a:hover .xw_R .xw_p,
.xw_ul li>a:hover .xw_R .xw_txt,
.xw_ul li>a:hover .xw_R .xw_sp{
  color: #fff;
}

.xwxq{
  display: block;
  overflow: hidden;
}
.xwxq_p{
  display: block;
  overflow: hidden;
  text-align: center;
  font-size: 18px;
  line-height: 30px;
  font-weight: bold;
  color: #333;
}
.xwxq_sp{
  display: block;
  overflow: hidden;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  padding: 10px 0;
  color: #666;
  border-bottom: 1px dashed #ccc;
}
.xwxq_txt{
  display: block;
  overflow: hidden;
  font-size: 14px;
  line-height: 30px;
  color: #333;
  padding-top: 10px;
}
.xwxq_txt img{
  display: block;
  max-width: 100%;
  height: auto;
  margin: 10px auto;
}
/* END-新闻中心 */

/* 在线留言 */
.zxly{
  display: block;
  max-width: 600px;
  margin: 10px auto;
}
.zxly_B{
  width: 100%;
  float: left;
  margin-bottom: 20px;
}
.zxly_sp{
  width: 60px;
  float: left;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  color: #333;
  text-align: right;
  padding-right: 20px;
}
.zxly_inp1{
  width: calc(100% - 60px);
  float: left;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  font-size: 16px;
  color: #333;
}
.zxly_inp2{
  width: calc(100% - 60px);
  float: left;
  height: 200px;
  line-height: 20px;
  padding: 10px 20px;
  font-size: 16px;
  color: #333;
  font-family: "Microsoft YaHei";
}
.zxly_btn{
  width: 100%;
  float: left;
  height: 50px;
  background-color: #3ea928;
  font-size: 18px;
  color: #fff;
  margin-top: 20px;
  cursor: pointer;
}
/* END-在线留言 */

/* 联系我们 */
.contact_txt {
  display: block;
  overflow: hidden;
  font-size: 16px;
  color: #333;
  line-height: 30px;
}
.contact_map {
  width: 100%;
  overflow: hidden;
  height: 350px;
  border: none;
  margin-top: 20px;
}
/* END-联系我们 */
@media (max-width: 1540px) {
/* 首页 */
.gsjj {
  padding: 60px 0 30px 0;
}
.gsjj_ul {
  width: 101%;
  margin-left: -0.5%;
}
.gsjj_ul li {
  width: 24%;
  margin: 0 0.5%;
}

.cpzx {
  padding: 60px 0;
}
.cpzx_left {
  width: 24%;
}
.cpzx_right {
  width: 74%;
}
.cpzx_ul {
  width: 102%;
  margin-left: -1%;
}
.cpzx_ul li {
  width: 31.3333%;
  margin: 25px 1% 0 1%;
}

.ys {
  padding: 70px 0;
}
.case_ul {
  width: 102%;
  margin-left: -1%;
}
.case_ul li {
  width: 23%;
  margin: 0 1% 20px 1%;
}

.video {
  padding: 80px 0 45px 0;
}
/* END-首页 */

/* 底部 */
.footer {
  padding: 60px 0;
}
/* END-底部 */

/* 关于我们 */
.main{
	padding: 40px 0;
}
.main_left{
	width: 24%;
}
.main_right{
	width: 74%;
}
/* END-关于我们 */

/* 产品中心/工程案例 */
.cpzx_ul1 {
  width: 102%;
  margin-left: -1%;
}
.cpzx_ul1 li {
  width: 31.3333%;
  margin: 0 1% 25px 1%;
}
/* END-产品中心/工程案例 */

/* 工程视频 */
.video_ul{
  width: 102%;
  margin-left: -1%;
}
.video_ul li{
  width: 31.3333%;
  margin: 0 1% 25px 1%;
}
/* END-工程视频 */

}
@media (max-width: 1220px) {
/* 头部 */
.header_dianhua{
  width: 190px;
}
.header_dianhua > span {
  line-height: 20px;
  font-size: 20px;
}
/* END-头部 */

/* 首页 */
.gsjj {
  padding: 50px 0 30px 0;
}
.gsjj_img {
  width: calc(50% - 20px);
}
.gsjj_left {
  width: calc(50% - 20px);
}
.gsjj_box {
  padding: 30px 0;
}

.cpzx {
  padding: 50px 0;
}
.cpzx_left {
  width: 29%;
}
.about_title {
  padding: 20px 0 20px 20px;
}
.about_p {
  line-height: 50px;
  font-size: 50px;
}
.cpzx_right {
  width: 69%;
}

.fw {
  padding-top: 50px;
}
.fw_dl dt {
  width: 37%;
  padding: 80px 40px 0 40px;
}
.fw_dl dd {
  width: 21%;
}
.fw_dl dd > a {
  padding: 80px 20px 0 20px;
}
.fw_dl dd > a > img {
  width: 40px;
  margin-right: 10px;
}
.fw_dl dd .fw_tits {
  margin-top: 10px;
}

.ys {
  padding: 50px 0;
}
.ys_ul li {
  margin-bottom: 40px;
}

.case {
  padding: 50px 0;
}
.video {
  padding: 45px 0;
}
.news_com > dt > a .news_R .news_txt {
  height: 210px;
  -webkit-line-clamp: 7;
}
/* END-首页 */

/* 底部 */
.footer {
  padding: 40px 0;
}
.footer_wx {
  width: 15.5%;
}
/* END-底部 */

/* 关于我们 */
.main_left{
	width: 29%;
}
.main_right{
	width: 69%;
}
/* END-关于我们 */

}

@media (max-width: 991px) {
/* 导航按钮 */
.icon-menu {
  float: right;
  cursor: pointer;
  width: 50px;
  height: 35px;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 11;
  background-size: 100% 100%;
}
.icon-menu>span {
  width: 100%;
  height: 5px;
  float: left;
  background-color: #3aa928;
  transition: all 0.4s;
}
.icon-menu-active>span:nth-child(2){
  opacity: 0;
}
.icon-menu-active>span:nth-child(1){
  -webkit-transform: translateY(15px) rotate(-45deg);
  -ms-transform: translateY(15px) rotate(-45deg);
  transform: translateY(15px) rotate(-45deg);
}
.icon-menu-active>span:nth-child(3){
  -webkit-transform: translateY(-15px) rotate(45deg);
  -ms-transform: translateY(-15px) rotate(45deg);
  transform: translateY(-15px) rotate(45deg);
}

/* 头部 */
.header {
  padding: 20px 0;
  position: absolute;
  background-color: #fff;
  top:0;
  z-index: 10;
  box-shadow: 15px 15px 15px rgba(0,0,0,0.2);
}

/* 导航 */
nav {
  position: fixed;
  background-color: rgba(0,0,0,0.8);
  width: 100%;
  height: 100%;
  left: -100%;
  top: 0;
  z-index: 10;
	opacity: 0;
  display: flex;
  justify-content: flex-start;
  transition: all 0.4s;
}
.nav-actived{
  left: 0;
	opacity: 1;
}
nav>.container {
  width: 100%;
  max-width: 100% !important;
}
.nav{
  width: 85%;
  height: 100%;
  background-color: #3aa928;
}
.nav>li{
  width: 100%;
  height: 9%;
  border-bottom: 1px solid #fff;
  padding: 0;
  background: none;
}
.nav>li>a{
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  overflow: hidden;
}

/*圆点*/
.banner .swiper-pagination {
  opacity: 1;
  bottom: 10px;
}
.banner .swiper-pagination-bullet {
  width: 10px;
  height: 2px;
  opacity: 1;
  border-radius: 0;
}
.banner .banner-imgbox>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 2px;
}
.banner .swiper-pagination-bullet-active {
  width: 15px;
}
/* END-头部 */

/* 首页 */
.gsjj {
  padding: 30px 0;
}
.gsjj_contect {
  margin-top: 30px;
}
.gsjj_img {
  width: calc(50% - 10px);
  border: 10px solid #3ea928;
}
.gsjj_left {
  width: calc(50% - 10px);
}
.gsjj_txt {
  margin: 15px 0;
}
.gsjj_box {
  padding: 20px 0;
}
.gsjj_ul li {
  width: 49%;
  margin: 0.5%;
}

.cpzx {
  padding: 30px 0;
}
.cpzx_left {
  width: 34%;
}
.cpzx_right {
  width: 64%;
}
.about_ul>li {
  margin-top: 5px;
}
.about_ul>li>a {
  padding: 0 15px;
}
.about_ul>li>a>span {
  height: 50px;
  line-height: 50px;
}
.about_more > a {
  height: 50px;
  line-height: 50px;
}
.dqwz_title {
  margin-top: 0;
}
.cpzx_ul li{
  width: 48%;
}
.cpzx_ul li:last-child{display: none;}

.fw {
  padding-top: 30px;
}
.fw_dl {
  margin-top: 30px;
}
.fw_dl dt {
  width: 31%;
  padding: 20px;
}
.fw_dl dd {
  width: 23%;
}
.fw_dl dd>a {
  padding: 20px 10px;
  height: auto;
}
.fw_dl dd>a>img {
  width: 30px;
}
.fw_dl dd .fw_tits {
  margin-top: 0;
}
.fw_dl dd .fw_tits > span {
  display: block;
  overflow: hidden;
  line-height: 32px;
  font-size: 24px;
  margin-bottom: 5px;
}

.ys {
  padding: 30px 0;
}
.ys_ul {
  margin-top: 30px;
}
.ys_ul li {
  margin-bottom: 30px;
}
.ys_right .ys_B {
  margin-bottom: 20px;
}

.case {
  padding: 30px 0;
}
.video {
  padding: 30px 0;
}

.news {
  padding: 30px 0;
}
.news_contect > .news_box {
  padding: 10px 10px 0 10px;
}
.news_dl>dt {
  padding: 10px;
}
.news_com>dt {
  padding: 0;
}
.news_com>dt>a .news_R .news_txt {
  height: 180px;
  -webkit-line-clamp: 6;
}
.news_dl > dd > a {
  padding: 0 10px;
}
/* END-首页 */

/* 底部 */
.footer {
  padding: 30px 0;
}
.footer_left {
  width: 34%;
}
.footer_txt {
  padding-left: 20px;
}
.footer_right {
  width: 64%;
}
.footer_L {
  width: 78%;
  padding: 10px;
}
.footer_wx {
  width: 20%;
}
.footer_B {
  width: 25%;
}
.footer_B:last-child{
  width: 100%;
  margin-top: 10px;
}
.footer_B:last-child .footer_p{
  width: 25%;
  float: left;
  padding: 0 1%;
}
/* END-底部 */

/* 关于我们 */
.main{
	padding: 30px 0;
}
.main_left{
	width: 34%;
}
.main_right{
	width: 64%;
}
/* END-关于我们 */

/* 产品中心/工程案例 */
.cpzx_ul1 li{
  width: 48%;
}
/* END-产品中心/工程案例 */

/* 工程视频 */
.video_ul li{
  width: 48%;
  margin: 0 1% 20px 1%;
}
/* END-工程视频 */

/* 新闻中心 */
.xw_ul li{
  margin-bottom: 20px;
}
.xw_ul li > a .xw_R {
  padding: 10px 10px 10px 20px;
}
.xw_ul li>a .xw_R .xw_txt{
  height: 96px;
  line-height: 24px;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
/* END-新闻中心 */

}

@media (max-width: 767px) {
/* 导航按钮 */
.icon-menu {
  width: 30px;
  height: 21px;
	right: 10px;
}
.icon-menu span {
  height: 3px;
}
.icon-menu-active>span:nth-child(1){
  -webkit-transform: translateY(9px) rotate(-45deg);
  -ms-transform: translateY(9px) rotate(-45deg);
  transform: translateY(9px) rotate(-45deg);
}
.icon-menu-active>span:nth-child(3){
  -webkit-transform: translateY(-9px) rotate(45deg);
  -ms-transform: translateY(-9px) rotate(45deg);
  transform: translateY(-9px) rotate(45deg);
}

/* 头部 */
.header{
  padding: 15px 0;
}
.logo{
  width: auto;
}
.logo a {
  width: 50px;
}
.logo_txt {
  margin-left: 10px;
  line-height: 50px;
}
.logo_txt span {
  font-size: 16px;
}
/* END-头部 */

/* 首页 */
.gsjj {
  padding: 10px 0;
}
.gsjj_title > span {
  padding-top: 30px;
  background-size: auto 25px;
  line-height: 30px;
  font-size: 20px;
}
.gsjj_contect {
  margin-top: 10px;
}
.gsjj_img {
  width: 100%;
  border: 5px solid #3ea928;
}
.gsjj_left {
  width: 100%;
  margin-top: 10px;
}
.gsjj_txt {
  margin: 10px 0;
  min-height: initial;
  max-height: initial;
  line-height: 24px;
  -webkit-line-clamp: initial;
  height: 216px;
  overflow: hidden;
}
.gsjj_box {
  padding: 10px 0;
}
.gsjj_ul {
  width: 100%;
  margin-left: 0;
}
.gsjj_ul li {
  width: 100%;
  margin: 0.5% 0;
}
.gsjj_ul li > div {
  padding: 10px;
}

.cpzx {
  padding: 10px 0;
}
.cpzx_left {
  width: 100%;
}
.about{
	margin: 0;
}
.about_title{
  width: calc(100% + 20px);
  text-align: left;
  margin-left: -10px;
  font-size: 18px;
  font-weight: bold;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  color: #fff;
  position: relative;
}
.about_title::after{
  content: "\f078";
  font-family: FontAwesome;
  font-size: 16px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.about_ul {
  display: none;
}
.about_ul>li {
  margin-top: 3px;
}
.about_ul>li>a {
  padding: 0 10px;
}
.about_ul>li>a>span {
  height: 40px;
  line-height: 40px;
  font-size: 14px;
}
.cpzx_right {
  width: 100%;
}
.dqwz_contect{
	padding: 10px 0;
}
.cpzx_ul li{
  margin: 10px 1% 0 1% !important;
}
.cpzx_ul li>a {
  padding: 0;
  background-color: #f1f1f1;
}
.cpzx_ul li>a .cpzx_txt {
  margin-top: 0;
}

.fw {
  padding: 10px 0;
}
.fw_p {
  height: 30px;
  line-height: 30px;
  font-size: 20px;
}
.fw_p>span {
  font-size: 26px;
  padding-left: 10px;
}
.fw_sp {
  line-height: 16px;
  margin-top: 5px;
}
.fw_dl {
  margin-top: 10px;
}
.fw_dl dt {
  width: 100%;
  padding: 10px;
}
.fw_dl dd {
  width: 33.3333%;
}
.fw_dl dt .fw_tit {
  width: 100%;
  line-height: 30px;
  font-size: 18px;
  display: flex;
  justify-content: center;
}
.fw_dl dt .fw_txt {
  margin-top: 5px;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}
.fw_dl dd>a {
  padding: 10px;
}
.fw_dl dd>a>img {
  width: 30px;
  float: none;
  display: block;
  margin: 0 auto;
}
.fw_dl dd .fw_tits{
  width: 100%;
  overflow: hidden;
  text-align: center;
  margin-top: 5px;
  line-height: 16px;
}
.fw_dl dd .fw_tits>span {
  line-height: 24px;
  font-size: 18px;
  margin: 0;
}

.ys {
  padding: 10px 0;
}
.ys_ul {
  margin-top: 10px;
}
.ys_ul li {
  margin-bottom: 10px;
}
.ys_ul li .ys_left {
  width: 100%;
}
.ys_right {
  width: 100%;
}
.ys_right .ys_B {
  margin: 10px 0 0 0 !important;
}
.ys_right .ys_B .ys_sub {
  width: 60px;
  height: 60px;
  line-height: 55px;
  font-size: 30px;
  margin: 0 10px 0 0;
  border-right: 5px solid #d8eed4;
  border-bottom: 5px solid #d8eed4;
}
.ys_right .ys_B .ys_p {
  line-height: 24px;
  font-size: 18px;
}
.ys_right .ys_B .ys_sp {
  line-height: 16px;
}
.ys_right .ys_B .ys_heng {
  height: 4px;
  margin: 5px 0 0 0;
}
.ys_right .ys_B .ys_txt {
  width: 100%;
  line-height: 22px;
}

.case {
  padding: 10px 0;
}
.case_ul{
  padding-top: 10px;
}
.case_ul li {
  width: 48%;
  margin: 0 1% 10px 1%;
}
.case_ul li>a:hover{
  padding: 0;
}
.case_ul li>a:hover .case_txt{
  margin-top: 0;
}

.video {
  padding: 10px 0;
}
.video-imgbox {
  margin-top: 10px;
  padding-bottom: 20px;
}
.video-imgbox .swiper-slide .video_hover>span {
  width: 30px;
  height: 30px;
}

.news {
  padding: 10px 0;
}
.news_contect {
  margin-top: 10px;
}
.news_contect > .news_box {
  width: 100%;
  padding: 10px 10px 0 10px;
  margin-bottom: 10px;
}
.news_title>span {
  line-height: 30px;
  font-size: 20px;
  padding-right: 10px;
}
.news_dl>dt {
  padding: 10px 0;
}
.news_dl>dt>a .news_img {
  width: 30%;
  border-radius: 20px 0 0 0;
}
.news_dl>dt>a .news_R {
  width: 70%;
  padding: 0 0 0 10px;
}
.news_dl>dt>a .news_R .news_p {
  line-height: 24px;
}
.news_dl > dt > a .news_R .news_txt {
  height: 60px;
  line-height: 20px;
}
.news_dl>dd>a {
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
}
.news_dl>dd>a::before {
  width: 14px;
  height: 14px;
  margin: 13px 0 0 10px;
}
.news_com>dt>a .news_R {
  width: 100%;
  padding: 0;
}
.news_com > dt > a .news_R .news_txt {
  height: 60px;
  -webkit-line-clamp: 3;
}
/* END-首页 */

/* 关于我们 */
.main{
	padding: 0;
}
.main_left{
	width: 100%;
}
.main_right{
	width: 100%;
}
.main_right .dqwz_contect{
  padding: 10px 0;
}
.company{
	line-height: 24px;
}
/* END-关于我们 */

/* 产品中心/工程案例 */
.cpzx_ul1 li{
  margin: 0 1% 10px 1%;
}
.cpzx_ul1 li>a {
  padding: 0;
}
.cpzx_ul1 li>a .cpzx_txt {
  margin-top: 0;
}

.cpxq_p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 5px;
}
.cpxq_txt {
  line-height: 24px;
  padding-top: 5px;
}
.cpxq_txt img {
  margin: 5px auto;
}
/* END-产品中心/工程案例 */

/* 工程视频 */
.video_ul li{
  margin: 0 1% 10px 1%;
}
/* END-工程视频 */

/* 新闻中心 */
.xw_ul li{
  margin-bottom: 10px;
}
.xw_ul li>a{
  padding: 5px;
}
.xw_ul li>a .xw_R {
  padding: 5px 5px 5px 10px;
}
.xw_ul li>a .xw_R .xw_p{
  line-height: 24px;
  font-size: 16px;
}
.xw_ul li>a .xw_R .xw_txt{
  height: 60px;
  line-height: 20px;
  -webkit-line-clamp: 3;
  margin: 3px 0;
}

.xwxq_p{
  font-size: 16px;
  line-height: 24px;
}
.xwxq_sp{
  font-size: 12px;
  line-height: 14px;
  padding: 5px 0;
}
.xwxq_txt{
  line-height: 24px;
  padding-top: 5px;
}
.xwxq_txt img{
  margin: 5px auto;
}
/* END-新闻中心 */

/* 在线留言 */
.zxly_B{
  margin-bottom: 10px;
}
.zxly_sp{
  width: 50px;
  font-size: 16px;
  padding-right: 10px;
}
.zxly_btn {
  height: 40px;
  font-size: 16px;
  margin-top: 10px;
}
/* END-在线留言 */

/* 联系我们 */
.contact_txt{
  font-size: 14px;
  line-height: 24px;
}
.contact_map {
  height: 250px;
  margin-top: 10px;
}
/* END-联系我们 */

}

/* 手机底部组件 */
.root_kong {
  width: 100%;
  height: 56px;
  float: left;
  background-color: #fff;
	height: calc(56px +  constant(safe-area-inset-bottom));
	height: calc(56px +  env(safe-area-inset-bottom));
	padding-bottom: constant(safe-area-inset-bottom);
	padding-bottom: env(safe-area-inset-bottom);
}
.root {
  width: 100%;
  height: 54px;
  background-color: #3aa928;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 9;
	height: calc(54px +  constant(safe-area-inset-bottom));
	height: calc(54px +  env(safe-area-inset-bottom));
	padding-bottom: constant(safe-area-inset-bottom);
	padding-bottom: env(safe-area-inset-bottom);
}
.root>li{
  width: 25%;
  float: left;
  border-right: 1px solid #fff;
}
.root>li:last-child{border: none;}
.root>li>a {
  display: flex;
  align-content: center;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  padding: 6px 0;
}
.root>li>a>div {
  width: 100%;
  float: left;
  font-size: 14px;
  line-height: 1;
  color: #fff;
  text-align: center;
}
.root>li>a>div:first-child {
  font-size: 22px;
  margin-bottom: 6px;
}
.root>li>a:hover {
  background-color: #ff8401;
  color: #fff;
}
/* 电话 */
.root_bj {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background-color: rgba(0,0,0,0.6);
  z-index: 8;
}
.root_phone {
  display: none;
  width: 100%;
  background-color: #f5f5f5;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 9;
  overflow: hidden;
  box-shadow: 0 0 5px rgba(0,0,0,0.2);
}
.root_phone>a,
.root_phone>.root_off {
  display: block;
  background-color: #fff;
  line-height: 44px;
  color:#333;
  text-align: center;
  border-bottom: 1px solid #ddd;
  font-size:15px;
}
.root_phone .root_off {
  margin-top: 6px;
  border-top: 1px solid #ddd;
}
.root_phone .root_off:hover,
.root_phone a:hover {
  background:#ddd;
}
/* 微信号 */
.wecht-box{
  display: none;
  width: 100%;
  float: left;
  height: 100%;
  background-color: rgba(0,0,0,0.6);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
}
.wecht-box .wecht{
  width: 100%;
  float: left;
  background-color: #fff;
  border-radius: 5px;
  padding: 20px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.wecht-box .wecht .wecht_title{
  display: block;
  overflow: hidden;
  line-height: 20px;
  font-size: 14px;
  color: #333;
}
.wecht-box .wecht .wecht_title>span{
  display: block;
  overflow: hidden;
  line-height: 30px;
  font-size: 18px;
  font-weight: bold;
}
.wecht-box .wecht>img{
  display: block;
  max-width: 150px;
  margin: 10px auto;
  overflow: hidden;
}
.wecht-box .wecht .wecht_txt{
  display: block;
  overflow: hidden;
  font-size: 14px;
  line-height: 24px;
  color: #333;
  line-height: 18px;
}
.wecht-box .wecht .wecht_txt>span{
  font-family: Impact;
  font-size: 16px;
}
.wecht-box .wecht .wecht_off{
  width: 30px;
  height: 30px;
  font-size: 16px;
  color: #fff;
  position: absolute;
  left:50%;
  bottom:-38px;
  border: 1px solid #fff;
  transform:translateX(-50%);
  border-radius: 50%;
  display:flex;
  justify-content: center;
  align-items: center
}
/* END-手机底部组件 */


.contact_map{width:100%; overflow: hidden; height:350px; border:none; margin-top:20px;} 
.jlfanye{ width:100%;margin:0 auto; text-align: center; }
.jlfanye a{ padding:5px 15px;  border: solid 1px #dedede; float:none; display: inline-block; min-width:8px; margin:8px 2px; color:#999;}
.jlfanye a:hover{ color:#c41313;}