﻿/*
 * @制作者: 庄晓辉
 * @创建时间: 2021-04-19 16:18:26
 * @上次修改者: 庄晓辉
 * @上次修改时间: 2021-04-19 16:18:26
 */

/* Animate.css动画演示 */
@import "../css/animate.css";

/* Swiper 6.4.1 */
@import "../swiper/swiper-bundle.min.css";

/* 字体图标 */
@import "../css/iconfont.css";

/* 公共样式 */
@import "../css/public.css";

/* 顶部 */
.topbox {
  width: 100%;
  background-color: #f0f0f0;
  line-height: 30px;
  font-size: 14px;
  color: #8c8c8c;
  font-family: 微软雅黑;
}
.topbox a {
  color: #8c8c8c;
  margin: 0 10px;
}
.topbox a:last-child{
  margin: 0 0 0 10px;
}
.topbox a:hover {
  color: #ff9c00;
  text-decoration: underline;
}

/* 头部 */
.header {
  width: 100%;
  padding: 27px 0;
}
.logo > a{
  width: 489px;
}
.logo img {
  width: 100%;
  display: block;
  height: auto;
}
.logo_txt{
  width: 310px;
}
.header_dianhua {
  line-height: 22px;
  color: #333;
  font-size: 14px;
  background: url(../images/dianhua.png) no-repeat left center;
  padding-left: 40px;
  margin-top: 8px;
}
.header_dianhua span{
  display: block;
  font-family: Impact;
  font-size: 30px;
  line-height: 34px;
  color: #ff9c00;
}

/* 导航 */
nav {
  background: #188e54;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 999999;
}
.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;
    border-left: 1px solid #79bd9c;
}
.layui-nav .layui-nav-item{
    width: 14.285%;
    line-height: 50px;
    border-right: 1px solid #79bd9c;
}
.layui-nav .layui-nav-item > a{
    padding: 0;
    text-align: center;
    font-size: 18px;
    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: #ff9c00;
}
.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;
  border: none;
  line-height: 40px;
  background-color: rgba(24,142,84,0.8);
  border-radius: initial;
  -webkit-border-radius: initial;
  -moz-border-radius: initial;
  -ms-border-radius: initial;
  -o-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: #ff9c00;
  color: #fff;
}

/*banner大图*/
.banner {
  width: 100%;
  position: relative;
}
.banner .banner-imgbox .swiper-slide img {
  width: 100%;
}
/*圆点*/
.banner .swiper-pagination {
  opacity: 0;
  position: absolute;
  right: 0;
  bottom: 15px;
}
.banner .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  background: #188e54;
  opacity: 0.5;
  border-radius: 50%;
  margin: 0 6px;
}
.banner .swiper-pagination-bullet-active {
  opacity: 1;
  background: #ff9c00;
}
.banner:hover .swiper-pagination {
  opacity: 1;
}
/*箭头*/
.banner .banner-next {
  right: 2%;
  position: absolute;
  top: 50%;
  margin-top: -35px;
  width: 38px;
  height: 70px;
  background: url(../images/imgs/next.jpg) no-repeat center center;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  z-index: 999999;
  transition: all 0.4s;
}
.banner .banner-prev {
  left: 2%;
  position: absolute;
  top: 50%;
  margin-top: -35px;
  width: 38px;
  height: 70px;
  background: url(../images/imgs/prev.jpg) no-repeat center center;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  z-index: 999999;
  transition: all 0.4s;
}
.banner:hover .banner-next {
  opacity: 1;
}
.banner:hover .banner-prev {
  opacity: 1;
}
/* END */

/*首页内容*/

/* 搜索 */
.search{
  width: 100%;
  overflow: hidden;
  padding: 20px 0 45px 0;
}
.search>.container{
  background-color: #188e54;
  position: relative;
  background-image: url(../images/search_bj1.jpg),url(../images/search_bj2.jpg);
  background-position: left center,calc(100% + 1px) center;
  background-repeat: no-repeat,no-repeat;
  background-size: auto 100%, auto 100%;
  padding: 18px 65px;
}
.search>.container::before{
  content: "";
  width: 76px;
  float: left;
  height: 36px;
  background: url(../images/search_jiantou.png) no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  top: 100%;
}
.search>.container::after{
  content: "";
  display: block;
  clear: both;
}
.search_form{
  width: 270px;
  float: right;
  background-color: #fff;
}
.search_inp1{
  width: calc(100% - 30px);
  float: left;
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  color: #000;
  font-size: 14px;
  font-family: "Microsoft YaHei";
  border: none;
  outline: none;
}
.search_inp1::-webkit-input-placeholder{
  color: #333;
}
.search_inp1:-moz-placeholder{
  color: #333;
}
.search_btn{
  width: 30px;
  float: left;
  height: 30px;
  background: url(../images/search_ss.png) no-repeat left center;
  border: none;
  outline: none;
  cursor: pointer;
}
.search_txt{
  display: block;
  overflow: hidden;
  line-height: 24px;
  padding: 3px 0;
  font-size:16px;
  color: #fff;
}
.search_txt > a{
  color: #fff;
}
.search_txt > span{
  font-weight: bold;
}
.search_txt > a:hover{
  color: #ff9c00;
  text-decoration: underline;
}
/* .search_txt > .search_active{
  color: #ff9c00;
  text-decoration: underline;
} */

