﻿@charset "utf-8";
/* CSS Document */


.top-menu{
    padding:0;
}
.top-menu .item{
    float:left;
    width:97px;
    position:relative;
}
.top-menu .item h6{
    line-height:90px;
}
.top-menu .item h6 a{
    display:block;
    text-align:center;
    color: #555;
    font-size:15px;
}
.top-menu .item h6 a span{
    display: none;
}
.top-menu .item h6.on a span{
    display:inline-block;
    font-size: 9px;
    padding:0 0 0 5px;
    color: #777;
    vertical-align: middle;
}
.top-menu .item h6 a:hover{
    color: #be9d45;
}
.top-menu .item h6 a:hover span{
    color: #be9d45;
}

.top-menu .item ul{
    position:absolute;
    top:110px;
    z-index:9999;
    background:#fff;
    left:-20px;
    width:137px;
    opacity:0;
    transition:all .3s;
    visibility: hidden;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
}
.top-menu .item:hover ul{
    visibility:visible;
    opacity: 1;
    top:85px;
}
.top-menu .item ul li:first-child:before{
    content: '';
    height:3px;
    width:0;
    background: #999;
    display: block;
    transition: .56s;
}
.top-menu .item:hover ul li:first-child:before{
    width:100%;
}

.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: #666;
}
.top-menu .item li:first-child a{
    line-height:33px;
}
.top-menu .item li a:hover{
    background: #f2f2f2;
    color: #333;
}


