﻿@charset "utf-8";
/* CSS Document */
* {
    padding: 0px;
    margin: 0px;
}

img {
    border: 0px;
}

a {
    text-decoration: none;
    color: #675273;
}

ul li {
    list-style-type: none;
}

body {
    margin: 0px auto;
    font-family: '微软雅黑';
    font-size: 14px;
    color: #675273;
}

.header {
    float: left;
    width: 100%;
    height: 115px;
    background-color: #fff;
    text-align: center;
}

    .header .W990 {
        /*height: 114px;*/
        overflow: hidden;
        /*background: url(../images/top_head.gif) bottom right no-repeat;*/
    }

    .header h1 {
        float: left;
        /*margin-top: 39px;*/
    }

    .header span {
        float: right;
        margin: 39px 27px 0px 0px;
        font-size: 13px;
        color: #8c8c8c;
    }

        .header span a {
            margin: 0px 6px;
            font-size: 14px;
            color: #8c8c8c;
        }

.menu {
    float: left;
    width: 100%;
    height: 45px;
    background-color: #fff;
}

.W990 {
    width: 990px;
    margin: 0 auto;
}

.menu ul {
    float: left;
    text-align: center;
}

.menu .level ul {
    display: none;
    position: absolute;
    left: 0px;
    padding-bottom: 16px;
    width: 96px;
    background: #b5b5b5;
    filter: alpha(opacity=90);
    -moz-opacity: 0.9;
    opacity: 0.9;
}

    .menu .level ul li {
        float: left;
        width: 96px;
        height: 34px;
        line-height: 34px;
        border-bottom: 1px dashed #fff;
        overflow: hidden;
        text-align: center;
    }

        .menu .level ul li a {
            line-height: 34px;
            font-size: 13px;
            color: #fff;
        }

.menu .on a, .menu .level a:hover {
    color: #7F1086;
}

.menu .timing {
    float: right;
    width: 285px;
    text-align: right;
    height: 23px;
    padding: 11px 0px;
    line-height: 23px;
    color: #8c8c8c;
    font-size: 12px;
}

.menu .on, .menu .level {
    float: left;
    width: 98px;
    height: 45px;
    line-height: 45px;
    background: url(../images/menu_line.gif) right 14px no-repeat;
    position: relative;
    z-index: 9999;
}

.main {
    width: 990px;
    margin: 0px auto;
}

.con {
    width: 700px;
    padding: 0px 15px;
    background: #fff;
    height: 350px;
    margin: 0px auto;
}

.con_left {
    float: left;
    width: 325px;
    margin-top: 70px;
}

    .con_left li {
        width: 325px;
        float: left;
    }

    .con_left h1, .con_right h1 {
        letter-spacing: 5px;
        color: #7F1086;
    }

    .con_left .h1_en, .con_right .h1_en {
        color: #7F1086;
        letter-spacing: 0px;
    }

.con_left_button {
    background: url(../images/button_1.png) no-repeat;
    width: 217px;
    height: 48px;
    cursor: pointer;
    margin-top: 40px;
}

.con_left p, .con_right p {
    color: #675273;
    line-height: 24px;
}

.con_left_button span, .con_right_button span, .con_right_buttonen1 span, .chaxun_button span, .fanhui_button span {
    font-size: 16px;
    color: #ffe7e9;
    text-align: center;
    line-height: 35px;
   
    display: block;
}

.con_right_buttonen2 span {
    font-size: 16px;
    color: #ffe7e9;
    text-align: center;
    line-height: 48px;
    display: block;
}

.con_right {
    float: right;
    width: 320px;
    margin-top: 60px;
}

    .con_right li {
        float: left;
        width: 320px;
    }

        .con_right li span {
            font-size: 16px;
        }

.con_right_text {
    width: 200px;
    height: 42px;
    line-height: 42px;
    border: 1px solid #9f9f9f;
    margin-top: 10px;
    padding-left: 10px;
    font-size: 16px;
    font-family: '微软雅黑';
}

