:root {
  --swiper-theme-color: #FFAC14;
  --bold: 500;
  --line: 40px;
}
body {
  --www: 1.5rem;
  --interval: var(--www);
  --nav_height: 1rem;
  --color: #FFAC14;
  --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;
  --f50: 0.5rem;
  --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: 15px;
    --f20: 17px;
    --f22: 18px;
    --www: 1.2rem;
  }
}
@media screen and (max-width: 1200px) {
  body {
    --f22: 18px;
    --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;
    --f50: 0.5rem;
    --f52: 0.4rem;
    --f54: 0.42rem;
    --f56: 0.42rem;
    --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.28rem;
    --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;
    --f50: 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: #FFAC14;
}
body::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1);
}
@-moz-document url-prefix() {
  body {
    scrollbar-color: #FFAC14 rgba(0, 0, 0, 0.1);
    scrollbar-width: thin;
  }
}
.wMain {
  padding-left: var(--interval);
  padding-right: var(--interval);
  width: 100%;
}
.swiper-button-lock,
.swiper-pagination-lock {
  display: none !important;
}
.button-disabled {
  cursor: no-drop !important;
  pointer-events: none;
  opacity: 0.3;
}
.swiper-button-disabled {
  cursor: no-drop !important;
}
.dw {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.flex_center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  .pc_main {
    display: none !important;
  }
}
.phone_main {
  display: none !important;
}
@media screen and (max-width: 1200px) {
  .phone_main {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
.center {
  text-align: center;
}
.white {
  color: #fff;
}
.bgColor {
  background: #ECEDF4;
}
.pt {
  padding-top: 1rem;
}
.pb {
  padding-bottom: 1rem;
}
.mt {
  margin-top: 0.56rem;
}
.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;
}
.null_height {
  padding: 20vh 0;
  font-size: var(--f18);
  color: #999;
  text-align: center;
}
.null_height span {
  color: #FFAC14;
}
.Search_List .box1 {
  padding: 1.4rem 0 0.5rem;
  font-size: var(--f20);
  background: #ECEDF4;
}
.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: #FFAC14;
  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: #FFAC14;
}
.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;
}
.Search_1 .box .content1 {
  font-size: var(--f36);
  text-align: center;
  color: #111;
}
.Search_1 .box .content1 span {
  color: #FFAC14;
}
.Search_1 .box .content2 {
  margin-top: 0.7rem;
}
.Search_1 .box .content2 form {
  width: min(12rem, 100%);
  margin: auto;
  padding-bottom: 0.12rem;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 1200x) {
  .Search_1 .box .content2 form {
    width: 100%;
  }
}
.Search_1 .box .content2 form .icon {
  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;
}
.Search_1 .box .content2 form .input {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.Search_1 .box .content2 form .input input {
  height: 0.56rem;
  width: 100%;
  padding: 0 0.24rem;
  font-size: var(--f16);
  border: 0;
}
@media screen and (max-width: 1200px) {
  .Search_1 .box .content2 form .input input {
    height: 0.76rem;
  }
}
.Search_1 .box .content2 form .btn input {
  font-size: var(--f16);
  font-family: 'MB';
  color: #fff;
  background: #FFAC14;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 1.8rem;
  line-height: 0.56rem;
  border-radius: 5px;
  padding: 0 0.3rem;
  text-align: center;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  cursor: pointer;
  border: 0;
}
@media screen and (max-width: 1200px) {
  .Search_1 .box .content2 form .btn input {
    line-height: 0.76rem;
  }
}
.Search_2 .h5 {
  font-family: 'MB';
  font-size: var(--f24);
  margin: 0.9rem 0 0.35rem;
}
.Search_2 .box {
  display: grid;
  gap: 0.1rem;
}
.Search_2 .box .item a {
  background: #ECEDF4;
  padding: 0.3rem 2.5rem 0.3rem 0.4rem;
  border-radius: 10px;
}
@media screen and (max-width: 699px) {
  .Search_2 .box .item a {
    padding: 0.3rem;
  }
}
.Search_2 .box .item a .content1 {
  font-size: var(--f16);
  color: #FFAC14;
}
.Search_2 .box .item a .content2 {
  font-size: var(--f20);
  color: #000;
  font-family: 'MB';
  height: 1.2em;
  max-height: 1.2em;
  line-height: 1.2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-justify: distribute-all-lines;
  margin-top: 10px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Search_2 .box .item a .content3 {
  font-size: var(--f16);
  font-family: 'MB';
  color: #FFAC14;
  position: absolute;
  right: 0.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.Search_2 .box .item a .content3 i {
  font-size: var(--f14);
  font-weight: bold;
  margin-left: 0.06rem;
}
.Search_2 .box .item a .content3 svg {
  margin-left: 0.1rem;
}
@media screen and (max-width: 699px) {
  .Search_2 .box .item a .content3 {
    display: none;
  }
}
.Search_2 .box .item a:hover .content2 {
  color: #FFAC14;
}
.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: #FFAC14;
}
.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: #FFAC14;
}
.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: #FFAC14;
}
.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: #FFAC14;
}
.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: #FFAC14;
}
.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: #FFAC14;
}
.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(6.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;
  border-radius: 20px;
}
.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(--f26);
  color: #ccc;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  font-weight: bold;
}
.Layer_Upload .box .close:hover i {
  color: #FFAC14;
}
.Layer_Upload .box .content1 {
  font-size: 0.36rem;
  line-height: 1;
}
.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 #FFAC14;
}
.Layer_Upload .box .content3 {
  font-size: var(--f20);
  color: #999;
  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: #FFAC14;
  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%;
  z-index: -1;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  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 .logo {
  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 {
  position: relative;
}
.Header_Container .box .logo a img {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Header_Container .box .logo a .img2 {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.Header_Container .box .nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.Header_Container .box .nav .item {
  padding: 0 0.2rem;
}
.Header_Container .box .nav .item > p a {
  color: #fff;
  line-height: var(--nav_height);
  font-size: var(--f16);
  opacity: 0.8;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Header_Container .box .nav .item:hover > p a {
  opacity: 1;
}
.Header_Container .box .nav .item:hover .select_nav {
  opacity: 1;
  pointer-events: auto;
}
.Header_Container .box .nav .active > p a {
  opacity: 1;
}
.Header_Container .box .button {
  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 path {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Header_Container .box .language a {
  font-size: var(--f16);
  color: #fff;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Header_Container .box .language a span {
  margin: 0 8px;
}
.Header_Container .box .shu {
  margin: 0 0.2rem 0 0.35rem;
}
.Header_Container .box .shu p {
  height: 26px;
  width: 1px;
  background: #fff;
  opacity: 0.2;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Header_Container .box .call {
  font-family: 'MM';
  font-size: var(--f16);
  color: #fff;
  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 .call p {
  width: 26px;
  height: 26px;
  background: #293689;
  border-radius: 50%;
  margin-right: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.Header_Container .box .call p svg {
  margin: auto;
  -webkit-animation: headanim 0.5s ease 0s infinite;
  animation: headanim 0.5s ease 0s infinite;
}
.Header_Container .box .getPlay {
  margin-left: 0.25rem;
}
.Header_Container.active::before,
.Header_Container.on::before,
.Header_Container.sticky::before,
.Header_Container.act::before {
  opacity: 0;
}
.Header_Container.active .box .logo a .img1,
.Header_Container.on .box .logo a .img1,
.Header_Container.sticky .box .logo a .img1,
.Header_Container.act .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,
.Header_Container.act .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,
.Header_Container.act .box .nav .item > p a {
  color: #333;
  opacity: 1;
}
.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,
.Header_Container.act .box .nav .item:hover > p a {
  color: #293689;
}
.Header_Container.active .box .nav .item.active > p a,
.Header_Container.on .box .nav .item.active > p a,
.Header_Container.sticky .box .nav .item.active > p a,
.Header_Container.act .box .nav .item.active > p a {
  color: #293689;
}
.Header_Container.active .box .language a,
.Header_Container.on .box .language a,
.Header_Container.sticky .box .language a,
.Header_Container.act .box .language a {
  color: #333;
}
.Header_Container.active .box .language a svg path,
.Header_Container.on .box .language a svg path,
.Header_Container.sticky .box .language a svg path,
.Header_Container.act .box .language a svg path {
  fill: #293689;
}
.Header_Container.active .box .shu p,
.Header_Container.on .box .shu p,
.Header_Container.sticky .box .shu p,
.Header_Container.act .box .shu p {
  background: #E1E1E1;
  opacity: 1;
}
.Header_Container.active .box .call,
.Header_Container.on .box .call,
.Header_Container.sticky .box .call,
.Header_Container.act .box .call {
  color: #000;
}
.Header_Container.active,
.Header_Container.on,
.Header_Container.sticky {
  background: #fff;
  -webkit-box-shadow: 0 0 0 1px #E7E7E7;
  box-shadow: 0 0 0 1px #E7E7E7;
}
.Header_Container.sticky{
    position: sticky;
}
.select_nav {
  position: absolute;
  left: 0;
  width: 100%;
  background: #fff;
  pointer-events: none;
  opacity: 0;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.07);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.07);
}
.select_nav ._box {
  padding: 0.3rem 0;
}
.select_nav ._box ul li {
  margin: 0 0.22rem;
}
.select_nav ._box ul li a {
  font-size: var(--f16);
  color: #333;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.select_nav ._box ul li a img {
  margin-right: 0.1rem;
  opacity: 0.2;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.select_nav ._box ul li:hover a {
  color: #293689;
}
.select_nav ._box ul li:hover a img {
  opacity: 1;
}
.select_nav ._box ul .active a {
  color: #293689;
}
.select_nav ._box ul .active a img {
  opacity: 1;
}
.Home_Banner {
  position: relative;
}
.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: 48vh;
  }
}
.Home_Banner .banner .video {
  position: relative;
}
.Home_Banner .banner .video::after {
  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 {
  overflow: hidden;
  opacity: 0;
}
.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;
  color: #fff;
}
.Home_Banner .banner .swiper-slide .orientation .content1 {
  font-size: 0.66rem;
}
.Home_Banner .banner .swiper-slide .orientation .content2 {
  margin-top: 0.32rem;
}
.Home_Banner .banner .swiper-slide-active img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.Home_Banner .page {
  position: absolute;
  left: var(--interval);
  bottom: 0.75rem;
  z-index: 2;
}
.Home_Banner .scroll {
  position: absolute;
  bottom: 0.55rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 2;
  cursor: pointer;
}
.Home_Banner .scroll p {
  -webkit-animation: move-the-circle 1s infinite;
  animation: move-the-circle 1s infinite;
}
.Home_Banner .data {
  position: absolute;
  right: var(--interval);
  bottom: 0.26rem;
  z-index: 2;
  color: #fff;
}
.Home_Banner .data .top {
  font-size: var(--f22);
}
.Home_Banner .data .bot {
  position: relative;
  font-family: 'MB';
  font-size: 1.16rem;
  line-height: 1;
  margin-top: 5px;
}
.Home_Banner .data .bot .p1 {
  opacity: 0;
}
.Home_Banner .data .bot .p2 {
  position: absolute;
  left: 0;
  top: 0;
}
@-webkit-keyframes move-the-circle {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, 30px);
    transform: translate(0, 30px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes move-the-circle {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, 30px);
    transform: translate(0, 30px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-webkit-keyframes line {
  0% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes line {
  0% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.InnerBanner {
  overflow: hidden;
}
.InnerBanner .img img {
  width: 100%;
}
.title_01 .h5 {
  font-size: var(--f52);
  font-weight: var(--bold);
}
.title_01 .h6 {
  color: #333;
  font-size: var(--f36);
  margin-top: 4px;
}
.m40 {
  margin-top: 0.4rem;
}
.inner_toggle .box ul li {
  margin-right: 0.64rem;
  cursor: pointer;
}
.inner_toggle .box ul li:last-child {
  margin-right: 0;
}
.inner_toggle .box ul li a {
  font-size: var(--f20);
  color: #333;
  padding-bottom: 0.18rem;
  border-bottom: 2px solid transparent;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.inner_toggle .box ul li a:hover {
  border-bottom-color: #FFAC14;
}
.inner_toggle .box ul .active a {
  color: #000;
  border-bottom-color: #FFAC14;
}
.heng {
  height: 1px;
  background: #E1E1E1;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.link_01 .a {
  font-size: var(--f18);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #333;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.link_01 .a p {
  width: var(--line);
  height: var(--line);
  border: 1px solid #FFAC14;
  border-radius: 50%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  margin-left: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.link_01 .a p svg {
  margin: auto;
  stroke: #FFAC14;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.link_01 .a:hover p {
  -webkit-transform: translateX(0.1rem);
  -ms-transform: translateX(0.1rem);
  transform: translateX(0.1rem);
}
.link_02 .a {
  font-size: var(--f18);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.link_02 .a p {
  width: var(--line);
  height: var(--line);
  border: 1px solid #FFAC14;
  border-radius: 50%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  margin-left: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: #FFAC14;
}
.link_02 .a p svg {
  margin: auto;
  stroke: #fff;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.link_02 .a:hover p {
  -webkit-transform: translateX(0.1rem);
  -ms-transform: translateX(0.1rem);
  transform: translateX(0.1rem);
}
.News_1 .box .swiper {
  background: #ECEDF4;
  border-radius: 20px;
  overflow: hidden;
}
.News_1 .box .swiper-slide .item .boxLeft {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.News_1 .box .swiper-slide .item .boxLeft p {
  overflow: hidden;
  border-radius: 20px 0 0 20px;
  height: 100%;
}
.News_1 .box .swiper-slide .item .boxLeft p img {
  width: 100%;
  height: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.News_1 .box .swiper-slide .item .boxRight {
  width: 6.56rem;
  padding: 0.5rem 0.65rem 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.News_1 .box .swiper-slide .item .boxRight > div .content1 {
  font-size: var(--f18);
  color: #666;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.News_1 .box .swiper-slide .item .boxRight > div .content2 {
  font-size: var(--f32);
  font-weight: var(--bold);
  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;
  margin-top: 10px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.News_1 .box .swiper-slide .item .boxRight > div .content3 {
  font-size: var(--f18);
  height: 5.4em;
  max-height: 5.4em;
  line-height: 1.8;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-justify: distribute-all-lines;
  margin-top: 0.25rem;
  color: #666;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.News_1 .box .swiper-slide .item .boxRight > div .heng {
  margin: 0.82rem 0 0.28rem;
}
.News_1 .box .swiper-slide .item .boxRight > div .content4 .a {
  font-size: var(--f18);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #333;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.News_1 .box .swiper-slide .item .boxRight > div .content4 .a p {
  width: var(--line);
  height: var(--line);
  border: 1px solid #FFAC14;
  border-radius: 50%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  margin-left: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.News_1 .box .swiper-slide .item .boxRight > div .content4 .a p svg {
  margin: auto;
  stroke: #FFAC14;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.News_1 .box .swiper-slide .item .boxRight > div .content4 .a:hover p {
  -webkit-transform: translateX(0.1rem);
  -ms-transform: translateX(0.1rem);
  transform: translateX(0.1rem);
}
.News_1 .box .swiper-slide .item:hover .boxLeft p img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.News_1 .box .swiper-slide .item:hover .boxRight {
  background: #293689;
}
.News_1 .box .swiper-slide .item:hover .boxRight .content1,
.News_1 .box .swiper-slide .item:hover .boxRight .content2,
.News_1 .box .swiper-slide .item:hover .boxRight .content3 {
  color: #fff;
}
.News_1 .box .swiper-slide .item:hover .boxRight .heng {
  opacity: 0.3;
}
.News_1 .box .swiper-slide .item:hover .boxRight .content4 .a {
  font-size: var(--f18);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.News_1 .box .swiper-slide .item:hover .boxRight .content4 .a p {
  width: var(--line);
  height: var(--line);
  border: 1px solid #FFAC14;
  border-radius: 50%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  margin-left: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: #FFAC14;
}
.News_1 .box .swiper-slide .item:hover .boxRight .content4 .a p svg {
  margin: auto;
  stroke: #fff;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.News_1 .box .swiper-slide .item:hover .boxRight .content4 .a:hover p {
  -webkit-transform: translateX(0.1rem);
  -ms-transform: translateX(0.1rem);
  transform: translateX(0.1rem);
}
.News_1 .box .page {
  margin-top: 0.5rem;
}
.banner_page {
  --swiper-pagination-bullet-horizontal-gap: 0.1rem;
}
.banner_page > div {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.banner_page .swiper-pagination-bullet {
  width: auto;
  height: auto;
  opacity: 1;
  border-radius: 0;
  background: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.banner_page .swiper-pagination-bullet svg path:nth-child(2) {
  opacity: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.banner_page .swiper-pagination-bullet-active svg path:nth-child(2) {
  opacity: 1;
}
.Newheng {
  margin: 0.6rem 0;
}
.News_2 .box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.4rem 0.45rem;
}
.News_2 .box .item a {
  background: #ECEDF4;
  border-radius: 20px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.News_2 .box .item a figure {
  border-radius: 20px 20px 0 0;
  overflow: hidden;
}
.News_2 .box .item a figure img {
  width: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.News_2 .box .item a figcaption {
  padding: 0.38rem 0.36rem;
}
.News_2 .box .item a figcaption .content1 {
  font-size: var(--f18);
  color: #666;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.News_2 .box .item a figcaption .content2 {
  font-size: var(--f22);
  color: #000;
  height: 3.2em;
  max-height: 3.2em;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-justify: distribute-all-lines;
  margin-top: 8px;
  font-weight: var(--bold);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.News_2 .box .item a figcaption .heng {
  margin: 0.26rem 0;
}
.News_2 .box .item a figcaption .content3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.News_2 .box .item a figcaption .content3 .a {
  font-size: var(--f18);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #333;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.News_2 .box .item a figcaption .content3 .a p {
  width: var(--line);
  height: var(--line);
  border: 1px solid #FFAC14;
  border-radius: 50%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  margin-left: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.News_2 .box .item a figcaption .content3 .a p svg {
  margin: auto;
  stroke: #FFAC14;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.News_2 .box .item a figcaption .content3 .a:hover p {
  -webkit-transform: translateX(0.1rem);
  -ms-transform: translateX(0.1rem);
  transform: translateX(0.1rem);
}
.News_2 .box .item a:hover {
  background: #293689;
}
.News_2 .box .item a:hover figure img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.News_2 .box .item a:hover figcaption .content1,
.News_2 .box .item a:hover figcaption .content2 {
  color: #fff;
}
.News_2 .box .item a:hover figcaption .heng {
  opacity: 0.3;
}
.News_2 .box .item a:hover figcaption .content3 .a {
  font-size: var(--f18);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.News_2 .box .item a:hover figcaption .content3 .a p {
  width: var(--line);
  height: var(--line);
  border: 1px solid #FFAC14;
  border-radius: 50%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  margin-left: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: #FFAC14;
}
.News_2 .box .item a:hover figcaption .content3 .a p svg {
  margin: auto;
  stroke: #fff;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.News_2 .box .item a:hover figcaption .content3 .a:hover p {
  -webkit-transform: translateX(0.1rem);
  -ms-transform: translateX(0.1rem);
  transform: translateX(0.1rem);
}
.pu_page {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0.78rem 0 0;
}
.pu_page a {
  width: var(--line);
  height: var(--line);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  transition: 0.4s;
}
.pu_page .prev a,
.pu_page .next a {
  border-radius: 50%;
  border: 1px solid #FFAC14;
}
.pu_page .prev a svg,
.pu_page .next a svg {
  stroke: #FFAC14;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.pu_page .prev a:hover,
.pu_page .next a:hover {
  background: #FFAC14;
}
.pu_page .prev a:hover svg,
.pu_page .next a:hover svg {
  stroke: #fff;
}
.pu_page .number {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0.6rem;
}
.pu_page .number a {
  width: auto;
  font-size: var(--f18);
  margin: 0 0.18rem;
  color: #666;
  border-bottom: 3px solid transparent;
  font-family: 'MM';
  padding: 0 2px;
}
.pu_page .number a:hover {
  border-color: #FFAC14;
}
.pu_page .number .active {
  font-weight: bold;
  border-color: #FFAC14;
}
.Footer_Container {
  background: #1C1E2D;
  padding: 0.8rem 0 0;
}
.Footer_Container .box .boxLeft {
  max-width: 30%;
}
.Footer_Container .box .boxLeft .content1 img {
  max-height: 0.34rem;
}
.Footer_Container .box .boxLeft .content2 {
  margin-top: 0.66rem;
}
.Footer_Container .box .boxLeft .content2 .li {
  position: relative;
  color: #fff;
  font-size: var(--f18);
  margin-bottom: 0.18rem;
  font-family: 'MSB';
  padding-left: 26px;
}
.Footer_Container .box .boxLeft .content2 .li:last-child {
  margin-bottom: 0;
}
.Footer_Container .box .boxLeft .content2 .li img {
  position: absolute;
  left: 0;
  top: 4px;
}
.Footer_Container .box .boxLeft .content3 {
  margin-top: 1.2rem;
  font-size: var(--f20);
  font-family: 'MB';
  color: #fff;
}
.Footer_Container .box .boxLeft .content4 {
  margin-top: 0.2rem;
}
.Footer_Container .box .boxLeft .content4 .item {
  margin-right: 0.22rem;
  position: relative;
}
.Footer_Container .box .boxLeft .content4 .item a {
  width: 0.6rem;
  height: 0.6rem;
  background: rgba(255, 255, 255, 0.2);
  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;
}
.Footer_Container .box .boxLeft .content4 .item a img {
  margin: auto;
  opacity: 0.3;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  width: 0.3rem;
}
.Footer_Container .box .boxLeft .content4 .item .ewm {
  position: absolute;
  bottom: 0.7rem;
  left: 50%;
  -webkit-transform: translateX(-50%) scale(0);
  -ms-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
  -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;
  width: 1.2rem;
  background: #fff;
  padding: 2px;
  border-radius: 5px;
}
.Footer_Container .box .boxLeft .content4 .item .ewm img {
  width: 100%;
}
.Footer_Container .box .boxLeft .content4 .item:hover a {
  background: #FFAC14;
}
.Footer_Container .box .boxLeft .content4 .item:hover a img {
  opacity: 1;
}
.Footer_Container .box .boxLeft .content4 .item:hover .ewm {
  -webkit-transform: translateX(-50%) scale(1);
  -ms-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
}
.Footer_Container .box .boxRight .item {
  margin-left: 1.6rem;
}
.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.34rem;
}
.Footer_Container .box .boxRight .item ul li {
  margin-bottom: 0.2rem;
}
.Footer_Container .box .boxRight .item ul li:last-child {
  margin-bottom: 0;
}
.Footer_Container .box .boxRight .item ul li a {
  font-size: var(--f16);
  color: #fff;
  opacity: 0.6;
  -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 {
  padding: 0.45rem 0;
  margin-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  font-size: var(--f16);
}
.Footer_Container .box1 span {
  color: #fff;
}
.Footer_Container .box1 a {
  display: inline-block;
  color: #fff;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Footer_Container .box1 a:hover {
  opacity: 0.8;
}
.Advertisement {
  position: relative;
  --li: 0.54rem;
}
.Advertisement::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50%;
  background: #1C1E2D;
  width: 100%;
  z-index: -1;
}
.Advertisement .img img {
  width: 100%;
}
.Advertisement .orientation {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}
.Advertisement .orientation .box .h5 {
  font-size: var(--f42);
  color: #fff;
  font-weight: bold;
}
.Advertisement .orientation .box .form {
  margin-top: 0.26rem;
}
.Advertisement .orientation .box .form .boxLeft {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.2rem;
}
.Advertisement .orientation .box .form .boxLeft .item input {
  height: var(--li);
  width: 100%;
  background: none;
  border: 0;
  font-size: var(--f16);
  color: #fff;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.Advertisement .orientation .box .form .boxLeft .item input::-webkit-input-placeholder {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  color: rgba(255, 255, 255, 0.5);
}
.Advertisement .orientation .box .form .boxLeft .item input::-moz-placeholder {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  color: rgba(255, 255, 255, 0.5);
}
.Advertisement .orientation .box .form .boxLeft .item input:-ms-input-placeholder {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  color: rgba(255, 255, 255, 0.5);
}
.Advertisement .orientation .box .form .boxLeft .item input::-ms-input-placeholder {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  color: rgba(255, 255, 255, 0.5);
}
.Advertisement .orientation .box .form .boxLeft .item input::placeholder {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  color: rgba(255, 255, 255, 0.5);
}
.Advertisement .orientation .box .form .boxLeft .item:hover input {
  border-bottom: 1px solid #fff;
}
.Advertisement .orientation .box .form .boxLeft .item:hover input::-webkit-input-placeholder {
  color: #ffffff;
}
.Advertisement .orientation .box .form .boxLeft .item:hover input::-moz-placeholder {
  color: #ffffff;
}
.Advertisement .orientation .box .form .boxLeft .item:hover input:-ms-input-placeholder {
  color: #ffffff;
}
.Advertisement .orientation .box .form .boxLeft .item:hover input::-ms-input-placeholder {
  color: #ffffff;
}
.Advertisement .orientation .box .form .boxLeft .item:hover input::placeholder {
  color: #ffffff;
}
.Advertisement .orientation .box .form .boxRight {
  padding-left: 0.2rem;
}
.Advertisement .orientation .box .gy .list4 {
  color: rgba(255, 255, 255, 0.5);
  font-size: var(--f16);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 0.3rem;
}
.Advertisement .orientation .box .gy .list4 p {
  margin-left: 0.06rem;
}
.Advertisement .orientation .box .gy .list4 p a {
  display: inline-block;
}
.Advertisement .orientation .box .gy .list4 .layui-form-checked[lay-skin="primary"] > i {
  border-color: #FFAC14 !important;
}
.Advertisement .orientation .box .gy .list4 .layui-form-checkbox[lay-skin=primary] i {
  background: none;
  border-radius: 50%;
  border-color: rgba(255, 255, 255, 0.3);
}
.Advertisement .orientation .box .gy .list4 .layui-form-checked[lay-skin=primary] i {
  background: #FFAC14;
  font-weight: bold;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  color: #fff !important;
}
.Advertisement .orientation .box .gy .list4 .layui-form-checkbox[lay-skin=primary]:hover i {
  color: transparent;
}
.Advertisement .orientation .box .gy .list4 .layui-form-checkbox[lay-skin=primary] {
  padding-left: 0;
  -webkit-transform: translateY(2px);
  -ms-transform: translateY(2px);
  transform: translateY(2px);
}
.Advertisement .orientation .box .gy .list4 a {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  color: #fff;
}
.Advertisement .orientation .box .gy .list4 a:hover {
  color: #FFAC14;
}
.button_01 {
  --li: 0.54rem;
}
@media screen and (max-width: 1520px) {
  .button_01 {
    --li: 0.64rem;
  }
}
@media screen and (max-width: 699px) {
  .button_01 {
    --li: 42px;
  }
}
.button_01 .a {
  line-height: var(--li);
  min-width: 1.66rem;
  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;
  font-size: var(--f16);
  color: #fff;
  background-color: #FFAC14;
  border-radius: var(--li);
  cursor: pointer;
  position: relative;
  padding: 0 0.4rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  overflow: hidden;
}
.button_01 .a span {
  position: relative;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.button_01 .a::before {
  content: "";
  position: absolute;
  width: 100px;
  height: 100%;
  background-image: -o-linear-gradient(330deg, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0) 70%);
  background-image: linear-gradient(120deg, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0) 70%);
  top: 0;
  left: -100px;
  opacity: 0.6;
}
.button_01 .a::after {
  content: '';
  position: absolute;
  right: 0.2rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
  background: url(../images/img5.svg) no-repeat 50% 50%;
  background-size: 100% 100%;
  opacity: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.button_01 .a:hover {
  background: rgba(255, 172, 20, 0.9);
}
.button_01 .a:hover::before {
  -webkit-animation: shine 1.5s ease-out infinite;
  animation: shine 1.5s ease-out infinite;
}
@-webkit-keyframes shine {
  0% {
    left: -100px;
  }
  60% {
    left: 100%;
  }
  to {
    left: 100%;
  }
}
@keyframes shine {
  0% {
    left: -100px;
  }
  60% {
    left: 100%;
  }
  to {
    left: 100%;
  }
}
.button_02 {
  --li: 0.54rem;
}
@media screen and (max-width: 1520px) {
  .button_02 {
    --li: 0.64rem;
  }
}
@media screen and (max-width: 699px) {
  .button_02 {
    --li: 42px;
  }
}
.button_02 .a {
  line-height: var(--li);
  min-width: 1.84rem;
  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;
  font-size: var(--f16);
  color: #fff;
  background-color: #FFAC14;
  border-radius: var(--li);
  cursor: pointer;
  position: relative;
  padding: 0 0.3rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.button_02 .a span {
  position: relative;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.button_02 .a p {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #fff;
  margin-left: 0.3rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform: translateX(0.15rem);
  -ms-transform: translateX(0.15rem);
  transform: translateX(0.15rem);
}
.button_02 .a p svg {
  margin: auto;
  stroke: #FFAC14;
}
.button_02 .a:hover {
  background: rgba(255, 172, 20, 0.9);
}
.button_02 .a:hover p svg {
  -webkit-animation: downloadArrow 1s linear infinite;
  animation: downloadArrow 1s linear infinite;
}
@-webkit-keyframes downloadArrow {
  0% {
    -webkit-transform: translateX(-7px);
    transform: translateX(-7px);
    opacity: 1;
  }
  0.001% {
    -webkit-transform: translateX(-15px);
    transform: translateX(-15px);
    opacity: 0.4;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 0.4;
  }
}
@keyframes downloadArrow {
  0% {
    -webkit-transform: translateX(-7px);
    transform: translateX(-7px);
    opacity: 1;
  }
  0.001% {
    -webkit-transform: translateX(-15px);
    transform: translateX(-15px);
    opacity: 0.4;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 0.4;
  }
}
.button_03 {
  --li: 0.54rem;
}
@media screen and (max-width: 1520px) {
  .button_03 {
    --li: 0.64rem;
  }
}
@media screen and (max-width: 699px) {
  .button_03 {
    --li: 42px;
  }
}
.button_03.ml {
  margin-left: 0.2rem;
}
.button_03 .a {
  line-height: var(--li);
  min-width: 1.66rem;
  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;
  font-size: var(--f16);
  color: #000;
  background-color: #fff;
  border-radius: var(--li);
  cursor: pointer;
  position: relative;
  padding: 0 0.4rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  overflow: hidden;
}
.button_03 .a span {
  position: relative;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.button_03 .a::before {
  content: "";
  position: absolute;
  width: 100px;
  height: 100%;
  background-image: -o-linear-gradient(330deg, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0) 70%);
  background-image: linear-gradient(120deg, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0) 70%);
  top: 0;
  left: -100px;
  opacity: 0.6;
}
.button_03 .a:hover {
  background: rgba(255, 172, 20, 0.9);
  color: #fff;
}
.button_03 .a:hover::before {
  -webkit-animation: shine 1.5s ease-out infinite;
  animation: shine 1.5s ease-out infinite;
}
.newBg {
  min-height: 50vh;
  background: url(../images/img6.png) no-repeat center top;
  background-size: 100% auto;
  padding-top: 1.5rem;
}
.mbx .box {
  font-size: var(--f16);
  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;
  line-height: 1.2;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.mbx .box a {
  display: inline-block;
  color: #999;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.mbx .box a:hover {
  color: #293689;
}
.mbx .box svg {
  margin: 0 8px;
}
.mbx .box span {
  color: #333;
}
.heng1 {
  height: 1px;
  background: #C4C8E0;
}
.News_3 {
  --w: 4.75rem;
  margin-top: 0.33rem;
}
.News_3 .boxRight {
  width: var(--w);
  padding-left: 0.65rem;
}
.News_3 .box .boxLeft {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.News_3 .box .boxLeft .content1 {
  font-size: var(--f52);
  line-height: 1.4;
  font-weight: var(--bold);
}
.News_3 .box .boxLeft .heng1 {
  margin: 0.48rem 0 0.54rem;
}
.News_3 .box1 .boxLeft {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.News_3 .box1 .boxLeft .content1 {
  font-size: var(--f18);
  color: #333;
  line-height: 2;
}
.News_3 .box1 .boxLeft .content1 h5 {
  font-size: var(--f32);
  color: #000;
  line-height: 1.2;
}
.News_3 .box1 .boxLeft .content1 h6 {
  font-size: var(--f24);
  line-height: 1.2;
}
.News_3 .box1 .boxLeft .heng1 {
  margin: 0.7rem 0 0.45rem;
}
.News_3 .box1 .boxLeft .content2 .left {
  max-width: 70%;
}
.News_3 .box1 .boxLeft .content2 .left div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #b6b6b6;
  font-size: var(--f22);
  line-height: 1.2;
}
.News_3 .box1 .boxLeft .content2 .left div a {
  margin-left: 0.4rem;
  color: #000;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.News_3 .box1 .boxLeft .content2 .left div a:hover {
  color: #293689;
}
.News_3 .box1 .boxLeft .content2 .left .prev {
  margin-bottom: 0.2rem;
}
.News_3 .box1 .boxRight .sticky {
  position: -webkit-sticky;
  position: sticky;
  top: var(--nav_height);
}
.News_3 .box1 .boxRight .sticky .h5 {
  font-size: var(--f32);
  font-weight: var(--bold);
}
.News_3 .box1 .boxRight .sticky ul {
  margin-top: 0.3rem;
}
.News_3 .box1 .boxRight .sticky ul li {
  margin-bottom: 0.3rem;
}
.News_3 .box1 .boxRight .sticky ul li:last-child {
  margin-bottom: 0;
}
.News_3 .box1 .boxRight .sticky ul li a .left {
  border-radius: 10px;
  width: 1.8rem;
  overflow: hidden;
}
.News_3 .box1 .boxRight .sticky ul li a .left img {
  width: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.News_3 .box1 .boxRight .sticky ul li a .right {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 0.3rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.News_3 .box1 .boxRight .sticky ul li a .right p {
  width: 100%;
  font-size: var(--f18);
  color: #333;
  height: 4.5em;
  max-height: 4.5em;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-justify: distribute-all-lines;
  height: auto;
}
.News_3 .box1 .boxRight .sticky ul li a:hover .left img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.News_3 .box1 .boxRight .sticky ul li a:hover .right p {
  color: #293689;
}
.Contact_01 .box .boxLeft {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-right: 0.2rem;
}
.Contact_01 .box .boxLeft a {
  border-radius: 20px;
  overflow: hidden;
  height: 100%;
}
.Contact_01 .box .boxLeft a img {
  width: 100%;
  height: 100%;
}
.Contact_01 .box .boxRight {
  width: 6.84rem;
  background: #ECEDF4;
  border-radius: 20px;
  padding: 0.6rem 0.58rem;
}
.Contact_01 .box .boxRight .content1 .item {
  margin-bottom: 0.4rem;
  font-family: 'MR';
}
.Contact_01 .box .boxRight .content1 .item:last-child {
  margin-bottom: 0;
}
.Contact_01 .box .boxRight .content1 .item .top {
  font-size: var(--f18);
  color: #666;
}
.Contact_01 .box .boxRight .content1 .item .bot {
  font-size: var(--f28);
  margin-top: 8px;
}
.Contact_01 .box .boxRight .content1 .item .bot a {
  color: #000;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Contact_01 .box .boxRight .content1 .item .bot a:hover {
  color: #293689;
}
.Contact_01 .box .boxRight .content1 .item .bot span {
  font-size: var(--f22);
}
.Contact_01 .box .boxRight .content1 .item .bot form {
  position: relative;
  margin-top: 20px;
  --h: 0.68rem;
}
.Contact_01 .box .boxRight .content1 .item .bot form input {
  height: var(--h);
  background: #fff;
  border: 0;
  border-radius: var(--h);
  width: 100%;
  font-size: var(--f18);
  padding: 0 0.3rem;
}
.Contact_01 .box .boxRight .content1 .item .bot form input::-webkit-input-placeholder {
  color: #aeaeae;
}
.Contact_01 .box .boxRight .content1 .item .bot form input::-moz-placeholder {
  color: #aeaeae;
}
.Contact_01 .box .boxRight .content1 .item .bot form input:-ms-input-placeholder {
  color: #aeaeae;
}
.Contact_01 .box .boxRight .content1 .item .bot form input::-ms-input-placeholder {
  color: #aeaeae;
}
.Contact_01 .box .boxRight .content1 .item .bot form input::placeholder {
  color: #aeaeae;
}
.Contact_01 .box .boxRight .content1 .item .bot form label {
  position: absolute;
  width: var(--h);
  height: var(--h);
  border-radius: 50%;
  top: 0;
  right: 0;
  cursor: pointer;
  background: #293689;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.Contact_01 .box .boxRight .content1 .item .bot form label svg {
  margin: auto;
}
.jbs {
  background: -webkit-gradient(linear, left top, left bottom, from(#EBECF3), to(#FFFFFF));
  background: -o-linear-gradient(top, #EBECF3, #FFFFFF);
  background: linear-gradient(to bottom, #EBECF3, #FFFFFF);
}
.Contact_02 {
  background: -webkit-gradient(linear, left top, left bottom, from(#EBECF3), to(#FFFFFF));
  background: -o-linear-gradient(top, #EBECF3, #FFFFFF);
  background: linear-gradient(to bottom, #EBECF3, #FFFFFF);
}
.Contact_02 .h5 {
  font-size: var(--f36);
}
.Contact_02 .box .list1 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.2rem;
}
.Contact_02 .box .list1 .item {
  position: relative;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Contact_02 .box .list1 .item input {
  display: block;
  width: 100%;
  height: 0.7rem;
  background: none;
  position: relative;
  z-index: 2;
  border: 0;
  padding: 0 0.2rem 0 45px;
  font-size: var(--f16);
  color: #333;
}
.Contact_02 .box .list1 .item p {
  position: absolute;
  left: 0.2rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.Contact_02 .box .list1 .item:hover {
  -webkit-box-shadow: 0px 0px 0.1rem rgba(41, 54, 137, 0.1);
  box-shadow: 0px 0px 0.1rem rgba(41, 54, 137, 0.1);
}
.Contact_02 .box .list2 {
  margin-top: 0.2rem;
}
.Contact_02 .box .list2 .item {
  position: relative;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Contact_02 .box .list2 .item:hover {
  -webkit-box-shadow: 0px 0px 0.1rem rgba(41, 54, 137, 0.1);
  box-shadow: 0px 0px 0.1rem rgba(41, 54, 137, 0.1);
}
.Contact_02 .box .list2 .item textarea {
  display: block;
  width: 100%;
  height: 1.9rem;
  background: none;
  position: relative;
  z-index: 2;
  border: 0;
  padding: 0.26rem 0.2rem 0 45px;
  font-size: var(--f16);
  color: #333;
  resize: none;
}
.Contact_02 .box .list2 .item p {
  position: absolute;
  left: 0.2rem;
  top: 0.26rem;
}
.Contact_02 .box .list4 {
  color: #666;
  font-size: var(--f16);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 0.16rem;
}
.Contact_02 .box .list4 p {
  margin-left: 0.06rem;
}
.Contact_02 .box .list4 p a {
  display: inline-block;
}
.Contact_02 .box .list4 .layui-form-checked[lay-skin="primary"] > i {
  border-color: #293689 !important;
  background: var(--gradient);
}
.Contact_02 .box .list4 .layui-form-checkbox[lay-skin=primary] i {
  background: none;
  border-radius: 50%;
  border-color: #293689;
}
.Contact_02 .box .list4 .layui-form-checked[lay-skin=primary] i {
  background: #293689;
}
.Contact_02 .box .list4 .layui-form-checkbox[lay-skin=primary] {
  -webkit-transform: translateY(1px);
  -ms-transform: translateY(1px);
  transform: translateY(1px);
}
.Contact_02 .box .list4 a {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  color: #293689;
}
.Contact_02 .box .list4 a:hover {
  color: #FFAC14;
}
.Contact_02 .box .list5 {
  margin-top: 0.2rem;
}
.Join_03 .box {
  display: grid;
  gap: 0.2rem;
}
.Join_03 .box .item {
  background: #ECEDF4;
  border-radius: 10px;
}
.Join_03 .box .item .top {
  color: #666;
  cursor: pointer;
  font-size: var(--f18);
  height: 0.94rem;
  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: 0 0.65rem 0 0.6rem;
}
.Join_03 .box .item .top .content1 {
  font-size: var(--f26);
  color: #000;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Join_03 .box .item .top .show {
  width: 1.6rem;
}
.Join_03 .box .item .top .show img {
  height: 26px;
  margin-right: 4px;
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
}
.Join_03 .box .item .top .content2 {
  margin-left: auto;
}
.Join_03 .box .item .top .content5 {
  margin-left: 1.1rem;
}
.Join_03 .box .item .top .content5 p {
  width: 42px;
  height: 42px;
  background: #fff;
  border-radius: 50%;
  position: relative;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Join_03 .box .item .top .content5 p::before,
.Join_03 .box .item .top .content5 p::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 14px;
  height: 4px;
  background: #FFAC14;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  border-radius: 4px;
}
.Join_03 .box .item .top .content5 p::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}
.Join_03 .box .item .top:hover .content1 {
  color: #293689;
}
.Join_03 .box .item.active .top .content5 p {
  background: #FFAC14;
}
.Join_03 .box .item.active .top .content5 p::before,
.Join_03 .box .item.active .top .content5 p::after {
  background: #fff;
}
.Join_03 .box .item.active .top .content5 p::after {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
  -ms-transform: translate(-50%, -50%) rotate(0deg);
  transform: translate(-50%, -50%) rotate(0deg);
}
.Join_03 .box .item .bot {
  padding: 0 0.65rem 0.6rem 0.6rem;
  display: none;
}
.Join_03 .box .item .bot .main {
  padding: 0.4rem 0 0;
  border-top: 1px solid #C4C8E0;
}
.Join_03 .box .item .bot .main .ite {
  font-size: var(--f16);
  line-height: 2;
  color: #333;
  margin-bottom: 0.5rem;
}
.Join_03 .box .item .bot .main .ite h6 {
  font-size: var(--f24);
  color: #000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.Join_03 .box .item .bot .main .ite h6 img {
  margin-right: 10px;
}
.Join_03 .box .item .bot .main .hide {
  display: none;
}
.Case_01 {
  position: relative;
}
.Case_01 .img img {
  width: 100%;
  height: 670px;
}
.Case_01 .orientation {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  padding-top: 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;
}
.Case_01 .box .boxLeft {
  width: 7.24rem;
}
.Case_01 .box .boxLeft p {
  border-radius: 20px;
  overflow: hidden;
}
.Case_01 .box .boxLeft p img {
  width: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Case_01 .box .boxLeft:hover p img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.Case_01 .box .boxRight {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 0.9rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 0.75rem;
}
.Case_01 .box .boxRight > div {
  width: 100%;
  color: #fff;
}
.Case_01 .box .boxRight > div .content1 img {
  height: 56px;
}
.Case_01 .box .boxRight > div .content2 {
  font-size: var(--f36);
  font-weight: var(--bold);
  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;
  margin-top: 0.2rem;
  margin-bottom: 0.2rem;
}
.Case_01 .box .boxRight > div .content3 {
  font-size: var(--f20);
  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;
}
.Case_01 .box .boxRight > div .content4 {
  margin-top: 0.5rem;
}
.Case_02 .box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.25rem;
}
.Case_02 .box .item a {
  background: #ECEDF4;
  border-radius: 20px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Case_02 .box .item a figure {
  border-radius: 20px 20px 0 0;
  overflow: hidden;
}
.Case_02 .box .item a figure img {
  width: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Case_02 .box .item a figcaption {
  padding: 0.45rem;
}
.Case_02 .box .item a figcaption .content2 {
  font-size: var(--f26);
  color: #000;
  height: 3.2em;
  max-height: 3.2em;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-justify: distribute-all-lines;
  font-weight: var(--bold);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Case_02 .box .item a figcaption .heng {
  margin: 0.26rem 0 0.32rem;
}
.Case_02 .box .item a figcaption .content3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.Case_02 .box .item a figcaption .content3 .a {
  font-size: var(--f18);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #333;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Case_02 .box .item a figcaption .content3 .a p {
  width: var(--line);
  height: var(--line);
  border: 1px solid #FFAC14;
  border-radius: 50%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  margin-left: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.Case_02 .box .item a figcaption .content3 .a p svg {
  margin: auto;
  stroke: #FFAC14;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Case_02 .box .item a figcaption .content3 .a:hover p {
  -webkit-transform: translateX(0.1rem);
  -ms-transform: translateX(0.1rem);
  transform: translateX(0.1rem);
}
.Case_02 .box .item a:hover {
  background: #293689;
}
.Case_02 .box .item a:hover figure img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.Case_02 .box .item a:hover figcaption .content1,
.Case_02 .box .item a:hover figcaption .content2 {
  color: #fff;
}
.Case_02 .box .item a:hover figcaption .heng {
  opacity: 0.3;
}
.Case_02 .box .item a:hover figcaption .content3 .a {
  font-size: var(--f18);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Case_02 .box .item a:hover figcaption .content3 .a p {
  width: var(--line);
  height: var(--line);
  border: 1px solid #FFAC14;
  border-radius: 50%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  margin-left: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: #FFAC14;
}
.Case_02 .box .item a:hover figcaption .content3 .a p svg {
  margin: auto;
  stroke: #fff;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Case_02 .box .item a:hover figcaption .content3 .a:hover p {
  -webkit-transform: translateX(0.1rem);
  -ms-transform: translateX(0.1rem);
  transform: translateX(0.1rem);
}
.Case_03 .box1 .boxLeft .content1 h5 {
  position: relative;
  padding-left: 43px;
}
.Case_03 .box1 .boxLeft .content1 h5::after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 70px;
  height: 30px;
  background: url(../images/img15.png) no-repeat 50% 50%;
  background-size: 100% 100%;
}
.Case_03 .box1 .boxLeft .content1 h6 {
  padding-left: 25px;
  position: relative;
}
.Case_03 .box1 .boxLeft .content1 h6::after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 2px solid #FFAC14;
}
.Case_03 .box1 .boxLeft .content3 {
  background: #293689;
  padding: 0.6rem 0.7rem;
  margin: 0.6rem 0;
  border-radius: 20px;
}
.Case_03 .box1 .boxLeft .content3 .ite {
  text-align: center;
  color: #fff;
}
.Case_03 .box1 .boxLeft .content3 .ite .top {
  font-size: var(--f18);
}
.Case_03 .box1 .boxLeft .content3 .ite .bot {
  font-family: 'MB';
  font-size: var(--f48);
  line-height: 1;
  margin-top: 0.08rem;
}
.Case_03 .box1 .boxLeft .content3 .ite .bot p {
  position: relative;
}
.Case_03 .box1 .boxLeft .content3 .ite .bot p .hide {
  opacity: 0;
}
.Case_03 .box1 .boxLeft .content3 .ite .bot p .span {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 1;
}
.Case_03 .box1 .boxLeft .content3 .ite1 {
  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;
}
.Case_03 .box1 .boxLeft .content3 .ite1 p {
  width: 1px;
  height: 0.64rem;
  background: rgba(255, 255, 255, 0.2);
}
.Case_03 .box1 .boxLeft .content3 .ite1:last-child {
  display: none;
}
.Case_04 {
  background: -webkit-gradient(linear, left top, left bottom, from(#EBECF3), to(#FFFFFF));
  background: -o-linear-gradient(top, #EBECF3, #FFFFFF);
  background: linear-gradient(to bottom, #EBECF3, #FFFFFF);
}
.Case_04 .box1 {
  margin-top: 0.6rem;
}
.Product_01 {
  padding-top: 0.4rem;
}
.Product_01 .box .boxLeft {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 1.4rem;
}
.Product_01 .box .boxLeft > div {
  width: 100%;
}
.Product_01 .box .boxLeft > div .content1 {
  font-size: var(--f18);
  color: #666;
  line-height: 2;
  margin-top: 0.28rem;
}
.Product_01 .box .boxLeft > div .content2 {
  margin-top: 0.7rem;
}
.Product_01 .box .boxRight {
  width: 9rem;
  position: relative;
}
.Product_01 .box .boxRight .img {
  border-radius: 30px;
  overflow: hidden;
}
.Product_01 .box .boxRight .img img {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  width: 100%;
}
.Product_01 .box .boxRight .play {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  /* 扩散效果伪元素 */
}
.Product_01 .box .boxRight .play p {
  width: 0.84rem;
  height: 0.84rem;
  border-radius: 50%;
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  position: relative;
  z-index: 2;
}
.Product_01 .box .boxRight .play p svg {
  margin: auto;
}
.Product_01 .box .boxRight .play::before,
.Product_01 .box .boxRight .play::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 0.84rem;
  height: 0.84rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.6);
  z-index: 1;
  -webkit-animation: pulse 2s infinite ease-out;
  animation: pulse 2s infinite ease-out;
}
.Product_01 .box .boxRight .play::after {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.Product_01 .box .boxRight:hover .img img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(2);
    transform: translate(-50%, -50%) scale(2);
    opacity: 0;
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(2);
    transform: translate(-50%, -50%) scale(2);
    opacity: 0;
  }
}
.Product_02 {
  margin-top: 0.9rem;
  overflow: hidden;
}
@media screen and (min-width: 1200px) {
  .Product_02 {
    padding-bottom: 0.5rem;
  }
}
.Product_02 .box {
  --w: 2.4rem;
  margin-top: 1.8rem;
  position: relative;
}
.Product_02 .box .list {
  padding: 0 0.1rem;
}
.Product_02 .box .list .item {
  width: var(--w);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Product_02 .box .list .item .top {
  width: var(--w);
  height: var(--w);
  border-radius: 50%;
  background: #ECEDF4;
  border: 0.15rem solid #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Product_02 .box .list .item .top > div {
  width: 100%;
  margin: auto;
  text-align: center;
}
.Product_02 .box .list .item .top > div .icon {
  height: 0.6rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.Product_02 .box .list .item .top > div .icon img {
  max-height: 0.6rem;
  margin: auto;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Product_02 .box .list .item .top > div .text {
  font-size: var(--f24);
  font-family: 'MM';
  margin-top: 0.18rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Product_02 .box .list .item .bot {
  font-size: var(--f16);
  text-align: center;
  line-height: 1.75;
  margin-top: 0.2rem;
  opacity: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform: translateY(0.2rem);
  -ms-transform: translateY(0.2rem);
  transform: translateY(0.2rem);
}
.Product_02 .box .list .item:nth-child(5) .bot {
  width: 120%;
  position: relative;
  left: -10%;
}
.Product_02 .box .list .item:hover .top {
  background: #293689;
  border-color: #949ac4;
}
.Product_02 .box .list .item:hover .top > div .icon img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.Product_02 .box .list .item:hover .top > div .text {
  color: #fff;
}
.Product_02 .box .list .item:hover .bot {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.Product_02 .box .xian {
  position: absolute;
}
.Product_02 .box .xian img {
  max-width: 5.6rem;
}
.Product_02 .box .left {
  left: -0.9rem;
  top: -0.96rem;
}
.Product_02 .box .right {
  right: -0.9rem;
  top: -0.96rem;
}
.Product_03 {
  padding-bottom: 1.6rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#EBECF3), to(#FFFFFF));
  background: -o-linear-gradient(top, #EBECF3, #FFFFFF);
  background: linear-gradient(to bottom, #EBECF3, #FFFFFF);
}
.Product_03 .box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.2rem 0.3rem;
}
.Product_03 .box .item {
  border-radius: 20px;
  background: #fff;
  padding: 0.4rem 0.5rem;
  min-height: 3.1rem;
  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-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Product_03 .box .item .top {
  font-size: var(--f28);
  color: #333;
}
.Product_03 .box .item .bot {
  margin-top: 0.2rem;
  line-height: 1.4;
  min-height: -webkit-calc(6.08em);
  min-height: calc((1.4em * 4) + 0.16rem * 3);
}
.Product_03 .box .item .bot ul li {
  margin-bottom: 0.16rem;
  padding-left: 22px;
  position: relative;
  font-size: var(--f18);
}
.Product_03 .box .item .bot ul li:last-child {
  margin-bottom: 0;
}
.Product_03 .box .item .bot ul li img {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 12px;
}
.Product_03 .box .item .num {
  font-family: 'MM';
  color: #EEEFF5;
  font-size: 1.16rem;
  line-height: 1;
  position: absolute;
  right: 0.58rem;
  bottom: 0.3rem;
}
.Product_03 .box .item:hover {
  -webkit-box-shadow: 0px 0px 0.3rem rgba(41, 54, 137, 0.2);
  box-shadow: 0px 0px 0.3rem rgba(41, 54, 137, 0.2);
}
.Product_04 {
  margin-top: -1.6rem;
}
.Product_04 .desc {
  font-size: var(--f16);
  color: #666;
  line-height: 2;
  margin-top: 0.18rem;
}
.Product_04 .box {
  border-radius: 20px;
  background: #293689;
}
.Product_04 .box .boxLeft {
  width: 50%;
  border-radius: 20px 0 0 20px;
  overflow: hidden;
}
.Product_04 .box .boxLeft img {
  width: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Product_04 .box .boxLeft:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.Product_04 .box .boxRight {
  width: 50%;
  padding: 0 0.8rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.Product_04 .box .boxRight .scroll {
  width: 100%;
}
.Product_04 .box .boxRight .scroll ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  margin-bottom: 0.38rem;
}
.Product_04 .box .boxRight .scroll ul li:last-child {
  margin-bottom: 0;
}
.Product_04 .box .boxRight .scroll ul li .left {
  width: 0.52rem;
  text-align: center;
}
.Product_04 .box .boxRight .scroll ul li .right {
  padding-left: 0.34rem;
  font-size: var(--f28);
  font-weight: var(--bold);
}
.Product_05 {
  background: -webkit-gradient(linear, left top, left bottom, from(#EBECF3), to(#FFFFFF));
  background: -o-linear-gradient(top, #EBECF3, #FFFFFF);
  background: linear-gradient(to bottom, #EBECF3, #FFFFFF);
  padding-bottom: 1.5rem;
}
.Product_05 .box {
  margin-top: 0.7rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.8rem 0.3rem;
}
.Product_05 .box .item {
  padding-top: 0.42rem;
  border-top: 3px solid #D0D3E1;
  position: relative;
}
.Product_05 .box .item::after {
  content: '';
  position: absolute;
  top: -3px;
  left: 0;
  width: 0%;
  height: 3px;
  -webkit-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
  background: #FFAC14;
}
.Product_05 .box .item .text {
  font-size: var(--f28);
  color: #666;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Product_05 .box .item:hover .text {
  color: #333;
}
.Product_05 .box .item:hover::after {
  width: 100%;
}
.Home_Service .box {
  position: relative;
}
.Home_Service .box .imgList {
  background: #293689;
  overflow: hidden;
  border-radius: 20px;
}
.Home_Service .box .imgList p {
  border-radius: 20px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.Home_Service .box .imgList p img {
  width: 100%;
}
.Home_Service .box .imgList .active {
  position: relative;
  z-index: 1;
  opacity: 1;
}
.Home_Service .box .orientation {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  padding: 0 0.75rem;
  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_Service .box .orientation .scroll .list {
  width: 4.9rem;
}
.Home_Service .box .orientation .scroll .list .item {
  margin-bottom: 0.25rem;
}
.Home_Service .box .orientation .scroll .list .item:last-child {
  margin-bottom: 0;
}
.Home_Service .box .orientation .scroll .list .item .top {
  font-size: var(--f28);
  color: #fff;
  opacity: 0.6;
  cursor: pointer;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Home_Service .box .orientation .scroll .list .item .top:hover {
  opacity: 1;
}
.Home_Service .box .orientation .scroll .list .item .bot {
  display: grid;
  grid-template-rows: 0fr;
  overflow: hidden;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Home_Service .box .orientation .scroll .list .item .bot > div {
  min-height: 0;
}
.Home_Service .box .orientation .scroll .list .item .bot > div .content1 {
  font-size: var(--f18);
  color: #fff;
  height: 4em;
  max-height: 4em;
  line-height: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-justify: distribute-all-lines;
  height: auto;
}
.Home_Service .box .orientation .scroll .list .item .bot > div .content2 {
  margin-top: 0.32rem;
}
.Home_Service .box .orientation .scroll .list .item .bot > div .content3 {
  height: 1px;
  background: #fff;
  opacity: 0.4;
  margin: 0.6rem 0 0.3rem;
}
.Home_Service .box .orientation .scroll .list .item.active .top {
  opacity: 1;
}
.Home_Service .box .orientation .scroll .list .item.active .bot {
  grid-template-rows: 1fr;
  padding-top: 0.15rem;
}
.Home_Case {
  background: #293689;
  --w: 9.76rem;
  --w1: 1.5rem;
}
.Home_Case .title_01 .h6 {
  color: #fff;
  opacity: 0.8;
}
.Home_Case .box {
  position: relative;
}
.Home_Case .box .width {
  width: var(--w1);
}
.Home_Case .box .swiper-slide {
  width: var(--w);
  opacity: 0.5;
  -webkit-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}
.Home_Case .box .swiper-slide .item {
  position: relative;
}
.Home_Case .box .swiper-slide .item .img {
  border-radius: 30px;
  overflow: hidden;
}
.Home_Case .box .swiper-slide .item .img img {
  width: 100%;
  min-height: 5.12rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Home_Case .box .swiper-slide .item .img:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.Home_Case .box .swiper-slide .item .orientation {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(0.5rem);
  -ms-transform: translateY(-50%) translateX(0.5rem);
  transform: translateY(-50%) translateX(0.5rem);
  right: 0.45rem;
  width: 4.4rem;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 20px;
  min-height: 1rem;
  padding: 0.35rem;
  opacity: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Home_Case .box .swiper-slide .item .orientation .content1 {
  font-size: var(--f20);
  color: #293689;
}
.Home_Case .box .swiper-slide .item .orientation .content2 {
  font-size: var(--f26);
  color: #000;
  margin-top: 0.1rem;
  height: 3em;
  max-height: 3em;
  line-height: 1.5;
  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;
}
.Home_Case .box .swiper-slide .item .orientation .content3 {
  font-size: var(--f18);
  color: #000;
  margin-top: 0.28rem;
}
.Home_Case .box .swiper-slide .item .orientation .content4 {
  margin-top: 0.15rem;
  line-height: 1.4;
  /*max-height: -webkit-calc(4.52em);*/
  /*max-height: calc((1.4em * 3) + 0.16rem * 2);*/
  /*overflow: auto;*/
  /*overflow-x: hidden;*/
  /*overflow-y: auto;*/
  /*padding-right: 0.1rem;*/
}
.Home_Case .box .swiper-slide .item .orientation .content4::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}
.Home_Case .box .swiper-slide .item .orientation .content4::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #FFAC14;
}
.Home_Case .box .swiper-slide .item .orientation .content4::-webkit-scrollbar-track {
  border-radius: 2px;
  background: rgba(0, 0, 0, 0.1);
}
@-moz-document url-prefix() {
  .Home_Case .box .swiper-slide .item .orientation .content4 {
    scrollbar-color: #FFAC14 rgba(0, 0, 0, 0.1);
    scrollbar-width: thin;
  }
}
.Home_Case .box .swiper-slide .item .orientation .content4 ul li {
  margin-bottom: 0.16rem;
  padding-left: 22px;
  position: relative;
  color: #333;
  font-size: var(--f16);
}
.Home_Case .box .swiper-slide .item .orientation .content4 ul li:last-child {
  margin-bottom: 0;
}
.Home_Case .box .swiper-slide .item .orientation .content4 ul li img {
  position: absolute;
  left: 0;
  top: 0.05rem;
  width: 12px;
}
.Home_Case .box .swiper-slide .item .orientation .content5 {
  margin-top: 0.4rem;
}
.Home_Case .box .swiper-slide .item .orientation .content5 .link_02 .a {
  color: #333;
}
.Home_Case .box .swiper-slide .item .orientation:hover .content2 {
  color: #293689;
}
.Home_Case .box .swiper-slide-active {
  opacity: 1;
}
.Home_Case .box .swiper-slide-active .item .orientation {
  opacity: 1;
  /*-webkit-transition-delay: 0.8s;*/
  /*-o-transition-delay: 0.8s;*/
  /*transition-delay: 0.8s;*/
  -webkit-transform: translateY(-50%) translateX(0rem);
  -ms-transform: translateY(-50%) translateX(0rem);
  transform: translateY(-50%) translateX(0rem);
}
.Home_Case .button {
  --j: calc((100vw - var(--w)) / 2 - var(--w1) / 2 - 0.32rem);
}
.Home_Case .button div {
  width: 0.64rem;
  height: 0.64rem;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (min-width: 1200px) {
  .Home_Case .button div {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.Home_Case .button div i {
  margin: auto;
  font-size: var(--f18);
  color: #fff;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  font-weight: bold;
}
.Home_Case .button div:hover {
  background: #ffffff;
}
.Home_Case .button div:hover i {
  color: #293689;
}
.Home_Case .button .prev {
  left: var(--j);
}
.Home_Case .button .next {
  right: var(--j);
}
.Home_About {
  background: url(../images/img5.svg) no-repeat 50% 50%;
  background-size: 7.3rem;
  position: relative;
}
.Home_About .box {
  transition: 0.4s;
}
@media screen and (min-width: 1200px) {
  .Home_About .box.active {
    opacity: 0;
  }
}
.Home_About .box .boxLeft {
  padding-right: 2.2rem;
  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;
}
.Home_About .box .boxLeft > div {
  width: 100%;
}
.Home_About .box .boxLeft > div .content1 {
  font-size: var(--f18);
  color: #666;
  line-height: 2;
  margin-top: 0.38rem;
}
.Home_About .box .boxLeft > div .content2 {
  margin-top: 0.7rem;
}
.Home_About .box .boxRight {
  width: 50%;
}
.Home_About .box .boxRight .list {
  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;
  height: 100vh;
  padding: 0.5rem;
  border-left: 1px solid #E4E4E4;
}
.Home_About .box .boxRight .list .item {
  width: 100%;
  margin-bottom: 2rem;
}
.Home_About .box .boxRight .list .item:last-child {
  margin-bottom: 0;
}
.Home_About .box .boxRight .list .item .content1 img {
  height: 0.52rem;
}
.Home_About .box .boxRight .list .item .content2 {
  font-family: 'MM';
  font-size: 0.66rem;
  color: #293689;
  line-height: 1;
  margin: 0.3rem 0 0.15rem;
}
.Home_About .box .boxRight .list .item .content3 {
  font-size: var(--f24);
  line-height: 1;
}
.Home_About .box_main {
  position: relative;
}
@media screen and (min-width: 1200px) {
  .Home_About .box_main {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    z-index: -2;
  }
  .Home_About .box_main.active {
    z-index: 2;
  }
}
.Home_About .one {
  position: relative;
}
@media screen and (min-width: 1200px) {
  .Home_About .one {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    visibility: hidden;
    transition: 0.6s;
  }
}
.Home_About .one::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #293689;
  opacity: 0.8;
}
.Home_About .one .img,
.Home_About .one .video {
  width: 100%;
  height: 100%;
}
.Home_About .one .img img,
.Home_About .one .video img,
.Home_About .one .img video,
.Home_About .one .video video {
  width: 100%;
  height: 100%;
}
.Home_About .one.active {
  opacity: 1;
  visibility: initial;
}
.Home_About .two {
  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;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .Home_About .two {
    opacity: 0;
    visibility: hidden;
    transition: 0.4s;
  }
}
.Home_About .two .content1 {
  font-size: var(--f36);
  color: #fff;
  max-width: 8.7rem;
  margin: auto;
  line-height: 1.7;
}
.Home_About .two .content2 {
  margin-top: 0.48rem;
}
.Home_About .two.active {
  opacity: 1;
  visibility: initial;
}
.Home_About .two .content1_2 {
  display: none;
}
.Home_About .three {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  z-index: 3;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transition: 0.6s;
}
.Home_About .three img {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  min-height: 100%;
  z-index: 5;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  max-width: none;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.Home_About .three.active {
  opacity: 1;
  visibility: initial;
}
.Home_About .three.on img {
  width: 164%;
}
.Home_New {
  background: -webkit-gradient(linear, left top, left bottom, from(#EBECF3), to(#FFFFFF));
  background: -o-linear-gradient(top, #EBECF3, #FFFFFF);
  background: linear-gradient(to bottom, #EBECF3, #FFFFFF);
}
.Home_New .toggle {
  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;
}
.Home_New .box_ .item a {
  background: #fff;
  border-radius: 20px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Home_New .box_ .item a figure {
  border-radius: 20px 20px 0 0;
  overflow: hidden;
}
.Home_New .box_ .item a figure img {
  width: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Home_New .box_ .item a figcaption {
  padding: 0.38rem 0.36rem;
}
.Home_New .box_ .item a figcaption .content1 {
  font-size: var(--f18);
  color: #666;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Home_New .box_ .item a figcaption .content2 {
  font-size: var(--f22);
  color: #000;
  height: 3.2em;
  max-height: 3.2em;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-justify: distribute-all-lines;
  margin-top: 8px;
  font-weight: var(--bold);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Home_New .box_ .item a figcaption .heng {
  margin: 0.26rem 0;
}
.Home_New .box_ .item a figcaption .content3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.Home_New .box_ .item a figcaption .content3 .a {
  font-size: var(--f18);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #333;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Home_New .box_ .item a figcaption .content3 .a p {
  width: var(--line);
  height: var(--line);
  border: 1px solid #FFAC14;
  border-radius: 50%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  margin-left: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.Home_New .box_ .item a figcaption .content3 .a p svg {
  margin: auto;
  stroke: #FFAC14;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Home_New .box_ .item a figcaption .content3 .a:hover p {
  -webkit-transform: translateX(0.1rem);
  -ms-transform: translateX(0.1rem);
  transform: translateX(0.1rem);
}
.Home_New .box_ .item a:hover {
  background: #293689;
}
.Home_New .box_ .item a:hover figure img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.Home_New .box_ .item a:hover figcaption .content1,
.Home_New .box_ .item a:hover figcaption .content2 {
  color: #fff;
}
.Home_New .box_ .item a:hover figcaption .heng {
  opacity: 0.3;
}
.Home_New .box_ .item a:hover figcaption .content3 .a {
  font-size: var(--f18);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Home_New .box_ .item a:hover figcaption .content3 .a p {
  width: var(--line);
  height: var(--line);
  border: 1px solid #FFAC14;
  border-radius: 50%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  margin-left: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: #FFAC14;
}
.Home_New .box_ .item a:hover figcaption .content3 .a p svg {
  margin: auto;
  stroke: #fff;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Home_New .box_ .item a:hover figcaption .content3 .a:hover p {
  -webkit-transform: translateX(0.1rem);
  -ms-transform: translateX(0.1rem);
  transform: translateX(0.1rem);
}
.Home_New .box_ .link {
  margin-top: 0.7rem;
}
.Home_New .box_ .button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 0;
}
.Home_New .box_ .button div {
  -webkit-transform: translateY(-0.58rem);
  -ms-transform: translateY(-0.58rem);
  transform: translateY(-0.58rem);
  width: 0.64rem;
  height: 0.64rem;
  border: 1px solid #293689;
  border-radius: 50%;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  opacity: 0.4;
}
.Home_New .box_ .button div i {
  margin: auto;
  font-size: var(--f18);
  color: #293689;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  font-weight: bold;
}
.Home_New .box_ .button div:hover {
  opacity: 1;
}
.Home_New .box_ .button .prev {
  margin-right: 0.2rem;
}
.cbl {
  position: fixed;
  right: 0.2rem;
  bottom: 0.8rem;
  z-index: 50;
  display: none;
}
.cbl ul {
  background: #fff;
  -webkit-filter: drop-shadow(0px 3px 14px #D8DCEF);
  filter: drop-shadow(0px 3px 14px #D8DCEF);
  border-radius: 10px;
}
.cbl ul li {
  position: relative;
  border-radius: 10px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.cbl ul li > a {
  width: 0.72rem;
  text-align: center;
  padding: 0.15rem 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  color: #000;
}
.cbl ul li > a path {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.cbl ul li > a figcaption {
  margin-top: 4px;
  font-size: 14px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (min-width: 699px) {
  .cbl ul li:hover {
    background: #293689;
  }
  .cbl ul li:hover > a {
    color: #fff;
  }
  .cbl ul li:hover > a svg path {
    fill: #fff;
  }
}
.cbl ul li:hover .text,
.cbl ul li:hover .ewm {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  opacity: 1;
  visibility: inherit;
}
.cbl ul li .text,
.cbl ul li .ewm {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0.9rem;
  background: #fff;
}
.cbl ul li .text::after,
.cbl ul li .ewm::after {
  position: absolute;
  border: 7px solid transparent;
  border-left-color: #fff;
  top: 50%;
  right: 0%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform: translateY(-50%) translateX(100%);
  -ms-transform: translateY(-50%) translateX(100%);
  transform: translateY(-50%) translateX(100%);
}
.cbl ul li .text {
  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;
  opacity: 0;
  visibility: hidden;
  border-radius: 10px;
}
.cbl ul li .text a {
  padding: 0.2rem 0.3rem;
  white-space: nowrap;
  font-size: var(--f18);
  font-family: 'MSB';
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.cbl ul li .text a:hover {
  color: #293689;
}
.cbl ul li .ewm {
  right: 0.9rem;
  width: 1.3rem;
  padding: 3px;
  border-radius: 10px;
  opacity: 0;
  visibility: hidden;
}
.cbl ul li .ewm img {
  width: 100%;
}
.cbl .ul1 {
  margin-top: 0.12rem;
  cursor: pointer;
}
.About_01 .box .boxLeft {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-right: 1rem;
}
.About_01 .box .boxRight {
  width: 9.45rem;
  font-size: var(--f16);
  color: #666;
  line-height: 2.2;
}
.About_01 .heng {
  margin: 0.9rem 0;
}
.About_01 .box1 .item:last-child {
  margin-bottom: 0;
}
.About_01 .box1 .item .content1 img {
  height: 0.52rem;
}
.About_01 .box1 .item .content2 {
  font-family: 'MM';
  font-size: 0.66rem;
  color: #293689;
  line-height: 1;
  margin: 0.3rem 0 0.15rem;
}
.About_01 .box1 .item .content3 {
  font-size: var(--f24);
  line-height: 1;
}
.About_02 {
  background: -webkit-gradient(linear, left top, left bottom, from(#EBECF3), to(#FFFFFF));
  background: -o-linear-gradient(top, #EBECF3, #FFFFFF);
  background: linear-gradient(to bottom, #EBECF3, #FFFFFF);
}
.About_02 .box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.45rem;
  --l: 0.5rem;
}
.About_02 .box .item {
  position: relative;
  color: #fff;
  overflow: hidden;
}
.About_02 .box .item .img {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
.About_02 .box .item .img img {
  width: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.About_02 .box .item .img::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #293689;
  opacity: 0.75;
  opacity: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.About_02 .box .item .orientation {
  position: absolute;
  left: var(--l);
  top: 80%;
  font-size: var(--f52);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.About_02 .box .item .orientation1 {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: var(--l);
  padding: 0 var(--l);
  opacity: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}
.About_02 .box .item .orientation1 .content1 {
  font-size: var(--f36);
  font-weight: var(--bold);
}
.About_02 .box .item .orientation1 .content2 {
  font-size: var(--f24);
  margin-top: 8px;
}
.About_02 .box .item:hover .img::after {
  opacity: 0.75;
}
.About_02 .box .item:hover .img img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.About_02 .box .item:hover .orientation {
  bottom: auto;
  top: var(--l);
}
.About_02 .box .item:hover .orientation1 {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.About_03 {
  background: url(../images/img25.png) no-repeat center top / cover;
}
.About_03 .box {
  padding-left: var(--interval);
  position: relative;
}
.About_03 .box::after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
  background: #333;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.About_03 .box .swiper {
  margin-top: 1.3rem;
  padding: 4px 0 0;
  height: var(--height);
}
.About_03 .box .swiper .swiper-slide .item {
  padding: 0.4rem 0.75rem 0.1rem 0.36rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}
.About_03 .box .swiper .swiper-slide .item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 13px;
  height: 13px;
  background: #293689;
  border-radius: 50%;
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  z-index: 2;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.About_03 .box .swiper .swiper-slide .item::after {
  content: '';
  position: absolute;
  left: 6px;
  top: 0;
  width: 1px;
  background: #D8D8D8;
  height: 96%;
}
.About_03 .box .swiper .swiper-slide .item .content1 {
  font-size: var(--f26);
  font-family: 'MB';
  color: #293689;
}
.About_03 .box .swiper .swiper-slide .item .content2 {
  height: 0.38rem;
}
.About_03 .box .swiper .swiper-slide .item .content3 .scroll {
  font-size: var(--16);
  color: #666;
  overflow: auto;
  overflow-x: hidden;
  overflow-y: auto;
  padding-right: 0.1rem;
  line-height: 1.7;
  height: -webkit-calc(13.6em);
  height: calc(1.7em * 8);
}
.About_03 .box .swiper .swiper-slide .item .content3 .scroll::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}
.About_03 .box .swiper .swiper-slide .item .content3 .scroll::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #FFAC14;
}
.About_03 .box .swiper .swiper-slide .item .content3 .scroll::-webkit-scrollbar-track {
  border-radius: 2px;
  background: rgba(0, 0, 0, 0.1);
}
@-moz-document url-prefix() {
  .About_03 .box .swiper .swiper-slide .item .content3 .scroll {
    scrollbar-color: #FFAC14 rgba(0, 0, 0, 0.1);
    scrollbar-width: thin;
  }
}
.About_03 .box .swiper .swiper-slide .item .content4 {
  position: absolute;
  left: 2px;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.About_03 .box .swiper .swiper-slide .item:hover::before {
  background: #FFAC14;
}
@media screen and (min-width: 699px) {
  .About_03 .box .swiper .swiper-slide:nth-child(2n) .item {
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
  }
  .About_03 .box .swiper .swiper-slide:nth-child(2n-1) .item {
    padding: 0.1rem 0.75rem 0.4rem 0.36rem;
  }
  .About_03 .box .swiper .swiper-slide:nth-child(2n-1) .item::before {
    top: auto;
    bottom: 0;
    -webkit-transform: translate(0%, 50%);
    -ms-transform: translate(0%, 50%);
    transform: translate(0%, 50%);
  }
  .About_03 .box .swiper .swiper-slide:nth-child(2n-1) .item::after {
    top: auto;
    bottom: 0;
  }
  .About_03 .box .swiper .swiper-slide:nth-child(2n-1) .item .content1 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .About_03 .box .swiper .swiper-slide:nth-child(2n-1) .item .content2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .About_03 .box .swiper .swiper-slide:nth-child(2n-1) .item .content4 {
    bottom: auto;
    top: 0;
  }
  .About_03 .box .swiper .swiper-slide:nth-child(2n-1) .item .content4 svg {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}
.button_04 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.button_04 div {
  width: 0.52rem;
  height: 0.52rem;
  border: 1px solid #293689;
  border-radius: 50%;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  opacity: 0.4;
}
@media screen and (max-width: 699px) {
  .button_04 div {
    width: 32px;
    height: 32px;
  }
}
.button_04 div i {
  margin: auto;
  font-size: var(--f18);
  color: #293689;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  font-weight: bold;
}
.button_04 div:hover {
  opacity: 1;
}
.button_04 .prev {
  margin-right: 0.2rem;
}
.About_04 {
  background: -webkit-gradient(linear, left top, left bottom, from(#EBECF3), to(#FFFFFF));
  background: -o-linear-gradient(top, #EBECF3, #FFFFFF);
  background: linear-gradient(to bottom, #EBECF3, #FFFFFF);
  padding-bottom: 1.4rem;
}
.About_04 .box {
  width: -webkit-calc(100.8%);
  width: calc(100% + 0.8rem);
  margin-left: -0.3rem;
}
.About_04 .box .swiper {
  padding: 0.8rem 0.3rem 0;
}
.About_04 .box .swiper .item {
  padding: 0.6rem 0.6rem 0.4rem;
  background: #fff;
  text-align: center;
  border-radius: 20px;
  cursor: pointer;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.About_04 .box .swiper .item figure {
  height: 2.9rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.About_04 .box .swiper .item figure img {
  margin: auto;
  max-height: 100%;
}
.About_04 .box .swiper .item figcaption {
  font-size: var(--f24);
  color: #333;
  margin-top: 0.4rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (min-width: 1200px) {
  .About_04 .box .swiper .item:hover {
    -webkit-transform: translateY(-0.2rem);
    -ms-transform: translateY(-0.2rem);
    transform: translateY(-0.2rem);
    -webkit-box-shadow: 0px 10px 0.3rem rgba(41, 54, 137, 0.2);
    box-shadow: 0px 10px 0.3rem rgba(41, 54, 137, 0.2);
  }
}
.About_05 .box {
  --h: 100px;
}
@media screen and (max-width: 699px) {
  .About_05 .box {
    --h: 80px;
  }
}
.About_05 .box .swiper {
  height: calc(var(--h) * 4 + 20px * 3);
}
@media screen and (max-width: 699px) {
  .About_05 .box .swiper {
    height: calc(var(--h) * 4 + 10px * 3);
  }
}
.About_05 .box .swiper .swiper-slide {
  height: var(--h);
}
.About_05 .box .swiper .item {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: #ECEDF4;
  border-radius: 10px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.About_05 .box .swiper .item img {
  margin: auto;
  max-height: 70%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  max-width: 70%;
}
.About_05 .box .swiper .item:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.About_05 .page {
  margin-top: 0.74rem;
}
@media screen and (max-width: 1680px) {
  .cbl ul li > a figcaption {
    font-size: 12px;
  }
}
@media screen and (max-width: 1520px) {
  .Product_02 .box .right {
    top: -0.76rem;
  }
  .Header_Container .box .language a svg {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }
  .Home_Banner .data .bot {
    font-size: 1rem;
  }
  .Home_Banner .scroll p svg {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
  .cbl ul li > a {
    padding: 8px 0;
  }
  .Home_Case .box .swiper-slide .item .orientation .content4 {
    max-height: -webkit-calc(4.32em);
    max-height: calc((1.4em * 3) + 0.06rem * 2);
  }
  .News_1 .box .swiper-slide .item .boxRight {
    width: 7rem;
  }
  .News_1 .box .swiper-slide .item .boxRight > div .heng {
    margin: 0.7rem 0 0.2rem;
  }
  .About_03 .box .swiper .swiper-slide .item {
    padding: 0.4rem 0.55rem 0.1rem 0.36rem;
  }
  .About_03 .box .swiper .swiper-slide:nth-child(2n-1) .item {
    padding: 0.1rem 0.55rem 0.4rem 0.36rem;
  }
  .Join_03 .box .item .top .content5 p::before,
  .Join_03 .box .item .top .content5 p::after {
    height: 3px;
  }
  .cbl ul li > a figcaption {
    font-size: 10px;
  }
  .Case_01 .box .boxRight > div .content1 img {
    height: 50px;
  }
}
@media screen and (max-width: 1400px) {
  .Contact_01 .box .boxRight .content1 .item .bot form label svg {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
  .Join_03 .box .item .top .show img {
    -webkit-transform: translateY(-2px) scale(0.8);
    -ms-transform: translateY(-2px) scale(0.8);
    transform: translateY(-2px) scale(0.8);
  }
  .Product_02 .box .list .item:hover {
    -webkit-transform: translateY(-0.2rem);
    -ms-transform: translateY(-0.2rem);
    transform: translateY(-0.2rem);
  }
  .Contact_02 .box .list1 .item p {
    top: 47%;
  }
}
@media screen and (max-width: 1281px) {
  .Header_Container .box .shu {
    margin: 0 0.15rem;
  }
  .Header_Container .box .nav .item {
    padding: 0 0.1rem;
  }
  .select_nav ._box ul li {
    margin: 0 0.12rem;
  }
  .News_1 .box .swiper-slide .item .boxRight {
    padding: 0.5rem 0.6rem;
  }
  .News_1 .box .swiper-slide .item .boxRight > div .heng {
    margin: 0.5rem 0 0.3rem;
  }
}

.Nav_height{
    /*height: 0.7rem;*/
}
@media screen and (max-width: 1200px) {
    .Sitemap .container .ap_top p{
        font-size: var(--f32);
    }
    .Nav_height{
    height: 0rem;
}
  .title_01 .h5 {
    font-size: var(--f58);
  }
  .Header_Container {
    display: none;
  }
  .MobileMain .HeaderMobile .box .logo a img {
    height: 22px;
  }
  .Home_Service .box .imgList p img {
    min-height: 7rem;
  }
  .Home_Case .button {
    --j: 0;
  }
  .Home_Banner .page {
    bottom: 0.35rem;
  }
  .Home_Banner .scroll {
    display: none;
  }
  .Footer_Container .box .boxLeft {
    width: 100%;
    max-width: 100%;
  }
  .Footer_Container .box .boxRight {
    display: none;
  }
  .Footer_Container .box1 {
    line-height: 2;
  }
  .Advertisement .img img {
    min-height: 5rem;
  }
  .Advertisement .orientation .box .form .boxLeft {
    grid-template-columns: repeat(2, 1fr);
    -webkit-box-flex: 1;
    -webkit-flex: 1 100%;
    -ms-flex: 1 100%;
    flex: 1 100%;
  }
  .Advertisement .orientation .box .form .boxRight {
    padding: 0;
    margin-top: 0.4rem;
  }
  .Home_New .toggle {
    width: 100%;
    margin-top: 0.5rem;
  }
  .Home_About .box .boxLeft {
    width: 100%;
    padding-right: 0;
    padding-top: 1rem;
  }
  .Home_About .box .boxRight {
    width: 100%;
  }
  .Home_About .box .boxRight .list {
    height: 50vh;
  }
  .Home_Case {
    --w: 80vw;
    --w1: 0.3rem;
  }
  .MobileMain .HeaderMobile .box .button .Language a svg {
    -webkit-transform: translateY(-1px);
    -ms-transform: translateY(-1px);
    transform: translateY(-1px);
  }
  .Home_Banner .data .bot {
    font-size: 0.7rem;
  }
  .Home_Service .box .orientation {
    padding: 0 0.5rem;
  }
  .Home_Service .box .orientation .scroll .list .item .bot > div .content3 {
    margin: 0.5rem 0 0.2rem;
  }
  .Home_Case .button {
    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.6rem;
  }
  .Home_Case .button .next {
    margin-left: 0.2rem;
  }
  .newBg {
    padding-top: 0.5rem;
  }
  .Product_02 .box .scroll {
    overflow: auto;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 0.1rem;
    padding-bottom: 0.3rem;
  }
  .Product_02 .box .scroll::-webkit-scrollbar {
    width: 2px;
    height: 2px;
  }
  .Product_02 .box .scroll::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background: #FFAC14;
  }
  .Product_02 .box .scroll::-webkit-scrollbar-track {
    border-radius: 2px;
    background: rgba(0, 0, 0, 0.1);
  }
  @-moz-document url-prefix() {
    .Product_02 .box .scroll {
      scrollbar-color: #FFAC14 rgba(0, 0, 0, 0.1);
      scrollbar-width: thin;
    }
  }
  .Product_02 .box .scroll .list {
    width: 200%;
  }
  .Product_02 .box {
    padding: 0 0.5rem;
  }
  .Product_02 .box .left {
    left: -0.3rem;
  }
  .Product_02 .box .right {
    right: -0.3rem;
  }
  .Product_02 .box .xian img {
    max-width: 5.2rem;
  }
  .Product_02 .box .list .item:hover {
    -webkit-transform: translateY(0rem);
    -ms-transform: translateY(0rem);
    transform: translateY(0rem);
  }
  .Case_01 .img img {
    min-height: 12rem;
  }
  .Case_01 .orientation {
    padding-top: 0;
  }
  .pu_page .number {
    display: none;
  }
  .pu_page .next {
    margin-left: 0.2rem;
  }
  .About_01 .box1 .item .content2 {
    font-size: 0.56rem;
  }
  .News_1 .wMain,
  .Contact_01 .wMain {
    padding-top: 0.6rem;
  }
  .News_3 .box1 .boxRight .sticky ul li a .left {
    width: 2.5rem;
  }
  .About_01 .box1 {
    display: grid;
    gap: 0.5rem;
  }
  .Contact_02 .box .list2 .item p {
    top: 0.22rem;
  }
  .Join_03 .box .item .top .show {
    display: none;
  }
  .Join_03 .box .item .bot .main .hide {
    display: block;
  }
  .Join_03 .box .item .bot .main .ite h6 img {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }
  .Product_01 .box .boxLeft,
  .Product_04 .box .boxLeft,
  .Case_01 .box .boxLeft,
  .News_3 .box .boxLeft,
  .News_3 .box1 .boxLeft,
  .News_1 .box .swiper-slide .item .boxLeft,
  .About_01 .box .boxLeft,
  .Contact_01 .box .boxLeft {
    width: 100%;
    padding-right: 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1 100%;
    -ms-flex: 1 100%;
    flex: 1 100%;
  }
  .Product_01 .box .boxRight,
  .Product_04 .box .boxRight,
  .Case_01 .box .boxRight,
  .News_3 .box .boxRight,
  .News_3 .box1 .boxRight,
  .News_1 .box .swiper-slide .item .boxRight,
  .About_01 .box .boxRight,
  .Contact_01 .box .boxRight {
    width: 100%;
    margin-top: 0.6rem;
    padding: 0;
  }
  .News_3 .box .boxRight {
    margin-top: 0;
  }
  .Product_04 .box .boxRight,
  .News_1 .box .swiper-slide .item .boxRight,
  .Contact_01 .box .boxRight {
    margin: 0;
    padding: 0.6rem 0.5rem;
  }
  .Contact_01 .box .boxRight {
    margin-top: 0.2rem;
  }
  .Contact_02 .box .list5,
  .Home_About .box .boxRight {
    margin-top: 0.5rem;
  }
  .News_3 .box1 .boxRight {
    margin-top: 0.9rem;
  }
  .Product_05 .box,
  .Product_03 .box,
  .Case_02 .box,
  .News_2 .box,
  .About_01 .box1,
  .About_02 .box,
  .Contact_02 .box .list1 {
    grid-template-columns: repeat(2, 1fr);
  }
  .News_2 .box {
    gap: 0.25rem;
  }
  .Home_About .two .content1 {
    font-size: var(--f26);
  }
  .Product_02 .box .list .item .bot {
    margin-top: 0.1rem;
  }
  .Home_About .two .content1 {
    max-width: 6.7rem;
  }
}
@media screen and (max-width: 699px) {
  .MobileMain .HeaderMobile .box .logo a img {
    height: 15px;
  }
  .MobileMain .HeaderMobile .box .button .menu {
    margin-left: 0.3rem;
  }
  .MobileMain .HeaderMobile .box .button .Language a {
    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;
  }
  .MobileMain .HeaderMobile .box .button .Language a i {
    font-size: 12px;
    margin-left: 3px;
  }
  .MobileMain .HeaderMobile .box .button .Language a svg {
    margin-right: 3px;
    -webkit-transform: scale(0.85);
    -ms-transform: scale(0.85);
    transform: scale(0.85);
  }
  .Home_Banner .banner .swiper-slide .orientation .content1 {
    font-size: 0.48rem;
  }
  .Home_Banner .data .top {
    font-size: 14px;
  }
  .Home_Service .box .orientation .scroll .list {
    width: 100%;
  }
  :root {
    --line: 36px;
  }
  .Home_Case .box .swiper-slide .item .orientation {
    position: initial;
    width: 100%;
    -webkit-transform: translate(0, -38%);
    -ms-transform: translate(0, -38%);
    transform: translate(0, -38%);
    opacity: 1;
    -webkit-transition: 0s;
    -o-transition: 0s;
    transition: 0s;
  }
  .Home_Case {
    --w: 82vw;
  }
  .Home_Case .box .swiper-slide .item .orientation .content4 {
    margin-top: 0.2rem;
  }
  .Home_Case .button {
    margin-top: -1.4rem;
  }
  .Home_Case .box .swiper-slide .item .orientation .content4 {
    max-height: -webkit-calc(4.4em);
    max-height: calc((1.4em * 3) + 0.1rem * 2);
  }
  .Home_Case .box .swiper-slide .item .img {
    border-radius: 20px 20px 0 0;
  }
  .title_01 .h6 {
    font-size: var(--f26);
  }
  .Home_About .box .boxRight .list .item {
    margin-bottom: 1.2rem;
  }
  .Home_About .box .boxRight .list .item .content2 {
    font-size: 0.6rem;
  }
  .Home_New .box_ .link {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .Home_New .box_ .button div {
    -webkit-transform: translateY(-37px);
    -ms-transform: translateY(-37px);
    transform: translateY(-37px);
  }
  .Advertisement {
    --li: 42px;
  }
  .Advertisement .img img {
    min-height: 6rem;
  }
  .Footer_Container .box .boxLeft .content4 .item a {
    width: 0.9rem;
    height: 0.9rem;
  }
  .Footer_Container .box .boxLeft .content4 .item .ewm {
    bottom: 1rem;
    width: 1.5rem;
  }
  .Footer_Container .box .boxLeft .content2 .li {
    margin-bottom: 0.25rem;
  }
  .Footer_Container .box .boxLeft .content3 {
    margin-top: 0.6rem;
  }
  .Footer_Container .box1 {
    line-height: 1.8;
  }
  .Product_01 .box .boxRight .img {
    border-radius: 20px;
  }
  .Product_01 .box .boxRight .play p svg {
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
  }
  .Product_02 .box .scroll .list {
    width: 300%;
  }
  .Product_02 .box {
    --w: 2.8rem;
  }
  .Product_02 .box .list .item .bot {
    font-size: 12px;
  }
  .Product_02 .box .xian img {
    max-width: 4.7rem;
  }
  .Product_02 .box {
    margin-top: 1.4rem;
  }
  .Product_02 .box .right {
    top: 0.3rem;
  }
  .Product_05 .box,
  .Product_03 .box,
  .Case_02 .box,
  .News_2 .box,
  .About_01 .box1,
  .About_02 .box,
  .Contact_02 .box .list1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .Case_01 .img img {
    min-height: 11rem;
    height: auto;
  }
  .mbx .box {
    line-height: 1.8;
  }
  .Case_03 .box1 .boxLeft .content3 .ite .bot {
    margin-top: 10px;
  }
  .Case_03 .box1 .boxLeft .content3 {
    padding: 0.4rem;
  }
  .Case_01 .box .boxRight > div .content1 img {
    height: 40px;
  }
  .Case_01 .box .boxRight > div .content2 {
    margin: 0.3rem 0;
  }
  .News_3 .box1 .boxRight .sticky ul li a .left {
    width: 3rem;
  }
  .InnerBanner .img img {
    min-height: 4rem;
  }
  .News_3 .box1 .boxLeft .content2 .left {
    width: 100%;
    max-width: 100%;
  }
  .News_3 .box1 .boxLeft .content2 .right {
    width: 100%;
    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.5rem;
  }
  .About_01 .box1 {
    grid-template-columns: repeat(2, 1fr);
  }
  .About_01 .box1 .item .content2 {
    font-size: 0.6rem;
  }
  .About_03 .box::after {
    top: 9px;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  .About_04 .box {
    width: 100%;
    margin-left: 0;
  }
  .Advertisement .orientation .box .h5,
  .Contact_02 .h5 {
    font-size: var(--f28);
  }
  .News_1 .box .swiper-slide .item .boxRight > div .content2,
  .News_2 .box .item a figcaption .content2,
  .Case_02 .box .item a figcaption .content2,
  .Case_01 .box .boxRight > div .content2,
  .Home_New .box_ .item a figcaption .content2 {
    font-size: var(--f26);
  }
  .Product_04 .box .boxRight .scroll ul li .right {
    font-size: var(--f24);
  }
  .inner_toggle .box ul li a,
  .Join_03 .box .item .bot .main .ite h6 {
    font-size: var(--f22);
  }
  .News_3 .box1 .boxRight .sticky ul li a .right p,
  .About_01 .box1 .item .content3,
  .Product_02 .box .list .item .top > div .text,
  .Home_About .box .boxRight .list .item .content3 {
    font-size: var(--f20);
  }
  .Home_New .box_ .item a figcaption,
  .Case_02 .box .item a figcaption,
  .Product_04 .box .boxRight,
  .News_1 .box .swiper-slide .item .boxRight,
  .Contact_01 .box .boxRight {
    padding: 0.4rem;
  }
  .About_04 .box .swiper .item figure {
    height: 3.4rem;
  }
  .About_03 .box .swiper .swiper-slide .item::before {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  .About_03 .box .swiper .swiper-slide .item {
    padding: 0.5rem 0.3rem 0.4rem 0.4rem !important;
  }
  .About_03 .box .swiper {
    margin-top: 0.7rem;
  }
  .Contact_01 .box .boxRight .content1 .item .bot form {
    --h: 45px;
  }
  .Contact_02 .box .list1 .item input {
    height: 45px;
  }
  .Join_03 .box .item .top {
    height: 60px;
    padding: 0 0.5rem 0 0.5rem;
  }
  .Join_03 .box .item .top .content5 p {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }
  .Join_03 .box .item .bot {
    padding: 0 0.5rem 0.5rem 0.5rem;
  }
  .Layer_Upload .box .content2 .upload {
    width: 3.5rem;
  }
  .Layer_Upload .box .content2 .upload p {
    font-size: 12px;
    bottom: 0.3rem;
    line-height: 28px;
  }
  .cbl {
    right: 0;
    width: 100%;
    bottom: 0;
  }
  .cbl > div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .cbl ul {
    width: 75%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-radius: 0;
    -webkit-filter: initial;
    filter: initial;
  }
  .cbl ul li {
    width: 33.3333%;
    text-align: center;
  }
  .cbl ul li svg {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
  .cbl ul li a {
    width: 100%;
  }
  .cbl .ul1 {
    width: 25%;
    margin-top: 0;
  }
  .cbl .ul1 li {
    width: 100%;
  }
  .cbl .ul1 li svg {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  .cbl ul li > a figure {
    height: 24px;
  }
  .cbl ul li > a figcaption {
    font-size: 12px;
  }
  .cbl ul li .text {
    display: none;
  }
  .cbl ul li .ewm {
    right: 50%;
    bottom: 65px;
    top: auto;
    -webkit-transform: translateX(50%) translateY(0);
    -ms-transform: translateX(50%) translateY(0);
    transform: translateX(50%) translateY(0);
    width: 100px;
  }
  body {
    padding-bottom: 60px;
  }
  .Home_About .one .img img,
  .Home_About .one .video img,
  .Home_About .one .img video,
  .Home_About .one .video video {
    min-height: 5.6rem;
  }
  .Home_About .two .content1_2 {
    display: block;
    text-align: justify;
    font-size: 16px;
  }
  .Home_About .two .content1_1 {
    display: none;
  }
}
/*# sourceMappingURL=./style.css.map */