@charset "UTF-8";
/*header start*/
#menuWap {
  display: none;
}

.mobile-bottom-nav {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 55px;
    background: #fff;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    z-index: 9999;
}
.mobile-bottom-nav img{
    width: 22px;
    height: 22px;
}
.mobile-bottom-nav a {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: #666;
    text-decoration: none;
    gap: 4px;
}

.header-box {
  padding: 0 60px;
  color: #F3F3F3;
}
.header-box .headLogo {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  height:80px;
}
.trp-ls-shortcode-current-language{
    background: transparent;
    border:none;
    color: #F3F3F3;
    cursor: pointer;
}
.trp-ls-shortcode-current-language a{
    color: #F3F3F3 !important;
    cursor: pointer;
    
    font-size: 14px;
}
.trp-flag-image{
    display: none;
}
.trp-ls-shortcode-language .trp-flag-image{
    display: inline-block;
}
.trp-ls-shortcode-language a {
    color:#fff !important;
}
.trp-ls-shortcode-language a:hover {
    color:#D86018 !important;
}
.trp-ls-shortcode-language {
    background: transparent;
    color:#fff;
    border:1px solid #fff;
    cursor: pointer;
    font-size: 14px;
}
.header-box .searchBoxBtn,
.header-box .leftBox,
.header-box .lang {
  display: flex;
  align-items: center;
}
.header-box .searchBoxBtn a,
.header-box .leftBox a,
.header-box .lang a {
  display: flex;
  align-items: center;
}
.header-box .leftBox .moileRightCar{
    display: none;
}

.header-box .leftBox a{
    color:#fff;
}
.header-box .lang {
  gap: 3px;
}
.header-box .langImg {
  width: 16.62px;
  height: 16.62px;
}
.header-box .rightCar {
  display: flex;
  align-items: center;
  gap: 9px;
  position: relative;
}
.header-box .rightCar img {
  width: 15.31px;
}
.header-box .leftBox, .header-box .rightCar {
  height: 100%;
}


.header-box .rightCar:hover .hoverShowCar {
  display: block;
  opacity: 1;
  visibility: visible;
   transition: opacity 0.3s ease, visibility 0s linear 0s;
}
.header-box .hoverShowCar {
  display: none;
  position: absolute;
  left: 0;
  bottom: 30px;
  transform: translateY(100%);
  width: 307px;
  background: #FFFFFF;
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.09);
  border-radius: 20px 20px 20px 20px;
  padding: 17px 22px 22px;
  box-sizing: border-box;
  opacity: 0;
  visibility: visible;
  z-index: 999999;
  /*transition: all 0.6s;*/
   transition: opacity 0.3s ease, visibility 0s linear 1s;
}
.header-box .hoverShowCar .carItem {
  display: flex;
  gap: 9px;
  align-items: center;
  padding: 11px 0 17px;
  border-bottom: 1px solid #E4E4E4;
  cursor: pointer;
}
.header-box .hoverShowCar .carItem:first-child {
  padding-top: 0;
}
.header-box .hoverShowCar .leftImg {
  width: 60px;
}
.header-box .hoverShowCar .leftImg .meidia-box {
  padding-bottom: 100%;
  overflow: hidden;
  position: relative;
}
.header-box .hoverShowCar .leftImg .meidia-box img,
.header-box .hoverShowCar .leftImg .meidia-box video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.header-box .hoverShowCar .rightText {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #121212;
  font-family: Poppins;
  color: #121212;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.header-box .hoverShowCar .moreBtn {
  width: 169px;
  height: 38px;
  padding: 0;
  text-align: center;
  margin: 10px auto 0;
  display: block;
  line-height: 38px;
}
.header-box .hoverShowCar .moreBtn:hover{
    color:#D86018;
}
.header-box .hoverShowCar:hover{
    display: block;
    opacity: 1;
    visibility: visible;
    
}



.header-box .line {
  width: 1px;
  height: 29px;
  background: #FFFFFF;
  border-radius: 20px 20px 20px 20px;
  opacity: 0.79;
  margin: 0 23px;
}
.header-box .centerLogo {
  width: clamp(123.33333px, 9.63542vw, 185px);
  position: absolute;
  left:50%;
  top:50%;
  transform: translate(-50% , -50%);
  z-index:3;
}
.header-box .centerLogo img {
  width: 100%;
  height: auto;
}
.header-box .rightBox img {
  width: 14.03px;
  height: auto;
}
.header-box .centerNav {
  display: flex;
  max-width: 1116px;
  margin: 0 auto;
  gap: 60px;
  justify-content: center;
  position: relative;
}
.header-box .centerNav:after{
    content:'';
    width: clamp(744px, 58.125vw, 1116px);
    position: absolute;
    left:50%;
    transform: translateX(-50%);
    top:0;
    
    height: 1px;
    background: linear-gradient( 228deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.09) 8.79%, rgba(255,255,255,0.72) 23.43%, #FFFFFF 39.75%, #FFFFFF 51.04%, #FFFFFF 60.67%, rgba(255,255,255,0.77) 74.48%, rgba(255,255,255,0) 94.56%, rgba(255,255,255,0) 100%);
    opacity: 0.43;
}
.header-box .centerNav a {
  padding: 14px 0;
  color: #FFFFFF;
  display: block;
  font-size: 18px;
}
.header-box .centerNav a:hover {
  color: #D86018;
}
.header-box .cur a {
  color: #D86018;
}
.header-box .centerNav .cur a {
  color: #D86018;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width:100%;
  z-index: 999999;
  transition: all 0.6s;
  will-change: transform;
  backface-visibility: hidden;
  transform: translateZ(0);
}

.fixedTop,
.fixedTopBox {
  background: #272727;
}
.fixedTop .header-box .centerNav a:hover,
.fixedTop .header-box .centerNav .cur a,
.fixedTopBox .header-box .centerNav a:hover,
.fixedTopBox .header-box .centerNav .cur a {
  color: #D86018;
}

.banner {
  position: relative;
  color: #FFFFFF;
}
.banner .bg-box .meidia-box {
  padding-bottom: 49.47917%;
  overflow: hidden;
  position: relative;
}
.banner .bg-box .meidia-box img,
.banner .bg-box .meidia-box video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.banner .sTitle {
  font-weight: 600;
  font-family: Oswald, Oswald;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 6px;
  line-height: 1.5;
}
.banner .topBox {
  position: absolute;
  left: 50%;
  /*top: 50%;*/
  /*transform: translateX(-50%) translateY(-50%);*/
  top:169px;
  transform: translateX(-50%);
  text-align: center;
}
.banner .topBoxIndex{
    position: absolute;
  left: 50%;
  /*top: 50%;*/
  /*transform: translateX(-50%) translateY(-50%);*/
  top:169px;
  transform: translateX(-50%);
  text-align: center;
}
.banner .learnMore {
  position: absolute;
  left: 50%;
  bottom: 10%;
  transform: translateX(-50%) !important;
  width:clamp(130.66667px, 10.20833vw, 196px);
  min-width: fit-content;
  padding:0 25px;
  box-sizing: border-box;
  /*margin-left: calc(-1 * (clamp(130.66667px, 10.20833vw, 196px) / 2));*/
}
.banner .swiper-button-prev:after,
.banner .swiper-button-next:after {
  display: none;
}
.error-page-box{
    padding-top:196px !important;
}

.learnMore {
  display: inline-block;
  width: 196px;
  height: 58px;
  background: #D86018;
  line-height: 58px;
  font-weight: 500;
  color: #FFFFFF;
  text-align: center;
  border-radius: 29px;
  border: 1px solid transparent;
  cursor: pointer;
}
.learnMore:hover {
  border: 1px solid #D86018;
  background: #fff;
  color: #D86018;
}

/*header end*/
/*公共样式定义 start*/
/*例如,统一间距,统一字体,统一大小写,统一最大距离*/
.ipd-20 {
  padding: 0 0px;
}

/* 内容区域宽度+40px */
.m-width-content {
  max-width:clamp(1180px, 92.1875vw, 1770px);
  margin: 0 auto;
}

/*置顶按钮 start*/
#toTop {
  width: 40px;
  height: 40px;
  left: 20px;
  bottom: 20px;
  position: fixed;
  z-index: 999;
  background: #b24249;
}

/*置顶按钮 end*/
/*分页 start*/
.page-box {
  text-align: center;
  margin-top: 40px;
}
.page-box .wp-pagenavi {
  display: flex;
  justify-content: center;
}
.page-box .iconfont{
    font-size:26px;
}
.page-box .wp-pagenavi a,
.page-box .wp-pagenavi span {
  color: #999999;
  margin: 0 5px;
  width: 51px;
  height: 51px;
  border-radius: 50%;
  line-height: 51px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  text-align: center;
  font-size: 18px;
  font-family: var(--owfont);
  font-weight:700;
}
.page-box .wp-pagenavi img {
  width: 13.61px;
  height: 26.17px;
}
.page-box .wp-pagenavi .current {
  background: #D86018;
  color: #fff;
  border-radius: 50%;
}

/*分页 end*/
#header {
  position: relative;
  z-index: 2;
}

body,
input,
select,
button,
textarea {
  font-size:clamp(10.66667px, 0.83333vw, 16px);
}

.f-8 {
  font-size: 8px;
}

.f-10 {
  font-size: 10px;
}

.f-12 {
  font-size: 12px;
}

.f-14 {
  font-size: 14px;
}

.f-15 {
  font-size: clamp(10px, 0.78125vw, 15px);
}

.f-16 {
  font-size: clamp(10.66667px, 0.83333vw, 16px);
}

.f-18 {
  font-size: clamp(12px, 0.9375vw, 18px);
}

.f-19 {
  font-size: clamp(12.66667px, 0.98958vw, 19px);
}
.fb500 {
    font-weight: 500;
}
.fb600{
    font-weight: 600;
}
.f-20 {
  font-size: clamp(13.33333px, 1.04167vw, 20px);
}

.f-22 {
  font-size: clamp(14.66667px, 1.14583vw, 22px);
}
.f-23 {
  font-size: clamp(15.33333px, 1.19792vw, 23px);
}
.f-24 {
  font-size: clamp(16px, 1.25vw, 24px);
}

.f-25 {
  font-size: clamp(16.66667px, 1.30208vw, 25px);
}

.f-26 {
  font-size: clamp(17.33333px, 1.35417vw, 26px);
}

.f-27 {
  font-size: clamp(18px, 1.40625vw, 27px);
}

.f-28 {
  font-size: clamp(18.66667px, 1.45833vw, 28px);
}

.f-29 {
  font-size: clamp(19.33333px, 1.51042vw, 29px);
}

.f-30 {
  font-size: clamp(20px, 1.5625vw, 30px);
}

.f-32 {
  font-size: clamp(21.33333px, 1.66667vw, 32px);
}

.f-34 {
  font-size: clamp(22.66667px, 1.77083vw, 34px);
}

.f-36 {
  font-size: clamp(24px, 1.875vw, 36px);
}

.f-38 {
  font-size: clamp(25.33333px, 1.97917vw, 38px);
}

.f-40 {
  font-size: clamp(26.66667px, 2.08333vw, 40px);
}

.f-42 {
  font-size: clamp(28px, 2.1875vw, 42px);
}

.f-45 {
  font-size: clamp(30px, 2.34375vw, 45px);
}

.f-46 {
  font-size: clamp(30.66667px, 2.39583vw, 46px);
}

.f-48 {
  font-size: clamp(32px, 2.5vw, 48px);
}

.f-55 {
  font-size: clamp(36.66667px, 2.86458vw, 55px);
}

.f-56 {
  font-size: clamp(36.66667px, 2.86458vw, 55px);
}

.f-52 {
  font-size: clamp(34.66667px, 2.70833vw, 52px);
}

.f-60 {
  font-size: clamp(40px, 3.125vw, 60px);
}

.f-68 {
  font-size: clamp(45.33333px, 3.54167vw, 68px);
}

.f-70 {
  font-size: clamp(46.66667px, 3.64583vw, 70px);
}

.f-72 {
  font-size: clamp(48px, 3.75vw, 72px);
}

.f-78 {
  font-size: clamp(52px, 4.0625vw, 78px);
}

.f-82 {
  font-size: clamp(54.66667px, 4.27083vw, 82px);
}

.f-86 {
  font-size: clamp(57.33333px, 4.47917vw, 86px);
}

.f-90 {
  font-size: clamp(60px, 4.6875vw, 90px);
}

.fbold {
  font-weight: bold;
}

.f-500 {
  font-weight: 500;
}

.f-600 {
  font-weight: 600;
}

.fb600 {
  font-weight: 600;
}

