html, body, div, span, table, tbody, tr, th, td, em, img, strong, h1, h2, h3, h4, h5, h6, p, a, dl, dt, dd, ol, ul, li, form, label, input
{
    margin: 0;
    padding: 0;
    list-style: none;
    outline: none;
}

h1, h2, h3, h4, h5, h6, b
{
    font-weight: 400;
}

a, img
{
    border: none;
}

html, body
{
    position: relative;
}

input, select, textarea
{
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    outline: none;
}

body
{
    font-family: Arial,"Microsoft YaHei","simsun";
    color: #666;
    font-size: .32rem;
    background: #f2f2f2;
}

a
{
    color: #666;
    font-size: .32rem;
}

    a:link
    {
        text-decoration: none;
    }

    a:visited
    {
        text-decoration: none;
        color: #666;
    }

    a:hover
    {
        text-decoration: none;
        color: #001d9f;
    }

    a:active
    {
        text-decoration: none;
        color: #666;
    }

::-webkit-input-placeholder
{
    color: #999;
}

:-moz-placeholder
{
    color: #999;
    opacity: 1;
}

::-moz-placeholder
{
    color: #999;
    opacity: 1;
}

:-ms-input-placeholder
{
    color: #999 !important;
}

::-ms-clear, ::-ms-reveal
{
    display: none;
}

.clearfix:after
{
    display: block;
    content: '.';
    clear: both;
    height: 0;
    line-height: 0;
    visibility: hidden;
}

