/*common*/
.common{
    width: 1190px;
    margin: 0 auto;
    position: relative;
}

/*center部分*/
.center{
    width: 100%;
    height: 404px;
    background: no-repeat;
    background-position: center center;
    overflow: hidden;
}
.write1{
    font: 52px microsoft yahei;
    color: #fff;
    text-align: center;
    line-height: 404px;
}

/*site-selection部分*/
.site-selection{
    width: 100%;
    height: 249px;
    background: no-repeat;
    background-position: center center;
    overflow: hidden;
}
.imgleft{
   position: absolute;
   left:351px;
       top:58px;
}
.imgright{
   position: absolute;
   right:351px;
   top:58px;
}
.write2{
    font: 24px microsoft yahei;
    color: #000;
    position: absolute;
    top: 181px;
    left: 361px;
}
.write3 a:hover,.write2 a:hover{
     color: #ff7800;
}
.write3{
    font: 24px microsoft yahei;
    color: #000;
    position: absolute;
    top: 181px;
    right: 361px;
}

/*occupation部分*/
.occupation{
    width: 100%;
    height: 450px;
    background: no-repeat;
    background-position: center center;
    overflow: hidden;
}
.occupation ul{
    position: absolute;
    top: 77px;
    left: 179px;
}
.occupation ul li{
    width: 329px;
    height: 171px;
    float: left;
    position: relative;
}
.write4{
    font: 30px microsoft yahei;
    color: #000;
    position: absolute;
    top: 29px;
    left: 200px;
}
.write5{
    font: 18px microsoft yahei;
    font-weight: bold;
    color: #ff8000;
    position: absolute;
    left: 22px;
    top: 33px;
    cursor: pointer;
}
.write6{
    font: 14px microsoft yahei;
    color: #505050;
    position: absolute;
    left: 22px;
    top: 82px;
}

/*foot部分*/
.foot{
    width: 100%;
    height: 144px;
    background: no-repeat;
    background-position: center center;
    overflow: hidden;
}
.foot ul{
    position: absolute;
    left: 224px;
    top: 18px;
}
.foot ul li{
    height: 126px;
    width: 89px;
    float: left;
}
.write7{
    font: 9px microsoft yahei;
    color: #fff;
}
.write8{
    font: 8px microsoft yahei;
    color: #a6a8aa;
    position: absolute;
    top: 20px;
}
.write9{
    font: 9px microsoft yahei;
    color: #8c8d8f;
    position: absolute;
    right: 350px;
    top: 23px;
}
.write10{
    font: 14px microsoft yahei;
    color: #ff8000;
    position: absolute;
    right: 309px;
    top: 36px;
}
.write11{
    font: 9px microsoft yahei;
    color: #8c8d8f;
    position: absolute;
    right: 169px;
    top: 54px;
}
.tanchu{
    display: none;
}
.apply{
    width: 90%;
    margin: 30px auto;
}
.apply li{
    display: inline-block;
    width: 49%;
    height: 30px;
}
hr{
    border: dashed 1px;
    color: #d9d9d9;
}
.url button{
        margin-top:10px;
	margin-left:230px;
	width:150px;
	height: 35px;
        text-align: center;
	color: #fff;
	background: #fe7823;
	font-size:20px;
	border-radius: 5px;
	border: 1px solid #fe7823;
	cursor: pointer;
        line-height: 30px;
}
.askson,.requirement,.dutyson,.duty{
    display: inline-block;
    line-height: 24px;
}
.askson,.dutyson{
    width: 14%;
    vertical-align: top;
}
.requirement,.duty{
    padding-right: 0;
    width: 80%;
}
.application{
    background-color: orange;
    width: 150px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 10%;
    margin: 20px auto;
    margin-left: 32.5%;
}
.dutyf,.ask{
    width: 100%;
    height: 150px;
}
strong{
    padding-right: 20px;
}
.xy-wrap {
	width: 100%;
	position: relative;
}
.xy-wrap .content-bg {
	width: 100%;
}
.xy-wrap .content-bt {
	width: 310px;
	position: absolute;
    padding: 0;
    bottom: 10px;
    z-index: 2;
    left: 50%;
    margin-left: -150px;
	text-align: center;
}
.content-bt a {
	display: inline-block;
	width: 150px;
}
.content-bt a:hover {
	color: #ff8000;
}

