* {
    margin: 0;
    padding: 0;
}

html {
    width: 100%;
    position: relative;
}

body {
    width: 100%;
    background: #fff;
    color: #222;
}

a {
    text-decoration: none;
    outline: none;
    cursor: pointer;
}

a:link,
a:visited,
a:hover,
a:active {
    text-decoration: none;
}

a:hover,
a:focus {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    font-weight: 700;
}

ul,
ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

input,
button {
    display: inline-block;
    border: none;
    outline: none;
    background: #fff;
}

p {
    line-height: 1.8;
}

video {
    border: none;
    outline: none;
}

.clearfix {
    content: '';
    display: block;
    overflow: hidden;
}

.clearfix:after {
    clear: both;
}

.left {
    float: left;
}

.right {
    float: right;
}

::-webkit-scrollbar {
    width: 0px;
}

.contactXuan {
    position: fixed;
    top: 20%;
    right: -225px;
    z-index: 9999999;
}

.contactCont {
    padding: 28px 20px;
    width: 185px;
    height: 370px;
    border-radius: 16px 0 0 16px;
    background: #fff;
    position: relative;
}

.contactBtn {
    position: absolute;
    top: 50%;
    left: -35px;
    z-index: 9999;
    margin-top: -62.5px;
    width: 35px;
    height: 125px;
    cursor: pointer;
}

.contactPhone {
    margin-bottom: 22px;
}

.contactPhone img {
    width: 45px;
    height: 45px;
}

.contactPhone h3 {
    padding-left: 10px;
    width: 125px;
}

.contactPhone h3 b {
    display: block;
    margin-top: 4px;
    font-size: 16px;
    color: #666;
}

.contactPhone h3 span {
    display: block;
    margin-top: 8px;
    font-size: 16px;
    color: #f68833;
}

.contactWxCont {
    text-align: center;
}

.contactWxCont img {
    display: block;
    margin: 0 auto 10px;
}

.contactWxCont span {
    display: block;
    font-size: 16px;
    text-align: center;
    color: #666;
}


/* login */

.loginIndex {
    width: 100%;
}

.wrapper {
    margin: 0 auto;
    width: 1200px;
}

.loginTopCont {
    width: 100%;
    height: 70px;
    line-height: 70px;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999999;
}

.logo {
    float: left;
    margin: 15px 0 0;
    width: 301px;
    height: 41px;
	line-height: 41px;
	padding-left: 45px;
	font-size: 20px;
	font-weight: 600;
    background: url('/images/title-logo-2.png') no-repeat 0 0;
}

.logo img {
    float: left;
    height: 49px;
    width: 49px;
}

.logo .txt {
    float: left;
    height: 49px;
    padding-left: 10px;
    line-height: 49px;
    font-size: 24px;
}

.ltop_nav {
    float: right;
}

.ltop_nav a {
    display: block;
    float: left;
    padding: 0;
    height: 70px;
    width: 105px;
    line-height: 70px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    background: #fff;
    color: #222;
}

.ltop_nav a.cur,
.ltop_nav a:hover {
    background: #b60209;
    color: #fff;
}

.loginBannerCont {
    margin-top: 70px;
    position: relative;
    width: 100%;
    overflow: hidden;
}

.copyRightCont {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 9999999999;
    width: 100%;
    height: 34px;
    line-height: 34px;
    font-size: 14px;
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
}

.loginSBannerCont {
    position: absolute;
    top: 110px;
    left: 50%;
    z-index: 999999;
    margin-left: -476px;
    width: 952px;
    height: 597px;
    border-radius: 16px;
}

.jingBanner {
    height: 950px;
}

.jingSBanner {
    width: 562px;
}

.jingSBanner img {
    border-radius: 16px 0 0 16px;
}

.loginCont {
    padding: 80px 40px;
    width: 310px;
    height: 437px;
    border-radius: 0 16px 16px 0;
    background: #fff;
}

.loginTitle {
    margin-bottom: 50px;
    font-size: 30px;
}

.loginTitle span.line {
    float: left;
    margin-top: 7px;
    width: 8px;
    height: 29px;
    background: #b60209;
}

.loginTitle b {
    margin-left: 15px;
}


/* .loginTitle a {
    line-height: 40px;
    font-size: 16px;
    color: #333;
} */

.backLoginBtn {
    font-size: 16px;
    font-weight: 500;
    line-height: 40px;
    color: #222;
}

.backLoginBtn:hover {
    color: #b60209;
}

.form-box .inPut {
    margin-bottom: 15px;
    border-bottom: 1px solid #e9eaec;
    height: 44px;
    padding-left: 30px;
    position: relative;
}

.form-box .inPut span {
    position: absolute;
    font-size: 14px;
    color: #b60209;
}

.form-box .ck-box {
    height: 44px;
    color: #aeaeae;
    font-size: 14px;
}

.form-box .user {
    background: url(/images/login/userIcon.png) no-repeat 0;
}

.form-box .password {
    background: url(/images/login/passwordIcon.png) no-repeat 0;
}

.form-box .user .text,
.form-box .password .pass {
    display: block;
    border: 1px solid #fff;
    width: 245px;
    height: 42px;
}

