/* 通用 */

* {
	padding: 0;
	margin: 0;
}

body {
	font-size: 16px;
	font-family: "Microsoft YaHei", "SimSun", Arial, sans-serif;
	background: #F0F0F0;
}

input {
	font-size: 12px;
	font-family: Arial, "Microsoft Yahei", sans-serif;
	outline: none;
}

img {
	border: none;
}

ul,
li,
ol,
dl,
dt,
dd {
	list-style: none;
}

table {
	border: none;
	border-collapse: collapse;
}

a {
	text-decoration: none;
}

/* 公用样式 */

.column-title{
	width: 100%;
	height: 30px;
	background: #1E88E5;	
}

.column-title-text{
	display: block;
	height: 30px;
	float: left;
	margin-left:10px;
	line-height: 30px;
	color: #FFFFFF;
}

.column-title-more{
	display: block;
	height: 30px;
	font-size: 14px;
	float: right;
	margin-right:10px;
	line-height: 30px;
	color: #FFFFFF;
}

.column-title-more:hover{
	font-weight:bold;
}

.column-title-1 {
	width: 90%;
	height: 49px;
	margin: 0px auto;
	border-bottom: 1px solid #CCCCCC;
}

.column-title-text-1 {
	display: block;
	height: 49px;
	float: left;
	line-height: 49px;
	color: #FF9800;
	font-weight: bold;
}

.column-title-more-1 {
	display: block;
	height: 49px;
	float: right;
	line-height: 49px;
	color: #999999;
}

.column-title-more-1:hover {
	color: #333333;
	font-weight: bold;
}

.no-content {
	width: 100%;
	height: 50px;
	margin: 0px auto;
	line-height: 50px;
	text-align: center;
	color: #999999;
}

/* 容器 */

.gz-show {
	width: 100%;
	height: 360px;
	background: url(../../image/home-new/index/bg_3.png) no-repeat;
	background-position: center;
	background-size: cover;
}

.gz-statistics {
	width: 100%;
	height: 30px;
	background:#FFFFFF;
}

.gz-search {
	width: 100%;
	margin-bottom: 30px;
}

.gz-advertising {
	width: 100%;
	height:100px;
	margin-bottom: 30px;
}

.gz-employer {
	width: 100%;
	margin-bottom: 30px;
}

.gz-job-recommend {
	width: 100%;
	margin-bottom: 30px;
}

.gz-article {
	width: 100%;
	margin-bottom: 30px;
}

.gz-friendlink {
	width: 100%;
	background: #FFFFFF;
	margin-bottom: 30px;
}

/* 展示区 */

.gz-head-main-1 {
	width: 1200px;
	height: 100%;
	margin: 0px auto;
}

.gz-head-main-left {
	width: 280px;
	float: left;
	margin-top: 30px;
	height: 300px;
	vertical-align: middle;
	background-color: rgba(34, 33, 35, 0.5);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f222123, endColorstr=#7f222123);
}

.gz-head-main-left-imgdiv {
	width: 100%;
	height: 130px;
	line-height: 140px;
	text-align: center;
}

.gz-head-main-left-imgdiv img {
	width: 100px;
	height: 100px;
	border-radius: 500px;
	vertical-align: middle;
}

.gz-head-main-left-account {
	width: 100%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 20px;
	color: #FFFFFF;
	overflow: hidden;
}

.gz-head-main-left-function {
	padding-top: 10px;
	width: 100%;
	height: 60px;
}

.gz-head-main-left-item {
	width: 33%;
	height: 100%;
	float: left;
}

.gz-head-main-left-item p {
	width: 100%;
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
	line-height: 30px;
}

.gz-head-main-left-title {
	width: 240px;
	height: 50px;
	margin: 0px auto;
}

#reg_title_1 {
	width: 120px;
	height: 50px;
	float: left;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 50px;
	overflow: hidden;
}

#reg_title_2 {
	display: block;
	width: 100px;
	height: 50px;
	float: left;
	text-align: center;
	font-size: 12px;
	color: #FF9800;
	line-height: 50px;
	overflow: hidden;
	cursor: pointer;
}

.gz-head-main-left-content {
	width: 240px;
	margin: 0px auto;
}

.gz-head-main-left-content form input {
	border: none;
	width: 95%;
	height: 34px;
	margin-bottom: 20px;
	font-size: 14px;
	line-height: 34px;
	padding-left: 5%;
}

/*
.gz-head-main-left-content form input[type='button']:hover {
	background-color: #29B6F6 !important;
}

.query_button:hover {
	background-color: #29B6F6 !important;
}
*/

