.contanier {
	width: 1200px;
	margin: 0 auto;
}

input {
	outline: none;
}

* {
	margin: 0;
	padding: 0;
}

.header {
	padding-top: 10px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

ul {
	list-style: none;
}

img {
	width: 100%;
}
body{
	background: #f8f8f8;
}
.header .logo {
	width: 300px;
}
.header .logo a{
	display: block;
	font-size: 0;
}
.header .logo a img{
	float: left;
	height: 100px;
	width: auto;
}
.header .search form {
	display: flex;
	align-items: center;
}

.header .search form>div {
	width: 84px;
	border: 1px solid #ddd;
	height: 34px;
	line-height: 34px;
	background: #fff;
	position: relative;
	border-radius: 3px 0px 0px 3px;
	z-index: 300;
}

.header .search form>div>ul {
	display: none;
	padding: 0;
	margin: 0;
	position: absolute;
	left: 0;
	right: -1px;
	top: 35px;
	border: 1px solid #ddd;
	border-top: none;
	box-sizing: border-box;
	z-index: 300;
}

.header .search form>div:hover>ul {
	display: block;
}

.header .search form>div:hover>ul li {
	background-color: #fff;
	padding-left: 10px;
	cursor: pointer;
}

.header .search form>div:hover>ul li:hover {
	background-color: #f8f8f8;
}

.header .search form>div>span {
	padding-left: 10px;
	background: url("../../../Static/images/serve/ee.png") no-repeat 67px;
	display: block;
	cursor: pointer;
}

.header .search form input {
	box-sizing: border-box;
	height: 36px;
}

a {
	color: #000;
	text-decoration: none;
}

.header .search form input.searchBtn {
	color: #fff;
	font-size: 16px;
	height: 36px;
	line-height: 36px;
	background: #2bb8aa;
	width: 80px;
	cursor: pointer;
	text-align: center;
	border: none;
	border-radius: 0px 3px 3px 0px;
}

.header .search form .s-input {
	border: 1px solid #ddd;
	border-left: none;
	border-right: none;
	width: 360px;
	color: #999;
	background: #fff;
	text-indent: 10px;
}

.header .search form input.searchBtn {
	color: #fff;
	font-size: 16px;
	height: 36px;
	line-height: 36px;
	background: #2bb8aa;
	width: 80px;
	cursor: pointer;
	text-align: center;
	border: none;
	border-radius: 0px 3px 3px 0px;
}

.header .moreSearch {
	height: 36px;
	position: relative;
}

.header .moreSearch>a {
	line-height: 36px;
	font-size: 16px;
	font-weight: bold;
	color: #8f8f92;
	background: url("../../../Static/images/serve/indexsearch_icon.png") no-repeat right center;
	padding-right: 25px;
}

.header .moreSearch>div {
	width: 110px;
	position: absolute;
	left: 0;
	top: 36px;
	z-index: 1000000;
	padding-top: 10px;
	display: none;
}

.header .moreSearch:hover>div {
	display: block;
}

.header .moreSearch>div>div {
	width: 110px;
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	position: relative;
}

.header .moreSearch>div>div>i {
	width: 18px;
	height: 9px;
	background: url("../../../Static/images/serve/search_sj_icon.png") no-repeat;
	display: inline-block;
	position: absolute;
	left: 46px;
	top: -9px;
}

.header .moreSearch>div>div>a {
	display: block;
	line-height: 35px;
	text-align: center;
	font-size: 14px;
	color: #333;
}

.header .moreSearch>div>div>a:hover {
	background-color: #f8f8f8;
}

.menu {
	border-bottom: 3px solid #2bb8aa;
}

.menu>div {
	display: flex;
	align-items: center;
	padding-top: 10px;
	height: 43px;
}

.menu>div>div {
	width: 170px;
	height: 43px;
	line-height: 43px;
	color: #fff;
	padding-left: 50px;
	background: #2bb8aa url("../../../Static/images/serve/navl.png") no-repeat 20px center;
	font-size: 16px;
	border-radius: 3px 3px 0 0;
}

.menu .contanier ul {}

.nav_icon_new {
	right: -15px;
	top: -10px;
}

.nav_icon {
	position: absolute;
	width: 27px;
	height: 18px;
}

.menu .contanier ul li {
	float: left;
	height: 40px;
	line-height: 33px;
	padding: 0px 10px;
	font-size: 17px;
	position: relative;
	margin-left: 8px;
	margin-right: 8px;
	z-index: 1;
}

.body {
	display: flex;
	justify-content: space-between;
	height: 480px;
}

.body .menuList {
	width: 220px;
	font-size: 13px;
	background-color: #fff;
}

.body .menuList ul li {
	padding-left: 15px;
	line-height: 33px;
	position: relative;
	vertical-align: bottom;
	z-index: 100;
	border-bottom: 1px solid #fafafa;
	transition: all .2s;
	border: 1px solid transparent;
}
.body .menuList ul li p span:after{
	content: '|';
}
.body .menuList ul li p span:last-child:after{
	content: ''!important;
}
.body .menuList ul li a{
	color: #333;
}
.body .menuList ul li>div {
	padding-left: 2em;
	display: flex;
	flex-wrap: wrap;
}
.body .menuList ul li>div p{
}
.body .menuList ul li a {
	cursor: pointer;
	margin: 0 5px;
}

.body .menuList ul li a.hot {
	color: red;
}

.body .menuList ul li>a:first-child {
	font-weight: bold;
	height: 33px;
	line-height: 33px;
	overflow: hidden;
	color: #56595a;
	font-weight: bold;
	font-size: 16px;
}

.body .menuList ul li>i {
	background: url("../../../Static/images/serve/icos.png") no-repeat;
	height: 15px;
	position: absolute;
	right: 5px;
	top: 11px;
	width: 15px;
	z-index: 3;
	display: inline-block;
}

.body .banner-ad {
	width: 700px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.body .banner-ad .top {
	height: 300px;
	margin-top: 15px;
	position: relative;
	overflow: hidden;
}

@font-face {
	font-family: 'webfont';
	font-display: swap;
	src: url('//at.alicdn.com/t/webfont_m6bwk2mux8.eot');
	/* IE9*/
	src: url('//at.alicdn.com/t/webfont_m6bwk2mux8.eot?#iefix') format('embedded-opentype'),
		/* IE6-IE8 */
		url('//at.alicdn.com/t/webfont_m6bwk2mux8.woff2') format('woff2'),
		url('//at.alicdn.com/t/webfont_m6bwk2mux8.woff') format('woff'),
		/* chrome、firefox */
		url('//at.alicdn.com/t/webfont_m6bwk2mux8.ttf') format('truetype'),
		/* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
		url('//at.alicdn.com/t/webfont_m6bwk2mux8.svg#NotoSansHans-DemiLight') format('svg');
	/* iOS 4.1- */
}

.body .banner-ad .top .pre,
.body .banner-ad .top .next {
	font-family: 'webfont' !important;
	cursor: pointer;
	position: absolute;
	top: 50%;
	color: #fff;
	transform: translateY(-50%);
	width: 36px;
	height: 36px;
	line-height: 36px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 20px;
	border-radius: 50%;
	background-color: rgba(0, 0, 0, .2);
}

.body .banner-ad .top .pre:before {
	content: "<";
}

.body .banner-ad .top .pre {
	left: 10px;
}

.body .banner-ad .top .next:before {
	content: '>';
}

.body .banner-ad .top .next {
	right: 10px;
}

.body .banner-ad .top a {
	float: left;
}

.body .banner-ad .top .tab {
	position: absolute;
	width: 100%;
	bottom: 0;
	display: flex;
	justify-content: center;
}

.body .banner-ad .top .tab ul {
	width: 74px;
	display: flex;
	justify-content: center;
	align-content: center;
	padding: 5px;
	border-radius: 10px;
	background-color: rgba(0, 0, 0, .2);
}

.body .banner-ad .top .tab ul li {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #e2e2e2;
	margin: 0 3px;
	cursor: pointer;
	transition: all .2s;
}

.body .banner-ad .top .tab ul li.sel {
	background-color: #fff;
}

.body .banner-ad .top img {
	float: left;
	width: 700px;
	height: 300px;
}

.body .banner-ad .top .bigbox {
	height: 100%;
	width: 9999px;
	transition: all .2s;
}

.body .banner-ad .bottom ul {
	display: flex;
	justify-content: center;
	margin-top: 15px;
}

.body .banner-ad .bottom ul img {
	width: 100%;
	height: 100%;
}

.body .banner-ad .bottom ul li:nth-child(2) {
	margin: 0 15px;
}

.body .login-msg {
	width: 250px;

}

.body .login-msg>div.top {
	width: 218px;
	height: 287px;
	background: #fff;
	border: 1px solid #eee;
	font-size: 14px;
	margin-top: 15px;
	padding: 0 15px;
}

.body .login-msg>div.top .tab {
	display: flex;
	justify-content: center;
}

.body .login-msg>div.top .tab span {
	line-height: 40px;
	text-align: center;
	cursor: pointer;
	padding: 0 20px 0 20px;
	border-bottom: 2px solid #eee;
	transition: all .2s;
}

input {
	border: none;
}

.fl {
	float: left;
}

.hp_login_hy_icon {
	width: 17px;
	height: 20px;
	background: url("../../../Static/images/serve/login/re.png") no-repeat 0 0;
	position: absolute;
	left: 5px;
	top: 10px;
}

.hp_login_mm_icon {
	width: 17px;
	height: 20px;
	background: url("../../../Static/images/serve/login/so.png") no-repeat 0 0;
	position: absolute;
	left: 5px;
	top: 10px;
}

.hp_login_sj_icon {
	position: absolute;
	left: 5px;
	top: 10px;
	width: 18px;
	height: 20px;
	background: url("../../../Static/images/serve/login/loginsj.png") no-repeat;
}

.hp_login_hy_send {
	width: 90px;
	line-height: 20px;
	text-align: center;
	display: inline-block;
	position: absolute;
	right: 0px;
	top: 8px;
	border-left: 1px solid #eee;
	color: #f60;
}

.body .login-msg>div.top .content .login form div input.login_m_text {
	width: 100px;
	float: left;
	line-height: 35px;
	border: 0;
	color: #999;
}

.body .login-msg>div.top .content .login {
	display: none;
}

.body .login-msg>div.top .content .show {
	display: block;
}

.body .login-msg>div.top .tab span.sel {
	color: #2bb8aa;
	font-weight: bold;
	border-bottom: 2px solid #2bb8aa;
}

.body .login-msg>div.top .content .login form div {
	width: 186px;
	height: 35px;
	border: 1px solid #e6e6e6;
	padding-left: 30px;
	margin-top: 14px;
	position: relative;
	float: left;
	border-radius: 3px;
}

input:-internal-autofill-selected {
	background-color: #fff;
}

.clear:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
	clear: both;
}

.none {
	display: none;
}

.body .login-msg>div.top .content .login form div input {
	width: 100%;
	line-height: 35px;
	border: none;
	background-color: #fff;
	float: left;
	color: #999;
	border-radius: 3px;
	font-size: 14px;
}

.body .login-msg>div.top .content .login form div a {
	font-size: 14px;
}

.body .login-msg>div.top .content .login form div.submit {
	width: 100%;
	padding-left: 0;
	margin-top: 10px;
	float: left;
	border: none;
}

.body .login-msg>div.top .content .login form div.submit input {
	width: 100%;
	height: 38px;
	background: #2bb8aa;
	color: #fff;
	border: none;
	cursor: pointer;
	border-radius: 3px;
	font-size: 15px;
}

.body .login-msg>div.top .content .login .reg {
	padding-top: 15px;
	font-size: 12px;
	color: #999;
	display: flex;
	justify-content: space-between;
}

.body .login-msg>div.top .content .login .reg a {
	color: #41cdb2;
}

.body .login-msg>div.bottom {
	width: 228px;
	padding: 0px 10px;
	height: 160px;
	border: 1px solid #eee;
	margin-top: 15px;
	overflow-y: auto;
	background-color: #fff;
}
.body .login-msg>div.bottom h5{
	padding: 4px 0;
	font-size: 14px;
	border-bottom: 1px dashed #999;
}
.body .login-msg>div.bottom p{
	text-indent: 2em;
	font-size: 12px;
	color: #999;
	padding: 4px 0;
}
.titleIcon {
	width: 5px;
	height: 18px;
	display: inline-block;
	background: #2bb8aa;
	margin-right: 10px;
}

.excellent {
	margin-top: 20px;
}

.excellent>p {
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #56595a;
	font-weight: bold;
	font-size: 16px;
	padding-bottom: 10px;
	border-bottom: 1px solid #e3e2e2;
}

.excellent>p a {
	color: #919090;
	font-size: 14px;
	font-weight: normal;
}

.excellent>div>ul {
	width: 1220px;
	display: flex;
	flex-wrap: wrap;
}


.excellent>div>ul li {
	width: 170px;
	line-height: 23px;
	padding: 10px;
	border: 1px solid #e3e2e2;
	float: left;
	margin-right: 9px;
	background-color: #fff;
	margin-top: 14px;
}

.excellent>div>ul li:hover {
	border: 1px #2bb8aa solid;
	background: #eff6fb;
	z-index: 99;
	/*ie*/
	-moz-box-shadow: 0px 0px 10px #CCCCCC;
	/*firefox*/
	-webkit-box-shadow: 0px 0px 10px #CCCCCC;
	/*safari或chrome*/
	box-shadow: 0px 0px 10px #CCCCCC;
	/*opera或ie9*/
}

.excellent>div>ul li .text {
	width: 100%;
	line-height: 34px;
	left: 3px;
	height: 100%;
	color: #666;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.friendship-links {
	margin-top: 20px;
}

.friendship-links>p {
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #56595a;
	font-weight: bold;
	font-size: 16px;
	padding-bottom: 10px;
	border-bottom: 1px solid #e3e2e2;
}

.friendship-links>p a {
	color: #919090;
	font-size: 14px;
	font-weight: normal;
}

.friendship-links>div {
	display: flex;
	font-size: 14px;
	color: rgb(51, 51, 51);
	padding-bottom: 100px;
}

.friendship-links>div a {
	margin-right: 20px;
}

/*footer*/
.footer {
	width: 100%;
	background: #31383e;
	margin-top: 20px;
}

.footer>div.footert-top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 30px 0;
	border-bottom: 1px dashed #555555;
}

