@media (min-width: 960px) {
    .wrapper {
        width: 100%;
        height: 250px;
        margin: 100px auto;
    }

    .page1 .box-img img {
        width: 90px;
        height: 90px;
        border-radius: 50%;

        display: block;
    }

    .small1 {
        display: none
    }

    .page1 .box {
        float: left;
        width: 18%;
        height: 330px;
        background-color: #f5f5f5;
        text-align: center;
        transition: .3s;
        overflow: hidden;
    }

    .oursevice {
        background: url('../imgs/fu-0.png') no-repeat center 60%
    }

    .page1 .box:hover h6::after {
        content: '';
        display: block;
        width: 47px;
        height: 0px;
        background: rgba(250, 250, 250, 1);
        border-radius: 2px;
        position: absolute;
        left: 50%;
        margin-left: -23.5px;
        transform: translateY(10px);
    }

    .page1 .box:hover h6 {
        color: #fff;
        transform: translateY(-70px);
        position: relative;
    }

    .page1 .box:hover p {
        transform: translateY(-40px);
    }

    .page1 .box-hide {
        font-size: 12px;
        color: #f5f5f5;
    }

    .page1 .box-hide .btn {
        background: #1C7BB5;
        border: 1px solid #fff;
        border-radius: 0px;
        line-height: 33px;
        color: #fff;
        font-size: 15px;
        height: 33px;
        transform: translateY(-60px);
        opacity: 0;
        transition: .3s;
    }

    .page1 .box-img .img2 {
        margin: 20px auto -40px;
        opacity: 0;
        transition: .3s;
    }

    .page1 .box-img .img1 {
        margin: 0 auto 40px;
        opacity: 1;
        transition: .3s;
    }


    .page1 .box h6 {
        font-size: 18px;
        transition: .3s;
        font-weight: 500;
    }



    .page1 .box p {
        width: 90%;
        margin: auto;
        transition: .3s;
    }

    .page1 .box:hover .box-img .img1 {
        opacity: 0;
    }

    .page1 .box:hover .box-img .img2 {
        opacity: 1;
    }
}

.page1 {
    padding-bottom: 60px;
}

.page1 .box:hover {
    background-color: #1C7BB5;
}

.page1 .box:hover .btn {
    opacity: 1;
}

.page2 {
    padding-bottom: 150px;
    padding-top: 15px;
}

.page2 .box {
    width: 312px;
    height: 312px;
    box-shadow: 0px 0px 20px rgba(74, 138, 247, 0.2);
    text-align: center;
    transition: .3s;
    overflow: hidden;
    background-color: #fff;
}


.page2 .box:hover {
    background-color: #1C7BB5;
}

.page2 h1 {
    font-size: 100px;
    font-weight: 500;
}

.page2 .box .h {
    transition: .3s;
    padding-top: 60px;
    display: flex;
    justify-content: center;
    -webkit-justify-content: center;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    color: rgba(74, 138, 247, 1);
}


.page2 .box .h span {
    font-size: 24px;
    margin-left: 5px;
}

.page2 .box .h b {
    height: 50px;
    display: block;
    font-size: 50px;
    margin-top: -10px;
}

.page2 .box .trs {
    transition: .3s;
}


.page2 .box .trs h3 {
    font-size: 20px;
    font-weight: 500;
    margin-top: 35px;
}

.page2 .box:hover .trs {
    margin-top: -120px;
    color: #fff;
}

.page2 .box .trs p {
    font-size: 13px;
    line-height: 1.8em;
    padding: 18px 58px 0;
    text-align: left;
    color: #fff;
}

.page3 {
    padding-bottom: 133px;
}

.page3 .box {
    width: 233px;
    height: 333px;
    box-shadow: 0px 0px 20px 0px rgba(74, 138, 247, 0.2);
    padding: 51px 35px;
    text-align: center;
    background-color: #fff;
}

.page3 .box img {
    height: 57px;
    margin-bottom: 27px;
}

.page3 .box:hover {
    box-shadow: 0px 0px 30px 0px rgba(74, 138, 247, 0.2);
}

.page3 .box h6 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 50px;
    position: relative;
}

.page3 .box h6::after {
    content: '';
    display: block;
    width: 20px;
    height: 4px;
    background: #1C7BB5;
    border-radius: 2px;
    position: absolute;
    left: 50%;
    margin-left: -10px;
    transform: translateY(9px)
}

.page3 .box p {
    font-size: 13px;
}

.page6 .box {
    width: 313px;
    height: 240px;
    background-color: #fff;
    margin-bottom: 40px;
    transition: .3s;
    padding: 40px 30px 0;
}

