@charset "utf-8";
.header {
    display: none
}

.banner {
    background: url('../imgs/banner.jpg') no-repeat center bottom;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 660px
}

.banner .phone,
.banner .qrcode {
    display: none
}

.banner .layout {
    width: 11rem;
    margin: 0 auto;
    padding-top: 3rem
}

.banner .logo {
    width: 11rem
}

.banner .logo img {
    width: 100%
}

.banner .download_link {
    margin-top: 1rem
}

.banner .download_link a {
    display: block;
    font-size: .7rem;
    height: 2rem;
    line-height: 2rem;
    border: 1px solid #FFF;
    text-align: center;
    color: #FFF;
    -webkit-border-radius: .2rem;
    -moz-border-radius: .2rem;
    border-radius: .2rem
}

.banner .download_link a i {
    display: inline-block;
    width: 1.1rem;
    height: 1.2rem;
    background-repeat: no-repeat;
    -moz-background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
    vertical-align: -0.3rem;
    margin-right: .5rem
}

.banner .download_link a.ios i {
    background-image: url('http://img.kybimg.com/images/m/bang/download/icon_ios.png')
}

.banner .download_link a.android {
    margin-top: .5rem
}

.banner .download_link a.android i {
    background-image: url('http://img.kybimg.com/images/m/bang/download/icon_android.png')
}

.content {
    background: #FFF
}

.content .block {
    padding-bottom: 1rem
}

.content .img_wrap img {
    width: 100%;
    vertical-align: top
}

.content .odd_item {
    background: #FBFBFB
}

.content dl {
    text-align: center
}

.content dl dt {
    font-size: .9rem;
    margin-bottom: .5rem
}

.content dl dd {
    font-size: .7rem;
    line-height: 1.8em;
    color: #999
}

.footer {
    height: 80px;
    text-align: center;
    font-size: .6rem;
    color: #ccc
}

.footer a {
    color: #CCC
}

.footer span {
    display: block
}

.dialog {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6)
}

.dialog .inner {
    text-align: center;
    width: 11.6rem;
    height: 8.9rem;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 20;
    margin-left: -5.8rem;
    margin-top: -4.45rem;
    background: #FFF;
    -webkit-border-radius: .3rem;
    -moz-border-radius: .3rem;
    border-radius: .3rem
}

.dialog .dhd {
    font-size: .7rem;
    height: 1rem;
    line-height: 1rem;
    padding-top: 1rem
}

.dialog .dbd {
    padding: .5rem .7rem 0
}

.dialog .dbd p {
    font-size: .6rem;
    color: #999;
    line-height: .95rem
}

.dialog .dbd ul {
    margin-top: .6rem
}

.dialog .dbd ul li a {
    display: block;
    color: #666;
    font-size: .7rem;
    width: 4.65rem;
    height: 1.9rem;
    line-height: 1.9rem;
    text-align: center;
    -webkit-border-radius: .2rem;
    -moz-border-radius: .2rem;
    border-radius: .2rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #C8C8C8
}

.dialog .dbd ul li:first-child {
    float: left
}

.dialog .dbd ul li:last-child {
    float: right
}

.dialog .dbd ul li:last-child a {
    border-color: #32A2F0;
    background: #32A2F0;
    color: #FFF
}

.dialog .dft a {
    display: block;
    height: 2rem;
    line-height: 2rem;
    color: #32A2F0
}

