.inside-banner {
    height: 680px;
    background-image: url("../images/banner_bg.png");
}
.inside-banner .box .txt {
    margin-top: 81px;
    width: 647px;
}
.inside-banner .box .txt .bigTxt {
    font-size: 56px;
    font-weight: bold;
    color: #233863;
    line-height: 78px;
    margin-bottom: 40px;
}
.inside-banner .box .txt .smallTxt {
    width: 689px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 20px;
    color: #4a4a4a;
    line-height: 30px;
    margin-bottom: 64px;
}

.title-01 {
    font-size: 40px;
    font-weight: bold;
    color: #233863;
    line-height: 56px;
    text-align: center;
}
.businesses {
    margin-top: 81px;
}
.m-title-01 {
    display: none;
}
.m-banner-pic {
    display: none;
}
.businesses .businesses-box {
    padding: 45px 80px;
    /*margin: 0px -16px;*/
    /*position: relative;*/
}
.businesses .businesses-box .busitem {
    float: left;
    width: 20%;
    text-align: center;
}
.businesses .businesses-box .itembom {
    margin-bottom: 69px;
    transition: transform 0.3s ease;
}
.businesses .businesses-box .busitem img {
    width: 90px;
    height: 90px;
}
.businesses .businesses-box .busitem:hover {
    transform: scale(1.2);
}
.businesses .businesses-box .busitem p {
    font-size: 16px;
    font-weight: bold;
    color: #233863;
    line-height: 24px;
}
.diverse {
    padding-top: 293px;
    margin-top: 64px;
    background-image: url("../images/der-bg.png");
    background-size: contain;
    background-repeat: no-repeat;
}
.diverse .diverse-box {
    margin-top: 48px;
}
.diverse .diverse-box .diverse-item {
    margin-bottom: 32px;
}
.diverse .diverse-box .diverse-item .pic {
    float: left;
    height: 500px;
    width: 525px;
}
.diverse .diverse-box .diverse-item .txt {
    float: right;
    width: calc(100% - 525px);
    padding-left: 48px;
    margin-top: 134px;
}
.diverse .diverse-box .diverse-item:nth-child(2n) .pic {
    float: right;
}
.diverse .diverse-box .diverse-item:nth-child(2n) .txt {
    padding-left: 0px;
    padding-right: 56px;
}

