@charset "utf-8";
/* CSS Document */

/*全局样式-解决兼容问题*/
body,div,p,ul,li,ol,dl,dd,dt,h1,h2,h3,h4,h5,h6,form,input,textarea,table,th,tr,td,select,lable,span,a,img,strong,em,*{ padding:0; margin:0;}
body{position: relative; width: 100%;height:100%; _width: 100%;min-width:1150px; font-family: "微软雅黑"; font-size:12px; color:#000000;background: #EEF0F3; /* background: url(../images/bg.png) no-repeat top center; */
padding-bottom:80px;}
ul,ol,li{ list-style:none;}
i{font-style: normal;}
h1,h2,h3,h4,h5,h6{ font-size:14px;}
img{ border:none;}
img,input,select{ vertical-align:middle;}
a{text-decoration:none; color:#000000;cursor: pointer;}
a:hover{ text-decoration:none;}
button{
	outline:none;
}
.resumeViewContainer{
	width:876px;
}
.help-block{
	color:red;
	height: 100%;
    line-height: 100%;
    margin-bottom: 10px;
    margin-top: 10px;
}
.webuploader-container {
    position: relative;
}
.webuploader-element-invisible {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
}
.webuploader-pick {
    background: #FF8000 none repeat scroll 0 0;
    color: #fff;
    cursor: pointer;
    width:100%;
    height:100%;
    line-height:auto;
    padding:10px 15px;
    display: inline-block;
    overflow: hidden;
    position: relative;
    text-align: center;
}
.modalApply .modal-body button.disableBtnCls{
   background-color: #e0e0e0;
	border: 1px solid #e0e0e0;
}
.uploadBtnBlue > .webuploader-pick {
	background: #5A73AD;
	width:80px;
	height:35px;
}
.uploadTransparent > .webuploader-pick {
	background: transparent;
}
.webuploader-pick-disable {
    opacity: 0.6;
    pointer-events: none;
}
.tabPanel {
    border-bottom: 1px solid #d5d5d5;
    height: 60px;
    padding:0px;
	margin-bottom:20px;
}
.tabPanel li {
    color: #4C526C;
    cursor: pointer;
    display: inline-block;
    float: left;
    font-size: 16px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    width:80px;
}
.tabPanel li a {
    color: #3faafa;
    display: inline-block;
    height: 30px;
    line-height: 30px;
}
.tabPanel li.current {
    border-bottom:2px solid #3faafa;
    color: #3faafa;
}
.loadingDialog {
	width: 44px;
	height:44px;
	z-index: 20000;
	position: absolute;
	text-align: center;
	left: 50%;
	top: 50%;
	border-radius:4px;
	background-color:black;
	margin-left:-22px;
	margin-top:-22px
}
.loadingDialog  div{
	width:44px;
	height:44px;
    background: url("../images/loadingDialog.gif") no-repeat center center;
    background-size: 24px 24px;
}

.clear{ clear:both; width:0; height:0; overflow:hidden;}

.wrapper{ 
	width: 100%;
	margin:0px;
	padding:0px;
	height:100%;
}
.centent{
	width:1150px;
	height:auto;
	overflow:hidden;
	margin:0 auto;
	margin-top:40px;
}
.centent .left_centent{
	width:250px;
	height:auto;
	overflow:hidden;
	
	float:left;
}
.choseSpec .modal-footer{
	  text-align: center;
}
.choseSpec .modal-footer button {
    color: #fff;
    font-size: 18px;
    height: 40px;
    padding: 0;
    margin-left:15px;
    width: 120px;
}
.choseSpec .modal-footer .cancleBtn {
  background: #FF8000;
  border-color: #fff;  
}
.choseSpec .modal-footer .sureBtn {
  background:   #4D90FE; 
  border-color: #fff;   
}
.centent .right_centent{
	float:right;
	width:875px;
	height:auto;
	background:#fff;
	margin-bottom:40px;
	padding-bottom: 20px;
}
.inputText{
	width:370px;
	height:40px;
	border:1px #CCCCCC solid;
	margin: 0 auto;
}
.inputText input{
	height: 30px;
    border: 0;
    margin-top: 6px;
    padding-left: 10px;
    width: 330px;
    float:left;
    outline: none;
}
.inputText span{
	background:url(../images/addResumeFirst03_centent_cha.png)no-repeat center center;
	float: right;
    display: inline-block;
    width: 30px;
    height: 40px;
    cursor: pointer;
    opacity:0;
}
.form-group{
	width:auto;
	height:60px;
	margin:0;
}
.form-horizontal .form-group label{
	font-size:14px;
	color:#4C526C;
	font-weight: normal;
}
.modal-header{
	background:#F5F5F5;
	border-radius:2px;
}
.modal-header h4{
	font-size:18px;
	color:#777777;
}
.modal-header .close{
	font-size:22px;
	margin-top:0;
}
.form-horizontal .form-group .form-control{
	border-radius: 0;
    height: auto;
}
.form-horizontal .form-group input{
    border-radius: 0;
    height: 30px;
    width: 280px;	

}
.form-horizontal .form-group input[type="radio"]{
	width:auto;
	height:auto;
	margin: 0;
	margin-right: 5px;
}
.resumeProgress{
	width:270px;
	height:40px;
	overflow:hidden;
}
.resumeProgress>p{
	float:left;
	font-size:14px;
	color:#5972AC;
	padding-right:15px;
	line-height:40px;
}
.resumeProgress .Progress{
	float:left;
	margin-top: 17px;
}
.resumeProgress>span{
	font-size:12px;
	color:#4C526C;
	padding-left:15px;
	line-height: 40px;
}
.Progress{
	width: 100px;
	height:5px;
	position: relative;
	border-radius: 5px;
	background: #FF7A4D;
	overflow: hidden;
}
.Progress p{
	background:#5A73AD;
	width: 50%;
	height: 5px;
	border-radius: 5px;
	position: absolute;
    top: 0;
    margin: 0;
    padding: 0;
}
.bootstrap-dialog .modal-dialog .modal-content .modal-header{
	background:#F7F7F7;
}
.bootstrap-dialog .modal-dialog .modal-content .modal-header .bootstrap-dialog-title{
	font-size: 20px;
	color: #777777;
}
.bootstrap-dialog .modal-dialog .modal-content .modal-body{
	padding-top: 50px;
	padding-bottom: 50px;
}
.bootstrap-dialog .modal-dialog .modal-content .modal-body p{
	width: 410px;
	text-align: center;
	margin: 0 auto;
	font-size: 16px;
	color: #333333;
}
.bootstrap-dialog .modal-dialog .modal-content .modal-body p span{
	color: #FF7F00;
}
.bootstrap-dialog .modal-dialog .modal-content .modal-body p i{
	color: #999999;
	font-style: normal;
}
.bootstrap-dialog .modal-dialog .modal-content .modal-footer{
	border: 0;
	text-align: center;
	height: 80px;
}
.bootstrap-dialog .modal-dialog .modal-content .modal-footer button{
	width: 123px;
	height: 37px;
	color: #fff;
	background: #5A73AD;
	border: 1px #5A73AD solid;
	border-radius:2px;
	font-size:12px;
}
.bootstrap-dialog .modal-dialog .modal-content .modal-footer button{
	background: #5A73AD;
	border: 1px #5A73AD solid;
}
.bootstrap-dialog .modal-dialog .modal-content .modal-footer button:hover{
	background: #4F536C;
	border: 1px #4F536C solid;
}
.bootstrap-dialog .modal-dialog .modal-content .modal-footer button:nth-child(2){
	background: #FF8000;
	border: 1px #FF8000 solid;
}
.bootstrap-dialog .modal-dialog .modal-content .modal-footer button:nth-child(2):hover{
	background: #994D00;
	border: 1px #994D00 solid;
}
.nodatas{
	width:100%;
	height:auto;
	text-align:center;
	border-top:none;
	margin:50px 0;
	padding-bottom:40px;
}
.nodatas p{
	font-weight:bold;
	font-size:28px;
	padding-top:18px;
	color:#D5D6D1;
}
.nodatas img{
	padding:20px 0;
}

.addnewStyled{
	margin-right:10px;
}
/* loading样式结束 */
/* dialog icon */
p.setno,p.setok{
	background:#FFFFFF;
	text-align:center;
}
p.setno:before{
	content:"";
    width: 36px;
    height: 35px;
    display: inline-block;
    margin-bottom: -11px;
    margin-right: 10px;
   
    background: url(../images/msg-icon.png) no-repeat;
}
p.setok:before{
	content:"";
    width: 36px;
    height: 35px;
    display: inline-block;
    margin-bottom: -11px;
    margin-right: 10px;
    background: url(../images/img15.png) no-repeat;
    background-size:100% 100%;
}
.has-error .form-control{
	border-color: #f00;
}
.bv-form .help-block{
	color: #f00;
}
.form-group .jlannu{
	margin-left:255px;
}
.box-wrap{
	width: 100%;
	height:100%;
	position: absolute;
	top:0px;
	right:0px;
	left:0px;
	bottom:0px;
	height:100%;
	width:100%;
	z-index:999990;
	background-color:#000;
	opacity:.6;
	filter:alpha(opacity=60);
}
.tishiInfo{
	background: url(../images/tishiimg_bg.png) no-repeat !important;
	width: 840px;
	position: absolute;
	margin:0px auto;
	color:#fff;
    left: 0px;
    right: 0px;
	height:330px;
	z-index:999999;
}
.tishiInfo h1{font-size: 36px;margin-bottom: 26px;}
.tishiInfo h3,.tishiInfo h5{font-size: 18px;}
.tishiInfo h3 span{ color:#fee904; font-size:20px; font-weight:bold; font-family:"寰蒋闆呴粦";}
.tishiInfo h2{font-size:24px;}
.tishiInfo h5{text-align: right;margin-top: 10px;}
.tishiInfo div{padding: 0 32px 15px 68px;}
.tishiInfo dd h2{float: left;}
.tishiInfo .browser{display: block;width: 58px;height: 48px;padding-top: 55px;float: left;color:#fff;}
.tishiInfo .browser span{display: block;width: 65px;}
.tishiInfo a.chrome{background: url(../images/tishiimg.png) no-repeat -194px 0;margin-left: 30px;}
.tishiInfo a.firefox{background: url(../images/tishiimg.png) no-repeat -47px 0;}
.tishiInfo .ie{background: url(../images/tishiimg.png) no-repeat 7px 0; padding-top:0;}
.tishiInfo dt h2.first,.tishiInfo dd h2,.tishiInfo dt h2 span{padding-top: 10px;}
.tishiInfo dt h2 span{display: block;float: left;}
 
.tishiInfo dl{height: 75px; border-top:1px solid #a8a8a8; margin-top:25px; padding-top:20px;}
.tishiInfo dt h2{float: left;vertical-align: middle;margin-top:0;}
.tishiInfo dt{float: left; width:50%;}

.tishiInfo dd{float: right; margin-right:50px;}
.tishiInfo dd a:hover{ color:#eedc16; font-weight:bold;}
.tishiInfo .installIE{ float:left; margin-top:10px; font-size: 18px; color:#034263; font-weight: bold; display:block; padding:10px 0;text-align:center; width: 320px; background-color:#eedc16;  }
.tishiInfo .installIE:hover{ background-color:#eeb416; }



.header{
	width:100%;
	height:50px;
	background:#fff;
	height:140px;
	background:#FCFCFC;
}
.header .header_top{
	width:100%;
	height:88px;
	border-bottom:1px #E0E0E0 solid;
}
.header .header_top .header_topCentent{
	width:1150px;
	height:88ppx;
	margin:0 auto;
}
.header .header_top .header_topCentent .logoLeft{
	width:670px;
	float:left;
	height:88ppx;
}
.header .header_top .header_topCentent .logoLeft>img{
	height:50px;
	float:left;
	margin-top: 18px;
}
.header .header_top .header_topCentent .logoLeft>p{
	float:left;
	line-height:88px;
	font-size:16px;
	color:#717171;
	padding-left:10px;
}
.header .header_top .header_topCentent .logoRight{
	width:380px;
	float:right;
	height:88ppx;
}
.header .header_top .header_topCentent .logoRight>p{
	width:25px;
	height:25px;
	background:url(../images/mali.png)no-repeat;
	float:right;
	margin-top: 10px;
	position: relative;
	margin-right: 20px; 
}
.header .header_top .header_topCentent .logoRight>p span{
	width:auto;
	height:12px;
	border-radius: 11px;
	line-height:12px;
	font-size:12px;
	top: -3px;
	color:#fff;
    left: 15px;
	padding-left:5px;
	padding-right:5px;
	position: absolute;
	background:#FF8000;
}
.header .header_top .header_topCentent .logoRight .logoRight_personal{
	width:auto;
	margin-left:20px;
	float:right;
	position: relative;
	height: 68px;
	cursor: pointer;
}
.header .header_top .header_topCentent .logoRight .logoRight_personal .logoRight_personal01>img{
	width:50px;
	height:50px;
	border-radius: 50px;
	float:left;
}
.header .header_top .header_topCentent .logoRight .logoRight_personal .logoRight_personal01 p{
	height:20px;
	background:url(../images/xia.png)no-repeat right center;
	padding-right:20px;
	float:left;
	margin-top: 15px;
	padding-left:15px;
}
.header .header_top .header_topCentent .logoRight .logoRight_personal>ul{
	position: absolute;
	background:#fff;
	width:147px;	
	height:89px;
	top: 68px;
	right:0;
	border:1px #DDDDDD solid;
	border-top:0;
}
.header .header_top .header_topCentent .logoRight .logoRight_personal>ul li{
	width:100%;
	font-size:14px;
	padding-left: 40px;
	cursor: pointer;
	
	line-height: 44px;
	color:#666666;
	height:	44px;
}
.header .header_top .header_topCentent .logoRight .logoRight_personal>ul li.li01{
	background:url(../images/img06.png)no-repeat 10px center;
}
.header .header_top .header_topCentent .logoRight .logoRight_personal>ul li.li02{
	background:url(../images/img07.png)no-repeat 10px center;
}
.header .header_top .header_topCentent .logoRight .logoRight_personal>ul li.li01:hover{
	background:url(../images/img06.png)no-repeat 10px center #EFEFEF;
}
.header .header_top .header_topCentent .logoRight .logoRight_personal>ul li.li02:hover{
	background:url(../images/img07.png)no-repeat 10px center #EFEFEF;
}
.header .header_top .header_topCentent .logoRight a{
	color:#4C526C;
	font-size:14px;
	float: right;
    line-height: 88px;
    background:url(../images/img13.png)no-repeat left center;
    padding-left:25px;
} 
.header .header_bottom{
	height:52px;
	border-bottom:1px #DDDDDD solid;
}
.header .header_bottom .nav{
	width:1150px;
	margin:0 auto;
	height:52px;
}
.header .header_bottom .nav .nav_left{
	float:left;
	width: auto;
	height:52px;
}
.header .header_bottom .nav .nav_left ul{
	height:52px;
}
.header .header_bottom .nav .nav_left ul li{
	float:left;
	border-left:1px #FCFCFC solid;
	border-right:1px #FCFCFC solid;
	width:99px;
	height:51px;
	color:#4E526C;
	cursor: pointer;
	text-align:center;
	line-height:51px;
	font-size:16px;
}
.header .header_bottom .nav .nav_left ul li:hover{
	border-left:1px #DDDDDD solid;
	border-right:1px #DDDDDD solid;
	background:#FAF8F5;
	color:#5972AC;
}
.header .header_bottom .nav .nav_right{
	float:right;
	width:320px;
	padding-top: 12px;
	height:52px; 
}
.header .header_bottom .nav .nav_right>input{
	float:right;
	width:265px;
	height:28px;
	border:1px #EEF0F3 solid;
	background:#EEF0F3;
	border-radius: 3px 0 0 3px;
}
.header .header_bottom .nav .nav_right>button{
	float:right;
	width:42px;
	height:28px;
	background:#5A73AD;
	color:#fff;
	font-size:16px;
	border:1px #5A73AD solid;
}
.footer{
	width:100%;
	height:80px;
	background:#4F536C;
	position: absolute;
	bottom:0;
}
.footer .footer_centent{
	width:1100px;
	height:80px;
	margin:0 auto;
}
.footer .footer_centent .footer_centent_left{
    float: left;
    width:640px;
    height:80px;
}
.footer .footer_centent .footer_centent_right{
	float:right;
	width:400px;
	color:#fff;	
}
.footer .footer_centent .footer_centent_right p{
	line-height: 80px;
	font-size: 12px;
}
.footer_centent_left a img{
	float:left;
	width:155px;
	height:26px;
	margin-top:25px;
}
/* footer list */
.footer_centent .footer_centent_left ul li{
	float:left;
	height:13px;
	font-size:12px;
	padding:0 14px;
	border-right:1px #fff solid;
	margin-top: 33px;
	line-height:13px;
}
.footer_centent .footer_centent_left ul li:last-child{
	border:0;
}
.footer_centent .footer_centent_left ul li a{
	color:#fff;
}

