*{ margin: 0; padding: 0;}
a{color:#333;text-decoration:none;transition: all 0.5s ease 0s;}
a:hover,a:focus {color: #79BE3C;text-decoration: none;}
a:active {outline:none;blr:expression(this.onFocus=this.blur());}

div,ul,li,p,form {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}
@font-face { font-family: "BebasNeue"; src: url("./fonts/BebasNeue.otf") format("opentype"); font-weight: normal; font-style: normal; }

@font-face {
  font-family: 'iconfont';  /* project id 2490440 */
  src: url('//at.alicdn.com/t/font_2490440_6izlwjkg1cs.eot');
  src: url('//at.alicdn.com/t/font_2490440_6izlwjkg1cs.eot?#iefix') format('embedded-opentype'),
  url('//at.alicdn.com/t/font_2490440_6izlwjkg1cs.woff2') format('woff2'),
  url('//at.alicdn.com/t/font_2490440_6izlwjkg1cs.woff') format('woff'),
  url('//at.alicdn.com/t/font_2490440_6izlwjkg1cs.ttf') format('truetype'),
  url('//at.alicdn.com/t/font_2490440_6izlwjkg1cs.svg#iconfont') format('svg');
}

.iconfont {
    font-family:"iconfont" !important;
    font-size:1rem;font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}


.cent-English {
    font-family:'MontserratBold';
}
.number-English {
    font-family:'BebasNeue';
}

html {
    font-size:15px;
}

body{
    padding-top:60px;
    padding-bottom:50px;
    font-family: 'Microsoft YaHei';
    font-size: 1rem;
}

.header_box {
    position: fixed;
    width:100%;
    left:0;
    top:0;
    height: 60px;
    z-index: 999;
    background: rgba(255,255,2555,1) !important;    
    transition: all .4s;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) !important;
}
.bg-white {
    color:#fff;
    background: rgba(255,255,2555,0) !important;    
}
.bg-white a{
    color:#fff;
}
.header_box.bg-white{
    box-shadow: 0 0 0 rgba(0, 0, 0, 0) !important;
}
.header_box .logo1{
    display: inline-block;
}
.header_box .logo2{
    display: none;
}
.header_box.bg-white .logo1{
    display: none;
}
.header_box.bg-white .logo2{
    display: inline-block;
}
/* header */

.logo {
    display: block;
    width: auto;
    height: 32px;
    /*padding: 12px 0;*/
    color: #FFF;
    font-weight: 700;
}
.logo img {
    display: block;
    float: left;
}
.head_phone {
    float:right;
    padding-top: 0.2rem;
    font-size: 0.7rem;
    line-height: 2.2rem;
    margin-right: 2.2rem;
}
.head_phone a{
    color: #000;
}
.head_phone i {
    font-size: 0.8rem !important;
    vertical-align: -2px;
    margin-right:0.2rem;
}

.back{
    width:2.2rem;
    height:2.2rem;
    cursor:pointer;
    display: inline-block;
    float: left;
}
.back:after{
    display: inline-block;
    content: "";
    height: 0.63rem;
    width: 0.63rem;
    border-width: 0 0 2px 2px;
    border-color: #fff;
    border-style: solid;
    transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
    position: absolute;
    top: 50%;
    left: 1rem;
    margin-top: -6px;
}


.top-menu {
    min-width: 45px;
    height:100%;
    text-align: center;
    font-size:16px;
}
#dl-menu-button {
    position: relative;
    z-index: 9999;
    /*right:0.75rem;*/
    /*top: calc(50% - 18px);*/
    border-radius: 30px;
    background: rgba(133, 187, 53,1);
    display: block;
    float:right;
    width:30px;
    height:30px;
    text-align: center;
}
#dl-menu-button i{
    color:#fff !important;
    font-size:24px;
    line-height: 28px;
}
.fix-menu-box {
    width:100%;
    height:100%;
    position: fixed;
    right:-50%;top:0;
    opacity: 0;
    display: none;
    z-index: 99999;
}

.mark {
    position: absolute;
    z-index: 0;
    width:100%;
    height:100%;
    background: rgba(0,0,0,0.4);
}
.fix-menu {
    position: relative;
    z-index: 10;
    width:50%;
    padding-top:30px;
    max-width:200px;
    height:100%;
    background: #333;
    float: right;
    font-size:1rem;
}
.fix-menu li {
    padding:0 1rem;
}
.fix-menu li a{
    line-height:50px;
    height:50px;
    color: #fff;
    display: block;
    /*padding-left:15%;*/
    text-align: center;
    border-bottom:1px solid rgba(255,255,255,.1);
}
.fix-menu li:last-of-type a{
    border-bottom: none;
}
.last-back {
    font-size: 18px;
    width:100%;
    height:49px;

    line-height: 18px;
    color: #fff;
    position: absolute;
    bottom: 0;
    right: 0;
    background: #606060;
    text-indent: .2em;
    color: #aaa;
    z-index: 2;
}
.last-back i{
    width: 18px;
    height:18px;
    font-size: 18px;
    text-align: center;
    margin-right:0.5rem;
}
.last-back span{
    font-size:16px;
    line-height: 17px;
}


.index-category {
    background: #f7f7f7;
}
.index-category .category-item a{
    padding: 0.5rem 0;
    line-height: 1em;
    /*font-size:0.9rem;*/
    display: block;
    border:1px solid #85BB35;
    border-radius: 4px;
    text-align: center;
}
/*首页环卫装备幻灯 start*/

