﻿@charset "utf-8";

:root {
    --main-color: #0668CA;
    --dark-color: #333;
    --white-color: #FFFFFF;
    --deep-color: #00AAB5;
    --light-color: #00A3FF;
    --yellow-color: #E87F26;
}

img {
    max-width: 100%;
}

@keyframes jumpDown {
    0% {
        opacity: 0;
        transform: translateY(0)
    }

    100% {
        transform: translateY(5px)
    }
}

/* index */
.index_more a {
    display: flex;
    position: relative;
    width: 185px;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    font-family: 'Arial';
    overflow: hidden;
    z-index: 1;
}

.index_more .text {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 150px;
    height: 50px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.index_more span {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    overflow: hidden;
}

.border_left_white span {
    left: 0;
    background-color: var(--main-color);
}

.border_blue span {
    right: 0;
    background-color: var(--main-color);
}

.border_white span {
    right: 0;
    background-color: var(--white-color);
}

.border_left_white .text {
    margin-left: 34px;
    background-image: url(../images/more_blue_bg.svg);
}

.border_blue .text {
    background-image: url(../images/more_blue_bg2.svg);
}

.border_white .text {
    background-image: url(../images/more_white_bg.svg);
}

.border_left_white .text,
.border_blue .text {
    color: var(--white-color);
}

.border_white .text {
    color: var(--main-color);
}

.index_more a span i {
    position: relative;
    width: 20px;
    height: 20px;
    overflow: hidden;
}

.index_more a span i::before,
.index_more a span i::after {
    content: "";
    position: absolute;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background-image: url(../images/white_jt.svg);
    background-repeat: no-repeat;
    background-position: center;
    transition: all 0.4s;
}

.border_white a span i::before,
.border_white a span i::after {
    background-image: url(../images/blue_jt.svg);
}

.index_more a span i:after {
    left: -50%;
    top: 100%;
}

.border_white a span i::before,
.border_blue a span i::before,
.border_left_white a span i::before {
    left: 50%;
    top: 50%;
}

@media (min-width:1025px) {

    .index_more a:hover span i::before {
        left: 150%;
        top: -50%;
    }

    .index_more a:hover span i:after {
        left: 50%;
        top: 50%;
    }
}

@media (max-width:767px) {}

/* footer */
.rove_up {
    position: fixed;
    right: 10px;
    bottom: 10%;
    z-index: 9;
}

.rove_up>ul {
    display: flex;
    flex-flow: column;
    align-items: flex-end;
}

.rove_up>ul>li {
    position: relative;
    margin-bottom: 8px;
    width: 52px;
    overflow: hidden;
}

.right_rove ul li:last-child {
    margin-bottom: 0;
}

.rove_up>ul>li>a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 12px;
    padding-right: 12px;
    height: 52px;
    transition: all .3s;
    z-index: 1;
}

.rove_up>ul>li>a::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 50px;
    border-radius: 56px;
    background-color: var(--main-color);
    border: 1px solid transparent;
    transition: all .3s;
    z-index: -1;
}

.rove_up>ul>li>a img {
    width: 24px;
}

.rove_up>ul>li>a span {
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    opacity: 0;
    width: 0;
    overflow: hidden;
}

.rove_up>ul>li.img .hide_tel {
    position: absolute;
    right: calc(100% + 10px);
    top: 50%;
    transform: translateY(-50%);
    width: max-content;
    padding: 6px;
    text-align: center;
    border-radius: 12px;
    background: var(--light-color);
    opacity: 0;
    justify-content: center;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    z-index: -1;
    box-shadow: 0 4px 10px 0 rgb(0 0 0 / 10%);
}

.rove_up>ul>li.img .hide_tel span {
    font-size: 18px;
    color: var(--white-color);
    padding: 10px 15px;
    display: block;
}

.rove_up>ul>li.img .hide_tel:before {
    border: solid transparent;
    content: ' ';
    height: 0;
    position: absolute;
    width: 0;
    border-width: 5px;
    border-left-color: var(--light-color);
    right: -10px;
    top: 50%;
    transform: translateY(-50%);
}

.rove_up>ul>li.img .hide_tel>a {
    padding: 0;
}

.rove_up>ul>li.img:hover .hide_tel {
    opacity: 1;
    z-index: 8;
}

.rove_up>ul>li:hover {
    overflow: visible;
    width: auto;
    min-width: 52px;
}

.rove_up>ul>li.hover>a:hover::before {
    width: 100%;
    background-color: var(--light-color);
    border: 1px solid var(--white-color);
}

.rove_up>ul>li>a:hover::before {
    background-color: var(--light-color);
    border: 1px solid var(--white-color);
}

.rove_up>ul>li.hover>a:hover>span {
    opacity: 1;
    width: auto;
    margin-right: 8px;
    transition: opacity .3s ease;
    transition-delay: .3s;
}

.back_top {
    display: none;
    cursor: pointer;
}

.footer {
    position: relative;
    padding-top: 64px;
    z-index: 1;
}

.footer .top_bg {
    width: 100%;
    height: 64px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.footer .bottom_bg {
    width: 100%;
    height: calc(100% - 64px);
    position: absolute;
    left: 0;
    top: 64px;
    z-index: -1;
}

.footer .top_bg img,
.footer .bottom_bg img {
    width: 100%;
    height: 100%;
}

.footer::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    max-width: 600px;
    height: 100%;
    background-image: url(../images/foot_icon.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left;
    z-index: 1;
}


.foot_logo {
    display: flex;
    align-items: center;
}

.foot_logo img {
    max-width: 140px;
}

.foot_logo img:nth-child(2) {
    max-width: 148px;
    margin-left: 10px;
}

.foot_bottom {
    position: relative;
    margin-top: 55px;
    padding: 20px 0;
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    color: rgba(255, 255, 255, 0.60);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    z-index: 9;
}

.foot_bottom a {
    color: rgba(255, 255, 255, 0.60);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    word-break: keep-all;
}

.foot_bottom a:hover {
    color: var(--white-color);
}

.footer_mid {
    position: relative;
    margin-top: 38px;
    padding-top: 38px;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    z-index: 9;
}

.foot_center_left {
    flex: 1;
    display: flex;
    justify-content: space-between;
    padding-right: 110px;
    max-width: 1250px;
}
.footer-bottom-item {
    padding-right: 10px;
}
.footer-bottom-item h3 {
    padding-left: 19px;
    position: relative;
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.footer-bottom-item h3::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 18px;
    background-color: var(--white-color);
}

.foot_loop_menu {
    margin-top: 24px;
    padding-left: 19px;
    padding-right: 15px;
    max-height: 232px;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
}

.foot_loop_menu a {
    margin-bottom: 15px;
    color: var(--white-color);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.foot_loop_menu a:last-child {
    margin-bottom: 0;
}

.foot_center_right {
    width: 120px;
    text-align: center;
}

.foot_center_right>div {
    padding-bottom: 30px;
}

.foot_center_right>div:last-child {
    padding-bottom: 0;
}

.foot_center_right p {
    padding-top: 10px;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    text-align: center;
}

@media (max-width:1365px) {
    .foot_center_left {
        padding-right: 60px;
    }

}

@media (max-width:1279px) {
    .footer_mid {
        flex-wrap: wrap;
    }

    .foot_center_left {
        padding-right: 0;
        width: 100%;
        flex: inherit;
    }

    .foot_center_right {
        padding-top: 30px;
        padding-left: 20px;
        width: auto;
        display: flex;
    }

    .foot_center_right>div {
        margin-right: 20px;
        padding-bottom: 0;
    }

    .foot_bottom {
        margin-top: 40px;
    }

}

@media (max-width:991px) {
    .rove_up {
        right: 0;
        bottom: 20px;
    }

    .foot_center_left {
        flex-wrap: wrap;
    }

    .footer-bottom-item {
        padding-bottom: 15px;
        width: 100%;
    }

    .foot_loop_menu {
        margin-top: 15px;
        display: flex;
        max-height: inherit;
        flex-wrap: wrap;
        flex-direction: row;
    }

    .foot_loop_menu a {
        margin-right: 10px;
    }

    .foot_center_right {
        padding-top: 15px;
        padding-left: 15px;
    }

}

@media (max-width:767px) {
    .rove_up {
        bottom: 10px;
    }

    .rove_up>ul>li {
        width: 42px;
    }

    .rove_up>ul>li>a {
        padding-left: 5px;
        padding-right: 5px;
        height: 42px;
    }

    .rove_up>ul>li>a::before {
        width: 40px;
        height: 40px;
        border-radius: 56px;
    }

    .rove_up>ul>li>a img {
        width: 20px;
    }

    .rove_up>ul>li:hover {
        min-width: 42px;
    }

    .foot_logo img {
        max-width: 90px;
    }

    .foot_logo img:nth-child(2) {
        max-width: 130px;
        margin-left: 10px;
    }

    .footer .bottom_bg {
        background-color: #00A3FF;
    }

    .footer .bottom_bg img {
        display: none;
    }

    .footer_mid {
        margin-top: 20px;
        padding-top: 20px;
    }

    .foot_loop_menu {
        display: none;
    }

    .foot_loop_menu a {
        margin-right: 18px;
    }

    .foot_bottom {
        margin-top: 30px;
    }

    .footer .bottom_bg img {
        object-fit: cover;
    }

    .footer .top_bg img {
        height: 100% !important;
        object-fit: cover;
    }
}


/* page  */
.height100 {
    height: 100px;
}

.location {
    padding-top: 40px;
    display: flex;
    align-items: center;
}

.location a {
    margin-right: 10px;
    line-height: 20px;
}

.location a:first-child {
    width: 20px;
    height: 20px;
    background-image: url(../images/home_icon_w.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px 20px;
    font-size: 0;
}

.grey_location a:first-child {
    background-image: url(../images/home_grey.svg);
}

.location a:nth-child(n + 2) {
    padding-right: 18px;
    color: rgba(255, 255, 255, 0.50);
    font-size: 14px;
    font-weight: 400;
    background-image: url(../images/page_jt_w.svg);
    background-repeat: no-repeat;
    background-position: right;
    background-size: 8px 13px;
}

.grey_location a:nth-child(n + 2) {
    color: #AAA;
    background-image: url(../images/page_jt.svg);
}

.location a:nth-child(n + 2):hover {
    color: rgba(255, 255, 255, 1);
}

.grey_location a:nth-child(n + 2):hover {
    color: var(--white-color);
}


.location a:last-child {
    margin-right: 0;
    padding-right: 0;
    background-image: none;
}

.page_menu {
    width: 100%;
    background: rgba(43, 47, 63, 0.70);
    z-index: 9;
}

.page_menu ul {
    display: flex;
    flex-wrap: wrap;
}

.page_menu ul li a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    height: 62px;
    color: var(--white-color);
    font-size: 16px;
    font-weight: 400;
    transition: all .3s;
}

.page_menu ul li.active a,
.page_menu ul li:hover a {
    background-color: var(--main-color);
}

@media (max-width:991px) {
    .height100 {
        height: 80px;
    }
}

@media (max-width:767px) {
    .page_menu ul {
        flex-wrap: wrap;
    }

    .page_menu .my-container {
        padding-left: 0;
        padding-right: 0;
    }

    .page_menu ul li {
        width: 50%;
    }

    .page_menu ul li a {
        height: 50px;
        padding: 0 5px;
    }

    .location {
        padding-top: 20px;
    }

    .location a {
        margin-right: 6px;
    }

    .location a:nth-child(n+2) {
        padding-right: 10px;
    }

    .location a:nth-child(n+3) {
        background-image: none;
        padding-right: 0;
        margin-right: 0;
    }

    .location a:nth-child(n+4) {
        display: none !important;
    }
}

/* about */
.about_n_top {
    position: relative;
    width: 100%;
    min-height: 100vh;
    z-index: 1;
}

.about_n_top .about_n_img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.about_n_top .about_n_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about_n_top .about_n_img::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.6;
    background: #00395C;
}

.about_top_left {
    padding-top: 60px;
    width: 66%;
    max-width: 1000px;
}

.about_top_left .title {
    color: #FFF;
    font-style: normal;
    font-weight: 700;
    line-height: 1.3;
}

.about_top_left .text {
    margin-top: 28px;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;

}

.about_top_left .about_number {
    padding-top: 50px;
    max-width: 657px;
}

.p_about_down {
    position: absolute;
    right: 0;
    bottom: 6%;
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    cursor: pointer;
    z-index: 9;
}

.p_about_down span {
    padding-bottom: 15px;
}

.p_about_down i {
    display: inline-block;
    position: relative;
    width: 1px;
    height: 59px;
    background-color: rgba(255, 255, 255, 0.2);
    overflow: hidden;
}

.p_about_down i:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    transform: translateY(0);
    width: 1px;
    height: 10px;
    background-color: var(--white-color);
    animation: right-swing 4s ease-out alternate infinite;
}

