
* {
    box-sizing: border-box;
}

body {
    padding-top: 80px !important;
    overflow-x: hidden;
    background-color: #ffffff;
}

ul > li {
    list-style: none;
}

.t-dh {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

a {
    text-decoration: none;
}

a:hover, a:focus, a:active {
    text-decoration: none;
}

.nav-bar {
    background-color: #ffffff;
    z-index: 999;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
}

@media (min-width: 1200px) {
    .container {
        width: 1190px;
    }
}

/*头部导航*/
.nav-bar .container > div {
    height: 80px;
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
}

.nav-bar .logo {
    width: 140px;
    height: 40px;
}

.nav-bar .left {
    display: flex;
    flex-flow: row;
    align-items: center;
}

.nav-bar .tab-bar {
    padding-left: 28px;
}

.nav-bar .tab-bar a {
    border-radius: 18px;
    font-size: 16px;
    color: #333333;
    height: 36px;
    padding: 0 30px;
    display: inline-flex;
    flex-flow: row;
    justify-content: space-around;
    align-items: center;
    font-weight: 300;
}

@media (max-width: 1200px) {
    .nav-bar .tab-bar a {
        margin: 0;
        padding: 0 20px;
    }
}

.nav-bar .tab-bar a:hover {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    background-color: rgba(271, 73, 78, 0.5);
    color: #ffffff;
}

.nav-bar .tab-bar a.active {
    font-weight: 400;
    background-color: #F1494E;
    color: #ffffff;
}

.nav-bar .telephone {
    font-size: 16px;
    color: #333333;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}

.nav-bar .telephone img {
    width: 23px;
    height: 23px;
    margin-right: 16px;
}

/**/
/*首页*/
.home-banner {
    position: relative;
}

.home-banner .text-center {
    color: #ffffff;
    margin-bottom: 100px;
    /*position: absolute;*/
    /*top: 0;*/
    /*left: 0;*/
}

.home-banner .text-center .text1 {
    font-size: 90px;
    margin-bottom: 20px;
}

.home-banner .text-center .text2 {
    font-size: 56px;
}

@media (max-width: 1000px) {
    .home-banner .text-center .text1 {
        font-size: 60px;
    }

    .home-banner .text-center .text2 {
        font-size: 30px;
    }
}

@media (max-width: 800px) {
    .home-banner .text-center .text1 {
        font-size: 60px;
    }

    .home-banner .text-center .text2 {
        font-size: 30px;
    }

    .home-banner .text-center {
        width: 100%;
        position: absolute;
        top: 30%;
        left: 0;
        margin-bottom: 0;
    }
}

@media (max-width: 680px) {
    .home-banner .text-center .text1 {
        font-size: 30px;
    }

    .home-banner .text-center .text2 {
        font-size: 16px;
    }

    .xiahua {
        display: none !important;
    }
}

.home-banner .swiper-container {
    width: 100%;
    height: 100%;
}

.home-banner .swiper-slide {
    text-align: center;
    font-size: 18px;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    background-position: center center;
    background-size: cover;
}

.home-banner .swiper-slide img {
    width: 100%;
}

.home-banner .swiper-pagination-bullet {
    background-color: #ffffff;
    width: 8px;
    height: 8px;
    border-radius: 4px;
    opacity: 0.6;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.home-banner .swiper-pagination-bullet-active {
    background-color: #ffffff;
    width: 54px;
    opacity: 1;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.home-banner .swiper-container-horizontal > .swiper-pagination-bullets,
.home-banner .swiper-pagination-custom,
.home-banner .swiper-pagination-fraction {
    bottom: 110px;
}

@media (max-width: 750px) {
    .home-banner .swiper-pagination-bullet {
        width: 2px;
        height: 2px;
    }

    .home-banner .swiper-pagination-bullet-active {
        height: 2px;
        width: 10px;
    }

    .home-banner .swiper-container-horizontal > .swiper-pagination-bullets,
    .home-banner .swiper-pagination-custom,
    .home-banner .swiper-pagination-fraction {
        bottom: 7px;
    }
}

/**/
.home-block2 {
    padding-bottom: 30px;
    /*padding-top: 30px;*/
    padding-top: 0;
    background-size: cover;
    background-position: center center;
    background-image: url("../image/home/cheshangdai-bg.jpg");
}

.home-block2 .title {
    text-align: center;
    margin-bottom: 35px;
}

.home-block2 .title img {
    max-width: 460px;
    width: 80%;
}

@media (min-width: 1200px) {
    .home-block2 .container {
        width: 1500px !important;
    }
}

.home-block2 .list {
    display: flex;
    flex-flow: row;
    align-items: center;
    margin-bottom: 50px;
    padding-left: 36px;
}

.home-block2 .list:first-child img {
    margin-right: 21px;
    margin-left: 2px;
}

.home-block2 .left img {
    width: 100%;
    position: relative;
    left: -200px;
    -webkit-transition: all 1.5s;
    -moz-transition: all 1.5s;
    -ms-transition: all 1.5s;
    -o-transition: all 1.5s;
    transition: all 1.5s;
}

.home-block2 .right {
    position: relative;
    right: -200px;
    -webkit-transition: all 1.5s;
    -moz-transition: all 1.5s;
    -ms-transition: all 1.5s;
    -o-transition: all 1.5s;
    transition: all 1.5s;
}

.active .home-block2 .right {
    position: relative;
    right: 0;
    -webkit-transition: all 1.5s;
    -moz-transition: all 1.5s;
    -ms-transition: all 1.5s;
    -o-transition: all 1.5s;
    transition: all 1.5s;
}

.active .home-block2 .left img {
    -webkit-transition: all 1.5s;
    -moz-transition: all 1.5s;
    -ms-transition: all 1.5s;
    -o-transition: all 1.5s;
    transition: all 1.5s;
    left: 0;
}

.home-block2 .list:first-child {
    margin-top: 70px;
}

.home-block2 .list img {
    margin-right: 23px;
    width: 52px;
    height: 52px;
}

.home-block2 .list .text {
    font-size: 18px;
    font-weight: 500;
    color: rgba(51, 51, 51, 1);
    line-height: 25px;
}

.home-block2 .list .intr {
    font-size: 14px;
    font-weight: 400;
    color: rgba(102, 102, 102, 1);
    line-height: 20px;
}

.home-block2 .btn-box {
    display: flex;
    flex-flow: row;
}

.home-block2 .btn-box > div {
    position: relative;
    width: 220px;
}

.home-block2 .btn-box > div a {
    width: unset;
    margin-right: 0;
    position: relative;
    z-index: 2;
}

.home-block2 .btn-box > div:hover .qrcode {
    opacity: 1;
    height: 240px;
}

.home-block2 .btn-box > div .qrcode {
    overflow: hidden;
    opacity: 0;
    display: flex;
    z-index: 1;
    position: absolute;
    bottom: 52px;
    left: 0;
    width: 100%;
    height: 0;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.15);
    border-radius: 6px;
    flex-flow: row;
    justify-content: center;
    align-items: center;
}

.home-block2 .btn-box > div .qrcode canvas {
    width: 80%;
}

.home-block2 .btn-box a {
    font-size: 20px;
    font-weight: 500;
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    margin-right: 52px;
    width: 220px;
    height: 52px;
    background: rgba(241, 73, 78, 1);
    border-radius: 6px;
    color: #ffffff;
}

.home-block2 .btn-box a:hover {
    background-color: #2d3952;
}

.home-block3 {
    padding-top: 30px;
    /*padding-top: 0;*/
    padding-bottom: 100px;
    background-image: url("../image/home/jiejuefangan-bg.jpg");
    background-size: cover;
    background-position: center;
}

.home-block3 .title {
    text-align: center;
    margin-bottom: 40px;
}

.home-block3 .title img {
    max-width: 440px;
    width: 80%;
}

.home-block3 .box {
    padding: 0 20px;
    height: 590px;
    position: relative;
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-items: center;
}

.home-block3 .box .block {
    width: 320px;
    /*height: 590px;*/
    position: relative;
    overflow: hidden;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.home-block3 .box .block:hover .meng {
    opacity: 0.86;
}

.home-block3 .box .block .meng {
    opacity: 0;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    z-index: 99;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(241, 73, 78, 1);
    box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.5);
}

.home-block3 .box .block .meng-title {
    margin-bottom: 16px;
    font-size: 22px;
    font-weight: 500;
    color: rgba(255, 255, 255, 1);
    line-height: 30px;
}

.home-block3 .box .block .meng-text {
    width: 80%;
    font-size: 14px;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    line-height: 30px;
}

.home-block3 .box .block .bg {
    width: 100%;
}

.home-block3 .box .block .img {
    position: absolute;
    top: -2px;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.home-block3 .box .block:hover {
    box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.5);
    z-index: 99;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.home-block3 .box .block:hover img {
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    left: -10%;
    top: -10%;
    width: 120%;
    height: 120%;
}

.home-block3 .box .block .bar {
    opacity: 1;
    width: 100%;
    height: 90px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #1E2342;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
}

.home-block3 .box .block:hover .bar {
    opacity: 0;
}

.home-block3 .box .block .bar .text {
    font-size: 22px;
    font-weight: 500;
    color: rgba(255, 255, 255, 1);
    line-height: 30px;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
}

.home-block3 .box .block .bar .text span {
    display: inline-block;
    width: 60px;
    height: 4px;
    border-radius: 2px;
    background-color: #ffffff;
    margin-top: 15px;
}

/**/
.home-block4 {
    padding-top: 72px;
    padding-bottom: 75px;
    background-size: cover;
    background-position: center center;
    background-image: url("../image/home/touzishang-bg.jpg");
}

.home-block4 .title {
    text-align: center;
}

.home-block4 .title img {
    width: 108px;
}

.home-block4 .block {
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 4px 4px 12px 12px;
    width: 350px;
    height: 342px;
}

.home-block4-box {
    position: relative;
    bottom: -200px;
    -webkit-transition: all 1.5s;
    -moz-transition: all 1.5s;
    -ms-transition: all 1.5s;
    -o-transition: all 1.5s;
    transition: all 1.5s;
    padding: 0 20px;
    margin-top: 81px;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
}

.active .home-block4-box {
    bottom: 0;
    -webkit-transition: all 1.5s;
    -moz-transition: all 1.5s;
    -ms-transition: all 1.5s;
    -o-transition: all 1.5s;
    transition: all 1.5s;
}

.home-block4-box .block {
    margin-bottom: 30px;
    padding: 0 34px;
    width: 350px;
    height: 342px;
    border-top: 4px solid #F1494E;
}

.home-block4-box .block:nth-child(2) {
    margin: 0 50px;
    margin-bottom: 30px;
}

@media (max-width: 790px) {
    .home-block4-box .block:nth-child(2) {
        margin: 0 0 30px !important;
    }
}

@media (max-width: 950px) {
    .home-block4-box .block:nth-child(2) {
        margin: 0 0 30px 30px;
    }

    .home-block3 .box .block .bar .text {
        font-size: 16px;
    }

    .home-block3 .box .block .meng-title {
        font-size: 16px;
    }

    .home-block3 .box .block .meng-text {
        font-size: 12px;
    }
}

.home-block4-box .text {
    font-size: 14px;
    color: #000000;
    letter-spacing: 0;
    line-height: 30px;
}

.home-block4-box img {
    display: block;
    margin: 40px auto;
    width: 255px;
    height: 60px;
}

.home-block4-box .block-1 img {
    width: 195px;
}

.home-block4-box .block-2 img {
    width: 255px;
}

.home-block4-box .block-3 img {
    width: 120px;
}

.bottom {
    background-image: url("../image/home/bottom-bg.jpg");
    background-position: center center;
    background-size: cover;
    padding-top: 80px;
    padding-bottom: 92px;
    font-size: 15px;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    line-height: 34px;
    letter-spacing: 1px;
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-items: center;
}

.bottom .container {
    position: relative;
    top: 200px;
    -webkit-transition: all 1.5s;
    -moz-transition: all 1.5s;
    -ms-transition: all 1.5s;
    -o-transition: all 1.5s;
    transition: all 1.5s;
}

.active .bottom .container {
    position: relative;
    top: 0;
    -webkit-transition: all 1.5s;
    -moz-transition: all 1.5s;
    -ms-transition: all 1.5s;
    -o-transition: all 1.5s;
    transition: all 1.5s;
}

.bottom .logo {
    margin-left: -40px;
    width: 129px;
    margin-bottom: 23px;
}

@media (max-width: 860px) {
    .bottom .logo {
        margin-left: 0;
    }
}

.bottom .text {
    width: 74%;
}

.bottom .copy-right {
    margin-bottom: 30px;
    margin-top: 17px;
    font-size: 12px;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    line-height: 28px;
}

.bottom ul {
    margin: 0;
    padding: 0;
    width: 290px;
}

.bottom li {
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
}

.bottom li.active a {
    color: #f1494e;
    font-weight: 500;
}

.bottom li a {
    color: rgba(255, 255, 255, 1);
}

.bottom li a:hover {
    color: #f1494e;
}

.bottom .right {
    display: flex;
    flex-flow: row;
}

.bottom .right > div {
    font-size: 14px;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    line-height: 28px;
}

.bottom .right > div > div {
    margin-bottom: 10px;
}

.active .home-banner .form-box {
    left: 0;
    -webkit-transition: all 1.5s;
    -moz-transition: all 1.5s;
    -ms-transition: all 1.5s;
    -o-transition: all 1.5s;
    transition: all 1.5s;
}

.home-banner .form-box {
    position: relative;
    left: 200px;
    -webkit-transition: all 1.5s;
    -moz-transition: all 1.5s;
    -ms-transition: all 1.5s;
    -o-transition: all 1.5s;
    transition: all 1.5s;
    padding: 0 30px 30px;
    width: 440px;
    background: rgba(0, 0, 0, 0.35);
    border-radius: 6px;
    color: #ffffff;
}

.home-banner .form-box .title {
    margin: 26px 0 16px;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    color: rgba(255, 255, 255, 1);
    line-height: 24px;
    letter-spacing: 5px;
}

.home-banner .form-box label {
    margin-bottom: 12px;
    font-size: 16px;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    line-height: 22px;
}

.home-banner .form-box .form-control {
    height: 42px;
    font-size: 16px;
    font-weight: 400;
    color: rgba(0, 0, 0, 1);
    line-height: 22px;
}

.home-banner .form-box .form-group {
    margin-bottom: 26px;
}

.home-banner .form-box .btn {
    margin-top: 36px;
    height: 42px;
    background: rgba(241, 73, 78, 1);
    border-radius: 6px;
    font-size: 18px;
    font-weight: 500;
    color: rgba(255, 255, 255, 1);
    line-height: 25px;
}

.home-banner .form-box .btn:hover {
    background: #2d3952;
    border-color: #2d3952;
}

.banner-meng {
    z-index: 99;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
}

.banner-meng .text {
    text-align: center;
    margin-right: 90px;
    margin-bottom: 250px;
    position: relative;
    left: -200px;
    -webkit-transition: all 1.5s;
    -moz-transition: all 1.5s;
    -ms-transition: all 1.5s;
    -o-transition: all 1.5s;
    transition: all 1.5s;
}

.active .banner-meng .text {
    left: 0;
    -webkit-transition: all 1.5s;
    -moz-transition: all 1.5s;
    -ms-transition: all 1.5s;
    -o-transition: all 1.5s;
    transition: all 1.5s;
}

.banner-meng .tt {
    margin-bottom: 30px;
    font-size: 70px;
    font-weight: 600;
    color: rgba(255, 255, 255, 1);
    line-height: 98px;
    letter-spacing: 7px;
}

.banner-meng .intr {
    font-size: 30px;
    font-weight: 500;
    color: rgba(255, 255, 255, 1);
    line-height: 42px;
    letter-spacing: 6px;
}

.home-banner .box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-items: center;
}

.chesahngdai-banner {
    height: 880px;
}

.chesahngdai-banner .swiper-slide {
    height: 880px;
}

@media (max-width: 1200px) {
    .home-block4-box .block {
        width: 300px;
    }

    .banner-meng .tt {
        font-size: 40px;
    }

    .banner-meng .intr {
        font-size: 20px;
    }

    .form-box {
    }

    .home-banner .form-box .form-control {
        height: 42px;
    }

    .home-banner .form-box .form-group {
        margin-bottom: 15px;
    }

    .home-banner .form-box {
        padding: 0 20px 10px;
    }

    .home-banner .form-box .title {
        margin: 16px 0 10px;
    }

    .banner-meng .text {
        margin-right: 30px;
        margin-bottom: 100px;
    }
}

@media (max-width: 520px) {
    .home-banner .form-box {
        width: 100%;
        margin: 0 20px;
    }

    .banner-meng .text {
        margin: 0 0 50px;
    }
}

.chesd-block3 {
    background-size: cover;
    background-position: center center;
    background-image: url("../image/cheshangdai/shenqingliucheng.jpg");
    padding-bottom: 163px;
    padding-top: 50px;
}

.chesd-block3 .title {
    text-align: center;
    margin-bottom: 98px;
}

.chesd-block3 .title img {
    width: 80%;
    max-width: 511px;
}

.chesd-block3 .lc {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 1180px;
    position: relative;
    bottom: -300px;
    -webkit-transition: all 1.5s;
    -moz-transition: all 1.5s;
    -ms-transition: all 1.5s;
    -o-transition: all 1.5s;
    transition: all 1.5s;
}

.active .chesd-block3 .lc {
    bottom: 0;
    -webkit-transition: all 1.5s;
    -moz-transition: all 1.5s;
    -ms-transition: all 1.5s;
    -o-transition: all 1.5s;
    transition: all 1.5s;
}

.chesd-block3 .h5-lc {
    width: 100%;
    display: none;
}

@media (max-width: 500px) {
    .chesd-block3 .title {
        margin-bottom: 50px;
    }

    .chesd-block3 {
        padding: 49px 26px 66px 24px;
    }

    .chesd-block3 .h5-lc {
        display: block;
    }

    .chesd-block3 .lc {
        display: none;
    }
}

.chesd-block4 {
    background-size: cover;
    background-position: center center;
    background-image: url("../image/cheshangdai/shenqingtiaojian-bg.jpg");
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    padding-bottom: 80px;
}

.chesd-block4 .title {
    margin-bottom: 50px;
    text-align: center;
}

.chesd-block4 .title img {
    width: 80%;
    max-width: 518px;
}

.chesd-block4 .box {
    width: 1200px;
    margin: auto;
    margin-bottom: 20px;
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-items: center;
}

.chesd-block4 .left > div {
    width: 460px;
    padding-left: 60px;
    height: 53px;
    display: flex;
    flex-flow: row;
    align-items: center;
    font-size: 18px;
    font-weight: 400;
    color: rgba(0, 0, 0, 1);
    line-height: 25px;
    background: rgba(255, 255, 255, 0);
    border-radius: 0 0 0 42px;
}

.chesd-block4 .left > div:hover {
    background: rgba(255, 255, 255, 1);
}

.chesd-block4 .left > div img {
    width: 30px;
    height: 30px;
    margin-right: 15px;
}

.chesd-block4 .right {
    box-shadow: 2px 6px 12px 1px rgba(0, 0, 0, 0.1);
    width: 520px;
    height: 280px;
    border-radius: 80px 0 80px 0;
    overflow: hidden;
}

.chesd-block4 .right img {
    width: 100%;
}

.chesd-block4 .phone-box-title {
    margin-bottom: 16px;
    margin-top: 40px;
    font-size: 20px;
    font-weight: 500;
    color: rgba(51, 51, 51, 1);
    line-height: 28px;
}

.chesd-block4 .phone-box-form {
    padding: 0 10px;
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-items: center;
}

.chesd-block4 .phone-box-form > div {
    font-size: 16px;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    line-height: 22px;
    display: flex;
    flex-flow: row;
    align-items: center;
}

.chesd-block4 .phone-box-form .form-control {
    margin-left: 20px;
    margin-right: 35px;
    width: 480px;
    height: 52px;
    border: none;
    font-size: 14px;
    font-weight: 400;
    color: rgba(153, 153, 153, 1);
    line-height: 20px;
}

.chesd-block4 .phone-box-form .text {
    width: 64px;
}

.chesd-block4 .phone-box-form .btn {
    border: none !important;
    background: rgba(241, 73, 78, 1);
    border-radius: 6px;
    font-size: 18px;
    font-weight: 500;
    color: rgba(255, 255, 255, 1);
    line-height: 25px;
    width: 180px;
    height: 52px;
}

.chesd-block4 .phone-box-form .btn:hover {
    background: #2d3952;
}

@media (max-width: 800px) {
    .chesd-block4 .phone-box-form .btn {
        width: 100%;
    }
    .chesd-block4 .phone-box-form {
        display: flex;
        flex-direction: column;

    }
    .chesd-block4 .phone-box-form .btn {
        width: 90%;
        display: block;
        border: none !important;
        background: rgba(241, 73, 78, 1);
        border-radius: 6px;
        font-size: 18px;
        font-weight: 500;
        color: rgba(255, 255, 255, 1);
        line-height: 25px;
        height: 52px;
        margin-top: 15px;
    }
    .chesd-block4 .left > div {
        width: 375px;
        padding-left: 60px;
        box-sizing: border-box;
        height: 53px;
        display: flex;
        flex-flow: row;
        align-items: center;
        font-size: 18px;
        font-weight: 400;
        color: rgba(0, 0, 0, 1);
        line-height: 25px;
        background: rgba(255, 255, 255, 0);
        border-radius: 0 0 0 42px;
    }
    .chesd-block4 .title {
        width: 100%;
        margin-bottom: 50px;
        text-align: center;
    }
    .chesd-block4 .phone-box-form .form-control {
        width: unset;
    }
    .chesd-block4 .box {
        width: 375px;
        margin: auto;
        margin-bottom: 20px;
        display: flex;
        flex-flow: row;
        justify-content: center;
        align-items: center;
    }
}

.jiejue-block2 {
    position: relative;
}

.jiejue-block2 .box-box {
    padding: 62px 20px 20px;
    background: #222A46;
    box-shadow: 0 -2px 12px 0 rgba(0, 0, 0, 0.3);
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
}

.jiejue-block2 .box-box a {
    cursor: default;
}

.box-box > div {
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-items: center;
}

@media (max-width: 900px) {
    .box-box > div {
        flex-flow: row wrap;
    }
}

.jiejue-block2 .title {
    font-size: 16px;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    line-height: 22px;
    margin-bottom: 12px;
}

.jiejue-block2 .text {
    font-size: 12px;
    font-weight: 400;
    color: rgba(244, 244, 244, 1);
    line-height: 20px;
}

.jiejue-block2 .box {
    margin-bottom: 26px;
    width: 200px;
}

/*.jiejue-block2 .box:hover .title {*/
/*    color: #f1494e;*/
/*}*/
.jiejue-block2 .box.active .title {
    color: #f1494e;
}

.jiejue-block2 .box-box .gang {
    margin: 0 36px;
    margin-bottom: 26px;
    height: 16px;
}

@media (max-width: 1150px) {
    .jiejue-block2 .box {
        width: 230px;
    }

    .gang2 {
        display: none;
    }
}

@media (max-width: 540px) {
    .gang {
        display: none;
    }
}

.jiejue-block2 .xiahua {
    position: relative;
    z-index: 9;
    margin: -30px auto -57px;
    width: 86px;
    height: 86px;
    border-radius: 50%;
    background: #222A46;
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-items: center;
}

.jiejue-block2 .xiahua img {
    width: 18px;
}

.jiejue-block3 {
    padding: 84px 20px 164px;
}

.jiejue-block3 .left {
    padding-top: 106px;
    position: relative;
    left: -200px;
    -webkit-transition: all 1.5s;
    -moz-transition: all 1.5s;
    -ms-transition: all 1.5s;
    -o-transition: all 1.5s;
    transition: all 1.5s;
}

.active .jiejue-block3 .left {
    left: 0;
    -webkit-transition: all 1.5s;
    -moz-transition: all 1.5s;
    -ms-transition: all 1.5s;
    -o-transition: all 1.5s;
    transition: all 1.5s;
}

.jiejue-block3 .left img {
    width: 270px;
    margin-bottom: 46px;
}

.jiejue-block3 .left .text {
    margin-bottom: 40px;
    max-width: 479px;
    font-size: 16px;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    line-height: 32px;
}

.active .jiejue-block3 .right {
    right: 0;
    -webkit-transition: all 1.5s;
    -moz-transition: all 1.5s;
    -ms-transition: all 1.5s;
    -o-transition: all 1.5s;
    transition: all 1.5s;
}

.jiejue-block3 .right {
    position: relative;
    right: -200px;
    -webkit-transition: all 1.5s;
    -moz-transition: all 1.5s;
    -ms-transition: all 1.5s;
    -o-transition: all 1.5s;
    transition: all 1.5s;
}

.jiejue-block3 .right img {
    width: 100%;
}

@media (min-width: 1200px) {
    .jiejue-block3 .right img {
        width: 652px;
        margin-left: -86px;
    }
}

.jiejue-block4 {
    padding: 30px 0;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    background-color: #282c35;
    padding-bottom: 80px;
}

.jiejue-block4 .col-md-3 > div {
    margin: auto;
    width: 100%;
    max-width: 262px;
    height: 130px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.5);
    border-radius: 4px;
}

.c1 {
    border-top: 4px solid #F1494E;
}

.c2 {
    border-top: 4px solid #F16349;
}

.c3 {
    border-top: 4px solid #F18949;
}

.c4 {
    border-top: 4px solid #FFCC3E;
}

.jiejue-block4 .col-md-3 {
    margin-bottom: 25px;
}

.jiejue-block4 .col-md-3 > div {
    position: relative;
    overflow: hidden;
}

.jiejue-block4 .col-md-3 .box {
    width: 100%;
    height: 100%;
    font-size: 20px;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    line-height: 28px;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
}

.jiejue-block4 .col-md-3 .box div {
    width: 30px;
    height: 2px;
    border-radius: 2px;
    background-color: #333;
    margin-top: 10px;
}

.jiejue-block4 .row {
    position: relative;
    top: -200px;
    -webkit-transition: all 1.5s;
    -moz-transition: all 1.5s;
    -ms-transition: all 1.5s;
    -o-transition: all 1.5s;
    transition: all 1.5s;
}

.active .jiejue-block4 .row {
    position: relative;
    top: 0;
    -webkit-transition: all 1.5s;
    -moz-transition: all 1.5s;
    -ms-transition: all 1.5s;
    -o-transition: all 1.5s;
    transition: all 1.5s;
}

.jiejue-block4 .box-meng {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: 400;
    color: rgba(241, 73, 78, 1);
    line-height: 25px;
}

.jiejue-block4 .box-meng div {
    margin-top: 8px;
}

.jiejue-block4 .col-md-3 > div:hover .box-meng {
    opacity: 1;
}

@media (max-width: 990px) {
    .jiejue-block4 .row-top {
        margin-bottom: 0;
    }
}

.jiejue-block5 {
    padding-top: 80px;
    background-size: cover;
    background-position: center center;
    background-image: url("../image/jiejuefangan/zulin.jpg");
}

.jiejue-block5 .left {
    position: relative;
    left: -200px;
    -webkit-transition: all 1.5s;
    -moz-transition: all 1.5s;
    -ms-transition: all 1.5s;
    -o-transition: all 1.5s;
    transition: all 1.5s;
}

.active .jiejue-block5 .left {
    position: relative;
    left: 0;
    -webkit-transition: all 1.5s;
    -moz-transition: all 1.5s;
    -ms-transition: all 1.5s;
    -o-transition: all 1.5s;
    transition: all 1.5s;
}

.jiejue-block5 .right {
    position: relative;
    right: -200px;
    -webkit-transition: all 1.5s;
    -moz-transition: all 1.5s;
    -ms-transition: all 1.5s;
    -o-transition: all 1.5s;
    transition: all 1.5s;
}

.active .jiejue-block5 .right {
    position: relative;
    right: 0;
    -webkit-transition: all 1.5s;
    -moz-transition: all 1.5s;
    -ms-transition: all 1.5s;
    -o-transition: all 1.5s;
    transition: all 1.5s;
}

/*.jiejue-block5 .row {*/
/*    display: flex;*/
/*    flex-flow: row wrap;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*}*/
.jiejue-block5 .left img {
    position: relative;
    z-index: 9;
    margin-bottom: -153px;
    width: 100%;
    box-shadow: -4px 3px 36px 36px rgba(0, 0, 0, 0.1);
}

.jiejue-block5 .right > div {
    padding-top: 167px;
    margin-left: 90px;
}

.jiejue-block5 .right img {
    width: 240px;
}

.jiejue-block5 .right .text {
    margin-bottom: 40px;
    margin-top: 46px;
    font-size: 16px;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    line-height: 32px;
}

@media (min-width: 1200px) {
    .jiejue-block5 .left img {
        width: 589px;
    }
}

@media (max-width: 990px) {
    .jiejue-block5 .right > div {
        padding-top: 0;
        margin-left: 0;
        margin-top: 200px;
    }
}

.jiejue-block6 {
    overflow: hidden;
    min-height: 780px;
    position: relative;
    /*padding-top: 215px;*/
    background-size: cover;
    background-position: center center;
    background-image: url("../image/jiejuefangan/gongyinglian.jpg");
    display: flex;
    flex-flow: row;
    justify-content: flex-end;
    align-items: center;
}

.jiejue-block6 .box {
    margin-top: -80px;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
}

.jiejue-block6 .left {
    margin-left: 30px;
    max-width: 479px;
}

.jiejue-block6 .title {
    margin-bottom: 46px;
    width: 270px;
}

.jiejue-block6 .text {
    font-size: 16px;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    line-height: 32px;
}

.jiejue-block6 .right {
    width: 47.6%;
}

.jiejue-block7 {
    padding-bottom: 80px;
    background-size: cover;
    background-position: center center;
    background-image: url("../image/jiejuefangan/changjing.jpg");
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
}

.jiejue-block7 .left .intr {
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 32px;
    max-width: 480px;
    margin-right: 110px;
}

.jiejue-block7 .left img {
    margin-bottom: 46px;
    width: 330px;
}

.jiejue-block7 .right {
    max-width: 580px;
    width: 80%;
}

@media (max-width: 1200px) {
    .jiejue-block7 .left .intr {
        margin-right: 40px;
    }

    .jiejue-block7 .right {
        max-width: 400px;
    }

    .jiejue-block7 .left .intr {
        max-width: 380px;
    }

    .jiejue-block6 {
        min-height: unset;
    }

    .jiejue-block6 .left {
        padding-top: 0;
        padding-bottom: 40px;
    }
}

@media (max-width: 990px) {
    .jiejue-block7 {
        padding: 30px 0 0;
    }

    .jiejue-block7 .left .intr {
        margin-right: 0;
        max-width: unset;
    }

    .jiejue-block7 .right {
        width: 100%;
        max-width: unset;
    }

    .jiejue-block7 .left {
        margin-bottom: 30px;
        padding: 0 15px;
        width: 100%;
        max-width: unset;
    }

    .jiejue-block7 .left .intr {
        width: 100%;
        max-width: unset;
    }

    .bottom .text {
        width: 100%;
        max-width: unset;
    }

    .jiejue-block5 {
        padding-top: 0;
    }

    .jiejue-block5 .left img {
        width: 100%;
    }

    .jiejue-block5 .left {
        padding: 0;
    }

    .jiejue-block6 .right {
        margin-top: 30px;
        position: unset;
        width: 100%;
    }

    .jiejue-block6 .left {
        padding: 0;
    }

    .jiejue-block6 {
        padding-top: 50px;
    }
}

.guanyu-block2 .box-box a {
    /*width: 33.33%;*/
    /*max-width: 216px;*/
}

.guanyu-block2 .box-box .box {
    width: unset;
}

@media (max-width: 1200px) {
    .guanyu-block2 .gang {
        display: block !important;
    }
}

@media (max-width: 990px) {
    .guanyu-block2 .box-box a {
        height: 100px;
        width: 100%;
    }

    .guanyu-block2 .box-box .box {
        text-align: center;
    }

    .guanyu-block2 .gang {
        display: none !important;
    }
}

.guanyu-block3 {
    padding: 110px 20px 210px;
    background-size: cover;
    background-position: center center;
    background-image: url("../image/guanyuwomen/gsjj-bg.jpg");
}

.guanyu-block3 .title {
    width: 296px;
    margin: auto;
    display: block;
    margin-bottom: 36px;
}

.guanyu-block3 .intr {
    font-size: 18px;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    line-height: 40px;
    max-width: 738px;
    margin: auto;
    margin-bottom: 56px;
}

.guanyu-block3 .text {
    margin: auto;
    width: 100%;
    max-width: 738px;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    line-height: 20px;
}

.guanyu-block3 img {
    width: 45px;
    margin-left: -15px;
    margin-bottom: 7px;
    margin-right: 2px;
}

.guanyu-block4 {
    padding-bottom: 70px;
    padding-top: 20px;
    background-size: cover;
    background-position: center center;
    background-image: url("../image/guanyuwomen/qiyewenhua-bg.jpg");
}

.guanyu-block4 .title {
    width: 296px;
    margin: auto;
    display: block;
    margin-bottom: 70px;
}

#certify .swiper-container {
    padding-bottom: 60px;
}

#certify .swiper-slide {
    position: relative;
    border-radius: 6px;
    overflow: hidden;
    width: 900px;
    height: 547px;
}

