@charset "utf-8";
/* CSS Document */
/*图片轮播*/
.example {
	width: 560px;
	height: 375px;
	font-size: 40px;
	text-align: center;
	margin: 20px auto;
}
.carousel-item img{
	display: block;
	height: 315px;
}
.carousel-item a{
	display: block;
	font-size: 22px;
	line-height: 28px;
	background: none;
	text-align: left;
	font-weight: bold;
	padding: 5px 0px;
}
.carousel-item a span{
	float: right;
	color: #999;
	font-size: 14px;
	font-weight: normal;
}

/*通知公告 国家政策 地方政策*/
.con_news{
	width: 615px;
	position: relative;
}
.news_tab_tit{
	height: 60px;
	line-height: 60px;
	margin-bottom: 10px;
}
.news_tab_tit a{
	float: left;
	display: inline-block;
	font-size: 26px;
	color: #333;
	margin-right: 50px;
}
.news_tab_tit a.on{
	color: #016303;
	font-weight: 900;
}
.con_news a.more{
	position: absolute;
	top:20px;
	right: 0px;
	font-size: 14px;
}
 
.news_list a{
	display: flex;
	height: 70px;
	margin-bottom: 12px;
	flex-direction: row;
	justify-content: space-between;
}
.news_list a .date{
	width: 80px;
	height: 70px;
	text-align: center;
	line-height: 35px;
}
.news_list a .date b{
	display: block;
	background: #016303;
	height: 35px;
	font-size: 18px;
	color: #fff;
}
.news_list a .date i{
	display: block;
	background: #d6d6d6;
	height: 35px;
	font-size: 14px;
}
.news_list a .text{
	width: 520px;
}
.news_list a .text p{
	font-size: 20px;
	font-weight: 900;
	padding-bottom: 3px;
}
.news_list a .text span{
	font-size: 14px;
	color: #666666;
	line-height: 20px;
}
.news_list a:hover .text p{
	color: #016303;
}
.news_tab_list{
	display: none;
}
/*留言 咨询*/
.massage{
	width: 100%;
	height: 160px;
	position: relative;
	background: url(twjr_img9.png) no-repeat center;
	margin-bottom: 50px;
}
.massage a{
	position: absolute;
	padding: 5px 20px;
	font-size: 18px;
	color: #fff;
	border-radius: 5px;
	align-items: center;
}
.massage a img{
	display: inline-block;
	width: 20px;
	margin-right: 10px;
}
.massage a.massage_ly{
	background: #65a577;
	border: 1px solid #016303;
	right: 240px;
	top:80px;
}
.massage a.massage_zx{
	background: #e4a305;
	border: 1px solid #c68f05;
	right: 100px;
	top:80px;
}
.index_tit{
	text-align: center;
	margin-bottom: 20px;
}
.index_tit h1{
	font-size: 30px;
	font-weight: 900;
	height: 65px;
	line-height: 65px;
}
.index_tit span{
	font-size: 16px;
	line-height: 40px;
	color: #666666;
}
/*职业技能培训*/
.zyjn_div{
	background: #fff;
	border-radius: 2px;
	box-shadow: 0px 0px 8px #afafaf;
	padding: 10px 0px 40px 0px;
	margin-bottom: 50px;
}
.flex_div{
	display: flex;
	flex-direction: row;
	justify-content: space-around;
}
.zyjn_div a i{
	width: 118px;
	height: 118px;
	display: block;
	border-radius: 50%;
}
.zyjn_div a span{
	text-align: center;
	font-size: 18px;
	font-weight: 900;
	display: block;
	margin-top: 30px;
}
.zyjn_div a.wrj i{
	background: #e5f5e5 url(twjr_icon1.png) no-repeat center;
}
.zyjn_div a.wrj:hover i{
	background: #016303 url(twjr_icon1_on.png) no-repeat center;
}
.zyjn_div a.xmt i{
	background: #e5f5e5 url(twjr_icon2.png) no-repeat center;
}
.zyjn_div a.xmt:hover i{
	background: #016303 url(twjr_icon2_on.png) no-repeat center;
}
.zyjn_div a.xfzs i{
	background: #e5f5e5 url(twjr_icon3.png) no-repeat center;
}
.zyjn_div a.xfzs:hover i{
	background: #016303 url(twjr_icon3_on.png) no-repeat center;
}
.zyjn_div a.sd i{
	background: #e5f5e5 url(twjr_icon4.png) no-repeat center;
}
.zyjn_div a.sd:hover i{
	background: #016303 url(twjr_icon4_on.png) no-repeat center;
}
.zyjn_div a.qcxp i{
	background: #e5f5e5 url(twjr_icon5.png) no-repeat center;
}
.zyjn_div a.qcxp:hover i{
	background: #016303 url(twjr_icon5_on.png) no-repeat center;
}