.con_right_button {
    background: #e10046;
    width: 100px;
    height: 35px;
    float: left;
    margin-top: 10px;
    border-radius: 5px;
    cursor: pointer;
    margin-right: 50px;
}

.con_right_buttonen1 {
    background: url(../images/button_3.png) no-repeat;
    width: 102px;
    height: 48px;
    float: left;
    margin-top: 20px;
}

.con_right_buttonen2 {
    background: url(../images/button_4.png) no-repeat;
    width: 182px;
    height: 48px;
    float: left;
    margin-top: 20px;
}

#footer {
    float: left;
    width: 100%;
    height: 120px;
    overflow: hidden;
    background-color: #fff;
    border-top: 1px solid #e39649;
    text-align: center;
    overflow: hidden;
    margin-top: 120px;
}

    #footer .foot_nav {
        width: 100%;
        height: 89px;
        border-bottom: 1px solid #dfdfdf;
    }

        #footer .foot_nav li {
            float: left;
            height: 40px;
            border-right: 1px solid #dfdfdf;
            margin-top: 31px;
            padding: 0px 35px;
        }

            #footer .foot_nav li a {
                line-height: 41px;
                color: #666666;
                font-size: 12px;
            }

                #footer .foot_nav li a:hover {
                    color: #7F1086;
                }

    #footer .nav {
        width: 706px;
        height: 90px;
        margin-top: 28px;
        text-align: left;
        color: #666666;
        font-size: 13px;
        border-right: 1px solid #dfdfdf;
        overflow: hidden;
        float: left;
    }

        #footer .nav p {
            float: left;
            width: 706px;
            line-height: 25px;
            padding-bottom: 5px;
            font-size: 12px;
        }

            #footer .nav p a {
                padding: 0px 12px;
                color: #666666;
                background: url("../images/footer_line.gif") right 2px no-repeat;
            }

                #footer .nav p a:hover {
                    color: #7F1086;
                }

    #footer .scan {
        width: 255px;
        margin-top: 28px;
        text-align: left;
    }

.fr {
    float: right;
}

#footer .scan span {
    float: right;
    margin: 20px 35px 0px 0px;
    width: 110px;
}

    #footer .scan span a {
        float: left;
        width: 55px;
        text-align: center;
    }

    #footer .scan span p {
        float: left;
        width: 100%;
        margin-top: 10px;
        text-align: center;
        color: #383838;
        font-size: 12px;
    }

.W990 {
    width: 990px;
    margin: 0 auto;
    /*padding:30px 0;*/
}

    .W990 ul li {
        line-height: 24px;
    }

.fontlength {
    width: 84px;
    float: left;
    text-align: right;
}


/*index2*/
.con_chaxun {
    width: 630px;
    margin: 0px auto;
}

    .con_chaxun h1 {
        color: #7F1086;
    }

    .con_chaxun li {
        float: left;
        width: 630px;
        margin-top: 30px;
        line-height: 24px;
    }

        .con_chaxun li b {
            color: #999;
            font-weight: normal;
        }

.chanxun_text {
    width: 262px;
    height: 32px;
    line-height: 32px;
    border: 1px solid #9f9f9f;
    padding-left: 10px;
}

.chaxun_button {
    background: #e10046;
    width: 158px;
    height: 38px;
    cursor: pointer;
    float: left;
    margin-left: 180px;
    border-radius: 5px;
}

/*index3*/
.con_xinxi {
    width: 810px;
    float: left;
    margin-left: 102px;
    margin-top: 20px;
}

    .con_xinxi li {
        float: left;
        padding-right: 44px;
    }

.con_info {
    float: left;
    margin-top: 40px;
    margin-left: 230px;
}

    .con_info li {
        width: 943px;
        float: left;
        line-height: 40px;
    }

.info_text {
    height: 32px;
    line-height: 32px;
    border: 1px solid #9f9f9f;
    background: #fff;
    padding-left: 10px;
    margin-right: 10px;
    font-family: '微软雅黑';
}
/*.con_info li span{ padding-right:10px;}*/

.con_info li b {
    font-weight: normal;
    color: #999;
    font-size: 12px;
}

