@charset "UTF-8";
/*
  样式规范表
*/
/* ****首页**** */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/* ******** */
/* 通用字体混入 */
/* 不同板块标题字体混入 */
/* 通用按钮混入 */
/* 通用按钮混入选中 */
/* PC端下内容容器 */
body {
  overflow-x: hidden;
}

.index .banner {
  width: 100%;
  position: relative;
  padding-top: 100px;
}

.background::before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../../images/index/banner-1.png") center no-repeat fixed;
  background-size: cover;
  z-index: -1; /* 确保背景在内容下方 */
}

.index .banner .banner_content {
  height: 100%;
  position: relative;
}

.index .banner .banner_content .swiper-banner {
  height: 100%;
}

.index .banner .banner_content .swiper-banner .swiper-wrapper {
  height: 100%;
}

.index .banner .banner_content .swiper-banner .swiper-wrapper .swiper-slide {
  height: 100%;
  background: url("") center no-repeat;
  background-size: cover;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
}

.index .banner .banner_content .swiper-banner .swiper-wrapper .swiper-slide .banner_container {
  width: 100%;
  /* width: $width; */
  /* max-width: $min-width; */
  max-width: 1760px;
  margin: 0 auto;
  padding: 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
}

@media screen and (max-width: 1800px) {
  .index .banner .banner_content .swiper-banner .swiper-wrapper .swiper-slide .banner_container {
    width: 92%;
    /* max-width: 95%; */
    /* padding: $padding; */
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

@media screen and (max-width: 800px) {
  .index .banner .banner_content .swiper-banner .swiper-wrapper .swiper-slide .banner_container {
    width: 100%;
    /* max-width: auto;
        padding: $padding; */
    padding: 0 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.index .banner .banner_content .swiper-banner .swiper-wrapper .swiper-slide .banner_container .banner_introduce {
  position: relative;
  /*margin-left: 235px;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.index .banner .banner_content .swiper-banner .swiper-wrapper .swiper-slide .banner_container .banner_introduce .banner_title {
  margin-bottom: 22px;
  color: white;
  font-size: 58px;
  line-height: 1.3;
  font-weight: bold;
  font-family: "Microsoft YaHei";
}

.index .banner .banner_content .swiper-banner .swiper-wrapper .swiper-slide .banner_container .banner_introduce .banner_remark {
  margin-bottom: 50px;
  color: white;
  font-size: 20px;
  line-height: 1.8;
  font-weight: normal;
  font-family: "Microsoft YaHei";
}

.index .banner .banner_content .swiper-banner .swiper-wrapper .swiper-slide .banner_container .banner_introduce .banner_link {
  padding: 17px 37px;
  border: solid 1px white;
  border-radius: 50px;
  color: white;
  font-size: 16px;
  line-height: 1;
  font-weight: normal;
  font-family: "Microsoft YaHei";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.index .banner .banner_content .swiper-banner .swiper-wrapper .swiper-slide .banner_container .banner_introduce .banner_link img {
  margin-left: 20px;
}

.index .banner .banner_content .swiper-banner .swiper-wrapper .swiper-slide .banner_pull {
  z-index: 3;
  cursor: pointer;
  position: absolute;
  left: 50%;
  bottom: 47px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all .3s;
  transition: all .3s;
}

.index .banner .banner_content .swiper-banner .swiper-wrapper .swiper-slide .banner_pull:hover {
  bottom: 43px;
}

.index .banner .banner_content .swiper-pagination-banner {
  z-index: 9;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(100%, -50%);
          transform: translate(100%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.index .banner .banner_content .swiper-pagination-banner .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.502);
  margin: 20px 0;
  opacity: 1;
  position: relative;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.index .banner .banner_content .swiper-pagination-banner .swiper-pagination-bullet:after {
  content: '';
  width: 0;
  height: 0;
  border-radius: 50%;
  background-color: transparent;
  border: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: width .3s, height .3s;
  transition: width .3s, height .3s;
}

.index .banner .banner_content .swiper-pagination-banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #fff;
}

.index .banner .banner_content .swiper-pagination-banner .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
  width: 21px;
  height: 21px;
  border: solid 1px #fff;
}

.index .brand {
  width: 100%; /* 设置宽度为屏幕宽度的80% */
  max-width: 1760px; /* 设置最大宽度，防止在大屏幕上过于宽 */
  margin: 0 auto; /* 居中显示 */
  padding: 40px 50px;/* 添加一些内边距 */
  box-sizing: border-box; /* 确保内边距不会影响宽度 */
  background-color: #fff; /* 设置背景为白色 */
  border-radius: 8px; /* 添加圆角效果 */
}

.index .brand .brand_content {
  /* width: $width; */
  /* max-width: $min-width; */
  max-width: 1760px;
  margin: 0 auto;
  padding: 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 800px) {
  .index .brand .brand_content {
    width: 100%;
    /* max-width: auto;
        padding: $padding; */
    padding: 0 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .index .brand .brand_specs {
  padding: 0 20px;
  }
}

.index .brand .brand_content .brand_pic {
  width: 50%;
}

.index .brand .brand_content .brand_pic img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}

.index .brand .brand_content .brand_introduce {
  width: 50%;
  padding: 0 0 0 5.0vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.index .brand .brand_content .brand_introduce .brand_top {
  position: relative;
  margin-bottom: 15px;
}

.index .brand .brand_content .brand_introduce .brand_top .brand_title {
  padding-bottom: 30px;
  position: relative;
  z-index: 2;
  color: black;
  font-size: 2.6vw;
  line-height: 1;
  font-weight: normal;
  font-family: "Microsoft YaHei";
}

.index .brand .brand_content .brand_introduce .brand_top .brand_title:after {
  content: '';
  width: 40px;
  height: 4px;
  display: block;
  background-color: #158141;
  position: absolute;
  bottom: 0;
  left: 0;
}

.index .brand .brand_content .brand_introduce .brand_top .brand_text {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: translateY(-60%);
          transform: translateY(-60%);
}

.index .brand .brand_content .brand_introduce .brand_middle {
  margin-bottom: 20px;
}

.index .brand .brand_content .brand_introduce .brand_middle .brand_remark {
  color: #666666;
  font-size: 0.97vw;
  line-height: 2.4;
  font-weight: normal;
  font-family: "Microsoft YaHei";
}

.index .brand .brand_content .brand_introduce .brand_bottom a {
  border-radius: 40px;
  border: solid 1px #929292;
  padding: 16px 40px;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #666666;
  font-size: 15px;
  line-height: 1;
  font-weight: normal;
  font-family: "Microsoft YaHei";
}

.index .brand .brand_content .brand_introduce .brand_bottom a img {
  margin-left: 14px;
}

.index .brand .brand_specs {
  padding-top: 40px;
}

.index .brand .brand_specs table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  background-color: white;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  overflow: hidden;
}

.index .brand .brand_specs th, td {
  padding: 12px 15px;
  border: 1px solid #ddd;
  text-align: center;
  vertical-align: middle;
}

@media screen and (max-width: 530px) {
  .index .brand .brand_specs th, td {
    font-size: 2.8vw;
  }
  .index .brand .brand_specs img {
    max-width: 150px;
    max-height: 150px;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

.index .brand .brand_specs th {
  background-color: #3498db;
  color: white;
  font-weight: bold;
}

.index .brand .brand_specs tr:nth-child(even) {
  background-color: #f8f9fa;
}

.index .brand .brand_specs img {
  max-width: 150px; /* 设置图片宽度 */
  max-height: 150px; /* 设置图片高度 */
  object-fit: cover; /* 确保图片覆盖整个区域 */
}

.index .product {
  background: url("") center no-repeat;
  background-size: cover;
  padding: 120px 0 120px 0;
}

.index .product .product_content {
  /* width: $width; */
  /* max-width: $min-width; */
  max-width: 1760px;
  margin: 0 auto;
  padding: 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}

@media screen and (max-width: 1800px) {
  .index .product .product_content {
    width: 92%;
    /* max-width: 95%; */
    /* padding: $padding; */
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}



@media screen and (max-width: 800px) {
  .index .product .product_content {
    width: 100%;
    /* max-width: auto;
        padding: $padding; */
    padding: 0 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.index .product .product_content .plate_introduce {
  margin-bottom: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.index .product .product_content .plate_introduce .plate_title {
  position: relative;
  margin-bottom: 25px;
}

.index .product .product_content .plate_introduce .plate_title p {
  padding-bottom: 30px;
  position: relative;
  z-index: 2;
  color: #fff;
  font-size: 42px;
  line-height: 1;
  font-weight: normal;
  font-family: "Microsoft YaHei";
}

.index .product .product_content .plate_introduce .plate_title p:after {
  content: '';
  display: block;
  width: 40px;
  height: 4px;
  background-color: #fff;
  position: absolute;
  left: 5px;
  bottom: 0;
}

.index .product .product_content .plate_introduce .plate_title img {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: translateY(-60%);
          transform: translateY(-60%);
}

.index .product .product_content .plate_introduce .plate_remark {
  color: #fff;
  font-size: 15px;
  line-height: 2.4;
  font-weight: normal;
  font-family: "Microsoft YaHei";
}

.index .product .product_content .swiper-product {
  width: 100%;
  overflow: hidden;
}

.index .product .product_content .swiper-product .swiper-wrapper {
  width: 100%;
  height: 410px;
}

@media screen and (max-width: 1800px) {
  .index .product .product_content .swiper-product .swiper-wrapper {
  width: 100%;
  height: 23vw;
  }
}

@media screen and (max-width: 1299px) {
  .index .product .product_content .swiper-product .swiper-wrapper {
  width: 100%;
  height: 30vw;
  }
}

@media screen and (max-width: 1100px) {
  .index .product .product_content .swiper-product .swiper-wrapper {
  width: 100%;
  height: 42vw;
  }
}

.index .product .product_content .swiper-product .swiper-wrapper .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.index .product .product_content .swiper-product .swiper-wrapper .swiper-slide:hover .product_main_pic {
  border-color: rgba(0, 0, 0, 0.2);
}

.index .product .product_content .swiper-product .swiper-wrapper .swiper-slide:hover .product_main_introduce {
  background-color: rgba(0, 0, 0, 0.2);
}

.index .product .product_content .swiper-product .swiper-wrapper .swiper-slide:hover .product_main_introduce .product_main_text .product_main_title {
  color: #fff;
}

.index .product .product_content .swiper-product .swiper-wrapper .swiper-slide:hover .product_main_introduce .product_main_text .product_main_remark {
  color: #fff;
}

.index .product .product_content .swiper-product .swiper-wrapper .swiper-slide:hover .product_main_introduce .product_main_more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.index .product .product_content .swiper-product .swiper-wrapper .swiper-slide .product_main_pic {
  width: 100%;
  height: 100%;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: solid 1px #e6e6e6;
  border-bottom: solid 1px transparent;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.index .product .product_content .swiper-product .swiper-wrapper .swiper-slide .product_main_pic img {
  max-width: 90%;
  padding: 1.5vw;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 800px) {
  .index .product .product_content .swiper-product .swiper-wrapper .swiper-slide .product_main_pic img {
  padding: 3.0vw;
  }
  .index .product .product_content .swiper-product .swiper-wrapper {
  height: 85vw;
}
}

.index .product .product_content .swiper-product .swiper-wrapper .swiper-slide .product_main_introduce {
  width: 100%;
  height: 129px;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 35px 30px 0 27px;
  background-color: #fafafa;
  -webkit-transition: all .3s;
  transition: all .3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.index .product .product_content .swiper-product .swiper-wrapper .swiper-slide .product_main_introduce .product_main_text {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.index .product .product_content .swiper-product .swiper-wrapper .swiper-slide .product_main_introduce .product_main_text .product_main_title {
  margin-bottom: 15px;
  color: #333333;
  font-size: 20px;
  line-height: 1;
  font-weight: normal;
  font-family: "Microsoft YaHei";
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.index .product .product_content .swiper-product .swiper-wrapper .swiper-slide .product_main_introduce .product_main_text .product_main_remark {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  color: #666666;
  margin-bottom: 15px;
  font-size: 15px;
  line-height: 1.4;
  font-weight: normal;
  font-family: "Microsoft YaHei";
}

.index .product .product_content .swiper-product .swiper-wrapper .swiper-slide .product_main_introduce .product_main_more {
  display: none;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  min-width: 43px;
  margin-left: 10px;
  height: 43px;
  border-radius: 50%;
  border: solid 1px rgba(255, 255, 255, 0.4);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.index .product .product_content .pagation_product {
  position: absolute;
  right: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.index .product .product_content .pagation_product .swiper-nav-product {
  display: block;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background-color: transparent;
  border: solid 1px #666666;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

.index .product .product_content .pagation_product .swiper-nav-product:first-child {
  margin-right: 50px;
}

.index .product .product_content .pagation_product .swiper-nav-product:after {
  content: '';
  width: 17px;
  height: 14px;
  display: block;
  background: url("") center no-repeat;
  background-size: contain;
}

.index .product .product_content .pagation_product .swiper-nav-product.swiper-button-disabled {
  opacity: 0.8;
  cursor: not-allowed;
  border-color: rgba(255, 255, 255, 0.4);
}

.index .product .product_content .pagation_product .swiper-nav-product.swiper-button-disabled.swiper-button-prev-product:after {
  background-image: url("../../images/index/icon-left.png");
}

.index .product .product_content .pagation_product .swiper-nav-product.swiper-button-disabled.swiper-button-next-product:after {
  background-image: url("../../images/index/icon-right.png");
}

.index .product .product_content .pagation_product .swiper-nav-product.swiper-button-prev-product:after {
  background-image: url("../../images/index/icon-left-1.png");
}

.index .product .product_content .pagation_product .swiper-nav-product.swiper-button-next-product:after {
  background-image: url("../../images/index/icon-right-1.png");
}

.index .case {
  height: 200px;
  background-color: #f7f7f7;
}

.index .case .case_content {
  /* width: $width; */
  /* max-width: $min-width; */
  max-width: 1760px;
  margin: 0 auto;
  padding: 0 0;
  height: 100%;
  position: relative;
}

@media screen and (max-width: 1800px) {
  .index .case .case_content {
    width: 92%;
    /* max-width: 95%; */
    /* padding: $padding; */
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

@media screen and (max-width: 800px) {
  .index .case .case_content {
    width: 100%;
    /* max-width: auto;
        padding: $padding; */
    padding: 0 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.index .case .case_content .swiper-case {
  overflow: hidden;
  height: 100%;
}

.index .case .case_content .swiper-case .swiper-wrapper {
  height: 100%;
}

.index .case .case_content .swiper-case .swiper-wrapper .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.index .case .case_content .swiper-nav-case {
  z-index: 3;
  cursor: pointer;
  width: 11px;
  height: 20px;
  display: block;
  background: url("") center no-repeat;
  background-size: cover;
  position: absolute;
  left: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.index .case .case_content .swiper-nav-case.swiper-button-disabled {
  cursor: not-allowed;
}

.index .case .case_content .swiper-nav-case.swiper-button-prev-case {
  left: 0;
  background-image: url("../../images/index/icon-prev.png");
}

.index .case .case_content .swiper-nav-case.swiper-button-next-case {
  right: 0;
  background-image: url("../../images/index/icon-next.png");
}


@media screen and (max-width: 1024px) {
  .index .brand .brand_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .index .brand .brand_content .brand_pic {
    width: 100%;
  }
  .index .brand .brand_content .brand_introduce {
    margin-bottom: 10px;
    width: 100%;
    padding: 0;
  }
  .index .brand .brand_content .brand_introduce .brand_middle .brand_remark {
  font-size: 1.2vw;
  }
}

@media screen and (max-width: 800px) {
  .index .banner .banner_content .swiper-banner .swiper-wrapper .swiper-slide .banner_container .banner_introduce {
    margin-left: 0;
  }
  .index .banner .banner_content .swiper-banner .swiper-wrapper .swiper-slide .banner_container .banner_introduce .banner_title {
    font-size: 10vw;
  }
  .index .banner .banner_content .swiper-banner .swiper-wrapper .swiper-slide .banner_container .banner_introduce .banner_remark {
    font-size: 3.8vw;
  }
  .index .banner .banner_content .swiper-banner .swiper-wrapper .swiper-slide .banner_container .banner_introduce .banner_link {
    padding: 15px 30px;
    font-size: 3.8vw;
  }
  .index .banner .banner_content .swiper-banner .swiper-wrapper .swiper-slide .banner_pull {
    display: none;
  }
  .index .banner .banner_content .swiper-pagination-banner {
    top: auto;
    bottom: 47px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .index .banner .banner_content .swiper-pagination-banner .swiper-pagination-bullet {
    margin: 0 10px;
  }
  .index .brand {
    padding: 10px 0;
  }
  .index .brand .brand_content .brand_introduce .brand_top .brand_title {
    font-size: 8vw;
  }
  .index .brand .brand_content .brand_introduce .brand_middle .brand_remark {
    font-size: 3.2vw;
  }
  .index .brand .brand_content .brand_introduce .brand_bottom a {
    font-size: 3.8vw;
  }
  .index .product {
    padding: 90px 0 176px 0;
  }
  .index .product .product_content .plate_introduce .plate_title p {
    font-size: 10vw;
  }
  .index .product .product_content .plate_introduce .plate_remark {
    font-size: 3.8vw;
  }
  .index .product .product_content .swiper-product .swiper-wrapper .swiper-slide .product_main_introduce {

  }
  .index .product .product_content .swiper-product .swiper-wrapper .swiper-slide .product_main_introduce .product_main_text .product_main_title {
    font-size: 5vw;
  }
  .index .product .product_content .swiper-product .swiper-wrapper .swiper-slide .product_main_introduce .product_main_text .product_main_remark {
    font-size: 3.8vw;
  }
  .index .product .product_content .swiper-product .swiper-wrapper .swiper-slide .product_main_introduce .product_main_more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .index .product .product_content .pagation_product {
    z-index: 4;
    top: auto;
    right: auto;
    bottom: -30px;
    left: 50%;
    -webkit-transform: translate(-50%, 100%);
            transform: translate(-50%, 100%);
  }
}
/*# sourceMappingURL=index.css.map */








