@charset "UTF-8";

body {
  overflow-x: hidden;
}

/*********************首页*********************/
html,
body {
  scroll-behavior: smooth;
}

.video_box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.banner_box .video_box {
  background: rgba(0, 0, 0, 0.58);
}

@media screen and (max-width: 1000px) {

  .video_box,
  video {
    display: none;
  }
}

.video_box video {
  width: 100%;
  display: block;
  height: 100%;
  position: relative;
  object-fit: cover;
  z-index: 1;
}

/***首页banner***/
.index_banner .swiper-container a {
  display: block;
  position: relative;
}

.index_banner .swiper-container a .img_box {
  position: relative;
  z-index: 2;
}

.index_banner .swiper-container a .img_box img {
  width: 100%;
  max-height: 100vh;
  object-fit: cover;
  min-height: 400px;
  object-position: right;
  position: relative;
  z-index: 1;
}

.index_banner .swiper-container a .text_box {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content:center;
  align-items:center;
  color: #fff;
  z-index: 4;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 5% 4%;
  background: rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 640px) {
  .index_banner .swiper-container a .text_box {
    padding-bottom: 15%;
  }
}

.index_banner .swiper-container a .text_box .content {
  display: flex;
  align-items: flex-end;
}

.index_banner .swiper-container a .text_box .content .txt {
  text-align: center;
}

.index_banner .swiper-container a .text_box .content .txt .h5 {
  font-size: 18px;
}

.index_banner .swiper-container a .text_box .content .txt p {
  font-size: 21px;
  padding-top: 10px;
  color: rgba(255, 255, 255, 0.6);
}

.index_banner .swiper-container a .text_box .content .video_btn {
  width: 56px;
  height: 56px;
  margin-left: 10px;
}

@media screen and (max-width: 640px) {
  .index_banner .swiper-container a .text_box .content .video_btn {
    width: 30px;
    height: 30px;
  }
}

.index_banner .swiper-container a .text_box .content .video_btn span {
  width: 100%;
  height: 100%;
  display: block;
  background: url(../img/play.png) no-repeat center center;
  background-size: 100% 100%;
}

.index_banner .swiper-pagination {
  bottom: 4% !important;
  text-align: right;
  padding-right: calc(5% + 52px);
}

@media screen and (max-width: 640px) {
  .index_banner .swiper-pagination {
    text-align: center;
    padding-right: 0;
    bottom: 8% !important;
  }
}

.index_banner .swiper-pagination-bullet {
  width: 23px;
  height: 4px;
  border-radius: 0;
  background: #fff;
}

/***首页banner***/
/***首页列表 （产品详情页、产品列表页共用）***/
.product_list .swiper_btn {
  display: flex;
  height: 40px;
  align-items: center;
}

@media screen and (max-width: 640px) {
  .product_list .swiper_btn {
    height: 32px;
  }
}

.product_list .swiper-button-next,
.product_list .swiper-button-prev {
  width: 40px;
  height: 40px;
  background-color: #dbdbdb;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 35%;
  position: static;
  transition: all 0.36s;
  margin-top: 0;
  margin-left: 18px;
  outline: none;
}

@media screen and (max-width: 640px) {

  .product_list .swiper-button-next,
  .product_list .swiper-button-prev {
    width: 32px;
    height: 32px;
  }
}

.product_list .swiper-button-next:hover,
.product_list .swiper-button-prev:hover {
  background-color: #004882;
}

.product_list .swiper-button-prev {
  background-image: url(../img/prev2.svg) !important;
}

.product_list .swiper-button-next {
  background-image: url(../img/next2.svg) !important;
}

.product_list .title_box.wrap {
  max-width: 1450px;
  width: 90%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 84px 0;
  position: relative;
}

@media screen and (max-width: 1450px) {
  .product_list .title_box.wrap {
    padding: 64px 0;
  }
}

@media screen and (max-width: 1200px) {
  .product_list .title_box.wrap {
    padding: 52px 0;
  }
}

@media screen and (max-width: 1000px) {
  .product_list .title_box.wrap {
    padding: 44px 0;
  }
}

@media screen and (max-width: 750px) {
  .product_list .title_box.wrap {
    padding: 32px 0;
  }
}

.product_list .title_box.wrap h3 {
  font-size: 32px;
  color: #004882;
}

@media screen and (max-width: 1450px) {
  .product_list .title_box.wrap h3 {
    font-size: 26px;
  }
}

@media screen and (max-width: 1200px) {
  .product_list .title_box.wrap h3 {
    font-size: 24px;
  }
}

@media screen and (max-width: 1000px) {
  .product_list .title_box.wrap h3 {
    font-size: 22px;
  }
}

@media screen and (max-width: 750px) {
  .product_list .title_box.wrap h3 {
    font-size: 20px;
  }
}

.product_list .pro_swiper {
  padding: 0 80px;
  overflow: hidden;
  margin-bottom: 4vw;
}

@media screen and (max-width: 1700px) {
  .product_list .pro_swiper {
    padding: 0 5%;
  }
}

.product_list .pro_swiper .swiper-container {
  overflow: visible;
}

.product_list .pro_swiper .swiper-slide {
  max-width: 306px;
  width: 80%;
  margin-right: 36px;
}

@media screen and (max-width: 640px) {
  .product_list .pro_swiper .swiper-slide {
    margin-right: 12px;
  }
}

.product_list .pro_swiper .swiper-slide a {
  display: block;
  width: 100%;
}

.product_list .pro_swiper .swiper-slide a .img_box {
  width: 100%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

.product_list .pro_swiper .swiper-slide a .img_box img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  transition: all 0.6s;
}

.product_list .pro_swiper .swiper-slide a h4 {
  font-size: 18px;
  color: #004882;
  padding: 22px 25px;
  text-align: center;
}

.product_list .pro_swiper .swiper-slide:hover .img_box img {
  transform: scale(1.1);
}

.product_list .pro_swiper .swiper-slide:hover .img_box img:nth-child(2) {
  opacity: 1;
}

.index_pro .swiper-slide .img_box {
  overflow: hidden;
}

.index_pro .swiper-slide .img_box img:nth-child(2) {
  opacity: 0;
  transition: all 0.6s;
}


.product_list2 .swiper-slide .img_box img:nth-child(2) {
  opacity: 0;
  transition: all 0.6s;
}

.index_pro .swiper-slide .img_box:hover img {
  transform: scale(1.1);
}

.index_pro .swiper-slide .img_box:hover img:nth-child(2) {
  opacity: 1;
}

/***首页列表 （产品详情页、产品列表页共用）***/
/***首页机器人、智能制造共用***/
.jqr_znzz {
  position: relative;
  margin: 23px 0;
}

.jqr_znzz .img_box img {
  width: 100%;
  position: relative;
  min-height: 400px;
  object-fit: cover;
}

.jqr_znzz .text_box {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 23, 52, 0.58);
  z-index: 3;
}

.jqr_znzz .text_box .content {
  max-width: 1450px;
  width: 90%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  height: 100%;
  color: #fff;
}

.jqr_znzz .text_box .content h5 {
  font-size: 16px;
  font-weight: normal;
  padding-left: 32px;
  position: relative;
}

@media screen and (max-width: 750px) {
  .jqr_znzz .text_box .content h5 {
    font-size: 14px;
  }
}

.jqr_znzz .text_box .content h5:before {
  content: "";
  display: block;
  width: 14px;
  height: 4px;
  background: #fff;
  position: absolute;
  top: 50%;
  transform: translate(-50%);
  left: 6px;
}

.jqr_znzz .text_box .content h2 {
  font-size: 32px;
  margin: 0.625em 0;
}

@media screen and (max-width: 1450px) {
  .jqr_znzz .text_box .content h2 {
    font-size: 26px;
  }
}

@media screen and (max-width: 1200px) {
  .jqr_znzz .text_box .content h2 {
    font-size: 24px;
  }
}

@media screen and (max-width: 1000px) {
  .jqr_znzz .text_box .content h2 {
    font-size: 22px;
  }
}

@media screen and (max-width: 750px) {
  .jqr_znzz .text_box .content h2 {
    font-size: 20px;
  }
}

.jqr_znzz .text_box .content a {
  width: 184px;
  height: 52px;
  background: #004882;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  transition: all 0.6s;
}

.jqr_znzz .text_box .content a:hover {
  background: #fff;
  color: #111111;
}

@media screen and (max-width: 1450px) {
  .jqr_znzz .text_box .content a {
    width: 164px;
    height: 48px;
  }
}

@media screen and (max-width: 1200px) {
  .jqr_znzz .text_box .content a {
    width: 144px;
    height: 44px;
  }
}

@media screen and (max-width: 1000px) {
  .jqr_znzz .text_box .content a {
    width: 124px;
    height: 40px;
  }
}

@media screen and (max-width: 750px) {
  .jqr_znzz .text_box .content a {
    width: 114px;
    height: 36px;
    font-size: 14px;
  }
}

/***首页机器人、智能制造共用***/
/***智能制造内容右对齐***/
@media screen and (min-width: 1001px) {
  .jqr_znzz.jqr {
    margin-top: 4.16vw;
  }
}

.jqr_znzz.znzz {
  margin-bottom: 0;
}

.jqr_znzz.znzz .text_box .content {
  justify-content: flex-end;
}

.jqr_znzz.znzz .text_box .content .txt {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

/***智能制造内容右对齐***/
/*********************首页*********************/
/*********************产品详情页*********************/
/*** 轮播知识点样式 ***/
.swiper-button-prev,
.swiper-button-next,
.swiper-pagination-bullet {
  outline: none;
}

.swiper-pagination.pagination_type01 {
  bottom: 6% !important;
}

.swiper-pagination.pagination_type01 .swiper-pagination-bullet {
  width: 30px;
  height: 4px;
  opacity: 0.22;
  background: #ffffff;
  border-radius: 0;
  margin: 0 5px;
}

.swiper-pagination.pagination_type01 .swiper-pagination-bullet-active {
  opacity: 1;
}

.swiper-pagination.pagination_type02 {
  bottom: 6% !important;
}

.swiper-pagination.pagination_type02 .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #ffffff;
  border-radius: 50%;
  opacity: 0.7;
  margin: 0 6px !important;
}

.swiper-pagination.pagination_type02 .swiper-pagination-bullet-active {
  opacity: 1;
}

.swiper-pagination.pagination_type03 {
  position: relative;
}

.swiper-pagination.pagination_type03 .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #4065cc;
  border-radius: 50%;
  opacity: 0.7;
  margin: 0 6px !important;
}

.swiper-pagination.pagination_type03 .swiper-pagination-bullet-active {
  opacity: 1;
}

/*** 轮播知识点样式 ***/
/*** 内页banner 各页共用 ***/
.banner_box .swiper-slide a {
  position: relative;
  display: block;
  height: 100%;
}

.banner_box .swiper-wrapper {
  height: 100%;
}

.banner_box .swiper-slide {
  height: auto;
}

.banner_box .swiper-slide a .img_box {
  position: relative;
  height: 100%;
  z-index: 1;
}

.banner_box .swiper-slide a .img_box img {
  width: 100%;
  height: 100%;
  max-height: 100vh;
  object-fit: cover;
  min-height: 350px;
  position: relative;
  z-index: 1;
}

.banner_box .swiper-slide a .text_box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  z-index: 2;
}

.youshi .swiper-slide a .text_box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  z-index: 2;
}

.related_big .banner_box .swiper-slide a .text_box {
  flex-direction: row;
  justify-content: left;
  padding: 0 5%;
}

.banner_box .swiper-slide a .text_box h3 {
  font-size: 42px;
  padding: 0 5%;
  text-align: center;
}

.related_big .banner_box .swiper-slide a .text_box h3 {
  font-size: 24px;
}

@media screen and (max-width: 1450px) {
  .banner_box .swiper-slide a .text_box h3 {
    font-size: 42px;
  }

  .related_big .banner_box .swiper-slide a .text_box h3 {
    font-size: 22px;
  }
}

@media screen and (max-width: 1200px) {
  .banner_box .swiper-slide a .text_box h3 {
    font-size: 36px;
  }

  .related_big .banner_box .swiper-slide a .text_box h3 {
    font-size: 20px;
  }
}

@media screen and (max-width: 1000px) {
  .banner_box .swiper-slide a .text_box h3 {
    font-size: 30px;
  }

  .related_big .banner_box .swiper-slide a .text_box h3 {
    font-size: 18px;
  }
}

@media screen and (max-width: 750px) {
  .banner_box .swiper-slide a .text_box h3 {
    font-size: 22px;
  }

  .related_big .banner_box .swiper-slide a .text_box h3 {
    font-size: 18px;
  }
}

.banner_box .swiper-slide a .text_box h4 {
  font-size: 36px;
  margin-top: 14px;
}

@media screen and (max-width: 1450px) {
  .banner_box .swiper-slide a .text_box h4 {
    font-size: 32px;
  }
}

@media screen and (max-width: 1200px) {
  .banner_box .swiper-slide a .text_box h4 {
    font-size: 28px;
  }
}

@media screen and (max-width: 1000px) {
  .banner_box .swiper-slide a .text_box h4 {
    font-size: 24px;
  }
}

@media screen and (max-width: 750px) {
  .banner_box .swiper-slide a .text_box h4 {
    font-size: 20px;
  }
}

.banner_box .swiper-slide a .text_box p {
  font-size: 16px;
  text-align: center;
  color: #666666;
  line-height: 2em;
  margin-top: 20px;
}

.banner_box .swiper-slide a .text_box h6 {
  font-size: 18px;
  color: #fff;
  line-height: 42px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}

.banner_box .swiper-slide a .text_box h6 span {
  width: 47px;
  height: 47px;
  margin-right: 12px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("../img/play.png");
}

@media screen and (max-width: 750px) {
  .banner_box .swiper-slide a .text_box h6 span {
    width: 30px;
    height: 30px;
    margin-right: 6px;
  }
}

/*** 内页banner 各页共用 ***/
/*** 标题文字简介 共用 ***/
.pro_intr01 {
  text-align: center;
  max-width: 1150px;
  width: 90%;
  margin: 0 auto;
  margin-top: 12.4vw;
  margin-bottom: 12.4vw;
}


.pro_information {
  text-align: center;
  max-width: 1150px;
  width: 90%;
  margin: 0 auto;
  margin-top: 12.4vw;
  padding-bottom: 1.4vw;
}

@media screen and (max-width: 750px) {
  .pro_intr01 {
    margin-top: 56px !important;
    margin-bottom: 56px !important;
  }
}

.pro_intr01 h2 {
  font-size: 42px; 
}

@media screen and (max-width: 1450px) {
  .pro_intr01 h2 {
    /* font-size: 36px; */
  }
}

@media screen and (max-width: 1200px) {
  .pro_intr01 h2 {
    font-size: 30px;
  }
}

@media screen and (max-width: 1000px) {
  .pro_intr01 h2 {
    font-size: 24px;
  }
}

@media screen and (max-width: 750px) {
  .pro_intr01 h2 {
    font-size: 20px;
  }
}

.pro_intr01 p {
  font-size: 18px;
  color: #111111;
  line-height: 1.8em;
  margin-top: 2.3em;
  margin-bottom: 3em;
}

@media screen and (max-width: 750px) {
  .pro_intr01 p {
    font-size: 16px;
  }
}

