@charset "utf-8";
/* CSS Document */


.header{
    background:url("../image/headerbg.jpg");
}
.logo{
    overflow:hidden;
    margin:20px 0;
    max-height: 70px;
}
.top-tel_b{
    background: url("../image/tel.png") no-repeat left center;
    padding:5px 0 5px 65px;
    font-size: 14px;
    line-height: 1.2;
    margin:20px 0 0 0;
    color: #666;
}
.top-tel_b p{
    font-size: 30px;
    font-family: Arial;
    color: #887d1f;
}
.navbar{
    background: #64bf1a;
    margin-bottom: 0;
    transition:top .5s;
    border: none;
    border-bottom: 2px solid #509915;
}
.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:#509915;
    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:#509915;
    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;
}
.navbar-fixed{
    position: fixed;
    left:0;
    top:0;
    width:100%;
    z-index: 9999;
    background:#64bf1a;
    box-shadow:0 3px 5px rgba(0,0,0,.2);
    border-bottom: 2px solid #509915;
    text-align: center;
}
.navbar-90{
    top:-90px;
}
.navbar-0{
    top:0;
}
.navbar-fixed .top-menu .item h6 a{
    color: #fff;
}
.navbar-fixed .top-menu .item h6:hover,.navbar-fixed .top-menu .item h6.cur{
    background:#509915;
}
.navbar-fixed .top-menu .item h6.on a span{
    color: #eee;
}
.navbar-fixed .top-menu .item h6 a:hover span,.navbar-fixed .top-menu .item h6.cur a span,
.navbar-fixed .top-menu .item h6:hover a,.navbar-fixed .top-menu .item h6.cur a{
    color: #fff;
}

/*
        search
*/

.search-bar{
    background: #64bf1a;
    height:50px;
    line-height:50px;
}
.top-keyword{
    font-size: 14px;
    height:50px;
    overflow: hidden;
    color:#fff;
}
.top-keyword span{
    color:#fff;
}
.top-keyword a{
    color: #fff;
}
.top-search{
    text-align: right;
    position: relative;
}
.top-search .search-key{
    height:32px;
    border: 1px solid #666;
    padding:0 10px;
    width: 80%;
    color: #888;
}
.top-search .search-btn{
    background:url("../image/search-btn.png") no-repeat center;
    text-indent: -9999px;
    height:16px;
    width:16px;
    position: absolute;
    border: none;
    right:10px;
    top:17px;
}


/*
    index____title
*/

.tit-box h4{
    font-size: 26px;
    color: #333;
    position: relative;
    padding:20px 0 0 0;
}
.tit-box h4:before{
    content: '';
    display: block;
    width:30px;
    height:2px;
    background: #509915;
    position: absolute;
    left:50%;
    top:0;
    margin:0 0 0 -15px;
}
.tit-box p {
    font-size: 14px;
    margin:10px 0 0 0;
    color: #888;
    font-family: Arial;
    text-transform: uppercase;
}
.tit-box1{
    height:34px;
    line-height:34px;
    border-bottom: 1px solid #ddd;
}
.tit-box1 .tit{
    font-size: 16px;
    color: #333;
    position: relative;
}
.tit-box1 .tit:after{
    content: '';
    display: block;
    background: #64bf1a;
    height:1px;
    width:70px;
    position: absolute;
    bottom: 0;
}
/*
    首页产品分类
*/

.tit-menu{
    height:30px;
    overflow: hidden;
    text-align: right;
}
.tit-menu ul li{
    display: inline-block;
    margin:0 4px;
}

.tit-menu ul li a{
    display: inline-block;
    margin: 10px 10px;
    line-height: 12px;
    font-size: 12px;
    background: transparent;
    transition: all 0.3s ease-out 0s;
    color: #888;
}
.tit-menu ul li a:after{
    display: block;
    content: '';
    width:0;
    height:1px;
    background: #666;
    margin:6px 0 0 0;
    transition: all 0.3s ease-out 0s;
}
.tit-menu ul li:first-child a,.tit-menu ul li a:hover{
    color: #666;
}
.tit-menu ul li:first-child a:after,.tit-menu ul li a:hover:after{
    width:100%;
}