.index-title .title {
    font-size:1.6rem;
    color:#000;
    letter-spacing:2px;
}
.index-title .more-btn {
    display:inline-block;
    float:left;
    border-radius:30px;
    line-height:1em;
    color:#84BA35;
    border:1px solid #84BA35;
    padding:8px 15px;
}

.index-menu {
    position: relative;
    background: #f7f7f7;
    font-size:15px;
}
 .index-menu .menu-item {
    position: relative;
    text-align:center;
    position:relative;
    flex-direction:column;
    justify-content:center !important;
    border-bottom: 2px solid #eee;
    z-index: 99;
}
 .index-menu:after {
    position: absolute;
    background:#eee;
    width:100%;
    height:2px;
    bottom:0px;
    left:0px;
    content:'';
 }
 .index-menu .menu-item.active {
    transition:all 0.6s;
    -o-transition:all 0.6s;
    -moz-transition:all 0.6s;
    -webkit-transition:all 0.6s;
    color:#85bb35;
    border-bottom: 2px solid #85bb35;
 }
 .product-index-slide .swiper-slide{
    background:#fff;
 }

.products-lists img {
    transition: all 400ms;
}
.products-lists .col {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.products-lists p {
    width:100%;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 400ms;
}
.products-lists .product-text {
    /*line-height: 30px;*/
    color:#000;
    transition: all 400ms;
}
.products-lists .product-text i{
    width:30px;
    color:#eee;
    font-size:30px;
    line-height: 30px;
}
.products-lists .product-text i:before{
    margin: -6px;
}
.products-lists .product-text .more-btn{
    color:#A0A0A0;
    font-size:15px;
}
.products-lists .product-item a:hover i{
    transition: all 400ms;
    color: #85bb35;
}
.products-lists .product-item a:hover img{
    transform: scale(1.1);
}
.products-lists .product-item a:hover .product-text p{  
    color: #85bb35;
}
.products-lists .product-item a:hover .more-btn{
    color: #85bb35;
}


.index-news {
    position: relative;
}
.index-news .news-item{
    border-bottom:1px solid #eee;
}
.index-news .news-item:last-of-type{
    border-bottom:0;
}
.index-news .news-item .news_text .desc{
    font-size:15px;
    color:#333;
}
.index-news .news-item .news_text .date{
    color:#666;
}
.index-news .news-item .news_text .day{
    font-size:32px;
}

#banner-slide {
    position: relative;
}
#banner-slide .banner-text{
    position: absolute;
    width:90%;
    top:1rem;
    left:1rem;
    z-index: 99;
}
#banner-slide .banner-text p{
    font-weight: 600;
    color:#fff;
    text-shadow: 0px 0px 2px rgba(0,0,0,0.4);
    font-size:21px;
    float:left;
    margin-right:10px;
    float:left;
    display: none;
}
#banner-slide .banner-text p.en{
    display: none;
    font-size:16px;
}

/*首页新闻 end*/
.index-about-box {
    position: relative;
    z-index: 1;
    height: auto;
    overflow: hidden;
}
.index-about-box .texts-box{
    position: absolute;
    bottom:10px;
    left:0px;
}

.index-about-box-text p.title{
    font-size:18px;
    color:#fff;
    margin-bottom:10px;
    text-align: right;
}
.index-about-box-text ul {
}
.index-about-box-text ul li{
    max-width:180px;
    color:#fff;
    text-align:center;
    line-height: 1em;
}

.index-about-box-text ul p{
    color:#fff;
    font-size:12px;
    text-align:center;
    margin-bottom:5px;
}
.index-about-box-text ul .icon{
    display: block;
    margin:0 auto;
    width:40px;
    height:40px;
    background:url('/statics/images/index-about-icons.png') no-repeat;
    background-size: auto 100%;
    background-position: 0 0;
}
.index-about-box-text ul span{
    font-size:12px;
}
.index-about-box-text ul .counter{
    font-size:24px;
    color:#fff;
}
.index-about-box-text ul li:nth-of-type(2) .icon{
    background-position: -40px 0;
}
.index-about-box-text ul li:nth-of-type(3) .icon{
    background-position: -80px 0;
}
.index-about-box-text ul li:nth-of-type(4) .icon{
    background-position: -120px 0;
}


/*内页头部菜单 start*/
    
.crumbs {
    background: #f7f7f7;
    border-bottom: 1px solid #eee;
}
.crumbs .menu-item {
}
.crumbs .menu-item a{
    font-size:14px;
    padding: 10px 5px;
    line-height: 1.4;
    display: block;
    text-align: center;
}
.crumbs .menu-item a.hover {
    background: #85bb35;
    color:#fff;
}
/*内页头部菜单 end*/

/*单页 start*/

.page-title {
    font-size: 21px;
    color:#000;
}
.page-title-en {
    font-size:15px;
    color:#999;
}
.page_box_content {
    color:#333;
}
.page_box_content p{
    text-align: justify;
    line-height: 1.8;
    padding-bottom:1rem;
}
.page_box_content img{
    max-width: 100%;
}
/*单页 end*/

/*关于我们单页 start*/
.page-about-box {
}
.page-about-box ul {
}
.page-about-box ul li{
    color:#666;
    text-align:center;
}

