body {
        margin: 0px auto;
        padding: 0px;
        font-size: 14px;
        line-height: 28px;
        color: #222;
        font-family: Microsoft YaHei;
        box-sizing: border-box;
    }
    
    * {
        box-sizing: border-box;
    }
    
    div {
        margin: 0px;
        padding: 0px;
    }
    
    span,
    p,
    h3 {
        margin: 0px;
        padding: 0px;
    }
    
    img {
        margin: 0px;
        padding: 0px;
    }
    
    dl,
    dt,
    dd,
    ol,
    ul,
    li,
    h2 {
        margin: 0px;
        padding: 0px;
        list-style: none;
    }
    
    img {
        border-right-width: 0px;
        border-top-width: 0px;
        border-bottom-width: 0px;
        border-left-width: 0px;
    }
    
    form,
    input,
    select {
        margin: 0px;
        padding: 0px;
    }
    
    ul {
        list-style-type: none;
    }
    
    em {
        font-style: normal;
    }
    
    a {
        text-decoration: none;
        color: #222;
        font-size: 14px;
    }
    
    a:hover {
        color: #003378;
        text-decoration: blink;
        font-size: 14px;
    }
    
    .cp img {
        border: solid #ddd 2px;
    }
    
    .cp a:hover img {
        border: solid #0abd56 2px;
    }
    
    .fr {
        float: right;
    }
    
    .fl {
        float: left;
    }
    
    .kg {
        width: 1300px;
        height: 20px;
    }
    
    .kg1 {
        width: 1300px;
        height: 30px;
        margin: 0 auto;
        overflow: hidden;
    }
    
    .kg2 {
        width: 1300px;
        height: 40px;
        margin: 0 auto;
        overflow: hidden;
    }
    
    .kg3 {
        width: 1300px;
        height: 60px;
        margin: 0 auto;
        overflow: hidden;
    }
    
    .kg80 {
        width: 1300px;
        height: 80px;
        margin: 0 auto;
        overflow: hidden;
    }
    
    .bz {
        width: 1300px;
        margin: 0 auto;
        overflow: hidden;
    }
    
    .bz1 {
        width: 1300px;
        margin: 0 auto;
        height: 117px;
    }
    
    .clear {
        height: 0;
        overflow: hidden;
        clear: both;
    }
    
    @font-face {
        font-family: 'iconfont';
        src: url('//memberpic.114my.com.cn/0427801/cssnew/iconfont.eot.txt');
        src: url('//memberpic.114my.com.cn/0427801/cssnew/iconfont.eot.txt?#iefix') format('embedded-opentype'), url('//memberpic.114my.com.cn/0427801/cssnew/iconfont.woff2.txt') format('woff2'), url('//memberpic.114my.com.cn/0427801/cssnew/iconfont.woff.txt') format('woff'), url('//memberpic.114my.com.cn/0427801/cssnew/iconfont.ttf.txt') format('truetype'), url('//memberpic.114my.com.cn/0427801/cssnew/iconfont.svg.txt#iconfont') format('svg');
    }
    
    .iconfont {
        font-family: "iconfont" !important;
        font-size: 16px;
        font-style: normal;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
    /*head*/
    
    .head {
        display: flex;
        align-items: center;
        height: 100px;
        position: relative;
    }
    
    .head_box {
        width: 1400px;
        margin: 0 auto;
        align-items: center;
        justify-content: space-around;
    }
    
    .head_logo {
        float: left;
    }
    
    .head_logo img {
        height: 55px;
    }
    
    .head_name {
        font-size: 20px;
        line-height: 32px;
        float: left;
        margin-left: 20px;
        font-weight: lighter;
        margin-top: 10px;
    }
    
    .head_name span {
        color: #003378;
    }
    
    .head_nav {
        float: left;
        margin-left: 105px;
        width: 780px;
        margin-top: 5px;
    }
    
    .head_nav ul {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    
    .head_nav li {
        flex: 1;
        z-index: 5;
        text-align: center;
        line-height: 34px;
    }
    
    .head_nav>li:hover a,
    .head_nav>ul>li.cur a {
        color: #003378;
    }
    
    .head_nav li>a {
        font-size: 16px;
        position: relative;
        padding-bottom: 45px;
    }
    
    .head_nav li>a:hove {
        color: #003378;
    }
    
    .head_nav>ul>li>a:after {
        content: '';
        width: 100%;
        height: 2px;
        background: #003378;
        position: absolute;
        left: 0;
        bottom: 0;
        transform: scaleX(0);
        transition: 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    }
    
    .head_nav>ul>li:hover a:after,
    .head_nav>ul>li.cur a:after {
        transition: 0.5s;
        transform: scaleX(1);
    }
    
    .head_phone {
        font-size: 22px;
        line-height: 32px;
        float: right;
        font-family: Arial;
        margin-top: 10px;
    }
    
    .head_phone i {
        font-size: 24px;
        color: #999999;
        margin-right: 5px;
        vertical-align: top;
    }
    
    .dropmenu {
        position: absolute;
        width: 100%;
        left: 0;
        background: #003378;
        top: 100px;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all .6s ease;
        transition: all .6s ease;
        z-index: 333;
        text-align: center;
    }
    
    .dropmenu table td table {
        display: none;
    }
    
    .dropmenu a,
    .dropmenu table td a {
        display: inline-block;
        line-height: 50px;
        color: #fff;
        font-size: 16px;
    }
    
    .dropmenu a+a {
        margin-left: 35px;
    }
    
    .dropmenu table,
    .dropmenu table tbody {
        width: 100% !important;
        display: block;
    }
    
    .dropmenu table tr {
        display: flex;
        justify-content: space-evenly;
    }
    
    .dropmenu table tr td {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .dropmenu table tr+tr {
        margin-left: 25px;
    }
    
    .head_nav li:hover .dropmenu {
        top: 100%;
        opacity: 1;
        visibility: visible;
    }
    
    .page {
        margin: 0 auto;
        width: 1400px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .page1 {
        margin: 0 auto;
        width: 1400px
    }
    /*幻灯*/
    
    .boyh .txt {
        width: 90%;
        position: absolute;
        top: 35%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 2;
        text-align: center;
        z-index: 999;
    }
    
    .boyh .txt h2 {
        font-size: 3.5vw;
        color: #fff;
        text-transform: uppercase;
        line-height: 90px;
        padding: 17% 0 1% 0;
        text-shadow: 5px 0 10px rgba(0, 0, 0, .3);
        font-family: hs_l;
    }
    
    .boyh .txt p {
        font-size: 27px;
        color: #fff;
        line-height: 38px;
        font-family: hs_l;
    }
    
    .boyh .txt .morelink {
        margin-top: 25px;
        min-width: 180px;
        margin-left: 10px;
        margin-right: 10px;
        color: #fff;
        font-size: 18px;
    }
    
    .boyh .txt .morelink i {
        font-size: 20px;
        line-height: 30px;
        margin-right: 8px;
        display: inline-block;
        vertical-align: top;
    }
    
    .boyh .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: #003378;
        border-radius: 6px;
        text-transform: capitalize;
        transition: all 0.3s;
    }
    
    .bannersldtxt_p .links .item {
        margin-right: 1vw;
        padding: 15px 0 15px 15px;
        height: 78px;
        border-radius: 5px;
        background: rgba(128, 142, 162, .2);
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center
    }
    
    .bannersldtxt_p .links .item .icon {
        font-size: 0;
        margin-right: 16px;
    }
    
    .bannersldtxt_p .links .item .txt {
        font-size: 16px;
        line-height: 24px;
        color: #fff;
    }
    
    @media (max-width:1280px) {
        .bannersldtxt_p .links .item .txt {
            font-size: 14px
        }
    }
    
    @media (max-width:1024px) {
        .bannersldtxt_p .links .item {
            padding: 15px 10px
        }
        .bannersldtxt_p .links .item .txt {
            font-size: 12px
        }
    }
    
    .bannersldtxt_p .links .item:last-child {
        margin-right: 0
    }
    
    .idx_banner ul li .center .info .img {
        width: 50%;
        font-size: 0;
        text-align: center
    }
   
    .indexb_wrapper {
        width: 100%;
        position: relative;
        overflow: hidden;
        background: url(https://memberpic.114my.com.cn/dg0173960/uploadfile/image/20250412/20250412145549_889284072.png) center bottom no-repeat;
        padding-bottom: 4%;
    }
    
    .index-scroll {
        position: absolute;
        left: 1%;
        top: 70%;
        z-index: 70;
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    
    .index-scroll h6 {
        margin: 0;
        font-weight: normal;
        font-size: 0;
        position: relative;
        padding-bottom: 7px;
        padding-left: 30px;
    }
    
    .index-scroll h6::after {
        content: '';
        display: block;
        width: 100%;
        height: 1px;
        background: #fff;
        position: absolute;
        bottom: 0;
        left: 0;
        -webkit-animation: w100 3000ms infinite ease-in-out;
        animation: w100 3000ms infinite ease-in-out;
    }
    
    .index-scroll h6 span {
        font-size: 12px;
        color: #fff;
        text-transform: uppercase;
        letter-spacing: 1px;
        margin-right: 10px;
        display: inline-block;
        vertical-align: middle;
    }
    
    .index-scroll h6 i {
        width: 12px;
        height: 10px;
        background: url("");
        display: inline-block;
        vertical-align: middle;
        -webkit-animation: op01 1000ms infinite ease-in-out;
        animation: op01 1000ms infinite ease-in-out;
    }
    
    @keyframes op01 {
        0% {
            opacity: 0;
        }
        100% {
            opacity: 1;
        }
    }
    
    .indexb_wrapper .indexc_second {
        max-width: 75%;
        margin: 80px auto 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        margin-bottom: 30px;
        overflow: hidden;
    }
    
    .indexb_wrapper .indexc_second .left {
        float: left;
        width: 45%;
    }
    
    .indexb_wrapper .indexc_second .left .top1 {
        font-size: 18px;
        color: #505050;
        height: 24px;

    }
    
    .indexb_wrapper .indexc_second .left .top2 {
        font-size: 40px;
        height: 62px;
        line-height: 65px;
        color: #505050;
        font-weight: bold;
    }
    
    .indexb_wrapper .indexc_second .left .top3 {
        font-size: 16px;
        color: #999;
    }
    
    .indexb_wrapper .indexc_second .left .top4 {
        font-size: 0.8vw;
        line-height: 36px;
        color: #505050;
        margin-top: 20px;
    }
    
    .indexb_wrapper .indexc_second .left .top4 b {
        font-weight: bold;
        display: block;
        padding-top: 10px;
        font-size: 17px;
    }
    
    .indexb_wrapper .indexc_second .left>ul {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 4% 0 0;
        margin: 6% 0 0;
        border-top: 3px solid #eee
    }
    
    .indexb_wrapper .indexc_second .left>ul>li {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 33.33%;
        border-left: 1px solid #eee;
        border-right: 1px solid #eee
    }
    
    .indexb_wrapper .indexc_second .left>ul>li+li {
        border-left: none
    }
    
    .indexb_wrapper .indexc_second .left>ul>li i {
        color: #003378;
        font-family: 'iconfont';
        font-size: 36px;
        font-style: normal;
        line-height: 36px;
    }
    
    .indexb_wrapper .indexc_second .left>ul>li b {
        font-size: 1vw;
        color: #999;
        font-weight: normal;
        position: relative;
        top: 5px;
        line-height: 1;
    }
    
    .indexb_wrapper .indexc_second .left>ul>li>p {
        font-size: 15px;
        display: flex;
        flex-direction: column;
        font-weight: normal;
        padding: 0% 0 0;
        color: #666;
        line-height: 26px;
    }
    
    .indexb_wrapper .indexc_second .left>ul>li>p>span {
        width: 40%;
        height: 1px;
        background: #003378;
        margin: 10% auto 0
    }
    
    .indexb_wrapper .indexc_second .right {
        float: right;
        display: block;
        width: 50%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    
    audio,
    canvas,
    progress,
    video {
        display: inline-block;
    }
    /*num*/
    
    .num {
        padding: 60px 10% 0 10%;
        overflow: hidden;
    }
    
    .num_box {
        max-width: 100%;
        margin: 0 auto;
    }
    
    .num_con {}
    
    .num_con>ul {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    
    .num_con>ul>li {
        width: 25%;
        display: flex;
        flex-direction: column;
        position: relative;
        align-items: center;
        border-right: 1px solid #eee;
        height: 30%;
        justify-content: center;
    }
    
    .num_con>ul>li:last-child {
        border-right: none;
    }
    
    .num_con>ul>li i {
        font-size: 55px;
        color: #003378;
        font-weight: bold;
        letter-spacing: 0px;
        font-family: Arial;
    }
    
    .num_con>ul>li em {
        position: absolute;
        right: 35%;
        top: 14px;
        font-size: 24px;
        color: #333;
        font-weight: lighter;
    }
    
    .num_con>ul>li:nth-child(3) em {
        right: 30%;
    }
    
    .num_con>ul>li p {
        display: flex;
        flex-direction: column;
        align-items: center;
        font-size: 20px;
        line-height: 30px;
        font-weight: lighter;
        padding-top: 15px;
    }
    
    .num_con>ul>li p span {
        font-size: 14px;
        line-height: 16px;
        padding-top: 5px;
        font-weight: 100;
        color: #ccc;

    }
    /*pro*/
    
    .pro {
        width: 100%;
        background: #f8f8f8;
        padding: 90px 0;
        overflow: hidden;
    }
    
    .pro_box {
        width: 1400px;
        margin: 0 auto;
    }
    
    .pro_tit {
        font-size: 42px;
        line-height: 60px;
        text-align: center;
        position: relative;
        font-weight: lighter;
        margin-bottom: 60px;
    }
    
    .pro_tit:after {
        content: '';
        background: url(https://memberpic.114my.com.cn/dg0173960/uploadfile/image/20250410/20250410161339_1363698077.png)no-repeat;
        width: 43px;
        height: 9px;
        position: absolute;
        bottom: -25px;
        left: 48%;
    }
    
    .pro_tit span {
        color: #003378;
        font-weight: bold;
    }
    
    .pro_tit p {
        font-size: 18px;
        color: #888888;
        line-height: 30px;
    }
    
    .pro_tab {
        margin-top: 60px;
    }
    
    .prod_list {
        float: left;
        width: 330px;
        position: relative;
        z-index: 333;
    }
    
    .prod_list_r1 {
        background: url(https://memberpic.114my.com.cn/dg0173960/uploadfile/image/20250410/20250410190036_553971730.png) no-repeat center;
        width: 330px;
        height: 100px;
    }
    
    .prod_list_r1 a {
        display: block;
        color: #fff;
        font-size: 28px;
        line-height: 34px;
        padding: 22px 22px 22px 30px;
        height: 56px;
    }
    
    .prod_list_r1 a .en {
        text-transform: capitalize;
        display: block;
        color: #acc5e6;
        line-height: 20px;
        font-size: 16px;
    }
    
    .prod_list_r2 * {
        transition: 0.3s all ease;
        display: none;
    }
    
    .prod_list_r2>table>tbody>tr,
    .prod_list_r2>table>tbody,
    .prod_list_r2>table {
        display: block;
        width: 100%;
        border: 0 none;
    }
    
    .prod_list_r2>table>tbody>tr>td:first-child {
        line-height: 60px;
        width: 100%;
        display: block;
        padding: 0 !important;
        margin-bottom: 
    }
    
    .prod_list_r2>table>tbody>tr>td:first-child>b>a {
        color: #444 !important;
        background: #fff;
        background: -moz-linear-gradient(left, #fff 0%, #fff 100%);
        background: -webkit-linear-gradient(left, #fff 0%, #fff 100%);
        background: linear-gradient(to right, #fff 0%, #fff 100%);
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#fff', GradientType=1);
        display: block;
        position: absolute;
        left: 0;
        width: 330px;
        top: 0;
        font-size: 16px;
        font-weight: normal;
        padding: 0 30px 0 75px;
border-top: 1px dashed #e5e5e5;
        
    }
    
    .prod_list_r2>table>tbody>tr>td:first-child>b>a:hover{color: #003378 !important;}
    
    .prod_list_r2>table>tbody>tr>td:first-child>b>a:after {
        content: '';
        display: block;
        width: 30px;
        height: 30px;
        position: absolute;
        left: 30px;
        top: 15px;
        background: url() no-repeat center;
    }
    
    .prod_list_r2>table>tbody>tr:nth-child(2)>td:first-child>b>a:after {
        background: url() no-repeat center
    }
    
    .prod_list_r2>table>tbody>tr>td:first-child>b {
        font-size: 0px;
        font-size: 0em;
        display: block;
        position: relative;
        height: 60px;
    }
    
    .prod_list_r2>table>tbody>tr>td>div {
        width: 100%;
        padding: 15px 0;
        background: #fff;
    }
    
    .prod_list_r2>table>tbody>tr>td>div:after {
        content: '';
        display: block;
        clear: both;
    }
    
    .prod_list_r2>table>tbody>tr>td>div>a {
        display: block;
        padding: 0 0 0 25px !important;
        line-height: 40px;
        width: 205px;
        font-size: 13px;
        color: #666 !important;
        border-top: 1px dashed #e5e5e5;
        float: left;
        margin: 0 25px;
        background: url(https://memberpic.114my.com.cn/dg0173960/uploadfile/image/20250412/20250412151617_1653044395.png) no-repeat 0px 53%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    
    .prod_list_r2>table>tbody>tr>td>div>a:first-child {
        border-top: 0 none;
    }
    
    .prod_list_r2>table>tbody>tr:nth-child(3)>td>div {
        display: none;
    }
    
    .prod_list_r3 {
        background: url(https://memberpic.114my.com.cn/dg0173960/uploadfile/image/20250411/20250411145055_1679263907.jpg) no-repeat center;
        height: 100px;
        padding: 25px 25px 25px 95px;
        font-size: 15px;
        color: #fff;
        line-height: 20px;
    }
    
    .prod_list_r3>strong {
        display: block;
        color: #fff;
        font-size: 22px;
        font-family: arial;
        line-height: 30px;
    }
    
    .prod_cont {
        float: right;
        width: 1050px;
    }
    
   
    
    .prod_btn {
        width: 330px;
        height: 44px;
    }
    
    .prod_btn a {
        font-size: 15px;
        line-height: 42px;
        width: 128px;
        display: block;
        text-align: center;
        float: left;
        transition: 0.3s all ease-in-out;
    }
    
    .prod_btn .prod_btn1 {
        color: #003378;
        padding-left: 10px;
        border: 1px solid #003378;
        border-top-left-radius: 50px;
        border-bottom-left-radius: 50px;
        overflow: hidden;
        transform: rotate(0deg);
    }
    
    .prod_btn .prod_btn1:hover {
        color: #fff;
        background: #0aaf52;
        border: 1px solid #0aaf52;
    }
    
    .prod_btn .prod_btn2 {
        color: #fff;
        background: #003378;
        padding-right: 10px;
        border: 1px solid #003378;
        overflow: hidden;
        transform: rotate(0deg);
        border-top-right-radius: 50px;
        border-bottom-right-radius: 50px;
    }
    
    .prod_cont_r2 .divproduct_new_div_item {
        width: 235px;
        height: auto;
        position: relative;
        float: left;
        margin-right: 20px;
        margin-bottom: 20px;
        overflow: hidden;
    }
    
    .prod_cont_r2 .divproduct_new_div_item:nth-child(4n) {
        margin-right: 0;
    }
    
    .prod_cont_r2 .divproduct_new_div_item .product_div_item_pic a,
    .prod_cont_r2 .divproduct_new_div_item .product_div_item_pic a img {
        width: 100%;
        height: auto;
        display: block;
    }
    
    .prod_cont_r2 .divproduct_new_div_item .divproduct_new_div_item_content {
        height: 97px;
        background: #fff;
        padding: 0px;
        overflow: hidden;
    }
    
    .prod_cont_r2 .divproduct_new_div_item .divproduct_new_div_item_content .divproduct_new_div_item_a {
        font-size: 16px;
        line-height: 30px;
        display: block;
        color: #343434;
        text-align: center;
        position: relative;
        padding-top: 20px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        padding-bottom: 30px;
        width: 210px;
        margin: 0 auto;
    }
    
    .prod_cont_r2 .divproduct_new_div_item .divproduct_new_div_item_content .divproduct_new_div_item_body {
        color: #999;
        font-size: 13px;
        text-align: center;
        display: block;
        line-height: 22px;
        height: 0;
        overflow: hidden;
    }
    
    .prod_cont_r2 .divproduct_new_div_item .divproduct_new_div_item_content .divproduct_new_div_item_a:after {
        content: 'More >';
        display: block;
        position: absolute;
        font-family: arial;
        color: #003378;
        font-size: 13px;
        width: 100%;
        bottom: 0px;
    }
    
    .prod_cont_r2 .divproduct_new_div_item .product_div_item_pic a img {
        width: 100%;
        background: #fff;
    }
    
    .pro_more {
        width: 1400px;
        margin: 0 auto;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 60px;
    }
    
    .pro_more a {
        font-size: 16px;
        color: #ffffff;
        width: 167px;
        height: 47px;
        line-height: 47px;
        padding-left: 40px;
        background: #003378;
        border-radius: 40px;
        margin: 0 13px;
        transition: 0.5s;
    }
    
    .pro_more a:first-child {
        background: url(https://memberpic.114my.com.cn/dg0173960/uploadfile/image/20250412/20250412151535_241533230.png)no-repeat #003378 120px 14px;
    }
    
    .pro_more a:last-child {
        background: url(https://memberpic.114my.com.cn/dg0173960/uploadfile/image/20250412/20250412151536_2062867499.png)no-repeat #ca003f 120px 14px;
    }
    
    .pro_more a:hover {
        width: 177px;
        transition: 0.5s;
    }
    /*int*/
    
    .int {
        padding: 80px 0 80px 0;
        overflow: hidden;
    }
    
    .int_box {
        width: 1400px;
        margin: 0 auto;
    }
    
    .int_tit {
        font-size: 42px;
        line-height: 60px;
        text-align: center;
        position: relative;
        font-weight: lighter;
    }
    
    .int_tit:after {
        content: '';
        background: url(https://memberpic.114my.com.cn/dg0173960/uploadfile/image/20250410/20250410161339_1363698077.png)no-repeat;
        width: 43px;
        height: 9px;
        position: absolute;
        bottom: -25px;
        left: 48%;
    }
    
    .int_tit span {
        color: 003378;
        font-weight: bold;
    }
    
    .int_tit p {
        font-size: 18px;
        color: #888888;
        line-height: 30px;
    }
    
    .int_con {
        width: 1400px;
        margin-top: 85px;
        height: auto;
    }
    
    .int_con ul {
        display: flex;
        justify-content: space-between;
        align-items: end;
    }
    
    .int_con li {
        height: 350px;
        background: #f5f5f5;
        flex: 1;
        border-radius: 10px;
        padding: 63px 36px;
        text-align: center;
        transition: 0.5s;
        cursor: pointer;
    }
    
    .int_con li.on {
        height: 350px;
        transition: 0.5s;
        background: #003378;
        transform: translateY(-30px);
    }
    
    .int_con li.on b,
    .int_con li.on p,
    .int_con li.on p span,
    .int_con li.on em {
        color: #ffffff;
    }
    
    .int_con li+li {
        margin-left: 13px;
    }
    
    .int_con li b {
        font-size: 56px;
        line-height: 60px;
        color: #dddddd;
    }
    
    .int_con li p {
        font-size: 20px;
        color: #333333;
        font-weight: bold;
        line-height: 24px;
        margin-top: 45px;
    }
    
    .int_con li p span {
        font-size: 16px;
        line-height: 28px;
        color: #999999;
        display: flex;
        font-weight: normal;
        margin-top: 20px;
    }
    
    .int_con li i {
        width: 20px;
        height: 2px;
        background: #003378;
        display: inline-block;
        margin-top: 42px;
    }
    
    .int_con li em {
        font-size: 20px;
        line-height: 24px;
        text-transform: uppercase;
        font-weight: bold;
        color: #dddddd;
        display: block;
        margin-top: 32px;
    }
   
    /*appli*/
    
    .appli {
        padding: 100px 0;
        overflow: hidden;
    }
    
    .appli_box {
        width: 1400px;
        margin: 0 auto;
    }
    
    .appli_tit {
        font-size: 42px;
        line-height: 60px;
        text-align: center;
        position: relative;
        font-weight: lighter;
    }
    
    .appli_tit:after {
        content: '';
        background: url(https://memberpic.114my.com.cn/dg0173960/uploadfile/image/20250410/20250410161339_1363698077.png")no-repeat;
        width: 43px;
        height: 9px;
        position: absolute;
        bottom: -25px;
        left: 48%;
    }
    
    .appli_tit span {
        color: 003378;
    }
    
    .appli_tit p {
        font-size: 18px;
        color: #888888;
        line-height: 30px;
    }
    
    .appli_call {
        margin-top: 54px;
    }
    
    .appli_call tr td {
        height: auto;
        display: inline-block;
        margin-bottom: 20px;
        padding-left: 0 !important;
        overflow: hidden;
        position: relative;
    }
    
    .appli_call tr td img {
        -webkit-transition: .8s;
        -o-transition: .8s;
        transition: .8s;
    }
    
    .appli_call tr td+td {
        margin-left: 14px;
    }
    
    .appli_call div {
        height: 42px;
        background: rgba(200, 21, 0, 0.7);
        line-height: 42px;
        padding-top: 0 !important;
        transition: all 0.3s linear;
        width: 100%;
        position: absolute;
        bottom: -42px;
    }
    
    .appli_call div a {
        font-size: 1rem;
        color: #ffffff !important;
    }
    
    .appli_call tr td:hover:before {
        height: 100%;
    }
    
    .appli_call tr td:before {
        height: 0%;
        width: 3px;
    }
    
    .appli_call tr td:before {
        position: absolute;
        content: "";
        left: 0;
        top: 0;
        background: #003378;
        transition: all 0.5s ease;
        z-index: 1;
    }
    
    .appli_call tr td:hover:after {
        width: 100%;
    }
    
    .appli_call tr td:after {
        width: 0%;
        height: 3px;
    }
    
    .appli_call tr td:after {
        position: absolute;
        content: "";
        left: 0;
        top: 0;
        background: #003378;
        transition: all 0.5s ease;
        z-index: 1;
    }
    
    .appli_call table tr td a:hover:before {
        height: 100%;
    }
    
    .appli_call table tr td a:before {
        width: 3px;
        height: 0%;
    }
    
    .appli_call table tr td a:before {
        position: absolute;
        content: "";
        right: 0;
        bottom: 0;
        background: #003378;
        transition: all 0.5s ease;
        z-index: 1;
    }
    
    .appli_call table tr td a:hover:after {
        width: 100%;
    }
    
    .appli_call table tr td a:after {
        width: 0%;
        height: 3px;
    }
    
    .appli_call table tr td a:after {
        position: absolute;
        content: "";
        right: 0;
        bottom: 0;
        background: #003378;
        transition: all 0.5s ease;
        z-index: 1;
    }
    
    .appli_call tr td:hover div {
        bottom: 2px;
    }
    
    .appli_call table tr td:hover div a {
        display: block;
        transition: all 0.3s linear;
    }
    
    .appli_call table tr td:hover img {
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2);
    }
    
    .appli_call table tr td a {
        display: block;
        overflow: hidden;
    }
    
    .appli_call table tr td br {
        display: none;
    }
    /*adv*/
    
    .adv {
        width: 100%;
        background: url()no-repeat center;
        height: 1201px;
        padding: 200px 0;
        overflow: hidden;
    }
    
    .adv_box {
        width: 1400px;
        margin: 0 auto;
    }
    
    .adv_tit {
        font-size: 48px;
        line-height: 60px;
        text-align: center;
        position: relative;
        color: #ffffff;
    }
    
    .adv_tit:after {
        content: '';
        background: url(https://memberpic.114my.com.cn/dg0173960/uploadfile/image/20250410/20250410161339_1363698077.png")no-repeat;
        width: 43px;
        height: 9px;
        position: absolute;
        bottom: -25px;
        left: 48%;
    }
    
    .adv_tit p {
        font-size: 18px;
        color: #888888;
        line-height: 36px;
    }
    
    .adv_tab {
        position: relative;
        margin-top: 90px;
    }
    
    .adv_nav {
        width: 416px;
        height: 521px;
        background: #282828;
        position: absolute;
        right: 0;
        top: 0;
        padding: 52px 55px;
        z-index: 5;
    }
    
    .adv_nav ul {
        margin-top: 44px;
    }
    
    .adv_nav li {
        width: 307px;
        height: 99px;
        background: #333333;
        display: flex;
        align-items: center;
        padding: 0 23px;
        margin-bottom: 4px;
        cursor: pointer;
        transition: 0.5s;
    }
    
    .adv_nav li.on {
        background: #003378;
        transition: 0.5s;
    }
    
    .adv_nav li.on i {
        color: #003378;
        transition: 0.5s;
        transform: rotate(360deg);
    }
    
    .adv_nav li i {
        width: 60px;
        height: 60px;
        background: #ffffff;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 28px;
        color: #333333;
    }
    
    .adv_nav li p {
        font-size: 18px;
        line-height: 30px;
        color: #ffffff;
        margin-left: 18px;
        font-weight: bold;
    }
    
    .adv_nav li p span {
        font-size: 15px;
        line-height: 24px;
        display: block;
        font-weight: normal;
    }
    
    .adv_txt {
        font-size: 30px;
        color: #ffffff;
        font-weight: lighter;
        letter-spacing: 3px;
        line-height: 30px;
    }
    
    .adv_txt span {
        font-size: 20px;
        display: block;
        letter-spacing: 1px;
        line-height: 40px;
    }
    
    .adv_con {}
    
    .adv_big {}
    
    .adv_big p {
        font-size: 30px;
        line-height: 36px;
        color: #ffffff;
    }
    
    .adv_big p span {
        font-size: 15px;
        line-height: 30px;
        color: #888888;
        display: block;
        margin-top: 10px;
        width: 889px;
    }
    
    .adv_big i {
        margin-top: 35px;
        display: inline-block;
    }
    /*case*/
    
    .case {
        padding: 90px 0;
        overflow: hidden;
    }
    
    .case_box {
        width: 1400px;
        margin: 0 auto;
    }
    
    .case_tit {
        font-size: 42px;
        line-height: 60px;
        text-align: center;
        position: relative;
    }
    
    .case_tit:after {
        content: '';
        background: url(https://memberpic.114my.com.cn/dg0173960/uploadfile/image/20250410/20250410161339_1363698077.png")no-repeat;
        width: 43px;
        height: 9px;
        position: absolute;
        bottom: -25px;
        left: 48%;
    }
    
    .case_tit span {
        color: 003378;
    }
    
    .case_tit p {
        font-size: 18px;
        color: #888888;
        line-height: 30px;
    }
    /*新闻中心*/
    
    .news {
        width: 100%;
        background-color: #f9f9f9;
        overflow: hidden;
        height: 842px;
    }
    
    .news_box {
        width: 1400px;
        margin: 0 auto;
        overflow: hidden;
    }
    
    .news_tab {
        margin-top: 62px;
    }
    
    .news_Cen {
        font-size: 38px;
        line-height: 40px;
        color: #003378;
        background: url(https://memberpic.114my.com.cn/dg0173960/uploadfile/image/20250412/20250412151351_601035313.png)160px 21px no-repeat;
        float: left;
    }
    
    .news_Cen span {
        color: #003378;
    }
    
    .news_Cen p {
        font-size: 16px;
        color: #888888;
        line-height: 42px;
    }
    
    .news_pic {
        width: 600px;
        float: left;
        margin-top: 30px;
        position: relative;
        height: 570px;
    }
    
    .news_nav {
        float: right;
        overflow: hidden;
    }
    
    .news_dyn {
        display: inline-block;
        float: right;
    }
    
    .news_dyn ul {
        list-style: none;
    }
    
    .news_dyn ul li {
        width: 150px;
        float: left;
        background: #003378;
        text-align: center;
        margin-right: 12px;
        height: 54px;
        line-height: 54px;
        position: relative;
    }
    
    .news_dyn ul li a {
        font-size: 16px;
        color: #ffffff;
        display: block;
    }
    
    .news_y .news_div_item_year,
    .news_div_item_month,
    .news_div_item_day {
        float: left;
    }
    
    .news_div_item_title a {
        font-size: 16px;
        line-height: 40px;
    }
    
    .news_div_item_title a:hover {
        color: #003378;
    }
    
    .news_div_item_body {
        font-size: 14px;
        color: #999999;
        line-height: 26px;
    }
    
    .news_y .news_div_item_date {
        font-size: 14px;
        color: #999999;
        position: absolute;
        bottom: 26px;
        left: 200px;
        margin-left: 24px;
display: none;

    }
    
    .news_y .news_div_item {
        position: relative;
        float: left;
        border-bottom: 1px solid #dddddd;
        padding-bottom: 21px;
        margin-top: 26px;
    }
    
    .news_y .news_div_item_content {
        width: auto;
        float: right;
        margin-left: 24px;
    }
    
    .news_y .news_div_item_pic {
        float: left;
    }
    
    .news_y img.news_div_item_image {
        width: 200px;
        height: 150px;
    }
    
    .news_y .news_div {
        display: inline-block;
    }
    
    .news_pic .news_div {
        display: inline-block;
    }
    
    .news_pic .news_div_item_content {
        position: absolute;
        bottom: 0;
        border-bottom: 1px solid #dddddd;
        height: 115px;
    }
    
    .news_call {
        width: 1400px !important;
    }
    
    .news_y {
        width: 765px;
        float: right;
        display: inline-block;
        margin-top: 5px;
    }
    
    .news_dyn ul li.on a {
        background: #ca003f;
        color: #ffffff;
        transition: 0.5s;
    }
    
    .news_dyn li.on:after {
        content: "";
        width: 0px;
        height: 0px;
        border-top: 9px solid #ca003f;
        border-right: 7px solid transparent;
        border-bottom: 10px solid transparent;
        border-left: 7px solid transparent;
        position: absolute;
        top: 54px;
        left: 45%;
        transition: 0.5s;
    }
    
    .news_pic img.news_div_item_image {
        width: 600px;
        height: 450px;
    }
    
    .news_y .news_div_item:nth-child(1) {
        display: none;
    }
    /*底部导航*/
    
    #b_nav_bg {
        width: 100%;
        height: 443px;
        background: #383b42;
    }
    
    #b_nav_bg li {
        float: left;
        width: 20%;
        cursor: pointer;
        height: 443px;
        color: #727886;
        background: url(https://memberpic.114my.com.cn/dg0173960/uploadfile/image/20250412/20250412140334_2117565913.png) right no-repeat;
    }
    
    #b_nav_bg li:nth-child(5) {
        background: none;
    }
    
    #b_nav_bg li a {
        font-size: 15px;
        color: #727886;
    }
    
    #b_nav_bg li a:hover {
        font-size: 15px;
        color: #003378;
    }
    
    #b_nav_bg li.on {
        background: #003378;
        color: #fff;
    }
    
    #b_nav_bg li.on a {
        color: #fff;
    }
    
    #b_nav_bg li.on a:hover {
        font-size: 15px;
        color: #ca003f;
    }
    
    #b_nav_bg li.on .b_top span {
        background: #fff;
    }
    
    #b_nav_bg li .b_kuandu {
        padding-top: 60px;
        padding-left: 65px;
    }
    
    #b_nav_bg li .b_top {
        font-size: 15px;
        text-transform: uppercase;
    }
    
    #b_nav_bg li .b_top span {
        width: 25px;
        height: 3px;
        background: #818898;
        margin-right: 10px;
        display: block;
        float: left;
        margin-top: 8px;
    }
    
    #b_nav_bg li .b_top p {
        color: #fff;
        font-size: 25px;
        padding-top: 10px;
    }
    
    #b_nav_bg li .b_bottom {
        padding-top: 30px;
        line-height: 34px;
    }
    
    #b_nav_bg li .b_bottom b {
        font-weight: normal;
        font-family: fontDin1;
        font-size: 30px;
        color: #fff;
    }
    
    #copyright_bg {
        width: 100%;
        background: #f5f5f5;
        color: #96989d;
        font-size: 14px;
        padding: 30px 0px;
        line-height: 30px;
    }
    
    #copyright_bg a {
        color: #96989d;
        font-size: 14px;
    }
    
    #copyright_bg a:hover {
        color: #003378;
        font-size: 14px;
    }
    
    #copyright_l {
        float: left;
        padding-left: 65px;
    }
    
    #copyright_r {
        float: right;
        padding-right: 65px;
    }
    
    .sc_ic ul {
        display: flex;
    }
    
    .sc_ic {
        margin-bottom: 80px!important;
        margin-top: 80px!important;
        overflow: hidden;
    }
    
    .sc_ic button {
        display: none!important;
    }
    
    .sc_ic ul img {
        width: 100%;
        height: auto;
    }
    
    .sc_ic ul li {
        width: 25%;
        flex-shrink: 0;
        margin: 0 0.12%;
    }
    
    .sc_ic ul li p>a {
        display: block;
        height: 55px;
        background: #f3f4f4;
        line-height: 55px;
        text-align: center;
        font-size: 18px;
        font-weight: lighter;
    }
    
    .sc_ic ul li>a {
        display: block;
        position: relative;
    }
    
    .sc_ic ul li>a:before,
    .sc_ic ul li>a:before {
        position: absolute;
        content: "";
        background: rgba(10, 81, 154, 0.6);
        width: 100%;
        height: 100%;
        opacity: 0;
        transition: all 0.3s;
        top: 0;
        left: 0;
    }
    
    .sc_ic ul li:hover>a:before {
        opacity: 1;
    }
    
    .sc_ic ul li>a:after {
        position: absolute;
        content: "+";
        top: 50%;
        left: 50%;
        width: 40px;
        height: 40px;
        background: #fff;
        border-radius: 100%;
        text-align: center;
        line-height: 40px;
        font-size: 18px;
        box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
        transition: transform 0.3s, opacity 0.3s;
        margin-top: -20px;
        margin-left: -20px;
        font-weight: bold;
        transform: scale(1.5);
        opacity: 0;
        color: transparent;
    }
    
    .sc_ic ul li:hover>a:after {
        opacity: 1;
        transform: scale(1);
        color: #332a4e;
    }
    
    .w1400 {
        width: 1400px;
        margin: 0 auto;
    }
    
    .page,
    .content {
        width: 1400px;
        margin: 0 auto;
    }
    /**/
    
    .g-super {
        height: auto;
        background: url(https://memberpic.114my.com.cn/dg0173960/uploadfile/image/20250412/20250412151302_800802523.jpg) no-repeat center top;
        padding: 30px 0 103px;
        box-sizing: border-box;
        font-family: "Microsoft YaHei";
        max-width: 1920px;
        margin: 0 auto;
        overflow: hidden;
    }
    
    .g-super .tit01 {
        height: 122px;
    }
    
    .super {
        position: relative;
    }
    
    .super-nav {
        height: 160px;
    }
    
    .super-nav li {
        font-size: 30px;
        width: 25%;
        line-height: 36px;
        float: left;
        text-align: center;
        font-weight: bold;
        box-sizing: border-box;
        color: #333333;
        position: relative;
    }
    
    .super-nav li:after {
        content: '';
        position: absolute;
        height: 1px;
        width: 9.375vw;
        top: 75px;
        right: -4.68vw;
        background: #e6e6e6;
    }
    
    .super-nav li:last-child:after {
        width: 0;
    }
    
    .super-nav li em {
        display: block;
        width: 58px;
        height: 46px;
        overflow: hidden;
        margin: 0 auto 10px;
        position: relative;
    }
    
    .super-nav li em img {
        width: 58px;
        position: absolute;
        left: 0;
        top: 0;
        -webkit-transition: .35s;
        -moz-transition: .35s;
        transition: .35s;
    }
    
    .super-nav li i {
        font-size: 14px;
        color: #cccccc;
        line-height: 36px;
        display: block;
        text-transform: uppercase;
        font-weight: normal;
    }
    
    .super-nav li.cur {
        color: #003378;
    }
    
    .super-nav li.cur em img {
        top: -46px;
    }
    
    .super-con {
        position: relative;
    }
    
    .super-prev {
        width: 22px;
        height: 40px;
        position: absolute;
        left: 10%;
        top: 37%;
        margin-top: -20px;
        z-index: 5;
        background: url(https://memberpic.114my.com.cn/dg0173960/uploadfile/image/20250412/20250412151222_542897358.png) no-repeat;
    }
    
    .super-next {
        width: 22px;
        height: 40px;
        position: absolute;
        right: 10%;
        top: 37%;
        margin-top: -20px;
        z-index: 5;
        background: url(https://memberpic.114my.com.cn/dg0173960/uploadfile/image/20250412/20250412151222_1961795920.png) no-repeat;
    }
    
    .super-con dl {
        width: 70.72%;
        position: relative;
    }
    
    .super-con dt {
        width: 100%;
        position: relative;
    }
    
    .super-con dt img {
        width: 100%;
        display: block;
    }
    
    .super-con dd {
        height: 203px;
        margin: -4.375vw auto 0;
        position: relative;
        z-index: 1;
        display: none;
    }
    
    .super-con dd .content {
        background: url(https://memberpic.114my.com.cn/dg0173960/uploadfile/image/20250412/20250412151134_775810423.jpg) no-repeat center top;
        background-size: 100% 100%;
        height: 203px;
        box-shadow: 0 0 30px #eaeaea;
        padding: 45px 0 0;
        box-sizing: border-box;
    }
    
    .super-con dd .desc {
        width: 60%;
        float: left;
        margin-left: 40px;
    }
    
    .super-con dd h4 {
        font-size: 26px;
        color: #003378;
        font-weight: bold;
        margin: auto;
        padding-bottom: 20px;
    }
    
    .super-con dd p {
        font-size: 15px;
        color: #666666;
        line-height: normal;
        margin-bottom: 10px;
        position: relative;
        padding-left: 10px;
    }
    
    .super-con dd p:after {
        content: '';
        position: absolute;
        height: 2px;
        width: 2px;
        top: 10px;
        left: 0;
        background: #666666;
    }
    
    .super-con dd li {
        float: left;
        width: 216px;
        font-size: 18px;
        color: #333333;
        padding-top: 20px;
        line-height: 40px;
    }
    
    .super-con dd li b {
        font-size: 50px;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: normal;
        color: rgba(51, 51, 51, 0.88);
    }
    
    .super-con dd li em {
        display: block;
        position: relative;
    }
    
    .super-con dd li i {
        font-size: 16px;
        color: #ffffff;
        background: url(https://memberpic.114my.com.cn/dg0173960/uploadfile/image/20250412/20250412140121_412390165.png) no-repeat center center;
        text-align: center;
        font-weight: normal;
        width: 28px;
        line-height: 28px;
        height: 28px;
        display: inline-block;
        font-family: "Arial";
        position: absolute;
        bottom: 10px;
        right: 65px;
        border-radius: 100%;
    }
    
    .super-con dd li:nth-child(2) {
        padding-left: 44px;
        border-left: 1px solid #e8e8e9;
    }
    
    .swiper-slide-active dd {
        display: block;
    }
    
    @media screen and (max-width:1680px) {
        .super-nav li {
            font-size: 26px;
        }
        .super-con dd .desc {
            width: 60%;
            margin-left: 20px;
        }
        .super-con dd p {
            font-size: 15px;
        }
        .super-con dd li {
            width: 188px;
        }
        .super-con dd li b {
            font-size: 40px;
        }
        .super-con dd li i {
            font-size: 15px;
        }
    }
    /**/
    
    .g-cases {
        height: auto;
        background: #fff url(https://memberpic.114my.com.cn/dg0173960/uploadfile/image/20250412/20250412141703_1032177636.jpg) no-repeat center top;
        background-size: cover;
        padding: 70px 0 80px;
        font-family: "Microsoft Yahei";
        box-sizing: border-box;
        position: relative;
        max-width: 1920px;
        overflow: hidden;
        ;
    }
    
    .g-cases .tit01 {
        height: 125px;
    }
    
    .g-cases .tit01 h2 a {
        color: #fff;
    }
    
    .g-cases .tit01 p {
        color: #fff;
    }
    
    .g-cases .content {
        position: relative;
        overflow: hidden;
        background: #fff;
        padding: 0 40px 40px;
        box-shadow: 0 0 32px rgba(0, 0, 0, 0.24);
    }
    
    .case-nav {
        clear: both;
        overflow: hidden;
        margin-bottom: 40px;
        text-align: center;
        padding-top: 35px;
        box-sizing: border-box;
        height: 125px;
        border-bottom: 1px solid #efefef;
    }
    
    .case-nav a {
        display: block;
        text-align: center;
        width: 12.5%;
        line-height: 35px;
        font-size: 18px;
        color: #333333;
        box-sizing: border-box;
        font-weight: normal;
        border-right: 1px solid #e5e5e5;
        float: left;
    }
    
    .case-nav h3 {
        width: 100%;
        float: left;
        ;
    }
    
    .case-nav h3 a {
        width: 16.6%;
    }
    
    .case-nav a.case-more {
        border-right: 0;
    }
    
    .case-nav a::after {
        content: "";
        width: 0%;
        height: 3px;
        background: url() no-repeat;
        background-size: 100% 100%;
        position: absolute;
        top: 0px;
        left: 50%;
        -webkit-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        z-index: 0;
    }
    
    .case-nav em {
        width: 50px;
        height: 36px;
        display: block;
        overflow: hidden;
        position: relative;
        margin: 0px auto 10px;
    }
    
    .case-nav em img {
        width: 50px;
        display: block;
        position: absolute;
        left: 0;
        top: 0;
    }
    
    .case-nav a:hover,
    .case-nav a.cur {
        color: #003378;
        font-weight: bold;
    }
    
    .case-nav a:hover em img,
    .case-nav a.cur em img {
        top: -36px;
    }
    
    .case-con,
    .pat-con {
        overflow: hidden;
    }
    
    .case-con dl {
        position: relative;
        clear: both;
        overflow: hidden;
    }
    
    .case-con dt {
        width: 50%;
        float: left;
    }
    
    .case-con dt img {
        width: 100%;
        display: block;
    }
    
    .case-con dd {
        width: 40.15%;
        padding: 15px 0 0 40px;
        box-sizing: border-box;
        float: left;
    }
    
    .case-con dd h4 {
        font-size: 34px;
        color: #333333;
        font-weight: bold;
        height: 48px;
        line-height: 48px;
        margin-bottom: 24px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    
    .case-con dd h4 a {
        color: #333333;
    }
    
    .case-con dd p {
        line-height: 26px;
        font-size: 16px;
        color: #666666;
        text-align: justify;
    }
    
    .case-con dd span {
        display: block;
        margin: 40px 0 0;
        background: url(https://memberpic.114my.com.cn/dg0173960/uploadfile/image/20250412/20250412140121_25208769.png) no-repeat;
        width: 181px;
        height: 44px;
        line-height: 44px;
        text-align: center;
        font-weight: normal;
        font-size: 16px;
        color: #ffffff;
    }
    
    .partner {
        margin-top: 27px;
    }
    
    .partner li {
        width: 15.37%;
    }
    
    .partner li img {
        width: 100%;
        display: block;
    }
    
    @media screen and (max-width:1620px) {
        .cases li .desc h3 {
            font-size: 22px;
            margin-top: 0.56vw;
        }
        .cases li .desc h3 b {
            font-size: 24px;
        }
        .cases li .desc p {
            font-size: 14px;
            line-height: 22px;
            margin-top: 0.56vw;
        }
    }
    /*合作客户*/
    
    .partner .tempWrap {
        width: 1300px !important;
        padding: 0 10px;
        margin-left: -10px;
    }
    
    .partner_d {
        margin-top: 2%
    }
    
    .partner_d tr {
        display: block;
        padding: 10px 0!important;
    }
    
    .partner_d td {
        width: 19%;
        height: auto;
        display: block;
        float: left;
        margin-right: 1%;
        padding-left: 0px !important;
        position: relative;
        overflow: hidden;
        border: 1px solid #dddddd;
    }
    
    .partner_d td div {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0px;
        left: -100%;
        padding-top: 0 !important;
        line-height: 115px;
        background: rgba(0, 0, 0, 0.5);
        transition: 0.3s all ease;
    }
    
    .partner_d td div a {
        font-size: 15px;
        color: #fff;
        width: 100%;
        height: 100%;
        display: block;
    }
    
    .partner_d td:hover div {
        left: 0px;
    }
    
    .partner_d td img {
        width: 100%;
        height: 100%;
    }
    
    .partner_btn {
        width: 31px;
        height: 40px;
        background: url()no-repeat center;
        position: absolute;
        top: -80px;
    }
    
    .partner .btnl {
        left: -76px;
    }
    
    .partner .btnr {
        right: -76px;
        transform: rotate(180deg);
    }
    
    .partner_b {
        position: relative;
    }
    
    i,
    em {
        font-style: normal;
    }
    /*mod*/
    
    .mod1 {
        padding: 3% 1%;
        overflow: hidden;
        background-color: #003378;
    }
    
    .mod_box1 {
        width: 1400px;
        margin: 0 auto;
    }
    
    .mod_con1 {}
    
    .mod_con1 ul {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    
    .mod_con1 li {
        display: flex;
        align-items: center;
    }
    
    .mod_con1 li i {
        font-size: 45px;
        color: #fff;
    }
    
    .mod_con1 li p {
        font-size: 20px;
        line-height: 20px;
        padding-left: 12px;
        color: #fff;
    }
    
    .mod_con1 li p span {
        display: flex;
        font-size: 15px;
        color: #fff;
        line-height: 30px;
    }
    
    .honor_bg {
        padding: 4% 0;
        background: #f8f8f8;
        margin-top: 0%;
        overflow: hidden;
    }
    
    .honor {
        position: relative;
        background: url(https://memberpic.114my.com.cn/dg0173960/uploadfile/image/20250412/20250412151043_718551758.png)no-repeat top right;
    }
    
    .honor:after,
    .honor:before {
        content: "";
        border-radius: 100%;
        border: 2px #eee dotted;
        position: absolute;
        z-index: -1;
    }
    
    .honor:after {
        top: -21%;
        left: 52%;
        margin-left: -3vw;
        width: 55rem;
        height: 55rem;
        animation: hafter 200s linear infinite;
    }
    
    .honor:before {
        top: -4%;
        left: 52%;
        width: 40rem;
        height: 40rem;
        margin-left: 3vw;
        animation: hbefore 250s linear infinite;
    }
    
    @keyframes hafter {
        from {
            -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
        }
        50% {
            -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
        }
        to {
            -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
        }
    }
    
    @keyframes hbefore {
        from {
            -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
        }
        50% {
            -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
        }
        to {
            -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
        }
    }
    
    .honor_bg {}
    
    .honor_l {
        height: 100%;
        position: relative;
        z-index: 2;
    }
    
    .honor_l h3 {
        font-size: 2.2vw;
        color: #111;
        line-height: 2.6vw;
    }
    
    .honor_l h3 p {
        margin-bottom: 20px;
    }
    
    .honor_l h3 b {
        color: #003378;
    }
    
    .honor_l dd {
        font-size: 18px;
        line-height: 30px;
        margin-top: 2vw;
    }
    
    .honor_l a {
        width: 190px;
        height: 46px;
        line-height: 46px;
        color: #fff;
        font-size: 16px;
        display: block;
        text-align: center;
        background: #ee2e24;
        margin-top: 4vw;
        border-radius: 100px;
        box-shadow: 0 0 50px #ee2e24;
        transition: 0.3s ease all;
    }
    
    .honor_l a:hover {
        width: 260px;
    }
    
    .honor_r {
        width: 45%;
        position: relative;
        z-index: 2;
    }
    
    .honor_r * {
        display: block;
    }
    
    .honor_r .tempWrap {
        width: 68% !important;
        margin: 0 auto;
    }
    
    .honor_r ul {
        margin: 0 auto;
    }
    
    .honor_r li {
        padding-left: 0px !important;
    }
    
    .honor_r li img {
        width: 100%;
        height: auto;
    }
    
    .honor_r li p a {
        font-size: 18px;
        color: #333;
        line-height: 20px;
        text-align: center;
        margin-top: 20px;
    }
    
    .honor_r {
        position: relative;
    }
    
    .honor_btn {
        position: absolute;
        top: 0px;
        width: 100%;
        top: 45%;
    }
    
    .honor_btnl,
    .honor_btnr {
        width: 54px;
        height: 54px;
        cursor: pointer;
        background: #a0a0a0 url()no-repeat center;
        border-radius: 50%;
        position: absolute;
    }
    
    .honor_btnl {
        left: 2vw;
    }
    
    .honor_btnr {
        right: 2vw;
        transform: rotate(180deg);
    }
    
    .honor_btnl:hover,
    .honor_btnr:hover {
        background-color: #ee2e24;
    }
    
    .appli_call {
        position: relative;
        z-index: 9;
        margin-top: 118px;
    }
    
    .appli_call tr {
        display: flex;
        justify-content: space-between;
    }
    
    .appli_call tr td {
        display: inline-block;
        padding-left: 0 !important;
        overflow: hidden;
        width: 23%;
    }
    
    .appli_call tr td img {
        -webkit-transition: .8s;
        -o-transition: .8s;
        transition: .8s;
        width: 100%;
        height: auto;
    }
    
    .appli_call tr td+td {
        margin-left: 10px;
    }
    
    .appli_call div {
        height: 56px;
        background: #f5f5f5;
        line-height: 56px;
        padding-top: 0 !important;
        transition: all 0.3s linear;
    }
    
    .appli_call div a {
        font-size: 1rem;
        color: #333333;
        line-height: 56px;
    }
    
    .appli_call table tr td:hover div a {
        background: #003378;
        color: #ffffff;
        display: block;
        transition: all 0.3s linear;
        display: block;
    }
    
    .appli_call table tr td:hover img {}
    
    .appli_call table tr td a {
        display: block;
        overflow: hidden;
    }
    
    .appli_call table tr td br {
        display: none;
    }



.three_2019:hover {
    display: block;
}
.two_bt_2019:hover + .three_2019 {
    display: block;
}
.one_2019:hover .two_2019 {
    display: block;
}
span.three_bt_2019 {
    display: block;
}