﻿@charset "utf-8";
/* CSS Document */


/*
*/

.i-search{
    height: 60px;
    line-height: 60px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    background: #1b492a;
}
.i-search-hd{
    width: 800px;
}
.i-search-hd a{
    color: #fff;
}
.i-search-bd{
    width: 320px;
    margin-top: 12px;
}
.i-search-bd .search-key{
    width: 270px;
    height: 38px;
    border: 1px solid #fff;
    background: #fff;
    color: #999;
    padding: 0 10px;
    float: left;
    line-height: 36px;
}
.i-search-bd .search-button{
    float: right;
    width: 50px;
    height: 38px;
    border: none;
    background: url(../image/searchbtn.png) no-repeat center #fff;
}


.i-product{
    overflow: hidden;
    padding: 80px 0;
    background: #f0f0f0;
}
.i-product-hd{
    width: 275px;
    background: #fff;
}
.i-product-hd .item-hd{
    height: 112px;
    background: #1b492a;
    color: #fff;
    padding: 18px 0 0 25px;
}
.i-product-hd .item-hd h2{
    font-size: 30px;
}
.i-product-hd .item-hd p{
    font-size: 24px;
    font-family: arial;
}

.i-product-hd .item-bd li{
    height: 59px;
    border-bottom: 1px solid #e8e8e8;
    line-height: 58px;
    position: relative;
}
.i-product-hd .item-bd li a{
    display: block;
    font-size: 17px;
    color: #333;
    padding-left: 28px;
    padding-right: 10px;
}
.i-product-hd .item-bd li a:hover{
    color: #1b492a;
}
.i-product-hd .item-bd li dl{
    position: absolute;
    width: 275px;
    right: -275px;
    background: #1b492a;
    display: none;
    top: 0;
}
.i-product-hd .item-bd li dd a{
    display: block;
    height: 35px;
    line-height: 35px;
    border-bottom: 1px solid #818181;
    margin: 0 10px;
    padding-left: 24px;
    color: #fff;
    font-size: 12px;
}
.i-product-hd .item-bd li:hover dl{
    display: block;
}
.i-product-hd .item-bd li dd a:hover{
    text-decoration: underline;
    color: #fff;
}
.i-product-hd .item-ft{
    color: #fff;
    padding: 21px 0 18px 86px;
    font-size: 14px;
    background: url(../image/procall.png) no-repeat 18px center #1b492a;
    line-height: 1.4;
}
.i-product-hd .item-ft p{
    font-size: 24px;
    font-weight: bold;
    font-family: arial;
}
.i-product-bd{
    width: 895px;
    padding: 20px;
    background: #fff;
}
.i-product-bd .item-hd{
    height: 41px;
    border-bottom: 1px solid #bfbfbf;
    line-height: 40px;
    font-size: 16px;
    margin-bottom: 50px;
}
.i-product-bd .item-hd a{
    color: #e79400;
}
.i-product-bd .item-hd h2{
    display: inline-block;
    font-size: 22px;
    color: #1b492a;
    border-bottom: 2px solid #e79400;
    padding-right: 40px;
    height: 35px;
}

.i-product-bd .item-bd li{
    width: 427px;
    margin-bottom: 40px;
}
.i-product-bd .item-bd li img{
    width: 184px;
    display: block;
}
.i-product-bd .item-bd li .pro-con{
    margin-left: 184px;
    padding: 14px;
}
.i-product-bd .item-bd li .pro-con h3{
    font-size: 16px;
    color: #333;
    margin-bottom: 10px;
}
.i-product-bd .item-bd li .pro-con p{
    font-size: 14px;
    line-height: 24px;
    color: #666;
    height: 72px;
    overflow: hidden;
}
.i-product-bd .item-bd li:hover .pro-con h3{
    color: #1b492a;
}

/*

*/
.i-ban1{
    height: 291px;
    background: url(../image/ban1.jpg) no-repeat center;
    margin-bottom: 60px;
}


