html {
  overflow-y: scroll;
}
:root {
  overflow-y: auto;
  overflow-x: hidden;
}
::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}
::-webkit-scrollbar-thumb {
  background: #000;
}
::-webkit-scrollbar-track {
  background: #eaeaea;
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.list-paddingleft-2 li p{
  font-size: 17px !important;
}
/*======================================================
 预加载模块
=============================================================*/
.banner_button{
  position: absolute;
  z-index: 49;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  /*padding: 0 30px;*/
  /*display: flex;*/
  /*justify-content: space-between;*/
}
.banner_button .swiper-banner-prev,.banner_button .swiper-banner-next{
  position: absolute;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #999999;
  border-radius: 50%;
  opacity: 0.5;
  cursor: pointer;
  top: 50%;
  vertical-align: middle;
  transform: translateY(-50%);
}
.banner_button .swiper-banner-prev:hover,.banner_button .swiper-banner-next:hover{
  opacity: 1;
}
.banner_button .swiper-banner-prev img,.banner_button .swiper-banner-next img{
  scale: 0.8;
}
.swiper-banner-disabled{
  display:none !important;
}
.banner_button .swiper-banner-prev{
  left: 30px;
}
.banner_button .swiper-banner-next{
  right: 30px;
}
.preload_box {
  position: fixed;
  z-index: 100;
  width: 100%;
  height: 100vh;
  background: #EBEBEB;
}
.preload_box .preload_words {
  width: 30%;
  position: absolute;
  overflow: hidden;
  left: 50%;
  top: 35%;
  right: 0;
  transform: translate(-50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.preload_box .preload_words .greet_title {
  opacity: 0;
}
.preload_box .preload_words .preload_logo {
  position: relative;
  overflow: hidden;
  justify-content: flex-end;
  margin: 50px 0;
  width: 100%;
  animation-duration: 2s;
  animation-delay: 0.5s;
}
.preload_box .preload_words .preload_logo img {
  width: 100%;
}
.preload_box .preload_words .preload_logo::after {
  position: absolute;
  top: 0;
  right: 0;
  content: '';
  display: block;
  width: 0;
  height: 100%;
  background-color: rgba(234, 234, 234);
  -moz-animation: logo_left 2s ease-out;
  -webkit-animation: logo_left 2s ease-out;
}
.preload_box .preload_words .preload_line {
  width: 200px;
  height: 1px;
  border-radius: 10px;
  border: 1px solid #000;
}
.preload_box .preload_words .preload_line::after {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background: #000;
  -moz-animation: preload 2s ease-out;
  -webkit-animation: preload 2s ease-out;
}
.disappear {
  animation: disappear 1s ease-out;
}
@-moz-keyframes preload {
  0% {
    width: 0px;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes preload {
  0% {
    width: 0px;
  }
  100% {
    width: 100%;
  }
}
@-moz-keyframe logo_left {
0% {
  width: 100%;
}
100% {
  width: 0;
}
}
@-webkit-keyframes logo_left {
  0% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}
@keyframes disappear {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
/*================================================
全屏滚动
==========================================================*/
.main {
  margin-top: 0;
  width: 100%;
  height: 100vh;
  min-height: auto;
  overflow: hidden;
  position: relative;
}
.home_main_warrper {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
section {
  position: relative;
  height: 100vh;
  overflow-y: auto;
  overflow-x: hidden;
}
@media screen and (max-width: 1000PX) {
  section {
    position: relative;
    height: auto;
    overflow-y: auto;
    overflow-x: hidden;
  }
}
/*============================================================
 header
 =======================================================================*/
.header_box {
  transition: all 0.3s;
  background: #fff;
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.05);
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 20;
  padding: 15px 0;
}
.header_box .anchor{
  cursor:pointer;
}
.header_box .haeder_content {
  padding: 0 50px;
  box-sizing: border-box;
  justify-content: space-between;
  align-items: center;
  display: flex;
}
.header_box .haeder_content .logo_image .one {
  display: none;
}
.header_box .haeder_content .logo_image .two {
  display: block;
}
.header_box .haeder_content .nav_header {
  width: 50%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header_box .haeder_content .nav_header a {
  transition: all 0.3s;
  color: #000;
  font-family: DengXian-Bold;
  cursor: pointer;
}
.header_box .haeder_content .nav_header i {
  display: inline-block;
  margin-left: 5px;
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  color: #000;
}
.header_box .haeder_content .nav_header .nav_box {
  position: relative;
  display: flex;
  align-items: center;
}
.header_box .haeder_content .nav_header .nav_box .second_sub {
  opacity: 0;
  padding: 20px 0 10px;
  position: absolute;
  top: 5px;
  left:50%;
  transform: translateX(-50%);
  display: flex;
  /*flex-direction:column;*/
  transition: all 0.5s;
}
.header_box .haeder_content .nav_header .nav_box .second_sub a {
  margin-right: 10px;
  margin-bottom:10px;
}
.header_box .haeder_content .nav_header .list_second:hover .second_sub {
  top: 14px;
  opacity: 1;
}

/*.header_box .haeder_content .nav_header:hover i {*/
/*  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);*/
/*  transform: rotate(-180deg);*/
/*}*/
.header_box .haeder_content .nav_header .list_second:hover .layui-icon-down{
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transform: rotate(-180deg);
}
.header_box .haeder_content .header_right {
  display: flex;
  align-items: center;
}
.header_box .haeder_content .header_right > a {
  margin-right: 40px;
  color: #000;
  cursor: pointer;
  font-family: DengXian-Bold;
}
.header_box .haeder_content .header_right > a::after {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background-color: #333;
}
.header_box .haeder_content .header_right .link_icon {
  display: flex;
}
.header_box .haeder_content .header_right .link_icon a:first-child {
  margin-right: 10px;
}
.header_box .haeder_content .header_right .link_icon a .one {
  display: none;
}
.header_box .haeder_content .header_right .link_icon a .two {
  display: block;
}
.header_box .haeder_content .header_right .layui-icon-more {
  display: none;
  margin-left: 10px;
  font-size: 20px;
}
.header_box .haeder_content .header_right .layui-icon-close {
  display: none;
  margin-left: 10px;
  font-size: 20px;
}
.head-animation {
  transform: translateY(-100%);
}
.header_mo {
  display: none;
  position: fixed;
  background-color: #fff;
  height: 100vh;
  width: 100%;
  z-index: 50;
}
.header_mo .header_box {
  display: flex;
  flex-direction: column;
  padding: 0 30px;
  margin-top: 40px;
  box-sizing: border-box;
  text-align: center;
  height: 100%;
}
.header_mo .header_box .nav_box {
  text-decoration: none;
  width: 100%;
  line-height: 60px;
  font-size: 16px;
  color: #333;
  position: relative;
  box-sizing: border-box;
  border-bottom: 1px solid #dcdcdc;
  font-size: 14px;
}
.header_mo .header_box .nav_box .second_sub {
  display: none;
}
.header_mo .header_box .link_icon {
  margin-top: 40px;
}
/* 移动端菜单按钮 */
.app_nav_btn {
  width: 50px;
  height: 50px;
  transform: scale(0.7) translateX(50%);
}
.app_nav_btn span,
.app_nav_btn::after,
.app_nav_btn::before {
  content: "";
  display: block;
  width: 70%;
  height: 3px;
  border-radius: 2px;
  background: #444;
  position: absolute;
  left: 0;
  transition: all 0.3s;
}
.app_nav_btn::after {
  transform-origin: right center;
  top: 25%;
}
.app_nav_btn::before {
  transform-origin: right center;
  top: 75%;
}
.app_nav_btn span {
  top: 50%;
}
.app_nav_btn.check span {
  opacity: 0;
}
.app_nav_btn.check::after {
  transform: rotate(-46deg);
}
.app_nav_btn.check::before {
  transform: rotate(46deg);
}
.app_nav_btn.check + .nav_warp .nav_list {
  left: 0;
}
@media screen and (max-width: 1400PX) {
  .header_box .haeder_content .logo_image {
    width: 30%;
  }
  .header_box .haeder_content .logo_image img {
    width: 100%;
  }
  .header_box .haeder_content .nav_header {
    width: 40%;
  }
}
@media screen and (max-width: 1000PX) {
  .header_box {
    padding: 15px 0;
  }
  .header_box .haeder_content .logo_image {
    width: 50%;
  }
  .header_box .haeder_content .logo_image img {
    width: 100%;
  }
  .header_box .haeder_content .nav_header {
    display: none;
  }
  .header_box .haeder_content .header_right a {
    display: none;
  }
  .header_box .haeder_content .header_right .layui-icon-more {
    display: block;
  }
}
@media screen and (max-width: 768PX) {
  .banner_button .swiper-banner-prev, .banner_button .swiper-banner-next{
    width: 30px !important;height: 30px !important;
  }
  .configurator_box .configurator_right .configurator-button-next, .configurator_box .configurator_right .configurator-button-prev{
    width: 30px !important;height: 30px !important;
  }
  .news_box .news_list .new_btn .new-button-next, .news_box .news_list .new_btn .new-button-prev{
    width: 30px !important;height: 30px !important;
  }
  .list-paddingleft-2 li p{
    font-size: 15px !important;
  }
  .news_box .news_list .new_btn .new-button-next{
    right: 15px !important;
  }
  .news_box .news_list .new_btn .new-button-prev{
    left: 15px !important;
  }
  .header_box {
    padding: 10px 0;
  }
  .header_box .haeder_content {
    padding: 0 20px;
  }
  .header_box .haeder_content .logo_image {
    width: 55%;
  }
  .header_box .haeder_content .logo_image img {
    width: 100% !important;
  }
  /*  .header_box .haeder_content .nav_header .nav_box .second_sub {*/
  /*  opacity: 0;*/
  /*  padding: 20px 0 10px;*/
  /*  position: absolute;*/
  /*  top: 5px;*/
  /*  left:50%;*/
  /*  transform: translateX(-50%);*/
  /*  display: flex;*/
  /*flex-direction:column;*/
  /*  transition: all 0.5s;*/
  /*}*/
}
.header_white {
  background: none;
  box-shadow: none;
}
.header_white .haeder_content .logo_image .one {
  display: none;
}
.header_white .haeder_content .logo_image .two {
  display: block;
}
.header_white .haeder_content .nav_header > a {
  color: #fff;
}
.header_white .haeder_content .header_right > a {
  color: #fff;
}
.header_white .haeder_content .header_right > a::after {
  background-color: #fff;
}
.header_white .haeder_content .header_right .link_icon a .one {
  display: block;
}
.header_white .haeder_content .header_right .link_icon a .two {
  display: none;
}
/*=============================================================
 footer
 =========================================================================*/
.footer_box {
  padding: 30px 0 20px;
  background-color: #EBEBEB;
}
.footer_box .footer_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer_box .footer_top .top_left {
  width: 50%;
  display: flex;
}
.footer_box .footer_top .top_left .top_one{
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  /*padding-bottom: 8px;*/
}
.footer_box .footer_top .top_left .top_one h3 {
  font-family: DengXian-Bold;
  color: #000000;
  margin-bottom: 35px;
}
.footer_box .footer_top .top_left .top_one span {
  font-family: DengXian-Regular;
}
.footer_box .footer_top .top_left .top_two {
  margin: 0 62PX 0 32PX;
  width: 65px;
  position: relative;
}
.footer_box .footer_top .top_left .top_two img{
  /*max-height: 107px;*/
  position: absolute;
}
.footer_box .footer_top .top_left .top_three {
  display: flex;
  flex-direction: column;
  color: #000;
  font-family: DengXian-Bold;
  justify-content: flex-end;
  /*padding-bottom: 8px;*/
}
.footer_box .footer_top .top_left .top_three span:nth-child(1) {
  margin-bottom: 33px;
}
.footer_box .footer_top .top_right {
  display: flex;
}
.footer_box .footer_top .top_right .top_four {
  position: relative;
  padding-left: 66px;
  margin-right: 155px;
}
.footer_box .footer_top .top_right .top_four::before {
  position: absolute;
  left: 0;
  display: block;
  content: '';
  width: 1px;
  height: 100%;
  height: 120px;
  background-color: #FFFFFF;
}
.footer_box .footer_top .top_right .top_four h3 {
  font-family: DengXian-Bold;
  color: #000000;
  margin-bottom: 35px;
}
.footer_box .footer_top .top_right .top_four span {
  font-family: DengXian-Regular;
}
.footer_box .footer_top .top_right .top_five {
  align-self: flex-end;
  display: flex;
  justify-content: space-between;
  color: #000;
  font-family: DengXian-Bold;
}
.footer_box .footer_top .top_right .top_five a {
  position: relative;
  margin-right: 97px;
}
.footer_box .footer_top .top_right .top_five a:last-child {
  margin-right: 0;
}
.footer_box .footer_top .top_right .top_five a::after {
  position: absolute;
  bottom: 0;
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background-color: #000;
}
.footer_box .footer_bottom {
  max-width: 333px;
  margin-top: 63px;
}
.footer_box .footer_bottom img {
  width: 100%;
}
@media screen and (max-width: 1700PX) {
  .footer_box .footer_top .top_left .top_three {
    margin-right: 30px;
  }
  .footer_box .footer_top .top_right {
    width: 50%;
  }
  .footer_box .footer_top .top_right .top_four {
    width: 50%;
    margin-right: 0;
  }
  .footer_box .footer_top .top_right .top_five {
    width: 50%;
  }
  .footer_box .footer_top .top_right .top_five a {
    position: relative;
    margin-right: 0;
  }
}
@media screen and (max-width: 1000PX) {
  /*.footer_box .footer_top {*/
  /*  flex-direction: column;*/
  /*}*/
  .footer_box .footer_top .top_left {
    display: flex;
    justify-content: space-between;
    width: 100%;
    /*margin-bottom: 40px;*/
  }
  .footer_box .footer_top .top_left .top_three {
    margin-right: 0;
  }
  .footer_box .footer_top .top_right {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .footer_box .footer_top .top_right .top_four {
    padding-left: 0;
  }
  .footer_box .footer_top .top_right .top_four::before {
    display: none;
  }
}
@media screen and (max-width: 1000PX) {
  .footer_box {
    padding: 40px 0 30px;
  }
  .footer_box .footer_top{
    align-items: flex-start;
  }
  .footer_box .footer_top .top_left {
    flex-direction: column;
  }
  .footer_box .footer_top .top_left .top_one h3 {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .footer_box .footer_top .top_left .top_two {
    display: none;
  }
  .footer_box .footer_top .top_left .top_three {
    margin-top: 15px;
  }
  .footer_box .footer_top .top_left .top_three span:nth-child(1) {
    margin-bottom: 10px;
  }
  .footer_box .footer_top .top_right {
    flex-direction: column;
  }
  .footer_box .footer_top .top_right .top_four {
    margin: 0;
  }
  .footer_box .footer_top .top_right .top_four h3 {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .footer_box .footer_top .top_right .top_five {
    width: 100%;
    align-self: flex-start;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-top: 15px;
  }
  .footer_box .footer_top .top_right .top_five a {
    margin-right: 0;
    font-size: 16PX;
  }
  .footer_box .footer_top .top_right .top_five a:first-child{
    margin-bottom: 10px;
  }
  .footer_box .footer_bottom {
    margin-top: 40px;
    width: 60%;
  }
  .footer_box .footer_top .top_right .top_five a::after{
    content: "";
    height: 0;
  }
}
/*==================================================
返回顶部
=============================================================*/
#page-top {
  cursor: pointer;
  position: fixed;
  z-index: 10;
  bottom: 150px;
  right: 30px;
  transition: all 0.5s;
}
#page-top > i {
  transition: all 0.5s;
  padding: 10px 40px;
  background-color: #666;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
}
#page-top:hover {
  background-color: #2e2e2e;
}
@media screen and (max-width: 768PX) {
  #page-top i {
    padding: 6px 25px;
  }
}
/*====================================================
 banner
=============================================================================*/
.swiper-container {
  width: 100%;
  height: 100%;
}
.configurator_right .swiper-slide{
    max-height: 500px;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  overflow: hidden;
}
.slide-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-size: cover;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  color: #fff;
}
.swiper-pagination {
  margin-bottom: 40px;
}
.swiper-pagination-bullet {
  width: 9px;
  height: 9px;
}
.banner_swiper {
  position: relative;
  overflow: hidden;
  --swiper-theme-color: #333333;
  --swiper-pagination-color: #333333;
  /* 两种都可以 */
}
.banner_box {
  width: 100%;
  box-sizing: border-box;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100vh;
  position: relative;
}
@media screen and (max-width:600PX){
  .banner_box {
    height: 40vh;
  }
}
.banner_box .banner_title {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.banner_box .banner_title img {
  width: 30%;
}
.banner_box .banner_title span {
  margin-top: 30px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 28px;
  font-family: DengXian-Bold;
}
.banner_swiper .tips_bottom {
  position: absolute;
  z-index: 100;
  bottom: 20%;
  right: 0;
  display: flex;
  align-items: center;
  transform: rotate(90deg);
}
.banner_swiper .tips_bottom span {
  font-family: DengXian-Bold;
  color: #000000;
  margin-right: 5px;
}
.banner_swiper .tips_bottom::before {
  content: '';
  width: 76px;
  height: 1px;
  position: absolute;
  right: 0;
  background: #000;
}
.banner_swiper .tips_bottom::after {
  position: relative;
  z-index: 2;
  content: '';
  display: block;
  width: 77px;
  top: 0;
  height: 1px;
  background: #fff;
  -webkit-animation: scro 1s infinite ease-in-out normal;
  animation: scro 1s infinite ease-in-out normal;
  transform-origin: 0 0;
  animation-duration: 2s;
}
@-webkit-keyframes scro {
  0% {
    transform: translateX(0) scaleX(0);
  }
  50% {
    transform: translateX(0) scaleX(1);
  }
  100% {
    transform: translateX(100%) scaleX(0);
  }
}
@keyframes scro {
  0% {
    transform: translateX(0) scaleX(0);
  }
  50% {
    transform: translateX(0) scaleX(1);
  }
  100% {
    transform: translateX(100%) scaleX(0);
  }
}
@media screen and (max-width: 1200PX) {
  .banner_box {
    transition: all 0.3s;
  }
  .banner_box .banner_title img {
    width: 50%;
  }
  .swiper-pagination {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768PX) {
  .banner_box {
    transition: all 0.3s;
  }
  .banner_box .banner_title img {
    width: 50%;
  }
  .banner_swiper .tips_bottom {
    position: absolute;
    bottom: 30%;
    right: -45px;
    display: flex;
    align-items: center;
    transform: rotate(90deg);
  }
  .banner_swiper .tips_bottom span {
    font-family: DengXian-Bold;
    color: #000000;
    margin-right: 5px;
  }
  .banner_swiper .tips_bottom::before {
    width: 54px;
  }
  .banner_swiper .tips_bottom::after {
    width: 54px;
  }
  .swiper-pagination {
    margin-bottom: 30px;
  }
  .swiper-pagination-bullet {
    width: 9px;
    height: 9px;
  }
}
/*=======================================================
 模块系统
 =============================================================================*/
.modular_bg {
  position: relative;
  display: flex;
  align-items: center;
  transition: all 0.3s;
  height: 100vh;
  background-color: #fff;
  overflow: hidden;
}
.modular_bg .modular_box {
  display: flex;
  align-items: center;
  overflow: hidden;
  justify-content: space-between;
}
.modular_bg .modular_box .modular_left {
  position: relative;
  animation-delay: 0.1s;
  width: 64%;
  margin-right: 30px;
}
.modular_bg .modular_box .modular_left img {
  width: 100%;
  transform: scale(1);
  transition: all 0.6s;
}
.modular_bg .modular_box .modular_left:hover img {
  transform: scale(1.05);
}
.modular_bg .modular_box .modular_left video {
  height: 100%;
  width: 100%;
}
.modular_bg .modular_box .modular_left .video_btn {
  transition: all 0.5s;
  width: 100%;
  display: none;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.modular_bg .modular_box .modular_left .video_btn svg {
  max-width: 100px;
}
.modular_bg .modular_box .modular_left .video_btn .out_icon {
  display: none;
}
.modular_bg .modular_box .modular_left:hover .video_btn {
  display: flex;
}
.modular_bg .modular_box .modular_right {
  animation-delay: 0.2s;
  width: 29%;
}
.modular_bg .modular_box .modular_right h3 {
  text-align: center;
  font-family: DengXian-Bold;
  color: #000000;
  margin-bottom: 83px;
}
.modular_bg .modular_box .modular_right ul li {
  width: 100%;
  color: #000000;
  margin-bottom: 34px;
  font-family: DengXian-Regular;
}
.modular_bg .modular_box .modular_right ul li :first-child{
  text-align:center !important;
}
.modular_bg .modular_box .modular_right ul li div {
  text-align: center;
  margin-bottom: 20px;
}
.modular_bg .modular_box .modular_right ul li p {
  line-height: 1.5;
  align-items: right;
}
.modular_bg .video_bar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 10px;
  background-color: #333;
  height: 5px;
}
.modular_link {
  display: flex;
  align-items: center;
  width: 100%;
}
.modular_link .modular_word {
  padding: 6px 5px;
  margin-right: 10px;
  background-color: #000000;
  color: #fff;
}
@media screen and (max-width: 1400PX) {
  .modular_bg .modular_box .modular_right {
    width: 40%;
  }
}
@media screen and (max-width: 1000PX) {
  .modular_bg {
    height: auto;
    padding: 150px 0;
  }
  .modular_bg .modular_box {
    flex-direction: column;
  }
  .modular_bg .modular_box .modular_left {
    width: 100%;
    margin-right: 0;
  }
  .modular_bg .modular_box .modular_right {
    margin-top: 50px;
    width: 100%;
  }
  .modular_bg .modular_box .modular_right ul li div {
    text-align: left;
  }
  .modular_bg .modular_box .modular_right ul li p {
    font-size: 14px;
  }
}
@media screen and (max-width: 768PX) {
  .modular_bg {
    padding: 50px 0;
  }
  .modular_bg .modular_box .modular_right h3 {
    margin-bottom: 30px;
  }
}
/*=====================================================
  How to configure your own...
  ===================================================================*/
.conf_bg {
  transition: all 0.3s;
  background-color: #B6B4B5;
}
.conf_bg .conf_content {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 100px 0;
  text-align: center;
}
.conf_bg .conf_content h3 {
  font-family: DengXian-Bold;
  color: #FFFFFF;
  margin-bottom:30px;
  font-size: 36px;
}
.sustainability_right h3{
  font-size: 36px;
  font-family: DengXian-Bold;
}
.conf_bg .conf_content p {
  width: 50%;
  font-family: DengXian-Regular;
  color: #FFFFFF;
  line-height: 1.2;
  font-size:18px !important;
}
/*@media screen and (max-width: 1000PX) {*/
/*  .conf_bg .conf_content p {*/
/*    width: 100%;*/
/*  }*/
/*}*/
/*=====================================================
  3D 配置器
  ========================================================================*/
.configurator_box {
  transition: all 0.3s;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  height: 100vh;
}
.configurator_box .configurator_left {
  width: 30%;
  margin-right: 95px;
  animation-delay: 0.1s;
}
.configurator_box .configurator_left h3 {
  text-align: center;
  font-family: DengXian-Bold;
  color: #000000;
  margin-bottom: 83px;
}
.configurator_box .configurator_left ul li {
  position: relative;
  padding-left: 12px;
  margin-bottom: 36px;
  font-weight: 400;
  color: #000000;
  line-height: 23px;
  font-family: DengXian-Regular;
}
.configurator_box .configurator_left ul li::before {
  position: absolute;
  left: 0;
  top: 9.2px;
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  background: #000000;
  border-radius: 50%;
}
.configurator_box .configurator_right {
  position: relative;
  width: 64%;
  animation-delay: 0.2s;
  aspect-ratio:2/1;
}
@media screen and (max-width:600px){
    .configurator_box .configurator_right{
         aspect-ratio:auto;
    }
}
.configurator_box .configurator_right .configurator_swiper {
  width: 100%;
  overflow: hidden;
}
.configurator_box .configurator_right .swiper-slide div img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.configurator_box .configurator_right .swiper-slide div video{
width: 100%;
height: 100%;
}
.configurator_box .configurator_right .nav_btn {
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  display: flex;
  justify-content: space-between;
  z-index: 1;
}
.configurator_box .configurator_right .nav_btn div {
  cursor: pointer;
  outline: none;
}
.configurator_box .configurator_right .nav_btn .my-button-disabled {
  display: none;
  cursor: default;
}
.configurator_box .configurator_right .configurator-button-next,.configurator_box .configurator_right .configurator-button-prev{
  position: absolute;
  background: #999;
  border-radius: 50%;
  width: 40px;height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0.5;
  top: 50%;
  transform: translateY(-50%);
}
.configurator_box .configurator_right .configurator-button-next:hover,.configurator_box .configurator_right .configurator-button-prev:hover{
  opacity: 1;
}
.configurator_box .configurator_right .configurator-button-next img,.configurator_box .configurator_right .configurator-button-prev img{
  scale: 0.6;
}
.configurator_box .configurator_right .configurator-button-prev {
  left: -50px;
}
.configurator_box .configurator_right .configurator-button-next {
  right: -50px;
}
@media screen and (max-width: 1200PX) {
  .configurator_box {
    flex-direction: column;
    height: auto;
    padding: 177px 0;
  }
  .configurator_box .configurator_left {
    width: 100%;
    margin-right: 0;
    padding: 0 40px;
    box-sizing: border-box;
  }
  .configurator_box .configurator_right {
    padding: 0 40px;
    box-sizing: border-box;
    margin-top: 40px;
    width: 100%;
  }
  .configurator_box .configurator_right .configurator-button-next {
    right: 40px;
  }
}
@media screen and (max-width: 1000PX) {
  .configurator_box {
    padding: 80px 0;
  }
  .configurator_box .configurator_left ul {
    font-size: 14px;
  }
  .configurator_box .configurator_right {
    overflow: hidden;
  }
  .configurator_box .configurator_left,.configurator_box .configurator_right{
    padding:0;
  }
  .configurator_box .configurator_right .configurator-button-prev {
    position: absolute;
    left: 15px;
  }
  .configurator_box .configurator_right .configurator-button-prev img {
    width: 70%;
  }
  .configurator_box .configurator_right .configurator-button-next {
    position: absolute;
    right: 15px;
  }
  .configurator_box .configurator_right .configurator-button-next img {
    width: 70%;
  }
  .configurator_box .configurator_left ul li{
    font-size: 15px !important;
  }
}
/**********************
  分割线
**************************************/
.split_line {
  width: 100%;
  height: 31px;
  background: #F5F4F0;
}
/*================================================
产品 / Products
==============================================================================*/
.products_side {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.products_side i {
  margin-left: 20px;
}
.products_side .products_nav {
  position: absolute;
  box-shadow: #333;
  z-index: 200;
  top: 50%;
  transform: translateY(-50%);
  left:300px !important;
  display: none;
  /*flex-direction: column;*/

}
.products_side .products_nav a {
  display: inline-block;
  /*margin-bottom: 10px;*/
  opacity: 1;
  color: #000;
  padding:5px 20px;
  border:1px solid #ccc;
  margin-right: 6px;
}
.products_side .products_nav a:hover{
  background-color:#333;
  color: #fff;
}
.products_side:hover .layui-icon-right{
  transform: rotate(180deg);
  transition: all 0.5s;
}
.products_title {
  width: auto;
}
.products_title h3 {
  font-family: DengXian-Bold;
  color: #000000;
  margin-bottom: 15px;
  line-height: 28px;
}
.products_title span {
  color: #000000;
  line-height: 23px;
  font-family: DengXian-Bold;
}
.products_box {
  padding: 130px 0 116px;
}
.products_box .products_list {
  padding: 80px 0 0;
  display: flex;
  flex-wrap: wrap;
}
.products_box .products_list .list_info {
  margin-right: 70px;
  margin-bottom: 50px;
  width: calc((100% - 70px * 3) / 4);
  display: flex;
  flex-direction: column;
  text-align:center;
}
.products_box .products_list .list_info .info_image {
  position: relative;
  max-width: 520px;
  margin-bottom: 25px;
  overflow: hidden;
  aspect-ratio:1/1;
}
.products_box .products_list .list_info .info_image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.products_box .products_list .list_info .info_image .next {
  display: block;
}
.products_box .products_list .list_info .info_image .last {
  position: absolute;
  top: 0;
  opacity: 0;
}
.products_box .products_list .list_info .info_image:hover {
  cursor: pointer;
}
.products_box .products_list .list_info .info_image:hover .next {
  opacity: 0;
}
.products_box .products_list .list_info .info_image:hover .last {
  opacity: 1;
}
.products_box .products_list .list_info .info_image .new_label {
  font-family: DengXian-Bold;
  position: absolute;
  top: 3px;
  left: 0;
  z-index: 2;
  padding: 12px 47px;
  background-color: #D9D9D9;
  color: #333333;
}
.products_box .products_list .list_info:nth-child(4n + 4) {
  margin-right: 0;
}
.products_box .products_list .list_info span {
  font-family: DengXian-Regular;
}
.products_box .products_list .list_info .info_three {
  font-family: DengXian-Bold;
}
.products_box .products_list .list_info .info_three::before {
content:'￥';
  font-family: DengXian-Regular;
}
.products_box .products_list .list_info .info_two {
  margin: 12px 0;
  line-height: 28px;
}
.products_box .products_list .list_info:nth-child(3n+1) {
  animation-delay: 0.3s;
}
.products_box .products_list .list_info:nth-child(3n+2) {
  animation-delay: 0.4s;
}
.products_box .products_list .list_info:nth-child(3n+3) {
  animation-delay: 0.5s;
}
.products_box .products_list .list_info:nth-child(3n+4) {
  animation-delay: 0.6s;
}
.products_box .products_list .list_info:nth-child(3n+5) {
  animation-delay: 0.7s;
}
.products_box .products_list .list_info:nth-child(3n+6) {
  animation-delay: 0.8s;
}
.to_more {
  display: flex;
  justify-content: center;
}
.to_more a {
  transition: all 0.3s;
  position: relative;
  display: flex;
  align-items: center;
  padding: 20px 100px;
  border: 2px solid #333333;
}
.to_more a span {
  color: #000000;
  font-family: DengXian-Regular;
}
.to_more a img {
  position: absolute;
  right: 20px;
  max-width: 8px;
}
.to_more a:hover {
  opacity: 0.5;
}
@media screen and (max-width: 1000PX) {
  .products_box {
    padding: 60px 0;
  }
  .products_box .products_list {
    padding: 30px 0 0;
    justify-content: space-between;
  }
  .products_box .products_list .list_info {
    width: 45%;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .to_more a {
    padding: 10px 40px;
    border: 2px solid #333333;
    color: #000000;
  }
  .to_more a span {
    font-family: DengXian-Regular;
  }
  .to_more a img {
    position: absolute;
    right: 20px;
    max-width: 10px;
  }
}
@media screen and (max-width: 768PX) {
  .to_more a {
    padding: 10px 40px;
    border: 1px solid #333333;
    color: #000000;
  }
  .to_more a span {
    font-size: 14px;
    font-family: DengXian-Regular;
  }
  .to_more a img {
    position: absolute;
    right: 20px;
    max-width: 6px;
  }
  .products_side span {
    font-size: 14px;
  }
  .products_side .products_nav {
    right: auto;
    left: 230px !important;
  }
  .products_side .products_nav a {
    font-size: 14px;
  }
}
/*==================================================
The one and only...
==================================================================================*/
.column_bg {
  background-color: #EAE8E3;
}
.column_box {
  padding: 93px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.column_box h3 {
  font-size: 36px;
  font-family: DengXian-Bold;
  color: #000000;
  margin-bottom: 20px;
}
.column_box p {
  width: 50%;
  font-family: DengXian-Regular;
  color: #000000;
  line-height: 1.5;
  font-size:18px !important;
  text-align: center;
}
.portable_banner {
  position: relative;
  height: 100vh;
  background-size: cover;
}
.portable_banner img {
  width: 100%;
  display: block;
}
.portable_banner .portable_title {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.portable_banner .portable_title h3 {
  color: #fff;
  font-family: DengXian;
}
.portable_banner .portable_title span {
  margin-top: 25px;
  color: #FFFFFF;
  line-height: 26px;
  font-family: DengXian-Bold;
}
.portable_banner .portable_video {
  width: 100vw;
  height: 100vh;
  object-fit: fill;
}
@media screen and (max-width: 1000PX) {
  .column_box {
    padding: 50px 0;
  }
  .conf_bg .conf_content h3 {
    font-size: 28px;
  }
  .sustainability_right h3{
    font-size: 28px;
  }
  .column_box h3 {
    font-size: 28px;
    margin-bottom: 24px;
  }
  .column_box p {
    font-size: 16px !important;
  }
  .conf_bg .conf_content p{
    font-size: 16px !important;
  }
}
@media screen and (max-width:600PX){
  .portable_banner,.portable_banner .portable_video {
    height: 40vh;
  }
}
/*=============================================
场景
===============================================================================*/
.scenes_box {
  padding: 113px 0 150px;
}
.scenes_box .scenes_title h3 {
  font-family: DengXian-Bold;
  color: #000000;
}
.scenes_box .btn_nav {
  margin: 54px 0 42px;
  display: flex;
}
.scenes_box .btn_nav li {
  padding: 8px 20px;
  border: 1px solid rgba(0, 0, 0, 0.16);
  margin-right: 6px;
  color: #000000;
  font-family: DengXian-Bold;
  transition: all 0.3s;
  cursor: pointer;
}
.scenes_box .btn_nav li:last-child {
  margin-right: 0;
}
.scenes_box .btn_nav li:hover {
  background-color: #000;
  color: #fff;
}
.scenes_box .btn_nav .pitch_on {
  color: #fff;
  background-color: #000;
}
.scenes_box .image_list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.scenes_box .image_list img{
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.scenes_box .image_list .four_image {
  width: calc(100% / 2);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.scenes_box .image_list .four_image a {
  width: calc((100% - 7PX) / 2);
  position: relative;
  display: block;
  overflow: hidden;
}
.scenes_box .image_list .four_image a:nth-child(1) {
  margin-bottom: 7px;
}
.scenes_box .image_list .four_image a:nth-child(2) {
  margin-bottom: 7px;
}
.scenes_box .image_list .four_image a:hover img {
  transform: scale(1.05);
}
.scenes_box .image_list .four_image a img {
  display: block;
  max-width: 420px ;
  width: 100%;
  max-height: 418px;
  height: 100%;
  transform: scale(1);
  transition: all 0.6s;
}
.scenes_box .image_list .four_image a span {
  position: absolute;
  z-index: 2;
  bottom: 7px;
  right: 7px;
  color: #FFFFFF;
  line-height: 23px;
}
.scenes_box .image_list .image_big {
  position: relative;
  width: 50%;
  max-height: 844px;
  overflow: hidden;
}
.scenes_box .image_list .image_big img {
  width: 100%;
  display: block;
  margin: 0;
  transform: scale(1);
  transition: all 0.6s;
}
.scenes_box .image_list .image_big:hover {
  cursor: pointer;
}
.scenes_box .image_list .image_big:hover img {
  transform: scale(1.05);
}
.scenes_box .image_list .image_big span {
  position: absolute;
  z-index: 2;
  bottom: 7px;
  right: 7px;
  color: #FFFFFF;
  line-height: 23px;
}
.scenes_box .image_list .list_all {
  width: calc((100% - 7px) / 2);
  aspect-ratio:1/1;
  margin-bottom: 7px;
}
.scenes_box .image_list .list_all:nth-child(2n+1) {
  animation-delay: 0.1s;
}
.scenes_box .image_list .list_all:nth-child(2n+2) {
  animation-delay: 0.2s;
}
.scenes_box .image_list {
  position: relative;
}
.scenes_box .image_list li {
  cursor: pointer;
  position: absolute;
  /*width: 21.5rem;*/
  width: calc(25% - 3px);
  transition: all 0.3s;
  aspect-ratio: 1/1;
}
.scenes_box .image_list li span {
  position: absolute;
  z-index: 2;
  bottom: 7px;
  right: 7px;
  color: #FFFFFF;
  line-height: 23px;
}
.scenes_box .image_list li.big {
  width: calc(50% - 3px);
  aspect-ratio:1/1;
  /*width: calc(43rem + 3px);*/
  /*height: calc(43rem + 3px);*/
}
.scenes_box .image_list li.hide {
  transform: scale(0);
  pointer-events: none;
}
.scenes_box .image_list li.op0 {
  transform: scale(0.5);
  opacity: 0;
  pointer-events: none;
}
@media screen and (max-width: 768PX) {
  .scenes_box {
    padding: 60px 0;
  }
  .detalis_pop .right_word .right_title{
    flex-direction: column;
    align-items: flex-start !important;
  }
  .scenes_box .image_list .four_image {
    width: 100%;
  }
  .scenes_box .image_list .list_all > img {
    margin-bottom: 7px;
  }
  .scenes_box .image_list {
    position: relative;
  }
  .scenes_box .image_list li {
    position: absolute;
    width: calc(50% - 3px);
    transition: all 0.7s;
  }
  .scenes_box .image_list li span {
    position: absolute;
    z-index: 2;
    bottom: 7px;
    right: 7px;
    color: #FFFFFF;
    line-height: 23px;
  }
  .scenes_box .image_list li.big {
    width: calc(50% - 3px);
    display: none;
  }
  .scenes_box .image_list li.hide {
    transform: scale(0);
  }
  .scenes_box .image_list li.op0 {
    transform: scale(0.5);
    opacity: 0;
  }
  .scenes_box .btn_nav {
    margin: 30px 0 30px;
  }
  .scenes_box .btn_nav li {
    font-size: 14px;
    padding: 8px 6px;
  }
}
/*==============================================
产品
===============================================================================*/
.customade_box {
  padding: 182px 0 160px;
}
.customade_box .customade_list {
  padding: 80px 0 0;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}
.customade_box .customade_list .list_info {
  margin-right: 41px;
  margin-bottom: 50px;
  width: calc((100% - 41px * 3) / 4);
  display: flex;
  flex-direction: column;
  text-align:center;
}
.customade_box .customade_list .list_info .info_image {
  position: relative;
  max-width: 520px;
  margin-bottom: 25px;
  overflow: hidden;
  aspect-ratio:1/1;
}
.customade_box .customade_list .list_info .info_image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.6s;
}
.customade_box .customade_list .list_info .info_image .next {
  display: block;
}
.customade_box .customade_list .list_info .info_image .last {
  position: absolute;
  top: 0;
  opacity: 0;
}
.customade_box .customade_list .list_info .info_image:hover {
  cursor: pointer;
}
.customade_box .customade_list .list_info .info_image:hover .next {
  opacity: 0;
}
.customade_box .customade_list .list_info .info_image:hover .last {
  opacity: 1 !important;
}
.customade_box .customade_list .list_info:nth-child(4n + 4) {
  margin-right: 0;
}
.customade_box .customade_list .list_info span {
  font-family: DengXian-Regular;
}
.customade_box .customade_list .list_info .info_three {
  font-family: DengXian-Bold;
}
.customade_box .customade_list .list_info .info_three::before{
    content:'￥';
    font-family: DengXian-Regular;
}
.customade_box .customade_list .list_info .info_two {
  margin: 12px 0;
  line-height: 28px;
}
.customade_box .customade_list .list_info:nth-child(3n+1) {
  animation-delay: 0.3s;
}
.customade_box .customade_list .list_info:nth-child(3n+2) {
  animation-delay: 0.4s;
}
.customade_box .customade_list .list_info:nth-child(3n+3) {
  animation-delay: 0.5s;
}
.customade_box .customade_list .list_info:nth-child(3n+4) {
  animation-delay: 0.6s;
}
.customade_box .customade_list .list_info:nth-child(3n+5) {
  animation-delay: 0.7s;
}
.customade_box .customade_list .list_info:nth-child(3n+6) {
  animation-delay: 0.8s;
}
.customade_box .customade_list .list_info:nth-child(3n+7) {
  animation-delay: 0.9s;
}
.customade_box .customade_list .list_info:nth-child(3n+8) {
  animation-delay: 1s;
}
.customade_box .customade_list .list_info:nth-child(3n+9) {
  animation-delay: 1.1s;
}
.customade_box .customade_list .list_info:nth-child(3n+10) {
  animation-delay: 1.2s;
}
.customade_box .customade_list .list_info:nth-child(3n+11) {
  animation-delay: 1.3s;
}
.customade_box .customade_list .list_info:nth-child(3n+12) {
  animation-delay: 1.4s;
}
@media screen and (max-width: 1000PX) {
  .customade_box {
    padding: 70px 0;
  }
}
@media screen and (max-width: 768PX) {
  .customade_box {
    padding: 70px 0;
  }
  .customade_box .customade_list {
    display: flex;
    justify-content: space-between;
  }
  .customade_box .customade_list .list_info {
    margin-right: 0;
    width: 49%;
  }
  .customade_box .customade_list .list_info .info_image {
    margin-bottom: 15px;
    overflow: hidden;
  }
  .customade_box .customade_list .list_info .info_image img {
    width: 100%;
  }
  .customade_box .customade_list .list_info:nth-child(4n + 4) {
    margin-right: 0;
  }
  .customade_box .customade_list .list_info span {
    font-family: DengXian-Regular;
  }
  .customade_box .customade_list .list_info .info_three {
    font-family: DengXian-Bold;
  }
  .customade_box .customade_list .list_info .info_two {
    margin: 12px 0;
    line-height: 28px;
  }
}
/*==============================================
Sustainability
================================================================================*/
.sustainability_box {
  background-size: cover;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.sustainability_box img {
  display: block;
  width: 100%;
}
.sustainability_box .sustainability_word {
  padding: 145px 0;
  width: 100%;
}
.sustainability_box .sustainability_word .sustainability_content {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
}
.sustainability_box .sustainability_word .sustainability_content .sustainability_left {
  animation-delay: 0.1s;

}
.sustainability_box .sustainability_word .sustainability_content .sustainability_left li {
  max-width: 300px;
  position: relative;
  color: #fff;
  font-family: DengXian-Regular;
  margin-bottom: 37px;
  padding-left: 72px;
  line-height: 23px;
  font-size:17px;
}
.sustainability_box .sustainability_word .sustainability_content .sustainability_left li::before {
  position: absolute;
  left: 60px;
  top: 8px;
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  background: #FFFFFF;
  border-radius: 50%;
}
.sustainability_box .sustainability_word .sustainability_content .sustainability_left li:last-child {
  margin-bottom: 0;
}
.sustainability_box .sustainability_word .sustainability_content .sustainability_right {
  animation-delay: 0.2s;
  max-width: 288px;
  color: #fff;
  text-align: center;
}
.sustainability_box .sustainability_word .sustainability_content .sustainability_right h3 {
  margin-bottom: 20px;
  font-family: DengXian-Bold;
}
.sustainability_box .sustainability_word .sustainability_content .sustainability_right p{
  font-family: DengXian-Regular;
  font-size:18px !important;
}
@media screen and (max-width: 1000PX) {
  .sustainability_box .sustainability_word {
    padding: 60px 0;
  }
  .sustainability_box .sustainability_word .sustainability_content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .sustainability_box .sustainability_word .sustainability_content .sustainability_left {
    width: 100%;
    margin-top: 40px;
  }
  .sustainability_box .sustainability_word .sustainability_content .sustainability_left li {
    padding-left: 20px;
    max-width: none;
  }
  .sustainability_box .sustainability_word .sustainability_content .sustainability_left li::before {
    left: 10px;
  }
  .sustainability_box .sustainability_word .sustainability_content .sustainability_right {
    width: 100%;
    max-width: none;
  }
}
@media screen and (max-width: 768PX){
  .sustainability_box .sustainability_word .sustainability_content .sustainability_right p{
    font-size:16px !important;
  }
}
/*=================================================
NEWSLETTER
=================================================================================*/
.news_box {
  padding: 122px 0 64px;
}
.news_box .news_title {
  display: flex;
  justify-content: center;
}
.news_box .news_title h3 {
  font-family: DengXian-Bold;
}
.news_box .news_title h3::after {
  display: block;
  content: '';
  width: 100%;
  height: 2px;
  background-color: #333;
}
.news_box .news_list {
  position: relative;
  padding: 0 60px;
  box-sizing: border-box;
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
    margin-bottom: 100px;
}
.news_box .news_list .new_swiper {
  overflow-x: clip;
  width: 100%;
}
.news_box .news_list .swiper-slide {
  width: calc((100% - 40px * 3) / 4) !important;
  margin-right: 40px;
  position: relative;
  overflow: inherit;
}
.news_box .news_list .adiv{
    position: absolute;
    top: calc(100% + 18px);
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    width: 100%;
}
.news_box .news_list .news_info {
  display: flex;
  flex-direction: column;
}
.news_box .news_list .news_info .info_image {
  max-width: 295px;
  /*margin-bottom: 18px;*/
  overflow: hidden;
  aspect-ratio:1/1;
}
.news_box .news_list .news_info .info_image img {
  transform: scale(1);
  transition: all 0.6s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news_box .news_list .news_info .info_image:hover {
  cursor: pointer;
}
.news_box .news_list .news_info .info_image:hover img {
  transform: scale(1.05);
}
.news_box .news_list .news_info .one {
  font-family: DengXian-Regular;
  color: #000000;
}
.news_box .news_list .news_info .two {
  margin: 15px 0 18px;
  color: #000;
  font-family: DengXian-Bold;
}
.news_box .news_list .news_info .three {
  color: #000;
  font-family: DengXian-Regular;
}
.news_box .news_list .swiper-slide:nth-child(4n + 1) {
  animation-delay: 0.1s;
}
.news_box .news_list .swiper-slide:nth-child(4n + 2) {
  animation-delay: 0.2s;
}
.news_box .news_list .swiper-slide:nth-child(4n + 3) {
  animation-delay: 0.3s;
}
.news_box .news_list .swiper-slide:nth-child(4n + 4) {
  animation-delay: 0.4s;
}
.news_box .news_list .new_btn {
  z-index: 10;
  display: flex;
  align-items: center;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  outline: none;
}
.news_box .news_list .new_btn img{
  display: block;
  scale: 0.7;
}
.news_box .news_list .new_btn .new-button-next,.news_box .news_list .new_btn .new-button-prev{
  position: absolute;
  outline: none;
  width: 40px;
  opacity: 0.5;
  height: 40px;
  background: #999;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.news_box .news_list .new_btn .new-button-next:hover,.news_box .news_list .new_btn .new-button-prev:hover{
  opacity: 1;
}
.news_box .news_list .new_btn .swiper-button-disabled{
  /*display: none;*/
}
.news_box .news_list .new_btn .new-button-prev {
  left: 0;
}
.news_box .news_list .new_btn .new-button-next {
  right: 0;
}
@media screen and (max-width: 1400PX) {
  .news_box .news_list {
    padding: 0 68px;
  }
  .news_box .news_list .swiper-slide {
    width: calc((100% - 120px * 2) / 3) !important;
    margin-right: 120px;
  }
}
@media screen and (max-width: 1000PX) {
  .news_box {
    padding: 70px 0 70px;
  }
  .news_box .news_list {
    padding: 0 68px;
    margin-top: 30px;
  }
  .news_box .news_list .swiper-slide {
    width: calc((100% - 120px) / 2) !important;
    margin-right: 120px;
  }
  .news_box .news_list .news_info {
    text-align: left;
  }
  .news_box .news_list .news_info .three {
    font-size: 14px;
  }
}
@media screen and (max-width: 768PX) {
  .news_box .news_list {
    padding: 0 68px;
  }
  .news_box .news_list .swiper-slide {
    width: 100% !important;
    margin-right: 0;
    display: flex;
    justify-content: center;
  }
  .news_box .news_list .new_btn .new-button-prev img {
    width: 50%;
  }
  .news_box .news_list .new_btn .new-button-next img {
    width: 50%;
  }
}
/*===================================================
Acroplay
===================================================================================*/
.acroplay_box {
  position: relative;
  margin-top: 46px;
  height: 500px;
  overflow: hidden;
}
.acroplay_box img{
    height: 100%;
    width:100%;
    object-fit: cover;
}
.acroplay_box .acroplay_title {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.acroplay_box .acroplay_title img {
  width: 30%;
}
.acroplay_box .acroplay_title span {
  margin-top: 30px;
  color: #fff;
  font-family: DengXian-Bold;
}
.turning_page {
  display: flex;
  justify-content: center;
  align-items: center;
}
.turning_page .prev {
  border: 1px solid #D9D9D9;
  padding: 6.6px 10px;
  box-sizing: border-box;
  line-height: 14px;
  font-weight: 400;
  font-family: DengXian-Regular;
  color: #D9D9D9;
  margin-right: 8px;
  border-radius: 2px;
}
.turning_page .prev:hover {
  color: #000;
  border: 1px solid #000;
}
.turning_page .num_list {
  display: flex;
}
.turning_page .num_list a {
  border: 1px solid #D9D9D9;
  padding: 7px 10px;
  box-sizing: border-box;
  line-height: 14px;
  margin-right: 8px;
  border-radius: 2px;
  color: #D9D9D9;
}
.turning_page .num_list a:hover {
  color: #000;
  border: 1px solid #000;
}
.turning_page .num_list span {
  font-size: 30px;
  line-height: 14px;
  color: #D9D9D9;
  margin-right: 8px;
  border-radius: 2px;
}
.turning_page .num_list .opt {
  color: #000;
  border: 1px solid #000;
}
.turning_page .next {
  border: 1px solid #D9D9D9;
  padding: 6.6px 10px;
  line-height: 14px;
  color: #D9D9D9;
  font-family: DengXian-Regular;
  border-radius: 2px;
}
.turning_page .next:hover {
  color: #000;
  border: 1px solid #000;
}
@media screen and (max-width: 768PX) {
  .acroplay_box {
    height: 266px;
  }
  .acroplay_box .acroplay_title img {
    width: 50%;
  }
}
/*===================================================
弹窗1
===================================================================================*/
.modaal-wrapper {
  background-color: #fff;
  height: 100vh;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: auto;
  opacity: 1;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/*.modaal-wrapper .container{*/
/*    max-width: 100%;*/
/*}*/
.pop_box {
  width: 100%;
  position: relative;
  margin-top: 100px;
  display: flex;
  justify-content: center;
  max-height: 722px;
  height: 78vh;
  overflow: hidden;
}
.pop_box .modaal_content {
  display: flex;
}
.pop_box .show_image {
  margin-right: 10px;
  max-width: 722px;
  max-height: 722px;
  height: 78vh;
  overflow: hidden;
}
.pop_box .show_image .swiper-slide{
  height: 100% !important;
  aspect-ratio:1/1;
}
.pop_box .show_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pop_box .abb_image {
  display: flex;
  flex-direction: column;
  overflow-y: auto;
}
.pop_box .abb_image .swiper-slide {
  height: auto;
  aspect-ratio: 1/1;
}
.pop_box .abb_image .roll_img {
  cursor: pointer;
  position: relative;
  margin-bottom: 10px;
  aspect-ratio:1/1;
}
.pop_box .abb_image .roll_img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pop_box .abb_image .roll_img::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.62);
  top: 0;
  left: 0;
  transition: 0.3s linear;
  opacity: 0;
}
.pop_box .abb_image .roll_img img {
  display: block;
  max-width: 268px;
  width: 100%;
}
.pop_box .abb_image .roll_img:last-child {
  margin-bottom: 0;
}
.pop_box .abb_image .change_roll::after {
  transition: 0.3s linear;
  opacity: 1;
}
.pop_box .pop_close {
  position:fixed;
  right:180px;
  top:100px;
}
.pop_box .pop_close i {
  font-weight: 600;
  color: rgba(204, 204, 204);
  transition: all 0.3s;
}
.pop_box .pop_close i:hover {
  transition: all 0.3s;
  color: #000;
}
@media screen and (max-width: 1400PX) {
  .pop_box .pop_close {
    margin-left: 30px;
  }
}
@media screen and (max-width: 1100PX) {
  .pop_box {
    margin-top: 70px;
    max-height: none;
    overflow: inherit;d
    max-height: auto;
    height: auto;
  }
  .pop_box .show_image {
    width: 100%;
    height: 100%;
    max-width: 600px;
    max-height: 600px;
  }
  .pop_box .pop_close {
    position: fixed;
    z-index: 999;
    right: 30px;
    margin-left: 0;
    top: 30px;
  }
  .pop_box .modaal_content {
    width: 100%;
    flex-direction: column;
  }
  .pop_box .modaal_content .abb_image {
    display: flex;
    max-width: 600px;
    width: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
    flex-direction: row;
    white-space: nowrap;
  }
  .pop_box .modaal_content .abb_image .swiper-slide {
    width: auto;
  }
  .pop_box .modaal_content .abb_image .roll_img {
    width: 200px;
    max-width: 100%;
  }
}
@media screen and (max-width:760px){
  .pop_box .modaal_content .abb_image .roll_img{
    width: auto;
  }
  .pop_box{
    display: block;
  }
  .pop_box .show_image{
    margin-bottom: 10px;
  }
}
/*=========================================================
弹窗2
==========================================================================================*/
.details_case {
  background-color: #fff;
  height: 100vh;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: auto;
  opacity: 1;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.detalis_pop {
  width: 100%;
  position: fixed;
  left: 50%;
  transform: translate(-50%);
  margin-top: 70px;
  display: flex;
  height: 78vh;
  overflow: hidden;
  justify-content: center;
}
.detalis_pop .pop_left {
  width: 100%;
  width: 65vh;
  max-width: 604px;
  height: 78vh;
  position: relative;
}
.detalis_pop .pop_left .left_big {
  max-width: 604px;
  max-height: 604px;
  width: 65vh;
  height: 62vh;
  margin-bottom: 8px;
  aspect-ratio:1/1;
}
.detalis_pop .pop_left .left_big img {
  width: 100%;
  height: 100%;
  display: block;
}
.detalis_pop .pop_left .left_abb .roll_bottom {
  width: 100%;
  max-width: 145px;
  margin-right: 8px;
  aspect-ratio:1/1;
}
.detalis_pop .pop_left .left_abb .roll_bottom::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.62);
  top: 0;
  left: 0;
  transition: 0.3s linear;
  opacity: 0;
}
.detalis_pop .pop_left .left_abb .roll_bottom img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.detalis_pop .pop_left .left_abb .swiper-slide-thumb-active::after {
  transition: 0.3s linear;
  opacity: 1;
}
.detalis_pop .pop_left .left_abb:last-child {
  margin-right: 0;
}
.detalis_pop .pop_left .swiper_pop {
  overflow: hidden;
}
.detalis_pop .pop_left .swiper_roll {
  width: 100%;
  overflow-y: hidden;
}
.detalis_pop .pop_left .swiper_roll .pop_btn {
  position: absolute;
  bottom:50%;
  transform: translateY(50%);
  z-index: -1;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.detalis_pop .pop_left .swiper_roll .pop_btn_left,.detalis_pop .pop_left .swiper_roll .pop_btn_right{
  background: #999;
  border-radius: 50%;
  width: 40px;height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0.5;
  cursor: pointer;
}
.detalis_pop .pop_left .swiper_roll .pop_btn_left:hover,.detalis_pop .pop_left .swiper_roll .pop_btn_right:hover{
  opacity: 1;
}
.detalis_pop .pop_left .swiper_roll .pop_btn_left img,.detalis_pop .pop_left .swiper_roll .pop_btn_right img{
  scale: 0.7;
}
.detalis_pop .pop_left .swiper_roll .pop_btn_left {
  transform: translateX(-50px);
}
.detalis_pop .pop_left .swiper_roll .pop_btn_right {
  transform: translateX(50px);
}
.detalis_pop .right_word {
  margin-left: 84px;
  padding-right: 30px;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
}
.detalis_pop .right_word .right_title {
  display: flex;
  align-items: flex-end;
  font-family: DengXian-Regular;
}
.detalis_pop .right_word .right_title h3 {
  margin-bottom: 15px;
}
.detalis_pop .right_word .word_price {
  margin: 20px 0 40px;
  font-family: DengXian-Bold;
}
.detalis_pop .right_word .word_prices {
  margin: 20px 0 40px;
}
.detalis_pop .right_word .word_price::before {
  content:'￥';
  font-family: DengXian-Regular;
}
.detalis_pop .right_word .describe_content li {
  position: relative;
  padding-left: 12px;
  font-family: DengXian-Regular;
  line-height: 21px;
  margin-bottom: 25px;
}
.detalis_pop .right_word .describe_content li::before {
  position: absolute;
  top: 8px;
  left: 0;
  content: '';
  display: block;
  border-radius: 50%;
  width: 6px;
  height: 6px;
  background: #333333;
}
.detalis_pop .right_word .specs_word li {
  margin-bottom: 10px;
}
.detalis_pop .right_word .specs_word li .spe_title {
  margin-right: 30px;
  font-family: DengXian-Bold;
  color: #333333;
}
.detalis_pop .right_word .specs_word li .spe_introduce {
  color: #333;
  font-family: DengXian-Regular;
}
.detalis_pop .right_word .specs_word li:last-child {
  margin-right: 0;
}
.detalis_pop .pop_close {
  position: fixed;
  right: 15rem;
  top: 0;
  z-index: 1000;
}
.detalis_pop .pop_close i {
  font-weight: 600;
  color: rgba(204, 204, 204);
  transition: all 0.3s;
}
.detalis_pop .pop_close i:hover {
  transition: all 0.3s;
  color: #000;
}
@media screen and (max-width : 600PX){
    .detalis_pop .pop_left .left_big {
    width: auto !important;
    height: auto !important;
  }
}
@media screen and (max-width: 1100PX) {
  .detalis_pop {
    height: auto;
    position: static;
    left: auto;
    transform: none;
    flex-direction: column;
    align-items: flex-start;
  }
  .detalis_pop .pop_left {
    width: 100%;
    height: auto;
  }
  .detalis_pop .pop_left .left_big {
    width: auto;
    height: auto;
  }
  .detalis_pop .right_word {
    margin-top: 50px;
    margin-left: 0;
    width: 100%;
  }
  .detalis_pop .pop_close {
    right: 0;
  }
}
@media screen and (max-width: 600PX){
  .header_mo .header_box .nav_box .second_sub a{
    display: inline-block;
    margin: 0 10px;
  }
  .detalis_pop .pop_close {
    right: 30px;
    top: 30px;
  }
}
/*===========================================================
弹窗3新闻人
===========================================================================================*/
.new_pop {
  padding-top: 70px;
  background-color: #fff;
  height: 100vh;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: auto;
  opacity: 1;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.pop_details {
  margin-top: 50px;
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.pop_details h3 {
  color: #333333;
  margin-bottom: 30px;
}
.pop_details img {
  max-width: 100%;
}
.pop_details .pop_close {
  cursor: pointer;
  position: fixed;
   right:180px;
  top:100px;
}
.pop_details .pop_close i {
  font-weight: 600;
  color: rgba(204, 204, 204);
  transition: all 0.3s;
}
.pop_details .pop_close i:hover {
  transition: all 0.3s;
  color: #000;
}
@media screen and (max-width: 1100px){
    .pop_details .pop_close{
        right: 30px;
    top: 30px;
    }
}