.index-one-box .section {
  width: 100%;
  padding: 8.3vw 0;
  display: flex;
  gap: 72px;
  align-items: center;
  overflow: hidden;
}
.contact-two-box .ipd-20 iframe{
    width: 100% !important;
    border-radius: 20px;
    overflow: hidden;
}
.index-one-box .content {
  height: 41.82vw;
  max-height: clamp(535.33333px, 41.82292vw, 803px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 49px 0 58px;
  box-sizing: border-box;
  /*width: 25.3%;*/
  width: clamp(325.33333px, 25.41667vw, 488px);
}
.index-one-box .eyebrow {
  font-weight: 500;
  color: #121212;
  font-family: var(--owfont);
}
.index-one-box .title {
  font-weight: 600;
  line-height:1.1;
  letter-spacing: -2px;
  color: #121212;
  margin: 10px 0 20px;
  transition: 0.35s ease;
  font-family: var(--owfont);
}
.index-one-box .title .orange {
  color: #D86018;
}
.index-one-box .desc {
  max-width: 429px;
  line-height: 1.45;
  color: #5D5D5D;
  margin-bottom: 49px;
  transition: 0.35s ease;
}
.index-one-box .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  padding: 0 28px;
  border-radius: 999px;
  border: none;
  background: #ea5b13;
  color: #fff;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 10px 24px rgba(234, 91, 19, 0.28);
}
.index-one-box .arrows {
  display: flex;
  gap: 14px;
  margin-top:15px;
}
.index-one-box .arrow {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 1px solid #ffd4bf;
  background: #fff;
  color: #e96b2c;
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.25s ease;
}
.index-one-box .arrow:hover {
  background: #fff1e9;
  transform: translateY(-2px);
}
.index-one-box .carousel-wrap {
  position: relative;
  /*height: 41.82vw;*/
  flex:1;
}
/*.index-one-box .carousel-wrap ::after{*/
/*    content:' ';*/
/*    position: absolute;*/
/*    top:50%;*/
/*    left:0;*/
/*    width: 673PX;*/
/*    height: 100px;*/
/*    background: #f00;*/
/*    z-index: 222;*/
/*}*/
.index-one-box .carousel {
  position: relative;
  width: 100%;
  padding-bottom: 63%;
  /*height: 100%;*/
  /*height: clamp(535.33333px, 41.82292vw, 803px);*/
}
.index-one-box .slide {
  position: absolute;
  top: 50%;
  left: 0;
  /*width: 33.07vw;*/
  /*height: 41.82vw;*/
  /*width: clamp(423.33333px, 33.07292vw, 635px);*/
  width: 52.5%;
  max-height:clamp(535.33333px, 41.82292vw, 803px); ;
  /*height: clamp(535.33333px, 41.82292vw, 803px);*/
  border-radius: 10px;
  overflow: hidden;
  transform-origin: center center;
  transition: transform 0.65s cubic-bezier(0.22, 0.61, 0.36, 1), opacity 0.45s ease, filter 0.45s ease;
  cursor: pointer;
  will-change: transform, opacity;
  backface-visibility: hidden;
  border-radius: 20px;
  overflow: hidden;
}
.index-one-box .slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.index-one-box .slide.active {
  transform: translate(0, -50%) scale(1);
  z-index: 5;
  opacity: 1;
  filter: brightness(1);
}
.index-one-box .slide.next-1 {
  /*transform: translate(17.29vw, -50%) scale(0.86176);*/
  /*transform: translate(29.25%, -50%) scale(0.86176);*/
  /*transform: translate(48.25%, -50%) scale(0.92);*/
   transform: translate(50%, -50%) scale(0.92);
  z-index: 4;
  opacity: 1;
  filter: brightness(0.95);
}
.index-one-box .slide.next-2 {
  /*transform: translate(34.89vw, -50%) scale(0.6861);*/
  /*transform: translate(92.29%, -50%) scale(0.735);*/
   transform: translate(100%, -50%) scale(0.735);
  z-index: 3;
  opacity: 1;
  filter: brightness(0.78);
}
.index-one-box .slide.next-3 {
  transform: translate(680px, -50%) scale(0.65);
  z-index: 2;
  opacity: 0;
  filter: brightness(0.65);
}
.index-one-box .slide.hidden {
  transform: translate(820px, -50%) scale(0.55);
  z-index: 1;
  opacity: 0;
  pointer-events: none;
}

.index-two-box {
  font-family: var(--owfont);
  padding: 7.6vw 0 6.77vw;
  /*height: 950px;*/
  height: calc(100vh - 136.8px);
  min-height: fit-content;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}
.slideInLeft {
  animation-name: slideInLeft;
}
.slideInRight{
  animation-name: slideInRight;
}

