.structure-layout .h1,
.structure-layout .h2,
.structure-layout .h3,
.structure-layout .h4,
.structure-layout .h5,
.structure-layout .h6 {
    color: #000;
    font-weight: 700;
    font-family: 'Arial', sans-serif;
    font-size: 1.75rem;
 }
.structure-layout .product-structure .structure-table {
    padding-top: 20px;
    padding-bottom: 20px;
    border-collapse: collapse;
}
.structure-layout .product-structure .structure-table .structure-row {
    display: table-row;
    margin: 10px 0;
}

.top2 {
    box-shadow: 0px 2px 5.88px 0.12px #01010114;
}

.structure-layout .product-structure .structure-table .structure-row .col-left {
    width: 40%;
    background-color: #fafafa;
}
.structure-layout .product-structure .structure-table .structure-row .col-right {
    width: 60%;
    background-color: #fff;
    display: table-cell;
}
.structure-layout .product-structure .structure-table .structure-row .col-left,
.structure-layout .product-structure .structure-table .structure-row .col-right {
    padding: 12px;
    display: table-cell;
    border: 1px solid #f4f4f4;
    font-size: 14px;
    color: #222;
    line-height: 20px;
}
table.has-title {
    margin-bottom: 10px;
}

@media (min-width: 990px){
    .poorder {
        position: absolute;
        right: 20px;
        top: -27px;
    }
}

.poorder .tab-list {
    display: flex;
    justify-content: flex-end;
    width: 100%;
}

.poorder .tab-list dd {
    cursor:pointer;
}

.poorder #ert {
    width:21px;
    height:22px;
    float:left;
    background-image:url(../images/p-he.jpg);
    background-repeat:no-repeat;
    background-position:center center;
}

.poorder #uioi {
    width:21px;
    height:22px;
    float:left;
    background-image:url(../images/p-su.jpg);
    background-repeat:no-repeat;
    background-position:center center;
}

.poorder .tab-list .list .current {
    background-image:url(../images/p-he-1.jpg) !important;
}

.poorder .tab-list .list1 .current {
    background-image:url(../images/p-su-1.jpg) !important;
}


/*  */

@media (min-width: 990px) {
    .page-wrap-left {
        display: none;
    }
}

.icon-font {
    position: relative;
}
.icon-font:after {
    content: "";
    width: 30px;
    height: 30px;
    background-image: url(../images/icon_spirit.png);
    background-repeat: no-repeat;
    position: absolute;
    left: calc(50% - 15px);
    top: calc(50% - 15px);
}

.xypg-left-box {
    margin-bottom: 20px;
}

.xypg-left-title {
    background: var(--main-theme-color);
    padding: 10px 20px;
    position: relative;
}

.xypg-left-title h3 {
    font-size: 20px;
    color: #ffffff;
    line-height: 30px;
    font-weight: bold;
    position: relative;
    text-transform: capitalize;
    z-index: 9;
}

.xypg-left-con {
    border: 1px solid #d2d2d2;
    border-top: none;
}

/*  */

.page-mob-tool {
    position: fixed;
    right: 15px;
    bottom: 100px;
    z-index: 999;
}

.page-mob-tool li.xymob-page-navbtn span {
    color: #fff;
    position: relative;
    z-index: 1;
    font-size: 0;
    background: url(../images/menux.png) no-repeat center;
    font-family: "Candara", "SF Pro Display", "Arial";
    width: 40px;
    height: 40px;
    display: block;
}

.page-mob-tool li {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-bottom: 1px;
    cursor: pointer;
    position: relative;
}

.page-mob-tool li:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: var(--main-theme-color);
    opacity: .7;
}

.page-mob-tool li i {
    display: block;
    width: 100%;
    height: 100%;
}

.page-mob-tool li .icon-dots-horizontal:after {
    background-position: -30px -390px;
}

.page-mob-tool li .icon-top:after {
    background-position: -30px -60px;
}

@media (min-width: 992px) {
    .page-mob-tool {
        display: none;
    }
}

/* 手机站 左侧导航弹出特效 */
.xymob-left-close-btn {
    display: none;
}