.footer>div .tel {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.footer>div .tel span {
	width: 54px;
	height: 45px;
	background: url("../../../Static/images/serve/foot/kf_tel.png") no-repeat;
	margin-bottom: 10px;
}

.footer>div .tel p {
	color: #b3b1b1;
}

.footer>div .tel .num {
	color: #ffa405;
	padding: 10px 0;
	font-size: 30px;
}

.footer>div .introduce {
	padding: 0 50px;
	display: flex;
	border-left: 1px dashed #555555;
	border-right: 1px dashed #555555;
}

.footer>div .introduce dl {
	width: 100px;
	text-align: center;
}

.footer>div .introduce dl dt {
	color: #ccc;
	font-size: 16px;
	padding-bottom: 10px;
}

.footer>div .introduce dl dd {
	color: #999;
	line-height: 36px;
	font-size: 12px;
}

.footer>div .introduce dl dd ul li a {
	color: #999;
}

.footer>div .ma {
	display: flex;
	color: #ccc;
	text-align: center;
	font-size: 12px;
}

.footer>div .ma img {
	width: 105px;
	height: 105px;
	margin: 10px;
}

.footer>div.foot_bt {
	text-align: center;
	padding-top: 25px;
	padding-bottom: 15px;
}

.footer>div.foot_bt p,
.footer>div.foot_bt a {
	color: #999;
	font-size: 12px;
	line-height: 35px;
}

.toper {
	font-size: 12px;
	color: #999;
	display: flex;
	justify-content: space-between;
}
.toper .address:before{
	content: '[';
}
.toper .address{
	color: red;
}
.toper .address:after{
	content: ']';

}

/* 紧急招聘 */
.index_new_title {
    width: 100%;
    padding: 25px 0;
    float: left;
}
.index_new_title_name {
    padding-left: 20px;
    height: 28px;
    line-height: 28px;
    float: left;
    position: relative;
    color: #07b56d;
    font-size: 28px;
    line-height: 28px;
    display: block;
}
.index_new_title_line {
    width: 6px;
    height: 29px;
    background: #07b56d;
    display: inline-block;
    border-radius: 3px;
    position: absolute;
    left: 0px;
    top: 0px;
}
.index_new_title_tip {
    color: #ababac;
    float: left;
    margin-left: 28px;
    margin-top: 8px;
}
.index_new_title_more {
    float: right;
    width: 95px;
    height: 25px;
    border: 1px solid #07b56d;
    color: #07b56d;
    display: inline-block;
    border-radius: 3px;
    text-align: center;
    line-height: 25px;
    background: #fff;
}
.hp_urg_job {
    width: 1200px;
    background-color: #ffffff;
    padding-bottom: 14px;
}
.hp_urg_job ul {
    width: 1220px;
}
.hp_urg_job ul li {
    width: 266px;
    padding: 0px 7px 7px;
    border: 1px solid #e3e2e2;
    float: left;
    margin-top: 14px;
    margin-left: 14px;
}
.hp_urg_job_top {
    width: 100%;
    height: 37px;
    line-height: 37px;
    font-size: 16px;
    border-bottom: 1px solid #e3e2e2;
    overflow: hidden;
}
.hp_urg_job_top a {
    color: #2bb8aa;
    font-size: 16px;
}
.hp_urg_job_ct {
    color: #666;
    line-height: 26px;
    padding: 5px 0px 0px 0px;
}
.hp_urg_job_ct_r {
    color: #e43b2e;
    padding-right: 6px;
}
.hp_urg_job_ct a {
    color: #666;
}
/* 紧急招聘 */