/*头部样式*/
.bg-zsd{background:#562d0a;}

.container,.footer-box{margin:auto;}

img{max-width:100%;height:auto;}
header{padding-left:;display:flex;justify-content:space-between;}

.logo{margin-left:10px;width:40%;padding:2%;box-sizing:border-box;background:url(../images/logo.png) no-repeat center center;background-size:100%;}
.nav_botton{width:14%;}
/*nav*/
.nav{position:fixed;display:none;width:100%;background-color:rgba(0,0,0,0.6);height:100%;top:0px;left:0;z-index:999;}
.nav>ul{background-color:#fff;width:50%;position:relative;left:51%;height:100%;}
nav ul li{width:100%;line-height:40px;}
.menu li{border-bottom:1px solid #ccc;}
.menu li a{padding:0px 15px;box-sizing:border-box;font-size:14px;color:#333;}
.menu li img{float:right;margin-top:10px;margin-right:15px;}
.menu .gb{background:url(../images/button-gb.png) no-repeat 80% center;background-size:26px;padding:26px 0px;width:100%;height:26px;}
.menu .gb span{display:none;}

.menu li ul li:last-of-type{border-bottom:0px;}

/*搜索框部分*/





/*网站底部样式*/
/*footer*/
.footer {;font-size: 12px;padding:15px 8px 0px;border-top:1px solid #ccc;/* margin-top:40px; */}
.footer a { color: #fff; }

.bgf5{background:#f5f5f5;}

.footer .share-box .center,.footer .share-box .footer-right{float:left;width:56%;margin-right:5px;}
.footer .share-box .footer-right{width:40%;}
.footer .share-box p{line-height:2;margin-bottom:0px;}
.footer .share-box .weibo{line-height:0px;margin-top:0px;}


.footer .share-box .footer-phone{line-height:23px;}
.footer .share-box .footer-phone h3{color:#744e37;margin-top:5px;margin-bottom:2px;}
.footer .share-box .footer-phone p{line-height:19px;}

.footer .footer-bottom{background:#f1f1f1
    ;text-align:center;margin:0px -8px;padding:6px 0px;}
.footer .footer-bottom p{line-height:2;}



/*标题333 时间999 文本666  3 9 6*/ 

.cases img{display:block;margin-bottom:30px;}

.bele h1{line-height:43px;}
.bele .w1000{padding:58px 48px;}


.contact{font-size:12px;}

.fixed{position:fixed;bottom:20%;right:20px;width:48px;height:200px;z-index:19;}
.fixed img{width:100%;height:auto;margin-bottom:0;}



.flex{
    display: -webkit-flex;
    display: flex;
}

.space-between,.spa-bet,.between{/*弹性盒子 两端对齐*/
    /*display: -webkit-flex;
    display: flex;
    justify-content:space-between;*/
}
.between1 {
    display: -webkit-flex;
    display: flex;
    justify-content:space-between;
}

.center{/*弹性盒子 两端对齐*/
    display: -webkit-flex;
    display: flex;
    justify-content:center;
}

/*详情页*/
.xqy img{display:block;margin:auto;}
.xqy .time {
    color: #999999;
    font-size: 12px;
    padding: 15px 0px 15px;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom:12px;
}
.xqy img{margin-bottom:0px;}
/* .xqy img,.xqy p{margin-bottom:30px;} */
.xqy img,.xqy p{margin-bottom:0px;color:#666666;line-height:22px;} 
.te-j-p p{text-align:justify;}




/*背景图片*/

.fz10{
      font-size:12px;
     transform: scale(0.85);
    transform-origin: 0 0;
    -ms-transform: scale(0.85);
    -ms-transform-origin: 0 0;
    -webkit-transform: scale(0.85);
    -webkit-transform-origin: 0 0;
    -moz-transform: scale(0.85);
    -moz-transform-origin: 0 0;
    -o-transform: scale(0.85);
    -o-transform-origin: 0 0;
    width: 120%;     
    /* text-align:center; */
}

.fz8{
      font-size:12px;
     transform: scale(0.7);
    transform-origin: 0 0;
    -ms-transform: scale(0.7);
    -ms-transform-origin: 0 0;
    -webkit-transform: scale(0.7);
    -webkit-transform-origin: 0 0;
    -moz-transform: scale(0.7);
    -moz-transform-origin: 0 0;
    -o-transform: scale(0.7);
    -o-transform-origin: 0 0;
    width: 120%;     
   
}