/*
*/
.i-advantage{
    background: #f7f7f7;
    padding-top: 66px;
    padding-bottom: 35px;
}
.i-advantage .w{
    padding: 0 60px;
}
.i-advantage-hd{
    width: 485px;
    height: 185px;
    background: url(../image/avantagehd.png) no-repeat center;
    color: #1b492a;
    margin: 0 auto;
    padding-top: 64px;
    margin-bottom: 50px;
}
.i-advantage-hd h2{
    font-size: 33px;
}
.i-advantage-hd h2 span{
    color: #e79400;
    font-size: 48px;
}
.i-advantage-hd p{
    font-size: 13px;
    font-family: arial;
    margin-top: 8px;
}
.i-advantage-bd .advantage-item{
    margin-bottom: 100px;
}
.i-advantage-bd .advantage-item .item-hd,
.i-advantage-bd .advantage-item .item-bd{
    width: 480px;
}

.i-advantage-bd .advantage-item .item-hd{
    float: left;
}
.i-advantage-bd .advantage-item .item-hd h3{
    font-weight: normal;
    color: #1b492a;
    font-size: 30px;
    margin-bottom: 15px;
}
.i-advantage-bd .advantage-item .item-hd h3 i{
    font-size: 40px;
    padding-right: 20px;
}
.i-advantage-bd .advantage-item .item-hd h3 span{
    font-size: 16px;
    padding-left: 20px;
}
.i-advantage-bd .advantage-item .item-hd li{
    line-height: 27px;
    font-size: 15px;
    color: #333;
}
.i-advantage-bd .advantage-item .item-hd .link{
    display: block;
    width: 128px;
    height: 34px;
    text-align: center;
    line-height: 34px;
    color: #333;
    font-size: 14px;
    background: #fff;
    margin-top: 35px;
}
.i-advantage-bd .advantage-item .item-hd .link:hover{
    background: #e79400;
    color: #fff;
}

.i-advantage-bd .advantage-item .item-bd{
    float: right;
}

.i-advantage-bd .advantage-item:nth-child(2n) .item-hd{
    float: right;
}

.i-advantage-bd .advantage-item:nth-child(2n) .item-bd{
    float: left;
}

.i-advantage-bd .advantage-item:last-child{
    margin-bottom: 0;
}
/*
    box-hd
*/
.box-hd{
    width: 50px;
    color: #007ee9;
    text-align: center;
    color: #1b492a;
}
.box-hd h2{
    width: 30px;
    line-height: 35px;
    float: left;
}
.box-hd p{
    width: 20px;
    transform: rotate(90deg);
    font-size: 16px;
    text-transform: uppercase;
    line-height: 35px;
    letter-spacing: 1px;
    float: left;
}
.box-hd img{
    margin-top: 91px;
}




.i-about{
    padding: 100px 0;
}
.i-about-bd{
    width: 360px;
    margin: 0 40px 0 85px;
    font-size: 0;
}
.i-about-bd img{
    width: 100%;
}
.i-about-ft{    
    width: 665px;
}
.i-about-ft .item-hd{
    height: 64px;
    border-bottom: 1px solid #1b492a;
    padding-top: 10px;
    background: url(../image/abicon1.png) no-repeat left 26px;
    padding-left: 34px;
    padding-top: 28px;
    margin-bottom: 25px;
}
.i-about-ft .item-hd h3{
    font-size: 18px;
    color: #1b492a;
}
.i-about-ft .item-hd h3 span{
    font-size: 12px;
    color: #e79400;
    padding-left: 15px;
}
.i-about-ft .item-hd a{
    font-size: 14px;
    color: #e79400;
}
.i-about-ft .item-bd{
    font-size: 14px;
    line-height: 21px;
    height: 126px;
    overflow: hidden;
    color: #666;
}
/*


*/
.i-case{
    margin-bottom: 145px;
}
.i-case-bd{
    width: 1080px;
    margin-top: 31px;
}
.i-case-bd li{
    width: 240px;
    margin: 0 15px;
    font-size: 0;
}
.i-case-bd li img{
    width: 100%;
}
.i-case-bd li p{
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    background: #1b492a;
}


