* {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
        list-style: none;
        font-family: Arial, Helvetica, sans-serif;
    }
    
    body {
        font-size: 14px;
        min-width: 1300px;
        overflow-x: hidden;
        color: #333;
    }
    
    a {
        text-decoration: none;
        font-size: 14px;        color: #333;
    }
    
    address,
    caption,
    cite,
    code,
    dfn,
    em,
    th,
    var,
    optgroup,
    i {
        font-style: inherit;
        font-weight: inherit;
    }
    
    img {
        vertical-align: top;
        border: none;
    }
    
    input,
    textarea {
        outline: none;
        border: none;
    }
    
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        font-weight: normal;
    }
    
    .fr {
        float: right;
    }
    
    .fl {
        float: left;
    }
    
    .w1500,
    .page,
    .gy,
    .box {
        max-width: 1600px;
        min-width: 1400px;
        width: 100%;
        margin: 0 auto;
    }
    
    .clear,
    .cl {
        height: 0;
        overflow: hidden;
        clear: both;
    }
    
    .dfs {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    
    .db>div,
    .lb>li,
    .dd>dl {
        display: inline-block;
        vertical-align: top;
    }
    /*heade*/
    
    .head_bc {
        width: 100%;
        position: relative;
    }
    
    .head_c {
        display: flex;
        height: 100px;
        align-items: center;
        position: relative;
        z-index: 99;
        justify-content: space-between;
        padding: 0 2%;        background: #fff;
        box-shadow: 0px 0px 20px rgb(0, 0, 0, 0.35);position: fixed;width: 100%;
    }
    
    .nav_bc {
        width: 100%;
        top: 0;
        left: 0;
        z-index: 180;
        border-bottom: 1px solid rgba(255, 255, 255, .14);
        transition: all 0.5s ease;
        background: none;
        box-shadow: none;
    }
    
    .nav_bc.on,
    .nav_bc:hover {

    }
    
    .nav_bc.on .head_c {}
    
    .nav_bc.on .hea_logo img {height: 60px;}
    
    .nav_bc.on .hea_logo>p span {
        color: #cc0b1a;
    }
    
    .nav_bc:hover .hea_logo>p span {
        color: #cc0b1a;
    }
    
    .nav_bc .hea_logo>p span {
        display: block;
        color: #fff;
    }
    
    .nav_bc:hover .hea_logo>p,
    .nav_bc.on .hea_logo>p {
        color: #333;
    }
    
    .hea_logo>p {
        font-size: 22px;
        margin-left: 20px;
        color: #fff;
        font-weight: bold;
        line-height: 30px;
    }
    
    .nav_c>li>a,
    .icon>div i,
    .icon_pho .irh span,
    .nav_rc a,
    .nav_rc span {
        color: #fff;
    }
    
    .nav_bc.on .nav_c>li>a,
    .nav_bc.on .icon>div i,
    .nav_bc.on .icon_pho .irh span,
    .nav_bc.on .nav_rc a,
    .nav_bc.on .nav_rc span {
        color: #333;
    }
    
    .nav_bc:hover .nav_c li a,
    .nav_bc:hover .icon>div i,
    .nav_bc:hover .icon_pho .irh span,
    .nav_bc:hover .nav_rc a,
    .nav_bc:hover .nav_rc span {
        color: #333;
    }
    
    .hea_logo .two,
    .nav_bc.on .hea_logo .one {
        display: none;
    }
    
    .hea_logo .one,
    .nav_bc.on .hea_logo .two {
        display: block;
    }
    
    .hea_logo .two,
    .nav_bc:hover .hea_logo .one {
        display: none;
    }
    
    .hea_logo .one,
    .nav_bc:hover .hea_logo .two {
        display: block;
    }
    
    .hea_logo>i {
        width: 1px;
        height: 46px;
        background: #fff;
        margin: 0 22px;
    }
    
    .hea_logo {
        display: flex;
        align-items: center;
    }
    
    .pc_top_logo img {

    }
    
    .menu {
        float: right;
        height: 100px;
    }
    
    .menu>ul {
        float: left;
    }
    
    .menu>ul:after {
        clear: both;
        display: block;
        content: '';
    }
    
    .menu>ul>li {
        float: left;
        padding: 0 1vw;
        height: 100px;
    }
    
    .menu>ul>li>a {
        position: relative;
        display: block;
        height: 100px;
        color: #fff;
        font-weight: 200;
        font-size: 0.89vw;
        line-height: 100px;
    }
    
    .menu>ul>li>a:after {
        position: absolute;
        bottom: 35px;
        left: 0;
        display: block;
        width: 0%;
        height: 1px;
        content: '';
        transition: .3s all ease;
    }
    
    .nav_white .menu>ul>li>a>i {
        position: absolute;
        top: 50%;
        right: -25px;
        display: inline-block;
        margin: -6px 5px 0;
        width: 13px;
        height: 6px;
        vertical-align: middle;
        opacity: .5;
    }
    
    .menu>ul>li.navcurrent>a:after,
    .menu>ul>li:hover>a:after {
        width: 100%;
    }
    
    .nav_white .menu>ul>li {
        height: 100px;
    }
    
    .nav_white .menu>ul>li>a {
        height: 100px;
        color: #333;
        line-height: 100px;
    }
    
    .nav:hover .menu>ul>li>a {
        color: #333;
    }
    
    .menu>ul>li:hover {
        border-bottom: 3px #cc0b1a solid;
    }
    
    .nav_white .menu>ul>li>a:after {
        bottom: 25px;
    }
    
    .nav_white .menu>ul>li.navcurrent>a,
    .nav_white .menu>ul>li:hover>a {
        color: #333;
    }
    
    .nav_white .erji_menu {
        top: 80px;
    }
    
    .top_button {
        position: absolute;
        right: 0;
        float: right;
        padding: 35px 0;
        width: 110px;
        height: 40px;
    }
    
    .top_button .top_search {
        right: 0;
        z-index: 3;
    }
    
    .top_button .top_tel p {
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        padding: 0 25px;
        color: #999;
        font-weight: 200;
        font-size: 16px;
        font-family: arial;
        line-height: 30px;
        opacity: 0;
        transition: .3s all ease-in-out .2s;
    }
    
    .top_button .top_search:hover,
    .top_button .top_tel:hover {
        width: 170px;
        border: 1px solid #7bbcfe;
        background: #fff;
    }
    
    .top_button .top_tel:hover p {
        opacity: 1;
    }
    
    .top_button #search-i input,
    .top_button .top_tel i {
        position: absolute;
        top: 0;
        right: 0;
        z-index: 2;
        display: block;
        box-sizing: content-box;
        padding: 7px;
        width: 16px;
        height: 16px;
        border: 0 none;
        border-radius: 50px;
        cursor: pointer;
        transition: .3s all ease-in-out;
    }
    
    .top_button .top_tel i img {
        display: block;
        width: 100%;
        height: auto;
    }
    
    #banner {
        position: relative;
        z-index: 0;
    }
    
    .menu li>.nav2 {
        position: absolute;
        top: 100px;
        left: -76px;
        z-index: 99;
        display: none;
        border-top: 10px #eee solid;
        box-shadow: 0 0 15px rgba(204, 204, 204, .4);
    }
    
    .menu li>.nav2 a {
        display: block;
        padding: 0 40px;
        width: 260px;
        height: 52px;
        border-bottom: none;
        background: #fff;
        color: #666;
        font-weight: 100;
        font-size: 16px;
        line-height: 52px;
    }
    
    .menu li>.nav2 a:hover {
        padding-left: 60px;
        background: #eee;
        color: #333;
    }
    
    .nav2 b {
        color: #666;
    }
    
    .nav_white .top_button {
        padding: 35px 0;
    }
    
    .nav_bc.on .menu>ul>li>a,
    .nav_bc:hover .menu>ul>li>a {
        color: #222;
    }
    /*下拉*/
    
    .nav_xlbox {
        width: 100%;
        margin-top: 10px;
    }
    
    .nav_dbt {
        font-size: 26px;
        color: #333333;
        border-bottom: 1px #efefef solid;
        padding-bottom: 20px;
    }
    
    .nav_dht {
        margin-top: 30px;
    }
    
    .nav_dht a {
        display: block;
        height: 40px;
        line-height: 40px;
        font-size: 18px;
        color: #333333;
        width: 16.666%;
        float: left;
        margin-bottom: 35px;
    }
    
    .nav_dht a:nth-child(3n+1) {
        margin-left: 0px !important;
    }
    
    .menu li dl {
        transition: all 0.3s;
        position: absolute;
        height: 0px;
        z-index: 0;
        overflow: hidden;
        width: 100%;
    }
    
    .menu li.dhh dl {
        height: auto !important;
        width: 100%;
        background: #f8f8f8;
        position: absolute;
        top: 100px;
        left: 0;
        display: block;
        z-index: 10000;
        padding: 20px;
        overflow: hidden;
    }
    
    .menu li.dhh dl.juli {}
    
    .menu li.dhh dd {
        width: 1300px;
        display: block;
        overflow: hidden;
        padding: 30px 0px 15px;
        margin: auto;
    }
    
    .menu li.dhh dd span {
        width: 40px;
        height: 40px;
        background: #333333;
        text-align: center;
        line-height: 40px;
        border-radius: 50%;
        font-size: 25px;
        font-family: Arial;
        float: left;
        color: #fff;
        margin-right: 15px;
    }
    
    .nav_dht a:hover {
        color: #cc0b1a;
    }
    
    .menu li.dhh dd a:hover span {
        background: #cc0b1a;
    }
    
    .nav_xl1 {
        width: 100%;
    }
    
    .nav_xl1 li {
        width: calc(100%/3);
        float: left;
        padding: 0 30px;
    }
    
    .nav_xl1 li p {
        font-size: 20px;
        text-align: center;
        color: #cc0b1a;
        display: block;
        line-height: 50px;
        transition: all 0.3s;
    }
    
    .nav_xl1 li:hover p {
        color: #cc0b1a;
    }
    
    .nav_bc:hover .searchIcon {
        background: url(https://memberpic.114my.com.cn/dg177580/uploadfile/image/20260421/20260421200548_258119568.png)no-repeat center;
    }
    
    .searchIcon {
        height: 100px;
        background: url("//memberpic.114my.com.cn/dg177580/uploadfile/image/20260421/20260421200548_258119568.png") no-repeat center;
        cursor: pointer;
        transition: all 0.3s;
        width: 3vw;
        float: left;
        margin-left: 1vw;
    }
    
    .slideDown {
        display: none;
        text-align: center;
        font-size: 0;
        overflow: hidden;
        position: absolute;
        right: 0;
        top: 100%;
        width: 100%;
        height: 204px;
        background: rgba(250, 250, 250, 0.9);
        z-index: -1;
    }
    
    .slideDown .searchBox {
        overflow: hidden;
        display: inline-block;
        width: 78%;
        height: 80px;
        margin-top: 50px;
        margin-bottom: 15px;
        background: #fff;
        border-radius: 50px;
    }
    
    .slideDown .searchBox {
        *display: inline
    }
    
    .slideDown .searchHot {
        font-size: 15px;
        color: #333;
        font-weight: 100;
    }
    
    .slideDown .searchHot a {
        color: #333;
        font-size: 16px;
    }
    
    .slideDown .searchBox input[type='text'] {
        font-size: 14px;
        color: #666;
        float: left;
        width: 840px;
        height: 100%;
        border: none;
        outline: none;
        background: none;
        line-height: 60px;
        margin-left: 25px;
        font-size: 14px;
        color: #666;
    }
    
    .search-bg {
        width: 94%;
        height: 60px;
        line-height: 60px;
        padding-left: 10px;
        float: left;
    }
    
    .search-i {
        width: 32px;
        overflow: hidden;
        height: 32px;
        float: left;
        margin-top: 28px;
    }
    
    .nav_r {
        float: right;
        width: 15vw;
    }
    
    .nav_lx {
        float: right;
        background: url(https://memberpic.114my.com.cn/dg177580/uploadfile/image/20260425/20260425110609_1495226622.png)left no-repeat;
        padding-left: 43px;
        font-size: 1.25vw;
        font-family: Impact;
        color: #fff;
        margin-top: 20px;
    }
    
    .nav_bc:hover .nav_lx,
    .nav_bc.on .nav_lx {
        background: url(https://memberpic.114my.com.cn/dg177580/uploadfile/image/20260425/20260425110609_1495226622.png)left no-repeat;
        color: #cc0b1a;
    }
    /*banner*/
    
    .bann {
        overflow: hidden;margin-top: 100px;

    }
    
    .slider {
        width: 100%;
    }
    
    .slick-slide {
        height: auto;
    }
    
    .slick-slide img {
        width: 100%;
    }
    
    .slick-prev {
        left: 38px;
        z-index: 99;
    }
    
    .slick-next {
        right: 40px;
    }
    
    .slick-dots {
        bottom: 32px;
    }
    
    .slick-dotted.slick-slider {
        margin-bottom: 0;
    }
    
    .slick-prev:before,
    .slick-next:before {
        font-size: 34px;
        font-family: "zxi";
    }
    
    .slick-dots li {
        margin: 0 2px !important;
    }
    
    .slick-dots li button {
        font-size: 0 !important;
        position: absolute;
    }
    
    .slick-dots li button:before {
        color: #fff;
        opacity: 1;
        font-size: 42px;
    }
    
    .slick-dots li.slick-active button:before {
        color: #cc0b1a;
    }
    
    .bann.slick-dotted .slick-prev {
        left: -52px;
        transition: all 0.5s;
    }
    
    .bann.slick-dotted:hover .slick-prev {
        left: 38px;
    }
    
    .bann.slick-dotted .slick-next {
        right: -52px;
        transition: all 0.5s;
    }
    
    .bann.slick-dotted:hover .slick-next {
        right: 38px;
    }
    
    .bann .slick-prev:before,
    .bann .slick-next:before {
        width: 36px;
        height: 52px;
        background: rgba(0, 0, 0, 0.8) url("data:image/svg+xml,%3Csvg viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath d='M662.268422 511.010463 280.997835 892.299469c-14.785751 14.808264-14.785751 38.796608 0 53.562916 14.788821 14.807241 38.776142 14.807241 53.584406 0l408.226518-408.230612c14.789844-14.790868 14.789844-38.777165 0-53.585429-1.01512-1.020236-2.099824-1.976004-3.206018-2.843768L333.797365 75.350129c-14.808264-14.788821-38.795585-14.788821-53.607942 0-14.762215 14.808264-14.762215 38.796608 0 53.585429L662.268422 511.010463 662.268422 511.010463 662.268422 511.010463zM662.268422 511.010463' %20fill%3D'%23ffffff' %3E%3C/path%3E%3C/svg%3E")center no-repeat;
        line-height: 52px;
        display: block;
        top: calc(50% - 26px);
    }
    
    .bann .slick-prev:before {
        content: '';
        display: block;
        left: 0;
        transform: rotate(180deg);
    }
    
    .bann .slick-next:before {
        content: '';
        right: 0;
    }
    
    .bann .slick-slide {
        position: relative;
        z-index: 1;
    }
    
    .bann .slick-slide:after {
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 1;
    }
    
    .ban_text2 {
        position: absolute;
        top: 50%;
        transform: translateY(-50%) translateX(90%);
        background: rgba(0, 0, 0, 0.7);
        padding: 3%;
        text-align: center;
        border-radius: 0 30px 0 30px;
        z-index: 2;
    }
    
    .ban_text2 p.t1s {
        font-size: 3vw;
        color: #fff;
        font-weight: bold;
        line-height: 2.8vw;
    }
    
    .ban_text2 p.t2s {
        font-size: 1vw;
        color: #fff;
        text-transform: uppercase;
        font-weight: bold;
        margin-top: 1.3vw;
        line-height: 2.7vw;
    }
    
    .ban_text2 p.t2s em {
        border: 1px solid #fff;
        padding: 10px 24px;
    }
    
    .ban_text2 p.t2s em+em {
        margin-left: 22px;
    }
    
    .ban_text2 p.t0 {
        font-size: 2.5vw;
        color: #fff;
        line-height: 2.5vw;
        margin-top: 1.3vw;
    }
    
    .bann div.slick-current .t1 {
        -webkit-animation-name: page1;
        animation-name: page1;
        -webkit-animation-duration: .6s;
        animation-duration: .6s;
        -webkit-animation-delay: 0.3s;
        animation-delay: 0.3s;
        -webkit-animation-fill-mode: backwards;
        animation-fill-mode: backwards;
    }
    
    .bann div.slick-current .t1x {
        -webkit-animation-name: page1;
        animation-name: page1;
        -webkit-animation-duration: .6s;
        animation-duration: .6s;
        -webkit-animation-delay: 0.3s;
        animation-delay: 0.3s;
        -webkit-animation-fill-mode: backwards;
        animation-fill-mode: backwards;
    }
    
    .bann div.slick-current .t2 {
        -webkit-animation-name: page1;
        animation-name: page1;
        -webkit-animation-duration: .4s;
        animation-duration: .4s;
        -webkit-animation-delay: .8s;
        animation-delay: 0.8s;
        -webkit-animation-fill-mode: backwards;
        animation-fill-mode: backwards;
    }
    
    .ban_text2 {
        -webkit-animation-name: page1;
        animation-name: page1;
        -webkit-animation-duration: .4s;
        animation-duration: .4s;
        -webkit-animation-delay: .8s;
        animation-delay: 0.8s;
        -webkit-animation-fill-mode: backwards;
        animation-fill-mode: backwards;
    }
    
    @-webkit-keyframes page1 {
        from {
            opacity: 0;
            -webkit-transform: translate3d(0, 30px, 0);
            transform: translate3d(0, 30px, 0);
        }
        to {
            opacity: 1;
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
        }
    }
    
    @keyframes page1 {
        from {
            opacity: 0;
            -webkit-transform: translate3d(0, 30px, 0);
            transform: translate3d(0, 30px, 0);
        }
        to {
            opacity: 1;
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
        }
    }
    
    .ban_text1 {
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        margin: auto;
        text-align: center;
        z-index: 2;
    }
    
    .ban_text1 b {
        font-size: 2vw;
        color: #fff;
        font-weight: bold;
        line-height: 2.8vw;
        padding: 16px 32px;
        position: relative;
        z-index: 1;
    }
    
    .ban_text1 b:before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        background: #cc0b1a;
        z-index: -1;
        left: 0;
        top: 0;
        transform: skewX(345deg);
    }
    
    .ban_text1 b:after {
        content: '';
        width: 102%;
        height: 120%;
        background: #cc0b1a;
        opacity: 0.5;
        position: absolute;
        left: -1%;
        top: -1%;
        right: 0;
        bottom: 0;
        margin: auto;
        z-index: -2;
        transform: skewX(345deg);
    }
    
    .ban_text3 {
        position: absolute;
        top: 49%;
        left: 50%;
        margin-left: -39%;
        transform: translateY(-50%);
        text-shadow: 3px 3px 0px rgba(0, 0, 0, 0.4);
        z-index: 2;
    }
    
    .ban_text3 p.t1 {
        font-size: 2.8vw;
        color: #fff;
        font-weight: bold;
        line-height: 2.8vw;
        margin-top: 1.1vw;
    }
    
    .ban_text3 p.t1x {
        font-size: 2vw;
        color: #fff;
        font-weight: bold;
        line-height: 2.8vw;
        margin-top: 1vw;
    }
    
    .ban_text3 p.t2 {
        font-size: 1vw;
        color: #fff;
        text-transform: uppercase;
        font-weight: bold;
        margin-top: 1.3vw;
        line-height: 2.7vw;
    }
    
    .ban_text3 p.t2 em {
        border: 1px solid #fff;
        padding: 10px 24px;
    }
    
    .ban_text3 p.t2 em+em {
        margin-left: 22px;
    }
    
    .title {
        text-align: center;
    }
    
    .title>b {
        display: block;
        font-size: 56px;
        text-transform: uppercase;
        color: #ececec;
    }
    
    .title>i {
        font-size: 40px;
        line-height: 38px;
        font-weight: bold;
        position: relative;
        padding-bottom: 20px;
        margin-top: -32px;
        display: block;
    }
    
    .title>i:after {
        position: absolute;
        content: "";
        width: 38px;
        height: 4px;
        background: #e60115;
        bottom: 0;
        left: 50%;
        margin-left: -19px;
    }
    
    .title>em {
        font-size: 17px;
        margin-top: 14px;
        color: #999;
        display: block;
    }
    /*产品*/
    
    .pro_con {
        margin: 40px auto 0;
    }
    
    .product_boxx {
        margin-top: 50px;
    }
    
    .prod_box {
        width: 100%;
        overflow: hidden;
        padding: 80px 0;
        background: url(https://memberpic.114my.com.cn/dg177580/uploadfile/image/20260421/20260421200427_342351359.jpg)center no-repeat;
    }
    
    .pr_boxs {
        max-width: 1500px;
        margin: 0 auto;
    }
    
    .contentbt {
        width: 100%;
    }
    
    .pc_left {
        width: 100%;
        height: 50px;
        overflow: hidden;
        margin: auto;
    }
    
    .pcl_list {
        width: 100%;
        height: 70px;
        position: relative;
        margin: auto;
    }
    
    .pcl_list table {
        width: 100%;
        margin: auto;
    }
    
    .pcl_list tr {
        display: inline-block;
        vertical-align: top;
        height: 70px;
        position: relative;
        width: calc(100%/4);
    }
    
    .lasttname {
        bottom: 0;
        left: 30px;
    }
    
    .pcl_list tr td {
        display: block;
        height: 70px !important;
        text-align: center;
        width: 100%;
    }
    
    .pcl_list tr:nth-child(1) td {
        margin-left: 0px !important;
    }
    
    .pcl_list tr td b {
        font-size: 0;
    }
    
    .pcl_list tr td b a {
        display: block;
        line-height: 50px;
        transition: 500ms ease;
        position: relative;
    }
    
    .pcl_list tr td a {
        font-size: 18px;
    }
    
    .pcl_list tr.cur td b a {
        transition: 500ms ease;
        border-radius: 5px;
        color: #ffffff !important;
        background: #cc0b1a;
    }
    
    .pcl_list #showtyepname div {
        font-size: 0;
    }
    
    .pcl_list #showtyepname a {
        font-size: 16px;
        display: inline-block;
        padding-left: 45px;
        line-height: 62px;
        position: relative;
        color: #333 !important;
    }
    
    td#showtyepname {
        background: #fff !important;
    }
    
    .pcl_list #showtyepname a:before {
        content: '∧';
        width: 6px;
        height: 6px;
        border-radius: 6px;
        border: 1px solid #c5c5c5;
        position: absolute;
        top: 50%;
        left: 26px;
        margin-top: -4px;
    }
    
    .pcl_list #showtyepname a:hover:before {
        border: 1px solid #072fa9;
    }
    
    .show_list {
        overflow: hidden;
        padding: 50px;
        background: #f8f8f8;
    }
    
    .solu_zb {
        width: 537px;
        height: 326px;
    }
    
    .solu_zb img {
        width: 537px;
        height: 326px;
    }
    
    .pc_right li+li,
    .pc_right li td br {
        display: none;
    }
    
    .pc_right li tr {
        font-size: 0;
        display: block;
    }
    
    .pc_right li tr+tr {
        margin-top: 33px;
    }
    
    .pc_right li td {
        width: 377px;
        display: inline-block;
        vertical-align: top;
        background: #fff;
        border: 2px solid #f2f2f2;
        position: relative;
        transition: 500ms;
    }
    
    .pc_right li td:hover {
        border-color: #072fa9;
        transition: 500ms;
    }
    
    .pc_right li td+td {
        margin-left: 33px;
    }
    
    .pc_right li td span {
        border-top: 1px solid #f2f2f2;
    }
    
    .pc_right li td span,
    .pc_right li td span a {
        display: block;
        line-height: 62px;
    }
    
    .pc_right li td span a {
        font-size: 15px;
        color: #333;
        transition: 500ms;
    }
    
    .pc_right li td:hover span a {
        color: #072fa9;
        transition: 500ms;
    }
    /*产品切换*/
    
    .prod_wt {
        position: relative;
    }
    
    .prod_img {
        margin: auto;
        float: left;
        width: 100%;
    }
    
    .prod_img .divproduct_new_div_item {
        display: block;
        float: left;
        width: calc(99%/4);
        margin-left: 5px;
        overflow: hidden;
        cursor: pointer;
        padding-left: 10px !important;
        position: relative;
    }
    
    .divproduct_new_div_item_content {
        position: absolute;
        top: 44%;
        height: 78px;
        width: 100%;
        box-sizing: border-box;
        z-index: 9999;
        text-align: center;
    }
    
    .product_div_item_pic img {
        width: 100%;
        transition: all 0.5s;    height: auto;
    }
    
    .divproduct_new_div_item_title a {
        color: #fff;
        margin-bottom: 5px;
        display: block;
        padding: 5px 15px;
        opacity: 0;
        font-size: 20px;
    }
    
    .prod_img .divproduct_new_div_item:hover .divproduct_new_div_item_title a {
        opacity: 1;
    }
    
    .divproduct_new_div_item_body {
        display: none;
    }
    
    .divproduct_new_div_item_content,
    .divproduct_new_div_item_title a,
    .divproduct_new_div_item_body {
        transition: 0.5s all ease;
    }
    
    .prod_img .divproduct_new_div_item:hover .divproduct_new_div_item_body {
        color: #fff;
    }
    
    .prod_in .divproduct_new_div .divproduct_new_div_item {
        width: 401px;
        float: left;
        height: 296px;
        margin-right: 20px;
        position: relative;
        overflow: hidden;
        border: 1px #f3f4f5 solid;
        background: #fff;
    }
    
    .product_div_item_pic a {
        display: block;
        width: 100%;
        overflow: hidden;
        font-weight: 100
    }
    
    .prod_in .divproduct_new_div .divproduct_new_div_item .product_div_item_pic a img {
        width: 100%;
        transition: all .3s linear;
    }
    
    .prod_img .divproduct_new_div_item:nth-child(5),
    .prod_img .divproduct_new_div_item:nth-child(1),prod_img .divproduct_new_div_item:nth-child(9) {
        margin-left: 0px !important;
    }
    
    .prod_img .divproduct_new_div_item:nth-child(n+5) {
        margin-top: 10px !important;
    }
    
    .product_div_item_pic {
        position: relative;
    }
    
    .product_div_item_pic a:after {
        content: "";
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.2);
        top: 0;
        left: 0;
        position: absolute;
        transition: all 0.3s;
        opacity: 0
    }
    
    .prod_img .divproduct_new_div_item:hover .product_div_item_pic a:after {
        opacity: 1;
    }
    
    .pro_more {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 560px;
        height: 54px;
        background: #fff;
    border-radius: 30px;
        margin: 60px auto 0;
        background: #cc0b1a;
        transition: all .5s;

    }
    
    .pro_more a {
font-size: 30px;
font-weight: bold;
        color: #fff;
        text-decoration: none;
    }
    

    /*ys*/
    
    .ys {
        margin-bottom: 80px;
    }
    
    .cust_c {
        width: 1600px;
        height: 600px;
        overflow: hidden;
        padding-top: 50px;margin: 0 auto;
    }
    
    .cust_c ul {
        width: 100%;
        height: 600px;
    }
    
    .cust_c li {
        width: 15.24%;
        float: left;
        position: relative;
        cursor: pointer;
        height: 600px;
        box-sizing: border-box;
        -webkit-transition: all .2s linear;
        transition: all .2s linear;
    }
    
    .cust_c li:last-child {
        border: 0;
    }
    
    .cust_c li:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.3);
        bottom: 0;
        left: 0;
    }
    
    .cust_c li .shu2 h3 {
        position: relative;
        text-align: center;
    }
    
    .cust_c li .shu2 h3 b {
        display: block;
        font-size: 30px;
        line-height: 48px;
    }
    
    .cust_c li .shu2 h3 em {
        display: block;
        margin-top: 360px;
        font-size: 16px;
        color: #fff;
        font-family: Arial;
        text-transform: uppercase;
    }
    
    .cust_c li .shu2 h3:before {
        content: "";
        position: absolute;
        width: 1px;
        height: 212px;
        background: rgba(255, 255, 255, 1);
        left: 50%;
        top: 165px;
    }
    
    .cust_c li .shu2 {
        width: 100%;
        height: 68%;
        left: 0;
        position: absolute;
        top: 24%;
        color: #fff;
    }
    
    .cust_c li .bock {
        display: none;
        width: 90%;
        position: absolute;
        bottom: 130px;
        left: 5%;
        height: 115px;
        white-space: nowrap;
    }
    
    .cust_c li .bock .cust_wz h4 b {
        display: block;
        font-size: 30px;
        line-height: 36px;
        color: #fff;
        padding: 22px 0 20px;
    }
    
    .cust_c li .bock .cust_wz h4 em {
        display: block;
        font-size: 16px;
        color: #fff;
        font-family: Arial;
    }
    
    .cust_c li .bock .cust_wz p {
        font-size: 16px;
        line-height: 24px;
        color: #fff;
    }
    
    .cust_c li.cur {
        width: 54.28%;
    }
    
    .cust_c li.cur:before {
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.6);
    }
    
    .cust_c li.cur .bock {
        display: block;
    }
    
    .cust_c li.cur .shu2 {
        display: none;
    }
    /*案例*/
    
    .runpic-box {
        position: relative;
        overflow: hidden;
        width: 100%;
        margin-top: 50px;
    }
    
    .runpic-words {
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        z-index: 10;
    }
    
    .runpic-words ul {}
    
    .runpic-words ul li {
        float: left;
        width: 100%;
        height: 100%;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    
    .runpic-words ul li img {
        width: 100%;
    }
    
    .runpic-words ul li h6 {
        margin-top: 20px;
        color: #fff;
        font-size: 24px;
    }
    
    .runpic-words ul li p {
        margin-top: 10px;
        color: #fff;
        text-transform: uppercase;
        font-size: 12px;
        line-height: 12px;
        opacity: 0.6;
    }
    
    .runpic-words ul li:hover img {}
    
    .runpic-pic {
        position: relative;
        z-index: 1;
        overflow: hidden;
        width: 100%;
        height: 814px;
    }
    
    .runpic-pic ul li {
        position: relative;
        position: absolute;
        top: 0;
        left: 0;
        display: none;
        width: 100%;
        height: 815px;
        background-size: cover;
        background-repeat: no-repeat!important;
    }
    
    .runpic-pic-true {
        animation: toPicBig 1s ease-in-out both;
    }
    
    @keyframes toPicBig {
        0% {
            transform: scale(1.04);
        }
        100% {
            transform: scale(1);
        }
    }
    
    .runpic-pic-shade {
        position: absolute;
        z-index: 2;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, .4);
        transition: all 2s;
    }
    
    .runpic-words-pic {
        width: 50px;
        margin: 0 auto;
    }
    
    .runpic-words-pic.iconfont.icon-xiegui {
        font-weight: bold;
    }
    
    .runpic-words ul a {
        width: 272px;
        height: 272px;
        border: 1px solid #fff;
        display: block;
        position: absolute;
    }
    
    .runpic-words ul a:nth-child(1) {
        left: 0;
        top: 0;
    }
    
    .runpic-words ul a:nth-child(2) {
        left: 0;
        top: 0;
        bottom: 0;
        margin: auto;
    }
    
    .runpic-words ul a:nth-child(3) {
        left: 271px;
        top: 0;
        bottom: 0;
        margin: auto;
    }
    
    .runpic-words ul a:nth-child(4) {
        left: 271px;
        bottom: 0;
    }
    
    .runpic-words ul a:nth-child(5) {
        left: 542px;
        bottom: 0;
    }
    
    .runpic-words ul li.runpic-words-active {
        background: #cc0b1a;
    }
    /*定制流程*/
    
    .process {
        background: #f8f8f8;
        padding: 80px 0;
        margin-top: 80px;
    }
    
    .pcul {
        font-size: 0;
        margin: 50px 0 80px 0;
        z-index: 2;
        position: relative;
        display: flex;
        justify-content: space-between;
    }
    
    .pcul:after {
        content: '';
        display: block;
        position: absolute;
        width: 100%;
        height: 0;
        top: 0;
        bottom: 0;
        margin: auto 0;
        z-index: -1;
        border-top: 1px solid #ddd;
    }
    
    .pcul li {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        vertical-align: top;
        width: 155px;
        height: 210px;
        border-radius: 5px;
        background: #fff;
        position: relative;
        font-size: 18px;
        color: #222222;
        font-weight: lighter;
        transition: all .3s ease;
        text-align: center;
    }
    
    .pcul li+li {}
    
    .pcul li+li:after {
        content: '';
        display: block;
        position: absolute;
        width: 0;
        height: 0;
        border-left: 6px solid #ccc;
        border-top: 6px solid transparent;
        border-bottom: 6px solid transparent;
        left: -30px;
        top: 0;
        bottom: 1px;
        margin: auto 0;
    }
    
    .pcicon {
        display: inline-block;
        width: 42px;
        height: 42px;
        background: url(https://memberpic.114my.com.cn/dg177580/uploadfile/image/20260421/20260421200353_987305922.png) no-repeat left top;
        transition: all .3s ease;
    }
    
    .pcul li p:last-child {
        font-size: 18px;
        margin-top: 18px;
        font-weight: normal;
    }
    
    .pcul li span {
        display: block;
        font-size: 30px;
        line-height: 30px;
        color: #666666;
        font-family: din;
        margin-bottom: 10px;
        font-weight: bold;
    }
    
    .pcul li:nth-child(2) .pcicon {
        background-position-x: -42px;
    }
    
    .pcul li:nth-child(3) .pcicon {
        background-position-x: -84px;
    }
    
    .pcul li:nth-child(4) .pcicon {
        background-position-x: -126px;
    }
    
    .pcul li:nth-child(5) .pcicon {
        background-position-x: -168px;
    }
    
    .pcul li:nth-child(6) .pcicon {
        background-position-x: -210px;
    }
    
    .pcul li:nth-child(7) .pcicon {
        background-position-x: -252px;
    }
    
    .pcul li.cur {
        color: #ffffff;
        background: #cc0b1a;
    }
    
    .pcul li.cur .pcicon {
        background-position-y: -45px;
    }
    
    .pcul li.cur span {
        color: #fff;
    }
    
    #form1 ul {
        font-size: 0;
        white-space: nowrap;display: flex
;
    justify-content: space-evenly;
    }
    
    .process #form1 {
        margin-top: 60px;
        padding: 50px;
        box-shadow: 0 0 20px #eee;
        background: #fff;
    }
    
    #form1 ul li {
        display: inline-block;
        vertical-align: middle;
        display: inline-block;
        vertical-align: top;
        width: 260px;
        height: 68px;
        box-sizing: border-box;
        background-color: #f6f6f6;
        background-position: 20px center;
        background-repeat: no-repeat;
        padding-left: 60px;
    }
    
    #form1 ul li:nth-child(1) {
        background-image: url(https://memberpic.114my.com.cn/dgjhcg/uploadfile/image/20230901/20230901110323_776416197.png);
    }
    
    #form1 ul li:nth-child(2) {
        background-image: url(https://memberpic.114my.com.cn/dgjhcg/uploadfile/image/20230901/20230901110323_672020552.png);
    }
    
    #form1 ul li:nth-child(3) {
        background-image: url(https://memberpic.114my.com.cn/dgjhcg/uploadfile/image/20230901/20230901110323_1707596163.png);
    }
    
    #form1 ul li input {
        border: none;
        height: 68px;
        background: none;
        width: 180px;
    }
    
    #form1 ul li+li {
        margin-left: 10px;
    }
    
    #form1 ul li:nth-child(4) {
        padding-left: 30px;
    }
    
    #form1 ul li:nth-child(4) input {
        width: 140px;
    }
    
    #form1 ul li:nth-child(4) img {
        display: inline-block;
        vertical-align: middle;
    }
    
    #form1 ul li:nth-child(5) {
        padding: 0;
    }
    
    #form1 ul li:nth-child(5) input {
        display: block;
        width: 100%;
        background: #333333;
        font-size: 18px;
        color: #f5f5f5;
        font-weight: lighter;
        cursor: pointer;
        transition: all .3s ease;
    }
    
    #form1 ul li:nth-child(5) input:hover {
        background: #cc0b1a;
    }
    /* about */
    
    .about {
        height: 840px;
        background: url(https://memberpic.114my.com.cn/dg177580/uploadfile/image/20260508/20260508182039_97202448.jpg) no-repeat center;
    }
    
    .about .w1500 {
        position: relative;
        height: 100%;
    }
    
    .abcon {
        width: 100%;
        height: 370px;
        display: -webkit-flex;
        display: flex;
        justify-content: space-between;
        flex-wrap: nowrap;
        align-items: flex-start;
        position: absolute;
        bottom: 0;
        left: 0;
    }
    
    .ableft {
        width: 50%;
        box-sizing: border-box;
        height: 370px;
        background: #ffffff;
        background: -webkit-linear-gradient(bottom, #f5f5f5 35%, #ffffff 50%);
        padding: 55px;
    }
    
    .ab_t {
        font-size: 28px;
        color: #cc0b1a;
    }
    
    .ab_wa {
        font-size: 14px;
        color: #888888;
        text-indent: 2em;
        margin: 25px 0 35px 0;
    }
    
    .ab_wa p {
        line-height: 32px;
    }
    
    .ab_btn a {
        display: inline-block;
        width: 110px;
        line-height: 34px;
        background: #333;
        text-align: center;
        font-size: 13px;
        color: #ffffff;
        font-weight: lighter;
        transition: all .3s ease;
        text-align: center;
    }
    
    .ableft:hover .ab_btn a {
        width: 130px;
        box-shadow: 0px 0px 10px rgba(204, 11, 26, 0.1);
        background: #cc0b1a;
    }
    
    .abright {
        width: 50%;
        display: -webkit-flex;
        display: flex;
        justify-content: space-between;
        flex-wrap: nowrap;
        align-items: flex-start;
    }
    
    .abright a {
        width: 50%;
        height: 370px;
        transition: all .3s ease;
        background: rgba(237, 237, 237, 0.95);
        text-align: center;
    }
    
    .abright a+a {
        background: rgba(255, 255, 255, 0.95);
    }
    
    .abright a:hover {
        background: rgba(204, 11, 26, .7);
    }
    
    .abright a:hover:after {
        width: 50px;
        background: #fff;
    }
    
    .abright a+a:hover {
        background: rgba(204, 11, 26, 1);
    }
    
    .abright a i {
        width: 112px;
        height: 112px;
        border-radius: 100%;
        border: 1px solid #999;
        display: flex;
        color: #333;
        margin: 60px auto 30px;
        justify-content: center;
        align-items: center;
    }
    
    .abright a span {
        display: block;
        font-size: 25px;
        color: #333;
        font-weight: normal;
        margin-bottom: 40px;
    }
    
    .abright a:after {
        content: '';
        display: inline-block;
        width: 27px;
        height: 1px;
        background: #999;
        transition: all .3s ease;
    }
    
    .abright a:hover span {
        color: #fff;
    }
    
    .abright a:hover i {
        border-color: #fff;
    }
    
    .abright a i img,
    .abright a:hover i img+img {
        display: block;
    }
    
    .abright a:hover i img,
    .abright a i img+img {
        display: none;
    }
    /*news*/
    
    .news_box {
        background: #fff;
        padding: 80px 0;
        overflow: hidden;
    }
    
    .news_top {
        display: flex;
        justify-content: center;
        margin: 50px 0;
    }
    
    .news_wz {
        height: 48px;
        line-height: 36px;
    }
    
    .news_wz b {
        font-size: 26px;
    }
    
    .news_wz span {
        font-size: 24px;
        margin-left: 8px;
        color: #ccc;
        text-transform: uppercase;
        font-family: Arial;
    }
    
    .news_wz em {
        font-size: 16px;
        font-weight: 200;
        display: block;
        color: #999;
    }
    
    .news_tab {
        margin-top: 0px;
    }
    
    .news_tab li {
        float: left;
        background: #fff;
        box-shadow: 0px 0px 20px #eee;
        width: 171px;
        height: 42px;
        border-radius: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .news_tab li+li {
        margin-left: 19px;
    }
    
    .news_tab li a {
        font-size: 18px;
        font-weight: 100;
        color: #333;
    }
    
    .news_tab li.cur {
        color: #fff;
        background: linear-gradient(-45deg, #ff5260, #cc0b1a);
        box-shadow: 0px 0px 10px rgba(204, 11, 26, 0.1);
        width: 171px;
        height: 42px;
        line-height: 42px;
    }
    
    .news_tab li.cur a {
        color: #fff;
    }
    
    .news_a {
        margin-right: 17px;
    }
    
    .news_a em {
        position: relative;
        font-size: 20px;
        color: #c2c2c2;
        top: 8px;
    }
    
    .news_a .sPrev,
    .news_a .sNext {
        position: absolute;
        top: 2px;
        font-size: 20px;
        color: #c2c2c2;
        cursor: pointer;
    }
    
    .news_a .sPrev {
        right: 5px;
        transform: rotate(-90deg);
    }
    
    .news_a .sNext {
        left: 5px;
        transform: rotate(90deg);
    }
    
    .news_a i:hover {
        color: #3ab200;
    }
    
    .news_list {
        height: 501px;
        width: 1600px;
        overflow: hidden;
        margin: auto;
    }
    
    .news_list .tempWrap {
        width: 100% !important;
    }
    
    .news_list .news_div {
        height: 500px;
    }
    
    .news_list .news_div+.news_div {}
    
    .news_list .news_div_item {
        width: 23.65%;
        display: inline-block;
        position: relative;
        height: 501px;
        transition: 0.5s;
        padding: 20px;
        border: 1px #eee solid;
    }
    
    .news_list .news_div_item+.news_div_item {
        margin-left: 1.79%;
    }
    
    .news_list .news_div_item_date {
        position: absolute;
        top: 265px;
        display: inline-block;
        font-weight: 400;
        left: 19px;
        padding-left: 32px;
        height: 22px;
    }
    
    .news_list .news_div_item_date::before {
        position: absolute;
        content: '';
        background: url(https://memberpic.114my.com.cn/dg177580/uploadfile/image/20260421/20260421200252_729478056.png) no-repeat left center;
        top: 0;
        left: 0;
        width: 22px;
        height: 22px;
    }
    
    .news_list .news_div_item_content {
        position: absolute;
        top: 300px;
        left: 19px;
        padding-right: 14px;
    }
    
    .news_list .news_div_item_year,
    .news_list .news_div_item_month,
    .news_list .news_div_item_day {
        float: left;
        font-size: 15px;
        line-height: 22px;
        color: #999;
    }
    
    .news_list .news_div_item_title {}
    
    .news_list .news_div_item_a {
        font-size: 16px;
        display: block;
        margin-bottom: 16px;
        position: relative;
        transition: 0.3s;
        font-weight: normal;
    }
    
    .news_list .news_div_item_a::before {
        position: absolute;
        content: '查看详情';
        bottom: -152px;
        left: 0;
        width: 130px;
        height: 33px;
        background: #fff;
        border-radius: 40px;
        line-height: 33px;
        color: #999;
        font-size: 15px;
        transition: 0.5s;
        padding-left: 43px;
        border: 1px #eee solid;
        font-weight: 100;
    }
    
    .news_list .news_div_item_a::after {
        position: absolute;
        content: '';
        bottom: -141px;
        width: 25px;
        height: 14px;
        left: 130px;
        transition: 0.5s;
        background: url(https://memberpic.114my.com.cn/dg177580/uploadfile/image/20260421/20260421200225_967798065.png)no-repeat;
    }
    
    .news_list .news_div_item_body {
        font-size: 14px;
        color: #666;
        font-weight: 100;
        line-height: 24px;
    }
    
    .news_list .news_div_item_pic {
        width: 100%;
        height: 217px;
        display: block;
        overflow: hidden;
    }
    
    .news_list .news_div_item_pic a {
        width: 100%;
        display: block;
        height: 100%;
    }
    
    .news_list .news_div_item_image {
        height: auto;
        width: 100%;
    }
    
    .news_list .news_div_item:hover .news_div_item_a {
        color: #cc0b1a;
        transition: 0.3s;
    }
    
    .news_list .news_div_item:hover .news_div_item_a::before {
        background: #cc0b1a;
        transition: 0.5s;
        padding-left: 40px;
        color: #fff;
    }
    
    .news_list .news_div_item:hover .news_div_item_a::after {
        left: 120px;
        transition: 0.5s;
        background: url(https://memberpic.114my.com.cn/dg177580/uploadfile/image/20260421/20260421200155_698966355.png)no-repeat;
    }
    /*copy*/
    
    .copy_lx {
        background: #cc0b1a;
    }
    
    .copy_c {
        height: 152px;
    }
    
    .copy_c>ul {
        display: flex;
        height: 100%;
    }
    
    .copy_c>ul>li {
        width: 25%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .copy_c>ul>li>span {
        width: 30px;
        height: 30px;
    }
    
    .copy_c>ul>li>div {
        margin-left: 22px;
    }
    
    .copy_c>ul>li>div>b {
        display: block;
        font-size: 18px;
        color: #fff;
        font-weight: norma;
    }
    
    .copy_c>ul>li>div>p {
        font-size: 16px;
        color: #fff;
        margin-top: 8px;
    }
    
    .copy_c>ul>li>div>p>span {
        font-size: 20px;
        color: rgba(255, 255, 255, 0.5);
        font-family: din;
    }
    
    .copy_con {
        width: 75%;
    }
    
    .copy_con ul {
        display: flex;
        justify-content: space-between;
        width: 100%;
    }
    
    .copy_con li:before {
        position: absolute;
        content: "";
        width: 1px;
        height: 25px;
        background: #cc0b1a;
        top: 0px;
        left: 0;
        z-index: 3;
    }
    
    .copy_con li:after {
        position: absolute;
        content: "";
        width: 1px;
        height: 100%;
        background: rgba(255, 255, 255, 0.07);
        top: 0;
        left: 0;
        z-index: 2;
    }
    
    .copy_con li {
        width: 25%;
        position: relative;
        padding-left: 8%;
    }
    
    .copy_con li p {
        font-size: 20px;
        color: #ffffff;
        line-height: 20px;
        margin-bottom: 20px;
        font-weight: normal;
    }
    
    .copy_con li a {
        font-size: 15px;
        color: rgba(255, 255, 255, 0.47);
        line-height: 30px;
        width: 60%;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        display: block;
        transition: 0.3s;
    }
    
    .copy_con li a:hover {
        color: #fff;
    }
    
    .copy_cc {
        display: flex;
        justify-content: space-between;
        padding: 80px 0 80px 0;
    }
    
    .copy_pic {
        float: left;
        overflow: hidden;
        height: 160px;
    }
    
    .copy_pic li {
        width: 160px;
        overflow: hidden;
    }
    
    .copy_pic li p {
        font-size: 14px;
        color: #ffffff;
        text-align: center;
        line-height: 30px;
    }
    
    .copy_pic li i {
        background: #ffffff;
        width: 160px;
        height: 160px;
        display: inline-block;
        padding: 9px;
    }
    
    .copy_pic li i img {
        width: 100%;
    }
    
    .copy_str {
        float: left;
        margin-left: 20px;
        margin-top: 16px;
    }
    
    .copy_str li {
        width: 32px;
        height: 32px;
        border-radius: 100%;
        text-align: center;
        transition: 0.5s;
        line-height: 30px;
        position: relative;
        border: 2px solid #fff;
        cursor: pointer;
    }
    
    .copy_str li.on {
        background: #cc0b1a;
        border-color: #cc0b1a;
    }
    
    .copy_str li i {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
    }
    
    .copy_str li+li {
        margin-top: 14px;
    }
    
    .copy_txt {
        font-size: 16px;
        color: #ffffff;
        line-height: 20px;
        float: left;
        padding: 16px 0 0 64px;
    }
    
    .copy_txt b {
        font-family: Roboto;
        font-size: 30px;
        line-height: 32px;
        display: block;
        padding: 15px 0;
    }
    
    .copy_txt a {
        font-size: 14px;
        line-height: 35px;
        color: #ffffff;
        width: 125px;
        height: 35px;
        background: url(https://memberpic.114my.com.cn/dg177580/uploadfile/image/20260421/20260421200129_148566340.png)no-repeat #00277a 20px 9px;
        display: inline-block;
        border-radius: 10px;
        text-align: center;
        padding-left: 30px;
    }
    
    .cop_ce {
        background: #222;
    }
    
    .copy_icon>p {
        color: #fff;
        font-size: 16px;
        margin-bottom: 16px;
    }
    
    .lin_c {
        border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    }
    
    .lin_c>div {
        display: flex;
        align-items: center;
        position: relative;
        height: 80px;
    }
    
    .l_wz {
        width: 7%;
    }
    
    .l_wz p {
        color: #fff;
        letter-spacing: 1px;
        font-size: 17px;
        padding-right: 2%;
    }
    
    .linkTagcs {
        width: 100% !important;
    }
    
    .lin_ic {
        width: 30px;
        height: 30px;
        border-radius: 100%;
        border: 1px solid #fff;
        color: #fff;
        position: absolute;
        right: 0;
        top: 25px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    
    .links_m a {
        color: rgba(255, 255, 255, 0.41);
        font-size: 14px !important;
    }
    
    .copy_bg {
        background: #000;
    }
    
    .copy_bg div {
        color: rgba(255, 255, 255, 0.5);
        height: 80px;
        line-height: 80px;
        display: block;
        font-size: 16px;
        text-align: center;
    }
    
    .copy_bg div a {
        color: rgba(255, 255, 255, 0.5);
        font-size: 16px;
    }
    
    .copy_b {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

 /* 数据 */
    
    #c-data {
padding: 3% 10%;
    background: #cc0b1a;
    }
    
    #c-data .c-list {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        justify-content: space-between;
    }
    
    #c-data .c-list li {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-end;
        text-align: center;
    }
    
    #c-data .c-list .c-num-move {
        font-family: "Arial";
        font-size: 60px;
        line-height: 1;    color: #fff;

    }
    
    #c-data .c-list .c-text {
        margin-left: 10px;
        line-height: 26px;
        color: #f0b6bb;font-size: 16px;
    }
    
    #c-data.c-dt {
        background: #eff1f5;
        text-align: center;
    }
    
    #c-data.c-dt .c-list li {
        justify-content: center;
    }
    
    #c-data.c-dt .c-list .c-text {
        flex: 100%;
    }


/*workshop*/
.workshop { margin-top: 54px;}
.workshop .new_web_div2021 {  display: flex; justify-content: space-between;}
.workshop ul img { width: 100%;  height: auto; transition: all .75s;}
.workshop ul { width: 24%;}
.workshop ul:nth-child(2) {  width: 49.6%;}
.workshop ul:nth-child(2) li:nth-child(2) { display: none;}
.workshop ul li { position: relative;}
.workshop ul li p a {  display: block;  bottom: 0px; right: 0;   width: 100%;  height: 50px; line-height: 50px;  text-align: center;  color: #fff; font-size: 16px; transition: all .5s;     background: rgba(0,0,0,0.6);     position: absolute;}
.workshop ul li+li { margin-top: 18px;}
.workshop li:hover img { transform: scale(1.1);}
.workshop li>a { display: block;  overflow: hidden;}
.workshop ul li:hover p a { background: #cc0b1a;}
.so_c>ul>li:hover>a>span img { filter: grayscale(1) brightness(10);}

.w1400{width: 1600px;
    margin: 0 auto;}


   /*首页轮播图*/
    
    .c-banner1 {
        background: #fff;
    }
    
    .c-banner1 .c-sb {
        position: absolute;
        bottom: 50px;
        left: 50%;
        z-index: 10;
        text-align: center;
        color: #fff;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        cursor: pointer;
    }
    
    .c-banner1 .c-sb .c-wrap {
        position: relative;
        margin: 0 auto;
        width: 30px;
        height: 38px;
        border: 2px solid #fff;
        border-radius: 15px;
        overflow: hidden;
    }
    
    .c-banner1 .c-sb .c-wrap .c-line {
        position: absolute;
        top: 12px;
        left: 12px;
        width: 2px;
        height: 10px;
        background: #fff;
        animation: jump 1.5s linear infinite;
        -webkit-animation: jump 1.5s linear infinite;
    }
    
    .c-banner1 .c-sb .c-text {
        padding-top: 5px;
        font-size: 14px;
        line-height: 22px;
    }
    
    .c-banner1 .swiper-slide {
        width: 100%;
        height: 100vh;
        overflow: hidden;
    }
    
    .c-banner1 video {
        top: 0;
        left: 0;
        z-index: 1;
        width: 100%;
        background: #000;
    }
    
    .c-banner1 .c-mb {
        display: none;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    
    .c-banner1 .c-mask {
        position: absolute;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 3;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, .3) url(https://memberpic.114my.com.cn/gzszjhyz168/uploadfile/image/20260416/20260416114505_796469294.png)repeat;
    }
    
    .c-banner1 .c-text-box {
        position: absolute;
        top: 50%;
        left: 0;
        z-index: 4;
        width: 100%;
        color: #fff;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        text-align: center;
    }
    
    .c-banner1 .c-text-box .c-num {
        display: flex;
        align-items: flex-start;
        justify-content: center;
        margin-bottom: 35px;
    }
    
    .c-banner1 .c-text-box .c-num img {
        width: 188px;
    }
    
    .c-banner1 .c-text-box .c-num p {
        margin-left: 10px;
        font-size: 24px;
        line-height: 1;
    }
    
    .c-banner1 .c-text-box .c-title {
        font-size: 48px;
        line-height: 58px;
    }
    
    .c-banner1 .c-text-box .c-text {
        margin-bottom: 75px;
        font-size: 20px;
        line-height: 30px;
    }

    .c-common-btn1 {
        position: relative;
        display: inline-block;
        border: 2px solid #fff;
    }
    
    .c-common-btn1::before {
        content: "";
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        position: absolute;
        top: -2px;
        left: -2px;
        width: 0;
        height: -webkit-calc(100% + 4px);
        height: calc(100% + 4px);
        background: #fff;
        transition: .5s;
    }
    
    .c-common-btn1 div {
        position: relative;
        z-index: 2;
        font-size: 16px;
        line-height: 56px;
        padding: 0 72px 0 40px;
        background: url(https://memberpic.114my.com.cn/gzszjhyz168/uploadfile/image/20260416/20260416114245_1417793902.png)no-repeat right 40px center / 22px;
        color: #fff;
        transition: all .5s;
    }
    
    .c-common-btn1:hover div {
        color: #555;
        background-image: url(https://memberpic.114my.com.cn/gzszjhyz168/uploadfile/image/20260416/20260416114307_285686834.png);
    }
    
    .c-common-btn1:hover::before {
        width: -webkit-calc(100% + 4px);
        width: calc(100% + 4px);
    }
    
    .c-common-btn1.c-dt {
        border-color: #144eb1;
        background-color: #144eb1;
    }
    
    .c-common-btn1.c-dt::before {
        background: #333;
    }
    
    .c-common-btn1.c-dt:hover div {
        color: #fff;
        background-image: url();