@charset "utf-8";
/* CSS Document */
html,body{ height:100%; overflow:hidden;}
.notice_box{ width:100%; background:rgba(0, 0, 0, 0.3)!important;
filter:Alpha(opacity=30); background:#000000; height:30px;}
.notice_main{ width:856px; margin:0 auto; color:#f3f3f3; position:relative; line-height:30px;}
.notice_ico{background-position:2px -201px; width:30px; height:30px; display:block; float:left;}


.login_box{ width:856px; height:415px;}
.log_left{background:rgba(66, 109, 176, 0.85)!important;
filter:Alpha(opacity=85); background:#426db0; width:500px; height:415px; float:left;}
.log_left img{position:relative; margin:130px 0 0 55px;}
.tabPanel ul {
    height: 55px;
}
.tabPanel .hit {
    background: #ffffff;
    color: #464545;
    cursor: pointer;
}
.tabPanel ul li {
	background:#426db0;
    color: #fff;
    cursor: pointer;
    float: left;
    font-size: 16px;
    line-height: 55px;
    text-align: center;
    width: 178px;
}
.pane {
    display: none;
	background:#FFF; height:340px; width:306px; padding:10px 25px;
	
}
.log_input_box{ width:280px; height:45px; border:#bebebe solid 1px; border-radius:2px; 
 display:block; line-height:45px; padding:0 12px; position:relative; margin-top:18px;}
.log_input{height: 35px;
    margin: 4px 0;
    width: 250px; padding-left:25px;
}
.yanz{margin-top:15px;}
.yanz img{ width:130px; height:47px; margin-left:15px;}
.code_input_box{ width:130px;height:45px;border:#bebebe solid 1px; border-radius:2px;line-height:45px; padding:0 10px; float:left;}
.code_input{height: 35px;
    margin: 4px 0;
    width: 130px; }

.log_ico{display: block;
    height: 25px;
    position: absolute;
    left: 5px;
    top: 10px;
    width: 25px;}
.phone_ico{ background-position:2px -76px;}
.ps_ico{background-position:2px -116px;}
.company_ico{background-position:2px -154px;}
.login_but{width:100%; height:45px;  color:#FFF; display: block; line-height:45px; font-size:16px; border-radius:2px; text-align:center; margin-top:18px;}
.person_but{background:#d56854;transition: all 0.6s ease 0s;-moz-transition: all 0.6s ease 0s;-webkit-transition: all 0.6s ease 0s;}
.ent_but{ background:#66bb9b;transition: all 0.6s ease 0s;-moz-transition: all 0.6s ease 0s;-webkit-transition: all 0.6s ease 0s;}
.person_but:hover{ background:#29b1e9;}
.ent_but:hover{ background:#29b1e9;}
.login_links{ margin-top:18px; height:20px;}
.login_links .forget_pwd{ float:left;font-size:12px; color:#8e8e8e;}
.login_links .register{ float:right; color:#55a9ff;font-size:12px;}
.login_links .forget_pwd:hover{ color:#ec5d43;}
.login_prompt{ background:#fb7c7c; display: block; width:100%; font-size:12px; line-height:25px; color:#FFF; text-align:center; margin-top:15px;}
.footer_info{ padding-top:440px; width:856px; text-align:center; margin:0 auto; color:#fff; line-height:20px; font-size:12px;}
input,button,select,textarea{outline:none;}

