@charset "utf-8";
body{font-family:"微软雅黑",Arial, Helvetica, sans-serif; color:#111; font-size:13px; margin:0 auto; line-height:24px;}
dl,ul,li,ol,dt,dd,p,h1,h2,h3,h4,h5,h6,pre,figure,iframe,input,select{padding:0; margin:0; font-weight:normal;font-family:"微软雅黑",Arial, Helvetica, sans-serif;}
dl,ul,li,dt,dd,ol{list-style:none;}
pre{white-space:normal; color:#666;}
img{border:0;}
em,i,s{font-style:normal; text-decoration:none;}
a{text-decoration:none; color:#111;}
a:hover{color:#92d2ed;}

a.all_blue,.all_blue{color:#239acd;}
.job_blue{color:#00c;}
.job_yellow{color:#ff7c3d;}
a.all_blue:hover{text-decoration:underline;}
.job_red{color:#f00;}
.job_hui{color:#999;}


@font-face {
  font-family: "responsivenav";
  src:url("../fonts/responsivenav.eot");
  src:url("../fonts/responsivenav.eot?#iefix") format("embedded-opentype"),
    url("../fonts/responsivenav.ttf") format("truetype"),
    url("../fonts/responsivenav.woff") format("woff"),
    url("../fonts/responsivenav.svg#responsivenav") format("svg");
  font-weight: normal;
  font-style: normal;
}

.clearfix:before,.clearfix:after{content: ""; display:table}
.clearfix:after{clear:both}
.clearfix{zoom:1}

.fl{float:left;}
.fr{float:right;}
.a_wd_full{width:100%;}
.a_wd{width:1180px; margin-left:auto; margin-right:auto; z-index:1; position:relative;}
.center{text-align:center;}
.text_right{text-align:right;}
.mr_l01{margin-left:30px;}
.all_center{display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex; -webkit-box-pack:center; -ms-flex-pack:center; -webkit-justify-content:center; justify-content:center; -webkit-box-align:center; -ms-flex-align:center;-webkit-align-items:center; align-items:center;}

.up_1{margin-top:28px;}
.up_2{margin-top:20px;}
.up_3{margin-top:10px;}

/*去掉Safari 浏览器的按钮样式*/
input[type="submit"], 
input[type="reset"], 
input[type="button"],input[type="text"],input[type="password"],
button { 
-webkit-appearance: none; 
}

.top_nav{background:#fafafa; font-size:12px; line-height:35px; height:35px; border-bottom:1px solid #ebebeb;  color:#666;}
.top_nav a{margin:0 5px; color:#666;}
.top_nav a:hover{color:#042e56;}
.top_nav .login{overflow:hidden; height:35px; width:50.8474576%;}
.top_nav .login span{margin-left:10px;}
.login.top_nav img{vertical-align:middle;}
.top_nav .que_nav li{height:35px; position:relative; float:left;}

.logo_search{padding:20px 0;}
.logo{width:290px; height:65px; position:relative; z-index:9100}
.logo h1#logo{position:absolute; left:0; top:0; width:170px; height:100%; z-index:1;}
.logo_search .search{width:370px; height:35px; margin-top:15px; position:relative; overflow:hidden;}
.logo_search .search #key{width:290px; height:31px; line-height:31px; border:0; float:left; padding:2px 5px; background:url(../images/search_bj.gif) no-repeat transparent left;}
.logo_search .search .button{border:0; width:70px; height:35px; cursor:pointer; background:url(../images/search_bj.gif) no-repeat transparent right; float:right}

.ad_top_box{width:430px; height:65px; margin-left:25px; overflow:hidden;}

.caret{display:inline-block; width:0; height:0; vertical-align:top; border-top:4px solid #FFF; border-right:4px solid transparent; border-left:4px solid transparent; content:"";}

/*头部导航*/
.nav{background:#042e56; line-height:55px; color:#fff; font-size:16px;}
.nav ul li{float:left; position:relative; z-index:100; border-right:1px solid #214669;}
.nav ul li.nav_end{background:none;}
.nav ul li a{color:#fff; padding:0 45px; display:inline-block;}
/*菜单背景滑动动画*/
/* Bounce To Bottom */
.hvr-bounce-to-bottom {
  /*vertical-align: middle;*/
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.hvr-bounce-to-bottom:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #00a3e7;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-bounce-to-bottom:hover a,.hvr-bounce-to-bottom:hover, .hvr-bounce-to-bottom:focus, .hvr-bounce-to-bottom:active {
  color: white;
}
.hvr-bounce-to-bottom:hover:before, .hvr-bounce-to-bottom:focus:before, .hvr-bounce-to-bottom:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
/* Rectangle Out */
.hvr-rectangle-out {
	 display:block;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-rectangle-out:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #101010;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-rectangle-out:hover,.hvr-rectangle-out:hover a, .hvr-rectangle-out:focus, .hvr-rectangle-out:active {
  color: white;
}
.hvr-rectangle-out:hover:before, .hvr-rectangle-out:focus:before, .hvr-rectangle-out:active:before {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.nav ul li a.on_nav{background:#00a3e7;}
.nav ul li a .caret{margin-top:22px; margin-left:5px;}
.nav .dropdown ul{position:absolute; top:100%; left:0; width:100%; background:rgba(0,163,231,0.7); z-index:999;opacity: 0;
	-webkit-transition: opacity .25s ease .1s;
	-moz-transition: opacity .25s ease .1s;
	-o-transition: opacity .25s ease .1s;
	-ms-transition: opacity .25s ease .1s;
	transition: opacity .25s ease .1s;
}
.nav ul li:hover > ul{opacity: 1;}
.nav .dropdown ul li{background:none; line-height:30px; width:100%; height: 0;
	overflow: hidden;
	padding: 0;
-webkit-transition: height .25s ease .1s;
	-moz-transition: height .25s ease .1s;
	-o-transition: height .25s ease .1s;
	-ms-transition: height .25s ease .1s;
	transition: height .25s ease .1s;}
.nav ul li:hover > ul li {
	height: 35px;
	overflow: visible;
	padding: 0;
}
.nav .dropdown ul a{font-size:12px; padding:0 40px;}
/*nav ul li ul.dropdown-menu li:hover{background:#101010;}*/
.nav-toggle{display:none;}

/*选项卡效果*/
.tabs{position:relative; overflow:hidden;}
.tabs .tabs_nav ul{display: inline-block;}
.tabs .tabs_nav li{display:block; float:left; position:relative;  border:1px solid transparent;}
.tabs .tabs_nav li.tab-current{border:1px solid #eee; box-shadow:inset 0 0px #eee; border-bottom:none; z-index:100;}
.tabs .tabs_nav li.tab-current:before,
.tabs .tabs_nav li.tab-current:after{
	content: '';
	position: absolute;
	height: 1px;
	right: 100%;
	bottom: 0;
	width: 1000px;
	background: #eee;
}
.tabs .tabs_nav li.tab-current:after{right:auto; left:100%; width:4000px;}
.tabs .tabs_nav li a{Color:#111; display:block; font-size:18px; white-space:nowrap; padding:0.3rem 0.8rem;}
.tabs .tabs_nav li.tab-current a{color:#00a3e7;}
.content .section{display: none;}
.content .section:before,
.content .section:after{content:''; display:table;}
.content .section:after{clear:both;}
/* Fallback example */
.no-js .content .section{display:block;}
.tabs .content-current{display:block;}

/*焦点图轮换*/
ul.bjqs{position:relative; list-style:none;padding:0;margin:0;overflow:hidden;}
li.bjqs-slide{position:absolute; display:none;}
ul.bjqs-controls{margin:0;padding:0;z-index:100; display:none;}
ul.bjqs-controls.v-centered li a{position:absolute; overflow:hidden;}
ul.bjqs-controls.v-centered li.bjqs-next a{right:0;}
ul.bjqs-controls.v-centered li.bjqs-prev a{left:0;}
ul.bjqs-controls.v-centered li a{background:url(../images/arrow_01.png) no-repeat; width:40px; height:70px; text-indent:-100em;}
ul.bjqs-controls.v-centered li a:hover{background-position:-80px;}
ul.bjqs-controls.v-centered li.bjqs-next a{background-position:-40px;}
ul.bjqs-controls.v-centered li.bjqs-next a:hover{background-position:-120px;}
ol.bjqs-markers{position:absolute; z-index:100; bottom:3px; right:10px;}
ol.bjqs-markers.h-centered{text-align:right;}
ol.bjqs-markers li{display:inline;}
ol.bjqs-markers li a{display:inline-block; background:url(../images/slider_button.png) no-repeat; width:11px; height:11px; text-indent:12px; margin:5px; overflow:hidden;}
ol.bjqs-markers li.active-marker a,ol.bjqs-markers li a:hover{background-position:-11px;}
p.bjqs-caption{display:block;width:96%;padding:1% 2%;position:absolute;bottom:0; color:#fff; font-size:16px; background: rgba(0,0,0,0.7);}

/*搜索及登陆*/
.job_search_bj{background:#eceeef;}
.search_pd{padding:15px;}
#job_search{width:73%;}
#job_search .tabs_nav li{border:0;}
#job_search .tabs_nav li.tab-current{background:#239acd;}
#job_search .tabs_nav li a{color:#999;}
#job_search .tabs_nav li.tab-current a{color:#fff;}
#job_search .content li{padding:5px 0;}
.search_input{height:35px;color:#666; border:1px solid #ddd; font-size:14px; line-height:35px; padding:0 5px; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;}
.search_sele{height:33px;appearance:none; -moz-appearance:none; -webkit-appearance:none; color:#666; border:1px solid #ddd; font-size:14px; line-height:33px; padding:0 5px; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; background:url(../images/search_arrow_03.png) no-repeat right #fff; cursor:pointer;}
.input_sele{background:url(../images/search_arrow_03.png) no-repeat right #fff; cursor:pointer;}
.sele_wd{width:49%;}
.sele_wd_1{width:32%;}
.input_wd1{width:66%;}
.sele_mr{margin-left:2%;}
.search_key_list{font-size:12px; height:37px; line-height:37px; overflow:hidden;}
.job_btn{background:#239acd; cursor:pointer; font-size:18px; color:#fff; border:0; display:inline-block;}
.btn_wd{width:150px; line-height:50px;}

.job_login{width:22%; background:#fff; border:2px solid #ff7c3d; padding:15px;}
.job_login .tabs_nav{padding-left:10px;}
.job_login .tabs_nav li a{font-size:14px;}
.job_login .tabs_nav li.tab-current a{color:#ff7c3d;}
.job_login .content dl{padding:7px 0;}
.job_login .content{font-size:12px;}
.login_btn{background:#ff7c3d; cursor:pointer; font-size:14px; color:#fff; border:0;}
.lg_btn_wd{width:120px; line-height:38px;}
.login_info{font-size:14px; line-height:30px;}
.login_info h3{padding-bottom:10px;}
.login_info ul{padding:15px 0 20px;}
.login_info p{color:#999; padding-top:5px;}
.login_info a.login_btn{padding:10px 30px; color:#fff;}

/*底部导航*/
.job_footer{padding:20px 0 30px; background-color:#042e56; color:#989898; font-size:12px;}
.job_footer span{margin-left:20px;}
.job_footer .footer_nav{color:#fff;}
.job_footer .footer_nav a{color:#fff; margin:0 5px;}
.job_footer .footer_nav a:hover{color:#ddd;}
.job_footer .footercopyright a{color:#989898;}
.job_footer .footercopyright a:hover{color:#fff;}
.job_footer .footerpic a{margin:0 5px;}

/*右侧浮窗*/
.side-bar{width:50px; position:fixed; bottom:50px; left:50%; margin-left:630px; z-index:999; font-size:0;}
.side-bar a{display:block; background:url(../images/float_button_01.gif) no-repeat; width:48px; height:48px; border:1px solid #fff;}
.side-bar a.icon_chat{background-position:0 -48px;}
.side-bar a.icon_qq:hover{background-position:-48px 0;}
.side-bar a.icon_chat:hover{background-position:-48px -48px;}
.side-bar a.cd-top{background-position:0 -96px;}
.side-bar a.cd-top:hover{background-position:-48px -96px;}
.side-bar a.icon_erwei{background-image:url(../images/float_btn_03.gif); position:relative; cursor:pointer;}
.side-bar a.icon_erwei i{display:none; position:absolute; right:52px; top:0; width:105px; height:105px; padding:10px; background:#edfaff;}
.side-bar a.icon_erwei i:after{display:block; content:''; width:5px; height:48px; background:#edfaff; position:absolute; top:0; left:100%;}
.side-bar a.icon_erwei:hover i{display:block;}

/*返回头部*/
.cd-top {
  /* image replacement properties */
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}

.cnzz,#cnzz_stat_icon_4342690{display: none;}

@media only screen and (max-width: 1024px){
.a_wd{width:980px; margin-left:auto; margin-right:auto;}
.nav ul li a{padding:0 32px;}
}

@media (min-width:768px) and (max-width:979px){
.a_wd{width:96%; margin-left:auto; margin-right:auto;}
.top_nav .login{width:47.3474576%}
.nav ul li a{padding:0 13px;}
.que_nav,.ad_top_box{display:none;}
}
@media (max-width:767px){
/*body{font-size:1em;}*/
.a_wd{width:96%; margin-left:auto; margin-right:auto;}
.top_nav .login{width:100%; overflow:hidden;}
.top_nav{line-height:26px;}
.logo_search{padding:10px 0;}
.fl{float:none;}
.fr{float:none;}
.up_1{margin-top:10px;}

.nav ul li{background:none; border-bottom:1px solid #222; border-right:0;}
.nav ul li a{width:90%; padding:0 5%;}

.que_nav,.ad_top_box{display:none;}

.js .nav{clip:rect(0 0 0 0); max-height:0; position:absolute; display:block; overflow:hidden;}
.nav{top:0; width:100%; position:relative; display:none;}
.nav ul li{width:100%; display:block;}
.nav.opened{max-height: 9999px}
.nav a:hover{background:transparent}
.nav .active a:hover{color:#fff; background:rgba(0,0,0, .3)}
.nav-toggle{
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  text-indent: -999px;
  position:absolute; top:50px; right:10px;
  overflow: hidden;
  width: 40px;
  height: 50px;
  float: right;
  display: block;
  margin:0; z-index:99;
}
.nav-toggle:before{
  color: #444; /* Edit this to change the icon color */
  font-family: "responsivenav";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-size: 28px;
  text-transform: none;
  position: absolute;
  content: "\2261";
  text-indent: 0;
  text-align: center;
  line-height: 65px;
  speak: none;
  width: 100%;
  top: 0;
  left: 0;
}
.nav-toggle.active:before{
  font-size: 24px;
  content: "\78";
}

.side-bar,.job_login{display:none;}
#job_search{width:100%;}
}

@media only screen and (max-width: 640px){
.share_box .bdsharebuttonbox a{width:32px; height:32px; margin:0 10px;}
.share_box .bdsharebuttonbox span{display:block;}
.share_box .bdsharebuttonbox em{display:block; text-align:center; margin-top:5px;}
.share_box .bdsharebuttonbox a.bds_more{display:none;}
}

@media (max-width:480px){
.top_nav .login{width:100%; overflow:hidden;}
.top_nav a{margin:0 2px;}
.logo_search{padding:8px 0;}
.logo_search .search{width:310px;}
.logo_search .search #key{width:230px;}
}

@media (max-width:320px){
.logo_search .search{width:290px;}
.logo_search .search #key{width:210px;}

}
