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

#menuPc > ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

#menuPc > ul > li {
  float: left;
  display: inline-block;
  padding: 0 0;
  position: relative;
}

#menuPc > ul > li::after {
  content: '';
  width: 0;
  height: 3px;
  position: absolute;
  left: 20px;
  bottom: 10px;
  background: #000;
  transition: all 0.6s;
}

#menuPc > ul > li:hover::after {
  width: calc(100% - 40px);
}

#menuPc > ul > li dl {
  width: 226px;
  position: absolute;
  left: 20px;
  top: 100%;
  z-index: 999;
  opacity: 0;
  transition: all 0.2s;
  visibility: hidden;
  transform: translateY(-10%);
}

#menuPc > ul > li:hover dl {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

#menuPc > ul > li dl dd {
  border-top: 1px solid #c5c5c5;
}

#menuPc > ul > li dl dd:first-child {
  border-top: none;
}

#menuPc > ul > li dl dd a {
  font-size: 16px;
  color: #000;
  display: block;
  padding: 10px 10px;
  background: #fff;
  transition: all 0.6s;
}

#menuPc > ul > li dl dd a:hover {
  /*background: #006487;*/
  /*color: #D8152E;*/
  background: #D6001E;
  color:#fff;
}

#menuPc > ul > li > a {
  font-weight: 400;
  font-size: 18px;
  color: #000;
  padding: 21px 20px;
  display: block;
}

.inner-page #menuPc > ul > li > a {
  color: #183340;
}

#menuPc > ul > li:hover > a,
#menuPc > ul > li.act > a {
  color: #000;
}

.header-box .nav-box {
  display: flex;
  align-items: center;
}

#menuPc {
  flex: 1;
}

.main-box {
  background: #fafafa;
}

.img-box {
  display: block;
  padding-bottom: 100%;
  position: relative;
  overflow: hidden;
}

.img-box img,
.img-box iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.headTop1 {
  background: #000;
}

.headTop2 {
  background: #fff;
}

.head-top-blank {
  height: 40px;
  display: flex;
  justify-content: end;
  align-items: center;
}

.head-top-blank a {
  padding: 0 18px;
  color: #fff;
  position: relative;
}

.head-top-blank a::after {
  position: absolute;
  content: '';
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: #fff;
}

.head-top-blank a:last-child::after {
  display: none;
}

.head-top-blank a:hover {
  color: #D8152E;
}

#menuPc > ul > li > .requestBtn {
  width: 180px;
  height: 40px;
  background: #D6001E;
  border-radius: 20px;
  text-align: center;
  line-height: 40px;
  color: #fff;
  padding: 0;
}

#menuPc > ul > li > .requestBtn:hover {
  color: #fff;
}

#menuPc > ul > .request:after {
  display: none;
}

.logo {
  height: 45px;
  width: auto;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-left: 18px;
}

.header-action {
  min-width: 42px;
  height: 42px;
  border: 1px solid #E1E5E8;
  border-radius: 21px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 14px;
  color: #183340;
  background: #fff;
  transition: all 0.25s;
  box-sizing: border-box;
}

.header-action .layui-icon {
  font-size: 20px;
  line-height: 1;
}

.header-action span {
  font-size: 15px;
  line-height: 1;
  white-space: nowrap;
}

.header-action:hover {
  color: #D6001E;
  border-color: #D6001E;
}

/*header end*/
/*footer start*/
.footer {
  background: #333333;
}

.footer .footer-box {
  display: flex;
  justify-content: space-between;
  padding-top: 4vw;
}

.footer .imgshow {
  width: 100%;
  max-width: 254px;
}

.footer .imgshow .img-box {
  padding-bottom: 33.06122%;
}

.footer .imgshow .img-box img {
  transition: all 0.3s;
}

.footer .flexItem {
  flex: 1;
  color: #fff;
}

.footer .flexItem ul {
  margin-top: 20px;
}

.footer .flexItem li {
  margin-bottom: 10px;
}

.footer .flexItem li:last-child {
  margin-bottom: 0;
}

.footer .flexItem a {
  font-size: 16px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.3);
  display: flex;
  gap: 10px;
  align-items: center;
}

.footer .flexItem a:hover {
  color: #D8152E;
}

.footer .flexItem .leftImg {
  width: 23px;
  display: flex;
  justify-content: center;
}

.footer .flexItem .text {
  flex: 1;
}

.footer .footer-box-2 {
  display: flex;
  gap: 20px;
}

.footer .footer-box-3 {
  display: flex;
  margin-top: 20px;
}

.footer .footer-box-3 a {
  padding: 0 27px;
  border-right: 1px solid #fff;
  color: #fff;
}

.footer .footer-box-3 a:hover {
  color: #D8152E;
}

.footer .footer-box-3 a:first-child {
  padding-left: 0;
}

.footer .footer-box-3 a:last-child {
  border-right: 0;
}

.footer .copyRight {
  height: 50px;
  line-height: 50px;
  color: rgba(255, 255, 255, 0.3);
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  text-align: center;
  margin-top: 31px;
}

/*footer end*/
.crumbs-box {
  padding: 12px 0;
}

.crumbs-box a {
  color: #bfbfbf;
  display: inline-block;
  transition: all 0.4s;
}

.crumbs-box a:hover {
  color: #B24249;
}

.crumbs-box i {
  display: inline-block;
  padding: 0 5px;
  color: #bfbfbf;
}

.crumbs-box span {
  color: #bfbfbf;
}

/*公共样式定义 start*/
/*例如,统一间距,统一字体,统一大小写,统一最大距离*/
/* 内容区域宽度+40px */
.m-width-content {
  max-width: 1440px;
  margin: 0 auto;
}

.fb500 {
  font-weight: 500;
}

.headTitle {
  color: #000000;
  text-align: center;
}

.headDesc {
  color: #666666;
  font-weight: 300;
  text-align: center;
  max-width: 786px;
  margin: 0 auto;
  margin-top: 20px;
}

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

/*置顶按钮 end*/
/*分页 start*/
.page-box {
  padding: 50px 0;
  text-align: center;
}

.page-box .wp-pagenavi {
  display: flex;
  align-items: center;
}

.page-box .page-inner {
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-box .page-inner a,
.page-box .page-inner span {
  display: inline-flex;
  font-size: 20px;
  color: #000;
  margin: 0 5px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  border-radius: 50%;
  justify-content: center;
  background: #ddd;
  color: #999999;
}

.page-box .page-inner .previouspostslink, .page-box .page-inner .nextpostslink {
  background: transparent !important;
}

.page-box .page-inner .current {
  font-weight: 600;
  color: #fff;
  background-color: #E60012;
}

.page-box2 .wp-pagenavi {
  display: flex;
  justify-content: space-between;
}

.page-box2 .wp-pagenavi a,
.page-box2 .wp-pagenavi a {
  color: #282828;
  font-size: 16px;
}

.page-box2 .wp-pagenavi a {
  padding-bottom: 12px;
  border-bottom: 3px solid #D8152E;
}

.page-box2 .wp-pagenavi a.nextpostslink,
.page-box2 .wp-pagenavi a.previouspostslink {
  display: flex;
}

.page-box2 .wp-pagenavi .current {
  font-weight: bold;
  color: #333;
  border: 1px solid #333;
}

/*分页 end*/
.index-one-box {
  padding: 4.16vw 0 0;
}

.index-one-box .imgshow {
  margin-top: 4vw;
}

.index-one-box .imgshow .img-box {
  padding-bottom: 39.28571%;
}

.index-one-box .imgshow .img-box img {
  transition: all 0.3s;
}

.index-two-box {
  padding: 3.6vw 0 4.47vw;
}
.index-two-box .headTitle{
    margin-bottom: 15px;
}

.index-two-box .index-two-content {
  position: relative;
  display: flex;
  justify-content: flex-end;
}

.index-two-box .imgshow {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 10px;
  overflow: hidden;
  max-width: 35.785%;
  width: 100%;
}
.index-two-box .imgshow .con{
    display:none;
}
.index-two-box .imgshow .con.active{
    display: block;
}
.index-two-box .imgshow .img-box {
  padding-bottom: 70.65868%;
}

.index-two-box .imgshow .img-box img {
  transition: all 0.3s;
}

.index-two-box .topImg {
  position: absolute;
  top: 0;
  left: 0;
  height:100%;
  width: 100%;
  z-index: 2;
}

.index-two-box .topImg .img-box {
  width:100%;
  height:100%;
  padding-bottom:0;
}

.index-two-box .topImg .img-box img {
  transition: all 0.3s;
}

.index-two-box .rightContnt {
  flex: 1;
  max-width: 71.71%;
  background: #FFFFFF;
  border-radius: 10px;
  border: 1px solid #DCDCDC;
  padding-left: 11.214%;
  padding-top: 4.3vw;
  padding-right: 39px;
  box-sizing: border-box;
  padding-bottom:20px;
}
.index-two-box .rightContnt .con{
    display:none;
}
.index-two-box .rightContnt .con.active{
    display: block;
}
.index-two-box .rightTitle {
  position: relative;
  color: #1A1A1A;
}

.index-two-box .rightTitle .text {
  position: relative;
  z-index: 2;
}

.index-two-box .absoluteImg {
  position: absolute;
  bottom: 12px;
  left: -33px;
  width: 72px;
  height: 53px;
}

.index-two-box .flexBox {
  margin: 25px 0 35px;
}

.index-two-box .firstName {
  font-style: italic;
}

.index-two-box .flexend {
  display: flex;
  justify-content: flex-end;
}

.index-two-box .flexend img {
  width: 5.3vw;
  height: auto;
}

.index-two-box .flexCenterImg {
  padding-right: 3.5vw;
  display: flex;
  justify-content: space-between;
  margin-left: -24px;
}

.index-two-box .flexCenterImg .itemshow {
  flex: 1;
  max-width: 180px;
  position: relative;
  cursor: pointer;
}

.index-two-box .flexCenterImg .itemshow .img-box {
  padding-bottom: 38.88889%;
}

.index-two-box .flexCenterImg .itemshow .img-box img {
  transition: all 0.3s;
}

.index-two-box .flexCenterImg .itemshow:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 3px;
  background-color: #D6001C;
  transition: width 0.3s ease;
}

.index-two-box .flexCenterImg .active {
  position: relative;
}

.index-two-box .flexCenterImg .active:after {
  width: 100%;
}

.index-two-box .rightTop {
  display: none;
}

.index-two-box .leftImg {
  display: none;
}

.index-two-box .activeItem {
  display: block;
}

.topBg {
  position: relative;
}

.topBg::after {
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(51, 51, 51, 0.5);
}

.index-three-box .imgshow {
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
}

.index-three-box .imgshow .img-box {
  padding-bottom: 41.66667%;
}

.index-three-box .imgshow .img-box img {
  transition: all 0.3s;
}

.index-three-box .absoluteBox {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  height: calc(100% - 65px);
}

.index-three-box .textArea {
  text-shadow: 0px 3px 36px rgba(0, 0, 0, 0.11);
  max-width: 756px;
}

.index-three-box .listArea {
  margin: 3.2vw 0 4.5vw;
}

.index-three-box .listArea li {
  position: relative;
  padding: 2px 0 2px 15px;
}

.index-three-box .listArea li::before {
  content: '- ';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.index-three-box .btnBox {
  max-width: 290px;
  height: 60px;
  background: #D6001C;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  gap: 2vw;
  align-items: center;
  color: #fff;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s;
}

.index-three-box .btnBox img {
  width: 28px;
  height: auto;
}

.index-three-box .btnBox:hover {
  transform: scale(1.1);
}

.index-three-box .centerContent {
  padding-top: 3vw;
  box-sizing: border-box;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.index-four-box {
  padding: 4.2vw 0 30px;
  position: relative;
}

.index-four-box .headTitle,
.index-four-box .headDesc {
  text-align: left;
}

.index-four-box .headDesc {
  margin: 0;
  margin: 5px 0 30px;
}

.index-four-box .rightPation {
  display: flex;
  gap: 25px;
}

.index-four-box .pre-btn,
.index-four-box .next-btn {
  width: 59px;
  height: 59px;
  background: rgba(214, 0, 28, 0.11);
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: static;
  cursor: pointer;
}

.index-four-box .pre-btn img,
.index-four-box .next-btn img {
  margin: 0 auto;
  width: 28px;
  height: 21px;
}

.index-four-box .next-btn {
  background: #D6001C;
  opacity: 1;
}

.index-four-box .fourTitle {
  display: flex;
  justify-content: space-between;
}

.indexFour {
  background: #fff;
  padding-bottom: 5.2vw;
}

.indexFour .p-item {
  width: 100%;
  border-radius: 10px;
  position: relative;
  display: inline-block;
  color: #FFFFFF;
  border-radius: 10px;
  overflow: hidden;
}

.indexFour .p-item .imgshow {
  transition: all 0.3s;
}

.indexFour .p-item .imgshow .img-box {
  padding-bottom: 111.11111%;
}

.indexFour .p-item .imgshow .img-box img {
  transition: all 0.3s;
}

.indexFour .p-item::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, transparent 0%, black 100%);
  z-index: 1;
  border-radius: 10px;
  border: 1px solid #999999;
  transition: background 0.3s;
}

.indexFour .p-item:hover {
  color: #FFFFFF;
}

.indexFour .p-item:hover .imgshow img {
  transform: scale(1.1);
}

.indexFour .p-item:hover::after {
  background: rgba(0, 0, 0, 0.6);
}

.indexFour .p-item:hover .margim50 {
  display: block;
  opacity: 1;
}

.indexFour .p-item:hover .absoluteCenter {
  bottom: 50%;
  transform: translateY(50%);
}

.indexFour .p-item:hover .bottomBtn {
  background: #FFFFFF;
}

.indexFour .p-item:hover .bottomBtn::after {
  background-image: url("../images/index12.png");
}

.indexFour .bottomBtn {
  width: 36px;
  height: 36px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  position: absolute;
  left: 32px;
  bottom: 30px;
  z-index: 3;
  position: absolute;
  transition: all 0.3s;
}

.indexFour .bottomBtn::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 18px;
  height: 14px;
  background-image: url("../images/index10.png");
  background-size: cover;
  transition: all 0.3s;
}

.indexFour .absoluteCenter {
  position: absolute;
  left: 32px;
  right: 30px;
  bottom: 4.5vw;
  color: #fff;
  z-index: 3;
  transition: all 0.6s;
}

.indexFour .margim50 {
  display: none;
  opacity: 0;
  transition: all 0.6s;
  margin-top: 2.5vw;
}

.leftContentBox {
  padding-left: calc(((100% - 1400px) / 2) - 20px);
}

.indexFour .indexFour-count-1,
.indexFour .indexFour-count-2,
.indexFour .indexFour-count-3 {
  width: calc(100% - 40px);
  max-width: 1440px;
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
  box-sizing: border-box;
}

.index-three-featured-projects {
  position: relative;
}

.index-three-featured-projects .swiper {
  width: 100%;
}

.index-three-featured-projects .swiper-pagination {
  bottom: 24px;
}

.index-three-featured-projects .swiper-pagination-bullet {
  width: 28px;
  height: 4px;
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.65);
  opacity: 1;
}

.index-three-featured-projects .swiper-pagination-bullet-active {
  background: #D6001C;
}

.brandExperience {
  background: #fff;
}

.brandExperience-heroGrid,
.brandExperience-split,
.brandExperience-applicationPanel {
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(360px, 1.06fr);
  gap: clamp(34px, 5vw, 78px);
  align-items: center;
}

.brandExperience-heroGrid {
  padding: clamp(58px, 6.5vw, 98px) 0;
}

.brandExperience-kicker {
  color: #D6001C;
  margin-bottom: 14px;
}

.brandExperience-heroText h1,
.brandExperience-title {
  color: #1A1A1A;
  line-height: 1.18;
}

.brandExperience-heroText p,
.brandExperience-desc {
  max-width: 680px;
  line-height: 1.72;
  margin-top: 18px;
}

.brandExperience-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.brandExperience-pills span {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 16px;
  border: 1px solid #e5e5e5;
  border-radius: 18px;
  background: #fff;
  color: #333;
}

.brandExperience-mediaSlot {
  min-height: 360px;
  border: 1px dashed #cfcfcf;
  border-radius: 8px;
  background: #f8f8f8;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #9a9a9a;
  line-height: 1.65;
  text-align: center;
  overflow: hidden;
  box-sizing: border-box;
}

.brandExperience-mediaSlot img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  display: block;
}

.brandExperience-heroMedia {
  min-height: 480px;
}

.brandExperience-proofBand,
.brandExperience-processBand,
.brandExperience-applicationBand {
  background: #f8f8f8;
  padding: clamp(48px, 5.5vw, 84px) 0;
}

.brandExperience-proofGrid {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) repeat(3, minmax(0, 1fr));
  gap: 18px;
  align-items: stretch;
}

.brandExperience-proofIntro,
.brandExperience-proofItem,
.brandExperience-processItem {
  background: #fff;
  border: 1px solid #eeeeee;
  border-radius: 8px;
  padding: 26px;
  box-sizing: border-box;
}

