@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: 0.7rem;
    height: 2rem;
    line-height: 2rem;
    border: 1px solid #fff;
    text-align: center;
    color: #fff;
    -webkit-border-radius: 0.2rem;
    -moz-border-radius: 0.2rem;
    border-radius: 0.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: 0.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: 0.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: 0.9rem;
    margin-bottom: 0.5rem;
}

.content dl dd {
    font-size: 0.7rem;
    line-height: 1.8em;
    color: #999;
}

.footer {
    height: 80px;
    text-align: center;
    font-size: 0.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: 0.3rem;
    -moz-border-radius: 0.3rem;
    border-radius: 0.3rem;
}

.dialog .dhd {
    font-size: 0.7rem;
    height: 1rem;
    line-height: 1rem;
    padding-top: 1rem;
}

.dialog .dbd {
    padding: 0.5rem 0.7rem 0;
}

.dialog .dbd p {
    font-size: 0.6rem;
    color: #999;
    line-height: 0.95rem;
}

.dialog .dbd ul {
    margin-top: 0.6rem;
}

.dialog .dbd ul li a {
    display: block;
    color: #666;
    font-size: 0.7rem;
    width: 4.65rem;
    height: 1.9rem;
    line-height: 1.9rem;
    text-align: center;
    -webkit-border-radius: 0.2rem;
    -moz-border-radius: 0.2rem;
    border-radius: 0.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: 800px;
        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: 20px;
    line-height: 40px;
    color: #666;
    font-size: 17px;
}

.gsjj {
    text-align: center;
    padding-top: 50px;
    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;
}

.mcontenta {
    width: 1100px;
    margin: 0 auto;
}
.mcontenta .mcontentaa {
    width: 100%;
    text-align: center;
    height: 200px;
    line-height: 200px;
    font-size: 32px;
}
.mcontenta .mcontentab {
    width: 100%;
}

.mcontentab ul.mcab_ul {
    width: 100%;
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}
.mcab_ul li {
    float: left;
}
.mcab_ul .mcab_lia {
    width: 274px;
}
.mcab_lia img {
    display: block;
    margin: 0 auto;
}
.mcab_ul .mcab_lib {
    width: 1px;
    height: 80px;
    padding: 25px 0px;
}
.mcab_lib .line {
    width: 0px;
    border-left: 1px solid #f3f3f3;
    height: 120px;
}

.mcontentac {
    width: 100%;
}
.mcontentac ul.mcac_ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}
.mcac_ul li {
    float: left;
    height: 130px;
    text-align: center;
    width: 275px;
}
.mcac_li .mcac_li_title {
    font-size: 26px;
    padding: 20px 0px;
}
.mcac_li .mcac_li_desc {
    font-size: 18px;
    color: #999999;
    line-height: 26px;
}