/*
    ban2
*/
.i-ban2{
    height: 220px;
    background: url(../image/ban2.jpg) no-repeat center;
    color: #fff;
}
.i-ban2 .item-hd{
    font-size: 30px;
    font-family: arial;
    color: #e79400;
    margin-top: 42px;
}
.i-ban2 .item-hd h2{
    display: inline-block;
    height: 70px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    line-height: 68px;
    color: #fff;
    font-size: 42px;
}

.i-ban2 .item-bd{
    font-size: 18px;
    color: #fff;
    background: url(../image/ban2call.png) no-repeat left center;
    padding-left: 60px;
    line-height: 1.2;
    margin-top: 86px;
}
.i-ban2 .item-bd p{
    font-size: 30px;
    color: #e79400;
    font-weight: bold;
}

/*
*/
.i-hotpro{
    margin-bottom: 80px;
}
.i-hotpro-hd{
    margin: 80px 0 50px; 
}
.i-hotpro-hd h2{
    font-size: 30px;
    color: #1b492a;
    font-weight: bold;
    display: inline-block;
    background: url(../image/3squ.png) no-repeat left center;
    padding-left: 65px;
    height: 51px;
    padding-top: 19px;
    margin-bottom: 5px;
}
.i-hotpro-hd p{
    font-size: 24px;
    color: #1b492a;
}
.i-hotpro-bd li{
    width: 240px;
    margin-left: 30px;
}

.i-hotpro-bd li p{
    font-size: 16px;
    color: #4c4c4c;
    line-height: 30px;
    padding: 0 10px;
    margin-top: 4px;
}
.i-hotpro-bd li:hover p{
    color: #1b492a;
}
/*

*/
.i-news{
    margin-bottom: 90px;
}
.i-news-hd{
    color: #1b492a;
    margin-bottom: 50px;
}
.i-news-hd h2{
    font-size: 30px;
}
.i-news-hd p{
    font-size: 14px;
    margin-top: 5px;
}
.i-news .item-hd{
    height: 31px;
    border-bottom: 1px solid #1b492a;
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 20px;
}
.i-news .item-hd a{
    color: #e79400;
}
.i-news .item-hd h2{
    height: 30px;
    line-height: 30px;
    background: #1b492a;
    color: #fff;
    padding: 0 20px;
    font-size: 16px;
}
.i-news .item-hd li:nth-child(2) h2{
    background: none;
    color: #333;
}

.i-news-bd{
    width: 700px;
}
.i-news-bd .item-bd li{
    width: 340px;
    background: #f0f0f0;
    padding: 10px;
    font-size: 0;
    margin-right: 20px;
}
.i-news-bd .item-bd li img{
    width: 100%;
}
.i-news-bd .item-bd li h3{
    font-size: 16px;
    color: #333;
    margin: 20px 0 8px;
}
.i-news-bd .item-bd li p{
    color: #4c4c4c;
    font-size: 12px;
    line-height: 18px;
    height: 36px;
    overflow: hidden;
}
.i-news-bd .item-bd li:hover h3{
    color: #1b492a;
}

.i-news-ft{
    width: 430px;
}
.i-news-ft li{
    margin-bottom: 30px;
}
.i-news-ft li:last-child{
    margin-bottom: 0;
}
.i-news-ft li i{
    float: left;
    width: 30px;
    height: 30px;
    display: inline-block;
    line-height: 30px;
    text-align: center;
    color: #fff;
    background: #1b492a;
    margin-right: 18px;
    font-size: 22px;
    font-weight: bold;
}
.i-news-ft p i{
    background: #e79400;
}
.i-news-ft h3{
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 10px;
    color: #666;
}
.i-news-ft p{
    font-size: 12px;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
    color: #666;
}
.i-news-ft li:hover h3{
    color: #1b492a;
}

/*

*/
.i-link{
    height: 50px;
    line-height: 50px;
    font-size: 15px;
    color: #333;
    background: #f4f4f4;
}
.i-link span{
    display: inline-block;
    padding: 0 20px;
    background: #1b492a;
    color: #fff;
}
.i-link a{
    color: #555;
    padding-left: 20px;
}