.brandExperience-proofIntro .f-36 {
  color: #222;
  line-height: 1.3;
}

.brandExperience-proofItem .f-40,
.brandExperience-step {
  color: #D6001C;
  line-height: 1;
  margin-bottom: 18px;
}

.brandExperience-proofItem p,
.brandExperience-processItem p {
  color: #666;
  font-size: 16px;
  line-height: 1.65;
}

.brandExperience-section {
  padding: clamp(54px, 6vw, 92px) 0;
}

.brandExperience-list {
  display: grid;
  gap: 12px;
  margin-top: 28px;
}

.brandExperience-list div {
  padding: 15px 18px;
  border: 1px solid #eeeeee;
  border-radius: 8px;
  background: #fafafa;
  color: #555;
  line-height: 1.55;
}

.brandExperience-processHead,
.brandExperience-zoneHead {
  max-width: 850px;
  margin-bottom: clamp(28px, 4vw, 52px);
}

.brandExperience-processGrid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.brandExperience-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.brandExperience-card {
  border: 1px solid #E4E4E4;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
}

.brandExperience-cardMedia {
  min-height: 250px;
  border-width: 0 0 1px 0;
  border-radius: 0;
}

.brandExperience-cardText {
  padding: 24px;
}

.brandExperience-cardText p {
  color: #666;
  font-size: 16px;
  line-height: 1.7;
  margin-top: 12px;
}

.brandExperience-applicationPanel {
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
}

.brandExperience-applicationPanel .brandExperience-mediaSlot {
  min-height: clamp(340px, 32vw, 520px);
  background: #fff;
}

.brandExperience-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  padding: 0 28px;
  border-radius: 24px;
  background: #D6001C;
  color: #fff;
  margin-top: 28px;
  transition: all 0.25s;
}

.brandExperience-btn:hover {
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 8px 18px rgba(214, 0, 30, 0.2);
}

.indexFive {
  background: #F7F7F7;
  padding: 4vw 0 7vw;
}

.indexFive .p-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.indexFive .index-five-box {
  color: #000;
}

.indexFive .imgshow {
  max-width: 53px;
  width: 100%;
  margin-top: 5.8vw;
}

.indexFive .imgshow .img-box {
  padding-bottom: 96.22642%;
}

.indexFive .imgshow .img-box img {
  transition: all 0.3s;
}

.indexFive .swiperContent {
  color: #666;
  max-width: 901px;
  overflow-y: auto;
  line-height: 40px;
  height: 81px;
  text-align: center;
  margin: 50px auto 49px;
}

.indexFive .swiper-button-next:after,
.indexFive .swiper-button-prev:after {
  font-size: 20px;
  color: #000;
}

.indexFive .swiper-button-next,
.indexFive .swiper-button-prev {
  width: 60px;
  height: 60px;
  background: #FFFFFF;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  text-align: center;
  line-height: 60px;
}

.indexSix {
  background: #fff;
  padding: 3.9vw 0 2.8vw;
}

.indexSix .SubmitForm .headTitle {
  padding-bottom: 12px;
}

.indexSix .SubmitForm .headDesc {
  max-width: 760px;
  line-height: 1.7;
  margin: 0 auto clamp(24px, 2vw, 34px);
}

.indexSix .SubmitForm .xhl-input-xlarge {
  background: #FAFAFA;
}

.indexSix .SubmitForm .xhl-footer p {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0;
}

.indexSix .SubmitForm .xhl-submit {
  margin: 0 auto;
}

.indexSix .SubmitForm .wpcf7-spinner {
  position: absolute;
  left: calc(50% + 120px);
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
}

.about-five-box {
  padding: 3.25vw 0 3.7vw;
}

.about-five-box .SubmitForm .xhl-input-xlarge {
  background: #FAFAFA;
}
.about-five-box .SubmitForm .xhl-submit{
    margin:0 auto;
}

.productDetailV2-form {
  padding: 6vw 0 4vw;
}

.leaveMessageSection {
  background: #fff;
  padding: 3.9vw 0 2.8vw;
}

.leaveMessageSection .SubmitForm .headTitle {
  padding-bottom: 12px;
}

.leaveMessageSection .SubmitForm .headDesc {
  max-width: 760px;
  line-height: 1.7;
  margin: 0 auto clamp(24px, 2vw, 34px);
}

.leaveMessageSection .SubmitForm .xhl-input-xlarge {
  background: #FAFAFA;
}

.leaveMessageSection .SubmitForm .xhl-footer p {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0;
}

.leaveMessageSection .SubmitForm .xhl-submit {
  margin: 0 auto;
}

.leaveMessageSection .SubmitForm .wpcf7-spinner {
  position: absolute;
  left: calc(50% + 120px);
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
}

.banner-box {
  position: relative;
}

.banner-box .imgshow .img-box {
  padding-bottom: 23.4375%;
}

.banner-box .imgshow .img-box img {
  transition: all 0.3s;
}

.banner-box .leftToRightBg {
  z-index: 2;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(to left, transparent 0%, #2a2b33 100%);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.banner-box .m-width-content {
  width: 100%;
}

.banner-box .bannerTitle {
  color: #fff;
  text-transform: uppercase;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.banner-box .hrefLine {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 14px;
}

.banner-box .hrefLine a {
  color: #fff;
  display: flex;
  align-items: flex-start;
  gap:5px;
}
.banner-box .hrefLine img{
    max-width: 15px;
}

.banner-box .hrefLine a:hover {
  color: #D6001C;
}

.banner-box .flexcol {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.banner-box .hrefLine .hrefLine-text{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.whiteBg {
  background: #fff;
}

.about-one-box {
  color: #333;
  padding: 6vw 0 3.75vw;
  border-bottom: 1px solid rgba(26, 26, 26, 0.2);
}

.about-one-box .headTitle {
  position: relative;
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 3vw;
}

.about-one-box .headTitle::after {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -14px;
  width: 107px;
  height: 6px;
  background: #D6001C;
}

.about-one-box .desc {
  color: #666;
  text-align: center;
  max-width: 1129px;
  margin: 0 auto;
  margin-bottom: 40px;
}

.about-two-box {
  color: #333;
  padding: 4vw 0 4.5vw;
}

.about-product-list {
  color: #333;
  margin-top: 3.2vw;
}

.about-product-list ul {
  margin: 0 -10px;
  display: flex;
  flex-wrap: wrap;
}

.about-product-list .imgshow img {
  width: 100%;
}

.about-product-list li {
  width: 33.33%;
  padding: 0 10px;
  box-sizing: border-box;
}

.about-product-list .imgshow .img-box {
  padding-bottom: 125.60706%;
}

.about-product-list .imgshow .img-box img {
  transition: all 0.3s;
}

.about-product-list .titleDesc {
  color: #666;
  margin: 16px 0 21px;
}

.about-product-list .title {
  margin-top: 28px;
}

.about-product-list .btnItem {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 140px;
  height: 30px;
  background: #D6001E;
  border-radius: 15px;
  color: #fff;
  transition: all 0.3s;
}

.about-product-list .btnItem:hover {
  color: #fff;
  transform: scale(1.1);
}

.about-product-list .btnItem img {
  width: 18px;
  height: 13px;
}

.about-product-list .p-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  cursor: pointer;
}

.about-product-list .p-item:hover .imgshow img {
  transform: scale(1.1);
}

.f8Bg {
  background: #f8f8f8;
}

.about-three-box {
  padding: 6vw 0 4.5vw;
}

.about-three-box .aboout-three-list {
  margin-top: 2.8vw;
}

.about-three-box .aboout-three-list {
  display: flex;
  gap: 9px;
}

.about-three-box .aboout-three-list .p-item {
  width: 60px;
  height: 597px;
  display: inline-block;
  position: relative;
  cursor: pointer;
  border-radius: 20px;
  overflow: hidden;
  transition: width 0.6s;
}

.about-three-box .aboout-three-list .p-item::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, transparent 0%, black 100%);
  z-index: 1;
  transition: background 0.3s;
}

.about-three-box .aboout-three-list .p-item .activeContent {
  display: none;
  opacity: 0;
  visibility: hidden;
  animation: fadeIn 2s forwards;
}

.about-three-box .aboout-three-list .imgshow {
  border-radius: 20px;
}

.about-three-box .aboout-three-list .imgshow .img-box {
  width: 60px;
  height: 597px;
}

.about-three-box .aboout-three-list .imgshow img {
  width: 100%;
  height: 100%;
}

.about-three-box .boxContent,
.about-three-box .activeContent {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  padding-bottom: 50px;
  box-sizing: border-box;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: #FFFFFF;
  z-index: 2;
  align-items: center;
}

.about-three-box .boxContent .year,
.about-three-box .activeContent .year {
  transform: rotate(90deg);
}

.about-three-box .boxContent img,
.about-three-box .activeContent img {
  width: 10px;
  height: 11px;
}

.about-three-box .boxContent {
  gap: 20px;
}

.about-three-box .activeContent {
  align-items: flex-start;
  padding: 0 20px 50px 29px;
  width: 440px;
}

.about-three-box .activeContent .adress {
  margin: 11px 0 6px;
}

.about-three-box .aboout-three-list .active {
  flex: auto;
  width: 440px;
}

.about-three-box .aboout-three-list .active .imgshow .img-box {
  /*width: 440px;*/
  width: 100%;
  height: 597px;
}

.about-three-box .aboout-three-list .active .boxContent {
  display: none;
}

.about-three-box .aboout-three-list .active .activeContent {
  display: flex;
  opacity: 1;
  visibility: visible;
}

.aboout-four-box {
  display: flex;
  justify-content: space-between;
  padding: 6vw 0 2.6vw;
  gap: 2.5vw;
}

.aboout-four-box .imgshow {
  flex: 1;
  max-width: 36.458vw;
}

.aboout-four-box .imgshow .img-box {
  padding-bottom: 85.71429%;
}

.aboout-four-box .imgshow .img-box img {
  transition: all 0.3s;
}

.aboout-four-box .rightBox {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.aboout-four-box .margincenter {
  max-width: 646px;
  margin: 2.4vw 0 3.3vw;
}

.concat-topBanner {
  height: 80px;
  background: #FFFFFF;
  box-shadow: 0px 6px 10px 0px rgba(0, 22, 49, 0.15);
  border-radius: 40px;
  padding: 0 3.8vw;
  display: flex;
  align-items: center;
  color: #333333;
  justify-content: space-between;
  transform: translateY(-50%);
  z-index: 22;
  position: relative;
}

.concat-topBanner a {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #333333;
  font-size: 18px;
}

.concat-topBanner a:hover {
  color: #ac343d;
}

.concat-one-box {
  display: flex;
  gap: 42px;
  justify-content: space-between;
  margin-top: 17.5px;
  padding-bottom: 5vw;
}

.concat-one-box .concat-left {
  color: #333;
  max-width: 617px;
}

.concat-one-box .concatTitle {
  padding-left: 70px;
  position: relative;
}

.concat-one-box .concatTitle:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
  height: 3px;
  background: #D6001E;
  border-radius: 2px;
}

.concat-one-box .concatItem {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 40px;
}

.concat-one-box .concatItem .leftPoint {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  background: #D6001E;
  border-radius: 50%;
}

.concat-one-box .concatItem .margintop {
  margin-top: 5px;
  max-width: 510px;
}

.concat-one-box .concat-left-bottom {
  margin: 3.5vw 0 0;
}

.concat-one-box .concat-right {
  background: #FFFFFF;
  box-shadow: 2px 3px 13px 0px rgba(51, 51, 51, 0.2);
  border-radius: 10px;
  padding: 44px 40px 36px;
  color: #333;
  flex: 1;
}

.concat-one-box .concat-right .usedComp {
  margin-bottom: 0;
  width: calc((100% - 20px) /2);
  display: inline-block;
}

.concat-one-box .concat-right .usedCompline {
  width: 100%;
}

.contactFormLayout {
  display: flex;
  flex-direction: column;
  gap: clamp(30px, 3.5vw, 52px);
  margin-top: clamp(28px, 3vw, 48px);
  padding-bottom: clamp(54px, 6vw, 90px);
}

.contactFormLayout .concat-left {
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
}

.contactFormLayout .concat-left-bottom {
  margin-top: clamp(28px, 3.4vw, 52px);
}

.contactFormLayout .concat-left-bottom .concatTitle {
  width: fit-content;
  margin: 0 auto;
  padding: 0 92px;
  font-size: clamp(30px, 2vw, 38px);
  line-height: 1.2;
}

.contactFormLayout .concat-left-bottom .concatTitle:before,
.contactFormLayout .concat-left-bottom .concatTitle:after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 72px;
  height: 3px;
  background: #D6001E;
  border-radius: 2px;
}

.contactFormLayout .concat-left-bottom .concatTitle:before {
  left: 0;
}

.contactFormLayout .concat-left-bottom .concatTitle:after {
  right: 0;
}

.contactFormLayout .concat-left-bottom .concatItem:first-of-type {
  margin-top: clamp(34px, 3vw, 48px);
}

.contactFormLayout .concatItem {
  justify-content: center;
  text-align: left;
}

.contactFormLayout .concat-right {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  padding: clamp(36px, 4vw, 56px);
  box-sizing: border-box;
}

.contactFormLayout .concat-right .usedComp {
  width: calc((100% - 28px) / 2);
}

.contactFormLayout .usedCompline .xhl-controls {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  width: 100%;
}

.contactFormLayout .usedCompline .wpcf7-list-item {
  margin: 0;
}

.contactFormLayout .usedCompline label {
  justify-content: center;
  min-height: 42px;
  white-space: nowrap;
}

.contactFormLayout .concat-right .xhl-input-xlarge {
  height: 46px;
}

.contactFormLayout .concat-right .xhl-textarea-xlarge {
  min-height: 150px;
}