@media (max-width: 990px) {
    /* 弹出框之后 body 上增加一个禁止滚动的类*/ 
    body.no-scroll, html.no-scroll {
        height: 100vh;
        overflow: hidden;
    }

    .xymob-menu-click {
        position: fixed;
        width: 100vw;
        overflow-y: scroll;
        top: 0;
        left: 100%;
        -webkit-transition: all .5s ease;
        transition: all .5s ease;
        z-index: 999999;
        height: 100vh;
        background: rgba(0, 0, 0, 0.7);
    }

    .xymob-menu-click .xypg-left-news, 
    .xymob-menu-click .xypg-left-keys, 
    .xymob-menu-click .xypg-left-contact, 
    .xymob-menu-click .page-message-img {
        display: none;
    }

    .xymob-menu-click .xymob-left-close-btn {
        display: block;
        position: absolute;
        top: 15px;
        right: 15px;
        width: 32px;
        height: 32px;
        line-height: 32px;
        border-radius: 50%;
        border: 1px solid #fff;
        text-align: center;
        background: black;
    }

    .xymob-menu-click .xymob-left-close-btn .icon-font {
        display: block;
        width: 100%;
        height: 100%;
    }

    .xymob-menu-click .xymob-left-close-btn .icon-font:after {
        background-position: -30px -300px;
    }

    .xymob-menu-click .xypg-left {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        min-height: 90vh;
        padding: 5vh 0;
    }

    .xymob-menu-click .xypg-left .xypg-left-menu {
        width: 90%;
        background: #fff;
    }

    .xymob-menu-click.click {
        left: 0;
    }
}


/* 内页左侧导航栏样式 */
.xypg-left-nav {
    margin: 0 -1px;
}

.xypg-left-nav > li {
    position: relative;
    border-bottom: 1px solid #eeeeee;
}

.xypg-left-nav > li:last-child {
    border-bottom: none;
}

.xypg-left-nav > li > a {
    display: block;
    font-size: 16px;
    line-height: 22px;
    color: #2e2e2e;
    padding: 15px 18px;
}

.xypg-left-nav > li .first-nav-btn {
    position: absolute;
    z-index: 99;
    width: 30px;
    height: 30px;
    text-align: center;
    top: 10px;
    right: 20px;
    cursor: pointer;
    background: url(../images/icon_spirit.png) 0 -240px no-repeat;
}

.xypg-left-nav > li .first-nav-btn.clicked {
    background-position: 0 -270px;
}

.xypg-left-nav > li:hover > a, .xypg-left-nav > li.clicked > a {
    color: var(--main-theme-color);
}

.xypg-left-nav > li:hover .first-nav-btn, .xypg-left-nav > li.clicked .first-nav-btn {
    color: var(--main-theme-color);
}

.xypg-left-nav .xypg-left-subnav {
    display: none;
    padding: 0 10px;
}

.xypg-left-nav .xypg-left-subnav > li {
    border-top: 1px dashed #eeeeee;
}

.xypg-left-nav .xypg-left-subnav > li > a {
    padding: 8px;
    display: block;
    line-height: 20px;
    color: #818181;
    font-size: 16px;
}

.xypg-left-nav .xypg-left-subnav > li > a:hover {
    color: var(--main-theme-color);
}

.xypg-left-nav .xypg-left-subnav > li.clicked > a {
    color: var(--main-theme-color);
}

.xypg-left-nav .xypg-left-threenav > li > a {
    padding: 5px 10px;
    display: block;
    font-size: 14px;
    line-height: 24px;
    color: #999999;
}

.xypg-left-nav .xypg-left-threenav > li > a:before {
    content: '\2014   ';
}

.xypg-left-nav .xypg-left-threenav > li > a:hover {
    color: var(--main-theme-color);
}

.xypg-left-nav .xypg-left-threenav > li.clicked > a {
    color: var(--main-theme-color);
}

@media (max-width: 990px) {
    .xypg-left-nav .xypg-left-threenav {
        display: block;
    }
}





