﻿/*user czx
2016.11.26*/
@charset "utf-8";

body {
    font-size: 14px;
    font-family: "微软雅黑";
    color: #333;
    background: #fafafa;
}

body, h1, h2, h3, h4, h5, p, dl, dd, ul, ol, form, input, textarea, th, td, select, b {
    margin: 0;
    padding: 0;
    font-weight: normal;
}

em, i {
    font-style: normal;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
    color: #333;
}

img {
    border: none;
    vertical-align: middle;
}

table {
    border-collapse: collapse;
    cursor: default;
}

th {
    font-weight: normal;
}

input, textarea, select {
    outline: none;
    border: none;
    border: solid 1px #ccc;
    vertical-align: middle;
    font-family: "微软雅黑";
}

textarea {
    resize: none;
    overflow: auto;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #ccc;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #333;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #ccc;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #ccc;
}

.clearfix {
    zoom: 1;
}

    .clearfix:after {
        content: '';
        display: block;
        clear: both;
    }

.fl {
    float: left;
}

.fr {
    float: right;
}

.show {
    display: block;
}

.hidden {
    display: none;
}
/* public */
.tab_seat1 {
    text-align: left;
}

.tab_seat2 {
    text-align: center;
}

.tab_seat3 {
    text-align: right;
    padding-right: 10px;
}

.a_btn {
    height: 28px;
    display: block;
    float: left;
    padding: 0 15px;
    font-size: 12px;
    color: #333;
    border: 1px solid #e7e7e7;
    border-radius: 4px;
    text-align: center;
    line-height: 28px;
}

    .a_btn:hover {
        background: #feb41d;
        border: 1px solid #feb41d;
        color: #fff;
    }

.a_btn1 {
    height: 28px;
    display: block;
    float: left;
    padding: 0 15px;
    font-size: 12px;
    color: #333;
    border: 1px solid #e7e7e7;
    border-radius: 4px;
    text-align: center;
    line-height: 28px;
}

.inp_btn {
    height: 28px;
    display: block;
    float: left;
    padding: 0 15px;
    font-size: 12px;
    color: #333;
    border: 1px solid #e7e7e7;
    border-radius: 4px;
    text-align: center;
    line-height: 28px;
    background: #fff;
    cursor: pointer;
}

    .inp_btn:hover {
        background: #feb41d;
        border: 1px solid #feb41d;
        color: #fff;
    }

.a_btn_active {
    background: #feb41d;
    color: #fff;
    border: 1px solid #feb41d;
}

/*滚动条*/
/* Track */

::-webkit-scrollbar {
    width: 1px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(204,204,204,0.3);
    -webkit-border-radius: 1px;
    border-radius: 1px;
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 1px;
    border-radius: 1px;
    background: rgba(204,204,204,0.8);
    -webkit-box-shadow: inset 0 0 6px rgba(204,204,204,0.5);
}

    ::-webkit-scrollbar-thumb:window-inactive {
        background: rgba(204,204,204,0.4);
    }


/*index------------style*/
.website_iebox {
    width: 100%;
    /*background: url(../../imgs/website/cuowu.jpg) no-repeat;*/
    background-size: 100%;
    display: none;
}

.website_box,
.website_header,
.website_register_box,
.website_nav_box,
.website_con_box,
.website_con,
.purchase_box,
.aboutUs_box {
    width: 100%;
}

.website_box {
    position: relative;
    border-top: 1px solid #d7d8d8;
    min-width: 1100px;
    /*display: none;*/
}

.website_register,
.nav {
    width: 1000px;
    margin: 0 auto;
}
/*header*/
.website_header_box {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.website_header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999999;
}

.website_nav_box {
    height: 70px;
    background: #fff;
    position: relative;
}

.nav {
    height: 70px;
}

.loginLogo {
    height: 52px;
    width: 86px;
    position: absolute;
    top: 10px;
}

