@charset "utf-8";
/* CSS Document */

/*首页*/
html,body{overflow-x:hidden;}
body{
	background: #f6f6f6;
	width: 100%;
      max-width: 495px;
    min-height: 100%;
    min-width: 320px;
    margin: 0 auto;
}
#header{ position:fixed;
  top:0; z-index:100;
        max-width: 495px;
    min-width: 320px;
    margin: 0 auto;
}
.search{ position:fixed; top:44px; z-index:100}
.banner,#index-banner{
    margin-top: 44px;
}
.banner img{
    width: 100%;
    display: block;
}
#index-banner .swiper-pagination .swiper-pagination-bullet-active{
	background: #FF4A00;
}

#index-banner .swiper-slide img{display: block; width: 100%;  height: 100%;}
/*导航区域nav*/
nav{
	height: 60px;
	margin: 11px auto 0;
	text-align: center;
	padding: 5px 10px;
}

nav a{
	width:48%;
	height: 60px;

text-align: center;
	background: #F57953;
	display: block;
	color:#fff;
	font-size: 20px;
}
nav a:nth-child(1){
	float: left;
}
nav a:nth-child(2){
	background: #3EC492;
	float: right;
}

nav a span{
	display:block;
	width: 100px;
	height: 45px;
	margin:12px auto 0;
	font-size:15px;
	position: relative;
	text-align:center;
	/*background: url(/images/m/index_ico.png) no-repeat -114px -412px;*/
}
nav a span em{font-size: 12px;
font-style: normal;
display: inline-block;}

/*导航mune2*/
.mune2{
	height: 36px;
	margin:10px auto 0;
	padding: 5px 10px;
}

