/* Animate.css动画演示 */
@import "../css/animate.min.css";

/* Swiper 6.4.1 */
@import "../swiper/swiper-bundle.min.css";

/* 字体图标 */
@import "../css/iconfont.min.css";

/* 公共样式 */
@import "../css/public.min.css";

/* 顶部 */
.topbox {
  width: 100%;
  background-color: #f1f1f1;
  line-height: 36px;
  font-size: 14px;
  color: #282828;
}
.topbox a {
  color: #282828;
  margin: 0 10px;
}
.topbox a:last-child{
  margin: 0 0 0 10px;
}
.topbox a:hover {
  color: #0d7012;
  text-decoration: underline;
}

/* 头部 */
.header {
  width: 100%;
  padding: 28px 0;
}
.logo > a{
	width: 100%;
  max-width: 284px;
}
.logo_txt{
	width: 100%;
  max-width: 380px;
}
.logo img {
  width: 100%;
  display: block;
  height: auto;
}
.header_dianhua {
  margin-top: 15px;
  background: url(../images/header_dianhua.png) no-repeat left center;
  padding-left: 52px;
}
.header_dianhua>span{
  display: block;
  overflow: hidden;
  line-height: 28px;
  font-size: 24px;
  font-weight: bold;
}
.header_dianhua>span>em{
  float: left;
  color: #131313;
  font-size: 16px;
  font-style: normal;
  margin-right: 5px;
  font-weight: normal;
}

/* 导航 */
nav {
  padding: 2px 0;
  background: #14991a;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 999999;
}
nav::before{
  content: "";
  width: 100%;
  height: calc(100% - 2px);
  float: left;
  border: 1px solid rgba(255,255,255, 0.5);
  position: absolute;
  left: 0;
  top: 1px;
}
.layui-nav{
  background-color: initial;
  padding: 0;
  border-radius: initial;
  -webkit-border-radius: initial;
  -moz-border-radius: initial;
  -ms-border-radius: initial;
  -o-border-radius: initial;
  position: relative;
  z-index: 5;
}
.layui-nav .layui-nav-item{
  width: 9.091%;
  line-height: 56px;
}
.layui-nav .layui-nav-item > a{
  padding: 0;
  text-align: center;
  font-size: 16px;
  color: #fff;
  position: relative;
  z-index: 1001;
}
.layui-nav .layui-nav-more{
    display: none;
}
.layui-nav .layui-this:after,
.layui-nav-bar,
.layui-nav-tree .layui-nav-itemed:after {
  height: 100%;
  background-color: #0d7012;
  border-left: 1px solid rgba(255,255,255, 0.5);
  border-right: 1px solid rgba(255,255,255, 0.5);
}
.layui-nav .layui-nav-item a:hover,
.layui-nav .layui-this a{
  color: #fff;
}
.layui-nav .layui-nav-item:hover > a{
  color: #fff;
}

/* 导航下拉 */
.layui-nav-child{
  top: 100%;
  padding: 2px 0 0 0;
  border: none;
  line-height: 40px;
  background-color: #14991a;
  border-radius: initial;
}
.layui-nav .layui-nav-child dd a{
  font-size: 14px;
  color: #fff;
  padding: 0;
  text-align: center;
}
.layui-nav .layui-nav-child dd a:hover{
  background-color: #535a53;
  color: #fff;
}

/*banner大图*/
.banner {
  width: 100%;
  position: relative;
}
.banner-imgbox .swiper-slide img {
  width: 100%;
  display: block;
  height: auto;
}
/*圆点*/
.banner-imgbox .swiper-pagination {
  bottom: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.banner-imgbox .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  background: #14991a;
  opacity: 0.5;
  border-radius: 50%;
}
.banner-imgbox>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px;
}
.banner-imgbox .swiper-pagination-bullet-active {
  opacity: 1;
  background: #0d7012;
}
/*箭头*/
.banner-prev,
.banner-next{
  left: 2%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 70px;
  font-size: 30px;
  color: #fff;
  background-color: rgba(0,0,0,0.6);
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  z-index: 999999;
  transition: all 0.4s;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.banner-next{
  left: initial;
  right: 2%;
}
.banner-imgbox:hover .banner-next,
.banner-imgbox:hover .banner-prev  {
  opacity: 1;
}

/* 搜索 */
.search{
  width: 100%;
  overflow: hidden;
  background-color: #14991a;
}
.search>.container{
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}
.search_B{
  width: 50%;
  float: right;
  padding: 13px 0;
}
.search_form{
  width: 81.25%;
  float: right;
  border:2px solid #fff;
}
.search_sp{
  width: 130px;
  float: left;
  height: 40px;
  line-height: 40px;
}
.search_sp>span{
  float: right;
  color: #fff;
  font-size: 14px;
  background: url(../images/search_icon.png) no-repeat left center;
  padding-left: 24px;
}
.search_inp1{
  width: calc(100% - 238px);
  float: left;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  color: #fff;
  font-size: 14px;
  background: none;
}
.search_btn{
  width: 108px;
  float: left;
  height: 40px;
  background: url(../images/search_ss.png) no-repeat center center #fff;
  border: none;
  outline: none;
  cursor: pointer;
}
.search_left{
  width: 50%;
  float: left;
  padding: 13px 0;
  background-image: url(../images/search_jiantou.png);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 40px 100%;
  background-color: #0d7012;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
}
.search_left::before{
  content: "";
  width: 1920px;
  float: left;
  height: 100%;
  background-color: #0d7012;
  position: absolute;
  right: 99%;
  top: 0;
}
.search_txt{
  width: 100%;
  overflow: hidden;
  line-height: 24px;
  font-size: 16px;
  color: #fff;
  position: relative;
  z-index: 2;
}
.search_txt>span{
  float: left;
  font-weight: bold;
}
.search_txt>a{
  color: #fff;
}
.search_txt>a:hover{
  color: #fff;
  text-decoration: underline;
}
/* END */

/* 首页 */
.scope{
  width: 100%;
  overflow: hidden;
  padding: 50px 0;
}
.scope_title{
  display: block;
  overflow: hidden;
  text-align: center;
}
.scope_p{
  font-family: Impact;
  line-height: 38px;
  color: #0d7012;
  font-size: 28px;
  text-transform: uppercase;
  opacity: 0.2;
}
.scope_sp{
  display: flex;
  justify-content: center;
}
.scope_sp>span{
  float: left;
  position: relative;
  line-height: 42px;
  padding: 0 30px;
  font-size: 28px;
  color: #14991a;
  font-weight: bold;
}
.scope_sp>span::before{
  content: "";
  width: 44px;
  float: left;
  height: 1px;
  background-color: #d8dcdf;
  position: absolute;
  right: 100%;
  top: 50%;
}
.scope_sp>span::after{
  content: "";
  width: 44px;
  float: left;
  height: 1px;
  background-color: #d8dcdf;
  position: absolute;
  left: 100%;
  top: 50%;
}
.scope_spp{
  line-height: 28px;
  font-size: 14px;
  color: #999;
}
.scope_nav{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 30px;
}
.scope_nav li{
  width: 184px;
  float: left;
  margin: 3px 8px;
}
.scope_nav li a{
  display: block;
  overflow: hidden;
  height: 50px;
  line-height: 48px;
  border: 1px solid #14991a;
  text-align: center;
  font-size: 16px;
  color: #14991a;
  font-weight: bold;
}
.scope_nav li a:hover,
.scope_nav li.scope_active a{
  background-color: #14991a;
  color: #fff;
}
.scope_contect{
  margin-top: 40px;
}
.scope-imgbox .swiper-slide>a{
  display: block;
  overflow: hidden;
  border: 1px solid #b3b3b3;
}
.scope-imgbox .swiper-slide>a .scope_img{
  width: 100%;
  overflow: hidden;
  position: relative;
}
.scope-imgbox .swiper-slide>a .scope_img::before{
  content: "";
  display: block;
  padding-top: 71%;
}
.scope-imgbox .swiper-slide>a .scope_img .scope_hover{
  width: 100%;
  height: 0;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0,0,0,0.3);
}
.scope-imgbox .swiper-slide>a .scope_txt{
  display: block;
  overflow: hidden;
  text-align: center;
  padding: 10px 0;
  line-height: 20px;
  text-transform: uppercase;
  font-size: 14px;
  color: #999;
}
.scope-imgbox .swiper-slide>a .scope_txt>span{
  display: block;
  overflow: hidden;
  line-height: 26px;
  font-size: 16px;
  color: #4c4c4c;
  transition: all 0.4s;
}
.scope-imgbox .swiper-slide>a:hover .scope_img img{
  transform: scale(1.1);
}
.scope-imgbox .swiper-slide>a:hover .scope_img .scope_hover{
  height: 100%;
}

