.vip {
    position: relative;
}
.inside-banner {
    height: 680px;
		background: url(../images/inside-banner.png) bottom/cover
		 no-repeat;
}
@media screen and (max-width: 1910px) {


    .powerful {
        padding-top: 142px !important;
    }
}
@media screen and (max-width: 1380px) {
    .inside-banner{
        height: 550px;
    }
    .inside-banner .container .left-content .content-box .description{
        margin-bottom: 24px;
    }
}
.inside-banner .container .left-content {
    padding-top: 132px;
}

.inside-banner .container .left-content .content-box {
    height: 347px;
    width: 611px;
}

.inside-banner .container .left-content .content-box .bigTitle {
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-weight: bold;
    font-size: 56px;
    color: #233863;
    line-height: 78px;
    margin-bottom: 40px;
}

.inside-banner .container .left-content .content-box .description {
    width: 598px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 20px;
    color: #4A4A4A;
    line-height: 30px;
    margin-bottom: 40px;
}

.inside-banner .container .left-content .content-box .btn {
    width: 180px;
    height: 52px;
    background: #229af4;
    border-radius: 45px;
}

.inside-banner .container .left-content .content-box .btn .getBtn {
    height: 52px;
    font-family: PingFangSC, PingFang SC;
    font-weight: bold;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    line-height: 52px;
}
.display {
    padding-top: 88px;
}

.display .title-01 {
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-weight: bold;
    font-size: 40px;
    color: #233863;
    line-height: 56px;
    text-align: center;
    margin-bottom: 48px;
}

.display .display-box {
    display: flex;
    justify-content: space-between;
    height: 500px;
    margin-bottom: 32px;
}

.display .display-box .content-box {
    display: flex;
    height: 500px;
    width: calc(100% - 580px);
    flex-direction: column;
    justify-content: center;
}

/* .display .display-box .content-box:last-of-type {
    margin-bottom: 60px;
} */

.display .display-box:last-of-type {
    margin-bottom: 0;
}

.display .display-box img {
    width: 525px;
    height: 500px;
}

.display .display-box .content-box .title {
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-weight: bold;
    font-size: 32px;
    color: #233863;
    line-height: 45px;
    margin-bottom: 32px;
}

.display .display-box .content-box .description {
    font-family: PingFangSC, PingFang SC;
    font-size: 20px;
    color: #4a4a4a;
    line-height: 32px;
    text-align: left;
}
.powerful {
    padding-top: 256px;
    margin-bottom: 64px;
    position: relative;
}
.powerful::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 729px;
    background: url("../images/bg-04.png") no-repeat;
    top: 0;
    left: 0;
    background-size: cover;
    z-index: -1;
}

.powerful .title-01 {
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-weight: bold;
    font-size: 40px;
    color: #233863;
    line-height: 56px;
    margin-bottom: 48px;
    text-align: center;
}

.powerful .seperate {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
}

.powerful .seperate .powerful-box {
    width: 380px;
    height: 450px;
    background: #ffffff;
    box-shadow: 0px 18px 43px -6px rgba(197, 210, 235, 0.4);
    border-radius: 16px;
    transition: all 0.3s;
}

.powerful .seperate .powerful-box:hover {
    transform: translateY(-20px);
}

.powerful .seperate .powerful-box img {
    height: 208px;
    width: 100%;
    border-radius: 16px 16px 0 0;
}

.powerful .seperate .powerful-box .content-box {
    padding: 35px 32px 50px;
}

.powerful .seperate .powerful-box .content-box .title {
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-weight: bold;
    font-size: 28px;
    color: #233863;
    line-height: 40px;
    margin-bottom: 21px;
}

.powerful .seperate .powerful-box .content-box .description {
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 16px;
    color: #888888;
    line-height: 24px;
}

.application {
		margin-bottom: 181px;
    position: relative;
}
.application::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 855px;
    background: url("../images/bg-05.png") no-repeat;
    background-size: cover;
    left: 0;
    top: -165px;
    z-index: -1;
}

.application .title-01 {
    text-align: center;
    margin-bottom: 48px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-weight: bold;
    font-size: 40px;
    color: #233863;
    line-height: 56px;
}

.application .fx {
    display: flex;
    justify-content: space-between;
}