.clearfix:after{content: ".";display: block;height: 0;clear: both;overflow: hidden;visibility: hidden;}
.clearfix{zoom:1}
.clearboth{height:0px;line-height:0px;overflow:hidden;clear:both;font-size:0px;}
p{margin:0;}

/*----- Common css ------*/
.fl{float:left;}
.fr{float:right;}
.di{_display:inline;}
.fwn{font-weight:normal;}
.dib{*display:inline;_zoom:1;_display:inline;_font-size:0px;}


.com-img{ display:block; overflow:hidden;}
.com-img img{ transition:all 0.5s; -webkit-transition:all 0.5s; -moz-transition:all 0.5s; -o-transition:all 0.5s;}
.com-img:hover img{transform:scale(1.1); -webkit-transform:scale(1.1); -moz-transform:scale(1.1); -o-transform:scale(1.1);
    -ms-transform:scale(1.1);}



.of{overflow:hidden;}
.wh{max-width:1520px;width:94%;margin: 0 auto;}
.wh1800{max-width:1800px;width:93.75%;margin: 0 auto;}
.wh1540{max-width:1540px;width:94%;margin: 0 auto;}



.flexf{display: flex;justify-content: space-between;flex-wrap: wrap;}
.flexs{display: flex;justify-content: space-between;align-items: center;flex-wrap: wrap;}
.flexd{display: flex;justify-content: space-between;align-items:flex-end;flex-wrap:wrap;}
.bold{font-weight:bold;}
.oh{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.upc{text-transform:uppercase;}
.bcg{background-size:100% 100%;}




/*头部样式*/
.top11{position: sticky;position: -webkit-sticky;top:0;background: #fff;z-index: 99999;
    /*box-shadow: 0px 2px 5.88px 0.12px rgb(1 1 1 / 11%);*/
}





.top1{background-color: #2f2a76;}
.top1 .wh{height:48px;}
.yx{padding-left: 31px;color: #fff;font-size:14px;background: url(//wm.cdn.cn86.cn/hzcrslmj/2026/03/4ae2c14654mle0kx.png) no-repeat left center;}
.dh{padding-left: 29px;color: #fff;font-size: 14px;background: url(//wm.cdn.cn86.cn/hzcrslmj/2026/03/1b97fb5aaexp1nsv.png) no-repeat left center;margin-left: 3vw;}
.top1 .language-group span{font-size:14px;margin-left:5px;margin-right:18px;}
.top1 .dropdown-toggle::after{display: none;}
.top1 .language-group .btn{padding: .375rem 0rem;}


.top2 .wh{height:92px;}
.logo{}
.logos img{width:100%;}
.pc-navbar{width:59.34%;}




/*banner*/
/*  */
.banner_box .swiper-slide {
    background: #fff;
    overflow: hidden;
}
.banner_wrap {
    width: 100%;
    position: relative;
}


.banner_box .swiper-slide-active{position: relative;z-index: 999;}
.banner_box {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 9;
    overflow: hidden;
    -webkit-transition: all .3s .2s cubic-bezier(.34, .34, .27, .91);
    transition: all .3s .2s cubic-bezier(.34, .34, .27, .91);
}

.banner_content {
/*    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;*/
}
.banner_wrap .swiper-pagination1{position: absolute;bottom:2.08vw;width: 100%;z-index: 999;text-align: center;font-size: 0;}
.banner_wrap .swiper-pagination1 .swiper-pagination-bullet{width:10px;height: 10px;background-color: #ffffff;border-radius: 50%;opacity:0.6;margin: 0 8px;outline: none;}
.banner_wrap .swiper-pagination1 .swiper-pagination-bullet-active{opacity:1;width: 60px;border-radius:8px;}


.banner_img {
    height: 100%;
    overflow: hidden;
}
.banner_img video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    /*-webkit-transition: all 2s cubic-bezier(.34, .34, .27, .91);*/
    /*transition: all 2s cubic-bezier(.34, .34, .27, .91);*/
}

.banner_img img {
/*    position: absolute;
    left: 0;
    top: 0;*/
    width: 100%;
    height: 100%;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: all 2s cubic-bezier(.34, .34, .27, .91);
    transition: all 2s cubic-bezier(.34, .34, .27, .91);
}




.banner_box .swiper-slide-active .banner_img video {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.banner_box .swiper-slide-active .banner_img img {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.banner_read {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    z-index: 99999;
    transform: translateY(-50%);
}

.bwz1{color:#1a1a1a;font-size:2.71vw;line-height:1.25;font-weight:bold;}
.bwz2{color:#222222;font-size:1.98vw;line-height:1.74;margin:1.87vw 0 2vw;}
.bwz3{color:#2f2a76;font-size:20px;line-height:32px;max-width:560px;}
.bwz4{background-color:#2f2a76;width: 285px;height: 64px;line-height:28px;display: flex;justify-content: center;flex-wrap:wrap;align-items: center;color:#fff;font-size:18px;border-radius:35px;margin-top:4.16vw;}
.bwz4 .jt{margin-right:13px;}





/*主体样式*/
.box1{padding:4.32vw 0 5.21vw;}
.sybt{text-align:center;}
.sybt .wz{color:#222222;font-size:2.19vw;line-height:1;}
.sybt .wz2{color:#bbbbbb;font-size:18px;margin-top:0.78vw;}
.syadd1{margin-top:2.92vw;}
.syadd1 li{width:23.03%;position:relative;overflow:hidden;border-radius: 10px;background-color: rgb(255, 255, 255);box-shadow: 0px 0px 14.1px 0.9px rgba(11, 11, 11, 0.08);text-align:center;}
.syadd1 li .img img{width:100%;display:block;}
.syadd1 li .det{padding:40px 25px 35px;position:relative;z-index:99;height:211px;}
.syadd1 li .wz{color:#222222;font-size:20px;}
.syadd1 li .wz2{color:#666666;font-size:16px;line-height:26px;height:78px;overflow:hidden;margin-top:24px;}
.syadd1 li .mo{color:#fff;font-size:14px;line-height:29px;background:#fcc930;font-weight:bold;border-radius: 5px;width: 114px;margin:0 auto;margin-top:26px;display:none;}
.syadd1 li:after{content:"";position:absolute;background:url(//wm.cdn.cn86.cn/hzcrslmj/2026/03/aafdc0b8f0wcezag.png);z-index:9;left:0;bottom:-100%;width:100%;height:100%;background-size:100% 100%;transition:all 0.5s;}
.syadd1 li:hover:after{bottom:0;}
.syadd1 li:hover .wz{color:#fff;}
.syadd1 li:hover .wz2{color:#fff;height:52px;}
.syadd1 li:hover .mo{display:block;}
.syadd1 li:hover .det{padding-top:5px;}




.box2{background:#f1f1f1;padding:3.65vw 0;}
.listf {margin-top:3.64%;}
.listf .item {
    width: 13.78%;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    overflow: hidden;
    position: relative;
    border-radius: 10px;
    overflow:hidden;
}
.listf li:hover{width:13.78%;}
.listf li.active{width:39%;}

.listf .item a {
    display: block;
}

.listf .item .img img {
    min-width: 100%;
    max-width: max-content;
    max-height:38.12vw;
    -o-object-fit: cover;
    object-fit: cover;
    position: relative;
    left: 0;
}

.listf .item .img {
    position: relative;
    overflow: hidden;               
}

.listf .item .img::before {
    content: '';
    display: block;
    width:100%;
    height: 100%;
    background:url(//wm.cdn.cn86.cn/hzcrslmj/2026/03/4c94256abc0iwxqt.png);background-size:100% 100%;
    position: absolute;
    bottom: 0;
    left:0%;
    transition: all 0.6s;
    opacity: 0;
    z-index: 2;
}


.listf .item.active .img::before {
    opacity: 1 !important;
}



.listf .item .position {
    position: absolute;
     width:80%;left:10%;
    -webkit-transition: 0.8s;
    -o-transition: 0.8s;
    transition: 0.8s;
    z-index: 3;text-align:center;
    bottom:3.18vw;
}

.listf .item .position .content0 {
    font-size:18px;
    color: #ffffff;
    font-weight: bold;
        -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}



.listf .item .position .content2 {
    max-width: 410px;
    display:none;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    font-size:20px;line-height:30px;color:#fff;margin-top:1.91vw;
}

.listf .item .position .icon{margin-top:3.54vw;}


.listf .item.active .position .content2 {
  display:block;
}
.listf .item.active .content0{font-size:1.56vw;}
.listf .item.active .position{text-align:left;width:84%;left:8%;}



.box3{padding:3.96vw 0 4.43vw;}
.sysj{margin:3.02vw 2.96%;}
.sysj li .wz{color:#2f2a76;font-size:16px;font-weight:bold;display: flex;align-items: flex-start;flex-wrap:wrap;line-height:1;}
.sysj li strong{color:#2f2a76;font-size:3.12vw;margin-right:8px;line-height:0.78;}
.sysj li .hx{background:#bbbbbb;width:140px;height:1px;margin:19px 0 15px;}
.sysj li .wz2{color:#555555;font-size:15px;font-weight:bold;}
.picMarquee-left{overflow:hidden;}
.picMarquee-left .bd{overflow: hidden;}
.picMarquee-left .bd ul{ overflow:hidden; zoom:1;}
.picMarquee-left .bd ul li{margin:0 12px; float:left; _display:inline;width:30.47%;border-radius: 10px;overflow:hidden;position:relative;}
.picMarquee-left .bd ul li .img img{width:100%;display:block;}
.picMarquee-left .bd ul li .wz{position:absolute;right:10px;bottom:11px;border-radius: 5px;background-color: rgb(47, 42, 118,.52);line-height:28px;color:#fff;font-size:15px;padding:0 7px;z-index:9;}





.box4{padding:3.65vw 0 3.91vw;background:#f1f1f1;}
.advs{margin-top:3.91vw;}
.advs li{border-radius: 10px;background-color: rgb(255, 255, 255);width:23.42%;overflow:hidden;padding:11px;cursor:pointer;}
.advs li .img{border-radius:10px;overflow:hidden;}
.advs li .img img{width:100%;display:block;}
.advs li .det{padding:0 10px;height:205px;}
.advs li .nmb{color:#fcc930;font-size:3.12vw;line-height:1;margin-top:30px;}
.advs li .wz{color:#222222;font-size:20px;margin:15px 0;}
.advs li .wz2{color:#888888;font-size:15px;line-height:20px;}



.box5{padding:4.06vw 0 5.2vw;}
.Customer{margin-top:2.2vw;}
.Customer li{width:31.69%;border-radius: 15px;padding:10px 10px 20px;overflow:hidden;}
.Customer li:hover{background-color: rgb(255, 255, 255);box-shadow: 0px 0px 30.08px 1.92px rgba(11, 11, 11, 0.1);}
.Customer li .img{border-radius: 15px;}
.Customer li .img img{width:100%;display:block;}
.Customer li .det{padding-left:22px;padding-right:16px;}
.Customer li .wz{color:#222222;font-size:18px;margin:36px 0 15px;}
.Customer li .wz2{color:#888888;font-size:15px;line-height:26px;}
.Customer li .nr{margin-top:25px;}
.Customer li .wz3{color:#cdcdcd;font-size:14px;}
.Customer li .mo{width: 114px;line-height: 29px;text-align:center;color:#2f2a76;font-size:14px;}
.Customer li .mo a:hover{color:#fff !important;background:#fcc930; border: 1px solid #fcc930; }
.Customer li .mo a { display: block; color: #2f2a76;border:1px solid rgb(47, 42, 118);border-radius: 5px; }
.Customer li:hover .mo a {
    color:#fff !important;background:#fcc930; border: 1px solid #fcc930;
}


.box6{background:url(//wm.cdn.cn86.cn/hzcrslmj/2026/03/b8504a4d89aauics.jpg) no-repeat center center;padding:4.58vw 0 2.5vw;background-size:cover!important;background-attachment:fixed!important;overflow-x:hidden;} 
.sybt6 .wz{color:#fff;}
.sybt6 .wz2{color:#bbbbbb;}


.Listen{margin-top:4.58vw;position:relative;}
.Listen .mySwiper2{overflow:hidden;}
.Listen .swiper-slide{}
.Listen .swiper-slide .aa{background:#fff;border-radius:5px;}
.Listen .swiper-slide .det{padding:50px 36px 34px 24px;}
.Listen .swiper-slide .wz{color:#333333;font-size:15px;line-height:26px;height:78px;overflow:hidden;margin:24px 0 58px;}
.Listen .swiper-slide img{display:block;}
.Listen .swiper-slide .xbj{margin-left:18px;line-height:21px;}
.Listen .swiper-slide .wz2{color:#222222;font-size:15px;}
.Listen .swiper-slide .wz3{color:#666666;font-size:15px;}
.sjx{margin-left:24px;}
.Listen .swiper-pagination2{width:100%;text-align:center;left:0;right:0;margin-top:2.34vw;position:relative;z-index:99;}
.Listen .swiper-pagination-bullet{width:14px;height:14px;margin:0 7px;display: inline-block;border-radius: 50%;background:none;opacity:1;cursor:pointer;border:1px solid #fff;}
.Listen .swiper-pagination-bullet-active{background:#fff;opacity:1;}





.box7{padding:3.65vw 0 5.21vw;}
.xcont{padding-top:3.55vw;}
.syxw{width:47.24%;}
.xw1 li .img{border-radius: 10px;overflow:hidden;}
.xw1 li .img img{width:100%;display:block;}
.syxw li .det{position:relative;padding:28px 9px 30px;border-bottom:2px solid #e5e5e5;}
.syxw li .wz{color:#2f2a76;font-size:14px;font-weight:bold;}
.syxw li .tm{color:#cccccc;font-size:15px;}
.syxw li .wz2{color:#111111;font-size:20px;margin:20px 0 15px;}
.syxw li .wz3{color:#888888;font-size:16px;line-height:24px;height:48px;overflow:hidden;}
.syxw li .det:before{content:"";width:0;height:2px;background:#2f2a76;position:absolute;display: block;left:0;bottom:-2px;transition:0.5s;} 
.syxw li:hover .det:before{width:100%;}
.xw2 li .det{padding-top:0;}
.xw2 li+li{margin-top:2.69vw;}












/*页面底部*/
.foot{background:#111111;}
.fcont{padding:4.32vw 0 4.84vw;}
.fta{}
.ftt{color:#fff;font-size:20px;}
.ftlx{color:rgb(228, 232, 240,.8);font-size:16px;margin-top:1.67vw;}
.ftlx p{padding-left:30px;}
.ftlx p:nth-child(1){background:url(//wm.cdn.cn86.cn/hzcrslmj/2026/03/08013e07eekhglty.png) left center no-repeat;}
.ftlx p:nth-child(2){background:url(//wm.cdn.cn86.cn/hzcrslmj/2026/03/ea445cabe2evyiei.png) left center no-repeat;}
.ftlx p:nth-child(3){background:url(//wm.cdn.cn86.cn/hzcrslmj/2026/03/973b5a45a7oqvu92.png) left center no-repeat;}
.ftlx p+p{margin-top:19px;}

.ftb{width:28.29%;margin-left:6%;}
.ftnav{margin-top:25px;}
.ftnav li{width:49%;font-size:16px;line-height:38px;padding-left:18px;background:url(//wm.cdn.cn86.cn/hzcrslmj/2026/03/2515920b90klmcw5.png) left center no-repeat;}
.ftnav li a{color:rgb(228, 232, 240,.8)}
.ftnav li a:hover{color:#fff!important;}


.ftc{width:28.82%;margin-top:15px;}
.faddr li{border:1px solid #707276;}
.faddr li a{}
.faddr li .wz{color:#e4e8f0;font-size:15px;opacity:.45;padding-left:15px;width: calc(100% - 166px);}
.faddr li .wz2{color:#fff;font-size:15px;text-align:center;background:#2f2a76;width:156px;line-height:64px;text-transform:uppercase;}
.ftshare{margin-top:50px;}
.ftshare li+li{margin-left:10px;}



.bq{font-size:15px;color:rgb(228, 232, 240,.45);border-top:1px solid #414141;line-height:24px;padding:19px 0;text-align:center;}
.bq a{color:rgb(228, 232, 240,.45);}
.bq a:hover{color:#fff!important;}











/*内页样式*/
.left2 .left-title{opacity:0;padding:0;}
.left2 .cate-list{border:none;display: flex;justify-content: center;flex-wrap:wrap;align-items: center;}
.left2 .cate-list .category span{display:none;}
.left2 .cate-list .list-title{border:none;padding:0;}
.left2 .cate-list a{margin:0 15px;}
.left2 .edge{display:none;}
.left2 .digood-sidebar-related{display:none;}
.left2 .aside-contact{display:none;}





@media (max-width:1440px) {
 .pc-navbar > li > a,.sybt .wz2,.listf .item .position .content0{font-size:17px;}
 .bwz3{font-size:18px;line-height:28px;}
 .syadd1 li .wz{font-size:18px;}
 .syadd1 li .wz2{font-size:15px;}
 .listf .item.active .content0{font-size:1.56vw;}
 .listf .item .position .content2,.advs li .wz{font-size:18px;}
 .advs li .det{height:185px;}
 .Customer li .wz{font-size:17px;}
 .syxw li .wz2,.ftt{font-size:18px;}
 .xw2 li+li{margin-top:2.2vw;}
 .ftlx,.ftnav li{font-size:15px;}
}


@media (max-width:1280px) {
.logos{width:26%;}
.pc-navbar{width:70%;}
 .pc-navbar > li > a,.sybt .wz2,.listf .item .position .content0{font-size:16px;}
 .bwz4{font-size:16px;width:260px;height:53px;}
 .sybt .wz{font-size:30px;}
 .syadd1 li .det{padding:25px 15px;height:165px;}
 .syadd1 li .wz{font-size:16px;}
 .syadd1 li .wz2{margin-top:18px;font-size:14px;line-height:22px;height:66px;}
 .syadd1 li .mo{margin-top:18px;}
 .syadd1 li:hover .wz2{height:44px;}
 .listf .item .position .content2, .advs li .wz{font-size:17px;}
 .listf .item.active .content0{font-size:22px;}
 .Customer li .det{padding:0 12px;}
 .Customer li .wz{font-size:16px;margin:25px 0 8px;}
 .Customer li .wz2{font-size:14px;line-height:23px;text-overflow: -o-ellipsis-lastline;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp:5;}
 .Customer li .wz3{font-size:13px;}
 .Customer li .mo{font-size:13px;width:108px;line-height:26px;}
 .Customer li{width:32.5%;}
 .Listen .swiper-slide .xbj{margin-left:10px;}
 .yh{width:42px;}
 .yh img{width:100%;display:block;}
 .Listen .swiper-slide .det{padding:25px;}
 .Listen .swiper-slide .wz{font-size:14px;line-height:23px;height:69px;margin:15px 0 30px;}
 .syxw{width:100%;}
 .syxw li .wz3{height:auto;text-overflow: -o-ellipsis-lastline;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp:2;}
 .syxw li .det{padding:25px 9px;}
 .xw2 li+li{margin-top:0;}
 .ftb{display:none;}
 .ftc{width:40%;}
 .faddr li .wz2{font-size:14px;line-height:55px;}
 .ftshare{margin-top:25px;}
 .ftlx p+p{margin-top:10px;}
}




@media (max-width:1200px) {
  .top1 .language-group .btn{color:#fff;}
}



@media (max-width: 768px) {
.box6{background-attachment:local!important;}
.banner_wrap .swiper-pagination1 .swiper-pagination-bullet-active{width:46px;}
.sybt .wz{font-size:25px;}
.syadd1 li{width:49%;}
.syadd1 li:nth-child(n+3){margin-top:15px;}
.listf .item{width:49%;}
.listf li:hover{width:49%;}
.listf li.active{width:49%;}
.listf .item .img img{max-height:auto;}
.listf li:nth-child(n+3){margin-top:15px;}
.listf .item .position{width:90%;left:5%;text-align:left;}
.listf .item.active .position{width:90%;left:5%;}
.listf .item .position .content2{display:block;}
.listf .item.active .content0{font-size:20px;}
.listf .item .position .content0{font-size:20px;}
.listf .item .position .content2{font-size:16px;line-height:25px;}
.listf .item .img::before{opacity:1;}
.listf li:last-child{display:none;}
.sysj li{width:40%;}
.sysj li strong{font-size:30px;}
.sysj li .hx{margin:15px 0 10px;}
.sysj li:nth-child(n+3){margin-top:15px;}
.picMarquee-left .bd ul li{margin:0 8px;}
.picMarquee-left .bd ul li .wz{font-size:13px;}
.advs li{width:49%;}
.advs li:nth-child(n+3){margin-top:15px;}
.advs li .nmb{font-size:30px;}
.advs li .nmb{margin-top:20px;}
.advs li .det{height:auto;padding-bottom:25px;}
.advs li .wz{font-size:16px;margin:12px 0;}
.advs li .wz2{font-size:14px;height:40px;overflow:hidden;}
.Customer li{width:100%;}
.Customer li+li{margin-top:15px;}
.fta{width:100%;}
.ftc{width:100%;margin-top:20px;}
.ftshare{display:none;}
}


@media (max-width:640px) {
 .banner_wrap .swiper-pagination1 .swiper-pagination-bullet-active{width:30px;}
 .sybt .wz{font-size:22px;}
 .box1,.box2,.box3,.box4,.box5{padding:35px 0;}
 .sybt .wz2{line-height:22px;margin-top:8px;}
 .syadd1,.listf,.advs,.Customer,.Listen{margin-top:25px;}
 .listf .item{width:100%;}
.listf li:hover{width:100%;}
.listf li.active{width:100%;}
.listf .item.active .position .content2{display:none;}
.listf .item .position .content2{display:none;}
.listf li+li{margin-top:15px;}
.listf .item .position .content0{font-size:16px;}
.listf .item .position .icon{max-width:50px;}
.listf .item .position .icon img{width:100%;display:block;}
.listf .item .position{bottom:22px;}
.sysj{margin:25px 0;}
.sysj li{width:49%;}
.sysj li .wz2{font-size:13px;line-height:22px;}
.sysj li strong{font-size:27px;}
.picMarquee-left .bd ul li{width:185px;}
.advs li{width:100%;}
.advs li:nth-child(n+2){margin-top:15px;}
.Customer li{box-shadow: 0px 0px 30.08px 1.92px rgba(11, 11, 11, 0.1);}
.box6,.box7{padding:35px 0;}
.Listen .swiper-pagination2{margin-top:22px;}
.Listen .swiper-pagination-bullet{width:11px;height:11px;}
.xcont{padding-top:25px;}
.syxw li .wz2{margin:15px 0 10px;}
.fcont{padding:30px 0;}
.ftlx{margin-top:15px;}
.ftlx p+p{margin-top:5px;}
.faddr li .wz2{line-height:45px;}
body{padding-bottom:66px;}
}

.nbanner {
    position: relative;
}
.nbanner span {
    position: absolute;
    left: 12.5%;
    z-index: 99;
    top: calc(50% - 1vw);
    font-size: 2vw;
    text-transform: uppercase;
    color: #fff;
}


/* page-banner */

.page-banner {
    position: relative;
}

.page-banner>img {
    display: block;
    width: 100%;
}

.banner-fix {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 99;
    width: 100%;
    height: 100%;
}

.banner-fix .fll-con {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    height: 100%;
}

.banner-fix h4 {
    font-size: 52px;
    line-height: 1;
    font-family: "Arial";
    margin-bottom: 20px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff
}

.banner-fix p {
    line-height: 1;
    font-size: 26px;
    font-family: "arial";
    color: rgba(255, 255, 255, .8)
}

@media (max-width:992px) {
    .page-banner>img {
        height: 220px;
        object-fit: cover;
    }
    .banner-fix h4 {
        font-size: 30px;
    }
    .banner-fix p {
        font-size: 16px;
    }
}