/*
    顶部导航
*/
/*.navbar{*/
/*    height: 60px;*/
/*    background: #007fae;*/
/*    border-radius: 0;*/
/*    margin-bottom: 0;*/
/*    border: none;*/
/*    min-height: auto;*/
/*}*/
#nav_box{
	display: flex;
	justify-content: space-between;
	/*align-items: center;*/
	width: 800px;
}
.header{
    /*height: 150px;*/
    /*overflow: hidden;*/
}
.navbar li{
	position: relative;
    flex: 1 1 auto;
	text-align: center;
}
.navbar li a{
    font-size: 18px;
    line-height: 60px;
    display: block;
    color: #fff;
    text-align: center;
    margin: 0 10px;
}
.navbar li a:hover,
.navbar li.on a{
    /*background-color: #3498db;*/
    color: #3498db;
    border-bottom: 2px solid #3498db;
}
.navbar li{position: relative;}
.nav li ul{ width:100%; background-color:#7ab95f;display:none;z-index: 995;}
.nav li ul li{ width:100%; height:34px;}
.nav li ul li a{ font-size:12px;color:#fff;
    background: #007fae; line-height:34px; display:block;text-align: center;text-overflow: ellipsis;white-space:nowrap;overflow: hidden; padding: 0 10px;}
.nav li ul li a:hover{ color:#fff;background:rgba(0,0,0,.1);}
.nav .on ul li a{background-color:#7ab95f;color:#fff;
    background: #007fae;}
.nav .on ul li a:hover{background:rgba(0,0,0,.1);}

.nav li ul ul{
	left: 200px !important;
}

/*
    tit_css
*/



.tit-box h4{
    font-size: 30px;
    color: #333;
    text-align: center;
}
.tit-box1 h4{
    color: #fff;
}
.tit-box p{
    font-size: 14px;
    color: #999;
    margin: 10px 0 0 0;
    display: inline-block;
    line-height:1;
    text-transform: capitalize;
}


/*
    首页产品分类
*/

.tit-menu{
    margin:25px 0 0 0;
    height:28px;
    overflow: hidden;
}
.tit-menu ul li{
    display: inline-block;
    margin:0 5px 10px;
}
.tit-menu ul li + li{
}
.tit-menu ul li a{
    display: inline-block;
    padding:0 15px;
    line-height: 14px;
    font-size: 14px;
    color: #666;
}
.tit-menu ul li:first-child a{
    padding:0 20px 0 0;
}
.tit-menu ul li a:after{
    height:1px;
    content: '';
    display: block;
    background: #b8aa83;
    width:0;
    margin:7px 0 0 0;
    transition: .36s;
}
.tit-menu ul li a:hover,.tit-menu ul li:first-child a{
    color: #b8aa83;
}
.tit-menu ul li a:hover:after,.tit-menu ul li:first-child a:after{
    width:100%;
}

/********
      关于我们
*******/



.about-con .con{
    font-size: 14px;
    line-height:2;
    margin:30px 0 25px 0;
    height:60px;
    overflow: hidden;
    color:#888;
}
.about-con .con a{
    color: #be9d45;
    font-weight: normal !important;
}


/*
    产品图片样式
*/
.product-con{
    margin:10px 0 70px 0;
}
.img-item{
    background: #fff;
    margin: 15px 0;
    position: relative;
    transition: .5s;
}
.img-item a{
    display: block;
    overflow: hidden;
}
.img-item .img{
    position: relative;
}
.img-item .img img{
    width:100%;
    height:auto;
}

.img-item .con{
    margin:20px 0 0 0;
}

.img-item .con h4{
    color:rgba(31,37,38,.75);
    font-size: 16px;
    transition: .36s;
}
.img-item .con p{
    font-size: 14px;
    color: #999;
    margin:10px 0 0 0;
    height:44px;
    overflow: hidden;
    line-height:1.6;
}
.img-item:hover .con h4{
    border-left: 3px solid #3498db;
    color: #3498db;
    padding:0 0 0 10px;
}

/*
    通栏图
*/

.ban1{
    background: url("../image/ban1.jpg") no-repeat 50%;
    background-size: cover;
    padding:50px 0;
}

.ban1-con{
    color: #fff;
}
.ban1-con h4{
    font-size: 26px;
}
.ban1-con p{
    font-size: 18px;
    padding:10px 0 0 0;
}
.ban1-more{
    margin:15px 0 0 0;
}
.ban1-more a{
    border: 1px solid #fff;
    font-size: 16px;
    color: #fff;
}
.ban1-more a::before{
    background: #fff;
}
.ban1-more a:hover{
    color: #000;
}

/********
      我们的优势
*******/


.ys-body{
    margin:30px 0 0 0;
}
.ys-body li{
    border-bottom: 1px solid #eee;
    padding:20px 0;
}
.ys-con,.ys-img{
    padding:20px 0;
}
.ys-img img{
    width:100%;
}
.ys-con h4{
    font-size: 20px;
    font-weight: 700;
    margin:6px 0 15px;
    color:#b79d56;
}
.ys-con h4 span{
    font-family: Arial;
    font-size:30px;
    position: relative;
    top:5px;
    padding:0 10px 0 0;
}

.ys-con p{
    font-size: 13px;
    line-height:24px;
    height:72px;
    overflow: hidden;
    color: #666;
}
.ys-con a{
    display: block;
    display: block;
    height: 40px;
    width: 120px;
    background:#eee;
    text-align: center;
    line-height: 38px;
    color: #888;
    margin:50px 0 0 0;
    font-size: 14px;
}
.ys-con a:hover{
    background:#b8aa83;
    color: #fff;
}
.ban1 img{
    width:100%;
}



/********
      案例
*******/

.wrap_bg{
    background: #fafafa;
}

.case-item{
    padding:20px;
    border: 1px solid #eee;
    margin:0 0 20px 0;
}

.case-item .img{

}
.case-item .img img{
    width:100%;
    height:auto;
}
.case-item .con{
    padding:5px 10px 10px;
    transition: .36s;
    position: relative;
    top:0;
}
.case-item .con h4{
    font-size: 16px;
    color: #333;
    font-weight: bold;
    text-align: center;
    line-height:50px;
    border-bottom: 1px solid rgba(184,170,131,.3);
}
.case-item .con p{
    font-size: 14px;
    text-align: center;
    color: #888;
    line-height:1.8;
    height: 55px;
    padding:5px 0 0 0;
    overflow: hidden;
}
.case-item:hover .con{
    background: #b8aa83;
    top:-40px;
}
.case-item:hover .con h4{
    color: #fff;
    border-bottom: 1px solid rgba(255,255,255,.2);
}
.case-item:hover .con p{
    color: #eee;

}




/********
      新闻
*******/

.news-wrap{
    background: url("../image/news-wrap.jpg") no-repeat 50%;
    background-size: cover;
}

.news-item{
    padding:40px 30px;
    background: #fff;
    float: left;
    margin:0 15px;
    transition: .36s;
    width:96%;
}

.news-item .time{
    color: #999;
    font-size: 14px;
    line-height:1;
    width:35%;
}
.news-item .time p{
    font-size: 30px;
    font-family: Arial;
    color: #575c5c;
    margin:0 0 5px 0;
}

.news-item .con{
    width:65%;
}
.news-item .con h4{
    font-family: "黑体";
    color: #000;
    line-height:1.5;
    font-size: 18px;
}
.news-item .con p{
    font-size: 14px;
    color: #999;
    line-height:1.5;
    height:45px;
    overflow: hidden;
    margin:10px 0 0 0;
}
.news-item .con span{
    color: #999;
    text-transform: uppercase;
    margin:10px 0 0 0;
    display: inline-block;
}
.news-item .con span:after{
    height:1px;
    background: #b8aa83;
    width:0;
    content:'';
    display: block;
    transition: .36s;
}
.owl-pagination{
    text-align: center;
    margin:30px 0 50px 0;
}
.owl-page{
    display: inline-block;
    margin:0 3px;
}
.owl-page .owl-numbers{
    display: inline-block;
    background: #fff;
    width:10px;
    height:10px;
    text-indent: -9999px;
    border-radius: 50%;
}
.owl-page.active .owl-numbers{
    background: #b8aa83;
}
.news-item:hover .con span:after{
    width:100%;
}
.news-item:hover{
    transform:translateY(-10px);
}

/*
    页底
*/




@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;
    }

}






/*===== 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;}