.msgCenter fieldset {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.msgCenter .xhl-input-xlarge {
  height: 38px;
  background: #FFFFFF;
  width: 100%;
  box-sizing: border-box;
}

.msgCenter input,
.msgCenter textarea {
  padding-left: 17px;
  border: 1px solid #A0A0A0;
}

.msgCenter .xhl-controls {
  display: flex;
  gap: 3vw;
}

.msgCenter .xhl-controls label {
  display: flex;
  align-items: center;
  font-weight: 300;
  font-size: 20px;
  color: #333333;
  gap: 10px;
}

.msgCenter .usedCompline {
  margin: 2px 0 18px;
}

.msgCenter .xhl-control-label {
  margin: 12px 0 2px;
  display: block;
  font-weight: 300;
  font-size: 18px;
  color: #333333;
}

.msgCenter .xhl-textarea-xlarge {
  width: 100%;
  padding: 14px 17px;
  box-sizing: border-box;
}

.msgCenter .usedComplineBox {
  width: 100%;
}

.msgCenter .xhl-submit {
  width: 100%;
  height: 46px;
  background: #D6001C;
  border-radius: 10px;
  line-height: 46px;
  color: #fff;
  text-align: center;
  cursor: pointer;
}

.values-one-box {
  padding-top: 5.1vw;
}

.values-one-box .headDesc {
  max-width: 1078px;
  margin-top: 12px;
  margin-bottom: 3.2vw;
}

.valuesItem {
  display: flex;
  gap: 38px;
  justify-content: space-between;
  margin-bottom: 36px;
  align-items: center;
}

.valuesItem:nth-child(2n+1) {
  flex-direction: row-reverse;
  gap: 0;
}

.valuesItem .valuesFlex {
  flex: 1;
  color: #000;
  padding-left: 39px;
}

.valuesItem .valuesFlexTitle {
  color: #D6001E;
}

.valuesItem .centerText {
  margin: 0px 0 40px;
}

.valuesItem .bottomtext {
  max-width: 542px;
}

.valuesItem .imgshow {
  flex: 1;
  position: relative;
}

.valuesItem .imgshow .img-box {
  padding-bottom: 55.55556%;
}

.valuesItem .imgshow .img-box img {
  transition: all 0.3s;
}

.valuesItem .rightCore {
  position: absolute;
  right: -20px;
  bottom: -13px;
  width: 70px;
  height: 50px;
  background: #D6001C;
  border-radius: 10px;
}

.valuesItem .valuesRight {
  display: flex;
  gap: 17px;
  flex: 1;
}

.valuesItem .valuesRight .imgshow {
  flex: 1;
}

.valuesItem .valuesRight .imgshow .img-box {
  padding-bottom: 180.18018%;
}

.valuesItem .valuesRight .imgshow .img-box img {
  transition: all 0.3s;
}

.valuesItem .valuesRight .imgshow:first-child {
  margin-top: 44px;
}

.valuesItem .valuesRight .imgshow:nth-child(2) {
  margin-top: 88px;
}

.values-two-box {
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
}

.values-two-box .imgshow {
  width: 100%;
}

.values-two-box .imgshow .img-box {
  padding-bottom: 26.04167%;
}

.values-two-box .imgshow .img-box img {
  transition: all 0.3s;
}

.values-two-box .valuesTwoContent {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.values-two-box .valuesTwoContent .m-width-content {
  width: 100%;
}

.values-three-box {
  padding: 5.1vw 6.4vw;
}

.values-three-box .valuesItem {
  margin-top: 4.2vw;
}

.values-three-box .rightCore {
  width: 160px;
  height: 120px;
  right: transparent;
  left: -20px;
  bottom: -17px;
}

.values-three-box .img-box {
  position: relative;
  z-index: 2;
}

.centerRadius {
  max-width: 1300px;
  margin: 0 auto;
  height: 150px;
  background: #FFFFFF;
  box-shadow: 0px 6px 20px 0px rgba(38, 38, 38, 0.1);
  border-radius: 75px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 3.8vw;
}

.centerRadius .itemBox {
  display: flex;
  flex-direction: column;
  gap: 20px;
  color: #000;
  flex: 1;
  text-align: center;
  cursor: pointer;
}

.centerRadius .itemBox .text {
  max-width: 133px;
  margin: 0 auto;
}

.centerRadius .active .fb600 {
  color: #D6001E;
}

.vision-one-box {
  padding: 5vw 0 6.1vw;
}

.vision-one-box .headDesc {
  margin-top: 9px;
}

.vision-one-box .video-box {
  margin-top: 37px;
  /*max-height: 650px;*/
  max-width: 1400px;
  overflow: hidden;
  position: relative;
}

.vision-one-box .video-box .video-player-dimensions.vjs-fluid:not(.vjs-audio-only-mode) {
  padding-top: 45.1%;
}
.vision-one-box .video-box .vjs-poster{background-size:cover;}
.vision-one-box .video-box .vjs-text-track-display {
  background: rgba(0, 0, 0, 0.2);
}

.vision-one-box .video-js .vjs-big-play-button {
  width: 122px;
  height: 122px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  border: none;
  background-color: transparent;
}

.vision-one-box .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  content: '';
  background-image: url("../images/vision (1).png");
  background-size: cover;
}
.indexFourSwiper .swiper{
    border-radius:10px 0 0 10px;
}
.indexFourSwiper .swiper-slide {
    height:450px;
    transition: all 0.6s;
    width:350px;
    overflow: hidden;
    border-radius:10px;
    position: relative;
}
.indexFourSwiper .swiper-slide.swiper-slide-active{
    width:800px;
}
.indexFourSwiper .swiper-slide .hc-img-box{
    width:100%;
    height:100%;
}
.indexFourSwiper .swiper-slide .hc-img-box img{
    border-radius:10px;
    height:100%;
    width:auto;
}
.indexFourSwiper .swiper-slide .hc-text-box{
    position: absolute;
    left:0;
    bottom:0;
    color:#fff;
    padding:7% 7.5%;
    width:100%;
    box-sizing:border-box;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0));
}
.indexFourSwiper .swiper-slide .hc-text-box .f-36{
    font-weight:600;
}
.indexFourSwiper .swiper-slide .hc-text-box .f-16{
    line-height:22px;
    height:0;
    overflow: hidden;
    visibility: hidden;
    opacity:0;
    transition: all 0.6s;
}
.indexFourSwiper .swiper-slide.swiper-slide-active .hc-text-box .f-16{
    height:66px;
    opacity:1;
    visibility: visible;
}
.aboutVision-one-box .headDesc {
  max-width: 1300px;
  margin-bottom: 52px;
}

.aboutVision-one-box .oneBoxContent {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5.1vw;
  align-items: center;
}

.aboutVision-one-box .oneBoxContent .c-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  flex: 1;
  position: relative;
}

.aboutVision-one-box .oneBoxContent .c-item::after {
  content: ' ';
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 67px;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.2);
}

.aboutVision-one-box .oneBoxContent .c-item:last-child::after {
  display: none;
}

.aboutVision-one-box .oneBoxContent .text {
  max-width: 160px;
  color: #333333;
}

.aboutVision-one-box .oneBoxContent .count {
  color: #D6001C;
}

.aboutVision-two-box .headDesc {
  max-width: 1025px;
  margin-bottom: 39px;
}

.aboutVision-two-box .twoBoxSwiper {
  position: relative;
  padding-bottom: 3.5vw;
}

.aboutVision-two-box .twoBoxSwiper .imgshow .img-box {
  padding-bottom: 141.2766%;
}

.aboutVision-two-box .twoBoxSwiper .imgshow .img-box img {
  transition: all 0.3s;
}

.aboutVision-two-box .twoBoxSwiper .swiper-slide {
  transform: scale(0.8);
}

.aboutVision-two-box .twoBoxSwiper .swiper-slide-active,
.aboutVision-two-box .twoBoxSwiper .swiper-slide-duplicate-active {
  transform: scale(1);
}

.aboutVision-two-box .twoBoxSwiper .swiper-slide-active .imgshow .img-box,
.aboutVision-two-box .twoBoxSwiper .swiper-slide-duplicate-active .imgshow .img-box {
  padding-bottom: 131.47541%;
}

.aboutVision-two-box .twoBoxSwiper .swiper-slide-active .imgshow .img-box img,
.aboutVision-two-box .twoBoxSwiper .swiper-slide-duplicate-active .imgshow .img-box img {
  transition: all 0.3s;
}

.aboutVision-two-box .swiper-pagination-bullet {
  width: 30px;
  height: 6px;
  background: #CCCCCC;
  border-radius: 3px;
  opacity: 1;
}

.aboutVision-two-box .swiper-pagination-bullet-active {
  width: 30px;
  height: 6px;
  background: #D6001E;
  border-radius: 3px;
}

.aboutVision-two-box .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 3.5vw;
}

.aboutVision-two-box .swiper {
  margin-bottom: 2.1vw;
}

.mission-one-box {
  padding-bottom: 4.9vw;
}

.mission-one-box .video-box .vjs-text-track-display {
  background: rgba(0, 0, 0, 0.5);
}

.mission-two-box {
  padding: 4.5vw 0 0;
}

.mission-two-box .headDesc {
  margin-top: 4px;
  margin-bottom: 17px;
}

.mission-two-box .flexLine {
  display: flex;
  gap: 10px;
  justify-content: space-between;
}

.mission-two-box .lineItem {
  flex: 1;
  width: 460px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  color: #333333;
  border-bottom: 3px solid #999999;
  cursor: pointer;
}

.mission-two-box .active {
  color: #D6001E;
  border-bottom: 3px solid #D6001E;
}

.mission-three-box {
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
  display: none;
  width: 100%;
}

.mission-three-box .imgshow .img-box {
  padding-bottom: 41.66667%;
}

.mission-three-box .imgshow .img-box img {
  transition: all 0.3s;
}

.mission-three-box .topTextContent {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}

.mission-three-box .m-width-content {
  width: 100%;
}

.mission-three-box .tagFlex {
  display: flex;
  gap: 15px;
  margin: 20px 0 5.2vw;
}

.mission-three-box .tagItem {
  height: 30px;
  background: #D6001E;
  border-radius: 15px;
  line-height: 30px;
  color: #fff;
  padding: 0 30px;
}

.mission-three-box .flexCount {
  display: flex;
  margin-top: 15px;
}

.mission-three-box .flexItem {
  padding: 0 32px;
  position: relative;
}

.mission-three-box .flexItem:first-child {
  padding-left: 0;
}

.mission-three-box .flexItem:first-child::after {
  content: ' ';
  position: absolute;
  right: 0;
  top: 50%;
  height: 78px;
  width: 1px;
  background: #fff;
  transform: translateY(-50%);
}

.mission-four-box {
  background: #D6001C;
  padding: 48px 0;
}

.mission-four-box .mission-four-content {
  display: flex;
  color: #fff;
  gap: 43px;
  align-items: center;
}

.mission-four-box .rightBtn {
  width: 17.5vw;
  height: 3.45vw;
  line-height: 3.45vw;
  background: #D6001E;
  border-radius: 1.75vw;
  text-align: center;
  border: 2px solid #FFFFFF;
  color: #fff;
  min-width: fit-content;
}

.mission-four-box .leftBox {
  flex: 1;
}

.mission-three-content {
  display: flex;
  gap: 2.85vw;
}

.mission-three-content .imgshow {
  flex: 1;
  max-width: 800px;
}

.mission-three-content .imgshow .img-box {
  padding-bottom: 80%;
}

.mission-three-content .imgshow .img-box img {
  transition: all 0.3s;
}

.mission-three-content .rightContent {
  flex: 1;
}

.mission-three-content .topFlex {
  display: flex;
  gap: 22px;
  align-items: center;
}

.mission-three-content .count {
  color: #D6001E;
  line-height: 0.9;
}

.missionActive {
  display: block;
}

.mission-three-content {
  margin-top: 3.8vw;
  padding-bottom: 4.2vw;
}

.mission-three-content .imgshow {
  border-radius: 13px;
  overflow: hidden;
}

.mission-three-content .flexWrap {
  display: flex;
  gap: 20px;
  margin-top: 3.8vw;
  flex-wrap: wrap;
}

.mission-three-content .flexRowItem {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: calc((100% - 40px) / 3);
  flex: auto;
}

.mission-three-content .flexRowItem .activeImg {
  display: none;
}

.mission-three-content .flexRowItem:hover .activeImg {
  display: inline-block;
}

.mission-three-content .flexRowItem:hover .img {
  display: none;
}

.mission-three-content .flexRowItem .imgshow {
  margin: 0 auto 15px;
  width: 53px;
}

.mission-three-content .flexRowItem .imgshow .img-box {
  padding-bottom: 100%;
}

.mission-three-content .flexRowItem .imgshow .img-box img {
  transition: all 0.3s;
}

.mission-three-content .text {
  max-width: 120px;
  text-align: center;
}

.flexImgContent {
  display: flex;
  margin-top: 2.5vw;
}

.flexImgContent .imgshow {
  flex: 1;
}

.flexImgContent .imgshow .img-box {
  padding-bottom: 189.64286%;
}

.flexImgContent .imgshow .img-box img {
  transition: all 0.3s;
}

.flexImgContent .showBox {
  display: none;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}

.flexImgContent .showBox::after {
  content: ' ';
  position: absolute;
  left: 50%;
  bottom: 1.5vw;
  width: 20px;
  height: 3px;
  background: #FFFFFF;
  border-radius: 2px;
  transform: translateX(-50%);
}

.flexImgContent .showBox .textFixed {
  position: absolute;
  left: 0;
  bottom: 2.5vw;
  width: 100%;
}

.flexImgContent .imgItem {
  flex: 1;
  position: relative;
  cursor: pointer;
  color: #fff;
}

.flexImgContent .imgItem:hover .showBox {
  display: block;
}

.mission-three-content2 {
  padding: 47.25px 0 2.75vw;
}

.Download-one-box {
  padding: 3.6vw 0 6vw;
}

.Download-one-box .headDesc {
  max-width: 1006px;
}

.Download-one-box .searchInput {
  position: relative;
  max-width: 1200px;
  margin: 3vw auto 2vw;
}

.Download-one-box .searchInput::after {
  content: '';
  position: absolute;
  left: 58px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 25px;
  background: #BFBFBF;
}

.Download-one-box input {
  width: 100%;
  max-width: 1200px;
  height: 50px;
  line-height: 50px;
  background: #FFFFFF;
  border-radius: 25px;
  border: 1px solid #BFBFBF;
  text-indent: 71px;
}

.Download-one-box .searchImg {
  position: absolute;
  top: 50%;
  left: 25px;
  transform: translateY(-50%);
}

.Download-one-box .clearIcon {
  position: absolute;
  right: 28px;
  top: 50%;
  transform: translateY(-50%);
}

.Download-one-box .downLoadFlex {
  display: flex;
  gap: 25px;
}

.Download-one-box .downItem {
  background: #F8F8F8;
  border-radius: 10px;
  height: 148px;
  display: flex;
  align-items: center;
  padding: 0 33px;
  box-sizing: border-box;
  justify-content: space-between;
  flex: 1;
}

.Download-one-box .downItem .imgshow {
  width: 60px;
}

.Download-one-box .downItem .imgshow .img-box {
  padding-bottom: 100%;
}

.Download-one-box .downItem .imgshow .img-box img {
  transition: all 0.3s;
}

.Download-one-box .btnDown {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  width: 140px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  background: #D6001E;
  border-radius: 15px;
  color: #fff;
  margin-top: 20px;
}

.Download-one-box .btnDown img {
  width: 18px;
  height: 13px;
}