.page6 .box:hover {
    box-shadow: 0px 0px 25px 0px rgba(74, 138, 247, 0.2);
}

.page6 {
    padding-bottom: 60px;
}

.page6 .box h3 {
    font-size: 18px;
    text-align: center;
    margin-bottom: 30px;
}

.page6 .box p {
    font-size: 13px;
    line-height: 1.7em;
    margin-bottom: 10px;
}

.page6 .logo img {
    max-height: 50px;
    max-width: 167px;
    margin: auto;
    display: block;
    margin-bottom: 20px;
}

.page6 .box label {
    display: inline-block;
    padding: 0 10px;
    line-height: 20px;
    font-size: 12px;
    border: 1px solid #E2E4EB;
    color: #999EAD;
}

.page6 .box label+label {
    margin-left: 6px;
}

.page6 .box .flex {
    padding: 30px 20px 0;
    text-align: center;
}

.page6 .box .flex .qrcode img {
    width: 87px;
    height: 87px;
}

.page6 .box .flex .qrcode p {
    margin-top: 5px;
}

.page5 {
    padding-bottom: 117px;
    overflow: hidden;
    padding-top: 20px;
    position: relative;
    max-width: 1220px;
    margin: auto;
}

.page5 .swiper-container {
    width: 1000px;
    margin: auto;
    height: 555px;
    overflow: visible;
}

.page5 .swiper-container .swiper-slide {
    height: 555px;
    width: 417px;
    visibility: hidden;
    background-color: #fff;
    border: 1px solid #f2f2f2;
    box-shadow: 0px 0px 25px rgba(74, 138, 247, 0.2);
    padding: 50px 32px 0;
}

.page5 .swiper-slide.swiper-slide-prev,
.page5 .swiper-slide.swiper-slide-next,
.page5 .swiper-slide.swiper-slide-active {
    visibility: visible;
}

.page5 h3 {
    font-size: 23px;
    text-align: center;
    margin-bottom: 35px;
}

.page5 p {
    font-size: 14px;
    line-height: 1.5em;
    margin-bottom: 10px;
}

.button-prev,
.button-next {
    position: absolute;
    width: 71px;
    height: 71px;
    left: 0;
    top: 250px;
    background: url("../imgs/imgs_list.png") no-repeat;
    background-position: 0 -208px;
    border-radius: 50%;
    background-size: 1000px;
    z-index: 15;
    cursor: pointer;
    transition: .3s;
    transform-origin: left center;
}

.button-prev:hover,
.button-next:hover {
    transform: scale(1.05);
}

.button-prev:active,
.button-next:active {
    transform: scale(.98);
}

.button-next {
    transform-origin: right center;
    background-position: -154px -208px;
    left: auto;
    right: 0px;
}

.page5 .logo img {
    max-width: 200px;
    max-height: 67px;
    margin: auto;
    display: block;
    margin-bottom: 20px;
}

.page5 .swiper-slide label {
    display: inline-block;
    padding: 0 18px;
    line-height: 25px;
    height: 25px;
    border: 1px solid #E2E4EB;
    color: #999EAD;
}

.page5 .swiper-slide label+label {
    margin-left: 8px;
}

.page5 .swiper-slide .flex {
    padding: 47px 20px 0;
    text-align: center;
}

.page5 .swiper-slide .flex .qrcode p {
    margin-top: 5px;
}

.page6 {
    padding-bottom: 136px;
}

.page6>div {
    width: 224px;
    opacity: 0;
}

.page6 h3 {
    margin-bottom: 47px;
    margin-top: 30px;
    font-size: 22px;
    font-weight: 500;
    text-align: center;
}

.page6 p {
    font-size: 15px;
}

i.imgs {
    background: url("../imgs/imgs_list.png") no-repeat;
    display: block;
    width: 100px;
    height: 100px;
}

i.imgs[class*=imgs-fw] {
    background-position: 0 0px;
    margin: auto;
    width: 92px;
    height: 92px;
    margin-bottom: 5px;
}

.page4 {
    padding-bottom: 200px;
    padding-top: 15px;
}

.page4>div {
    height: 75px;
    transition: .3s;
    position: relative;
}

.page4 p {
    font-size: 15px;
    padding-top: 20px;
    text-align: center;
}

.page4 div i {
    opacity: 0;
}

.page4 .hide-msg {
    position: absolute;
    top: 140px;
    display: none;
}

.page4>div:hover .hide-msg {
    display: block;
}

.page4 .hide-msg ul {
    width: 160px;
    padding: 15px;
    border: 2px solid #adacb7;
    border-radius: 5px;
    position: absolute;
    top: 0;
    left: -47px;
    background: #fff;
}

