.home_nav {
  position: fixed;
  top: 60%;
  left: 2%;
  z-index: 9999;
  transition: all 0.5s;
}
@media (max-width: 1199px) {
  .home_nav {
    top: 45%;
  }
}
@media (max-width: 767px) {
  .home_nav {
    display: none;
  }
}
.home_nav > div a {
  display: flex;
  align-items: center;
}
.home_nav > div a span {
  margin-right: 30px;
  display: block;
  width: 30px;
  height: 4px;
  background-color: #fff;
  transition: all 0.5s;
  opacity: 0;
}
@media (max-width: 1199px) {
  .home_nav > div a span {
    width: 20px;
    height: 2px;
    margin-right: 10px;
  }
}
.home_nav > div a p {
  font-size: 26px;
  color: #fff;
  transition: all 0.5s;
  opacity: 0.8;
}
@media (max-width: 1199px) {
  .home_nav > div a p {
    font-size: 18px;
  }
}
.home_nav > div .act span {
  opacity: 1;
}
.home_nav > div .act p {
  opacity: 1;
}
.home_nav > div:not(:last-child) {
  margin-bottom: 16px;
}
@media (max-width: 1199px) {
  .home_nav > div:not(:last-child) {
    margin-bottom: 8px;
  }
}
.fp-tableCell {
  padding-top: unset;
}
.section1 {
  position: relative;
}
.section1::before {
  z-index: 20;
  content: '';
  width: 100%;
  position: absolute;
  bottom: 0;
  height: 290px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.37) 100%);
}
.section1 .slick_product1_box {
  height: 100%;
  position: relative;
}
.section1 .slick_product1_box .slick_product1 {
  height: 100%;
}
.section1 .slick_product1_box .slick_product1 > div {
  height: 100%;
}
.section1 .slick_product1_box .slick_product1 > div > div {
  height: inherit;
}
.section1 .slick_product1_box .slick_product1 > div > div > div {
  height: inherit;
}
.section1 .slick_product1_box .slick_product1 .slick-slide {
  height: 100%;
}
.section1 .slick_product1_box .slick_product1 .slick-slide > div {
  height: 100%;
}
.section1 .slick_product1_box .slick_product1 .slick-slide > div > div {
  height: 100%;
}
.section1 .slick_product1_box .slick_product1 .item {
  height: 100%;
  overflow: hidden;
}
.section1 .slick_product1_box .slick_product1 .item .pic {
  position: relative;
  height: 100%;
}
@media (max-width: 767px) {
  .section1 .slick_product1_box .slick_product1 .item .pic .box_bg {
    position: relative;
    transform: unset;
    height: max-content;
    width: 100%;
  }
}
.section1 .slick_product1_box .slick_product1 .slick-dots {
  z-index: 40;
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
}
.section1 .slick_product1_box .slick_product1 .slick-dots li {
  margin: 0 8px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 0.5);
  transition: all 0.5s;
}
.section1 .slick_product1_box .slick_product1 .slick-dots .slick-active {
  width: 28px;
  background-color: #fff;
}
.section1 .slick_product1_box .mask {
  padding-top: 110px;
  position: absolute;
  z-index: 30;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  pointer-events: none;
}
.section1 .slick_product1_box .mask .mask_t {
  padding-top: 150px;
}
@media (max-width: 1199px) {
  .section1 .slick_product1_box .mask .mask_t {
    padding-top: unset;
  }
}
.section1 .slick_product1_box .mask .mask_t .tit {
  margin-bottom: 15px;
}
.section1 .slick_product1_box .mask .mask_t .tit p {
  font-size: 60px;
  color: #222222;
  font-weight: bold;
}
@media (max-width: 1199px) {
  .section1 .slick_product1_box .mask .mask_t .tit p {
    font-size: 32px;
    text-align: center;
  }
}
.section1 .slick_product1_box .mask .mask_t .subtit p {
  font-weight: bold;
  font-size: 40px;
  color: #222222;
}
@media (max-width: 1199px) {
  .section1 .slick_product1_box .mask .mask_t .subtit p {
    font-size: 24px;
    text-align: center;
  }
}
.section1 .slick_product1_box .mask_b {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 120px;
  width: max-content;
  left: 50%;
  transform: translateX(-50%);
  z-index: 20;
}
.section1 .slick_product1_box .mask_b a {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 50px;
  padding: 15px 30px;
}
@media (max-width: 1199px) {
  .section1 .slick_product1_box .mask_b a {
    padding: 8px 12px;
  }
}
.section1 .slick_product1_box .mask_b a span {
  margin-right: 18px;
  color: #000;
  font-size: 18px;
}
@media (max-width: 1199px) {
  .section1 .slick_product1_box .mask_b a span {
    margin-right: 10px;
    font-size: 14px;
  }
}
.section1 .slick_product1_box .mask_b a .icon {
  line-height: 1;
}
.section1 .slick_product1_box .mask_b a .icon i {
  color: #000;
  font-size: 16px;
}
@media (max-width: 1199px) {
  .section1 .slick_product1_box .mask_b a .icon i {
    font-size: 14px;
  }
}
.section2 {
  position: relative;
}
.section2::before {
  z-index: 20;
  content: '';
  width: 100%;
  position: absolute;
  bottom: 0;
  height: 290px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.37) 100%);
}
@media (max-width: 767px) {
  .section2::before {
    display: none;
  }
}
.section2 .slick_product2_box {
  height: 100%;
  position: relative;
}
.section2 .slick_product2_box .slick_product2 {
  height: 100%;
}
.section2 .slick_product2_box .slick_product2 > div {
  height: 100%;
}
.section2 .slick_product2_box .slick_product2 > div > div {
  height: inherit;
}
.section2 .slick_product2_box .slick_product2 > div > div > div {
  height: inherit;
}
.section2 .slick_product2_box .slick_product2 .slick-slide {
  height: 100%;
}
.section2 .slick_product2_box .slick_product2 .slick-slide > div {
  height: 100%;
}
.section2 .slick_product2_box .slick_product2 .slick-slide > div > div {
  height: 100%;
}
.section2 .slick_product2_box .slick_product2 .item {
  height: 100%;
  overflow: hidden;
}
.section2 .slick_product2_box .slick_product2 .item .pic {
  position: relative;
  height: 100%;
}
@media (max-width: 767px) {
  .section2 .slick_product2_box .slick_product2 .item .pic .box_bg {
    position: relative;
    transform: unset;
    height: max-content;
    width: 100%;
    left: unset;
    bottom: unset;
  }
}
.section2 .slick_product2_box .slick_product2 .slick-dots {
  z-index: 40;
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .section2 .slick_product2_box .slick_product2 .slick-dots {
    bottom: 3%;
  }
}
.section2 .slick_product2_box .slick_product2 .slick-dots li {
  margin: 0 8px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 0.5);
  transition: all 0.5s;
}
.section2 .slick_product2_box .slick_product2 .slick-dots .slick-active {
  width: 28px;
  background-color: #fff;
}
.section2 .slick_product2_box .mask {
  padding-top: 110px;
  position: absolute;
  z-index: 30;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  pointer-events: none;
}
@media (max-width: 767px) {
  .section2 .slick_product2_box .mask {
    padding-top: 10px;
  }
}
.section2 .slick_product2_box .mask .mask_t {
  padding-top: 80px;
}
@media (max-width: 1199px) {
  .section2 .slick_product2_box .mask .mask_t {
    padding-top: unset;
  }
}
.section2 .slick_product2_box .mask .mask_t .tit {
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .section2 .slick_product2_box .mask .mask_t .tit {
    margin-bottom: 8px;
  }
}
.section2 .slick_product2_box .mask .mask_t .tit p {
  text-align: center;
  font-size: 40px;
  color: #222222;
  font-weight: bold;
}
@media (max-width: 1199px) {
  .section2 .slick_product2_box .mask .mask_t .tit p {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .section2 .slick_product2_box .mask .mask_t .tit p {
    font-size: 24px;
  }
}
.section2 .slick_product2_box .mask .mask_t .subtit {
  margin: 0 auto;
  width: 1200px;
  max-width: 100%;
}
.section2 .slick_product2_box .mask .mask_t .subtit p {
  text-align: center;
  font-size: 18px;
  color: #222222;
}
@media (max-width: 767px) {
  .section2 .slick_product2_box .mask .mask_t .subtit p {
    font-size: 14px;
  }
}
.section2 .slick_product2_box .mask_b {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 120px;
  width: max-content;
  left: 50%;
  transform: translateX(-50%);
  z-index: 20;
}
@media (max-width: 767px) {
  .section2 .slick_product2_box .mask_b {
    bottom: 12%;
  }
}
.section2 .slick_product2_box .mask_b a {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 50px;
  padding: 15px 30px;
}
@media (max-width: 1199px) {
  .section2 .slick_product2_box .mask_b a {
    padding: 8px 12px;
  }
}
@media (max-width: 767px) {
  .section2 .slick_product2_box .mask_b a {
    padding: 4px 8px;
  }
}
.section2 .slick_product2_box .mask_b a span {
  margin-right: 18px;
  color: #000;
  font-size: 18px;
}
@media (max-width: 1199px) {
  .section2 .slick_product2_box .mask_b a span {
    margin-right: 10px;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .section2 .slick_product2_box .mask_b a span {
    font-size: 12px;
    margin-right: 5px;
  }
}
.section2 .slick_product2_box .mask_b a .icon {
  line-height: 1;
}
.section2 .slick_product2_box .mask_b a .icon i {
  color: #000;
  font-size: 16px;
}
@media (max-width: 1199px) {
  .section2 .slick_product2_box .mask_b a .icon i {
    font-size: 14px;
  }
}
.section .mainbox {
  padding-top: 110px;
}
@media (max-width: 767px) {
  .section .mainbox {
    padding-top: 0px;
  }
}
.product_detail_box {
  height: 100%;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .product_detail_box .box_bg {
    position: relative !important;
    left: unset;
    transform: unset;
    bottom: unset;
    width: 100%;
    height: max-content;
  }
}
.product_detail_box .mainbox {
  position: relative;
}
@media (max-width: 767px) {
  .product_detail_box .mainbox {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
}
.product_detail_box .mainbox::before {
  content: '';
  width: 100%;
  height: 50%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 30;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
}
.product_detail_box .bottom_linkbox {
  z-index: 40;
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .product_detail_box .bottom_linkbox {
    bottom: unset;
    top: 50%;
    right: 5%;
    left: unset;
    transform: translateX(0%) translateY(-50%);
  }
}
.product_detail_box .bottom_linkbox ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.product_detail_box .bottom_linkbox ul li {
  padding: 0;
}
.product_detail_box .bottom_linkbox ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px 20px;
  background-color: #fff;
  border-radius: 50px;
}
@media (max-width: 1199px) {
  .product_detail_box .bottom_linkbox ul li a {
    padding: 12px 10px;
  }
}
@media (max-width: 767px) {
  .product_detail_box .bottom_linkbox ul li a {
    padding: 6px 8px;
  }
}
.product_detail_box .bottom_linkbox ul li a span {
  margin-right: 10px;
  font-size: 18px;
  color: #000;
  line-height: 1;
}
@media (max-width: 1199px) {
  .product_detail_box .bottom_linkbox ul li a span {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .product_detail_box .bottom_linkbox ul li a span {
    font-size: 12px;
  }
}
.product_detail_box .bottom_linkbox ul li a .icon {
  line-height: 1;
}
.product_detail_box .bottom_linkbox ul li a .icon i {
  color: #000;
  font-size: 18px;
}
@media (max-width: 767px) {
  .product_detail_box .bottom_linkbox ul li a .icon i {
    font-size: 14px;
  }
}
.product_detail_box .intro_box {
  z-index: 40;
  position: absolute;
  bottom: 10%;
  right: 1%;
  width: 544px;
  padding-top: 30px;
  padding-right: 50px;
}
@media (max-width: 1199px) {
  .product_detail_box .intro_box {
    right: unset;
    width: 100%;
    left: 50%;
    bottom: 15%;
    transform: translateX(-50%);
    padding-right: unset;
    padding: 20px 20px 0;
  }
}
@media (max-width: 767px) {
  .product_detail_box .intro_box {
    bottom: 0;
    padding: 0;
    padding: 0 10px 10px 10px;
  }
}
.product_detail_box .intro_box::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
}
@media (max-width: 767px) {
  .product_detail_box .intro_box::before {
    display: none;
  }
}
.product_detail_box .intro_box .tit {
  margin-bottom: 20px;
}
@media (max-width: 1199px) {
  .product_detail_box .intro_box .tit {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .product_detail_box .intro_box .tit {
    margin-bottom: 5px;
  }
}
.product_detail_box .intro_box .tit p {
  color: #fff;
  font-size: 32px;
  line-height: 1.5;
}
@media (max-width: 992px) {
  .product_detail_box .intro_box .tit p {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .product_detail_box .intro_box .tit p {
    font-size: 18px;
  }
}
.product_detail_box .intro_box .intro p {
  color: #fff;
  font-size: 18px;
  line-height: 1.5;
}
@media (max-width: 992px) {
  .product_detail_box .intro_box .intro p {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .product_detail_box .intro_box .intro p {
    font-size: 14px;
  }
}
.detail_pic_box {
  height: 100%;
  position: relative;
  background-color: #000;
}
.detail_pic_box .box_tit {
  padding-top: 50px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  position: relative;
}
@media (max-width: 767px) {
  .detail_pic_box .box_tit {
    padding: 20px 10px;
    margin-bottom: 10px;
  }
}
.detail_pic_box .box_tit::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 32px;
  height: 3px;
  background-color: #df0622;
  opacity: 0.9;
}
.detail_pic_box .box_tit p {
  text-align: center;
  color: #fff;
  font-size: 48px;
  line-height: 1;
}
@media (max-width: 1200px) {
  .detail_pic_box .box_tit p {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .detail_pic_box .box_tit p {
    font-size: 24px;
  }
}
.detail_pic_box .swiper_detail_pic_box {
  width: 100%;
}
.detail_pic_box .swiper_detail_pic_box .swiper_detail_pic {
  width: 1000px;
  margin: 0 auto;
}
@media (max-width: 1199px) {
  .detail_pic_box .swiper_detail_pic_box .swiper_detail_pic {
    width: 960px;
  }
}
@media (max-width: 992px) {
  .detail_pic_box .swiper_detail_pic_box .swiper_detail_pic {
    width: 720px;
  }
}
@media (max-width: 767px) {
  .detail_pic_box .swiper_detail_pic_box .swiper_detail_pic {
    width: 540px;
  }
}
@media (max-width: 576px) {
  .detail_pic_box .swiper_detail_pic_box .swiper_detail_pic {
    width: 375px;
    padding: 0 12px;
  }
}
.detail_pic_box .swiper_detail_pic_box .swiper_detail_pic .slick-list {
  overflow: visible;
}
@media (max-width: 1199px) {
  .detail_pic_box .swiper_detail_pic_box .swiper_detail_pic .slick-list {
    overflow: hidden;
  }
}
.detail_pic_box .swiper_detail_pic_box .swiper_detail_pic .slick-slide {
  padding: 0 25px;
}
@media (max-width: 1199px) {
  .detail_pic_box .swiper_detail_pic_box .swiper_detail_pic .slick-slide {
    padding: unset;
  }
}
.detail_pic_box .swiper_detail_pic_box .swiper_detail_pic .item {
  width: 100%;
  overflow: hidden;
}
.detail_pic_box .swiper_detail_pic_box .swiper_detail_pic .pic {
  height: 630px;
  position: relative;
  width: 100%;
  cursor: pointer;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .detail_pic_box .swiper_detail_pic_box .swiper_detail_pic .pic {
    height: calc(100vh - 500px);
  }
}
.detail_pic_box .swiper_detail_pic_box .swiper_detail_pic .pic img {
  transition: all 0.5s;
  width: 100%;
}
@media (max-width: 767px) {
  .detail_pic_box .swiper_detail_pic_box .swiper_detail_pic .pic .box_bg {
    width: 100%;
    min-width: initial;
    min-height: inherit;
  }
}
.detail_pic_box .swiper_detail_pic_box .swiper_detail_pic .pic .icon {
  z-index: 40;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.detail_pic_box .swiper_detail_pic_box .swiper_detail_pic .pic .icon i {
  color: #fff;
  font-size: 64px;
}
.detail_pic_box .swiper_detail_pic_box .swiper_detail_pic .pic:hover img {
  transform: scale(1.1);
}
.product_inquiry_form {
  padding: 0 120px;
  position: fixed;
  z-index: 99999;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: all 0.5s;
  overflow: auto;
}
@media (max-width: 1199px) {
  .product_inquiry_form {
    padding: 0 50px;
  }
}
@media (max-width: 991px) {
  .product_inquiry_form {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .product_inquiry_form {
    padding: 0 12px;
  }
}
.product_inquiry_form .product_inquiry_form_box {
  background-color: #fff;
  height: 100%;
}
@media (max-width: 767px) {
  .product_inquiry_form .product_inquiry_form_box {
    height: max-content;
  }
}
.product_inquiry_form .product_inquiry_form_box .closebtn {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.product_inquiry_form .product_inquiry_form_box .closebtn .icon {
  padding: 20px 20px 0 0;
  cursor: pointer;
}
@media (max-width: 767px) {
  .product_inquiry_form .product_inquiry_form_box .closebtn .icon {
    padding: 10px 10px 0 0;
  }
}
.product_inquiry_form .product_inquiry_form_box .closebtn .icon i {
  display: block;
  color: #000;
  font-size: 32px;
  transition: all 0.5s;
}
.product_inquiry_form .product_inquiry_form_box .closebtn .icon:hover i {
  transform: rotate(180deg);
}
.product_inquiry_form .product_inquiry_form_box .page-form-fields-item-tips {
  margin: 0;
}
.product_inquiry_form_active {
  opacity: 1;
  pointer-events: initial;
  overflow: auto;
}
