/* ====移动端导航==== */
/* 按钮 */
.mobmenu {display: none; margin: 0 0 0 2.5rem; position: relative; z-index: 9;}
.mobmenu dl {width: 1.875rem; margin-right: 10px; cursor: pointer; height: 1rem;}
.mobmenu dl dd {width: 0;height: .125rem;background: #333; width: 1.25rem;position: absolute;    transition: all 0.3s;}
.mobmenu dl dd:first-child {animation: sjnav 2.4s linear infinite;}
.mobmenu dl dd:nth-child(2) {top: 50%;margin-top: -0.063rem;}
.mobmenu dl dd:last-child {bottom: 0; animation: sjnav 2.4s linear infinite;animation-delay: 0.4s;}

header.c-style2 .mobmenu dl dd {background: #333;}
header.c-style2 .mobmenu h4 {color: #333; }

/* 导航头 */
.flexsb{display: flex; justify-content: space-between; align-items: center;}
.mobmenu h4 {color: #333; margin-left: 1.25rem;}
.mobmask {position: fixed;left: 0;top: 0;z-index: 99;width: 100%;height: 100vh;background: rgba(7,16,26,0.8);transition: all 0.5s;visibility: hidden;opacity: 0;transition-delay: 0.2s;}
.mobmask.active{opacity: 1;visibility: visible;}
.mobnavBox {padding-bottom: 20px; width: 60%;height: 100vh;position: fixed;z-index: 100;top: 0;left: -50%;overflow-y: auto;opacity: 0;transition: all 0.3s; background: #fff; visibility: hidden;}
.mobnavBox.active{transition-delay: 0.3s;opacity: 1;left: 0; visibility: visible;} 
.mobCon {padding: 0 1.25rem; }
.mobnavBox .top {padding: .625rem 1.25rem; height: 6.25rem; min-height: 50px; position: sticky;top: 0;z-index: 9999;background: #fff;box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.03);}
.mobnavBox .top .logo {display: flex; align-items: center; height: 100%; max-width: 36%;}
.mobnavBox .top .logo img {max-height:100%; max-width: 100%; object-fit: contain;}
.mobnavBox .top .mobnavclose {width: 30px;height: 30px;position: relative; cursor: pointer;}
.mobnavBox .top .mobnavclose:before,
.mobnavBox .top .mobnavclose:after{content: "";position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);background: #333;border-radius: 1px;}
.mobnavBox .top .mobnavclose:before{width: 20px;height: 2px;transform: translate(-50%,-50%) rotate(45deg);}
.mobnavBox .top .mobnavclose:after{width: 2px;height: 20px;transform: translate(-50%,-50%) rotate(225deg);}
/* 导航搜索 */
/* version1.0 */
.mobsearch {margin-top: 30px;}
.mobsearch form {display: flex; align-items: center; justify-content: space-between;}
.mobsearch form input {width: calc(100% - 52px);line-height: 40px;border: 1px solid #eee;border-radius: 2px;padding: 0 12px;font-size: var(--font14); color: #333;}
.mobsearch form button {width: 42px;height: 42px;background: #7D33FF;color: #333;border-radius: 2px;font-size: 14px; border: 0; cursor: pointer;}
.mobsearch form button img {filter: brightness(100); -webkit-filter:brightness(100);}
/* version2.0 */
.mobnavBox .form { background-color: #f5f5f5;display: flex;align-items: center;margin-bottom: 2.125rem; margin-top: 3.125rem;}
.mobnavBox .form .f_sub,.mobnavBox .form .tx {height:5rem;}
.mobnavBox .form .int {display: flex;align-items: center;width: calc(100% - 9.625rem);padding: 0 2.8125rem;}
.mobnavBox .form .int i {width: 2rem;display: block;overflow: hidden;}
.mobnavBox .form .int i svg {float: left;width: 100%;}
.mobnavBox .form .int .tx {width: calc(100% - 2rem);padding: 1.25rem 1rem;font-size: var(--font20);}
.mobnavBox .form .f_sub {display: flex;align-items: center;justify-content: center;width: 9.625rem;color: #fff;background-color: #7D33FF;cursor: pointer;font-size: var(--font24);}
@media (max-width: 768px) {
  .mobnavBox .form .int {width: calc(100% - 1.5rem);padding: 0 1rem;}
  .mobnavBox .form .f_sub, .mobnavBox .form .tx {height: 4rem;}
  .mobnavBox .form .f_sub {font-size: var(--font20);}
  .mobnavBox .bottom .nav li h3 a,.fz_bt{font-size: var(--font19);}
}

/* 导航内容 */
.mobnavBox .bottom {padding: 6px 0;}
.mobnavBox .bottom .nav li {margin: 2.5rem 0;}
.mobnavBox .bottom .nav li h3 {display: flex;align-items: center;justify-content: space-between; }
.mobnavBox .bottom .nav li h3 a {display: block;text-align: center;color: #333;padding-left: 4px;font-size: var(--font24);}
.mobnavBox .bottom .nav li h3 i {display: flex; align-items: center; justify-content: center; width: 16px;height: 16px;color: #333;text-align: center;font-size: 12px; transition: .4s; cursor: pointer;}
.mobnavBox .bottom .nav li h3 i svg {max-width: 100%;}
.mobnavBox .bottom .nav li .m-subnav {border-bottom: 1px solid #dbdbdb;padding-bottom: 5px;display: none;}
.mobnavBox .bottom .nav li .m-subnav a {margin: 10px 0;padding-left: 5px;position: relative; font-size: var(--font20); color: #333; display: flex;align-items: center;}
.mobnavBox .bottom .nav li .m-subnav a::before {content: ''; width: 4px; height: 4px; border-radius: 50%; background: #7D33FF; display: inline-flex; margin-right: 5px; flex-shrink: 0;}

/*三级导航 */
.mobnavBox .bottom .nav li .m-subnav dl {border-bottom: 1px solid #eee;}
.mobnavBox .bottom .nav li .m-subnav dl:last-child {border: 0;}
.mobnavBox .bottom .nav li .m-subnav dl dt {display: flex; justify-content: space-between;}
.mobnavBox .bottom .nav li .m-subnav dl dt a::before {display: none;}
.mobnavBox .bottom .nav li .m-subnav dl dt .btn {width: 16px; position: relative;}
.mobnavBox .bottom .nav li .m-subnav dl dt .btn i {position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%);    font-weight: 700;}
.mobnavBox .bottom .nav li .m-subnav dl dt .btn .i2 {opacity: 0;}
.mobnavBox .bottom .nav li .m-subnav dl .list {display: none;}
.mobnavBox .bottom .nav li .m-subnav dl .list a {display: flex; position: relative; align-items: center;}
.mobnavBox .bottom .nav li .m-subnav dl.on dt .btn .i2 {opacity: 1;}
.mobnavBox .bottom .nav li .m-subnav dl.on dt .btn .i1 {opacity: 0;}
/* .mobnavBox .bottom .nav li .m-subnav a:before{content: "";width: 8px;height: 8px;border: 1px solid #CCCCCC;border-radius: 50%;position: absolute;left: 4px;top: 5px;transition: all 0.4s;}
.mobnavBox .bottom .nav li .m-subnav a:after{content: "";width: 4px;height: 4px;background: #CCCCCC; border-radius: 50%; position: absolute; left: 7px;top: 8px;transition: all 0.4s;} */
.mobnavBox .bottom .nav li.on h3 a {color: #7D33FF;}
.mobnavBox .bottom .nav li.on h3 i {transform: rotate(90deg);color: #7D33FF;}
.mobnavBox .bottom .nav li.on h3 i:before,
.mobnavBox .bottom .nav li.on h3 i:after {background: #fff;}
.mobnavBox .bottom .nav li h3 a:hover,
.mobnavBox .bottom .nav li .m-subnav a:hover , .mobnavBox .bottom .nav li .m-subnav a.on {color: #7D33FF;}
.mobnavBox .bottom .nav li .m-subnav a:hover:before , .mobnavBox .bottom .nav li .m-subnav a.on:before {border-color: #7D33FF;}
.mobnavBox .bottom .nav li .m-subnav a:hover:after , .mobnavBox .bottom .nav li .m-subnav a.on:after {background: #7D33FF;}
.mobnavBox .bottom .links dl dd {margin: .3rem 0;}
.mobnavBox .bottom .links dl dd a {display: flex; align-items: center;}
.mobnavBox .bottom .links dl dd span { margin-left: .2rem; display: block; text-align: center;color: #333; padding-left: 4px; font-size: var(--font20);}

/* 导航语言 */
/* version2.0 */
.mobnavBox .moblang .tit {font-size: var(--font20); text-align: center; font-weight: 700; margin-bottom: 1.25rem;}
.mobnavBox .moblang .moblan a {border: 1px solid #eee; margin: 1rem 0; color: #666;}
.mobnavBox .moblang .moblan a:active {border-color: #7D33FF; background: #7D33FF; color: #fff;}

/* 导航联系方式 */
/* version1.0 */
.moblan a {display: flex;align-items: center;justify-content: center;height: 3.125rem;}
.sitebtn {display: block;border-radius:4px;	background-image: linear-gradient(135deg, #7D33FF 10%, #fff 60%, #7D33FF 100%);overflow: hidden;background-size: 200% auto;color: #fff;text-align: center;}
/* .sitebtn:hover {background-position: right center;} */
.mobinfo {padding-top: 1.25rem; border-top: 1px solid #eee;}
.mobinfo h2 {color: #7D33FF; font-weight: 700; margin-bottom: 1.875rem;}
.mobinfo dl dd {display: flex;margin-top: .938rem; align-items: center;}
.mobinfo dl dd {}
.mobinfo dl dd .icBox {max-width: 15px;max-height: 15px;display: flex;align-items: center;justify-content: center;margin-right: 5px;}
.mobinfo dl dd .icBox img {max-width: 100%;}
.mobinfo dl dd p {width: calc(100% - 14px);color: #333; }
.mobinfo dl dd p a {color: #333;}
.mobinfo dl dd p a:active {color: #7D33FF;}
@keyframes sjnav{0% {width: 0;}25% {width: 15px;}50% {width: 30px;}75% {width: 15px;}100% {width: 0;}}
/* version2.0 */
.fz_bt {margin-top: 1.25rem; display: flex;align-items: center;justify-content: center;border-radius: 3px;background-color: #fff;color: #7D33FF;transition: all 0.3s linear;border: 1px solid #eee; width: 100%; padding: .625rem 0; font-size: var(--font24);}
.fz_bt i {display: flex;width: 1.875rem;height: 1.875rem;margin-right:1.25rem;overflow: hidden;}
.fz_bt i svg{width: 100%; height: 100%;}
.fz_bt i svg path{fill: #7D33FF;}
.fz_bt span {color: #7D33FF;}
.fz_bt:active {background: #7D33FF; border-color: #7D33FF;}
.fz_bt:active i svg path{fill: #fff;}
.fz_bt:active span{color: #fff;}
@media (any-hover: hover) {
  .mobinfo dl dd p a:hover {color: #7D33FF;}
  .fz_bt:hover{background: #7D33FF; border-color: #7D33FF;}
  .fz_bt:hover i svg path{fill: #fff;}
  .fz_bt:hover span{color: #fff;}
}
@media (max-width: 768px) {
  .mobnavBox .bottom .nav li {margin: 1.25rem 0;}
  .mobnavBox .bottom .nav li h3 a {font-size: var(--font20);}
  .mobnavBox .bottom .nav li .m-subnav a {font-size: var(--font18);}
  .fz_bt i {width: 1.25rem; height: 1.25rem; margin-right: .5rem;}
}


/* ======================================================1400px========================================================= */
/* 大桌面显示器，≥ 1200px */
@media (max-width: 1440px) { 
  .head_nav {width: 65%;}
  /* 关于我们 */
  .aboutOne .content_1 .d_main .d1 .t1 {font-size: 3rem;}
  .aboutOne .content_1 .d_main .d1 .t2 {font-size: 2rem; margin-bottom: 1rem;}

  .aboutFive .imgBox {padding: 0;}

}

/* ======================================================1200px========================================================= */
/* 大设备（小桌面/平板横屏，≥ 992px） 小于 1200px */
@media  (max-width: 1200px) {
  /* 头部  */
  /* .head_nav {width: 60%;} */

}

/* ======================================================992px========================================================= */
/* 中等设备（平板，≥ 768px）小于 992px */
@media (max-width: 992px) { 
  /* 头部 */
  .head_nav {width: 90%;}
  .head_nav nav {display: none;}
  .head_nav .mobmenu {display: inline-flex;}
  .head_nav .pcMore {display: none;}
  .head_nav .re {display: inline-flex;}
  .headluange {display: none;}

  
  /* 底部 */
  .foternav {flex-wrap: wrap;width: 100%; margin-top: 2rem; padding: .3rem 0; margin-left: 0;}
  .foternav dl .ddbox {display: none;}
  .foternav dl {width: 100%; margin-right: 0; text-align: left; padding-right: 0;}
  .foternav dl dt {margin-bottom: 0;position: relative;cursor: pointer;     padding: .1rem 0;}
  .foternav dl dt::after {content: "";background: url(../images/jt1.svg) no-repeat right;display: block;width: 15px;height: 15px;background-size: 100%;position: absolute;right: 0;top: 50%;transform: translate(-50%, -50%); transform-origin: center; transition: .35s; z-index: 1;}
  .foternav dl dt::before {display: none;}
  .foternav dl.on dt::after {transform:translate(-50%, -50%) rotate(90deg);}
  .foternav dl {margin-bottom: 10px;border-bottom: 1px solid #ddd;padding-bottom: 10px;}
  .foternav dl:last-child {margin-bottom: 0; border: 0;}
  .foternav dl.nolist dt::after {display: none;}
  .foternav dl.nolist dt a {display: block; margin-bottom: 0;}


}



/* ======================================================移动端========================================================= */
.wap-dabai{display: none;}
/* 小设备（手机横屏/大手机，≥ 576px）小于 768px */
@media (max-width: 767px) { 
  /* 通用 */
  .more2 {padding: .75rem 1rem;}
	.wap-dabai{display: block;}
	.pc-dabai{display: none;}
  /* 头部 */
  header {top: 0; background: #fff;}
  header.c-style2 {top: 0;}
  header.c-style2 .headBox {opacity: 1; visibility: visible;}
  header.c-style2 .head_nav {box-shadow: none;}
  header.c-head-move {pointer-events: auto;}
  .head_nav {width: 100%; height: 3.75rem; padding-left: 0;}
  .mobnavBox {width: 100%;}
  .mobnavBox .top {height: 3.75rem;}
  .head_nav .re .more {display: none;}

  .headBox .logo {max-width: 36%;}
  .headBox .logo img {max-height: 100%; max-width: 100%; height: auto;}


  /* 首页 */
  .page-loader_text, .page-loader_percent {font-size: 10rem;}
  .indexBanner {height: auto; padding-top: 3.75rem;}
  .indexBanner .swiper .slide .info .p1 {font-size: var(--font30);}
  .indexBanner .swiper .slide .info .p2 {font-size: var(--font36);}
  .indexBanner .swiper .slide .bjBox {height: auto;}
  .indexBanner .swiper .slide .bjBox video, .indexBanner .swiper .slide .bjBox img {max-height: calc(100% - 3.75rem);}

  .indexOne {height: auto;}
  .indexOne .box {flex-wrap: wrap; padding: 6rem 0 3rem;}
  .indexOne .left {width: 100%; margin-top: 2rem;}
  .indexOne .right {width: 70%; margin: auto; order: -1;}
  .indexOne .left .tit {font-size: var(--font30);}
  .indexOne .left dd {padding: 1rem 0;}
  .indexOne .left dd .icBox {width: 2.5rem; height: 2.5rem;}
  .indexOne .left dd .p2 {font-size: var(--font16);}
  .indexTwo {padding: 3rem 0;}
  .indexTwo .videoBox {border-radius: 2rem;}
  .indexTwo .box {margin-top: 3rem;}
  .indexTwo .right {width: 100%; margin-top: 2rem;}
  .indexTwo .left {width: 100%;}
  .indexTwo .left .tit {font-size: var(--font36); text-align: center;}
  .indexTwo .left .tit p {display: inline-block;}
  .indexTwo ul li {border: 0; padding: 0; text-align: center; margin-bottom: 2rem;}
  .indexTwo ul li .num {font-size: var(--font36); justify-content: center;}
  .indexThre {padding: 3rem 0 3rem;}
  .indexThre .box {flex-wrap: wrap;}
  .indexThre .right {width: 100%; margin-top: 2rem;}
  .indexThre .left {width: 100%;}
  .indexThre .left .p1 {font-size: var(--font22);}
  .indexThre .left .p2 {font-size: var(--font38);}
  .indexThre .left .more {margin-top: 2rem;}
  .indexThre .right .text {font-size: var(--font16);}
  .indexFour {padding-top: 3rem;}
  .indexFour .tit  {text-align: center; font-size: var(--font36);}
  .indexFour .swiperBox {margin-top: 3rem;}

  /* 底部 */
  .footer {padding-top: 3rem;}
  .footer .box {flex-wrap: wrap;}
  .footer .left {width: 100%; }
  .footer .right {width: 100%; margin-top: 3rem;}
  .footer .form .inCode {width: 100%;}
  .footer .form .sub {width: 100%; display: flex; justify-content: center; margin-top: 2rem;}
  .footer_logo {text-align: center;}
  .footer .left dl {margin-top: 2rem;}
  /* .footer .follow {margin-top: 3rem;} */
  .copyRight {padding: 1.5rem 0;}

  /* =============================================内页============================================ */
  /* 通用 */

  /* 内页banner */
  .ny-banner .box {top: 65%;}
  .ny-banner .box .tit {font-size: var(--font30);}

  /* 产品中心 */
  .pro-banner {padding-top: 3.75rem;}
  /* .pro-banner .box {position: relative; top: 0; transform: none; left: 0; padding: 3rem 4%;} */
  .pro-banner .box{text-align: center;}
  .pro-banner .box{top:32%}
  .pro-banner .box .p1 {font-size: var(--font30); color: #333;}
  .pro-banner .box .p1 p{font-size:2.2rem;font-weight: 600;}
  .proV2-banner .box .p2{font-size:1.2rem;color:#666}
  .pro-banner .box .p2 { color: #666;}
  .pro-banner .box .more {margin-top: 2rem;}
  .proOne {padding: 3rem 0;}
  .proOne .le {width: 100%; text-align: center;}
  .proOne .re {width: 100%; margin-top: 2rem;}
  .proTwo .left {width: 100%;}
  .proTwo .right {width: 60%; margin: auto; order: -1; margin-bottom: 3rem;}
  .proTwo .proTle {text-align: center;}
  .proTwo .info {margin-top: 2rem;}
  .proTwo .info dl {gap: 1rem; row-gap: 2rem;}
  .proTwo .info dd .icBox {width: 2rem;}
  .proTwo .info dd .p1 {font-size: var(--font20);}
  .proTwo .info dd .p2 {font-size: var(--font14);}
  .proTwo .canShu {padding: 2.5rem 1rem;}
  .proTwo .canShu .item {width: 100%; padding: 1rem;}
  /* .proTwo .canShu dd .p1 {font-size: var(--font24);}
  .proTwo .canShu dd .p2 {font-size: var(--font22);}
  .proTwo .canShu dd .p3 {font-size: var(--font24);} */
  .proTwo .left .more {margin-top: 2rem;}
  .proThre {padding: 3rem 0;}
  .proThre .list ul {grid-template-columns: repeat(1, auto);}
  .proFour {padding: 5rem 0;}
  .proFour .list {margin-top: 3rem;}
  .proFour .list ul {gap: 2rem; grid-template-columns: repeat(2, 1fr);}
  .proFour .list li .p1 {font-size: var(--font20);    margin-top: 1rem;}
  .proFour .list li .p2 {font-size: var(--font14);  margin-top: 1rem;}
  .proFour .list li {margin-bottom: 0;}
  .proFour .list li .icBox {height: 3rem;}
  .proFour .list li .icBox img ,  .proFour .list li .icBox svg {min-height: initial; max-height: 95%;}
  .proFive {padding: 3rem 0; height: auto;}
  .proFive .box {position: relative;}
  .proFive .tle {position: relative; transform: none;}
  .proFive .tle .tit {color: #333;}
  .proFive .list {margin-top: 3rem;}
  .proFive .list ul {grid-template-columns: repeat(2,1fr); gap: 1rem;}
  .proFive .list li {height: auto;}
  .proFive .list li:nth-child(7) {display: none;}
  .proFive .list ul {height: auto;}
  .proFive .list li {grid-column:initial !important; grid-row: initial !important; transform: none !important;}
  .proFive .list li .imgBox::after {height: 100%;}
  .proFive .list li .info {opacity: 1;}
  .proFive .list li .info p {font-size: var(--font20);}


  .proSix {background-attachment: local; padding: 3.5rem 0;}
  .proSix .list li {width: 100%; margin-bottom: 2rem;}
  .proSix .list li .p1 {font-size: var(--font26);}
  .proSix .list li .p2 {font-size: var(--font18);}
  .proSix .list {margin-top: 3rem;}
  .proSeven {padding: 3rem 0;}
  .proSeven .swjt {width: 3rem; height: 3rem;}
  


  /* 新闻资讯 */
  .news_search {padding: 2rem 0;}
  .news_search .form {width: 100%;}
  .newsList {padding: 3rem 0;}
  .newsList .list li a {flex-wrap: wrap;}
  .newsList .list li {margin-bottom: 0;}
  .newsList .list li .imgBox {width: 100%;}
  .newsList .list li .info {width: 100%;}
  .newsList .list li .info .p1 {margin-top:0rem; font-size: 1.25rem;}
  /* 新闻详情 */
  .newsDate {padding-top: 0; padding-bottom: 3rem;}
  .newsxq-box {flex-wrap: wrap;}
  .news-left {width: 100%;}
  .newsxq-box .news-right {width: 100%; margin-top: 3rem; position: relative; top: 0;}
  .newsxq-title {padding-bottom: 1.5rem;}
  .newsxq-title strong {font-size: var(--font20);}
  .news-left .newsCon {padding: 1.5rem;}
  .newsList .list li .info .time{font-weight: 400;font-size: 1rem;font-family: arial;color:#666}
  .newsList .list li .info .p2{font-size: 1rem;color:#666}
  /* 关于我们 */
  .aboutTle {font-size: var(--font36) !important;}
  .aboutOne {padding:4rem 0 0rem;}
  .aboutOne .box {flex-wrap: wrap;}
  .aboutOne .content_1 .d_main {padding-top: 0;}
  .aboutOne .content_1 {width: 100%;}
  .aboutOne .content_2 {width: 70%; padding-top: 3rem; margin: auto;}
  .aboutOne .content_1 .d_main .d1 .t1 {font-size: 2.5rem; color: #333;}
  .aboutOne .content_1 .d_main .d1 .t2 {font-size: 1.6rem; margin-bottom: 1rem; margin-top: .625rem; color: #333;}
  .aboutOne .content_1 .d_main .d2 {margin-bottom: 2rem; color: #333;}
  .aboutOne .content_1 .d_main .d3 .num .counter , .aboutOne .content_1 .d_main .d3 .num .dw_1 {font-size: 3rem;}
  .aboutOne .bjBox {display: none;}
  .aboutOne .w1500 {position: relative;transform: none; left: 0; top: 0;}

  .aboutTwo {background-attachment: local; padding: 5rem 0;}
  .aboutTwo .item {margin-top: 3rem;}
  .aboutTwo .item .p1 {font-size: var(--font18);}
  .aboutTwo .item .p2 {font-size: var(--font22);}

  .aboutThree {padding-bottom: 8rem;}
  .aboutThree .aboutTle {padding-top: 4rem;}
  .aboutThree .swiperBox1 {margin: 0;}
  .aboutThree .swiperBox2 {margin-top: 3.75rem;}
  .abTwoSwiper2 .time {font-size: 2rem;}
  .abTwoSwiper2 h5 {font-size: var(--font20); margin-top: 1rem;}
  .abTwoSwiper2 .text {font-size: var(--font16);}
  .aboutThree .his_btm {display: none;}
  .aboutThree .swjt {width: 3rem; height: 3rem; top: 120%;}
  .aboutThree .swjt.swiper-button-prev {left: 50%;}
  .aboutThree .swjt.swiper-button-next {right: 50%;}

  .aboutFour {background-attachment: local; padding-bottom: 6rem;}
  .aboutFour .to .dl {padding-top: 6rem; margin-bottom: 3rem;}
  .aboutFour .to .dw .d1:first-child {margin-right: 1rem;}
  .aboutFour .to .dw .d1 a span {margin-right: 1rem; font-size: var(--font14);}
  .aboutFour .to .dw .d1 a {padding: 1rem 1.5rem;}

  .aboutFive .aboutTle span {font-size: var(--font36);}
  .aboutFive .list ul {flex-wrap: wrap;}
  .aboutFive .list ul li {width: 46%; padding: 0; margin-bottom: 2rem;}
  .aboutFive .list ul li .p1 {font-size: var(--font22);}
  .aboutFive .list ul li .p2 {margin-top: 1rem;}


  /* 商务中心 */
  .businOne {padding: 3rem 0;}
  .businOne .left {width: 100%; padding: 1rem;}
  .businOne .right {width: 100%; padding: 1rem; padding-top: 3rem; padding-bottom: 1rem; }
  .businOne .right .imgBox {position: relative; margin-left: auto;}
  .businOne .box .tit {text-align: center;}

  .news-class {width: 100%; margin-bottom: 1.5625rem;display: none;}
  .news-class ul{justify-content: space-between;}
  .news-class ul li a{margin-right: 0;}
  
  .proFive .list li .imgBox::after{    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.1) 0%, rgb(0 0 0 / 55%) 80%);}

}

/* 超小设备（手机，小于 576px） */
@media (max-width: 576px) {
  /* 产品 */
 .proSix .list li {min-height: 30rem;}
}


