/*头部开始*/
.head{
    width: 100%;
    height: 99px;
    background: #f5f5f5;
}
.head .inhead{
    width: 1200px;
    height:74px;
    margin:0 auto;
    padding-top:25px;
}
.head .inhead h1{
    background:url(../images/icon/login.png);
    width: 197px;
    height:47px;
    background-repeat: no-repeat;
    float: left;
}
.head .inhead p{
    background:url(../images/icon/ss1_031.png);
    width: 219px;
    height:33px;
    background-repeat: no-repeat;
    float:right;
    margin-top: 12px;

}
/*头部结束*/


/* 身体开始*/
.Division{
    height:13px;
    background:#d3d2d0;
}
 .login{
    width: 100%;
    height:700px;
    overflow:hidden;
    position: relative;
 }
 .inlogin{
    width:1920px;
    position: absolute;
    top:0;
    left:50%;
    margin-left: -960px;
    height:700px;
    overflow: hidden;
    background: url(../images/img/login.jpg);
 }
  .inlogin .one-login{
    width:1200px;
    height:700px;
    margin :0 auto;
  }
   .inlogin .one-login .login-bg{
    background: url(../images/img/login-bg.png);
    background-repeat: no-repeat;
    width: 419px;
    height:539px;
    margin-top: 80px;
    float:right;
    margin-right: 25px;
    position:relative;
    
   }
   .one-login .login-bg h2{
    font-size: 30px;
    color:#3e87f0;
    text-align: center;
    margin-top: 36px;
    text-align: center;
   }
 .one-login .login-bg .mode{
    width: 300px;
    border-bottom: 1px solid #919191;
    color:#919191;
    overflow:hidden;
    margin:0 auto;
    margin-top:17px;
    font-size: 18px;
 }
 .login-bg .mode li{
    float: left;
   line-height: 75px;
   cursor: pointer;
  width:100px;
   text-align: left;

 }
  .login-bg .mode li.current{
    border-bottom: 2px solid #3e87f0;
    color:#3e87f0;
  }
 .mode-one{
    width: 300px;
    margin:0 auto;
    margin-top: 30px;
    position:relative;
    overflow: hidden;

 }
.mode-one li{
    position:relative;
    top:0;
    left:0;
    display: none;
  }
  form input.one{
    background: #fff url(../images/icon/lo.png);
    background-repeat: no-repeat;
    background-position: 17px 10px;
    padding-left: 55px;
    width:243px;
    margin-bottom: 45px;
    border-radius: 4px;


  }
form input.two{
    background: #fff url(../images/icon/Envelope.png);
    background-repeat: no-repeat;
    background-position: 17px 15px;
    padding-left: 55px;
    width:163px;
    float: left;
    border-radius: 4px 0 0 4px;
    border-right: 0;
  }
  form input.three{
    background: #fff url(../images/icon/Lock-.png);
    background-repeat: no-repeat;
    background-position: 17px 11px;
    padding-left: 55px;
    width:243px;
    border-radius: 4px 0 0 4px;
  }
 form input{
    height:38px;
    border:1px solid #c2c2c2;
 }
 #btnSendCode{
    float:left;
    width:80px;
    height:40px;
    font-size: 14px;
    background:#3e87f0;
    color:#fff;
    border:0;
 }
 div.two{
    margin-bottom: 45px;
    overflow:hidden;
 }
 .login-bg .mode-one .btn{
    width:300px;
    height:40px;
    background:#3e87f0;
    color:#fff;
    border-radius: 4px;
    font-size: 18px;
 }
.login-bg p.noHave{
    text-align: center;
    font-size: 12px;
   position: absolute;
   bottom:25px;
   left:0;
    width:420px;
    color:#333;
  }
.login-bg p.noHave a{
    color:#f27b28;
    margin-left: 10px;
}
 .login-bg .forget{
    font-size: 12px;
    margin-bottom: 13px;
    overflow:hidden;

 }
  .login-bg .forget label{
    float: left;
    position:relative;
    margin-left: 20px;
    color:#919191;
  }
  .login-bg .forget label input{
    position:absolute;
    top:-9px;
    left:-18px;
  }
   .login-bg .forget a{
    float: right;
    color:#f27b28;
  }
  .login-bg li .img{
    width:265px;
    height:265px;
    display: block;
    margin:0 auto;
  }
.login-bg li .img img{
    width:265px;
    height:265px;
    display: block;
  }
/* 身体结束*/


/*底部开始*/
.footer{
    height:90px;
    width:100%;
    background:#f4f4f4;
    padding-top: 30px;
}
.footer .in-footer{
    width:1200px;
    margin:0 auto;
}
.footer .in-footer .list{
    text-align: center;
    color:#333333;
}
.footer .in-footer .list a{
    margin:0 18px;
    display:inline-block;
    color:#333333;
}
.footer .in-footer .list a:hover{
    color:#3e87f0;
}
body{
    background:#f4f4f4;
}
/*底部结束*/
.icp{
    line-height: 40px;
    text-align: center;
    color:#505050;
    font-size: 12px;
}
.icp a{
    color: #fff !important;
}