/*退伍军人专升本*/
.twjr_div{
	margin-bottom: 50px;
}
.caroufredsel_wrapper{
	width: 100%!important;
}
#carousel {
				width: 100%;
				position:relative;
			}
			#carousel ul {
				list-style: none;
				display: block;
				margin: 0;
				padding: 0;
			}
			#carousel li {
  background-image: -moz-linear-gradient( 39deg, rgb(247,254,247) 0%, rgb(229,245,229) 100%);
  background-image: -webkit-linear-gradient( 39deg, rgb(247,254,247) 0%, rgb(229,245,229) 100%);
  background-image: -ms-linear-gradient( 39deg, rgb(247,254,247) 0%, rgb(229,245,229) 100%);
  width: 356px;
  height: 476px;
  z-index: 87;
				border-radius: 5px;
				padding: 15px;
				float: left;
				margin: 6px;
			}
			#carousel li:nth-child(2) {
  background-image: -moz-linear-gradient( 39deg, rgb(254,253,247) 0%, rgb(244,245,229) 100%);
  background-image: -webkit-linear-gradient( 39deg, rgb(254,253,247) 0%, rgb(244,245,229) 100%);
  background-image: -ms-linear-gradient( 39deg, rgb(254,253,247) 0%, rgb(244,245,229) 100%);

			}
			#carousel li:nth-child(3) {
  background-image: -moz-linear-gradient( 39deg, rgb(247,253,254) 0%, rgb(229,245,242) 100%);
  background-image: -webkit-linear-gradient( 39deg, rgb(247,253,254) 0%, rgb(229,245,242) 100%);
  background-image: -ms-linear-gradient( 39deg, rgb(247,253,254) 0%, rgb(229,245,242) 100%);
			}

			#carousel li img {
				width: 100%;
				height: 240px;
				margin-bottom: 20px;
				
			}

#carousel li a {
				display: block;
			}	
#carousel li a h5{
				
	font-size: 24px;
	text-align: left;
	font-weight: 900;
	margin-bottom: 15px;
			}	
#carousel li a p{
margin-bottom: 10px;
			}	
#carousel li a span{
font-size: 14px;
	line-height: 25px;
			}	
#carousel li a.more{
background: #016303;
	color: #f8b210;
	font-size: 14px;
	padding: 4px 15px;
	border-radius: 7px;
	display: inline-block;
	float: right;
			}	
#carousel .pager{
	text-align: center;
}

			#carousel .pager a {
				background:#e5f5e5;
				text-decoration: none;
				text-indent: -999px;
				display: inline-block;
				overflow: hidden;
				width: 12px;
				height: 12px;
				margin: 0 8px 0 0;
				border-radius: 50px;
			}
			#carousel .pager a.selected {
				background: #007600;
				text-decoration: underline;				
			}
			
/*短培上岗			*/
.dpsg{
	margin-bottom: 50px;
}
.dpsg_list .dpsg_list_div{
	width: 100%;
	padding: 20px;
	background: #e5f5f2;
	display: block;
	margin-bottom: 15px;
}
.dpsg_list .dpsg_list_div img{
	float: left;
	margin-right: 20px;
	width: 217px;
	height: 146px;
	display: block;
}
.dpsg_list .dpsg_list_div .text{
	float: left;
	width: 950px;
}
.dpsg_list .dpsg_list_div .text h1{
	font-size: 24px;
	font-weight: bold;
	color: #016303;
	padding-bottom: 10px;
}
.dpsg_list .dpsg_list_div .text h4{
	font-size: 22px;
	color: #fdb812;
	line-height: 40px;
}
.dpsg_list .dpsg_list_div .text p{
	font-size: 16px;
	color: #333;
	line-height: 28px;
}

.dpsg_list .dpsg_list_div:hover{
	background: #016303;
}
.dpsg_list .dpsg_list_div:hover h1,.dpsg_list .dpsg_list_div:hover p{
	color: #fff;
}

/*优质岗位展示*/
.yzgw{
	margin-bottom: 50px;
}

.con_bg{
	height: 600px;
	width: 100%;
	background: #f4fdfb;
	position: absolute;
	top:1200px;
	left: 0px;
	z-index: -1
}


/*飘窗*/
#ad2{
	z-index: 99999999;
	position: absolute; 
	left: 444.342px;
	top: 186.796px;
	background:url(twjr_img8.png)no-repeat center;
	width: 233px;
	height: 136px;
}
.pc_div1{
	width:75%;
	height:100px;
	position: absolute;
	top:50%;
	left: 50%;
	margin-left: -35%;
	margin-top: -50px;
	text-align: left;
	text-indent: 2em;
/*	display: none;*/
	opacity: 0;
}
.container1 {
	margin-top:0px;
	width:260px;

	height:260px;
	text-align: center;
	top:0px;
	left: 0px;
}
.pc_div1{
	font-size:18px;
	color: #F99106;
}
.container1 h3 span{color: #FFF;font-size:31px;line-height:40px;}
.gb_p1{
	text-align:right;
	padding-top:0px;
	margin-top:-15px;
	margin-bottom:5px;
	font-size: 10px;
}
.gb_p1 span{
	background:rgba(255,255,255,0.5);
	display: inline-block;
	padding: 4px;
	border-radius: 50px;
	width: 10px;
	height: 10px;
	line-height: 10px;
	text-align: center;
	
}