/*** 标题文字简介 共用 ***/
/*** 产品列表 共用 复制导航 ***/
.product_list ul {
  width: calc(100% - 80px*2);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

@media screen and (max-width: 1700px) {
  .product_list ul {
    width: 100%;
  }
}

.product_list ul li {
  width: calc(100% / 4 - 28px*4/5);
  margin-right: 28px;
  margin-bottom: 48px;
}

@media screen and (max-width: 1450px) {
  .product_list ul li {
    margin-bottom: 36px;
  }
}

@media screen and (max-width: 1200px) {
  .product_list ul li {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 1000px) {
  .product_list ul{
    width: 90%;
  }
  .product_list ul li {
    width: calc(100% / 2 - 28px/2);
    margin-right: 18px;
    margin-bottom: 24px;
  }

  .product_list ul li:nth-child(2n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 750px) {
  .product_list ul li {
    margin-bottom: 18px;
  }
}

.product_list ul li .img_box {
  /*background: #fff;
  border: 1px solid #d6d6d6;*/
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 100%;
  position: relative;
  transition: all 0.6s;
}

.report_box ul li .img_box {
  /*background: #fff;
  border: 1px solid #d6d6d6;*/
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 100%;
  padding-bottom: 70%;
  position: relative;
  transition: all 0.6s;
}

.product_info ul li .img_box {
  background: #fff;
  border: 1px solid #d6d6d6;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 100%;
  position: relative;
  transition: all 0.6s;
}

.report_box ul li .img_box img{
  width: 100%;
  transition: transform 0.3s ease;
}

.report_box ul li .img_box:hover img{
  transform: scale(1.3);
}

.product_list ul li .img_box:hover {
  box-shadow: 0px 29px 40px 0px rgba(59, 59, 59, 0.25);
}

.product_list.map_list ul li .img_box img {
  filter: grayscale(1);
}

/* .product_list ul li .img_box:hover img {
  transform: scale(1.1);
  filter: grayscale(0);
} */

.product_list ul li .img_box .ratio {
  width: 100%;
  /*height: 100%;*/
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.product_list ul li img {
  transition: all 0.6s;
  width: 80%;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.product_list.map_list ul li img {
  width: 30%;
}

.product_list ul li h4 {
  font-size: 18px;
  color: #111111;
  padding: 1.7em 0;
  text-align: center;
  line-height: 1.5em;
}

.report_box ul li h4 {
  font-size: 18px;
  color: #ffffff;
  padding: 1em 0;
  text-align: center;
  line-height: 1.5em;
}
@media screen and (max-width: 1600px) {
  .product_list ul li h4 {
    padding: 0.8em 0;
  }
}
@media screen and (max-width: 1450px) {
  .product_list ul li h4 {
    padding: 1.2em 0;
    font-size: 14px;
  }
}

@media screen and (max-width: 1200px) {
  .product_list ul li h4 {
    padding: 1.2em 0;
  }

  .shebei_list .report h2{
    margin-bottom: 6vw;
  }
}

@media screen and (max-width: 1000px) {
  .product_list ul li h4 {
    padding: 0.8em 0;
    font-size: 14px;
  }
}

@media screen and (max-width: 750px) {
  .product_list ul li h4 {
    padding: 0.6em 0;
    font-size: 12px;
  }
}

.product_list ul li:nth-child(4n) {
  margin-right: 0;
}

/*** 产品列表 共用 复制导航 ***/
/*** tab分类列表 ***/
.type_list {
  width: 90%;
  margin: 0 auto;
  margin-top: calc(8.3vw + 10px);
}

@media screen and (max-width: 750px) {
  .type_list {
    margin-top: 60px;
  }
}

@media screen and (min-width: 1001px) {
  .type_list ul {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 1000px) {
  .type_list ul {
    white-space: nowrap;
    overflow-x: auto;
    text-align: center;
    width: 100%;
  }

  .type_list ul::-webkit-scrollbar {
    height: 1px;
  }

  .type_list ul::-webkit-scrollbar-track {
    background-color: rgba(211, 180, 125, 0);
    border-radius: 2em;
  }

  .type_list ul::-webkit-scrollbar-thumb {
    background: transparent;
    border-radius: 2em;
  }
}

.type_list ul li {
  margin: 10px 14px;
  display: inline-block;
}

.type_list ul li:first-child {
  margin-left: 0;
}

.type_list ul li:last-child {
  margin-right: 0;
}

@media screen and (max-width: 750px) {
  .type_list ul li {
    margin: 10px 6px;
  }
}

.type_list ul li a {
  width: 100%;
  color: #666666;
  background: #ffffff;
  border: 1px solid #bfbfbf;
  height: 40px;
  padding: 0 20px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  transition: all 0.6s;
  text-transform: capitalize;
}

@media screen and (min-width: 751px) {
  .type_list ul li a {
    min-width: 160px;
  }
}

@media screen and (max-width: 750px) {
  .type_list ul li a {
    padding: 0 10px;
    height: 34px;
  }
}

.type_list ul li.active a,
.type_list ul li:hover a {
  color: #fff;
  background: #000000;
  border: 1px solid #000000;
}

/*** tab分类列表 ***/
/*** 3D模型 ***/
.model_3d {
  background-color: #fff;
  padding-bottom: 38px;
  margin-top: 4.2vw;
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
}

.model_3d .iframe {
  padding: 8.3vw 0 8.3vw;
  max-width: 1150px;
  width: 90%;
  margin: 0 auto;
}

.model_3d .iframe .ratio {
  width: 100%;
  padding-top: 60%;
  position: relative;
}

.model_3d .iframe .ratio iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}

.model_3d p {
  font-size: 14px;
  color: #666666;
  line-height: 2em;
  max-width: 1440px;
  width: 90%;
  margin: 0 auto;
}

/*** 3D模型 ***/
/*** 商品概述 ***/
.summary {
  border-bottom: 1px solid #e3e3e3;
  padding: 5.2vw 0;
}

@media screen and (max-width: 1450px) {
  .summary {
    padding: 76px 0;
  }
}

@media screen and (max-width: 1200px) {
  .summary {
    padding: 63px 0;
  }
}

@media screen and (max-width: 1000px) {
  .summary {
    padding: 52px 0;
  }
}

@media screen and (max-width: 750px) {
  .summary {
    padding: 40px 0;
  }
}

.summary .content_box {
  max-width: 1440px;
  width: 90%;
  margin: 0 auto;
}

.summary .content_box h4 {
  font-size: 32px;
  color: #000000;
}

.summary .content_box img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

@media screen and (max-width: 1450px) {
  .summary .content_box h4 {
    font-size: 28px;
  }
}

@media screen and (max-width: 1200px) {
  .summary .content_box h4 {
    font-size: 24px;
  }
}

@media screen and (max-width: 1000px) {
  .summary .content_box h4 {
    font-size: 22px;
  }
}

@media screen and (max-width: 750px) {
  .summary .content_box h4 {
    font-size: 20px;
  }
}

.summary .content_box ul {
  margin: 44px 0;
}

.summary .content_box ul li {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  font-size: 16px;
  color: #000;
  line-height: 36px;
}


.summary .content_box ul li span,
.summary .content_box ul li p {
  font-size: inherit;
  color: inherit;
}

.summary .content_box ul li span {
  font-size: 24px;
  line-height: 36px;
  margin-right: 8px;
  position: relative;
  top: 1px;
}

/*** 商品概述 ***/
/*** 产品大图 ***/
.product_img {
  border-bottom: 1px solid #e3e3e3;
  padding: 54px 0;
}

.product_img .content_box {
  max-width: 1440px;
  width: 90%;
  margin: 0 auto;
  text-align: center;
}

.product_img .content_box img {
  max-width: 100%;
}

/*** 产品大图 ***/
/*** 相关信息 ***/
.related_info {
  padding: 5.2vw 0 0;
}

.related_info .content_box {
  max-width: 1440px;
  width: 90%;
  margin: 0 auto;
}

.related_info .content_box h4 {
  font-size: 32px;
  color: #000000;
}

@media screen and (max-width: 1450px) {
  .related_info .content_box h4 {
    font-size: 28px;
  }
}

@media screen and (max-width: 1200px) {
  .related_info .content_box h4 {
    font-size: 24px;
  }
}

@media screen and (max-width: 1000px) {
  .related_info .content_box h4 {
    font-size: 22px;
  }
}

@media screen and (max-width: 750px) {
  .related_info .content_box h4 {
    font-size: 20px;
  }
}

.related_info ul {
  margin-top: 5.2vw;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

@media screen and (max-width: 750px) {
  .related_info ul {
    margin-bottom: 60px;
  }
}

.related_info ul li {
  width: calc(100% / 3);
}

@media screen and (max-width: 1000px) {
  .related_info ul li {
    width: calc(100% / 2);
  }
}

@media screen and (max-width: 1000px) {
  .related_info ul li {
    width: calc(100% / 3);
    margin-bottom: 10px;
  }
}

.related_info ul li a {
  display: block;
  position: relative;
  overflow: hidden;
}

.related_info ul li a .img_box {
  width: 100%;
  padding-top: 70%;
  position: relative;
  z-index: 1;
  transition: all 0.6s;
}

.related_info ul li a .img_box img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}

.related_info ul li a .text_box {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.4);
  transition: all 0.6s;
}

.related_info ul li a .text_box:hover {
  /* background-color: rgba(0, 0, 0, 0.7); */
}

.related_info ul li a .text_box h6 {
  color: #fff;
  font-size: 24px;
}

@media screen and (max-width: 750px) {
  .related_info ul li a .text_box h6 {
    font-size: 20px;
  }
}

/*** 相关信息 ***/
.related_big {
  padding: 12.2vw 0 5.2vw;
}

.related_big>img {
  margin-top: 50px;
}

.related_big .content_box {
  max-width: 1440px;
  width: 90%;
  margin: 0 auto;
}

.related_big .content_box h4 {
  font-size: 32px;
  color: #000000;
}

@media screen and (max-width: 1450px) {
  .related_big .content_box h4 {
    font-size: 28px;
  }
}

@media screen and (max-width: 1200px) {
  .related_big .content_box h4 {
    font-size: 24px;
  }
}

@media screen and (max-width: 1000px) {
  .related_big .content_box h4 {
    font-size: 22px;
  }
}

@media screen and (max-width: 750px) {
  .related_big .content_box h4 {
    font-size: 20px;
  }
}

.related_big .content_box h6 {
  font-size: 18px;
  color: #111111;
}

@media screen and (max-width: 750px) {
  .related_big .content_box h6 {
    font-size: 16px;
  }
}

.related_big .content_box p {
  font-size: 16px;
  color: #666666;
  padding-top: 1em;
}

.related_big .content_box:nth-of-type(2) {
  padding: 34px 0;
}

.related_big .content_box:nth-of-type(2) p {
  padding-top: 24px;
}

.related_big img {
  width: 100%;
}

.factory .swiper-container {
  width: 100%;
  margin: 5.2vw 0 0;
}

.factory .swiper-container img {
  width: 100%;
}



/*** 相关信息 ***/
/*** 产品列表 轮播  ***/
.product_list2 {
  padding-bottom: 5.2vw;
}

.product_list2 .title_box h3 {
  font-weight: normal;
}

/*** 产品列表 轮播  ***/
/*** 表单相关 ***/
.form01_box {
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("../img/form_bg.jpg");
  padding: 8.3vw 0 8.3vw 0;
}

.form01_box h2 {
  /* font-size: 42px; */
  font-size: 26px;
  max-width: 1050px;
  width: 90%;
  margin: 0 auto;
  text-align: center;
  color: #fff;
}

@media screen and (max-width: 1450px) {
  .form01_box h2 {
    /* font-size: 36px; */
  }
}

@media screen and (max-width: 1200px) {
  .form01_box h2 {
    /* font-size: 30px; */
  }
}

@media screen and (max-width: 1000px) {
  .form01_box h2 {
    /* font-size: 24px; */
  }
}

@media screen and (max-width: 750px) {
  .form01_box h2 {
    font-size: 20px;
  }
}

.form01_box p {
  color: #fff;
  font-size: 18px;
  text-align: center;
  padding: 36px 0 50px;
}

.input_box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 0;
  max-width: 1440px;
  width: 90%;
  margin: 0 auto;
}

.input_box .input_wrap {
  width: 28%;
  margin-top: 17px;
  margin: 17px 0 0 0;
  position: relative;
  border-bottom: 1px solid #707070;
  height: 90px;
}

.input_box .input_wrap:nth-child(7) {
  width: 100%;
}

@media screen and (max-width: 750px) {
  .input_box .input_wrap {
    width: 47%;
  }
}

.input_box .input_wrap p {
  color: #fff;
  text-align: left;
  line-height: 30px;
  padding: 0 14px;
  font-size: 14px;
  text-transform: capitalize;
}

.input_box .input_wrap .input {
  position: relative;
}

.input_box .input_wrap .input .sel {
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  width: 100%;
  padding: 10px 20px;
  z-index: 2;
  border-radius: 0 0 6px 6px;
  display: none;
}

.input_box .input_wrap .input .sel li {
  line-height: 40px;
  color: #565555;
  font-size: 14px;
  border-bottom: 1px solid #e3e3e3;
}

.input_box .input_wrap .input .sel li:last-child {
  border-bottom: 0;
}

.input_box .input_wrap .input.sel_input i {
  width: 20px;
  height: 20px;
  display: block !important;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  transition: all 0.6s;
  background-size: auto 12px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("../img/right_arrow.svg");
}

.input_box .input_wrap .input.sel_input.active i {
  transform: translateY(-50%) rotate(270deg);
}

.input_box .input_wrap input {
  width: 100%;
  line-height: 46px;
  height: 50px;
  padding: 0 14px;
  font-size: 14px;
  border: 0;
  background: none;
  color: #fff;
}

.input_box .input_wrap textarea {
  width: 100%;
  height: 90px;
  border: none;
  padding: 14px;
  background: none;
  color: #fff;
}

.input_box .input_wrap span {
  padding: 0 20px;
  line-height: 40px;
  /*border: 1px solid red;*/
  color: rgba(255, 255, 255, 0.8);
  font-size: 12px;
  opacity: 0;
}

.input_box .sub_btn {
  margin-top: 30px;
  width: 360px;
  height: 49px;
  background: #ffffff;
  border: 1px solid #fff;
  display: block;
  margin: 5.2vw auto 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  transition: all 0.6s;
}

.input_box .sub_btn:hover {
  background: rgba(255, 255, 255, 0);
  color: #fff;
}

/*** 表单相关 ***/
/******************************大蒙版*****************************/
.black_box2 {
  background: rgba(0, 0, 0, 0.4);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100000;
  display: none;
}

/******************************大蒙版*****************************/
/*******************************提示框*****************************/
.popup {
  width: 300px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  box-shadow: 1px 1px 50px rgba(0, 0, 0, 0.3);
  padding-bottom: 20px;
  display: none;
  z-index: 150000;
}

.popup .title_box {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 10px 20px;
  border-bottom: 1px solid #ccc;
}

.popup .title_box h6 {
  font-size: 14px;
}

.popup .title_box .close_btn {
  cursor: pointer;
  padding-left: 10px;
  font-size: 16px;
  transform: scaleX(1.2);
}

.popup .content_box {
  padding: 20px;
}

.popup .content_box p {
  font-size: 14px;
}

.popup .btn_box {
  display: flex;
  justify-content: flex-end;
}

.popup .btn_box .close_btn {
  line-height: 28px;
  height: 28px;
  margin: 0px 20px 0;
  padding: 0 18px;
  background: #004882;
  color: #fff;
  border-radius: 2px;
  cursor: pointer;
  font-size: 14px;
  border: none;
  display: block;
  outline: none;
}

/*******************************提示框*****************************/
/*** 产品二级页面标题文字简介 共用 ***/
.pro_intr_second_page {
  margin-top: calc(8.3vw - 10px);
  margin-bottom: 8.3vw;
}

/*** 产品二级页面标题文字简介 共用 ***/
/*** 产品二级 产品列表 共用 ***/
.product_list_second_page {
  margin-bottom: 12.4vw;
}

@media screen and (max-width: 750px) {
  .product_list_second_page ul li {
    width: 100%;
  }
}

.product_list_second_page dl {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 5%;
}

.product_list_second_page dl dd {
  margin: 0 5px 13px;
}

.product_list_second_page dl dd a {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  height: 50px;
  color: #fff;
  font-size: 18px;
  color: #666666;
  background-color: #e3e3e3;
  transition: all 0.6s;
}

.product_list_second_page dl dd a:hover {
  background: #004882;
  color: #fff;
}

/*** 产品二级 产品列表 共用 ***/
/******************联系我们-招贤纳士******************/
.pro_intr01.pro_intr01_recruit {
  max-width: 650px;
  width: 90%;
  margin: 0 auto;
  margin-top: 12.4vw;
  margin-bottom: 12.4vw;
}

.pro_intr01_recruit02 {
  width: 90%;
  margin: 0 auto;
  max-width: 100%;
  margin-top: 17.4vw;
  margin-bottom: 17.4vw;
}

.work_type {
  display: none;
}

.work_type .content_box {
  max-width: 1440px;
  width: 90%;
  margin: 0 auto;
  margin-top: 5.2vw;
}

.work_type .content_box ul {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.work_type .content_box ul li {
  width: calc(100% / 2 - 20px);
  margin-right: 40px;
  margin-top: 48px;
  position: relative;
  z-index: 1;
  border: 1px solid #e3e3e3;
  transition: all 0.6s;
}

.work_type .content_box ul li:nth-child(2n) {
  margin-right: 0;
}

@media screen and (max-width: 1000px) {
  .work_type .content_box ul li {
    width: 100%;
    margin-right: 0;
  }
}

.work_type .content_box ul li.hover {
  z-index: 2;
}

.work_type .content_box ul li.hover .text_box {
  box-shadow: 0px 0px 40px 0px rgba(59, 59, 59, 0.16);
}

.work_type .content_box ul li a {
  display: block;
  width: 100%;
  padding-top: 220px;
  position: relative;
  background: #fff;
}

.work_type .content_box ul li a .ratio {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  min-height: 100%;
  height: auto;
}

.work_type .content_box ul li a .ratio .text_box {
  width: 100%;
  padding: 58px 40px 0;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 2;
  min-height: 218px;
  transition: all 0.6s;
}

@media screen and (max-width: 750px) {
  .work_type .content_box ul li a .ratio .text_box {
    padding: 58px 20px 0;
  }
}

.work_type .content_box ul li a .ratio .text_box .type {
  padding: 0 25px;
  height: 40px;
  background: #000000;
  color: #fff;
  font-size: 16px;
  position: absolute;
  top: 27px;
  right: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.work_type .content_box ul li a .ratio .text_box h3 {
  font-size: 28px;
  color: #000000;
}

.work_type .content_box ul li a .ratio .text_box .req {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
}

.work_type .content_box ul li a .ratio .text_box .req span {
  font-weight: bold;
  color: #000000;
  display: inline-block;
  width: calc(100% / 3);
}

.work_type .content_box ul li a .ratio .text_box .req span:nth-child(2n+1) {
  width: 35%;
}

@media screen and (max-width: 750px) {
  .work_type .content_box ul li a .ratio .text_box .req span:nth-child(2n+1) {
    width: auto;
  }
}

.work_type .content_box ul li a .ratio .text_box .req span:nth-child(1) {
  border-right: 1px solid #e3e3e3;
}

.work_type .content_box ul li a .ratio .text_box .req span:nth-child(2n) {
  width: 15%;
  text-align: center;
  border-right: 1px solid #e3e3e3;
}

.work_type .content_box ul li a .ratio .text_box .req span:nth-child(3) {
  text-align: center;
}

.work_type .content_box ul li a .ratio .text_box .slide {
  display: none;
}

.work_type .content_box ul li a .ratio .text_box .slide .edit {
  padding: 26px 0;
}

.work_type .content_box ul li a .ratio .text_box .slide .edit p {
  font-size: 16px;
  color: #666666;
  line-height: 32px;
  max-width: 600px;
}

.work_type .content_box ul li a .ratio .text_box .mail {
  border-top: 1px solid #f0f0f0;
  padding: 10px 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}

.work_type .content_box ul li a .ratio .text_box .mail span {
  width: 18px;
  height: 14px;
  margin-right: 16px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("../images/mail.png");
}

.work_type .content_box ul li a .ratio .text_box .mail p {
  font-size: 16px;
  color: #666666;
  line-height: 32px;
}

.work_type .content_box ul li:nth-child(n+5) {
  display: none;
}

.work_type .content_box ul.active li:nth-child(n+5) {
  display: block;
}

.work_type .more {
  width: 185px;
  height: 54px;
  background: #000000;
  margin: 65px auto 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: #ffffff;
  line-height: 18px;
}

.related_info_recruit {
  width: 90%;
  margin: 0 auto;
  max-width: 100%;
}

.related_info_recruit ul li {
  width: calc(100% / 3 - 21px*2/3);
  margin-right: 21px;
}

.related_info_recruit ul li:last-child {
  margin-right: 0;
}

@media screen and (max-width: 1000px) {
  .related_info_recruit ul li {
    width: calc(100% / 2 - 21px*1/2);
  }

  .related_info_recruit ul li:nth-child(1) {
    margin-bottom: 20px;
  }
}

.application h2{
    padding-top: product_list.4vw!important;
}
.application_box{
  border-top: 0.8px solid #ddd;
}

.application_line{
  background-color: #f9f9f9;
}

.evn {
  margin-top: 30px;
  padding-bottom: 1.2vw;
}

.evn .content_box {
  width: 90%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 6.4vw;
  margin-bottom: 6.4vw;
  padding-top: 6.4vw;
}

.evn.shebei01 .content_box,
.evn.shebei02 .content_box {
  display: none;
}

.evn.shebei01 .content_box.active,
.evn.shebei02 .content_box.active {
  display: flex;
}

.evn .content_box.top {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
}

@media screen and (max-width: 1000px) {
  .evn .content_box {
    width: 100%;
    padding-bottom: 30px;
    flex-wrap: wrap;
  }
}

.evn .content_box:nth-of-type(2) {
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
}

.evn.shebei02 .sb-total .content_box:nth-of-type(2) {
  flex-direction: row;
}

.shebei02 .evn .content_box {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
}


.evn .content_box .img_box {
  width: 48.8%;
  display: flex;
}
.evn .content_box .advan_box {
  width: 45.8%;
  display: flex;
  margin: 0 3vw;
  padding: 0 3vw 6vw 3vw;
  box-shadow:0px 0px 16px 0px rgba(0, 0, 0, 0.1);
}

.evn .content_box .advan_box h2{
  padding-top: 6vw;
  margin-bottom: 2vw;
}
.evn .advantage {
  width: 90%;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  justify-content: normal;
  flex-direction: row;
  margin-top: 0;
}
.evn .content_box .advantage_box{
  width: 30.8%;
  margin: 2vw 1vw;
  color: #666;
  padding: 3vw 3vw 3vw 3vw;
  box-shadow:0px 0px 16px 0px rgba(0, 0, 0, 0.1);
}
.evn .content_box .advantage_box:hover{
  background: #004882;
  color: #ffffff;
  box-shadow:0px 0px 16px 0px rgba(0, 0, 0, 0.1);
}
.evn .content_box .advantage_box h3{
  padding-top: 1vw;
  margin-bottom: 2vw;
}
.evn .content_box .advantage_box p{
  font-size: 14px;
  line-height: 1.8em;
  margin-bottom:1vw;
}

@media screen and (max-width: 1000px) {
  .evn .content_box .img_box {
    width: 100%;
    margin-bottom: 4vw;
  }
}

.evn .content_box .img_box .advan{
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  /* padding-top: 112%; */
   /*position: relative;*/
}


.evn .content_box .advantage_box{
  width: 45%;
  margin: 2vw 1vw;
  color: #666;
  padding: 3vw 3vw 3vw 3vw;
  box-shadow:0px 0px 16px 0px rgba(0, 0, 0, 0.1);
}

.evn .content_box .img_box .ratio {
  width: 100%;
  /* padding-top: 112%; */
  position: relative;
  overflow: hidden;
}

.evn .content_box .img_box .ratio{
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

.evn .content_box .img_box .ratio img {
  width: 80%;
  height: 100%;
  /* position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover; */
  z-index: 1;
  transition: all 0.6s;
  justify-content: center;
}

.evn .content_box .img_box .ratio .areaimg {
  width: 100%;
  height: 100%;
  /* position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover; */
  z-index: 1;
  transition: all 0.6s;
  justify-content: center;
}

.evn .content_box .img_box .ratio:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  z-index: 2;
  transition: all 0.6s;
}

.evn .content_box .img_box .ratio:hover img {
  /* transform: translate(-50%, -50%) scale(1.1); */
}

.evn .content_box .img_box .ratio:hover:after {
  background: transparent;
}

.evn .content_box .text_box {
  width: 51.2%;
}

@media screen and (max-width: 1000px) {
  .evn .content_box .text_box {
    width: 100%;
    padding-bottom: 30px;
  }
}

.evn .content_box .text_box .ratio {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.evn .content_box .text_box .ratio .text {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0 40px;
}

.evn .content_box:nth-of-type(2) .text_box .ratio .text {
  padding: 0px;
}

.evn .content_box .text_box h2 {
  font-size: 56px;
  color: #000000;
}

@media screen and (max-width: 1450px) {
  .evn .content_box .text_box h2 {
    font-size: 48px;
  }
}

@media screen and (max-width: 1200px) {
  .evn .content_box .text_box h2 {
    font-size: 40px;
  }
}

@media screen and (max-width: 1000px) {
  .evn .content_box .text_box h2 {
    font-size: 32px;
  }

  .evn .content_box .text_box .ratio .text {
    padding: 0px;
  }
}

@media screen and (max-width: 750px) {
  .evn .content_box .text_box h2 {
    font-size: 24px;
  }
  .evn .advantage{
    flex-direction: column!important;
  }
  .evn .content_box .advantage_box{
    width: 100%;
    margin: 2vw 1vw;
    color: #666;
    padding: 3vw 3vw 3vw 3vw;
    box-shadow:0px 0px 16px 0px rgba(0, 0, 0, 0.1);
  }
}

.evn .content_box .text_box .edit {
  padding-top: 3vw;
}

@media screen and (max-width: 1000px) {
  .evn .content_box .text_box .edit {
    padding-top: 30px;
  }
  
}

.evn .content_box .text_box .edit p {
  font-size: 16px;
  color: #666666;
  line-height: 1.4 !important;
}

.evn .content_box .text_box .edit .bold {
  font-weight: bolder;
  font-size: 18px;
}

@media screen and (min-width: 1001px) {
  .evn.advance .content_box:nth-of-type(1) .text {
    width: 100%;
  }
}
.evn.introduce {
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.1);
}

.evn.advance {
  margin-top: 0;
}

.evn.advance h2 {
  padding-top: 12.4vw;
}

/******************联系我们-招贤纳士******************/
.pro_intr01.team_box {
  max-width: 1440px;
  width: 90%;
  margin: 0 auto;
  margin-top: 8.4vw;
  margin-bottom: 160px;
}

.type_list.team {
  margin-top: 3vw;
  width: 100%;
}

.team_list .wrap90 {
  width: 90%;
  margin: 0 auto;
  padding-bottom: 20px;
}

.team_list .wrap_1660 {
  max-width: 1660px;
  width: 90%;
  margin: 0 auto;
  padding: 58px 0;
}

.team_list .content_box.swiper-container {
  overflow: visible;
}

.team_list .content_box.swiper-container .swiper-wrapper {
  align-items: flex-end;
}

.team_list .content_box ul.list {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.team_list .content_box ul.list:hover a {
  width: 100%;
  padding-top: 162%;
  position: relative;
}

.team_list .content_box ul li {
  width: calc(100% / 5 - 25px*4/5);
  margin-right: 25px;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}

.team_list .content_box ul li:nth-child(5n) {
  margin-right: 0;
}

@media screen and (max-width: 1450px) {
  .team_list .content_box ul li {
    width: calc(100% / 4 - 25px*3/4);
  }

  .team_list .content_box ul li:nth-child(4n) {
    margin-right: 0;
  }

  .team_list .content_box ul li:nth-child(5n) {
    margin-right: 25px;
  }
}

@media screen and (max-width: 1200px) {
  .team_list .content_box ul li {
    width: calc(100% / 3 - 25px*2/3);
  }

  .team_list .content_box ul li:nth-child(3n) {
    margin-right: 0;
  }

  .team_list .content_box ul li:nth-child(4n) {
    margin-right: 25px;
  }
}

@media screen and (max-width: 1000px) {
  .team_list .content_box ul li {
    width: calc(100% / 2 - 16px*1/2);
    margin-right: 16px;
  }

  .team_list .content_box ul li:nth-child(2n) {
    margin-right: 0;
  }

  .team_list .content_box ul li:nth-child(3n) {
    margin-right: 16px;
  }
}

@media screen and (max-width: 750px) {
  .team_list .content_box ul li {
    width: 70%;
    margin: 0 5% 5% !important;
  }
}

.team_list .content_box ul li:hover,
.team_list .content_box ul li.active,
.team_list .content_box ul li.swiper-slide-thumb-active {
  z-index: 2;
}

.team_list .content_box ul li:hover a .ratio,
.team_list .content_box ul li:hover a .ratio,
.team_list .content_box ul li.active a .ratio,
.team_list .content_box ul li.active a .ratio,
.team_list .content_box ul li.swiper-slide-thumb-active a .ratio,
.team_list .content_box ul li.swiper-slide-thumb-active a .ratio {
  transform: scale(1.1);
  z-index: 2;
}

@media screen and (max-width: 750px) {

  .team_list .content_box ul li:hover a .ratio,
  .team_list .content_box ul li:hover a .ratio,
  .team_list .content_box ul li.active a .ratio,
  .team_list .content_box ul li.active a .ratio,
  .team_list .content_box ul li.swiper-slide-thumb-active a .ratio,
  .team_list .content_box ul li.swiper-slide-thumb-active a .ratio {
    height: 130%;
  }
}

.team_list .content_box ul li:hover a .ratio .text_box span,
.team_list .content_box ul li:hover a .ratio .text_box span,
.team_list .content_box ul li.active a .ratio .text_box span,
.team_list .content_box ul li.active a .ratio .text_box span,
.team_list .content_box ul li.swiper-slide-thumb-active a .ratio .text_box span,
.team_list .content_box ul li.swiper-slide-thumb-active a .ratio .text_box span {
  display: block;
}

.team_list .content_box ul li a {
  display: block;
  transition: all 0.4s;
}

.team_list .content_box ul li a .ratio {
  padding: 8%;
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.16);
  transition: all 0.6s;
  z-index: 1;
  background: #fff;
}

.team_list .content_box ul li a .ratio .img_box {
  width: 100%;
  padding-top: 126%;
  position: relative;
}

.team_list .content_box ul li a .ratio .img_box img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}

.team_list .content_box ul li a .ratio .text_box {
  text-align: center;
  padding: 20px 0 0;
}

.team_list .content_box ul li a .ratio .text_box h3 {
  font-size: 20px;
  color: #111111;
}

.team_list .content_box ul li a .ratio .text_box p {
  font-size: 16px;
  color: #666666;
  margin-top: 10px;
  line-height: 1.6em;
}

.team_list .content_box ul li a .ratio .text_box span {
  width: 22px;
  height: 22px;
  display: block;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("../img/add.png");
  margin: 8px auto 0;
  display: none;
}

.team_intr {
  background: #09090b;
  margin-bottom: 56px;
  height: 0;
  overflow: hidden;
}

.team_intr.team_intr0 {
  height: auto;
}

.team_intr .swiper-button-prev {
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("../img/prev02.png");
  left: 4%;
}

@media screen and (max-width: 750px) {
  .team_intr .swiper-button-prev {
    width: 14px;
    height: 22px;
  }
}

.team_intr .swiper-button-next {
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("../img/next02.png");
  right: 4%;
}

@media screen and (max-width: 750px) {
  .team_intr .swiper-button-next {
    width: 14px;
    height: 22px;
  }
}

.team_intr .content_box {
  width: 90%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 1000px) {
  .team_intr .content_box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

.team_intr .content_box .img_box {
  width: 48%;
}

@media screen and (max-width: 1000px) {
  .team_intr .content_box .img_box {
    width: 100%;
    max-width: 400px;
    display: none;
  }
}

.team_intr .content_box .img_box img {
  width: 100%;
}

.team_intr .content_box .text_box {
  width: 52%;
  color: #fff;
}

@media screen and (max-width: 1000px) {
  .team_intr .content_box .text_box {
    width: 100%;
    padding: 12.4vw 0;
  }
}

.team_intr .content_box .text_box h5 {
  font-size: 34px;
  color: rgba(255, 255, 255, 0.1);
  line-height: 1.3em;
}

.team_intr .content_box .text_box .name {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
  padding: 24px 0;
}

.team_intr .content_box .text_box .name h3 {
  font-size: 48px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1em;
  margin-right: 20px;
}

.team_intr .content_box .text_box .name h4 {
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  color: #ffffff;
  line-height: 1;
}

.team_intr .content_box .text_box ul {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border: 2px solid #ffffff;
  max-width: 690px;
  position: relative;
  margin: 4.2vw 0;
}

@media screen and (max-width: 1200px) {
  .team_intr .content_box .text_box ul {
    margin: 1.5vw 0;
  }
}

@media screen and (max-width: 640px) {
  .team_intr .content_box .text_box ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

.team_intr .content_box .text_box ul:after {
  position: absolute;
  content: '';
  width: 2px;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  background: #fff;
}

@media screen and (max-width: 640px) {
  .team_intr .content_box .text_box ul:after {
    display: none;
  }
}

.team_intr .content_box .text_box ul li {
  width: calc(100%/2);
  text-align: center;
  height: 180px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 1200px) {
  .team_intr .content_box .text_box ul li {
    height: 140px;
  }
}

@media screen and (max-width: 640px) {
  .team_intr .content_box .text_box ul li {
    width: 100%;
    height: auto;
    padding: 30px 0;
  }
}

.team_intr .content_box .text_box ul li:first-child .exp {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  font-size: 20px;
  font-weight: bold;
  line-height: 1em;
}

.team_intr .content_box .text_box ul li:first-child .exp span {
  font-size: 48px;
  font-weight: 600;
  margin-right: 10px;
  line-height: 0.8em;
}

@media screen and (max-width: 640px) {
  .team_intr .content_box .text_box ul li:first-child {
    border-bottom: 2px solid #fff;
  }
}

.team_intr .content_box .text_box ul li:last-child p {
  font-size: 18px;
  line-height: 28px;
  max-width: 144px;
}

.team_intr .content_box .text_box ul li:last-child a {
  color: #fff;
  font-size: 18px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.7);
  padding: 4px 0 2px;
}

.team_intr .content_box .text_box .edit {
  padding-top: 24px;
}

.team_intr .content_box .text_box .edit p {
  font-size: 16px;
  font-weight: 400;
  line-height: 33px;
  max-width: 690px;
}

.pro_intr01.his {
  max-width: 850px;
  width: 90%;
  margin: 0 auto;
  margin-top: 12.4vw;
  margin-bottom: 12.4vw;
}

.history_box .content_box {
  filter: grayscale(100%);
  filter: gray;
  transition: all 0.4s;
  overflow: hidden;
}

@media screen and (min-width: 1001px) {
  .history_box .content_box {
    height: 520px;
  }
}

.history_box .content_box .img_box {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("");
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  transition: all 1.5s;
}

.history_box .content_box:hover {
  filter: grayscale(0%);
}

.history_box .content_box:hover .img_box {
  transform: scale(1.1);
}

.history_box .content_box .text_box {
  width: 100%;
  position: relative;
  z-index: 2;
  position: relative;
  background: rgba(0, 0, 0, 0.69);
  transition: all 0.4s;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

@media screen and (min-width: 1001px) {
  .history_box .content_box .text_box {
    height: 100%;
  }
}

@media screen and (max-width: 1000px) {
  .history_box .content_box .text_box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

.history_box .content_box .text_box:before {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: RGB(255, 255, 255, 0.2);
  display: block;
}

.history_box .content_box .text_box:after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background: #ffffff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.4s;
  z-index: 1;
}

.history_box .content_box .text_box .left_year,
.history_box .content_box .text_box .right_year {
  width: 50%;
  height: 100%;
  color: #fff;
}

@media screen and (max-width: 1000px) {

  .history_box .content_box .text_box .left_year,
  .history_box .content_box .text_box .right_year {
    width: 90%;
  }
}

.history_box .content_box .text_box .left_year h2,
.history_box .content_box .text_box .right_year h2 {
  font-size: 66px;
  font-family: 'Timpani' !important;
  transition: all 0.4s;
  z-index: 2;
}

@media screen and (max-width: 1450px) {

  .history_box .content_box .text_box .left_year h2,
  .history_box .content_box .text_box .right_year h2 {
    font-size: 56px;
  }
}

@media screen and (max-width: 1200px) {

  .history_box .content_box .text_box .left_year h2,
  .history_box .content_box .text_box .right_year h2 {
    font-size: 46px;
  }
}

@media screen and (max-width: 1000px) {

  .history_box .content_box .text_box .left_year h2,
  .history_box .content_box .text_box .right_year h2 {
    font-size: 36px;
  }
}

@media screen and (max-width: 750px) {

  .history_box .content_box .text_box .left_year h2,
  .history_box .content_box .text_box .right_year h2 {
    font-size: 26px;
  }
}

.history_box .content_box .text_box .left_year .edit,
.history_box .content_box .text_box .right_year .edit {
  padding-top: 20px;
}

.history_box .content_box .text_box .left_year .edit p,
.history_box .content_box .text_box .right_year .edit p {
  font-size: 16px;
  color: #fff;
  line-height: 2em;
}

.history_box .content_box .text_box .left_year {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  text-align: right;
}

@media screen and (max-width: 1000px) {
  .history_box .content_box .text_box .left_year {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
}

.history_box .content_box .text_box .right_year {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  text-align: left;
}

@media screen and (max-width: 1000px) {
  .history_box .content_box .text_box .right_year {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
}

@media screen and (max-width: 1000px) {
  .history_box .content_box .text_box span {
    display: block;
    width: 14px;
    height: 14px;
    background: #ffffff;
    border-radius: 50%;
    margin: 0 auto;
    transition: all 0.4s;
    z-index: 1;
  }

  .history_box .content_box .text_box:after {
    opacity: 0;
  }
}

.history_box .content_box:nth-child(2n+1) .text_box .left_year {
  padding: 0 32px 100px 32px;
}

@media screen and (max-width: 1000px) {
  .history_box .content_box:nth-child(2n+1) .text_box .left_year {
    padding: 50px 0px 50px 0px;
  }
}

.history_box .content_box:nth-child(2n+1) .text_box .left_year h2 {
  font-size: 88px;
}

@media screen and (max-width: 1450px) {
  .history_box .content_box:nth-child(2n+1) .text_box .left_year h2 {
    font-size: 66px;
  }
}

@media screen and (max-width: 1200px) {
  .history_box .content_box:nth-child(2n+1) .text_box .left_year h2 {
    font-size: 56px;
  }
}

@media screen and (max-width: 1000px) {
  .history_box .content_box:nth-child(2n+1) .text_box .left_year h2 {
    font-size: 46px;
  }
}

@media screen and (max-width: 750px) {
  .history_box .content_box:nth-child(2n+1) .text_box .left_year h2 {
    font-size: 36px;
  }
}

.history_box .content_box:nth-child(2n+1) .text_box .right_year {
  padding: 20px 32px 0 32px;
}

@media screen and (max-width: 1000px) {
  .history_box .content_box:nth-child(2n+1) .text_box .right_year {
    padding: 50px 0px 50px 0px;
  }
}

.history_box .content_box:nth-child(2n) .text_box .left_year {
  padding: 20px 32px 0 32px;
}

@media screen and (max-width: 1000px) {
  .history_box .content_box:nth-child(2n) .text_box .left_year {
    padding: 50px 0px 50px 0px;
  }
}

.history_box .content_box:nth-child(2n) .text_box .right_year {
  padding: 0 32px 100px 32px;
}

@media screen and (max-width: 1000px) {
  .history_box .content_box:nth-child(2n) .text_box .right_year {
    padding: 50px 0px 50px 0px;
  }
}

.history_box .content_box:nth-child(2n) .text_box .right_year h2 {
  font-size: 88px;
}

@media screen and (max-width: 1450px) {
  .history_box .content_box:nth-child(2n) .text_box .right_year h2 {
    font-size: 66px;
  }
}

@media screen and (max-width: 1200px) {
  .history_box .content_box:nth-child(2n) .text_box .right_year h2 {
    font-size: 56px;
  }
}

@media screen and (max-width: 1000px) {
  .history_box .content_box:nth-child(2n) .text_box .right_year h2 {
    font-size: 46px;
  }
}

@media screen and (max-width: 750px) {
  .history_box .content_box:nth-child(2n) .text_box .right_year h2 {
    font-size: 36px;
  }
}

@media screen and (max-width: 1000px) {
  .history_box .content_box.no_content {
    height: 300px;
  }
}

.history_box .content_box.no_content .no_text {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.history_box .content_box.no_content .no_text h2 {
  font-size: 88px;
  line-height: 1em;
}

@media screen and (max-width: 1450px) {
  .history_box .content_box.no_content .no_text h2 {
    font-size: 66px;
  }
}

@media screen and (max-width: 1200px) {
  .history_box .content_box.no_content .no_text h2 {
    font-size: 56px;
  }
}

@media screen and (max-width: 1000px) {
  .history_box .content_box.no_content .no_text h2 {
    font-size: 46px;
  }
}

@media screen and (max-width: 750px) {
  .history_box .content_box.no_content .no_text h2 {
    font-size: 36px;
  }
}

.history_box .content_box:hover .text_box {
  min-height: 530px;
  background: transparent;
}

.history_box .content_box:hover .text_box:after {
  width: 420px;
  height: 420px;
}

@media screen and (max-width: 1000px) {
  .history_box .content_box:hover .text_box:after {
    opacity: 1;
  }
}

@media screen and (max-width: 750px) {
  .history_box .content_box:hover .text_box:after {
    width: 260px;
    height: 260px;
  }
}

.history_box .content_box:hover .text_box h2 {
  color: #111111;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.history_box .content_box:hover .text_box .edit {
  display: none;
}

.history_box .content_box:hover .text_box span {
  display: block;
  width: 14px;
  height: 14px;
  background: #ffffff;
  border-radius: 50%;
  margin: 0 auto;
  transition: all 0.4s;
  z-index: 1;
  opacity: 0;
}

.history_box .content_box:hover:nth-child(2n+1) .left_year h2 {
  top: calc(50% - 10%);
}

@media screen and (max-width: 750px) {
  .history_box .content_box:hover:nth-child(2n+1) .left_year h2 {
    top: calc(50% - 5%);
  }
}

.history_box .content_box:hover:nth-child(2n+1) .right_year h2 {
  top: calc(50% + 10%);
  font-size: 88px;
}

@media screen and (max-width: 1450px) {
  .history_box .content_box:hover:nth-child(2n+1) .right_year h2 {
    font-size: 66px;
  }
}

@media screen and (max-width: 1200px) {
  .history_box .content_box:hover:nth-child(2n+1) .right_year h2 {
    font-size: 56px;
  }
}

@media screen and (max-width: 1000px) {
  .history_box .content_box:hover:nth-child(2n+1) .right_year h2 {
    font-size: 46px;
  }
}

@media screen and (max-width: 750px) {
  .history_box .content_box:hover:nth-child(2n+1) .right_year h2 {
    font-size: 36px;
  }
}

@media screen and (max-width: 750px) {
  .history_box .content_box:hover:nth-child(2n+1) .right_year h2 {
    top: calc(50% + 5%);
  }
}

.history_box .content_box:hover:nth-child(2n) .left_year h2 {
  top: calc(50% - 10%);
  font-size: 88px;
}

@media screen and (max-width: 1450px) {
  .history_box .content_box:hover:nth-child(2n) .left_year h2 {
    font-size: 66px;
  }
}

@media screen and (max-width: 1200px) {
  .history_box .content_box:hover:nth-child(2n) .left_year h2 {
    font-size: 56px;
  }
}

@media screen and (max-width: 1000px) {
  .history_box .content_box:hover:nth-child(2n) .left_year h2 {
    font-size: 46px;
  }
}

@media screen and (max-width: 750px) {
  .history_box .content_box:hover:nth-child(2n) .left_year h2 {
    font-size: 36px;
  }
}

@media screen and (max-width: 750px) {
  .history_box .content_box:hover:nth-child(2n) .left_year h2 {
    top: calc(50% - 5%);
  }
}

.history_box .content_box:hover:nth-child(2n) .right_year h2 {
  top: calc(50% + 10%);
}

@media screen and (max-width: 750px) {
  .history_box .content_box:hover:nth-child(2n) .right_year h2 {
    top: calc(50% + 5%);
  }
}

.history_bottom {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("../images/his_bottom.jpg");
}

.history_bottom ul {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 1000px) {
  .history_bottom ul {
    flex-wrap: wrap;
  }
}

.history_bottom ul li {
  width: calc(100% / 5);
  border-right: 1px solid rgba(255, 255, 255, 0.08);
  transition: all 0.6s;
}

@media screen and (max-width: 1000px) {
  .history_bottom ul li {
    width: calc(100% / 3);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }

  .history_bottom ul li:nth-child(4) {
    border-left: 1px solid rgba(255, 255, 255, 0.08);
  }
}

@media screen and (max-width: 750px) {
  .history_bottom ul li {
    width: calc(100% / 2);
    background: rgba(0, 0, 0, 0.58);
  }

  .history_bottom ul li:nth-child(4) {
    border-left: none;
  }

  .history_bottom ul li:last-child {
    border-left: 1px solid rgba(255, 255, 255, 0.08);
  }
}

.history_bottom ul li a {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 100%;
  position: relative;
}

.history_bottom ul li a .ratio {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}

.history_bottom ul li a .ratio h4 {
  font-size: 24px;
  font-weight: 400;
  color: #e3e3e3;
  line-height: 42px;
}

@media screen and (max-width: 1450px) {
  .history_bottom ul li a .ratio h4 {
    font-size: 22px;
  }
}

@media screen and (max-width: 1200px) {
  .history_bottom ul li a .ratio h4 {
    font-size: 20px;
  }
}

@media screen and (max-width: 1000px) {
  .history_bottom ul li a .ratio h4 {
    font-size: 18px;
  }
}

.history_bottom ul li:hover {
  background: rgba(0, 0, 0, 0.58);
}

.pro_intr01.about {
  max-width: 1660px;
  width: 90%;
  margin: 0 auto;
  margin-top: 12.4vw;
  margin-bottom: 8.3vw;
}

.pro_intr01.about .edit {
  margin-top: 42px;
}

@media screen and (max-width: 640px) {
  .pro_intr01.about .edit {
    margin-top: 20px;
  }

  .pro_intr01.about .edit br {
    display: none;
  }
}

.pro_intr01.about .edit p {
  margin-top: 0;
}

.pro_intr01.about .download {
  width: 284px;
  height: 68px;
  background: #111111;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 4.2vw auto 0;
  color: #fff;
  font-size: 16px;
}

.pro_intr01.about .download span {
  width: 25px;
  height: 18px;
  margin-left: 6px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("../images/download.png");
}

.company_num {
  position: relative;
  max-height: 1000px;
  padding: 5.2vw 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 1000px) {
  .company_num {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #020204;
    padding: 12.4vw 0 12.4vw;
  }
}

.company_num .img_box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.company_num .img_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: relative;
  z-index: 1;
}

.company_num .content_box {
  position: relative;
  z-index: 2;
  width: 100%;
}

.company_num .content_box .num {
  max-width: 1440px;
  width: 90%;
  margin: 0 auto;
  max-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
}

.company_num .content_box .num dl {
  max-width: 443px;
  width: 100%;
  color: #fff;
  padding: 30px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

@media screen and (max-width: 1000px) {
  .company_num .content_box .num dl {
    padding: 18px 0;
  }
}

.company_num .content_box .num dl dt {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.company_num .content_box .num dl dt span {
  width: 14px;
  height: 14px;
  margin-right: 30px;
  background: #fff;
  border-radius: 50%;
}

.company_num .content_box .num dl dt p {
  font-size: 18px;
  width: calc(100% - 14px - 30px - 24px);
}

@media screen and (max-width: 750px) {
  .company_num .content_box .num dl dt p {
    font-size: 16px;
  }
}

.company_num .content_box .num dl dt i {
  width: 18px;
  height: 18px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("../images/add.svg");
  transition: all 0.4s;
}

.company_num .content_box .num dl dt.active i {
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("../images/reduce.svg");
}

.company_num .content_box .num dl dd {
  font-size: 50px;
  font-weight: 600;
  padding-left: calc(14px + 30px);
  padding-top: 10px;
  display: none;
}

@media screen and (max-width: 1450px) {
  .company_num .content_box .num dl dd {
    font-size: 42px;
  }
}

@media screen and (max-width: 1200px) {
  .company_num .content_box .num dl dd {
    font-size: 36px;
  }
}

@media screen and (max-width: 1000px) {
  .company_num .content_box .num dl dd {
    font-size: 30px;
  }
}

@media screen and (max-width: 750px) {
  .company_num .content_box .num dl dd {
    font-size: 22px;
  }
}

.company_num .content_box .num dl:first-child dd {
  display: block;
}

.advance h2 {
  font-size: 48px;
  text-align: center;
  color: #111111;
  padding-top: 8.3vw;
}

@media screen and (max-width: 1450px) {
  .advance h2 {
    font-size: 42px;
  }
}

@media screen and (max-width: 1200px) {
  .advance h2 {
    font-size: 36px;
  }
}

@media screen and (max-width: 1000px) {
  .advance h2 {
    font-size: 30px;
  }
}

@media screen and (max-width: 750px) {
  .advance h2 {
    font-size: 22px;
  }
}

.advance dl {
  border-bottom: 1px solid #e3e3e3;
  padding-top: 2vw;
  padding-bottom: 2vw;
  max-width: 820px;
}

.advance dl dt {
  font-size: 22px;
  color: #111111;
  font-weight: bold;
  cursor: pointer;
}

@media screen and (max-width: 1450px) {
  .advance dl dt {
    font-size: 26px;
  }
}

@media screen and (max-width: 1200px) {
  .advance dl dt {
    font-size: 24px;
  }
}

@media screen and (max-width: 1000px) {
  .advance dl dt {
    font-size: 21px;
  }
}

@media screen and (max-width: 750px) {
  .advance dl dt {
    font-size: 18px;
  }
}

.advance dl dd {
  display: none;
}

.advance dl dd .edit {
  padding: 40px 0 0 !important;
}

@media screen and (max-width: 750px) {
  .advance dl dd .edit {
    padding-bottom: 40px !important;
  }
}

.advance dl dd p {
  font-size: 16px !important;
  color: #111111;
  line-height: 2em !important;
}

@media screen and (max-width: 750px) {
  .advance dl dd p {
    font-size: 16px !important;
  }
}

.advance dl:first-child dd {
  display: block;
}

.advance dl:last-child {
  border-bottom: 0;
}

.advance .content_box:nth-of-type(1) .text {
  width: 100%;
}

.advance .content_box:nth-of-type(1) .text h3 {
  font-size: 36px;
  color: #111111;
  line-height: 1.6em;
  padding-bottom: 40px;
}

@media screen and (max-width: 1450px) {
  .advance .content_box:nth-of-type(1) .text h3 {
    font-size: 32px;
  }
}

@media screen and (max-width: 1200px) {
  .advance .content_box:nth-of-type(1) .text h3 {
    font-size: 28px;
  }
}

@media screen and (max-width: 1000px) {
  .advance .content_box:nth-of-type(1) .text h3 {
    font-size: 24px;
    margin-top: 30px;
  }
}

@media screen and (max-width: 750px) {
  .advance .content_box:nth-of-type(1) .text h3 {
    font-size: 20px;
    margin-top: 30px;
  }
}




.advance .content_box:nth-of-type(1) .text ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.advance .content_box:nth-of-type(1) .text ul li {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 2vw 0;
}

@media screen and (max-width: 1000px) {
  .advance .content_box:nth-of-type(1) .text ul li {
    margin: 20px 0;
  }
}

.advance .content_box:nth-of-type(1) .text ul li span img {
  width: 56px;
  margin-right: 24px;
}

@media screen and (max-width: 750px) {
  .advance .content_box:nth-of-type(1) .text ul li span img {
    width: 40px;
    margin-right: 14px;
  }
}

.advance .content_box:nth-of-type(1)  .text ul li h5 {
  font-size: 21px;
  color: #111111;
  line-height: 1.3em;
  margin-bottom: 20px;
}

@media screen and (max-width: 1450px) {
  .advance .content_box:nth-of-type(1)  .text ul li h5 {
    font-size: 18px;
    font-weight: normal;
    line-height: 32px;
  }
}

@media screen and (max-width: 1200px) {
  .advance .content_box:nth-of-type(1)  .text ul li h5 {
    font-size: 20px;
  }
}

@media screen and (max-width: 1000px) {
  .advance .content_box:nth-of-type(1)  .text ul li h5 {
    font-size: 18px;
  }
}

.advance .content_box:nth-of-type(1)  .text ul li h6 {
  font-size: 16px;
  color: #111111;
  line-height: 2em;
}

@media screen and (max-width: 750px) {
  .advance .content_box:nth-of-type(1)  .text ul li h6 {
    font-size: 14px;
  }
}

.certify.rongyu .tab_content_box .tab_content.active .swiper-container {
  transform: translateY(0px);
  opacity: 1;
}

.certify.rongyu .swiper_box {
  position: relative;
  width: 90%;
  margin: 0 auto;
}

@media screen and (max-width: 1000px) {
  .certify.rongyu .swiper_box {
    width: 100%;
  }
}

.certify.rongyu .swiper-button-prev,
.certify.rongyu .swiper-button-next {
  margin: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../images/prev.svg);
  height: 60px;
  outline: none;
  transition: all 0.36s;
  transform: translateY(50%);
}

.certify.rongyu .swiper-button-prev,
.certify.rongyu .swiper-button-next {
  top: 40%;
  margin: 0;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("../images/prev.svg");
  height: 100px;
  width: 40px;
  outline: none;
  transition: all 0.36s;
  transform: translateY(-50%);
  opacity: 0.4;
}

@media screen and (max-width: 750px) {

  .certify.rongyu .swiper-button-prev,
  .certify.rongyu .swiper-button-next {
    height: 50px;
    width: 20px;
  }
}

.certify.rongyu .swiper-button-prev:hover,
.certify.rongyu .swiper-button-next:hover {
  /*background-image: url(images/arrow_right2.svg);*/
  transform: translateY(-50%) scale(1.4);
}

.certify.rongyu .swiper-button-next {
  transform: translateY(-50%) rotate(-180deg);
}

.certify.rongyu .swiper-button-next:hover {
  transform: translateY(-50%) rotate(-180deg) scale(1.4);
}

.certify.rongyu .swiper-container {
  width: 100%;
  margin: 0 auto;
}

.certify.rongyu .swiper-slide {
  max-width: 462px;
  width: 60%;
  position: relative;
}

.certify.rongyu .swiper-slide p {
  font-size: 24px;
  color: #111111;
  line-height: 1.5em;
  padding-top: 5.2vw;
  opacity: 0;
  text-align: center;
  transition: all 0.6s;
}

@media screen and (max-width: 1450px) {
  .certify.rongyu .swiper-slide p {
    font-size: 22px;
  }
}

@media screen and (max-width: 1200px) {
  .certify.rongyu .swiper-slide p {
    font-size: 20px;
  }
}

@media screen and (max-width: 1000px) {
  .certify.rongyu .swiper-slide p {
    font-size: 18px;
  }
}

@media screen and (min-width: 1001px) {
  .certify.rongyu .swiper-slide p {
    width: 200%;
    transform: translateX(-25%);
    white-space: nowrap;
  }
}

@media screen and (max-width: 1000px) {
  .certify.rongyu .swiper-slide p {
    width: 100%;
  }
}

@media screen and (max-width: 750px) {
  .certify.rongyu .swiper-slide p {
    font-size: 16px;
  }
}

.certify.rongyu .swiper-slide-active p {
  opacity: 1;
}

.certify.rongyu .swiper-slide .img_box {
  width: 100%;
  padding-top: 62.6%;
  position: relative;
  background: #fff;
}

.certify.rongyu .swiper-slide img {
  opacity: 0.4;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}

.certify.rongyu .swiper-slide-active img {
  /*box-shadow: 0px 4px 29px 0px rgba(0, 0, 0, 0.35);*/
  opacity: 1;
}

.rongyu {
  width: 90%;
  margin: 0 auto;
  margin-top: 8.3vw;
}

@media screen and (max-width: 750px) {
  .rongyu {
    margin-top: 30px;
    margin-bottom: 25px;
    width: 100%;
  }
}

.map_list {
  position: relative;
  padding-top: 3vw;
  overflow: hidden;
}

.map_list ul li {
  width: calc(100% / 6 - 28px*5/6);
  margin-right: 28px;
}

.map_list ul li:nth-child(4n) {
  margin-right: 28px;
}

.map_list ul li:nth-child(6n) {
  margin-right: 0;
}

@media screen and (max-width: 1450px) {
  .map_list ul li {
    width: calc(100% / 4 - 28px*3/4);
  }

  .map_list ul li:nth-child(6n) {
    margin-right: 28px;
  }

  .map_list ul li:nth-child(4n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 1200px) {
  .map_list ul li {
    width: calc(100% / 3 - 28px*2/3);
  }

  .map_list ul li:nth-child(4n) {
    margin-right: 28px;
  }

  .map_list ul li:nth-child(3n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 1000px) {
  .map_list ul li {
    width: calc(100% / 3 - 18px*2/3);
    margin-right: 18px;
  }

  .map_list ul li:nth-child(4n),
  .map_list ul li:nth-child(2n) {
    margin-right: 18px;
  }

  .map_list ul li:nth-child(3n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 750px) {
  .map_list ul li {
    width: calc(100% / 2 - 18px*1/2);
  }

  .map_list ul li:nth-child(2n + 1) {
    margin-right: 18px;
  }

  .map_list ul li:nth-child(2n) {
    margin-right: 0;
  }
}

.map_list ul li .img_box:hover {
  box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.16);
}

.map_black {
  position: fixed;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 49;
  transition: all ease .5s;
}

.map_black.active {
  top: 0;
  opacity: 1;
}

.map_swiper {
  position: fixed;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  transition: all 0.7s;
  opacity: 0;
  z-index: 50;
}

.map_swiper.active {
  opacity: 1;
  top: 0;
}

.map_swiper .swiper-container {
  max-width: 1150px;
  width: 90%;
  margin: 0 auto;
  height: 610px;
  max-height: 70vh;
  background: #fff;
}

.map_swiper .swiper-container .swiper-slide .content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  padding: 80px;
  position: relative;
  height: 100%;
  overflow-y: auto;
}

@media screen and (max-width: 1000px) {
  .map_swiper .swiper-container .swiper-slide .content {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 50px 5%;
  }
}

.map_swiper .swiper-container .swiper-slide .content .left_box {
  width: calc(100% - 380px);
}

@media screen and (max-width: 1000px) {
  .map_swiper .swiper-container .swiper-slide .content .left_box {
    width: 100%;
    padding-bottom: 30px;
  }
}

.map_swiper .swiper-container .swiper-slide .content .left_box h3 {
  font-size: 28px;
  color: #111111;
  line-height: 1em;
}

@media screen and (max-width: 1000px) and (max-width: 1450px) {
  .map_swiper .swiper-container .swiper-slide .content .left_box h3 {
    font-size: 26px;
  }
}

@media screen and (max-width: 1000px) and (max-width: 1200px) {
  .map_swiper .swiper-container .swiper-slide .content .left_box h3 {
    font-size: 24px;
  }
}

@media screen and (max-width: 1000px) and (max-width: 1000px) {
  .map_swiper .swiper-container .swiper-slide .content .left_box h3 {
    font-size: 21px;
  }
}

@media screen and (max-width: 1000px) and (max-width: 750px) {
  .map_swiper .swiper-container .swiper-slide .content .left_box h3 {
    font-size: 18px;
  }
}

.map_swiper .swiper-container .swiper-slide .content .left_box dl {
  margin-top: 30px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 480px;
  width: 100%;
}

@media screen and (max-width: 1000px) {
  .map_swiper .swiper-container .swiper-slide .content .left_box dl {
    margin-top: 10px;
  }
}

@media screen and (max-width: 640px) {
  .map_swiper .swiper-container .swiper-slide .content .left_box dl {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}

.map_swiper .swiper-container .swiper-slide .content .left_box dl dt {
  width: 80px;
  font-weight: bold;
  font-size: 16px;
  color: #000;
  font-family: SourceHanSansCN-Bold;
}

@media screen and (max-width: 640px) {
  .map_swiper .swiper-container .swiper-slide .content .left_box dl dt {
    width: 100%;
    padding-bottom: 4px;
  }
}

.map_swiper .swiper-container .swiper-slide .content .left_box dl dd {
  width: calc(100% - 80px);
  font-size: 16px;
  color: #666666;
}

@media screen and (max-width: 640px) {
  .map_swiper .swiper-container .swiper-slide .content .left_box dl dd {
    width: 100%;
  }
}

@media screen and (max-width: 1000px) {
  .map_swiper .swiper-container .swiper-slide .content .map {
    margin: 0 auto;
    width: 100%;
  }
}

.map_swiper .swiper-container .swiper-slide .content .mymap {
  width: 360px;
  height: 360px;
}

@media screen and (max-width: 1000px) {
  .map_swiper .swiper-container .swiper-slide .content .mymap {
    width: 300px;
    height: 200px;
    max-width: 100%;
    margin: 0 auto;
  }
}

.map_swiper .swiper-container .close {
  position: absolute;
  bottom: 10%;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  display: block;
  width: 30px;
  height: 30px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("../images/add.png");
  cursor: pointer;
  z-index: 2;
}

.map_swiper .swiper-container .swiper-button-next,
.map_swiper .swiper-container .swiper-button-prev {
  position: absolute;
  top: auto;
  bottom: 10%;
}

.map_swiper .swiper-container .swiper-button-prev {
  left: 5%;
  margin-left: 0;
}

.map_swiper .swiper-container .swiper-button-next {
  right: 5%;
  margin-right: 0;
}

.factory_box .content_box h4 {
  font-size: 48px;
  text-align: center;
  color: #111111;
}

@media screen and (max-width: 1450px) {
  .factory_box .content_box h4 {
    font-size: 42px;
  }
}

@media screen and (max-width: 1200px) {
  .factory_box .content_box h4 {
    font-size: 36px;
  }
}

@media screen and (max-width: 1000px) {
  .factory_box .content_box h4 {
    font-size: 30px;
  }
}

@media screen and (max-width: 750px) {
  .factory_box .content_box h4 {
    font-size: 22px;
  }
}

.roboto ul li a {
  min-width: 244px;
  height: 60px;
}

@media screen and (max-width: 750px) {
  .roboto ul li a {
    min-width: 0;
    height: 48px;
  }
}

.roboto_module .content_box {
  max-width: 1440px;
  width: 90%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 1000px) {
  .roboto_module .content_box {
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
  }
}

.roboto_module .content_box .left_box {
  width: 42%;
}

@media screen and (max-width: 1000px) {
  .roboto_module .content_box .left_box {
    width: 90%;
  }
}

.roboto_module .content_box .left_box .tab_content {
  width: 100%;
  display: none;
}

.roboto_module .content_box .left_box .tab_content:nth-child(1) {
  display: block;
}

.roboto_module .content_box .left_box .tab_content .img_box {
  text-align: center;
}

@media screen and (max-width: 1000px) {
  .roboto_module .content_box .left_box .tab_content .img_box {
    width: 100%;
    max-width: 400px;
  }
}

.roboto_module .content_box .left_box .tab_content .img_box img {
  width: 100%;
}

.roboto_module .content_box .left_box .tab_content .text_box {
  width: 100%;
  box-shadow: 0px 0px 30px 0px rgba(215, 215, 215, 0.5);
  padding: 84px 42px;
  max-width: 530px;
  margin: 20% auto 0;
}

@media screen and (max-width: 1000px) {
  .roboto_module .content_box .left_box .tab_content .text_box {
    width: 100%;
    max-width: 400px;
    padding: 30px 20px;
  }
}

.roboto_module .content_box .left_box .tab_content .text_box h3 {
  font-size: 32px;
  font-weight: bold;
  color: #000000;
  line-height: 1.4em;
}

@media screen and (max-width: 1450px) {
  .roboto_module .content_box .left_box .tab_content .text_box h3 {
    font-size: 28px;
  }
}

@media screen and (max-width: 1200px) {
  .roboto_module .content_box .left_box .tab_content .text_box h3 {
    font-size: 24px;
  }
}

@media screen and (max-width: 1000px) {
  .roboto_module .content_box .left_box .tab_content .text_box h3 {
    font-size: 22px;
  }
}

@media screen and (max-width: 750px) {
  .roboto_module .content_box .left_box .tab_content .text_box h3 {
    font-size: 20px;
  }
}

.roboto_module .content_box .left_box .tab_content .text_box p {
  color: #333333;
  line-height: 32px;
  margin-top: 12px;
}

.roboto_module .content_box .right_box {
  width: 53%;
}

@media screen and (max-width: 1000px) {
  .roboto_module .content_box .right_box {
    width: 90%;
  }
}

.roboto_module .content_box .right_box .img_box {
  position: relative;
}

.roboto_module .content_box .right_box .img_box img {
  width: 100%;
}

.roboto_module .content_box .right_box .img_box span {
  width: 52px;
  height: 52px;
  display: block;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("../images/add_r.svg");
  position: absolute;
  transition: all 0.6s;
}

@media screen and (max-width: 750px) {
  .roboto_module .content_box .right_box .img_box span {
    width: 38px;
    height: 38px;
  }
}

.roboto_module .content_box .right_box .img_box span.active,
.roboto_module .content_box .right_box .img_box span:hover {
  transform: scale(1.1);
}

.roboto_module .content_box .right_box .img_box span:nth-of-type(1) {
  top: 0%;
  left: 15%;
}

.roboto_module .content_box .right_box .img_box span:nth-of-type(2) {
  top: 45%;
  left: 50%;
}

.roboto_module .content_box .right_box .img_box span:nth-of-type(3) {
  bottom: 21%;
  left: 53%;
}

.roboto_module .content_box .right_box .img_box span:nth-of-type(4) {
  bottom: 23%;
  right: 6%;
}

.roboto_module .content_box .right_box .img_box span:nth-of-type(5) {
  bottom: 18%;
  right: -5%;
}

.system .roboto {
  margin-top: 50px;
}

@media screen and (max-width: 750px) {
  .system .roboto {
    margin-top: 30px;
  }
}

.system .roboto ul li a {
  min-width: 244px;
  height: 60px;
  color: #fff;
  background: none;
  border: 1px solid #979797;
}

@media screen and (max-width: 750px) {
  .system .roboto ul li a {
    height: 48px;
  }
}

.system .roboto ul li.active a,
.system .roboto ul li:hover a {
  background: #565555;
  border: 1px solid #565555;
}

.system .system_tab {
  padding-top: 5.2vw;
}

.system .system_tab .content_box {
  max-width: 100% !important;
  width: 100% !important;
  padding-bottom: 50px;
}

.system .system_tab .tab_content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  align-items: normal;
}

@media screen and (max-width: 1000px) {
  .system .system_tab .tab_content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
  }
}

.system .system_tab .tab_content .left_box {
  padding: 0 20px 0 3%;
  width: 52%;
}

@media screen and (max-width: 1000px) {
  .system .system_tab .tab_content .left_box {
    width: 100%;
  }
}

.system .system_tab .tab_content .left_box .img_box {
  text-align: center;
}

.system .system_tab .tab_content .left_box img {
  margin-top: 0;
  width: 90%;
  height: 100%;
  object-fit: contain;
}

.system .system_tab .tab_content .left_box .top_video {
  position: relative;
  height: 82%;
}

.system .system_tab .tab_content .left_box .top_video .img_box {
  height: 100%;
}

.system .system_tab .tab_content .left_box .top_video .img_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 1;
}

.system .system_tab .tab_content .left_box .top_video .play_btn {
  position: absolute;
  width: 18%;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}

.system .system_tab .tab_content .left_box .top_video .play_btn img {
  width: 100%;
}

.system .system_tab .tab_content .left_box .top_video .play_btn span {
  width: 100%;
  padding-top: 100%;
  position: absolute;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("../images/play_btn.svg");
}

.system .system_tab .tab_content .left_box ul {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 26px;
  height: 18%;
}

.system .system_tab .tab_content .left_box ul li {
  width: 31.66%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background: #333333;
}

.system .system_tab .tab_content .left_box ul li .img_box {
  width: 100%;
  padding-top: 60%;
  position: relative;
}

.system .system_tab .tab_content .left_box ul li img {
  max-width: 60%;
  max-height: 60%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.system .system_tab .tab_content .right_box {
  width: 48%;
  background: #fff;
}

@media screen and (max-width: 1000px) {
  .system .system_tab .tab_content .right_box {
    width: 99.6%;
    margin-top: 20px;
  }
}

.system .system_tab .tab_content .right_box .text_box {
  padding: 7%;
}

.system .system_tab .tab_content .right_box .text_box h3 {
  color: #000000;
  font-size: 46px;
  font-weight: bolder;
}

@media screen and (max-width: 1450px) {
  .system .system_tab .tab_content .right_box .text_box h3 {
    font-size: 42px;
  }
}

@media screen and (max-width: 1200px) {
  .system .system_tab .tab_content .right_box .text_box h3 {
    font-size: 36px;
  }
}

@media screen and (max-width: 1000px) {
  .system .system_tab .tab_content .right_box .text_box h3 {
    font-size: 30px;
  }
}

@media screen and (max-width: 750px) {
  .system .system_tab .tab_content .right_box .text_box h3 {
    font-size: 22px;
  }
}

.system .system_tab .tab_content .right_box .text_box h3 em {
  width: 70px;
  height: 8px;
  background: #000000;
  display: block;
  margin-top: 34px;
}

.system .system_tab .tab_content .right_box .text_box .edit {
  padding-top: 50px;
}

.system .system_tab .tab_content .right_box .text_box .edit p {
  color: #666666;
  font-size: 18px;
  line-height: 1.8em;
}

.system .system_tab .tab_content .right_box .text_box .edit p span.des {
  width: 14px;
  height: 14px;
  border: 1px solid #999999;
  border-radius: 50%;
  display: inline-block;
  margin-right: 7px;
  position: relative;
}

.system .system_tab .tab_content .right_box .text_box .edit p span.des:after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background: #999999;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.system .system_tab .tab_content .right_box .text_box .edit h4 {
  font-size: 24px;
  font-weight: bolder;
  text-align: left;
  color: #000000;
  line-height: 1em;
  border-left: 4px solid #000000;
  padding-left: 15px;
  margin: 50px 0 40px;
}

.system .system_tab .tab_content .right_box .text_box .edit h5 {
  font-size: 18px;
  font-weight: bolder;
  color: #000000;
  line-height: 1em;
  border-left: 4px solid #000000;
  margin: 40px 0 8px;
  padding-left: 15px;
}

.production_line {
  background: #000000;
}

.production_line .content_box {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  padding: 6.8vw 0;
}

@media screen and (max-width: 750px) {
  .production_line .content_box {
    flex-direction: column-reverse !important;
  }
}

.production_line .content_box .text_box {
  width: 65.6%;
  padding: 8.3vw 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.1);
  position: relative;
}

@media screen and (max-width: 1200px) {
  .production_line .content_box .text_box {
    width: 90%;
  }
}

@media screen and (max-width: 750px) {
  .production_line .content_box .text_box {
    padding: 12.4vw 0;
  }
}

.production_line .content_box .text_box:after {
  content: "";
  width: 107%;
  height: 100%;
  position: absolute;
  top: 10%;
  left: 0;
  display: block;
  background: inherit;
}

.production_line .content_box .text_box .text {
  max-width: 850px;
  width: 90%;
}

.production_line .content_box .text_box .text h3 {
  font-size: 50px;
  font-weight: bold;
  color: #ffffff;
}

@media screen and (max-width: 1450px) {
  .production_line .content_box .text_box .text h3 {
    font-size: 42px;
  }
}

@media screen and (max-width: 1200px) {
  .production_line .content_box .text_box .text h3 {
    font-size: 36px;
  }
}

@media screen and (max-width: 1000px) {
  .production_line .content_box .text_box .text h3 {
    font-size: 30px;
  }
}

@media screen and (max-width: 750px) {
  .production_line .content_box .text_box .text h3 {
    font-size: 22px;
  }
}

.production_line .content_box .text_box .text h3 em {
  width: 70px;
  height: 8px;
  background: #ffffff;
  display: block;
  margin-top: 3vw;
}

.production_line .content_box .text_box .text h4 {
  font-size: 24px;
  font-weight: bolder;
  color: #fff;
  line-height: 1em;
  border-left: 4px solid #fff;
  padding-left: 15px;
  margin: 0 0 40px;
}

.production_line .content_box .text_box .text .edit {
  padding-top: 4.2vw;
}

@media screen and (max-width: 750px) {
  .production_line .content_box .text_box .text .edit {
    padding-top: 40px;
  }
}

.production_line .content_box .text_box .text .edit p {
  color: #fff;
  font-size: 18px;
  max-width: 650px;
  line-height: 1.8em;
}

@media screen and (max-width: 750px) {
  .production_line .content_box .text_box .text .edit p {
    font-size: 14px;
  }
}

.production_line .content_box .text_box .text .edit p span.des {
  width: 14px;
  height: 14px;
  border: 1px solid #fff;
  border-radius: 50%;
  display: inline-block;
  margin-right: 7px;
  position: relative;
}

.production_line .content_box .text_box .text .edit p span.des:after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.production_line .content_box .img_box {
  width: 44%;
  position: absolute;
  right: 5%;
  text-align: right;
}

@media screen and (max-width: 1400px) {
  .production_line .content_box .img_box {
    width: 40%;
  }
}

@media screen and (max-width: 1200px) {
  .production_line .content_box .img_box {
    top: 0;
    transform: translateY(0%);
  }
}

@media screen and (max-width: 750px) {
  .production_line .content_box .img_box {
    position: static;
    width: 100%;
  }
}

.production_line .content_box .img_box img {
  width: 100%;
  max-width: 90%;
  max-height: 668px;
  object-fit: contain;
}

.production_line .content_box:nth-child(2n) {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-start;
  align-items: center;
}

.production_line .content_box:nth-child(2n) .text_box:after {
  top: -15%;
  left: auto;
  right: 0;
  width: 110%;
}

.production_line .content_box:nth-child(2n) .text_box .text {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}

@media screen and (max-width: 1200px) {
  .production_line .content_box:nth-child(2n) .text_box .text {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }
}

.production_line .content_box:nth-child(2n) .img_box {
  right: auto;
  left: 5%;
}

@media screen and (max-width: 1200px) {
  .production_line .content_box:nth-child(2n) .img_box {
    top: 0;
    transform: translateY(0%);
    left: auto;
    right: 0;
  }
}

.production_line .content_box:nth-child(2n) .img_box img {
  object-position: left;
}

.roboto_tab_content {
  width: 90%;
  margin: 0 auto;
}

.roboto_tab_content .tab_content {
  padding-top: 50px;
  padding-bottom: 8.3vw;
}

.roboto_tab_content .tab_content img {
  margin-top: 0;
}

.roboto_case {
  background: #000000;
  padding-bottom: 0;
}

@media screen and (max-width: 750px) {
  .roboto_case {
    padding: 50px 0 0;
  }
}

.roboto_case .content_box h4 {
  font-size: 48px;
  text-align: center;
  color: #fff;
}

@media screen and (max-width: 1450px) {
  .roboto_case .content_box h4 {
    font-size: 42px;
  }
}

@media screen and (max-width: 1200px) {
  .roboto_case .content_box h4 {
    font-size: 36px;
  }
}

@media screen and (max-width: 1000px) {
  .roboto_case .content_box h4 {
    font-size: 30px;
  }
}

@media screen and (max-width: 750px) {
  .roboto_case .content_box h4 {
    font-size: 22px;
  }
}

.roboto_case .content_box h4 em {
  width: 111px;
  height: 11px;
  background: #ffffff;
  display: block;
  margin: 30px auto 0;
}

.intelligent {
  margin-bottom: 80px;
}

.intelligent h2 {
  color: #fff;
}

.intelligent p {
  color: #fff;
}

.intelligent_box1 {
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("../images/intelligent_box1_bg.png");
  padding: 1px 0 4.2vw;
}

.intelligent_box1 img {
  max-width: 1440px;
  width: 90%;
  margin: 0 auto;
  display: block;
}

.intelligent_box2 {
  background: #000b21;
  padding: 1px 0 1px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("../images/intelligent_box2_bg.png");
}

.intelligent_box2 .img_box {
  text-align: center;
  position: relative;
  max-width: 1440px;
  width: 90%;
  margin: 0 auto;
}

.intelligent_box2 .img_box img {
  padding: 12.4vw 0;
}

@media screen and (max-width: 1000px) {
  .intelligent_box2 .img_box img {
    width: 100%;
    max-width: 540px;
  }
}

.intelligent_box2 .img_box span {
  width: 338px;
  min-height: 86px;
  display: block;
  font-weight: bold;
  color: #00bdff;
  position: absolute;
}

@media screen and (max-width: 1300px) {
  .intelligent_box2 .img_box span {
    max-width: 338px;
    width: 30%;
    padding: 0 20px;
  }
}

@media screen and (max-width: 1000px) {
  .intelligent_box2 .img_box span {
    position: static;
    width: 100%;
    margin: 10px auto;
    transform: translateX(0) !important;
  }
}

.intelligent_box2 .img_box span:nth-of-type(1) {
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("../images/intelligent_box2_bg2.png");
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 26px;
  text-align: center;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.intelligent_box2 .img_box span:nth-of-type(n+2) {
  padding: 42px 30px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("../images/intelligent_box2_bg3.png");
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  font-size: 20px;
  text-align: left;
}

@media screen and (max-width: 1300px) {
  .intelligent_box2 .img_box span:nth-of-type(n+2) {
    padding: 20px 20px;
  }
}

.intelligent_box2 .img_box span:nth-of-type(n+2) i {
  width: 46px;
  height: 42px;
  display: block;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("../images/intelligent_box2_icon.png");
  margin-right: 30px;
}

.intelligent_box2 .img_box span:nth-of-type(n+2):after {
  content: "";
  width: 195px;
  height: 165px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("../images/intelligent_box2_line.png");
  display: block;
  position: absolute;
}

@media screen and (max-width: 750px) {
  .intelligent_box2 .img_box span:nth-of-type(n+2):after {
    display: none;
  }
}

.intelligent_box2 .img_box span:nth-of-type(2) {
  left: 0;
  top: 20%;
}

.intelligent_box2 .img_box span:nth-of-type(2):after {
  left: 100%;
  top: 50%;
  transform: rotateY(180deg);
}

.intelligent_box2 .img_box span:nth-of-type(3) {
  right: 0;
  top: 20%;
}

.intelligent_box2 .img_box span:nth-of-type(3):after {
  top: 50%;
  right: 100%;
}

.intelligent_box2 .img_box span:nth-of-type(4) {
  left: 0;
  bottom: 20%;
}

.intelligent_box2 .img_box span:nth-of-type(4):after {
  bottom: 50%;
  left: 100%;
  transform: rotate(180deg);
}

.intelligent_box2 .img_box span:nth-of-type(5) {
  right: 0;
  bottom: 20%;
}

.intelligent_box2 .img_box span:nth-of-type(5):after {
  bottom: 50%;
  right: 100%;
  transform: rotateX(180deg);
}

.intelligent_box3,
.intelligent_box5 {
  background: #000b21;
  padding: 1px 0;
}

@media screen and (max-width: 750px) {

  .intelligent_box3 .tab_list,
  .intelligent_box5 .tab_list {
    padding: 0 5%;
  }
}

.intelligent_box3 .tab_list .swiper-slide,
.intelligent_box5 .tab_list .swiper-slide {
  width: 220px;
  height: 62px;
  padding: 0 30px;
  margin: 0 29px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("../images/intelligent_box2_bg3.png");
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  color: #00bdff;
  opacity: 0.6;
  transition: all 0.6s;
  cursor: pointer;
}

.intelligent_box3 .tab_list .swiper-slide:first-child,
.intelligent_box5 .tab_list .swiper-slide:first-child {
  margin-left: 0;
}

.intelligent_box3 .tab_list .swiper-slide:last-child,
.intelligent_box5 .tab_list .swiper-slide:last-child {
  margin-right: 0;
}

@media screen and (max-width: 750px) {

  .intelligent_box3 .tab_list .swiper-slide,
  .intelligent_box5 .tab_list .swiper-slide {
    width: auto;
    padding: 0 12px;
    margin: 0 6px;
  }
}

.intelligent_box3 .tab_list .active,
.intelligent_box5 .tab_list .active {
  opacity: 1;
}

.intelligent_box3 .tab_content,
.intelligent_box5 .tab_content {
  position: relative;
  padding: 5.2vw 0;
  width: 90%;
  margin: 0 auto;
}

.intelligent_box3 .tab_content .swiper-container,
.intelligent_box5 .tab_content .swiper-container {
  max-width: 1440px;
  width: 90%;
  margin: 0 auto;
  width: 100%;
}

.intelligent_box3 .tab_content .swiper-container .img_box,
.intelligent_box5 .tab_content .swiper-container .img_box {
  width: 100%;
  padding-top: 44.5%;
  position: relative;
}

.intelligent_box3 .tab_content .swiper-container .img_box img,
.intelligent_box5 .tab_content .swiper-container .img_box img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}

.intelligent_box3 .tab_content .swiper-container .text_box,
.intelligent_box5 .tab_content .swiper-container .text_box {
  margin: 40px 0;
}

.intelligent_box3 .tab_content .swiper-container .text_box p,
.intelligent_box5 .tab_content .swiper-container .text_box p {
  color: #fff;
  text-align: center;
  line-height: 1.8em;
  max-width: 944px;
  margin: 0 auto;
}

.intelligent_box3 .tab_content .btn_box,
.intelligent_box5 .tab_content .btn_box {
  position: absolute;
  width: 100%;
  height: 100%;
  padding-top: 0;
  top: 0;
  left: 0;
}

.intelligent_box3 .tab_content .swiper-button-prev,
.intelligent_box3 .tab_content .swiper-button-next,
.intelligent_box5 .tab_content .swiper-button-prev,
.intelligent_box5 .tab_content .swiper-button-next {
  width: 4.7vw;
  height: 4.7vw;
}

@media screen and (max-width: 1000px) {

  .intelligent_box3 .tab_content .swiper-button-prev,
  .intelligent_box3 .tab_content .swiper-button-next,
  .intelligent_box5 .tab_content .swiper-button-prev,
  .intelligent_box5 .tab_content .swiper-button-next {
    display: none;
  }
}

.intelligent_box3 .tab_content .swiper-button-prev,
.intelligent_box5 .tab_content .swiper-button-prev {
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("../images/prev03.png");
}

.intelligent_box3 .tab_content .swiper-button-next,
.intelligent_box5 .tab_content .swiper-button-next {
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("../images/next03.png");
}

.swiper_box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.swiper_box .tab_content {
  position: relative;
}

.swiper_box .btn_box {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  padding-top: 39%;
}

.swiper_box .swiper-button-prev,
.swiper_box .swiper-button-next {
  width: 4.7vw;
  height: 4.7vw;
  transform: translate(0, calc(-50%));
}

@media screen and (max-width: 750px) {

  .swiper_box .swiper-button-prev,
  .swiper_box .swiper-button-next {
    display: none;
  }
}

.swiper_box .swiper-button-prev {
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("../images/prev03.png");
}

.swiper_box .swiper-button-next {
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("../images/next03.png");
}

.intelligent_box4 {
  background-color: #000b21;
  padding: 1px 0;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("../images/intelligent_box4_bg.png");
}

.intelligent_box4 a {
  max-width: 482px;
  width: 80%;
  height: 84px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("../images/intelligent_box2_bg3.png");
  margin: 4.2vw auto 5.2vw;
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 750px) {
  .intelligent_box4 a {
    height: 50px;
  }
}

.intelligent_box4 .swiper_box {
  width: 100%;
  padding: 30px 0 6.8vw;
}

.intelligent_box4 .swiper_box .tab_content {
  width: 90%;
  margin: 0 auto;
  position: relative;
}

.intelligent_box4 .swiper_box .tab_content .btn_box {
  padding-top: 0;
  height: 100%;
}

.cloud {
  max-width: 1440px;
  width: 90%;
  margin: 0 auto;
  margin-bottom: 40px !important;
}

.cloud .swiper-wrapper {
  align-items: normal;
}

.cloud .swiper-slide {
  width: calc(100% / 3 - 5%) !important;
  margin: 0 2.5%;
  height: auto;
  color: #fff;
  text-align: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("../images/intelligent_box4_bg2.png");
  padding: 5% 4% 4%;
}

@media screen and (max-width: 1000px) {
  .cloud .swiper-slide {
    width: calc(100% / 2 - 5%) !important;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 750px) {
  .cloud .swiper-slide {
    width: 100% !important;
    margin-right: 0 !important;
    margin-bottom: 20px;
  }
}

.cloud .swiper-slide img {
  width: 52%;
}

.cloud .swiper-slide h3 {
  font-size: 24px;
  padding: 1.1em 0 0.8em;
}

@media screen and (max-width: 1450px) {
  .cloud .swiper-slide h3 {
    font-size: 22px;
  }
}

@media screen and (max-width: 1200px) {
  .cloud .swiper-slide h3 {
    font-size: 20px;
  }
}

@media screen and (max-width: 1000px) {
  .cloud .swiper-slide h3 {
    font-size: 18px;
  }
}

.cloud .swiper-slide p {
  color: #7696DF;
  line-height: 1.8em;
  height: 7.2em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

@media screen and (max-width: 1000px) {
  .cloud .swiper-slide p {
    font-size: 14px;
  }
}

.cloud_list .swiper-wrapper {
  flex-wrap: wrap;
  justify-content: center;
}

.cloud_list .swiper-wrapper .swiper-slide {
  margin-left: 0;
  margin-right: 5%;
}

.cloud_list .swiper-wrapper .swiper-slide:last-child {
  margin-right: 0;
}

@media screen and (max-width: 1000px) {
  .cloud_list .swiper-wrapper .swiper-slide {
    width: calc(100% / 2 - 5%/2);
  }

  .cloud_list .swiper-wrapper .swiper-slide:nth-child(2) {
    margin-right: 0;
  }
}

.intelligent_box5 .swiper-pagination {
  margin-top: 50px;
}

.intelligent_box5 .swiper-slide {
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("../images/intelligent_box5_bg.png");
}

.intelligent_box5 .cont {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 5% 6.3%;
}

@media screen and (max-width: 1000px) {
  .intelligent_box5 .cont {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 50px 20px;
  }
}

.intelligent_box5 .cont .img {
  width: 420px;
}

@media screen and (max-width: 1000px) {
  .intelligent_box5 .cont .img {
    width: 100%;
  }
}

.intelligent_box5 .cont .img img {
  width: 100%;
}

.intelligent_box5 .cont .text {
  width: calc(100% - 420px);
  color: #fff;
  padding-left: 8%;
}

@media screen and (max-width: 1000px) {
  .intelligent_box5 .cont .text {
    width: 100%;
    padding-left: 0;
    padding-top: 30px;
  }
}

.intelligent_box5 .cont .text h4 {
  font-size: 26px;
  color: #fff;
}

.intelligent_box5 .cont .text h4 em {
  display: block;
  width: 32px;
  height: 4px;
  background: #ffffff;
  margin-top: 12px;
}

.intelligent_box5 .cont .text .edit {
  margin-top: 48px;
}

.intelligent_box5 .cont .text .edit p {
  line-height: 1.8em;
  color: #F2FFFC;
}

.intelligent_box6 {
  background-color: #000b21;
  padding: 12.4vw 0;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("../images/intelligent_box4_bg.png");
}

.intelligent_box6 .content_box {
  max-width: 1440px;
  width: 90%;
  margin: 0 auto;
  min-height: 500px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("../images/intelligent_box6_bg.png");
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 7.5% 5.5%;
}

@media screen and (max-width: 750px) {
  .intelligent_box6 .content_box {
    padding: 80px 6%;
  }
}

.intelligent_box6 .content_box p {
  color: #fff;
  text-align: center;
  line-height: 2.5em;
  position: relative;
  font-size: 17px;
}

@media screen and (max-width: 750px) {
  .intelligent_box6 .content_box p {
    font-size: 14px;
  }
}

.intelligent_box6 .content_box p i {
  width: 26px;
  height: 16px;
  display: block;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("../images/mh.png");
}

.intelligent_box6 .content_box p i:nth-child(1) {
  top: 0;
  left: 0;
  transform: translate(-60%, -100%);
}

.intelligent_box6 .content_box p i:nth-child(2) {
  bottom: 0;
  right: 0;
  transform: translateY(100%) rotate(180deg);
}

.intelligent_box6 .content_box h4 {
  font-size: 24px;
  color: #fff;
  margin-top: 45px;
}

@media screen and (max-width: 1450px) {
  .intelligent_box6 .content_box h4 {
    font-size: 22px;
  }
}

@media screen and (max-width: 1200px) {
  .intelligent_box6 .content_box h4 {
    font-size: 20px;
  }
}

@media screen and (max-width: 1000px) {
  .intelligent_box6 .content_box h4 {
    font-size: 18px;
  }
}

.zizhi_intr {
  margin-bottom: 40px;
}

.zizhi_box {
  position: relative;
  width: 90%;
  margin: 0 auto;
}

@media screen and (max-width: 1000px) {
  .zizhi_box {
    width: 100%;
  }
}

.zizhi_box .certify {
  width: 90%;
  margin: 0 auto;
  width: 90%;
}

@media screen and (max-width: 1000px) {
  .zizhi_box .certify {
    width: 100%;
  }
}

.zizhi_box .certify .swiper_box {
  position: relative;
}

.zizhi_box .certify .swiper-button-prev,
.zizhi_box .certify .swiper-button-next {
  margin: 0;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("../images/prev.svg");
  height: 100px;
  width: 40px;
  outline: none;
  transition: all 0.36s;
  transform: translateY(-50%);
  opacity: 0.4;
}

@media screen and (max-width: 750px) {

  .zizhi_box .certify .swiper-button-prev,
  .zizhi_box .certify .swiper-button-next {
    width: 20px;
    height: 50px;
  }
}

.zizhi_box .certify .swiper-button-prev:hover,
.zizhi_box .certify .swiper-button-next:hover {
  /*background-image: url(images/arrow_right2.svg);*/
  transform: translateY(-50%) scale(1.4);
}

.zizhi_box .certify .swiper-button-next {
  transform: translateY(-50%) rotate(-180deg);
}

.zizhi_box .certify .swiper-button-next:hover {
  transform: translateY(-50%) rotate(-180deg) scale(1.4);
}

.zizhi_box .certify .swiper-container {
  padding: 30px 10px 40px;
  overflow: visible;
  overflow-x: hidden;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
}

.certificatenav{
  margin-top: 30px;
  margin-bottom: 12.4vw;
}

.certification{
  margin-bottom: 100px;
}

@media screen and (max-width: 1000px) {
  .zizhi_box .certify .swiper-container {
    overflow-x: visible;
    padding: 0;
  }
}

.zizhi_box .certify .swiper-slide {
  max-width: 350px;
  width: 50%;
  position: relative;
  padding: 0 30px 0 30px;
}

.zizhi_box .certify .swiper-slide-active {
  box-shadow: 0px 38px 73.72px 2.28px rgba(17, 17, 17, 0.41);
}

.zizhi_box .certify .swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 2;
  box-shadow:5px 5px 15px rgba(0, 0, 0, 0.3);
}

.zizhi_box .certify .swiper-slide p {
  line-height: 98px;
  padding-top: 0;
  text-align: center;
  color: #636363;
  font-size: 1.1em;
  margin: 0;
}

.inst_tab ul li {
  min-width: 140px;
}

.shebei01 .content_box {
  flex-direction: row-reverse;
}

.shebei01 .content_box .text_box .text {
  width: 100%;
}

@media screen and (min-width: 1001px) {
  .shebei01 .content_box .text_box .text {
    padding-left: 16%;
  }
}

.shebei01 .content_box .text_box h2 {
  font-size: 46px;
  position: relative;
}

@media screen and (max-width: 1450px) {
  .shebei01 .content_box .text_box h2 {
    font-size: 42px;
  }
}

@media screen and (max-width: 1200px) {
  .shebei01 .content_box .text_box h2 {
    font-size: 36px;
  }
}

@media screen and (max-width: 1000px) {
  .shebei01 .content_box .text_box h2 {
    font-size: 30px;
  }
}

@media screen and (max-width: 750px) {
  .shebei01 .content_box .text_box h2 {
    font-size: 22px;
  }
}

.shebei01 .content_box .text_box h2:before {
  content: '';
  width: 14px;
  height: 14px;
  background: #111111;
  display: block;
  position: absolute;
  top: 50%;
  left: -44px;
  transform: translateY(-50%);
  border-radius: 50%;
}

.shebei01 .content_box .text_box .edit {
  width: 100%;
}

.shebei01 .content_box .text_box .edit p {
  font-size: 16px;
  color: #666666;
  line-height: 1.8em;
  max-width: 540px;
}

.shebei01 .content_box .text_box .edit h5 {
  position: relative;
  margin-bottom: 10px;
}

.shebei01 .content_box .text_box .edit h5:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #111111;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
}

.shebei01 .content_box .text_box .edit h5 p {
  font-size: 18px;
  color: #111111;
  line-height: 2.4em;
  background: #fff;
  display: inline-block;
  position: relative;
  z-index: 2;
  padding-right: 28px;
}

.shebei02 .content_box {
  flex-direction: row;
}

.shebei02 .content_box .text_box .text {
  padding-left: 0;
}

@media screen and (min-width: 1001px) {
  .shebei02 .content_box .text_box .text h2 {
    margin-left: 12%;
  }
}

@media screen and (min-width: 1001px) {
  .shebei02 .content_box .text_box .text h5 {
    padding-left: 11%;
    display: inline-block;
  }
}

@media screen and (min-width: 1001px) {
  .shebei02 .content_box .text_box .text h5 p {
    padding-left: 20px;
  }
}

@media screen and (min-width: 1001px) {
  .shebei02 .content_box .text_box .text .edit>p {
    margin-left: 11%;
    padding-left: 20px;
  }
}

.shebei_list .title_box.wrap {
  padding: 0 0 30px;
  display: none;
}

.report_box{
  background:url(../img/certificate/avalon-774925.jpg) no-repeat center center;
  background-size: cover;
}

.report_box h2{
  color: #ffffff;
}

.report_box::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
}

.shebei_list:nth-last-of-type(1) {
  border-bottom: 1px solid #e3e3e3;
}

.shebei_list ul {
  flex-wrap: initial;
}

.shebei_list ul li {
  width: calc(100% / 5 - 28px*4/5);
}

.shebei_list ul li:nth-child(4n) {
  margin-right: 28px;
}

.shebei_list ul li:last-child {
  margin-right: 0;
}

@media screen and (max-width: 1000px) {
  .shebei_list ul li {
    width: calc(100% / 3 - 18px*1/3);
    margin-right: 18px;
  }

  .shebei_list ul li:nth-child(4n) {
    margin-right: 18px;
  }

  .shebei_list ul li:nth-child(2n) {
    margin-right: 18px;
  }
}

.shebei_list ul li .ratio:after {
  width: 100%;
  height: 100%;
  /*background: rgba(0, 0, 0, 0.45);*/
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  content: "";
  display: block;
  transition: all 0.6s;
}

.shebei_list ul li .ratio:hover::after {
  /*background: rgba(0, 0, 0, 0);*/
  transform: scale(1.1);
}

.shebei_list ul li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.shebei .swiper-slide a .text_box {
  background: rgba(0, 0, 0, 0.4);
  /* align-items: flex-start; */
}

.shebei .swiper-slide a .text_box h3 {
  max-width: 1440px;
  width: 90%;
  margin: 0 auto;
  font-size: 24px;
  padding: 0;
  text-align: left;
}

.shebei .swiper-button-prev,
.shebei .swiper-button-next {
  margin: 0;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("../images/prev02.png");
  height: 34px;
  width: 22px;
  outline: none;
  transition: all 0.36s;
  transform: translateY(-50%);
  opacity: 0.4;
  margin-left: 80px;
}

@media screen and (max-width: 1700px) {

  .shebei .swiper-button-prev,
  .shebei .swiper-button-next {
    margin-left: 5%;
  }
}

.shebei .swiper-button-prev:hover,
.shebei .swiper-button-next:hover {
  /*background-image: url(images/arrow_right2.svg);*/
  transform: translateY(-50%) scale(1.4);
}

.shebei .swiper-button-next {
  transform: translateY(-50%) rotate(-180deg);
  margin-right: 80px;
}

@media screen and (max-width: 1700px) {
  .shebei .swiper-button-next {
    margin-right: 5%;
  }
}

.shebei .swiper-button-next:hover {
  transform: translateY(-50%) rotate(-180deg) scale(1.4);
}

.swiper-button-prev.btn01,
.swiper-button-next.btn01 {
  margin: 0;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("../images/prev_w.svg");
  height: 64px;
  width: 42px;
  outline: none;
  transition: all 0.36s;
  transform: translateY(-50%);
  opacity: 0.4;
  margin-left: 80px;
}

@media screen and (max-width: 1700px) {

  .swiper-button-prev.btn01,
  .swiper-button-next.btn01 {
    margin-left: 0%;
  }
}

.swiper-button-prev.btn01:hover,
.swiper-button-next.btn01:hover {
  /*background-image: url(images/arrow_right2.svg);*/
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("../images/prev_b.svg");
  opacity: 1;
}

.swiper-button-next.btn01 {
  transform: translateY(-50%) rotate(-180deg);
  margin-right: 80px;
}

@media screen and (max-width: 1700px) {
  .swiper-button-next.btn01 {
    margin-right: 0%;
  }
}

.swiper-button-next.btn01:hover {
  transform: translateY(-50%) rotate(-180deg);
}

.news_list {
  margin-top: 6.8vw;
}

.news_list ul {
  max-width: 1440px;
  width: 90%;
  margin: 0 auto;
}

.news_list ul li {
  padding: 24px;
  margin-right: 0 !important;
  width: calc(100% / 3);
  transition: all 0.6s;
}

@media screen and (max-width: 1000px) {
  .news_list ul li {
    width: calc(100% / 2);
  }
}

@media screen and (max-width: 1000px) {
  .news_list ul li {
    width: 100%;
  }
}

@media screen and (max-width: 1000px) {
  .news_list ul li:nth-child(2n) {
    box-shadow: 0px 0px 18px 0px rgba(30, 65, 119, 0.11);
  }
}

.news_list ul li .img_box {
  width: 100%;
  padding-top: 67%;
  position: relative;
}

.news_list ul li .img_box:hover {
  box-shadow: none;
}

.news_list ul li .img_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.news_list ul li .img_box span {
  display: none;
  width: 32px;
  height: 32px;
  display: block;
  position: absolute;
  bottom: 24px;
  left: 24px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  /* background-image: url("../images/play.png"); */
  z-index: 2;
}

.news_list ul li .text_box h4 {
  color: #004882;
  font-size: 18px;
  line-height: 1.8em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: left;
}

.news_list ul li .text_box p {
  font-size: 16px;
  line-height: 1.8em;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.news_list ul li .text_box span {
  font-size: 14px;
  line-height: 1.8em;
  color: #666666;
  display: block;
}

.news_list ul li:hover {
  box-shadow: 0px 0px 18px 0px rgba(30, 65, 119, 0.11);
}

.news_list ul li:hover img {
  transform: scale(1.1);
}

.page {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 5% 0;
}

.page a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: block;
  color: #999999;
  text-align: center;
  margin: 0 10px;
  transition: all 0.36s;
  background: #fff;
  font-size: 16px;
}

@media screen and (max-width: 640px) {
  .page a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin: 0 5px;
    font-size: 12px;
  }

  .shebei_list ul li .ratio:after {
    background-color: transparent;
  }
}

.page a.on {
  background: #004882;
  color: #fff;
}

.page a:hover {
  background: #004882;
  color: #fff;
}

.page a.more {
  background: #fff !important;
  color: #333333 !important;
  cursor: default;
  border: 1px solid #fff;
  width: auto;
}

.page a.prev {
  border: none;
  background-size: 40% auto;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("../images/prev2.svg");
  background-color: #dbdbdb;
  margin-right: 0;
}

.page a.prev:hover {
  background-color: #004882;
}

.page a.next {
  border: none;
  background-size: 40% auto;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("../images/next2.svg");
  background-color: #dbdbdb;
  margin-left: 0;
}

.page a.next:hover {
  background-color: #004882;
}

.solve_banner {
  padding-top: 0;
  padding-bottom: 40px;
  border-bottom: 1px solid #e3e3e3;
}

@media screen and (max-width: 750px) {
  .solve_banner {
    padding-bottom: 0px;
  }
}

.solve_banner .content_box {
  padding: 34px 0;
}

.solve_banner img {
  margin-top: 0;
}

.rela_pro {
  padding-bottom: 0px;
}

.rela_pro .content_box {
  margin-bottom: 60px;
}

@media screen and (max-width: 1450px) {
  .rela_pro .content_box {
    margin-bottom: 46px;
  }
}

@media screen and (max-width: 1200px) {
  .rela_pro .content_box {
    margin-bottom: 38px;
  }
}

@media screen and (max-width: 1000px) {
  .rela_pro .content_box {
    margin-bottom: 32px;
  }
}

@media screen and (max-width: 750px) {
  .rela_pro .content_box {
    margin-bottom: 24px;
  }
}

.other_industry ul li {
  width: calc(100% / 4 - 28px*4/5);
}

.other_industry ul li:nth-child(4n) {
  margin-right: 0;
}

@media screen and (max-width: 1000px) {
  .other_industry ul li {
    width: calc(100% / 2 - 28px/2);
  }

  .other_industry ul li:nth-child(2n) {
    margin-right: 0;
  }
}

.index_solve_box {
  overflow-y: visible;
  position: relative;
}

.index_solve_box .bg_box img {
  width: 100%;
  max-height: 100vh;
  min-height: 400px;
  object-fit: cover;
}

.swiper-container.index_solve {
  overflow: visible;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.swiper-container.index_solve li {
  width: 90%;
  max-width: 450px;
  position: relative;
  height: 100%;
  display: inline-block;
  z-index: 1;
}

.swiper-container.index_solve li:hover {
  z-index: 2;
}

.swiper-container.index_solve li .img_box2 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.6s;
}

.swiper-container.index_solve li .img_box2 .ratio2 {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.swiper-container.index_solve li .img_box2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: all 0.6s;
}

.swiper-container.index_solve li:hover .img_box2 {
  box-shadow: 0px 29px 40px 0px rgba(59, 59, 59, 0.57);
}

@media screen and (min-width: 751px) {
  .swiper-container.index_solve li:hover .img_box2 {
    width: 150%;
  }

  .swiper-container.index_solve li:hover .img_box2 img {
    transform: scale(1.1);
  }
}

.swiper-container.index_solve li .text_box {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 75px 52px;
  transition: all 0.6s;
}

.swiper-container.index_solve li .text_box h3 {
  color: #fff;
}

.swiper-container.index_solve li:hover .text_box {
  background: transparent;
}

@media screen and (min-width: 751px) {
  .swiper-container.index_solve li:hover .text_box {
    width: 150%;
  }
}

.product_list .news_swiper {
  margin-top: -20px;
  overflow: visible;
}

.product_list .news_swiper .swiper-slide {
  max-width: 460px;
  margin-right: 0;
  padding: 20px;
  transition: all 0.6s;
}

.product_list .news_swiper .swiper-slide a .img_box {
  width: 100%;
  padding-top: 67%;
  position: relative;
  overflow: hidden;
}

.product_list .news_swiper .swiper-slide a .img_box img {
  transition: all 0.6s;
}

.product_list .news_swiper .swiper-slide a .text_box h4 {
  color: #004882;
  font-size: 18px;
  line-height: 1.8em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: left;
  padding: 18px 0 6px;
}

.product_list .news_swiper .swiper-slide a .text_box p {
  font-size: 16px;
  line-height: 1.8em;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

@media screen and (max-width: 1000px) {
  .product_list .news_swiper .swiper-slide a .text_box p {
    font-size: 14px;
  }
}

.product_list .news_swiper .swiper-slide a .text_box span {
  font-size: 14px;
  line-height: 1.8em;
  color: #666666;
  display: block;
  padding-top: 6px;
}

.product_list .news_swiper .swiper-slide:hover {
  box-shadow: 0px 0px 18px 0px rgba(30, 65, 119, 0.11);
}

.product_list .news_swiper .swiper-slide:hover img {
  transform: scale(1.1);
}

@media screen and (max-width: 1000px) {
  .product_list .news_swiper .swiper-slide {
    box-shadow: 0px 0px 18px 0px rgba(30, 65, 119, 0.11);
    width: 100%;
    margin-top: 20px;
  }
}

.coor {
  margin-top: 4.2vw;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("../images/coor_bg.png");
  position: relative;
}

.coor .content_box {
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}

@media screen and (max-width: 1000px) {
  .coor .content_box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

.coor .content_box .left_box {
  width: 50%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 1000px) {
  .coor .content_box .left_box {
    width: 100%;
    padding: 80px 5%;
  }
}

.coor .content_box .left_box h3 {
  font-size: 32px;
  font-weight: 400;
  color: #ffffff;
}

@media screen and (max-width: 1450px) {
  .coor .content_box .left_box h3 {
    font-size: 28px;
  }
}

@media screen and (max-width: 1200px) {
  .coor .content_box .left_box h3 {
    font-size: 24px;
  }
}

@media screen and (max-width: 1000px) {
  .coor .content_box .left_box h3 {
    font-size: 22px;
  }
}

@media screen and (max-width: 750px) {
  .coor .content_box .left_box h3 {
    font-size: 20px;
  }
}

.coor .content_box .left_box p {
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  line-height: 1.8em;
  margin: 30px 0;
}

@media screen and (max-width: 640px) {
  .coor .content_box .left_box p {
    font-size: 14px;
    margin: 15px 0;
  }
}

.coor .content_box .left_box a {
  width: 184px;
  height: 54px;
  background: #004882;
  color: #fff;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 1450px) {
  .coor .content_box .left_box a {
    width: 164px;
    height: 48px;
  }
}

@media screen and (max-width: 1200px) {
  .coor .content_box .left_box a {
    width: 144px;
    height: 44px;
  }
}

@media screen and (max-width: 1000px) {
  .coor .content_box .left_box a {
    width: 124px;
    height: 40px;
  }
}

@media screen and (max-width: 750px) {
  .coor .content_box .left_box a {
    width: 114px;
    height: 36px;
    font-size: 14px;
  }
}

.coor .content_box .right_box {
  width: 50%;
}

@media screen and (max-width: 1000px) {
  .coor .content_box .right_box {
    width: 100%;
  }
}

.coor .content_box .right_box ul {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.coor .content_box .right_box ul li {
  width: calc(100% / 3);
  background: rgba(0, 72, 130, 0.3);
  transition: all 0.6s;
}

.coor .content_box .right_box ul li:hover {
  background: #fff;
}

.coor .content_box .right_box ul li .img_box {
  width: 100%;
  padding-top: 100%;
  position: relative;
  display: block;
}

.coor .content_box .right_box ul li .img_box .ratio {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.coor .content_box .right_box ul li .img_box .ratio img {
  max-width: 70%;
  max-height: 70%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.6s;
}

.coor .content_box .right_box ul li .img_box .ratio img:nth-child(1) {
  z-index: 2;
}

.coor .content_box .right_box ul li .img_box .ratio img:nth-child(2) {
  z-index: 1;
  opacity: 0;
}

.coor .content_box .right_box ul li .img_box:hover .ratio img:nth-child(1) {
  opacity: 0;
}

.coor .content_box .right_box ul li .img_box:hover .ratio img:nth-child(2) {
  opacity: 1;
}

.new_team_list {
  padding: 0 80px;
}

.new_team_list .point-company {
  padding: 96px 11px 130px;
  font-size: 32px;
  color: #000000;
  text-align: center;
}

/* .new_team_list .point-company::before {
  content: '';
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: middle;
  margin-right: 0.2em;
  background: url('/static/images/company.svg') no-repeat center/contain;
} */

.new_team_list .team-line {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

@media screen and (max-width: 1700px) {
  .new_team_list {
    padding: 0 5%;
  }
}

.new_team_list .team_box {
  float: left;
  width: calc(100% / 5 - 22px);
  margin: 0 11px 32px;
  background: #fff;
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.16);
  transition: all 0.3s;
}

@media screen and (max-width: 1390px) {
  .new_team_list .team_box {
    width: calc(100% / 4 - 22px);
  }

  .new_team_list .point-company {
    font-size: 30px;
    padding: 76px 11px 56px;
  }
}

@media screen and (max-width: 1100px) {
  .new_team_list .team_box {
    width: calc(100% / 3 - 22px);
  }

  .new_team_list .point-company {
    font-size: 28px;
    padding: 50px 11px 30px;
  }
}

@media screen and (max-width: 750px) {
  .new_team_list .team_box {
    width: calc(100% / 2 - 12px);
    margin: 0 6px 20px;
  }

  .new_team_list .team-line {
    justify-content: center;
  }

  .new_team_list .point-company {
    font-size: 22px;
    padding: 10px 11px 30px;
  }
}

.new_team_list .team_box a {
  display: block;
  padding: 16px;
}

.new_team_list .team_box a .img_box {
  width: 100%;
  padding-top: 126%;
  position: relative;
}

.new_team_list .team_box a .img_box img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  transition: all ease 0.3s;
}

.new_team_list .team_box a .text_box {
  text-align: center;
  padding: 16px 0px 0;
}

.new_team_list .team_box a .text_box h3 {
  font-size: 20px;
  color: #111111;
  padding-bottom: 8px;
}

.new_team_list .team_box.active a .text_box h3,
.new_team_list .team_box.active a .text_box p,
.new_team_list .team_box:hover a .text_box h3,
.new_team_list .team_box:hover a .text_box p {
  color: #004882;
}

.new_team_list .team_box:hover {
  background: #f3f3f3;
}

.new_team_list .team_box a .text_box p {
  font-size: 12px;
  color: #666666;
  line-height: 1.6em;
}

.new_team_list .team_box a .text_box span {
  width: 22px;
  height: 22px;
  display: block;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../images/add.png);
  margin: 8px auto 0;
  transition: all 0.6s;
  opacity: 0;
  display: none;
}

.new_team_list .team_box:hover .text_box span,
.new_team_list .team_box:focus .text_box span {
  width: 22px;
  height: 22px;
  opacity: 1;
}

.team_intr2 {
  background: #09090b;
  margin-top: 20px;
  margin-bottom: 56px;
  float: left;
  width: calc(100% + 160px);
  position: fixed;
  left: 5000vw;
}

.team_intr2.open {
  position: relative;
  left: 0;
}

@media screen and (max-width: 1700px) {
  .team_intr2 {
    width: calc(100% + 10%);
    left: 0;
  }
}

.team_intr2 .swiper-button-prev {
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("../images/prev02.png");
  left: 4%;
}

@media screen and (max-width: 750px) {
  .team_intr2 .swiper-button-prev {
    width: 14px;
    height: 22px;
  }
}

.team_intr2 .swiper-button-next {
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("../images/next02.png");
  right: 4%;
}

@media screen and (max-width: 750px) {
  .team_intr2 .swiper-button-next {
    width: 14px;
    height: 22px;
  }
}

.team_intr2 .content_box {
  width: 90%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 1000px) {
  .team_intr2 .content_box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

@media screen and (min-width:1920px) {

  .team_intr2 .content_box .img_box {
    width: 48%;
  }
}

.team_intr2 .content_box .img_box {
  width: 30%;
}

@media screen and (max-width: 1000px) {
  .team_intr2 .content_box .img_box {
    width: 100%;
    max-width: 400px;
    display: none;
  }
}

.team_intr2 .content_box .img_box img {
  width: 100%;
}

.team_intr2 .content_box .text_box {
  width: 52%;
  color: #fff;
  padding: 20px 0;
}

@media screen and (max-width: 1000px) {
  .team_intr2 .content_box .text_box {
    width: 100%;
    padding: 12.4vw 0;
  }
}

.team_intr2 .content_box .text_box h5 {
  font-size: 34px;
  color: rgba(255, 255, 255, 0.1);
  line-height: 1.3em;
}

.team_intr2 .content_box .text_box .name {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
  padding: 24px 0;
}

.team_intr2 .content_box .text_box .name h3 {
  font-size: 48px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1em;
  margin-right: 20px;
}

.team_intr2 .content_box .text_box .name h4 {
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  color: #ffffff;
  line-height: 1;
}

.team_intr2 .content_box .text_box ul {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border: 2px solid #ffffff;
  max-width: 690px;
  position: relative;
  margin: 4.2vw 0;
}

@media screen and (max-width: 1200px) {
  .team_intr2 .content_box .text_box ul {
    margin: 1.5vw 0;
  }
}

@media screen and (max-width: 640px) {
  .team_intr2 .content_box .text_box ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

.team_intr2 .content_box .text_box ul:after {
  position: absolute;
  content: '';
  width: 2px;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  background: #fff;
}

@media screen and (max-width: 640px) {
  .team_intr2 .content_box .text_box ul:after {
    display: none;
  }
}

.team_intr2 .content_box .text_box ul li {
  width: calc(100%/2);
  text-align: center;
  height: 180px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px;
}

@media screen and (max-width: 1400px) {
  .team_intr2 .content_box .text_box {
    width: 70%;
  }

  .team_intr2 .content_box .text_box ul {
    max-width: none;
  }
}

@media screen and (max-width: 1200px) {
  .team_intr2 .content_box .text_box ul li {
    height: 140px;
  }
}

@media screen and (max-width: 640px) {
  .team_intr2 .content_box .text_box ul li {
    width: 100%;
    height: auto;
    padding: 30px 0;
  }
}

.team_intr2 .content_box .text_box ul li:first-child .exp {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  font-size: 20px;
  font-weight: bold;
  line-height: 1em;
}

.team_intr2 .content_box .text_box ul li:first-child .exp span {
  font-size: 48px;
  font-weight: 600;
  margin-right: 10px;
  line-height: 0.8em;
}

@media screen and (max-width: 640px) {
  .team_intr2 .content_box .text_box ul li:first-child {
    border-bottom: 2px solid #fff;
  }
}

.team_intr2 .content_box .text_box ul li:last-child p {
  font-size: 18px;
  line-height: 28px;
  /* max-width: 144px; */
}

.team_intr2 .content_box .text_box ul li:last-child a {
  color: #fff;
  font-size: 18px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.7);
  padding: 4px 0 2px;
}

.team_intr2 .content_box .text_box .edit {
  padding-top: 24px;
}

.team_intr2 .content_box .text_box .edit p {
  font-size: 16px;
  font-weight: 400;
  line-height: 33px;
  max-width: 690px;
}

.team_intr2 .ani {
  visibility: visible !important;
}