@charset "utf-8";
.bannerbox .base_img {
  position: relative;
  overflow: hidden;
}
.bannerbox .base_img img {
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.bannerbox .base_img:before {
  content: "";
  display: block;
}
.bannerbox .hm_but {
  display: inline-flex;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  border-radius: 25px;
  border: solid 1px #dddddd;
  min-width: 1.4rem;
  padding: 12px 24px;
  background: var(--color);
  border-color: var(--color);
}
@media (max-width: 1580px) {
  .bannerbox .hm_but {
    padding: 10px 20px;
  }
}
@media (max-width: 767px) {
  .bannerbox .hm_but {
    padding: 8px 16px;
  }
}
.bannerbox .hm_but span {
  color: #666666;
  transform: translateX(8px);
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  transform: translateX(0);
  color: #ffffff;
}
@media (max-width: 1580px) {
  .bannerbox .hm_but span {
    transform: translateX(6px);
  }
}
.bannerbox .hm_but .f_icon {
  display: flex;
  width: 6px;
  height: 12px;
  margin-left: 10px;
  opacity: 0;
  transform: translateX(-8px);
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  transform: translateX(0);
  opacity: 1;
}
@media (max-width: 1580px) {
  .bannerbox .hm_but .f_icon {
    width: 4px;
    height: 8px;
    transform: translateX(-6px);
    margin-left: 8px;
  }
}
.bannerbox .hm_but .f_icon img,
.bannerbox .hm_but .f_icon svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  color: #fff;
}
.bannerbox .hm_but .f_icon img path,
.bannerbox .hm_but .f_icon svg path {
  fill: #ffffff;
}
.bannerbox .hm_but:hover {
  background: var(--color);
  border-color: var(--color);
}
.bannerbox .hm_but:hover span {
  transform: translateX(0);
  color: #ffffff;
}
.bannerbox .hm_but:hover .f_icon {
  transform: translateX(8px);
  opacity: 1;
}
.bannerbox .hm_tit {
  text-align: center;
}
.bannerbox .hm_tit .f_tit {
  color: #333333;
  font-weight: bold;
  font-size: var(--font-size1);
}
.bannerbox .hm_tit .f_text {
  color: #666666;
  margin-top: 0.07rem;
}
.bannerbox .base_prev,
.bannerbox .base_next {
  margin: 0;
  width: 0.56rem;
  height: 0.56rem;
  border-radius: 50%;
  background: none;
  border: solid 1px #dddddd;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .bannerbox .base_prev,
  .bannerbox .base_next {
    width: 0.66rem;
    height: 0.66rem;
  }
}
.bannerbox .base_prev::after,
.bannerbox .base_next::after {
  display: none;
}
.bannerbox .base_prev img,
.bannerbox .base_next img,
.bannerbox .base_prev svg,
.bannerbox .base_next svg {
  width: 34.61538462%;
  height: 34.61538462%;
  object-fit: contain;
  color: #ddd;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.bannerbox .base_prev img path,
.bannerbox .base_next img path,
.bannerbox .base_prev svg path,
.bannerbox .base_next svg path {
  fill: #dddddd;
  transition: all 0.4s;
}
.bannerbox .base_prev:hover,
.bannerbox .base_next:hover {
  background: var(--color);
  border-color: var(--color);
}
.bannerbox .base_prev:hover svg,
.bannerbox .base_next:hover svg {
  color: #fff;
}
.bannerbox .base_prev:hover svg path,
.bannerbox .base_next:hover svg path {
  fill: #ffffff;
}
.bannerbox .swiper-slide {
  position: relative;
}
.bannerbox .swiper-slide:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -1px;
  z-index: 1;
  width: 100%;
  height: 0.5rem;
  background: url(../images/wanquimfaz1.png) center bottom / 100% auto no-repeat;
}
@media (max-width: 767px) {
  .bannerbox .swiper-slide:before {
    display: none;
  }
}
.bannerbox .swiper-slide .f_bag {
  width: 100%;
  padding-top: 49.47916667%;
}
@media (max-width: 767px) {
  .bannerbox .swiper-slide .f_bag {
    padding-top: 177.86666667%;
    padding-top: 0;
    height: calc(100vh - 59px);
  }
}
.bannerbox .swiper-slide .f_video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bannerbox .swiper-slide .cont {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  color: #333;
  /* text-align: center; */
}
.bannerbox .swiper-slide .cont .f_name {
  /* display: none; */
  margin-bottom: 0.44rem;
  font-size: var(--font-size4);
}
.bannerbox .swiper-slide .cont .f_tit {
  font-size: 0.6rem;
  line-height: 1.16666667;
  margin-bottom: 0.14rem;
  /* text-shadow: 0px 1px 24px 
				rgba(54, 66, 84, 0.41); */
}
@media (max-width: 767px) {
  .bannerbox .swiper-slide .cont .f_tit {
    max-width: 100%;
  }
}
.bannerbox .swiper-slide .cont .f_tit span {
  color: var(--color);
}
.bannerbox .swiper-slide-active .bag img {
  transform: scale(1);
  transition: all 8.4s 0.4s linear;
}
.bannerbox .f_icon2 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  flex-direction: column;
  bottom: 0.3rem;
  z-index: 2;
  color: #ffffff;
}
.bannerbox .f_icon2 img {
  animation: shangxiwu 2s linear infinite;
}
.bannerbox .f_icon2 span {
  opacity: 0.5;
  display: block;
  margin-top: 0.22rem;
}
.bannerbox .qie {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 1.16rem;
}
.bannerbox .qie .bannerbox_pagin {
  position: relative;
  text-align: left;
}
.bannerbox .qie .bannerbox_pagin span {
  width: auto;
  height: auto;
  opacity: 1;
  background: transparent;
  color: #ffffff;
  display: block;
  position: relative;
  font-size: var(--font-size9);
  opacity: 0.34;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  margin-bottom: 0.1rem;
}
.bannerbox .qie .bannerbox_pagin span:last-child {
  margin-bottom: 0;
}
.bannerbox .qie .bannerbox_pagin span:before {
  content: "";
  display: block;
  position: absolute;
  right: 100%;
  top: 16%;
  margin-right: 10px;
  height: 70%;
  width: 1px;
  background: #fff;
  opacity: 0;
}
.bannerbox .qie .bannerbox_pagin .swiper-pagination-bullet-active {
  opacity: 1;
}
.bannerbox .qie .bannerbox_pagin .swiper-pagination-bullet-active:before {
  opacity: 1;
}
.bannerbox .base_prev,
.bannerbox .base_next {
  border-color: transparent;
  display: none;
}
.bannerbox .base_prev svg,
.bannerbox .base_next svg {
  color: #fff;
}
.bannerbox .base_prev svg path,
.bannerbox .base_next svg path {
  fill: #ffffff;
}
.bannerbox .base_prev::after,
.bannerbox .base_next::after {
  display: none;
}
.bannerbox .base_prev:hover,
.bannerbox .base_next:hover {
  background: rgba(0, 0, 0, 0.2);
  border-color: transparent;
}
.bannerbox .hm_tit {
  text-align: center;
}
.bannerbox .hm_tit .f_tit {
  color: #333333;
  font-weight: bold;
  font-size: var(--font-size1);
}
.bannerbox .hm_tit .f_text {
  color: #666666;
  margin-top: 0.07rem;
}
.bannerbox .basepage {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
.bannerbox .basepage a,
.bannerbox .basepage span,
.bannerbox .basepage .f_fan,
.bannerbox .basepage input {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  border-radius: 5px;
  justify-content: center;
  border: solid 1px #eeeeee;
  color: #999999;
  flex-shrink: 0;
  transition: all 0.4s;
  float: left;
  margin: 0 10px 10px;
}
@media (max-width: 1580px) {
  .bannerbox .basepage a,
  .bannerbox .basepage span,
  .bannerbox .basepage .f_fan,
  .bannerbox .basepage input {
    width: 42px;
    height: 42px;
    margin: 0 6px 10px;
  }
}
@media (max-width: 991px) {
  .bannerbox .basepage a,
  .bannerbox .basepage span,
  .bannerbox .basepage .f_fan,
  .bannerbox .basepage input {
    width: 40px;
    margin: 0 5px 10px;
    height: 40px;
  }
}
@media (max-width: 991px) {
  .bannerbox .basepage a,
  .bannerbox .basepage span,
  .bannerbox .basepage .f_fan,
  .bannerbox .basepage input {
    width: 34px;
    height: 34px;
    font-size: 14px;
  }
}
.bannerbox .basepage input {
  text-align: center;
}
.bannerbox .basepage span {
  border: none;
  width: auto;
}
.bannerbox .basepage .f_zi {
  margin-right: 0;
}
.bannerbox .basepage .f_zi2 {
  margin-left: 0;
}
.bannerbox .basepage .active {
  border: 1px solid var(--color);
  background-color: var(--color);
  color: #fff;
}
.bannerbox .basepage .active:hover {
  color: #fff;
  background-color: var(--color);
}
.bannerbox .basepage .f_fan {
  width: 72px;
  color: var(--color);
  padding: 0 10px;
  text-align: center;
}
@media (max-width: 1580px) {
  .bannerbox .basepage .f_fan {
    width: 68px;
  }
}
@media (max-width: 767px) {
  .bannerbox .basepage .f_fan {
    width: 64px;
  }
}
.bannerbox .basepage .f_fan::-webkit-input-placeholder {
  color: #999999;
}
.bannerbox .basepage .f_fan::-ms-input-placeholder {
  color: #999999;
}
.bannerbox .basepage input {
  font-size: var(--font-size9);
  width: 72px;
  color: #333333;
}
@media (max-width: 1580px) {
  .bannerbox .basepage input {
    width: 68px;
  }
}
.bannerbox .basepage .prev,
.bannerbox .basepage .next {
  position: relative;
  color: #222;
}
@media (max-width: 991px) {
}
.bannerbox .basepage .prev svg,
.bannerbox .basepage .next svg {
  width: 6px;
  height: 10px;
}
@media (max-width: 1580px) {
  .bannerbox .basepage .prev svg,
  .bannerbox .basepage .next svg {
    width: 4px;
    height: 8px;
  }
}
.bannerbox .basepage .prev svg path,
.bannerbox .basepage .next svg path {
  transition: all 0.4s;
  fill: #999999;
}
.bannerbox .basepage .prev:hover,
.bannerbox .basepage .next:hover {
  background-color: var(--color);
  color: #fff;
}
.bannerbox .basepage .prev:hover svg path,
.bannerbox .basepage .next:hover svg path {
  fill: #ffffff;
}
.bannerbox .basepage .fan {
  width: auto;
  padding: 0 15px;
}
.bannerbox .basepage a:hover:not(.active) {
  border: 1px solid var(--color);
  color: #fff;
  background: var(--color);
}
.bannerbox .base_pagin {
  display: flex;
  justify-content: center;
  position: relative;
  bottom: 0;
  margin: 0;
}
.bannerbox .base_pagin span {
  background: #999999;
}
.bannerbox .base_pagin .swiper-pagination-bullet-active {
  background: var(--color);
}
.bannerbox .base_pagin.swiper-pagination-lock {
  display: none;
}
.bannerbox .base_prev {
  left: 0.74rem;
}
.bannerbox .base_next {
  right: 0.74rem;
}
.bannerbox:hover .base_prev,
.bannerbox:hover .base_next {
  display: block;
}
.bannerbox:hover .base_prev.swiper-button-lock,
.bannerbox:hover .base_next.swiper-button-lock {
  display: none;
}
.bannerbox:hover .base_prev svg,
.bannerbox:hover .base_next svg {
  color: #fff;
}
@keyframes shangxiwu {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0%);
  }
}
@-webkit-keyframes scaleTran {
  from {
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
  }
  to {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@keyframes scaleTran {
  from {
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
  }
  to {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
.bannerbox .base_prev,
.bannerbox .base_next {
  margin: 0;
  width: 0.56rem;
  height: 0.56rem;
  border-radius: 50%;
  background: none;
  border: solid 1px #dddddd;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .bannerbox .base_prev,
  .bannerbox .base_next {
    width: 0.66rem;
    height: 0.66rem;
  }
}
.bannerbox .base_prev img,
.bannerbox .base_next img,
.bannerbox .base_prev svg,
.bannerbox .base_next svg {
  width: 34.61538462%;
  height: 34.61538462%;
  object-fit: contain;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  color: #ddd;
}
.bannerbox .base_prev img path,
.bannerbox .base_next img path,
.bannerbox .base_prev svg path,
.bannerbox .base_next svg path {
  fill: #dddddd;
  transition: all 0.4s;
}
.bannerbox .base_prev:hover,
.bannerbox .base_next:hover {
  color: #fff;
  background: var(--color);
  border-color: var(--color);
}
.bannerbox .base_prev:hover svg path,
.bannerbox .base_next:hover svg path {
  fill: #ffffff;
}
.bannerbox .base_pagin {
  display: flex;
  justify-content: center;
  position: relative;
  bottom: 0;
  margin: 0;
}
.bannerbox .base_pagin span {
  background: #999999;
}
.bannerbox .base_pagin .swiper-pagination-bullet-active {
  background: var(--color);
}
.bannerbox .base_pagin.swiper-pagination-lock {
  display: none;
}

 
@charset "utf-8";
.hm-sec1 {
  padding: 0.88rem 0 0.79rem;
  overflow: hidden;
  /* .base_prev,.base_next{
		border-color: transparent;
		display: none;
		svg {
			color: #fff;
			path {
				fill: #ffffff;
			}
		}
		&::after{
			display: none;
		}
		&:hover {
			background: rgba(0, 0, 0, 0.2);
			border-color: transparent;
		}
	} */
}
.hm-sec1 .base_img {
  position: relative;
  overflow: hidden;
}
.hm-sec1 .base_img img {
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.hm-sec1 .base_img:before {
  content: "";
  display: block;
}
.hm-sec1 .hm_tit {
  text-align: center;
}
.hm-sec1 .hm_tit .f_tit {
  color: #333333;
  font-weight: bold;
  font-size: var(--font-size1);
}
.hm-sec1 .hm_tit .f_text {
  color: #666666;
  margin-top: 0.07rem;
}
.hm-sec1 .hm_tit {
  margin-bottom: 0.28rem;
}
.hm-sec1 .f_nav {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.hm-sec1 .f_nav .hm1_nav {
  width: auto;
  max-width: 100%;
  margin: 0;
}
.hm-sec1 .f_nav .hm1_nav .swiper-slide {
  width: auto;
  margin: 0 5px;
  padding-bottom: 4px;
}
.hm-sec1 .f_nav .hm1_nav .swiper-slide .item {
  color: #999999;
  padding: 0.12rem 0.26rem;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  border-radius: 30px;
}
@media (max-width: 767px) {
  .hm-sec1 .f_nav .hm1_nav .swiper-slide .item {
    font-size: 0.24rem;
  }
}
.hm-sec1 .f_nav .hm1_nav .swiper-slide .item:before {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -10px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 4px solid var(--color);
  top: 100%;
  opacity: 0;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.hm-sec1 .f_nav .hm1_nav .swiper-slide:hover:not(.on) .item {
  color: var(--color);
}
.hm-sec1 .f_nav .hm1_nav .swiper-slide.on .item {
  background: var(--color);
  color: #ffffff;
}
.hm-sec1 .f_nav .hm1_nav .swiper-slide.on .item:before {
  opacity: 1;
}
.hm-sec1 .cont {
  position: relative;
}
.hm-sec1 .cont .f_jt {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  visibility: hidden;
}
.hm-sec1 .cont .f_jt.active {
  opacity: 1;
  position: relative;
  visibility: inherit;
}
.hm-sec1 .cont .f_jt .hm1_cont {
  width: auto;
  margin: 0 -5px;
}
.hm-sec1 .cont .f_jt .hm1_cont .swiper-slide {
  width: 33.333%;
  padding: 0 5px;
}
@media (max-width: 991px) {
  .hm-sec1 .cont .f_jt .hm1_cont .swiper-slide {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .hm-sec1 .cont .f_jt .hm1_cont .swiper-slide {
    width: 80%;
  }
}
.hm-sec1 .cont .f_jt .hm1_cont .swiper-slide .item {
  display: block;
  border-radius: 0.1rem;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.hm-sec1 .cont .f_jt .hm1_cont .swiper-slide .item .f_img {
  width: 100%;
  padding-top: 104.56273764%;
}
.hm-sec1 .cont .f_jt .hm1_cont .swiper-slide .item .font {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0.52rem 0.34rem 0.26rem;
  display: flex;
  flex-direction: column;
}
.hm-sec1 .cont .f_jt .hm1_cont .swiper-slide .item .font .f_tit,
.hm-sec1 .cont .f_jt .hm1_cont .swiper-slide .item .font .f_text {
  text-align: center;
}
.hm-sec1 .cont .f_jt .hm1_cont .swiper-slide .item .font .f_tit {
  color: #727782;
  margin-bottom: 4px;
}
.hm-sec1 .cont .f_jt .hm1_cont .swiper-slide .item .font .f_text {
  font-size: var(--font-size6);
  color: #000;
  line-height: 1.625;
  /* height: (26/16*2em); */
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 767px) {
  .hm-sec1 .cont .f_jt .hm1_cont .swiper-slide .item .font .f_text {
    line-height: 1.5;
    /* height: 3em; */
    font-size: 0.26rem;
  }
}
.hm-sec1 .cont .f_jt .hm1_cont .swiper-slide .item .font .f_text2 {
  color: #727782;
  margin-top: 4px;
  text-align: center;
}
.hm-sec1 .cont .f_jt .hm1_cont .swiper-slide .item .font .f_but {
  font-size: var(--font-size9);
  margin-top: auto;
  margin-left: auto;
  display: flex;
  align-items: center;
  color: #727782;
}
.hm-sec1 .cont .f_jt .hm1_cont .swiper-slide .item .font .f_but .f_icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5px;
  height: 8px;
  margin-left: 8px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.hm-sec1 .cont .f_jt .hm1_cont .swiper-slide .item .font .f_but .f_icon img,
.hm-sec1 .cont .f_jt .hm1_cont .swiper-slide .item .font .f_but .f_icon svg {
  width: 100%;
  max-height: 100%;
}
.hm-sec1 .cont .f_jt .hm1_cont .swiper-slide .item .font .f_but .f_icon img path,
.hm-sec1 .cont .f_jt .hm1_cont .swiper-slide .item .font .f_but .f_icon svg path {
  fill: #333333;
}
.hm-sec1 .cont .f_jt .hm1_cont .swiper-slide .item:hover .f_img img {
  transform: scale(1.08);
}
.hm-sec1 .cont .f_jt .hm1_cont .swiper-slide .item:hover .f_but .f_icon {
  transform: translateX(0.1rem);
}
.hm-sec1 .cont .f_jt .hm1_prev {
  left: -0.85rem;
}
@media (max-width: 1260px) {
  .hm-sec1 .cont .f_jt .hm1_prev {
    left: -0.3rem;
  }
}
.hm-sec1 .cont .f_jt .hm1_next {
  right: -0.85rem;
}
@media (max-width: 1260px) {
  .hm-sec1 .cont .f_jt .hm1_next {
    right: -0.3rem;
  }
}
.hm-sec1 .base_prev,
.hm-sec1 .base_next {
  margin: 0;
  width: 0.56rem;
  height: 0.56rem;
  border-radius: 50%;
  background: none;
  border: solid 1px #dddddd;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .hm-sec1 .base_prev,
  .hm-sec1 .base_next {
    width: 0.66rem;
    height: 0.66rem;
  }
}
.hm-sec1 .base_prev img,
.hm-sec1 .base_next img,
.hm-sec1 .base_prev svg,
.hm-sec1 .base_next svg {
  color: #ddd;
  width: 34.61538462%;
  height: 34.61538462%;
  object-fit: contain;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.hm-sec1 .base_prev img path,
.hm-sec1 .base_next img path,
.hm-sec1 .base_prev svg path,
.hm-sec1 .base_next svg path {
  fill: #dddddd;
  transition: all 0.4s;
}
.hm-sec1 .base_prev::after,
.hm-sec1 .base_next::after {
  display: none;
}
.hm-sec1 .base_prev:hover,
.hm-sec1 .base_next:hover {
  background: var(--color);
  border-color: var(--color);
}
.hm-sec1 .base_prev:hover svg path,
.hm-sec1 .base_next:hover svg path {
  fill: #ffffff;
}
.hm-sec1 .base_prev {
  left: -0.74rem;
}
.hm-sec1 .base_next {
  right: -0.74rem;
}
.hm-sec1 .base_pagin {
  display: flex;
  justify-content: center;
  position: relative;
  bottom: 0;
  margin: 0;
}
.hm-sec1 .base_pagin span {
  background: #999999;
}
.hm-sec1 .base_pagin .swiper-pagination-bullet-active {
  background: var(--color);
}
.hm-sec1 .base_pagin.swiper-pagination-lock {
  display: none;
}

 
@charset "utf-8";
.hm-sec2 {
  margin: 0.79rem 0 0.94rem;
}
.hm-sec2 .base_img {
  position: relative;
  overflow: hidden;
}
.hm-sec2 .base_img img {
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.hm-sec2 .base_img:before {
  content: "";
  display: block;
}
.hm-sec2 .hm_tit {
  text-align: center;
}
.hm-sec2 .hm_tit .f_tit {
  color: #333333;
  font-weight: bold;
  font-size: var(--font-size1);
}
.hm-sec2 .hm_tit .f_text {
  color: #666666;
  margin-top: 0.07rem;
}
.hm-sec2 .hm_tit {
  margin-bottom: 0.5rem;
}
.hm-sec2 .cont {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}
.hm-sec2 .cont .item {
  width: 33.333%;
  padding: 0 5px;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .hm-sec2 .cont .item {
    width: 100%;
  }
}
.hm-sec2 .cont .item .list {
  position: relative;
  z-index: 2;
  overflow: hidden;
  border-radius: 0.1rem;
  display: block;
}
.hm-sec2 .cont .item .list .f_img {
  padding-top: 57.03422053%;
}
.hm-sec2 .cont .item .list .f_img:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.1;
}
.hm-sec2 .cont .item .list .font {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  padding: 0.25rem 0.3rem;
}
.hm-sec2 .cont .item .list .font .f_but {
  display: flex;
  align-items: center;
  color: #ffffff;
}
.hm-sec2 .cont .item .list .font .f_but span {
  font-size: var(--font-size6);
}
.hm-sec2 .cont .item .list .font .f_but .f_icon {
  width: 8px;
  height: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 0.1rem;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
@media (max-width: 1580px) {
  .hm-sec2 .cont .item .list .font .f_but .f_icon {
    width: 6px;
    height: 10px;
  }
}
.hm-sec2 .cont .item .list .font .f_but .f_icon img,
.hm-sec2 .cont .item .list .font .f_but .f_icon svg {
  color: #fff;
  width: 100%;
  max-height: 100%;
}
.hm-sec2 .cont .item .list .font .f_but .f_icon img path,
.hm-sec2 .cont .item .list .font .f_but .f_icon svg path {
  fill: #ffffff;
}
.hm-sec2 .cont .item .list:hover .f_img img {
  transform: scale(1.08);
}
.hm-sec2 .cont .item .list:hover .f_but .f_icon {
  transform: translateX(0.1rem);
}
.hm-sec2 .cont .lt,
.hm-sec2 .cont .gt {
  padding: 0 5px;
}
.hm-sec2 .cont .lt .item,
.hm-sec2 .cont .gt .item {
  width: 100%;
  padding: 0;
}
@media (min-width: 768px) {
  .hm-sec2 .cont .lt .item,
  .hm-sec2 .cont .gt .item {
    margin-top: 0;
  }
}
.hm-sec2 .cont .lt {
  width: 46.5625%;
}
@media (max-width: 767px) {
  .hm-sec2 .cont .lt {
    width: 100%;
  }
}
.hm-sec2 .cont .lt .item {
  height: 100%;
}
.hm-sec2 .cont .lt .item .list {
  height: 100%;
}
.hm-sec2 .cont .lt .item .list .f_img {
  height: 100%;
}
@media (min-width: 768px) {
  .hm-sec2 .cont .lt .item .list .f_img {
    padding-top: 97.02702703%;
  }
}
.hm-sec2 .cont .gt {
  width: 53.4375%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .hm-sec2 .cont .gt {
    width: 100%;
    margin-top: 10px;
  }
}
.hm-sec2 .cont .gt .item:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .hm-sec2 .cont .gt .item .list .f_img {
    padding-top: 39.29411765%;
  }
}
@media (min-width: 768px) {
  .hm-sec2 .cont .gt .item {
    margin-bottom: 5px;
  }
  .hm-sec2 .cont .gt .item .list {
    height: 100%;
  }
  .hm-sec2 .cont .gt .item .list .f_img {
    height: 100%;
  }
}
.hm-sec2 .txt {
  color: #fff;
  margin-top: 0.1rem;
}

 
@charset "utf-8";
.solutionbox-sec2.g_sol2 {
  /* background: #F8F8F8; */
  padding: 0.7rem 0 1.4rem;
}
.solutionbox-sec2.g_sol2 .base_prev,
.solutionbox-sec2.g_sol2 .base_next {
  margin: 0;
  width: 0.56rem;
  height: 0.56rem;
  border-radius: 50%;
  background: none;
  border: solid 1px #dddddd;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .solutionbox-sec2.g_sol2 .base_prev,
  .solutionbox-sec2.g_sol2 .base_next {
    width: 0.66rem;
    height: 0.66rem;
  }
}
.solutionbox-sec2.g_sol2 .base_prev img,
.solutionbox-sec2.g_sol2 .base_next img,
.solutionbox-sec2.g_sol2 .base_prev svg,
.solutionbox-sec2.g_sol2 .base_next svg {
  color: #ddd;
  width: 34.61538462%;
  height: 34.61538462%;
  object-fit: contain;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.solutionbox-sec2.g_sol2 .base_prev img path,
.solutionbox-sec2.g_sol2 .base_next img path,
.solutionbox-sec2.g_sol2 .base_prev svg path,
.solutionbox-sec2.g_sol2 .base_next svg path {
  fill: #dddddd;
  transition: all 0.4s;
}
.solutionbox-sec2.g_sol2 .base_prev::after,
.solutionbox-sec2.g_sol2 .base_next::after {
  display: none;
}
.solutionbox-sec2.g_sol2 .base_prev:hover,
.solutionbox-sec2.g_sol2 .base_next:hover {
  background: var(--color);
  border-color: var(--color);
}
.solutionbox-sec2.g_sol2 .base_prev:hover svg path,
.solutionbox-sec2.g_sol2 .base_next:hover svg path {
  fill: #ffffff;
}
.solutionbox-sec2.g_sol2 .base_prev {
  left: -0.74rem;
}
.solutionbox-sec2.g_sol2 .base_next {
  right: -0.74rem;
}
.solutionbox-sec2.g_sol2 .base_pagin {
  display: flex;
  justify-content: center;
  position: relative;
  bottom: 0;
  margin: 0;
}
.solutionbox-sec2.g_sol2 .base_pagin span {
  background: #999999;
}
.solutionbox-sec2.g_sol2 .base_pagin .swiper-pagination-bullet-active {
  background: var(--color);
}
.solutionbox-sec2.g_sol2 .base_pagin.swiper-pagination-lock {
  display: none;
}
.solutionbox-sec2.g_sol2 .hm_tit {
  text-align: center;
}
.solutionbox-sec2.g_sol2 .hm_tit .f_tit {
  color: #fff;
  font-weight: bold;
  font-size: var(--font-size1);
}
.solutionbox-sec2.g_sol2 .hm_tit .f_text {
  color: #fff;
  margin-top: 0.07rem;
}
.solutionbox-sec2.g_sol2 .hm_but {
  display: inline-flex;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  border-radius: 25px;
  border: solid 1px #dddddd;
  min-width: 1.4rem;
  padding: 12px 24px;
}
@media (max-width: 1580px) {
  .solutionbox-sec2.g_sol2 .hm_but {
    padding: 10px 20px;
  }
}
@media (max-width: 767px) {
  .solutionbox-sec2.g_sol2 .hm_but {
    padding: 8px 16px;
  }
}
.solutionbox-sec2.g_sol2 .hm_but span {
  color: #666666;
  transform: translateX(8px);
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
@media (max-width: 1580px) {
  .solutionbox-sec2.g_sol2 .hm_but span {
    transform: translateX(6px);
  }
}
.solutionbox-sec2.g_sol2 .hm_but .f_icon {
  display: flex;
  width: 6px;
  height: 12px;
  margin-left: 10px;
  opacity: 0;
  transform: translateX(-8px);
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
@media (max-width: 1580px) {
  .solutionbox-sec2.g_sol2 .hm_but .f_icon {
    width: 4px;
    height: 8px;
    transform: translateX(-6px);
    margin-left: 8px;
  }
}
.solutionbox-sec2.g_sol2 .hm_but .f_icon img,
.solutionbox-sec2.g_sol2 .hm_but .f_icon svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  color: #fff;
}
.solutionbox-sec2.g_sol2 .hm_but .f_icon img path,
.solutionbox-sec2.g_sol2 .hm_but .f_icon svg path {
  fill: #ffffff;
}
.solutionbox-sec2.g_sol2 .hm_but:hover {
  background: var(--color);
  border-color: var(--color);
}
.solutionbox-sec2.g_sol2 .hm_but:hover span {
  transform: translateX(0);
  color: #ffffff;
}
.solutionbox-sec2.g_sol2 .hm_but:hover .f_icon {
  transform: translateX(0);
  opacity: 1;
}
.solutionbox-sec2.g_sol2 .hm_but2 {
  background: transparent;
  border: 1px solid #ffffff;
}
.solutionbox-sec2.g_sol2 .hm_but2 span {
  color: #ffffff;
}
.solutionbox-sec2.g_sol2 .hm_but2:hover {
  border-color: var(--color);
}
.solutionbox-sec2.g_sol2 .hm_tit {
  text-align: center;
}
.solutionbox-sec2.g_sol2 .hm_tit .f_tit {
  color: #333333;
  font-weight: bold;
}
.solutionbox-sec2.g_sol2 .hm_tit .f_text {
  color: #666666;
  margin-top: 0.07rem;
}
.solutionbox-sec2.g_sol2 .hm_tit {
  margin-bottom: 0.48rem;
}
.solutionbox-sec2.g_sol2 .base_img {
  position: relative;
  overflow: hidden;
}
.solutionbox-sec2.g_sol2 .base_img img {
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.solutionbox-sec2.g_sol2 .base_img:before {
  content: "";
  display: block;
}
.solutionbox-sec2.g_sol2 .solutionbox_list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.1rem;
}
.solutionbox-sec2.g_sol2 .solutionbox_list .item {
  padding: 0 0.1rem 0.2rem;
  width: 50%;
  width: 100%;
  align-items: center;
}
@media (max-width: 767px) {
  .solutionbox-sec2.g_sol2 .solutionbox_list .item {
    width: 100%;
    padding-bottom: 0.6rem;
  }
}
.solutionbox-sec2.g_sol2 .solutionbox_list .item .list {
  display: block;
  box-shadow: 0px 0px 0.21rem 0px #eeeeee;
  border-radius: 0.1rem;
  height: 100%;
  background: #ffffff;
}
.solutionbox-sec2.g_sol2 .solutionbox_list .item .list .f_img {
  padding-top: 40.57971014%;
  border-radius: 0.1rem;
}
.solutionbox-sec2.g_sol2 .solutionbox_list .item .list .font {
  padding: 0.35rem 0.4rem 0.36rem;
}
.solutionbox-sec2.g_sol2 .solutionbox_list .item .list .font .f_tit {
  color: #333333;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-weight: bold;
  margin-bottom: 8px;
  font-size: var(--font-size6);
}
.solutionbox-sec2.g_sol2 .solutionbox_list .item .list .font .f_text {
  color: #666666;
  line-height: 1.625;
  margin-bottom: 0.12rem;
  /* height: (26/16*3em); */
  /* overflow: hidden;
						display: -webkit-box;
						-webkit-line-clamp: 3;
						line-clamp: 3;
						-webkit-box-orient: vertical; */
}
@media (max-width: 767px) {
  .solutionbox-sec2.g_sol2 .solutionbox_list .item .list .font .f_text {
    margin-bottom: 0.24rem;
  }
}
.solutionbox-sec2.g_sol2 .solutionbox_list .item .list .font .f_t2 {
  color: #333333;
  font-weight: bold;
  margin-bottom: 7px;
  font-size: var(--font-size6);
}
.solutionbox-sec2.g_sol2 .solutionbox_list .item .list .font .f_wen {
  color: #666666;
  line-height: 1.625;
}
.solutionbox-sec2.g_sol2 .solutionbox_list .item .list .font .f_wen p {
  position: relative;
  padding-left: 22px;
}
@media (max-width: 1580px) {
  .solutionbox-sec2.g_sol2 .solutionbox_list .item .list .font .f_wen p {
    padding-left: 18px;
  }
}
@media (max-width: 991px) {
  .solutionbox-sec2.g_sol2 .solutionbox_list .item .list .font .f_wen p {
    padding-left: 14px;
  }
}
.solutionbox-sec2.g_sol2 .solutionbox_list .item .list .font .f_wen p:before {
  content: "";
  display: block;
  position: absolute;
  top: 0.8125em;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border: solid 1px #009eb0;
  border-radius: 50%;
}
@media (max-width: 1580px) {
  .solutionbox-sec2.g_sol2 .solutionbox_list .item .list .font .f_wen p:before {
    width: 6px;
    height: 6px;
  }
}
.solutionbox-sec2.g_sol2 .solutionbox_list .item .list .font .f_but {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  color: #333333;
  margin-top: 0.3rem;
}
.solutionbox-sec2.g_sol2 .solutionbox_list .item .list .font .f_but img,
.solutionbox-sec2.g_sol2 .solutionbox_list .item .list .font .f_but svg {
  width: 5px;
  height: 10px;
  margin-left: 8px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.solutionbox-sec2.g_sol2 .solutionbox_list .item .list .font .f_but img path,
.solutionbox-sec2.g_sol2 .solutionbox_list .item .list .font .f_but svg path {
  fill: #333;
}
.solutionbox-sec2.g_sol2 .solutionbox_list .item .list:hover .f_img img {
  transform: scale(1.04);
}
.solutionbox-sec2.g_sol2 .solutionbox_list .item .list:hover .f_but img,
.solutionbox-sec2.g_sol2 .solutionbox_list .item .list:hover .f_but svg {
  transform: translateX(0.1rem);
}
.solutionbox-sec2.g_sol2 .solutionbox_list .item .list {
  display: flex;
  flex-wrap: wrap;
}
.solutionbox-sec2.g_sol2 .solutionbox_list .item .list .f_img {
  width: 49.28%;
  padding-top: 0;
}
@media (max-width: 767px) {
  .solutionbox-sec2.g_sol2 .solutionbox_list .item .list .f_img {
    width: 100%;
  }
}
.solutionbox-sec2.g_sol2 .solutionbox_list .item .list .f_img:before {
  padding-top: 40.57971014%;
}
@media (min-width: 768px) {
  .solutionbox-sec2.g_sol2 .solutionbox_list .item .list .f_img:before {
    padding-top: 75.36231884%;
  }
}
.solutionbox-sec2.g_sol2 .solutionbox_list .item .list .font {
  width: 50.72%;
}
@media (min-width: 768px) {
  .solutionbox-sec2.g_sol2 .solutionbox_list .item .list .font {
    padding-left: 0.6rem;
    padding-right: 0.6rem;
  }
}
@media (max-width: 767px) {
  .solutionbox-sec2.g_sol2 .solutionbox_list .item .list .font {
    width: 100%;
  }
}
.solutionbox-sec2.g_sol2 .solutionbox_list .item .list .font .f_but {
  justify-content: flex-start;
}
@media (min-width: 768px) {
  .solutionbox-sec2.g_sol2 .solutionbox_list .item:nth-child(2n) .list .f_img {
    order: 1;
  }
}
.solutionbox-sec2.g_sol2 .cont {
  position: relative;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  /* overflow: hidden; */
  margin: 0 -0.3rem;
  padding: 0 0.3rem;
}
.solutionbox-sec2.g_sol2 .cont .solutionbox_list .item:nth-child(4) ~ .item {
  display: none;
}
.solutionbox-sec2.g_sol2 .f_btn {
  text-align: center;
  margin-top: 0.6rem;
}
.solutionbox-sec2.g_sol2 .f_btn .hm_but {
  border-color: var(--color);
  cursor: pointer;
}
.solutionbox-sec2.g_sol2 .f_btn .hm_but span {
  color: var(--color);
}
.solutionbox-sec2.g_sol2 .f_btn .hm_but span:nth-child(2) {
  display: none;
}
.solutionbox-sec2.g_sol2 .f_btn .hm_but.on span {
  display: none;
}
.solutionbox-sec2.g_sol2 .f_btn .hm_but.on span:nth-child(2) {
  display: -webkit-inline-flex;
  display: inline-flex;
}
.solutionbox-sec2.g_sol2 .f_btn .hm_but:hover span {
  color: #ffffff;
}
.solutionbox-sec2.g_sol2 .container2.on .cont .solutionbox_list .item:nth-child(4) ~ .item {
  display: block;
}
.solutionbox-sec2.g_sol2 .container2.on .f_btn .hm_but span {
  display: none;
}
.solutionbox-sec2.g_sol2 .container2.on .f_btn .hm_but span:nth-child(2) {
  display: -webkit-inline-flex;
  display: inline-flex;
}
.home_box4 {
  position: relative;
}
.home_box4 .f_bag {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.home_box4 .f_bag img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home_box4 .prodinfobox-sec5 {
  position: relative;
  padding: 1.28rem 0 1.1rem;
}
.home_box4 .prodinfobox-sec5 .hm_tit {
  text-align: center;
}
.home_box4 .prodinfobox-sec5 .hm_tit .f_tit {
  color: #333333;
  font-weight: bold;
  font-size: var(--font-size1);
}
.home_box4 .prodinfobox-sec5 .hm_tit .f_text {
  color: #666666;
  margin-top: 0.07rem;
}
.home_box4 .prodinfobox-sec5 .base_img {
  position: relative;
  overflow: hidden;
}
.home_box4 .prodinfobox-sec5 .base_img img {
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.home_box4 .prodinfobox-sec5 .base_img:before {
  content: "";
  display: block;
}
.home_box4 .prodinfobox-sec5 .hm_tit {
  margin-bottom: 0.48rem;
}
.home_box4 .prodinfobox-sec5 .hm_tit .f_tit {
  color: #ffffff;
}
.home_box4 .prodinfobox-sec5 .cont .prodinfobox5_cont {
  width: auto;
  margin: 0 -5px;
}
.home_box4 .prodinfobox-sec5 .cont .prodinfobox5_cont .swiper-slide {
  padding: 0 5px;
  width: 33.333%;
  color: #ffffff;
}
@media (max-width: 991px) {
  .home_box4 .prodinfobox-sec5 .cont .prodinfobox5_cont .swiper-slide {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .home_box4 .prodinfobox-sec5 .cont .prodinfobox5_cont .swiper-slide {
    width: 78%;
  }
}
.home_box4 .prodinfobox-sec5 .cont .prodinfobox5_cont .swiper-slide .f_img {
  border-radius: 0.1rem;
  margin-bottom: 0.2rem;
}
.home_box4 .prodinfobox-sec5 .cont .prodinfobox5_cont .swiper-slide .f_img:before {
  padding-top: 108.69565217%;
}
.home_box4 .prodinfobox-sec5 .cont .prodinfobox5_cont .swiper-slide .f_tit,
.home_box4 .prodinfobox-sec5 .cont .prodinfobox5_cont .swiper-slide .f_text {
  padding-right: 0.8rem;
}
@media (max-width: 767px) {
  .home_box4 .prodinfobox-sec5 .cont .prodinfobox5_cont .swiper-slide .f_tit,
  .home_box4 .prodinfobox-sec5 .cont .prodinfobox5_cont .swiper-slide .f_text {
    padding-right: 0;
  }
}
.home_box4 .prodinfobox-sec5 .cont .prodinfobox5_cont .swiper-slide .f_tit {
  margin-bottom: 0.1rem;
  font-weight: bold;
  font-size: var(--font-size4);
}
.home_box4 .prodinfobox-sec5 .cont .prodinfobox5_cont .swiper-slide .f_text {
  line-height: 1.625;
}
.home_box4 .prodinfobox-sec5 .cont .prodinfobox5_cont .swiper-slide:hover .f_img img {
  transform: scale(1.08);
}
.home_box4 .prodinfobox-sec5 .cont .prodinfobox5_cont .prodinfobox5_pagin {
  margin-top: 0.8rem;
  bottom: 0;
}
.home_box4 .prodinfobox-sec5 .cont .prodinfobox5_cont .prodinfobox5_pagin span {
  background: #ffffff;
  opacity: 1;
}
.home_box4 .prodinfobox-sec5 .cont .prodinfobox5_cont .prodinfobox5_pagin .swiper-pagination-bullet-active {
  background: var(--color);
}
.home_box4 .prodinfobox-sec5 .base_pagin {
  display: flex;
  justify-content: center;
  position: relative;
  bottom: 0;
  margin: 0;
}
.home_box4 .prodinfobox-sec5 .base_pagin span {
  background: #999999;
}
.home_box4 .prodinfobox-sec5 .base_pagin .swiper-pagination-bullet-active {
  background: var(--color);
}
.home_box4 .prodinfobox-sec5 .base_pagin.swiper-pagination-lock {
  display: none;
}
.home_box4 .brandbox-sec2 {
  margin: 0;
  padding: 0.74rem 0 1.64rem;
}
.home_box4 .brandbox-sec2 .base_img {
  position: relative;
  overflow: hidden;
}
.home_box4 .brandbox-sec2 .base_img img {
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.home_box4 .brandbox-sec2 .base_img:before {
  content: "";
  display: block;
}
.home_box4 .brandbox-sec2 .hm_tit {
  text-align: center;
}
.home_box4 .brandbox-sec2 .hm_tit .f_tit {
  color: #fff;
  font-weight: bold;
  font-size: var(--font-size1);
}
.home_box4 .brandbox-sec2 .hm_tit .f_text {
  color: #666666;
  margin-top: 0.07rem;
}
.home_box4 .brandbox-sec2 .hm_tit {
  margin-bottom: 0.48rem;
}
.home_box4 .brandbox-sec2 .cont {
  margin: 0 -0.1rem;
  display: flex;
  flex-wrap: wrap;
}
.home_box4 .brandbox-sec2 .cont .item {
  width: 25%;
  padding: 0 0.1rem;
  margin-bottom: 0.2rem;
}
@media (max-width: 767px) {
  .home_box4 .brandbox-sec2 .cont .item {
    width: 50%;
  }
}
.home_box4 .brandbox-sec2 .cont .item .list {
  background-color: #f8f8f8;
  border-radius: 0.1rem;
  height: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.home_box4 .brandbox-sec2 .cont .item .list .f_img:before {
  padding-top: 62.2754491%;
}
.home_box4 .brandbox-sec2 .cont .item .list .f_img:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: url(../images/xinzhuaimfaz1.png) center bottom / 100% auto no-repeat;
}
.home_box4 .brandbox-sec2 .cont .item .list .font {
  padding: 0.3rem 0.32rem 0.46rem;
}
@media (max-width: 767px) {
  .home_box4 .brandbox-sec2 .cont .item .list .font {
    padding: 0.34rem 0.2rem 0.5rem;
  }
}
.home_box4 .brandbox-sec2 .cont .item .list .font .f_name {
  color: #009eb0;
  margin-bottom: 0.12rem;
  font-size: var(--font-size9);
}
@media (max-width: 767px) {
  .home_box4 .brandbox-sec2 .cont .item .list .font .f_name {
    font-size: 0.24rem;
  }
}
.home_box4 .brandbox-sec2 .cont .item .list .font .f_tit {
  color: #333333;
}
@media (max-width: 767px) {
  .home_box4 .brandbox-sec2 .cont .item .list .font .f_tit {
    font-size: 0.26rem;
  }
}
.home_box4 .brandbox-sec2 .cont .item .list:hover .f_img img {
  transform: scale(1.06);
}
@media (min-width: 768px) {
  .home_box4 .brandbox-sec2 .cont .item:nth-child(2n) .list {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .home_box4 .brandbox-sec2 .cont .item:nth-child(2n) .list .f_img {
    order: 1;
  }
  .home_box4 .brandbox-sec2 .cont .item:nth-child(2n) .list .f_img:after {
    bottom: 0;
    transform: rotate(180deg);
  }
}

 
@charset "utf-8";
.manufactbox-sec2 {
  padding: 0.64rem 0 0;
  margin-bottom: 1.7rem;
}
.manufactbox-sec2 .base_prev,
.manufactbox-sec2 .base_next {
  margin: 0;
  width: 0.56rem;
  height: 0.56rem;
  border-radius: 50%;
  background: none;
  border: solid 1px #dddddd;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .manufactbox-sec2 .base_prev,
  .manufactbox-sec2 .base_next {
    width: 0.66rem;
    height: 0.66rem;
  }
}
.manufactbox-sec2 .base_prev img,
.manufactbox-sec2 .base_next img,
.manufactbox-sec2 .base_prev svg,
.manufactbox-sec2 .base_next svg {
  width: 34.61538462%;
  height: 34.61538462%;
  object-fit: contain;
  color: #ddd;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.manufactbox-sec2 .base_prev img path,
.manufactbox-sec2 .base_next img path,
.manufactbox-sec2 .base_prev svg path,
.manufactbox-sec2 .base_next svg path {
  fill: #dddddd;
  transition: all 0.4s;
}
.manufactbox-sec2 .base_prev:hover,
.manufactbox-sec2 .base_next:hover {
  background: var(--color);
  border-color: var(--color);
}
.manufactbox-sec2 .base_prev:hover svg,
.manufactbox-sec2 .base_next:hover svg {
  color: #fff;
}
.manufactbox-sec2 .base_prev:hover svg path,
.manufactbox-sec2 .base_next:hover svg path {
  fill: #ffffff;
}
.manufactbox-sec2 .hm_but {
  display: inline-flex;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  border-radius: 25px;
  border: solid 1px #dddddd;
  min-width: 1.4rem;
  padding: 12px 24px;
}
@media (max-width: 1580px) {
  .manufactbox-sec2 .hm_but {
    padding: 10px 20px;
  }
}
@media (max-width: 767px) {
  .manufactbox-sec2 .hm_but {
    padding: 8px 16px;
  }
}
.manufactbox-sec2 .hm_but span {
  color: #666666;
  transform: translateX(8px);
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
@media (max-width: 1580px) {
  .manufactbox-sec2 .hm_but span {
    transform: translateX(6px);
  }
}
.manufactbox-sec2 .hm_but .f_icon {
  display: flex;
  width: 6px;
  height: 12px;
  margin-left: 10px;
  opacity: 0;
  transform: translateX(-8px);
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
@media (max-width: 1580px) {
  .manufactbox-sec2 .hm_but .f_icon {
    width: 4px;
    height: 8px;
    transform: translateX(-6px);
    margin-left: 8px;
  }
}
.manufactbox-sec2 .hm_but .f_icon img,
.manufactbox-sec2 .hm_but .f_icon svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  color: #fff;
}
.manufactbox-sec2 .hm_but .f_icon img path,
.manufactbox-sec2 .hm_but .f_icon svg path {
  fill: #ffffff;
}
.manufactbox-sec2 .hm_but:hover {
  background: var(--color);
  border-color: var(--color);
}
.manufactbox-sec2 .hm_but:hover span {
  transform: translateX(0);
  color: #ffffff;
}
.manufactbox-sec2 .hm_but:hover .f_icon {
  transform: translateX(0);
  opacity: 1;
}
.manufactbox-sec2 .hm_but2 {
  background: transparent;
  border: 1px solid #ffffff;
}
.manufactbox-sec2 .hm_but2 span {
  color: #ffffff;
}
.manufactbox-sec2 .hm_but2:hover {
  border-color: var(--color);
}
.manufactbox-sec2 .hm_tit {
  text-align: center;
}
.manufactbox-sec2 .hm_tit .f_tit {
  color: #333333;
  font-weight: bold;
}
.manufactbox-sec2 .hm_tit .f_text {
  color: #666666;
  margin-top: 0.07rem;
}
.manufactbox-sec2 .base_img {
  position: relative;
  overflow: hidden;
}
.manufactbox-sec2 .base_img img {
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.manufactbox-sec2 .base_img:before {
  content: "";
  display: block;
}
.manufactbox-sec2 .hm_tit {
  text-align: center;
}
.manufactbox-sec2 .hm_tit .f_tit {
  color: #333333;
  font-weight: bold;
  font-size: var(--font-size1);
}
.manufactbox-sec2 .hm_tit .f_text {
  color: #666666;
  margin-top: 0.07rem;
}
.manufactbox-sec2 .base_prev::after,
.manufactbox-sec2 .base_next::after {
  display: none;
}
.manufactbox-sec2 .hm_tit {
  margin-bottom: 0.5rem;
}
.manufactbox-sec2 .cont {
  position: relative;
}
.manufactbox-sec2 .cont .manufactbox2_cont .item {
  margin-bottom: 0;
}
.manufactbox-sec2 .cont .manufactbox2_prev,
.manufactbox-sec2 .cont .manufactbox2_next {
  transform: translateY(-50%);
}
.manufactbox-sec2 .cont .manufactbox2_prev {
  left: -0.85rem;
}
@media (max-width: 1260px) {
  .manufactbox-sec2 .cont .manufactbox2_prev {
    left: -0.3rem;
  }
}
.manufactbox-sec2 .cont .manufactbox2_next {
  right: -0.85rem;
}
@media (max-width: 1260px) {
  .manufactbox-sec2 .cont .manufactbox2_next {
    right: -0.3rem;
  }
}
.manufactbox-sec2 .f_but {
  text-align: center;
  margin-top: 0.76rem;
}
.manufactbox-sec2 .aptitubox_list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.1rem;
}
.manufactbox-sec2 .aptitubox_list .item {
  width: 25%;
  padding: 0 0.1rem;
  margin-bottom: 0.35rem;
}
@media (max-width: 991px) {
  .manufactbox-sec2 .aptitubox_list .item {
    width: 33.333%;
  }
}
@media (max-width: 767px) {
  .manufactbox-sec2 .aptitubox_list .item {
    width: 50%;
  }
}
.manufactbox-sec2 .aptitubox_list .item .list .f_img {
  background-color: #f8f8f8;
  border-radius: 0.1rem;
  padding-top: 125%;
  margin-bottom: 0.14rem;
}
.manufactbox-sec2 .aptitubox_list .item .list .f_tit {
  color: #333333;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .manufactbox-sec2 .aptitubox_list .item .list .f_tit {
    font-size: 0.24rem;
  }
}
.manufactbox-sec2 .aptitubox_list .item .list:hover .f_img img {
  transform: scale(1.08);
}

 
@charset "utf-8";
.newinfobox-sec2 {
  overflow: hidden;
  background: #ffffff;
  margin: 1.25rem 0 1.7rem;
}
.newinfobox-sec2 .base_prev,
.newinfobox-sec2 .base_next {
  margin: 0;
  width: 0.56rem;
  height: 0.56rem;
  border-radius: 50%;
  background: none;
  border: solid 1px #dddddd;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .newinfobox-sec2 .base_prev,
  .newinfobox-sec2 .base_next {
    width: 0.66rem;
    height: 0.66rem;
  }
}
.newinfobox-sec2 .base_prev img,
.newinfobox-sec2 .base_next img,
.newinfobox-sec2 .base_prev svg,
.newinfobox-sec2 .base_next svg {
  width: 34.61538462%;
  height: 34.61538462%;
  object-fit: contain;
  color: #ddd;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.newinfobox-sec2 .base_prev img path,
.newinfobox-sec2 .base_next img path,
.newinfobox-sec2 .base_prev svg path,
.newinfobox-sec2 .base_next svg path {
  fill: #dddddd;
  transition: all 0.4s;
}
.newinfobox-sec2 .base_prev:hover,
.newinfobox-sec2 .base_next:hover {
  background: var(--color);
  border-color: var(--color);
}
.newinfobox-sec2 .base_prev:hover svg,
.newinfobox-sec2 .base_next:hover svg {
  color: #fff;
}
.newinfobox-sec2 .base_prev:hover svg path,
.newinfobox-sec2 .base_next:hover svg path {
  fill: #ffffff;
}
.newinfobox-sec2 .hm_but {
  display: inline-flex;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  border-radius: 25px;
  border: solid 1px #dddddd;
  min-width: 1.4rem;
  padding: 12px 24px;
}
@media (max-width: 1580px) {
  .newinfobox-sec2 .hm_but {
    padding: 10px 20px;
  }
}
@media (max-width: 767px) {
  .newinfobox-sec2 .hm_but {
    padding: 8px 16px;
  }
}
.newinfobox-sec2 .hm_but span {
  color: #666666;
  transform: translateX(8px);
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
@media (max-width: 1580px) {
  .newinfobox-sec2 .hm_but span {
    transform: translateX(6px);
  }
}
.newinfobox-sec2 .hm_but .f_icon {
  display: flex;
  width: 6px;
  height: 12px;
  margin-left: 10px;
  opacity: 0;
  transform: translateX(-8px);
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
@media (max-width: 1580px) {
  .newinfobox-sec2 .hm_but .f_icon {
    width: 4px;
    height: 8px;
    transform: translateX(-6px);
    margin-left: 8px;
  }
}
.newinfobox-sec2 .hm_but .f_icon img,
.newinfobox-sec2 .hm_but .f_icon svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  color: #fff;
}
.newinfobox-sec2 .hm_but .f_icon img path,
.newinfobox-sec2 .hm_but .f_icon svg path {
  fill: #ffffff;
}
.newinfobox-sec2 .hm_but:hover {
  background: var(--color);
  border-color: var(--color);
}
.newinfobox-sec2 .hm_but:hover span {
  transform: translateX(0);
  color: #ffffff;
}
.newinfobox-sec2 .hm_but:hover .f_icon {
  transform: translateX(0);
  opacity: 1;
}
.newinfobox-sec2 .hm_but2 {
  background: transparent;
  border: 1px solid #ffffff;
}
.newinfobox-sec2 .hm_but2 span {
  color: #ffffff;
}
.newinfobox-sec2 .hm_but2:hover {
  border-color: var(--color);
}
.newinfobox-sec2 .hm_tit {
  text-align: center;
}
.newinfobox-sec2 .hm_tit .f_tit {
  color: #333333;
  font-weight: bold;
}
.newinfobox-sec2 .hm_tit .f_text {
  color: #666666;
  margin-top: 0.07rem;
}
.newinfobox-sec2 .base_img {
  position: relative;
  overflow: hidden;
}
.newinfobox-sec2 .base_img img {
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.newinfobox-sec2 .base_img:before {
  content: "";
  display: block;
}
.newinfobox-sec2 .hm_tit {
  text-align: center;
}
.newinfobox-sec2 .hm_tit .f_tit {
  color: #333333;
  font-weight: bold;
  font-size: var(--font-size1);
}
.newinfobox-sec2 .hm_tit .f_text {
  color: #666666;
  margin-top: 0.07rem;
}
.newinfobox-sec2 .base_prev::after,
.newinfobox-sec2 .base_next::after {
  display: none;
}
.newinfobox-sec2 .hm_tit {
  margin-bottom: 0.5rem;
}
.newinfobox-sec2 .hm_tit {
  margin-bottom: 0.48rem;
}
.newinfobox-sec2 .cont {
  position: relative;
}
.newinfobox-sec2 .cont .newinfobox2_cont {
  width: auto;
  margin: 0 -0.42rem;
  padding: 0 0.3rem;
}
.newinfobox-sec2 .cont .newinfobox2_pagin {
  position: relative;
  margin-top: 0.6rem;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
  align-items: center;
}
.newinfobox-sec2 .cont .newinfobox2_pagin .swiper-pagination-bullet-active {
  background: var(--color);
}
.newinfobox-sec2 .cont .newinfobox2_pagin.swiper-pagination-lock {
  display: none;
}
.newinfobox-sec2 .newsbox_list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.12rem;
}
.newinfobox-sec2 .newsbox_list .item {
  width: 33.333%;
  padding: 0 0.12rem;
  margin-bottom: 0.24rem;
}
@media (max-width: 767px) {
  .newinfobox-sec2 .newsbox_list .item {
    width: 50%;
  }
}
.newinfobox-sec2 .newsbox_list .item .list {
  display: block;
  position: relative;
  z-index: 2;
  border-radius: 0.1rem;
  overflow: hidden;
  background: #f8f8f8;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.newinfobox-sec2 .newsbox_list .item .list .f_img {
  padding-top: 53.33333333%;
}
.newinfobox-sec2 .newsbox_list .item .list .font {
  padding: 0.26rem 0.3rem 0.3rem;
}
.newinfobox-sec2 .newsbox_list .item .list .font .f_tit {
  color: #222222;
  line-height: 1.5;
  overflow: hidden;
  height: 3em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 0.55rem;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  font-size: var(--font-size6);
}
@media (max-width: 767px) {
  .newinfobox-sec2 .newsbox_list .item .list .font .f_tit {
    margin-bottom: 0.4rem;
    font-size: 0.26rem;
  }
}
.newinfobox-sec2 .newsbox_list .item .list .font .f_jt {
  font-size: var(--font-size9);
  display: flex;
  justify-content: space-between;
  padding-top: 0.3rem;
  border-top: 1px solid #eeeeee;
  position: relative;
}
.newinfobox-sec2 .newsbox_list .item .list .font .f_jt:before {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: 0;
  width: 0;
  height: 1px;
  background: var(--color);
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.newinfobox-sec2 .newsbox_list .item .list .font .f_jt .f_time {
  display: block;
  color: #999999;
  flex: 0 0 auto;
}
.newinfobox-sec2 .newsbox_list .item .list .font .f_jt .f_tag {
  color: #333333;
}
@media (max-width: 767px) {
  .newinfobox-sec2 .newsbox_list .item .list .font .f_jt {
    padding-top: 0.2rem;
  }
  .newinfobox-sec2 .newsbox_list .item .list .font .f_jt .f_time,
  .newinfobox-sec2 .newsbox_list .item .list .font .f_jt .f_tag {
    font-size: 0.22rem;
  }
}
.newinfobox-sec2 .newsbox_list .item .list:hover {
  box-shadow: 0px 0px 0.3rem 0px rgba(160, 175, 194, 0.31);
  background: #ffffff;
}
.newinfobox-sec2 .newsbox_list .item .list:hover .f_img img {
  transform: scale(1.08);
}
.newinfobox-sec2 .newsbox_list .item .list:hover .font .f_tit {
  color: var(--color);
}
.newinfobox-sec2 .newsbox_list .item .list:hover .font .f_jt:before {
  width: 100%;
}

 
@charset "utf-8";
.brandbox-sec4 {
  margin: 1.2rem 0;
}
.brandbox-sec4 .hm_but {
  display: inline-flex;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  border-radius: 25px;
  border: solid 1px #dddddd;
  min-width: 1.4rem;
  padding: 12px 24px;
}
@media (max-width: 1580px) {
  .brandbox-sec4 .hm_but {
    padding: 10px 20px;
  }
}
@media (max-width: 767px) {
  .brandbox-sec4 .hm_but {
    padding: 8px 16px;
  }
}
.brandbox-sec4 .hm_but span {
  color: #666666;
  transform: translateX(8px);
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
@media (max-width: 1580px) {
  .brandbox-sec4 .hm_but span {
    transform: translateX(6px);
  }
}
.brandbox-sec4 .hm_but .f_icon {
  display: flex;
  width: 6px;
  height: 12px;
  margin-left: 10px;
  opacity: 0;
  transform: translateX(-8px);
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
@media (max-width: 1580px) {
  .brandbox-sec4 .hm_but .f_icon {
    width: 4px;
    height: 8px;
    transform: translateX(-6px);
    margin-left: 8px;
  }
}
.brandbox-sec4 .hm_but .f_icon img,
.brandbox-sec4 .hm_but .f_icon svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  color: #fff;
}
.brandbox-sec4 .hm_but .f_icon img path,
.brandbox-sec4 .hm_but .f_icon svg path {
  fill: #ffffff;
}
.brandbox-sec4 .hm_but:hover {
  background: var(--color);
  border-color: var(--color);
}
.brandbox-sec4 .hm_but:hover span {
  transform: translateX(0);
  color: #ffffff;
}
.brandbox-sec4 .hm_but:hover .f_icon {
  transform: translateX(0);
  opacity: 1;
}
.brandbox-sec4 .hm_but2 {
  background: transparent;
  border: 1px solid #ffffff;
}
.brandbox-sec4 .hm_but2 span {
  color: #ffffff;
}
.brandbox-sec4 .hm_but2:hover {
  border-color: var(--color);
}
.brandbox-sec4 .hm_tit {
  text-align: center;
}
.brandbox-sec4 .hm_tit .f_tit {
  font-size: var(--font-size1);
  color: #333333;
  font-weight: bold;
}
.brandbox-sec4 .hm_tit .f_text {
  color: #666666;
  margin-top: 0.07rem;
}
.brandbox-sec4 .hm_tit {
  margin-bottom: 0.48rem;
}
.brandbox-sec4 .f_img {
  text-align: center;
}
.brandbox-sec4 .f_img img {
  width: 100%;
}
