/*标签样式初始化*/
    
    div,
    ul,
    li,
    span,
    p,
    img,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    dl,
    dt,
    dd {
        margin: 0px;
        padding: 0px;
        list-style: none;
        border: 0px;
    }
    /*公共样式部分*/
    
    * {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    
    body {
        color: #454545;
        margin: 0 auto;
        background-color: #fff;
        font-family: "Microsoft YaHei";
        overflow-x: hidden;
    }
    
    #copy {
        display: none;
    }
    
    a {
        color: #454545;
        text-decoration: none;
    }
    
    a:hover {
        color: #da251c;
        text-decoration: none;
        border-bottom-style:
    }
    
    .box {
        margin: 0 auto;
        width: 96%;
        min-width: 1400px;
    }
    
    .page {
        margin: 0 auto;
        width: 1400px;
        min-width: 1400px;
    }
    
    .w1400 {
        margin: 0 auto;
        width: 1400px;
        min-width: 1400px;
    }
    
    .ogy {
        max-width: 1400px;
        margin: 0 auto;
        min-width: 1200px;
        width: 100%;
    }
    
    .bg {
        width: 100%;
        min-width: 1400px;
    }
    
    i {
        font-style: normal;
    }
    
    .fl {
        float: left;
    }
    
    .fr {
        float: right;
    }
    
    @font-face {
        font-family: "iconfont";
        /* Project id 2819262 */
        src: url('//memberpic.114my.com.cn/0429531/cssnew/iconfont.woff2.txt') format('woff2'), url('//memberpic.114my.com.cn/0429531/cssnew/iconfont.woff.txt') format('woff'), url('//memberpic.114my.com.cn/0429531/cssnew/iconfont.ttf.txt') format('truetype');
    }
    
    .iconfont {
        font-family: "iconfont" !important;
        font-size: 16px;
        font-style: normal;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
    /*左右浮动清除*/
    
    .clear,
    .cl {
        clear: both;
        height: 0px;
        overflow: hidden;
    }
    /*间隙*/
    
    .top30 {
        padding-top: 30px;
    }
    
    .top40 {
        padding-top: 40px;
    }
    
    .top50 {
        padding-top: 50px;
    }
    
    .top60 {
        padding-top: 60px;
    }
    
    .top70 {
        padding-top: 70px;
    }
    
    .top80 {
        padding-top: 80px;
    }
    
    .toct {
        text-align: center;
        padding-top: 80px;
    }
    
    .toct span {
        font-family: 'Arial';
        font-weight: bold;
        font-size: 56px;
        color: #eee;
        text-transform: uppercase;
    }
    
    .toct p {
        font-size: 40px;
        color: #222;
    }
    
    .toct d {
        font-weight: bold;
        color: #5271b2;
    }
    
    .toct dd {
        color: #666;
        font-size: 18px;
        line-height: 40px;
        display: block;
    }
    /*英文样式*/
    
    .font_en {
        font-family: Arial, Helvetica, sans-serif;
        text-transform: uppercase;
        font-weight: normal;
    }
    
    .en {
        font-family: Arial, Helvetica, sans-serif;
        font-weight: normal;
    }
    
    em,
    i {
        font-style: normal;
    }
    /*抬头*/
    
    .top_bg {
        border-bottom: 1px solid #eee;
    }
    
    .top {
        width: 95%;
        height: 45px;
        position: relative;
        margin: 0 auto;
    }
    
    .top d {
        font-size: 14px;
        color: #666;
        line-height: 45px;
    }
    
    .top_ewm {
        width: 450px;
        height: 52px;
        background: url(https://memberpic.114my.com.cn/0429531/uploadfile/image/20250917/20250917140850_2070730547.png)no-repeat;
        position: absolute;
        right: 0;
        top: 0px;
    }
    
    .top_ewm span {
        width: 36%;
        line-height: 52px;
        height: 52px;
        display: inline-block;
        color: #fff;
        padding-left: 80px;
        background: url(https://memberpic.114my.com.cn/0429531/uploadfile/image/20250919/20250919095626_1049065203.png)no-repeat 56px center;
        position: relative;
        cursor: pointer;
    }
    
    .top_ewm span:nth-child(2) {
        width: 29%;
        padding-left: 48px;
        background: url(https://memberpic.114my.com.cn/0429531/uploadfile/image/20250919/20250919095626_193583653.png)no-repeat 10px center;
    }
    
    .top_ewm span:after {
        content: "";
        width: 1px;
        height: 13px;
        display: inline-block;
        float: right;
        background: #fff;
        margin-top: 20px;
    }
    
    .top_ewm span:nth-child(3) {
        width: 22%;
        padding-left: 36px;
        background: url(https://memberpic.114my.com.cn/0429531/uploadfile/image/20250919/20250919095626_1588143292.png)no-repeat 10px center;
    }
    
    .top_ewm span:nth-child(3):after {
        display: none;
    }
    
    .top_ewm span a {
        color: #FFF;
        font-size: 14px;
    }
    
    .top_ewm span a:hover {
        color: #c1d5ff;
    }
    
    .top_ewm span img {
        position: absolute;
        top: 110%;
        left: 26%;
        width: 100px;
        z-index: 999;
        height: auto;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
    }
    
    .top_ewm span:hover img {
        top: 100%;
        visibility: visible;
        opacity: 1;
    }
    
    .top_ewm span:nth-child(2) img {
        left: 17%;
    }
    
    .head {
        width: 95%;
        height: 130px;
        margin: 0 auto;
    }
    
    .logo {
        margin-top: 30px;
    }
    
    .ocname {
        margin-top: 35px;
        margin-left: 0px;
    }
    
    .ocname h3 {
        font-size: 32px;
        color: #222;
    }
    
    .ocname span {
        font-size: 12.5px;
        font-family: Arial, Helvetica, sans-serif;
        text-transform: uppercase;
        letter-spacing: 2px;
        color: #999;
    }
    
    .ocname img {
        height: 65px;
    }
    
    .head_tit {
        padding-left: 20px;
        margin-left: 20px;
        margin-top: 34px;
        position: relative;
    }
    
    .head_tit p {
        font-size: 26px;
        font-weight: normal;
        color: #333;
    }
    
    .head_tit d {
        font-size: 16px;
        color: #222;
        letter-spacing: 0.9px;
    }
    
    .head_tit:before {
        content: '';
        width: 1px;
        height: 53px;
        background: #eee;
        display: inline-block;
        position: absolute;
        left: 0px;
        top: 5px;
    }
    
    .head_tel {
        background: url(https://memberpic.114my.com.cn/0429531/uploadfile/image/20250917/20250917141639_142109658.png)no-repeat left bottom;
        padding-left: 55px;
        margin-top: 40px;
        margin-right: 20px;
    }
    
    .head_tel p {
        color: #666;
        font-size: 15px;
        line-height: 30px;
    }
    
    .head_tel d {
        color: #333;
        font-family: Arial;
        font-size: 28px;
        font-weight: bold;
    }
    /*栏目*/
    
    .nav {
        height: 130px;
        margin-right: 40px;
    }
    
    .nav>ul>li {
        float: left;
        display: block;
        height: 130px;
        width: 110px;
    }
    
    .nav>ul>li>a {
        display: block;
        font-size: 16px;
        text-align: center;
        position: relative;
        z-index: 33;
        line-height: 130px;
        color: #333;
        transition: all 0.3s ease-out 0s;
    }
    
    .nav>ul>li>a:before,
    .nav>ul>li>a:after {
        display: block;
        content: "";
        position: absolute;
        right: 0;
        left: 0;
        margin: 0 auto;
        z-index: 99;
        transition: all 0.3s ease-out;
        background: #5271b2;
    }
    
    .nav>ul>li>a:before {
        width: 60px;
        height: 0;
        top: 128px;
    }
    
    .nav ul li.navcurrent a,
    .nav ul li:hover a {
        color: #5271b2;
    }
    
    .nav>ul>li:hover>a:before,
    .nav>ul>li.navcurrent>a:before {
        height: 2px;
    }
    
    .nav>ul>li:hover>a:after,
    .nav>ul>li.navcurrent>a:after {
        opacity: 1;
    }
    
    @media (max-width: 1850px) {
        .nav>ul>li {
            width: 120px;
        }
    }
    
    @media (max-width: 1800px) {
        .nav>ul>li {
            width: 110px;
        }
    }
    
    @media (max-width: 1750px) {
        .nav>ul>li {
            width: 100px;
        }
    }
    
    @media (max-width: 1650px) {
        .nav>ul>li {
            width: 90px;
        }
    }
    
    @media (max-width: 1550px) {
        .head_tel {
            display: none;
        }
        .nav {
            margin-right: 0;
        }
    }
    /*导航下拉*/
    
    .nav2_bg {
        position: absolute;
        width: 100%;
        height: 0;
        opacity: 0;
        z-index: 9999;
        left: 0;
        right: 0;
        top: 176px;
        margin: 0 auto;
        min-width: 1400px;
        overflow: hidden;
        box-shadow: 0 100px 100px rgba(0, 0, 0, 0.4);
    }
    
    .nav>ul>li:hover .nav2_bg {
        opacity: 1;
        height: auto;
    }
    
    .nav2 {
        width: 100%;
        height: auto;
        background: #fff;
        min-width: 1400px;
        transition: all 0.3s linear;
        border-top: 1px #eee solid;
        padding: 2% 8%;
        box-sizing: border-box;
        text-align: center;
        z-index: 9;
        margin: 0 auto;
    }
    
    .nav2 a {
        float: left;
        display: inline-block;
        width: 23%;
        margin-right: 2.4%;
        margin-bottom: 2%;
        position: relative;
    }
    
    .nav2 a:nth-child(4n) {
        margin-right: 0;
    }
    
    .nav2 a img {
        width: 100%;
    }
    
    .nav2 a p {
        position: absolute;
        bottom: 14px;
        left: 20px;
        font-size: 15px;
        color: #fff;
        z-index: 2;
        text-align: left;
        width: 90%;
        background-image: url(https://memberpic.114my.com.cn/0429531/uploadfile/image/20250918/20250918204512_599559489.png);
        background-repeat: no-repeat;
        background-position: 99% center;
        background-size: 0;
        transition: all 0.3s ease-out 0s;
    }
    
    .nav2 a:hover p {
        background-position: 98% center;
        background-size: auto;
    }
    
    .nav2 a:after {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
        position: absolute;
        bottom: 0;
        transition: all 0.3s ease-out 0s;
    }
    
    .nav2 a:hover::after {
        height: 100px;
        background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.6));
    }
    
    #banner {
        position: relative;
        width: 100%;
        height: 900px;
        min-width: 1400px;
    }
    
    .tp-bullets {
        display: none;
    }
    /*幻灯片开始*/
    
    .banner {
        overflow: hidden;
        width: 100%;
        position: relative;
        z-index: 1;
        background: #f1f1f1;
    }
    
    .banner-box {
        min-width: 1300px;
        height: 800px;
        position: relative;
        margin: 0 auto;
    }
    
    .banner-box .bd,
    .banner-box .bd ul {
        width: 100% !important;
    }
    
    .banner-box .bd li {
        width: 100% !important;
        height: 800px;
        background-position: center;
        background-repeat: no-repeat;
    }
    
    .banner-box .bd li a {
        display: block;
        background-size: auto;
        width: 100%;
        height: 80%;
        position: relative;
        z-index: 9;
    }
    
    .banner-btn {
        width: 100%;
        position: absolute;
        top: 380px;
        left: 0;
        margin-left: 0;
        height: 380px;
        overflow: hidden;
    }
    
    .banner-btn a {
        display: block;
        width: 49px;
        height: 104px;
        position: absolute;
        top: 30px;
        filter: alpha(opacity=0);
        -moz-opacity: 0;
        -khtml-opacity: 0;
        opacity: 0;
        transition: 0.3s all ease-in-out;
        z-index: 9;
    }
    
    .banner-btn a.prev {
        left: -50px;
        background: url(https://memberpic.114my.com.cn/0429531/uploadfile/image/20250918/20250918204442_382335243.png) no-repeat 0 0;
    }
    
    .banner-btn a.next {
        right: -50px;
        background: url(https://memberpic.114my.com.cn/0429531/uploadfile/image/20250918/20250918204442_382335243.png) no-repeat -49px 0;
    }
    
    .banner-box .hd {
        position: absolute;
        bottom: 0px;
        width: 100%;
        display: block;
    }
    
    .banner-box .hd ul {
        text-align: center
    }
    
    .banner-box .hd ul li {
        width: 10px;
        height: 10px;
        border-radius: 50%;
        text-indent: -9999px;
        background: #fff;
        cursor: pointer;
        display: inline-block;
        margin: 0 5px;
        transition: 0.3s all ease-in-out;
        opacity: 0.8;
    }
    
    .banner-box .hd ul li.on {
        background: #da251c;
        border-radius: 8px;
        width: 70px;
    }
    
    .banner-box:hover .banner-btn a.prev {
        left: 20px;
        filter: alpha(opacity=40);
        -moz-opacity: .4;
        -khtml-opacity: .4;
        opacity: .4;
    }
    
    .banner-box:hover .banner-btn a.next {
        right: 20px;
        filter: alpha(opacity=40);
        -moz-opacity: .4;
        -khtml-opacity: .4;
        opacity: .4;
    }
    
    .banner-box .banner-btn a.prev:hover,
    .banner-box:hover .banner-btn a.next:hover {
        filter: alpha(opacity=80);
        -moz-opacity: .8;
        -khtml-opacity: .8;
        opacity: .8;
    }
    /*搜索*/
    
    .search {
        height: 80px;
        background: #fff;
        overflow: hidden;
        font-size: 14px;
        font-family: "Microsoft Yahei";
        border-bottom: 1px solid #e8e8e8;
    }
    
    .keywords {
        font-weight: normal;
        width: 720px;
        overflow: hidden;
        float: left;
        line-height: 80px;
    }
    
    .keywords b {
        height: 40px;
        color: #333333;
        font-weight: normal;
        font-size: 16px;
    }
    
    .keywords a {
        color: #666666;
        line-height: 28px;
        padding-right: 16px;
        font-size: 15px;
    }
    
    .search_02 {
        width: 348px;
        height: 42px;
        overflow: hidden;
        margin-top: 20px;
        float: right;
    }
    
    .search_02 form {
        padding-left: 0;
    }
    
    .search-i {
        width: 43px;
        overflow: hidden;
        height: 42px;
    }
    
    .search-bg {
        float: left;
        width: 260px;
        height: 42px;
        overflow: hidden;
        padding-left: 24px;
        background: #f2f2f2;
        border-top-left-radius: 25px;
        border-bottom-left-radius: 25px;
    }
    
    .search_01 a {
        font-size: 15px;
    }
    
    .about {
        padding-top: 80px;
    }
    
    .about p {
        position: relative;
        max-height: 400px;
        font-size: 16px;
        line-height: 30px;
        overflow: hidden;
        float: left;
        margin-bottom: 66px;
    }
    
    .about p img {
        -webkit-transition: .3s;
        -moz-transition: .3s;
        transition: .3s;
    }
    
    .about p i {
        width: 100%;
        max-height: 400px;
        background: url() no-repeat;
        background-size: 100%;
        position: absolute;
        left: 0;
        top: 0%;
    }
    
    .aboutR {
        width: 46.4%;
    }
    
    .aboutR .hTitle {
        font-size: 24px;
        font-weight: 400;
        color: #333;
        letter-spacing: 1.6px;
        padding-bottom: 50px;
        padding-top: 30px;
    }
    
    .aboutR .hTitle span {
        font-size: 2.2vw;
        font-weight: bold;
        display: block;
    }
    
    .aboutR .txt {
        height: 140px;
        overflow: hidden;
        margin-bottom: 10px;
    }
    
    .aboutR .more {
        display: inline-block;
        width: 190px;
        height: 46px;
        line-height: 46px;
        background: #da251c;
        color: #fff;
        text-align: center;
        transition: all 0.3s linear 0s;
    }
    
    .aboutR .more i {
        font-style: normal;
        margin-left: 15px;
    }
    
    .aboutR .more:hover {
        width: 240px;
    }
    
    .g_pp {
        margin-bottom: 70px;
        margin-top: 30px;
        height: 60px;
    }
    
    .g_pp .pptit {
        height: 242px;
    }
    
    .g_pp .pptit h2 {
        float: left;
        width: 520px;
        position: relative;
        margin-left: -12px;
        background: url(../images/pptit.png) no-repeat;
        padding: 10px 0 0 10px;
        font-size: 28px;
        color: #282828;
        font-weight: normal;
    }
    
    .g_pp .pptit h2 b {
        display: block;
        font-size: 52px;
    }
    
    .g_pp .pptit p {
        float: right;
        width: 675px;
        position: relative;
        padding-top: 48px;
        font-size: 16px;
        line-height: 26px;
        color: #333333;
        transition: all 0.3s linear 0s;
    }
    
    .g_pp .pptit p:before {
        content: "";
        position: absolute;
        width: 60px;
        height: 2px;
        background: #282828;
        left: 0;
        top: 16px;
        transition: all 0.3s linear 0s;
    }
    
    .g_pp .pptit p:hover:before {
        width: 675px;
        background: #00612e
    }
    
    .g_pp .pptit p:hover {
        color: #00612e;
        transform: translateX(-10px);
    }
    
    .g_pp dl {
        float: left;
        margin-right: 40px;
    }
    
    .g_pp .lastdl {
        margin-right: 0;
    }
    
    .g_pp dt {
        padding-left: 15px;
        font-size: 14px;
        line-height: 22px;
        color: #333333;
        transition: all 0.3s linear 0s;
    }
    
    .g_pp dd {
        height: 100px;
        transition: all 0.3s linear 0s;
    }
    
    .g_pp em {
        float: left;
        width: 72px;
    }
    
    .g_pp em img {
        height: 60px;
    }
    
    .g_pp span {
        float: left;
        font-size: 16px;
        line-height: 34px;
        color: #282828;
    }
    
    .g_pp span b {
        display: block;
        font-size: 26px;
    }
    
    .g_pp dl:hover dd {
        transform: translateY(-5px);
    }
    
    .g_pp dl:hover dt {
        transform: translateY(5px);
    }
    /*产品*/
    
    .ptbg {
        background: url(https://memberpic.114my.com.cn/0429531/uploadfile/image/20250917/20250917193832_894318852.jpg) no-repeat center top;
        padding-top: 100px;
        overflow: hidden;
    }
    
    .g_pro .hTitle {
        font-size: 19px;
        color: #666;
        margin-bottom: 60px;
        font-weight: normal;
    }
    
    .g_pro .hTitle span {
        display: block;
        font-size: 2.1vw;
        color: #333;
        font-weight: normal;
        line-height: 66px;
        margin-bottom: 6px;
        line-height: normal;
    }
    
    .g_pro .hTitle span b {
        color: #333;
    }
    
    .g_pro .m_cpfl .hTitle {
        float: left;
        margin-bottom: 7px;
    }
    
    .m_cpfl ul {
        float: right;
        margin-top: 18px;
        padding-right: 4px;
    }
    
    .g_pro {
        width: 1500px;
        padding: 60px;
        margin: 0 auto;
        background: #fff;
        clear: both;
        overflow: hidden;
        height: 875px;
    }
    
    .g_pro h2 {
        height: 166px;
        text-align: center;
        font-size: 40px;
        color: #fff;
        font-weight: normal;
        line-height: 51px;
    }
    
    .g_pro h2 a {
        color: #fff;
    }
    
    .g_pro h2 em {
        display: block;
        font-size: 20px;
    }
    
    .g_pro .m_cpfl {
        height: 138px;
        position: relative;
        z-index: 111;
    }
    
    .g_pro .m_cpfl li {
        float: left;
        width: 203.5px;
        height: 60px;
        line-height: 60px;
        text-align: center;
        font-size: 17px;
        color: #333333;
        position: relative;
    }
    
    .g_pro .m_cpfl li a {
        color: #333333;
        display: block;
        width: 216px;
        font-size: 17px;
        height: 60px;
        line-height: 60px;
        background: url(https://memberpic.114my.com.cn/0429531/uploadfile/image/20250917/20250917194331_638938447.png) no-repeat;
    }
    
    .g_pro .m_cpfl li a:hover {
        background: url(https://memberpic.114my.com.cn/0429531/uploadfile/image/20250917/20250917194331_783530676.png) no-repeat;
        color: #fff;
        font-size: 17px;
    }
    
    .pro_list {
        overflow: hidden;
        display: inline-block;
        float: left;
    }
    
    .pro_tab li:nth-child(1) {
        border-left: none;
    }
    
    .pro_list li {}
    
    .pro_list li+li {
        display: none;
    }
    
    .pro_list td {
        position: relative;
        overflow: hidden;
        padding-left: 35px !important;
        padding-bottom: 10px;
    }
    
    .pro_list td img {
        width: 320px;
        height: auto !important;
        border: 1px solid #dedede;
    }
    
    .pro_list td:nth-child(1) {
        padding-left: 0px !important;
    }
    
    .pro_list td>a {
        display: block;
        position: relative;
        overflow: hidden;
    }
    
    .pro_list td>a:before,
    .pb_ri td>a:after {
        content: '';
        position: absolute;
    }
    
    .pro_list td>a::before {
        width: 100%;
        height: 100%;
        background: rgba(17, 18, 23, 0.1);
        bottom: 0;
        left: -0px;
        transform: rotate(-90deg);
        transform-origin: left bottom;
        transition: 0.5s;
    }
    
    .pro_list td>a:after {
        width: 58px;
        height: 58px;
        background: url(https://memberpic.114my.com.cn/0429531/uploadfile/image/20250917/20250917194423_389178377.png) no-repeat;
        position: absolute;
        top: -58px;
        left: 50%;
        margin-left: -29px;
        transition: 0.5s;
        content: '';
    }
    
    .pro_list td:hover>a:after {
        top: 50%;
        transition: 0.5s;
        margin-top: -55px;
    }
    
    .pro_list td:hover>a:before {
        transform: rotate(0deg);
        transition: 0.5s;
    }
    
    .pro_list td span {
        position: absolute;
        bottom: -52px;
        width: 100% !important;
        text-align: center;
        left: 35px;
        height: 52px;
        line-height: 0 !important;
        background: #5271b2;
        transition: 0.5s;
    }
    
    .pro_list td:nth-child(1) span {
        left: 0px !important;
        width: 100% !important;
    }
    
    .pro_list td span a {
        line-height: 52px;
        color: #fff;
        transition: 0.5s;
        font-size: 16px;
        font-weight: 100;
    }
    
    .pro_list td:hover span {
        bottom: 24.5px;
        transition: 0.5s;
    }
    
    .pro_list td:hover {
        transform: scale(1.01);
    }
    
    .g_pro .m_cpfl .fl01 a {
        background: url(https://memberpic.114my.com.cn/0429531/uploadfile/image/20250917/20250917194542_837323447.png) no-repeat;
        width: 198px;
    }
    
    .g_pro .m_cpfl .fl01 a:hover {
        background: url(https://memberpic.114my.com.cn/0429531/uploadfile/image/20250917/20250917194612_2134853254.png) no-repeat;
        color: #fff;
    }
    
    .g_pro .m_cpfl .fl06,
    .g_pro .m_cpfl .fl01 {
        width: 188px;
    }
    
    .g_pro .m_cpfl .fl06 a {
        background: url(https://memberpic.114my.com.cn/0429531/uploadfile/image/20250917/20250917194542_1391188578.png) no-repeat;
        width: 190x;
    }
    
    .g_pro .m_cpfl .fl06 a:hover {
        background: url(https://memberpic.114my.com.cn/0429531/uploadfile/image/20250917/20250917194612_1136669402.png) no-repeat;
        color: #fff;
    }
    
    .g_pro .cplst {
        float: left;
        width: 839px;
    }
    /*应用案例*/
    
    .ox_cae {
        padding: 1px 0px 0px 0px;
        overflow: hidden;
    }
    
    .oxcer {
        margin: 40px auto 0 auto;
        position: relative;
    }
    
    .xcsetab li {
        position: absolute;
        width: 300px;
        height: 225px;
        overflow: hidden;
    }
    
    .xcsetab li>a {
        display: block;
    }
    
    .xcsetab li img {
        width: 100%;
        height: 100%;
    }
    
    .xcsetab li span {
        position: absolute;
        padding: 0px 20px;
        line-height: 30px;
        left: 0;
        right: 0px;
        margin: 0 auto;
        font-size: 14px;
        top: 45%;
        color: #fff;
        background: #da251c;
        z-index: 333;
        transition: all .4s ease;
        transform: scale(0);
        width: 142px;
        text-align: center;
    }
    
    .xcsetab li>a:after {
        content: '';
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        opacity: 0;
        top: 0px;
        left: 0px;
        background: rgba(0, 0, 0, 0.4);
        transition: all .2s ease;
    }
    
    .xcsetab li.on>a:after {
        opacity: 1;
    }
    
    .xcsetab li.on>a span {
        transform: scale(1);
    }
    
    .xcsetab li:nth-child(1),
    .xcsetab li:nth-child(2),
    .xcsetab li:nth-child(3) {
        left: 0px;
    }
    
    .xcsetab li:nth-child(4),
    .xcsetab li:nth-child(5),
    .xcsetab li:nth-child(6) {
        right: 0px;
    }
    
    .xcsetab li:nth-child(2),
    .xcsetab li:nth-child(5) {
        top: 234px;
    }
    
    .xcsetab li:nth-child(3),
    .xcsetab li:nth-child(6) {
        top: 468px;
    }
    
    .oxcecon {
        width: 775px;
        height: 695px;
        overflow: hidden;
        margin: 0 auto;
    }
    
    .oxcecon .news_div_item_pic img {
        width: 100%;
        margin-bottom: 10px;
    }
    
    .oxcecon .divdgweb_new_div_item {
        width: 100%;
        height: 694px;
        position: relative;
    }
    
    .oxcecon .divdgweb_new_div_item_content {
        position: absolute;
        padding: 35px 30px;
        width: 100%;
        background-color: #5271b2;
        bottom: 0px;
        left: 0px;
        text-align: center;
    }
    
    .oxcecon .divdgweb_new_div_item_title span {
        font-size: 24px;
        color: #ffff00;
        font-weight: bold;
    }
    
    .oxcecon .divdgweb_new_div_item_title a {
        font-size: 24px;
        color: #ffffff;
    }
    
    .oxcecon .divdgweb_new_div_item_body {
        font-size: 16px;
        color: #c5e8d3;
        line-height: 33px;
        display: none;
    }
    /*adv*/
    
    .sup_bc {
        width: 100%;
        background: url(https://memberpic.114my.com.cn/0429531/uploadfile/image/20250918/20250918170430_935172825.jpg) no-repeat center;
        padding: 1px 0px 80px 0px;
        overflow: hidden;
margin-top: 60px;
    }
    
    .sup_simg {
        position: relative;
        margin-top: 50px;
    }
    
    .sup_simg ul {
        position: absolute;
        left: 50%;
        top: 50%;
        z-index: 99;
        transform: translateX(-50%) translateY(-50%);
    }
    
    .sup_simg ul li {
        width: 120px;
        height: 100px;
        transition: all .5s;
        background: #5271b2;
        font-size: 45px;
        text-align: center;
        color: #fff;
        font-family: Arial;
        font-weight: bold;
        line-height: 100px;
    }
    
    .sup_simg ul li.on {
        background: #da251c;
    }
    
    .sup_simg ul li+li {
        margin-top: 10px;
    }
    
    .sup_simg ul li img {
        width: 100%;
    }
    
    .sup_item {
        display: flex;
        justify-content: space-between;
    }
    
    .sup_lc {
        width: 40%;
        padding-top: 85px;
    }
    
    .sup_lc p {
        font-size: 45px;
        color: #444;
        position: relative;
        font-weight: bold;
    }
    
    .sup_lc p:after {
        position: absolute;
        content: "";
        width: 61px;
        height: 2px;
        background: #da251c;
        bottom: -22px;
        left: 0;
    }
    
    .sup_lc span {
        display: block;
        font-size: 16px;
        font-family: Arial;
        color: #999;
        margin: 20px 0px;
    }
    
    .sup_lc div {
        font-size: 16px;
        color: #666;
        line-height: 36px;
        margin: 83px 0 75px;
    }
    
    .sup_lc a {
        width: 140px;
        height: 50px;
        border: 2px solid #000;
        border-radius: 25px;
        font-size: 18px;
        color: #25221e;
        display: flex;
        justify-content: center;
        align-items: center;
        transition: all .3s;
    }
    
    .sup_lc a span {
        font-size: 30px;
        color: #25221e;
        display: inline-block;
        margin-left: 9px;
        transform: scale(0.7);
    }
    
    .sup_rc {
        width: 50%;
        position: relative;
        height: 699px;
    }
    
    .sup_rc p {
        position: absolute;
        top: 0;
        left: 0;
        width: 960px;
    }
    
    .sup_rc p img {
        width: 100%;
    }
    
    .sup_num {
        position: absolute;
        bottom: 100px;
        left: 0;
        display: flex;
        align-items: center;
    }
    
    .sup_num p:nth-child(1),
    .sup_num p:nth-child(1) span {
        font-size: 24px;
        color: #da251c;
    }
    
    .sup_num p:last-child {
        font-size: 18px;
        color: #aaaab0;
    }
    
    .sup_line {
        margin: 0 12px;
        width: 120px;
        height: 2px;
        background: #cccccc;
        position: relative;
    }
    
    .sup_line span {
        display: block;
        position: absolute;
        width: 30px;
        height: 2px;
        background: #da251c;
        top: 0;
        left: 0;
        transition: all .5s;
    }
    
    .sup_cc .sup_item+.sup_item {
        display: none;
    }
    
    .sup_lc a:hover {
        width: 170px;
        background: #da251c;
        color: #fff;
        border: 2px solid #da251c;
    }
    
    .sup_lc a:hover span {
        color: #fff;
    }
    /**/
    /*证书*/
    
    .honer {
        width: 100%;
        background: url(https://memberpic.114my.com.cn/0429531/uploadfile/image/20250918/20250918161827_707658374.jpg) no-repeat center;
        padding: 1px 0px 80px 0px;
        overflow: hidden;
    }
    
    .hcenter {
        margin-top: 50px;
        position: relative;
    }
    
    .poster-main .poster-btn {
        width: 44px;
        height: 32px;
        position: absolute;
        cursor: pointer;
        display: block;
        z-index: 10;
    }
    
    .poster-main .poster-btn a {
        position: absolute;
        top: 50%;
        margin-top: -16px;
    }
    
    .poster-main .poster-prev-btn a {
        right: -16px;
    }
    
    .poster-main .poster-next-btn a {
        left: -16px;
    }
    
    .poster-main .poster-next-btn {
        left: -56px;
        top: 130px;
    }
    
    .poster-main .poster-prev-btn {
        right: -56px;
        top: 130px;
    }
    
    .poster-main .poster-next-btn a:hover,
    .poster-main .poster-prev-btn a:hover {
        background-position: -36px 0
    }
    
    .poster-item {
        position: relative;
        margin: 0 auto;
    }
    
    .poster-item em {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        font-style: inherit;
        font-size: 18px;
        color: #fff;
        text-align: center;
        display: none;
        overflow: hidden;
        background: rgba(0, 133, 234, 0.9);
        line-height: 60px;
        overflow: hidden;
        height: 60px;
    }
    
    .poster-main .poster-list .poster-item img {
        display: block;
        width: 100%;
    }
    
    .poster-main {
        position: relative;
        margin: 0 auto 60px;
    }
    
    .poster-main .poster-list .poster-item {
        position: absolute;
        left: 0;
        top: 0;
        border: 1px solid #888;
        box-sizing: content-box;
    }
    
    .poster-main .poster-btn {
        position: absolute;
        top: 0;
        cursor: pointer;
    }
    
    .poster-main .poster-list .active em {
        display: block;
    }
    /*company*/
    
    .com_bc {
        background: #F8F8F8;
        overflow: hidden;
        margin-top: 0px;
    }
    
    .com_cc {
        display: flex;
        margin-top: 40px;
    }
    
    .com_lc {
        width: 80%;
    }
    
    .com_tit>p {
        font-size: 34px;
        color: #333;
    }
    
    .com_tit>p>b {
        font-size: 64px;
        color: #da251c;
        font-family: "yuwei";
    }
    
    .com_tit>div {
        font-size: 23px;
        color: #333;
        position: relative;
        font-weight: normal;
        letter-spacing: 1px;
    }
    
    .com_tit>div:after {
        position: absolute;
        content: "";
        background: #da251c;
    }
    
    .com_tit>div:after {
        width: 98px;
        height: 4px;
        bottom: -28px;
        left: 0px;
    }
    
    .com_info {
        font-size: 15px;
        color: #333;
        line-height: 30px;
        padding: 80px 0 72px;
        width: 70%;
    }
    
    .com_ul {
        display: flex;
        height: 168px;
        position: relative;
        z-index: 2;
    }
    
    .com_ul>li {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        background: #2f54a0;
        width: 25%;
        height: 100%;
    }
    
    .com_ul>li:nth-child(2n) {
        background: #2f58af;
    }
    
    .com_ul>li>span {
        font-size: 42px;
        color: #fff;
        transition: all .5s;
    }
    
    .com_ul>li:nth-child(2)>span {
        font-size: 54px;
    }
    
    .com_ul>li:hover>span {
        transform: rotateY(360deg);
    }
    
    .com_ul>li>p {
        font-size: 22px;
        color: #fff;
        padding: 16px 0 10px;
    }
    
    .com_ul>li>div {
        font-size: 12px;
        color: rgba(255, 255, 255, 0.2);
        text-transform: uppercase;
        font-family: "akrobat-regular";
    }
    
    .com_rc {
        position: relative;
        width: 44.5%;
    }
    
    .com_rc p img {
        width: 100%;
    }
    
    .com_rc p {
        position: absolute;
        top: 0;
        left: -220px;
        width: 1089px;
    }
    
    @media screen and (max-width: 1485px) {
        .com_info {
            padding: 66px 0 56px;
        }
    }
    
    @media screen and (max-width: 1252px) {
        .com_info {
            padding: 57px 0 35px;
        }
    }
    
    .ripple,
    .ripple:before,
    .ripple:after {
        position: absolute;
        left: 50%;
        top: 50%;
        height: 80px;
        width: 80px;
        margin-top: -40px;
        margin-left: -40px;
        border-radius: 50%;
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.64);
        -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: rgba(255, 255, 255, 0.64);
        -webkit-animation: ripple 3s infinite;
        animation: ripple 3s infinite;
    }
    
    .ripple {
        padding: 11px 23px;
        background: #da251c;
        margin-left: 3px;
        margin-top: -41px;
    }
    
    .ripple img {
        width: 32px;
        display: block;
        padding-top: 11px;
        padding-left: 5px;
    }
    
    .ripple:before {
        -webkit-animation-delay: .9s;
        animation-delay: .9s;
        content: "";
        position: absolute;
        right: 0;
        bottom: 0;
    }
    
    .ripple:after {
        -webkit-animation-delay: .6s;
        animation-delay: .6s;
        content: "";
        position: absolute;
        right: 0;
        bottom: 0;
    }
    
    .video_box {
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        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: 50%;
        margin-top: -250px;
        margin-left: -500px;
        transition: 600ms ease;
    }
    
    .video_box.cur .video,
    .video_box.cur .video_x {
        top: 50%;
        transition: 600ms ease;
    }
    
    .video_x {
        width: 50px;
        height: 50px;
        border-radius: 50px;
        background: #fff;
        position: fixed;
        top: -100%;
        left: 50%;
        margin-left: 520px;
        margin-top: -250px;
        text-align: center;
        line-height: 50px;
        font-size: 22px;
        font-weight: lighter;
        cursor: pointer;
        transition: 600ms ease;
    }
    
    @keyframes ripple {
        70% {
            -webkit-box-shadow: 0 0 0 70px rgba(0, 0, 0, .0);
            box-shadow: 0 0 0 70px rgba(0, 0, 0, .0);
        }
        100% {
            -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, .0);
            box-shadow: 0 0 0 0 rgba(0, 0, 0, .0);
        }
    }
    
    .num_c {
        padding: 90px 0;
    }
    
    .num_c>ul {
        display: flex;
    }
    
    .num_c>ul>li {
        width: 20%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    
    .num_c>ul>li>p>b {
        position: relative;
    }
    
    .num_c>ul>li>p>b>i {
        display: inline;
        font-size: 65px;
        color: #333;
        font-weight: bold;
        font-family: Arial;
    }
    
    .num_c>ul>li>p>b>span {
        display: inline-block;
        position: absolute;
        font-size: 16px;
        color: #fff;
        width: 20px;
        height: 20px;
        text-align: center;
        line-height: 20px;
        background-color: #da251c;
        border-radius: 100%;
    }
    
    .num_c>ul>li>div {
        font-size: 20px;
        color: #666;
        margin-top: 34px;
        position: relative;
    }
    
    .num_c>ul>li>div:after {
        position: absolute;
        content: "";
        width: 23px;
        height: 1px;
        background: #e3e3e3;
        top: -24px;
        left: 50%;
        margin-left: -11px;
    }
    /**/
    
    .case {
        padding: 0px 0px 80px 0px;
    }
    
    .caseshow {
        margin: 50px auto 0 auto;
        width: 95%;
        box-sizing: border-box;
        display: -webkit-flex;
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: flex-start;
    }
    
    .caseleft {
        width: 39.7%;
    }
    
    .caseright {
        width: 59.4%;
    }
    
    .caseshow td a {
        display: block;
    }
    
    .caseshow td a img {
        width: 100%;
        height: auto;
    }
    
    .caseshow td br {
        display: none;
    }
    
    .caseshow td {
        display: block;
        padding: 0 !important;
        position: relative;
        overflow: hidden;
    }
    
    .caseright td {
        width: 32.4%;
    }
    
    .caseright tr {
        display: -webkit-flex;
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: flex-start;
    }
    
    .caseshow td>a:after {
        content: '';
        display: block;
        position: absolute;
        width: 100%;
        top: -100%;
        left: 0;
        transition: all .3s ease;
        height: calc(100% - 60px);
        background: rgba(0, 0, 0, .68) url(https://memberpic.114my.com.cn/0429531/uploadfile/image/20250918/20250918204330_1529476776.png) no-repeat center;
    }
    
    .caseshow td:hover>a:after {
        top: 0;
    }
    
    .caseright tr+tr {
        margin-top: 1.5%;
    }
    
    .caseshow td div {
        padding: 0 !important;
    }
    
    .caseshow td div a {
        position: absolute;
        width: 100%;
        line-height: 60px;
        text-align: center;
        background: rgba(82, 113, 178, 0.8);
        font-size: 16px;
        color: #fff;
        font-family: Arial, Helvetica, sans-serif;
        bottom: -60px;
        transition: all .3s ease;
        z-index: 9;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    
    .caseshow td:hover div a {
        bottom: 0;
    }
    
    .caseleft tr {
        display: block;
    }
    /*新闻*/
    
    .news_bg {
        padding-top: 40px;
    }
    
    .news_bt {
        width: 1400px;
        float: left;
    }
    
    .news_btl {
        width: 300px;
        float: left;
        font-weight: bold;
        font-size: 40px;
        color: #333;
    }
    
    .news_btl span {
        font-size: 18px;
        display: block;
        color: #999;
        font-weight: 100;
    }
    
    .nb_tab {
        font-size: 0;
        text-align: center;
        float: right;
    }
    
    .nb_tab a {
        width: 165px;
        height: 40px;
        background: #fff;
        display: inline-block;
        vertical-align: top;
        color: #333;
        box-shadow: 0px 0px 20px #eee;
        border-radius: 30px;
        margin-top: 22px;
    }
    
    .nb_tab a+a {
        margin-left: 30px;
    }
    
    .nb_tab a.cur {
        background: #da251c;
        color: #fff;
        background-size: 400% 370%;
        box-shadow: 0px 0px 9px 1px #ccc;
    }
    
    .nb_tab a i,
    .nb_tab a b {
        display: inline-block;
        vertical-align: top;
        line-height: 40px;
        font-weight: lighter;
    }
    
    .nb_tab a b {
        font-size: 16px;
    }
    
    .nbc_list+.nbc_list {
        display: none;
    }
    
    .nbcl_le {
        width: 614px;
    }
    
    .nbcl_le .news_div_item {
        width: 292px;
        display: inline-block;
        vertical-align: top;
        background: #fff;
        border: 1px solid #eee;
    }
    
    .nbcl_le .news_div_item+.news_div_item {
        margin-left: 26px;
    }
    
    .nbcl_le .news_div_item_pic img {
        width: 292px;
    }
    
    .news_div_item_title a {
        font-size: 18px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    
    .nbcl_le .news_div_item_content {
        width: 254px;
        height: 219px;
        padding: 30px 20px 0 20px;
    }
    
    .nbcl_le .news_div_item_body {
        margin-top: 20px;
        line-height: 24px;
        font-size: 14px;
        color: #666;
    }
    
    .nbcl_le .news_div_item_date,
    .new_more {
        display: inline-block;
        vertical-align: top;
        font-size: 0;
        margin-top: 25px;
    }
    
    .nbcl_le .news_div_item_date>div {
        display: inline-block;
        vertical-align: top;
        color: #68686a;
    }
    
    .new_more {
        width: 24px;
        height: 24px;
        border-radius: 24px;
        border: 1px solid #9a9899;
        background: url(https://memberpic.114my.com.cn/0429531/uploadfile/image/20250918/20250918203449_87171344.png) no-repeat right center;
        float: right;
        margin-top: 17px;
        margin: -15px 20px 0 0;
    }
    
    .nb_con {
        height: 510px;
    }
    
    .nbcr_ri {
        width: 765px;
    }
    
    .nbcr_ri .news_div_item_pic {
        display: none;
    }
    
    .nbcr_ri .news_div_item {
        margin-bottom: 15px;
        font-size: 0;
        padding: 30px 0;
        position: relative;
        transition: 300ms;
        background: #fff;
        border: 1px solid #eee;
    }
    
    .nbcr_ri .news_div_item:hover {
        box-shadow: 0 0 21px #d2d2d2;
        z-index: 1;
        transition: 300ms;
    }
    
    .nbcr_ri .news_div_item_date,
    .nbcr_ri .news_div_item_content {
        display: inline-block;
        vertical-align: top;
    }
    
    .nbcr_ri .news_div_item_date {
        width: 115px;
        text-align: center;
        font-size: 0;
    }
    
    .nbcr_ri .news_div_item_content {
        width: 585px;
        padding-left: 20px;
        border-left: 1px solid #f3f3f3;
        font-weight: 100;
    }
    
    .nbcr_ri .news_div_item_date>div {
        font-family: Arial;
    }
    
    .nbcr_ri .news_div_item_year,
    .nbcr_ri .news_div_item_month {
        display: inline-block;
        vertical-align: top;
        color: #565656;
        font-size: 14px;
    }
    
    .nbcr_ri .news_div_item_day {
        font-size: 47px;
        font-weight: bold;
        line-height: 55px;
    }
    
    .nbcr_ri .news_div_item_body {
        margin-top: 10px;
        line-height: 20px;
        color: #68686a;
        padding-right: 20px;
        font-size: 14px;
    }
    /*留言*/
    
    .message_bg {
        height: 200px;
        background: url(https://memberpic.114my.com.cn/0429531/uploadfile/image/20250918/20250918091432_1132254603.jpg)no-repeat center;
    }
    
    .message_title p {
        padding: 39px 0 16px 0;
        font-size: 16px;
        color: #fff;
    }
    
    .feed_lx {
        float: left;
    }
    
    .feed_lx+.feed_lx {
        margin-left: 20px;
    }
    
    .cc_ri ul li {
        float: left;
        position: relative;
        height: 70px;
    }
    
    .cc_ri ul li+li {
        margin-left: 18px;
    }
    
    .cc_ri ul li span {
        position: absolute;
        top: -20px;
        left: 0;
        line-height: 20px;
        color: #fa9900;
    }
    
    .cc_ri ul li input {
        width: 340px;
        height: 70px;
        line-height: 43px;
        padding: 0 10px 0 40px;
        outline: none;
        font-size: 16px;
        color: #333;
        border: none;
    }
    
    .cc_ri ul li input.cur {
        border: 1px solid #fa9900;
        background: #c8c8c8;
    }
    
    .cc_ri ul li .input-name01 {
        background: #ffffff url(https://memberpic.114my.com.cn/0429531/uploadfile/image/20250918/20250918203335_1238119602.png) no-repeat 10px;
    }
    
    .cc_ri ul li .input-name02 {
        background: #ffffff url(https://memberpic.114my.com.cn/0429531/uploadfile/image/20250918/20250918203335_1958045287.png)no-repeat 10px;
    }
    
    .cc_ri textarea {
        background: #ffffff url(https://memberpic.114my.com.cn/0429531/uploadfile/image/20250918/20250918203335_700351145.png) no-repeat 10px;
        width: 482px;
        height: 70px;
        line-height: 70px;
        border: none;
        outline: none;
        font-size: 16px;
        color: #333;
        padding: 0 10px 0 40px;
    }
    
    .code {
        float: left;
    }
    
    .code input#authcode {
        width: 306px;
        height: 45px;
        background: #ffffff url(https://memberpic.114my.com.cn/0429531/uploadfile/image/20250918/20250918203246_1886482414.png) 278px 10px no-repeat;
        border: 1px solid #e5e5e5;
        padding-left: 12px;
        display: inline-block;
        vertical-align: top;
    }
    
    .code i {
        width: 119px;
        display: inline-block;
        vertical-align: middle;
        padding: 7.5px 0;
    }
    
    .code img {
        margin-left: 18px;
    }
    
    #submit {
        color: #fff;
        font-size: 16px;
        width: 180px;
        height: 70px;
        line-height: 70px;
        padding-left: 85px;
        text-align: left;
        display: inline-block;
        vertical-align: top;
        border: none;
        cursor: pointer;
        outline: none;
        background: url(https://memberpic.114my.com.cn/0429531/uploadfile/image/20250918/20250918203245_1350890773.png) no-repeat 55px;
    }
    
    .feed_lx b {
        font-size: 20px;
        line-height: 40px;
    }
    
    .cc_ri .button {
        float: right;
        width: 180px;
        background: #da251c;
        border-radius: unset;
    }
    
    #file {
        margin-top: 37px;
    }
    
    input::-webkit-input-placeholder {
        color: #b8b8b8;
    }
    
    input::-moz-input-placeholder {
        color: #b8b8b8;
    }
    
    input::-ms-input-placeholder {
        color: #b8b8b8;
    }
    
    textarea::-webkit-input-placeholder {
        color: #b8b8b8;
    }
    
    textarea::-moz-input-placeholder {
        color: #b8b8b8;
    }
    
    textarea::-ms-input-placeholder {
        color: #b8b8b8;
    }
    /*版权*/
    
    .footer_bg {
        background: #222;
    }
    
    .footer {
        position: relative;
    }
    
    .links_centent {
        height: 128px;
        line-height: 128px;
        border-bottom: 1px #333 solid;
    }
    
    .link_bg {
        height: 128px;
        background: #da251c;
    }
    
    .links_l {
        margin-left: 10px;
        font-size: 16px;
        color: #fff;
        line-height: 128px;
    }
    
    .linkTagcs li a {
        font-size: 14px;
    }
    
    .links_r a {
        font-size: 14px;
        color: #fff;
        height: 128px;
        align-items: center;
        display: flex;
        justify-content: center;
    }
    
    .links {
        height: 270px;
        margin-top: 50px;
    }
    
    .links li {
        display: block;
        float: left;
    }
    
    .links li:nth-child(1) {
        width: 190px;
    }
    
    .links li:nth-child(2) {
        width: 210px;
    }
    
    .links li:nth-child(3) {
        width: 230px;
    }
    
    .links li:nth-child(4) {
        width: 210px;
    }
    
    .links li:nth-child(5) {
        width: 190px;
    }
    
    .links li a:first-child {
        margin-bottom: 20px;
        padding-left: 20px;
        font-size: 20px;
        color: #fff;
    }
    
    .links li a {
        display: block;
        padding-left: 15px;
        font-size: 14px;
        color: #666;
        line-height: 28px;
    }
    
    .links li a:hover {
        color: #fff;
    }
    
    .links_qrcode {
        width: 306px;
        height: 489px;
        position: absolute;
        top: 100px;
        right: -32px;
        background: url(https://memberpic.114my.com.cn/0429531/uploadfile/image/20250918/20250918203208_165886964.png)no-repeat;
        z-index: 222;
    }
    
    .links_qrcode p {
        width: 190px;
        margin-top: 10px;
        font-size: 14px;
        color: #666;
        text-align: center;
    }
    
    .links_qrcode2 {
        width: 200px;
        margin: 80px 0 0 65px;
    }
    
    .links_top {
        margin-top: 10px !important;
    }
    
    .links_top img {
        width: 185px;
        margin: auto;
        border: 1px #eee solid;
    }
    
    .links_bottom {
        height: 40px;
        margin-top: 10px;
        padding-bottom: 15px;
        border-bottom: 1px #eee solid;
    }
    
    .links_bottom li {
        width: 38px;
        height: 38px;
        margin-right: 25px;
        background: #565656;
        border-radius: 100%;
        align-items: center;
        display: flex;
        justify-content: center;
        float: left;
        overflow: hidden;
        cursor: pointer;
    }
    
    .links_bottom .on {
        background: #da251c;
    }
    
    .links_bottom li:first-child {
        margin-left: 10px;
    }
    
    .copy_bg {
        height: 92px;
        line-height: 92px;
        border: 1px #333 solid;
        font-size: 14px;
        color: #666;
    }
    
    .copy_bg a {
        font-size: 13px;
        color: #666;
    }
    
    .links_m a {
        color: #fff;
        padding: 0px 18px;
    }
    
    #newBridge .icon-right-center {
        left: 0 !important;
    }
    /*合作客户*/
    
    .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: 15.6%;
        height: auto;
        display: block;
        float: left;
        margin-right: 1%;
        padding-left: 0px !important;
        position: relative;
        overflow: hidden;
        border: 1px solid #dddddd;
        margin-bottom: 1%;
    }
    
    .partner_d td div {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0px;
        left: -100%;
        padding-top: 0 !important;
        line-height: 129px;
        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%;
    }
    
    .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;
    }