.scope-imgbox .swiper-slide>a:hover .scope_txt{
  background-color: #14991a;
  color: #fff;
}
.scope-imgbox .swiper-slide>a:hover .scope_txt>span{
  color: #fff;
}
.scope_btn{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 40px;
}
.scope_btn>span{
  width: 80px;
  float: left;
  height: 34px;
  border: 1px solid #ccc;
  border-radius: 5px;
  background: url(../images/fw_btn.png) no-repeat center center;
  margin: 0 20px;
}
.scope-prev,
.scope-next{
  width: 120px;
  float: left;
  height: 34px;
  border-radius: 5px;
  border: 1px solid #ccc;
  background-image: url(../images/fw_left.png);
  background-position: center;
  background-repeat: no-repeat;
  outline: none;
  cursor: pointer;
  transition: all 0.4s;
}
.scope-next{
  background-image: url(../images/fw_right.png);
}
.scope-prev:hover{
  background-image: url(../images/fw_left_hover.png);
}
.scope-next:hover{
  background-image: url(../images/fw_right_hover.png);
}

.hf{
  width: 100%;
  overflow: hidden;
  padding: 50px 0;
  background-color: #14991a;
  position: relative;
}
.hf_title{
  display: block;
  overflow: hidden;
  margin-top: 10px;
  text-align: center;
  line-height: 44px;
  font-size: 24px;
  color: #fff;
}
.hf_title>span{
  display: block;
  overflow: hidden;
  line-height: 56px;
  font-size: 36px;
  font-weight: bold;
}
.hf::before{
  content: "";
  width:0;
  height:0;
  border-top:46px solid #fff;
  border-left:46px solid transparent;
  border-right:46px solid transparent;
  position:absolute;
  left:50%;
  top:0;
  transform: translateX(-50%);
}
.hf_dianhua{
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.hf_dianhua>span{
  float: left;
  border: 1px solid #8acc8d;
  line-height: 38px;
  padding: 0 30px;
  font-size: 16px;
  color: #fff;
}
.hf_dianhua>span>em{
  float: right;
  font-style: normal;
  font-size: 24px;
  font-weight: bold;
}

.ys{
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 40px 0;
}
.ys::before{
  content: "";
  width:0;
  height:0;
  border-top:46px solid #14991a;
  border-left:46px solid transparent;
  border-right:46px solid transparent;
  position:absolute;
  left:50%;
  top:0;
  transform: translateX(-50%);
}
.ys_ul{
  display: block;
  overflow: hidden;
}
.ys_ul li{
  display: block;
  overflow: hidden;
  margin-bottom: 30px;
}
.ys_ul li:last-child{
  margin: 0;
}
.ys_ul li .ys_left{
  width: 36%;
  float: right;
}
.ys_ul li .ys_left img{
  display: block;
  max-width: 100%;
  height: auto;
}
.ys_ul li .ys_right{
  width: 56%;
  float: left;
}
.ys_ul li:nth-child(even) .ys_left{
  float: left;
}
.ys_ul li:nth-child(even) .ys_right{
  float: right;
}
.ys_B{
  display: block;
  overflow: hidden;
  margin-bottom: 10px;
}
.ys_B:last-child{
  margin: 0;
}
.ys_title{
  display: block;
  overflow: hidden;
  line-height: 58px;
  font-size: 32px;
  color: #14991a;
  font-weight: bold;
}
.ys_title>span{
  float: left;
  margin-right: 30px;
  font-size: 40px;
  color: #b5b3b4;
  font-family: Impact;
}
.ys_txt{
  display: block;
  overflow: hidden;
  margin-top: 15px;
  line-height: 30px;
  height: 90px;
  font-size: 14px;
  color: #161616;
  line-height: 30px;
  text-overflow:ellipsis;
  display: -webkit-box;
  -webkit-line-clamp:3;
  -webkit-box-orient: vertical;
}

.gsjj{
  width: 100%;
  overflow: hidden;
  background: url(../images/gsjj_bj.jpg) no-repeat center top;
  padding: 40px 0;
}
.gsjj_contect{
  width: 1340px;
  display: flex;
  flex-wrap: wrap;
  background-color: #fff;
  margin: 30px 0 0 -30px;
  padding: 40px 30px;
}
.gsjj_img{
  width: 43.4375%;
  float: left;
  overflow: hidden;
  position: relative;
}
.gsjj_right{
  width: 56.5625%;
  float: right;
  padding-left: 30px;
}
.gsjj_p{
  line-height: 30px;
  font-size: 24px;
  color: #333;
  font-weight: bold;
}
.gsjj_sp{
  line-height: 30px;
  font-size: 14px;
  color: #777;
  margin-top: 5px;
  text-transform: uppercase;
}
.gsjj_txt{
  display: block;
  overflow: hidden;
  height: 224px;
  margin-top: 20px;
  font-size: 14px;
  color: #333;
  line-height: 32px;
  text-overflow:ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
}
.gsjj_more{
  display: block;
  overflow: hidden;
  margin-top: 15px;
}
.gsjj_more>a{
  float: left;
  line-height: 28px;
  font-size: 16px;
  color: #14991a;
  background: url(../images/fw_right_hover.png) no-repeat left center;
  padding-left: 45px;
}
.gsjj_more>a:hover{
  color: #14991a;
  text-decoration: underline;
}

.honor{
  width: 100%;
  overflow: hidden;
  padding: 40px 0;
}
.honor_contect{
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  margin-top: 50px;
}
.honor_left{
  width: 30.46875%;
  float: left;
  background-color: #383838;
}
.honor_title{
  width: 100%;
  float: left;
  background-color: #0d7012;
  padding: 19px 0 19px 30px;
  color: #fff;
  line-height: 30px;
  font-size: 18px;
}
.honor_title>span{
  float: left;
  line-height: 60px;
  font-weight: bold;
  margin-right: 5px;
}
.honor_nav{
  width: 100%;
  float: left;
}
.honor_nav li{
  width: 100%;
  float: left;
  display: flex;
  align-items: center;
  align-content: center;
  padding: 30px 20px 0 20px;
  font-size: 20px;
  color: #fff;
  border-bottom: 1px solid #606060;
  cursor: pointer;
  position: relative;
  z-index: 9;
}
.honor_nav li>img{
  float: left;
  margin-right: 30px;
}
.honor_nav li.honor_active{
  background-color: #14991a;
}
.honor_nav li.honor_active::after{
  content: "";
  width:0;
  height:0;
  border-left:36px solid #14991a;
  border-top:50px solid transparent;
  border-bottom:51px solid transparent;
  position:absolute;
  left:100%;
  top:0;
  z-index: 9;
}
.honor_right{
  width: 69.53125%;
  float: left;
  background: url(../images/honor_bj.jpg) no-repeat center center;
  background-size: cover;
}
.honor_right>div{
  display: none;
  width: 100%;
  float: left;
  height: 100%;
  background-color: rgba(0,0,0,0.6);
  padding: 20px 30px 20px 60px;
  color: #fff;
}
.honor_right>div:first-child{
  display: block;
}
.honor_ul{
  display: block;
  overflow: hidden;
  width: 102%;
  height: 100%;
  margin-left: -1%;
}
.honor_ul li{
  width: 31.3333%;
  float: left;
  height: 100%;
  margin: 7px 1%;
  overflow: hidden;
  position: relative;
}
.honor_ul li::before{
  content: "";
  display: block;
  padding-top: 135%;
}

.site{
  width: 100%;
  overflow: hidden;
  background: url(../images/case_bj.jpg) no-repeat center center;
  background-size: cover;
  padding: 50px 0;
}
.site .scope_p,
.site .scope_sp>span,
.site .scope_spp{
  color: #fff;
}
.site_title{
  display: block;
  max-width: 1200px;
  margin: 25px auto 0 auto;
  height: 51px;
  position: relative;
}
.site_title::after{
  content: "";
  width: 100%;
  display: block;
  overflow: hidden;
  height: 1px;
  background-color: rgba(255,255,255,0.5);
  position: absolute;
  left: 0;
  bottom: 1px;
}
.site_nav{
  float: left;
}
.site_nav li{
  height: 51px;
  float: left;
  position: relative;
  margin-right: 65px;
}
.site_nav li a{
  display: block;
  overflow: hidden;
  height: 38px;
  line-height: 38px;
  font-size: 20px;
  color: #ccc;
}
.site_nav li:hover::before,
.site_nav li.site_active::before{
  content: "";
  width:0;
  height:0;
  border-bottom: 5px solid #fff;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  position:absolute;
  left:50%;
  bottom: 3px;
  transform: translateX(-50%);
}
.site_nav li:hover::after
.site_nav li.site_active::after{
  content: "";
  width:100%;
  height:3px;
  background-color: #fff;
  position:absolute;
  left:0;
  bottom: 0;
}
.site_nav li:hover a,
.site_nav li.site_active a{
  color: #fff;
}
.site_more{
  float: right;
  line-height: 38px;
}
.site_more>a{
  color: #fff;
  font-size: 16px;
}
.site_more>a:hover{
  color: #fff;
  text-decoration: underline;
}
.site_ul{
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  padding-top: 20px;
}
.site_ul li{
  width: 16.66666%;
  float: left;
}
.site_ul li a{
  width: 100%;
  float: left;
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
}
.site_ul li a .site_B{
  width: 100%;
  overflow: hidden;
  position: relative;
}
.site_ul li a .site_B::before{
  content: "";
  display: block;
  padding-top: 87.5%;
}
.site_ul li a .site_B .site_txt{
  width: 100%;
  float: left;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
  text-align: center;
  line-height: 32px;
  font-size: 16px;
  color: #666;
}
.site_ul li a .site_B .site_txt>span{
  width: 100%;
  display: block;
  line-height: 36px;
  overflow: hidden;
  font-size: 20px;
  color: #333;
  font-weight: bold;
}
.site_ul li a .site_B:last-child::after{
  content: "";
  width: calc(100% - 30px);
  float: left;
  height: calc(100% - 30px);
  border: 1px solid #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  z-index: 9;
}
.site_ul li:nth-child(even) a{
  flex-direction: column-reverse;
}
.site_ul li a:hover .site_B img{
  transform: scale(1.1);
}

.news{
  width: 100%;
  overflow: hidden;
  padding: 50px 0;
}
.news_contect{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 55px;
}
.news_left{
  width: 50%;
  float: left;
}
.news_title{
  display: block;
  overflow: hidden;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  line-height: 58px;
  margin-bottom: 40px;
}
.news_p{
  float: left;
  font-size: 18px;
  color: #333;
  font-weight: bold;
}
.news_more{
  float: right;
}
.news_more a{
  color: #14991a;
  font-size: 16px;
}
.news_more a:hover{
  color: #14991a;
  text-decoration: underline;
}
.news_ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.news_ul li{
  width: calc(50% - 15px);
  float: left;
}
.news_ul li .news_img{
  width: 100%;
  overflow: hidden;
  position: relative;
}
.news_ul li .news_img::before{
  content: "";
  display: block;
  padding-top: 65%;
}
.news_ul li .news_B{
  display: block;
  overflow: hidden;
  border: 1px solid #cfcfcf;
  padding: 21px 15px;
}
.news_ul li .news_B .news_pp{
  display: block;
  overflow: hidden;
  line-height: 28px;
  font-size: 16px;
  color: #333;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.news_ul li .news_B .news_sp{
  display: block;
  overflow: hidden;
  line-height: 22px;
  font-size: 14px;
  color: #666;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.news_ul li .news_B .news_txt{
  display: block;
  overflow: hidden;
  line-height: 24px;
  font-size: 14px;
  color: #6666;
  height: 72px;
  text-overflow:ellipsis;
  display: -webkit-box;
  -webkit-line-clamp:3;
  -webkit-box-orient: vertical;
  margin-top: 7px;
}
.news_ul li .news_B .news_jiantou{
  display: block;
  overflow: hidden;
  height: 18px;
  background: url(../images/news_jiantou1.png) no-repeat right center;
}
.news_ul li:hover .news_img img{
  transform: scale(1.1);
}
.news_ul li:hover .news_B .news_pp{
  color: #14991a;
}
.news_ul li:hover .news_B .news_jiantou{
  background: url(../images/news_jiantou2.png) no-repeat right center;
}
.news_right{
  width: calc(50% - 50px);
  float: right;
}
.hy_ul{
  display: block;
  overflow: hidden;
}
.hy_ul li{
  display: block;
  overflow: hidden;
  margin-bottom: 14px;
  border: 1px solid #ccc;
}
.hy_ul li .hy_title{
  display: block;
  overflow: hidden;
}
.hy_ul li .hy_title .hy_sub{
  width: 58px;
  float: left;
  height: 58px;
  position: relative;
  background-color: #ccc;
  margin-right: 20px;
  cursor: pointer;
}
.hy_ul li .hy_title .hy_sub::before{
  content: "";
  width: 18px;
  height: 2px;
  float: left;
  background-color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}
.hy_ul li .hy_title .hy_sub::after{
  content: "";
  width: 2px;
  height: 18px;
  float: left;
  background-color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}
.hy_ul li .hy_title>a{
  display: block;
  overflow: hidden;
  line-height: 58px;
  padding-right: 18px;
  font-size: 16px;
  color: #333;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.hy_ul li .hy_title>a>span{
  float: right;
}
.hy_ul li .hy_B{
  display: none;
  overflow: hidden;
  padding: 17px 20px;
  border-top: 1px solid #ccc;
}
.hy_ul li .hy_B .hy_txt{
  display: block;
  height: 72px;
  line-height: 24px;
  color: #666;
  overflow: hidden;
  text-overflow:ellipsis;
  display: -webkit-box;
  -webkit-line-clamp:3;
  -webkit-box-orient: vertical;
}
.hy_ul li.hy_active .hy_title .hy_sub{
  background-color: #14991a;
}
.hy_ul li.hy_active .hy_title .hy_sub::after{
  opacity: 0;
}
.hy_ul li.hy_active .hy_title>a{
  color: #14991a;
}
.hy_ul li.hy_active .hy_B{
  display: block;
}
/* END-首页 */

/* 底部 */
footer {
  background: #14991a;
}
.footer{
  width: 100%;
  overflow: hidden;
  border-bottom: 1px solid #43ad48;
}
.footer_left{
  width: 26.71815%;
  float: left;
  position: relative;
  padding: 50px 0 60px 0;
}
.footer_left::before{
  content: "";
  width: 662px;
  float: left;
  height: 100%;
  background: url(../images/footer_bj.jpg) no-repeat center center;
  background-size: cover;
  position: absolute;
  right: 0;
  top: 0;
}
.footer_logo{
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 5;
}
.footer_logo img{
  display: block;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
.footer_dianhua{
  display: block;
  overflow: hidden;
  margin-top: 25px;
  line-height: 24px;
  color: #fff;
  font-size: 14px;
  position: relative;
  z-index: 5;
}
.footer_dianhua>span{
  display: block;
  overflow: hidden;
  margin-top: 10px;
  line-height: 32px;
  font-size: 30px;
  font-weight: bold;
}

.footer_right{
  width: 73.28125%;
  float: left;
  padding-left: 25px;
}
.footer_nav{
  display: block;
  overflow: hidden;
  padding: 20px 30px 20px 0;
  border-bottom: 1px solid #43ad48;
  line-height: 22px;
  position: relative;
}
.footer_nav a{
  font-size: 14px;
  color: rgba(255,255,255,0.4);
  margin-right: 20px;
}
.footer_nav a:hover{
  color: rgba(255,255,255,1);
  text-decoration: underline;
}
.footer_top{
  width: 24px;
  float: left;
  height: 22px;
  background: url(../images/top_icon.png) no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.footer_contect{
  display: block;
  overflow: hidden;
  padding-top: 20px;
}
.footer_txt{
  float: left;
  font-size: 14px;
  color: #fff;
  line-height: 36px;
}
.footer_wxB{
  width: 320px;
  float: right;
  padding-top: 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.footer_wx{
  width: 130px;
  float: left;
  text-align: center;
  color: #fff;
}
.footer_wx img{
  width: 130px;
  height: 130px;
  display: block;
  margin: 0 auto;
}
.footer_wx span{
  display: block;
  overflow: hidden;
  height: 20px;
  line-height: 20px;
  margin-top: 10px;
}

.copyright{
  width: 100%;
  overflow: hidden;
  text-align: center;
  line-height: 24px;
  padding: 15px 0;
  color: #fff;
  font-size: 14px;
}
.copyright a{
  color: #fff;
  margin: 0 5px;
}
.copyright a:hover{
  color: #fff;
  text-decoration: underline;
}
/* END-底部 */

/* 关于我们 */
.main{
	width: 100%;
	overflow: hidden;
	padding: 60px 0;
}
.main_left{
	width: 300px;
	float: left;
}
.about{
	width: 100%;
	float: left;
}
.about_title{
	display: block;
	overflow: hidden;
	background-color: #14991a;
  padding: 22px 0 22px 20px;
	color: #fff;
}
.about_T{
  float: left;
  height: 66px;
  line-height: 66px;
  font-size: 80px;
  margin-right: 10px;
  text-transform: uppercase;
}
.about_p{
  display: block;
  overflow: hidden;
  line-height: 40px;
  font-size: 24px;
}
.about_sp{
  display: block;
  overflow: hidden;
  line-height: 26px;
  font-size: 18px;
  text-transform: uppercase;
}
.about_ul{
	display: block;
	overflow: hidden;
  border: 1px solid #d2d2d2;
}
.about_ul>li{
	display: block;
	overflow: hidden;
  border-bottom: 1px solid #d2d2d2;
}
.about_ul>li:last-child{
  border-bottom: none;
}
.about_ul>li>a{
	display: block;
	overflow: hidden;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	color: #333;
  padding: 0 30px 0 20px;
}
.about_ul>li>a::before{
  content: ">";
  width: 18px;
  float: right;
  height: 18px;
  line-height: 18px;
  text-align: center;
  border-radius: 50%;
  background-color: #b3b3b3;
  font-size: 18px;
  margin-top: 16px;
}
.about_ul>li>a>span{
  display: block;
  overflow: hidden;
  padding-left: 25px;
  position: relative;
}
.about_ul>li>a>span::before{
  content: "";
  width: 15px;
  float: left;
  height: 2px;
  background-color: #b3b3b3;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.4s;
}
.about_ul>li:hover>a,
.about_ul>li.about_on>a{
	background-color: #14991a;
	color: #fff;
}
.about_ul>li:hover>a::before,
.about_ul>li.about_on>a::before{
  background-color: #fff;
  color: #14991a;
}
.about_ul>li:hover>a>span::before,
.about_ul>li.about_on>a>span::before{
  background-color: #fff;
}
.about_dl{
	display: none;
	overflow: hidden;
}
.about_dl>dd{
	display: block;
	overflow: hidden;
  border-bottom: 1px solid #d2d2d2;
}
.about_dl>dd>a{
	display: block;
	overflow: hidden;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	color: #333;
  padding: 0 20px;
}
.about_dl>dd>a:hover{
	background-color: #14991a;
	color: #fff;
}

.main_right{
	width: 932px;
	float: right;
}
.dqwz_title{
	width: 100%;
	float: left;
  height: 34px;
	line-height: 32px;
	border-bottom: 2px solid #f0f0f0;
}
.dqwz_p{
  float: left;
  height: 34px;
  line-height: 30px;
  border-bottom: 3px solid #14991a;
  font-size: 20px;
  color: #14991a;
  font-weight: bold;
  padding-right: 5px;
}
.dqwz_sp{
  float: left;
  font-size: 14px;
  color: #666;
  padding-left: 5px;
  text-transform: uppercase;
}
.dqwz_nav{
  float: right;
  font-size: 14px;
  color: #666666;
  line-height: 30px;
  background: url(../images/dqwz_icon.png) no-repeat left center;
  padding-left: 26px;
}
.dqwz_nav>span{
  color: #14991a;
}
.dqwz_contect{
	width: 100%;
	float: left;
	padding-top: 20px;
}
.company{
	display: block;
	overflow: hidden;
	font-size: 14px;
	line-height: 30px;
	color: #333;
}
.company img{max-width:100% !important;height:auto !important;}
/* END-关于我们 */

/* 服务范围 */
.cp_ul{
  display: block;
  width: 960px;
}
.cp_ul::after{
  content: "";
  display: block;
  clear: both;
}
.cp_ul li{
  width: 292px;
  float: left;
  margin: 0 28px 20px 0;
  transition: all 0.4s;
}
.cp_ul li .cp_img{
  width: 100%;
  overflow: hidden;
  position: relative;
}
.cp_ul li .cp_img::before{
  content: "";
  display: block;
  padding-top: 75.34247%;
}
.cp_ul li .cp_txt{
  display: block;
  overflow: hidden;
  line-height: 26px;
  padding: 14px 0;
  border-bottom: 1px solid #bdbdbd;
  font-size: 16px;
  color: #333;
}
.cp_ul li .cp_txt>span{
  width: 26px;
  float: right;
  height: 26px;
  line-height: 26px;
  text-align: center;
  border-radius: 4px;
  background-color: #b3b3b3;
  font-size: 18px;
  color: #fff;
}
.cp_ul li:hover{
  box-shadow: 0 0 6px rgba(0,0,0,0.4);
}
.cp_ul li:hover .cp_img img{
  transform: scale(1.1);
}
.cp_ul li:hover .cp_txt{
  padding: 14px 20px;
}

.cp_bottom{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 40px;
}
.cp_bottom a{
  float: left;
  padding: 4px 12px;
  border: 1px solid #c9c9c9;
  margin: 2px;
  line-height: 20px;
  font-size: 14px;
  color: #666;
}
.cp_bottom a:hover,
.cp_bottom a.cp_active{
  border-color: #14991a;
  background-color: #14991a;
  color: #fff;
}

.cpxq{
	display: block;
	overflow: hidden;
}
.cpxq_p{
	display: block;
	overflow: hidden;
	text-align: center;
	font-size: 18px;
	line-height: 30px;
	color: #333;
	font-weight: bold;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
}
.cpxq_txt{
	display: block;
	overflow: hidden;
	font-size: 14px;
	line-height: 30px;
	color: #333;
}
.cpxq_txt img{
	display: block;
	max-width: 100%;
	height: auto;
	margin: 15px auto;
}
/* END-服务范围 */

/* 保洁知识 */
.xw_ul{
	display: block;
	overflow: hidden;
}
.xw_ul li{
	display: block;
	overflow: hidden;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px dashed #ccc;
}
.xw_ul li a{
	width: 100%;
	float: left;
	display: flex;
}
.xw_ul li a .xw_img{
	width: 250px;
	float: left;
	overflow: hidden;
	position: relative;
}
.xw_ul li a .xw_R{
	width: calc(100% - 250px);
	float: left;
	padding-left: 20px;
}
.xw_ul li a .xw_R .xw_p{
	display: block;
	overflow: hidden;
	line-height: 34px;
	font-size: 16px;
	color: #333;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.xw_ul li a .xw_R .xw_txt{
	display: block;
	overflow: hidden;
	height: 90px;
	line-height: 30px;
	font-size: 14px;
	color: #999;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	margin: 3px 0;
}
.xw_ul li a .xw_R .xw_sp{
	display: block;
	overflow: hidden;
	height: 20px;
	line-height: 20px;
	color: #999;
	font-size: 12px;
}
.xw_ul li a:hover .xw_img img{
	transform: scale(1.1);
}
.xw_ul li a:hover .xw_R .xw_p{
	color: #14991a;
}

.xwxq{
	display: block;
	overflow: hidden;
}
.xwxq_p{
	display: block;
	overflow: hidden;
	text-align: center;
	line-height: 30px;
	font-size: 18px;
	color: #333;
	font-weight: bold;
	margin-bottom: 10px;
}
.xwxq_sp{
	display: block;
	overflow: hidden;
	text-align: center;
	line-height: 20px;
	font-size: 12px;
	color: #999;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
}
.xwxq_txt{
	display: block;
	overflow: hidden;
	font-size: 14px;
	line-height: 30px;
	color: #000;
}
.xwxq_txt img{
	display: block;
	max-width: 100%;
	height: auto;
	margin: 15px auto;
}
/* END-保洁知识 */

/*联系我们*/
.contact_txt {
  display: block;
  overflow: hidden;
  font-size: 14px;
  color: #333;
  line-height: 30px;
}
.contact_map {
  width: 100%;
  overflow: hidden;
  height: 350px;
  border: none;
  margin-top: 20px;
}
/*END-联系我们*/

@media (max-width: 1300px) {
.container {
  max-width: 97% !important
}

/* 首页 */
.scope {
  padding: 40px 0;
}
.scope_nav li {
  width: 19%;
  margin: 3px 0.5%;
}

.hf {
  padding: 40px 0;
}
.hf::before {
  border-top: 36px solid #fff;
  border-left: 36px solid transparent;
  border-right: 36px solid transparent;
}
.ys::before {
  border-top: 36px solid #14991a;
  border-left: 36px solid transparent;
  border-right: 36px solid transparent;
}

.gsjj_contect {
  width: 100%;
  margin: 30px 0 0 0;
  padding: 30px 20px;
}
.honor_contect {
  margin-top: 40px;
}
.honor_title {
  padding: 19px 0 19px 15px;
  font-size: 16px;
}

.site {
  padding: 40px 0;
}
.site_title {
  max-width: 97%;
}

.news {
  padding: 40px 0;
}
.news_contect {
  padding-top: 40px;
}
.news_title {
  margin-bottom: 30px;
}
/* END-首页 */

/* 底部 */
.footer_nav{
  padding: 10px 30px 10px 0;
}
.footer_nav a {
  margin-right: 8px;
}

/* END-底部 */

/* 关于我们 */
.main{
	padding: 40px 0;
}
.main_left{
	width: 29%;
}
.main_right{
	width: 69%;
}
/* END-关于我们 */

/* 服务范围 */
.cp_ul{
  width: 102%;
  margin-left: -1%;
}
.cp_ul li{
  width: 31.33%;
  margin: 0 1% 20px 1%;
}
.cp_ul li .cp_txt{
  padding: 10px 0;
}
.cp_ul li:hover .cp_txt{
  padding: 10px;
}
.cp_bottom{
  padding-top: 20px;
}
/* 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: 99999999;
  background-size: 100% 100%;
}
.icon-menu>span {
  width: 100%;
  height: 5px;
  float: left;
  background-color: #000;
  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: 15px 0;
  position: fixed;
  z-index: 99999;
	background-color: #fff;
	box-shadow: 10px 10px 10px rgba(0,0,0,0.2);
}
nav {
  padding: 20px;
  background: none;
  position: fixed;
  background-color: rgba(0,0,0,0.8);
  width: 300px;
  height: 100%;
  left: -100%;
  transition: all 0.4s;
  z-index: 99999999;
}
.nav-actived{
  left: 0;
}
nav>.container{
  max-width: 100% !important;
}
.layui-nav{
  width: 100%;
}
.layui-nav .layui-nav-item{
  width: 100%;
  line-height: 55px;
  border-bottom: 1px solid #fff;
}
.layui-nav .layui-nav-item a{
	color: #fff;
}
.layui-nav .layui-this:after,
.layui-nav-bar,
.layui-nav-tree .layui-nav-itemed:after {
  display: none;
}
.layui-nav .layui-nav-item:hover,
.layui-nav .layui-this{
  background-color: #0d7012;
}
.layui-nav .layui-nav-item:hover a,
.layui-nav .layui-this a{
  color: #fff;
}

/*圆点*/
.banner-imgbox .swiper-pagination {
  bottom: 5px;
}
.banner-imgbox .swiper-pagination-bullet {
  width: 14px;
  height: 4px;
  border-radius: 0;
  transition: all 0.4s;
}
.banner-imgbox>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 2px;
}
.banner-imgbox .swiper-pagination-bullet-active {
  width: 20px;
}
/* END-头部 */

/* 首页 */
.search_B {
  width: 40%;
}
.search_left {
  width: 60%;
}
.search_form {
  width: 100%;
}
.search_inp1 {
  width: calc(100% - 178px);
}
.search_btn {
  width: 48px;
}

.scope {
  padding: 20px 0;
}
.scope_nav {
  padding-top: 15px;
}
.scope_contect {
  margin-top: 20px;
}
.scope_btn {
  padding-top: 20px;
}

.hf {
  padding: 20px 0;
}
.hf::before {
  border-top: 16px solid #fff;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
}
.ys::before {
  border-top: 16px solid #14991a;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
}
.hf_title {
  line-height: 40px;
  font-size: 20px;
}
.hf_title>span {
  line-height: 50px;
  font-size: 28px;
}
.hf_dianhua>span {
  padding: 0 15px;
}

.ys {
  padding: 20px 0;
}
.ys_ul li .ys_right {
  width: 60%;
}

.gsjj {
  padding: 20px 0;
}
.gsjj_contect {
  margin: 20px 0 0 0;
  padding: 20px 15px;
}
.gsjj_right {
  padding-left: 15px;
}
.gsjj_txt {
  height: 210px;
  margin-top: 0;
  line-height: 30px;
}

.honor {
  padding: 20px 0;
}
.honor_contect {
  margin-top: 20px;
}
.honor_title {
  padding: 10px;
  font-size: 16px;
  text-align: center;
  line-height: 20px;
}
.honor_title>span {
  width: 100%;
  line-height: 30px;
  margin-right: 0;
}
.honor_nav li {
  padding: 10px 10px 0 10px;
  font-size: 16px;
}
.honor_nav li>img {
  margin-right: 10px;
}
.honor_nav li.honor_active::after {
  border-left: 16px solid #14991a;
  border-top: 40px solid transparent;
  border-bottom: 41px solid transparent;
}
.honor_right>div {
  padding: 20px;
}

.site {
  padding: 20px 0;
}
.site_ul li {
  width: 33.3333%;
}
.site_ul li:nth-child(3n+1) a {
  flex-direction: initial;
}
.site_ul li:nth-child(3n+2) a {
  flex-direction: column-reverse;
}
.site_ul li:nth-child(3n+3) a {
  flex-direction: initial;
}

.news {
  padding: 20px 0;
}
.news_contect {
  padding-top: 20px;
}
.news_title {
  line-height: 50px;
  margin-bottom: 20px;
}
.news_ul li {
  width: 100%;
  margin-bottom: 10px;
}
.news_ul li a{
  width: 100%;
  float: left;
  display: flex;
}
.news_ul li .news_img {
  width: 140px;
  float: left;
}
.news_ul li .news_B {
  width: calc(100% - 140px);
  padding: 10px;
}
.news_ul li .news_B .news_txt {
  line-height: 20px;
  height: 60px;
  margin: 4px 0;
}
.hy_ul li {
  margin-bottom: 10px;
}
.hy_ul li .hy_title .hy_sub {
  width: 50px;
  height: 50px;
  margin-right: 10px;
}
.hy_ul li .hy_title>a {
  line-height: 50px;
  padding-right: 10px;
}
.hy_ul li .hy_B {
  padding: 10px;
}
/* END-首页 */

/* 底部 */
.footer_left {
  width: 30%;
  padding: 35px 0;
}
.footer_right {
  width: 70%;
  padding-left: 15px;
}
.footer_nav a {
  margin-right: 4px;
}
.footer_contect {
  padding-top: 10px;
}
.footer_txt {
  width: 49%;
  line-height: 24px;
}
.footer_wxB {
  width: 49%;
  padding-top: 10px;
}
.footer_wx {
  width: 46%;
}
.footer_wx img {
  width: 100%;
  height: auto;
}
/* END-底部 */

/* 关于我们 */
.main{
	padding: 30px 0;
}
.main_left{
	width: 34%;
}
.about_title {
  padding: 15px 0 15px 15px;
}
.about_T {
  height: 50px;
  line-height: 50px;
  font-size: 60px;
}
.about_p {
  line-height: 30px;
  font-size: 20px;
}
.about_sp {
  line-height: 20px;
  font-size: 16px;
}
.about_ul>li>a {
  padding: 0 15px;
}
.main_right{
	width: 64%;
}
.dqwz_contect{
	padding-top: 20px;
}
/* END-关于我们 */

/* 服务范围 */
.cp_ul li{
  width: 48%;
}
/* END-服务范围 */

/* 保洁知识 */
.xw_ul li a .xw_img{
	width: 180px;
}
.xw_ul li a .xw_R{
	width: calc(100% - 180px);
}
/* 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: 10px 0;
}
.logo{
  width: 50%;
}
.logo a {
  width: 70%;
}
nav{
  padding: 10px;
}
.layui-nav .layui-nav-item{
  line-height: 46px;
}

.search_B {
  width: 100%;
  padding: 5px 0;
}
.search_left {
  width: 100%;
  background-image: none;
  padding: 0;
}
.search_left::before {
  right: -10%;
}
.search_txt{
	width: 100%;
	float: left;
	padding: 10px 0;
	line-height: 20px;
  font-size: 14px;
}
/* END-头部 */

/* 首页 */
.scope {
  padding: 10px 0;
}
.scope_p {
  line-height: 20px;
  font-size: 16px;
}
.scope_sp>span {
  line-height: 30px;
  padding: 0 10px;
  font-size: 20px;
}
.scope_spp {
  line-height: 18px;
  font-size: 12px;
}
.scope_nav {
  padding-top: 5px;
}
.scope_nav li {
  width: 49%;
  margin: 2px 0.5%;
}
.scope_nav li a {
  height: 40px;
  line-height: 38px;
}
.scope_contect {
  margin-top: 10px;
}
.scope_btn {
  padding-top: 10px;
}
.scope_btn>span {
  margin: 0 10px;
}

.hf {
  padding: 10px 0;
}
.hf::before {
  border-top: 6px solid #fff;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
}
.ys::before {
  border-top: 6px solid #14991a;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
}

.hf_title {
  line-height: 20px;
  font-size: 14px;
}
.hf_title>span {
  line-height: 24px;
  font-size: 16px;
}
.hf_dianhua {
  margin-top: 10px;
}
.hf_dianhua>span {
  line-height: 30px;
  padding: 0 10px;
  font-size: 14px;
}
.hf_dianhua>span>em {
  font-size: 20px;
}

.ys {
  padding: 10px 0;
}
.ys_ul li {
  margin-bottom: 10px;
}
.ys_ul li .ys_left {
  width: 100%;
}
.ys_ul li .ys_right {
  width: 100%;
}
.ys_title {
  line-height: 38px;
  font-size: 20px;
  margin-top: 5px;
}
.ys_title>span {
  margin-right: 10px;
  font-size: 30px;
}
.ys_txt {
  margin-top: 5px;
  line-height: 24px;
  height: 72px;
}

.gsjj {
  padding: 10px 0;
}
.gsjj_contect {
  margin: 10px 0 0 0;
  padding: 5px;
}
.gsjj_img {
  width: 100%;
}
.gsjj_img::before{
  content: "";
  display: block;
  padding-top: 60%;
}
.gsjj_right {
  width: 100%;
  padding: 10px 0 0 0;
}
.gsjj_p {
  line-height: 24px;
  font-size: 16px;
}
.gsjj_txt {
  height: auto;
  line-height: 20px;
  -webkit-line-clamp: initial;
}
.gsjj_more {
  margin-top: 5px;
}

.honor {
  padding: 10px 0;
}
.honor_contect {
  margin-top: 10px;
}
.honor_left {
  width: 100%;
}
.honor_right {
  width: 100%;
}
.honor_right>div {
  padding: 10px;
}

.site {
  padding: 10px 0;
}
.site_title {
  max-width: calc(100% - 20px);
  margin-top: 5px;
}
.site_nav li {
  margin-right: 10px;
}
.site_nav li a {
  font-size: 16px;
}
.site_more>a {
  font-size: 14px;
}

.site_ul li {
  width: 100%;
}
.site_ul li a .site_B {
  width: 50%;
  float: left;
}
.site_ul li a .site_B {
  width: 50%;
  float: left;
}
.site_ul li:nth-child(3n+1) a,
.site_ul li:nth-child(3n+2) a,
.site_ul li:nth-child(3n+3) a {
  flex-direction: initial;
}
.site_ul li:nth-child(even) a{
  flex-direction: row-reverse;
}

.news {
  padding: 10px 0;
}
.news_contect {
  padding-top: 10px;
}
.news_left {
  width: 100%;
}
.news_title {
  line-height: 40px;
  margin-bottom: 10px;
}
.news_ul li .news_B .news_txt {
  height: 40px;
}
.news_right {
  width: 100%;
}
/* END-首页 */

/* 底部 */
.footer_right {
  width: 100%;
  padding: 10px 0;
}
.footer_nav {
  padding: 0;
  border: none;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}
.copyright {
  line-height: 20px;
  padding: 10px 0;
}
/* END-底部 */

/* 关于我们 */
.main{
	padding: 0;
}
.main_left{
	width: 100%;
}
.about_title{
  width: calc(100% + 20px);
  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: "\e7ee";
  font-family: icon-font !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.about_ul{
  display: none;
}
.about_ul>li>a {
  height: 40px;
  line-height: 40px;
  font-size: 14px;
}
.about_ul>li>a::before {
  font-size: 16px;
  margin-top: 11px;
}
.main_right{
	width: 100%;
}
.dqwz_contect{
	padding: 10px 0;
}
.company{
	line-height: 24px;
}
/* END-关于我们 */

/* 服务范围 */
.cp_ul li{
  margin: 0 1% 10px 1%;
}
.cp_ul li .cp_txt {
  padding: 5px 0;
}
.cp_ul li:hover .cp_txt{
  padding: 5px;
}
.cp_bottom{
  padding-top: 10px;
}
.cp_bottom a{
  padding: 3px 9px;
  margin: 1px;
  line-height: 18px;
  font-size: 12px;
}

.cpxq_p{
	font-size: 16px;
	line-height: 24px;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
.cpxq_txt{
	line-height: 24px;
}
.cpxq_txt img{
	margin: 5px auto;
}
/* END-服务范围 */

/* 保洁知识 */
.xw_ul li{
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.xw_ul li a .xw_img{
	width: 140px;
}
.xw_ul li a .xw_R{
	width: calc(100% - 140px);
	padding-left: 10px;
}
.xw_ul li a .xw_R .xw_p{
	line-height: 30px;
}
.xw_ul li a .xw_R .xw_txt{
	height: 60px;
	line-height: 20px;
	font-size: 14px;
}
.xw_ul li a .xw_R .xw_sp{
	height: 14px;
	line-height: 14px;
}

.xwxq_p{
	line-height: 24px;
	font-size: 16px;
	margin-bottom: 5px;
}
.xwxq_sp{
	line-height: 16px;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
.xwxq_txt{
	line-height: 24px;
}
.xwxq_txt img{
	margin: 5px auto;
}
/* END-保洁知识 */

/*联系我们*/
.contact_txt {
  line-height: 24px;
}
.contact_map {
  height: 250px;
  margin-top: 10px;
}
/*END-联系我们*/
}

/* 手机底部组件 */
.root_kong {
  width: 100%;
  height: 60px;
  float: left;
  background-color: #fff;
	height: calc(60px +  constant(safe-area-inset-bottom));
	height: calc(60px +  env(safe-area-inset-bottom));
	padding-bottom: constant(safe-area-inset-bottom);
	padding-bottom: env(safe-area-inset-bottom);
}
.root {
  width: 100%;
  height: 58px;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 9999;
  background-color: #fff;
	height: calc(58px +  constant(safe-area-inset-bottom));
	height: calc(58px +  env(safe-area-inset-bottom));
	padding-bottom: constant(safe-area-inset-bottom);
	padding-bottom: env(safe-area-inset-bottom);
}
.root > .layui-col-xs3 > a {
  display: flex;
  align-content: center;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  padding: 5px 0;
  background-color: #14991a;
  text-align: center;
  font-size: 14px;
  color: #fff;
}
.root > .layui-col-xs3 > a > div {
  width: 100%;
  float: left;
  height: 22px;
  line-height: 22px;
}
.root > .layui-col-xs3 > a > div:first-child {
  height: 26px;
  line-height: 26px;
  font-size: 20px;
}
.root > .layui-col-xs3 > a:hover {
  background-color: #0d7012;
  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: 999;
}
.root_phone {
  display: none;
  width: 100%;
  background-color: #f5f5f5;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 999999;
  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 */