.page-about-box ul p{
    text-align:center;
    font-size:12px;
}
.page-about-box ul span{
    font-size:12px;
}
.page-about-box ul .icon{
    display: block;
    margin:0 auto;
    width:40px;
    height:40px;
    background:url('/statics/images/page-about-icons.png') no-repeat;
    background-size: auto 100%;
    background-position: 0 0;
}
.page-about-box ul .counter{
    font-size:24px;
    color:#86ba33;
}
.page-about-box ul li:nth-of-type(2) .icon{
    background-position: -40px 0;
}
.page-about-box ul li:nth-of-type(3) .icon{
    background-position: -80px 0;
}
.page-about-box ul li:nth-of-type(4) .icon{
    background-position: -120px 0;
}

.page-about-list {
}
.page-about-list .title{
    font-size:21px;
    color:#86ba33;
    line-height: 32px;
}
.page-about-list .title-en{
    color:#bbb;
    font-size:12px;
    margin-bottom:20px;
    transform:translateX(-5%) scaleX(0.9) ;
}
.page-about-list .desc{
    color:#666;
    line-height: 2;
}
.page-about-list .more-btn{
    font-size:14px;
    border:1px solid #86ba33;
    border-radius: 30px;
    text-align: center;
    max-width: 8em;
    line-height: 2em;
    color:#86ba33;
    display: inline;
    margin-bottom:10px;
}
.page-about-list a:hover .desc{
    color:#86ba33;
}
.page-about-list a .more-btn:hover{
    color:#fff;
    background: #86ba33;
}
/*关于我们单页 end*/

/*企业文化 start*/
.wenhua_content ul{
}
.wenhua_content ul li{
    border-bottom:1px dashed #ddd;
    text-align: center;
}
.wenhua_content ul li:last-of-type{
    border-bottom: 0;
}
.wenhua_content ul li span.li_tit{
    display: block;
    text-align: center;
    margin-bottom:10px;
    font-size:18px;
    font-weight: 600;
    color:#86ba33;
}
.wenhua_content ul li div{
    display: inline-block;
}
.wenhua_content ul li p{
    line-height: 2;
    padding-bottom:10px;
    margin:0;
    text-align: center;
    padding:0;
}

/*企业文化 end*/


/*发展历程 start*/

.page-lichen {
    background:url('/statics/images/mobile/page_licheng_bottomBg.jpg') center bottom no-repeat;
    background-size: 100% auto; 
}
.page-lichen-box {
    padding-bottom:36%;
}
.page-lichen-box ul{
    position: relative;
    padding:10px 0;
}
.page-lichen-box ul:after{
    position: absolute;
    width:0px;
    height:100%;
    left:15px;
    top:0px;
    content:'';
    border-left:2px dashed #ddd;
}
.page-lichen-box ul li{
    padding:20px 20px 20px 40px;
    position: relative;
}
.page-lichen-box ul li:after{
    position: absolute;
    width:16px;
    height:16px;
    border-radius: 30px;
    left:7px;
    top:24px;
    content:'';
    border:1px dashed #86ba33;
    z-index: 99;
}
.page-lichen-box ul li:before{
    position: absolute;
    width:12px;
    height:12px;
    border-radius: 30px;
    left:9px;
    top:26px;
    content:'';
    background: #86ba33;
    z-index: 100;
}
.page-lichen-box ul li .date{
    display: inline-block;
    background: #86ba33;
    font-size:16px;
    border-radius: 2px;
    padding:3px 8px;
    line-height: 1em;
    width:auto;
    color:#fff;
    margin-bottom:8px;
}
.page-lichen-box ul li .tit{
    margin-bottom:8px;
    font-size:16px;
    color:#000;
}
.page-lichen-box ul li .desc{
    max-width: 700px;
    color:#666;
    line-height: 2em;
    text-align: justify;
}
/*发展历程 end*/

/*企业荣誉 start*/

.rongyu_slide{
}
.rongyu_slide .swiper {
    padding-bottom:60px;
}
.rongyu_slide .swiper-slide {
    background:#fff;
}
.rongyu_slide .swiper-slide p{
    font-size:14px;
    line-height: 20px;
}
.rongyu_right{
    background: #EDEDED;        
}
.rongyu_right>div{
    padding:30px 25px;
}
.rongyu_right p{
    text-align: justify;
    padding:15px 0;
}

/*企业荣誉 end*/

    
/*联系方式 start*/
.page-lxwm-box {
}
.page-lxwm-box .icon-box{
    border-radius: 5px;
    background:#F8F9FA;
}
.page-lxwm-box .icon-box .icon-text{
    font-size:15px;
}
.page-lxwm-box .icon-box .icon-wrapper{
    width:40px;
    height:40px;
    padding:8px;
    border-radius: 5px;
    background:#86ba33;
}
.page-lxwm-box .icon-box .icon-wrapper i{
    display: inline-block;
    text-align: center;
    float:left;
    width:24px;
    height:24px;
    line-height: 24px;
    border-radius: 30px;
    background:#fff;
    font-size:16px;
    color:#86ba33;
}
/*联系方式 end*/


/*售后服务 start*/