/* WOW.js 的 animated 类会触发动画 */
.marquee-track.animated {
  visibility: visible;
}
.index-two-box .leftYun{
  position: absolute;
  top:0;
  left:0;
  width: 100%;
  height: 100%;
}
.index-two-box .leftYun img{
    width: 100%;
    height: 100%;
    object-position: left top;
}
.index-two-box .rightYun img {
    object-position: right top;
}
.index-two-box .topDesc{
    font-weight: 500;
    color: #FFFFFF;
    font-family: Oswald;
}
.index-two-box .text{
    font-family: Poppins;
}
.index-two-box .flexRow{
    margin-top:20px;
}
.index-two-box .flexRow .title{
     font-family: Poppins;
}
.index-two-box .flexRow .item{
    font-size: 14px;
    font-family: Poppins;
}
.index-two-box .moreBtn:hover{
    background: rgba(255,255,255,0);
    color:#fff;
    border:1px solid #fff;
}
.index-two-box .contentBox {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #fff;
  align-items: flex-end;
  height: 100%;
}
.index-two-box .m-width-content {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 3;
}
.index-two-box .ipd-20 {
  height: 100%;
}
.index-two-box .text {
  margin: 16px 0 43px;
  max-width: 553px;
  text-align: right;
}
.index-two-box .moreBtn:hover {
  /*background: #fff;*/
  border: 1px solid #fff;
}
.index-two-box .topContent {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.index-two-box .flexRow {
  display: flex;
  justify-content: flex-end;
  gap: 16px;
  width: 100%;
}
.index-two-box .flexRow .item {
  border: 1px solid rgba(255, 255, 255, 0.39);
  /*background: rgba(44, 64, 6, 0.4);*/
  /*backdrop-filter: blur(12px);*/
  /*-webkit-backdrop-filter: blur(12px);*/
  border-radius: 20px;
  flex: 1;
  max-width: 358px;
  padding: 20px 50px 20px 20px;
  box-sizing: border-box;
  position: relative;
  transition: all 0.6s;
  
  /* background: rgba(45, 70, 48, 0.45);*/
  /*backdrop-filter: blur(10px);*/
  /*-webkit-backdrop-filter: blur(10px);*/
    background: rgba(255,255,255, 0.15);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  
}
.index-two-box .flexRow .item:hover {
  border-color: #D86018;
}
.index-two-box .flexRow .title {
  color: rgb(216, 96, 24);
  margin-bottom: 10px;
  font-weight:600;
  font-size:18px;
}
.index-two-box .flexRow img {
  width: 25.35px;
  height: auto;
  position: absolute;
  top: 20px;
  right: 20px;
}

.moreBtn {
  cursor: pointer;
  padding: 0 2.3vw;
  height: 58px;
  background: #D86018;
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  font-weight: 500;
  border: 1px solid #D86018;
  width: -moz-fit-content;
  width: fit-content;
}
.moreBtn:hover {
  background: transparent;
  border: 1px solid #D86018;
  color: #D86018;
}

.index-three-box {
  padding: 8.33vw 0;
}
.index-three-box .topDesc {
    font-weight: 500;
}
.index-three-box .topTitletitle {
  margin: 10px 0 3vw;
}
.index-three-box ul {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.index-three-box li {
  width: calc((100% - 48px) / 3);
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
.index-three-box li .meidia-box {
  padding-bottom: 128%;
  overflow: hidden;
  position: relative;
}
.index-three-box li .meidia-box img,
.index-three-box li .meidia-box video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.index-three-box li:hover .hoverAbsolute {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.index-three-box .relativeBox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 100%);
}
.index-three-box .absoluteTag {
  position: absolute;
  top: 38px;
  right: 24px;
  display: flex;
  gap: 2.56vw;
  height: 56px;
  border-radius: 28px;
  background: rgba(255,255,255, .6);
  padding: 0 25px;
  align-items: center;
  font-family: Poppins;
}
.index-three-box .absoluteTag img {
  width: 10.27px;
}
.index-three-box .bottomTag {
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  gap: 23px;
  align-items: center;
  font-weight: 600;
  padding: 0 10px;
}
.index-three-box .bottomText {
  flex: 1;
  line-height: 1.2;
  /*display: -webkit-box;*/
  /*-webkit-line-clamp: 1;*/
  /*-webkit-box-orient: vertical;*/
  /*overflow: hidden;*/
}
.index-three-box .centerImg {
  width: 86px;
  height: 86px;
  border-radius: 50%;
  border: 1px solid #D86018;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 25px 26px;
  box-sizing: border-box;
  position: relative;
}
.index-three-box .centerImg::after {
  content: " ";
  position: absolute;
  top: 14px;
  left: 14px;
  right: 14px;
  bottom: 14px;
  border-radius: 50%;
  background: #D86018;
}
.index-three-box .centerImg img {
  max-width: 100%;
  position: relative;
  z-index: 2;
}
.index-three-box .hoverAbsolute {
  background: #D86018;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 20px;
  z-index: 2;
  transform: translateY(100%);
  transition: transform 0.6s, opacity 0.35s;
  opacity: 0;
  visibility: hidden;
  will-change: transform, opacity;
  backface-visibility: hidden;
  box-sizing:border-box;
  padding:clamp(40px, 3.125vw, 60px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.index-three-box .hoverAbsolute .centerImg {
  border-color: #fff;
}
.index-three-box .hoverAbsolute .centerImg::after {
  background: #fff;
}
.index-three-box .hoverAbsolute .topImg {
    position: absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
}
.index-three-box .hoverAbsolute .topImg img{
    width: 100%;
    height: 100%;
    object-position: top right;
}
.index-three-box .hoverAbsolute .bottomBo {
  min-height: 233px;
}
.index-three-box .hoverAbsolute .bTitle {
  font-weight: 600;
  margin-bottom: 25px;
  color: #fff;
  line-height: 1.2;
}
.index-three-box .hoverAbsolute .ulList {
  display: flex;
  flex-direction: column;
  color: #FFFFFF;
  padding-left: 3px;
}
.index-three-box .hoverAbsolute .ulList div {
  margin-bottom: 8px;
}
.index-three-box .descFlex {
  margin-top: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.index-three-box .descTitle {
  color: #434343;
  font-family: var(--owfont);
  /*margin-bottom: 11px;*/
  font-weight: 500;
}
.index-three-box .leftBox  {
  color: #5D5D5D;
}
.index-three-box .leftBox  .f-23 p{
    font-size: ;
}

.topDesc {
  font-family: var(--owfont);
  color: #2D2A27;
}

.topTitletitle {
  font-family: var(--owfont);
  font-weight: 600;
  line-height: 1.1;
}
.topTitletitle span {
  color: #D86018;
}

.index-four-box {
  padding: 5.2vw 0 5.2vw 5.2vw;
  margin: 0 auto;
  background: #FBFAF4;
}
.index-four-box .right-title {
  text-align: right;
  font-weight: 600;
}
.index-four-box .swiper-wrapper {
     transition-timing-function: linear !important;
  -webkit-transition-timing-function: linear !important;
}
.index-four-box .info-section {
  width: 35%;
  display: flex;
  flex-direction: column;
  gap: 32px;
  min-width: -moz-fit-content;
  min-width: fit-content;
}
.index-four-box .info-item {
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-weight: 600;
  color: #D86018;
 
}
.index-four-box .info-item .f-78{
    font-family: var(--owfont);
}
.index-four-box .f-desc {
  color: #121212;
}
.index-four-box {
  /* 右侧轮播区域 */
}
.index-four-box .right {
  width:60%;
  position: relative;
  overflow: hidden;
}
.index-four-box .right-title {
  margin-bottom: 40px;
  text-align: right;
  color: #121212;
  padding-right: 5.7vw;
}
.index-four-box .swiper-slide {
  background: #fff;
  border-radius:10px;
}
.index-four-box .swiper-slide .meidia-box {
  padding-bottom: 54.23729%;
  overflow: hidden;
  position: relative;
  border-radius:10px;
}
.index-four-box .swiper-slide .meidia-box img,
.index-four-box .swiper-slide .meidia-box video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.index-four-box .contentFlex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.index-four-box .swiper-row {
  margin-bottom: 20px;
  overflow: hidden;
}
.index-four-box .swiper-row .my-swiper{
    margin-top:20px;
    position: relative;
   
}
.index-four-box .swiper-row .my-swiper::after{
    content:' ';
    position: absolute;
    top:0;
    left:0;
    width:calc((100% - 60px) / 4);
    padding-bottom: 54.23729%;
    z-index: 99;
    background:linear-gradient(to right,rgba(251, 250, 244, 1) 0% ,rgba(251, 250, 244, .3) 80%,rgba(251, 250, 244, 0)) ;
}
/*.index-four-box .swiper-row .my-swiper .swiper-slide-active {*/
    
/*}*/
/*.index-four-box .swiper-row .my-swiper .swiper-slide-active ::after{*/
    
/*}*/
.index-four-box .swiper-row .my-swiper:first-child{
    margin-top:0;
}
.index-four-box .swiper-row .my-swiper:nth-child(3){
    transform:translateX(23%);
    overflow: hidden;
}
.index-four-box .swiper-row .my-swiper:nth-child(4),
.index-four-box .swiper-row .my-swiper:nth-child(2){
   transform:translateX(35%);
   overflow: hidden;
}
.index-five-box {
  padding: 4.5vw clamp(20px, 12.5vw, 240px);
  position: relative;
}
.index-five-box::before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(241, 154, 70, 0.39);
}
.index-five-box .m-width-content {
  width: 100%;
  position: relative;
  z-index: 2;
}
.index-five-box .contentBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /*padding: 4.5vw 0;*/
  gap: 4.2vw;
}
.index-five-box .topDesc {
  color: #fff;
  font-weight: 500;
}
.index-five-box .leftBox {
  color: #fff;
  width: 46.42%;
}
.index-five-box .leftBox .topTitletitle{
    margin-bottom:20px;
}
.index-five-box .learnMore {
  padding: 0 29px;
  border: 1px solid #FFFFFF;
  color: #FFFEF2;
  background: transparent;
  margin-top: 3vw;
  max-width: 168px;
  box-sizing: border-box;
}
.index-five-box .learnMore:hover {
  background: #D86018;
  color: #fff;
  border-color: #D86018;
}
.index-five-box .rightBox {
  flex: 1;
}
.index-five-box .rightBox ul {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
}
.index-five-box .rightBox li {
  width: calc((100% - 32px) / 2);
  padding: 20px 26px 20px 34px;
  background: #FFFEF2;
  border-radius: 20px;
  box-shadow: 5px 5px 6px 1px rgba(0, 0, 0, 0.14);
  min-height: clamp(246.66667px, 19.27083vw, 370px);
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  transition: all 0.6s;
}
.index-five-box .rightBox li .absoluteIng {
  position: absolute;
  top: -40px;
  right: -40px;
  width: 142px;
}
.index-five-box .rightBox li .absoluteIng img {
  width: 135px;
  height: auto;
}
.index-five-box .rightBox li .p-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  position: relative;
  z-index: 2;
}
.index-five-box .rightBox li:hover {
  background: rgba(241, 154, 70, 0.4);
  backdrop-filter: blur(10px);
}
.index-five-box .rightBox li:hover .topBox {
  color: #FFFFFF;
}
.index-five-box .rightBox li:hover .bottomBox img{
    opacity:1;
}
.index-five-box .rightBox li:hover .bottomBox img:nth-child(2){
    opacity:0;
}
.index-five-box .rightBox li:hover .textTitle {
  color: #FFFFFF;
}
.index-five-box .rightBox li:hover .text {
  color: #FFFFFF;
}
.index-five-box .rightBox li:hover .absoluteIng {
  display: none;
}
.index-five-box .topBox {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: center;
  color: #D86018;
}
.index-five-box .bottomBox {
  margin-top: 20px;
}
.index-five-box .bottomBox .icon{
    position: relative;
    width:clamp(38px, 2.96875vw, 57px);
}
.index-five-box .bottomBox img {
  width: 100%;
  height: auto;
  transition: all 0.6s;
  position: relative;
  opacity:0;
}
.index-five-box .bottomBox img:nth-child(2){
    position: absolute;
    left:0;
    top:0;
    z-index:2;
    opacity:1;
}
.index-five-box .bottomBox .active {
  display: none;
}
.index-five-box .Number {
  font-family: var(--bigfont);
}
.index-five-box .textTitle {
  color: #121212;
  margin: 16px 0 6px;
}
.index-five-box .text {
  color: #5D5D5D;
}

.index-six-box {
  padding: 6.77vw 0 8.33vw;
}
.index-six-box .m-width-1440{
    max-width:clamp(960px, 75vw, 1480px);
    margin:0 auto;
}
.index-six-box .topTitletitle {
  text-align: center;
  margin-bottom: 20px;
}
.index-six-box .p-item {
  display: block;
}
.index-six-box ul {
  display: flex;
  gap: 20px;
}
.index-six-box li {
  width: calc((100% - 40px) / 3);
}
.index-six-box li .meidia-box {
  padding-bottom: 67.02355%;
  overflow: hidden;
  position: relative;
}
.index-six-box li .meidia-box img,
.index-six-box li .meidia-box video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.index-six-box li .meidia-box {
  border-radius: 20px;
  overflow: hidden;
}
.index-six-box li:hover .centerText {
  color: #A84C14;
}
.index-six-box li:hover .meidia-box img {
  transform: scale(1.1);
}
.index-six-box .p-item {
  display: block;
  color: #121212;
}
.index-six-box .bottomBox {
  padding: 20px 20px 0px;
  display: flex;
  flex-direction: column;
  gap: 3px;
  box-sizing: border-box;
}
.index-six-box .bottomBox .time {
  color: #5D5D5D;
  font-weight: 500;
}
.index-six-box .bottomBox .text {
  color: #5D5D5D;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.footerBox {
  padding: 4vw 0 0;
  background: #272727;
}
.footerBox .m-width-1440{
    max-width:clamp(986.66667px, 77.08333vw, 1480px);
    margin:0 auto;
}
.footerBox .fotterContent {
  display: flex;
  justify-content: space-between;
  padding-bottom: 3vw;
}
.footerBox .fotterContent .leftBox .meidia-box {
  padding-bottom: 37.61755%;
  overflow: hidden;
  position: relative;
}
.footerBox .fotterContent .leftBox .meidia-box img,
.footerBox .fotterContent .leftBox .meidia-box video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.footerBox .fotterContent .logoIMMG {
  max-width: 319px;
  width: 100%;
}
.footerBox .fllow {
  display: flex;
  color: #D86018;
  font-weight: 500;
  align-items: center;
  gap: 9px;
}
.footerBox .fllow .flex {
  flex: 1;
  display: flex;
  justify-content: flex-start;
  gap: 10px;
}
.footerBox .fllow .active {
  display: none;
}
.footerBox .fllow a {
  height: 21px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  cursor: pointer;
}
.footerBox .fllow a img {
  /*transform: scale(0.5);*/
  transform-origin: center;
  transition: all 0.2s;
  zoom: 0.5;
}
.footerBox .fllow a:hover img {
  filter: invert(39%) sepia(81%) saturate(1509%) hue-rotate(346deg) brightness(90%) contrast(94%);
}
.footerBox .fllow a:hover .active {
  display: block;
}
.footerBox .fllow a:hover .unactive {
  display: none;
}
.footerBox .learnMore {
  height: 49px;
  line-height: 51px;
  padding: 0 37px;
  margin: 35px 0;
}
.footerBox .rightBox {
  flex: 1;
}
.footerBox .rightBox ul {
  display: flex;
  gap: 5.2vw;
  justify-content: flex-end;
}
.footerBox .rightBox li {
  display: flex;
  flex-direction: column;
  gap: 11px;
}
.footerBox .rightBox li img {
  width: 10px;
  /*height: auto;*/
  height: fit-content;
}
.footerBox .rightBox li .leftImg{
    display: flex;
}
.footerBox .rightBox li:last-child a:last-child img {
  width: 9.3px;
  margin-top: 5px;
}
.footerBox .rightBox a {
  /*max-width: 281px;*/
  max-width: 255px;
  margin-bottom: 4px;
  color: #D6D6D6;
  cursor: pointer;
  display: flex;
  gap: 5px;
  align-items: baseline;
}
.footerBox .rightBox a:hover {
  color: #D86018;
}
.footerBox .rightBox .r-t {
  color: #D86018;
  font-weight: 600;
}
.footerBox .rightBox dd{
    display: flex;
    align-items: baseline;
    gap:5px;
}
.footerBox .rightBox dd a{
    margin-bottom: 0;
}
.footerBox .rightBox .textLine{
    flex:1;
    display: flex;
    flex-direction: column;
}
.footerBox .copyrigghtContent .borderTop {
  height: 1px;
  background: linear-gradient(228deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.09) 8.79%, rgba(255, 255, 255, 0.72) 23.43%, #FFFFFF 39.75%, #FFFFFF 51.04%, #FFFFFF 60.67%, rgba(255, 255, 255, 0.77) 74.48%, rgba(255, 255, 255, 0) 94.56%, rgba(255, 255, 255, 0) 100%);
  border-radius: 20px 20px 20px 20px;
  opacity: 0.58;
}
.footerBox .copyrigghtContent .copyrigghtBox {
  height: 65px;
  align-items: center;
  display: flex;
  justify-content: space-between;
  color: #D6D6D6;
}
.footerBox .copyrigghtContent .right a {
  color: #D6D6D6;
  cursor: pointer;
}

.searchBoxBtn {
  cursor: pointer;
}

.searchBoxPop {
  display: none;
  min-width: 75vw;
  box-sizing: border-box;
  padding: 3.9vw 7.39vw;
  background: #fff;
  border-radius: 20px 20px 20px 20px;
  max-height: 80%;
  /*overflow-y: auto;*/
}
.searchBoxPop .title {
  color: #404040;
  font-family: var(--owfont);
  margin: 30px 0 12px;
  text-transform: capitalize;
}
.searchBoxPop .flexForm {
  display: flex;
  gap: 22px;
}
.searchBoxPop .flexForm .layui-form-select dl dd.layui-this{
    color:#D86018;
}
.searchBoxPop .flexForm .layui-form-checked,.layui-form-checked:hover {
    border-color: #D86018 !important;
}
.searchBoxPop .flexForm .layui-form-select dl{
    top:100% !important;
    max-height:150px;
    overflow-y: auto;
}
.searchBoxPop .flexForm .layui-form-checked:hover>div,.layui-form-checked>div {
    background-color: #D86018 !important;
}
.searchBoxPop .flexForm .layui-input:focus, 
.searchBoxPop .flexForm .layui-textarea:focus{
    border-color: #D86018 !important;
}
.searchBoxPop .flexForm .usedComp {
  width: calc((100% - 44px) / 3);
  margin-bottom: 17px;
}
.searchBoxPop select,
.searchBoxPop input {
  width: 100%;
  height: 60px;
  background: #FFFFFF;
  border-radius: 50px 50px 50px 50px;
  border: 1px solid #C7C7C7;
  padding: 0 32px;
  box-sizing: border-box;
}
.searchBoxPop input {
  flex: 1;
}
.searchBoxPop .usedComp {
  float: none;
}
.searchBoxPop .usedComp label {
  font-weight: 600;
  font-size: 26px;
  color: #5D5D5D;
  font-family: var(--owfont);
  margin-bottom: 8px;
  display: block;
}
.searchBoxPop .xhl-controls2 {
  display: flex;
  width: 100%;
  position: relative;
}
.searchBoxPop .searchBtnRight {
    position: absolute;
    top:50%;
    right:45px;
    width:28px;
    transform: translateY(-50%);
    cursor: pointer;
}
.searchBoxPop .searchBtnRight img {
    width:100%;
    height: auto;
}
.searchBoxPop .usedComp2 {
  width: 100%;
}
.searchBoxPop .usedComp2 input {
  border-radius: 0px 50px 50px 0;
  border-left: 0;
  padding-right:73px;
}
.searchBoxPop .prodcci {
  width: 166px;
  display: flex;
  justify-content: center;
  gap: 9px;
  align-items: center;
  background: #F6F6F6;
  border-radius: 50px 0 0 50px;
  border: 1px solid #C7C7C7;
  border-right: 0;
}
.searchBoxPop #xhlFormSubmit {
  width: 168px;
  height: 58px;
  line-height: 58px;
  background: #D86018;
  border-radius: 100px 100px 100px 100px;
  color: #FFFFFF;
  font-size: 20px;
  font-weight: 500;
  margin-top: 3px;
}

.topBanner {
  padding-top: 135px;
  position: relative;
}
.topBanner .topBox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.22);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  transform: translateX(0);
}
.topBanner .swiper {
  position: relative;
  z-index: 2;
}
.topBanner .bg-box .meidia-box {
  padding-bottom: 15.625%;
  overflow: hidden;
  position: relative;
}
.topBanner .bg-box .meidia-box img,
.topBanner .bg-box .meidia-box video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease-in-out;
}

.hrefBox {
  padding: 10px 0;
  display: flex;
  border-bottom: 1px solid #E4E4E4;
  color: #121212;
  gap: 9px;
  align-items: center;
  flex-wrap: wrap;
}
.hrefBox a {
  color: #BCBCBC;
  cursor: pointer;
}
.hrefBox img {
  width: 3.61px;
  height: auto;
}

.news-one-box {
  padding: 6.09vw 0 8.33vw;
}
.news-one-box ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.news-one-box li {
  width: calc((100% - 40px) / 3);
  transition: all 0.6;
  border:1px solid transparent;
  border-radius:20px;
  box-sizing: border-box;
}
.news-one-box li:hover{
    border-color:#DFDFDF;;
}
.news-one-box li:hover .meidia-box{
    border-radius:20px;
}
.news-one-box li:hover .meidia-box img {
  transform: scale(1.1);
}
.news-one-box li:hover .title {
  color: #A84C14;
}
.news-one-box .p-item .meidia-box {
  padding-bottom: 56.60036%;
  overflow: hidden;
  position: relative;
}
.news-one-box .p-item .meidia-box img,
.news-one-box .p-item .meidia-box video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.news-one-box .p-item {
  position: relative;
}
.news-one-box .p-item .meidia-box {
  border-radius: 20px;
  overflow: hidden;
}
.news-one-box .p-item {
  cursor: pointer;
}
.news-one-box .bottomBox {
  padding: 26px 13px;
}
.news-one-box .title {
  color: #121212;
  font-weight: 600;
  transition: all 0.6s;
}
.news-one-box .text {
  color: #5D5D5D;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 8px 0 20px 0;
}
.news-one-box .time {
  color: #757575;
  font-weight: 500;
}
.news-one-box .tag {
  min-width: 64px;
  height: 30px;
  background: #FCF9EE;
  border-radius: 8px 8px 8px 8px;
  text-align: center;
  line-height: 30px;
  color: #242424;
  font-weight: 600;
  position: absolute;
  top: 21px;
  left: 22px;
  padding:0 10px;
  
  box-sizing: border-box;
}
.news-one-box .prevpostslink img {
  transform: rotate(180deg);
}

