body {
  --www: 1rem;
  --interval: var(--www);
  --nav_height: 1rem;
  --color: #22aa58;
  --f14: 0.14rem;
  --f16: 0.16rem;
  --f18: 0.18rem;
  --f20: 0.2rem;
  --f22: 0.22rem;
  --f24: 0.24rem;
  --f26: 0.26rem;
  --f28: 0.28rem;
  --f30: 0.3rem;
  --f32: 0.32rem;
  --f34: 0.34rem;
  --f36: 0.36rem;
  --f38: 0.38rem;
  --f40: 0.4rem;
  --f42: 0.42rem;
  --f44: 0.44rem;
  --f46: 0.46rem;
  --f48: 0.48rem;
  --f52: 0.52rem;
  --f54: 0.54rem;
  --f56: 0.56rem;
  --f58: 0.58rem;
  --f60: 0.6rem;
}
@media screen and (min-width: 1921px) {
  body {
    --interval: calc((100vw - (19.2rem - var(--www))) / 2);
  }
}
@media screen and (max-width: 1520px) {
  body {
    --f14: 12px;
    --f16: 14px;
    --f18: 16px;
    --f20: 18px;
    --f22: 20px;
  }
}
@media screen and (max-width: 1200px) {
  body {
    --f22: 16px;
    --f24: 18px;
    --f26: 20px;
    --f28: 22px;
    --f30: 0.36rem;
    --f32: 0.36rem;
    --f34: 0.38rem;
    --f36: 0.4rem;
    --f38: 0.4rem;
    --f40: 0.4rem;
    --f42: 0.4rem;
    --f44: 0.4rem;
    --f46: 0.4rem;
    --f48: 0.4rem;
    --f52: 0.46rem;
    --f54: 0.48rem;
    --f56: 0.52rem;
    --f58: 0.52rem;
    --f60: 0.54rem;
    --interval: 5vw;
    --nav_height: 58px;
  }
}
@media screen and (max-width: 767px) {
  body {
    --f14: 0.26rem;
    --f16: 0.28rem;
    --f18: 0.3rem;
    --f20: 0.3rem;
    --f22: 0.32rem;
    --f24: 0.34rem;
    --f26: 0.34rem;
    --f28: 0.36rem;
    --f30: 0.4rem;
    --f32: 0.4rem;
    --f34: 0.4rem;
    --f36: 0.4rem;
    --f38: 0.4rem;
    --f40: 0.42rem;
    --f42: 0.42rem;
    --f44: 0.42rem;
    --f46: 0.42rem;
    --f48: 0.42rem;
    --f52: 0.42rem;
    --f54: 0.44rem;
    --f56: 0.46rem;
    --f58: 0.46rem;
    --f60: 0.48rem;
  }
}
.maodian {
  position: relative;
  top: calc(var(--nav_height) * -1 + 1px);
}
.search_open {
  cursor: pointer;
}
.mobile_search {
  top: var(--nav_height);
}
/** 纵向滚动条样式 */
.wMain {
  padding-left: var(--interval);
  padding-right: var(--interval);
  width: 100%;
}
.swiper-button-lock {
  display: none !important;
}
.button-disabled,
.swiper-button-disabled {
  cursor: auto;
  pointer-events: none;
}
.dw {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.null_height {
  height: var(--nav_height);
}
@media screen and (max-width: 1200px) {
  .null_height {
    height: 0;
  }
}
.flex_center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  .pc_main {
    display: none !important;
  }
}
.phone_main {
  display: none !important;
}
@media screen and (max-width: 1200px) {
  .phone_main {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
.center {
  text-align: center;
}
.white {
  color: #fff;
}
.bgColor {
  background: #f6f7fa;
}
.pt {
  padding-top: 1rem;
}
.pb {
  padding-bottom: 1rem;
}
.mt {
  margin-top: 0.7rem;
}
.Privacy_Policy .box_ .content1 {
  font-size: var(--f32);
}
.Privacy_Policy .box_ .hr {
  border-top: 1px solid #eee;
  margin: 0.5rem 0;
}
.Privacy_Policy .box_ .content3 {
  font-size: var(--f18);
  line-height: 1.8;
  color: #333;
}
.Search_List .box1 {
  padding: 1.4rem 0 0.5rem;
  font-size: var(--f20);
  background: #f6f7fa;
}
.Search_List .box2 {
  min-height: 40vh;
}
.Search_List .box2 .item {
  padding: 0.2rem 0.8rem;
  border-bottom: 1px solid #eee;
}
@media screen and (max-width: 1200px) {
  .Search_List .box2 .item {
    padding: 0.2rem 0rem;
  }
}
.Search_List .box2 .item a .left {
  max-width: 80%;
}
.Search_List .box2 .item a .left .t {
  font-size: var(--f14);
  color: #999;
}
.Search_List .box2 .item a .left .b {
  font-size: var(--f24);
  color: #333;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  margin-top: 12px;
}
.Search_List .box2 .item a .right {
  font-size: var(--f16);
  color: #22aa58;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Search_List .box2 .item a .right i {
  font-size: var(--f16);
  display: inline-block;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Search_List .box2 .item a:hover .b {
  color: #22aa58;
}
.Search_List .box2 .item a:hover .right i {
  -webkit-transform: translateX(5px);
  -ms-transform: translateX(5px);
  transform: translateX(5px);
}
.Search_List .box3 {
  font-size: var(--f18);
  text-align: center;
}
.code_button .a {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: 0.15rem;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  color: #fff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.code_button .a svg {
  width: 0.3rem;
  position: relative;
  z-index: 2;
  height: 0.3rem;
}
.code_button .a svg path {
  fill: #303E48;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.code_button .a::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  -webkit-box-shadow: inset 0 0 0 0.47rem #c2b2a5;
  box-shadow: inset 0 0 0 0.47rem #c2b2a5;
  -webkit-transition: -webkit-box-shadow 0.3s, -webkit-transform 0.3s;
  transition: -webkit-box-shadow 0.3s, -webkit-transform 0.3s;
  -o-transition: box-shadow 0.3s, transform 0.3s;
  transition: box-shadow 0.3s, transform 0.3s;
  transition: box-shadow 0.3s, transform 0.3s, -webkit-box-shadow 0.3s, -webkit-transform 0.3s;
}
.code_button .a:hover::after {
  -webkit-box-shadow: inset 0 0 0 2px #c2b2a5;
  box-shadow: inset 0 0 0 2px #c2b2a5;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.Sitemap .container {
  padding-left: var(--interval);
  padding-right: var(--interval);
}
.Sitemap .container .ap_top {
  border-bottom: 1px solid #999;
  padding-bottom: 0.46rem;
}
.Sitemap .container .ap_top p {
  font-size: 0.54rem;
  color: #000;
}
.Sitemap .container .ap_bot .item {
  padding: 0.44rem 0;
  border-bottom: 1px solid #ccc;
}
.Sitemap .container .ap_bot .item .content1 a {
  color: #000;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  font-weight: bold;
}
.Sitemap .container .ap_bot .item .content1 a:hover {
  color: #22aa58;
}
.Sitemap .container .ap_bot .item .content2 {
  margin-top: 0.22rem;
}
.Sitemap .container .ap_bot .item .content2 .firstorder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.Sitemap .container .ap_bot .item .content2 .firstorder a {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  margin-right: 0.6rem;
  color: #333;
}
.Sitemap .container .ap_bot .item .content2 .firstorder a:hover {
  color: #22aa58;
}
.Sitemap .container .ap_bot .item .content2 .multistage {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.Sitemap .container .ap_bot .item .content2 .multistage .ge_list {
  margin-right: 0.5rem;
}
.Sitemap .container .ap_bot .item .content2 .multistage .ge_list .div_1 a {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  color: #333;
}
.Sitemap .container .ap_bot .item .content2 .multistage .ge_list .div_1 a:hover {
  color: #22aa58;
}
.Sitemap .container .ap_bot .item .content2 .multistage .ge_list .div_2 .div_3 {
  margin-top: 0.26rem;
}
.Sitemap .container .ap_bot .item .content2 .multistage .ge_list .div_2 .div_3 .title_3 a {
  font-size: 0.9em;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  color: #333;
}
.Sitemap .container .ap_bot .item .content2 .multistage .ge_list .div_2 .div_3 .title_3 a:hover {
  color: #22aa58;
}
.Sitemap .container .ap_bot .item .content2 .multistage .ge_list .div_2 .div_3 .box_3 {
  padding-left: 0.1rem;
}
.Sitemap .container .ap_bot .item .content2 .multistage .ge_list .div_2 .div_3 .box_3 .div_4 {
  margin-top: 0.14rem;
}
.Sitemap .container .ap_bot .item .content2 .multistage .ge_list .div_2 .div_3 .box_3 .div_4 .title_4 a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0.8em;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  color: #666;
}
.Sitemap .container .ap_bot .item .content2 .multistage .ge_list .div_2 .div_3 .box_3 .div_4 .title_4 a i {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  font-size: 0.9em;
}
.Sitemap .container .ap_bot .item .content2 .multistage .ge_list .div_2 .div_3 .box_3 .div_4 .title_4 a span {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.Sitemap .container .ap_bot .item .content2 .multistage .ge_list .div_2 .div_3 .box_3 .div_4 .title_4 a:hover {
  color: #22aa58;
}
.Sitemap .container .ap_bot .item .content2 .multistage .ge_list .div_2 .div_3 .box_3 .div_4 .box_4 {
  padding-left: 0.1rem;
}
.Sitemap .container .ap_bot .item .content2 .multistage .ge_list .div_2 .div_3 .box_3 .div_4 .box_4 .div_5 {
  margin-top: 0.1rem;
}
.Sitemap .container .ap_bot .item .content2 .multistage .ge_list .div_2 .div_3 .box_3 .div_4 .box_4 .div_5 a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0.8em;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  color: #666;
  line-height: 1.4;
}
.Sitemap .container .ap_bot .item .content2 .multistage .ge_list .div_2 .div_3 .box_3 .div_4 .box_4 .div_5 a i {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  font-size: 0.9em;
}
.Sitemap .container .ap_bot .item .content2 .multistage .ge_list .div_2 .div_3 .box_3 .div_4 .box_4 .div_5 a span {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.Sitemap .container .ap_bot .item .content2 .multistage .ge_list .div_2 .div_3 .box_3 .div_4 .box_4 .div_5 a:hover {
  color: #22aa58;
}
.Sitemap .container .ap_bot .item .content1 a {
  font-size: 0.26rem;
}
.firstorder > a,
.ge_list {
  font-size: 0.24rem;
}
@media (max-width: 1200px) {
  .Sitemap .container {
    padding: 0 5vw;
  }
  .Sitemap {
    padding: 0.8rem 0;
  }
  .Sitemap .container .ap_bot .item .content2 .multistage,
  .Sitemap .container .ap_bot .item .content2 .firstorder {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.2rem;
  }
  .Sitemap .container .ap_bot .item .content2 .multistage a,
  .Sitemap .container .ap_bot .item .content2 .firstorder a {
    margin-right: 0;
  }
  .Sitemap .container .ap_bot .item .content1 a {
    font-size: 0.32rem;
  }
  .firstorder > a,
  .ge_list {
    font-size: 0.3rem;
  }
}
@media (max-width: 750px) {
  .Sitemap .container .ap_bot .item .content2 .multistage,
  .Sitemap .container .ap_bot .item .content2 .firstorder {
    grid-template-columns: repeat(1, 1fr);
  }
}
.Layer_Upload {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 90;
  display: none;
}
.Layer_Upload .box {
  position: absolute;
  width: min(8rem, 90vw);
  margin: auto;
  background: #fff;
  padding: 0.6rem;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
.Layer_Upload .box .close {
  position: absolute;
  right: 0.4rem;
  top: 0.4rem;
  z-index: 2;
  cursor: pointer;
}
.Layer_Upload .box .close i {
  font-size: var(--f24);
  color: #ccc;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  font-weight: bold;
}
.Layer_Upload .box .close:hover i {
  color: #22aa58;
}
.Layer_Upload .box .content1 {
  font-size: 0.36rem;
  line-height: 1;
  font-weight: bold;
}
.Layer_Upload .box .content2 {
  margin-top: 0.5rem;
}
.Layer_Upload .box .content2 .upload {
  width: 2.9rem;
  margin: auto;
  cursor: pointer;
  position: relative;
}
.Layer_Upload .box .content2 .upload img {
  width: 100%;
}
.Layer_Upload .box .content2 .upload p {
  font-size: 14px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0.6rem;
  min-width: 0.95rem;
  padding: 0 0.3rem;
  line-height: 35px;
  border: 1px solid #22aa58;
}
.Layer_Upload .box .content3 {
  font-size: var(--f18);
  color: #666;
  margin-top: 0.25rem;
  margin-bottom: 0.15rem;
}
.Layer_Upload .box .content5 {
  margin-top: 0.45rem;
}
.Layer_Upload .box .content5 input {
  width: 1.6rem;
  height: 0.55rem;
  background: #22aa58;
  color: #fff;
  font-size: var(--f16);
  cursor: pointer;
  border: 0;
}
.Header_Container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 88;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  background: transparent;
}
.Header_Container::after {
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #eee;
  opacity: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Header_Container .box {
  z-index: 2;
}
.Header_Container .box .logo {
  height: var(--nav_height);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.Header_Container .box .logo a {
  display: block;
  position: relative;
}
.Header_Container .box .logo a div {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Header_Container .box .logo a div img {
  height: 43px;
}
.Header_Container .box .logo a .logo2 {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.Header_Container .box nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.Header_Container .box nav .item {
  padding: 0 0.2rem;
}
.Header_Container .box nav .item > p {
  position: relative;
}
.Header_Container .box nav .item > p a {
  font-size: var(--f16);
  color: #fff;
  line-height: var(--nav_height);
  font-weight: bold;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Header_Container .box nav .item > p::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0.28rem;
  height: 2px;
  width: 100%;
  background: #fff;
  opacity: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Header_Container .box nav .item.active > p::after {
  opacity: 1;
}
.Header_Container .box nav .item:hover .nav_select {
  opacity: 1;
  visibility: inherit;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Header_Container .box .search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.Header_Container .box .search p {
  cursor: pointer;
}
.Header_Container .box .search path {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Header_Container .box .language {
  margin-left: 0.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.Header_Container .box .language a {
  font-size: var(--f16);
  color: #fff;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Header_Container .mask {
  position: absolute;
  background: rgba(255, 255, 255, 0.8);
  left: 0;
  top: 0;
  height: 5rem;
  width: 100%;
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Header_Container.active,
.Header_Container.sticky,
.Header_Container.on {
  background: #fff;
}
.Header_Container.active::after,
.Header_Container.sticky::after,
.Header_Container.on::after {
  opacity: 1;
}
.Header_Container.active .box .logo .logo1,
.Header_Container.sticky .box .logo .logo1,
.Header_Container.on .box .logo .logo1 {
  opacity: 0;
}
.Header_Container.active .box .logo .logo2,
.Header_Container.sticky .box .logo .logo2,
.Header_Container.on .box .logo .logo2 {
  opacity: 1;
}
.Header_Container.active .box nav .item > p a,
.Header_Container.sticky .box nav .item > p a,
.Header_Container.on .box nav .item > p a {
  color: #000;
}
.Header_Container.active .box nav .item > p::after,
.Header_Container.sticky .box nav .item > p::after,
.Header_Container.on .box nav .item > p::after {
  background: #22aa58;
}
.Header_Container.active .box .search p path,
.Header_Container.sticky .box .search p path,
.Header_Container.on .box .search p path {
  fill: #999;
}
.Header_Container.active .box .language a,
.Header_Container.sticky .box .language a,
.Header_Container.on .box .language a {
  color: #000;
}
.Header_Container.sticky {
  position: -webkit-sticky;
  position: sticky;
}
.nav_select {
  position: absolute;
  left: 0;
  z-index: 8;
  padding: 0 0.2rem;
  background: #fff;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
}
.nav_select ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.nav_select ul li {
  padding: 0 0.3rem;
}
.nav_select ul li a {
  font-size: var(--f16);
  color: #333;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  line-height: 20px;
  padding: 0.15rem 0;
  position: relative;
}
.nav_select ul li a:hover {
  color: #22aa58;
}
.nav_select ul li a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0rem;
  height: 2px;
  width: 100%;
  background: #22aa58;
  opacity: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.nav_select ul .active a {
  color: #22aa58;
}
.nav_select ul .active a::after {
  opacity: 1;
}
.Home_Banner .banner {
  position: relative;
}
.Home_Banner .banner video,
.Home_Banner .banner picture img {
  width: 100%;
  height: 100vh;
}
@media screen and (max-width: 1200px) {
  .Home_Banner .banner video,
  .Home_Banner .banner picture img {
    height: 60vh;
  }
}
.Home_Banner .banner .video {
  position: relative;
}
.Home_Banner .banner .video::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.Home_Banner .banner .video .phone {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
}
@media screen and (max-width: 1200px) {
  .Home_Banner .banner .video .phone {
    display: block;
  }
}
.Home_Banner .banner .video .phone .img {
  width: 100%;
  height: 100%;
}
.Home_Banner .banner .video .phone .img img {
  width: 100%;
  height: 100%;
}
.Home_Banner .banner .video .phone .play {
  position: absolute;
  z-index: 3;
  width: 0.5rem;
  height: 0.5rem;
  right: 5vw;
  bottom: 5vw;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.Home_Banner .banner .video .phone .play svg {
  margin: auto;
  -webkit-transform: scale(0.6);
  -ms-transform: scale(0.6);
  transform: scale(0.6);
}
@media screen and (max-width: 1200px) {
  .Home_Banner .banner .video .phone .play {
    width: 0.7rem;
    height: 0.7rem;
  }
}
.Home_Banner .banner .swiper-slide .orientation {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.Home_Banner .banner .swiper-slide .orientation .content1 {
  line-height: 1.25;
  	font-family: 'al';
  font-size: 0.64rem;
}
.Home_Banner .banner .swiper-slide .orientation .content2 {
  margin-top: 0.54rem;
}
.button_01 .a {
  display: inline-block;
  min-width: 1.85rem;
  text-align: center;
  padding: 0 0.3rem;
  line-height: 54px;
  font-family: 'gilroy_Medium';
  font-size: var(--f16);
  color: #fff;
  background: #22aa58;
  border-radius: 30px;
}
.button_01 .a i{
    font-size: var(--f14);
    margin: 0 0 0 10px;
}
.button_02 .a {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  cursor: pointer;
}
.button_02 .a .text {
  font-family: 'gilroy_Medium';
  font-size: var(--f16);
  color: #666;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.button_02 .a .btn {
  width: 34px;
  height: 34px;
  background: #22aa58;
  border-radius: 50%;
  margin-left: 0.2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
.button_02 .a .btn svg {
  margin: auto;
}
.button_02 .a:hover .text {
  color: #22aa58;
}
.button_02 .a:hover .btn svg {
  -webkit-animation: arrowRun 5s infinite;
  animation: arrowRun 5s infinite;
}
@-webkit-keyframes arrowRun {
  0% {
    -webkit-transform: translate3d(0%, 0%, 0) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform: translate3d(0%, 0%, 0) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
  7% {
    -webkit-transform: translate3d(150%, -150%, 0) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform: translate3d(150%, -150%, 0) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
  7.1% {
    -webkit-transform: translate3d(-150%, 150%, 0) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform: translate3d(-150%, 150%, 0) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
  14% {
    -webkit-transform: translate3d(0%, 0%, 0) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform: translate3d(0%, 0%, 0) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
}
@keyframes arrowRun {
  0% {
    -webkit-transform: translate3d(0%, 0%, 0) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform: translate3d(0%, 0%, 0) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
  7% {
    -webkit-transform: translate3d(150%, -150%, 0) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform: translate3d(150%, -150%, 0) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
  7.1% {
    -webkit-transform: translate3d(-150%, 150%, 0) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform: translate3d(-150%, 150%, 0) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
  14% {
    -webkit-transform: translate3d(0%, 0%, 0) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform: translate3d(0%, 0%, 0) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
}
.title_heng {
  background: #999;
  height: 1px;
}
.title_01 .h5 {
  font-family: 'gilroy_regular';
  font-size: var(--f60);
  line-height: 1.2;
  text-transform: uppercase;
}
.title_01 .h5 em,
.title_01 .h5 p {
  color: #22aa58;
}
.desc_01 {
  font-size: var(--f16);
  color: #333;
  line-height: 1.8;
}
.Home_About {
  --w: 9.1rem;
}
.Home_About .box .boxLeft {
  width: var(--w);
  padding-right: 3.5rem;
}
.Home_About .box .boxLeft .content1 {
  font-size: var(--f16);
  color: #333;
  margin-top: 0.35rem;
  height: 5.4em;
  max-height: 5.4em;
  line-height: 1.8;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-justify: distribute-all-lines;
}
.Home_About .box .boxLeft > div {
  position: -webkit-sticky;
  position: sticky;
  top: calc(var(--nav_height) + 0.4rem);
}
.Home_About .box .boxRight {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-top: 2.6rem;
}
.Home_About .box .boxRight .list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.6rem 0.9rem;
}
.Home_About .box .boxRight .list .item .content1 div {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #22aa58;
}
.Home_About .box .boxRight .list .item .content1 div p {
  font-family: 'gilroy_Medium';
  font-size: 0.85rem;
  line-height: 1;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Home_About .box .boxRight .list .item .content1 div em {
  font-size: 0.82rem;
  line-height: 1;
}
.Home_About .box .boxRight .list .item .content1 div .p1 {
  opacity: 0;
}
.Home_About .box .boxRight .list .item .content1 div .p2 {
  position: absolute;
  top: 0;
  left: 0;
}
.Home_About .box .boxRight .list .item .content2 {
  margin-top: 4px;
  font-size: var(--f20);
  font-weight: bold;
}
.Home_About .box .boxRight .list .item .content3 {
  font-size: var(--f16);
  color: #333;
  line-height: 1.8;
  margin-top: 0.22rem;
}
.Home_About .box1 {
  margin-top: 2rem;
}
.Home_About .box1 p {
  font-family: 'gilroy_regular';
  color: #e8f2ec;
  font-size: 3.16rem;
  line-height: 1;
}
.Home_Product {
  --w: 9.1rem;
  overflow: hidden;
}
.Home_Product .box .item {
  position: relative;
  margin-bottom: 0.2rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  cursor: default;
}
.Home_Product .box .item .content0 {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: calc(100% - var(--w));
  overflow: hidden;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  opacity: 0;
  padding-right: 0.6rem;
}
.Home_Product .box .item .content0 img {
  width: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Home_Product .box .item:last-child {
  margin-bottom: 0;
}
.Home_Product .box .item .content1 {
  max-width: calc(var(--w) - 0.5rem);
  font-size: var(--f36);
  color: #999;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  height: 1.2em;
  max-height: 1.2em;
  line-height: 1.2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-justify: distribute-all-lines;
}
.Home_Product .box .item .content2 {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  display: grid;
  grid-template-rows: 0fr;
  overflow: hidden;
  opacity: 0;
}
.Home_Product .box .item .content2 > div {
  min-height: 0;
}
.Home_Product .box .item .content2 .content3 {
  font-size: var(--f16);
  color: #666;
  height: 3.5em;
  max-height: 3.5em;
  line-height: 1.75;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-justify: distribute-all-lines;
  height: auto;
  max-width: 8rem;
}
.Home_Product .box .item .content2 .content4 {
  margin-top: 0.62rem;
}
.Home_Product .box .item .content2 .content5 {
  margin-top: 0.6rem;
}
@media screen and (min-width: 1200px) {
  .Home_Product .box .item.active {
    padding-top: 0.85rem;
  }
  .Home_Product .box .item.active .content0 {
    opacity: 1;
  }
  .Home_Product .box .item.active .content0:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
  .Home_Product .box .item.active .content1 {
    color: #000;
  }
  .Home_Product .box .item.active .content2 {
    padding: 0.28rem 0 0.84rem;
    grid-template-rows: 1fr;
    opacity: 1;
  }
}
.Home_Industry {
  --w: 9.1rem;
}
.Home_Industry .title_heng {
  margin-top: 0.6rem;
}
.Home_Industry .box .item {
  border-bottom: 1px solid #999;
}
.Home_Industry .box .item:last-child {
  border: 0;
}
.Home_Industry .box .item .boxTop {
  cursor: pointer;
  display: grid;
  grid-template-rows: 1fr;
  overflow: hidden;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  /*opacity: 0;*/
}
.Home_Industry .box .item .boxTop > div {
  padding: 0.35rem 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  min-height: 0;
}
.Home_Industry .box .item .boxTop .left {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.Home_Industry .box .item .boxTop .left .content1 {
  font-family: 'gilroy_regular';
  font-size: var(--f22);
}
.Home_Industry .box .item .boxTop .left .content2 {
  font-size: var(--f42);
  height: 1.1em;
  max-height: 1.1em;
  line-height: 1.1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-justify: distribute-all-lines;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Home_Industry .box .item .boxTop .right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.Home_Industry .box .item .boxTop .right path {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Home_Industry .box .item .boxTop:hover .left .content2 {
  color: #22aa58;
}
.Home_Industry .box .item .boxTop:hover .right svg path {
  fill: #22aa58;
}
.Home_Industry .box .item .boxBot {
  border-top: 1px solid transparent;
  display: grid;
  grid-template-rows: 0fr;
  overflow: hidden;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  margin-top: -1px;
  opacity: 0;
}
.Home_Industry .box .item .boxBot > div {
  min-height: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Home_Industry .box .item .boxBot .left {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-right: 2.6rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.Home_Industry .box .item .boxBot .left > div {
  width: 100%;
}
.Home_Industry .box .item .boxBot .left .content1 {
  font-family: 'gilroy_regular';
  font-size: var(--f22);
}
.Home_Industry .box .item .boxBot .left .content2 {
  font-size: var(--f42);
  font-weight: bold;
  margin-top: 0.08rem;
}
.Home_Industry .box .item .boxBot .left .content3 {
  font-size: var(--f24);
  color: #333;
  margin-top: 0.08rem;
}
.Home_Industry .box .item .boxBot .left .content4 {
  font-size: var(--f16);
  color: #333;
  height: 5.4em;
  max-height: 5.4em;
  line-height: 1.8;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-justify: distribute-all-lines;
  margin: 0.4rem 0;
}
.Home_Industry .box .item .boxBot .right {
  cursor: pointer;
  width: calc(100% - var(--w));
  padding-right: 0.6rem;
  position: relative;
}
.Home_Industry .box .item .boxBot .right .btn {
  position: absolute;
  top: 0.1rem;
  right: 0;
}
.Home_Industry .box .item .boxBot .right p {
  overflow: hidden;
}
.Home_Industry .box .item .boxBot .right p img {
  width: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Home_Industry .box .item .boxBot .right p:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.Home_Industry .box .item.active .boxTop {
  grid-template-rows: 0fr;
  opacity: 1;
}
.Home_Industry .box .item.active .boxTop > div {
  padding: 0;
}
.Home_Industry .box .item.active .boxBot {
  grid-template-rows: 1fr;
  border-color: #000;
  opacity: 1;
}
.Home_Industry .box .item.active .boxBot > div {
  padding: 0.6rem 0;
}
.Home_Technology .box .boxRight {
  width: 50%;
}
.Home_Technology .box .boxRight .content1 {
  font-size: var(--f16);
  color: #333;
  line-height: 1.8;
}
.Home_Technology .box .boxRight .content2 {
  margin-top: 0.8rem;
}
.Home_Technology .box .boxRight .content2 p {
  width: 0.86rem;
  margin-right: 0.85rem;
}
.Home_Technology .box .boxRight .content2 p:last-child {
  margin-right: 0;
}
.Home_Technology .box .boxRight .content2 p img {
  width: 100%;
}
.Home_Technology .box1 {
  position: relative;
}
.Home_Technology .box1 .img {
  overflow: hidden;
}
.Home_Technology .box1 .img img {
  width: 100%;
}
.Home_Technology .box1 .orientation {
  position: absolute;
  left: 0.45rem;
  bottom: 0.45rem;
  width: 7rem;
  padding: 0.45rem 0.4rem;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  color: #fff;
}
.Home_Technology .box1 .orientation .content1 {
  font-size: var(--f26);
  font-weight: bold;
}
.Home_Technology .box1 .orientation .content2 {
  font-size: var(--f16);
  color: #333;
  line-height: 1.8;
  color: #fff;
  margin-top: 0.2rem;
}
.banner_btn_01 .button div {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  cursor: pointer;
}
.banner_btn_01 .button div svg {
  margin: auto;
}
.banner_btn_01 .button div:hover {
  background: #22aa58;
  border-color: #22aa58;
}
.banner_btn_01 .button .ml {
  margin-right: 12px;
}
.banner_btn_01 .button .mr {
  margin-left: 12px;
}
.Home_News .box .banner .swiper {
  padding: 0 var(--interval);
}
.Home_News .box .banner .swiper .swiper-slide {
  width: 8.2rem;
}
.Home_News .box .banner .swiper .swiper-slide .item a {
  display: block;
}
.Home_News .box .banner .swiper .swiper-slide .item a .img {
  position: relative;
  overflow: hidden;
}
.Home_News .box .banner .swiper .swiper-slide .item a .img img {
  width: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Home_News .box .banner .swiper .swiper-slide .item a .img::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/img9.png) no-repeat 50% 50% / cover;
}
.Home_News .box .banner .swiper .swiper-slide .item a .orientation {
  left: 0.4rem;
  top: 0.5rem;
  position: absolute;
  z-index: 1;
  font-family: 'gilroy_regular';
  font-size: var(--f16);
  color: #666;
  width: 1.8rem;
  background: rgba(255, 255, 255, 0.5);
  line-height: 0.55rem;
  text-align: center;
  border-radius: 0.3rem;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
}
.Home_News .box .banner .swiper .swiper-slide .item a .orientation1 {
  position: absolute;
  left: 0rem;
  bottom: 0.5rem;
  width: 100%;
  padding: 0 1.2rem 0 0.4rem;
  font-size: var(--f24);
  color: #fff;
  height: 1.2em;
  max-height: 1.2em;
  line-height: 1.2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-justify: distribute-all-lines;
}
.Home_News .box .banner .swiper .swiper-slide .item a .orientation2 {
  position: absolute;
  right: 0.4rem;
  bottom: 0.55rem;
}
.Home_News .box .banner .swiper .swiper-slide .item a .orientation2 path {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Home_News .box .banner .swiper .swiper-slide .item a:hover .img img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.Home_News .box .banner .swiper .swiper-slide .item a:hover .orientation2 path {
  fill: #22aa58;
}
.banner_page .page div {
  margin-top: 0.9rem;
}
.banner_page .page div span {
  width: 0.95rem;
  border-radius: 0;
  opacity: 1;
  background: #ebeae8;
  height: 1px;
  margin: 0 !important;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.banner_page .page div .swiper-pagination-bullet-active {
  background: #22aa58;
}
.Footer_Container {
  background: #f4f4f4;
  padding: 0.96rem 0 0.9rem;
}
.Footer_Container .box .boxLeft img {
  height: 0.56rem;
}
.Footer_Container .box .boxRight {
  width: 50%;
}
.Footer_Container .box .boxRight .content1 .item .h5 a {
  font-size: var(--f20);
  color: #999;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Footer_Container .box .boxRight .content1 .item .h5 a:hover {
  color: #22aa58;
}
.Footer_Container .box .boxRight .content1 .item ul {
  margin-top: 0.32rem;
}
.Footer_Container .box .boxRight .content1 .item ul li {
  font-size: var(--f16);
  margin-bottom: 0.08rem;
}
.Footer_Container .box .boxRight .content1 .item ul li a {
  color: #333;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Footer_Container .box .boxRight .content1 .item ul li a:hover {
  color: #22aa58;
}
.Footer_Container .box .boxRight .content1 .item ul li:last-child {
  margin-bottom: 0;
}
.Footer_Container .box .boxRight .content2 {
  margin-top: 0.95rem;
}
.Footer_Container .box .boxRight .content2 a {
  font-family: 'gilroy_regular';
  font-size: var(--f28);
  color: #333;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Footer_Container .box .boxRight .content2 .p2 {
  margin-top: 0.06rem;
}
.Footer_Container .box .boxRight .content3 {
  font-size: var(--f16);
  color: #999;
  margin-top: 1.4rem;
}
.Footer_Container .box .boxRight .content3 a {
  color: #999;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Footer_Container .box .boxRight .content3 a:hover {
  color: #22aa58;
}
.Footer_Container .box .boxRight .content3 div {
  margin-bottom: 0.06rem;
}
.Inner_banner_video {
  overflow: hidden;
}
.Inner_banner_video video,
.Inner_banner_video picture img {
  width: 100%;
  height: 6.9rem;
}
.Inner_banner_video .video {
  position: relative;
}
.Inner_banner_video .video::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.Inner_banner_video .video .phone {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}
@media screen and (max-width: 1200px) {
  .Inner_banner_video .video .phone {
    display: block;
  }
}
.Inner_banner_video .video .phone .img {
  width: 100%;
  height: 100%;
  display: none;
}
.Inner_banner_video .video .phone .img img {
  width: 100%;
  height: 100%;
}
.Inner_banner_video .video .phone .play {
  position: absolute;
  z-index: 3;
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  cursor: pointer;
}
.Inner_banner_video .video .phone .play svg {
  margin: auto;
}
.About_01 {
  --w: 9.1rem;
}
.About_01 .box .boxLeft {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.About_01 .box .boxLeft .title_01 {
  position: -webkit-sticky;
  position: sticky;
  top: calc(var(--nav_height) + 0.4rem);
}
.About_01 .box .boxRight {
  width: calc(100% - var(--w));
}
.About_01 .box .boxRight .con1 {
  font-size: var(--f22);
  color: #333;
  line-height: 1.8;
}
.About_01 .box .boxRight .con2 {
  margin-top: 1.7rem;
}
.About_01 .box .boxRight .con2 .list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.6rem 0.9rem;
}
.About_01 .box .boxRight .con2 .list .item .content1 div {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #22aa58;
}
.About_01 .box .boxRight .con2 .list .item .content1 div p {
  font-family: 'gilroy_Medium';
  font-size: 0.85rem;
  line-height: 1;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.About_01 .box .boxRight .con2 .list .item .content1 div em {
  font-size: 0.82rem;
  line-height: 1;
}
.About_01 .box .boxRight .con2 .list .item .content1 div .p1 {
  opacity: 0;
}
.About_01 .box .boxRight .con2 .list .item .content1 div .p2 {
  position: absolute;
  top: 0;
  left: 0;
}
.About_01 .box .boxRight .con2 .list .item .content2 {
  margin-top: 4px;
  font-size: var(--f20);
  font-weight: bold;
}
.About_01 .box1 {
  margin-top: -1rem;
}
.About_02 {
  --w: 9.1rem;
  overflow: hidden;
}
.About_02 .box .item {
  position: relative;
  margin-bottom: 0.2rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  cursor: default;
}
.About_02 .box .item .content0 {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: calc(100% - var(--w));
  overflow: hidden;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  opacity: 0;
  padding-right: 0.6rem;
}
.About_02 .box .item .content0 img {
  width: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.About_02 .box .item:last-child {
  margin-bottom: 0;
}
.About_02 .box .item .content1 {
  max-width: calc(var(--w) - 0.5rem);
  font-size: var(--f36);
  color: #999;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  height: 1.2em;
  max-height: 1.2em;
  line-height: 1.2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-justify: distribute-all-lines;
}
.About_02 .box .item .content2 {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  display: grid;
  grid-template-rows: 0fr;
  overflow: hidden;
  opacity: 0;
}
.About_02 .box .item .content2 > div {
  min-height: 0;
}
.About_02 .box .item .content2 .content3 {
  font-size: var(--f24);
  color: #333;
  height: 3.5em;
  max-height: 3.5em;
  line-height: 1.75;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-justify: distribute-all-lines;
  height: auto;
  max-width: calc(var(--w) - 0.5rem);
}
.About_02 .box .item .content2 .content4 {
  margin-top: 0.62rem;
}
.About_02 .box .item .content2 .content5 {
  margin-top: 0.6rem;
}
@media screen and (min-width: 1200px) {
  .About_02 .box .item.active {
    padding-top: 0.85rem;
  }
  .About_02 .box .item.active .content0 {
    opacity: 1;
  }
  .About_02 .box .item.active .content0:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
  .About_02 .box .item.active .content1 {
    color: #000;
  }
  .About_02 .box .item.active .content2 {
    padding: 0.28rem 0 0.7rem;
    grid-template-rows: 1fr;
    opacity: 1;
  }
}
.About_03 {
  --w: 9.1rem;
}
.About_03 .box {
  position: relative;
}
.About_03 .box .post {
  position: absolute;
  top: 0.36rem;
  right: 0;
  width: calc(100% - var(--w));
  z-index: 1;
}
.About_03 .box .post ul {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 0.5rem;
}
.About_03 .box .post ul li {
  font-size: var(--f36);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  cursor: pointer;
  margin-right: 0.6rem;
  line-height: 1;
}
.About_03 .box .post ul li:last-child {
  margin-right: 0;
}
.About_03 .box .post ul li:hover {
  color: #22aa58;
}
.About_03 .box .post ul .active {
  color: #22aa58;
}
.About_03 .box .main .list {
  display: none;
}
.About_03 .box .main .list.active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.About_03 .box .main .list .left {
  width: var(--w);
  padding-right: 1.6rem;
}
.About_03 .box .main .list .left p {
  overflow: hidden;
}
.About_03 .box .main .list .left p img {
  width: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.About_03 .box .main .list .right {
  width: calc(100% - var(--w));
  padding-top: 1.6rem;
}
.About_03 .box .main .list .right a {
  font-size: var(--f22);
  color: #999;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  margin-bottom: 0.1rem;
  display: block;
}
.About_03 .box .main .list .right a:last-child {
  margin-bottom: 0;
}
.About_03 .box .main .list .right a:hover {
  color: #000;
  padding-bottom: 0.3rem;
}
.About_04 .desc {
  font-size: var(--f22);
  color: #333;
  line-height: 1.8;
  max-width: 8.5rem;
  margin-top: 0.42rem;
}
.About_04 .box .swiper {
  padding: 0 var(--interval);
}
.About_04 .box .swiper .swiper-slide {
  width: 3.1rem;
}
.About_04 .box .swiper .swiper-slide img {
  width: 100%;
}
.About_05 .box .banner {
  overflow: hidden;
  width: 100%;
}
.About_05 .box .banner ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: marquee 10s linear infinite;
  animation: marquee 10s linear infinite;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.About_05 .box .banner ul li {
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  padding: 0 0.8rem;
  height: 0.86rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.About_05 .box .banner ul li img {
  max-height: 100%;
  margin: auto;
}
.About_05 .box .banner2 {
  margin-top: 0.9rem;
}
.About_05 .box .banner2 ul {
  animation-direction: reverse;
}
@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  100% {
    -webkit-transform: translate3d(-webkit-calc(-50%), 0, 0);
    transform: translate3d(calc(-50% - 0rem), 0, 0);
  }
}
@keyframes marquee {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  100% {
    -webkit-transform: translate3d(-webkit-calc(-50%), 0, 0);
    transform: translate3d(calc(-50% - 0rem), 0, 0);
  }
}
.Inner_banner {
  position: relative;
  overflow: hidden;
}
.Inner_banner picture img {
  width: 100%;
}
.Inner_banner .orientation {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.Inner_banner .orientation .content1 {
  font-family: 'gilroy_regular';
  font-size: var(--f60);
}
.Product_01 .width_ {
  width: var(--interval);
}
.Product_01 .box .banner .swiper-slide {
  width: 4.8rem;
  -webkit-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
  height: 7.1rem;
}
.Product_01 .box .banner .swiper-slide a {
  display: block;
}
.Product_01 .box .banner .swiper-slide a .content1 {
  position: relative;
}
.Product_01 .box .banner .swiper-slide a .content1 > img {
  width: 100%;
}
.Product_01 .box .banner .swiper-slide a .content1 p {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
.Product_01 .box .banner .swiper-slide a .content1 p img {
  margin: auto;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Product_01 .box .banner .swiper-slide a .content2 {
  font-family: 'gilroy_regular';
  font-size: var(--f22);
  color: #333;
  margin-top: 0.45rem;
}
.Product_01 .box .banner .swiper-slide a .content3 {
  font-size: var(--f24);
  color: #333;
  line-height: 1.2;
  height: 1.2em;
  font-weight: bold;
  margin: 0.2rem 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Product_01 .box .banner .swiper-slide a .content4 {
  font-size: var(--f16);
  color: #333;
  height: 3.5em;
  max-height: 3.5em;
  line-height: 1.75;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-justify: distribute-all-lines;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  opacity: 0;
}
.Product_01 .box .banner .swiper-slide a .content5 {
  margin-top: 0.4rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  opacity: 0;
}
.Product_01 .box .banner .swiper-slide a:hover .content1 p img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.Product_01 .box .banner .swiper-slide a:hover .content3 {
  color: #22aa58;
}
.Product_01 .box .banner .swiper-slide-active {
  width: 7.5rem;
}
.Product_01 .box .banner .swiper-slide-active a .content3 {
  -webkit-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.Product_01 .box .banner .swiper-slide-active a .content4,
.Product_01 .box .banner .swiper-slide-active a .content5 {
  opacity: 1;
  -webkit-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.Product_02 {
  --w: 9.1rem;
}
.Product_02 .box {
  position: relative;
  z-index: 1;
}
.Product_02 .box .boxLeft {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-right: 2.4rem;
}
.Product_02 .box .boxLeft .desc {
  font-size: var(--f16);
  color: #333;
  line-height: 1.8;
  margin-top: 0.46rem;
}
.Product_02 .box .boxRight {
  width: var(--w);
}
.Product_02 .box .boxRight > div {
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
  height: 3.6rem;
}
.Product_02 .box .boxRight .item {
  border-bottom: 1px solid #ccc;
  padding: 0.34rem 0;
  cursor: pointer;
  position: relative;
}
.Product_02 .box .boxRight .item:last-child {
  border-bottom: 0;
}
.Product_02 .box .boxRight .item .top {
  font-size: var(--f24);
  font-weight: bold;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Product_02 .box .boxRight .item .top .text {
  max-width: 80%;
}
.Product_02 .box .boxRight .item .top svg {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Product_02 .box .boxRight .item .top svg path {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Product_02 .box .boxRight .item .bot {
  display: grid;
  grid-template-rows: 0fr;
  overflow: hidden;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  opacity: 0;
}
.Product_02 .box .boxRight .item .bot div {
  font-size: var(--f16);
  color: #666;
  min-height: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Product_02 .box .boxRight .item:hover .top {
  color: #22aa58;
}
.Product_02 .box .boxRight .active .top svg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.Product_02 .box .boxRight .active .top svg path {
  fill: #22aa58;
}
.Product_02 .box .boxRight .active .bot {
  grid-template-rows: 1fr;
  opacity: 1;
}
.Product_02 .box .boxRight .active .bot > div {
  padding-top: 0.12rem;
}
.Product_02 .box1 {
  margin-top: -0.4rem;
}
.Product_03 {
  --w: 9.1rem;
}
.Product_03 .ri {
  width: var(--w);
}
.Product_03 .ri .desc {
  font-size: var(--f16);
  color: #333;
  line-height: 1.8;
}
.Product_03 .box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.5rem;
}
.Product_03 .box .item {
  background: #f6f7fa;
  padding: 0.5rem;
}
.Product_03 .box .item .content1 {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Product_03 .box .item .content1 p {
  width: 0.7rem;
  height: 0.7rem;
  border: 1px solid #a8a8a8;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.Product_03 .box .item .content1 p img {
  margin: auto;
  max-height: 0.4rem;
}
.Product_03 .box .item .content2 {
  font-size: var(--f24);
  font-weight: bold;
  margin-top: 0.74rem;
  padding-bottom: 0.25rem;
  border-bottom: 1px solid #ddd;
}
.Product_03 .box .item .content3 {
  margin-top: 0.25rem;
  font-size: var(--f16);
  color: #333;
  line-height: 1.8;
}
.Product_03 .box .item:hover .content1 {
  -webkit-transform: translateY(-0.1rem);
  -ms-transform: translateY(-0.1rem);
  transform: translateY(-0.1rem);
}
.Product_04 {
  --w: 9.1rem;
}
.Product_04 .box .boxLeft {
  width: var(--w);
  padding-right: 1rem;
  position: relative;
}
.Product_04 .box .boxLeft > img {
  width: 100%;
}
.Product_04 .box .boxLeft p {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 1200px) {
  .Product_04 .box .boxLeft p {
    padding-right: 1rem;
  }
}
.Product_04 .box .boxLeft p img {
  margin: auto;
}
.Product_04 .box .boxRight {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.Product_04 .box .boxRight .content1 {
  font-size: var(--f42);
  line-height: 1.2;
}
.Product_04 .box .boxRight .content2 {
  font-size: var(--f16);
  color: #333;
  line-height: 1.8;
  margin-top: 0.3rem;
}
.Product_04 .box .boxRight .content3 {
  margin-top: 0.35rem;
}
.desc_02 {
  max-width: 5.8rem;
  font-size: var(--f16);
  color: #333;
  line-height: 1.8;
  margin-top: 0.4rem;
}
.Product_05 {
  border-top: 1px solid #ddd;
  --w: 9.1rem;
}
.Product_05 .boxLeft {
  width: var(--w);
  padding-right: 1rem;
  position: relative;
}
.Product_05 .boxRight {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.Product_05 .boxRight .list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.6rem 0.9rem;
}
.Product_05 .boxRight .list .item .content1 {
  height: 0.5rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.Product_05 .boxRight .list .item .content1 img {
  max-height: 100%;
}
.Product_05 .boxRight .list .item .content2 {
  font-size: var(--f24);
  font-weight: bold;
  margin: 0.26rem 0;
}
.Product_05 .boxRight .list .item .content3 .scroll {
  font-size: var(--f16);
  color: #333;
  line-height: 1.8;
  color: #666;
}
@media screen and (min-width: 1200px) {
  .Product_05 .boxRight .list .item:hover .content1 {
    -webkit-transform: translateY(-0.1rem);
    -ms-transform: translateY(-0.1rem);
    transform: translateY(-0.1rem);
  }
}
.Product_05 .boxRight .list1 .item .content1 {
  height: 0.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.Product_05 .boxRight .list1 .item .content1 img {
  max-height: 100%;
}
.Product_05 .boxRight .list1 .item .content2 {
  font-size: var(--f24);
  font-weight: bold;
  margin: 0.2rem 0 0.1rem;
}
.Product_05 .boxRight .list1 .item .content3 .scroll {
  font-size: var(--f16);
  color: #333;
  line-height: 1.8;
  color: #666;
}
.Product_05 .boxRight .list1 .item .content4 {
  border-top: 1px solid #ddd;
  margin-top: 0.34rem;
  padding-top: 0.34rem;
}
.Product_05 .boxRight .list1 .item .content4 ul li {
  font-size: var(--f24);
  color: #999;
  margin-bottom: 0.08rem;
}
.Product_05 .boxRight .list2 .item {
  margin-bottom: 0.08rem;
}
.Product_05 .boxRight .list2 .item .top {
  cursor: pointer;
  display: grid;
  grid-template-rows: 1fr;
  overflow: hidden;
  transition: 0.4s;
}
.Product_05 .boxRight .list2 .item .top div {
  min-height: 0;
  font-size: var(--f24);
  color: #999;
  transition: 0.4s;
}
.Product_05 .boxRight .list2 .item .top:hover div {
  color: #22aa58;
}
.Product_05 .boxRight .list2 .item .bot {
  display: grid;
  grid-template-rows: 0fr;
  overflow: hidden;
  transition: 0.4s;
  opacity: 0;
}
.Product_05 .boxRight .list2 .item .bot > div {
  min-height: 0;
}
.Product_05 .boxRight .list2 .item .bot .content1 {
  height: 0.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 0.34rem;
}
.Product_05 .boxRight .list2 .item .bot .content1 img {
  max-height: 100%;
}
.Product_05 .boxRight .list2 .item .bot .content2 {
  font-size: var(--f24);
  font-weight: bold;
  margin: 0.2rem 0 0.1rem;
}
.Product_05 .boxRight .list2 .item .bot .content3 .scroll {
  font-size: var(--f16);
  color: #333;
  line-height: 1.8;
  color: #666;
}
.Product_05 .boxRight .list2 .item .bot .content4 {
  border-top: 1px solid #ddd;
  margin-top: 0.34rem;
  padding-top: 0.34rem;
}
.Product_05 .boxRight .list2 .item:nth-child(1) .bot .content1 {
  margin-top: 0;
}
.Product_05 .boxRight .list2 .item.active .top {
  grid-template-rows: 0fr;
}
.Product_05 .boxRight .list2 .item.active .bot {
  grid-template-rows: 1fr;
  opacity: 1;
}
.Application_01 {
  --w: 9.1rem;
}
.Application_01 .box .boxLeft {
  width: var(--w);
}
.Application_01 .box .boxLeft p {
  overflow: hidden;
}
.Application_01 .box .boxLeft p img {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Application_01 .box .boxRight {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 0.6rem;
}
.Application_01 .box .boxRight > div {
  height: 100%;
  border-top: 1px solid #999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.Application_01 .box .boxRight > div > div {
  width: 100%;
}
.Application_01 .box .boxRight > div > div .content1 {
  font-size: var(--f36);
  line-height: 1.2;
  color: #000;
  font-weight: bold;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Application_01 .box .boxRight > div > div .content2 {
  font-size: var(--f16);
  color: #333;
  margin-top: 0.3rem;
  height: 3.6em;
  max-height: 3.6em;
  line-height: 1.8;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-justify: distribute-all-lines;
}
.Application_01 .box .boxRight > div > div .content3 {
  margin-top: 0.35rem;
}
@media screen and (min-width: 1200px) {
  .Application_01 .box:hover .boxLeft p img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
  .Application_01 .box:hover .boxRight > div > div .content1 {
    color: #22aa58;
  }
  .Application_01 .box:hover .boxRight > div > div .content3 .button_02 .a .text {
    color: #22aa58;
  }
  .Application_01 .box:hover .boxRight > div > div .content3 .button_02 .a .btn svg {
    -webkit-animation: arrowRun 5s infinite;
    animation: arrowRun 5s infinite;
  }
}
.Application_02 {
  padding: 0.5rem 0;
}
.Application_02 .box .item {
  cursor: pointer;
  min-width: 2.1rem;
  color: #333;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.Application_02 .box .item > div {
  position: relative;
}
.Application_02 .box .item > div .click {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.Application_02 .box .item > div .click::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -0.5rem;
  width: 100%;
  height: 1px;
  background: #22aa58;
  opacity: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  z-index: 7;
}
.Application_02 .box .item > div .click .p1 {
  font-size: var(--f22);
  margin-right: 0.25rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Application_02 .box .item > div .click .p2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.Application_02 .box .item > div .click .p2 i {
  font-size: var(--f20);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Application_02 .box .item > div ul {
  position: absolute;
  top: -webkit-calc(100.5%);
  top: calc(100% + 0.5rem);
  left: 50%;
  min-width: 1.5rem;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: -webkit-calc(114%);
  width: calc(100% + 14px);
  border: 1px solid #ccc;
  padding: 0.15rem 0.1rem;
  background: #fff;
  z-index: 6;
  display: none;
}
.Application_02 .box .item > div ul li {
  cursor: pointer;
  font-size: var(--f18);
  color: #333;
  text-align: center;
  padding: 0.1rem 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Application_02 .box .item > div ul li.active {
  color: #22aa58;
}
.Application_02 .box .item > div ul li:hover {
  color: #22aa58;
}
.Application_02 .box .item > div:hover .p1 {
  color: #22aa58;
}
.Application_02 .box .item.active > div .click::after {
  opacity: 1;
}
.Application_02 .box .item.active > div .p1 {
  color: #22aa58;
}
.Application_02 .box .item.active > div .p2 i {
  color: #22aa58;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.Application_03 .box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.45rem 0.35rem;
}
.Application_03 .box .item {
  display: none;
}
.Application_03 .box .item a {
  display: block;
  padding: 0.4rem 0 0;
  border-top: 1px solid #ccc;
}
.Application_03 .box .item a figure {
  overflow: hidden;
}
.Application_03 .box .item a figure img {
  width: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Application_03 .box .item a figcaption {
  font-size: var(--f24);
  color: #000;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  margin-top: 0.35rem;
}
@media screen and (min-width: 1200px) {
  .Application_03 .box .item a:hover figure img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
  .Application_03 .box .item a:hover figcaption {
    color: #22aa58;
  }
}
.Application_04 {
  --w: 9.1rem;
}
.Application_04 .box .boxLeft {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.Application_04 .box .boxRight {
  width: var(--w);
}
.Application_04 .box .boxRight .list {
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
}
.Application_04 .box .boxRight .list a {
  display: block;
}
.Application_04 .box .boxRight .list .item {
  padding: 0.36rem 0;
  border-bottom: 1px solid #ccc;
}
.Application_04 .box .boxRight .list .item:last-child {
  border-bottom: 0;
}
.Application_04 .box .boxRight .list .item .boxTop {
  grid-template-rows: 1fr;
  display: grid;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  overflow: hidden;
  opacity: 1;
}
.Application_04 .box .boxRight .list .item .boxTop > div {
  min-height: 0;
}
.Application_04 .box .boxRight .list .item .boxTop > div .left {
  font-size: var(--f24);
  max-width: 80%;
  color: #000;
  font-weight: bold;
}
.Application_04 .box .boxRight .list .item .boxTop > div .right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.Application_04 .box .boxRight .list .item .boxBottom {
  display: grid;
  grid-template-rows: 0fr;
  overflow: hidden;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  opacity: 0;
}
.Application_04 .box .boxRight .list .item .boxBottom > div {
  min-height: 0;
  width: 100%;
}
.Application_04 .box .boxRight .list .item .boxBottom > div .left {
  width: 3rem;
  position: relative;
}
.Application_04 .box .boxRight .list .item .boxBottom > div .left > img {
  width: 100%;
}
.Application_04 .box .boxRight .list .item .boxBottom > div .left p {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.Application_04 .box .boxRight .list .item .boxBottom > div .left p img {
  margin: auto;
  max-width: 80%;
  max-height: 80%;
}
.Application_04 .box .boxRight .list .item .boxBottom > div .right {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0.35rem;
}
.Application_04 .box .boxRight .list .item .boxBottom > div .right > div {
  width: 100%;
}
.Application_04 .box .boxRight .list .item .boxBottom > div .right > div .content1 {
  font-size: var(--f24);
  font-weight: bold;
  color: #000;
}
.Application_04 .box .boxRight .list .item .boxBottom > div .right > div .content2 {
  margin-top: 0.12rem;
  font-size: var(--f16);
  color: #333;
  height: 3.6em;
  max-height: 3.6em;
  line-height: 1.8;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-justify: distribute-all-lines;
  color: #666;
}
.Application_04 .box .boxRight .list .item .boxBottom > div .right .svg {
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}
@media screen and (min-width: 1200px) {
  .Application_04 .box .boxRight .list .item.active .boxTop {
    grid-template-rows: 0fr;
    opacity: 0;
  }
  .Application_04 .box .boxRight .list .item.active .boxBottom {
    grid-template-rows: 1fr;
    opacity: 1;
  }
}
.Application_05 .box .list .item a {
  display: block;
  font-size: var(--f24);
  padding: 0.2rem 0 0.2rem 0.6rem;
  border-left: 1px solid #ddd;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Application_05 .box .list .item a .top {
  font-family: 'gilroy_regular';
  color: #b2b2b2;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Application_05 .box .list .item a .bot {
  margin-top: 0.15rem;
  color: #b2b2b2;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Application_05 .box .list .item a:hover {
  border-color: #999;
}
.Application_05 .box .list .item a:hover .top {
  color: #333;
}
.Application_05 .box .list .item a:hover .bot {
  color: #000;
}
@media screen and (min-width: 1200px) {
  .Application_05 .box .list .item:nth-child(1) {
    width: 6.8rem;
  }
  .Application_05 .box .list .item:nth-child(2) {
    width: 6rem;
  }
  .Application_05 .box .list .item:nth-child(3) {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
.Join_01 {
  --w: 9.1rem;
}
.Join_01 .box .boxLeft {
  width: var(--w);
}
.Join_01 .box .boxLeft .title_01 {
  position: -webkit-sticky;
  position: sticky;
  top: calc(var(--nav_height) + 0.4rem);
}
.Join_01 .box .boxRight {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.Join_01 .box .boxRight .list .item {
  margin-bottom: 0.4rem;
}
.Join_01 .box .boxRight .list .item:last-child {
  margin-bottom: 0;
}
.Join_01 .box .boxRight .list .item .content1 {
  font-size: var(--f24);
  font-weight: bold;
  margin-bottom: 0.25rem;
  padding-bottom: 0.25rem;
  border-bottom: 1px solid #ccc;
}
.Join_01 .box .boxRight .list .item .content2 {
  font-size: var(--f16);
  color: #333;
  line-height: 1.8;
  color: #666;
}
.Join_02 {
  --w: 9.1rem;
}
.Join_02 .desc_02 {
  max-width: 7.3rem;
}
.Join_02 .box .boxLeft {
  padding-right: 1rem;
  width: var(--w);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.Join_02 .box .boxLeft > div {
  width: 100%;
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
  height: 3.6rem;
}
.Join_02 .box .boxLeft .item {
  border-bottom: 1px solid #ccc;
  padding: 0.34rem 0;
  cursor: pointer;
  position: relative;
}
.Join_02 .box .boxLeft .item:last-child {
  border-bottom: 0;
}
.Join_02 .box .boxLeft .item .top {
  font-size: var(--f24);
  font-weight: bold;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Join_02 .box .boxLeft .item .top .text {
  max-width: 80%;
}
.Join_02 .box .boxLeft .item .top svg {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Join_02 .box .boxLeft .item .top svg path {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Join_02 .box .boxLeft .item .bot {
  display: grid;
  grid-template-rows: 0fr;
  overflow: hidden;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  opacity: 0;
}
.Join_02 .box .boxLeft .item .bot div {
  font-size: var(--f16);
  color: #666;
  min-height: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Join_02 .box .boxLeft .item .bot div div {
  display: none;
}
.Join_02 .box .boxLeft .item:hover .top {
  color: #22aa58;
}
.Join_02 .box .boxLeft .active .top svg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.Join_02 .box .boxLeft .active .top svg path {
  fill: #22aa58;
}
.Join_02 .box .boxLeft .active .bot {
  grid-template-rows: 1fr;
  opacity: 1;
}
.Join_02 .box .boxLeft .active .bot > div {
  padding-top: 0.12rem;
}
.Join_02 .box .boxRight {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
}
.Join_02 .box .boxRight p {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  opacity: 0;
}
.Join_02 .box .boxRight .active {
  position: initial;
  opacity: 1;
}
.Join_03 .box .banner .swiper .swiper-slide {
  width: 6.4rem;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
}
.Join_03 .box .banner .swiper .swiper-slide p {
  overflow: hidden;
}
.Join_03 .box .banner .swiper .swiper-slide p img {
  width: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Join_03 .box .banner .swiper .swiper-slide p:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.Join_04 .box {
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
}
.Join_04 .box .item {
  border-bottom: 1px solid #ccc;
}
.Join_04 .box .item:last-child {
  border-bottom: 0;
}
.Join_04 .box .item .boxTop {
  padding: 0.46rem 0;
  cursor: pointer;
}
.Join_04 .box .item .boxTop .content1 {
  font-size: var(--f42);
  font-weight: bold;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Join_04 .box .item .boxTop .content2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 9.8rem;
  padding-right: 0.3rem;
}
.Join_04 .box .item .boxTop .content2 p {
  font-size: var(--f20);
  padding-left: 40px;
  position: relative;
}
.Join_04 .box .item .boxTop .content2 p svg {
  position: absolute;
  top: 1px;
  left: 0;
}
.Join_04 .box .item .boxTop .content3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.Join_04 .box .item .boxTop .content3 svg {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Join_04 .box .item .boxTop .content3 svg path {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Join_04 .box .item .boxTop:hover .content1 {
  color: #22aa58;
}
.Join_04 .box .item .boxBot {
  padding-bottom: 0.55rem;
  display: none;
}
.Join_04 .box .item .boxBot .ite {
  margin-bottom: 0.3rem;
}
.Join_04 .box .item .boxBot .ite:last-child {
  margin-bottom: 0;
}
.Join_04 .box .item .boxBot .ite .h5 {
  font-size: var(--f24);
  font-weight: bold;
  margin-bottom: 0.3rem;
}
.Join_04 .box .item .boxBot .ite .desc {
  font-size: var(--f16);
  color: #333;
  line-height: 1.8;
}
.Join_04 .box .item.active .boxTop .content1 {
  color: #22aa58;
}
.Join_04 .box .item.active .boxTop .content3 svg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.Join_04 .box .item.active .boxTop .content3 svg path {
  fill: #22aa58;
}
.News_01 {
  --w: 9.1rem;
}
.News_01 .banner .swiper-slide .item .boxLeft {
  width: var(--w);
  padding-right: 0.9rem;
}
.News_01 .banner .swiper-slide .item .boxLeft > div {
  position: relative;
  overflow: hidden;
}
.News_01 .banner .swiper-slide .item .boxLeft > div img {
  width: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.News_01 .banner .swiper-slide .item .boxLeft > div .orientation {
  left: 0.4rem;
  top: 0.5rem;
  position: absolute;
  z-index: 1;
  font-family: 'gilroy_regular';
  font-size: var(--f16);
  color: #666;
  width: 1.8rem;
  background: rgba(255, 255, 255, 0.2);
  line-height: 0.55rem;
  text-align: center;
  border-radius: 0.3rem;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}
.News_01 .banner .swiper-slide .item .boxRight {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.News_01 .banner .swiper-slide .item .boxRight > div {
  width: 100%;
}
.News_01 .banner .swiper-slide .item .boxRight > div .content1 {
  font-family: 'gilroy_regular';
  font-size: var(--f22);
  color: #000;
}
.News_01 .banner .swiper-slide .item .boxRight > div .content2 {
  font-size: var(--f36);
  color: #000;
  font-weight: bold;
  height: 1.2em;
  max-height: 1.2em;
  line-height: 1.2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-justify: distribute-all-lines;
  margin: 0.2rem 0 0.25rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.News_01 .banner .swiper-slide .item .boxRight > div .content3 {
  font-size: var(--f16);
  color: #333;
  height: 5.4em;
  max-height: 5.4em;
  line-height: 1.8;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-justify: distribute-all-lines;
}
.News_01 .banner .swiper-slide .item .boxRight > div .content4 {
  margin-top: 0.4rem;
}
@media screen and (min-width: 1200px) {
  .News_01 .banner .swiper-slide .item:hover .boxLeft img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
  .News_01 .banner .swiper-slide .item:hover .boxRight .content2 {
    color: #22aa58;
  }
  .News_01 .banner .swiper-slide .item:hover .boxRight .content4 .button_02 .a .text {
    color: #22aa58;
  }
  .News_01 .banner .swiper-slide .item:hover .boxRight .content4 .button_02 .a .btn svg {
    -webkit-animation: arrowRun 5s infinite;
    animation: arrowRun 5s infinite;
  }
}
.News_01 .box {
  position: relative;
}
.News_01 .box > .orientation {
  bottom: 1.1rem;
  position: absolute;
  z-index: 2;
  right: 0;
}
.News_02 .box {
  padding: 0.6rem 0 0.35rem;
}
.News_02 .box p {
  margin-right: 0.8rem;
}
.News_02 .box p a {
  font-size: var(--f22);
  color: #000;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.News_02 .box p a:hover {
  color: #22aa58;
}
.News_02 .box .active a {
  color: #22aa58;
}
.News_03 {
  --w: 9.1rem;
}
.News_03 .box {
  border-bottom: 1px solid #ccc;
}
.News_03 .box .item {
  border-top: 1px solid #ccc;
}
.News_03 .box .item a .boxLeft {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-right: 0.9rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.News_03 .box .item a .boxLeft > div {
  width: 100%;
}
.News_03 .box .item a .boxLeft > div .content1 {
  font-size: var(--f22);
}
.News_03 .box .item a .boxLeft > div .content2 {
  font-size: var(--f36);
  height: 1.2em;
  max-height: 1.2em;
  line-height: 1.2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-justify: distribute-all-lines;
  margin-top: 0.18rem;
  margin-bottom: 0.3rem;
}
.News_03 .box .item a .boxLeft > div .content3 {
  font-size: var(--f16);
  height: 3.6em;
  max-height: 3.6em;
  line-height: 1.8;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-justify: distribute-all-lines;
}
@media screen and (min-width: 1200px) {
  .News_03 .box .item a .boxLeft > div .content1,
  .News_03 .box .item a .boxLeft > div .content2,
  .News_03 .box .item a .boxLeft > div .content3 {
    color: #999;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
  }
}
@media screen and (min-width: 1200px) {
  .News_03 .box .item a .boxLeft > div .content4 {
    display: grid;
    grid-template-rows: 0fr;
    overflow: hidden;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    opacity: 0;
  }
}
@media screen and (max-width: 1200px) {
  .News_03 .box .item a .boxLeft > div .content4 {
    margin-top: 0.4rem;
  }
}
.News_03 .box .item a .boxLeft > div .content4 .button_02 {
  min-height: 0;
}
.News_03 .box .item a .boxRight {
  width: calc(100% - var(--w));
}
.News_03 .box .item a .boxRight p {
  overflow: hidden;
}
@media screen and (min-width: 1200px) {
  .News_03 .box .item a .boxRight p {
    opacity: 0;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
  }
}
.News_03 .box .item a .boxRight p img {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (min-width: 1200px) {
  .News_03 .box .item a:hover .boxLeft .content1,
  .News_03 .box .item a:hover .boxLeft .content2,
  .News_03 .box .item a:hover .boxLeft .content3 {
    color: #000;
  }
  .News_03 .box .item a:hover .boxLeft .content4 {
    margin-top: 0.4rem;
    grid-template-rows: 1fr;
    opacity: 1;
  }
  .News_03 .box .item a:hover .boxRight p {
    opacity: 1;
  }
  .News_03 .box .item a:hover .boxRight p img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
}
.pu_page {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.pu_page a {
  font-family: 'gilroy_regular';
  font-size: var(--f22);
  color: #333;
  margin: 0 0.48rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.pu_page a.active {
  color: #22aa58;
}
.pu_page a:hover {
  color: #22aa58;
  opacity: 1 !important;
}
.pu_page .prev a,
.pu_page .next a {
  opacity: 0.3;
}
@media screen and (min-width: 1200px) {
  .News_04 .box {
    padding: 0 2.6rem;
  }
}
.News_04 .box .content1 {
  font-size: var(--f48);
  font-weight: bold;
  text-align: center;
}
.News_04 .box .content2 {
  font-size: var(--f20);
  color: #666;
  text-align: center;
  margin-top: 0.3rem;
}
.News_04 .box .content2 span {
  margin-left: 0.38rem;
}
.News_04 .box .content3 {
  background: #eee;
  height: 1px;
  margin: 0.46rem 0;
}
.News_04 .box .content4 {
  font-size: var(--f16);
  color: #333;
  line-height: 2;
}
.News_05 .News_03 .box {
  border-color: #999;
}
.News_05 .News_03 .box .item:first-child {
  border-color: #999;
}
.Contact_01 .text {
  font-size: var(--f24);
  line-height: 1.5;
  text-align: right;
}
.Contact_01 .box {
  margin-top: 1.2rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.5rem;
}
.Contact_01 .box .item {
  background: #f6f7fa;
  padding: 0.5rem;
}
.Contact_01 .box .item .content1 {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Contact_01 .box .item .content1 p {
  width: 0.8rem;
  height: 0.8rem;
  border: 1px solid #999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-radius: 50%;
}
.Contact_01 .box .item .content1 p svg {
  margin: auto;
}
.Contact_01 .box .item .content2 {
  font-size: var(--f32);
  line-height: 1.2;
  height: 2.4em;
  margin-top: 1.25rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.Contact_01 .box .item .content2 a {
  display: block;
  color: #22aa58;
  font-family: 'gilroy_regular';
}
.Contact_01 .box .item .content3 {
  font-size: var(--f24);
  color: #333;
  margin-top: 0.12rem;
}
.Contact_01 .box .item .content4 {
  margin: 0.25rem 0;
  background: #999;
  height: 1px;
}
.Contact_01 .box .item .content5 {
  font-size: var(--f16);
  color: #333;
  line-height: 1.8;
}
.Contact_01 .box .item:hover .content1 {
  -webkit-transform: translateY(-0.1rem);
  -ms-transform: translateY(-0.1rem);
  transform: translateY(-0.1rem);
}
.Contact_01 .box1 {
  margin-top: 0.8rem;
}
.Contact_01 .box1 img {
  width: 100%;
}
.Contact_02 {
  --w: 9.1rem;
}
.Contact_02 .box .boxLeft .desc {
  font-size: var(--f24);
  line-height: 1.5;
  color: #333;
  margin-top: 0.45rem;
}
.Contact_02 .box .boxRight {
  width: calc(100% - var(--w));
}
.Contact_02 .box .boxRight .main {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 0.3rem;
}
@media screen and (min-width: 1200px) {
  .Contact_02 .box .boxRight .main .div5 {
    grid-area: 3 / 1 / 4 / 3;
  }
}
.Contact_02 .box .boxRight .main .item {
  border-bottom: 1px solid #ccc;
  position: relative;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Contact_02 .box .boxRight .main .item:hover {
  border-color: #22aa58;
}
.Contact_02 .box .boxRight .main .item input {
  height: 0.75rem;
  display: block;
  width: 100%;
  border: 0;
  background: none;
  font-size: var(--f16);
  position: relative;
  z-index: 2;
}
.Contact_02 .box .boxRight .main .item input:not(:placeholder-shown) + p {
  opacity: 0;
}
.Contact_02 .box .boxRight .main .item p {
  font-size: var(--f16);
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #999;
}
.Contact_02 .box .boxRight .main .item p span {
  font-size: var(--f20);
  color: #22aa58;
  display: inline-block;
  -webkit-transform: translateY(4px);
  -ms-transform: translateY(4px);
  transform: translateY(4px);
}
.Contact_02 .box .boxRight .main1 {
  margin-top: 0.3rem;
}
.Contact_02 .box .boxRight .main1 .item {
  border-bottom: 1px solid #ccc;
  position: relative;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Contact_02 .box .boxRight .main1 .item:hover {
  border-color: #22aa58;
}
.Contact_02 .box .boxRight .main1 .item textarea {
  height: 2rem;
  display: block;
  width: 100%;
  border: 0;
  resize: none;
  background: none;
  font-size: var(--f16);
}
.Contact_02 .box .boxRight .main1 .item textarea:not(:placeholder-shown) + p {
  opacity: 0;
}
.Contact_02 .box .boxRight .main1 .item p {
  font-size: var(--f16);
  position: absolute;
  left: 0;
  top: -0.06rem;
  color: #999;
}
.Contact_02 .box .boxRight .main1 .item p span {
  font-size: var(--f20);
  color: #22aa58;
  display: inline-block;
  -webkit-transform: translateY(4px);
  -ms-transform: translateY(4px);
  transform: translateY(4px);
}
.Contact_02 .box .boxRight .main3 {
  font-size: var(--f16);
  margin-top: 0.35rem;
}
.Contact_02 .box .boxRight .main3 a {
  color: #22aa58;
}
.Contact_02 .box .boxRight .main3 p {
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid #161616;
  vertical-align: middle;
  transform: translateY(-2px);
  margin-right: 0.12rem;
  cursor: pointer;
  transition: 0.4s;
}
.Contact_02 .box .boxRight .main3 p::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #22aa58;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  transition: 0.4s;
  opacity: 0;
}
.Contact_02 .box .boxRight .main3 p.active::after {
  opacity: 1;
}
.Contact_02 .box .boxRight .main3 p:hover {
  border-color: #22aa58;
}
@media screen and (max-width: 1680px) {
  .Product_01 .box .banner .swiper-slide {
    height: 7.2rem;
  }
  .Product_05,
  .Contact_02 {
    --w: 8.5rem;
  }
  .News_01 .box > .orientation {
    bottom: 1rem;
  }
}
@media screen and (max-width: 1520px) {
  .Home_About,
  .About_01,
  .Product_05,
  .Contact_02,
  .Join_01,
  .Join_02,
  .News_03,
  .Home_Product,
  .Home_Industry,
  .About_02,
  .Product_02,
  .Application_01,
  .Product_04,
  .Application_04,
  .About_03,
  .Product_03,
  .News_01 {
    --w: 8.4rem;
  }
  .Home_About .box .boxLeft,
  .Home_Industry .box .item .boxBot .left,
  .Product_02 .box .boxLeft,
  .Application_04 .box .boxLeft,
  .About_03 .box .main .list .left {
    padding-right: 1.5rem;
  }
  .Product_01 .box .banner .swiper-slide-active {
    width: 7rem;
  }
  .desc_02 {
    max-width: 6.8rem;
  }
  .Join_04 .box .item .boxTop .content1 {
    font-size: var(--f40);
  }
  .News_04 .box {
    padding: 0 2rem;
  }
  .Home_Technology .box1 .orientation {
    width: 7.1rem;
  }
  .Home_About .box .boxRight .list .item .content1 div em,
  .About_01 .box .boxRight .con2 .list .item .content1 div em {
    font-size: 0.62rem;
  }
}
@media screen and (max-width: 1400px) {
  .Contact_01 .box .item .content1 p svg {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
  .Home_About,
  .About_01,
  .Product_05,
  .Contact_02,
  .Join_01,
  .Join_02,
  .News_03,
  .Home_Product,
  .Home_Industry,
  .About_02,
  .Product_02,
  .Application_01,
  .Product_04,
  .Application_04,
  .About_03,
  .Product_03,
  .News_01 {
    --w: 8.2rem;
  }
  .Footer_Container .box .boxRight {
    width: 51%;
  }
  .Home_About .box1 p {
    font-size: 2.86rem;
  }
}
@media screen and (max-width: 1281px) {
  .Join_02 .box .boxLeft > div {
    height: auto;
  }
  .Home_About .box .boxRight .list .item .content1 div p,
  .About_01 .box .boxRight .con2 .list .item .content1 div p {
    font-size: 0.68rem;
  }
  .Home_About,
  .About_01,
  .Product_05,
  .Contact_02,
  .Join_01,
  .Join_02,
  .News_03,
  .Home_Product,
  .Home_Industry,
  .About_02,
  .Product_02,
  .Application_01,
  .Product_04,
  .Application_04,
  .About_03,
  .Product_03,
  .News_01 {
    --w: 8rem;
  }
  .Application_02 .box .item > div ul {
    min-width: 1.7rem;
  }
  .News_01 .box > .orientation {
    bottom: 0.7rem;
  }
}
@media screen and (max-width: 1200px) {
  .Header_Container {
    display: none;
  }
  .MobileMain .HeaderMobile .box .logo a img {
    height: 40px;
  }
  .Home_About .box .boxLeft,
  .Home_Industry .box .item .boxBot .left,
  .Product_02 .box .boxLeft,
  .Application_04 .box .boxLeft,
  .About_03 .box .main .list .left {
    padding-right: 0;
  }
  .Home_About .box1 p {
    font-size: 2rem;
  }
  .Home_About .box1 {
    margin-top: 1rem;
  }
  .Home_Product .box .item .content2,
  .About_02 .box .item .content2 {
    grid-template-rows: 1fr;
    padding: 0.28rem 0 0rem;
  }
  .Home_Product .box .item,
  .About_02 .box .item {
    margin-bottom: 0.5rem;
  }
  .Home_Product .box .item .content2 .content4 {
    margin-top: 0.4rem;
  }
  .Home_Product .box .item .content1 {
    font-size: var(--f32);
  }
  .Home_Product .box .item .content2 .content3,
  .About_02 .box .item .content2 .content3 {
    font-size: var(--f18);
    height: auto;
    max-height: inherit;
    -webkit-line-clamp: inherit;
    max-width: 100%;
  }
  .Home_Product .box .item .content0,
  .About_02 .box .item .content0 {
    opacity: 1;
    width: 100%;
    padding-right: 0;
    position: inherit;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    margin-bottom: 0.5rem;
  }
  .Home_Industry .box .item .boxBot .left {
    padding-right: 0.6rem;
  }
  .Home_Industry .box .item .boxBot .right {
    width: 45%;
    padding-right: 0.6rem;
  }
  .Home_Banner .banner .swiper-slide .orientation .content1 {
    font-size: 0.54rem;
  }
  .Home_News .banner_page {
    display: none;
  }
  .Footer_Container .box .boxRight .content1 {
    display: none;
  }
  .Footer_Container .box .boxRight .content2 {
    margin-top: 0;
  }
  .Footer_Container .box .boxRight .content3 {
    margin-top: 0.6rem;
  }
  .Footer_Container .box .boxRight {
    width: 60%;
  }
  .Footer_Container .box .boxLeft img {
    height: 40px;
  }
  .About_01 .box .boxRight .con2 {
    margin-top: 0.8rem;
  }
  .About_03 .box .post {
    position: initial;
    width: 100%;
  }
  .About_03 .box .main .list {
    margin-top: 0.7rem;
  }
  .About_03 .box .main .list .left {
    width: 46%;
  }
  .About_03 .box .main .list .right {
    width: 50%;
    padding-top: 0;
  }
  .About_03 .box .main .list .right a {
    font-size: var(--f22);
  }
  .About_04 .desc {
    max-width: 100%;
    margin-top: 0.4rem;
  }
  .Product_01 .box .banner .swiper-slide-active {
    width: 60vw;
  }
  .Product_02 .box1 {
    margin-top: -10px;
  }
  .Product_03 .ri,
  .Product_03 .box .item .content2 {
    width: 100%;
    margin-top: 0.4rem;
  }
  .Product_03 .box {
    gap: 0.2rem;
  }
  .Product_03 .box .item {
    padding: 0.3rem;
  }
  .Product_03 .box .item .content1 p img {
    max-height: 0.3rem;
  }
  .desc_02 {
    max-width: 100%;
  }
  .Application_01 .box .boxRight > div {
    border: 0;
  }
  .Application_03 .box {
    grid-template-columns: repeat(2, 1fr);
  }
  .Application_02 {
    margin-top: 0.3rem;
  }
  .Application_04 .box .boxRight .list .item .boxBottom {
    grid-template-rows: 1fr;
    opacity: 1;
  }
  .Application_04 .box .boxRight .list .item .boxTop,
  .Application_04 .box .boxRight .list .item .boxBottom > div .right .svg {
    display: none;
  }
  .Application_05 .box .list .item {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .Application_05 .box .list .item a {
    padding: 0.2rem;
  }
  .Join_02 .box .boxRight {
    display: none;
  }
  .Join_02 .box .boxLeft .item .bot div div {
    display: block;
    margin-top: 0.2rem;
  }
  .Join_02 .box .boxLeft > div {
    height: auto;
  }
  .Join_04 .box .item .boxTop .content2 {
    width: 60%;
  }
  .Join_04 .box .item .boxTop .content1 {
    font-size: var(--f28);
  }
  .News_01 .box > .orientation {
    position: inherit;
    bottom: 0;
    margin-top: 0.4rem;
  }
  .News_01 .box > .orientation .banner_btn_01 .button {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .News_01 .banner .swiper-slide .item .boxRight > div .content2,
  .News_03 .box .item a .boxLeft > div .content2,
  .News_04 .box .content1 {
    font-size: var(--f28);
  }
  .News_02 .box {
    padding: 0.8rem 0 0.35rem;
  }
  .News_03 .box .item a .boxRight {
    width: 50%;
  }
  .News_03 .box .item a .boxLeft > div .content4 {
    margin-top: 0.2rem;
  }
  .News_03 .box .item {
    padding: 0.3rem 0;
  }
  .News_03 .box .item a .boxLeft > div .content2 {
    margin-top: 0.12rem;
    margin-bottom: 0.2rem;
  }
  .pu_page .number {
    display: none;
  }
  .News_04 .box {
    padding: 0;
  }
  .Contact_01 .box {
    grid-template-columns: repeat(1, 1fr);
    gap: 0.3rem;
  }
  .Contact_01 .box .item .content2,
  .Contact_01 .box {
    margin-top: 0.6rem;
  }
  .Contact_01 .box .item .content2,
  .Home_Product .box .item .content1,
  .About_02 .box .item .content1,
  .Product_04 .box .boxRight .content1 {
    font-size: var(--f28);
  }
  .Contact_01 .text {
    font-size: var(--f18);
    width: 100%;
    text-align: left;
    margin-top: 0.3rem;
  }
  .Home_Industry .wMain.pt,
  .About_03 .wMain.pt,
  .Application_05 .wMain.pt,
  .Join_03 .wMain.pt {
    padding-top: 0rem;
  }
  .Home_About .box .boxLeft,
  .Home_Technology .box .boxLeft,
  .About_01 .box .boxLeft,
  .Product_02 .box .boxLeft,
  .Product_04 .box .boxLeft,
  .Product_05 .boxLeft,
  .Application_01 .box .boxLeft,
  .Application_04 .box .boxLeft,
  .Join_01 .box .boxLeft,
  .Join_02 .box .boxLeft,
  .News_01 .banner .swiper-slide .item .boxLeft,
  .Contact_02 .box .boxLeft {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
  .Home_About .box .boxRight,
  .Home_Technology .box .boxRight,
  .About_01 .box .boxRight,
  .Product_02 .box .boxRight,
  .Product_04 .box .boxRight,
  .Product_05 .boxRight,
  .Application_01 .box .boxRight,
  .Application_04 .box .boxRight,
  .Join_01 .box .boxRight,
  .Join_02 .box .boxRight,
  .News_01 .banner .swiper-slide .item .boxRight,
  .Contact_02 .box .boxRight {
    -webkit-box-flex: 1;
    -webkit-flex: 1 100%;
    -ms-flex: 1 100%;
    flex: 1 100%;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    margin-top: 0.6rem;
  }
  .button_01 .a {
    min-width: 2.35rem;
  }
  .Product_02 .box .boxRight > div {
    height: auto;
  }
}
@media screen and (max-width: 699px) {
  .MobileMain .HeaderMobile .box .logo a img {
    height: 38px;
  }
  .Home_Technology .box1 .orientation {
    width: 88%;
  }
  .Home_Technology .box1 .img img {
    min-height: 6rem;
  }
  .Home_Technology .box1 .orientation .content2 {
    line-height: 1.6;
  }
  .MobileMain .HeaderMobile .box .button .search p svg,
  .Join_02 .box .boxLeft .item .top .svg {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
  .button_01 .a {
    line-height: 44px;
  }
  .Home_About .box .boxRight .list {
    grid-template-columns: repeat(1, 1fr);
  }
  .Home_About .box .boxRight .list .item .content2 {
    margin-top: 8px;
  }
  .Home_About .box1 p {
    font-size: 1.5rem;
  }
  .Home_News .box .banner .swiper .swiper-slide {
    width: 90vw;
  }
  .Home_Industry .box .item .boxBot .left {
    padding-right: 0;
    width: 100%;
  }
  .Home_Industry .box .item .boxBot .right {
    width: 100%;
    margin-top: 0.3rem;
    padding-right: 0;
  }
  .Home_Industry .box .item .boxBot .right .btn {
    display: none;
  }
  .Footer_Container .box .boxLeft {
    display: none;
  }
  .Footer_Container .box .boxRight {
    width: 100%;
  }
  .Home_News .box .banner .swiper .swiper-slide .item a .orientation1 {
    font-size: var(--f22);
  }
  .Home_News .wMain.pt {
    padding-top: 0;
  }
  .Home_News .box .banner .swiper .swiper-slide .item a .orientation {
    width: 2rem;
    line-height: 0.64rem;
    border-radius: 0.4rem;
  }
  .Inner_banner_video .video .phone .play {
    width: 1.1rem;
    height: 1.1rem;
  }
  .Inner_banner_video .video .phone .play svg {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
  .Home_Banner .banner .swiper-slide .orientation .content1 {
    font-size: 0.44rem;
  }
  .About_01 .box1 {
    margin-top: -0.1rem;
  }
  .About_03 .box .main .list .left {
    width: 100%;
  }
  .About_03 .box .main .list .right {
    width: 100%;
    margin-top: 0.4rem;
  }
  .About_04 .box .swiper .swiper-slide {
    width: 60vw;
  }
  .About_05 .box .banner ul li {
    padding: 0 0.4rem;
  }
  .Product_01 .box .banner .swiper-slide {
    width: 90vw;
  }
  .Product_01 .box .banner .swiper-slide-active {
    width: 90vw;
  }
  .Product_01 .box .banner .swiper-slide {
    height: auto;
  }
  .Product_01 .box .banner .swiper-slide a .content4,
  .Product_01 .box .banner .swiper-slide a .content5 {
    opacity: 1;
  }
  .Product_02 .box .boxRight .item .top svg {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
  .Product_03 .box,
  .Product_05 .boxRight .list {
    grid-template-columns: repeat(1, 1fr);
  }
  .Product_05 .boxRight .list .item .content1,
  .Product_05 .boxRight .list1 .item .content1 {
    height: 0.7rem;
  }
  .Product_05 .boxRight .list .item .content1 img,
  .Product_05 .boxRight .list1 .item .content1 img {
    height: 100%;
  }
  .Product_05 .boxRight .list1 .item .content4 ul li {
    font-size: var(--f20);
  }
  .Inner_banner picture img {
    min-height: 4rem;
  }
  .button_02 .a .btn {
    margin-left: 0.3rem;
  }
  .Application_03 .box {
    grid-template-columns: repeat(1, 1fr);
  }
  .Application_04 .box .boxRight .list .item .boxBottom > div .left {
    width: 100%;
  }
  .Application_04 .box .boxRight .list .item .boxBottom > div .right {
    width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1 100%;
    -ms-flex: 1 100%;
    flex: 1 100%;
    padding-left: 0;
    margin-top: 0.3rem;
  }
  .Application_04 .box .boxRight .list .item {
    padding: 0.45rem 0;
  }
  .Application_05 .box .list .item {
    -webkit-box-flex: 1;
    -webkit-flex: 1 100%;
    -ms-flex: 1 100%;
    flex: 1 100%;
    padding: 0.2rem 0;
  }
  .Join_04 .box .item .boxTop .content3 svg,
  .Join_04 .box .item .boxTop .content2 p svg {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
  .Join_04 .box .item .boxTop .content1 {
    font-size: var(--f22);
  }
  .Join_04 .box .item .boxTop .content3 {
    -webkit-box-align: initial;
    -webkit-align-items: initial;
    -ms-flex-align: initial;
    align-items: initial;
  }
  .banner_btn_01 .button div {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }
  .News_02 .box {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
  .News_02 .box p {
    margin-right: 0;
  }
  .News_03 .box .item a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-flow: column-reverse;
    -ms-flex-flow: column-reverse;
    flex-flow: column-reverse;
  }
  .News_03 .box .item a .boxLeft {
    padding-right: 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1 100%;
    -ms-flex: 1 100%;
    flex: 1 100%;
    margin-top: 0.4rem;
  }
  .News_03 .box .item a .boxRight {
    width: 100%;
  }
  .News_03 .box .item {
    padding: 0.5rem 0;
  }
  .Contact_01 .box .item .content1 p {
    width: 1rem;
    height: 1rem;
  }
  .Contact_02 .box .boxRight .main {
    grid-template-columns: repeat(1, 1fr);
  }
  .Contact_02 .box .boxRight .main .item input {
    height: 1rem;
  }
  .button_02 .a .text {
    font-size: var(--f18);
  }
}


.About_Info .h6 {
    font-size: var(--f42);
    margin-top: .12rem;
}

.About_Info .box {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: .58rem .68rem;
}

.About_Info .box .item figure {
    overflow: hidden;
}

.About_Info .box .item figure img {
    width: 100%;
    transition: .4s;
}

.About_Info .box .item figcaption {
    font-size: var(--f20);
    color: #666;
    text-align: center;
    margin-top: .25rem;
    transition: .4s;
}

.About_Info .box .item:hover figure img {
    transform: scale(1.05);
}

.About_Info .box .item:hover figcaption {
    color: var(--color);
}

@media screen and (max-width: 1200px) {
    .About_Info .box {
        grid-template-columns: repeat(3, 1fr);
        gap: 0.4rem;
    }
}

@media screen and (max-width: 699px) {
    .About_Info .box {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.4rem 0.2rem;
    }

    .About_Info .box .item figcaption {
        font-size: var(--f16);
    }
}
/*# sourceMappingURL=./style.css.map */