﻿/*@font-face {
  font-family: "SourceHanSans-Medium";
  src: url("../css/SourceHanSans-Medium.otf"), url("../css/SourceHanSans-Medium.otf");
}*/

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "AlbbRegular"!important;
}

a {
  transition: all 0.5s ease;
}

body {
  float: left;
  width: 100%;
  scroll-behavior: smooth;
}

.show {
  display: block !important;
}

.wapshoww {
  display: none !important;
}

html {
  scroll-behavior: smooth;
}

img {
  border: 0;
}

.max-width {
  width: 1720px;
  margin: 0 auto;
}

.header .max-width {
  width: 100%;
  padding: 0 50px;
}

.pcshow {
  display: block !important;
}

.wapshow {
  display: none !important;
}

@media screen and (max-width: 1800px) {
  .max-width {
    width: 90%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 1500px) {
  .max-width {
    width: 85%;
    margin: 0 auto;
  }

  .header .max-width {
    width: 100%;
    padding: 0 30px;
  }
}

@media screen and (max-width: 1024px) {
  .max-width {
    width: 100%;
    padding: 0 15px;
  }

  .pcshow {
    display: none !important;
  }

  .wapshow {
    display: block !important;
  }
}

.wapshow {
  display: none;
}

._nav3 {
  display: none;
}

.left {
  float: left;
}

.right {
  float: right;
}

.nbanner_box img {
  width: 100%;
  font-size: 0;
  line-height: 0;
}

.top_nav {
  float: left;
  width: 100%;
  height: 68px;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 42px;
}

.top_nav.on,
.top_nav.ny,
.top_nav.nyy {
  background: #fff;
}

.top_nav.ny {
  top: 0;
}

.top_nav.nyy {
  top: 0;
}

.top_nav .top_nav_cont {
  position: relative;
  float: left;
  width: 100%;
}

.top_nav .top_nav_cont .top_ul {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 32px;
  top: 50%;
}

.top_nav .top_nav_cont .top_ul ul {
  display: flex;
  align-items: center;
  justify-content: center;
}

.top_nav .top_nav_cont .top_ul ul li {
  margin: 0 16px;
}

.top_nav .top_nav_cont .top_ul ul li a {
  color: #fff;
  font-family: "AlbbRegular"!important;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  padding: 0 8px;
  display: block;
  border-radius: 4px;
  white-space: nowrap;
}

.top_nav .top_nav_cont .top_ul ul li a:hover {
  background: rgba(0, 0, 0, 0.05);
}

.top_nav .top_nav_cont .top_fun {
  height: 68px;
  float: right;
  display: flex;
  align-items: center;
}

.top_nav .top_nav_cont .top_fun .search {
  margin-right: 30px;
  line-height: 0;
}

.top_nav .top_nav_cont .top_fun .lang {
  display: flex;
  align-items: center;
  line-height: 0;
}

.top_nav .top_nav_cont .top_fun .lang p {
  margin-right: 6px;
  font-size: 16px;
  color: #fff;
  font-family: "AlbbRegular"!important;
}

.top_er_box .top_er_two .brand_textul ul li a:hover {
  text-decoration: underline;
}

.top_nav.on .top_nav_cont .top_fun .lang p,
.top_nav.on .top_nav_cont .top_ul ul li a {
  color: #202020;
}

.top_nav.ny .top_nav_cont .top_fun .lang p,
.top_nav.nyy .top_nav_cont .top_fun .lang p,
.top_nav.ny .top_nav_cont .top_ul ul li a,
.top_nav.nyy .top_nav_cont .top_ul ul li a {
  color: #202020;
}

.top_nav.ny,
.top_nav.nyy {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.top_svg2 {
  display: none;
}

.top_nav.on .top_svg2 {
  display: block;
}

.top_nav.on .top_svg1 {
  display: none;
}

.top_nav.ny .top_svg2,
.top_nav.nyy .top_svg2 {
  display: block;
}

.top_nav.ny .top_svg1,
.top_nav.nyy .top_svg1 {
  display: none;
}

.top_nav .logo {
  height: 68px;
  display: flex;
  align-items: center;
  float: left;
}

.top_nav.top {
  top: 0;
}

.top_er_box {
  position: absolute;
  width: 100%;
  background: #fff;
  top: 68px;
  transition: all 0.5s;
  height: 0;
}

.top_er_box .top_er_li {
  padding: 62px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: -100% 0 0;
  opacity: 0;
  transition: opacity 0.2s ease, margin 0s ease 0.2s;
  position: absolute;
  width: 100%;
}

.top_er_box .top_er_li.on {
  margin: 0;
  opacity: 1;
}

.top_er_box .top_er_one.top_er_li .top_er_li_left {
  margin-right: 120px;
}

.top_er_box .top_er_one.top_er_li .top_er_li_left a {
  color: #5d5d5b;
  font-family: "AlbbRegular"!important;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 28px;
  display: block;
}

.top_er_box .top_er_one.top_er_li .top_er_li_left a:hover {
  color: #000;
}

.top_er_box .top_er_one.top_er_li .top_er_li_left li:last-child a {
  margin-bottom: 0;
}

.top_er_box .top_er_two .brand_picul ul {
  display: flex;
  align-items: center;
}

.top_er_box .top_er_two .brand_picul ul li {
  margin-right: 97px;
}

.top_er_box .top_er_two .brand_picul ul li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.top_er_box .top_er_two .brand_picul ul li a .img {
  margin-bottom: 26px;
  width: 110px;
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.top_er_box .top_er_two .brand_picul ul li a .img img {
  max-width: 100%;
}

.top_er_box .top_er_two .brand_picul ul li a span {
  color: #5d5d5b;
  font-family: "AlbbRegular"!important;
  font-size: 14px;
  text-align: center;
}

.top_er_box .top_er_two .brand_textul {
  padding-left: 70px;
  border-left: 1px solid #5d5d5b;
  padding-top: 9px;
  width: 130px;
}


.top_er_box .top_er_two .brand_textul ul {
  display: flex;
  flex-direction: column;
  display:none;
}
.top_er_box .top_er_two .brand_textul ul.on{display: flex;}


.top_er_box .top_er_two .brand_textul ul li {
  margin-bottom: 18px;
}

.top_er_box .top_er_two .brand_textul ul li:last-child {
  margin-bottom: 9px;
}

.top_er_box .top_er_two .brand_textul ul li a {
  color: #000;
  text-align: center;
  font-family: "AlbbRegular"!important;
  font-size: 12px;
  line-height: 18px;
  /* 150% */
}

.top_er_box .top_er_three {
  align-items: flex-start;
}

.top_er_box .top_er_four ul {
  display: flex;
  justify-content: center;
  align-items: center;
}

.top_er_box .top_er_four ul li {
  margin: 0 12px;
}

.top_er_box .top_er_four ul li .pic {
  line-height: 0;
}

.top_er_box .top_er_four ul li span {
  text-align: center;
  color: #5d5d5b;
  font-family: "AlbbRegular"!important;
  font-size: 14px;
  font-style: normal;
  display: block;
  line-height: 40px;
  transition: all 0.5s ease;
}

.top_er_box .top_er_four ul li span:hover {
  color: #000;
}

.top_nav .top_search_input {
  position: absolute;
  top: -2px;
  right: -10px;
  transition: all 0.5s ease;
  width: 0;
  overflow: hidden;
}

.top_nav .top_search_input .input {
  width: 200px;
  height: 28px;
  padding: 0 15px;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 14px;
  color: #202020;
  font-size: 14px;
}

.top_nav .top_search_input .submit {
  position: absolute;
  right: 10px;
  top: 0;
  background: url(../img/search3.svg) no-repeat right 0 top 50%;
  background-size: 24px;
  height: 28px;
  width: 28px;
}

.top_nav .search:hover .top_search_input {
  width: 200px;
}

.top_nav .top_search_form {
  position: absolute;
  right: 0;
  top: 46px;
  display: none;
  z-index: 5;
}

.top_nav .top_search_form form {
  display: flex;
}

.top_nav .top_search_form input[type="text"] {
  height: 40px;
  padding: 0 10px;
  width: 300px;
  border: 1px solid #009944;
  float: left;
}

.top_nav .top_nav_cont .top_fun .search>img {
  cursor: pointer;
}

.top_nav .top_search_form .submit {
  height: 40px;
  width: 40px;
  float: left;
  color: #fff;
  background: url(../img/search2.svg) #009944 center no-repeat;
  background-size: 20px;
}

.down_nav {
  float: left;
  width: 100%;
  padding: 66px 80px 54px 80px;
  background: #f9f9f9;
  display: flex;
}

.down_nav h5 {
  color: #000;
  font-family: "AlbbRegular"!important;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  /* 150% */
}

.down_nav .subscribe {
  margin-bottom: 76px;
  position: relative;
}

.down_nav .subscribe input[type="text"] {
  width: 301px;
  height: 48px;
  line-height: 48px;
  padding: 0 20px;
  border-radius: 24px;
  color: #000;
  border: 1px solid #cfdbd5;
  margin-top: 20px;
  background: url(../img/email.png) top 50% right 18px no-repeat;
}

.down_nav .subscribe input[type="text"]::placeholder {
  color: #5d5d5b;
  font-size: 14px;
  line-height: 48px;
}

.down_nav .subscribe .subscribebut {
  height: 48px;
  width: 40px;
  position: absolute;
  right: 0;
  bottom: 0;
  background: transparent;
}

.down_nav .follow_with_interest ul {
  margin-top: 18px;
}

.down_nav .follow_with_interest ul li {
  margin-right: 8px;
  float: left;
}

.down_nav .follow_with_interest ul li .icon {
  height: 46px;
  width: 46px;
  border-radius: 50%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease;
}

.down_nav .follow_with_interest ul li .icon:hover {
  background: #fff;
}

.down_nav .follow_with_interest ul li .icon .ewm {
  padding: 12px 15px;
  background: #fff;
  border-radius: 10px;
  position: absolute;
  display: flex;
  flex-direction: column;
  left: 50%;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  transform: translate(-50%, 0px);
  bottom: 64px;
  display: none;
  width:130px;
}

.down_nav .follow_with_interest ul li .icon .ewm:after {
  content: "";
  width: 0;
  height: 0;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-top: 10px solid #fff;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0px);
  bottom: -10px;
}

.down_nav .follow_with_interest ul li .icon .ewm img {
  margin-bottom: 5px;
  width: 100px;
  height: 100px;
}

.down_nav .follow_with_interest ul li .icon .ewm p {
  font-size: 14px;
  line-height: 24px;
  color: #000;
  text-align: center;
}

.down_nav .follow_with_interest ul li .icon:hover .ewm {
  display: block;
}

.down_nav .down_nav_right {
  margin: 0 auto;
}

.down_nav .down_nav_right ul li {
  float: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 75px;
}

.down_nav .down_nav_right ul li .tit {
  color: #000;
  font-family: "AlbbRegular"!important;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  margin-bottom: 26px;
}

.down_nav .down_nav_right ul li a {
  color: #5d5d5b;
  font-family: "AlbbRegular"!important;
  font-size: 14px;
  font-weight: 500;
  display: block;
  line-height: 20px;
  margin-bottom: 16px;
  transition: all 0.5s ease;
}

.down_nav .down_nav_right ul li a:hover {
  color: #000;
}

.top_er_box .top_er_two .brand_picul ul li:hover span {
  color: #000;
}

.top_er_box .top_er_four ul li:hover span {
  color: #000;
}

.down_nav h5 {
  text-align: left;
}

.top_er_box .top_er_two .brand_picul ul li a .img {
  overflow: hidden;
}

.top_nav .top_nav_cont .top_fun .lang {
  height: 46px;
}

.top_nav.ny .top_search_input .input {
  border: 1px solid #000;
}

.top_nav.nyy .top_search_input .input {
  border: 1px solid #000;
}

.top_er_box .top_er_two .brand_picul ul li img {
  transition: all 0.5s ease;
}

.top_er_box .top_er_two .brand_picul ul li:hover img {
  transform: scale(1.1);
}

.copyright {
  float: left;
  width: 100%;
  height: 94px;
  padding: 0 32px;
  border-top: 1px solid #cfdbd599;
  background: #f9f9f9;
}

.copyright .copyright_left {
  display: flex;
  height: 94px;
  align-items: center;
  float: left;
}

.copyright .copyright_left a {
  color: #000;
  font-family: "AlbbRegular"!important;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  margin-right: 22px;
}





.copyright .copyright_left .p * {
  color: #5d5d5b;
  font-size: 12px;
}

.copyright .lang {
  display: flex;
  align-items: center;
  height: 94px;
  float: right;
  cursor: pointer;
  position: relative;
}

.copyright .lang p {
  color: #000;
  font-feature-settings: "clig" off, "liga" off;
  font-family: "AlbbRegular"!important;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
  margin-right: 6px;
}

.copyright .lang .down_lang {
  position: absolute;
  top: -30px;
  display: none;
}

.copyright .lang .down_lang a {
  width: 80px;
  line-height: 44px;
  padding: 0 15px;
  color: #fff;
  background: #009944;
  white-space: nowrap;
  font-size: 14px;
  text-align: center;
  display: block;
}

.fp-watermark {
  display: none !important;
}

#fullpage .section video {
  height: 100vh;
  width: 100vw;
  object-fit: cover;
}

.install_maintenance .im_plate2 ul li .icon {
  overflow: hidden;
}

.install_maintenance .im_plate2 ul li .icon img,
.install_maintenance .im_plate3 ul li .icon img {
  transition: all 0.5s ease;
}

.install_maintenance .im_plate2 ul li:hover .icon img,
.install_maintenance .im_plate3 ul li:hover .icon img {
  transform: scale(1.1);
}

.install_maintenance .im_plate2 ul li:hover .text .tit,
.install_maintenance .im_plate3 ul li:hover .text .tit {
  color: #009944;
}

.section {
  line-height: 0;
  position: relative;
}

.fp-overflow {
  overflow: hidden !important;
}

#myVideo video::-webkit-media-controls {
  display: none !important;
}

#section0,
#section1 {
  overflow: hidden;
}