.shouhuo-zhunze-box {

}
.shouhuo-zhunze-text-box .shouhuo-zhunze-title{
    background:#ced8e1;
    width: 100%;
    text-align: center;
}
.shouhuo-zhunze-text-box p{
    text-align: justify;
    line-height: 2;
    color:#333;
    margin-bottom:10px;
}
.shouhuo-zhunze-box .zhunze-item{
    max-width:250px;
    border:2px solid #85bb35;
    border-radius: 15px;
    background: #fff;
    box-shadow: 3px 2px 0px rgba(0,0,0,.2);
    padding:25px 15px 20px;
    position: relative;
}
.shouhuo-zhunze-box .zhunze-item .icon{
    position: absolute;
    width:40px;
    height:40px;
    background:#85bb35 url(/statics/images/icon_duihao.png) center center no-repeat;
    background-size: 75%;
    border-radius: 30px;
    top:-20px;
    left:calc(50% - 20px);
}
.shouhuo-zhunze-box .zhunze-item .title{
    font-size:18px;
    text-align: center;
    letter-spacing:10px;
    padding-left:10px;
    margin-bottom:8px;
}
.shouhuo-zhunze-box .zhunze-item p{
    text-align: justify;
    line-height: 1.8;
    color:#555;
}
.shouhuo-text-box .shuohuo-texts  p{
    font-size:15px;
    color:#666;
    margin-bottom: 10px;
}
/*售后服务 end*/


/*解决方案单页 start*/

.page-jjfa-list {
    margin-bottom:20px;
}
.page-jjfa-list .item{
    border-bottom:1px solid #e7e7e7;
}
.page-jjfa-list .item:last-of-type{
    border:none;
}
.page-jjfa-list .item img{
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
}
.page-jjfa-list .title{
    font-size:24px;
    color:#333;
    line-height: 24px;
    transition: all 400ms;
}
.page-jjfa-list .title-en{
    color:#86ba33;
    font-size:13px;
    margin-bottom:20px;
    transition: all 400ms;
}
.page-jjfa-list .desc{
    color:#666;
    line-height: 2rem;
    transition: all 400ms;
}
.page-jjfa-list .more-btn{
    font-size:18px;
    border:1px solid #86ba33;
    border-radius: 30px;
    text-align: center;
    max-width: 8em;
    line-height: 2em;
    color:#86ba33;
    display: inline;
    margin-bottom:10px;
    transition: all 400ms;
}
.page-jjfa-list .thumb-span:hover img{
    transform: scale(1.1);
}
.page-jjfa-list .item:hover .desc{
    color:#86ba33;
}
.page-jjfa-list .item:hover .more-btn{
    color:#fff;
    background: #86ba33;
}    
/*解决方案单页 end*/

/*解决方案内页 start*/
.page-jjfa-box {

}

.page-jjfa-box .page_box_content p {
    color:#666;
}
.page-jjfa-box .page_box_content img{
    max-width: 100%;
    margin:0 auto;
}
.page-jjfa-box .title{
    font-size:21px;
    color:#333;
    line-height: 24px;
    transition: all 400ms;
}
.page-jjfa-box .title-en{
    color:#86ba33;
    font-size:13px;
    margin-bottom:20px;
    transition: all 400ms;
}
/*解决方案内页 end*/


/*服务案例 start*/
.case-slide .title {
    font-size:21px;
    color:#333;
    line-height: 24px;
    transition: all 400ms;
}
.case-slide .title-en {
    color:#86ba33;
    font-size:14px;
    margin-bottom:20px;
    transition: all 400ms;
}
.case-slide .swiper-slide {
    background:#fff;
    overflow: hidden;
}

.case-slide .swiper-slide .thumb-span img {
    transition: all 400ms;
}
.case-slide .swiper-slide .title{
    font-size:15px;
    color:#333;
    line-height: 1.5;
    transition: all 400ms;
}
.case-slide .swiper-slide .desc{
    line-height: 1.4;
    color:#666;
    font-size:12px;
    transition: all 400ms;
}
/*服务案例 end*/


/*市政城乡环卫一体化幻灯 start*/
.hhfw-slide {
    background: #F2F6E9;
}
.hhfw-slide .category-item .thumb-span{
    margin-bottom:0.5rem;
}
.hhfw-slide .category-item .thumb-span:last-of-type{
    margin-bottom:0px;
}
.hhfw-slide .title{
    font-size:21px;
    color:#333;
}
.hhfw-slide .desc{
    font-size:13px;
    text-align:justify;
    color:#666;
    line-height: 2em;
}
.hhfw-slide .thumbs-box{
    width:40%;
    padding:0;
}
.hhfw-slide .slide-thumbs{
    background: #F2F6E9;
}
.hhfw-slide .slide-thumbs li{
    font-size:14px;
    line-height: 30px;
    padding:5px;
    padding-left:10px;
}
.hhfw-slide .slide-thumbs img{
    width:30px;
    height:30px;
}
.hhfw-slide .slide-thumbs li.active,
.hhfw-slide .slide-thumbs li:hover{
    color:#15AF72;
    background:#E7EFD7;
}

/*市政城乡环卫一体化幻灯 end*/


/*智慧环卫 start*/
.page_xhhw_title {
    text-align: center;
    font-size:21px;
    color:#333;
}
.page_xhhw_title span{
    padding:0 1em;
}
.page_xhhw_title i{
    color:#86ba33;
}
.page_xhhw_title .left1,.page_xhhw_title .right1 {
    opacity: 0.8;
}
.page_xhhw_title .left2,.page_xhhw_title .right2 {
    opacity: 0.5;
}
.page_xhhw_title .left3,.page_xhhw_title .right3 {
    opacity: 0.2;
}

.page_xhhw_03 {
    position: relative;
}
.page_xhhw_03 .img{
    max-width: 800px;
}
.page_xhhw_03 .text{
}
.page_xhhw_03 .title{
    font-size: 18px;
    color:#86ba33;
}
.page_xhhw_03 .text .desc{
    color:#555;
    line-height: 2;
}