.downLoad2Flex {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.downLoad2Flex .downItem2 {
  width: calc((100% - 20px) / 2);
  height: 104px;
  background: #F2F2F2;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #333;
}

.downLoad2Flex .downItem2:hover .downIcon {
  background: #D5001C;
  color: #fff;
}

.downLoad2Flex .flexColum {
  display: flex;
  gap: 3.6vw 3.6vw;
  padding: 0 2vw;
  align-items: center;
}

.downLoad2Flex .textOver {
  flex: 1;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.downLoad2Flex .downIcon {
  width: 38px;
  height: 38px;
  background: #000000;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.downLoad2Flex .downIcon img {
  margin: 0 auto;
}

.Download2-one-box {
  padding-bottom: 2.75vw;
}

.blogBanner {
  width: 100%;
  margin: 0 auto;
  background: #FFFFFF;
  box-shadow: 0px 5px 16px 0px rgba(51, 51, 51, 0.15);
  margin-bottom: 2vw;
}

.blogBanner .blogBannerFlex {
  display: flex;
  height: 100px;
  align-items: center;
}

.blogBanner .blogBannerItem {
  flex: 1;
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #333333;
  cursor: pointer;
}

.blogBanner .active {
  box-shadow: 0px 3px 0px 0px #D6001E, 0px 0px 4px 0px rgba(0, 0, 0, 0.35);
}

.blog-one-box .blogItem {
  display: flex;
  align-items: center;
  gap: 36px;
  padding: 30px 0;
}

.blog-one-box .blogItem:hover {
  background: #FDFDFD;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, rgba(255, 255, 255, 0.03) 100%);
}

.blog-one-box .blogItem:hover .marginBox {
  color: #D6001E;
}

.blog-one-box .riightDate {
  width: calc((1920px - 1400px) / 2);
}

.blog-one-box .blogDate {
  width: calc((1920px - 1400px) / 2 + 210px);
  padding-bottom: 10px;
  border-bottom: 1px solid #808080;
  text-align: right;
}

.blog-one-box .congeng {
  flex: 1;
}

.blog-one-box .blogContent {
  display: flex;
  gap: 36px;
  width: 100%;
  align-items: center;
}

.blog-one-box .blogContent .imgshow {
  max-width: 600px;
  width: 31.25vw;
}

.blog-one-box .blogContent .imgshow .img-box {
  padding-bottom: 53.33333%;
}

.blog-one-box .blogContent .imgshow .img-box img {
  transition: all 0.3s;
}

.blog-one-box .blogContent .marginBox {
  margin: 25px 0 15px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.blog-one-box .blogContent .reatMore {
  display: flex;
  gap: 10px;
  align-items: center;
  color: #D8152E;
  margin-top: 2.5vw;
}

.blog-one-box .blogContent .flexRight {
  flex: 1;
}

.blog-one-box .m-width-content {
  width: 100%;
}

.blog-one-box .paginationBox {
  display: flex;
  justify-content: space-between;
}

.paginationBox {
  display: flex;
  align-items: center;
  color: #282828;
  padding: 3.1vw 0 4.2vw;
}

.paginationBox .pre, .paginationBox .next {
  display: flex;
  align-items: center;
  gap: 15px;
  cursor: pointer;
}

.detail-one-box {
  display: flex;
  gap: 2vw;
  margin-top: 4.5vw;
}

.detail-one-box .detail-left {
  max-width: 300px;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.detail-one-box .detail-rightContent {
  flex: 1;
}

.detail-one-box .leftItem {
  background: #FFFFFF;
  border: 1px solid #BFBFBF;
  padding: 3px;
  box-sizing: border-box;
}

.detail-one-box .leftItem .topTitle {
  width: 100%;
  height: 60px;
  background: #D8152E;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #FFFFFF;
  padding-left: 29px;
  box-sizing: border-box;
}

.detail-one-box .leftItem .leftContent {
  padding: 32px 32px 41px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 30px;
  box-sizing: border-box;
}

.detail-one-box .overflowText {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 10px;
}

.detail-one-box .ledtItem {
  cursor: pointer;
}

.detail-one-box .ledtItem:hover .overflowText {
  color: #D8152E;
}

.detail-one-box .active .overflowText {
  /*color: #D8152E;*/
}

.detail-one-box .contactBox {
  box-sizing: border-box;
  background-image: url("../images/detail (1).png");
  background-size: cover;
}

.detail-one-box .contactBox .coverBg {
  padding: 50px 40px 35px 31px;
  background: rgba(255, 255, 255, 0.9);
}

.detail-one-box .contactBox .contactTitle {
  position: relative;
}

.detail-one-box .contactBox .contactTitle::before {
  content: '';
  position: absolute;
  left: -30px;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 18px;
  background: #D8152E;
}

.detail-one-box .contactBox .margin40 {
  margin-top: 2vw;
}

.detail-one-box .contactBox .margin16 {
  margin-top: 16px;
}

.detail-one-box .flexCenter {
  display: flex;
  align-items: center;
}

.detail-one-box a {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.detail-one-box a .active {
  display: none;
}

.detail-one-box a:hover .active {
  display: block;
}

.detail-one-box a:hover .img {
  display: none;
}

.detail-one-box .detailTitle {
  text-transform: uppercase;
  text-align: center;
}

.detail-one-box .flexShare {
  display: flex;
  justify-content: center;
  gap: 3.7vw;
  margin-top: 1.25vw;
}

.detail-one-box .itemtitle {
  text-transform: uppercase;
  margin: 30px 0 40px;
}

.detail-one-box .imgshow {
  margin: 25px 0 0;
  max-width: 1060px;
}

.detail-one-box .imgshow .img-box {
  padding-bottom: 56.60377%;
}

.detail-one-box .imgshow .img-box img {
  transition: all 0.3s;
}

.flexCenterRow {
  display: flex;
  align-items: center;
}

.product-one-box {
  display: flex;
  gap: 2vw;
}

.product-one-box .leftBox {
  padding-top: 4.5vw;
  flex: 1;
  max-width: 350px;
}

.product-one-box .topTitle {
  text-transform: uppercase;
  padding-bottom: 1.2vw;
}

.product-one-box .searchItem {
  padding: 0 6px 16px 0px;
}

.product-one-box .searchItem .select-all-container {
  display: none;
}

.product-one-box .searchItemActive .select-all-container {
  display: block;
}

.product-one-box .searchTopBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 11px;
  border-bottom: 1px solid #D2D2D2;
  position: relative;
  cursor: pointer;
}

.product-one-box .searchTopBox::before {
  content: ' ';
  position: absolute;
  left: -10px;
  bottom: -1px;
  width: 40px;
  height: 1px;
  background: #D6001E;
  z-index: 2;
  transition: width .5s ease;
}

.product-one-box .searchTopBox img {
  width: 15px;
  cursor: pointer;
}

.product-one-box .searchTopBox .title {
  position: relative;
  padding-left: 22px;
}

.product-one-box .searchTopBox .title::before {
  content: '';
  position: absolute;
  left: 0px;
  top: 50%;
  width: 6px;
  height: 6px;
  background: #BFBFBF;
  border-radius: 50%;
  transform: translateY(-50%);
}

.product-one-box .searchTopBox .select {
  display: none;
}

.product-one-box .searchTopBoxActive::before {
  width: calc(100% + 20px);
}

.product-one-box .searchTopBoxActive .title::before {
  background: #D6001E;
}

.product-one-box .searchTopBoxActive .select {
  display: block;
}

.product-one-box .searchTopBoxActive .moRen {
  display: none;
}

.product-one-box .select-all {
  height: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 30px;
  justify-content: center;
  cursor: pointer;
}

.product-one-box .checkbox-group, .product-one-box .left-group {
  display: flex;
  flex-direction: column;
  padding-left: 40px;
}

.product-one-box .checkbox-group label, .product-one-box .left-group label {
  padding: 5px 0;
  cursor: pointer;
}

.product-one-box .left-group {
  padding: 0 11px 0 21px;
}

.product-one-box .paddingBox {
  height: 100%;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.product-one-box .hideAll .checkbox-group {
  display: none;
}

.product-one-box .flexHead {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #F5F5F5;
  padding: 0 11px 0 21px;
  box-sizing: border-box;
  margin-top: 14px;
  cursor: pointer;
  margin-bottom: 5px;
}

.product-one-box .product-list {
  flex: 1;
  padding-top: 7.7vw;
  padding-bottom: 2.5vw;
}

.product-one-box .product-list ul {
  margin: 0 -12.5px;
  display: flex;
  flex-wrap: wrap;
}

.product-one-box .product-list .imgshow img {
  width: 100%;
}

.product-one-box .product-list li {
  width: 33.33%;
  padding: 0 12.5px;
  box-sizing: border-box;
}

.product-one-box .product-list .imgshow {
  width: 100%;
  position: relative;
  background: #fff;
}
.product-one-box .product-list .imgshow .coll-icon{
    width:clamp(30px,3.125vw,60px); 
    height:clamp(30px,3.125vw,60px);
    background: #FFFFFF url(../images/jiahao.png) no-repeat center;
    background-size:clamp(15px,1.5vw,30px) clamp(15px,1.5vw,30px);
    border-radius: 50%;
    position: absolute;
    z-index:3;
    right:13px;
    bottom:13px;
    transition: all 0.6s;
    opacity:0;
    transform: rotate(-180deg);
}
.product-one-box .product-list .imgshow .coll-icon.active{
    filter: grayscale(1);
}
.product-one-box .product-list .p-item:hover .imgshow .coll-icon{
    opacity:1;
    transform: rotate(0deg);
}
.product-one-box .product-list .imgshow .img-box {
  padding-bottom: 100%;
  background: #fff;
}

.product-one-box .product-list .imgshow .img-box img {
  transition: all 0.3s;
  object-fit: contain;
  object-position: center center;
  background: #fff;
  box-sizing: border-box;
  padding: clamp(12px, 2vw, 28px);
}

.product-one-box .product-list .p-item {
  cursor: pointer;
}

.product-one-box .product-list .p-item:hover .text a{
  color: #D9112D;
}

.product-one-box .product-list .p-item:hover img {
  transform: none;
}

.product-one-box .product-list .text {
  text-align: center;
  padding: 7.6px 0 20px;
}

.select-all-container .select-all-main, .select-all-container .item-checkbox {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 15px;
  height: 15px;
  background-color: #ffffff;
  border: 2px solid #333;
  border-radius: 3px;
  position: relative;
  cursor: pointer;
  margin-right: 8px;
  vertical-align: middle;
}

.select-all-container .select-all-main:checked, .select-all-container .item-checkbox:checked {
  background-color: #ffffff;
  border-color: #D6001E;
}

.select-all-container .select-all-main:checked::after, .select-all-container .item-checkbox:checked::after {
  content: '';
  position: absolute;
  left: 53%;
  top: 45%;
  width: 4px;
  height: 8px;
  border: solid #D6001E;
  border-width: 0 2px 2px 0;
  transform: translate(-50%, -50%) rotate(45deg);
}

.select-all-container .select-all-main:indeterminate, .select-all-container .item-checkbox:indeterminate {
  background-color: #ffffff;
  border-color: #D6001E;
}

.select-all-container .select-all-main:indeterminate::after, .select-all-container .item-checkbox:indeterminate::after {
  content: '';
  position: absolute;
  left: 3px;
  top: 50%;
  right: 3px;
  height: 2px;
  transform: translateY(-50%);
  background-color: #D6001E;
}

.select-all-container .select-all-main:hover, .select-all-container .item-checkbox:hover {
  border-color: #D6001E;
}

.select-all-container .item-checkbox:checked {
  border-color: #333;
}

.select-all-container .item-checkbox:checked::after {
  content: '';
  position: absolute;
  left: 53%;
  top: 45%;
  width: 4px;
  height: 8px;
  border: solid #333;
  border-width: 0 2px 2px 0;
  transform: translate(-50%, -50%) rotate(45deg);
}

.select-all-container .item-checkbox:hover {
  border-color: #333;
}

.page-box2 {
  display: flex;
  justify-content: center;
}

.productDetailV2-one-box {
  padding-top: 4.5vw;
  padding-bottom: 4vw;
  display: flex;
  align-items: flex-end;
  gap: 2vw;
  /* 大图样式 */
  /* 小图样式 */
}

.productDetailV2-one-box .leftSwiperBox {
  flex: 1;
  max-width: 600px;
  overflow: hidden;
  width: 100%;
}

.productDetailV2-one-box .leftSwiper {
  position: relative;
}

.productDetailV2-one-box .mainSwiper {
  width: 100%;
  height: clamp(360px, 38vw, 520px);
  max-height: 68vh;
  background: #fff;
}

.productDetailV2-one-box .mainSwiper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}

.productDetailV2-one-box .swiper-button-next:after, .productDetailV2-one-box .swiper-button-prev:after {
  display: none;
}

.productDetailV2-one-box .mainSwiper img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
}

.productDetailV2-one-box .swiper-button-next, .productDetailV2-one-box .swiper-button-prev {
  width: 48px;
  height: 48px;
  background: #FFFFFF;
  border-radius: 50%;
  z-index: 3;
}

.productDetailV2-one-box .swiper-button-next img, .productDetailV2-one-box .swiper-button-prev img {
  width: 20px;
  height: 15px;
}

.productDetailV2-one-box .thumbsSwiper {
  margin-top: 15px;
}

.productDetailV2-one-box .thumbs .swiper-slide {
  opacity: 0.4;
  /* 默认透明度 */
  transition: opacity 0.3s;
}

.productDetailV2-one-box .thumbs .swiper-slide-thumb-active {
  opacity: 1;
  /* 当前选中小图高亮 */
}

.productDetailV2-one-box .thumbs img {
  width: 100%;
  height: 70px;
  object-fit: contain;
  object-position: center center;
  cursor: pointer;
}

.productDetailV2-one-box .rightContent {
  flex: 1;
}

.productDetailV2-one-box .R-TITLE {
  display: flex;
  align-items: center;
  gap: 10px;
}

.productDetailV2-one-box .R-TITLE img {
  width: 6px;
  height: 10px;
}

.productDetailV2-one-box .R-Name {
  text-transform: uppercase;
  margin: 10px 0 29px;
}

.productDetailV2-certBadges {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: -12px 0 24px;
}

.productDetailV2-ceBadge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 38px;
  padding: 0 15px;
  border: 1px solid #111;
  border-radius: 4px;
  color: #111;
  background: #fff;
  box-sizing: border-box;
}

.productDetailV2-ceBadge-mark {
  font-size: 24px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0;
}

.productDetailV2-ceBadge-text {
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  text-transform: uppercase;
}

.productDetailV2-one-box .productDetailV2-param-list {
  display: grid;
  gap: 6px;
  line-height: 1.65;
  max-width: 100%;
  min-width: 0;
}

.productDetailV2-one-box .productDetailV2-param-row {
  display: grid;
  grid-template-columns: max-content minmax(0, 1fr);
  column-gap: 6px;
  max-width: 100%;
  min-width: 0;
}

.productDetailV2-one-box .productDetailV2-param-label {
  font-weight: 500;
  white-space: nowrap;
}

.productDetailV2-one-box .productDetailV2-param-value {
  min-width: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.productDetailV2-one-box .productDetailV2-param-value-full {
  grid-column: 1 / -1;
}

.productDetailV2-one-box .colorList {
  display: flex;
  gap: 20px;
  align-items: center;
  margin: 30px 0;
}

.productDetailV2-one-box .colorList span {
  width: 30px;
  height: 30px;
  background: #F4F1E9;
  border: 1px solid rgba(0, 0, 0, 0.18);
  border-radius: 5px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.55), 0 1px 2px rgba(0, 0, 0, 0.08);
  box-sizing: border-box;
  cursor: pointer;
}

.productDetailV2-one-box .colorList .lightColor {
  border-color: #9f9f9f;
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.08), 0 1px 3px rgba(0, 0, 0, 0.14);
}

.productDetailV2-one-box .colorList .active {
  border: 2px solid #333333;
  box-shadow: 0 0 0 3px rgba(51, 51, 51, 0.12);
}

.productDetailV2-one-box .flexLine {
  display: flex;
  gap: 27px;
}

.productDetailV2-one-box .flexLine a {
  width: 140px;
  height: 40px;
  line-height: 40px;
  background: #D6001C;
  border-radius: 5px;
  color: #fff;
  text-align: center;
  transition: all 0.2s;
}

.productDetailV2-one-box .flexLine a:hover {
  color: #fff;
  transform: scale(1.1);
}
a.coll.active{
    background:#0a0a0a;
    cursor: pointer;
}
a.coll.active:hover{
    transform: scale(1);
}
.productDetailV2-one-box .miaoShu {
  border-radius: 10px;
  background: #F8F8F8;
  padding: 27px 18px 27px 23px;
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.maxWidth517 {
  max-width: 517px;
  flex: 1;
}

.productDetailV2-sellingPoints {
  background: #fff;
  padding: 0 0 4.4vw;
}

.productDetailV2-sellingPoints-list {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.productDetailV2-sellingPoint {
  display: flex;
  align-items: center;
  gap: 64px;
  padding: 54px 0;
  border-top: 1px solid rgba(115, 115, 115, 0.16);
}

.productDetailV2-sellingPoint:first-child {
  border-top: 0;
  padding-top: 0;
}

.productDetailV2-sellingPoint-reverse {
  flex-direction: row-reverse;
}

.productDetailV2-sellingPoint-text {
  flex: 1;
  min-width: 0;
  max-width: 560px;
}

.productDetailV2-sellingPoint-kicker {
  color: #D6001C;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.productDetailV2-sellingPoint-title {
  line-height: 1.22;
  text-transform: uppercase;
}

.productDetailV2-sellingPoint-desc {
  line-height: 1.7;
  margin-top: 18px;
  max-width: 510px;
}

.productDetailV2-sellingPoint-media {
  flex: 1;
  min-width: 0;
  max-width: 640px;
  width: 100%;
}

.productDetailV2-sellingPoint-media .img-box {
  padding-bottom: 62.5%;
  background: #fff;
  border: 0;
  box-sizing: border-box;
}

.productDetailV2-sellingPoint-media .img-box img {
  object-fit: contain;
  padding: 24px;
  box-sizing: border-box;
}

.productDetailV2-docDownload {
  background: #fff;
  padding: 0 0 2.8vw;
}

.productDetailV2-docDownload .ipd-20 {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

.productDetailV2-docDownload-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-width: 240px;
  height: 48px;
  padding: 0 28px;
  background: #D6001C;
  border-radius: 24px;
  color: #fff;
  transition: all 0.2s;
  box-sizing: border-box;
}

.productDetailV2-docDownload-btn img {
  width: 18px;
  height: 13px;
}

.productDetailV2-docDownload-btn:hover {
  color: #fff;
  transform: translateY(-2px);
}

.productDetailV2-docDownload-btn-disabled,
.productDetailV2-docDownload-btn-disabled:hover {
  background: #BFBFBF;
  color: #fff;
  cursor: not-allowed;
  transform: none;
}

.productDetailV2-docDownload-btn-disabled img {
  opacity: 0.55;
}

.downLoadBtn {
  display: flex;
  gap: 6px;
  width: 120px;
  height: 36px;
  background: #D6001C;
  border-radius: 18px;
  align-items: center;
  justify-content: center;
  color: #fff;
  transition: all 0.2s;
  cursor: pointer;
}

.downLoadBtn:hover {
  color: #fff;
  transform: scale(1.1);
}

.marginTop10 {
  margin-top: 10px;
}

.productDetailV2-two-box {
  border-bottom: 1px solid rgba(115, 115, 115, 0.2);
}

.productDetailV2-two-box .flexBtn {
  display: flex;
  text-transform: uppercase;
}

.productDetailV2-two-box .btn {
  padding: 18px 1.9vw;
  color: #666666;
  border: 1px solid #BFBFBF;
  background: #ffff;
  cursor: pointer;
}

.productDetailV2-two-box .active {
  background: #D6001C;
  border: 1px solid #D6001C;
  color: #fff;
}

.productDetailV2-four-box .title {
  height: 6.1vw;
  line-height: 6.1vw;
  position: relative;
  padding-left: 21px;
  text-transform: uppercase;
}

.productDetailV2-four-box .title::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background: #D6001C;
  border-radius: 50%;
}

.productDetailV2-four-box .productDetailV2-four-content {
  display: flex;
  align-items: flex-start;
  gap: clamp(32px, 4vw, 72px);
  padding-bottom: 2.9vw;
}

.productDetailV2-four-box .imgshow {
  flex: 0 1 650px;
  max-width: 650px;
  width: 45%;
  margin: 0;
}

.productDetailV2-four-box .imgshow .img-box {
  padding-bottom: 57.14286%;
  background: #fff;
  border: 1px solid rgba(115, 115, 115, 0.16);
  box-sizing: border-box;
}

.productDetailV2-four-box .imgshow .img-box img {
  transition: all 0.3s;
  object-fit: contain;
}

.productDetailV2-four-box .detail {
  flex: 1;
  min-width: 0;
  padding: 10px 0 0;
}

.productDetailV2-four-box .flexContent {
  display: flex;
}

.productDetailV2-four-box .flexContent .flex1 {
  flex: 1;
}

.productDetailV2-four-box .flexContent .flex2 {
  flex: 2;
  padding-left: 10px;
}

.productDetailV2-four-box .flexContent .flex3 {
  flex: 3;
  padding-left: 10px;
}

.productDetailV2-four-box .flexContentLine {
  padding: 20px 0;
  border-bottom: 1px solid rgba(115, 115, 115, 0.2);
}

.productDetailV2-five-box {
  margin-top: 22px;
  background: #F8F8F8;
}

.productDetailV2-five-box .productDetailV2-five-content {
  display: flex;
  gap: 3vw;
}

.productDetailV2-five-box .fiveBoxLeft {
  padding-top: 4vw;
  max-width: 581px;
  flex: 1;
}
.productDetailV2-five-box .imgshow{
	width:40.625vw;
}

.productDetailV2-five-box .f-title {
  padding-left: 21px;
  position: relative;
  padding-left: 21px;
  text-transform: uppercase;
  margin-bottom: 3vw;
}

.productDetailV2-five-box .f-title::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background: #D6001C;
  border-radius: 50%;
}

.productDetailV2-five-box .showItem:last-child {
  border-bottom: 1px solid #DCDCDC;
}

.productDetailV2-five-box .s-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 4.5vw;
  border-top: 1px solid #DCDCDC;
  cursor: pointer;
}