#myVideo {
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
  background-color: black;
  /* in case the video doesn't fit the whole page*/
  background-position: center center;
  background-size: contain;
  object-fit: cover;
  /*cover video background */
  z-index: 3;
}

.top_nav .top_nav_cont .top_fun .search {
  position: relative;
}

.top_nav .top_nav_cont .top_fun .lang {
  cursor: pointer;
}

.section {
  text-align: center;
  overflow: hidden;
}

.top_nav .top_lang_list {
  position: absolute;
  top: 46px;
  left: -30px;
  z-index: 5;
  display: none;
}

.top_nav .top_nav_cont .top_fun .lang {
  position: relative;
}

.top_nav .top_lang_list li a {
  width: 80px;
  line-height: 44px;
  padding: 0 15px;
  color: #009944;
  background: #fff;
  display: block;
  white-space: nowrap;
  font-size: 14px;
  text-align: center;
}

.top_nav .top_lang_list li a:hover {
  background: #009944;
  color: #fff;
}

.homepic {
  width: 100vw;
  height: 100vh;
  position: absolute;
  object-fit: cover;
  top: 0;
  left: 0;
}

.more {
  width: 198px;
  height: 30px;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.7);
  text-align: center;
  display: block;
  color: #202020;
  font-family: "AlbbRegular"!important;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: 55px;
  z-index: 4;
  line-height: 30px;
}

.more:hover {
  background: rgba(0, 0, 0, 0.7);
  color: #ffffff;
}

.more.supersede {
  background: rgba(0, 0, 0, 0.7);
  color: #ffffff;
}

.more.supersede:hover {
  background: rgba(255, 255, 255, 0.7);
  color: #202020;
}

