html, body {
    padding: 0;
    margin: 0;
    font-size: 14px;
    color: #333333;
    background-color: #F0F4F9;
}
* {
    box-sizing: border-box;
}
body {
    padding-bottom: 161px;
}
.bg-w {
    background-color: #fff;
}
ul, li {
    padding: 0;
    margin: 0;
    list-style: none;
}
.bg_app {
    display: none;
}
.banner {
    position: relative;
}
.banner > .banner-img {
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
}
.banner > .banner-img_app {
    display: none;
}
.banner > .banner-txt {
    width: 1136px;
    position: absolute;
    margin: 4% auto 0;
    top: 0;
    left: 50%;
    transform: translateX(-50%);

}
.banner .logo {
    width: 50px;
    position: absolute;
    right: 0;
    top: 0;
}
.banner table {
    width: 40%;
    text-align: left;
}
.banner table th {
    font-size: 30px;
    line-height: 60px;
}
.banner table td {
    font-size: 16px;
    line-height: 30px;
}
.c-btn {
    background-color: #1677FF;
    color: #fff;
    padding: 12px 30px;
    font-size: 18px;
    border-radius: 30px;
    cursor: pointer;
}
.section {
    max-width: 1136px;
    width: 100%;
    margin-left: 50%;
    transform: translateX(-50%);
    position: relative;
}
.banner .section {
    margin-top: -3%;
}
.banner .section table {
    position: absolute;
    top: 60px;
    width: 70%;
    margin-left: 6%;
    color: #fff;
}
.section .section-title {
    font-size: 30px;
    line-height: 180px;
    text-align: center;
    font-weight: bold;
}
.list-3 {
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
}
.list-3 > li {
    width: 32%;
    border-radius: 2px;
    background-color: #fff;
    padding: 40px 0;
    font-size: 18px;
}
.cptg {
    margin-top: 80px;
}
.cptg ul {
    width: 100%;
    display: -webkit-flex;
    display: flex;
    margin-left: 50%;
    transform: translateX(-50%);
    justify-content: space-between;
    padding: 30px 0;
}
.cptg ul > li:first-of-type {
    width: 36%;
}
.cptg ul > li:last-of-type {
    width: 60%;
}
.cptg ul > li > img {
    width: 100%;
}
.ptfc ul {
    width: 100%;
    margin-left: 50%;
    transform: translateX(-50%);
    justify-content: space-between;
    display: -webkit-flex; /* Safari */
    -webkit-flex-wrap: wrap; /* Safari 6.1+ */
    display: flex;
    flex-wrap: wrap;
}
.ptfc ul > li {
    width: 50%;
    padding: 5px 8px;
    box-sizing: border-box;
    position: relative;
}
.ptfc ul > li > img {
    width: 100%;
}
.ptfc .txt {
    position: absolute;
    left: 8%;
    top: 18%;
    color: #fff;
    font-size: 22px;
}
.ptfc .txt div {
    font-size: 16px;
    margin-top: 16px;
}
.hzrlc {
    margin-top: 60px;
}
.hzrlc .join {
    text-align: center;
    padding-bottom: 60px;
}
.hzrlc .p-list {
    width: 100%;
    margin-left: 50%;
    transform: translateX(-50%);
    padding-bottom: 60px;
}
.hzrlc .p-list .txt-row {
    line-height: 50px;
}
.hzrlc .p-list .txt-row td {
    width: 20%;
    text-align: left;
    font-size: 18px;
}
.hzrlc .p-list .txt-row td:last-of-type {
    width: 10%;
}
.hzrlc .p-list img {
    width: 100%;
}
.footer {
    position: fixed;
    padding: 30px 0;
    background-color: #1677FF;
    color: #fff;
    bottom: -200px;
    left: 0;
    right: 0;
    transition: all 1s;
}
.footer.fixed {
    position: fixed;
    bottom: 0;
}
.footer ul {
    width: 100%;
    display: flex;
    font-size: 18px;
}
.footer .txt {
    width: 14%;
}
.footer .txt.txt-second {
    width: 20%;
}
.footer .txt.txt-last {
    width: 30%;
}
.footer .img-li {
    width: 10%;
}
.footer .download-img {
    padding-left: 60px;
}
.footer .line {
    height: 96px;
    width: 1px;
    background-color: #fff;
    margin-left: 80px;
    margin-right: 80px;
}
.cptg ul.pro-list .swiper-container {
    height: 100%;
    width: 100%;
    border-radius: 10px;
}
.cptg ul.pro-list .swiper-container .swiper-pagination {
    display: none;
}
.cptg ul.pro-list .swiper-container .swiper-slide {
    position: relative;
}
.cptg ul.pro-list .swiper-container .swiper-slide > img {
    width: 100%;
}
.cptg ul.pro-list .swiper-container .swiper-slide-txt {
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
@media screen and (min-width: 1136px) {
    .cptg ul.pro-list .swiper-container {
        box-shadow: 0 0 20px rgba(0,0,0,.1);
    }
    .cptg ul.pro-list .swiper-container .swiper-slide-txt {
        height: 50px;
        line-height: 50px;
        font-size: 18px;
        background-color: #F8F8F8;
        position: absolute;
        left: 0;
        bottom: 0;
        right: 0;
        padding: 0 20px 0 130px;
    }
    .c-swiper-footer {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 110px;
        background-color: #F8F8F8;
        height: 50px;
        z-index: 2;
        border-right: solid 1px #EBEBEB;
    }
    .c-swiper-footer .swiper-button-next, .c-swiper-footer .swiper-button-prev {
        width: 13.5px;
        height: 22px;
        background-size: auto;
        background: none;
    }
    .c-swiper-footer .swiper-button-prev {
        top: auto;
        bottom: 15px;
        left: 26px;
    }
    .c-swiper-footer .swiper-button-next {
        top: auto;
        right: auto;
        left: 77px;
        bottom: 15px;
    }
    .c-swiper-footer .swiper-button-next:after {
        content: '';
        display: block;
        width: 13px;
        height: 13px;
        border-left: solid 2px rgb(154,154,154);
        border-top: solid 2px rgb(154,154,154);
        transform: rotate(135deg) translateX(4px);
    }
    .c-swiper-footer .swiper-button-prev:after {
        content: '';
        display: block;
        width: 13px;
        height: 13px;
        border-left: solid 2px rgb(154,154,154);
        border-top: solid 2px rgb(154,154,154);
        transform: rotate(-45deg) translateX(-4px);
    }
}
@media screen and (max-width: 1136px) {
    .banner > .banner-img {
        display: none;
    }
    .banner > .banner-img_app {
        display: block;
        width: 100%;
    }
    .banner > .banner-txt {
        width: 100%;
    }
    .banner .logo {
        width: 100px;
        right: 48px;
        top: 48px;
    }
    .banner table {
        margin-left: 48px;
        width: 90%;
        margin-top: 12%;
    }
    .banner table th {
        font-size: 48px;
    }
    .banner table td {
        padding-top: 30px;
        font-size: 24px;
        line-height: 36px;
    }
    .banner table td.btn-bar {
        height: 200px;
    }
    .c-btn {
        font-size: 28px;
        padding: 28px 48px;
        border-radius: 40px;
    }
    .bg_pc {
        display: none;
    }
    .bg_app {
        display: block;
        width: 100%;
    }
    .banner .section table {
        width: 90%;
        margin-left: 5%;
    }
    .banner table.tb th {
        font-size: 34px;
    }
    .banner table.tb ul {
        font-size: 24px;
        line-height: 36px;
    }
    .banner .section table {
        top: 0;
    }
    .banner table.tb-l {
        position: absolute;
        bottom: 6%;
        top: auto;
    }
    .section .section-title {
        font-size: 34px;
    }
    .list-3 > li {
        background-color: transparent;
        font-size: 24px;
    }
    .cptg ul {
        display: block;
    }
    .cptg ul > li {
        width: 100% !important;
        padding: 0 24px;
    }
    .cptg ul.pro-list > li:last-of-type {
        margin-top: 54px;
    }
    .ptfc ul {
        display: block;
        padding: 0 24px;
    }
    .ptfc ul > li {
        width: 100%;
        padding: 0;
        margin-bottom: 20px;
    }
    .ptfc .txt {
        font-size: 30px;
    }
    .ptfc .txt div {
        font-size: 22px;
    }
    .hzrlc .p-list {
        padding-left: 40px;
        padding-right: 40px;
    }
    .hzrlc .p-list.bg_app td{
        height: 80px;
        font-size: 28px;
    }
    .hzrlc .circle {
        width: 50px;
        height: 50px;
        line-height: 50px;
        display: block;
        background-color: #1677FF;
        color: #fff;
        border-radius: 50%;
        text-align: center;
        position: relative;
    }
    .hzrlc .p-list.bg_app td.txt-td {
        width: calc(100vw - 160px);
    }
    .hzrlc .p-list.bg_app tr {
        height: 120px;
    }
    .hzrlc .p-list.bg_app td ul {
        display: flex;
        height: 80px;
        line-height: 80px;
        background-color: #F8F8F8;
        border-radius: 80px;
        width: 100%;
    }
    .hzrlc .p-list.bg_app td ul > li:first-of-type {
        width: 120px;
    }
    .hzrlc .p-list.bg_app td ul > li:last-of-type {
        padding-right: 20px;
    }
    .hzrlc .p-list.bg_app img {
        width: 80px;
    }
    .hzrlc .circle:after {
        content: '';
        width: 1px;
        height: 100px;
        display: block;
        border-left: dashed 1px #1677FF;
        position: absolute;
        left: 50%;
        top: 40px;
    }
    .hzrlc .circle.circle-n-a:after {
        width: 0;
        height: 0;
    }
    .footer {
        padding: 40px 88px;
        font-size: 24px;
        bottom: -400px;
    }
    body {
        padding-bottom: 400px;
    }
    .footer .line_app {
        height: 230px;
        width: 1px;
        border-left: dashed 1px #fff;
        position: relative;
        top: -16px;
    }
    .cptg ul.pro-list .swiper-container {
        border: solid 20px #F8F8F8;
    }
    .cptg ul.pro-list .swiper-container .swiper-slide-txt {
        height: 80px;
        line-height: 80px;
        font-size: 32px;
        padding: 0 40px;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: #F8F8F8;
    }
    .swiper-button-next, .swiper-button-prev {
        width: 50px;
        height: 81px;
        background-size: auto;
        top: 44%;
    }
    .cptg ul.pro-list .swiper-container .swiper-slide > img {
        width: 100%;
    }
    .cptg ul.pro-list .swiper-container .swiper-slide {
        text-align: center;
        height: 400px;
    }
    .c-swiper-footer {
        display: none;
    }
}