@charset "utf-8";
blockquote, body, button, dd, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, hr, html, input, legend, li, ol, p, pre, td, textarea, th, ul {
    margin: 0;
    padding: 0
}

.footer_new_ga, a, a:active, a:hover {
    text-decoration: none
}

.breadcrumb .breadcrumb-last, .ect {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

body {
    background-color: #fff
}

body, button, input, select, textarea {
    font: 14px "Source Han Sans SC", "HanHei SC", "PingFang SC", "Helvetica Neue", Helvetica, "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
    color: #333
}

button, h1, h2, h3, h4, h5, h6, input, select, textarea {
    font-size: 100%
}

a, button, input, select, textarea {
    font-family: "Source Han Sans SC", "HanHei SC", "PingFang SC", "Helvetica Neue", Helvetica, "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
    outline: 0
}

address, cite, dfn, em, var {
    font-style: normal
}

dl, ol, ul {
    list-style: none
}

a {
    cursor: pointer;
    color: #666
}

img {
    border: 0
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

.clearfix {
    *zoom: 1
}

.clearfix:after {
    display: block;
    clear: both;
    content: "\0020";
    visibility: hidden;
    height: 0
}
body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
header {
    height: 105px;
    background: #fff;
    line-height: 105px;
}
header div{
    width: 1400px;
    margin: auto;
    height:100%;
    color:#afafaf;
    font-size: 26px;
}
header div img{
    height: 65px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
}
header div a{
    float: right;
    color:#afafaf;
}
.container {
    background:#e8edf6 url("../images/loginBg.png") no-repeat center bottom;
    padding-bottom: 60px;

}
.container .login-bg{
    width: 1400px;
    margin: auto;
    padding: 100px 0;
}
.login-pic{
    width: 585px;
    float: left;
}
.login-box{
    float: right;
    width: 411px;
    height:474px;
    background: #fff;
    border-radius: 5px;
    box-sizing: border-box;
    padding: 35px 25px 20px;
}
.login-box h2,.register-box h2{
    text-align: center;
    font-size: 25px;
    color:#515974;
    margin-bottom: 40px;
}
.login-box li{
    margin-bottom: 20px;
}
.login-box li span{
    display: block;
    font-size: 20px;
    color:#515974;

}
.login-box li input{
    height: 45px;
    width: 100%;
    line-height: 45px;
    border: 1px solid #e1e7f0;
    margin-top: 10px;
    border-radius: 5px;
    padding: 5px 15px;
    box-sizing: border-box;
}
.login-box #ButLogin{
    display: block;
    width: 100%;
    height:50px;
    line-height: 50px;
    font-size: 25px;
    letter-spacing: 2px;
    color:#fff;
    background: #7fbe25;
    border: 0;
    border-radius: 5px;
    margin-top: 40px;
}
.login-box p{
    margin-top: 20px;
}
.login-box p a{
    color:#7fbe25;
    font-size: 22px;
}
.login-box p a:last-child{
    float: right;
}

.hotline{
    background: #fff;
    height: 120px;
    /*line-height: 170px;*/
}
.hotline .hotline-box{
    width: 860px;
    margin: auto;
}
.hotline .hotline-box div{
    display: inline-block;
    width: 51%;
    vertical-align: middle;
}
.hotline .hotline-box div.hotline-tel{
    display: inline-block;
    width: 285px;
    height: 120px;
    background: url(../images/hotline.png) no-repeat left center;
    background-size: 80px auto;
    padding-left: 100px;
    font-size: 24px;
    color:#6b6d85;
}
.hotline .hotline-box div.hotline-tel p{
    font-size: 28px;
    margin-top: 28px;
    margin-bottom: 5px;
}
.hotline-li a{
    display: inline-block;
    padding: 0 30px;
    border-right: 1px solid #515974;
    font-size: 24px;
    color: #515974;
}
.hotline-li a:last-child{
    border-right: 0;
}
.hotline-li a:hover{
    color:#7fbe25;
}
.login-li{
    text-align: center;
    padding: 40px 0 60px;
}
.login-li a{
    font-size: 20px;
    color: #9598a2;
    border-right: 1px solid #9598a2;
}
.register-box{
    width: 829px;
    height:445px;
    background: #fff;
    /*border-radius: 5px;*/
    box-shadow: 0 0 14px #afbd9b;
    border-top: 5px solid #7fbe25;
    margin: auto;
    text-align: center;
}
.register-box h2{
    margin: 20px 0;
}
.register-box ul{
    width: 380px;
    margin: auto;
    overflow: hidden;
}
.register-box li{
    height:40px;
    line-height: 40px;
    margin-bottom: 20px;
}
.register-box li span{
    display: inline-block;
    width: 65px;
    text-align: right;
    margin-right: 10px;
}
.register-box li input{
    width: 300px;
    height:40px;
    border: 0;
    border-bottom: 1px solid #ddd;
    padding-left: 10px;
    box-sizing: border-box;
}
.register-box li input::input-placeholder{color:#b8c4ce!important;}

.register-box li input::-webkit-input-placeholder{
    color: #b8c4ce !important; 
}
.register-box li input::-moz-placeholder{
    color: #b8c4ce !important; 
}
.register-box li input::-moz-placeholder{
    color: #b8c4ce !important; 
}
.register-box li input::-ms-input-placeholder{
    color: #b8c4ce !important; 
}
.register-box li:last-child input{
    width: 222px;
}

.btn_login{
    display: block;
    width: 298px;
    height: 54px;
    color: #fff;
    background: #7fbe25;
    border: 0;
    margin: 20px auto 15px;
    border-radius: 3px;
    font-size: 22px;
    letter-spacing: 4px;
}
.login-btn:hover{
    color:#7fbe25;
}
.send_auto{
    display: inline-block;
    border: 1px solid #7ebe25;
    font-size: 12px;
    padding: 0 6px;
    color: #7ebe25;
    height: 32px;
    line-height: 32px;
    cursor: pointer;
    width: 74px;
    box-sizing: border-box;
}
.send_auto:hover{
    background: #7ebe25;
    color:#fff;
}
.send_auto.cur{
    background: #a9a9a9;
    color:#fff;
    cursor: not-allowed;
    border: 1px solid #a9a9a9;
}
.reset_password{
    width: 1000px;
    height:640px;
    background: #fff;
    margin: auto;
    padding: 45px 115px;
    box-sizing: border-box;
}
.reset_Box .title h2{
    font-size: 24px;
    color:#C7000B;
    font-weight: 400;
}
.reset_Box .title p{
    margin: 30px 0;
    color:#868686;
    font-size: 17px;
    padding-left: 5px;s
}
.reset_Box .title p var{
    font-weight: bold;
    font-size: 28px;
    letter-spacing: 5px;
    margin: 0 10px 0 15px;
    display: inline-block;
}
.reset_Box .title p .cur{
    color:#C7000B;
}
.reset_Box .reser-font{
    font-size: 24px;
    color:#868686;
    margin-bottom: 35px;
}
.reset_Box li span{
    font-size: 22px;
    color: #C7000B;
    display: inline-block;
    margin-right: 20px;
}
.reset_Box input{
    height:50px;
    border: 1px solid #C7000B;
    padding-left: 10px;
    box-sizing: border-box;
    width: 380px;
    margin-bottom: 15px;
}
.reset_Box input.code{
    width: 224px;
    margin-right: 5px;
    vertical-align: top;
}
.reset_Box .send_auto{
    width: 135px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    color: #fff;
    background: #868686;
    border: 0;
    font-size: 18px;
    vertical-align: top;
    letter-spacing: 2px;
}
.reset_Box .next_bit{
    width: 190px;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    text-align: center;
    color: #fff;
    background: #C7000B;
    padding: 0;
    margin: 20px 0 0 90px;
}
.reset_content,.reset_pass,.reset_success{
    border-bottom: 2px dashed #d0d0d0;
    padding-bottom: 10px;
    height: 266px;
}
.reset-dec{
    color:#868686;
    font-size: 14px;
    line-height: 22px;
}
.reset-dec a{
    color:#C7000B;
    cursor: pointer;
}
.reset-dec p:first-child{
    margin: 20px 0 35px 0;
}
.reset_success{
    text-align: center;
    font-size: 28px;
    color: #868686;
    box-sizing: border-box;
    padding: 87px 0;
}
.reset_success a{
    color:#C7000B;
    font-size: 20px;
    margin-top: 22px;
}

@media screen and (max-width: 1600px) {
    header div,.container .login-bg{
        width: 1200px;
    }
}