.page_xhhw_04 {

}
.page_xhhw_04 .items-box{

}
.page_xhhw_04 .items-box .icon{
    max-width: 100px;
}
.page_xhhw_04 .items-box .text1{
    color:#555;
    line-height: 1.8;
}
.page_xhhw_06 .icon-box img{
    display: block;
    width:80%;
    margin:0 auto;
}
.page_xhhw_06 .icon-box .t1{
    text-align: center;
    font-size:18px;
}
.page_xhhw_06 .icon-box .t2{
    color:#ccc;
    font-family:'MontserratBold';
    text-align: center;
    padding-bottom:10px;
    font-size:21px;
}
.page_xhhw_07 .items-box .item{
    max-width: 400px;
    position:relative;
    background:url(/statics/images/page_xhhw_ts_bg.png) center center no-repeat;
    background-size: 100% 100%;
}
.page_xhhw_07 .items-box .item .bg{
    width:100%;
}
.page_xhhw_07 .items-box .item .text-box{
    width:100%;
    height:100%;
    padding:15px;
}
.page_xhhw_07 .items-box .item .text-box .title1{
    font-size:18px;
    color:#86ba33;
    text-align: center;
    background:#EDEDED;
    line-height: 25px;
    display: block;
}
.page_xhhw_07 .items-box .item .text-box .text1{
    text-align: justify;
    font-size:14px;
    line-height: 1.6;
    color:#666;
}

/*智慧环卫 end*/

.box-content-index {
    background: #fff;
    /*margin:0.5rem auto 0;
    /*padding:0.5rem 0;*/
    max-width: 1360px;
}

.box-content-index h3.index-title{
    font-size:0.8rem;
    line-height: 1rem;
    margin-top:0.5rem;
    margin-bottom:0.5rem;
    font-weight: 600;
}
.box-content-index h3.index-title a{
    font-size:0.5rem;
    line-height: 1rem;
    float:right;
    color:#ff0000;
    font-weight: 100;
    vertical-align: top;
}
.box-content-index h3.index-title a i{
    font-size:0.5rem;
    line-height: 1rem;
}

.news-box-title {
    border-bottom: 1px dashed #dedede;
}
.news-box-title h1{
    margin-top: 0;
    font-size: 16px;
    font-weight: 700;
    color: #000;
    text-align: center;
}
.news-box-title p{
    text-align: center;
    font-size: 12px;
    color:#999;
    line-height: 1rem;
}

.yb-nav-title {
    font-size: 0.9rem;
    height: 2rem;
    line-height: 2rem;
    font-weight: 800;
    color: #333;
}

.thumb-span {
    overflow: hidden;
}
.thumb-span span {
    background: center center no-repeat;
    background-size: cover;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
}

