@charset "utf-8";

.header {
    position: fixed;
    left: 0;
    right: 0;
    transition: .5s transform ease;
}

.header .header_right .open_menu.is-active {
    position: absolute;
    right: 0;
    background-color: var(--main-color);
}

.header.show {
    display: block;
    transform: translate(0, 0);
    background-color: var(--white-color);

}
@media (min-width:768px) {

.header.hide {
    transform: translate(0, -160px);
}

}
.back_top {
    display: none;
}

/* location */
.about_top {
    min-height: 30vh;
}
.height160 {
    width: 100%;
    height: 160px;
}

.page_menu_right {
    padding-top: 26px;
    display: flex;
    align-items: center;
}

.page_menu_right a {
    margin-right: 10px;
    line-height: 20px;
    opacity: 0.2;
}

.page_menu_right a:first-child {
    width: 20px;
    height: 20px;
    background-image: url(../images/home_icon.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px 20px;
    font-size: 0;
}

.page_menu_right a:nth-child(n + 2) {
    padding-right: 18px;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    background-image: url(../images/page_jt.svg);
    background-repeat: no-repeat;
    background-position: right;
    background-size: 8px 13px;
}

.page_menu_right a:nth-child(n + 2):hover {
    color: var(--main-color);
    opacity: 1;
}

.page_menu_right a:last-child {
    margin-right: 0;
    padding-right: 0;
    background-image: none;
}

@media (max-width:1200px) {
    .height160 {
        height: 70px;
    }

}

@media (max-width:767px) {

    .page_menu_right a {
        margin-right: 8px;
    }

    .page_menu_right a:nth-child(n+2) {
        padding-right: 14px;
    }

}

/* about */
.about_top_box {
    padding-top: 48px;
    padding-bottom: 55px;
    overflow: hidden;
}

.about_title {
    color: var(--dark-color);
    font-weight: 400;
    line-height: 1.5;
}

.about_top_box .left .eng {
    padding-top: 16px;
    color: #D2D2D2;
    font-family: 'Poppins';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}

.about_top_box .right {
    flex: 1;
    max-width: 650px;
    margin-left: 50px;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
}

.about_top_box .right p {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    padding-bottom: 26px;
}

.about_top_box .right p:last-child {
    padding-bottom: 0;
}

.abouut_top_data {
    padding-top: 64px;
}

.about_small_t {
    padding-bottom: 10px;
    color: #B9B9B9;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}

.data_right {
    flex: 1;
    max-width: 640px;
    margin-left: 100px;
}

.data_right ul {
    margin-left: -20px;
    margin-right: -20px;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

.data_right ul li {
    width: 50%;
    padding: 20px;
}

.data_right ul li:first-child,
.data_right ul li:nth-child(2) {
    padding-top: 0;
}

.data_right .bg {
    position: relative;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.20);
}

.data_right .bg i {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    margin-top: -8px;
    max-width: 44px;
}

.data_right .about_number span {
    color: var(--dark-color);
    font-family: 'Poppins';
    font-size: 46px;
    font-weight: 500;
    line-height: 1.5;
}

.data_right .about_number em {
    color: #666;
    font-family: "Microsoft YaHei";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

.data_right p {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;

}

.about_work {
    padding-top: 16px;
    padding-bottom: 100px;
}

.about_work_box {
    margin-top: 16px;
    position: relative;
}

.about_work_box .work_text {
    position: absolute;
    left: 0;
    top: 0;
    max-width: 830px;
    z-index: 8;
}

.about_work_box .work_text p {
    padding-bottom: 20px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

.about_work_cont {
    position: relative;
}

.about_work_cont .pub-t1 {
    overflow: hidden;
    height: 0;
    opacity: 0;
    /* transition: all .4s; */
    z-index: 1;
}
.about_work_cont .pub-t11 {
    overflow: hidden;
    height: 0;
    opacity: 0;
    /* transition: all .4s; */
    z-index: 1;
}

.about_work_cont .pub-t1.d-show {
    z-index: 2;
    height: auto;
    overflow: visible;
    opacity: 1;
}
.about_work_cont .pub-t11.d-show {
    z-index: 2;
    height: auto;
    overflow: visible;
    opacity: 1;
}

.about_work .about_work_tab {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.about_work .about_work_tab ul {
    display: flex;
    margin-left: -8px;
    margin-right: -8px;
}

.about_work .about_work_tab ul li {
    padding: 0 8px;
}

.about_work .about_work_tab ul li span {
    display: flex;
    justify-content: center;
    padding: 16px 50px;
    background: var(--white-color);
    box-shadow: 0px 0px 20px 0px #EEF0F2;
    color: var(--dark-color);
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    cursor: pointer;
}

.about_work .about_work_tab ul li.active span {
    background: var(--main-color);
    color: var(--white-color);
}

@media (max-width:1440px) {

    .data_right .about_number span {
        font-size: 44px;
    }

}

@media (max-width:1366px) {

    .data_right .about_number span {
        font-size: 40px;
    }

}

@media (max-width:991px) {
    .abouut_top_data {
        flex-wrap: wrap;
    }

    .data_right {
        padding-top: 30px;
        flex: inherit;
        width: 100%;
        margin-left: 0;
    }

}

@media (max-width:767px) {
    .about_top_box {
        padding-top: 35px;
        padding-bottom: 45px;
        flex-wrap: wrap;
    }

    .about_top_box .right {
        flex: inherit;
        max-width: 650px;
        margin-left: 0;
        padding-top: 30px;
    }

    .about_title {
        line-height: 1.3;
    }

    .about_top_box .left .eng {
        font-size: 14px;
        line-height: 1.3;
    }

    .abouut_top_data {
        padding-top: 50px;
    }

    .data_right ul {
        margin-left: -4px;
        margin-right: -4px;
    }

    .data_right ul li {
        width: 50%;
        padding: 4px;
    }

    .data_right .about_number span {
        line-height: 1.3;
    }

    .data_right p {
        font-size: 14px;
    }

    .data_right .bg i {
        display: none;
    }

    .about_work {
        padding-top: 40px;
        padding-bottom: 50px;
    }

    .about_work_box .work_text {
        position: relative;
    }

    .about_work .about_work_tab {
        bottom: inherit;
        position: relative;
    }

    .about_work .about_work_tab ul {
        justify-content: center;
    }

    .about_work .about_work_tab ul li span {
        padding: 12px 10px;
        font-size: 18px;
        min-width: 100px;
    }


}

@media (max-width:414px) {

    .about_title {
        font-size: 22px;
    }

}

/* honor */
.honor_list {
    padding-bottom: 36px;
}

.honor_list .no1 {
    padding-bottom: 44px;
}

.honor_list .honor_title {
    cursor: pointer;
}

.honor_title .left {
    display: flex;
    align-items: center;
    color: var(--dark-color);
    font-weight: 700;
}

.honor_title .left img {
    width: 40px;
    margin-right: 8px;
}

.honor_title .right i {
    display: flex;
    width: 40px;
    height: 40px;
    padding: 10px;
    align-items: center;
    border-radius: 20px;
    border: 1px solid #D9D9D9;
}

.honor_list .no1.active .right i {
    transform: rotate(180deg);
}

.honor_list .about_last ul li {
    width: 25%;
}

.honor_list .about_last .bg {
    padding: 28px 24px;
}

.honor_list .about_last .bg .t {
    font-size: 22px;
    line-height: 32px;
}

.honor_list .honor_loop {
    padding: 0;
    margin-top: 12px;
    transition: max-height 0.5s ease 0.5s;
}

@media (max-width:1279px) {
    .honor_list .about_last .bg {
        padding: 28px 20px;
    }

    .honor_list .about_last .bg .t {
        font-size: 20px;
    }

}

@media (max-width:1200px) {
    .honor_list .about_last .bg .t {
        font-size: 18px;
    }

}

@media (max-width:991px) {
    .honor_list .about_last ul li {
        width: 33.33%;
    }

}

@media (max-width:767px) {
    .honor_title .left img {
        width: 30px;
        margin-right: 8px;
    }

    .honor_title .right i {
        width: 34px;
        height: 34px;
        padding: 5px;
    }

    .honor_list .no1 {
        padding-bottom: 20px;
    }

    .honor_list .about_last ul li {
        width: 50%;
    }

    .honor_list .about_last .bg .t {
        font-size: 16px;
        line-height: 1.3;
    }

    .about_last .bg span img {
        width: 40px;
        height: 40px;
    }

}

/* development */
.pb0 {
    padding-bottom: 0;
}

.pt20 {
    padding-top: 20px;
}

.deve_loop {
    padding-bottom: 124px;
    overflow: hidden;
}

.deve_width {
    /* margin-left: 8%;
    overflow: hidden; */
}

.deve_loop .img_box {
    position: relative;
    /* margin-top: -80px; */
    margin-top: -50px;
    height: 185px;
    margin-left: 8.5vw;
    overflow: hidden;
}

.deve_loop .img_box .img_list {
    position: absolute;
    left: 0;
    width: 100%;
    /* width: 120%; */
    /* width: 110%; */
    -webkit-transition: 0.6s ease;
    -o-transition: 0.6s ease;
    transition: 0.6s ease;
}

.deve_loop .img_box .img_list>img {
    height: 185px;
    position: relative;
    left: 0;
    /* width: 100%; */
    width: auto;
    max-width: inherit;
}

.deve_loop .img_box .img_list .bgimg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: url(../images/tu2.png) no-repeat;
    background-position: -800px 50%;
    -webkit-transition: 0.6s ease-in;
    -o-transition: 0.6s ease-in;
    transition: 0.6s ease-in;
    background-size: auto 100%;
    -webkit-mask-image: url(../images/tu3.png);
    -webkit-mask-size: auto 100%;
}

.deve_loop .swiper_box .deve_swiper {
    margin-top: 5px;
    height: 365px;
}

.deve_loop .swiper_box .deve_swiper .swiper-container {
    height: 100%;
}

.deve_loop .swiper_box .deve_swiper .swiper-slide {
    padding-left: 5px;
    padding-bottom: 60px;
    cursor: pointer;
}

.deve_loop .swiper_box .deve_swiper .swiper-slide .item {
    padding-left: 26px;
    position: relative;
    max-width: 244px;
    top: 0;
    transition: .33s;
}

.deve_swiper .swiper-slide .item::before {
    content: '';
    position: absolute;
    left: -4px;
    top: 5px;
    width: 8px;
    height: 8px;
    background-color: #666666;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.deve_swiper .swiper-slide .item::after {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    height: 100%;
    width: 1px;
    background: rgba(0, 0, 0, 0.10);
}

.deve_swiper .item .top {
    font-size: 26px;
    color: var(--dark-color);
    font-family: 'Poppins';
    font-weight: 500;
    line-height: 1.2;
}

.deve_swiper .item .bot {
    padding-top: 10px;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}

.deve_swiper .item .img {
    display: flex;
    margin-top: 16px;
    padding: 0px 24px 0px 25px;
    height: 144px;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    background: #F4F4F4;
}

.deve_swiper .item .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.deve_swiper .active .item .top {
    font-size: 30px;
    color: var(--main-color);
}

.deve_swiper .swiper-slide.active .item::before {
    background-color: var(--main-color);
}

.deve_loop .box .deve_swiper01 {
    width: calc(100% - 116px);
    padding-left: 50px;
    padding-right: 50px;
}

.deve_swiper01 .swiper-slide {
    text-align: center;
}

.deve_swiper01 .swiper-slide p {
    display: inline-block;
    font-family: 'Poppins';
    font-size: 24px;
    font-weight: 500;
    line-height: 1.2;
    text-align: center;
    cursor: pointer;
}

.deve_swiper01 .swiper-slide.active p {
    color: var(--main-color);
}

.deve_loop .box {
    position: relative;
    margin-top: 40px;
}

.deve_loop .box .button {
    display: flex;
    padding: 12px;
    align-items: center;
    border: 1px solid rgba(0, 0, 0, 0.30);
    cursor: pointer;
}

.deve_loop .box .button:hover {
    border-color: var(--main-color);
    background-color: var(--main-color);
}

.deve_loop .box .button:hover svg path {
    stroke: var(--white-color);
}

.deve_loop .box .button.swiper-button-disabled {
    opacity: 0.3;
    cursor: default;
    pointer-events: none;
}

@media (max-width:767px) {
    .deve_loop {
        padding-top: 30px;
        padding-bottom: 50px;
    }

    .deve_loop .swiper_box .deve_swiper .swiper-slide {
        padding-bottom: 40px;
        padding-right: 10px;
    }

    .deve_swiper .item .top {
        font-size: 22px;
    }

    .deve_swiper .active .item .top {
        font-size: 24px;
    }

    .deve_loop .box .deve_swiper01 {
        width: calc(100% - 100px);
        padding-left: 10px;
        padding-right: 10px;
    }

    .deve_loop .swiper_box .deve_swiper .swiper-slide .item {
        max-width: 260px;
    }

    .deve_swiper .item .img {
        max-width: 244px;
    }

    .deve_swiper01 .swiper-slide p {
        font-size: 20px;
    }

    .deve_loop .box .button {
        padding: 8px;
    }

    .deve_loop .box .button svg {
        width: 24px;
        height: 24px;
    }

    .deve_loop .box {
        margin-top: 40px;
    }
}

/* job list */
.job_box {
    padding-top: 50px;
}

.job_z_number {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

.job_loop {
    border-top: 1px solid rgba(0, 0, 0, 0.10);
    background: #F4F4F4;
    display: none;
    overflow: hidden;
    transition: max-height 0.5s ease 0.5s;
}

.job_list {
    padding-top: 22px;
    padding-bottom: 50px;
}

.job_list .no1 {
    padding-bottom: 24px;
}

.job_list .job_title {
    position: relative;
    padding: 32px 40px;
    background: #F4F4F4;
    cursor: pointer;
}

.job_list .job_title::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 24px;
    background-color: var(--main-color);
}

.job_title .people {
    min-width: 200px;
}

.job_title .job_position {
    min-width: 45%;
    color: var(--dark-color);
    font-weight: 700;
}

.job_title .job_addess {
    font-size: 18px;
    font-weight: 400;
}


.job_list .no1 .job_title:hover .job_jt span img:nth-child(2) {
    left: 0;
}

.job_list .job_jt span {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, 0.10);
    transition: all 0.4s;
    overflow: hidden;
}

.job_list .job_jt span img:nth-child(2) {
    display: none;
}

.job_list .no1 .job_title:hover .job_jt span,
.job_list .no1.active .job_jt span {
    background-color: var(--main-color);
    border-color: var(--main-color);
}

.job_list .no1 .job_title:hover .job_jt span img:first-child,
.job_list .no1.active .job_jt span img:first-child {
    display: none;
}

.job_list .no1 .job_title:hover .job_jt span img:nth-child(2),
.job_list .no1.active .job_jt span img:nth-child(2) {
    display: block;
}

.job_loop .accordion-body {
    padding: 48px;
}

.job_loop .accordion-body .accordion-body-title {
    color: var(--dark-color);
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
}

.job_loop .accordion-body .accordion-body-list {
    padding-top: 16px;
    padding-bottom: 40px;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
}

.job_loop .public_button {
    position: relative;
    display: flex;
    padding: 16px 48px;
    justify-content: center;
    align-items: center;
    border: 1px solid var(--dark-color);
    background: rgba(255, 255, 255, 0.00);
    backdrop-filter: blur(4px);
    color: var(--dark-color);
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    z-index: 1;
}

.job_loop .public_button::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 0;
    background-color: var(--main-color);
    transition: all 0.3s ease;
    z-index: -1;
}

.job_loop .public_button:hover:before {
    width: 100%;
}

.job_loop .public_button:hover {
    color: var(--white-color);
    border-color: var(--main-color);
}

@media (max-width:1279px) {
    .job_title .job_position {
        min-width: 30%;
    }

    .job_title .people {
        min-width: 150px;
    }

}

@media (max-width:991px) {
    .job_list .job_title {
        padding-left: 30px;
        padding-right: 30px;
    }

    .job_loop .accordion-body {
        padding: 30px;
    }

    .job_title .job_position {
        font-size: 20px;
    }

    .job_title .job_addess {
        font-size: 16px;
    }

    .job_title .people {
        min-width: 120px;
    }

}

@media (max-width:767px) {
    .job_list {
        padding-bottom: 30px;
    }

    .job_list .job_title {
        flex-wrap: wrap;
        padding-left: 16px;
        padding-top: 30px;
        padding-bottom: 20px;
    }

    .job_title .job_position {
        font-size: 18px;
    }

    .job_title .job_addess {
        padding-top: 8px;
        font-size: 14px;
        flex-wrap: wrap;

    }

    .job_title .people {
        width: 100%;
    }

    .job_title .job_jt {
        position: absolute;
        right: 16px;
        top: 50%;
        transform: translateY(-50%);
    }

    .job_list .job_jt span {
        width: 36px;
        height: 36px;
    }

    .job_loop .accordion-body {
        padding: 30px 20px;
    }

    .job_loop .accordion-body .accordion-body-list {
        font-size: 16px;
        line-height: 1.6;
        padding-bottom: 20px;
    }

    .job_loop .public_button {
        padding: 12px 24px;
        font-size: 16px;

    }
    .job_list .job_title::before {
       top: 30px;
        transform:inherit;
    }
}

/* product list */
.product_list {
    padding-top: 28px;
    padding-bottom: 50px;
}

.product_list ul {
    margin-left: -12px;
    margin-right: -12px;
    display: flex;
    flex-wrap: wrap;
}

.product_list ul li {
    width: 33.33%;
    padding: 12px;
    float: left;
}

.product_list a {
    position: relative;
    display: block;

    background: var(--white-color);
    overflow: hidden;
    z-index: 1;
}

.product_list a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    border: 1px solid rgba(0, 0, 0, 0.10);
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    transition: all 0.3s ease;
    z-index: -1;

}

.product_list a::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    border: 2px solid var(--main-color);
    opacity: 0;
    transition: all 0.3s ease;
    z-index: -1;
}

