.page15-section1 {
    padding-top: 78px;
}

.page15-section1 .bg {
    background: #fff4d9;
    padding: 70px 0;
}

.page15-section1 .title {
    padding: 0 45px;
    text-align: center;
    width: 66.7%;
    margin: auto;
}

.page15-section1 .title h1 {
    font-family: font3;
    font-size: 36px;
    line-height: 1.3;
    margin-bottom: 10px;
}

.page15-section1 .title p {
    color: rgb(96, 105, 123);
    font-family: font2;
    font-size: 18px;
    line-height: 1.65;
    margin-bottom: 30px;
}

.page15-section1 form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
    padding: 0 10%;
}

.page15-section1 form .item {
    width: calc(33.33% - 65px);
    position: relative;
    display: block;
}

.page15-section1 form .item h5 {
    text-align: left;
    font-size: 16px;
    color: rgb(96, 105, 123);
    line-height: 1.7;
    font-weight: normal;
}

.page15-section1 form .item input,
.page15-section1 form .item select {
    width: 100%;
    height: 52px;
    border-radius: 8px;
    border: 1px solid #dadada;
    padding: 12px 20px;
    font-size: 15px;
}

.page15-section1 form .item ul {
    position: absolute;
    left: 0;
    top: calc(100% + 8px);
    width: 100%;
    background: white;
    border-radius: 8px;
    border: 1px solid rgb(225, 225, 225);
    padding: 5px 0;
    display: none;
    z-index: 10;
}

.page15-section1 form .item ul.active {
    display: block;
    max-height: 400px;
    overflow-y: scroll;
}

.page15-section1 form .item ul a {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    min-height: 40px;
    padding: 0 12px;
    font-size: 14px;
    font-family: font2;
    color: rgb(96, 105, 123);
}

.page15-section1 form .item ul a:hover {
    background: rgb(230, 244, 242);
}

.page15-section1 form .item ul .active a {
    background: var(--themeColor);
    color: white;
}

.page15-section1 form button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 106px;
    height: 52px;
    border-radius: 8px;
    font-size: 16px;
    transition: all 0.3s ease;
    white-space: nowrap;
    font-family: font3;
    background: #2f8edd;
    color: white;
}

.page15-section1 form button:hover {
    box-shadow: rgba(30, 34, 40, 0.15) 0px 5px 15px 0px;
    transform: translateY(-4px);
}

.bg .search-result {
    padding: 0 18.89%;
    margin-top: 40px;
    display: none;
}

.bg .search-result .item {
    background: white;
    border-radius: 8px;
    border: 1px solid #dadada;
    padding: 15px 0;
    display: flex;
    flex-wrap: wrap;
    font-family: font2;
    color: rgb(96, 105, 123);
    line-height: 1.65;
    cursor: pointer;
    margin-top: 20px;
    transition: all 0.3s ease;
}

.bg .search-result .item:hover {
    transform: translateY(-6px);
}

.bg .search-result .item .muted {
    font-size: 13px;
    color: #aab0bc;
}