.productDetailV2-five-box .s-title .activeItem {
  display: none;
}

.productDetailV2-five-box .active .activeItem {
  display: block;
}

.productDetailV2-five-box .active .moRemImg {
  display: none;
}

.productDetailV2-five-box .active .s-content {
  display: flex;
  opacity: 1;
  animation: showHeight 0.6s forwards;
}

.productDetailV2-five-box .s-content {
  display: none;
  flex-direction: column;
  gap: 15px;
  padding-bottom: 30px;
  height: 0;
  transition: height .5s;
  opacity: 0;
}

.productDetailV2-five-box .imgShow {
  flex: 1;
  max-width: 780px;
}

.productDetailV2-five-box .imgShow .img-box {
  padding-bottom: 111.53846%;
}

.productDetailV2-five-box .imgShow .img-box img {
  transition: all 0.3s;
}

.productDetailV2-six-box .topTilte {
  position: relative;
  text-transform: uppercase;
  padding-left: 21px;
  margin: 3.4vw 0  2.5vw 0;
}

.productDetailV2-six-box .topTilte::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background: #D6001C;
  border-radius: 50%;
}

.productDetailV2-six-box .productDetailV2-list ul {
  margin: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 14px;
  max-width: 860px;
}

.productDetailV2-six-box .productDetailV2-list .imgshow img {
  width: 100%;
}

.productDetailV2-six-box .productDetailV2-list li {
  width: 100%;
  padding: 0;
  box-sizing: border-box;
}

.productDetailV2-six-box .p-item {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 132px;
  background: #fff;
  border: 1px solid rgba(115, 115, 115, 0.16);
  box-sizing: border-box;
  transition: all 0.25s;
}

.productDetailV2-six-box .p-item .imgShow {
  flex: 0 0 132px;
  width: 132px;
}

.productDetailV2-six-box .p-item .imgShow .img-box {
  /*padding-bottom: 116.27907%;*/
  padding-bottom: 100%;
}

.productDetailV2-six-box .p-item .imgShow .img-box img {
  transition: all 0.3s;
  object-fit: contain;
  padding: 12px;
  box-sizing: border-box;
}

.productDetailV2-six-box .p-item:hover {
  border-color: rgba(214, 0, 28, 0.28);
  transform: translateY(-2px);
}

.productDetailV2-six-box .p-item:hover img {
  transform: scale(1.04);
}

.productDetailV2-six-box .relatedCategoryCard .imgShow .img-box {
  background: #F8F8F8;
}

.productDetailV2-six-box .relatedCategoryCard-inner {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 18px;
  box-sizing: border-box;
}

.productDetailV2-six-box .relatedCategoryCard-kicker {
  color: #D6001C;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.productDetailV2-six-box .relatedCategoryCard-title {
  color: #333;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase;
}

.productDetailV2-six-box .p-item .bottomText {
  flex: 1;
  min-width: 0;
  padding: 18px 22px;
}

.productDetailV2-six-box .p-item .title {
  position: relative;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 1.25;
}
.productDetailV2-six-box .p-item .bottomText .f-18{
    color:#666666;
    font-size: 15px;
    line-height: 1.5;
    text-transform: uppercase;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis;
}

.productDetailV2-six-box .p-item .title::before {
  content: ' ';
  position: absolute;
  top: 50%;
  left: -20px;
  transform: translateY(-50%);
  width: 4px;
  height: 22px;
  background: #D6001C;
}

.productDetailV2-three-box {
  display: none;
}

.productDetailV2-three-box-active {
  display: block;
}

.productDetailV2-sevent-list {
  padding-top: 2.4vw;
}

.productDetailV2-sevent-list ul {
  margin: 0 -6.5px;
  display: flex;
  flex-wrap: wrap;
}

.productDetailV2-sevent-list .imgshow img {
  width: 100%;
}

.productDetailV2-sevent-list li {
  width: 25%;
  padding: 0 6.5px;
  box-sizing: border-box;
}

.productDetailV2-sevent-list .bottomText {
  text-align: center;
  margin-top: 15px;
}

.productDetailV2-sevent-list .imgShow {
  width: 100%;
}

.productDetailV2-sevent-list .imgShow .img-box {
  padding-bottom: 100%;
}

.productDetailV2-sevent-list .imgShow .img-box img {
  transition: all 0.3s;
}

.productDetailV2-sevent-list .p-item {
  display: block;
  transition: all 0.2s;
  margin-bottom: 35px;
}

.productDetailV2-sevent-list .p-item:hover {
  transform: translateY(-20px);
}

.productDetail-one-box {
  padding: 2.8vw 0 4.5vw;
  position: relative;
  background: #fff;
}

.productDetail-one-box .topBox {
  position: relative;
  z-index: 2;
  pointer-events: none;
}


.collection-box{
    padding:clamp(45px,4.6875vw,90px) 0 clamp(45px,4.6875vw,90px);
}
.collection-box .list{
    margin-top:clamp(25px,2.6vw,50px);
}
.collection-box .list ul{
    display: flex;
    flex-wrap: wrap;
}
.collection-box .list ul li{
    margin-left:1.25%;
    width:32.5%;
    margin-bottom:20px;
    background: #FFFFFF;
    border-radius: 10px 10px 10px 10px;
    border: 1px solid #707070;
    box-sizing:border-box;
    padding:20px;
    position: relative;
}
.collection-box .list ul li:nth-child(3n+1){
    margin-left:0;
}
.collection-box .list ul li .coll-icon{
    width:clamp(40px,4vw,80px);
    height:clamp(40px,4vw,80px);
    position: absolute;
    right:-1px;
    top:-1px;
    z-index:4;
    border-top-right-radius:10px;
    background:#D6001E;
    clip-path: polygon(0 0, 100% 0, 100% 100%);
    cursor: pointer;
}
.collection-box .list ul li .coll-icon img{
    width:clamp(15px,1.25vw,24px);
    height:auto;
    right:10px;
    top:10px;
    position: absolute;
}
.collection-box .list ul li .img-box{
    padding-bottom:95%;
}
.collection-box .list ul li .imgshow a{
    display:block;
}
.collection-box .list ul li .text{
    margin:20px 0;
}
.collection-box .list ul li .text a{
    display: block;
}
.collection-box .list ul li .text a:hover{
    color:#D9112D;
}
.collection-box .list ul li .more a{
    width: 180px;
    height: 40px;
    background: #D6001E;
    border-radius: 20px 20px 20px 20px;
    color:#fff;
    text-align: center;
    line-height:40px;
    font-size:16px;
    display: block;
    transition: all 0.6s;
    transform: scale(1);
}
.collection-box .list ul li .more a:hover{
    transform: scale(1.1);
}
.productDetail-one-box .imgshow {
  max-width: 581px;
}

.productDetail-one-box .imgshow .img-box {
  padding-bottom: 120.30981%;
}

.productDetail-one-box .imgshow .img-box img {
  transition: all 0.3s;
}

.productDetail-one-box .absoluteBox {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.productDetail-one-box .flexBox {
  display: flex;
  padding-bottom: 4.5vw;
  padding-top: 3.5vw;
  gap: 3vw;
}

.productDetail-one-box .leftText {
  flex: 1;
  max-width: 581px;
}

.productDetail-one-box .rightText {
  flex: 1;
}

.productDetail-one-box .title {
  position: relative;
  padding-left: 21px;
  margin-bottom: 1.2vw;
}

.productDetail-one-box .title::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background: #D6001C;
  border-radius: 50%;
}

.productDetail-one-box .titletext {
  padding-bottom: 2.4vw;
  border-bottom: 1px solid #CECECE;
  margin-bottom: 2.5vw;
}

.productDetail-one-box .desc {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.productDetail-one-box .marginBox {
  margin-top: 1.5vw;
}

.productDetail-one-box .flexBox2 {
  padding: 0 0 2.7vw 0;
}

.productDetail-two-box {
  background: url("../images/productDetail (3).png") no-repeat;
  background-size: cover;
  padding: 4vw 0 4.5vw;
  max-width: 1920px;
  margin: 0 auto;
  box-sizing: border-box;
}

.productDetail-two-box .title {
  text-align: center;
  margin-bottom: 2vw;
}

.productDetail-two-box .tableBox {
  border-radius: 10px;
  overflow: hidden;
}

.productDetail-two-box .tableBox {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  padding: 40px 20px;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.5);
  border-collapse: collapse;
  max-height: 520px;
  overflow-y: auto;
}

.productDetail-two-box table {
  background-color: transparent;
}

.productDetail-two-box table, .productDetail-two-box tbody {
  width: 100%;
}

.productDetail-two-box thead {
  font-weight: 600;
  font-size: 30px;
  color: #333333;
  /*border-bottom: 4px solid #D6001C;*/
}

.productDetail-two-box thead th {
  padding-bottom: 10px;
  text-align: center;
}

.productDetail-two-box tbody tr td {
  font-size: 16px;
  text-align: center;
  height: 60px;
  flex-direction: column;
  justify-content: center;
  /*border-bottom: 1px solid rgba(206, 206, 206, 0.5);*/
  /*border-right: 1px solid rgba(206, 206, 206, 0.5);*/
}

.productDetail-two-box tbody tr {
  width: 100%;
}

.productDetail-two-box tbody{
    /*border:1px solid rgba(206, 206, 206, 0.5);*/
}

.productDetail-two-box tbody tr:last-child td {
  /*border-bottom: none;*/
}

.productDetail-two-box tbody tr td:last-child {
  /*border-right: none;*/
}

.productDetail-two-box thead, .productDetail-two-box tbody tr {
  width: 100%;
}

.productDetail-three-box .headTitle {
  padding: 4vw 0 2.7vw;
}

.productDetail-three-box .flexBox {
  display: flex;
  gap: 30px;
  margin-bottom: 30px;
}

.productDetail-three-box .leftItem, .productDetail-three-box .rightItem {
  flex: 1;
  max-width: 820px;
  position: relative;
  cursor: pointer;
  border-radius: 8px;
  border: 2px solid #D7D7D8;
}

.productDetail-three-box .leftItem .img-box, .productDetail-three-box .rightItem .img-box {
  padding-bottom: 67.07317%;
}

.productDetail-three-box .leftItem .img-box img, .productDetail-three-box .rightItem .img-box img {
  transition: all 0.3s;
}

.productDetail-three-box .leftItem:hover img, .productDetail-three-box .rightItem:hover img {
  transform: scale(1.1);
}

.productDetail-three-box .leftItem .text, .productDetail-three-box .rightItem .text {
  margin: 10px 0 20px;
  color: #FEFEFE;
}

.productDetail-three-box .leftItem .topBox, .productDetail-three-box .rightItem .topBox {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 0 2vw 1.4vw;
}

.productDetail-three-box .leftItem .btn, .productDetail-three-box .rightItem .btn {
  padding: 10px 18px;
  background: #D6001C;
  border-radius: 5px;
  width: fit-content;
  transition: all 0.2s;
  text-transform: uppercase;
  color:#fff;
}

.productDetail-three-box .leftItem .btn:hover, .productDetail-three-box .rightItem .btn:hover {
  transform: scale(1.1);
}

.productDetail-three-box .rightItem {
  max-width: 550px;
  flex: 1;
}

.productDetail-three-box .rightItem .img-box {
  padding-bottom: 99.81818%;
}

.productDetail-three-box .rightItem .img-box img {
  transition: all 0.3s;
}

.productDetail-three-box .flexBtn {
  display: flex;
  gap: 14px;
}

.productDetail-four-box {
  position: relative;
  padding-bottom: 2.5vw;
}

.productDetail-four-box .headTitle {
  padding: 3.8vw 0 1.8vw;
}

.productDetail-four-box .imgShow {
  width: 100%;
}

.productDetail-four-box .imgShow .img-box {
  padding-bottom: 100%;
}
.productDetail-four-box .imgShow img:hover{
    transform: scale(1.1);
}

.productDetail-four-box .imgShow .img-box img {
  transition: all 0.3s;
}

.productDetail-four-box .text {
  color: #333333;
  margin-top: 15px;
  text-align: center;
  display: block;
}

.productDetail-four-box .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 0;
}

.productDetail-four-box .swiper-pagination-bullet {
  width: 20px;
  height: 6px;
  background: #CBCBCB;
  border-radius: 3px;
  opacity: 1;
}

.productDetail-four-box .swiper-pagination-bullet-active {
  background: #D6001C;
}

.productDetail-five-box {
  padding: 2.5vw 0 4vw;
}

.SubmitForm .headTitle {
  padding: 0 0 1vw;
}

.SubmitForm .headDesc {
  margin: 0 auto 4.7vw;
  font-size: 18px;
}

.SubmitForm .usedComp {
  width: calc((100% - 60px) / 4);
  font-size: 18px;
}

.SubmitForm input:-ms-input-placeholder {
  color: #C3C3C3;
}

.SubmitForm input::placeholder {
  color: #C3C3C3;
}

.SubmitForm .xhl-input-xlarge {
  height: 49px;
  background: #FFFFFF;
  border: 1px solid #E1E1E1;
}

.SubmitForm .xhl-control-label {
  margin: 0;
}

.SubmitForm .xhl-submit {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.6vw;
  width: 222px;
  height: 44px;
  line-height: 44px;
  background: #D6001C;
  border-radius: 22px;
}

.flexMap {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 4.5vw;
}

.flexMap .imgshow {
  flex: 1;
  max-width: 1027px;
  position: relative;
}

.flexMap .imgshow .img-box {
  padding-bottom: 57.64362%;
}

.flexMap .imgshow .img-box img {
  transition: all 0.3s;
}

.flexMap li {
  position: absolute;
  width: 9px;
  height: 9px;
  background: #D6001C;
  border-radius: 5px;
}

.flexMap li::after {
  content: '';
  width: 29px;
  height: 29px;
  position: absolute;
  left: 50%;
  top: 50%;
  background: rgba(237, 28, 36, 0.3);
  border-radius: 50%;
  animation: sanfang 1s ease-out infinite;
}