.nav_list_box {
    height: 100%;
    margin-right: 60px;
}

    .nav_list_box .nav_list {
        float: left;
        width: 50px;
        font-size: 16px;
        height: 100%;
        line-height: 70px;
        text-align: right;
        cursor: pointer;
        position: relative;
        margin-left: 30px;
    }

    .nav_list_box .nav_list2 {
        color: #72bcf9;
    }

    .nav_list_box .nav_list1 {
        width: 70px;
    }

    .nav_list_box span {
        width: 7px;
        height: 7px;
        display: block;
        background: url(../../imgs/website/666666.png) no-repeat;
        position: absolute;
        right: 10px;
        bottom: 10px;
        display: none;
    }

    .nav_list_box .nav_list_pic {
        right: 25px;
    }

.dl_box {
    height: 100%;
    position: absolute;
    top: 0;
    right: 10px;
}

    .dl_box li {
        float: left;
        margin-left: 20px;
        cursor: pointer;
    }

        .dl_box li a {
            display: block;
            color: #20a4f8;
            border: 1px solid #20a4f8;
            font-size: 14px;
            line-height: 26px;
            text-align: center;
            width: 60px;
            height: 26px;
            border-radius: 5px;
            margin-top: 20px;
        }

            .dl_box li a:hover {
                background: #20a4f8;
                color: #fff;
            }

        .dl_box li .abactiv {
            background: #20a4f8;
            color: #fff;
        }

.website_con_box {
    margin-top: 70px;
}


/*首-------------------------------------------页*/
.website_index_box {
    width: 100%;
    background: #fff;
    display: none;
}

.website_con_list {
    width: 100%;
}


/*官网---------------------------foot*/
.website_foot_box {
    width: 100%;
    height: 300px;
    background: #3a3a3a;
}

.website_foot {
    width: 1000px;
    height: 80%;
    border-top: 1px solid #3a3a3a;
    margin: 0 auto;
}

    .website_foot li {
        float: left;
        width: 120px;
        height: 100%;
        margin-right: 30px;
    }

    .website_foot .website_foot_list1 {
        width: 500px;
        margin-right: 0;
    }

        .website_foot .website_foot_list1 p {
            text-align: left;
            margin: 55px 0 20px 0;
        }

    .website_foot li p {
        width: 100%;
        color: #fff;
        font-size: 16px;
        text-align: center;
        margin: 55px 0 20px 0;
    }

    .website_foot .web_f_pic {
        width: 120px;
        height: 120px;
    }

        .website_foot .web_f_pic img {
            width: 100%;
        }

    .website_foot .web_f_con {
        width: 100%;
        color: #fff;
        font-size: 16px;
    }

        .website_foot .web_f_con .web_f_con1 {
            margin: 40px 0 20px 0;
        }

        .website_foot .web_f_con span {
            display: block;
            float: left;
            margin-right: 12px;
        }

        .website_foot .web_f_con b {
            display: block;
            float: left;
        }

.website_foot_box .banquan {
    text-align: center;
    color: #fff;
    font-size: 14px;
}

/*注册页面*/
.register_box {
    position: relative;
    /*background: url(../../imgs/website/banner.jpg) no-repeat;*/
}

    .register_box img {
        width: 100%;
    }

.register_wicket_opac {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    background: #fff;
    filter: alpha(opacity=20);
    -moz-opacity: 0.2;
    -khtml-opacity: 0.2;
    opacity: 0.2;
}