.prompt-hover {
    position: relative;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* .prompt-hover::before {
    content: "";
    width: 10px;
    height: 10px;
    background: rgb(55, 55, 55);
    position: absolute;
    left: calc(50% - 5px);
    bottom: 100%;
    transform: rotate(45deg);
    opacity: 0;
    pointer-events: none;
    z-index: 10;
}

.prompt-hover::after {
    content: attr(title);
    padding: 10px;
    border-radius: 8px;
    line-height: 1.65;
    font-size: 14px;
    position: absolute;
    width: 200px;
    left: calc(50% - 100px);
    bottom: calc(100% + 4px);
    text-align: calc();
    background: rgb(55, 55, 55);
    color: white;
    z-index: 10;
    opacity: 0;
    pointer-events: none;
}

.prompt-hover:hover::before,
.prompt-hover:hover::after {
    opacity: 1;
} */

.bg .search-result .item .list-2 {
    width: 16.66%;
    padding: 0 15px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.bg .search-result .item .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    font-size: 12px;
    font-family: font3;
    border: 2px solid #2f8edd;
    color: #2f8edd;
    height: 38px;
    padding: 0 10px;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.bg .search-result .item .btn:hover {
    box-shadow: rgba(30, 34, 40, 0.15) 0px 5px 15px 0px;
    transform: translateY(-4px);
}

.bg .search-result .item .list-3 {
    width: 25%;
    padding: 0 15px;
}

.bg .search-result .item .list-3 .email,
.bg .search-result .item .list-3 .phone {
    font-size: 14px;
    color: #2f8edd;
}

.bg .search-result .item .list-4 {
    width: 33.33%;
    display: flex;
    flex-wrap: wrap;
    padding: 0 15px;
}

.bg .search-result .item .list-4 img {
    width: 44px;
    height: 44px;
    object-fit: cover;
}

.bg .search-result .item .list-4 .info {
    width: calc(100% - 44px);
    padding-left: 15px;
}

.bg p.prompt {
    font-size: 16px;
    color: rgb(96, 105, 123);
    font-family: font2;
    line-height: 1.65;
    text-align: center;
    margin-top: 40px;
}

.bg p.prompt a {
    position: relative;
    z-index: 2;
    color: #2f8edd;
}

.bg p.prompt a::after {
    content: "";
    position: absolute;
    top: calc(100% - 4px);
    left: 0;
    width: 100%;
    height: 4px;
    background-image: url(../../images/page13-2.svg);
    background-repeat: no-repeat;
    background-position: center;
    z-index: -1;
}


.page14-section1 {
    padding-top: 78px;
}

.page14-section1 .bg {
    background: no-repeat top;
    background-size: cover;
    position: relative;
    background-image: url(../../images/page14-1.png);
    padding: 70px 0;
}

.page14-section1 .title {
    padding: 0 45px;
    text-align: center;
}

.page14-section1 .title h1 {
    font-family: font3;
    font-size: 36px;
    line-height: 1.3;
    margin-bottom: 10px;
}

.page14-section1 .title p {
    color: rgb(96, 105, 123);
    font-family: font2;
    font-size: 18px;
    line-height: 1.65;
    margin-bottom: 30px;
}

.page14-section1 form {
    padding: 20px 0;
    width: 81%;
    margin: auto;
}

.page14-section1 form .item {
    display: flex;
    flex-wrap: wrap;
    border: 1px solid rgba(8, 60, 130, 0.07);
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 25px;
}

.page14-section1 form input {
    width: calc(100% - 106px);
    height: 52px;
    padding: 12px 20px;
    font-size: 16px;
    color: rgb(96, 105, 123);
}

.page14-section1 form button {
    width: 106px;
    height: 52px;
    font-size: 16px;
    color: white;
    background: rgb(47, 142, 221);
    font-family: font3;
    transition: all 0.3s ease;
    cursor: pointer;
}

.page14-section1 form button:hover {
    box-shadow: rgba(30, 34, 40, 0.3) 0px 0px 15px 0px;
}

.page14-section1 form p {
    font-size: 14px;
    color: rgb(170, 176, 188);
    font-family: font2;
    line-height: 1.65;
}

.page14-section1 form p a {
    position: relative;
    z-index: 2;
    color: #2f8edd;
}

.page14-section1 form p a::after {
    content: "";
    position: absolute;
    top: calc(100% - 4px);
    left: 0;
    width: 100%;
    height: 4px;
    background-image: url(../../images/page13-2.svg);
    background-repeat: no-repeat;
    background-position: center;
    z-index: -1;
}


.page14-section2 {
    padding: 70px 0;
    background: rgb(246, 247, 249);
}

.page14-section2 .container {
    display: flex;
    flex-wrap: wrap;
}

.page14-section2 .title {
    width: 100%;
}

.page14-section2 .title h3 {
    text-align: center;
    line-height: 1.3;
    font-size: 36px;
    margin-bottom: 40px;
    font-family: font3;
}

.page14-section2 .item {
    width: calc(33.333% - 24px);
    padding: 40px;
    margin: 0 12px;
    text-align: center;
    box-shadow: rgba(30, 34, 40, 0.07) 0px 5px 35px 0px;
    border-radius: 8px;
    transition: all 0.3s ease;
    background: white;
}

.page14-section2 .item:hover {
    transform: translateY(-10px);
}

.page14-section2 .item>.iconfont {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    font-size: 26px;
    background-color: #dbedeb;
    color: #219084;
    margin-bottom: 15px;
}

.page14-section2 .item h4 {
    line-height: 1.45;
    font-size: 19px;
    font-family: font3;
    margin-bottom: 10px;
}

.page14-section2 .item a {
    font-size: 16px;
    color: var(--themeColor);
    line-height: 1.7;
    font-family: font3;
    position: relative;
}

.page14-section2 .item a .iconfont {
    font-size: 14px;
    color: var(--themeColor);
    font-weight: bold;
    margin-left: 6px;
}

.page14-section3 {
    padding: 90px 0;
}

.page14-section3 .title {
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
}

.page14-section3 .title h2 {
    line-height: 1.3;
    font-size: 36px;
    font-family: font3;
    margin-bottom: 10px;
}

.page14-section3 .title p {
    width: 66.66%;
    margin: auto;
    color: #60697b;
    font-size: 18px;
    line-height: 1.7;
    font-family: font2;
}

.page14-section3 .item-all {
    display: flex;
    flex-wrap: wrap;
}

.page14-section3 .item {
    width: 25%;
    text-align: center;
    margin-top: 50px;
}

.page14-section3 .item h3 {
    font-family: font3;
    font-size: 40px;
    color: var(--themeColor);
    margin-bottom: 10px;
}

.page14-section3 .item p {
    font-family: font2;
    font-size: 16px;
    line-height: 1.7;
    color: #60697b;
}

.page14-section4 {
    padding: 70px 0 200px;
    background: rgb(246, 247, 249);
}

.page14-section4 .title {
    width: 100%;
    margin-bottom: 15px;
    text-align: center;
}

.page14-section4 .title h2 {
    line-height: 1.3;
    font-size: 36px;
    font-family: font3;
    margin-bottom: 15px;
}

.page14-section4 .title p {
    color: rgb(96, 105, 123);
    font-family: font2;
    font-size: 18px;
    line-height: 1.65;
    margin-bottom: 30px;
}

.page14-section4 .content {
    margin-top: 15px;
    text-align: center;
}

.page14-section5 {
    margin-top: -135px;
}

.page14-section5 .box {
    width: 83%;
    background: var(--themeColor);
    border-radius: 8px;
    color: white;
    margin: auto;
    padding: 40px;
    text-align: center;
}

.page14-section5 .box h2 {
    line-height: 1.3;
    font-family: font3;
    font-size: 36px;
    margin-bottom: 15px;
}

.page14-section5 .box .description {
    line-height: 1.65;
    margin-bottom: 25px;
    font-size: 18px;
}

.page14-section5 .box span {
    font-family: font2;
    margin-right: 10px;
}

.page14-section5 .box span .iconfont {
    margin-right: 6px;
}

.page14-section5 .box a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 25px;
    height: 52px;
    border-radius: 100px;
    background: #fff;
    font-size: 16px;
    color: #343f52;
    transition: all 0.3s ease;
    font-family: font3;
}

.page14-section5 .box a:hover {
    transform: translateY(-4px);
}

.page14-section6 {
    margin-top: 90px;
    padding: 70px 0;
    text-align: center;
}

.page14-section6 h2 {
    line-height: 1.35;
    font-size: 28px;
    font-family: font3;
    margin-bottom: 10px;
}

.page14-section7 {
    padding-bottom: 70px;
}

.page14-section7 .item-style1,
.page14-section7 .item-style2 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.page14-section7 .item-style1 .left {
    width: 50%;
}

.page14-section7 .item-style1 .right {
    margin-left: 8.33%;
    width: 41.6%;
}

.page14-section7 .item-style2 .left {
    width: 41.6%;
}

.page14-section7 .item-style2 .right {
    margin-left: 8.33%;
    width: 50%;
}

.page14-section7 h3 {
    font-family: font3;
    line-height: 1.3;
    font-size: 36px;
    margin-bottom: 15px;
}

.page14-section7 p {
    line-height: 1.65;
    color: #60697b;
    font-size: 18px;
    margin-bottom: 20px;
    font-family: font2;
}

.page14-section8 {
    padding: 90px 0;
    background: linear-gradient(90deg, rgb(33, 144, 132), rgb(152, 222, 120));
    color: white;
    text-align: center;
}

.page14-section8 .swiper {
    padding-bottom: 40px;
}

.page14-section8 .item h2 {
    font-size: 36px;
    font-family: font3;
    line-height: 1.3;
    margin-bottom: 25px;
}

.page14-section8 .item .description {
    font-family: font2;
    width: 66%;
    margin: auto;
    line-height: 1.7;
    font-size: 20px;
    margin-bottom: 20px;
}

.page14-section8 .item .details {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center
}

.page14-section8 .item .details .box-img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    overflow: hidden;
}