@keyframes right-swing {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(350%);
    }

    100% {
        transform: translateY(0);
    }

}

.about_two_box {
    position: relative;
    padding-top: 85px;
    padding-bottom: 90px;
    background-color: #EDF6F8;
    background-image: url(../images/about_two_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.about_two_left {
    color: #555;
    font-style: normal;
    font-weight: 700;
    line-height: 1.4;
}
.about_two_box .about_two_left {
    max-width: 780px;

}
.about_two_left.c_blue {
    color: var(--main-color);
}

.about_two_right {
    flex: 1;
    margin-left: 50px;
    max-width: 854px;
}

.about_two_right p {
    padding-bottom: 20px;
    color: #666;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

.about_two_right p:last-child {
    padding-bottom: 0;
}

.about_two_list {
    padding-top: 80px;
}

.about_two_list ul {
    margin-left: -12px;
    margin-right: -12px;
    display: flex;
    align-items: stretch;
}

.about_two_list ul li {
    width: 33.33%;
    padding: 12px;
}

.about_two_list .bg {
    position: relative;
    padding: 40px;
    border-radius: 8px;
    height: 540px;
    overflow: hidden;
    z-index: 1;
}

.about_two_list .bg .thumb {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.about_two_list .bg .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: -webkit-transform .4s;
    transition: -webkit-transform .4s;
    -o-transition: transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s;
    -webkit-transition: transform .4s;
}

.about_two_list .bg .icon {
    position: absolute;
    left: 40px;
    top: 40px;
    max-width: 50px;
    z-index: 2;
}

.cont_box {
    position: absolute;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 120px;
    left: 0;
    top: 50%;
    width: 100%;
    height: 100%;
    transition: top .4s;
    background: linear-gradient(180deg, rgba(0, 48, 97, 0.00) 0%, #003061 100%);
}

.cont_box .title {
    position: relative;
    padding-bottom: 20px;
    color: var(--white-color);
    font-style: normal;
    font-weight: 700;
    line-height: 1.3;
}

.cont_box .title:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: var(--white-color);
    width: 24px;
    height: 2px;
}

.cont_box .text {
    opacity: 0;
    margin-top: 50px;
    overflow-y: auto;
    max-height: 228px;
}

.cont_box .text p {
    padding-bottom: 20px;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

.cont_box .text p:last-child {
    padding-bottom: 0;
}

.about_two_list .bg:hover .thumb img {
    -webkit-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03);
}

.about_two_list .bg:hover .cont_box {
    padding-top: 130px;
    top: 0;
    background: rgba(0, 48, 97, 0.70);
}

.about_two_list .bg:hover .text {
    opacity: 1;
}

.about_two_list .bg:hover .thumb::before {
    opacity: 0;
}

@media (max-width:1580px) {
    .about_two_box .about_two_left {
        max-width: 660px;
    }

    .cont_box .title {
        font-size: 22px;
    }

    .cont_box .text {
        margin-top: 24px;
        max-height: 254px;
    }
}

@media (max-width:1439px) {
    .about_two_box .about_two_left {
        max-width: 50%;
    }
    .about_two_list .bg .icon {
        left: 40px;
        top: 40px;
    }

    .cont_box {
        padding-left: 40px;
        padding-right: 40px;
        padding-top: 120px;
    }

    .about_two_list .bg:hover .cont_box {
        padding-top: 120px;
    }

    .cont_box .text {
        margin-top: 30px;
    }
}

@media (max-width:1279px) {
    .about_top_left {
        width: 85%;
    }
    .about_two_list .bg {
        height:500px;
    }

    .about_two_list .bg .icon {
        left: 25px;
        top: 25px;
        max-width: 40px;
    }

    .cont_box {
        top: 52%;
        padding-left: 25px;
        padding-right: 25px;
        padding-top: 100px;
    }

    .cont_box .title {
        font-size: 18px;
    }

    .about_two_list .bg:hover .cont_box {
        padding-top: 80px;
    }

}

@media (max-width:991px) {
    .about_n_top .page_menu {
        top: 80px;
    }

    .p_about_down {
        display: none;
    }

    .about_top_left {
        padding-top: 50px;
        width: 100%;
    }

    .about_two_top {
        flex-wrap: wrap;
    }

    .about_two_right {
        padding-top: 30px;
        flex: inherit;
        margin-left: 0;
        max-width: 100%;
    }
    .about_two_box .about_two_left {
        max-width: inherit;
    }
    .about_two_list {
        padding-top: 40px;
    }

    .about_two_list ul {
        flex-wrap: wrap;
    }

    .about_two_list ul li {
        width: 100%;
    }
    .about_two_list .bg {
        height: 400px;
    }
}

@media (max-width:767px) {
    .about_top_left {
        padding-top: 40px;
        width: 100%;

    }

    .about_two_box {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .about_two_list {
        padding-top: 30px;
    }

    .about_n_top .location {
        margin-top: 0;
    }
    .about_two_list .bg {
        height: 500px;
    }

}

/* about work */
.about_work {
    padding: 90px 0 40px;
    background-color: var(--white-color);
}

.about_work_text {
    margin-top: 20px;
    /* max-width: 828px; */
    color: #666;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

.about_work_map {
    margin-top: 30px;
}

.about_work_map .thumb {
    position: relative;
    max-width: 1395px;
}

.about_work_map .thumb img {
    width: 100%;
}

.about_work_map .work_map_text {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

.about_work_map .point {
    position: absolute;
    left: 38.3%;
    top: 25.8%;
    width: 23px;
    height: 23px;
    text-align: center;
}

.about_work_map .point .title {
    position: absolute;
    padding: 10px;
    border-radius: 6px;
    background: #E87F26;
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.10);
    color: var(--white-color);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    width: max-content;
    left: 50%;
    transform: translateX(-50%);
}

.about_work_map .point .title:after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -6px;
    background-image: url(../images/work_point_jt.svg);
    width: 12px;
    height: 6px;
    background-size: 100%;
    background-repeat: no-repeat;
}

.about_work_map .point span {
    position: absolute;
    padding-top: 16px;
    display: flex;
    justify-content: center;
    width: 23px;
    left: 50%;
    top: 52px;
    transform: translateX(-50%);
    background-image: url(../images/work_logo.png);
    background-size: 23px 25px;
    background-repeat: no-repeat;
    z-index: 1;
}

.about_work_map .point span::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 25px;
    background-image: url(../images/work_logo.png);
    background-size: 23px 25px;
    background-repeat: no-repeat;
    z-index: 1;
}

.about_work_map .point span i {
    position: relative;
    display: block;
    width: 20px;
    height: 20px;
    background-color: var(--yellow-color);
    border-radius: 50%;
}

.about_work_map .point span i::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 150%;
    height: 150%;
    background-color: rgba(232, 127, 38, 0.3);
    border-radius: 50%;
    animation: breathe 2s infinite;
}

.about_work_map .point span i::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 220%;
    height: 220%;
    background-color: rgba(232, 127, 38, 0.2);
    border-radius: 50%;
    animation: breathe 2s infinite;
}

@keyframes breathe {
    0% {
        transform: translate(-50%, -50%) scale(1.2);
    }

    50% {
        transform: translate(-50%, -50%) scale(1.4);
    }

    100% {
        transform: translate(-50%, -50%) scale(1.2);
    }
}

.about_work_map .text {
    color: #CED2DA;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

.about_last_box {
    position: relative;
    padding-top: 120px;
    padding-bottom: 300px;
    margin-bottom: -80px;
    background: #EDF6F8;
    z-index: 1;
}

.about_last_cont {
    align-items: stretch;
}

.about_last_left {
    width: 54%;
    padding-right: 24px;
}

.about_last_right {
    width: 46%;
}

.about_last_right img {
    border-radius: 8px;
    height: 100%;
    object-fit: cover;
}

.about_last_left .text {
    margin-top: 30px;
}

.about_last_left .text p {
    margin-bottom: 15px;
    padding-left: 12px;
    position: relative;
    color: var(--dark-color);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

.about_last_left .text p::before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 4px;
    height: 4px;
    background-color: var(--dark-color);
    border-radius: 50%;
}

.about_last_left .text p:last-child {
    margin-bottom: 0;
}

.about_last_box .bg {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 46%;
    max-height: 500px;
    z-index: -1;
}

.about_last_box .bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width:1366px) {
    .about_work_map .point {
        top: 24.8%;
    }
}

@media (max-width:1280px) {
    .about_work_map .point {
        top: 23.8%;
    }
    .about_last_left .text {
        max-height: 400px;
        overflow-y: auto;
    }
}

@media (max-width:1024px) {
    .about_work_map .point {
        top: 20.6%;
    }

    .about_work_map .point .title {
        min-width: 90px;
    }
}

@media (max-width:991px) {
    .about_work_map .point {
        top: 14.6%;
    }

    .about_last_cont {
        flex-wrap: wrap;
    }

    .about_last_box {
        padding-top: 80px;
    }

    .about_last_left {
        width: 100%;
        padding-right: 0;
    }

    .about_last_right {
        width: 100%;
        margin-top: 30px;
        text-align: center;
    }
    .about_last_left .text {
        max-height:inherit;
        /* overflow-y: auto; */
    }

}

@media (max-width:767px) {
    .about_work {
        padding: 50px 0;
    }

    .about_work_map .point {
        display: none;
    }

    .about_last_box {
        padding-top: 50px;
        padding-bottom: 120px;
    }
}

/* paged */
.paged {
    padding-bottom: 60px;
}

.paged .pagination {
    display: flex;
    align-items: center;
    justify-content: center;
}

.paged ul li {
    margin: 0 4px;
}

.paged span,
.paged a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    padding: 10px;
    font-size: 16px;
    background-color: transparent !important;
    color: rgba(51, 51, 51, 0.50);
}