.advertising_policy {
  height: 42px;
  position: fixed;
  left: 0;
  top: 0px;
  width: 100%;
  background: #202020;
  text-align: center;
  line-height: 42px;
  color: #fff;
  font-family: "AlbbRegular"!important;
  font-size: 12px;
  z-index: 3;
}
.advertising_policy *{line-height: 42px; font-size: 12px; color: #fff;}


.top_er_box .top_er_four ul li .pic {
  overflow: hidden;
  line-height: 0;
}

.top_er_box .top_er_four ul li .pic img {
  transition: all 0.5s ease;
}

.top_er_box .top_er_four ul li .pic:hover img {
  transform: scale(1.1);
}

.top_er_li .pic {
  overflow: hidden;
  line-height: 0;
}

.top_er_li .pic img {
  transition: all 0.5s ease;
}

.top_er_li .pic:hover img {
  transform: scale(1.1);
}

@media screen and (max-width: 1350px) {
  .down_nav .down_nav_right ul li {
    margin-right: 35px;
  }

  .install_maintenance .im_plate3 .image_text .text {
    width: calc(50% - 16px - 80px);
  }
}

@media screen and (max-width: 768px) {
  ._nav3 .ctext {
    width: 100%;
    float: left;
  }

  ._nav3 .ctext .top {
    position: relative;
    z-index: 5;
  }

  ._nav3 .ctext .menuph {
    display: block;
  }

  ._nav3 .ctext .menuph {
    float: right;
    width: 28px;
    height: 28px;
    cursor: pointer;
    text-align: center;
    margin: 12px 0px 12px 0;
  }

  ._nav3 .ctext .menuph .point {
    display: inline-block;
    width: 28px;
    height: 28px;
    position: relative;
  }

  ._nav3 .ctext .menuph .point:hover .navbtn,
  ._nav3 .ctext .menuph .point:hover .navbtn::after,
  ._nav3 .ctext .menuph .point:hover .navbtn::before {
    width: 28px;
  }

  ._nav3 .ctext .menuph .navbtn {
    position: absolute;
    top: 14px;
    right: 0;
    display: inline-block;
    height: 2px;
    background: #000;
    width: 28px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
  }

  ._nav3 .ctext .menuph .navbtn::after,
  ._nav3 .ctext .menuph .navbtn::before {
    position: absolute;
    right: 0;
    display: inline-block;
    width: 28px;
    height: 2px;
    content: "";
    background: #000;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
  }

  ._nav3 .ctext .menuph .navbtn::after {
    top: -10px;
  }

  ._nav3 .ctext .menuph .navbtn::before {
    top: 10px;
  }

  ._nav3 .ctext .menuph .point.active .navbtn {
    background: transparent;
  }

  ._nav3 .ctext .menuph .point.active .navbtn::after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0px;
  }

  ._nav3 .ctext .menuph .point.active .navbtn::before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 0px;
  }

  ._nav3 .ctext .xialaph {
    top: 0;
    float: left;
    width: 100%;
    height: calc(100vh - 50px);
    overflow: auto;
    padding: 0 15px;
    z-index: 999999999999;
    background: #fff;
    display: none;
    left: 0;
    top: 50px;
  }

  ._nav3 .ctext .xialaph .ul2,
  ._nav3 .ctext .xialaph .ul3 {
    display: none;
  }

  ._nav3 .ctext .xialaph h4 a {
    float: left;
    width: 60%;
    font-size: 16px;
    line-height: 50px;
  }

  ._nav3 .ctext .xialaph h4 a span {
    padding-left: 6px;
    color: #ccc;
    font-size: 14px;
  }

  ._nav3 .ctext .xialaph h4 {
    float: left;
    width: 100%;
    position: relative;
  }

  ._nav3 .ctext .xialaph li:last-child h4::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #e5e5e5;
  }

  ._nav3 .ctext .xialaph h4:hover a,
  ._nav3 .ctext .xialaph h5:hover a {
    color: #009944;
  }

  ._nav3 .ctext .xialaph h4::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #e5e5e5;
  }

  ._nav3 .ctext .xialaph h5 a {
    float: left;
    width: 100%;
    color: #1f1f1f;
    font-size: 14px;
    line-height: 40px;
    text-transform: uppercase;
  }

  ._nav3 .ctext .xialaph h5 {
    float: left;
    width: 100%;
    position: relative;
  }

  ._nav3 .ctext .xialaph h5::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #e5e5e5;
  }

  ._nav3 .ctext .xialaph li:last-child h5::after {
    display: none;
  }

  ._nav3 .ctext .xialaph h4 img {
    width: 15px;
    height: 8px;
    float: right;
    margin-top: 24px;
    cursor: pointer;
  }

  ._nav3 .ctext .xialaph h5 img {
    width: 11px;
    height: 6px;
    float: right;
    margin-top: 26px;
    margin-right: 18px;
    cursor: pointer;
  }

  ._nav3 .ctext .xialaph h4.active img.img_s,
  ._nav3 .ctext .xialaph h5.active img.img_s {
    display: none;
  }

  ._nav3 .ctext .xialaph h4.active img.img_d,
  ._nav3 .ctext .xialaph h5.active img.img_d {
    display: block;
  }

  ._nav3 .ctext .xialaph .ul2 {
    float: left;
    width: 100%;
    padding: 0 10px;
  }

  ._nav3 .ctext .xialaph .phsou {
    position: relative;
    margin-top: 34px;
  }

  ._nav3 .ctext .xialaph .phsou input {
    width: 100%;
    height: 56px;
    background-color: #fff;
    color: #aaa;
    font-size: 14px;
    padding-left: 20px;
    border: 1px solid #e5e5e5;
  }

  ._nav3 .ctext .xialaph .phsou img {
    cursor: pointer;
    width: 21px;
    height: 22px;
    position: absolute;
    top: 17px;
    right: 29px;
  }

  ._nav3 .ctext .img_d,
  ._nav3 .ctext .disno {
    display: none;
  }

  ._nav3 .box {
    display: flex;
    height: 50px;
    padding: 0 15px;
    width: 100%;
    justify-content: space-between;
  }

  ._nav3 .box .bg {
    height: 50px;
    background: #fff;
    width: 100%;
    left: 0;
    position: absolute;
    z-index: 5;
    float: left;
    opacity: 1;
  }

  ._nav3 .ctext.sub .box .bg {
    opacity: 1;
  }

  ._nav3 .box .logo {
    float: left;
    position: relative;
    z-index: 6;
  }

  ._nav3 .box .logo img {
    height: 30px;
    margin-top: 10px;
    display: block;
  }

  ._nav3 .soph {
    margin-top: 15px;
    width: 100%;
    float: left;
  }

  ._nav3 .soph .so {
    float: left;
    width: 100%;
    background: #fff;
    position: relative;
    z-index: 6;
    border: 1px solid #009944;
  }

  ._nav3 .soph .search {
    float: left;
    width: 100%;
    height: 36px;
    background: none;
    border: none;
    line-height: 36px;
    padding: 0 56px 0 10px;
    color: #414141;
    font-size: 14px;
  }

  ._nav3 .soph .searsub {
    float: right;
    width: 50px;
    height: 100%;
    border: none;
    background: url(../img/search2.svg) center no-repeat #009944;
    position: absolute;
    right: 0;
    top: 0;
  }

  ._nav3 .ctext .dh {
    margin-top: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
    width: 100%;
  }

  ._nav3 .ctext .dh i {
    color: #009944;
    font-size: 16px;
    margin: 0 10px 0 0;
  }

  ._nav3 {
    display: block !important;
  }

  ._t ._b {
    width: 100%;
  }

  ._nav3 {
    position: fixed;
    top: 0;
    width: 100%;
  }

  .top_nav {
    display: none;
  }

  .layout35 {
    z-index: 9;
  }

  .wap_lang {
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
    width: 100%;
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .wap_lang a {
    display: flex;
    align-items: center;
    margin: 0 20px;
  }

  .wap_lang p {
    color: #000;
    font-size: 14px;
    margin-right: 5px;
  }

  #myVideo {
    position: relative;
  }

  .down_nav {
    padding: 15px;
  }

  .down_nav {
    flex-direction: column;
  }

  .down_nav_right {
    display: none;
  }

  .down_nav .subscribe {
    margin-bottom: 15px;
  }

  .down_nav .follow_with_interest ul li .icon {
    height: 30px;
    width: 30px;
  }

  .down_nav .subscribe input[type="text"] {
    width: 100%;
    height: 36px;
    line-height: 36px;
    padding: 0 15px;
    border-radius: 18px;
    color: #000;
    font-size: 14px;
    border: 1px solid #cfdbd5;
    margin-top: 20px;
    background: url(../img/email.svg) top 50% right 15px no-repeat;
  }

  .copyright {
    padding: 10px 15px;
  }

  .copyright .copyright_left,
  .copyright {
    height: 50px;
  }

  .copyright .lang {
    display: none;
  }

  .down_nav .follow_with_interest ul {
    display: flex;
    justify-content: center;
  }

  .down_nav .subscribe,
  .follow_with_interest {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .down_nav h5 {
    white-space: nowrap;
    width: 100px;
  }

  .down_nav .subscribe input[type="text"],
  .down_nav .follow_with_interest ul {
    width: calc(100% - 110px);
    margin-top: 0;
  }

  .down_nav .subscribe .subscribebut {
    height: 36px;
    width: 36px;
  }

  .down_nav {
    padding-top: 25px;
  }

  .down_nav .follow_with_interest ul {
    justify-content: space-around;
  }

  .advertising_policy {
    display: none;
  }

  .copyright .copyright_left {
    flex-wrap: wrap;
    justify-content: center;
    height: 40px;
    width: 100%;
  }
.copyright .copyright_left a:nth-child(2){margin-right: 0;}
  .copyright .copyright_left .p {
    width: 100%;
    text-align: center;
  }

  .copyright {
    height: 80px;
  }

  .copyright .copyright_left a,
  .copyright .copyright_left .p * {
    line-height: 30px;
  }

  .copyright .copyright_left a:nth-child(3) {
    margin-right: 0px;
  }
}

.max-width-ny {
  width: 1140px;
  margin: 0 auto;
}

.max-width-ny2 {
  width: 1430px;
  margin: 0 auto;
}

.max-width-ny3 {
  width: 1280px;
  margin: 0 auto;
}