.form-box .aBtn-box {
    position: relative;
    margin-top: 30px;
    width: 100%;
    height: 40px;
}

.form-box .aBtn {
    display: block;
    width: 100%;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
    color: #fff;
    background: #b60209;
    border: 0;
    cursor: pointer;
}

.form-box .first-verification {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 40px;
    opacity: 0;
    background: #fff;
    cursor: pointer;
}

.form-box .forget {
    margin-top: 10px;
    height: 40px;
    line-height: 40px;
    text-align: right;
    color: #222;
    font-size: 16px;
}

.form-box .forget a:link,
.form-box .forget a:visited {
    color: #222;
}

.form-box .forget a:hover {
    color: #b60209;
}

.forget-password-layer {
    display: none;
    width: 100%;
    background: #fff;
}

.reLogin {
    margin: 0 auto;
    height: 42px;
    width: 310px;
    font-size: 14px;
    line-height: 42px;
    color: #b60209;
}

.reLogin .title {
    float: left;
    height: 42px;
    color: #333;
}

.reLogin .re {
    float: right;
    height: 42px;
    color: #b60209;
}

.form-short-message {
    margin: 0 auto;
    width: 310px;
}

.input-text {
    margin-bottom: 20px;
    height: 42px;
    line-height: 42px;
    border-bottom: 1px solid #e9eaec;
}

.form-short-message input {
    float: left;
    height: 42px;
    width: 174px;
    font-size: 14px;
    color: #999;
}

.input-text i {
    margin-right: 14px;
    float: left;
    width: 13px;
}

.input-text i img {
    float: left;
    margin-top: 12px;
    width: 12px;
}

.loginPhone span {
    float: left;
    width: 108px;
    font-size: 16px;
    border-right: 1px solid #dee1e5;
}

.loginPhone input {
    text-indent: 10px;
}

.loginResetPassword input {
    width: 280px;
}

.form-short-message .short-message {
    float: left;
    width: 190px;
}

.loginVerifiy {
    position: relative;
}

.form-short-message .short-message-btn {
    float: right;
    position: absolute;
    top: 8px;
    right: 0;
    z-index: 999999;
    padding: 0 15px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    font-size: 14px;
    border-radius: 10px;
    background: #fbeee2;
    color: #b60209;
}

.form-short-message .short-submit {
    display: block;
    margin-top: 50px;
    width: 100%;
    height: 42px;
    text-align: center;
    line-height: 42px;
    font-size: 20px;
    color: #fff;
    background: #b60209;
}

.login-error-md {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999999;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.7);
}

.login-error-md .login-error {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -80px 0 0 -230px;
    border-radius: 10px;
    width: 400px;
    padding: 30px;
    background: #fff;
}

.login-error-md .login-error .login-error-txt {
    height: 50px;
    text-align: center;
    font-size: 24px;
}

.login-error-md .login-error .login-error-btn {
    margin: 20px auto 0;
    border-radius: 10px;
    width: 100%;
    height: 36px;
    text-align: center;
    line-height: 36px;
    font-size: 18px;
    color: #fff;
    background: #b60209;
    cursor: pointer;
}

.login-adopt-md {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999999;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.7);
}

.login-adopt-md .login-adopt {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 99999999;
    margin: -80px 0 0 -230px;
    border-radius: 10px;
    width: 400px;
    padding: 30px;
    background: #fff;
}

.login-adopt-md .login-adopt .login-adopt-txt {
    height: 50px;
    text-align: center;
    font-size: 24px;
}

.login-adopt-md .login-adopt .login-adopt-btn {
    margin: 20px auto 0;
    border-radius: 10px;
    width: 100%;
    height: 36px;
    text-align: center;
    line-height: 36px;
    font-size: 18px;
    color: #fff;
    background: #b60209;
    cursor: pointer;
}

.login-tip-md {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999999;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.7);
}

.login-tip-md .login-tip {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -80px 0 0 -230px;
    border-radius: 10px;
    width: 400px;
    padding: 30px;
    background: #fff;
}

.login-tip-md .login-tip .login-tip-txt {
    height: 50px;
    text-align: center;
    font-size: 24px;
}

.login-tip-md .login-tip .login-tip-btn {
    margin: 20px auto 0;
    border-radius: 10px;
    width: 100%;
    height: 36px;
    text-align: center;
    line-height: 36px;
    font-size: 18px;
    color: #fff;
    background: #b60209;
    cursor: pointer;
}

.swiper-container-horizontal>.swiper-pagination {
    bottom: 150px !important;
    left: 0;
    width: 100%;
}

.swiper-pagination-bullet {
    background: #fff !important;
    opacity: 0.5 !important;
    transition: all .3s !important;
}

.swiper-pagination-bullet-active {
    width: 40px !important;
    border-radius: 4px !important;
    background: #fff !important;
    opacity: 1 !important;
    transition: all .3s !important;
}


/*@media (max-width: 1440px) {*/


/*.loginIndex {*/


/*width: 1440px;*/


/*}*/


/*}*/

@media (min-width: 1000px) and (max-width: 1366px) {
    .loginIndex {
        width: 100%;
    }
}