.footerfixedRight {
  position: fixed;
  bottom: 43px;
  right: 27px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  z-index: 99;
}
.footerfixedRight a {
  width: 55px;
  height: 55px;
  background: #D86018;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.footerfixedRight .isShowHrefTop {
  display: none;
}

.newsDetail-one-box {
  padding: 6.09vw 0 6.6vw;
}
.newsDetail-one-box .m-width-1440{
    max-width:clamp(986.66667px, 77.08333vw, 1480px);
    margin:0 auto;
}
.newsDetail-one-box .page-box {
  margin-top: 30px;
}
.newsDetail-one-box .page-box a {
  width: 100%;
  display: flex;
  gap: 1.5vw;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
  line-height: 1.7;
  font-family: Poppins;
}
.newsDetail-one-box .page-box a .svg{
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.6s;
    transform: translateX(0);
}
.newsDetail-one-box .page-box a:hover .svg{
    transform: translateX(-5px);
}
.newsDetail-one-box .page-box a .svg svg path{
    fill:#999999;
}
.newsDetail-one-box .page-box a.nextpostslink{
    flex-direction: row-reverse;
    flex-direction: flex-end;
}
.newsDetail-one-box .page-box a.nextpostslink:hover .svg{
    transform: translateX(5px);
}
.newsDetail-one-box .page-box a.nextpostslink div{
    text-align: right;
}
.newsDetail-one-box .page-box a img {
  width: 15px;
  height: auto;
}
.newsDetail-one-box .page-box a .PREVIOUS {
  color: #121212;
  font-weight: 600;
}
.newsDetail-one-box .page-box a .Industry {
  color: #999999;
}
.newsDetail-one-box .page-box .wp-pagenavi {
  justify-content: flex-start;
}
.newsDetail-one-box .newsDetailFlex {
  display: flex;
  gap: 40px;
}
.newsDetail-one-box .newsDetailLeft {
  flex: 1;
}
.copyrigghtContent{
    position: relative;
}
.footerBox .copyrigghtContent .borderTop{
    /*position: absolute;*/
    /*top:0;*/
    /*left:-100px;*/
    /*right: -100px;*/
}
.newsDetail-one-box .newsDetailRight {
  width: 27.23%;
  min-width: 300px;
  position: sticky;
    top: 162px;
    align-self: start;
    height: fit-content;
}
.newsDetail-one-box .name {
  margin-bottom: 12px;
  color: #121212;
  font-weight: 600;
  font-family: var(--owfont);
}
.newsDetail-one-box .flexLime {
  display: flex;
  gap: 50px;
  border-bottom: 1px solid #DFDFDF;
  border-top: 1px solid #DFDFDF;
  padding: 16px;
  align-items: center;
}
.newsDetail-one-box .leftLogo {
  display: flex;
  gap: 14px;
  align-items: center;
  color: #999999;
}
.newsDetail-one-box .leftLogo img {
  width: 42px;
  height: 42px;
  border-radius: 50%;
}
.newsDetail-one-box .rightbOX {
  display: flex;
  gap: 14px;
  align-items: center;
  color: #999999;
}
.newsDetail-one-box .rightbOX img {
  width: 24px;
  height: 24px;
}
.newsDetail-one-box .topBox {
  padding: 20px 0 0px;
}
.newsDetail-one-box .topBox div {
  color: #121212;
  margin: 20px 0;
  font-weight: bold;
}
.newsDetail-one-box .topBox p {
  color: #5D5D5D;
}
.newsDetail-one-box .centerImg {
  border-radius: 20px;
  overflow: hidden;
  margin: 40px 0;
}
.newsDetail-one-box .centerImg:hover img {
  transform: scale(1.1);
}
.newsDetail-one-box .centerImg .meidia-box {
  padding-bottom: 35.44304%;
  overflow: hidden;
  position: relative;
}
.newsDetail-one-box .centerImg .meidia-box img,
.newsDetail-one-box .centerImg .meidia-box video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.newsDetail-one-box .bottomBix p {
  color: #5D5D5D;
  margin-bottom: 20px;
}
.newsDetail-one-box .bottomBix p span {
  font-weight: bold;
}
.newsDetail-one-box .bottomBix .title {
  color: #555555;
  font-weight: bold;
  margin-bottom: 0;
}
.newsDetail-one-box .bottomBix .title2 {
  color: #121212;
  font-weight: bold;
}
.newsDetail-one-box .lineImgBox {
  display: flex;
  gap: 20px;
  padding: 20px 0 40px;
}
.newsDetail-one-box .lineImgBox .item {
  flex: 1;
  border-radius: 20px 20px 20px 20px;
  overflow: hidden;
}
.newsDetail-one-box .lineImgBox .item:hover img {
  transform: scale(1.1);
}
.newsDetail-one-box .lineImgBox .meidia-box {
  padding-bottom: 135.58559%;
  overflow: hidden;
  position: relative;
}
.newsDetail-one-box .lineImgBox .meidia-box img,
.newsDetail-one-box .lineImgBox .meidia-box video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.newsDetail-one-box .bottomBix:last-child p {
  display: flex;
  flex-direction: column;
}
.newsDetail-one-box .tableTop {
  border: 1px solid #DFDFDF;
  border-radius: 20px;
  padding: 32px 36px 36px;
}
.newsDetail-one-box .tableTop .title {
  padding-left: 14px;
  position: relative;
  color: #121212;
  font-weight: 600;
  font-family: var(--owfont);
  margin-bottom: 19px;
}
.newsDetail-one-box .tableTop .title::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 30px;
  background: #D86018;
  border-radius: 100px 100px 100px 100px;
}
.newsDetail-one-box .toc {
  line-height: 1.4;
}
.newsDetail-one-box .toc-title {
  color: #121212;
  margin-bottom: 8px;
}
.newsDetail-one-box .toc-title:last-child {
  margin-bottom: 0;
}
.newsDetail-one-box .toc-subitem {
  color: #757575;
  margin-top: 8px;
  padding-left: 13px;
  margin-bottom: 8px;
}
.newsDetail-one-box .RelatedBox {
  margin-top: 40px;
  padding: 39px 27px 36px;
  background: #FBFAF4;
  border-radius: 20px 20px 20px 20px;
  border: 1px solid #DFDFDF;
}
.newsDetail-one-box .RelatedBox .title {
  padding-left: 14px;
  position: relative;
  color: #121212;
  font-weight: 600;
  font-family: var(--owfont);
  margin-bottom: 8px;
}
.newsDetail-one-box .RelatedBox .title::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 3px;
  height: 30px;
  margin-top:-15px;
  background: #D86018;
  border-radius: 100px 100px 100px 100px;
}
.newsDetail-one-box .boxcONTENT {
  display: flex;
  flex-direction: column;
}
.newsDetail-one-box .boxcONTENT a {
  padding: 10px;
  border-bottom: 1px solid #DFDFDF;
  display: flex;
  gap: 12px;
  align-items: center;
}
.newsDetail-one-box .boxcONTENT a:hover .leftImg img {
  transform: scale(1.1);
}
.newsDetail-one-box .boxcONTENT a:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.newsDetail-one-box .boxcONTENT .leftImg {
  width: 29.36%;
  border-radius: 10px 10px 10px 10px;
  overflow: hidden;
}
.newsDetail-one-box .boxcONTENT .leftImg .meidia-box {
  padding-bottom: 77.47748%;
  overflow: hidden;
  position: relative;
}
.newsDetail-one-box .boxcONTENT .leftImg .meidia-box img,
.newsDetail-one-box .boxcONTENT .leftImg .meidia-box video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.m-width-1440{
    max-width:clamp(986.66667px, 77.08333vw, 1480px);
    margin:0 auto;
}
.newsDetail-one-box .boxcONTENT .rightContent {
  flex: 1;
}
.newsDetail-one-box .boxcONTENT .top {
  color: #999999;
  display: flex;
  align-items: center;
  gap: 5px;
}
.newsDetail-one-box .boxcONTENT .top img {
  width: 12px;
  height: 12px;
}
.newsDetail-one-box .boxcONTENT .rt {
  color: #121212;
  font-weight: 500;
  margin-top: 3px;
}

.share {
  margin-top: 40px;
  display: flex;
  justify-content: flex-end;
  gap: 30px;
  color: #999999;
  height: 66px;
  align-items: center;
  border-top: 1px solid #DFDFDF;
  border-bottom: 1px solid #DFDFDF;
}
.share img {
  /*transform: scale(0.5);*/
  filter: grayscale(0%) brightness(1) sepia(1) saturate(0) hue-rotate(0deg) brightness(0.36) contrast(2.6);
}
.share .active {
  display: none;
}
.share a {
  height: 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.share a:hover img {
  filter: none;
  transition: filter 0.2s;
  filter: brightness(0) saturate(100%) invert(40%) sepia(86%) saturate(5475%) hue-rotate(-13deg) brightness(101%) contrast(92%);
}

.contact-one-box {
  padding: 6.09vw 6.77vw 5.2vw;
}
.contact-one-box ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.contact-one-box li {
  width: calc((100% - 40px) / 3);
}
/*.contact-one-box li:last-child{*/
/*    width: 100%;*/
/*}*/
.contact-one-box li:hover .title,
.contact-one-box li .p-item a:hover{
  color: #D86018;
}
.contact-one-box li:hover .p-item {
  border-color: #D86018;
}
.contact-one-box li .p-item {
  padding: 35px;
  display: flex;
  flex-direction: column;
  border: 1px solid #DFDFDF;
  border-radius: 20px 20px 20px 20px;
  cursor: pointer;
  height: 100%;
  box-sizing: border-box;
}
.contact-one-box .p-item,.contact-one-box .p-item a {
  color: #666666;
}
.contact-one-box .topLogo {
  width: 32px;
  height: 32px;
  background: #D86018;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.contact-one-box .topLogo img{
    height: 16px;    
}
.contact-one-box .title {
    display: flex;
  color: #121212;
  font-weight: 500;
  margin: 0 0 10px;
  align-items: center;
    gap: 10px;
}

.contact-two-box {
  padding-bottom: 6.87vw;
}
.contact-two-box .ipd-20 {
  border-radius: 20px 20px 20px 20px;
  overflow: hidden;
}

.contact-three-box {
  padding-bottom: 8.33vw;
}
.contact-three-box .formBoxFlex {
  display: flex;
  gap: 5.2vw;
}
.contact-three-box .formLeft {
  width: 27.5vw;
  color: #5D5D5D;
}
.contact-three-box .Title {
  font-weight: 600;
  font-family: var(--owfont);
  margin-bottom: 19px;
  color: #121212;
  padding: 20px 0 30px;
  line-height: 1.1;
}
.contact-three-box .formRight {
  flex: 1;
}
.contact-three-box .formRight .usedComp {
  width: 100%;
  margin-bottom: 15px;
}
.contact-three-box .formRight .flexForm {
  display: flex;
  gap: 40px;
}
.contact-three-box .formRight .flexForm .usedComp {
  width: calc((100% - 40px) / 2);
}
.contact-three-box .formRight input {
  width: 100%;
  height: 70px;
  border: none;
  border-bottom: 1px solid #848484;
  background: none;
  padding-left: 25px;
  font-size: 18px;
}
.contact-three-box .formRight input[type=submit]{
    width: clamp(202.66667px, 15.83333vw, 304px);
    height: clamp(42.66667px, 3.33333vw, 64px);
    border:none;
    color:#fff;
    background: #D86018;
    border-radius: 100px 100px 100px 100px;
    padding-left:0;
    transition: all 0.6s;
}
.contact-three-box .formRight input[type=submit]:hover{
    transform: translateY(-5px);
}
.contact-three-box .formRight input::-moz-placeholder {
  color: #121212;
  font-size: 20px;
  font-weight: 500;
}
.contact-three-box .formRight input::placeholder {
  color: #121212;
  font-size: 20px;
  font-weight: 500;
}
.contact-three-box .formRight .xhl-controls[required]:before {
  content: "*";
  color: #ff0000;
  margin-left: 3px;
  position: absolute;
  left: 10px;
  top: 21px;
}
.contact-three-box .formRight label {
  color: #121212;
  font-size: 20px;
  font-weight: 500;
}
.contact-three-box .formRight label[required]:before {
  content: "*";
  color: #ff0000;
  margin-left: 3px;
}
.contact-three-box .formRight textarea {
  background: none;
  border-bottom: 1px solid #848484;
  height: 127px;
  box-sizing: border-box;
  font-size: 18px;
}
.contact-three-box .formRight textarea::-moz-placeholder {
  color: #9A9A9A;
}
.contact-three-box .formRight textarea::placeholder {
  color: #9A9A9A;
}
.contact-three-box .formRight #xhlFormSubmit {
  width: 304px;
  height: 64px;
  background: #D86018;
  border-radius: 100px 100px 100px 100px;
  color: #FFFFFF;
  line-height: 64px;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  margin: 54px 0 0;
}

