﻿@charset "utf-8";
@media screen and (max-width:1920px) {
    .box_con {
        max-width: 100vw;
        padding: 0 9.375vw;
        margin: 0 auto;
    }

    /* header */
    header h1 {
        width: 8.333333333333334vw;
        margin: 0;
        height: 6.25vw;
    }

    .fixed header h1 {
        height: 4.427083333333334vw;
    }

    .head_right {
        width: calc(100% - 8.333333333333334vw);
        justify-content: flex-end;
        align-items: center;
    }

    .head_right nav {
        width: calc(100% - 1.0416666666666667vw);
        padding-right: 1.5625vw;
        box-sizing: border-box;
        justify-content: flex-end;
    }

    .head_right nav .nav_item a {
        font-size: 1.0416666666666667vw;
        color: #fff;
        padding: 0 1.0416666666666667vw;
    }

    .head_search {
        width: 1.0416666666666667vw;
        position: relative;
    }

    .head_search .search_bd {
        width: 14.583333333333334vw;
        height: 0px;
        line-height: 2.34375vw;
        border-radius: 4px;
        background: #fff;
        padding-left: 0.5208333333333334vw;
        box-sizing: border-box;
        display: inline-flex;
        position: absolute;
        right: 0;
        top: 3.125vw;
        overflow: hidden;
        transition: all 0.5s;
        font-size: 0.78125vw;
    }

    .head_search.active .search_bd {
        height: 2.34375vw;
        transition: all 0.5s;
    }

    .head_search .search_bd input {
        width: calc(100% - 2.34375vw);
        height: 2.34375vw;
        line-height: 2.34375vw;
    }

    .head_search .search_bd button {
        width: 2.34375vw;
        height: 2.34375vw;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background: #1c3d96;
        color: #fff;
    }

    .head_nav nav .nav_item a {
        display: block;
        font-size: 1.0416666666666667vw;
        color: #fff;
        line-height: 3.125vw;
        position: relative;
    }

    /* end header */


    /* footer */

    .foot_top {
        padding: 3.125vw 0 2.0833333333333335vw;
        justify-content: space-between;
    }

    .foot_top .foot_logo {
        width: 8.333333333333334vw;
        line-height: 3.90625vw;
    }

    .foot_top .foot_hot {
        width: 23%;
        font-family: Arial;
        font-size: 1.7708333333333335vw;
        color: #1c3d96;
        padding-left: 3.125vw;
        box-sizing: border-box;
    }

    .foot_top .foot_hot span {
        display: inline-flex;
        color: #999;
        font-size: 0.9375vw;
        flex-wrap: wrap;
        align-items: center;
    }

    .foot_top .foot_hot span img {
        width: 1.0416666666666667vw;
        height: 1.0416666666666667vw;
        margin-right: 0.5208333333333334vw;
    }

    .foot_center {
        padding: 2.0833333333333335vw 0;
        border-top: 1px solid #e5e6e7;
    }

    .foot_center .foot_nav .item .item_tit {
        font-size: 1.0416666666666667vw;
        font-weight: bold;
        color: #030622;
        margin-bottom: 1.0416666666666667vw;
    }

    .foot_center .foot_nav .item .item_con>a {
        width: calc(100% / 2);
        font-size: 0.9375vw;
        line-height: 1.5625vw;
        padding: 5px 0;
        color: #999;
    }

    .foot_center .foot_ewm {
        width: 17%;
        text-align: center;
        font-size: 0.7291666666666667vw;
        color: #999;
        border-left: 1px solid #e5e6e7;
        padding: 0 3.125vw;
        box-sizing: border-box;
    }

    .foot_center .foot_ewm img {
        width: 6.770833333333334vw;
        height: 6.770833333333334vw;
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
        margin: 0 auto 0.78125vw;
    }

    .foot_center .foot_info {
        width: 23%;
        padding-left: 3.125vw;
        box-sizing: border-box;
        border-left: 1px solid #e5e6e7;
        font-size: 0.9375vw;
    }

    .foot_center .foot_info b {
        display: block;
        font-weight: 550;
        color: #030622;
        margin-bottom: 1.0416666666666667vw;
    }

    .foot_center .foot_info img {
        width: 1.0416666666666667vw;
        height: 1.0416666666666667vw;
        margin-right: 0.5208333333333334vw
    }

    .foot_link {
        border-top: 1px solid #e5e6e7;
        font-size: 0.9375vw;
        color: #030622;
        line-height: 1.5625vw;
        padding: 1.3020833333333335vw 0;
    }

    .foot_link a {
        margin-left: 0.78125vw;
        color: #999;
    }

    .foot_btm {
        border-top: 1px solid #e5e6e7;
        font-size: 0.7291666666666667vw;
        color: #999;
        line-height: 1.5625vw;
        padding: 1.3020833333333335vw 0;
    }

    .foot_btm a {
        color: #999;
        margin-left: 0.78125vw;
    }

    .pops {
        position: fixed;
        right: 1.0416666666666667vw;
        background: #1c3d96;
        bottom: 22%;
        border-radius: 3.125vw;
        width: 3.125vw;
        z-index: 9;
    }

    .pops .item::after {
        content: "";
        display: block;
        width: 1.0416666666666667vw;
        height: 2px;
        background: rgba(255, 255, 255, 0.4);
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
    }

    .pops .item a {
        box-sizing: border-box;
        padding: 1.0416666666666667vw 0.5208333333333334vw;
        box-sizing: border-box;
        display: inline-flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .pops .item .item_ico {
        width: 1.3541666666666667vw;
        height: 1.3541666666666667vw;
        margin-bottom: 5px;
    }

    .pops .item .item_tit {
        font-size: 0.7291666666666667vw;
        line-height: 0.9375vw;
        color: #fff;
    }

    .gotops {
        position: fixed;
        z-index: 99;
        right: 1.0416666666666667vw;
        bottom: 15%;
        opacity: 0;
        background: #b60005;
        width: 3.125vw;
        height: 3.125vw;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        box-sizing: border-box;
        border-radius: 50%;
    }

    /* myBanner */
    .myBanner {
        text-align: center;
        max-height: 44.270833333333336vw;
        position: relative;
        overflow: hidden;
    }

    .myBanner .swiper-button-next,
    .myBanner .swiper-button-prev {
        width: 2.604166666666667vw;
        height: 2.604166666666667vw;
        line-height: 2.604166666666667vw;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.1);
        border: 1px solid rgba(255, 255, 255, 0.5);
        color: #030622;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        z-index: 3;
    }

    .myBanner .swiper-button-next::after,
    .myBanner .swiper-button-prev::after {
        font-size: 0.8333333333333334vw;
        color: #fff;
    }

    .myBanner .swiper-button-next {
        right: 1.0416666666666667vw;
    }

    .myBanner .swiper-button-prev {
        left: 1.0416666666666667vw;
    }

    .myBanner .swiper-pagination-banner {
        position: absolute;
        bottom: 1.5625vw;
        left: 0;
        right: 0;
        z-index: 2;
        opacity: 0;
    }

    .myBanner .swiper-pagination-banner .swiper-pagination-bullet {
        width: 0.7291666666666667vw;
        height: 0.7291666666666667vw;
        background: #fff;
        margin: 0 0.5208333333333334vw;
    }

    .banner_pop {
        height: 4.6875vw;
        margin-top: -4.6875vw;
        position: relative;
        z-index: 3;
        overflow: hidden;
    }

    .banner_pop .item {
        width: calc(100% / 5 - 1.0416666666666667vw);
        margin-right: 1.3020833333333335vw;
        background: rgba(28, 61, 150, 0.7);
        border-radius: 10px 10px 0 0;
        height: 4.6875vw;
        transition: all 0.5s ease-in-out;
    }

    .banner_pop .item a {
        padding: 0.5208333333333334vw 1.5625vw;
        box-sizing: border-box;
        display: inline-flex;
        align-items: center;
        width: 100%;
        height: 100%;
        justify-content: center;
    }

    .banner_pop .item .item_icon {
        width: 2.8645833333333335vw;
        height: 2.3958333333333335vw;
    }

    .banner_pop .item .item_tit {
        padding-left: 1.0416666666666667vw;
        box-sizing: border-box;
    }

    .banner_pop .item .item_tit .tit_cn {
        font-size: 1.25vw;
        font-weight: bold;
        color: #fff;
    }

    .banner_pop .item .item_tit .tit_en {
        font-size: 0.625vw;
        color: #fff;
        opacity: 0.3;
        text-transform: uppercase;
    }

    .banner_pop .item:hover {
        transition: all 0.5s ease-in-out;
        height: 5.729166666666667vw;
    }

    .box {
        padding: 5.208333333333334vw 0;
    }

    .main_title .title_tit {
        font-size: 2.3958333333333335vw;
        color: #030622;
        font-weight: 600;
    }

    .main_title .title_txt {
        font-size: 0.9375vw;
        color: #030622;
    }

    .more {
        width: 9.375vw;
        border: 1px solid #999;
        line-height: 2.604166666666667vw;
        border-radius: 1.3020833333333335vw;
        text-align: center;
        overflow: hidden;
        position: relative;
        font-size: 0.7291666666666667vw;
    }

    .more:hover::after {
        width: 9.375vw;
        height: 9.375vw;
        transition: all 0.5s;
    }

    .more a span {
        width: 2.0833333333333335vw;
        height: 2.0833333333333335vw;
        border-radius: 50%;
        background: #1c3d96;
        display: inline-flex;
        justify-content: center;
        align-items: center;
    }
    .more a span img{
        width: 0.5729166666666667vw;
        height: 0.78125vw;
    }
    .box_bd {
        position: relative;
        width: 52.083333333333336vw;
        margin: 2.604166666666667vw auto 0;
        border-radius: 2.0833333333333335vw;
        height: 3.6458333333333335vw;
        overflow: hidden;
        box-sizing: border-box;
    }

    .box_bd_form {
        height: 100%;
        border-radius: 2.0833333333333335vw;
        overflow: hidden;
        border: 3px solid #3f79d2;
        box-sizing: border-box;
        border-right: 0;
    }

    .box_bd_form input {
        width: calc(100% - 6.770833333333334vw);
        box-sizing: border-box;
        padding-left: 1.5625vw;
        background: transparent;
        font-size: 0.78125vw;

    }

    .box_bd_form .btn {
        width: 6.770833333333334vw;
        line-height: 3.6458333333333335vw;
        background: linear-gradient(90deg, #c2d9ff 0%, #3f79d2 100%);
        text-align: center;
        border-radius: 2.0833333333333335vw;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    .news_tab {
        display: flex;
        justify-content: flex-end;
        margin-top: -2.7083333333333335vw;
        position: relative;
        z-index: 1;
    }

    .news_tab span {
        width: 7.291666666666667vw;
        text-align: center;
        padding: 0.5208333333333334vw;
        border: 1px solid #030622;
        border-radius: 50px;
        font-size: 0.8333333333333334vw;
        line-height: 1.5625vw;
        cursor: pointer;
        margin-left: 1.5625vw;
    }

    .newsList .news_con {
        padding-top: 3.125vw;
    }

    .news_item_con .news_img {
        width: 49%;
        max-width: 39.583333333333336vw;
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
        border-radius: 10px;
        overflow: hidden;
        height: 29.166666666666668vw;
    }

    .news_items {
        width: 49%;
        max-width: 39.583333333333336vw;
    }

    .news_items .item {
        background: rgba(255, 255, 255, 0.6);
        border-radius: 10px;
        overflow: hidden;
        margin-bottom: 1.5625vw;
        border: 1px solid #fff;
        box-sizing: border-box;
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    }

    .news_items .item a {
        display: block;
        padding: 0.78125vw 1.5625vw;
        box-sizing: border-box;

    }

    .news_items .item .item_tit {
        font-size: 1.1458333333333335vw;
        font-weight: bold;
        line-height: 1.6666666666666667vw;
    }

    .news_items .item .item_txt {
        font-size: 0.8333333333333334vw;
        line-height: 1.25vw;
        color: #999;
        height: 0;
        margin: 0.4166666666666667vw 0;
        transition: all 0.5s;
    }

    .news_items .item .item_time {
        display: inline-flex;
        align-items: center;
        font-size: 0.9375vw;
        color: #030622;
        line-height: 1.25vw;
    }

    .news_items .item .item_time img {
        margin-right: 0.5208333333333334vw;
        width: 0.8333333333333334vw;
        height: 0.8333333333333334vw;
    }

    .news_items .item.active .item_txt {
        height: 2.5vw;
        transition: all 0.5s;
    }

    .businessList {
        margin-top: 3.125vw;
        height: 29.166666666666668vw;
        overflow: hidden;
        border-radius: 10px;
        background: #fff;
        box-shadow: 0 0.5208333333333334vw 1.5625vw 5px rgba(0, 0, 0, 0.04);
    }

    .business_left {
        width: 32%;
        background: #fff;
        padding: 3.6458333333333335vw 0 3.6458333333333335vw 3.6458333333333335vw;
        box-sizing: border-box;
        height: 100%;
        display: inline-flex;
        flex-direction: column;
        justify-content: center;
    }

    .business_left .item .item_tit {
        font-size: 1.4583333333333335vw;
        color: #808080;
    }

    .business_left .item .item_txt {
        font-size: 0.9375vw;
        line-height: 1.3541666666666667vw;
        color: #666;
        height: 0;
        margin: 0.5208333333333334vw 0;
        transition: all 0.5s;
    }

    .business_left .item .item_btn a {
        display: none;
        align-items: center;
        font-size: 0.7291666666666667vw;
        margin: 1.3020833333333335vw 0;
        filter: brightness(0);
    }

    .business_left .item .item_btn a span {
        width: 8px;
        height: auto;
        display: inline-flex;
        align-items: center;
        margin-left: 1.0416666666666667vw;
    }

    .business_left .item.active .item_txt {
        height: 2.7083333333333335vw;
        transition: all 0.5s;
    }

    .business_right .businessImgs::after {
        content: "";
        display: block;
        width: 19.53125vw;
        height: 100%;
        background: url(../images/business_img.png) no-repeat right/cover;
        position: absolute;
        left: 0;
        top: 0;
    }

    .boxs .more {
        margin-top: -2.7083333333333335vw;
        position: relative;
        z-index: 2;
    }

    .filesList {
        width: 57%;
        margin: 3.125vw 0 0 auto;
    }

    .filesList .item {
        width: calc(100% / 4 - 1.1979166666666667vw);
        margin-right: 1.5625vw;
        margin-bottom: 1.5625vw;
        background: rgba(255, 255, 255, 0.4);
        border: 1px solid #fff;
        border-radius: 10px;
        box-sizing: border-box;
        text-align: center;
        height: 5.208333333333334vw;
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
        transition: all 0.5s;
    }


    .filesList .item .item_ico {
        width: 1.8229166666666667vw;
        height: 1.8229166666666667vw;
        margin-bottom: 5px;
    }

    .filesList .item .item_tit {
        font-size: 1.0416666666666667vw;
        font-weight: bold;
        color: #030622;
    }

/* 内页样式 */
.bar{
    height: 28.125vw;
}
.bar_con{
    height: 100%;
}
.bar_cn{
    font-size: 3.125vw;
    margin-bottom: 0.5208333333333334vw;
   
}
.bar_en{
    font-size: 1.5625vw;
}
.crumb{
   
    font-size: 0.7291666666666667vw;
    line-height: 1.3541666666666667vw;
    padding-bottom: 1.875vw;
    padding-top: 6.25vw;
}

.submenu{
    padding: 3.125vw 0;
}
.submenu a{
    padding: 0 1.5625vw;
    font-size: 0.8333333333333334vw;
    line-height: 2.5vw;
    border-radius: 50px;
    margin-right: 1.5625vw;
}

.about_con{
    padding: 3.125vw 0 6.25vw;
}
.about_tit{
    font-size: 1.7708333333333335vw;
}
.about_tit::before{
    height: 1.5625vw;
    margin-right: 1.25vw;
}
.about_right .editor{
    padding-right: 2.0833333333333335vw;
    height: 24.739583333333336vw;
}
.about_items{
    margin-top: 3.125vw;
}
.about_items .item{
    width: calc(100% / 5 - 1.875vw);
    margin-right: 2.34375vw;
    margin-bottom: 3.125vw;
}
.about_items .item .item_img{
    width: 100%;
    height: 18.75vw;
    overflow: hidden;
}
.about_items .item .item_tit{
    font-size: 0.9375vw;
    line-height: 1.5625vw;
    color: #030622;
    padding: 0.5208333333333334vw;
}
.about_con .main_title{
    padding-bottom: 1.5625vw;
}
.team_list .item{
    width: calc(100% / 4 - 1.5234375vw);
    margin-right: 2.03125vw;
    margin-bottom: 3.125vw;
    height: 25vw;
}

.team_list .item .img .img_con{
    width: 100%;
    height: 3.125vw;
   padding: 0 1.5625vw;
}
.team_list .item .img .img_con .name{
    font-size: 1.1458333333333335vw;
    font-weight: bold;
    color: #fff;
}
.team_list .item .img .img_con .post{
    font-size: 0.9375vw;
    color: #fff;
}
.team_list .item .info{
    padding: 1.5625vw;
}
.team_list .item:hover .info{
    transform: translateY(0);
    transition: all 0.5s;
}
.team_list .item .info .name{
    font-size: 1.3541666666666667vw;
    font-weight: bold;
    color: #fff;
}
.team_list .item .info .post{
    font-size: 0.9375vw;
    color: #fff;
    margin: 0.7291666666666667vw 0;
}
.team_list .item .info .editor{
    height: 14.583333333333334vw;
    font-size: 0.8333333333333334vw;
    line-height: 1.4583333333333335vw;
    color: #fff;
    overflow-y: auto;
    padding-right: 0.5208333333333334vw;
    box-sizing: border-box;
}

/* 分页 */
.page_list{justify-content: center;padding: 0;}
.page_list .pages_list_item{width: 3.125vw;text-align: center;line-height: 3.125vw;font-size: 1.0416666666666667vw;color: #030622;margin: 0 5px;overflow: hidden;box-sizing: border-box;border-radius: 3.125vw;border: 1px solid #cbcbcb;}
.page_list .pages_list_item a{display: flex;align-items: center;justify-content: center;color: #030622;height: 100%;}
.page_list .pages_list_item.active a,
.page_list .pages_list_item:hover a {color: #093886;transition: all ease-in-out 0.5s;font-weight: bold;}
.page_list .pages_list_item a span{display: block;width: 1.0416666666666667vw;height: 1.0416666666666667vw;transition: all ease-in-out 0.5s;}
.page_list .pages_list_item a span::before,
.page_list .pages_list_item a span::after{content: "";display: block;width: 0.625vw;height: 2px;background: #030622;transform: rotate(45deg);margin: 0.2604166666666667vw 4px;}
.page_list .pages_list_item a span::after{transform: rotate(-45deg);}

.preview{position: relative;}
.preview::before{content: "";display: block;width: 100%;height: 1px;background: #d7dee4;position: absolute;top: 6.354166666666667vw;}
.preview .swiper-container{overflow: hidden;padding: 1.5625vw 0 2.604166666666667vw;margin-left: 15.625vw;}
.preview .swiper-container .swiper-slide{font-size: 1.3541666666666667vw;line-height: 3.4375vw;color: #aeb4c2;position: relative;text-align: left;cursor: pointer;}
.preview .swiper-container .swiper-slide::before,
.preview .swiper-container .swiper-slide::after{content: "";display: block;border-radius: 50%;position: absolute;left: 0;margin: 0 auto;bottom: -2.34375vw;z-index: 2;}
.preview .swiper-container .swiper-slide::before{width: 1.9791666666666667vw;height: 1.9791666666666667vw;border:1px solid #d7dee4;box-sizing: border-box;}
.preview .swiper-container .swiper-slide::after{width: 1.1458333333333335vw;height: 1.1458333333333335vw;background: #d7dee4;margin: 0.4166666666666667vw;}
.preview .swiper-container .active-nav::after{background: #1c3d96;}
.preview .swiper-container .active-nav::before{border: 1px solid #1c3d96;background: #1c3d96;opacity: 0.2;}
.preview .swiper-container .active-nav{font-size: 2.3958333333333335vw;color: #1c3d96;font-weight: bold;}
.view {padding: 3.125vw 0;}
.view .box_con{justify-content: space-between;align-items: center;display: inline-flex;}
.view .swiper-container{width: calc(100% - 15.625vw);overflow: hidden;display: inline-flex;margin-bottom: 3.125vw;}
.view .swiper-container .swiper-slide{display: flex;}
.view .swiper-container .swiper-slide .history_tit{width: 13.541666666666668vw;}
.view .swiper-container .swiper-slide .history_tit h3{font-size: 3.125vw;color: #030622;margin: 0;}
.view .swiper-container .swiper-slide .history_tit h3 span{font-size: 1.25vw;}
.view .swiper-container .swiper-slide .history_tit h3::after{content: "";display: block;width: 1.5625vw;height: 4px;background: #1c3d96;margin: 1.5625vw 0;}
.view .swiper-container .swiper-slide .history_tit p{font-size: 2.291666666666667vw;color: #030622;margin: 0;font-weight: bold;}
.view .swiper-container .swiper-slide .history_tct{width: calc(100% - 14.583333333333334vw);max-height: 14.0625vw;}
.view .swiper-container .swiper-slide .history_tct .editor{overflow-y: auto;height: 200px;color: #030622;line-height: 2;padding: 0 1.5625vw;box-sizing: border-box;}
.view .swiper-container .swiper-slide .history_tct .editor::-webkit-scrollbar-thumb {background:#1c3d96;background-clip:padding-box;min-height:10px;cursor: pointer;}
.view .swiper-container .swiper-slide .history_tct .editor::-webkit-scrollbar-thumb:hover {background:#1c3d96;} 
.view .arrow-left,
.view .arrow-right{display: inline-block;width: 2.604166666666667vw;height: 2.604166666666667vw;border-radius: 2.604166666666667vw;line-height: 2.5vw;border: 1px solid #d7dee4;text-align: center;font-size: 1.25vw;color: #030622;font-family: monospace;background: rgba(255, 255, 255, 0.2);font-weight: bold;}
.view .arrow-right{margin-right: 7.8125vw;margin-left: 1.5625vw;}
.view .arrow-left:hover,
.view .arrow-right:hover{background: #1c3d96;color: #fff !important;}

.join_item{margin-top: 2.0833333333333335vw;}
.join_item .tit{padding: 0.78125vw 1.8229166666666667vw;box-sizing: border-box;background: #fff;align-items: center;border-radius: 15px;border-left: 5px solid #0842a5;cursor: pointer;}
.join_item .tit em{width: 2.604166666666667vw;height: 2.604166666666667vw;background: #0842a5;border-radius: 10px;position: relative;box-shadow: 0 5px 20px #0842a5;}
.join_item .tit em::before,
.join_item .tit em::after{content: "";display: block;width: 0.9375vw;height: 2px;background: #fff;margin: 1.25vw 0.8333333333333334vw;position: absolute;top: 0;}
.join_item .tit em::after{transform: rotate(90deg);}
.join_item .tit .tit_left{width: 14.583333333333334vw;font-size: 1.25vw;line-height: 1.875vw;color: #333;font-weight: bold;}
.join_item .tit .tit_right{width: calc(100% - 17.1875vw);}
.join_item .tit .tit_right span{font-size: 0.8333333333333334vw;line-height: 1.6666666666666667vw;color: #333;margin-right: 1.0416666666666667vw;}
.join_item .tit .tit_right span img{width: 0.6770833333333334vw;height: 0.8854166666666667vw;display: inline-flex;}
.join_item .tct{padding: 1.3020833333333335vw 1.8229166666666667vw;box-sizing: border-box;background: #fff;border-radius: 10px;margin-top: 1.0416666666666667vw;display: none;box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);}
.join_item.active .tit em::after{display: none;}
.join_item.active .tct{display: block;}

.product_more{font-size: 0.8333333333333334vw;line-height: 2.604166666666667vw;text-align: center;background: #0842a5;color: #fff;border-radius: 1.5625vw;width: 11.458333333333334vw;margin: 1.5625vw auto;cursor: pointer;}

.honor_con{justify-content: space-between;}
.honor_con .honor_left{width: 43%;}
.honor_con .honor_right{width: 54%;border-radius: 10px;}
.honor_tit{font-size: 1.5625vw;font-weight: bold;color: #03031c;padding-bottom: 1.5625vw;display: inline-flex;align-items: center;}
.honor_tit::before{content: "";display: block;width: 4px;height: 1.0416666666666667vw;border-radius: 2px;background: #b60005;margin-right: 1.25vw;}
.honor_list .item{width: calc(100% / 4 - 2.760416666666667vw);margin-right: 3.6458333333333335vw;background: #fff;padding: 1.5625vw;box-sizing: border-box;box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);margin-bottom: 3.125vw;display: inline-flex;align-items: center;}
.honor_list .item:nth-child(4n){margin-right: 0;}

.solution_top{justify-content: space-between;padding: 6.25vw 0 4.166666666666667vw;}
.solution_top .solution_tit{font-size: 2.291666666666667vw;font-weight: bold;color: #03031c;padding-bottom: 1.5625vw;display: inline-flex;align-items: center;}
.solution_top .solution_desc{font-size: 0.9375vw;line-height: 1.6666666666666667vw;color: #666;width: 50%;}
.solution_list{padding-bottom: 90px;}
.solution_list .item{width: calc(100% / 3 - 0.9890625vw);margin-right: 1.4583333333333335vw;margin-bottom: 1.5625vw;border-bottom: 1px solid #edf1f4;}
.solution_list .item:nth-child(3n){margin-right: 0;}
.solution_list .item .item_img{width: 100%;height: 19.791666666666668vw;border-radius: 10px;overflow: hidden;}
.solution_list .item .item_img img{width: 100%;height: 100%;object-fit: cover;transition: all 0.5s;}
.solution_list .item .item_con{padding: 1.0416666666666667vw;}
.solution_list .item .item_con .item_tit{font-size: 1.25vw;font-weight: bold;color: #03031c;line-height: 1.5625vw;}
.solution_list .item .item_con .item_txt{font-size: 0.8333333333333334vw;line-height: 1.5625vw;color: #666;margin: 1.0416666666666667vw 0;}
.solution_list .item .item_con .item_more{font-size: 0.7291666666666667vw;line-height: 1.5625vw;filter: brightness(0);display: inline-flex;align-items: center;}
.solution_list .item .item_con .item_more span{margin-left: 0.78125vw;}
.solution_list .item:hover .item_img img{transform: scale(1.2);transition: all 0.5s;}
.solution_list .item:hover .item_con .item_tit{color: #093886;}

.myNews {position: relative;overflow: hidden;box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);border-radius: 10px;}
.myNews .swiper-slide a{padding: 1.5625vw;background: #fff;box-sizing: border-box;align-items: center;}
.myNews .swiper-slide .slide_img{width: 25vw;height: 18.229166666666668vw;overflow: hidden;border-radius: 10px;}
.myNews .swiper-slide .slide_img img{width: 100%;height: 100%;object-fit: cover;}
.myNews .swiper-slide .slide_con{width: calc(100% - 25vw);padding-left: 1.5625vw;box-sizing: border-box;}
.myNews .swiper-slide .slide_con .slide_day{display: inline-flex;align-items: center;font-size: 0.9375vw;color: #03031c;padding-bottom: 1.0416666666666667vw;}
.myNews .swiper-slide .slide_con .slide_day span{margin-right: 10px;}
.myNews .swiper-slide .slide_con .slide_tit{font-size: 1.4583333333333335vw;line-height: 1.875vw;font-weight: bold;}
.myNews .swiper-slide .slide_con .slide_txt{font-size: 0.9375vw;line-height: 1.5625vw;color: #666;margin: 1.0416666666666667vw 0;}
.myNews .swiper-slide .slide_con .more{display: inline-flex;justify-content: space-around;align-items: center;margin-top: 1.5625vw;color: #03031c;}
.myNews .swiper-slide .slide_con .more span{background: #093886;width: 2.0833333333333335vw;height: 2.0833333333333335vw;display: inline-flex;justify-content: center;align-items: center;border-radius: 2.0833333333333335vw;}
.myNews .swiper-slide .slide_con .more:hover::after{background: none;transition: all 0;}
.myNews .swiper-pagination-news{position: absolute;bottom: 3.125vw;right: 1.5625vw;left: auto;width: auto;z-index: 2;}
.myNews .swiper-pagination-news .swiper-pagination-bullet{width: 1.5625vw;height: 2px;}
.myNews .swiper-pagination-news .swiper-pagination-bullet-active{background: #093886;}
.news_list{padding: 1.5625vw 0 4.6875vw;}
.news_list .item{margin: 2.0833333333333335vw 0;padding-bottom: 2.0833333333333335vw;border-bottom: 1px solid #edf1f4;}
.news_list .item a{align-items: center;}
.news_list .item .item_img{width: 15.104166666666668vw;height: 10.9375vw;overflow: hidden;border-radius: 10px;}
.news_list .item .item_img img{width: 100%;height: 100%;object-fit: cover;transition: all 0.5s;}
.news_list .item .item_con{width: calc(100% - 15.104166666666668vw);padding-left: 1.5625vw;box-sizing: border-box;}
.news_list .item .item_con .slide_day{display: inline-flex;align-items: center;font-size: 0.9375vw;color: #03031c;padding-bottom: 1.0416666666666667vw;}
.news_list .item .item_con .slide_day span{margin-right: 0.5208333333333334vw;}
.news_list .item .item_con .slide_tit{font-size: 1.3541666666666667vw;line-height: 1.875vw;font-weight: bold;}
.news_list .item .item_con .slide_txt{font-size: 0.9375vw;line-height: 1.5625vw;color: #666;margin: 1.0416666666666667vw 0;}
.news_list .item .item_con .slide_more{font-size: 0.7291666666666667vw;line-height: 1.5625vw;filter: brightness(0);display: inline-flex;align-items: center;}
.news_list .item .item_con .slide_more span{margin-left: 0.78125vw;}
.news_list .item:hover .item_img img{transform: scale(1.2);transition: all 0.5s;}

.news_conss{padding:6.25vw 0;box-sizing: border-box;}
.news_titles{text-align: center;padding-bottom: 1.5625vw;}
.news_titles .tit{font-size: 2.1875vw;font-weight: bold;color: #03031c;text-align: center;margin-bottom: 1.5625vw;text-align: center;border-bottom: 1px solid #eaeff2;padding-bottom: 1.5625vw;}
.news_titles .txt{font-size: 0.8333333333333334vw;color: #03031c;}
.news_titles .txt span{margin: 0 10px;display: inline;}
.product_page{margin: 3.125vw auto 0;justify-content: space-between;background: #f0f4f6;padding: 0 3.125vw;box-sizing: border-box;}
.product_page_item a{font-size: 0.8333333333333334vw;line-height: 3.125vw;color: #03031c;box-sizing: border-box;justify-content: space-between;width: 100%;align-items: center;display: inline-flex;border-radius: 10px;padding: 1.0416666666666667vw 0;}
.product_page_item a em{display:inline-block;vertical-align: middle;background: url(../images/jt_icon.png) no-repeat center/contain;transition: ease-in-out 0.5s;width: 0.5208333333333334vw;height: 0.625vw;margin: 0 0.5208333333333334vw;transition: ease-in-out 0.5s;filter: brightness(0);}
.product_page_item:nth-child(2) a{justify-content: center;}
.product_page_item:nth-child(2) a em{background: url(../images/jt_icon2.png) no-repeat;width: 0.9375vw;height: 0.7291666666666667vw;margin-right: 0.5208333333333334vw;background-size: contain;}
.product_page_item:nth-child(1) a em{transform: rotate(180deg);}
.product_page_item:last-child a{flex-direction: row-reverse;}
.news_conss .editor{font-size: 0.9375vw;line-height: 2;}
.box_con2{max-width: 66.66666666666667vw;margin: 0 auto;}
.box_con3{max-width: 62.5vw;margin: 0 auto;}

.contact_form,
.contact_items{padding: 3.125vw 0;}
.form_item{justify-content: space-between;margin-bottom: 1.5625vw;width: 100%;}
.form_item .form_items .form_items_tit{font-size: 1.0416666666666667vw;line-height: 1.5625vw;color: #070f2a;margin-bottom: 0.5208333333333334vw;}
.form_item .form_items .form_items_tit font{color: #b60005;}
.form_item .form_items .form_items_txt{position: relative;overflow: hidden;border-radius:5px;background: #fff;}
.form_item .form_items .form_items_txt .yzm_img{width: 7.291666666666667vw;height: 3.0208333333333335vw;line-height: 3.0208333333333335vw;display: inline-flex;align-items: center;position: absolute;right: 1px;bottom: 1px;overflow: hidden;border-radius:5px;justify-content: center;}
.form_item .form_items .form_items_txt input{font-size: 1.0416666666666667vw;width: 100%;height: 3.125vw;line-height: 3.125vw;border: 1px solid #cbcbcb;border-radius:5px;padding: 0 1.0416666666666667vw;box-sizing: border-box;background: none;}
.form_item .form_items{width: 100%;}
.form_item .form_items .form_items_txt textarea{font-size: 1.0416666666666667vw;width: 100%;background: none;border: 1px solid #cbcbcb;border-radius:5px;padding: 0 1.0416666666666667vw;box-sizing: border-box;}
.form_item1 .form_items{width: calc(100% / 3 - 1.40625vw);margin-right: 2.0833333333333335vw;}
.form_item1 .form_items:nth-child(3){margin-right: 0;}
.form_item2 .form_items{width: calc(100% / 4 - 1.5625vw);margin-right: 2.0833333333333335vw;}
.form_item2 .form_items:nth-child(4),
.form_item2 .form_items:last-child{margin-right: 0;}
.form_item:last-child .form_items:last-child{text-align: right;}
.contact_form .form_item:last-child .form_items:last-child .form_items_txt{background: none;}
.btnn{max-width: 7.8125vw;width: 100%;line-height: 3.125vw;text-align: center;font-size: 1.0416666666666667vw;color: #070f2a;border: 1px solid #070f2a;border-radius:5px;background: none;margin-left: 1.0416666666666667vw;box-sizing: border-box;}

.contact_item_top{justify-content: space-between;border-bottom: 1px solid #e5e5e5;padding-bottom: 2.0833333333333335vw;margin-bottom: 2.0833333333333335vw;margin-top: 2.0833333333333335vw;}
.contact_item_top .item{width: auto;position: relative;}
.contact_item_top .item::after{content: "";display: block;height: 85%;width: 1px;background: #e5e5e5;position: absolute;bottom: 0;left: -7.291666666666667vw;}
.contact_item_top .item:first-child:after{display: none;}
.contact_item_top .item .item_txt{font-size: 1.0416666666666667vw;color: #999;display: inline-flex;align-items: center;padding: 0.5208333333333334vw 0;}
.contact_item_top .item .item_txt span{margin-right: 0.5208333333333334vw;width: 1.0416666666666667vw;height: 1.0416666666666667vw;}
.contact_item_top .item .item_tit{font-size: 1.5625vw;font-weight: bold;color: #093886;}
.contact_item_top .item .item_tst{display: block;font-size: 1.25vw;color: #070f2a;}                                                                                                  
.contact_item_btm{justify-content: space-between;align-items: flex-end;margin-bottom: 2.0833333333333335vw;}
.contact_item_btm_left .item_txt{font-size: 1.0416666666666667vw;color: #999;display: inline-flex;align-items: center;padding: 0.5208333333333334vw 0;}
.contact_item_btm_left .item_txt span{margin-right: 0.5208333333333334vw;width: 1.0416666666666667vw;height: 1.0416666666666667vw;}
.contact_item_btm_left .item_tst{display: block;font-size: 1.25vw;color: #070f2a;font-weight: bold;}
.contact_item_btm_right p{width: 6.25vw;height: 6.25vw;overflow: hidden;display: none;}
.contact_item_btm_right .btm_list{margin: 0 0 0 0.5208333333333334vw;position: relative;cursor: pointer;}
.contact_item_btm_right .btm_list span{display: inline-flex;align-items: center;justify-content: center;border-radius:5px;overflow: hidden;width: 1.875vw;height: 1.875vw;border: 1px solid #070f2a;}
.contact_item_btm_right .btm_list span img{width: 1.25vw;height: 1.25vw;}
.contact_item_btm_right .btm_list .btm_list_show{position: absolute;bottom: 2.0833333333333335vw;left: -50%;margin-left: -1.1458333333333335vw;background: #fff;width: 6.25vw;height: 6.25vw;display: none;}
.contact_item_btm_right .btm_list:hover .btm_list_show{display: block;}

.main_titles3 .tit{font-size: 1.875vw;font-weight: bold;color: #03031c;}
.main_titles3 .txt{font-size: 0.9375vw;color: #03031c;opacity: 0.5;text-transform: uppercase;}

.accordion{flex-wrap: nowrap;justify-content: space-between;}
.accordion_item{width: 12%;height: 29.166666666666668vw;overflow: hidden;border-radius: 10px;position: relative;transition: all 0.5s ease-in-out;}
.accordion_img{width: 100%;height: 100%;overflow: hidden;}
.accordion_img img{width: 100%;height: 100%;object-fit: cover;}
.accordion_con{position: absolute;bottom: 0;left: 0;right: 0;width: 100%;height: 100%;padding: 3.125vw 1.5625vw;box-sizing: border-box;display: inline-flex;flex-direction: column;justify-content: flex-end;transition: all 0.5s ease-in-out;}
.accordion_icon{width: 2.8645833333333335vw;height: 2.8645833333333335vw;margin:0 auto 1.0416666666666667vw;}
.accordion_tit{font-size: 1.1458333333333335vw;font-weight: bold;color: #fff;text-align: center;transition: all 0.5s ease-in-out;}
.accordion_txt{font-size: 0.9375vw;color: #fff;margin: 1.0416666666666667vw 0;opacity: 0;line-height: 1.5625vw;height: 3.125vw;}
.accordion_more{font-size: 0.7291666666666667vw;line-height: 1.5625vw;color: #fff;display: inline-flex;align-items: center;opacity: 0;}
.accordion_more span{margin-left: 0.5208333333333334vw;}
.accordion_item.active{width: 47%;transition: all 0.5s ease-in-out;}
.accordion_item.active .accordion_con{padding: 3.125vw;transition: all 0.5s ease-in-out;}
.accordion_item.active .accordion_icon{margin: 0 0 1.0416666666666667vw;;}
.accordion_item.active .accordion_tit{font-size: 1.875vw;text-align: left;;}
.accordion_item.active .accordion_txt,
.accordion_item.active .accordion_more{opacity: 1;transition: all 0.5s ease-in-out;transition-delay: 0.3s;}

.service_top{flex-direction: row-reverse;justify-content: space-between;align-items: center;}
.service_top .service_left,
.service_top .service_right{width: 46%;}
.service_top .service_left{height: 19.791666666666668vw;overflow: hidden;border-radius: 10px;}
.service_top .service_left img{width: 100%;height: 100%;object-fit: cover;}
.service_right .tit{font-size: 2.291666666666667vw;font-weight: bold;color: #03031c;}
.service_right .tit::after{content: "";display: block;height: 4px;width: 4.6875vw;background: #03031c;margin: 1.5625vw 0;background: #b60005;border-radius: 4px;}
.service_right .txt{font-size: 0.9375vw;color: #666;line-height: 1.5625vw;margin: 1.0416666666666667vw 0;text-align: justify;}

.service_bottom{padding: 3.125vw 0;}
.service_bottom_con{background: #fff;border-radius: 10px;box-sizing: border-box;box-shadow: 0 10px 20px rgba(0,0,0,0.1);}
.service_title{justify-content: space-around;border-bottom: 1px solid #e1e1e1;line-height: 5.208333333333334vw;}
.service_title a{font-size: 1.1458333333333335vw;color: #03031c !important;border-bottom: 4px solid transparent;position: relative;}
.service_title a::after{content: "";display: block;width: 2px;height: 0.7291666666666667vw;background: #03031c;position: absolute;right: -100%;top: 50%;margin-top: -0.36458333333333337vw;}
.service_title a:last-child::after{display: none;}
.service_title a.active{border-bottom: 4px solid #b60005;font-weight: bold;border-radius: 4px;}

.service_content{padding: 3.125vw;box-sizing: border-box;justify-content: space-between;}

.content_left{width: 56%;}
.content_left .content_tit{font-size: 1.5625vw;color: #03031c;line-height: 1;border-bottom: 1px solid #e1e1e1;padding-bottom: 1.5625vw;margin-bottom: 1.5625vw;}
.content_list{margin-bottom: 1.5625vw;}
.content_list a{position: relative;;width: calc(100% / 2 - 0.78125vw);display: inline-flex;margin-right: 1.5625vw;margin-bottom: 1.5625vw;padding: 0.5208333333333334vw 1.0416666666666667vw 0.5208333333333334vw 2.0833333333333335vw;box-sizing: border-box;background: #fbfbfb url(../images/content_list_icon_01.png) no-repeat 1.0416666666666667vw;border: 1px solid #e1e1e1;border-radius: 10px;font-size: 0.9375vw;color: #03031c !important;line-height: 2.0833333333333335vw;justify-content: space-between;align-items: center;}
.content_list a:nth-child(2n){margin-right: 0;}
.content_list a span{filter: brightness(0);width: 11px;}
.content_list .content_txt{align-items: center;font-size: 0.9375vw;color: #03031c;line-height: 2.0833333333333335vw;}
.content_list .content_txt span{margin-right: 10px;}
.content_list .content_txt:last-child{padding-bottom: 1.5625vw;}
.content_list2 a{background: #fbfbfb;}
.content_list2 a::before,
.content_list3 a::before{content: "";display: block;width: 6px;height: 6px;border-radius: 6px;background: #b60005;position: absolute;left: 1.0416666666666667vw;top: 1.4583333333333335vw;}
.content_list3 a{position: relative;display: block;padding: 0 1.0416666666666667vw 0 2.0833333333333335vw;line-height: 2.0833333333333335vw;font-size: 0.9375vw;color: #03031c !important;}
.content_list3 a::before{top: 0.9375vw;}
.content_list.editor{padding-bottom: 1.5625vw;}

.content_right{width: 40%;}
.content_right .content_bd{border: 1px solid #e1e1e1;box-sizing: border-box;border-radius: 10px;overflow: hidden;}
.content_right .content_bd .content_tit{font-size: 1.5625vw;color: #03031c;line-height: 4.166666666666667vw;text-align: center;border-bottom: 1px solid #e1e1e1;background: #fbfbfb;}
.content_right .content_bd form{padding: 2.0833333333333335vw;box-sizing: border-box;}
.content_item{margin-bottom: 10px;position: relative;}
.content_item .tit{font-size: 1.0416666666666667vw;color: #03031c;line-height: 3.125vw;}
.content_item .tit font{color: #b60005;}
.content_item input{width: 100%;height: 3.125vw;line-height: 3.125vw;border: 1px solid #e1e1e1;box-sizing: border-box;padding-left: 0.5208333333333334vw;border-radius: 10px;font-size: 0.8333333333333334vw;}
.content_item textarea{width: 100%;line-height: 1.5625vw;border: 1px solid #e1e1e1;box-sizing: border-box;padding-left: 0.5208333333333334vw;border-radius: 10px;font-size: 0.8333333333333334vw;}
.content_item .imgs{position: absolute;right: 0;bottom: 0;width: 7.291666666666667vw;height: 3.125vw;display: inline-flex;align-items: center;justify-content: center;}
.content_item button{width: 7.8125vw;line-height: 3.125vw;border: 1px solid #03031c;font-size: 0.8333333333333334vw;box-sizing: border-box;border-radius: 10px;}
.content_item button:last-child{width: 15.625vw;background: #b60005;color: #fff;border: 1px solid #b60005;}
.content_item:last-child{justify-content: space-between;display: inline-flex;width: 100%;margin: 1.5625vw 0 0;}

.editor{font-size: 0.9375vw;color: #03031c;line-height: 2;}

.search_form{padding: 10.416666666666668vw 0 1.5625vw;}
.search_form .title{font-size: 1.6666666666666667vw;color: #03031c;font-weight: bold;text-align: center;}

.search_form_item{
    position: relative;
    width: 52.083333333333336vw;
    margin: 1.5625vw auto;
    border-radius: 40px;
    height: 3.6458333333333335vw;
    overflow: hidden;
    box-sizing: border-box;
}
.search_form_item::before,
.search_form_item::after{
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, #3f79d2 0%, #c2d9ff 50%, #3f79d2 100%);
    position: absolute;
    left: 0;
    right: 0;
    top: 0px;
    z-index: 3;
}
.search_form_item::after{
    top: auto;
    bottom: 0px;
}
.search_form{width: 1000px;margin: 0 auto;}
.search_form_bd{
    height: 100%;
    border-radius: 40px;
    overflow: hidden;
   border: 3px solid #3f79d2;
   box-sizing: border-box;
   border-right: 0;
}
.search_form_bd label{
    width: 6.770833333333334vw;
    text-align: center;
    font-size: 1.0416666666666667vw;
    color: #1c3d96;
    line-height: 3.4895833333333335vw;
    position: relative;
}
.search_form_bd label::after{
    content: "";
    display: block;
    width: 2px;
    height: 1.0416666666666667vw;
    background: #1c3d96;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -0.5208333333333334vw;
}
.search_form_bd input{
    width: calc(100% - 13.541666666666668vw);
    box-sizing: border-box;
    padding-left: 1.5625vw;
    background: transparent;
    font-size: 0.9375vw;
    
}
.search_form_bd .btn{
    width: 6.770833333333334vw;
    line-height: 3.4895833333333335vw;
    background: linear-gradient(90deg, #c2d9ff 0%, #3f79d2 100%);
    text-align: center;
    border-radius: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.0416666666666667vw;
    color: #fff;
}
.search_result{padding-bottom: 3.125vw;}
.search_result_con{padding: 2.0833333333333335vw;box-sizing: border-box;background: rgba(255, 255, 255, 0.6);box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);border-radius: 10px;}
.search_result_con .title{text-align: center;font-size: 1.6666666666666667vw;font-weight: bold;color: #03031c;margin-bottom: 1.5625vw;}
.table .table_tit{background: #f3f7fa;border: 1px solid #e1e1e1;box-sizing: border-box;}
.table .table_tit .table_tit_item{width: 50%;padding: 1.0416666666666667vw 2.0833333333333335vw;box-sizing: border-box;font-size: 1.0416666666666667vw;color: #03031c;}
.table .table_tit .table_tit_item font{color: #1c3d96;font-weight: bold;}
.table .table_tit .table_tit_item:last-child{border-left: 1px solid #e1e1e1;}
.table_list .table_list_items{border: 1px solid #e1e1e1;box-sizing: border-box;margin-top: -1px;}
.table_list .table_list_items .item{font-size: 1.0416666666666667vw;padding: 1.0416666666666667vw;box-sizing: border-box;}
.table_list .table_list_items .item:nth-child(1){width: 7.291666666666667vw;text-align: right;border-right: 1px solid #e1e1e1;letter-spacing: -1px;}
.table_list .table_list_items .item:nth-child(2){width: calc(100% - 7.291666666666667vw);color: #666;}
}

.sj_menu {
    display: none;
}

@media screen and (max-width:1200px) {
    .box_con {
        max-width: 1000px;
        margin: 0 auto;
        width: 100%;
        box-sizing: border-box;
        padding: 0 60px;
    }

    .editor img {
        width: auto !important;
        height: auto !important;
    }

}
@media screen and (max-width:768px) {
    .sj_menu {
        display: block;
    }
    .sj_menu{display: block;width:26px;height:26px;margin:0 auto;right: 4%;top:17px;position: absolute;z-index: 9;}
    .sj_menu span{width:20px;height:2px;display: block;margin:5px 0;position: relative;background: #fff;border-radius: 2px;transition: all 0.5s;}
    .sj_menu span:nth-child(2){width: 15px;margin: 4px 0;}
   
    .son{width: 100%;height: 100%;overflow: hidden;}
    .son .head_right{transform: translateX(0);transition: all 0.5s;}
    .son .sj_menu span{transition: all 0.5s;}
    .son .sj_menu span:nth-child(2){width: 0;}
    .son .sj_menu span:nth-child(1){transform: rotate(45deg);margin: 12px 3px;transition-delay: 0.5s;}
    .son .sj_menu span:nth-child(3){transform: rotate(-45deg);margin: -20px 3px;transition-delay: 0.5s;}

    .box_con {
        max-width: 100%;
        margin: 0 auto;
        width: 100%;
        padding: 0 4%;
        box-sizing: border-box;
    }
    header{position: fixed;}
    header h1,
    .fixed header h1{width: 80px;height: 60px;}
    .head_right{width: 100%;position: fixed;top: 60px;right: 0;height: calc(100vh - 60px);background: #1c3d96;z-index: 10;padding: 20px;box-sizing: border-box;display: block;transform: translateX(100%);transition: all 0.5s;}
    .head_right nav{width: 100%;margin-bottom: 30px;}
    .head_right nav .nav_item{display: block;width: 100%;}
    .head_right nav .nav_item a{font-size: 16px;border-bottom: 1px solid rgba(255, 255, 255, 0.4);display: block;line-height: 40px;padding: 0;}
    .head_search{width: 100%;}
    .head_search span{display: none;}
    .head_search .search_bd{position: static;height: 40px;width: 100%;font-size: 15px;border: 1px solid #fff;}
    .head_search .search_bd input{width: calc(100% - 60px);line-height: 40px;height: 40px;}
    .head_search .search_bd button{width: 60px;height: 40px;}

    .foot_top{padding: 30px 0 20px;}
    .foot_top .foot_logo{width: 100px;line-height: 46px;}
    .foot_top .foot_hot{width: 100%;padding-left: 0;margin-top: 20px;font-size: 24px;}
    .foot_top .foot_hot span{font-size: 15px;}
    .foot_center{padding: 20px 0;}
    .foot_center .foot_nav,
    .foot_center .foot_ewm,
    .foot_center .foot_info{width: 100%;font-size: 15px;padding: 10px 0 0;}
    .foot_center .foot_nav .item{width: 100%;}
    .foot_center .foot_nav .item .item_tit{font-size: 18px;margin: 10px 0;}
    .foot_center .foot_nav .item .item_con>a{font-size: 15px;line-height: 24px;width: calc(100% / 3);}
    .foot_center .foot_ewm{border-left: none;}
    .foot_center .foot_ewm img{width: 130px;height: 130px;}
    .foot_center .foot_info{padding-left: 0;border-left: none;}
    .foot_center .foot_info img,
    .foot_top .foot_hot span img{width: 18px;height: 18px;margin-right: 10px;}
    .foot_link{font-size: 15px;line-height: 24px;padding: 20px 0;}
    .foot_link span{display: block;}
    .foot_link a{margin-right: 20px;margin-left: 0;}
    .foot_btm{font-size: 15px;line-height: 24px;padding: 20px 0;text-align: center;}
    .foot_btm a{display: block;float: none;}

    .gotops{width: 30px;height:30px;}
    .pops{width: 30px;}
    .pops .item a{padding: 10px 0;}
    .pops .item .item_ico{width: 16px;height: 16px;}
    .pops .item .item_tit{font-size: 12px;line-height: 16px;}
    .pops .item::after{width: 16px;}

    .main_title{text-align: center;}
    .main_title .title_tit{font-size: 20px;}
    .main_title .title_txt{font-size: 14px;}

    .more{width: 120px;line-height: 36px;font-size: 15px;margin-top: 20px;float: none;border-radius: 30px;}
    .more a{width: 100%;justify-content: center}
    .more a span{display: none;}
    
    .boxs .more{margin: 20px auto 0;}

    .myBanner .swiper-button-next, .myBanner .swiper-button-prev{display: none;}
    .myBanner .swiper-pagination-banner{opacity: 1;}
    .myBanner .swiper-pagination-banner .swiper-pagination-bullet{width: 12px;height: 12px;}

    .banner_pop{height: auto;margin: 20px auto;}
    .banner_pop .item{width: calc(100% / 2 - 5px);margin-right: 10px;height: auto;margin-bottom: 10px;border-radius: 10px;}
    .banner_pop .item:nth-child(2n){margin-right: 0;}
    .banner_pop .item a{padding: 10px;}
    .banner_pop .item .item_icon{width: 30px;height: auto;}
    .banner_pop .item .item_tit{padding-left: 10px;}
    .banner_pop .item .item_tit .tit_cn{font-size: 15px;}
    .banner_pop .item .item_tit .tit_en{font-size: 12px;}
    .banner_pop .item:hover{height: auto;}

    .box_bd{width: 85%;height: 40px;border-radius: 20px;margin-top: 20px;}
    .box_bd_form{border-radius: 20px;}
    .box_bd_form input{font-size: 14px;width: calc(100% - 60px);}
    .box_bd_form .btn{width: 60px;border-radius: 20px;}

    .news_tab{margin: 20px auto 0;flex-wrap: wrap;justify-content: left;}
    .news_tab span{width: calc(100% / 2 - 5px);margin-right: 10px;font-size: 15px;box-sizing: border-box;padding: 5px 10px;line-height: 24px;margin-left: 0;margin-bottom: 10px;}
    .news_tab span:nth-child(2n){margin-right: 0;}
    .news_item_con{flex-direction: column-reverse;}
    .news_item_con .news_img,
    .news_items{width: 100%;height: auto;max-width: 100%;}
    .news_items{margin-bottom: 20px;}
    .news_items .item {margin-bottom: 10px;}
    .news_items .item a{padding: 10px;}
    .news_items .item .item_tit{font-size: 15px;line-height: 24px;}
    .news_items .item .item_txt{font-size: 14px;line-height: 24px;}
    .news_items .item.active .item_txt{height: 48px;}
    .news_items .item .item_time{font-size: 14px;line-height: 24px;}
    .news_items .item .item_time img{width: 12px;height: 12px;margin-right: 10px;}

    .businessList{margin-top: 20px;height: auto;}
    .business_left,
    .business_right{width: 100%;}
    .business_left{padding: 10px;}
    .business_left .item .item_tit{font-size: 18px;}
    .business_left .item .item_txt{font-size: 14px;line-height: 24px;margin: 5px 0;}
    .business_left .item.active .item_txt{height: 48px;}
    .business_left .item.active .item_tit{font-size: 20px;}
    .business_left .item .item_btn a{font-size: 14px;margin: 10px 0;}
    .business_right .businessImgs::after{width: 80px;}
    .filesList{margin: 20px 0 0 auto;width: 85%;}
    .filesList .item{width: calc(100% / 2 - 5px);margin-right: 10px;height: auto;margin-bottom: 10px;padding: 5px 10px;}
    .filesList .item a{flex-direction: row;justify-content:left;}
    .filesList .item:nth-child(2n){margin-right: 0;}
    .filesList .item .item_ico{width: 20px;height: 20px;margin: 0 5px;}
    .filesList .item .item_tit{font-size: 15px;}

    .bar{height: 180px;}
    .bar_cn{font-size: 22px;margin-bottom: 5px;}
    .bar_en{font-size: 16px;padding-bottom: 20px;}
    .crumb{display: none;}

    .submenu{padding: 20px 0;}
    .submenu a{padding: 0 10px;line-height: 30px;font-size: 14px;width: 48%;box-sizing: border-box;margin-right: 2%;margin-bottom: 2%;text-align: center;}

    .accordion{flex-direction: column;}
    .accordion_item.active,
    .accordion_item{width: 100%;height: 240px;margin-bottom: 20px;}
    .accordion_item.active .accordion_con,
    .accordion_con{padding: 20px;}
    .accordion_item.active .accordion_tit,
    .accordion_item .accordion_tit{font-size: 16px;}
    .accordion_item .accordion_txt{height: auto;margin: 10px 0;}
    .accordion_item.active .accordion_txt, .accordion_item.active .accordion_more{font-size: 14px;line-height: 20px;}
    .accordion_more span{display: none;}

    .accordion_icon{width: 25px;height: 25px;margin: 0 0 10px;}
    .accordion_tit{text-align: left;}
    .accordion_txt{opacity: 1;font-size: 14px;line-height: 20px;margin: 10px 0;}
    .accordion_more{font-size: 14px;opacity: 1;line-height: 20px;}

    .box_con3{max-width: 100%;}
    .service_top{flex-direction: row;}
    .service_top .service_left, .service_top .service_right{width: 100%;height: auto;}
    .service_right{margin-top: 20px;}
    .service_right .tit{font-size: 16px;}
    .service_right .txt{font-size: 14px;line-height: 20px;margin: 10px 0;}
    
    .service_title{line-height: 40px;justify-content: flex-start;border-bottom: 0;}
    .service_title a{font-size: 16px;width: 50%;text-align: center;border: 1px solid #e1e1e1;box-sizing: border-box;margin-top: -1px;margin-left: -1px;}
    .service_title a::after{display: none;}
    .content_left,
    .content_right{width: 100%;}
    .service_content{padding: 20px;}
    .content_left .content_tit{font-size: 15px;margin-bottom: 20px;padding-bottom: 20px;}
    .content_list a{width: 100%;margin-right: 0;padding: 10px;font-size: 14px;background: #fbfbfb;margin-bottom: 10px;line-height: 20px;}
    .content_list a:nth-child(2n){margin-right: 0;}
    .content_list2 a::before, .content_list3 a::before{display: none;}
    .content_list .content_txt{font-size: 14px;line-height: 24px;}
    .content_list .content_txt:last-child{padding-bottom: 20px;}
    .content_list3 a{padding: 10px;font-size: 14px;line-height: 20px;}
    .content_right{padding-top: 20px;}
    .content_right .content_bd .content_tit{font-size: 16px;line-height: 40px;}
    .content_item .tit{font-size: 14px;line-height: 30px;}
    .content_item input{height: 40px;line-height: 40px;font-size: 14px;padding-left: 10px;}
    .content_item textarea{height: 100px;font-size: 14px;line-height: 20px;}
    .content_item .imgs{width: 110px;height: 40px;}
    .content_item button{width: 100px;line-height: 40px;font-size: 16px;}
    .content_item button:last-child{width: 140px;}
    .content_right .content_bd form{padding: 15px;}
    .editor{font-size: 14px;}

    .solution_top{flex-direction: column;}
    .solution_top .solution_tit{font-size: 20px;padding-bottom: 10px;}
    .solution_top .solution_desc{font-size: 14px;line-height: 20px;width: 100%;}

    .solution_list .item{width: 100%;margin-right: 0;margin-bottom: 20px;padding-bottom: 20px;}
    .solution_list .item a{display: inline-flex;align-items: center;}
    .solution_list .item .item_img{width: 40%;height: auto;}
    .solution_list .item .item_con{width: calc(100% - 40%);padding: 0 0 0 20px;box-sizing: border-box;}
    .solution_list .item .item_con .item_tit{font-size: 16px;line-height: 24px;}
    .solution_list .item .item_con .item_txt{font-size: 14px;line-height: 20px;margin: 10px 0;}
    .solution_list .item .item_con .item_more{font-size: 14px;}
    .solution_list .item .item_con .item_more span{display: none;}

    .myNews .swiper-slide a{padding: 15px;}
    .myNews .swiper-slide .slide_img{width: 100%;height: auto;}
    .myNews .swiper-slide .slide_con{width: calc(100%);padding-left: 0;}
    .myNews .swiper-slide .slide_con .slide_day span,
    .myNews .swiper-slide .slide_con .more span,
    .news_list .item .item_con .slide_day span,
    .news_list .item .item_con .slide_more span{display: none;}
    .myNews .swiper-slide .slide_con .slide_day,
    .news_list .item .item_con .slide_day{font-size: 14px;}
    .myNews .swiper-slide .slide_con .slide_tit{font-size: 16px;line-height: 24px;}
    .myNews .swiper-slide .slide_con .slide_txt{font-size: 14px;line-height: 20px;margin: 10px 0;}
    .myNews .swiper-slide .slide_con .more{margin-top: 10px;}
    .myNews .swiper-pagination-news{bottom: 20px;right: 20px;}
    .myNews .swiper-pagination-news .swiper-pagination-bullet{width: 20px;}

    .news_list .item{margin-bottom: 20px;}
    .news_list .item .item_img{width: 100%;height: auto;}
    .news_list .item .item_con{width: calc(100%);padding: 10px 0;box-sizing: border-box;}
    .news_list .item .item_con .slide_more{font-size: 14px;line-height: 20px;}
    .news_list .item .item_con .slide_tit{font-size: 16px;line-height: 24px;}
    .news_list .item .item_con .slide_txt{font-size: 14px;line-height: 20px;}
    .page_list .pages_list_item{width: 30px;line-height: 30px;font-size: 14px;border-radius: 30px;}
    .page_list .pages_list_item a span::before, .page_list .pages_list_item a span::after{width: 12px;margin: 5px 4px;}
    .page_list .pages_list_item a span{width: 20px;height: 20px;}

    .box_con2{max-width: 92%;}
    .news_titles{padding-bottom: 20px;}
    .news_titles .tit{font-size: 22px;}
    .news_titles .txt{font-size: 14px;}
    .news_titles .txt span{width: 100%;display: block;}
    .news_conss .editor{font-size: 14px;}
    .product_page_item a{font-size: 14px;line-height: 30px;padding: 10px 0;}
    .product_page_item a em,
    .product_page_item:nth-child(1) a em,
    .product_page_item:nth-child(2) a em{display: none !important;}

    .about_left, .about_right{width: 100%;}
    .about_con .main_title{text-align: left;padding-bottom: 10px;}
    .about_tit{font-size: 20px;}
    .about_right{padding-top: 20px;}
    .about_right .editor{height: auto;padding-right: 0;}
    .about_tit::before{height: 30px;margin-right: 20px;}

    .about_items .item,
    .about_items .item:nth-child(5n){width: calc(100% / 2 - 5px);margin-right: 10px}
    .about_items .item:nth-child(2n){margin-right: 0;}
    .about_items .item .item_img{width: 100%;height: auto;}
    .about_items .item .item_tit{font-size: 14px;line-height: 24px;padding: 10px 0;}
 
    .team_list .item{width: calc(100% / 2 - 5px);margin-right: 10px;height: auto;margin-bottom: 10px;}
    .team_list .item:nth-child(2n){margin-right: 0;}
    .team_list .item .img .img_con{height: 30px;padding: 0 10px;}
    .team_list .item .img .img_con .name{font-size: 16px;}
    .team_list .item .img .img_con .post{font-size: 14px;}
    .team_list .item .info .name{font-size: 16px;}
    .team_list .item .info .post{font-size: 14px;}
    .team_list .item .info .editor{height: 120px;font-size: 14px;line-height: 20px;}

    .preview::before{top: 80px;}
    .preview .swiper-container{padding: 20px 0 30px;width: 80%;margin: 0 auto;}
    .preview .swiper-container .swiper-slide{font-size: 16px;line-height: 66px;}
    .preview .swiper-container .active-nav{font-size: 20px;}
    .preview .swiper-container .swiper-slide::before{width: 28px;height: 28px;}
    .preview .swiper-container .swiper-slide::after{width: 12px;height: 12px;margin: 8px;}
    .view .swiper-container{width: 80%;margin: 0 auto;}
    .view .swiper-container .swiper-slide{flex-direction: column;}
    .view .arrow-left, .view .arrow-right{width: 35px;height: 35px;position: absolute;font-size: 16px;line-height: 35px;margin: 0;}
    .view .arrow-right{right: 0;}
    .view .arrow-left{left: 0;}
    .view .swiper-container .swiper-slide .history_tit{width: 100%;}
    .view .swiper-container .swiper-slide .history_tct{width: 100%;max-height: inherit;}
    .view .swiper-container .swiper-slide .history_tit h3{font-size: 22px;}
    .view .swiper-container .swiper-slide .history_tit h3 span{font-size: 14px;}
    .view .swiper-container .swiper-slide .history_tit h3::after{width: 30px;}
    .view .swiper-container .swiper-slide .history_tit p{font-size: 15px;}

    .honor_con .honor_left,
    .honor_con .honor_right{width: 100%;height: auto;}
    .honor_tit{font-size: 16px;}
    .honor_tit::before{height: 12px;margin-right: 10px;}
    .honor_list .item{width: calc(100% / 2 - 5px);margin-right: 10px;padding: 10px;}
    .honor_list .item:nth-child(2n){margin-right: 0;}
    .join_item{margin-top: 20px;}
    .join_item .tit{padding: 10px 30px 10px 10px;position: relative;border-radius: 10px;}
    .join_item .tit .tit_left,
    .join_item .tit .tit_right{width: 100%;}
    .join_item .tit .tit_left{font-size: 16px;line-height: 24px;}
    .join_item .tit .tit_right span{font-size: 14px;display: block;line-height: 20px;}
    .join_item .tit .tit_right span img{display: none;}
    .join_item .tit em{width: 35px;height: 35px;border-radius: 10px;position: absolute;right: 0;top: 50%;transform: translateY(-50%);}
    .join_item .tit em::before, .join_item .tit em::after{width: 14px;margin: 15px 10px;}
    .product_more{width: 120px;line-height: 40px;font-size: 16px;margin: 20px auto;}

    .search_form{padding: 60px 0 20px;width: 100%;}
    .search_form .title{font-size: 22px;}
    .search_form_item{width: 100%;height: 40px;margin: 10px auto;}
    .search_form_bd label{width: 80px;font-size: 15px;line-height: 34px;}
    .search_form_bd input{width: calc(100% - 160px);height: 34px;line-height: 34px;font-size: 14px;}
    .search_form_bd .btn{width: 80px;line-height: 34px;font-size: 15px;}
    .search_form_bd label::after{height: 12px;margin-top: -6px;}
    .search_result_con .title{font-size: 22px;margin-bottom: 20px;}
    .table .table_tit .table_tit_item{padding: 10px;font-size: 14px;width: 100%;}
    .table .table_tit .table_tit_item:last-child{border-top: 1px solid #e1e1e1;border-left: 0;}
    .table_list .table_list_items .item{font-size: 14px;padding: 10px;}
    .table_list .table_list_items .item:nth-child(1){width: 90px;}
    .table_list .table_list_items .item:nth-child(2){width: calc(100% - 90px);}

    .contact_item_top{padding-bottom: 0;margin-bottom: 20px;border: none;}
    .contact_item_top .item{width: 100%;margin-bottom: 10px;border-bottom: 1px solid #e1e1e1;padding-bottom: 10px;}
    .contact_item_top .item .item_txt,
    .contact_item_btm_left .item_txt{font-size: 14px;}
    .contact_item_top .item .item_tit{font-size: 20px;}
    .contact_item_top .item .item_tst,
    .contact_item_btm_left .item_tst{font-size: 16px;}
    .contact_item_top .item .item_txt span,
    .contact_item_btm_left .item_txt span{width: 12px;height: 12px;}
    .contact_item_btm_left,
    .contact_item_btm_right{width: 100%;margin-bottom: 20px;}
    .contact_item_btm_right .flex{justify-content: center;}
    .contact_item_btm_right .btm_list{margin: 0 5px;}
    .contact_item_btm_right .btm_list span{width: 32px;height: 32px;}
    .contact_item_btm_right .btm_list span img{width: 14px;height: 14px;}
    .contact_item_btm_right .btm_list .btm_list_show{width: 120px;height: 120px;bottom: 33px;margin-left: -60px;left: 50%;}
    .main_titles3 .tit{font-size: 18px;}
    .main_titles3 .txt{font-size: 14px;}
    .contact_form, .contact_items{padding: 20px 0;}
    .form_item1 .form_items{width: 100%;margin-right: 0;}
    .form_item .form_items .form_items_tit{font-size: 16px;line-height: 24px;}
    .form_item .form_items .form_items_txt input{font-size: 14px;height: 40px;line-height: 40px;padding: 0 10px;}
    .form_item .form_items .form_items_txt textarea{font-size: 14px;padding: 0 10px;}
    .form_item2 .form_items{width: 100%;}
    .form_item .form_items .form_items_txt .yzm_img{width: 110px;height: 38px;}
    .btnn{max-width: 120px;line-height: 40px;font-size: 16px;margin-left: 20px;}
}

@media screen and (max-width:650px) {
   

}

@media screen and (max-width:414px) {}