*{
	margin: 0;
	padding: 0;
}
a{
	color: #fff;
}
.center{
	width: 100%;
	
}
.head{
	width: 1280px;
	margin: 0px auto;
	height: 50px;
}
.head>ul{
	width: 50%;
	float: right;
}
.head>ul>li{
	float: left;
	width: 20%;
	height: 50px;
	line-height: 50px;
	text-align: center;
}
.head>ul>li>a{
	color: #000;
}
.active{
	color: #fff !important;
}
.head>ul>li:nth-child(2){
	background: #e77524;
	color: #fff;
}
.banner{
	width: 100%;
}
.banner>img{
	width: 100%;
}

.zhaopin{
	width: 1280px;
	margin: 0px auto;
}
.zhaopin>img{
	display: block;
	margin: 50px auto 30px;
}
.zhaopin>div{
	width: 90%;
	margin: 30px auto;
	overflow: hidden;
	position: relative;
}
.zhaopin>div>h3{
	background: #2fb5cd;
	color: #fff;
	padding-left: 30px;
	height: 45px;
	line-height:45px;
	font-size: 18px;
}
.zhaopin>div>p{
	font-size: 16px;
	padding-left: 30px;
	line-height: 60px;
}
.zhaopin>div>span{
	float: left;
	font-weight: bold;
	font-size: 18px;
	margin-left: 30px;
	line-height: 33px;
}
.zhaopin>div>span:nth-child(5){
	display: block;
	width: 90%;
	width: calc(100% - 108px);
    font-weight: initial;
    margin-left: 0px;
	
}
.zhaopin>div>span:nth-child(5)>ul{
	width: 100%;
	overflow: hidden;
}
.zhaopin>div>span:nth-child(5)>ul li{
	width: 150px;
	height: 33px;
	line-height: 33px;
	background: #ea533a;
	float: left;
	text-align: center;
	font-size: 16px;
	margin: 0px 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #fff;
}
.zhaopin>div:nth-child(3){
	margin-top: 100px;
}
.zhaopin>div:nth-child(3)>span:nth-child(4){
	display: block;
	width: 90%;
	width: calc(100% - 108px);
    font-weight: initial;
    margin-left: 0px;
	
}
.zhaopin>div:nth-child(3)>span:nth-child(4)>ul li{
	height: 33px;
	line-height: 33px;
	background: #ea533a;
	float: left;
	text-align: center;
	font-size: 16px;
	width: 141px;
	margin: 0px 4px;
	margin-bottom: 10px !important;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #fff;
}
.zhaopin>div:nth-child(3)>h4{
	font-weight: inherit;
	padding-left: 30px;
	margin-top: 200px;
	
}
.booter{
	width: 100%;
}
.booter>img{
	width: 100%;
}

.zhaopin_1{
	width: 1280px;
	margin: 0px auto;
	position: relative;
	height: 1400px;
}
.zhaopin_1>img{
	display: block;
	margin: 0px auto;
	position: relative;
    top: -32px;
}
.fanwei{
	background: url(../imgs/beijing_1.png) no-repeat;
	position: absolute;
	left: 0px;
	top: 125px;
	width: 711px;
	height: 478px;
	padding: 106px;
	
}
.fanwei>img{
	display: block;
	margin: 0px auto;
}
.fanwei>p{
	font-size: 16px;
	line-height: 35px;
}
.tiaojian{
	background: url(../imgs/beijing_3.png) no-repeat;
	position: absolute;
	right: 30px;
	top: 506px;
	width: 745px;
	height: 651px;
	padding: 106px;
	z-index: 1;
}
.tiaojian>img{
	display: block;
	margin: 0px auto;
}
.tiaojian>div{
	transform:rotate(2deg);
}
.tiaojian>div>p{
	font-size: 16px;
	margin: 13px auto;
}
.zhuanye{
	background: url(../imgs/beijing_4.png) no-repeat;
	position: absolute;
	left: -58px;
	top: 763px;
	width: 692px;
	height: 460px;
	padding: 106px;
	z-index: 2;
}
.zhuanye>img{
	display: block;
	margin: 0px auto;
}
.zhuanye>div{
	transform:rotate(-2deg);
}
.zhuanye>div>p{
	font-size: 15px;
	margin: 20px auto;
	line-height: 30px;
}

.foot{
	width: 100%;
	position: absolute;
	bottom: 0px;
	height: 450px;
	overflow: hidden;
}
.foot>img{
	width: 75%;
	display: block;
	margin: 0px auto;
	z-index: -1;
}

.footer{
	width: 100%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #fff;
	background: #2fb5cd;
}
