.inside-banner {
    height: 680px;
    background-image: url("../images/banner_bg.png");
}
.inside-banner .box .txt {
    margin-top: 81px;
    width: 835px;
}

.inside-banner .box .txt .smallTxt {
    width: 578px;
    margin-top: 24px;
    font-weight: 400;
    font-size: 20px;
    color: #4a4a4a;
    line-height: 30px;
}
.inside-banner .box .btn .getBtn {
    display: block;
    margin-top: 56px;
    width: 180px;
    height: 52px;
    line-height: 52px;
    text-align: center;
    background: #229af4;
    border-radius: 45px;
    font-size: 16px;
    font-family: Verdana, Verdana;
    font-weight: bold;
    color: #ffffff;
}
.m-banner-pic {
    display: none;
}
.fully {
    margin-top: 66px;
}
.fully .fully-box .img,
.fully .fully-box .text {
    float: left;
}
.fully .img {
    width: 548px;
}
.fully .fully-box .text {
    width: calc(100% - 548px - 98px);
    margin-left: 98px;
    margin-top: 127px;
}
.fully .text .title-01 {
    text-align: left;
}
.title-01 {
    font-weight: bold;
    font-size: 40px;
    color: #233863;
    line-height: 56px;
    text-align: center;
}
.fully .title-02 {
    margin-top: 40px;
    font-size: 16px;
    color: #4a4a4a;
    line-height: 28px;
}
.business {
    position: relative;
    padding-top: 160px;
}
.business::before {
    position: absolute;
    content: "";
    top: -180px;
    left: 0;
    width: 100%;
    height: 546px;
    background: url("../images/business-bg.png") no-repeat;
    background-size: cover;
    z-index: -1;
}
.business-box {
    margin-top: 56px;
}
.business-box .business-item {
    margin-bottom: 56px;
}
.business-box .business-item .img {
    float: left;
    width: 525px;
}
.business-box .business-item .text {
    float: right;
    width: calc(100% - 525px);
    padding-left: 56px;
}
.business-box .business-item:nth-child(2n) .img {
    float: right;
}
.business-box .business-item:nth-child(2n) .text {
    float: left;
    padding-left: 0px;
    padding-right: 56px;
}
.business-box .business-item .tit {
    font-weight: bold;
    font-size: 32px;
    color: #233863;
    line-height: 45px;
    margin-bottom: 24px;
}
.business-box .business-item .des {
    font-weight: 400;
    font-size: 16px;
    color: #4a4a4a;
    line-height: 28px;
    margin-bottom: 16px;
}
.business-box .business-item:first-child .tit-02 {
    margin-top: 24px;
}
.business-box .item01 .text {
    margin-top: 79px;
}
.business-box .item02 .text {
    margin-top: 123px;
}
.business-box .item03 .text {
    margin-top: 54px;
}
.business-box .item03 {
    margin-bottom: 26px;
}
.business-box .item04 .text {
    margin-top: 91px;
}
.container-02 {
    width: 100%;
    max-width: 1316px;
    margin-left: auto;
    margin-right: auto;
}
.response {
    padding-top: 104px;
    background: url("../images/response-bg.png") no-repeat;
    background-size: cover;
    margin-top: 2px;
    padding-bottom: 88px;
    background-position: center;
}
.response-box {
    margin-top: 48px;
}
.response-box .img {
    float: left;
    width: 648px;
    padding-left: 28px;
}
.response-box .list {
    float: left;
    width: calc(100% - 648px);
    height: 607px;
    padding-left: 94px;
    padding-right: 18px;
}
.response-box .swiper {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}