/*
    我们的优势
*/
.ys-wrap{
    background: url("../image/bg1.jpg") no-repeat center top #f7f7f7;
    min-height: 1150px;
}
.ys-tit{
    color: #fff;
    margin-top:50px;
    text-align: center;
    margin-bottom: 15px;
}
.ys-tit h4{
    font-size: 28px;
    font-weight: bold;
    line-height:1.4;
    color:#666;
    font-style: italic;
}
.ys-tit h4 span{
    color: #64bf1a;
    font-size: 48px;
    font-style: normal;
    padding:0 0 0 8px;
    display: inline-block;
    vertical-align: middle;
    margin-top:-14px;
}
.ys-tit p{
    font-size: 16px;
    background: #64bf1a;
    color: #fff;
    display: inline-block;
    padding:0 50px;
}
.ys-box{
    margin-top:50px;
    overflow: hidden;
}
.ys-con .num{
    width:57px;
    height:57px;
    background: url("../image/ico1.jpg") no-repeat;
    font-size: 28px;
    font-family: Arial;
    line-height:57px;
    text-align: center;
    color: #fff;
}
.ys-con .tit{
    padding:2px 0 0 20px;
}
.ys-con .tit:after{
    content: '';
    display: block;
    width:42px;
    height:1px;
    background: #4bb344;
    margin:3px 0 0 0;
}
.ys-con .tit h4{
    font-size: 24px;
    color: #444;
}
.ys-con .tit p{
    font-family: Arial;
    font-size: 12px;
    color: #777;
}
.ys-con .con{
    background: url("../image/line1.png") no-repeat;
    width:560px;
    height:100px;
    margin:30px 0 0 0;
    font-size: 16px;
    color: #444;
    line-height:2;
    overflow: hidden;
}
.ys-con .con p{
    padding:20px 40px;
}
.ys-con .con1{
    background: none;
    margin:20px 0 0 0;
}

/*
    产品图片样式
*/
.product-wrap{
    padding:20px 0 35px;
    overflow: hidden;
    background: #eee;
}
.product-menu{
    overflow: hidden;
    height:561px;
}
.product-menu .tit{
    background: #64bf1a;
    height:50px;
    color: #fff;
    font-size: 18px;
    line-height:50px;
    padding:0 0 0 20px;
}
.product-menu .con{
    padding:10px 20px;
    background: #fff;
}
.product-menu .con ul{
    overflow: hidden;
    height:491px;
}
.product-menu .con li{
    height:40px;
    border-bottom: 1px dashed #ddd;
}
.product-menu .con li a{
    height:40px;
    display: block;
    line-height:40px;
    color: #555;
    font-size: 14px;
}
.product-con-wrap{
    background: #fff;
    padding:20px;
}
.product-tit .more a{
    text-transform: uppercase;
    color: #888;
}
.product-con{
    padding:20px 0 0 0;
}
.img-item{
    background: #fff;
    margin:0 0 5px 0;
}
.img-item .img{
    overflow: hidden;
    position: relative;
}
.img-item .img img{
    max-width: 100%;
    height:auto;
    transition: all .6s;
}
.img-item h4{
    position: relative;
    font-size: 14px;
    color: #333;
    text-align: center;
    padding:15px 10px;
}

/*ban1*/
.ban1-wrap{
    background: url("../image/ban1.png") no-repeat center;
    height:213px;
    position: relative;
    z-index: 2;
}
.ban1-con{
    color: #fff;
    margin-top:33px;
}
.ban1-con p.p1{
    font-size: 18px;
    height:40px;
    line-height:40px;
    overflow: hidden;
}
.ban1-con p.p2{
    font-size: 14px;
    margin-right:-10px;
    height:40px;
    line-height:40px;
    overflow: hidden;
}
.ban1-con .tel{
    margin-right:-10px;
    margin-top:10px;
    font-size: 18px;
}
.ban1-con .tel a{
    display: inline-block;
    width:122px;
    height:36px;
    line-height:36px;
    text-align: center;
    color: #fff;
    background: #4bb344;
    font-size: 16px;
    margin-left:30px;
}
.ban1-con .tel span{
    display: inline-block;
    font-size: 30px;
    font-family: Arial;
    vertical-align: middle;
}

