body{
	background: #ecebf3;
}
.centerd{
	background: url(../imgs/beijing_1.png) no-repeat;
	background-size: 100%;
	min-height: 2000px;
	position: relative;
	padding-top: 38%;
}
.centerd>img{
	display: block;
	position: absolute;
	right: 40px;
	top: 50px;
}
.head{
	width: 1280px;
	margin: 0px auto;
	min-height: 400px;
	background: #c1d8fc;
	border: 2px solid #8ba8fb;
	border-radius: 10px;
	padding-bottom: 10px;
}
.head>img{
	display: block;
	margin: 50px auto;
}
.head>p{
	padding: 0px 50px;
	font-size: 20px;
	line-height: 35px;
	text-indent: 2em;
}
.head>p>span{
	color: #626dfe;
	cursor: pointer;
}

.ul_1{
	width: 1280px;
    line-height: 60px;
    height: 60px;
    margin: 20px auto;
    padding: 0;
}
.ul_1>li{
	float: left;
    width: 15%;
    list-style: none;
    text-align: center;
    background: #9fabf9;
    box-shadow: 1px 0px 1px 0px #8777fe;
    border-radius: 10px;
    font-size: 20px;
    margin: 0px 10px;
}
.ul_1>li:nth-child(1){
	background: url(../imgs/chengdu.png) no-repeat;
	background-size:100%;
}
.ul_1>li:nth-child(2){
	background: url(../imgs/chongqing.png) no-repeat;
	background-size:100%;
}
.ul_1>li:nth-child(3){
	background: url(../imgs/xian.png) no-repeat;
	background-size:100%;
}
.ul_1>li:nth-child(4){
	background: url(../imgs/kunming.png) no-repeat;
	background-size:100%;
}
.ul_1>li:nth-child(5){
	background: url(../imgs/guiyang.png) no-repeat;
	background-size:100%;
}
.ul_1>li:nth-child(6){
	background: url(../imgs/nanning.png) no-repeat;
	background-size:100%;
}
.ul_1>li>a{
	color: #fff;
	 font-size: 30px;
	text-decoration: none;
	display: block;
	font-weight: bold;
	border-radius: 20px;
}
.ul_1>li>a:hover{
	color: yellow;
	 background:  ;
}
.active_ul{
	color: yellow !important;
}
.ming{
	width: 1280px;
	margin: 50px auto;
	min-height: 800px;
	
}
.ming>img{
	display: block;
	margin: 50px auto;
}
.ming>div{
	width: 100%;
	position: relative;
	
}
.ming>div>img:nth-child(1){
	position: absolute;
	left: 10px;
	top: 46%;
	margin: auto 20px;
	width: auto;
	height: auto;
}
.ming>div>img:nth-child(2){
	position: absolute;
	right: 10px;
	top: 46%;
	margin: auto 20px;
	width: auto;
	height: auto;
}
.ming>div>div{
	width: 80%;
	margin: 0px auto;
	overflow: hidden;
}
.ming>div>div>div{
	width: 3072px;
	position: relative;
}
.ul_div{
	background: url(../imgs/dikuang.png) no-repeat;
	background-size: 100%;
	height: 674px;
	width: 1024px;
	float: left;
	padding: 0px;
}
.ul_div>li{
	height: 300px;
	width: 20%;
/*	margin-left: 4%;*/
	list-style: none;
	position: relative;
	top: 8px;
	border: 1px solid #87a0fe;
	background: #fff;
	border-radius: 10px;
	float: left;
	margin: 14px 24px;
}
.ul_div>li>ul{
	height: 90%;
	padding: 0px;
}
.ul_div>li>ul>li{
	list-style: none;
}
.ul_div>li>ul>li>div{
	width: 183px;
    height: 123px;
    margin: 22px auto;
    overflow: hidden;
     line-height: 145px;
     vertical-align:middle;
     text-align: center;
}
.ul_div>li>ul>li>div>img{
	max-width: 96%;
	max-height: 96%;
	display: inline-block;
	margin: 0px auto;
}
.ul_div>li>ul>li>p:nth-child(2){
	font-size: 16px;
	text-align: center;
	margin: 10px auto;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 0px 10px;
}
.ul_div>li>ul>li>p:nth-child(3){
	font-size: 25px;
    color: #fe7070;
    text-align: center;
    margin: 25px auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	
}
.ul_div>li>ul>li>p:nth-child(4){
	font-size: 14px;
	text-align: center;
	margin: 10px auto;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 0px 10px;
}
.ul_div>li>ul>li>p:nth-child(4)>a{
	text-decoration: none;
}
.sanner{
	width: 100%;
	overflow: hidden;
}
.sanner>ul{
	width: 100%;
}
.sanner>ul>li{
	width: 30% ;
	margin-top: 10px;
	margin-right: 14px;
	background: #fff;
	border: 1px solid #9fabf9;
	border-radius: 10px;
	list-style: none;
	float: left;
}
.typelist>li:last-child{
	height: 50px;
}
.typelist>li:last-child>input{
	display: none;
	width: 100%;
	height: 21px;
	line-height: 21px;
	margin-top: 10px;
	border-radius: 10px;
	border: 1px #9ab0f6 solid;
	padding-left: 10px;
}
.sanner>ul>li>a{
	overflow: hidden;
	display: table-cell;
	float: left;
    margin: 3% 10px;
    width: 35%;
    height: 125px;
    position: relative;
    line-height: 145px;
     vertical-align:middle;
}
/*.sanner>ul>li>img{
	float: left;
    margin: 5% 10px;
    width: 35%;
    height: 125px;
}*/
.sanner>ul>li>a>img{
    max-height: 96%;
    max-width: 96%;
   
}
.sanner>ul>li>p>a{
	color: #333;
	text-decoration: none;
	font-weight: bold;
}
.sanner>ul>li>p:nth-child(3){
	color: #ff5353;
	font-size: 24px;
	margin-bottom: 0px;
	margin-top: 10px;
}
.sanner>ul>li>p:nth-child(4){
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #5b5b5b;
	font-size: 14px;
}
.empty_tip{
	display: none;
	width: 1000px;
	margin: 0px auto;
	text-align: center;
}
.name{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 10px 10px;
	padding-left: 0px;
	color: #323232;
	font-size: 18px;
	margin-bottom: 0px;
	margin-top: 10px;
}
#page{
	width: 775px;
	margin: 10px auto;
	
}
#page>span{
	width: 80px;
	height: 40px;
	line-height: 40px;
	font-size: 20px;
	text-align: center;
	display: inline-block;
	background: #9fabf9;
	border-radius: 10px;
	box-shadow: 1px 0px 1px 0px #8777fe;
	cursor: pointer;
}
#page>ul{
	display: inline-block;
	height: 40px;
	padding: 0;
}
#page>ul>li{
	width: 80px;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	text-align: center;
	display: inline-block;
	background: #9fabf9;
	border-radius: 10px;
	box-shadow: 1px 0px 1px 0px #8777fe;
	margin: 0px 3px;	
	cursor: pointer;
	/*position: relative;
    top: 13px;*/
}
#page>ul>li>a{
	text-decoration: none;
	color: #000;
}
.activP{
	display: inline-block;
	background: #4b6cfe;
	color: #fff !important;
	border-radius: 10px;
	width: 100%;
}
#page>div{
	width: 80px;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	text-align: center;
	display: inline-block;
	background: #9fabf9;
	border-radius: 10px;
	box-shadow: 1px 0px 1px 0px #8777fe;
	margin: 0px 3px;	
	cursor: pointer;
}
.fuchuan{
	width: 55px;
	height: auto;
	position: fixed;
	bottom: 70px;
	right: 10%;
	z-index: 10;
}
.fuchuan>a{
	display: block;
    width: 56px;
    height: 61px;
}
.fuchuan>a>p{
	display: inline-block;
	height: 40px;
	border-radius: 50%;
	font-size: 14px;
	text-align: center;
	padding: 7px;
	color: #4b6cfe;
	border: 0.5px #4b6cfe solid;
	margin: 4px 0px;
	line-height: 20px;
	background: #fff;
}
.active{
	background: #4b6cfe !important;
	color: #fff !important;
	border: 0.5px #fff solid !important;
}
.active_a{
	display: inline-block;
    height: 100%;
    font-weight: bold;
    font-size: 17px;
    border-bottom: 3px solid #000;
}
.fuchuan>a>img{
	width: 100%;
	border: 0.5px #4b6cfe solid;
	border-radius: 50%;
	margin: 4px 0px;
}
/*.fuchuan>a:nth-child(3)>p{
	color: #4b6cfe;
	border: 0.5px #4b6cfe solid;
	font-size: 50px;
	width: 40px;
	position: relative;
}
.fuchuan>a:nth-child(3)>p>span{
	    font-size: 50px;
    transform: rotate(-90deg);
    display: inline-block;
    margin: 0px auto;
     margin-left: 7px; 
    height: 40px;
    text-align: center;
}*/
.guzhu{
	width: 1280px;
	margin: 30px auto;
}
.guzhu>img{
	display: block;
	margin: 20px auto;
}
.jobtypeList>ul{
	width: 100%;
	height: 50px;
	line-height: 50px;
	padding: 0;
}
.jobtypeList>ul>li{
	float: left;
	margin: 0px 5px;
	list-style: none;
	width: 9%;
	cursor: pointer;
	text-align: center;
}
.jobtypeList>ul>li>img{
	width: 76%;	
	position: relative;
	top: 7px;
	left: 5px;
	cursor: pointer;
}

.pageItemActive{
	background: #286aff !important;
	color: #fff;
}
.footer{
	text-align: center;
	font-size: 18px ;
	color: #fff;
	background: #4b6cfe;
	height: 85px;
	line-height: 85px;
}
