:root {
  --swiper-theme-color: #5092a3;
}
body {
  --www: 1.5rem;
  --interval: var(--www);
  --nav_height: 1.1rem;
  --color: #5092a3;
  --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;
    --interval: 1.2rem;
  }
}
@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);
}
body::-webkit-scrollbar {
  width: 4px;
  height: 2px;
}
body::-webkit-scrollbar-thumb {
  background: #5092a3;
}
body::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1);
}
@-moz-document url-prefix() {
  body {
    scrollbar-color: #5092a3 rgba(0, 0, 0, 0.1);
    scrollbar-width: thin;
  }
}
/** 纵向滚动条样式 */
.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;
  width: 100%;
}
@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: #f7f7fa;
}
.pt {
  padding-top: 0.94rem;
}
.pb {
  padding-bottom: 0.94rem;
}
.mt {
  margin-top: 0.68rem;
}
.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: #f7f7fa;
}
.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: #5092a3;
  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: #5092a3;
}
.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: #5092a3;
}
.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: #5092a3;
}
.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: #5092a3;
}
.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: #5092a3;
}
.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: #5092a3;
}
.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: #5092a3;
}
.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: #5092a3;
}
.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 #5092a3;
}
.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: #5092a3;
  color: #fff;
  font-size: var(--f16);
  cursor: pointer;
  border: 0;
}
.Header_Container {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 80;
  width: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Header_Container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  z-index: -1;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0)));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
}
.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 img {
  height: 0.74rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Header_Container .box .logo a .img2 {
  position: absolute;
  top: 0;
  left: 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.25rem;
}
.Header_Container .box nav .item > p a {
  font-size: var(--f20);
  color: #fff;
  line-height: var(--nav_height);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  position: relative;
}
.Header_Container .box nav .item > p a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0.2rem;
  height: 2px;
  background: #fff;
  width: 100%;
  opacity: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Header_Container .box nav .item.active > p a {
  font-family: 'MontserratM';
}
.Header_Container .box nav .item.active > p a::after {
  opacity: 1;
}
.Header_Container .box .button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.Header_Container .box .button .language {
  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 .button .language a {
  color: #fff;
  font-size: var(--f20);
  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;
}
.Header_Container .box .button .language a svg {
  margin-right: 10px;
  -webkit-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  transform: translateY(-1px);
}
.Header_Container .box .button .language a svg path {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Header_Container .box .button .lxwm {
  margin-left: 0.36rem;
  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 .button .lxwm a {
  font-size: var(--f16);
  text-transform: uppercase;
  border: 2px solid #fff;
  color: #fff;
  display: block;
  padding: 0 0.3rem;
  line-height: 0.45rem;
  border-radius: 0.3rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Header_Container .box .button .lxwm a:hover {
  background: #5092a3;
  color: #fff;
  border-color: #5092a3;
}
.Header_Container.active,
.Header_Container.on,
.Header_Container.sticky {
  background: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.07);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.07);
}
.Header_Container.active::before,
.Header_Container.on::before,
.Header_Container.sticky::before {
  opacity: 0;
}
.Header_Container.active .box .logo a .img1,
.Header_Container.on .box .logo a .img1,
.Header_Container.sticky .box .logo a .img1 {
  opacity: 0;
}
.Header_Container.active .box .logo a .img2,
.Header_Container.on .box .logo a .img2,
.Header_Container.sticky .box .logo a .img2 {
  opacity: 1;
}
.Header_Container.active .box nav .item > p a,
.Header_Container.on .box nav .item > p a,
.Header_Container.sticky .box nav .item > p a {
  color: #000;
}
.Header_Container.active .box nav .item.active > p a::after,
.Header_Container.on .box nav .item.active > p a::after,
.Header_Container.sticky .box nav .item.active > p a::after {
  background: #5092a3;
}
.Header_Container.active .box nav .item:hover > p a,
.Header_Container.on .box nav .item:hover > p a,
.Header_Container.sticky .box nav .item:hover > p a {
  color: #5092a3;
}
.Header_Container.active .box .button .language a,
.Header_Container.on .box .button .language a,
.Header_Container.sticky .box .button .language a {
  color: #000;
}
.Header_Container.active .box .button .language a svg path,
.Header_Container.on .box .button .language a svg path,
.Header_Container.sticky .box .button .language a svg path {
  fill: #000;
}
.Header_Container.active .box .button .lxwm a,
.Header_Container.on .box .button .lxwm a,
.Header_Container.sticky .box .button .lxwm a {
  background: #5092a3;
}
.Header_Container.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}
.bg_mask {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.35);
  top: 0;
  left: 0;
  z-index: 70;
  visibility: hidden;
  opacity: 0;
}
.bg_mask.active {
  opacity: 1;
  visibility: inherit;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Select_01 {
  position: absolute;
  left: 0;
  width: 100%;
  background: #fff;
  min-height: 0.5rem;
  padding: 0.5rem 0 0.9rem;
  max-height: calc(100vh - var(--nav_height));
  overflow: auto;
  overflow-x: hidden;
  overflow-y: auto;
  padding-right: 0.1rem;
  visibility: hidden;
  opacity: 0;
  
}
.Select_01::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}
.Select_01::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #5092a3;
}
.Select_01::-webkit-scrollbar-track {
  border-radius: 2px;
  background: rgba(0, 0, 0, 0.1);
}
@-moz-document url-prefix() {
  .Select_01 {
    scrollbar-color: #5092a3 rgba(0, 0, 0, 0.1);
    scrollbar-width: thin;
  }
}
.Select_01 .box_ .h5 {
  font-size: var(--f30);
  font-family: 'MontserratB';
}
.Select_01 .box_ .list {
  margin-top: 0.36rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.2rem;
}
.Select_01 .box_ .list .ite a {
  display: block;
  background: #f7f7fa;
  padding: 0 0.25rem 0.3rem;
  border-radius: 10px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Select_01 .box_ .list .ite a .content1 {
  text-align: center;
  position: relative;
}
.Select_01 .box_ .list .ite a .content1 img {
  transition: 0.4s;
}
.Select_01 .box_ .list .ite a .content1 .img2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  opacity: 0;
}
.Select_01 .box_ .list .ite a .content2 {
  font-family: 'MontserratSb';
  font-size: var(--f24);
  color: #000;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Select_01 .box_ .list .ite a .content3 {
  font-size: var(--f16);
  color: #5092a3;
  text-transform: uppercase;
  margin-top: 0.2rem;
}
.Select_01 .box_ .list .ite a:hover {
  -webkit-box-shadow: 0px 3px 18px 0px rgba(0, 0, 0, 0.04);
  box-shadow: 0px 3px 18px 0px rgba(0, 0, 0, 0.04);
  background: #fff;
}
.Select_01 .box_ .list .ite a:hover .content1 .img1 {
  opacity: 0;
}
.Select_01 .box_ .list .ite a:hover .content1 .img2 {
  opacity: 1;
}
.Select_01 .box_ .list .ite a:hover .content2 {
  color: #5092a3;
}
.Select_01.active {
  opacity: 1;
  visibility: visible;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Select_02 {
  position: absolute;
  left: 0;
  width: 100%;
  background: #fff;
  min-height: 0.5rem;
  padding: 0.5rem 0 0.9rem;
  max-height: calc(100vh - var(--nav_height));
  overflow: auto;
  overflow-x: hidden;
  overflow-y: auto;
  padding-right: 0.1rem;
  visibility: hidden;
  opacity: 0;
}
.Select_02::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}
.Select_02::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #5092a3;
}
.Select_02::-webkit-scrollbar-track {
  border-radius: 2px;
  background: rgba(0, 0, 0, 0.1);
}
@-moz-document url-prefix() {
  .Select_02 {
    scrollbar-color: #5092a3 rgba(0, 0, 0, 0.1);
    scrollbar-width: thin;
  }
}
.Select_02 .box_ .h5 {
  font-size: var(--f30);
  font-family: 'MontserratB';
}
.Select_02 .box_ .list {
  margin-top: 0.36rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.2rem;
}
.Select_02 .box_ .list .ite {
  display: block;
}
.Select_02 .box_ .list .ite .content1 {
  overflow: hidden;
  border-radius: 10px;
}
.Select_02 .box_ .list .ite .content1 img {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  width: 100%;
}
.Select_02 .box_ .list .ite .content2 {
  font-family: 'MontserratSb';
  font-size: var(--f24);
  color: #000;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  margin-top: 0.16rem;
}
.Select_02 .box_ .list .ite:hover .content1 img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.Select_02 .box_ .list .ite:hover .content2 {
  color: #5092a3;
}
.Select_02.active {
  opacity: 1;
  visibility: inherit;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Select_03 {
  position: absolute;
  left: 0;
  width: 100%;
  background: #fff;
  padding: 0.5rem 0rem;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.07);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.07);
  visibility: hidden;
  opacity: 0;
}
.Select_03 .box_ p {
  margin: 0 0.2rem;
}
.Select_03 .box_ p a {
  font-family: 'MontserratSb';
  font-size: var(--f18);
  color: #000;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Select_03 .box_ p a:hover {
  color: #5092a3;
}
.Select_03 .box_ p.active a {
  color: #5092a3;
}
.Select_03.active {
  opacity: 1;
  visibility: inherit;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.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%;
  border: 2px solid #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.Home_Banner .banner .video .phone .play svg {
  margin: auto;
}
@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 {
  color: #fff;
}
@media screen and (min-width: 1200px) {

    .Home_Banner .banner .swiper-slide .orientation .content1{
        width: 60%;
    }

}