.Downloads-one-box {
  padding: 6.09vw 0 8.33vw;
}
.Downloads-one-box .leftTitle {
  flex: 1;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.Downloads-one-box .downLoadBox {
  padding: 38px 65px 57px;
  background: #F6F6F6;
  border-radius: 20px;
  margin-bottom: 3.6vw;
}
.Downloads-one-box .downLoadBox:last-child {
  margin-bottom: 0;
}
.Downloads-one-box .downLoadTitle {
  font-weight: 600;
  color: #121212;
  font-family: var(--owfont);
  margin-bottom: 18px;
}
.Downloads-one-box .downLoadContent {
  padding: 25px;
  background: #fff;
  border-radius: 20px;
}
.Downloads-one-box .downLoadItem {
  padding: 0 28px 0 14px;
  border-bottom: 1px solid #DFDFDF;
}
.Downloads-one-box .downLoadItem:hover .leftTitle {
  color: #D86018;
}
.Downloads-one-box .downLoadItem:last-child {
  border-bottom: 0;
}
.Downloads-one-box .activeFa {
  border-color: transparent;
}
.Downloads-one-box .title {
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
  color: #757575;
}
.Downloads-one-box .titleRight {
  display: flex;
  gap: 3.8vw;
}
.Downloads-one-box .titleRight div {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  text-transform: capitalize;
}
.Downloads-one-box .titleRight div img {
  width: 15.68px;
  height: 15.68px;
}
.Downloads-one-box .cur .active {
  display: block;
}
.Downloads-one-box .cur .unactive {
  display: none;
}
.Downloads-one-box .active {
  display: none;
}
.Downloads-one-box .chouTiItem {
  background: #F6F6F6;
  border-radius: 20px 20px 20px 20px;
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.Downloads-one-box .chouTiItem.curactive {
  max-height: 1000px;
  transition: max-height 1s cubic-bezier(0.4, 0, 0.2, 1);
}
.Downloads-one-box .lineFlex {
  color: #5D5D5D;
  font-weight: 400;
  font-family: var(--owfont);
  padding: 14px 40px;
  position: relative;
}
.Downloads-one-box .lineFlex::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 40px;
  right: 40px;
  height: 1px;
  background: #CFCFCF;
}
.Downloads-one-box .lineFlex:last-child::after {
  display: none;
}
.Downloads-one-box .yuan {
  width: 15px;
  height: 15px;
  border: 1px solid #757575;
  position: relative;
  border-radius: 50%;
}
.Downloads-one-box .yuan em {
  transition: all 0.5s;
  background-color: #757575;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.Downloads-one-box .yuan em:nth-child(1) {
  width: 8px;
  height: 1px;
}
.Downloads-one-box .yuan em:nth-child(2) {
  width: 1px;
  height: 8px;
}
.Downloads-one-box .cur {
  color: #D86018;
}
.Downloads-one-box .cur .yuan {
  border-color: #D86018;
}
.Downloads-one-box .cur .yuan em {
  background-color: #D86018;
}
.Downloads-one-box .cur .yuan em:nth-child(2) {
  transform: translate(-50%, -50%) rotate(90deg);
}
.Downloads-one-box .lineFlex {
  display: flex;
  justify-content: space-between;
}
.Downloads-one-box .lineFlex:first-child {
  padding: 24px 40px 14px;
}
.Downloads-one-box .lineFlex:last-child {
  padding: 14px 40px 24px;
}
.Downloads-one-box .RIGHTfLEX {
  display: flex;
  gap: 3.8vw;
}
.Downloads-one-box .RIGHTfLEX a {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  color: #757575;
}
.Downloads-one-box .RIGHTfLEX a:hover {
  color: #D86018;
}

.Products-one-box {
  padding: 6.09vw 0 6.25vw;
}
.Products-one-box .ProductsContent {
  display: flex;
  gap: 50px;
}
.Products-one-box .titleLine {
  padding-left: 16px;
  position: relative;
  color: #121212;
  font-weight: 600;
  font-family: var(--owfont);
  margin-bottom: 17px;
}
.Products-one-box .titleLine::before {
  content: " ";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 3px;
  height: 34px;
  background: #D86018;
  border-radius: 100px 100px 100px 100px;
}
.Products-one-box .searchL {
  margin-bottom: 65px;
}
.Products-one-box .searchL:last-child {
  margin-bottom: 0;
}
.Products-one-box .leftSearchBox {
  width: 27.39%;
}
.Products-one-box .multi-select-box {
  margin-bottom: 6px;
}
.Products-one-box .multi-select-box .activeImg {
  display: none;
}
.Products-one-box .multi-select-box .selectTitle {
  color: #666666;
  height: 42px;
  background: #F6F6F6;
  border-radius: 4px 4px 4px 4px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 18px;
  font-weight: 600;
  border: 1px solid #F6F6F6;
  cursor: pointer;
}
.Products-one-box .multi-select-box .selectTitle a {
    color: #666666;
}
.Products-one-box .multi-select-box .selectTitle label{
    height: 100%;
    cursor: pointer;
}
.Products-one-box .multi-select-box .selectTitle .no-child{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.Products-one-box .multi-select-box .selectTitle .no-child input[type=checkbox]:checked {
  border-color: #D86018;
  background-color: transparent;
}
.Products-one-box .multi-select-box .selectTitle .no-child input[type=checkbox] {
  position: relative;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  background: transparent;
  width: 15px;
  height: 15px;
  border-radius: 2px;
  border: 1px solid #666;
}
.Products-one-box .multi-select-box .selectTitle .no-child input[type=checkbox]:checked::after {
  content: "";
  display: block;
  width: 10px;
  height: 6px;
  border-left: 2px solid #D86018;
  border-bottom: 2px solid #D86018;
  transform: rotate(-45deg);
  position: absolute;
  left: 2px;
  top: 0px;
}



.Products-one-box .multi-select-box .selectTitle img {
  width: 14.26px;
  height: auto;
}
.Products-one-box .multi-select-box .unactiveImg {
  transform: rotate(180deg);
  filter: brightness(0) saturate(100%) invert(32%) sepia(0%) saturate(12%) hue-rotate(160deg) brightness(86%) contrast(85%);
}
.Products-one-box .cur .activeImg {
  display: block;
}
.Products-one-box .cur .unactiveImg {
  display: none;
}
.Products-one-box .cur .selectTitle a,
.Products-one-box .cur .selectTitle {
  border-color: #D86018;
  color: #D86018;
  background:transparent;
}
.Products-one-box .cur .multi-select-options {
  max-height: 10000px;
}
.Products-one-box .multi-select-options {
  max-height: 0;
  overflow: hidden;
  transition: max-heigh 1s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  flex-direction: column;
}
.Products-one-box .multi-select-options:last-child {
  margin-bottom: 0;
}
.Products-one-box .multi-select-options label {
  color: #666666;
  font-size: 14px;
  font-family: Poppins-Regular;
  display: flex;
  gap: 16px;
  padding: 0 18px 0;
  margin-bottom: 20px;
  cursor: pointer;
  align-items: center;
}
.Products-one-box .multi-select-options label:first-child {
  padding-top: 23px;
}
.Products-one-box .multi-select-options label:last-child {
  padding-bottom: 17px;
}
.Products-one-box .multi-select-options input {
  width: 15px;
  height: 14px;
  border-radius: 2px;
  border: 1px solid #CCCCCC;
}
.Products-one-box .multi-select-options input[type=checkbox]:checked {
  border-color: #D86018;
  background-color: transparent;
}
.Products-one-box .multi-select-options input[type=checkbox]:checked::after {
  content: "";
  display: block;
  width: 10px;
  height: 6px;
  border-left: 2px solid #D86018;
  border-bottom: 2px solid #D86018;
  transform: rotate(-45deg);
  position: absolute;
  left: 2px;
  top: 0px;
}
.Products-one-box .multi-select-options input[type=checkbox] {
  position: relative;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  background: transparent;
}
.Products-one-box .productRightBox {
  flex: 1;
}
.Products-one-box .productRightBox ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.Products-one-box .productRightBox li {
  width: calc((100% - 40px) / 3);
  border-radius: 20px 20px 20px 20px;
  border: 1px solid #DFDFDF;
  box-sizing: border-box;
}
.Products-one-box .productRightBox li:hover .topImg img {
  transform: scale(1.1);
}
.Products-one-box .productRightBox .bottomBox {
  padding: 20px 16px 20px;
}
.Products-one-box .productRightBox .topImg {
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
}
.Products-one-box .productRightBox .topImg .meidia-box {
  padding-bottom: 100%;
  overflow: hidden;
  position: relative;
}
.Products-one-box .productRightBox .topImg .meidia-box a{
    display: block;
    position: absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
}
.Products-one-box .productRightBox .topImg .meidia-box img,
.Products-one-box .productRightBox .topImg .meidia-box video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.Products-one-box .productRightBox .title {
  color: #121212;
  font-weight: 600;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.Products-one-box .productRightBox .title a{
    color: #121212;
}
.Products-one-box .productRightBox .learnMore {
  width: 100%;
  margin-top: 16px;
  height: 56px;
}
.Products-one-box .productRightBox .page-box {
  margin: 40px auto;
}

.ProductsDetail-one-box {
  padding: 6.09vw 0 4.32vw;
}
.ProductsDetail-one-box .ProductsDetail {
  display: flex;
  gap: 40px;
}
.ProductsDetail-one-box .detailLeft {
  width: 50%;
  position: relative;
}
.ProductsDetail-one-box .detailLeft .topSwiper {
  border-radius: 20px;
  overflow: hidden;
}
.ProductsDetail-one-box .detailLeft .topSwiper .meidia-box {
  padding-bottom: 89.15663%;
  overflow: hidden;
  position: relative;
}
.ProductsDetail-one-box .detailLeft .topSwiper .meidia-box img,
.ProductsDetail-one-box .detailLeft .topSwiper .meidia-box video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.ProductsDetail-one-box .detailLeft .bottomSwiper {
  margin-top: 10px;
}
.ProductsDetail-one-box .detailLeft .bottomSwiper .meidia-box {
  padding-bottom: 100%;
  overflow: hidden;
  position: relative;
}
.ProductsDetail-one-box .detailLeft .bottomSwiper .meidia-box img,
.ProductsDetail-one-box .detailLeft .bottomSwiper .meidia-box video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.ProductsDetail-one-box .detailLeft .bottomSwiper .meidia-box {
  border-radius: 10px;
  overflow: hidden;
}
.ProductsDetail-one-box .detailLeft .container {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  max-width: 900px;
  margin: 50px auto;
  padding: 0 20px;
}
.ProductsDetail-one-box .detailLeft .image-wrap {
  position: relative;
  width: 100%;
}
.ProductsDetail-one-box .detailLeft .image-wrap .meidia-box {
  padding-bottom: 100%;
  overflow: hidden;
  position: relative;
}
.ProductsDetail-one-box .detailLeft .image-wrap .meidia-box img,
.ProductsDetail-one-box .detailLeft .image-wrap .meidia-box video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.ProductsDetail-one-box .detailLeft .main-image {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 12px;
  -o-object-fit: cover;
     object-fit: cover;
}
.ProductsDetail-one-box .detailLeft .magnifier-selector {
  position: absolute;
  border: 2px solid #fff;
  background-color: rgba(255, 255, 255, 0.2);
  pointer-events: none;
  display: none;
}
.ProductsDetail-one-box .detailLeft .magnifier-preview {
  position: absolute;
  top: 50%;
  right: -40px;
  transform: translate(100%, -50%);
  box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.22);
  width: 565px;
  height: 565px;
  border: 4px solid #FFFFFF;
  border-radius: 20px 20px 20px 20px;
  overflow: hidden;
  display: none;
  z-index: 99999;
}
.ProductsDetail-one-box .detailLeft .preview-image {
  position: absolute;
  transform-origin: 0 0;
}
.ProductsDetail-one-box .detailLeft .btn-group {
  display: flex;
  gap: 15px;
  margin-top: 20px;
}
.ProductsDetail-one-box .detailLeft .btn {
  padding: 12px 30px;
  border: none;
  border-radius: 8px;
  background-color: #e66a18;
  color: white;
  font-size: 16px;
  cursor: pointer;
}
.ProductsDetail-one-box .setailRight {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.ProductsDetail-one-box .setailRight .rigT {
  color: #121212;
  font-weight: 600;
  margin-bottom: 20px;
}
.ProductsDetail-one-box .setailRight .share {
  margin-top: 0;
  color: #999999;
  justify-content: flex-start;
  border: none;
  height: -moz-fit-content;
  height: fit-content;
}
.ProductsDetail-one-box .setailRight tr {
  height: 47px;
}
.ProductsDetail-one-box .setailRight td {
  padding: 0 24px;
  color: #121212;
  font-size: 16px;
  box-sizing: border-box;
}
.ProductsDetail-one-box .setailRight tbody tr:nth-child(odd) {
  background: #F8F8F8;
}
.ProductsDetail-one-box .tableBox {
  margin: 22px 0 27px;
}
.ProductsDetail-one-box .tableBox table {
  width: 100%;
}
.ProductsDetail-one-box .flexBtn {
  display: flex;
  gap: 24px;
}
.ProductsDetail-one-box .flexBtn .learnMore {
  flex: 1px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.ProductsDetail-one-box .flexBtn .learnMore:hover img{
    filter: invert(39%) sepia(81%) saturate(1509%) hue-rotate(346deg) brightness(90%) contrast(94%);
}
.ProductsDetail-one-box .flexBtn img {
  width: 15.31px;
  height: auto;
}

.pt-40{
    padding-top:clamp(26.66667px, 2.08333vw, 40px);
}
.ProductsDetail-two-box {
  padding-bottom: 7vw;
}
.ProductsDetail-two-box .title {
  padding-bottom: 20px;
  font-weight: 600;
  border-bottom: 1px solid #C8C8C8;
}
.ProductsDetail-two-box .topText {
  margin: 40px 0;
  color: #555555;
}
.ProductsDetail-two-box .keyTitle {
  color: #D86018;
  font-weight: 600;
  margin-bottom: 20px;
}
.ProductsDetail-two-box li {
  padding-left: 20px;
  position: relative;
  color: #555555;
  margin-bottom: 10px;
}
.ProductsDetail-two-box li:last-child {
  margin-bottom: 0;
}
.ProductsDetail-two-box li::before {
  content: " ";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background: #D86018;
  border-radius: 50%;
}
.ProductsDetail-two-box .cjpiTiBox {
  margin-bottom: 14px;
  border: 1px solid #E8C098;
}
.ProductsDetail-two-box .cjpiTiBox:last-child {
  margin-bottom: 0;
}
.ProductsDetail-two-box .cjpiTiBox .chouTiTitle {
  padding: 5px 29px;
  min-height: 79px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #FFF1E3;
  border-radius: 4px 4px 4px 4px;
  cursor: pointer;
  font-weight: 600;
  color: #121212;
  font-family: Poppins;
  gap:10px;
}
.ProductsDetail-two-box .content {
  padding: 34px 32px;
  color: #555555;
}
.ProductsDetail-two-box .bottomBoxShow {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.ProductsDetail-two-box .cur .bottomBoxShow {
  max-height: 1000px;
  transition: max-height 1s cubic-bezier(0.4, 0, 0.2, 1);
}
.ProductsDetail-two-box .yuan {
  position: relative;
  cursor: pointer;
}
.ProductsDetail-two-box .yuan em {
  transition: all 0.5s;
  background-color: #121212;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.ProductsDetail-two-box .yuan em:nth-child(1) {
  width: 23px;
  height: 3px;
}
.ProductsDetail-two-box .yuan em:nth-child(2) {
  width: 3px;
  height: 23px;
}
.ProductsDetail-two-box .cur {
  color: #D86018;
}
.ProductsDetail-two-box .cur .yuan {
  border-color: #D86018;
}
.ProductsDetail-two-box .cur .yuan em {
  background-color: #D86018;
}
.ProductsDetail-two-box .cur .yuan em:nth-child(2) {
  transform: translate(-50%, -50%) rotate(90deg);
}

.ProductsDetail-three-box {
  padding: 0 0 8.33vw;
}
.ProductsDetail-three-box ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.ProductsDetail-three-box li {
  width: calc((100% - 60px) / 4);
}
.ProductsDetail-three-box li:hover .meidia-box img {
  transform: scale(1.1);
}
.ProductsDetail-three-box .p-item {
  display: block;
  height: 100%;
  cursor: pointer;
}
.ProductsDetail-three-box .p-item .meidia-box {
  padding-bottom: 100%;
  overflow: hidden;
  position: relative;
}
.ProductsDetail-three-box .p-item .meidia-box img,
.ProductsDetail-three-box .p-item .meidia-box video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.ProductsDetail-three-box .p-item .meidia-box {
  border-radius: 20px 20px 20px 20px;
  overflow: hidden;
}
.ProductsDetail-three-box .bottomText {
  margin-top: 25px;
  color: #121212;
  font-weight: 600;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.ProductsDetail-three-box .title {
  color: #121212;
  font-weight: 600;
  font-family: var(--owfont);
  text-align: center;
  margin-bottom: 26px;
}

.search-one-BOX .productRightBox li {
  width: calc((100% - 60px) / 4);
}

.search-one-BOX .productRightBox {
  padding-top: 7vw;
}

.searchBoxTop {
  padding: 0 6.77vw;
}
.searchBoxTop .topTitletitle {
  margin-bottom: 21px;
}
.searchBoxTop .topTitletitle span {
  margin-right: 10px;
}
.searchBoxTop .formLine {
  margin-bottom: 12px;
  color: #5D5D5D;
  font-weight: 600;
}
.searchBoxTop .inpuBox {
  position: relative;
}
.searchBoxTop .inpuBox input {
  height: 59px;
  border-radius: 50px 50px 50px 50px;
  border: 1px solid #C7C7C7;
  padding-left: 15.2%;
}
.searchBoxTop .searchBoxPop {
  display: block;
  padding: 0;
  max-height: 2000px;
}
.searchBoxTop .searchBoxPop .usedComp {
  margin-bottom: 25px;
}
.searchBoxTop .searchBoxPop .usedComp label {
  color: #404040;
  font-size: 26px;
  font-weight: 400;
  font-family: var(--owfont);
  margin-bottom: 12px;
  line-height: 1.1;
}
.searchBoxTop .searchBoxPop .flexForm .usedComp label {
  font-family: Poppins;
  font-size: 18px;
  margin-bottom: 8px;
}

.Capabilities-one-box .CapabilitiesOneContent {
  padding: 6.14vw 6.77vw 6.92vw;
  display: flex;
  gap: 22px;
}
.Capabilities-one-box .leftBox {
  flex: 1;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.Capabilities-one-box .leftBox .meidia-box {
  padding-bottom: 65.00829%;
  overflow: hidden;
  position: relative;
}
.Capabilities-one-box .leftBox .meidia-box img,
.Capabilities-one-box .leftBox .meidia-box video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.Capabilities-one-box .leftBox {
  padding-top: 4.8vw;
}
.Capabilities-one-box .topTitletitle {
  margin-bottom: 30px;
  /*white-space: nowrap;*/
}
.Capabilities-one-box .leftgImg {
  border-radius: 20px;
  margin-right: 4.9vw;
  overflow: hidden;
}
.Capabilities-one-box .leftgImg:hover img {
  transform: scale(1.1);
}
.Capabilities-one-box .rightBox {
  width: 50.77%;
  border-radius: 20px;
  overflow: hidden;
}
.Capabilities-one-box .rightBox:hover img {
  transform: scale(1.1);
}
.Capabilities-one-box .rightBox .meidia-box {
  padding-bottom: 127%;
  overflow: hidden;
  position: relative;
}
.Capabilities-one-box .rightBox .meidia-box img,
.Capabilities-one-box .rightBox .meidia-box video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.Capabilities-one-box .line {
  color: #5D5D5D;
  margin-bottom: 20px;
  padding-right: 7vw;
}

.Capabilities-two-box {
  padding-bottom: 2vw;
}
.Capabilities-two-box .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: -10px;
}
.Capabilities-two-box .topTitletitle {
  text-align: center;
}
.Capabilities-two-box .text {
  max-width: 1122px;
  color: #5D5D5D;
  margin: 20px auto 0;
  text-align: center;
}
.Capabilities-two-box .swiper {
  padding-top: 47px;
}
.Capabilities-two-box .swiper-slide {
  width: 470px;
}
.Capabilities-two-box .swiper-slide img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.Capabilities-two-box .bottomSwiper {
  position: relative;
}
.Capabilities-two-box .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #F1F1F1;
  opacity: 1;
}
.Capabilities-two-box .swiper-pagination-bullet-active {
  background: #D86018;
}

.Capabilities-three-box {
  padding: 7.03vw 0 3.02vw;
  padding-left: 12.5vw;
  display: flex;
  justify-content: space-between;
  gap: 3.69vw;
}
.Capabilities-three-box .leftTitlebOX {
  width: 33%;
  position: relative;
}
.Capabilities-three-box .leftTitlebOX .text {
  color: #5D5D5D;
  margin-top: 24px;
}
.Capabilities-three-box .bottomFixed {
  position: absolute;
  left: 0;
  bottom: 18px;
  width: 100%;
  display: flex;
  gap: 20px;
}
.Capabilities-three-box .rightSwiper {
  flex: 1;
  overflow: hidden;
}
.Capabilities-three-box .rightSwiper .meidia-box {
  padding-bottom: 149.36709%;
  overflow: hidden;
  position: relative;
}
.Capabilities-three-box .rightSwiper .meidia-box img,
.Capabilities-three-box .rightSwiper .meidia-box video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.Capabilities-three-box .rightSwiper .meidia-box {
  border-radius: 20px;
  overflow: hidden;
}
.Capabilities-three-box .rightSwiper .meidia-box:hover img {
  transform: scale(1.1);
}
.Capabilities-three-box .swiper-button-next, .Capabilities-three-box .swiper-button-prev {
  position: static;
  width: 58px;
  height: 58px;
  background: #FFFFFF;
  border: 1px solid #D86018;
  border-radius: 50%;
  color: #D86018;
  margin-top: 0;
}
.Capabilities-three-box .swiper-button-next:after, .Capabilities-three-box .swiper-button-prev:after {
  font-size: 27px;
}
.Capabilities-three-box .swiper-button-prev {
  border-color: #E8C098;
  color: #E8C098;
}

.Capabilities-four-box .CapabilitiesFourBox {
  padding: 5.36vw 0 7.44vw;
}
.Capabilities-four-box .topTitletitle {
  text-align: center;
}
.Capabilities-four-box .text {
  max-width: 1122px;
  margin: 9px auto 45px;
  color: #5D5D5D;
  text-align: center;
}
.Capabilities-four-box .flexImgBox {
  padding: 0 4.5vw;
  display: flex;
  justify-content: space-between;
}
.Capabilities-four-box .itemImg {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.Capabilities-four-box .itemImg img {
  width: 100%;
  max-width: -moz-fit-content;
  max-width: fit-content;
  transition: all 0.3s;
}
.Capabilities-four-box .itemImg img:hover {
  transform: translateY(-10px);
}

.Sustainability-one-box {
  padding: 6.09vw 0 7.6vw;
}
.Sustainability-one-box .m-width-content {
  position: relative;
  z-index: 2;
}
.Sustainability-one-box .boxItem {
  position: relative;
}
.Sustainability-one-box .boxItem:nth-child(even) .bgImg {
  right: 0;
  display: flex;
  justify-content: flex-end;
}
.Sustainability-one-box .boxItem:nth-child(even) .flexContent {
  flex-direction: row-reverse;
}
.Sustainability-one-box .boxItem:nth-child(odd) .bgImg {
  left: 0;
}
.Sustainability-one-box .boxItem:nth-child(odd) .bgImg img {
  transform: rotate(180deg);
}
.Sustainability-one-box .flexContent {
  display: flex;
  gap: 6.47%;
}
.Sustainability-one-box .bgImg {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50%;
}
.Sustainability-one-box .bgImg img {
  width: auto;
  height: 100%;
}
.Sustainability-one-box .leftBoxImg {
  width: 50%;
  padding: 40px;
  box-sizing: border-box;
  border-radius: 50%;
  border: 2px dotted #D86018;
}
.Sustainability-one-box .leftBoxImg .meidia-box {
  border-radius: 50%;
  overflow: hidden;
}
.Sustainability-one-box .leftBoxImg:hover img {
  transform: scale(1.1);
}
.Sustainability-one-box .leftBoxImg .meidia-box {
  padding-bottom: 100%;
  overflow: hidden;
  position: relative;
}
.Sustainability-one-box .leftBoxImg .meidia-box img,
.Sustainability-one-box .leftBoxImg .meidia-box video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.Sustainability-one-box .rightBox {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
}
.Sustainability-one-box .text {
  color: #5D5D5D;
}

.AboutUs-one-box .topTitletitle {
  line-height: 1.6;
}
.AboutUs-one-box .contentText {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 0 4.5vw;
  min-height: 1033px;
  box-sizing: border-box;
}
.AboutUs-one-box .textC {
  margin-top: 2.5vw;
  width: 46.64%;
  color: #5D5D5D;
}
.AboutUs-one-box .textC div {
  margin-bottom: 34px;
}

.orderCart-one-box {
  padding: 6.09vw 0 8.33vw;
}
.orderCart-one-box .flexContent {
  display: flex;
  gap: 2.5vw;
}
.orderCart-one-box .leftCart {
  width: 61.09%;
  padding: 2.86vw 36px;
  box-sizing: border-box;
  background: #F6F6F6;
  border-radius: 20px 20px 20px 20px;
}
.orderCart-one-box .leftCart .leftImg {
  /*width: 160px;*/
  width:17.11% ;
  min-width: 80px;
  overflow: hidden;
  border-radius: 8px 8px 8px 8px;
}
.orderCart-one-box .leftCart .leftImg .meidia-box {
  padding-bottom: 100%;
  overflow: hidden;
  position: relative;
}
.orderCart-one-box .leftCart .leftImg .meidia-box img,
.orderCart-one-box .leftCart .leftImg .meidia-box video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.orderCart-one-box .leftCart .leftImg + .f-20{
    width:calc(100% - 300px);
}
.orderCart-one-box .leftCart .remove {
  width: 27.29px;
  height: auto;
}
.orderCart-one-box .leftCart .removeImg {
  padding: 29px;
}
.orderCart-one-box .rightOrder {
  flex: 1;
}
.orderCart-one-box .carItem {
  padding: 24px 0;
  border-bottom: 1px solid #D6D6D6;
  display: flex;
  gap: 22px;
  align-items: center;
  color: #121212;
  font-weight: 600;
  cursor: pointer;
}
.orderCart-one-box .carItem a{
    color:#121212;
    transition: all 0.6s;
    display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
    
}
.orderCart-one-box .carItem a:hover{
    color:#D86018;
}
.orderCart-one-box .carItem:first-child {
  padding-top: 20px;
}
.orderCart-one-box .carItem:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.orderCart-one-box .Enquiry {
  color: #2D2A27;
  font-weight: 500;
  font-family: var(--owfont);
}
.orderCart-one-box .rightOrder {
  background: #F6F6F6;
  border-radius: 20px 20px 20px 20px;
  flex: 1;
  padding: 2.7vw 36px;
  box-sizing: border-box;
}
.orderCart-one-box .rightOrder #xhlFormSubmit {
  width: 100%;
  height: 46px;
  line-height: 46px;
  background: #D86018;
  border-radius: 100px 100px 100px 100px;
  color: #fff;
  margin: 0;
}
.orderCart-one-box .rightOrder .usedComp {
  width: 100%;
}
.orderCart-one-box .rightOrder label {
  /*margin-top: 20px;*/
  font-size: 16px;
  color: #121212;
  font-weight: 500;
  margin-bottom: 6px;
  display: block;
  line-height: 1;
  margin-top:0;
}
.orderCart-one-box .rightOrder label[required]::before, .orderCart-one-box .rightOrder label[required=required]::before {
  content: "*";
  color: #FF0101;
  margin-right: 3px;
  font-size: 16px;
  font-family: inherit;
  vertical-align: middle;
}
.orderCart-one-box .rightOrder input {
  border: 1px solid #E6E6E6;
  width:100%;
  border-radius: 4px 4px 4px 4px;
  background: #FFFFFF;
  height: 50px;
}
.orderCart-one-box .rightOrder input[type=submit]{
    background:#D86018;
    color:#fff;
    transition: all 0.6s;
    transform: translateY(0);
    border-radius: 100px;
    font-size: 20px;
    font-weight: 500;
   font-family:Poppins;
}
.xhl-controls p br{
    display: none;
}
.orderCart-one-box .rightOrder input[type=submit]:hover{
    transform: translateY(-5px);
}
.orderCart-one-box .rightOrder textarea {
  height: 141px;
  background: #FFFFFF;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #E6E6E6;
  box-sizing: border-box;
}
.orderCart-one-box .rightTitle {
  font-weight: 500;
  color: #2D2A27;
  font-family: var(--owfont);
  margin-bottom:20px;
}

.br-or{
    border-radius: 20px;
}
.br-or .xhl_form{
    width:clamp(400px, 31.25vw, 600px);
}
.br-or .wpcf7-spinner{
    position: absolute;
    right:0;
    top:50%;
    transform: translateY(-50%);
}
.hongDaPlastics {
  padding: 35px 32px 28px;
  max-width: 663px;
  width:100%;
  box-sizing: border-box;
  border-radius: 20px 20px 20px 20px;
  display: none;
  box-sizing: border-box;
}
.hongDaPlastics .closeBtn {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 5px;
}
.hongDaPlastics .closeBtn img {
  width: 28px;
  height: 28px;
  cursor: pointer;
}
.hongDaPlastics .hongDaTitle {
  color: #2D2A27;
  font-weight: 500;
  font-family: var(--owfont);
  line-height: 1.7;
  margin-bottom: 23px;
}
.hongDaPlastics .usedComp {
  width: 100%;
  margin-bottom: 10px;
}
.hongDaPlastics .usedComp input {
  max-width: 603px;
  height: 50px;
  background: #F8F8F8;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #ECECEC;
  padding: 0 28px;
}
.hongDaPlastics .usedComp textarea {
  max-width: 603px;
  height: 141px;
  background: #F8F8F8;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #ECECEC;
  box-sizing: border-box;
}
.hongDaPlastics #xhlFormSubmit {
  width: clamp(120px, 9.375vw, 180px);
  height: clamp(38px, 2.96875vw, 57px);
  line-height: clamp(38px, 2.96875vw, 57px);
  background: #D86018;
  border-radius: 100px 100px 100px 100px;
  margin: 0;
  font-size:clamp(13.33333px, 1.04167vw, 20px);
}

.searchQuery {
  display: none;
  justify-content: flex-end;
}
.searchQuery img {
  width: 24px;
  height: 24px;
}
/* 表单整体容器 */
.custom-form-fieldset {
  max-width: 600px;
  width:100%;
  box-sizing: border-box;
}

/* 表单项通用间距 */
.custom-form-fieldset .form-item {
  margin-bottom: 20px;
}

/* 输入框、文本域统一样式 */
.custom-form-fieldset input[type="text"],
.custom-form-fieldset input[type="email"],
.custom-form-fieldset input[type="tel"],
.custom-form-fieldset textarea {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  font-size: 15px;
  line-height: 1.5;
  font-family: inherit;
  background: #F8F8F8;
  transition: all 0.3s ease;
  box-sizing: border-box;
  outline: none;
}

/* 聚焦使用主题色 #D86018 */
.custom-form-fieldset input:focus,
.custom-form-fieldset textarea:focus {
  border-color: #D86018;
  background: #fff;
  box-shadow: 0 0 0 3px rgba(216, 96, 24, 0.12);
}

/* 文本域高度 */
.custom-form-fieldset .form-textarea textarea {
  min-height: 140px;
  resize: vertical;
}

/* 提交按钮容器 */
.custom-form-fieldset .form-submit-box {
  margin-top: 10px;
  text-align: center;
}
.custom-form-fieldset .form-submit-box p{
    position: relative;
}
/* 提交按钮主题色底色 */
.custom-form-fieldset input[type="submit"] {
  padding: 14px 40px;
  background: #D86018;
  color: #fff;
  border: none;
  border-radius: 48px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  min-width: 160px;
  display: block;
}

/* hover加深色调 */
.custom-form-fieldset input[type="submit"]:hover {
  transform: translateY(-2px);
}
#ez-toc-container{
    margin-bottom:0 !important;
    bordeR:none !important;
    background: transparent !important;
    padding:0 !important;
}
#ez-toc-container a.ez-toc-toggle{
    outline: none;
}
#ez-toc-container a{
    color: #121212;
    font-size: 16px;
    font-family: Poppins;
}
#ez-toc-container a.ez-toc-toggle{
    margin-left: 0;
    padding:0;
}
div#ez-toc-container .ez-toc-title{
    font-family: Oswald !important;
    font-weight: 600 !important;
    font-size: 26px !important;
    color: #121212 !important;
}
.ez-toc-title-container{
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    padding-left: 14px;
    position: relative;
}
.ez-toc-title:before{
    content:' ';
    position: absolute;
    top:50%;
    left:0;
    width: 3px;
    height: 30px;
    background: #D86018;
    border-radius: 100px 100px 100px 100px;
    transform: translateY(-50%);
}
.previouspostslink img{
    transform: rotate(180deg);
}