@media screen and (max-width: 1600px) {
  .max-width-ny2 {
    width: 80%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 1350px) {

  .max-width-ny,
  .max-width-ny2,
  .max-width-ny3 {
    width: 85%;
  }
}

.new_detail {
  float: left;
  width: 100%;
  padding: 125px 0 48px 0;
}

.new_detail h1 {
  color: #000;
  font-family: "AlbbRegular"!important;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  line-height: 48px;
}

.new_detail .date {
  margin: 25px 0 70px 0;
  color: #a3a3a3;
  font-family: "AlbbRegular"!important;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.new_detail .new_detail_editor {
  line-height: 0;
  padding-bottom: 60px;
}

.new_detail .new_detail_editor h6 {
  color: #000;
  font-family: "AlbbRegular"!important;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}

.new_detail .new_detail_editor img {
  max-width: 100%;
}

.new_detail .new_detail_editor h4 {
  color: #000;
  font-family: "AlbbRegular"!important;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px;
  margin-bottom: 20px;
  margin-top: 20px;
}

.detail_fy {
  display: flex;
  flex-direction: column;
}

.detail_fy a {
  margin: 7px 0;
  color: #a3a3a3;
  font-family: "AlbbRegular"!important;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}

.detail_fy a:hover {
  color: #000;
}

.ny_banner {
  float: left;
  width: 100%;
  position: relative;
}

.ny_banner .ny_banner_pic {
  line-height: 0;
}

.ny_banner .ny_banner_pic img {
  width: 100%;
}

.ny_banner .ny_text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.ny_banner .ny_text .tit {
  color: #fff;
  text-align: center;
  font-family: "AlbbRegular"!important;
  font-size: 42px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 8px;
}

.ny_banner .ny_text .stit {
  color: #fff;
  text-align: center;
  font-family: "AlbbRegular"!important;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
}

.mbx {
  float: left;
  width: 100%;
  border-bottom: 2px solid #efefef;
  padding-top: 8px
}

.mbx ul {
  display: flex;
  align-items: center;
  justify-content: center;
}

.mbx ul li {
  margin: 0 27px;
}

.mbx ul li a {
  display: block;
  color: #000;
  text-align: center;
  font-family: "AlbbRegular"!important;
  font-size: 14px;
  font-weight: 500;
  line-height: 46px;
  padding: 0 6px;
  height: 46px;
}

.mbx ul li a:hover {
  color: #009944;
}

.mbx ul li.on a {
  color: #009944;
  border-bottom: 2px solid #009944;
}

.Brand_Story {
  float: left;
  width: 100%;
  padding: 33px 0 146px 0;
}

.Brand_Story .Brand_Story_tit {
  color: #000;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 48px;
}

.Brand_Story .Brand_Story_box {
  margin-top: 67px;
}

.Brand_Story .Brand_Story_box .Brand_Story_info {
  color: #000;
  font-size: 13px;
  font-style: normal;
  line-height: 24px;
  width: 36.8%;
  float: left;
  font-family: "AlbbRegular"!important;
}

.Brand_Story .Brand_Story_box .Brand_Story_right {
  float: right;
  width: 52.6315%;
}

.Brand_Story .Brand_Story_box .Brand_Story_right .year {
  width: 180px;
  float: left;
}

.Brand_Story .Brand_Story_box .Brand_Story_right .year ul{margin: -15px 0;}
.Brand_Story .Brand_Story_box .Brand_Story_right .year li{padding: 15px 0;}


.Brand_Story .Brand_Story_box .Brand_Story_right .year .time {
  color: #a3a3a3;
  text-align: center;
  font-size: 72px;
  font-style: normal;
  font-weight: 700;
  line-height: 90px;
    font-family: "AlbbBold"!important;
}

.Brand_Story .Brand_Story_box .Brand_Story_right .year .slick-current .time {
  color: #009944;
}

.Brand_Story .Brand_Story_box .Brand_Story_right .year .slick-prev {
  height: 10px;
  width: 28px;
  height: 28px;
  left: 50%;
  transform: translate(-50%, 0);
  background: url(../img/narrow1.svg) center no-repeat;
  background-size: contain;
  top: -20px;
}

.Brand_Story .Brand_Story_box .Brand_Story_right .year .slick-prev:hover {
  background: url(../img/narrow3.svg) center no-repeat;
  background-size: contain;
}

.Brand_Story .Brand_Story_box .Brand_Story_right .year .slick-prev:active {
  background: url(../img/narrow5.svg) center no-repeat;
  background-size: contain;
}


.Brand_Story .Brand_Story_box .Brand_Story_right .year .slick-next {
  height: 10px;
  width: 28px;
  height: 28px;
  left: 50%;
  transform: translate(-50%, 0);
  background: url(../img/narrow2.svg) center no-repeat;
  background-size: contain;
  top: auto;
  bottom: -24px;
}

.Brand_Story .Brand_Story_box .Brand_Story_right .year .slick-next:hover {
  background: url(../img/narrow4.svg) center no-repeat;
  background-size: contain;
}

.Brand_Story .Brand_Story_box .Brand_Story_right .year .slick-next:active {
  background: url(../img/narrow6.svg) center no-repeat;
  background-size: contain;
}

.Brand_Story .Brand_Story_box .Brand_Story_right .event {
  width: calc(100% - 210px);
  float: right;
}

.Brand_Story .Brand_Story_box .Brand_Story_right .event ul{margin: -15px 0;}
.Brand_Story .Brand_Story_box .Brand_Story_right .event li{padding: 15px 0;}


.Brand_Story .Brand_Story_box .Brand_Story_right .event .info {
  color: #a3a3a3;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  height: 90px;
  display: flex;
  align-items: center;
    font-family: "AlbbRegular"!important;
}

.Brand_Story .Brand_Story_box .Brand_Story_right .event .slick-current .info {
  color: #009944;
}

.newlist {
  float: left;
  width: 100%;
  padding: 100px 0 83px 0;
}

.newlist .newlist_box .list_fy {
  margin-top: 72px;
}

.newlist ul {
  width: calc(100% + 24px);
  margin: -17.5px -12px;
  float: left;
}

.newlist ul li {
  width: 25%;
  float: left;
  padding: 17.5px 12px;
}

.newlist ul li a {
  width: 100%;
  float: left;
  display: block;
}

.newlist ul li a .pic {
  float: left;
  width: 100%;
  line-height: 0;
  position: relative;
  padding-bottom: 89%;
  overflow: hidden;
  border-radius: 10px 10px 0 0;
}

.newlist ul li a .pic img {
  max-width: 100%;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transition: all 0.5s linear;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.newlist ul li a .text {
  padding: 17px 12px 24px 12px;
  float: left;
  width: 100%;
  border-radius: 0 0 10px 10px;
  height: 166px;
  border: 1px solid #cfdbd599;
}

.newlist ul li a .text h4 {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.newlist ul li a .text h5 {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  margin: 6px 0;
  line-height: 21px;
}

.newlist ul li a .text h6 {
  color: #5d5d5b;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.newlist ul li:hover a .pic img {
  transform: translate(-50%, -50%) scale(1.1);
  -ms-transform: translate(-50%, -50%) scale(1.1);
}

.newlist ul li:hover a h4 {
  color: #009944;
}

.list_fy {
  display: flex;
  justify-content: center;
  align-items: center;
  float: left;
  width: 100%;
}

.list_fy a {
  color: #000;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 46px;
  height: 46px;
  width: 46px;
  margin: 0 16px;
  border-radius: 50%;
}

.list_fy a.on {
  color: #009944;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.8) 100%), #094;
}

.list_fy a:hover {
  color: #009944;
}

.social_responsibility {
  float: left;
  width: 100%;
  padding: 100px 0 80px 0;
}

.social_responsibility .tit {
  color: #000;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 48px;
  margin-bottom: 60px;
}

.social_responsibility .info {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 100px;
}

.social_responsibility li {
  width: 100%;
  float: left;
  margin-bottom: 24px;
  display: flex;
  justify-content: space-between;
}

.social_responsibility li .pic {
  width: calc(62% - 25px);
  line-height: 0;
  float: left;
}

.social_responsibility li .pic img {
  width: 100%;
  border-radius: 16px;
}

.social_responsibility li .text {
  width: 38%;
  float: right;
  border-radius: 16px;
  background: linear-gradient(0deg, rgba(249, 249, 249, 0.8) 0%, rgba(249, 249, 249, 0.8) 100%), #094;
  text-align: center;
  padding: 0 50px;
}

.social_responsibility li .text h4 {
  color: #094;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 20px;
  margin-top: 36px;
}

.social_responsibility li .text h6 {
  color: #000;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.5px;
}

.product {
  float: left;
  width: 100%;
  padding: 100px 0 70px 0;
}

.product .product_Introduction {
  display: flex;
  justify-content: space-between;
  margin-bottom: 24px;
}

.product .product_Introduction .Introduction_pic {
  width: 36%;
  border-radius: 16px;
  border: 1px solid rgba(207, 219, 213, 0.6);
  line-height: 0;
  position: relative;
}

.product .product_Introduction .Introduction_pic img {
  max-width: 100%;
  float: right;
  border-radius: 16px;
}

.product .product_Introduction .Introduction_pic .pic_text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.product .product_Introduction .Introduction_pic .pic_text .tt {
  color: #000;
  text-align: center;
  font-size: 32px;
  font-weight: 500;
  line-height: 39px;
}

.product .product_Introduction .Introduction_pic .pic_text .stit {
  color: #000;
  text-align: center;
  font-size: 40px;
  font-weight: 800;
  line-height: 48px;
  margin-top: 12px;
}

.product .product_Introduction .Introduction_text {
  width: calc(64% - 24px);
  border-radius: 16px;
  border: 1px solid rgba(207, 219, 213, 0.6);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.product .product_Introduction .Introduction_text h5 {
  color: #000;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 39px;
}

.product .product_Introduction .Introduction_text h4 {
  color: #000;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 48px;
  margin: 12px 0 25px 0;
}

.product .product_Introduction .Introduction_text h6 {
  color: #000;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.product .product_list {
  margin-top: 76px;
  float: left;
  width: 100%;
}

.product .product_list .title {
  color: #000;
  font-size: 42px;
  font-weight: 800;
  line-height: 51px;
  margin-bottom: 15px;
}

.product .product_list .product_classification {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}

.product .product_list .product_classification a {
  line-height: 34px;
  height: 36px;
  text-align: center;
  border-radius: 18px;
  border: 2px solid #e2e9e6;
  font-size: 12px;
  color: #000;
  min-width: 70px;
  margin-right: 5px;
  display: block;
}

.product .product_list .product_classification a.on,
.product .product_list .product_classification a:hover {
  background: #ccebda;
  color: #009944;
  border: 2px solid transparent;
}

.product .product_list .product_classification a:nth-child(2) {
  width: 94px;
}

.product .product_list .product_classification a:nth-child(3) {
  width: 106px;
}

.product .product_list .product_classification a:nth-child(4) {
  width: 122px;
}

.product .product_list .product_classification a:nth-child(5) {
  width: 74px;
}

.product .product_list .product_classification a:nth-child(6) {
  width: 115px;
}

.product .product_list .product_classification a.af {
  width: 105px;
}

.product .product_list .product_classification a.sort {
  width: 85px;
}

/* .product .product_list .product_classification a:last-child {
  text-align: right;
  padding: 0 6px;
}

.product .product_list .product_classification a:nth-last-child(2) {
  text-align: right;
  padding: 0 6px;
  margin-left: auto;
} */

.product .product_list .product_list_box ul {
  width: calc(100% + 22px);
  margin: -45px -11px;
  float: left;
  display: flex;
  flex-wrap: wrap;
}

.product .product_list .product_list_box ul li {
  width: 25%;
  padding: 45px 11px;
  float: left;
}

.product .product_list .product_list_box ul li .pic {
  width: 100%;
  line-height: 0;
  overflow: hidden;
  border-radius: 16px;
}

.product .product_list .product_list_box ul li .pic img {
  width: 100%;
  transition: all 0.5s ease;
}

.product .product_list .product_list_box ul li:hover img {
  transform: scale(1.1);
}

.product .product_list .product_list_box ul li .ptitle {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  margin: 14px 0 18px 0;
  line-height: 24px;
}

.product .product_list .product_list_box ul li:hover .ptitle {
  color: #009944;
}

.product .product_list .product_list_box ul li .price {
  display: flex;
}

.product .product_list .product_list_box ul li .price .Discounts {
  padding-right: 20px;
  border-right: 1px solid rgba(207, 219, 213, 0.6);
}

.product .product_list .product_list_box ul li .price .bnow {
  padding-left: 20px;
}

.product .product_list .product_list_box ul li .price p {
  color: #5d5d5b;
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 3px;
  line-height: 18px;
  /* 150% */
}

.product .product_list .product_list_box ul li .price .num {
  color: #000;
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  /* 150% */
}

.product .product_list .product_list_box .list_fy {
  margin-top: 70px;
}
.case .list_fy {
  margin-top: 70px;
}

.product_detail {
  float: left;
  width: 100%;
  padding: 24px 0 31px 0;
}

.product_detail .product_detail_box {
  display: flex;
  justify-content: center;
  align-items: center;
}

.product_detail .product_detail_box .pic {
  margin-right: 168px;
}

.product_detail .product_detail_box .info {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
}

.sd_serve {
  float: left;
  width: 100%;
  padding: 100px 0 75px 0;
}

.sd_serve .sd_serve2 {
  padding: 57px 0;
  margin-bottom: 52px;
}

.sd_serve .sd_serve_tit {
  color: #000;
  text-align: left;
  font-size: 32px;
  font-weight: 500;
  line-height: 48px;
}

.sd_serve .sd_serve_info {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 56px 0 50px 0;
}

.sd_serve .sd_serve_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.sd_serve .sd_serve_box .box1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: calc(33.3% - 16px);
  margin-bottom: 24px;
  border-radius: 16px;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.8) 100%), #094;
  padding: 20px;
}

.sd_serve .sd_serve_box .box1.box2 {
  width: calc(50% - 12px);
}

.sd_serve .sd_serve_box .box1:hover {
  background: #094;
}

.sd_serve .sd_serve_box .box1:hover .icon2 {
  display: block !important;
}

.sd_serve .sd_serve_box .box1:hover .icon {
  display: none !important;
}

.sd_serve .sd_serve_box .box1 .left {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.sd_serve .sd_serve_box .box1 .left .icon2 {
  display: none;
}

.sd_serve .sd_serve_box .box1 .left img {
  margin-bottom: 24px;
}

.sd_serve .sd_serve_box .box1 .left p {
  color: #094;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  white-space: nowrap;
}

.sd_serve .sd_serve_box .box1 .right {
  color: #094;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  padding-left: 60px;
}

.sd_serve .sd_serve_box .box1:hover .left p {
  color: #fff;
}

.sd_serve .sd_serve_box .box1:hover .right {
  color: #fff;
}

.install_maintenance {
  float: left;
  width: 100%;
  background: #f9f9f9;
  padding: 100px 0 56px 0;
}

.install_maintenance .tit {
  color: #000;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 48px;
  margin-bottom: 45px;
}

.install_maintenance .im_plate1 {
  margin-bottom: 55px;
  float: left;
  width: 100%;
}

.install_maintenance .im_plate1 .lpic {
  width: 28%;
  line-height: 0;
  float: left;
}

.install_maintenance .im_plate1 .lpic img {
  width: 100%;
}

.install_maintenance .im_plate1 .rtext {
  float: left;
  width: 72%;
  padding-left: 73px;
}

.install_maintenance .im_plate1 .rtext .rtit {
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 36px;
  border-bottom: 6px solid #009944;
  margin-left: 182px;
  margin-bottom: 38px;
  display: inline-block;
}

.install_maintenance .im_plate1 .rtext .rinfo {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}

.install_maintenance .im_plate2 ul {
  width: calc(100% + 22px);
  margin: 0 -11px;
  float: left;
}

.install_maintenance .im_plate2 ul li {
  float: left;
  padding: 0 11px;
  width: 16.6666%;
}

.install_maintenance .im_plate2 ul li>div {
  background: #fff;
  float: left;
  width: 100%;
  border-radius: 14px;
}

.install_maintenance .im_plate2 ul li .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: #ccebda;
  height: 205px;
}

.install_maintenance .im_plate2 ul li .icon img {
  max-width: 100%;
}

.install_maintenance .im_plate2 ul li .text {
  border-radius: 16px;
  padding: 25px 20px;
  background: #fff;
}

.install_maintenance .im_plate2 ul li .text .tit {
  color: #000;
  text-align: center;
  font-family: "AlbbRegular"!important;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 10px;
}

.install_maintenance .im_plate2 ul li .text .info {
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;word-wrap:break-word; word-break:normal;
}

.install_maintenance .im_plate3 {
  float: left;
  width: 100%;
  margin-top: 22px;
}

.install_maintenance .im_plate3 .p3t {
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 36px;
  border-bottom: 6px solid #009944;
  text-align: center;
  display: inline-block;
  position: relative;
  left: 50%;
  transform: translate(-50%, 0);
  margin-bottom: 40px;
}

.install_maintenance .im_plate3 ul {
  width: calc(100% + 16px);
  margin: 0 -8px;
  float: left;
}

.install_maintenance .im_plate3 ul li {
  float: left;
  padding: 0 8px;
  width: 25%;
}

.install_maintenance .im_plate3 ul li>div {
  background: #fff;
  float: left;
  width: 100%;
  border-radius: 14px;
}

.install_maintenance .im_plate3 ul li .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: #ccebda;
  height: 205px;
}

.install_maintenance .im_plate3 ul li .icon img {
  max-width: 100%;
}

.install_maintenance .im_plate3 ul li .text {
  border-radius: 16px;
  padding: 25px 20px;
  background: #fff;
  height: 120px;
}

.install_maintenance .im_plate3 ul li .text .tit {
  color: #000;
  text-align: center;
  font-family: "AlbbRegular"!important;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 10px;
}

.install_maintenance .im_plate3 .image_text {
  margin-top: 34px;
  float: left;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.install_maintenance .im_plate3 .image_text .pic {
  width: calc(50% - 16px);
  float: left;
  height: 320px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ccebda;
}

.install_maintenance .im_plate3 .image_text .pic img {
  max-width: 100%;
}

.install_maintenance .im_plate3 .image_text .text {
  width: calc(50% - 16px - 80px);
  float: right;
}

.install_maintenance .im_plate3 .image_text .text .tli {
  width: 100%;
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-top: 18px;
  display: flex;
}

.install_maintenance .im_plate3 .image_text .text .tli:first-child {
  margin-top: 0;
}

.install_maintenance .im_plate3 .image_text .text .tli .tlil {
  width: 30%;
  margin-right: 70px;
}

.install_maintenance .im_plate3 .image_text .text .tli .tlir {
  width: calc(70% - 70px);
}

.structure {
  float: left;
  width: 100%;
  margin: 100px 0 48px 0;
}

.structure .tit {
  color: #000;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 48px;
  margin-bottom: 56px;
}

.structure .info {
  color: #000;
  font-family: "AlbbRegular"!important;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}

.structure .structure_list_plate2 {
  display: flex;
  justify-content: space-between;
  margin-top: 100px;
}

.structure .structure_list_plate2 .structure_list_plate2_li {
  width: calc(33.3% - 111px);
}

.structure .structure_list_plate2 .structure_list_plate2_li .tt {
  color: #12a152;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration-line: underline;
  line-height: 36px;
  margin-bottom: 12px;
}

.structure .structure_list_plate2 .structure_list_plate2_li .info {
  height: 275px;
  border-radius: 16px;
  background: linear-gradient(180deg, #094, rgba(0, 153, 68, 0.3), rgba(255, 255, 255, 0));
  padding: 28px 17px 0 17px;
  color: #fff;
  font-family: "AlbbRegular"!important;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}

.structure_list {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-top: 70px;
  margin-bottom: 120px;
}

.structure_list .structure_list_li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.structure_list .structure_list_li .pic {
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 27px;
}

.structure_list .structure_list_li .pic img {
  max-width: 100%;
}

.structure_list .structure_list_li span {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  text-align: center;
}

.Promotion ul li a .pic {
  position: relative;
}

.Promotion {
  float: left;
  width: 100%;
  padding: 60px 0 70px 0;
}

.Promotion.video {
  padding: 100px 0 110px 0;
}

.Promotion.video .play {
  height: 54px;
  width: 54px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  vertical-align: middle;
  display: none !important;
}

.Promotion.video .play img {
  height: 24px;
  width: 24px;
}

.Promotion.video video {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
}

.Promotion.video .list_fy {
  margin-top: 120px;
}

.Promotion .Promotion_tit {
  color: #000;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 48px;
}

.Promotion .Promotion_stit {
  color: #000;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  margin-bottom: 10px;
}

.Promotion ul {
  width: calc(100% + 24px);
  margin: -12px;
  float: left;
}

.Promotion ul li {
  padding: 12px;
  width: 25%;
  float: left;
}

.Promotion ul li a {
  border-radius: 16px;
  border: 1px solid #cfdbd599;
  float: left;
  width: 100%;
}

.Promotion ul li a .pic {
  border-radius: 16px 16px 0 0;
  float: left;
  width: 100%;
  line-height: 0;
  position: relative;
  padding-bottom: 67%;
  overflow: hidden;
}

.Promotion ul li a .pic>img {
  max-width: 100%;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transition: all 0.5s linear;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.Promotion ul li a .pic>video {
  max-width: 100%;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transition: all 0.5s linear;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.Promotion ul li a .tit {
  line-height: 70px;
  color: #000;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
}

.Promotion ul li:hover a .pic>img {
  transform: translate(-50%, -50%) scale(1.1);
}

.Promotion ul li:hover a .tit {
  color: #009944;
}

.Promotion .list_fy {
  margin-top: 80px;
}

.Promotion ul li.on video {
  opacity: 1;
  position: relative;
}

.Promotion ul li.on .pic>img {
  display: none;
}

.Promotion_detail {
  float: left;
  width: 100%;
  padding: 125px 0 65px 0;
}

.Promotion_detail h1 {
  color: #000;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 48px;
}

.Promotion_detail .date {
  color: #a3a3a3;
  font-family: "AlbbRegular"!important;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  margin: 25px 0 80px 0;
}

.Promotion_detail .Promotion_editor {
  color: #000;
  font-family: "AlbbRegular"!important;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}

.Promotion_detail .Promotion_editor img {
  max-width: 100%;
}

.case {
  float: left;
  width: 100%;
  padding: 100px 0 70px 0;
}

.case ul {
  width: calc(100% + 24px);
  margin: -14px -12px;
  float: left;
}

.case ul li {
  width: 25%;
  padding: 14px 12px;
  float: left;
}

.case ul li a {
  display: block;
  width: 100%;
  float: left;
  border-radius: 16px;
  border: 1px solid #cfdbd599;
}

.case ul li a .pic {
  line-height: 0;
  overflow: hidden;
  width: 100%;
  border-radius: 16px;
}

.case ul li a .pic img {
  width: 100%;
  transition: all 0.5s ease;
}

.case ul li a .text {
  height: 155px;
  padding: 17px 12px 0 12px;
}

.case ul li a .text .tit {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 6px;
}

.case ul li a .text .info {
  color: #5d5d5b;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.case ul li:hover a .pic img {
  transform: scale(1.1);
}

.case ul li:hover a .text .tit {
  color: #009944;
}

.contact {
  float: left;
  width: 100%;
  padding: 100px 0 225px 0;
}

.contact .contact_tit {
  color: #000;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 48px;
  margin-bottom: 20px;
}

.contact .contact_stit {
  color: #000;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 65px;
}

.contact .contact_text_list ul {
  display: flex;
  justify-content: space-between;
  border-radius: 16px;
  border: 1px solid #cfdbd599;
}

.contact .contact_text_list ul li {
  height: 96px;
  width: 16.666%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-right: 2px solid #cfdbd599;
}

.contact .contact_text_list ul li:last-child {
  border-right: 0px solid transparent;
}

.contact .contact_text_list ul li .t1 {
  color: #5d5d5b;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  margin-bottom: 3px;
}

.contact .contact_text_list ul li .t2 {
  color: #000;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}

.contact .contact_map {
  margin-top: 74px;
}

.contact .contact_map span {
  color: #5d5d5b;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
  display: block;
  text-align: center;
}

.contact .contact_map .map ._mapbox {
  width: 100%;
  height: 500px;
  margin-top: 50px;
  border-radius: 16px;
}

.contact .contact_map a {
  line-height: 0;
  display: block;
  margin-top: 50px;
}

.contact .contact_map a img {
  width: 100%;
}

.contact .contact_brand {
  margin-top: 150px;
}

.contact .contact_brand .brand_tit {
  color: #000;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 48px;
  margin-bottom: 54px;
}

.contact .contact_brand .brand_list {
  border-radius: 16px;
  border: 1px solid rgba(207, 219, 213, 0.6);
  display: flex;
  flex-wrap: wrap;
}

.contact .contact_brand .brand_list .brand_list_li {
  width: 16.6666%;
  line-height: 0;
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact .contact_brand .brand_list .brand_list_li img {
  max-width: 100%;
}

.contact .contact_brand .brand_list .brand_list_li:last-child {
  margin-right: auto;
  margin-bottom: 0;
}

.contact .contact_brand .brand_list .brand_list_li:nth-last-child(2),
.contact .contact_brand .brand_list .brand_list_li:nth-last-child(3),
.contact .contact_brand .brand_list .brand_list_li:nth-last-child(4),
.contact .contact_brand .brand_list .brand_list_li:nth-last-child(5) {
  margin-bottom: 0;
}

.join {
  float: left;
  width: 100%;
  padding: 100px 0 66px 0;
}

.join .join_tit_box {
  margin-bottom: 54px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.join .join_tit_box .join_tit {
  color: #000;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 39px;
}

.join .join_tit_box .join_date {
  height: 39px;
  border-radius: 23px;
  border: 1px solid rgba(207, 219, 213, 0.6);
  width: 175px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.join .join_tit_box .join_date img {
  margin-right: 8px;
}

.join .join_tit_box .join_date p {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
}

.join .join_list_box {
  border-radius: 12px;
  border: 1px solid rgba(207, 219, 213, 0.6);
  width: 100%;
  float: left;
}

.join .join_list_box .join_list_top {
  height: 54px;
  padding: 0 45px 0 34px;
  display: flex;
}

.join .join_list_box .join_list_top>div {
  display: flex;
  align-items: center;
  height: 54px;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
}

.join .join_list_box .join_list_top>div img {
  margin-left: 6px; display:none;
}

.join .join_list_box .join_list_top .top1 {
  width: 23%;
}

.join .join_list_box .join_list_top .top2 {
  width: 28%;
}

.join .join_list_box .join_list_top .top3 {
  width: 70px;
}

.join .join_list_box .join_list_top .top4 {
  width: 90px;
  margin-left: 9.375%;
}

.join .join_list_box .join_list_top .top5 {
  width: 72px;
  margin-left: 11.5%;
}

.join .join_list_box .join_list_top .top6 {
  width: 58px;
  margin-left: auto;
}

.join .join_list_box ul {
  float: left;
  width: 100%;
}

.join .join_list_box ul li {
  height: 90px;
  padding: 0 50px 0 32px;
  float: left;
  display: flex;
  border-top: 1px solid #e2e9e6;
  width: 100%;
}

.join .join_list_box ul li:hover {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.8) 100%), #094;
}

.join .join_list_box ul li>div {
  height: 90px;
  display: flex;
  align-items: center;
}

.join .join_list_box ul li .position {
  width: 23%;
}

.join .join_list_box ul li .position .num {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}

.join .join_list_box ul li .position .portrait {
  height: 64px;
  width: 64px;
  margin: 0 18px 0 30px;
}

.join .join_list_box ul li .position .p_tit {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}

.join .join_list_box ul li .address {
  width: 28%;
  height: 90px;
  display: flex;
  align-items: center;
}

.join .join_list_box ul li .address img {
  margin-right: 11px;
}

.join .join_list_box ul li .address p {
  color: #000;
  text-align: left;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}

.join .join_list_box ul li .number {
  color: #000;
  font-family: "AlbbRegular"!important;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 90px;
  width: 70px;
  text-align: center;
  display: block;
  padding-right: 8px;
}

.join .join_list_box ul li .time {
  color: #000;
  font-family: "AlbbRegular"!important;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 90px;
  width: 90px;
  margin-left: 10%;
}

.join .join_list_box ul li .td {
  display: flex;
  width: 71px;
  padding: 10px;
  justify-content: center;
  align-items: center;
  border-radius: 26px;
  background: #094;
  color: #fff;
  font-size: 14px;
  line-height: 40px;
  height: 40px;
  margin-top: 25px;
  margin-left: 10%;
}

.join .join_list_box ul li .browse {
  color: #000;
  font-family: "AlbbRegular"!important;
  font-size: 14px;
  font-weight: 400;
  line-height: 90px;
  width: 58px;
  margin-left: auto;
  display: block;
  padding-right: 8px;
  text-align: right;
}

.join .list_fy {
  margin-top: 93px;
}

.attract_investment {
  float: left;
  width: 100%;
  padding: 100px 0 188px 0;
}

.attract_investment .attract_investment_tit {
  color: #000;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px;
}

.attract_investment .attract_investment_condition {
  margin-top: 78px;
}

.attract_investment .attract_investment_condition ul {
  width: 100%;
  overflow-x: auto;
  display: flex;
}

.attract_investment .attract_investment_condition ul li {
  height: 163px;
  min-width: 267px;
  width: 267px;
  float: left;
  border-radius: 16px;
  margin-right: 24px;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.7) 100%), #094;
  padding: 25px 24px 18px 24px;
  transition: all 0.5s ease;
}

.attract_investment .attract_investment_condition ul li:last-child {
  margin-right: 0px;
}

.attract_investment .attract_investment_condition ul li .tit {
  color: #094;
  text-align: left;
  font-family: "AlbbRegular"!important;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 14px;
  transition: all 0.5s ease;
}

.attract_investment .attract_investment_condition ul li .info {
  color: #094;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  transition: all 0.5s ease;
}

.attract_investment .attract_investment_condition ul li:hover {
  background: #009944;
}

.attract_investment .attract_investment_condition ul li:hover .tit {
  color: #fff;
}

.attract_investment .attract_investment_condition ul li:hover .info {
  color: #fff;
}

.attract_investment .content_6>.mCustomScrollBox>.mCSB_scrollTools {
  width: 420px;
  height: 6px;
  border-radius: 4px;
  background: #b2e0c7;
  margin: 0 calc(50% - 210px);
}

.attract_investment .mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  margin: 0;
  border-radius: 4px;
  height: 6px;
  background: #094;
}

.attract_investment .content_6 {
  margin-bottom: 140px;
}

.attract_investment .attract_form {
  float: left;
  width: 100%;
  margin-top: 56px;
}

.attract_investment .attract_form .form {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.attract_investment .attract_form .form .label {
  display: flex;
  flex-direction: column;
  width: calc(50% - 15px);
  margin-bottom: 10px;
}

.attract_investment .attract_form .form .label .form_tit {
  color: #000;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

.attract_investment .attract_form .form .label input {
  padding: 0 15px;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.6);
  background: #fff;
  font-size: 16px;
  line-height: 40px;
  height: 40px;
}

.attract_investment .attract_form .form .label.label2 {
  width: 79%;
}

.attract_investment .attract_form .form .label textarea {
  height: 200px;
  padding: 10px 15px;
  font-size: #000;
  border-radius: 4px;
  border: 1px solid #000;
}

.attract_investment .attract_form .form .submit {
  width: calc(21% - 47px);
  background: #fff;
  height: 70px;
  border-radius: 4px;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.7) 100%), #094;
  color: #094;
  text-align: center;
  font-size: 20px;
  margin-top: 80px;
  transition: all 0.5s ease;
}

.attract_investment .attract_form .form .submit:hover {
  color: #fff;
  background: #094;
}

.attract_investment .attract_form .form .attention {
  margin-top: 26px;
  color: #000;
  font-size: 14px;
  line-height: 21px;
}

@media screen and (max-width: 768px) {

  .max-width-ny,
  .max-width-ny2,
  .max-width-ny3 {
    width: 100%;
    padding: 0 15px;
  }
}

@media screen and (max-width: 1350px) {
  .Brand_Story .Brand_Story_box .Brand_Story_right .event .info {
    font-size: 14px;
    font-style: normal;
    line-height: 20px;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }

  .social_responsibility li .text {
    padding: 0 25px;
  }

  .social_responsibility li .text h4 {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px;
    margin-top: 20px;
  }

  .social_responsibility li .text h6 {
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0px;
  }

  .product {
    padding: 80px 0 47px 0;
  }

  .product .product_list {
    margin-top: 100px;
  }
}

@media screen and (max-width: 768px) {
  .new_detail {
    padding: 70px 0 30px 0;
  }

  .new_detail h1 {
    font-size: 24px;
    line-height: 36px;
  }

  .new_detail .date {
    margin: 15px 0 40px 0;
  }

  .new_detail .new_detail_editor h4 {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 14px;
    margin-top: 14px;
  }

  .new_detail .new_detail_editor {
    padding-bottom: 30px;
  }

  .detail_fy a {
    margin: 5px 0;
    font-size: 14px;
    line-height: 20px;
  }

  .Brand_Story .Brand_Story_box .Brand_Story_info,
  .Brand_Story .Brand_Story_box .Brand_Story_right {
    width: 100%;
  }

  .Brand_Story .Brand_Story_tit {
    font-size: 24px;
    line-height: 36px;
  }

  .Brand_Story .Brand_Story_box {
    margin-top: 30px;
  }

  .Brand_Story .Brand_Story_box .Brand_Story_info {
    margin-bottom: 30px;
  }

  .Brand_Story .Brand_Story_box .Brand_Story_right .year .time {
    font-size: 30px;
    line-height: 40px;
  }

  .Brand_Story .Brand_Story_box .Brand_Story_right .year {
    width: 85%;
    margin-left: 7.5%;
  }

  .Brand_Story .Brand_Story_box .Brand_Story_right .event {
    width: 100%;
    margin-top: 30px;
  }

  .Brand_Story .Brand_Story_box .Brand_Story_right .year .slick-prev {
    top: 50%;
    left: -30px;
    transform: translate(0, -50%) rotate(270deg);z-index: 1;
  }

  .Brand_Story .Brand_Story_box .Brand_Story_right .year .slick-next {
    top: 50%;
    right: -30px;
    left: auto;
    transform: translate(0, -50%) rotate(270deg);z-index: 1;
  }

  .Brand_Story {
    padding: 30px 0 30px 0;
  }

  .ny_banner {
    margin-top: 50px;
  }

  .ny_banner .ny_text .tit {
    font-size: 18px;
    margin-bottom: 4px;
  }

  .ny_banner .ny_text .stit {
    font-size: 14px;
    line-height: 20px;
  }

  .mbx {
    padding-top: 0px;
  }

  .newlist {
    padding: 30px 0;
  }

  .newlist ul li {
    width: 50%;
    padding: 8px;
  }

  .newlist ul {
    width: calc(100% + 16px);
    margin: -8px;
    float: left;
  }

  .newlist .newlist_box .list_fy {
    margin-top: 30px;
  }

  .list_fy a {
    line-height: 30px;
    height: 30px;
    width: 30px;
    margin: 0 10px;
  }

  .social_responsibility {
    padding: 30px 0;
  }

  .social_responsibility .tit {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 20px;
  }

  .social_responsibility .info {
    margin-bottom: 25px;
  }

  .social_responsibility li {
    flex-direction: column;
  }

  .social_responsibility li .pic,
  .social_responsibility li .text {
    width: 100%;
  }

  .social_responsibility li .pic {
    margin-bottom: 12px;
  }

  .social_responsibility li .text {
    padding: 20px;
  }

  .social_responsibility li .text h4 {
    margin-top: 0;
  }

  .mbx ul li {
    margin: 0 5px;
  }

  .Promotion.video {
    padding: 30px 0;
  }

  .Promotion ul {
    width: calc(100% + 14px);
    margin: -7px;
  }

  .Promotion ul li {
    padding: 7px;
    width: 50%;
    float: left;
  }

  .Promotion ul li a .tit {
    line-height: 36px;
    font-size: 14px;
  }
  .Promotion ul li a{border-radius: 4px;}
  .Promotion ul li a .pic{border-radius: 4px 4px 0 0;}
  .newlist ul li a .pic{border-radius: 4px 4px 0 0;}
  .newlist ul li a .text{border-radius: 0 0 4px 4px;}
  .social_responsibility li .pic img{border-radius: 4px;}
  .social_responsibility li .text{border-radius: 4px;}
  .Promotion.video .list_fy {
    margin-top: 25px;
  }

  .product {
    padding: 30px 0;
  }

  .product .product_Introduction {
    flex-direction: column;
    margin-bottom: 15px;
  }

  .product .product_Introduction .Introduction_pic {
    width: 100%;
    margin-bottom: 15px;
  }

  .product .product_Introduction .Introduction_text {
    width: 100%;
    padding: 15px;
  }

  .product .product_Introduction .Introduction_text h5 {
    font-size: 24px;
    line-height: 30px;
  }

  .product .product_Introduction .Introduction_text h4 {
    font-size: 28px;
    line-height: 36px;
    margin: 10px 0 15px 0;
  }

  .product .product_Introduction:nth-last-child(2) .Introduction_text {
    margin-bottom: 15px;
  }

  .product .product_Introduction .Introduction_pic .pic_text .tt {
    font-size: 24px;
    line-height: 30px;
  }

  .product .product_Introduction .Introduction_pic .pic_text .stit {
    font-size: 28px;
    line-height: 36px;
    margin: 10px 0 0px 0;
  }

  .product .product_list {
    margin-top: 30px;
  }

  .product .product_list .title {
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 768px) {
  .product .product_list .product_list_box ul {
    width: calc(100% + 16px);
    margin: -12px -8px;
  }

  .product .product_list .product_list_box ul li {
    width: 50%;
    padding: 12px 8px;
  }

  .product .product_list .product_list_box ul li .ptitle {
    font-size: 16px;
    margin: 6px 0 6px 0;
    line-height: 20px;
  }
  .product .product_list .product_list_box ul li .price{display: block;width: 100%;}

  .product .product_list .product_list_box ul li .price .Discounts {
    padding-right: 0;border-right: 0;
  }

  .product .product_list .product_list_box ul li .price .bnow {
    padding-left: 0;
  }

  .product .product_list .product_list_box .list_fy {
    margin-top: 30px;
  }
  .case .list_fy {
  margin-top: 30px;
}

  .product .product_list .product_classification {
    margin-bottom: 20px;
  }

  .product .product_list .product_classification {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .product .product_list .product_classification a {
    width: 32% !important;
    margin-right: 0;
    margin-bottom: 5px;
  }

  /* .product .product_list .product_classification a:nth-last-child(2) {
    margin-left: inherit;
  } */

  .product .product_list {
    margin-top: 0px;
  }
}

@media screen and (max-width: 768px) {
  .Brand_Story .Brand_Story_box .Brand_Story_right .event .info {
    height: 100px;
  }

  .product_detail .product_detail_box {
    flex-direction: column;
  }

  .product_detail .product_detail_box .pic {
    margin-right: 0;
    width: 100%;
    line-height: 0;
  }

  .product_detail .product_detail_box .pic img {
    width: 100%;
  }

  .product_detail .product_detail_box .info {
    margin-top: 20px;
  }
  .Brand_Story .Brand_Story_box .Brand_Story_right .year ul{margin: 0 0;}
.Brand_Story .Brand_Story_box .Brand_Story_right .year li{padding: 0 0;}
.Brand_Story .Brand_Story_box .Brand_Story_right .event ul{margin: 0 0;}
.Brand_Story .Brand_Story_box .Brand_Story_right .event li{padding: 0 0;}
}

@media screen and (max-width: 768px) {
  .sd_serve .sd_serve_box .box1 .right {
    padding-left: 30px;
  }

  .sd_serve {
    padding: 30px 0;
  }

  .sd_serve .sd_serve_tit {
    font-size: 24px;
    line-height: 36px;
  }

  .sd_serve .sd_serve_info {
    margin: 25px 0 25px 0;
  }

  .sd_serve .sd_serve_box .box1,
  .sd_serve .sd_serve_box .box1.box2 {
    width: 100%;
  }

  .sd_serve .sd_serve_box .box1 .left img {
    margin-bottom: 15px;
  }

  .sd_serve .sd_serve_box .box1:last-child {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 1600px) {
  .install_maintenance .im_plate1 .rtext .rtit {
    margin-bottom: 24px;
  }

  .install_maintenance .im_plate1 .rtext .rinfo br:nth-child(3),
  .install_maintenance .im_plate1 .rtext .rinfo br:nth-child(4) {
    display: none;
  }

  .install_maintenance .im_plate3 ul li .text .tit {
    font-size: 14px;
  }

  .install_maintenance .im_plate3 ul li .text {
    padding: 15px;
  }

  .install_maintenance .im_plate2 ul li .text {
    padding: 10px;
  }

  .install_maintenance .im_plate2 ul {
    width: calc(100% + 12px);
    margin: -6px;
  }

  .install_maintenance .im_plate2 ul li {
    padding: 6px;
  }

  .install_maintenance .im_plate2 ul li .icon img {
    max-width: 70%;
  }
}

@media screen and (max-width: 1350px) {
  .install_maintenance .im_plate1 .lpic {
    width: 38%;
  }

  .install_maintenance .im_plate1 {
    display: flex;
    margin-bottom: 30px;
    align-items: center;
  }

  .install_maintenance .im_plate1 .rtext .rtit {
    margin-left: 26px;
  }
}

@media screen and (max-width: 768px) {
  .install_maintenance {
    padding: 30px 0;
  }

  .install_maintenance .tit {
    font-size: 20px;
    line-height: 36px;
    margin-bottom: 20px;
  }

  .install_maintenance .im_plate1 {
    flex-direction: column;
  }

  .install_maintenance .im_plate1 .lpic {
    width: 100%;
    margin-bottom: 15px;
  }

  .install_maintenance .im_plate1 .rtext {
    width: 100%;
    padding-left: 0;
  }

  .install_maintenance .im_plate1 .rtext .rtit {
    margin-left: 0;
  }

  .install_maintenance .im_plate2 ul li {
    width: 50%;
  }

  .install_maintenance .im_plate2 ul li .icon {
    height: 140px;
  }

  .install_maintenance .im_plate2 ul li .text .tit {
    margin-bottom: 5px;
  }

  .install_maintenance .im_plate3 .p3t {
    margin-bottom: 20px;
  }

  .install_maintenance .im_plate3 ul {
    margin: -8px;
  }

  .install_maintenance .im_plate3 ul li {
    padding: 8px;
    width: 50%;
  }

  .install_maintenance .im_plate3 .image_text {
    flex-direction: column;
  }

  .install_maintenance .im_plate3 .image_text .pic {
    width: 100%;
    height: 150px;
    margin-bottom: 15px;
  }

  .install_maintenance .im_plate3 .image_text .text {
    width: 100%;
  }

  .install_maintenance .im_plate3 .image_text .text .tli .tlil {
    margin-right: 25px;
  }

  .install_maintenance .im_plate3 .image_text .text .tli .tlir {
    width: calc(70% - 25px);
  }

  .install_maintenance .im_plate1 .rtext .rtit,
  .install_maintenance .im_plate3 .p3t {
    font-size: 18px;
    line-height: 30px;
    border-bottom: 4px solid #009944;
  }
}

@media screen and (max-width: 1350px) {
  .structure .structure_list_plate2 .structure_list_plate2_li {
    width: calc(33.3% - 60px);
  }
}

.structure_list .structure_list_li img,
.contact .contact_brand .brand_list .brand_list_li img {
  transition: all 0.5s ease;
}

.structure_list .structure_list_li:hover img,
.contact .contact_brand .brand_list .brand_list_li:hover img {
  transform: scale(1.1);
}

.structure_list .structure_list_li:hover span {
  color: #009944;
}

.contact .contact_brand .brand_list .brand_list_li {
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .structure {
    margin: 30px 0;
  }

  .structure .tit {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 20px;
  }

  .structure_list {
    margin-top: 30px;
    margin-bottom: 0px;
  }

  .structure_list .structure_list_li .pic {
    height: 70px;
    margin-bottom: 0px;
  }

  .structure_list {
    flex-wrap: wrap;
  }

  .structure_list .structure_list_li {
    width: 33.3%;
    margin-bottom: 15px;
  }

  .structure .structure_list_plate2 {
    margin-top: 15px;
  }

  .structure .structure_list_plate2 .structure_list_plate2_li {
    width: 100%;
    margin-bottom: 15px;
  }

  .structure .structure_list_plate2 .structure_list_plate2_li:last-child {
    margin-bottom: 0;
  }

  .structure .structure_list_plate2 {
    flex-wrap: wrap;
  }

  .structure .structure_list_plate2 .structure_list_plate2_li .info {
    height: auto;
    border-radius: 16px;
    background: linear-gradient(180deg, #094 0%, rgba(255, 255, 255, 0) 100%);
    padding: 25px 15px;
    color: #fff;
    font-family: "AlbbRegular"!important;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
  }

  .structure .structure_list_plate2 .structure_list_plate2_li .tt {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 15px;
    text-align: left;
  }
}

@media screen and (max-width: 768px) {
  .Promotion .Promotion_tit {
    font-size: 20px;
    line-height: 40px;
  }

  .Promotion {
    padding: 30px 0;
  }

  .Promotion .list_fy {
    margin-top: 20px;
  }
}

@media screen and (max-width: 768px) {
  .Promotion_detail {
    padding: 80px 0 30px 0;
  }

  .Promotion_detail h1 {
    font-size: 20px;
    line-height: 40px;
  }

  .Promotion_detail .date {
    margin: 15px 0 20px 0;
  }
}

@media screen and (max-width: 768px) {
  .case {
    padding: 30px 0;
  }

  .case ul {
    width: calc(100% + 20px);
    margin: -10px;
  }

  .case ul li {
    width: 50%;
    padding: 10px;
  }

  .case ul li a .text {
    height: 125px;
  }
  .case ul li a {
  border-radius: 4px;
}

.case ul li a .pic {
  border-radius: 4px;
}

}

@media screen and (max-width: 768px) {
  .contact {
    padding: 30px 0;
  }

  .contact .contact_tit {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 15px;
  }

  .contact .contact_stit {
    margin-bottom: 30px;
    font-size: 12px;
  }

  .contact .contact_text_list ul {
    flex-wrap: wrap;
  }

  .contact .contact_text_list ul li {
    width: 50%;
    height: 80px;
  }

  .contact .contact_map {
    margin-top: 40px;
  }
  .contact .contact_map a{margin-top: 40px;}

  .contact .contact_map .map ._mapbox {
    height: 300px;
  }

  .contact_map a {
    margin-top: 30px;
  }

  .contact .contact_text_list ul li:nth-child(2n) {
    border-right: 0px solid transparent;
  }

  .contact .contact_brand {
    margin-top: 30px;
  }

  .contact .contact_brand .brand_tit {
    font-size: 20px;
    line-height: 40px;
    margin-bottom: 30px;
  }

  .contact .contact_brand .brand_list .brand_list_li {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 1350px) {
  .sd_serve .sd_serve_box .box1 .right {
    padding-left: 25px;
  }

  .sd_serve .sd_serve_box .box1 {
    padding: 15px;
  }
}

.product .product_Introduction .Introduction_text h6 {
  margin-bottom: 12px;
}

.product.my .product_list .product_list_box .list_fy {
  margin-bottom: 150px;
}

@media screen and (max-width: 768px) {
  .attract_investment {
    padding: 30px 0;
  }

  ._pop video {
    height: 230px;
    object-fit: cover;
  }

  .product.my .product_list .product_list_box .list_fy {
    margin-bottom: 0px;
  }

  .product .product_Introduction .Introduction_text h6 {
    margin-bottom: 8px;
  }

  .attract_investment .attract_investment_tit {
    font-size: 20px;
    line-height: 36px;
  }

  .structure_list {
    margin-bottom: 15px;
  }

  .structure_list .structure_list_li .pic img {
    max-width: 50%;
  }

  .attract_investment .content_6 {
    margin-bottom: 30px;
  }

  .attract_investment .attract_investment_condition {
    margin-top: 20px;
  }

  .Promotion.video .play {
    display: none !important;
  }

  .attract_investment .attract_form .form .attention {
    font-size: 12px;
  }

  .attract_investment .attract_form .form .label {
    width: calc(50% - 8px);
  }

  .attract_investment .content_6>.mCustomScrollBox>.mCSB_scrollTools {
    margin: 0 25%;
    width: 50%;
  }

  .attract_investment .attract_investment_condition ul li {
    height: 140px;
    min-width: 240px;
    width: 240px;
    margin-right: 16px;
    padding: 15px;
    transition: all 0.5s ease;
  }

  .attract_investment .attract_form {
    margin-top: 20px;
  }

  .attract_investment .attract_form .form .label .form_tit {
    font-size: 14px;
  }

  .attract_investment .attract_form .form .label.label2 {
    width: 100%;
  }

  .attract_investment .attract_form .form .submit {
    width: 150px;
    margin: 20px auto 0 auto;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
  }

  .attract_investment .attract_form .form .label textarea {
    height: 150px;
  }

  .Promotion.video .play {
    height: 30px;
    width: 30px;
  }

  .Promotion.video .play img {
    max-width: 40%;
  }

  .install_maintenance .im_plate3 ul li .text .tit {
    text-align: left;
  }

  .join .join_list_box ul li .address p {
    text-align: left;
  }

  .contact .contact_brand .brand_list .brand_list_li {
    width: 33.3%
  }


  .contact .contact_brand .brand_list .brand_list_li:nth-last-child(3),
  .contact .contact_brand .brand_list .brand_list_li:nth-last-child(4),
  .contact .contact_brand .brand_list .brand_list_li:nth-last-child(5) {
    margin-bottom: 10px;
  }
}


.list_fy a.prev{width:50px;}
