@font-face {
  font-family: Regular;
  src: url(font/SourceHanSansCN-Regular.otf);
}
html,body{
    font-family: Regular !important;
}
.main {
  margin-top: 0;
  width: 100%;
  height: 100vh;
  min-height: auto;
  overflow: hidden;
  position: relative;
  /* 主体 */
}
.main .home_main_warrper {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  /* 板块 */
}
.main .home_main_warrper section {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;
  /* 板块主体 */
  /* 新闻板块 */
  /* banner呼吸下箭头 */
  /* 第1，3，5，7个板块 标题颜色#fff */
}
.main .home_main_warrper section .section_main {
  height: calc(100% - 130px);
  padding-top: 130px;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  /* 板块标题 */
  /* 板块内容 */
}
.main .home_main_warrper section .section_main .section_title {
  font-family: Regular;
  font-size: 36px;
  text-align: center;
  line-height: 1.1;
  margin-bottom: 5vh;
}
.main .home_main_warrper section .section_main .section_title .en_title {
  font-family: D-DINExp;
  color: #444444;
  font-size: 43px;
  letter-spacing: 0.1em;
}
.main .home_main_warrper section .section_main .section_content {
  flex: 1;
  height: calc(100% - 122px);
  /* swiper高度百分比控制响应式 */
  /* DESIGN */
  /* Entreprise's news */
  /* ABOUT US */
}
.main .home_main_warrper section .section_main .section_content .case_swiper,
.main .home_main_warrper section .section_main .section_content .made_swiper,
.main .home_main_warrper section .section_main .section_content .custom_swiper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
.main .home_main_warrper section .section_main .section_content .case_swiper .swiper-wrapper,
.main .home_main_warrper section .section_main .section_content .made_swiper .swiper-wrapper,
.main .home_main_warrper section .section_main .section_content .custom_swiper .swiper-wrapper {
  height: 80%;
}
.main .home_main_warrper section .section_main .section_content .case_swiper .swiper-wrapper .swiper-slide,
.main .home_main_warrper section .section_main .section_content .made_swiper .swiper-wrapper .swiper-slide,
.main .home_main_warrper section .section_main .section_content .custom_swiper .swiper-wrapper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
.main .home_main_warrper section .section_main .section_content .case_swiper .swiper-wrapper .swiper-slide .slide_content,
.main .home_main_warrper section .section_main .section_content .made_swiper .swiper-wrapper .swiper-slide .slide_content,
.main .home_main_warrper section .section_main .section_content .custom_swiper .swiper-wrapper .swiper-slide .slide_content {
  position: relative;
  width: max-content;
  height: 100%;
}
.main .home_main_warrper section .section_main .section_content .case_swiper .swiper-wrapper .swiper-slide img,
.main .home_main_warrper section .section_main .section_content .made_swiper .swiper-wrapper .swiper-slide img,
.main .home_main_warrper section .section_main .section_content .custom_swiper .swiper-wrapper .swiper-slide img {
  height: 100%;
  width: auto;
}
.main .home_main_warrper section .section_main .section_content .sd_main {
  height: 100%;
  margin: auto;
  display: flex;
  justify-content: center;
}
.main .home_main_warrper section .section_main .section_content .sd_main .sd_left,
.main .home_main_warrper section .section_main .section_content .sd_main .sd_right {
        display: block;
  height: 90%;
}
.main .home_main_warrper section .section_main .section_content .sd_main .sd_right .sd_right_item {
  height: 50%;
}
.main .home_main_warrper section .section_main .section_content .sd_main .sd_left,
.main .home_main_warrper section .section_main .section_content .sd_main .sd_right .sd_right_item {
  position: relative;
  display: block;
  overflow: hidden;
}
.main .home_main_warrper section .section_main .section_content .sd_main .sd_left img,
.main .home_main_warrper section .section_main .section_content .sd_main .sd_right .sd_right_item img {
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.main .home_main_warrper section .section_main .section_content .sd_main .sd_left:hover img,
.main .home_main_warrper section .section_main .section_content .sd_main .sd_right .sd_right_item:hover img {
  transform: scale(1.1);
}
.main .home_main_warrper section .section_main .section_content .sd_main .sd_left .sd_right_text,
.main .home_main_warrper section .section_main .section_content .sd_main .sd_right .sd_right_item .sd_right_text,
.main .home_main_warrper section .section_main .section_content .sd_main .sd_left .sd_text,
.main .home_main_warrper section .section_main .section_content .sd_main .sd_right .sd_right_item .sd_text {
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  font-size: 30px;
}
.main .home_main_warrper section .section_main .section_content .sd_main .sd_left .sd_right_text,
.main .home_main_warrper section .section_main .section_content .sd_main .sd_right .sd_right_item .sd_right_text {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main .home_main_warrper section .section_main .section_content .sd_main .sd_left .sd_text,
.main .home_main_warrper section .section_main .section_content .sd_main .sd_right .sd_right_item .sd_text {
  position: absolute;
  top: 30px;
  left: 0;
  display: flex;
  align-items: center;
}
.main .home_main_warrper section .section_main .section_content .sd_main .sd_left .sd_text .x,
.main .home_main_warrper section .section_main .section_content .sd_main .sd_right .sd_right_item .sd_text .x {
  width: 3vw;
  height: 1px;
  background-color: #fff;
}
.main .home_main_warrper section .section_main .section_content .sd_main .sd_left .sd_text .d,
.main .home_main_warrper section .section_main .section_content .sd_main .sd_right .sd_right_item .sd_text .d {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #fff;
}
.main .home_main_warrper section .section_main .section_content .sd_main .sd_left .sd_text span,
.main .home_main_warrper section .section_main .section_content .sd_main .sd_right .sd_right_item .sd_text span {
  margin-left: 10px;
}
.main .home_main_warrper section .section_main .section_content .sd_main .sd_left img,
.main .home_main_warrper section .section_main .section_content .sd_main .sd_right .sd_right_item img {
  width: 100%;
  transition: all 2s;
}
.main .home_main_warrper section .section_main .section_content .news_main {
  width: 70vw;
  height: 100%;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.main .home_main_warrper section .section_main .section_content .news_main .news_content {
  display: flex;
}
.main .home_main_warrper section .section_main .section_content .news_main .news_content .news_left {
  width: 50%;
  margin-right: 80px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.main .home_main_warrper section .section_main .section_content .news_main .news_content .news_left img {
  width: 100%;
  height: 40vh;
  object-fit: cover;
  object-position: center;
  border-radius: 7px;
}
.main .home_main_warrper section .section_main .section_content .news_main .news_content .news_left h5 {
  margin: 20px 0;
  font-family: Regular;
}
.main .home_main_warrper section .section_main .section_content .news_main .news_content .news_left p {
  transition: all 0.3s;
}
.main .home_main_warrper section .section_main .section_content .news_main .news_content .news_left p.dh_text3 {
  -webkit-line-clamp: 3;
}
.main .home_main_warrper section .section_main .section_content .news_main .news_content .news_left:hover p {
  color: var(--themeColor);
}
.main .home_main_warrper section .section_main .section_content .news_main .news_content .news_right {
  width: 50%;
  border-top: 1px solid #999;
}
.main .home_main_warrper section .section_main .section_content .news_main .news_content .news_right .news_right_item {
  width: 100%;
  height: calc(20% - 1px);
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-bottom: 1px solid #999;
}
.main .home_main_warrper section .section_main .section_content .news_main .news_content .news_right .news_right_item .date {
  width: 110px;
  margin-right: 30px;
  font-size: 15px;
  color: #666;
  transition: all 0.5s;
}
.main .home_main_warrper section .section_main .section_content .news_main .news_content .news_right .news_right_item .dh_text {
  flex: 1;
  font-size: 16px;
  color: #666;
  transition: all 0.5s;
}
.main .home_main_warrper section .section_main .section_content .news_main .news_content .news_right .news_right_item .x {
  transition: all 1s;
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0;
  height: 1px;
  background-color: var(--themeColor);
}
.main .home_main_warrper section .section_main .section_content .news_main .news_content .news_right .news_right_item:hover .x {
  width: 100%;
}
.main .home_main_warrper section .section_main .section_content .news_main .news_content .news_right .news_right_item:hover .date {
  color: var(--themeColor);
}
.main .home_main_warrper section .section_main .section_content .news_main .news_content .news_right .news_right_item:hover .dh_text {
  color: var(--themeColor);
}
.main .home_main_warrper section .section_main .section_content .news_main .news_button {
  margin: 20px auto;
  background-color: transparent;
  font-family: D-DINExp;
  color: #666;
  border: 1px solid #898989;
  transition: all 0.3s;
}
.main .home_main_warrper section .section_main .section_content .news_main .news_button:hover {
  background-color: var(--themeColor);
  border-color: var(--themeColor);
}
.main .home_main_warrper section .section_main .section_content .news_main .news_button:hover a {
  color: #fff;
}
.main .home_main_warrper section .section_main .section_content .about_main {
  width: 70vw;
  height: 100%;
  margin: auto;
  margin-top: -3vh;
  display: flex;
  position: relative;
}
.main .home_main_warrper section .section_main .section_content .about_main .about_left {
  width: 40%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main .home_main_warrper section .section_main .section_content .about_main .about_left img {
  width: 100%;
  height: 90%;
  object-fit: cover;
  object-position: center;
}
.main .home_main_warrper section .section_main .section_content .about_main .about_right {
  width: 100%;
  height: max-content;
  margin: auto;
  padding: 5vh;
  padding-left: calc(40% + 5vh);
  color: #fff;
  border: 1px solid #fff;
  border-radius: 5px;
}
.main .home_main_warrper section .section_main .section_content .about_main .about_right p {
  color: #fff !important;
}
.main .home_main_warrper section .section_main .section_content .about_main .about_right .Normal {
  font-size: 14px;
}
.main .home_main_warrper section .section_main .section_content .about_main .about_right .wa {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  left: -0.5vw;
}
.main .home_main_warrper section .section_main .section_content .about_main .about_right .wa li {
  width: 30%;
  padding:0 5px;
  margin-top: 30px;
  text-align: center;
  border-right: 1px solid #fff;
}
.main .home_main_warrper section .section_main .section_content .about_main .about_right .wa li .num_box {
  font-family: D-DINExp;
}
.main .home_main_warrper section .section_main .section_content .about_main .about_right .wa li .num_box .num {
  font-size: 24px;
  vertical-align: text-top;
}
.main .home_main_warrper section .section_main .section_content .about_main .about_right .wa li .wa_text {
  font-size: 14px;
  text-align: center;
  line-height: 1.5;
}
.main .home_main_warrper section .section_main .section_content .about_main .about_right .wa li:last-child {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  position: relative;
  left: 1vw;
}
.main .home_main_warrper section .section_main .section_content .about_main .about_right .wa li:nth-child(3),
.main .home_main_warrper section .section_main .section_content .about_main .about_right .wa li:nth-child(5),
.main .home_main_warrper section .section_main .section_content .about_main .about_right .wa li:nth-child(6) {
  border-color: transparent;
}
.main .home_main_warrper section .section_main .section_content .about_main .about_right .f_button {
  border-color: #fff;
  color: #fff;
}
.main .home_main_warrper section .section_main .section_content .about_main .about_right .f_button:hover {
  border-color: var(--themeColor);
}
.main .home_main_warrper section.news_section .section_main {
  height: calc(100% - 80px);
  padding-top: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
}
.main .home_main_warrper section.news_section .section_main .section_title {
  margin-bottom: 0;
}
.main .home_main_warrper section.news_section .section_main .news_content {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.main .home_main_warrper section.news_section .section_main .news_content .news_left {
  width: 48%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.main .home_main_warrper section.news_section .section_main .news_content .news_left img {
  width: 100%;
  height: 40vh;
  object-fit: cover;
  object-position: center;
  border-radius: 7px;
}
.main .home_main_warrper section.news_section .section_main .news_content .news_left h5 {
  margin: 20px 0;
  font-family: Regular;
}
.main .home_main_warrper section.news_section .section_main .news_content .news_left p {
  transition: all 0.3s;
}
.main .home_main_warrper section.news_section .section_main .news_content .news_left p.dh_text3 {
  -webkit-line-clamp: 3;
}
.main .home_main_warrper section.news_section .section_main .news_content .news_left:hover p {
  color: var(--themeColor);
}
.main .home_main_warrper section.news_section .section_main .news_content .news_right {
    display: block;
  width: 48%;
  border-top: 1px solid #999;
}
.main .home_main_warrper section.news_section .section_main .news_content .news_right .news_right_item {
  width: 100%;
  height: calc(20% - 1px);
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-bottom: 1px solid #999;
}
.main .home_main_warrper section.news_section .section_main .news_content .news_right .news_right_item .date {
  width: 110px;
  margin-right: 30px;
  font-size: 15px;
  color: #666;
  transition: all 0.5s;
}
.main .home_main_warrper section.news_section .section_main .news_content .news_right .news_right_item .dh_text {
  flex: 1;
  font-size: 16px;
  color: #666;
  transition: all 0.5s;
}
.main .home_main_warrper section.news_section .section_main .news_content .news_right .news_right_item .x {
  transition: all 1s;
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0;
  height: 1px;
  background-color: var(--themeColor);
}
.main .home_main_warrper section.news_section .section_main .news_content .news_right .news_right_item:hover .x {
  width: 100%;
}
.main .home_main_warrper section.news_section .section_main .news_content .news_right .news_right_item:hover .date {
  color: var(--themeColor);
}
.main .home_main_warrper section.news_section .section_main .news_content .news_right .news_right_item:hover .dh_text {
  color: var(--themeColor);
}
.main .home_main_warrper section.news_section .section_main .news_button {
  margin: 20px auto;
  background-color: transparent;
  font-family: D-DINExp;
  color: #666;
  border: 1px solid #898989;
  transition: all 0.3s;
}
.main .home_main_warrper section.news_section .section_main .news_button:hover {
  background-color: var(--themeColor);
  border-color: var(--themeColor);
}
.main .home_main_warrper section.news_section .section_main .news_button:hover a {
  color: #fff;
}
.main .home_main_warrper section .top_zs {
  position: absolute;
  bottom: 30px;
  left: 50%;
  margin-left: -20px;
  z-index: 9;
  cursor: pointer;
}
.main .home_main_warrper section .top_zs.iconfont {
  font-size: 40px;
  color: #fff;
}
.main .home_main_warrper section:nth-child(2n + 1) .section_main .section_title {
  color: #fff;
}
.main .home_main_warrper section:nth-child(2n + 1) .section_main .section_title .en_title {
  color: #fff;
}
/* banner swiper */
.top_swiper {
  position: relative;
  width: 100vw;
  height: 100vh;
  /* swiper分页器 */
}
.top_swiper .swiper-slide {
  position: relative;
  overflow: hidden;
}
.top_swiper .swiper-slide .swiper_slide_text {
  color: #eee;
  font-weight: 300;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.top_swiper .swiper-slide .swiper_slide_text span {
  transform: translateY(-20vh);
  opacity: 0;
  transition: all 0.7s;
  text-shadow: 1px 1px 3px #000;
}
.top_swiper .swiper-slide .swiper_slide_text span.big {
  font-size: 50px;
}
.top_swiper .swiper-slide .swiper_slide_text span:nth-child(1) {
  font-size: 25px;
}
.top_swiper .swiper-slide .swiper_slide_text span:nth-child(2) {
  transition-delay: 0.5s;
  transform: translateY(20vh);
}
.top_swiper .swiper-slide.act .swiper_slide_text span {
  transform: translateX(0);
  opacity: 1;
}
.top_swiper .swiper-slide > img {
       width: 100%;
   height: 100%;

  max-height: 100%;
  transform: scale(1.05);
  transition: all 5s;
}
.top_swiper .swiper-slide.actImg > img {
  transform: scale(1);
}
.top_swiper .swiper-slide video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.top_swiper .swiper_pages {
  display: flex;
}
.top_swiper .swiper_pages,
.top_swiper .swiper-pagination.swiper-pagination-bullets {
  position: absolute;
  bottom: 50px;
  left: 13.5%;
  width: max-content;
  height: max-content;
}
.top_swiper .swiper_pages .pages_item,
.top_swiper .swiper-pagination.swiper-pagination-bullets .pages_item,
.top_swiper .swiper_pages .swiper-pagination-bullet,
.top_swiper .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin: 0 4px;
  background-color: transparent;
  border: 1px solid #fff;
  opacity: 1;
  position: relative;
}
.top_swiper .swiper_pages .pages_item.swiper-pagination-bullet-active,
.top_swiper .swiper-pagination.swiper-pagination-bullets .pages_item.swiper-pagination-bullet-active,
.top_swiper .swiper_pages .swiper-pagination-bullet.swiper-pagination-bullet-active,
.top_swiper .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #fff;
}
.top_swiper .swiper_pages .pages_item .x,
.top_swiper .swiper-pagination.swiper-pagination-bullets .pages_item .x,
.top_swiper .swiper_pages .swiper-pagination-bullet .x,
.top_swiper .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet .x,
.top_swiper .swiper_pages .pages_item .n,
.top_swiper .swiper-pagination.swiper-pagination-bullets .pages_item .n,
.top_swiper .swiper_pages .swiper-pagination-bullet .n,
.top_swiper .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet .n {
  position: absolute;
  z-index: 9;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.5s;
}
.top_swiper .swiper_pages .pages_item .x,
.top_swiper .swiper-pagination.swiper-pagination-bullets .pages_item .x,
.top_swiper .swiper_pages .swiper-pagination-bullet .x,
.top_swiper .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet .x {
  top: 10px;
  width: 1px;
  height: 0;
  background-color: #fff;
}
.top_swiper .swiper_pages .pages_item .n,
.top_swiper .swiper-pagination.swiper-pagination-bullets .pages_item .n,
.top_swiper .swiper_pages .swiper-pagination-bullet .n,
.top_swiper .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet .n {
  top: 25px;
  font-size: 12px;
  color: #fff;
  font-family: D-DINExp;
  opacity: 0;
}
.top_swiper .swiper_pages .pages_item.act .x,
.top_swiper .swiper-pagination.swiper-pagination-bullets .pages_item.act .x,
.top_swiper .swiper_pages .swiper-pagination-bullet.act .x,
.top_swiper .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet.act .x {
  height: 15px;
}
.top_swiper .swiper_pages .pages_item.act .n,
.top_swiper .swiper-pagination.swiper-pagination-bullets .pages_item.act .n,
.top_swiper .swiper_pages .swiper-pagination-bullet.act .n,
.top_swiper .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet.act .n {
  opacity: 1;
}
/* 风格,案例swiper */
.case_swiper,
.made_swiper {
  overflow: hidden;
  /* 按钮，分页，进度 */
}
.case_swiper .swiper-slide,
.made_swiper .swiper-slide {
  position: relative;
}
.case_swiper .swiper-slide .text,
.made_swiper .swiper-slide .text {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 20px;
  text-shadow: 1px 1px 3px #000;
}
.case_swiper .swiper-slide .text > span,
.made_swiper .swiper-slide .text > span {
  color: #fff;
  font-size: 26px;
  border: 1px solid var(--themeColor);
  border-radius: 5px;
  line-height: 1.5;
  padding: 8px;
}
.case_swiper .swiper-slide .text > span span,
.made_swiper .swiper-slide .text > span span {
  margin: 5px;
}
.case_swiper .case_btn,
.made_swiper .case_btn,
.case_swiper .made_btn,
.made_swiper .made_btn {
  width: 100%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.case_swiper .case_btn .iconfont,
.made_swiper .case_btn .iconfont,
.case_swiper .made_btn .iconfont,
.made_swiper .made_btn .iconfont {
  font-size: 40px;
  color: #fff;
  cursor: pointer;
  transition: all 0.4s;
}
.case_swiper .case_btn .iconfont:hover,
.made_swiper .case_btn .iconfont:hover,
.case_swiper .made_btn .iconfont:hover,
.made_swiper .made_btn .iconfont:hover {
  color: var(--themeColor);
}
.case_swiper .case_btn .pagination,
.made_swiper .case_btn .pagination,
.case_swiper .made_btn .pagination,
.made_swiper .made_btn .pagination {
  margin-left: 20px;
  flex: 1;
  height: 2px;
  background-color: #fff;
}
.case_swiper .case_btn .pagination .box,
.made_swiper .case_btn .pagination .box,
.case_swiper .made_btn .pagination .box,
.made_swiper .made_btn .pagination .box {
  transition: all 0.7s;
  width: 50%;
  height: 100%;
  background-color: var(--themeColor);
}
/* 定制swiper */
.custom_swiper {
  overflow: hidden;
  /* 按钮，分页，进度 */
}
.custom_swiper .swiper-slide {
  position: relative;
}
.custom_swiper .swiper-slide .slide_content .text {
  width: 51%;
  position: absolute;
  right: 2%;
  bottom: 3%;
  transition: all 0.2s;
  transform: translateY(-10px);
  opacity: 0;
}
.custom_swiper .swiper-slide .slide_content .text h4,
.custom_swiper .swiper-slide .slide_content .text p,
.custom_swiper .swiper-slide .slide_content .text button.f_button {
  color: #fff;
  border-color: #fff;
  margin-top: 0;
}
.custom_swiper .swiper-slide .slide_content .text h4:hover,
.custom_swiper .swiper-slide .slide_content .text p:hover,
.custom_swiper .swiper-slide .slide_content .text button.f_button:hover {
  border-color: var(--themeColor);
}
.custom_swiper .swiper-slide .slide_content .text p {
  margin: 20px 0;
}
.custom_swiper .swiper-slide .slide_content.act .text {
  transform: translateY(0);
  opacity: 1;
}
.custom_swiper .custom_btn {
  width: 30%;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.custom_swiper .custom_btn .iconfont {
  font-size: 25px;
  margin: 0 10px;
  cursor: pointer;
}
.custom_swiper .custom_btn .iconfont:hover {
  color: var(--themeColor);
}
.custom_swiper .custom_btn .pagination {
  width: 30%;
  height: 1px;
  background-color: #fff;
}
.custom_swiper .custom_btn .pagination .box {
  transition: all 0.7s;
  width: 20%;
  height: 100%;
  background-color: var(--themeColor);
}
.custom_swiper .custom_btn .num .now {
  font-weight: bold;
  font-size: 18px;
  margin-right: 5px;
}
/* 响应式 笔记本 */
@media (max-width: 1450px) {
    .top_swiper .swiper-slide > img {
       /*width: auto;*/
   height: 100%;

  max-height: 100%;
  transform: scale(1.05);
  transition: all 5s;
}
      .main .home_main_warrper section .section_main .section_content .about_main{
            width: 100%;
    height: 100%;
    margin: auto;
    margin-top: -3vh;
    display: flex;
    position: relative;
    }
      
    
    
    
 .main .home_main_warrper section .section_main .section_content .custom_swiper .swiper-wrapper .swiper-slide .slide_content{
     display: flex;
     align-items: center;
     justify-content: center;
 }
 .main .home_main_warrper section .section_main .section_content .custom_swiper .swiper-wrapper .swiper-slide img{
     width: auto;
height: auto;
max-width: 100%;
max-height: 100%;

 }
 .main .home_main_warrper section .section_main .section_content .about_main .about_right .wa li:nth-child(3),
.main .home_main_warrper section .section_main .section_content .about_main .about_right .wa li:nth-child(5) {
  border-color: #fff;
}
 .main .home_main_warrper section .section_main .section_content .about_main .about_right .wa li:last-child {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    position: relative;
     left: 0; 
}
 
.main .home_main_warrper section .section_main .section_content .about_main .about_right {
    position: relative;
  width: 100%;
  height: 85%;
  margin: auto;
  padding: 5vh;
  padding-left: 0;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 5px;
}
.main .home_main_warrper section .section_main .section_content .about_main .about_right .Normal {
    font-size: 14px;
    padding-left: calc(50% - 130px);
}
.main .home_main_warrper section .section_main .section_content .about_main .about_right .wa {
    bottom: 10%;
    display: flex;
    flex-wrap: nowrap;
    position: absolute;
    left: 0;
}
.main .home_main_warrper section .section_main .section_content .about_main .about_left {
    width: 32%;
    height: 62%;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.main .home_main_warrper section .section_main .section_content .about_main .about_left img {
    width: 62%;
    height: 90%;
    object-fit: cover;
    object-position: center;
}
.top_swiper{
    height: 100%;
}

  .main .home_main_warrper section .section_main .section_title {
    font-size: 27px;
  }
  .main .home_main_warrper section .section_main .section_title .en_title {
    font-size: 30px;
  }
  .right_fiexd > div .iconfont {
    font-size: 22px;
  }
  /* 风格,案例swiper */
  .case_swiper .case_btn,
  .made_swiper .case_btn,
  .case_swiper .made_btn,
  .made_swiper .made_btn {
    width: 95%;
  }
  /* DESIGN */
  .main .home_main_warrper section .section_main .section_content .sd_main .sd_left .sd_right_text,
  .main .home_main_warrper section .section_main .section_content .sd_main .sd_right .sd_right_item .sd_right_text,
  .main .home_main_warrper section .section_main .section_content .sd_main .sd_left .sd_text,
  .main .home_main_warrper section .section_main .section_content .sd_main .sd_right .sd_right_item .sd_text {
    font-size: 24px;
  }
  /* Entreprise's news */
  .main .home_main_warrper section .section_main .section_content .news_main .news_content .news_left p.dh_text3 {
    -webkit-line-clamp: 2;
  }
}
@media (max-width: 980px) {
   .main .home_main_warrper section .section_main .section_content .about_main .about_right .wa {
    /* bottom: 10%; */
    display: flex;
    flex-wrap: wrap;
    position: static;
    left: 0;
} 
    .main .home_main_warrper section .section_main .section_content .about_main .about_right .Normal {
    margin-top: 10px;
    font-size: 12px;
    padding-left: 0;
}
    
  .main {
    margin-top: 60px;
  }
  .main .home_main_warrper {
    position: static;
  }
  .main .home_main_warrper section .section_main .section_content .case_swiper .swiper-wrapper .swiper-slide img,
  .main .home_main_warrper section .section_main .section_content .made_swiper .swiper-wrapper .swiper-slide img,
  .main .home_main_warrper section .section_main .section_content .custom_swiper .swiper-wrapper .swiper-slide img {
    width: 100%;
    height: auto;
  }
  .main,
  .top_swiper,
  .main .home_main_warrper section,
  .main .home_main_warrper section .section_main .section_content {
    height: auto;
  }
  .top_swiper .swiper-slide > img {
    width: 100%;
  }
  .top_swiper .swiper-slide .swiper_slide_text {
    font-size: 4vw;
  }
  .top_swiper .swiper-slide .swiper_slide_text span:nth-child(1) {
    font-size: 14px;
  }
  .main .home_main_warrper section .top_zs.iconfont {
    display: none;
  }
  .top_swiper .swiper_pages,
  .top_swiper .swiper-pagination.swiper-pagination-bullets {
    bottom: 10px;
    left: 10px;
  }
  .top_swiper .swiper_pages .pages_item .x,
  .top_swiper .swiper-pagination.swiper-pagination-bullets .pages_item .x,
  .top_swiper .swiper_pages .swiper-pagination-bullet .x,
  .top_swiper .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet .x {
    top: auto;
    bottom: 20px;
  }
  .top_swiper .swiper_pages .pages_item .n,
  .top_swiper .swiper-pagination.swiper-pagination-bullets .pages_item .n,
  .top_swiper .swiper_pages .swiper-pagination-bullet .n,
  .top_swiper .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet .n {
    top: auto;
    bottom: 30px;
  }
  .top_swiper .swiper_pages .pages_item.act .x,
  .top_swiper .swiper-pagination.swiper-pagination-bullets .pages_item.act .x,
  .top_swiper .swiper_pages .swiper-pagination-bullet.act .x,
  .top_swiper .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet.act .x {
    height: 10px;
  }
  .main .home_main_warrper section .section_main {
    height: auto;
    padding-top: 40px;
    position: static;
    transform: translate(0);
  }
  .main .home_main_warrper section .section_main .section_title {
    margin-bottom: 20px;
  }
  .main .home_main_warrper section .section_main .section_title {
    font-size: 20px;
  }
  .main .home_main_warrper section .section_main .section_title .en_title {
    font-size: 20px;
  }
  .main .home_main_warrper section > img:first-child {
    display: none;
  }
  .case_swiper .swiper-slide .text > span,
  .made_swiper .swiper-slide .text > span {
    font-size: 18px;
  }
  .main .home_main_warrper section {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .main .home_main_warrper section:nth-child(2) {
    background-image: url(../image/index/main2.png);
  }
  .main .home_main_warrper section:nth-child(3) {
    background-image: url(../image/index/main3.png);
  }
  .main .home_main_warrper section:nth-child(4) {
    background-image: url(../image/index/main4.png);
  }
  .main .home_main_warrper section:nth-child(5) {
    background-image: url(../image/index/main5.png);
  }
  .main .home_main_warrper section:nth-child(6) {
    background-image: url(../image/index/main6.png);
  }
  .main .home_main_warrper section:nth-child(7) {
    background-image: url(../image/index/main7.png);
  }
  .custom_swiper .custom_btn {
    width: 100%;
    z-index: 9;
  }
  .custom_swiper .swiper-slide .slide_content .text {
    width: 90%;
    transform: translate(0);
    right: auto;
    left: 10px;
  }
  .custom_swiper .swiper-slide .slide_content .text h4 {
    font-size: 18px;
    margin-top: 10px;
  }
  .custom_swiper .swiper-slide .slide_content .text p {
    font-size: 13px;
    margin: 0;
    opacity: 0.8;
    line-height: 1.5em;
  }
  .custom_swiper .swiper-slide .slide_content .text button.f_button {
    display: none;
  }
  .main .home_main_warrper section .section_main .section_content .custom_swiper .swiper-wrapper .swiper-slide img {
      width: 100% !important;
    height: 250px;
    object-fit: cover;
    object-position: center;
  }
  .main .home_main_warrper section .section_main .section_content .sd_main .sd_left .sd_text {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
  }
  .main .home_main_warrper section .section_main .section_content .sd_main .sd_left .sd_text .x,
  .main .home_main_warrper section .section_main .section_content .sd_main .sd_left .sd_text .d {
    display: none;
  }
  /* DESIGN */
  .main .home_main_warrper section .section_main .section_content .sd_main {
    flex-wrap: wrap;
    margin-bottom: 30px;
  }
  /* Entreprise's news */
  .main .home_main_warrper section.news_section .section_main .news_content,
  .main .home_main_warrper section .section_main .section_content .news_main .news_content {
    flex-wrap: wrap;
  }
  .main .home_main_warrper section.news_section .section_main .news_content .news_right,
  .main .home_main_warrper section.news_section .section_main .news_content .news_left {
    width: 100%;
    margin: auto;
  }
  .main .home_main_warrper section.news_section .section_main .news_content .news_left img {
    height: auto;
  }
  .main .home_main_warrper section.news_section .section_main {
    padding-top: 40px;
  }
  .main .home_main_warrper section.news_section .section_main .section_title {
    margin-bottom: 20px;
  }
  .main .home_main_warrper section.news_section .section_main .news_content .news_left {
    margin-bottom: 20px;
  }
  .main .home_main_warrper section.news_section .section_main .news_content .news_left h5 {
    font-size: 18px;
    margin: 10px 0;
  }
  .main .home_main_warrper section.news_section .section_main .news_button {
    font-size: 13px;
    padding: 10px 20px;
  }
  .main .home_main_warrper section.news_section .section_main .news_content .news_right .news_right_item {
    height: auto;
    margin: 10px auto;
    border: none;
  }
  .main .home_main_warrper section.news_section .section_main .news_content .news_right .news_right_item .date {
    font-size: 14px;
    margin-right: 10px;
    width: auto;
  }
  .main .home_main_warrper section.news_section .section_main .news_content .news_right .news_right_item .dh_text {
    font-size: 14px;
  }
  /* ABOUT US */
  .main .home_main_warrper section .section_main .section_content .about_main {
    width: 100%;
    margin-top: 0;
    margin-bottom: 30px;
    flex-wrap: wrap;
  }
  .main .home_main_warrper section .section_main .section_content .about_main .about_left {
    width: 100%;
    position: static;
  }
  .main .home_main_warrper section .section_main .section_content .about_main .about_right {
    padding: 0;
    border: none;
  }
  .main .home_main_warrper section .section_main .section_content .about_main .about_right .wa {
    left: 0;
    justify-content: space-evenly;
  }
  .main .home_main_warrper section .section_main .section_content .about_main .about_right .wa li {
      padding-right: 15px;
  }
  .main .home_main_warrper section .section_main .section_content .about_main .about_right .f_button {
    font-size: 14px;
    border: none;
    margin: 0;
    padding-bottom: 5px;
    padding-right: 0;
  }
  .main .home_main_warrper section .section_main .section_content .about_main .about_right .Normal {
    margin-top: 10px;
    font-size: 12px;
  }
  .main .home_main_warrper section .section_main .section_content .about_main .about_right .wa li .wa_text {
    font-size: 12px;
  }
  .main .home_main_warrper section .section_main .section_content .about_main .about_left img {
    height: 80vw;
    object-fit: cover;
    object-position: center;
  }
  .top_swiper .swiper-slide .swiper_slide_text span.big {
    font-size: 25px;
  }
}

@media (max-width: 768px) {
    .main .home_main_warrper section .section_main .section_content .about_main .about_right .wa li {
        width: 40%;
        padding-right: 30px;
    }
    
    .main .home_main_warrper section .section_main .section_content .about_main .about_right .wa li:nth-child(3n + 3) {
        border-right: 1px solid #fff;
    }
    
    .main .home_main_warrper section .section_main .section_content .about_main .about_right .wa li:nth-child(2n + 2) {
        border: none;
        padding-right: 0;
    }
    
    .main .home_main_warrper section .section_main .section_content .about_main .about_right .wa li .wa_text {
        margin-right: 15px;
    }
}

@media (max-width: 540px) {
  .tool2,
  .tool1 {
    display: none !important;
  }
}
@media (max-height: 800px) {
  .main .home_main_warrper section .section_main .section_content .news_main .news_content .news_left p.dh_text3 {
    -webkit-line-clamp: 1;
  }
}
