/* 
* @作者: 庄晓辉  
* @制作日期: 2021-03-02 21:10:30  
* @上次修改者:   庄晓辉  
* @上次修改时间: 2021-03-02 21:10:30  
*/

/* 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%;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  line-height: 32px;
  font-size: 14px;
  color: #838383;
  font-family: SimSun;
}
.topbox a {
  float: left;
  color: #838383 !important;
}
.topbox .layui-breadcrumb span{
  float: left;
}
.topbox a:hover {
  color: #85c03f !important;
  text-decoration: underline;
}

/* 头部 */
.header {
  width: 100%;
  padding: 23px 0;
}
.logo > a{
  width: 376px;
}
.logo img {
  width: 100%;
  display: block;
  height: auto;
}
.logo_txt{
  width: 346px;
}
.header_dianhua {
  line-height: 20px;
  color: #85c03f;
  font-family: Impact;
  font-size: 24px;
  background: url(../images/header_dianhua.png) no-repeat left center;
  padding-left: 48px;
  margin-top: 17px;
}

/* 导航 */
nav {
  padding: 1px 0;
  background: #85c03f;
  position: relative;
  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;
}
.layui-nav .layui-nav-item{
    width: 12.5%;
    line-height: 50px;
}
.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: #fff;
}
.layui-nav .layui-nav-item a:hover,
.layui-nav .layui-this a{
  color: #85c03f;
}
.layui-nav .layui-nav-item:hover > a{
  color: #85c03f;
}

/* 导航下拉 */
.layui-nav-child{
  top: 51px;
  padding: 2px 0;
  border: none;
  line-height: 34px;
  background-color: rgba(133,192,63,0.95);
  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;
}

/*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: #85c03f;
  opacity: 0.5;
  border-radius: 50%;
  margin: 0 6px;
}
.banner .swiper-pagination-bullet-active {
  opacity: 1;
  background: #85c03f;
}
.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;
}

/* 搜索 */
.search{
  width: 100%;
  overflow: hidden;
  padding: 16px 0;
  border-bottom: 1px solid #dedede;
}
.search_form{
  width: 345px;
  float: right;  
}
.search_inp1{
  width: calc(100% - 50px);
  float: left;
  border:2px solid #85c03f;
  height: 40px;
  line-height: 36px;
  padding: 0 10px;
  color: #000;
  font-size: 14px;
  font-family: "Microsoft YaHei";
}
.search_inp1::-webkit-input-placeholder{
  color: #c5c5c5;
  font-family: SimSun;
  font-size: 12px;
} 
.search_inp1:-moz-placeholder{
  color: #c5c5c5;
  font-family: SimSun;
  font-size: 12px;
} 
.search_btn{
  width: 50px;
  float: left;
  height: 40px;
  background-color: #85c03f;
  border: none;
  outline: none;
  cursor: pointer;
  color: #fff;
  font-family: SimSun;
  font-size: 12px;
}
.search_txt{
  display: block;
  overflow: hidden;
  line-height: 24px;
  padding-top: 8px;
  font-size:12px;
  font-family: SimSun;
  color: #4c4c4c;
}
.search_txt > a{
  float: left;
  margin: 0 5px;
  color: #4c4c4c;
}
.search_txt > a:hover{
  color: #85c03f;
}
.search_txt > .search_actived{
  color: #85c03f;
}
/* END */