.Home_Banner .banner .swiper-slide .orientation .content2 {
  font-size: var(--f24);
  color: #fff;
  margin-top: 0.3rem;
}
.Home_Banner .banner .swiper-slide .orientation .content3 {
  margin-top: 0.4rem;
}
.Home_Banner .page {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0.64rem;
  z-index: 2;
}
.Home_Banner .page div {
  line-height: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.Home_Banner .page div span {
  background: #fff;
  opacity: 0.5;
  width: .12rem;
  height: .12rem;
  margin: 0 .08rem;;
  transition: .4s;
}
.Home_Banner .page div .swiper-pagination-bullet-active {
  opacity: 1;
}
.f48 {
  font-size: var(--f48);
  font-family: 'MontserratB';
  color: #000;
  line-height: 1.25;
}
.f32 {
  font-size: var(--f32);
  font-family: 'MontserratB';
  color: #000;
  line-height: 1.25;
}
.Link_01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.Link_01 .a {
  font-size: var(--f16);
  color: #fff;
  background: #5092a3;
  line-height: 0.45rem;
  padding: 0 0.32rem;
  border-radius: 0.3rem;
  cursor: pointer;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (min-width: 1200px) {
  .Link_01 .a:hover {
    -webkit-box-shadow: 0px 0px 10px rgba(80, 146, 163, 0.5);
    box-shadow: 0px 0px 10px rgba(80, 146, 163, 0.5);
  }
}
@media screen and (max-width: 1200px) {
  .Link_01 .a {
    line-height: 0.55rem;
  }
}
@media screen and (max-width: 699px) {
  .Link_01 .a {
    line-height: 0.75rem;
    border-radius: 0.4rem;
  }
}
.Link_02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.Link_02 .a {
  font-size: var(--f16);
  color: #5092a3;
  border: 2px solid #5092a3;
  line-height: 0.45rem;
  padding: 0 0.32rem;
  border-radius: 0.3rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  cursor: pointer;
}
@media screen and (min-width: 1200px) {
  .Link_02 .a:hover {
    background: #5092a3;
    color: #fff;
  }
}
@media screen and (max-width: 1200px) {
  .Link_02 .a {
    line-height: 0.55rem;
  }
}
@media screen and (max-width: 699px) {
  .Link_02 .a {
    line-height: 0.75rem;
    border-radius: 0.4rem;
  }
}
.Link_03 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.Link_03 .a {
  font-size: var(--f16);
  color: #fff;
  border: 2px solid #fff;
  line-height: 0.45rem;
  padding: 0 0.32rem;
  border-radius: 0.3rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  cursor: pointer;
}
@media screen and (min-width: 1200px) {
  .Link_03 .a:hover {
    background: #5092a3;
    color: #fff;
    border-color: #5092a3;
  }
}
@media screen and (max-width: 1200px) {
  .Link_03 .a {
    line-height: 0.55rem;
  }
}
@media screen and (max-width: 699px) {
  .Link_03 .a {
    line-height: 0.75rem;
    border-radius: 0.4rem;
  }
}
.Link_04 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.Link_04 .a {
  font-size: var(--f16);
  color: #5092a3;
  background: #fff;
  line-height: 0.45rem;
  padding: 0 0.32rem;
  border-radius: 0.3rem;
  cursor: pointer;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (min-width: 1200px) {
  .Link_04 .a:hover {
    -webkit-box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.5);
    box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.5);
  }
}
@media screen and (max-width: 1200px) {
  .Link_04 .a {
    line-height: 0.55rem;
  }
}
@media screen and (max-width: 699px) {
  .Link_04 .a {
    line-height: 0.75rem;
    border-radius: 0.4rem;
  }
}
.desc_01 {
  font-size: var(--f20);
  color: #333;
  line-height: 1.8;
}
@media screen and (max-width: 1200px) {
  .desc_01 {
    line-height: 1.6;
  }
}
.desc_02 {
  font-size: var(--f18);
  color: #333;
  line-height: 1.8;
}
.Home_About .box .boxLeft {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.Home_About .box .boxLeft .content2 {
  margin-top: 0.56rem;
}
.Home_About .box .boxRight {
  width: 9.6rem;
}
.Home_Four {
  min-height: 1rem;
  background: url(../images/img1.jpg) no-repeat 50% 50% / cover;
}
.Home_Four .box {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.Home_Four .box .item {
  padding: 0 0.5rem;
}
.Home_Four .box .item .content1 {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Home_Four .box .item .content1 img {
  height: 35px;
}
.Home_Four .box .item .content2 {
  font-family: 'MontserratB';
  font-size: var(--f22);
  color: #fff;
  margin-top: 0.24rem;
  line-height: 1.7;
}
.Home_Four .box .item:hover .content1 {
  -webkit-transform: translateY(-0.1rem);
  -ms-transform: translateY(-0.1rem);
  transform: translateY(-0.1rem);
}
@media screen and (min-width: 1200px) {
  .Home_Product .box .swiper {
    padding: 15px;
    width: -webkit-calc(130%);
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-top: -15px;
  }
}
.Home_Product .box .swiper-slide .item {
  display: block;
  background: #f7f7fa;
  padding: 0 0.6rem 0.6rem;
  border-radius: 10px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Home_Product .box .swiper-slide .item .content1 {
  height: 4rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.Home_Product .box .swiper-slide .item .content1 img {
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Home_Product .box .swiper-slide .item .content1 .img2 {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
}
.Home_Product .box .swiper-slide .item .content2 {
  font-size: var(--f30);
  font-family: 'MontserratB';
  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;
  color: #000;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Home_Product .box .swiper-slide .item .content3 {
  font-size: var(--f18);
  color: #666;
  height: 5.1em;
  max-height: 5.1em;
  line-height: 1.7;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-justify: distribute-all-lines;
  margin-top: 0.25rem;
}
.Home_Product .box .swiper-slide .item .content4 {
  margin-top: 0.3rem;
}
@media screen and (min-width: 1200px) {
  .Home_Product .box .swiper-slide .item:hover {
    background: #fff;
    -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
  }
  .Home_Product .box .swiper-slide .item:hover .content1 .img1 {
    opacity: 0;
  }
  .Home_Product .box .swiper-slide .item:hover .content1 .img2 {
    opacity: 1;
  }
  .Home_Product .box .swiper-slide .item:hover .content4 .a {
    background: #5092a3;
    color: #fff;
  }
}
.progressbar .page {
  position: relative;
}
.progressbar .page div {
  height: 2px;
  background: #eee;
  margin-top: 0.4rem;
}
.Home_Solutions {
  background: #f7f7fa;
}
.Home_Solutions .desc {
  margin-top: 0.2rem;
}
.Home_Solutions .box {
  padding-left: var(--interval);
  --w1: 6.24rem;
  --w2: calc((100vw - var(--interval) * 2 - var(--w1) - 20px * 3) / 3);
  --h1: 6.24rem;
}
.Home_Solutions .box .swiper-slide {
  border-radius: 10px;
  overflow: hidden;
  width: var(--w2);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Home_Solutions .box .swiper-slide .item {
  position: relative;
}
.Home_Solutions .box .swiper-slide .item .img {
  position: relative;
}
.Home_Solutions .box .swiper-slide .item .img img {
  width: var(--w1);
  height: var(--h1);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Home_Solutions .box .swiper-slide .item .img::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.25);
}
.Home_Solutions .box .swiper-slide .item .orientation {
  position: absolute;
  left: 0;
  bottom: 0.36rem;
  z-index: 2;
  padding: 0 0.5rem;
  color: #fff;
}
.Home_Solutions .box .swiper-slide .item .orientation .content1 {
  font-family: 'MontserratB';
  font-size: var(--f30);
}
.Home_Solutions .box .swiper-slide .item .orientation .content2 {
  display: grid;
  grid-template-rows: 0fr;
  overflow: hidden;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  opacity: 0;
}
.Home_Solutions .box .swiper-slide .item .orientation .content2 > div {
  min-height: 0;
}
.Home_Solutions .box .swiper-slide .item .orientation .content2 .content3 {
  font-size: var(--f18);
  color: #333;
  color: #fff;
  margin-top: 0.2rem;
  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;
}
.Home_Solutions .box .swiper-slide .item .orientation .content2 .content4 {
  font-size: var(--f18);
  color: #5092a3;
  margin-top: 0.2rem;
  text-transform: uppercase;
}
.Home_Solutions .box .swiper-slide .item .orientation .content2 .content4 i {
  font-size: var(--f18);
  margin-left: 0.35rem;
}
@media screen and (min-width: 1200px) {
  .Home_Solutions .box .swiper-slide:hover .item .img img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
}
.Home_Solutions .box .slide4 {
  margin-right: 20px;
}
.Home_Solutions .box .slide4:last-child {
  margin-right: 0;
}
@media screen and (min-width: 1200px) {
  .Home_Solutions .box .swiper-slide-active,
  .Home_Solutions .box .active {
    width: var(--w1);
  }
  .Home_Solutions .box .swiper-slide-active .item .orientation .content2,
  .Home_Solutions .box .active .item .orientation .content2 {
    grid-template-rows: 1fr;
    opacity: 1;
    -webkit-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s;
  }
}
.Home_News .box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.3rem;
}
.Home_News .box .list .a {
  display: block;
}
.Home_News .box .list .a .content1 {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Home_News .box .list .a .content1 img {
  width: 100%;
}
.Home_News .box .list .a .content1::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  opacity: 0;
}
.Home_News .box .list .a .content1 p {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: var(--f18);
  color: #fff;
  z-index: 2;
  opacity: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  text-transform: uppercase;
}
.Home_News .box .list .a .content1 p i {
  margin-left: 0.35rem;
  font-size: var(--f16);
}
.Home_News .box .list .a .content2 {
  font-size: var(--f20);
  color: #5092a3;
  padding: 0.34rem 0 0.24rem;
}
.Home_News .box .list .a .content3 {
  font-family: 'MontserratR';
  font-size: var(--f24);
  color: #000;
  height: 2.8em;
  max-height: 2.8em;
  line-height: 1.4;
  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;
}
.Home_News .box .list .a .content4 {
  margin-top: 0.16rem;
  font-size: var(--f18);
  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;
}
@media screen and (min-width: 1200px) {
  .Home_News .box .list .a:hover .content1 {
    -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.2);
  }
  .Home_News .box .list .a:hover .content1::after {
    opacity: 1;
  }
  .Home_News .box .list .a:hover .content1 p {
    opacity: 1;
  }
  .Home_News .box .list .a:hover .content3 {
    color: #5092a3;
  }
}
.Home_News .box .list1 ul {
  padding: 0.16rem 0 0;
}
.Home_News .box .list1 ul li {
  padding: 0.52rem 0;
  border-bottom: 1px solid #5092a3;
}
.Home_News .box .list1 ul li:first-child {
  padding-top: 0;
}
.Home_News .box .list1 ul li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.Home_News .box .list1 ul li a {
  display: block;
}
.Home_News .box .list1 ul li a .content1 {
  font-size: var(--f20);
  color: #5092a3;
}
.Home_News .box .list1 ul li a .content2 {
  font-family: 'MontserratR';
  font-size: var(--f24);
  color: #000;
  height: 2.8em;
  max-height: 2.8em;
  line-height: 1.4;
  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;
  margin-top: 0.2rem;
}
@media screen and (min-width: 1200px) {
  .Home_News .box .list1 ul li a:hover .content2 {
    color: #5092a3;
  }
}
.Home_Contact {
  background: #f4f5f7;
}
.Home_Contact .box .boxLeft {
  width: 5.2rem;
}
.Home_Contact .box .boxLeft .content2 {
  margin-top: 0.32rem;
}
.Home_Contact .box .boxRight {
  width: 8.1rem;
  overflow: hidden;
}
.Home_Contact .box .boxRight .list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.2rem;
}
.Home_Contact .box .boxRight .list .item {
  position: relative;
}
.Home_Contact .box .boxRight .list .item input {
  height: 0.46rem;
  background: none;
  border: 1px solid #ddd;
  width: 100%;
  border-radius: 0.3rem;
  padding: 0 0.3rem;
  font-size: var(--f16);
  position: relative;
  z-index: 2;
}
.Home_Contact .box .boxRight .list .item input:not(:placeholder-shown) + p {
  opacity: 0;
}
.Home_Contact .box .boxRight .list .item p {
  position: absolute;
  left: 0.3rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #999;
}
.Home_Contact .box .boxRight .list .item p span {
  color: #c70000;
}
.Home_Contact .box .boxRight .list1 {
  margin-top: 0.2rem;
}
.Home_Contact .box .boxRight .list1 .item {
  position: relative;
}
.Home_Contact .box .boxRight .list1 .item textarea {
  height: 1.6rem;
  background: none;
  border: 1px solid #ddd;
  width: 100%;
  border-radius: 0.2rem;
  padding: 0.2rem 0.3rem;
  font-size: var(--f16);
  position: relative;
  z-index: 2;
  resize: none;
}
.Home_Contact .box .boxRight .list1 .item textarea:not(:placeholder-shown) + p {
  opacity: 0;
}
.Home_Contact .box .boxRight .list1 .item p {
  position: absolute;
  left: 0.3rem;
  top: 0.2rem;
  color: #999;
}
.Home_Contact .box .boxRight .list1 .item p span {
  color: #c70000;
}
.Home_Contact .box .boxRight .list2 {
  margin-top: 0.3rem;
  color: #999;
  font-size: var(--f16);
}
.Home_Contact .box .boxRight .list2 .layui-form-checkbox[lay-skin=primary] i {
  background: none;
  border-radius: 50%;
  border-color: #5092a3;
}
.Home_Contact .box .boxRight .list2 .layui-form-checked[lay-skin=primary] i {
  background: #5092a3;
}
.Home_Contact .box .boxRight .list2 .layui-form-checkbox[lay-skin=primary] {
  padding-left: 0;
}
.Home_Contact .box .boxRight .list2 a {
  color: #5092a3;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Home_Contact .box .boxRight .list2 a:hover {
  text-decoration: underline;
}
.Home_Contact .box .boxRight .list3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.36rem;
}
.Home_Contact .box .boxRight .list3 label p {
  text-transform: uppercase;
  color: #fff;
  background: #5092a3;
  line-height: 0.45rem;
  width: 1.6rem;
  text-align: center;
  border-radius: 0.3rem;
  cursor: pointer;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Home_Contact .box .boxRight .list3 label p:hover {
  -webkit-box-shadow: 0px 0px 10px rgba(80, 146, 163, 0.5);
  box-shadow: 0px 0px 10px rgba(80, 146, 163, 0.5);
}
.Footer_Container {
  background: #1b1c22;
  padding: 0.75rem 0 0;
}
.Footer_Container .box .boxLeft .h5 a {
  font-size: var(--f20);
  color: #fff;
}
.Footer_Container .box .boxLeft form {
  margin-top: 0.4rem;
  position: relative;
}
.Footer_Container .box .boxLeft form input {
  font-size: var(--f16);
  background: none;
  height: 0.46rem;
  padding: 0 0.3rem;
  border-radius: 0.3rem;
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;
  width: 3.36rem;
}
.Footer_Container .box .boxLeft form label {
  position: absolute;
  right: 0.3rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
}
.Footer_Container .box .boxLeft form label i {
  font-size: var(--f16);
  color: #fff;
}
.Footer_Container .box .boxLeft .feng {
  margin-top: 0.5rem;
}
.Footer_Container .box .boxLeft .feng ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.Footer_Container .box .boxLeft .feng ul li {
  margin-right: 0.16rem;
  position: relative;
}
.Footer_Container .box .boxLeft .feng ul li a {
  opacity: 0.3;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Footer_Container .box .boxLeft .feng ul li p {
  position: absolute;
  left: 50%;
  bottom: 0.6rem;
  width: 1.2rem;
  -webkit-transform: translateX(-50%) scale(0);
  -ms-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
  opacity: 0;
  z-index: 3;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
}
.Footer_Container .box .boxLeft .feng ul li:hover a {
  opacity: 1;
}
.Footer_Container .box .boxLeft .feng ul li:hover p {
  opacity: 1;
  -webkit-transform: translateX(-50%) scale(1);
  -ms-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
}
.Footer_Container .box .boxRight {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.Footer_Container .box .boxRight .item {
  margin-left: 0.54rem;
}
.Footer_Container .box .boxRight .item:first-child {
  margin-left: 0;
}
.Footer_Container .box .boxRight .item .h5 a {
  font-size: var(--f20);
  color: #fff;
}
.Footer_Container .box .boxRight .item ul {
  margin-top: 0.4rem;
}
.Footer_Container .box .boxRight .item ul li {
  margin-bottom: 0.14rem;
}
.Footer_Container .box .boxRight .item ul li a {
  font-size: var(--f18);
  color: #fff;
  opacity: 0.3;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Footer_Container .box .boxRight .item ul li a:hover {
  opacity: 1;
}
.Footer_Container .box1 {
  margin-top: 1.1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding: 0.35rem 0;
}
.Footer_Container .box1 .left span,
.Footer_Container .box1 .left a {
  color: #fff;
  opacity: 0.5;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  font-size: var(--f16);
}
.Footer_Container .box1 .left a {
  margin-left: 0.1rem;
}
.Footer_Container .box1 .left a:hover {
  opacity: 1;
}
.Footer_Container .box1 .right {
  font-size: var(--f16);
  color: #fff;
}
.Footer_Container .box1 .right a {
  color: #fff;
  opacity: 0.5;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Footer_Container .box1 .right a:hover {
  opacity: 1;
}
.Footer_Container .box1 .right em {
  margin: 0 0.12rem;
}
.Inner_Banner {
  position: relative;
}
.Inner_Banner picture img {
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .Inner_Banner picture img {
    min-height: 5rem;
  }
}
.Inner_Banner .orientation {
  position: absolute;
  left: 0;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 3;
}
.Inner_Banner .orientation .content1 {
  font-size: var(--f48);
  font-family: 'MontserratB';
  color: #000;
  line-height: 1.25;
  color: #fff;
}
.Inner_Banner .orientation .content2 {
  margin-top: 0.34rem;
}
.Product_01 .desc_01 {
  line-height: 1.5;
  margin-top: 0.48rem;
  padding-right: 3.4rem;
}
.Product_01 .box {
  margin-top: 0.86rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.4rem 0.2rem;
}
.Product_01 .box .item a {
  display: block;
  background: #f7f7fa;
  border-radius: 10px;
  padding: 0 0.55rem 0.5rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Product_01 .box .item a .content1 {
  height: 3.6rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.Product_01 .box .item a .content1 img {
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Product_01 .box .item a .content1 .img2 {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
}
.Product_01 .box .item a .content2 {
  font-family: 'MontserratR';
  font-size: var(--f24);
  color: #5092a3;
}
.Product_01 .box .item a .content3 {
  font-size: var(--f30);
  font-family: 'MontserratB';
  margin-top: 0.1rem;
  color: #000;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Product_01 .box .item a .content4 {
  margin-top: 0.25rem;
}
.Product_01 .box .item a .content4 .scroll {
  font-size: var(--f18);
  line-height: 1.7;
  height: -webkit-calc(6.8em);
  height: calc(1.7em * 4);
  overflow: auto;
  overflow-x: hidden;
  overflow-y: auto;
  padding-right: 0.1rem;
}
.Product_01 .box .item a .content4 .scroll::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}
.Product_01 .box .item a .content4 .scroll::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #5092a3;
}
.Product_01 .box .item a .content4 .scroll::-webkit-scrollbar-track {
  border-radius: 2px;
  background: rgba(0, 0, 0, 0.1);
}
@-moz-document url-prefix() {
  .Product_01 .box .item a .content4 .scroll {
    scrollbar-color: #5092a3 rgba(0, 0, 0, 0.1);
    scrollbar-width: thin;
  }
}
.Product_01 .box .item a .content4 .scroll ul li {
  color: #666;
  position: relative;
  padding-left: 0.12rem;
}
.Product_01 .box .item a .content4 .scroll ul li::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0.12rem;
  /*top: 50%;*/
  /*-webkit-transform: translateY(-50%);*/
  /*-ms-transform: translateY(-50%);*/
  /*transform: translateY(-50%);*/
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #666;
}
.Product_01 .box .item a .content5 {
  color: #5092a3;
  text-transform: uppercase;
  margin-top: 0.35rem;
  font-size: var(--f16);
}
.Product_01 .box .item a .content5 i {
  margin-left: 0.18rem;
  font-size: var(--f16);
}
.Product_01 .box .item a:hover {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
}
.Product_01 .box .item a:hover .content1 .img1 {
  opacity: 0;
}
.Product_01 .box .item a:hover .content1 .img2 {
  opacity: 1;
}
.Product_01 .box .item a:hover .content3 {
  color: #5092a3;
}
.Product_01 .more {
  margin-top: 0.8rem;
}
.Product_02 {
  background: #f7f7fa;
}
.Product_02 .box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.4rem 0.2rem;
}
.Product_02 .box .item {
  background: #fff;
  padding: 0 0.6rem 0.6rem;
  border-radius: 10px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Product_02 .box .item a {
  display: block;
}
.Product_02 .box .item .content1 {
  height: 4rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.Product_02 .box .item .content1 img {
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Product_02 .box .item .content1 .img2 {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
}
.Product_02 .box .item .content2 {
  font-size: var(--f30);
  font-family: 'MontserratB';
  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;
  color: #000;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Product_02 .box .item .content3 {
  font-size: var(--f18);
  color: #666;
  height: 5.1em;
  max-height: 5.1em;
  line-height: 1.7;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-justify: distribute-all-lines;
  margin-top: 0.25rem;
}
.Product_02 .box .item .content4 {
  margin-top: 0.3rem;
}
@media screen and (min-width: 1200px) {
  .Product_02 .box .item:hover {
    background: #fff;
    -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
  }
  .Product_02 .box .item:hover .content1 .img1 {
    opacity: 0;
  }
  .Product_02 .box .item:hover .content1 .img2 {
    opacity: 1;
  }
  .Product_02 .box .item:hover .content4 .a {
    background: #5092a3;
    color: #fff;
  }
}
.button_01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.button_01 div {
  width: 0.44rem;
  height: 0.44rem;
  border: 2px solid #5092a3;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  cursor: pointer;
}
.button_01 div i {
  margin: auto;
  font-size: var(--f16);
  color: #5092a3;
  font-weight: bold;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform: translateX(1px);
  -ms-transform: translateX(1px);
  transform: translateX(1px);
}
.button_01 div:hover {
  background: #5092a3;
}
.button_01 div:hover i {
  color: #fff;
}
.button_01 .next {
  margin-left: 0.12rem;
}
.Product_03 .box .swiper .item {
  display: block;
}
.Product_03 .box .swiper .item .content1 {
  border-radius: 10px;
  overflow: hidden;
}
.Product_03 .box .swiper .item .content1 img {
  width: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Product_03 .box .swiper .item .content2 {
  font-size: var(--f30);
  font-family: 'MontserratB';
  color: #000;
  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.36rem 0 0.15rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Product_03 .box .swiper .item .content3 {
  font-size: var(--f18);
  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;
}
.Product_03 .box .swiper .item .content4 {
  color: #5092a3;
  font-size: var(--f18);
  text-transform: uppercase;
  margin-top: 0.3rem;
}
.Product_03 .box .swiper .item .content4 i {
  font-size: var(--f16);
  font-weight: bold;
  margin-left: 0.14rem;
}
@media screen and (min-width: 1200px) {
  .Product_03 .box .swiper .item:hover .content1 img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  .Product_03 .box .swiper .item:hover .content2 {
    color: #5092a3;
  }
}
.Product_04 .box {
  position: relative;
}
.Product_04 .box img {
  border-radius: 10px;
  overflow: hidden;
}
.Product_04 .box .orientation {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
}
.Product_04 .box .orientation .content2 {
  font-size: var(--f18);
  color: #000;
  margin: 0.15rem 0 0.45rem;
}
.Product_05 {
  min-height: 1rem;
  background: url(../images/img16.jpg) no-repeat 50% 50% / cover;
  padding: 0.72rem 0;
  overflow: hidden;
}
.Product_05 .box .boxLeft {
  max-width: 6.7rem;
}
.Product_05 .box .boxLeft .content1 {
  color: #fff;
}
.Product_05 .box .boxLeft .content2 {
  font-size: var(--f18);
  color: #333;
  line-height: 1.8;
  color: #fff;
  margin-top: 0.26rem;
}
.Product_05 .box .boxRight {
  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;
}
.mbx {
  position: absolute;
  left: var(--interval);
  top: calc(var(--nav_height) + 0.24rem);
  z-index: 2;
  font-size: var(--f16);
}
.mbx a {
  color: #fff;
  opacity: 0.6;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.mbx a:hover {
  opacity: 1;
}
.mbx span,
.mbx i {
  color: #fff;
}
.mbx i {
  font-size: var(--f14);
  opacity: 0.6;
  margin: 0 5px;
}
.mbx_02 {
  top: 0.24rem;
}
.mbx_02 a {
  color: #000;
}
.mbx_02 span,
.mbx_02 i {
  color: #000;
}
.mbx_03 {
  position: inherit;
  margin-top: 0.24rem;
}
.mbx_03 a {
  color: #000;
}
.mbx_03 span,
.mbx_03 i {
  color: #000;
}
.Product_06 {
  position: relative;
  min-height: 1rem;
  padding: 1.7rem 0 0.85rem;
  background: url(../images/img17.jpg) no-repeat 50% 50% / cover;
}
.Product_06 .box .boxLeft {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-right: 1rem;
}
.Product_06 .box .boxLeft .content2 {
  font-family: 'MontserratSb';
  font-size: var(--f24);
  margin-top: 0.32rem;
}
.Product_06 .box .boxLeft .content3 {
  font-size: var(--f20);
  line-height: 1.8;
  line-height: 1.5;
  color: #333;
}
@media screen and (max-width: 1200px) {
  .Product_06 .box .boxLeft .content3 {
    line-height: 1.6;
  }
}
.Product_06 .box .boxLeft .content4 {
  margin: 0.5rem 0 0.76rem;
}
.Product_06 .box .boxLeft .content4 img {
  height: 0.37rem;
}
.Product_06 .box .boxLeft .content5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.Product_06 .box .boxLeft .content5 .Link_01 {
  margin-right: 0.2rem;
}
.Product_06 .box .boxRight {
  width: 8.4rem;
}
.Product_06 .box .boxRight .swiper .swiper-slide {
  height: 4.4rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.Product_06 .box .boxRight .swiper .swiper-slide img {
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.Product_06 .box .boxRight .button {
  margin-top: 0.8rem;
}
.Product_07 {
  border-bottom: 1px solid #ddd;
  overflow: hidden;
}
.Product_07 .box .swiper-slide {
  width: auto;
  padding-right: 0.54rem;
}
.Product_07 .box .swiper-slide a {
  font-size: var(--f18);
  cursor: pointer;
  color: #000;
  line-height: 1rem;
  font-family: 'MontserratR';
  border-bottom: 2px solid transparent;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Product_07 .box .swiper-slide a:hover {
  color: #5092a3;
}
.Product_07 .box .active a {
  color: #5092a3;
  border-color: #5092a3;
}
.Product_08 .box,
.Product_09 .box {
  font-size: var(--f20);
  color: #333;
  line-height: 1.8;
  overflow: auto;
}
@media screen and (max-width: 1200px) {
  .Product_08 .box,
  .Product_09 .box {
    line-height: 1.6;
  }
}
.Product_08 .box table,
.Product_09 .box table {
  min-width: 100% !important;
  height: auto !important;
  max-width: 100% !important;
}

.Product_08 .box table span,
.Product_09 .box table span{
    font-size: var(--f16) !important;
}
.Product_08 .box table td,
.Product_09 .box table td{
    border-color: gainsboro !important; 
}

.Product_09 {
  background: #f7f7fa;
}
.Product_10 .box {
  font-family: 'MontserratSb';
  font-size: var(--f24);
  line-height: 2;
}
.Product_10 .box p {
  padding-left: 0.16rem;
  position: relative;
}
.Product_10 .box p::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0.2rem;
  /*top: 50%;*/
  /*-webkit-transform: translateY(-50%);*/
  /*-ms-transform: translateY(-50%);*/
  /*transform: translateY(-50%);*/
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #000;
}
.Product_11 {
  background: #f7f7fa;
}
.Product_11 .box .item a {
  display: block;
  border-radius: 10px;
  padding: 0 0.55rem 0.5rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  background: #fff;
}
.Product_11 .box .item a .content1 {
  height: 3.6rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.Product_11 .box .item a .content1 img {
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Product_11 .box .item a .content2 {
  font-family: 'MontserratR';
  font-size: var(--f24);
  color: #5092a3;
}
.Product_11 .box .item a .content3 {
  font-size: var(--f30);
  font-family: 'MontserratB';
  margin-top: 0.1rem;
  color: #000;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Product_11 .box .item a .content4 {
  margin-top: 0.25rem;
}
.Product_11 .box .item a .content4 .scroll {
  font-size: var(--f18);
  line-height: 1.7;
  height: -webkit-calc(6.8em);
  height: calc(1.7em * 4);
  overflow: auto;
  overflow-x: hidden;
  overflow-y: auto;
  padding-right: 0.1rem;
}
.Product_11 .box .item a .content4 .scroll::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}
.Product_11 .box .item a .content4 .scroll::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #5092a3;
}
.Product_11 .box .item a .content4 .scroll::-webkit-scrollbar-track {
  border-radius: 2px;
  background: rgba(0, 0, 0, 0.1);
}
@-moz-document url-prefix() {
  .Product_11 .box .item a .content4 .scroll {
    scrollbar-color: #5092a3 rgba(0, 0, 0, 0.1);
    scrollbar-width: thin;
  }
}
.Product_11 .box .item a .content4 .scroll ul li {
  color: #666;
  position: relative;
  padding-left: 0.12rem;
}
.Product_11 .box .item a .content4 .scroll ul li::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0.12rem;
  /*-webkit-transform: translateY(-50%);*/
  /*-ms-transform: translateY(-50%);*/
  /*transform: translateY(-50%);*/
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #666;
}
.Product_11 .box .item a .content5 {
  color: #5092a3;
  text-transform: uppercase;
  margin-top: 0.35rem;
  font-size: var(--f16);
}
.Product_11 .box .item a .content5 i {
  margin-left: 0.18rem;
  font-size: var(--f16);
}
.Product_11 .box .item a:hover {
  background-color: #ffffff;
}
.Product_11 .box .item a:hover .content1 img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.Product_11 .box .item a:hover .content3 {
  color: #5092a3;
}
.Solution_12 .box {
  padding-right: 3.4rem;
}
.Solution_13 .box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.2rem;
}
.Solution_13 .box a {
  display: block;
}
.Solution_13 .box .item {
  background: #f7f7fa;
  min-height: 1rem;
  padding: 0.8rem 0.5rem 0.5rem;
}
.Solution_13 .box .item .content1 {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Solution_13 .box .item .content1 img {
  height: 0.65rem;
}
.Solution_13 .box .item .content2 {
  margin: 0.16rem 0;
  font-family: 'MontserratB';
  font-size: var(--f24);
  height: 2.6em;
  max-height: 2.6em;
  line-height: 1.3;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-justify: distribute-all-lines;
  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;
}
.Solution_13 .box .item .content3 {
  font-size: var(--f18);
  color: #333;
  line-height: 1.8;
  line-height: 1.7;
}
.Solution_13 .box .item:hover .content1 {
  -webkit-transform: translateY(-0.1rem);
  -ms-transform: translateY(-0.1rem);
  transform: translateY(-0.1rem);
}
.Solution_14 .desc_02 {
  margin-top: 0.15rem;
}
.Solution_14 .box {
  position: relative;
}
.Solution_14 .box .swiper-slide {
  width: 9.6rem;
}
.Solution_14 .box .swiper-slide .item {
  display: block;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.Solution_14 .box .swiper-slide .item img {
  width: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Solution_14 .box .swiper-slide .item::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}
.Solution_14 .box .swiper-slide .item .orientation {
  position: absolute;
  bottom: 0.6rem;
  left: 0;
  width: 100%;
  padding: 0 0.76rem;
  color: #fff;
  z-index: 2;
}
.Solution_14 .box .swiper-slide .item .orientation .content1 {
  font-family: 'MontserratB';
  font-size: var(--f30);
}
.Solution_14 .box .swiper-slide .item .orientation .content2 {
  font-family: 'MontserratR';
  font-size: var(--f16);
  margin-top: 0.22rem;
}
.Solution_14 .box .swiper-slide .item .orientation .content2 i {
  margin-left: 0.12rem;
}
.Solution_14 .box .swiper-slide .item:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.Solution_14 .box .button div {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
  width: 0.44rem;
  height: 0.44rem;
  border: 2px solid #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  cursor: pointer;
  --w: 3.34rem;
}
.Solution_14 .box .button div i {
  margin: auto;
  font-size: var(--f16);
  color: #fff;
  font-weight: bold;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Solution_14 .box .button div:hover {
  background: #5092a3;
  border-color: #5092a3;
}
.Solution_14 .box .button div:hover i {
  color: #fff;
}
.Solution_14 .box .button .prev {
  left: var(--w);
}
.Solution_14 .box .button .next {
  right: var(--w);
}
.Solution_15 .box .boxLeft {
  width: 10rem;
}
.Solution_15 .box .boxLeft p {
  overflow: hidden;
  border-radius: 10px;
}
.Solution_15 .box .boxLeft p img {
  width: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Solution_15 .box .boxLeft p:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.Solution_15 .box .boxRight {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 0.7rem;
}
.Solution_15 .box .boxRight .list {
  height: 100%;
}
.Solution_15 .box .boxRight .list ul {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.Solution_15 .box .boxRight .list ul .heng {
  height: 1px;
  background: #ddd;
}
.Solution_15 .box .boxRight .list ul li .top {
  font-size: var(--f24);
  font-family: 'MontserratB';
  padding-right: 0.8rem;
  cursor: pointer;
  position: relative;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Solution_15 .box .boxRight .list ul li .top::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 0.3rem;
  height: 2px;
  width: 20px;
  background: #5092a3;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.Solution_15 .box .boxRight .list ul li .top::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0.3rem;
  height: 2px;
  width: 20px;
  background: #5092a3;
  -webkit-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Solution_15 .box .boxRight .list ul li .top:hover {
  color: #5092a3;
}
.Solution_15 .box .boxRight .list ul li .bot {
  display: grid;
  grid-template-rows: 0fr;
  overflow: hidden;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Solution_15 .box .boxRight .list ul li .bot .scroll {
  min-height: 0;
  font-size: var(--f18);
  line-height: 1.7;
  color: #333;
  overflow: auto;
  overflow-x: hidden;
  overflow-y: auto;
  padding-right: 0.1rem;
  padding-right: 0.8rem;
}
.Solution_15 .box .boxRight .list ul li .bot .scroll::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}
.Solution_15 .box .boxRight .list ul li .bot .scroll::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #5092a3;
}
.Solution_15 .box .boxRight .list ul li .bot .scroll::-webkit-scrollbar-track {
  border-radius: 2px;
  background: rgba(0, 0, 0, 0.1);
}
@-moz-document url-prefix() {
  .Solution_15 .box .boxRight .list ul li .bot .scroll {
    scrollbar-color: #5092a3 rgba(0, 0, 0, 0.1);
    scrollbar-width: thin;
  }
}
.Solution_15 .box .boxRight .list ul .active .top::after {
  -webkit-transform: translateY(-50%) rotate(0deg);
  -ms-transform: translateY(-50%) rotate(0deg);
  transform: translateY(-50%) rotate(0deg);
}
.Solution_15 .box .boxRight .list ul .active .bot {
  grid-template-rows: 1fr;
  margin-top: 0.1rem;
}
.Solution_15 .box .boxRight .list ul .active .bot .scroll {
  height: -webkit-calc(6.8em);
  height: calc(1.7em*4);
}


.Solution_15 .box .boxRight .list ul .li1 .top:before,
.Solution_15 .box .boxRight .list ul .li1 .top:after{
    display: none;
}

.Solution_15 .box .boxRight .list ul .li1.active .bot .scroll {
    height: calc(1.7em* 8);
}



.Solution_16 {
  background: #f7f7fa;
}
.Solution_16 .box .item a {
  display: block;
  background: #fff;
  border-radius: 10px;
  padding: 0 0.55rem 0.5rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Solution_16 .box .item a .content1 {
  height: 3.6rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.Solution_16 .box .item a .content1 img {
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Solution_16 .box .item a .content2 {
  font-family: 'MontserratR';
  font-size: var(--f24);
  color: #5092a3;
}
.Solution_16 .box .item a .content3 {
  font-size: var(--f30);
  font-family: 'MontserratB';
  margin-top: 0.1rem;
  color: #000;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Solution_16 .box .item a .content4 {
  margin-top: 0.25rem;
}
.Solution_16 .box .item a .content4 .scroll {
  font-size: var(--f18);
  line-height: 1.7;
  height: -webkit-calc(6.8em);
  height: calc(1.7em * 4);
  overflow: auto;
  overflow-x: hidden;
  overflow-y: auto;
  padding-right: 0.1rem;
}
.Solution_16 .box .item a .content4 .scroll::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}
.Solution_16 .box .item a .content4 .scroll::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #5092a3;
}
.Solution_16 .box .item a .content4 .scroll::-webkit-scrollbar-track {
  border-radius: 2px;
  background: rgba(0, 0, 0, 0.1);
}
@-moz-document url-prefix() {
  .Solution_16 .box .item a .content4 .scroll {
    scrollbar-color: #5092a3 rgba(0, 0, 0, 0.1);
    scrollbar-width: thin;
  }
}
.Solution_16 .box .item a .content4 .scroll ul li {
  color: #666;
  position: relative;
  padding-left: 0.12rem;
}
.Solution_16 .box .item a .content4 .scroll ul li::after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #666;
}
.Solution_16 .box .item a .content5 {
  color: #5092a3;
  text-transform: uppercase;
  margin-top: 0.35rem;
  font-size: var(--f16);
}
.Solution_16 .box .item a .content5 i {
  margin-left: 0.18rem;
  font-size: var(--f16);
}
.Solution_16 .box .item a:hover {
  background-color: #ffffff;
}
.Solution_16 .box .item a:hover .content1 img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.Solution_16 .box .item a:hover .content3 {
  color: #5092a3;
}
.Solution_01 .box .item {
  margin-top: 1.2rem;
}
.Solution_01 .box .item .boxLeft {
  width: 50%;
  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-right: 2.5rem;
}
.Solution_01 .box .item .boxLeft .content1 {
  font-family: 'MontserratB';
  font-size: var(--f30);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Solution_01 .box .item .boxLeft .content2 {
  font-size: var(--f18);
  color: #333;
  line-height: 1.8;
  margin-top: 0.2rem;
}
.Solution_01 .box .item .boxRight {
  width: 50%;
}
.Solution_01 .box .item .boxRight p {
  border-radius: 10px;
  overflow: hidden;
}
.Solution_01 .box .item .boxRight p img {
  width: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (min-width: 1200px) {
  .Solution_01 .box .item:hover .boxLeft .content1 {
    color: #5092a3;
  }
  .Solution_01 .box .item:hover .boxRight p img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
}
@media screen and (min-width: 768px) {
  .Solution_01 .box .item:nth-child(2n) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-flow: row-reverse;
    -ms-flex-flow: row-reverse;
    flex-flow: row-reverse;
  }
  .Solution_01 .box .item:nth-child(2n) .boxLeft {
    padding: 0 2rem 0 0.75rem;
  }
}
.FAQ_01 .box .boxLeft {
  width: 4rem;
  padding-right: 0.8rem;
}
.FAQ_01 .box .boxLeft ul {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  top: var(--nav_height);
}
.FAQ_01 .box .boxLeft ul li {
  border-bottom: 1px solid #ddd;
}
.FAQ_01 .box .boxLeft ul li a {
  display: block;
  font-size: var(--f20);
  color: #000;
  font-family: 'MontserratM';
  padding: 0.18rem 0;
  padding-right: 0.6rem;
  position: relative;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  cursor: pointer;
}
.FAQ_01 .box .boxLeft ul li a i {
  font-size: var(--f16);
  font-weight: bold;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #5092a3;
}
.FAQ_01 .box .boxLeft ul li:hover a {
  color: #5092a3;
}
.FAQ_01 .box .boxLeft ul .active a {
  color: #5092a3;
}
.FAQ_01 .box .boxRight {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.FAQ_01 .box .boxRight .list {
  display: none;
}
.FAQ_01 .box .boxRight .list.active {
  display: block;
}
.FAQ_01 .box .boxRight .list .item .top {
  font-size: var(--f24);
  font-family: 'MontserratM';
  cursor: pointer;
  padding: 0.22rem 0.4rem;
  padding-right: 1.8rem;
  position: relative;
  line-height: 1.3;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  border-top: 1px solid #ddd;
}
.FAQ_01 .box .boxRight .list .item .top::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 0.4rem;
  height: 2px;
  width: 20px;
  background: #5092a3;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.FAQ_01 .box .boxRight .list .item .top::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0.4rem;
  height: 2px;
  width: 20px;
  background: #5092a3;
  -webkit-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.FAQ_01 .box .boxRight .list .item .top:hover {
  color: #5092a3;
}
.FAQ_01 .box .boxRight .list .item .bot {
  padding: 0.32rem 0.4rem;
  padding-right: 1.8rem;
  display: none;
}
.FAQ_01 .box .boxRight .list .item .bot div {
  font-size: var(--f18);
  color: #333;
  line-height: 1.8;
}
.FAQ_01 .box .boxRight .list .item:first-child .top {
  border-color: transparent;
}
.FAQ_01 .box .boxRight .list .item:last-child .top {
  border-bottom: 1px solid #ddd;
}
.FAQ_01 .box .boxRight .list .active .top {
  color: #5092a3;
  background: #f7f7fa;
  font-family: 'MontserratB';
  border-color: transparent;
}
.FAQ_01 .box .boxRight .list .active .top::after {
  -webkit-transform: translateY(-50%) rotate(0deg);
  -ms-transform: translateY(-50%) rotate(0deg);
  transform: translateY(-50%) rotate(0deg);
}
.FAQ_02 {
  background: #f7f7fa;
}
.FAQ_02 .toggle {
  margin-top: 0.45rem;
}
.FAQ_02 .toggle ul {
  border-bottom: 1px solid #ddd;
}
.FAQ_02 .toggle ul li {
  font-size: var(--f20);
  cursor: pointer;
  color: #000;
  font-family: 'MontserratM';
  border-bottom: 2px solid transparent;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  margin-right: 0.6rem;
  padding-bottom: 0.26rem;
}
.FAQ_02 .toggle ul li:last-child {
  margin-right: 0;
}
.FAQ_02 .toggle ul li:hover {
  color: #5092a3;
}
.FAQ_02 .toggle ul .active {
  color: #5092a3;
  border-color: #5092a3;
}
.FAQ_02 .box .toggleMain {
  display: none;
  gap: 0.2rem;
  grid-template-columns: repeat(2, 1fr);
}
.FAQ_02 .box .toggleMain .item {
  background: #fff;
  cursor: pointer;
  padding: 0.32rem 0;
}
.FAQ_02 .box .toggleMain .item .content1 {
  width: 1.12rem;
  text-align: center;
  border-right: 1px solid #ddd;
}
.FAQ_02 .box .toggleMain .item .content2 {
  font-size: var(--f22);
  font-family: 'MontserratM';
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0 0.36rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.FAQ_02 .box .toggleMain .item .content3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0.4rem;
}
.FAQ_02 .box .toggleMain .item .content3 img {
  margin: auto;
}
.FAQ_02 .box .toggleMain .item:hover .content2 {
  color: #5092a3;
}
.FAQ_02 .box .active {
  display: grid;
}
.About_01 .box {
  margin-top: 0.2rem;
}
.About_01 .box .boxLeft {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-right: 0.6rem;
}
.About_01 .box .boxLeft .content1 {
  font-size: var(--f24);
  font-family: 'MontserratB';
}
.About_01 .box .boxLeft .content2 {
  font-size: var(--f18);
  color: #333;
  line-height: 1.8;
  margin-top: 0.32rem;
}
.About_01 .box .boxRight {
  width: 8rem;
}
.About_01 .box .boxRight p {
  border-radius: 10px;
  overflow: hidden;
  position: -webkit-sticky;
  position: sticky;
  top: calc(var(--nav_height) + 0.5rem);
}
.About_01 .box .boxRight p img {
  width: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.About_01 .box .boxRight p:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.About_02 .box {
  --w1: 7.2rem;
  --w2: calc((100vw - var(--interval)*2 - var(--w1) - 10px*3) / 3);
  --h1: 5.68rem;
}
.About_02 .box {
  padding-left: var(--interval);
}
.About_02 .box .swiper-slide {
  border-radius: 10px;
  overflow: hidden;
  width: var(--w2);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.About_02 .box .swiper-slide .item {
  position: relative;
  display: block;
}
.About_02 .box .swiper-slide .item .img {
  position: relative;
}
.About_02 .box .swiper-slide .item .img img {
  width: var(--w1);
  height: var(--h1);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.About_02 .box .swiper-slide .item .img::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.25);
}
.About_02 .box .swiper-slide .item .orientation {
  position: absolute;
  left: 0;
  bottom: 0.5rem;
  z-index: 2;
  padding: 0 0.2rem;
  color: #fff;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.About_02 .box .swiper-slide .item .orientation .content1 {
  font-family: 'MontserratB';
  font-size: var(--f22);
  line-height: 1.6;
}
.About_02 .box .swiper-slide .item .orientation2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #5092a3;
  z-index: 2;
  padding: 0.5rem;
  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;
  opacity: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.About_02 .box .swiper-slide .item .orientation2 > div {
  width: 100%;
  color: #fff;
}
.About_02 .box .swiper-slide .item .orientation2 > div .top {
  font-size: var(--f24);
  font-family: 'MontserratB';
}
.About_02 .box .swiper-slide .item .orientation2 > div .bot {
  font-size: var(--f18);
  color: #333;
  line-height: 1.8;
  color: #fff;
  margin-top: 0.32rem;
}
@media screen and (min-width: 1200px) {
  .About_02 .box .swiper-slide:hover .item .img img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
}
.About_02 .box .slide4 {
  margin-right: 10px;
}
.About_02 .box .slide4:last-child {
  margin-right: 0;
}
@media screen and (min-width: 1200px) {
  .About_02 .box .swiper-slide-active,
  .About_02 .box .active {
    width: var(--w1);
  }
  .About_02 .box .swiper-slide-active .item .orientation,
  .About_02 .box .active .item .orientation {
    opacity: 0;
  }
  .About_02 .box .swiper-slide-active .item .orientation2,
  .About_02 .box .active .item .orientation2 {
    opacity: 1;
    -webkit-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s;
  }
}
.About_03 {
  background: #f7f7fa;
}
.About_03 .box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.2rem;
}
.About_03 .box .item {
  background: #fff;
  text-align: center;
  border-radius: 10px;
  padding: 0.55rem 0 0.45rem;
}
.About_03 .box .item .content1 {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.About_03 .box .item .content1 img {
  height: 0.84rem;
}
.About_03 .box .item .content2 {
  font-family: 'MontserratB';
  font-size: var(--f24);
  margin-top: 0.3rem;
  line-height: 1.2;
}
.About_03 .box .item .content3 {
  font-size: var(--f20);
  line-height: 1.6;
  color: #666;
  padding: 0 0.9rem;
  margin-top: 0.3rem;
}
.About_03 .box .item:hover .content1 {
  -webkit-transform: translateY(-0.1rem);
  -ms-transform: translateY(-0.1rem);
  transform: translateY(-0.1rem);
}
.About_04 .desc {
  margin-top: 0.2rem;
  font-size: var(--f18);
  color: #333;
  line-height: 1.8;
}
.About_04 .box {
  margin-top: 0.6rem;
  position: relative;
}
.About_04 .box .width {
  width: 1.8rem;
}
.About_04 .box .banner {
  padding: 0 1.3rem;
}
.About_04 .box .banner .swiper::after {
  content: '';
  position: absolute;
  left: 17px;
  width: 100%;
  height: 1px;
  background: rgba(80, 146, 163, 0.2);
  top: 67px;
}
.About_04 .box .banner .swiper-slide .content1 {
  font-family: 'MontserratB';
  font-size: var(--f30);
  line-height: 30px;
  height: 30px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.About_04 .box .banner .swiper-slide .content2 {
  margin: 20px 0;
}
.About_04 .box .banner .swiper-slide .content2 p {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid rgba(80, 146, 163, 0.2);
  position: relative;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.About_04 .box .banner .swiper-slide .content2 p span {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #5092a3;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.About_04 .box .banner .swiper-slide .content3 {
  font-size: var(--f18);
  color: #333;
  line-height: 1.8;
}
.About_04 .box .banner .swiper-slide:hover .content1 {
  color: #5092a3;
}
.About_04 .box .banner .swiper-slide:hover .content2 p {
  background: #5092a3;
}
.About_04 .box .banner .swiper-slide:hover .content2 p span {
  background: #fff;
}
.About_04 .box .button div {
  position: absolute;
  top: -webkit-calc(66.78px);
  top: calc(67px - 0.22rem);
  z-index: 2;
  width: 0.44rem;
  height: 0.44rem;
  border: 2px solid #5092a3;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  cursor: pointer;
  --w: 0rem;
}
.About_04 .box .button div i {
  margin: auto;
  font-size: var(--f16);
  color: #5092a3;
  font-weight: bold;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.About_04 .box .button div:hover {
  background: #5092a3;
  border-color: #5092a3;
}
.About_04 .box .button div:hover i {
  color: #fff;
}
.About_04 .box .button .prev {
  left: var(--w);
}
.About_04 .box .button .next {
  right: var(--w);
}
.About_05 .box .boxLeft {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-right: 0.7rem;
}
.About_05 .box .boxLeft ul li {
  border-bottom: 1px solid #ddd;
}
.About_05 .box .boxLeft ul li .top {
  font-family: 'MontserratB';
  font-size: var(--f24);
  line-height: 0.85rem;
  position: relative;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  cursor: pointer;
}
.About_05 .box .boxLeft ul li .top::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 0.3rem;
  height: 2px;
  width: 20px;
  background: #5092a3;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.About_05 .box .boxLeft ul li .top::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0.3rem;
  height: 2px;
  width: 20px;
  background: #5092a3;
  -webkit-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.About_05 .box .boxLeft ul li .top:hover {
  color: #5092a3;
}
.About_05 .box .boxLeft ul li .bot {
  padding-right: 0.8rem;
  display: grid;
  grid-template-rows: 0fr;
  overflow: hidden;
  opacity: 0;
}
.About_05 .box .boxLeft ul li .bot .scroll {
  min-height: 0;
  font-size: var(--f18);
  color: #333;
  line-height: 1.8;
  line-height: 1.75;
  overflow: auto;
  overflow-x: hidden;
  overflow-y: auto;
  padding-right: 0.1rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.About_05 .box .boxLeft ul li .bot .scroll::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}
.About_05 .box .boxLeft ul li .bot .scroll::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #5092a3;
}
.About_05 .box .boxLeft ul li .bot .scroll::-webkit-scrollbar-track {
  border-radius: 2px;
  background: rgba(0, 0, 0, 0.1);
}
@-moz-document url-prefix() {
  .About_05 .box .boxLeft ul li .bot .scroll {
    scrollbar-color: #5092a3 rgba(0, 0, 0, 0.1);
    scrollbar-width: thin;
  }
}
.About_05 .box .boxLeft ul .active .top {
  color: #5092a3;
}
.About_05 .box .boxLeft ul .active .top::after {
  -webkit-transform: translateY(-50%) rotate(0deg);
  -ms-transform: translateY(-50%) rotate(0deg);
  transform: translateY(-50%) rotate(0deg);
}
.About_05 .box .boxLeft ul .active .bot {
  padding-bottom: 0.5rem;
  grid-template-rows: 1fr;
  opacity: 1;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.About_05 .box .boxLeft ul .active .bot .scroll {
  height: -webkit-calc(14em);
  height: calc(1.75em * 8);
}
.About_05 .box .boxRight {
  width: 10rem;
  position: relative;
}
.About_05 .box .boxRight p {
  border-radius: 10px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.About_05 .box .boxRight p img {
  width: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.About_05 .box .boxRight p:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.About_05 .box .boxRight .active {
  opacity: 1;
  z-index: 2;
  position: initial;
}
.About_06 {
  background: #fff;
}
.About_06 .box .item {
  background: #f7f7fa;
}
.News_01 .box .swiper {
  padding: 0 0 20px;
}
.News_01 .box .swiper .boxLeft {
  width: 50%;
  overflow: hidden;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.06);
}
.News_01 .box .swiper .boxLeft img {
  width: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.News_01 .box .swiper .boxRight {
  width: 50%;
  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.7rem;
}
.News_01 .box .swiper .boxRight > div {
  width: 100%;
}
.News_01 .box .swiper .boxRight > div .content1 {
  font-size: var(--f20);
  color: #5092a3;
}
.News_01 .box .swiper .boxRight > div .content2 {
  font-family: 'MontserratM';
  font-size: var(--f28);
  margin-top: 0.25rem;
  color: #000;
  height: 2.4em;
  max-height: 2.4em;
  line-height: 1.2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-justify: distribute-all-lines;
  height: auto;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.News_01 .box .swiper .boxRight > div .content3 {
  font-size: var(--f18);
  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;
  height: auto;
  margin-top: 0.3rem;
}
.News_01 .box .swiper .boxRight > div .content4 {
  font-size: var(--f18);
  color: #5092a3;
  margin-top: 0.9rem;
  text-transform: uppercase;
}
.News_01 .box .swiper .boxRight > div .content4 i {
  font-size: var(--f16);
  margin-left: 0.15rem;
}
.News_01 .box .swiper:hover .boxLeft img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.News_01 .box .swiper:hover .boxRight .content2 {
  color: #5092a3;
}
.News_01 .box .page {
  margin-top: 0.5rem;
}
.News_01 .box .page div {
  text-align: center;
}
.News_01 .box .page div span {
  width: 12px;
  height: 12px;
  background: #5092a3;
  opacity: 0.5;
}
.News_01 .box .page div .swiper-pagination-bullet-active {
  opacity: 1;
}
.News_02 .box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.64rem 0.3rem;
}
.News_02 .box .item .a {
  display: block;
}
.News_02 .box .item .a .content1 {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.News_02 .box .item .a .content1 img {
  width: 100%;
}
.News_02 .box .item .a .content1::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  opacity: 0;
}
.News_02 .box .item .a .content1 p {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: var(--f18);
  color: #fff;
  z-index: 2;
  opacity: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  text-transform: uppercase;
}
.News_02 .box .item .a .content1 p i {
  margin-left: 0.35rem;
  font-size: var(--f16);
}
.News_02 .box .item .a .content2 {
  font-size: var(--f20);
  color: #5092a3;
  padding: 0.34rem 0 0.24rem;
}
.News_02 .box .item .a .content3 {
  font-family: 'MontserratR';
  font-size: var(--f24);
  color: #000;
  height: 2.8em;
  max-height: 2.8em;
  line-height: 1.4;
  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;
}
.News_02 .box .item .a .content4 {
  margin-top: 0.16rem;
  font-size: var(--f18);
  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;
}
@media screen and (min-width: 1200px) {
  .News_02 .box .item .a:hover .content1 {
    -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.2);
  }
  .News_02 .box .item .a:hover .content1::after {
    opacity: 1;
  }
  .News_02 .box .item .a:hover .content1 p {
    opacity: 1;
  }
  .News_02 .box .item .a:hover .content3 {
    color: #5092a3;
  }
}
.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;
  margin-top: 0.68rem;
}
.pu_page a {
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  font-family: 'MontserratB';
  color: #7b7b7b;
  margin: 0 0.2rem;
}
.pu_page a i {
  font-size: var(--f16);
}
.pu_page a:hover {
  color: #5092a3;
}
.pu_page .active {
  color: #5092a3;
}
.pu_page .prev a,
.pu_page .next a {
  border: 1px solid #666;
  border-radius: 50%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.pu_page .prev a:hover,
.pu_page .next a:hover {
  color: #fff;
  background: #5092a3;
}
.pu_page .number {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.News_03 .box .boxLeft {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-right: 1.4rem;
}
.News_03 .box .boxLeft .content1 {
  font-family: 'MontserratSb';
  font-size: var(--f48);
}
.News_03 .box .boxLeft .content2 {
  font-size: var(--f18);
  color: #5092a3;
  padding: 0.25rem 0;
}
.News_03 .box .boxLeft .content3 {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  font-size: var(--f18);
  color: #333;
  line-height: 1.8;
  line-height: 2;
  padding: 0.32rem 0 0.64rem;
  font-family: 'MontserratR';
}
.News_03 .box .boxLeft .content4 {
  padding-top: 0.42rem;
}
.News_03 .box .boxLeft .content4 a {
  display: block;
  font-size: var(--f18);
  font-family: 'MontserratR';
  color: #666;
  -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;
}
.News_03 .box .boxLeft .content4 a:hover {
  color: #5092a3;
}
.News_03 .box .boxLeft .content4 .next {
  margin-top: 0.2rem;
}
.News_03 .box .boxRight {
  width: 3.8rem;
}
.News_03 .box .boxRight .list {
  position: -webkit-sticky;
  position: sticky;
  top: calc(var(--nav_height) + 0.2rem);
}
.News_03 .box .boxRight .list .h5 {
  font-size: var(--f24);
  font-family: 'MontserratB';
}
.News_03 .box .boxRight .list section {
  margin-top: 0.4rem;
  display: grid;
  gap: 0.5rem;
}
.News_03 .box .boxRight .list section .item .a {
  display: block;
}
.News_03 .box .boxRight .list section .item .a .content1 {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.News_03 .box .boxRight .list section .item .a .content1 img {
  width: 100%;
}
.News_03 .box .boxRight .list section .item .a .content1::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  opacity: 0;
}
.News_03 .box .boxRight .list section .item .a .content1 p {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: var(--f18);
  color: #fff;
  z-index: 2;
  opacity: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  text-transform: uppercase;
}
.News_03 .box .boxRight .list section .item .a .content1 p i {
  margin-left: 0.35rem;
  font-size: var(--f16);
}
.News_03 .box .boxRight .list section .item .a .content2 {
  font-size: var(--f18);
  color: #5092a3;
  padding: 0.22rem 0 0.2rem;
}
.News_03 .box .boxRight .list section .item .a .content3 {
  font-family: 'MontserratR';
  font-size: var(--f22);
  color: #000;
  height: 2.8em;
  max-height: 2.8em;
  line-height: 1.4;
  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;
  height: auto;
}
@media screen and (min-width: 1200px) {
  .News_03 .box .boxRight .list section .item .a:hover .content1 {
    -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.2);
  }
  .News_03 .box .boxRight .list section .item .a:hover .content1::after {
    opacity: 1;
  }
  .News_03 .box .boxRight .list section .item .a:hover .content1 p {
    opacity: 1;
  }
  .News_03 .box .boxRight .list section .item .a:hover .content3 {
    color: #5092a3;
  }
}
.Contact_01 .desc {
  font-size: var(--f20);
  text-align: center;
  color: #333;
  line-height: 1.8;
  margin-top: 0.16rem;
}
.Contact_01 .box .list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.2rem;
}
.Contact_01 .box .list .item {
  position: relative;
}
.Contact_01 .box .list .item input {
  height: 0.46rem;
  background: none;
  border: 1px solid #ddd;
  width: 100%;
  border-radius: 0.3rem;
  padding: 0 0.3rem;
  font-size: var(--f16);
  position: relative;
  z-index: 2;
}
.Contact_01 .box .list .item input:not(:placeholder-shown) + p {
  opacity: 0;
}
.Contact_01 .box .list .item p {
  position: absolute;
  left: 0.3rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #999;
}
.Contact_01 .box .list .item p span {
  color: #c70000;
}
.Contact_01 .box .list1 {
  margin-top: 0.2rem;
}
.Contact_01 .box .list1 .item {
  position: relative;
}
.Contact_01 .box .list1 .item textarea {
  height: 1.6rem;
  background: none;
  border: 1px solid #ddd;
  width: 100%;
  border-radius: 0.2rem;
  padding: 0.2rem 0.3rem;
  font-size: var(--f16);
  position: relative;
  z-index: 2;
  resize: none;
}
.Contact_01 .box .list1 .item textarea:not(:placeholder-shown) + p {
  opacity: 0;
}
.Contact_01 .box .list1 .item p {
  position: absolute;
  left: 0.3rem;
  top: 0.2rem;
  color: #999;
}
.Contact_01 .box .list1 .item p span {
  color: #c70000;
}
.Contact_01 .box .list2 {
  margin-top: 0.3rem;
  color: #999;
  font-size: var(--f16);
}
.Contact_01 .box .list2 .layui-form-checkbox[lay-skin=primary] i {
  background: none;
  border-radius: 50%;
  border-color: #5092a3;
}
.Contact_01 .box .list2 .layui-form-checked[lay-skin=primary] i {
  background: #5092a3;
}
.Contact_01 .box .list2 .layui-form-checkbox[lay-skin=primary] {
  padding-left: 0;
}
.Contact_01 .box .list2 a {
  color: #5092a3;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Contact_01 .box .list2 a:hover {
  text-decoration: underline;
}
.Contact_01 .box .list3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.36rem;
}
.Contact_01 .box .list3 label p {
  text-transform: uppercase;
  color: #fff;
  background: #5092a3;
  line-height: 0.45rem;
  width: 1.6rem;
  text-align: center;
  border-radius: 0.3rem;
  cursor: pointer;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Contact_01 .box .list3 label p:hover {
  -webkit-box-shadow: 0px 0px 10px rgba(80, 146, 163, 0.5);
  box-shadow: 0px 0px 10px rgba(80, 146, 163, 0.5);
}
.Contact_02 .box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.2rem;
}
.Contact_02 .box .item {
  min-height: 1rem;
  border-radius: 10px;
  padding: 0.35rem;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.Contact_02 .box .item .content1 {
  font-family: 'MontserratB';
  font-size: var(--f30);
  padding-bottom: 0.3rem;
  border-bottom: 1px solid #ddd;
}
.Contact_02 .box .item .content2 {
  padding: 0.3rem 0 0;
}
.Contact_02 .box .item .content2 > div {
  font-size: var(--f20);
  color: #999;
  font-family: 'MontserratM';
  margin-bottom: 0.15rem;
}
.Contact_02 .box .item .content2 > div .bot {
  color: #111;
  margin-top: 0.06rem;
}
.Contact_02 .box .item .content2 > div .bot a {
  color: #111;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Contact_02 .box .item .content2 > div .bot a:hover {
  color: #5092a3;
}
.Contact_03 .toggle {
  margin-top: 0.45rem;
}
.Contact_03 .toggle ul {
  border-bottom: 1px solid #ddd;
}
.Contact_03 .toggle ul li {
  font-size: var(--f24);
  cursor: pointer;
  color: #000;
  font-family: 'MontserratB';
  border-bottom: 2px solid transparent;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  margin-right: 0.65rem;
  padding-bottom: 0.2rem;
}
.Contact_03 .toggle ul li:last-child {
  margin-right: 0;
}
.Contact_03 .toggle ul li:hover {
  color: #5092a3;
}
.Contact_03 .toggle ul .active {
  color: #5092a3;
  border-color: #5092a3;
}
.Contact_03 .box .item {
  overflow: hidden;
  border-radius: 10px;
  position: relative;
  display: none;
}
.Contact_03 .box .item img {
  width: 100%;
}
.Contact_03 .box .item .posi {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #5092a3;
  padding: 0 0.2rem;
  text-transform: uppercase;
  color: #fff;
  line-height: 0.45rem;
  border-radius: 0.3rem;
  font-size: var(--f16);
  transition: .4s;
}
    .Contact_03 .box .item .posi:hover{
      -webkit-box-shadow: 0px 0px 10px rgba(80, 146, 163, 0.5);
    box-shadow: 0px 0px 10px rgba(80, 146, 163, 0.5);
  }
  
  
.Contact_03 .box .item .posi svg {
  margin-right: 0.1rem;
}
.Contact_03 .box .active {
  display: block;
}
@media screen and (max-width: 1520px) {
  .Home_Four .box .item .content2 {
    line-height: 1.5;
  }
  .Footer_Container .box .boxRight .item {
    margin-left: 0.3rem;
  }
  .About_05 .box .boxLeft ul .active .bot .scroll {
    height: -webkit-calc(12.25em);
    height: calc(1.75em*7);
  }
  .About_03 .box .item .content1 img {
    height: 0.74rem;
  }
  .News_03 .box .boxLeft {
    padding-right: 1.2rem;
  }
  .News_03 .box .boxRight .list section .item .a .content1 p {
    white-space: nowrap;
  }
  .News_03 .box .boxRight .list section .item .a .content1 p i {
    margin-left: 0.15rem;
  }
  .News_02 .box .item .a .content1 p i,
  .Home_News .box .list .a .content1 p i {
    margin-left: 0.15rem;
  }
  .Header_Container .box nav .item > p a,
  .Footer_Container .box .boxRight .item .h5 a {
    font-size: var(--f18);
  }
  .Footer_Container .box .boxLeft .feng ul li a svg {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
  }
}
@media screen and (max-width: 1281px) {
  .Header_Container .box nav .item {
    padding: 0 0.15rem;
  }
  .Footer_Container .box .boxRight .item ul li a {
    font-size: var(--f16);
  }
  .Solution_14 .box .button div {
    --w: 2.44rem;
  }
  .About_04 .box .banner .swiper-slide .content3 {
    line-height: 1.6;
  }
}
@media screen and (max-width: 1200px) {
  .Header_Container {
    display: none;
  }
  .Home_Four .box {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5rem 0.2rem;
  }
  .Home_News .box {
    grid-template-columns: repeat(1, 1fr);
    gap: 0.5rem;
  }
  .Home_Solutions .box {
    padding-right: var(--interval);
  }
  .Home_Solutions .box .swiper-slide .item .orientation .content2 {
    grid-template-rows: 1fr;
    opacity: 1;
  }
  .Home_Contact .box .boxRight .list .item input,
  .Contact_01 .box .list .item input,
  .Footer_Container .box .boxLeft form input {
    height: 0.56rem;
  }
  .Footer_Container .box .boxRight {
    display: none;
  }
  .Home_Contact .box .boxRight .list3 label p,
  .Contact_01 .box .list3 label p {
    line-height: 0.55rem;
    width: 1.8rem;
  }
  .Product_01 .desc_01 {
    padding-right: 0;
  }
  .Product_03 .box .swiper .item .content2 {
    font-size: var(--f26);
  }
  .Product_04 .box img {
    min-height: 4rem;
  }
  .Solution_12 .box {
    padding-right: 0;
  }
  .Solution_14 .box .swiper-slide {
    width: 7.6rem;
  }
  .Solution_14 .box .button div {
    --w: 3vw;
  }
  .Solution_15 .box .boxRight {
    -webkit-box-flex: 1;
    -webkit-flex: 1 100%;
    -ms-flex: 1 100%;
    flex: 1 100%;
    padding-left: 0;
    margin-top: 0.6rem;
  }
  .Solution_15 .box .boxRight .list ul li {
    padding: 0.3rem 0;
  }
  .Solution_01 .box .item .boxLeft {
    width: 100%;
    padding-right: 0;
  }
  .Solution_01 .box .item:nth-child(2n) {
    -webkit-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
  }
  .Solution_01 .box .item:nth-child(2n) .boxLeft {
    padding: 0;
  }
  .Solution_01 .box .item .boxRight {
    width: 100%;
    margin-top: 0.3rem;
  }
  .FAQ_01 .box .boxLeft {
    width: 3.6rem;
    padding-right: 0.4rem;
  }
  .FAQ_02 .toggle ul li {
    margin-right: 0.4rem;
  }
  .About_04 .box .width {
    width: 0.5rem;
  }
  .About_04 .box .banner {
    padding: 0 1rem;
  }
  .About_02 .box {
    --w1: 100%;
    --w2: 100%;
    --h1: 6rem;
  }
  .About_02 .box .swiper-slide .item .orientation {
    display: none;
  }
  .About_02 .box .swiper-slide .item .orientation2 {
    opacity: 1;
    background: none;
  }
  .News_03 .box .boxRight .list section {
    gap: 0.64rem 0.3rem;
  }
  .Product_01 .box,
  .Product_02 .box,
  .Solution_13 .box,
  .About_03 .box,
  .News_02 .box,
  .News_03 .box .boxRight .list section {
    grid-template-columns: repeat(2, 1fr);
  }
  .Home_Contact .box .boxLeft,
  .Home_About .box .boxLeft,
  .About_01 .box .boxLeft,
  .About_05 .box .boxLeft,
  .News_01 .box .swiper .boxLeft,
  .News_03 .box .boxLeft,
  .Product_06 .box .boxLeft {
    width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1 100%;
    -ms-flex: 1 100%;
    flex: 1 100%;
    padding-right: 0;
  }
  .Home_Contact .box .boxRight,
  .Home_About .box .boxRight,
  .About_01 .box .boxRight,
  .About_05 .box .boxRight,
  .News_01 .box .swiper .boxRight,
  .News_03 .box .boxRight,
  .Product_06 .box .boxRight {
    -webkit-box-flex: 1;
    -webkit-flex: 1 100%;
    -ms-flex: 1 100%;
    flex: 1 100%;
    width: 100%;
    margin-top: 0.6rem;
    padding-left: 0;
  }
  .MobileMain .HeaderMobile .box .button .Language a svg {
    margin-right: 5px;
    vertical-align: middle;
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  .MobileMain .HeaderMobile .box .logo a img {
    height: 40px;
  }
  .Home_Four .box .item {
    padding: 0;
  }
  .mbx {
    top: 0.5rem;
  }
  .button_01 div {
    width: 0.64rem;
    height: 0.64rem;
  }
  .About_02 .box .swiper-slide .item .orientation2 > div .bot {
    height: -webkit-calc(10.8em);
    height: calc(1.8em * 6);
    overflow: auto;
    overflow-x: hidden;
    overflow-y: auto;
    padding-right: 0.1rem;
  }
  .About_02 .box .swiper-slide .item .orientation2 > div .bot::-webkit-scrollbar {
    width: 2px;
    height: 2px;
  }
  .About_02 .box .swiper-slide .item .orientation2 > div .bot::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background: #fff;
  }
  .About_02 .box .swiper-slide .item .orientation2 > div .bot::-webkit-scrollbar-track {
    border-radius: 2px;
    background: rgba(255, 255, 255, 0.1);
  }
  @-moz-document url-prefix() {
    .About_02 .box .swiper-slide .item .orientation2 > div .bot {
      scrollbar-color: #5092a3 rgba(255, 255, 255, 0.1);
      scrollbar-width: thin;
    }
  }
  .Solution_14 .box .button div {
    width: 0.64rem;
    height: 0.64rem;
  }
  .About_04 .box .button div {
    width: 0.64rem;
    height: 0.64rem;
  }
  .Contact_03 .box .item .posi {
    padding: 0 0.3rem;
    line-height: 0.55rem;
    border-radius: 0.4rem;
  }
  

  .Footer_Container .box1 .left {
    width: 100%;
    margin-bottom: 0.1rem;
  }
  .Solution_13 .box .item .content2 {
    margin: 0.25rem 0;
  }
  .About_05 .box .boxLeft ul li .bot {
    padding-right: 0rem;
  }
  .About_05 .box .boxLeft ul li .bot .scroll {
    padding-right: 0.4rem;
  }
  .pu_page a {
    margin: 0 0.1rem;
  }
}
@media screen and (max-width: 699px) {
  .Home_Four .box .item .content2 {
    font-size: var(--f16);
  }
  .Home_Solutions .box .swiper-slide .item {
    width: 100%;
  }
  .Home_Solutions .box .swiper-slide .item .img {
    width: 100%;
  }
  .Home_Solutions .box .swiper-slide .item img {
    width: 100%;
  }
  .Home_Solutions .box {
    --w1: 100%;
    --w2: 100%;
    --h1: 6rem;
  }
  .Home_Contact .box .boxRight .list {
    grid-template-columns: repeat(1, 1fr);
  }
  .Home_Contact .box .boxRight .list .item input,
  .Contact_01 .box .list .item input,
  .Footer_Container .box .boxLeft form input {
    height: 0.8rem;
    border-radius: 0.4rem;
  }
  .Home_Contact .box .boxRight .list1 .item textarea {
    height: 2.5rem;
    border-radius: 0.4rem;
  }
  .Home_Contact .box .boxRight .list3 label p,
  .Contact_01 .box .list3 label p {
    line-height: 0.75rem;
    width: 2.5rem;
    border-radius: 0.4rem;
  }
  .Footer_Container .box .boxLeft {
    width: 100%;
  }
  .Footer_Container .box .boxLeft form input {
    width: 100%;
  }
  .mbx {
    top: 0.3rem;
  }
  .Product_01 .box,
  .Product_02 .box,
  .Solution_13 .box,
  .About_03 .box,
  .News_02 .box,
  .News_03 .box .boxRight .list section {
    grid-template-columns: repeat(1, 1fr);
  }
  .Product_01 .box .item a .content2,
  .Product_11 .box .item a .content2,
  .Solution_16 .box .item a .content2,
  .Product_02 .box .item .content2 {
    margin-top: 0.3rem;
  }
  .Product_04 .box img {
    min-height: 5rem;
  }
  .Product_05 .box .boxLeft {
    max-width: 100%;
    width: 100%;
  }
  .Product_05 .box .boxRight {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1 100%;
    -ms-flex: 1 100%;
    flex: 1 100%;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 0.5rem;
  }
  .Product_10 .box p {
    padding-left: 0.26rem;
  }
  .Product_11 .f48 {
    max-width: 70%;
  }
  .Solution_14 .box .swiper-slide {
    width: 90vw;
  }
  .Solution_14 .box .button div {
    --w: 7vw;
  }
  .FAQ_01 .box .boxLeft {
    width: 100%;
    padding-right: 0;
  }
  .FAQ_01 .box .boxRight {
    width: 100%;
    margin-top: 0.6rem;
  }
  .FAQ_01 .box .boxRight .list .item .top {
    padding: 0.22rem 0rem;
    padding-right: 1rem;
  }
  .FAQ_01 .box .boxRight .list .item .top::before,
  .About_05 .box .boxLeft ul li .top::before,
  .About_05 .box .boxLeft ul li .top::after,
  .FAQ_01 .box .boxRight .list .item .top::after {
    right: 0;
  }
  .FAQ_01 .box .boxLeft ul li a {
    padding: 0.3rem 0;
    padding-right: 0.6rem;
  }
  .FAQ_02 .box .toggleMain {
    grid-template-columns: repeat(1, 1fr);
  }
  .FAQ_02 .box .toggleMain .item .content1 img {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
  .About_04 .box .button div {
    top: -webkit-calc(66.68px);
    top: calc(67px - 0.32rem);
  }
  .About_05 .box .boxLeft ul li .bot {
    padding-right: 0;
  }
  .About_05 .box .boxLeft ul li .top {
    line-height: 0.95rem;
  }
  .pu_page {
    display: none;
  }
  .Contact_01 .box .list,
  .Contact_02 .box {
    grid-template-columns: repeat(1, 1fr);
  }
  .Contact_01 .box .list1 .item textarea {
    height: 2.6rem;
    border-radius: 0.4rem;
  }
  .Contact_03 .toggle ul {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 0.3rem;
  }
  .Contact_03 .toggle ul li {
    width: 100%;
    margin-right: 0;
  }
  .Contact_03 .box .item img {
    min-height: 4rem;
  }
  .Contact_03 .box .item .posi {
    padding: 0 0.3rem;
    line-height: 0.65rem;
    border-radius: 0.4rem;
  }
  .Contact_03 .toggle ul li {
    font-size: var(--f20);
  }
  .Contact_03 .box .item .posi {
    white-space: nowrap;
  }
}
/*# sourceMappingURL=./style.css.map */