#certify .swiper-slide img {
    width: 100%;
    display: block;
    border-radius: 12px;
}

#certify .swiper-pagination-1 {
    width: 100%;
    text-align: center;
    bottom: 20px;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet {
    width: 20px;
    height: 2px;
    border-radius: 2px;
    background-color: #ffffff;
    margin: 0 15px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    width: 50px;
    height: 2px;
    border-radius: 2px;
    background-color: #ffffff;
}

#certify .swiper-slide div {
    width: 100%;
    position: absolute;
    bottom: -2px;
    left: 0;
    height: 100px;
    background-color: #172541;
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-items: center;
}

#certify .swiper-slide div img {
    width: 126px;
}

.app-block1 {
    /*height: 880px;*/
    padding-top: 80px;
    background-size: cover;
    background-position: center center;
    background-image: url("../image/app-xiazai/banner.jpg");
}

.app-bg-box {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.app-block1 .app-bg {
    width: 100%;
    max-width: 800px;
    margin: auto;
    margin-top: 34px;
    display: block;
    position: relative;
    bottom: -200px;
    -webkit-transition: all 1.5s;
    -moz-transition: all 1.5s;
    -ms-transition: all 1.5s;
    -o-transition: all 1.5s;
    transition: all 1.5s;
}

.active .app-block1 .app-bg {
    bottom: 0;
    -webkit-transition: all 1.5s;
    -moz-transition: all 1.5s;
    -ms-transition: all 1.5s;
    -o-transition: all 1.5s;
    transition: all 1.5s;
}

.app-block1 .title {
    text-align: center;
    font-size: 40px;
    font-weight: 600;
    color: rgba(255, 255, 255, 1);
    line-height: 62px;
    letter-spacing: 4px;
    text-shadow: 0px 6px 10px rgba(0, 0, 0, 0.5);
}

.app-block1 .text {
    margin-bottom: 30px;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    color: rgba(255, 255, 255, 1);
    line-height: 62px;
    letter-spacing: 2px;
    text-shadow: 0 6px 10px rgba(0, 0, 0, 0.5);
}

.app-block1 .btn-box {
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-items: center;
}

.app-block1 .btn-box a {
    position: relative;
    width: 220px;
    height: 52px;
    margin: 0 26px;
}

.app-block1 .btn-box a:hover .qrcode {
    opacity: 1;
    height: 220px;
}

.app-block1 .btn-box a .qrcode {
    overflow: hidden;
    opacity: 0;
    display: flex;
    z-index: 1;
    position: absolute;
    top: 52px;
    left: 0;
    width: 100%;
    height: 0;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.15);
    border-radius: 6px;
    flex-flow: row;
    justify-content: center;
    align-items: center;
}