.mune2 a{
	display: block;
	width:32%;
	height: 36px;
	line-height:36px;
	color: #fff;
	text-align:center;
}
.mune2 a:nth-child(1){
	background: #0884e3;
	float:left;
}
.mune2 a:nth-child(2){
	background: #e74f9a;
	float:right;
}
.mune2 a:nth-child(3){
background: #ff4a00;
float:left;
margin-left:2%;
}
.mune2 a:nth-child(4){
background:#ff4a00;
float:left;
margin-left:1.9%;
}
.mune2.level2{ margin:0 auto 10px;}
.mune2.level2 a:nth-child(1){
	background: #9f14e1;
	float:left;
}
.mune2.level2 a:nth-child(2){
	background: #1fc5f9;
	float:left;
	margin-left:2%;
}
.mune2.level2 a:nth-child(3){
	background:#BD0000;
	float:right;
}
/*分类layers*/
.layer{
	width: 100%;
	margin:0 auto;
	overflow: hidden;
}
.layers{
	width: 100%;
	height: 80px;
	background: white;
	margin-bottom:10px;
	text-align: center;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
.layers div:nth-child(1){
	width: 80px;
	height: 80px;
	border-right: 1px solid #D2D1D1;
	box-sizing:border-box;
}
.layers div:nth-child(1) a{
	display: block;
	width: 100%;
	height: 80px;
	color: #F57953;
	position: relative;
	background: url(../images/index_ico.png) no-repeat 12px 12px;
}
.layers div:nth-child(1) a span{
	display: block;
	width: 100%;
	font-size: 0.75em;
	line-height: 13px;
	text-align: center;
	position: absolute;
	bottom: 5px;
	left: 0px;
}
.layers div:nth-child(2){
	height: 80px;
	border-right: 1px dashed #C0BFBF;
	-webkit-box-flex:1;
	-moz-box-flex:1;
	-webkit-flex:1;
	-ms-flex:1;
	flex:1;
	box-sizing:border-box;
	min-width: 79px;
}
.layers div:nth-child(2) a:nth-child(1),.layers div:nth-child(3) a:nth-child(1),.layers div:nth-child(4) a:nth-child(1){
	display: block;
	width: 100%;
	height: 39px;
	font-size: 0.75em;
	line-height: 1em;
	color: #5A5959;
	border-bottom: 1px dashed #D2D1D1;
	text-align: center;
}
.layers div:nth-child(2) a:nth-child(2),.layers div:nth-child(3) a:nth-child(2),.layers div:nth-child(4) a:nth-child(2){
	display: block;
	width: 100%;
	height: 40px;
	font-size: 0.75em;
	line-height: 1em;
	color: #5A5959;
	text-align: center;
}
.layers div:nth-child(3){
	height: 80px;
	border-right: 1px dashed #C0BFBF;
	-webkit-box-flex:1;
	-moz-box-flex:1;
	-webkit-flex:1;
	-ms-flex:1;
	flex:1;
	box-sizing:border-box;
	min-width: 79px;
}
.layers div:nth-child(4){
	height: 80px;
	-webkit-box-flex:1;
	-moz-box-flex:1;
	-webkit-flex:1;
	-ms-flex:1;
	flex:1;
	min-width: 79px;
}
.layers div span{
	display: block;
	margin:auto;
	padding-top: 12px;
}

/*layers 1~6*/
.two div:nth-child(1) a{
	background: url(../images/index_ico.png) no-repeat 12px -65px;
	color: #40CCBA;
}
.three div:nth-child(1) a{
	background: url(../images/index_ico.png) no-repeat 12px -155px;
	color: #BC983A;
}
.four div:nth-child(1) a{
	background: url(../images/index_ico.png) no-repeat 12px -240px;
	color: #F7B33B;
}
.five div:nth-child(1) a{
	background: url(../images/index_ico.png) no-repeat 12px -322px;
	color: #AED186;
}
.six div:nth-child(1) a{
	background: url(../images/index_ico.png) no-repeat 12px -396px;
	color: #65B8FD;
}



/*最新招聘 hotJob*/

.hotJob{
	width: 100%;
	margin:5px auto;
}
.hotJob h2{
	font-size: 20px;
	line-height: 20px;
	text-align: left;
	margin:15px 0;
}
.hotJob li{
display:block;
	width: 48%;
	height: 80px;
	float:left;
	background: white;
	border-bottom: 1px dashed #B2B1B1;
}
.hotJob li:nth-child(even){
border-left: 1px dashed #B2B1B1;
}
.hotJob li b{
	font-size: 1em;
	line-height: 1.1em;
	color: black;
	position: absolute;
	top: 5px;
	left: 5px;
}
.hotJob a i{
	font-size: 0.75em;
	line-height: 1em;
	color: #6B6C6C;
	font-style: normal;
	position: absolute;
	text-align: left;
	top: 30px;
	left: 5px;
}
.hotJob a span{
	font-size: 0.75em;
	line-height: 0.85em;
	color: #FF2020;
	position: absolute;
	bottom: 5px;
	left: 5px;
}
.hotJob a{color: #6B6C6C;}

.jobtype{
overflow: hidden;
margin-top: 6px;
background:#fff;
padding: 5px 10px;
	}
.jobtype h2{
display: block;
height:25px;
line-height:25px;
overflow: hidden;
border-bottom: 1px solid #f3f3f3;
font-size: 15px;
}
.jobtype h2 a{color: #353535;}

.jobtype div{margin-bottom:10px;}
.jobtype div a{
display: inline-block;
line-height: 18px;
padding-right: 8px;
height: 18px;
color: #696969;
font-size: 14px;
margin-top: 13px;}


/* 2017 11 29*/
.marbttom25{
    margin-bottom: 25px;
}
.orientation{
    background: #ffffff;
    margin-bottom:8px;
}
.orientation .navhome{
    padding: 20px 0;
}
.orientation .navhome ul li{
    width: 25%;
    text-align: center;
    float: left;
}
.orientation .navhome ul li .imgbox{
    height: 27px;
    line-height: 27px;
    text-align: center;
    margin-bottom: 8px;
    position: relative;
}
.orientation .navhome ul li .imgbox img{
    display: inline;
    vertical-align: middle;
}
.orientation .navhome ul li .imgbox i.iconfont{
    color: #f0543f;
    font-size: 27px;
    text-align: center;
    top: 50%;
    left: 50%;
    margin-top: -13px;
    margin-left: -18px;
}
.orientation .navhome ul li p{
    text-align: center;
}
.orientation .navhome ul a{
    display: block;
}
section{
    background-color: #fff;
    margin-bottom: 8px;
}
section p{
    padding: 12px 0 8px 14px;
    border-bottom: 1px solid #e5e5e5;
}
section p a span{
    font-size: 14px;
}
section p img{
    margin-right: 7px;
    vertical-align: text-bottom;
}
section .acon{
    padding: 15px 15px 5px 15px;
}
section .acon a{
    margin-bottom: 10px;
    display: inline-block;
    font-size: 16px;
	width: 32.3%;
}
#container section em.homeicon{
	display: inline-block;
    width: 5px;
    height: 20px;
    vertical-align: middle;
    background: url(/images/m/new/icon/homeicon.png) no-repeat;
    margin-top:-3px;
}
.region_site #container section em.homeicon{display: none;}
#container section:nth-of-type(1) em.homeicon {  background-position: 0px 0px; margin-top: -5px; }
#container section:nth-of-type(2) em.homeicon {  background-position: 0px 0px;  }
#container section:nth-of-type(3) em.homeicon {  background-position: 0px 0px;  }
#container section:nth-of-type(4) em.homeicon {  background-position: 0px 0px;margin-top: -5px  }
#container section:nth-of-type(5) em.homeicon {  background-position: 0px 0px;  }
#container section:nth-of-type(6) em.homeicon {  background-position: 0px 0px;  }
#container section:nth-of-type(7) em.homeicon {  background-position: 0px 0px;  }
#container section:nth-of-type(8) em.homeicon {  background-position: 0px 0px; margin-top: -6px; }
#container section:nth-of-type(9) em.homeicon {  background-position: 0px 0px;  }
#container section:nth-of-type(10) em.homeicon {  background-position: -0px 0px;  }
#container section:nth-of-type(11) em.homeicon {  background-position: 0px 0px;  }
#container section:nth-of-type(12) em.homeicon {  background-position: 0px 0px;  }
#container section:nth-of-type(13) em.homeicon {  background-position: 0px 0px; margin-top: -5px;}
#container section.region_site:nth-of-type(14) em.homeicon {  background-position: 0px 0px;  }
#container sectionl.region_site:nth-of-type(15) em.homeicon {  background-position: 0px 0px;  }
/* 2017 11 29 end*/