.register_wicket_con {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

    .register_wicket_con h3 {
        height: 60px;
        text-align: center;
        font-size: 28px;
        color: #fff;
        line-height: 85px;
    }

.register_wicket_list {
    margin-top: 18px;
}

    .register_wicket_list li {
        margin: 0 0 25px 70px;
        position: relative;
    }

    .register_wicket_list .register_list_btn {
        margin-top: 30px;
    }

    .register_wicket_list ::-moz-placeholder {
        color: #acaaaa;
    }

    .register_wicket_list input:-ms-input-placeholder {
        color: #acaaaa;
    }

    .register_wicket_list input::-webkit-input-placeholder {
        color: #acaaaa;
    }

    .register_wicket_list li span {
        width: 7px;
        height: 7px;
        margin: 13px 5px 0 0;
    }

    .register_wicket_list li i {
        margin: 8px 18px 0 0;
        color: #333;
    }

    .register_wicket_list li .register_wicket_lson {
        margin-right: 20px;
    }

    .register_wicket_list li input {
        background: none;
        border: 1px solid #d9d9d9;
        height: 32px;
        width: 288px;
        padding-left: 10px;
        border-radius: 3px;
    }

    .register_wicket_list .register_wicket_inp1 {
        width: 180px;
        margin-right: 18px;
    }

    .register_wicket_list .register_wicket_inp2 {
        width: 90px;
        border: 0;
        background: #20a4f7;
        color: #fff;
        padding: 0;
        height: 34px;
        cursor: pointer;
    }

    .register_wicket_list .register_wicket_inp3 {
        width: 385px;
        border: 0;
        color: #fff;
        background: #20a4f8;
        padding: 0;
        height: 44px;
        cursor: pointer;
    }

.register_wicket_tit {
    position: absolute;
    top: 0;
    right: -150px;
    color: #da4343;
    /*display: none;*/
}

.register_wicket_tit1 {
    right: -96px;
}

.register_wicket_tit b {
    width: 15px;
    height: 15px;
    background: url(../../imgs/icon.png) no-repeat -362px -25px;
    margin: 10px 5px 0 0;
}

.register_wicket_tit p {
    margin: 7px 0 0 0;
}


/*官网固定定位*/
.website_fiexd_box {
    position: fixed;
    width: 60px;
    height: 290px;
    right: 0;
    bottom: 10px;
    z-index: 999999999;
}

    .website_fiexd_box li {
        border-top: 1px solid #161c1d;
        width: 50px;
        height: 50px;
        border-radius: 3px;
        background: #161c1d;
        position: relative;
        margin-bottom: 10px;
        cursor: pointer;
    }

        .website_fiexd_box li a {
            display: block;
            height: 100%;
            width: 100%;
        }

    .website_fiexd_box .website_fiexd_list1 {
        margin-bottom: 0;
    }

#btn {
    display: none;
}

#btnNext {
    margin-top: 60px;
}

.website_fiexd_box li .bac_pic {
    display: block;
    width: 30px;
    margin: 10px 0 0 11px;
}

.website_fiexd_box li .bac_pic1 {
    height: 16px;
    margin: 15px 0 0 12px;
    background: url(../../imgs/website/gw_icon.png) no-repeat 0 0;
}

.website_fiexd_box li .bac_pic2 {
    height: 29px;
    background: url(../../imgs/website/gw_icon.png) no-repeat 0 -29px;
}

.website_fiexd_box li .bac_pic3 {
    height: 30px;
    background: url(../../imgs/website/gw_icon.png) no-repeat 0 -73px;
}

.website_fiexd_show {
    height: 32px;
    background: #161c1d;
    position: absolute;
    padding: 0 15px;
    border-radius: 3px;
    top: 10px;
    left: -90px;
    color: #fff;
    line-height: 32px;
}

.website_fiexd_show1 {
    left: -100px;
}

.website_fiexd_show2 {
    left: -140px;
}

.website_fiexd_show span {
    width: 8px;
    height: 13px;
    position: absolute;
    top: 10px;
    right: -7px;
    background: url(../../imgs/website/gw_icon.png) no-repeat -50px 0;
}

.website_box .index_show {
    display: block;
}

@media (max-width: 1024px) { /*当屏幕尺寸小于1024px时，应用下面的CSS样式*/
    .website_register li {
        font-size: 14px;
    }

    .nav_list_box {
        height: 100%;
        margin-right: 500px;
    }

        .nav_list_box .nav_list {
            font-size: 14px;
        }

    .nav_list_box {
        height: 100%;
        margin-right: 20.0px;
    }

    .banner_show {
        width: 616px;
        height: 360px;
        bottom: 125px;
        left: 160px;
    }

    .banner_show_txt {
        width: 100%;
        height: 220px;
        position: absolute;
        top: 36px;
    }

    .banner_show_bf {
        width: 469px;
        height: 295px;
        position: absolute;
        top: 22px;
        left: 75px;
        background: #000;
    }

    .sp_vid {
        width: 467px;
        height: 293px;
    }

    .loadbox {
        width: 460px;
        height: 10px;
        border: 1px solid #000;
        position: absolute;
        bottom: 0;
        left: 2px;
        background: #ccc;
        opacity: 0.5;
        border-radius: 5px;
        display: none;
    }

        .loadbox span {
            position: absolute;
            height: 100%;
            width: 0;
            background: #fff;
            left: 0;
            top: 0;
        }

    .feature_intro {
        background: #fff;
        height: 600px;
        margin-top: -80px;
    }
}