.app-block1 .qrcode canvas {
    width: 80%;
}

.app-block1 .btn-box .btn {
    position: relative;
    top: 400px;
    margin-bottom: 30px;
    background-color: #F1494E;
    border: none !important;
    width: 100%;
    height: 100%;
    font-size: 20px;
    font-weight: 500;
    color: rgba(255, 255, 255, 1);
    line-height: 28px;
    -webkit-transition: all 1.5s;
    -moz-transition: all 1.5s;
    -ms-transition: all 1.5s;
    -o-transition: all 1.5s;
    transition: all 1.5s;
}

.active .app-block1 .btn-box .btn {
    top: 0;
    -webkit-transition: all 1.5s;
    -moz-transition: all 1.5s;
    -ms-transition: all 1.5s;
    -o-transition: all 1.5s;
    transition: all 1.5s;
}

@media (max-width: 500px) {
    .jiejue-block3 .left {
        padding-top: 0 !important;
    }

    .app-block1 .btn-box a {
        margin: 0 10px;
    }
}

.app-block1 .btn-box .btn:hover {
    background-color: #2D3952;
}

.app-block2 {
    padding-top: 40px;
    background-size: cover;
    background-position: center center;
    background-image: url("../image/app-xiazai/muzhidongdong.jpg");
    height: 836px;
}

