*{
	padding:0;
	margin:0;
	font-size:12px;
	text-decoration:none;
	list-style:none;
	font-family:'宋体';
}
img{
	border: none;
}
.clear{
	clear:both;
	zoom:1;
}
.clear:after{
	display: block;
	content: '.';
	height: 0;
	clear: both;
	visibility: hidden;
}
/* 登录提示 */
#denglu{
	display: none;
	position: fixed;
	left: 0;
	top:0;
	background-color: #000;
	background: rgba(10, 10, 10, 0.8);
	width: 100%;
	height: 100%;
	z-index:100000000000000000000;
	text-align: center;
	line-height: 100%;
}
#denglu>img{
	margin-top: 10%;
	cursor: pointer;
}

#main{
	width:1349px;
	height:500px;
	MARGIN-RIGHT: auto;
	MARGIN-LEFT: auto;
}

.header{
	background-color: #005E92;
	height: 65px;
	border-bottom:6px solid #ff6501;
}
.header_content{
	padding-left: 20px;
	box-sizing:border-box;
	width: 100%;
	position: relative;
	z-index: 199;
}
.header_content>li{
	float: left;
	color: #fff;
	font-size: 16px;
	font-weight: bolder;
	width: 33%;
	height: 60px;
	line-height: 60px;
}

.header_nav{
	width: 320px;
	height: 60px;
	position: relative;
}
.header_nav>li{
	float: left;
	margin-right: 10px;
	margin-top: 5px;
}
.header_nav>li>a{
	color: #fff;
	font-size: 18px;
	margin-right: 20px;
	font-weight: bolder;

}
.header_nav>li>a:hover{
	color: #ff6501;
}


.header_nav_nav{
	z-index:999999999999;
	position: absolute;
	left: -1px;
	top:50px;
	width: 180px;
	background-color:#Fff;
	border: 1px solid #ccc;
	border-top: none;
}
.header_nav_nav li{
	width:180px;
	
	height: 60px;
	line-height: 60px;
}
.header_nav_nav li>ul>li{
	float: left;
	width: 20%;
	padding-left: 5px;
	box-sizing:border-box;
	text-align: left;
}
.header_nav_nav li>ul>li:nth-of-type(2){
	width: 80%;
	padding-left: 0;
}
.header_nav_nav li>ul>li a{
	color:#787878;
	font-size:14px;
	display: block;
	padding-left: 10px;
	font-weight: normal;
}
.header_nav_nav li>ul>li a:hover{
	color: #58AAE9;
}
.header_nav>li>a>img{
	margin-top: 20px;
	
}
.header_content img{
	border:none;
}
.about{
	display: block;
	position: relative;
}
.about span{
	position: absolute;
	top:29px;
	width: 0;
	height: 5px;
	border:5px solid #005E92;
	border-top: 5px solid #fff;
	margin-left: 10px;
	left:100px;
}
.header_middle_nav>li{
	float: left;
	margin-left: 10px;
	font-size: 18px;
	margin-top: 5px;
	color: #fff;
}
.header_middle_nav>li>img{
	width: 30px;
	height: 30px;
	margin-top: 13px;
}
.header_right_nav{
	line-height: 60px;
}
.header_right_nav>li{
	float: left;
	position: relative;
	padding: 0 3px;
	margin-top: 5px;
}
.header_right_nav>li>ul{
	display: none;
	background-color: #fff;
	border: 1px solid #ccc;
	border-top: none;
}
.header_right_nav>li>ul>li{
	line-height: 60px;
}
.header_right_nav>li>ul>li>a{
	display: block;
}
.header_right_nav>li>ul>li>a:hover{
	color: #58AAE9;
}
.header_right_nav>li>span{
	border: 5px solid #005E92;
	border-top: 5px solid #fff;
	display: inline-block;
	height: 0;
	width: 0;
	margin-top: 28px;
	float: right;
	margin-left: 15px;

}
.header_right_nav>li>a{
	color: #fff;
	font-size: 18px;
}
.header_right_xm{
  width: 125px;
  height: 57px;
  overflow: hidden;
  display: inline-block;
}
.header_right_xx{
	position: relative;
	display: inline-table;
	width: 100px;
}
.header_right_xx>span{
	text-align: center;
	background-color: #ff6501;
	border-radius: 7px;
	color: #fff;
	width: 25px;
	height: 25px;
	line-height: 25px;
	position: absolute;
	top:14px;
	left: 103px;
	overflow: hidden;
	padding: 0 2px;
}
.header_tishi_xm{
	position: absolute;
	top: 50px;
	right: -1px;
	width: 180px;
}
.header_tishi_xm>li>ul>li{
	float: left;
	width: 20%;
	text-align: left;
	padding-left: 5px;
	box-sizing:border-box;
}
.header_tishi_xm>li>ul>li:nth-of-type(2){
	width: 80%;
	text-align: left;
}

