* {
	margin: 0;
	padding: 0;
	outline: none;
	list-style-type: none;
	text-decoration: none;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

a {
	text-decoration: none;
}

input,button,select {
	outline: none;
	border: none;
}

select {
	border: none;
	height: 100%;
	background: transparent;
}

::-webkit-inner-spin-button {
	color: transparent;
	background: transparent;
	display: none;
}

body {
	background-color: #f8f4ff;
}

.zg_container {
	width: 1000px;
	margin: 0 auto;
}

/* 头部 */
header {
	width: 100%;
	height: auto;
	background-color: #fff;
	padding-bottom: 10px;
}

.header {
	max-width: 1000px;
	height: 56px;
	padding: 6px 0 22px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	line-height: 55px;
}

nav {
	float: left;
	margin-left: -211px;
}

header ul li {
	display: inline-block;
	padding: 0 9px;
}

header ul li a {
	font-size: 16px;
	color: #000;
}

header ul li a:hover {
	color: red;
}

header span {
	font-size: 16px;
	color: #838383;
	float: right;
}

.container_login ul li {
	width: 100px;
	height: 40px;
	color: #e60012;
	text-align: center;
	line-height: 40px;
	border: 1px solid #e60012;
	border-radius: 10px;
	font-size: 16px;
	cursor: pointer;
	margin-left: 15px;
	padding: 0;
	overflow: hidden;
}

.container_login ul li a {
	display: block;
	color: #e60012;
}

.container_login ul li.active {
	color: #fff;
	background-color: #e60012;
}

.container_login ul li a:hover {
	color: #fff;
	background-color: #e60012;
}

/* banner */
.zg_banner {
	    height: 465px;
	    background: url(../img/banner.jpg) no-repeat center;
	    background-size: cover;
	    margin-bottom: -109px;
	    padding-top: 49px;
}
.zg_banner .zg_text{
	color: #030571;
	font-size: 39px;
	text-align: center;
	letter-spacing: 1px;
	margin-bottom: 20px;
}
.zg_banner .banner_text{
	text-align: center;
}
.list ul {
	display: flex;
	justify-content: center;
}

.list ul li {
	font-size: 18px;
	padding: 0 20px;
	border-right: 1px #dfdbe5 solid;
}

.list ul li:nth-last-of-type(1) {
	border-right: none;
}

.list ul li a {
	color: #000;
	display: block;
	height: 100%;
	padding-bottom: 5px;
}

.list ul li.active a {
	color: #e60012;
	border-bottom: 1px solid #e60012;
}

.list ul li:hover a {
	color: #e60012;
	border-bottom: 1px solid #e60012;
}

/* 快速搜索，热门职位 */
.ksss_box {
	height: auto;
	margin-top: 45px;
	display: flex;
	justify-content: space-between;
}

.ksss_box>div {
	padding: 50px 30px;
	background: #fff;
}

.ksss {
	width: 645px;
	height: 320px;
	box-shadow: 2px 0 8px 1px rgba(0, 0, 0, .4);
	-o-box-shadow: 2px 0 8px 1px rgba(0, 0, 0, .4);
	-ms-box-shadow: 2px 0 8px 1px rgba(0, 0, 0, .4);
	-webkit-box-shadow: 2px 0 8px 1px rgba(0, 0, 0, .4);
}

.rmzw {
	width: 340px;
	height: 320px;
	box-shadow: 2px 0 8px 1px rgba(0, 0, 0, .4);
	-o-box-shadow: 2px 0 8px 1px rgba(0, 0, 0, .4);
	-ms-box-shadow: 2px 0 8px 1px rgba(0, 0, 0, .4);
	-webkit-box-shadow: 2px 0 8px 1px rgba(0, 0, 0, .4);
}

.ksss_box>div .title {
	font-size: 22px;
	font-weight: bold;
	border-left: 5px #ff8000 solid;
	padding-left: 15px;
}

.ksss .item {
	display: flex;
	justify-content: space-between;
	margin-top: 15px;
}

.ksss .title {
	margin-bottom: 30px !important;
}

.ksss .item img {
	width: 16px;
	height: 16px;
	margin-top: 12px;
}

.ksss .item>div {
	display: flex;
	width: 260px;
	height: 40px;
	line-height: 40px;
	border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px #ccc solid;
	background: #f7f7f7;
	padding-left: 7px;
}

.ksss .item>div select {
	width: calc(100% - 25px);
}

.kscx {
	background: #f00 !important;
	color: #fff;
	border: none !important;
	text-align: center;
	display: block !important;
	padding-left: 0 !important;
	cursor: pointer;
}

.rmzw ul {
	padding-left: 20px;
}

.rmzw ul li {
	color: #f00;
	list-style: disc;
	    line-height: 29px;
	    margin-top: 10px;
}

.rmzw ul li a {
	color: #000;
}

/* 二维码 */
.two_code {
	height: auto;
	display: flex;
	justify-content: space-between;
	margin-top: 52px;
	margin-bottom: 20px;
}

.two_code .box {
	    width: 338px;
	    height: 185px;
	box-shadow: 2px 0 8px 1px rgba(0, 0, 0, .4);
	-o-box-shadow: 2px 0 8px 1px rgba(0, 0, 0, .4);
	-ms-box-shadow: 2px 0 8px 1px rgba(0, 0, 0, .4);
	-webkit-box-shadow: 2px 0 8px 1px rgba(0, 0, 0, .4);
	background: #fff;
}
.two_code .box img{
	width: 100%;
	height: 100%;
}
.two_code .code_box {
	width: 138px;
	height: 197px;
	padding: 15px 0;
	text-align: center;
	background: transparent;
}

.two_code .code_box img {
	display: block;
	width: 100%;
	box-shadow: 2px 0 8px 1px rgba(0, 0, 0, .4);
	-o-box-shadow: 2px 0 8px 1px rgba(0, 0, 0, .4);
	-ms-box-shadow: 2px 0 8px 1px rgba(0, 0, 0, .4);
	-webkit-box-shadow: 2px 0 8px 1px rgba(0, 0, 0, .4);
	margin-top: 10px;
}

/* 公告预约 */
.zg_ggyy {
	height: 153px;
	margin-bottom: 71px;
	background: url(../img/ggyy.png) no-repeat center;
}

.zg_ggyy p {
	color: #fff;
	font-size: 37px;
	text-align: center;
	font-weight: bold;
	margin-bottom: 10px;
	padding-top: 10px;
	text-shadow:3px 4px 6px #ffbb00;
}
.zg_ggyy .yy_box{
	width: 85%;
	margin: 0 auto;
	font-size:17px;
}
.zg_ggyy .yy_box select,.zg_ggyy .yy_box input{
	width: 100px;
	height: 40px;
	background: #f7f7f7;
	margin-right: 10px;
	padding-left: 5px;	
}
.zg_ggyy .yy_box button{
	color: #fff;
	width: 100px;
	height: 40px;
	font-size: 15px;
	background: #ffbb00;
	color: pointer;
}
.zg_ggyy .yy_box .yy_btn{
	width: 130px;
	margin-left: 10px;
}

/* 公告 */
.zg_xggg{
	height: 179px;
	display: flex;
	justify-content: space-around;
	margin-bottom: 63px;
	background: url(../img/gg.jpg) no-repeat center;
}
.zg_xggg div:nth-of-type(1){
	padding-top: 30px;
}
.zg_xggg div:nth-of-type(1) p:nth-of-type(1){
	font-size: 42px;
	color: #370be8;
	font-weight: bold;
	margin-bottom: 15px;
	text-shadow:0px 4px 4px #ffbb00;
}
.zg_xggg div:nth-of-type(1) p:nth-of-type(2){
	font-size: 20px;
	color: #000;
	margin-left: 10px;
}
.zg_xggg dl{
	float: left;
	margin-left: 16px;
	line-height: 25px;
	margin-top: 35px;
	text-align: center;
}
.zg_xggg dl a{
	color: #000;
	font-size: 19px;
}
.zg_xggg dl dt{
	margin-bottom: 8px;
}

/* 广告位 */
.zg_ggw{
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
}
.zg_ggw div{
	width: 320px;
	height: 201px;
	background: #fff;
}
.zg_ggw div img{
	width: 100%;
	height: 100%;
}

/* result.html */
.zg_cxjg{
	margin-top: 30px;
	padding: 30px 20px;
	box-shadow: 2px 0 8px 1px rgba(0, 0, 0, .4);	
	background: #fff;
}
.zg_cxjg .mbx{
	color: #000;
	font-size: 19px;
	letter-spacing: 1px;
}
.zg_cxjg .mbx a{
	color: #000;
}
.zg_tjsx{
	font: 20px/36px "Microsoft Yahei";
    margin: 20px 0px;
    display: flex;
}
.zg_tjsx .cx_btn{
	color: #fff;
	background: red;
	border-radius: 10px;
	display: inline-block;
	width: 108px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	margin-left: 10px;
	font-size: 16px;
}
.zg_tjsx li{
	display: inline-block;
	width: auto;
	height: 34px;
	border: 1px solid #ccc !important;
	color: #000;
	text-align: center;
	font-size: 15px;
	position: relative;
	margin-right: 5px;
	padding: 0px 26px;
}
.zg_tjsx li em a{
	width: 8px;
	height: 8px;
	display: block;
}
.zg_cxxx{
	height: 52px;
	line-height: 52px;
}
.zg_cxxx .cxjg{
	color: #ff0014;
	font-size: 23px;
}
.zg_cxxx p{
	color: #000000;
	font-size: 16px;
	letter-spacing: 1px;
	display: inline-block;
}
.zg_cxxx p span{
	color: #e60012;
}
.tables{
	width: 100%;
	color: #000;
	font-size: 15px;
	text-align: center;	
}
.tables tr th{
	height: 48px;
	background: #fef2d1;
}
.tables tr td{
	line-height: 50px;
	border-bottom: 1px solid #ccc;
}
.tables .ck_btn{
	color: #fff;
	padding:8px 20px;
	cursor: pointer;
	background:#e60012;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-ms-border-radius: 10px;
}

/* message.html */
.mess{
	margin-bottom: 30px;
}
.mess p{
	color: #e60012;
	font-size: 16px;
	margin-top: 20px;
	margin-bottom: 10px;
}
.jobtab{
	color: #000;
	width: 100%;
	font-size: 16px;
	text-align: center;
}
.jobtab tr{
	line-height: 40px;
}
.jobtab tr th{
	width: 300px;
	font-weight: normal;
	background: #feeab6;
	border-bottom: 1px solid #fff;
}
.jobtab tr td{
	background: #fef2d1;
	border-bottom: 1px solid #fff;
}
.jobtab .ksgg a,.jobtab .bmrk a{
	color: #000;
}
/* register.html */
.register_page{
	height: 100vh;
	/* padding-top: 50px; */
	background:url(../img/register_bg.jpg) no-repeat center;
	background-size: cover;
	position: relative;
}
.register{
	width: 520px;
	height: 562px;
	background: #fff;
	padding-top: 50px;
	padding-left: 40px;
	box-shadow: 1px 0 5px -1px rgba(0, 0, 0, .4);
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.register .hy{
	color: #001b7f;
	font-size: 37px;
	font-weight: bold;
	line-height: 50px;	
}
.register .hy:nth-of-type(2){
	margin-bottom: 30px;
}
.register .bd_line_wrap{
	width: 80%;
	height: 40px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-ms-border-radius: 10px;
	margin-bottom: 20px;
}
.register .bd_line_wrap input,.register .bd_line_wrap select{
	width: 100%;
	height: 100%;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-ms-border-radius: 10px;
	padding-left: 5px;
	background: #e8e3e3b3;	
}
.register .bd_line_wrap select{
	width: 48%;
	float: left;
}
.register .bd_line_wrap:nth-of-type(4) input{
	width: 60%;
	border:none !important;
}
.register .bd_line_wrap:nth-of-type(4) button{
	float: right;
	color: #E60012;
	background: none;
	font-size: 16px;
	line-height: 40px;
	margin-right: 10px;
}
.register .register_btn,.register .login_btn{
	width: 80%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 18px;
	color: #fff;
	cursor: pointer;
	background: #e60012;
	border-radius: 10px;
	margin-bottom: 20px;
}
.register .go_login{
	color: #000;
	font-size: 17px;
	text-align: center;
	font-weight: bold;
	margin-bottom: 20px;
	cursor: pointer;
	margin-right: 77px;
}

/* 底部信息 */
footer{
	color: #fff;
	line-height: 30px;
	text-align: center;
	background: #000;
	padding-top: 20px;
}