@charset "utf-8";
/* CSS Document */
html, body {
    font-family: 'Microsoft YaHei', Arial, Helvetica, sans-serif;
    color: #000;
    font-size: 14px;
}

html {
    background: #F4F4F4;
}

body {
    max-width: 720px;
    margin: 0 auto;
    /*overflow-x: hidden;*/
}

* {
    padding: 0;
    border: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

ol, ul {
    list-style: none;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
    color: #FF0000;
}

a:active {
    text-decoration: none;
}

a:focus {
    outline: none;
}

a.hidefocus {
    outline: none
}

input[type=text], input[type=button], input[type=submit] {
    -webkit-appearance: none;
    outline: none;
}

button {
    border: 0;
    outline: none;
    cursor: pointer;
}

input {
    outline: none
}

.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

table {
    table-layout: fixed;
    width: 100%;
}

.header.index-header {
    height: 57px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

.header {
    position: fixed;
    z-index: 99;
    width: 100%;
    max-width: 720px;
    background-image: linear-gradient(to right, #00be16, #03c71a, #04c11a, #02c719, #03b918, #04c31a, #00be16);
}

    .header .logo-box {
        height: 56px;
    }

    .header .logo {
        float: left;
        height: 55px;
        margin-left: 0px;
    }

        .header .logo .logo-img {
            width: 208px;
            height: 55px;
        }

    .header .bank {
        float: right;
        position: relative;
        width: 70px;
        height: 55px;
    }

        .header .bank img {
            display: block;
            width: 64px;
            height: 55px;
            margin: 0 auto;
        }

        .header .bank a {
            display: block;
            color: #000;
            font-size: 12pt;
            text-align: center;
            padding-top: 14px;
        }

.nullbox {
    height: 59px;
}

/*flash*/
.index_banner {
    width: 100%;
    height: 0;
    padding-bottom: 200px;
    position: relative;
    overflow: hidden;
    margin-bottom: -5px;
}

    .index_banner .swiper-wrapper {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 5;
    }

    .index_banner .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%; /*object-fit:cover;*/
    }

    .index_banner .swiper-pagination-bullets {
        bottom: 0px !important;
    }

    .index_banner .swiper-pagination-bullet {
        background: #FFF;
        opacity: 1;
        width: 13px;
        height: 13px;
        border-radius: 7px;
    }

    .index_banner .swiper-pagination-bullet-active {
        width: 37px;
        background: #ca0d00;
    }
/*668以下屏幕*/
@media screen and (max-width:721px) {
    .index_banner {
        padding-bottom: 200px;
    }

        .index_banner .swiper-button-prev {
            display: none;
        }

        .index_banner .swiper-button-next {
            display: none;
        }

        .index_banner .swiper-pagination-bullet {
            width: 7px;
            height: 7px;
        }

        .index_banner .swiper-pagination-bullet-active {
            width: 26px;
        }
}
/*500以下屏幕*/
@media screen and (max-width:499px) {
    .index_banner {
        padding-bottom: 150px;
    }
}

@media screen and (max-width:430px) {
    .index_banner {
        padding-bottom: 140px;
    }
}