.flexMap .leftFlex {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.flexMap .leftFlex .title {
  color: #D6001C;
}

.flexMap .leftFlex .marginCenter {
  margin: 0 0 1.25vw;
}

.page-box2 .page-inner {
  width: 100%;
}

.page-box2 .wp-pagenavi {
  width: 100%;
}

.page-box2 .wp-pagenavi a {
  display: flex;
  width: fit-content;
  border: none;
  flex-direction: row;
  gap: 16px;
  align-items: center;
  position: relative;
}

.page-box2 .wp-pagenavi a:hover::after {
  width: 100%;
}

.page-box2 .wp-pagenavi a::after {
  content: ' ';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  width: 0;
  background: #D8152E;
  transition: width 0.3s;
}

.searchBox {
  display: none;
}

.detailHead {
  font-weight: 500;
  color: #333333;
}

.detail-two-list {
  margin: 10px 0 4.5vw;
}

.detail-two-list ul {
  margin: 0 -11px;
  display: flex;
  flex-wrap: wrap;
}

.detail-two-list .imgshow img {
  width: 100%;
}

.detail-two-list li {
  width: 33.33%;
  padding: 0 11px;
  box-sizing: border-box;
}

.detail-two-list .p-item {
  display: block;
  width: 100%;
  color: #1A1A1A;
}

.detail-two-list .p-item:hover img {
  transform: scale(1.1);
}

.detail-two-list .imgshow {
  margin: 0 0 15px;
  width: 100%;
}

.detail-two-list .imgshow .img-box {
  padding-bottom: 73.52941%;
}

.detail-two-list .imgshow .img-box img {
  transition: all 0.3s;
}
.requestAQuote {
  display: none;
  background: #fff;
  margin-top: 0;
  padding: 0;
}

.requestAQuote .concat-right {
  box-shadow: none;
  padding: 28px 40px 40px;
  max-width: 740px;
}
.requestAQuote .usedComplineBox p{
    width:100%;
}
.concat-one-box .usedComplineBox p{
    width:100%;
}

@media screen and (max-width: 1480px) {
  .m-width-content {
    max-width: 1200px;
  }
  .indexFour .indexFour-count-1,
  .indexFour .indexFour-count-2,
  .indexFour .indexFour-count-3 {
    max-width: 1200px;
  }
  .leftContentBox {
    padding-left: calc((100% - 1200px) / 2);
  }
  .ipd-20 {
    padding: 0 20px;
  }
}

@media screen and (max-width: 1200px) {
  .m-width-content {
    max-width: 1000px;
  }
  .indexFour .indexFour-count-1,
  .indexFour .indexFour-count-2,
  .indexFour .indexFour-count-3 {
    max-width: 1000px;
  }
  .header-action-favorites span {
    display: none;
  }
  .header-action {
    padding: 0;
  }
  .leftContentBox {
    padding-left: calc((100% - 1000px) / 2);
  }
  .ipd-20 {
    padding: 0 20px;
  }
  .productDetail-one-box .absoluteBox {
    position: static;
  }
  .productDetail-one-box .leftText {
    display: none;
  }
  .productDetail-one-box .imgshow {
    margin: 0 auto;
  }
}

@media screen and (max-width: 1023px) {
  .ipd-20 {
    padding: 0 20px;
  }
  .leftContentBox {
    padding-left: 0;
  }
  .headTop1 {
    display: none;
  }
  /* 手机菜单 start */
  html.mm-blocking body {
    overflow: initial;
  }
  #menuPc {
    display: none;
  }
  .mm-opened #menuWap {
    display: block;
  }
  #page {
    background: #FFFFFF;
  }
  .header-box {
    position: relative;
  }
  .header-actions {
    margin-left: auto;
    margin-right: 56px;
    gap: 8px;
  }
  .header-action {
    min-width: 38px;
    width: 38px;
    height: 38px;
  }
  .header-action .layui-icon {
    font-size: 19px;
  }
  .btn-nav {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    background: transparent;
    border: none;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    z-index: 99999;
    display: block;
    width: 30px;
    float: right;
  }
  .icon-bar {
    display: block;
    margin: 6px 0;
    width: 30px;
    height: 3px;
    background-color: #D6001C;
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -ms-transition: all .7s ease;
    -o-transition: all .7s ease;
    transition: all .7s ease;
    z-index: 999999;
  }
  .mm-opening .top {
    -webkit-transform: translateY(8px) rotateZ(45deg);
    -moz-transform: translateY(8px) rotateZ(45deg);
    -ms-transform: translateY(8px) rotateZ(45deg);
    -o-transform: translateY(8px) rotateZ(45deg);
    transform: translateY(8px) rotateZ(45deg);
  }
  .mm-opening .bottom {
    -webkit-transform: translateY(-10px) rotateZ(-45deg);
    -moz-transform: translateY(-10px) rotateZ(-45deg);
    -ms-transform: translateY(-10px) rotateZ(-45deg);
    -o-transform: translateY(-10px) rotateZ(-45deg);
    transform: translateY(-10px) rotateZ(-45deg);
  }
  .mm-opening .middle {
    width: 0;
  }
  /* 手机菜单 end */
  .f-220 {
    font-size: 110px;
  }
  .f-86 {
    font-size: 40px;
  }
  .f-72 {
    font-size: 32px;
  }
  .f-56 {
    font-size: 28px;
  }
  .f-48 {
    font-size: 26px;
  }
  .f-40 {
    font-size: 24px;
  }
  .f-36 {
    font-size: 24px;
  }
  .f-30 {
    font-size: 22px;
  }
  .f-26 {
    font-size: 20px;
  }
  .f-24 {
    font-size: 20px;
  }
  .f-20 {
    font-size: 16px;
  }
  .index-two-box .index-two-content {
    flex-direction: column;
  }
  .index-two-box .imgshow {
    position: static;
    transform: translateY(0);
    max-width: 100%;
    margin: 20px 0;
  }
  .index-two-box .rightContnt {
    max-width: 100%;
  }
  .index-three-box .absoluteBox {
    position: static;
    background: #fff;
  }
  .index-three-box .absoluteBox .cfff {
    color: #000;
  }
  .index-three-featured-projects .swiper-pagination {
    bottom: 12px;
  }
  .brandExperience {
    padding: 0;
  }
  .brandExperience-heroGrid,
  .brandExperience-split,
  .brandExperience-applicationPanel {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .brandExperience-heroGrid,
  .brandExperience-section {
    padding: 36px 0;
  }
  .brandExperience-proofBand,
  .brandExperience-processBand,
  .brandExperience-applicationBand {
    padding: 36px 0;
  }
  .brandExperience-heroMedia,
  .brandExperience-mediaSlot,
  .brandExperience-applicationPanel .brandExperience-mediaSlot {
    min-height: 230px;
  }
  .brandExperience-heroText h1,
  .brandExperience-title {
    font-size: 28px;
  }
  .brandExperience-heroText p,
  .brandExperience-desc {
    font-size: 16px;
    line-height: 1.65;
  }
  .brandExperience-pills {
    margin-top: 18px;
    gap: 8px;
  }
  .brandExperience-pills span {
    min-height: 32px;
    padding: 0 12px;
    font-size: 14px;
  }
  .brandExperience-proofGrid,
  .brandExperience-processGrid,
  .brandExperience-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .brandExperience-proofIntro,
  .brandExperience-proofItem,
  .brandExperience-processItem,
  .brandExperience-cardText {
    padding: 20px;
  }
  .brandExperience-proofIntro .f-36 {
    font-size: 24px;
  }
  .brandExperience-cardMedia {
    min-height: 210px;
  }
  .brandExperience-grid {
    grid-template-columns: 1fr;
  }
  .indexFour .bottomSwiper {
    padding: 0 20px;
  }
  .indexFour .indexFour-count-1,
  .indexFour .indexFour-count-2,
  .indexFour .indexFour-count-3 {
    padding-left: 0;
    padding-right: 0;
  }
  .index-four-box .rightPation {
      padding-bottom:20px;
    width: 100%;
    justify-content: space-between;
  }
  .index-four-box {
    padding-bottom: 0;
    margin-top: 20px;
  }
  .indexFive .swiper-button-next, .indexFive .swiper-button-prev {
    width: 40px;
    height: 40px;
    transform: translateY(-100%);
  }
  .SubmitForm .usedComp {
    width: 100%;
    margin-bottom: 20px;
  }
  .footer .footer-box .flexItem {
    display: none;
  }
  .footer .footer-box .flexItem .fb300 {
    display: none;
  }
  .footer .footer-box .flexItem:last-child {
    display: flex;
  }
  .footer .footer-box-3 {
    display: none;
  }
  .footer .footer-box-2 {
    margin-top: 30px;
  }
  .banner-box .imgshow .img-box {
    padding-bottom: 43.43%;
  }
  .about-one-box .headTitle {
    margin-bottom: 30px;
  }
  .about-one-box .desc {
    margin-bottom: 20px;
  }
  .about-product-list ul {
    margin: 0 -10px;
    display: flex;
    flex-wrap: wrap;
  }
  .about-product-list .imgshow img {
    width: 100%;
  }
  .about-product-list li {
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
  }
  .about-product-list li {
    margin-bottom: 20px;
  }
  .about-three-box .aboout-three-list {
    flex-wrap: wrap;
  }
  .about-three-box .aboout-three-list .p-item {
    width: 100%;
    height: calc((100% - 20px) / 2);
    flex: none;
  }
  .about-three-box .aboout-three-list .active .imgshow .img-box, .about-three-box .aboout-three-list .imgshow .img-box, .about-three-box .activeContent {
    width: 100%;
    height: 100%;
  }
  .about-three-box .activeContent {
    padding: 10px;
    box-sizing: border-box;
  }
  .aboout-four-box .imgshow {
    max-width: 100%;
  }
  .aboout-four-box {
    flex-direction: column-reverse;
    margin-bottom: 20px;
  }
  .concat-one-box {
    flex-direction: column;
  }
  .contactFormLayout {
    display: flex;
    flex-direction: column;
    gap: 28px;
    margin-top: 28px;
    padding-bottom: 42px;
  }
  .contactFormLayout .concat-left {
    text-align: left;
  }
  .contactFormLayout .concat-left-bottom .concatTitle {
    margin: 0;
    padding: 0 58px;
    font-size: 26px;
  }
  .contactFormLayout .concat-left-bottom .concatTitle:before,
  .contactFormLayout .concat-left-bottom .concatTitle:after {
    width: 44px;
  }
  .contactFormLayout .concatItem {
    justify-content: flex-start;
  }
  .concat-one-box .concat-right .usedComp {
    width: 100%;
    margin-bottom: 20px;
  }
  .contactFormLayout .concat-right {
    padding: 24px 20px;
  }
  .contactFormLayout .usedCompline .xhl-controls {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }
  .contactFormLayout .usedCompline label {
    justify-content: flex-start;
    min-height: 34px;
    white-space: normal;
  }
  .contactFormLayout .concat-right .xhl-input-xlarge {
    height: 44px;
  }
  .concat-topBanner {
    height: 60px;
  }
  .concat-topBanner .fb500 {
    display: none;
  }
  .concat-topBanner a {
    width: 50%;
    font-size: 14px;
  }
  .concat-one-box .concatItem div {
    flex: 1;
  }
  .concat-one-box .concatItem .leftPoint {
    flex: none;
  }
  .concat-one-box .concat-right {
    padding: 20px;
  }
  .centerRadius {
    display: none;
  }
  .valuesItem {
    flex-direction: column;
  }
  .valuesItem .imgshow, .valuesItem .valuesRight {
    width: 100%;
  }
  .valuesItem .valuesFlex {
    padding-left: 0;
  }
  .valuesItem .centerText {
    margin: 0 0 20px;
  }
  .valuesItem:nth-child(2n+1) {
    flex-direction: column;
  }
  .values-two-box .valuesTwoContent {
    position: static;
    transform: translate(0, 0);
  }
  .values-three-box {
    padding: 5.1vw 0;
  }
  .vision-one-box .video-js .vjs-big-play-button {
    width: 60px;
    height: 60px;
  }
  .flexMap {
    flex-direction: column;
  }
  .aboutVisionSwiper .swiper-slide, .aboutVisionSwiper .swiper-slide-active {
    width: 100% !important;
    min-width: 100% !important;
    height: 220px !important;
  }
  .aboutVision-one-box .oneBoxContent {
    overflow-x: auto;
    overflow-y: hidden;
  }
  .aboutVision-one-box .oneBoxContent .c-item {
    padding: 0 10px;
  }
  .mission-three-box .topTextContent {
    position: static;
    transform: translate(0, 0);
    color: #000;
  }
  .mission-three-box {
    white-space: wrap;
  }
  .mission-three-box .tagFlex {
    flex-wrap: wrap;
  }
  .mission-three-box .tagItem {
    white-space: nowrap;
    padding: 0 10px;
  }
  .mission-two-box .flexLine {
    overflow-x: scroll;
  }
  .mission-two-box .flexLine .lineItem {
    white-space: nowrap;
    height: 60px;
    line-height: 60px;
  }
  .mission-three-box .flexCount {
    flex-direction: column;
  }
  .mission-three-box .flexCount .flexItem {
    padding: 0;
    display: flex;
    align-items: center;
  }
  .mission-four-box .mission-four-content {
    flex-direction: column;
  }
  .mission-four-box .rightBtn {
    width: 351px;
    height: 60px;
    line-height: 60px;
    border-radius: 30px;
  }
  .mission-three-content {
    flex-direction: column;
  }
  .flexImgContent {
    flex-wrap: wrap;
  }
  .flexImgContent .imgItem {
    width: 50%;
    flex: none;
  }
  .Download-one-box .downLoadFlex {
    flex-direction: column;
  }
  .Download-one-box .downItem .imgshow {
    width: 40px;
  }
  .downLoad2Flex .downItem2 {
    width: 100%;
  }
  .blog-one-box .blogContent {
    flex-direction: column;
  }
  .blog-one-box .blogDate {
    display: none;
    width: 0;
  }
  .blog-one-box .blogContent .imgshow {
    width: 100%;
  }
  .blog-one-box .blogItem {
    display: block;
  }
  .blogBanner .blogBannerFlex {
    height: 60px;
  }
  .detail-one-box {
    flex-direction: column-reverse;
  }
  .detail-one-box .detail-left {
    max-width: 100%;
  }
  .product-one-box .leftBox {
    display: none;
    max-width: 100%;
    width: 95vw;
    padding: 0 20px;
    box-sizing: border-box;
  }
  .product-one-box .product-list {
    padding-top: 5px;
  }
  .product-one-box .product-list ul {
    margin: 0 -10px;
    display: flex;
    flex-wrap: wrap;
  }
  .product-one-box .product-list .imgshow img {
    width: 100%;
  }
  .product-one-box .product-list li {
    width: 50%;
    padding: 0 10px;
    box-sizing: border-box;
  }
  .product-one-box {
    flex-direction: column;
  }
  .searchBox {
    display: flex;
    justify-content: flex-end;
    padding-top: 10px;
  }
  .searchBox img {
    width: 30px;
    height: 30px;
  }
  .productDetail-two-box thead {
    font-size: 16px;
  }
  .productDetail-two-box .tableBox {
    overflow-x: auto;
    width: 100%;
  }
  .productDetail-two-box table {
    min-width: 800px;
    width: 100%;
    border-collapse: collapse;
  }
  .productDetail-three-box .flexBox {
    flex-direction: column;
  }
  .productDetail-three-box .leftItem, .productDetail-three-box .rightItem {
    max-width: 100%;
  }
  .productDetail-one-box .desc {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  .productDetail-three-box .leftItem .topBox, .productDetail-three-box .rightItem .topBox, .productDetail-three-box .leftItem .text, .productDetail-three-box .rightItem .text {
    color: #000;
  }
  .productDetail-three-box .leftItem .btn, .productDetail-three-box .rightItem .btn {
    color: #fff;
  }
  .productDetailFourSwiper {
    padding-bottom: 20px;
  }
  .SubmitForm {
    margin-top: 40px;
  }
  .leaveMessageSection {
    padding: 36px 0;
  }
  .leaveMessageSection .SubmitForm {
    margin-top: 0;
  }
  .leaveMessageSection .SubmitForm .headDesc {
    margin-bottom: 24px;
  }
  .productDetailV2-one-box {
    flex-direction: column;
    align-items: center;
  }
  .productDetailV2-one-box .leftSwiperBox {
    max-width: 100%;
    width: 100%;
  }
  .productDetailV2-one-box .mainSwiper {
    height: clamp(280px, 52vw, 360px);
    max-height: 48vh;
  }
  .productDetailV2-one-box .thumbs img {
    height: 58px;
  }
  .productDetailV2-one-box .rightContent {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }
  .productDetailV2-certBadges {
    margin: -8px 0 18px;
  }
  .productDetailV2-ceBadge {
    min-height: 34px;
    padding: 0 12px;
  }
  .productDetailV2-ceBadge-mark {
    font-size: 21px;
  }
  .productDetailV2-ceBadge-text {
    font-size: 12px;
  }
  .productDetailV2-one-box .productDetailV2-param-row {
    grid-template-columns: 1fr;
    row-gap: 2px;
  }
  .productDetailV2-one-box .miaoShu {
    flex-direction: column;
    align-items: start;
  }
  .productDetailV2-sellingPoints {
    padding: 0 0 40px;
  }
  .productDetailV2-sellingPoint,
  .productDetailV2-sellingPoint-reverse {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    padding: 36px 0;
  }
  .productDetailV2-sellingPoint:first-child {
    padding-top: 0;
  }
  .productDetailV2-sellingPoint-text,
  .productDetailV2-sellingPoint-media {
    width: 100%;
    max-width: 100%;
  }
  .productDetailV2-sellingPoint-kicker {
    font-size: 14px;
    margin-bottom: 8px;
  }
  .productDetailV2-sellingPoint-title {
    font-size: 28px;
  }
  .productDetailV2-sellingPoint-desc {
    font-size: 16px;
    margin-top: 12px;
  }
  .productDetailV2-sellingPoint-media .img-box img {
    padding: 16px;
  }
  .productDetailV2-docDownload {
    padding: 0 0 32px;
  }
  .productDetailV2-docDownload .ipd-20 {
    justify-content: flex-start;
  }
  .productDetailV2-docDownload-btn {
    width: 100%;
    min-width: 0;
    padding: 0 18px;
  }
  .productDetailV2-two-box .btn {
    padding: 10px 20px;
  }
  .productDetailV2-four-box .productDetailV2-four-content {
    flex-direction: column;
    gap: 20px;
    padding-bottom: 20px;
  }
  .productDetailV2-four-box .imgshow {
    width: 100%;
    max-width: 100%;
  }
  .productDetailV2-four-box .detail {
    max-width: 600px;
    overflow-x: scroll;
  }
  .productDetailV2-four-box .flexContent {
    min-width: 600px;
  }
  .productDetailV2-five-box .productDetailV2-five-content {
    flex-direction: column-reverse;
  }
  .productDetailV2-five-box .imgShow, .productDetailV2-five-box .fiveBoxLeft {
    max-width: 100%;
  }
  .productDetailV2-six-box .productDetailV2-list ul {
    margin: 0;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 12px;
    max-width: 100%;
  }
  .productDetailV2-six-box .productDetailV2-list .imgshow img {
    width: 100%;
  }
  .productDetailV2-six-box .productDetailV2-list li {
    width: 100%;
    padding: 0;
    box-sizing: border-box;
  }
  .productDetailV2-six-box .p-item {
    min-height: 104px;
  }
  .productDetailV2-six-box .p-item .imgShow {
    flex-basis: 104px;
    width: 104px;
  }
  .productDetailV2-six-box .p-item .bottomText {
    padding: 14px 16px;
  }
  .productDetailV2-six-box .p-item .title {
    font-size: 18px;
  }
  .productDetailV2-six-box .p-item .bottomText .f-18 {
    font-size: 14px;
  }
  .productDetailV2-six-box .relatedCategoryCard-inner {
    padding: 12px;
  }
  .productDetailV2-six-box .relatedCategoryCard-kicker {
    font-size: 10px;
    margin-bottom: 6px;
  }
  .productDetailV2-six-box .relatedCategoryCard-title {
    font-size: 14px;
  }
  .productDetailV2-five-box .s-title {
    height: fit-content;
    padding: 10px 0;
  }
  .productDetailV2-sevent-list ul {
    margin: 0 -10px;
    display: flex;
    flex-wrap: wrap;
  }
  .productDetailV2-sevent-list .imgshow img {
    width: 100%;
  }
  .productDetailV2-sevent-list li {
    width: 50%;
    padding: 0 10px;
    box-sizing: border-box;
  }
	.productDetailV2-five-box .imgshow{
		width:100%;
	}
	.detail-two-list ul {
    margin: 0 0px;
    display: flex;
    flex-wrap: wrap;
  }
  .detail-two-list .imgshow img {
    width: 100%;
  }
  .detail-two-list li {
    width: 100%;
    padding: 0 0px;
    box-sizing: border-box;
  }
  .index-four-box .fourTitle{
      display: block;
  }
  .indexFourSwiper{
      padding-right:20px;
  }
  .indexFourSwiper .swiper-slide{
      width:100%;
      height:auto;
  }
  .indexFourSwiper .swiper-slide .hc-img-box img{
      width:100%;
      height:auto;
  }
  .indexFourSwiper .swiper-slide.swiper-slide-active{
      width:100%;
      height:auto;
  }
  
}

.aboutTabs {
  background: #fff;
  border-bottom: 1px solid #eeeeee;
  position: relative;
  z-index: 5;
  padding: 0;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.08);
}