.header_tishi_xm>li>ul>li>a{
	color: #787878;
	font-weight: normal;
}
.header_tishi_xm>li>ul>li>a:hover{
	color: #58AAE9;
}
.header_tishi_xx{
	position: absolute;
	top: 50px;
	right: -1px;
	width: 300px;
}
.header_tishi_gw>li>a{
	font-size: 16px;
}
.header_tishi_gw>li>a>span{
	background-color: red;
	color: #fff;
	padding: 3px;
	border-radius: 7px;
}
.header_tishi_gw>li>span{
	font-size: 16px;
}
.header_tishi_xx>li>ul>li{
	float: left;
	width: 50%;
	color: #787878;
	text-align: center;
	height: 60px;
	line-height: 60px;
}
.header_tishi_xx>li>ul>li>a{
	color: #787878;
}
.header_tishi_xx>li>ul>li>a:hover{
	color: #58AAE9;
}
.header_tishi_xiaoxi{
	margin-top: 20px;
	margin-bottom: 10px;
}

.header_tishi_xiaoxi>li>ul{
	text-align: left
}
.header_tishi_xiaoxi>li>ul>a{
	color: #787878;
	font-size: 12px;
	font-weight: normal;
}
.header_tishi_xiaoxi>li>ul>a>li{
	line-height: 20px;
	margin-top: 5px;
}
.header_tishi_xiaoxi>li>ul>a>li>span{
	background-color: #ff6501;
	border-radius: 7px;
	padding: 1px 4px;
	color: #fff;
	margin-left: 5px;
	margin-right: 5px;
}
.header_tishi_xiaoxi>li>ul>a>li>span:nth-child(2){
	background-color: #fff;
	font-size: 10px;
	color: #787878;
}
.header_tishi_xiaoxi>li>ul>a>li>label{
	float: right;
	margin-right: 5px;
	color: #F44538;
}


/* 导航 */