.page-item:last-child .page-link {
    background-color: transparent !important;
    border: none !important;
}

.paged .active {
    background-color: var(--main-color);
    border-color: var(--main-color);
    border-radius: 8px;
}

.paged .active span,
.paged .active a {
    color: var(--white-color);
}

.paged ul li:first-child span,
.paged ul li:last-child a,
.paged ul li:first-child a,
.paged ul li:last-child span {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.paged ul li:nth-child(n+6) {
    display: none;
}
.paged ul li:last-child {
    display: block;
}
@media (max-width:767px) {
    .paged {
        padding-bottom: 40px;
        overflow: hidden;
    }

    .paged span,
    .paged a {
        width: 40px;
        height: 40px;
        padding: 4px;
        font-size: 14px;
    }

    .paged ul li:first-child span,
    .paged ul li:last-child a,
    .paged ul li:first-child a,
    .paged ul li:last-child span {
        width: 40px;
        height: 40px;
    }

    .paged ul li:nth-child(n+6) {
        display: none;
    }
    .paged ul li:last-child {
        display: block;
    }


}

/* honor */
.page_box {
    position: relative;
    padding-bottom: 80px;
    margin-bottom: -60px;
    background-color: #EDF6F8;
    min-height: 80vh;
}

.page_bg {
    z-index: 1;
}

.page_bg::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 50%;
    max-height: 630px;
    background-image: url(../images/honor_bg_right.png);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: contain;
    z-index: -1;
}

.page_bg::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 30%;
    height: 50%;
    max-height: 630px;
    background-image: url(../images/honor_bg_left.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: contain;
    z-index: -1;
}

.page_box .location a:hover {
    color: var(--dark-color);
}

.honor_box {
    padding-top: 30px;
}

.honor_list {
    padding-top: 40px;
    padding-bottom: 40px;
}

.honor_list ul {
    flex-wrap: wrap;
    align-items: stretch;
    margin-left: -10px;
    margin-right: -10px;
}

.honor_list ul li {
    width: 25%;
    padding: 10px;
}

.honor_list .bg {
    padding: 17px 27px;
    height: 100%;
    border-radius: 8px;
    border: 1px solid #D7E0E9;
    background: #FFF;
}

.honor_list .thumb {
    padding: 30px;
    border-radius: 6px;
    background: #F4F8FF;
    overflow: hidden;
}

.honor_list .thumb i {
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    -webkit-transition: -webkit-transform .4s;
    transition: -webkit-transform .4s;
    -o-transition: transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s;
    -webkit-transition: transform .4s;
}

.honor_list .title {
    margin-top: 20px;
    color: #555;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.honor_list .bg:hover .thumb i {
    -webkit-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03);
}

@media (max-width:1279px) {
    .honor_list ul li {
        width: 33.33%;
    }
}

@media (max-width:991px) {
    .honor_list .thumb {
        padding: 20px;
    }


}

@media (max-width:767px) {
    .honor_box .about_two_left {
        overflow: hidden;
    }

    .honor_box .about_two_left>div {
        padding-top: 20px;
        width: 100%;
        text-align: right;
    }

    .honor_list {
        padding-top: 30px;
    }

    .honor_list ul li {
        width: 50%;
    }
}

@media (max-width:540px) {
    .honor_list ul li {
        width: 100%;
    }
}

/* 企业实景 */
.qysj_list {
    padding-top: 40px;
    padding-bottom: 40px;
}

.qysj_list ul {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    margin-left: -12px;
    margin-right: -12px;
}

.qysj_list ul li {
    padding: 12px;
}

.pic_three ul li {
    width: 33.33%;
}

.qysj_list .thumb {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
}

.qysj_list .thumb::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 4px;
    background: linear-gradient(90deg, #0668CA 0%, #1EA5F6 100%);
    z-index: 1;
    transition: width .4s;
}

.qysj_list .thumb:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.15;
    background: #000;
}

.qysj_list .bg:hover .thumb::before {
    width: 100%;
}

.qysj_list .bg:hover .thumb:after {
    opacity: 0;
}

.qysj_list .thumb i {
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    -webkit-transition: -webkit-transform .4s;
    transition: -webkit-transform .4s;
    -o-transition: transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s;
    -webkit-transition: transform .4s;
}

.qysj_list .title {
    margin-top: 20px;
    color: #555;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.qysj_list ul li .bg:hover .thumb i {
    -webkit-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03);
}

@media (max-width:640px) {
    .qysj_list {
        padding-top: 25px;
        padding-bottom: 30px;
    }

    .pic_three ul li {
        width: 100%;
    }
}

/* culture */
.culture_box {
    padding-top: 40px;
}

.culture_list {
    padding-top: 40px;
    padding-bottom: 50px;
}

.culture_list ul {
    display: flex;
    align-items: stretch;
    margin-left: -12px;
    margin-right: -12px;
}

.culture_list ul li {
    padding: 12px;
    width: 33.33%;
}

.culture_list .thumb {
    position: relative;
    height: 600px;
    border-radius: 8px;
    overflow: hidden;
}

.culture_list .thumb .pic {
    width: 100%;
    height: 100%;
}

.culture_list .thumb .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: -webkit-transform .4s;
    transition: -webkit-transform .4s;
    -o-transition: transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s;
    -webkit-transition: transform .4s;
}

.culture_list .mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 45px;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    z-index: 1;
}

.culture_list .mask::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    background: linear-gradient(333deg, rgba(0, 44, 63, 0.00) 52.71%, #002C3F 115.64%);
    backdrop-filter: blur(2px);
    z-index: -1;
}

.culture_list .mask:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    transition: height .4s;
    opacity: 0.3;
    background-color: #000;
    z-index: -1;
}

.culture_list .title {
    margin-top: 20px;
    color: var(--white-color);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.culture_list .text {
    color: #FFF;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.4;
}

.culture_list ul li .thumb:hover .mask:after {
    height: 100%;
}

.culture_list .thumb:hover .pic img {
    -webkit-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03);
}

@media (max-width:1580px) {

    .culture_list .mask {
        padding: 30px;
    }

}

@media (max-width:1365px) {
    .culture_list .mask {
        padding: 30px 30px;
    }

}

@media (max-width:1279px) {
    .culture_list .text {
        font-size: 18px;
    }
}

@media (max-width:991px) {
    .culture_list ul {
        flex-wrap: wrap;
    }

    .culture_list ul li {
        width: 100%;
    }

    .culture_list .thumb {
        height: 500px;
    }

}

