body{
    font-family: "方正兰亭黑简体";
}

/*页面总宽度*/
#wrap{
    width: 100%;
    min-width: 1280px;
    margin: 0 auto;
    background: url(../images/di.png) no-repeat bottom center/100%; 
    /* background-size: 100% auto; */
    /* background-position: bottom;*/
}

/*主体内容宽度*/
.inner{
    width: 1050px;
    margin: 0 auto 350px;
}


/*头部区域*/
.header{
    position: relative;
}
.top{
    position: fixed;
    z-index: 9;
    top: 0;
    width: 100%;
    background: rgb(255, 255, 255, 0.8);
    height: 60px;
}
.top .inner{
    height: 60px;
}
.top .logo{
    float: left;
    margin-top: 13px;
    cursor: pointer;
}
.top .nav1{
    float: right;
}
.top .nav1 li{
    float: left;
    margin-right: 10px;
}
.top .nav1 li a{
    position: relative;
    display: block;
    padding: 0 16px;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    color: #231815;
    text-align: center;
    /* transition: all .3s; */
}
.top .nav1 li a.on{
    color: #fff;
    font-weight: bold;
    background: #b5151d;
}


/*banner*/
.banner img{
    width: 100%;
    vertical-align: bottom;
}


/*main*/
.main{
    margin-top: 55px;
}



/*contain*/

.ti2{
    text-indent: 2em;
}
.tu{
    text-align: center;
    margin: 35px 0;
}

.tz{
    height: 60px;
}




/*content*/
.content{
    width: 1050px;
}

.content p{
    font-size: 16px;
    line-height: 30px;
    color: #000000;
}

.content b{
    color: #b5151d;
}

.tit{
    margin: 0 auto 40px;
    text-align: center;
}

.box{
    padding: 45px 55px;
    -webkit-border-radius: 15px;
    box-shadow: 2px 2px 20px 2px #ccc;
    background: #fff;
}

.sj{
    text-align: center;
}

.sj p{
    display: inline-block;
    font-size: 18px;
    line-height: 18px;
    font-weight: bold;
    color: #fff;
    background: linear-gradient(to right, #f49f22, #f48123);
    -webkit-border-radius: 30px;
    padding: 15px 35px;
    margin: 0 0 30px;
}

.p1{
    text-align: center;
    color: #231815;
    font-size: 18px;
    margin: 35px 0 15px;
}

.wz{
    text-align: center;
    margin-bottom: 45px;
}

.wz p{
    display: inline-block;
    width: 367px;
    height: 49px;
    font-size: 18px;
    color: #b5151d;
    font-weight: bold;
    line-height: 49px;
    background: url(../images/wz.png) no-repeat;
}

.wz p span{
    padding: 0px 40px 0 0;
}


/*职位*/
.job_box>div{

    margin-bottom: 35px;

}

.job_tit{
    text-align: center;
}

.info{
    margin: 40px 0 25px;
}

.btn{
    text-align: right;
}







/*版权*/
.copyright{
    margin:160px auto 0;
    width:100%;
    height:60px;
    line-height:60px;
    text-align:center;
    color:#fff;
    font-size:14px;
    background: #b5151d;
}
.copyright img{
    vertical-align: text-bottom;
}

/*回到顶部*/
#goToTop { position: fixed; right: 20px; z-index: 9000; bottom: 30px; }
#goToTop a { background: none repeat scroll 0 0 #ddd; border: 1px solid #CCCCCC; border-radius: 3px; -webkit-border-radius: 50px; color: #FF9966; font-size: 14px; text-decoration: none; text-shadow: 0 1px 0 #999; -webkit-text-shadow: 0 1px 0 #999; }
#goToTop a{
    padding: 10px;
    display: inline-block;
    letter-spacing: 10px;
    text-align: center;
}
#goToTop a:hover{
    background: none repeat scroll 0 0 #999;
}

/*网页分享*/
.bdsharebuttonbox{
    position: fixed;
    left: 10px;
    bottom: 15px;
}









