@charset "utf-8";
/* CSS Document */
/*登录*/
.dl_body{
	background: url(dl_bg1.png) no-repeat center;
	width: 100%;
	height: 100vh;
	display: flex;
	align-content: center;
}
.dl_con{
	width: 85%;
	margin: auto auto;
	height: 85%;
	background: url(dl_bg2.png) no-repeat left;
	background-size: 100% 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.dl_con .text h1{
	font-family: 'ysbth';
	color: #fff;
	font-size: 80px;
	letter-spacing: 2px;
}
.dl_con .text span{
	color: #f9d200;
	font-size: 22px;
	letter-spacing: 2px;
	display: block;
	text-align: center;
	height: 80px;
	line-height: 80px;
	position: relative;
}
.dl_con .text span::before{
	content: '';
	display: block;
	position: absolute;
	left: 0px;
	background: url(dl_img1.png) no-repeat center;
	width: 200px;
	height: 80px;
	top:0px;
}
.dl_con .text span::after{
	content: '';
	display: block;
	position: absolute;
	right: 0px;
	top:0px;
	background: url(dl_img2.png) no-repeat center;
	width: 200px;
	height: 80px;
}
.dl_con .text{
	padding: 160px 100px;
}
.dl_con .dl_form{

  background-color: rgba(254, 254, 254, 0.902);
width: 330px;
    padding: 160px 100px 50px 100px;
}

.dl_con .dl_form input[type="text"]{
	width: 96%;
	background: none;
	border: 1px solid #dbd4d1;
	padding: 0px 2% ;
	height: 60px;
	line-height: 60px;
	margin-bottom: 20px;
	border-radius: 8px;
}
.dl_con .dl_form input[type="password"]{
	width: 96%;
	background: none;
	border: 1px solid #dbd4d1;
	padding: 0px 2% ;
	height: 60px;
	line-height: 60px;
	margin-bottom: 20px;
	border-radius: 8px;
}
.dl_con .dl_form p input[type="text"]{
	width: 50%;
	margin-right: 20px;
}
.dl_con .dl_form p{
	display: flex;
	flex-direction: row;
	width: 100%;
	margin-bottom: 20px;
}
.dl_con .dl_form p img{
	width: 150px;
	height: 60px;
}
.dl_con .dl_form input[type="text"]::placeholder {
	color: #7e7e7e;
	font-size: 20px;
}
.dl_con .dl_form input[type="text"]:focus{
	outline: 0px;
	border: 1px solid #05731d;
}
.dl_con .dl_form input[type="password"]::placeholder {
	color: #7e7e7e;
	font-size: 20px;
}
.dl_con .dl_form input[type="password"]:focus{
	outline: 0px;
	border: 1px solid #05731d;
}

.dl_con .dl_form p label {
	color: #595959;
	margin-right: 15px;
	font-size: 20px;
	margin-bottom: 20px;
}
.dl_con .dl_form p label input[type="checkbox"]{
	margin-right: 5px;
}
.dl_con .dl_form input[type="button"]{
	width: 100%;
  border-radius: 10px;
  background-color: rgb(1, 99, 3);
  height: 55px;
	border: 0px;
	outline: 0px;
	cursor: pointer;
	font-size: 18px;
	color: #fff;
	letter-spacing: 5px;
	margin-bottom: 15px;
}
.dl_con .dl_form a{
	color: #016303;
	font-size: 20px;
	text-decoration: underline;
	margin-bottom: 5px;
	text-underline-offset:8px;
}
/*注册*/
.zc_body{
	background: #f6fff6;
	padding-bottom: 20px;
}
.zc_header{
	background: #016303;
	height: 120px;
	line-height: 120px;
}
.zc_header p{
	color: #fff;
	font-family: 'ysbth';
	font-size: 46px;
	text-align: left;
	width: 1200px;
	margin: 0px auto;
}
.zc_header p i{
	color: #fdb812;
	font-family: 'ysbth';
}
.zc_con{
	background: #fff;
	margin: 40px auto;
	box-shadow: 0px 0px 12px #d5d3d3;
	text-align: center;
	padding-bottom: 50px;
}
.zc_con h1{
	font-size: 30px;
	height: 80px;
	line-height: 80px;
	font-weight:bold;
	margin-bottom: 10px;
	padding-top: 10px;
}
.zc_con p{
	margin-bottom: 30px;
	height: 40px;
	line-height: 40px;
}
.zc_con p span{
	display: inline-block;
	font-size: 18px;
	width: 200px;
	text-align: right;
}
.zc_con p input[type="text"]{
	width: 300px;
	border: 1px solid #f2f2f2;
	background: #f9f9f9;
	padding-left: 20px;
	font-size: 18px;
	height: 40px;
	line-height: 40px;
}
.zc_con p input[type="text"]::placeholder {
	font-size: 18px;
	color: #999999;
}

.zc_con p input[type="text"]:focus{
	outline: 0px;
	border: 1px solid #05731d;
}
.zc_con p input[type="password"]{
	width: 300px;
	border: 1px solid #f2f2f2;
	background: #f9f9f9;
	padding-left: 20px;
	font-size: 18px;
	height: 40px;
	line-height: 40px;
}
.zc_con p input[type="password"]::placeholder {
	font-size: 18px;
	color: #999999;
}
.zc_con p input[type="password"]:focus{
	outline: 0px;
	border: 1px solid #05731d;
}
.zc_con p input[type="number"]{
	width: 300px;
	border: 1px solid #f2f2f2;
	background: #f9f9f9;
	padding-left: 20px;
	font-size: 18px;
	height: 40px;
	line-height: 40px;
}
.zc_con p input[type="number"]::placeholder {
	font-size: 18px;
	color: #999999;
}
.zc_con p input[type="number"]:focus{
	outline: 0px;
	border: 1px solid #05731d;
}
.zc_con p select:focus{
	outline: 0px;
	border: 1px solid #05731d;
}
.zc_con p .wid_div{
	display: inline-block;
	width: 300px;
	text-align: left;
}
.zc_con p select{
	width: 322px;
	border: 1px solid #f2f2f2;
	background: #f9f9f9;
	padding-left: 20px;
	font-size: 18px;
	height: 40px;
	line-height: 40px;
}
.zc_con p input[type="radio"]{
	margin-right: 5px;
}
.zc_con .sqzc{
	width: 370px;
  border-radius: 10px;
  background-color: rgb(1, 99, 3);
  height: 55px;
	border: 0px;
	outline: 0px;
	cursor: pointer;
	font-size: 18px;
	color: #fff;
	letter-spacing: 2px;
	margin-bottom: 15px;
	text-align: center;
	margin-top: 20px;
}

.zc_con .sqzc:hover{
  background-color: #014603;
}
/*最新动态*/
.news_list_div{
	background: #fff;
	padding: 20px;
	border-radius: 8px;
	box-shadow: 0px 0px 8px #eee;
	margin-bottom: 20px;
	display: flex;
	flex-direction: row;
}
.news_list_div:hover{
	box-shadow: 0px 0px 8px #609f70;
}
.news_list_div img{
	width: 297px;
	height: 188px;
	display: inline-block;
	margin-right: 20px;
}
.news_list_div .news_list_text{
	width: 883px;
}

.news_list_div .news_list_text h2{
	font-size: 26px;
	font-weight: 900;
	line-height: 30px;
	padding-bottom: 15px;
}
.news_list_div .news_list_text span{
	height: 69px !important;
	overflow:hidden !important;
	text-overflow: ellipsis !important;
	-webkit-line-clamp: 3 !important;
	display: -webkit-box !important;
	-webkit-box-orient: vertical !important;
	font-size: 16px;
	line-height: 26px;
	padding-bottom: 15px;
	color: #666;
	display: block;
}
.news_list_div .news_list_text p i.date{
	font-size: 16px;
	line-height: 25px;
	padding-bottom: 15px;
	color: #666;
}
.news_list_div .news_list_text p i.djl{
	font-size: 16px;
	line-height: 25px;
	color: #016303;
	float:right;
	font-weight: 900;
	padding-left: 30px;
	background: url(twjr_icon9.png) no-repeat left;
}
/*内容页*/
.dqwz{
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	color: #999999;
	padding-bottom: 10px;
}
.dqwz a{
	margin: 0px 5px;
	color: #999999;
}
.dqwz a:hover{
	color: #333;
}

.news_txt{
	background: #fff;
	padding: 20px;
	border-radius: 8px;
	box-shadow: 0px 0px 8px #eee;
	margin-bottom: 20px;
}
.news_txt h1{
	text-align: left;
	font-size: 26px;
	font-weight: 900;
	/*height: 50px;*/
	/*line-height: 50px;*/
}
.news_txt h5{
	font-size: 16px;
	color: #999999;
	height: 40px;
	line-height: 40px;
	margin-bottom: 20px;
}
.news_txt h5 i.laiy{
	float: left;
}
.news_txt h5 i.date{
	float: right;
}
.news_txt p{
	line-height: 35px;
	font-size: 16px;
	margin-bottom: 15px;
}
.news_txt img{
	display: block;
	margin: 15px auto;
}
/*政策宣传*/
.er_right{
	margin-left: 30px;
	width: 967px;
}
.er_right .news_list_div .news_list_text{
	width: 610px;
}
.er_nav{
	width: 200px;
	background: #e5f5f2;
	text-align: center;
}
.er_nav h4{
	background: #016303;
	text-align: center;
	color: #fff;
	font-size: 22px;
	height: 60px;
	line-height: 60px;
	border-bottom: 2px solid #fdb812;
	font-weight: 900;
}
.er_nav a{
	font-size: 20px;
	height: 60px;
	line-height: 60px;
	border-bottom: 1px solid #bedeca;
	display: block;
	margin: 0px 10px;
	position: relative;
}
.er_nav a.on{
	color: #016303;
	font-weight: 900;
}

.er_nav a.on::after{
	border-bottom: 9px solid transparent;
    border-left: 9px solid #e5f5f2;
    border-top: 9px solid transparent;
    content: " ";
    display: block;
    height: 0;
    margin-left: -19px;
    width: 0;
    position: absolute;
    /* pointer-events: all; */
    top: 21px;
    right: -19px;
}

/*优质岗位*/
.er_right .yzgw_list{
	width:967px;
	margin-top: 10px;
}
.zp_nav{
	width: 967px;
	height: 50px;
	line-height: 50px;
	display: flex;
	flex-direction: row;
	justify-content:space-around;
	background: #e5f5f2;
}
.zp_nav span{
	font-size: 18px;
	color: #333;
	cursor: pointer;
}
.zp_nav span.on{
	color: #016303;
	font-weight: 900;
	position: relative;
}
.zp_nav span.on::after{
	border-left: 9px solid transparent;
    border-top: 9px solid #e5f5f2;
    border-right: 9px solid transparent;
    content: " ";
    display: block;
    height: 0;
    margin-left: -19px;
    width: 0;
    position: absolute;
    /* pointer-events: all; */
    bottom: -9px;
    left: 60%;
}
.yzgw_list .yzgw_list_div{
	width: 44%;
	position: relative;
}
.yzgw_list .yzgw_list_div h4 span{
	font-size: 14px;
	background: #f0f9f7;
	padding: 4px 8px;
	border-radius: 4px;
}
.yzgw_list .yzgw_list_div p{
   padding: 5px 0px;
}
.yzgw_list .yzgw_list_div p span.address {
    padding-left: 16px;
    background: url(twjr_icon8.png) no-repeat left center;
	background-size: 10px;
	margin-right: 4px;
}
.yzgw_list .yzgw_list_div .zp_more {
    background: #e5f5f2;
	color: #016303;
	border:1px solid #6cb16d;
	border-radius: 4px;
	padding: 4px 8px;
	position: absolute;
	right: 15px;
	bottom:15px;
}
.yzgw_list .yzgw_list_div .zp_more:hover {
    background: #016303;
	color: #fff;
	border:1px solid #016303;
}
.er_right .yzgw_list{
	display: none;
}
/*职业技能培训*/
.zyjn_list{
	width: 967px;
}
.zyjn_list .zyjn_list_div{
	width: 28%;
    margin: 1%;
	float: left;
	background: #fcfffc;
	padding: 1.5%;
	box-shadow: 0px 0px 5px #eee;
	border-radius: 5px;
	cursor: pointer;
	position: relative;
}
.zyjn_list .zyjn_list_div img{
	width: 285px;
	height: 160px;
	margin-bottom: 5px;
}
.zyjn_list .zyjn_list_div h1{
	font-size: 20px;
	height: 30px;
	line-height: 30px;
	font-weight: 900;
}
.zyjn_list .zyjn_list_div h4{
	font-size: 14px;
	color: #666;
	height: 35px;
	line-height: 35px;
	margin-bottom: 2px;
}
.zyjn_list .zyjn_list_div p{
	font-size: 16px;
	color: #666;
	height: 35px;
	line-height: 35px;
}
.zyjn_list .zyjn_list_div b{
	font-size: 20px;
	color: #ffb604;
	display: block;
}

.zyjn_more{
	 background: #e5f5f2;
	color: #016303;
	border:1px solid #6cb16d;
	border-radius: 4px;
	padding: 4px 8px;
	position: absolute;
	right: 15px;
	bottom:15px;
}
.zyjn_more:hover{
	 background: #016303;
	color: #fff;
	border:1px solid #016303;
}
/*优质岗位-详细*/
.jy_news_top{
	border-bottom: 1px solid #cdcdcd;
	padding-bottom: 30px;
	position: relative;
}
.jy_news_top h1{
	font-size: 28px;
	padding-bottom: 10px;
}
.jy_news_top h2{
	font-size: 28px;
	color: #ffb604;
	padding-bottom: 10px;
	font-weight: 900;
}
.jy_news_top h4{
	font-size: 16px;
	color: #555555;
}
.jy_news_top h4 .address{
	padding-left: 16px;
    background: url(twjr_icon8.png) no-repeat left center;
	background-size: 12px;
	margin-right: 4px;
}
.jy_news_top_right{
	width: 300px;
	position: absolute;
	right: 50px;
	bottom:0px;
}
.jy_news_top_right p{
	color: #016303;
	font-size: 20px;
	font-weight: 900;
	text-align: right;
}
.jy_news_con .jy_news_con_left{
	float: left;
	width: 80%;
}
.jy_news_con .jy_news_con_right{
	float: right;
	width: 20%;
	position: relative;
}
.jy_news_con .jy_news_con_left h3{
	font-size: 20px;
	height: 60px;
	line-height: 60px;
	font-weight: 900;
}
.jy_news_con .jy_news_con_right img{
	width: 60px;
	height: 60px;
	background: #eee;
	margin: 20px 0px 15px 0px;
	border-radius: 3px;
	border: 0px;
}
.jy_news_con .jy_news_con_right h4{
	font-size: 16px;
	margin-bottom: 10px;
}
.jy_news_con .jy_news_con_right span{
	font-size: 14px;
	display: block;
	height: 30px;
	line-height: 30px;
	padding-left: 18px;
}
.jy_news_con .jy_news_con_right span.lx{
	 background: url(zpxx_icon1.png) no-repeat left center;
	background-size: 14px;
}
.jy_news_con .jy_news_con_right span.ry{
	 background: url(zpxx_icon2.png) no-repeat left center;
	background-size: 14px;
}
.jy_news_con .jy_news_con_right span.rz{
	 background: url(zpxx_icon3.png) no-repeat left center;
	background-size: 14px;
}
.qy_more{
	 background: #e5f5f2;
	color: #016303;
	border:1px solid #6cb16d;
	border-radius: 4px;
	padding: 4px 8px;
	float: right;
	margin: 20px 0px;
}
.qy_more:hover{
	 background: #016303;
	color: #fff;
	border:1px solid #016303;
}
/*就业信息详细*/
.qy_txt{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	height: 100px;
	line-height: 100px;
}
.qy_txt h1{
	height: 100px;
	line-height: 100px;
	font-size: 28px;
}
.qy_txt h2{
	height: 100px;
	line-height: 100px;
	font-size: 28px;
	font-weight: 900;
}
.qy_txt h2 b{
	color: #fdb812;
}
.qy_news h3{
	font-size: 18px;
	margin-bottom: 10px;
	font-weight: 900;
}
.qy_news img{
	margin:0px;
	width: 100%;
}
/*创业服务*/
.er_right .news_list{

}
.cyfw_bm{
	display: block;
	background: #016303;
    color: #fff;
    /*border: 1px solid #6cb16d;*/
    border-radius: 4px;
    width: 300px;
	margin: 60px auto;
	text-align: center;
	height: 80px;
	line-height: 85px;
    font-size: 25px;
}
.cyfw_bm:hover{
    box-shadow: 0px 0px 5px #1a401c;
	/*border:1px solid #016303;*/
}
/*学历提升*/
.xl_list_div{
	cursor: pointer;
	background: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0px 0px 8px #eee;
    margin-bottom: 20px;
}
.xl_list_div:hover{
	box-shadow: 0px 0px 8px #609f70;
}
.xl_list_div img{
	width: 340px;
	height: 192px;
	float: left;
	    display: inline-block;
    margin-right: 20px;
}
.xl_list_div .xl_txt{
	width: 567px;
	float: left;
}
.xl_list_div .xl_txt h1{
	font-size: 24px;
	font-weight: 900;
	line-height: 30px;
    padding-bottom: 7px;
}
.xl_list_div .xl_txt p{
	font-size: 16px;
	line-height: 26px;
    padding-bottom: 12px;
}
.xl_list_div .xl_txt .xl_zy h4{
	font-size: 16px;
	line-height: 30px;
	color: #016303;
	font-weight: 900;
}
.xl_list_div .xl_txt .xl_zy span{
	padding-left: 20px;
	background: url(twjr_icon10.png) no-repeat left center;
	color: #016303;
	font-size: 14px;
	line-height: 25px;
	margin:0px 7px 0px 0px;
	display: inline-block;
}
.er_ss{
	margin-bottom: 15px;
	width: 240px;
	position: relative;
	float: right;
}

.er_ss input{
	outline: 0px;
	color: #fff;
}
.er_ss input::placeholder{
	color: #fff;
}
.er_ss .ss_inp{
	width: 94%;
	height: 32px;
	border: 1px solid #7b977b;
	background: #b2d0b3;
	border-radius: 25px;
	color: #666;
	padding-left: 6%;
}
.er_ss .ss_btn{
	width: 40px;
	height: 32px;
	border: 0px;
	background:url(twjr_ss2.png) no-repeat center;
	position: absolute;
	right: 0px;
	top:0px;
	cursor: pointer;
}
/*学历提升详细*/
.sx_div{
	background: #f5fffd;
	padding: 8px 5px;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	margin: 15px auto;
}
.sx_div select{
	width: 30%;
	height: 30px;
	line-height: 30px;
	color: #666666;
	border: 1px solid #999999;
	border-radius: 5px;
	outline: 0px;
	padding-left: 1%;
}
.xl_bor{
	border: 1px solid #f0f0f0;
	padding: 20px;
	border-radius: 5px;
	margin-bottom: 15px;
}
.xl_tit{
	margin-bottom: 10px;
}
.xl_tit b{
	font-size: 30px;
	font-weight: 900;
	margin-right: 5px;
}
.xl_tit u{
	font-size: 16px;
	color: #666666;
	margin-right: 20px;
}
.xl_tit i{
	font-size: 14px;
	color: #666666;
	background: #f7f7f7;
	padding: 5px 10px;
	margin-right: 10px;
	border-radius: 3px;
}
.xl_bor h5{
	font-size: 18px;
	color: #666666;
	line-height: 35px;
}
.xl_bor hr{
	width: 100%;
	margin: 10px 0px 20px 0px;
	color: #f2f2f2;
	border: 1px solid #f2f2f2;
}
.xl_con{
	display: flex;
	flex-direction: row;
	justify-content: space-around;
}
.xl_con img{
	width: 428px;
	height: 252px;
	margin-right: 30px;
}
.xl_con .xl_jj{
	font-size: 20px;
	color: #666666;
	line-height: 38px;
}
.xl_bor h6{
	font-size: 20px;
	line-height: 40px;
	font-weight: 900;
}

.xl_bor p{
	font-size: 18px;
	line-height: 40px;
}
/*学历提升遮盖*/
.zg_div{
	position: fixed;
	width: 100%;
	height: 100vh;
	background: rgba(0,0,0,0.7);
	z-index: 2;
	top:0px;
	left: 0px;
	display: none;
}

.bm_dialog{
	background: url(twjr_bmbg.png) no-repeat center;
	background-size: 100% 100%;
	width: 1203px;
	height: 340px;
	position: fixed;
	top: 40%;
transform: translateY(-50%);
transform: translateX(-50%);
	z-index: 999;
	left: 50%;
	display: none;
}
.bm_dialog_tit{
	color: #fff;
	padding-left: 80px;
	background: url(twjr_icon12.png) no-repeat 32px 9px;
	height: 60px;
	line-height: 60px;
	display: block;
}
.bm_dialog_con{
	background: #FFF;
	border-radius: 24px;
	height: 280px;
	display: flex;
	/*display: block;*/
	flex-direction: row;
	justify-content: space-around;

}
.bm_dialog_con .bm_form{
	display: block;
	flex-direction: column;
	padding: 25px 0px;
}
.bm_dialog_con .bm_form label{
	height: 40px;
	line-height: 40px;
	margin-bottom: 5px;
	display: block;
}
.bm_dialog_con .bm_form label span{
	font-size: 16px;
	color: #666666;
	width: 85px;
	text-align: right;
	display: inline-block;
	margin-right: 10px;
}
.bm_dialog_con .bm_form label input[type="text"]{
	border: 1px solid #bebebe;
	height: 30px;
	line-height: 30px;
	width: 400px;
	border-radius: 3px;
	outline: 0px;
	padding-left: 15px;
}
.bm_dialog_con .bm_form label input[type="button"]{
	background: #3fa241;
	color: #fff;
	font-size: 18px;
	height: 35px;
	line-height: 35px;
	width: 417px;
	border-radius: 3px;
	outline: 0px;
	text-align: center;
	border: 0px;
	cursor: pointer;
}
.bm_dialog_con .bm_tel{
	padding: 25px 0px;
}
.bm_dialog_con .bm_tel p{
	line-height: 35px;
	font-size: 16px;
	color: #3fa241;
}

.study_btn{
	background: #3fa241;
	color: #fff;
	font-size: 18px;
	height: 35px;
	line-height: 35px;
	width: 417px;
	border-radius: 3px;
	outline: 0px;
	text-align: center;
	border: 0px;
	cursor: pointer;
	margin-left: 95px;
}

.ty_more{
    display: inline-block;
    margin: 20px auto;
    padding: 10px 60px;
    background: #f2fffd;
    border-radius: 5px;
    text-align: center;
    color: #016303;
}


