.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: 'Roboto';
    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;
}
.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;

    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;
    }
}





/*  */
body{overflow-x:hidden;}
.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.2); -webkit-transform:scale(1.2); -moz-transform:scale(1.2); -o-transform:scale(1.2);-ms-transform:scale(1.2);}

.com-img2{ display:block; overflow:hidden;}
.com-img2 img{ transition:transform .3s ease-out; -webkit-transition:transform .3s ease-out; -moz-transition:transform .3s ease-out; -o-transition:transform .3s ease-out;}
.com-img2: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);}

.relative{position: relative;}

.flex2{ display: flex;display: -webkit-flex;}
.wrap{flex-wrap:wrap}
.j-space-between{justify-content:space-between}
.j-flex-start{justify-content:flex-start}
.j-flex-end{justify-content:flex-end}
.j-center{justify-content:center}
.a-j-center{align-items:center;justify-content:center}
.a-center{align-items:center}
.a-flex-start{align-items:flex-start}
.a-flex-end{align-items:flex-end}

.clamp1 {text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
.clamp2 {display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;}
.clamp3 {display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;overflow: hidden;}
.clamp4 {display: -webkit-box;-webkit-line-clamp: 4;-webkit-box-orient: vertical;overflow: hidden;}

.max1600{max-width: 1600px;width:90.625%;margin:0 auto;}
.max1500{max-width: 1500px;width:90.625%;margin:0 auto;}
.max1400{max-width: 1430px;padding-left: 15px;padding-right: 15px;margin: 0 auto;}
.max1200{max-width: 1230px;padding-left: 15px;padding-right: 15px;margin: 0 auto;}


/* header */
.header{left:0;top: 48px;width:100%;z-index:99999;position:fixed;-webkit-transition:all .3s ease;transition:all .3s ease; background: rgba(255, 255, 255, 0.6);}
.top-mid-flex{height:98px}
.logo{position:relative}
.logo a{display:block}
.logo a img{max-width:100%;max-height:58px}

.header-ss{margin-left:1.25vw;position:relative;width:36px;height:36px}
.header-ss .ss_btn{width:36px;height:36px;display:flex;align-items:center;justify-content:center;flex-direction:column;border-radius:50%;background:url(//wm.cdn.cn86.cn/huizhoukerui/2025/03/912029ca77vmcw3b.png) no-repeat center;cursor:pointer}
.search-box{position:absolute;top:100%;right:0;z-index:99;display:none;background:#fff;padding:16px 20px;-webkit-box-shadow:0 0 15px 0 rgb(0 0 0 / 30%);box-shadow:0 0 15px 0 rgb(0 0 0 / 30%)}
.header-ss .ss-search{width:220px;position:relative;background:#fff;border:1px solid var(--main-theme-color);display:flex}
.header-ss .ss-search input{height:34px;line-height:34px;outline:0;border:none;font-size:0}
.header-ss .ss-search #keyword{width:calc(100% - 50px);padding-left:10px;color:#000;font-size:14px}
.header-ss .ss-search #s_btn{width:50px;background-color:var(--main-theme-color);background-position:center center;background-repeat:no-repeat;background-image:url(//cdn.myxypt.com/1a7e079f/24/06/a56ff77c79b014cb5708c10b590703e9baedb3fa.png)}


.x-menu{position:relative}
.x-menu>li{position:relative;text-align:center}
.x-menu>li>a{display:block;font-size: 16px;color: #000;height:98px;line-height:98px;font-weight:400}
.x-menu>li:hover>a{color: #ff4610!important;}
.x-sub-menu{position:absolute;z-index:999;width:200%;left:-50%;top:100%;display:none;background:#fff;border-radius:0;padding:0 0}
.x-sub-menu>li>a{display:block;text-align:center;font-size:14px;color:#333;line-height:1.5;padding:.6em .3em}
.x-sub-menu>li>a:hover{color:#fff!important;background-color:#ff4610}
@media (min-width:1200px){
    .x-menu>li{margin-left:10px;margin-right:10px}
}
@media (min-width:1440px){
    .x-menu>li{margin-left: 21px;margin-right: 21px;}
}







/* banner */
.home-banner {
    width: 100%;
    position: relative;
}
.home-banner .swiper-slide {
    position: relative;
    overflow: hidden;
}
.home-banner .swiper-slide a {
    display: block;
}
.home-banner .swiper-slide a > img {
    display: block;
    width: 100%;
  
}
.home-banner .swiper-slide.swiper-slide-active a > img{
    transform:scale(1);
}
.home-banner .swiper-pagination1 {
	bottom: 40px;
}
.home-banner .swiper-pagination1 .swiper-pagination-bullet {
	width: 17px;
	height: 17px;
	background-color: #000000;
	opacity: 0.48;
	border-radius: 50%;
	margin: 0 13.5px!important;
	transition: width .3s ease;

}
.home-banner .swiper-pagination1 .swiper-pagination-bullet-active {
	background-color: #ff4610;
    opacity: 1;
}
 






.site-footer2{background-color:#000;padding:80px 0 110px}
@media (max-width:991px){
    .site-footer2{padding:70px 0 50px}
}
@media (max-width:767px){
    .site-footer2{padding:56px 0 40px;margin-bottom:60px}
}

.first_item{position:relative;width:430px}
.ft-logo{margin-bottom:4.6875vw}
.ft-logo a{display:block}
.ft-logo a img{max-height:50px;max-width:280px}
.ft-ewm{margin-bottom:3.64583vw}
.ft-ewm img{max-width:141px}
.sitewidget-bd{position:relative;font-size:14px;font-weight:400;display:flex}
.sitewidget-bd a{width:40px;height:40px;display:flex;align-items:center;justify-content:center;flex-direction:column;margin:0 10px 0 0;border-radius:5px;background:#fff;text-align:center;opacity:1}
.sitewidget-bd a img{max-width:100%}
.sitewidget-bd a:hover{opacity:1;background-color:var(--main-theme-color)}
.sitewidget-bd a:hover img{filter:brightness(100)}
.second_item{position:relative;width:420px}
.second_item h2{font-size:18px;color:#fff;font-weight:400;margin-bottom:20px}
.ft-lxwm{position:relative;font-size:15px;color:rgba(255,255,255,.6);line-height:1.5}
.ft-lxwm a{font-size:15px;color:rgba(255,255,255,.6)}
.ft-lxwm p{margin-bottom:0}
.three_item{position:relative;flex:1;display:flex;justify-content:space-between}
.nax-item{position:relative;margin-bottom:15px}
.nax-item>h2{font-size:18px;color:#fff;font-weight:400;text-transform:uppercase;margin-bottom:20px}
.dropdown-subsection{position:relative}
.dropdown-subsection>li{position:relative;margin-bottom:.8em}
.dropdown-subsection>li>a{display:block;font-size:15px;color:rgba(255,255,255,.5);line-height:26px}
 





.w1500{max-width: 1520px; margin: 0 auto; padding: 0 10px;}


.tbxx{
    height: 48px;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    background-color: #1a1a1a;
    z-index: 999;
    text-align: center;
}
.tbdh{
    display: inline-block;
    vertical-align: middle;
}
.tbdh li{
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 48px;
    letter-spacing: 0px;
    color: #ffffff;
    float: left;
    margin: 0 18.5px;
}
.tbdh li img{max-width: 100%;}

.tbfx{
    display: inline-block;
    vertical-align: middle;
    margin-left: 50px;
    line-height: 20px;
    border-right: 1px solid rgba(238, 238, 238, 0.4);
    padding-right: 16px;
}
.tbfx li{
    float: left;
    margin: 0 7.5px;
}
.tbfx li img{max-width: 22px;}

.tbyy{
    display: inline-block;
    vertical-align: middle;
    
}
.tbyy .btn{
	font-size: 14px;
}

.tbdhdh{
 	font-size: 23px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 48px;
	letter-spacing: 0px;
    color: #ff4610;
}
.tbdhdh p{
    padding: 0;
    margin: 0;
}
.tbdhdh img{
    max-width: 100%;
}


.tbxxon{display: none;}
.headeron{
    top: 0;
    background: rgba(0, 0, 0, 0.88) ;
}

.headeron .x-menu>li>a{
    color: #fff;
}

.header .logo2{display: none;}
.headeron .logo2{display: block;}
.headeron .logo1{display: none;}










/* css */
.bb1bd { position: relative; }
.bb1bd .tt { position: absolute; left: 0; top: 0; z-index: 9; right: 0;}
.bb1bd .tt { opacity: 0; visibility: hidden; transition: all .5s ease; }
.bb1bd .tt.on {  position: relative; z-index: 999; opacity: 1; visibility: visible; }



.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6 {
    margin-bottom: 0;
    font-weight: normal;
    line-height: 1
}

.bb1x {
    background-color: #f6f6f6;
    padding-top: 5.8vw;
    padding-bottom: 5vw;
}

.bbbt1 {
    text-align: center;
    position: relative;
}
.bbbt1 h2 {
    font-family: SpaceGrotesk;
    font-size: 44px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 32px;
    letter-spacing: 0px;
    color: #1a1a1a;
}
.bbbt1 h3 {
    width: 50px;
    height: 4px;
    background-image: linear-gradient(
  #ff4610, 
  #ff4610), 
 linear-gradient(
  #024a92, 
  #024a92);
    background-blend-mode: normal, 
  normal;
    margin: 30px auto 23px;
}
.bbbt1 h4 {

    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 15px;
    letter-spacing: 0px;
    color: #808080;
}

.bb1nr {
    margin-top: 4.3vw;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.bb1z {
    width: 21.4%;
    background-color: #fff;
    position: relative;
}

.bb1zbt {
    height: 66px;
    background: url(//wm.cdn.cn86.cn/gbbmagwaytech/2025/08/520b68f5d3lnjblw.png) no-repeat #1a1a1a 94%;
    border-radius: 10px 10px 0px 0px;
   
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 66px;
    letter-spacing: 0px;
    color: #ffffff;
    padding-left: 20px;
    font-family: SpaceGrotesk;
}

.bb1hd {
    padding: 10px 20px .0;
}
.bb1hd li {
	background: url(//wm.cdn.cn86.cn/gbbmagwaytech/2025/08/5c573c9c88twvduv.png) no-repeat right;
}
.bb1hd li.on {
	background: url(//wm.cdn.cn86.cn/gbbmagwaytech/2025/08/08bedf42e8sw48om.png) no-repeat right;
}

.bb1hd li a {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 54px;
    letter-spacing: 0px;
    color: #333333;
}
.bb1hd li.on a {
	color: #ff4610;
}
.bb1hd li a.on {
	color: #ff4610;
}


.bb1hd li+li{
	border-top: 2px solid #d7d7d7;
}


.bb1zlx {
    position: relative;
    bottom: 0;
}
.bb1zlx .img {
    overflow: hidden;
}
.bb1zlx .img img {
    width: 100%;
}

.bb1zlxdh {
    position: absolute;
    bottom: 14px;
    left: 50%;
    transform: translateX(-50%);
}
.bb1zlxdh li {
    width: 157px;
    height: 44px;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 22px;
    margin: 0 auto;
    line-height: 42px;
    text-align: center;
    margin-bottom: 12px;
    overflow: hidden;
}
.bb1zlxdh li a{
    color: #1c1c1c;
}

.bb1zlxdh li img {
    margin-top: -2px;
    margin-right: 7px;
	transition: all ease-in-out 0s;
}
.bb1zlxdh li:hover img{
	transform: translateY(-100px);   filter: drop-shadow(#ff4610 0 100px);    
	 transition: all ease-in-out 0s;
}
.bb1zlxdh li:hover a{
	color: #ff4610;
}

.bb1bd {
    width: 74.666%;
}
.bb1bd ul {

    height: 100%;
    justify-content: flex-start;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(330px, 1fr));
    gap: 30px;


}
.bb1bd ul li {
    background-color: #ffffff;
    border: solid 1px #eeeeee;
    padding: 10px;
    text-align: center;
    max-height: 426px;
}

.bb1bd ul li a .img {
    overflow: hidden;
}
.bb1bd ul li a .img img {
    max-width: 100%;
}

.bb1bd ul li a h2 {
 
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #333333;
    margin-top: 12px;
}
.bb1bd ul li a h3 {
    width: 156px;
    height: 44px;
    border-radius: 22px;
    border: solid 2px #e6e6e6;

    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 40px;
    letter-spacing: 0px;
    margin: 30px auto 18px;
    color: #666666;
}

.bb1bd ul li:hover a h3{
    border: solid 2px #ff4610;
    color: #ff4610;
}














.flex_a {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.box2 {
	padding-bottom: 55px;
	padding-top: 66px;
}

.sz_ll li {
	width: 16.666%;
	text-align: left;
	padding: 25px 3.5vw;
}

.sz_ll li + li {
	border-left: 1px solid #cecece;
}

.sz_ll li h3 span {
	font-size: 40px;
	font-weight: 600;
	line-height: 48px;
	letter-spacing: 0px;
	padding-right: 10px;
	color: #1a1a1a;
}

.sz_ll li h3 {
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 26px;
	letter-spacing: 0px;
	color: #000000;
	margin-top: 8px;
}

.sz_ll li h2 {
	font-size: 18px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 36px;
	letter-spacing: 0px;
	color: #333333;
	font-family: SpaceGrotesk;
}

@media (max-width: 1440px) {
	.sz_ll li h3 span {
		font-size: 30px;
	}

	.sz_ll li h2 {
		font-size: 16px;
	}

	.sz_ll li h3 {
		font-size: 14px;
	}

	.sz_ll li {
		width: 16.666%;
		text-align: left;
		border-left: 1px solid #cecece;
		padding: 25px 2.5vw;
	}
    .bb1bd ul{
        grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
        gap: 15px;
    }
}

@media (max-width: 1280px) {
	.sz_ll li h3 span {
		font-size: 20px;
	}

	.sz_ll li h2 {
		font-size: 16px;
	}

	.sz_ll li h3 {
		font-size: 14px;
	}

	.sz_ll li {
		width: 33.333%;
	}

    

}

@media (max-width: 1200px) {
	.sz_ll li {
		width: 50%;
		padding: 25px 10px;
	}
}



.ab_con {
	margin-top: 60px;
}

.ab_1 {
	width: 50%;
}

.ab_1 img {
	width: 100%;
}

.ab_2 {
	width: 46.48%;
}

.ab_2 h2 {
	font-size: 48px;
	font-weight: 600;
	letter-spacing: 0px;
	color: #1a1a1a;
	font-family: SpaceGrotesk;
}

.ab_2 h3 {
	font-family: Arial;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 28px;
	letter-spacing: 0px;
	color: #666666;
	margin-top: 20px;
}

.ab_2 h3 p{
	margin-bottom: 0px;
}


.ab_2gd{
    
display: flex;
}


.morea {
	width: 143px;
	height: 44px;
	background-color: #ff4610;
	margin-top: 30px;
	text-align: center;
}
.morea2{
    background-color: #1a1a1a;
    margin-right: 19px;
}
.morea a {
	display: block;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 44px;
	letter-spacing: 0px;
	color: #ffffff;
}
.morea a:hover{
	color: #fff!important;
	background-color: var(--main-theme-color);
}

.ab_ll {
	margin-top: 35px;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.ab_ll li {
	width: 12.6%;
    margin: 0 18px;
}

.ab_ll li a.img {
	display: block;
}

.ab_ll li a.img img {
	width: 100%;
}

@media (max-width: 1440px) {
	.ab_2 h2 {
		font-size: 40px;
	}
}

@media (max-width: 1200px) {
	.ab_1 {
		width: 100%;
	}

	.ab_2 {
		width: 100%;
	}

	.ab_2 h3 {
		margin-top: 15px;
	}
}

@media (max-width: 990px) {
	.ab_ll li {
		width: 48.5%;
		margin-bottom: 10px;
	}
	.ab_con{
		margin-top: 15px;
	}
}









.bb3x{
    background: url(//wm.cdn.cn86.cn/gbbmagwaytech/2025/08/d3d6de6914uwkxmd.png)no-repeat;
    padding-top: 6vw;
    padding-bottom: 5vw;
    background-size: auto 100%;
}
.bb3x .bbbt1 h4{
    
padding: 0 17%;
    
line-height: 30px;
    
font-size: 18px;
}
.bb3x .bbbt1 h4 p{
    margin-bottom: 0;
}


.bbbt1 .bb3hx {
    width: 53.46%;
    height: 1px;
    background-color: #e6e6e6;
    margin: 43px auto 0;
}

.bb3nr {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 68px;
}
.bb3nr li {
    width: 29%;
    display: flex;
    justify-content: flex-start;
    margin-bottom: 55px;
}
.bb3nr li .img {
    max-width: 64px;
    overflow: hidden;
}
.bb3nr li .img img {
    max-width: 100%;
	transition: all ease-in-out 0s;
}
.bb3nr li:hover .img img{
	transform: translateY(-100px);   filter: drop-shadow(#ff4610 0 100px);  
	transition: all ease-in-out 0s;
}


.bb3nr li .bb3wz {
    width: calc(100% - 64px);
    margin-top: 7px;
    padding-left: 15px;
}
.bb3nr li .bb3wz h2 {
    font-size: 24px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #303030;
    font-family: SpaceGrotesk;
}
.bb3nr li .bb3wz h3 {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #808080;
    margin-top: 8px;
    line-height: 25px;
}

.bb3nr li:hover .bb3wz h2{
	color: #ff4610;
}








.ht{
    background:url(//wm.cdn.cn86.cn/gbbmagwaytech/2025/08/27230adc6e7kvnay.png) no-repeat  center;
    padding-top: 52px;
    padding-bottom: 52px;
}

.htbt{
    padding-left: 55px;
    padding-top: 40px;
    background:url(//cdn.myxypt.com/db6e92fc/24/06/232778c77a68bc6f7dead9ae4d2f0a2395aacf7c.png) no-repeat left center;
    height: 180px;
    float: left;
}
.htbt h4{
    font-size: 30px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #ffffff;
}
.htbt h2{
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 18px;
    letter-spacing: 0px;
    color: #ffffff;
    margin-top: 8px;
}
.htbt h3{
    font-size: 30px;
    font-weight: normal;
    letter-spacing: 0px;

    margin-top: 20px;
    color: #ff4610;
}

.htlc{
    float: right;
    background:url(//cdn.myxypt.com/db6e92fc/24/06/2353faa2e9d650168464fa11739a2dae2b22b217.png) no-repeat  center 48px;
    margin-top: 15px;
    float: right;
}
.htlc ul{
    display: flex;
    justify-content: space-between;

}
.htlc ul li{
    margin-right: 67px;
}
.htlc ul li:nth-child(4){
    margin-right: 0px;
} 
.htlc ul li img{
    width: 126px;
    height: 114px;

}
.htlc ul li h3{
    text-align: center;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 16px;
    letter-spacing: 0px;
    color: #ffffff;
    margin-top: 18px;
}









/* p2 start */

.p2{
    padding-top: 6.6vw;
}
.solution-box {
    overflow: hidden;
    height: 680px;
    margin-top: 3.073vw;
}

.solution-box .solbox {
    cursor: pointer;
    position: relative;
    float: left;
    width: 20%;
    height: 100%;
    transition: all 0.5s ease-in-out;
    background-size: 770px auto !important;
}


@media (max-width: 770px) {  
    .solution-box .solbox{
        background-size: 400px auto !important;
    }
}

.solution-box .solbox.active {
    width: 40%;
}

.solution-box .solbox.small {
    width: 15%;
}

.solution-name {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
    z-index: 8;
}

.solution-name span {
    position: relative;
    display: block;
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    padding-bottom: 25px;

}

.solution-name span:after {
    content: '';
    width: 36px;
    height: 4px;
    background: #fff;
    position: absolute;
    left: 50%;
    bottom: 0px;
    margin-left: -18px;
}

.solution-name p {
    font-size: 16px;
    margin: 25px auto;
    width: 70%;
    color: rgba(255, 255, 255, .7);
    display: none;
}

.solution-detail {
    position: relative;
    z-index: 10;
    padding: 10%;
    opacity: 0;
    margin-top: -40%;
    transition: all 0.3s;
}

.solution-detail h3 {
    position: relative;
    font-size: 24px;
    color: #fff;
    margin: 0 0 20px;
    padding-left: 20px;
}

.solution-detail h3:before {
    content: '';
    width: 5px;
    height: 24px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -12px;
    background: #ff4610;
}

.solution-detail p {
    margin: 0 0 20px;
    padding-left: 20px;
    font-size: 16px;
    color: rgba(255, 255, 255, .9);
}

a.commLink {
    position: relative;
    margin-left: 20px;
    display: inline-block;
    line-height: 30px;
    padding: 3px 30px;
    color: #fff;
    font-size: 14px;
    background-color: #ff4610;
}

a.commLink:hover{
    color: #fff !important;
}


.smask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .7);
    transition: all 0.3s;
    z-index: 1;
}

.solution-box .solbox.active .smask {
    background: linear-gradient(to bottom, rgba(0, 0, 0, .9) 8%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, .1) 100%);
}

.solution-box .solbox.active .solution-detail {
    opacity: 1;
    margin-top: 0;
    transition-delay: .3s;
}

.solution-box .solbox.active .solution-name {
    display: none;
}




@media screen and (min-width: 1024px) and (max-width: 1680px) {
    .solution-box {
        height: 600px;
    }

    .solution-name span {
        font-size: 20px;
    }

    .solution-name p {
        font-size: 14px;
    }

    .solution-detail h3 {
        font-size: 20px;
    }

    .solution-detail h3:before {
        width: 4px;
        height: 20px;
        margin-top: -10px;
    }

    .solution-detail p {
        font-size: 14px;
    }
}


@media only screen and (max-width:1023px) {

    .solution-box {
        height: auto;
        margin-top: 30px;
    }

    .solution-box .solbox {
        float: none;
        width: 100%;
        height: 360px;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .solution-box .solbox.active {
        width: 100%;
    }

    .solution-box .solbox.small {
        width: 100%;
    }

    .solution-name {
        display: none;
    }

    .solution-detail {
        width: 100%;
        padding: 4%;
        opacity: 1;
        margin-top: 0;
        text-align: left;
    }

    .solution-detail h3 {
        font-size: 18px;
        color: #fff;
        margin: 0 0 15px;
        padding-left: 20px;
    }

    .solution-detail h3:before {
        width: 4px;
        height: 20px;
        margin-top: -10px;
    }

    .solution-detail p {
        margin: 0 0 40px;
        padding-left: 20px;
        font-size: 14px;
        line-height: 1.65;
    }

    .commLink {
        position: relative;
        margin-left: .2rem;
        display: inline-block;
        line-height: .24rem;
        padding: .05rem .3rem;
        font-size: .13rem;
    }

    .solution-detail-2 {
        position: relative;
        z-index: 10;
        padding: 8%;
        opacity: 1;
        margin-top: 0;
        transition: all 0.3s;
    }

    .solution-detail-2 h3 {
        position: relative;
        font-size: .2rem;
        color: #fff;
        margin: 0 0 20px;
        padding-bottom: 20px;
    }

    .solution-detail-2 p {
        margin: 0 0 20px;
        font-size: .14rem;
        color: rgba(255, 255, 255, .9);
    }
}


/* p2 end */









.w1300{
    max-width: 1330px;
    margin: 0 auto;
    padding: 0 15px;
}
.flexf {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.flexs {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.box6{padding:4.8vw 0 5vw;}
.bt .wz1{color:rgba(255, 209, 0, 1);font-size:16px;font-weight:600;text-transform:uppercase;}
.bt .wz2{color:#000;font-size:40px;font-weight:700;margin-top:1.41vw;}
.add6{padding-top:3vw;}
.add6 li{width:46.5%;}
.add6 li .det1{position:relative;box-shadow: 2px 2px 10px  rgba(0, 0, 0, 0.1);border: 1px solid rgba(239, 239, 239, 1);}
.add6 li .det1 .nr{padding:5% 5% 8%;}
.add6 li .wz{color: rgba(51, 51, 51, 1);font-size: 14px;font-weight: 400;line-height: 26px;}
.add6 li .det1:before{content:"";position:absolute;background:url(//wm.cdn.cn86.cn/test/2024/05/0b5477fa47dihbip.png);z-index:22;left:10.39%;bottom:-16px;width:29px;height:19px;background-size:100% 100%;}

.add6 li .det2{margin:0 3.442%;margin-top:30px;}
.add6 li .img{width:18%;}
.add6 li .img img{width:100%;display:block;}
.add6 li .cot{width:76%;}
.add6 li .wz2{color:#000;font-size: 16px;font-weight: 400;}
.add6 li .wz3{color: rgba(51, 51, 51, 1);font-size: 14px;font-weight: 400;margin-top:4px;}




@media (max-width:480px) {
  .add6 li{width:100%;}
  .add6 li+li{margin-top:20px;}
}




.bb4ht{position: relative;}
.bb4ht img{width: 100%;}








/*  */
.line1{width: 60px;height: 2px;background-color: #ff4610;}
.box7{background-size: cover;padding: 8vw 0 7.2vw;}
.box7 .pbt p{line-height: 24px;letter-spacing: 0px;color: #333333;font-size: 16px;margin-top: 1.9vw;}
.box7 .pbt{margin: 0;}
.box7 .pbt h3{
    font-size: 44px;
    padding-bottom: 37px;
    font-family: SpaceGrotesk;
    font-weight: bold;
}

.sleft{width: 43%;float: left;}
.shi{margin-top: 4vw;}
.shi li a{display: block;line-height: 48px;letter-spacing: 0px;color: #333333;font-size: 18px;padding-left: 28px;background: url(//wm.cdn.cn86.cn/gbbmagwaytech/2025/08/56c6de01fft7sjsv.png) no-repeat left center;}
.shi li a:hover{background: url(//wm.cdn.cn86.cn/gbbmagwaytech/2025/08/5885fbd6b7q4cmu9.png) no-repeat left center;color: #3077bb;}
.sright{width: 44.1%;position: relative; float: right;}
.diq{width: 84%;text-align: center;margin: 0 auto;margin-top: 8px;animation: rotate 20s infinite linear;}
.diq p{margin: 0; padding: 0;}
.diq img{width: 100%!important;height: 100%!important;}
.hul li{position: absolute;width: 14.6%;}
.hul li .img{box-shadow: -1px -5px 13px 0px rgba(0, 0, 0, 0.05);overflow: hidden;transition: all 0.5s;border-radius: 50%;}
.hul li img{width: 100%;}
.hul li:first-child{left: 50%;transform: translateX(-50%);top:-9.5%;}
.hul li:nth-child(2){left: 9.4%;top:3.9%}
.hul li:nth-child(3){right: 10.2%;top:5%}
.hul li:nth-child(4){left: 0;top:41.2%;}
.hul li:nth-child(5){right: 0;top:39.4%;}
.hul li:nth-child(6){left: 10.3%;bottom: 5.8%;}
.hul li:nth-child(7){right: 10.2%;bottom: 5.8%;}
.hul li:nth-child(8){left: 50%;transform: translateX(-50%);bottom:-9.5%;}
.hul li:hover .img{transform: scale(1.11);}


@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}






@media(max-width: 1024px){
    .box7 .pbt p{font-size: 14px;line-height: 22px;}
}


@media(max-width: 768px){
    .box7{padding: 30px 0 60px;}
    .shi li a{letter-spacing: 0;padding-left: 18px;line-height: 28px;}
}









/* 合作案例 */
.hezuo-index{
  margin-top: 4.42708333333333vw;
  padding-bottom: 3.7vw;
}
.hezuo-wrap{
  margin-top: 4.60416666666667vw;
}


.hlist1{overflow: hidden;padding-bottom: 167px;position: relative;}
.hlist1 li{

  position: relative;
}


.hlist1 li .img1 img{
  width: 100%;
}

.hlist1 li .wz{
  position: absolute;
  z-index: 99;
  bottom: -100px;
  left: 30px;
  background: #fff;
  box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.14);
  width: 72.43%;
  padding: 40px 30px;
}

.hlist1 li .wz .wz1{

  font-size: 22px;
  color: #333333;
  line-height: 24px;
  padding-right: 4%;
}

.hlist1 li .wz .wz2{
  color: #333333;
  font-size: 18px;
  font-weight: 600;
  margin: 0.78125vw 0;
}

.hlist1 li .wz .wz3{
  color: #999999;
  font-size: 18px;
  line-height: 30px;
  overflow:hidden;
  text-overflow:ellipsis;
  display:-webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
}

.hlist1 li .date{
  position: absolute;
  top: -30px;
  right: 20px;
  background: #1a1a1a;
  width: 89px;
  height: 61px;
  text-align: center;
  color: #fff;
  font-size: 22px;

  line-height: 1;
  padding: 23px 0 10px 0;
  font-weight: normal;
}

.hlist1 li .date s1{
    font-size: 30px;
    font-weight: normal;
}


.hlist1 li .date b{
  font-size: 24px;
}

.hlist1 .swiper-pagination{bottom: 0;}
.hlist1 .swiper-pagination span{
    width: 17px;
    height: 17px;
    background-color: #000000;
    opacity: 0.48;
    margin: 0 15px !IMPORTANT;
}
.hlist1 .swiper-pagination .swiper-pagination-bullet-active{
    background-color: #ff4610;
    opacity: 1;
}




@media(max-width: 780px){
  .hezuo-index{
    margin-top: 40px;
    position: relative;
  overflow: hidden;
  }
  .hezuo-wrap{
    margin-top: 20px;
  }
  .hlist1 li{
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
  .hlist1 li .wz{
    position: relative;
    bottom: 0;
    width: 100%;
    left: 0;
    padding: 20px 10px;
  }
  .hlist1 li .date{
    right: 10px;
  }
}











.bb5x {
    margin-top: 3.5vw;
    margin-bottom: 5.3vw;
}
.bb5nr {
    margin-top: 65px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.bb5z {
    width: 50.3%;
    margin-top: 15px;
}
.bb5z h2 {
    font-size: 17px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 28px;
    letter-spacing: 0px;
    color: #666666;
}
.bb5z h2 p{
    margin-bottom: 0;
}
.bb5z .img {
    overflow: hidden;
    margin-top: 20px;
}
.bb5z .img img {
    width: 100%;
}

.bb5yfl {
    width: 47%;
}
.bb5yfl li{padding-bottom: 32px;border-bottom: 1px solid rgba(153, 153, 153, 0.4);}
.bb5yfl li+li{
    padding-top: 34px;
}


.bb5yfl li h2 {
    font-size: 23px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 27px;
    letter-spacing: 0px;
    color: #333333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-left: 35px;
    position: relative;
}
.bb5yfl li h2:before{content: '+';font-size: 33px;font-weight: normal;font-stretch: normal;line-height: 26px;letter-spacing: 0px;color: #999999;position: absolute;left: 0;}
.bb5yfl  li h2:before {
    color: #ff4610;
}
.bb5yfl li .sums {
    font-size: 17px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #666666;
    margin-top: 32px;
    display: none;
    height: 90px;
    overflow: hidden;
}
.bb5yfl li .sums p{
    margin-bottom: 0;
}


.bb5yfl li.on {}
.bb5yfl li.on h2 {
    color: #ff4610;
}
.bb5yfl li.on .sums {
    display: block;
}













.bbdb {
    background-color: #1a1a1a;
    padding-top: 3.8vw;
}
.bbdnr {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom: 20px;
    border-bottom: 1px solid #323232;
}

.bbddh {}
.bbddh h2 {
    font-size: 32px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 34px;
    letter-spacing: 0px;
    color: #ffffff;
    position: relative;
    padding-bottom: 30px;
    font-family: SpaceGrotesk;
}
.bbddh h2:after{content: '';width: 28px;height: 3px;background-color: #ff4610;position: absolute;left: 0;bottom: 0;}

.bbddh h3 {
    margin-top: 19px;
}
.bbddh h3 a{
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 48px;
    letter-spacing: 0px;
    color: #999999;
    display: block;
}
.bbddh h3 a:before{content: '> ';}
.bbddh .h3 a:before{content: '> '; display: none;}

.bbddh .bbdlx {
    margin-top: 27px;
}
.bbddh .bbdlx .li {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 27px;
}
.bbddh .bbdlx .li .img {}
.bbddh .bbdlx .li .img img {}
.bbddh .bbdlx .li .bbdlxwz {
    margin-left: 10px;
}
.bbddh .bbdlx .li .bbdlxwz dt {
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 26px;
    letter-spacing: 0px;
    color: #999999;
}
.bbddh .bbdlx .li .bbdlxwz dl {
    font-size: 20px;
    font-weight: normal;
    letter-spacing: 0px;
    color: #ffffff;
    margin: 0;
    margin-top: 5px;
    line-height: 36px;
}









.bbdnr2 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    padding: 54px 0;
}
.bbdfx {
    display: flex;
    justify-content: flex-start;
}
.bbdfx .li {
    text-align: center;
    margin-right: 50px;
}
.bbdfx .li .img {overflow: hidden;}
.bbdfx .li .img img {
    width: 36px;
}
.bbdfx .li h2 {
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 20px;
    letter-spacing: 0px;
    color: #808080;
    margin-top: 8px;
}
.bbdlogo {
    width: 19%;
}
.bbdlogo img {
    max-width: 100%;
}





.dbxx{
    background-color: #0f0f0f;
    font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 24px;
	letter-spacing: 0px;
	color: #999999;
    padding: 21.5px 0;
}
.dbxx a{
    color: #999999;
}
.dbxx .w1500{
    display: flex;   justify-content: space-between;  flex-wrap: wrap; 
}
.bbxxz{}
.bbxxy{}




@media (max-width: 1300px) { 
.htlc ul li img{
    width: 110px;
    height: auto;
}
.htlc ul li{
    margin-right: 50px;
}
.htlc{
     background: url(//cdn.myxypt.com/db6e92fc/24/06/2353faa2e9d650168464fa11739a2dae2b22b217.png) no-repeat  center 40px;
     background-size: 65%;
}
.htbt h4{font-size: 26px;}
.htbt h2{font-size: 14px;}



}

@media (max-width: 1200px) {  
.tbxx{display: none;}
.header{
    top: 0;
    padding: 0 2%;
}
.tbdhdh{display: none;}
.solution-name p{width: 90%;}
.solution-name span{font-size: 16px;}
.bbddh h3 a{font-size: 14px; line-height: 36px;}
.bbddh h2{font-size: 24px;}
.bbddh .bbdlx .li .bbdlxwz dl{font-size: 16px;}
.bbddh .bbdlx .li .bbdlxwz dt{font-size: 16px;}
.bb5yfl li{    padding-bottom: 26px;}
.bb5yfl li+li {
    padding-top: 29px;
}
.bbbt1 h2{font-size: 34px;}
.bbbt1 h4{font-size: 14px;}
.bbddh .bbdlx .li{margin-bottom: 15px;  line-height: 29px;}
.ab_ll li{
    width: 18%;
}

.bb1bd ul{
    
}
.bb1bd ul li{margin-bottom: 35px;}
.bb1bd ul li a h2{font-size: 16px;}
.ab_2{margin-top: 35px;}

.htlc ul li img{
    width: 95px;
    height: auto;
}

}









@media (max-width: 992px) {  
.logo{
    width: 55%;
}
.top-mid-flex{
    height: 60px;
}
.bbbt1 h2 {
	font-size: 22px;
}
.bbbt1 h3{
    margin: 17px auto 13px;
}
	
.bb1z{
    display: none;
}
.bb1bd{
    width: 100%;
}
.bb1bd ul li{
    width: 100%;
    margin-bottom: 8px;
}
.bb1bd ul li a h3{
    width: 90%;
    height: 44px;
    margin: 15px auto 13px;
}
.bb1bd ul li a h2 {
	font-size: 14px;
	line-height: 23px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.bb1bd ul {
	grid-template-columns: repeat(auto-fill, minmax(177px, 1fr));
	gap: 10px;
}


.box2 {
    padding-bottom: 55px;
    padding-top: 40px;
}

.sz_ll li h3{
    height: 35px;
    line-height: 35px;
}	
.sz_ll li {
	width: 50%;
	padding: 13px 11px;
}
.sz_ll li h3 span{
    line-height: 27px;
}
.ab_2 h2 {
	font-size: 26px;
}

.ab_ll li {
    width: 33%;
    margin: 0 5px;
}
.sleft{width: 100%;overflow: hidden;}
.sright{width: 100%; margin-top: 55px;}
.morea{
    width: 38%;
    height: 40px;
}
.morea a{
    line-height: 42px;
    font-size: 12px;
}
.bb3x .bbbt1 h4{
    padding: 0;
    line-height: 23px;
    font-size: 14px;
}
.bb3nr li{
    width: 48%;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    margin-bottom: 25px;
}
.bb3nr li .bb3wz{
    width: 100%;
    padding-left: 0;
    margin-top: 0;
}
.bb3nr li .img{
    max-width: 50px;
}
.bb3nr li .bb3wz h2{
    font-size: 18px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.bb3nr li .bb3wz h3{
    font-size: 14px;
}
.bb3nr{
    margin-top: 40px;
}
.bbbt1 .bb3hx{
    width: 80%;
    margin: 25px auto 0;
}

.ht{
    background-size: auto 100%;
    padding-top: 35px;
    padding-bottom: 35px;
}
.htbt{
    height: 155px;
    padding-left: 30px;
    padding-top: 22px;
    background-size: auto 150px;
}
.htbt h4 {
	font-size: 20px;
}
.htbt h2 {
	font-size: 12px;
	margin-top: 0px;
}
	
.htbt h3{
    font-size: 25px;
    margin-top: 13px;
}

.htlc{
     background: none;
     margin-top: 35px;
}
.htlc ul li {
	margin-right: 25px;
}
.htlc ul li h3{
    font-size: 14px;
    margin-top: 10px;
}
.box7{overflow: hidden;}
.box7 .pbt h3{font-size: 28px;     padding-bottom: 18px;}

.hlist1 {padding-bottom: 35px;}

.bb5z{width: 100%;}
.bb5yfl{width: 100%; margin-top: 45px;}
.bb5nr{
    margin-top: 21px;
}
.bb5z h2{
    font-size: 16px;
}
.bb5yfl li .sums {
    margin-top: 15px;
    font-size: 14px;
    line-height: 23px;
}
.bb5yfl li h2{
    font-size: 18px;
}	
.bb5yfl li{padding-bottom: 22px;}
.bb5yfl li+li {
    padding-top: 22px;
}

.bbddh{display: none;}
.bbddh:nth-child(4){display: block;}
.bbdfx .li{
    margin-right: 2%;
}
.bbdfx{width: 100%;display: flex;justify-content: space-between;}
.bbdlogo{
    width: 60%;
    margin-top: 20px;
}
.bbdnr2{
    padding: 20px 0;
}
.dbxx{
    padding: 21.5px 0 90px;
    font-size: 14px;
    line-height: 20px;
}
	
.home-banner .swiper-pagination1{bottom: 5px;}	
.home-banner .swiper-pagination1 .swiper-pagination-bullet{
    width: 10px;
    height: 10px;
    margin: 0 5px !important;
}

.hlist1 .swiper-pagination span{
    width: 10px;
    height: 10px;
    margin: 0 5px !important;
}

.hlist1 li .date s1{font-size: 24px;}
.hlist1 li .date{font-size: 18px;}
.hlist1 li .date {
    right: 10px;
    top: -37px;
    height: 55px;
}
.hlist1 li .wz .wz1{font-size: 18px;}



}




.ydynr{position: relative; height: 100vh; overflow: hidden;}
.ydynr .swiper-container {
    width: 100%;
    height: 100%;
}

.ydynr .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    overflow:hidden;
}

.ydynr .slide-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    color:#fff;
    
}



.swiper-slide-active .mban1{
    animation: ydy1dt 1.5s  linear .65s;
    animation-delay:0s;
    animation-fill-mode: forwards;
}

    @keyframes ydy1dt {   
        0%{background-size: 110%;}
        100%{background-size: 100%;} 
    }


@media (max-width: 992px) {  

    @keyframes ydy1dt {   
        0%{background-size: auto 110%;}
        100%{background-size: auto 100%;} 
    }

}



    
.sun-ani-up{
    opacity: 0;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .7s;
    transition-duration: .7s;
    -webkit-transform: translateY(-200px);
    transform: translateY(200px);
}

.swiper-slide-active .sun-ani-up{
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}





    .sun-delay0 {
        -webkit-transition-delay: 0.2s;
        transition-delay: 0.2s;
    }

    .sun-delay1 {
        -webkit-transition-delay: 0.4s;
        transition-delay: 0.4s;
    }

    .sun-delay2 {
        -webkit-transition-delay: 0.6s;
        transition-delay: 0.6s;
    }

    .sun-delay3 {
        -webkit-transition-delay: 0.8s;
        transition-delay: 0.8s;
    }

    .sun-delay4 {
        -webkit-transition-delay: 1s;
        transition-delay: 1s;
    }

    .sun-delay5 {
        -webkit-transition-delay: 1.2s;
        transition-delay: 1.2s;
    }

    .sun-delay6 {
        -webkit-transition-delay: 1.4s;
        transition-delay: 1.4s;
    }

    .sun-delay7 {
        -webkit-transition-delay: 1.6s;
        transition-delay: 1.6s;
    }

    .sun-delay8 {
        -webkit-transition-delay: 1.8s;
        transition-delay: 1.8s;
    }

    .sun-delay9 {
        -webkit-transition-delay: 2s;
        transition-delay: 2s;
    }

    .sun-delay10 {
        -webkit-transition-delay: 2.2s;
        transition-delay: 2.2s;
    }

    .sun-delay11 {
        -webkit-transition-delay: 2.4s;
        transition-delay: 2.4s;
    }

    .sun-delay12 {
        -webkit-transition-delay: 2.6s;
        transition-delay: 2.6s;
    }

    .sun-delay13 {
        -webkit-transition-delay: 2.8s;
        transition-delay: 2.8s;
    }

















.ydy1x{
    position: relative;
}
.ydy1xwz{
    margin-bottom: 6vh;
}
.ydy1xwz h2{
    font-size: 50px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #ffffff;
}
.ydy1xwz h3{
    width: 50px;
    height: 3px;
    background-color: #ff4610;
    margin: 26px auto 10px;
}
.ydy1xwz h4{
    font-size: 50px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 38px;
    letter-spacing: 0px;
    color: #ffffff;
}









.ydy2xid{
    position: relative;
    z-index: 999999 !important;
}

.ydy2x {
    position: relative;
}
.ydy2bj {}
.ydy2bj img {
    width: auto;
    min-height: 100vh;
}

@media (min-width: 2000px) {  
    .ydy2bj img{
        min-height: 105vh;
    }
}

.ydy2xnr {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.ydy2xnr li {
    position: absolute;
    left: 0;
    top: 0;
    width: 17px;
    height: 17px;
}
.ydy2xnr li .y2liwz{
    position: absolute;
    width: 264px;
    height: 106px;
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 10px;
    border: solid 1px #ffffff;
    bottom: 120px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-evenly;
}
.ydy2xnr li .y2liwz h2{
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 14px;
    letter-spacing: 0px;
    color: #ff4610;
}
.ydy2xnr li .y2liwz h3{
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 15px;
    letter-spacing: 0px;
    color: #c7c7c7;
    margin-top: 11px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    padding: 0 2%;
}


.ydy2xnr li:hover{
    z-index: 999;
}
.ydy2xnr li:hover .y2liwz{
    background-color: rgba(255, 70, 16, 0.9);
    border: solid 1px rgba(255, 70, 16, 0.9);
}

.ydy2xnr li:hover .y2liwz h2{
    color: #fff;
}
.ydy2xnr li:hover .y2liwz h3{
    color: #fff;
}

.ydy2xnr li:hover .y2liyd{background-color: rgba(255, 70, 16, 0.9);}
.ydy2xnr li:hover .y2liyd:after{content: '';background-color: rgba(255, 70, 16, 0.9);}






.ydy2xnr li .y2liyd{
    width: 17px;
    height: 17px;
    background-color: #ffffff;
    opacity: 0.9;
    border-radius: 50%;
}
.ydy2xnr li .y2liyd:after{content: '';width: 2px;height: 115px;background-color: #ffffff;border-radius: 1px;opacity: 0.9;position: absolute;left: 50%;transform: translateX(-50%);bottom: 6px;}


.ydy2xnr li.y2li1{
    left: 14%;
    top: 53%;
}
.ydy2xnr li.y2li2{
    left: 31.7%;
    top: 61%;
}
.ydy2xnr li.y2li3{
    left: 42.7%;
    top: 41%;
}
.ydy2xnr li.y2li4{
    left: 59.7%;
    top: 45%;
}
.ydy2xnr li.y2li5{
    left: 54.7%;
    top: 81%;
}
.ydy2xnr li.y2li6{
    left: 78.7%;
    top: 58%;
}













.ydy3x {
    position: relative;
}
.ydy3bj {
    position: relative;
}
.ydy3bj img {
    width: 100%;
    min-height: 88vh;
}

.ydy3xnr {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.ydy3xnr li {
    position: absolute;
    left: 0;
    top: 0;
    background: no-repeat bottom;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 18px;
    letter-spacing: 0px;
    color: #ffffff;
    text-align: right;
    background-size: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    padding-bottom: 12px;
}
.ydy3xnr li i{
    color: #fff;
    transition: all ease-in-out 0s;

}


.ydy3xnr li:nth-child(n+7) {
    text-align: left;
    display: flex;
    justify-content: flex-start;
}

.ydy3xnr li.y3li1{
    width: 77%;
    height: 4%;
    left: 54%;
    top: 20%;
}
.ydy3xnr li.y3li2{
    width: 60%;
    height: 6%;
    left: 71%;
    top: 31%;
}
.ydy3xnr li.y3li3{
    width: 53%;
    height: 7%;
    left: 78%;
    top: 44.5%;
}
.ydy3xnr li.y3li4{
    width: 53%;
    height: 5%;
    left: 78%;
    top: 59%;
}
.ydy3xnr li.y3li5{
    width: 60%;
    height: 4%;
    left: 71%;
    top: 73.5%;
}
.ydy3xnr li.y3li6{
    width: 69.3%;
    height: 9%;
    left: 61%;
    top: 80.5%;
}
.ydy3xnr li.y3li7{
    width: 69.3%;
    height: 9%;
    left: -29%;
    top: 81.5%;
}
.ydy3xnr li.y3li8{
    width: 60%;
    height: 4%;
    left: -29%;
    top: 73.5%;
}
.ydy3xnr li.y3li9{
    width: 52%;
    height: 5%;
    left: -29%;
    top: 59.5%;
}
.ydy3xnr li.y3li10{
    width: 52%;
    height: 7%;
    left: -29%;
    top: 44.9%;
}
.ydy3xnr li.y3li11{
    width: 59%;
    height: 5%;
    left: -29%;
    top: 31%;
}
.ydy3xnr li.y3li12{
    width: 76%;
    height: 4%;
    left: -29%;
    top: 20%;
}


.ydy3xsz {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.ydy3xsz li {
    position: absolute;
    left: 0;
    top: 0;
    width: 42px;
    height: 30px;
    font-size: 38px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 21px;
    letter-spacing: -2px;
    color: #242424;
    text-shadow: 0px 1px 1px #fff;
}

.ydy3xsz li.y3szli1{
    left: 55%;
    top: 20%;
}
.ydy3xsz li.y3szli2{
    left: 68.5%;
    top: 27%;
}
.ydy3xsz li.y3szli3{
    left: 75.5%;
    top: 41%;
}
.ydy3xsz li.y3szli4{
    left: 75.5%;
    top: 56%;
}
.ydy3xsz li.y3szli5{
    left: 68.5%;
    top: 70%;
}
.ydy3xsz li.y3szli6{
    left: 55%;
    top: 78%;
}
.ydy3xsz li.y3szli7{
    left: 40%;
    top: 78%;
}
.ydy3xsz li.y3szli8{
    left: 26.3%;
    top: 70%;
}
.ydy3xsz li.y3szli9{
    left: 19%;
    top: 56.5%;
}
.ydy3xsz li.y3szli10{
    left: 19%;
    top: 41.5%;
}
.ydy3xsz li.y3szli11{
    left: 27%;
    top: 28.5%;
}
.ydy3xsz li.y3szli12{
    left: 40%;
    top: 20.2%;
}



.ydy3xnr li.on i{
    color: #ff4610;
    animation: dt111 0.3s linear .65s;
    animation-delay: 0.3s;  
    animation-fill-mode: forwards; 
}
.ydy3xsz li.on i{
    color: #ff4610;
    transition: all ease-in-out 0s;
    animation: dt111 0.3s linear .65s;
    animation-delay: 0.3s;  
    animation-fill-mode: forwards; 
}
.ydy3xsz li i{
	transition: all ease-in-out 0s;
    color: #000;
}


@keyframes dt111 {
    0%{opacity: 0;}
    100% {opacity: 1;}
}




/* 图片旋转动画 */
@keyframes imgRotate {
  0%   { transform: rotate(0deg); }
  100% { transform: rotate(30deg); }
}

.ydy3bj img.rotate {
  animation: imgRotate 0.6s ease;
  animation-fill-mode: forwards;
}

/* li 高亮样式，可根据设计改 */
.ydy3xnr li.active,
.ydy3xsz li.active {
  color: #e60012;
  transition: all 0s ease;
}







.ydy4x {}
.ydy4nr {
    max-width: 1400px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    height: 77vh;
    margin-top: 10vh;
}
.ydy4nr .li{
    background: url(//wm.cdn.cn86.cn/gbbmagwaytech/2025/09/c602d8bc24coo1ri.png)no-repeat bottom;
    width: 32%;
    background-size: 100% 100%;
    padding-top: 6.1vw;
    height: 100%;
}
.ydy4nr .li{
    width: 404px !IMPORTANT;
    margin: 0 27px;
    height: 81vh;
}
.ydy4nr .li h2 {
    font-size: 34px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 34px;
    letter-spacing: -2px;
    color: #fefefe;
    margin-bottom: 3vw;
}
.ydy4nr .li h3 {
    padding: 0 51px 0 38px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-bottom: 35px;
}
.ydy4nr .li h3 dt{
    width: 33px;
    height: 31px;
    background-color: #ff4610;
    position: relative;
}
.ydy4nr .li h3 dd{
	font-size: 13px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 18px;
	letter-spacing: 0px;
	color: #c3c9d1;
	text-align: left;
	width: calc(100% - 33px);
	margin-bottom: 0;
	padding-left: 10px;
}
.ydy4nr .li h3 dt:before{font-size: 18px;font-weight: normal;font-stretch: normal;line-height: 34px;letter-spacing: -1px;color: #fefefe;width: 100%;height: 100%;top: 0;left: 0;position: absolute;}
.ydy4nr .li h3:nth-child(2) dt:before{content: '01'}
.ydy4nr .li h3:nth-child(3) dt:before{content: '02';}
.ydy4nr .li h3:nth-child(4) dt:before{content: '03';}



@media (max-width: 1550px) {
.ydy3bj img {
    width: 100%;
    height: 80vh;
}
.ydy3xsz li{
    width: 28px;
    height: 21px;
    font-size: 27px;
}

.ydy4nr .li{
    width: 390px ! IMPORTANT;
}



}

@media (max-width: 1400px) {
.ydy3bj img {
    width: 100%;
    height: 85vh;
}
.ydy3xsz li{
    width: 28px;
    height: 21px;
    font-size: 27px;
}
.ydy3xnr li{font-size: 14px;}

.ydy4nr .li{
    width: 320px ! IMPORTANT;
}


}


@media (max-width: 1350px) {  
.ydy2bj img{
    width: 110%;
    height: 100%;
    max-width: none;
}
.ydy2xnr {
    width: 110%;
}

.ydy4nr .li{
    height: 80vh;
}
.ydy4nr{
    height: 82vh;
}

.ydy4nr .li h2{font-size: 24px;  margin-bottom: 15px;}
.ydy4nr .li{
    padding-top: 4vw;
}
.ydy4nr .li h3{
    padding: 0 20px 0 20px;
}
.ydy4nr .li h3 dt {
    width: 26px;
    height: 26px;
}
.ydy4nr .li h3 dt:before{
    line-height: 27px;
    font-size: 14px;
}
.ydy4nr .li h3 dd{
    font-size: 12px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    line-height: 17px;
}

.ydy4nr .li{
    width: 300px ! IMPORTANT;
}





}



@media (max-width: 1200px) {  

.ydy2bj img{
    width: auto;
    height: 100vh;
    max-width: none;
    min-width:100%;
}
.ydy2bj {width: 100vw;height: 100vh;overflow: hidden;position: relative;}
.ydy2xnr li .y2liyd{display: none;}
.ydy2xnr li{position: relative;left: auto !important;top: 0 !important;width: 50%;height: 106px;margin: 0;padding: 0;margin: 10px 0;}
.ydy2xnr{
    width: 60%;
    left: 50%;
    /* height: 100vh; */
    transform: translateX(-50%);
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-evenly;
}
.ydy2xnr li .y2liwz{
    bottom: 0;
}


.ydy4nr .li{
    width: 250px ! IMPORTANT;
}

.ydy4nr .li h3{
    margin-bottom: 15px;
}
.ydy1xwz h2{font-size: 34px;}
.ydy1xwz h4{font-size: 34px;}

}




@media (min-width: 992px) { 



.ydy3bj{display: none;}
.ydy3x{
    width: 100%;
    height: 100%;
    position: relative;
    left: 0;
    top: 0;
}

.ydy3x:after{
	content: '';
	width: 90%;
	height: 1px;
	top: 50%;
	background-color: #ffffff;
	position: absolute;
	left: 5%;
	transform: translateY(-50%);
}  
	

.ydy3xsz li{
    width: 40px;
    height: 40px;
    background-color: #ffffff;
    border-radius: 50%;
    line-height: 40px;
    font-size: 19px;
    letter-spacing: -2px;
    position: relative;
    top: calc(50% - 20px) !IMPORTANT;
    left: 0 !IMPORTANT;
    transform: translateX(-50%);
    z-index: 999;
}


@media (min-width: 1400px) {  
    .ydy3xsz li {
        transform: scale(1.2) ! IMPORTANT;
    }

}


.ydy3xsz {
    position: absolute;
    width: 90%;
    height: 86%;
    top: 7%;
    left: 5%;
    display: flex;
    flex-direction: row;
    z-index: 999;
    justify-content: space-around;
}



.ydy3xnr{
    position: absolute;
    width: 90%;
    height: 86%;
    left: 5%;
    top: 7%;
    display: flex;
    justify-content: space-around;
    z-index: 99;
    flex-direction: row;
}






.ydy3xnr li{
    background-image: none !IMPORTANT;
    width: 100% !IMPORTANT;
    position: relative;
    left: 0 !IMPORTANT;
    top: calc(50% - 40px) !IMPORTANT;
    display: flex;
    margin-top: 0;
    height: 80PX !IMPORTANT;
    padding-bottom: 0;
    margin-top: -18vh;
    text-align: left;
    justify-content: left;
    align-items: flex-start;
}

.ydy3xnr li i{
    color: #fff;
    transition: all ease-in-out 0s;
    display: block;
    width: 100%;
    text-align: center;
    line-height: 1.2;
    opacity: 0;
}

.ydy3xnr li:after{content: '';height: 0vh;width: 1px;background-color: #fff;left: 50%;position: absolute;top: auto;bottom: -100%;}
.ydy3xnr li.on:after{
    height: 9vh;
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
    transition: all ease-in-out 0.3s;
}


.ydy3xnr li:nth-child(2n) {
    display: flex;
    left: 0% !important;
    margin-left: 0;
    top: 50% ! IMPORTANT;
    margin-top: 9vh;
    transform: translateY(50%);
    align-items: flex-end;
}
.ydy3xnr li:nth-child(2n):after{content: '';top: -100%;bottom: auto;}



}


@media (max-width: 1300px) {  
    .ydy3xnr li {
        height: 60PX ! IMPORTANT;
    }


}











.scroll-down{
    position: fixed;
    width: 60px;
    line-height: 60px;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 4.5vh;
    cursor: pointer;
    z-index: 999;
}
.scroll-down span{
    width: 60px;
    height: 60px;
    display: block;
    line-height: 60px;
    position: relative;
    color: #fff;
 
    text-transform: uppercase;
}


.scroll-down span:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 60px;
    height: 60px;
    background: url(//wm.cdn.cn86.cn/gbbmagwaytech/2025/09/5296e126bd8kvjyf.png) no-repeat center;
}

.scroll-down:after {
    content: "";
    background: url(//wm.cdn.cn86.cn/gbbmagwaytech/2025/09/75b6964eb1l8kayi.png) no-repeat bottom center;
    background-size: 22px auto;
    position: absolute;
    width: 22px;
    height: 44px;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 46px;
    z-index: 2;
    -webkit-animation: start 2s infinite ease-in-out;
    animation: start 2s infinite ease-in-out;
}





  @keyframes start {   
    0%, 30% {
        opacity: 0;
        -webkit-transform: translate(0, -8px);
        transform: translate(0, -8px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translate(0, 10px);
        transform: translate(0, 10px);
    }

}









@media (max-width: 992px) {  

.mban1{
    background-image: url(//wm.cdn.cn86.cn/gbbmagwaytech/2025/09/2297c9df44gjztpo.png) !important;
    background: no-repeat center;
    background-size: 100% ;
}

.ydy1xwz h2{font-size: 24px;}
.ydy1xwz h4{font-size: 24px;}
.ydy1xwz h3{
    width: 30px;
    height: 2px;
    margin: 18px auto 8px;
}
.ydy1xwz{
    margin-bottom: 0;
    margin-top: 21vh;
}



.mban2{
    background-image: url(//wm.cdn.cn86.cn/gbbmagwaytech/2025/09/b4bbed96f7qn9lwj.png) !important;
    background: no-repeat center;
    background-size: 100% ;
}
.ydy2bj{display: none;}

.ydy2x{
    width: 100%;
    height: 100vh;
}

.ydy2xnr{width: 95%;}

.ydy2xnr li {
    position: relative;
    left: auto !important;
    top: 0 !important;
    width: 85%;
    height: 88px;
    padding: 0;
    margin: 6px 0;
}
.ydy2xnr li .y2liwz{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 88px;
}
.ydy2xnr li .y2liwz h2{
    width: 76px;
    line-height: 21px;
    font-size: 14px;
}
.ydy2xnr li .y2liwz h3{
    width: calc(100% - 89px);
    padding: 0;
    text-align: left;
    margin-top: 0;
    padding-left: 10px;
    border-left: 1px solid lch(58.67 96.57 44.43 / 0.6);
    line-height: 17px;
}




.mban3{
    background-image: url(//wm.cdn.cn86.cn/gbbmagwaytech/2025/09/0a9e0829edaxwq2a.png) !important;
    background: no-repeat center;
    background-size: 100% ;
}

.ydy3bj{display: none;}
.ydy3x{
    width: 100%;
    height: 100%;
    position: relative;
    left: 0;
    top: 0;
}

.ydy3x:after{
	content: '';
	width: 1px;
	height: 90%;
	top: 3%;
	background-color: #ffffff;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}  
	

.ydy3xsz li{
    width: 40px;
    height: 40px;
    background-color: #ffffff;
    border-radius: 50%;
    line-height: 40px;
    font-size: 19px;
    letter-spacing: -2px;
    position: relative;
    left: 50% !IMPORTANT;
    top: 0 !IMPORTANT;
    transform: translateX(-50%);
    z-index: 999;
}


.ydy3xsz {
    position: absolute;
    width: 100%;
    height: 86%;
    top: 5%;
    left: 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-around;
    z-index: 99;
}



.ydy3xnr{
    position: absolute;
    width: 100%;
    height: 86%;
    top: 5%;
    left: 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-around;
    z-index: 999;
}






.ydy3xnr li{
    background-image: none !IMPORTANT;
    width: 23% !important;
    position: relative;
    top: 0 !IMPORTANT;
    left: 50% !IMPORTANT;
    display: flex;
    justify-content: flex-start;
    margin-left: 16%;
    height: 40px !IMPORTANT;
    padding-bottom: 0;
    align-items: flex-start;
    margin-top: 16px;
    text-align: left;
}



.ydy3xnr li:after{content: '';width: 32%;height: 1px;background-color: #fff;left: -41%;position: absolute;top: 11px;}
.ydy3xnr li:nth-child(2n) {
    text-align: right;
    display: flex;
    justify-content: flex-end;
    left: 11% !important;
    margin-left: 0;
}
.ydy3xnr li:nth-child(2n):after{content: '';width: 32%;height: 1px;background-color: #fff;position: absolute;top: 11px;right: -41%;left: auto;}




.mban4{
    background-image: url(//wm.cdn.cn86.cn/gbbmagwaytech/2025/09/ec82e65abdtaxwue.png) !important;
    background: no-repeat center;
    background-size: 100% ;
}

.ydy4nr .li {
    background: url(//wm.cdn.cn86.cn/gbbmagwaytech/2025/09/2113051d901ufa7n.png)no-repeat;
    width: 86vw ! IMPORTANT;
    margin: 0 7vw;
    padding-top: 8vh;
    background-size: 100% auto;
    height: 66vh;
    
}

.ydy4nr .li h2 {
    font-size: 24px;
    margin-bottom: 5vh;
}
.ydy4nr {
	height: 69vh;
}



.mban5{
    background-image: url(//wm.cdn.cn86.cn/gbbmagwaytech/2025/09/d78a2868230vduhe.png) !important;
    background: no-repeat center;
    background-size: 100% ;
}



.scroll-down{
    transform: scale(0.6);
    bottom: 2vh;
}




}





@font-face {
	font-family:Roboto;
	src: url('http://cdn.myxypt.com/assets/Roboto-Light.ttf');
}

@font-face {
	font-family:SpaceGrotesk;
	src: url('http://cdn.myxypt.com/assets/SpaceGrotesk-Light.ttf');
}





/* 文字 */