.my-table { margin-bottom: 0; margin-top: 0.8rem;}
.my-table td { padding: 0.2rem; font-size: 0.6rem; }
.my-table td i { font-size: 1.2rem; }
.t-first { background: #FAFAFA; font-weight: 700; text-align: right; padding-right: 0.2rem !important; }

.news-list-boxs {
}
.news-list-boxs .news-item {
    display: block;
    overflow: hidden;
    border-bottom:1px solid #eee;
}
.news-list-boxs .news-item:last-of-type {
    border-bottom: 0;
}
.news-list-boxs .news-item .info-box{
}
.news-list-boxs .news-item .info-box p{
    max-height: 2.7em;
    line-height: 1.4;
    overflow: hidden;
    color:#333;
}
.news-list-boxs .news-item .info-box span{
    color:#999;
    font-size: 14px;
    line-height: 1.2;
}

.my-slide {
    position: static;
    padding-top: 1.25rem;
    padding-bottom: 3rem;
    height:12rem;
    color: #000;
    text-align: center;
    background: #EEEEEE;
}
.my-slide p { font-size: 0.7rem; padding: 0 0.8rem; text-align: left;}

.my-indicators li{
    width: 1.5rem !important;
    height: 0.1rem !important;
    background: #79BE3C !important;
    border: 1px solid transparent;
}


.my-btn { font-size: 14px; padding: 0.4rem; border: 1px solid #dedede; text-align: center; border-radius: 3px;}

.my-active a { font-weight: 700; color: #70BA2E }

.yingcang {width: 100%;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}


.product-infos {
    width: 100%;
    overflow: hidden;
    background: #fff;
}
.product-infos .product-detail {
    /*width:600px;*/
    /*height:700px;*/
}
.product-infos .product-detail h1{
    margin-top: 0;
    font-size: 1.25rem;
    font-weight: 700;
    color: #000;
    text-align: center;
    padding: 0.6rem 0 0;
}
.product-infos .product-detail>p{
    text-align: center;
    font-size: 0.6rem;
    border: 1px dashed #dedede;
    border-left: none;
    border-right: none;
    line-height: 1rem;
}
.product-bq{    
    font-size: 0.6rem;
    padding: 0.5rem 0;
    border-bottom: 1px dashed #e4e4e4;
    position: relative;
}
.product-bq span{
    display: inline-block;
    margin: 0 0.2rem;
    font-size:0.6rem !important;
    padding:0.2rem 0.3rem;
    line-height: 0.8rem;
    color:#fff;
    background: #005cca;
    float:left;
}    
.product-bq span:nth-of-type(1){
    background: #d9534f;
}
.product-bq span:nth-of-type(2){
    background: #aace3b;
}
.product-bq span:nth-of-type(3){
    background: #46b8da;
}
.product-bq span:nth-of-type(4){
    background: #f0ad4e;
}
.product-bq span:nth-of-type(5){
    background: #005cca;
}
.product-bq span:last-of-type{
    margin-right:0;
}


.product-title {
    text-align: center;
    padding: 0.6em 0 0.6em;
    background: #85bb35;
    color:#fff;
}
.product-title h3{
    margin: 0;
    padding: 0;
    margin-bottom: 0.2rem; 
    font-size: 1.2rem;
}
.product-title .en{
    color:#fff;
    font-size:18px;
    line-height: 20px;
    display: inline-block;
    position: relative;
}
.product-title .en span{
    padding:0 20px;
    position: relative;
    display: inline-block;
    background: #85bb35;
    text-transform:Uppercase;
    z-index: 99;
    min-width: 240px;
    text-align: center;
}
.product-title .en:after{
    display: inline-block;
    position: absolute;
    width:calc(100% + 120px);
    left:-60px;
    top:6px;
    height:1px;
    background: #fff;
    content:'';
    z-index: 98;
}
.product-title .en:before{
    display: inline-block;
    position: absolute;
    width:calc(100% + 80px);
    left:-40px;
    bottom:6px;
    height:1px;
    background: #fff;
    content:'';
    z-index: 98;
}

.product-title.bai {
    background: #fff;
    color:#0d1221;
}
.product-title.bai .en span{
    color: #8c8c8c;
    background: #fff;
}
.product-title.bai .en:after{
    background: #8c8c8c;
}
.product-title.bai .en:before{
    background: #8c8c8c;
}

.product-server-icons .product-server-icon{
    border-radius: 60px;
    border: 3px solid #79BE3C;
    margin: 1rem auto 0.5rem;
    font-size: 1.8rem;
    width: 3rem;
    height: 3rem;
    line-height: 2.7rem;
    color: #79BE3C;
    transition: all .3s;
    text-align: center;
}
.product-server-icons .product-server-icon i{
    font-size:54px;
    transition: all .3s;
}

.product-server-icons .product-server-icon img{
    vertical-align: top;
}
.product-server-icons p{
    font-size: 0.7rem;
    transition: all .3s;
    text-align: center;
}

.product-server-icons p{
    color:#333;
}

.vid-wrap{
    width: 100%;
    background: #000;
    position: relative;
    padding-bottom: 56.25%;    /*需要用padding来维持16:9比例,也就是9除以16*/
    height: 0;
}

.vid-wrap video{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%
}


#Article4 h1 { font-size: 1rem; padding: 0.5rem 0 0; text-align: center; }

.content { line-height: 1.4; text-align: justify;}
.content p { padding-top: 1rem; }
.content img { max-width: 100% !important; height: auto !important; }



.page_content { line-height: 1.2rem; text-align: justify;}
.page_content p { }
.page_content img { max-width: 100% !important; height: auto; }




.next_prev{

}
.next_prev p{
    position: relative;
    border: 1px solid #eee;
    line-height: 1em;
    display: block;
    font-size:14px;
    color:#333;
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.1);
}
.next_prev i{
    color:#333;
    line-height: 1rem;
    vertical-align: top;
    display: inline-block;
}

.layerCenter ._content_box{
    float: left;
    width: 14rem;
    overflow: hidden;
    /*background: rgb(0, 92, 202,0.8);*/
    background: #5FB878;
    padding: 1rem;
    box-sizing:border-box;
    color:#fff;
    text-align: center;
}
.layerCenter ._title~._content{
    padding-bottom:0.8rem;
}
.layerCenter ._title{
    margin-top:0;
    font-size:0.9rem;
    padding-bottom:0.6rem;
    border-bottom:1px solid rgba(255,255,255,.6);
    margin-bottom:0.6rem;
}
.layerCenter ._content p{
    line-height: 1.4em;
    padding-bottom: 0.2rem;
}

.lx i { font-size: 1.2rem; color: #79BE3C; line-height: 3rem; height: 3rem; }
.lx span { line-height: 2rem; height: 2.6rem; display: inline-block; }
.lx p { text-align: center; }
#foot {
    border-top: 1px solid #dedede;
    bottom: 0px !important;
    left:0px;
    height: 50px;
    position: fixed !important;
    width: 100%;
    z-index: 998;
    width: 100%;
    background: #fff;
    box-shadow: 0 0px 5px 0px rgba(0,0,0,0.2);
}
#foot .box{
    max-width: 1360px;
    margin:0 auto;
}
#foot dl{
    width:25%;
    display: block;
    float:left;
    margin:0 auto;
    text-align: center;
    height:50px;
    position: relative;
}
#foot dt{
    font-weight: normal;
    width:100%;height:100%;
}
#foot dt>a,#foot dt>span{
    display: block;
    padding:5px 8px;
    color: #FF0A11;
}
#foot dt>a i,#foot dt>span i{
    display: block;
    width:100%;
    height:1em;
    line-height: 20px;
    font-size:20px !important;
    margin-bottom:5px;
    text-align: center;
}
#foot dt>a p,#foot dt>span p{
    text-align: center;
    width:100%;
    line-height: 1em;
    height: 1em;
    font-size:12px;
    color:#FF0A11;
}
#foot .active a p,#foot .active span p{
    color:#FF0A11;
}
#foot .active i{
    color:#FF0A11;
}

