@charset "utf-8";
:root {
  --color: #1fc676;
  --vh: 100vh;
}
/*字体*/
/* @font-face {
	font-family: "Fontke";
	src: url("Fontke.woff2") format("woff2"),
		 url("Fontke.woff") format("woff"),
		 url("Fontke.ttf") format("truetype"),
		 url("Fontke.eot") format("embedded-opentype"),
		 url("Fontke.svg") format("svg"),
		 url("Fontke.otf") format("opentype");
} */
.productbox .container {
  max-width: 1600px;
}
/* 产品 */
.base_next,
.base_prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  cursor: pointer;
  width: 0.34rem;
  overflow: hidden;
}
.base_next svg,
.base_prev svg {
  width: 100%;
  float: left;
}
.base_next svg path,
.base_prev svg path {
  fill: #a9a9a9;
}
.base_next:hover svg path,
.base_prev:hover svg path {
  fill: #003586;
}
.base_prev {
  left: 0;
}
.base_next {
  right: 0;
}
.productbox_tit {
  text-align: center;
}
.productbox_tit .tit {
  font-weight: bold;
  color: #222;
}
@media (max-width: 767px) {
  .productbox_tit .tit {
    font-size: 0.4rem;
  }
}
.productbox_tit .text {
  margin-top: 9px;
  color: #666666;
}
@media (max-width: 767px) {
  .productbox_tit .text {
    font-size: 0.28rem;
  }
}
.productbox-sec1 {
  height: 240vh;
  position: relative;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .productbox-sec1 {
    height: auto;
    overflow: hidden;
  }
}
.productbox-sec1 .fzhong {
  width: 100%;
}
@media (min-width: 768px) {
  .productbox-sec1 .fzhong {
    height: 100vh;
    position: sticky;
    position: -webkit-sticky;
    top: 0;
  }
}
@media (max-width: 767px) {
  .productbox-sec1 .fzhong {
    overflow: hidden;
  }
}
.productbox-sec1 .fzhong .bag {
  position: absolute;
  top: 0;
  left: 23.4375%;
  width: 8.64rem;
  overflow: hidden;
}
.productbox-sec1 .fzhong .bag img {
  width: 100%;
  float: left;
}
.productbox-sec1 .fzhong .pro_cont1 {
  position: relative;
  padding-top: 11.97916667%;
}
@media (max-width: 767px) {
  .productbox-sec1 .fzhong .pro_cont1 {
    padding: 2.4rem 0 1.4rem;
  }
}
.productbox-sec1 .fzhong .pro_cont1 .font {
  max-width: 560px;
}
.productbox-sec1 .fzhong .pro_cont1 .tit {
  font-weight: bold;
  color: #222222;
  margin-bottom: 10px;
}
.productbox-sec1 .fzhong .pro_cont1 .flogo {
  height: 0.86rem;
  overflow: hidden;
  margin-bottom: 0.22rem;
}
.productbox-sec1 .fzhong .pro_cont1 .flogo img {
  height: 100%;
  width: auto;
}
.productbox-sec1 .fzhong .pro_cont1 .text {
  color: #666666;
  line-height: 1.55555556;
  margin-bottom: 0.42rem;
}
@media (max-width: 767px) {
  .productbox-sec1 .fzhong .pro_cont1 .text {
    margin-bottom: 0.5rem;
  }
}
.productbox-sec1 .fzhong .pro_cont2 {
  position: relative;
}
@media (min-width: 768px) {
  .productbox-sec1 .fzhong .pro_cont2 {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 4.12rem;
    height: 2.76rem;
  }
}
.productbox-sec1 .fzhong .pro_cont2 .img,
.productbox-sec1 .fzhong .pro_cont2 .fvideo {
  width: 100%;
  height: 100%;
}
.productbox-sec1 .fzhong .pro_cont2 .img img,
.productbox-sec1 .fzhong .pro_cont2 .fvideo img,
.productbox-sec1 .fzhong .pro_cont2 .img video,
.productbox-sec1 .fzhong .pro_cont2 .fvideo video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.productbox-sec1 .fzhong .pro_cont2 .fvideo {
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 767px) {
  .productbox-sec1 .fzhong .pro_cont2 .fvideo {
    opacity: 0;
  }
}
.productbox-sec1 .fzhong .pro_cont2 .fzion {
  width: 0.52rem;
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  cursor: pointer;
  transform: translate(-50%, -50%);
}
.productbox-sec1 .fzhong .pro_cont2 .fzion img {
  float: left;
  width: 100%;
}
.productbox-sec1 .fzhong .pro_cont2.on .fzion {
  opacity: 0;
}
.productbox-sec2 {
  position: relative;
}
.productbox-sec2 .bag {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: -1;
}
.productbox-sec2 .bag img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.productbox-sec2 .fcont {
  padding-top: 1.2rem;
}
.productbox-sec2 .fcont .productbox_tit {
  margin-bottom: 0.84rem;
}
@media (max-width: 767px) {
  .productbox-sec2 .fcont .productbox_tit {
    margin-bottom: 0.54rem;
  }
}
.productbox-sec2 .fcont .productbox_tit .tit {
  color: #ffffff;
}
.productbox-sec2 .fcont .fjut {
  width: 100%;
  display: flex;
  padding: 0 1.28rem;
}
@media (max-width: 1260px) {
  .productbox-sec2 .fcont .fjut {
    padding: 0 0.8rem;
  }
}
@media (max-width: 991px) {
  .productbox-sec2 .fcont .fjut {
    padding: 0 0.4rem;
  }
}
@media (max-width: 767px) {
  .productbox-sec2 .fcont .fjut {
    padding: 0;
    flex-wrap: wrap;
  }
}
.productbox-sec2 .fcont .fjut .item {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0 0.2rem;
  margin-bottom: 0.72rem;
}
@media (max-width: 767px) {
  .productbox-sec2 .fcont .fjut .item {
    margin-bottom: 0.4rem;
    width: 50%;
  }
}
@media (max-width: 767px) {
  .productbox-sec2 .fcont .fjut .item {
    padding: 0 0.16rem;
  }
}
.productbox-sec2 .fcont .fjut .item .ficon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.9rem;
  height: 0.74rem;
}
.productbox-sec2 .fcont .fjut .item .ficon svg {
  max-width: 100%;
  max-height: 100%;
}
.productbox-sec2 .fcont .fjut .item .ficon svg path {
  fill: #ffffff;
}
.productbox-sec2 .fcont .fjut .item .tit {
  color: #ffffff;
  margin-top: 0.28rem;
}
@media (max-width: 767px) {
  .productbox-sec2 .fcont .fjut .item .tit {
    font-size: 0.34rem;
  }
}
.productbox-sec2 .fzhong {
  height: 180vh;
  position: relative;
}
.productbox-sec2 .fzhong .fz_images {
  height: 100vh;
  position: sticky;
  position: -wbkit-ticky;
  top: 0;
  overflow: hidden;
  width: 100%;
  padding-top: 1rem;
}
@media (max-width: 991px) {
  .productbox-sec2 .fzhong .fz_images {
    padding-top: 3.8rem;
  }
}
@media (max-width: 767px) {
  .productbox-sec2 .fzhong .fz_images {
    padding: 0 5%;
    padding-top: 2.6rem;
  }
}
.productbox-sec2 .fzhong .fz_images .productbox_tit {
  transition: all 0.4s linear;
  margin-bottom: 0.8rem;
  opacity: 0;
}
@media (max-width: 767px) {
  .productbox-sec2 .fzhong .fz_images .productbox_tit {
    margin-bottom: 0.54rem;
  }
}
.productbox-sec2 .fzhong .fz_images .productbox_tit .tit,
.productbox-sec2 .fzhong .fz_images .productbox_tit .text {
  color: #ffffff;
}
.productbox-sec2 .fzhong .fz_images .fzimg {
  width: 100%;
  height: 6.21rem;
  transform: translateY(-30%);
  text-align: center;
}
@media (max-width: 767px) {
  .productbox-sec2 .fzhong .fz_images .fzimg {
    height: 5rem;
  }
}
.productbox-sec2 .fzhong .fz_images .fzimg img {
  max-width: 100%;
  width: auto;
  height: 100%;
}
.productbox-sec2 .fzhong.on .fz_images .productbox_tit {
  opacity: 1;
}
.productbox-sec3 {
  position: relative;
  height: 9rem;
  overflow: auto;
  padding-top: 1.04rem;
}
.productbox-sec3 .productbox_tit {
  position: relative;
  z-index: 2;
}
.productbox-sec3 .productbox_tit .tit {
  color: #fff;
}
.productbox-sec3 .productbox_tit .text {
  color: #ffffff;
}
.productbox-sec3 .fzimg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.productbox-sec3 .fzimg .img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.productbox-sec3 .fzimg .img img {
  width: 100vw;
  height: 9rem;
  max-width: initial;
  object-fit: cover;
}
.productbox-sec3 .fzimg .img:nth-child(2) {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  justify-content: flex-end;
  width: 50%;
}
.productbox-sec3 .fzimg .img:nth-child(2) img {
  width: 100vw;
}
.productbox-sec3 .fzimg:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/huaimf1.png) left top / cover no-repeat;
}
.productbox-sec3 .fzla {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0.8rem;
  z-index: 2;
  user-select: none;
  -webkit-user-select: none;
}
.productbox-sec3 .fzla .fzi {
  width: 0.56rem;
  cursor: pointer;
  position: relative;
}
.productbox-sec3 .fzla .fzi:before,
.productbox-sec3 .fzla .fzi:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 160%;
  height: 160%;
  border-radius: 50%;
  background-color: #003586;
  animation: scale1 4s linear infinite;
}
.productbox-sec3 .fzla .fzi:after {
  animation-delay: 1s;
}
.productbox-sec3 .fzla .fzi img {
  width: 100%;
  position: relative;
  z-index: 2;
}
.productbox-sec3 .fzla .text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-weight: bold;
  color: #ffffff;
  white-space: nowrap;
  box-shadow: 1px 2px 84px 14px rgba(9, 58, 9, 0.41);
}
@media (max-width: 767px) {
  .productbox-sec3 .fzla .text {
    font-size: 0.26rem;
  }
}
.productbox-sec3 .fzla .text:first-child {
  right: 100%;
  margin-right: 20px;
}
@media (max-width: 1580px) {
  .productbox-sec3 .fzla .text:first-child {
    margin-right: 16px;
  }
}
.productbox-sec3 .fzla .text:last-child {
  left: 100%;
  margin-left: 20px;
}
@media (max-width: 1580px) {
  .productbox-sec3 .fzla .text:last-child {
    margin-left: 16px;
  }
}
@keyframes scale1 {
  0% {
    transform: translate(-50%, -50%) scale(0);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(1.1);
    opacity: 0;
  }
}
.productbox-sec4 {
  padding: 1.12rem 0 1.15rem;
  background-color: #f7faff;
  position: relative;
}
.productbox-sec4 .productbox_tit {
  margin-bottom: 0.64rem;
}
.productbox-sec4 .cont {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.22rem;
}
@media (max-width: 767px) {
  .productbox-sec4 .cont {
    margin: 0;
  }
}
.productbox-sec4 .cont .item {
  width: 33.333%;
  padding: 0 0.22rem;
  margin-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .productbox-sec4 .cont .item {
    padding: 0;
    width: 100%;
  }
}
.productbox-sec4 .cont .item .list {
  width: 100%;
  background-color: #ffffff;
  height: 100%;
  transition: all 0.4s linear;
}
.productbox-sec4 .cont .item .list .img {
  overflow: hidden;
}
.productbox-sec4 .cont .item .list .img:before {
  padding-top: 52.56916996%;
}
.productbox-sec4 .cont .item .list .font {
  padding: 0.26rem 0.42rem 0.5rem;
  padding-right: 0.56rem;
  transition: all 0.4s;
}
.productbox-sec4 .cont .item .list .font .tit {
  font-weight: bold;
  transition: all 0.4s;
  color: #222222;
}
.productbox-sec4 .cont .item .list .font .text {
  line-height: 1.375;
  color: #666666;
  transition: all 0.4s;
  margin-top: 2px;
}
.productbox-sec4 .cont .item .list:hover {
  background-color: #003586;
}
.productbox-sec4 .cont .item .list:hover .img img {
  transform: scale(1.04);
}
.productbox-sec4 .cont .item .list:hover .font .tit,
.productbox-sec4 .cont .item .list:hover .font .text {
  color: #fff;
}
.productbox-sec4 .cont .item .list:hover .font .text {
  opacity: 0.8;
}
.productbox-sec4-1 .cont {
  padding: 0 13.875%;
}
@media (max-width: 767px) {
  .productbox-sec4-1 .cont {
    padding: 0;
  }
}
.productbox-sec4-1 .cont .item {
  width: 50%;
}
@media (max-width: 767px) {
  .productbox-sec4-1 .cont .item {
    width: 100%;
  }
}
.productbox-sec4-2 .cont .item:nth-child(2) {
  width: calc(66.66%);
}
@media (max-width: 767px) {
  .productbox-sec4-2 .cont .item:nth-child(2) {
    width: 100%;
  }
}
.productbox-sec4-2 .cont .item:nth-child(2) .list .img:before {
  padding-top: 25.33333333%;
}
.productbox-sec5 {
  background-color: #000000;
  padding: 1rem 0 1.7rem;
  position: relative;
}
@media (max-width: 767px) {
  .productbox-sec5 {
    padding: 1.3rem 0 1.4rem;
  }
}
.productbox-sec5 .productbox_tit {
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .productbox-sec5 .productbox_tit {
    margin-bottom: 0.66rem;
  }
}
.productbox-sec5 .productbox_tit .tit {
  color: #fff;
}
.productbox-sec5 .cont {
  display: flex;
  flex-wrap: wrap;
}
.productbox-sec5 .cont .lt {
  width: 80%;
  padding-left: 0.94rem;
  padding-right: 1.7rem;
}
@media (max-width: 1580px) {
  .productbox-sec5 .cont .lt {
    width: 70%;
  }
}
@media (max-width: 1260px) {
  .productbox-sec5 .cont .lt {
    padding-left: 0.6rem;
    padding-right: 1rem;
    width: 70%;
  }
}
@media (max-width: 767px) {
  .productbox-sec5 .cont .lt {
    width: 100%;
    padding: 0;
    margin-bottom: 0.4rem;
  }
}
.productbox-sec5 .cont .lt .fzjut {
  position: relative;
}
.productbox-sec5 .cont .lt .fzjut .img {
  width: 100%;
  overflow: hidden;
}
.productbox-sec5 .cont .lt .fzjut .img img {
  width: 100%;
  float: left;
}
.productbox-sec5 .cont .lt .fzjut .fa_position {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.productbox-sec5 .cont .lt .fzjut .fa_position .dian,
.productbox-sec5 .cont .lt .fzjut .fa_position .dian2 {
  width: 0;
  height: 0;
  cursor: pointer;
  position: absolute;
}
.productbox-sec5 .cont .lt .fzjut .fa_position .dian span,
.productbox-sec5 .cont .lt .fzjut .fa_position .dian2 span {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: bold;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.4s;
  color: #fff;
  font-size: 16px;
  background-color: #003586;
  border-radius: 50%;
  border: 1px solid transparent;
  width: 0.3rem;
  height: 0.3rem;
}
@media (max-width: 1580px) {
  .productbox-sec5 .cont .lt .fzjut .fa_position .dian span,
  .productbox-sec5 .cont .lt .fzjut .fa_position .dian2 span {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .productbox-sec5 .cont .lt .fzjut .fa_position .dian span,
  .productbox-sec5 .cont .lt .fzjut .fa_position .dian2 span {
    width: 0.46rem;
    font-size: 0.24rem;
    height: 0.46rem;
  }
}
.productbox-sec5 .cont .lt .fzjut .fa_position .on span {
  border-color: #ffffff;
  width: 0.38rem;
  height: 0.38rem;
  font-size: 20px;
}
@media (max-width: 1580px) {
  .productbox-sec5 .cont .lt .fzjut .fa_position .on span {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .productbox-sec5 .cont .lt .fzjut .fa_position .on span {
    font-size: 0.28rem;
    width: 0.58rem;
    height: 0.58rem;
  }
}
.productbox-sec5 .cont .lt .text {
  color: #ffffff;
  opacity: 0.8;
  margin-top: 0.22rem;
  font-size: 12px;
}
.productbox-sec5 .cont .lt .text span {
  display: inline-block;
  margin-right: 0.2rem;
}
.productbox-sec5 .cont .lt .text span:last-child {
  margin-right: 0;
}
.productbox-sec5 .cont .gt {
  width: 20%;
  padding-right: 0.48rem;
}
@media (max-width: 1580px) {
  .productbox-sec5 .cont .gt {
    width: 30%;
    padding-right: 2rem;
  }
}
@media (max-width: 1260px) {
  .productbox-sec5 .cont .gt {
    width: 30%;
    padding-right: 0.6rem;
  }
}
@media (max-width: 767px) {
  .productbox-sec5 .cont .gt {
    width: 100%;
    padding-right: 0;
  }
}
.productbox-sec5 .cont .gt .productbox5_cont {
  width: 100%;
  height: 7.4rem;
}
@media (max-width: 1900px) {
  .productbox-sec5 .cont .gt .productbox5_cont {
    height: 9rem;
  }
}
@media (max-width: 1580px) {
  .productbox-sec5 .cont .gt .productbox5_cont {
    height: 8rem;
  }
}
@media (max-width: 767px) {
  .productbox-sec5 .cont .gt .productbox5_cont {
    height: auto;
  }
}
.productbox-sec5 .cont .gt .productbox5_cont .swiper-slide {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding-bottom: 0.26rem;
}
.productbox-sec5 .cont .gt .productbox5_cont .swiper-slide .item {
  display: flex;
  cursor: pointer;
  flex-wrap: wrap;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .productbox-sec5 .cont .gt .productbox5_cont .swiper-slide .item {
    justify-content: center;
    text-align: center;
  }
}
.productbox-sec5 .cont .gt .productbox5_cont .swiper-slide .item i {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #939393;
  width: 0.45rem;
  height: 0.45rem;
  transition: all 0.4s;
  border-radius: 50%;
  border: solid 1px #6c6b6d;
  font-weight: bold;
  margin-top: 0.4rem;
  position: relative;
}
@media (max-width: 767px) {
  .productbox-sec5 .cont .gt .productbox5_cont .swiper-slide .item i {
    width: 0.66rem;
    height: 0.66rem;
    margin-bottom: 0.26rem;
  }
}
.productbox-sec5 .cont .gt .productbox5_cont .swiper-slide .item i:before,
.productbox-sec5 .cont .gt .productbox5_cont .swiper-slide .item i:after {
  content: "";
  display: block;
  width: 1px;
  height: 100vh;
  position: absolute;
  background-color: #ffffff;
  opacity: 0.59;
}
@media (max-width: 767px) {
  .productbox-sec5 .cont .gt .productbox5_cont .swiper-slide .item i:before,
  .productbox-sec5 .cont .gt .productbox5_cont .swiper-slide .item i:after {
    display: none;
  }
}
.productbox-sec5 .cont .gt .productbox5_cont .swiper-slide .item i:before {
  bottom: 100%;
  margin-bottom: 5px;
}
.productbox-sec5 .cont .gt .productbox5_cont .swiper-slide .item i:after {
  top: 100%;
  margin-top: 5px;
}
.productbox-sec5 .cont .gt .productbox5_cont .swiper-slide .item .font {
  width: calc(100% - 0.45rem);
  padding-left: 0.32rem;
}
@media (max-width: 767px) {
  .productbox-sec5 .cont .gt .productbox5_cont .swiper-slide .item .font {
    padding-left: 0;
    width: 100%;
  }
}
.productbox-sec5 .cont .gt .productbox5_cont .swiper-slide .item .font .img {
  transition: all 0.4s;
  border: solid 1px #8d8d8d;
  overflow: hidden;
}
.productbox-sec5 .cont .gt .productbox5_cont .swiper-slide .item .font .img:before {
  padding-top: 64.28571429%;
}
.productbox-sec5 .cont .gt .productbox5_cont .swiper-slide .item .font .tit {
  padding: 10px 10px 0;
  color: #ffffff;
  opacity: 0.5;
  font-weight: bold;
  transition: all 0.4s;
}
.productbox-sec5 .cont .gt .productbox5_cont .swiper-slide:first-child i:before {
  display: none;
}
.productbox-sec5 .cont .gt .productbox5_cont .swiper-slide:last-child i:after {
  display: none;
}
.productbox-sec5 .cont .gt .productbox5_cont .swiper-slide.on .item i {
  border-color: #ffffff;
  opacity: 1;
  color: #ffffff;
}
.productbox-sec5 .cont .gt .productbox5_cont .swiper-slide.on .item .font .img {
  border: 2px solid #00348e;
}
.productbox-sec5 .cont .gt .productbox5_cont .swiper-slide.on .item .font .tit {
  color: #ffffff;
  opacity: 1;
}
.productbox-sec6 {
  background-color: #f7faff;
  position: relative;
  padding-top: 1.32rem;
}
.productbox-sec6 .productbox_tit {
  margin-bottom: 0.56rem;
}
.productbox-sec6 .cont {
  position: relative;
  padding: 0 7.75%;
}
@media (max-width: 767px) {
  .productbox-sec6 .cont {
    padding: 0;
  }
}
.productbox-sec6 .cont .productbox6_next,
.productbox-sec6 .cont .productbox6_prev {
  top: 46%;
}
@media (max-width: 767px) {
}
.productbox-sec6 .cont .productbox6_next svg path,
.productbox-sec6 .cont .productbox6_prev svg path {
  fill: #fff;
}
.productbox-sec6 .cont .productbox6_next {
  right: 3rem;
}
@media (max-width: 767px) {
  .productbox-sec6 .cont .productbox6_next {
    right: 0.3rem;
  }
}
.productbox-sec6 .cont .productbox6_prev {
  left: 3rem;
}
@media (max-width: 767px) {
  .productbox-sec6 .cont .productbox6_prev {
    left: 0.3rem;
  }
}
.productbox-sec6 .cont .productbox6_cont {
  width: 100%;
}
.productbox-sec6 .cont .productbox6_cont .swiper-wrapper {
  align-items: center;
}
.productbox-sec6 .cont .productbox6_cont .swiper-slide {
  width: 32.63%;
  width: 42.7%;
}
@media (max-width: 1260px) {
  .productbox-sec6 .cont .productbox6_cont .swiper-slide {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .productbox-sec6 .cont .productbox6_cont .swiper-slide {
    width: 100%;
  }
}
.productbox-sec6 .cont .productbox6_cont .swiper-slide .item {
  width: 100%;
  position: relative;
}
.productbox-sec6 .cont .productbox6_cont .swiper-slide .item:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 76%;
  top: 70%;
  margin-top: 0.22rem;
  height: 30%;
  width: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 62%);
}
@media (max-width: 1580px) {
  .productbox-sec6 .cont .productbox6_cont .swiper-slide .item:before {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 56%);
  }
}
@media (max-width: 767px) {
  .productbox-sec6 .cont .productbox6_cont .swiper-slide .item:before {
    top: 66%;
  }
}
.productbox-sec6 .cont .productbox6_cont .swiper-slide .item .img {
  border: 10px solid rgba(89, 137, 209, 0.3);
  box-sizing: content-box;
}
@media (max-width: 1580px) {
  .productbox-sec6 .cont .productbox6_cont .swiper-slide .item .img {
    border-width: 6px;
  }
}
@media (max-width: 767px) {
  .productbox-sec6 .cont .productbox6_cont .swiper-slide .item .img {
    border-width: 2px;
  }
}
.productbox-sec6 .cont .productbox6_cont .swiper-slide .item .img:before {
  padding-top: 56.39344262%;
}
.productbox-sec6 .cont .productbox6_cont .swiper-slide .item .img img {
  transition: all 0.4s;
}
.productbox-sec6 .cont .productbox6_cont .swiper-slide .item .img:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.6;
  z-index: 2;
  transition: all 0.4s;
}
.productbox-sec6 .cont .productbox6_cont .swiper-slide .item .font {
  position: relative;
  padding: 12px 10px 12px;
  line-height: 1.3;
  padding: 18px 10px;
  opacity: 0;
  text-align: center;
  transition: all 0.4s;
}
.productbox-sec6 .cont .productbox6_cont .swiper-slide .item .font .tit {
  color: #222222;
  font-weight: bold;
}
.productbox-sec6 .cont .productbox6_cont .swiper-slide .item .font .text {
  color: #666666;
}
.productbox-sec6 .cont .productbox6_cont .swiper-slide .item:hover .img img {
  transform: scale(1.04);
}
.productbox-sec6 .cont .productbox6_cont .swiper-slide-active .item:before {
  opacity: 1;
}
.productbox-sec6 .cont .productbox6_cont .swiper-slide-active .item .img:after {
  opacity: 0;
}
.productbox-sec6 .cont .productbox6_cont .swiper-slide-active .item .img img {
  opacity: 1;
}
.productbox-sec6 .cont .productbox6_cont .swiper-slide-active .item .font {
  opacity: 1;
}
.productbox-sec7 {
  background-color: #f7faff;
  overflow: hidden;
  padding: 1.32rem 0 1.4rem;
}
.productbox-sec7 .productbox_tit {
  margin-bottom: 0.72rem;
}
.productbox-sec7 .cont {
  position: relative;
}
.productbox-sec7 .cont .base_next svg path,
.productbox-sec7 .cont .base_prev svg path {
  fill: #fff;
}
.productbox-sec7 .cont .base_next {
  right: -0.75rem;
}
@media (max-width: 1260px) {
  .productbox-sec7 .cont .base_next {
    right: 0.3rem;
  }
}
.productbox-sec7 .cont .base_prev {
  left: -0.75rem;
}
@media (max-width: 1260px) {
  .productbox-sec7 .cont .base_prev {
    left: 0.3rem;
  }
}
.productbox-sec7 .cont .productbox7_cont {
  width: auto;
  margin: 0 -0.13rem;
}
.productbox-sec7 .cont .productbox7_cont .swiper-slide {
  padding: 0 0.13rem;
  height: auto;
}
@media (max-width: 991px) {
}
@media (max-width: 767px) {
}
.productbox-sec7 .cont .productbox7_cont .swiper-slide .item {
  display: block;
  background-color: #fff;
  height: 100%;
}
.productbox-sec7 .cont .productbox7_cont .swiper-slide .item .img {
  overflow: hidden;
}
.productbox-sec7 .cont .productbox7_cont .swiper-slide .item .img:before {
  padding-top: 122.63157895%;
}
.productbox-sec7 .cont .productbox7_cont .swiper-slide .item .img img {
  transition: all 0.4s;
}
.productbox-sec7 .cont .productbox7_cont .swiper-slide .item .font {
  width: 100%;
  text-align: center;
  padding: 18px 0.5rem 20px;
}
@media (max-width: 767px) {
  .productbox-sec7 .cont .productbox7_cont .swiper-slide .item .font {
    padding: 14px 0.4rem 16px;
  }
}
.productbox-sec7 .cont .productbox7_cont .swiper-slide .item .font .tit {
  color: #222;
  font-weight: bold;
  margin-bottom: 2px;
}
.productbox-sec7 .cont .productbox7_cont .swiper-slide .item .font .text {
  color: #666666;
  line-height: 1.375;
}
.productbox-sec7 .cont .productbox7_cont .swiper-slide .item:hover .img img {
  transform: scale(1.04);
}
@media (min-width: 768px) {
  .productbox-sec7 .cont .productbox7_cont .swiper-slide {
    padding-top: 0.62rem;
  }
  .productbox-sec7 .cont .productbox7_cont .swiper-slide:nth-child(2n) {
    padding-top: 0;
    padding-bottom: 0.62rem;
  }
}
/* End */
.productbox2 .flogo {
  height: 1.08rem !important;
}
.productbox2 .pro_cont1 .public-btn {
  background: #e73211;
}
.productbox2 .pro_cont1 .public-btn:hover {
  background: #fff;
  border-color: #e73211;
}
.productbox2 .pro_cont1 .public-btn:hover p {
  color: #e73211;
}
.productbox2 .pro_cont1 .public-btn:hover svg {
  left: 5px;
}
.productbox2 .pro_cont1 .public-btn:hover svg path {
  fill: #e73211;
}
.productbox-sec5_1 .cont .lt .fzjut .fa_position .dian span {
  background-color: #f18d00;
}