table
{
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

.container
{
    margin: 0 auto;
    position: relative;
    font-size: .32rem;
    padding: 0 .32rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

    .container.padding
    {
        padding: 0;
    }

.border
{
    background: #fff;
    margin-bottom: .4rem;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 0 .4rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.btn
{
    width: 3.46667rem;
    height: .8rem;
    line-height: .8rem;
    background: #f7b23f;
    border-radius: .4rem;
    color: #fff;
    display: inline-block;
    margin: 0 auto;
    text-align: center;
    border: 0;
    cursor: pointer;
    font-size: .37333rem;
}

    .btn:hover
    {
        color: #fff;
    }

.btn-cancel
{
    background: #999;
}

.gray-background
{
    background: #000;
    opacity: .5;
    display: none;
    z-index: 90;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.form-group
{
    height: 1.0rem;
    line-height: 1.0rem;
    border-bottom: 1px dashed #ddd;
}

    .form-group:after
    {
        display: block;
        content: '.';
        clear: both;
        height: 0;
        line-height: 0;
        visibility: hidden;
    }

    .form-group.auto-height
    {
        height: auto;
        line-height: normal;
    }

    .form-group .label
    {
        float: left;
        width: 2.13333rem;
        color: #333;
        text-align: left;
        font-size: .37333rem;
    }

        .form-group .label span
        {
            color: #f7b23f;
        }

    .form-group .input-control
    {
        font-size: .34667rem;
        height: 0.8rem;
        line-height: 0.8rem;
        background: #fff;
        box-sizing: border-box;
        width: 7.2rem;
        /*border: 0;*/
        float: left;
        padding-top: 0.13333rem;
        margin: 0.1rem 0;
    }

        .form-group .input-control:focus
        {
            border-color: #f7b23f;
        }

    .form-group .input
    {
        float: left;
    }

    .form-group .textarea
    {
        height: 2.66667rem;
        resize: none;
    }

.header
{
    height: 1.17333rem;
    background: #fff;
}

    .header .fixed
    {
        height: .82667rem;
        line-height: .82667rem;
        left: 0;
        top: 0;
        width: 100%;
        background: #fff;
        z-index: 50;
        padding: .17333rem 0;
        position: fixed;
    }

    .header .container
    {
        position: relative;
    }

    .header .logo
    {
        width: 4.66667rem;
        padding-left: .4rem;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        font-size: .25333rem;
    }
     .header .logo img
        {
            width: 4.29333rem;
            height: .68rem;
            margin-top: .06667rem;
        }

    .header .right
    {
        position: absolute;
        right: .32rem;
        top: .09333rem;
    }

        .header .right a
        {
            display: block;
            width: .64rem;
            height: .64rem;
        }

        .header .right .nav
        {
            background: url(/images/wap/nav.gif) no-repeat center center/.61333rem .52rem;
        }

            .header .right .nav.show
            {
                background: url(/images/wap/close.png) no-repeat center center/.58667rem .58667rem;
            }

    .header .language
    {
        right: 1.33333rem;
        border-right: 1px solid #ddd;
        top: 0;
        position: absolute;
    }

        .header .language a
        {
            margin: 0 .22667rem;
            font-size: .37333rem;
            color: #5e5e5e;
            display: inline-block;
            vertical-align: middle;
        }

            .header .language a.active
            {
                color: #f7b23f;
                border-bottom: 2px solid #f7b23f;
            }

.drop-down
{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 1.2rem;
    width: 100%;
    
    z-index: 100;
    display: none;
}

.downul
{
    background: rgba(0,29,159,0.8);

}

    .drop-down ul
    {
        /*background:#d8def8;*/
        
        animation: dropdown .5s;
    }

    .drop-down li
    {
        height: 1.33333rem;
        line-height: 1.33333rem;
        text-align: left;
        padding-left:10%;
        border-top: 1px solid #fff;
    }

        .drop-down li:first-child
        {
            border: 0;
        }

        .drop-down li a
        {
            /*background: #333;*/
            display: block;
            color: #fff;
            font-size: .41333rem;
        }

            .drop-down li a.active, .drop-down li a:hover
            {
                /*background: #001d9f;*/
            }

        .drop-down li.has
        {
            height: auto;
        }

    .drop-down.show
    {
        display: block;
    }

    .drop-down .child
    {
        /*background: #192869;*/
        display: none;
    }

        .drop-down .child li
        {
            border-top: 0;
            height: .8rem;
            line-height: .8rem;
            text-align: left;
            padding-left:5%;
        }

            .drop-down .child li a
            {
                /*background: #192869;*/
                color:#fff;
            }

                .drop-down .child li a:before
                {
                    content: ' ';
                    display: inline-block;
                    vertical-align: middle;
                    width: 10px;
                    height: 10px;
                    border-radius: 50%;
                    /*background: #999;*/
                    margin-right: 5px;
                    color: #fff;
                }

                .drop-down .child li a.active, .drop-down .child li a:hover
                {
                    color: #fff;
                }

                    .drop-down .child li a.active:before, .drop-down .child li a:hover:before,.drop-down .child li a:before
                    {
                        background: #fff;
                    }

    .drop-down .arrow
    {
        height: .33333rem;
        line-height: .33333rem;
        text-align: center;
        /*background: #333;*/
        background: rgba(0,29,159,0.8);
        padding: .49333rem 0;
        color: #fff;
    }

        .drop-down .arrow a
        {
            display: block;
            background: url(/images/wap/arrow.png) no-repeat center center/.57333rem .33333rem;
            width: .57333rem;
            height: .33333rem;
            margin: 0 auto;
            color: #fff;
        }

@-webkit-keyframes dropdown
{
    0%
    {
        opacity: 0;
        -webkit-transform: translate(0, -6.66667rem);
        transform: translate(0, -6.66667rem);
    }

    100%
    {
        opacity: 1;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

@keyframes dropdown
{
    0%
    {
        opacity: 0;
        -webkit-transform: translate(0, -6.66667rem);
        transform: translate(0, -6.66667rem);
    }

    100%
    {
        opacity: 1;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

.footer
{
    height: 1.33333rem;
}

    .footer .fixed
    {
        height: 1.33333rem;
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        background: #fff;
        z-index: 50;
    }

        .footer .fixed li
        {
            float: left;
            width: 25%;
            text-align: center;
            padding-top: .13333rem;
        }

            .footer .fixed li a
            {
                display: block;
                padding-top: .73333rem;
                height: .46667rem;
                font-size: .32rem;
                background-size: .73333rem .73333rem;
                background-position: center top;
                background-repeat: no-repeat;
            }

            .footer .fixed li .icon-1
            {
                background-image: url(/images/wap/fi-1.png);
            }

                .footer .fixed li .icon-1:hover
                {
                    background-image: url(/images/wap/fi-1-h.png);
                }

            .footer .fixed li .icon-2
            {
                background-image: url(/images/wap/fi-2.png);
            }

                .footer .fixed li .icon-2:hover
                {
                    background-image: url(/images/wap/fi-2-h.png);
                }

            .footer .fixed li .icon-3
            {
                background-image: url(/images/wap/fi-3.png);
            }

                .footer .fixed li .icon-3:hover
                {
                    background-image: url(/images/wap/fi-3-h.png);
                }

            .footer .fixed li .icon-4
            {
                background-image: url(/images/wap/fi-4.png);
            }

                .footer .fixed li .icon-4:hover
                {
                    background-image: url(/images/wap/fi-4-h.png);
                }

.main-title
{
    height: 1.6rem;
    line-height: 1.6rem;
    text-align: center;
    font-size: .48rem;
    color: #333;
    background: #f2f2f2;
}

.index-bg .container {
    width: 10rem;
    margin: 0 auto;
}

.index-bg .img {
    height: 3.93333rem;
    background: url(/images/wap/index-bg4.png) no-repeat center top/10rem 13.45333rem;
    padding-top: 9.52rem;
}

    .index-bg .img .btn {
        display: block;
        margin: 0 auto .37333rem;
        width: 3.93333rem;
        height: .82667rem;
        line-height: .82667rem;
        color: #fff;
        background: none;
    }

.index-bg .text {
    color: #000;
    font-size: .24rem;
    line-height: .4rem;
    text-align: left;
    width: 9.36rem;
    margin: 0 auto .53333rem;
}

    .index-bg .text h3 {
        font-weight: 700;
        color: #000;
        text-align: center;
        height: .66667rem;
        line-height: .66667rem;
    }

    .index-bg .text ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .index-bg .text ul li {
            width: 50%;
            padding-left: .26667rem;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            font-size: .24rem;
            line-height: .4rem;
        }


.message-page .form
{
    background: #fff;
    padding: .4rem 0;
}

.message-page .text-area
{
    border-bottom: 0;
}

    .message-page .text-area .label
    {
        height: 1.04rem;
        line-height: 1.04rem;
        width: 100%;
    }

    .message-page .text-area .textarea
    {
        margin: 0 .53333rem;
        height: 2rem;
        border: 1px solid #ddd;
        line-height: .53333rem;
        width: 8.26667rem;
    }

.message-page .button
{
    text-align: center;
    padding: .53333rem .4rem;
}

    .message-page .button input
    {
        height: 1.2rem;
        line-height: 1.2rem;
        background: #012fa7;
        width: 100%;
        border-radius: .6rem;
    }

.base-info .container
{
    padding: .58667rem .32rem;
    background: #fff;
}

.base-info h2
{
    color: #002fa7;
    font-size: .4rem;
    margin-bottom: .13333rem;
}

.base-info .date
{
    margin: 0 1.06667rem .53333rem;
    font-size: .34667rem;
}

    .base-info .date p
    {
        height: .53333rem;
        line-height: .53333rem;
        position: relative;
    }

    .base-info .date span
    {
        right: 0;
        position: absolute;
        top: 0;
    }

.base-info .intro
{
    border-top: 1px solid #ddd;
    padding-top: .53333rem;
}

    .base-info .intro li
    {
        line-height: .53333rem;
        padding-left: 2.24rem;
        position: relative;
        margin-bottom: .13333rem;
    }

        .base-info .intro li span
        {
            height: .53333rem;
            line-height: .53333rem;
            width: 2.24rem;
            text-align: center;
            font-size: .37333rem;
            color: #333;
            display: block;
            position: absolute;
            left: 0;
            top: 0;
        }

.base-info .text
{
    font-size: .32rem;
    line-height: .53333rem;
}

    .base-info .text img
    {
        width: 100%;
    }

.news-list
{
    background: #fff;
}

    .news-list .container
    {
        padding: .53333rem .32rem;
    }

    .news-list .item
    {
        border-bottom: 1px solid #ddd;
        text-align: left;
        margin-bottom: .4rem;
        padding-bottom: .4rem;
    }

        .news-list .item .title
        {
            color: #002fa7;
            font-size: .4rem;
            text-align: left;
            display: inline-block;
            margin-bottom: .26667rem;
        }

        .news-list .item .intro
        {
            text-align: left;
        }

    .news-list .button
    {
        text-align: center;
    }

        .news-list .button .btn
        {
            width: 4.66667rem;
            background: #002fa7;
        }


    .success-case .item
    {
        height: 3.52667rem;
        margin-bottom: 0.53333rem;
        padding-left: 4rem;
        position: relative;
    }

        .success-case .item .img
        {
            display: block;
            width: 3.33333rem;
            height: 3.52667rem;
            position: absolute;
            left: 0;
            top: 0;
            overflow: hidden;
        }

            .success-case .item .img img
            {
                max-width: 100%;
                max-height: 100%;
            }

        .success-case .item .title
        {
            color: #333;
            height: 0.8rem;
            line-height: 0.8rem;
            font-size: 16px;
            text-overflow: ellipsis;
            white-space: nowrap;
            overflow: hidden;
            display: block;
            width: 100%;
        }

        .success-case .item .text
        {
            font-size: 12px;
            color: #999;
            line-height: 0.53333rem;
            max-height: 4.26667rem;
            overflow: hidden;
            text-overflow: ellipsis;
        }

.base-info .time
{
    color: #666;
    margin-top: 0.2rem;
    height: auto;
    padding-bottom: 0.2rem;
    border-bottom: 1px dashed #ddd;
}       


/*.lottery {
    background: #fff;
    width: 10rem;
    margin: 0 auto;
}

    .lottery .text {
        background: url(/images/wap//08-1.jpg) no-repeat center top/10rem 3.46667rem;
        height: 3.46667rem;
    }

        .lottery .text .name-list {
            height: 1.04rem;
            line-height: 1.04rem;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            overflow: hidden;
        }

            .lottery .text .name-list label {
                display: block;
                width: 1.66667rem;
                color: #fff;
                font-size: .32rem;
                text-align: center;
                padding-right: .4rem;
            }

            .lottery .text .name-list .list {
                -webkit-box-flex: 2;
                -ms-flex: 2;
                flex: 2;
                width: 100%;
                color: #0e0e0e;
                height: .53333rem;
                line-height: .53333rem;
                margin-top: .25333rem;
                overflow: hidden;
            }

                .lottery .text .name-list .list span {
                    color: #cc4e01;
                }

        .lottery .text .intro {
            color: #fff;
            margin: .4rem 0 0 4.66667rem;
            width: 3.73333rem;
            font-size: .26667rem;
        }

    .lottery .rotate-bg {
        height: 7.36rem;
        background: url(/images/wap/08-2.jpg) no-repeat center top/10rem 7.36rem;
        position: relative;
        overflow: hidden;
    }

        .lottery .rotate-bg .rotate {
            background: url(/images/wap/08-4.png) no-repeat center center/7.36rem 7.36rem;
            margin: 0 auto;
            height: 7.36rem;
            width: 7.36rem;
        }

    .lottery .control {
        background: url(/images/wap/08-3.png) no-repeat center center/100%;
        width: 1.38667rem;
        height: 2.36rem;
        display: block;
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -66%);
        transform: translate(-50%, -66%);
    }

    .lottery .form {
        padding-top: .26667rem;
    }

    .lottery .form-group {
        height: .66667rem;
        line-height: .66667rem;
        border: 0;
        margin-bottom: .33333rem;
    }

        .lottery .form-group .label {
            width: 2.33333rem;
            margin-right: .26667rem;
            font-size: .4rem;
            color: #1b1b1b;
            text-align: right;
        }

        .lottery .form-group .input-control {
            height: .86667rem;
            line-height: 100%;
            width: 6.73333rem;
            border: 1px solid #7d7d7d;
        }

    .lottery .button {
        text-align: center;
        padding: .13333rem 0 .4rem;
    }

        .lottery .button input {
            width: 3.05333rem;
            height: 1.01333rem;
            background: url(/images/wap/08-5.png);
            background-size: 100%;
            border: 0;
            color: #fff;
            font-size: .48rem;
            padding-bottom: .10667rem;
        }*/

.search-top
{
    padding: .1rem .26667rem;
    height: 1rem;
    background-color:#f4f4f4;
}

    .search-top .label
    {
        float: left;
        width: 1.33333rem;
        text-align: center;
        font-size: .32rem;
    }

        .search-top .label i
        {
            display: block;
            margin: 0 auto;
            font-size: .53333rem;
        }

    .search-top .form
    {
        float: right;
        width: 8rem;
        position: relative;
        height: 1rem;
        line-height: 1rem;
    }

        .search-top .form .btn
        {
            width: 1.86667rem;
            height: 1rem;
            line-height: 1rem;
            font-size: .4rem;
            border-radius: 0 3px 3px 0;
            position: absolute;
            right: 0;
            top: 0;
            background: #4e5ef8;
        }

        .search-top .form .input
        {
            background: #fff;
            height: 1rem;
            line-height: 1rem;
            width: 100%;
            padding: 0 1.86667rem 0 0;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            border: 0;
            display: block;
            font-size: .34667rem;
        }

        .search-top .form i
        {
            position: absolute;
            top: 0;
            font-size: .53333rem;
            color: #ddd;
        }

        .search-top .form .icon-search
        {
            left: .26667rem;
        }

        .search-top .form .icon-close1
        {
            left: 5.33333rem;
            cursor: pointer;
        }



.lottery {
    background: #2caaf2 url(/images/wap/bg3.png) no-repeat center top/10rem 10.64rem;
    width: 10rem;
    margin: 0 auto;
    overflow: hidden;
}

    .lottery .main {
        position: relative;
        height: 10.4rem;
        overflow: hidden;
    }

    .lottery .text {
        margin: 0 auto;
        position: relative;
        z-index: 3;
    }

        .lottery .text img {
            display: block;
            width: 8.93333rem;
            height: 3.34667rem;
            margin: 0 auto;
        }

    .lottery .rotate {
        position: relative;
        overflow: hidden;
        top: -.2rem;
    }

    .lottery .rotate-bg {
        width: 7.2rem;
        height: 7.2rem;
        margin: 0 auto;
        background: url(/images/wap/bg.png) no-repeat center center/100%;
        overflow: hidden;
    }

    .lottery .control {
        display: block;
        width: 1.89333rem;
        height: 2.48rem;
        background: url(/images/wap/bg2.png) no-repeat center center/100%;
        position: absolute;
        left: 50%;
        top: 40%;
        -webkit-transform: translate(-50%, -40%);
        transform: translate(-50%, -40%);
    }

    .lottery .scroll {
        background: url(/images/wap/bg1.png) no-repeat center center/7.70667rem .81333rem;
        height: .81333rem;
        overflow: hidden;
        margin-bottom: .2rem;
        box-sizing: border-box;
        padding-top: .2rem;
    }

        .lottery .scroll ul {
            font-size: .26667rem;
            margin-left: 3.86667rem;
        }

        .lottery .scroll li {
            line-height: .66667rem;
        }

        .lottery .scroll span {
            font-weight: 700;
            color: #ff6f06;
        }

    .lottery .form {
        background: #fff;
        border-radius: .26667rem;
        margin: 0 .58667rem;
        padding: .33333rem .66667rem;
        margin-bottom: .2rem;
    }

        .lottery .form .form-group2 {
            display: flex;
            margin-bottom: .35rem;
        }

        .lottery .form label {
            font-size: .37333rem;
            color: #1b9ee9;
            margin-right: .13333rem;
        }

        .lottery .form .input-control {
            border: 0;
            border-bottom: 1px solid #1b9ee9;
            flex: 2;
        }

    .lottery .button {
        text-align: center;
        margin-bottom: .2rem;
    }

        .lottery .button .btn {
            display: block;
            width: 3.90667rem;
            height: .65333rem;
            line-height: .65333rem;
            margin: 0 auto;
            color: #fff;
            font-size: .42667rem;
            background: url(/images/wap/btn.png) no-repeat center center/100%;
            border: 0;
        }


.lottery .company {
        font-size: .34667rem;
        font-weight: 700;
        padding-top: .26667rem;
        color: #1b9ee9;
        margin-bottom: .13333rem;
    }

    .lottery .choose-date {
        font-size: .21333rem;
        color: #969696;
        display: -webkit-box;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        margin-bottom: .4rem;
    }

        .lottery .choose-date label {
            color: #4e4e4e;
            font-size: .21333rem;
        }

        .lottery .choose-date .txt {
            -webkit-box-flex: 2;
            flex: 2;
            text-align: right;
        }

            .lottery .choose-date .txt span {
                color: #f20000;
            }

    .lottery .date-list {
        display: -webkit-box;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        justify-content: space-between;
        color: #e1e1e1;
        white-space: nowrap;
    }

        .lottery .date-list span {
            border: 1px solid #e1e1e1;
            width: 1.38667rem;
            height: .57333rem;
            line-height: .57333rem;
            text-align: center;
            display: block;
            font-size: .24rem;
            border-radius: .29333rem;
            padding: 0 .13333rem;
        }

            .lottery .date-list span.active {
                background: #1b9ee9;
                border-color: #1b9ee9;
                color: #fff;
            }

        .lottery .date-list em {
            padding: 0 .13333rem;
            height: .57333rem;
            font-size: .42667rem;
            font-style: normal;
        }

        .lottery .date-list b {
            padding: 0 .06667rem;
            font-size: .53333rem;
            -webkit-transform: translateY(-.16rem);
            transform: translateY(-.16rem);
        }

        .lottery .form .form-chose {
            margin-bottom: .35rem;
        }
        .lottery .form .form-chose p{
            font-size: .37333rem;
            color:#1b9ee9;
        }

.form-chose .input-control {
    font-size: .32rem;
    height: 0.8rem;
    line-height: 0.8rem;
    background: #fff;
    box-sizing: border-box;
    width: 7.2rem;
    padding-top: 0.13333rem;
}


/*# sourceMappingURL=style.css.map */