@media (min-width:999px) {
    .header {
        display: block;
        background: #FFF
    }
    .header .layout {
        height: 130px;
        width: 1000px;
        margin: 0 auto
    }
    .header .logo {
        float: left;
        width: 186px;
        height: 50px;
        margin-top: 25px
    }
    .header .nav {
        float: right;
        margin-top: 35px;
        height: 30px;
        overflow: hidden;
        position: relative;
        line-height: 30px;
        font-size: 20px;
        color: #00a4e3
    }
    .header .nav ul {
        margin-left: -1px
    }
    .header .nav li {
        float: left;
        padding: 0 28px;
        border-left: 1px solid #E9E9E9;
        font-size: 18px
    }
    .header .nav li a {
        color: #555
    }
    .banner {
        padding: 0;
        height: 597px
    }
    .banner .layout {
        width: 1100px;
        padding: 0;
        height: 597px;
        position: relative
    }
    .banner .banner_main {
        float: left;
        display: inline;
        margin-top: 150px
    }
    .banner .banner_main .logo {
        width: 300px
    }
    .banner .banner_main .download_link {
        position: relative;
        height: 170px;
        width: 437px;
        padding-left: 12px
    }
    .banner .banner_main .download_link a {
        width: 260px;
        height: 67px;
        line-height: 67px
    }
    .banner .banner_main .download_link a.android {
        margin-top: 25px
    }
    .banner .banner_main .download_link .qrcode {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 1;
        background: #FFF;
        width: 97px;
        height: 163px;
        padding: 0 20px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px
    }
    .banner .banner_main .download_link .qrcode span {
        display: block;
        font-size: 14px;
        text-align: center;
        height: 46px;
        line-height: 46px
    }
    .banner .phone {
        display: block;
        position: absolute;
        bottom: 0;
        right: 0;
        width: 495px;
        height: 474px
    }
    .banner .phone img {
        vertical-align: top
    }
    .banner .phone .phone1 {
        position: absolute;
        left: 0;
        bottom: 0;
        z-index: 2
    }
    .banner .phone .phone2 {
        position: absolute;
        right: 0;
        bottom: 0;
        z-index: 1
    }
    .content .layout {
        width: 1000px;
        height: 343px;
        margin: 0 auto
    }
    .content .block {
        padding: 0
    }
    .content .block dl {
        float: left;
        text-align: left;
        padding-top: 85px
    }
    .content .block dl dt {
        font-size: 36px
    }
    .content .block dl dd {
        font-size: 18px;
        line-height: 2em
    }
    .content .block .img_wrap {
        float: right;
        width: auto
    }
    .content .block .img_wrap img {
        width: auto;
        height: 343px
    }
    .content .block.odd_item dl {
        float: right;
        width: 400px
    }
    .content .block.odd_item .img_wrap {
        float: left
    }
    /* .footer {
        height: 3rem;
        line-height: 3rem
    } */
    .footer span {
        display: inline
    }
}

.footer_main {
    padding: 25px 0 20px;
    height: auto;
    overflow: hidden;
    color: #ffffff;
    position: relative;
    width: 1100px;
    margin-left: auto;
    margin-right: auto;
}

.footer_main .contact .tel {
    background: url(../imgs/icon_tel.png) no-repeat;
    height: 40px;
    overflow: hidden;
    padding-left: 55px;
    line-height: 40px;
    margin-top: 15px;
    color: #ffffff;
    background-size: 35px;
    text-align: -webkit-left;
}

.footer {
    width: 100%;
    background: #211d1c;
    overflow: hidden;
    height: 80px;
}

.contant {
    margin: 0 auto;
    padding-left: 40px;
}

.fl {
    float: left;
}

.footer .footer_main .contact .email {
    background: url(../imgs/icon_email.png) no-repeat;
    height: 40px;
    overflow: hidden;
    padding-left: 55px;
    line-height: 40px;
    margin-top: 15px;
    background-size: 35px;
    text-align: -webkit-left;
}

.footer .footer_main .contact .dz {
    background: url(../imgs/icon_dz.png) no-repeat;
    height: 40px;
    overflow: hidden;
    padding-left: 55px;
    line-height: 40px;
    margin-top: 15px;
    background-size: 35px;
    text-align: -webkit-left;
}

.jianj {
    padding-top: 30px;
    line-height: 40px;
    color: #666;
    font-size: 17px;
}

.gsjj {
    text-align: center;
    padding-top: 40px;
    font-size: 36px;
    font-weight: 600;
}

.banq {
    padding-bottom: 10px;
}

.kdcx {
    position: fixed;
    right: 0;
    transform: translate(0%, -50%);
    top: 50%;
    background: #7abf52;
    padding: 10px;
    border-radius: 5px;
    z-index: 1111;
}

.kdcx a {
    color: #ffffff;
}