body,html{
    height: 100%;

}

.logo{
    padding: 20px 10%;
    box-sizing: border-box;
    background: #ffffff;
}
.nav{
    width: 100%;
    height: 41px;
    background:#6f5b62;
    margin: 0 auto;
}
.naw-box{
    padding: 0 10%;
    box-sizing: border-box;
}
.menuv{
    box-sizing: border-box;
    height: 40px;
    line-height: 40px;
    position: relative;
}
.menuv li{
    float: left;
    width: 20%;
    text-align: center;
}
.menuv li a{
    font-size: 12px;
    color: #fffefe;
}
.banner{
    width: 100%;
    background: #05243d;
}
.slideBox{ position:relative; width:100%; overflow:hidden; margin:0 auto; }
.slideBox .hd{ position:absolute; width:100%; top:50px; left:0; z-index:1; }
.slideBox .hd img{ width:30px;  }
.slideBox .hd {position: absolute;height: 22px;line-height: 22px;bottom: 13px;right: 8px;z-index: 1;border-radius: 25px;text-align: center;
}
.slideBox .hd li {display: inline-block;width: 6px;height: 6px; -webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 20px; background: transparent;text-indent: -9999px;overflow: hidden;margin: 0 3px; background: #6f5b62;
}
.slideBox .hd li.on {
    background: #bcd1dc;
}
.slideBox .prev,.slideBox .next{ position:absolute; left:10%; top:35%; display:block; width:30px; height:30px; text-align:center; cursor: pointer}
.slideBox .next{ left:auto; right:10%;}
.slideBox .bd{ position:relative; z-index:0; }
.slideBox .bd li{ position:relative; }
.slideBox .bd li img{display:block;   }
.slideBox .bd li a{ -webkit-tap-highlight-color:rgba(0, 0, 0, 0); /* 取消链接高亮 */  }
.slideBox .bd li .tit{ padding:2px 5px;display:block; height: 32px;line-height: 32px;  position:absolute; left:10%;bottom:0; text-indent:10px;text-align:center; color:#393939; background-color:rgba(255,255,255,0.7); font-size: 12px}
.home-wrap{
    padding: 5px 5%;
    box-sizing: border-box;
}
.home-jianj{
    background: #ffffff;
    padding: 10px;
    box-sizing: border-box;
}
.home-jianj h2{
    font-size: 16px;
    color: #000000;
}
.home-jianj p{
    color: #595757;
    margin-top: 5px;
    text-indent: 24px;
    font-size: 12px;
}
.home-box{
    overflow: hidden;
}
.home-box ul li{
    width: 49%;
    background: #ffffff;
    padding: 5px;
    box-sizing: border-box;
    float: left;
    margin-top: 5px;
}
.home-box ul li .ho-text{
    text-align: center;
    margin-top: 5px;
    font-size: 10px;
}
.footer{
    background: #6f5b62;
    margin-top: 20px;
    padding: 10px 0;
}
.footer p{
    text-align: center;
    font-size: 10px;
    color: #ffffff;
}

/*=================公司动态==============*/
.news-title h2{
    background: url(../images/tt-bj.png) repeat-x;
    padding: 7px 20px;
    display: inline-block;
    color: #916b5c;
    letter-spacing:15px;
}
.news-main{
    background: #ffffff;
    border: 1px solid #efefee;
    padding: 10px;
    box-sizing: border-box;
    margin: 20px 0px 80px 0px;
    /*-webkit-box-shadow: 3px 3px 3px #000000;
    -moz-box-shadow: 3px 3px 3px #000000;*/
    box-shadow: 1px 1px 3px #000000;
}
.news-main p{
    color: #595757;
    line-height: 2;
    margin-top: 5px;
    font-size: 12px;
}
.news-main p span{
    cursor: pointer;
}
/*==========人力招聘==========*/
.renli-list{
    margin-top: 10px;
}
.renli-box{
    width: 100%;
    background: url(../images/rl-bj.png) no-repeat bottom center #ffffff;
}
.renli-main{
    padding: 10% 10% 20%;
    box-sizing: border-box;
}
.zp-box {
    background: #ffffff;
    padding: 10px 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.zp-box ul li {
    height: 23px;
    line-height: 23px;
    border-bottom: 1px dashed #c9c1c4;
    margin-left: 20px;
    box-sizing: border-box;
    position: relative;
}
.zp-box ul li a {
    width: 100%;
    font-size: 10px;
    color: #776368;
}
.sj-img {
    position: absolute;
    left: -17px;
    top: 9px;
}
.zp-box ul li a i {
    float: right;
    font-size: 10px;
    color: #776368;
}

/*======二维码=====*/
.code-bj{
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.8);
	display:none
}
.code-box{
    width: 80%;
    background: url(../images/code-bj.png) no-repeat;
    background-size: 100% 100%;
    padding: 10% 15%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 20% auto 10px;
}
.code-box p{
    color: #ffffff;
    margin-top: 10px;
    font-size: 14px;
}
.code-bj span{
    float: right;
    margin-right: 10%;
}
/*================业务布局===========*/
.yw-box{
    padding: 3% 10%;
    box-sizing: border-box;
}
.yw-text p{
    line-height: 24px;
    color: #595757;
}
.yw-text h2{
    padding: 6px 0;
    color: #000000;
}
.yw-title{
    padding: 5px 10px;
    box-sizing: border-box;
    background: #eeeeed;
    border-radius: 30px;
}
.con-left{
    overflow: hidden;
    width: 34%;
}
.con-left i{
    font-size: 10px;
    color: #2ea238;
}
.con-left img{
    float: left;
    margin-top: 5px;
}
.con-right{
    width: 66%;
    float: left;
}
.con-right img{
    float: left;
}
.con-right span a{
    font-size: 10px;
    white-space:nowrap;
	color: #579ec8;
}
.img-box{
    overflow: hidden;
    margin-top: 10px;
}
.img-box ul li{
    width: 32%;
    float: left;
    margin-right: 2%;
}
.img-box ul li:last-child{
    margin-right: 0;
}
.menuv li ul{
    /*display: none;*/
}
.menuv li ul li{
    width: 100%;
    background: url(../images/tt-bj.png) repeat-x;
    height: 33px;
    line-height: 33px;
}
.menuv li ul li a{
    color: #644637;
    font-size: 12px;
}
.menuv li ul .act{
    width: 100%;
    background:rgba(255,255,255,0.9);
    height: 33px;
    line-height: 33px;
}
.menuv li ul li a{
    font-size: 12px;
	font-weight:bold;
}
.apb-box{
    width: 60%;
    position: absolute;
    z-index: 99;
    left: 6%;
    display: none;
}

.home-box ul li .ho-text a{
    color: #595757;
    font-size: 12px;
    font-weight: bold;
}

.news-title h3{
    background: url(../images/tt-bj.png) repeat-x;
    padding: 7px 30px;
    display: inline-block;
    color: #916b5c;
}

.neirong_new h1 {
    font-weight: 100;
    font-size: 16px;
    height: 25px;
    line-height: 25px;
    color: #010101;
}
.neirong_new h2 {
    font-size: 12px;
    color: #666;
    height: 30px;
    line-height: 30px;
    font-weight: 100;
}
.zhiz {
    font-size: 12px;
    color: #77582a;
    line-height: 2;
    text-align: justify;
}

.zj-tel01{
    left: 10%;
    top: 18%;
}
.zj-tel02{
    left: 28%;
    top: 36%;
}
.zj-tel03{
    left: 31%;
    top: 50%;
}
.zj-tel04{
    left: 37%;
    bottom: 13%;
}
