@charset "utf-8";
:root {
  --widthsvg: 1.3rem;
  --startColor: #161616;
  --endColor: #cc0000;
  --shihe: #006d9e;
  --altjian: 0.2rem;
  --xins: 2em;
  --clip: 4px;
}
@font-face {
  font-family: "SourceHanSansCN-Normal";
  src: url("../fonts/SourceHanSansCN-Normal.otf") format("opentype");
}
@font-face {
  font-family: "SourceHanSansCN-Light";
  src: url("../fonts/SourceHanSansCN-Light.otf") format("opentype");
}
@font-face {
  font-family: "Honda-Head";
  src: url("../fonts/HondaAdvancedTypeface-Head.otf") format("opentype");
}
@font-face {
  font-family: "Akrobat-Black";
  src: url("../fonts/Akrobat-Black.otf") format("opentype");
}
.font56 {
  font-size: 0.56rem;
  line-height: 1.17857143;
}
@media (max-width: 1580px) {
  .font56 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .font56 {
    font-size: 24px;
  }
}
/* 联系我们 */
.contactbox {
  padding: 0.9rem 0 1rem;
  padding: 0.9rem 0 0;
  background: #f3f7fb;
  overflow: hidden;
}
@media (max-width: 767px) {
  .contactbox {
    padding-bottom: 1rem;
  }
}
.contactbox .f_title {
  color: #333333;
  margin-bottom: 0.34rem;
}
.contactbox .cont .contactbox_nav {
  width: 100%;
}
.contactbox .cont .contactbox_nav .swiper-slide {
  width: auto;
  margin-right: 2px;
  padding-top: 0.12rem;
  position: relative;
}
.contactbox .cont .contactbox_nav .swiper-slide:before {
  content: "";
  display: block;
  background-color: #ebeff3;
  border-radius: 0.1rem 0.1rem 0px 0px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: calc(100% - 0.12rem);
  transition: all 0.4s;
}
.contactbox .cont .contactbox_nav .swiper-slide .item {
  position: relative;
  cursor: pointer;
  text-align: center;
  min-width: 1.8rem;
  color: rgba(45, 45, 45, 0.75);
  padding: 0.14rem 0.5rem;
  transition: all 0.4s;
}
.contactbox .cont .contactbox_nav .swiper-slide.on .item {
  color: #2d2d2d;
}
.contactbox .cont .contactbox_nav .swiper-slide.on:before {
  height: 100%;
  background-color: #ffffff;
}
.contactbox .cont .f_conta {
  position: relative;
  background: #ffffff;
  border-radius: 0px 0.1rem 0 0;
}
.contactbox .cont .f_conta .f_nei {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s;
}
.contactbox .cont .f_conta .f_nei.on {
  position: relative;
  opacity: 1;
  visibility: inherit;
}
.contactbox .cont .f_nei {
  padding: 0.26rem 0.3rem 0.68rem;
}
.contactbox .cont .f_nei .f_head,
.contactbox .cont .f_nei .f_item {
  display: flex;
}
@media (max-width: 767px) {
  .contactbox .cont .f_nei .f_head,
  .contactbox .cont .f_nei .f_item {
    flex-wrap: wrap;
  }
}
.contactbox .cont .f_nei .f_head .f_jm,
.contactbox .cont .f_nei .f_item .f_jm {
  width: 100%;
}
@media (min-width: 768px) {
  .contactbox .cont .f_nei .f_head .f_jm,
  .contactbox .cont .f_nei .f_item .f_jm {
    width: 23.33%;
  }
  .contactbox .cont .f_nei .f_head .f_jm:nth-child(2),
  .contactbox .cont .f_nei .f_item .f_jm:nth-child(2) {
    width: 17.24%;
  }
  .contactbox .cont .f_nei .f_head .f_jm:nth-child(3),
  .contactbox .cont .f_nei .f_item .f_jm:nth-child(3) {
    width: 17.5%;
  }
  .contactbox .cont .f_nei .f_head .f_jm:nth-child(4),
  .contactbox .cont .f_nei .f_item .f_jm:nth-child(4) {
    width: 29.71%;
  }
  .contactbox .cont .f_nei .f_head .f_jm:nth-child(5),
  .contactbox .cont .f_nei .f_item .f_jm:nth-child(5) {
    width: 12.17%;
  }
}
.contactbox .cont .f_nei .f_item {
  position: relative;
  padding: 0.36rem 0 0.33rem;
  min-height: 1.16rem;
  border-bottom: 1px solid #ddd;
}
.contactbox .cont .f_nei .f_item .f_jm {
  padding: 0 0.23rem;
}
.contactbox .cont .f_nei .f_item .f_t1 {
  color: #333333;
  margin-bottom: 0.2rem;
  transition: all 0.4s;
}
.contactbox .cont .f_nei .f_item .f_re {
  color: #333333;
  line-height: 1.5;
}
.contactbox .cont .f_nei .f_item .f_add {
  color: #666666;
  line-height: 1.5;
}
.contactbox .cont .f_nei .f_item .f_but {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .contactbox .cont .f_nei .f_item .f_but {
    margin-top: 0.24rem;
  }
}
.contactbox .cont .f_nei .f_item .f_but span {
  color: #666666;
  margin-right: 0.1rem;
}
@media (min-width: 768px) {
  .contactbox .cont .f_nei .f_item .f_but span {
    display: none;
  }
}
.contactbox .cont .f_nei .f_item .f_but .f_icon {
  width: 28px;
  height: 28px;
  background-color: #cc0000;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #ffffff;
}
@media (max-width: 767px) {
  .contactbox .cont .f_nei .f_item .f_but .f_icon {
    width: 22px;
    height: 22px;
  }
}
.contactbox .cont .f_nei .f_item .f_but .f_icon img,
.contactbox .cont .f_nei .f_item .f_but .f_icon svg {
  width: 35.71428571%;
  height: 35.71428571%;
  width: 12px;
  height: 12px;
  object-fit: contain;
  transition: all 0.4s;
}
.contactbox .cont .f_nei .f_item:hover .f_t1 {
  color: var(--color);
}
.contactbox .cont .f_nei .f_head {
  background-color: #fafafa;
  border-radius: 0.1rem;
}
@media (max-width: 767px) {
  .contactbox .cont .f_nei .f_head {
    display: none;
  }
}
.contactbox .cont .f_nei .f_head .f_jm {
  padding: 0.18rem 0.23rem;
  color: #999;
}
.contactbox .cont .f_nei .f_body {
  scrollbar-width: auto;
}
.contactbox .cont .f_nei .f_body::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 2px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
}
.contactbox .cont .f_nei .f_body::-webkit-scrollbar-thumb {
  /*滚动条-滑块*/
  border-radius: 3px;
  background: #2b2b2b;
}
.contactbox .cont .f_nei .f_body::-webkit-scrollbar-track {
  /*滚动条-背景*/
  border-radius: 3px;
  background: #ddd;
}
.contactbox .cont .f_nei .f_body .f_item {
  position: relative;
}
/* End */
/* 企业概况 */
.introbox-sec1 {
  padding-bottom: 1.45rem;
}
.introbox-sec1 .cont {
  padding: 0.6rem 0 0;
}
@media (max-width: 767px) {
  .introbox-sec1 .cont {
    padding: 1rem 0 0;
  }
}
.introbox-sec1 .cont .f_font {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
}
.introbox-sec1 .cont .f_font .lt {
  width: 51.3889%;
  width: 100%;
}
@media (max-width: 767px) {
  .introbox-sec1 .cont .f_font .lt {
    width: 100%;
    text-align: left;
  }
}
.introbox-sec1 .cont .f_font .lt .f_tit {
  color: #161616;
  font-size: 1.5rem;
  font-size: 1.6rem;
  line-height: 1.2;
  transform-origin: left top;
  padding-bottom: 0.4rem;
}
@media (max-width: 767px) {
  .introbox-sec1 .cont .f_font .lt .f_tit {
    padding-bottom: 0.2rem;
    font-size: 26px;
  }
}
.introbox-sec1 .cont .f_font .lt .f_tit span {
  background: linear-gradient(90deg, var(--startColor) 60%, var(--endColor) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
}
.introbox-sec1 .cont .f_font .gt {
  width: 48.6111%;
  padding-right: 1.32rem;
  position: relative;
}
@media (max-width: 1580px) {
  .introbox-sec1 .cont .f_font .gt {
    padding-right: 0.6rem;
  }
}
@media (max-width: 767px) {
  .introbox-sec1 .cont .f_font .gt {
    width: 100%;
    padding-right: 0;
  }
}
@media (min-width: 768px) {
  .introbox-sec1 .cont .f_font .gt {
    background: url(../images/douhaoimgfz1.png) right top / 0.6rem auto no-repeat;
  }
}
@media (min-width: 1581px) {
  .introbox-sec1 .cont .f_font .gt {
    background-size: 0.88rem;
  }
}
.introbox-sec1 .cont .f_font .gt .f_text {
  color: #666666;
  line-height: 1.66666667;
  margin-bottom: 0.4rem;
}
@media (max-width: 767px) {
  .introbox-sec1 .cont .f_font .gt .f_text {
    margin-bottom: 0.3rem;
  }
}
.introbox-sec1 .cont .f_img {
  border-radius: 0.2rem;
  margin-top: 0.5rem;
  display: block;
}
.introbox-sec1 .cont .f_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.introbox-sec1 .cont .f_img:before {
  padding-top: 37.08333333%;
}
.introbox-sec1 .cont .f_img video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 5;
}
@media (max-width: 991px) {
  .introbox-sec1 .cont .f_img video {
    display: none;
  }
}
@media (max-width: 767px) {
  .introbox-sec1 .cont .f_offset {
    display: flex;
    flex-direction: column;
  }
  .introbox-sec1 .cont .f_offset .f_img {
    order: 0;
    margin-top: 0;
    margin-bottom: 0.4rem;
  }
  .introbox-sec1 .cont .f_offset .f_font {
    order: 1;
  }
}
/* End */
/* Honda哲学 */
.philosophybox-sec1 {
  padding: 1.2rem 0 0.53rem;
}
.philosophybox-sec1 .cont {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.philosophybox-sec1 .cont .lt {
  width: 51.39%;
  padding-right: 11.25%;
}
@media (max-width: 767px) {
  .philosophybox-sec1 .cont .lt {
    width: 100%;
    padding-right: 0;
    margin-bottom: 0.4rem;
  }
}
.philosophybox-sec1 .cont .lt .f_tit {
  color: #333333;
  line-height: 1.25;
  margin-bottom: 0.24rem;
}
.philosophybox-sec1 .cont .lt .f_tit span {
  color: var(--color);
}
.philosophybox-sec1 .cont .lt .f_text {
  color: #666666;
  line-height: 1.875;
}
.philosophybox-sec1 .cont .f_img {
  width: 48.61%;
  border-radius: 0.2rem;
}
@media (max-width: 767px) {
  .philosophybox-sec1 .cont .f_img {
    width: 100%;
  }
}
.philosophybox-sec1 .cont .f_img:before {
  padding-top: 65.71428571%;
}
.philosophybox-sec2 {
  padding: 0.53rem 0 0.9rem;
}
.philosophybox-sec2 .f_title {
  color: #2d2d2d;
  margin-bottom: 0.46rem;
}
.philosophybox-sec2 .f_nei {
  background-color: #f3f7fb;
  border-radius: 0.2rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 0.3rem;
}
.philosophybox-sec2 .f_nei .f_img {
  width: 42.638%;
}
@media (max-width: 767px) {
  .philosophybox-sec2 .f_nei .f_img {
    width: 100%;
  }
}
.philosophybox-sec2 .f_nei .f_img:before {
  padding-top: 97.46031746%;
}
.philosophybox-sec2 .f_nei .gt {
  width: 57.362%;
  padding: 0.3rem 1.32rem 0.3rem 1.66rem;
}
@media (max-width: 991px) {
  .philosophybox-sec2 .f_nei .gt {
    padding: 0.3rem 0.5rem 0.3rem 0.7rem;
  }
}
@media (max-width: 767px) {
  .philosophybox-sec2 .f_nei .gt {
    padding: 0.2rem 0.32rem 0.5rem;
    width: 100%;
  }
}
.philosophybox-sec2 .f_nei .gt .f_tit {
  color: #2d2d2d;
  margin-bottom: 0.3rem;
}
.philosophybox-sec2 .f_nei .gt .f_tit span {
  position: relative;
}
.philosophybox-sec2 .f_nei .gt .f_tit i {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: -0.12em;
  width: 100%;
  height: 10px;
  border-radius: 8px;
  background: url(../images/xiantiaoimg1.png) left center / 0.4rem auto repeat-x;
}
@media (max-width: 767px) {
  .philosophybox-sec2 .f_nei .gt .f_tit i {
    background-size: 0.6rem auto;
  }
}
.philosophybox-sec2 .f_nei .gt .f_jt .li {
  margin-bottom: 0.26rem;
}
.philosophybox-sec2 .f_nei .gt .f_jt .li:last-child {
  margin-bottom: 0;
}
.philosophybox-sec2 .f_nei .gt .f_jt .li .f_t1 {
  color: #2d2d2d;
  margin-bottom: 0.13rem;
}
.philosophybox-sec2 .f_nei .gt .f_jt .li .f_text {
  color: #666666;
  line-height: 1.875;
}
@media (min-width: 768px) {
  .philosophybox-sec2 .f_nei:nth-child(3n) .f_img {
    order: 1;
  }
  .philosophybox-sec2 .f_nei:nth-child(3n) .gt {
    padding: 0.3rem 2.2rem 0.3rem 0.7rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .philosophybox-sec2 .f_nei:nth-child(3n) .gt {
    padding: 0.3rem 1.2rem 0.3rem 0.4rem;
  }
}
.philosophybox-sec2 .cont {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.15rem;
}
@media (max-width: 767px) {
  .philosophybox-sec2 .cont {
    margin: 0;
  }
}
.philosophybox-sec2 .cont .item {
  width: 50%;
  padding: 0 0.15rem;
  margin-bottom: 0.3rem;
}
@media (max-width: 767px) {
  .philosophybox-sec2 .cont .item {
    padding: 0;
    width: 100%;
  }
}
.philosophybox-sec2 .cont .item .list {
  height: 100%;
  display: block;
  background-color: #f3f7fb;
  border-radius: 0.2rem;
  padding: 0.5rem 2.3rem 0.57rem 0.7rem;
}
@media (max-width: 991px) {
  .philosophybox-sec2 .cont .item .list {
    padding: 0.5rem 0.6rem 0.57rem 0.6rem;
  }
}
@media (max-width: 767px) {
  .philosophybox-sec2 .cont .item .list {
    padding: 0.6rem 0.34rem;
  }
}
.philosophybox-sec2 .cont .item .list .f_tit {
  color: #2d2d2d;
  margin-bottom: 0.12rem;
}
.philosophybox-sec2 .cont .item .list .f_text {
  line-height: 1.875;
  color: #666666;
}
@-webkit-keyframes widthAnd {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@keyframes widthAnd {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
.widthAnd {
  -webkit-animation-name: widthAnd;
  animation-name: widthAnd;
}
/* End */
/* 梦想基金 */
.fundbox_tit {
  text-align: center;
}
.fundbox_tit .f_tit {
  color: #000000;
}
.fundbox_tit .f_tit span {
  position: relative;
}
.fundbox_tit .f_tit span:before {
  content: "";
  display: block;
  width: 0.32rem;
  height: 0.34rem;
  background: url(../images/xinafdian1.svg) center / contain no-repeat;
  position: absolute;
  right: 100%;
  margin-right: 0.08rem;
  top: -0.2em;
}
.fundbox_tit .f_text {
  margin-top: 0.26rem;
  color: rgba(0, 0, 0, 0.6);
}
.fundbox-sec1 {
  padding: 1.2rem 0 1.46rem;
  padding: 1.2rem 0 0.63rem;
}
.fundbox-sec1 .cont {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.fundbox-sec1 .cont .lt {
  width: 52.0834%;
  display: flex;
  flex-direction: column;
  padding: 0.22rem 1.1rem 2px 0;
}
@media (max-width: 991px) {
  .fundbox-sec1 .cont .lt {
    padding: 0.22rem 0.4rem 2px 0;
  }
}
@media (max-width: 767px) {
  .fundbox-sec1 .cont .lt {
    width: 100%;
    padding-right: 0;
    margin-bottom: 0.54rem;
  }
}
.fundbox-sec1 .cont .lt .f_tit {
  position: relative;
  margin-bottom: 6px;
  display: flex;
  --widthsvg: 1.3rem;
}
@media (max-width: 991px) and (min-width: 768px) {
  .fundbox-sec1 .cont .lt .f_tit {
    font-size: 30px;
  }
}
.fundbox-sec1 .cont .lt .f_tit h2 {
  position: relative;
  z-index: 2;
  color: #000000;
}
.fundbox-sec1 .cont .lt .f_tit i {
  display: flex;
  justify-content: flex-start;
  overflow: hidden;
  position: absolute;
  bottom: -0.52em;
  left: calc(100% - 1.5em);
  width: var(--widthsvg);
  z-index: -1;
}
.fundbox-sec1 .cont .lt .f_tit i img {
  max-width: inherit;
  width: var(--widthsvg);
}
.fundbox-sec1 .cont .lt .f_name {
  color: #cc0000;
  font-family: 'Honda-Head', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  margin-bottom: 0.4rem;
}
.fundbox-sec1 .cont .lt .f_text {
  margin-top: auto;
  color: #666666;
  line-height: 1.875;
  padding-top: 0.6rem;
  border-top: 1px solid rgba(102, 102, 102, 0.1);
}
.fundbox-sec1 .cont .gt {
  width: 47.9166%;
}
@media (max-width: 767px) {
  .fundbox-sec1 .cont .gt {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .fundbox-sec1 .cont .gt .fundbox1_cont .swiper-slide {
    width: 90%;
  }
}
.fundbox-sec1 .cont .gt .fundbox1_cont .f_img {
  border-radius: 0.2rem;
}
.fundbox-sec1 .cont .gt .fundbox1_cont .f_img:before {
  padding-top: 68.11594203%;
}
.fundbox-sec2 {
  padding: 3rem 0 0.63rem;
}
.fundbox-sec2 .fundbox_tit {
  margin-bottom: 0.46rem;
  position: relative;
  z-index: 1;
}
.fundbox-sec2 .fundbox_tit .f_tit span:before {
  display: none;
}
.fundbox-sec2 .fundbox_tit .f_bag {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 10.68rem;
  top: -1.68rem;
  max-width: 100%;
}
.fundbox-sec2 .fundbox_tit .f_bag img {
  width: 100%;
}
.fundbox-sec2 .fundbox2_nav {
  width: 100%;
  margin-bottom: 0.46rem;
}
.fundbox-sec2 .fundbox2_nav:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 1px;
  background: #ddd;
}
.fundbox-sec2 .fundbox2_nav .swiper-slide {
  width: auto;
  width: 14.28%;
}
@media (max-width: 767px) {
  .fundbox-sec2 .fundbox2_nav .swiper-slide {
    width: 33.333%;
  }
}
.fundbox-sec2 .fundbox2_nav .swiper-slide .f_tit {
  cursor: pointer;
  color: #ddd;
  font-family: 'Honda-Head', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  padding: 0.28rem 0.3rem;
  width: 100%;
  text-align: center;
  position: relative;
  transition: all 0.4s;
}
.fundbox-sec2 .fundbox2_nav .swiper-slide .f_tit:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 1px;
  transition: all 0.4s;
  background: var(--color);
}
.fundbox-sec2 .fundbox2_nav .swiper-slide.on .f_tit {
  color: var(--color);
}
.fundbox-sec2 .fundbox2_nav .swiper-slide.on .f_tit:before {
  width: 100%;
}
.fundbox-sec2 .f_nei {
  position: relative;
}
.fundbox-sec2 .f_nei .cont {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: all 0.4s;
  visibility: hidden;
  width: 100%;
}
@media (min-width: 992px) {
  .fundbox-sec2 .f_nei .cont .fundbox2_prev,
  .fundbox-sec2 .f_nei .cont .fundbox2_next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .fundbox-sec2 .f_nei .cont .fundbox2_prev.swiper-button-disabled,
  .fundbox-sec2 .f_nei .cont .fundbox2_next.swiper-button-disabled {
    opacity: 0.5;
  }
  .fundbox-sec2 .f_nei .cont .fundbox2_prev.swiper-button-lock,
  .fundbox-sec2 .f_nei .cont .fundbox2_next.swiper-button-lock {
    display: none;
  }
  .fundbox-sec2 .f_nei .cont .fundbox2_prev {
    left: -1rem;
  }
  .fundbox-sec2 .f_nei .cont .fundbox2_next {
    right: -1rem;
  }
}
@media (min-width: 992px) and (max-width: 1580px) {
  .fundbox-sec2 .f_nei .cont .fundbox2_prev {
    left: -0.9rem;
  }
}
@media (min-width: 992px) and (max-width: 1580px) {
  .fundbox-sec2 .f_nei .cont .fundbox2_next {
    right: -0.9rem;
  }
}
@media (max-width: 991px) {
  .fundbox-sec2 .f_nei .cont .qie {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0.4rem;
  }
  .fundbox-sec2 .f_nei .cont .qie .fundbox2_prev,
  .fundbox-sec2 .f_nei .cont .qie .fundbox2_next {
    margin: 0 0.15rem;
  }
  .fundbox-sec2 .f_nei .cont .qie .fundbox2_prev.swiper-button-disabled,
  .fundbox-sec2 .f_nei .cont .qie .fundbox2_next.swiper-button-disabled {
    opacity: 0.5;
  }
}
.fundbox-sec2 .f_nei .cont .fundbox2_cont {
  width: auto;
  margin: 0 -0.15rem;
}
.fundbox-sec2 .f_nei .cont .fundbox2_cont .swiper-slide {
  padding: 0.15rem;
  width: 25%;
}
@media (max-width: 991px) {
  .fundbox-sec2 .f_nei .cont .fundbox2_cont .swiper-slide {
    width: 33.333%;
  }
}
@media (max-width: 767px) {
  .fundbox-sec2 .f_nei .cont .fundbox2_cont .swiper-slide {
    width: 50%;
  }
}
.fundbox-sec2 .f_nei .cont .fundbox2_cont .swiper-slide .f_img {
  border-radius: 0.2rem;
}
.fundbox-sec2 .f_nei .cont .fundbox2_cont .swiper-slide .f_img:before {
  padding-top: 135.60830861%;
}
.fundbox-sec2 .f_nei .cont .fundbox2_cont .swiper-slide .f_img:hover img {
  transform: scale(1.06);
}
.fundbox-sec2 .f_nei .cont.on {
  position: relative;
  opacity: 1;
  visibility: inherit;
}
.fundbox-sec3 {
  padding: 0.63rem 0 1.2rem;
}
.fundbox-sec3 .fundbox_tit {
  margin-bottom: 0.46rem;
}
.fundbox-sec3 .f_nei {
  background: #c6e3f1 url(../images/baomingxuzhi1.jpg) center / cover no-repeat;
  border-radius: 0.2rem;
  padding: 0.75rem 2.1rem 0.63rem;
  min-height: 6.8rem;
}
@media (max-width: 991px) {
  .fundbox-sec3 .f_nei {
    padding: 0.5rem 1rem;
  }
}
@media (max-width: 767px) {
  .fundbox-sec3 .f_nei {
    padding: 0.5rem 0.34rem;
  }
}
.fundbox-sec3 .f_nei .f_nav {
  display: flex;
  justify-content: center;
  margin-bottom: 0.4rem;
}
.fundbox-sec3 .f_nei .f_nav .fundbox2_nav {
  padding-bottom: 0.13rem;
  width: auto;
  margin: 0;
}
.fundbox-sec3 .f_nei .f_nav .fundbox2_nav .swiper-slide {
  width: auto;
  margin: 0 0.17rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0.52rem 0.24rem 0.46rem;
  transition: all 0.4s;
  border-radius: 0.2rem;
  min-width: 1.6rem;
  cursor: pointer;
}
.fundbox-sec3 .f_nei .f_nav .fundbox2_nav .swiper-slide .f_img {
  height: 0.45rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.16rem;
}
.fundbox-sec3 .f_nei .f_nav .fundbox2_nav .swiper-slide .f_img img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.fundbox-sec3 .f_nei .f_nav .fundbox2_nav .swiper-slide .f_tit {
  color: #333333;
}
.fundbox-sec3 .f_nei .f_nav .fundbox2_nav .swiper-slide.on {
  background-color: rgba(255, 255, 255, 0.2);
  box-shadow: 0px 5px 0.13rem 0px rgba(0, 0, 0, 0.05);
}
.fundbox-sec3 .f_nei .cont {
  position: relative;
}
.fundbox-sec3 .f_nei .cont .fz_box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s;
}
.fundbox-sec3 .f_nei .cont .fz_box.on {
  position: relative;
  visibility: inherit;
  opacity: 1;
}
.fundbox-sec3 .f_nei .cont .fz_box .f_item {
  background-color: rgba(255, 255, 255, 0.2);
  box-shadow: 0px 5px 0.13rem 0px rgba(0, 0, 0, 0.05);
  border-radius: 0.1rem;
  margin-bottom: 14px;
  padding: 0.3rem 0.6rem 0.2rem;
}
@media (max-width: 767px) {
  .fundbox-sec3 .f_nei .cont .fz_box .f_item {
    padding: 0.4rem 0.34rem;
  }
}
.fundbox-sec3 .f_nei .cont .fz_box .f_item .f_tet {
  color: #333333;
  line-height: 1.71428571;
  text-align: center;
  height: 3.42857143em;
  margin-bottom: 0.16rem;
  overflow: hidden;
}
.fundbox-sec3 .f_nei .cont .fz_box .f_item .f_btn {
  display: flex;
  justify-content: center;
}
.fundbox-sec3 .f_nei .cont .fz_box .f_item .f_btn .but {
  cursor: pointer;
  color: #3c699a;
}
.fundbox-sec3 .f_nei .cont .fz_box .f_item .f_btn .but span {
  transition: all 0.4s;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 96%, #3c699a 0%);
  background-size: 0 100%;
  background-repeat: no-repeat;
}
.fundbox-sec3 .f_nei .cont .fz_box .f_item .f_btn .but span:nth-child(2) {
  display: none;
}
.fundbox-sec3 .f_nei .cont .fz_box .f_item .f_btn .but:hover span {
  background-size: 100% 100%;
}
.fundbox-sec3 .f_nei .cont .fz_box .f_item.f_date {
  box-shadow: none;
  margin-bottom: 0;
}
.fundbox-sec3 .f_nei .cont .fz_box .f_item.f_date .f_tet {
  height: auto;
  color: #333333;
  opacity: 0.8;
}
.fundbox-sec3 .f_nei .cont .fz_box .f_list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}
.fundbox-sec3 .f_nei .cont .fz_box .f_list .item {
  padding: 0 5px;
  margin-bottom: 14px;
  width: 50%;
}
@media (max-width: 767px) {
  .fundbox-sec3 .f_nei .cont .fz_box .f_list .item {
    width: 100%;
  }
}
.fundbox-sec3 .f_nei .cont .fz_box .f_list .item .li {
  height: 100%;
  display: block;
  background-color: rgba(255, 255, 255, 0.3);
  box-shadow: 0px 5px 0.13rem 0px rgba(0, 0, 0, 0.05);
  border-radius: 0.1rem;
  padding: 0.33rem 0.2rem 0.2rem 0.24rem;
}
@media (max-width: 767px) {
  .fundbox-sec3 .f_nei .cont .fz_box .f_list .item .li {
    padding: 0.4rem 0.34rem;
  }
}
.fundbox-sec3 .f_nei .cont .fz_box .f_list .item .li .f_tit {
  display: flex;
  align-items: flex-start;
  margin-bottom: 0.08rem;
}
.fundbox-sec3 .f_nei .cont .fz_box .f_list .item .li .f_tit .f_icon {
  width: 0.3rem;
  height: 0.25rem;
  display: flex;
  align-items: center;
  position: relative;
  top: 0.8125em;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .fundbox-sec3 .f_nei .cont .fz_box .f_list .item .li .f_tit .f_icon {
    width: 0.4rem;
    height: 0.35rem;
  }
}
.fundbox-sec3 .f_nei .cont .fz_box .f_list .item .li .f_tit .f_icon img {
  height: 100%;
  max-width: 100%;
  object-fit: contain;
}
.fundbox-sec3 .f_nei .cont .fz_box .f_list .item .li .f_tit .f_t1 {
  width: calc(100% - 0.3rem);
  color: #333333;
  padding-left: 0.12rem;
}
@media (max-width: 767px) {
  .fundbox-sec3 .f_nei .cont .fz_box .f_list .item .li .f_tit .f_t1 {
    width: calc(100% - 0.4rem);
  }
}
.fundbox-sec3 .f_nei .cont .fz_box .f_list .item .li .f_text {
  line-height: 1.85714286;
  color: #666666;
}
.fundbox-sec3 .f_nei .cont .fz_box .f_parti {
  text-align: center;
}
.fundbox-sec3 .f_nei .cont .fz_box .f_parti .f_text {
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 0.1rem;
  padding: 0.19rem 0.36rem;
  color: #333333;
  line-height: 1.71428571;
  margin-bottom: 0.36rem;
  text-align: left;
}
.fundbox-sec3 .f_nei .cont .fz_box .f_parti .f_tit {
  color: #333333;
  margin-bottom: 0.18rem;
}
.fundbox-sec3 .f_nei .cont .fz_box .f_parti .public-btn2 {
  margin-bottom: 0.6rem;
}
.fundbox-sec3 .f_nei .cont .fz_box .f_parti .f_name {
  color: #666666;
  opacity: 0.6;
}
.fundbox-sec3 .f_nei2 {
  background-color: #c6e3f1;
  border-radius: 0.2rem;
  padding: 0.44rem 0.4rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.fundbox-sec3 .f_nei2 .f_heng {
  width: calc(33.333% - 5px);
}
@media (max-width: 767px) {
  .fundbox-sec3 .f_nei2 .f_heng {
    width: 100%;
    margin-bottom: 0.8rem;
  }
}
.fundbox-sec3 .f_nei2 .f_heng .f_hed {
  margin-bottom: 10px;
  display: flex;
  flex-direction: column;
  text-align: center;
  padding: 0.52rem 0.34rem 0.46rem;
  border-radius: 0.1rem;
  background-color: rgba(248, 248, 248, 0.3);
}
.fundbox-sec3 .f_nei2 .f_heng .f_hed .f_img {
  height: 0.45rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.16rem;
}
.fundbox-sec3 .f_nei2 .f_heng .f_hed .f_img img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.fundbox-sec3 .f_nei2 .f_heng .f_hed .f_tit {
  color: #333333;
}
.fundbox-sec3 .f_nei2 .f_heng .f_jut {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.fundbox-sec3 .f_nei2 .f_heng .f_jut .f_time {
  height: 100%;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 0.1rem;
  display: flex;
  flex-direction: column;
  padding: 0 0.2rem;
}
.fundbox-sec3 .f_nei2 .f_heng .f_jut .f_time .f_zhao {
  padding: 0.6rem 0 0.72rem;
  text-align: center;
  height: 50%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.fundbox-sec3 .f_nei2 .f_heng .f_jut .f_time .f_zhao .f_name {
  color: #666666;
  margin-bottom: 4px;
}
.fundbox-sec3 .f_nei2 .f_heng .f_jut .f_time .f_zhao .f_shi {
  color: #333333;
}
.fundbox-sec3 .f_nei2 .f_heng .f_jut .f_parti {
  text-align: center;
  background-color: rgba(255, 255, 255, 0.3);
  height: 100%;
  padding: 0.44rem 0.42rem 0.42rem;
}
.fundbox-sec3 .f_nei2 .f_heng .f_jut .f_parti .f_text {
  color: #666;
  line-height: 1.57142857;
  margin-bottom: 0.52rem;
}
.fundbox-sec3 .f_nei2 .f_heng .f_jut .f_parti .f_tit {
  color: #333333;
  margin-bottom: 0.18rem;
}
.fundbox-sec3 .f_nei2 .f_heng .f_jut .f_parti .public-btn2 {
  margin-bottom: 0.7rem;
  --color: #3c699a;
}
.fundbox-sec3 .f_nei2 .f_heng .f_jut .f_parti .f_name {
  color: #666666;
  opacity: 0.6;
}
.fundbox-sec3 .f_nei2 .f_heng .f_jut .f_box {
  height: calc(50% - 5px);
  border-radius: 0.1rem;
  background-color: rgba(255, 255, 255, 0.3);
}
.fundbox-sec3 .f_nei2 .f_heng .f_jut .f_message {
  text-align: center;
  padding: 22px 0.34rem;
}
@media (max-width: 767px) {
  .fundbox-sec3 .f_nei2 .f_heng .f_jut .f_message {
    margin-bottom: 10px;
  }
}
.fundbox-sec3 .f_nei2 .f_heng .f_jut .f_message .f_text {
  margin-right: -0.2rem;
  padding-right: 0.2rem;
  height: 100%;
  overflow: auto;
  color: #666666;
  line-height: 1.57142857;
  height: 1.45rem;
  scrollbar-width: auto;
}
@media (max-width: 767px) {
  .fundbox-sec3 .f_nei2 .f_heng .f_jut .f_message .f_text {
    height: 3rem;
  }
}
.fundbox-sec3 .f_nei2 .f_heng .f_jut .f_message .f_text::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 2px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
}
.fundbox-sec3 .f_nei2 .f_heng .f_jut .f_message .f_text::-webkit-scrollbar-thumb {
  /*滚动条-滑块*/
  border-radius: 3px;
  background: #3c699a;
}
.fundbox-sec3 .f_nei2 .f_heng .f_jut .f_message .f_text::-webkit-scrollbar-track {
  /*滚动条-背景*/
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.1);
}
.fundbox-sec3 .f_nei2 .f_heng .f_jut .f_qieh {
  padding: 0.3rem 0.34rem;
}
.fundbox-sec3 .f_nei2 .f_heng .f_jut .f_qieh .f_shuhed {
  display: flex;
  align-items: center;
  margin-bottom: 0.3rem;
}
@media (max-width: 1580px) {
  .fundbox-sec3 .f_nei2 .f_heng .f_jut .f_qieh .f_shuhed {
    margin-bottom: 0.15rem;
  }
}
.fundbox-sec3 .f_nei2 .f_heng .f_jut .f_qieh .f_shuhed .f_tit {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
  color: #999999;
  transition: all 0.4s;
}
.fundbox-sec3 .f_nei2 .f_heng .f_jut .f_qieh .f_shuhed .f_tit:before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 0.2rem;
  background-color: #000000;
  opacity: 0.1;
}
.fundbox-sec3 .f_nei2 .f_heng .f_jut .f_qieh .f_shuhed .f_tit:last-child:before {
  display: none;
}
.fundbox-sec3 .f_nei2 .f_heng .f_jut .f_qieh .f_shuhed .f_tit .f_icon {
  width: 0.3rem;
  height: 0.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #999999;
  transition: all 0.4s;
  margin-right: 0.1rem;
}
.fundbox-sec3 .f_nei2 .f_heng .f_jut .f_qieh .f_shuhed .f_tit .f_icon img,
.fundbox-sec3 .f_nei2 .f_heng .f_jut .f_qieh .f_shuhed .f_tit .f_icon svg {
  width: 100%;
  max-height: 100%;
}
.fundbox-sec3 .f_nei2 .f_heng .f_jut .f_qieh .f_shuhed .f_tit.on {
  color: #333;
}
.fundbox-sec3 .f_nei2 .f_heng .f_jut .f_qieh .f_shuhed .f_tit.on .f_icon {
  color: #3d699a;
}
.fundbox-sec3 .f_nei2 .f_heng .f_jut .f_qieh .f_wen {
  position: relative;
}
.fundbox-sec3 .f_nei2 .f_heng .f_jut .f_qieh .f_wen .f_text {
  position: absolute;
  opacity: 0;
  left: 0;
  top: 0;
  color: #666666;
  width: 100%;
  line-height: 1.57142857;
  visibility: hidden;
  transition: all 0.4s;
}
.fundbox-sec3 .f_nei2 .f_heng .f_jut .f_qieh .f_wen .f_text.on {
  position: relative;
  visibility: inherit;
  opacity: 1;
}
.fundbox-sec4 .f_font .public-btn2 {
  --color: #cc0000 !important;
}
@keyframes widthAnd2 {
  from {
    width: 0;
  }
  to {
    width: var(--widthsvg);
  }
}
.widthAnd2 {
  -webkit-animation-name: widthAnd2;
  animation-name: widthAnd2;
}
/* End */
/* 可持续发展 */
.developbox-sec1.x-public-hon2 .container .x-ri .swiper .swiper-slide .c-text::before {
  border-color: #00d959;
}
.developbox-sec2 .cont {
  --startColor: #161616;
  --endColor: #039b81;
}
.developbox-sec2 .cont .f_font .lt {
  position: relative;
}
.developbox-sec2 .cont .f_font .lt .f_tit {
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .developbox-sec2 .cont .f_font .lt .f_tit {
    padding-bottom: 0.1rem;
  }
}
.developbox-sec2 .cont .f_font .lt .f_text {
  font-size: 0.4rem;
  transform-origin: left top;
  color: var(--endColor);
  line-height: 1.1;
}
@media (min-width: 768px) {
  .developbox-sec2 .cont .f_font .lt .f_text {
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
@media (max-width: 767px) {
  .developbox-sec2 .cont .f_font .lt .f_text {
    margin-bottom: 0.4rem;
    font-size: 16px;
  }
}
.developbox-sec2 .cont .f_font .gt .public-btn2 .c-ico {
  background: var(--endColor);
}
.developbox-sec2 .cont .f_font .gt .public-btn2:hover {
  border-color: var(--endColor);
  background: var(--endColor);
}
.developbox-sec2 .cont .f_font .gt .public-btn2:hover .c-ico {
  background: #ffffff;
  color: var(--endColor);
}
.developbox-sec2 .cont .f_taget {
  margin-top: 0.48rem;
}
.developbox-sec2 .cont .f_taget .developbox2_cont {
  width: auto;
  margin: 0 -0.19rem;
}
@media (max-width: 991px) {
  .developbox-sec2 .cont .f_taget .developbox2_cont {
    margin: 0 -0.15rem;
  }
}
.developbox-sec2 .cont .f_taget .developbox2_cont .swiper-slide {
  width: 50%;
  height: auto;
  padding: 0 0.19rem;
}
@media (max-width: 991px) {
  .developbox-sec2 .cont .f_taget .developbox2_cont .swiper-slide {
    padding: 0 0.15rem;
  }
}
@media (max-width: 767px) {
  .developbox-sec2 .cont .f_taget .developbox2_cont .swiper-slide {
    width: 100%;
  }
}
.developbox-sec2 .cont .f_taget .developbox2_cont .swiper-slide .list {
  display: flex;
  flex-direction: column;
  background-color: #f3f7fb;
  border-radius: 0.2rem;
  overflow: hidden;
  position: relative;
  z-index: 2;
  height: 100%;
}
.developbox-sec2 .cont .f_taget .developbox2_cont .swiper-slide .list .font {
  padding: 0.32rem 0.4rem 0.3rem 0.4rem;
}
@media (max-width: 991px) {
  .developbox-sec2 .cont .f_taget .developbox2_cont .swiper-slide .list .font {
    padding-right: 0.6rem;
  }
}
@media (max-width: 767px) {
  .developbox-sec2 .cont .f_taget .developbox2_cont .swiper-slide .list .font {
    padding: 0.4rem 0.34rem;
  }
}
.developbox-sec2 .cont .f_taget .developbox2_cont .swiper-slide .list .font .f_tit {
  color: #333333;
  margin-bottom: 0.14rem;
}
.developbox-sec2 .cont .f_taget .developbox2_cont .swiper-slide .list .font .f_text {
  line-height: 1.625;
  color: #666666;
}
.developbox-sec2 .cont .f_taget .developbox2_cont .swiper-slide .list .f_tu {
  margin-top: auto;
}
.developbox-sec2 .cont .f_taget .developbox2_cont .swiper-slide .list .f_tu:before {
  padding-top: 45.14285714%;
}
.developbox-sec2 .cont .f_taget .developbox2_cont .developbox2_pagin {
  position: relative;
  bottom: 0;
  margin-top: 0.3rem;
  margin-bottom: 0.4rem;
}
@media (max-width: 767px) {
  .developbox-sec2 .cont .f_report {
    margin-top: 14px;
  }
}
.developbox-sec2 .cont .f_report .item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.34rem 0.64rem 0.36rem 0.44rem;
}
@media (max-width: 767px) {
  .developbox-sec2 .cont .f_report .item {
    background-color: #f3f7fb;
    border-radius: 0.2rem;
    padding: 0.4rem 0.36rem;
    margin-bottom: 14px;
  }
}
@media (min-width: 768px) {
  .developbox-sec2 .cont .f_report .item:not(:last-child) {
    border-bottom: solid 1px rgba(195, 203, 211, 0.5);
  }
}
.developbox-sec2 .cont .f_report .item .font {
  width: calc(100% - 40px);
}
.developbox-sec2 .cont .f_report .item .font .f_tit {
  color: #333333;
  width: 100%;
  transition: all 0.4s;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.developbox-sec2 .cont .f_report .item .font .f_text {
  color: #666666;
  line-height: 1.625;
}
@media (min-width: 768px) {
  .developbox-sec2 .cont .f_report .item .font .f_text {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}
@media (max-width: 767px) {
  .developbox-sec2 .cont .f_report .item .font .f_text {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 3.25em;
  }
}
.developbox-sec2 .cont .f_report .item .font .f_jie {
  display: flex;
  flex-wrap: wrap;
  color: #666666;
  line-height: 1.625;
}
@media (max-width: 767px) {
  .developbox-sec2 .cont .f_report .item .font .f_jie {
    font-size: 0.24rem;
  }
}
.developbox-sec2 .cont .f_report .item .font .f_jie p {
  margin-right: 0.35rem;
}
.developbox-sec2 .cont .f_report .item .font .f_jie p:last-child {
  margin-right: 0;
}
.developbox-sec2 .cont .f_report .item .c-ico {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  color: #fff;
  background: var(--endColor);
  transition: all 0.4s;
}
.developbox-sec2 .cont .f_report .item .c-ico .c-svg {
  width: 12px;
  height: 12px;
  object-fit: contain;
}
@media (max-width: 767px) {
  .developbox-sec2 .cont .f_report .item .c-ico {
    width: 24px;
    height: 24px;
  }
  .developbox-sec2 .cont .f_report .item .c-ico .c-svg {
    width: 6px;
    height: 6px;
  }
}
.developbox-sec2 .cont .f_report .item:hover .f_tit {
  color: var(--endColor);
}
@media (max-width: 767px) {
  .developbox-sec2 .cont .f_down {
    margin-top: 0.4rem;
  }
}
.developbox-sec2 .cont .f_down .item .font .f_jie {
  display: flex;
  flex-wrap: wrap;
  color: #666666;
  line-height: 1.625;
}
@media (max-width: 767px) {
  .developbox-sec2 .cont .f_down .item .font .f_jie {
    font-size: 0.24rem;
  }
}
.developbox-sec2 .cont .f_down .item .font .f_jie p {
  margin-right: 0.35rem;
}
.developbox-sec2 .cont .f_down .item .font .f_jie p:last-child {
  margin-right: 0;
}
.developbox-sec2 .cont .f_down .item .c-ico .c-svg {
  width: 12px;
  height: 12px;
}
@media (max-width: 767px) {
  .developbox-sec2 .cont .f_down .item .c-ico .c-svg {
    width: 8px;
    height: 8px;
  }
}
.developbox-sec2 .cont .f_down .item:hover .c-ico {
  transform: rotate(0);
}
.developbox-sec2 .cont.f_mub .f_font .gt {
  width: auto;
  background: none;
  padding-right: 0;
}
@media (max-width: 767px) {
  .developbox-sec2 .cont.f_mub .f_font .gt {
    width: 100%;
    margin-top: 0.2rem;
  }
}
.developbox-sec2 .cont.f_gong .f_font .gt .f_text {
  margin-bottom: 0;
}
/* End */
/* 2050目标 */
.base_pagin {
  position: relative;
  margin-top: 0.4rem;
  display: flex;
  justify-content: center;
}
.base_pagin .swiper-pagination-bullet {
  opacity: 1;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 0;
  width: 0.4rem;
  height: 3px;
  vertical-align: top;
  margin: 0 0.05rem;
  position: relative;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .base_pagin .swiper-pagination-bullet {
    width: 0.3rem;
  }
}
.base_pagin .swiper-pagination-bullet::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  height: 4px;
}
.base_pagin .swiper-pagination-bullet div {
  height: 100%;
  background: var(--color);
  width: 0;
  animation-timing-function: linear;
  animation-duration: 0s;
}
.base_pagin .swiper-pagination-bullet-active {
  width: 0.8rem;
  background: var(--color);
}
.base_pagin .swiper-pagination-bullet-active div {
  width: 0.8rem;
  animation-name: width100;
  animation-duration: 4.8s;
}
.base_pagin.swiper-pagination-lock {
  display: none;
}
.objectivebox-sec1 .f_nei {
  padding: 1.18rem 0 1.24rem;
  border-bottom: 1px solid #ddd;
}
.objectivebox-sec1 .f_nei .f_font {
  display: flex;
  margin-bottom: 0.1rem;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .objectivebox-sec1 .f_nei .f_font {
    margin-bottom: 0.4rem;
  }
}
.objectivebox-sec1 .f_nei .f_font .lt {
  width: 51.8055%;
  padding-right: 0.2rem;
}
@media (max-width: 767px) {
  .objectivebox-sec1 .f_nei .f_font .lt {
    width: 100%;
    padding-right: 0;
    margin-bottom: 0.2rem;
  }
}
.objectivebox-sec1 .f_nei .f_font .lt .f_name {
  color: #999999;
}
@media (max-width: 767px) {
  .objectivebox-sec1 .f_nei .f_font .lt .f_name {
    margin-bottom: 0.1rem;
  }
}
.objectivebox-sec1 .f_nei .f_font .lt .f_tit {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  color: #000000;
  font-size: 0.8rem;
  line-height: 1;
}
@media (max-width: 991px) {
  .objectivebox-sec1 .f_nei .f_font .lt .f_tit {
    font-size: 0.5rem;
  }
}
@media (max-width: 767px) {
  .objectivebox-sec1 .f_nei .f_font .lt .f_tit {
    font-size: 26px;
  }
}
.objectivebox-sec1 .f_nei .f_font .lt .f_tit .f_che {
  margin: 0 0.28rem;
  height: 1.085em;
  width: 1.28rem;
  border: 0.17rem solid var(--shihe);
  border-radius: 0.24rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .objectivebox-sec1 .f_nei .f_font .lt .f_tit .f_che {
    border-width: 0.1rem;
    width: 0.9rem;
    margin: 0 0.1rem;
  }
}
.objectivebox-sec1 .f_nei .f_font .lt .f_tit .f_che > img {
  transform: translateX(-90%);
  width: 90%;
  transition: all 0.6s;
}
@media (max-width: 991px) {
  .objectivebox-sec1 .f_nei .f_font .lt .f_tit .f_che > img {
    transform: translateX(-60%);
  }
}
.objectivebox-sec1 .f_nei .f_font .lt .f_tit .tanczh {
  height: 1.1rem;
  width: 2.3rem;
  border-radius: 0.55rem;
  background: #f3f7fb;
  border: none;
  justify-content: flex-start;
  padding: 0.06rem;
  position: relative;
  transition: all 0.4s;
}
@media (max-width: 1580px) {
  .objectivebox-sec1 .f_nei .f_font .lt .f_tit .tanczh {
    height: 0.9rem;
  }
}
@media (max-width: 1260px) {
  .objectivebox-sec1 .f_nei .f_font .lt .f_tit .tanczh {
    width: 1.8rem;
  }
}
@media (max-width: 991px) {
  .objectivebox-sec1 .f_nei .f_font .lt .f_tit .tanczh {
    height: 0.6rem;
    width: 1.6rem;
  }
}
@media (min-width: 1581px) {
  .objectivebox-sec1 .f_nei .f_font .lt .f_tit .tanczh {
    margin-top: -0.1rem;
  }
}
.objectivebox-sec1 .f_nei .f_font .lt .f_tit .tanczh .f_wei {
  width: 0.95rem;
  height: 0.95rem;
  border-radius: 50%;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0.06rem;
  left: 0.06rem;
  transition: all 0.4s;
}
@media (max-width: 1580px) {
  .objectivebox-sec1 .f_nei .f_font .lt .f_tit .tanczh .f_wei {
    height: 0.78rem;
    width: 0.78rem;
  }
}
@media (max-width: 991px) {
  .objectivebox-sec1 .f_nei .f_font .lt .f_tit .tanczh .f_wei {
    width: 0.5rem;
    height: 0.5rem;
  }
}
.objectivebox-sec1 .f_nei .f_font .lt .f_tit .tanczh .f_wei img,
.objectivebox-sec1 .f_nei .f_font .lt .f_tit .tanczh .f_wei svg {
  width: 52.63157895%;
  height: 47.36842105%;
  object-fit: contain;
}
.objectivebox-sec1 .f_nei .f_font .gt {
  width: 48.1945%;
  padding-right: 0.52rem;
  padding-top: 1em;
}
@media (max-width: 767px) {
  .objectivebox-sec1 .f_nei .f_font .gt {
    width: 100%;
    padding-right: 0;
  }
}
.objectivebox-sec1 .f_nei .f_font .gt .f_text {
  color: #666666;
  line-height: 1.77777778;
}
.objectivebox-sec1 .f_nei .f_shitu {
  width: 100%;
}
.objectivebox-sec1 .f_nei .f_shitu:before {
  padding-top: 30.50139276%;
}
.objectivebox-sec1 .f_nei .f_fazhan {
  margin-top: 0.3rem;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  background-color: #ffffff;
  box-shadow: 0px 0px 0.5rem 0px rgba(170, 193, 207, 0.17);
  border-radius: 0.1rem;
  border: solid 1px #dddddd;
  padding: 0.6rem 0.68rem 0.5rem 0.7rem;
}
@media (max-width: 991px) {
  .objectivebox-sec1 .f_nei .f_fazhan {
    padding: 0.5rem 0.4rem;
  }
}
@media (max-width: 767px) {
  .objectivebox-sec1 .f_nei .f_fazhan {
    padding: 0.46rem 0.34rem;
  }
}
.objectivebox-sec1 .f_nei .f_fazhan .lt {
  width: 30.662%;
  padding-right: 0.3rem;
}
@media (max-width: 767px) {
  .objectivebox-sec1 .f_nei .f_fazhan .lt {
    margin-bottom: 0.4rem;
    padding-right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
}
.objectivebox-sec1 .f_nei .f_fazhan .lt .f_tit {
  color: #000000;
  line-height: 1.25;
  margin-bottom: 0.2rem;
}
@media (max-width: 767px) {
  .objectivebox-sec1 .f_nei .f_fazhan .lt .f_tit {
    margin-bottom: 0;
    flex: 1 1 auto;
  }
}
.objectivebox-sec1 .f_nei .f_fazhan .lt .f_tit span {
  color: var(--shihe);
}
.objectivebox-sec1 .f_nei .f_fazhan .lt .f_time {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  color: var(--shihe);
}
@media (max-width: 767px) {
  .objectivebox-sec1 .f_nei .f_fazhan .lt .f_time {
    flex: 0 0 auto;
    margin-left: 0.3rem;
  }
}
.objectivebox-sec1 .f_nei .f_fazhan .lt .f_time .f_xian {
  width: 0.9rem;
  height: 0;
  margin: 0 4px;
  position: relative;
  --widthsvg: 100%;
  border-top: dashed 1px #dddddd;
}
.objectivebox-sec1 .f_nei .f_fazhan .lt .f_time .f_xian span {
  width: var(--widthsvg);
  background: var(--shihe);
  height: 1px;
  position: absolute;
  top: -1px;
  left: 0;
}
.objectivebox-sec1 .f_nei .f_fazhan .lt .f_time .f_xian span:after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--shihe);
  position: absolute;
  right: 0;
  top: 0.5px;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .objectivebox-sec1 .f_nei .f_fazhan .lt .f_time .f_xian span:after {
    width: 4px;
    height: 4px;
  }
}
.objectivebox-sec1 .f_nei .f_fazhan .gt {
  width: 69.338%;
}
@media (max-width: 767px) {
  .objectivebox-sec1 .f_nei .f_fazhan .gt {
    width: 100%;
  }
}
.objectivebox-sec1 .f_nei .f_fazhan .gt .f_text {
  color: #666666;
  line-height: 1.77777778;
}
.objectivebox-sec1 .f_nei .f_jut {
  position: relative;
  z-index: 2;
  margin-top: 0.76rem;
}
.objectivebox-sec1 .f_nei .f_jut .f_xian {
  position: absolute;
  top: 0.2rem;
  left: 0.27rem;
  width: 0;
  height: 100%;
  z-index: -1;
  border-left: 1px dashed #dddddd;
}
@media (max-width: 767px) {
  .objectivebox-sec1 .f_nei .f_jut .f_xian {
    display: none;
  }
}
.objectivebox-sec1 .f_nei .f_jut .f_xian span {
  height: 0%;
  display: block;
  background: var(--shihe);
  position: absolute;
  left: -1px;
  top: 0;
  width: 1px;
}
.objectivebox-sec1 .f_nei .f_jut .f_xian span:before,
.objectivebox-sec1 .f_nei .f_jut .f_xian span:after {
  content: "";
  display: block;
  background: var(--shihe);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.objectivebox-sec1 .f_nei .f_jut .item {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 1.4rem;
  position: relative;
}
.objectivebox-sec1 .f_nei .f_jut .item:nth-last-child(2) {
  padding-bottom: 0;
}
.objectivebox-sec1 .f_nei .f_jut .item .lt {
  width: 55.85%;
  padding-right: 1.32rem;
  padding-left: 1rem;
}
@media (max-width: 991px) {
  .objectivebox-sec1 .f_nei .f_jut .item .lt {
    padding-right: 0.6rem;
  }
}
@media (max-width: 767px) {
  .objectivebox-sec1 .f_nei .f_jut .item .lt {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    margin-bottom: 0.6rem;
  }
}
.objectivebox-sec1 .f_nei .f_jut .item .lt .f_tit {
  display: flex;
  align-items: center;
  position: relative;
  color: #000000;
}
.objectivebox-sec1 .f_nei .f_jut .item .lt .f_tit .f_icon {
  width: 0.55rem;
  height: 0.55rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: -1rem;
  top: 0.6em;
  border-radius: 5px;
  transform: translateY(-50%);
  background: var(--shihe);
  color: #ffffff;
}
@media (max-width: 767px) {
  .objectivebox-sec1 .f_nei .f_jut .item .lt .f_tit .f_icon {
    margin-right: 0.2rem;
    left: 0;
    top: 0.7em;
    width: 0.66rem;
    height: 0.66rem;
    position: relative;
    color: var(--shihe);
    background-color: #e9f1f7;
  }
}
.objectivebox-sec1 .f_nei .f_jut .item .lt .f_tit .f_icon img,
.objectivebox-sec1 .f_nei .f_jut .item .lt .f_tit .f_icon svg {
  width: 50%;
  height: 50%;
  object-fit: contain;
}
.objectivebox-sec1 .f_nei .f_jut .item .lt .f_tit .f_icon:after {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  background: #ffffff;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  border: 1px solid var(--shihe);
  bottom: inherit;
  opacity: 1;
}
@media (max-width: 767px) {
  .objectivebox-sec1 .f_nei .f_jut .item .lt .f_tit .f_icon:after {
    display: none;
  }
}
.objectivebox-sec1 .f_nei .f_jut .item .lt .f_text {
  margin-top: 0.27rem;
  color: #666666;
  line-height: 1.66666667;
}
.objectivebox-sec1 .f_nei .f_jut .item .lt .f_hint {
  background-color: #f3f7fb;
  border-radius: 10px;
  padding: 12px 16px 12px 10px;
  line-height: 1.5;
  font-size: 12px;
  margin-top: 0.9rem;
}
@media (max-width: 767px) {
  .objectivebox-sec1 .f_nei .f_jut .item .lt .f_hint {
    margin-top: 0.4rem;
  }
}
.objectivebox-sec1 .f_nei .f_jut .item .lt .f_hint p {
  color: #888888;
  padding-left: 1.66666667em;
  position: relative;
}
.objectivebox-sec1 .f_nei .f_jut .item .lt .f_hint p:before {
  content: attr(data-index);
  display: block;
  position: absolute;
  left: 0;
  top: 0.75em;
  transform: translateY(-50%);
  width: 1.3em;
  height: 1.3em;
  background-color: rgba(0, 109, 158, 0.12);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  color: var(--shihe);
}
.objectivebox-sec1 .f_nei .f_jut .item .lt .f_dire {
  margin-top: 0.72rem;
  position: relative;
}
.objectivebox-sec1 .f_nei .f_jut .item .lt .f_dire .objectivebox1_cont {
  width: auto;
  margin: 0 -7px;
}
.objectivebox-sec1 .f_nei .f_jut .item .lt .f_dire .objectivebox1_cont .swiper-slide {
  width: 33.333%;
  padding: 0 7px;
}
@media (max-width: 991px) {
  .objectivebox-sec1 .f_nei .f_jut .item .lt .f_dire .objectivebox1_cont .swiper-slide {
    width: 50%;
  }
}
.objectivebox-sec1 .f_nei .f_jut .item .lt .f_dire .objectivebox1_cont .swiper-slide .li {
  cursor: pointer;
  display: block;
}
.objectivebox-sec1 .f_nei .f_jut .item .lt .f_dire .objectivebox1_cont .swiper-slide .li .f_img {
  border-radius: 0.1rem;
  margin-bottom: 0.16rem;
}
.objectivebox-sec1 .f_nei .f_jut .item .lt .f_dire .objectivebox1_cont .swiper-slide .li .f_img:before {
  padding-top: 54.45544554%;
}
.objectivebox-sec1 .f_nei .f_jut .item .lt .f_dire .objectivebox1_cont .swiper-slide .li .f_tu {
  position: relative;
}
.objectivebox-sec1 .f_nei .f_jut .item .lt .f_dire .objectivebox1_cont .swiper-slide .li .f_tu i {
  display: block;
  background: var(--color);
  width: 0.36rem;
  height: 0.36rem;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  display: flex;
  opacity: 0;
  transition: all 0.4s;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .objectivebox-sec1 .f_nei .f_jut .item .lt .f_dire .objectivebox1_cont .swiper-slide .li .f_tu i {
    display: none;
  }
}
.objectivebox-sec1 .f_nei .f_jut .item .lt .f_dire .objectivebox1_cont .swiper-slide .li .f_tu i:before,
.objectivebox-sec1 .f_nei .f_jut .item .lt .f_dire .objectivebox1_cont .swiper-slide .li .f_tu i:after {
  content: "";
  display: block;
  width: 30%;
  height: 1px;
  background: #ffffff;
}
.objectivebox-sec1 .f_nei .f_jut .item .lt .f_dire .objectivebox1_cont .swiper-slide .li .f_tu i:before {
  margin-bottom: 0;
}
.objectivebox-sec1 .f_nei .f_jut .item .lt .f_dire .objectivebox1_cont .swiper-slide .li .f_tu i:after {
  transform: rotate(90deg);
  margin-top: -1px;
}
.objectivebox-sec1 .f_nei .f_jut .item .lt .f_dire .objectivebox1_cont .swiper-slide .li .f_t1 {
  color: #333333;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .objectivebox-sec1 .f_nei .f_jut .item .lt .f_dire .objectivebox1_cont .swiper-slide .li .f_t1 {
    font-size: 12px;
  }
}
.objectivebox-sec1 .f_nei .f_jut .item .lt .f_dire .objectivebox1_cont .swiper-slide .li .f_hide {
  display: none;
}
.objectivebox-sec1 .f_nei .f_jut .item .lt .f_dire .objectivebox1_cont .swiper-slide .li:hover .f_img img {
  transform: scale(1.06);
}
.objectivebox-sec1 .f_nei .f_jut .item .lt .f_dire .objectivebox1_cont .swiper-slide .li:hover .f_t1 {
  color: var(--shihe);
}
.objectivebox-sec1 .f_nei .f_jut .item .lt .f_dire .objectivebox1_cont .swiper-slide .li:hover .f_tu i {
  opacity: 1;
}
.objectivebox-sec1 .f_nei .f_jut .item .lt .f_dire .objectivebox1_cont .objectivebox1_pagin {
  bottom: 0;
}
.objectivebox-sec1 .f_nei .f_jut .item .lt .f_dire .f_alt {
  position: absolute;
  left: 0;
  top: 110%;
  width: 5rem;
  background-color: #ffffff;
  box-shadow: 0px 0px 0.5rem 0px rgba(170, 193, 207, 0.38);
  border-radius: 0.1rem;
  padding: 0.24rem 0.28rem;
  z-index: 20;
  display: none;
}
@media (max-width: 767px) {
  .objectivebox-sec1 .f_nei .f_jut .item .lt .f_dire .f_alt {
    width: 100%;
  }
}
.objectivebox-sec1 .f_nei .f_jut .item .lt .f_dire .f_alt .f_txt {
  color: #666666;
  line-height: 1.57142857;
}
.objectivebox-sec1 .f_nei .f_jut .item .lt .f_dire .f_alt .f_hint {
  margin-top: 8px;
}
.objectivebox-sec1 .f_nei .f_jut .item .lt .f_dire .f_alt .f_hint p:before {
  color: var(--color);
}
.objectivebox-sec1 .f_nei .f_jut .item .lt .f_dire .f_alt:before {
  content: "";
  position: absolute;
  left: var(--altjian);
  bottom: 100%;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 15px solid #ffffff;
}
@media (max-width: 1580px) {
  .objectivebox-sec1 .f_nei .f_jut .item .lt .f_dire .f_alt:before {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 11px solid #ffffff;
  }
}
.objectivebox-sec1 .f_nei .f_jut .item .gt {
  position: relative;
  width: 44.15%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .objectivebox-sec1 .f_nei .f_jut .item .gt {
    width: 100%;
  }
}
.objectivebox-sec1 .f_nei .f_jut .item .gt .f_litu:before {
  padding-top: 78.35703002%;
}
.objectivebox-sec1 .f_nei .f_jut .item .gt .f_tu {
  position: relative;
  width: 91.2%;
  float: right;
}
@media (max-width: 767px) {
  .objectivebox-sec1 .f_nei .f_jut .item .gt .f_tu {
    width: 100%;
  }
}
.objectivebox-sec1 .f_nei .f_jut .item .gt .f_tu .li .f_li_img:before {
  padding-top: 85.73913043%;
}
.objectivebox-sec1 .f_nei .f_jut .item.on ~ .item .lt .f_tit .f_icon {
  color: var(--shihe);
  background-color: #e9f1f7;
}
.objectivebox-sec1 .f_nei .f_jut .item.on ~ .item .lt .f_tit .f_icon:after {
  opacity: 0;
}
.objectivebox-sec1 .f_nei .f_jut .f_xindong {
  padding-bottom: 0.2rem;
}
.objectivebox-sec1 .f_nei .f_jut .f_xindong .lt .f_carbon {
  width: 100%;
  padding-right: 0.74rem;
  margin-top: 0.3rem;
}
@media (max-width: 767px) {
  .objectivebox-sec1 .f_nei .f_jut .f_xindong .lt .f_carbon {
    padding-right: 0;
    display: none;
  }
}
.objectivebox-sec1 .f_nei .f_jut .f_xindong .lt .f_carbon .li {
  width: 100%;
  padding-left: 0.2rem;
  margin-bottom: 0.48rem;
}
.objectivebox-sec1 .f_nei .f_jut .f_xindong .lt .f_carbon .li:last-child {
  margin-bottom: 0;
}
.objectivebox-sec1 .f_nei .f_jut .f_xindong .lt .f_carbon .li .f_t1 {
  color: #333333;
  transition: all 0.4s;
  cursor: pointer;
  position: relative;
}
.objectivebox-sec1 .f_nei .f_jut .f_xindong .lt .f_carbon .li .f_t1:before {
  content: "";
  display: block;
  position: absolute;
  left: -0.2rem;
  top: 0.72em;
  transform: translateY(-50%);
  width: 0.08rem;
  height: 0.08rem;
  border-radius: 50%;
  background: #333333;
  transition: all 0.4s;
}
.objectivebox-sec1 .f_nei .f_jut .f_xindong .lt .f_carbon .li .f_txt {
  color: #999999;
  padding-top: 0.1rem;
  display: none;
}
.objectivebox-sec1 .f_nei .f_jut .f_xindong .lt .f_carbon .li.on .f_t1 {
  color: var(--shihe);
}
.objectivebox-sec1 .f_nei .f_jut .f_xindong .lt .f_carbon .li.on .f_t1:before {
  background: var(--shihe);
}
.objectivebox-sec1 .f_nei .f_jut .f_xindong .gt .objectivebox1_xindong .xingdong_pagin {
  bottom: 0;
}
@media (min-width: 768px) {
  .objectivebox-sec1 .f_nei .f_jut .f_xindong .gt .objectivebox1_xindong .xingdong_pagin {
    display: none;
  }
}
.objectivebox-sec1 .f_nei .f_jut .f_xindong .gt .f_tu .li .f_medio {
  position: relative;
  border-radius: 0.2rem;
  overflow: hidden;
}
.objectivebox-sec1 .f_nei .f_jut .f_xindong .gt .f_tu .li .f_medio .f_li_img:before {
  padding-top: 70%;
}
.objectivebox-sec1 .f_nei .f_jut .f_xindong .gt .f_tu .li .f_medio video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 2;
}
.objectivebox-sec1 .f_nei .f_jut .f_xindong .gt .f_tu .li .font {
  margin-top: 0.3rem;
}
@media (min-width: 768px) {
  .objectivebox-sec1 .f_nei .f_jut .f_xindong .gt .f_tu .li .font {
    display: none;
  }
}
.objectivebox-sec1 .f_nei .f_jut .f_xindong .gt .f_tu .li .font .f_t1 {
  color: #333333;
}
.objectivebox-sec1 .f_nei .f_jut .f_xindong .gt .f_tu .li .font .f_txt {
  color: #999999;
  padding-top: 0.1rem;
}
.objectivebox-sec1 .f_nei.on .f_font .lt .f_tit .tanczh {
  background: #009b80;
}
.objectivebox-sec1 .f_nei.on .f_font .lt .f_tit .f_che > img {
  transform: translateX(0);
}
.objectivebox-sec1 .f_nei.on .f_font .lt .f_tit .tanczh .f_wei {
  left: calc(100% - 1.01rem);
}
@media (max-width: 1580px) {
  .objectivebox-sec1 .f_nei.on .f_font .lt .f_tit .tanczh .f_wei {
    left: calc(100% - 0.87rem);
  }
}
@media (max-width: 991px) {
  .objectivebox-sec1 .f_nei.on .f_font .lt .f_tit .tanczh .f_wei {
    left: calc(100% - 0.56rem);
  }
}
.objectivebox-sec1 .f_nei2 {
  --shihe: #009b80;
}
.objectivebox-sec2 .container .swiper ul li .x-box {
  position: relative;
}
.objectivebox-sec2 .container .swiper ul li .x-box .f_tag {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 5px;
  position: absolute;
  left: 10px;
  top: 10px;
  padding: 6px 10px;
  color: #161616;
  z-index: 2;
  -webkit-backdrop-filter: saturate(180%) blur(6px);
  backdrop-filter: saturate(180%) blur(6px);
}
@media (max-width: 1580px) {
  .objectivebox-sec2 .container .swiper ul li .x-box .f_tag {
    padding: 4px 8px;
  }
}
/* End */
/* 节能竞技大赛 */
.megagamebox-xian.x-public-hon2 .container .x-ri .swiper .swiper-slide .c-text::before {
  background-image: linear-gradient(90deg, #018fcd 0%, #b0e302 100%), linear-gradient(#cc0000, #cc0000);
  border: none;
  height: 2px;
}
.megagamebox-sec1 {
  padding: 1.1rem 0 1.7rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .megagamebox-sec1 {
    padding: 1.2rem 0;
  }
}
.megagamebox-sec1 .f_font {
  position: relative;
  text-align: center;
  margin-bottom: 1.1rem;
}
.megagamebox-sec1 .f_font .f_tit {
  position: relative;
  display: flex;
  justify-content: center;
}
.megagamebox-sec1 .f_font .f_tit h2 {
  position: relative;
  z-index: 2;
  color: #000000;
}
.megagamebox-sec1 .f_font .f_tit i {
  display: flex;
  justify-content: flex-start;
  overflow: hidden;
  position: absolute;
  top: 0;
  --widthsvg: 1.1rem;
  left: calc(100% - 1.1rem);
  width: var(--widthsvg);
  z-index: -1;
}
.megagamebox-sec1 .f_font .f_tit i img {
  max-width: inherit;
  width: var(--widthsvg);
}
.megagamebox-sec1 .cont {
  position: relative;
}
.megagamebox-sec1 .cont .mega_font {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100vw;
  display: flex;
  overflow: hidden;
}
.megagamebox-sec1 .cont .mega_font .c-box {
  position: relative;
  flex-shrink: 0;
  display: flex;
  align-items: flex-start;
}
.megagamebox-sec1 .cont .mega_font .c-box p {
  width: 70vw;
  color: #000000;
  opacity: 0.2;
}
.megagamebox-sec1 .cont .megagamebox1_cont {
  width: auto;
  margin: 0 -0.15rem;
  overflow: visible;
}
@media (max-width: 767px) {
  .megagamebox-sec1 .cont .megagamebox1_cont {
    margin: 0;
  }
}
@media (min-width: 768px) {
  .megagamebox-sec1 .cont .megagamebox1_cont {
    animation-name: none !important;
    visibility: inherit !important;
    opacity: 1;
  }
}
.megagamebox-sec1 .cont .megagamebox1_cont .swiper-wrapper {
  transform-style: inherit;
}
.megagamebox-sec1 .cont .megagamebox1_cont .swiper-slide {
  width: 33.333%;
  padding: 0 0.15rem;
}
@media (min-width: 768px) {
  .megagamebox-sec1 .cont .megagamebox1_cont .swiper-slide {
    transition: all 0.8s;
  }
  .megagamebox-sec1 .cont .megagamebox1_cont .swiper-slide:nth-child(1) {
    transform: translateX(100%) rotate(-3deg);
  }
  .megagamebox-sec1 .cont .megagamebox1_cont .swiper-slide:nth-child(2) {
    transform: translateX(0%) rotate(4deg);
    z-index: 2;
  }
  .megagamebox-sec1 .cont .megagamebox1_cont .swiper-slide:nth-child(3) {
    transform: translateX(-100%) rotate(-4deg);
  }
}
@media (max-width: 767px) {
  .megagamebox-sec1 .cont .megagamebox1_cont .swiper-slide {
    width: 90%;
  }
}
.megagamebox-sec1 .cont .megagamebox1_cont .swiper-slide .swiper-slide-shadow {
  display: none;
}
.megagamebox-sec1 .cont .megagamebox1_cont .swiper-slide .list {
  display: block;
  position: relative;
  border-radius: 0.2rem;
  overflow: hidden;
  transform: rotateY(0);
  transition: transform 0.5s;
}
.megagamebox-sec1 .cont .megagamebox1_cont .swiper-slide .list .f_img:before {
  padding-top: 134.34782609%;
}
.megagamebox-sec1 .cont .megagamebox1_cont .swiper-slide .list .f_tit {
  line-height: 1.1;
}
.megagamebox-sec1 .cont .megagamebox1_cont .swiper-slide .list .f_jt {
  width: 100%;
  color: #ffffff;
  position: relative;
  transform: translateZ(0.1px);
  display: block;
}
.megagamebox-sec1 .cont .megagamebox1_cont .swiper-slide .list .f_jt .f_img:after {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 50%);
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0;
}
.megagamebox-sec1 .cont .megagamebox1_cont .swiper-slide .list .f_jt .font {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  width: 100%;
  opacity: 0;
  padding: 0.58rem 0.3rem;
}
@media (max-width: 991px) {
  .megagamebox-sec1 .cont .megagamebox1_cont .swiper-slide .list .f_jt .font {
    padding: 0.4rem 0.2rem;
  }
}
@media (max-width: 767px) {
  .megagamebox-sec1 .cont .megagamebox1_cont .swiper-slide .list .f_jt .font {
    opacity: 1;
  }
}
.megagamebox-sec1 .cont .megagamebox1_cont .swiper-slide .list .f_jt .font .f_tit {
  margin-bottom: 0.16rem;
}
.megagamebox-sec1 .cont .megagamebox1_cont .swiper-slide .list .f_jt .font .f_text {
  opacity: 0.9;
  line-height: 1.5;
}
.megagamebox-sec1 .cont .megagamebox1_cont .swiper-slide .list .f_hover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.4s;
  display: flex;
  color: #ffffff;
  flex-direction: column;
  padding: 0.34rem 0.38rem 0.3rem;
  transform: rotateY(180deg) translateZ(0.1px);
  clip-path: inset(1px);
}
@media (max-width: 991px) {
  .megagamebox-sec1 .cont .megagamebox1_cont .swiper-slide .list .f_hover {
    padding: 0.34rem 0.24rem;
  }
}
.megagamebox-sec1 .cont .megagamebox1_cont .swiper-slide .list .f_hover:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-image: linear-gradient(45deg, #018fcd 0%, #b0e302 100%), linear-gradient(#333333, #333333);
  opacity: 0.9;
  color: #ffffff;
}
.megagamebox-sec1 .cont .megagamebox1_cont .swiper-slide .list .f_hover .f_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.megagamebox-sec1 .cont .megagamebox1_cont .swiper-slide .list .f_hover .f_tit,
.megagamebox-sec1 .cont .megagamebox1_cont .swiper-slide .list .f_hover .f_text {
  position: relative;
  z-index: 3;
}
.megagamebox-sec1 .cont .megagamebox1_cont .swiper-slide .list .f_hover .f_tit {
  margin-bottom: 0.16rem;
}
.megagamebox-sec1 .cont .megagamebox1_cont .swiper-slide .list .f_hover .f_text {
  margin-top: auto;
  opacity: 0.8;
  line-height: 1.33333333;
}
@media (max-width: 991px) {
  .megagamebox-sec1 .cont .megagamebox1_cont .swiper-slide .list .f_hover .f_text {
    height: 3rem;
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .megagamebox-sec1 .cont .megagamebox1_cont .swiper-slide .list .f_hover .f_text {
    height: 5.6rem;
  }
}
@media (max-width: 767px) {
  .megagamebox-sec1 .cont .megagamebox1_cont .swiper-slide .list .f_jt {
    opacity: 1;
  }
  .megagamebox-sec1 .cont .megagamebox1_cont .swiper-slide .list .f_jt .f_img:after {
    opacity: 1;
  }
  .megagamebox-sec1 .cont .megagamebox1_cont .swiper-slide .list .f_jt .font {
    opacity: 1;
  }
}
.megagamebox-sec1 .cont .megagamebox1_cont .swiper-slide:hover .list {
  transform: rotateY(180deg);
}
.megagamebox-sec1 .cont .megagamebox1_cont .swiper-slide:hover .list .f_jt {
  opacity: 0;
  transition: all 0.4s 0.2s;
}
.megagamebox-sec1 .cont .megagamebox1_cont .swiper-slide:hover .list .f_hover {
  clip-path: none;
  opacity: 1;
}
.megagamebox-sec1 .cont .megagamebox1_cont .megagamebox1_pagin {
  --color: #0591c9;
}
@media (max-width: 767px) {
  .megagamebox-sec1 .cont .megagamebox1_cont .megagamebox1_pagin {
    margin-top: 0.5rem;
    bottom: 0;
  }
}
@media (max-width: 767px) {
  .megagamebox-sec1 .cont .megagamebox1_cont .swiper-slide {
    transform: scale(0.9) !important;
    transition: all 0.5s;
  }
  .megagamebox-sec1 .cont .megagamebox1_cont .swiper-slide-active {
    transform: scale(1) !important;
  }
}
.megagamebox-sec1 .cont .megagamebox1_cont.on .swiper-slide {
  perspective: 1000px;
  transform: translate(0) rotate(0deg);
}
.megagamebox-sec1 .cont .megagamebox1_cont.on .swiper-slide .list {
  transform-style: preserve-3d;
}
.megagamebox-sec1 .cont .megagamebox1_cont.on .swiper-slide .list .f_jt {
  opacity: 1;
}
.megagamebox-sec1 .cont .megagamebox1_cont.on .swiper-slide .list .f_jt .f_img:after {
  opacity: 1;
}
.megagamebox-sec1 .cont .megagamebox1_cont.on .swiper-slide .list .f_jt .font {
  opacity: 1;
}
.megagamebox-sec2 {
  padding: 1.1rem 0 1.17rem;
  background-color: #f3f7fb;
}
.megagamebox-sec2 .f_font {
  position: relative;
  text-align: center;
  margin-bottom: 0.56rem;
}
.megagamebox-sec2 .f_font .f_tit {
  position: relative;
  display: flex;
  justify-content: center;
}
@media (max-width: 991px) {
  .megagamebox-sec2 .f_font .f_tit {
    margin-bottom: 0.6rem;
  }
}
.megagamebox-sec2 .f_font .f_tit h2 {
  position: relative;
  z-index: 2;
  color: #000000;
}
.megagamebox-sec2 .f_font .f_tit .huigu1 {
  display: flex;
  justify-content: flex-start;
  overflow: hidden;
  position: absolute;
  bottom: -0.16em;
  --widthsvg: 2rem;
  left: calc(100% - 2rem);
  width: var(--widthsvg);
  z-index: -1;
}
.megagamebox-sec2 .f_font .f_tit .huigu1 img {
  max-width: inherit;
  width: var(--widthsvg);
}
.megagamebox-sec2 .f_font .f_tit .huigu2 {
  display: flex;
  justify-content: flex-start;
  overflow: hidden;
  position: absolute;
  top: -0.12em;
  --widthsvg: 0.22rem;
  left: 100%;
  margin-left: 0.1rem;
  width: var(--widthsvg);
  z-index: -1;
}
.megagamebox-sec2 .f_font .f_tit .huigu2 img {
  max-width: inherit;
  width: var(--widthsvg);
}
.megagamebox-sec2 .megagamebox2_cont {
  width: auto;
  margin: 0 -0.15rem;
}
@media (max-width: 767px) {
  .megagamebox-sec2 .megagamebox2_cont {
    margin-bottom: 0.6rem;
  }
  .megagamebox-sec2 .megagamebox2_cont:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .megagamebox-sec2 .megagamebox2_cont .swiper-wrapper {
    flex-wrap: wrap;
  }
}
.megagamebox-sec2 .megagamebox2_cont .swiper-wrapper .swiper-slide {
  width: 33.333%;
  height: auto;
  padding: 0 0.15rem;
  margin-bottom: 0.3rem;
}
@media (max-width: 991px) {
  .megagamebox-sec2 .megagamebox2_cont .swiper-wrapper .swiper-slide {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .megagamebox-sec2 .megagamebox2_cont .swiper-wrapper .swiper-slide {
    width: 100%;
    width: 80%;
    margin-bottom: 0;
  }
}
.megagamebox-sec2 .megagamebox2_cont .swiper-wrapper .swiper-slide .list {
  background: #ffffff;
  overflow: hidden;
  position: relative;
  border-radius: 0.2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.megagamebox-sec2 .megagamebox2_cont .swiper-wrapper .swiper-slide .list .font {
  padding: 0.22rem 0.4rem;
}
.megagamebox-sec2 .megagamebox2_cont .swiper-wrapper .swiper-slide .list .font .f_tit {
  color: #2d2d2d;
  margin-bottom: 0.07rem;
}
.megagamebox-sec2 .megagamebox2_cont .swiper-wrapper .swiper-slide .list .font .f_text {
  display: flex;
  align-items: flex-start;
  color: var(--color);
}
.megagamebox-sec2 .megagamebox2_cont .swiper-wrapper .swiper-slide .list .font .f_text img,
.megagamebox-sec2 .megagamebox2_cont .swiper-wrapper .swiper-slide .list .font .f_text svg {
  position: relative;
  width: 17px;
  height: 15px;
  top: 0.8125em;
  transform: translateY(-50%);
  margin-right: 5px;
  object-fit: contain;
}
@media (max-width: 767px) {
  .megagamebox-sec2 .megagamebox2_cont .swiper-wrapper .swiper-slide .list .font .f_text img,
  .megagamebox-sec2 .megagamebox2_cont .swiper-wrapper .swiper-slide .list .font .f_text svg {
    width: 14px;
    height: 12px;
  }
}
.megagamebox-sec2 .megagamebox2_cont .swiper-wrapper .swiper-slide .list .f_tu {
  position: relative;
  margin-top: auto;
}
.megagamebox-sec2 .megagamebox2_cont .swiper-wrapper .swiper-slide .list .f_tu .f_img:before {
  padding-top: 62.13017751%;
}
.megagamebox-sec2 .megagamebox2_cont .swiper-wrapper .swiper-slide .list .f_tu .f_img:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #252529;
  opacity: 0;
  transition: all 0.4s;
  z-index: 2;
}
.megagamebox-sec2 .megagamebox2_cont .swiper-wrapper .swiper-slide .list .f_tu .public-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
  color: #ffffff;
  opacity: 0;
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: all 0.4s;
}
.megagamebox-sec2 .megagamebox2_cont .swiper-wrapper .swiper-slide .list .f_tu .public-btn:before {
  background-image: linear-gradient(90deg, #018fcd 0%, #b0e302 100%), linear-gradient(#cc0000, #cc0000);
  display: none;
}
.megagamebox-sec2 .megagamebox2_cont .swiper-wrapper .swiper-slide .list .f_tu .public-btn .c-ico {
  transform: rotate(0);
  color: #ffffff;
  background-image: linear-gradient(90deg, #018fcd 0%, #b0e302 100%), linear-gradient(#cc0000, #cc0000);
}
.megagamebox-sec2 .megagamebox2_cont .swiper-wrapper .swiper-slide .list:hover .f_img img {
  transform: scale(1.06);
}
.megagamebox-sec2 .megagamebox2_cont .swiper-wrapper .swiper-slide.clickAlt .list {
  cursor: pointer;
}
@media (max-width: 991px) {
  .megagamebox-sec2 .megagamebox2_cont .swiper-wrapper .swiper-slide.clickAlt .list .f_tu .f_img:after {
    opacity: 0.3;
  }
  .megagamebox-sec2 .megagamebox2_cont .swiper-wrapper .swiper-slide.clickAlt .list .f_tu .public-btn {
    opacity: 1;
  }
}
.megagamebox-sec2 .megagamebox2_cont .swiper-wrapper .swiper-slide.clickAlt .list:hover .f_tu .f_img:after {
  opacity: 0.3;
}
.megagamebox-sec2 .megagamebox2_cont .swiper-wrapper .swiper-slide.clickAlt .list:hover .f_tu .public-btn {
  opacity: 1;
}
@media (min-width: 992px) {
  .megagamebox-sec2 .megagamebox2_cont .swiper-wrapper .swiper-slide.item {
    width: 25%;
  }
}
.megagamebox-sec2 .megagamebox2_cont .qie {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .megagamebox-sec2 .megagamebox2_cont .qie {
    display: none;
  }
}
.megagamebox-sec2 .megagamebox2_cont .qie .megagamebox2_prev,
.megagamebox-sec2 .megagamebox2_cont .qie .megagamebox2_next {
  margin: 0.5rem 0.1rem 0;
}
.megagamebox-sec2 .megagamebox2_cont .qie .megagamebox2_prev:hover,
.megagamebox-sec2 .megagamebox2_cont .qie .megagamebox2_next:hover {
  background-color: #006d9e;
}
.megagamebox-sec2 .megagamebox2_cont .qie .megagamebox2_prev.swiper-button-disabled,
.megagamebox-sec2 .megagamebox2_cont .qie .megagamebox2_next.swiper-button-disabled {
  opacity: 0.6;
}
.megagamebox-sec3 {
  padding: 2.58rem 0 1.3rem;
  overflow: hidden;
  max-width: 1920px;
  margin: 0 auto;
}
.megagamebox-sec3 .f_font {
  margin: 0 auto 0.6rem;
  position: relative;
  width: 9.34rem;
  text-align: center;
  max-width: 100%;
}
@media (max-width: 767px) {
  .megagamebox-sec3 .f_font {
    width: 100%;
  }
}
.megagamebox-sec3 .f_font .f_bag {
  position: absolute;
  left: 50%;
  top: -1.1rem;
  width: 9.4rem;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .megagamebox-sec3 .f_font .f_bag {
    width: 100%;
  }
}
.megagamebox-sec3 .f_font .f_bag img {
  width: 100%;
}
.megagamebox-sec3 .f_font .f_tit {
  position: relative;
  margin-bottom: 0.8rem;
  display: flex;
  justify-content: center;
  --widthsvg: 2.52rem;
}
@media (max-width: 991px) {
  .megagamebox-sec3 .f_font .f_tit {
    margin-bottom: 0.6rem;
  }
}
.megagamebox-sec3 .f_font .f_tit h2 {
  position: relative;
  z-index: 2;
  color: #000000;
}
.megagamebox-sec3 .f_font .f_tit i {
  display: flex;
  justify-content: flex-start;
  overflow: hidden;
  position: absolute;
  bottom: -0.16em;
  left: calc(100% - 2.52rem);
  width: var(--widthsvg);
  z-index: -1;
}
.megagamebox-sec3 .f_font .f_tit i img {
  max-width: inherit;
  width: var(--widthsvg);
}
.megagamebox-sec3 .f_font .f_text {
  color: #666666;
  line-height: 1.875;
}
.megagamebox-sec3 .cont {
  position: relative;
}
.megagamebox-sec3 .cont:before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  top: 0.35rem;
  background-color: #0591c9;
  opacity: 0.1;
  width: 100%;
  height: 2px;
}
.megagamebox-sec3 .cont .megagamebox3_cont {
  width: auto;
  margin: 0 -0.15rem;
  overflow: visible;
}
@media (max-width: 767px) {
  .megagamebox-sec3 .cont .megagamebox3_cont {
    overflow: hidden;
  }
}
.megagamebox-sec3 .cont .megagamebox3_cont .swiper-slide {
  width: 40.97222%;
  padding: 0.3rem 0.15rem 0;
  height: auto;
  display: flex;
  flex-direction: column;
}
@media (max-width: 991px) {
  .megagamebox-sec3 .cont .megagamebox3_cont .swiper-slide {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .megagamebox-sec3 .cont .megagamebox3_cont .swiper-slide {
    width: 100%;
  }
}
.megagamebox-sec3 .cont .megagamebox3_cont .swiper-slide .f_circle {
  position: relative;
  width: 0.12rem;
  height: 0.12rem;
  margin-left: 0.07rem;
  background-image: linear-gradient(90deg, #018fcd 0%, #b0e302 100%), linear-gradient(#85c4dd, #85c4dd);
  border-radius: 50%;
  margin-bottom: 0.26rem;
}
@media (max-width: 767px) {
  .megagamebox-sec3 .cont .megagamebox3_cont .swiper-slide .f_circle {
    width: 0.16rem;
    height: 0.16rem;
    margin: 0 auto;
  }
}
.megagamebox-sec3 .cont .megagamebox3_cont .swiper-slide .f_circle:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 300%;
  height: 300%;
  background-image: linear-gradient(90deg, #018fcd 0%, #b0e302 100%), linear-gradient(#85c4dd, #85c4dd);
  border-radius: 50%;
  z-index: -1;
  opacity: 0;
  animation: scale100 1s linear infinite;
}
.megagamebox-sec3 .cont .megagamebox3_cont .swiper-slide .f_shu {
  font-family: 'Honda-Head', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  color: #006d9e;
  font-size: 0.56rem;
  line-height: 1.1;
  margin-bottom: 0.24rem;
}
@media (max-width: 767px) {
  .megagamebox-sec3 .cont .megagamebox3_cont .swiper-slide .f_shu {
    text-align: center;
    margin-top: 0.2rem;
  }
}
.megagamebox-sec3 .cont .megagamebox3_cont .swiper-slide .f_text {
  color: #666;
  line-height: 1.55555556;
  margin-bottom: 0.3rem;
}
.megagamebox-sec3 .cont .megagamebox3_cont .swiper-slide .f_jt {
  background-color: #f3f7fb;
  border-radius: 0.2rem;
  padding: 0.24rem 0.24rem 0.3rem;
  display: block;
  margin-top: auto;
}
.megagamebox-sec3 .cont .megagamebox3_cont .swiper-slide .f_jt .f_msg {
  display: flex;
  align-items: center;
  margin-bottom: 0.24rem;
}
.megagamebox-sec3 .cont .megagamebox3_cont .swiper-slide .f_jt .f_msg .f_img {
  width: 43.945%;
  border-radius: 0.2rem;
}
.megagamebox-sec3 .cont .megagamebox3_cont .swiper-slide .f_jt .f_msg .f_img:before {
  padding-top: 71.55555556%;
}
.megagamebox-sec3 .cont .megagamebox3_cont .swiper-slide .f_jt .f_msg .font {
  width: 56.055%;
  padding-left: 0.4rem;
}
.megagamebox-sec3 .cont .megagamebox3_cont .swiper-slide .f_jt .f_msg .font .li {
  margin-bottom: 0.12rem;
}
@media (max-width: 767px) {
  .megagamebox-sec3 .cont .megagamebox3_cont .swiper-slide .f_jt .f_msg .font .li {
    margin-bottom: 0.06rem;
  }
}
.megagamebox-sec3 .cont .megagamebox3_cont .swiper-slide .f_jt .f_msg .font .li:last-child {
  margin-bottom: 0;
}
.megagamebox-sec3 .cont .megagamebox3_cont .swiper-slide .f_jt .f_msg .font .li .f_name {
  display: flex;
  color: #999999;
  align-items: center;
  font-size: 12px;
}
.megagamebox-sec3 .cont .megagamebox3_cont .swiper-slide .f_jt .f_msg .font .li .f_name img,
.megagamebox-sec3 .cont .megagamebox3_cont .swiper-slide .f_jt .f_msg .font .li .f_name svg {
  width: 18px;
  height: 16px;
  margin-right: 5px;
  object-fit: contain;
}
@media (max-width: 767px) {
  .megagamebox-sec3 .cont .megagamebox3_cont .swiper-slide .f_jt .f_msg .font .li .f_name img,
  .megagamebox-sec3 .cont .megagamebox3_cont .swiper-slide .f_jt .f_msg .font .li .f_name svg {
    width: 14px;
    height: 12px;
  }
}
.megagamebox-sec3 .cont .megagamebox3_cont .swiper-slide .f_jt .f_msg .font .li .f_txt {
  color: #333333;
}
.megagamebox-sec3 .cont .megagamebox3_cont .swiper-slide .f_jt .f_but {
  display: flex;
  align-items: center;
  color: #006d9e;
}
.megagamebox-sec3 .cont .megagamebox3_cont .swiper-slide .f_jt .f_but img,
.megagamebox-sec3 .cont .megagamebox3_cont .swiper-slide .f_jt .f_but svg {
  width: 20px;
  height: 20px;
  object-fit: contain;
  margin-right: 0.1rem;
}
@media (max-width: 767px) {
  .megagamebox-sec3 .cont .megagamebox3_cont .swiper-slide .f_jt .f_but img,
  .megagamebox-sec3 .cont .megagamebox3_cont .swiper-slide .f_jt .f_but svg {
    width: 14px;
    height: 14px;
  }
}
.megagamebox-sec3 .cont .megagamebox3_cont .swiper-slide .f_jt:hover .f_img img {
  transform: scale(1.08);
}
.megagamebox-sec3 .cont .qie {
  display: flex;
  align-items: center;
  justify-content: center;
}
.megagamebox-sec3 .cont .qie .megagamebox3_prev,
.megagamebox-sec3 .cont .qie .megagamebox3_next {
  margin: 0.5rem 0.1rem 0;
}
.megagamebox-sec3 .cont .qie .megagamebox3_prev:hover,
.megagamebox-sec3 .cont .qie .megagamebox3_next:hover {
  background-color: #006d9e;
}
.megagamebox-sec3 .cont .qie .megagamebox3_prev.swiper-button-disabled,
.megagamebox-sec3 .cont .qie .megagamebox3_next.swiper-button-disabled {
  opacity: 0.6;
}
.megagamebox-sec4 {
  background-color: #f3f7fb;
}
.megagamebox-sec4 .f_font {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.megagamebox-sec4 .f_font .public-btn2 {
  --color: #0591c9;
}
.megagamebox-sec4.x-vision4 .container .swiper ul li .x-box {
  background: #ffffff;
}
.megagamebox-sec4.x-vision4 .container .swiper ul li .x-box:hover .x-text .x-sp i svg {
  color: #0591c9;
}
.megagamebox-sec4 .base_pagin {
  bottom: 0;
  --color: #0591c9;
}
.megagameAlt {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  display: none;
}
.megagameAlt .bag {
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.5;
}
.megagameAlt .cont {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #ffffff;
  border-radius: 0.2rem;
  padding: 0.6rem 0.4rem;
  width: 8rem;
  max-width: 90%;
}
@media (max-width: 991px) {
  .megagameAlt .cont {
    width: 12rem;
  }
}
.megagameAlt .cont .f_close {
  position: absolute;
  right: 0.2rem;
  top: 0.2rem;
  width: 0.34rem;
  height: 0.34rem;
  color: #333;
  transition: all 0.4s;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.megagameAlt .cont .f_close img,
.megagameAlt .cont .f_close svg {
  width: 100%;
  max-height: 100%;
}
.megagameAlt .cont .f_close:hover {
  color: var(--color);
}
.megagameAlt .cont .megagameAlt_cont .public-img:before {
  padding-top: 62.13017751%;
}
.megagameAlt .cont .megagameAlt_cont .public-img video {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.megagameAlt .cont .megagameAlt_cont .f_text {
  text-align: center;
  margin-top: 0.3rem;
}
.megagameAlt .cont .qie .megagameAlt_prev:after,
.megagameAlt .cont .qie .megagameAlt_next:after {
  display: none;
}
.megagameAlt .cont .qie .megagameAlt_prev.swiper-button-lock,
.megagameAlt .cont .qie .megagameAlt_next.swiper-button-lock {
  display: none;
}
.megagameAlt .cont .qie .megagameAlt_prev {
  left: -0.3rem;
}
.megagameAlt .cont .qie .megagameAlt_next {
  right: -0.3rem;
}
/* 图片弹窗 */
.worksAlt {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  display: none;
  overflow: hidden;
}
.worksAlt .bag {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
}
.worksAlt .close {
  position: absolute;
  right: 0.46rem;
  top: 0.28rem;
  transition: all 0.4s;
  width: 0.44rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 0.44rem;
  background: #ffffff;
  border-radius: 50%;
  z-index: 2;
  color: #999999;
}
@media (max-width: 767px) {
  .worksAlt .close {
    width: 0.7rem;
    height: 0.7rem;
  }
}
.worksAlt .close img,
.worksAlt .close svg {
  width: 35%;
}
.worksAlt .close:hover {
  background: var(--color);
  color: #ffffff;
}
.worksAlt .cont {
  position: absolute;
  width: 82%;
  max-width: 9.88rem;
  bottom: 50%;
  left: 50%;
  transform: translate(-50%, 50%);
}
@media (max-width: 767px) {
  .worksAlt .cont {
    max-width: 90%;
  }
}
.worksAlt .cont .works_cont {
  width: 100%;
  margin-bottom: 0.24rem;
  overflow: visible;
}
.worksAlt .cont .works_cont .works_prev,
.worksAlt .cont .works_cont .works_next {
  top: 45%;
  position: absolute;
}
@media (max-width: 767px) {
  .worksAlt .cont .works_cont .works_prev,
  .worksAlt .cont .works_cont .works_next {
    display: none;
  }
}
.worksAlt .cont .works_cont .works_prev:after,
.worksAlt .cont .works_cont .works_next:after {
  display: none;
}
.worksAlt .cont .works_cont .works_prev.swiper-button-lock,
.worksAlt .cont .works_cont .works_next.swiper-button-lock {
  display: none;
}
.worksAlt .cont .works_cont .works_prev {
  left: -0.94rem;
}
.worksAlt .cont .works_cont .works_next {
  right: -0.94rem;
}
.worksAlt .cont .works_cont .f_tu {
  width: 100%;
  position: relative;
  margin-bottom: 0.24rem;
}
.worksAlt .cont .works_cont .f_tu .f_img {
  width: 100%;
  border-radius: 0.1rem;
}
.worksAlt .cont .works_cont .f_tu .f_img:before {
  padding-top: 56.37651822%;
}
.worksAlt .cont .works_cont .f_tu .f_video {
  position: relative;
}
.worksAlt .cont .works_cont .f_tu .f_video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.worksAlt .cont .works_cont .f_tu .f_video:before {
  padding-top: 56.37651822%;
}
.worksAlt .cont .works_cont .font {
  display: flex;
  justify-content: space-between;
  color: #ffffff;
  flex-wrap: wrap;
}
.worksAlt .cont .works_cont .font .f_tit {
  font-family: 'SourceHanSansCN-Normal', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  width: 60%;
}
@media (max-width: 767px) {
  .worksAlt .cont .works_cont .font .f_tit {
    width: 100%;
    margin-bottom: 0.2rem;
  }
}
.worksAlt .cont .works_cont .font .gt {
  display: flex;
  align-items: center;
}
.worksAlt .cont .works_cont .font .gt .li {
  color: #ffffff;
  display: flex;
  align-items: center;
  display: none;
}
.worksAlt .cont .works_cont .font .gt .li img,
.worksAlt .cont .works_cont .font .gt .li svg {
  width: 15px;
  height: 15px;
  margin-right: 7px;
}
@media (max-width: 1580px) {
  .worksAlt .cont .works_cont .font .gt .li img,
  .worksAlt .cont .works_cont .font .gt .li svg {
    width: 13px;
    height: 13px;
  }
}
.worksAlt .cont .works_cont .font .gt .zhi {
  margin-left: 0.3rem;
  padding-left: 0.3rem;
}
@media (max-width: 767px) {
  .worksAlt .cont .works_cont .font .gt .zhi {
    margin-left: 0;
    padding-left: 0;
  }
}
.worksAlt .cont .works_cont .font .gt .zhi span {
  color: #999999;
}
.worksAlt .cont .works_nav {
  width: auto;
  margin: 0 -4px;
}
.worksAlt .cont .works_nav .swiper-slide {
  width: 25%;
  padding: 0 4px;
}
@media (max-width: 767px) {
  .worksAlt .cont .works_nav .swiper-slide {
    width: 33.333%;
  }
}
.worksAlt .cont .works_nav .swiper-slide .f_item {
  position: relative;
  border-radius: 0.1rem;
  cursor: pointer;
  overflow: hidden;
  border: 2px solid transparent;
  transition: all 0.4s;
}
.worksAlt .cont .works_nav .swiper-slide .f_item .f_img {
  border-radius: 0.1rem;
  transition: all 0.4s;
}
.worksAlt .cont .works_nav .swiper-slide .f_item .f_img:before {
  padding-top: 56.66666667%;
}
.worksAlt .cont .works_nav .swiper-slide .f_item .f_ico {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0.48rem;
  height: 0.48rem;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  z-index: 2;
}
.worksAlt .cont .works_nav .swiper-slide .f_item .f_ico img,
.worksAlt .cont .works_nav .swiper-slide .f_item .f_ico svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.worksAlt .cont .works_nav .swiper-slide .f_item:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  transition: all 0.4s;
  z-index: 2;
}
.worksAlt .cont .works_nav .swiper-slide-thumb-active .f_item {
  border-color: #ffffff;
}
.worksAlt .cont .works_nav .swiper-slide-thumb-active .f_item:after {
  opacity: 0;
}
.worksAlt .gm-default-video-show.cont .works_cont {
  border-radius: 10px;
  overflow: hidden;
}
.worksAlt .gm-default-video-show.cont .works_cont .font .f_tit {
  padding: 15px;
  background: #fff;
  color: #000;
  margin-top: -0.24rem;
  width: 100%;
}
/* End */
@keyframes scale100 {
  from {
    transform: translate(-50%, -50%) scale(0.26);
    opacity: 1;
  }
  to {
    transform: translate(-50%, -50%) scale(1.1);
    opacity: 0;
  }
}
/* End */
/* Honda在华企业联合植树项目 */
.plantbox-sec1 {
  padding: 1.02rem 0 1rem;
}
.plantbox-sec1 .container {
  display: flex;
  flex-wrap: wrap;
}
.plantbox-sec1 .container .lt,
.plantbox-sec1 .container .gt {
  width: 50%;
}
@media (max-width: 767px) {
  .plantbox-sec1 .container .lt,
  .plantbox-sec1 .container .gt {
    width: 100%;
  }
}
.plantbox-sec1 .container .lt {
  padding-right: 0.3rem;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .plantbox-sec1 .container .lt {
    padding-right: 0;
    margin-bottom: 0.54rem;
  }
}
.plantbox-sec1 .container .lt .f_tit {
  color: #000000;
  line-height: 1.33333333;
  margin-bottom: 0.2rem;
}
.plantbox-sec1 .container .lt .f_text {
  margin-top: auto;
  color: #999999;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .plantbox-sec1 .container .lt .f_text {
    padding-right: 0.77rem;
  }
}
.plantbox-sec1 .container .gt .f_img:before {
  padding-top: 62.48256625%;
}
.plantbox-sec2 {
  background: #f3f7fb;
  padding: 1.02rem 0 0.84rem;
}
.plantbox-sec2 .f_font {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  align-items: center;
  margin-bottom: 0.56rem;
}
.plantbox-sec2 .f_font .f_tit {
  position: relative;
  z-index: 1;
}
.plantbox-sec2 .f_font .f_tit span {
  position: relative;
}
.plantbox-sec2 .f_font .f_tit i {
  display: flex;
  justify-content: flex-start;
  overflow: hidden;
  position: absolute;
  top: 100%;
  margin-top: -0.1rem;
  --widthsvg: 3.5rem;
  left: calc(100% - 3.5rem);
  width: var(--widthsvg);
  z-index: -1;
}
.plantbox-sec2 .f_font .f_tit i img {
  max-width: inherit;
  width: var(--widthsvg);
}
.plantbox-sec2 .cont {
  margin: 0 -0.1rem;
  display: flex;
  flex-wrap: wrap;
}
.plantbox-sec2 .cont .lt,
.plantbox-sec2 .cont .gt {
  width: 50%;
  padding: 0 0.1rem;
}
@media (max-width: 767px) {
  .plantbox-sec2 .cont .lt,
  .plantbox-sec2 .cont .gt {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .plantbox-sec2 .cont .lt {
    margin-top: 0.2rem;
    order: 1;
  }
}
.plantbox-sec2 .cont .lt .item {
  background-color: #ffffff;
  border-radius: 0.1rem;
  margin-bottom: 0.2rem;
}
.plantbox-sec2 .cont .lt .item:last-child {
  margin-bottom: 0;
}
.plantbox-sec2 .cont .lt .item .f_title {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  cursor: pointer;
  padding: 0.22rem 0.24rem 0.22rem 0.3rem;
}
.plantbox-sec2 .cont .lt .item .f_title .f_tit {
  display: flex;
  align-items: flex-start;
  width: calc(100% - 0.3rem);
  padding-right: 0.3rem;
  line-height: 1.3;
  font-family: 'SourceHanSansCN-Normal', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.plantbox-sec2 .cont .lt .item .f_title .f_tit .f_icon {
  width: 0.5rem;
  height: 0.55rem;
  flex: 0 0 auto;
  margin-right: 0.18rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.plantbox-sec2 .cont .lt .item .f_title .f_tit .f_icon img,
.plantbox-sec2 .cont .lt .item .f_title .f_tit .f_icon svg {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.plantbox-sec2 .cont .lt .item .f_title .f_tit span {
  display: block;
  position: relative;
  top: 0.6em;
  width: calc(100% - 0.5rem);
}
@media (max-width: 991px) {
  .plantbox-sec2 .cont .lt .item .f_title .f_tit span {
    top: 0.5em;
  }
}
@media (max-width: 767px) {
  .plantbox-sec2 .cont .lt .item .f_title .f_tit span {
    top: 0.1em;
  }
}
.plantbox-sec2 .cont .lt .item .f_title .f_but {
  width: 0.3rem;
  height: 2px;
  position: relative;
  top: 1em;
  background-color: #cccccc;
}
@media (max-width: 767px) {
  .plantbox-sec2 .cont .lt .item .f_title .f_but {
    top: 0.6em;
  }
}
.plantbox-sec2 .cont .lt .item .f_title .f_but:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #cccccc;
  transition: all 0.4s;
  transform: rotate(90deg);
}
.plantbox-sec2 .cont .lt .item .f_jut {
  padding: 0 0.6rem 0.42rem 0.3rem;
  color: #666666;
  line-height: 1.625;
  display: none;
}
.plantbox-sec2 .cont .lt .item .f_jut .f_text {
  margin-right: -0.3rem;
  padding-right: 0.3rem;
  height: 1.7rem;
  overflow: auto;
}
.plantbox-sec2 .cont .lt .item.on .f_title .f_but {
  background-color: #00d959;
}
.plantbox-sec2 .cont .lt .item.on .f_title .f_but:after {
  opacity: 0;
}
.plantbox-sec2 .cont .gt .f_img {
  height: 100%;
  border-radius: 0.1rem;
}
.plantbox-sec2 .cont .gt .f_img:before {
  padding-top: 0;
}
@media (max-width: 767px) {
  .plantbox-sec2 .cont .gt .f_img:before {
    padding-top: 92.25352113%;
    padding-top: 50%;
  }
}
.plantbox-sec3 {
  background: #f3f7fb;
  padding: 0.84rem 0 1.4rem;
  overflow: hidden;
}
.plantbox-sec3 .f_font {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 0.7rem;
}
.plantbox-sec3 .f_font .f_tit {
  position: relative;
  z-index: 1;
}
.plantbox-sec3 .f_font .f_tit span {
  position: relative;
}
.plantbox-sec3 .f_font .f_tit i {
  display: flex;
  justify-content: flex-start;
  overflow: hidden;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  --widthsvg: 2.17rem;
  left: calc(100% - 2.17rem);
  width: var(--widthsvg);
  z-index: -1;
}
.plantbox-sec3 .f_font .f_tit i img {
  max-width: inherit;
  width: var(--widthsvg);
}
.plantbox-sec3 .plantbox3_jut {
  margin-bottom: 0.92rem;
}
@media (max-width: 767px) {
  .plantbox-sec3 .plantbox3_jut .swiper-wrapper {
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: left;
  }
}
.plantbox-sec3 .plantbox3_jut .swiper-slide {
  width: 33.333%;
  padding-right: 0.3rem;
}
@media (max-width: 767px) {
  .plantbox-sec3 .plantbox3_jut .swiper-slide {
    padding: 0 0 0.6rem;
    width: auto;
  }
}
.plantbox-sec3 .plantbox3_jut .swiper-slide .item .shu {
  color: #999999;
  line-height: 1.1;
  display: flex;
  align-items: flex-end;
  margin-bottom: 0.06rem;
}
@media (max-width: 767px) {
  .plantbox-sec3 .plantbox3_jut .swiper-slide .item .shu {
    justify-content: center;
  }
}
.plantbox-sec3 .plantbox3_jut .swiper-slide .item .shu .count {
  color: #00d959;
  font-family: 'Honda-Head', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  line-height: 1;
}
.plantbox-sec3 .plantbox3_jut .swiper-slide .item .f_tit {
  color: #333333;
}
.plantbox-sec3 .plantbox3_jut .plantbox3_pagin {
  margin-top: 0.8rem;
  --color: #00d959;
}
.plantbox-sec3 .plantbox3_jut .plantbox3_pagin.swiper-pagination-lock {
  display: none;
}
.plantbox-sec3 .cont {
  position: relative;
}
.plantbox-sec3 .cont .plantbox3_cont {
  width: auto;
  margin: 0 -0.1rem;
  overflow: visible;
}
.plantbox-sec3 .cont .plantbox3_cont .swiper-slide {
  opacity: 0.5;
  width: 33.333%;
  padding: 0 0.1rem;
}
@media (max-width: 991px) {
  .plantbox-sec3 .cont .plantbox3_cont .swiper-slide {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .plantbox-sec3 .cont .plantbox3_cont .swiper-slide {
    width: 90%;
  }
}
.plantbox-sec3 .cont .plantbox3_cont .swiper-slide .list {
  display: block;
  position: relative;
  z-index: 2;
  overflow: hidden;
  cursor: pointer;
  border-radius: 0.2rem;
}
.plantbox-sec3 .cont .plantbox3_cont .swiper-slide .list .f_wen {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  z-index: 2;
}
.plantbox-sec3 .cont .plantbox3_cont .swiper-slide .list .f_wen .f_head {
  padding: 0.3rem 0.32rem 0.24rem;
  position: relative;
  background: #ffffff;
  display: flex;
  transition: all 0.4s;
  align-items: center;
  justify-content: space-between;
}
.plantbox-sec3 .cont .plantbox3_cont .swiper-slide .list .f_wen .f_head .font {
  width: calc(100% - 0.6rem);
}
.plantbox-sec3 .cont .plantbox3_cont .swiper-slide .list .f_wen .f_head .font .f_tit {
  transition: all 0.4s;
  color: #333333;
  margin-bottom: 0.06rem;
}
.plantbox-sec3 .cont .plantbox3_cont .swiper-slide .list .f_wen .f_head .font .f_time {
  color: #666666;
  transition: all 0.4s;
  display: block;
}
.plantbox-sec3 .cont .plantbox3_cont .swiper-slide .list .f_wen .f_head .f_but {
  width: 28px;
  height: 28px;
  color: #ffffff;
  background-color: #00d959;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s;
}
.plantbox-sec3 .cont .plantbox3_cont .swiper-slide .list .f_wen .f_head .f_but img,
.plantbox-sec3 .cont .plantbox3_cont .swiper-slide .list .f_wen .f_head .f_but svg {
  width: 8px;
  height: 8px;
}
.plantbox-sec3 .cont .plantbox3_cont .swiper-slide .list .f_wen .f_head:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  transition: all 0.4s;
  transform: translateX(-50%);
  width: calc(100% - 0.64rem);
  height: 1px;
  background: #fff;
}
.plantbox-sec3 .cont .plantbox3_cont .swiper-slide .list .f_wen .f_msg {
  margin-top: auto;
  color: #ffffff;
  transition: all 0.4s;
  opacity: 0;
  padding: 0.36rem 0.3rem;
}
@media (max-width: 991px) {
  .plantbox-sec3 .cont .plantbox3_cont .swiper-slide .list .f_wen .f_msg {
    opacity: 1;
  }
}
.plantbox-sec3 .cont .plantbox3_cont .swiper-slide .list .f_wen .f_msg .f_text {
  line-height: 1.5;
}
@media (max-width: 767px) {
  .plantbox-sec3 .cont .plantbox3_cont .swiper-slide .list .f_wen .f_msg .f_text {
    max-height: 7rem;
    overflow: auto;
  }
}
@media (max-width: 376px) {
  .plantbox-sec3 .cont .plantbox3_cont .swiper-slide .list .f_wen .f_msg .f_text {
    max-height: 4.6rem;
  }
}
.plantbox-sec3 .cont .plantbox3_cont .swiper-slide .list .f_img:before {
  padding-top: 113.84615385%;
}
@media (max-width: 767px) {
  .plantbox-sec3 .cont .plantbox3_cont .swiper-slide .list .f_img:before {
    padding-top: 132%;
  }
}
.plantbox-sec3 .cont .plantbox3_cont .swiper-slide .list .f_img:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  z-index: 1;
  opacity: 0;
  transition: all 0.4s;
}
@media (max-width: 991px) {
  .plantbox-sec3 .cont .plantbox3_cont .swiper-slide .list .f_img:after {
    opacity: 0.2;
  }
}
.plantbox-sec3 .cont .plantbox3_cont .swiper-slide .list:hover .f_img img {
  transform: scale(1.04);
}
.plantbox-sec3 .cont .plantbox3_cont .swiper-slide .list:hover .f_img:after {
  opacity: 0.2;
}
.plantbox-sec3 .cont .plantbox3_cont .swiper-slide .list:hover .f_wen .f_head {
  background: transparent;
}
.plantbox-sec3 .cont .plantbox3_cont .swiper-slide .list:hover .f_wen .f_head .font .f_tit {
  color: #ffffff;
}
.plantbox-sec3 .cont .plantbox3_cont .swiper-slide .list:hover .f_wen .f_head .font .f_time {
  color: #ffffff;
}
.plantbox-sec3 .cont .plantbox3_cont .swiper-slide .list:hover .f_wen .f_head .f_but {
  width: 0.54rem;
  height: 0.54rem;
}
.plantbox-sec3 .cont .plantbox3_cont .swiper-slide .list:hover .f_wen .f_msg {
  opacity: 1;
}
.plantbox-sec3 .cont .plantbox3_cont .swiper-slide-active {
  opacity: 1;
}
@media (min-width: 768px) {
  .plantbox-sec3 .cont .plantbox3_cont .swiper-slide-active + .swiper-slide {
    opacity: 1;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  .plantbox-sec3 .cont .plantbox3_cont .swiper-slide-active + .swiper-slide + .swiper-slide {
    opacity: 1;
  }
}
.plantbox-sec3 .cont .plantbox3_cont .plantbox3_prev,
.plantbox-sec3 .cont .plantbox3_cont .plantbox3_next {
  position: absolute;
  top: 50%;
  z-index: 3;
  transform: translateY(-50%);
  --color: #00d959;
  background: rgba(0, 0, 0, 0.5);
}
@media (max-width: 1260px) {
  .plantbox-sec3 .cont .plantbox3_cont .plantbox3_prev,
  .plantbox-sec3 .cont .plantbox3_cont .plantbox3_next {
    display: none;
  }
}
.plantbox-sec3 .cont .plantbox3_cont .plantbox3_prev.swiper-button-disabled,
.plantbox-sec3 .cont .plantbox3_cont .plantbox3_next.swiper-button-disabled {
  display: none;
}
.plantbox-sec3 .cont .plantbox3_cont .plantbox3_prev:hover,
.plantbox-sec3 .cont .plantbox3_cont .plantbox3_next:hover {
  background: #00d959;
}
.plantbox-sec3 .cont .plantbox3_cont .plantbox3_prev {
  left: -1.2rem;
}
.plantbox-sec3 .cont .plantbox3_cont .plantbox3_next {
  right: -1.2rem;
}
.plantbox-sec3 .cont .plantbox3_cont_pagin {
  position: relative;
  width: 100%;
  height: 1px;
  margin-top: 0.6rem;
  background: rgba(37, 37, 41, 0.1);
}
.plantbox-sec3 .cont .plantbox3_cont_pagin span {
  background: #00d959;
  height: 2px;
  top: -1px;
}
.plantbox-sec4 {
  padding: 3.3rem 0 2.4rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .plantbox-sec4 {
    padding: 2rem 0 0.4rem;
  }
}
.plantbox-sec4 .f_font {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  align-items: center;
  margin-bottom: 0.9rem;
  position: relative;
}
@media (max-width: 767px) {
  .plantbox-sec4 .f_font {
    margin-bottom: 0.54rem;
  }
}
.plantbox-sec4 .f_font .f_bag {
  position: absolute;
  width: 12.33rem;
  max-width: 100%;
  left: 50%;
  transform: translateX(-50%);
  top: -1.8rem;
}
.plantbox-sec4 .f_font .f_bag img {
  width: 100%;
}
.plantbox-sec4 .f_font .f_tit {
  position: relative;
  z-index: 1;
  color: #2d2d2d;
  line-height: 1.23076923;
}
.plantbox-sec4 .f_font .f_tit span {
  position: relative;
}
.plantbox-sec4 .f_font .f_tit i {
  display: flex;
  justify-content: flex-start;
  overflow: hidden;
  position: absolute;
  top: 100%;
  margin-top: -0.2rem;
  --widthsvg: 5.7rem;
  left: 0;
  width: var(--widthsvg);
  z-index: -1;
}
.plantbox-sec4 .f_font .f_tit i img {
  max-width: inherit;
  width: var(--widthsvg);
}
.plantbox-sec4 .f_font .f_text {
  line-height: 1.66666667;
  color: #666666;
  max-width: 6.6rem;
  margin: 0.2rem auto 0;
}
.plantbox-sec4 .cont {
  width: 434px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .plantbox-sec4 .cont {
    width: 90%;
  }
}
.plantbox-sec4 .cont .plantbox4_cont {
  width: auto;
  margin: 0 -0.4rem;
  overflow: visible;
}
.plantbox-sec4 .cont .plantbox4_cont .swiper-slide {
  width: 100%;
  padding: 0 0.4rem;
}
.plantbox-sec4 .cont .plantbox4_cont .swiper-slide .item {
  cursor: pointer;
  position: relative;
  z-index: 2;
}
.plantbox-sec4 .cont .plantbox4_cont .swiper-slide .item .f_tu {
  position: relative;
  border-radius: 0.2rem;
  overflow: hidden;
}
.plantbox-sec4 .cont .plantbox4_cont .swiper-slide .item .f_tu .f_img:before {
  padding-top: 69.12442396%;
}
.plantbox-sec4 .cont .plantbox4_cont .swiper-slide .item .font {
  position: relative;
  border-radius: 0.2rem;
  text-align: center;
  color: #333333;
  z-index: 3;
  background: #ffffff;
  margin-top: -0.2rem;
  box-shadow: 1px 0.2rem 0.5rem 0px rgba(150, 191, 217, 0.17);
  padding: 0.37rem 0.34rem 0.34rem;
  font-size: 22px;
}
@media (max-width: 1580px) {
  .plantbox-sec4 .cont .plantbox4_cont .swiper-slide .item .font {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .plantbox-sec4 .cont .plantbox4_cont .swiper-slide .item .font {
    font-size: 16px;
  }
}
.plantbox-sec4 .cont .plantbox4_cont .plantbox4_pagin {
  --color: #00d959;
}
.plantbox-sec4 .cont .plantbox4_cont .qie {
  display: flex;
  align-items: center;
  justify-content: center;
}
.plantbox-sec4 .cont .plantbox4_cont .qie .plantbox4_prev,
.plantbox-sec4 .cont .plantbox4_cont .qie .plantbox4_next {
  margin: 0.5rem 0.1rem 0;
}
.plantbox-sec4 .cont .plantbox4_cont .qie .plantbox4_prev:hover,
.plantbox-sec4 .cont .plantbox4_cont .qie .plantbox4_next:hover {
  background-color: #00d959;
}
.plantbox-sec4 .cont .plantbox4_cont .qie .plantbox4_prev.swiper-button-disabled,
.plantbox-sec4 .cont .plantbox4_cont .qie .plantbox4_next.swiper-button-disabled {
  opacity: 0.6;
}
.plantbox-sec5 {
  padding: 0.96rem 0 1.2rem;
  position: relative;
  overflow: hidden;
}
.plantbox-sec5:before {
  content: "";
  display: block;
  position: absolute;
  left: 50vw;
  margin-left: -40vw;
  bottom: -50vw;
  z-index: -1;
  width: 80vw;
  height: 80vw;
  background: radial-gradient(circle at 50% 50%, rgba(0, 217, 89), rgba(0, 0, 0, 0) 60%);
  animation: scerol50 3s linear infinite;
}
@media (max-width: 767px) {
  .plantbox-sec5:before {
    width: 180vw;
    height: 180vw;
    margin-left: -90vw;
    bottom: -90vw;
  }
}
.plantbox-sec5 .f_font {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  align-items: center;
  margin-bottom: 0.54rem;
  position: relative;
}
.plantbox-sec5 .f_font .f_bag {
  position: absolute;
  width: 12.33rem;
  max-width: 100%;
  left: 50%;
  transform: translateX(-50%);
  top: -1.8rem;
}
.plantbox-sec5 .f_font .f_bag img {
  width: 100%;
}
.plantbox-sec5 .f_font .f_tit {
  position: relative;
  z-index: 1;
  color: #2d2d2d;
  line-height: 1.23076923;
}
.plantbox-sec5 .f_font .f_tit span {
  position: relative;
}
.plantbox-sec5 .f_font .f_tit i {
  display: flex;
  justify-content: flex-start;
  overflow: hidden;
  position: absolute;
  top: 100%;
  margin-top: -0.1rem;
  --widthsvg: 1.04rem;
  left: calc(100% - 1.04rem);
  width: var(--widthsvg);
  z-index: -1;
}
.plantbox-sec5 .f_font .f_tit i img {
  max-width: inherit;
  width: var(--widthsvg);
}
.plantbox-sec5 .f_font .f_text {
  line-height: 1.66666667;
  color: #666666;
  max-width: 6.6rem;
  margin: 0.2rem auto 0;
}
.plantbox-sec5 .cont {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  position: relative;
}
@media (max-width: 1260px) and (min-width: 768px) {
  .plantbox-sec5 .cont {
    transform: translateX(10%);
  }
}
.plantbox-sec5 .cont .font56 {
  font-size: 0.56rem;
}
@media (max-width: 1260px) {
  .plantbox-sec5 .cont .font56 {
    font-size: 0.36rem;
  }
}
.plantbox-sec5 .cont .font28 {
  font-size: 0.28rem;
}
.plantbox-sec5 .cont .item {
  position: relative;
  padding: 0 0.36rem;
  border-radius: 2em;
  line-height: 3.8em;
  z-index: 1;
}
.plantbox-sec5 .cont .item:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 130%;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100% auto;
  z-index: -1;
}
.plantbox-sec5 .cont .item:nth-child(1) {
  margin-bottom: 0.3rem;
  margin-right: 6rem;
  color: #58ab7b;
  margin-left: 1.1rem;
}
@media (max-width: 1260px) {
  .plantbox-sec5 .cont .item:nth-child(1) {
    margin-right: 4rem;
  }
}
@media (max-width: 991px) {
  .plantbox-sec5 .cont .item:nth-child(1) {
    margin-right: 2rem;
  }
}
.plantbox-sec5 .cont .item:nth-child(1):before {
  background-image: url(../images/bacwi1.png);
}
.plantbox-sec5 .cont .item:nth-child(2) {
  margin-bottom: 0.3rem;
  margin-right: 0.92rem;
  color: #ababab;
  margin-left: 4.8rem;
  line-height: 2.666em;
}
@media (max-width: 1260px) {
  .plantbox-sec5 .cont .item:nth-child(2) {
    margin-right: 0.6rem;
    margin-left: 2rem;
  }
}
.plantbox-sec5 .cont .item:nth-child(2):before {
  background-image: url(../images/bacwi2.png);
}
.plantbox-sec5 .cont .item:nth-child(3) {
  margin-bottom: 0.3rem;
  margin-top: -0.26rem;
  color: #00d959;
  line-height: 3.08em;
}
@media (max-width: 1260px) {
  .plantbox-sec5 .cont .item:nth-child(3) {
    margin-bottom: 0.4rem;
  }
}
.plantbox-sec5 .cont .item:nth-child(3):before {
  background-image: url(../images/bacwi3.png);
}
.plantbox-sec5 .cont .item:nth-child(4) {
  margin-top: -0.2rem;
  color: #ababab;
  margin-right: 0.42rem;
  padding: 0 0.24rem;
  line-height: 2.77em;
}
@media (max-width: 1260px) {
  .plantbox-sec5 .cont .item:nth-child(4) {
    margin-top: 0.4rem;
    margin-bottom: 0.4rem;
  }
}
.plantbox-sec5 .cont .item:nth-child(4):before {
  background-image: url(../images/bacwi4.png);
}
.plantbox-sec5 .cont .item:nth-child(5) {
  margin-bottom: 0.3rem;
  color: #00d959;
  padding-left: 0.85rem;
  padding-right: 0.85rem;
  line-height: 2.071em;
}
.plantbox-sec5 .cont .item:nth-child(5):after {
  left: 1em;
}
.plantbox-sec5 .cont .item:nth-child(5):before {
  background-image: url(../images/bacwi5.png);
}
.plantbox-sec5 .cont .item:nth-child(6) {
  margin-bottom: 0.3rem;
  color: #c0c0c0;
  margin-left: 2.4rem;
  margin-right: 2.36rem;
  line-height: 3.25em;
}
.plantbox-sec5 .cont .item:nth-child(6):after {
  display: none;
}
.plantbox-sec5 .cont .item:nth-child(6):before {
  background-image: url(../images/bacwi6.png);
}
.plantbox-sec5 .cont .item:nth-child(7) {
  margin-bottom: 0.3rem;
  color: #ababab;
  margin-right: 2.3rem;
  line-height: 3.57em;
}
.plantbox-sec5 .cont .item:nth-child(7):after {
  display: none;
}
.plantbox-sec5 .cont .item:nth-child(7):before {
  background-image: url(../images/bacwi7.png);
}
.plantbox-sec5 .cont .item:nth-child(8) {
  margin-bottom: 0.3rem;
  color: #58ab7b;
  margin-left: 1.24rem;
  line-height: 3.166em;
}
.plantbox-sec5 .cont .item:nth-child(8):before {
  background-image: url(../images/bacwi8.png);
}
.plantbox-sec5 .cont .item:nth-child(9) {
  margin-bottom: 0.3rem;
  color: #808381;
  margin-left: 0.5rem;
  line-height: 3.5em;
  margin-top: -4px;
}
.plantbox-sec5 .cont .item:nth-child(9):after {
  display: none;
}
.plantbox-sec5 .cont .item:nth-child(9):before {
  background-image: url(../images/bacwi9.png);
}
.plantbox-sec5 .cont .item:nth-child(10) {
  margin-bottom: 0.3rem;
  color: #ababab;
  margin-left: 3.5rem;
  margin-top: -0.4rem;
  line-height: 3.5em;
}
@media (max-width: 1260px) {
  .plantbox-sec5 .cont .item:nth-child(10) {
    margin-top: 0;
  }
}
.plantbox-sec5 .cont .item:nth-child(10):after {
  left: inherit;
  right: 0.3rem;
  border: none;
  border-left: 0.3rem solid transparent;
  border-bottom: 0.16rem solid transparent;
  border-top: 0.16rem solid #fbfbfb;
}
.plantbox-sec5 .cont .item:nth-child(10):before {
  background-image: url(../images/bacwi10.png);
}
.plantbox-sec5 .cont .item:nth-child(11) {
  margin-bottom: 0.3rem;
  color: #58ab7b;
  margin-left: 4.95rem;
  line-height: 2.77em;
  margin-top: -0.3rem;
}
@media (max-width: 1260px) {
  .plantbox-sec5 .cont .item:nth-child(11) {
    margin-top: 0;
  }
}
.plantbox-sec5 .cont .item:nth-child(11):before {
  background-image: url(../images/bacwi11.png);
}
.plantbox-sec5 .cont .item:nth-child(12) {
  margin-bottom: 0.3rem;
  color: #58ab7b;
  margin-left: 1.66rem;
  line-height: 3.28em;
  margin-top: -0.5rem;
}
@media (max-width: 1260px) {
  .plantbox-sec5 .cont .item:nth-child(12) {
    margin-top: 0;
  }
}
.plantbox-sec5 .cont .item:nth-child(12):before {
  background-image: url(../images/bacwi12.png);
}
@media (max-width: 767px) {
  .plantbox-sec5 .cont .item {
    margin-bottom: 0.3rem !important;
  }
  .plantbox-sec5 .cont .item:nth-child(1) {
    margin: 0;
    font-size: 0.26rem;
  }
  .plantbox-sec5 .cont .item:nth-child(2) {
    margin: 0;
    margin-left: auto;
    margin-right: 0;
    font-size: 0.24rem;
  }
  .plantbox-sec5 .cont .item:nth-child(3) {
    margin: 0;
    margin-left: auto;
    margin-right: 0;
    font-size: 0.32rem;
    margin-top: 0.8rem;
  }
  .plantbox-sec5 .cont .item:nth-child(4) {
    margin: 0;
    margin-left: 0.66rem;
    margin-right: auto;
    font-size: 0.24rem;
    margin-top: -2.3rem;
  }
  .plantbox-sec5 .cont .item:nth-child(5) {
    margin: 0;
    margin-left: 0;
    margin-right: 0.24rem;
    font-size: 0.34rem;
    padding-left: 0.4rem;
    padding-right: 0.4rem;
    width: 100%;
    text-align: center;
    margin-top: 1.4rem;
  }
  .plantbox-sec5 .cont .item:nth-child(6) {
    margin: 0;
    margin-left: 0;
    margin-right: 0.24rem;
    font-size: 0.22rem;
    margin-top: -2.8rem;
  }
  .plantbox-sec5 .cont .item:nth-child(7) {
    margin: 0;
    margin-left: auto;
    margin-right: 0;
    font-size: 0.22rem;
    margin-top: -2rem;
  }
  .plantbox-sec5 .cont .item:nth-child(8) {
    margin: 0;
    font-size: 0.32rem;
    margin-left: 1rem;
    margin-top: 1.4rem;
  }
  .plantbox-sec5 .cont .item:nth-child(9) {
    margin: 0;
    margin-left: auto;
    margin-right: 0.5rem;
    margin-bottom: 0.4rem !important;
  }
  .plantbox-sec5 .cont .item:nth-child(10) {
    margin: 0;
    margin-top: -4rem;
    margin-left: 1.68rem;
    font-size: 0.26rem;
    line-height: 3em;
  }
  .plantbox-sec5 .cont .item:nth-child(11) {
    margin: 0;
    margin-top: -3.6rem;
    margin-left: auto;
    margin-right: 0;
    margin-right: 0.4rem;
    font-size: 0.26rem;
  }
  .plantbox-sec5 .cont .item:nth-child(12) {
    margin: 0;
    margin-left: auto;
    margin-right: auto;
    font-size: 0.34rem;
  }
}
@media (max-width: 767px) and (max-width: 376px) {
  .plantbox-sec5 .cont .item:nth-child(1) {
    font-size: 0.2rem;
  }
}
@media (max-width: 767px) and (max-width: 376px) {
  .plantbox-sec5 .cont .item:nth-child(5) {
    font-size: 0.26rem;
  }
}
@media (max-width: 767px) and (max-width: 376px) {
  .plantbox-sec5 .cont .item:nth-child(6) {
    font-size: 0.2rem;
  }
}
@media (max-width: 767px) and (max-width: 376px) {
  .plantbox-sec5 .cont .item:nth-child(12) {
    font-size: 0.26rem;
  }
}
.plantbox-sec6 {
  --color: #00d959;
}
.plantbox-sec6 .f_font .public-btn2 {
  --color: #00d959;
}
.plantbox-sec6.x-vision4 .container .swiper ul li .x-box:hover .x-text .x-sp i svg {
  color: #00d959;
}
@keyframes widthAnd3 {
  from {
    clip-path: circle(0% at 50% 50%);
  }
  to {
    clip-path: circle(100% at 50% 50%);
  }
}
.widthAnd3 {
  -webkit-animation-name: widthAnd3;
  animation-name: widthAnd3;
}
@keyframes scerol50 {
  from {
    transform: scale(0);
    opacity: 1;
  }
  to {
    transform: scale(1.1);
    opacity: 0;
  }
}
/* End */
/* 新闻列表 */
.hi-pagination6 {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
}
.hi-pagination6 a,
.hi-pagination6 input {
  margin: 0 5px 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 45px;
  height: 35px;
  padding: 0 5px;
  border-radius: 15px;
  border: 1px solid #eee;
  transition: all 0.4s;
  color: #999999;
}
.hi-pagination6 a img,
.hi-pagination6 input img,
.hi-pagination6 a svg,
.hi-pagination6 input svg {
  width: 40%;
  height: 40%;
}
.hi-pagination6 a img path,
.hi-pagination6 input img path,
.hi-pagination6 a svg path,
.hi-pagination6 input svg path {
  fill: currentColor;
  transition: all 0.4s;
}
.hi-pagination6 a:hover {
  color: #fff;
  background: var(--color);
  border-color: var(--color);
}
.hi-pagination6 a:hover svg path {
  fill: #fff;
}
.hi-pagination6 .active {
  background: var(--color);
  border-color: var(--color);
  color: #ffffff;
}
.hi-pagination6 input {
  width: 72px;
  height: 35px;
  line-height: 50px;
  text-align: center;
  color: #999999;
}
@media (max-width: 767px) {
  .hi-pagination6 input {
    width: 1.4rem;
    height: 0.8rem;
    line-height: 0.8rem;
  }
}
.hi-pagination6 .c-prev img,
.hi-pagination6 .c-prev svg {
  transform: rotate(180deg);
}
.newsbox_list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.2rem;
}
@media (max-width: 767px) {
  .newsbox_list {
    margin: 0 -0.15rem;
  }
}
.newsbox_list .item {
  width: 33.33%;
  padding: 0 0.2rem;
  margin-bottom: 0.56rem;
}
@media (max-width: 991px) {
  .newsbox_list .item {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .newsbox_list .item {
    padding: 0 0.15rem;
    width: 100%;
  }
}
.newsbox_list .item .list {
  display: block;
}
.newsbox_list .item .list .f_img {
  margin-bottom: 0.14rem;
  border-radius: 0.1rem;
}
.newsbox_list .item .list .f_img:before {
  padding-top: 57.39514349%;
}
.newsbox_list .item .list .f_tag {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 5px;
  position: absolute;
  left: 10px;
  top: 10px;
  padding: 6px 10px;
  color: #161616;
  z-index: 2;
  -webkit-backdrop-filter: saturate(180%) blur(6px);
  backdrop-filter: saturate(180%) blur(6px);
}
@media (max-width: 1580px) {
  .newsbox_list .item .list .f_tag {
    padding: 4px 8px;
  }
}
.newsbox_list .item .list .f_wen {
  display: flex;
  align-items: flex-start;
  color: #797979;
  margin-bottom: 0.08rem;
}
.newsbox_list .item .list .f_wen .name {
  margin-left: 0.2rem;
}
.newsbox_list .item .list .f_tit {
  color: #333333;
  line-height: 1.53846154em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
}
.newsbox_list .item .list:hover .f_img img {
  transform: scale(1.05);
}
.newsbox-sec1 {
  padding: 0.88rem 0 0.5rem;
}
.newsbox-sec1 .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.newsbox-sec1 .container .f_title1 {
  color: #161616;
}
@media (max-width: 767px) {
  .newsbox-sec1 .container .f_title1 {
    margin-bottom: 0.4rem;
  }
}
.newsbox-sec1 .container .gt {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .newsbox-sec1 .container .gt {
    justify-content: space-between;
  }
}
.newsbox-sec1 .container .gt .item {
  width: 2rem;
  margin-right: 0.2rem;
}
@media (max-width: 767px) {
  .newsbox-sec1 .container .gt .item {
    width: calc(50% - 0.2rem);
    margin-right: 0;
  }
}
.newsbox-sec1 .container .gt .item:last-child {
  margin-right: 0;
}
.newsbox-sec1 .container .gt .item .layui-input,
.newsbox-sec1 .container .gt .item .layui-select,
.newsbox-sec1 .container .gt .item .layui-textarea {
  height: 0.54rem;
  color: #000000;
  border-radius: 0.27rem;
  font-family: 'SourceHanSansCN-Normal', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  padding-left: 0.3rem;
  padding-right: 0.4rem;
  font-size: 16px;
}
@media (max-width: 1580px) {
  .newsbox-sec1 .container .gt .item .layui-input,
  .newsbox-sec1 .container .gt .item .layui-select,
  .newsbox-sec1 .container .gt .item .layui-textarea {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .newsbox-sec1 .container .gt .item .layui-input,
  .newsbox-sec1 .container .gt .item .layui-select,
  .newsbox-sec1 .container .gt .item .layui-textarea {
    height: 0.76rem;
    border-radius: 0.35rem;
  }
}
.newsbox-sec1 .container .gt .item .layui-form-select .layui-edge {
  width: 12px;
  height: 7px;
  right: 0.2rem;
  margin-top: -3.5px;
  border: none;
  background: url(../images/xiangxiaimgc1.svg) center / 100% auto no-repeat;
}
@media (max-width: 1580px) {
  .newsbox-sec1 .container .gt .item .layui-form-select .layui-edge {
    width: 8px;
  }
}
.newsbox-sec1 .container .gt .item .layui-form-select dl {
  top: 100%;
  padding-top: 7px;
  padding-bottom: 7px;
  max-height: 350px;
  border-radius: 0.27rem;
}
@media (max-width: 767px) {
  .newsbox-sec1 .container .gt .item .layui-form-select dl {
    border-radius: 0.35rem;
  }
}
.newsbox-sec1 .container .gt .item .layui-form-select dl dd.layui-this {
  background: transparent;
  color: var(--color);
}
.newsbox-sec1 .container .gt .item .layui-form-select dl dd,
.newsbox-sec1 .container .gt .item .layui-form-select dl dt {
  font-size: 14px;
  color: #000000;
  padding: 0 0.3rem !important;
}
@media (max-width: 1580px) {
  .newsbox-sec1 .container .gt .item .layui-form-select dl dd,
  .newsbox-sec1 .container .gt .item .layui-form-select dl dt {
    font-size: 12px;
  }
}
.newsbox-sec2 {
  padding: 0.9rem 0 1.4rem;
}
.newsbox-sec2 .hi-pagination6 {
  margin-top: 0.3rem;
}
/* End */
/* 新闻详情 */
.make-text {
  line-height: 2;
  color: #666666;
  font-size: 16px;
  font-family: 'SourceHanSansCN-Light', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial' !important;
}
.make-text p {
  text-indent: 2em;
}
@media (max-width: 767px) {
  .make-text p {
    text-indent: 0em !important;
  }
}
@media (max-width: 1580px) {
  .make-text {
    font-size: 14px;
  }
}
.make-text img {
  margin: 10px auto;
  display: block;
  width: 100% !important;
  max-width: 750px !important;
  height: auto !important;
}
.make-text table {
  width: 100%;
}
.make-text table td {
  border: 1px solid #ddd;
}
.make-text ul,
.make-text li,
.make-text ol {
  list-style: inherit;
}
.make-text ul {
  padding-left: 20px;
}
.make-text video,
.make-text iframe {
  width: auto;
  max-width: 100%;
  height: auto !important;
}
.make-text a {
  color: #666666;
  word-break: break-all;
}
.make-text a span,
.make-text a p {
  word-break: break-all;
}
.make-text a:hover {
  text-decoration: underline;
}
.make-text strong {
  font-family: 'SourceHanSansCN-Normal', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial' !important;
  font-weight: 700;
}
.make-text h1,
.make-text h2,
.make-text h3,
.make-text h4,
.make-text h5,
.make-text h6 {
  font-weight: revert;
  line-height: 1.22;
  font-family: 'SourceHanSansCN-Normal', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial' !important;
  font-weight: 700;
  color: #010101;
}
@media (max-width: 767px) {
  .make-text h1,
  .make-text h2,
  .make-text h3,
  .make-text h4,
  .make-text h5,
  .make-text h6 {
    font-size: 18px !important;
    line-height: 1.3;
  }
}
.make-text p,
.make-text span {
  font-size: 16px;
  font-family: 'SourceHanSansCN-Light', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial' !important;
  color: #666666;
}
@media (max-width: 1580px) {
  .make-text p,
  .make-text span {
    font-size: 14px;
  }
}
.newsinfobox-sec1 {
  background: linear-gradient(to bottom, #f3f7fb 20%, #ffffff 80%);
  padding: 0.78rem 0 1.4rem;
}
.newsinfobox-sec1 .container {
  max-width: 1300px;
}
.newsinfobox-sec1 .f_title {
  text-align: center;
  font-family: 'SourceHanSansCN-Normal', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  margin-bottom: 0.2rem;
}
.newsinfobox-sec1 .f_jut {
  line-height: 2.14285714;
  display: flex;
  justify-content: center;
  margin-bottom: 0.72rem;
}
.newsinfobox-sec1 .f_jut .f_tag {
  color: rgba(51, 51, 51, 0.7);
  background: rgba(255, 255, 255, 0.8);
  padding: 0 0.1rem;
  margin-right: 0.2rem;
  border-radius: 5px;
}
.newsinfobox-sec1 .f_jut .f_time {
  display: flex;
  align-items: center;
  color: #999999;
}
.newsinfobox-sec1 .f_jut .f_time img {
  margin-right: 0.1rem;
}
.newsinfobox-sec1 .cont {
  background: linear-gradient(to bottom, #ffffff 70%, rgba(255, 255, 255, 0) 30%);
  border-radius: 0.2rem;
  padding: 0.92rem 1.5rem 0;
}
@media (max-width: 991px) {
  .newsinfobox-sec1 .cont {
    padding: 0.6rem 0.7rem 0;
  }
}
@media (max-width: 767px) {
  .newsinfobox-sec1 .cont {
    padding: 0.5rem 0.34rem 0;
  }
}
.newsinfobox-sec1 .cont .make-text {
  margin-bottom: 0.8rem;
}
.newsinfobox-sec1 .cont .f_ti {
  font-size: 12px;
  color: #c9cfd5;
  padding: 6px 12px;
  background-color: #f3f7fb;
  border-radius: 5px;
  margin-bottom: 0.4rem;
}
.newsinfobox-sec1 .cont .qie {
  display: flex;
  justify-content: space-between;
  padding-top: 0.32rem;
  border-top: 1px solid #dddddd;
}
.newsinfobox-sec1 .cont .qie .li {
  display: flex;
  align-items: center;
  transition: all 0.4s;
  color: #000000;
}
.newsinfobox-sec1 .cont .qie .li img,
.newsinfobox-sec1 .cont .qie .li svg {
  width: 6px;
  height: 10px;
  object-fit: contain;
  margin-right: 0.1rem;
  color: #999;
  transition: all 0.4s;
}
.newsinfobox-sec1 .cont .qie .li:hover {
  color: var(--color);
}
.newsinfobox-sec1 .cont .qie .li:hover img,
.newsinfobox-sec1 .cont .qie .li:hover svg {
  color: var(--color);
}
.newsinfobox-sec1 .cont .qie .f_return {
  color: #000000;
  transition: all 0.4s;
  display: flex;
  align-items: center;
}
.newsinfobox-sec1 .cont .qie .f_return img,
.newsinfobox-sec1 .cont .qie .f_return svg {
  width: 15px;
  height: 16px;
  object-fit: contain;
  margin-right: 0.1rem;
  color: #999;
  transition: all 0.4s;
}
@media (max-width: 1580px) {
  .newsinfobox-sec1 .cont .qie .f_return img,
  .newsinfobox-sec1 .cont .qie .f_return svg {
    width: 12px;
    height: 12px;
  }
}
.newsinfobox-sec1 .cont .qie .f_return:hover {
  color: var(--color);
}
.newsinfobox-sec1 .cont .qie .f_return:hover img,
.newsinfobox-sec1 .cont .qie .f_return:hover svg {
  color: var(--color);
}
.newsinfobox-sec1 .cont .qie .f_next img,
.newsinfobox-sec1 .cont .qie .f_next svg {
  margin-left: 0.1rem;
  margin-right: 0;
}
.newsinfobox-sec2 {
  border-top: 1px solid #dddddd;
  padding: 1.38rem 0 1rem;
}
.newsinfobox-sec2 .container {
  max-width: 1300px;
  padding: 0 1.5rem;
}
@media (max-width: 991px) {
  .newsinfobox-sec2 .container {
    padding: 0 0.7rem;
  }
}
@media (max-width: 767px) {
  .newsinfobox-sec2 .container {
    padding: 0;
  }
}
.newsinfobox-sec2 .container .f_title {
  font-family: 'SourceHanSansCN-Normal', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  margin-bottom: 0.5rem;
}
.newsinfobox-sec2 .container .cont {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.4rem;
}
@media (max-width: 991px) {
  .newsinfobox-sec2 .container .cont {
    margin: 0 -0.3rem;
  }
}
@media (max-width: 767px) {
  .newsinfobox-sec2 .container .cont {
    margin: 0;
  }
}
.newsinfobox-sec2 .container .cont .item {
  padding: 0 0.4rem;
  width: 50%;
  margin-bottom: 0.4rem;
}
@media (max-width: 991px) {
  .newsinfobox-sec2 .container .cont .item {
    padding: 0 0.3rem;
  }
}
@media (max-width: 767px) {
  .newsinfobox-sec2 .container .cont .item {
    padding: 0;
    width: 100%;
  }
}
.newsinfobox-sec2 .container .cont .item .list {
  display: flex;
  align-items: center;
}
.newsinfobox-sec2 .container .cont .item .list .f_img {
  width: 42.85%;
  border-radius: 0.1rem;
}
.newsinfobox-sec2 .container .cont .item .list .f_img:before {
  padding-top: 57.14285714%;
}
.newsinfobox-sec2 .container .cont .item .list .font {
  width: 57.15%;
  padding: 0.2rem 0 0.2rem 0.38rem;
}
.newsinfobox-sec2 .container .cont .item .list .font .f_time {
  display: block;
  color: #dddddd;
  margin-bottom: 0.1rem;
}
.newsinfobox-sec2 .container .cont .item .list .font .f_tit {
  color: #333333;
  line-height: 1.625;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
  height: 3.25em;
}
.newsinfobox-sec2 .container .cont .item .list:hover .f_img img {
  transform: scale(1.1);
}
/* End */
/* 达喀尔拉力赛 */
.pullbox-sec1 {
  position: relative;
}
.pullbox-sec1 .qie {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border-bottom: 1px solid rgba(231, 231, 231, 0.2);
}
.pullbox-sec1 .qie .container {
  width: 100%;
  max-width: 1920px;
  padding: 0 0.6rem;
}
@media (max-width: 991px) {
  .pullbox-sec1 .qie .container {
    padding: 0;
    width: 90%;
  }
}
.pullbox-sec1 .qie .container .f_return {
  display: flex;
  align-items: center;
  color: #ffffff;
  padding: 0.18rem 0;
}
@media (max-width: 767px) {
  .pullbox-sec1 .qie .container .f_return {
    padding: 0.3rem 0;
  }
}
.pullbox-sec1 .qie .container .f_return img,
.pullbox-sec1 .qie .container .f_return svg {
  width: 15px;
  height: 16px;
  object-fit: contain;
  margin-right: 0.1rem;
  transition: all 0.4s;
}
@media (max-width: 1580px) {
  .pullbox-sec1 .qie .container .f_return img,
  .pullbox-sec1 .qie .container .f_return svg {
    width: 12px;
    height: 12px;
  }
}
.pullbox-sec1 .f_nei .f_box {
  position: relative;
}
.pullbox-sec1 .f_nei .f_box .f_bag {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.pullbox-sec1 .f_nei .f_box .f_bag img {
  width: 100%;
  height: 140%;
  object-fit: cover;
  transform: translateY(-20%);
}
@media (max-width: 767px) {
  .pullbox-sec1 .f_nei .f_box .f_bag {
    position: relative;
  }
  .pullbox-sec1 .f_nei .f_box .f_bag:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0.4;
  }
}
.pullbox-sec1 .f_nei .f_box .cont {
  position: absolute;
  left: 0;
  top: 1.2rem;
  width: 100%;
  text-align: center;
  color: #ffffff;
}
@media (min-width: 768px) {
  .pullbox-sec1 .f_nei .f_box .cont {
    text-align: left;
    top: 50%;
    transform: translateY(-50%);
  }
}
.pullbox-sec1 .f_nei .f_box .cont .font {
  width: 5.3rem;
  max-width: 100%;
}
@media (max-width: 767px) {
  .pullbox-sec1 .f_nei .f_box .cont .font {
    width: 100%;
  }
}
.pullbox-sec1 .f_nei .f_box .cont .font .f_tit {
  font-family: 'SourceHanSansCN-Normal', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  margin-bottom: 0.38rem;
}
.pullbox-sec1 .f_nei .f_box .cont .font .f_text {
  line-height: 1.5;
}
.pullbox-sec1 .f_nei .f_box:nth-child(2n):not(.f_box2) .cont .container {
  overflow: hidden;
}
.pullbox-sec1 .f_nei .f_box:nth-child(2n):not(.f_box2) .cont .container .font {
  float: right;
}
.pullbox-sec1 .f_nei .f_box2 .cont {
  transform: translateY(0);
  top: 1.2rem;
}
.pullbox-sec1 .f_nei .f_box2 .cont .container .font {
  width: 8.95rem;
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 767px) {
  .pullbox-sec1 .f_nei .f_box2 .cont .container .font {
    width: 100%;
  }
}
/* End */
/* Honda二小时耐力赛 */
.endurancebox_but {
  border-radius: 0 0 23px 0;
  height: auto;
  padding: 4px 16px 14px;
  position: relative;
  border: none;
  cursor: pointer;
  overflow: inherit;
  min-width: 1.38rem;
}
@media (max-width: 767px) {
  .endurancebox_but {
    padding: 4px 12px 10px;
  }
}
.endurancebox_but:before {
  display: none;
}
.endurancebox_but .bg {
  background: #ffffff;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 0 0 20px 0;
}
.endurancebox_but .bg:before,
.endurancebox_but .bg:after {
  content: "";
  display: block;
  position: absolute;
  left: 2px;
  bottom: -2px;
  width: 100%;
  height: 100%;
  border-radius: 0 0 23px 0;
  z-index: -1;
}
.endurancebox_but .bg:before {
  background: #f1f1f1;
}
.endurancebox_but .bg:after {
  background-image: linear-gradient(45deg, #cc0000 66%, #252c54 100%);
  width: 100%;
  height: 100%;
  clip-path: polygon(0 0, 0% 0, 0% 100%, 0 100%);
}
.endurancebox_but span {
  color: #424242;
}
.endurancebox_but .c-ico {
  color: #ffffff;
  background: var(--color);
}
.endurancebox_but:hover .c-ico {
  color: #ffffff;
  background: var(--color);
}
.endurancebox_but:hover .bg:after {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  animation: clipAn 0.4s linear forwards;
}
.endurancebox_but2 span:nth-child(2) {
  display: none;
}
.endurancebox_but2.on span {
  display: none;
}
.endurancebox_but2.on span:nth-child(2) {
  display: block;
}
.endurancebox_tit {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  overflow: hidden;
}
.endurancebox_tit .f_tit {
  position: relative;
  font-family: 'SourceHanSansCN-Normal', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.endurancebox_tit .f_tit:after {
  content: "";
  display: block;
  position: absolute;
  left: 100%;
  top: 0.6em;
  transform: translateY(-50%);
  background-image: linear-gradient(90deg, #cc0000 0%, #252c54 100%);
  width: 100vw;
  height: 7px;
  margin-left: 0.18rem;
}
@media (max-width: 1580px) {
  .endurancebox_tit .f_tit:after {
    height: 5px;
  }
}
@media (max-width: 991px) {
  .endurancebox_tit .f_tit:after {
    height: 3px;
  }
}
.endurancebox-sec1 {
  padding: 0.84rem 0 0;
}
@media (max-width: 767px) {
  .endurancebox-sec1 {
    padding: 1.4rem 0 0;
  }
}
.endurancebox-sec1 .endurancebox_tit {
  margin-bottom: 0.52rem;
}
.endurancebox-sec1 .cont .f_box {
  overflow: hidden;
  transition: all 0.4s;
}
.endurancebox-sec1 .cont .f_box .endurancebox1_cont {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.1rem;
}
.endurancebox-sec1 .cont .f_box .endurancebox1_cont .item {
  width: 33.333%;
  padding: 0 0.1rem 0.2rem;
}
@media (max-width: 767px) {
  .endurancebox-sec1 .cont .f_box .endurancebox1_cont .item {
    width: 100%;
  }
}
.endurancebox-sec1 .cont .f_box .endurancebox1_cont .item .list {
  display: block;
  position: relative;
  padding: 0.08rem 0.22rem 0.32rem;
  z-index: 1;
  height: 100%;
  border-radius: 0 0 0.2rem 0;
}
@media (max-width: 767px) {
  .endurancebox-sec1 .cont .f_box .endurancebox1_cont .item .list {
    padding: 0.22rem 0.34rem 0.4rem 0 !important;
  }
}
.endurancebox-sec1 .cont .f_box .endurancebox1_cont .item .list .bag {
  background: #ffffff;
  position: absolute;
  right: 4px;
  bottom: 4px;
  width: 100%;
  height: 100%;
  border-radius: 0 0 0.16rem 0;
}
.endurancebox-sec1 .cont .f_box .endurancebox1_cont .item .list .bag:before,
.endurancebox-sec1 .cont .f_box .endurancebox1_cont .item .list .bag:after {
  content: "";
  display: block;
  position: absolute;
  left: 4px;
  bottom: -4px;
  width: 100%;
  height: 100%;
  border-radius: 0 0 0.2rem 0;
  z-index: -1;
}
.endurancebox-sec1 .cont .f_box .endurancebox1_cont .item .list .bag:before {
  background: #f1f1f1;
}
.endurancebox-sec1 .cont .f_box .endurancebox1_cont .item .list .bag:after {
  background-image: linear-gradient(45deg, #cc0000 66%, #252c54 100%);
  width: 100%;
  height: 100%;
  clip-path: polygon(0 0, 0% 0, 0% 100%, 0 100%);
}
.endurancebox-sec1 .cont .f_box .endurancebox1_cont .item .list .f_jut {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 0.26rem;
  position: relative;
}
.endurancebox-sec1 .cont .f_box .endurancebox1_cont .item .list .f_jut .f_shu {
  font-family: 'Honda-Head', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  flex: 0 0 auto;
}
.endurancebox-sec1 .cont .f_box .endurancebox1_cont .item .list .f_jut .f_shu .f_shu {
  display: block;
  line-height: 1.1;
}
.endurancebox-sec1 .cont .f_box .endurancebox1_cont .item .list .f_jut .f_shu .zi {
  display: inline-block;
  padding: 0.05rem 0.1rem;
  background-color: rgba(0, 0, 0, 0.06);
  border-radius: 6px;
}
.endurancebox-sec1 .cont .f_box .endurancebox1_cont .item .list .f_jut .f_time {
  color: #666666;
  transition: all 0.4s;
}
.endurancebox-sec1 .cont .f_box .endurancebox1_cont .item .list .f_nei {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 0.32rem;
  display: flex;
  align-items: flex-start;
  position: relative;
}
@media (max-width: 767px) {
  .endurancebox-sec1 .cont .f_box .endurancebox1_cont .item .list .f_nei {
    padding-top: 0.22rem;
  }
}
.endurancebox-sec1 .cont .f_box .endurancebox1_cont .item .list .f_nei .f_logo {
  width: 0.56rem;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
@media (max-width: 767px) {
  .endurancebox-sec1 .cont .f_box .endurancebox1_cont .item .list .f_nei .f_logo {
    width: 0.66rem;
    margin-top: 0.05rem;
  }
}
.endurancebox-sec1 .cont .f_box .endurancebox1_cont .item .list .f_nei .f_logo:before {
  padding-top: 58.92857143%;
}
.endurancebox-sec1 .cont .f_box .endurancebox1_cont .item .list .f_nei .f_tit {
  color: #000000;
  width: calc(100% - 0.56rem - 12px);
  padding-left: 0.16rem;
  padding-right: 0.2rem;
}
@media (max-width: 767px) {
  .endurancebox-sec1 .cont .f_box .endurancebox1_cont .item .list .f_nei .f_tit {
    width: calc(100% - 0.66rem - 12px);
  }
}
.endurancebox-sec1 .cont .f_box .endurancebox1_cont .item .list .f_nei .f_jian {
  display: flex;
  align-items: center;
  color: #999999;
  width: 12px;
  height: 12px;
  margin-top: 0.12rem;
}
.endurancebox-sec1 .cont .f_box .endurancebox1_cont .item .list .f_nei .f_jian img,
.endurancebox-sec1 .cont .f_box .endurancebox1_cont .item .list .f_nei .f_jian svg {
  width: 100%;
  height: 100%;
}
.endurancebox-sec1 .cont .f_box .endurancebox1_cont .item .list:hover .f_jut .f_time {
  color: var(--color);
}
.endurancebox-sec1 .cont .f_box .endurancebox1_cont .item .list:hover .bag:after {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  animation: clipAn 0.4s linear forwards;
}
.endurancebox-sec1 .cont .f_but {
  text-align: center;
  margin-top: 0.4rem;
}
.endurancebox-sec2 {
  padding: 1.06rem 0 0;
}
@media (max-width: 767px) {
  .endurancebox-sec2 {
    padding: 1.4rem 0 0;
  }
}
.endurancebox-sec2 .endurancebox_tit {
  margin-bottom: 6px;
}
@media (max-width: 767px) {
  .endurancebox-sec2 .endurancebox_tit {
    margin-bottom: 0.54rem;
  }
}
.endurancebox-sec2 .cont {
  position: relative;
}
.endurancebox-sec2 .cont .endurancebox2_cont {
  width: 100%;
}
.endurancebox-sec2 .cont .endurancebox2_cont .swiper-slide {
  position: relative;
  padding-top: 0.62rem;
  padding-bottom: 0.1rem;
}
@media (max-width: 767px) {
  .endurancebox-sec2 .cont .endurancebox2_cont .swiper-slide {
    padding-top: 0;
  }
}
.endurancebox-sec2 .cont .endurancebox2_cont .swiper-slide .f_tu {
  position: relative;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .endurancebox-sec2 .cont .endurancebox2_cont .swiper-slide .f_tu {
    margin-bottom: 0.5rem;
  }
}
.endurancebox-sec2 .cont .endurancebox2_cont .swiper-slide .f_tu .f_name {
  position: absolute;
  top: 50%;
  z-index: -2;
  left: 0;
  width: 100%;
  color: var(--color);
  transform: translateY(-50%);
  letter-spacing: -0.1rem;
  font-family: 'Akrobat-Black', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  font-size: 3rem;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .endurancebox-sec2 .cont .endurancebox2_cont .swiper-slide .f_tu .f_name {
    font-size: 2rem;
  }
}
.endurancebox-sec2 .cont .endurancebox2_cont .swiper-slide .f_tu .f_name span {
  display: inline-block;
  opacity: 0;
  transform: translateY(20%);
}
.endurancebox-sec2 .cont .endurancebox2_cont .swiper-slide .f_tu .f_img {
  width: 88.88888889%;
}
.endurancebox-sec2 .cont .endurancebox2_cont .swiper-slide .f_tu .f_img:before {
  padding-top: 44.53125%;
}
.endurancebox-sec2 .cont .endurancebox2_cont .swiper-slide .font {
  width: 55.902778%;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .endurancebox-sec2 .cont .endurancebox2_cont .swiper-slide .font {
    padding-right: 0;
    width: 100%;
  }
}
.endurancebox-sec2 .cont .endurancebox2_cont .swiper-slide .font .f_tit {
  font-family: 'SourceHanSansCN-Normal', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  color: #2d2d2d;
  width: 100%;
  margin-bottom: 0.1rem;
}
@media (max-width: 1200px) {
  .endurancebox-sec2 .cont .endurancebox2_cont .swiper-slide .font .f_tit {
    font-size: 26px;
  }
}
@media (max-width: 992px) {
  .endurancebox-sec2 .cont .endurancebox2_cont .swiper-slide .font .f_tit {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .endurancebox-sec2 .cont .endurancebox2_cont .swiper-slide .font .f_tit {
    margin-bottom: 0.2rem;
  }
}
.endurancebox-sec2 .cont .endurancebox2_cont .swiper-slide .font .f_text {
  color: #666666;
  margin-bottom: 0.1rem;
}
@media (max-width: 767px) {
  .endurancebox-sec2 .cont .endurancebox2_cont .swiper-slide .font .f_text {
    margin-bottom: 0.34rem;
  }
}
.endurancebox-sec2 .cont .endurancebox2_cont .swiper-slide:before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 44.097222%;
  background-color: #f1f1f1;
  border-radius: 0.2rem;
  z-index: -1;
}
@media (max-width: 767px) {
  .endurancebox-sec2 .cont .endurancebox2_cont .swiper-slide:before {
    display: none;
  }
}
.endurancebox-sec2 .cont .endurancebox2_cont .swiper-slide-active .f_tu .f_name span {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.4s linear;
}
.endurancebox-sec2 .cont .gt {
  width: 100%;
  padding: 0;
  margin-top: 0.5rem;
}
@media (min-width: 768px) {
  .endurancebox-sec2 .cont .gt {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 44.097222%;
    margin-top: 0;
    padding: 0.2rem;
  }
}
.endurancebox-sec2 .cont .gt .endurancebox2_nav {
  width: auto;
  margin: 0 -0.11rem;
}
.endurancebox-sec2 .cont .gt .endurancebox2_nav .swiper-slide {
  width: 33.333%;
  padding: 0 0.11rem;
}
.endurancebox-sec2 .cont .gt .endurancebox2_nav .swiper-slide .f_img {
  background: #ffffff;
  cursor: pointer;
  border-radius: 0.1rem;
  border: solid 2px transparent;
  transition: all 0.4s;
}
.endurancebox-sec2 .cont .gt .endurancebox2_nav .swiper-slide .f_img:before {
  padding-top: 55.05617978%;
}
@media (max-width: 767px) {
  .endurancebox-sec2 .cont .gt .endurancebox2_nav .swiper-slide .f_img {
    background: #f1f1f1;
  }
}
.endurancebox-sec2 .cont .gt .endurancebox2_nav .swiper-slide-thumb-active .f_img {
  border-color: var(--color);
}
.endurancebox-sec3 {
  padding: 1.06rem 0 0;
}
@media (max-width: 767px) {
  .endurancebox-sec3 {
    padding: 1.4rem 0 0;
  }
}
.endurancebox-sec3 .endurancebox_tit {
  margin-bottom: 0.52rem;
}
.endurancebox-sec3 .f_data .f_head {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0.24rem;
}
.endurancebox-sec3 .f_data .f_head .item {
  display: flex;
  margin-right: 0.1rem;
}
.endurancebox-sec3 .f_data .f_head .item .layui-input,
.endurancebox-sec3 .f_data .f_head .item .layui-select,
.endurancebox-sec3 .f_data .f_head .item .layui-textarea {
  height: 0.48rem;
  color: #000000;
  width: 1.4rem;
  min-width: 110px;
  border-radius: 6px;
  border: 1px solid rgba(169, 169, 169, 0.3);
  font-family: 'SourceHanSansCN-Normal', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  padding-left: 0.2rem;
  padding-right: 0.3rem;
  font-size: 14px;
}
@media (max-width: 1580px) {
  .endurancebox-sec3 .f_data .f_head .item .layui-input,
  .endurancebox-sec3 .f_data .f_head .item .layui-select,
  .endurancebox-sec3 .f_data .f_head .item .layui-textarea {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .endurancebox-sec3 .f_data .f_head .item .layui-input,
  .endurancebox-sec3 .f_data .f_head .item .layui-select,
  .endurancebox-sec3 .f_data .f_head .item .layui-textarea {
    height: 0.76rem;
    width: 1.8rem;
  }
}
.endurancebox-sec3 .f_data .f_head .item .layui-input:hover,
.endurancebox-sec3 .f_data .f_head .item .layui-select:hover,
.endurancebox-sec3 .f_data .f_head .item .layui-textarea:hover {
  color: var(--color);
  border-color: var(--color) !important;
}
.endurancebox-sec3 .f_data .f_head .item .layui-input:hover::-webkit-input-placeholder,
.endurancebox-sec3 .f_data .f_head .item .layui-select:hover::-webkit-input-placeholder,
.endurancebox-sec3 .f_data .f_head .item .layui-textarea:hover::-webkit-input-placeholder {
  color: var(--color);
}
.endurancebox-sec3 .f_data .f_head .item .layui-form-select .layui-edge {
  width: 12px;
  height: 7px;
  right: 0.2rem;
  margin-top: -3.5px;
  border: none;
  background: url(../images/xiangxiaimgc1.svg) center / 100% auto no-repeat;
}
@media (max-width: 1580px) {
  .endurancebox-sec3 .f_data .f_head .item .layui-form-select .layui-edge {
    width: 8px;
  }
}
.endurancebox-sec3 .f_data .f_head .item .layui-form-select .layui-select-title:hover .layui-edge {
  background-image: url(../images/xiangxiaimgc1-1.svg) !important;
}
.endurancebox-sec3 .f_data .f_head .item .layui-form-select dl {
  top: 100%;
  padding-top: 7px;
  padding-bottom: 7px;
  max-height: 350px;
  border-radius: 0.27rem;
}
@media (max-width: 767px) {
  .endurancebox-sec3 .f_data .f_head .item .layui-form-select dl {
    border-radius: 0.35rem;
  }
}
.endurancebox-sec3 .f_data .f_head .item .layui-form-select dl dd.layui-this {
  background: transparent;
  color: var(--color);
}
.endurancebox-sec3 .f_data .f_head .item .layui-form-select dl dd,
.endurancebox-sec3 .f_data .f_head .item .layui-form-select dl dt {
  font-size: 14px;
  color: #000000;
  padding: 0 0.3rem !important;
}
@media (max-width: 1580px) {
  .endurancebox-sec3 .f_data .f_head .item .layui-form-select dl dd,
  .endurancebox-sec3 .f_data .f_head .item .layui-form-select dl dt {
    font-size: 12px;
  }
}
.endurancebox-sec3 .f_data .f_head .item .f_nav {
  display: flex;
}
.endurancebox-sec3 .f_data .f_head .item .f_nav .f_li {
  margin-right: 0.1rem;
  text-align: center;
  border-radius: 6px;
  height: 0.48rem;
  border: 1px solid rgba(169, 169, 169, 0.3);
  color: #666666;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.4rem;
  cursor: pointer;
  font-size: 14px;
  min-width: 110px;
}
@media (max-width: 1580px) {
  .endurancebox-sec3 .f_data .f_head .item .f_nav .f_li {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .endurancebox-sec3 .f_data .f_head .item .f_nav .f_li {
    height: 0.76rem;
    width: 1.8rem;
  }
}
.endurancebox-sec3 .f_data .f_head .item .f_nav .f_li:hover {
  color: var(--color);
  border-color: var(--color);
}
.endurancebox-sec3 .f_data .f_head .item .f_nav .f_li.on {
  background: var(--color);
  color: #ffffff;
  border-color: var(--color);
}
.endurancebox-sec3 .f_data .f_nei {
  width: 100%;
  overflow-y: hidden;
  overflow-x: auto;
}
.endurancebox-sec3 .f_data .f_nei table {
  width: 100%;
  border-top: 2px solid rgba(0, 0, 0, 0.6);
}
@media (max-width: 991px) {
  .endurancebox-sec3 .f_data .f_nei table {
    width: 1100px;
  }
}
.endurancebox-sec3 .f_data .f_nei table thead {
  background-color: rgba(0, 0, 0, 0.04);
}
.endurancebox-sec3 .f_data .f_nei table thead tr th {
  width: 200px;
}
.endurancebox-sec3 .f_data .f_nei table thead tr th:nth-child(1) {
  width: 17.5%;
}
.endurancebox-sec3 .f_data .f_nei table thead tr th:nth-child(2) {
  width: 31.8055%;
}
.endurancebox-sec3 .f_data .f_nei table thead tr th:nth-child(3) {
  width: 13.75%;
}
.endurancebox-sec3 .f_data .f_nei table thead tr th:nth-child(4) {
  width: 13.75%;
}
.endurancebox-sec3 .f_data .f_nei table thead tr th:nth-child(5) {
  width: 13.75%;
}
.endurancebox-sec3 .f_data .f_nei table thead tr th:nth-child(6) {
  width: 120px;
}
.endurancebox-sec3 .f_data .f_nei table tr td,
.endurancebox-sec3 .f_data .f_nei table tr th {
  padding: 0.2rem 0.28rem;
  text-align: left;
}
.endurancebox-sec3 .f_data .f_nei table tr td .f_tit,
.endurancebox-sec3 .f_data .f_nei table tr th .f_tit {
  color: #000000;
  font-family: 'SourceHanSansCN-Normal', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.endurancebox-sec3 .f_data .f_nei table tr td .f_name,
.endurancebox-sec3 .f_data .f_nei table tr th .f_name {
  color: #333333;
}
.endurancebox-sec3 .f_data .f_nei table tbody tr:nth-child(2n) {
  background-color: rgba(0, 0, 0, 0.04);
}
.endurancebox-sec3 .f_data .f_tshi {
  margin-top: 0.3rem;
  color: var(--color);
}
@media (min-width: 768px) {
  .endurancebox-sec3 .f_data .f_tshi {
    display: none;
  }
}
.endurancebox-sec3 .f_data .f_but {
  text-align: center;
  margin-top: 0.68rem;
}
.endurancebox-sec3 .cont {
  margin-top: 0.8rem;
}
.endurancebox-sec3 .cont .f_box {
  transition: all 0.4s;
  overflow: hidden;
}
.endurancebox-sec3 .cont .f_box .endurancebox3_cont {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.11rem;
}
.endurancebox-sec3 .cont .f_box .endurancebox3_cont .item {
  width: 33.33%;
  padding: 0 0.11rem 0.22rem;
}
@media (max-width: 767px) {
  .endurancebox-sec3 .cont .f_box .endurancebox3_cont .item {
    width: 50%;
  }
}
.endurancebox-sec3 .cont .f_box .endurancebox3_cont .item .list {
  cursor: pointer;
  border-radius: 0.2rem;
}
.endurancebox-sec3 .cont .f_box .endurancebox3_cont .item .list:before {
  padding-top: 68.6695279%;
}
.endurancebox-sec3 .cont .f_but {
  text-align: center;
  margin-top: 0.46rem;
}
.endurancebox-sec4 {
  padding: 1.06rem 0 1.2rem;
}
@media (max-width: 767px) {
  .endurancebox-sec4 {
    padding: 1.4rem 0 1.2rem;
  }
}
.endurancebox-sec4 .endurancebox_tit {
  margin-bottom: 0.42rem;
}
.endurancebox-sec4 .cont {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.11rem;
  width: auto;
}
.endurancebox-sec4 .cont .item {
  width: 33.333%;
  padding: 0 0.11rem;
  margin-bottom: 0.22rem;
}
@media (max-width: 767px) {
  .endurancebox-sec4 .cont .item {
    width: 80%;
  }
}
.endurancebox-sec4 .cont .item .list {
  display: block;
  height: 100%;
  border-radius: 0.2rem;
  position: relative;
  background: url(../images/saijiebag1.jpg) center / cover no-repeat;
}
.endurancebox-sec4 .cont .item .list .f_icon {
  height: 0.55rem;
  margin-bottom: 0.14rem;
}
@media (max-width: 767px) {
  .endurancebox-sec4 .cont .item .list .f_icon {
    height: 0.76rem;
  }
}
.endurancebox-sec4 .cont .item .list .f_icon img,
.endurancebox-sec4 .cont .item .list .f_icon svg {
  height: 100%;
}
.endurancebox-sec4 .cont .item .list .f_tit {
  color: #000000;
  font-family: 'SourceHanSansCN-Normal', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.endurancebox-sec4 .cont .item .list .font {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  transition: all 0.4s;
  display: none;
}
@media (max-width: 991px) {
  .endurancebox-sec4 .cont .item .list .font {
    opacity: 0;
  }
}
.endurancebox-sec4 .cont .item .list .f_hover {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  transition: all 0.4s;
  padding: 0.77rem 0.4rem 0.68rem;
}
@media (max-width: 991px) {
  .endurancebox-sec4 .cont .item .list .f_hover {
    opacity: 1;
  }
}
.endurancebox-sec4 .cont .item .list .f_hover .f_tit {
  font-family: 'SourceHanSansCN-Normal', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  color: #000000;
  margin-bottom: 0.16rem;
}
.endurancebox-sec4 .cont .item .list .f_hover .f_text {
  line-height: 1.625;
  height: 4.875em;
  color: #666666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  overflow: hidden;
  margin-bottom: 0.22rem;
}
.endurancebox-sec4 .cont .item .list .f_hover .f_but {
  color: var(--color);
  padding-bottom: 0.06rem;
  position: relative;
}
.endurancebox-sec4 .cont .item .list .f_hover .f_but:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background: var(--color);
  transition: all 0.4s;
}
.endurancebox-sec4 .cont .item .list:hover .f_hover .f_but:before {
  width: 100%;
}
.endurancebox-sec4 .cont .endurancebox4_pagin {
  margin-top: 0.6rem;
}
@keyframes clipAn {
  0% {
    clip-path: polygon(0 100%, 0% 100%, 0% 100%, 0 100%);
  }
  0.1% {
    clip-path: polygon(0% 100%, 0% calc(100% - var(--clip)), 0 calc(100% - var(--clip)), 0% 100%);
  }
  50% {
    clip-path: polygon(0% 100%, 0% calc(100% - var(--clip)), 100% calc(100% - var(--clip)), 100% 100%);
  }
  100% {
    clip-path: polygon(0 100%, 0% 0, 100% 0%, 100% 100%);
  }
}
/* End */
/* 水平对置6缸发动机 */
.enginebox_font {
  display: flex;
  flex-wrap: wrap;
}
.enginebox_font .f_tit,
.enginebox_font .gt {
  width: 50%;
}
@media (max-width: 767px) {
  .enginebox_font .f_tit,
  .enginebox_font .gt {
    width: 100%;
  }
}
.enginebox_font .f_tit {
  width: 40%;
  font-family: 'SourceHanSansCN-Normal', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  flex: 1 1 auto;
  padding-right: 0.3rem;
}
@media (max-width: 767px) {
  .enginebox_font .f_tit {
    width: 100%;
    margin-bottom: 0.2rem;
  }
}
.enginebox_font .gt {
  width: 60%;
}
@media (max-width: 767px) {
  .enginebox_font .gt {
    width: 100%;
  }
}
.enginebox_font .gt .f_text {
  color: #666666;
  line-height: 2;
}
.enginebox_font .gt .f_wenz {
  margin-bottom: 0.44rem;
}
.enginebox_font .gt .f_wenz:last-child {
  margin-bottom: 0;
}
.enginebox_font .gt .f_wenz .f_t2 {
  font-family: 'SourceHanSansCN-Normal', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  margin-bottom: 0.26rem;
  color: #333333;
}
.enginebox_font .gt .f_wenz .f_txt {
  line-height: 1.625;
  color: #666666;
}
.enginebox_font .gt .f_faq {
  width: 100%;
}
.enginebox_font .gt .f_faq .item .f_shui {
  border-radius: 0.1rem;
  border: solid 1px #eeeeee;
  padding: 0.2rem 0.32rem;
  display: flex;
  align-items: flex-start;
  cursor: pointer;
}
.enginebox_font .gt .f_faq .item .f_shui .f_t2 {
  color: #333333;
  font-family: 'SourceHanSansCN-Normal', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  padding-right: 0.3rem;
  width: calc(100% - 22px);
}
@media (max-width: 1580px) {
  .enginebox_font .gt .f_faq .item .f_shui .f_t2 {
    width: calc(100% - 18px);
  }
}
@media (max-width: 767px) {
  .enginebox_font .gt .f_faq .item .f_shui .f_t2 {
    width: calc(100% - 14px);
  }
}
.enginebox_font .gt .f_faq .item .f_shui .f_bt {
  height: 2px;
  background-color: #999999;
  width: 22px;
  position: relative;
  top: 0.72em;
}
@media (max-width: 1580px) {
  .enginebox_font .gt .f_faq .item .f_shui .f_bt {
    width: 18px;
  }
}
@media (max-width: 767px) {
  .enginebox_font .gt .f_faq .item .f_shui .f_bt {
    width: 14px;
  }
}
.enginebox_font .gt .f_faq .item .f_shui .f_bt:after {
  content: "";
  display: block;
  background: #999999;
  width: 100%;
  height: 100%;
  transform: rotate(90deg);
  transition: all 0.4s;
}
.enginebox_font .gt .f_faq .item .f_jt {
  border-radius: 0.1rem;
  border: solid 1px #eeeeee;
  padding: 0.16rem 0.88rem 0.2rem 0.32rem;
  color: #666666;
  display: none;
  transform: translateY(-1px);
}
@media (max-width: 767px) {
  .enginebox_font .gt .f_faq .item .f_jt {
    padding: 0.3rem 0.34rem 0.4rem;
  }
}
.enginebox_font .gt .f_faq .item.on .f_shui .f_bt:after {
  opacity: 0;
}
.enginebox-sec1 .container {
  border-bottom: 1px solid #dddddd;
  padding: 0.9rem 0 1.3rem;
}
@media (max-width: 767px) {
  .enginebox-sec1 .container {
    padding-top: 1.3rem;
  }
}
.enginebox-sec2 {
  border-bottom: 1px solid #dddddd;
  padding: 1.3rem 0 1.4rem;
}
.enginebox-sec2 .cont {
  margin-bottom: 1.88rem;
}
.enginebox-sec2 .cont .enginebox_font {
  margin-bottom: 0.46rem;
}
.enginebox-sec2 .cont .item {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.enginebox-sec2 .cont .item .f_img,
.enginebox-sec2 .cont .item .gt {
  width: 50%;
}
@media (max-width: 767px) {
  .enginebox-sec2 .cont .item .f_img,
  .enginebox-sec2 .cont .item .gt {
    width: 100%;
  }
}
.enginebox-sec2 .cont .item .f_img {
  border-radius: 0.1rem;
}
.enginebox-sec2 .cont .item .f_img:before {
  padding-top: 78.6908078%;
}
.enginebox-sec2 .cont .item .gt {
  padding: 0.45rem 0 0.45rem 1.32rem;
}
@media (max-width: 991px) {
  .enginebox-sec2 .cont .item .gt {
    padding: 0.4rem 0 0.4rem 0.6rem;
  }
}
@media (max-width: 767px) {
  .enginebox-sec2 .cont .item .gt {
    padding: 0.4rem 0 0;
  }
}
.enginebox-sec2 .cont .item .gt .f_wen .li {
  margin-bottom: 0.4rem;
  padding-left: 1.75em;
  position: relative;
}
.enginebox-sec2 .cont .item .gt .f_wen .li:last-child {
  margin-bottom: 0;
}
.enginebox-sec2 .cont .item .gt .f_wen .li .f_num {
  position: absolute;
  left: 0;
  top: 0.06rem;
  width: 1.42857143em;
  height: 1.42857143em;
  border: 1px solid var(--color);
  color: var(--color);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
@media (max-width: 1580px) {
  .enginebox-sec2 .cont .item .gt .f_wen .li .f_num {
    top: 2px;
  }
}
.enginebox-sec2 .cont .item .gt .f_wen .li .f_tit {
  color: #333333;
  font-family: 'SourceHanSansCN-Normal', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  margin-bottom: 0.08rem;
}
.enginebox-sec2 .cont .item .gt .f_wen .li .f_text {
  color: #999999;
}
.enginebox-sec2 .cont .item .gt .f_text1 {
  color: #333333;
  line-height: 2;
  margin-top: 0.2rem;
}
.enginebox-sec2 .f_box .f_tu {
  border-radius: 0.2rem;
}
.enginebox-sec2 .f_box .f_tu:before {
  padding-top: 39.72222222%;
}
.enginebox-sec2 .f_box .enginebox2_cont {
  margin-bottom: 0.44rem;
}
.enginebox-sec2 .f_box .enginebox2_cont .f_tu {
  border-radius: 0.1rem;
}
.enginebox-sec2 .f_box .enginebox2_cont .swiper-pagination {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  bottom: 0.5rem;
}
@media (max-width: 767px) {
  .enginebox-sec2 .f_box .enginebox2_cont .swiper-pagination {
    bottom: 0.6rem;
  }
}
.enginebox-sec2 .f_box .enginebox2_cont .swiper-pagination .swiper-pagination-bullet {
  position: relative;
  opacity: 1;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 0;
  width: 0.4rem;
  height: 3px;
  vertical-align: top;
  margin: 0 0.05rem;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .enginebox-sec2 .f_box .enginebox2_cont .swiper-pagination .swiper-pagination-bullet {
    width: 0.3rem;
  }
}
.enginebox-sec2 .f_box .enginebox2_cont .swiper-pagination .swiper-pagination-bullet-active {
  width: 0.8rem;
  background: var(--color);
}
.enginebox-sec2 .f_box .enginebox_font {
  margin-bottom: 1.62rem;
}
.enginebox-sec2 .f_box .enginebox_font:last-child {
  margin-bottom: 0;
}
.enginebox-sec3 .enginebox3_prev::after,
.enginebox-sec3 .enginebox3_next::after {
  display: none;
}
.enginebox-sec3 .enginebox3_prev.swiper-button-lock,
.enginebox-sec3 .enginebox3_next.swiper-button-lock {
  display: none;
}
.enginebox-sec3 .c-bottom .c-item .engin_tit {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.enginebox-sec3 .c-bottom .c-item .engin_tit .qie {
  display: flex;
  align-items: center;
}
.enginebox-sec3 .c-bottom .c-item .engin_tit .qie .enginebox3_prev,
.enginebox-sec3 .c-bottom .c-item .engin_tit .qie .enginebox3_next {
  position: relative;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin-top: 0;
}
.enginebox-sec3 .c-bottom .c-item .engin_tit .qie .enginebox3_prev {
  margin-right: 0.2rem;
}
.enginebox-sec3 .c-bottom .c-item .enginebox3_cont {
  width: auto;
  margin: 0.45rem -0.2rem 0.8rem;
}
.enginebox-sec3 .c-bottom .c-item .enginebox3_cont .c-list {
  flex-wrap: nowrap;
  margin: 0;
}
.enginebox-sec3 .cont {
  position: relative;
}
@media (max-width: 991px) {
  .enginebox-sec3 .cont {
    padding-bottom: 1rem;
  }
}
.enginebox-sec3 .cont .enginebox3_pagin {
  margin-top: -0.5rem;
}
@media (min-width: 992px) {
  .enginebox-sec3 .cont .enginebox3_pagin {
    display: none;
  }
}
.enginebox-sec3 .cont .enginebox3_prev,
.enginebox-sec3 .cont .enginebox3_next {
  position: absolute;
  top: 30%;
}
.enginebox-sec3 .cont .enginebox3_prev {
  left: -0.8rem;
}
@media (max-width: 1260px) {
  .enginebox-sec3 .cont .enginebox3_prev {
    left: -0.7rem;
  }
}
@media (max-width: 991px) {
  .enginebox-sec3 .cont .enginebox3_prev {
    display: none;
  }
}
.enginebox-sec3 .cont .enginebox3_next {
  right: -0.8rem;
}
@media (max-width: 1260px) {
  .enginebox-sec3 .cont .enginebox3_next {
    right: -0.7rem;
  }
}
@media (max-width: 991px) {
  .enginebox-sec3 .cont .enginebox3_next {
    display: none;
  }
}
.enginebox-sec3:not(.on) .c-bottom .c-item .c-list li .c-wrap .c-img {
  height: 1.84rem;
  margin-top: -1.3rem;
}
/* End */
/* Honda的赛事挑战精神 */
.spiritbox_bag {
  background: #ffffff;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 0 0 0.2rem 0;
}
.spiritbox_bag:before,
.spiritbox_bag:after {
  content: "";
  display: block;
  position: absolute;
  left: var(--clip);
  top: var(--clip);
  width: 100%;
  height: 100%;
  border-radius: 0 0 0.23rem 0;
  z-index: -1;
}
.spiritbox_bag:before {
  background: #f1f1f1;
}
.spiritbox_bag:after {
  background-image: linear-gradient(45deg, #cc0000 66%, #252c54 100%);
  width: 100%;
  height: 100%;
  clip-path: polygon(0 0, 0% 0, 0% 100%, 0 100%);
}
.spiritbox_bag.on:after {
  opacity: 1;
  animation: clipAn 0.4s 0.6s linear forwards;
}
.spiritbox_bag.on2:after {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  animation: opactive1 0.4s 0.6s linear forwards;
}
.spiritbox-sec1 {
  padding: 1.1rem 0 1.2rem;
}
.spiritbox-sec1 .container {
  display: flex;
  flex-wrap: wrap;
}
.spiritbox-sec1 .container .lt {
  display: flex;
  flex-direction: column;
  width: 72.9167%;
  padding-right: 0.9rem;
}
@media (max-width: 991px) {
  .spiritbox-sec1 .container .lt {
    padding-right: 0.6rem;
  }
}
@media (max-width: 767px) {
  .spiritbox-sec1 .container .lt {
    width: 100%;
    padding-right: 0;
    margin-bottom: 0.42rem;
  }
}
.spiritbox-sec1 .container .lt .f_tit {
  color: #161616;
  font-family: 'SourceHanSansCN-Normal', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  margin-bottom: 0.28rem;
}
.spiritbox-sec1 .container .lt .f_text {
  line-height: 2;
  color: #666666;
  margin-bottom: 0.3rem;
}
.spiritbox-sec1 .container .lt .f_biao {
  margin-top: auto;
  color: #666666;
  padding-left: 0.88rem;
  font-style: italic;
  position: relative;
  line-height: 1.8;
}
.spiritbox-sec1 .container .lt .f_biao:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0.9em;
  width: 0.8rem;
  height: 2px;
  background-color: #000000;
  opacity: 0.1;
  margin-top: -1px;
}
.spiritbox-sec1 .container .f_img {
  width: 27.0833%;
}
@media (max-width: 767px) {
  .spiritbox-sec1 .container .f_img {
    width: 100%;
  }
}
.spiritbox-sec1 .container .f_img:before {
  padding-top: 129.74358974%;
}
.spiritbox-sec2 {
  background-color: #f3f7fb;
  padding: 1.3rem 0;
}
.spiritbox-sec2 .item {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 0.8rem;
}
.spiritbox-sec2 .item:last-child {
  margin-bottom: 0;
}
.spiritbox-sec2 .item .lt {
  width: 39.722%;
}
@media (max-width: 767px) {
  .spiritbox-sec2 .item .lt {
    width: 100%;
    margin-bottom: 0.46rem;
  }
}
.spiritbox-sec2 .item .lt .f_tit {
  color: #161616;
  font-family: 'SourceHanSansCN-Normal', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  line-height: 1.16666667;
}
.spiritbox-sec2 .item .gt {
  width: 60.278%;
  padding-bottom: 0.68rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
@media (max-width: 767px) {
  .spiritbox-sec2 .item .gt {
    width: 100%;
  }
}
.spiritbox-sec2 .item .gt .f_tu {
  margin-bottom: 0.38rem;
  padding-right: 8px;
  padding-bottom: 8px;
  overflow: hidden;
  position: relative;
  border-radius: 0.2rem 0 0.2rem 0;
}
@media (max-width: 991px) {
  .spiritbox-sec2 .item .gt .f_tu {
    padding-right: 6px;
    padding-bottom: 6px;
  }
}
.spiritbox-sec2 .item .gt .f_tu .spiritbox_bag {
  background: transparent;
  --clip: 8px;
  bottom: 8px;
  z-index: 1;
}
@media (max-width: 1580px) {
  .spiritbox-sec2 .item .gt .f_tu .spiritbox_bag {
    bottom: 6px;
    --clip: 6px;
  }
}
.spiritbox-sec2 .item .gt .f_tu .spiritbox_bag:before,
.spiritbox-sec2 .item .gt .f_tu .spiritbox_bag:after {
  left: 0;
  bottom: 0;
}
.spiritbox-sec2 .item .gt .f_tu .spiritbox_bag:before {
  background: transparent;
}
.spiritbox-sec2 .item .gt .f_tu .f_img {
  width: 100%;
  border-radius: 0.2rem 0 0.2rem 0;
}
.spiritbox-sec2 .item .gt .f_tu .f_img:before {
  padding-top: 43.57798165%;
}
.spiritbox-sec2 .item .gt .f_text {
  color: #666666;
  line-height: 2;
}
.spiritbox-sec2 .item:last-child .gt {
  padding-bottom: 0;
  border-bottom: none;
}
.spiritbox-sec3 {
  padding: 1.2rem 0 1.1rem;
}
.spiritbox-sec3 .container {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.spiritbox-sec3 .container .lt {
  width: 39.722%;
  padding-right: 0.9rem;
}
@media (max-width: 991px) {
  .spiritbox-sec3 .container .lt {
    padding-right: 0.6rem;
  }
}
@media (max-width: 767px) {
  .spiritbox-sec3 .container .lt {
    padding-right: 0;
    width: 100%;
  }
}
.spiritbox-sec3 .container .lt .item .f_img {
  border-radius: 0.2rem;
  margin-bottom: 8px;
}
.spiritbox-sec3 .container .lt .item .f_img:before {
  padding-top: 51.86721992%;
}
.spiritbox-sec3 .container .lt .item .font {
  width: 100%;
  position: relative;
  padding: 0.17rem 0.3rem 0.27rem 0;
}
.spiritbox-sec3 .container .lt .item .font .f_tit {
  position: relative;
  font-family: 'SourceHanSansCN-Normal', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  color: #1d1d1d;
  z-index: 1;
}
.spiritbox-sec3 .container .lt .item:hover .f_img img {
  transform: scale(1.06);
}
.spiritbox-sec3 .container .lt .item:hover .font .spiritbox_bag:after {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  animation: clipAn 0.4s linear forwards;
}
.spiritbox-sec3 .container .gt {
  width: 60.278%;
  position: relative;
  padding: 4px 0.63rem 0.96rem 0;
}
@media (max-width: 767px) {
  .spiritbox-sec3 .container .gt {
    width: 100%;
    margin-top: 0.8rem;
  }
}
.spiritbox-sec3 .container .gt .spiritbox_bag {
  --clip: 8px;
  bottom: 8px;
  right: 8px;
}
@media (max-width: 1580px) {
  .spiritbox-sec3 .container .gt .spiritbox_bag {
    --clip: 6px;
    right: 6px;
    bottom: 6px;
  }
}
.spiritbox-sec3 .container .gt .f_tit {
  font-family: 'SourceHanSansCN-Normal', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  color: #161616;
  margin-bottom: 0.35rem;
  position: relative;
}
.spiritbox-sec3 .container .gt .f_text {
  position: relative;
}
.spiritbox-sec4 {
  position: relative;
  padding: 1.1rem 0 1.54rem;
}
.spiritbox-sec4 .spiritbox4_bag {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2.26rem;
  height: 3.26rem;
}
.spiritbox-sec4 .spiritbox4_bag .swiper-wrapper {
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
}
.spiritbox-sec4 .spiritbox4_bag .swiper-wrapper .swiper-slide {
  width: 100%;
  height: 100%;
  background: url(../images/xinfimaz1.png) 0px top repeat-x;
}
.spiritbox-sec4 .f_font {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 10.09rem;
  margin: 0 auto;
  max-width: 100%;
  margin-bottom: 0.7rem;
}
.spiritbox-sec4 .f_font .f_tit {
  position: relative;
  color: #1a1a1a;
  line-height: 1.33333333;
  font-family: 'SourceHanSansCN-Normal', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.spiritbox-sec4 .f_font .f_tit:before,
.spiritbox-sec4 .f_font .f_tit:after {
  content: "";
  display: block;
  height: 100%;
  top: 0;
  position: absolute;
  width: 0.7rem;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
@media (max-width: 767px) {
  .spiritbox-sec4 .f_font .f_tit:before,
  .spiritbox-sec4 .f_font .f_tit:after {
    display: none;
  }
}
.spiritbox-sec4 .f_font .f_tit:before {
  top: -0.5em;
  right: 100%;
  background-image: url(../images/douzhfimg1.png);
  background-position: left top;
  margin-right: 0.3rem;
}
.spiritbox-sec4 .f_font .f_tit:after {
  left: 100%;
  background-image: url(../images/douzhfimg2.png);
  background-position: right bottom;
  top: 0.6em;
}
.spiritbox-sec4 .f_font .f_name {
  color: #666666;
  margin-top: 0.38rem;
  position: relative;
}
.spiritbox-sec4 .f_font .f_name:before {
  content: "";
  display: inline-block;
  width: 0.6rem;
  height: 1px;
  background-color: #000000;
  opacity: 0.3;
  margin-right: 7px;
  margin-top: 0.8em;
  float: left;
}
.spiritbox-sec4 .f_tu {
  width: 6.92rem;
  margin: 0 auto;
  position: relative;
  max-width: 100%;
}
@media (max-width: 767px) {
  .spiritbox-sec4 .f_tu {
    width: 90%;
  }
}
.spiritbox-sec4 .f_tu .f_img {
  width: 100%;
  border-radius: 0.1rem;
}
.spiritbox-sec4 .f_tu .f_img:before {
  padding-top: 57.80346821%;
}
.spiritbox-sec4 .f_tu .f_jianb {
  position: absolute;
  width: 3.72rem;
  right: -0.26rem;
  bottom: -0.26rem;
  --clip: 10px;
  clip-path: polygon(0 100%, 0% 0, 100% 0%, 100% 100%);
}
.spiritbox-sec4 .f_tu .f_jianb img {
  width: 100%;
}
@keyframes opactive1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes clipAn2 {
  0% {
    clip-path: polygon(0 100%, 0% 100%, 0% 100%, 0 100%);
  }
  0.1% {
    clip-path: polygon(0% 100%, 0% calc(100% - var(--clip)), 0 calc(100% - var(--clip)), 0% 100%);
  }
  50% {
    clip-path: polygon(0% 100%, 0% calc(100% - var(--clip)), 100% calc(100% - var(--clip)), 100% 100%);
  }
  100% {
    clip-path: polygon(0 100%, 0% 0, 100% 0%, 100% 100%);
  }
}
@-webkit-keyframes clipAn2 {
  0% {
    clip-path: polygon(0 100%, 0% 100%, 0% 100%, 0 100%);
  }
  0.1% {
    clip-path: polygon(0% 100%, 0% calc(100% - var(--clip)), 0 calc(100% - var(--clip)), 0% 100%);
  }
  50% {
    clip-path: polygon(0% 100%, 0% calc(100% - var(--clip)), 100% calc(100% - var(--clip)), 100% 100%);
  }
  100% {
    clip-path: polygon(0 100%, 0% 0, 100% 0%, 100% 100%);
  }
}
.clipAn2 {
  -webkit-animation-name: clipAn2;
  animation-name: clipAn2;
}
/* End */
/* F1世界一级方程式锦标赛 */
.champbox-sec1 .cont .f_box .endurancebox1_cont .item {
  width: 25%;
}
@media (max-width: 991px) {
  .champbox-sec1 .cont .f_box .endurancebox1_cont .item {
    width: 33.33%;
  }
}
@media (max-width: 767px) {
  .champbox-sec1 .cont .f_box .endurancebox1_cont .item {
    width: 100%;
  }
}
.champbox-sec1 .cont .f_box .endurancebox1_cont .item .list {
  padding-bottom: 0.2rem;
  padding-left: 0;
  display: flex;
  flex-direction: column;
}
.champbox-sec1 .cont .f_box .endurancebox1_cont .item .list .f_nei {
  margin-bottom: 0.36rem;
}
.champbox-sec1 .cont .f_box .endurancebox1_cont .item .list .f_img {
  border-radius: 0.1rem;
  margin-top: auto;
}
.champbox-sec1 .cont .f_box .endurancebox1_cont .item .list .f_img:before {
  padding-top: 67.49226006%;
}
.champbox-sec1 .cont .f_box .endurancebox1_cont .item .list:hover .f_img img {
  transform: scale(1.08);
}
.champbox-sec1.endurancebox-sec1 .cont .f_box .endurancebox1_cont .item .list .f_jut .f_shu .f_shu {
  padding-left: 0;
}
.champbox-sec1 .f_tishi {
  margin-top: 0.34rem;
  color: #999999;
  text-align: center;
}
.champbox-sec2 {
  position: relative;
  padding: 1.1rem 0 1.36rem;
  overflow: hidden;
}
.champbox-sec2 .spiritbox4_bag {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2.26rem;
}
.champbox-sec2 .spiritbox4_bag .swiper-wrapper {
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
}
.champbox-sec2 .spiritbox4_bag .swiper-wrapper .swiper-slide {
  width: 100%;
  height: 100%;
  background: url(../images/xinfimaz1.png) 0px top repeat-x;
}
@media (max-width: 767px) {
  .champbox-sec2 {
    padding-bottom: 0.6rem;
  }
  .champbox-sec2 .spiritbox4_bag {
    display: none;
  }
}
.champbox-sec2 .endurancebox_tit {
  margin-bottom: 0.32rem;
}
.champbox-sec2 .champbox2_cont {
  width: auto;
  margin: 0 -0.1rem;
}
.champbox-sec2 .champbox2_cont .swiper-wrapper .swiper-slide {
  width: 33.333%;
  padding: 0 0.1rem;
}
@media (max-width: 991px) {
  .champbox-sec2 .champbox2_cont .swiper-wrapper .swiper-slide {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .champbox-sec2 .champbox2_cont .swiper-wrapper .swiper-slide {
    width: 90%;
    margin-bottom: 0rem;
  }
}
.champbox-sec2 .champbox2_cont .swiper-wrapper .swiper-slide .list {
  display: block;
  position: relative;
  z-index: 2;
  overflow: hidden;
  border-radius: 0.2rem;
}
.champbox-sec2 .champbox2_cont .swiper-wrapper .swiper-slide .list .f_img:before {
  padding-top: 130.90128755%;
}
.champbox-sec2 .champbox2_cont .swiper-wrapper .swiper-slide .list .font {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 0.3rem;
  color: #ffffff;
  z-index: 1;
  transition: all 0.4s;
}
@media (min-width: 992px) {
  .champbox-sec2 .champbox2_cont .swiper-wrapper .swiper-slide .list .font {
    transform: translateY(calc(45px + 0.34rem));
  }
}
@media (min-width: 992px) and (max-width: 1580px) {
  .champbox-sec2 .champbox2_cont .swiper-wrapper .swiper-slide .list .font {
    transform: translateY(calc(40px + 0.34));
  }
}
.champbox-sec2 .champbox2_cont .swiper-wrapper .swiper-slide .list .font .f_tit {
  display: flex;
  align-items: flex-start;
  margin-bottom: 6px;
}
.champbox-sec2 .champbox2_cont .swiper-wrapper .swiper-slide .list .font .f_tit .f_logo {
  width: 0.38rem;
  position: relative;
  top: 0.7em;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .champbox-sec2 .champbox2_cont .swiper-wrapper .swiper-slide .list .font .f_tit .f_logo {
    width: 0.46rem;
  }
}
.champbox-sec2 .champbox2_cont .swiper-wrapper .swiper-slide .list .font .f_tit .f_logo:before {
  padding-top: 63.15789474%;
}
.champbox-sec2 .champbox2_cont .swiper-wrapper .swiper-slide .list .font .f_tit .f_t2 {
  width: calc(100% - 0.38rem);
  padding-left: 0.14rem;
  font-family: 'SourceHanSansCN-Normal', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
@media (max-width: 767px) {
  .champbox-sec2 .champbox2_cont .swiper-wrapper .swiper-slide .list .font .f_tit .f_t2 {
    width: calc(100% - 0.46rem);
  }
}
.champbox-sec2 .champbox2_cont .swiper-wrapper .swiper-slide .list .font .f_name {
  color: #cc0000;
}
.champbox-sec2 .champbox2_cont .swiper-wrapper .swiper-slide .list .font .endurancebox_but {
  margin-top: 0.34rem;
}
@media (min-width: 992px) {
  .champbox-sec2 .champbox2_cont .swiper-wrapper .swiper-slide .list .font .endurancebox_but {
    height: 45px;
    padding: 4px 0.16rem 0.13rem;
  }
}
@media (min-width: 992px) and (max-width: 1580px) {
  .champbox-sec2 .champbox2_cont .swiper-wrapper .swiper-slide .list .font .endurancebox_but {
    height: 40px;
  }
}
.champbox-sec2 .champbox2_cont .swiper-wrapper .swiper-slide .list .font .endurancebox_but span {
  color: #ffffff;
}
.champbox-sec2 .champbox2_cont .swiper-wrapper .swiper-slide .list .font .endurancebox_but .bg {
  background: #000000;
}
.champbox-sec2 .champbox2_cont .swiper-wrapper .swiper-slide .list .font .endurancebox_but .bg:before {
  background: #fff;
}
.champbox-sec2 .champbox2_cont .swiper-wrapper .swiper-slide .list:hover .f_img img {
  transform: scale(1.04);
}
.champbox-sec2 .champbox2_cont .swiper-wrapper .swiper-slide .list:hover .font {
  transform: translateY(0);
}
.champbox-sec2 .champbox2_cont .champbox2_pagin {
  margin-top: 0.8rem;
}
.champbox-sec3 {
  padding: 1.06rem 0;
  overflow: hidden;
}
.champbox-sec3 .cont .gt .endurancebox2_nav .swiper-slide {
  width: 31.5%;
}
.champbox-sec3 .cont .gt .endurancebox2_nav .swiper-slide .f_img img {
  width: 90%;
  height: 90%;
  object-fit: contain;
}
.champbox-sec4 {
  padding: 0 0 1.4rem;
  overflow: hidden;
}
.champbox-sec4 .endurancebox_tit {
  margin-bottom: 0.36rem;
}
.champbox-sec4 .cont {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.12rem;
}
@media (max-width: 991px) {
  .champbox-sec4 .cont {
    display: block;
  }
}
.champbox-sec4 .cont .item {
  display: block;
}
.champbox-sec4 .cont .item .f_tu {
  position: relative;
  margin-bottom: 0.1rem;
}
.champbox-sec4 .cont .item .f_tu .f_img {
  border-radius: 0.2rem 0.2rem 0 0;
}
.champbox-sec4 .cont .item .f_tu .f_img:before {
  padding-top: 54.31578947%;
}
.champbox-sec4 .cont .item .f_tu .f_icon {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0.76rem;
  height: 0.76rem;
  border-radius: 50%;
  background: #ffffff;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translate(-50%, -50%);
}
.champbox-sec4 .cont .item .f_tu .f_icon img,
.champbox-sec4 .cont .item .f_tu .f_icon svg {
  width: 26.31578947%;
  height: 28.94736842%;
  object-fit: contain;
  position: relative;
}
.champbox-sec4 .cont .item .f_tu .f_icon:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 160%;
  height: 160%;
  border-radius: 50%;
  background-color: #ffffff;
  -webkit-animation: scale10 1.2s linear infinite;
  animation: scale10 1.2s linear infinite;
}
.champbox-sec4 .cont .item .font {
  position: relative;
  z-index: 5;
  padding: 0.28rem 0.34rem 0.36rem 0;
  padding: 0.34rem 0.34rem 0.26rem 0;
}
.champbox-sec4 .cont .item .font::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: #fff;
  transition: all 0.4s;
}
.champbox-sec4 .cont .item .font .f_tit {
  width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 2.88888889em;
  line-height: 1.44444444;
  overflow: hidden;
  color: #161616;
  font-family: 'SourceHanSansCN-Normal', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  position: relative;
  transition: all 0.4s;
}
.champbox-sec4 .cont .item:hover .f_tu .f_img img {
  transform: scale(1.04);
}
.champbox-sec4 .cont .item:hover .font::before {
  top: -30px;
  height: 40px;
}
.champbox-sec4 .cont .item:hover .font .f_tit {
  transform: translateY(-20px);
}
.champbox-sec4 .cont .item:hover .font .spiritbox_bag:after {
  animation: clipAn 0.4s linear forwards;
}
.champbox-sec4 .cont .lt,
.champbox-sec4 .cont .gt {
  padding: 0 0.12rem;
}
.champbox-sec4 .cont .lt {
  width: 66.8055%;
}
@media (max-width: 991px) {
  .champbox-sec4 .cont .lt {
    width: 100%;
    margin-bottom: 0.4rem;
  }
}
.champbox-sec4 .cont .lt .item .f_tu .f_img:before {
  padding-top: 56.86695279%;
}
.champbox-sec4 .cont .gt {
  width: 33.1945%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .champbox-sec4 .cont .gt {
    width: auto;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -0.2rem;
    flex-direction: row;
  }
  .champbox-sec4 .cont .gt .item {
    width: 50%;
    padding: 0 0.2rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .champbox-sec4 .cont .gt .item {
    width: 100%;
    margin-bottom: 0.4rem;
  }
  .champbox-sec4 .cont .gt .item:last-child {
    margin-bottom: 0;
  }
}
.champbox-sec4 .cont .gt .item .f_tu .f_img:before {
  padding-top: 47.63948498%;
}
.champbox-sec4 .cont .gt .item .font {
  padding: 0.17rem 0.3rem 0.25rem 0;
}
@media (max-width: 1580px) {
  .champbox-sec4 .cont .gt .item .font {
    padding: 0.14rem 0.3rem 0.2rem 0;
  }
}
.champbox-sec4 .cont .gt .item .font .f_tit {
  color: #1d1d1d;
}
@-webkit-keyframes scale10 {
  from {
    transform: translate(-50%, -50%) scale(0.5);
    opacity: 1;
  }
  to {
    transform: translate(-50%, -50%) scale(1.1);
    opacity: 0;
  }
}
@keyframes scale10 {
  from {
    transform: translate(-50%, -50%) scale(0.5);
    opacity: 1;
  }
  to {
    transform: translate(-50%, -50%) scale(1.1);
    opacity: 0;
  }
}
/* End */
/* HondaJet */
.make-text {
  line-height: 2;
  color: #666666;
  font-size: 16px;
  font-family: 'SourceHanSansCN-Light', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial' !important;
}
.make-text p {
  text-indent: 2em;
}
@media (max-width: 1580px) {
  .make-text {
    font-size: 14px;
  }
}
.make-text img {
  margin: 10px auto;
  display: block;
  max-width: 100%;
}
.make-text table {
  width: 100%;
}
.make-text table td {
  border: 1px solid #ddd;
}
.make-text ul,
.make-text li,
.make-text ol {
  list-style: inherit;
}
.make-text ul {
  padding-left: 20px;
}
.make-text video,
.make-text iframe {
  width: auto;
  max-width: 100%;
  height: auto !important;
}
.make-text a {
  color: #666666;
  word-break: break-all;
}
.make-text a span,
.make-text a p {
  word-break: break-all;
}
.make-text a:hover {
  text-decoration: underline;
}
.make-text strong {
  font-family: 'SourceHanSansCN-Normal', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial' !important;
  font-weight: 700;
}
.make-text h1,
.make-text h2,
.make-text h3,
.make-text h4,
.make-text h5,
.make-text h6 {
  font-weight: revert;
  line-height: 1.22;
  font-family: 'SourceHanSansCN-Normal', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial' !important;
  font-weight: 700;
  color: #010101;
}
@media (max-width: 767px) {
  .make-text h1,
  .make-text h2,
  .make-text h3,
  .make-text h4,
  .make-text h5,
  .make-text h6 {
    font-size: 18px !important;
    line-height: 1.3;
  }
}
.make-text p,
.make-text span {
  font-size: 16px;
  font-family: 'SourceHanSansCN-Light', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial' !important;
  color: #666666;
}
@media (max-width: 1580px) {
  .make-text p,
  .make-text span {
    font-size: 14px;
  }
}
.jetbox-sec1 {
  padding: 1.06rem 0 1.26rem;
  overflow: hidden;
  position: relative;
}
.jetbox-sec1 .container {
  position: relative;
}
.jetbox-sec1 .f_box {
  position: relative;
}
.jetbox-sec1 .f_box .f_bag {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
.jetbox-sec1 .f_box .f_bag img {
  width: 100%;
  height: auto;
}
.jetbox-sec1 .f_box .f_title1 {
  color: #161616;
  font-family: 'SourceHanSansCN-Normal', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.jetbox-sec1 .f_box .f_tu {
  position: relative;
  margin-bottom: 0.4rem;
  padding: 2.8rem 0 2.32rem;
}
@media (max-width: 767px) {
  .jetbox-sec1 .f_box .f_tu {
    padding: 2rem 0 1.8rem;
  }
}
.jetbox-sec1 .f_box .f_tu .f_xingzhu {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.22rem;
  height: 1.22rem;
  border-radius: 50%;
  background: #ffffff;
  margin: 0 auto;
  position: relative;
}
.jetbox-sec1 .f_box .f_tu .f_xingzhu:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 160%;
  height: 160%;
  border-radius: 50%;
  background-color: #ffffff;
  -webkit-animation: scale10 1.2s linear infinite;
  animation: scale10 1.2s linear infinite;
}
.jetbox-sec1 .f_box .f_tu .f_xingzhu img {
  width: 62.29508197%;
  height: auto;
  position: relative;
}
.jetbox-sec1 .cont {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 0.4rem;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .jetbox-sec1 .cont {
    margin-top: -0.8rem;
  }
}
.jetbox-sec1 .cont .f_t1 {
  color: #161616;
  font-family: 'SourceHanSansCN-Normal', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.jetbox-sec1 .cont .lt {
  width: 67.78%;
  padding-right: 0.36rem;
}
@media (max-width: 991px) {
  .jetbox-sec1 .cont .lt {
    padding-right: 0;
    width: 100%;
    margin-bottom: 0.7rem;
  }
}
.jetbox-sec1 .cont .lt .f_t1 {
  margin-bottom: 0.26rem;
}
@media (max-width: 767px) {
  .jetbox-sec1 .cont .lt .f_t1 {
    margin-bottom: 0.5rem;
  }
}
.jetbox-sec1 .cont .lt .f_jut {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.1rem;
}
.jetbox-sec1 .cont .lt .f_jut .item {
  width: 33.333%;
  padding: 0 0.1rem 0.2rem;
}
@media (max-width: 767px) {
  .jetbox-sec1 .cont .lt .f_jut .item {
    width: 100%;
    padding-bottom: 0.6rem;
  }
}
.jetbox-sec1 .cont .lt .f_jut .item .list {
  display: block;
}
.jetbox-sec1 .cont .lt .f_jut .item .list .f_hed {
  display: -webkit-inline-flex;
  display: inline-flex;
  align-items: center;
  border-radius: 20px;
  background-color: #f8f8f8;
  margin-bottom: 0.2rem;
  padding: 7px 23px 7px 16px;
}
.jetbox-sec1 .cont .lt .f_jut .item .list .f_hed .f_icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 23px;
  height: 20px;
  flex: 0 0 auto;
}
@media (max-width: 1580px) {
  .jetbox-sec1 .cont .lt .f_jut .item .list .f_hed .f_icon {
    width: 19px;
    height: 16px;
  }
}
.jetbox-sec1 .cont .lt .f_jut .item .list .f_hed .f_icon img,
.jetbox-sec1 .cont .lt .f_jut .item .list .f_hed .f_icon svg {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
.jetbox-sec1 .cont .lt .f_jut .item .list .f_hed .f_t2 {
  color: #333333;
  font-family: 'SourceHanSansCN-Normal', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  padding-left: 8px;
}
.jetbox-sec1 .cont .lt .f_jut .item .list .f_wen {
  padding-top: 0.24rem;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.jetbox-sec1 .cont .lt .f_jut .item .list .f_wen .f_name {
  color: #333333;
  font-family: 'SourceHanSansCN-Normal', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  margin-bottom: 8px;
}
.jetbox-sec1 .cont .lt .f_jut .item .list .f_wen .f_sudu {
  line-height: 1;
  display: flex;
  align-items: flex-start;
  color: #666666;
}
.jetbox-sec1 .cont .lt .f_jut .item .list .f_wen .f_sudu .count {
  font-family: 'Honda-Head', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  display: block;
  margin-right: 8px;
  color: var(--color);
}
@media (max-width: 767px) {
  .jetbox-sec1 .cont .lt .f_jut .item .list .f_wen .f_sudu .count {
    font-size: 0.6rem;
  }
}
.jetbox-sec1 .cont .lt .f_but {
  display: flex;
  align-items: center;
  color: #333333;
  cursor: pointer;
  margin-top: 0.48rem;
}
@media (max-width: 767px) {
  .jetbox-sec1 .cont .lt .f_but {
    margin-top: 0;
  }
}
.jetbox-sec1 .cont .lt .f_but i {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 0.42rem;
  height: 0.42rem;
  margin-left: 0.16rem;
  background-color: var(--color);
  transition: all 0.4s;
  border-radius: 50%;
}
.jetbox-sec1 .cont .lt .f_but i:before,
.jetbox-sec1 .cont .lt .f_but i:after {
  content: "";
  display: block;
  width: 33.33333333%;
  height: 2px;
  background: #ffffff;
}
.jetbox-sec1 .cont .lt .f_but i:after {
  margin-top: -2px;
  transform: rotate(90deg);
}
.jetbox-sec1 .cont .lt .f_but:hover i {
  transform: rotate(90deg);
}
.jetbox-sec1 .cont .gt {
  width: 32.22%;
}
@media (max-width: 991px) {
  .jetbox-sec1 .cont .gt {
    width: 66.66%;
  }
}
@media (max-width: 767px) {
  .jetbox-sec1 .cont .gt {
    width: 100%;
  }
}
.jetbox-sec1 .cont .gt .f_t1 {
  margin-bottom: 0.25rem;
}
.jetbox-sec1 .cont .gt .item {
  width: 100%;
  border-radius: 0.2rem;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.jetbox-sec1 .cont .gt .item .f_img:before {
  padding-top: 60.77586207%;
}
.jetbox-sec1 .cont .gt .item .f_img:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.1;
  z-index: 1;
}
.jetbox-sec1 .cont .gt .item i {
  position: absolute;
  right: 0.26rem;
  bottom: 0.24rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: solid 2px #ffffff;
  z-index: 1;
}
.jetbox-sec1 .cont .gt .item i:before,
.jetbox-sec1 .cont .gt .item i:after {
  content: "";
  display: block;
  width: 33.33333333%;
  height: 2px;
  background: #ffffff;
}
.jetbox-sec1 .cont .gt .item i:after {
  margin-top: -2px;
  transform: rotate(90deg);
}
.jetbox-sec1 .cont .gt .item:hover .f_img img {
  transform: scale(1.1);
}
.jetbox-sec1 .f_btn {
  text-align: center;
  margin-top: 0.5rem;
}
.jetbox-sec2 {
  padding: 1.46rem 0 1.42rem;
  background: linear-gradient(to bottom, #f3f7fb, #ffffff);
  overflow: hidden;
}
.jetbox-sec2 .engin_tit {
  margin-bottom: 0.46rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.jetbox-sec2 .engin_tit .qie {
  display: flex;
  align-items: center;
}
.jetbox-sec2 .engin_tit .qie .jetbox2_prev,
.jetbox-sec2 .engin_tit .qie .jetbox2_next {
  position: relative;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin-top: 0;
}
.jetbox-sec2 .engin_tit .qie .jetbox2_prev::after,
.jetbox-sec2 .engin_tit .qie .jetbox2_next::after {
  display: none;
}
.jetbox-sec2 .engin_tit .qie .jetbox2_prev.swiper-button-lock,
.jetbox-sec2 .engin_tit .qie .jetbox2_next.swiper-button-lock {
  display: none;
}
.jetbox-sec2 .engin_tit .qie .jetbox2_prev {
  margin-right: 0.2rem;
}
.jetbox-sec2 .jetbox2_cont {
  width: auto;
  margin: 0 -0.1rem;
  overflow: visible;
}
.jetbox-sec2 .jetbox2_cont .swiper-slide {
  width: 33.333%;
  padding: 0 0.1rem;
}
@media (max-width: 991px) {
  .jetbox-sec2 .jetbox2_cont .swiper-slide {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .jetbox-sec2 .jetbox2_cont .swiper-slide {
    width: 90%;
  }
}
.jetbox-sec2 .jetbox2_cont .swiper-slide .list {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 0.2rem;
  cursor: pointer;
  z-index: 2;
}
.jetbox-sec2 .jetbox2_cont .swiper-slide .list .f_img:before {
  padding-top: 111.58798283%;
}
.jetbox-sec2 .jetbox2_cont .swiper-slide .list .font {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 2;
  padding: 0.22rem 0 0.22rem 0.3rem;
  color: #ffffff;
}
.jetbox-sec2 .jetbox2_cont .swiper-slide .list .font .f_tit {
  line-height: 1.41666667;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 2.83333333em;
  margin-bottom: 0.25rem;
}
.jetbox-sec2 .jetbox2_cont .swiper-slide .list .font .f_circle {
  width: 0.34rem;
  height: 0.34rem;
  border-radius: 50%;
  border: solid 1px #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .jetbox-sec2 .jetbox2_cont .swiper-slide .list .font .f_circle {
    width: 0.5rem;
    height: 0.5rem;
  }
}
.jetbox-sec2 .jetbox2_cont .swiper-slide .list .font .f_circle:before,
.jetbox-sec2 .jetbox2_cont .swiper-slide .list .font .f_circle:after {
  content: "";
  display: block;
  width: 35.29411765%;
  height: 2px;
  background: #ffffff;
}
.jetbox-sec2 .jetbox2_cont .swiper-slide .list .font .f_circle:after {
  margin-top: -2px;
  transform: rotate(90deg);
}
.jetbox-sec2 .jetbox2_cont .swiper-slide .list:hover .f_img img {
  transform: scale(1.06);
}
.jetbox-sec2 .jetbox2_cont .swiper-slide .list:hover .font .f_circle {
  transform: rotate(90deg);
  background: var(--color);
  border-color: var(--color);
}
.jetbox-sec3 {
  position: relative;
  padding: 1.42rem 0 2.7rem;
}
.jetbox-sec3 .f_bag {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.jetbox-sec3 .f_bag img {
  width: 100%;
}
.jetbox-sec3 .container {
  position: relative;
}
.jetbox-sec3 .f_font {
  width: 8.36rem;
  max-width: 100%;
}
.jetbox-sec3 .f_font .f_tit {
  font-family: 'SourceHanSansCN-Normal', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  color: #000000;
  line-height: 1.29166667;
  margin-bottom: 0.14rem;
}
.jetbox-sec3 .f_font .f_text {
  margin-bottom: 0.46rem;
  color: #666;
}
.jetbox-sec3 .f_font .public-btn2 {
  cursor: pointer;
}
.jetbox-sec4 .f_font .public-btn2 {
  --color: #cc0000;
}
.jetbox-sec5 {
  padding: 1.4rem 0 0.9rem;
}
@media (max-width: 767px) {
  .jetbox-sec5 {
    padding-bottom: 1.4rem;
  }
}
.jetbox-sec5 .jetbox5_cont {
  width: auto;
  margin: 0 -0.2rem;
}
@media (max-width: 767px) {
  .jetbox-sec5 .jetbox5_cont {
    margin: 0 -0.15rem;
  }
}
.jetbox-sec5 .jetbox5_cont .swiper-slide {
  width: 50%;
  padding: 0 0.2rem;
  height: auto;
}
@media (max-width: 767px) {
  .jetbox-sec5 .jetbox5_cont .swiper-slide {
    width: 100%;
    padding: 0 0.15rem;
  }
}
.jetbox-sec5 .jetbox5_cont .swiper-slide .list {
  border-radius: 0.2rem;
  background-color: #f3f7fb;
  height: 100%;
  padding: 0.43rem 1.09rem 0.62rem 0.62rem;
}
@media (max-width: 991px) {
  .jetbox-sec5 .jetbox5_cont .swiper-slide .list {
    padding: 0.4rem 0.6rem 0.6rem;
  }
}
@media (max-width: 767px) {
  .jetbox-sec5 .jetbox5_cont .swiper-slide .list {
    padding: 0.46rem 0.34rem;
  }
}
.jetbox-sec5 .jetbox5_cont .swiper-slide .list .f_name {
  display: -webkit-inline-flex;
  display: inline-flex;
  align-items: center;
  border-radius: 16px;
  padding: 6px 0.2rem;
  color: #999999;
  margin-bottom: 0.13rem;
}
.jetbox-sec5 .jetbox5_cont .swiper-slide .list .f_tit {
  font-weight: bold;
  color: #333333;
  padding-bottom: 0.31rem;
  margin-bottom: 0.4rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.jetbox-sec5 .jetbox5_cont .swiper-slide .list .f_jt .li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 0.2rem;
}
.jetbox-sec5 .jetbox5_cont .swiper-slide .list .f_jt .li:last-child {
  margin-bottom: 0;
}
.jetbox-sec5 .jetbox5_cont .swiper-slide .list .f_jt .li .f_icon {
  width: 0.46rem;
  height: 0.46rem;
  border-radius: 50%;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color);
  position: relative;
  top: 0.6em;
  transform: translateY(-50%);
}
.jetbox-sec5 .jetbox5_cont .swiper-slide .list .f_jt .li .f_icon img,
.jetbox-sec5 .jetbox5_cont .swiper-slide .list .f_jt .li .f_icon svg {
  width: auto;
  height: auto;
  max-width: 45.65217391%;
  max-height: 45.65217391%;
  object-fit: contain;
}
.jetbox-sec5 .jetbox5_cont .swiper-slide .list .f_jt .li .f_wen {
  display: block;
  width: calc(100% - 0.46rem);
  padding-left: 0.18rem;
  color: #333333;
}
.jetbox-sec5 .jetbox5_cont .jetbox5_pagin {
  bottom: 0;
}
.jetbox-sec5 .f_but {
  margin-top: 0.8rem;
  text-align: center;
}
.baseAlt {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  overflow: hidden;
}
.baseAlt .bag {
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.5;
}
.baseAlt .cont {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 14.4rem;
  max-width: 90%;
  background-color: #f8f8f8;
  border-radius: 0.2rem;
}
.baseAlt .cont .f_close {
  width: 0.58rem;
  height: 0.58rem;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #999999;
  transition: all 0.4s;
  position: absolute;
  right: -0.88rem;
  top: 0;
  cursor: pointer;
  border-radius: 50%;
}
@media (max-width: 1260px) {
  .baseAlt .cont .f_close {
    right: -0.29rem;
    top: -0.29rem;
  }
}
@media (max-width: 767px) {
  .baseAlt .cont .f_close {
    width: 0.76rem;
    height: 0.76rem;
    right: -0.3rem;
    top: -0.3rem;
  }
}
.baseAlt .cont .f_close img,
.baseAlt .cont .f_close svg {
  width: 34.48275862%;
  height: 34.48275862%;
  object-fit: contain;
}
.baseAlt .cont .f_close:hover {
  background: var(--color);
  color: #ffffff;
}
.speciAlt {
  display: none;
}
.speciAlt .cont {
  padding: 0.46rem 0.6rem 0.6rem;
}
.speciAlt .cont .f_title {
  color: #161616;
  margin-bottom: 0.4rem;
}
.speciAlt .cont .f_nei {
  max-height: 66vh;
  overflow-y: auto;
  overflow-x: hidden;
  margin-right: -0.3rem;
  padding-right: 0.3rem;
  padding-bottom: 2px;
  scrollbar-width: auto;
}
.speciAlt .cont .f_nei::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 5px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
}
.speciAlt .cont .f_nei::-webkit-scrollbar-thumb {
  /*滚动条-滑块*/
  border-radius: 3px;
  background: var(--color);
}
.speciAlt .cont .f_nei::-webkit-scrollbar-track {
  /*滚动条-背景*/
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.1);
}
.speciAlt .cont .f_nei .f_jut {
  border-top: 1px solid rgba(51, 51, 51, 0.1);
  padding-top: 0.5rem;
  margin-bottom: 0.64rem;
}
.speciAlt .cont .f_nei .f_jut:last-child {
  margin-bottom: 0;
}
.speciAlt .cont .f_nei .f_jut .f_hed {
  display: -webkit-inline-flex;
  display: inline-flex;
  align-items: center;
  border-radius: 20px;
  background-color: var(--color);
  color: #ffffff;
  padding: 7px 23px 7px 16px;
  margin-bottom: 0.3rem;
}
.speciAlt .cont .f_nei .f_jut .f_hed .f_icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 23px;
  height: 20px;
  flex: 0 0 auto;
}
@media (max-width: 1580px) {
  .speciAlt .cont .f_nei .f_jut .f_hed .f_icon {
    width: 19px;
    height: 16px;
  }
}
.speciAlt .cont .f_nei .f_jut .f_hed .f_icon img,
.speciAlt .cont .f_nei .f_jut .f_hed .f_icon svg {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
.speciAlt .cont .f_nei .f_jut .f_hed .f_t2 {
  color: #ffffff;
  font-family: 'SourceHanSansCN-Normal', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  padding-left: 8px;
}
.speciAlt .cont .f_nei .f_jut .f_msg {
  background-color: #ffffff;
  border-radius: 0.2rem;
  display: flex;
  flex-wrap: wrap;
  padding: 20px 0.4rem;
  margin-bottom: 0.5rem;
}
.speciAlt .cont .f_nei .f_jut .f_msg:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .speciAlt .cont .f_nei .f_jut .f_msg {
    padding: 0.6rem 0.34rem;
  }
}
.speciAlt .cont .f_nei .f_jut .f_msg .lt {
  width: 53.9%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .speciAlt .cont .f_nei .f_jut .f_msg .lt {
    width: 100%;
    padding-bottom: 0.5rem;
    border-right: none;
  }
}
.speciAlt .cont .f_nei .f_jut .f_msg .lt .f_name {
  color: #161616;
  font-family: 'SourceHanSansCN-Normal', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  margin-bottom: 0.1rem;
}
.speciAlt .cont .f_nei .f_jut .f_msg .lt .f_sudu {
  display: flex;
  flex-wrap: wrap;
}
.speciAlt .cont .f_nei .f_jut .f_msg .lt .f_sudu .li {
  margin-right: 0.5rem;
  margin-bottom: 0.3rem;
}
@media (max-width: 767px) {
  .speciAlt .cont .f_nei .f_jut .f_msg .lt .f_sudu .li {
    margin-right: 0.4rem;
  }
}
.speciAlt .cont .f_nei .f_jut .f_msg .lt .f_sudu .li:last-child {
  margin-right: 0;
}
.speciAlt .cont .f_nei .f_jut .f_msg .lt .f_sudu .li .f_shu {
  color: var(--color);
  display: flex;
  align-items: flex-start;
  line-height: 1;
  font-family: 'SourceHanSansCN-Light', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.speciAlt .cont .f_nei .f_jut .f_msg .lt .f_sudu .li .f_shu span {
  font-family: 'Honda-Head', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  display: block;
  margin-right: 7px;
  font-size: 0.44rem;
}
.speciAlt .cont .f_nei .f_jut .f_msg .lt .f_sudu .li .f_t2 {
  color: #999999;
}
.speciAlt .cont .f_nei .f_jut .f_msg .lt .f_text {
  margin-top: auto;
  color: #666666;
  line-height: 1.5;
  margin-bottom: 0.2rem;
}
.speciAlt .cont .f_nei .f_jut .f_msg .gt {
  width: 46.1%;
}
@media (max-width: 767px) {
  .speciAlt .cont .f_nei .f_jut .f_msg .gt {
    width: 100%;
  }
}
.speciAlt .cont .f_nei .f_jut .f_msg .gt .f_img {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
@media (max-width: 767px) {
  .speciAlt .cont .f_nei .f_jut .f_msg .gt .f_img {
    border-left: 0;
  }
}
.speciAlt .cont .f_nei .f_jut .f_msg .gt .f_img:before {
  padding-top: 56.36363636%;
}
.speciAlt .cont .f_nei .f_jut .f_msg .gt .f_text {
  color: #666666;
  line-height: 1.625;
  margin-top: 0.3rem;
}
.speciAlt .cont .f_nei .f_jut .f_guititle {
  color: #161616;
  font-family: 'SourceHanSansCN-Normal', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  margin-bottom: 0.35rem;
}
.speciAlt .cont .f_nei .f_jut .f_table {
  width: 100%;
  border-radius: 0.2rem;
  border: solid 1px #e4e4e4;
}
.speciAlt .cont .f_nei .f_jut .f_table .f_item {
  width: 100%;
}
.speciAlt .cont .f_nei .f_jut .f_table .f_item .f_t2,
.speciAlt .cont .f_nei .f_jut .f_table .f_item .f_list .f_tr .f_li {
  padding: 0.17rem 0.3rem;
}
@media (max-width: 767px) {
  .speciAlt .cont .f_nei .f_jut .f_table .f_item .f_t2,
  .speciAlt .cont .f_nei .f_jut .f_table .f_item .f_list .f_tr .f_li {
    font-size: 0.28rem;
  }
}
.speciAlt .cont .f_nei .f_jut .f_table .f_item .f_t2 {
  background: #ffffff;
  color: #161616;
  font-family: 'SourceHanSansCN-Normal', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  border-bottom: 1px solid #e4e4e4;
}
.speciAlt .cont .f_nei .f_jut .f_table .f_item .f_list .f_tr {
  display: flex;
}
.speciAlt .cont .f_nei .f_jut .f_table .f_item .f_list .f_tr .f_li {
  border-bottom: 1px solid #e4e4e4;
  width: 50%;
  flex: 1 1 auto;
}
@media (max-width: 767px) {
  .speciAlt .cont .f_nei .f_jut .f_table .f_item .f_list .f_tr .f_li:nth-child(1) {
    width: 36%;
  }
  .speciAlt .cont .f_nei .f_jut .f_table .f_item .f_list .f_tr .f_li:nth-child(2) {
    width: 64%;
  }
}
.speciAlt .cont .f_nei .f_jut .f_table .f_item .f_list .f_tr:last-child .f_li {
  border-bottom: none;
}
.advanAlt {
  display: none;
}
.advanAlt .cont .f_box {
  display: none;
  padding: 0.38rem 0.6rem 0.6rem;
}
.advanAlt .cont .f_box.on {
  display: block;
}
.advanAlt .cont .f_box .f_title1 {
  color: #161616;
  line-height: 1.38888889;
  margin-bottom: 0.44rem;
  font-family: 'SourceHanSansCN-Normal', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.advanAlt .cont .f_box .f_nei {
  max-height: 66vh;
  overflow-y: auto;
  overflow-x: hidden;
  margin-right: -0.3rem;
  padding-right: 0.3rem;
  padding-bottom: 2px;
  scrollbar-width: auto;
}
.advanAlt .cont .f_box .f_nei::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 5px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
}
.advanAlt .cont .f_box .f_nei::-webkit-scrollbar-thumb {
  /*滚动条-滑块*/
  border-radius: 3px;
  background: var(--color);
}
.advanAlt .cont .f_box .f_nei::-webkit-scrollbar-track {
  /*滚动条-背景*/
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.1);
}
.advanAlt .cont .f_box .f_nei .f_jut {
  padding-bottom: 0.33rem;
  border-bottom: 1px solid rgba(51, 51, 51, 0.1);
  margin-bottom: 0.5rem;
}
.advanAlt .cont .f_box .f_nei .f_jut:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.advanAlt .cont .f_box .f_nei .f_jut .f_tu {
  width: 100%;
  margin-bottom: 0.32rem;
}
.advanAlt .cont .f_box .f_nei .f_jut .f_tu img {
  width: 100%;
}
.advanAlt .cont .f_box .f_nei .f_jut .f_text {
  color: #333333;
  line-height: 1.77777778;
}
.advanAlt .cont .f_box .f_nei .f_jut .f_hed {
  display: -webkit-inline-flex;
  display: inline-flex;
  align-items: center;
  border-radius: 30px;
  background-color: var(--color);
  color: #ffffff;
  padding: 8px 24px 8px;
  margin-top: 0.5rem;
}
.advanAlt .cont .f_box .f_nei .f_jut .f_hed:first-child {
  margin-top: 0;
}
.advanAlt .cont .f_box .f_nei .f_jut .f_hed .f_icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 23px;
  height: 20px;
  flex: 0 0 auto;
}
@media (max-width: 1580px) {
  .advanAlt .cont .f_box .f_nei .f_jut .f_hed .f_icon {
    width: 19px;
    height: 16px;
  }
}
.advanAlt .cont .f_box .f_nei .f_jut .f_hed .f_icon img,
.advanAlt .cont .f_box .f_nei .f_jut .f_hed .f_icon svg {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
.advanAlt .cont .f_box .f_nei .f_jut .f_hed .f_t2 {
  color: #ffffff;
  font-family: 'SourceHanSansCN-Normal', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.advanAlt .cont .f_box .f_nei .f_jut .f_msg {
  background-color: #ffffff;
  border-radius: 0.2rem;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.3rem;
}
.advanAlt .cont .f_box .f_nei .f_jut .f_msg .lt,
.advanAlt .cont .f_box .f_nei .f_jut .f_msg .gt {
  width: 50%;
}
@media (max-width: 767px) {
  .advanAlt .cont .f_box .f_nei .f_jut .f_msg .lt,
  .advanAlt .cont .f_box .f_nei .f_jut .f_msg .gt {
    width: 100%;
  }
}
.advanAlt .cont .f_box .f_nei .f_jut .f_msg .lt {
  display: flex;
  flex-direction: column;
  padding: 0.4rem 0.6rem 0.65rem 0.4rem;
}
@media (max-width: 767px) {
  .advanAlt .cont .f_box .f_nei .f_jut .f_msg .lt {
    padding: 0.5rem 0.34rem;
  }
}
.advanAlt .cont .f_box .f_nei .f_jut .f_msg .lt .f_t3 {
  color: #161616;
  line-height: 1.4;
  font-family: 'SourceHanSansCN-Normal', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  margin-bottom: 0.4rem;
}
.advanAlt .cont .f_box .f_nei .f_jut .f_msg .lt .f_t3 ~ .f_txt {
  margin-bottom: 0;
}
.advanAlt .cont .f_box .f_nei .f_jut .f_msg .lt .f_txt {
  margin-top: auto;
  color: #666666;
  line-height: 1.5;
  margin-bottom: auto;
}
@media (max-width: 767px) {
  .advanAlt .cont .f_box .f_nei .f_jut .f_msg .lt .f_txt {
    margin-top: 0;
  }
}
.advanAlt .cont .f_box .f_nei .f_jut .f_msg .lt .f_txt img {
  width: 100%;
}
.advanAlt .cont .f_box .f_nei .f_jut .f_msg .gt .f_img {
  width: 100%;
  min-height: 100%;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.advanAlt .cont .f_box .f_nei .f_jut .f_msg .gt .f_img img {
  width: 100%;
}
.joyfulAlt {
  display: none;
}
.joyfulAlt .cont {
  padding: 0.6rem;
}
@media (max-width: 767px) {
  .joyfulAlt .cont {
    padding: 0.5rem 0.4rem;
  }
}
.joyfulAlt .cont .f_nei {
  max-height: 70vh;
  overflow-y: auto;
  overflow-x: hidden;
  margin-right: -0.3rem;
  padding-right: 0.3rem;
  padding-bottom: 2px;
  scrollbar-width: auto;
}
.joyfulAlt .cont .f_nei::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 5px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
}
.joyfulAlt .cont .f_nei::-webkit-scrollbar-thumb {
  /*滚动条-滑块*/
  border-radius: 3px;
  background: var(--color);
}
.joyfulAlt .cont .f_nei::-webkit-scrollbar-track {
  /*滚动条-背景*/
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.1);
}
.joyfulAlt .cont .f_nei .f_tu {
  border-radius: 0.2rem;
  overflow: hidden;
  margin-bottom: 0.53rem;
}
.joyfulAlt .cont .f_nei .f_tu img {
  width: 100%;
}
.joyfulAlt .cont .f_nei .f_title {
  text-align: center;
  color: #333333;
  font-family: 'SourceHanSansCN-Normal', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  margin-bottom: 0.25rem;
}
.joyfulAlt .cont .f_nei .make-text {
  margin: 0 auto;
  width: 8.8rem;
  max-width: 100%;
  text-align: center;
}
/* End */
/* 摩托车产品列表 */
.carlistbox-sec1 .c-bottom .c-item {
  padding-bottom: 0.76rem;
}
.carlistbox-sec1 .c-bottom .c-item .c-list {
  margin-bottom: 0;
}
.carlistbox-sec1 .c-bottom .c-item .c-list li .c-wrap .c-box {
  transition: all 0.4s;
}
.carlistbox-sec1 .c-bottom .c-item .c-list li .c-wrap:hover .c-box {
  background: #e2e8ef;
}
.carlistbox-sec1 .c-bottom .c-item .f_box {
  overflow: hidden;
  transition: all 0.4s;
}
.carlistbox-sec1 .c-bottom .c-item .f_but {
  text-align: center;
  margin-top: 0.3rem;
}
.carlistbox-sec1 .c-bottom .c-item .f_but .public-btn2 {
  cursor: pointer;
}
.carlistbox-sec1 .c-bottom .c-item .f_but .public-btn2 span:nth-child(2) {
  display: none;
}
.carlistbox-sec1 .c-bottom .c-item .f_but .public-btn2.on span {
  display: none;
}
.carlistbox-sec1 .c-bottom .c-item .f_but .public-btn2.on span:nth-child(2) {
  display: block;
}
.carlistbox-sec1 .c-bottom .c-item .f_but .public-btn2:hover .c-ico {
  transform: rotate(180deg);
}
.carlistbox-sec1 .c-bottom .c-item .c-list li .c-wrap .c-img {
  height: 2.2rem;
  margin-top: -1.5rem;
}
/* End */
/* 摩托车领域 */
.carbox-sec1 {
  padding-bottom: 1.2rem;
  overflow: hidden;
}
.carbox-sec1 .introbox-sec1 {
  padding-bottom: 0.44rem;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 1rem;
}
.carbox-sec1 .f_nei .f_cont {
  position: relative;
}
.carbox-sec1 .f_nei .f_cont .carbox1_prev,
.carbox-sec1 .f_nei .f_cont .carbox1_next {
  position: absolute;
  top: 60%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .carbox-sec1 .f_nei .f_cont .carbox1_prev,
  .carbox-sec1 .f_nei .f_cont .carbox1_next {
    display: none;
  }
}
.carbox-sec1 .f_nei .f_cont .carbox1_prev:after,
.carbox-sec1 .f_nei .f_cont .carbox1_next:after {
  display: none;
}
.carbox-sec1 .f_nei .f_cont .carbox1_prev {
  left: 0;
}
.carbox-sec1 .f_nei .f_cont .carbox1_next {
  right: 0;
}
.carbox-sec1 .f_nei .carbox1_cont {
  overflow: visible;
  width: 68%;
  width: 62%;
  margin: 0 auto;
  max-width: 100%;
}
@media (max-width: 767px) {
  .carbox-sec1 .f_nei .carbox1_cont {
    width: 100%;
  }
}
.carbox-sec1 .f_nei .carbox1_cont .carbox1_pagin {
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
  width: 6rem;
  max-width: 100%;
  height: 2px;
  margin: 0 auto;
  background-color: #dddddd;
  border-radius: 1px;
  margin-top: 0.8rem;
  margin-top: 0.5rem;
}
@media (max-width: 767px) {
  .carbox-sec1 .f_nei .carbox1_cont .carbox1_pagin {
    margin-top: 0.2rem;
  }
}
.carbox-sec1 .f_nei .carbox1_cont .carbox1_pagin span {
  background-color: #2b2b2b;
}
.carbox-sec1 .f_nei .carbox1_cont .swiper-slide {
  padding: 0 1.2rem;
  padding: 0 0;
}
.carbox-sec1 .f_nei .carbox1_cont .swiper-slide .font {
  text-align: center;
  opacity: 0;
  transition: all 0.4s;
}
.carbox-sec1 .f_nei .carbox1_cont .swiper-slide .font .f_tit {
  color: #333333;
  font-family: 'SourceHanSansCN-Normal', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  margin-bottom: 2px;
}
.carbox-sec1 .f_nei .carbox1_cont .swiper-slide .font .f_text {
  color: #666666;
  line-height: 1.66666667;
}
.carbox-sec1 .f_nei .carbox1_cont .swiper-slide .f_tu {
  position: relative;
  text-align: center;
}
@media (max-width: 767px) {
  .carbox-sec1 .f_nei .carbox1_cont .swiper-slide .f_tu {
    margin-top: -0.4rem;
  }
}
.carbox-sec1 .f_nei .carbox1_cont .swiper-slide .f_tu .f_name {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: var(--color);
  font-size: 1.5rem;
  font-family: 'Honda-Head', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  transition: all 0.4s;
  opacity: 0;
  white-space: nowrap;
}
@media (max-width: 991px) {
  .carbox-sec1 .f_nei .carbox1_cont .swiper-slide .f_tu .f_name {
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
  .carbox-sec1 .f_nei .carbox1_cont .swiper-slide .f_tu .f_name {
    font-size: 0.8rem;
    top: 40%;
  }
}
.carbox-sec1 .f_nei .carbox1_cont .swiper-slide .f_tu .f_img {
  position: relative;
  width: 100%;
  height: 5rem;
  opacity: 0.1;
  transition: all 0.4s;
}
@media (max-width: 1580px) {
  .carbox-sec1 .f_nei .carbox1_cont .swiper-slide .f_tu .f_img {
    height: 5.14rem;
  }
}
@media (max-width: 767px) {
  .carbox-sec1 .f_nei .carbox1_cont .swiper-slide .f_tu .f_img {
    height: 6rem;
  }
}
.carbox-sec1 .f_nei .carbox1_cont .swiper-slide .f_tu .f_img img {
  transition: all 0.4s;
  height: 120%;
  max-width: 100%;
  margin-top: -8%;
  transform: scale(0.8);
  transform-origin: center bottom;
  object-fit: contain;
}
.carbox-sec1 .f_nei .carbox1_cont .swiper-slide-active .font {
  opacity: 1;
}
.carbox-sec1 .f_nei .carbox1_cont .swiper-slide-active .f_tu .f_name {
  opacity: 1;
}
.carbox-sec1 .f_nei .carbox1_cont .swiper-slide-active .f_tu .f_img {
  opacity: 1;
}
.carbox-sec1 .f_nei .carbox1_cont .swiper-slide-active .f_tu .f_img img {
  transform: scale(1.1);
  margin-top: -5%;
}
.carbox-sec1 .f_nei .f_but {
  text-align: center;
  margin-top: 0.4rem;
}
@media (max-width: 767px) {
  .carbox-sec1 .f_nei .f_but {
    margin-top: 0.6rem;
  }
}
@media (min-width: 768px) and (max-width: 1580px) {
  .carbox-sec2 .public-btn2:hover:before {
    transform: translateY(-50%) scale(20);
  }
}
.carbox-sec2 .cont:last-child {
  padding-bottom: 0;
}
.carbox-sec2 .cont:nth-child(odd) {
  background-color: #f3f7fb;
  padding-bottom: 1.2rem;
}
/* End */
/* 动力产品 */
.powerbox-sec1 {
  overflow: hidden;
}
.powerbox-sec1 .f_nei {
  padding-top: 3.2rem;
}
@media (max-width: 767px) {
  .powerbox-sec1 .f_nei {
    padding-top: 1.2rem;
  }
}
.powerbox-sec1 .f_nei:last-child {
  padding-bottom: 1.2rem;
}
.powerbox-sec1 .f_nei .f_tu {
  position: relative;
}
.powerbox-sec1 .f_nei .f_tu .f_tubag {
  width: 100%;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.powerbox-sec1 .f_nei .f_tu .f_tubag .f_bag {
  width: 100%;
}
.powerbox-sec1 .f_nei .f_tu .f_tubag .f_bag:before {
  padding-top: 20.83333333%;
}
@media (max-width: 991px) {
  .powerbox-sec1 .f_nei .f_tu .f_tubag .f_bag:before {
    padding-top: 30%;
  }
}
@media (max-width: 767px) {
  .powerbox-sec1 .f_nei .f_tu .f_tubag .f_bag:before {
    padding-top: 50%;
  }
}
.powerbox-sec1 .f_nei .f_tu .f_tubag .f_bag:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #000000;
  opacity: 0.1;
  z-index: 1;
}
.powerbox-sec1 .f_nei .f_tu .f_tubag .container {
  position: absolute;
  top: 0;
  z-index: 2;
  left: 50%;
  margin: 0;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .powerbox-sec1 .f_nei .f_tu .f_tubag .container {
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.powerbox-sec1 .f_nei .f_tu .f_tubag .container .f_font {
  transform: translateY(-100%);
  padding-bottom: 0.34rem;
  transform-origin: left center;
}
@media (max-width: 767px) {
  .powerbox-sec1 .f_nei .f_tu .f_tubag .container .f_font {
    transform: translateY(0);
    padding-bottom: 0;
  }
}
.powerbox-sec1 .f_nei .f_tu .f_tubag .container .f_font .f_tit {
  font-family: 'SourceHanSansCN-Normal', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  color: #ffffff;
}
@media (min-width: 768px) {
  .powerbox-sec1 .f_nei .f_tu .f_tubag .container .f_font .f_tit {
    font-size: 1.6rem;
  }
}
.powerbox-sec1 .f_nei .f_tu .f_tubag:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: visible;
}
.powerbox-sec1 .f_nei .f_tu .f_tubag:nth-child(2) .container .f_font .f_tit {
  color: #000000;
}
.powerbox-sec1 .f_nei .f_tu .f_tubag:nth-child(2) .container .f_font .f_tit span {
  background: linear-gradient(90deg, var(--startColor) 60%, var(--endColor) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
}
.powerbox-sec1 .f_nei .f_box {
  overflow: hidden;
  transition: all 0.4s;
  position: relative;
  margin-top: -0.8rem;
  z-index: 2;
  opacity: 1!important;
}
.powerbox-sec1 .f_nei .f_box .cont {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.2rem;
}
@media (max-width: 991px) {
  .powerbox-sec1 .f_nei .f_box .cont {
    margin: 0 -0.15rem;
  }
}
.powerbox-sec1 .f_nei .f_box .cont .item {
  width: 33.33%;
  padding: 0 0.2rem 0.2rem;
}
@media (max-width: 991px) {
  .powerbox-sec1 .f_nei .f_box .cont .item {
    padding: 0 0.15rem 0.4rem;
  }
}
@media (max-width: 767px) {
  .powerbox-sec1 .f_nei .f_box .cont .item {
    width: 100%;
  }
}
.powerbox-sec1 .f_nei .f_box .cont .item .list {
  display: block;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
}
.powerbox-sec1 .f_nei .f_box .cont .item .list .f_img {
  margin-bottom: 0.2rem;
  background-color: #f3f7fb;
  border-radius: 0.1rem;
  width: 100%;
}
.powerbox-sec1 .f_nei .f_box .cont .item .list .f_img:before {
  padding-top: 57.39514349%;
}
.powerbox-sec1 .f_nei .f_box .cont .item .list .f_img img {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: auto;
  max-height: 84.61538462%;
  max-width: 80%;
  object-fit: contain;
}
.powerbox-sec1 .f_nei .f_box .cont .item .list .font {
  width: calc(100% - 30px);
  padding-right: 0.2rem;
}
.powerbox-sec1 .f_nei .f_box .cont .item .list .font .f_tit {
  color: #333333;
  font-family: 'SourceHanSansCN-Normal', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.powerbox-sec1 .f_nei .f_box .cont .item .list .font .f_text {
  color: #666666;
  line-height: 1.5;
  overflow: hidden;
  height: 3em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  margin-top: 0.1rem;
}
.powerbox-sec1 .f_nei .f_box .cont .item .list .f_jt {
  width: 100%;
  display: flex;
  align-items: center;
}
.powerbox-sec1 .f_nei .f_box .cont .item .list .c-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: var(--color);
  color: #fff;
  opacity: 0;
  transition: all 0.4s;
}
.powerbox-sec1 .f_nei .f_box .cont .item .list .c-arrow img,
.powerbox-sec1 .f_nei .f_box .cont .item .list .c-arrow svg {
  width: 14px;
  height: 14px;
  object-fit: contain;
}
.powerbox-sec1 .f_nei .f_box .cont .item .list:hover .f_img img {
  transform: translate(-50%, -50%) scale(1.06);
}
.powerbox-sec1 .f_nei .f_box .cont .item .list:hover .c-arrow {
  opacity: 1;
}
.powerbox-sec1 .f_nei .f_but {
  text-align: center;
  margin-top: 0.3rem;
}
.powerbox-sec1 .f_nei .f_but .public-btn2 {
  cursor: pointer;
}
.powerbox-sec1 .f_nei .f_but .public-btn2 span:nth-child(2) {
  display: none;
}
.powerbox-sec1 .f_nei .f_but .public-btn2.on span {
  display: none;
}
.powerbox-sec1 .f_nei .f_but .public-btn2.on span:nth-child(2) {
  display: block;
}
.powerbox-sec1 .f_nei .f_but .public-btn2.on .c-ico {
  transform: rotate(180deg);
}
.powerbox-sec1 .f_nei .f_but .public-btn2:hover .c-ico {
  transform: rotate(180deg);
}
.powerbox-sec2 {
  padding: 1.03rem 0 1.2rem;
  background-color: #f3f7fb;
  overflow: hidden;
  margin-bottom: 1rem;
}
.powerbox-sec2 .f_font {
  margin-bottom: 0.74rem;
}
.powerbox-sec2 .f_font .f_tit {
  font-family: 'SourceHanSansCN-Normal', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  color: #161616;
  margin-bottom: 2px;
}
.powerbox-sec2 .f_font .f_tit span {
  background: linear-gradient(90deg, var(--startColor) 60%, var(--endColor) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
}
.powerbox-sec2 .f_font .f_text {
  color: #666666;
}
.powerbox-sec2 .cont {
  position: relative;
  overflow: hidden;
}
.powerbox-sec2 .cont .powerbox2_cont {
  width: 87.5%;
}
@media (max-width: 767px) {
  .powerbox-sec2 .cont .powerbox2_cont {
    width: 100%;
  }
}
.powerbox-sec2 .cont .powerbox2_cont .swiper-slide {
  width: 79.36%;
  position: relative;
}
@media (max-width: 767px) {
  .powerbox-sec2 .cont .powerbox2_cont .swiper-slide {
    width: 100%;
  }
}
.powerbox-sec2 .cont .powerbox2_cont .swiper-slide .f_img {
  position: relative;
  border-radius: 0.1rem;
  overflow: hidden;
}
.powerbox-sec2 .cont .powerbox2_cont .swiper-slide .f_img:before {
  padding-top: 56%;
}
.powerbox-sec2 .cont .powerbox2_cont .swiper-slide .f_img:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  background: #000000;
  transition: all 0.4s;
  z-index: 1;
}
.powerbox-sec2 .cont .powerbox2_cont .swiper-slide .f_videoicon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0.8rem;
  height: 0.8rem;
  z-index: 2;
  border-radius: 50%;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s;
  color: var(--color);
  cursor: pointer;
}
.powerbox-sec2 .cont .powerbox2_cont .swiper-slide .f_videoicon img,
.powerbox-sec2 .cont .powerbox2_cont .swiper-slide .f_videoicon svg {
  width: 20%;
  height: 25%;
  object-fit: contain;
  margin-left: 5%;
}
.powerbox-sec2 .cont .powerbox2_cont .swiper-slide .f_videoicon:hover {
  background: var(--color);
  color: #ffffff;
}
.powerbox-sec2 .cont .powerbox2_cont .swiper-slide-active .f_img:after {
  opacity: 0.23;
}
.powerbox-sec2 .cont .powerbox2_prev,
.powerbox-sec2 .cont .powerbox2_next {
  position: absolute;
}
@media (max-width: 767px) {
  .powerbox-sec2 .cont .powerbox2_prev,
  .powerbox-sec2 .cont .powerbox2_next {
    display: none;
  }
}
.powerbox-sec2 .cont .powerbox2_prev:after,
.powerbox-sec2 .cont .powerbox2_next:after {
  display: none;
}
@media (min-width: 768px) {
  .powerbox-sec2 .cont .powerbox2_prev {
    left: 0;
  }
}
.powerbox-sec2 .cont .powerbox2_pagin {
  margin-top: 0.8rem;
}
@media (min-width: 768px) {
  .powerbox-sec2 .cont .powerbox2_pagin {
    display: none;
  }
}
@media (min-width: 768px) {
  .powerbox-sec2 .cont .powerbox2_next {
    right: 0;
  }
}
.videoAlt {
  display: none;
}
.videoAlt .cont {
  background-color: #ffffff;
  border-radius: 0.1rem;
  width: 9.9rem;
  max-width: 90%;
}
.videoAlt .cont .f_vidoe {
  width: 100%;
  border-radius: 0.1rem 0.1rem 0 0;
  background: #000;
}
.videoAlt .cont .f_vidoe video {
  position: relative;
  max-height: 80vh;
  width: 100%;
  object-fit: contain;
}
.videoAlt .cont .f_vidoe:before {
  padding-top: 55.35353535%;
  padding-top: 0;
}
.videoAlt .cont .font {
  padding: 0.16rem 0.32rem;
  text-align: center;
  font-family: 'SourceHanSansCN-Normal', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
@media (max-width: 1260px) {
  .videoAlt .cont .f_close {
    top: -1rem;
    right: 0;
  }
}
/* End */
/* 智导互联Honda CONNECT 4.0 */
.interconbanner .f_videoicon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0.8rem;
  height: 0.8rem;
  z-index: 2;
  border-radius: 50%;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s;
  color: var(--color);
  cursor: pointer;
}
.interconbanner .f_videoicon img,
.interconbanner .f_videoicon svg {
  width: 20%;
  height: 25%;
  object-fit: contain;
  margin-left: 5%;
}
.interconbanner .f_videoicon:hover {
  background: var(--color);
  color: #ffffff;
}
.inerconbox_tit {
  color: #161616;
}
.inerconbox_tit .f_tit {
  font-family: 'SourceHanSansCN-Normal', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.inerconbox_tit .f_name {
  font-family: 'SourceHanSansCN-Normal', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  margin-top: 4px;
}
.inerconbox-sec1.x-public-hon2 .container .x-ri .swiper .swiper-slide .c-text::before {
  border-color: #0f7acc;
}
.inerconbox-sec2 {
  width: 100%;
}
@media (min-width: 768px) {
  .inerconbox-sec2 {
    height: 150vh;
  }
}
.inerconbox-sec2 .cont {
  position: relative;
}
@media (min-width: 768px) {
  .inerconbox-sec2 .cont {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    height: 100vh;
  }
}
.inerconbox-sec2 .cont .f_bag {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  border-radius: 0.2rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .inerconbox-sec2 .cont .f_bag {
    left: 50%;
    top: 0;
    width: 100vw;
    height: 100%;
    border-radius: 0;
    transform: translate(-50%, 0%);
  }
}
.inerconbox-sec2 .cont .f_bag img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.inerconbox-sec2 .cont .f_bag:before {
  padding-top: 45.83333333%;
}
@media (max-width: 767px) {
  .inerconbox-sec2 .cont .f_bag:before {
    padding-top: 177.86666667%;
  }
}
.inerconbox-sec2 .container {
  height: 100%;
  display: flex;
  align-items: center;
  overflow: hidden;
  position: relative;
}
@media (max-width: 767px) {
  .inerconbox-sec2 .container {
    height: 100vh;
    overflow: visible;
  }
}
.inerconbox-sec2 .container .f_box {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .inerconbox-sec2 .container .f_box {
    overflow: hidden;
    -webkit-mask: linear-gradient(to bottom, rgba(255, 255, 255, 0) 20%, #fff, rgba(255, 255, 255, 0) 80%);
    mask: linear-gradient(to bottom, rgba(255, 255, 255, 0) 20%, #fff, rgba(255, 255, 255, 0) 80%);
  }
}
@media (max-width: 767px) {
  .inerconbox-sec2 .container .f_box {
    align-items: flex-start;
    padding-top: 1.2rem;
  }
}
.inerconbox-sec2 .container .f_text {
  text-align: center;
  width: 86%;
  max-width: 100%;
  line-height: 1.66666667;
  color: #333333;
  color: #ffffff;
  transform: translateY(50%);
}
@media (max-width: 1580px) {
  .inerconbox-sec2 .container .f_text {
    width: 70%;
  }
}
@media (max-width: 991px) {
  .inerconbox-sec2 .container .f_text {
    width: 86%;
  }
}
@media (max-width: 767px) {
  .inerconbox-sec2 .container .f_text {
    font-size: 0.32rem;
    width: 100%;
    transform: translateY(0%);
  }
}
.inerconbox-sec3 {
  padding: 0 0 0;
}
@media (max-width: 767px) {
  .inerconbox-sec3 {
    padding-top: 1.2rem;
  }
}
.inerconbox-sec3 .inerconbox_tit {
  margin-bottom: 0.44rem;
}
.inerconbox-sec3 .inerconbox3_cont .swiper-slide {
  position: relative;
}
.inerconbox-sec3 .inerconbox3_cont .swiper-slide .f_img {
  border-radius: 0.2rem;
}
.inerconbox-sec3 .inerconbox3_cont .swiper-slide .f_img:before {
  padding-top: 41.66666667%;
}
@media (max-width: 767px) {
  .inerconbox-sec3 .inerconbox3_cont .swiper-slide .f_img:before {
    padding-top: 74.66666667%;
  }
}
.inerconbox-sec3 .inerconbox3_cont .swiper-slide .f_img:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.23;
  z-index: 2;
}
.inerconbox-sec3 .inerconbox3_cont .swiper-slide .f_img video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
@media (min-width: 768px) {
  .inerconbox-sec3 .inerconbox3_cont .swiper-slide .font {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    padding: 0.3rem 0.98rem;
    width: 38.68055556%;
    z-index: 2;
    color: #ffffff;
  }
  .inerconbox-sec3 .inerconbox3_cont .swiper-slide .font .f_name {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .inerconbox-sec3 .inerconbox3_cont .swiper-slide .font {
    width: 50%;
    padding: 0.3rem 0.4rem;
  }
}
@media (max-width: 767px) {
  .inerconbox-sec3 .inerconbox3_cont .swiper-slide .font {
    margin-top: 0.5rem;
    text-align: center;
  }
  .inerconbox-sec3 .inerconbox3_cont .swiper-slide .font .f_text {
    color: #666666;
    text-align: left;
  }
  .inerconbox-sec3 .inerconbox3_cont .swiper-slide .font .f_text p {
    display: inline;
  }
}
.inerconbox-sec3 .inerconbox3_cont .swiper-slide .font .f_name {
  font-family: 'SourceHanSansCN-Normal', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  margin-bottom: 0.3rem;
}
@media (max-width: 767px) {
  .inerconbox-sec3 .inerconbox3_cont .swiper-slide .font .f_name {
    margin-bottom: 0.4rem;
  }
}
.inerconbox-sec3 .inerconbox3_cont .swiper-slide .font .f_tit {
  font-family: 'SourceHanSansCN-Normal', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  margin-bottom: 0.12rem;
}
.inerconbox-sec3 .inerconbox3_cont .swiper-slide .font .f_text {
  line-height: 1.875;
}
.inerconbox-sec3 .f_nav {
  margin-top: 0.34rem;
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .inerconbox-sec3 .f_nav {
    margin-top: 0.5rem;
  }
}
.inerconbox-sec3 .f_nav .inerconbox3_nav:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: calc(1.625em + 18px);
  width: 100%;
  height: 1px;
  background: #ddd;
}
@media (max-width: 1580px) {
  .inerconbox-sec3 .f_nav .inerconbox3_nav:before {
    top: calc(1.625em + 15px);
  }
}
@media (max-width: 767px) {
  .inerconbox-sec3 .f_nav .inerconbox3_nav:before {
    top: calc(1.625em + 12px);
  }
}
.inerconbox-sec3 .f_nav .inerconbox3_nav .swiper-slide {
  width: auto;
  margin-right: 0.8rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  cursor: pointer;
}
.inerconbox-sec3 .f_nav .inerconbox3_nav .swiper-slide:last-child {
  margin-right: 0;
}
.inerconbox-sec3 .f_nav .inerconbox3_nav .swiper-slide .f_tit {
  color: #c0c0c1;
  transition: all 0.4s;
  position: relative;
  padding-bottom: 15px;
}
.inerconbox-sec3 .f_nav .inerconbox3_nav .swiper-slide .f_tit:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 0;
  margin: 0 auto;
  height: 2px;
  background: #0f7acc;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .inerconbox-sec3 .f_nav .inerconbox3_nav .swiper-slide .f_tit {
    padding-bottom: 11px;
  }
}
.inerconbox-sec3 .f_nav .inerconbox3_nav .swiper-slide .f_wen {
  color: #c9c9ca;
  position: relative;
  transition: all 0.4s;
  margin-top: 0.14rem;
}
.inerconbox-sec3 .f_nav .inerconbox3_nav .swiper-slide .f_wen .f_hover {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
@media (max-width: 767px) {
  .inerconbox-sec3 .f_nav .inerconbox3_nav .swiper-slide .f_wen .f_name {
    opacity: 0;
  }
  .inerconbox-sec3 .f_nav .inerconbox3_nav .swiper-slide .f_wen .f_hover {
    opacity: 1;
  }
}
.inerconbox-sec3 .f_nav .inerconbox3_nav .swiper-slide-thumb-active .f_tit {
  color: #333333;
}
.inerconbox-sec3 .f_nav .inerconbox3_nav .swiper-slide-thumb-active .f_tit:before {
  width: 100%;
}
.inerconbox-sec3 .f_nav .inerconbox3_nav .swiper-slide-thumb-active .f_wen {
  color: #666666;
}
.inerconbox-sec3 .f_nav .inerconbox3_nav .swiper-slide-thumb-active .f_wen .f_name {
  opacity: 0;
}
.inerconbox-sec3 .f_nav .inerconbox3_nav .swiper-slide-thumb-active .f_wen .f_hover {
  opacity: 1;
}
.inerconbox-sec4 {
  padding: 1.5rem 0 0;
}
.inerconbox-sec4 .item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 1.38rem;
  position: relative;
}
@media (max-width: 767px) {
  .inerconbox-sec4 .item {
    margin-bottom: 0.7rem;
  }
}
.inerconbox-sec4 .item:last-child {
  margin-bottom: 0;
}
.inerconbox-sec4 .item .x-djdw {
  position: absolute;
  top: 0;
}
.inerconbox-sec4 .item .font {
  width: 31.945%;
  color: #161616;
  padding: 0.84rem 0.7rem 0.6rem 0;
}
@media (max-width: 991px) {
  .inerconbox-sec4 .item .font {
    padding: 0.4rem 0.4rem 0.4rem 0;
    padding: 0.5rem 0 0;
  }
}
@media (max-width: 991px) {
  .inerconbox-sec4 .item .font {
    padding: 0.4rem 0 0;
    order: 1;
    width: 100%;
  }
}
.inerconbox-sec4 .item .font .f_tit {
  font-family: 'SourceHanSansCN-Normal', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  margin-bottom: 4px;
}
.inerconbox-sec4 .item .font .f_name {
  font-family: 'SourceHanSansCN-Normal', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  margin-bottom: 0.25rem;
}
.inerconbox-sec4 .item .font .f_text {
  color: #666666;
  line-height: 1.875;
}
.inerconbox-sec4 .item .gt {
  width: 68.055%;
  position: relative;
  border-radius: 0.2rem;
  overflow: hidden;
}
@media (max-width: 991px) {
  .inerconbox-sec4 .item .gt {
    width: 100%;
  }
}
.inerconbox-sec4 .item .gt .f_img:before {
  padding-top: 57.14285714%;
}
.inerconbox-sec4 .item .gt .f_video {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  border-radius: 0.2rem;
  object-fit: cover;
}
@media (min-width: 992px) {
  .inerconbox-sec4 .item:nth-child(2n) .font {
    order: 1;
    padding: 0.84rem 0 0.6rem 0.6rem;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .inerconbox-sec4 .item:nth-child(2n) .font {
    padding: 0.4rem 0 0.4rem 0.2rem;
    padding: 0.5rem 0 0;
  }
}
.inerconbox-sec5 {
  padding: 1.26rem 0 1.18rem;
}
.inerconbox-sec5 .inerconbox_tit {
  margin-bottom: 0.44rem;
}
.inerconbox-sec5 .f_text {
  line-height: 1.5;
  color: #666;
  text-align: center;
}
.inerconbox-sec5 .inerconbox5_cont {
  margin-bottom: 0.34rem;
}
.inerconbox-sec5 .inerconbox5_cont .f_img {
  border-radius: 0.2rem;
}
.inerconbox-sec5 .inerconbox5_cont .f_img:before {
  padding-top: 41.66666667%;
}
@media (max-width: 767px) {
  .inerconbox-sec5 .inerconbox5_cont .f_img:before {
    padding-top: 74.66666667%;
  }
}
.inerconbox-sec5 .inerconbox5_cont .f_img video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.inerconbox-sec5 .inerconbox5_cont .f_text {
  margin-top: 0.24rem;
  display: none;
}
@media (min-width: 768px) {
  .inerconbox-sec5 .inerconbox5_cont .f_text {
    display: none;
  }
}
.inerconbox-sec5 .f_nav {
  display: flex;
  justify-content: center;
  margin-bottom: 0.16rem;
}
@media (max-width: 767px) {
  .inerconbox-sec5 .f_nav {
    margin-bottom: 0;
    margin-bottom: 0.2rem;
  }
}
.inerconbox-sec5 .f_nav .inerconbox5_nva {
  width: auto;
  margin: 0;
  max-width: 100%;
}
.inerconbox-sec5 .f_nav .inerconbox5_nva:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #dddddd;
}
.inerconbox-sec5 .f_nav .inerconbox5_nva .swiper-slide {
  width: auto;
  margin-right: 0.8rem;
}
.inerconbox-sec5 .f_nav .inerconbox5_nva .swiper-slide:last-child {
  margin-right: 0;
}
.inerconbox-sec5 .f_nav .inerconbox5_nva .swiper-slide .f_item {
  color: #c0c0c1;
  cursor: pointer;
  position: relative;
  padding-bottom: 15px;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .inerconbox-sec5 .f_nav .inerconbox5_nva .swiper-slide .f_item {
    padding-bottom: 10px;
  }
}
.inerconbox-sec5 .f_nav .inerconbox5_nva .swiper-slide .f_item:before {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
  background-color: #0f7acc;
  transition: all 0.4s;
}
.inerconbox-sec5 .f_nav .inerconbox5_nva .swiper-slide-thumb-active .f_item {
  color: #333333;
}
.inerconbox-sec5 .f_nav .inerconbox5_nva .swiper-slide-thumb-active .f_item:before {
  width: 100%;
}
.inerconbox-sec5 .f_msg {
  width: 6rem;
  margin: 0 auto;
  max-width: 100%;
  position: relative;
}
@media (max-width: 1580px) {
  .inerconbox-sec5 .f_msg {
    width: 7.7rem;
  }
}
@media (max-width: 767px) {
  .inerconbox-sec5 .f_msg {
    width: 100%;
  }
}
.inerconbox-sec5 .f_msg .f_text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s;
}
.inerconbox-sec5 .f_msg .f_text.on {
  position: relative;
  visibility: inherit;
  opacity: 1;
}
/* End */
/* Honda SENSING 360+ */
@media (max-width: 767px) {
  .sensingbanner.x-ny-banner .x-con .public-img:before {
    padding-top: 133.33333333%;
  }
}
.sensingbanner .cont {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  overflow: hidden;
}
.sensingbanner .cont .container {
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 1.2rem 0 0.76rem;
}
@media (max-width: 767px) {
  .sensingbanner .cont .container {
    padding: 1.6rem 0 1rem;
  }
}
.sensingbanner .cont .container .f_tu {
  height: 0.8rem;
  margin-left: auto;
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
.sensingbanner .cont .container .f_tu img {
  height: 100%;
}
.sensingbanner .cont .container .f_nei {
  margin-top: auto;
}
.sensingbanner .cont .container .f_nei .f_jut {
  display: flex;
  color: #161616;
  margin-left: -0.3rem;
  width: 100%;
}
.sensingbanner .cont .container .f_nei .f_jut .item {
  padding: 0 0.3rem;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 767px) {
  .sensingbanner .cont .container .f_nei .f_jut .item {
    padding: 0 0.2rem;
  }
}
.sensingbanner .cont .container .f_nei .f_jut .item .shu {
  color: #161616;
  display: flex;
  align-items: flex-end;
  margin-bottom: 0.06rem;
}
@media (max-width: 767px) {
  .sensingbanner .cont .container .f_nei .f_jut .item .f_text {
    font-size: 0.24rem;
  }
}
@media (max-width: 360px) {
  .sensingbanner .cont .container .f_nei .f_jut .item .f_text {
    font-size: 0.2rem;
  }
}
.sensingbanner .cont .container .f_nei .f_jut .item:last-child {
  padding-right: 0;
  border-right: none;
}
.sensingbox_but {
  --color: #0f7acc;
  background: var(--color);
  border-color: var(--color);
  color: #ffffff;
}
.sensingbox_but .c-ico {
  color: var(--color);
  background: #ffffff;
}
.sensingbox_but:hover {
  opacity: 0.8;
}
.sensingbox_but2 {
  --color: #0f7acc;
  background: var(--color);
  border-color: var(--color);
  cursor: pointer;
  color: #ffffff;
}
.sensingbox_but2 .c-ico {
  color: #ffffff;
  background: transparent;
  border: 1px solid #ffffff;
  border-radius: 50%;
}
.sensingbox_but2 .c-ico img,
.sensingbox_but2 .c-ico svg {
  height: 55%;
  width: 45%;
  object-fit: contain;
}
.sensingbox_but2:hover {
  opacity: 0.8;
}
.sensingbox_but2:hover .c-ico {
  transform: rotate(0);
}
.sensingbox_tit .f_name {
  position: relative;
  color: #161616;
  font-family: 'SourceHanSansCN-Normal', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  z-index: 2;
}
.sensingbox_tit .f_tit {
  color: #161616;
  font-family: 'SourceHanSansCN-Normal', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.sensingbox_tit .f_tit span {
  position: relative;
  display: inline-block;
  z-index: 1;
}
.sensingbox_tit .f_tit span:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  transform: translate(-50%, -50%);
  width: 4.26rem;
  height: 4.26rem;
  background: url(../images/jiadfeimg1.png) center / 100% auto no-repeat;
}
.sensingbox-sec1 .container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 1.3rem 0 1.36rem;
  border-bottom: 1px solid #dddddd;
}
.sensingbox-sec1 .container .sensingbox_tit {
  width: 29.166%;
  text-align: center;
}
@media (max-width: 767px) {
  .sensingbox-sec1 .container .sensingbox_tit {
    width: 100%;
    margin-bottom: 0.24rem;
  }
}
.sensingbox-sec1 .container .f_text {
  position: relative;
  z-index: 2;
  width: 50%;
  color: #666666;
  line-height: 1.66666667;
}
@media (max-width: 767px) {
  .sensingbox-sec1 .container .f_text {
    text-align: center;
    width: 100%;
    font-size: 0.28rem;
  }
  .sensingbox-sec1 .container .f_text p {
    display: inline;
  }
}
.sensingbox-sec2 {
  padding: 1.3rem 0 1.32rem;
}
.sensingbox-sec2 .container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.sensingbox-sec2 .container .f_img,
.sensingbox-sec2 .container .font {
  width: 50%;
}
@media (max-width: 767px) {
  .sensingbox-sec2 .container .f_img,
  .sensingbox-sec2 .container .font {
    width: 100%;
  }
}
.sensingbox-sec2 .container .f_img {
  border-radius: 0.2rem;
}
@media (max-width: 767px) {
  .sensingbox-sec2 .container .f_img {
    order: 1;
  }
}
.sensingbox-sec2 .container .f_img:before {
  padding-top: 108.33333333%;
}
.sensingbox-sec2 .container .font {
  padding: 0.32rem 0 0.32rem 1.92rem;
}
@media (max-width: 991px) {
  .sensingbox-sec2 .container .font {
    padding: 0.32rem 0 0.32rem 1rem;
  }
}
@media (max-width: 767px) {
  .sensingbox-sec2 .container .font {
    padding: 0 0 0.54rem;
    text-align: center;
  }
}
.sensingbox-sec2 .container .font .sensingbox_tit {
  color: #161616;
  margin-bottom: 0.36rem;
}
@media (max-width: 767px) {
  .sensingbox-sec2 .container .font .sensingbox_tit {
    margin-bottom: 0.16rem;
  }
}
.sensingbox-sec2 .container .font .f_text {
  color: #666666;
  line-height: 1.66666667;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .sensingbox-sec2 .container .font .f_text {
    font-size: 0.26rem;
  }
}
.sensingbox-sec2 .container .font .f_text span {
  color: #0f7acc;
}
.sensingbox-sec3 {
  padding: 1.32rem 0 1.1rem;
}
.sensingbox-sec3 .sensingbox_tit {
  margin-bottom: 1.78rem;
  text-align: center;
}
@media (max-width: 767px) {
  .sensingbox-sec3 .sensingbox_tit {
    margin-bottom: 0.6rem;
  }
}
.sensingbox-sec3 .f_nei {
  margin-bottom: 1.4rem;
}
.sensingbox-sec3 .f_nei:last-child {
  margin-bottom: 0;
}
.sensingbox-sec3 .f_nei .f_head {
  background-color: #e7f8ff;
  border-radius: 0.2rem;
  padding: 0.6rem;
  display: flex;
  align-items: center;
  margin-bottom: 0.3rem;
}
@media (max-width: 767px) {
  .sensingbox-sec3 .f_nei .f_head {
    padding: 0.5rem 0.34rem;
  }
}
.sensingbox-sec3 .f_nei .f_head .f_circle {
  display: block;
  flex: 0 0 auto;
  color: #0a5078;
  position: relative;
}
.sensingbox-sec3 .f_nei .f_head .f_circle span {
  color: #0a5078;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.6rem;
  height: 0.6rem;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../images/yiwurrimg1.png);
  position: relative;
  z-index: 2;
}
.sensingbox-sec3 .f_nei .f_head .f_circle span:nth-child(2) {
  background-image: url(../images/yiwurrimg2.png);
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  margin-left: -0.45rem;
  margin-top: -0.45rem;
  width: 0.9rem;
  height: 0.9rem;
  animation: rounds 2s infinite linear;
  -webkit-animation: rounds 2s infinite linear;
  -moz-animation: rounds 2s infinite linear;
  -o-animation: rounds 2s infinite linear;
}
.sensingbox-sec3 .f_nei .f_head .font {
  flex: 1 1 auto;
  padding-left: 0.5rem;
}
@media (max-width: 767px) {
  .sensingbox-sec3 .f_nei .f_head .font {
    padding-left: 0.32rem;
  }
}
.sensingbox-sec3 .f_nei .f_head .font .f_tit {
  color: #000000;
  font-family: 'SourceHanSansCN-Normal', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.sensingbox-sec3 .f_nei .f_head .font .f_text {
  color: #161616;
}
.sensingbox-sec3 .f_nei .as_img {
  border-radius: 0.2rem;
}
.sensingbox-sec3 .f_nei .as_img:before {
  padding-top: 36.80555556%;
}
.sensingbox-sec3 .f_nei .f_assist {
  margin-bottom: 1.4rem;
}
@media (max-width: 767px) {
  .sensingbox-sec3 .f_nei .f_assist {
    margin-bottom: 0.8rem;
  }
}
.sensingbox-sec3 .f_nei .f_assist .as_img {
  margin-bottom: 0.45rem;
}
.sensingbox-sec3 .f_nei .f_assist .f_tit {
  color: #333333;
  font-family: 'SourceHanSansCN-Normal', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  margin-bottom: 0.17rem;
}
@media (max-width: 767px) {
  .sensingbox-sec3 .f_nei .f_assist .f_jut {
    margin-bottom: 0.4rem;
  }
}
.sensingbox-sec3 .f_nei .f_assist .f_jut .li {
  padding: 0.38rem 0 0.2rem 0;
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #dddddd;
}
.sensingbox-sec3 .f_nei .f_assist .f_jut .li:last-child {
  border-bottom: none;
}
@media (max-width: 767px) {
  .sensingbox-sec3 .f_nei .f_assist .f_jut .li:first-child {
    padding-top: 0;
  }
}
.sensingbox-sec3 .f_nei .f_assist .f_jut .li .font,
.sensingbox-sec3 .f_nei .f_assist .f_jut .li .f_tu {
  width: 50%;
}
@media (max-width: 767px) {
  .sensingbox-sec3 .f_nei .f_assist .f_jut .li .font,
  .sensingbox-sec3 .f_nei .f_assist .f_jut .li .f_tu {
    width: 100%;
  }
}
.sensingbox-sec3 .f_nei .f_assist .f_jut .li .font {
  padding-right: 1.06rem;
}
@media (max-width: 767px) {
  .sensingbox-sec3 .f_nei .f_assist .f_jut .li .font {
    padding-right: 0;
    margin-bottom: 0.3rem;
  }
}
.sensingbox-sec3 .f_nei .f_assist .f_jut .li .font .f_t2 {
  font-family: 'SourceHanSansCN-Normal', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  color: #0f7acc;
  margin-bottom: 0.11rem;
}
.sensingbox-sec3 .f_nei .f_assist .f_jut .li .font .f_text {
  color: #666666;
  line-height: 1.5;
}
.sensingbox-sec3 .f_nei .f_assist .f_jut .li .f_tu {
  height: 1.1rem;
}
.sensingbox-sec3 .f_nei .f_assist .f_jut .li .f_tu img {
  height: 100%;
  max-width: 100%;
  object-fit: contain;
}
.sensingbox-sec3 .f_nei .f_doub .item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 0.6rem;
}
.sensingbox-sec3 .f_nei .f_doub .item:last-child {
  margin-bottom: 0;
}
.sensingbox-sec3 .f_nei .f_doub .item .f_img {
  border-radius: 0.2rem;
  width: 68.055%;
}
@media (max-width: 991px) {
  .sensingbox-sec3 .f_nei .f_doub .item .f_img {
    width: 100%;
  }
}
.sensingbox-sec3 .f_nei .f_doub .item .f_img:before {
  padding-top: 51.02040816%;
}
.sensingbox-sec3 .f_nei .f_doub .item .font {
  width: 31.945%;
  padding-left: 0.6rem;
}
@media (max-width: 991px) {
  .sensingbox-sec3 .f_nei .f_doub .item .font {
    width: 100%;
    padding-left: 0;
    margin-top: 0.4rem;
  }
}
.sensingbox-sec3 .f_nei .f_doub .item .font .f_tit {
  font-family: 'SourceHanSansCN-Normal', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  margin-bottom: 0.2rem;
}
.sensingbox-sec3 .f_nei .f_doub .item .font .f_text {
  color: #666666;
  line-height: 1.5;
  margin-bottom: 0.35rem;
}
.sensingbox-sec3 .f_nei .f_doub .item .font .f_tu {
  height: 1.33rem;
  margin-bottom: 0.4rem;
}
.sensingbox-sec3 .f_nei .f_doub .item .font .f_tu img {
  height: 100%;
  max-width: 100%;
  object-fit: contain;
}
@media (min-width: 992px) {
  .sensingbox-sec3 .f_nei .f_doub .item:nth-child(2n) .f_img {
    order: 1;
  }
  .sensingbox-sec3 .f_nei .f_doub .item:nth-child(2n) .font {
    padding-left: 0;
    padding-right: 0.6rem;
  }
}
@media (min-width: 992px) {
  .sensingbox-sec3 .f_nei .f_doub2 .item:nth-child(odd) .f_img {
    order: 1;
  }
  .sensingbox-sec3 .f_nei .f_doub2 .item:nth-child(odd) .font {
    padding-left: 0;
    padding-right: 0.6rem;
  }
}
.sensingbox-sec3 .f_nei .f_doub2 .item .font .f_tu {
  border-radius: 0.1rem;
  overflow: hidden;
  height: auto;
}
@media (max-width: 991px) {
  .sensingbox-sec3 .f_nei .f_doub2 .item .font .f_tu {
    width: 4rem;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .sensingbox-sec3 .f_nei .f_doub2 .item .font .f_tu {
    width: 5rem;
  }
}
.sensingbox-sec3 .f_nei .f_doub2 .item .font .f_tu img {
  max-width: 100%;
  width: 100%;
  object-fit: cover;
}
.sensingbox-sec3 .f_nei .f_doub3 .item .font .f_tu {
  height: 0.88rem;
}
.sensingbox-sec3 .f_nei .f_xitong .as_img {
  margin-bottom: 0.45rem;
}
.sensingbox-sec3 .f_nei .f_xitong .f_jut {
  width: 12rem;
  max-width: 100%;
  margin: 0 auto;
}
.sensingbox-sec3 .f_nei .f_xitong .f_jut .font {
  text-align: center;
  margin-bottom: 0.45rem;
}
.sensingbox-sec3 .f_nei .f_xitong .f_jut .font .f_tit {
  font-family: 'SourceHanSansCN-Normal', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  color: #333333;
  margin-bottom: 0.2rem;
}
.sensingbox-sec3 .f_nei .f_xitong .f_jut .font .f_text {
  color: #666666;
  line-height: 1.5;
}
.sensingbox-sec3 .f_nei .f_xitong .f_jut .f_tishi {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.15rem;
}
@media (max-width: 767px) {
  .sensingbox-sec3 .f_nei .f_xitong .f_jut .f_tishi {
    margin: 0;
  }
}
.sensingbox-sec3 .f_nei .f_xitong .f_jut .f_tishi .item {
  width: 33.333%;
}
@media (max-width: 767px) {
  .sensingbox-sec3 .f_nei .f_xitong .f_jut .f_tishi .item {
    width: 100%;
    margin-bottom: 0.6rem;
  }
  .sensingbox-sec3 .f_nei .f_xitong .f_jut .f_tishi .item:last-child {
    margin-bottom: 0;
  }
}
.sensingbox-sec3 .f_nei .f_xitong .f_jut .f_tishi .item .list {
  padding: 0 0.15rem;
}
@media (max-width: 767px) {
  .sensingbox-sec3 .f_nei .f_xitong .f_jut .f_tishi .item .list {
    padding: 0;
  }
}
.sensingbox-sec3 .f_nei .f_xitong .f_jut .f_tishi .item .list .f_wen {
  min-height: 1.6rem;
  border-radius: 0.1rem;
  border: solid 1px #dddddd;
  padding: 0.25rem 0.25rem 0.46rem;
}
@media (max-width: 1580px) {
  .sensingbox-sec3 .f_nei .f_xitong .f_jut .f_tishi .item .list .f_wen {
    padding: 0.24rem 0.24rem 0.24rem;
  }
}
.sensingbox-sec3 .f_nei .f_xitong .f_jut .f_tishi .item .list .f_wen .f_tit {
  color: var(--color);
  font-family: 'SourceHanSansCN-Normal', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  margin-bottom: 0.11rem;
}
.sensingbox-sec3 .f_nei .f_xitong .f_jut .f_tishi .item .list .f_wen .f_text {
  color: #666666;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .sensingbox-sec3 .f_nei .f_xitong .f_jut .f_tishi .item .f_tu {
    width: calc(100%);
    padding-left: 0.15rem;
    transform: translateX(-0.15rem);
  }
}
.sensingbox-sec3 .f_nei .f_xitong .f_jut .f_tishi .item .f_tu img {
  width: 100%;
}
@media (min-width: 768px) {
  .sensingbox-sec3 .f_nei .f_xitong .f_jut .f_tishi .item:first-child .f_tu {
    transform: translateX(0.15rem);
  }
}
.sensingbox-sec3 .f_nei .f_xitong .f_jut .f_but {
  text-align: center;
  margin-top: 0.4rem;
}
@media (max-width: 767px) {
  .sensingbox-sec3 .f_nei .f_xitong .f_jut .f_but {
    text-align: left;
  }
}
.sensingbox-sec3 .f_nei .f_hit {
  margin-top: 0.8rem;
  border-top: 1px solid #dddddd;
  padding-top: 0.27rem;
  line-height: 1.85714286;
  color: #666666;
}
.sensingbox-sec3 .f_nei .f_hit a {
  color: var(--color);
}
.sensingbox-sec3 .f_nei .f_hit a:hover {
  text-decoration: underline;
}
.sensingbox-sec4 {
  padding: 1.1rem 0 1.2rem;
  overflow: hidden;
}
.sensingbox-sec4 .sensingbox_tit {
  text-align: center;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .sensingbox-sec4 .sensingbox_tit {
    margin-bottom: 0.54rem;
  }
}
.sensingbox-sec4 .cont {
  background: url(../images/jiahtfwimg1.jpg) center / cover no-repeat;
  padding: 0.94rem 1.2rem 0.75rem;
  text-align: center;
}
@media (max-width: 767px) {
  .sensingbox-sec4 .cont {
    padding: 0.6rem 0.34rem;
  }
}
.sensingbox-sec4 .cont .trends-box {
  position: relative;
  height: 3.15rem;
  margin-bottom: 0.6rem;
}
@media (max-width: 991px) {
  .sensingbox-sec4 .cont .trends-box {
    width: 140%;
    margin-left: -20%;
  }
}
@media (max-width: 767px) {
  .sensingbox-sec4 .cont .trends-box {
    height: 5rem;
    width: 110%;
    margin-left: -5%;
    margin-left: -6%;
  }
}
.sensingbox-sec4 .cont .trends-box .title {
  position: absolute;
  color: #0a5078;
  white-space: nowrap;
  font-family: 'SourceHanSansCN-Normal', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.sensingbox-sec4 .cont .trends-box .title1 {
  font-size: 0.47rem;
  top: 0;
  left: 41.666%;
  animation: shake2 5s linear infinite backwards;
}
.sensingbox-sec4 .cont .trends-box .title2 {
  font-size: 0.28rem;
  top: 14.6%;
  left: 28.333%;
  animation: shake2 7s linear infinite backwards;
}
.sensingbox-sec4 .cont .trends-box .title3 {
  font-size: 0.37rem;
  top: 20.634%;
  left: 60%;
  animation: shake2 9s linear infinite backwards;
}
.sensingbox-sec4 .cont .trends-box .title4 {
  font-size: 0.28rem;
  top: 30.158%;
  left: 44.5%;
  animation: shake2 7s linear infinite backwards;
}
@media (max-width: 767px) {
  .sensingbox-sec4 .cont .trends-box .title4 {
    top: 26%;
    left: 38%;
  }
}
.sensingbox-sec4 .cont .trends-box .title5 {
  font-size: 0.23rem;
  top: 34.285%;
  left: 23.333%;
  animation: shake2 6s linear infinite backwards;
}
.sensingbox-sec4 .cont .trends-box .title6 {
  font-size: 0.22rem;
  top: 44.444%;
  left: 6%;
  animation: shake2 8s linear infinite backwards;
}
.sensingbox-sec4 .cont .trends-box .title7 {
  font-size: 0.23rem;
  top: 42.539%;
  left: 73.333%;
  animation: shake2 10s linear infinite backwards;
}
@media (max-width: 767px) {
  .sensingbox-sec4 .cont .trends-box .title7 {
    left: 58%;
    top: 36.539%;
  }
}
.sensingbox-sec4 .cont .trends-box .title8 {
  font-size: 0.23rem;
  top: 50.158%;
  left: 50%;
  animation: shake2 8s linear infinite backwards;
}
.sensingbox-sec4 .cont .trends-box .title9 {
  font-size: 0.31rem;
  top: 51.746%;
  left: 35.583%;
  animation: shake2 5s linear infinite backwards;
}
@media (max-width: 767px) {
  .sensingbox-sec4 .cont .trends-box .title9 {
    left: 26%;
    top: 50.746%;
  }
}
.sensingbox-sec4 .cont .trends-box .title10 {
  font-size: 0.23rem;
  top: 61.587%;
  left: 13.333%;
  animation: shake2 7s linear infinite backwards;
}
.sensingbox-sec4 .cont .trends-box .title11 {
  font-size: 0.37rem;
  top: 65.079%;
  left: 62%;
  animation: shake2 6s linear infinite backwards;
}
@media (max-width: 767px) {
  .sensingbox-sec4 .cont .trends-box .title11 {
    top: 57.079%;
    left: 54%;
  }
}
.sensingbox-sec4 .cont .trends-box .title12 {
  font-size: 0.28rem;
  top: 69.206%;
  left: 42.083%;
  animation: shake2 8s linear infinite backwards;
}
.sensingbox-sec4 .cont .trends-box .title13 {
  font-size: 0.23rem;
  top: 86.349%;
  left: 33.166%;
  animation: shake2 10s linear infinite backwards;
}
.sensingbox-sec4 .cont .f_text {
  color: #666666;
  line-height: 1.5;
  width: 9.64rem;
  max-width: 100%;
  margin: 0 auto;
  margin-bottom: 0.46rem;
}
@-webkit-keyframes rounds {
  0% {
    -webkit-transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.35);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes rounds {
  0% {
    -moz-transform: scale(1);
  }
  50% {
    -moz-transform: scale(1.35);
  }
  100% {
    -moz-transform: scale(1);
  }
}
@-o-keyframes rounds {
  0% {
    -o-transform: scale(1);
  }
  50% {
    -o-transform: scale(1.35);
  }
  100% {
    -o-transform: scale(1);
  }
}
@keyframes rounds {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.35);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes shake2 {
  0% {
    transform: translate(-2px, -3px);
  }
  25% {
    transform: translate(3px, -2px);
  }
  50% {
    transform: translate(-3px, 2px);
  }
  75% {
    transform: translate(2px, 3px);
  }
  100% {
    transform: translate(-2px, -3px);
  }
}
@keyframes fadeInLeft2 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-0.6rem, 0, 0);
    transform: translate3d(-0.6rem, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes fadeInLeft2 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-0.6rem, 0, 0);
    transform: translate3d(-0.6rem, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft2 {
  -webkit-animation-name: fadeInLeft2;
  animation-name: fadeInLeft2;
}
@keyframes fadeInRight2 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0.6rem, 0, 0);
    transform: translate3d(0.6rem, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes fadeInRight2 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0.6rem, 0, 0);
    transform: translate3d(0.6rem, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRight2 {
  -webkit-animation-name: fadeInRight2;
  animation-name: fadeInRight2;
}
/* End */
/* 技术创新 */
.technolobox-sec1 {
  --color: #0f7acc;
  --endColor: #0f7acc;
}
.technolobox-sec2 {
  --color: #0f7acc;
  --endColor: #0f7acc;
}
.technolobox-sec2.x-vision4 .container .swiper ul li .x-box:hover .x-text .x-sp i svg {
  color: #0f7acc;
}
/* End */
/* 汽车技术 */
.automotivebox-sec1 {
  padding-bottom: 0.56rem;
  padding-top: 0.64rem;
}
.automotivebox-sec1 .cont {
  padding: 0.28rem 0;
}
.automotivebox-sec1 .cont .f_title2 {
  line-height: 1.15384615;
  color: #2d2d2d;
  font-family: 'SourceHanSansCN-Normal', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  margin-bottom: 0.45rem;
}
.automotivebox-sec1 .cont .automotivebox1_cont {
  margin: 0 -0.19rem;
}
@media (max-width: 991px) {
  .automotivebox-sec1 .cont .automotivebox1_cont {
    margin: 0 -0.15rem;
  }
}
@media (min-width: 768px) {
  .automotivebox-sec1 .cont .automotivebox1_cont .swiper-wrapper {
    flex-wrap: wrap;
  }
}
.automotivebox-sec1 .cont .automotivebox1_cont .swiper-wrapper .swiper-slide {
  padding: 0 0.19rem;
  width: 50%;
  margin-bottom: 0.4rem;
}
@media (max-width: 991px) {
  .automotivebox-sec1 .cont .automotivebox1_cont .swiper-wrapper .swiper-slide {
    padding: 0 0.15rem;
    margin-bottom: 0.3rem;
  }
}
@media (max-width: 767px) {
  .automotivebox-sec1 .cont .automotivebox1_cont .swiper-wrapper .swiper-slide {
    margin-bottom: 0;
    width: 90%;
  }
}
.automotivebox-sec1 .cont .automotivebox1_cont .swiper-wrapper .swiper-slide .list {
  display: block;
  background-color: #f3f7fb;
  border-radius: 0.2rem;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.automotivebox-sec1 .cont .automotivebox1_cont .swiper-wrapper .swiper-slide .list .f_hed {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.32rem 0.4rem 0.57rem;
}
@media (max-width: 767px) {
  .automotivebox-sec1 .cont .automotivebox1_cont .swiper-wrapper .swiper-slide .list .f_hed {
    padding: 0.42rem 0.34rem;
  }
}
.automotivebox-sec1 .cont .automotivebox1_cont .swiper-wrapper .swiper-slide .list .f_hed .font {
  width: calc(100% - 0.54rem);
  padding-right: 0.3rem;
}
@media (max-width: 767px) {
  .automotivebox-sec1 .cont .automotivebox1_cont .swiper-wrapper .swiper-slide .list .f_hed .font {
    width: 100%;
    padding-right: 0;
  }
}
.automotivebox-sec1 .cont .automotivebox1_cont .swiper-wrapper .swiper-slide .list .f_hed .font .f_tit {
  font-family: 'SourceHanSansCN-Normal', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  color: #333333;
  margin-bottom: 0.16rem;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.automotivebox-sec1 .cont .automotivebox1_cont .swiper-wrapper .swiper-slide .list .f_hed .font .f_text {
  color: #666;
  line-height: 1.625;
  height: 4.875em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  overflow: hidden;
}
.automotivebox-sec1 .cont .automotivebox1_cont .swiper-wrapper .swiper-slide .list .f_hed .f_icon {
  width: 0.54rem;
  height: 0.54rem;
  border-radius: 50%;
  background-color: #0f7acc;
  display: flex;
  align-items: center;
  color: #fff;
  justify-content: center;
  opacity: 0;
  flex: 0 0 auto;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .automotivebox-sec1 .cont .automotivebox1_cont .swiper-wrapper .swiper-slide .list .f_hed .f_icon {
    display: none;
  }
}
.automotivebox-sec1 .cont .automotivebox1_cont .swiper-wrapper .swiper-slide .list .f_hed .f_icon img,
.automotivebox-sec1 .cont .automotivebox1_cont .swiper-wrapper .swiper-slide .list .f_hed .f_icon svg {
  width: 22.22222222%;
  height: 22.22222222%;
}
.automotivebox-sec1 .cont .automotivebox1_cont .swiper-wrapper .swiper-slide .list .f_img {
  width: 100%;
}
.automotivebox-sec1 .cont .automotivebox1_cont .swiper-wrapper .swiper-slide .list .f_img:before {
  padding-top: 45.42857143%;
}
.automotivebox-sec1 .cont .automotivebox1_cont .swiper-wrapper .swiper-slide .list:hover .f_hed .f_icon {
  opacity: 1;
}
.automotivebox-sec1 .cont .automotivebox1_cont .swiper-wrapper .swiper-slide .list:hover .f_img img {
  transform: scale(1.08);
}
@media (min-width: 768px) {
  .automotivebox-sec1 .cont .automotivebox1_cont .swiper-wrapper .f_item {
    width: 100%;
  }
  .automotivebox-sec1 .cont .automotivebox1_cont .swiper-wrapper .f_item .list .f_img:before {
    padding-top: 36.94444444%;
  }
}
@media (max-width: 767px) {
  .automotivebox-sec1 .cont .automotivebox1_cont .swiper-wrapper .f_item .list .f_img img {
    width: 136%;
    margin-left: -32%;
    max-width: inherit;
    height: 107%;
  }
}
/* End */
/* 达喀尔拉力赛 */
@media (max-width: 991px) {
  .rallybox-sec1 .cont .f_box .endurancebox1_cont .item {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .rallybox-sec1 .cont .f_box .endurancebox1_cont .item {
    width: 100%;
  }
}
.rallybox-sec1 .cont .f_box .endurancebox1_cont .item .list .f_nei .f_logo {
  width: 0.31rem;
  height: 0.25rem;
  flex: 0 0 auto;
}
.rallybox-sec1 .cont .f_box .endurancebox1_cont .item .list .f_nei .f_logo img {
  object-fit: contain;
}
.rallybox-sec1 .cont .f_box .endurancebox1_cont .item .list .f_nei .f_tit {
  font-weight: normal;
  flex: 1 1 auto;
  padding-right: 0.3rem;
}
.rallybox-sec1 .cont .f_box .endurancebox1_cont .item .list .f_nei .f_tit img {
  width: 0.13rem;
  margin-top: 0.75em;
  margin-left: 0.18rem;
  margin-right: 0.18rem;
  transform: translateY(-50%);
}
.rallybox-sec1 .cont .f_box .endurancebox1_cont .item .list .f_nei .f_wen {
  flex: 0 0 auto;
  color: #000000;
}
.rallybox-sec2 .f_data .f_nei table thead tr th:nth-child(1),
.rallybox-sec2 .f_data .f_nei table tbody tr td:nth-child(1) {
  width: 160px;
}
.rallybox-sec2 .f_data .f_nei table thead tr th:nth-child(2),
.rallybox-sec2 .f_data .f_nei table tbody tr td:nth-child(2) {
  width: 230px;
}
.rallybox-sec2 .f_data .f_nei table thead tr th:nth-child(3),
.rallybox-sec2 .f_data .f_nei table tbody tr td:nth-child(3) {
  width: 320px;
  text-align: center;
}
.rallybox-sec2 .f_data .f_nei table thead tr th:nth-child(4),
.rallybox-sec2 .f_data .f_nei table tbody tr td:nth-child(4) {
  width: 360px;
  text-align: center;
}
.rallybox-sec2 .f_data .f_nei table thead tr th:nth-child(5),
.rallybox-sec2 .f_data .f_nei table tbody tr td:nth-child(5) {
  width: 360px;
  text-align: center;
}
.rallybox-sec3 {
  padding: 1.2rem 0 0.54rem;
}
@media (max-width: 767px) {
  .rallybox-sec3 {
    padding-top: 0.8rem;
  }
}
.rallybox-sec3 .endurancebox_tit {
  margin-bottom: 0.34rem;
}
@media (max-width: 767px) {
  .rallybox-sec3 .endurancebox_tit {
    margin-bottom: 0.54rem;
  }
}
.rallybox-sec3 .font {
  margin-bottom: 0.68rem;
}
.rallybox-sec3 .font .f_text {
  line-height: 1.5;
  color: #666666;
  margin-bottom: 0.4rem;
}
.rallybox-sec3 .f_img {
  border-radius: 0.2rem;
}
.rallybox-sec3 .f_img:before {
  padding-top: 47.22222222%;
}
/* End */
/* cookie */
.cookiebox {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  padding: 0 0.7rem;
  color: #fff;
  display: none;
}
@media (max-width: 767px) {
  .cookiebox {
    padding: 0 0.34rem;
  }
}
.cookiebox .cont {
  padding: 23px 0.9rem 26px;
  background-color: rgba(0, 0, 0, 0.3);
  position: relative;
  font-size: 14px ;
  display: flex;
  border-radius: 0.1rem 0.1rem 0 0;
  align-items: flex-end;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .cookiebox .cont {
    flex-wrap: wrap;
    padding: 30px 15px 20px 15px;
  }
}
.cookiebox .cont .f_close {
  width: 14px;
  height: 14px;
  background-size: cover;
  position: absolute;
  top: 14px;
  right: 14px;
  color: #ffffff;
  cursor: pointer;
}
.cookiebox .cont .f_close img,
.cookiebox .cont .f_close svg {
  width: 100%;
  max-height: 100%;
}
.cookiebox .cont .f_font {
  flex: 1 1 auto;
  padding-right: 0.6rem;
}
@media (max-width: 991px) {
  .cookiebox .cont .f_font {
    width: 100%;
    padding-right: 0;
  }
}
.cookiebox .cont .f_font .f_text {
  line-height: 1.8;
}
.cookiebox .cont .f_font .f_text span {
  color: var(--color);
}
.cookiebox .cont .f_font .f_jt {
  display: flex;
  flex-wrap: wrap;
  margin-top: 8px;
}
.cookiebox .cont .f_font .f_jt .f_label {
  cursor: pointer;
  display: flex;
  align-items: flex-start;
  position: relative;
  margin-bottom: 0.11rem;
  margin-right: 10px;
}
.cookiebox .cont .f_font .f_jt .f_label:last-child {
  margin-bottom: 0;
}
.cookiebox .cont .f_font .f_jt .f_label input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.cookiebox .cont .f_font .f_jt .f_label i {
  width: 15px;
  height: 15px;
  border: solid 1px #e9ebef;
  position: relative;
  display: block;
  transition: all 0.4s;
  top: 0.8em;
  transform: translateY(-50%);
}
@media (max-width: 1580px) {
  .cookiebox .cont .f_font .f_jt .f_label i {
    width: 12px;
    height: 12px;
  }
}
@media (max-width: 767px) {
  .cookiebox .cont .f_font .f_jt .f_label i {
    width: 0.28rem;
    height: 0.28rem;
    top: 0.75em;
  }
}
.cookiebox .cont .f_font .f_jt .f_label i:after {
  content: "";
  display: block;
  background: var(--color) url(../images/dagouimfaz1.svg) center / 56% auto no-repeat;
  transition: all 0.4s;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.cookiebox .cont .f_font .f_jt .f_label .f_wen {
  display: block;
  font-weight: bold;
  width: calc(100% - 15px);
  padding-left: 0.1rem;
}
@media (max-width: 1580px) {
  .cookiebox .cont .f_font .f_jt .f_label .f_wen {
    width: calc(100% - 12px);
  }
}
@media (max-width: 1260px) and (min-width: 992px) {
  .cookiebox .cont .f_font .f_jt .f_label .f_wen {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .cookiebox .cont .f_font .f_jt .f_label .f_wen {
    width: calc(100% - 0.28rem);
    padding-left: 0.2rem;
    font-size: 0.26rem;
  }
}
.cookiebox .cont .f_font .f_jt .f_label .f_wen a {
  transition: all 0.4s;
}
.cookiebox .cont .f_font .f_jt .f_label .f_wen a:hover {
  color: var(--color);
}
.cookiebox .cont .f_font .f_jt .f_label input:checked ~ i {
  background: var(--color);
  border-color: var(--color);
}
.cookiebox .cont .f_font .f_jt .f_label input:checked ~ i:after {
  opacity: 1;
}
.cookiebox .cont .f_btn {
  flex: 0 0 auto;
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cookiebox .cont .f_btn {
    position: absolute;
    right: 0.9rem;
    bottom: 25px;
  }
}
.cookiebox .cont .f_btn .error-txt {
  color: #f00;
  text-align: center;
  margin-bottom: 12px;
  width: 100%;
  display: none;
}
@media (min-width: 992px) {
  .cookiebox .cont .f_btn .error-txt {
    width: 150px;
    text-align: right;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 110%;
  }
}
.cookiebox .cont .f_btn .public-btn {
  text-align: center;
  min-width: 1.2rem;
  justify-content: center;
  background: #ffffff;
}
.cookiebox .cont .f_btn .public-btn span {
  color: #252529;
}
.cookiebox .cont .f_btn .public-btn .c-ico {
  display: none;
}
.cookiebox .cont .f_btn .public-btn:before {
  display: none;
}
.cookiebox .cont .f_btn .public-btn:hover {
  background: var(--color);
}
.cookiebox .cont .f_btn .public-btn:hover span {
  color: #ffffff;
}
.cookiebox .cont .f_btn .refuse {
  margin-left: 0.22rem;
}
.cookiebox .cont .f_btn .accept {
  background: var(--color);
}
.cookiebox .cont .f_btn .accept span {
  color: #ffffff;
}
.cookiebox .cont .f_btn .accept.on {
  border-color: var(--color);
}
.cookiebox .cont .f_btn .accept.on::before {
  transform: translateY(-50%) scale(16);
}
.cookiebox .cont .f_btn .accept.on .c-ico {
  color: var(--color);
  background: #fff;
  transform: rotate(45deg);
}
@media (max-width: 991px) {
  .cookiebox .cont .f_btn {
    width: 100%;
    margin-top: 15px;
    justify-content: center;
  }
}
/* End */
/* 耐力赛弹窗 */
.jieshAlt {
  display: none;
}
.jieshAlt_title {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0.9rem 0.36rem;
  min-height: 3.2rem;
  text-align: center;
  position: relative;
  z-index: 1;
  border-radius: 0.2rem;
  overflow: hidden;
}
.jieshAlt_title .f_tu {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.jieshAlt_title .f_tu img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.jieshAlt_title .f_icon {
  height: 0.52rem;
  margin-bottom: 0.19rem;
}
.jieshAlt_title .f_icon img,
.jieshAlt_title .f_icon svg {
  height: 100%;
}
.jieshAlt_title .f_tit {
  color: #000000;
  font-weight: bold;
}
.jieshAlt_box {
  padding: 0.4rem;
  background: #f8f8f8;
}
.jieshAlt_box.cont {
  width: 12.8rem;
  max-width: 90%;
}
.jieshAlt_box .f_box {
  position: relative;
}
.jieshAlt_box .f_box .f_nei {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  max-height: 75vh;
  padding-right: 0.18rem;
  margin-right: -0.18rem;
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-width: auto;
}
.jieshAlt_box .f_box .f_nei::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 5px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
}
.jieshAlt_box .f_box .f_nei::-webkit-scrollbar-thumb {
  /*滚动条-滑块*/
  border-radius: 3px;
  background: var(--color);
}
.jieshAlt_box .f_box .f_nei::-webkit-scrollbar-track {
  /*滚动条-背景*/
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.1);
}
.jieshAlt_box .f_box .f_nei.on {
  position: relative;
  visibility: inherit;
  opacity: 1;
}
.jieshAlt .cont .f_jt {
  margin-top: 0.4rem;
  margin-bottom: 0.42rem;
}
.jieshAlt .cont .f_jt .f_item {
  margin-bottom: 0.4rem;
}
.jieshAlt .cont .f_jt .f_item:last-child {
  margin-bottom: 0;
}
.jieshAlt .cont .f_jt .f_item .f_title {
  display: -webkit-inline-flex;
  display: inline-flex;
  overflow: hidden;
  border-radius: 6px 6px 0 0;
  line-height: 0.52rem;
}
@media (max-width: 767px) {
  .jieshAlt .cont .f_jt .f_item .f_title {
    line-height: 0.66rem;
  }
}
.jieshAlt .cont .f_jt .f_item .f_title span,
.jieshAlt .cont .f_jt .f_item .f_title p {
  line-height: inherit;
}
.jieshAlt .cont .f_jt .f_item .f_title span {
  flex: 0 0 auto;
  display: block;
  padding: 0 0.12rem;
  background: var(--color);
  color: #ffffff;
  font-family: 'Honda-Head', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.jieshAlt .cont .f_jt .f_item .f_title p {
  color: #000000;
  background: #ffffff;
  padding: 0 0.23rem;
}
.jieshAlt .cont .f_jt .f_item .f_text {
  background-color: #ffffff;
  border-radius: 0px 6px 6px 6px;
  color: #333333;
  line-height: 2;
  padding: 0.52rem 0.72rem 0.52rem 0.5rem;
}
@media (max-width: 767px) {
  .jieshAlt .cont .f_jt .f_item .f_text {
    padding: 0.46rem 0.34rem;
  }
}
.jieshAlt .cont .f_guize {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding-top: 10px;
  border-top: 2px solid #dfdfdf;
}
.jieshAlt .cont .f_guize .li {
  background-color: #cc0000;
  border-radius: 6px;
  padding: 0.12rem 0.42rem;
  margin-right: 0.1rem;
  margin-top: 0.1rem;
  color: #ffffff;
  transition: all 0.4s;
}
.jieshAlt .cont .f_saich {
  margin-top: 0.7rem;
}
.jieshAlt .cont .f_saich .font {
  margin-bottom: 0.26rem;
}
.jieshAlt .cont .f_saich .font .f_tit {
  font-weight: bold;
  color: #000000;
  margin-bottom: 0.1rem;
}
.jieshAlt .cont .f_saich .font .f_text {
  color: #666666;
}
.jieshAlt .cont .f_saich .f_img {
  margin-bottom: 0.2rem;
}
.jieshAlt .cont .f_saich .f_img:last-child {
  margin-bottom: 0;
}
.jieshAlt .cont .f_saich .f_img img {
  width: 100%;
}
.jieshAlt .cont .f_logo {
  display: flex;
  flex-wrap: wrap;
  margin: 0.28rem -0.1rem 0;
}
.jieshAlt .cont .f_logo .item {
  width: 20%;
  padding: 0 0.1rem;
  margin-bottom: 0.2rem;
}
@media (max-width: 991px) {
  .jieshAlt .cont .f_logo .item {
    width: 25%;
  }
}
@media (max-width: 767px) {
  .jieshAlt .cont .f_logo .item {
    width: 33.33%;
  }
}
.jieshAlt .cont .f_logo .item .list {
  display: block;
  border-radius: 0.1rem;
}
.jieshAlt .cont .f_logo .item .list:before {
  padding-top: 44.64285714%;
}
.g_arefi .box .g_arefi_m .public-img {
  cursor: pointer;
}
@media (max-width: 767px) {
  .c-news1 .swiper .swiper-slide .public-img::before {
    padding-top: calc(265 / 455 * 100%);
  }
}
.bottom-cookie-box {
  display: none!important;
}
/* Honda烨品牌 */
@media (max-width: 767px) {
  .brightbox_shu {
    text-align: center;
  }
}
.brightbox_shu .f_shu {
  display: flex;
  align-items: flex-end;
  line-height: 1.2;
  margin-bottom: 0.07rem;
  color: #0f7acc;
  font-family: 'SourceHanSansCN-Normal', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
@media (max-width: 767px) {
  .brightbox_shu .f_shu {
    justify-content: center;
    margin-bottom: 0.12rem;
  }
  .brightbox_shu .f_shu span:nth-child(2) {
    font-size: 12px;
  }
}
.brightbox_shu .f_shu .f_count {
  line-height: 0.9;
  margin-right: 0.05rem;
}
@media (min-width: 1581px) {
  .brightbox_shu .f_shu .f_count {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .brightbox_shu .f_shu .f_count {
    font-size: 0.36rem;
  }
}
.brightbox_shu .f_shu .f_zi {
  margin-left: -0.1rem;
}
@media (min-width: 1581px) {
  .brightbox_shu .f_shu .f_zi {
    font-size: 42px;
  }
}
@media (max-width: 767px) {
  .brightbox_shu .f_shu .f_zi {
    line-height: 1.6;
    font-size: 0.3rem;
  }
}
.brightbox_shu .f_text {
  color: #666666;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .brightbox_shu .f_text {
    font-size: 0.24rem;
  }
}
.brightbox_but {
  border-color: transparent;
  background: rgba(255, 255, 255, 0.1);
  --color: #0f7acc;
}
.brightbox_but .c-ico {
  flex-direction: column;
}
.brightbox_but .c-ico:after,
.brightbox_but .c-ico:before {
  content: "";
  display: block;
  width: 35.71428571%;
  height: 2px;
  background: #ffffff;
}
@media (max-width: 991px) {
  .brightbox_but .c-ico:after,
  .brightbox_but .c-ico:before {
    height: 1px;
  }
}
.brightbox_but .c-ico:after {
  margin-top: -2px;
  transform: rotate(90deg);
}
@media (max-width: 991px) {
  .brightbox_but .c-ico:after {
    margin-top: -1px;
  }
}
@media (min-width: 768px) {
  .brightbox_but:hover .c-ico {
    transform: rotate(90deg);
  }
  .brightbox_but:hover .c-ico:after,
  .brightbox_but:hover .c-ico:before {
    background: #0f7acc;
  }
}
.brightbox_videoBtn {
  position: relative;
  width: 0.73rem;
}
@media (max-width: 767px) {
  .brightbox_videoBtn {
    width: 0.88rem;
  }
}
.brightbox_videoBtn .f_icon1 {
  width: 100%;
  border-radius: 50%;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
}
@media (max-width: 767px) {
  .brightbox_videoBtn .f_icon1 {
    border-width: 1px;
  }
}
.brightbox_videoBtn .f_icon1 img,
.brightbox_videoBtn .f_icon1 svg {
  width: 25.71428571%;
  height: 31.42857143%;
  object-fit: contain;
  margin-left: 4%;
}
.brightbox_videoBtn .f_icon1:before {
  padding-top: 100%;
}
.brightbox_videoBtn .f_name {
  white-space: nowrap;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  top: 100%;
  margin-top: 5px;
  transition: all 0.4s;
}
.brightbox_tit {
  text-align: center;
}
.brightbox_tit .f_tit {
  font-family: 'SourceHanSansCN-Normal', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  color: #333333;
}
.brightbox_tit .f_text {
  color: rgba(51, 51, 51, 0.7);
  margin-top: 0.19rem;
}
.brightbox-sec1 {
  position: relative;
  width: 100%;
  height: 200vh;
}
.brightbox-sec1 .f_zhong {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  width: 100%;
  height: 100vh;
}
.brightbox-sec1 .f_zhong .f_bag {
  width: 100%;
  height: 100%;
}
.brightbox-sec1 .f_zhong .f_bag img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.brightbox-sec1 .f_zhong .f_video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.brightbox-sec1 .f_zhong .f_video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.brightbox-sec1 .f_zhong .f_box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-start;
  padding-top: 40vh;
  overflow: hidden;
  -webkit-mask: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000 26%, #000 80%, rgba(0, 0, 0, 0) 100%);
  mask: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000 26%, #000 80%, rgba(0, 0, 0, 0) 100%);
}
.brightbox-sec1 .f_zhong .f_box .container {
  position: relative;
}
.brightbox-sec1 .f_zhong .f_box .item {
  text-align: center;
  margin-bottom: 2.2rem;
}
.brightbox-sec1 .f_zhong .f_box .item:last-child {
  margin-bottom: 0;
}
.brightbox-sec1 .f_zhong .f_box .item .f_logo {
  height: 1.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.44rem;
}
.brightbox-sec1 .f_zhong .f_box .item .f_logo img,
.brightbox-sec1 .f_zhong .f_box .item .f_logo svg {
  height: auto;
  width: auto;
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
}
.brightbox-sec1 .f_zhong .f_box .item .f_text {
  color: #333333;
  line-height: 1.86666667;
}
.brightbox-sec2 {
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .brightbox-sec2 {
    padding-bottom: 1.4rem;
  }
}
.brightbox-sec2 .brightbox_tit {
  padding-top: 1.18rem;
  padding-bottom: 0.53rem;
  padding-top: 0.9;
  padding-bottom: 0.4rem;
}
@media (max-width: 767px) {
  .brightbox-sec2 .brightbox_tit {
    padding-top: 1.36rem;
  }
}
@media (max-width: 1580px) and (min-width: 1261px) {
  .brightbox-sec2 .container {
    width: 70%;
  }
}
.brightbox-sec2 .brightbox2_cont {
  position: sticky;
  position: -webkit-sticky;
  margin: 0;
}
@media (min-width: 768px) {
  .brightbox-sec2 .brightbox2_cont .swiper-wrapper {
    flex-wrap: wrap;
  }
}
.brightbox-sec2 .brightbox2_cont .item {
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .brightbox-sec2 .brightbox2_cont .item {
    padding-bottom: 0.6rem;
  }
}
.brightbox-sec2 .brightbox2_cont .item:last-child {
  padding-bottom: 0;
}
.brightbox-sec2 .brightbox2_cont .item .list {
  border-radius: 0.2rem;
  display: block;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.brightbox-sec2 .brightbox2_cont .item .list .f_img:before {
  padding-top: 47.91666667%;
}
@media (max-width: 767px) {
  .brightbox-sec2 .brightbox2_cont .item .list .f_img:before {
    padding-top: 70%;
  }
}
.brightbox-sec2 .brightbox2_cont .item .list .f_img:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0) 24%);
}
@media (max-width: 767px) {
  .brightbox-sec2 .brightbox2_cont .item .list .f_img:after {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0) 80%);
  }
}
.brightbox-sec2 .brightbox2_cont .item .list .font {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 2;
  color: #ffffff;
  padding: 0.55rem 0.35rem;
}
.brightbox-sec2 .brightbox2_cont .item .list .font .f_tit {
  font-family: 'SourceHanSansCN-Normal', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  margin-bottom: 8px;
  margin-left: -0.5em;
}
.brightbox-sec2 .brightbox2_cont .item .list .font .f_text {
  color: rgba(255, 255, 255, 0.5);
}
.brightbox-sec2 .brightbox2_cont .qie {
  display: flex;
  justify-content: center;
}
@media (min-width: 768px) {
  .brightbox-sec2 .brightbox2_cont .qie {
    display: none;
  }
}
@media (min-width: 768px) {
  .brightbox-sec2 .brightbox2_cont .qie .brightbox2_next,
  .brightbox-sec2 .brightbox2_cont .qie .brightbox2_prev {
    width: 0.54rem;
    height: 0.54rem;
  }
}
.brightbox-sec2 .brightbox2_cont .qie .brightbox2_next:hover,
.brightbox-sec2 .brightbox2_cont .qie .brightbox2_prev:hover {
  background: #0f7acc;
}
.brightbox-sec2 .brightbox2_cont .qie .brightbox2_prev {
  margin-right: 0.2rem;
}
.brightbox-sec3 .f_zhong {
  position: relative;
  height: 160vh;
}
.brightbox-sec3 .f_zhong .f_box {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}
.brightbox-sec3 .f_zhong .f_box .f_bag:before {
  padding-top: 50%;
}
@media (max-width: 1260px) {
  .brightbox-sec3 .f_zhong .f_box .f_bag:before {
    padding-top: 80%;
  }
}
@media (max-width: 991px) {
  .brightbox-sec3 .f_zhong .f_box .f_bag:before {
    padding-top: 120%;
  }
}
@media (max-width: 767px) {
  .brightbox-sec3 .f_zhong .f_box .f_bag:before {
    padding-top: 177.86666667%;
  }
}
.brightbox-sec3 .f_zhong .f_box .cont {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 1.1rem 0;
  z-index: 2;
}
.brightbox-sec3 .f_zhong .f_box .cont .brightbox_tit .f_logo {
  text-align: center;
  height: 1rem;
}
.brightbox-sec3 .f_zhong .f_box .cont .brightbox_tit .f_logo img {
  height: 100%;
}
.brightbox-sec3 .inerconbox-sec5 {
  position: relative;
  z-index: 2;
  padding: 1.4rem 0;
  background: #fff;
}
.brightbox-sec3 .inerconbox-sec5:before {
  content: "";
  display: block;
  width: 100%;
  height: 30vh;
  position: absolute;
  bottom: 100%;
  left: 0;
  margin-bottom: -1px;
  background: linear-gradient(to top, #ffffff, rgba(255, 255, 255, 0.5) 20%, rgba(255, 255, 255, 0) 80%);
}
@media (max-width: 767px) {
  .brightbox-sec3 .inerconbox-sec5 {
    padding-bottom: 1.4rem;
  }
}
.brightbox-sec3 .inerconbox-sec5 .f_msg {
  width: 8rem;
}
@media (max-width: 1580px) {
  .brightbox-sec3 .inerconbox-sec5 .f_msg {
    width: 80%;
  }
}
@media (max-width: 1260px) {
  .brightbox-sec3 .inerconbox-sec5 .f_msg {
    width: 100%;
  }
}
.brightbox-sec4 {
  background-image: url(../images/gaxinimg1.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 1.34rem 0 0.55rem;
}
@media (max-width: 767px) {
  .brightbox-sec4 {
    padding-bottom: 1rem;
  }
}
.brightbox-sec4 .brightbox_tit {
  margin-bottom: 0.46rem;
}
.brightbox-sec4 .brightbox_tit .f_text {
  color: #666666;
}
.brightbox-sec4 .f_img:before {
  padding-top: 39.30555556%;
}
@media (max-width: 767px) {
  .brightbox-sec4 .f_img:before {
    padding-top: 50%;
  }
}
.brightbox-sec4 .f_jut {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
  margin-top: -0.64rem;
}
@media (max-width: 991px) {
  .brightbox-sec4 .f_jut {
    margin-top: 0;
  }
}
.brightbox-sec4 .f_jut .item {
  width: 20%;
  padding-right: 0.26rem;
  margin-bottom: 0.34rem;
}
@media (max-width: 991px) {
  .brightbox-sec4 .f_jut .item {
    width: 33.333%;
  }
}
@media (max-width: 767px) {
  .brightbox-sec4 .f_jut .item {
    width: 50%;
    margin-bottom: 0.4rem;
  }
}
.brightbox-sec5 {
  padding: 1.32rem 0 1.36rem;
}
.brightbox-sec5 .brightbox_tit {
  margin-bottom: 0.54rem;
}
.brightbox-sec5 .cont {
  border-radius: 0.2rem;
  position: relative;
  overflow: hidden;
  display: block;
  z-index: 2;
  margin-bottom: 0.42rem;
}
.brightbox-sec5 .cont .f_img:before {
  padding-top: 41.66666667%;
}
@media (max-width: 767px) {
  .brightbox-sec5 .cont .f_img:before {
    padding-top: 60%;
  }
}
.brightbox-sec5 .cont video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  object-fit: cover;
}
.brightbox-sec5 .cont .brightbox_but {
  position: absolute;
  left: 50%;
  z-index: 2;
  bottom: 0.4rem;
  transform: translateX(-50%);
}
.brightbox-sec5 .f_jut {
  display: flex;
  flex-wrap: wrap;
}
.brightbox-sec5 .f_jut .item {
  width: 25%;
  padding-right: 0.26rem;
  margin-bottom: 0.34rem;
}
@media (max-width: 767px) {
  .brightbox-sec5 .f_jut .item {
    width: 50%;
  }
}
.brightbox-sec6 {
  position: relative;
}
.brightbox-sec6 .f_zhong {
  position: relative;
  height: 160vh;
}
.brightbox-sec6 .f_zhong .f_nei {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  width: 100%;
  height: 100vh;
}
.brightbox-sec6 .f_zhong .f_nei .f_bag {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.brightbox-sec6 .f_zhong .f_nei .f_bag img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.brightbox-sec6 .f_zhong .f_nei .container {
  position: relative;
  padding: 1.35rem 0;
}
.brightbox-sec6 .f_zhong .f_nei .container .brightbox_tit {
  margin: 0 auto;
}
.brightbox-sec6 .f_zhong .f_nei .container .brightbox_tit .f_tit,
.brightbox-sec6 .f_zhong .f_nei .container .brightbox_tit .f_text {
  color: #ffffff;
}
.brightbox-sec6 .cont {
  position: relative;
  background: #ffffff;
}
.brightbox-sec6 .cont .f_box {
  overflow: hidden;
  padding: 1.4rem 0 1.04rem;
}
@media (max-width: 767px) {
  .brightbox-sec6 .cont .f_box {
    padding: 1.2rem 0 1.4rem;
  }
}
.brightbox-sec6 .cont:before {
  content: "";
  display: block;
  width: 100%;
  height: 50vh;
  position: absolute;
  bottom: 100%;
  left: 0;
  margin-bottom: -1px;
  background: linear-gradient(to top, #ffffff 20%, rgba(255, 255, 255, 0));
}
.brightbox-sec6 .cont .brightbox6_cont {
  width: auto;
  overflow: visible;
  margin: 0 -0.3rem;
}
@media (max-width: 991px) {
  .brightbox-sec6 .cont .brightbox6_cont {
    margin: 0 -0.2rem;
  }
}
.brightbox-sec6 .cont .brightbox6_cont .swiper-slide {
  padding: 0 0.3rem;
  --color: #006d9e;
  opacity: 0.2;
  transition: all 0.4s;
}
@media (max-width: 991px) {
  .brightbox-sec6 .cont .brightbox6_cont .swiper-slide {
    padding: 0 0.2rem;
  }
}
.brightbox-sec6 .cont .brightbox6_cont .swiper-slide .list {
  border-radius: 0.2rem;
  position: relative;
  z-index: 2;
  display: block;
  overflow: hidden;
  cursor: pointer;
}
.brightbox-sec6 .cont .brightbox6_cont .swiper-slide .list .f_img:before {
  padding-top: 47.91666667%;
}
@media (max-width: 767px) {
  .brightbox-sec6 .cont .brightbox6_cont .swiper-slide .list .f_img:before {
    padding-top: 80%;
  }
}
.brightbox-sec6 .cont .brightbox6_cont .swiper-slide .list .f_img:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
}
.brightbox-sec6 .cont .brightbox6_cont .swiper-slide .list .font {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 1;
  padding: 0.42rem 0.3rem;
  color: #ffffff;
  transform: translateY(0.8rem);
  transition: all 0.4s;
}
.brightbox-sec6 .cont .brightbox6_cont .swiper-slide .list .font .f_tit {
  font-family: 'SourceHanSansCN-Normal', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-bottom: 7px;
}
.brightbox-sec6 .cont .brightbox6_cont .swiper-slide .list .font .f_text {
  line-height: 1.625;
  height: 3.25em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 0.17rem;
}
@media (max-width: 991px) {
  .brightbox-sec6 .cont .brightbox6_cont .swiper-slide .list .font .f_text {
    margin-bottom: 0.1rem;
  }
}
.brightbox-sec6 .cont .brightbox6_cont .swiper-slide .list .font .brightbox_but {
  opacity: 0;
  transition: all 0.4s;
}
.brightbox-sec6 .cont .brightbox6_cont .swiper-slide .list:hover .f_img img {
  transform: scale(1.04);
}
.brightbox-sec6 .cont .brightbox6_cont .swiper-slide-active {
  opacity: 1;
}
.brightbox-sec6 .cont .brightbox6_cont .swiper-slide-active .list .font {
  transform: translateY(0);
}
.brightbox-sec6 .cont .brightbox6_cont .swiper-slide-active .list .font .brightbox_but {
  opacity: 1;
}
.brightbox-sec6 .cont .brightbox6_cont .qie {
  display: flex;
  justify-content: center;
  margin-top: 0.5rem;
}
@media (min-width: 768px) {
  .brightbox-sec6 .cont .brightbox6_cont .qie .brightbox6_next,
  .brightbox-sec6 .cont .brightbox6_cont .qie .brightbox6_prev {
    width: 0.54rem;
    height: 0.54rem;
  }
}
.brightbox-sec6 .cont .brightbox6_cont .qie .brightbox6_next:hover,
.brightbox-sec6 .cont .brightbox6_cont .qie .brightbox6_prev:hover {
  background: #0f7acc;
}
.brightbox-sec6 .cont .brightbox6_cont .qie .brightbox6_prev {
  margin-right: 0.2rem;
}
.brightbox-sec7 {
  background-color: #f6f7f8;
  overflow: hidden;
  padding: 1.34rem 0 1rem;
}
.brightbox-sec7 .brightbox_tit {
  margin-bottom: 0.46rem;
}
.brightbox-sec7 .brightbox7_jut {
  width: 88.88888889%;
  margin: 0 auto 0.55rem;
}
@media (max-width: 991px) {
  .brightbox-sec7 .brightbox7_jut {
    width: auto;
    margin: 0 -0.5rem 0.55rem;
  }
}
@media (max-width: 767px) {
  .brightbox-sec7 .brightbox7_jut {
    width: auto;
    margin: 0 -0.3rem 1rem;
  }
  .brightbox-sec7 .brightbox7_jut .base_pagin {
    margin-top: 0.6rem;
    bottom: 0;
  }
}
@media (min-width: 768px) {
  .brightbox-sec7 .brightbox7_jut .swiper-wrapper {
    flex-wrap: wrap;
  }
}
.brightbox-sec7 .brightbox7_jut .item {
  width: 33.333%;
  padding: 0 0.7rem;
  padding: 0 0.66rem;
  margin-bottom: 0.45rem;
}
@media (max-width: 991px) {
  .brightbox-sec7 .brightbox7_jut .item {
    padding: 0 0.5rem;
  }
}
@media (max-width: 767px) {
  .brightbox-sec7 .brightbox7_jut .item {
    width: 70%;
    margin-bottom: 0;
    padding: 0 0.3rem;
  }
}
.brightbox-sec7 .brightbox7_jut .item .list .f_tit {
  color: #333333;
  padding-bottom: 0.1rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 0.1rem;
  font-family: 'SourceHanSansCN-Normal', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.brightbox-sec7 .brightbox7_jut .item .list .f_text {
  line-height: 1.5;
  color: #666666;
}
.brightbox-sec7 .brightbox7_cont {
  width: auto;
  margin: 0 -0.2rem;
}
@media (max-width: 767px) {
  .brightbox-sec7 .brightbox7_cont .base_pagin {
    margin-top: 0.6rem;
    bottom: 0;
  }
}
@media (min-width: 768px) {
  .brightbox-sec7 .brightbox7_cont .swiper-wrapper {
    flex-wrap: wrap;
  }
}
.brightbox-sec7 .brightbox7_cont .swiper-wrapper .swiper-slide {
  padding: 0 0.2rem;
  width: 50%;
  margin-bottom: 0.4rem;
}
@media (max-width: 767px) {
  .brightbox-sec7 .brightbox7_cont .swiper-wrapper .swiper-slide {
    margin-bottom: 0;
    width: 90%;
  }
}
.brightbox-sec7 .brightbox7_cont .swiper-wrapper .swiper-slide .list {
  display: block;
  cursor: pointer;
  border-radius: 0.2rem;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.brightbox-sec7 .brightbox7_cont .swiper-wrapper .swiper-slide .list .f_img:before {
  padding-top: 57.14285714%;
}
.brightbox-sec7 .brightbox7_cont .swiper-wrapper .swiper-slide .list .f_img:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.1;
  transition: all 0.4s;
  z-index: 1;
}
.brightbox-sec7 .brightbox7_cont .swiper-wrapper .swiper-slide .list .brightbox_videoBtn {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
}
.brightbox-sec7 .brightbox7_cont .swiper-wrapper .swiper-slide .list .brightbox_videoBtn .f_name {
  opacity: 0;
}
@media (max-width: 991px) {
  .brightbox-sec7 .brightbox7_cont .swiper-wrapper .swiper-slide .list .brightbox_videoBtn .f_name {
    display: none;
  }
}
.brightbox-sec7 .brightbox7_cont .swiper-wrapper .swiper-slide .list .font {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0.25rem 0.34rem;
  text-align: center;
  z-index: 2;
  width: 100%;
}
.brightbox-sec7 .brightbox7_cont .swiper-wrapper .swiper-slide .list .font .f_tit {
  font-family: 'SourceHanSansCN-Normal', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  color: #ffffff;
  width: 100%;
}
.brightbox-sec7 .brightbox7_cont .swiper-wrapper .swiper-slide .list:hover .f_img:after {
  opacity: 0.3;
}
.brightbox-sec7 .brightbox7_cont .swiper-wrapper .swiper-slide .list:hover .f_img img {
  transform: scale(1.06);
}
.brightbox-sec7 .brightbox7_cont .swiper-wrapper .swiper-slide .list:hover .brightbox_videoBtn .f_name {
  opacity: 1;
}
.brightbox-sec8 {
  background: #ffffff;
}
.brightbox-sec8 .c-bottom .c-item .c-list li .c-wrap .c-box {
  position: relative;
  background-color: #f3f7fb;
  border-radius: 0.1rem;
  z-index: 1;
  overflow: hidden;
  padding: 0.3rem;
}
@media (max-width: 767px) {
  .brightbox-sec8 .c-bottom .c-item .c-list li .c-wrap .c-box {
    padding: 0.4rem;
  }
}
.brightbox-sec8 .c-bottom .c-item .c-list li .c-wrap .c-box:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0;
  transition: all 0.4s;
  background: linear-gradient(to bottom, #c2d5e2, #f8f9fa);
}
.brightbox-sec8 .c-bottom .c-item .c-list li .c-wrap .c-box .f_icon {
  height: 0.44rem;
  margin-bottom: 0.26rem;
}
@media (max-width: 767px) {
  .brightbox-sec8 .c-bottom .c-item .c-list li .c-wrap .c-box .f_icon {
    height: 0.7rem;
  }
}
.brightbox-sec8 .c-bottom .c-item .c-list li .c-wrap .c-box .f_icon img {
  height: auto;
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
}
.brightbox-sec8 .c-bottom .c-item .c-list li .c-wrap .c-img {
  position: relative;
  z-index: 2;
}
.brightbox-sec8 .c-bottom .c-item .c-list li .c-wrap:hover .c-box {
  background: transparent;
}
.brightbox-sec8 .c-bottom .c-item .c-list li .c-wrap:hover .c-box:before {
  opacity: 1;
}
/* End */
/* 电池安全弹窗 */
.birghAlt {
  display: none;
}
.birghAlt .cont {
  width: 97.91666667%;
  max-width: 1880px;
  border-radius: 0.2rem;
  padding: 0.75rem 0;
  --color: #0f7acc;
}
@media (max-width: 767px) {
  .birghAlt .cont {
    padding: 0.5rem 0;
    width: 90%;
  }
}
@media (min-width: 1261px) {
  .birghAlt .cont {
    bottom: 0;
    top: initial;
    height: calc(100% - 1vw);
    transform: translateX(-50%);
  }
}
.birghAlt .cont .f_close {
  top: 0.23rem;
  right: 0.2rem;
  color: #ffffff;
  background: #999999;
}
.birghAlt .cont .f_close:hover {
  background: var(--color);
}
.birghAlt .cont .f_font {
  text-align: center;
  margin-bottom: 0.48rem;
}
@media (max-width: 767px) {
  .birghAlt .cont .f_font {
    margin-bottom: 0.6rem;
  }
}
.birghAlt .cont .f_font .f_tit {
  font-family: 'SourceHanSansCN-Normal', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  color: #333333;
  margin-bottom: 0.11rem;
}
@media (max-width: 767px) {
  .birghAlt .cont .f_font .f_tit {
    margin-bottom: 0.2rem;
  }
}
.birghAlt .cont .f_font .f_text {
  color: #666666;
  line-height: 1.5;
  text-shadow: 1px 10px 0.3rem 0px rgba(170, 188, 203, 0.2);
}
.birghAlt .cont .f_box {
  margin-right: -0.8rem;
  height: 60vh;
  padding-right: 0.8rem;
  overflow-y: auto;
  overflow-x: hidden;
}
@media (max-width: 767px) {
  .birghAlt .cont .f_box {
    padding-right: 0.3rem;
    margin-right: -0.3rem;
    height: 56vh;
  }
}
.birghAlt .cont .f_box .item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 0.4rem;
}
@media (max-width: 767px) {
  .birghAlt .cont .f_box .item {
    margin-bottom: 0.6rem;
  }
}
.birghAlt .cont .f_box .item:last-child {
  margin-bottom: 0;
}
.birghAlt .cont .f_box .item .f_img,
.birghAlt .cont .f_box .item .f_wen {
  width: 50%;
}
@media (max-width: 767px) {
  .birghAlt .cont .f_box .item .f_img,
  .birghAlt .cont .f_box .item .f_wen {
    width: 100%;
  }
}
.birghAlt .cont .f_box .item .f_wen {
  padding-right: 1.16rem;
}
@media (max-width: 991px) {
  .birghAlt .cont .f_box .item .f_wen {
    padding-right: 0.6rem;
  }
}
@media (max-width: 767px) {
  .birghAlt .cont .f_box .item .f_wen {
    padding-right: 0;
    order: 1;
    margin-top: 0.4rem;
  }
}
.birghAlt .cont .f_box .item .f_wen .f_tit {
  color: #333333;
  font-family: 'SourceHanSansCN-Normal', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  margin-bottom: 0.16rem;
}
.birghAlt .cont .f_box .item .f_wen .f_jt .li {
  margin-bottom: 0.25rem;
}
.birghAlt .cont .f_box .item .f_wen .f_jt .li:last-child {
  margin-bottom: 0;
}
.birghAlt .cont .f_box .item .f_wen .f_jt .li .f_t2 {
  font-family: 'SourceHanSansCN-Normal', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  margin-bottom: 0.1rem;
}
.birghAlt .cont .f_box .item .f_wen .f_jt .li .f_tx {
  color: #666666;
  line-height: 1.5;
}
.birghAlt .cont .f_box .item .f_img {
  border-radius: 0.1rem;
}
.birghAlt .cont .f_box .item .f_img:before {
  padding-top: 58.33333333%;
}
@media (min-width: 768px) {
  .birghAlt .cont .f_box .item:nth-child(2n) .f_wen {
    order: 1;
    padding-right: 0.42rem;
    padding-left: 0.78rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .birghAlt .cont .f_box .item:nth-child(2n) .f_wen {
    padding-right: 0;
    padding-left: 0.6rem;
  }
}
/* End */
/* 智能座舱弹窗 */
.caozuoAlt .cont {
  padding: 0.56rem 0;
}
.caozuoAlt .cont .f_zhwen {
  position: relative;
}
.caozuoAlt .cont .f_zhwen .f_febox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s;
}
.caozuoAlt .cont .f_zhwen .f_febox.on {
  position: relative;
  opacity: 1;
  visibility: inherit;
}
.caozuoAlt .cont .f_zhwen .f_febox .x-intel1 {
  max-height: 88vh;
  overflow: auto;
}
@media (max-width: 1580px) {
  .caozuoAlt .cont .f_zhwen .f_febox .x-intel1 {
    max-height: 92vh;
  }
}
@media (min-width: 768px) {
  .caozuoAlt .cont .f_zhwen .f_febox .x-intel1 .container {
    width: 66%;
  }
}
.caozuoAlt .cont .f_zhwen .f_febox .x-intel1 .inerconbox-sec5 {
  padding: 0;
}
.caozuoAlt .cont .f_zhwen .f_febox .x-intel1 .inerconbox-sec5 .inerconbox_tit {
  flex-direction: column;
  text-align: center;
}
.caozuoAlt .cont .f_zhwen .f_febox .x-intel1 .inerconbox-sec5 .inerconbox_tit .f_tit {
  width: 100%;
  margin-bottom: 0.16rem;
}
.caozuoAlt .cont .f_zhwen .f_febox .x-intel1 .inerconbox-sec5 .inerconbox_tit .x-p {
  width: 100%;
}
/* End */
/* eN品牌车型 */
.enbrandbox-sec1 {
  height: 280vh;
  background: #000000;
}
.enbrandbox-sec1 .f_zhong {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  width: 100%;
  height: 100vh;
}
.enbrandbox-sec1 .f_zhong .f_tu {
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: relative;
}
.enbrandbox-sec1 .f_zhong .f_tu .zong {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.enbrandbox-sec1 .f_zhong .f_tu .zong img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  position: relative;
}
.enbrandbox-sec1 .f_zhong .f_tu .f_bag1 {
  transition: all 0.4s;
}
.enbrandbox-sec1 .f_zhong .f_tu .f_bag1:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.9;
}
.enbrandbox-sec1 .f_zhong .f_tu .f_bag2 {
  opacity: 0.4;
}
.enbrandbox-sec1 .f_zhong .f_tu .f_bag3 {
  overflow: hidden;
  opacity: 0.44;
  z-index: 1;
  -webkit-mask: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 53%, rgba(255, 255, 255, 0) 110%);
  mask: linear-gradient(to bottom, rgba(255, 255, 255, 0) -60%, #ffffff 53%, rgba(255, 255, 255, 0) 110%);
}
.enbrandbox-sec1 .f_zhong .f_tu .f_bag4 {
  transition: all 0.4s;
  opacity: 0;
}
.enbrandbox-sec1 .f_zhong .f_tu .f_bag4:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.8;
}
.enbrandbox-sec1 .f_zhong .f_tu .f_bag4 video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.enbrandbox-sec1 .f_zhong .f_box,
.enbrandbox-sec1 .f_zhong .f_box3 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.enbrandbox-sec1 .f_zhong .f_box {
  display: flex;
  align-items: flex-start;
  padding-top: 36vh;
  overflow: hidden;
  -webkit-mask: linear-gradient(to bottom, rgba(255, 255, 255, 0) 16%, #fff 40%, rgba(255, 255, 255, 0) 88%);
  -webkit-mask: linear-gradient(to bottom, rgba(255, 255, 255, 0) -30%, #fff 40%, rgba(255, 255, 255, 0) 100%);
  mask: linear-gradient(to bottom, rgba(255, 255, 255, 0) -30%, #fff 40%, rgba(255, 255, 255, 0) 100%);
}
.enbrandbox-sec1 .f_zhong .f_box .container {
  position: relative;
}
.enbrandbox-sec1 .f_zhong .f_box .item {
  text-align: center;
  margin-bottom: 2.2rem;
}
.enbrandbox-sec1 .f_zhong .f_box .item:last-child {
  margin-bottom: 0;
}
.enbrandbox-sec1 .f_zhong .f_box .item .f_logo {
  height: 0.44rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.8rem;
}
@media (max-width: 767px) {
  .enbrandbox-sec1 .f_zhong .f_box .item .f_logo {
    height: 0.6rem;
  }
}
.enbrandbox-sec1 .f_zhong .f_box .item .f_logo img,
.enbrandbox-sec1 .f_zhong .f_box .item .f_logo svg {
  height: auto;
  width: auto;
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
}
.enbrandbox-sec1 .f_zhong .f_box .item .f_text {
  color: #fff;
  line-height: 1.55555556;
}
.enbrandbox-sec1 .f_zhong .f_box2 {
  padding-top: 66vh;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s;
}
.enbrandbox-sec1 .f_zhong .f_box2 .item .f_text {
  font-size: 0.32rem;
}
.enbrandbox-sec1 .f_zhong .f_box3 {
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s;
}
.enbrandbox-sec1 .f_zhong .f_box3 .f_bag {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.enbrandbox-sec1 .f_zhong .f_box3 .f_bag img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.enbrandbox-sec1 .f_zhong .f_box3 .cont {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-top: 32.32vh;
  text-align: center;
  color: #ffffff;
}
@media (max-width: 767px) {
  .enbrandbox-sec1 .f_zhong .f_box3 .cont {
    padding: 4.5rem 0 0;
  }
}
.enbrandbox-sec1 .f_zhong .f_box3 .cont .f_logo,
.enbrandbox-sec1 .f_zhong .f_box3 .cont .f_tit,
.enbrandbox-sec1 .f_zhong .f_box3 .cont .f_text,
.enbrandbox-sec1 .f_zhong .f_box3 .cont .f_name {
  transform: translateY(0.4rem);
  opacity: 0;
  transition: all 0.4s linear;
}
.enbrandbox-sec1 .f_zhong .f_box3 .cont .f_logo {
  height: 0.6rem;
  margin-bottom: 0.29rem;
}
@media (max-width: 767px) {
  .enbrandbox-sec1 .f_zhong .f_box3 .cont .f_logo {
    height: 0.5rem;
  }
}
@media (max-width: 375px) {
  .enbrandbox-sec1 .f_zhong .f_box3 .cont .f_logo {
    height: 0.38rem;
  }
}
.enbrandbox-sec1 .f_zhong .f_box3 .cont .f_logo img {
  height: 100%;
}
.enbrandbox-sec1 .f_zhong .f_box3 .cont .f_tit {
  font-size: 0.86rem;
  letter-spacing: 0.58rem;
  line-height: 1.11627907;
  font-family: 'SourceHanSansCN-Light', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  margin-left: 0.58rem;
  margin-bottom: 0.87rem;
}
@media (max-width: 767px) {
  .enbrandbox-sec1 .f_zhong .f_box3 .cont .f_tit {
    font-size: 0.5rem;
    margin-bottom: 0.4rem;
  }
}
@media (max-width: 375px) {
  .enbrandbox-sec1 .f_zhong .f_box3 .cont .f_tit {
    font-size: 0.4rem;
    white-space: nowrap;
  }
}
.enbrandbox-sec1 .f_zhong .f_box3 .cont .f_text {
  width: 5.15rem;
  margin: 0 auto;
  max-width: 100%;
  margin-bottom: 0.1rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.6);
}
@media (max-width: 767px) {
  .enbrandbox-sec1 .f_zhong .f_box3 .cont .f_text {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .enbrandbox-sec1 .f_zhong .f_box3 .cont .f_text {
    font-size: 0.28rem;
  }
}
.enbrandbox-sec1 .f_zhong .f_box3 .cont .f_name {
  font-family: 'SourceHanSansCN-Normal', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
@media (max-width: 767px) {
  .enbrandbox-sec1 .f_zhong .f_box3 .cont .f_name {
    font-size: 0.28rem;
  }
}
.enbrandbox-sec1.on .f_zhong .f_tu .f_bag1 {
  opacity: 0;
}
.enbrandbox-sec1.on .f_zhong .f_tu .f_bag4 {
  opacity: 1;
}
.enbrandbox-sec1.on .f_zhong .f_box2 {
  visibility: inherit;
  opacity: 1;
}
.enbrandbox-sec1.on2 .f_zhong .f_box3 {
  opacity: 1;
  visibility: inherit;
}
.enbrandbox-sec1.on2 .f_zhong .f_box3 .cont .f_logo,
.enbrandbox-sec1.on2 .f_zhong .f_box3 .cont .f_tit,
.enbrandbox-sec1.on2 .f_zhong .f_box3 .cont .f_text,
.enbrandbox-sec1.on2 .f_zhong .f_box3 .cont .f_name {
  transform: translateY(0);
  opacity: 1;
}
.enbrandbox-sec1.on2 .f_zhong .f_box3 .cont .f_logo {
  transition: all 0.4s 0.2s linear;
}
.enbrandbox-sec1.on2 .f_zhong .f_box3 .cont .f_tit {
  transition: all 0.4s 0.3s linear;
}
.enbrandbox-sec1.on2 .f_zhong .f_box3 .cont .f_text {
  transition: all 0.4s 0.4s linear;
}
.enbrandbox-sec1.on2 .f_zhong .f_box3 .cont .f_name {
  transition: all 0.4s 0.5s linear;
}
.enbrandbox-sec2 {
  position: relative;
  background: #020305;
  z-index: 1;
}
.enbrandbox-sec2:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: url(../images/jianbimg1.png) left bottom / 100% auto no-repeat;
}
.enbrandbox-sec2 .f_telogo {
  text-align: center;
  height: 0.45rem;
  margin-bottom: 0.6rem;
  position: relative;
}
.enbrandbox-sec2 .f_telogo img {
  height: 100%;
  max-width: 100;
  object-fit: contain;
}
.enbrandbox-sec2 .c-bottom .c-item .enginebox3_cont {
  margin-bottom: 0;
  margin-top: 0;
}
.enbrandbox-sec2 .c-bottom .c-item .c-list li .c-wrap .c-box {
  background: rgba(255, 255, 255, 0.1);
}
.enbrandbox-sec2 .c-bottom .c-item .c-list li .c-wrap .c-box .f_icon {
  height: 32px;
  margin-bottom: 0.26rem;
}
@media (max-width: 1580px) {
  .enbrandbox-sec2 .c-bottom .c-item .c-list li .c-wrap .c-box .f_icon {
    height: 28px;
  }
}
@media (max-width: 767px) {
  .enbrandbox-sec2 .c-bottom .c-item .c-list li .c-wrap .c-box .f_icon {
    height: 0.56rem;
  }
}
.enbrandbox-sec2 .c-bottom .c-item .c-list li .c-wrap .c-box .f_icon img {
  height: 100%;
  max-width: 100%;
  object-fit: contain;
}
.enbrandbox-sec2 .c-bottom .c-item .c-list li .c-wrap:hover .c-box {
  background: #444;
}
.enbrandbox-sec2 .cont .enginebox3_pagin {
  bottom: 0;
}
.enbrandbox-sec2 .cont .enginebox3_pagin span {
  background: #ffffff;
}
.enbrandbox-sec2 .cont .enginebox3_pagin .swiper-pagination-bullet-active {
  background: var(--color);
}
/* End */
/* GT */
.gtbrandbox {
  background: #000000;
}
.gtbrandbox_prev,
.gtbrandbox_next {
  position: relative;
  top: 0;
  border-radius: 50%;
  color: #ffffff;
  margin-top: 0;
  width: 0.68rem;
  height: 0.68rem;
  background-image: linear-gradient(90deg, #ab82ff 0%, #fea7ae 100%), linear-gradient(#ffffff, #ffffff);
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .gtbrandbox_prev,
  .gtbrandbox_next {
    width: 1rem;
    height: 1rem;
  }
}
.gtbrandbox_prev img,
.gtbrandbox_next img,
.gtbrandbox_prev svg,
.gtbrandbox_next svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 29.41176471%;
  height: 29.41176471%;
  object-fit: contain;
}
.gtbrandbox_prev:after,
.gtbrandbox_next:after {
  display: none;
}
.gtbrandbox_tit {
  text-align: center;
  color: #ffffff;
}
.gtbrandbox_tit .f_tit span {
  background-image: linear-gradient(90deg, #a981f8 0%, #fea7ae 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.gtbrandbox_tit .f_text {
  line-height: 1.83333333;
  margin-top: 0.2rem;
}
.gtbrandbox-sec1 {
  background: #000000;
  overflow: hidden;
}
.gtbrandbox-sec1 .f_box {
  position: relative;
  overflow: hidden;
}
.gtbrandbox-sec1 .f_box .f_bag:before {
  padding-top: 32.5%;
}
@media (max-width: 991px) {
  .gtbrandbox-sec1 .f_box .f_bag:before {
    padding-top: 50%;
  }
}
@media (max-width: 767px) {
  .gtbrandbox-sec1 .f_box .f_bag:before {
    padding-top: 120%;
  }
}
.gtbrandbox-sec1 .f_box .f_video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.gtbrandbox-sec1 .f_box .f_video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gtbrandbox-sec1 .cont {
  text-align: center;
  color: #ffffff;
  position: relative;
  z-index: 2;
  padding: 0.72rem 0 0.2rem;
}
@media (max-width: 767px) {
  .gtbrandbox-sec1 .cont {
    padding-top: 1.4rem;
  }
}
.gtbrandbox-sec1 .cont .f_xiangxi {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  width: 0.68rem;
  height: 0.68rem;
  display: flex;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  opacity: 0;
  animation: opace1 0.3s 3s forwards;
  background-image: linear-gradient(90deg, #ab82ff 0%, #fea7ae 100%), linear-gradient(#f9ddeb, #f9ddeb);
}
@media (max-width: 767px) {
  .gtbrandbox-sec1 .cont .f_xiangxi {
    width: 1rem;
    height: 1rem;
  }
}
.gtbrandbox-sec1 .cont .f_xiangxi img,
.gtbrandbox-sec1 .cont .f_xiangxi svg {
  width: 22.05882353%;
  height: 22.05882353%;
  object-fit: contain;
  position: relative;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  animation: shangxia3 1.5s linear infinite;
}
.gtbrandbox-sec1 .cont .f_tit {
  margin-bottom: 1.28rem;
}
@media (max-width: 767px) {
  .gtbrandbox-sec1 .cont .f_tit {
    margin-bottom: 0.8rem;
    line-height: 1.5;
  }
}
.gtbrandbox-sec1 .cont .f_scroll {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: 'Honda-Head', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.gtbrandbox-sec1 .cont .f_scroll i {
  display: block;
  margin-top: 0.04rem;
  width: 1px;
  position: relative;
  height: 0.6rem;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.1);
}
.gtbrandbox-sec1 .cont .f_scroll i:before {
  content: "";
  display: block;
  width: 100%;
  height: 50%;
  position: absolute;
  top: 0;
  left: 0;
  background: #ffffff;
  animation: shangxia2 1.5s linear infinite;
}
.gtbrandbox-sec2 {
  width: 100%;
  position: relative;
}
@media (min-width: 768px) {
  .gtbrandbox-sec2 {
    height: 250vh;
  }
  .gtbrandbox-sec2 .f_zhong {
    width: 100%;
    height: 100vh;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
  }
}
.gtbrandbox-sec2 .f_zhong .f_box1 {
  position: relative;
  width: 100%;
  height: 100%;
  transition: all 0.8s;
}
@media (max-width: 767px) {
  .gtbrandbox-sec2 .f_zhong .f_box1 {
    height: 72vh;
    height: 7.4rem;
  }
}
.gtbrandbox-sec2 .f_zhong .f_box1 .f_bag,
.gtbrandbox-sec2 .f_zhong .f_box1 .cart_img {
  position: relative;
  width: 100%;
  height: 100%;
}
.gtbrandbox-sec2 .f_zhong .f_box1 .f_bag img,
.gtbrandbox-sec2 .f_zhong .f_box1 .cart_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gtbrandbox-sec2 .f_zhong .f_box1 .f_bag {
  opacity: 0;
}
@media (max-width: 767px) {
  .gtbrandbox-sec2 .f_zhong .f_box1 .f_bag {
    opacity: 1;
  }
}
.gtbrandbox-sec2 .f_zhong .f_box1 .f_video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.gtbrandbox-sec2 .f_zhong .f_box1 .f_video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gtbrandbox-sec2 .f_zhong .f_box1 .cart_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  opacity: 0;
}
.gtbrandbox-sec2 .f_zhong .f_box1 .cart_img img {
  transform-origin: center bottom;
}
.gtbrandbox-sec2 .f_zhong .f_box1 .cont {
  position: absolute;
  bottom: 10%;
  left: 0;
  width: 100%;
  text-align: center;
  color: #ffffff;
}
@media (max-width: 767px) {
  .gtbrandbox-sec2 .f_zhong .f_box1 .cont {
    bottom: 15%;
  }
}
.gtbrandbox-sec2 .f_zhong .f_box1 .cont .font .f_tit {
  margin-bottom: 0.2rem;
  font-family: 'SourceHanSansCN-Normal', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
@media (max-width: 991px) {
  .gtbrandbox-sec2 .f_zhong .f_box1 .cont .font .f_tit span {
    display: block;
  }
}
@media (max-width: 375px) {
  .gtbrandbox-sec2 .f_zhong .f_box1 .cont .font .f_tit {
    font-size: 0.44rem;
  }
}
.gtbrandbox-sec2 .f_zhong .f_box1 .cont .font .f_tit span {
  background-image: linear-gradient(90deg, #ab82ff 0%, #fea7ae 100%), linear-gradient(#ffffff, #ffffff);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.gtbrandbox-sec2 .f_zhong .f_box1 .cont .font .f_text {
  font-family: 'SourceHanSansCN-Normal', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.gtbrandbox-sec2 .f_zhong .f_box1 .cont .font .f_videoicon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.56rem;
  height: 0.56rem;
  margin: 0.4rem auto 0;
  cursor: pointer;
  position: relative;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 767px) {
  .gtbrandbox-sec2 .f_zhong .f_box1 .cont .font .f_videoicon {
    width: 0.7rem;
    height: 0.7rem;
  }
}
.gtbrandbox-sec2 .f_zhong .f_box1 .cont .font .f_videoicon img,
.gtbrandbox-sec2 .f_zhong .f_box1 .cont .font .f_videoicon svg {
  width: 26.78571429%;
  height: 23.21428571%;
  object-fit: contain;
}
.gtbrandbox-sec2 .f_zhong .f_box1 .cont .font .f_videoicon:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(../images/xuanzhauimg1.svg) center / 100% 100% no-repeat;
  width: 125%;
  height: 125%;
  transition: all 0.4s;
}
.gtbrandbox-sec2 .f_zhong .f_box1 .cont .font .f_videoicon:hover:before {
  transform: translate(-50%, -50%) rotate(180deg);
}
.gtbrandbox-sec2 .f_zhong .f_box2 {
  position: relative;
  background: url(../images/jianbaimfw1.png) center / cover no-repeat;
}
@media (min-width: 768px) {
  .gtbrandbox-sec2 .f_zhong .f_box2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 0.4s;
    opacity: 0;
    visibility: hidden;
  }
}
@media (max-width: 767px) {
  .gtbrandbox-sec2 .f_zhong .f_box2 {
    padding: 1.4rem 0;
    padding: 3rem 0;
    padding: 0;
    background: none;
  }
}
.gtbrandbox-sec2 .f_zhong .f_box2 .f_bag {
  width: 100%;
  height: 100%;
  transition: all 0.4s;
  position: relative;
}
@media (max-width: 767px) {
  .gtbrandbox-sec2 .f_zhong .f_box2 .f_bag {
    height: 50vh;
  }
}
.gtbrandbox-sec2 .f_zhong .f_box2 .f_bag img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gtbrandbox-sec2 .f_zhong .f_box2 .f_shade {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/jianbaimfw2.png) center / 100% 100% no-repeat;
}
.gtbrandbox-sec2 .f_zhong .f_box2 .cont {
  width: 100%;
  overflow: hidden;
}
@media (min-width: 768px) {
  .gtbrandbox-sec2 .f_zhong .f_box2 .cont {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media (max-width: 767px) {
  .gtbrandbox-sec2 .f_zhong .f_box2 .cont {
    display: none;
  }
}
.gtbrandbox-sec2 .f_zhong .f_box2 .cont .gtbrandbox2_cont {
  visibility: inherit;
  overflow: inherit;
}
.gtbrandbox-sec2 .f_zhong .f_box2 .cont .gtbrandbox2_cont .swiper-wrapper {
  align-items: center;
}
@media (max-width: 767px) {
  .gtbrandbox-sec2 .f_zhong .f_box2 .cont .gtbrandbox2_cont .swiper-wrapper {
    flex-wrap: wrap;
  }
}
.gtbrandbox-sec2 .f_zhong .f_box2 .cont .gtbrandbox2_cont .swiper-slide {
  width: 50%;
  transition: all 0.75s;
}
@media (max-width: 767px) {
  .gtbrandbox-sec2 .f_zhong .f_box2 .cont .gtbrandbox2_cont .swiper-slide:last-child {
    margin-bottom: 0;
  }
}
.gtbrandbox-sec2 .f_zhong .f_box2 .cont .gtbrandbox2_cont .swiper-slide .item .f_tu {
  position: relative;
}
.gtbrandbox-sec2 .f_zhong .f_box2 .cont .gtbrandbox2_cont .swiper-slide .item .f_tu .f_zi {
  position: absolute;
  top: 6%;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  color: #ffffff;
  opacity: 0;
  transition: all 0.76s;
  font-family: 'Honda-Head', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  font-size: 1.98rem;
}
@media (max-width: 767px) {
  .gtbrandbox-sec2 .f_zhong .f_box2 .cont .gtbrandbox2_cont .swiper-slide .item .f_tu .f_zi {
    opacity: 0.1;
    font-size: 1.3rem;
    font-size: 0.6rem;
  }
}
.gtbrandbox-sec2 .f_zhong .f_box2 .cont .gtbrandbox2_cont .swiper-slide .item .f_tu .f_img {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 136.11%;
  pointer-events: none;
}
.gtbrandbox-sec2 .f_zhong .f_box2 .cont .gtbrandbox2_cont .swiper-slide .item .f_tu .f_img:before {
  padding-top: 56.12244898%;
}
.gtbrandbox-sec2 .f_zhong .f_box2 .cont .gtbrandbox2_cont .swiper-slide .item .f_logo {
  width: 100%;
  text-align: center;
  height: 0.36rem;
  position: relative;
  z-index: 2;
  margin-top: -0.8rem;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .gtbrandbox-sec2 .f_zhong .f_box2 .cont .gtbrandbox2_cont .swiper-slide .item .f_logo {
    height: 0.2rem;
    margin-top: -0.3rem;
  }
}
.gtbrandbox-sec2 .f_zhong .f_box2 .cont .gtbrandbox2_cont .swiper-slide .item .f_logo img {
  height: auto;
  max-height: 100%;
  min-height: 80%;
  max-width: 100%;
  object-fit: contain;
}
@media (min-width: 768px) {
  .gtbrandbox-sec2 .f_zhong.active .f_box1 .cart_img {
    opacity: 1;
    transition: none;
  }
  .gtbrandbox-sec2 .f_zhong.on .f_box1 {
    visibility: hidden;
    opacity: 0;
  }
  .gtbrandbox-sec2 .f_zhong.on .f_box2 {
    visibility: inherit;
    opacity: 1;
  }
  .gtbrandbox-sec2 .f_zhong.on2 .f_box2 .f_bag {
    opacity: 0;
  }
  .gtbrandbox-sec2 .f_zhong.on2 .f_box2 .cont .gtbrandbox2_cont .swiper-slide {
    width: 30%;
    margin-left: -15%;
  }
  .gtbrandbox-sec2 .f_zhong.on2 .f_box2 .cont .gtbrandbox2_cont .swiper-slide .f_zi {
    transform: scale(0.6) translateX(-50%);
  }
  .gtbrandbox-sec2 .f_zhong.on2 .f_box2 .cont .gtbrandbox2_cont .swiper-slide .f_logo {
    opacity: 0;
  }
  .gtbrandbox-sec2 .f_zhong.on2 .f_box2 .cont .gtbrandbox2_cont .swiper-slide.on {
    width: 70%;
    margin-left: 0%;
  }
  .gtbrandbox-sec2 .f_zhong.on2 .f_box2 .cont .gtbrandbox2_cont .swiper-slide.on .f_zi {
    transform: scale(1) translateX(-50%);
    opacity: 0.1;
  }
  .gtbrandbox-sec2 .f_zhong.on2 .f_box2 .cont .gtbrandbox2_cont .swiper-slide.on .f_logo {
    opacity: 1;
    margin-top: -1.2rem;
  }
  .gtbrandbox-sec2 .f_zhong.on2 .f_box2 .cont .gtbrandbox2_cont .swiper-slide.on:nth-child(1) {
    margin-left: 15%;
  }
  .gtbrandbox-sec2 .f_zhong.on2 .f_box2 .cont .gtbrandbox2_cont .swiper-slide.on:nth-child(1) ~ .swiper-slide {
    margin-left: 0;
  }
}
@media (min-width: 768px) and (max-width: 1580px) {
  .gtbrandbox-sec2 .f_zhong.on2 .f_box2 .cont .gtbrandbox2_cont .swiper-slide {
    margin-left: -2%;
  }
}
@media (min-width: 768px) and (max-width: 1580px) {
  .gtbrandbox-sec2 .f_zhong.on2 .f_box2 .cont .gtbrandbox2_cont .swiper-slide.on {
    margin-left: 0%;
    width: 60%;
  }
}
@media (min-width: 768px) and (max-width: 1580px) {
  .gtbrandbox-sec2 .f_zhong.on2 .f_box2 .cont .gtbrandbox2_cont .swiper-slide.on:nth-child(1) {
    margin-left: 6%;
  }
}
.gtbrandbox-sec3 {
  position: relative;
  height: 250vh;
}
@media (max-width: 767px) {
  .gtbrandbox-sec3 {
    margin-top: -2rem;
  }
}
.gtbrandbox-sec3 .f_zhong {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.gtbrandbox-sec3 .f_zhong .f_box {
  position: relative;
  width: 100%;
}
.gtbrandbox-sec3 .f_zhong .f_box .gtbrandbox_tit {
  width: 100%;
  text-align: center;
  transform: translateX(20%);
  position: absolute;
  left: 0;
  bottom: 100%;
  opacity: 0;
  margin-bottom: 0.28rem;
}
.gtbrandbox-sec3 .f_zhong .f_box .gtbrandbox_tit:last-child {
  margin-bottom: 0;
  bottom: inherit;
  top: 100%;
  margin-top: 0.22rem;
}
.gtbrandbox-sec3 .f_zhong .f_box .gtbrandbox_tit .f_text {
  color: #ffffff;
  opacity: 0.4;
  margin-top: 0.38rem;
  letter-spacing: 0.18rem;
}
.gtbrandbox-sec3 .f_zhong .f_box .cont {
  width: 0%;
  height: 0;
  overflow: hidden;
  position: relative;
  flex: 0 0 auto;
}
.gtbrandbox-sec3 .f_zhong .f_box .cont .gtbrandbox3_jiabian {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(90deg, #ab82ff 0%, #fea7ae 100%);
  z-index: 2;
}
.gtbrandbox-sec3 .f_zhong .f_box .cont .gtbrandbox3_cont {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100vw;
  height: 100vh;
  opacity: 0.3;
}
@media (max-width: 991px) {
  .gtbrandbox-sec3 .f_zhong .f_box .cont .gtbrandbox3_cont {
    height: 50vh;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .gtbrandbox-sec3 .f_zhong .f_box .cont .gtbrandbox3_cont {
    height: 100vh;
  }
}
.gtbrandbox-sec3 .f_zhong .f_box .cont .gtbrandbox3_cont .swiper-slide {
  width: 50%;
  height: 100%;
}
.gtbrandbox-sec3 .f_zhong .f_box .cont .gtbrandbox3_cont .swiper-slide .item {
  position: relative;
  height: 100%;
}
.gtbrandbox-sec3 .f_zhong .f_box .cont .gtbrandbox3_cont .swiper-slide .item .f_img {
  width: 100%;
  height: 100%;
}
.gtbrandbox-sec3 .f_zhong .f_box .cont .gtbrandbox3_cont .swiper-slide .item .f_img img,
.gtbrandbox-sec3 .f_zhong .f_box .cont .gtbrandbox3_cont .swiper-slide .item .f_img svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gtbrandbox-sec3 .f_zhong .f_box .cont .gtbrandbox3_cont .swiper-slide .item .f_video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.4s;
}
.gtbrandbox-sec3 .f_zhong .f_box .cont .gtbrandbox3_cont .swiper-slide .item .f_video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gtbrandbox-sec3 .f_zhong .f_box .cont .gtbrandbox3_cont .swiper-slide .item .font {
  position: absolute;
  left: 0;
  bottom: 10%;
  width: 100%;
  z-index: 2;
  display: flex;
  flex-direction: column;
  color: #ffffff;
  align-items: center;
}
.gtbrandbox-sec3 .f_zhong .f_box .cont .gtbrandbox3_cont .swiper-slide .item .font .f_tit {
  margin-bottom: 0.25rem;
  font-family: 'Honda-Head', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  background-image: linear-gradient(90deg, #9261ff 0%, #9bafda 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.gtbrandbox-sec3 .f_zhong .f_box .cont .gtbrandbox3_cont .swiper-slide .item .font .f_videoicon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.56rem;
  height: 0.56rem;
  cursor: pointer;
  position: relative;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 767px) {
  .gtbrandbox-sec3 .f_zhong .f_box .cont .gtbrandbox3_cont .swiper-slide .item .font .f_videoicon {
    width: 0.7rem;
    height: 0.7rem;
  }
}
.gtbrandbox-sec3 .f_zhong .f_box .cont .gtbrandbox3_cont .swiper-slide .item .font .f_videoicon img,
.gtbrandbox-sec3 .f_zhong .f_box .cont .gtbrandbox3_cont .swiper-slide .item .font .f_videoicon svg {
  width: 26.78571429%;
  height: 23.21428571%;
  object-fit: contain;
}
.gtbrandbox-sec3 .f_zhong .f_box .cont .gtbrandbox3_cont .swiper-slide .item .font .f_videoicon:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(../images/xuanzhauimg1.svg) center / 100% 100% no-repeat;
  width: 125%;
  height: 125%;
  transition: all 0.4s;
}
.gtbrandbox-sec3 .f_zhong .f_box .cont .gtbrandbox3_cont .swiper-slide .item:hover .f_video {
  opacity: 1;
}
.gtbrandbox-sec3 .f_zhong .f_box .cont .gtbrandbox3_cont .swiper-slide .item:hover .font .f_videoicon::before {
  transform: translate(-50%, -50%) rotate(180deg);
}
.gtbrandbox-sec3 .f_zhong .f_box .cont .gtbrandbox3_cont .swiper-slide:nth-child(2n) .item .font .f_tit {
  background-image: linear-gradient(90deg, #e97583 0%, #ce9394 100%);
}
@media (max-width: 767px) {
  .gtbrandbox-sec3 .f_zhong .f_box .cont .gtbrandbox3_cont .swiper-wrapper {
    flex-wrap: wrap;
  }
  .gtbrandbox-sec3 .f_zhong .f_box .cont .gtbrandbox3_cont .swiper-wrapper .swiper-slide {
    width: 100%;
    height: 50%;
  }
}
.gtbrandbox-sec3.on .f_zhong .f_box .cont .gtbrandbox3_jiabian {
  display: none;
}
.gtbrandbox-sec4 {
  padding: 1.4rem 0 5rem;
  padding: 3rem 0 7rem;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.gtbrandbox-sec4 .f_bag {
  position: absolute;
  bottom: -1.4rem;
  bottom: -2rem;
  width: 100%;
  left: 0;
  opacity: 0;
  transition: all 0.6s;
}
@media (max-width: 1260px) {
  .gtbrandbox-sec4 .f_bag {
    bottom: -1.6rem;
  }
}
@media (max-width: 767px) {
  .gtbrandbox-sec4 .f_bag {
    bottom: -0.6rem;
  }
}
.gtbrandbox-sec4 .f_bag img {
  width: 100%;
}
.gtbrandbox-sec4 .f_bag1 {
  bottom: 0;
  height: 100%;
  opacity: 1;
}
.gtbrandbox-sec4 .f_bag1 img {
  height: 100%;
  object-fit: cover;
}
.gtbrandbox-sec4 .container {
  position: relative;
  z-index: 2;
}
.gtbrandbox-sec4 .container .gtbrandbox4_cont {
  width: auto;
  margin: 0 -9px;
}
.gtbrandbox-sec4 .container .gtbrandbox4_cont .swiper-wrapper {
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .gtbrandbox-sec4 .container .gtbrandbox4_cont .swiper-wrapper {
    flex-wrap: wrap;
  }
}
.gtbrandbox-sec4 .container .gtbrandbox4_cont .swiper-wrapper .swiper-slide {
  width: 50%;
  padding: 0 9px;
  margin-bottom: 0.4rem;
}
@media (max-width: 767px) {
  .gtbrandbox-sec4 .container .gtbrandbox4_cont .swiper-wrapper .swiper-slide {
    width: 100%;
    margin-bottom: 0.9rem;
  }
  .gtbrandbox-sec4 .container .gtbrandbox4_cont .swiper-wrapper .swiper-slide:last-child {
    margin-bottom: 0;
  }
}
.gtbrandbox-sec4 .container .gtbrandbox4_cont .swiper-wrapper .swiper-slide .list .f_tit {
  text-align: center;
  margin-bottom: 0.48rem;
  color: #ffffff;
}
.gtbrandbox-sec4 .container .gtbrandbox4_cont .swiper-wrapper .swiper-slide .list .f_tit span {
  background-image: linear-gradient(90deg, #ab82ff 0%, #fea7ae 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.gtbrandbox-sec4 .container .gtbrandbox4_cont .swiper-wrapper .swiper-slide .list .f_img {
  border-radius: 0.1rem;
}
.gtbrandbox-sec4 .container .gtbrandbox4_cont .swiper-wrapper .swiper-slide .list .f_img:before {
  padding-top: 64.27566807%;
}
.gtbrandbox-sec4 .container .gtbrandbox4_cont .swiper-wrapper .swiper-slide .list:hover .f_img img {
  transform: scale(1.06);
}
.gtbrandbox-sec4 .container .gtbrandbox4_cont .gtbrandbox4_pagin {
  margin-top: 0.4rem;
}
@media (min-width: 768px) {
  .gtbrandbox-sec4 .container .gtbrandbox4_cont .gtbrandbox4_pagin {
    display: none;
  }
}
.gtbrandbox-sec4 .container .gtbrandbox4_cont .gtbrandbox4_pagin span {
  background: #ffffff;
}
.gtbrandbox-sec4 .container .gtbrandbox4_cont .gtbrandbox4_pagin .swiper-pagination-bullet-active {
  background: var(--color);
}
.gtbrandbox-sec4.on .f_bag {
  opacity: 1;
}
.gtbrandbox-sec5 {
  width: 100%;
  height: 180vh;
  /* 隐藏遮罩 */
}
.gtbrandbox-sec5 .f_zhong {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  width: 100%;
  height: 100vh;
}
.gtbrandbox-sec5 .f_zhong .f_tu {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}
.gtbrandbox-sec5 .f_zhong .morePlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.5s linear;
}
.gtbrandbox-sec5 .f_zhong .morePlay img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gtbrandbox-sec5 .f_zhong .morePlay:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: -webkit-linear-gradient(to top, #000000 6%, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), #000000 90%);
  background: linear-gradient(to top, #000000 10%, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), #000000 100%);
}
.gtbrandbox-sec5 .f_zhong .morePlay:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  z-index: 2;
  transition: all 0.4s;
}
.gtbrandbox-sec5 .f_zhong .cont {
  position: absolute;
  top: 50%;
  top: 30%;
  left: 0;
  width: 100%;
  z-index: 3;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .gtbrandbox-sec5 .f_zhong .cont {
    top: 26%;
  }
}
.gtbrandbox-sec5 .f_zhong .cont .gtbrandbox_tit {
  opacity: 0;
  -webkit-transform: translateY(40%);
  transform: translateY(40%);
  transition: all 0.4s;
}
.gtbrandbox-sec5 .f_zhong .cont .gtbrandbox_tit .f_tit span {
  color: #ffffff;
  background: none;
  -webkit-background-clip: initial;
  background-clip: initial;
  -webkit-text-fill-color: initial;
}
.gtbrandbox-sec5 .f_zhong .cont .gtbrandbox_tit .f_text {
  margin-top: 0.1rem;
}
@media (max-width: 767px) {
  .gtbrandbox-sec5 .f_zhong .cont .gtbrandbox_tit .f_tit br {
    display: none;
  }
  .gtbrandbox-sec5 .f_zhong .cont .gtbrandbox_tit .f_tit span {
    display: block;
  }
  .gtbrandbox-sec5 .f_zhong .cont .gtbrandbox_tit .f_text {
    line-height: 1.66666667;
    font-size: 0.32rem;
    margin-top: 0.2rem;
  }
  .gtbrandbox-sec5 .f_zhong .cont .gtbrandbox_tit .f_text br {
    display: none;
  }
}
.gtbrandbox-sec5 .f_zhong.on .morePlay:after {
  opacity: 0.32;
  opacity: 0.4;
}
.gtbrandbox-sec5 .f_zhong.on .cont .gtbrandbox_tit {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.gtbrandbox-sec5.on .f_zhong .morePlay {
  opacity: 1;
}
.gtbrandbox-sec5.zheActive .f_zhong .morePlay:after,
.gtbrandbox-sec5.zheActive .f_zhong .morePlay:before {
  display: none;
}
@media (max-width: 767px) {
  .gtbrandbox-sec5.zheActive .f_zhong .morePlay img {
    width: 160%;
    height: 100%;
    max-width: initial;
    margin-left: -60%;
    margin-top: -15%;
  }
}
.gtbrandbox-sec6 {
  background: #000000;
  padding: 0.8rem 0 1.1rem;
  overflow: hidden;
}
.gtbrandbox-sec6 .f_nav {
  margin-bottom: 0.57rem;
}
@media (max-width: 767px) {
  .gtbrandbox-sec6 .f_nav {
    display: flex;
    justify-content: center;
  }
}
.gtbrandbox-sec6 .f_nav .gtbrandbox6_nav {
  width: auto;
  max-width: 100%;
  margin: 0;
}
.gtbrandbox-sec6 .f_nav .gtbrandbox6_nav .swiper-slide {
  width: auto;
  margin-right: 0.56rem;
}
.gtbrandbox-sec6 .f_nav .gtbrandbox6_nav .swiper-slide:last-child {
  margin-right: 0;
}
.gtbrandbox-sec6 .f_nav .gtbrandbox6_nav .swiper-slide .item {
  cursor: pointer;
  color: #ffffff;
  transition: all 0.4s;
  opacity: 0.2;
  position: relative;
  padding-bottom: 0.1rem;
}
.gtbrandbox-sec6 .f_nav .gtbrandbox6_nav .swiper-slide .item:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #ffffff;
  opacity: 0;
  transition: all 0.4s;
}
.gtbrandbox-sec6 .f_nav .gtbrandbox6_nav .swiper-slide.on .item {
  opacity: 1;
}
.gtbrandbox-sec6 .f_nav .gtbrandbox6_nav .swiper-slide.on .item:before {
  opacity: 1;
}
.gtbrandbox-sec6 .gtbrandbox6_cont {
  overflow: inherit;
}
.gtbrandbox-sec6 .gtbrandbox6_cont .swiper-slide {
  height: auto;
}
.gtbrandbox-sec6 .gtbrandbox6_cont .swiper-slide .item {
  display: flex;
  flex-wrap: wrap;
  opacity: 0.6;
  height: 100%;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .gtbrandbox-sec6 .gtbrandbox6_cont .swiper-slide .item {
    height: auto;
  }
}
.gtbrandbox-sec6 .gtbrandbox6_cont .swiper-slide .item .f_img,
.gtbrandbox-sec6 .gtbrandbox6_cont .swiper-slide .item .gt {
  width: 50%;
}
@media (max-width: 767px) {
  .gtbrandbox-sec6 .gtbrandbox6_cont .swiper-slide .item .f_img,
  .gtbrandbox-sec6 .gtbrandbox6_cont .swiper-slide .item .gt {
    width: 100%;
  }
}
.gtbrandbox-sec6 .gtbrandbox6_cont .swiper-slide .item .f_img {
  border-radius: 0.1rem;
}
@media (max-width: 767px) {
  .gtbrandbox-sec6 .gtbrandbox6_cont .swiper-slide .item .f_img {
    margin-bottom: 0.4rem;
  }
}
.gtbrandbox-sec6 .gtbrandbox6_cont .swiper-slide .item .f_img:before {
  padding-top: 56.25%;
}
.gtbrandbox-sec6 .gtbrandbox6_cont .swiper-slide .item .gt {
  padding-left: 0.75rem;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .gtbrandbox-sec6 .gtbrandbox6_cont .swiper-slide .item .gt {
    padding-left: 0;
  }
}
.gtbrandbox-sec6 .gtbrandbox6_cont .swiper-slide .item .gt .f_tit {
  color: #ffffff;
  font-family: 'SourceHanSansCN-Normal', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  margin-bottom: 0.34rem;
}
@media (max-width: 767px) {
  .gtbrandbox-sec6 .gtbrandbox6_cont .swiper-slide .item .gt .f_tit {
    margin-bottom: 0.16rem;
  }
}
.gtbrandbox-sec6 .gtbrandbox6_cont .swiper-slide .item .gt .f_jut {
  margin-top: auto;
  width: 100%;
}
.gtbrandbox-sec6 .gtbrandbox6_cont .swiper-slide .item .gt .f_jut .li {
  padding: 0.3rem 0;
  color: #fff;
  transition: all 0.4s linear;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.gtbrandbox-sec6 .gtbrandbox6_cont .swiper-slide .item .gt .f_jut .li .f_hed {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
}
.gtbrandbox-sec6 .gtbrandbox6_cont .swiper-slide .item .gt .f_jut .li .f_hed .f_t2 {
  font-family: 'SourceHanSansCN-Normal', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  width: calc(100% - 0.68rem);
}
.gtbrandbox-sec6 .gtbrandbox6_cont .swiper-slide .item .gt .f_jut .li .f_hed .f_btn {
  width: 0.2rem;
  height: 1px;
  position: relative;
  top: 0.75em;
  background: #ffffff;
}
.gtbrandbox-sec6 .gtbrandbox6_cont .swiper-slide .item .gt .f_jut .li .f_hed .f_btn:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  transform: rotate(90deg);
}
.gtbrandbox-sec6 .gtbrandbox6_cont .swiper-slide .item .gt .f_jut .li .f_text {
  display: none;
  opacity: 0.6;
  line-height: 1.625;
  padding-right: 0.68rem;
  word-break: break-all;
  word-wrap: break-word;
  padding-top: 0.18rem;
}
.gtbrandbox-sec6 .gtbrandbox6_cont .swiper-slide .item .gt .f_jut .li.on {
  padding: 0.22rem 0;
}
.gtbrandbox-sec6 .gtbrandbox6_cont .swiper-slide .item .gt .f_jut .li.on .f_hed .f_btn:before {
  opacity: 0;
}
.gtbrandbox-sec6 .gtbrandbox6_cont .swiper-slide-active .item {
  opacity: 1;
}
.gtbrandbox-sec6 .gtbrandbox6_cont .gtbrandbox6_next,
.gtbrandbox-sec6 .gtbrandbox6_cont .gtbrandbox6_prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .gtbrandbox-sec6 .gtbrandbox6_cont .gtbrandbox6_next,
  .gtbrandbox-sec6 .gtbrandbox6_cont .gtbrandbox6_prev {
    display: none;
  }
}
.gtbrandbox-sec6 .gtbrandbox6_cont .gtbrandbox6_next {
  right: -1.24rem;
}
@media (max-width: 1260px) {
  .gtbrandbox-sec6 .gtbrandbox6_cont .gtbrandbox6_next {
    right: -0.6rem;
  }
}
.gtbrandbox-sec6 .gtbrandbox6_cont .gtbrandbox6_prev {
  left: -1.24rem;
}
@media (max-width: 1260px) {
  .gtbrandbox-sec6 .gtbrandbox6_cont .gtbrandbox6_prev {
    left: -0.6rem;
  }
}
.gtbrandbox-sec7 {
  padding: 1.14rem 0;
  background: #000000;
}
@media (max-width: 767px) {
  .gtbrandbox-sec7 {
    padding-top: 1.4rem;
    padding-bottom: 0;
  }
}
.gtbrandbox-sec7 .gtbrandbox_tit {
  max-width: 100%;
  margin: 0 auto;
  margin-bottom: 0.72rem;
}
@media (max-width: 767px) {
  .gtbrandbox-sec7 .gtbrandbox_tit {
    width: 100%;
  }
}
.gtbrandbox-sec7 .f_nei {
  width: 100%;
  height: 150vh;
  position: relative;
}
.gtbrandbox-sec7 .f_nei .f_zhong {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  width: 100%;
  height: 100vh;
}
.gtbrandbox-sec7 .f_nei .f_zhong:after,
.gtbrandbox-sec7 .f_nei .f_zhong:before {
  content: "";
  display: block;
  position: absolute;
  top: 1px;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: all 0.4s;
  opacity: 0;
}
.gtbrandbox-sec7 .f_nei .f_zhong:after {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0) 70%);
}
.gtbrandbox-sec7 .f_nei .f_zhong:before {
  background: linear-gradient(to top, #000000, rgba(0, 0, 0, 0) 70%);
}
@media (max-width: 767px) {
  .gtbrandbox-sec7 .f_nei .f_zhong:after {
    display: none;
  }
}
.gtbrandbox-sec7 .f_nei .f_zhong .qiehuan {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.4s;
  opacity: 0;
  visibility: hidden;
}
.gtbrandbox-sec7 .f_nei .f_zhong .qiehuan.on {
  position: relative;
  opacity: 1;
  visibility: inherit;
}
.gtbrandbox-sec7 .f_nei .f_zhong .f_bag {
  width: 75%;
  height: 70%;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-radius: 0.1rem;
  overflow: hidden;
  opacity: 0;
}
.gtbrandbox-sec7 .f_nei .f_zhong .f_bag .f_tu {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.4s;
  opacity: 0;
  visibility: hidden;
}
.gtbrandbox-sec7 .f_nei .f_zhong .f_bag .f_tu.on {
  position: relative;
  opacity: 1;
  visibility: inherit;
}
.gtbrandbox-sec7 .f_nei .f_zhong .f_bag .f_tu .f_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.4s;
  opacity: 0;
  visibility: hidden;
}
.gtbrandbox-sec7 .f_nei .f_zhong .f_bag .f_tu .f_img.on {
  position: relative;
  opacity: 1;
  visibility: inherit;
}
.gtbrandbox-sec7 .f_nei .f_zhong .f_bag .f_tu .f_img picture {
  width: 100%;
  height: 100%;
}
.gtbrandbox-sec7 .f_nei .f_zhong .f_bag .f_tu .f_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gtbrandbox-sec7 .f_nei .f_zhong .f_bag .f_tu .f_img video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gtbrandbox-sec7 .f_nei .f_zhong .cont {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  padding-bottom: 0.6rem;
  color: #ffffff;
  opacity: 0;
  z-index: 2;
  visibility: hidden;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .gtbrandbox-sec7 .f_nei .f_zhong .cont {
    padding-bottom: 2rem;
  }
}
.gtbrandbox-sec7 .f_nei .f_zhong .cont .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.gtbrandbox-sec7 .f_nei .f_zhong .cont .container .gtbrandbox7_nav {
  width: auto;
  max-width: 100%;
  margin-bottom: 0.2rem;
}
.gtbrandbox-sec7 .f_nei .f_zhong .cont .container .gtbrandbox7_nav .swiper-slide {
  width: auto;
  cursor: pointer;
  opacity: 0.2;
  transition: all 0.4s;
  margin-right: 0.38rem;
  position: relative;
  padding-bottom: 0.1rem;
}
@media (max-width: 767px) {
  .gtbrandbox-sec7 .f_nei .f_zhong .cont .container .gtbrandbox7_nav .swiper-slide {
    font-size: 0.4rem;
  }
}
.gtbrandbox-sec7 .f_nei .f_zhong .cont .container .gtbrandbox7_nav .swiper-slide:last-child {
  margin-right: 0;
}
.gtbrandbox-sec7 .f_nei .f_zhong .cont .container .gtbrandbox7_nav .swiper-slide:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0 auto;
  width: 0;
  height: 3px;
  transition: all 0.4s;
  background: #ffffff;
}
@media (max-width: 1580px) {
  .gtbrandbox-sec7 .f_nei .f_zhong .cont .container .gtbrandbox7_nav .swiper-slide:before {
    height: 2px;
  }
}
.gtbrandbox-sec7 .f_nei .f_zhong .cont .container .gtbrandbox7_nav .swiper-slide.on {
  opacity: 1;
}
.gtbrandbox-sec7 .f_nei .f_zhong .cont .container .gtbrandbox7_nav .swiper-slide.on:before {
  width: 100%;
}
.gtbrandbox-sec7 .f_nei .f_zhong .cont .container .f_wen {
  margin-bottom: 0.35rem;
  position: relative;
  width: 100%;
}
.gtbrandbox-sec7 .f_nei .f_zhong .cont .container .f_wen .f_text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.4s;
  opacity: 0;
  visibility: hidden;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.55555556;
  text-align: center;
}
.gtbrandbox-sec7 .f_nei .f_zhong .cont .container .f_wen .f_text.on {
  position: relative;
  opacity: 1;
  visibility: inherit;
}
@media (max-width: 767px) {
  .gtbrandbox-sec7 .f_nei .f_zhong .cont .container .f_wen .f_text {
    font-size: 0.26rem;
  }
}
.gtbrandbox-sec7 .f_nei .f_zhong .cont .container .f_menu {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.gtbrandbox-sec7 .f_nei .f_zhong .cont .container .f_menu .gtbrandbox7_menu {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.4s;
  opacity: 0;
  visibility: hidden;
  width: auto;
  margin: 0;
  left: inherit;
  background-color: #ffffff;
  border-radius: 28px;
  padding: 3px;
}
.gtbrandbox-sec7 .f_nei .f_zhong .cont .container .f_menu .gtbrandbox7_menu.on {
  position: relative;
  opacity: 1;
  visibility: inherit;
}
.gtbrandbox-sec7 .f_nei .f_zhong .cont .container .f_menu .gtbrandbox7_menu .swiper-slide {
  width: auto;
  color: #000000;
  border-radius: 24px;
  transition: all 0.4s;
  position: relative;
  z-index: 1;
  padding: 0.12rem 0.35rem;
  overflow: hidden;
  cursor: pointer;
}
@media (max-width: 767px) {
  .gtbrandbox-sec7 .f_nei .f_zhong .cont .container .f_menu .gtbrandbox7_menu .swiper-slide {
    padding: 0.12rem 0.22rem;
    font-size: 0.26rem;
  }
}
.gtbrandbox-sec7 .f_nei .f_zhong .cont .container .f_menu .gtbrandbox7_menu .swiper-slide:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(90deg, #ab82ff 0%, #fea7ae 100%);
  z-index: -1;
  opacity: 0;
  transition: all 0.4s;
}
.gtbrandbox-sec7 .f_nei .f_zhong .cont .container .f_menu .gtbrandbox7_menu .swiper-slide.on {
  color: #ffffff;
}
.gtbrandbox-sec7 .f_nei .f_zhong .cont .container .f_menu .gtbrandbox7_menu .swiper-slide.on:before {
  opacity: 1;
}
.gtbrandbox-sec7.active .f_nei .f_zhong:before,
.gtbrandbox-sec7.active .f_nei .f_zhong:after {
  opacity: 1;
}
.gtbrandbox-sec7.active .f_nei .f_zhong .cont {
  opacity: 1;
  visibility: inherit;
}
.gtbrandbox-sec8 {
  position: relative;
  background: #000000;
}
.gtbrandbox-sec8 .f_bag {
  position: relative;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 767px) {
  .gtbrandbox-sec8 .f_bag {
    height: 96vh;
    height: 10rem;
  }
}
.gtbrandbox-sec8 .f_bag img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gtbrandbox-sec8 .cont {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  padding-top: 2rem;
  padding-top: 0.4rem;
}
@media (max-width: 767px) {
  .gtbrandbox-sec8 .cont {
    padding-top: 2.6rem;
    padding-top: 1.4rem;
  }
}
.gtbrandbox-sec8 .cont .f_logo {
  text-align: center;
  height: 0.38rem;
  margin-bottom: 0.4rem;
}
@media (max-width: 767px) {
  .gtbrandbox-sec8 .cont .f_logo {
    height: 0.46rem;
    margin-bottom: 0.6rem;
  }
}
.gtbrandbox-sec8 .cont .f_logo img {
  height: 100%;
}
.gtbrandbox-sec8 .cont .f_tit {
  width: 100%;
  text-align: center;
  color: #ffffff;
}
.gtbrandbox-sec8 .cont .f_tit span {
  font-family: 'SourceHanSansCN-Light', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.gtbrandbox-sec8 .cont .f_text {
  text-align: center;
  line-height: 1.66666667;
  color: rgba(255, 255, 255, 0.99);
  margin: 0 auto 0.64rem;
}
@media (max-width: 767px) {
  .gtbrandbox-sec8 .cont .f_text {
    width: 100%;
    font-size: 0.3rem;
  }
  .gtbrandbox-sec8 .cont .f_text br {
    display: none;
  }
}
.gtbrandbox-sec8 .cont .f_jut {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0.38rem;
}
@media (max-width: 767px) {
  .gtbrandbox-sec8 .cont .f_jut {
    margin-bottom: 0.5rem;
  }
}
.gtbrandbox-sec8 .cont .f_jut span {
  display: block;
  width: 1px;
  height: 0.29rem;
  background: #ffffff;
  opacity: 0.2;
  margin: 0 0.4rem;
}
.gtbrandbox-sec8 .cont .f_jut .li {
  display: block;
  height: 0.31rem;
}
@media (max-width: 767px) {
  .gtbrandbox-sec8 .cont .f_jut .li {
    height: 0.42rem;
  }
}
.gtbrandbox-sec8 .cont .f_jut .li img {
  min-height: 87.09677419%;
  max-height: 100%;
  object-fit: contain;
}
.gtbrandbox-sec9 {
  padding: 1.1rem 0 1.4rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .gtbrandbox-sec9 {
    padding-top: 0.4rem;
  }
}
.gtbrandbox-sec9 .gtbrandbox9_cont {
  width: auto;
  overflow: inherit;
}
@media (max-width: 767px) {
  .gtbrandbox-sec9 .gtbrandbox9_cont .swiper-wrapper {
    flex-wrap: wrap;
  }
}
.gtbrandbox-sec9 .gtbrandbox9_cont .swiper-slide {
  height: auto;
}
@media (max-width: 767px) {
  .gtbrandbox-sec9 .gtbrandbox9_cont .swiper-slide {
    margin-bottom: 1.1rem;
  }
  .gtbrandbox-sec9 .gtbrandbox9_cont .swiper-slide:last-child {
    margin-bottom: 0;
  }
}
.gtbrandbox-sec9 .gtbrandbox9_cont .swiper-slide .list {
  opacity: 0.4;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .gtbrandbox-sec9 .gtbrandbox9_cont .swiper-slide .list {
    opacity: 1;
  }
}
.gtbrandbox-sec9 .gtbrandbox9_cont .swiper-slide .list .f_tit {
  color: #ffffff;
  font-family: 'SourceHanSansCN-Normal', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  margin-bottom: 0.44rem;
}
@media (max-width: 767px) {
  .gtbrandbox-sec9 .gtbrandbox9_cont .swiper-slide .list .f_tit {
    text-align: center;
  }
}
.gtbrandbox-sec9 .gtbrandbox9_cont .swiper-slide .list .f_tu {
  margin-top: auto;
  position: relative;
  z-index: 2;
  border-radius: 0.1rem;
  overflow: hidden;
}
.gtbrandbox-sec9 .gtbrandbox9_cont .swiper-slide .list .f_tu .f_img {
  border-radius: 0.1rem;
}
.gtbrandbox-sec9 .gtbrandbox9_cont .swiper-slide .list .f_tu .f_img:before {
  padding-top: 56.13445378%;
  padding-top: 50.42016807%;
}
@media (max-width: 767px) {
  .gtbrandbox-sec9 .gtbrandbox9_cont .swiper-slide .list .f_tu .f_img:before {
    padding-top: 56.13445378%;
  }
}
.gtbrandbox-sec9 .gtbrandbox9_cont .swiper-slide .list .f_tu .f_video {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gtbrandbox-sec9 .gtbrandbox9_cont .swiper-slide .list .f_tu .f_video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gtbrandbox-sec9 .gtbrandbox9_cont .swiper-slide-active .list {
  opacity: 1;
}
.gtbrandbox-sec9 .gtbrandbox9_cont .gtbrandbox9_next,
.gtbrandbox-sec9 .gtbrandbox9_cont .gtbrandbox9_prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .gtbrandbox-sec9 .gtbrandbox9_cont .gtbrandbox9_next,
  .gtbrandbox-sec9 .gtbrandbox9_cont .gtbrandbox9_prev {
    display: none;
  }
}
.gtbrandbox-sec9 .gtbrandbox9_cont .gtbrandbox9_next {
  right: -1.24rem;
}
@media (max-width: 1260px) {
  .gtbrandbox-sec9 .gtbrandbox9_cont .gtbrandbox9_next {
    right: -0.6rem;
  }
}
.gtbrandbox-sec9 .gtbrandbox9_cont .gtbrandbox9_prev {
  left: -1.24rem;
}
@media (max-width: 1260px) {
  .gtbrandbox-sec9 .gtbrandbox9_cont .gtbrandbox9_prev {
    left: -0.6rem;
  }
}
.gtbrandbox-sec9 .gtbrandbox9_cont .gtbrandbox9_pagin {
  margin-top: 0.4rem;
  bottom: 0;
}
.gtbrandbox-sec9 .gtbrandbox9_cont .gtbrandbox9_pagin span {
  opacity: 0.5;
  background: #ffffff;
}
.gtbrandbox-sec9 .gtbrandbox9_cont .gtbrandbox9_pagin .swiper-pagination-bullet-active {
  background: linear-gradient(90deg, #a981f8 0%, #fea7ae 100%);
  opacity: 1;
}
@keyframes opace1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes rotate360d {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@-webkit-keyframes rotate360d {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes shangxia {
  0% {
    top: 0;
  }
  25% {
    top: 0.1rem;
  }
  75% {
    top: -0.1rem;
  }
  100% {
    top: 0;
  }
}
@keyframes shangxia3 {
  0% {
    top: 0;
    opacity: 0;
  }
  50% {
    top: 50%;
    opacity: 1;
  }
  100% {
    top: 90%;
    opacity: 0;
  }
}
@keyframes shangxia2 {
  0% {
    top: -50%;
  }
  100% {
    top: 100%;
  }
}
/* End */
