* {
  margin: 0;
  padding: 0;
}

body {
  overflow: hidden;
}

/* 自定义整个滚动条 */
::-webkit-scrollbar {
  width: 2px;
  /* 设置滚动条的宽度 */
  background-color: #f9f9f9;
  /* 滚动条的背景色 */
}

/* 自定义滚动条轨道 */
::-webkit-scrollbar-track {
  background: #f9f9f9;
  /* 轨道的背景色 */
  /* 轨道的圆角 */
}

/* 自定义滚动条的滑块（thumb） */
::-webkit-scrollbar-thumb {
  background-color: #e9e9e9;
  /* 滑块的背景色 */

}


.banner {
  width: 100%;
  height: calc(200px + 40rem);
}

.index_banner {
  width: 100%;
  height: 100%;
}

.index_banner .swiper-slide {
  width: 100%;
  height: 100%;
}

.index_banner .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner .banner_text {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 10;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: calc(162px + 30rem);
}
.banner .banner_text_act{
    animation: move2 1s linear;
}

@keyframes move2 {
  from{
      top: calc(20px + 5rem);
      opacity: 0;
  }
  to{
      top: 0;
      opacity: 1;
  }
}



.banner .banner_text .p1 {
  font-size: calc(6px + 3rem);
  color: #ffffff;
  font-family: Century_Gothic;
  font-weight: bold;
  text-align: left;
  text-shadow: calc(0px + 0.1rem) calc(0px + 0.1rem) calc(2px + 0.1rem) #33333350;


}

.index_banner .swiper-slide:nth-of-type(3) .banner_text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: calc(39px + 30rem);
}

.index_banner .swiper-slide:nth-of-type(3) .banner_text .p1 {
  font-family: PLAYBALL;
  font-weight: 400;
  font-size: calc(6px + 3rem);
  color: #3D4144;
  background: linear-gradient(0deg, #98B8AC 41.9677734375%, #E3B57A 100%);
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.index_banner .swiper-slide:nth-of-type(3) .banner_text .p2 {
  font-family: Century Gothic;
  font-weight: bold;
  font-size: calc(4px + 1rem);
  color: #6F757A;
}

.banner .banner_text .p2 {
  font-family: Futura Bk BT;
  font-weight: normal;
  font-size: calc(2px + 1rem);
  color: #FFFFFF;
  line-height: calc(10px + 1.5rem);
  width: calc(46px + 40rem);
  text-align: left;
  margin-top: calc(1px + 3rem);
  text-shadow: calc(0px + 0.1rem) calc(0px + 0.1rem) calc(2px + 0.1rem) #33333350;

}

.index_banner .swiper-slide:nth-of-type(3) .banner_text .banner_bth .ban_btn:nth-of-type(1) {
  display: none;
}

.index_banner .swiper-slide:nth-of-type(3) .banner_text .banner_bth .ban_btn:nth-of-type(2) {
  display: none;
}

.index_banner .swiper-slide:nth-of-type(1) .banner_text .banner_bth .ban_btn:nth-of-type(3) {
  display: none;
}

.index_banner .swiper-slide:nth-of-type(2) .banner_text .banner_bth .ban_btn:nth-of-type(3) {
  display: none;
}

.banner .banner_text .banner_bth {
  display: flex;
  justify-content: flex-start;
  gap: calc(9px + 1rem);
  margin-top: calc(19px + 3rem);
}

.banner .banner_text .ban_btn {
  width: calc(78px + 5rem);
  height: calc(18px + 2rem);
  border-radius: calc(9px + 1rem);
  border: 1px solid #FFFFFF40;

}

.banner .banner_text .ban_btn:nth-of-type(3) {
  width: calc(100px + 5rem);
  height: calc(18px + 2rem);
  background: #98B8AC;
  border-radius: calc(9px + 1rem);
}

.banner .banner_text .ban_btn:nth-of-type(3) img {
  width: calc(7px + 0.5rem);
  height: calc(8px + 0.5rem);
}

.banner .banner_text .ban_btn:nth-of-type(3) a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: calc(2px + 0.5rem);
}

.banner .banner_text .ban_btn a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: Century_Gothic;
  font-weight: 400;
  font-size: calc(6px + 0.5rem);
  color: #FFFEFE;
  cursor: pointer;
}

