@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 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,
.indexFour .swiper-slide-active .p-item {
  color: #FFFFFF;
}

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

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

.indexFour .p-item:hover .margim50,
.indexFour .swiper-slide-active .p-item .margim50 {
  display: block;
  opacity: 1;
}

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

.indexFour .p-item:hover .bottomBtn,
.indexFour .swiper-slide-active .p-item .bottomBtn {
  background: #FFFFFF;
}

.indexFour .p-item:hover .bottomBtn::after,
.indexFour .swiper-slide-active .p-item .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);
}

.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 .xhl-input-xlarge {
  background: #FAFAFA;
}

.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;
}

.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%;
}

.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;
}
.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%;
}

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

.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: scale(1.1);
}

.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;
}

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

.productDetailV2-one-box .mainSwiper {
  width: 100%;
  height: 450px;
}

.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: cover;
}

.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: auto;
  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-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-radius: 5px;
  cursor: pointer;
}

.productDetailV2-one-box .colorList .active {
  border: 1px solid #333333;
}

.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: no-drop;
}
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;
}

.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 .imgshow {
  max-width: 1400px;
  margin: 0 auto 2.5vw;
}

.productDetailV2-four-box .imgshow .img-box {
  padding-bottom: 57.14286%;
}

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

.productDetailV2-four-box .detail {
  padding: 10px 1.7vw 2.9vw 2.1vw;
}

.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 -27.5px;
  display: flex;
  flex-wrap: wrap;
}

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

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

.productDetailV2-six-box .p-item {
  display: inline-block;
	width:100%;
}

.productDetailV2-six-box .p-item .imgShow {
  width: 100%;
}

.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;
}

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

.productDetailV2-six-box .p-item .bottomText {
  padding: 18px 20px 12px;
}

.productDetailV2-six-box .p-item .title {
  position: relative;
  margin-bottom: 10px;
}
.productDetailV2-six-box .p-item .bottomText .f-18{
    color:#666666;
    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;
  }
  .leftContentBox {
    padding-left: calc((100% - 1200px) / 2);
  }
  .ipd-20 {
    padding: 0 20px;
  }
}

@media screen and (max-width: 1200px) {
  .m-width-content {
    max-width: 1000px;
  }
  .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;
  }
  .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;
  }
  .indexFour .bottomSwiper {
    padding: 0 20px;
  }
  .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;
  }
  .concat-one-box .concat-right .usedComp {
    width: 100%;
    margin-bottom: 20px;
  }
  .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;
  }
  .productDetailV2-one-box {
    flex-direction: column;
    align-items: center;
  }
  .productDetailV2-one-box .leftSwiperBox {
    max-width: 100%;
  }
  .productDetailV2-one-box .rightContent {
    width: 100%;
  }
  .productDetailV2-one-box .miaoShu {
    flex-direction: column;
    align-items: start;
  }
  .productDetailV2-two-box .btn {
    padding: 10px 20px;
  }
  .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 0px;
    display: flex;
    flex-wrap: wrap;
  }
  .productDetailV2-six-box .productDetailV2-list .imgshow img {
    width: 100%;
  }
  .productDetailV2-six-box .productDetailV2-list li {
    width: 100%;
    padding: 0 0px;
    box-sizing: border-box;
  }
  .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;
  }
  
}

@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;
  }
}