.app-block2 .container {
    position: relative;
}

.app-block2 .title {
    position: relative;
    z-index: 9;
    width: 617px;
}

.app-block2 .dmz {
    position: absolute;
    top: 0;
    right: 0;
    height: 800px;
}

.app-block3 {
    background-size: cover;
    background-position: center center;
    background-image: url("../image/app-xiazai/suijiesuihuan.jpg");
    height: 1005px;
}

.app-block3 .container {
    position: relative;
}

.app-block3 .title {
    z-index: 9;
    width: 624px;
    position: absolute;
    top: 180px;
    left: 500px;
}

.app-block3 .dmz {
    position: absolute;
    top: 55px;
    left: 0;
    height: 800px;
}

@media (max-width: 760px) {
    .app-block2 {
        padding: 30px 0;
        height: unset !important;
    }

    .app-block2 .title {
        width: 80%;
    }

    .app-block2 * {
        position: unset !important;
    }

    .app-block3 .title {
        width: 100%;
    }

    .app-block3 {
        padding: 30px 0;
        height: unset;
    }

    .app-block3 * {
        position: unset !important;
    }

    .dmz {
        width: 100%;
        height: unset !important;
    }
}

.nav-bar-h5 {
    background-color: #ffffff;
    display: none;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 44px;
    /*padding: 0 16px;*/
}