.about_box {
  width: 100%;
  padding-top: calc(35px + 5rem);
  padding-bottom: calc(60px + 5rem);
  background: url(../images/about_bg.jpg) no-repeat;
  background-size: 72.03125%;
  background-position-x: calc(82px + 15rem);
  background-position-y: center;
}

.about_box .about {
  max-width: 1480px;
  width: 85%;
  margin: auto;
}

.about_more {
  margin-top: calc(19px + 3rem);
}

.about_more a {
  font-family: Century Gothic;
  font-weight: bold;
  font-size: calc(8px + 0.5rem);
  color: #98B8AC;
  line-height: 1;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: calc(4px + 0.5rem);
}

.about_more a img {
  width: calc(10px + 0.5rem);
}

.about_list {
  display: flex;
  justify-content: space-between;
  margin-top: calc(71px + 5rem);
}

.about_list_item {
  width: 22.2973%;
  display: flex;
  justify-content: flex-start;
  gap: calc(3px + 0.5rem);
  border-top: 1px #000000 solid;
  padding-top: calc(11px + 2rem);
}

.about_list_item .p1 {
  font-family: DINPro_Bold;
  font-weight: bold;
  font-size: calc(10px + 1rem);
  color: #98B8AC;
  line-height: 1;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: calc(1px + 0.25rem);
}

.about_list_item .p1 p {
  font-size: calc(18px + 2rem);

}

.about_list_item .p2 {
  width: calc(70px + 5rem);
  font-family: Futura Bk BT;
  font-weight: normal;
  font-size: calc(6px + 0.5rem);
  color: #8B8B8B;
  line-height: calc(10px + 0.5rem);
  margin-top: calc(3px + 0.25rem);
}

.new_pro_box {
  width: 100%;
  background: #F6F7F9;
}

.new_pro_title_box {
  width: 100%;
  height: calc(16px + 10rem);
  background: url(../images/new_pro.png) no-repeat;
  background-size: cover;
}

.new_pro_title {
  max-width: 1480px;
  width: 85%;
  height: 100%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.new_pro_title .p3 {
  width: calc(57px + 30rem);
  font-family: Futura Bk BT;
  font-weight: normal;
  font-size: calc(8px + 0.5rem);
  color: #FFFFFF;
  line-height: calc(10px + 1rem);
}

.new_pro {
  max-width: 1480px;
  width: 85%;
  margin: auto;
  padding: calc(20px + 3rem) 0;

}

.new_pro_swiper {
  width: 100%;
  height: calc(117px + 20rem);
  background: #F6F7F9;
}

.pro_swiper {
  width: 100%;
  height: 100%;
  border-left: 1px #B8B8B8 solid;
  background: #F6F7F9;
}

.pro_swiper .swiper-slide {
  width: 100%;
  height: 100%;
  background: #F6F7F9;
}

.pro_swiper .swiper-slide .pro_pic_box {
  width: 100%;
  height: 100%;
  border-right: 1px #B8B8B8 solid;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;

}
.pro_swiper .swiper-slide .pro_pic_box:hover img{
    transform: scale(1.1);
}
.pro_swiper .swiper-slide .pro_pic_box:hover .p3{
    color: #98B8AC;
}
.pro_pic_box .p3 {
  width: 100%;
  font-family: Century Gothic;
  font-weight: bold;
  font-size: calc(4px + 1rem);
  color: #333333;
  line-height: 1;
  text-align: left;
  margin-top: calc(17px + 2rem);
  padding: 0 calc(8px + 3rem);
  transition: .3s;
}

.pro_pic_box .p4 {
  width: 100%;
  font-family: Futura Bk BT;
  font-weight: normal;
  font-size: calc(6px + 0.5rem);
  color: #333333;
  line-height: 1;
  text-align: left;
  margin-top: calc(9px + 0.5rem);
  padding: 0 calc(8px + 3rem);
}

.pro_pic {
  width: calc(48px + 10rem);
  height: calc(47px + 10rem);
  margin-top: calc(15px + 4rem);
}

.pro_pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: .5s;
}

.product_box {
  width: 100%;
  padding-top: calc(56px + 5rem);
  padding-bottom: calc(4px + 4rem);
}

.product {
  max-width: 1480px;
  width: 85%;
  margin: auto;
}

