@charset "utf-8";
*{margin: 0px;padding: 0px;}
body {background: #FFFFFF;color: #333;font-family: "微软雅黑";font-size: 16px;font-weight: lighter;}
ul,li,ol,dl,dt,dd {list-style: none;}
a {color: #333;text-decoration: none;cursor: pointer;outline: 0 none;}
a:link,a:visited {text-decoration: none;color: #333;}
a:hover,a:active {text-decoration: none;color: #BD0A01;border: none;}
button,input,select {vertical-align: middle;border:0;}
button{cursor: pointer;}
img {border: 0 none;}
table{border-collapse:collapse;}
.lf{float: left;}
.rt{float: right;}
.center{text-align: center;}
.fx{display: flex;display: -webkit-flex}
.clearfix:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}
.fx-center{justify-content: center; align-items: center;}
.bodcolor{border-color:#f7f7f7}
.mg-auto,.main-jj,.main-yj{
    width:1200px;
    margin: 0 auto;
}
.pub-tit{
    background: #815129;
    height:48px;
    line-height: 48px;
    padding-left:20px;
    color:#fff;
    font-weight: bold;
}

/* 正文样式 */
.layui-nav .layui-nav-item{
    line-height:96px;
}
.layui-nav *{
    font-size:16px;
}
.layui-carousel-ind ul{
    background-color:inherit;
}
.layui-carousel-ind li{
    width: 66px;
    height: 3px;
    border-radius:0;
}
nav{
    position: relative;
}
nav img{
    height: 62px;
    margin: 17px 71px 17px 0;
}
.hd-head img,.hd-head ul,.hd-head i{
    float:left;
}
.layui-nav {
    flex:1;
    text-align: right;
    display: table-cell;
    vertical-align: middle;
}
.layui-bg-cyan{
    background: #fff !important;
}
.layui-nav .layui-nav-item a{
    color:#323232 !important;
    padding:0 10px;
}
.layui-nav .layui-this:after, .layui-nav-bar, .layui-nav-tree .layui-nav-itemed:after{
    content:'';
    height: 4px;
    background-color: #7c4e28;
}
.layui-nav-item.layui-this a{
    color: #7c4e28;
}
.layui-carousel img{
    width:100%;
}
.search{
    background: url(../images/dz-search.png) no-repeat;
    background-size:cover;
    display: inline-block;
    width: 25px;
    height: 25px;
    margin-top:40px;
}
.more-link i{
    background: url(../images/dz-more.png) no-repeat;
    background-size:cover;
    display: inline-block;
    margin:55px 0;
    width: 100px;
    height: 36px;
}
.main-jj,.main-fw,.main-yj{
    text-align: center;
}
.main-jj p{
    text-indent: 2em;
    line-height: 30px;
    text-align: left;
    color:#666;
}
.main-jj img,.main-fw img,.main-yj img{
    margin:50px 0;
}
.main-fw{
    background: #f7f4f1;
}
.fw-list{
    background: #fff;
    width:232px;
    height:320px;
    margin-right: 10px;
}
.fw-list i{
    background: url(../images/dz-cl.png) no-repeat;
    background-size:cover;
    display: inline-block;
    width:75px;
    height:75px;
    margin:60px 0 10px 0;
    transition: width .5s;
    -moz-transition: width .5s;  
    -webkit-transition: width .5s;
    -o-transition: width .5s;
}
.fw-list:nth-child(2) i{
    background: url(../images/dz-yg.png) no-repeat;
    background-size:cover;
}
.fw-list:nth-child(3) i{
    background: url(../images/dz-dl.png) no-repeat;
    background-size:cover;
}
.fw-list:nth-child(4) i{
    background: url(../images/dz-gc.png) no-repeat;
    background-size:cover;
}
.fw-list:nth-child(5) i{
    background: url(../images/dz-bdc.png) no-repeat;
    background-size:cover;
}
.fw-list:nth-child(5) {
    margin-right:0;
}
.fw-list p{
    color:#333;
    font-weight: bold;
    margin: 25px 0;
}
.fw-list span{
    font-size:14px;
    color:#999;
    display: inline-block;
    padding:0 15px;
    line-height: 30px;
}
.yj-ul li:before{
    content:'';
    width:8px;
    height:8px;
    margin: 8px 15px;
    float:left;
    background:#9e9e9e;
    display: inline-block;
    -webkit-transform:rotate(-45deg);
    -moz-transform:rotate(-45deg);
    -o-transform:rotate(-45deg);
    -ms-transform:rotate(-45deg);
    transform:rotate(-45deg);

}
.yj-ul li{
    border-bottom:1px dashed #e0e0e0;
    padding:30px 0 20px 0;
    font-size:18px;
}
.yj-ul li:hover{
    color:#7c4e28;
    font-weight: bold;
}
.yj-ul li:first-child{
    padding-top:5px;
}
.yj-ul li a{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    float:left;
    width:85%;
    text-align: left;
    color:#323232;
}
.yj-ul li time{
    color:#999;
    float:right;
}
.yj-ul li:after{
    content: ".";display: block;height: 0;clear: both;visibility: hidden;
}
.fw-list i:hover{
    width:90px;
}
.float-rt{
    position: fixed;
    top:60%;
    right:40px;
    margin-top:-200px;
}
.float-rt a{
    background: #7d4e28;
    display: block;
    border-radius: 3px;
    -webkit-border-radius:3px;
}
.float-rt a i {
    background: url(../images/dz-tel.png);
    background-size: cover;
    width:50px;
    height:50px;
    display: block;
    box-sizing: border-box;
}
.float-rt li:nth-child(2) a i{
    background: url(../images/dz-wx.png);
    background-size: cover;
    border-top:1px solid #fff;
}
.float-rt li:nth-child(3) a i{
    background: url(../images/dz-wb.png);
    background-size: cover;
    border-top:1px solid #fff;
}
.float-rt li:nth-child(4) a i{
    background: url(../images/dz-top.png);
    background-size: cover;
    border-top:1px solid #fff;
}
.telnum{background-position: 6px -163px;position: relative;}
.telnum:hover .tel-box{display: block;}
.telnum .tel-box{
    position: absolute;
    right:49px;
    top:0px;
    width:140px;
    height:50px;
    background-color:#815129;
    color:#fff;
    text-align: center;
    line-height:50px;
    display: none;
}
.ecode{background-position: 6px -78px;position: relative;}
.ecode-box{
    position: absolute;right: 49px;
    top: 1px;width:120px;
    height:120px;
    background-color:#815129;
    display: none;
}
.ecode-box img{width:80px;height:80px;padding:20px;}
.ecode:hover .ecode-box{display: block;}
footer{
    background: #1d1d1d;
}
.foot-link{
    border-bottom:1px solid #4a4a4a;
    height:45px;
    line-height: 45px;
}
.foot-link label{
    font-size:18px;
    font-weight: bold;
    color:#fff;
}
.foot-link label:before{
    content:'';
    background: url(../images/dz-link.png);
    width:22px;
    height:20px;
    background-size: cover;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}
.foot-link a{
    display: inline-block;
    padding:0 22px;
    color:#fefefe;
}
.foot-msg{
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    color: #fefefe;
    padding: 20px 0 30px 0;
}
.bg-area{
    position: absolute;
    left: 50%;
    top: 50%;
    width: 700px;
    height: 210px;
    margin-top:-105px;
    margin-left:-350px;
    color: #fff;
    font-family: SimSun;
    text-align: center;
}
.bg-area.bg2{
    height: 80px;
    margin-top: -34px;
}
.bg-area h2{
    font-size:34px;
    font-weight: bold;
}
.bg-area p{
    font-size: 20px;
    line-height: 40px;
    font-weight: bold;
    margin-top: 25px;
}
.bg-arr{
    position: relative;
}
.dz-bg2 img{
    width:100%;
}
.dz-bg2{
    position: relative;
}
.content{
    margin-top:30px;
}
.dz-title{
    text-align: center;
}
.dz-title h3{
    font-size:24px;
    padding:20px 0;
}
.dz-title>div{
    height: 45px;
    background: #faf9f8;
    line-height: 45px;
    margin-bottom: 25px;
    font-size: 14px;
}
.dz-title div label:not(:first-child){
    margin-left: 60px;
}
.pagePrev{
    line-height: 30px;
    margin: 20px 0;
}
.con-tj{
    height: 50px;
    background: #f2f2f2;
    line-height: 50px;
    color:#7d4e28;
    text-align: left;
    padding-left:25px;
    font-size:18px;
    font-weight: bold;
}
.dz-con p{
    line-height: 28px;
    text-indent: 2em;
}
.con .yj-ul li{
    border-bottom:none;
    padding: 5px 0;
}
.con .yj-ul{
    margin: 30px 0 50px 0;
}
.main-lf{
    width:160px;
    margin-right:20px;
}
.lf-hd{
    height:58px;
    width:100%;
    position: relative;
}
.lf-hd:before{
    content:'';
    position: absolute;
    bottom:-10px;
    left:0;
    width: 0; 
    height: 0;
    border-width: 5px;
    border-style: solid;
    border-color:#60401b #60401b transparent transparent;
}
.lf-hd:after{
    content:'';
    position: absolute;
    bottom: -10px;
    right:0;
    width: 0; 
    height: 0;
    border-width: 5px;
    border-style: solid;
    border-color:#60401b transparent transparent #60401b;
}
.lf-chl{
    background: #f8f7f7;
    width: 145px;
    margin-left: 7px;
}
.lf-hd{
    display: table;
    background: #795631;
    padding: 1px 15px;
    box-sizing: border-box;
}
.lf-hd div{
    display: table-cell;
    color:#fff;
    padding-top: 8px;
}
.lf-hd h3{
    font-size:18px;
    font-weight: bold;
}
.lf-hd span{
    font-size:14px;
    line-height: 14px;
    display: block;
    margin-top: 3px;
}
.lf-hd label{
    font-size:42px;
    color:#fff;
    vertical-align: middle;
    text-align: right;
    display: table-cell;
    padding-right: 5px;
}
.lf-chl li{
    height:58px;
    line-height: 58px;
    text-align: center;
    padding:0 6px;
    font-size:16px;
    color:#666;
    border-bottom:1px dashed #dbddde;
}
.lf-chl li:hover{
    font-weight: bold;
    color:#7d4e28;
}
.lf-chl li:last-child{
    border-bottom:2px solid #e6e9ea;
}
.list{
    padding: 20px 0;
}
.main-rt{
    width: 85%;
}
.rt-list-item{
    background: #f7f7f7;
    padding: 20px;
    margin-top: 10px;
    display: table;
    width: 100%;
    box-sizing: border-box;
}
.item-time{
    background: #fff;
    color:#815129;
    width:56px;
    height:50px;
    display: table-cell;
    text-align: center;
}
.item-time span{
    font-size:30px;
    border-bottom:1px solid #f7f7f7;
    display: block;
    text-align: center;
}
.item-time time{
    font-size:12px;
}
.item-msg{
    padding-left:8px;
    vertical-align: middle;
    display: table-cell;
}
.item-msg h4{
    font-weight: bold;
    line-height: 37px;
}
.item-msg span{
    font-size:14px;
    color:#999;
}
#demo2{
    margin:43px 0 60px 0;
    text-align: center;
}
.layui-laypage-curr .layui-laypage-em{
    background-color: #7d4e28 !important;
}
.btn-search{
    position: absolute;
    right: 0;
    top: 105px;
    z-index: 10;
    display: none;
}
.btn-search input{
    width:295px;
    height:35px;
    padding: 0 10px;
}
.btn-search button,.btn-search input{
    border-radius: 3px;
    -webkit-border-radius:3px;
}
.btn-search button{
    width:65px;
    height:35px;
    background: #73532f;
    color: #fff;
    margin-left: -5px;
}
.bdsharebuttonbox {
    width: 115px;
    height: 34px;
    position: absolute;
    top: -4px;
    left: 48px;
}
.float-zx{
    position: fixed;
    bottom:40px;
    right:90px;
}
.float-zx img{
    width:80%;
}
@media screen and (min-width:1920){
    .float-rt a i{
        width:60px;
        height:60px;
    }
    .float-zx img{
        width:100%;
    }
    .bg-area h2{
        font-size: 48px;
    }
    .bg-area p{
        font-size: 28px;
        line-height: 46px;
    }
    .bg-area.bg2{
        margin-top: -40px;
    }
}
.dz-share{
    position: relative;
}
.sr-bdimgshare.sr-bdimgshare-list.sr-bdimgshare-16.sr-bdimgshare-black{
    display:none !important;
}

/* 公司简介 */
.main-rt.jj{
    background: #f9f9f9;
    padding: 20px;
    box-sizing: border-box;
}
.layui-col-space5>*{
    padding:10px 8px;
}
.layui-col-space5{
    margin: -5px;
}
.jj-pub-tit h4{
    font-size:18px;
    font-weight: bold;
    display: inline-block;
    margin-top: 15px;
}
.jj-pub-tit.fst h4{
    margin-top:0;
}
.jj-pub-tit i{
    font-size:12px;
    color:#999;
}
.jj-rt{
    margin-left: 18px;
    width: 560px;
}
.pub-con{
    font-size: 16px;
    color: #666;
    line-height: 30px;
    margin-top: 14px;
    text-indent: 2em;
}
.jj-msg{
    margin:20px 0;
}
.zzjg-tit h2{
    font-size:30px;
    font-weight: bold;
    margin: 30px 0 10px;

}
.zzjg-tit p i{
    background:#dadada;
    width:350px;
    height: 1px;
    display: block;
    margin-top: 30px;
    margin-left: -71px;
}
.zzjg-tit p{
    width:200px;
    margin: 0 auto;
    margin-bottom: 40px;
}
.zzjg-tit span{
    color:#999;
    font-size:14px;
    background: #f9f9f9;
    display: block;
    margin-top: -11px;
}
.main-rt.zz img{
    margin-bottom: 70px;
}
.contract h3{
    font-size:24px;
    font-weight:bold;
    color:#73532f;
    display: inline-block;
    margin: 40px 0 15px;
}
.contract span{
    color:#73532f;
    font-size:14px;
}
.contract h4{
    font-weight:bold;
    font-size:18px;
    margin-top:25px;
}
.contract{
    padding-left: 60px;
}
.contract p{
    font-size:14px;
    color:#666;
    line-height: 25px;
    margin-top:20px;
}
.dz-map{
    width:100%;
    height:500px;
    margin:60px 0 25px;
}
.yw-con{
    text-align: center;
    margin-bottom:40px;
}
.yw-con>img{
    margin:45px 0 20px;
}
.img-list .grid-demo{
    background: #f8f6f4;
}
.img-list p{
    font-size:18px;
    font-weight: bold;
    color:#73532f;
    line-height: 70px;
    text-align: center;
}
.zzjg-tit.fw span{
    background:#fff;
}
.gszz .con-tj{
    color:#323232;
    background: #f3f2f2;
    position: relative;
    padding-left: 35px;
}
.gszz .con-tj:before{
    content:'';
    height:18px;
    width:5px;
    background: #73532f;
    position: absolute;
    left:20px;
    top: 17px;
}
.gszz img{
    margin:20px 0 20px 14px;
}
.gszz .lf-hd label{
    font-family: -webkit-pictograph;
}
.gszz .lf-chl{
    margin-left: 9px;
}
.lf-chl li{
    cursor: pointer;
}
.gsyj .img-list p{
    height: 100px;
    line-height: 100px;
}
.gsyj .grid-demo span{
    display: inline-block;
    vertical-align: middle;
    line-height: 36px;
    font-size: 16px;
    color: #333;
    cursor: pointer;
}
.gsyj .grid-demo span:hover{
    color:#815129;
}
.gsyj .grid-demo>div{
    background: #815129;
    width: 320px;
    height: 236px;
}
.gsyj .layui-col-space5>*{
   padding: 5px 10px;
}
.gsyj .grid-demo{
    margin-bottom: 40px;
}
.gsyj .grid-demo img{
    width:325px;
    height:236px;
}
.sch-result .con-tj{
    font-weight:normal;
}
.sch-rd{
    color:#ef2626;
}
.result-list{
    padding:30px 20px 0 30px;
    border-bottom:1px solid #e0e0e0;
}
.result-list h3{
    font-size:18px;
}
.result-list p{
    line-height: 30px;
    font-size:14px;
    color:#666;
}
.result-list p span{
    color:#72532f;
    display: inline-block;
    padding-right:10px;
}
.result-list>div{
    padding: 10px 0 20px;
}
.jj .layui-col-space5>*{
    padding: 10px 4px;
}
 body{
    -moz-user-select:text;/*火狐*/
    -webkit-user-select:text;/*webkit浏览器*/
    -ms-user-select:text;/*IE10*/
    -khtml-user-select:text;/*早期浏览器*/
    user-select:text;
 }
 @media screen and (max-width:1000px){
    .mg-auto, .main-jj, .main-yj{
        width:980px;
    }
    .fw-list{
        width: 19%;
    }
    nav img{
        height: 38px;
        margin: 34px 10px 17px 0;
    }
    .layui-nav{
        padding:0;
    }
    .main-jj p{
        font-size:8px;
    }
    .foot-msg{
        font-size: 8px;
        /* transform: scale(.8); */
    }
    .main-lf{
        width: 16%;
        margin-right: 1%;
    }
    .dz-con,.pagePrev{
        padding:0 5px;
    }
    .dz-con p,.pagePrev p{
        font-size:12px;
    }
    .main-rt{
        width: 83%;  
    }
    .gsyj .grid-demo{
        display:flex;
        display: -webkit-flex;
    }
    .yw-con .img-list .layui-col-space5 .layui-col-md3{
        width: 50%;
        float: left;
    }
 }