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: 16px;
    }
    
    a:hover {
        color: #0063e9;
        text-decoration: blink;
        font-size: 16px;
    }
    
    .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/dghenhye11/cssnew/iconfont.eot.txt');
        src: url('//memberpic.114my.com.cn/dghenhye11/cssnew/iconfont.eot.txt?#iefix') format('embedded-opentype'), url('//memberpic.114my.com.cn/dghenhye11/cssnew/iconfont.woff2.txt') format('woff2'), url('//memberpic.114my.com.cn/dghenhye11/cssnew/iconfont.woff.txt') format('woff'), url('//memberpic.114my.com.cn/dghenhye11/cssnew/iconfont.ttf.txt') format('truetype'), url('//memberpic.114my.com.cn/dghenhye11/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 {
        height: 110px;
        position: relative;
    }
    
    .head_box {
        width: 1400px;
        margin: 0 auto;
    }
    
    .head_logo {
        float: left;
        padding-top: 30px;
    }
    
    .head_logo img {
        height: 55px;
    }
    
    .head_name {
        font-size: 20px;
        line-height: 32px;
        float: left;
        margin-left: 20px;
        font-weight: 400;
        margin-top: 45px;
    }
    
    .head_name span {
        color: #0063e9;
    }
    
    .head_nav {
        float: left;
        margin-left: 105px;
        width: 588px;
        margin-top: 43px;
    }
    
    .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: #0063e9;
    }
    
    .head_nav li>a {
        font-size: 16px;
        position: relative;
        padding-bottom: 40px;
    }
    
    .head_nav li>a:hove {
        color: #0063e9;
    }
    
    .head_nav>ul>li>a:after {
        content: '';
        width: 100%;
        height: 2px;
        background: #0063e9;
        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: 45px;
    }
    
    .head_phone i {
        font-size: 24px;
        color: #999999;
        margin-right: 5px;
        vertical-align: top;
    }
    
    .dropmenu {
        position: absolute;
        width: 100%;
        left: 0;
        background: #333;
        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: 60px;
        color: #fff;
        font-size: 16px;
    }
    
    .dropmenu a+a {
        margin-left: 40px;
    }
    
    .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: #0063e9;
        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
    }
    /*search*/
    
    .search_big {
        height: 130px;
    }
    
    .search {
        background: #f8f8f8;
        height: 105px;
        line-height: 105px;
        position: relative;
    }
    
    #search_nr {
        width: 1400px;
        margin: 0 auto;
        height: 105px;
        border-radius: 8px;
    }
    
    #search-i {
        float: left;
        width: 30px;
        height: 33px;
        overflow: hidden;
        margin-top: 36px;
        box-sizing: border-box;
        border-bottom: 1px solid #dddddd;
    }
    
    #search-bg {
        float: left;
        width: 172px;
        height: 33px;
        line-height: 33px;
        overflow: hidden;
        padding-left: 14px;
        margin-top: 36px;
        box-sizing: border-box;
        border-bottom: 1px solid #dddddd;
    }
    
    .search-text {
        width: 873px;
        float: left;
        font-size: 14px;
        line-height: 105px;
        height: 105px;
        color: #999999;
        margin-left: 3%;
    }
    
    .search-text a {
        font-size: 15px;
        color: #999999 !important;
    }
    
    .search-text a:hover {
        font-size: 15px;
        color: #ffffff;
    }
    
    .search-text span {
        float: left;
        color: #888888;
        font-size: 15px;
    }
    
    #infoname {
        border: none;
        background: none;
        outline: none;
    }
    
    .search_name {
        float: left;
        font-size: 26px;
        color: #ffffff;
        line-height: 32px;
        position: relative;
        z-index: 5;
        padding: 34px 0;
        width: 283px;
        height: 130px;
        background: #0063e9;
        text-align: center;
    }
    /*mol*/
    
    .mol {
        padding: 91px 0;
        overflow: hidden;
        position: relative;
    }
    
    .mol_box {
        width: 1400px;
        margin: 0 auto;
        position: relative;
    }
    
    .mol_video {
        float: left;
    }
    /*视频*/
    
    .video_sp {
        float: left;
        padding: 27px 0px;
    }
    
    .ripple img {
        margin-left: 15px;
        margin-top: 12px;
        width: 32px;
        height: 32px;
    }
    
    .ripple,
    .ripple:before,
    .ripple:after {
        position: absolute;
        left: 50%;
        top: 52%;
        height: 65px;
        width: 65px;
        margin-top: -34px;
        margin-left: -33px;
        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 #fff;
        animation: ripple 3s infinite;
    }
    
    .ripple {
        padding: 6px 3px;
        background: rgba(255, 255, 255, 0.5);display: none;
    }
    
    .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: 71%;
        margin-top: -250px;
        margin-left: -575px;
        transition: 600ms ease;
        z-index: 999;
    }
    
    .video_box.cur .video,
    .video_box.cur .video_x {
        top: 40%;
        transition: 600ms ease;
    }
    
    .video_x1 {
        width: 632px;
        height: 469px;
        background: url(https://memberpic.114my.com.cn/dghenhye11/uploadfile/image/20260310/20260310083935_1195808818.jpg)no-repeat center;
        position: relative;
        float: left;
    }
    
    .video_x1:before {
        content: "";
        width: 100%;
        height: 217px;
        position: absolute;
        opacity: 0.4;
    }
    
    @-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);
        }
    }
    
    .jquery-lightbox-border-bottom-left,
    .jquery-lightbox-border-bottom-middle,
    .jquery-lightbox-border-bottom-right {
        BOTTOM: -34px !important;
    }
    
    .ripple,
    .ripple:before,
    .ripple:after {
        left: 41% !important;
        margin-left: -26px !important;
    }
    
    .mol_con {
        float: right;
        top: 0;
        right: 0;
        width: 720px;
        height: 390px;
        background: #ffffff;
    }
    
    .mol_con b {
        font-size: 50px;
        color: ##0063e9;
        line-height: 70px;
        padding-top: 20px;
        display: inline-block;
    }
    
    .mol_con p {
        font-size: 24px;
        line-height: 30px;
        color: #666666
    }
    
    .mol_con p span {
        color: #0063e9;
        margin-top: 30px;
        display: inline-block;
    }
    
    .mol_con em {
        font-size: 16px;
        line-height: 28px;
        color: #888888;
        display: inline-block;
        margin-top: 25px;
    }
    
    .mol_con a {
        font-size: 16px;
        color: #555;
        line-height: 20px;
        margin-top: 30px;
        display: inline-block;
    }
    
    .mol:after {
        content: '';
        background: url(https://memberpic.114my.com.cn/dghenhye11/uploadfile/image/20260120/20260120171341_285757493.jpg)no-repeat;
        position: absolute;
        bottom: 91px;
        right: 0;
        width: 574px;
        height: 116px;    z-index: -1;
    }
    /*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/dghenhye11/uploadfile/image/20260309/20260309134855_691412601.png)no-repeat;
        width: 43px;
        height: 9px;
        position: absolute;
        bottom: -25px;
        left: 48%;
    }
    
    .pro_tit span {
        color: 0063e9;
        font-weight: bold;
    }
    
    .pro_tit p {
        font-size: 18px;
        color: #888888;
        line-height: 30px;
    }
        /*prot*/
    
    .prot {
        padding-top: 2%;
        overflow: hidden;
    }
    
    .prot_box {
        width: 90%;
        margin: 0 auto;
    }
    
    .prot_con {}
    
    .prot_call {
        width: 100%;
        flex-shrink: 0
    }
    
    .prot_call>div {
        margin-bottom: 0 !important;
    }
    
    .prot_call:nth-child(n+4) {}
    
    .prot_call:first-child,
    .pro_call:last-child {
        /* width: 50%; */
    }
    
    .prot_call ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-bottom: 25px !important;
    }
    
    .prot_call li {
        display: flex;
        flex-direction: column;
        /* border-radius: 40px; */
        overflow: hidden;
        position: relative;
        width: 18.9%;
        /* background: #fff; */
        /* margin: 0 0.2%; */
        border: 1px solid #eee;
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), transparent);
    }
    
    .prot_call li:nth-child(n+6) {
        margin: 1.5% 0 0;
    }
    
    .prot_call li a {
        overflow: hidden;
    }
    
    .prot_call li a img {
        width: 100%;
        height: auto;
        transition: 0.8s;
        /* filter: brightness(105%); */
        object-fit: cover;
    }
    
    .prot_call li:hover img {
        transform: scale(1.1);
    }
    
    .prot_call li br {
        display: none;
    }
    
    .prot_call li span {
        bottom: 0;
        /* width: 100%; */
        padding: 5%;
        text-align: center;
        background: #f8f8f8;
    }
    
    .prot_call li span a {
        font-size: 1.15rem;
        transition: 0.5s;
        display: inline-block;
    }
    
    .prot_call li:hover span a {
        transform: translateX(10px);
    }
    
    .prot_call {
        width: 100%;
        flex-shrink: 0
    }
    
    .prot_call>div {
        margin-bottom: 0 !important;
    }
    
    .prot_call:nth-child(n+4) {}
    
    .prot_call:first-child,
    .pro_call:last-child {
        /* width: 50%; */
    }
    
    .prot_call ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-bottom: 25px !important;
    }
    
    .prot_call li {
        display: flex;
        flex-direction: column;
        /* border-radius: 40px; */
        overflow: hidden;
        position: relative;
        width: 18.9%;
        /* background: #fff; */
        /* margin: 0 0.2%; */
        border: 1px solid #eee;
    }
    
    .prot_call li:nth-child(n+6) {
        margin: 1.5% 0 0;
    }
    
    .prot_call li a {
        overflow: hidden;
    }
    
    .prot_call li a img {
        width: 100%;
        height: auto;
        transition: 0.8s;
        /* filter: brightness(105%); */
        object-fit: cover;
    }
    
    .prot_call li:hover img {
        transform: scale(1.1);
    }
    
    .prot_call li br {
        display: none;
    }
    
    .prot_call li span {
        bottom: 0;
        /* width: 100%; */
        padding: 5%;
        text-align: center;
        background: #f8f8f8;
    }
    
    .prot_call li span a {
        font-size: 1.15rem;
        transition: 0.5s;
        display: inline-block;
    }
    
    .prot_call li:hover span a {
        transform: translateX(10px);
    }
    
   .pro_tit1 {
        display: flex;
        justify-content: center;
        flex-direction: column;
        width: 100%;
        /* height: 43%; */
        align-items: center;
    }
    
    .pro_nav {
        margin: 1% 0 0;
        width: 90%;
    }
    
    .pro_nav ul {
        display: flex;
        justify-content: space-between;
        gap: 0.5vw;
    }
    
    .pro_nav li {
        width: 100%;
        display: flex;
        /* justify-content: center; */
        transition: 0.5s;
        position: relative;
        /* align-items: center; */
        /* border-bottom: 1px solid rgba(255,255,255,0.2); */
        z-index: 5;
        padding: 1% 1%;
        /* border-radius: 40px; */
        overflow: hidden;
        background: #0063e9;
    }
    
    .pro_nav li:before {
        content: '';
        width: 0;
        height: 100%;
        background: #fe0000;
        position: absolute;
        bottom: 0;
        right: 0;
        transition: 0.5s;
        z-index: -1;
        right: 0;
        /* border-radius: 40px; */
    }
    
    .pro_nav li:hover:before,
    .pro_nav li.on:before {
        width: 100%;
        right: auto;
        left: 0;
    }
    
    .pro_nav li:after {
        content: '+';
        position: absolute;
        right: 12%;
        top: 0;
        bottom: 0;
        margin: auto 0;
        font-size: 1rem;
        display: flex;
        justify-content: center;
        align-items: center;
        transition: 1s;
        color: #fff;
    }
    
    .pro_nav li.on:after {
        color: #fff;
        transform: rotate(360deg);
    }
    
    .pro_nav li.on a {
        color: #fff;
    }
    
    .pro_nav li dl {
        display: none;
    }
    
    .pro_nav li:nth-child(n+6) {}
    
    .pro_nav li i {
        font-size: 2rem;
        color: #fff;
        transition: 1s;
    }
    
    .pro_nav li:hover i {
        transform: rotateY(360deg) rotateZ(360deg);
    }
    
    .pro_nav li a {
        font-size: 1rem;
        color: #fff;
        display: block;
    overflow: hidden;
    }
    /*优势*/
    
    .pro_bc {
        width: 100%;
        position: relative;
        padding: 120px 0 0;
        margin-bottom: 100px;
    }
    
    .pro_bc:before {
        content: "";
        background: url()no-repeat center top;
        width: 100%;
        height: 150px;
        top: 0;
        left: 0;
        position: absolute;
    }
    
    .pro_cc {
        margin-top: 70px;
        max-width: 1500px;
        margin: 0 auto;
        margin-top: 3%;
    }
    
    .pro_cc ul {
        display: flex;
        justify-content: space-between;
    }
    
    .pro_cc ul li {
        width: 24%;
        background: #fff;
        padding: 34px 34px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        overflow: hidden;
        box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.1);
        transition: all .5s;
    }
    
    .pro_cc ul li span {
        font-size: 55px;
        color: #333;
    }
    
    .pro_cc ul li span.iconfont.icon-zan {
        font-size: 72px !important;
    }
    
    .pro_cc ul li b {
        font-size: 24px;
        color: #333;
        font-weight: normal;
        margin: 24px 0 19px;
    }
    
    .pro_cc ul li p {
        font-size: 18px;
        color: #333;
        text-transform: uppercase;
    }
    
    .pro_img img {
        width: 100%;
    }
    
    .wz_tp {
        position: relative;
        transition: all .5s;
        overflow: hidden;
        display: flex;
        align-items: center;
        margin: 15px 0;
    }
    
    .wz_tp>div {
        flex-shrink: 0;
        width: 100%;
    }
    
    .pro_info {
        font-size: 15px;
        color: #333;
        line-height: 30px;
        text-align: center;
        transition: all .5s;
    }
    
    .pro_img {
        transition: all .5s;
        transform: translateX(180px);
    }
    
    a.pro_btn {
        display: block;
        width: 115px;
        height: 34px;
        background: #145fbc;
        font-size: 16px;
        color: #fff;
        line-height: 34px;
        text-align: center;
        border-radius: 20px;
        transition: all .5s;
    }
    
    .pro_cc ul li:hover .pro_info {
        transform: scale(0);
        position: absolute;
    }
    
    .pro_cc ul li:hover .pro_img {
        transform: translateX(0);
    }
    
    .pro_cc ul li:hover span,
    .pro_cc ul li:hover b,
    .pro_cc ul li:hover p {
        color: #f8b42b;
    }
    
    .pro_cc ul li:hover a.pro_btn {
        width: 100%;
        border-radius: 0;
    }
    
 
    .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: #0063e9;
        border-radius: 40px;
        margin: 0 13px;
        transition: 0.5s;
    }
    
    .pro_more a:first-child {
        background: url(https://memberpic.114my.com.cn/dghenhye11/uploadfile/image/20260120/20260120171229_1573934922.png)no-repeat #fe0000 120px 14px;
    }
    
    .pro_more a:last-child {
        background: url(https://memberpic.114my.com.cn/dghenhye11/uploadfile/image/20260120/20260120171230_1072650772.png)no-repeat #0063e9 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/dghenhye11/uploadfile/image/20260309/20260309134855_691412601.png)no-repeat;
        width: 43px;
        height: 9px;
        position: absolute;
        bottom: -25px;
        left: 48%;
    }
    
    .int_tit span {
        color: 0063e9;
        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;
        padding: 63px 36px;
        text-align: center;
        transition: 0.5s;
        cursor: pointer;
    }
    
    .int_con li.on {
        height: 350px;
        transition: 0.5s;
        background: #0063e9;
        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: #0063e9;
        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;
    }
    /*mod*/
    
    .mod {
        width: 100%;

        height: 286px;
        padding: 62px 0;
    }
    
    .mod_box {
        width: 1400px;
        margin: 0 auto;
        position: relative;
        display: flex;
        justify-content: flex-end;
        align-items: flex-end;
    }
    
    .mod_box:after {
        content: '';
        width: 416px;
        height: 500px;
        position: absolute;
        top: -140px;
        left: 0;
    }
    
    .mod_con {
        color: #ffffff;
        margin-right: 10%;
    }
    
    .mod_con b {
        font-size: 42px;
        line-height: 44px;
    }
    
    .mod_con em {
        font-size: 22px;
        font-weight: lighter;
        line-height: 46px;
        display: block;
        width: 471px;
        height: 46px;
        padding-left: 16px;
        margin: 23px 0 23px 0;
    }
    
    .mod_con p {
        font-size: 21px;
        line-height: 25px;
    }
    
    .mod_con p span {
        font-size: 12px;
        line-height: 18px;
        color: #fff;
        display: block;
        letter-spacing: -0.38px;
    }
    
    .mod_phone {
        color: #ffffff;
    }
    
    .mod_phone p {
        background: url()no-repeat 0 12px;
        font-size: 16px;
        padding-left: 60px;
        margin-bottom: 15px;
    }
    
    .mod_phone p span {
        font-size: 29px;
        line-height: 32px;
        display: block;
        font-family: Arial;
    }
    
    .mod_phone a {
        font-size: 16px;
        color: #ffffff;
        width: 122px;
        height: 37px;
        line-height: 35px;
        text-align: center;
        border: 1px solid #ffffff;
        border-radius: 10px;
        display: inline-block;
        position: relative;
        z-index: 2;
    }
    
    .mod_phone a+a {
        margin-left: 12px;
    }
    
    .mod_phone a:before,
    .mod_phone a:after {
        position: absolute;
        content: "";
        width: 0%;
        height: 0%;
        border: 1px solid;
        border-radius: 10px;
        z-index: -1;
        transition: all 0.3s ease;
    }
    
    .mod_phone a:before {
        top: 2px;
        left: 2px;
        border-bottom-color: transparent;
        border-right-color: transparent;
        border-top-color: #fff;
        border-left-color: #fff;
    }
    
    .mod_phone a:hover:before,
    .mod_phone a:hover:after {
        border-color: #fff;
        height: 100%;
        width: 100%;
    }
    
    .mod_phone a:hover:before,
    .mod_phone a:hover:after {
        border-color: #fff;
        height: 100%;
        width: 100%;
    }
    
    .mod_phone a:after {
        bottom: 2px;
        right: 2px;
        border-top-color: transparent;
        border-left-color: transparent;
        border-bottom-color: #fff;
        border-right-color: #fff;
    }
    
    .mod_phone a:hover {
        border: none;
    }
    /*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/dghenhye11/uploadfile/image/20260120/20260120090441_1599770274.png)no-repeat;
        width: 43px;
        height: 9px;
        position: absolute;
        bottom: -25px;
        left: 48%;
    }
    
    .appli_tit span {
        color: 0063e9;
    }
    
    .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 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: -55px;
    }
    
    .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: #0063e9;
        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: #0063e9;
        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: #0063e9;
        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: #0063e9;
        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(https://memberpic.114my.com.cn/dghenhye11/uploadfile/image/20260120/20260120171026_1839310863.png)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/dghenhye11/uploadfile/image/20260120/20260120090441_1599770274.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: #0063e9;
        transition: 0.5s;
    }
    
    .adv_nav li.on i {
        color: #0063e9;
        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/dghenhye11/uploadfile/image/20260309/20260309134855_691412601.png)no-repeat;
        width: 43px;
        height: 9px;
        position: absolute;
        bottom: -25px;
        left: 48%;
    }
    
    .case_tit span {
        color: 0063e9;
    }
    
    .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: #0063e9;
        background: url(https://memberpic.114my.com.cn/dghenhye11/uploadfile/image/20260120/20260120170955_2097580921.png)160px 21px no-repeat;
        float: left;
    }
    
    .news_Cen span {
        color: #0063e9;
    }
    
    .news_Cen p {
        font-size: 18px;
        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: 180px;
        float: left;
        background: #0063e9;
        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: #0063e9;
    }
    
    .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;
    }
    
    .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: 540px;
        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: #fe0000;
        color: #ffffff;
        transition: 0.5s;
    }
    
    .news_dyn li.on:after {
        content: "";
        width: 0px;
        height: 0px;
        border-top: 9px solid #fe0000;
        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/dghenhye11/uploadfile/image/20260120/20260120100214_1934213015.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: #fff;
}

#b_nav_bg li.on {
    background: #0063e9;
    color: #fff;
}

#b_nav_bg li.on a {
    color: #fff;
}

#b_nav_bg li.on a:hover {
    font-size: 15px;
    color: #fff;
}

#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: 36px;
}

#b_nav_bg li .b_bottom b {
font-weight: normal;
    font-size: 35px;
    color: #fff;
    display: block;
    font-family: Arial;
}

#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: #0063e9;
    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: 16px;
    }
    
    .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(0, 0, 0, 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/dghenhye11/uploadfile/image/20260120/20260120170927_932253109.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: #0063e9;
    }
    
    .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() no-repeat;
    }
    
    .super-next {
        width: 22px;
        height: 40px;
        position: absolute;
        right: 10%;
        top: 37%;
        margin-top: -20px;
        z-index: 5;
        background: url() 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/dghenhye11/uploadfile/image/20260120/20260120170856_1815079458.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: #0063e9;
        font-weight: bold;
        margin: auto;
        padding-bottom: 20px;
    }
    
    .super-con dd p {
        font-size: 16px;
        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: 200px;
        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;
        text-align: center;
        font-weight: normal;
        width: 28px;
        line-height: 28px;
        height: 28px;
        display: inline-block;
        font-family: "Arial";
        position: absolute;
        bottom: 10px;
        right: 50px;
        border-radius: 100%;
        background: #0063e9;
    }
    
    .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/dghenhye11/uploadfile/image/20260120/20260120104350_495410400.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: #0063e9;
        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: 0px 0 0 60px;
        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;
        width: 181px;
        height: 44px;
        line-height: 44px;
        text-align: center;
        font-weight: normal;
        font-size: 16px;
        color: #ffffff;
            background: #0063e9;
    }
    
    .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: 186px;
        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: #0063e9;
    }
    
    .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: 16px;
        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/dghenhye11/uploadfile/image/20260120/20260120170825_1017934460.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: #0063e9;
    }
    
    .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: 10px !important;
        overflow: hidden;
        width: 22%;
    }
    
    .appli_call tr td img {
        -webkit-transition: .8s;
        -o-transition: .8s;
        transition: .8s;
        width: 100%;
        height: auto;
    }
    

    .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: #0063e9;
        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;
    }