.page4 .hide-msg em {
    background: url("../imgs/bg_07_a97adf7.png") no-repeat;
    width: 17px;
    height: 10px;
    display: inline-block;
    position: absolute;
    top: -8px;
    left: 27px;
    z-index: 10;
}

.page4 .hide-msg li {
    line-height: 20px;
    font-size: 12px;
    color: #697d84;
    padding-left: 15px;
    position: relative;
}

.page4 .hide-msg li:before {
    display: inline-block;
    content: '';
    width: 4px;
    height: 5px;
    border-radius: 50%;
    background-color: #1C7BB5;
    position: absolute;
    left: 5px;
    top: 7px;
}

i.imgs.imgs-fw1 {
    background-position: -120px 0px;
}

i.imgs.imgs-fw2 {
    background-position: -239px 0px;
}

i.imgs.imgs-fw3 {
    background-position: -58px -90px;
}

i.imgs.imgs-fw4 {
    background-position: -180px -90px;
}

i.imgs.imgs-zy0 {
    background-position: -438px 10px;
    margin: auto;
}

i.imgs.imgs-zy1 {
    background-position: -552px 10px;
    margin: auto;
}

i.imgs.imgs-zy2 {
    background-position: -662px 10px;
    margin: auto;
}

i.imgs.imgs-zy3 {
    background-position: -777px 10px;
    margin: auto;
}

i.imgs.imgs-pc {
    background-position: -106px -262px;
    width: 62px;
    height: 69px;
    margin: 8px auto 14px;
}

i.imgs[class*=lc] {
    width: 75px;
    height: 75px;
    background-position: -0px -314px;
    background-size: 1000px;
}

i.imgs.lc1 {
    background-position-x: -153px;
}

i.imgs.lc2 {
    background-position-x: -308px;
}

i.imgs.lc3 {
    background-position-x: -463px;
}

i.imgs.lc4 {
    background-position-x: -618px;
}

i.imgs.lc5 {
    background-position-x: -773px;
}

i.imgs.lc6 {
    background-position-x: -928px;
}

i.imgs[class*=imgs-sh] {
    width: 70px;
    height: 70px;
    background-position: -309px -208px;
    background-size: 1000px;
    margin: auto;
}

i.imgs.imgs-sh1 {
    background-position: -406px -210px;
    background-size: 1000px;
    margin: auto;
}

i.imgs.imgs-sh2 {
    background-position: -500px -210px;
    background-size: 1000px;
    margin: auto;
}

i.imgs.lcb {
    width: 66px;
    height: 18px;
    background-position: -104px -418px;
    background-size: auto;
}

.page3 .box .show:hover i.imgs {
    height: 90px;
    background-position-y: -93px;
}

@media (max-width: 959px) {
    .footer {
        display: none
    }

    .big1 {
        display: none;
    }

    .small1 .box-hide {
        position: relative;
    }

    .small1 .box-hide p {
        position: absolute;
        top: 50%;
        transform: translate(0, -50%);
        width: 100%;
    }

    .page1 .box {
        margin: 0 auto;
        width: 90%;
        height: 78px;
        background-color: #f5f5f5;
        text-align: center;
        transition: .3s;
        margin-bottom: 10px;
        overflow: hidden;
        position: relative;
    }

    .box .box-img {
        float: left
    }

    .box-img img {
        width: 60px;
        border-radius: 50%;
        padding: 9px;


    }

    .page1 .box h6 {
        font-size: 12px;
        font-weight: 500;
        line-height: 78px;
        text-align: left
    }

    .page1 .box-hide {
        font-size: 12px;
        color: #252634;
        height: 79px;
        margin-bottom: 0px;
        background: #fff;
        border: 1px solid #cdcdcd;
        padding: 10px 0;
    }

    .page1 .box-hide .btn {
        background: #fff;
        border: 1px solid #1C7BB5;
        border-radius: 0px;
        line-height: 33px;
        color: #1C7BB5;
        font-size: 15px;
        height: 33px;
        transform: translateY(-60px);
        opacity: 0;
        transition: .3s;
    }

    .img2 {
        display: none;
    }

    .box-img2 {
        position: absolute;
        top: 35px;
        left: 89%;
    }

    .box-img1 {
        display: inline-block;
    }

    .box-img2 img {
        width: 100%;
    }

    .oursevice {
        background: url('../imgs/fu-0.png') no-repeat center 36%;
        background-size: 55%
    }

}

@media (max-width: 400px) {
    .oursevice {
        background: url(../imgs/fu-0.png) no-repeat center 36%;
        background-size: 65%;
    }
}

@media (max-width: 374px) {
    .page1 .box h6 {
        transform: scale(0.8);
        width: 153%;
        margin-left: -49%;
    }
}