.product_list a:hover::before {
    opacity: 0;
}

.product_list a:hover::after {
    opacity: 1;
}

.product_list .thumb {
    overflow: hidden;
    padding: 5px;
}

.product_list .thumb i {
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.product_list .text_cont {
    padding: 24px;
}

.product_list .text_cont .t {
    color: var(--dark-color);
    font-size: 24px;
    font-weight: 700;
    line-height: normal;
}

.product_list .text_cont .des {
    margin-top: 11px;
    color: #999;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    min-height: 26px;
    height: 80px;
}

.product_list .text_cont .line {
    margin-top: 32px;
    margin-bottom: 32px;
    width: 100%;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.10);
}

.product_list .pro_more {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.product_list .pro_more span {
    color: #999;
    font-size: 16px;
    font-weight: 400;

}

.product_list .pro_more i {
    margin-left: 8px;
    position: relative;
    width: 20px;
    height: 20px;
    display: block;
    overflow: hidden;
}

.product_list a:hover .text_cont .t {
    color: var(--main-color);
}

.product_list a:hover .pro_more span {
    color: #666;
}

.pro_more i {
    position: relative;
}

.pro_more i img {
    position: absolute;
    left: 0;
    transition: all 0.4s ease;
}

.pro_more i img:nth-child(2) {
    left: -100%;
}

.product_list a:hover .pro_more i img:nth-child(2) {
    left: 0;
}

.product_list a:hover .pro_more i img:nth-child(1) {
    left: 100%;
}

@media (max-width:1280px) {

    .product_list .text_cont .t {
        font-size: 22px;
    }


}

@media (max-width:1279px) {
    .pro_bottom_t .r {
        width: 50%;
    }

}

@media (max-width:991px) {

    .product_list .text_cont .t {
        font-size: 20px;
    }


}

@media (max-width:767px) {
    .product_list ul li {
        width: 50%;
    }

}

@media (max-width:540px) {
    .pro_bottom_t {
        flex-wrap: wrap;
    }

    .pro_bottom_t .r {
        width: 100%;
        margin-top: 20px;
    }

    .product_list ul li {
        width: 100%;
    }

    .product_list .text_cont {
        padding: 24px 20px;
    }

}



/* new  list*/
.new_top_bg {
    margin-top: 50px;
    padding: 56px;

    background-color: #F7F9FA;
    overflow: hidden;
}


.new_swiper .new_pagination {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40%;
    text-align: left;
}

.new_swiper .new_pagination span {
    width: 30px;
    height: 1px;
    background: #666;
    border-radius: 0;
    opacity: 1;
}

.new_swiper .new_pagination span.swiper-pagination-bullet-active {
    background: var(--main-color);
}

.new_swiper .swiper-slide .bg {
    width: 100%;
    display: flex;
    opacity: 0;
}

.new_swiper .swiper-slide.swiper-slide-active .bg {
    opacity: 1;
}

.new_swiper .new_s_left {
    width: calc(54% - 60px);
    position: relative;
    padding-right: 140px;
    margin-right: 60px;
}

.new_swiper .new_s_left::before {
    content: "";
    position: absolute;
    top: 48%;
    right: 0;
    width: 140px;
    height: 90px;
    background-image: url(../images/new_top_icon.svg);
    background-repeat: no-repeat;
    background-size: contain;
}

.new_swiper .new_s_right {
    width: 46%;
    height: 460px;
    order: 2;
    overflow: hidden;
}

.new_swiper .new_s_left a {
    display: block;
    max-width: 600px;
}

.new_swiper .new_s_left .time {
    padding-left: 28px;
    color: var(--main-color);
    font-family: 'Poppins';
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    background-image: url(../images/new_time_blue.svg);
    background-repeat: no-repeat;
    background-position: left;
    background-size: 20px 20px;
}

.new_swiper .new_s_left .t {
    margin-top: 24px;
    color: var(--dark-color);
    font-weight: 400;
    line-height: 1.5;
}

.new_swiper .new_s_left .des {
    margin-top: 24px;
    color: #666;
    text-align: justify;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    height: 52px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.new_swiper .new_s_left .btn {
    position: absolute;
    left: 0;
    bottom: 60px;
}

.new_swiper .new_s_left .btn span {
    position: relative;
    display: flex;
    height: 58px;
    padding: 16px 48px;
    justify-content: center;
    align-items: center;

    border: 1px solid var(--dark-color);
    background: rgba(255, 255, 255, 0.00);
    backdrop-filter: blur(4px);
    color: var(--dark-color);
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}

.new_swiper .new_s_left .btn span::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 0;
    background-color: var(--main-color);
    transition: all 0.3s ease;
    z-index: -1;
}

.new_swiper .new_s_right i {
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;

}

.new_swiper .new_s_left a:hover span {
    border-color: var(--main-color);
    color: var(--white-color);
}

.new_swiper .new_s_left a:hover span::before {
    width: 100%;
}

/* list */
.new_bottom_list {
    padding-top: 36px;
    padding-bottom: 48px;
}

.new_bottom_list ul {
    margin-left: -12px;
    margin-right: -12px;
    display: flex;
    flex-wrap: wrap;
}

.new_bottom_list ul li {
    width: 33.33%;
    padding: 12px;
    float: left;
}

.new_bottom_list .thumb {
    position: relative;
    overflow: hidden;
}

.new_bottom_list .thumb i {
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -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_bottom_list .thumb .mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.30);
    display: flex;
    align-items: center;
    justify-content: center;
    
    opacity: 0;
    transition: opacity 0.4s ease;
}