#foot dd.ddcontent {
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
    position: absolute;
    width: 120%;
    padding: 2px 10px;
    bottom: 120px;
    left:-10%;
    z-index: 99999;
    opacity:0;
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.3)
}
#foot dl:first-of-type dd.ddcontent {
    left:1%;
}
#foot dl:last-of-type dd.ddcontent {
    left:-21%;
}
#foot ul {
    display: block;
    width:100%;
    list-style-type: none;
    top:0;
}
#foot li {
    width:100%;
    display: block;
    line-height: 1.8rem;
    height:1.8rem;
    border-bottom: 1px solid #eee;
}
#foot li:last-of-type{
    border-bottom:none;
}
#foot ul a {
    background: #205099 ;
    color: #fff;
    display: block;
    height: 30px;
    line-height: 30px;
    text-decoration: none;
}
.wx_box img{
    max-width: 7rem;
    max-height: 7rem;
    margin-bottom:1rem;
    margin-top:0.6rem;
}
.wx_box .btn{
    background: #CC7369;
    border-color:#C66156;
    padding:0.3rem 0.5rem;
    line-height: 1em;
}
.wx_box a{
    margin-top:0.4rem;
    display: block;
}
.wx_box a span{
    background: #CC7369;
    padding:0.3rem 0.5rem;
    color:#fff;
    border-radius: 0.2rem;
}
.wx_box a span i{
    margin-right:0.4rem;
    margin-top:0.2rem;
}

/*产品列表*/

    .products-categorys {

    }
    .products-categorys .category-item{
        line-height: 20px;
        font-size:14px;
    }
    .products-categorys .category-item a {
    }
    .products-categorys .category-item a span{
        border:1px solid #eee;
        border-radius: 3px;
        transition: all 400ms;
        display: block;
        padding:5px 8px;
        text-align: center;
    }
    .products-categorys .category-item a.hover span,
    .products-categorys .category-item a:hover span{
        color:#85bb35;
        border-color:#85bb35;
    }
    .products-lists {

    }

    .products-lists img {
        transition: all 400ms;
    }
    .products-lists .col {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .products-lists p {
        width:100%;
        overflow: hidden;
        text-overflow: ellipsis;
        transition: all 400ms;
    }
    .products-lists .product-text {
        /*line-height: 30px;*/
        color:#000;
        transition: all 400ms;
    }
    .products-lists .product-text i{
        width:20px;
        color:#ccc;
        font-size:20px;
        line-height: 20px;
    }
    .products-lists .product-text i:before{
        margin: -6px;
    }
    .products-lists .product-text .more-btn{
        color:#A0A0A0;
    }
    .products-lists .product-item a:hover i{
        transition: all 400ms;
        color: #85bb35;
    }
    .products-lists .product-item a:hover img{
        transform: scale(1.1);
    }
    .products-lists .product-item a:hover .product-text p{  
        color: #85bb35;
    }
    .products-lists .product-item a:hover .more-btn{
        color: #85bb35;
    }
    .products-title {
        font-size:24px;
        color:#888;
        text-align: center;
    }
    .products-title .more-btn{
        font-size:14px;
        color:#aaa;
    }
    .products-title .more-btn:hover{
        color:#85bb35;
    }

    .location ,.location >*{
        color:#666;
    }


/*垃圾分类主频道*/
.ljfl-category-box {

}
.ljfl-category-box .ljfl-category-item{

}
.ljfl-category-box .ljfl-category-item .title {
    font-size:21px;
    line-height: 24px;
    transition: all 400ms;
    color:#333;
}
.ljfl-category-box .ljfl-category-item .title-en {
    color:#86ba33;
    font-size:12px;
    margin-bottom:20px;
    transition: all 400ms;
}
.ljfl-category-box .ljfl-category-item .desc {
    font-size:14px;
    line-height: 1.6;
    color:#666;
}
.ljfl-category-box .ljfl-category-item a p{
    position: relative;
    z-index: 10;
}
.ljfl-category-box .ljfl-category-item a img{
    transition: all 400ms;
}
.ljfl-category-box .ljfl-category-item a:hover {
    color:#86ba33;
}
.ljfl-category-box .ljfl-category-item a:hover img{
    transform: scale(1.1);
}
.category-ljfl-text-box {
    background: #86ba33;
    font-size:21px;
    color:#fff;
    line-height: 1em;
}
.category-ljfl-text-box .xian{
    width:6px;
    border-radius: 4px;
    background: #fff;
}
.category-ljfl-text-box .phone{
    font-size:24px;
    transform: scaleX(1.2);
    display: inline-block;
    transform-origin: center left;
}
/*垃圾分类主频道 end*/


/* 分页 */
#pages {
    padding: 14px 0 10px 0;
    text-align: center;
}
#pages>*{
    min-width: 34px;
    border-radius: 3px;
    margin:0 3px;
    font-size:14px;
    margin-bottom:5px;
}

#pages a {
    display: inline-block;
    height: 36px;
    line-height: 34px;
    background: #F1F1F1;
    /*border: 1px solid #E4E4E4;*/
    text-align: center;
    color: #666;
    padding: 0 15px;
}

#pages a.a1 {
    background: url(../images/admin_img/pages.png) no-repeat 0 5px;
    width: 70px;
    padding: 0;
    background: #F1F1F1;
}

#pages a:hover {
    background: #85bb35;
    color: #fff;
    text-decoration: none
}

#pages span {
    display: inline-block;
    height: 36px;
    line-height: 34px;
    background: #85bb35;
    /*border: 1px solid #348ECC;*/
    color: #fff;
    text-align: center;
    padding: 0 10px
}