.nav-bar-h5 .h5-logo img {
    width: 80px;
}

.nav-bar-h5 .l, .nav-bar-h5 .r {
    padding: 0 16px;
    height: 44px;
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-items: center;
}

.nav-bar-h5 .l img {
    width: 16px;
}

.nav-bar-h5 .r img {
    width: 16px;
}

.home-block3-h5 {
    position: relative;
    display: none;
}

.home-block3-h5 #certify .swiper-slide {
    width: unset;
    height: unset;
}

.home-block3-h5 #certify .swiper-slide img {
    width: 173px;
    height: 270px;
}

.home-block3-h5 .swiper-pagination-1 {
    /*display: none;*/
    position: absolute;
    top: -38px;
    bottom: unset;
    left: 0;
}

.home-block3-h5 #certify .swiper-pagination-bullets .swiper-pagination-bullet {
    width: 84px;
    margin: 0;
}

.home-block3-h5 .intr .title1 {
    font-size: 15px;
    font-weight: 500;
    color: rgba(255, 255, 255, 1);
    line-height: 21px;
    text-align: center;
    margin-bottom: 6px;
}

.home-block3-h5 .intr .text1 {
    margin: auto;
    width: 315px;
    margin-bottom: 26px;
    font-size: 12px;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    line-height: 26px;
}