.new_bottom_list .thumb .mask i {
    width: 70px;
    height: 70px;
    background-image: url(../images/new_jia.svg);
    background-repeat: no-repeat;

}

.new_bottom_list .infor {
    padding: 32px;
    background-color: #F7F9FA;
    transition: background-color 0.3s ease;
}

.new_bottom_list .infor .time {
    padding-left: 28px;
    color: #CCC;
    font-family: 'Poppins';
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    background-image: url(../images/new_time_grey.svg);
    background-repeat: no-repeat;
    background-position: left;
    background-size: 20px 20px;
}

.new_bottom_list .infor .t {
    margin-top: 16px;
    font-size: 22px;
    color: var(--dark-color);
    font-weight: 400;
    height: 68px;
    line-height: 34px;
}

.new_bottom_list a:hover .infor {
    background-color: var(--main-color);
}

.new_bottom_list a:hover .infor .t {
    color: var(--white-color);
}

.new_bottom_list a:hover .infor .time {
    color: var(--white-color);
    background-image: url(../images/new_time_white.svg);
}

.new_bottom_list a:hover .mask {
    opacity: 1;
}

.new_bottom_list a:hover .thumb i {
    -webkit-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03);
}


@media (max-width:1580px) {
    .new_swiper .new_s_left {
        width: calc(100% - 580px);
    }

    .new_swiper .new_s_right {
        width: 520px;
    }

}

@media (max-width:1440px) {
    .new_bottom_list .infor .t {
        font-size: 20px;
        line-height: 30px;
        height: 60px;
    }

    .new_swiper .new_s_left {
        padding-right: 100px;
    }

    .new_swiper .new_s_left::before {
        width: 100px;
        height: 70px;
    }

    .new_swiper .new_s_left .btn {
        bottom: 30px;
    }

}

@media (max-width:1366px) {
    .new_bottom_list .infor .t {
        font-size: 20px;
        line-height: 30px;
        height: 60px;
    }

    .new_swiper .new_s_left {
        width: calc(100% - 560px);
        padding-right: 100px;
        margin-right: 40px;
    }

    .new_swiper .new_s_left::before {
        width: 100px;
        height: 70px;
    }

}

@media (max-width:1280px) {
    .new_top_bg {
        padding: 36px;
    }
    .new_swiper .new_s_left {
        width: calc(100% - 460px);
    }
    .new_swiper .new_s_right {
        width: 460px;
    }
}

@media (max-width:991px) {
    .new_swiper .new_s_left {
        width: calc(55% - 30px);
        padding-right: 60px;
        margin-right: 30px;
    }

    .new_swiper .new_s_right {
        width: 45%;
        height: 340px;
    }

    .new_swiper .new_s_right i {
        height: 100%;
    }
    .new_swiper .new_s_right i img{
        width: 100%;
    }
    .new_swiper .new_s_left .time,
    .new_bottom_list .infor .time {
        font-size: 16px;
    }

    .new_bottom_list .infor {
        padding: 26px 20px;
    }

    .new_bottom_list .infor .t {
        margin-top: 10px;
        font-size: 18px;
    }

}

