@font-face {
	font-family: 'FZY4JW';
	src: url('../font/FZY4JW.eot'); /* IE9 Compat Modes */
	src: url('../font/FZY4JW.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../font/FZY4JW.woff') format('woff'), /* Modern Browsers */
    url('../font/FZY4JW.woff2') format('woff2'), /* Modern Browsers */
	url('../font/FZY4JW.TTF')  format('truetype'), /* Safari, Android, iOS */
}
/*页面总宽度*/

#wrap{
    width: 100%;
    min-width: 1280px;
    margin: 0 auto;
}

/*主体内容宽度*/
.inner{
    width: 1024px;
    margin: 0 auto;
}

/*banner*/
.banner img{
    width: 100%;
    vertical-align: bottom;
}

/*nav2*/
.nav2{
    background: url('../images/navbg.png')no-repeat;
    background-size: 100% 100%;
}

.nav2 ul{
    display: flex;
    justify-content: space-around;
}
.nav2 li a{
    padding:0 20px;
    display: block;
    height: 50px;
    line-height: 50px;
    font-size: 22px;
    text-align: center;
    color: #693c0f;
    font-family: 'FZY4JW';
    font-weight: 600;
}
.nav2 li a.on, .nav2 li a:hover{
    background: #dfb43e;
    color: #fff;
}

/*contain*/
.container{
    margin-top: 24px;
}
.dsn{
    display: none;
}
.pjz{
    text-align: center;
}

/*content*/
.content{
    width: 1024px;
    min-height: 500px;
    font-size: 16px;
    background: rgba(250, 250, 250, 0.8);
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
.box{
    padding: 40px;
}
.block {
    height:300px;
    background: #f47937;
    margin-bottom: 20px;
}


/*版权*/
.copyright{
    margin:220px auto 0;
    width:100%;
    height:50px;
    line-height:50px;
    text-align:center;
    color:#000;
    font-size:12px;
}
.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;
}

/*地图*/
.map{
    width: 100%;
    margin: 0 auto;
    height: 500px;
}
.map .map-div {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}

/*网页分享*/
.bdsharebuttonbox{
    position: fixed;
    left: 10px;
    bottom: 15px;
}
.bg{
    background: url('../images/bg.png')no-repeat;
    background-size: 100% 100%;
}
.bg2{
    background: url('../images/bg2.png')no-repeat;
    background-size: 100% 100%;
}

.tit{
    margin: 100px auto 30px;
    text-align: center;
}
.txt{
    text-indent: 3rem;
    line-height: 1.8;
    text-align: justify;
}
.pic{
    margin: 30px auto;
    text-align: center;
}
.pic img{
    width: 100%;
}
.jobtit{
    width: 900px;
    height: 74px;
    line-height: 74px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    border-bottom: #000 1px dashed;
}
.t1{
    margin-left: 50px;
    color: #693c0f;
    font-weight: 600;
    font-size: 20px;
}
.t1 img{
    margin-right: 10px;
    vertical-align: unset;
}
.t2{
    margin-right: 36px;
}
.joblist{
    position: relative;
    width: 900px;
    margin: 0 auto;
    line-height: 2;
}
.joblist ul{
    margin-top: 20px;
    margin-left: 50px;
    color: #333333;
    font-size: 18px;
}
.joblist li img{
    margin-right: 10px;
}
.buta{
    position: absolute;
    right: 0;
    bottom: 0px;
}
.cp{
    width: 200px;
    position: absolute;
    right: -180px;
    bottom: -200px;
}