.aboutTabs .m-width-content {
  max-width: none;
}

.aboutTabs .ipd-20 {
  padding: 0;
}

.aboutTabs-inner {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  max-width: none;
  margin: 0 auto;
}

.aboutTabs-link {
  min-width: 0;
  min-height: 110px;
  padding: 0 24px;
  border: none;
  border-right: 1px solid #dddddd;
  border-bottom: 4px solid transparent;
  border-radius: 0;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333333;
  font-size: clamp(20px, 1.55vw, 30px);
  font-weight: 600;
  background: #fff;
  box-shadow: none;
  transition: color 0.25s, border-color 0.25s, background 0.25s;
}

.aboutTabs-link:last-child {
  border-right: none;
}

.aboutTabs-link:hover,
.aboutTabs-link.active {
  color: #333333;
  border-bottom-color: #D6001E;
  background: #fff;
}

.aboutKicker {
  color: #D6001E;
  margin-bottom: 12px;
}

.aboutImageSlot {
  min-height: 360px;
  border: 1px dashed #cfcfcf;
  border-radius: 8px;
  background: linear-gradient(135deg, #f7f7f7 0%, #ffffff 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #999999;
  font-size: 16px;
  text-align: center;
  box-sizing: border-box;
}

.aboutMissionHero,
.valuesHero {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(320px, 0.98fr);
  gap: clamp(32px, 5vw, 76px);
  align-items: center;
  padding: clamp(54px, 6vw, 92px) 0;
}

.aboutMissionHeroTitle,
.valuesHeroTitle,
.aboutSectionTitle {
  color: #222222;
  line-height: 1.2;
}

.aboutMissionHeroDesc,
.valuesHeroDesc,
.aboutSectionDesc {
  max-width: 760px;
  line-height: 1.75;
  margin-top: 18px;
}

.missionFoundationBlock,
.valuesDiamondBlock,
.missionSnapshotBlock {
  background: #f8f8f8;
  padding: clamp(54px, 6vw, 88px) 0;
}

.aboutSectionHead {
  max-width: 920px;
  margin-bottom: clamp(30px, 4vw, 52px);
}

.missionPillarGrid,
.valuesCoreGrid,
.missionSnapshotGrid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.missionPillar,
.valuesCoreItem,
.missionSnapshotItem,
.missionResearchCard {
  background: #ffffff;
  border: 1px solid #eeeeee;
  border-radius: 8px;
  padding: 26px;
  box-sizing: border-box;
}

.missionPillarIndex {
  color: #D6001E;
  font-weight: 600;
  margin-bottom: 18px;
}

.missionPillarTitle,
.valuesCoreTitle,
.missionResearchTitle {
  color: #222222;
  margin-bottom: 12px;
}

.missionPillarText,
.valuesCoreText,
.missionResearchText {
  line-height: 1.68;
}

.missionQualityBlock,
.valuesQualityBlock {
  display: grid;
  grid-template-columns: minmax(320px, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(32px, 5vw, 72px);
  align-items: center;
  padding: clamp(54px, 6vw, 88px) 0;
}

.missionQualityList,
.valuesQualityList {
  display: grid;
  gap: 12px;
  margin-top: 24px;
}

.missionQualityList div,
.valuesQualityList div {
  background: #fafafa;
  border: 1px solid #eeeeee;
  border-radius: 8px;
  color: #555555;
  line-height: 1.55;
  padding: 16px 18px;
}

.missionSnapshotItem {
  background: #fff;
}

.missionSnapshotItem .snapshotNum {
  color: #D6001E;
  line-height: 1;
}

.missionSnapshotItem .snapshotLabel {
  color: #666666;
  margin-top: 10px;
}

.missionResearchGrid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: clamp(28px, 4vw, 48px);
}

.missionHeroSplit {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(360px, 1.08fr);
  gap: clamp(34px, 5vw, 82px);
  align-items: center;
  padding: clamp(58px, 6.5vw, 98px) 0;
}

.missionHeroTitle {
  color: #222222;
  line-height: 1.12;
  max-width: 780px;
}

.missionHeroText {
  line-height: 1.72;
  margin-top: 22px;
  max-width: 620px;
}

.missionHeroTags,
.missionMiniList {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.missionHeroTags span,
.missionMiniList span {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 16px;
  border: 1px solid #e5e5e5;
  border-radius: 18px;
  background: #ffffff;
  color: #333333;
  box-sizing: border-box;
}

.missionMediaSlot {
  min-height: 390px;
  border: 1px dashed #cfcfcf;
  border-radius: 8px;
  background: #f8f8f8;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #9a9a9a;
  text-align: center;
  line-height: 1.65;
  box-sizing: border-box;
}

.missionHeroMedia {
  min-height: 470px;
}

.missionStatementBand {
  background: #f8f8f8;
  padding: clamp(44px, 5vw, 76px) 0;
}

.missionStatementText {
  max-width: 1050px;
  margin: 0 auto;
  color: #222222;
  line-height: 1.42;
  text-align: center;
}

.missionStoryRows {
  display: grid;
  gap: 0;
  padding: clamp(34px, 4.5vw, 70px) 0;
}

.missionStoryRow {
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(360px, 1.06fr);
  gap: clamp(34px, 5vw, 78px);
  align-items: center;
  padding: clamp(46px, 5.5vw, 86px) 0;
  border-top: 1px solid #eeeeee;
}

.missionStoryRow:first-child {
  border-top: 0;
}

.missionStoryRowReverse .missionStoryText {
  order: 2;
}

.missionStoryRowReverse .missionMediaSlot {
  order: 1;
}

.missionStoryTitle {
  color: #222222;
  line-height: 1.22;
  max-width: 720px;
}

.missionStoryDesc {
  max-width: 620px;
  line-height: 1.72;
  margin-top: 18px;
}

.missionWideMediaBand {
  background: #f8f8f8;
  padding: clamp(48px, 5.5vw, 86px) 0;
}

.missionWideMediaSlot {
  min-height: clamp(340px, 38vw, 540px);
  border: 1px dashed #cfcfcf;
  border-radius: 8px;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(28px, 4vw, 56px);
  box-sizing: border-box;
  text-align: center;
}

.missionWideMediaText {
  display: grid;
  gap: 14px;
  max-width: 680px;
  color: #8a8a8a;
}

.missionWideMediaText .f-40 {
  color: #333333;
  line-height: 1.25;
}

.missionCapabilityBand {
  background: #fff;
  padding: clamp(52px, 5.8vw, 88px) 0;
}

.missionCapabilityPanel {
  position: relative;
  min-height: clamp(440px, 35vw, 560px);
  border-radius: 8px;
  overflow: hidden;
  padding: clamp(34px, 4.5vw, 64px);
  box-sizing: border-box;
  display: flex;
  align-items: flex-end;
}

.missionCapabilityBgSlot {
  position: absolute;
  inset: 0;
  border: 1px dashed #cfcfcf;
  background: #f5f5f5;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  padding: 28px;
  color: #9a9a9a;
  text-align: right;
  line-height: 1.55;
  box-sizing: border-box;
}

.missionCapabilityBgSlot::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.96) 0%, rgba(255, 255, 255, 0.88) 46%, rgba(255, 255, 255, 0.36) 100%);
}

.missionCapabilityBgSlot span {
  position: relative;
  z-index: 1;
  max-width: 320px;
  padding: 12px 16px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.78);
}

.missionCapabilityContent {
  position: relative;
  z-index: 1;
  width: 100%;
}

.missionCapabilityHead {
  max-width: 760px;
  margin-bottom: clamp(26px, 3.5vw, 48px);
}

.missionCapabilityDesc {
  max-width: 620px;
  line-height: 1.7;
  margin-top: 16px;
}

.missionCapabilityGrid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.missionCapabilityItem {
  border: 1px solid #eeeeee;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.9);
  padding: 28px 22px;
  box-sizing: border-box;
  backdrop-filter: blur(6px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.06);
}

.missionCapabilityItem .snapshotNum {
  color: #D6001E;
  line-height: 1;
}

.missionCapabilityItem .snapshotLabel {
  color: #666666;
  margin-top: 10px;
  line-height: 1.45;
}

.aboutValuesPage .whiteBg:first-child {
  background: #fff;
}

.valuesCoreGrid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-bottom: clamp(48px, 5vw, 78px);
}

.valuesDiamondDiagram {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-template-areas:
    ". top ."
    "left center right"
    "bottomLeft . bottomRight";
  gap: clamp(18px, 3vw, 34px);
  align-items: center;
}

.diamondRole {
  background: #fff;
  border: 1px solid #eeeeee;
  border-radius: 8px;
  padding: 24px;
  min-height: 210px;
}

.roleTop {
  grid-area: top;
}

.roleLeft {
  grid-area: left;
}

.roleRight {
  grid-area: right;
}

.roleBottomLeft {
  grid-area: bottomLeft;
}

.roleBottomRight {
  grid-area: bottomRight;
}

.diamondCenter {
  grid-area: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 260px;
}

.diamondShape {
  width: 150px;
  height: 150px;
  transform: rotate(45deg);
  background: linear-gradient(135deg, #ffffff 0%, #eceff4 50%, #ffffff 100%);
  border: 1px solid #dedede;
  box-shadow: 0 24px 44px rgba(0, 0, 0, 0.1);
}

.diamondText {
  color: #D6001E;
  margin-top: 38px;
}

.roleCode {
  color: #D6001E;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 12px;
}

.roleTitle {
  color: #222222;
  margin-bottom: 10px;
}

.roleText {
  line-height: 1.68;
}

.valuesMissingImage {
  margin-top: clamp(30px, 4vw, 52px);
  min-height: 280px;
}

.missionEvidenceSection {
  background: #fff;
  padding: clamp(48px, 5.5vw, 84px) 0;
  border-top: 1px solid #f0f0f0;
}

.missionEvidenceGrid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: clamp(32px, 5vw, 78px);
  align-items: center;
}

.missionEvidenceTitle {
  max-width: 700px;
  line-height: 1.25;
}

.missionEvidenceText {
  max-width: 760px;
  line-height: 1.78;
  margin-top: 18px;
}

.missionEvidenceStats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 32px;
}

.missionEvidenceStat {
  padding: 20px 16px;
  border: 1px solid #eeeeee;
  border-radius: 8px;
  background: #fafafa;
}

.missionEvidenceStat .statNum {
  color: #D6001E;
  line-height: 1;
}

.missionEvidenceStat .statLabel {
  color: #666666;
  line-height: 1.45;
  margin-top: 10px;
}

.missionEvidenceCards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: clamp(28px, 3.5vw, 48px);
}

.missionEvidenceCard {
  padding: 26px;
  border: 1px solid #eeeeee;
  border-radius: 8px;
  background: #fff;
}

.missionEvidenceCard .cardTitle {
  color: #222222;
  margin-bottom: 12px;
}

.missionEvidenceCard .cardText {
  line-height: 1.68;
}

.valuesDiamondSection {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(28px, 4vw, 58px);
  align-items: center;
  margin-bottom: clamp(42px, 5vw, 72px);
  padding: clamp(26px, 3.5vw, 44px);
  border: 1px solid #eeeeee;
  border-radius: 8px;
  background: #fff;
}

.valuesDiamondTitle {
  line-height: 1.28;
  color: #222222;
}

.valuesDiamondText {
  line-height: 1.72;
  margin-top: 16px;
}

.valuesDiamondImage {
  overflow: hidden;
  border-radius: 8px;
  background: #fff5f5;
}

.valuesDiamondImage img {
  display: block;
  width: 100%;
  height: auto;
}

.visionLabPlaceholder {
  margin: 0 auto clamp(46px, 5vw, 76px);
}

.visionLabTitle {
  color: #222222;
  margin-bottom: 22px;
}

.visionLabGrid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 18px;
}

.visionLabSlot {
  min-height: 260px;
}

.values-one-box,
.vision-one-box {
  padding-top: clamp(44px, 5vw, 74px);
}

.mission-one-box {
  padding-bottom: clamp(44px, 5vw, 72px);
}

.values-one-box .headDesc,
.vision-one-box .headDesc,
.mission-one-box .headDesc,
.aboutVision-one-box .headDesc,
.aboutVision-two-box .headDesc {
  max-width: 980px;
  line-height: 1.78;
  margin-top: 16px;
}

.valuesItem {
  gap: clamp(28px, 4vw, 64px);
  margin-bottom: clamp(36px, 4vw, 58px);
}

.valuesItem:nth-child(2n+1) {
  gap: clamp(28px, 4vw, 64px);
}

.valuesItem .bottomtext {
  color: #555555;
  line-height: 1.65;
}

.centerRadius {
  height: auto;
  min-height: 118px;
  padding: 22px 32px;
  border-radius: 8px;
  box-sizing: border-box;
  margin-bottom: clamp(36px, 4.2vw, 60px);
}

.centerRadius .itemBox {
  gap: 12px;
}

.aboutVision-one-box {
  padding-top: clamp(44px, 5vw, 72px);
}

.aboutVision-one-box .oneBoxContent {
  margin-top: 28px;
  margin-bottom: clamp(44px, 5vw, 72px);
}

.visionExperienceCta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  margin: 0 auto clamp(46px, 5vw, 76px);
  padding: clamp(24px, 3vw, 38px);
  border: 1px solid #eeeeee;
  border-left: 4px solid #D6001E;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.visionExperienceCta-content {
  flex: 1;
}

.visionExperienceCta-kicker {
  color: #D6001E;
  margin-bottom: 8px;
}

.visionExperienceCta-title {
  color: #1f1f1f;
  margin-bottom: 10px;
}

.visionExperienceCta-desc {
  max-width: 780px;
  color: #666666;
  line-height: 1.7;
}

.visionExperienceCta-btn {
  flex: 0 0 auto;
  height: 48px;
  padding: 0 28px;
  border-radius: 24px;
  background: #D6001E;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.25s;
}

.visionExperienceCta-btn:hover {
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 8px 18px rgba(214, 0, 30, 0.2);
}

.visionPageRefresh {
  background: #fff;
}

.visionHeroGrid,
.visionIntroGrid,
.visionStoryRow,
.visionLabPanel,
.visionExperienceGrid {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(360px, 0.96fr);
  gap: clamp(34px, 5vw, 78px);
  align-items: center;
}

.visionHeroGrid {
  padding: clamp(58px, 6.5vw, 98px) 0;
}

.visionMediaSlot {
  min-height: 360px;
  border: 1px dashed #cfcfcf;
  border-radius: 8px;
  background: #f8f8f8;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #9a9a9a;
  text-align: center;
  line-height: 1.65;
  box-sizing: border-box;
}