.top-menu{
    padding:0;
}
.top-menu .item{
    display: inline-block;
    width:120px;
    position:relative;
    margin:0 1px 0 0;
}
.top-menu .item h6{
    line-height:50px;

}
.top-menu .item h6 a{
    display:block;
    text-align:center;
    font-size:15px;
    color: #fff;
    transition: 0s;
}
.top-menu .item h6 a span{
    display: none;
}
.top-menu .item h6.on a span{
    display:inline-block;
    font-size: 8px;
    padding:0 0 0 5px;
    color: #eee;
    vertical-align: middle;
    margin-top:-2px;
}
.top-menu .item h6:hover,.top-menu .item h6.cur{
    background: rgba(0,0,0,.15);
    font-weight: bold;
}
.top-menu .item h6 a:hover span,.top-menu .item h6.cur a span,.top-menu .item h6:hover a,.top-menu .item h6.cur a{
    color: #fff;
}

.top-menu .item ul{
    position:absolute;
    top:90px;
    z-index:9999;
    background:#3caf64;
    left:-10px;
    width:140px;
    opacity:0;
    transition:all .3s;
    visibility: hidden;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .1);
}
.top-menu .item:hover ul{
    visibility:visible;
    opacity: 1;
    top:50px;
    left:-10px;
}
.top-menu .item li{
    height:36px;
    overflow:hidden;
}

.top-menu .item li a{
    display:block;
    line-height:36px;
    font-size:12px;
    padding:0 20px;
    color: #fff;
    text-align: center;
}

.top-menu .item li a:hover{
    background: rgba(0,0,0,.1);
    color: #fff;
}


@media (min-width:1440px) {
    .container-w1300 {
        width: 1200px;
    }

    .container-max {
        width: 1500px;
    }
}

@media (min-width:1200px){
    .xz-block-item{
        padding:0 10px;
    }
    .xz-block-item .img{
        width:25%;
        padding:0 4%;
        margin:7px 0 0 0;
    }
    .xz-block-item .con{
        width:75%;
        padding:0 10px;
    }
    .xz-block-item .con p{
        height:44px;
        overflow: hidden;
        color: #fff;
        font-size: 14px;
    }
}


/*
    右下角按钮
*/

.um-fix-btn {
    position: fixed;
    right:5px;
    bottom: 40px;
    box-shadow: 0 2px 5px rgba(0,0,0,.1);
    border-bottom: 1px solid rgba(255,255,255,.08);
}
.um-fix-btn a{
    display: block;
    width:40px;
    height:40px;
    border: 1px solid rgba(0,0,0,.08);
    background:#fff;
    font-size: 16px;
    color: #444;
    text-align: center;
    border-bottom: none;
    transition:0s;
}

#ufb-gotop{
    background: #1b492a;
    color: #fff;
}
.um-fix-btn a i{
    line-height:40px;
}
.um-fix-btn a:hover{
    background: #444;
    border: 1px solid #444;
    color: #fff;
    border-bottom: none;
}
#ufb-gotop:hover{
    background:#444;
}


.modal-code{
    width: 300px;
    margin: 15% auto 0;
}
.modal-code img{
    width:270px;
}

/*===== kefu ====*/
.kefu {width:99px;height:60px;position:absolute;top:0px; z-index:999}
.kefu .kftop{background:url(../images/kefu_top.gif) no-repeat;height:20px;}
.kefu .kfbottom{background:url(../images/kefu_bottom.gif) no-repeat;height:14px;}
.kefu .kfbox {border-left:1px solid #DDE6EC;border-right:1px solid  #DDE6EC;overflow:hidden;zoom:1;padding:1px;background:#FFF;color:#f00;line-height:26px;}
.kefu .kfbox ul {padding-left:6px;}
.kefu .kfbox ul li.tit {color:#800000;}
.kefu .kfbox ul li img {vertical-align:middle;}
.kefu .kfbox .tit{padding-left:0; font-size:12px;}