.response-box .swiper-slide {
    text-align: center;
    font-size: 18px;
    /*background: #fff;*/
    /*height: calc((100% - 72px) / 4) !important;*/
    width: 547px;
    height: 120px !important;
    /* Center slide text vertically */
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    border-radius: 4px;
    overflow: hidden;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets
    .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
    background: #229af4;
    opacity: 0.5;
}
.swiper-horizontal
    > .swiper-pagination-bullets
    .swiper-pagination-bullet-active {
    width: 21px;
    height: 7px;
    background: #229af4;
    border-radius: 4px;
    opacity: 1;
}
.response-box .swiper-slide .insideBox {
    width: 100%;
    height: 100%;
    background: #ffffff;
    box-shadow: 0px 10px 30px 0px rgba(32, 54, 83, 0.05);
    border-radius: 4px;
    display: flex;
    align-items: center;
    padding: 36px 32px;
}
.response-box .swiper-slide .insideBox img {
    margin-right: 24px;
}
.response-box .swiper-slide .insideBox {
    font-weight: bold;
    font-size: 20px;
    color: #233863;
    line-height: 28px;
    text-align: left;
    transition: all 0.3s;
}
.response-box .swiper-wrapper .activeHover .insideBox {
    transform: scale(1.1) !important;
    background: #4eddc7 !important;
    box-shadow: 0px 11px 33px 0px rgba(32, 54, 83, 0.05) !important;
    border-radius: 4px !important;
    color: #fff;
    font-size: 22px;
}
.response-box .swiper-wrapper .activeHover img {
    filter: brightness(10);
}
.response-box .img .item-img {
    display: none;
}
.response-box .img .activeImg {
    display: block;
}
.response-box .img img {
    width: 620px;
}
.response-box .img .tit {
    margin-top: 40px;
    margin-bottom: 24px;
    font-weight: bold;
    font-size: 32px;
    color: #233863;
    line-height: 45px;
}
.response-box .img .des {
    margin-bottom: 16px;
    font-weight: 400;
    font-size: 16px;
    color: #4a4a4a;
    line-height: 28px;
}
.asked {
    margin-top: 88px;
}
.asked .asked-ul {
    margin-top: 48px;
}
.asked .asked-ul li {
    position: relative;
    margin-top: 16px;
    background: #ffffff;
    box-shadow: 0px 0px 13px 0px rgba(197, 210, 235, 0.2);
    border-radius: 8px;
    cursor: pointer;
}
.asked .asked-ul li:hover {
    background: linear-gradient(270deg, #3ae49e 0%, #00c9d0 100%);
}
.asked .asked-ul li.active:hover {
    background: #ffffff;
}
.asked .asked-ul li:hover .li-item .title-head p {
    color: #ffffff;
}

.asked .asked-ul li.active:hover .li-item .title-head p {
    color: #233863;
}
.asked .asked-ul li .li-item {
    padding: 24px;
}

.asked .asked-ul li .li-item .title-head p {
    font-size: 18px;
    font-weight: bold;
    color: #233863;
    line-height: 25px;
}
.asked .asked-ul li .li-item .title-box {
    display: none;
}
.asked .asked-ul li .li-item .title-box .text {
    margin-top: 16px;
    font-size: 14px;
    font-weight: 400;
    color: #888888;
    line-height: 20px;
}
.asked .asked-ul li.active .title-box {
    display: block;
}
.asked .asked-ul li .title-head::after {
    position: absolute;
    content: "";
    width: 24px;
    height: 24px;
    right: 24px;
    top: 24px;
    border-radius: 50%;
    text-align: center;
    font-weight: bold;
    color: #233863;
    background-color: #e8f5ff;
    background-image: url("../images/jia.png");
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: center;
}
.asked .asked-ul li.active .title-head::after {
    background-image: url("../images/jian.png");
}


@media screen and (max-width: 768px) {
    .container {
        padding: 0 24px;
    }
    .headerH96Bg {
        display: none;
    }
    .inside-banner {
        background-image: url("../images/m-banner_bg.png");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: bottom;
        height: 608px;
    }
    .inside-banner .txtInfor {
        padding-top: 32px;
    }
    .inside-banner .box .txt {
        width: 100%;
        margin-top: 0;
    }
    .inside-banner .txtInfor .txt .bigTxt {
        font-family: PingFangSC, PingFang SC;
        font-weight: 600;
    font-weight: bold;
        font-size: 42px;
        color: #233863;
        line-height: 59px;
        margin-bottom: 24px;
    }
    .inside-banner .box .txt .smallTxt {
        font-family: PingFangSC, PingFang SC;
        font-weight: 400;
        font-size: 20px;
        color: #4a4a4a;
        line-height: 30px;
        margin-bottom: 40px;
        margin-top: 0;
        width: 100%;
    }
    .inside-banner .box .txt .smallTxt br {
        display: none;
    }
    .inside-banner .m-banner-pic {
        display: flex;
        margin-top: 13px;
        justify-content: center
        ;
    }
    .inside-banner .m-banner-pic img {
        width: 375px;
        margin:0 auto;
    }
    .inside-banner .box .btn .getBtn {
        width: 100%;
        margin-top: 0;
    }
    .fully {
        margin-top: 90px;
    }
    .fully .container:first-child {
        padding: 0;
    }
    .fully .fully-box {
        display: flex;
        flex-direction: column;
    }
    .fully .fully-box .img,
    .fully .fully-box .text {
        float: none;
    }
    .fully .img {
        width: 100%;
    }
    .fully .fully-box .text {
        margin: 0;
        width: 100%;
        padding: 0 24px;
    }
    .fully .text .title-01 {
        font-family: PingFangSC, PingFang SC;
        font-weight: 600;
    font-weight: bold;
        font-size: 32px;
        color: #233863;
        line-height: 45px;
        text-align: left;
        margin-bottom: 32px;
    }
    .business-box {
        margin-top: 24px;
    }
    .business-box .business-item {
        width: 100%;
        margin-bottom: 48px;
    }
    .business-box .business-item .text {
        width: 100%;
        padding: 0;
        float: none;
    }
    .business-box {
        display: flex;
        flex-direction: column;
    }
    .business-box .business-item .img {
        width: 100%;
        height: auto;
        float: none;
    }
    .business-box .business-item .tit {
        font-family: PingFangSC, PingFang SC;
        font-weight: 600;
    font-weight: bold;
        font-size: 24px;
        color: #233863;
        line-height: 33px;
        text-align: left;
        margin: 0 0 24px;
        padding: 0;
    }
    .business-box .business-item .text {
        margin-top: 5px;
    }
    .business-box .business-item .des {
        font-family: PingFangSC, PingFang SC;
        font-weight: 400;
        font-size: 14px;
        color: #4a4a4a;
        line-height: 28px;
    }
    .business-box .business-item .text .des:last-of-type {
        margin-bottom: 0;
    }
    .business-box .business-item:nth-child(2n) .text {
        float: none;
        padding-right: 0;
    }
    .response-box .list {
        display: none;
    }
    .response-box .img {
        float: none;
        width: 100%;
        padding: 0;
    }
    .response-box .img .item-img {
        display: block;
    }
    .response-box .img img {
        width: 100%;
        margin-bottom: 32px;
    }
    .response-box .img .tit {
        font-family: PingFangSC, PingFang SC;
        font-weight: 600;
    font-weight: bold;
        font-size: 24px;
        color: #233863;
        line-height: 33px;
        margin-bottom: 24px;
        padding: 0 24px;
        margin-top: 0;
    }
    .response-box .img .des {
        font-family: PingFangSC, PingFang SC;
        font-weight: 400;
        font-size: 14px;
        color: #4a4a4a;
        line-height: 28px;
        margin-bottom: 16px;
        padding: 0 24px;
    }
    .response-box .img .des:last-child {
        margin-bottom: 48px;
    }
    .asked {
        margin-top: 0;
    }
    .asked .asked-ul {
        margin-top: 32px;
    }
    .asked .asked-ul li .li-item {
        padding: 16px;
    }
    .asked .asked-ul li .li-item .title-head p {
        font-weight: 600;
    font-weight: bold;
        width: calc(100% - 32px);
    }
    .asked .asked-ul li .title-head::after {
        right: 16px;
        top: 16px;
    }
    .response {
        padding-top: 53px;
        padding-bottom: 32px;
        background-image: url("../images/m-response-bg.png");
        background-repeat: no-repeat;
        background-position:top;
        background-size: 100% auto;
        margin-top: 0;
    }
    .business::before {
        position: absolute;
        content: "";
        top: 45px;
        left: 0;
        width: 100%;
        height: 93px;
        background: url("../images/m-business-bg.png") no-repeat;
        background-size: cover;
        z-index: -1;
    }
    .business .business-item  {
        position: relative;
    }
    .business .business-item::before {
        position: absolute;
        content: "";
        top: 0px;
        left: 0;
        width: 100%;
        height: 505px;
        background: url("../images/m-bg-01.png") no-repeat;
        background-size: cover;
        z-index: -1;
    }

    .title-01 {
        font-size: 32px;
        line-height: 45px;
    }
}