.con_info li .yzm {
    background: #e10046;
    color: #fff;
    cursor: pointer;
    padding: 5px;
    font-size: 12px;
}

.fanhui_button {
    background: url(../images/fanhui_button.png) no-repeat;
    width: 152px;
    height: 48px;
    float: left;
    margin-left: 20px;
}

/*index4*/
.con_info dl {
    width: 943px;
    float: left;
}

    .con_info dl dt {
        margin: 15px 0;
    }

    .con_info dl dd {
        text-indent: 24px;
        line-height: 30px;
    }

/*index5*/
.info_bg {
    background: url(../images/queren_bg.png) no-repeat;
    width: 920px;
    height: 320px;
    padding: 0px 50px;
}

.info_content {
    float: left;
    width: 943px;
}

    .info_content dd {
        color: #000;
    }

        .info_content dd span {
            margin-right: 30px;
        }

.info_bg_content {
    float: left;
    margin-top: 39px;
}

    .info_bg_content dt {
        font-size: 18px;
    }

    .info_bg_content dd {
        float: left;
        color: #fff;
    }

        .info_bg_content dd span {
            margin-left: 30px;
        }

.zzs_font {
    font-size: 30px;
    color: #000;
    margin-right: 10px;
}

.con_info_table {
    float: left;
    margin-top: 20px;
}

    .con_info_table b {
        font-size: 16px;
        color: #000;
    }


/*index6*/
.index_nav {
    width: 996px;
    background: #292927;
    height: 38px;
    margin: 0 auto;
}

    .index_nav li {
        float: left; /*border-right:1px solid #e8e7e3;*/
        line-height: 38px;
        padding: 0 20px;
    }

        .index_nav li a {
            color: #fff;
            font-size: 16px;
        }

.con_chenggong {
    background: url(../images/chenggong_bg.png);
    width: 770px;
    margin: 0px auto;
    padding: 20px;
}

.chenggong_info {
    background: #fff;
    margin: 0px auto;
    width: 996px;
    height: 100%;
}

.dayin {
    background: url(../images/dayin_button.png) no-repeat;
    width: 127px;
    height: 34px;
    float: right;
}

.logol {
    background: url(../images/logol.png) no-repeat;
    width: 850px;
    height: 60px;
    margin: 0px auto;
}

.chenggong_content {
    padding: 50px 20px 0px 20px;
    height: 800px;
}

    .chenggong_content h1 {
        font-size: 24px;
        color: #000;
        text-align: center;
    }

.chenggong_content_biaoti {
    border-bottom: 1px solid #ccc;
    text-align: center;
    margin-top: 20px;
    line-height: 30px;
    font-size: 12px;
}

.content_info p {
    margin-top: 20px;
    font-size: 12px;
    line-height: 20px;
    color: #666;
}

    .content_info p b {
        font-size: 16px;
        color: #000;
    }

    .content_info p span {
        color: #486fff;
    }

.content_info ul {
    float: right;
    margin-top: 50px;
}

    .content_info ul li {
        font-size: 16px;
        color: #000;
        text-align: right;
    }

.content_info_xiabiao {
    text-align: right;
    margin-top: 50px;
}

.W1030 {
    width: 990px;
    margin: 0 auto;
    font-size: 12px;
}

    .W1030 ul li {
        line-height: 24px;
        float: left;
        margin-left: 35px;
    }

.footerul1 {
    width: 800px;
    margin: 45px auto 15px auto;
}

.footerul2 {
    width: 740px;
    margin: 0px auto;
}

.divCenter {
    margin: 0 auto;
}


.whole {
    width: 956px;
    margin: 0px auto;
    padding: 20px;
}

.time, .youhui {
    width: 956px;
    float: left;
}

.active {
    width: 450px;
    float: left;
    margin-top: 20px;
}

    .time p, .active p {
        border-left: 5px solid #cf000c;
        color: #282828;
        padding-left: 5px;
        font-size: 16px;
    }

    .active ul li {
        float: left;
        width: 100%;
        line-height: 26px;
    }

        .active ul li span {
            float: right;
        }