/********
      关于我们
*******/


.about-wrap{
    padding:68px 0;
    overflow: hidden;
    background: url("../image/bg2.png") no-repeat center top #fff;
    overflow: hidden;
    margin-top:-13px;
}
.about-box{
    position: relative;
}
.about-tit{
    position: absolute;
    width:196px;
    height:125px;
    padding:25px 0 0 40px;
    background:#509915;
    left:42%;
    top:-30px;
}
.about-tit h4{
    line-height:1;
    color: #fff;
    font-size: 30px;
    padding:20px 0 0 0;
}
.about-tit h4:before{
    content: '';
    display: block;
    width:40px;
    height:2px;
    position: absolute;
    background: #fff;
    top:25px;
}
.about-tit p{
    color: #fff;
    font-size:14px;
    text-transform: uppercase;
}
.about-img{
    margin-right:-10px;
}
.about-con{
    padding:0 20px 0 0;
    margin-left:-15px;
}
.about-con>.con{
    font-size: 14px;
    padding:20px 0 0 0;
    height:260px;
    color: #666;
    line-height:2;
    overflow: hidden;
}
.about-con>.con p{
    padding:0 0 10px 0;
}
.about-con>.con a{
    color: #666;
}

/********
      案例
*******/

.case-box{
    padding:20px 0 0 0;
}
.case-item{
    background: #fff;
    margin:0 10px;
}
.case-item .con{
    height:30px;
    line-height: 30px;
    text-align: center;
}


/*
  ban2
*/
.ban2-wrap{
    background: url("../image/ban2.jpg") no-repeat center;
    height:200px;
}
.ban2-con{
    padding:20px 0 0 45px;
}
.ban2-con h4{
    padding:30px 0 10px;
    color: #fff;
    font-size:30px;
    font-weight: bold;
}
.ban2-con p{
    font-size: 14px;
    color: #fff;
}
.ban2-con .more{
    padding:0 40px 0 0;
}
.ban2-con .more a{
    color: #56b522;
    background: #fff;
    width:128px;
    height:34px;
    display: inline-block;
    font-size: 16px;
    text-align: center;
    line-height:34px;
}

/********
      新闻
*******/

.news-wrap{
    padding:50px 0;
}
.news-box{
    padding:40px 0 20px;
    overflow: hidden;
}
.news-con1{
    padding:24px 0 0 0;
}
.news-con1 .con a{
    display: block;
    color: #333;
    font-size: 14px;
}
.news-con1 .con p{
    color: #888;
    font-size: 12px;
    padding:5px 0 0 0;
    height:66px;
    overflow: hidden;
}
.news-con1 .con .time{
    padding:10px 0 0 0;
    color: #666;
}
.news-con2{
    padding:10px 0 0 0;
}
.news-con2 li{
    height:40px;
    line-height:40px;
    border-bottom: 1px solid #ddd;
}
.news-con2 li a{
    display: block;
    font-size: 14px;
    color: #555;
    background: url("../image/ico1.png") no-repeat left;
    padding:0 0 0 15px;
}
.news-wrap .col-md-6{
    padding:0 15px;
}
.news-wrap .col-xs-9{
    padding:0;
}
.news-wrap .col-xs-3{
    color: #777;
}



/*
* 城市分销
*/

.city-data-wrap{
    background: #469109;
    padding:10px 0;
}
.city-data span{
    font-size:16px;
    color: #fff;
}
.city-data a{
    display: inline-block;
    font-size: 14px;
    color:#eee;
    padding: 5px 10px;
}



/*
    页底
*/

.footer{
    padding:30px 0;
    font-size: 14px;
    background:#4ea10a;
    color: #fff;
}
.footer a{
    color: #fff;
}
.footer-con{
    line-height:30px;
}
.friendlinks span a:first-child{
    padding:0 0 0 15px;
}


@media (min-width:1440px) {
    .container-w1300 {
        width: 1300px;
    }

    .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);
    z-index: 9999999;
}
.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: #64bf1a;
    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;}