@media (max-width:767px) {
    .culture_list {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .culture_list .icon {
        width: 50px;
    }

    .culture_list .mask {
        padding: 30px 25px;
    }
}

@media (max-width:359px) {
    .culture_list .text {
        font-size: 16px;
    }

}

/* job */
.job_top {
    position: relative;
    /* height: 760px; */
}

.job_top .background {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.job_top .background img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.job_top .job_top_box {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.50);
}

.job_top .job_ban_text {
    padding-top: 115px;
    padding-bottom: 220px;
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.job_top .job_ban_text h2 {
    color: var(--white-color);
    font-style: normal;
    font-weight: 700;
    line-height: 1.3;
}

.job_top .job_ban_text p {
    padding-top: 20px;
    max-width: 850px;
    margin: 0 auto;
    color: rgba(255, 255, 255, 0.80);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

.job_bottom {
    padding-top: 60px;
    padding-bottom: 50px;
    display: flex;
    justify-content: space-between;
    min-height: 500px;
}

.job_bottom .job_left {
    width: 320px;
}

.job_bottom .job_right {
    padding-left: 60px;
    width: calc(100% - 320px);
}

.job_bottom .job_left .swiper-container {
    height: auto;
}

.job_bottom .job_left .swiper-slide {
    display: flex;
    align-items: center;
    /* height: 52px; */
    line-height: 26px;
    color: #666;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    cursor: pointer;
}

.job_bottom .job_left .swiper-slide-thumb-active {
    color: var(--main-color);
    /* font-weight: 700; */
}

.job_bottom .job_right .swiper-container {
    width: 100%;
    height: 100%;
}

.job_bottom .job_right .swiper-slide {
    padding: 60px 70px;
    background-color: var(--white-color);
    border-radius: 8px;
    opacity: 0;
}

.job_bottom .job_right .swiper-slide.swiper-slide-active {
    opacity: 1;
}

.job_right .job_zw {
    color: var(--main-color);
}

.job_xq_cont .title {
    padding-top: 40px;
    color: var(--dark-color);
    font-style: normal;
    font-weight: 400;
}

.job_xq_cont .text {
    padding-top: 20px;
    color: #666;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}

.job_email {
    padding-top: 50px;
    align-items: center;
    flex-wrap: wrap;
}

.job_email .left {
    color: var(--main-color);
}

.job_email .job_submit a {
    display: inline-flex;
    padding: 13px 35px;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    background: var(--main-color);
    color: var(--white-color);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}


@media (min-width:768px) {
    .job_bottom .job_left .swiper-container .swiper-wrapper {
        padding-top: 40px;
        padding-bottom: 40px;
        border-left: 1px solid #CCC;
    }

    .job_bottom .job_left .swiper-slide {
        padding-left: 20px;
    }

    .job_bottom .job_left .swiper-slide-thumb-active::before {
        content: "";
        position: absolute;
        left: -1px;
        top: 50%;
        transform: translateY(-50%);
        width: 3px;
        height: 26px;
        border-radius: 10px;
        background: var(--main-color);
    }
}

@media (max-width:1440px) {
    .job_top .job_ban_text {
        padding-top: 100px;
        padding-bottom: 200px;
    }

}

@media (max-width:1366px) {
    .job_top .job_ban_text {
        padding-top: 80px;
        padding-bottom: 180px;
    }

}

@media (max-width:1279px) {
    .job_bottom .job_right {
        padding-left: 60px;
    }

    .job_bottom .job_right .swiper-slide {
        padding: 60px 50px;
    }

}

@media (max-width:1100px) {
    .job_email .left {
        width: 100%;
        padding-bottom: 20px;
    }
}

@media (max-width:991px) {
    .job_bottom .job_left {
        width: 280px;
    }

    .job_bottom .job_right {
        padding-left: 40px;
        width: calc(100% - 280px);
    }

    .job_top .job_ban_text {
        padding-top: 60px;
        padding-bottom: 160px;
    }

    .job_bottom .job_left .swiper-slide {
        font-size: 18px;
        width: auto;
    }

    .job_bottom .job_right {
        padding-left: 30px;
    }

    .job_bottom .job_right .swiper-slide {
        padding: 40px 30px;
    }

    .job_email .job_submit a {
        font-size: 18px;
    }
}

@media (max-width:767px) {
    .job_top .job_ban_text {
        padding-top: 60px;
        padding-bottom: 100px;
    }

    .job_bottom .job_left {
        width: 100%;
        height: 30px;
    }

    .job_bottom {
        padding-top: 50px;
        flex-wrap: wrap;
    }

    .job_bottom .job_right {
        padding-top: 20px;
        padding-left: 0;
        width: 100%;
    }

    .job_bottom .job_right .swiper-slide {
        padding: 40px 20px;
    }

    .job_email .job_submit a {
        font-size: 16px;
    }

    .job_xq_cont .title {
        padding-top: 30px;
    }
}

/* job form */
.job_form {
    position: relative;
    padding-top: 150px;
    z-index: 1;
}

.job_form::before {
    content: '';
    position: absolute;
    top: 0;
    height: 30%;
    width: 100%;
    background-color: #F2F7FB;
    z-index: -1;
}

.job_form::after {
    content: '';
    position: absolute;
    bottom: 0;
    height: 70%;
    width: 100%;
    background-color: #FFFFFF;
    z-index: -1;
}

.job_form_top {
    padding-top: 50px;
}

.job_form_top .s_t {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

.job_form_top .b_t {
    color: var(--dark-color);
    font-weight: 700;
    line-height: 1.5;
}

.job_form_top .right a {
    display: flex;
    padding: 14px 24px;
    align-items: center;
    border: 1px solid #D2D2D2;
    border-radius: 8px;
}

.job_form_top .right span {
    padding-left: 48px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    background-image: url(../images/job_left.svg);
    background-size: 24px 24px;
    background-repeat: no-repeat;
    background-position: left;
}

.job_form_top .right a:hover {
    background-color: var(--main-color);
}

.job_form_top .right a:hover span {
    color: var(--white-color);
    background-image: url(../images/arrow-left.svg);
}

.job_form_cont {
    margin-top: 40px;
    margin-bottom: 40px;
    padding: 56px;
    background: var(--white-color);
    border-radius: 8px;
    overflow: hidden;
}

.job_form_cont .job_form_item {
    display: flex;
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
}

.job_form_cont .job_form_last {
    border-bottom: none;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.job_form_cont .job_form_item .item_left {
    width: 30%;
    color: var(--dark-color);
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.5;
}

.job_form_cont .job_form_item .item_right {
    width: 70%;
}

.item_right {
    margin-left: -12px;
    margin-right: -12px;
    display: flex;
    flex-wrap: wrap;
}

.item_right .col {
    width: 50%;
    padding: 16px 12px;
    float: left;
}

.item_right .colw100 {
    width: 100%;
    padding: 16px 12px;
}

.item_right .col_z>span {
    display: block;
    color: var(--dark-color);
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
}

.item_right .col_z>span>em {
    margin-left: 8px;
    color: var(--main-color);
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
}

.item_right .input-container {
    margin-top: 16px;
    position: relative;
    background: #F2F7FB;
    border-radius: 8px;
}

.item_right .input-container input {
    outline: none;
    z-index: 1;
    padding: 12px 20px;
    position: relative;
    background: none;
    width: 100%;
    height: 56px;
    border: 0;
    color: #333;
    line-height: 26px;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Arial', ' Open Sans', 'PingFang SC';
    text-align: left;
}

.item_right .input-container input[type="date"] {
    -webkit-appearance: none;
    text-align: left;
}

.input_select_box01 input,
.input_select_box02 input {
    cursor: pointer;
}

.input_select_box .icon {
    width: 24px;
    height: 24px;
    right: 8px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(../images/chevron-down.svg);
    background-repeat: no-repeat;
    cursor: pointer;
}

.input_select_box .drop_down_ {
    position: absolute;
    right: 0;
    top: 60px;
    padding: 24px;
    width: 100%;
    border-radius: 8px;
    border: 1px solid #F2F7FB;
    background: #FFF;
    z-index: 9;
}

.input_select_box .drop_down_ p {
    padding-bottom: 8px;
    font-size: 16px;
    color: #666;
    cursor: pointer;
}

.input_select_box .drop_down_.line p {
    padding-bottom: 20px;
    padding-top: 20px;
    border-bottom: 1px solid #EBEFF5;
}

.input_select_box .drop_down_.line p:first-child {
    padding-top: 0;
}

.input_select_box .drop_down_ p:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

.input_select_box .drop_down_ p:hover {
    color: var(--main-color);
}

.item_right .input-container textarea {
    outline: none;
    z-index: 1;
    position: relative;
    background: none;
    width: 100%;
    height: 230px;
    padding: 20px;
    line-height: 26px;
    border: 0;
    color: var(--dark);
    font-size: 16px;

    font-weight: 400;
    resize: none;
    font-family: 'Arial', ' Open Sans', 'PingFang SC';
}

.text-area label {
    position: absolute;
    bottom: -20px;
    left: 0;
    color: var(--main-color);
}

.job_form_item .input-container input::-webkit-input-placeholder,
.job_form_item textarea::-webkit-input-placeholder {
    color: #999;
    font-size: 16px;
    font-family: "Arial";
}

.job_form_item .input-container input::-moz-placeholder,
.job_form_item textarea::-moz-placeholder {
    color: #999;
    font-size: 16px;
    font-family: "Arial";
}

.job_form_item .input-container input::-ms-input-placeholder,
.job_form_item textarea::-ms-input-placeholder {
    color: #999;
    font-size: 16px;
    font-family: "Arial";
}



.item_right .yanz {
    padding-top: 16px;
}

.item_right .yanz .input-container {
    margin-top: 0;
}

.item_right .message_code {
    margin-left: 16px;
}

.item_right .message_code img {
    width: 128px;
    height: 56px;
    border-radius: 8px;
}

.item_right .index_more {
    padding: 16px 8px;
    margin-right: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 160px;
    height: 58px;

    font-family: "Arial";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    border-radius: 32px;
    cursor: pointer;
}

.item_right .border_grey {
    border: 1px solid var(--dark-color);
    background: rgba(255, 255, 255, 0.00);
    backdrop-filter: blur(4px);
    color: var(--dark-color);
}

.item_right .border_black {
    border: 1px solid var(--main-color);
    background: var(--main-color);
    backdrop-filter: blur(4px);
    color: #FAFAFA;

}

.item_right .pt0 {
    padding-top: 0;
}

@media (max-width:991px) {
    .job_form_cont {
        padding: 50px 40px;
    }

}

@media (max-width:767px) {
    .job_form {
        padding-top: 80px;
    }

    .job_form_cont {
        padding: 40px 20px;
    }

    .job_form_cont .job_form_item {
        flex-wrap: wrap;
    }

    .job_form_cont .job_form_item .item_left {
        width: 100%;
        font-size: 20px;
    }

    .job_form_cont .job_form_item .item_right {
        width: 100%;
        padding-top: 20px;
    }

    .job_form_cont .job_form_item .item_right>.col:first-child {
        padding-bottom: 32px;

    }

    .job_form_cont .job_form_item.job_form_last .item_right {
        padding-top: 0;
    }

    .item_right {
        margin: 0;
    }

    .item_right .col,
    .item_right .colw100 {
        width: 100%;
        padding-right: 0;
        padding-left: 0;
    }

    .item_right .yanz {
        flex-wrap: wrap;
    }

    .item_right .yanz .input-container {
        width: 100%;
    }

    .item_right .message_code {
        margin-left: 0;
        margin-top: 30px;
    }

    .job_form_top .right a {
        padding: 10px 20px;
    }

    .job_form_top .right span {
        padding-left: 30px;
        font-size: 16px;
        background-size: 20px 20px;
    }

    .job_form_cont .job_form_item {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    .last_button {
        justify-content: space-between;
    }

    .item_right .index_more {
        width: calc(50% - 4px);
        margin-right: 0;
        padding: 8px 8px;
        height: 54px;
    }

    .job_form_top>div {
        flex-flow: column;
    }

    .job_form_top .right {
        width: 100%;
        display: flex;
        justify-content: flex-end;
    }

}

/* pro list */
.pro_menu_list {
    background: rgba(43, 47, 63, 0.70);
}

.pro_menu_list>div>ul {
    display: flex;
    flex-wrap: wrap;
}

.pro_menu_list>div>ul>li {
    position: relative;
}

.pro_menu_list>div>ul>li>a {
    position: relative;
    padding: 0 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 62px;
    min-width: 260px;
    color: var(--white-color);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    transition: all 0.3s;
}

.pro_menu_list>div>ul>li>a>i {
    width: 20px;
    height: 20px;
    background-image: url(../images/pro_menu_jt.svg);
    background-repeat: no-repeat;
    background-size: contain;
}

.pro_menu_list>div>ul>li.active>a,
.pro_menu_list>div>ul>li.current>a,
.pro_menu_list>div>ul>li>a:hover {
    background-color: var(--light-color);
}

.pro_menu_list .pro_c_menu {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    transform: scaleY(0);
    transform-origin: top;
    opacity: 0;
    transition: all 0.4s ease-out;
    padding: 20px 18px;
    border-radius: 0px 0px 8px 8px;
    background: rgba(43, 47, 63, 0.70);
    z-index: 9;
}

.pro_menu_list .pro_c_menu>ul>li {
    padding-bottom: 10px;
}

.pro_menu_list .pro_c_menu>ul>li:last-child {
    padding-bottom: 0;
}

.pro_menu_list .pro_c_menu>ul>li>a {
    position: relative;
    display: flex;
    padding: 15px 10px;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.20);
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    transition: all 0.3s;
}

.pro_menu_list .pro_c_menu>ul>li>a:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
}

.pro_c_menu>ul>li>a span {
    margin-left: 5px;
    width: 20px;
    height: 20px;
}

.pro_menu_list ul>li.current .pro_c_menu {
    opacity: 1;
    visibility: visible;
    transform: scaleY(1);

}

.pro_box {
    padding-top: 20px;
    min-height: 60vh;
}

.pro_box_title {
    text-align: center;
}

.pro_box_title .line {
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 30px;
    height: 2px;
    background: #F90C08;
}

.pro_b_title {
    color: var(--main-color);
    font-style: normal;
    font-weight: 700;
    line-height: 1.6;
}

.pro_s_title {
    color: var(--dark-color);
    font-weight: 400;
    line-height: normal;
}

.search_p {
    padding-top: 26px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.search_p>a {
    position: relative;
    display: flex;
    margin: 4px;
    height: 50px;
    padding: 0px 30px;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    border: 1px solid #B0CAE4;
    background: #E7F6FF;
    color: #00559B;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    overflow: hidden;
    z-index: 1;
}

.search_p>a::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background-color: var(--light-color);
    z-index: -1;
    transition: width .4s;
}

.search_p>a:hover {
    border-color: var(--light-color);
    color: var(--white-color);
}

.search_p>a.active {
    border-color: var(--light-color);
    color: var(--white-color);
}

.search_p>a.active::before {
    width: 100%;
}

.search_p>a:hover::before {
    width: 100%;
}

.pro_list {
    padding-top: 25px;
    padding-bottom: 50px;
}

.pro_list ul {
    margin-left: -12px;
    margin-right: -12px;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

.pro_list ul li {
    width: 33.33%;
    padding: 12px;
}

.pro_list .bg {
    position: relative;
    display: block;
    padding-top: 110px;
    height: 100%;
    border-radius: 8px;
    /* background: linear-gradient(180deg, rgba(200, 231, 255, 0.00) 0%, #C8E7FF 100%); */
    /* transition: all .3s; */
    overflow: hidden;
}

.pro_list .bg:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    background: linear-gradient(180deg, rgba(200, 231, 255, 0.00) 0%, #C8E7FF 100%);
    transition: all .3s;
    z-index: -1;
}

.pro_list .bg::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: var(--white-color);
    z-index: -1;
}

.pro_list .thumb {
    padding-bottom: 72px;
    padding-left: 60px;
    padding-right: 60px;
    background-image: url(../images/pro_list_bg.png);
    background-repeat: no-repeat;
    background-position: center bottom;
}

.pro_list .thumb i {
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    -webkit-transition: -webkit-transform .4s;
    transition: -webkit-transform .4s;
    -o-transition: transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s;
    -webkit-transition: transform .4s;
}

.pro_list .pro_cont {
    padding: 30px 30px 50px 30px;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
}

.pro_list .pro_cont .title {
    color: #555;
    text-align: center;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
}

.pro_list .pro_cont span {
    padding-top: 20px;
    display: flex;
    align-items: center;
    color: #666;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}

.pro_list .pro_cont span i {
    margin-left: 10px;
    width: 20px;
    height: 20px;
    background-image: url(../images/grey_jt.svg);
    background-repeat: no-repeat;
    background-size: 100%;

}

/* .pro_list .bg:hover {
    background: linear-gradient(180deg, #0668CA 0%, rgba(200, 231, 255, 0.00) 100%);
} */
.pro_list .bg:hover:after {
    background: transparent;
    background-image: url(../images/pro_bg_hover.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.pro_list .bg:hover .thumb i {
    -webkit-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03);
}

.pro_list .bg:hover .pro_cont .title {
    color: var(--main-color);
}

.pro_list .bg:hover .pro_cont span {
    color: var(--main-color);
}

.pro_list .bg:hover .pro_cont span i {
    background-image: url(../images/p_blue_jt.svg);
}

@media (min-width:768px) {
    .pro_c_menu>ul>li>a:hover {
        border-radius: 8px;
        background-color: var(--white-color);
        color: #666;
    }

    .pro_c_menu>ul>li>a:hover span svg path {
        stroke: #666;
    }
}

@media (max-width:1366px) {
    .pro_menu_list>div>ul>li>a {
        min-width: 240px;
    }

}

@media (max-width:1280px) {
    .pro_list .bg {
        padding-top: 80px;
    }

    .pro_list .thumb {
        padding-bottom: 50px;
        padding-left: 50px;
        padding-right: 50px;
        background-size: contain;
    }

}

@media (max-width:1279px) {

    .pro_menu_list>div>ul>li>a {
        min-width: 230px;
    }
}

@media (max-width:991px) {
    .pro_box {
        padding-top: 30px;
    }

    .pro_list .bg {
        padding-top: 60px;
    }

    .pro_list .thumb {
        padding-bottom: 30px;
        padding-left: 30px;
        padding-right: 30px;
    }

    .pro_list .pro_cont {
        padding: 30px 20px 30px 20px;
    }

    .pro_list .pro_cont .title {
        font-size: 18px;
    }
}

@media (max-width:767px) {

    .pro_menu_list>.my-container {
        padding: 0;
    }

    .pro_menu_list .pro_c_menu {
        padding: 20px 16px;
    }

    .pro_menu_list>div>ul>li {
        width: 100%;
    }

    .pro_menu_list>div>ul>li>a {
        min-width: inherit;
        padding: 0 15px;
    }

    .pro_menu_list .pro_c_menu {
        background-color: var(--white-color);
    }

    .pro_menu_list .pro_c_menu>ul>li>a {
        color: #666;
        padding: 0;
    }

    .pro_c_menu>ul>li>a span svg path {
        stroke: #666;
    }

    .pro_s_title i {
        height: 20px;
    }

    .seach_m_click {
        position: relative;
        padding-top: 0;
        margin-top: 30px;
        border: 1px solid rgba(0, 0, 0, 0.10);
        padding: 14px 20px;
        border-radius: 6px;
    }

    .seach_m_click .pro_s_title {
        justify-content: space-between;
    }

    .search_xl_mo {
        position: absolute;
        left: 0;
        top: 100%;
        width: 100%;
        transform: scaleY(0);
        transform-origin: top;
        display: flex;
        flex-wrap: wrap;
        opacity: 0;
        transition: all 0.4s ease-out;
        padding: 20px 18px;
        border-radius: 0px 0px 8px 8px;
        background: rgba(43, 47, 63, 0.70);
        z-index: 9;
    }

    .search_xl_mo a {
        display: block;
        width: 50%;
        color: var(--white-color);
        font-size: 16px;
        margin: 8px 0;
    }

    .search_xl_mo.show {
        opacity: 1;
        visibility: visible;
        transform: scaleY(1);
    }

    .pro_list {
        padding-top: 40px;
        padding-bottom: 40px;
    }


}

@media (max-width:640px) {
    .pro_list ul li {
        width: 100%;
    }
}

/* pro detail */
.pro_detail_box {}

.pro_xq_top {
    background-image: url(../images/pro_xq_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
}

.pro_top_change {
    position: relative;
    min-height: 60vh;
}

.pro_top_old {
    height: 0;
    overflow: hidden;
    z-index: -1;
}

.pro_top_old .thumb {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity .6s;
    z-index: 1;
}

.pro_top_old .thumb img {
    max-width: 644px;
}

.pro_top_old .thumb .title {
    position: absolute;
    left: 0;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    color: #FFF;
    font-family: MiSans;
    font-size: 10.5vw;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: center;
    z-index: -1;
}

.pro_top_old.active .thumb {
    opacity: 1;
}

.pro_top_new>div:first-child {
    align-items: center;
    position: relative;
}

.p_new_left {
    flex: 1;
    margin-right: 80px;
    max-width: 621px;
    padding: 50px 50px;
    border-radius: 8px;
    background: linear-gradient(180deg, #FFF 0%, rgba(255, 255, 255, 0.00) 100%);
    opacity: 0;
    transform: translateX(-150px);
    transition: transform 1.2s;
    transition: all .4s;
}

.p_new_left .p_n_title .s_t {
    color: #999;
    font-weight: 400;
    line-height: normal;
}

.p_new_left .p_n_title .big_t {
    padding-top: 5px;
    color: var(--main-color);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.p_new_left .p_n_table {
    padding-top: 30px;
}

.p_new_left .p_n_table ul li:first-child {
    border-top: 1px solid #CCC;
}

.p_new_left .p_n_table ul li {
    padding: 15px 0;
    border-bottom: 1px solid #CCC;
    display: flex;
    align-items: center;
    color: #666;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.p_new_left .p_n_table .p_n_t {
    width: 210px;
}

.p_new_left .p_n_table .p_n_v {
    flex: 1;
}

.p_new_right {
    width: 44%;
    display: flex;
    align-items: center;
    max-width: 644px;
    transform: translateX(100px);
    transition: transform .8s;
}

.back_list {
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    align-items: center;
    color: #666;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

.back_list i {
    width: 20px;
    height: 20px;
    margin-right: 6px;
    background-image: url(../images/back_icon.svg);
    background-repeat: no-repeat;
    background-size: 100%;
}

.back_list:hover {
    color: var(--main-color);
}

.back_list:hover i {
    background-image: url(../images/back_blue_icon.svg);
}

.pro_d_content {
    position: relative;
    padding-top: 90px;
    padding-bottom: 10px;
    overflow: hidden;
}

.pro_d_content::before {
    content: '';
    position: absolute;
    top: 20%;
    left: 0;
    width: 100%;
    height: 45%;
    max-height: 1120px;
    background-image: url(../images/pro_d_mid_bg.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center top;
    z-index: -1;
}

/* .pro_d_content>.my-container>div:first-child {
    padding-top: 0;
} */
.pro_d_title {
    justify-content: center;
}

.pro_d_title h3 {
    position: relative;
    padding-bottom: 15px;
    color: var(--main-color);
    font-weight: 700;
    line-height: 1.2;
}

.pro_d_title h3:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background: #F90C08;
    width: 30px;
    height: 2px;
}

.compare_box {
    padding: 50px 25px 25px;
    background-color: #fff;
    margin-top: 40px;
    border-radius: 8px;

}

.pro_d_page {
    padding-top: 48px;
}

.pro_d_page .des {
    max-width: 900px;
    margin: 0 auto;
    color: #999;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    text-align: center;
}

.pro_d_page .line {
    margin-top: 50px;
    padding-top: 30px;
    border-top: 1px solid #C5D8E7;
}

.page_pro {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.page_pro a {
    display: flex;
    max-width: 450px;
    width: 40%;
    padding: 16px 10px;
    justify-content: center;
    align-items: center;
    border-radius: 70px;
    background: var(--white-color);
    color: #666;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    transition: all .3s;
}

.page_pro a:first-child svg {
    margin-right: 10px;
}

.page_pro a:nth-child(2) svg {
    margin-left: 10px;
}

.page_pro a:hover {
    background-color: var(--main-color);
    color: var(--white-color);
}

.page_pro a:hover svg path {
    stroke: var(--white-color);
}


/* 轮播 */
.equ_loop_cont {
    padding-top: 40px;

}

.equ_two_pic {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.equ_two_pic .thumb {
    width: calc(50% - 10px);
}

.equ_loop_cont .thumb,
.feature_cont .thumb {
    border-radius: 8px;
    overflow: hidden;
}

.equ_loop_cont .thumb i,
.feature_cont .thumb i {
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transition: -webkit-transform .4s;
    transition: -webkit-transform .4s;
    -o-transition: transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s;
    -webkit-transition: transform .4s;
}

.equ_loop_cont .thumb img {

    border-radius: 8px;
}

@media screen and (max-width: 768px) {
    .equ_loop_cont .thumb img {
        width: 100%;

    }
}

.equ_loop_cont .swiper-container,
.feature_cont .swiper-container {
    overflow: visible;
}

.feature_cont .title {
    margin-top: 16px;
    overflow: hidden;
    color: #1D1D1F;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    height: 60px;
}

.equ_loop_cont .thumb:hover i,
.feature_cont .thumb:hover i {
    -webkit-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03);
}

.pro_d_content .table {
    padding-top: 30px;
    overflow-x: auto;
}
.pro_d_content .table p {
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 1.5;
}
.pro_d_content .table table {
    text-align: center;
    border-collapse: collapse;
    width: 100%;
}

.pro_d_content .table table thead {

    background-color: #E2ECF9;
}

.pro_d_content .table table thead tr th,
.pro_d_content .table table tr td {
    padding:8px;
    border: 1px solid #F0F0F0;
}

.pro_d_content .table table thead tr th {
    color: var(--dark-color);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    white-space: nowrap;
}

.pro_d_content .table table tbody {
    background-color: var(--white-color);
}

.pro_d_content .table table tr td {
    color: #666;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    /* white-space: nowrap; */
}

/* 优势 */
.adv_box,
.feature_box {
    padding-top: 50px;
}

.adv_p_list {
    padding-top: 30px;
}

.adv_p_list ul {
    margin-left: -10px;
    margin-right: -10px;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

.adv_p_list ul li {
    width: 50%;
    padding: 10px;
}

.adv_p_list .white_bg {
    display: flex;
    padding: 15px 30px;
    align-items: center;
    height: 100%;
    border-radius: 8px;
    background-color: var(--white-color);
    transition: transform .3s;

}

.adv_p_list .adv_icon {
    padding: 14px;
    width: 66px;
    height: 66px;
    background-color: #E2ECF9;
    border-radius: 50%;
}

.adv_p_list .text {
    flex: 1;
    padding-left: 25px;
    color: #666;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

.feature_cont {
    padding-top: 40px;
    position: relative;
}

.festure_text p {
    padding-bottom: 20px;
    color: #666;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

.festure_text p:last-child {
    padding-bottom: 0;
}

.feature_cont .equ_two_pic {
    padding-top: 40px;
}

.adv_p_list .white_bg:hover {
    transform: translateY(-8px);
}


/* 轮播翻页 */
.job_button {
    margin-top: 30px;
}

.job_button .num {
    padding-right: 16px;
    color: #666;
    font-family: 'Roboto';
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
}

.job_button .num .active {
    color: var(--main-color);
}

.job_button .num em {
    margin-right: 2px;
    font-style: normal;
}

.job_button .job-pagination {
    flex: 1;
    margin-right: 38px;
    position: relative;
    height: 2px;
    background-color: #DBE5ED;
}

.job_button .job-pagination.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background-color: var(--main-color);
}

.job_button .job_b_bg>div {
    position: relative;
    padding: 12px;
    border-radius: 50px;
    background-color: #F5F7FA;
    transition: background-color 0.3s;
    cursor: pointer;
}

.job_button .job_b_bg>div::before {
    content: "";
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
}

.job_button .job_b_bg>div.swiper-button-disabled {
    opacity: 0.5;
    pointer-events: none;
    cursor: not-allowed;
}

.job_button .job_b_bg>div:nth-child(2) {
    margin-left: 16px;
}

.job-button-prev::before {
    background-image: url(../images/main_left.svg);
}

.job-button-next::before {
    background-image: url(../images/main_right.svg);
}

.job_button .job_b_bg>div:hover {
    background-color: var(--light-color);
}

.job-button-prev:hover:before {
    background-image: url(../images/white_left.svg);
}

.job-button-next:hover:before {
    background-image: url(../images/white_right.svg);
}


@media (min-width:768px) {
    .pro_top_old.active {
        overflow: visible;
        padding: 130px 0;
        height: auto;
        z-index: 9;
    }

    .pro_top_old.active .thumb img {
        transform: translateY(0);
        transition: all 1.6s cubic-bezier(0.075, 0.82, 0.165, 1);
        transition-delay: .1s;
    }

    .pro_top_old .thumb img {
        transform: translateY(100px);

    }

    .pro_top_new {
        height: 0;
        overflow: hidden;
        opacity: 0;
        transition: opacity .3s;
        transition-delay: .2s;
    }

    .pro_top_new.active .p_new_left {
        transform: translateX(0);
        transition-delay: .3s;
    }

    .pro_top_new.active .p_new_right {
        transform: translateX(0);
        transition-delay: .2s;

    }

    .pro_top_new.active {
        opacity: 1;
        height: auto;
        padding-top: 60px;
        padding-bottom: 60px;
        overflow: visible;
    }

    .pro_top_new.active .p_new_left {
        opacity: 1;
    }
}

@media (max-width:1440px) {
    .pro_top_old .thumb img {
        max-width: 50%;
    }

    .pro_top_old .thumb .title {
        font-size: 12vw;
    }
}

@media (max-width:1365px) {
    .p_new_left {
        margin-right: 60px;
        padding: 50px 60px 60px 60px;
    }

}

@media (max-width:1279px) {
    .p_new_left {
        margin-right: 60px;
        padding: 50px 40px 40px 40px;
    }

}

@media (max-width:991px) {
    .adv_p_list ul li {
        width: 100%;
    }
}

@media (max-width:767px) {
    .pro_top_change {
        padding-top: 10px;
        padding-bottom: 30px;
    }

    .pro_top_old {
        display: none !important;
    }

    .pro_top_new>div:first-child {
        padding-top: 50px;
        flex-wrap: wrap;
    }

    .p_new_left {
        padding: 30px 20px 30px 20px;
        flex: inherit;
        opacity: 1;
        width: 100%;
        margin-right: 0;
        transform: inherit;
    }

    .p_new_right {
        width: 100%;
        max-width: 100%;
        transform: translateX(0);
        transition: transform .6s;
    }

    .p_new_right {
        margin-bottom: 20px;
    }

    /* .p_new_left .p_n_table ul li{
        flex-wrap: wrap;
    }
    .p_new_left .p_n_table .p_n_t {
    width: 100%;
    } */
    .p_new_left .p_n_table .p_n_v {
        flex: inherit;
        width: 100%;
        padding-top: 15px;
    }

    .pro_d_content {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .job_button .num {
        font-size: 16px;
    }

    .adv_p_list .white_bg {
        flex-flow: column;
        padding: 30px 20px;
    }

    .adv_p_list .adv_icon {
        width: 56px;
        height: 56px;
    }

    .adv_p_list .text {
        flex: inherit;
        padding-left: 0;
        padding-top: 20px;
    }

    .equ_two_pic {
        flex-wrap: wrap;
    }

    .equ_two_pic .thumb {
        width: 100%;
        margin-bottom: 15px;
    }

    .page_pro a {
        padding: 12px 10px;
        width: calc(50% - 5px);
        font-size: 16px;
    }

    .page_pro a:first-child svg {
        margin-right: 5px;
    }

    .page_pro a:nth-child(2) svg {
        margin-left: 5px;
    }
}

/* new list */
.new_swiper {
    margin-top: 20px;
    margin-bottom: 50px;
}

.new_swiper .new_big a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: var(--white-color);
    border-radius: 8px;
}

.new_swiper .swiper-slide {
    border-radius: 8px;
    overflow: hidden;
}

.new_swiper .new_big .thumb {
    position: absolute;
    overflow: hidden;
    width: 48.8%;
    height: 100%;
}

.new_swiper .new_big .thumb i {
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: -webkit-transform 1.3s;
    transition: -webkit-transform 1.3s;
    -o-transition: transform 1.3s;
    transition: transform 1.3s;
    transition: transform 1.3s, -webkit-transform 1.3s;
    -webkit-transition: transform 1.3s;
}

.new_swiper .new_big_r {
    position: relative;
    float: right;
    width: 51.2%;
    padding: 56px;
    padding-top: 106px;
    padding-bottom: 155px;
}

.new_swiper .thumb .time {
    position: absolute;
    left: 32px;
    top: 32px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px;
    border-radius: 4px;
    background: rgba(0, 163, 255, 0.70);
    backdrop-filter: blur(2px);
    color: var(--white-color);
    font-family: 'Roboto';
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
}

.new_swiper .thumb .time span {
    opacity: 0.5;
    font-weight: 400;
}

.new_swiper .new_big_r .title {
    color: #555;
    font-style: normal;
    font-weight: 700;
    line-height: 42px;
    height: 84px;
}

.new_swiper .new_big_r .des {
    margin-top: 32px;
    color: #666;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    height: 52px;
}

.new_swiper .new_big .more {
    padding-top: 55px;
    display: flex;
}

.new_swiper .new_big .more span {
    display: inline-block;
    margin-right: 10px;
    color: #999;
    font-size: 16px;
    font-weight: 400;
    transition: padding .4s;
}

.new_swiper .anan {
    position: absolute;
    right: 56px;
    bottom: 20px;
    display: flex;
    align-items: center;
    z-index: 9;
}

.new_swiper .anan div {
    display: flex;
    padding: 10px;
    align-items: center;
    border-radius: 4px;
    background: var(--light-color);
    cursor: pointer;
}

.new_swiper .anan div:first-child {
    margin-right: 10px;
}

.new_swiper .anan div:hover {
    background-color: var(--main-color);
}

.new_swiper .new_big a:hover .more span {
    color: var(--main-color);
}

.new_swiper .new_big a:hover .more svg path {
    stroke: var(--main-color);
}

.new_swiper a:hover .new_big_r .title {
    color: var(--main-color);
}

.new_swiper .new_big a:hover .thumb i {
    -webkit-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03);
}

.news_list_p2 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.news_list_p2 .list_ {
    margin-left: -10px;
    margin-right: -10px;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

.news_list_p2 .list_ .i {
    float: left;
    width: 25%;
    padding: 10px;
}

.news_list_p2 .list_ .i_ {
    transition: all .3s;
    position: relative;
    border-radius: 8px;
    background-color: var(--white-color);
    overflow: hidden;
}

.news_list_p2 .list_ .i .img {
    display: block;
    position: relative;
    overflow: hidden;
}

.news_list_p2 .list_ .i .img i {
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: -webkit-transform .4s;
    transition: -webkit-transform .4s;
    -o-transition: transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s;
    -webkit-transition: transform .4s;
}

.news_list_p2 .list_ .i .img img {
    position: relative;
    z-index: 0;
    width: 100%;
}

.news_list_p2 .list_ .i .text {
    position: relative;
    display: block;
    padding: 30px;
    background-color: #fff;
    z-index: 1;
    transition: all .3s;
}

.news_list_p2 .list_ .i .text::before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 45%;
    height: 90%;
    background-image: url(../images/new_list_icon.svg);
    background-size: contain;
    background-position: top right;
    background-repeat: no-repeat;
    opacity: 0;
    z-index: -1;
    transition: all .3s;
}

.news_list_p2 .list_ .i .text .t1 {
    padding-left: 28px;
    font-size: 18px;
    font-weight: 400;
    color: #CCC;
    line-height: 32px;
    background-image: url(../images/grey_time.svg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 20px 20px;
}

.news_list_p2 .list_ .i .text .t2 {
    display: block;
    font-size: 18px;
    font-weight: 700;
    color: #555;
    line-height: 30px;
    height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.news_list_p2 .list_ .i .text .des {
    margin-top: 15px;
    overflow: hidden;
    color: #666;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}

.news_list_p2 .list_ .i .text .t3 {
    border-top: 1px solid #EEE;
    padding-top: 20px;
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.news_list_p2 .list_ .i .text .t3 .m {
    float: left;
    font-size: 16px;
    font-weight: 400;
    color: #999;
}

.news_list_p2 .list_ .i .text .t3 .b {
    float: right;
    width: 32px;
    height: 32px;
    position: relative;
    background-color: var(--light-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.news_list_p2 .list_ .i_:hover .img i {
    -webkit-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03);
}

.new_list .list_ .i_:hover .text {
    background: linear-gradient(270deg, var(--light-color) 0%, #0668CA 100%);
}

.new_list .list_ .i_:hover .text .t1 {
    color: #CCC;
}

.new_list .list_ .i_:hover .text .des {
    color: rgba(255, 255, 255, 0.5);
}

.new_list .list_ .i_:hover .text .t2 {
    color: var(--white-color);
}

.new_list .list_ .i_:hover .text .t3 {
    border-top-color: rgba(255, 255, 255, 0.30);
}

.new_list .list_ .i_:hover .text .t3 .m {
    color: var(--white-color);
}

.new_list .list_ .i .i_:hover .text::before {
    opacity: 1;
}

@media (max-width:1440px) {
    .new_swiper .new_big_r {
        padding-top: 80px;
        padding-bottom: 135px;
    }
}

@media (max-width:1279px) {
    .new_swiper .new_big_r {
        padding: 40px;
        padding-top: 60px;
        padding-bottom: 100px;
    }

    .new_swiper .new_big_r .des {
        margin-top: 25px;
    }

    .new_swiper .anan {
        right: 40px;
    }

    .news_list_p2 .list_ .i .text {
        padding: 30px 20px;
    }

    .news_list_p2 .list_ .i .text .t1 {
        font-size: 16px;
    }

    .news_list_p2 .list_ .i {
        width: 33.33%;
    }
}

@media (max-width:991px) {
    .news_list_p2 .list_ .i {
        width: 33.33%;
    }

    .news_list_p2 .list_ .i .text {
        padding: 20px;
    }

    .news_list_p2 .list_ .i .text .t1 {
        padding-left: 20px;
        background-size: 16px 16px;
    }

}

@media (max-width:640px) {
    .news_list_p2 {
        padding-top: 30px;
    }

    .news_list_p2 .list_ .i {
        width: 50%;
    }
}

@media (max-width:540px) {
    .new_swiper .new_big .thumb {
        width: 100%;
        position: relative;
    }

    .new_swiper .new_big .thumb i {
        position: relative;
    }

    .new_swiper .new_big_r {
        width: 100%;
        padding: 30px 20px;
    }

    .news_list_p2 .list_ .i {
        width: 100%;
    }

    .new_swiper .new_big_r .title {
        line-height: 26px;
        height: 56px;
    }

    .new_swiper .thumb .time {
        left: 20px;
        top: 20px;
        font-size: 14px;
        line-height: 1.4;
    }

    .new_swiper .anan {
        right: 20px;
    }

    .new_swiper .new_big_r .des {
        margin-top: 15px;
    }

}

/* article */
.article_cont {
    padding-top: 60px;
    padding-bottom: 60px;
}

.article_cont .article_l {
    flex: 1;
    border-radius: 8px;
    background-color: var(--white-color);
    margin-right: 30px;
    padding: 40px;
    overflow: hidden;
}

.article_l .title {
    color: var(--dark-color);
    font-style: normal;
    font-weight: 700;
    line-height: 1.5;
}

.article_l .article_line {
    padding-top: 16px;
    padding-bottom: 24px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
}

.article_l .article_line span {
    display: flex;
    align-items: center;
    position: relative;
    padding-right: 19px;
    margin-right: 19px;
}

.article_l .article_line span img {
    margin-right: 8px;
}

.article_l .article_line span::before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 10px;
    background-color: rgba(0, 0, 0, 0.10);
}

.article_l .article_line span:last-child {
    padding-right: 0;
    margin-right: 0;
}

.article_l .article_line span:last-child:before {
    display: none;
}

.article_cont .article_r {
    position: sticky;
    top: 100px;
    width: 360px;
    height: max-content;
}

.article_l .articlen {
    padding-top: 50px;
}

.article_l .articlen p {
    padding-bottom: 24px;
    color: #666;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}

.article_l .articlen p img {
    display: block;
    max-width: 100%;
    width: auto !important;
    height: auto !important;
    margin: 0 auto;
    border-radius: 8px;
}

.article_l .ar_label {
    padding-top: 24px;
    border-top: 1px solid #E0E0E0;
}

.label_title {
    color: #182B62;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

.article_l .ar_label .label_t {
    color: var(--main-color);
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}

.article_l .ar_label .label_list {
    padding-top: 10px;
}

.article_l .ar_label .label_list ul {
    margin-left: -5px;
    margin-right: -5px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.article_l .ar_label .label_list ul li {
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
    float: left;
}

.article_l .label_list a {
    display: inline-block;
    padding: 4px 12px;
    border-radius: 16px;
    background-color: #ECF3F9;
    color: #768DA0;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}

.article_l .label_list a:hover {
    background-color: var(--main-color);
    color: #fff;
}

.article_r .up_ {
    padding: 24px;
    width: 100%;
    border-radius: 8px;
    background: var(--white-color);
}

.article_r .up_>a {
    display: inline-block;
    width: 100%;
}

.article_r .up_>a {
    padding-bottom: 24px;
    margin-bottom: 24px;
    border-bottom: 1px solid #DAE8F3;
}

.article_r .up_>a.next {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.article_r .up_>a .n {
    padding-bottom: 16px;
    color: #657188;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    opacity: 0.5;
}

.article_r .up_>a .t {
    color: #666;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    max-height: 56px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.article_r .up_>a .up_time {
    display: inline-block;
    margin-top: 8px;
    color: var(--main-color);
    font-family: 'Roboto';
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}

.article_r .up_>a:hover .t {
    color: var(--main-color);
}

.article_r .up_back {
    padding-top: 24px;
}

.article_r .up_back a {
    padding: 16px 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
    background-color: var(--main-color);
    color: var(--white-color);
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}

.article_r .up_back a span {
    background-image: url(../images/back_icon_white.svg);
    background-repeat: no-repeat;
    background-position: left;
    background-size: 18px 18px;
    padding-left: 30px;
}

@media (max-width:991px) {
    .article_cont .article_l {
        margin-right: 30px;
        padding: 30px;
    }

    .article_cont .article_r {
        top: 80px;
        width: 260px;
    }

    .article_l .articlen {
        padding-top: 30px;
    }


}

@media (max-width:767px) {
    .article_cont {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .article_cont {
        flex-wrap: wrap;
        padding-top: 40px;
    }

    .article_cont .article_l {
        margin-right: 0;
        padding: 30px 20px;
        width: 100%;
        flex: inherit;
    }

    .article_cont .article_r {
        position: relative;
        top: inherit;
        width: 100%;
        margin-top: 30px;
    }
}

/* 行业方案 */
.indus_list .list_ .i_:hover .text .t2 {
    color: var(--main-color);
}

/* 合作客户 */
.partner_client_list {
    padding: 38px 0;
}

.partner_client_list ul {
    margin-left: -12px;
    margin-right: -12px;
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
}

.partner_client_list ul li {
    width: 16.66%;
    padding: 12px;
}

.about_two_left.c_black {
    color: var(--dark-color);
}

.partner_more {
    padding-top: 45px;
    padding-bottom: 85px;
}

.partner_more ul {
    margin-left: -5px;
    margin-right: -5px;
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
}

.partner_more ul li {
    width: 33.33%;
    padding: 4px 5px;
}

.partner_more .white_bg {
    padding: 8px 30px;
    display: flex;
    align-items: center;
    height: 100%;
    min-height: 76px;
    border-radius: 8px;
    border: 1px solid #D7E0E9;
    background-color: var(--white-color);
    transition: transform .3s;
}

.partner_more span {
    display: block;
    margin-right: 20px;
    width: 10px;
    height: 10px;
    background-color: var(--light-color);
    border-radius: 50%;
}

.partner_more p {
    flex: 1;
    color: #666;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.partner_more .white_bg:hover {
    transform: translateY(-5px);
}

@media (max-width:1279px) {
    .partner_client_list ul li {
        width: 20%;
    }

    .partner_more ul li {
        width: 50%;
    }
}

@media (max-width:991px) {
    .partner_client_list ul li {
        width: 25%;
    }

    .partner_more ul li {
        width: 100%;
    }
}

@media (max-width:767px) {
    .partner_more {
        padding-top: 30px;
        padding-bottom: 50px;
    }

    .partner_client_list {
        padding-top: 30px;
    }

    .partner_client_list ul {
        margin-left: -6px;
        margin-right: -6px;

    }

    .partner_client_list ul li {
        width: 50%;
        padding: 6px;
    }

    .partner_more .white_bg {
        padding: 8px 20px;
    }

    .partner_more span {
        margin-right: 10px;
        width: 6px;
        height: 6px;
    }

    .partner_more p {
        font-size: 16px;
    }

}

/*客户名录 */
.client_box {
    padding-top: 50px;
}

.client_text {
    padding-top: 10px;
    color: #666;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.client_list {
    padding: 45px 0;
}

.client_list ul {
    margin-left: -5px;
    margin-right: -5px;
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
}

.client_list ul li {
    width: 50%;
    padding: 5px;
}

.client_list .white_bg {
    position: relative;
    display: flex;
    padding: 17px 30px;
    flex-direction: column;
    align-items: flex-start;
    height: 100%;
    border-radius: 8px;
    background: #FFF;
}

.client_list .white_bg::before {
    content: "";
    width: 2px;
    height: 20px;
    position: absolute;
    top: 19px;
    left: 0;
    background-color: var(--main-color);
    transition: all .4s;
}

.client_list .white_bg .title {
    color: var(--dark-color);
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.client_list .white_bg p {
    margin-top: 5px;
    color: #666;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.client_list .white_bg:hover .title {
    color: var(--main-color);
}

.client_list .white_bg:hover::before {
    top: 16px;
    height: calc(100% - 32px);
}

@media (max-width:991px) {
    .client_list ul li {
        width: 100%;
    }
}

@media (max-width:767px) {
    .client_box {
        padding-top: 40px;
    }

    .client_box .client_text {
        /* padding-bottom: 25px; */
        overflow: hidden;
    }

    .client_box .client_text>div {
        padding-top: 20px;
        width: 100%;
        text-align: right;
    }

    .client_list {
        padding: 30px 0;
    }

    .client_list .white_bg {
        padding: 17px 20px;
    }

    .client_text {
        padding-top: 6px;
    }

    .client_list .white_bg p {
        margin-top: 8px;
    }

}

/* 客户现场 */
.pic_four ul li {
    width: 25%;
}

.pic_four .title {
    margin-top: 24px;
    margin-bottom: 24px;
}

@media (max-width:991px) {
    .pic_four ul li {
        width: 33.33%;
    }
}

@media (max-width:640px) {
    .pic_four ul li {
        width: 100%;
    }
}

/* contact */
.contact_top {
    position: relative;
    padding-bottom: 498px;
    z-index: 1;
}

.contact_top .contact_ban {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.contact_top .contact_ban img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.contact_mid {
    margin-top: -210px;
    position: relative;

    z-index: 9;
}

.contact_border {
    padding: 80px;
    border-radius: 8px;
    background-color: var(--white-color);
}

.contact_text {
    padding-top: 10px;
    padding-bottom: 30px;
    max-width: 850px;
    margin: 0 auto;
    color: #666;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: center;
    border-bottom: 1px solid #EEE;
}

.contact_list {
    padding-top: 45px;
}

.contact_list ul {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    margin-left: -28px;
    margin-right: -28px;
}

.contact_list ul li.w50 {
    width: 50%;
    padding: 15px 28px;
}

.contact_list ul li.w100 {
    width: 100%;
    padding: 15px 28px;
}

.contact_list ul li:last-child {
    padding-bottom: 0;
}

.contact_list .border {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 30px;
    width: 100%;
    height: 100%;
    border-bottom: 1px solid #DDD;
}

.contact_list .contact_left {
    flex: 1;
    margin-right: 30px;
}

.contact_list .w50 .contact_left {
    max-width: 460px;
}

.contact_list .contact_left h3 {
    color: var(--dark-color);
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
}

.contact_list .contact_right {
    max-width: 60px;
}

.contact_list .contact_b {
    padding-top: 10px;
    color: var(--dark-color);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
}

.contact_list .contact_c {
    padding-top: 10px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    color: var(--dark-color);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
}

.contact_list .contact_c p {
    padding-right: 80px;
}

.contact_list .contact_c p:last-child {
    padding-right: 0;
}

.message_box {
    padding-top: 80px;
    padding-bottom: 50px;
}

.message_box .contact_text {
    border-bottom: none;
}

.mess_form {
    padding-top: 40px;
}

.indus_mess .indus_form ._list {
    padding-bottom: 32px;
    margin-left: -12px;
    margin-right: -12px;
}

.indus_form ._list .text {
    color: var(--dark-color);
    font-size: 18px;
    font-weight: 400;
}

.indus_form ._list .w50 {
    float: left;
    width: calc(50% - 24px);
    margin-right: 12px;
    margin-left: 12px;
}

.indus_mess .indus_form ._list .i_ {
    margin-top: 8px;
    border-radius: 6px;
    background-color: #F7F7F7;
    padding: 0 20px;
    height: 56px;
    display: flex;
    align-items: center;
    position: relative;
}

.indus_mess .indus_form ._list .input_box {
    float: left;
    padding: 10px 0;
    height: 56px;
    width: 100%;
    position: relative;
}

.indus_mess .indus_form ._list .textarea_box {
    height: 196px;
}

.indus_mess .indus_form ._list .textarea_box .input_box {
    height: 100%;
}

.indus_mess .indus_form ._list .textarea_box textarea {
    width: 100%;
    height: 100%;
    line-height: 36px;
    border: none;
    background-color: transparent;
    font-family: "Arial";
    font-size: 16px;
    font-weight: 400;
    color: #333;
    resize: none;
}

.indus_mess .other .input {
    width: calc(100% - 95px);
    right: 0;
    left: inherit;
    padding-left: 16px;
}

.indus_mess .indus_form ._list label {
    float: left;
    width: 85px;
    font-size: 16px;
    color: #999999;
    margin-bottom: 0;
}

.indus_mess .star {
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    color: var(--main-color);
}

.indus_mess .input {
    display: block;
    height: 36px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
    font-weight: 400;
    color: #333;
    outline: 0;
    line-height: 36px;
    border: none;
    background: none;
    font-family: "Arial";
}

.indus_mess .indus_form label.error {
    position: absolute;
    left: -14px;
    top: 100%;
    font-size: 14px;
    color: var(--main-color);
    line-height: 24px;
    width: auto;
}

.last_submit .code_w50 {
    max-width: 492px;
}

.indus_mess .indus_form .big_width {
    padding-left: 12px;
    padding-right: 12px;
}

.last_submit {
    padding-bottom: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.indus_mess .indus_form .btn {
    padding-top: 40px;
    display: flex;
    justify-content: center;
}

.indus_mess .indus_form .btn button {
    position: relative;
    display: flex;
    height: 58px;
    padding: 16px 48px;
    min-width: 160px;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    border: 1px solid var(--dark-color);
    background: rgba(255, 255, 255, 0.00);
    backdrop-filter: blur(4px);
    color: #333;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    overflow: hidden;
    cursor: pointer;
    z-index: 1;
}

.indus_mess .indus_form .btn button:nth-child(2) {
    margin-left: 12px;
}

.indus_mess .indus_form .btn button:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background-color: var(--main-color);
    transition: width .4s;
    z-index: -1;
}

.indus_mess .indus_form .btn button:hover {
    color: var(--white-color);
    border-color: var(--main-color);
}

.indus_mess .indus_form .btn button:hover:before {
    width: 100%;
}

.code {
    margin-top: 8px;
    margin-left: 12px;
}

.code_yz {
    display: flex;
}

.code_yz .i_ {
    width: calc(100% - 128px);

}

.code img {
    width: 128px;
    height: 56px;
    border-radius: 8px;
}



@media (max-width:1439px) {
    .contact_list .contact_c p {
        padding-right: 60px;
    }


}

@media (max-width:1366px) {

    .contact_top {
        padding-bottom: 450px;
    }

}

@media (max-width:1280px) {

    .contact_top {
        padding-bottom: 398px;
    }

}

@media (max-width:1280px) {
    .contact_list .contact_right {
        width: 50px;
    }

    .contact_list .contact_b {
        font-size: 18px;
        line-height: 1.5;
    }

    .contact_list .contact_c {
        font-size: 18px;
    }

    .contact_list .contact_c p {
        padding-right: 40px;
    }
}

@media (max-width:1279px) {
    .contact_list ul {
        margin-left: -15px;
        margin-right: -15px;
    }

    .contact_list ul li.w50,
    .contact_list ul li.w100 {
        padding: 15px 15px;
    }

    .contact_border {
        padding: 60px;
    }

}

@media (max-width:991px) {
    .contact_list ul li.w50 {
        width: 100%;
    }

    .contact_border {
        padding: 30px;
    }
}

@media (max-width:767px) {
    .contact_border {
        padding: 30px 20px;
    }

    .contact_top {
        padding-bottom: 220px;
    }

    .contact_mid {
        margin-top: -100px;
    }

    .contact_text {
        font-size: 16px;
        line-height: 1.5;
    }

    .contact_list {
        padding-top: 20px;
    }

    .contact_list .border {
        flex-flow: column;
        align-items: flex-start;
    }

    .contact_list .w50 .contact_left {
        flex: inherit;
        max-width: 100%;
        margin-right: 0;
        order: 2;
    }

    .contact_list .contact_right {
        width: 30px;
        margin-bottom: 10px;
    }

    .contact_list .w100 .contact_left {
        order: 2;
    }

    .contact_list .contact_c p {
        padding-right: 0;
        width: 100%;
    }

    .mess_form {
        padding-top: 20px;
    }

    .indus_mess .indus_form ._list {
        padding-bottom: 0;
    }

    .indus_form ._list .w50 {
        width: calc(100% - 24px);
        margin-bottom: 32px;
    }

    .code_yz {
        flex-wrap: wrap;
    }

    .indus_mess .indus_form ._list .i_ {
        width: 100%;
    }

    .code {
        margin-top: 32px;
        margin-left: 0;
    }

    .indus_mess .indus_form .btn {
        justify-content: space-between;
    }

    .indus_mess .indus_form .btn button {
        padding: 16px 10px;
        min-width: inherit;
        width: calc(50% - 4px);
    }

    .indus_mess .indus_form .btn button:nth-child(2) {
        margin-left: 0;
    }

    .indus_mess .indus_form .btn {
        padding-top: 30px;
    }

    .indus_mess .input {
        font-family: 'Arial', 'Open Sans', 'PingFang SC'
    }

}

/* develop */
.deve_box {
    position: relative;
    z-index: 1;
}

.deve_box .deve_background {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.deve_box .deve_background::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.3;
    background: linear-gradient(0deg, #264C75 0%, #264C75 100%);
}

.deve_box .deve_background img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.deve_box .deve_content {
    padding-bottom: 80px;
    margin-bottom: -90px;
    min-height: 80vh;
}

@media (max-width:767px) {}

@media (max-width:767px) {}