* {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
        list-style: none;
        line-height: 100%;
    }
    
    body {
        font-size: 14px;
        min-width: 1200px;
        overflow-x: hidden;
        overflow-x: hidden;
        font-family: 'Hos';
    }
    
    a {
        text-decoration: none;
        font-size: 14px;
    }
    
    li {
        list-style: none;
    }
    
    em,
    i {
        font-style: normal;
    }
    
    input,
    select,
    textarea {
        border-radius: 0;
        outline: none;
    }
    
    input[type="button"],
    input[type="submit"],
    input[type="reset"],
    input[type="text"],
    input[type="password"] {
        -webkit-appearance: none;
    }
    
    a,
    *::before,
    *::after {
        font-size: 14px;
        text-decoration: none;
        -webkit-transition: all .4s ease;
        -moz-transition: all .4s ease;
        transition: all .4s ease;
        color: #1a1a1a;
    }
    
    a * {
        -webkit-transition: all .4s ease;
        -moz-transition: all .4s ease;
        transition: all .4s ease;
    }
    
    .fullscreen,
    .fullscreen body {
        width: 100%;
        height: 100%;
        overflow: hidden
    }
    
    .pcshow {
        display: block;
    }
    
    .mbshow {
        display: none!important;
    }
    
    .clear {
        clear: both;
    }
    
    .fl {
        float: left;
    }
    
    .fr {
        float: right;
    }
    
    .img {
        position: relative;
        overflow: hidden;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    
    .pic {
        position: relative;
        overflow: hidden;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    
    .img img,
    .pic img {
        max-width: 100%;
        max-height: 100%;
        margin: auto;
        padding: 0;
        border: 0;
        width: 100%;
        height: auto;
        border: none;
    }
    
    .img-center {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        display: block;
        width: auto;
        height: auto;
        z-index: 1;
        max-width: 100%;
        max-height: 100%;
    }
    
    .img img.img-center {
        width: auto;
        height: auto;
        height: -webkit-min-content;
        height: -moz-min-content;
        height: min-content;
    }
    
    .img-block {
        display: block;
        width: 100%;
        height: auto;
    }
    
    .img-inline {
        display: inline-block;
        width: auto;
        height: auto;
        max-width: 100%;
    }
    
    .clamp1 {
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }
    
    .clamp2 {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    
    .clamp3 {
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    
    .text-center {
        text-align: center;
    }
    
    .div-container {
        position: relative;
        width: 74%;
        margin: auto;
    }
    /* fonts */
    
    @font-face {
        font-family: 'MiSans-Bold';
        src: url('https://cdn.114my.com.cn/font/lcw/MiSans-Bold.woff2') format('woff2'),
    }
    
    @font-face {
        font-family: 'Hos';
        src: url('https://cdn.114my.com.cn/font/lcw/Hos.ttf') format('truetype')
    }
    
    @font-face {
        font-family: 'axt';
        src: url('//memberpic.114my.com.cn/029088/cssnew/axt.ttf.txt') format('truetype')
    }
    
    @font-face {
        font-family: 'srm';
        src: url('https://cdn.114my.com.cn/font/lcw/srm.otf') format('truetype')
    }
    
    .f01 {
        font-family: 'srm';
    }
    
    .f03 {
        font-family: 'Microsoft YaHei';
    }
    
    .f04 {
        font-family: 'MiSans-Bold';
    }
    
    .f05 {
        font-family: 'axt';
    }
    
    @font-face {
        font-family: 'iconfont';
        /* Project id 4383909 */
        src: url('//at.alicdn.com/t/c/font_4383909_5jxawk2be9q.woff2?t=1744967270845') format('woff2'), url('//at.alicdn.com/t/c/font_4383909_5jxawk2be9q.woff?t=1744967270845') format('woff'), url('//at.alicdn.com/t/c/font_4383909_5jxawk2be9q.ttf?t=1744967270845') format('truetype');
    }
    
    .iconfont {
        font-family: "iconfont" !important;
        font-size: 16px;
        font-style: normal;
        -webkit-font-smoothing: antialiased;
        -webkit-text-stroke-width: 0.2px;
        -moz-osx-font-smoothing: grayscale;
    }
    /*all_title*/
    
    .all_title {
        text-align: center;
        margin-bottom: 50px;
        position: relative;
        z-index: 999;
    }
    
    .all_title p {
        font-size: 38px;
        font-weight: normal;
        font-family: 'MiSans-Bold';
        color: #333;
        margin: 17px 0 17px 0;
    }
    
    .all_title span {
        width: 37px;
        height: 9px;
        position: relative;
        display: flex;
        margin: 18px auto 0;
    }
    
    .all_title span::before,
    .all_title span::after {
        content: '';
        width: 9px;
        height: 9px;
        border-radius: 100%;
        background: #1a2a5d;
        top: 0;
    }
    
    .all_title span::before {
        left: 0;
        animation: alltitle 3s infinite;
    }
    
    .all_title span::after {
        right: 0;
        animation: alltitri 3s infinite;
    }
    
    .all_title b {
        font-size: 24px;
        font-weight: normal;
        display: block;
        color: #1a2a5d;
    }
    
    .all_title i {
        width: 158px;
        height: 30px;
        margin: 0 auto;
    }
    /*all_title1*/
    
    .all_title1 {
        text-align: center;
        margin-bottom: 50px;
    }
    
    .all_title1 p {
        font-size: 2.2vw;
        font-weight: bold;
        color: #fff;
        font-family: "Microsoft YaHei";
        letter-spacing: 2px;
    }
    
    .all_title1 span {
        width: 37px;
        height: 9px;
        position: relative;
        display: flex;
        margin: 18px auto 0;
    }
    
    .all_title1 span::before,
    .all_title1 span::after {
        content: '';
        width: 9px;
        height: 9px;
        border-radius: 100%;
        background: #1a2a5d;
        top: 0;
    }
    
    .all_title1 span::before {
        left: 0;
        animation: alltitle 3s infinite;
    }
    
    .all_title1 span::after {
        right: 0;
        animation: alltitri 3s infinite;
    }
    
    .all_title1 i {
        width: 30px;
        height: 1px;
        background: #1a2a5d;
        position: relative;
        top: 4px;
        left: 25%;
        margin-left: -15px;
        animation: alltiti 1.5s infinite;
        vertical-align: top;
        display: block;
    }
    
    .all_title1 b {
        font-size: 24px;
        font-weight: normal;
        display: block;
        color: rgba(255, 255, 255, 0.6);
        padding-bottom: 14px;
    }
    
    .all_title1 em {
        font-size: 24px;
        font-weight: normal;
        display: block;
        color: rgba(255, 255, 255, 0.6);
        padding-bottom: 14px;
    }
    
    @keyframes alltitle {
        0% {
            left: 0;
            opacity: 1;
        }
        25% {
            opacity: 0.5;
        }
        50% {
            left: calc(100% - 9px);
            opacity: 1;
        }
        75% {
            opacity: 0.5;
        }
        100% {
            left: calc(0);
            opacity: 1;
        }
    }
    
    @keyframes alltitri {
        0% {
            right: 0;
            opacity: 1;
        }
        25% {
            opacity: 0.5;
        }
        50% {
            right: calc(100% - 9px);
            opacity: 1;
        }
        75% {
            opacity: 0.5;
        }
        100% {
            right: calc(0);
            opacity: 1;
        }
    }
    
    @keyframes alltiti {
        0% {
            opacity: 1;
        }
        50% {
            opacity: 0;
        }
        100% {
            opacity: 1;
        }
    }
    
    .gyc {
        margin: 0 auto;
        max-width: 86%;
        min-width: 1200px;
    }
    
    .gy {
        margin: 0 auto;
        max-width: 1500px;
        min-width: 1200px;
    }
    
    .gya {
        margin: 0 auto;
        max-width: 86%;
        min-width: 1200px;
        overflow: hidden;
    }
    
    .gyb {
        margin: 0 auto;
        max-width: 1500px;
        min-width: 1200px;
    }
    
    .gyd {
        margin: 0 auto;
        max-width: 94%;
        min-width: 1200px;
        position: relative;
    }
    
    .gye {
        margin: 0 auto;
        max-width: 80%;
        min-width: 1200px;
        position: relative;
    }
    /*header*/
    
    .header.on {
        width: 100%;
        background: #fff;
        position: fixed;
        background: rgba(255, 255, 255, .98);
        height: 80px;
        padding: 0;
        box-shadow: 0 0 5px rgba(0, 0, 0, .5);
    }
    
    .header.on .logo img {
        margin-top: 0px;
    }
    
    .header.on .nav ul li a {
        height: 80px;
    }
    
    .header.on.header h2 {
        height: 80px;
    }
    
    .header.on .ver-box {
        height: 80px;
    }
    
    .header.on .search-btn {
        height: 80px;
    }
    
    .header.on .nav .hide {
        top: 80px;
    }
    
    .header.on .ver-list {
        top: 80px;
    }
    
    .header.on .search-pro {
        top: 80px;
    }
    
    .header.on .ver em i,
    .header.on .ver em,
    .header.on .search-btn i {
        color: #666;
    }
    
    .header.on.header .hea_wz b {
        color: #333;
    }
    
    .header.on.header .nav ul li h3 {
        color: #333;
    }
    
    .header.on.nav ul li:hover h3,
    .header .nav ul li.on h3 {
        color: #77b001;
    }
    
    .header.on.header .hea_wz span {
        color: #999;
    }
    
    .header.on .ver {
        margin-top: 25px;
    }
    
    .header.on .search-btn i {
        line-height: 80px;
    }
    
    .header {
        position: fixed;
        top: 0;
        width: 100%;
        left: 0;
        height: 100px;
        z-index: 1012;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0.99), transparent);
        padding: 0.5% 0% 10% 0%;
    }
    
    .header h2 {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100px;
    }
    
    .header .logo img {
        display: inline-block;
        margin-top: 0px;
        width: 60px;
    }
    
    .header .hea_wz {
        padding-left: 15px;
    }
    
    .header .hea_wz b {
        font-size: 1.6vw;
        color: #fff;
        display: block;
        font-weight: lighter;
        line-height: 100%;
        letter-spacing: 4px;
        font-family: "s";
    }
    
    @font-face {
        font-family: "s";
        font-weight: 700;
        src: url("//at.alicdn.com/wf/webfont/a4HtplruTfpL/GbTkBfRDODDX.woff2") format("woff2"), url("//at.alicdn.com/wf/webfont/a4HtplruTfpL/LJzQbrbgmk4y.woff") format("woff");
        font-display: swap;
    }
    
    .header .hea_wz span {
        font-size: 0.6vw;
        color: #999;
        font-weight: normal;
        letter-spacing: 0px;
        display: block;
        line-height: 100%;
        padding-top: 4px;
        text-transform: uppercase;
        font-family: 'axt'
    }
    
    .header .nav {
        width: 62%;
        padding-left: 6%;
    }
    
    .header .nav ul li {
        float: left;
        margin-right: calc((100% - 550px) / 10);
        position: relative;
    }
    
    .header .nav ul li a {
        display: flex;
        height: 100px;
    }
    
    .header .nav ul li .text {
        margin: auto
    }
    
    .header .nav ul li h3 {
        display: block;
        font-size: 16px;
        color: #fff;
        transition: 0.6s;
        font-weight: normal;
    }
    
    .nav-icon {
        display: none;
        position: relative;
        background: url(https://memberpic.114my.com.cn/029088/uploadfile/image/20250707/20250707160556_1650462319.png) no-repeat center;
        width: 10px;
        height: 10px;
        margin: auto;
    }
    
    .header .nav ul li:hover h3,
    .header .nav ul li.on h3 {
        color: #77b001;
        margin-bottom: 11px;
    }
    
    .header .nav ul li:hover .nav-icon,
    .header .nav ul li.on .nav-icon {
        display: block;
    }
    
    .header .nav .hide {
        position: fixed;
        width: 50%;
        left: 30%;
        margin-left: -0%;
        top: 100px;
        text-align: left;
        padding: 0 30px;
        height: 0px;
        overflow: hidden;
        box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
        z-index: 999;
        transition: 400ms ease-in-out;
        background: #ffffff;
    }
    
    .header .nav .hide .hide-left {
        width: 42%;
        text-align: left;
        text-indent: 1rem;
        padding-top: 30px;
    }
    
    .header .nav .hide .hide-left dd {
        height: 46px;
        line-height: 46px;
        border-bottom: 1px solid #fff;
        position: relative;
    }
    
    .header .nav .hide .hide-left dd a {
        width: 100%;
        display: block;
        font-size: 16px;
        line-height: 42px;
        font-family: 'axt';
    }
    
    .header .nav .hide .hide-left dd:hover a {
        color: #1a2a5d;
    }
    
    .header .nav .hide .hide-left dd::after {
        content: '';
        display: block;
        background: #1a2a5d;
        height: 1px;
        display: block;
        width: 0;
        transition: all .4s;
        bottom: 0;
        position: absolute;
    }
    
    .header .nav .hide .hide-left dd:hover::after {
        width: 100%;
    }
    
    .header .nav .hide .hide-right {
        width: 48%;
        margin-top: 30px;
    }
    
    .header .nav .hide .hide-right img {
        width: 100%;
    }
    
    .header .nav .hide {
        box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
    }
    
    .header .nav li:hover .hide {
        height: auto;
        transition: 400ms ease-in-out;
        padding-bottom: 30px;
    }
    
    .search-box {
        position: relative;
        z-index: 9999;
        width: 45px;
    }
    
    .search-btn {}
    
    .search-btn img {
        margin: auto;
        margin-right: 0;
        margin-top: 38px;
    }
    
    .search-btn i {
        margin: auto;
        margin-right: 0;
        margin-top: 0px;
        font-size: 24px;
        color: #fff;
        line-height: 100px;
    }
    
    .search-list {
        margin-top: 20px;
    }
    
    .search_r {
        margin-top: 20px;
        position: relative;
    }
    
    #infoname {
        width: 100%;
        height: 38px;
        line-height: 38px;
        border: 1px solid #eee;
        text-indent: 12px;
    }
    
    .z_img {
        width: 38px;
        height: 38px;
        position: absolute;
        top: 0;
        right: 0;
        background: no-repeat;
    }
    
    .icon_tel {
        height: 124px;
        width: 18vw;
        text-align: left;
        padding-left: 7%;
        justify-content: center;
        align-items: center
    }
    
    .search-pro {
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        background-color: rgba(255, 255, 255, 1);
        padding: 20px 30px;
        box-sizing: border-box;
        width: 400px;
        min-height: 200px;
        position: absolute;
        right: -20px;
        top: 90px;
        opacity: 0;
        transform: translateY(50px);
        transition: all .5s ease;
        -webkit-box-shadow: 0 0 15px rgba(29, 56, 75, .4);
        -moz-box-shadow: 0 0 15px rgba(29, 56, 75, .4);
        box-shadow: 0 0 15px rgba(29, 56, 75, .4);
        pointer-events: none;
    }
    
    .search-pro::after {
        content: '';
        display: block;
        width: 18px;
        height: 18px;
        transform: rotate(45deg);
        top: -8px;
        right: 60px;
        background-color: #fff;
        position: absolute;
    }
    
    .search-box:hover .search-pro {
        opacity: 1;
        transform: translateY(0);
        pointer-events: auto;
    }
    
    .search {
        border-bottom: 1px solid #e1e1e1;
        height: 50px;
        margin-bottom: 10px;
    }
    
    .search input {
        outline: none;
        border: none;
        font-family: "Microsoft YaHei";
        font-size: 15px
    }
    
    .search-text {
        width: 310px;
        line-height: 50px;
    }
    
    .search .sub {
        background: url() no-repeat center;
        width: 23px;
        height: 24px;
        margin-top: 13px;
    }
    
    .search-list dl dt {
        float: left;
        margin-right: 9px;
        margin-bottom: 10px;
    }
    
    .search-list dl dt a {
        position: relative;
        transition: all .5s ease .3s;
        display: inline-block;
        padding: 0 10px;
        background: #e1e1e1;
        border-radius: 4px;
        text-align: center;
    }
    
    .search-list dl dt a:after {
        content: '';
        display: block;
        width: 0;
        transition: width .5s ease-out;
        height: 100%;
        background-color: #1a2a5d;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 0;
        border-radius: 4px;
    }
    
    .search-list dl dt:hover a:after {
        width: 100%;
    }
    
    .search-list dl dt span {
        font-size: 14px;
        line-height: 36px;
        color: #999;
        position: relative;
        z-index: 1
    }
    
    .search-list dl dt:hover span {
        color: #fff;
    }
    
    .ver-box {
        width: 204px;
        position: relative;
        height: 90px;
    }
    
    .ver {
        margin-top: 38px;
    }
    
    .ver em {
        display: block;
        font-size: 20px;
        line-height: 25px;
        color: #fff;
        font-weight: bold;
    }
    
    .ver em img {
        display: inline-block;
        vertical-align: middle;
        margin-right: 0px;
    }
    
    .ver em i {
        display: inline-block;
        margin-right: 0px;
        font-size: 24px;
        color: #fff;
        font-weight: normal
    }
    
    .ver-icon1 {
        margin-right: 0px;
    }
    
    .ver-icon2 {
        margin-left: 3px;
        position: relative;
        margin-top: -4%;
    }
    
    .ver-list {
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        background-color: rgba(255, 255, 255, 1);
        padding: 10px 10px;
        box-sizing: border-box;
        width: 120%;
        position: absolute;
        top: 90px;
        opacity: 0;
        transform: translateY(50px);
        transition: all .5s ease;
        -webkit-box-shadow: 0 0 15px rgba(29, 56, 75, .4);
        -moz-box-shadow: 0 0 15px rgba(46, 54, 153, .4);
        box-shadow: 0 0 15px rgba(46, 54, 153, .4);
        pointer-events: none;
        left: -10%;
    }
    
    .ver-list::after {
        content: '';
        display: block;
        width: 18px;
        height: 18px;
        transform: rotate(45deg);
        top: -8px;
        right: 60px;
        background-color: #fff;
        position: absolute;
    }
    
    .ver-box:hover .ver-list {
        opacity: 1;
        transform: translateY(0);
        pointer-events: auto;
    }
    
    .ver-list ul li a {
        display: block;
        font-size: 18px;
        line-height: 22px;
        border-bottom: 1px dashed #ccc;
        text-align: center;
        color: #666;
    }
    
    .ver-list ul li:last-child a {
        border-bottom: none;
    }
    
    .ver-list ul li:hover a {
        color: #1a2a5d
    }
    
    .wap-header,
    .wap-headerzw {
        display: none;
    }
    
    .back-top a {
        z-index: 999;
        display: flex;
        margin: auto;
        width: 50px;
        height: 50px;
        background: #1a2a5d;
        border-radius: 10px;
        position: fixed;
        right: 28px;
        bottom: 6vh;
    }
    
    .back-top img {
        margin: auto
    }
    /* new_main_visual */
    
    .inner {
        margin: 0 auto;
        position: relative;
    }
    
    .new_main_visual {
        position: relative;
        width: 100%;
        min-height: 768px;
        height: 100vh;
        overflow: hidden;
    }
    
    .new_main_visual .dim {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 10;
        background-color: #000;
    }
    
    .new_main_visual .visual_slider {
        width: 100%;
        height: 100%;
    }
    
    .new_main_visual .visual_slider .swiper-slide .bg {
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
    }
    
    .new_main_visual .visual_slider .swiper-slide.slide_1 .bg {
        background-image: url("//memberpic.114my.com.cn/029088/uploadfile/image/20250717/20250717095443_551229657.jpg")
    }
    
    .new_main_visual .visual_slider .swiper-slide.slide_2 .bg {
        background-image: url("//memberpic.114my.com.cn/029088/uploadfile/image/20250710/20250710180440_1167566612.jpg")
    }
    
    .new_main_visual .visual_slider .swiper-slide.slide_3 .bg {
        background-image: url("//memberpic.114my.com.cn/029088/uploadfile/image/20250710/20250710180440_1194612178.jpg")
    }
    
    .new_main_visual .visual_slider .swiper-slide .video {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
        background: #000;
    }
    
    .new_main_visual .visual_slider .swiper-slide .video video {
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: relative;
    }
    
    .new_main_visual .visual_slider .swiper-slide .video:before {
        content: '';
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.26);
        position: absolute;
        top: 0;
        left: 0;
        z-index: 5;
    }
    
    .new_main_visual .visual_slider .swiper-slide .inner {
        max-width: 78%;
        height: 100%;
        display: flex;
        align-items: center;
        padding: 0 0px;
        box-sizing: border-box;
        margin-top: 2%;
    }
    
    .new_main_visual .visual_slider .swiper-slide .ts {
        top: 7%;
    }
    
    .new_main_visual .visual_slider .swiper-slide .inner .txt_boxc {
        width: 100%;
        text-align: center;
    }
    
    .new_main_visual .visual_slider .swiper-slide .inner .txt_box strong {
        transform: translateY(50%);
        opacity: 0;
        transition: 0.8s;
        display: block;
        letter-spacing: 0.05em;
        line-height: 1.5;
    }
    
    .new_main_visual .visual_slider .swiper-slide .inner .txt_box b {
        transform: translateY(50%);
        opacity: 0;
        transition: 0.8s;
        display: block;
        letter-spacing: 0.05em;
        line-height: 1.5;
        position: relative;
    }
    
    .new_main_visual .visual_slider .swiper-slide .inner .txt_box b:first-child::before {
        content: "";
        display: block;
        width: 70px;
        height: 70px;
        background: rgba(228, 103, 19, 0.5);
        border-radius: 50px;
        position: absolute;
        left: 0;
        top: 0.5vw;
        left: 17vw;
        z-index: -1;
    }
    
    .new_main_visual .visual_slider .swiper-slide span {
        color: #1a2a5d;
    }
    
    .new_main_visual .visual_slider .swiper-slide .bz {
        color: #fff;
    }
    
    .new_main_visual .visual_slider .swiper-slide .stc {
        font-weight: bold;
    }
    
    .new_main_visual .visual_slider .swiper-slide .stx {
        font-weight: normal;
    }
    
    .new_main_visual .visual_slider .swiper-slide .hz {
        color: #333;
    }
    
    .new_main_visual .visual_slider .swiper-slide .txd {
        font-size: 3.7vw;
    }
    
    .new_main_visual .visual_slider .swiper-slide .tx {
        font-size: 0.9vw;
    }
    
    .new_main_visual .visual_slider .swiper-slide .tx1 {
        font-size: 1.4vw;
    }
    
    .new_main_visual .visual_slider .swiper-slide .tx2 {
        font-size: 3vw;
    }
    
    .new_main_visual .visual_slider .swiper-slide .txhg {
        line-height: 1.5;
    }
    
    .new_main_visual .visual_slider .swiper-slide .tty {
        text-shadow: 0 1px 3px #1a2a5d;
    }
    
    .new_main_visual .visual_slider .swiper-slide .ttb {
        text-shadow: 2px 2px 4px #333;
    }
    
    .new_main_visual .visual_slider .swiper-slide .tm {
        text-shadow: 0rem 0.2rem 0rem rgba(255, 255, 255, 1);
    }
    
    .new_main_visual .visual_slider .swiper-slide .inner .txt_box p {
        transform: translateY(50%);
        opacity: 0;
        transition: 0.8s 0.1s;
        letter-spacing: -0.05em;
        font-weight: 300;
        margin-top: 1vw;
    }
    
    .new_main_visual .visual_slider .swiper-slide .inner .txt_box a {
        transform: translateY(100%);
        opacity: 0;
        transition: 0.8s 0.2s;
        display: inline-block;
        vertical-align: top;
        margin-top: 30px;
        min-width: 160px;
        padding: 12px 31px;
        font-size: 0.9vw;
        letter-spacing: 0em;
        font-weight: 100;
        box-sizing: border-box;
        text-align: center;
        background: linear-gradient(90deg, #1a2a5d 0%, #1b3894 100%);
        color: #fff;
        border-radius: 20px;
    }
    
    .new_main_visual .visual_slider .swiper-slide .inner .txt_box a i {
        padding-right: 5px;
    }
    
    .new_main_visual .visual_slider .swiper-slide.active .inner .txt_box b {
        transform: translateY(0);
        opacity: 1;
    }
    
    .new_main_visual .visual_slider .swiper-slide.active .inner .txt_box strong {
        transform: translateY(0);
        opacity: 1;
    }
    
    .new_main_visual .visual_slider .swiper-slide.active .inner .txt_box p {
        transform: translateY(0);
        opacity: 1;
    }
    
    .new_main_visual .visual_slider .swiper-slide.active .inner .txt_box a {
        transform: translateY(0);
        opacity: 1;
    }
    
    .new_main_visual .bot_wrap {
        position: absolute;
        left: 0;
        bottom: 20px;
        width: 100%;
        z-index: 1;
    }
    
    .new_main_visual .bot_wrap .inner {
        max-width: 80%;
        text-align: center;
        margin: 0 auto;
        position: relative;
    }
    
    .new_main_visual .bot_wrap .controller {
        max-width: 100%;
        display: inline-block;
        vertical-align: top;
        position: relative;
        padding-right: 30px;
        box-sizing: border-box;
    }
    
    .new_main_visual .bot_wrap .controller .pagination {
        width: 100%;
        display: flex;
        align-items: start;
    }
    
    .new_main_visual .bot_wrap .controller .pagination .swiper-pagination-bullet {
        width: 130px;
        height: auto;
        margin-right: 20px;
        background: transparent;
        border-radius: 0;
        opacity: 1;
    }
    
    .new_main_visual .bot_wrap .controller .pagination .swiper-pagination-bullet:last-child {
        margin-right: 0;
    }
    
    .new_main_visual .bot_wrap .controller .pagination .swiper-pagination-bullet .rail {
        width: 100%;
        height: 1px;
        background: rgba(255, 255, 255, 0.3);
        position: relative;
    }
    
    .new_main_visual .bot_wrap .controller .pagination .swiper-pagination-bullet .rail .fill {
        width: 0;
        height: 100%;
        background: #fff;
    }
    
    .new_main_visual .bot_wrap .controller .pagination .swiper-pagination-bullet .txt {
        padding: 10px 0;
        text-align: left;
        opacity: 0.5;
    }
    
    .new_main_visual .bot_wrap .controller .pagination .swiper-pagination-bullet .txt p {
        font-size: 14px;
        color: #fff;
        letter-spacing: -0.05em;
        font-weight: 100;
        line-height: 1.3;
        font-family: 'axt';
    }
    
    .new_main_visual .bot_wrap .controller .pagination .swiper-pagination-bullet.swiper-pagination-bullet-active .txt {
        opacity: 1;
    }
    
    .new_main_visual .bot_wrap .controller .move_btn {
        width: 40px;
        height: 22px;
        position: absolute;
        right: -14px;
        top: -10px;
    }
    
    .new_main_visual .bot_wrap .controller .move_btn a {
        width: 100%;
        height: 100%;
        display: block;
        position: relative;
    }
    
    .new_main_visual .bot_wrap .controller .move_btn a:before {
        content: "";
        width: 12px;
        height: 18px;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }
    
    .new_main_visual .bot_wrap .controller .move_btn a.pause:before {
        background: url("//memberpic.114my.com.cn/029088/uploadfile/image/20250709/20250709155632_596107224.png")no-repeat center / cover;
    }
    
    .new_main_visual .bot_wrap .controller .move_btn a.play:before {
        background: url("//memberpic.114my.com.cn/029088/uploadfile/image/20250709/20250709155632_813605856.png")no-repeat center / cover;
    }
    
    .blind {
        display: block;
        overflow: hidden;
        position: absolute !important;
        left: 0;
        top: 0;
        width: 0px;
        height: 0px;
        padding: 0;
        margin: 0;
        font-size: 0;
        line-height: 0;
        text-indent: -9999px;
    }
    
    .behind {
        overflow: hidden;
        text-indent: -9999px;
        font-size: 0;
    }
    
    .new_main_visual .prev_btn {
        cursor: pointer;
        width: 40px;
        height: 50px;
        border: 1px solid #fff;
        box-sizing: border-box;
        border-radius: 8px;
        position: absolute;
        left: 30px;
        top: 50%;
        transform: translateY(-50%);
        z-index: 2;
    }
    
    .new_main_visual .prev_btn:before {
        content: "";
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 30px;
        height: 30px;
        background: url("//memberpic.114my.com.cn/029088/uploadfile/image/20250709/20250709155734_1573849476.png")no-repeat center / 100% 100%;
        transition: 0.2s;
    }
    
    .new_main_visual .prev_btn:hover:before {
        left: 43%;
    }
    
    .new_main_visual .next_btn {
        cursor: pointer;
        width: 40px;
        height: 50px;
        border: 1px solid #fff;
        box-sizing: border-box;
        border-radius: 8px;
        position: absolute;
        right: 30px;
        top: 50%;
        transform: translateY(-50%);
        z-index: 2;
    }
    
    .new_main_visual .next_btn:before {
        content: "";
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 30px;
        height: 30px;
        background: url("//memberpic.114my.com.cn/029088/uploadfile/image/20250709/20250709155734_525875346.png")no-repeat center / 100% 100%;
        transition: 0.2s;
    }
    
    .s48 {
        font-size: 2.5vw;
    }
    
    .s16 {
        font-size: 0.9vw;
    }
    
    .s17 {
        font-size: 1.4vw;
    }
    

    /*pro*/
    
    .proa {
        padding: 5% 0 5% 0%;
        overflow: hidden;
        width: 100%;
    }
    
    .pro_box {
        max-width: 86%;
        margin: 0 auto;
    }
    
    .pro_cate ul li b a {
        font-size: 16px;
        font-weight: normal;
        color: #333!important;
        display: inline-block;
        width: 100%;
        height: 100%;
        position: relative;
    }
    
    @keyframes ripple {
        70% {
            transform: scale(1.2);
        }
        100% {
            transform: scale(1);
        }
    }
    
    .pro_more {
        width: 140px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        display: block;
        color: #333;
        font-size: 14px;
        position: relative;
        top: -1px;
        position: absolute;
        right: 0;
    }
    
    .pro_more a {
        width: 140px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        display: block;
        color: #333;
        font-size: 14px;
        position: relative;
        top: -4px;
        position: absolute;
        right: 0;
        margin-top: 10px;
    }
    
    .pro_more a:hover {
        color: #fff;
        background: linear-gradient(to top, #1a2a5d, #1a2a5d);
    }
    
    .prod_list {
        text-align: center;
        margin-bottom: 40px;
        margin-top: 30px;
    }
    
    .prod_list ul {
        display: inline-block;
        background: #fff;
        padding: 10px 20px;
        border-radius: 100px;
        box-shadow: 0px 0px 24px 0px #D9D9D9;
    }
    
    .prod_list ul li {
        float: left;
    }
    
    .prod_list ul li:hover dl {
        transform: rotateX(0deg);
    }
    
    .prod_list ul li a {
        line-height: 40px;
        color: #666;
        font-size: 16px;
        display: block;
        position: relative;
        transition: all 0.3s ease;
        padding: 0 20px;
    }
    
    .prod_list ul li:last-child a:after {
        display: none;
    }
    
    .prod_list ul li a:hover,
    .prod_list ul li.on a {
        background: #1a2a5d;
        color: #fff;
        line-height: 40px;
        border-radius: 100px
    }
    
    .prod {
        margin: 0 auto;
        margin-top: 40px;
        width: 1300px;
        /*max-width:80%;min-width:1400px;*/
    }
    
    .pro_prev {
        position: absolute;
        top: 50%;
        left: 0;
        margin-top: -54px;
    }
    
    .pro_next {
        position: absolute;
        top: 50%;
        right: 0;
        margin-top: -54px;
    }
    
    .prod_list ul li a+dl {
        transition: all .5s;
        transform: rotateX(90deg);
        transform-origin: top;
        margin-top: 1px;
    }
    
    .prod_list ul li dl {
        position: absolute;
        z-index: 2;
        background: #fff;
        padding: 1% 0;
    }
    
    .prod_list ul li dl a {
        font-size: 15px !important;
        font-weight: normal;
        line-height: 42px !important;
        border-top: rgba(255, 255, 255, 0.3) solid 1px;
    }
    
    .prod_list ul li dl a:hover {
        background: #1a2a5d;
    }
    
    .prod_list .prolist2021 {}
    
    .prod_list ul li a+dl {
        background: #fff;
    }
    
    .prod_list ul li dl a {
        background: none !important;
        color: #666 !important;
    }
    
    .pro_tab {
        margin: 1% 0 0;
        overflow: hidden;
    }
    
    .pro_con {
        margin: 1.5% 0 0;
    }
    
    .pro_cc .divproduct_new_div {
    display: flex;
    width: 100%;
    flex-shrink: 0;
    flex-wrap: wrap;
    justify-content: space-evenly;
    }
    
    .pro_cc .divproduct_new_div .divproduct_new_div_item {
        display: flex;
        flex-direction: column-reverse;
        width: 24%;
        flex-shrink: 0;
        border-radius: 0px;
height: auto;    border: 1px solid #eee;
    }
    
    .pro_cc .divproduct_new_div .divproduct_new_div_item+.divproduct_new_div_item {
        margin-left: 0%;
    }
    
    .pro_cc .divproduct_new_div .divproduct_new_div_item:nth-child(4) {
        margin-left: 0;
    }
    
    .pro_cc .product_div_item_pic {
        overflow: hidden
    }
    
    .pro_cc .product_div_item_pic img {
        width: 100%;
        transition: all .5s;
        display: block;
    }
    
    .pro_cc {
        margin-top: 0px;
        position: relative;
        display: flex;
        transition: 0.5s;
    }
    
    .pro_cc .divproduct_new_div_item_title a {
        font-size: 16px;
        color: #333;
        display: block;
        margin: 15px 0 15px;
        position: relative;
    }
    
    .pro_cc .divproduct_new_div .divproduct_new_div_item:nth-child(n+4) {
        margin-top: 1%;
    }
    
    .pro_cc .divproduct_new_div_item_title a:after {
        content: "+MORE";
        width: 18%;
        height: 24px;
        line-height: 24px;
        font-size: 12px;
        color: #333;
        transition: all .5s;
        display: block;
        margin: 15px auto 0;
        background: linear-gradient(to top, #eee, #eee);
        border-radius: 20px;
        color: #333;
        font-family: "Arial";
    }
    
    .pro_cc .divproduct_new_div .divproduct_new_div_item:hover .divproduct_new_div_item_title a:after {
        background: #1a2a5d;
        color: #fff;
    }
    
    .pro_cc .divproduct_new_div .divproduct_new_div_item:hover .product_div_item_pic img {
        transform: scale(1.1)
    }
    
    .pro_cc .divproduct_new_div_item_content {
        text-align: center;
    }
    
    .pro_cc .divproduct_new_div_item_body {
        width: 84%;
        margin: 0 auto;
        line-height: 30px;
        color: #888;
        font-size: 15px;
        display: none;
    }
    
    .cate-tab-swiper {
        height: 60px;
        line-height: 60px;
        box-shadow: 0px 0px 20px 0px rgba(34, 24, 21, 0.1);
        border-radius: 30px;
        overflow: hidden;
        padding: 0 13px;
        background: #fff;
        width: 1400px;
        margin: auto;
    }
    /* pr */
    
    .cate-tab {
        text-align: center;
        font-size: 0;
        margin-top: 30px;
    }
    
    .cate-tab .case-btn {
        position: absolute;
        top: 11px;
        left: 14px;
        width: 38px;
        height: 38px;
        z-index: 2;
        background: #fff url() no-repeat center;
        background-size: 18px;
        border-radius: 50%;
        cursor: pointer;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
    }
    
    .cate-tab .case-btn:hover {
        background: #ff7800 url() no-repeat center;
        background-size: 18px;
    }
    
    .cate-tab .case-next {
        left: auto;
        right: 14px;
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    
    .cate-tab-list {
        display: inline-block;
        vertical-align: middle;
        height: 60px;
        line-height: 48px;
        font-size: 0;
        background-color: #ffffff;
        border-radius: 28px;
        padding: 0 13px;
        box-shadow: 0px 0px 20px 0px rgba(34, 24, 21, 0.1);
    }
    
    .cate-tab .item {
        display: inline-block;
        vertical-align: middle;
        height: 40px;
        margin-top: 10px;
        float: left;
        line-height: 40px;
        font-size: 16px;
        padding: 0 77px;
        position: relative;
        cursor: pointer;
    }
    
    .cate-tab .item~.item {
        margin-left: 6px;
    }
    
    .cate-tab .item span,
    .cate-tab .item a {
        color: #595959;
        position: relative;
        font-size: 16px;
        line-height: 40px;
    }
    
    .cate-tab .item:before {
        content: "";
        position: absolute;
        left: 50%;
        top: 0;
        width: 0;
        height: 100%;
        background-color: #1a2a5d;
        border-radius: 20px;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: .4s;
        -o-transition: .4s;
        transition: .4s;
    }
    
    .cate-tab .item.on:before,
    .cate-tab .item:hover:before {
        opacity: 1;
        visibility: visible;
        left: 0;
        width: 100%;
    }
    
    .cate-tab .item.on span,
    .cate-tab .item:hover span,
    .cate-tab .item.on a,
    .cate-tab .item:hover a {
        color: #fff;
        font-size: 16px;
        line-height: 40px;
    }
    
    .appli {
        padding: 4% 0 4% 0;
        background: url(https://memberpic.114my.com.cn/029088/uploadfile/image/20250708/20250708174830_1449400837.jpg) no-repeat center;
    }
    
    .appli_box {}
    
    .appli_con {
        margin: 60px 15px 0;
        position: relative;
    }
    
    .appli_call {}
    
    .appli_call {
        padding: 0% 0% 0% 0;
    }
    
    .appli_call .divdgweb_new_div_item {
        display: flex !important;
        flex-direction: column-reverse;
        position: relative;
        margin: 0 0.5px;
    }
    
    .appli_call .divdgweb_new_div_item_content {
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #222 118.78%);
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        display: none;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        padding: 10% 6% 4% 6%;
        font-weight: 100;
    }
    
    .appli_call .divdgweb_new_div_item_title a {
        font-size: 24px;
        color: #fff;
        font-weight: 100;
        font-family: 'axt';
    }
    
    .appli_call .divdgweb_new_div_item_body {
        font-size: 14px;
        line-height: 24px;
        color: rgba(255, 255, 255, 0.57);
        font-weight: lighter;
        padding-top: 8px;
        font-family: 'axt';
        text-align: center;
    }
    
    .appli_call .news_div_item_pic img {
        width: 100%;
        height: auto;
    }
    
    .appli_call .slick-center .divdgweb_new_div_item_content {
        display: flex;
    }
    
    .appli_btn {}
    
    .appli_btn:hover i {}
    
    .appli_btn>i {
        width: 50px;
        height: 50px;
        cursor: pointer;
        font-size: 36px;
        color: #77b001;
        display: flex;
        justify-content: center;
        align-items: center;
        top: 45%;
        background: #fff;
        position: absolute;
        border-radius: 50%;
    }
    
    .appli_btn>i:first-child {
        left: 24.5%;
    }
    
    .appli_btn>i:last-child {
        right: 25.4%;
    }
    
    .w1300 {
        width: 1300px;
        margin: auto;
    }
    
    .title {
        margin: 36px 0px 0px 0px;
        position: relative;
    }
    
    .title strong {
        font-size: 54px;
        color: #333;
        position: relative;
        z-index: 1;
        font-family: 'MiSans-Bold'
    }
    
    .title p {
        font-size: 32px;
        color: #999;
        line-height: 2;
        font-family: 'axt';
    }
    
    .title span {
        font-size: 20px;
        font-weight: 100;
        color: #666;
        position: absolute;
        right: 110px;
        top: 62px;
    }
    
    .title::after {
        content: "";
        display: block;
        width: 310px;
        height: 12px;
        background: #1a2a5d;
        position: absolute;
        top: 52px;
        left: 390px;
        z-index: 0;
    }
    
    .more {
        position: absolute;
        top: 72px;
        right: 0px;
    }
    /**/
    
    .idxTwo {
        position: relative;
    }
    
    .idxTwo-lt,
    .idxTwo-rt {
        padding-top: 120px;
    }
    
    @media screen and (max-width: 1500px) .idxTwo-lt,
    .idxTwo-rt {
        padding-top: 80px;
    }
    
    .idxTwo-lt {
        width: 56.770%;
        float: left;
        background-color: rgba(255, 255, 255, .2);
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        z-index: 99;
    }
    
    .idxTwo-lt .div {
        width: 63.302%;
        margin: auto;
        padding-left: 0px;
    }
    
    .idxTwo-lt .ltImg {
        float: left;
    }
    
    .idxTwo-lt .ltImg img {
        width: 52px;
    }
    
    .idxTwo-lt .ltTxt {
        padding-left: 20%;
    }
    
    .idxTwo-lt .tit {
        font-size: 3vw;
        color: #ccc;
        font-weight: bold;
    }
    
    .idxTwo-lt .txt {
        font-size: 1.5vw;
        line-height: 1.5;
        color: #ffffff;
        margin-bottom: 12%;
    }
    
    .idxTwo-lt .txtx {
        font-size: 0.82vw;
        line-height: 1.9;
        color: rgba(255, 255, 255, 0.7);
        margin-bottom: 11%;
        font-family: 'axt';
    }
    
    .idxTwo-lt .data {
        position: relative;
        z-index: 1;
    }
    
    .idxTwo-lt .data .cut {
        font-size: 9vw;
        color: #77b001;
        font-family: "srm";
        margin-top: 3%;
        line-height: 1;
    }
    
    .idxTwo-lt .data .Years {
        font-size: 8vw;
        color: rgba(0, 0, 0, 0);
        position: absolute;
        z-index: -1;
        bottom: 0;
        left: -25px;
        -webkit-text-stroke: 2px rgba(255, 255, 255, 0.1);
        font-family: "srm";
        line-height: 1;
        text-transform: uppercase;
    }
    /**/
    
    .idxDiv {
        background: url(https://memberpic.114my.com.cn/029088/uploadfile/image/20250709/20250709155321_161019530.jpg) no-repeat center;
        background-size: cover;
        width: 100%;
        overflow: hidden;
        margin-top: 5%;
        padding: 2% 0 5% 0;
        background-attachment: fixed;
    }
    
    .idxDiv:before {
        content: '';
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.8);
        position: absolute;
        top: 0;
        left: 0;
        z-index: 5;
    }
    
    .idxTwo-rt {
        float: right;
        width: 43.229%;
        padding-left: 110px;
        z-index: 99;
        position: relative;
    }
    
    .idxTwo-rt .ul {
        width: 62.650%;
    }
    
    .idxTwo-rt li {
        float: left;
        width: 50%;
        z-index: 1;
        position: relative;
    }
    
    .idxTwo-rt li:nth-child(2n) {
        float: right;
    }
    
    .idxTwo-rt li:nth-child(1),
    .idxTwo-rt li:nth-child(2) {
        padding-top: 5%;
    }
    
    .idxTwo-rt li:nth-child(2):after {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        border: solid 4px #77b001;
    }
    
    .idxTwo-rt li:nth-child(2) .cut,
    .idxTwo-rt li:nth-child(2) .txt {
        color: #77b001;
    }
    
    .idxTwo-rt li .div {
        padding: 60px 18px;
        text-align: center;
    }
    
    .idxTwo-rt li .cut {
        font-size: 3vw;
        color: #ffffff;
        font-weight: bold;
        line-height: 1;
        padding-bottom: 2%;
        font-family: "srm";
    }
    
    .cl {
        margin: 0;
        padding: 0;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    }
    
    .idxTwo-rt li .txt {
        font-size: 18px;
        line-height: 25px;
        height: 50px;
        color: rgba(255, 255, 255, 0.6);
        font-family: 'axt'
    }
    
    .aBut {
        width: 202px;
        height: 52px;
        text-align: center;
        line-height: 52px;
        font-size: 17px !IMPORTANT;
        color: #fff !IMPORTANT;
        text-shadow: 1px 1.732px 2px rgb( 140, 86, 0);
        background: #1a2a5d;
        background-size: 100% 100%;
        display: block;
    }
    
    .aBut>a {
        color: #fff;
        font-size: 16px;
    }
    
    .common_title.left .icon_title {
        margin: 2rem 0 0;
    }
    
    .common_title .cn {
        margin-top: -2rem;
        position: relative;
    }
    
    .common_title .cn {
        font-size: 3rem;
        color: #333;
        z-index: 3;
        text-align: left;
    }
    
    .fp-overflow {
        outline: 0;
        justify-content: flex-start;
        height: 100%;
        position: relative;
        z-index: 999;
    }
    
    .fp-section {
        position: relative;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        height: 100%;
        display: block;
    }
    
    .fp-table {
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 100%;
    }
    
    .home_fullpage .section5 {
        overflow: hidden;
        background-size: cover;
        padding: 6% 0;
        box-sizing: border-box;
        position: relative;
        background-attachment: fixed;
    }
    
    .home_fullpage .section5:before {
        content: '';
        width: 100%;
        height: 100%;
        background: rgba(244, 244, 244);
        position: absolute;
        top: 0;
        left: 0;
        z-index: 5;
    }
    
    .fp-is-overflow .fp-overflow.fp-auto-height,
    .fp-is-overflow .fp-overflow.fp-auto-height-responsive,
    .fp-is-overflow>.fp-overflow {
        overflow: hidden;
    }
    
    .home_fullpage .section5 .top {
        display: flex;
        justify-content: space-between;
    }
    
    .common_title.white .en {
        background-image: linear-gradient(to bottom, #fff, rgba(255, 255, 255, 0.5));
        -webkit-background-clip: text;
        color: transparent;
        opacity: 0.2;
        font-size: 4rem;
    }
    
    .home_fullpage .section5 .top .left .common_title {
        margin-top: 1rem;
    }
    
    .home_fullpage .section5 .top .left .des {
        font-size: 1.2rem;
        line-height: 2;
        color: #ffffff;
        margin-top: 1rem;
        width: 96%;
    }
    
    .home_fullpage .section5 .top .right img {
        margin-top: 1rem;
        width: 50rem;
        opacity: 0.3;
    }
    
    .home_fullpage .section5 .partner_swiper {
        width: 100%;
        overflow: hidden;
        position: relative;
        margin-top: -3rem;
        padding-bottom: 2rem;
    }
    
    .home_fullpage .section5 .partner_swiper .swiper-slide {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }
    
    .home_fullpage .section5 .partner_swiper .swiper-slide .item {
        background-color: #fff;
        width: 19%;
        height: 0.6146rem;
        margin-right: 1%;
        margin-bottom: 0.125rem;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .home_fullpage .section5 .partner_swiper .swiper-slide .item img {
        width: 1.2292rem;
    }
    
    .home_fullpage .section5 .partner_swiper .swiper-slide .item:nth-child(5n) {
        margin-right: 0;
    }
    
    .home_fullpage .section5 .partner_swiper .swiper-pagination {
        text-align: left;
        bottom: 0 !important;
    }
    /* bz */
    
    .agency {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0% 0 0% 0;
        position: relative;
        z-index: 99;
        margin-bottom: 0%;
    }
    /*合作客户*/
    
    .cas_ic {
        width: 100%;
        margin: 0 auto;
        position: relative;
    }
    
    .cas_ic .new_web_div2021 .tempWrap {
        width: 100% !important;
    }
    
    .cas_ic * {
        display: block;
    }
    
    .cas_ic li {
        width: 350px !important;
        margin: 0.6rem;
        float: left;
        padding-left: 0px !important;
    }
    
    .cas_ic li img {
        width: 100%;
        height: auto;
        border-radius: 10px;
    }
    
    .cas_ic ul li p {
        display: block;
        width: 100%;
        height: 60px;
        line-height: 60px;
        text-align: center;
    }

.cas_ic ul li p a{ font-size: 16px; line-height: 60px; display: block;}
    
    .cas_ic ul:nth-child(1) {
        width: 1300px;
        margin: 0 auto;
    }
    
    .cas_ic ul:nth-child(2) {
        width: 1300px;
        margin: 0 auto;
    }
    
    .cas_ic ul:nth-child(3) {
        width: 1300px;
        margin: 0 auto;
    }
    
    .cas_bc {
        width: 100%;
        margin: 0 auto;
        margin-top: 0px;
    }
    

    

    /*左边*/
    
    .apply_fl {
        width: 700px;
        padding: 0 0;
    }
    
    .apply_fl_one {
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: 120px;
    }
    
    .apply_fl_one t {
        display: block;
        font-size: 24px;
        color: #333;
    }
    
    .apply_fl_one span {
        display: block;
        margin-top: 5px;
        font-size: 14px;
        color: #bbb;
        font-weight: lighter;
    }
    
    .apply_fl_two a {
        display: block;
    }
    
    .apply_fl_three .divdgweb_new_div_item {
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-between;
        align-items: center;
        height: 50px;
        padding-left: 40px;
        border-bottom: 1px #eee solid;
        position: relative;
    }
    
    .apply_fl_three .divdgweb_new_div_item:last-child {
        border-bottom: none;
    }
    
    .apply_fl_three .divdgweb_new_div_item:after {
        content: "+";
        display: block;
        width: 20px;
        height: 20px;
        line-height: 15px;
        background: #999;
        font-size: 30px;
        color: #fff;
        font-family: "Biko";
        font-weight: lighter;
        text-align: center;
        position: absolute;
        left: 0;
    }
    
    .apply_fl_three .divdgweb_new_div_item:hover:after {
        background: #1a2a5d;
    }
    
    .apply_fl_three .divdgweb_new_div_item_date {
        display: flex;
        font-size: 14px;
        color: #999;
    }
    
    .apply_fl_three .divdgweb_new_div_item_a {
        font-size: 14px;
        color: #666;
    }
    
    .apply_fl_three .divdgweb_new_div_item:hover .divdgweb_new_div_item_a {
        color: #1a2a5d;
    }
    
    .apply_fl_three .divdgweb_new_div_item_a:after {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }
    
    .apply_fl .divdgweb2_tag li {
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 50px;
        padding: 0 20px;
        border-bottom: 1px rgba(0, 0, 0, 0.1) solid;
        position: relative;
        font-size: 16px;
    }
    
    .apply_fl .divdgweb2_tag li spsan {
        font-size: 14px;
    }
    /*news*/
    
    .news_con {
        overflow: hidden;
        padding-top: 5%;
        padding-bottom: 5%;
    }
    
    .news_roll {
        display: flex;
    }
    
    .news_call {
        width: 100%;
        flex-shrink: 0;
    }
    
    .news_call .news_div {
        /* display: flex; */
        justify-content: space-between;
        flex-shrink: 0;
        width: 100%;
    }
    
    .news_call .news_div {
        margin: 0 !important;
    }
    
    .news_call .slick-list {
        padding: 3% 0;
    }
    
    .news_call .news_div_item {
        width: 36%;
        position: relative;
        transition: 0.5s;
        padding: 2%;
        background: #f8f8f8;
        display: flex !important;
        flex-direction: column;
        float: left;
        z-index: 5;
        border: 1px rgba(255, 255, 255, 0.1) solid;
    }
    
    .news_call .news_div_item_date {
        position: absolute;
        top: 36px;
        display: flex;
        left: 19px;
        height: 22px;
        color: #999;
        transition: 0.5s;
        font-family: Arial;
        font-size: 0.7vw;
    }
    
    .news_call .news_div_item:hover .news_div_item_date {
        left: 11%;
    }
    
    .news_call .news_div_item_date::before {
        content: '';
    }
    
    .news_call .news_div_item_content {
        height: 211px;
    }
    
    .news_call .news_div_item_year,
    .news_call .news_div_item_month,
    .news_call .news_div_item_day {
        float: left;
        line-height: 22px;
    }
    
    .news_call .news_div_item_title {}
    
    .news_call .news_div_item_a {
        font-size: 1vw;
        display: block;
        margin-bottom: 20px;
        position: relative;
        transition: 0.3s;
        font-weight: normal;
        padding-top: 36px;
        color: #333;
    }
    
    .news_call .news_div_item_a::before {
        position: absolute;
        content: '+了解详情';
        top: 182px;
        left: 0;
        color: #999;
        font-size: 12px;
        transition: 0.5s;
        text-align: center;
        box-sizing: border-box;
        font-weight: 100;
    }
    
    .news_call .news_div_item_body {
        font-size: 0.8vw;
        color: #666;
        line-height: 1.5;
        font-weight: 100;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        word-break: break-all;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        color: #999;
        font-family: 'axt';
    }
    
    .news_call .news_div_item_pic,
    .news_call .news_div_item_pic a,
    .news_call .news_div_item_image {
        width: 100%;
        height: auto;
        display: block;
        transition: 0.5s;
    }
    
    .news_call .news_div_item:hover .news_div_item_a {
        color: #1a2a5d;
        transition: 0.3s;
    }
    
    .news_call .news_div_item:hover .news_div_item_a::before {}
    
    .news_call .news_div_item:hover .news_div_item_a::after {
        left: ;
        opacity: 1;
    }
    
    .news_call .new_ic {
        overflow: hidden;
        margin: 3% auto 0;
    }
    
    .news_call .news_div_item:hover .news_div_item_pic img {
        transform: scale(1.1);
        transition: 0.5s;
    }
    
    .news_call .news_div_item_pic {}
    
    .news_call .news_div_item:first-child {
        flex-direction: column-reverse;
        left: 0;
        z-index: -1;
        border: 1px rgba(255, 255, 255, 0.1) solid;
    }
    
    .news_call .news_div_item:first-child .news_div_item_date {
        top: 64.5%;
        left: 76%;
        color: #999;
        font-size: 0.7vw;
    }
    
    @media screen and (max-width: 1680px) {
        .news_call .news_div_item:first-child .news_div_item_date {
            top: 61.5%;
        }
    }
    
    @media screen and (max-width: 1440px) {
        .news_call .news_div_item:first-child .news_div_item_date {
            top: 58.5%;
        }
    }
    
    .news_call .news_div_item:first-child .news_div_item_a::after {
        top: 72%;
        left: 72%;
    }
    
    .news_call .news_div_item:nth-child(-n+2) {
        width: 30%;
    }
    
    .news_call .news_div_item:nth-child(2) {
        margin: 0 2%;
        flex-direction: column-reverse;
    }
    
    .news_call .news_div_item:nth-child(2) .news_div_item_body {
        text-overflow: ellipsis;
        -webkit-line-clamp: 4;
        word-break: break-all;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    
    .news_call .news_div_item:nth-child(1) .news_div_item_body {
        text-overflow: ellipsis;
        -webkit-line-clamp: 4;
        word-break: break-all;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    
    .news_call .news_div_item:nth-child(2) .news_div_item_a,
    .news_call .news_div_item:nth-child(2) .news_div_item_body {
        /* color:#fff; */
    }
    
    .news_call .news_div_item:nth-child(2):before {
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
    }
    
    .news_call .news_div_item:nth-child(2) .news_div_item_date {
        top: 64.5%;
        left: 76%;
        color: #999;
        font-size: 0.7vw;
    }
    
    @media screen and (max-width: 1680px) {
        .news_call .news_div_item:nth-child(2) .news_div_item_date {
            top: 61.5%;
        }
    }
    
    @media screen and (max-width: 1440px) {
        .news_call .news_div_item:nth-child(2) .news_div_item_date {
            top: 58.5%;
        }
    }
    
    .news_call .news_div_item:nth-child(2) .news_div_item_a::after {
        top: 74%;
        left: 72%;
    }
    
    .news_call .news_div_item:nth-child(2) .news_div_item_a::before {
        /* top: 850%; */
    }
    
    .news_call .news_div_item:nth-child(n+3) {
        flex-direction: row-reverse;
        justify-content: space-between;
        align-items: center;
        padding: 1% 1%;
    }
    
    @media screen and (max-width: 1680px) {
        .news_call .news_div_item:nth-child(n+3) {
            padding: 1.34% 1%;
        }
    }
    
    @media screen and (max-width: 1440px) {
        .news_call .news_div_item:nth-child(n+3) {
            padding: 1.71% 1%;
        }
    }
    
    .news_call .news_div_item:nth-child(n+3) .news_div_item_a {
        padding: 1% 0 0;
        margin-bottom: 12px;
    }
    
    .news_call .news_div_item:nth-child(n+3) .news_div_item_pic {
        width: 36%;
    }
    
    .news_call .news_div_item:nth-child(n+3) .news_div_item_content {
        width: 60%;
        height: 109px;
    }
    
    .news_call .news_div_item:nth-child(n+3) .news_div_item_date {
        top: 68%;
        left: 76%;
        color: #999;
        font-size: 0.7vw;
    }
    
    .news_call .news_div_item:nth-child(n+3) .news_div_item_a::before {
        top: 84px;
    }
    
    .news_call .news_div_item:nth-child(n+3) .news_div_item_a::after {
        top: 6.1vw;
        left: 56%;
    }
    
    .news_call .news_div_item:nth-child(n+4) {
        margin: 1.3% 0 0;
    }
    
    .news_call .news_div_item:nth-child(2) .news_div_item_body span {
        font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei UI", "Microsoft YaHei", "Source Han Sans CN", sans-serif, "Apple Color Emoji", "Segoe UI Emoji" !important;
        font-size: 15px !important;
    }
    /*.news_div_item:nth-of-type(2) .news_div_item_content {padding-top: 75%;}*/
    /*.news_div_item:nth-of-type(2) .news_div_item_pic img {margin-top: -75%;}*/
    /* bq */
    
    .flexsb {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        font-family: 'axt';
    }
    
    .footer {
        position: relative;
        z-index: 1;
        padding-top: 5rem;
        padding-bottom: 1.8rem;
        background: url(https://memberpic.114my.com.cn/029088/uploadfile/image/20250709/20250709155903_616480910.jpg) center no-repeat;
    }
    
    .foterLogo img {
        max-width: 74%;
    }
    
    .footer .foterBox {
        display: flex;
        justify-content: space-between;
    }
    
    .foterle .leOne {
        margin-top: .5rem;
    }
    
    .foterlogo img {
        width: 70px;
        margin-bottom: 5%;
    }
    
    .foterle .leOne span {
        font-size: 14px;
        opacity: .5;
        display: block;
        color: #fff;
        padding-bottom: 3px;
    }
    
    .foterle .leOne a {
        font-weight: 700;
        color: #fff;
        font-size: 1.7vw;
        font-family: 'Arial';
        line-height: 1.3;
    }
    
    .foterle dl {
        margin-top: .5rem;
        margin-bottom: 1.5rem;
    }
    
    .foterle dl dd {
        display: flex;
        align-items: center;
        margin: .6rem 0;
    }
    
    .foterle dl dd .icBox {
        margin-right: .5rem;
    }
    
    .foterle dl dd .icBox i {
        font-size: 15px;
        color: rgba(255, 255, 255, 0.5);
    }
    
    .foterle dl dd p,
    .foterle dl dd p a {
        color: rgba(255, 255, 255, 0.5);
        font-size: 0.88rem;
        font-family: 'axt';
    }
    
    .foterle dl dd p a:hover {
        color: #1a2a5d;
    }
    
    .foterlinks {
        display: flex;
        margin-top: .3rem;
    }
    
    .social {
        display: flex;
        margin-top: .3rem;
    }
    
    .social a {
        position: relative;
        font-size: 13px;
        color: #fff;
        display: inline-block;
        line-height: 25px;
        transition: 0.3s all ease-in-out;
        float: left;
        display: block;
        margin-right: 14px;
        margin-top: 0px;
        background: rgba(255, 255, 255, 0.2);
        padding: 2.9% 2.9%;
        border-radius: 50%;
    }
    
    .social a img {
        display: block
    }
    
    .social a i {
        font-family: 'iconfont';
        font-size: 18px;
        color: rgba(255, 255, 255, 0.3);
    }
    
    .social a:hover {}
    
    .social a:hover img {
        filter: contrast(0) brightness(2);
    }
    
    .social a:hover .ewm img {
        filter: grayscale(1%);
    }
    
    .social .ewm {
        position: absolute;
        width: 100px;
        bottom: 45px;
        right: -43px;
        z-index: 1;
        display: none;
        padding: 5px;
        background: #fff;
        border-radius: 5px;
    }
    
    .social .ewm:after {
        content: '';
        width: 0;
        height: 0;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 5px solid #fff;
        position: absolute;
        bottom: -5px;
        left: 52.5px;
    }
    
    .social .ewm img {
        display: block;
        width: 100%;
        height: auto;
    }
    
    .foternav {
        display: flex;
        justify-content: space-between;
        width: 56%;
    }
    
    .foternav dl {
        margin-right: .2rem;
    }
    
    .foternav dl:last-child {
        margin-right: 0;
    }
    
    .foternav dl dt {
        position: relative;
        padding-bottom: .25rem;
        margin-bottom: .3rem;
    }
    
    .foternav dl dt a {
        color: #ffff;
        margin-bottom: .6rem;
        font-size: 1.2rem;
        font-weight: 500;
        display: block;
        font-family: 'axt';
    }
    
    .foternav dl dt::after {
        content: "";
        width: 1rem;
        height: 0.14rem;
        background: #1a2a5d;
        position: absolute;
        bottom: 3px;
        left: 0;
    }
    
    .foternav dl dd {
        margin: 0.8rem 0;
    }
    
    .foternav dl dd a {
        color: rgba(255, 255, 255, .3);
        font-size: 0.88rem;
        font-family: 'axt';
    }
    
    .foternav dl dd a:hover {
        color: #ccc;
    }
    
    .copyright {
        margin-top: 4.2rem;
        border-top: 1px rgba(255, 255, 255, .07) solid;
        padding-top: 2rem;
    }
    
    .copyright p,
    .copyright p a {
        color: rgba(255, 255, 255, 0.5);
        font-size: 0.88rem;
        line-height: 1.6;
        text-align: center
    }
    
    .copyright p a:hover {
        color: #77b001;
    }
    
    .copyright .copyPone {
        font-size: 0.95rem;
    }
    
    .copyright .copyPone a {
        color: #77b001;
    }
    
    .copyright .copyPone .icon {
        display: block;
        text-align: center;
        padding-top: 10%;
        font-size: 32px;
    }
    /*link*/
    
    .links {
        overflow: hidden;
        margin: 0 auto;
        padding: 20px 0;
        margin-top: 0%;
        background: #06101c;
    }
    
    .linksW {
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    
    .links_l {
        width: 100px;
    }
    
    .links_lm {
        font-size: 18px;
        line-height: 30px;
        font-weight: lighter;
        color: #fff;
    }
    
    .links_lm p {
        text-transform: uppercase;
        font-size: 24px;
        font-weight: bold;
        line-height: 24px;
    }
    
    .links_lm p span {
        color: #ccc;
    }
    
    .links_lm em {
        font-size: 14px;
        color: #ccc;
        letter-spacing: 5px;
        line-height: 16px;
    }
    
    .links_r {
        width: 100%;
        color: #ccc;
        padding-left: 30px;
    }
    
    .links_r a {
        font-size: 15px;
        color: #ccc !important;
        font-family: 'axt';
    }
    
    .linkTagcs {
        width: 100% !important;
    }
    
    .linkTagcs li a {
        font-weight: lighter;
    }
    /*--kf--*/
    
    .kf {
        position: fixed;
        right: -100px;
        bottom: 20%;
        width: 50px;
        z-index: 999;
        -webkit-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s
    }
    
    .kf.on {
        right: 15px
    }
    
    .kf .kf_div {
        box-shadow: 0 0 18px rgba(0, 0, 0, .1);
        margin-bottom: 8px
    }
    
    .kf .kf_div:last-child {
        margin-bottom: 0
    }
    
    .kf .item {
        width: 50px;
        height: 50px;
        background: #fff;
        -webkit-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
        position: relative
    }
    
    .kf .item:first-child {
        border-top-left-radius: 6px
    }
    
    .kf .item:last-child {
        border-bottom-left-radius: 6px
    }
    
    .kf .item .box {
        font-family: "srm";
        position: absolute;
        left: 90px;
        top: 50%;
        transform: translateY(-50%);
        z-index: -1;
        -webkit-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
        width: 298px;
        background: #fff;
        box-shadow: 0 0 18px rgba(0, 0, 0, .1);
        border-radius: 25px;
        margin-right: 8px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        font-size: 26px;
        color: #1a2a5d;
        padding: 15% 0;
    }
    
    .kf .item .box:before {
        width: 10px;
        height: 100%;
        position: absolute;
        right: -9px;
        top: 0;
        content: ''
    }
    
    .kf .item .box i {
        width: 32px;
        height: 32px;
        display: block;
        border-radius: 50%;
        margin: 0 18px 0 17px;
        background: #1a2a5d;
        color: #fff;
        text-align: center;
        line-height: 32px;
    }
    
    .kf .item .box2 {
        width: 154px;
        position: absolute;
        left: 90px;
        top: 50%;
        transform: translateY(-50%);
        z-index: -1;
        -webkit-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-orient: vertical;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        background: #fff;
        box-shadow: 0 0 18px rgba(0, 0, 0, .1);
        padding: 15px 0 20px;
        border-radius: 6px
    }
    
    .kf .item .box2:before {
        width: 10px;
        height: 100%;
        position: absolute;
        right: -9px;
        top: 0;
        content: ''
    }
    
    .kf .item .box2 h3 {
        width: 100%;
        text-align: center;
        font-size: 24px;
        color: #1a2a5d;
        font-weight: 700
    }
    
    .kf .item .box2 img {
        width: 133px;
        height: 133px;
        margin: 5px 0
    }
    
    .kf .item .box2 div {
        font-size: 16px;
        line-height: 22px;
        color: #666;
        text-align: center
    }
    
    .kf .item:hover a {
        color: #fff;
    }
    
    .kf .item:hover {
        background: #1a2a5d;
        color: #fff;
    }
    
    .kf .item:hover .box {
        left: -306px
    }
    
    .kf .item:hover .box2 {
        left: -164px
    }
    
    .kf .item:hover a img {
        display: none
    }
    
    .kf .item:hover a img.on {
        display: block
    }
    
    .kf .item a {
        width: 100%;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        position: relative;
        z-index: 1;
        font-size: 26px;
        color: #999;
    }
    
    .kf .item a:hover i {
        color: #fff;
    }
    
    .kf .item a img {
        -webkit-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
        max-width: 50%
    }
    
    .kf .item a i {
        font-size: 26px;
        color: #999;
    }
    
    .kf .item a img.on {
        display: none;
        max-width: 50%
    }
    
    @media (max-width:768px) {
        .kf {
            top: auto;
            bottom: 10px;
            left: 50%;
            margin-left: -80px;
            transform: translateY(0);
            display: -webkit-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -webkit-flex-direction: row;
            -moz-flex-direction: row;
            -ms-flex-direction: row;
            -o-flex-direction: row;
            flex-direction: row
        }
        .kf .kf_div {
            display: -webkit-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -webkit-flex-direction: row;
            -moz-flex-direction: row;
            -ms-flex-direction: row;
            -o-flex-direction: row;
            flex-direction: row;
            height: 40px
        }
        .kf .item {
            width: 40px;
            height: 40px;
            border-radius: 0!important
        }
        .kf .item a img {
            max-width: 50%
        }
        .kf .item:hover .box {
            left: -50px;
            opacity: 1;
            top: -30px
        }
        .kf .item:hover .box2 {
            left: -40px;
            opacity: 1;
            top: -70px
        }
        .kf .item .box {
            left: -50px;
            top: -20px;
            opacity: 0;
            width: 140px;
            font-size: 14px;
            height: 40px;
            border-radius: 20px;
            text-align: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            -webkit-justify-content: center;
            justify-content: center
        }
        .kf .item .box:before,
        .kf .item .box i {
            display: none
        }
        .kf .item .box2 {
            left: -40px;
            top: -50px;
            opacity: 0;
            width: 120px;
            height: 120px;
            padding: 5px
        }
        .kf .item .box2:before,
        .kf .item .box2 h3,
        .kf .item .box2 div {
            display: none
        }
        .kf .item .box2 img {
            width: 110px;
            height: 110px
        }
    }
    
    .idx_service {
        width: 100%;
        height: auto;
        padding: 2vw 0;
        background: url() no-repeat bottom;
        overflow: hidden;
    }

  .char {
        padding: 1.7% 1% 2% 1%;
        overflow: hidden;
        display: flex;
        justify-content: flex-end;
        position: relative;
        z-index: 5;
        background: url(https://memberpic.114my.com.cn/zhonghao88/uploadfile/image/20241216/20241216142213_258037266.jpg)no-repeat center top;
        animation: brandBg 60s infinite linear;
        margin: 3% 0%;
    }
    
    @keyframes brandBg {
        0% {
            background-position: calc(50% - 960px) center;
        }
        100% {
            background-position: calc(50% + 960px) center;
        }
    }
    
    .char:before {
        content: '';
        width: 70.7%;
        height: 100%;
        position: absolute;
        /* background: #0e6fb7;*/
        right: 0;
        top: 0;
        z-index: -1;
    }
    
    .char_box {
        max-width: 1500px;
        margin: 0 auto;
        width: 100%;
        display: flex;
        justify-content: space-between;
        background: ;
        /* padding: 6% 0 6% 4%;*/
        align-items: center;
        flex-direction: column;
    }
    
    .char_con {
        margin: 2% 0 0;
        /* padding: 3% 0 0;*/
    }
    
    .char_con .slick-track {
        padding: 1% 0 0;
        display: flex;
    }
    
    .char_con ul {
        display: flex;
        justify-content: space-between;
        margin-bottom: 0 !important;
    }
    
    .char_con>ul>div>div>li,
    .char_con li {
        display: flex !important;
        flex-direction: column;
        width: 23%;
        padding: 4% 3% 4%;
        transition: 0.8s;
        background: #fff;
        overflow: hidden;
        box-shadow: 0 0 20px #c3c1c1;
    }
    
    .char_con>ul>div>div>li:hover,
    .char_con>ul>div>div>li.on,
    .char_con li.on {
        background: : #1a2a5d;
        color: #fff;
        box-shadow: 0 0 20px #333;
        position: relative;
        z-index: 5;
        /* border-left: 1px solid #e50012;*/
    }
    
    .char_con li:nth-child(2n) {
        flex-direction: column-reverse;
    }
    
    .char_con li:hover,
    .char_con li.on {
        background: #1a2a5d;
    }
    
    .char_con li:hover p,
    .char_con li.on p {
        color: #fff;
    }
    
    .char_con li:nth-child(2n) p {
        padding: 0 0 12% 0;
    }
    
    .char_con>ul>div>div>li.slick-current {}
    
    .char_con li i {
        font-size: 3rem;
        overflow: hidden;
        border-radius: 180px;
    }
    
    .char_con li i img {
        width: 100%;
        object-fit: cover;
    }
    
    .char_con li p {
        display: flex;
        flex-direction: column;
        font-size: 1.6rem;
        padding: 18% 0 0;
        align-items: center;
        font-weight: bold;
    }
    
    .char_con li p span {
        font-size: 0.98rem;
        line-height: 1.8rem;
        padding: 5% 0 0;
        opacity: 0.7;
        text-align: center;
        font-weight: normal;
    }
    
    .char_con li a {
        font-size: 1rem;
        margin: 24% 0 0;
        transition: 0.8s;
        display: none;
    }
    
    .char_con li.on a {
        color: #fff;
    }
    
    .char_con .ban_dot {
        display: flex !important;
        width: 100%;
        align-items: center;
        position: absolute;
        bottom: 0;
        left: -37%;
    }
    
    .char_con .ban_dot li {
        width: 10px;
        height: 10px;
        display: inline-block;
        background: #fff;
        margin: 0 0.3%;
        transition: 0.5s;
        /* border-radius: 50%;*/
    }
    
    .char_con .ban_dot li.slick-active {
        width: 25px;
        /* border-radius: 40px;*/
        background: #ff6600;
    }
    
    .char_con .ban_dot li button {
        font-size: 0;
        border: none;
        outline: none;
    }

.appli_call1 {
    position: relative;
    z-index: 9;
    margin-top: 30px;
}

.appli_call1 tr {
    display: flex;
    justify-content: space-between;
}

.appli_call1 tr td {
    display: inline-block;
    padding-left: 0 !important;
    overflow: hidden;
    width: 23%;
}

.appli_call1 tr td img {
    -webkit-transition: .8s;
    -o-transition: .8s;
    transition: .8s;
    width: 100%;
    height: auto;
}

.appli_call1 tr td+td {
    margin-left: 10px;
}

.appli_call1 div {
    height: 56px;
    background: #f5f5f5;
    line-height: 56px;
    padding-top: 0 !important;
    transition: all 0.3s linear;
}

.appli_call1 div a {
    font-size: 1rem;
    color: #333333;
    line-height: 56px;
}

.appli_call1 table tr td:hover div a {
    background: #1a2a5d;
    color: #ffffff;
    display: block;
    transition: all 0.3s linear;
    display: block;
}

.appli_call1 table tr td:hover img {}

.appli_call1 table tr td a {
    display: block;
    overflow: hidden;
}

.appli_call1 table tr td br {
    display: none;
}

.honer {
    margin-top: 80px;
}

.box {
    margin: 0 auto;
    width: 100%;
    min-width: 1300px;
    max-width: 1600px;
    box-sizing: border-box;
    padding-left: 5%;
    padding-right: 5%;
}