.youhui {
    margin-top: 60px;
    font-size: 16px;
    color: #282828;
}

    .youhui input {
        color: #838383;
        font-family: "微软雅黑";
        border-radius: 3px;
        border: 1px solid #ccc;
        height: 26px;
        line-height: 26px;
        width: 150px;
    }

.button {
    width: 600px;
    float: left;
    margin-top: 55px;
}

    .button ul li {
        float: left;
        margin-right: 20px;
    }

    .button li img {
        margin-top: 55px;
    }

.jine {
    width: 170px;
    padding: 10px 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-left: 50px;
}

    .jine p {
        line-height: 26px;
        padding: 0;
        margin: 0;
    }

        .jine p span {
            font-size: 18px;
        }

        .jine p font {
            color: #cf000c;
        }

.table {
    text-align: center;
}

    .table ul li {
        width: 124px;
        float: left;
        line-height: 30px;
    }

.ul_title {
    font-size: 16px;
    color: #282828;
    background: #f0f0f0;
    border: 1px solid #ccc;
    height: 30px;
    border-radius: 5px;
}

.ul_nr {
    font-size: 14px;
    color: #868686;
    border: 1px solid #ccc;
    height: 54px;
    border-radius: 5px;
    margin-top: 5px;
    width: 87%;
    float: left;
}

.ul_list {
    font-size: 14px;
    color: #868686;
    border: 1px solid #ccc;
    height: 30px;
    border-radius: 5px;
    margin-top: 5px;
    float: left;
    width: 100%;
}

.tuiding {
    float: right;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
    height: 30px;
    margin-top: 5px;
    width: 65px;
    font-size: 16px;
    color: #282828;
    font-family: "微软雅黑";
}

.chaxunbtn {
    float: right;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
    height: 30px;
    margin-top: 5px;
    width: 130px;
    font-size: 16px;
    color: #282828;
    font-family: "微软雅黑";
}

.chaxunbtnNew {
    float: right;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
    height: 55px;
    margin-top: 5px;
    width: 118px;
    font-size: 16px;
    color: #282828;
    font-family: "微软雅黑";
}

.btn_style {
    background: #7F1086;
    color: #fff;
    font-size: 14px;
    padding: 8px 20px;
    font-family: "微软雅黑";
    border: 0;
    border-radius: 5px;
}

.label_style {
    border: 1px solid #ccc;
    height: 32px;
    width: 100px;
    line-height: 32px;
    float: right;
    padding: 0 10px;
    margin-left: 10px;
}

.close {
    display: none;
    background: #fafafa;
    width: 400px;
    height: 200px;
    top: 20%;
    margin: 0px auto;
}

    .close p {
        font-size: 16px;
        text-align: center;
        padding-top: 70px;
    }

.guanbi {
    float: right;
    padding: 5px;
    font-size: 12px;
}

.close_btn {
    padding: 50px 95px;
}

#btnUnpaid {
    float: left;
    background: #7F1086;
    color: #fff;
    font-size: 14px;
    font-family: "微软雅黑";
    border: 0;
    border-radius: 3px;
    width: 80px;
    height: 30px;
    line-height: 30px;
}

#btnPaid {
    float: right;
    background: #7F1086;
    color: #fff;
    font-size: 14px;
    font-family: "微软雅黑";
    border: 0;
    border-radius: 3px;
    width: 80px;
    height: 30px;
    line-height: 30px;
}

.gw_num {
    border: 1px solid #dbdbdb;
    width: 110px;
    line-height: 26px;
    overflow: hidden;
}

    .gw_num em {
        display: block;
        height: 26px;
        width: 26px;
        float: left;
        color: #7A7979;
        border-right: 1px solid #dbdbdb;
        text-align: center;
        cursor: pointer;
    }

    .gw_num .num {
        display: block;
        float: left;
        text-align: center;
        width: 52px;
        font-style: normal;
        font-size: 14px;
        line-height: 24px;
        border: 0;
    }

    .gw_num em.add {
        float: right;
        border-right: 0;
        border-left: 1px solid #dbdbdb;
    }