@media (min-width: 1024px) and (max-width: 1100px) {
    .website_register li {
        font-size: 14px;
    }

    .nav_list_box {
        height: 100%;
        margin-right: 180px;
    }

        .nav_list_box .nav_list {
            font-size: 14px;
        }

    .banner_show {
        width: 730px;
        height: 421px;
        bottom: 66px;
        left: 100px;
    }

    .banner_show_txt {
        width: 100%;
        height: 220px;
        position: absolute;
        top: 32px;
    }

    .banner_show_bf {
        width: 557px;
        height: 350px;
        position: absolute;
        top: 25px;
        left: 88px;
        background: #000;
    }

    .sp_vid {
        width: 555px;
        height: 349px;
    }

    .loadbox {
        width: 551px;
        height: 10px;
        border: 1px solid #000;
        position: absolute;
        bottom: 0;
        left: 2px;
        background: #ccc;
        opacity: 0.5;
        border-radius: 5px;
        display: none;
    }

        .loadbox span {
            position: absolute;
            height: 100%;
            width: 0;
            background: #fff;
            left: 0;
            top: 0;
        }

    .feature_intro {
        background: #fff;
        height: 600px;
        margin-top: -50px;
    }
}

@media (min-width: 1100px) and (max-width: 1200px) {
    .website_register li {
        font-size: 14px;
    }

    .nav_list_box {
        height: 100%;
        margin-right: 160px;
    }

        .nav_list_box .nav_list {
            font-size: 14px;
        }

    .banner_show {
        width: 730px;
        height: 421px;
        bottom: 40px;
        left: 100px;
    }

    .banner_show_txt {
        width: 100%;
        height: 220px;
        position: absolute;
        top: 45px;
    }

    .banner_show_bf {
        width: 557px;
        height: 350px;
        position: absolute;
        top: 25px;
        left: 88px;
        background: #000;
    }

    .sp_vid {
        width: 555px;
        height: 349px;
    }

    .loadbox {
        width: 551px;
        height: 10px;
        border: 1px solid #000;
        position: absolute;
        bottom: 0;
        left: 2px;
        background: #ccc;
        opacity: 0.5;
        border-radius: 5px;
        display: none;
    }

        .loadbox span {
            position: absolute;
            height: 100%;
            width: 0;
            background: #fff;
            left: 0;
            top: 0;
        }

    .feature_intro {
        background: #fff;
        height: 600px;
        margin-top: -30px;
    }
}

@media (min-width: 1200px) and (max-width: 1300px) {
    .website_register li {
        font-size: 14px;
    }

    .nav_list_box {
        height: 100%;
        margin-right: 160px;
    }

        .nav_list_box .nav_list {
            font-size: 14px;
        }

    .banner_show {
        width: 730px;
        height: 421px;
        bottom: 10px;
        left: 100px;
    }

    .banner_show_txt {
        width: 100%;
        height: 220px;
        position: absolute;
        top: 90px;
    }

    .banner_show_bf {
        width: 557px;
        height: 350px;
        position: absolute;
        top: 25px;
        left: 88px;
        background: #000;
    }

    .sp_vid {
        width: 555px;
        height: 349px;
    }

    .loadbox {
        width: 551px;
        height: 10px;
        border: 1px solid #000;
        position: absolute;
        bottom: 0;
        left: 2px;
        background: #ccc;
        opacity: 0.5;
        border-radius: 5px;
        display: none;
    }

        .loadbox span {
            position: absolute;
            height: 100%;
            width: 0;
            background: #fff;
            left: 0;
            top: 0;
        }

    .feature_intro {
        background: #fff;
        height: 600px;
        margin-top: -10px;
    }
}