.home-block3-h5 #certify .swiper-container {
    padding-bottom: 0;
}

.home-block3-h5 .tab-box div {
    width: 85px;
}

.menu-box {
    display: none;
    height: 100%;
    overflow: hidden;
    background-color: #000000;
    z-index: 9999;
    position: fixed;
    top: 44px;
    left: 0;
    width: 100%;
}

.menu-box .active {
    opacity: 0.8;
}

.menu-box a {
    margin: 0 40px;
    height: 44px;
    display: flex;
    flex-flow: row;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    font-size: 17px;
    align-items: center;
    color: #ffffff;
}

.menu-box .phone {
    border: none;
    font-size: 14px;
}

.home-banner .swiper-slide img {
    display: none;
}

@media (max-width: 1000px) {
    body {
        padding-top: 44px !important;
    }

    .nav-bar {
        display: none;
    }

    .nav-bar-h5 {
        display: flex;
    }
}

.fp-tableCell {
    display: block;
    vertical-align: unset;
}

.fp-tableCell > div {
    height: 100% !important;
}

#fp-nav ul li a span, .fp-slidesNav ul li a span {
    border: 1px solid #ffffff !important;
}

.lll {
    position: relative;
    left: 200px;
    -webkit-transition: all 1.5s;
    -moz-transition: all 1.5s;
    -ms-transition: all 1.5s;
    -o-transition: all 1.5s;
    transition: all 1.5s;
}

