﻿/* 用户服务 */
.user_banner {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    z-index: 1;
}

.user_banner::before {
    /* content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.4;
    background: linear-gradient(180deg, rgba(1, 27, 51, 0.00) 0%, #011B33 100%);
    z-index: 2; */
}

.user_banner:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 170px;
    background-image: url(../images/menu_bg2.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    z-index: 2;
}

.user_banner .mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.user_banner .mask img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    animation: scaleToNormal 1.2s ease-in-out forwards;
}

.user_add_icon {
    position: absolute;
    right: 0;
    bottom: 0px;
    width: 100%;
    height: 26%;
    background-image: url(../images/add_icon.svg);
    /* background-size: cover; */
    background-size: contain;
    background-position: left bottom;
    background-repeat: no-repeat;
}

.user_add_icon .left_sch {
    left: 50%;
    bottom: 50px;
    transform: translateX(-50%);
}

.user_text {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;

    z-index: 99;
}

.user_text>.my-container {
    padding-top: 100px;
}

.user_text .big_t {
    color: var(--white-color);
    font-style: normal;
    font-weight: 700;
    line-height: 1.5;
}

.user_text .text {
    padding-top: 16px;
    max-width: 630px;
    color: var(--white-color);
    text-align: justify;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

.user_case {
    position: relative;
    padding-top: 90px;
    padding-bottom: 44px;
    z-index: 1;
    overflow: hidden;
}


.user_case_title {}

.user_case_title .small_t {
    font-style: normal;
    font-weight: 700;
    line-height: 1.5;
}

.user_case_title .big_t {
    margin-top: 8px;
    color: var(--main-color);
    font-style: normal;
    font-weight: 700;
    line-height: 1.5;
}

.card-grid {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    padding-top: 28px;
    margin-left: -12px;
    margin-right: -12px;
}

.card-grid .card {
    padding: 12px;
    width: 33.33%;
}

.card-grid .card .bg {
    position: relative;
    border-radius: 8px;
    cursor: pointer;

    overflow: hidden;
}

.card-grid .thumb {
    position: relative;
    overflow: hidden;
}

.card-grid .thumb img:first-child {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.card-grid .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.card-content {
    padding: 24px;
    position: absolute;
    left: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    width: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.50) 100%);
}

.card-title {
    margin-top: 8px;
    position: relative;
    color: var(--white-color);
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    transition: padding-left .3s;
}