.page .noPage {
    display: inline-block;
    width: 70px;
    height: 36px;
    line-height: 34px;
    background: url(../img/icu/titleBg.png) repeat-x 0 -55px;
    border: 1px solid #e3e3e3;
    text-align: center;
    color: #a4a4a4;
}

/*视频列表页*/
.video_lists .video-item {
    transition: transform .3s linear;
    -webkit-transition: transform .3s linear;
}
.video_lists .video-item a{
    display: block;
    position: relative;
}
.video_lists .video-item .thumb-span {
    position: relative;
}
.video_lists .video-item .thumb-span span{
    display: flex;
    justify-content: center;
    align-items: center;
}
.video_lists .video-item .thumb-span span:after{
    position: absolute;
    background:rgba(0,0,0,0.2);
    width:100%;height: 100%;
    content:'';
    left:0;top:0;
}
.video_lists .video-item .thumb-span .bi{
    position: absolute;
    z-index: 999;
    color:rgba(255,255,255,.7);
    font-size:42px;
    transform: rotate(-5deg);
    transition: all 400ms;
}
.video_lists .video-item:hover span{
    transform: scale(1.1);
}
.video_lists .video-item:hover .bi{
    transform: rotate(5deg) scale(1.3);
}

.video_lists .video-item:hover p {
    color: #fff;
}

.video_lists .first-video .bi{
    font-size:64px !important;
}

.video_lists .video-item .video_texts {
    color:#666;
}
.video_lists .video-item .video_texts p {
    font-size: 0.8rem;
    color: #808080;
    padding-top: 0.6rem;
}

.video_lists .video-item .video_texts h5 {
    overflow: hidden;
    font-size: 1rem;
}
.video_lists .video-item .video_texts {
    border:1px solid  rgba(0, 0, 0, 0);
    transition: all 400ms;
}
.video_lists .video-item:hover a{
    color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.video_lists .video-item:not(.first-video):hover a .video_texts{
    color: #85bb35;
    border:1px solid  rgba(0, 0, 0, .1);
}
.video_lists .first-video {
    position: relative;
}
.video_lists .first-video .video_texts{
    position: absolute;
    bottom:0px;
    left:0px;
    width:100%;
    height:45px;
    line-height: 40px;
    background:rgba(0,0,0,.6);
    color:#fff;
}
.video_lists .first-video:hover .video_texts{

}


.product-detail h3 {
    margin-top: 0;
    font-size: 18px;
    color: #000;
    font-weight: inherit;
    line-height: 1.4;
    margin-bottom: 0;
}

.product-detail .product-biaoqian {
    border-top: 1px solid #e5e5e5;
    color:#666;
    padding: 10px 0;
    /*border-bottom: 1px solid #e5e5e5;*/
}

.product-detail .product-biaoqian span {
    padding: 0 5px;
}

.w1200 { width: 1200px; margin:0 auto; }

.product-detail .product-crumbs {
    font-size:14px;
    color:#999;
}
.product-detail .product-crumbs a{
    color:#999;
}
.product-detail .product-option {
    color:#666;
    overflow: hidden;
}

.product-detail .product-option li {
    overflow: hidden;
    line-height: 1.8;
}

.product-detail .product-linkman {
    padding: 10px 0;
    /*border-bottom:1px solid #c9c9c9;*/
    overflow: hidden;
}

.product-detail .product-linkman p {
    height: 30px;
    line-height: 30px;
}

.product-detail .product_btns {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 18px;
}

.product-detail .product_btns.btn1 {
    border: 1px solid #85bb35;
    color: #85bb35;
    background: #fff;
}

.product-detail .product_btns.btn2 {
    border: 1px solid #85bb35;
    background: #85bb35;
    color: #fff;
}

.form-content {
    background: #fff;
    padding:10px 15px;
    max-width: 1360px;
}
.form-content .form-title{
    font-size:18px;
}
.form-content .form-title i{
    color:#85bb35;
}
.product-qiugou {
    
}
.product-qiugou .form-group{
    position: relative;
    background: #f4f4f4;
    overflow: hidden;
    border-radius: 0px;
    margin-bottom:0.5rem;
}
.product-qiugou .form-group label{
    position: absolute;
    font-size:15px;
    line-height: 35px;
    left:10px;top:0;
    color:#333;
    font-weight: 100;
    transition: all .3s;
    margin-bottom:0;
}
.product-qiugou .form-group input{
    color:#333;
    height:35px;
    line-height: 35px;
    padding-left: 5em;
    border:none;
    background: none;
    box-shadow: none;
    transition: all .3s;
}
.product-qiugou .form-group textarea{
    padding:0.5rem 0 1rem 5em;
    color:#333;
    line-height: 1rem;
    border:none;
    background: none;
    box-shadow: none;
    transition: all .3s;
}
.product-qiugou h3{
    text-align: left;
    margin-bottom:25px;
}
.product-qiugou input[type=submit]{
    width:100%;
    height:36px;
    background: #79BE3C;
    color:#fff;
    line-height: 36px;
    text-align: center;
    border:none;
    box-shadow: none;
    padding:0;
}
.product-qiugou .form-group:hover textarea,.product-qiugou .form-group:hover input,.product-qiugou .form-group:hover label{
    background: #eee;
    color:#004599;        
}
.product-qiugou input[type=submit]:hover{
    background: #004599;
    color:#fff;
}