.product_title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.product_more {
  width: 43.7162%;
  height: calc(10px + 3rem);
  border: 1px solid #999999;
  border-left: none;
  border-right: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 calc(1px + 2rem);
}

.product_more p {
  font-family: Futura Bk BT;
  font-weight: normal;
  font-size: calc(10px + 0.5rem);
  color: #333333;
  line-height: 1;
}

.product_more a {
  color: #98B8AC;
}

.product_more .p3 a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: calc(2px + 0.5rem);
}

.product_more .p3 a img {
  width: calc(10px + 0.5rem);
}

.product_main {
  display: flex;
  justify-content: space-between;
  margin-top: calc(4px + 3rem);
}

.product_item_box {
  width: 13.5135%;
  transition: .6s;
}

.product_item {
  height: calc(100px + 20rem);
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.product_item_box_act {
  width: 55.9459%;
}

.product_item_box .product_item_pic_2 {
  width: 0;
  transition: .6s;
}

.product_item_box .product_item_pic_2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product_item_box_act .product_item_pic_2 {
  width: 69.3237%;
}

.product_item_box .product_item_pic_1 {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.product_item_box .product_item_pic_1 img {
  height: calc(30px + 5rem);
}

.product_item_box:nth-of-type(1) .product_item_pic_1 {
  background: #98B7AC;
}

.product_item_box:nth-of-type(2) .product_item_pic_1 {
  background: #95BECB;
}

.product_item_box:nth-of-type(3) .product_item_pic_1 {
  background: #91B8E2;
}

.product_item_box:nth-of-type(4) .product_item_pic_1 {
  background: #D6A7A9;
}

.product_item_box:nth-of-type(4) .product_item_pic_1 img {
  height: calc(70px + 5rem);
}

.product_item_name {
  margin-top: calc(8px + 1rem);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.product_item_name .p1 {
  width: calc(41px + 5rem);
  font-family: Century Gothic;
  font-weight: bold;
  font-size: calc(10px + 0.5rem);
  color: #333333;
  line-height: calc(10px + 1rem);
  transition: .6s;
}

.product_item_name img {
  width: calc(1px + 1rem);
  transition: .6s;
}

.product_item_box .product_item_name img {
  opacity: 0;
}

.product_item_box_act .product_item_name img {
  opacity: 1;
}

.product_item_box_act .product_item_name .p1 {
  color: #98B8AC;
}

.quality_box {
  width: 100%;
  height: calc(31px + 10rem);
  background: #F5F5F5;
}

.quality {
  max-width: 1480px;
  width: 85%;
  height: 100%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.quality_item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: calc(9px + 0.5rem);
}

.quality_item img {
  height: calc(20px + 2rem);
}

.quality_item p {
  width: calc(72px + 5rem);
  font-family: Century Gothic;
  font-weight: bold;
  font-size: calc(4px + 1rem);
  color: #4C4C4C;
  line-height: calc(10px + 1rem);
}

.corporate_img_box {
  width: 100%;
  padding-top: calc(31px + 5rem);
  padding-bottom: calc(4px + 2rem);
}

.corporate_img {
  max-width: 1480px;
  width: 85%;
  margin: auto;
}

.corporate_list {
  display: grid;
  grid-template-columns: 50% 50%;
  gap: calc(2px + 1.5rem);
  margin-top: calc(4px + 3rem);
}

.corporate_list_item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.corporate_list_item:nth-of-type(1) {
  height: calc(24px + 20rem);
}

.corporate_list_item:nth-of-type(2) {
  height: calc(147px + 20rem);
}

.corporate_list_item:nth-of-type(3) {
  height: calc(45px + 20rem);
  position: relative;
  bottom: calc(22px + 5rem);
}

.corporate_list_item:nth-of-type(4) {
  height: calc(24px + 20rem);
}

.corporate_img_more {
  width: calc(92px + 5rem);
  height: calc(19px + 2rem);
  background: #98B8AC;
  position: relative;
  bottom: calc(10px + 5rem);
  left: 50%;
  transform: translate(-50%);
}

.corporate_img_more a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: calc(5px + 0.5rem);
  font-family: Futura Bk BT;
  font-weight: normal;
  font-size: calc(8px + 0.5rem);
  color: #FFFEFE;
  line-height: 1;
}

.corporate_img_more img {
  width: calc(10px + 0.5rem);
}

.text_box {
  width: 100%;
  height: calc(68px + 15rem);
  background: #F6F7F9;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.text_box .p1 {
  font-family: PingFang SC;
  font-weight: 500;
  font-size: calc(4px + 2rem);
  color: #333333;
  line-height: calc(16px + 4rem);
  text-align: center;
}

.text_box .p2 {
  width: calc(103px + 50rem);
  font-family: Futura Bk BT;
  font-weight: normal;
  font-size: calc(6px + 0.5rem);
  color: #666666;
  line-height: calc(2px + 1.5rem);
  text-align: center;
  margin-top: calc(5px + 0.5rem);
}

.index_banner .swiper-pagination {
  position: absolute;
  bottom: calc(10px + 1.5rem);
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
  display: flex;
  justify-content: center;
  gap: calc(3px + 1rem);
  margin-top: 40%;
}
.index_banner .swiper-pagination-bullet{
  width: calc(4px + 1.5rem) !important ;
height: calc(2px + 0.1rem) !important;
background: #FFFFFF;
opacity: 0.4;
border-radius: 0 !important;
}
.index_banner .swiper-pagination-bullet-active{
  width: calc(2px + 3rem) !important;
background: #98B8AC;
}
@media (max-width: 1100px) {
  .banner {
    width: 100%;
    height: calc(190px + 1rem);
  }

  .banner .banner_text {
    padding-left: 15%;
  }

  .banner .banner_text .p2 {
    width: calc(80px + 48rem);
    font-size: calc(10px + 1rem);
  }

  .banner .banner_text .ban_btn a {
    font-size: calc(10px + 1rem);
  }


  .banner .banner_text .ban_btn {
    width: calc(100px + 5rem);


  }

  .about_more a {
    font-size: calc(10px + 1rem);
  }

  .about_list {
    flex-wrap: wrap;
    row-gap: calc(10px + 2rem);
    margin-top: calc(40px + 1rem);
  }

  .about_list_item {
    width: 100%;
    gap: calc(10px + 1rem);
  }

  .about_list_item .p2 {
    width: 75%;
    font-size: calc(10px + 1rem);
    line-height: 1.5;
  }

  .new_pro_title_box {
    width: 100%;
    height: calc(16px + 27rem);

  }

  .new_pro_title .p3 {
    font-size: calc(10px + 1rem);
    line-height: 1.5;
  }

  .pro_pic_box .p3 {
    font-size: calc(12px + 1rem);
  }

  .pro_swiper .swiper-slide {
    width: 50% !important;
  }

  .pro_pic_box .p4 {
    font-size: calc(10px + 1rem);
    line-height: 1.5;
  }

  .product_title {
    flex-direction: column;
    justify-content: flex-start;
    gap: calc(10px + 1rem);
  }

  .product_more {
    width: 100%;
    height: calc(20px + 3rem);
  }

  .product_more p {
    font-size: calc(10px + 1rem);
  }

  .quality_box {

    height: calc(31px + 28rem);

  }

  .quality {
    flex-wrap: wrap;
    row-gap: calc(10px + 1rem);
  }

  .quality_item {
    width: 48.5%;
  }

  .quality_item p {
    font-size: calc(10px + 1rem);
    line-height: 1.5;
  }

  .quality_item img {
    height: auto;
    width: calc(20px + 2rem);
  }

  .corporate_list {
    display: grid;
    grid-template-columns: 100%;
    margin-top: calc(10px + 2rem);
  }

  .corporate_list_item {
    width: 100%;
  }

  .corporate_list_item:nth-of-type(3) {
    bottom: 0;
  }

  .corporate_img_box {


    padding-bottom: calc(40px + 1rem);
  }

  .text_box .p1 {
    font-size: calc(14px + 1rem);
  }

  .text_box .p2 {
    width: 100%;
    font-size: calc(10px + 1rem);
    line-height: 1.5;
  }

  .text_box {
    height: calc(101px + 30rem);
  }

  .corporate_img_more {

    bottom: calc(-4px + -3rem);

  }

  .corporate_img_more a {
    width: calc(100px + 5rem);
    height: calc(25px + 2rem);
    font-size: calc(10px + 1rem);
  }
  
  .new_pro_swiper {
    width: 100%;
    height: calc(117px + 40rem);
    background: #F6F7F9;
}
}