.gz-head-main-reg-1 {
	border: none;
	height: 34px;
	width: 135px;
	background: #03A9F4;
	border-radius: 4px;
	font-size: 16px;
	color: #FFFFFF;
}

.gz-head-main-reg-2 {
	border: none;
	height: 34px;
	width: 100%;
	background: #03A9F4;
	border-radius: 4px;
	font-size: 18px;
	color: #FFFFFF;
}

.reg_mobile_group {
	width: 50%;
	height: 34px;
	margin-bottom: 20px;
	float: left;
}

.gz-head-main-reg-3 {
	float: right;
	background: #1E88E5;
	color: #FFFFFF;
	text-align: center;
}

.gz-head-main-reg-3:hover{
	background: #FF9800;
}

#submitBtn {
	width: 100%;
	padding-left: 0px;
	background: #1E88E5;
	color: #FFFFFF;
	cursor: pointer;
}

#submitBtn:hover{
	background: #FF9800;
}

.gz-head-main-left-bottom {
	width: 240px;
	height: 15px;
	margin: 0 auto 20px auto;
}

.gz-head-main-left-bottom #accept {
	float: left;
}

.gz-head-main-left-bottom img {
	float: left;
}

.gz-head-main-left-bottom-span-1 {
	font-size: 12px;
	color: #FFFFFF;
	float: left;
	height: 15px;
	line-height: 15px;
	margin-left: 5px;
	cursor: pointer;
}

.gz-head-main-left-bottom-span-1:hover {
	color: #FF9800;
}

.gz-head-main-left-bottom-span-2 {
	font-size: 12px;
	float: right;
	height: 15px;
	line-height: 15px;
	margin-left: 5px;
}

.gz-head-main-left-bottom-span-2 a {
	color: #FF9800;
}

.gz-head-main-right {
	width: 900px;
	height: 300px;
	margin-top: 30px;
	float: right;
	background-color: rgba(34, 33, 35, 0.5);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f222123, endColorstr=#7f222123);
}

.gz-head-main-right-image {
	width: 566px;
	height: 446px;
	float: left;

}
.gz-head-main-right-image img {
	vertical-align: middle;
}

#news_box {
	width: 400px;
	height: 260px;
	margin-top: 22px;
	float: right;
	overflow:hidden;
}

#news_box .hd {
	width: 100%;
	height: 30px;
}

#news_box .hd ul li {
	width: 100px;
	height: 30px;
	float: left;
	line-height: 30px;
	list-style: none;
	font-size: 16px;
	text-align: center;
	margin-right: 20px;
	color: #FFFFFF;
	background: #1E88E5;
	cursor: pointer;
}

#news_box .hd ul li.on {
	background: #FF9800;
}

#news_box .bd ul li {
	width: 100%;
	height: 30px;
	font-size: 14px;
	color: #FFFFFF;
}

#news_box .bd ul li a {
	display: block;
	float: left;
	width: 65%;
	height: 30px;
	font-size: 14px;
	margin-right: 5%;
	line-height: 30px;
	color: #FFFFFF;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

#news_box .bd ul li span {
	display: block;
	float: right;
	width: 25%;
	height: 30px;
	line-height: 30px;
	font-size: 12px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/* 统计区 */

.statistics-box{
	width:1200px;
	height:30px;
	margin:0px auto;
}

.statistics-box-right{
	float:right;
}

.statistics-box-right ul li {
	float: left;
	margin-left: 20px;
	line-height: 30px;
	font-size: 14px;
}

.statistics-right-item-1 {
	color: #333333;
	margin-right: 10px;
}

.statistics-right-item-2 {
	color: #FF5722;
	font-weight: bold;
}

/* 搜索区 */

.search-left{
	width:220px;
	float:left;	
}

.search-middle{
	width:700px;
	float:left;
	margin-left:30px;	
}

.search-right{
	width:220px;
	float:right;	
}

.search-menu-item{
	width: 100%;
	height: 50px;
	color:#FFFFFF;
	background: #1E88E5;
	font-size: 14px;
	margin-bottom: 10px;
	cursor:pointer;	
}

.search-menu-item:hover{
	background: #FF9800;	
}

.search-menu-item-image{
	width:45%;
	height:50px;
	float:left;
}

.search-menu-item-text{
	width:50%;
	height:50px;
	float:left;
	line-height:50px;
		
}

.search-tab{
	width:100%;
	height:30px;	
}