/* 右面图logo */
.logo{
	width: 100%;
	margin-top: 6px;
}
.logo>ul>li{
	float: left;
}
.logo1{
	width: 17%;
	
}
.logo1>img{
	padding-left: 20px;
}
.logo2{
	width: 53%;
	text-align: center;
}
/* 图片轮播 */
.sliderPlay1{height:114px;margin:0 auto;position: relative;overflow: hidden;width:600px;}
.slider1{position: absolute;	height:114px;	left:0;	top:0;	width: 100%;}
.slider1 li{	float: left;	list-style-type: none;	height:114px;	width:600px;}
.slider1 img{	border:0;	width:600px;	height:114px}
.btnBox1{position: absolute;	bottom:0px;	width:90%;	height:30px;	text-align:right;	line-height:30px;}
.btnBox1 .btn{	margin-right:5px;display:inline-block;width:20px;height:20px;text-align:center;	line-height:20px;
		background:#ddd;cursor: pointer;border-radius: 15px;}
.btnBox1 .cur{background:#5DCB17;color: #fff}

.logo3{
	width: 30%;
}
.nav_li>ul>li{
	float: left;
	width: 25%;
	text-align: center;
}
.nav_li>ul>li>a{
	font-size: 20px;
	color: #016696;
	width: 120px;
	display: block;
	font-weight: bolder;
	margin-top: 30px;
	line-height: 40px;
}
.nav_li>ul>li>a:hover{
	background-color: #2EC5EA;
	border-radius: 20px;
	color: #fff;
}
.logo ul li span{
	line-height: 100px;

}
.logo ul li span img{
	vertical-align:middle; 
	border: none;
}
.logo_nav{
	margin-right: 20px;
}
.logo_nav a{
	color: #000;
	font-weight: bold;
	margin-right: 20px;
	line-height: 95px;
}
.logo_nav a:hover{
	color: #ff6501;
}
/* 主体 */
.content{
	position: relative;
}
.content>ul>li{
	float: left;
	height: 180px;
	overflow: hidden;
}
.content_left{
	position: relative;
	width: 69%;
}
.content_right{
	width: 30%;
	text-align: center;
}
.content_right>ul>li{
	line-height: 30px;
}
.content_right>ul>li>a{
	color: #900;
	font-size: 16px;
	background: url('/Public/Home/images/button.png') -120px 0px no-repeat;
	padding: 5px 22px;
	height: 40px;
	letter-spacing: 3px;
}
.content_right>ul>li>img{
	border:1px solid #444;
}

.content_ss{
	
	border-radius: 4px;
	position: absolute;
	left: 55px;
	top:-36px;
	padding: 20px;
	padding-bottom: 30px;
	width: 89%;
}
.content_ss_tx{
	width: 100%;
	margin-top: 5px;
}
.content_ss_tx>li{
	float: left;
	color: #787878;
	font-weight: bold;

}
.content_ss_tx>li>ul{
	background-color: #fff;
	border: 2px solid #aef6fb;
	height: 50px;
	line-height: 50px;
	padding-left: 10px;
	border-radius: 7px;
	width: 500px;
}
.content_ss_tx>li>ul>li{
	float: left;
	margin-left: 20px;
	cursor: pointer;
	color: #787878;
}
.content_ss_tx>li>ul>li>input{
	padding-left: 20px;
	height: 40px;
	width: 300px;
	border: none;
	border-radius: 7px;
	outline: none;
}
.content_ss_tx>li>div>input{
	color: #fff;
	font-size: 16px;
	border: none;
	padding: 12px 37px;
	height: 40px;
	margin-left: 10px;
	cursor: pointer;
}
#jianli_ss{
	background: #ff6501;
}
#zhiwei_ss{
	background: #2EC5EA;
}
.content_ss_nav{
	margin-top: 5px;
}
/* 热门职位 */
.remen_job{
	margin-top: 20px;
	color: #ff6501;
}
.remen_job>ul>li{
	float: left;
	margin-right: 10px;
	line-height: 30px;
}
.remen_job>ul>li>ul>li{
	float: left;
	margin-left: 10px;
	cursor: pointer;
	line-height: 30px;
}