.application .fx .application-box {
    width: calc((100% - 60px) / 2);
    height: 405px;
    padding: 40px 32px;
    border-bottom: 4px solid #4eddc7;
    transition: all 0.3s;
    background: #ffffff;
    box-shadow: 0px 18px 43px -6px rgba(197, 210, 235, 0.4);
    border-radius: 16px;
}

.application .fx .application-box:hover {
    transform: translateY(-20px);
    border-bottom: 4px solid #229af4;
}

.application .fx .application-box img {
    width: 164px;
    height: 104px;
    margin-bottom: 24px;
}

.application .fx .application-box .title {
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-weight: bold;
    font-size: 28px;
    color: #233863;
    line-height: 40px;
    margin-bottom: 21px;
}

.application .fx .application-box .description {
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 16px;
    color: #888888;
    line-height: 24px;
}

.asked {
    padding-top: 64px;
}
.asked .title-01 {
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-weight: bold;
    font-size: 40px;
    color: #233863;
    line-height: 56px;
    text-align: center;
}
.asked .asked-box {
    margin-top: 56px;
}

.asked .asked-ul {
    width: 100%;
    margin-right: 16px;
    /* height: 260px; */
    margin-bottom: 64px;
}
.asked .asked-ul li {
    position: relative;
    margin-bottom: 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: 25px 24px 24px;
}

.asked .asked-ul li .li-item .title-head p {
    width: calc(100% - 24px);
    font-size: 18px;
    font-family: PingFangSC, PingFang SC;
    font-weight: bold;
    color: #233863;
    line-height: 22px;
}
.asked .asked-ul li .li-item .title-box {
    display: none;
}
.asked .asked-ul li .li-item .title-box .text {
    width: 1162px;
    font-size: 14px;
    font-family: PingFangSC, PingFang SC;
    color: #888888;
    line-height: 22px;
}
.asked .asked-ul li .li-item .title-box .text-01 {
    margin-top: 17px;
}
.asked .asked-ul li .li-item .title-box .text-02 {
    margin-top: 8px;
}
.asked .asked-ul li .li-item .title-box .text-02:first-child {
    margin-top: 15px;
}
.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: 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");
}
.bg-01 {
	background: url(../images/bg-01.png) center/cover
	no-repeat;
	width: 925px;
	height: 1057px;
	position: absolute;
	top: 697px;
	right:0;
	z-index: -1;
}
.bg-02 {
	background: url(../images/bg-02.png) center/cover
	no-repeat;
	width: 937px;
	height: 999px;
	position: absolute;
	top: 1278px;
	left:0;
	z-index: -1;
}
.bg-03 {
	background: url(../images/bg-03.png) center/cover
	no-repeat;
	width: 891px;
	height: 1057px;
	position: absolute;
	top: 1808px;
	right:0;
	z-index: -2;
}

.contact_us .txt1 {
    margin-bottom: 40px;
}