.page14-section8 .item .details .box-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page14-section8 .item .details .info {
    padding-left: 20px;
    text-align: left;
}

.page14-section8 .item .details .info h5 {
    line-height: 1.4;
    font-size: 18px;
    font-family: font3;
}

.page14-section8 .item .details .info p {
    line-height: 1.65;
    font-size: 16px;
    font-family: font2;
}

.swiper-pagination span {
    border-color: white !important;
}

.swiper-pagination .swiper-pagination-bullet-active {
    background: none;
}


.page14-section9 {
    background: rgb(246, 247, 249);
    padding: 90px 0;
}

.page14-section9 .title h3 {
    line-height: 1.3;
    font-size: 36px;
    font-family: font3;
    margin-bottom: 50px;
    text-align: center;
}

.page14-section9 .item {
    background: white;
    box-shadow: rgba(8, 60, 130, 0.06) 0px 0px 0px 1px;
    border-radius: 8px;
    margin-bottom: 25px;
    cursor: pointer;
}

.page14-section9 .item h4 {
    padding: 18px 26px 18px 46px;
    font-family: font3;
    font-size: 17px;
    line-height: 1.65;
    display: flex;
    align-items: center;
    position: relative;
    transition: all 0.3s ease;
}

.page14-section9 .item.active h4,
.page14-section9 .item h4:hover {
    color: var(--themeColor);
}

