.banner{
    width: 100%;
    height: 500px;
    overflow: hidden;
}
.banner .slideBox{
    width: 100%;
    height: 500px;
    overflow: hidden;
    position: relative;
}
.banner .slideBox .hd{
    width: 205px;
    height: 7px;
    position: absolute;
    z-index: 1;
    bottom: 23px;
    left: 50%;
    transform: translateX(-50%);
}
.banner .slideBox .hd ul{
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.banner .slideBox .hd ul li{
    width: 54px;
    height: 7px;
    border-radius: 3px;
    background: #fff;
}
.banner .slideBox .hd ul li.on{
    background: #186c34;
}

.pub_tit{
    background-repeat: no-repeat;
    background-size: 659px 82px;
    background-position: center;
    width: 100%;
    height: 82px;
    margin: 60px 0;
}
.prod_imain .pub_tit{
    background-image: url(../Images/tit_prod.png);
}
.about_imain_wrap .pub_tit{
    background-image: url(../Images/tit_ab.png);
}
.custom_imain .pub_tit{
    background-image: url(../Images/tit_custom.png);
}
.news_imain .pub_tit{
    background-image: url(../Images/tit_news.png);
}
.project_imain .pub_tit{
    background-image: url(../Images/tit_project.png);
}
.prod_imain{
    width: 1200px;
    margin: 0 auto;
}
.prodslideBox .hd ul{
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}
.prodslideBox .hd ul li{
    width: 25%;
    height: 150px;
    padding-top: 90px;
    background-position: center top;
    background-repeat: no-repeat;
    text-align: center;
    line-height: 44px;
    font-size: 28px;
    color: #4c4948;
    border-bottom: 7px solid #4c4948;
    position: relative;
    cursor: pointer;
}
.prodslideBox .hd ul li.on i{
    display: block;
    width: 19px;
    height: 10px;
    position: absolute;
    bottom: -17px;
    left: 50%;
    transform: translateX(-50%);
    background-image: url(../Images/icon_arrow.png);
}
.prodslideBox .hd ul li.on{
    border-color: #186c34;
}
.prodslideBox .hd ul li.cate1{
    background-image: url(../Images/icon_cate10.png);
}
.prodslideBox .hd ul li.cate2{
    background-image: url(../Images/icon_cate20.png);
}
.prodslideBox .hd ul li.cate3{
    background-image: url(../Images/icon_cate30.png);
}
.prodslideBox .hd ul li.cate4{
    background-image: url(../Images/icon_cate40.png);
}
.prodslideBox .hd ul li.on.cate1{
    background-image: url(../Images/icon_cate11.png);
}
.prodslideBox .hd ul li.on.cate2{
    background-image: url(../Images/icon_cate21.png);
}
.prodslideBox .hd ul li.on.cate3{
    background-image: url(../Images/icon_cate31.png);
}
.prodslideBox .hd ul li.on.cate4{
    background-image: url(../Images/icon_cate41.png);
}
.prodslideBox .bd>ul{
    margin-top: 35px;
}
.prodslideBox .bd>ul>li>a.prodlist_item{
    display: block;
    width: 275px;
    height: 377px;
    border: 1px solid #ababab;
    float: left;
    margin-right: 33px;
}
.prodslideBox .bd>ul>li>a.prodlist_item:nth-child(4){
    margin-right: 0;
}
.prodslideBox .bd>ul>li>a.prodlist_item .imgBox{
    width: 100%;
    height: 197px;
    overflow: hidden;
}
.prodslideBox .bd>ul>li>a.prodlist_item .imgBox img{
    width: 100%;
    height: 100%;
    transition: all 0.5s;
}
.prodslideBox .bd>ul>li>a.prodlist_item .prodlist_item_b{
    width: 100%;
    height: 178px;
    padding: 15px 12px 0;
    color: #4c4948;
    transition: all 0.3s;
}
.prodslideBox .bd>ul>li>a.prodlist_item .prodlist_item_b .name{
    line-height: 40px;
    font-size: 20px;
    text-align: center;
}
.prodslideBox .bd>ul>li>a.prodlist_item .prodlist_item_b .desc{
    margin-top: 6px;
    line-height: 22px;
    height: 66px;
    overflow: hidden;
    text-align: center;
}

.prodslideBox .bd>ul>li>a.prodlist_item:hover{
    border-color: #186c34;
}
.prodslideBox .bd>ul>li>a.prodlist_item:hover .imgBox img{
    /* transform: scale(1.2); */
}
.prodslideBox .bd>ul>li>a.prodlist_item:hover .prodlist_item_b{
    background: #186c34;
    color: #fff;
}


.about_imain_wrap{
    width: 100%;
    height: 800px;
    background-image: url(../Images/index_ab_bg.jpg);
    background-repeat: no-repeat;
    margin-top: 60px;
    overflow: hidden;
}
.about_imain{
    width: 1300px;
    margin: 0 auto;
    height: 598px;
    background-image: url(../Images/yy_bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.about_imain .about_mm{
    width: 1200px;
    height: 500px;
    margin: 0 auto;
    padding: 30px 40px;
    line-height: 32px;
    font-size: 18px;
    overflow: hidden;
    position: relative;
}
.about_imain .about_mm img{
    float: right;
    width: 451px;
    height: 337px;
    margin-left: 30px;
    margin-bottom: 30px;
}
.about_imain .about_mm .more{
    width: 113px;
    height: 22px;
    background: #186c34;
    color: #fff;
    line-height: 22px;
    text-align: center;
    font-size: 14px;
    display: block;
    position: absolute;
    right: 30px;
    bottom: 0;
}

.custom_imain_box{
    width: 1200px;
    margin: 0 auto;
    height: 564px;
    border: 1px solid #d2d2d2;
    background: #f9fafc;
    padding-top: 60px;
}
.honour_list{
    width: 1060px;
    height: 410px;
    margin: 0 auto 0;
    position: relative;
}
.honour_list ul{
   
}
.honour_list li{
    float: left;
    width: 250px;
    text-align: center;
    margin-right: 20px;
}
.honour_list li>a{
    display: block;
    width: 250px;
    height: 350px;
    line-height: 350px;
}
.honour_list li img{
    max-width: 250px;
    max-height: 350px;
    border: 1px solid #f0f2f1;
}
.honour_list li:hover img{
    border-color: #186c34;
}
.honour_list li .name{
    height: 70px;
    line-height: 70px;
}
.honour_list li .name a{
    font-size: 20px;
    color: #626262;
}
.honour_list li:hover .name a{
    color: #186c34;
}
.honour_list>a{
    position: absolute;
    top: 50%;
    background-repeat: no-repeat;
    display: block;
    width: 40px;
    height: 80px;
    transform: translateY(-50%);
    background-size: 40px 80px;
    z-index: 999;
    cursor: pointer;
}

.honour_list>a.next{
    background-image: url(../Images/icon_next.png);
    right: -50px;
}
.honour_list>a.prev{
    background-image: url(../Images/icon_prev.png);
    left: -50px;
}
.custom_imain_box .more{
    width: 160px;
    height: 30px;
    display: block;
    line-height: 30px;
    text-align: center;
    background: #186c34;
    color: #fff;
    font-size: 18px;
    margin: 25px auto 0;
}
.news_imain_box{
    width: 1200px;
    margin: 0 auto;
}
.news_imain_box .news_imain_l{
    width: 600px;
    height: 355px;
}
.news_imain_box .news_imain_l>a{
    display: block;
    height: 100%;
    position: relative;
}
.news_imain_box .news_imain_l>a .imgBox{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.news_imain_box .news_imain_l>a .imgBox img{
    width: 100%;
    height: 100%;
    transition: all 0.5s;
}
.news_imain_box .news_imain_l>a .name{
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 55px;
    line-height: 55px;
    text-align: center;
    padding: 0 20px;
    color: #fff;
    background: rgba(24,108,52,0.8);
    font-size: 16px;
}
.news_imain_box .news_imain_r{
    border: 1px solid #e0e0e0;
    border-left: none;
    background: #f9fafc;
    width: 600px;
    height: 355px;
    padding-left: 80px;
    position: relative;
}
.news_imain_box .news_imain_r ul li{
    width: 460px;
    height: 70px;
    position: relative;
    padding-left: 15px;
    padding-top: 10px;
}
.news_imain_box .news_imain_r ul li:before{
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #186c34;
    display: block;
    position: absolute;
    top: 25px;
    left: 0;
}
.news_imain_box .news_imain_r ul li .name{
    width: 100%;
    height: 30px;
    line-height: 30px;
    display: block;
    font-size: 16px;
}
.news_imain_box .news_imain_r ul li .name:hover{
    color: #186c34;
}
.news_imain_box .news_imain_r ul li .desc{
    font-size: 14px;
    line-height: 24px;
    font-size: 12px;
    color: #626262;
}

.news_imain_box .news_imain_r ul li .desc .text{
    width: 350px;
}
.news_imain_box .news_imain_r .more{
    position: absolute;
    right: 3px;
    bottom: 3px;
    display: block;
    width: 30px;
    height: 20px;
    line-height: 20px;
    background: #186c34;
    color: #fff;
    text-align: center;
}

.project_imain_box{
    width: 1300px;
    margin: 0 auto;
    height: 430px;
    background-image: url(../Images/yy_bg.png);
    background-size: 100% 100%;
    overflow: hidden;
}
.project_imain_box .project_mm{
    width: 1165px;
    height: 300px;
    margin: 30px auto 0;
    padding-left: 15px;
}
.project_imain_box .project_mm .proj_mm_item{
    width: 370px;
    margin-right: 10px;
}
.project_imain_box .project_mm .proj_mm_item .imgBox{
    width: 370px;
    height: 205px;
}
.project_imain_box .project_mm .proj_mm_item .imgBox a{
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.project_imain_box .project_mm .proj_mm_item .imgBox a img{
    width: 100%;
    height: 100%;
    transition: all 0.5s;
}
.project_imain_box .project_mm .proj_mm_item .imgBox a img:hover{
    /* transform: scale(1.2); */
}
.project_imain_box .project_mm .proj_mm_item .name{
    width: 100%;
    padding: 0 20px;
    line-height: 36px;
    font-size: 18px;
    text-align: center;
    margin-top: 10px;
}
.project_imain_box .project_mm .proj_mm_item .name:hover a{
    color: #186c34;
}
.project_imain_box .project_mm .proj_mm_item .desc{
    height: 36px;
    line-height: 18px;
    font-size: 12px;
    color: #626262;
    text-align: center;
    padding: 0 20px;
    overflow: hidden;
}

.yqling{
    width: 1200px;
    margin: 50px auto 0;
}
.yqling .yqtit{
    height: 50px;
    line-height: 50px;
    font-size: 20px;
}
.yqling .yqtit span{
    padding-right: 22px;
    background-image: url(../Images/icon_yqlink.jpg);
    background-position: 80px center;
    background-repeat: no-repeat;
}
.yqling .yq_main{
    width: 100%;
    min-height: 75px;
    border: 1px solid #dedede;
    background: #f9fafc;
    padding-top: 15px;
    line-height: 35px;
}
.yqling .yq_main a{
    display: inline-block;
    margin: 0 10px;
    padding: 0 5px;
}
.yqling .yq_main a:hover{
    background: #186c34;
    color: #fff;
}


































