﻿@charset "utf-8";
/* CSS Document */

/*******共用css****************/
/*html{overflow-y:hidden}*/
body{margin:0; padding:0; font-size:12px; font-family:"宋体"; padding-top:32px;}
ul,form,dl,dd,dt{margin:0; padding:0;}
li{list-style:none;}
h1,h2,h3,h4,h5,h6,p{margin:0;}
input{outline:none;}
input,textarea{outline:none; padding:0; margin:0;}
em,i{font-style:normal;}
img{border:0;}
a{text-decoration:none;}
.clear{clear:both;}

.clearfix:after {visibility: hidden;display: block;font-size: 0;content: " ";clear: both;height: 0;}
.clearfix{*zoom:1;}

.center-wrap{width:1003px; margin:0 auto; position:relative;}
.header{height:32px; background-color:#f3f3f3!important; border-bottom:1px solid #e7e7e7!important; position:fixed; top:0; left:0;  width:100%; z-index:9999; _position:absolute;}
.header .visit-num{float:left; color:#030303; line-height:32px; padding:0 0 0 12px;}
.header .visit-num b{padding:0 6px;}
.header .right-msg{float:right; padding-right:10px;}
.header .right-msg .welcome{float:left; line-height:32px; color:#030303!important; padding:0 0 0 24px; display:inline-block; background:url(/Content/images/recruit/user_icon.png) no-repeat left center;}
.header .right-msg .user-msg{float:left; line-height:32px; color:#030303!important; padding:0;}
.header .right-msg .user-msg em{float:left; display:inline-block; padding-left:14px;}
.header .right-msg .user-msg em a{color:#1895ff; text-decoration:underline;}
.header .right-msg .user-msg em a:hover{text-decoration:none;}
.header .right-msg .user-msg a.logout{display:none; color:#1895ff; text-decoration:underline; margin-left:20px; float:left}
.header .right-msg .user-msg a.logout:hover{text-decoration:none;}
.header .right-msg .user-msg-login{color:#ffcc00; padding:0;/* background:url(../images/arrow.png) no-repeat right center;*/}/***登录后的样式*****/

.top{height:88px;}
.top{width:1003px; margin:0 auto;}
.top .logo{float:left; padding:7px 0 0 10px;}
.top .recruit{float:right; padding:36px 12px 0 0; font-size:18px!important; color:#a6a5a5;}
.top .recruit:hover{text-decoration:underline;}

/***导航栏**********/
.navbar{height:38px; background-color:#1895ff;}
.navbar .inside-bar{width:1003px; height:38px; margin:0 auto;}
.navbar .inside-bar a{font-size:16px; color:#fff; display:inline-block; float:left; line-height:38px; padding:0 23px; position:relative; background:url(/Content/images/recruit/line.gif) no-repeat right center;}
.navbar .inside-bar a.current{background:#007ce6 !important; padding:0 24px; left:-1px; z-index:11;}
.navbar .inside-bar a.last{background:none;}

/***footer*************/
.footer{height:79px; background-color:#f3f3f3; margin-top:5px;}
.footer .copyright{width:1003px; margin:0 auto; padding:18px 0 0 0;}
.footer .copyright p{font-size:14px; color:#bdbdbd; text-align:center; padding-bottom:6px;}

.btn{font-size:16px; color:#fff; text-align:center;}
.blue-btn{background-color:#2e9fff; border-bottom:2px solid #2b82cd;}
.blue-btn:hover{background-color:#007ce6;}
.green-btn{background-color:#13bd28; border-bottom:2px solid #249831;}
.green-btn:hover{background-color:#249831;}
.orange-btn{background-color:#fece0c; border-bottom:2px solid #eeb402;}
.orange-btn:hover{background-color:#f4b200;}


/*******************滚动条*****************/
.jspScrollable{ outline:none;}
.jspContainer{overflow: hidden;position: relative;}
.jspPane{position: absolute;}
.jspVerticalBar{position: absolute;	top:0px;right: 2px; _right:-1px;width: 6px;	height: 100%;}
.jspTrack{ width:6px;position: relative;}
.jspDrag{ width:6px; background:#d5d5d5;position: relative;cursor: pointer;}
.jspDragTop{width:6px; height:4px; background: url(../images/circular_top.png) no-repeat left top; font-size:0px;}
.jspDragBottom{width:6px; height:4px; background:url(../images/circular_bottom.png) no-repeat left bottom; position:absolute; bottom:0px; _bottom:-1px; font-size:0px;}


/**************Radio 单选框按钮*****************/
input[type="radio"] {
    margin: 3px 3px 0px 5px;
}