/*首页内容*/
/* 服务项目 */
.fwxm{
  width: 100%;
  overflow: hidden;
  padding: 50px 0;
}
.fwxm_left{
  width: 280px;
  float: left;
}
.fwxm_title{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack:center;
  -ms-flex-pack:center;
  justify-content:center;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
  overflow: hidden;
  padding: 26px 0;
  background-color: #222;
  color: #fff;
}
.fwxm_L{
  line-height: 60px;
  font-size: 72px;
  text-transform: uppercase;
  margin-right: 5px;
}
.fwxm_R .fwxm_p{
  line-height: 36px;
  font-size: 28px;
  font-weight: bold;
}
.fwxm_R .fwxm_sp{
  line-height: 24px;
  font-size: 20px;
  text-transform: uppercase;
}
.fwxm_nav{
  display: block;
  overflow: hidden;
}
.fwxm_nav li{
  display: block;
  overflow: hidden;
  margin-top: 10px;
}
.fwxm_nav li a{
  display: block;
  overflow: hidden;
  border: 1px solid #e3e3e3;
  padding: 16px 30px;
  text-overflow:ellipsis;
  white-space: nowrap;
  line-height: 41px;
  font-size: 18px;
  color: #222;
}
.fwxm_nav li a span.fwxm_icon{
  width: 41px;
  height: 41px;
  margin-right: 10px;
  background-image: url(../images/fwxm_icon.png);
  background-color: #222;
  background-size: 41px 328px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.fwxm_nav li:nth-child(1) a span.fwxm_icon{
  background-position: center top;
}
.fwxm_nav li:nth-child(2) a span.fwxm_icon{
  background-position: center -41px;
}
.fwxm_nav li:nth-child(3) a span.fwxm_icon{
  background-position: center -82px;
}
.fwxm_nav li:nth-child(4) a span.fwxm_icon{
  background-position: center -123px;
}
.fwxm_nav li:nth-child(5) a span.fwxm_icon{
  background-position: center -164px;
}
.fwxm_nav li:nth-child(6) a span.fwxm_icon{
  background-position: center -205px;
}
.fwxm_nav li:nth-child(7) a span.fwxm_icon{
  background-position: center -246px;
}
.fwxm_nav li:nth-child(8) a span.fwxm_icon{
  background-position: center bottom;
}
.fwxm_nav li a:hover{
  color: #85c03f;
}
.fwxm_nav li a:hover span.fwxm_icon{
  background-color: #85c03f;
}
.fwxm_right{
  width: 890px;
  float: right;
}
.fwxm_up{
  display: block;
  overflow: hidden;
  border-bottom: 3px solid #d3d3d3;
  padding-bottom: 8px;
  line-height: 28px;
  font-size: 18px;
  color: #222;
}
.fwxm_up a{
  font-size: 12px;
  color: #85c03f;
}
.fwxm_up a:hover{
  text-decoration: underline;
}
.fwxm_ul{
  display: block;
  overflow: hidden;
  width: 909px;
}
.fwxm_ul li{
  width: 284px;
  float: left;
  margin: 26px 19px 0 0;
}
.fwxm_ul li .fwxm_B{
  width: 100%;
  overflow: hidden;
  border: 1px solid #e3e3e3;
  padding: 2px;
}
.fwxm_ul li .fwxm_img{
  width: 100%;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.fwxm_ul li .fwxm_img::before{
  content: "";
  display: block;
  padding-top: 67.02899%;
}
.fwxm_ul li .fwxm_txt{
  display: block;
  overflow: hidden;
  line-height: 24px;
  text-align: center;
  margin-top: 10px;
  font-size: 15px;
  color: #333;
}
.fwxm_ul li:hover .fwxm_B{
  border-color: #85c03f;
}
.fwxm_ul li:hover .fwxm_txt{
  color: #85c03f;
}

/* 合作伙伴 */
.coop{
  width: 100%;
  overflow: hidden;
  background-color: #f7f7f7;
  padding: 40px 0;
}
.coop_title{
  display: block;
  overflow: hidden;
  text-align: center;
}
.coop_p{
  line-height: 30px;
  font-size: 24px;
  color: #000;
  font-family: Kalinga;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.coop_p > span{
  color: #85c03f;
}
.coop_sp{
  line-height: 34px;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack:center;
  -ms-flex-pack:center;
  justify-content:center;
}
.coop_sp > span{
  float: left;
  position: relative;
  padding: 0 15px;
  font-size: 24px;
  color: #000;
}
.coop_sp > span::before{
  content: "";
  width: 22px;
  height: 2px;
  float: left;
  border-top: 1px solid #535353;
  border-bottom: 1px solid #a5a5a5;
  position: absolute;
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.coop_sp > span::after{
  content: "";
  width: 22px;
  height: 2px;
  float: left;
  border-top: 1px solid #535353;
  border-bottom: 1px solid #a5a5a5;
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.coop-imgbox{
  margin-top: 30px;
}
.coop-imgbox a{
  width: 100%;
  float: left;
  border: 1px solid #ccc;
  background-color: #fff;
  position: relative;
  overflow: hidden;
}
.coop-imgbox a::before{
  content: "";
  display: block;
  padding-top: 40.426%;
}
.coop-imgbox a:hover{
  border-color: #85c03f;
}
.coop-imgbox a:hover img{
  transform: scale(1.1,1.1);
  -webkit-transform: scale(1.1,1.1);
  -moz-transform: scale(1.1,1.1);
  -ms-transform: scale(1.1,1.1);
  -o-transform: scale(1.1,1.1);
}

/* 关于义云 */
.gsjj{
  width: 100%;
  overflow: hidden;
  background: url(../images/gsjj_bj.jpg) no-repeat center center;
  background-size: cover;
}
.gsjj_left{
  width: 50%;
  float: left;
  padding: 60px 0;
}
.gsjj_left_box{
  width: 100%;
  max-width: 600px;
  float: right;
  padding-right: 50px;
}
.gsjj_p{
  line-height: 36px;
  font-size: 36px;
  color: #fff;
  text-transform: uppercase;
}
.gsjj_ps{
  line-height: 50px;
  margin-top: 20px;
  font-family: "Tensentype ZhiHeiJ-W5";
  font-weight: bold;
  font-size: 36px;
  color: #fff;
}
.gsjj_sp{
  line-height: 38px;
  font-size: 24px;
  color: rgba(255,255,255,0.7);
  font-weight: bold;
  font-family: "Tensentype ZhiHeiJ-W5";
  text-transform: uppercase;
}
.gsjj_title{
  margin-top: 25px;
  padding-bottom: 15px;
  border-bottom: 1px solid #fff;
  line-height: 38px;
  color: #fff;
  font-size: 24px;
  text-transform: uppercase;
}
.gsjj_title > span{
  float: left;
  margin-right: 15px;
}
.gsjj_txt{
  display: block;
  overflow: hidden;
  margin-top: 20px;
  line-height: 30px;
  font-size: 14px;
  color: #fff;
  height: 210px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
}
.gsjj_more{
  display: block;
  overflow: hidden;
  margin-top: 20px;
}
.gsjj_more > a{
  width: 120px;
  float: left;
  height: 34px;
  background-color: #fff;
  line-height: 34px;
  font-size: 14px;
  color: #85c03f;
  text-align: center;
}
.gsjj_more > a:hover{
  color: #fff;
}
.gsjj_right{
  width: 50%;
  float: right;
}
.gsjj_img{
  width: 100%;
  overflow: hidden;
  margin-bottom: 60px;
}
.gsjj_img img{
  width: 100%;
  height: auto;
  display: block;
}
.gsjj_img_txt{
  display: block;
  overflow: hidden;
  max-width: 600px;
}
.gsjj_img_p{
  display: block;
  overflow: hidden;
  line-height: 30px;
  font-size: 16px;
  color: #fff;
  text-align: right;
  padding-left: 150px;
}
.gsjj_img_sp{
  display: block;
  overflow: hidden;
  line-height: 18px;
  margin-top: 5px;
  font-size: 12px;
  color: rgba(255,255,255,0.44);
  text-align: right;
  text-transform: uppercase;
  letter-spacing: -0.1pt;
}

/* 实景案例 */
.case{
  width: 100%;
  overflow: hidden;
  padding: 45px 0;
}
.case_ul{
  display: block;
  overflow: hidden;
  width: 1212px;
  padding-top: 10px;
}
.case_ul li{
  width: 291px;
  float: left;
  margin: 15px 12px 0 0;
}
.case_ul li a{
  width: 100%;
  float: left;
  overflow: hidden;
  border: 1px solid #f2f2f2;
  padding: 9px;
}
.case_ul li a .case_img{
  width: 100%;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.case_ul li a .case_img::before{
  content: "";
  display: block;
  padding-top: 77.03704%;
}
.case_ul li a .case_txt{
  display: block;
  overflow: hidden;
  margin-top: 15px;
  text-overflow:ellipsis;
  white-space: nowrap;
  font-size: 16px;
  line-height: 24px;
  color: #212121;
}
.case_ul li a .case_txt .text_btn{
  width: 68px;
  height: 24px;
  text-align: center;
  background-color: #a9a9a9;
  font-size: 12px;
  color: #fff;
  overflow: hidden;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  position: relative;
}
.case_ul li a:hover{
  border-color: #85c03f;
}
.case_ul li a:hover .case_txt{
  color: #85c03f;
}
.case_ul li a:hover .text_btn::after{
  width: 100%;
}

/* 保洁常识 */
.news{
  width: 100%;
  overflow: hidden;
  padding: 45px 0;
  background-color: #f7f7f7;
}
.news_nav{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;  
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;  
  -webkit-box-pack:center;
  -ms-flex-pack:center;
  justify-content:center;
  overflow: hidden;
  padding-top: 20px;
}
.news_nav li{
  width: 170px;
  float: left;
  margin: 0 10px 10px 10px;
}
.news_nav li a{
  display: block;
  overflow: hidden;
  position: relative;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background-color: #a9a9a9;
  font-size: 16px;
  color: #fff;
}
.news_nav li.news_actived a{
  background-color: #85c03f;
}
.news_contect{
  display: block;
  overflow: hidden;
  padding-top: 15px;
}
.news_box{
  display: block;
}
.news_box>div{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  -webkit-box-pack:justify;
  -ms-flex-pack:justify;
  justify-content:space-between;
}
.news_left{
  width: 31.75%;
  float: left;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
}
.news_left a{
  width: 100%;
  float: left;
  height: calc(100% - 20px);
  min-height: 460px;
  position: relative;
  overflow: hidden;
}
.news_left a .news_img{
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.news_left a .news_hover{
  width: 100%;
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: rgba(133,192,63,0.8);
  padding: 15px;
  color: #fff;
}
.news_left a .news_hover .news_p{
  display: block;
  overflow: hidden;
  line-height: 26px;
  font-size: 16px;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.news_left a .news_hover .news_p > span{
  width: 32px;
  height: 10px;
  margin: 8px 0 0 5px;
  background-image: url(../images/jiantou1.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.news_left a .news_hover .news_txt{
  display: block;
  overflow: hidden;
  line-height: 24px;
  text-overflow:ellipsis;
  white-space: nowrap;
  font-size: 14px;
}
.news_left a:hover .news_img{
  transform: scale(1.1,1.1);
  -webkit-transform: scale(1.1,1.1);
  -moz-transform: scale(1.1,1.1);
  -ms-transform: scale(1.1,1.1);
  -o-transform: scale(1.1,1.1);
}
.news_ul{
  width: 67%;
  float: right;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  -webkit-box-pack:justify;
  -ms-flex-pack:justify;
  justify-content:space-between;
}
.news_ul li{
  width: calc(50% - 9px);
  float: left;
  margin-bottom: 20px;
}
.news_ul li a{
  width: 100%;
  float: left;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  border: 1px solid #efefef;
  background-color: #fff;
}
.news_ul li a .news_img{
  width: 136px;
  float: left;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.news_ul li a .news_img::before{
    content: "";
    display: block;
    padding-top: 100%;
}
.news_ul li a .news_R{
  width: calc(100% - 137px);
  float: left;
  border-left: 1px solid #efefef;
  padding: 15px;
}
.news_ul li a .news_R .news_p{
  display: block;
  overflow: hidden;
  line-height: 30px;
  height: 30px;
  text-overflow:ellipsis;
  white-space: nowrap;
  font-size: 16px;
  color: #6e6e6e;
}
.news_ul li a .news_R .news_p > span{
  width: 32px;
  height: 10px;
  margin: 10px 0 0 5px;
  background-image: url(../images/jiantou2.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.news_ul li a .news_R .news_txt{
  display: block;
  overflow: hidden;
  height: 48px;
  font-size: 14px;
  color: #b0b0b0;
  margin-top: 5px;
  line-height: 24px;
  text-overflow:ellipsis;
  display: -webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient: vertical;
}
.news_ul li a .news_R .news_sp{
  display: block;
  overflow: hidden;
  height: 20px;
  font-size: 12px;
  color: #b0b0b0;
  margin-top: 5px;
  line-height: 20px;
}
.news_ul li a:hover .news_R .news_p{
  color: #85c03f; 
}
.news_ul li a:hover .news_R .news_p > span{
  background-image: url(../images/jiantou3.png);
}


/* 绿植养护 */
.about_dl{
  display: none;
  margin-top: 10px;
  border: 1px solid #f7f7f7;
}
.about_dl dd{
  display: block;
  overflow: hidden;
}
.about_dl dd a{
  display: block;
  overflow: hidden;
  height: 36px;
  line-height: 36px;
  text-align: center;
  font-size: 16px;
  color: #999;
}
.about_dl dd a:hover{
  background-color: #85c03f;
  color: #fff;
}
.about_dl dd.about_actived a{
  background-color: #85c03f;
  color: #fff;
}

/* 设备展示 */
.Equ{
  width: 100%;
  overflow: hidden;
  padding: 50px 0;
}
.Equ-imgbox{
  margin-top: 30px;
}
.Equ-imgbox .Equ_B{
  width: 100%;
  overflow: hidden;
  border: 1px solid #f4f4f4;
  padding: 1px;
}
.Equ-imgbox .Equ_B .Equ_img{
  width: 100%;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.Equ-imgbox .Equ_B .Equ_img::before{
  content: "";
  display: block;
  padding-top: 80.42705%;
}
.Equ-imgbox .Equ_txt{
  display: block;
  overflow: hidden;
  margin-top: 2px;
  height: 44px;
  line-height: 42px;
  background-color: #d8d8d8;
  border: 1px solid #d8d8d8;
  text-align: center;
  font-size: 14px;
  color: #333333;
}
.Equ-imgbox a:hover .Equ_B{
  border-color: #85c03f;
}
.Equ-imgbox a:hover .Equ_txt{
  background-color: #85c03f;
  color: #fff;
}
/*END-首页内容*/

/* 底部 */
footer {
  background: #222;
}
.link{
  overflow: hidden;
  padding: 15px 0;
  border-bottom: 1px solid rgba(255,255,255,0.2);
  color: #fff;
  line-height: 24px;
}
.link_p{
  font-size: 16px;
  font-weight: bold;
}
.link_txt{
  display: block;
  color: #fff;
  font-size: 14px;
}
.link_txt a{
  float: left;
  color: #fff !important;
}
.link_txt span[lay-separator] {
  float: left;
  margin: 0 5px;
  color: #fff;
}
.link_txt a:hover {
  color: #fff !important;
  text-decoration: underline;
}
.footer{
  padding: 17px 0;
  overflow: hidden;
}
.footer > div{
  float: left;
  border-right: 1px solid #515151;
  padding: 5px 0;
}
.footer > div:last-child{
  border-right: none;
}
.footer_fwxm{
  width: 15.25%;
}
.footer_equ{
  width: 21.25%;
  padding:5px 0 5px 35px !important;
}
.footer_lhfw{
  width: 27.25%;
  padding:5px 0 5px 35px !important;
}
.footer_lx{
  width: 20.5%;
  padding:5px 0 5px 20px !important;
}
.footer_wx{
  width: 15.75%;
}
.footer_p{
  line-height: 26px;
  color: #fff;
  font-size: 14px;
  margin-bottom: 10px;
}
.footer_ul{
  float: left;
  width: 50%;
  line-height: 24px;
}
.footer_ul li{
  display: block;
}
.footer_ul li a{
  color: #fff;
  font-size: 12px;
}
.footer_ul li a:hover{
  text-decoration: underline;
}
.lx_txt{
  display: block;
  overflow: hidden;
  line-height: 24px;
  font-size: 12px;
  color: #fff;
}
.footer_wx img{
  width: 100%;
  float: right;
  max-width:170px;
  height: auto;
  margin-top: 20px;
}
.footer_wx span{
  width: 100%;
  float: right;
  max-width: 90px;
  font-size: 12px;
  color: #fff;
  margin-top: 10px;
  line-height: 24px;
}
.copyright{
  width: 100%;
  overflow: hidden;
  background-color: #85c03f;
  text-align: center;
  line-height: 20px;
  padding: 11px 0;
  color: #fff;
  font-size: 12px;
}
.copyright a{
  color: #fff;
  margin: 0 5px;
}
.copyright a:hover{
  color: #fff;
  text-decoration: underline;
}
/* END-底部 */

/* 关于义云 */
.main{
  width: 100%;
  overflow: hidden;
  padding: 40px 0;
}
.main_left{
  width: 280px;
  float: left;
}
.about{
  width: 100%;
  float: left;
  margin-bottom: 45px;
}
.about_ul{
  display: block;
  overflow: hidden;
}
.about_ul>li{
  display: block;
  overflow: hidden;
  margin-top: 8px;
}
.about_ul>li>a{
  display: block;
  overflow: hidden;
  height: 36px;
  line-height: 36px;
  text-align: center;
  background-color: #eee;
  font-size: 16px;
  color: #212121;
}
.about_ul>li:hover>a{
  background-color: #85c03f;
  color: #fff;
}
.about_ul>li.about_on>a{
  background-color: #85c03f;
  color: #fff;
}
.about_B{
  display: block;
  overflow: hidden;
  padding-top: 6px;
}
.about_B img{
  width: 100%;
  display: block;
  height: auto;
}
.about_txt{
  display: block;
  overflow: hidden;
  border: 1px solid #f1f1f1;
  font-size: 14px;
  line-height: 30px;
  color: #212121;
  padding: 10px;
}
.main_right{
  width: 890px;
  float: right;
}
.dqwz_title{
  width: 100%;
  float: left;
  border-bottom: 3px solid #d3d3d3;
  padding-bottom: 8px;
  line-height: 28px;
}
.dqwz_p{
  float: left;
  font-size: 18px;
  color: #222;
}
.dqwz_nav{
  float: right;
  font-size: 12px;
  color: #5f5f5f;
}
.dqwz_nav span{
  color: #85c03f;
}
.dqwz_contect{
  width: 100%;
  float: left;
  padding-top: 30px;
}
.company{
  display: block;
  overflow: hidden;
  font-size: 14px;
  color: #222;
  line-height: 30px;
}
.company img{
  display: block;
  overflow: hidden;
  max-width: 100%;
  height: auto;
  margin: 0 auto 10px auto;
}

/* 服务项目/设备展示 */
.fwxm_ul1{
  display: block;
  overflow: hidden;
  width: 909px;
}
.fwxm_ul1 li{
  width: 284px;
  float: left;
  margin: 0 19px 26px 0;
}
.fwxm_ul1 li .fwxm_B{
  width: 100%;
  overflow: hidden;
  border: 1px solid #e3e3e3;
  padding: 2px;
}
.fwxm_ul1 li .fwxm_img{
  width: 100%;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.fwxm_ul1 li .fwxm_img::before{
  content: "";
  display: block;
  padding-top: 67.02899%;
}
.fwxm_ul1 li .fwxm_txt{
  display: block;
  overflow: hidden;
  line-height: 24px;
  text-align: center;
  margin-top: 10px;
  font-size: 15px;
  color: #333;
}
.fwxm_ul1 li:hover .fwxm_B{
  border-color: #85c03f;
}
.fwxm_ul1 li:hover .fwxm_txt{
  color: #85c03f;
}

.cpxq{
  display: block;
  overflow: hidden;
}
.cpxq_p{
  display: block;
  overflow: hidden;
  text-align: center;
  font-size: 18px;
  color: #000;
}
.cpxq_sp{
  display: block;
  overflow: hidden;
  padding: 5px 0;
  border-bottom: 1px dashed #ccc;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
}
.cpxq_txt{
  display: block;
  overflow: hidden;
  font-size: 14px;
  line-height: 30px;
}
.cpxq_txt img{
  display: block;
  overflow: hidden;
  max-width: 100%;
  height: auto;
  margin: 20px auto;
}

/* 合作伙伴 */
.coop_ul{
  display: block;
  overflow: hidden;
}
.coop_ul li{
  width: 19%;
  float: left;
  margin: 0 0.5% 10px 0.5%;
}
.coop_ul li a{
  display: block;
  border: 1px solid #ccc;
  background-color: #fff;
  position: relative;
  overflow: hidden;
}
.coop_ul li a::before {
  content: "";
  display: block;
  padding-top: 40.426%;
}

/* 保洁常识 */
.xw_ul{
  display: block;
  overflow: hidden;
}
.xw_ul li{
  display: block;
  overflow: hidden;
  margin-bottom: 20px;
}
.xw_ul li a{
  width: 100%;
  float: left;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  overflow: hidden;
  border: 1px solid #e3e3e3;  
}
.xw_ul li a .xw_B{
  width: 280px;
  float: left;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  padding: 2px;
  background-color: #fff;
}
.xw_ul li a .xw_B .xw_img{
  width: 100%;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.xw_ul li a .xw_R{
  width: calc(100% - 280px);
  float: left;
  border-left: 1px solid #e3e3e3; 
  padding: 16px 20px;
}
.xw_ul li a .xw_R .xw_p{
  line-height: 30px;
  overflow: hidden;
  color: #222;
  text-overflow:ellipsis;
  white-space: nowrap;
  font-size: 16px;
}
.xw_ul li a .xw_R .xw_txt{
  line-height: 30px;
  height: 90px;
  overflow: hidden;
  color: #797979;
  font-size: 14px;
  text-overflow:ellipsis;
  display: -webkit-box;
  -webkit-line-clamp:3;
  -webkit-box-orient: vertical;
  margin-top: 5px;
}
.xw_ul li a .xw_R .xw_sp{
  line-height: 20px;
  overflow: hidden;
  color: #9f9f9f;
  font-size: 12px;
  margin-top: 10px;
}
.xw_ul li a:hover{
  background-color: #85c03f;
}
.xw_ul li a:hover .xw_R .xw_p{
  color: #fff;
}
.xw_ul li a:hover .xw_R .xw_txt{
  color: #fff;
}
.xw_ul li a:hover .xw_R .xw_sp{
  color: #fff;
}

/*联系我们*/
.contact_txt {
  display: block;
  overflow: hidden;
  font-size: 14px;
  color: #000;
  line-height: 30px;
}
.contact_map {
  width: 100%;
  overflow: hidden;
  height: 350px;
  border: none;
  margin-top: 20px;
}
/*END-联系我们*/

.jlfanye{ /*float:right;*/ width:100%;}
.jlfanye a{ padding:5px;  border: solid 1px #dedede; /*float:left;*/ min-width:8px; margin:8px 2px; color:#999;}
.jlfanye a:hover{ color:#f00;}

/* 手机底部组件 */
.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: #222;
  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:hover {
  background: #85c03f;
  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 #85c03f;
}
.dbbox .dbs img {
  max-width: 140px;
}
/* END */

@media (max-width: 1220px) {
/*首页内容*/
/* 服务项目 */
.fwxm{
  padding: 40px 0;
}
.fwxm_left{
  width: 24%;
}
.fwxm_nav li a {
  padding: 16px 20px;
}
.fwxm_right{
  width: 74%;
}
.fwxm_ul {
  width: 102%;
  margin-left: -1%;
}
.fwxm_ul li {
  width: 31.33%;
  margin: 26px 1% 0 1%;
}

/* 关于义云 */
.gsjj_left{
  padding: 40px 0;
}
.gsjj_left_box{
  padding:0 10px;
}
.gsjj_p {
  font-size: 32px;
}
.gsjj_img {
  margin-bottom: 40px;
}

/* 实景案例 */
.case{
  padding: 35px 0;
}
.case_ul{
  width: 101%;
  margin-left: -0.5%;
}
.case_ul li{
  width: 24%;
  margin: 15px 0.5% 0 0.5%;
}

/* 保洁常识 */
.news{
  padding: 35px 0;
}
.news_nav li{
  width: 19%;
  margin: 0 0.5% 10px 0.5%;
}

/* 设备展示 */
.Equ{
  padding: 40px 0;
}
/*END-首页内容*/

/* 底部 */
.footer_equ{
  padding:5px 0 5px 25px !important;
}
.footer_lhfw{
  padding:5px 0 5px 25px !important;
}
.footer_lx{
  padding:5px 0 5px 25px !important;
}
/* END-底部 */

/* 关于义云 */
.main_left{
  width: 24%;
}
.about{
  margin-bottom: 30px;
}
.main_right{
  width: 74%;
}

/* 服务项目/设备展示 */
.fwxm_ul1{
  width: 102%;
  margin-left: -1%;
}
.fwxm_ul1 li{
  width: 31.33%;
  margin: 0 1% 26px 1%;
}

/* 合作伙伴 */
.coop_ul li{
  width: 24%;
}

}

@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: #85c03f;
}

/* 头部 */
.header {
  padding: 15px 0;
  position: relative;
  background-color: #fff;
  top:0;
  z-index: 9999999;
  box-shadow: 15px 15px 15px rgba(0,0,0,0.2);
}
.logo > a{
  width: 356px;
}
.logo_txt{
  width: 328px;
}

/* 导航 */
nav {
  padding:0;
  background: none;
}
.layui-nav{
  display: none;
  width: 150px;
  padding: 1px 0;
  background-color: rgba(133,192,63,0.95);
  position: absolute;
  right: 0;
  top:0;
}
.layui-nav .layui-nav-item{
    width: 100%;
    line-height: 40px;
}
.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: #fff;
}
.layui-nav .layui-nav-item:hover a{
  color: #85c03f;
}
.layui-nav .layui-this{
  background-color: #fff;
}
.layui-nav .layui-this a{
  color: #85c03f;
}

/* 搜索 */
.search{
  padding: 10px 0;
}
/* END */

/*首页内容*/
/* 服务项目 */
.fwxm{
  padding: 20px 0;
}
.fwxm_left{
  width: 29%;
}
.fwxm_nav li a {
  padding: 10px;
}
.fwxm_right{
  width: 69%;
}
.fwxm_ul li {
  width: 48%;
  margin: 15px 1% 0 1%;
}
.fwxm_ul li:last-child{
  display: none;
}

/* 合作伙伴 */
.coop{
  padding: 20px 0;
}

/* 关于义云 */
.gsjj_left{
  width: 100%;
  padding: 20px 0;
}
.gsjj_left_box{
  max-width: 100%;
  padding:0 10px;
}
.gsjj_right{
  width: 100%;
}
.gsjj_img {
  margin-bottom: 20px;
}
.gsjj_img_p {
  padding-left: 0;
}
.gsjj_img_txt {
  max-width: 100%;
  padding: 0 10px;
}

/* 实景案例 */
.case{
  padding: 20px 0;
}
.case_ul li{
  width: 32.33%;
  margin: 15px 0.5% 0 0.5%;
}

/* 保洁常识 */
.news{
  padding: 20px 0;
}
.news_nav li{
  width: 24%;
}
.news_ul {
  width: 100%;
}
/* 设备展示 */
.Equ{
  padding: 20px 0;
}
/*END-首页内容*/

/* 底部 */
.link a{
  font-size: 13px;
}
.footer_ul {
  width: 100%;
}
.footer_fwxm {
  width: 14%;
}
.footer_equ{
  width: 18%;
  padding:5px 15px !important;
}
.footer_lhfw{
  width: 22%;
  padding:5px 15px !important;
}
.footer_lx{
  width: 30%;
  padding:5px 15px !important;
}
.footer_wx {
  width: 16%;
}
/* END-底部 */

/* 关于义云 */
.main{
  padding: 20px 0;
}
.main_left{
  width: 29%;
}
.about{
  margin-bottom: 20px;
}
.main_right{
  width: 69%;
}

/* 服务项目/设备展示 */
.fwxm_ul1 li{
  width: 48%;
  margin: 0 1% 15px 1%;
}

/* 保洁常识 */
.xw_ul li a .xw_B{
  width: 200px;
}
.xw_ul li a .xw_R{
  width: calc(100% - 200px);
  padding: 15px;
}

}

@media (max-width: 767px) {
/* 导航按钮 */
.icon-menu {
  right: 10px;
  width: 30px;
  height: 18px;
}
.icon-menu span {
  height: 3px;
}

/* 头部 */
.header{
  padding: 10px 0;
}
.logo{
  width: 80%;
}
.logo a {
  width: 100%;
}

/* 搜索 */
.search{
  padding: 10px 0;
}
.search_form{
  width: 100%;
}
.search_txt{
  width: 100%;
  float: left;
  padding-top: 5px;
  line-height: 20px;
}
/* END */

/*首页内容*/
/* 服务项目 */
.fwxm{
  padding: 10px 0;
}
.fwxm_left{
  width: 100%;
}
.fwxm_title{
  width: calc(100% + 20px);
  margin-left: -10px;
  justify-content: flex-start;
  padding: 5px 0 5px 20px;
  background-image: url(../images/imgs/sj_jiantou.png);
  background-position: right center;
  background-repeat: no-repeat;
}
.fwxm_L {
  line-height: 40px;
  font-size: 46px;
}
.fwxm_R .fwxm_p {
  line-height: 22px;
  font-size: 18px;
}
.fwxm_R .fwxm_sp {
  line-height: 18px;
  font-size: 14px;
}
.fwxm_nav{
  display: none;
}
.fwxm_nav li {
  margin-top: 2px;
}
.fwxm_nav li a {
  padding: 5px 10px;
}
.fwxm_right{
  width: 100%;
}
.fwxm_ul li {
  margin: 10px 1% 0 1%;
}
.fwxm_ul li .fwxm_txt {
  line-height: 30px;
  margin-top: 0;
  font-size: 14px;
}

/* 合作伙伴 */
.coop{
  padding: 10px 0;
}
.coop_p {
  line-height: 20px;
  font-size: 14px;
}
.coop_sp {
  line-height: 30px;
}
.coop_sp > span {
  padding: 0 10px;
  font-size: 20px;
}
.coop-imgbox {
  margin-top: 10px;
}

/* 关于义云 */
.gsjj_left{
  padding: 10px 0;
}
.gsjj_img {
  margin-bottom: 10px;
}
.gsjj_img_p {
  padding-left: 0;
  line-height: 20px;
  font-size: 14px;
}
.gsjj_img_sp {
  line-height: 14px;
}
.gsjj_p {
  font-size: 20px;
  line-height: 30px;
}
.gsjj_ps {
  line-height: 30px;
  margin-top: 5px;
  font-size: 20px;
}
.gsjj_sp {
  line-height: 24px;
  font-size: 16px;
}
.gsjj_title {
  margin-top: 5px;
  padding-bottom: 5px;
  line-height: 24px;
  font-size: 18px;
}
.gsjj_txt {
  margin-top: 5px;
  line-height: 20px;
  font-size: 12px;
  height: initial;
  -webkit-line-clamp: initial;
}
.gsjj_more {
  margin-top: 10px;
}

/* 实景案例 */
.case{
  padding: 10px 0;
}
.case_ul{
  padding: 0;
}
.case_ul li{
  width: 48%;
  margin: 10px 1% 0 1%;
}
.case_ul li a {
  padding: 2px;
}
.case_ul li a .case_txt {
  margin-top: 0;
  font-size: 14px;
  line-height: 34px;
  text-align: center;
}

/* 保洁常识 */
.news{
  padding: 10px 0;
}
.news_nav{
  padding-top: 10px;
}
.news_nav li{
  width: 48%;
}
.news_nav li a {
  height: 34px;
  line-height: 34px;
}
.news_contect {
  padding-top: 0;
}
.news_ul li {
  width: 100%;
  margin-bottom: 10px;
}
.news_ul li a .news_img {
  width: 110px;
}
.news_ul li a .news_R {
  width: calc(100% - 110px);
  padding: 5px;
}
.news_ul li a .news_R .news_txt {
  height: 40px;
  font-size: 12px;
  line-height: 20px;
}
.news_ul li a .news_R .news_sp {
  height: 16px;
  line-height: 16px;
}

/* 设备展示 */
.Equ{
  padding: 10px 0;
}
.Equ-imgbox {
  margin-top: 10px;
}
.Equ-imgbox .Equ_txt {
  height: 32px;
  line-height: 30px;
}
/*END-首页内容*/

/* 底部 */
.link{
  padding: 10px 0;
  line-height: 20px;
}
.link_p {
  font-size: 14px;
}
.link a{
  font-size: 12px;
}
/* END-底部 */

/* 关于义云 */
.main{
  padding: 0;
}
.main_left{
  width: 100%;
}
.about{
  margin-bottom: 0;
}
.about_title {
  width: calc(100% + 20px);
  margin-left: -10px;
  height: 50px;
  line-height: 50px;
  background-color: #222;
  background-image: url(../images/imgs/sj_jiantou.png);
  background-position: right center;
  background-repeat: no-repeat;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  padding: 0 20px;
}
.about_ul{
  display: none;
}
.about_ul li{
  margin-top: 2px;
}
.main_right{
  width: 100%;
}
.dqwz_contect{
  padding: 10px 0;
}

/* 服务项目/设备展示 */
.fwxm_ul1 li {
  margin: 0 1% 10px 1%;
}
.fwxm_ul1 li .fwxm_txt {
  line-height: 30px;
  margin-top: 0;
  font-size: 14px;
}
.cpxq img{
  margin: 10px auto;
}

/* 合作伙伴 */
.coop_ul li{
  width: 32.33%;
  margin: 0 0.5% 1% 0.5%;
}

/* 保洁常识 */
.xw_ul li{
  margin-bottom: 10px;
}
.xw_ul li a .xw_B{
  width: 110px;
}
.xw_ul li a .xw_R{
  width: calc(100% - 110px);
  padding: 5px;
}
.xw_ul li a .xw_R .xw_txt {
  line-height: 20px;
  height: 40px;
  font-size: 12px;
  -webkit-line-clamp: 2;
  margin-top: 0;
}
.xw_ul li a .xw_R .xw_sp {
  line-height: 14px;
  margin-top: 5px;
}

/*联系我们*/
.contact_map {
  height: 250px;
  margin-top: 10px;
}
/*END-联系我们*/
}