/* 移动端适配 */
@media (max-width: 768px) {
  .custom-form-fieldset {
    margin: 20px 0;
  }
  .custom-form-fieldset input[type="submit"] {
    width: 100%;
  }
}
.search-one-BOX .searchBoxPop {
    overflow-y: none !important;
}
@media screen and (max-width: 1720px) {
  .ipd-20 {
    padding: 0 20px;
  }
  .AboutUs-one-box .m-width-content {
    background: rgba(255, 255, 255, 0.5);
  }
  
}
@media screen and (max-width: 1480px) {
  .m-width-content {
    max-width: 1200px;
  }
  .index-three-box .centerImg {
      width: 60px;
      height: 60px;
      padding: 0px 15px;
      /*padding: 15px 16px;*/
    }
    .index-three-box .centerImg::after{
      top:8px;
      left:8px;
      right:8px;
      bottom:8px;
  }
}

@media screen and (max-width: 1440px) {
    .f-78{
        font-size: 50px;
    }
    .Capabilities-one-box .CapabilitiesOneContent{
        padding: 6.14vw 2.77vw 6.92vw;
    }
    .Capabilities-three-box .rightSwiper .meidia-box{
        padding-bottom: 179%;
    }
}

@media screen and (max-width: 1366px) {
    .f-78{
        font-size: 48px;
    }
    /*.Capabilities-one-box .topTitletitle,*/
    /*.Capabilities-three-box .leftTitlebOX .topTitletitle{*/
    /*    font-size: 44px;*/
    /*}*/
    
    .Capabilities-one-box .rightBox .meidia-box{
        padding-bottom: 111%;
    }
    
    .Capabilities-three-box .swiper-button-next, .Capabilities-three-box .swiper-button-prev{
        width: 46px;
        height: 46px;
    }
    /*.Capabilities-three-box .swiper-button-next:after, .Capabilities-three-box .swiper-button-prev:after{*/
    /*    font-size: 20px;*/
    /*}*/
    .contact-one-box li .p-item{
        padding: 20px;
    }
}