.visionHeroMedia {
  min-height: 480px;
}

.visionHeroTitle,
.visionStoryTitle {
  color: #222222;
  line-height: 1.18;
}

.visionHeroDesc,
.visionStoryDesc {
  max-width: 660px;
  line-height: 1.72;
  margin-top: 18px;
}

.visionHeroPills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.visionHeroPills span {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 16px;
  border: 1px solid #e5e5e5;
  border-radius: 18px;
  color: #333333;
  background: #fff;
}

.visionIntroBand,
.visionLabBand,
.visionExperienceBand {
  background: #f8f8f8;
  padding: clamp(48px, 5.5vw, 84px) 0;
}

.visionIntroGrid {
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.74fr);
}

.visionIntroText {
  color: #222222;
  line-height: 1.42;
}

.visionIntroMedia {
  min-height: 260px;
}

.visionStoryRows {
  padding: clamp(34px, 4.5vw, 70px) 0;
}

.visionStoryRow {
  padding: clamp(46px, 5.5vw, 86px) 0;
  border-top: 1px solid #eeeeee;
}

.visionStoryRow:first-child {
  border-top: 0;
}

.visionStoryRowReverse .visionStoryText {
  order: 2;
}

.visionStoryRowReverse .visionMediaSlot {
  order: 1;
}

.visionLabPanel {
  grid-template-columns: minmax(0, 1.12fr) minmax(320px, 0.88fr);
}

.visionLabMedia {
  min-height: clamp(340px, 34vw, 520px);
  background: #fff;
}

.visionDirectionBlock {
  padding: clamp(54px, 6vw, 92px) 0;
}

.visionDirectionHead {
  max-width: 880px;
  margin-bottom: clamp(28px, 4vw, 52px);
}

.visionDirectionGrid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.visionDirectionItem {
  border: 1px solid #eeeeee;
  border-radius: 8px;
  background: #fff;
  padding: 18px;
  box-sizing: border-box;
}

.visionDirectionMedia {
  min-height: 210px;
  margin-bottom: 22px;
}

.visionDirectionTitle {
  color: #222222;
  margin-bottom: 10px;
}

.visionDirectionText {
  line-height: 1.65;
}

.visionExperienceGrid {
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.1fr);
}

.visionExperienceBtn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  padding: 0 28px;
  border-radius: 24px;
  background: #D6001E;
  color: #fff;
  margin-top: 28px;
  transition: all 0.25s;
}

.visionExperienceBtn:hover {
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 8px 18px rgba(214, 0, 30, 0.2);
}

.homeSustainabilityCta {
  margin: clamp(38px, 4.5vw, 68px) 0 clamp(36px, 4vw, 60px);
  padding: clamp(24px, 3vw, 40px);
  border: 1px solid #eeeeee;
  border-left: 4px solid #D6001E;
  border-radius: 8px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.05);
}

.homeSustainabilityKicker {
  color: #D6001E;
  margin-bottom: 10px;
}

.homeSustainabilityTitle {
  color: #222222;
  line-height: 1.28;
  max-width: 820px;
}

.homeSustainabilityBtn {
  flex: 0 0 auto;
  height: 48px;
  padding: 0 28px;
  border-radius: 24px;
  background: #D6001E;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.25s;
}

.homeSustainabilityBtn:hover {
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 8px 18px rgba(214, 0, 30, 0.2);
}

.sustainabilityPage {
  background: #fff;
}

.sustainabilityHero,
.sustainabilityStatementGrid,
.sustainabilityStoryRow,
.sustainabilityWidePanel {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(360px, 0.98fr);
  gap: clamp(34px, 5vw, 78px);
  align-items: center;
}

.sustainabilityHero {
  padding: clamp(58px, 6.5vw, 98px) 0;
}

.sustainabilityHeroTitle,
.sustainabilityStoryTitle {
  color: #222222;
  line-height: 1.18;
}

.sustainabilityHeroDesc,
.sustainabilityStoryDesc {
  max-width: 680px;
  line-height: 1.72;
  margin-top: 18px;
}

.sustainabilityPills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.sustainabilityPills span {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 16px;
  border: 1px solid #e5e5e5;
  border-radius: 18px;
  background: #fff;
  color: #333333;
}

.sustainabilityMediaSlot {
  min-height: 360px;
  border: 1px dashed #cfcfcf;
  border-radius: 8px;
  background: #f8f8f8;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #9a9a9a;
  text-align: center;
  line-height: 1.65;
  box-sizing: border-box;
}

.sustainabilityHeroMedia {
  min-height: 480px;
}

.sustainabilityStatementBand,
.sustainabilityWideBand {
  background: #f8f8f8;
  padding: clamp(48px, 5.5vw, 84px) 0;
}

.sustainabilityStatementGrid {
  grid-template-columns: minmax(0, 1.1fr) minmax(340px, 0.9fr);
}

.sustainabilityStatementText {
  color: #222222;
  line-height: 1.42;
}

.sustainabilityMetricGrid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.sustainabilityMetricItem {
  padding: 24px 18px;
  border: 1px solid #eeeeee;
  border-radius: 8px;
  background: #fff;
}

.sustainabilityMetricItem .f-40 {
  color: #D6001E;
  line-height: 1;
}

.sustainabilityMetricItem .f-16 {
  margin-top: 10px;
  line-height: 1.45;
}

.sustainabilityStoryRows {
  padding: clamp(34px, 4.5vw, 70px) 0;
}

.sustainabilityStoryRow {
  padding: clamp(46px, 5.5vw, 86px) 0;
  border-top: 1px solid #eeeeee;
}

.sustainabilityStoryRow:first-child {
  border-top: 0;
}

.sustainabilityStoryRowReverse .sustainabilityStoryText {
  order: 2;
}

.sustainabilityStoryRowReverse .sustainabilityMediaSlot {
  order: 1;
}

.sustainabilityWidePanel {
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
}

.sustainabilityWideMedia {
  min-height: clamp(340px, 34vw, 520px);
  background: #fff;
}

.sustainabilityFocusBlock {
  padding: clamp(54px, 6vw, 92px) 0;
}

.sustainabilityFocusHead {
  max-width: 880px;
  margin-bottom: clamp(28px, 4vw, 52px);
}

.sustainabilityFocusGrid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.sustainabilityFocusItem {
  border: 1px solid #eeeeee;
  border-radius: 8px;
  background: #fff;
  padding: 18px;
  box-sizing: border-box;
}

.sustainabilityFocusMedia {
  min-height: 210px;
  margin-bottom: 22px;
}

.sustainabilityFocusTitle {
  color: #222222;
  margin-bottom: 10px;
}

.sustainabilityFocusText {
  line-height: 1.65;
}

.aboutVision-two-box {
  padding-bottom: clamp(44px, 5vw, 72px);
}

.flexMap {
  align-items: center;
  justify-content: space-between;
  gap: clamp(28px, 4vw, 60px);
  margin-bottom: clamp(44px, 5vw, 72px);
}

.mission-two-box {
  padding-top: clamp(40px, 4.5vw, 64px);
}

.mission-two-box .headDesc {
  max-width: 920px;
  line-height: 1.65;
  margin-left: auto;
  margin-right: auto;
}

.mission-two-box .flexLine {
  justify-content: center;
  gap: 18px;
  margin-top: 24px;
}

.mission-two-box .lineItem {
  max-width: 360px;
  height: 64px;
  line-height: 64px;
  border: 1px solid #dddddd;
  border-bottom: 3px solid #999999;
  border-radius: 6px 6px 0 0;
  background: #fff;
  box-sizing: border-box;
  transition: all 0.25s;
}

.mission-two-box .active {
  border-color: #D6001E;
  background: #fff5f6;
}

.mission-three-box .tagFlex {
  margin: 18px 0 clamp(30px, 4vw, 56px);
}

.mission-four-box {
  padding: clamp(40px, 4.5vw, 58px) 0;
}

@media screen and (max-width: 1023px) {
  .aboutTabs-inner {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
    max-width: none;
  }
  .aboutTabs-inner::-webkit-scrollbar {
    display: none;
  }
  .aboutTabs-link {
    width: 100%;
    min-height: 62px;
    padding: 0 6px;
    font-size: 14px;
    border-right: 1px solid #eeeeee;
    border-bottom-width: 3px;
  }
  .values-one-box,
  .vision-one-box,
  .mission-one-box,
  .mission-two-box,
  .aboutVision-one-box,
  .aboutVision-two-box {
    padding-top: 34px;
    padding-bottom: 34px;
  }
  .values-one-box .headDesc,
  .vision-one-box .headDesc,
  .mission-one-box .headDesc,
  .aboutVision-one-box .headDesc,
  .aboutVision-two-box .headDesc {
    line-height: 1.65;
    margin-top: 12px;
  }
  .valuesItem {
    gap: 22px;
    margin-bottom: 30px;
  }
  .aboutMissionHero,
  .valuesHero,
  .missionQualityBlock,
  .valuesQualityBlock {
    grid-template-columns: 1fr;
    gap: 26px;
    padding: 36px 0;
  }
  .missionFoundationBlock,
  .valuesDiamondBlock,
  .missionSnapshotBlock {
    padding: 36px 0;
  }
  .missionPillarGrid,
  .missionSnapshotGrid,
  .missionResearchGrid,
  .valuesCoreGrid {
    grid-template-columns: 1fr;
  }
  .missionPillar,
  .valuesCoreItem,
  .missionSnapshotItem,
  .missionResearchCard,
  .diamondRole {
    padding: 20px;
  }
  .valuesDiamondDiagram {
    grid-template-columns: 1fr;
    grid-template-areas:
      "top"
      "left"
      "right"
      "bottomLeft"
      "bottomRight"
      "center";
  }
  .diamondCenter {
    min-height: 220px;
  }
  .diamondShape {
    width: 118px;
    height: 118px;
  }
  .aboutMissionHeroTitle,
  .valuesHeroTitle,
  .aboutSectionTitle {
    font-size: 26px;
  }
  .aboutImageSlot {
    min-height: 220px;
  }
  .missionHeroSplit,
  .missionStoryRow {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 36px 0;
  }
  .missionHeroTitle {
    font-size: 32px;
  }
  .missionHeroText,
  .missionStoryDesc {
    font-size: 16px;
    line-height: 1.65;
    margin-top: 14px;
  }
  .missionHeroTags,
  .missionMiniList {
    margin-top: 18px;
    gap: 8px;
  }
  .missionHeroTags span,
  .missionMiniList span {
    min-height: 32px;
    padding: 0 12px;
    font-size: 14px;
  }
  .missionMediaSlot,
  .missionHeroMedia {
    min-height: 230px;
  }
  .missionStatementBand,
  .missionWideMediaBand,
  .missionCapabilityBand {
    padding: 36px 0;
  }
  .missionStatementText,
  .missionStoryTitle,
  .missionWideMediaText .f-40 {
    font-size: 24px;
  }
  .missionStoryRows {
    padding: 0;
  }
  .missionStoryRowReverse .missionStoryText,
  .missionStoryRowReverse .missionMediaSlot {
    order: initial;
  }
  .missionWideMediaSlot {
    min-height: 240px;
    padding: 22px;
  }
  .missionCapabilityHead {
    margin-bottom: 24px;
  }
  .missionCapabilityPanel {
    min-height: 0;
    padding: 0;
    display: block;
    overflow: visible;
    background: transparent;
  }
  .missionCapabilityBgSlot {
    position: relative;
    min-height: 210px;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 22px;
    margin-bottom: 24px;
  }
  .missionCapabilityBgSlot::after {
    background: rgba(255, 255, 255, 0.25);
  }
  .missionCapabilityBgSlot span {
    max-width: 280px;
  }
  .missionCapabilityDesc {
    font-size: 16px;
    margin-top: 12px;
  }
  .missionCapabilityGrid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }
  .missionCapabilityItem {
    padding: 20px 16px;
  }
  .missionEvidenceSection {
    padding: 36px 0;
  }
  .missionEvidenceGrid,
  .valuesDiamondSection {
    grid-template-columns: 1fr;
  }
  .missionEvidenceStats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }
  .missionEvidenceCards {
    grid-template-columns: 1fr;
  }
  .missionEvidenceCard,
  .valuesDiamondSection {
    padding: 20px;
  }
  .missionEvidenceTitle,
  .valuesDiamondTitle,
  .visionLabTitle {
    font-size: 24px;
  }
  .visionLabGrid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .visionLabSlot {
    min-height: 190px;
  }
  .visionExperienceCta {
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
    margin-bottom: 34px;
    padding: 22px 18px;
  }
  .visionExperienceCta-title {
    font-size: 22px;
  }
  .visionExperienceCta-desc {
    font-size: 16px;
    line-height: 1.6;
  }
  .visionExperienceCta-btn {
    width: 100%;
    height: 44px;
    box-sizing: border-box;
  }
  .visionHeroGrid,
  .visionIntroGrid,
  .visionStoryRow,
  .visionLabPanel,
  .visionExperienceGrid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .visionHeroGrid,
  .visionStoryRow,
  .visionDirectionBlock {
    padding: 36px 0;
  }
  .visionHeroMedia,
  .visionMediaSlot,
  .visionLabMedia {
    min-height: 230px;
  }
  .visionHeroTitle {
    font-size: 32px;
  }
  .visionIntroText,
  .visionStoryTitle {
    font-size: 24px;
  }
  .visionHeroDesc,
  .visionStoryDesc,
  .visionDirectionText {
    font-size: 16px;
    line-height: 1.65;
  }
  .visionHeroPills {
    margin-top: 18px;
    gap: 8px;
  }
  .visionHeroPills span {
    min-height: 32px;
    padding: 0 12px;
    font-size: 14px;
  }
  .visionIntroBand,
  .visionLabBand,
  .visionExperienceBand {
    padding: 36px 0;
  }
  .visionStoryRows {
    padding: 0;
  }
  .visionStoryRowReverse .visionStoryText,
  .visionStoryRowReverse .visionMediaSlot {
    order: initial;
  }
  .visionDirectionGrid {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .visionDirectionMedia {
    min-height: 180px;
  }
  .visionExperienceBtn {
    width: 100%;
    height: 44px;
    box-sizing: border-box;
  }
  .homeSustainabilityCta {
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
    margin: 30px 0 34px;
    padding: 22px 18px;
  }
  .homeSustainabilityTitle {
    font-size: 24px;
  }
  .homeSustainabilityBtn {
    width: 100%;
    height: 44px;
    box-sizing: border-box;
  }
  .sustainabilityHero,
  .sustainabilityStatementGrid,
  .sustainabilityStoryRow,
  .sustainabilityWidePanel {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .sustainabilityHero,
  .sustainabilityStoryRow,
  .sustainabilityFocusBlock {
    padding: 36px 0;
  }
  .sustainabilityHeroTitle {
    font-size: 32px;
  }
  .sustainabilityStoryTitle,
  .sustainabilityStatementText {
    font-size: 24px;
  }
  .sustainabilityHeroDesc,
  .sustainabilityStoryDesc,
  .sustainabilityFocusText {
    font-size: 16px;
    line-height: 1.65;
  }
  .sustainabilityPills {
    margin-top: 18px;
    gap: 8px;
  }
  .sustainabilityPills span {
    min-height: 32px;
    padding: 0 12px;
    font-size: 14px;
  }
  .sustainabilityMediaSlot,
  .sustainabilityHeroMedia,
  .sustainabilityWideMedia {
    min-height: 230px;
  }
  .sustainabilityStatementBand,
  .sustainabilityWideBand {
    padding: 36px 0;
  }
  .sustainabilityMetricGrid {
    grid-template-columns: 1fr;
  }
  .sustainabilityStoryRows {
    padding: 0;
  }
  .sustainabilityStoryRowReverse .sustainabilityStoryText,
  .sustainabilityStoryRowReverse .sustainabilityMediaSlot {
    order: initial;
  }
  .sustainabilityFocusGrid {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .sustainabilityFocusMedia {
    min-height: 180px;
  }
  .mission-two-box .flexLine {
    justify-content: flex-start;
    gap: 10px;
    padding-bottom: 10px;
  }
  .mission-two-box .flexLine .lineItem {
    flex: 0 0 auto;
    width: auto;
    min-width: 180px;
    height: 48px;
    line-height: 48px;
    font-size: 16px;
  }
  .flexMap {
    gap: 24px;
    margin-bottom: 36px;
  }
  .mission-four-box .rightBtn {
    width: 100%;
    max-width: 351px;
    box-sizing: border-box;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}

@keyframes showHeight {
  0% {
    height: 0;
  }
  100% {
    height: fit-content;
  }
}

@keyframes sanfang {
  0% {
    transform: translate(-50%, -50%) scale(0.4);
    opacity: 0.6;
  }
  25% {
    transform: translate(-50%, -50%) scale(0.7);
    opacity: 0.8;
  }
  50% {
    transform: translate(-50%, -50%) scale(0.8);
    opacity: 1;
  }
  75% {
    transform: translate(-50%, -50%) scale(0.9);
    opacity: 0.8;
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.6;
  }
}
