body{
    font-family:"Î¢ÈíÑÅºÚ";
    font-size:14px;
    line-height:1.7;
    margin:0;
    /*height:auto;*/
    padding:0;
    height:auto;
    overflow-x:hidden;
    background:#fff;
    color:#666;

}
ul,p,h1,h2,h3,h4,h5,h6,dl,dt,dd{
    margin:0;
    padding:0;
    list-style: none;
}
a{
    text-decoration:none;

}
a:hover{
    text-decoration: none;

}
img{
    vertical-align:bottom;
}
.lf{
    float:left;
}
.rt{
    float:right;
}
.clear:after{
    content:"";
    display:block;
    clear:both;
}
*{
    box-sizing: border-box;
}
img{max-width:100%;height:auto;display:inline-block}
i,em,a,b,span{display:inline-block;}
.no-padding{padding-left:0;padding-right:0;}
.row>div{text-align: center}
@media (min-width: 1200px){
    .container {
        width: 1215px;
    }
}

.banner{height:731px;background:url("../img/banner.png") no-repeat center center;}
.bg1{height:2499px;background:url("../img/bg1.jpg") no-repeat center center;}
.bg2{height:1142px;background:url("../img/bg2.jpg") no-repeat center center;padding-top:4%;}
.bg3{height:1412px;background:url("../img/bg3.jpg") no-repeat center center;}
.piclist{margin:4% auto 0 auto;width:1136px;height:530px;position: relative;}
.piclist>img{position: absolute;}
.piclist>img.pic1{bottom:0;left:0;z-index: 1}
.piclist>img.pic2{top:0;left:25%;z-index: 1}
.piclist>img.pic3{bottom:0;right:0;z-index: 1}
.piclist>img.active{z-index:5;/*box-shadow: 0 0 50px rgba(204,204,204,0.8)*/;transform: scale(1.05);}
.titlep{text-align: center;font-size:24px;color:#eb9b25;margin:2% auto;}
.title{text-align: center;margin:5% 0;}
.text{margin-top:50%;}
.text p{font-size:24px;color:#037353;line-height: 1.5;margin-top:70px;width:433px;}
.phonelist>div{margin-bottom:106px;}
.list{margin:3% auto 15% auto;}

.footer .row>div{text-align: left}
.footer{height:160px;background:#04C66E;padding-top:1%;max-width:1920px;margin:0 auto}
.footer span{font-size:14px;color:#fff;line-height: 1.5;text-align: left;margin:0% 0 11% 2%;}
.footer-text{text-align:left;color:#fff;margin-top:4%;}
.footer-text h3{font-size:18px;margin-bottom:30px;}
.footer-text p{font-size:14px;line-height: 1.5}
.footer-text p.spe1{color:#FFF600;}
@media(max-width:768px){
    .mbanner{display:block}
    .banner{height:auto;}
    .banner-b{display:none}

}