* {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
        list-style: none;
        line-height: 100%;
    }
    
    body {
        font-size: 14px;
        min-width: 1200px;
        font-family: ""Helvetica Neue",Helvetica,Arial,sans-serif";
        overflow-x: hidden;
    }
    
    a {
        text-decoration: none;
        color: #333;
        font-size: 14px;
    }
    
    li {
        list-style: none;
    }
    
    em,
    i {
        font-style: normal;
        font-style: inherit;
    }
    
     :focus {
        outline: none;
    }
    
    .dfs {
        display: flex;
        align-items: end;
        justify-content: space-between;
    }
    
    .gy {
        max-width: 1600px;
        margin: 0 auto;
    }
    
    @media screen and (max-width: 1366px) {
        .gy {
            max-width: 1200px;
            margin: 0 auto;
        }
    }
    
    .gy1 {
        min-width: 1280px;
        margin: 0 auto;
        width: 100%;
    }
    
    
    @font-face {
        font-family: din;
        src: url(//cdn.dg.114my.cn/font/DIN-Medium/DIN-Medium.ttf), url(//cdn.dg.114my.cn/font/DIN-Medium/DIN-Medium.eot), url(//cdn.dg.114my.cn/font/DIN-Medium/DIN-Medium.otf), url(//cdn.dg.114my.cn/font/DIN-Medium/DIN-Medium.woff), url(//cdn.dg.114my.cn/font/DIN-Medium/DIN-Medium.woff2);
    }
    
    @font-face {
        font-family: 'iconfont';
        /* Project id 4383909 */
        src: url('//at.alicdn.com/t/c/font_4383909_vp7h05ic6jm.woff2?t=1703908290115') format('woff2'), url('//at.alicdn.com/t/c/font_4383909_vp7h05ic6jm.woff?t=1703908290115') format('woff'), url('//at.alicdn.com/t/c/font_4383909_vp7h05ic6jm.ttf?t=1703908290115') format('truetype');
    }
    
    @font-face {
        font-family: 'iconfont';
        /* Project id 4400588 */
        src: url('//at.alicdn.com/t/c/font_4400588_3849k1nsx04.woff2?t=1706003552626') format('woff2'), url('//at.alicdn.com/t/c/font_4400588_3849k1nsx04.woff?t=1706003552626') format('woff'), url('//at.alicdn.com/t/c/font_4400588_3849k1nsx04.ttf?t=1706003552626') format('truetype');
    }
    
    .iconfont {
        font-family: "iconfont" !important;
        font-size: 20px;
        font-style: normal;
        -webkit-font-smoothing: antialiased;
        -webkit-text-stroke-width: 0.2px;
        -moz-osx-font-smoothing: grayscale;
    }
    /*公用tit*/
    
    .title {
        margin-bottom: 30px;
        position: relative;
    }
    
    .title h2 {
        font-size: 34px;
        line-height: 1;
        position: relative;
    }
    
    .title h5 {
        font-size: 45px;
        line-height: 1.2;
        position: relative;
        font-weight: bold;
    }
    
    .title h3 {
        font-size: 36px;
        line-height: 1.2;
        position: relative;
        font-family: Arial, Helvetica, sans-serif;
    }
    
    .title .line {
        position: relative;
        width: 90px;
        height: 3px;
        background-color: #024392;
        margin-top: 20px;
    }
    
    .title p {
        font-size: 24px;
        line-height: 32px;
        color: #555;
        position: relative;
        margin-top: 10px;
    }
    
    .title a.link {
        display: block;
        width: 100px;
        height: 100px;
        text-align: center;
        line-height: 100px;
        border: 1px solid #bbb;
        color: #bbb;
        position: absolute;
        right: 0;
        top: 0;
        font-size: 30px;
        transition: all .3s;
    }
    
    .title a.link:hover {
        color: #fff;
    }
    /*left*/
    
    #floatMenu {
        position: fixed;
        left: 20px;
        top: 62%;
        z-index: 8;
        margin-top: -77px;
        display: none;
    }
    
    #floatMenu li {
        margin: 10px 0;
        position: relative;
    }
    
    #floatMenu li.first {
        opacity: 0;
        -ms-filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
        filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    }
    
    #floatMenu li a {
        width: 12px;
        height: 12px;
        background: #024392;
        display: block;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        overflow: hidden;
    }
    
    #floatMenu p {
        position: absolute;
        width: 102px;
        height: 23px;
        line-height: 23px;
        text-align: center;
        color: #fff;
        border-radius: 23px;
        -webkit-border-radius: 23px;
        background: #024392;
        top: -4px;
        left: 30px;
        display: none;
    }
    
    #floatMenu p::after {
        content: '';
        position: absolute;
        top: 50%;
        margin-top: -4.5px;
        left: -7px;
        background: url("");
        width: 8px;
        height: 9px;
    }
    
    #floatMenu li.active a {
        background: #999;
    }
    
    #floatMenu li.active p {
        display: block;
    }
    /*head*/
    
    .head {
        width: 100%;
        position: fixed;
        top: 0;
        z-index: 999;
        height: 100px;
        display: flex;
        background-color: #fff;
        box-shadow: 0px 3px 24px 0px rgb(0 0 0 / 10%);
    }
    
    .head.on {
        background: #fff;
        box-shadow: 0 0 20px #666;
        height: 100px;
    }
    
    .head.on .head_nav li a,
    .head.on .tit_cn,
    .h_tcc>b,
    .head.on .tit_cn a {
        color: #333;
    }
    
    .head.on .h_tcc>b {
        color: #333;
    }
    
    .head.on .hea_logo img {
        width: 360px;
    }
    
    .head.on .h_tcc>p {
        color: #999;
        margin-top: 0px;
        letter-spacing: 0px;
    }
    
    .head.on .head_nav>ul>li a {
        line-height: 100px;
    }
    
    .head.on .hea_logo b {
        color: #333;
    }
    
    .head.on .hea_logo span {
        color: #666;
    }
    
    .head.on .icon>div i span {
        color: #333;
    }
    
    .head.on .icon>div i {
        color: #024392;
    }
    
    .head.on .tte a {
        color: #333;
    }
    
    .head.on .lang-wrap .btn-lang span {
        color: #333;
    }
    
    .head.on .lang-wrap a {
        color: #333;
    }
    
    .head.on .lang-wrap .btn-lang i {
        color: #333;
    }
    
    .head.on .head_nav>ul>li:after {
        top: 97px;
    }
    
    .hea_logox {
        display: block;
    }
    
    .hea_logox img {
        width: 220px;
    }
    
    .hea_logox b {
        display: block;
        font-size: 24px;
        color: #fff;
        letter-spacing: 0px;
    }
    
    .hea_logox a {
        display: flex;
        align-items: center;
    }
    
    .h_tccx {}
    
    .h_tccx>b {
        display: block;
        font-size: 22px;
        color: #fff;
    }
    
    .h_tccx>p {
        font-size: 13px;
        color: rgba(255, 255, 255, 0.5);
        margin-top: 3px;
        text-transform: uppercase;
        letter-spacing: 1px;
    }
    
    .head:hover .hea_logo>.pc_top_logo,
    ..head.on>.pc_top_logo {
        opacity: 1;
        filter: alpha(opacity=100);
    }
    
    .hea_logo>.pc_top_logo {
        position: relative;
        width: 100%;
        top: 0;
        left: 0;
        opacity: 1;
        filter: alpha(opacity=100);
    }
    
    .hea_logo>.pc_top_logoa {
        position: relative;
        width: 100%;
        top: 0;
        left: 0;
        opacity: 0;
        filter: alpha(opacity=0);
    }
    
    .head.on .pc_top_logo {
        opacity: 0;
    }
    
    .head.on .pc_top_logoa {
        opacity: 1;
    }
    
    .head.on .pc_top_logo {
        display: none;
    }
    
    .hea_logo {
        display: flex;
        align-items: center;
        width: 39%;
        padding-left: 2%;
    }
    
    .hea_logo img {
        width: 360px;
    }
    
    .hea_logo b {
        display: block;
        font-size: 1.6rem;
        color: #fff;
        line-height: 2rem;
        padding-top: 1%;
        padding-left: 1%;
    }
    
    .hea_logo span {
        display: block;
        font-size: 0.9rem;
        color: rgba(255, 255, 255, 0.6);
        padding-top: 1.2%;
    }
    
    .hea_logo a {
        display: flex;
    }
    
    .h_tcc {}
    
    .h_tcc>b {
        display: block;
        font-size: 22px;
        color: #fff;
    }
    
    .h_tcc>p {
        font-size: 12px;
        color: rgba(255, 255, 255, 0.5);
        margin-top: 3px;
        text-transform: uppercase;
        letter-spacing: 0px;
    }
    
    @media screen and (max-width: 1366px) {
        .h_tcc>p {
            font-size: 11px;
        }
    }
    
    .head_lc {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 78px;
        position: relative;
    }
    
    .hea_wz {
        margin-left: 83px;
        position: relative;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    
    .hea_wz>b {
        display: block;
        font-size: 22px;
        color: #333;
    }
    
    .hea_wz>b>span {
        font-size: 21px;
        color: #024392;
    }
    
    .hea_wz>p {
        font-size: 16px;
        color: #666;
        margin-top: 7px;
    }
    
    .hea_wz:after {
        position: absolute;
        content: "";
        background: rgba(0, 0, 0, 0.07);
        top: 0;
        left: -41px;
        width: 1px;
        height: 100%;
    }
    
    .tit_cn a {
        font-size: 18px;
        color: #fff;
        font-family: Arial;
        line-height: 89px;
    }
    
    .head_box {
        width: 98%;
        margin: 0 auto;
        display: flex;
        display: -webkit-flex;
        display: -moz-flex;
        justify-content: space-between;
        align-items: center;
        position: relative;
    }
    
    @media screen and (max-width: 1440px) {}
    
    .head.on .head_logo img {
        display: none;
    }
    
    .head_nav {
        width: 58%;
        margin-right: 0%
    }
    
    .head_nav>ul {
        display: flex;
        display: -webkit-flex;
        display: -moz-flex;
        justify-content: space-around;
    }
    
    .head_nav>ul>li {
        position: relative;
        transition: 0.5s;
    }
    
    .head_nav>ul>li:nth-child(4) {
        margin-left: 0%;
    }
    
    .head_nav>ul>li:after {
        content: '';
        width: 0;
        height: 3px;
        background: #024392;
        position: absolute;
        top: 97px;
        left: 0;
        z-index: -1;
        opacity: 0;
        transition: 0.5s;
    }
    
    .head_nav>ul>li:hover:after,
    .head_nav>ul>li.cur:after {
        opacity: 1;
        width: 100%;
        transition: 0.5s;
    }
    
    .head_nav>ul>li.cur a {
        font-weight: bold;
    }
    
    .head_nav>ul>li a {
        font-size: 16px;
        color: #333;
        line-height: 100px;
    }
    
    .dropmenu {
        position: absolute;
        top: 150%;
        max-height: 0;
        transition: all .3s ease;
        width: 200px;
        left: -62px;
        z-index: 99;
        transition: all .3s ease;
        background: #f9f9f9;
        border-radius: 0px;
        opacity: 0;
        visibility: hidden;
        padding: 0px 0px
    }
    
    .dropmenu a {
        display: block;
        line-height: 55px !important;
        text-align: center;
        font-size: 15px !important;
        color: #666 !important;
        transition: all .5s ease;
        border-bottom: 1px #e4e4e4 solid;
    }
    
    .dropthree {
        position: relative;
        border-bottom: 1px #eee solid;
    }
    
    .dropthree>div {
        position: absolute;
        left: 105%;
        visibility: hidden;
        opacity: 0;
        transition: all .3s ease;
        border-radius: 5px;
        width: 100%;
        background: #f9f9f9;
        top: 0;
    }
    
    .dropthree:hover>div {
        opacity: 1;
        left: 100%;
        visibility: visible;
    }
    
    .head_nav li:hover .dropmenu {
        max-height: 1000px;
        top: 100%;
        opacity: 1;
        visibility: visible;
    }
    
    .dropmenu a:hover {
        background: #024392;
        color: #fff !important;
    }
    
    .dropmenu table,
    .dropmenu tbody,
    .dropmenu tr,
    .dropmenu td {
        display: block;
        width: 100%;
    }
    
    .head_nav li {
        position: relative;
    }
    
    .prolist2021 {
        position: relative;
    }
    
    .prolist2021 ul {
        position: relative;
    }
    
    .prolist2021 li {
        position: relative;
    }
    
    .prolist2021 li dl {
        position: absolute;
        top: 0;
        left: 100%;
        transition: 0.5s;
    }
    
    .nav_c li:hover dl {
        opacity: 1;
        transition: 0.5s;
    }
    
    .prolist2021 li dl dt a {
        display: block;
        padding: 0 40px;
        width: 300px;
        height: 42px;
        border-bottom: none;
        background: #fff;
        color: #666;
        font-weight: 100;
        font-size: 14px;
        line-height: 42px;
        position: relative;
    }
    
    .prolist2021 li:nth-child(6) {
        display: none;
    }
    
    .nav_c>ul>li:hover .nav2 {
        transform: rotateX(0deg);
    }
    
    .prolist2021 li:hover dl {
        transform: rotateY(0deg);
    }
    
    .prolist2021 li dl {
        position: absolute;
        top: 0;
        left: 100%;
        transition: 0.5s;
        transform-origin: left;
        transform: rotateY(90deg);
    }
    /*sea*/
    
    .icon_search {
        margin-left: 15%;
        width: 280px;
    }
    
    .dfs {
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 100%;
    }
    
    .icon>div i {
        user-select: none;
        transition: all 0.5s;
        position: relative;
        font-size: 26px;
        color: #333;
        font-family: "Arial";
    }
    
    .icon>div i span {
        font-size: 22px;
        color: #333;
        margin-right: 4%;
    }
    /*.icon>div:hover i{background: #ce0000;}*/
    /*.icon>div:hover i span{color: #fff;}*/
    
    .iser_box,
    .itel_box {
        background: rgba(255, 255, 255, 0.8);
        position: absolute;
        top: 100%;
        right: 0;
        padding: 30px;
        transform-origin: top;
        transform: rotateX(90deg);
        transition: all 0.5s;
        z-index: 9
    }
    
    .icon>div:hover .iser_box,
    .icon>div:hover .itel_box {
        transform: rotateX(0deg);
    }
    
    .search_l {
        line-height: 24px;
        font-size: 14px;
    }
    
    .search_l span+span {
        margin-left: 4px;
        font-size: 14px;
    }
    
    .search_l a {
        color: #333;
        font-size: 14px;
    }
    
    .search_r {
        margin-top: 20px;
        position: relative;
    }
    
    #infoname {
        width: 424px;
        height: 38px;
        line-height: 38px;
        border: 1px solid #eee;
        text-indent: 12px;
    }
    
    .z_img {
        position: absolute;
        top: 2px;
        right: 10px;
        background: no-repeat;
    }
    
    .itel_box {
        width: 228px;
        text-align: center
    }
    
    .itel_box p {
        color: #333;
        position: relative;
        margin-top: 10px;
    }
    
    .itel_box p img {
        width: 150px;
    }
    
    .itel_box p:before {
        position: absolute;
        left: 0;
        color: #333;
    }
    
    .itel_box em {
        font-family: 'arial';
        font-size: 26px;
        font-weight: bold;
        color: #0f7404;
        margin-top: 10px;
    }
    
    .search_l .iconfont {
        font-size: 16px;
    }
    
    .hx_bg {
        background: url() no-repeat;
        height: 142px;
        position: relative;
        margin-top: -142px;
        z-index: 99;
    }
    
    @media screen and (max-width: 1375px) {
        .hea_wz {
            padding-left: 30px;
        }
        .logo_c>p:before {
            right: -15px;
        }
        .logo_c>p:after {
            right: -16px;
        }
        .hea_wz b:first-child {
            font-size: 21px;
        }
        .hea_wz b:last-child {
            font-size: 15px;
            letter-spacing: 0px;
        }
        .nav_c ul li>a {
            font-size: 16px;
        }
        .logo_c>p>img {
            width: 166px;
        }
    }
    
    .dh_c {
        width: 250px;
        text-align: center;
    }
    
    .dh_h,
    .dh_h b {
        font-size: 18px;
    }
    
    .fa-caret-down:before {
        content: "\e65a";
        font-family: 'iconfont';
        font-size: 19px;
        position: relative;
        margin-top: -3px;
    }
    
    .main-h-link {
        display: flex;
        align-items: center;
        justify-content: space-between;
        position: relative;
        margin-right: 0%;
    }
    
    .main-menu02>div {
        margin-left: 0rem;
    }
    
    .lang-wrap .btn-lang i {
        display: flex;
        line-height: 30px;
        padding-right: 0%;
    }
    
    .main-menu02 {
        display: flex!important;
    }
    
    .lang-wrap {
        position: relative;
    }
    
    .lang-wrap .btn-lang {
        cursor: pointer;
        color: #fff;
        display: flex;
        justify-content: center;
    }
    
    .tte {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 160px;
        position: relative;
        margin-right: 3%;
    }
    
    .tte a {
        color: #fff;
        margin-right: 16px;
    }
    
    .lang-wrap .btn-lang span {
        padding-left: 5px;
        line-height: 30px;
    }
    
    .lang-wrap .lang-list {
        top: 100px;
        max-height: 58px;
        opacity: 0;
        transition: 0.5s;
    }
    
    .lang-wrap:hover .lang-list {
        top: 0;
        opacity: 1;
    }
    
    .lang-wrap .btn-lang {
        padding: 1% 0 0;
    }
    
    .lang-wrap .btn-lang a {
        color: #fff;
        line-height: 30px;
    }
    
    .lang-wrap .lang-list {
        width: 5rem;
        position: relative;
        top: 0rem;
        right: 0;
        list-style: none;
        padding: 0;
        background: rgba(23, 69, 146, 0.75);
    }
    
    .lang-wrap .lang-list a {
        display: block;
        padding: 0.5rem 0.5em;
        text-align: center;
        color: #fff;
        font-size: 12px;
    }
    
    @media all and (max-width: 1680px) {
        .banner {
            /*height: 92vh;*/
        }
        .sygdtu .bd ul {
            height: 92vh !important;
        }
    }
    
    .lang-wrap .lang-list a:hover,
    .lang-wrap .lang-list a:focus {
        color: #024392;
        background: #fff;
    }
    
    .lang-wrap.m-lang-wrap {
        margin-bottom: 1.5rem;
    }
    
    .lang-wrap.m-lang-wrap #m-btn-lang {
        cursor: pointer;
        color: white;
    }
    
    .lang-wrap.m-lang-wrap .lang-list {
        position: static;
        width: auto;
        margin-top: 1rem;
        margin-bottom: 0 !important;
    }
    
    .lang-wrap.m-lang-wrap .lang-list li {
        margin-bottom: 0 !important;
    }
    
    .lang-wrap.m-lang-wrap .lang-list li.active {
        background: rgba(59, 162, 221, 0.5);
    }
    
    .lang-wrap.m-lang-wrap .lang-list li a {
        font-size: 1rem;
    }
    
    .lang-opened .lang-list {
        max-height: 800px;
    }
    
    .search-wrap {
        position: relative;
        width: 9rem;
    }
    /*flashvideo*/
    
    .index_banner .txt {
        width: 90%;
        position: absolute;
        top: 52%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 2;
        text-align: center;
        z-index: 999;
    }
    
    .index_banner .txt h2 {
        font-size: 62px;
        color: #fff;
        text-transform: uppercase;
        line-height: 90px;
        padding: 2% 0 0.5% 0;
    }
    
    .index_banner .txt p {
        font-size: 26px;
        color: #fff;
        line-height: 38px;
        letter-spacing: 5px;
    }
    
    .index_banner .txt .morelink {
        margin-top: 25px;
        min-width: 180px;
        margin-left: 10px;
        margin-right: 10px;
        color: #fff;
        font-size: 18px;
    }
    
    .index_banner .txt .morelink i {
        font-size: 20px;
        line-height: 30px;
        margin-right: 8px;
        display: inline-block;
        vertical-align: top;
    }
    
    .index_banner .txt .morelink:hover {
        color: #fff;
    }
    
    .btn-3 {
        position: relative;
        z-index: 1;
        overflow: hidden;
    }
    
    .morelink {
        display: inline-block;
        position: relative;
        font-size: 18px;
        line-height: 30px;
        color: #fff;
        padding: 9px 24px;
        background-color: #024392;
        border-radius: 0px;
        text-transform: capitalize;
        transition: all 0.3s;
    }
    
    .index_banner .scrolldown {
        position: absolute;
        bottom: 10%;
        left: 50%;
        transform: translate(-50%, 0);
        text-align: center;
        z-index: 1;
        color: #fff;
        font-size: 20px;
        z-index: 999;
    }
    
    .index_banner .scrolldown>i {
        display: block;
        margin-top: 15px;
        animation: down 0.8s infinite;
        -webkit-animation: down 0.8s infinite;
        font-size: 28px;
    }
    
    @keyframes down {
        0% {
            transform: translate(0)
        }
        100% {
            transform: translateY(15px)
        }
    }
    
    @-webkit-keyframes down {
        0% {
            transform: translate(0)
        }
        100% {
            transform: translateY(15px)
        }
    }
    
    .flashvideo {
        width: 100%;
        padding-bottom: 100vh;
        position: relative;
        overflow: hidden;
    }
    
    .flashvideo video {
        position: absolute;
        width: 100%;
        height: calc(100% + 200px);
        left: 0;
        top: 0;
        z-index: 1;
        object-fit: cover;
        display: block;
    }
    
    .flashvideo .v_shade {
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, .5);
        left: 0;
        top: 0;
        position: absolute;
        z-index: 1;
    }
    
    .flashvideo .fv_txt {
        position: absolute;
        width: 100%;
        left: 0;
        top: 50%;
        z-index: 2;
        text-align: center;
        font-size: 0;
        -webkit-text-size-adjust: none;
        padding-bottom: 65px;
    }
    
    .flashvideo .fv_txt p {
        font-size: 16px;
        line-height: 26px;
        color: #FFF;
        text-align: center;
    }
    
    .flashvideo .fv_txt p:first-child {
        font-size: 48px;
        height: 58px;
        line-height: 58px;
    }
    
    .flashvideo .fv_txt p:nth-child(2) {
        margin: 26px 0 28px;
    }
    
    .flashvideo .fv_txt a {
        display: inline-block;
        width: 139px;
        height: 36px;
        line-height: 36px;
        background: #f5b324;
        padding: 0 23px;
    }
    
    .flashvideo .fv_txt a span {
        display: block;
        font-size: 14px;
        color: #FFF;
        padding-left: 10px;
        background: url(flash_btnicon.png) no-repeat right center;
        text-align: left;
    }
    
    .flashvideo .fv_txt a:last-child {
        margin-left: 11px;
    }
    
    .flashvideo .fv_txt a:hover {
        -webkit-box-shadow: 0 0 8px rgba(255, 255, 255, .6);
        -moz-box-shadow: 0 0 8px rgba(255, 255, 255, .6);
        -o-box-shadow: 0 0 8px rgba(255, 255, 255, .6);
        box-shadow: 0 0 8px rgba(255, 255, 255, .6);
    }
    /*flash*/
    
    .index_banner {
        width: 100%;
        overflow: hidden;
        z-index: 1;
        top: 0;
        left: 0;
        position: relative;
        height: 950px;
    }
    
    .index_banner.mb {
        display: none;
    }
    
    .index_banner .swiper-slide {}
    
    .index_banner .swiper-slide:nth-child(1):before {
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 5;
        background: rgba(0, 0, 0, .5);
    }
    
    .index_banner .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    
    .index_banner .swiper-slide video {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: relative;
    }
    
    .index_banner .swiper-pagination-bullets {
        bottom: 210px !important;
        height: 37px;
        font-size: 0;
        -webkit-text-size-adjust: none;
    }
    
    .index_banner .swiper-pagination-bullet {
        opacity: 1;
        width: 20px;
        height: 32px;
        margin: 0 5px!important;
        position: relative;
        border-radius: 0;
        background: transparent;
        padding-bottom: 13px;
        vertical-align: top;
        overflow: hidden;
    }
    
    .index_banner .swiper-pagination-bullet .line {
        width: 0;
        height: 2px;
        position: absolute;
        left: 0;
        bottom: 0;
        background: #00f;
        z-index: 2;
    }
    
    .index_banner .swiper-pagination-bullet:after {
        content: '';
        width: 12px;
        height: 12px;
        position: absolute;
        left: 0;
        bottom: 0;
        background: #a9a4a5;
        z-index: 1;
        border-radius: 50px;
    }
    
    .index_banner .swiper-pagination-bullet .sw_p {
        font-size: 0px;
        height: 22px;
        line-height: 22px;
        color: #FFF;
        text-align: left;
        position: relative;
        font-weight: 100;
        text-align: center;
        -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        -o-transform: translateY(-100%);
        transform: translateY(-100%);
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }
    
    .index_banner .swiper-pagination-bullet .sw_p em {
        font-style: normal;
        display: inline-block;
        margin-right: 10px;
    }
    
    .index_banner .swiper-pagination-bullet .sw_p em i {
        font-style: normal;
        font-size: 0px;
    }
    
    .index_banner .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
        background: #024392;
    }
    
    .index_banner .swiper-pagination-bullet.swiper-pagination-bullet-active .sw_p,
    .index_banner .swiper-pagination-bullet:hover .sw_p {
        -webkit-transform: translateY(0%);
        -moz-transform: translateY(0%);
        -o-transform: translateY(0%);
        transform: translateY(0%);
    }
    
    .banner-service {
        width: 30rem;
        position: absolute;
        bottom: 0;
        right: 0px;
        padding: 2rem 4rem;
        z-index: 999;
    }
    /*搜索*/
    
    .search_nbg {
        position: absolute;
        z-index: 999;
        top: 530px;
        height: 100px;
        box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
    }
    
    .search {
        height: 100px;
        border-bottom: 1px #eee solid;
        width: 85%;
        margin: 0 auto;
    }
    
    .search-bg {
        width: 280px;
        height: 48px;
        overflow: hidden;
        margin-top: 10px;
    }
    
    .search_l {
        line-height: 100px;
        color: #999;
    }
    
    .search_l dd {
        font-size: 15px;
        color: #333;
        display: inline-block;
        font-weight: bold;
    }
    
    .search_l a {
        font-size: 15px;
        color: #999;
        padding: 0 5px;
    }
    
    .search_l a:hover {
        color: #024392;
    }
    
    .search-bg #infoname {
        overflow: hidden;
        width: 280px;
        background: #fff;
        outline: none;
        color: #ccc;
        border: none;
        height: 48px;
        line-height: 6;
        font-size: 14px;
        padding-left: 20px;
        font-weight: lighter;
        border-left: 1px #e1e1e1 solid;
        border-top: 1px #e1e1e1 solid;
        border-bottom: 1px #e1e1e1 solid;
        border-radius: 100px;
    }
    
    .search_nbg #infoname {
        width: 310px;
        height: 48px;
    }
    
    .search-bg {
        position: relative;
    }
    
    .search-i {
        position: absolute;
        right: 0;
        top: 0;
        height: 48px;
        width: 48px;
        background: #e1e1e1;
        padding: 15px 15px;
        border-radius: 100%;
    }
    /**/
    
    .bg {
        width: 100%;
        min-width: 1400px;
    }
    
    .fl {
        float: left;
    }
    
    .fr {
        float: right;
    }
    
    .yybj {
        height: 686px;
        padding-top: 90px;
        background: #fff;
        box-sizing: border-box;
        font-family: "Microsoft Yahei";
    }
    
    .yy {
        width: 1600px;
        margin: 0 auto 45px;
        min-width: 1500px;
    }
    
    .yy dl {
        height: 430px;
    }
    
    .yybj dl dt {
        position: relative;
        width: ;
        max-height: 430px;
        overflow: hidden;
        float: left;
    }
    
    .yybj dl dt img {
        width: 100%;
        display: block;
    }
    
    .yybj dl dt i {}
    
    .yybj dl dd {
        height: 150px;
        width: 53%;
        float: right;
        margin-right: 15px;
        padding-top: 25px;
    }
    
    .yybj dl dd h3 {
        font-size: 1.979vw;
        color: #333333;
        line-height: 2.7vw;
        font-weight: bold;
        margin-bottom: 30px;
    }
    
    .yybj dl dd h3 b {
        display: block;
    }
    
    .yybj dl dd p {
        font-size: 15px;
        line-height: 32px;
        color: #666666;
        margin-bottom: 35px;
    }
    
    .yybj dl dd span {
        display: block;
    }
    
    .yybj dl dd span a {
        width: 133px;
        height: 40px;
        line-height: 40px;
        border: 1px solid #b9b9b9;
        font-size: 16px;
        color: #474747;
        display: block;
        float: left;
        text-align: center;
    }
    
    .yybj dl dd span a:hover,
    .yybj dl dd span a.cur {
        background: #024392;
        color: #fff;
        border-color: #024392;
    }
    
    .yybj dl dt img {
        -webkit-transition: .3s;
        -moz-transition: .3s;
        transition: .3s;
    }
    
    .yybj dl:hover dt img {
        -webkit-transform: scale(1.03);
        -moz-transform: scale(1.03);
        -ms-transform: scale(1.03);
        transform: scale(1.03);
    }
    
    .m_zz {
        width: 1600px;
        margin: 0px auto;
        position: relative;
        height: 110px;
        padding-top: 30px;
    }
    
    .m_zz li {
        width: 16.6%;
        height: 110px;
        padding-left: 24px;
        box-sizing: border-box;
        float: left;
        text-align: left;
        position: relative;
        cursor: pointer;
    }
    
    .m_zz li::before {
        content: "";
        position: absolute;
        width: 171px;
        height: 83px;
        background: url(https://memberpic.114my.com.cn/0404041/uploadfile/image/20250913/20250913151030_72347316.png) no-repeat;
        left: 6px;
        bottom: 6px;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        transition: .5s;
    }
    
    .m_zz li em {
        margin-left: 0px;
        display: block;
        position: relative;
        z-index: 1;
    }
    
    .m_zz li em b {
        margin-left: 0px;
        font-size: 32px;
        color: #535353;
        font-family: "Century Gothic", "Arial";
        font-weight: bold;
        line-height: 38px;
    }
    
    .m_zz li em i {
        font-size: 14px;
        color: #fff;
        text-align: center;
        font-weight: normal;
        text-align: center;
        line-height: 22px;
        width: 22px;
        height: 22px;
        display: block;
        text-transform: uppercase;
        font-family: "Arial";
        position: absolute;
        bottom: 5px;
        right: 0px;
        background: url(https://memberpic.114my.com.cn/0404041/uploadfile/image/20250913/20250913151004_1459185588.png) no-repeat;
    }
    
    .m_zz li h3 {
        font-size: 28px;
        color: #333333;
        text-align: left;
        font-weight: normal;
        line-height: 42px;
        z-index: 1;
        position: relative;
    }
    
    .m_zz li:nth-child(1) em {
        width: 68px;
    }
    
    .m_zz li:nth-child(2) em {
        width: 135px;
    }
    
    .m_zz li:nth-child(2) em i {
        background: url(https://memberpic.114my.com.cn/0404041/uploadfile/image/20250912/20250912172952_1524263473.png) no-repeat;
    }
    
    .m_zz li:nth-child(2) em b {
        font-size: 22px;
        font-weight: bold;
    }
    
    .m_zz li:nth-child(3) em {
        width: 90px;
    }
    
    .m_zz li:nth-child(4) em {
        width: 68px;
    }
    
    .m_zz li:nth-child(5) em {
        width: 105px;
    }
    
    .m_zz li:nth-child(6) em {
        width: 110px;
    }
    
    .pr_box {
        padding-top: 100px;
        padding-bottom: 100px;
    }
    
    #c_product_list_039-16704649649370 .e_container-6 {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        width: auto;
        margin-left: auto;
        margin-bottom: 0px;
        transition-property: all;
        transition-radio: hover;
        transition-duration: 0.8s;
        transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
        display-radio: flex;
        background-color: rgba(243, 244, 244, 1);
        padding-bottom: 0px;
        margin-top: 15px;
        min-height: 0px;
        height: 280px;
        overflow: hidden;
    }
    
    #c_product_list_039-16704649649370 .e_loop-1 .p_list {
        display: flex;
        flex-wrap: wrap;
        position: relative;
        max-width: 100%
    }
    
    #c_product_list_039-16704649649370 .e_loop-1 {
        max-width: 1400px;
        margin-left: auto;
        margin-right: auto;
        display-radio: 1;
    }
    
    .s_list {
        background-color: rgba(255, 255, 255, 0);
    }
    
    #c_product_list_039-16704649649370 .e_loop-1 .p_loopitem {
        flex: 0 0 32.3%;
        position: relative;
        margin-right: 1%
    }
    
    #c_product_list_039-16704649649370 .e_loop-1 .p_loopitem:hover .e_container-12 {
        margin-top: -280px;
        height: 315px
    }
    
    #c_product_list_039-16704649649370 .e_loop-1 .p_loopitem:hover .e_text-19 {
        margin-top: 182px
    }
    
    #c_product_list_039-16704649649370 .e_loop-1 .p_page {
        text-align: center;
    }
    
    #c_product_list_039-16704649649370 .e_loop-1 .p_filter_wrapper {
        width: 100%;
        font-size: 13px
    }
    
    #c_product_list_039-16704649649370 .e_loop-1 .p_kv_wrapper {
        display: inline-block;
        flex-wrap: nowrap;
        line-height: 24px;
        margin: 15px 0;
        width: 33%
    }
    
    #c_product_list_039-16704649649370 .e_loop-1 .p_filter_key {
        width: 70px;
        overflow: hidden;
        margin-right: 10px;
        font-weight: bold;
        color: #333333;
        font-size: 12px;
        display: none
    }
    
    #c_product_list_039-16704649649370 .e_loop-1 .p_v_item {
        display: inline-block;
        padding: 0 3px;
        cursor: pointer;
        font-size: 13px;
        color: #555555;
        margin-right: 30px
    }
    
    #c_product_list_039-16704649649370 .e_loop-1 .p_active .p_fbutton {
        color: #fff;
        background-color: cornflowerblue
    }
    
    #c_product_list_039-16704649649370 .e_loop-1 .p_result_item {
        position: relative;
        padding: 3px 20px 3px 10px;
        border: 1px solid #ddd;
        border-radius: 3px;
        margin-right: 10px
    }
    
    #c_product_list_039-16704649649370 .e_loop-1 .p_filter_close {
        position: absolute;
        right: 0;
        top: 0;
        padding: 3px;
        font-style: normal;
        font-size: 16px;
        margin-top: -5px;
        cursor: pointer
    }
    
    #c_product_list_039-16704649649370 .e_loop-1 .multSelect {
        font-size: 13px;
        position: relative
    }
    
    #c_product_list_039-16704649649370 .e_loop-1 .multSelect .inputWrap {
        width: 100%;
        min-width: 100px;
        min-height: 24px;
        border: 1px solid #DCDFE6;
        border-radius: 3px;
        position: relative;
        cursor: pointer;
        background: white
    }
    
    #c_product_list_039-16704649649370 .e_loop-1 .multSelect.is-invalid .inputWrap {
        border-color: #dc3545
    }
    
    #c_product_list_039-16704649649370 .e_loop-1 .multSelect ul {
        padding: 0 5px;
        margin: 0;
        padding-right: 35px
    }
    
    #c_product_list_039-16704649649370 .e_loop-1 .multSelect ul,
    li {
        list-style: none
    }
    
    #c_product_list_039-16704649649370 .e_loop-1 .multSelect li {
        display: inline-block;
        background: #edf0f3;
        color: #92969c;
        padding: 0px 5px;
        margin: 1px 5px 1px 0;
        border-radius: 5px;
        line-height: 16px
    }
    
    #c_product_list_039-16704649649370 .e_loop-1 .multSelect .multSelect-option {
        width: 100%;
        border: 1px solid #DCDFE6;
        border-radius: 2px;
        border-top: 0;
        max-height: 200px;
        overflow-y: scroll;
        position: absolute;
        height: 0;
        opacity: 0;
        z-index: 9;
        background: #fff
    }
    
    #c_product_list_039-16704649649370 .e_loop-1 .multSelect .multSelect-option>div {
        line-height: 24px;
        cursor: pointer;
        padding: 0 10px
    }
    
    #c_product_list_039-16704649649370 .e_loop-1 .multSelect .multSelect-option>div.selected {
        color: #409eff
    }
    
    #c_product_list_039-16704649649370 .e_loop-1 .multSelect .multSelect-option>div:hover {
        color: #409eff;
        background: #f3f6f9
    }
    
    #c_product_list_039-16704649649370 .e_loop-1 .multSelect .fa-close {
        font-style: normal;
        font-size: 12px;
        padding: 0 5px 0 7px
    }
    
    #c_product_list_039-16704649649370 .e_loop-1 .multSelect .inputWrap>.fa svg {
        fill: #666;
        width: 12px;
        height: 12px;
        position: absolute;
        right: 0;
        top: calc(50% - 3px)
    }
    
    #c_product_list_039-16704649649370 .e_loop-1 .multSelect .inputWrap>.fa-down svg {
        transform: rotate(-90deg)
    }
    
    #c_product_list_039-16704649649370 .e_loop-1 .multSelect .inputWrap>.fa-up svg {
        transform: rotate(90deg)
    }
    
    #c_product_list_039-16704649649370 .e_loop-1 .multSelect .placeholder {
        line-height: 40px;
        padding-left: 10px;
        color: #aaa;
        position: absolute;
        left: 0;
        top: 0
    }
    
    #c_product_list_039-16704649649370 .e_loop-1 .p_normal_start {
        display: inline;
        width: 60px;
        height: 22px
    }
    
    #c_product_list_039-16704649649370 .e_loop-1 .p_date_start {
        display: inline;
        width: 105px;
        height: 22px
    }
    
    #c_product_list_039-16704649649370 .e_loop-1 .p_normal_end {
        display: inline;
        width: 60px;
        height: 22px;
        margin-right: 5px
    }
    
    #c_product_list_039-16704649649370 .e_loop-1 .p_date_end {
        display: inline;
        width: 105px;
        height: 22px;
        margin-right: 5px
    }
    
    #c_product_list_039-16704649649370 .e_loop-1 .p_split {
        margin: 0 5px
    }
    
    #c_product_list_039-16704649649370 .e_loop-1 .p_normal {
        margin-right: 16px
    }
    
    #c_product_list_039-16704649649370 .e_loop-1 .p_fbutton {
        background-color: #007bff;
        text-decoration: none;
        color: white;
        font-size: 14px;
        text-align: center;
        padding: 10px;
        border-radius: 5px
    }
    
    #c_product_list_039-16704649649370 .e_loop-1 .input-check,
    #c_product_list_039-16704649649370 .e_loop-1 .input-radio {
        margin: 0 5px;
        vertical-align: text-top
    }
    
    #c_product_list_039-16704649649370 .e_loop-1 .position-left {
        display: flex
    }
    
    #c_product_list_039-16704649649370 .e_loop-1 .position-right {
        display: flex;
        flex-direction: row-reverse
    }
    
    #c_product_list_039-16704649649370 .e_loop-1 .position-bottom {
        display: flex;
        flex-direction: column-reverse
    }
    
    .s_title {
        font-size: 16px;
        color: #333;
        line-height: 1;
    }
    
    #c_product_list_039-16704649649370 .e_loop-1 {
        max-width: 1400px;
        margin-left: auto;
        margin-right: auto;
        display-radio: 1
    }
    
    #c_product_list_039-16704649649370 .e_image-3 {
        overflow: hidden;
        transition-property: all;
        transition-duration: 0.8s;
        background: #e2e2e2;
        transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
        display-radio: 1;
        background-color: #e2e2e2;
    }
    
    #c_product_list_039-16704649649370 .e_image-3 img {
        width: 100%;
        height: 100%;
        object-fit: contain
    }
    
    #c_product_list_039-16704649649370 .e_container-6>.p_item {
        flex: 1;
        max-width: 100%;
        max-height: 100%
    }
    
    #c_product_list_039-16704649649370 .e_text-10 {
        line-height: 24px;
        font_radio: 2;
        font-size: 16px;
        color: rgba(0, 0, 0, 1);
        -webkit-line-clamp: 1;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        display-radio: -webkit-box;
        font-weight: normal;
        margin-top: 0px;
        transition: 0.5s
    }
    
    #c_product_list_039-16704649649370 .e_text-10 a {
        font-size: 20px;
        font-weight: bold;
    }
    
    #c_product_list_039-16704649649370 .e_container-12 {
        display: flex;
        position: relative;
        z-index: 2;
        flex-wrap: wrap;
        flex-direction: row;
        width: 100%;
        margin-top: -67px;
        padding-left: 30px;
        padding-right: 30px;
        display-radio: flex;
        background-color: rgba(255, 255, 255, 0.8);
        padding-top: 15px;
        padding-bottom: 15px;
        transition: 0.5s
    }
    
    #c_product_list_039-16704649649370 .e_container-12>.p_item {
        flex: 1;
        max-width: 100%;
        max-height: 100%
    }
    
    #c_product_list_039-16704649649370 .e_container-6:hover .e_line-14 {
        width: 100%;
        display: none
    }
    
    #c_product_list_039-16704649649370 .e_line-14 {
        transition-property: all;
        transition-duration: 0.8s;
        transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
        width: 0px;
        display: none
    }
    
    #c_product_list_039-16704649649370.response-animated .e_container-6 {
        animation-name: none, none;
        animation-delay: 0.0s, 0.6s;
        animation-duration: 0.6s, 0.6s;
        animation-iteration-count: 1, 1
    }
    
    #c_product_list_039-16704649649370 .e_container-6:hover img {
        opacity: 1;
        transform: scale(1.1);
        transition: all .6s
    }
    
    #c_product_list_039-16704649649370 .e_container-6:hover .e_image-3 {}
    
    #c_product_list_039-16704649649370 .e_text-17 a {
        line-height: 22px;
        font-size: 16px;
    }
    
    #c_product_list_039-16704649649370 .e_text-17 {
        line-height: 20px;
        font_radio: 2;
        font-size: 14px;
        text-align: left;
        color: rgba(102, 102, 102, 1);
        position: absolute;
        top: 31%;
        z-index: 9;
        bottom: auto;
        right: auto;
        display: none;
        transition-property: all;
        transition-duration: 0.8s;
        transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
        font-weight: normal;
        left: 28px;
        display-radio: none;
        max-width: 100%;
    }
    
    #c_product_list_039-16704649649370 .e_container-6:hover .e_text-17 {
        display: block
    }
    
    #c_product_list_039-16704649649370 .e_text-19 {
        line-height: 1.8;
        font_radio: 2;
        -webkit-line-clamp: 2;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        font-size: 14px;
        color: rgba(0, 0, 0, 0.3);
        margin-top: 7px;
        padding-left: 0px;
        padding-right: 0px;
        display-radio: -webkit-box;
        font-family: Microsoft YaHei;
        margin-bottom: 0px;
        transition: 0.5s
    }
    
    #c_product_list_039-16704649649370 .e_text-19 a {
        color: rgba(0, 0, 0, 0.4);
    }
    
    #c_product_list_039-16704649649370 .e_container-6 .p_item {
        display-radio: 1
    }
    /*应用案例*/
    
    .ox_cae {
        padding: 1px 0px 80px 0px;
        overflow: hidden;
    }
    
    .oxcer {
        margin: 40px auto 0 auto;
        position: relative;
    }
    
    .xcsetab li {
        position: absolute;
        width: 390px;
        height: 225px;
        overflow: hidden;
    }
    
    .xcsetab li>a {
        display: block;
    }
    
    .xcsetab li img {
        width: 100%;
        height: 100%;
    }
    
    .xcsetab li span {
        position: absolute;
        padding: 0px 20px;
        line-height: 30px;
        left: 0;
        right: 0px;
        margin: 0 auto;
        font-size: 14px;
        top: 45%;
        color: #fff;
        background: #ff5c01;
        z-index: 333;
        transition: all .4s ease;
        transform: scale(0);
        width: 142px;
        text-align: center;
    }
    
    .xcsetab li>a:after {
        content: '';
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        opacity: 0;
        top: 0px;
        left: 0px;
        background: rgba(0, 0, 0, 0.6);
        transition: all .2s ease;
    }
    
    .xcsetab li.on>a:after {
        opacity: 1;
    }
    
    .xcsetab li.on>a span {
        transform: scale(1);
    }
    
    .xcsetab li:nth-child(1),
    .xcsetab li:nth-child(2),
    .xcsetab li:nth-child(3) {
        left: 0px;
    }
    
    .xcsetab li:nth-child(4),
    .xcsetab li:nth-child(5),
    .xcsetab li:nth-child(6) {
        right: 0px;
    }
    
    .xcsetab li:nth-child(2),
    .xcsetab li:nth-child(5) {
        top: 234px;
    }
    
    .xcsetab li:nth-child(3),
    .xcsetab li:nth-child(6) {
        top: 468px;
    }
    
    .oxcecon {
        width: 775px;
        height: 695px;
        overflow: hidden;
        margin: 0 auto;
    }
    
    .oxcecon .news_div_item_pic img {
        width: 100%;
        margin-bottom: 10px;
    }
    
    .oxcecon .divdgweb_new_div_item {
        width: 100%;
        height: 694px;
        position: relative;
    }
    
    .oxcecon .divdgweb_new_div_item_content {
        position: absolute;
        padding: 35px 30px;
        width: 100%;
        background: rgba(2, 67, 146, 0.8);
        bottom: 0px;
        left: 0px;
        text-align: center;
    }
    
    .oxcecon .divdgweb_new_div_item_title span {
        font-size: 24px;
        color: #ffff00;
        font-weight: bold;
    }
    
    .oxcecon .divdgweb_new_div_item_title a {
        font-size: 24px;
        color: #ffffff;
    }
    
    .oxcecon .divdgweb_new_div_item_body {
        font-size: 16px;
        color: #c5e8d3;
        line-height: 33px;
        display: none;
    }
    /*实景*/
    
    .case_c ul>li.one {
        margin-left: 0;
    }
    
    .case_c li {
        padding: 0 !important;
        width: 19.65%;
    }
    
    .case_c li>a:after,
    .case_c li>a::after {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: -100%;
        transition: 0.3s all ease-in-out;
    }
    
    .case_c li>p {
        height: 50px;
        width: 100%;
        padding-top: 0 !important;
        display: block;
        position: relative;
        overflow: hidden;
    }
    
    .case_c li>p>a {
        display: block;
        height: 50px;
        line-height: 50px;
        color: #454545;
        font-size: 15px;
        transition: 0.3s all ease-in-out;
        position: relative;
        z-index: 1111
    }
    
    .case_c li>p:after,
    .case_c li>p::after {
        position: absolute;
        content: '';
        width: 100%;
        height: 100%;
        background: #024392;
        bottom: -100%;
        left: 0;
        transition: 0.3s all ease-in-out;
    }
    
    .case_c li:hover>a:after,
    .case_c li:hover>a::after {
        top: 0;
    }
    
    .case_c li:hover>p>a {
        color: #fff;
    }
    
    .case_c li:hover>p:after,
    .case_c li:hover>p::after {
        bottom: 0;
    }
    
    .case_c li br {
        display: none;
    }
    
    .case_c li:after,
    .case_c ul::after {
        content: '';
        display: block;
        clear: both;
    }
    
    .case_c li a {
        position: relative;
        display: block;
        overflow: hidden;
    }
    
    .case_c li a img {
        display: block;
        width: 100%;
        height: auto;
        transition: 0.5s all ease-in-out;
    }
    
    .case_c {
        overflow: hidden;
        margin: 0 auto;
        margin-top: 0px;
    }
    
    .ceshi {
        width: 100%;
        margin: 0 auto;
        overflow: hidden;
    }
    
    .ceshi li {
        display: block;
        float: left;
        padding: 5px;
        margin-right: 0.4%;
        overflow: hidden;
        transition: all 0.8s linear;
        position: relative;
        margin-top: 6px;
    }
    
    .ceshi li:hover {
        transition: all 0.8s linear
    }
    
    .ceshi li:nth-child(1) {
        width: 39.8%;
        margin-left: 0px !important;
        margin-top: 0px;
    }
    
    .ceshi li:nth-child(1) img {
        width: 100% !important;
        height: auto !important;
    }
    
    .ceshi li:nth-child(1):hover p {
        margin-top: -50px;
        transition: all 0.8s linear;
    }
    
    .ceshi li:hover img {
        transform: scale(1.05);
        transition: all 0.8s linear;
    }
    
    .ceshi li a {
        text-decoration: blink;
        display: block;
        overflow: hidden;
    }
    
    .ceshi li p {
        position: absolute;
        line-height: 40px;
        overflow: hidden;
        width: 100%;
        background: rgba(0, 0, 0, 0.6);
        white-space: nowrap;
        text-overflow: ellipsis;
        transition: all 0.8s linear;
        bottom: 0
    }
    
    .ceshi li p a {
        font-size: 14px;
        color: #fff;
        text-align: center;
    }
    
    .ceshi li:hover p {
        margin-top: -50px;
        transition: all 0.8s linear;
    }
    
    .ceshi li:hover p a {}
    
    .ceshi li br {
        display: none;
    }
    
    .case06 .case-main>div>div {
        height: 100%;
    }
    
    .swiper-container {
        overflow: inherit !important;
    }
    
    .ceshi li:nth-child(4),
    .ceshi li:nth-child(7) {
        margin-right: 0px;
    }
    
    .ceshi li:nth-child(2),
    .ceshi li:nth-child(3),
    .ceshi li:nth-child(4) {
        margin-top: 0px;
    }
    /*优势*/
    
    .actorbg {
        width: 100%;
        padding-top: 70px;
        padding-bottom: 80px;
        background: #f1f1f2;
        margin-top: 80px;
}
    }
    
    .actor {
        margin: 0 auto;
    }
    
    .actor_contbg {
        width: 100%;
        margin-top: 50px;
        padding: 0 50px 50px 50px;
        background: #fff;
    }
    
    .actor_nav {
        width: 100%;
        overflow: hidden;
        position: relative;
        top: -50px;
    }
    
    .actor_nav li {
        float: left;
        width: 24.94%;
        height: 130px;
        padding-top: 32px;
        padding-left: 10%;
        border-bottom: 4px solid #26282b;
        background: #024392;
        box-sizing: border-box;
        position: relative;
        font-size: 32px;
        line-height: 32px;
        color: #fff;
        font-weight: bold;
        transition: 0.8s;
    }
    
    .actor_nav li+li {
        margin-left: 1px;
    }
    
    .actor_nav li p {
        margin-top: 10px;
        font-size: 14px;
        line-height: 16px;
        color: rgba(255, 255, 255, .8);
        font-weight: normal;
    }
    
    .actor_nav li:before {
        content: "";
        display: block;
        position: absolute;
        left: 18%;
        top: 36px;
        width: 56px;
        height: 56px;
        background: url(https://memberpic.114my.com.cn/0404041/uploadfile/image/20250913/20250913150907_2308773.png) no-repeat;
        transition: 0.8s;
    }
    
    .actor_nav li:nth-child(1):before {
        background-position: left top;
    }
    
    .actor_nav li:nth-child(2):before {
        background-position: -56px top;
    }
    
    .actor_nav li:nth-child(3):before {
        background-position: -112px top;
    }
    
    .actor_nav li:nth-child(4):before {
        background-position: right top;
    }
    
    .actor_nav li:after {
        content: "";
        display: block;
        position: absolute;
        left: 38px;
        bottom: -4px;
        width: 0;
        height: 4px;
        background: #fff;
        overflow: hidden;
        transition: 0.8s;
    }
    
    .actor_nav li:hover,
    .actor_nav li.on {
        background: #ff5c01;
        border-color: #333;
    }
    
    .actor_nav li:hover:after,
    .actor_nav li.on:after {
        width: 30px;
    }
    
    .actor_nav li:hover:before,
    .actor_nav li.on:before {
        background-position-y: bottom;
    }
    
    .actor_cont {
        width: 100%;
        /* margin-top:51px; */
        overflow: hidden;
    }
    
    .actor_txt {
        float: left;
        padding-top: 30px;
        width: 50%;
    }
    
    .actor_txt em {
        font-size: 36px;
        line-height: 36px;
        color: #024392;
        font-weight: bold;
    }
    
    .actor_txt i {
        display: block;
        margin-top: 13px;
        margin-bottom: 42px;
        font-family: Arial;
        font-size: 16px;
        line-height: 14px;
        color: #999;
    }
    
    .actor_txt p {
        font-size: 16px;
        line-height: 32px;
        color: #666;
    }
    
    .actor_txt p+p {
        margin-top: 16px;
    }
    
    .actor_txt span {
        display: block;
        margin-top: 54px;
        padding-left: 88px;
        font-size: 16px;
        line-height: 90px;
        color: #7b7b7b;
        background: url(https://memberpic.114my.com.cn/0404041/uploadfile/image/20250913/20250913093417_212470285.png) left center no-repeat;
    }
    
    .actor_txt span font {
        font-size: 24px;
        line-height: 60px;
        color: #333;
        font-weight: bold;
        vertical-align: middle;
    }
    
    .actor_img {
        float: right;
        width: 45%;
    }
    /*简介*/
    
    .aboutbg {
        width: 100%;
        max-width: 1920px;
        height: 760px;
        margin: 0 auto;
        padding: 120px;
        box-sizing: border-box;
        position: relative;
        background: url(https://memberpic.114my.com.cn/0404041/uploadfile/image/20250913/20250913150843_877524389.jpg) center top no-repeat;
        background-attachment: fixed;
        background-size: cover;
    }
    
    .aboutbg:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        display: block;
        width: 100%;
        height: 100%;
background: rgba(2, 67, 146, .9);

    }
    
    .about {
        width: 1400px;
        margin: 0 auto;
        text-align: center;
        position: relative;
        z-index: 5;
    }
    
    .about em {
        font-size: 44px;
        line-height: 44px;
        color: #fff;
    }
    
    .about em i {
        font-size: 40px;
    }
    
    .about span {
        display: block;
        margin-top: 16px;
        font-size: 16px;
        line-height: 18px;
        color: #fff;
    }
    
    .about p {
        margin-top: 28px;
        font-size: 16px;
        line-height: 34px;
        color: rgba(255, 255, 255, 0.8);
    }
    
    .about a {
        display: inline-block;
        width: 163px;
        padding-left: 26px;
        margin-top: 40px;
        text-align: left;
        font-size: 16px;
        line-height: 38px;
        color: #fff;
        text-decoration: none;
        border-top: 1px solid rgba(255, 255, 255, .5);
        border-bottom: 1px solid rgba(255, 255, 255, .5);
        border-radius: 8px;
        transition: 0.8s;
        background: url(https://memberpic.114my.com.cn/0404041/uploadfile/image/20250913/20250913150550_1791853917.png) 100px center no-repeat;
    }
    
    .about a:hover {
        background-color: #ff5c01;
    }
    /*企业形象*/
    
    .formbg {
        margin: 0 auto;
        margin-top: -250px;
        padding: 68px 50px 68px;
        background: #fff;
        box-shadow: 0px 3px 24px 0px rgb(0 0 0 / 10%);
        position: relative;
        z-index: 9;
    }
    
    .formbg .new_web_div2021 li {
        float: left;
        margin-right: 20px;
        width: calc((100% - 60px) / 4);
    }
    
    .formbg .new_web_div2021 li>a {
        display: block;
        width: 100%;
        overflow: hidden;
        border: 1px solid #ddd;
    }
    
    .formbg .new_web_div2021 li>a img {
        transition-duration: 0.5s;
        width: 100%;
        height: auto;
    }
    
    .formbg .new_web_div2021 li:hover>a img {
        transform: scale(1.1);
    }
    
    .formbg .new_web_div2021 li p {
        width: 100%;
        height: 46px;
        background: #f9f9f9;
    }
    
    .formbg .new_web_div2021 li p a {
        display: block;
        width: 100%;
        text-align: center;
        font-size: 16px;
        line-height: 46px;
        color: #999;
        text-decoration: none;
    }
    
    .formbg .new_web_div2021 li:hover p {
        background: #024392;
    }
    
    .formbg .new_web_div2021 li:hover p a {
        color: #fff;
    }
    /*新闻*/
    
    .news {
        margin: 80px 0px;
    }
    
    .news_top ul {
        text-align: center;
        margin: 0px auto;
    }
    
    .news_wz {
        height: 48px;
        line-height: 36px;
    }
    
    .news_wz b {
        font-size: 26px;
    }
    
    .news_wz span {
        font-size: 24px;
        margin-left: 8px;
        color: #ccc;
        text-transform: uppercase;
        font-family: Arial;
    }
    
    .news_wz em {
        font-size: 16px;
        font-weight: 200;
        display: block;
        color: #999;
    }
    
    .news_tab {
        margin-top: 10px;
    }
    
    .news_tab li {
        display: inline-block;
        background: #fff;
        box-shadow: 0px 0px 20px #eee;
        width: 171px;
        height: 42px;
        line-height: 42px;
        text-align: center;
        border-radius: 30px;
    }
    
    .news_tab li+li {
        margin-left: 19px;
    }
    
    .news_tab li a {
        font-size: 18px;
        font-weight: 100;
        color: #666;
        display: block;
        height: 42px;
        line-height: 42px;
    }
    
    .news_tab li.on {
        color: #fff;
        background: linear-gradient(-90deg, #024392, #024392);
        width: 171px;
        height: 42px;
        line-height: 42px;
    }
    
    .news_tab li.on a {
        color: #fff !important;
    }
    
    .news_a {
        margin-right: 17px;
    }
    
    .news_a em {
        position: relative;
        font-size: 20px;
        color: #c2c2c2;
        top: 8px;
    }
    
    .news_a .sPrev,
    .news_a .sNext {
        position: absolute;
        top: 2px;
        font-size: 20px;
        color: #c2c2c2;
        cursor: pointer;
    }
    
    .news_a .sPrev {
        right: 5px;
        transform: rotate(-90deg);
    }
    
    .news_a .sNext {
        left: 5px;
        transform: rotate(90deg);
    }
    
    .news_a i:hover {
        color: #005cab;
    }
    
    .news_list {
        height: 28vw;
        min-height: 500px !important;
        width: 100%;
        overflow: hidden;
    }
    
    .news_list .tempWrap {
        width: 100% !important;
    }
    
    .news_list .news_div {
        height: 100%;
    }
    
    .news_list .news_div_item {
        width: 25%;
        display: inline-block;
        position: relative;
        height: 500px;
        transition: 0.5s;
        padding: 30px 40px 1px;
        border-right: 1px #eee solid;
    }
    
    .news_list .news_div_item:first-child {
        border-left: 1px #eee solid;
    }
    
    .news_list .news_div_item_date {
        font-weight: 400;
        height: 26px;
        line-height: 22px;
    }
    
    .news_list .news_div_item_content {
        padding-right: 14px;
        padding-bottom: 90px;
    }
    
    .news_list .news_div_item_year,
    .news_list .news_div_item_month,
    .news_list .news_div_item_day {
        display: inline-block;
        font-size: 15px;
        line-height: 22px;
        color: #999;
    }
    
    .news_list .news_div_item_a {
        font-size: 18px;
        display: block;
        margin-bottom: 16px;
        position: relative;
        transition: 0.3s;
        font-weight: normal;
        color: #222;
    }
    
    .news_list .news_div_item_a::before {
        position: absolute;
        content: '查看详情';
        bottom: -152px;
        left: 0;
        width: 0;
        height: 33px;
        background: #fff;
        border-radius: 40px;
        line-height: 33px;
        color: #999;
        font-size: 15px;
        transition: 0.5s;
        padding-left: 43px;
        border: 1px #eee solid;
        font-weight: 100;
        display: none;
    }
    
    .news_list .news_div_item_a::after {
        position: absolute;
        content: '';
        bottom: -141px;
        font-size: 43px;
        background: url(https://memberpic.114my.com.cn/0404041/uploadfile/image/20250913/20250913150523_1987264631.png) no-repeat center;
        width: 18px;
        height: 14px;
        left: 0;
        transition: 0.5s;
    }
    
    .news_list .news_div_item_body {
        font-size: 14px;
        color: #666;
        font-weight: 100;
        line-height: 24px;
    }
    
    .news_list .news_div_item_pic,
    .news_list .news_div_item_pic a,
    .news_list .news_div_item_image {
        width: 100%;
        height: auto;
        display: block;
    }
    
    .news_list .news_div_item_pic {
        height: 15vw;
        overflow: hidden;
    }
    
    .news_list .news_div_item img {
        transition: 0.3s all linear;
    }
    
    .news_list .news_div_item:hover img {
        transform: scale(1.1);
    }
    
    .news_list .news_div_item:hover .news_div_item_a {
        color: #024392;
        transition: 0.3s;
    }
    
    .news_list .news_div_item:hover .news_div_item_a::before {
        padding-left: 40px;
        display: block;
        width: 130px;
    }
    
    .news_list .news_div_item:hover .news_div_item_a::after {
        left: 110px;
    }
    
    .top30 {
        padding-top: 30px;
    }
   
    
    .box1 {
        width: 1400px;
    }
    
    .ab_b {
        margin-top: 45px;
        padding: 30px 0;
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 66%;
        background: #024392;
        float: left;
        border-radius: 10px;
    }
    
    .ab_b ul {
        width: 80%;
        display: flex;
        justify-content: space-between;
        margin-left: 10%;
    }
    
    .ab_b li i {
        font-size: 40px;
        color: #fff;
        display: inline-block;
        font-family: Arial;
    }
    
    .ab_b ul p {}
    
    .ab_b li span {
        display: inline-block;
        font-size: 15px;
        color: #fff;
        margin-left: 5px;
    }
    
    .ab_b li em {
        font-size: 16px;
        margin-top: 20px;
        color: #fff;
    }
    
    .ab_b ul li {
        text-align: center;
    }
    
    .ab_b>p {
        width: 49%;
        font-size: 138px;
        text-transform: uppercase;
        color: #eee;
        font-weight: bold;
        letter-spacing: 25px;
        text-align: right;
        font-family: Arial;
        font-weight: 800;
    }
    /*video_sp*/
    
    .video_sp {
        float: left;
        padding: 27px 0px;
    }
    
    .ripple img {
        width: 32px;
        height: 32px;
        position: relative;
        z-index: 5;
    }
    
    .ripple,
    .ripple:before,
    .ripple:after {
        position: absolute;
        left: 52%;
        top: 62%;
        height: 90px;
        width: 90px;
        margin-top: -56px;
        margin-left: -47px;
        border-radius: 50%;
        -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.64);
        -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.64);
        box-shadow: 0 0 0 0 #7f7f7f;
        animation: ripple 3s infinite;
        background: rgba(255, 255, 255, 0.64);
    }
    
    .ripple {
        padding: 6px 3px;
        background: rgba(255, 255, 255, 0.5);
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .ripple:before {
        -webkit-animation-delay: .9s;
        animation-delay: 0.9s;
        content: "";
        position: absolute;
        right: 0;
        bottom: 0;
    }
    
    .ripple:after {
        -webkit-animation-delay: .6s;
        animation-delay: 0.6s;
        content: "";
        position: absolute;
        right: 0;
        bottom: 0;
    }
    
    .video_box {
        background: rgba(0, 0, 0, 0.6);
        top: 0;
        left: 0;
        z-index: -1;
        opacity: 0;
        transition: 600ms ease;
    }
    
    .video_box.cur {
        opacity: 1;
        z-index: 999;
        transition: 600ms ease;
    }
    
    .video {
        position: fixed;
        top: -100%;
        left: 0%;
        margin-top: -300px;
        /*margin-left:-575px;*/
        transition: 600ms ease;
    }
    
    .video_box.cur .video,
    .video_box.cur .video_x {
        top: 0%;
        transition: 600ms ease;
    }
    
    .video_x1 {}
    
    @-webkit-keyframes ripple {
        70% {
            -webkit-box-shadow: 0 0 0 70px rgba(244, 68, 56, .0);
            box-shadow: 0 0 0 70px rgba(244, 68, 56, .0);
        }
        100% {
            -webkit-box-shadow: 0 0 0 0 rgba(244, 68, 56, .0);
            box-shadow: 0 0 0 0 rgba(244, 68, 56, .0);
        }
    }
    
    .video_box {
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.6);
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        opacity: 0;
        transition: 600ms ease;
    }
    
    .video_box.cur {
        opacity: 1;
        z-index: 999;
        transition: 600ms ease;
    }
    
    .video {
        position: absolute;
        top: -100%;
        left: 0%;
        margin-top: -200px;
        margin-left: -780px;
        transition: 600ms ease;
    }
    
    .video_box.cur .video,
    .video_box.cur .video_x {
        top: 40%;
        left: 110%;
        transition: 600ms ease;
    }
    
    .video_x {
        width: 50px;
        height: 50px;
        border-radius: 50px;
        background: #fff;
        position: relative;
        top: -100%;
        left: 0%;
        margin-left: 480px;
        margin-top: -260px;
        text-align: center;
        line-height: 50px;
        font-size: 22px;
        font-weight: lighter;
        cursor: pointer;
        transition: 600ms ease;
        color: #333;
    }
    
    @keyframes ripple {
        70% {
            -webkit-box-shadow: 0 0 0 70px rgba(0, 0, 0, .0);
            box-shadow: 0 0 0 70px rgba(0, 0, 0, .0);
        }
        100% {
            -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, .0);
            box-shadow: 0 0 0 0 rgba(0, 0, 0, .0);
        }
    }
    /*mod*/
    
    .mod {
        width: 100%;
        padding: 90px 0 90px;
        background: url() center no-repeat;
        position: relative;
    }
    
    .mod_box {
        max-width: 1400px;
        margin: 0 auto;
    }
    
    .mod_con {
        max-width: 500px;
        padding: 10% 10% 10% 0;
        position: relative;
        z-index: 5;
    }
    
    .mod_con i {
        width: 420px;
        height: 1px;
        background: rgba(255, 255, 255, 0.2);
        display: inline-block;
        margin: 12px 0 36px;
    }
    
    .mod_tit {}
    
    .mod_tit p {
        font-size: 46px;
        display: flex;
        flex-direction: column;
        color: #333;
        line-height: 56px;
        font-weight: bold;
    }
    
    .mod_tit p span {
        font-size: 24px;
        color: #666;
        line-height: 44px;
        font-weight: normal;
    }
    
    .mod_sub {}
    
    .mod_sub p {
        font-size: 18px;
        color: #333;
        display: flex;
        flex-direction: column;
    }
    
    .mod_sub p span {
        font-size: 16px;
        line-height: 28px;
        padding-top: 30px;
    }
    
    .mod_sub em {
        font-size: 20px;
        color: #333;
        display: flex;
        align-items: center;
        line-height: 40px;
        padding-top: 40px;
    }
    
    .mod_sub em span {
        font-size: 36px;
        font-family: "Times";
    }
    
    .mod_sub a {
        width: 145px;
        height: 40px;
        background: #fc0100;
        text-align: center;
        font-size: 16px;
        line-height: 40px;
        color: #fff;
        display: block;
        margin-top: 60px;
    }
    
    .mod_txt {
        position: absolute;
        background: rgba(255, 255, 255, 0.85);
        right: 0;
        top: -0px;
        width: 66%;
        height: 100%;
        padding: 73px 150px;
    }
    
    .mod_txt p {
        font-size: 36px;
        color: #333;
        text-transform: uppercase;
        display: flex;
        flex-direction: column;
        font-weight: bold;
        font-family: 'samsungsharpsans-b';
    }
    
    .mod_txt p span {
        font-size: 24px;
        font-weight: normal;
    }
    
    footer {
        padding-top: 3%;
        overflow: hidden;
        background-color: #3d3d3d;
    }
    
    footer .container {
        width: 100%;
        padding: 0 15px;
        max-width: 1760px;
    }
    
    .flex_between {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        height: 100%;
    }
    
    .container {
        max-width: 1760px;
        padding: 0 15px;
        width: 100%;
        margin: 0 auto;
    }
    
    footer dl {}
    
    footer dl dt {
        font-size: 20px;
        line-height: 1.6;
        margin-bottom: 20px;
        position: relative;
        color: #fff;
        font-family: Montserrat-Regular, Arial, Helvetica, sans-serif;
    }
    
    footer dl dd {
        font-size: 16px;
        line-height: 30px;
        margin-bottom: 5px;
        position: relative;
        color: #dfdfdf;
    }
    
    @media screen and (max-width: 1366px) {
        footer dl dd {
            font-size: 15px;
            line-height: 24px;
            margin-bottom: 2px;
        }
    }
    
    footer dl dd>a {
        font-size: 15px !important;
        line-height: 30px;
        display: inline-block;
        color: #dfdfdf !important;
        ;
    }
    
    footer dl dd em {
        width: 4px;
        height: 4px;
        background-color: #024392;
        vertical-align: middle;
        transition: all 0.2s;
        margin-top: -2px;
        border-radius: 50%;
        margin-right: 5px;
    }
    
    footer dl dd>a:hover {
        color: #fff;
        text-decoration: underline;
    }
    
    #fck1 {
        width: 300px;
        margin-top: 2%;
        margin-right: 7%;
    }
    
    #fck2 {
        width: 9%;
        margin: 0;
    }
    
    #fck3 {
        width: 13%;
        margin: 0;
    }
    
    #fck4 {
        width: 24%;
        margin: 0;
    }
    
    #fck5 {
        width: 12%;
    }
    
    #fck1 p {
        margin-top: 20px;
        color: #eee;
        font-size: 16px;
        line-height: 30px;
    }
    
    footer #fck4 dl dd {
        padding-left: 25px;
    }
    
    footer #fck4 dl dd>i {
        position: absolute;
        font-size: 20px;
        color: #fff;
        left: 0;
        line-height: 30px;
    }
    
    #fck5 .img {
        width: 120px;
        margin: 0;
    }
    
    #fck5 .img img {
        width: 120px;
        margin: 0;
    }
    
    .footlogo img {}
    
    .foot_by {
        overflow: hidden;
        text-align: center;
        padding-top: 1%;
        padding-bottom: 1%;
        background-color: #2d2d2d;
        margin-top: 3%;
    }
    
    .foot_by .footdiv {
        font-size: 16px;
        line-height: 30px;
        margin: 0;
        display: inline-block;
        color: #fff;
    }
    
    .foot_by .footdiv a {
        display: inline-block;
        font-size: 16px;
        line-height: 30px;
        color: #fff;
    }
    
    .foot_by .footdiv.fl {
        text-align: left;
        float: left;
    }
    
    .foot_by .footdiv.fr {
        text-align: right;
        float: right;
    }
    
    .foot_by .footdiv a:hover {
        text-decoration: underline;
        color: #fff;
    }
    
    .foot_by .footdiv a.by {
        text-decoration: underline;
        color: #0067f8;
    }
    
    .bq_ewm {
        display: flex;
        padding-top: 50px;
        position: relative;
    }
    
    .bq_ewm li span {
        display: block;
        width: 36px;
        height: 36px;
        border-radius: 0%;
        font-size: 14px;
        text-align: center;
        line-height: 36px;
        color: #fff;
        background: #024392;
    }
    
    .bq_ewm li:hover span {
        background: #000;
        border-color: #000;
    }
    
    .ewm_cc {
        position: absolute;
        top: -50px;
        left: 13px;
        display: none;
    }
    
    .ewm_cc img {
        width: 100px!important;
    }
    
    .bq_r {
        width: 35%;
        padding: 90px 0 0;
        padding-left: 80px;
        position: relative;
        background: url() no-repeat -22px 54px;
        margin-left: 5%;
    }
    
    .bq_r:after {
        position: absolute;
        content: "";
        width: 300px;
        height: 100%;
        top: 0;
        right: -300px;
    }
    
    .bq_lx {
        line-height: 36px;
    }
    
    .bq_lx li {
        font-size: 14px;
        color: #ccc;
        line-height: 22px;
    }
    
    .bq_ewm li+li {
        margin-left: 10px;
    }
    /*link*/
    
    .link_bg {
        height: 100px;
        position: relative;
        margin-top: 0px;
        background: #232323;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }
    
    .linkTagcs li a {
        font-size: 14px;
    }
    
    .links_r a {
        font-family: "iconfont" !important;
        font-size: 42px;
        font-style: normal;
        color: rgba(255, 255, 255, 0.3);
        display: inline;
        height: 80px;
        display: block;
        line-height: 80px;
    }
    
    .links_l {
        display: flex;
        align-items: center;
    }
    
    .l_wz {
        margin-left: 12px;
        position: relative;
    }
    
    .l_wz b {
        font-size: 25px;
        color: #fff;
        line-height: 21px;
    }
    
    .l_wz p {
        color: rgba(255, 255, 255, 0.38);
    }
    
    .links {
        display: flex;
        align-items: center;
        height: 100%;
        justify-content: space-between;
    }
    
    .links .container {
        width: 100%;
        padding: 0 15px;
        max-width: 1760px;
    }
    
    .links>div {
        display: flex;
        align-items: center;
        height: 100%;
    }
    
    .links_m {
        margin-left: 25px;
    }
    
    .linkTagcs li a {
        color: rgba(255, 255, 255, 0.38)!important;
    }
    /*--serverBar--*/
    
    .serverBar {
        display: none;
        position: fixed;
        z-index: 999;
        top: 30%;
        right: 0;
        transform: translateY(-50%);
    }
    
    .serverBar li {
        position: relative;
        margin-bottom: 10px;
        line-height: 26px;
    }
    
    .serverBar li a {
        display: block;
        padding: 5px;
        width: 60px;
        height: 60px;
        text-align: center;
        color: #000 !important;
        background: #fff;
        border: #f0f0f0 solid 1px;
    }
    
    .serverBar li a>i {
        display: block;
        font-size: 22px;
        line-height: 28px;
    }
    
    .serverBar li a>span {
        display: block;
        font-size: 14px;
    }
    
    .serverBar li:hover a {
        color: #fff !important;
        background: #324476;
        border-color: rgba(255, 255, 255, 0.1);
    }
    
    .serverBar li .infos {
        display: none;
        position: absolute;
        right: 60px;
        padding: 10px;
        background: #fff;
        border: #f0f0f0 solid 1px;
        box-shadow: 0 0 10px rgba(255, 255, 255, 0.1);
    }
    
    .serverBar li .tel {
        top: 0;
    }
    
    .serverBar li .tel dt {
        padding-bottom: 6px;
        font-size: 14px;
        color: #666;
        border-bottom: #f0f0f0 solid 1px;
    }
    
    .serverBar li .tel dd {
        padding-top: 6px;
        font-size: 20px;
        font-family: "DIN Medium";
        color: #324476;
        white-space: nowrap;
    }
    
    .serverBar li .QRcode {
        bottom: 0;
        overflow: hidden;
    }
    
    .serverBar li .QRcode .item1 {
        overflow: hidden;
    }
    
    .serverBar li .QRcode .item1 i {
        display: block;
        width: 100px;
    }
    
    .serverBar li .QRcode .item1 img {
        display: block;
        width: 100%;
    }
    
    .serverBar li .QRcode .item1 p {
        font-size: 14px;
        color: #000;
        text-align: center;
    }
    
    .serverBar li:hover .infos {
        display: block;
    }
    
    @media(max-width:1200px) {
        .serverBar {
            display: none !important;
        }
    }
    /*--end serverBar--*/
    
    .pr_box1 {
        margin-top: 100px;
        margin-bottom: 100px;
    }
    
    #c_product_list_039-167046496493701 .e_container-6 {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        width: auto;
        margin-left: auto;
        margin-bottom: 0px;
        transition-property: all;
        transition-radio: hover;
        transition-duration: 0.8s;
        transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
        display-radio: flex;
        background-color: rgba(243, 244, 244, 1);
        padding-bottom: 0px;
        margin-top: 15px;
        min-height: 0px;
        height: 350px;
        overflow: hidden;
    }
    
    @media screen and (max-width: 1366px) {
        #c_product_list_039-167046496493701 .e_container-6 {
            height: 217px;
        }
    }
    
    #c_product_list_039-167046496493701 .e_loop-1 .p_list {
        display: flex;
        flex-wrap: wrap;
        position: relative;
        max-width: 100%
    }
    
    #c_product_list_039-167046496493701 .e_loop-1 {
        max-width: 1400px;
        margin-left: auto;
        margin-right: auto;
        display-radio: 1;
    }
    
    #c_product_list_039-167046496493701 .e_loop-1 .p_loopitem {
        flex: 0 0 49%;
        position: relative;
        margin-right: 1%
    }
    
    #c_product_list_039-167046496493701 .e_loop-1 .p_loopitem:hover .e_container-12 {
        margin-top: -354px;
        height: 354px;
    }
    
    @media screen and (max-width: 1366px) {
        #c_product_list_039-167046496493701 .e_loop-1 .p_loopitem:hover .e_container-12 {
            margin-top: -284px;
            height: 284px;
        }
    }
    
    #c_product_list_039-167046496493701 .e_loop-1 .p_loopitem:hover .e_text-19 {
        margin-top: 283px
    }
    
    @media screen and (max-width: 1366px) {
        #c_product_list_039-167046496493701 .e_loop-1 .p_loopitem:hover .e_text-19 {
            margin-top: 203px
        }
    }
    
    #c_product_list_039-167046496493701 .e_loop-1 .p_page {
        text-align: center
    }
    
    #c_product_list_039-167046496493701 .e_loop-1 .p_filter_wrapper {
        width: 100%;
        font-size: 13px
    }
    
    #c_product_list_039-167046496493701 .e_loop-1 .p_kv_wrapper {
        display: inline-block;
        flex-wrap: nowrap;
        line-height: 24px;
        margin: 15px 0;
        width: 33%
    }
    
    #c_product_list_039-167046496493701 .e_loop-1 .p_filter_key {
        width: 70px;
        overflow: hidden;
        margin-right: 10px;
        font-weight: bold;
        color: #333333;
        font-size: 12px;
        display: none
    }
    
    #c_product_list_039-167046496493701 .e_loop-1 .p_v_item {
        display: inline-block;
        padding: 0 3px;
        cursor: pointer;
        font-size: 13px;
        color: #555555;
        margin-right: 30px
    }
    
    #c_product_list_039-167046496493701 .e_loop-1 .p_active .p_fbutton {
        color: #fff;
        background-color: cornflowerblue
    }
    
    #c_product_list_039-167046496493701 .e_loop-1 .p_result_item {
        position: relative;
        padding: 3px 20px 3px 10px;
        border: 1px solid #ddd;
        border-radius: 3px;
        margin-right: 10px
    }
    
    #c_product_list_039-167046496493701 .e_loop-1 .p_filter_close {
        position: absolute;
        right: 0;
        top: 0;
        padding: 3px;
        font-style: normal;
        font-size: 16px;
        margin-top: -5px;
        cursor: pointer
    }
    
    #c_product_list_039-167046496493701 .e_loop-1 .multSelect {
        font-size: 13px;
        position: relative
    }
    
    #c_product_list_039-167046496493701 .e_loop-1 .multSelect .inputWrap {
        width: 100%;
        min-width: 100px;
        min-height: 24px;
        border: 1px solid #DCDFE6;
        border-radius: 3px;
        position: relative;
        cursor: pointer;
        background: white
    }
    
    #c_product_list_039-167046496493701 .e_loop-1 .multSelect.is-invalid .inputWrap {
        border-color: #dc3545
    }
    
    #c_product_list_039-167046496493701 .e_loop-1 .multSelect ul {
        padding: 0 5px;
        margin: 0;
        padding-right: 35px
    }
    
    #c_product_list_039-167046496493701 .e_loop-1 .multSelect ul,
    li {
        list-style: none
    }
    
    #c_product_list_039-167046496493701 .e_loop-1 .multSelect li {
        display: inline-block;
        background: #edf0f3;
        color: #92969c;
        padding: 0px 5px;
        margin: 1px 5px 1px 0;
        border-radius: 5px;
        line-height: 16px
    }
    
    #c_product_list_039-167046496493701 .e_loop-1 .multSelect .multSelect-option {
        width: 100%;
        border: 1px solid #DCDFE6;
        border-radius: 2px;
        border-top: 0;
        max-height: 200px;
        overflow-y: scroll;
        position: absolute;
        height: 0;
        opacity: 0;
        z-index: 9;
        background: #fff
    }
    
    #c_product_list_039-167046496493701 .e_loop-1 .multSelect .multSelect-option>div {
        line-height: 24px;
        cursor: pointer;
        padding: 0 10px
    }
    
    #c_product_list_039-167046496493701 .e_loop-1 .multSelect .multSelect-option>div.selected {
        color: #409eff
    }
    
    #c_product_list_039-167046496493701 .e_loop-1 .multSelect .multSelect-option>div:hover {
        color: #409eff;
        background: #f3f6f9
    }
    
    #c_product_list_039-167046496493701 .e_loop-1 .multSelect .fa-close {
        font-style: normal;
        font-size: 12px;
        padding: 0 5px 0 7px
    }
    
    #c_product_list_039-167046496493701 .e_loop-1 .multSelect .inputWrap>.fa svg {
        fill: #666;
        width: 12px;
        height: 12px;
        position: absolute;
        right: 0;
        top: calc(50% - 3px)
    }
    
    #c_product_list_039-167046496493701 .e_loop-1 .multSelect .inputWrap>.fa-down svg {
        transform: rotate(-90deg)
    }
    
    #c_product_list_039-167046496493701 .e_loop-1 .multSelect .inputWrap>.fa-up svg {
        transform: rotate(90deg)
    }
    
    #c_product_list_039-167046496493701 .e_loop-1 .multSelect .placeholder {
        line-height: 40px;
        padding-left: 10px;
        color: #aaa;
        position: absolute;
        left: 0;
        top: 0
    }
    
    #c_product_list_039-167046496493701 .e_loop-1 .p_normal_start {
        display: inline;
        width: 60px;
        height: 22px
    }
    
    #c_product_list_039-167046496493701 .e_loop-1 .p_date_start {
        display: inline;
        width: 105px;
        height: 22px
    }
    
    #c_product_list_039-167046496493701 .e_loop-1 .p_normal_end {
        display: inline;
        width: 60px;
        height: 22px;
        margin-right: 5px
    }
    
    #c_product_list_039-167046496493701 .e_loop-1 .p_date_end {
        display: inline;
        width: 105px;
        height: 22px;
        margin-right: 5px
    }
    
    #c_product_list_039-167046496493701 .e_loop-1 .p_split {
        margin: 0 5px
    }
    
    #c_product_list_039-167046496493701 .e_loop-1 .p_normal {
        margin-right: 16px
    }
    
    #c_product_list_039-167046496493701 .e_loop-1 .p_fbutton {
        background-color: #007bff;
        text-decoration: none;
        color: white;
        font-size: 14px;
        text-align: center;
        padding: 10px;
        border-radius: 5px
    }
    
    #c_product_list_039-167046496493701 .e_loop-1 .input-check,
    #c_product_list_039-167046496493701 .e_loop-1 .input-radio {
        margin: 0 5px;
        vertical-align: text-top
    }
    
    #c_product_list_039-167046496493701 .e_loop-1 .position-left {
        display: flex
    }
    
    #c_product_list_039-167046496493701 .e_loop-1 .position-right {
        display: flex;
        flex-direction: row-reverse
    }
    
    #c_product_list_039-167046496493701 .e_loop-1 .position-bottom {
        display: flex;
        flex-direction: column-reverse
    }
    
    .s_title {
        font-size: 16px;
        color: #333;
        line-height: 1;
    }
    
    #c_product_list_039-167046496493701 .e_loop-1 {
        max-width: 1400px;
        margin-left: auto;
        margin-right: auto;
        display-radio: 1
    }
    
    #c_product_list_039-167046496493701 .e_image-3 {
        overflow: hidden;
        transition-property: all;
        transition-duration: 0.8s;
        background: #e2e2e2;
        transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
        display-radio: 1;
        background-color: #e2e2e2;
    }
    
    #c_product_list_039-167046496493701 .e_image-3 img {
        width: 100%;
        height: 100%;
        object-fit: contain
    }
    
    #c_product_list_039-167046496493701 .e_container-6>.p_item {
        flex: 1;
        max-width: 100%;
        max-height: 100%
    }
    
    #c_product_list_039-167046496493701 .e_text-10 {
        line-height: 24px;
        font_radio: 2;
        font-size: 16px;
        color: rgba(0, 0, 0, 1);
        -webkit-line-clamp: 1;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        display-radio: -webkit-box;
        font-weight: normal;
        margin-top: 0px;
        transition: 0.5s
    }
    
    #c_product_list_039-167046496493701 .e_text-10 a {
        font-size: 20px;
        font-weight: bold;
    }
    
    #c_product_list_039-167046496493701 .e_container-12 {
        display: flex;
        position: relative;
        z-index: 2;
        flex-wrap: wrap;
        flex-direction: row;
        width: 100%;
        margin-top: -67px;
        padding-left: 30px;
        padding-right: 30px;
        display-radio: flex;
        background-color: rgba(255, 255, 255, 0.8);
        padding-top: 15px;
        padding-bottom: 15px;
        transition: 0.5s
    }
    
    @media screen and (max-width: 1366px) {
        #c_product_list_039-167046496493701 .e_container-12 {
            margin-top: -132px;
        }
    }
    
    #c_product_list_039-167046496493701 .e_container-12>.p_item {
        flex: 1;
        max-width: 100%;
        max-height: 100%
    }
    
    #c_product_list_039-167046496493701 .e_container-6:hover .e_line-14 {
        width: 100%;
        display: none
    }
    
    #c_product_list_039-167046496493701 .e_line-14 {
        transition-property: all;
        transition-duration: 0.8s;
        transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
        width: 0px;
        display: none
    }
    
    #c_product_list_039-167046496493701.response-animated .e_container-6 {
        animation-name: none, none;
        animation-delay: 0.0s, 0.6s;
        animation-duration: 0.6s, 0.6s;
        animation-iteration-count: 1, 1
    }
    
    #c_product_list_039-167046496493701 .e_container-6:hover img {
        opacity: 1;
        transform: scale(1.1);
        transition: all .6s
    }
    
    #c_product_list_039-167046496493701 .e_container-6:hover .e_image-3 {}
    
    #c_product_list_039-167046496493701 .e_text-17 a {
        line-height: 22px;
        font-size: 16px;
    }
    
    #c_product_list_039-167046496493701 .e_text-17 {
        line-height: 22px;
        font_radio: 2;
        font-size: 14px;
        text-align: left;
        color: rgba(102, 102, 102, 1);
        position: absolute;
        top: 31%;
        z-index: 9;
        bottom: auto;
        right: auto;
        display: none;
        transition-property: all;
        transition-duration: 0.8s;
        transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
        font-weight: normal;
        left: 28px;
        display-radio: none;
        max-width: 100%;
    }
    
    #c_product_list_039-167046496493701 .e_container-6:hover .e_text-17 {
        display: block
    }
    
    #c_product_list_039-167046496493701 .e_text-19 {
        line-height: 1.8;
        font_radio: 2;
        -webkit-line-clamp: 2;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        font-size: 14px;
        color: rgba(0, 0, 0, 0.3);
        margin-top: 7px;
        padding-left: 0px;
        padding-right: 0px;
        display-radio: -webkit-box;
        font-family: Microsoft YaHei;
        margin-bottom: 0px;
        transition: 0.5s
    }
    
    #c_product_list_039-167046496493701 .e_text-19 a {
        color: rgba(0, 0, 0, 0.4);
    }
    
    #c_product_list_039-167046496493701 .e_container-6 .p_item {
        display-radio: 1
    }
    
    .transit,
    .nav-close,
    .at_once span,
    .combie_list li,
    .show_industry a,
    .show_industry a i,
    .vd_btn a,
    .fixed_left {
        transition: all 0.3s linear;
        -webkit-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -ms-transition: all 0.3s linear;
    }
    
    .active .protection span,
    .fixed_left li,
    .aldehyde_des i,
    .envi_list i,
    .envi_list li p,
    .join_investment_close,
    .liaojie_close i,
    .industry_des_con a i,
    .muban_des i {
        transition: all 0.4s linear;
        -webkit-transition: all 0.4s linear;
        -o-transition: all 0.4s linear;
        -moz-transition: all 0.4s linear;
        -ms-transition: all 0.4s linear;
    }
    
    .protection .line i,
    .join,
    .footer-fix,
    .envi_line,
    .intro_control a i {
        transition: all 0.6s linear;
        -webkit-transition: all 0.6s linear;
        -o-transition: all 0.6s linear;
        -moz-transition: all 0.6s linear;
    }
    
    .made li,
    .section4 .protection_box::before,
    .section7 .protection_box::before,
    .move_step li,
    .envi_list li {
        transition: all 1s linear;
        -webkit-transition: all 1s linear;
        -o-transition: all 1s linear;
        -moz-transition: all 1s linear;
    }
    
    .step_line {
        transition: all 2.6s linear .2s;
        -webkit-transition: all 2.6s linear .2s;
        -o-transition: all 2.6s linear .2s;
        -moz-transition: all 2.6s linear .2s;
    }
    
    .trans,
    .nav-box {
        -webkit-transition: all .6s cubic-bezier(0.245, 0.145, 1.355, 1);
        -moz-transition: all .6s cubic-bezier(0.445, 0.145, 0.355, 1);
        -o-transition: all .6s cubic-bezier(0.445, 0.145, 0.355, 1);
        -ms-transition: all .6s cubic-bezier(0.445, 1.045, 0.355, 1);
        transition: all .6s cubic-bezier(0.445, 0.145, 0.355, 1);
    }
    /**/
    
    .vd_btn a:hover {
        transform: rotate(120deg);
        -webkit-transform: rotate(120deg);
        -o-transform: rotate(120deg);
        -moz-transform: rotate(120deg);
    }
    
    .join_investment_close:hover,
    .liaojie_close:hover i,
    .industry_des_con a:hover i {
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
    }
    /**/
    
    .join1 a:hover::before,
    .join2 a:hover::before {
        animation: move 1s linear infinite;
        -webkit-animation: move 1s linear infinite;
        -moz-animation: move 1s linear infinite;
        -o-animation: move 1s linear infinite;
    }
    
    @keyframes move {
        0% {
            transform: translate(0, 0);
        }
        50% {
            transform: translate(10px, 0);
        }
        100% {
            transform: translate(0, 0);
        }
    }
    
    @-webkit-keyframes move {
        0% {
            transform: translate(0, 0);
        }
        50% {
            transform: translate(10px, 0);
        }
        100% {
            transform: translate(0, 0);
        }
    }
    
    .join3 a:hover::before {
        animation: move3 1s linear infinite;
        -webkit-animation: move3 1s linear infinite;
        -moz-animation: move3 1s linear infinite;
        -o-animation: move3 1s linear infinite;
    }
    
    @keyframes move3 {
        0% {
            transform: translate(0, 0);
        }
        50% {
            transform: translate(0, 10px);
        }
        100% {
            transform: translate(0, 0);
        }
    }
    
    @-webkit-keyframes move {
        0% {
            transform: translate(0, 0);
        }
        50% {
            transform: translate(0, 10px);
        }
        100% {
            transform: translate(0, 0);
        }
    }
    
    .join4 a:hover::before {
        animation: move4 1s linear infinite;
        -webkit-animation: move4 1s linear infinite;
        -moz-animation: move4 1s linear infinite;
        -o-animation: move4 1s linear infinite;
    }
    
    @keyframes move4 {
        0% {
            transform: translate(0, 0);
        }
        50% {
            transform: translate(-10px, 0);
        }
        100% {
            transform: translate(0, 0);
        }
    }
    
    @-webkit-keyframes move {
        0% {
            transform: translate(0, 0);
        }
        50% {
            transform: translate(-10px, 0);
        }
        100% {
            transform: translate(0, 0);
        }
    }
    /**/
    
    .section6.active .join_title {
        animation: smalltoBig 1s linear;
        -webkit-animation: smalltoBig 1s linear;
        -moz-animation: smalltoBig 1s linear;
        -o-animation: smalltoBig 1s linear;
    }
    
    @keyframes smalltoBig {
        0% {
            opacity: 0;
            filter: alpha(opacity=0);
            transform: scale(0);
            -webkit-transform: scale(0);
            -moz-transform: scale(0);
            -o-transform: scale(0);
        }
        100% {
            opacity: 1;
            filter: alpha(opacity=100);
            transform: scale(1);
            -webkit-transform: scale(1);
            -moz-transform: scale(1);
            -o-transform: scale(1);
        }
    }
    
    @-webkit-keyframes smalltoBig {
        0% {
            opacity: 0;
            filter: alpha(opacity=0);
            transform: scale(0);
            -webkit-transform: scale(0);
            -moz-transform: scale(0);
            -o-transform: scale(0);
        }
        100% {
            opacity: 1;
            filter: alpha(opacity=100);
            transform: scale(1);
            -webkit-transform: scale(1);
            -moz-transform: scale(1);
            -o-transform: scale(1);
        }
    }
    /**/
    
    .active .protection span:hover,
    .section4 .protection a:hover span,
    .section7 .protection span:hover,
    .aldehyde_des i:hover,
    .toshdow,
    .ppsp:hover i,
    .muban_des i:hover {
        animation: toShadow 1.5s linear infinite;
        -webkit-animation: toShadow 1.5s linear infinite;
        -moz-animation: toShadow 1.5s linear infinite;
        -o-animation: toShadow 1.5s linear infinite;
    }
    
    @keyframes toShadow {
        0% {
            box-shadow: 0 0 0 #ddd;
            -webkit-box-shadow: 0 0 0 #ddd;
        }
        50% {
            box-shadow: 0 0 32px #ddd;
            -webkit-box-shadow: 0 0 20px #ddd;
        }
        100% {
            box-shadow: 0 0 0 #ddd;
            -webkit-box-shadow: 0 0 0 #ddd;
        }
    }
    
    @-webkit-keyframes toShadow {
        0% {
            box-shadow: 0 0 0 #ddd;
            -webkit-box-shadow: 0 0 0 #ddd;
        }
        50% {
            box-shadow: 0 0 32px #ddd;
            -webkit-box-shadow: 0 0 20px #ddd;
        }
        100% {
            box-shadow: 0 0 0 #ddd;
            -webkit-box-shadow: 0 0 0 #ddd;
        }
    }
    
    .ljyd:hover i,
    .market_vd:hover i {
        animation: toShadow2 1.5s linear infinite;
        -webkit-animation: toShadow2 1.5s linear infinite;
        -moz-animation: toShadow2 1.5s linear infinite;
        -o-animation: toShadow2 1.5s linear infinite;
    }
    
    @keyframes toShadow2 {
        0% {
            box-shadow: 0 0 0 #fff;
            -webkit-box-shadow: 0 0 0 #fff;
        }
        50% {
            box-shadow: 0 0 32px #fff;
            -webkit-box-shadow: 0 0 20px #fff;
        }
        100% {
            box-shadow: 0 0 0 #fff;
            -webkit-box-shadow: 0 0 0 #fff;
        }
    }
    
    @-webkit-keyframes toShadow2 {
        0% {
            box-shadow: 0 0 0 #fff;
            -webkit-box-shadow: 0 0 0 #fff;
        }
        50% {
            box-shadow: 0 0 32px #fff;
            -webkit-box-shadow: 0 0 20px #fff;
        }
        100% {
            box-shadow: 0 0 0 #fff;
            -webkit-box-shadow: 0 0 0 #fff;
        }
    }
    /**/
    
    .section3.active .slide_Left,
    .section5.active li.li1,
    .slideInLeft,
    .hangye.active li.slideInLeft {
        -webkit-animation: slideInLeft 1.2s both;
        animation: slideInLeft 1.2s both;
    }
    
    @-webkit-keyframes slideInLeft {
        0% {
            opacity: 0;
            filter: alpha(opacity=0);
            -webkit-transform: translateX(-2000px);
            -ms-transform: translateX(-2000px);
            -moz-transform: translateX(-2000px);
            -o-transform: translateX(-2000px);
            transform: translateX(-2000px);
        }
        100% {
            opacity: 1;
            filter: alpha(opacity=100);
            -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
            -moz-transform: translateX(0);
            -o-transform: translateX(0);
            transform: translateX(0);
        }
    }
    
    @keyframes slideInLeft {
        0% {
            opacity: 0;
            filter: alpha(opacity=0);
            -webkit-transform: translateX(-2000px);
            -ms-transform: translateX(-2000px);
            -moz-transform: translateX(-2000px);
            -o-transform: translateX(-2000px);
            transform: translateX(-2000px);
        }
        100% {
            opacity: 1;
            filter: alpha(opacity=100);
            -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
            -moz-transform: translateX(0);
            -o-transform: translateX(0);
            transform: translateX(0);
        }
    }
    /**/
    
    .slideInRight,
    .hangye.active li.slideInRight {
        -webkit-animation-name: slideInRight;
        animation-name: slideInRight;
        -webkit-animation-duration: 1.2s;
        animation-duration: 1.2s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
    }
    
    @-webkit-keyframes slideInRight {
        0% {
            opacity: 0;
            filter: alpha(opacity=0);
            -webkit-transform: translateX(2000px);
            -ms-transform: translateX(2000px);
            transform: translateX(2000px);
            -moz-transform: translateX(2000px);
            -o-transform: translateX(2000px);
        }
        100% {
            opacity: 1;
            filter: alpha(opacity=100);
            -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
            transform: translateX(0);
        }
    }
    
    @keyframes slideInRight {
        0% {
            opacity: 0;
            filter: alpha(opacity=0);
            -webkit-transform: translateX(2000px);
            -ms-transform: translateX(2000px);
            transform: translateX(2000px);
            -moz-transform: translateX(2000px);
            -o-transform: translateX(2000px);
        }
        100% {
            opacity: 1;
            filter: alpha(opacity=100);
            -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
            transform: translateX(0);
        }
    }
    /**/
    
    .section5.active li.li3,
    .section5.active li.li5,
    .slideInUp {
        -webkit-animation-name: slideInUp;
        animation-name: slideInUp;
        -webkit-animation-duration: 1.2s;
        animation-duration: 1.2s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
    }
    
    @-webkit-keyframes slideInUp {
        0% {
            opacity: 0;
            filter: alpha(opacity=0);
            -webkit-transform: translateY(2000px);
            -ms-transform: translateY(2000px);
            transform: translateY(2000px);
            -moz-transform: translateY(2000);
            -o-transform: translateY(2000);
        }
        100% {
            opacity: 1;
            filter: alpha(opacity=1);
            -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
            transform: translateY(0);
            -moz-transform: translateY(0);
            -o-transform: translateY(0);
        }
    }
    
    @keyframes slideInUp {
        0% {
            opacity: 0;
            filter: alpha(opacity=0);
            -webkit-transform: translateY(2000px);
            -ms-transform: translateY(2000px);
            transform: translateY(2000px);
            -moz-transform: translateY(2000);
            -o-transform: translateY(2000);
        }
        100% {
            opacity: 1;
            filter: alpha(opacity=1);
            -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
            transform: translateY(0);
            -moz-transform: translateY(0);
            -o-transform: translateY(0);
        }
    }
    /**/
    
    .section5.active li.li2,
    .section5.active li.li4,
    .slideInDown {
        -webkit-animation-name: slideInDown;
        animation-name: slideInDown;
        -webkit-animation-duration: 1.2s;
        animation-duration: 1.2s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
    }
    
    @-webkit-keyframes slideInDown {
        0% {
            opacity: 0;
            -webkit-transform: translateY(-2000px);
            -ms-transform: translateY(-2000px);
            transform: translateY(-2000px);
        }
        100% {
            opacity: 1;
            -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
            transform: translateY(0);
        }
    }
    
    @keyframes slideInDown {
        0% {
            opacity: 0;
            -webkit-transform: translateY(-2000px);
            -ms-transform: translateY(-2000px);
            transform: translateY(-2000px);
        }
        100% {
            opacity: 1;
            -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
            transform: translateY(0);
        }
    }
    /*7*/
    
    .section7 {
        background: url() no-repeat center center;
        background-size: cover;
    }
    
    .section .overturn {
        transform: translate(20px, 20px) scale(0.5);
        -webkit-transition: all 0.6s cubic-bezier(0.445, 0.145, 0.355, 1) 0s;
        opacity: 1;
        transition: all 0.9s cubic-bezier(0.445, 0.145, 0.355, 1) 0s;
        height: 100%;
    }
    
    .section.active .overturn {
        transform: translate(0px, 0px) scale(1);
        -webkit-transition: all 0.6s cubic-bezier(0.445, 0.145, 0.355, 1) 0s;
        opacity: 1;
        transition: all 0.9s cubic-bezier(0.445, 0.145, 0.355, 1) 0s;
    }
    
    .sccj_list {
        margin-top: 0px;
    }
    
    .sccj_list td {
        float: left;
        position: relative;
        margin-left: 1.3%;
        overflow: hidden;
    }
    
    .sccj_list td br {
        display: none;
    }
    
    .sccj_list td {
        width: 23.9%;
        height: 100%;
        padding-left: 0!important;
    }
    
    .sccj_list td>a,
    .sccj_list td>a>img {
        width: 100%;
        height: auto;
        transition: 0.5s;
    }
    
    .sccj_list td:hover img {
        transform: translate3d(0px, -30px, 0px);
        transition: 0.5s;
    }
    
    .sccj_list td:nth-child(1) {
        width: 49.5% !important;
        height: 100% !important;
        float: left;
        margin-left: 0px;
    }
    
    .sccj_list td:nth-child(1)>a {
        width: 100% !important;
        height: 100% !important;
        display: block;
    }
    
    .sccj_list td:nth-child(1) img {
        width: 100% !important;
        height: auto !important;
    }
    
    .sccj_list td:nth-child(n+4) {
        margin-top: 1.3%;
    }
    
    .sccj_list td div {
        padding-top: 0px !important;
        position: absolute;
        transition: 0.5s;
        bottom: 0;
        left: 0;
        width: 100%;
        background: #024392;
        height: 50px;
        transform: translateY(50px);
        transition: 0.5s;
    }
    
    .sccj_list td:hover div {
        transform: translateY(0px);
        transition: 0.5s;
    }
    
    .sccj_list td div a {
        color: #fff;
        font-size: 19px;
        line-height: 50px;
    }
    
    .pro_tab {
        margin-top: 0px;
    }
    
    .pro_nav {
        width: auto;
        margin: 0 auto;
        margin-bottom: 40px;
    }
    
    .pro_nav table {
        width: 100% !important;
    }
    
    .pro_nav table tr {
        display: flex;
        justify-content: center;
    }
    
    .pro_nav table tr td {
        text-align: center;
        background: #024392;
        display: inline-block;
        width: 25%;
        height: 58px;
        position: relative;
    }
    
    .pro_nav table tr td:after {
        content: "";
        width: 0px;
        height: 0px;
        border-top: 9px solid #024392;
        border-right: 7px solid transparent;
        border-bottom: 10px solid transparent;
        border-left: 7px solid transparent;
        position: absolute;
        top: 58px;
        left: 45%;
        transition: 0.5s all ease-in-out;
        display: none;
    }
    
    .pro_nav table tr td+td {
        margin-left: 2px;
    }
    
    .pro_nav table tr td a {
        display: block;
        font-size: 16px !important;
        line-height: 58px;
    }
    
    .pro_nav table tr td.on {
        background: #ff5c01;
        transition: 0.5s all ease-in-out;
    }
    
    .pro_nav table tr td.on:after {
        display: block;
        transition: 0.5s all ease-in-out;
    }
    
    .pro_nav table tr td:hover {
        text-align: center;
        background: #ff5c01;
        display: inline-block;
        width: 25%;
        height: 58px;
        position: relative;
    }
    /*产品中心*/
    
    .prod1_cont .progdwz2021 li {
        width: 25%;
        margin-right: 1%;
        float: left;
        border: 1px solid #eee;
        position: relative;
        background: #fff;
    }
    
    .prod1_cont .progdwz2021 li:nth-child(5n) {
        margin-right: 0;
    }
    
    .prod1_cont .progdwz2021 li>a {
        display: block;
        overflow: hidden;
    }
    
    .prod1_cont .progdwz2021 li>a img {
        width: 100%;
        height: auto;
        transition: all 0.3s ease-out;
    }
    
    .prod1_cont .progdwz2021 li:hover>a img {
        transform: scale(1.15);
    }
    
    .prod1_cont .progdwz2021 ul {
        display: flex;
    }
    
    .prod1_cont .progdwz2021 ul+ul {
        margin-top: 1%;
    }
    
    .prod1_cont .progdwz2021 li span {
        width: 100%;
    }
    
    .prod1_cont .progdwz2021 li span a {
        display: block;
        font-size: 15px;
        color: #222;
        text-align: center;
        margin: 0 auto 15px;
        transition: all 0.3s ease-out;
        line-height: 30px;
        width: 100%;
    }
    
    .prod1_cont .progdwz2021 li:hover span a {
        width: 80%;
        background: #024392;
        color: #fff;
    }
    
    .prod1_cont .progdwz2021 li>a:before,
    .prod_cont .progdwz2021 li>a:after {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        content: "";
        background: rgba(12, 86, 245, .05);
        opacity: 0;
        z-index: 1;
        transition: all 0.5s ease-out 0s;
        -webkit-transition: all 0.5s ease-out 0s
    }
    
    .prod1_cont .progdwz2021 li:hover>a:before {
        opacity: 1;
        top: 50%;
        bottom: 50%
    }
    
    .prod1_cont .progdwz2021 li:hover>a:after {
        opacity: 1;
        left: 50%;
        right: 50%
    }
    
    .w1400 {
        width: 1400px;
        margin: 0 auto;
    }
    
    .w1600 {
        width: 1600px;
        margin: 0 auto;
    }
    
    .page,
    .content {
        width: 1400px;
        margin: 0 auto;
    }
    
    i,
    em {
        font-style: normal;
    }
    
    .t2 {
        text-align: center;
        padding: 0px 0 50px 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        font-family: "Microsoft YaHei";
    }
    
    .t2 h3 {
        color: #024392;
        font-size: 44px;
        line-height: 87px;
        font-weight: bold;
        position: relative;
        z-index: 5;
        letter-spacing: 2px;
        font-family: "Microsoft YaHei";
    }
    
    .t2 p {
        font-size: 18px;
        font-weight: lighter;
        color: #5d5d5d;
        z-index: 5;
    }
    
    .t2 h3 b {
        color: #333;
    }
    
    .t2 h3 span {
        font-size: 91px;
        line-height: 82px;
        color: #f5f5f5;
        font-family: "DIN";
        text-transform: uppercase;
        font-weight: bold;
        position: absolute;
        top: 0;
        z-index: -1;
        left: -64%;
    }
    /*版权*/
    
    .footWrap {
        background: #222;
        color: #fff;
        position: relative;
        z-index: 951;
        line-height: 25px;
        font-size: 14px;
        margin-top: 0px;
    }
    
    .footWrap>.gy {
        border-top: 10px solid #024392;
        transform: translateY(-10px);
    }
    
    .footWrap>.gyc {
        border-top: 10px solid #ff5c01;
        transform: translateY(-10px);
    }
    
    .footWrap .f_shouy a {
        color: #fff;
        font-size: 16px;
        padding-top: 20px;
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }
    
    .hh {
        font-size: 18px;
        position: relative;
        color: #fff;
        font-weight: normal;
        border-bottom: 1px solid rgba(255, 255, 255, 0.19);
        line-height: 62px;
        background: url(https://memberpic.114my.com.cn/0404041/uploadfile/image/20250913/20250913150428_1742297269.png) no-repeat right center;
    }
    
    .f_con {
        border-bottom: 1px solid rgba(255, 255, 255, 0.19);
        padding: 20px 0 0;
        display: flex;
        justify-content: space-between;
    }
    
    .f_code {
        width: 17%;
        min-width: 224px;
    }
    
    .f_code p {
        text-align: center;
        float: left;
    }
    
    .f_code p:nth-child(3) {
        margin-left: 12px;
    }
    
    .f_code p img {
        display: block;
        height: 120px;
        background: #fff;
        padding: 7px;
        width: 120px;
        margin-bottom: 8px;
    }
    
    .f_text {
        width: 67%;
        min-width: 954px;
    }
    
    .f_text li {
        float: left;
        font-size: 18px;
        color: #fff;
        width: 38%;
    }
    
    .f_text li:nth-child(3n) {
        width: 226px;
    }
    
    .f_text li span {
        display: block;
        font-size: 17px;
        color: #fff;
        margin-top: 10px;
    }
    
    .f_text li em {
        display: block;
        font-size: 15px;
        color: rgba(255, 255, 255, 0.5);
        margin-bottom: 0px;
    }
    
    .f_wz {
        height: 57px;
        line-height: 47px;
        color: rgba(255, 255, 255, 0.5);
    }
    
    .f_nav {
        height: 64px;
        font-size: 16px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    
    .f_nav a {
        color: #fff;
        font-size: 16px
    }
    
    .f_text li span a {
        font-size: 17px;
        text-align: left;
        padding-top: 0;
        color: #fff;
    }
    
    .f_text>ul {
        display: flex;
        flex-wrap: wrap;
        padding: 20px 0 40px;
    }
    
    .f_text li:nth-child(4),
    .f_text li:nth-child(5),
    .f_text li:nth-child(6) {
        margin-top: 28px;
    }
    
    .ewm {
        display: flex;
        justify-content: space-between;
        margin-top: 25px;
    }
    
    .linkTagcs li a {
        font-size: 14px;
    }
    
    .links_r a {
        font-family: "hji" !important;
        font-size: 42px;
        font-style: normal;
        color: rgba(255, 255, 255, 0.3);
        display: inline;
        height: 80px;
        display: block;
        line-height: 80px;
        padding-left: 32px;
    }
    
    .links_l {
        display: flex;
        align-items: center;
        width: 7.5%;
        min-width: 86px;
    }
    
    .l_wz {
        position: relative;
    }
    
    .l_wz b {
        font-size: 25px;
        color: #fff;
        line-height: 21px;
    }
    
    .l_wz p {
        color: rgba(255, 255, 255, 0.5);
        letter-spacing: 5px;
    }
    
    .links {
        display: flex;
        align-items: center;
        /*justify-content: space-between;*/
        height: 100%;
        position: relative;
    }
    
    .links>div {
        display: flex;
        align-items: center;
        color: rgba(255, 255, 255, 0.5);
    }
    
    .links_m {
        width: 97%;
    }
    
    .linkTagcs li a {
        color: rgba(255, 255, 255, 0.38)!important;
    }
    
    .link_bc {
        height: 56px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.07);
    }
    
    .lin_ic {
        width: 30px;
        height: 30px;
        border-radius: 100%;
        border: 1px solid #fff;
        text-align: center;
        line-height: 30px;
        color: #fff;
        font-size: 14px;
        position: absolute;
        right: 0;
        top: 25px;
    }
    
    .linkTagcs li {
        line-height: 18px!important;
        padding-right: 10px!important;
    }
    
    .linkTagcs li a {
        font-size: 13px!important;
    }
    
    .links>div:nth-child(1) {
        width: calc(100% - 34px);
    }
    
    .links>div:nth-child(2) {}
    
    .linkTagcs {
        width: 100%!important;
    }
    
    .food_wbg {
        background: #024392;
    }
    
    .foot_to {
        color: rgba(255, 255, 255, 0.5);
        font-size: 14px;
    }
    
    .foot_to>a {
        color: rgba(255, 255, 255, 0.5);
    }
    
    .copy_b {
        display: flex;
        justify-content: space-between;
        height: 66px;
    }
    
    .copy_b>div {
        line-height: 66px;
        color: rgba(255, 255, 255, 0.6);
    }
    
    .copy_b>div a {
        color: rgba(255, 255, 255, 0.6);
    }
    
    .copy_b>div a:hover {
        color: rgba(255, 255, 255, 0.8);
    }
    
    .gyc {
        margin: 0 auto;
        max-width: 70%;
        min-width: 1600px;
    }
    
    .propic_show_right_20170301 span {
        font-size: 18px;
        font-weight: bold;
        line-height: 42px;
    }
    
    .section2 {
        width: 100%;
        height: auto;
        background-color: #f4f4f4;
        margin-top: 60px;
    }
    
    .laug {
        float: right;
        position: relative;
        width: 130px;
        padding-left: 10px;
        height: 40px;
        z-index: 5;
        margin-top: 30px;
    }
    
    .laug>ul {
        position: absolute;
        overflow: hidden;
        width: 100%;
        height: 40px;
        transition: 0.3s all ease;
        top: 0px;
        left: 0;
    }
    
    .laug:hover>ul {
        height: 120px
    }
    
    .laug>ul:after {
        content: '';
        display: block;
        width: 0;
        height: 0;
        border-right: 4px solid transparent;
        border-left: 4px solid transparent;
        border-top: 4px solid #ddd;
        position: absolute;
        top: 18px;
        right: 15px;
        transition: 0.3s all ease;
    }
    
    .laug ul li a {
        display: block;
        padding: 0 0 0 15px;
        line-height: 40px;
        font-size: 14px;
        color: #333;
    }
    
    .laug ul li:nth-child(2) a {
        background: #eee;
    }
    
    .laug ul li:nth-child(3) a {
        background: #eee;
    }
    
    .laug ul li a:hover {
        color: #d3281b;
    }
    
    .laug ul li a i {
        display: block;
        float: left;
        height: 16px;
        width: 22px;
        margin: 12px 10px 12px 0;
    }
    
    .laug ul li a i img {
        display: block
    }
    
    .ces_c>ul {
        display: flex;
        justify-content: space-between;
        margin: 100px 0px;
    }
    
    .ces_c>ul li {
        width: 266px;
        height: 330px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        transition: all .5s;
        background: #fff;
        background-image: linear-gradient(to right, #fff, #efefef);
    }
    
    .ces_c li span {
        background: #ffffff;
        border-radius: 100%;
        padding: 6px;
    }
    
    .ces_c li i {
        color: #333;
        font-size: 22px;
        font-weight: bold;
        margin: 18px 0 12px;
    }
    
    .ces_c li em {
        font-size: 15px;
        color: #666;
        text-align: center;
        line-height: 20px;
    }
    
    .ces_c>ul li:hover {
        transform: translateY(-7px);
    }
    
    .ces_c li:hover i {
        color: #024392;
    }
    
    .process_bg {
        width: 100%;
        background: url(https://memberpic.114my.com.cn/0404041/uploadfile/image/20250913/20250913150403_74894947.jpg) bottom center no-repeat;
        padding: 80px 0px 0px 0px;
        overflow: hidden;
        height: auto;
    }
    
    .container * {
        box-sizing: border-box;
    }
    
    .iconfont1 img {
        left: 28px;
        position: absolute;
        top: 30px;
    }
    
    .icon-goutongxinxi:before {
        font-size: 50px;
    }
    
    .index-solution {
        padding: 0px 0px 0px 0px;
        overflow: hidden;
        width: 1600px;
        margin: 0 auto;
    }
    
    .lc_t li {
        position: relative;
        float: left;
        width: 16.6%;
        text-align: center;
        padding: 30px 20px;
        -webkit-transition: .5s;
        -o-transition: .5s;
        transition: .5s;
    }
    
    .iconfont1 {
        padding-top: 30px;
        font-family: "iconfont" !important;
        font-size: 36px !important;
        font-style: normal;
        color: #999;
    }
    
    .lc_t li:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
        -o-transform: translateY(100%);
        transform: translateY(100%);
        -webkit-transition: .5s;
        -o-transition: .5s;
        transition: .5s;
    }
    
    .lc_t li:hover:before {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    
    .lc_t li .pic {
        position: relative;
        display: inline-block;
        width: 110px;
        height: 110px;
        background: #fff;
        border: 1px solid #e8e8e8;
        font-size: 0;
        line-height: 110px;
        border-radius: 50%;
        -webkit-transition: .5s;
        -o-transition: .5s;
        transition: .5s;
    }
    
    .lc_t li:hover .pic {
        -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        -o-transform: translateY(-10px);
        transform: translateY(-10px);
    }
    
    .lc_t li .tit {
        position: relative;
        font-size: 24px;
        color: #333;
        margin-bottom: 15px;
        margin-top: 15px;
        -webkit-transition: .5s;
        -o-transition: .5s;
        transition: .5s;
        font-weight: 500;
    }
    
    .lc_t li.on .tit,
    .lc_t li.on .des,
    .lc_t li:hover .tit,
    .lc_t li:hover .des,
    .lc_t li:hover .des a {
        color: #024392;
    }
    
    .lc_t li .des {
        position: relative;
        margin-bottom: 30px;
        font-size: 16px;
        font-weight: 100;
        color: #999;
        -webkit-transition: .5s;
        -o-transition: .5s;
        transition: .5s;
    }
    
    .lc_t li.on .more:hover,
    .lc_t li:hover .more:hover {
        background: #fff;
        color: #024392;
    }