.page14-section9 .item h4 .iconfont {
    position: absolute;
    font-weight: bold;
    left: 24px;
    top: 22px;
    font-size: 12px;
    transition: all 0.3s ease;
    color: var(--themeColor);
}

.page14-section9 .item.active h4 .iconfont {
    transform: rotate(180deg);
}

.page14-section9 .item .description {
    padding: 0 25px 25px 46px;
    color: rgb(96, 105, 123);
    font-size: 16px;
    font-family: font2;
    line-height: 1.68;
    display: none;
}

.page14-section9 .item:first-child .description {
    display: block;
}

.email-win {
    width: 100vw;
    height: 100vh;
    background: rgb(0, 0, 0, 0.8);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    transition: all 0.4s ease;
    overflow-y: auto;
    padding: 30px 0;
}

.email-win.active {
    opacity: 1;
    pointer-events: all;
}

.email-win>.bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.email-win .email-win-content {
    max-width: 560px;
    width: 100%;
    border-radius: 8px;
    background: white;
    position: relative;
    z-index: 2;
    text-align: center;
    padding: 50px;
    transform: translateY(-40px);
    transition: all 0.4s ease;
    margin: auto;
}

.email-win.active .email-win-content {
    transform: translateY(0);
}

.email-win .email-win-content h1 {
    font-size: 29px;
    font-family: font3;
    line-height: 1.3;
    margin-bottom: 10px;
}

.email-win .email-win-content .description {
    font-size: 12px;
    line-height: 1.5;
    font-family: font2;
    color: rgb(96, 105, 123);
    margin-bottom: 20px;
}

.email-win .email-win-content .description .iconfont {
    font-size: 12px;
    margin-right: 5px;
    color: var(--themeColor);
}

.email-win .email-win-content .description span {
    margin-right: 5px;
}

.email-win .email-win-content form input {
    height: 52px;
    width: 100%;
    padding: 12px 20px;
    font-size: 16px;
    color: rgb(96, 105, 123);
    border-radius: 8px;
    border: 1px solid #d3d3d3;
    margin-bottom: 20px;
}

.email-win .email-win-content form input::placeholder {
    color: #999999;
    font-size: 15px;
}

.email-win .email-win-content form .item {
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #d3d3d3;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 20px;
}

.email-win .email-win-content form .item input {
    width: calc(100% - 116px);
    border: none;
    margin-bottom: 0;
}