.active .lll {
    left: 0;
    -webkit-transition: all 1.5s;
    -moz-transition: all 1.5s;
    -ms-transition: all 1.5s;
    -o-transition: all 1.5s;
    transition: all 1.5s;
}

.rrr {
    position: relative;
    right: 200px;
    -webkit-transition: all 1.5s;
    -moz-transition: all 1.5s;
    -ms-transition: all 1.5s;
    -o-transition: all 1.5s;
    transition: all 1.5s;
}

.active .rrr {
    right: 0;
    -webkit-transition: all 1.5s;
    -moz-transition: all 1.5s;
    -ms-transition: all 1.5s;
    -o-transition: all 1.5s;
    transition: all 1.5s;
}

.ttt {
    position: relative;
    top: 200px;
    -webkit-transition: all 1.5s;
    -moz-transition: all 1.5s;
    -ms-transition: all 1.5s;
    -o-transition: all 1.5s;
    transition: all 1.5s;
}

.active .ttt {
    top: 0;
    -webkit-transition: all 1.5s;
    -moz-transition: all 1.5s;
    -ms-transition: all 1.5s;
    -o-transition: all 1.5s;
    transition: all 1.5s;
}

@media (max-width: 800px) {
    .jiejue-block6 .box {
        margin-top: 0;
    }

    .home-banner-h .swiper-slide {
        height: unset !important;
        background-image: unset !important;
    }

    .home-banner-h .swiper-slide img {
        display: block !important;
    }

    .fp-tableCell > .home-banner-h {
        height: unset !important;
    }

    .home-banner .swiper-container {
        height: unset !important;
    }

    .fp-tableCell {
        height: unset !important;
    }

    .fullpage-wrapper {
        height: unset !important;
    }

    .section {
        height: unset !important;
    }

    .fp-section.fp-table, .fp-slide.fp-table {
        table-layout: unset;
    }

    .jiejue-block4 .container {
        width: 80%;
    }

    .fp-section.fp-table, .fp-slide.fp-table {
        display: block;
    }

    #fp-nav {
        display: none;
    }

    .fp-tableCell > div.chesahngdai-banner {
        height: 732px !important;
    }

    .home-block3 .box {
        display: none;
    }

    .home-block3-h5 {
        display: block;
    }

    .bottom .right {
        display: block;
        flex-flow: unset;
    }

    * {
        -webkit-transition: unset !important;
        -moz-transition: unset !important;
        -ms-transition: unset !important;
        -o-transition: unset !important;
        transition: unset !important;
    }
}

