@charset "utf-8";
    html {
        background: #fff;
    }
    
    .dfs {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    /*标签样式初始化*/
    
    div,
    ul,
    li,
    span,
    p,
    img,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    dl,
    dt,
    dd {
        margin: 0px;
        padding: 0px;
        list-style: none;
        border: 0px;
    }
    
    em,
    i {
        font-style: normal;
    }
    /*公共样式部分*/
    
    body {
        color: #666;
        margin: 0 auto;
        background-color: #fff;
        font-family: "OPPOSans2";
        overflow-x: hidden;
        font-size: 14px;
        min-width: 1400px;
        max-width: 1920px;
        position: relative;
    }
    
    #copy {
        display: none;
    }
    
    * {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    
    a {
        color: #666;
        text-decoration: none;
    }
    
    a:hover {
        color: #017bf5;
        text-decoration: none;
        border-bottom-style:
    }
    
    .bg {
        width: 100%;
        min-width: 1400px;
    }
    
    .box {
        margin: 0 auto;
        width: 80%;
        box-sizing: border-box;
        min-width: 1400px;
    }
    
    .page {
        width: 1400px;
        margin: 0 auto;
    }
    /* CDN 服务仅供平台体验和调试使用，平台不承诺服务的稳定性，企业客户需下载字体包自行发布使用并做好备份。 */
    
    @font-face {
        font-family: 'iconfont';
        /* Project id 4364729 */
        src: url('//at.alicdn.com/t/c/font_4364729_24hu7xn2euw.woff2?t=1702016451095') format('woff2'), url('//at.alicdn.com/t/c/font_4364729_24hu7xn2euw.woff?t=1702016451095') format('woff'), url('//at.alicdn.com/t/c/font_4364729_24hu7xn2euw.ttf?t=1702016451095') format('truetype');
    }
    
    .iconfont {
        font-family: "iconfont" !important;
        font-size: 16px;
        font-style: normal;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale
    }
    
    .fl {
        float: left;
    }
    
    .fr {
        float: right;
    }
    /*左右浮动清除*/
    
    .clear {
        clear: both;
        height: 0px;
        overflow: hidden;
    }
    /*间隙*/
    
    .top10 {
        padding-top: 10px;
    }
    
    .top20 {
        padding-top: 20px;
    }
    
    .top30 {
        padding-top: 30px;
    }
    
    .top40 {
        padding-top: 40px;
    }
    
    .top50 {
        padding-top: 50px;
    }
    
    .top60 {
        padding-top: 60px;
    }
    
    .top70 {
        padding-top: 70px;
    }
    
    .top80 {
        padding-top: 80px;
    }
    
    .top90 {
        padding-top: 90px;
    }
    
    .top100 {
        padding-top: 100px;
    }
    
    .top105 {
        padding-top: 105px;
    }
    
    .top140 {
        padding-top: 140px;
    }
    
    .top170 {
        padding-top: 170px;
    }
    
    @font-face {
        font-family: OPPOSans2;
        font-weight: 400;
        src: url(https://memberpic.114my.com.cn/shuangji11/cssnew/OPPOSans-Regular.txt)
    }
    
    @font-face {
        font-family: OPPOSans2;
        font-weight: 500;
        src: url(https://memberpic.114my.com.cn/shuangji11/cssnew/OPPOSans-Medium.txt)
    }
    
    @font-face {
        font-family: OPPOSans2;
        font-weight: 600;
        src: url(https://memberpic.114my.com.cn/shuangji11/cssnew/HarmonyOS_Sans_SC_Bold.ttf.txt)
    }
    /* 在线链接服务仅供平台体验和调试使用，平台不承诺服务的稳定性，企业客户需下载字体包自行发布使用并做好备份。 */
    
    @font-face {
        font-family: 'iconfont';
        /* Project id 4374486 */
        src: url('//at.alicdn.com/t/c/font_4374486_3cs918y4oo6.woff2?t=1702612256246') format('woff2'), url('//at.alicdn.com/t/c/font_4374486_3cs918y4oo6.woff?t=1702612256246') format('woff'), url('//at.alicdn.com/t/c/font_4374486_3cs918y4oo6.ttf?t=1702612256246') format('truetype');
    }
    /*英文样式*/
    
    .font_en {
        font-family: Arial, Helvetica, sans-serif;
        text-transform: uppercase;
    }
    /*文字*/
    
    .t {
        text-align: center;
        padding-bottom: 40px;
    }
    
    .t d {
        color: #017bf5;
    }
    
    .t p {
        font-size: 40px;
        color: #333;
        font-weight: bold;
    }
    
    .t span {
        font-size: 18px;
        color: #666;
        font-weight: lighter;
        margin: 5px 0 0px 0;
    }
    
    .t dd {
        font-size: 70px;
        color: #f1f1f1;
        font-weight: bold;
        text-transform: uppercase;
        line-height: 0;
    }
    
    .head_nav li dl {
        display: none;
    }
    /*header*/
    
    .head_bc {
        width: 100%;
        display: flex;
        justify-content: space-between;
    }
    
    .nav_bc.on {
        background: #fff;
        box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
    }
    
    .head_c {
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: relative;
        z-index: 99;
        padding: 0 0 0 50px;
    }
    
    .nav_bc.on .head_c {
        height: 105px;
    }
    
    .nav_bc {
        width: 100%;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 180;
        transition: all 0.5s ease;
        background: #fff;
        box-shadow: none;
    }
    
    .nav_bc.cur {
        width: 85.6%;
    }
    
    .icon>div i,
    .icon_pho .irh span,
    .nav_rc a,
    .nav_rc span {
        color: #fff;
    }
    
    .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,
    .nav_bc.on .hea_logo>p {
        color: #333;
    }
    
    .hea_logo {
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }
    
    .pc_top_logo img {

    }
    
    .hea_logo .two,
    .nav_bc.on .hea_logo .one {
        display: none;
    }
    
    .hea_logo .one,
    .nav_bc.on .hea_logo .two {
        display: block;
    }
    
    .head_lc {
        width: 54%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 100%;
        margin-right: 2%;
    }
    
    .hea_adv {
        margin-left: 1vw;
    }
    
    .hea_adv b {
        font-size: 1.4vw;
        line-height: 1em;
        color: #222;
    }
    
    .hea_adv p {
        font-size: 0.91vw;
        line-height: 1em;
        margin-top: 0.3vw;
        color: #646c76;
    }
    
    .hea_adv b span {
        color: #017bf5;
    }
    
    .head_nav {
        width: 90%;
        margin-right: 2%;
    }
    
    .head_nav>ul {
        display: flex;
        display: -webkit-flex;
        display: -moz-flex;
        justify-content: space-around;
    }
    
    .head_nav>ul>li {
        position: relative;
        transition: 0.5s;
    }
    
    .head_nav>ul>li:after {
        content: '';
        width: 0;
        height: 3px;
        background: #017bf5;
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: -1;
        opacity: 0;
        transition: 0.5s;
    }
    
    .head_nav>ul>li:hover:after,
    .head_nav>ul>li.cur:after {
        opacity: 1;
        width: 100%;
        transition: 0.5s;
    }
    
    .head_nav>ul>li a {
        font-size: 17px;
        color: #333;
        font-weight: 100;
        line-height: 105px;
        display: block;
    }
    
    .head_nav .dropmenu a {
        display: block;
        line-height: 46px !important;
        text-align: center;
        font-size: 14px !important;
        color: #666 !important;
        transition: all .5s ease;
        border-bottom: 1px #eee solid;
    }
    
    .dropmenu {
        position: absolute;
        top: 150%;
        max-height: 0;
        transition: all .3s ease;
        width: 200px;
        left: calc((100% - 200px) / 2);
        z-index: 99;
        transition: all .3s ease;
        background: #f9f9f9;
        border-radius: 0px;
        opacity: 0;
        visibility: hidden;
        padding: 0px 0px
    }
    
    .head_nav .dropmenu a {
        display: block;
        line-height: 46px !important;
        text-align: center;
        font-size: 14px !important;
        color: #666 !important;
        transition: all .5s ease;
        border-bottom: 1px #eee solid;
    }
    
    .head_nav li:hover .dropmenu {
        max-height: 1000px;
        top: 100%;
        opacity: 1;
        visibility: visible;
    }
    
    .dropmenu a:hover {
        background: #017bf5;
        color: #fff !important;
    }
    
    .dropmenu table,
    .dropmenu tbody,
    .dropmenu tr,
    .dropmenu td {
        display: block;
        width: 100%;
    }
    
    .head_nav li {
        position: relative;
    }
    /*search*/
    
    .dfss {
        display: flex;
        align-items: end;
        justify-content: space-between;
        width: 7%;
    }
    
    .icon>div {
        height: 105px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .icon>div i {
        color: #fff;
        user-select: none;
        transition: all 0.5s;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        height: 100%;
    }
    
    .icon>div i span {
        font-size: 20px;
    }
    
    .icon>div:hover i {
        border-color: #e60113;
    }
    
    .iser_box,
    .itel_box {
        background: rgba(0, 0, 0, 0.5);
        position: absolute;
        top: 106px;
        right: 0;
        padding: 30px;
        transform-origin: top;
        transform: rotateX(90deg);
        transition: all 0.5s;
        z-index: 9
    }
    
    .icon>div:hover .iser_box,
    .icon>div:hover .itel_box {
        transform: rotateX(0deg);
    }
    
    .search_l {
        display: flex;
        align-items: center;
        justify-content: end;
        color: #fff;
    }
    
    .search_l span+span {
        margin-left: 4px;
    }
    
    .search_l a {
        color: #fff;
        font-size: 14px;
    }
    
    .search_r {
        margin-top: 20px;
        position: relative;
    }
    
    #infoname {
        width: 100%;
        height: 38px;
        line-height: 38px;
        border: 1px solid #eee;
        text-indent: 12px;
    }
    
    .z_img {
        width: 38px;
        height: 38px;
        position: absolute;
        top: 0;
        right: 0;
        background: no-repeat;
    }
    
    .itel_box {
        width: 320px;
        text-align: center
    }
    
    .dh_h {
        line-height: 36px;
        font-size: 22px;
    }
    
    .itel_box p {
        color: #fff;
        position: relative;
        font-size: 20px;
    }
    
    .itel_box p:before {
        position: absolute;
        left: 0;
        color: #333;
    }
    
    .itel_box em {
        font-family: 'arial';
        font-size: 26px;
        font-weight: bold;
        color: #feac00;
        margin-top: 10px;
    }
    
    .search_l .iconfont {
        font-size: 16px;
    }
    
    .search_l span {
        color: #fff
    }
    
    .icon_pho {
        display: flex;
        align-items: center;
    }
    
    .icon_pho .irh span {
        color: #fff;
        font-size: 18px;
    }
    
    .icon_pho b {
        font-size: 26px;
        color: #006cb5;
        padding-left: 10px;
    }
    
    .nav_rc {
        display: flex;
        width: 10%;
        justify-content: space-between;
    }
    
    .nav_rc a {
        font-size: 18px;
        color: #fff;
        position: relative;
    }
    
    .nav_rc a.on {
        color: 003793!important;
    }
    
    .nav_rc span {
        color: #fff;
        font-size: 14px;
        padding-top: 3px;
    }
    
    .hea_icon {
        width: 104px;
        height: 105px;
        z-index: 9999;
        transition: all .5s;
        cursor: pointer;
        position: fixed;
        top: 0;
        right: 0;
        background: #fff;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    
    .hea_icon>i {
        width: 24px;
        height: 2px;
        background: #017bf5;
        position: relative;
        z-index: 999;
        transition: all.5s ease;
        -webkit-transition: all.5s ease;
        -moz-transition: all.5s ease;
        -ms-transition: all.5s ease;
        -o-transition: all.5s ease;
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        display: block;
        transform: rotate(0);
    }
    
    .hea_icon>i+i {
        margin-top: 4px;
    }
    
    .hea_ul li img {
        width: 80%;
        margin: 0 auto;
        display: block;
        margin-top: 22px;
    }
    
    .hea_ul {
        transition: all .5s;
        top: 0;
        right: 0;
        z-index: 999;
        width: 0;
        position: fixed;
        height: 100%;
        background: #017bf5;
    }
    
    .hea_ul.cur {
        width: 9%;
        background: rgba(18, 84, 180, 0.8);
    }
    
    .hea_icon.cur {
        right: 9%;
    }
    
    .hea_icon.cur>i {
        margin: 0;
    }
    
    .hea_icon.cur>i:nth-child(1) {
        top: 0;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
    }
    
    .hea_icon.cur>i:nth-child(2) {
        top: -2px;
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
    }
    
    .hea_icon.cur>i:last-child {
        display: none;
    }
    
    .hea_ul>ul {
        height: 100%;
        padding-top: 20px;
    }
    
    .hea_ul>ul>li>a {
        display: block;
        font-size: 16px;
        height: 50px;
        line-height: 50px;
        text-align: center;
        color: #fff;
    }
    
    .hea_ul>ul>li>a>span {
        font-size: 16px;
        display: inline-block;
        padding-right: 10px;
    }
    
    .hea_ul li p {
        font-size: 14px;
        text-align: center;
        margin-top: 7px;
        color: #fff;
    }
    
    .hea_icon:hover>i {
        background: #017bf5;
    }
    
    .hea_icon:hover>i+i {
        margin-top: -1px;
    }
    
    .hea_icon.cur i {
        background: #017bf5;
    }
    /*幻灯片*/
    
    .banner_box,
    .banner_box .bd li {
        height: 750px;
        background: #fff;
    }
    
    .banner_box .banner-btn a.prev,
    .banner_box .banner-btn a.next {
        top: 350px;
        background-image: url(https://memberpic.114my.com.cn/shuangji11/uploadfile/image/20260313/20260313113926_1666209327.png);
    }
    
    .banner_box .hd ul li.on {
        background: #0159b3;
    }
    
    .banner_box {
        min-width: 1400px;
        position: relative;
        overflow: hidden;
        margin-top: 105px;
    }
    
    .banner_box .bd {
        width: 100% !important;
    }
    
    .banner_box .bd li {
        width: 100%;
        background-position: center;
        background-repeat: no-repeat;
    }
    
    .banner_box .bd li a {
        display: block;
        background-size: auto;
        width: 100% !important;
        height: 100% !important;
    }
    
    .banner-btn a {
        display: block;
        width: 49px;
        height: 104px;
        position: absolute;
        filter: alpha(opacity=0);
        -moz-opacity: 0;
        -khtml-opacity: 0;
        opacity: 0;
        -webkit-transition: 0.3s all ease-in-out;
        transition: 0.3s all ease-in-out
    }
    
    .banner-btn a.prev {
        left: -54px;
        background-repeat: no-repeat;
        background-position: 0 0;
    }
    
    .banner-btn a.next {
        right: -54px;
        background-repeat: no-repeat;
        background-position: -49px 0;
    }
    
    .banner_box:hover .banner-btn a.prev {
        left: 54px;
        filter: alpha(opacity=40);
        -moz-opacity: .4;
        -khtml-opacity: .4;
        opacity: .4;
    }
    
    .banner_box:hover .banner-btn a.next {
        right: 54px;
        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;
    }
    
    .banner_box .hd {
        position: absolute;
        bottom: 40px;
        width: 100%;
        display: block;
    }
    
    .banner_box .hd ul {
        text-align: center
    }
    
    .banner_box .hd ul li {
        width: 16px;
        height: 16px;
        border-radius: 20px;
        text-indent: -9999px;
        background: #ccc;
        cursor: pointer;
        display: inline-block;
        margin: 0 5px;
        -webkit-transition: 0.3s all ease-in-out;
        transition: 0.3s all ease-in-out;
    }
    /*数据*/
    
    .numb {
        display: flex;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
        justify-content: space-between;
        padding: 40px 0px;
        position: relative;
        top: -100px;
        background: #fff;
        border-radius: 120px;
        width: 90%;
    }
    
    .numb li {
        width: 25%;
        display: inline-flex;
        flex-direction: column;
        align-items: center;
        text-align: left;
        position: relative;
    }
    
    .numb li p {
        font-size: 18px;
        color: #222;
    }
    
    .numb li span {
        font-size: 50px;
        color: #017bf5;
        font-weight: bold;
    }
    
    .numb li dd {
        font-size: 16px;
        color: #999;
    }
    
    .numb li+li:before {
        content: '';
        width: 1px;
        height: 50%;
        background: #eee;
        display: block;
        position: absolute;
        left: 0;
        top: 25%;
    }
    
    .gc_list ul {
        display: flex;
        justify-content: space-between;
    }
    
    .gc_list li {
        width: 20%;
        line-height: 60px;
        background: #f8f8f8;
        text-align: center;
        cursor: pointer;
    }
    
    .gc_list li dl {
        display: none;
    }
    
    .gc_list li.on {
        background: #017bf5;
    }
    
    .gc_list li.on a {
        color: #fff;
    }
    
    .gc_list li a {
        display: block;
        font-size: 16px;
    }
    
    .gc_cont .progdwz2021 ul {
        display: flex;
    }
    
    .gc_cont .progdwz2021 li {
        width: 23.5%;
    }
    
    .gc_cont .progdwz2021 li+li {
        margin-left: 2%;
    }
    
    .gc_cont .progdwz2021 li img {
        width: 100%;
        height: auto;
        border-radius: 0px 30px 0 0px;
        border: 1px solid rgba(206, 206, 206, .5)
    }
    
    .gc_cont .progdwz2021 li span {
        display: block;
        width: 100%;
        line-height: 50px;
        background: #017bf5;
        border-radius: 0 0 0 30px;
    }
    
    .gc_cont .progdwz2021 li a {
        color: #fff;
        text-align: center;
        font-size: 15px;
        display: block;
    }
    
    .gc_cont .progdwz2021 ul+ul {
        margin-top: 2%;
    }
    
    .gc_cont .progdwz2021 li br {
        display: none;
    }
    /*proadv*/
    
    .proadv_bg {
        background: url(https://memberpic.114my.com.cn/shuangji11/uploadfile/image/20260403/20260403140413_213602442.jpg)no-repeat center;
        width: 100%;
        height: auto;
        min-width: 1400px;
        padding-top: 70px;
    }
    
    .proadv_tit p {
        color: #fff;
    }
    
    .proadv_tit span {
        color: rgba(255, 255, 255, 0.8);
    }
    
    .proadv_tit dd {
        color: rgba(255, 255, 255, 0.3);
    }
    
    .feat_nr ul li {
        width: 25%;
        background: #fff;
        float: left;
        text-align: center;
        height: 620px;
        position: relative;
        transition: 0.5s;
    }
    
    .feat_nr ul li em {
        width: 159px;
        height: 159px;
        margin: 0 auto;
        display: block;
        margin-top: 80px;
        margin-bottom: 37px;
        position: relative;
        z-index: 2;
        border: 5px solid #eee;
        border-radius: 50%;
        transition: 0.5s;
    }
    
    .feat_nr ul li+li {
        border-left: 1px solid #ebebeb;
    }
    
    .feat_nr ul li b {
        font-size: 26px;
        position: relative;
    }
    
    .feat_nr ul li p {
        padding: 50px;
        font-size: 15px;
        line-height: 30px
    }
    
    .feat_nr ul li.cur {
        background: #017bf5;
        color: #fff;
    }
    
    .feat_nr ul li.cur b:after {
        background: #fff;
    }
    
    .feat_nr ul li b:after {
        content: "";
        position: absolute;
        width: 40px;
        height: 2px;
        background: #017bf5;
        top: 55px;
        left: 55px;
    }
    
    .feat_nr ul li img {
        width: 100%;
    }
    

    
    .feat_nr li.cur::after {
        opacity: 1;
        bottom: -79px;
    }
    
    .feat_nr li.cur em {
        border: 5px solid #fff;
    }
    
    .case_bg {
        background: #f8f8f8;
    }
    
    .case_cont .new_web_div2021 li {
        width: 23.5%;
        margin-right: 2%;
        float: left;
    }
    
    .case_cont .new_web_div2021 li:nth-child(4n) {
        margin-right: 0;
    }
    
    .case_cont .new_web_div2021 li img {
        width: 100%;
        height: auto;
    }
    
    .case_con {
        margin-top: 0%;
    }
    
    .case_con .divdgweb_new_div {
        width: 100%;
        padding-top: 36.6%;
        position: relative;
        overflow: hidden;
        height: 0;
    }
    
    .case_con .news_div_item_pic {
        height: 100%;
    }
    
    .case_con * {
        display: block;font-size: 16px
    }
    
    .case_con .news_div_item_image {
        width: 100%;
        height: 100%;
        transition: 0.3s;
    }
    
    .case_con .divdgweb_new_div_item_content {
        position: absolute;
        bottom: 0;
        left: 0;
        height: 54px;
        background: rgba(0, 0, 0, 0.3);
        z-index: 1;
        transition: 0.3s;
        width: 100%;
    }
    
    .case_con .divdgweb_new_div_item_a {
        font-size: 18px;
        line-height: 54px;
        color: #fff;
        text-align: center;
        transition: 0.3s;
    }
    
    .case_con .divdgweb_new_div_item:hover .divdgweb_new_div_item_a {
        font-weight: bold;
    }
    
    .case_con .divdgweb_new_div_item {
        position: absolute;
        overflow: hidden;
    }
    
    .case_con .divdgweb_new_div_item:nth-child(1) {
        width: 50%;
        height: 100%;
        top: 0;
        left: 0;
    }
    
    .case_con .divdgweb_new_div_item:nth-child(2) {
        width: 23.5%;
        top: 0;
        left: 51.5%;
    }
    
    .case_con .divdgweb_new_div_item:nth-child(3) {
        width: 23.5%;
        bottom: 0;
        left: 51.5%;
    }
    
    .case_con .divdgweb_new_div_item:nth-child(4) {
        width: 23.5%;
        top: 0;
        right: 0;
    }
    
    .case_con .divdgweb_new_div_item:nth-child(5) {
        width: 23.5%;
        bottom: 0;
        right: 0;
    }
    
    .case_con .divdgweb_new_div_item:hover .news_div_item_image {
        transform: scale(1.2);
    }
    
    .case_con .divdgweb_new_div_item:hover .divdgweb_new_div_item_content {
        height: 100%;
        background: rgba(0, 97, 174, 0.7);
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    
    .case_con .divdgweb_new_div_item_body {
        font-size: 14px;
        line-height: 24px;
        color: #fff;
        padding: 0 6%;
    }
    
    .honor_bg {
        background: #f8f8f8;
        padding-top: 100px;
        padding-bottom: 100px;
    }
    
    .honor_l img {
        margin-left: -60px;
    }
    
    .honor_r {
        width: calc(100% - 308px);
        padding: 30px;
        background: linear-gradient(90deg, #f8f8f8 30%, #fff 70%);
        box-shadow: 50px 0px 50px rgba(0, 0, 0, 0.05);
    }
    
    .honor_r {
        margin-top: -60px;
    }
    
    .honor_r .tempWrap {
        width: 100% !important;
    }
    
    .honor_r ul {
        display: block;
    }
    
    .honor_r li {
        float: left;
        overflow: hidden;
        transition: 0.3s ease all;
        display: block;
        width: calc((100% - 45px) / 4);
        margin-right: 15px;
        text-align: center;
    }
    
    .honor_r li p a {
        color: #333;
        font-size: 16px;
        display: block;
    }
    
    .honor_r li p {
        height: 50px;
        line-height: 50px;
        position: relative;
        z-index: 2;
        background: #f8f8f8;
        display: none;
    }
    
    .honor_r li img {
        transition: all linear 0.5s;
        -moz-transition: all linear 0.5s;
        -ms-transition: all linear 0.5s;
        -webkit-transition: all linear 0.5s;
        width: 100%;
        height: 100%;
        display: block;
    }
    
    .honor_r li:hover img {
        -webkit-transform: scale(1.12, 1.12);
        transform: scale(1.12, 1.12);
    }
    

    /*about*/
    
    .about {
        overflow: hidden;
        position: relative;
    }
    /*视频*/
    
    .video_sp {
        float: left;
        padding: 27px 0px;
    }
    
    .ripple img {
        margin-left: 15px;
        margin-top: 12px;
        width: 32px;
        height: 32px;
    }
    
    .ripple,
    .ripple:before,
    .ripple:after {
        position: absolute;
        left: 50%;
        top: 40%;
        height: 65px;
        width: 65px;
        margin-top: -26px;
        margin-left: -32px;
        border-radius: 50%;
        -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.64);
        -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.64);
        box-shadow: 0 0 0 0 #fff;
        animation: ripple 3s infinite;
    }
    
    .ripple {
        padding: 6px 3px;
        background: rgba(255, 255, 255, 0.5);
    }
    
    .ripple:before {
        -webkit-animation-delay: .9s;
        animation-delay: 0.9s;
        content: "";
        position: absolute;
        right: 0;
        bottom: 0;
    }
    
    .ripple:after {
        -webkit-animation-delay: .6s;
        animation-delay: 0.6s;
        content: "";
        position: absolute;
        right: 0;
        bottom: 0;
    }
    
    .video_box {
        background: rgba(0, 0, 0, 0.6);
        top: 0;
        left: 0;
        z-index: -1;
        opacity: 0;
        transition: 600ms ease;
    }
    
    .video_box.cur {
        opacity: 1;
        z-index: 999;
        transition: 600ms ease;
    }
    
    .video {
        position: fixed;
        top: -100%;
        left: 71%;
        margin-top: -250px;
        margin-left: -575px;
        transition: 600ms ease;
        z-index: 999;
    }
    
    .video_box.cur .video,
    .video_box.cur .video_x {
        top: 40%;
        transition: 600ms ease;
    }
    
    .video_x1 {
        width: 100%;
        height: 777px;
        background: url(https://memberpic.114my.com.cn/shuangji11/uploadfile/image/20260312/20260312204635_1047669275.jpg)no-repeat center;
        position: relative;
        float: left;
    }
    
    .video_x1:before {
        content: "";
        width: 100%;
        height: 100%;
        background: linear-gradient(-45deg, black, transparent 90%);
        position: absolute;
        opacity: 0.5;
        display: none;
    }
    
    @-webkit-keyframes ripple {
        70% {
            -webkit-box-shadow: 0 0 0 70px rgba(244, 68, 56, .0);
            box-shadow: 0 0 0 70px rgba(244, 68, 56, .0);
        }
        100% {
            -webkit-box-shadow: 0 0 0 0 rgba(244, 68, 56, .0);
            box-shadow: 0 0 0 0 rgba(244, 68, 56, .0);
        }
    }
    
    .jquery-lightbox-border-bottom-left,
    .jquery-lightbox-border-bottom-middle,
    .jquery-lightbox-border-bottom-right {
        BOTTOM: -34px !important;
    }
    
    .about_con {
        position: absolute;
        bottom: 0px;
        right: auto;
    }
    
    .about_con ul {
        display: flex;
    }
    
    .about_con li {
        width: 230px;
        height: 210px;
        background: linear-gradient( 120deg, #0a63dd, #017bf5);
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    
    .about_con li i {
        display: inline-block;
        width: 50px;
        height: 50px;
        text-align: center;
        font-size: 40px;
        line-height: 50px;
        color: #fff;
        transition: all .5s;
    }
    
    .about_con li:hover i {
        transform: rotateY(360deg);
        transition: all .5s;
    }
    
    .about_con li:hover {
        background: #017bf5;
        transiton: 0.5s;
    }
    
    .about_con li a {
        font-size: 18px;
        color: #fff;
        padding-top: 16px;
    }
    
    .about_txt {
        background: rgba(255, 255, 255, 0.95);
        width: 800px;
        position: absolute;
        bottom: 0px;
        right: 0;
        padding: 50px 60px;
        width: 64%;
    }
    
    .about_txt p {
        font-size: 30px;
        line-height: 32px;
    }
    
    .about_txt i {
        display: inline-block;
        width: 60px;
        height: 2px;
        background: #017bf5;
        margin-top: 20px;
    }
    
    .about_txt em {
        font-size: 15px;
        color: #333;
        font-weight: lighter;
        line-height: 30px;
        display: inline-block;
        padding-top: 20px;text-indent: 2em;
    }
    
    .about_txt a {
        font-size: 14px;
        text-transform: uppercase;
        padding-top: 18px;
        display: inline-block;
    }
    /*company_img*/
    
 
    /*新闻*/
    
    .news_bg {
        padding: 60px 0;
        overflow: hidden;
    }
    
    .news.page {
        width: 1500px;
        margin: 0 auto;
    }
    
    .news_fl {
        width: 12%;
        padding-top: 20px;
    }
    
    .news_fl_title span {
        font-size: 40px;
        color: #ccc;
        line-height: 50px;
        text-transform: uppercase;
    }
    
    .news_fl_title p {
        font-size: 40px;
        color: #222;
    }
    
    .news_fl_a a {
        display: block;
        width: 150px;
        height: 44px;
        line-height: 40px;
        margin-bottom: 30px;
        border: 2px #ccc solid;
        border-radius: 25px;
        font-size: 16px;
        color: #666;
        text-align: center;
        transition: all 0.3s ease-in-out;
    }
    
    .news_fl_a a:first-child {
        margin-top: 95px;
    }
    
    .news_fl_a a.on {
        background: #017bf5;
        border: 2px #017bf5 solid;
        color: #fff;
    }
    
    .news_fr {
        width: 82% !important;
    }
    
    .news_fr .news_div_item {
        position: relative;
    }
    /*第一条新闻*/
    
    .news_ul_fl {
        width: 52%;
    }
    
    .news_ul_fl .news_div_item {
        float: left;
        width: 100%;
    }
    
    .news_ul_fl .news_div_item .news_div_item_pic {
        position: absolute;
        top: 0;
        width: 100%;
        height: 400px;
        overflow: hidden;
    }
    
    .news_ul_fl .news_div_item .news_div_item_image {
        width: 100%;
        height: 400px;
        border: 1px #eee solid;
        position: absolute;
        bottom: 0px;
    }
    
    .news_ul_fl .news_div_item .news_div_item_date {
        position: absolute;
        top: 470px;
        left: 15px;
    }
    
    .news_ul_fl .news_div_item .news_div_item_year,
    .news_ul_fl .news_div_item .news_div_item_month,
    .news_ul_fl .news_div_item .news_div_item_day {
        float: left;
    }
    
    .news_ul_fl .news_div_item .news_div_item_content {
        height: 245px;
        margin: 30px 35px 0 15px;
        position: absolute;
        top: 400px;
    }
    
    .news_ul_fl .news_div_item .news_div_item_a {
        font-size: 22px;
        color: #333;
        position: relative;
    }
    
    .news_ul_fl .news_div_item .news_div_item_a:after {
        display: block;
        content: "了解详细";
        width: 175px;
        height: 42px;
        line-height: 42px;
        background: #eee;
        font-size: 15px;
        color: #666;
        text-align: center;
        position: absolute;
        top: 220px;
        transition: all 0.3s ease-in-out;
    }
    
    .news_div_item_content:hover .news_div_item_a:after {
        background: #017bf5;
        color: #fff;
    }
    
    .news_ul_fl .news_div_item .news_div_item_body {
        margin-top: 45px;
        font-size: 15px;
        color: #666;
        line-height: 30px;
    }
    /*第二到第四条新闻*/
    
    .news .swiper-container {
        width: 82% !important;
    }
    
    .news .swiper-slide {
        padding: 30px 0;
        box-sizing: border-box;
    }
    
    .news_ul_fr {
        width: 46%;
        padding: 0 0 0 20px;
        box-sizing: border-box;
    }
    
    .news_ul_fr .news_div_item:first-child,
    .news_ul_fr .news_div_item .news_div_item_image {
        display: none;
    }
    
    .news_ul_fr .news_div_item_body {
        position: absolute;
        top: 105px;
        line-height: 30px;
        font-size: 15px;
        opacity: 0;
        width: 90%;
    }
    
    .news_ul_fr .news_div_item {
        height: 120px;
        margin-bottom: 25px;
        padding: 0 33px;
        box-shadow: 0 0 30px rgba(0, 0, 0, .08);
        overflow: hidden;
        transition: all 0.3s ease-in-out;
        box-sizing: border-box;
    }
    
    .news_ul_fr .news_div_item_date {
        position: absolute;
        top: 70px;
        left: 33px;
    }
    
    .news_ul_fr .news_div_item_year,
    .news_ul_fr .news_div_item_month,
    .news_ul_fr .news_div_item_day {
        float: left;
    }
    
    .news_ul_fr .news_div_item_a {
        font-size: 18px;
        color: #333;
        position: absolute;
        top: 38px;
        display: block;
        height: 230px;
        width: 100%;
        position: relative;
        z-index: 9;
    }
    
    .news_ul_fr .news_div_item.on {
        height: 270px;
    }
    
    .news_ul_fr .news_div_item.on .news_div_item_body {
        opacity: 1;
    }
    
    .news_ul_fr .news_div_item_body:after {
        content: '了解详细';
        width: 175px;
        height: 40px;
        display: block;
        background: #f5f5f5;
        line-height: 40px;
        text-align: center;
        font-size: 15px;
        color: #666;
        margin-top: 30px;
        transition: all 0.3s ease-in-out;
    }
    
    .news_div_item_content:hover .news_div_item_body:after {
        background: #017bf5;
        color: #fff;
    }
    
    .head_bgx {
        width: 100%;
        height: 10px;
        cursor: pointer;
        background: #cb7e30;
    }
    
    .head_bgx span {
        display: block;
        width: 100%;
        height: 10px;
        background-color: #017bf5;
        animation: span_i1 2.5s infinite;
        float: right;
    }
    
    @keyframes span_i1 {
        0% {
            width: 0%;
            background-color: #017bf5
        }
        25% {
            width: 100%;
            background-color: #017bf5
        }
        100% {
            width: 0%;
            background-color: #017bf5
        }
    }
    /*copy*/
    
    .copy {
        width: 100%;
        background: #017bf5;
        padding: 10px 0 0px;
        overflow: hidden;
    }
    
    .copy_box1 {
        width: 1500px;
        margin: 0 auto;
    }
    /*友情链接*/
    
    .links_bj {
        position: relative;
        height: 80px;
        line-height: 80px;
        overflow: hidden;
    }
    
    .links_zbt {
        width: 130px;
        font-size: 16px;
        color: #fff;
        display: flex;
        align-items: center;
    }
    
    .links_zbt img {
        margin-right: 15px;
        margin-top: -5px;
    }
    
    .links_lj {
        width: 1200px;
        font-size: 14px;
        color: #fff;
        margin-left: 20px;
        opacity: 0.5;
    }
    
    .links_tb {
        width: auto;
        height: 92px;
    }
    
    .linkTagcs li a {
        font-size: 15px;
        line-height: 80px;
        color: #fff !important;
        opacity: 0.5;
    }
    
    .link_more {
        float: right;
    }
    
    .link_more a {
        font-size: 14px;
        color: #fff;
    }
    
    .copy_tab {
        border-top: 1px solid #80bdfa;
        padding: 80px 0;
        overflow: hidden;
    }
    
    .copy_tabr {
        border-top: none;
        padding: 80px 0;
        overflow: hidden;
    }
    
    .copy_con {}
    
    .copy_con>ul {}
    
    .copy_con>ul>li {
        float: left;
        text-align: left;
        padding: 0 80px;
        position: relative;
        transition: 0.5s;
    }
    
    .copy_con>ul>li p {
        font-size: 18px;
        color: #ffffff;
        margin-bottom: 20px;
    }
    
    .copy_con>ul>li p span {
        font-size: 12px;
        color: #eee;
        font-family: Arial;
        display: block;
        text-transform: uppercase;
    }
    
    .copy_con>ul>li a {
        font-size: 14px;
        color: #eee;
        display: inherit;
        line-height: 30px;
        transition: all 0.3s linear;
    }
    
    .copy_con>ul>li a:hover {
        color: #ffffff;
        transition: all 0.3s linear;
    }
    
    .copy_con>ul>li:before {
        content: '';
        width: 1px;
        height: 25px;
        background: #fff;
        position: absolute;
        left: 1px;
        top: 0;
        z-index: 1;
        transition: 0.5s;
    }
    
    .copy_con>ul>li:after {
        content: '';
        width: 1px;
        height: 215px;
        background: #80bdfa;
        position: absolute;
        left: 1px;
        top: 0;
        transition: 0.5s;
    }
    
    .copy_r {
        float: right;
    }
    
    .copy_r p {
        font-size: 18px;
        color: #ffffff;
    }
    
    .copy_r p span {
        font-size: 12px;
        color: #eee;
        font-family: Arial;
        display: block;
        text-transform: uppercase;
    }
    
    .copy_r ul {
        display: flex;
        width: 280px;
        justify-content: space-between;
        padding-top: 20px;
    }
    
    .copy_r li i {
        display: inline-block;
        width: 120px;
        height: 120px;
        background: #ffffff;
        margin-bottom: 12px;
    }
    
    .copy_r li {
        font-size: 14px;
        color: #ffffff;
        text-align: center;
        width: 130px;
    }
    
    .copy_r li img {
        width: 120px;
        height: 120px;
    }
    
    .copy_namea {
        width: 100%;
        padding: 20px 0px;
        background: #0a63dd;
    }
    
    .copy_name {
        width: 1500px;
        display: flex;
        justify-content: space-between;
        background: #0a63dd;
        margin: 0 auto;
    }
    
    .copy_name span {
        font-size: 14px;
        color: #fff;
        line-height: 28px;
        display: inherit;
    }
    
    .copy_name span a {
        color: #fff;
        transition: all 0.3s linear;
    }
    
    .copy_name span a:hover {
        color: #ffffff;
        transition: all 0.3s linear;
    }
    
    .copy_con li:hover:before {
        height: 100%;
        transition: 0.5s;
    }