.card-title::before {
    content: "";
    position: absolute;
    left: 0;
    top: 11px;
    width: 12px;
    height: 12px;
    background-image: url(../images/red_icon01.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    opacity: 0;
    transition: all 0.3s;
}

.card-title .icon {
    width: 36px;
}

.card-content .des {
    color: var(--white-color);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    height: 0px;
    opacity: 0;
    transform: translateY(10px);
    transition: transform 0.3s;
    overflow: hidden;
}

.card .bg:hover .des {
    margin-top: 8px;
    line-height: 26px;
    height: auto;
    opacity: 1;
    overflow: visible;
    transform: translateY(0);
}

.card .bg:hover .card-title {
    padding-left: 18px;
}

.card .bg:hover .card-title::before {
    opacity: 1;
}

.card-grid .bg:hover .thumb img:first-child {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.user_last {
    position: relative;
    padding-top: 64px;
    padding-bottom: 72px;
    overflow: hidden;
}

.user_last .bg {
    position: relative;
    padding: 100px 50px;
    overflow: hidden;
}

.user_last .video {
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 8px;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

/* .user_last .video::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    background: linear-gradient(180deg, #2A2D31 0%, rgba(42, 45, 49, 0.00) 100%);
    z-index: 1;
} */

.user_last .video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.user_last .white_bg {
    position: relative;
    padding: 75px 50px;
    border-radius: 8px;
    background-color: var(--white-color);
    max-width: 830px;
    margin: 0 auto;
    z-index: 9;
}

.user_last .white_bg .title {
    color: var(--main-color);
    text-align: center;
    font-style: normal;
    font-weight: 700;
    line-height: 1.5;
}

.user_last .white_bg .des {
    margin-top: 16px;
    color: #666;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

.user_last .white_bg .button {
    margin-left: -16px;
    margin-right: -16px;
    padding-top: 48px;
    justify-content: center;
}

.user_last .white_bg .button .index_more {
    margin-left: 16px;
    margin-right: 16px;
}

.user_last .white_bg .button .index_more a {
    padding-left: 24px;
}

.user_last .white_bg .index_more span {
    color: #666;
}

.user_last .white_bg .index_more a:hover span {
    color: var(--white-color);
}

@media (max-width:1279px) {
    .card-grid .thumb {
        min-height: 250px;
    }
}

@media (max-width: 991px) {
    .user_add_icon .left_sch {
        display: block;
    }

    .user_case {
        padding-top: 70px;
        padding-bottom: 44px;
    }

    .card-grid .card {
        width: 50%;
    }
    .card .bg .des {
        margin-top: 8px;
        line-height: 26px;
        height: auto;
        opacity: 1;
        overflow: visible;
        transform: translateY(0);
    }
    
    .card .bg:hover .card-title {
        padding-left: 18px;
    }
    
    .card .bg:hover .card-title::before {
        opacity: 1;
    }
    
    .card-grid .b .thumb img:first-child {
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05);
    }
}

@media (max-width:767px) {

    .user_text .text {
        font-size: 16px;
        line-height: 26px;
    }

    .user_case {
        padding-top: 50px;
    }

    .card-grid .card {
        width: 100%;
    }

    .card-title {
        margin-top: 8px;
        font-size: 20px;
        line-height: 32px;
    }

    .user_last .bg {
        padding: 100px 20px;
    }

    .user_last .white_bg {
        padding: 45px 20px;
    }

    .user_last .white_bg .des {
        font-size: 16px;
    }

    .user_last .white_bg .button {
        margin-left: -3px;
        margin-right: -3px;
        padding-top: 48px;
    }

    .user_last .white_bg .button .index_more {
        margin-left: 3px;
        margin-right: 3px;
    }

    .user_last .white_bg .button .index_more a {
        padding: 12px 8px;
    }

    .user_last .white_bg .button .index_more span {
        margin-right: 6px;
    }
    


}


.user_service {
    position: relative;
    padding-top: 125px;
    padding-bottom: 130px;
    border-radius: 100px 0 0 0;
    overflow: hidden;
    z-index: 1;
}

.user_service::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/service_icon.svg);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: contain;
    z-index: 2;
}

.user_service .mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.user_service .mask img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.user_service .my-container {
    position: relative;
    z-index: 9;
}

.user_service .title {
    color: var(--white-color);
    font-weight: 700;
    line-height: 1.2;
}

.user_service .text {
    margin-top: 16px;
    color: var(--white-color);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

.user_service .link {
    padding-top: 35px;
}

.user_service .link img {
    width: 60px;
    margin-right: 16px;
}

.user_service .link>div:first-child {
    position: relative;
    padding-right: 48px;
    margin-right: 48px;
}

.user_service .link>div:first-child::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 56px;
    max-height: 95%;
    background-color: var(--white-color);
    opacity: 0.2;
}

.user_service .link .bold {
    color: var(--white-color);
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
}

.user_service .link .s_t {
    color: var(--white-color);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}

.user_address {
    padding-top: 16px;
}

.user_address img {
    width: 60px;
    margin-right: 16px;
}

.user_address .bold {
    color: var(--white-color);
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
}

.user_address .s_t {
    color: var(--white-color);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}

@media all and (max-width:1100px) {
    .user_banner:after {
        height: 100px;
    }

}

@media all and (max-width:767px) {
    .user_banner:after {
        height: 80px;
    }

}

/* 检验检测 */
.inspect_text .big_t {
    font-weight: 400;
}

.inspect_text .big_t strong {
    /* margin-right: 4px; */
}

.service_box {
    position: relative;
    padding-top: 100px;
    overflow: hidden;
}

.one_bg_icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    max-height: 207px;
    height: 40%;
    background-image: url(../images/fwjs_t_icon.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top center;
    z-index: -1;
}

.service_pic {
    margin-top: 40px;
    position: relative;
    z-index: 1;
}

.service_pic .thumb {
    position: relative;
    border-radius: 8px;
    border-bottom-left-radius: 0;
    overflow: hidden;
}

.service_pic .thumb>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.service_pic .bg_left {
    position: absolute;
    width: 480px;
    height: 120px;
    left: -120px;
    bottom: 0;
    z-index: -1;
    transform: translateX(50%);
    background-image: url(../images/service_left_icon.svg);
    background-repeat: no-repeat;
    background-size: contain;
}

.service_pic.animated .bg_left {
    animation: squareMove4 2s cubic-bezier(0.4, 0.0, 0.2, 1) 1s forwards;
}

@keyframes squareMove4 {
    0% {
        transform: translateX(50%);
        -ms-transform: translateX(50%);
    }

    50% {
        transform: translateX(0);
        -ms-transform: translateX(0);
    }

    100% {
        transform: translateX(0);
        -ms-transform: translateX(0);
    }
}

.service_pic .mask {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.service_pic .mask .mask_left {
    /* flex: 1; */
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.6;
    background: linear-gradient(242deg, rgba(18, 64, 140, 0.00) 4.34%, #12408C 99.01%);
}

.service_pic .mask .icon {
    width: 42.5%;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}

.service_pic .text_box {
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 80px 0 80px 48px;
    max-width: 830px;
    width: 75%;
    height: 100%;
    z-index: 9;
}

.service_pic .text_box .top_text {
    color: var(--white-color);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

.service_pic .text_box .top_text p {
    padding-bottom: 20px;
}


.service_number ul {
    margin-left: -32px;
    margin-right: -32px;
    display: flex;
}

.service_number ul li {
    position: relative;
    padding-left: 32px;
    padding-right: 33px;
}

.service_number ul li:first-child .top {
    min-width: 120px;
}

.service_number ul li::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 80px;
    background-color: var(--white-color);
    opacity: 0.3;
}

.service_number ul li:last-child::after {
    display: none;
}

.service_number .top {
    display: flex;
    align-items: flex-end;
}

.service_number .top span {
    color: var(--white-color);
    font-family: "Titillium Web";
    font-style: normal;
    font-weight: 600;
    line-height: 1;
}

.service_number .top em {
    margin-left: 8px;
    color: var(--white-color);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

.service_number .p {
    padding-top: 15px;
    color: var(--white-color);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}


/* 服务领域 */
.fwly_box {
    position: relative;
    padding-top: 64px;
    padding-bottom: 56px;
    overflow: hidden;
}

.fwly_top {
    align-items: flex-end;
}


.fwly_tab_nav ul {
    display: flex;
    align-items: center;
    margin-left: -5px;
    margin-right: -5px;
}

.fwly_tab_nav ul li {
    padding: 0 5px;
}

.fwly_tab_nav a {
    display: flex;
    padding: 16px 24px;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    background-color: #EDEDED;
    transition: background-color .3s;
}

.fwly_tab_nav a span {
    position: relative;
    color: #666;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    transition: all .3s;
}

.fwly_tab_nav .active a {
    background-color: var(--main-color);
}

.fwly_tab_nav .active a span {
    padding-left: 20px;
    color: var(--white-color);
}

.fwly_tab_nav .active a span::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 1px;
    width: 12px;
    height: 12px;
    background-image: url(../images/red_icon01.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

/* .fwly_tab_nav .active a,
.fwly_tab_nav a:hover {
    background-color: var(--main-color);
}

.fwly_tab_nav .active a span,
.fwly_tab_nav  a:hover span {
    padding-left: 20px;
    color: var(--white-color);
}
.fwly_tab_nav .active a span::before,
.fwly_tab_nav a:hover span::before{
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 12px;
    height: 12px;
    background-image: url(../images/red_icon01.svg);
    background-repeat: no-repeat;
} */
.fwly_table {
    padding-top: 40px;
}

.fwly_table .pub-t {
    display: none;
    width: 100%;
    height: 100%;
}

.fwly_table .pub-t.d-show {
    display: block;
}

.fwly_table .thumb {
    position: relative;
    width: 100%;
    height: 740px;
    border-radius: 8px;
    overflow: hidden;
}

.fwly_table .thumb img:first-child {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.fwly_table .thumb img {
    width: 100%;
}

.fwly_table .fwly_mask {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 38px 24px 24px 24px;
    width: 100%;
    z-index: 1;
}

.fwly_mask .swiper-container {
    overflow: visible;
}

.fwly_table .fwly_mask::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #000 100%);
    z-index: -1;
}

.fwly_mask .fwly_button {
    position: absolute;
}

.fwly_mask .swiper-slide {
    height: auto;
}

.fwly_mask .swiper-slide .bg {
    position: relative;
    display: flex;
    width: 100%;
    padding: 24px;
    flex-direction: column;
    align-items: flex-start;
    height: 100%;
    border-radius: 8px;
    background-color: rgba(255, 255, 255, 0.95);
    cursor: pointer;
    z-index: 1;
    overflow: hidden;
}

.fwly_mask .swiper-slide .bg:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/fwly_bg_icon.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom center;
    opacity: 0;
    z-index: -1;
}

.fwly_button {
    position: absolute;
    right: 40px;
    top: -56px;
    display: flex;
    align-items: center;
    z-index: 9;
}

.fwly_button>div {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    background-color: var(--white-color);
    border-radius: 50%;
    cursor: pointer;
}

.busi-prev {
    margin-right: 8px;
}

.fwly_button>div:hover {
    background-color: var(--main-color);
}

.fwly_button>div:hover svg path {
    stroke: var(--white-color);
}

.fwly_mask .title {
    position: relative;
    color: #333;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
    transition: padding-left .3s;
}

.fwly_mask .title::before {
    content: "";
    position: absolute;
    left: 0;
    top: 13px;
    width: 12px;
    height: 12px;
    background-image: url(../images/red_icon01.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    opacity: 0;
    transition: all .4s;
}

.fwly_mask .des {
    margin-top: 8px;
    color: #666;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    min-height: 52px;
   
        white-space: normal;
   
}

.fwly_mask .bottom {
    margin-top: 16px;
    padding-top: 16px;
    width: 100%;
    border-top: 1px solid rgba(51, 51, 51, 0.1);
}

.fwly_mask .bottom .s_title {
    color: #333;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

.fwly_mask .bottom .label {
    padding-top: 6px;
    display: flex;
    flex-wrap: wrap;
    margin-left: -4px;
    margin-right: -4px;
}

.fwly_mask .bottom .label span {
    display: flex;
    padding: 6px 10px;
    margin: 4px;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    background-color: var(--white-color);
    color: #666;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

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

.fwly_mask .bg:hover:after {
    opacity: 1;
}

.fwly_mask .bg:hover .title {
    padding-left: 20px;
    color: var(--white-color);
}

.fwly_mask .bg:hover .title::before {
    opacity: 1;
}

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

.fwly_mask .bg:hover .bottom {
    border-color: rgba(255, 255, 255, 0.1);
}

.fwly_mask .bg:hover .bottom .s_title {
    color: var(--white-color);
}

.fwly_mask .bg:hover .bottom .label span {
    color: var(--white-color);
    background: rgba(255, 255, 255, 0.30);
    backdrop-filter: blur(8px);
}

/* 合作流程 */
.hzlc_box {
    position: relative;
    padding-top: 70px;
    padding-bottom: 100px;
    background-color: #EFF2F8;
    z-index: 1;
    overflow: hidden;
}

.hzlc_box:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 60%;
    height: 100%;
    background-image: url(../images/hzlc_right_icon.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center right;
    z-index: -1;
}

.hzlc_box .hzlc_bg {
    position: relative;
}

.hzlc_box .hzlc_bg .thumb {
    margin-top: 32px;
    border-radius: 8px;
    border: 1px solid #E0E3E9;
    background-color: var(--white-color);
    overflow: hidden;
}
@media (max-width:991px) {

.fwly_mask .bottom .label span {
    font-size: 14px;
}

}

/* 检测案例 */
.jc_case_box {
    position: relative;
    padding-top: 56px;
    background-color: #FAFAFA;
    overflow: hidden;
}

.jc_case_table {
    margin-top: 40px;
    margin-bottom: 80px;
    border-radius: 8px;
    overflow: hidden;
}


.jc_case_nav ul {
    display: flex;
    align-items: stretch;
}

.jc_case_nav ul li {
    position: relative;
    width: 50%;
    background-color: #F1F3F5;
}

.jc_case_nav ul li:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 4px;
    background-color: #D5D5D5;
    transition: opacity .4s;
}

.jc_case_nav ul li::before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 0;
    height: 4px;
    background-color: var(--main-color);
    transition: width .4s;
}

.jc_case_nav a {
    display: flex;
    width: 100%;
    padding: 24px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.jc_case_nav a .t {
    position: relative;
    color: var(--black-color);
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    transition: padding-left .3s;
}

.jc_case_nav a .t::before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 12px;
    height: 12px;
    background-image: url(../images/red_icon01.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    opacity: 0;
    transition: all .4s;
}

.jc_case_nav .b {
    margin-top: 8px;
    color: #666;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    text-align: center;
}



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

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

@media (min-width:768px) {
    .jc_case_nav .active {
        border-color: var(--main-color);
        background-color: var(--white-color);
    }
    
    .jc_case_nav .active a .t {
        padding-left: 20px;
        color: var(--main-color);
    }
    
    .jc_case_nav .active a .t::before {
        opacity: 1;
    }
    
    .jc_case_nav ul li.active::after {
        opacity: 0;
    }
    
    .jc_case_nav ul li.active::before {
        width: 100%;
    }

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

    .service_pic .bg_left {
        height: 100px;
        left: -100px;
    }
}

@media (max-width:1280px) {
    .service_pic .text_box {
        padding: 50px 0 50px 48px;
        width: 80%;
    }

    .fwly_table .thumb {
        height: 640px;
    }
}

@media (max-width:1279px) {
    .service_number ul {
        margin-left: -20px;
        margin-right: -20px;
    }
    
    .service_number ul li {
        padding-left: 20px;
        padding-right: 20px;
    }
    .service_pic .bg_left {
        height: 60px;
        left: -50px;
    }

    .fwly_top {
        flex-wrap: wrap;
    }

    .fwly_tab_nav {
        display: flex;
        justify-content: flex-end;
        width: 100%;
    }


}

@media (max-width:991px) {
    .user_service {
        padding-top: 100px;
        padding-bottom: 100px;
        border-radius: 100px 0 0 0;
    }

    .service_box {
        padding-top: 80px;
    }

    .service_pic .thumb>img {
        min-height: 450px;
    }

    .service_pic .text_box {
        padding-top: 60px;
        padding-bottom: 60px;
        padding-left: 30px;
        width: 90%;
    }

    .service_pic .bg_left {
        height: 40px;
        left: -40px;
    }

    .service_number .p {
        padding-top: 15px;
        min-height: 52px;
    }

    .service_number ul {
        margin-left: -15px;
        margin-right: -15px;
    }

    .service_number ul li {
        padding-left: 15px;
        padding-right: 16px;
    }

    .fwly_tab_nav {
        padding-top: 30px;
        align-items: flex-start;
        justify-content: flex-start;
    }

    .fwly_top {
        flex-flow: column;
        align-items: flex-start;
        justify-content: flex-start;
    }

}

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

    .service_box {
        padding-top: 60px;
    }

    .service_pic .thumb>img {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }

    .service_pic .text_box {
        position: relative;
    }

    .service_pic .bg_left {
        height: 30px;
        left: -30px;
    }

    .service_number ul {
        flex-wrap: wrap;
    }

    .service_number ul li {
        padding-left: 15px;
        padding-right: 16px;
        margin-bottom: 15px;
        width: 45%;
    }
    .service_number ul li:nth-child(2n) {
        width: 55%;
    }

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

    .service_number {
        padding-top: 50px;
    }

    .service_number .top span {
        font-size: 32px;
    }

    .service_pic .bg_left {
        width: 200px;
        background-position: left bottom;
    }

    .service_pic .text_box {
        padding: 60px 25px 40px 25px;
        width: 100%;
    }

    .fwly_tab_nav ul {
        display: flex;
        /* flex-wrap: wrap; */
        /* width: 100%; */
        overflow-x: auto;
    }

    .fwly_tab_nav ul li {
        /* width: 50%; */
        padding-bottom: 10px;
    }

    .fwly_tab_nav a {
        padding: 14px 16px;
        white-space: nowrap;
    }

    .fwly_table {
        padding-top: 20px;
        white-space: nowrap;
    }

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

    .fwly_button {
        right: 30px;
        top: -50px;
    }

    .fwly_button>div {
        width: 50px;
        height: 50px;
    }

    .fwly_table .thumb {
        height: 550px;
    }

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

    .hzlc_box:after {
        width: 40%;
        background-size: contain;
        background-position: right top;
    }

    .jc_case_nav ul {
        flex-flow: column;
    }

    .jc_case_nav ul li {
        width: 100%;
    }

    .jc_case_nav a .t {
        font-size: 20px;
    }

    .jc_case_table {
        margin-bottom: 50px;
    }

    .user_service {
        padding-top: 0;
        padding-bottom: 0;
        border-radius: 51px 0 0 0;
    }
    .user_service .mask {
        position: relative;
    }
    .user_service .my-container {
        position: absolute;
        left: 0;
        top: 50px;
    }

    .user_service .link {
        padding-top: 20px;
        flex-flow: column;
        align-items: flex-start;
    }

    .user_service .link>div:first-child::after {
        display: none;
    }

    .user_service .link>div:first-child {
        padding-right: 0;
        margin-right: 0;
        padding-bottom: 10px;
    }

    .user_service .link img,
    .user_address img {
        width: 50px;
        margin-right: 10px;
    }

    .user_service .link .s_t {
        line-height: 26px;
    }

    .user_service .link .bold,
    .user_address .bold {
        font-size: 18px;
        line-height: 28px;
    }
    .user_service::before {
        background-size: 185%;
    }
    .jc_case_tab .pub-t1 {
        margin-bottom: 15px;
        display: block !important;
    }


}

@media (max-width:359px) {
    .fwly_tab_nav a span {
        font-size: 16px;
    }

    .fwly_tab_nav .active a span::before {
        top: 9px;
    }
}

/* 核心服务 */
.hxfw_box {
    position: relative;
    padding-top: 70px;
    padding-bottom: 60px;
    background-color: rgba(114, 113, 113, 0.05);
    overflow: hidden;
}

.hxfw_loop {
    margin-top: 48px;
}

.hxfw_loop .swiper-container {
    overflow: visible;
}

.hxfw_loop .swiper-slide {
    height: auto;
}

.hxfw_loop .swiper-slide .bg {
    position: relative;
    display: flex;
    width: 100%;
    height: 100%;
    min-height: 450px;
    padding: 32px;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    border-radius: 8px;
    background-color: var(--white-color);
    transition: background-color .3s;
    cursor: pointer;

    z-index: 1;
}

.hxfw_loop .bg:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 40%;
    height: 100%;
    background-image: url(../images/hxfw_icon03.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right bottom;
    opacity: 0;
    z-index: -1;
    transition: all .3s;
}

.hxfw_loop .bg .icon {
    position: relative;
    height: 60px;
}

.hxfw_loop .bg .icon img {
    max-height: 100%;
}

.hxfw_loop .bg .icon img:nth-child(2) {
    display: none;
}

.hxfw_loop .bg .title {
    margin-top: 16px;
    position: relative;
    color: var(--dark-color);
    font-style: normal;
    font-weight: 700;
    line-height: 1.4;
    transition: padding-left .4s;
}

.hxfw_loop .bg .title::before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 12px;
    height: 12px;
    background-image: url(../images/red_icon01.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    opacity: 0;
    transition: all 0.3s;
}

.hxfw_loop .bg .text p {
    position: relative;
    margin-top: 4px;
    padding-left: 14px;
    color: rgba(51, 51, 51, 0.8);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

.hxfw_loop .bg .text p::before {
    content: "";
    position: absolute;
    left: 0;
    top: 11px;
    width: 6px;
    height: 6px;
    background-color: var(--main-color);
    border-radius: 50%;
    opacity: 0.8;
}

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

}

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

.hxfw_loop .bg:hover .title {
    padding-left: 18px;
}

.hxfw_loop .bg:hover .title::before {
    opacity: 1;
}

.hxfw_loop .bg:hover:after {
    opacity: 1;
}

.hxfw_loop .bg:hover .text p {
    color: var(--white-color);
}

.hxfw_loop .bg:hover .text p::before {
    background-color: var(--white-color);
    opacity: 0.8;
}

.hxfw_loop .bg:hover .icon img:nth-child(1) {
    display: none;
}

.hxfw_loop .bg:hover .icon img:nth-child(2) {
    display: block;
}

.hxys_box {
    margin-top: 64px;
    overflow: hidden;
}

.hxys_cont {
    margin-top: 48px;
}

.hxys_cont .hxys_left_bg {
    position: absolute;
    left: -150px;
    bottom: 0;
    width: 29%;
    transform: translate(100%, 0%);
}

.hxys_cont .hxys_right_bg {
    position: absolute;
    right: -146px;
    top: -127px;
    max-width: 610px;
    width: 42%;
    transform: translateX(50%);
}

.hxys_cont.animated .hxys_left_bg {
    animation: squareMove1 2s cubic-bezier(0.4, 0.0, 0.2, 1) 1s forwards;
}

.hxys_cont.animated .hxys_right_bg {
    animation: squareMove4 2s cubic-bezier(0.4, 0.0, 0.2, 1) .1s forwards;
}

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

.hxys_loop .box {
    display: flex;
    position: relative;
    width: 464px;
    height: 600px;
    padding: 40px;
    padding-bottom: 28px;
    margin-left: 12px;
    margin-right: 12px;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    border-radius: 8px;
    z-index: 1;
    overflow: hidden;
    transition: width 0.6s ease;
}

.hxys_loop .box .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    cursor: pointer;

    z-index: -1;
}

.hxys_loop .box .bg::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.2;
    background: linear-gradient(0deg, rgba(40, 51, 54, 0.00) 0%, #283336 100%);
}

.hxys_loop .box .bg:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/hxys_cont_icon.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center bottom;
    opacity: 0;
}

.hxys_loop .box .inbox {
    position: relative;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    width: 100%;
    height: 100%;
}

.hxys_loop .box .inbox .title {
    padding-bottom: 24px;
    border-bottom: 1px solid rgba(255, 255, 255, 0);
    color: var(--white-color);
    font-style: normal;
    font-weight: 700;
    line-height: 1.5;
}

.hxys_loop .icon {
    position: absolute;
    left: 0;
    bottom: 12px;
    width: 56px;
    height: 56px;
    background-color: var(--white-color);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: opacity .3s;

}



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

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

.hxys_cont .mask .t {
    position: relative;
    color: var(--white-color);
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
    transition: padding-left .4s;
}

.hxys_cont .mask .t::before {
    content: "";
    position: absolute;
    left: 0;
    top: 12px;
    width: 12px;
    height: 12px;
    background-image: url(../images/red_icon01.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    opacity: 0;
    transition: all 0.3s;
}

@media (min-width:768px) {
    .hxys_cont .inbox .mask {
        min-width: 400px;
        opacity: 0;
        transition: opacity .3s;
    }


}

.hxys_cont .mask p {
    padding-top: 5px;
    color: var(--white-color);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    opacity: 0.8;
}

.hxys_loop .box.act {
    width: calc(100% - 488px);
}

.hxys_loop .box.act .bg {
    opacity: 1;
}

.hxys_loop .box.act .bg:after {
    opacity: 1;
}

.hxys_loop .box.act .icon {
    opacity: 0;
}

.hxys_loop .box.act .title {
    border-color: rgba(255, 255, 255, 0.20);
}

.hxys_loop .box.act .inbox .mask {
    transition-delay: .4s;
    opacity: 1;
}

.hxys_cont .mask ul li:hover .t {
    padding-left: 20px;
}

.hxys_cont .mask ul li:hover .t::before {
    opacity: 1;
}

.zctx_box {
    padding-top: 64px;

}

.zctx_bottom {
    padding-top: 48px;
    padding-bottom: 80px;
}

.zctx_bottom .bg {
    position: relative;
}

.zctx_bottom .thumb {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    z-index: 1;
    overflow: hidden;
}

.zctx_bottom .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.zctx_bottom .thumb::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.3;
    background: linear-gradient(289deg, rgba(91, 105, 112, 0.00) 35.03%, #5B6970 83.32%);
    z-index: 1;
}

.zctx_bottom .thumb::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/zctx_icon.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: 2;
}

.zctx_loop {
    position: relative;
    padding: 37px;
    display: flex;
    align-items: center;
    width: 70%;
    max-width: 830px;
    min-height: 660px;
    z-index: 9;
}

.honor_down {
    position: relative;
    width: 100%;
    z-index: 10;
}

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

.honor_down ul li {
    float: left;
    width: 50%;
    padding: 8px;
    /* position: relative; */
}

.honor_down .honr_list {
    position: relative;
    display: flex;
    align-items: center;
    padding: 16px 24px;
    min-height: 120px;
    height: 100%;
    border-radius: 8px;
    background: var(--white-color);
    transition: all .3s;
    overflow: hidden;
    cursor: pointer;
}

.honor_down .honr_list .title {
    position: relative;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    padding-left: 36px;
    padding-right: 36px;
    width: 100%;
    color: var(--dark-color);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    min-height: 66px;
}

.honor_down .honr_list .title::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 36px;
    height: 66px;
    background-image: url(../images/honor_bg_left.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.honor_down .honr_list .title::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 36px;
    height: 66px;
    background-image: url(../images/honor_bg_right.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.honor_down .hover-reveal {
    width: 233px;
    height: 319px;
}

.hover-reveal {
    position: fixed;
    top: 0;
    left: 0;
    pointer-events: none;
    opacity: 0;
    z-index: 99;
}

.hover-reveal__inner,
.hover-reveal__img {

    width: 100%;

    height: 100%;

    position: relative;

}


.hover-reveal__deco {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #181314;
}

.hover-reveal__img {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;

}

.honor_down .honr_list:hover {
    background-color: var(--main-color);
}

.honor_down .honr_list:hover .title {
    color: var(--white-color);
}

.honor_down .honr_list:hover .title::before {
    background-image: url(../images/honor_bg_left2.svg);
}

.honor_down .honr_list:hover .title::after {
    background-image: url(../images/honor_bg_right2.svg);
}

.honor_swiper {
    /* margin-top: 30px; */
    overflow: visible;
}
.honor_swiper .img {
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
}
.honor_swiper .title {
    padding-top: 10px;
    color: var(--dark-color);
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}

@media (max-width:1580px) {
    .hxys_cont .hxys_left_bg {
        left: -80px;
    }

    .hxys_cont .hxys_right_bg {
        right: -80px;
        top: -100px;
    }

}

@media (max-width:1366px) {

    .hxys_cont .mask .t::before {
        top: 12px;
    }

}

@media (max-width:1365px) {
    .hxys_cont .hxys_left_bg {
        left: -60px;
    }

    .hxys_cont .hxys_right_bg {
        right: -60px;
        top: -80px;
    }

    .hxys_loop .box {
        width: 400px;
    }

    .hxys_loop .box.act {
        width: calc(100% - 424px);
    }

}

@media (max-width:1279px) {
    .hxys_cont .hxys_left_bg {
        left: -50px;
    }

    .hxys_cont .hxys_right_bg {
        right: -50px;
        top: -80px;
    }

    .hxys_loop .box {
        width: 350px;
    }

    .hxys_cont .mask ul {
        margin-left: -8px;
        margin-right: -8px;

    }

    .hxys_cont .mask ul li {
        padding: 12px 8px;
    }


    .hxys_loop .box.act {
        width: calc(100% - 374px);
    }

    .honor_down .honr_list .title {
        padding-left: 16px;
        padding-right: 16px;
    }

}

@media (max-width:1100px) {
    .hxys_loop {
        flex-wrap: wrap;
    }

    .hxys_loop .box.act {
        width: 100%;
        margin-top: 35px;
    }

}

.ipad_show {
    display: none !important;
}

@media (max-width:991px) {
    .hxfw_loop .bg .title {
        max-width: 190px;
    }
    .zctx_bottom .bg {
        margin-bottom: 30px;
    }

    .zctx_bottom .thumb {
        position: relative;
        margin-top: 25px;
    }

    .zctx_loop {
        position: relative;
        padding: 37px;
        width: 100%;
        max-width: inherit;
        min-height: inherit;
        display: none !important;
    }

    .ipad_show {
        display: block !important;
    }



}

@media (max-width:767px) {
    .hxys_cont {
        margin-top: 26px;
    }

    .hxys_cont .hxys_right_bg {
        right: -10px;
        top: -10px;
        width: 30%;
    }

    .honor_box .hxys_cont .hxys_right_bg {
        top: -30px;
    }

    .hxys_cont .hxys_left_bg {
        display: none !important;
    }

    .hxys_loop .box {
        width: 100%;
        height: auto;
        padding: 0;
    }

    .hxys_loop .box .bg {
        position: relative;
        background-image: none !important;
        border-radius: 8px;
        overflow: hidden;
    }

    .hxys_loop .box .bg img {
        width: 100%;
    }

    .hxys_loop .box .inbox {
        padding-bottom: 25px;
        height: auto;
    }

    .hxys_loop .icon {
        display: none !important;
    }

    .hxys_loop .box .inbox .title {
        color: var(--black-color);
    }

    .hxys_loop .box.act .title {
        border: none;
    }

    .hxys_cont .mask .t {
        color: var(--main-color);
        font-weight: 500;
    }

    .hxys_cont .mask p {
        color: #666;
    }

    .hxys_cont .mask ul li {
        width: 50%;
    }

    .hxfw_loop .swiper-slide .bg {
        padding: 30px 26px;
        min-height: 360px;
    }

    .hxfw_loop .bg .top {
        margin-bottom: 30px;
    }

    .hxfw_loop .bg .icon {
        height: 50px;
    }
    .zctx_bottom .thumb {
        display: none !important;
    }

}

@media (max-width:350px) {
    .hxys_cont .mask ul li {
        width: 100%;
    }

}

/* 辐照灭菌 */
.irra_box {
    overflow: hidden;
}

.irrad_text {
    align-items: flex-end;
    padding-bottom: 130px;
}

.irrad_list {
    padding-top: 40px;
}

.irrad_list ul {
    margin-left: -20px;
    margin-right: -20px;
    display: flex;
}

.irrad_list ul li {
    padding: 0 20px;
    display: flex;
    flex-flow: column;
    align-items: center;
}

.irrad_list .icon {
    display: flex;
    width: 66px;
    height: 66px;
    padding: 13px;
    justify-content: center;
    align-items: center;
    border-radius: 60px;
    background: #FFF;
}

.irrad_list .t {
    margin-top: 8px;
    color: var(--white-color);
    text-align: center;
    font-style: normal;
    font-weight: 700;
    line-height: 1.5;
}

.fzly_box {
    position: relative;
    padding-top: 80px;
}

.fzly_list {
    position: relative;
    margin-top: 36px;
    z-index: 1;
}

.fzly_list:after {
    content: "";
    position: absolute;
    bottom: -140px;
    right: -135px;
    width: 450px;
    height: 450px;
    transform: translateX(30%);
    background-image: url(../images/fzly_right_icon.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right bottom;
    z-index: -1;
}

.fzly_list.animated:after {
    animation: squareMove4 2s cubic-bezier(0.4, 0.0, 0.2, 1) .1s forwards;
}

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

.fzly_list>ul>li {
    width: 50%;
    padding: 12px;
}

.fzly_list .bg {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 380px;
    cursor: pointer;
    border-radius: 8px;
    z-index: 1;
    overflow: hidden;
}

.fzly_list .thumb {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 8px;
    z-index: -1;
}

.fzly_list .thumb::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0.4;
    background: linear-gradient(254deg, #000 0.39%, rgba(0, 0, 0, 0.00) 53.09%, #000 100%);
}

.fzly_list .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s;
}

.fzly_list .inbox {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 40px;
    z-index: 9;
}

.fzly_list .title {
    position: relative;
    color: var(--white-color);
    font-style: normal;
    font-weight: 700;
    line-height: 1.5;
    transition: padding-left .3s;
}

.fzly_list .title::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    margin-top: 2px;
    width: 14px;
    height: 14px;
    background-image: url(../images/red_icon02.svg);
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0;
    transition: all .4s;
    z-index: -1;
}

.fzly_list .eng {
    padding-top: 4px;
    color: var(--white-color);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

.fzly_list .t {
    color: var(--white-color);
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.5;
}

.fzly_list .list {
    position: absolute;
    right: 24px;
    bottom: 24px;
    display: flex;
    flex-wrap: wrap;
    margin-left: -4px;
    margin-right: -4px;
    max-width: 360px;
    width: 70%;
}

.fzly_list .list .loop {
    display: flex;
    height: 100px;
    padding: 30px 16px;
    margin: 4px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: calc(50% - 8px);
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.90);
    backdrop-filter: blur(16px);
}

.fzly_list .list .loop .icon {
    width: 40px;
}

.fzly_list .list .loop .s_t {
    padding-top: 4px;
    color: var(--dark-color);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

.fzly_list>ul>li>.bg:hover .thumb img {
    -webkit-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03);
}

.fzly_list>ul>li>.bg:hover .title {
    padding-left: 22px;
}

.fzly_list>ul>li>.bg:hover .title::before {
    opacity: 1;
}

.yzsfw_box {
    padding-top: 64px;
}

.yzsfw_bg {
    display: flex;
    align-items: stretch;
    margin-top: 48px;
    padding: 40px;
    border-radius: 8px;
    background: rgba(114, 113, 113, 0.05);
}

.yzsfw_bg .yzsfw_table {
    display: flex;
    align-items: center;
    width: 49.3%;
    padding-right: 40px;
    min-height: 416px;
}

.yzsfw_bg .yzsfw_table ul {
    display: flex;
    flex-wrap: wrap;
    margin: -8px;
}

.yzsfw_bg .yzsfw_table ul li {
    padding: 8px;
    width: 50%;
}

.yzsfw_bg .yzsfw_table .bg {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 92px;
    padding: 0 24px;
    border-radius: 4px;
    background-color: var(--white-color);
    cursor: pointer;

    transition: all .3s;
}

.yzsfw_bg .yzsfw_table .bg .icon {
    width: 32px;
}

.yzsfw_bg .yzsfw_table .bg .icon img:nth-child(2) {
    display: none;
}

.yzsfw_bg .yzsfw_table .bg .t {
    flex: 1;
    padding-right: 5px;
    color: var(--dark-color);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

.yzsfw_tab_cont {
    position: relative;
    width: 50.7%;
    order: 2;
}

.yzsfw_tab_cont .pub-t1 {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    transition: opacity .3s;
    border-radius: 4px;
    overflow: hidden;
}

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

.yzsfw_tab_cont .pub-t1.d-show {
    opacity: 1;
}

.yzsfw_bg .yzsfw_table li.active .bg {
    background-color: var(--main-color);
}

.yzsfw_bg .yzsfw_table li.active .icon img:nth-child(1) {
    display: none;
}

.yzsfw_bg .yzsfw_table li.active .icon img:nth-child(2) {
    display: block;
}

.yzsfw_bg .yzsfw_table li.active .t {
    color: var(--white-color);
}

.zctx_loop_list {
    position: relative;
    padding: 30px 50px;
    display: flex;
    align-items: flex-end;
    width: 100%;
    min-height: 600px;
    z-index: 9;
}

.honor_box .zctx_loop_list {
   padding-left: 0;
    padding-right: 0;   
}

.zctx_bottom .honor_down {
    position: relative;
    padding-left: 50px;
    padding-right: 50px;
   
}
.zctx_bottom .honor_down .block {
    max-width: 992px;
    margin: 0 auto;
}
.honor_box .zctx_bottom .honor_down::before {
    content: "";
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: calc(100% + 30px);
    opacity: 0.8;
    background: linear-gradient(180deg, rgba(22, 76, 119, 0.00) 0%, #164C77 100%);
    z-index: -1;
}

.zctx_loop_list .honor_down ul {
    justify-content: center;
}

.zctx_loop_list .honor_down ul li {
    float: left;
    width: 33.33%;
    padding: 8px;
    position: relative;
}

.zctx_loop_list .honor_down .honr_list {
    background-color: transparent;
}

.zctx_loop_list .honor_down .honr_list::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    background-color: rgba(215, 223, 229, 0.40);
    backdrop-filter: blur(16px);
    z-index: -1;
}

.zctx_loop_list .honor_down .honr_list .title::before {
    background-image: url(../images/honor_bg_left01.svg);
}

.zctx_loop_list .honor_down .honr_list .title::after {
    background-image: url(../images/honor_bg_right01.svg);
}

.honor_box .zctx_bottom .thumb::before {
    display: none !important;
}

.honor_box .zctx_bottom .thumb::after {
    display: none;
}


.zctx_loop_list .honor_down .honr_list .title {
    color: var(--white-color);
}

.zctx_loop_list .honor_down .honr_list:hover {
    background-color: var(--main-color);
}

.zctx_loop_list .honor_down .honr_list:hover::before {
    opacity: 0;
}


.fz_hxys_box {
    padding-top: 64px;
}

.work_list {
    padding-top: 48px;
}

.work_list ul {
    position: relative;
    display: flex;
}

.work_list ul li {

    text-align: center;
    width: 14.28%;
 
}

.work_list ul li .thumb {
    padding: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    border-radius: 50%;
    position: relative;

}

.work_list ul li .thumb img {
    width: 100%;
    border-radius: 50%;
}

.work_list .text {
    padding-top: 10px;
}

.work_list .text .num {
    color: #C5C5C5;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

.work_list .text .title {
    margin-top: 4px;
    height: 56px;
    color: var(--dark-color);
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
}

.zctx_bottom.aos-animate .hxys_right_bg {
    animation: squareMove4 2s cubic-bezier(0.4, 0.0, 0.2, 1) .1s forwards;
}

.zctx_bottom .bg_left {
    position: absolute;
    width: 480px;
    height: 120px;
    left: -120px;
    bottom: 0;
    z-index: -1;
    transform: translateX(50%);
    background-image: url(../images/service_left_icon.svg);
    background-repeat: no-repeat;
    background-size: contain;
}

.zctx_bottom.aos-animate .bg_left {
    animation: squareMove4 2s cubic-bezier(0.4, 0.0, 0.2, 1) 1s forwards;
}

@media (min-width:768px) {

    .work_list ul::before {
        position: absolute;
        top: 50%;
        left: -4px;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        margin-top: -48px;
        width: 8px;
        height: 8px;
        background-color: var(--main-color);
        border-radius: 50%;
        content: "";
        display: block;
    }

    .work_list ul li .thumb::before {
        position: absolute;
        top: 50%;
        right: -4px;
        transform: translateY(-50%);
        width: 8px;
        height: 8px;
        background-color: var(--main-color);
        border-radius: 50%;
        content: "";
        display: block;
    }

    .work_list ul li .thumb::after {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        height: 100%;
        content: "";
        display: block;
    }

    .work_list ul li:nth-child(odd) .thumb::after {
        background: url(../images/work_top_cicle.svg) no-repeat center;
        background-size: 100% 100%;
    }

    .work_list ul li:nth-child(even) .thumb::after {
        background: url(../images/work_bottom_cicle.svg) no-repeat center;
        background-size: 100% 100%;
    }
}

.zxbz_list {
    padding-top: 36px;
}

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

.zxbz_list ul li {
    padding: 12px;
    width: 16.66%;
}

.zxbz_list .bg {
    position: relative;
    display: flex;
    padding: 10px;
    height: 100%;
    min-height: 156px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    background-color: rgba(114, 113, 113, 0.06);
    cursor: pointer;

    transition: all .3s;
    z-index: 1;
    overflow: hidden;
}

.zxbz_list .bg:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/zxbz_hover_icon.svg);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;
    opacity: 0;
    z-index: -1;
}

.zxbz_list .title {
    color: var(--dark-color);
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
}

.zxbz_list .des {
    margin-top: 8px;
    color: #666;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

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

.zxbz_list .bg:hover:after {
    opacity: 1;
}

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

.zxbz_list .bg:hover .des {
    color: rgba(255, 255, 255, 0.70);
}

/* 核心优势 */

.adv_top {
    margin-top: 48px;
    display: flex;
    padding: 24px;
    align-self: stretch;
    border-radius: 8px;
    background: #F8F8F8;
}

.adv_top .adv_top_left {
    width: 163px;
}

.adv_top .right {
    flex: 1;
    display: flex;
    margin-left: 24px;
}

.adv_top .adv_top_mid {
    width: 25%;
    padding-right: 12px;
}

.adv_top .adv_top_right {
    margin-left: 12px;
    width: 75%;
    border-radius: 8px;
    background-color: var(--white-color);
}

.adv_top .adv_top_right ul {
    margin-left: -12px;
    margin-right: -12px;
    display: flex;
    align-items: stretch;
    height: 100%;
}

.adv_top .adv_top_right ul li {
    position: relative;
    padding: 0 12px;
    width: 33.33%;
}

.adv_top .adv_top_right ul li:last-child::before {
    display: none;
}

.adv_top .adv_top_right ul li::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 1px;
    height: 85%;
    background-color: rgba(0, 0, 0, 0.05);

}

.adv_top_left .bg {
    display: flex;
    padding: 24px 0;
    flex-direction: column;
    align-items: flex-start;
}

.adv_top_left .big_t {
    padding-bottom: 16px;
    color: var(--dark-color);
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
}

.adv_top_left .big_t:last-child {
    padding-bottom: 0;
}

.adv_top_mid .bg {
    display: flex;
    padding: 24px;
    flex-direction: column;
    align-items: flex-start;
    border-radius: 8px;
    width: 100%;
    height: 100%;
    background-color: var(--main-color);
    box-shadow: 0 0 44px 0 rgba(18, 64, 152, 0.30);
    background-image: url(../images/hxys_top_icon.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
}

.adv_top_mid .bg .t {
    padding-bottom: 16px;
    color: var(--white-color);
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
}

.adv_top_mid .bg .small_t {
    padding-bottom: 16px;
    color: var(--white-color);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

.adv_top_mid .bg .small_t:last-child {
    padding-bottom: 0;
}

.adv_top_right .bg {
    display: flex;
    padding: 24px;
    flex-direction: column;
    align-items: flex-start;
    height: 100%;

}

.adv_top_right .bg .t {
    padding-bottom: 16px;
    color: var(--main-color);
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
}

.adv_top_right .bg .right_m_t {
    padding-bottom: 16px;
    color: #666;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

.adv_top_right .bg .right_m_t:last-child {
    padding-bottom: 0;
}

.adv_bottom {
    padding-top: 12px;
}

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

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

.adv_bottom .bg {
    padding: 24px;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    background-color: #F8F8F8;
}

.adv_bottom .title span:first-child {
    color: var(--dark-color);
    font-style: normal;
    font-weight: 700;
}

.adv_bottom .bot {
    padding-top: 16px;
    margin-top: 16px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.adv_bottom .bot p {
    margin-bottom: 4px;
    position: relative;
    padding-left: 16px;
    color: #666;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

.adv_bottom .bot p::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    width: 6px;
    height: 6px;
    background-color: var(--main-color);
    border-radius: 50%;
}


@media (max-width:1580px) {
    .fzly_list:after {
        bottom: -122px;
        right: -100px;
        width: 400px;
        height: 400px;
    }

}

@media (max-width:1440px) {

    .zctx_bottom .bg_left {
        height: 100px;
        left: -100px;
    }

}

@media (max-width:1439px) {
    .fzly_list:after {
        bottom: -105px;
        right: -80px;
        width: 350px;
        height: 350px;
    }

    .zxbz_list ul li {
        width: 25%;
    }
}

@media (max-width:1365px) {
    .fzly_list:after {
        bottom: -90px;
        right: -60px;
        width: 300px;
        height: 300px;
    }

}

@media (max-width:1279px) {
    .fzly_list:after {
        bottom: -70px;
        right: -40px;
        width: 250px;
        height: 250px;
    }

    .zctx_bottom .bg_left {
        height: 60px;
        left: -60px;
    }


}

@media (min-width: 768px) and (max-width: 1200px) {
    .adv_top .right {
        overflow-x: auto;
    }

    .adv_top .right::-webkit-scrollbar {
        width: 4px;
        height: 4px;
    }

    .adv_top .right::-webkit-scrollbar-button:vertical {
        display: none
    }

    .adv_top .right::-webkit-scrollbar-corner,
    ::-webkit-scrollbar-track {
        background-color: #ccc;
        border-radius: 4px;
    }

    .adv_top .right::-webkit-scrollbar-thumb {
        background-color: #999;
        border-radius: 4px;
    }

    .adv_top .adv_top_mid,
    .adv_top .adv_top_right ul li .bg {
        min-width: 250px;
    }

    .adv_top .adv_top_right,
    .adv_top .adv_top_right ul li {
        width: auto;
    }
}

@media (max-width:991px) {
    .fzly_list:after {
        bottom: -55px;
        right: -20px;
        width: 200px;
        height: 200px;
    }

    .fzly_list>ul>li {
        width: 100%;
    }

    .yzsfw_bg {
        flex-flow: column;
    }

    .yzsfw_bg .yzsfw_table {
        display: flex;
        align-items: center;
        width: 100%;
        padding-top: 16px;

        padding-right: 0;
        min-height: inherit;
    }

    .yzsfw_tab_cont {
        position: relative;
        width: 100%;
        order: inherit;
    }

    .yzsfw_tab_cont .pub-t1 {
        display: none;
        position: relative;
        height: auto;
    }

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

    .work_list ul li .thumb {
        padding: 12px;
    }

    .zxbz_list ul li {
        width: 33.33%;
    }

    .zctx_bottom .bg_left {
        height: 40px;
        left: -40px;
        width: 250px;
    }

    .zctx_loop_list {
        display: none !important;
    }

    .adv_bottom ul li {
        width: 50%;
    }
    .adv_top_right .bg .right_m_t {
        white-space: nowrap;

    }

}

@media (max-width:767px) {
    .fzly_list .title::before {
        width: 12px;
        height: 12px;
    }

    .fzly_box {
        padding-top: 50px;
    }

    .irrad_list ul {
        margin-left: -10px;
        margin-right: -10px;
    }

    .irrad_list ul li {
        padding: 0 10px;
        /* width: 25%; */
    }

    .irrad_list .icon {
        width: 56px;
        height: 56px;
        padding: 12px;
    }

    /* .fzly_list:after {
        display: none !important;
    }

    .fzly_list .inbox {
        padding: 20px 0;
    } 

    .fzly_list .bg {
        height: auto;
    }

    .fzly_list .list {
        position: relative;
        align-items: stretch;
        padding-top: 20px;
        right: 0;
        bottom: 0;
        margin: 0;
        max-width: inherit;
        width: 100%;
    }

   .fzly_list .thumb {
        position: relative;
        height: auto;
    }
        
      .fzly_list .title {
        color: var(--main-color);
    }

    .fzly_list .eng {
        color: #666;
        font-size: 16px;
    }

    .fzly_list .list .loop {
        background: rgba(114, 113, 113, 0.05);
    }

    */
    .fzly_list .inbox {
        padding: 30px 20px;
    }
    .fzly_list .list {
        position: relative;
        align-items: stretch;
        padding-top: 20px;
        right: 0;
        bottom: 0;
        margin: 0;
        max-width: inherit;
        width: 100%;
    }

    .fzly_list .list .loop {
        padding: 20px 10px;

        min-height: 100px;
        height: auto;
    }

  


    .yzsfw_box {
        padding-top: 20px;
    }

    .yzsfw_bg {
        margin-top: 48px;
        padding: 20px;
        border-radius: 8px;
    }

    .yzsfw_bg .yzsfw_table ul {
        display: flex;
        flex-wrap: wrap;
        margin: 0;
        margin-right: -4px;
        margin-left: -4px;
    }

    .yzsfw_bg .yzsfw_table ul li {
        padding: 4px;
    }

    .yzsfw_bg .yzsfw_table .bg {
        position: relative;
        min-height: 60px;
        padding: 0 10px;
        padding-top: 50px;
        padding-bottom: 16px;
        height: 100%;
    }

    .yzsfw_bg .yzsfw_table .bg .icon {
        position: absolute;
        top: 12px;
        left: 50%;
        transform: translateX(-50%);
        width: 28px;
    }

    .yzsfw_bg .yzsfw_table .bg .t {
        flex: inherit;
        padding-right: 0;
        font-size: 16px;
        line-height: 24px;
        width: 100%;
        text-align: center;
    }
    .work_list {
        padding-top: 30px;
    }
    .work_list ul {
        flex-wrap: wrap;
        margin-left: -4px;
        margin-right: -4px;
    }

    .work_list ul li {
        width: 100%;
        padding: 4px;
        margin-bottom: 10px;
    }

    .work_list ul li .thumb {
        padding: 0;
    }
    .work_list ul li .thumb {
        padding: 0;
        width: 100%;
        /* height: 200px; */
        margin: 0 auto;
    }
    .work_list ul li .thumb img {
        width: 100%;
        /* border-radius: 50%; */
        /* height: 100%; */
        /* object-fit: cover; */
        border-radius: 8px;
    }
    .work_list .text {
        display: flex;
        align-items: center;
    }
    .work_list .text .num {
        line-height: inherit;
    }
    .work_list .text .title {
        margin-top:0;
        margin-left: 8px;
        height: auto;
        line-height: inherit;
    }
    .zctx_box {
        padding-top: 50px;
    }

    .zctx_bottom {
        padding-top: 30px;
        padding-bottom: 50px;
    }

    .zzzs_loop {
        display: none;
    }

    .zctx_bottom .bg_left {
        height: 30px;
        left: -14px;
    }

    .adv_bottom ul li {
        width: 100%;
    }

    .adv_top {
        margin-top: 48px;
        padding: 24px 16px;
    }

    .adv_top_mid .bg,
    .adv_top_right .bg {
        padding: 24px 36px;

    }
    .adv_top_left .big_t,
    .adv_top_mid .bg .t {
        font-size: 16px;
    }
    .adv_top .adv_top_left {
        width: auto;
    }

    .adv_top .right {
        flex: inherit;
    }

    .adv_top_left .big_t {
        white-space: nowrap;
    }

    .adv_top .adv_top_mid,
    .adv_top .adv_top_right ul li .bg {
        white-space: nowrap;
    }

    .adv_top .adv_top_mid,
    .adv_top .adv_top_right {
        width: auto;

    }


    .adv_top .adv_top_right ul li {
        width: auto;
    }

    .adv_top {
        overflow-x: auto;
    }

    .adv_top::-webkit-scrollbar {
        width: 4px;
        height: 4px;
    }

    .adv_top::-webkit-scrollbar-button:vertical {
        display: none
    }

    .adv_top::-webkit-scrollbar-corner,
    ::-webkit-scrollbar-track {
        background-color: #ccc;
        border-radius: 4px;
    }

    .adv_top::-webkit-scrollbar-thumb {
        background-color: #999;
        border-radius: 4px;
    }

    .fz_hxys_box {
        padding-top: 50px;
    }
    .zxbz_list ul li {
        width: 100%;
    }
}

/* 发展布局 */
.user_deve {
    position: relative;
    padding-top: 72px;
    background-color: #EFF3F8;
    z-index: 1;
    overflow: hidden;
}

.user_deve .deve_left_bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 30%;
    height: 100%;
    z-index: -1;
}

.user_deve .deve_bom_bg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: -1;
}

.user_deve .deve_work_map {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: -1;
}

.user_deve .deve_work_map img {
    width: 100%;
    height: 100%;
    opacity: 0;
}

.deve_cont {
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}

.deve_cont .user_case_title {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 99;
}

.deve_left_bottom {
    position: absolute;
    left: 0;
    bottom: 66px;
    max-width: 392px;
    width: 40%;
}

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

.deve_left_bottom ul li {
    padding: 12px 16px;
    width: 50%;
}

.deve_left_bottom .icon {
    width: 46px;
}


.deve_left_bottom .t {
    margin-top: 8px;
    color: #333;
    font-style: normal;
    font-weight: 700;
    min-height: 56px;
    line-height: 28px;
}


.deve_cont .deve_map {
    position: relative;
    margin-top: 50px;
    width: 66%;
    z-index: 8;
}

.deve_cont .deve_map .text {
    position: absolute;
    right: 0;
    bottom: 38px;
    color: #C9CED7;
    text-align: right;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

.deve_map .water_bg {
    position: absolute;
    left: 53.5%;
    top: 40%;
    transform: translate(-40%, -40%) scale(0.5);
    width: 118.5%;
    animation: bianda 5s infinite linear;
    z-index: 2;
}

/* .deve_map  .water_bg::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 10px;
    height: 10px;
    background-color: red;
} */
.deve_map .water_bg::before {
    content: "";
    display: block;
    position: relative;
    z-index: 0;
    padding-top: 100%;
}

.deve_map .water_bg>img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .8s;
}

@keyframes bianda {
    from {
        transform: translate(-40%, -40%) scale(0.5);
    }

    to {
        transform: translate(-40%, -40%) scale(0.8);
    }
}

@media (max-width:1680px) {
    .deve_cont .deve_map {
        width: 69%;
    }

    .deve_map .water_bg {
        left: 61.5%;
        width: 131.5%;
    }

}

@media (max-width:1440px) {
    .deve_cont .deve_map {
        width: 69%;
    }

    .deve_map .water_bg {
        left: 61.97%;
        top: 40.5%;
        width: 131.5%;
    }

}

@media (max-width:1439px) {

    .deve_map .water_bg {
        left: 63.2%;
        top: 40.8%;
    }

}

@media (max-width:1366px) {
    .deve_cont .deve_map {
        margin-top: 45px;
        width: 70%;
    }

    .deve_map .water_bg {
        left: 63.8%;
        top: 40.8%;
    }

}

@media (max-width:1280px) {
    .deve_cont .deve_map {
        margin-top: 45px;
        width: 70%;
    }

    .deve_map .water_bg {
        left: 63.4%;
        top: 41%;
    }

}

@media (max-width:1279px) {
    .deve_cont .deve_map {
        margin-top: 40px;
        width: 70.5%;
    }


}

@media (max-width:1100px) {
    .deve_cont .deve_map {
        margin-top: 10px;
        width: 71%;
    }

    .deve_cont .deve_map img {
        margin-right: -10px;
    }

    .deve_cont .user_case_title {
        top: -30px;
    }

    .deve_left_bottom {
        bottom: 46px;
        width: 45%;
    }

}

@media (max-width:991px) {
    .deve_cont .user_case_title {
        top: -30px;
    }

    .deve_cont .deve_map {
        margin-top: 10px;
        width: 71%;
    }

    .deve_cont .deve_map img {
        margin-right: -25px;
    }

    .deve_left_bottom {
        bottom: 26px;
        width: 80%;
    }

    .deve_left_bottom .t {
        min-height: inherit;
    }

    .deve_work_map {
        display: none !important;
    }

    .deve_cont {
        flex-flow: column;
        align-items: flex-start;
    }

    .deve_cont .user_case_title {
        position: relative;
        top: inherit;
    }

    .deve_cont .deve_map {
        margin-top: 10px;
        width: 100%;
    }

    .deve_cont .deve_map .text {
        bottom: 20px;
        font-size: 14px;
        right: inherit;
        left: 0;
        line-height: 24px;
    }


}

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

    .user_deve {
        padding-top: 50px;
    }

    .hxys_box {
        margin-top: 50px;
    }

    .deve_cont .deve_map {
        margin-top: 20px;
    }

    .deve_left_bottom {
        position: relative;
        bottom: inherit;
        padding-bottom: 20px;
        width: 100%;
    }

    .deve_left_bottom ul {
        margin-left: -6px;
        margin-right: -6px;

    }

    .deve_left_bottom ul li {
        padding: 12px 6px;
    }

    .deve_left_bottom .t {
        font-size: 16px;
    }

    .deve_left_bottom .icon {
        width: 36px;
    }
    /* banner */
    .inspect_text .big_t {
        max-width: 360px;
    }
    .user_add_icon {
        background-size:200%;
    }
    .one_bg_icon {
        background-size: 200%;
        background-position: top left;
    }

    .user_deve .deve_bom_bg {
        left: inherit;
        right: 0;
        width: 200%;
    }
    .user_case_title .small_t {
        font-size: 18px;
    }
    .user_case_title .big_t {
        font-size: 24px;
    }
    .zctx_bottom .bg {
        display: none !important;
    }

    .card-title::before {
        top: 12px;
        width: 10px;
        height: 10px;
    }
}
.honor_down .honr_list:hover {
    
}
.honr_list .hover_img {
    position: absolute;
    bottom: calc(100% + 10px);
    left: 50%;

    transform: translate(-50%,-20px);
    width: 233px;
    height: 319px;
    display: flex;
    align-items: center;
    justify-content: center;
    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;
}

.honr_list .hover_img .img_ {
    text-align: center;
    width: 0; border-radius: 8px;
    transition: all 0.4s;
    overflow: hidden;
}
.honr_list:hover {
    overflow: visible;
}
.honr_list .hover_img.m_show {
    opacity: 1;
    transform: translate(-50%,0);
    z-index: 99;
}
.honr_list .hover_img.m_show .img_ {
    width: 100%;
}