.search-tab-item{
	width: 100px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 14px;
	float: left;
	color:#FFFFFF;
	background: #FF5722;
	cursor: pointer;
	margin-right: 10px;	
}

.tab-select{
	color:#FFFFFF;
	background:#1E88E5;
}

.search-main{
	width:100%;
	height:50px;	
}

.resume-search-text {
	width: 550px;
	height: 50px;
	float: left;
	outline: 0 none;
	border: 0 none;
	line-height: 50px;
	padding-left: 50px;
	font-size: 14px;
}

.resume-search-button{
	width: 100px;
	height: 50px;
	float: left;
	outline: 0 none;
	border: 0 none;
	line-height: 50px;
	background: #FF9800;
	color: #FFFFFF;
	font-size: 18px;	
	text-align: center;
	cursor: pointer;	
}

.resume-search-button-i{
	width: 20px;
	height: 20px;
	margin-right: 8px;
	vertical-align: -6%;
	background: url(../../image/home-new/index/a3_search.png);
	display: inline-block;	
}

.search-hotwords{
	width:100%;
	height:170px;
	background:#FFFFFF;
}

.search-hotwords-left{
	width:90%;
	height:36px;
	margin: 0px auto;	
	line-height:36px;
	font-size: 14px;
	font-weight: bold;
	color: #FF5722;
}

.search-hotwords-right{
	width:90%;
	margin: 0px auto;
	height:108px;	
}

.hotword-item{
	display: block;
	float: left;
	width: 18%;
	height: 36px;
	margin-right:2%;
	line-height: 36px;
	font-size:14px;
	color: #999999;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;	
}

.hotword-item:hover{
	color:#1E88E5;	
}

/* 广告区 */

.gz-advertising .bd ul li {
	width: 100%;
	height: 100px;
	float: left;
}

.gz-advertising .bd ul li a{
	display:block;	
}

.gz-advertising .bd ul li a img {
	width: 100%;
	height: 100px;
}

/* 企业推荐区 */

.employer-left{
	width:900px;
	float:left;
	background: #FFFFFF;
}

.employer-list{
	width:885px;
	height:240px;
	background: #FFFFFF;
	overflow: hidden;	
}

.employer-list .bd ul li {
	width: 295px;
	height: 210px;
	float: left;
}

.employer-list-showbox {
 	width: 277px;
 	height:208px;
 	float:left;
 	border:1px solid #CCCCCC;
 	cursor:pointer;	
}

.employer-list-showbox:hover{
	border: 1px solid #1E88E5;
}

.employer-list-img {
	width: 148px;
	height: 78px;
	margin: 0px auto;
	border: 1px solid #F0F0F0;
}

.employer-list-img img {
	width: 100%;
	height: 78px;
	cursor: pointer;
}

.employer-list-title {
	width: 80%;
	height: 30px;
	margin: 0px auto;
	line-height: 30px;
	text-align: center;
	color: #333333;
	font-size: 14px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	cursor: pointer;
}

.employer-list-content-1 {
	width: 80%;
	height: 30px;
	margin: 0px auto;
	line-height: 30px;
	text-align: center;
	font-size: 14px;
	color: #999999;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	cursor: pointer;
}