@media (min-width: 1300px) and (max-width: 1370px) {
    .website_register li {
        font-size: 14px;
    }

    .nav_list_box .nav_list {
        font-size: 14px;
    }

    .banner_show {
        width: 730px;
        height: 421px;
        bottom: 30px;
        left: 100px;
    }

    .banner_show_txt {
        width: 100%;
        height: 220px;
        position: absolute;
        top: 70px;
    }

    .banner_show_bf {
        width: 557px;
        height: 350px;
        position: absolute;
        top: 25px;
        left: 88px;
        background: #000;
    }

    .sp_vid {
        width: 555px;
        height: 349px;
    }

    .loadbox {
        width: 551px;
        height: 10px;
        border: 1px solid #000;
        position: absolute;
        bottom: 0;
        left: 2px;
        background: #ccc;
        opacity: 0.5;
        border-radius: 5px;
        display: none;
    }

        .loadbox span {
            position: absolute;
            height: 100%;
            width: 0;
            background: #fff;
            left: 0;
            top: 0;
        }

    .feature_intro {
        background: #fff;
        height: 600px;
        margin-top: -10px;
    }
}

@media (min-width: 1370px) and (max-width: 1450px) {

    .banner_show {
        width: 730px;
        height: 421px;
        bottom: -15px;
        left: 100px;
    }

    .banner_show_txt {
        width: 100%;
        height: 220px;
        position: absolute;
        top: 95px;
    }

    .banner_show_bf {
        width: 557px;
        height: 350px;
        position: absolute;
        top: 25px;
        left: 88px;
        background: #000;
    }

    .sp_vid {
        width: 555px;
        height: 349px;
    }

    .loadbox {
        width: 551px;
        height: 10px;
        border: 1px solid #000;
        position: absolute;
        bottom: 0;
        left: 2px;
        background: #ccc;
        opacity: 0.5;
        border-radius: 5px;
        display: none;
    }

        .loadbox span {
            position: absolute;
            height: 100%;
            width: 0;
            background: #fff;
            left: 0;
            top: 0;
        }

    .feature_intro {
        background: #fff;
        height: 600px;
        margin-top: 10px;
    }
}


@media (min-width: 1450px) and (max-width: 1550px) {

    .banner_show {
        width: 730px;
        height: 421px;
        bottom: -10px;
        left: 100px;
    }

    .banner_show_bf {
        width: 557px;
        height: 350px;
        position: absolute;
        top: 25px;
        left: 88px;
        background: #000;
    }

    .sp_vid {
        width: 555px;
        height: 349px;
    }

    .banner_show_txt {
        width: 100%;
        height: 220px;
        position: absolute;
        top: 100px;
    }

    .loadbox {
        width: 551px;
        height: 10px;
        border: 1px solid #000;
        position: absolute;
        bottom: 0;
        left: 2px;
        background: #ccc;
        opacity: 0.5;
        border-radius: 5px;
        display: none;
    }

        .loadbox span {
            position: absolute;
            height: 100%;
            width: 0;
            background: #fff;
            left: 0;
            top: 0;
        }

    .feature_intro {
        background: #fff;
        height: 600px;
        margin-top: 30px;
    }
}

@media (min-width: 1550px) and (max-width: 1650px) {

    .banner_show {
        bottom: -136px;
        left: 90px;
    }
}

@media (min-width: 1650px) and (max-width: 1750px) {

    .banner_show {
        bottom: -160px;
        left: 55px;
    }
}

@media (min-width: 1750px) and (max-width: 1830px) {

    .banner_show {
        bottom: -170px;
        left: 50px;
    }
}



/*注册*/
.register_box16 {
    width: 100%;
    height: 680px;
    position: relative;
}

