.banner{
    width: 100%;
    min-width: 1200px;
    height: 500px;
    position: relative;
}
.banner img{  width: 100%;  }
.header_bottom{  position: inherit ; }
.infor{  padding-top: 30px;  }
.backGreen{  background: #004aa1 !important;  }
.equipLeft ul{
    width: 224px;
    background: #efefef;
    padding: 20px 10px 20px 20px;
}
.liTitle{
    color: #535353;
    padding: 0 0 15px  60px;
    border-bottom: 1px solid #dcdcdc;
    background: url("../images/tel.png") no-repeat left 0px;
}
.liTitle span{  color: #004aa1;  font: 20px Arial; line-height:22px;  }
.equipLeft ul li{
    font-size: 14px;
    color: #7d7d7d;
    line-height: 23px;
}
.equipLeft ul li span{  font-weight: bold;  }
.equipTit{
    height: 40px;
    font-size: 19px;
    color: #535353;
    line-height: 40px;
    position: relative;
    padding-left: 15px;
    border-left: 3px solid #0a9a40;
}
.equipRight{ border: 1px solid #ededed;}
.equipTit span{
    color: #d2d2d2;
    font-family: Arial;
    margin-left: 9px;
}
.h_hr{
    border-top: 1px solid #e4e4e4;
}
.equipLocat{
    position: absolute;
    right: 20px;
    top: 0;
    height: 40px;
    font-size: 13px;
    color: #535353;
    text-align: right;
    line-height: 40px;
    padding-left: 20px;
    padding-top: 2px;
    background: url("../images/location.png") no-repeat left center;
}
.equipLocat a{  color: #535353;  }

.zixunOuter{
    width: 860px;
    height: 234px;
    margin: auto;
    overflow: hidden;
    position: relative;
}
.zixunInter{
    width: 3440px;
    height: 234px;
    padding: 10px 0 0;
}
.zixun{
    width: 860px;
    height: 234px;
    float: left;
}
.btns{
    position: absolute;
    bottom: 52px;
    z-index: 10;
}
#btn_left{
    position: absolute;
    right: 68px;
    top: 172px;
    display: inline-block;
    width: 42px;
    height: 42px;
    border: none;
    background: url("../images/red_left.jpg") no-repeat;
}
.btn_left:hover{ background: url("../images/gray_left.jpg") no-repeat; }
#btn_right{
    position: absolute;
    right: 20px;
    top: 172px;
    display: inline-block;
    width: 42px;
    height: 42px;
    border: none;
    background: url("../images/gray_right.jpg") no-repeat;
}
.btn_right:hover{ background: url("../images/red_right.jpg") no-repeat; }
.zixunImg{  width: 389px;  height: 250px;  }
.zixunImg img{
    width: 100%;
    height: auto;
}
.zinxunTex{  width: 452px;  height: 214px;  }

.zinxunTex h3{
    color: #319bdb;
    font-size: 18px;
    height: 28px;
    padding-top: 10px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.zinxunTex h3 a{
    color: #47b04d;
    font-weight: 500;
    letter-spacing: 1px;
}
.zinxunTex p{  font-size: 13px;  color: #959595  }
.zinxunTex h4{
    margin-top: 15px;
    color: #7d7d7d;
    font-size: 15px;
    line-height: 28px;
    width: 100%;
    height: 86px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.zixunList{
    width: 860px;
    margin: auto;
    padding-bottom: 15px;
    border-bottom: 1px dashed #0a9a40;
}

.zinxuns{
    border-top: 1px solid #f7f7f7;
    margin-top: 10px;
    padding-top: 10px;
}
.zinxuns:first-child{
    border-top: 0;
}

.zinxuns img{
    width: 233px;
    height: 150px;
}


.zinxunsTex{  
    width: 572px;  
    padding-top: 10px;
    padding-left: 25px;
}
.zinxunsTex h3{  font-size: 18px;  color: #0a9a40;  }
.zinxunsTex h3 a{  font-size: 18px;  color: #0a9a40;  }
.zinxunsTex p{
    color: #959595;
    font-size: 13px;
    margin-top: 12px;
    line-height: 19px;
}
.zinxunsTex h4{
    margin-top: 12px;
    color: #7d7d7d;
    font-size: 15px;
    line-height: 30px;
    height: 54px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.black{  margin-bottom: 30px;}
.news{ margin-top: 30px;}
.case{
    display: none;
    margin: 0 20px;
    padding-bottom: 15px;
    border-bottom: 1px dashed #a5a5a5;
}
.caseBlo{ display: block; }
.case li{
    float: left;
    width: 274px;
    margin: 15px 15px 0 0;
    background: #fdfdfd;
}
.case li:first-child+li+li{
    margin: 15px 0 0 0;
}
.case li:first-child+li+li+li+li+li{
    margin: 15px 0 0 0;
}
.case li:first-child+li+li+li+li+li+li+li+li{
    margin: 15px 0 0 0;
}
.case li:first-child+li+li+li+li+li+li+li+li+li+li+li{
    margin: 15px 0 0 0;
}

.case li img{
    width: 100%;
    height:auto;
    padding: 0;
}

.case li p{
    padding: 10px 0;
    text-align: center;
    font-size: 16px;
    color: #535353;
}

.case li p a{
    color: #535353;
}

.case li p:hover a{  color: #0a9a40;  }
.aboutUS{  padding: 10px 20px;  }
.aboutImg{
    width: 430px;
    height: 255px;
    margin-bottom: 20px;
}
.aboutText{
    width: 409px;
    height: 255px;
    margin-bottom: 20px;
}
.aboutText h2{
    color: #707070;
    font-size: 18px;
    height: 38px;
    padding-left: 20px;
    line-height: 38px;
    background: #efefef;
}
.aboutP{
    font-size: 14px;
    color: #535353;
    line-height: 22px;
    margin-top: 10px;
}
.aboutProd{
    height: 246px;
    padding: 37px 0 0 20px;
    position: relative;
    background: url("../images/bg3.png") no-repeat;
    background-size: 100%;
    border: 1px #f1f1f1 solid;
}
.abProTit{  font-size: 18px;  color: #535353;  }
.line{
    width: 45px;
    height: 2px;
    background: #0a9a40;
    margin-top: 10px;
}
.postH4{
    color: #707070;
    font-size: 16px;
    font-weight: bold;
    padding-left: 30px;
    line-height: 16px;
    height: 16px;
    background: url("../images/green_tell.png") no-repeat;
    position: absolute;
    right: 20px;
    bottom: 23px;
}
.aboutProd h4 span{  font: 16px Arial;  color: #0a9a40; font-weight: bold; }
.aboutEnvir{  margin: 20px 0;  }
.envirImg{  width: 360px;  height: 255px;  }
.envirTex{
    width: 454px;
    height: 225px;
    padding: 15px 20px;
}
.envirTex p span{ color: #0a9a40; }
.serviTex{
    width: 422px;
    height: 225px;
    padding: 15px 20px 0 0;
    position: relative;
}
.serciimg{  width: 394px;  height: 276px;  }
.serciimg img{
    width: 394px;  height: 254px;

}
.map {
    width: 860px;
    height: 251px;
    font-size: 12px;
    margin: auto;
}
.contactUS{  padding: 0 20px 20px 20px;  }
.contAddre{  padding: 20px 0 0;  }
.contAddre h2{
    color: #0a9a40;
    font-size: 20px;
    padding-left: 40px;
    line-height: 30px;
    background: url("../images/logo1.png") no-repeat;
    background-position: 0 center;
}
.contAddre h2 span{
    color: #959595;
    font: 16px Arial;
    display: block;
    line-height: 14px;
}
.addreList{  margin-top: 20px;  }
.addreList li{
    color: #535353;
    font-size: 14px;
    margin-top: 10px;
    height: 26px;
    padding-left: 17px;
}
.contUsTit{
    margin: 20px 0;
    color: #535353;
    font-size: 19px;
    border-left: 2px #0a9a40 solid;
    height: 38px;
    padding-left: 8px;
    line-height: 20px;
    font-weight: 700;
}
.contUsTit span{
    color: #d2d2d2;
    font: 15px  Arial;
    display: block;
    line-height: 20px;
}
.way{
    background: #f7f7f7;
    width: 836px;
    height: 66px;
    margin: auto;
    border: 1px #ffffff solid;
    border-radius: 2px;
    padding: 22px 0 0 22px;
    margin-bottom: 10px;
}
.way li{
    float: left;
    font-size: 20px;
    color: #313131;
}
.way li span{
    color: #828282;
    font-size: 16px;
    line-height: 14px;
}
.wayTwo{
    width: 87px;
    color: #313131;
    font-size: 20px;
    line-height: 24px;
    padding-right: 18px;
    margin-left: 22px;
    border-right: 1px #cccccc solid;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 44px;
}
.wayThree{
    width: 65px;
    font-size: 26px;
    font-family: Arial;
    color: #535353;
    line-height: 25px;
    margin-left: 29px;
}
.wayFour{
    width: 52px;
    height: 34px;
    margin: 5px 0 0 110px;
}
.wayFive{
    color: #535353;
    font-size: 16px;
    margin-left: 45px;
    line-height: 45px;
}
.waySix{
    width: 382px;
    height: 44px;
    line-height: 44px;
    padding-left: 29px;
    color: #828282;
    font-size: 14px;
}
.waySeven{  margin-top: 10px;  }
.paddingBottom0{ padding-bottom: 0 !important;}
.padding0{ padding-top: 0 !important;}
.swepMachine{
    padding: 20px 20px;
}
.swepMachine ul{
    display: inline-block;
    width: 273px;
    margin:0 15px 0 0;
}

.swepMachine ul:first-child+ul+ul{
    margin:0 0 0 0;
}
.swepMachine ul:first-child+ul+ul+ul+ul+ul{
    margin:0 0 0 0;
}
.swepMachine ul:first-child+ul+ul+ul+ul+ul+ul+ul+ul{
    margin:0 0 0 0;
}
.swepMachine ul:first-child+ul+ul+ul+ul+ul+ul+ul+ul+ul+ul+ul{
    margin:0 0 0 0;
}

.swepMachine ul li img{
    width: 273px;
    height: 273px;
    display: block;
}


.machImg{
    width: 100%;
    height: 274px;
}
.machTex{
    padding: 10px 0;
    text-align: center;
    font-size: 16px;
    color: #535353;
}
.machTex a{ color: #535353; }
.machTex a:hover{  color: #0a9a40;  }
.swepLeft{
    width: 398px;
    height: 398px;
    border: 1px solid #d8d8d8;
}
.swepLeft img{
    width:398px;
    height: 398px;
    display: block;
}

.swepRight{
    width: 400px;
    height: 210px;
    padding: 15px 20px;
}
.swepRight h2{
    font-size: 18px;
    color: #535353;
    padding-bottom: 6px;
    border-bottom: 1px solid #0a9a40;
}
.swepRight p{
    margin-top: 10px;
    font-size: 14px;
    line-height: 22px;
}
.BtnTitle{
    width: 110px;
    height: 40px;
    font-size: 16px;
    color: #fff;
    background: #39a44f;
    text-align: center;
    line-height: 40px;
    margin-top: 20px;
}
.greenHr{  border-bottom: 1px solid #0a9a40;  }
.swepMess{
    margin-top: 15px;
    font-size: 14px;
    color: #535353;
    line-height: 22px;
}
.swepMess strong{  display: block;  padding-bottom: 6px;  }
.swepMess table{  border-collapse: collapse;  }
.swepMess table tr{  height: 30px;  line-height: 30px;  }
.swepMess table tr td{  padding-left: 10px; text-align: center; }
.td1{  width: 40px;  }
.td2{  width: 160px;  }
.td3{  width: 150px;  }
.td4{  width: 160px;  }
.washImg{  width: 400px;  height: 402px;  }
.washTex{
    width: 416px;
    height: 372px;
    padding: 15px 20px;
    position: relative;
}
.washTex h3{
    font-size: 18px;
    color: #535353;
    padding-bottom: 6px;
    border-bottom: 1px dashed #535353;
}
.washTex h4{
    font-size: 15px;
    color: #535353;
    padding:10px 0 ;
}

.washItem{
    margin: 10px 0;
    font-size: 15px;
    color: #535353;
    line-height: 30px;
}
.washMess{
    font-size: 15px;
    color: #535353;
    line-height: 28px;
}
.washTel{
    margin-top: 10px;
    color: #535353;
    font-size: 15px;
}
.washTel22{
    margin-top: 10px;
    color: #535353;
    font-size: 15px;
    position: absolute;
    bottom: 11px;
}
.washTel22 span{
    font: 22px bold Arial;  color: #0a9a40;
}


.washTel span{  font: 22px bold Arial;  color: #0a9a40;  }
.trait{
    padding-top: 25px;
    width: 440px !important;
    height: 284px;
}
.trait li{
    font-size: 15px;
    color: #535353;
    line-height: 24px;
    margin-bottom: 30px;
}
.traitImg{  margin: 20px 0;  }
.greenLine{
    border-bottom: 1px dashed #d2d2d2;
}



.liAdress{ width:100%; overflow:hidden; margin-top:10px;}


.equipLeft img{display:block; height:173px;}


.page{
    display: table;
    text-align: center;
    margin: 20px auto 0;
}
div.page a,
div.page span {
    display: block;
    float: left;
    margin: 2px 0 0 -1px;
    padding: 4px 12px;
    line-height: 20px;
    height: 20px;
    border: 1px solid #e1e1e1;
    background: #fff;
    color: #333;
    font-size : 12px;
    text-decoration: none;
}
div.page span:first-child {
    border-left: 1px solid #e1e1e1;
}
div.page a:hover {
    color: #666;
    background: #eee;
}
div.page span.current {
    color: #fff;
    background: #0a9a40;
    border-color: #0a9a40;
}
div.page span.disabled {
    color: #999;
    background: #fff;
}


/*ËÑË÷*/

.title_08 {
    width: 1200px;
    margin: 30px auto 0;
}
.title_08 h2 {
    font-size: 30px;
    color: #535353;
    text-align: center;
}
.title_08 h3 {
    font-size: 16px;
    color: #b8b8b8;
    font-family: Arial;
    text-align: center;
    text-transform: uppercase;
}
.faq {
    width: 1200px;
    margin: auto;
    border-bottom: 1px #f9bb67 dashed;
    padding-bottom: 20px;
}
.faq h2 {
    color: #343434;
    font-size: 16px;
}
.faq h2 a {
    color: #343434;
}
.faq h2 span {
    color: #f9bb67;
    font-size: 18px;
    font-weight: bold;
    font-family: Arial;
    margin-right: 10px;
}
.faq p {
    margin-top: 5px;
    color: #707070;
    line-height: 22px;
    font-size: 15px;
}
.faq p span {
    color: #f9bb67;
    font-size: 18px;
    font-weight: bold;
    font-family: Arial;
    margin-right: 10px;
}


/*²úÆ·ÏêÇé*/
.productDetails{


}
.productDetails h2{
    width: 110px;
    height: 40px;
    font-size: 16px;
    color: #fff;
    background: #39a44f;
    text-align: center;
    line-height: 40px;
    margin-top: 20px;

}
.productDetails .line_x{
    display: block;
    width: 100%;
    border-bottom: 1px solid #0a9a40;
}

.productDetails p{
    margin-top: 15px;
    font-size: 14px;
    color: #535353;
    line-height: 22px;
}

.productDetails p strong{
    display: block;  padding-bottom: 6px;
}