.email-win .email-win-content form .item button {
    width: 116px;
    height: 52px;
    font-size: 16px;
    color: rgb(96, 105, 123);
    background: rgb(246, 247, 249);
    font-family: font2;
    transition: all 0.3s ease;
    cursor: pointer;
    border-left: 1px solid #d3d3d3;
}

.email-win .email-win-content form .item button:hover {
    box-shadow: rgba(30, 34, 40, 0.3) 0px 0px 15px 0px;
}

.email-win .email-win-content form>button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 44px;
    padding: 0 20px;
    background: var(--themeColor);
    color: white;
    font-family: font3;
    border-radius: 8px;
    transition: all 0.3s ease;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.email-win .email-win-content form>button:hover {
    transform: translateY(-4px);
    box-shadow: rgba(30, 34, 40, 0.15) 0px 5px 15px 0px;
}

.email-win .email-win-content .line {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 30px 0;
    font-style: italic;
    font-size: 16px;
    position: relative;
    color: rgb(204, 204, 204);
}

.email-win .email-win-content .line::before,
.email-win .email-win-content .line::after {
    content: "";
    position: absolute;
    width: calc(50% - 30px);
    height: 1px;
    background: rgb(204, 204, 204);
}

.email-win .email-win-content .line::before {
    left: 0;
}

.email-win .email-win-content .line::after {
    right: 0;
}

.email-win .email-win-content a.btn {
    box-shadow: rgba(30, 34, 40, 0.05) 0px 5px 15px 0px;
    height: 54px;
    padding: 0 24px;
    border-radius: 8px;
    background: white;
    color: var(--themeColor);
    font-size: 16px;
    font-family: font3;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    border: 2px solid var(--themeColor);
}

.email-win .email-win-content a.btn:hover {
    transform: translateY(-4px);
    background: var(--themeColor);
    color: white;
}

.email-win .email-win-content a.btn img {
    height: 30px;
    margin-right: 6px;
}

.email-win .email-win-content .close {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
}

.email-win .email-win-content .close .iconfont {
    font-size: 24px;
    color: #999999;
    transition: all 0.3s ease;
}

.email-win .email-win-content .close:hover .iconfont {
    color: var(--themeColor);
}

@media (max-width: 1400px) {
    .page15-section1 form {
        padding: 0 15px;
    }
}

@media (max-width: 1200px) {

    .page14-title,
    .page14-section3 .item h3 {
        font-size: 32px !important;
    }

    .page14-section5 .box {
        width: 100%;
    }
}

@media (max-width: 992px) {

    .page14-title,
    .page14-section3 .item h3 {
        font-size: 30px !important;
    }

    .page14-section7 .item-style1 .left {
        width: 100%;
    }

    .page14-section7 .item-style1 .right {
        width: 100%;
        margin: 30px 0 0;
    }

    .page15-section1 form .item {
        width: calc(33.33% - 13px);
        margin-bottom: 20px;
    }

    .bg .search-result {
        padding: 0 15px;
    }
}

@media (max-width: 768px) {

    .page14-title,
    .page14-section3 .item h3 {
        font-size: 28px !important;
    }

    .page14-section1 .title {
        padding: 0;
    }

    .page14-section1 form {
        width: 100%;
    }

    .page14-section2 .item {
        width: 100%;
        margin: 0;
        margin-bottom: 20px;
    }

    .page14-section3 .title p {
        width: 100%;
    }

    .page14-section3 .item {
        width: 100%;
        margin-top: 30px;
    }

    .page14-section8 .item .description {
        width: 100%;
    }

    .page15-section1 form .item {
        width: 100%;
    }

    .page15-section1 form button {
        width: 100%;
    }

    .page15-section1 .title {
        width: 100%;
        padding: 0 15px;
    }

    .bg .search-result .item .list-2,
    .bg .search-result .item .list-3,
    .bg .search-result .item .list-4 {
        width: 50%;
        margin-bottom: 15px;
    }
}

@media (max-width: 580px) {
    .email-win .email-win-content {
        width: calc(100% - 30px) !important;
    }

    .page14-title,
    .page14-section3 .item h3 {
        font-size: 26px !important;
    }

    .bg .search-result .item .list-2,
    .bg .search-result .item .list-3,
    .bg .search-result .item .list-4 {
        width: 100%;
    }

    .prompt-hover {
        display: block;
    }
}