/*移动端*/
@media screen and (max-width: 768px) {
    .inside-banner {
        background: url(../images/m-bg-01.png) center / cover no-repeat;
        height: auto;
    }
    .inside-banner .container .left-content {
        padding-top: 32px;
    }
    .inside-banner .container .right-pic {
        background: url(../images/m-img-01.png) center / cover no-repeat;
        height: 338px;
        margin-top: 30px;
    }
    .inside-banner .container .left-content .content-box {
        width: 100%;
        height: auto;
    }
    .inside-banner .container .left-content .content-box .bigTitle {
        font-size: 42px;
        line-height: 59px;
        margin-bottom: 24px;
    }
    .inside-banner .container .left-content .content-box .description {
        width: 100%;
    }
    .inside-banner .container .left-content .content-box .description span {
        display: none;
    }
    .inside-banner .container .left-content .content-box .btn,
    .inside-banner .container .left-content .content-box .btn .getBtn {
        width: 100%;
        font-weight: 600;
    font-weight: bold;
    }

    .display {
        padding-top: 40px;
    }
    .display .title-01 {
        font-size: 32px;
        line-height: 45px;
        margin-bottom: 32px;
        padding: 0 24px;
    }
    .display .display-box {
        flex-direction: column-reverse;
        height: auto;
        width: 100%;
    }
    .display .display-box .content-box {
        height: auto;
        width: 100%;
        padding: 0 24px;
    }
    .display .container {
        padding: 0;
    }
    .display .display-box img {
        width: 375px;
        height: auto;
        margin-bottom: 23px;
    }
    .display .display-box .content-box .title {
        font-size: 24px;
        line-height: 33px;
        margin-bottom: 23px;
    }
    .display .display-box .content-box .description {
        font-size: 16px;
        line-height: 28px
    }
    .display .display-box {
        margin-bottom: 35px;
    }
    .display .display-box:nth-child(2) {
        flex-direction: column;
    }

    .powerful {
        padding-top: 95px !important;
        margin-bottom: 48px;
        position: relative;
    }
    .powerful::before{
        display: none;
    }
    .powerful .title-01 {
        font-size: 32px;
        line-height: 45px;
        margin-bottom: 32px;
    }
    .powerful .seperate {
        flex-direction: column;
        gap: 24px 0;
    }
    .powerful .seperate .powerful-box {
        width: 100%;
        height: auto;
    }
    .powerful .seperate .powerful-box img {
        width: 327px;
        height: auto;
        margin: 0 auto;
        display: block;
        /* height: 208px; */
    }
    .powerful .seperate .powerful-box .content-box {
        padding: 24px 24px 40px;
    }
    .powerful .seperate .powerful-box .content-box .title {
        font-size: 24px;
        line-height: 33px;
        margin-bottom: 16px;
    }
    .powerful .seperate .powerful-box .content-box .description {
        font-size: 16px;
        line-height: 28px;
    }
    .powerful .seperate .powerful-box .content-box .description br {
        display: none;
    }
    .powerful .seperate .powerful-box:hover {
        transform: none;
    }

    .application {
        margin-bottom: 0;
        padding-bottom: 138px;
        position: relative;
    }
    .application::before{
        display: none;
    }
    .application .title-01 {
        font-size: 32px;
        line-height: 45px;
        margin-bottom: 32px;
    }
    .application .fx {
        flex-direction: column;
        gap: 24px 0;
    }
    .application .fx .application-box {
        width: 100%;
        padding: 32px 24px 36px;
        height: auto;
        box-shadow: 0px 0px 43px -6px rgba(197,210,235,0.4);
        opacity: 0.9;
        backdrop-filter: blur(10px);
    }
    .application .fx .application-box:hover {
        transform: none;
    }
    .application .fx .application-box:nth-last-child(1) {
        border-bottom: 4px solid #229af4;
    }
    .application .fx .application-box .title {
        font-size: 24px;
        line-height: 33px;
        margin-bottom: 16px;
    }
    .application .fx .application-box img {
        margin: 0 auto 24px;
        display: block;
    }
    .application .fx .application-box .description {
        line-height: 28px;
    }

    .asked {
        margin-top: 0;
        padding-top: 0px;
    }
    .asked .title-01 {
        font-size: 32px;
        line-height: 45px;
    }
    .asked .asked-box {
        margin-top: 32px;
    }
    .asked .asked-ul {
        margin-bottom: 48px;
        margin-right: 0;
    }
    .asked .asked-ul li {
        box-shadow: 0px 0px 20px -4px rgba(157,168,194,0.2);
    }
    .asked .asked-ul li .li-item {
        padding: 16px;
    }
    .asked .asked-ul li .li-item .title-box .text {
        margin-top: 16px;
        width: 100%;
        line-height: 24px;
    }
    .asked .asked-ul li .li-item .title-head p {
        width: calc(100% - 40px);
        line-height: 25px;
    }
    .asked .asked-ul li .title-head::after {
        top: 16px;
        right: 16px;
    }
    .contact_us .txt1 {
        width: auto;
    }

    .bg-01 {
        background: url(../images/m-bg-02.png) center / cover no-repeat;
    }
    .bg-02 {
        background: url(../images/m-bg-04.png) center / cover no-repeat;
    }
    .powerful::after {
        content: '';
        display: inline;
        width: 100%;
        height: 427px;
        position: absolute;
        z-index: -1;
        background: url(../images/m-bg-05.png) center / cover no-repeat;
        top: -62px;
    }
    .application::after {
        content: '';
        display: inline;
        width: 100%;
        height: 427px;
        position: absolute;
        z-index: -1;
        background: url(../images/m-bg-06.png) bottom / cover no-repeat;
        bottom: 32px;
    }
    .bg-03,
    .bg-04,
    .bg-05 {
        display: none;
    }
}