.employer-list-content-2 {
	width: 80%;
	height: 40px;
	margin: 0px auto;
	line-height: 40px;
	text-align: center;
	font-size: 14px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.employer-right{
	width:270px;
	float:right;
}

.employer-menu-item{
	display: block;
	width: 100%;
	height: 30px;
	background: #999999;
	line-height: 30px;
	font-size: 14px;
	color:#FFFFFF;
	text-align: center;
	margin-bottom: 10px;	
}

.employer-menu-item:hover{
	background:#FF9800;
}

/* 职位推荐区 */

.job-recommend-left {
	width: 900px;
	float: left;
}

.job-recommend-right {
	width: 270px;
	background: #FFFFFF;
	float: right;
}

.job-recommend-box {
	width: 100%;
	background: #FFFFFF;
}

.job-recommend-list {
	width: 100%;
	height:200px;
	overflow: hidden;
}

.job-recommend-list ul li {
	width: 100%;
	height: 40px;
	overflow: hidden;
}

.recommend-job-box{
	width: 100%;
	height: 40px;
	font-size: 14px;
	overflow: hidden;	
}

.recommend-job-box:hover{
	background: #E5E5E5;
}

.recommend-job-important {
	display: block;
	height: 40px;
	float: left;
	line-height:40px;
	color: #1E88E5;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.recommend-job-normal {
	display: block;
	height: 40px;
	float: left;
	line-height:40px;
	color: #333333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.resume-recommend-list {
	width: 100%;
	height:460px;
	overflow: hidden;
}

.resume-recommend-list ul li {
	width: 100%;
	height: 90px;
}

.recommend-resume-box{
	width: 100%;
	height: 90px;	
}

.recommend-resume-box:hover{
	background: #E5E5E5;
}

.recommend_resume_item {
	width: 240px;
	height: 60px;
	margin: 0px auto;
}

.recommend_resume_img {
	width: 60px;
	height: 60px;
	text-align: center;
	float: left;
}

.recommend_resume_img img {
	width: 60px;
	height: 60px;
	cursor:pointer;
}

.recommend_resume_text {
	width: 170px;
	height: 60px;
	float: right;
}

.recommend_resume_title {
	display: block;
	width: 100%;
	height: 20px;
	line-height: 20px;
	font-size: 14px;
	color: #1E88E5;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.recommend_resume_purpose {
	display: block;
	width: 100%;
	height: 20px;
	line-height: 20px;
	font-size: 14px;
	color: #333333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.recommend_resume_experience {
	display: block;
	width: 100%;
	height: 20px;
	line-height: 20px;
	font-size: 12px;
	color: #999999;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/* 文章区 */

.article-box {
	width: 585px;
	background: #FFFFFF;
}

.article-box-content {
	width: 100%;
	height: 200px;
	margin: 0px auto;
	overflow: hidden;
}

.article-box-content ul li {
	width: 100%;
}

.article-item-box {
	width: 100%;
	height:40px;
	font-size: 14px;
}

.article-item-box:hover{
	background: #E5E5E5;	
}

.article-box-content ul li a {
	display: block;
	float: left;
	width: 75%;
	height: 40px;
	line-height: 40px;
	color: #333333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.article-box-content ul li span {
	display: block;
	float: left;
	width: 15%;
	height: 40px;
	line-height: 40px;
	text-align: right;
	font-size: 14px;
	color: #333333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/* 友情链接 */

.friendlink-content {
	width: 1160px;
	margin: 0px auto;
}

.friendlink-content ul li{
	width: 196px;
	height: 116px;
	float:left;
	margin-right: 30px;
	border: 2px solid #F0F0F0;
}

.friendlink-content ul li a{
	display:block;	
}

.friendlink-content ul li a img {
	width: 100%;
	height: 116px;
}

/* 二维码 */

.qrcode {
	top: 550px;
	position: fixed;
	right: 15px;
	transition: top .3s;
	-webkit-transition: top .3s;
	-o-transition: top .3s;
	-ms-transition: top .3s;
}

.qrcode .qr-img-s {
	width: 50px;
	height: 50px;
}

.qrcode .qr-img-b {
	position: absolute;
	top: -48px;
	left: -170px;
	display: none;
}

.code-item {
	margin-bottom: 10px;
	cursor: pointer;
	position: relative;
}

.code-title {
	color: #333;
	font-size: 12px;
	width: 50px;
	text-align: center;
}

.zp {
	width: 100%;
	height: 40px;
	overflow: hidden;
}

.zp>a {
	display: inline !important;
}

.zp>a:hover {
	text-decoration: underline;
}

.zp-enter {
	color: #FF9800 !important;
	font-size: 14px !important;
}

.c-white,
.c-white a {
	color: #ffffff;
}

.gz-footer-link {
	width: 100%;
	background: #F0F0F0;
	margin: 0px auto;
}

.gz-footer-link-title {
	width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    font-weight: bold;
    color: #333333;
}

.gz-footer-link-content {
	width: 100%;
}

.weblink_label {
	display: block;
    float: left;
    height: 35px;
    line-height: 35px;
    font-size: 12px;
    color: #1E88E5;
    margin-right: 20px;
}

.weblink_item {
	display: block;
    float: left;
    height: 35px;
    line-height: 35px;
    font-size: 12px;
    color: #666666;
    margin-right: 20px;
    cursor: pointer;
}

.weblink_item:hover{
	color: #1E88E5;	
}

.gz-footer-statistics {
	width: 100%;
	height: 60px;
	background: #1565C0;
}

.gz-footer-statistics-1 {
	width: 1200px;
	height:60px;
	margin: 0px auto;
}

.gz-footer-statistics ul li {
	list-style: none;
	color: #FFFFFF;
	font-size: 16px;
	float: left;
	height: 60px;
	line-height: 60px;
	width: 300px;
	text-align: center;
	margin-top: -4px;
}

.gz-footer-statistics ul li span{
	font-size: 24px;
}