@media (max-width:767px) {
    .new_top_bg {
        margin-top: 50px;
        padding: 0;
        background-color: transparent;
    }

    .new_top_bg .new_swiper {
        padding-bottom: 30px;
    }

    .new_swiper .swiper-slide .bg {
        display: block;
    }

    .new_swiper .new_s_right {
        width: 100%;
        height: auto;
        order: inherit;
    }

    .new_swiper .new_s_left {
        padding-top: 20px;
        width: 100%;
        padding-right: 0;
        margin-right: 0;
    }

    .new_swiper .new_s_left .time,
    .new_bottom_list .infor .time {
        padding-left: 20px;
        line-height: 26px;
        background-size: 16px 16px;
        background-position: left center;
    }

    .new_swiper .new_s_left .t {
        margin-top: 16px;
        line-height: 1.3;
    }

    .new_swiper .new_s_left .btn {
        padding-top: 26px;
        position: relative;
        bottom: inherit;
        display: flex;
    }

    .new_swiper .new_s_left::before {
        top: 70%;
        width: 80px;
        height: 50px;
    }

    .new_swiper .new_s_left .des {
        margin-top: 16px;
    }

    .new_bottom_list ul li {
        width: 50%;
    }

    .new_bottom_list .infor {
        padding: 20px 20px;
    }

    .new_swiper .new_s_left .btn span {
        padding: 14px 26px;
        min-width: 138px;
    }

    .new_bottom_list .thumb .mask i {
        width: 50px;
        height: 50px;
    }

}

@media (max-width:540px) {
    .new_bottom_list ul li {
        width: 100%;
    }

    .new_bottom_list .infor .t {
        height: auto;

    }
}

/* article */
.article_p_title {
    color: var(--dark-color);
    font-weight: 400;
    line-height: 1.5;
}

.article_position .new_bottom_list {
    padding-top: 38px;
}

/* pro show */
.pro_show_box {
    position: relative;

    width: 100%;
    min-height: 100vh;
    background-color: var(--white-color);
    z-index: 1;
}

.pro_show_box::before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background: #F7F9FA;
    z-index: -1;
}

.pro_show_k {
    width: 100%;
}

.pro_show_box .pro_show_left {
    padding-top: 134px;
    padding-right: 40px;
    padding-bottom: 50px;
    width: 50%;
}

.pro_show_box .pro_show_right {
    position: sticky;
    top: 0;
    width: 50%;
    height: 100vh;
    min-height: 750px;
}

.pro_show_left_box {
    padding-top: 55px;
}

.pro_show_title {
    color: var(--dark-color);
    font-weight: 700;
    line-height: 1.5;
}

.pt32 {
    padding-top: 32px;
}

.pro_show_st {
    color: var(--dark-color);
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
}

.pro_show_adv {
    padding-top: 16px;
}

.pro_show_adv p {
    position: relative;
    padding-left: 12px;
    margin-bottom: 8px;
    color: #666;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
}

.pro_show_adv p::before {
    content: '';
    position: absolute;
    left: 0;
    top: 12px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #C5C5C5;
}

.pro_show_adv p:last-child {
    margin-bottom: 0;
}

.pro_show_left_box .line {
    margin-top: 24px;
    margin-bottom: 24px;
    width: 100%;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.20);
}

.app_product {
    padding-top: 12px;
}

.app_product .brand_list ul {
    margin-left: -4px;
    margin-right: -4px;
    display: flex;
    flex-wrap: wrap;
}

.app_product .brand_list ul li {

    padding: 4px;
}

.app_product .brand_list span {
    display: flex;
    padding: 8px 16px;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    background: #F7F7F7;
    color: #666;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    transition: all .3s;
}

.app_product .brand_list span:hover {
    background: var(--main-color);
    color: var(--white-color);
    border-color: var(--main-color);
}

.app_product .app_product_text {
    padding-top: 12px;
    color: #666;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
}

.daily_main_text {
    padding-top: 16px;
    color: #666;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

.pro_show_left_box .pro_public_more {
    padding-top: 8px;
}

.pro_public_more a {
    display: block;
    margin-left: 16px;
}

.pro_public_more a:first-child {
    margin-left: 0;
}

.pro_public_more span {
    position: relative;
    display: flex;
    padding: 16px 48px;
    justify-content: center;
    align-items: center;

    border: 1px solid var(--dark-color);
    background: rgba(255, 255, 255, 0.00);
    backdrop-filter: blur(4px);
    color: var(--dark-color);
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    z-index: 1;
}

.pro_public_more span::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 0;
    background-color: var(--main-color);
    transition: all 0.3s ease;
    z-index: -1;
}

.pro_public_more a:hover span {
    border-color: var(--main-color);
    color: var(--white-color);
}

.pro_public_more a:hover span::before {
    width: 100%;
}

.pro_show_left .pro_bottom_t {
    padding-top: 12px;
}

.pro_show_left .pro_bottom_t .big_t {
    color: var(--dark-color);
    font-weight: 700;
    line-height: 1.5;
}

.pro_show_left .product_list ul li {
    width: 50%;
}

.pro_show_img {
    position: relative;
    padding-top: 190px;
    width: 100%;
    height: 100%;
}

.pro_show_img .thumb {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 32px;
    margin-top: 80px;
    width: calc(100% + 120px);
    max-width: 860px;
}

.pro_show_img .thumb i {
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.pro_show_img .pro_s_share {
    display: flex;
    justify-content: flex-end;
}

.pro_s_share .share_btn {
    display: inline-flex;
    padding: 8px 16px;
    justify-content: flex-end;
    align-items: center;
    border-radius: 50px;
    border: 1px solid rgba(0, 0, 0, 0.10);
    color: #666;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    cursor: pointer;
}

.pro_s_share .share_btn i {
    margin-right: 8px;
    width: 24px;
    height: 24px;
    background-image: url(../images/pro_share_icon.svg);
    background-repeat: no-repeat;
    background-size: 24px 24px;
}

.pro_s_share .share_btn:hover {
    background-color: var(--main-color);
    border-color: var(--main-color);
    color: var(--white-color);
}

.pro_s_share .share_btn:hover i {
    background-image: url(../images/share_icon_w.svg);
}

@media (max-width:1920px) {
    .pro_show_img .thumb {
        margin-top: 80px;
        width: calc(100% - 30px);

    }

}

@media (max-width:1680px) {
    .pro_show_img .thumb {
        margin-top: 80px;
        width: calc(100% + 30px);

    }

}

@media (max-width:1279px) {
    .pro_show_img .thumb {
        width: 100%;
    }

}

@media (max-width:1200px) {
    .pro_show_box .pro_show_left {
        padding-top: 80px;
    }

    .pro_show_img {
        padding-top: 100px;
    }
}

@media (max-width:991px) {
    .pro_public_more span {
        padding: 12px 28px;
    }

    .pro_show_img .thumb {
        width: calc(100% - 30px);
    }

}

@media (max-width:767px) {
    .pro_show_box::before {
        display: none !important;
    }

    .pro_show_box .pro_show_left {
        padding-top: 60px;
        width: 100%;
        padding-right: 0;
    }

    .pro_show_right {
        display: none !important;
    }

    .pro_show_left_box {
        padding-top: 35px;
    }

    .pro_show_left_box .thumb {
        background: #F7F9FA;
        text-align: center;
        margin-bottom: 20px;
    }

}


/* 分享 */

.share_mask {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    left: 0;
    top: 0;
    z-index: 11111;
    display: none;
}

.share_box {
    position: fixed;
    top: 50%;
    width: 298px;
    padding: 0 20px;
    border-radius: 24px;
    background: #FFF;
    left: 50%;
    z-index: 11111;
    display: none;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
}

.share_box .share_list {
    padding-top: 46px;
    padding-bottom: 30px;
}

.share_box .sub {
    text-align: center;
    color: var(--dark);
    font-family: "Rubik";
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
}

.share_box .share_list ul {
    display: flex;
    justify-content: space-around;
}

.share_box .share_list ul li {
    padding-top: 22px;
    width: 33%;
    cursor: pointer;
}

.share_box .share_list ul li p {
    font-size: 16px;
    font-weight: 400;
    color: var(--dark);
    margin-top: 8px;
    line-height: 24px;
    text-align: center;
}

.cancel_share {
    position: absolute;
    right: 16px;
    top: 16px;
    width: 30px;
    height: 30px;
    font-size: 0;
    background-image: url(../images/share_close.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    cursor: pointer;
    z-index: 9;
}

.share_bg {
    width: 54px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: var(--main-color);
    margin: 0 auto;
    text-align: center;
}

/*客户服务 实验 */
.sy_top_box .about_top_box {
    padding-bottom: 0;
}

.sy_top_box .sy_top_list {
    padding-top: 32px;
    padding-bottom: 42px;
}

.sy_top_list ul {
    margin-left: -12px;
    margin-right: -12px;
    display: flex;
    flex-wrap: wrap;
}

.sy_top_list ul li {
    padding: 16px 12px;
    width: 33.33%;
}

.sy_top_list .thumb {
    position: relative;
    overflow: hidden;
}

.sy_top_list .thumb>i {
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    -webkit-transition: -webkit-transform .8s;
    transition: -webkit-transform .8s;
    -o-transition: transform .8s;
    transition: transform .8s;
    transition: transform .8s, -webkit-transform .8s;
    -webkit-transition: transform .8s;
}

.sy_top_list .mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.30);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.5s;
}