.diverse .diverse-box .diverse-item .txt .txt-tit {
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-weight: bold;
    font-size: 32px;
    color: #233863;
    line-height: 45px;
    margin-bottom: 40px;
}
.diverse .diverse-box .diverse-item .txt .txt-item {
    width: 630px;
    font-size: 16px;
    font-weight: 400;
    color: #4a4a4a;
    line-height: 28px;
}
.diverse .diverse-box .diverse-item .txt .txt-item:last-child {
    margin-top: 24px;
}
.diverse .diverse-item {
    position: relative;
}
.diverse .diverse-item::before {
    position: absolute;
    content: "";
    background-image: url("../images/derbg01.png");
    background-size: cover;
    top: -91px;
    left: 0;
    width: 937px;
    height: 999px;
}
.diverse .diverse-item:nth-child(2n)::before {
    background-image: url("../images/derbg02.png");
    top: -104px;
    right: 0;
    left: auto;
}
.diverse .diverse-box .diverse-item.item01 .pic {
    height: 436px;
}
.asked .asked-ul {
    width: 100%;
    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:hover .title-head::after {
    background-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 {
    font-size: 14px;
    font-weight: 400;
    color: #888888;
    line-height: 22px;
    padding-right: 50px;
}
.asked .asked-ul li .li-item .title-box .text-01 {
    margin-top: 16px;
}
.asked .asked-ul li .li-item .title-box .text-02 {
    margin-top: 11px;
}
.asked .asked-ul li .li-item .title-box .tit {
    margin-top: 16px;
    font-size: 16px;
    font-family: Verdana;
    color: #4a4a4a;
    line-height: 24px;
}
.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: 25px;
    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");
}
.saying {
    padding-top: 204px;
    background: url("../images/saying-bg.png");
    background-size: cover;
}
.saying .saying-box {
    margin-top: 56px;
}
.saying .saying-box {
    width: 1092px;
    height: 266px;
    padding: 32px;
    margin: 48px auto 88px;
    background: #ffffff;
    box-shadow: 0px 16px 50px -4px rgba(157, 168, 194, 0.2);
    border-radius: 16px;
}
.saying .saying-box .saying-tt {
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 16px;
    color: #4a4a4a;
    line-height: 28px;
}
.saying .saying-box .pic {
    margin-bottom: 32px;
    display: flex;
    align-items: center;
    width: 100%;
    padding-bottom: 20px;
    border-bottom: 1px solid #dae0e7;
}
.saying .saying-box .pic p {
    margin-left: 30px;
    font-size: 24px;
    font-weight: bold;
    color: #233863;
    line-height: 33px;
}
.saying .saying-box .pic img {
    width: 94px;
    height: 94px;
}
.contact_us {
    padding-bottom: 78px;
}
.contact_us .txt1 {
    margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
    .headerH96Bg {
        display: none;
    }
    .inside-banner {
        padding-top: 32px;
        height: 528px;
        background-image: url("../images/m-banner_bg.png");
        background-size: cover;
        background-repeat: no-repeat;
        background-position: bottom;
    }
    .inside-banner .box .txt {
        width: 100%;
        margin-top: 0;
    }
    .inside-banner .box .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 {
        width: 100%;
        font-family: PingFangSC, PingFang SC;
        font-weight: 400;
        font-size: 20px;
        color: #4a4a4a;
        line-height: 30px;
        margin-bottom: 40px;
    }
    .inside-banner .box .btn .getBtn {
        width: 100%;
    }
    .m-banner-pic {
        display: flex;
        justify-content: center;
        margin-top: 31px;
        width: 100%;
    }
    .m-banner-pic img {
        height: 261px;
        width: 375px;
    }
    .businesses {
        margin-top: 94px;
        padding-top: 26px;
    }
    .businesses .title-01 {
        display: none;
    }
    .businesses .m-title-01 {
        display: block;
        width: 100%;
        font-family: PingFangSC, PingFang SC;
        font-weight: 600;
    font-weight: bold;
        font-size: 32px;
        color: #233863;
        line-height: 45px;
        text-align: center;
        margin-top: 26px;
    }
    .businesses .businesses-box {
        padding: 29px 19px 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-bottom: 28px;
    }
    .businesses .businesses-box .busitem {
        float: none;
        width: 33.3%;
    }
    .businesses .businesses-box .busitem img {
        width: 60px;
        height: 60px;
    }
    .businesses .businesses-box .busitem {
        margin-bottom: 22px;
        display: flex;
        flex-direction: column;
        align-items: stretch;
    }
    .businesses .businesses-box .busitem:hover {
        transform: scale(1.2);
        animation: touchZoom 1s forwards;
    }
    .businesses .businesses-box .busitem p {
        width: 56px;
        font-family: PingFangSC, PingFang SC;
        font-weight: 500;
        font-size: 14px;
        color: #233863;
        line-height: 20px;
        text-align: center;
    }
    .businesses .businesses-box .busitem:nth-of-type(3n + 1) {
        align-items: flex-start;
    }
    .businesses .businesses-box .busitem:nth-of-type(3n + 2) {
        align-items: center;
    }
    .businesses .businesses-box .busitem:nth-of-type(3n) {
        align-items: flex-end;
    }
    .diverse {
        margin-top: 16px;
        padding-top: 0;
        background: none;
        margin-bottom: 20px;
    }
    .diverse .title-01 {
        display: none;
    }
    .diverse .m-title-01 {
        display: block;
        margin-bottom: 19px;
        font-family: PingFangSC, PingFang SC;
        font-weight: 600;
    font-weight: bold;
        font-size: 32px;
        color: #233863;
        line-height: 45px;
        text-align: center;
    }
    .diverse .diverse-box {
        margin-top: 0;
    }
    .diverse-box .diverse-item .container {
        display: flex;
        flex-direction: column;
        width: 100%;
        padding: 0;
    }
    .diverse .diverse-box .diverse-item .pic {
        width: 100%;
        height: unset;
        float: none;
    }
    .diverse .diverse-box .diverse-item .txt {
        margin-top: 12px;
        float: none;
        padding: 0 24px;
        width: 100%;
    }
    .diverse .diverse-box .diverse-item .txt .txt-tit {
        font-family: PingFangSC, PingFang SC;
        font-weight: 600;
    font-weight: bold;
        font-size: 24px;
        color: #233863;
        line-height: 33px;
        text-align: left;
        margin-bottom: 24px;
    }
    .diverse .diverse-box .diverse-item .txt .txt-item {
        width: unset;
        font-family: PingFangSC, PingFang SC;
        font-weight: 400;
        font-size: 14px;
        color: #4a4a4a;
        line-height: 28px;
        text-align: left;
    }
    .diverse .diverse-box .diverse-item {
        margin-bottom: 35px;
    }
    .diverse .diverse-box .diverse-item:nth-child(2n) .txt {
        padding: 0 24px;
    }
    .diverse .diverse-box .diverse-item.item01 .pic{
        height: auto;
    }
    .diverse .diverse-item::before {
        position: absolute;
        content: "";
        background: url("../images/m-derbg01.png") center / cover no-repeat;
        top: -40px;
        left: 0;
        width: 100%;
        height: 491px;
    }
    .diverse .diverse-item:nth-child(2n)::before {
        background: url("../images/m-derbg01.png") center / cover no-repeat;
        top: -40px;
        right: 0;
        width: 100%;
        height: 491px;
    }
    .asked .title-01 {
        display: none;
    }
    .asked .m-title-01 {
        display: block;
        width: 100%;
        font-family: PingFangSC, PingFang SC;
        font-weight: 600;
    font-weight: bold;
        font-size: 32px;
        color: #233863;
        line-height: 45px;
        text-align: center;
    }
    .asked .asked-ul {
        margin-top: 32px;
        margin-bottom: 59px;
    }
    .asked .asked-ul li .li-item {
        padding: 16px;
    }
    .asked .asked-ul li .li-item .title-head p {
        font-family: PingFangSC, PingFang SC;
        font-weight: 600;
    font-weight: bold;
        font-size: 18px;
        color: #233863;
        line-height: 25px;
        text-align: left;
        width: calc(100% - 40px);
    }
    .asked .asked-ul li .title-head::after {
        top: 16px;
        right: 16px;
    }
    .asked .asked-ul li .li-item .title-box .text {
        font-family: PingFangSC, PingFang SC;
        font-weight: 400;
        font-size: 14px;
        color: #888888;
        line-height: 24px;
        text-align: left;
        padding-right: 0;
    }
    .saying {
        padding-top: 75px;
        background-image: url("../images/m-saying-bg.png");
    }
    .saying .saying-box {
        margin: 32px 0 48px;
        padding: 32px 23px 32px 24px;
        width: unset;
        height: unset;
    }
    .saying .saying-box .pic img {
        width: 74px;
        height: 74px;
        margin-right: 16px;
    }
    .saying .saying-box .pic {
        padding-top: 0;
        padding-bottom: 24px;
        margin-bottom: 24px;
    }
    .saying .saying-box .saying-tt {
        font-family: PingFangSC, PingFang SC;
        font-weight: 400;
        font-size: 16px;
        color: #4A4A4A;
        line-height: 28px;
    }
    .contact_us {
        padding-bottom: 48px;
    }

    .title-01 {
        font-size: 32px;
        line-height: 45px;
    }
    .diverse .diverse-box .diverse-item .txt .txt-item:last-child {
        margin-top: 16px;
    }

    .saying .saying-box .pic p {
        font-family: PingFangSC, PingFang SC;
        font-weight: bold;
        font-size: 20px;
        color: #233863;
        line-height: 28px;
        margin-left: 0;
    }
}
@media screen and (min-width:768px) and (max-width:1280px) {
    .inside-banner {
        height: 600px;
    }
}

@keyframes touchZoom {
    0% {
      transform: scale(1);
    }
    50% {
      transform: scale(1.2);
    }
    100% {
      transform: scale(1);
    }
  }