/* 厕所租赁 */
.zp{
  width: 100%;
  overflow: hidden;
  padding-bottom: 50px;
}
.zp_title{
  display: block;
  overflow: hidden;
  text-align: center;
}
.zp_title::after{
  content: "";
  display: block;
  width: 56px;
  height: 4px;
  background-color: #188e54;
  margin: 15px auto 0 auto;
}
.zp_p{
  line-height: 40px;
  font-size: 30px;
  color: #333;
  font-weight: bold;
}
.zp_sp{
  margin-top: 5px;
  line-height: 28px;
  font-size: 16px;
  color: #999;
}
.zp_nav{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  overflow: hidden;
  padding-top: 50px;
}
.zp_nav li{
  float: left;
  margin: 0 3px 4px 3px;
}
.zp_nav li a{
  display: block;
  overflow: hidden;
  height: 40px;
  line-height: 40px;
  background-color: #dfdfdf;
  padding: 0 15px;
  font-size: 20px;
  color: #333;
}
.zp_nav li a:hover,
.zp_nav li.zp_active a{
  background-color: #188e54;
  color: #fff;
}
.zp_contect{
  display: block;
  overflow: hidden;
  padding-top: 30px;
}
.zp_contect>div{
  display: none;
}
.zp_contect>div:first-child{
  display: block;
}
.zp_ul{
  display: block;
  overflow: hidden;
  position: relative;
}
.zp_ul li{
  width: 25%;
  height: 50%;
  float: left;
  padding: 25px 0 0 24px;
  position: absolute;
}
.zp_ul li a{
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
}
.zp_ul li a .zp_B{
  width: 100%;
  height: calc(100% - 40px);
  overflow: hidden;
}
.zp_ul li a .zp_B .zp_img{
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.zp_ul li a .zp_txt{
  display: block;
  overflow: hidden;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 20px;
  color: #333;
}
.zp_ul li:hover a .zp_B .zp_img{
  transform: scale(1.1,1.1);
}
.zp_ul li:nth-child(2){
  left: 50%;
  top: 0;
}
.zp_ul li:nth-child(3){
  right: 0;
  top: 0;
}
.zp_ul li:nth-child(4){
  left: 50%;
  bottom: 0;
}
.zp_ul li:nth-child(5){
  right: 0;
  bottom: 0;
}
.zp_ul li:first-child{
  width: 50%;
  padding: 25px 0 0 0;
  position: relative;
}
.zp_ul li:first-child a .zp_B .zp_img::before{
  content: "";
  display: block;
  padding-top: 75%;
}
.zp_more{
  display: flex;
  justify-content: center;
  overflow: hidden;
  padding-top: 50px;
}
.zp_more>a{
  width: 160px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  border-radius: 19px;
  text-align: center;
  background-color: #188e54;
  font-size: 14px;
  color: #fff;
}
.zp_more>a:hover{
  background-color: #ff9c00;
  color: #fff;
}

/* 关于焱拓 */
.gsjj{
  width: 100%;
  overflow: hidden;
  background-color: #e7eeeb;
  padding-top: 60px;
}
.gsjj>.container{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.gsjj_left{
  width: 39.25%;
  float: left;
  position: relative;
  display: flex;
}
.gsjj_left .gsjj_title{
  width: 100%;
  float: left;
  position: absolute;
  left: 0;
  top: 0;
  padding: 60px 0 0 30px;
  line-height: 44px;
  font-size: 30px;
  color: #188e54;
  font-weight: bold;
  text-transform: uppercase;
}
.gsjj_left .gsjj_img{
  width: 100%;
  float: left;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.gsjj_right{
  width: calc(50% + 25px);
  float: right;
}
.gsjj_p{
  display: block;
  overflow: hidden;
  line-height: 40px;
  font-size: 30px;
  color: #333;
  font-weight: bold;
}
.gsjj_txt{
  display: block;
  overflow: hidden;
  font-size: 16px;
  color: #333;
  line-height: 30px;
  margin-top: 30px;
}
.gsjj_dianhua_B{
  width: 100%;
  float: left;
  margin-top: 45px;
  position: relative;
  background-color: #188e54;
  padding: 52px 35px;
}
.gsjj_dianhua_B::before{
  content: "";
  width:0;
  height:0;
  border-right: 34px solid #188e54;
  border-top: 34px solid transparent;
  border-bottom: 0 solid transparent;
  position:absolute;
  right: 40px;
  top: -34px;
}
.gsjj_dianhua_B .gsjj_dianhua{
  display: block;
  overflow: hidden;
  line-height: 46px;
  background: url(../images/gsjj_dianhua.png) no-repeat left center;
  padding-left: 55px;
  font-family: impact;
  font-size: 40px;
  color: #fff;
}
.gsjj_dianhua_B .gsjj_dianhua_txt{
  display: block;
  overflow: hidden;
  margin-top: 10px;
  font-size: 20px;
  color: #fff;
  line-height: 42px;
}

/* 荣誉资质 */
.honor{
  width: 100%;
  overflow: hidden;
  padding: 50px 0;
}
.honor-imgbox .swiper-slide .honor_B{
  width: 100%;
  overflow: hidden;
}
.honor-imgbox .swiper-slide .honor_B .honor_img{
  width: 100%;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.honor-imgbox .swiper-slide .honor_B .honor_img::before{
  content: "";
  display: block;
  padding-top: 72.5%;
}
.honor-imgbox .swiper-slide .honor_txt{
  display: block;
  overflow: hidden;
  margin-top: 5px;
  height: 42px;
  line-height: 40px;
  text-align: center;
  border: 1px solid #ebebeb;
}
.honor-imgbox .swiper-slide:hover .honor_B .honor_img{
  transform: scale(1.1,1.1);
}
.honor-imgbox .swiper-slide:hover .honor_txt{
  border-color: #188e54;
  background-color: #188e54;
  color: #fff;
}

/* 厕所销售 */
.sale{
  width: 100%;
  overflow: hidden;
}
.sale_title{
  display: block;
  overflow: hidden;
  background-color: #188e54;
  padding: 26px 0;
}
.sale_title .zp_title::after{
  background-color: #fff;
}
.sale_title .zp_p,
.sale_title .zp_sp{
  color: #fff;
}
.sale_contect{
  display: block;
  overflow: hidden;
  background: url(../images/xs_bj.jpg) no-repeat center top;
  background-size: cover;
  padding: 40px 0 60px 0;
}
.sale_ul{
  display: block;
  overflow: hidden;
  width: 1230px;
}
.sale_ul li{
  width: 380px;
  float: left;
  margin: 0 30px 20px 0;
}
.sale_ul li .sale_B{
  width: 100%;
  overflow: hidden;
}
.sale_ul li .sale_B .sale_img{
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
.sale_ul li .sale_B .sale_img::before{
  content: "";
  display: block;
  padding-top: 73.9474%;
}
.sale_ul li .sale_txt{
  display: block;
  overflow: hidden;
  height: 42px;
  line-height: 40px;
  border: 1px solid #e8e8e8;
  background-color: #fff;
  font-size: 16px;
  color: #333;
  text-align: center;
  margin-top: 5px;
}
.sale_ul li:hover .sale_B .sale_img{
  transform: scale(1.1,1.1);
}
.sale_ul li:hover .sale_txt{
  border-color: #188e54;
  background-color: #188e54;
  color: #fff;
}
.sale .zp_more{
  padding-top: 20px;
}

/* 6大步骤 */
.bz{
  width: 100%;
  overflow: hidden;
  padding-bottom: 10px;
}
.bz_box{
  width: 100%;
  float: left;
  background-color: #188e54;
  box-shadow: 10px 10px 0 #d4eadf;
  padding: 40px 0 60px 0;
}
.bz_title{
  display: block;
  overflow: hidden;
}
.bz_title img{
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.bz_ul{
  display: block;
  overflow: hidden;
  padding-top: 60px;
}
.bz_ul li{
  width: 16.6666%;
  float: left;
}
.bz_ul li .bz_icon{
  width: 100%;
  float: left;
  position: relative;
  height: 114px;
}
.bz_ul li .bz_icon::before{
  content: "";
  width: 80px;
  float: left;
  height: 80px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -40px 0 0 -40px;
  transform: rotate(45deg);
}
.bz_ul li .bz_txt{
  width: 100%;
  float: left;
  position: relative;
  line-height: 30px;
  margin-top: 45px;
  text-align: center;
  font-size: 20px;
  color: #fff;
}
.bz_ul li .bz_txt::before{
  content: "";
  width: 1px;
  float: left;
  height: 35px;
  background-color: #fff;
  opacity: 0.5;
  position: absolute;
  left: 50%;
  top: -45px;
  transform: translateX(-50%);
}
.bz_ul li .bz_txt::after{
  content: "";
  width: 100%;
  float: left;
  height: 1px;
  background-color: #fff;
  opacity: 0.5;
  position: absolute;
  left: 0;
  top: -10px;
}
.bz_dianhua{
  display: flex;
  justify-content: center;
  padding-top: 60px;
}
.bz_dianhua>span{
  float: left;
  background-image: url(../images/bz_dianhua.png);
  background-repeat: no-repeat;
  background-position: 20px center;
  background-color: #fff;
  height: 55px;
  line-height: 55px;
  border-radius: 27px;
  padding: 0 40px 0 60px;
  font-family: Impact;
  font-size: 40px;
  color: #188e54;
}

/* 新闻资讯 */
.news{
  width: 100%;
  overflow: hidden;
}
.news_title{
  display: block;
  overflow: hidden;
  padding: 65px 0;
}
.news_contect{
  display: block;
  overflow: hidden;
  background: url(../images/news_bj.jpg) no-repeat center center;
  background-size: cover;
  padding: 50px 0 60px 0;
}
.news_contect>.container{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.news_left{
  width: 41%;
  float: left;
  background-color: #fff;
  position: relative;
}
.news_left::before{
  content: "";
  width: 100%;
  height: 50%;
  float: left;
  background-color: #188e54;
  position: absolute;
  left: 0;
  top: 0;
}
.news_left>a{
  width: 100%;
  float: left;
  height: 100%;
  padding: 40px;
  position: relative;
  z-index: 5;
}
.news_left>a .news_B{
  width: 100%;
  overflow: hidden;
}
.news_left>a .news_B .news_img{
  width: 100%;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.news_left>a .news_B .news_img::before{
  content: "";
  display: block;
  padding-top: 84.4828%;
}
.news_left>a .news_txt{
  display: block;
  overflow: hidden;
  margin-top: 35px;
  line-height: 30px;
  text-overflow:ellipsis;
  white-space: nowrap;
  font-size: 20px;
  color: #333;
}
.news_left>a .news_txt>span{
  float: right;
  font-family: SimSun;
  font-weight: bold;
}
.news_left>a:hover .news_B .news_img{
  transform: scale(1.1,1.1);
}
.news_left>a:hover .news_txt{
  color: #188e54;
}
.news_right{
  width: 56.75%;
  float: right;
  background-color: #fff;
  padding: 35px 20px 0 20px;
}
.news_nav{
  display: block;
  overflow: hidden;
}
.news_nav li{
  width: 130px;
  float: left;
  margin-right: 14px;
}
.news_nav li a{
  display: block;
  overflow: hidden;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #188e54;
  border-radius: 20px;
  font-size: 18px;
  color: #fff;
}
.news_nav li a:hover,
.news_nav li.news_active a{
  background-color: #ff9c00;
  color: #fff;
}
.news_box{
  display: block;
  overflow: hidden;
  padding-top: 30px;
}
.news_box>div{
  display: none;
}
.news_box>div:first-child{
  display: block;
}
.news_ul{
  display: block;
  overflow: hidden;
}
.news_ul li{
  display: block;
  overflow: hidden;
  margin-bottom: 45px;
}
.news_ul li>a{
  width: 100%;
  float: left;
  display: flex;
}
.news_ul li>a .news_B{
  width: 218px;
  float: left;
  overflow: hidden;
  display: flex;
}
.news_ul li>a .news_B .news_img{
  width: 100%;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.news_ul li>a .news_R{
  width: calc(100% - 218px);
  float: left;
  padding: 10px 0 0 20px;
}
.news_ul li>a .news_R .news_p{
  display: block;
  overflow: hidden;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  color: #333;
  text-overflow:ellipsis;
  white-space: nowrap;
  font-weight: bold;
}
.news_ul li>a .news_R .news_txt{
  display: block;
  overflow: hidden;
  height: 48px;
  line-height: 24px;
  font-size: 14px;
  color: #333;
  text-overflow:ellipsis;
  display: -webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient: vertical;
  margin-top: 15px;
}
.news_ul li>a .news_R .news_sp{
  display: block;
  overflow: hidden;
  height: 20px;
  line-height: 20px;
  font-size: 14px;
  color: #999;
  margin-top: 24px;
}
.news_ul li>a:hover .news_B .news_img{
  transform: scale(1.1,1.1);
}
.news_ul li>a:hover .news_R .news_p{
  color: #188e54;
}

/* 成功案例 */
.case{
  width: 100%;
  overflow: hidden;
  padding: 50px 0;
}
.case-imgbox{
  margin-top: 45px;
}
.case-imgbox .swiper-slide .case_B{
  width: 100%;
  overflow: hidden;
}
.case-imgbox .swiper-slide .case_B .case_img{
  width: 100%;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.case-imgbox .swiper-slide .case_B .case_img::before{
  content: "";
  display: block;
  padding-top: 72.5%;
}
.case-imgbox .swiper-slide .case_txt{
  display: block;
  overflow: hidden;
  margin-top: 5px;
  height: 42px;
  line-height: 40px;
  text-align: center;
  border: 1px solid #ebebeb;
}
.case-imgbox .swiper-slide:hover .case_B .case_img{
  transform: scale(1.1,1.1);
}
.case-imgbox .swiper-slide:hover .case_txt{
  border-color: #188e54;
  background-color: #188e54;
  color: #fff;
}
/*END-首页内容*/

/* 底部 */
footer {
  background: url(../images/footer_bj.jpg) no-repeat center center;
  background-size: cover;
}
.footer_left{
  width: 50%;
  float: left;
  padding: 40px 0;
}
.footer_B{
  width: 32.33%;
  float: left;
  margin-right: 1%;
}
.footer_p{
  display: block;
  overflow: hidden;
  line-height: 32px;
  font-size: 17px;
  color: #fff;
  margin-bottom: 15px;
}
.footer_ul{
  display: block;
  overflow: hidden;
}
.footer_ul li{
  display: block;
  overflow: hidden;
  height: 36px;
  line-height: 36px;
  color: #fff;
  text-overflow:ellipsis;
  white-space: nowrap;
  font-size: 14px;
}
.footer_ul li a{
  color: #fff;
}
.footer_ul li a:hover{
  color: #fff;
  text-decoration: underline;
}
.footer_right{
  width: 50%;
  float: left;
  padding: 40px 0 40px 55px;
}
.lxwm_contect{
  display: block;
  overflow: hidden;
  line-height: 36px;
  color: #fff;
  font-size: 14px;
}
.lxwm_dianhua{
  float: right;
  text-align: right;
  line-height: 28px;
  color: #fff;
}
.lxwm_dianhua>span{
  display: block;
  line-height: 36px;
  font-family: Impact;
  font-size: 30px;
}
.copyright{
  width: 100%;
  overflow: hidden;
  border-top: 1px solid rgba(255,255,255,0.2);
  text-align: center;
  line-height: 20px;
  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;
}
/*.main>.container{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}*/
.main_left{
  width: 262px;
  float: left;
  background-color: #ebebeb;
}
.about{
  width: 100%;
  float: left;
}
.about_title{
  display: block;
  overflow: hidden;
  padding: 14px 0 14px 24px;
  background-color: #188e54;
  font-size: 14px;
  color: #fff;
  line-height: 20px;
  text-transform: uppercase;
}
.about_title>span{
  display: block;
  overflow: hidden;
  line-height: 28px;
  margin-bottom: 5px;
  font-size: 20px;
}
.about_ul{
  display: block;
  overflow: hidden;
  border-top: 1px solid #ddd;
}
.about_ul>li{
  display: block;
  overflow: hidden;
  border-bottom: 1px solid #ddd;
}
.about_ul>li>a{
  display: block;
  overflow: hidden;
  height: 50px;
  line-height: 50px;
  padding: 0 30px;
  font-size: 16px;
  color: #333;
}
.about_ul>li>a>span{
  float: right;
  font-size: 16px;
  font-family: SimSun;
  margin-left: 5px;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.about_ul>li:hover>a{
  background-color: #188e54;
  color: #fff;
}

.about_ul>li.act>a{
  background-color: #188e54;
  color: #fff;
}

.about_txt{
  display: block;
  overflow: hidden;
  font-size: 16px;
  color: #333;
  line-height: 36px;
  padding: 15px;
}
.main_right{
  width: 890px;
  float: right;
  padding: 30px 0;
}
.dqwz_title{
  width: 100%;
  float: left;
  background-color: #ececec;
}
.dqwz_title>span{
  float: left;
  line-height: 42px;
  background-color: #188e54;
  font-size: 16px;
  color: #fff;
  padding: 0 25px;
}
.dqwz_contect{
  width: 100%;
  float: left;
  padding-top: 25px;
}
.company{
  display: block;
  overflow: hidden;
  font-size: 16px;
  color: #000;
  line-height: 36px;
}
.company img{max-width: 100%;height: auto;}

/* END-关于焱拓 */

/* 厕所租赁/厕所销售/成功案例 */
.cp_ul{
  display: block;
  overflow: hidden;
  width: 915px;
}
.cp_ul li{
  width: 280px;
  float: left;
  margin: 0 25px 25px 0;
}
.cp_ul li .cp_B{
  width: 100%;
  overflow: hidden;
}
.cp_ul li .cp_B .cp_img{
  width: 100%;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.cp_ul li .cp_B .cp_img::before{
  content: "";
  display: block;
  padding-top: 72.5%;
}
.cp_ul li .cp_txt{
  display: block;
  overflow: hidden;
  margin-top: 5px;
  height: 42px;
  line-height: 40px;
  text-align: center;
  border: 1px solid #ebebeb;
  font-size: 16px;
}
.cp_ul li:hover .cp_B .cp_img{
  transform: scale(1.1,1.1);
}
.cp_ul li:hover .cp_txt{
  border-color: #188e54;
  background-color: #188e54;
  color: #fff;
}

.cpxq{
  display: block;
  overflow: hidden;
}
.cpxq_p{
  display: block;
  overflow: hidden;
  text-align: center;
  font-size: 18px;
  color: #333;
  font-weight: bold;
}
.cpxq_sp{
  display: block;
  overflow: hidden;
  padding: 5px 0;
  text-align: center;
  border-bottom: 1px dashed #ccc;
  font-size: 14px;
  line-height: 18px;
}
.cpxq_txt{
  display: block;
  overflow: hidden;
  padding-top: 10px;
  font-size: 14px;
  line-height: 24px;
  color: #333;
}
.cpxq_txt img{
  display: block;
  max-width: 100%;
  height: auto;
  margin: 10px auto;
}
/* END-厕所租赁/厕所销售/成功案例 */

/* 新闻资讯 */
.news_ul1{
  display: block;
  overflow: hidden;
}
.news_ul1 li{
  display: block;
  overflow: hidden;
  margin-bottom: 45px;
}
.news_ul1 li>a{
  width: 100%;
  float: left;
  display: flex;
}
.news_ul1 li>a .news_B{
  width: 218px;
  float: left;
  overflow: hidden;
  display: flex;
}
.news_ul1 li>a .news_B .news_img{
  width: 100%;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.news_ul1 li>a .news_R{
  width: calc(100% - 218px);
  float: left;
  padding: 10px 0 0 20px;
}
.news_ul1 li>a .news_R .news_p{
  display: block;
  overflow: hidden;
  height: 30px;
  line-height: 30px;
  font-size: 18px;
  color: #333;
  text-overflow:ellipsis;
  white-space: nowrap;
  font-weight: bold;
}
.news_ul1 li>a .news_R .news_txt{
  display: block;
  overflow: hidden;
  height: 90px;
  line-height: 30px;
  font-size: 14px;
  color: #333;
  text-overflow:ellipsis;
  display: -webkit-box;
  -webkit-line-clamp:3;
  -webkit-box-orient: vertical;
  margin-top: 15px;
}
.news_ul1 li>a .news_R .news_sp{
  display: block;
  overflow: hidden;
  height: 20px;
  line-height: 20px;
  font-size: 14px;
  color: #999;
  margin-top: 24px;
}
.news_ul1 li>a:hover .news_B .news_img{
  transform: scale(1.1,1.1);
}
.news_ul1 li>a:hover .news_R .news_p{
  color: #188e54;
}
/* END-新闻资讯 */

/*联系我们*/
.contact_txt {
  display: block;
  overflow: hidden;
  font-size: 16px;
  color: #333;
  line-height: 36px;
}
.contact_map {
  width: 100%;
  overflow: hidden;
  height: 350px;
  border: none;
  margin-top: 20px;
}
/*END-联系我们*/

@media (max-width: 1220px) {
/* 头部 */
.header {
  padding: 20px 0;
}
.header_dianhua span {
  font-size: 26px;
  line-height: 30px;
}

/*首页内容*/
/* 厕所租赁 */
.zp {
  padding-bottom: 40px;
}
.zp_nav{
  padding-top: 40px;
}
.zp_contect {
  padding-top: 20px;
}

/* 关于焱拓 */
.gsjj{
  padding-top: 40px;
}
.gsjj_txt {
  margin-top: 20px;
}
.gsjj_dianhua_B {
  padding: 40px 25px;
}
.gsjj_dianhua_B .gsjj_dianhua_txt {
  line-height: 36px;
}

/* 荣誉资质 */
.honor{
  padding: 40px 0;
}

/* 厕所销售 */
.sale_title{
  padding: 20px 0;
}
.sale_contect {
  padding: 40px 0;
}
.sale_ul{
  width: 102%;
  margin-left: -1%;
}
.sale_ul li{
  width: 31.3333%;
  margin: 0 1% 20px 1%;
}

/* 6大步骤 */
.bz_box {
  padding: 40px 0;
}
.bz_ul {
  padding-top: 40px;
}
.bz_dianhua {
  padding-top: 40px;
}

/* 新闻资讯 */
.news_title {
  padding: 40px 0;
}
.news_contect{
  padding: 40px 0;
}
.news_left>a {
  padding: 30px;
}
.news_right {
  padding: 30px 15px 0 15px;
}
.news_ul li {
  margin-bottom: 35px;
}

/* 成功案例 */
.case{
  padding: 40px 0;
}
.case-imgbox {
  margin-top: 35px;
}
/*END-首页内容*/

/* 关于焱拓 */
.main_left{
  width: 24%;
}
.main_right{
  width: 74%;
}
/* END-关于焱拓 */

/* 厕所租赁/厕所销售/成功案例 */
.cp_ul{
  width: 102%;
  margin-left: -1%;
}
.cp_ul li{
  width: 31.3333%;
  margin: 0 1% 25px 1%;
}
/* END-厕所租赁/厕所销售/成功案例 */

}

@media (max-width: 991px) {
/* 导航按钮 */
.icon-menu {
  float: right;
  cursor: pointer;
  width: 40px;
  height: 30px;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9999999;
  background-size: 100% 100%;
}
.icon-menu span {
  width: 100%;
  height: 6px;
  float: left;
  background: #188e54;
}

/* 头部 */
.header {
  padding: 15px 0;
  position: absolute;
  background-color: #fff;
  top:0;
  z-index: 9999999;
  box-shadow: 10px 10px 10px rgba(0,0,0,0.2);
}

/* 导航 */
nav {
  padding:0;
  background: none;
  position: fixed;
}
.layui-nav{
  display: none;
  width: 150px;
  padding: 1px 0;
  background-color: rgba(24,142,84,0.8);
  position: absolute;
  right: 10px;
  top:100%;
  border: none;
}
.layui-nav .layui-nav-item{
    width: 100%;
    line-height: 40px;
    border: none;
    border-bottom: 1px solid rgba(255,255,255,0.8);
}
.layui-nav .layui-this:after, .layui-nav-bar, .layui-nav-tree .layui-nav-itemed:after {
  display: none;
}
.layui-nav .layui-nav-item:hover{
  background-color: #ff9c00;
}
.layui-nav .layui-nav-item:hover a{
  color: #fff;
}
.layui-nav .layui-this{
  background-color: #ff9c00;
}
.layui-nav .layui-this a{
  color: #fff;
}
/* END */

/*首页内容*/
/* 搜索 */
.search{
  padding: 20px 0;
}
.search>.container{
  background-image: none;
  padding: 15px;
}
.search>.container::before {
  display: none;
}

/* 厕所租赁 */
.zp {
  padding-bottom: 30px;
}
.zp_nav{
  padding-top: 30px;
}
.zp_contect {
  padding-top: 10px;
}
.zp_ul li {
  padding: 10px 0 0 10px;
}
.zp_ul li:first-child {
  padding: 10px 0 0 0;
}
.zp_more {
  padding-top: 30px;
}

/* 关于焱拓 */
.gsjj{
  padding-top: 30px;
}
.gsjj_left{
  width: 100%;
}
.gsjj_img::before{
  content: "";
  display: block;
  padding-top: 105%;
}
.gsjj_left .gsjj_title {
  padding: 30px 0 0 30px;
}
.gsjj_right{
  width: 100%;
  margin-top: 10px;
}
.gsjj_txt {
  margin-top: 10px;
}
.gsjj_dianhua_B {
  padding: 20px;
}

/* 荣誉资质 */
.honor{
  padding: 30px 0;
}

/* 厕所销售 */
.sale_title{
  padding: 15px 0;
}
.sale_contect {
  padding: 30px 0;
}
.sale .zp_more {
  padding-top: 10px;
}

/* 6大步骤 */
.bz_box {
  padding: 30px 0;
}
.bz_ul {
  padding-top: 30px;
}
.bz_ul li .bz_txt {
  font-size: 16px;
}
.bz_dianhua {
  padding-top: 30px;
}

/* 新闻资讯 */
.news_title {
  padding: 30px 0;
}
.news_contect{
  padding: 30px 0;
}
.news_left>a {
  padding: 20px;
}
.news_left>a .news_txt {
  margin-top: 20px;
  font-size: 18px;
}
.news_right {
  padding: 15px 10px 0 10px;
}
.news_nav li {
  width: 32.3333%;
  margin-right: 1%;
}
.news_box {
  padding-top: 15px;
}
.news_ul li {
  margin-bottom: 15px;
}
.news_ul li>a .news_B {
  width: 148px;
}
.news_ul li>a .news_R {
  width: calc(100% - 148px);
  padding: 0 0 0 10px;
}
.news_ul li>a .news_R .news_txt {
  margin-top: 5px;
}
.news_ul li>a .news_R .news_sp {
  margin-top: 5px;
}

/* 成功案例 */
.case{
  padding: 30px 0;
}
.case-imgbox {
  margin-top: 20px;
}
/*END-首页内容*/

/* 底部 */
.footer_left{
  padding: 20px 0;
}
.footer_right{
  padding: 20px 0 20px 20px;
}
/* END-底部 */

/* 关于焱拓 */
.main_left{
  width: 29%;
}
.about_ul>li>a {
  padding: 0 15px;
}
.about_txt {
  padding: 10px;
}
.main_right{
  width: 69%;
  padding: 20px 0;
}
/* END-关于焱拓 */

/* 新闻资讯 */
.news_ul1 li {
  margin-bottom: 15px;
}
.news_ul1 li>a .news_B {
  width: 148px;
}
.news_ul1 li>a .news_R {
  width: calc(100% - 148px);
  padding: 0 0 0 10px;
}
.news_ul1 li>a .news_R .news_txt {
  margin-top: 5px;
}
.news_ul1 li>a .news_R .news_sp {
  margin-top: 5px;
}
/* END-新闻资讯 */

}

@media (max-width: 767px) {
.zp_nav li:nth-child(n+5){display:none;}
.news_nav li:nth-child(n+4){display:none;}
/* 导航按钮 */
.icon-menu {
  right: 10px;
  width: 30px;
  height: 18px;
}
.icon-menu span {
  height: 3px;
}

/* 头部 */
.header{
  padding: 10px 0;
}
.logo{
  width: 80%;
}
.logo a {
  width: 100%;
}
/* END */

/*首页内容*/
/* 搜索 */
.search{
  padding: 10px 0;
}
.search>.container{
  padding: 5px;
}
.search_form {
  width: 100%;
}
.search_txt {
  width: 100%;
  float: left;
  line-height: 22px;
  font-size: 14px;
}

/* 厕所租赁 */
.zp {
  padding-bottom: 10px;
}
.zp_title::after {
  margin: 5px auto 0 auto;
}
.zp_p {
  line-height: 30px;
  font-size: 20px;
}
.zp_sp {
  line-height: 20px;
  font-size: 14px;
  margin: 0;
}
.zp_nav{
  padding-top: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.zp_nav li {
  width: calc(50% - 4px);
  margin: 0 2px 4px 2px;
}
.zp_nav li a {
  height: 34px;
  line-height: 34px;
  padding: 0;
  font-size: 14px;
  text-align: center;
}
.zp_ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.zp_ul li {
  width: calc(50% - 5px);
  padding: 0;
  position: initial !important;
  left: inherit !important;
  right: inherit !important;
  top: inherit !important;
  bottom: initial !important;
}
.zp_ul li a .zp_B .zp_img::before {
  content: "";
  display: block;
  padding-top: 75%;
}
.zp_ul li a .zp_txt {
  font-size: 14px;
}
.zp_ul li:first-child {
  width: 100%;
  padding: 0;
}
.zp_more {
  padding-top: 10px;
}

/* 关于焱拓 */
.gsjj{
  padding-top: 10px;
}
.gsjj_left .gsjj_title {
  padding: 10px;
  line-height: 30px;
  font-size: 20px;
}
.gsjj_p {
  line-height: 30px;
  font-size: 20px;
}
.gsjj_txt {
  font-size: 14px;
  line-height: 24px;
  margin-top: 5px;
}
.gsjj_dianhua_B {
  padding: 10px;
  margin-top: 10px;
}
.gsjj_dianhua_B::before {
  display: none;
}
.gsjj_dianhua_B .gsjj_dianhua {
  line-height: 30px;
  background: url(../images/gsjj_dianhua.png) no-repeat left center;
  background-size: contain;
  padding-left: 55px;
  font-size: 20px;
}
.gsjj_dianhua_B .gsjj_dianhua_txt {
  font-size: 14px;
  line-height: 24px;
}

/* 荣誉资质 */
.honor{
  padding: 10px 0;
}

/* 厕所销售 */
.sale_title{
  padding: 10px 0;
}
.sale_contect {
  padding: 10px 0;
}
.sale_ul li {
  width: 48%;
  margin: 0 1% 10px 1%;
}

/* 6大步骤 */
.bz_box {
  padding: 10px;
}
.bz_ul {
  padding-top: 10px;
}
.bz_ul li {
  width: 33.3333%;
  margin-bottom: 10px;
}
.bz_dianhua {
  padding-top: 10px;
}
.bz_dianhua>span {
  font-size: 20px;
  height: 44px;
  line-height: 44px;
}

/* 新闻资讯 */
.news_title {
  padding: 10px 0;
}
.news_contect{
  padding: 10px 0;
}
.news_left{
  width: 100%;
}
.news_left>a {
  padding: 5px;
}
.news_left>a .news_txt {
  margin-top: 5px;
  font-size: 16px;
}
.news_right {
  width: 100%;
  margin-top: 10px;
  padding: 5px;
}
.news_nav li a {
  height: 34px;
  line-height: 34px;
  border-radius: 17px;
  font-size: 16px;
}
.news_box {
  padding-top: 10px;
}
.news_ul li {
  margin-bottom: 5px;
}
.news_ul li>a .news_B {
  width: 118px;
}
.news_ul li>a .news_R {
  width: calc(100% - 118px);
}
.news_ul li>a .news_R .news_p{
  height: 30px;
  line-height: 30px;
}
.news_ul li>a .news_R .news_txt {
  margin-top: 0;
  height: 40px;
  line-height: 20px;
}
.news_ul li>a .news_R .news_sp {
  margin-top: 0;
}

/* 成功案例 */
.case{
  padding: 10px 0;
}
.case-imgbox {
  margin-top: 10px;
}
/*END-首页内容*/

/* 底部 */
.copyright{
  padding: 10px;
  font-size: 12px;
}
/* END-底部 */

/* 关于焱拓 */
.main_left{
  width: 100%;
}
.about_title{
  width: calc(100% + 20px);
  margin-left: -10px;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  font-weight: bold;
  padding: 0 0 0 20px;
  background-image: url(../images/imgs/sj_jiantou.png);
  background-repeat: no-repeat;
  background-position: right center;
}
.about_title1{
  width: calc(100% + 20px);
  margin-left: -10px;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  text-align: left;
  background-color: #188e54;
  padding-left: 13px;
}
.about_ul{
  display: none;
}
.about_ul>li>a {
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
}
.main_right{
  width: 100%;
  padding: 0;
}
.dqwz_contect{
  padding: 10px 0;
}
.company{
  font-size: 14px;
  line-height: 24px;
}
/* END-关于焱拓 */

/* 厕所租赁/厕所销售/成功案例 */
.cp_ul li{
  width: 48%;
  margin: 0 1% 2% 1%;
}
/* END-厕所租赁/厕所销售/成功案例 */

/* 新闻资讯 */
.news_ul1 li {
  margin-bottom: 5px;
}
.news_ul1 li>a .news_B {
  width: 118px;
}
.news_ul1 li>a .news_R {
  width: calc(100% - 118px);
}
.news_ul1 li>a .news_R .news_p{
  height: 30px;
  line-height: 30px;
  font-size: 15px;
}
.news_ul1 li>a .news_R .news_txt {
  margin-top: 0;
  height: 40px;
  line-height: 20px;
}
.news_ul1 li>a .news_R .news_sp {
  margin-top: 0;
}
/* END-新闻资讯 */

/*联系我们*/
.contact_txt{
  font-size: 14px;
  line-height: 24px;
}
.contact_map {
  height: 250px;
  margin-top: 10px;
}
/*END-联系我们*/
}

/* 手机底部组件 */
.root_kong {
  width: 100%;
  height: 62px;
  float: left;
  background: #fff;
}
.root {
  width: 100%;
  height: 60px;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 9999999999999;
  background: #fff;
}
.root a {
  display: flex;
  align-content: center;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  padding: 5px 0;
  background: #188e54;
  text-align: center;
}
.root a > div {
  width: 100%;
  float: left;
  height: 20px;
  line-height: 20px;
  font-size: 14px;
  color: #fff;
}
.root a > div:first-child {
  height: 30px;
  line-height: 30px;
  font-size: 24px;
}
.root a > div>img{
  display: block;
  max-width: 100%;
  height: 24px;
  margin:3px auto;
}
.root a:hover {
  background: #ff9c00;
  color: #fff;
}
.dbbox {
  position: fixed;
  left: 0;
  bottom: 65px;
  z-index: 99999;
  width: 100%;
}
.dbbox .dbs {
  position: relative;
  padding: 0 15px;
  display: none;
  text-align: center;
  transition: initial;
}
.dbbox .dbs .neirong {
  padding: 10px;
  background: #fff;
  border-radius: 5px;
  border: 2px solid #ff9c00;
}
.dbbox .dbs img {
  max-width: 140px;
}
/* END */
.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;}




/*相册*/
.pc-slide {
  width: 100%;
  overflow: hidden;
  margin-bottom:20px;
}
.view{
background-color: #ececec;
}
.view .swiper-slide::before{
  content: "";
  display: block;
  padding-top: 56%;
}
.view .swiper-slide>img{
  width: 100%;
  height: 100%;
  display: block;

  position: absolute;
  top: 0;
  object-fit: scale-down;
}
.view .arrow-left,
.view .arrow-right {
  background: rgba(0,0,0,0.5);
  position: absolute;
  left: 0;
  top: 50%;
  transform:translateY(-50%);
  width: 30px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-family: SimSun;
  font-size:20px;
  color: #fff;
  z-index: 10;
}
.view .arrow-right {
  left: initial;
  right: 0;
}
.preview {
  width: 100%;
  margin-top: 10px;
  position: relative;
}
.preview .swiper-slide {
  width: 20%;
  cursor:pointer;
}
.preview .swiper-slide>div{
  width: calc(100% - 10px);
  overflow: hidden;
  position: relative;
  border: 1px solid #ccc;
}
.preview .swiper-slide>div::before{
  content: "";
  display: block;
  padding-top: 56%;
}
.preview .swiper-slide>div>img{
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  object-fit: cover;
}
.preview .active-nav>div {
  border-color: #188e54;
}

@media (max-width: 991px) {
.preview .swiper-slide {
  width: 25%;
}
}
@media (max-width: 991px) {
.preview .swiper-slide {
  width: 33.3333%;
}
}