﻿/*登录页*/
.section-hd{ min-width:1024px;}
.section-hd .top{ height:100px; min-width:1024px;}
.section-hd .top ul{margin:0px 25px; padding:0px; overflow:hidden;}
.section-hd .top ul li{ list-style-type:none; float:left;}
.section-hd .top ul .top1 img{ height:70px; margin-top:15px;}
.section-hd .top ul .top2{ margin:20px 0px 0px 5px;}
.section-hd .top ul .top2 span{ display:inline-block; font-size:26px; line-height:60px; border-left:2px solid #b3b3b3; padding-left:16px; font-weight:700; color:#333333;}
.section-hd .top ul .pull-right{ margin-top:66px; color:#666; cursor:pointer;}
.section-hd .login-con{ min-height:330px; position:relative; overflow:hidden;}
.section-hd .footer{ padding:20px 0px; text-align:center; font-size:12px; color:#666;}
.section-hd .footer p{ margin:0px 0px 5px;}
.section-hd .login-con .login-bg{ width:100%; min-width:1024px;}
.section-hd .login-con .login_box{ position:absolute; top:50%; margin-top:-160px; right:15%;background:#fff; border-radius:5px;box-shadow:0 1px 5px 1px #ccc;}
.section-hd .login-con .login_box{ width:320px;}  
.section-hd .login-con .login_box h3{ margin:0px 0px 20px; height:50px; line-height:50px; font-weight:bold; font-size:18px; text-align:center; color:#fff; border-bottom:0; background:#ce0e08; border-radius:5px 5px 0px 0px;}  
.section-hd .login-con .login_box ul li{ margin:5px 7% 20px; padding:0px 0px 0px 40px; height:35px; overflow:hidden; background-color:#fff; border:1px solid #ccc; border-radius:5px;}   
.section-hd .login-con .login_box ul li .input-box,.login_box ul .ercode #txtAuthcode{ height:32px; line-height:32px; width:100%;padding-left:10px; color:#333;border-left:0;border-radius:0px 5px 5px 0px; border:0; outline:none;}
.section-hd .login-con .login_box ul li.submit .login_icon{ width:100%; line-height:35px; font-size:16px; background:#ce0e08; color:#fff; text-align:center; border-radius:5px; border:0; padding:0px;} 
.section-hd .login-con .login_box ul li.submit{ padding:0px; font-size:18px; margin-bottom:30px; margin-top:20px;}    
.section-hd .login-con .login_box ul .rememberPwd{ height:auto; padding:0; margin-top:10px; margin-bottom:10px; background:0; border:0;color:#434343;}
.section-hd .login-con .login_box ul .rememberPwd input{ margin-right:10px; width:16px; height:16px; float:left;}
.section-hd .login-con .login_box ul .rememberPwd label{ font-weight:normal; float:left; margin-top:2px; font-size:14px;}
.section-hd .login_box ul .rememberPwd .forget{ float:right; color:#333;}  
.section-hd .login-con .login_box ul .user_namebox{ background-image: url(../images/user.png); background-position:7px 5px; background-repeat:no-repeat;}
.section-hd .login-con .login_box ul .user_pwd{ background-image: url(../images/passicon.png); background-position:10px 4px; background-repeat:no-repeat;} 
.section-hd .login-con .login_box ul .code-box{ width:64%; height:35px; float:left; padding-left:40px; border:1px solid #ccc; border-radius:5px; background-image: url(../images/code.png); background-repeat:no-repeat; background-position:9px 7px;} 
.section-hd .login-con .login_box ul .ercode,.login_box ul .ercode #txtAuthcode{ border:0px; padding-left:0px;}
.section-hd .login-con .login_box ul .ercode .yzm{ float:right; width:30%; height:34px; border:1px solid #ccc; border-radius:5px; cursor:pointer;}
.section-hd .oflow{ overflow:hidden;}
.login_box ul .ercode #txtAuthcode{ padding-left:5px;}
.login_box .none{ display:none;}