.register_back1 {
    width: 100%;
    height: 470px;
    background: -moz-linear-gradient(top, #2951a1 30%,#2f65af 40%,#3372b9 50%,#3a89ca 60%, #4cbff4 100%);
    /*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#000000), color-stop(100%,#ffffff));*/
    background: -webkit-linear-gradient(top, #2951a1 30%,#2f65af 40%,#3372b9 50%,#3a89ca 60%, #4cbff4 100%);
    background: -ms-linear-gradient(top, #2951a1 30%,#2f65af 40%,#3372b9 50%,#3a89ca 60%, #4cbff4 100%);
    background: linear-gradient(top, #2951a1 30%,#2f65af 40%,#3372b9 50%,#3a89ca 60%, #4cbff4 100%);
}

.register_back2 {
    width: 100%;
    height: 210px;
    background: #fff;
}

.register_box_tit {
    height: 116px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -165px;
    font-size: 32px;
    color: #fff;
    line-height: 116px;
}

.register_wicket_box {
    height: 480px;
    width: 560px;
    background: #fff;
    border-radius: 20px;
    position: absolute;
    left: 50%;
    top: 132px;
    margin-left: -280px;
    -webkit-box-shadow: 0 0 3px 3px #e5ecf6;
    -moz-box-shadow: 0 0 3px 3px #e5ecf6;
    box-shadow: 0 0 3px 3px #e5ecf6;
}

.register_wicket_list {
    margin-top: 27px;
}

    .register_wicket_list li {
        margin: 0 0 24px 93px;
        position: relative;
    }

    .register_wicket_list .register_list_btn {
        margin-top: 50px;
    }

    .register_wicket_list ::-moz-placeholder {
        color: #acaaaa;
    }

    .register_wicket_list input:-ms-input-placeholder {
        color: #acaaaa;
    }

    .register_wicket_list input::-webkit-input-placeholder {
        color: #acaaaa;
    }

    .register_wicket_list li i {
        margin: 8px 18px 0 0;
        color: #333;
    }

    .register_wicket_list li input {
        background: none;
        border: 1px solid #d9d9d9;
        height: 32px;
        width: 288px;
        padding-left: 10px;
        border-radius: 3px;
    }

    .register_wicket_list .register_wicket_inp1 {
        width: 180px;
        margin-right: 18px;
    }

    .register_wicket_list .register_wicket_inp2 {
        width: 90px;
        border: 0;
        /*background: #f2f2f2;*/
        padding: 0;
        height: 34px;
        cursor: pointer;
    }

    .register_wicket_list .register_wicket_inp3 {
        width: 375px;
        border: 0;
        color: #fff;
        font-size: 18px;
        background: #20a4f7;
        padding: 0;
        height: 50px;
        cursor: pointer;
    }

        .register_wicket_list .register_list_btn :hover, .register_wicket_list .register_list_btn :focus {
            background-color: #0c80dc;
        }

.register_wicket_tit {
    position: absolute;
    top: 0;
    right: -170px;
    color: #da4343;
    /*display: none;*/
}

.register_wicket_tit1 {
    right: -115px;
}

.register_wicket_tit b {
    width: 15px;
    height: 15px;
    background: url(../../imgs/website/gw_icon.png) no-repeat -73px 0;
    margin: 10px 5px 0 0;
}

.register_wicket_tit p {
    margin: 7px 0 0 0;
}

/*登录*/
.enter_box {
    width: 100%;
    height: 640px;
    position: relative;
}

.enter_back1 {
    width: 100%;
    height: 470px;
    background: -moz-linear-gradient(top, #2951a1 30%,#2f65af 40%,#3372b9 50%,#3a89ca 60%, #4cbff4 100%);
    /*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#000000), color-stop(100%,#ffffff));*/
    background: -webkit-linear-gradient(top, #2951a1 30%,#2f65af 40%,#3372b9 50%,#3a89ca 60%, #4cbff4 100%);
    background: -ms-linear-gradient(top, #2951a1 30%,#2f65af 40%,#3372b9 50%,#3a89ca 60%, #4cbff4 100%);
    background: linear-gradient(top, #2951a1 30%,#2f65af 40%,#3372b9 50%,#3a89ca 60%, #4cbff4 100%);
}

.enter_back2 {
    width: 100%;
    height: 170px;
    background: #fff;
}

.register_wicket_box1 {
    height: 400px;
}

.register_wicket_list1 {
    margin-top: 98px;
}