.tishi{
	width: 95%;
	margin: 20px auto;
	height: 40px;
	position: relative;
}
.tishi>ul>li{
	float: left;
	width: 50%;
	height: 40px;
	line-height: 40px;
	color: #787878;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
.tishi>ul>li>span{
	color: #ff6501;
	font-size: 18px;
}
.tishi>ul>li>a{
	color: #787878;
	font-size: 16px;
}
.tishi>ul>li>a>span{
	color: blue;
}

.index_dt>li{
	float: left;
	width: 110px;
	margin-right: 20px;
}
.index_dt>li>a{
	background-color: #016696;
	border-radius: 7px;
	display: block;
	color: #fff;
}
.index_dt>li>a:hover{
	background-color: #ccc;
	color: #ff6501;
}
/* 福字 */
.fu{
	margin-top: 127px;
	width: 110%;
	padding-left: 55px;
	box-sizing:border-box;
}
.fu>ul>li{
	float: left;
	width: 83%;
	text-align: center;
}

.fu>ul>li>img{
	width: 100%;
	margin-left: 30px;
}
/* 图标 */
.tubiao_nav{
  overflow: hidden;
  margin-top: 5px;
  background-color: #e0f9fb;
  
}
.tubiao_nav>ul{
  width: 90%;
  margin: 0 auto;
}
.tubiao_nav>ul>li{
  float:left;
  background-color: #f6f3f3;
  border-radius: 7px;
  box-shadow: 0 1px 0 #666;
  width: 21%;
  text-align: center;
  margin: 20px;
  position: relative;
  
}

.tubiao_nav>ul>li:first-child>ul>a>li:before{
	position: absolute;
    content: "";
    top: 145px;
    right: 51px;
    /* background: url('../images/nian/beijing2.png')no-repeat top center; */
    width: 140px;
    height: 60px;
    
}

.tubiao_nav>ul>li>ul>a:hover li:after{
	position: absolute;
    content: "";
    top: 145px;
    right: 51px;
    /* background: url('../images/nian/beijing2.png')no-repeat top center; */
    width: 140px;
    height: 60px;
} 
.tubiao_nav>ul>li>ul>a>li{
  font-family: '微软雅黑';
}

.qukanakn1{
  color: #444;
  width: 85px;
  margin: 0 auto;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  border-radius: 3px;
  font-weight: bolder;
}
.qukanakn2{
	text-align: center;
  	color: #787878;
  	line-height: 25px;
}
.qukanakn3{
	background-color: #2EC5EA;
	width: 70%;
	margin: 10px auto;
	color: #fff;
	height: 40px;
	line-height: 40px;
	border-radius:7px;
	font-size: 14px;
}
/* 职位 */
.index_job{
	width: 90%;
	margin: 10px auto;
}
.index_job>ul>li{
	float: left;
	width: 50%;
	text-align: center;
	
}
.index_job>ul>li>a{
	border: 2px solid #aef6fb;
	width: 90%;
	margin: 10px auto;
	box-shadow: 0 0 10px #aef6fb;
	padding: 10px;
	cursor: pointer;
	display: block;
}
.index_job>ul>li>a>span{
	display: inline-block;
}
.index_job_logo{
	width: 14%;
}
.index_job_logo>img{
	margin-top: 20px;
}
.index_job_com{
	width: 63%
}
.index_job_com>ul{
	display: inline-block;
}
.index_job_com>ul>li{
	line-height: 30px;
	overflow: hidden;
	height: 30px;
	color: #444;
}
.index_job_com>ul>li>h3{
	font-size: 16px;
}
.index_job_com>ul>li>p{
	float: left;
	margin-right: 10px;
}
.index_job_av{
	width: 20%;
}
.index_job_av>ul{
	display: inline-block;
}
.index_job_av>ul>li{
	background-color: #ff6501;
	margin-bottom: 10px;
	height: 30px;
	line-height: 30px;
	color: #fff;
	padding: 0 10px;
}
/* 图标导航 */
.tubiao_daohang{
	width: 90%;
	margin: 20px auto;
}
.tubiao_daohang>ul>li{
	float: left;
	width: 17%;
	text-align: center;
	border-radius: 7px;
	border: 1px solid #e0f9fb;
	margin-right: 36px;
	display: block;
	padding-top: 45px;
	padding-bottom: 5px;
	-moz-box-shadow:1px 1px 3px #c3f3f7 inset;              
	-webkit-box-shadow:1px 1px 3px #c3f3f7 inset;           
	box-shadow:1px 1px 3px #c3f3f7 inset; 
}
.tubiao_daohang>ul>li>ul>a>li{
	line-height: 30px;
	color: #787878;
	font-size: 16px;
	font-weight: bolder;
}

/* 友情链接 */
.youqing{
	width: 90%;
	margin: 0 auto;
	border: 1px solid #E1E1E1;
	margin-top: 20px;
}
.youqing>ul{
	background-color: #F4F4F4;
	height: 40px;
	line-height: 40px;
	border: 1px solid #E1E1E1;
}
.youqing>ul>li{
	float: left;
	color: #787878;
}
.youqing>ul>li>a{
	color:#2EC5EA;
}
.youqing>pre>span>a{
	color: #787878;
}
/* 签到 */
.qiandao{
	background: url('../images/qiandao.png') 0 0 no-repeat;
	background-size: 100%;
	width: 200px;
	height: 200px;
	position: fixed;
	top:125px;
	right: 200px;
	z-index: 999;
	line-height: 200px;
	text-align: center;
}
.qiandao_jf{
	font-size: 30px;
	font-weight: bolder;
	letter-spacing: 10px;
	margin-left: 85px;
	width: 50px;
	height: 50px;
	color: #F03F49;
}
/* qq群 */
.qun{
	width: 80%;
	margin: 10px auto;
	text-align: center;
}
.qun>h3{
	font-size: 18px;
	color: #ff6501;
}
.qun>p{
	margin-top: 20px;
	color: #787878;
	font-size: 16px;
}
.qun>ul{
	margin-top: 10px;
}
.qun>ul>li{
	float: left;
	margin-left: 10px;
	color: #444;
	font-size: 16px;
}
.qun>ul>li>a{
	color: #049;
	font-size: 16px;
}
.qun>ul>li>span{
	color: #444;
	font-size: 16px;
}
/* 广告图片 */
.banner{
	
	width: 90%;
	margin: 20px auto;
}
.banner>ul>li{
	float: left;
	width: 33%;
}
/* 图片轮播 */
.sliderPlay{height:205px;margin:0 auto;position: relative;overflow: hidden;width:380px;}
.slider{position: absolute;	height:205px;	left:0;	top:0;	width: 100%;}
.slider li{	float: left;	list-style-type: none;	height:205px;	width:380px;}
.slider img{	border:0;	width:380px;	height:205px}
.btnBox{position: absolute;	bottom:0px;	width:90%;	height:30px;	text-align:right;	line-height:30px;}
.btnBox .btn{	margin-right:5px;display:inline-block;width:20px;height:20px;text-align:center;	line-height:20px;
		background:#ddd;cursor: pointer;border-radius: 15px;}
.btnBox .cur{background:#5DCB17;color: #fff}
/* 版权 */
.bottom{
	margin-top: 30px;
	background-color: #005E92;
	border-top: 6px solid #ff6501;
}
.bottom_jianjie{
	width: 100%;
	margin: 0 auto;
	padding-top: 20px;
}
.bottom_jianjie>div{
	float: left;
	margin: 0 auto;
	width: 20%;
	line-height: 30px;
}
.bottom_jianjie>div>ul:nth-of-type(1){
	color: #fff;
	font-weight: bolder;
}
.bottom_jianjie>div>ul>li{
	font-size: 16px;

}
.bottom_jianjie>div>ul>li>a{
	font-size: 14px;
	color: #fff;
}
.footer{
	background-color: #F6F6F6;
	border:1px solid #ccc;
	text-align: center;
	margin-top: 30px;
	height: 80px;
	padding-top:50px;
}
.footer>ul>li>a{
	color: black;
}
#bakc_home_top {
    position: fixed;
    _position: absolute;
    _top: expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight)-34+"px");
    bottom: 100px;
    left: 95%;
    width: 600px;
    zoom: 1;
    z-index: 1;
}
#bakc_home_top a {
    background-image: url(../images/back_share.png);
    background-repeat: no-repeat;
    display: block;
    width: 60px;
    height: 60px;
    margin-bottom: 2px;
    overflow: hidden;
    text-indent: -999px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
#bakc_home_top a#totop:hover {
    background-position: -60px -0px;
}