.sy_top_list .mask>i {
    width: 70px;
    height: 70px;
    background-image: url(../images/case_jia.svg);
    background-repeat: no-repeat;
    background-size: cover;
}

.sy_top_list .sy_top_text {
    position: relative;
    padding: 24px 0;
}

.sy_top_list .sy_top_text h3 {
    color: var(--dark-color);
    font-size: 20px;
    font-weight: 700;
    line-height: 32px;
}

.sy_top_list .sy_top_text::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.20);
}

.sy_top_list .sy_top_text::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background-color: var(--main-color);
    transition: width 0.5s;
}

.sy_top_list a:hover h3 {
    color: var(--main-color);
}

.sy_top_list a:hover .sy_top_text::after {
    width: 100%;
}

.sy_top_list a:hover .mask {
    opacity: 1;
}

.sy_top_list a:hover .thumb i {
    -webkit-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03);
}

/* 优势 */
.sy_adv_box {
    padding: 80px 0 68px 0;
    background-color: #F7F9FA;
    overflow: hidden;
}

.sy_adv_list {
    padding-top: 36px;
}

.sy_adv_list ul {
    margin-left: -12px;
    margin-right: -12px;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

.sy_adv_list ul li {
    padding: 12px;
    width: 33.33%;
}

.sy_adv_list .bg {
    position: relative;
    min-height: 270px;
    height: 100%;
    padding: 32px;
    background-color: var(--white-color);
    overflow: hidden;
    z-index: 1;
    transition: background-color 0.4s ease;
}

.sy_adv_list .bg .number {
    position: absolute;
    right: 32px;
    bottom: -45px;
    color: #F8F8F8;
    font-family: 'Poppins';
    font-size: 140px;
    font-weight: 600;
    line-height: 1;
    z-index: -1;
    transition: all 0.3s ease;
}

.sy_adv_list .bg .title {
    color: var(--dark-color);
    font-weight: 700;
    line-height: 1.6;
}

.sy_adv_list .bg .des {
    margin-top: 16px;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}

.sy_adv_list .bg:hover {
    background-color: var(--main-color);
}

.sy_adv_list .bg:hover .number {
    opacity: 0.2;
    color: var(--white-color);
}

.sy_adv_list .bg:hover .title {
    color: var(--white-color);
}

.sy_adv_list .bg:hover .des {
    opacity: 0.8;
    color: var(--white-color);
}

@media (max-width:1279px) {

    .sy_adv_list .bg .number {
        bottom: -35px;
        font-size: 120px;
    }



}

@media (max-width:991px) {
    .sy_top_list .sy_top_text h3 {
        font-size: 18px;
    }

    .sy_adv_box {
        padding: 50px 0 48px 0;
    }

    .sy_adv_list ul li {
        width: 50%;
    }

    .sy_adv_list .bg .number {
        bottom: -45px;
        font-size: 140px;
    }

    .sy_top_list .mask>i {
        width: 40px;
        height: 40px;
    }


}

@media (max-width:767px) {
    .sy_top_list ul {
        margin-left: -8px;
        margin-right: -8px;
    }

    .sy_top_list ul li {
        padding: 10px 8px;
    }

    .sy_top_list ul li {
        width: 50%;
    }

    .sy_top_list .sy_top_text {
        padding: 16px 0;
    }

    .sy_adv_list {
        padding-top: 26px;
    }

    .sy_adv_list ul li {
        width: 100%;
    }

    .sy_adv_list .bg {
        min-height: inherit;
        height: 100%;
        padding: 32px 26px 50px 26px;
    }

    .sy_adv_list .bg .number {
        bottom: -25px;
        right: 26px;
        font-size: 80px;
    }

}


/* three */
.sy_three_box {
    padding-top: 70px;
    padding-bottom: 80px;
    background-color: var(--white-color);
    overflow: hidden;
}

.sy_three_box .sy_three_text {
    padding-top: 30px;
    max-width: 786px;

}

.sy_three_box .sy_three_text p {
    padding-bottom: 25px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

.sy_three_box .sy_three_text p:last-child {
    padding-bottom: 0;
}

.sy_three_cont {
    padding-top: 55px;
}

.sy_three_cont ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.sy_three_cont ul li {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.sy_three_cont .line {
    padding-top: 24px;
}

.sy_three_cont .icon {
    padding: 14px;
    width: 76px;
    height: 76px;
    background-color: #F7F7F7;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.sy_three_cont .s_t {
    padding-top: 16px;
    color: var(--dark-color);
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}

.sy_three_box .sy_three_more {
    padding-top: 48px;
    display: flex;
    justify-content: center;
}

@keyframes spin {
    to {
        transform: rotateY(360deg);
    }
}

@media (min-width:768px) {
    .sy_three_cont ul li:hover .icon img {
        animation: spin 1.5s ease-in-out;
    }


}

@media (max-width:991px) {
    .sy_three_box {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .sy_three_cont .icon {
        padding: 14px;
        width: 66px;
        height: 66px;
    }

}

@media (max-width:767px) {
    .sy_three_cont ul {
        flex-wrap: wrap;
        align-items: stretch;
        justify-content: flex-start;
    }

    .sy_three_cont ul li {
        width: 33.33%;
        padding-bottom: 20px;
    }

    .sy_three_cont .icon {
        padding: 14px;
        width: 56px;
        height: 56px;
    }

    .sy_three_cont .s_t {
        padding-left: 4px;
        padding-right: 4px;
        max-width: 100px;
        font-size: 14px;
        line-height: 22px;
    }

    .sy_three_cont .line {
        width: 20px;
        display: none;
    }

    .sy_three_box .sy_three_more {
        padding-top: 28px;
    }
}

/* 整改解决方案 */
.zt_case_bottom {
    padding-top: 64px;
    padding-bottom: 83px;
    background-color: var(--white-color);
}

.ser_case_box {
    position: relative;
    /* align-items: stretch; */
}

.ser_case_box .ser_case_tab {
    width: calc(50% - 12px);
    padding-right: 12px;
}

.ser_case_box .ser_case_right {
    position: absolute;
    right: 0;
    top: 0;
    width: calc(50% - 12px);
    height: 100%;
    /* flex: 1;
    padding-left: 12px; */
}

.ser_case_right .pub-t1 {
    display: none;
    height: 100%;
}


.ser_case_right .pub-t1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ser_case_right .pub-t1.d-show {
    display: block;
}

.ser_case_tab .list {
    padding: 30px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
    transition: all .3s;
}

.ser_case_tab .list:first-child {
    padding-top: 0;
}

.ser_case_tab .list .t {
    position: relative;
    color: var(--dark-color);
    font-weight: 700;
    line-height: 36px;
    transition: all .3s;
    cursor: pointer;
}

.ser_case_tab .list .t i {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    width: 40px;
    height: 40px;
    padding: 10px;
    align-items: center;
    border-radius: 20px;
    border: 1px solid #D9D9D9;
    background-image: url(../images/ser_down.svg);
    background-repeat: no-repeat;
    background-position: center;
    transition: all 0.4s;
}

.ser_case_tab .list .ser_text {
    height: 0;
    overflow: hidden;
    transition: all 0.5s ease;
}

.ser_case_tab .list .ser_text p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    height: 230px;
}

.ser_case_tab .list.active .t i {
    background-color: var(--main-color);
    background-image: url(../images/ser_up.svg);
    border-color: var(--main-color);
}

.ser_case_tab .list:hover .t,
.ser_case_tab .list.active .t {
    color: var(--main-color);
}

.ser_case_tab .list.active .ser_text {
    height: auto;
    padding-top: 16px;
}



.zt_case_four {
    padding-top: 36px;
    padding-bottom: 68px;
}

.zt_case_four ul {
    margin-left: -12px;
    margin-right: -12px;
    display: flex;
    flex-wrap: wrap;
}

.zt_case_four ul li {
    width: 25%;
    padding: 12px;
}

.zt_case_four .bg {
    padding: 24px;
    height: 100%;
    background: var(--white-color);
    transition: transform .4s;
}

.zt_case_four .bg .t {
    color: var(--dark-color);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
}

.zt_case_four .bg p {
    padding-top: 24px;
    text-align: right;
}

.zt_case_four .bg p img {
    max-width: 60px;
}

.zt_case_four .bg:hover {
    transform: translateY(-6px);
}

@media (max-width:991px) {
    .ser_case_box .ser_case_tab {
        width: 100%;
        padding-right: 0;
    }

    .ser_case_box .ser_case_right {
        display: none !important;
    }

    .ser_case_box .ser_case_tab .mo_show {
        padding-top: 20px;
        display: block !important;
    }

}

@media (max-width:767px) {}

.technology_box {
    justify-content: space-between;
    align-items: stretch;
}

.technology_box .left {
    position: relative;
    width: calc(50% - 12px);
}

.technology_box .right {
    display: flex;
    align-items: center;
    width: calc(50% - 12px);
}

/* .technology_box .right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
} */
.technology_box .left .t {
    color: var(--dark-color);
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
}

.technology_box .left .text {
    padding-top: 40px;
    padding-bottom: 80px;
}

.technology_box .left .text p {
    padding-bottom: 25px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

.technology_box .left .pro_public_more {
    position: absolute;
    left: 0;
    bottom: 0;
}

.indus_case_box {
    padding-top: 100px;
}

.indus_case_box .indus_list {
    padding-top: 36px;
}

.indus_case_box .indus_list>ul {
    margin-left: -12px;
    margin-right: -12px;
    display: flex;
    flex-wrap: wrap;
}

.indus_case_box .indus_list>ul>li {
    width: 25%;
    padding: 12px;
}

.indus_case_box .indus_list>ul>li.big_img {
    width: 50%;
}

.indus_case_box .indus_list .thumb {
    position: relative;
    overflow: hidden;

    z-index: 1;
}

.indus_case_box .indus_list .thumb i {
    display: block;
    width: 100%;
    min-height: 360px;
    background-repeat: no-repeat;
    background-size: cover;
    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;
    z-index: -2;
}

.indus_case_box .indus_list .thumb::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 170px;
    opacity: 0.8;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #000 100%);
    z-index: 8;
}

.indus_case_box .indus_list .text {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    padding: 40px 40px 36px 40px;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    z-index: 9;
}

.indus_case_box .indus_list .text .icon {
    max-width: 60px;
}

.indus_list .text h3 {
    color: var(--white-color);
    font-weight: 700;
    line-height: 1.5;
}

.indus_case_box .indus_list>ul>li:hover .thumb i {
    -webkit-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03);
}

.indus_list .text .brand_list {
    padding-top: 20px;
}

.indus_list .text .brand_list>ul {
    margin-left: -4px;
    margin-right: -4px;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

.indus_list .text .brand_list>ul>li {
    padding: 4px;
}

.indus_list .text .brand_list span {
    display: flex;
    height: 100%;
    padding: 10px 14px;
    justify-content: center;
    align-items: center;
    border: 1px solid rgba(255, 255, 255, 0.30);
    color: var(--white-color);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    transition: all .3s;
}
.indus_list .text .brand_list span a{
    color: #fff;
}
.indus_list .text .brand_list span:hover a{
    color: #fff;
}


.indus_list .text .brand_list span:hover {
    background: var(--main-color);
    color: var(--white-color);
    border-color: var(--main-color);
}

.indus_list>ul>li .brand_list>ul>li:nth-child(4n) {
    display: none;
}

.indus_list>ul>li.big_img .brand_list>ul>li:nth-child(4) {
    display: block;
}

.indus_list>ul>li.big_img .brand_list>ul>li:nth-child(5n) {
    display: none;
}

@media (max-width:1580px) {
    .indus_case_box .indus_list .text {
        padding: 30px 30px 26px 30px;
    }

    .indus_list .text .brand_list span {
        padding: 8px 12px;
    }

}

@media (max-width:1440px) {
    .indus_case_box .indus_list .text {
        padding: 30px 20px 26px 20px;
    }

    .indus_list .text .brand_list span {
        padding: 8px 10px;
    }

}

@media (max-width:1439px) {
    .indus_list .text .brand_list span {
        font-size: 14px;
    }
}

@media (max-width:1365px) {
    .indus_list .text .brand_list span {
        padding: 4px 8px;
    }
}


@media (max-width:991px) {
    .zt_case_four ul li {
        width: 50%;
    }

    .zt_case_four .bg {
        padding: 24px 20px;
    }

    .zt_case_four .bg .t {
        font-size: 18px;
        line-height: 1.3;
    }

    .zt_case_four .bg p img {
        max-width: 50px;
    }

    .indus_case_box .indus_list>ul>li {
        width: 50%;
    }

}

@media (max-width:767px) {
    .ser_case_tab .list {
        padding: 20px 0;
    }

    .ser_case_tab .list .t i {
        width: 36px;
        height: 36px;
        padding: 10px;
    }

    .zt_case_four {
        padding-top: 36px;
        padding-bottom: 40px;
    }

    .zt_case_four .bg p img {
        max-width: 30px;
    }

    .technology_box {
        flex-wrap: wrap;
    }

    .technology_box .left {
        width: 100%;
    }

    .technology_box .right {
        width: 100%;
        padding-top: 30px;
    }

    .technology_box .left .text {
        padding-top: 30px;
        padding-bottom: 10px;
    }

    .technology_box .left .pro_public_more {
        position: relative;
    }

    .zt_case_bottom {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .indus_case_box {
        padding-top: 50px;
    }

    .indus_case_box .indus_list>ul>li.big_img,
    .indus_case_box .indus_list>ul>li {
        width: 100%;
    }

    .indus_list>ul>li.big_img .brand_list>ul>li:nth-child(4n) {
        display: none;
    }

    .indus_list .text .brand_list {
        padding-top: 16px;
    }

    .indus_case_box .indus_list {
        padding-top: 26px;
    }

    .indus_case_box .indus_list .text .icon {
        max-width: 40px;
    }

    .indus_case_box .indus_list .thumb i {
        height: 250px;
        min-height: auto;
    }

}

/* 内页 case */
.case_swiper {
    margin-top: 40px;
}

.case_swiper .part_list {
    padding-top: 0;
}

.case_bottom {
    padding-top: 50px;
}

@media (max-width:767px) {
    .part_list ul li {
        width: 33.33%;
    }

    .part_list li:nth-of-type(-n+3):before {
        display: none;
    }

    .part_list ul li:nth-child(2n):after {
        display: block;
    }

    .part_list li:nth-child(3n):after {
        display: none !important;
    }
}

/* 社会责任 */
.social_top_box {
    padding-bottom: 54px;
    background-image: url(../images/shzr_bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    overflow: hidden;
}

.social_top_text .about_title {
    padding-top: 48px;
    text-align: center;
}

.social_top_text .des {
    padding-top: 24px;
    text-align: center;
    max-width: 1020px;
    margin: 0 auto;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

.social_top_text .social_top_bottom .cup-bubbles {
    height: 530px;
    position: relative;
    width: 100%;
}

.social_top_text .social_top_bottom .cup-bubbles .bubble {
    position: absolute;
    border-radius: 50%;
    overflow: hidden;
}

.social_top_text .social_top_bottom .img_logo {
    text-align: center;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
    max-width: 365px;
}

.social_top_text .social_top_bottom .cup-bubbles .bubble1 {
    left: 63%;
    top: 5%;
    overflow: hidden;
    width: 90px;
}

.social_top_text .social_top_bottom .cup-bubbles .bubble2 {
    left: 22%;
    top: 18%;
    width: 210px;
}

.social_top_text .social_top_bottom .cup-bubbles .bubble3 {
    left: 47%;
    top: 47%;
    width: 145px;
}

.social_top_text .social_top_bottom .cup-bubbles .bubble4 {
    left: 12%;
    top: 68%;
    width: 110px;
}

.social_top_text .social_top_bottom .cup-bubbles .bubble5 {
    left: 72%;
    top: 68%;
    width: 120px;
}

/* cicle */
.social_top_text .social_top_bottom .cup-bubbles .bubble6 {
    width: 35px;
    height: 35px;
    left: 95%;
    top: 80%;
    border: 1px solid var(--main-color);
    opacity: 0.2;
}

.social_top_text .social_top_bottom .cup-bubbles .bubble7 {
    width: 42px;
    height: 42px;
    left: 14%;
    top: 9%;
    background-color: #D9D9D9;
    opacity: 0.5;
}

.social_top_text .social_top_bottom .cup-bubbles .bubble8 {
    width: 70px;
    height: 70px;
    flex-shrink: 0;
    border: 1px solid var(--main-color);
    opacity: 0.2;
    left: 4%;
    top: 40%;
}

.social_top_text .social_top_bottom .cup-bubbles .bubble9 {
    width: 42px;
    height: 42px;
    background-color: var(--main-color);
    opacity: 0.5;
    left: 32%;
    top: 50%;
}

.social_top_text .social_top_bottom .cup-bubbles .bubble10 {
    width: 22px;
    height: 22px;
    left: 47%;
    top: 5%;
    background: var(--main-color);
    opacity: 0.5;
}

.social_top_text .social_top_bottom .cup-bubbles .bubble11 {
    width: 42px;
    height: 42px;
    border: 1px solid var(--main-color);
    left: 43%;
    top: 33%;
}

.social_top_text .social_top_bottom .cup-bubbles .bubble12 {
    width: 14px;
    height: 14px;
    left: 42%;
    top: 53%;
    background: #D9D9D9;
}

.social_top_text .social_top_bottom .cup-bubbles .bubble13 {
    width: 24px;
    height: 24px;
    left: 58%;
    top: 58%;
    background: var(--main-color);
}

.social_top_text .social_top_bottom .cup-bubbles .bubble14 {
    width: 38px;
    height: 38px;
    border: 1px solid #D9D9D9;
    left: 68%;
    top: 40%;
}

.social_top_text .social_top_bottom .cup-bubbles .bubble15 {
    width: 22px;
    height: 22px;
    left: 63%;
    top: 18%;
    border: 1px solid var(--main-color);
}

.social_top_text .social_top_bottom .cup-bubbles .bubble16 {
    width: 14px;
    height: 14px;
    background-color: var(--main-color);
    left: 87%;
    top: 14%;
    opacity: 0.5;
}

.social_top_text .social_top_bottom .cup-bubbles .bubble17 {
    width: 50px;
    height: 50px;
    left: 81%;
    top: 51%;
    background: #D9D9D9;
    opacity: 0.5;
}

@media (max-width:767px) {
    .social_top_text .social_top_bottom .cup-bubbles {
        height: 450px;
    }
    .social_top_text .social_top_bottom .cup-bubbles .bubble1 {
        width: 50px;
    }

    .social_top_text .social_top_bottom .cup-bubbles .bubble2 {
        width: 110px;
    }

    .social_top_text .social_top_bottom .cup-bubbles .bubble3 {
        width: 70px;
    }

    .social_top_text .social_top_bottom .cup-bubbles .bubble4 {
        width: 60px;
    }

    .social_top_text .social_top_bottom .cup-bubbles .bubble5 {
        width: 60px;
    }

    .social_top_text .social_top_bottom .cup-bubbles .bubble6 {
        width: 17px;
        height: 17px;
    }

    .social_top_text .social_top_bottom .cup-bubbles .bubble7 {
        width: 21px;
        height: 21px;
    }

    .social_top_text .social_top_bottom .cup-bubbles .bubble8 {
        width: 36px;
        height: 36px;
    }

    .social_top_text .social_top_bottom .cup-bubbles .bubble9 {
        width: 21px;
        height: 21px;
    }

    .social_top_text .social_top_bottom .cup-bubbles .bubble10 {
        width: 11px;
        height: 11px;
    }

    .social_top_text .social_top_bottom .cup-bubbles .bubble11 {
        width: 30px;
        height: 30px;
    }

    .social_top_text .social_top_bottom .cup-bubbles .bubble12 {
        width: 7px;
        height: 7px;
    }

    .social_top_text .social_top_bottom .cup-bubbles .bubble13 {
        width: 12px;
        height: 12px;
    }

    .social_top_text .social_top_bottom .cup-bubbles .bubble14 {
        width: 16px;
        height: 16px;
    }

    .social_top_text .social_top_bottom .cup-bubbles .bubble15 {
        width: 16px;
        height: 16px;
    }

    .social_top_text .social_top_bottom .cup-bubbles .bubble16 {
        width: 7px;
        height: 7px;
    }

    .social_top_text .social_top_bottom .cup-bubbles .bubble17 {
        width: 25px;
        height: 25px;
    }


}

.social_bottom_box {
    padding-top: 64px;
    padding-bottom: 70px;
}

.social_bottom_box .about_title {
    text-align: center;
}

.social_bottom_box .index_five_cont .index_five_text {
    padding: 124px 40px;
}

.social_bottom_box .index_five_text .text {
    margin-top: 80px;
}

@media (max-width:1279px) {

    .social_bottom_box .index_five_cont .index_five_text {
        padding: 100px 40px;
    }


}

@media (max-width:991px) {

    .social_bottom_box .index_five_cont .index_five_text {
        padding: 80px 40px;
    }

    .social_bottom_box .index_five_text .text {
        margin-top: 40px;
    }

}

@media (max-width:767px) {
    .social_bottom_box {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .social_bottom_box .index_five_cont .index_five_text {
        padding: 40px 26px;
    }

    .social_bottom_box .index_five_text .text {
        margin-top: 20px;
    }


}

/* contact */
.contact_box {
    position: relative;
    overflow: hidden;
}

.contact_top_box {
    position: relative;
    padding-top: 50px;
    z-index: 1;
}

.contact_top_box::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 70%;
    height: 100%;
    max-width: 907px;
    background-image: url(../images/contact_bg.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain;
    z-index: -1;
}

.contact_top_box .eng {
    color: #D2D2D2;
    font-family: "Microsoft YaHei";
    font-size: 27.5px;
    font-weight: 400;
    line-height: 1.5;
}

.contact_cont {
    padding-top: 50px;
    padding-bottom: 90px;
}

.contact_left {
    flex: 1;
    padding-right: 30px;
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
}

.contact_left .left_top {
    display: flex;
    align-items: center;
    align-self: stretch;
}

.contact_left .left_top div:first-child {
    padding-right: 80px;
}

.contact_left .left_top p:nth-child(2) {
    color: var(--main-color);
    font-family: Poppins;
    font-weight: 500;
    line-height: 1.5;
}

.contact_left .left_top p:first-child,
.contact_left .left_bottom p:first-child {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
}

.contact_left .left_top p:first-child img,
.contact_left .left_bottom p:first-child img {
    width: 32px;
    margin-right: 8px;
}

.contact_left .left_top p:nth-child(2),
.contact_left .left_bottom p:nth-child(2) {
    padding-left: 40px;
}

.contact_left .left_bottom p:nth-child(2) {
    color: var(--dark-color);
    font-family: "Microsoft YaHei";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
}

.contact_left .left_bottom {
    margin-top: 40px;
}

.contact_mess {
    padding-top: 70px;
    padding-bottom: 55px;
}

.mess_bg {
    padding: 48px;
    background: #F5F5F5;
}

.white_bg {
    padding: 40px;
    background: var(--white-color);
}

.contact_code {
    display: inline-flex;
    justify-content: flex-end;
    align-items: center;
    margin-right: -12px;
}

.contact_code div {
    padding: 0 12px;
}

.contact_code img {
    max-width: 146px;
}

.contact_code p {
    padding-top: 8px;
    color: var(--dark-color);
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}

.contact_map {
    position: relative;
    width: 100%;
    height: 697px;
}

.contact_map .map_box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

@media (max-width:1580px) {
    .contact_left .left_top div:first-child {
        padding-right: 40px;
    }

}

@media (max-width:1439px) {
    .contact_left .left_top div:first-child {
        padding-right: 30px;
    }

    .contact_left .left_top p:nth-child(2),
    .contact_left .left_bottom p:nth-child(2) {
        font-size: 28px;
    }
}

@media (max-width:1365px) {

    .contact_left .left_top p:nth-child(2),
    .contact_left .left_bottom p:nth-child(2) {
        font-size: 26px;
    }

    .contact_map {
        height: 600px;
    }
}

@media (max-width:1280px) {
    .contact_left .left_top {
        flex-wrap: wrap;
    }

    .contact_left .left_top div {
        width: 100%;
        padding-bottom: 15px;
    }

    .contact_left .left_top div:first-child {
        padding-right: 0;
    }

    .contact_left .left_bottom {
        margin-top: 0;
    }

    .contact_map {
        height: 550px;
    }

    .contact_cont {
        padding-top: 50px;
        padding-bottom: 60px;
    }


}

@media (max-width:991px) {
    .contact_cont {
        flex-wrap: wrap;
    }

    .contact_left {
        flex: inherit;
        width: 100%;
        padding-right: 0;
    }

    .contact_code {
        padding-top: 20px;
        padding-left: 32px;
    }

    .contact_top_box::before {
        background-position: right 40%;
    }

    .contact_map {
        height: 500px;
    }
}

@media (max-width:767px) {
    .contact_cont {
        padding-bottom: 40px;
    }

    .contact_top_box .eng {
        font-size: 16px;
    }

    .contact_left .left_top p:nth-child(2),
    .contact_left .left_bottom p:nth-child(2) {
        font-size: 20px;
    }

    .contact_code img {
        max-width: 100px;
    }

    .contact_code div {
        text-align: center;
    }

    .contact_code p {
        font-size: 14px;
        line-height: 22px;
    }

    .contact_map .map_box {
        width: 100%;
    }

    .contact_map {
        height: 350px;
    }


}

/* mess */
.mess_bg .p {
    padding-top: 23px;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

.message_form .item_right {
    padding-top: 18px;
    margin-left: -12px;
    margin-right: -12px;
    overflow: hidden;
}

.message_form .col-2 {
    width: 50%;
    float: left;
    padding: 16px 12px;
}

.message_form .colw100 {
    float: left;
    width: 100%;
    padding: 16px 12px;
}

.message_form .col_z>span {
    display: block;
    color: var(--dark-color);
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
}

.message_form .col_z>span>em {
    margin-left: 8px;
    color: var(--main-color);
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
}

.message_form .input-container {
    margin-top: 16px;
    position: relative;
    background: #FAFAFA;
}

.message_form .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: 'Microsoft YaHei';
    text-align: left;
}

.message_form .input_select_box .span input {
    padding-right: 40px;
    cursor: pointer;
}

.message_form .input_select_box .icon {
    width: 24px;
    height: 24px;
    right: 20px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(../images/chevron-down.svg);
    background-repeat: no-repeat;
    cursor: pointer;
}

.message_form .input_select_box .drop_down_ {
    position: absolute;
    left: 0;
    top: 56px;
    width: 100%;
    background: #FAFAFA;
    border: 1px solid rgba(255, 255, 255, 0.30);
    border-top: none;
    padding-bottom: 10px;
    z-index: 9;
}

.message_form .input_select_box .drop_down_ p {
    padding: 8px 20px;
    font-size: 16px;
    color: #333;
    cursor: pointer;
}

.message_form .input-container textarea {
    outline: none;
    z-index: 1;
    position: relative;
    background: none;
    width: 100%;
    height: 160px;
    padding: 20px;
    line-height: 26px;
    border: 0;
    color: var(--dark-color);
    font-size: 16px;
    font-weight: 400;
    resize: none;
    font-family: "Microsoft YaHei";
}

.message_form .yanz {
    padding-top: 16px;
}

.message_form .yanz .input-container {
    margin-top: 0;
    width: 294px;
}

.message_form .message_code {
    margin-left: 16px;
}

.message_form .message_code img {
    height: 64px;
}

.message_form .text-area label {
    position: absolute;
    bottom: -20px;
    left: 0;
    color: var(--main-color);
}

.message_form_text {
    padding-top: 28px;
    color: #999;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

.message_form .more_n button {
    width: 160px;
}

.message_form .last_button .more_n a span {
    color: #666666;
}

.message_form .last_button .more_n a:hover span {
    color: var(--white-color);
}

.message_form .last_button .mess_reset {
    margin-right: 16px;
}

.message_form .last_button span {
    color: var(--dark-color);
    text-align: center;
    font-family: "Microsoft YaHei";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    min-width: 162px;
    cursor: pointer;
}

.message_form .last_button button {
    background-color: transparent;

}

.message_form .last_button button:hover span {
    border-color: var(--main-color);
    color: var(--white-color);
}

.message_form .last_button button:hover span::before {
    width: 100%;
}

.message_form .input-container input::-webkit-input-placeholder,
.message_form textarea::-webkit-input-placeholder {
    color: #999;
    font-size: 16px;
    font-family: "Microsoft YaHei";
}

.message_form .input-container input::-moz-placeholder,
.message_form textarea::-moz-placeholder {
    color: #999;
    font-size: 16px;
    font-family: "Microsoft YaHei";
}

.message_form .input-container input::-ms-input-placeholder,
.message_form textarea::-ms-input-placeholder {
    color: #999;
    font-size: 16px;
    font-family: "Microsoft YaHei";
}

.mess_border {
    width: 100%;
    height: 56px;
    padding: 4px;
}

.verify-bar-area {
    width: 100% !important;
    position: relative;
    text-align: center;
}

.verify-bar-area:before,
.verify-bar-area:after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 48px;
    height: 48px;
    /* background: var(--white-color); */
}

.verify-bar-area:before {
    left: 0px;
}

.verify-bar-area:after {
    right: 0;
}

.verify-bar-area .verify-msg {
    color: #999;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    z-index: 3;
    color: inherit;
}

.verify-bar-area .verify-left-bar {
    position: absolute;
    top: 0px;
    left: 0px;
    cursor: pointer;
}

.verify-bar-area .verify-left-bar .verify-msg {
    font-size: 14px;
    color:#999;
}

.verify-bar-area .verify-move-block {
    position: absolute;
    top: 0px;
    left: 0;
    background: var(--white-color);
    cursor: pointer;
    z-index: 10;
}

.verify-bar-area .verify-move-block i {
    background-color: var(--white-color);
    background-image: url("../images/logomess.svg");
    background-size: 20px 20px;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    left: 0;
    position: absolute;
}

.verify-bar-area .verify-move-block i.icon-check {
    background-color: var(--main-color);
    background-image: url("../images/log_sucess.svg");

}

.last_vode .input-container {
    height: 56px;
}

#hdyz {
    opacity: 0;
    border: none;
    width: 0;
    height: 0;
    padding: 0;
    font-size: 0;
    line-height: 0;
}

.message_form .last_vode {
    width: 60%;
    max-width: 400px;
}

@media (max-width:991px) {

    .mess_bg {
        padding: 30px;
    }

    .white_bg {
        padding: 30px;
    }

}

@media (max-width:767px) {
    .contact_mess {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .mess_bg {
        padding: 20px;
    }

    .white_bg {
        padding: 30px 20px;
    }

    .mess_bg .p {
        font-size: 16px;
    }

    .message_form .col-2 {
        width: 100%;
    }

    .message_form .yanz {
        display: block;
    }

    .message_form .yanz .input-container {
        width: 100%;
    }

    .message_form .message_code {
        margin-left: 0;
        margin-top: 30px;
    }


    .message_form .last_button {
        justify-content: space-between;
    }

    .message_form .last_button .mess_reset {
        margin-right: 0;
    }

    .message_form .last_button button {
        width: calc(50% - 5px);
    }

    .message_form .last_button span {
        padding: 12px 14px;
        min-width: inherit;
    }

    .message_form .input-container textarea {
        height: 200px;
    }

    .message_form .input-container input::-webkit-input-placeholder,
    .message_form textarea::-webkit-input-placeholder {
        font-size: 14px;
    }

    .message_form .input-container input::-moz-placeholder,
    .message_form textarea::-moz-placeholder {
        font-size: 14px;
    }

    .message_form .input-container input::-ms-input-placeholder,
    .message_form textarea::-ms-input-placeholder {
        font-size: 14px;
    }

    .message_form .input-container input {
        height: 58px;
    }

    .message_form .message_code img {
        height: 58px;
    }

    .message_form .input_select_box .drop_down_ {
        top: 58px;
    }

    .bg_img .index_five_img>div:first-child {
        display: none;
    }

    .verify-bar-area .verify-msg {
        font-size: 14px;
    }
    .message_form .col_z > span,.message_form .col_z > span > em {
        font-size: 16px;
    }
    .message_form .col_z > span > em {
        margin-left: 4px;
    }
}


/*项目成果弹出样式*/
body.m_fix {
    overflow: hidden;
    padding-right: 4px;
}
.play_tc {
    position: fixed;
    width: 100%;
    height: 100vh;
    z-index: -999;
    left: 0;
    top: 0;
    opacity: 0;
}
.play_tc .mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .6);
    opacity: 0;
}
.play_tc .join-tc-box {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) translateY(100px);
    z-index: 10;
    width:910px;
    max-width: calc(95% - 50px);
    height: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all .6s;
}

.play_tc .join-tc-box .md-close {
    position: absolute;
    right:0;
    top: -72px;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.play_tc .member_eject {
    max-width: 100%;
    max-height: 100%;
}

.play_tc .member_eject .his_img {
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.play_tc .member_eject .his_img img {
    max-height: 564px;
}

.play_tc.show {
    z-index: 12000;
    opacity: 1;
}

.play_tc.show .join-tc-box {
    opacity: 1;
    transform: translate(-50%, -50%) translateY(0px);
}
.play_tc.show .mask {
    opacity: 1;
}
.play_tc .reply_text {
    margin-top: 24px;
    padding: 24px 10px;

    background: rgba(0, 0, 0, 0.50);
    color: #FFF;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
}
@media screen and (max-height:700px) {
    .play_tc .member_eject .his_img img {
        max-height: 450px;
    }

}
@media screen and (max-width:1366px) {
    .play_tc .join-tc-box .md-close {
        top: -60px;
        width: 40px;
        height: 40px;
    }
    .play_tc .reply_text {
        margin-top: 16px;
        padding: 16px 10px;
    }
}
@media screen and (max-width:991px) {
    .play_tc .join-tc-box .md-close {
        top: -50px;
        width: 40px;
        height: 40px;
    }

}

@media screen and (max-width:767px) {
    .play_tc .join-tc-box {
        max-width: calc(100% - 16px);  
    }
    .play_tc .reply_text {
        font-size: 18px;
    }

}