@media screen and (max-width: 1023px) {
    .error-page-box{
        padding-top:115px !important;
    }
     .header-box .leftBox .rightCar{
        display: none;
    }
    .header-box .leftBox .moileRightCar{
        display: flex;
    }
   .footerfixedRight a{
       display:none;
   }
   .footerfixedRight a:nth-child(1){
       display: flex;
   }
    .footerBox{
        padding-bottom: 60px;
    }
    .mobile-bottom-nav {
        display: flex;
    }
    .AboutUs-one-box .textC{
        color: #000;
    }
    .contact-three-box .formRight input::placeholder , .contact-three-box .formRight label{
        font-size: 14px;
    }
    .contact-three-box .formRight textarea ,  .contact-three-box .formRight input{
        font-size: 14px;
    }
    .newsDetail-one-box .page-box .wp-pagenavi{
        /*justify-content: space-between;*/
        flex-direction: column;
        gap:20px;
    }
    .newsDetail-one-box .RelatedBox{
        padding:20px;
    }
    .newsDetail-one-box .boxcONTENT a{
        padding-left: 0;
    }
    .newsDetail-one-box .page-box a.nextpostslink div{
        text-align: left;
    }
    .newsDetail-one-box .page-box .wp-pagenavi a{
        width:100%;
    }
    .newsDetail-one-box .page-box .wp-pagenavi a:last-child{
        flex-direction: row;
        text-align: left;
    }
    .ProductsDetail-two-box .cjpiTiBox .chouTiTitle{
        padding:5px 20px;
    }
    .ProductsDetail-two-box .content{
        padding:20px;
    }
    .Products-one-box .productRightBox .learnMore{
        height: 40px;
        line-height: 40px;
    }
    .topBanner .bg-box .meidia-box{
        min-height: 150px;
        box-sizing: border-box;
    }
    .index-three-box .centerImg::after{
        top:10px;
        left:10px;
        bottom:10px;
        right:10px;
    }
    .index-three-box .centerImg{
        width: 60px;
        height: 60px;
        padding: 17px 20px;
    }
    .index-three-box .bottomTag{
        gap:15px;
    }
    .moreBtn{
        padding:0 20px;
        min-width: fit-content;
    }
    .orderCart-one-box .leftCart .removeImg{
        padding:0;
    }
    .orderCart-one-box .carItem{
        gap:10px;
    }
    .orderCart-one-box .leftCart .leftImg + .f-20 {
        flex:1;
    }
    .searchBoxPop .flexForm{
        flex-direction: column;
    }
    .header-box{
        padding:0 20px;
    }
    .br-or .xhl_form{
        width:280px;
    }
  .page-box .wp-pagenavi a, .page-box .wp-pagenavi span {
    width: 35px;
    height: 35px;
  }
  .header-box .headLogo{
      height:55px;
  }
  .banner .learnMore{
      width:140px;
      height:32px;
      line-height:32px;
      min-width: fit-content;
      padding:0 15px;
      box-sizing:border-box;
  }
  .banner .bg-box .meidia-box{
      /*padding-bottom:75%;*/
  }
  .header-box .lang{
      margin-right:10px;
  }
  .header-box  .lang .langImg{
      display:none;
  }
  .contact-one-box li .p-item {
    padding: 20px;
  }
  .Capabilities-two-box .swiper-slide {
    width: 240px;
  }
  .contact-three-box .formRight #xhlFormSubmit {
    height: 40px;
    line-height: 40px;
  }
  .footerBox .learnMore {
    height: 40px;
    line-height: 40px;
  }
  .searchBoxPop select, .searchBoxPop input {
    height: 40px;
  }
  .share {
    gap: 10px;
  }
  .searchBoxPop .usedComp label {
    font-size: 20px;
  }
  html.mm-blocking body {
    overflow: initial;
  }
  #menuPc {
    display: none;
  }
  .mm-opened #menuWap {
    display: block;
  }
  .header-box .headLogo {
    padding-right: 50px;
  }
  body,
  input,
  select,
  button,
  textarea {
    font-size: 12px;
  }
  /* 手机菜单 start */
  html.mm-blocking body {
    overflow: initial;
  }
  #menuPc {
    display: none;
  }
  #page {
    background: #FFFFFF;
  }
  .btn-nav {
    position: fixed;
    top: 0;
    right: 20px;
    background: transparent;
    border: none;
    padding: 11px 0;
    transition: all 0.5s ease;
    z-index: 99999;
    display: block;
    width: 30px;
    float: right;
  }
  .btn-nav .icon-bar {
    display: block;
    margin: 6px 0;
    width: 30px;
    height: 3px;
    background-color: #D86018;
    box-shadow: 0 1px 1px #000000;
    transition: all 0.7s ease;
    z-index: 999999;
  }
  .mm-opening .top {
    transform: translateY(8px) rotateZ(45deg);
  }
  .mm-opening .bottom {
    transform: translateY(-10px) rotateZ(-45deg);
  }
  .mm-opening .middle {
    width: 0;
  }
  .f-12 {
    font-size: 12px;
  }
  .f-14 {
    font-size: 14px;
  }
  .f-15 {
    font-size: 14px;
  }
  .f-16 {
    font-size: 14px;
  }
  .f-18 {
    font-size: 16px;
  }
  .f-19 {
    font-size: 16px;
  }
  .f-20 {
    font-size: 16px;
  }
  .f-22 {
    font-size: 18px;
  }
  .f-24 {
    font-size: 18px;
  }
  .f-25 {
    font-size: 18px;
  }
  .f-26 {
    font-size: 18px;
  }
  .f-27 {
    font-size: 18px;
  }
  .f-28 {
    font-size: 18px;
  }
  .f-30 {
    font-size: 20px;
  }
  .f-32 {
    font-size: 20px;
  }
  .f-34 {
    font-size: 20px;
  }
  .f-36 {
    font-size: 20px;
  }
  .f-38 {
    font-size: 20px;
  }
  .f-40 {
    font-size: 20px;
  }
  .f-42 {
    font-size: 24px;
  }
  .f-45 {
    font-size: 24px;
  }
  .f-46 {
    font-size: 24px;
  }
  .f-48 {
    font-size: 24px;
  }
  .f-55 {
    font-size: 25px;
  }
  .f-56 {
    font-size: 25px;
  }
  .f-52 {
    font-size: 25px;
  }
  .f-60 {
    font-size: 24px;
  }
  .f-68 {
    font-size: 24px;
  }
  .f-70 {
    font-size: 34px;
  }
  .f-72 {
    font-size: 34px;
  }
  .f-78 {
    font-size: 34px;
  }
  .f-82 {
    font-size: 34px;
  }
  .f-86 {
    font-size: 34px;
  }
  .f-90 {
    font-size: 40px;
  }
  .topBanner {
    padding-top: 50px;
  }
  .header-box .rightCar .text{
      display: none;
    /*text-indent: -9999px;*/
    /*overflow: hidden;*/
    /*white-space: nowrap;*/
  }
  .header-box .centerLogo {
    flex: 1;
    width:80px;
    display: flex;
    justify-content: center;
  }
  .header-box .centerLogo img {
    width: 100%;
  }
  .header-box {
    padding: 0 20px;
  }
  .header-box .line, .header-box .searchBtn {
    display: none;
  }
  .headerTopFlex {
    display: none;
  }
  .AboutUs-one-box .textC {
    width: 100%;
  }
  .AboutUs-one-box .contentText {
    padding-top: 4.5vw;
    min-height: -moz-fit-content;
    min-height: fit-content;
  }
  .topTitletitle {
    line-height: 1.2 !important;
  }
  .footerBox .rightBox {
    display: none;
  }
  .footerBox .leftBox {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .AboutUs-one-box .m-width-content {
    background: rgba(255, 255, 255, 0.7);
  }
  .footerBox .copyrigghtContent .right a {
    white-space: nowrap;
    cursor: pointer;
  }
  .footerfixedRight {
    /*right: 700px;*/
    bottom:120px;
  }
  .Capabilities-one-box .CapabilitiesOneContent {
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
  }
  .Capabilities-one-box .leftBox {
    padding-top: 0;
  }
  .Capabilities-one-box .rightBox,
  .Capabilities-three-box .leftTitlebOX {
    width: 100%;
  }
  .Capabilities-one-box .line {
    padding-right: 0;
  }
  .Capabilities-one-box .leftgImg {
    margin-right: 0;
  }
  .Capabilities-three-box {
    flex-direction: column;
    padding-left: 20px;
    gap: 10px;
  }
  .Capabilities-three-box .bottomFixed {
    position: static;
    height: -moz-fit-content;
    height: fit-content;
    height: 30px;
    margin-top: 20px;
    display: flex;
    justify-content: flex-end;
    padding-right: 20px;
    box-sizing: border-box;
  }
  .Capabilities-three-box .swiper-button-next, .Capabilities-three-box .swiper-button-prev {
    width: 30px;
    height: 30px;
    position: static;
  }
  .Capabilities-three-box .swiper-button-next:after, .Capabilities-three-box .swiper-button-prev:after {
    font-size: 13px;
  }
  .contact-one-box li {
    width: 100%;
  }
  .contact-one-box {
    padding-left: 0;
    padding-right: 0;
  }
  .contact-three-box .formBoxFlex {
    flex-direction: column;
  }
  .contact-three-box .formLeft {
    width: 100%;
  }
  .contact-three-box .Title {
    padding: 0;
  }
  .contact-three-box .formRight .flexForm {
    flex-direction: column;
    gap: 0;
  }
  .contact-three-box .formRight .flexForm .usedComp {
    width: 100%;
  }
  .contact-three-box .formRight #xhlFormSubmit {
    width: 100%;
  }
  .Downloads-one-box .downLoadBox {
    padding: 10px;
  }
  .Downloads-one-box .downLoadContent {
    padding: 15px 0px;
  }
  .Downloads-one-box .downLoadItem {
    padding-right: 14px;
  }
  .Downloads-one-box .title {
    flex-direction: column;
    gap: 10px;
  }
  .Downloads-one-box .lineFlex::after {
    left: 10px;
    right: 10px;
  }
  .Downloads-one-box .lineFlex:last-child, .Downloads-one-box .lineFlex:first-child {
    padding-left: 10px;
    padding-right: 10px;
  }
  .Downloads-one-box .RIGHTfLEX a {
    font-size: 0;
  }
  .banner .sTitle {
    line-height: 1.2;
  }
  .banner .topBox {
    /*width: 95%;*/
    /*top:50%;*/
    /*transform: translateY(-50%) translateX(-50%);*/
  }
  .topBanner .topBox {
    /*top: 0;*/
    /*width: 100%;*/
  }
  .banner .topBoxIndex{
      top:50%;
      transform: translate(-50%,-50%);
     width: calc(100% - 60px);
  }
  .index-one-box .section {
    flex-direction: column;
    gap: 20px;
  }
  .index-one-box .arrows {
    margin-top: 20px;
  }
  .index-one-box .carousel-wrap, .index-one-box .content {
    width: 100%;
  }
  .index-one-box .carousel-wrap {
    min-height: 41.82vw;
  }
  .index-one-box .desc{
      max-width: 100%;
  }
  .index-one-box .content {
    padding-bottom: 0;
    min-height: fit-content;
    height: auto;
  }
  .index-one-box .title {
    line-height: 1.2;
  }
  .index-one-box .desc {
    margin-bottom: 20px;
  }
  .index-two-box .contentBox {
    gap: 20px;
  }
  .index-two-box .flexRow {
    flex-direction: column;
  }
  .index-two-box {
    height: -moz-fit-content;
    height: fit-content;
  }
  .moreBtn {
    height: 40px;
  }
  .index-three-box li {
    width: 100%;
  }
  .index-three-box .descFlex {
    flex-direction: column;
    align-items: flex-start;
  }
  .index-four-box .info-section {
    width: 100%;
  }
  .index-four-box .contentFlex {
    flex-direction: column;
  }
  .index-four-box .right {
    width: 100%;
  }
  .index-four-box .info-section {
    gap: 10px;
  }
  .index-five-box .contentBox {
    padding-left: 0;
    padding-right: 0;
    flex-direction: column;
  }
  .index-five-box, .index-six-box {
    padding-left: 0;
    padding-right: 0;
  }
  .index-five-box .leftBox {
    width: 100%;
  }
  .index-six-box ul {
    flex-wrap: wrap;
  }
  .index-six-box li {
    width: 100%;
  }
  .news-one-box li {
    width: calc((100% - 20px) / 2);
  }
  .newsDetail-one-box .newsDetailFlex {
    flex-wrap: wrap;
  }
  .newsDetail-one-box .newsDetailRight {
    width: 100%;
  }
  .newsDetail-one-box {
    padding: 30px 0px;
  }
  .newsDetail-one-box .leftLogo img {
    height: 24px;
    width: 24px;
  }
  .newsDetail-one-box .flexLime {
    padding: 5px 10px;
  }
  .orderCart-one-box .flexContent {
    flex-wrap: wrap;
  }
  .orderCart-one-box .leftCart {
    width: 100%;
  }
  .orderCart-one-box .leftCart, .orderCart-one-box .rightOrder {
    padding: 20px;
  }
  .Products-one-box .leftSearchBox {
    display: none;
  }
  .searchQuery {
    display: flex;
    margin-bottom: 10px;
  }
  .Products-one-box .productRightBox li, .ProductsDetail-three-box ul li {
    width: calc((100% - 20px) / 2);
  }
  .Products-one-box .leftSearchBox {
    margin: 20px;
    width: calc(100% - 40px);
    max-width: 500px;
  }
  .ProductsDetail-one-box .ProductsDetail {
    flex-direction: column;
  }
  .ProductsDetail-one-box .detailLeft {
    width: 100%;
  }
  .ProductsDetail-one-box .detailLeft .magnifier-preview {
    left: 50%;
    right: none;
    display: none !important;
    transform: translate(-50%, -50%);
  }
  .searchBoxPop .flexForm {
    flex-wrap: wrap;
    gap: 0px;
  }
  .searchBoxPop .flexForm .usedComp {
    width: 100%;
  }
  .searchBoxPop #xhlFormSubmit {
    height: 40px;
    line-height: 40px;
  }
  .learnMore {
    height: 40px;
    line-height: 40px;
  }
  .searchBoxPop .prodcci {
    width: -moz-fit-content;
    width: fit-content;
    padding: 0 20px;
  }
  .searchBoxTop {
    display: none;
  }
  .search-one-BOX .productRightBox {
    padding-top: 0px;
  }
  .search-one-BOX .searchQuery {
    padding-right: 20px;
  }
  .Sustainability-one-box .flexContent {
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
  .Sustainability-one-box .rightBox {
    margin-top: 20px;
  }
  .Sustainability-one-box .leftBoxImg, .Sustainability-one-box .rightBox {
    width: 100%;
  }
  .Products-one-box .ProductsContent {
    flex-direction: column;
  }
  .Products-one-box {
    padding-top: 20px;
  }
  .footerBox .fllow .flex{
        gap:10px
    }
}
@media screen and (max-width: 700px) {
    
    .footerBox .copyrigghtContent .copyrigghtBox{
        flex-direction: column;
        justify-content: center;
        text-align: center;
    }
    /*.index-one-box .carousel{*/
    /*    height: 409px;*/
    /*}*/
    .indexBanner  .bg-box .meidia-box {
        padding-bottom: 75%;
    }
    .indexBanner .ipd-20{
        padding:0;
    }
    .banner .learnMore{
        padding:0 10px;
    }
  .footerBox .leftBox .logoIMMG {
    max-width: 200px;
  }
  .footerBox {
    padding-left: 0;
    padding-right: 0;
  }
  .index-five-box .rightBox li {
    width: 100%;
  }
  .news-one-box li, .Products-one-box .productRightBox li {
    width: 100%;
  }

/* ========== 性能优化：GPU 加速 ========== */
.meidia-box img,
.meidia-box video,
.swiper-slide img,
[class*="wow"] {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
/* hover 缩放元素提前声明 will-change */
li:hover .meidia-box img,
.meidia-box:hover img {
  will-change: transform;
}
}/*# sourceMappingURL=style.css.map */


@keyframes slideInLeft {
      from {
        opacity: 0;
        transform: translateX(-100%);
      }
      to {
        opacity: 1;
        transform: translateX(0);
      }
}
@keyframes slideInRight {
      from {
        opacity: 0;
        transform: translateX(100%);
      }
      to {
        opacity: 1;
        transform: translateX(0);
      }
}
