:root {
  --swiper-theme-color: #ee8915;
  --b600: 600;
}
.ios {
  --bold: bold;
}
.textBold {
  font-family: "MSB";
  font-weight: bold;
}
body {
  --www: 1.6rem;
  --interval: var(--www);
  --nav_height: 1.1rem;
  --gap: 1rem;
  --color: #ee8915;
  --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: 1.6rem;
  }
}
@media screen and (max-width: 1520px) {
  body {
    --f14: 12px;
    --f16: 14px;
    --f18: 15px;
    --f20: 17px;
    --f22: 18px;
    --www: 5vw;
  }
}
@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;
  display: none;
}
body::-webkit-scrollbar-thumb {
  background: #ee8915;
}
body::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1);
}
@-moz-document url-prefix() {
  body {
    scrollbar-color: #ee8915 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.1;
}
.swiper-button-disabled {
  cursor: no-drop !important;
}
@media screen and (max-width: 1200px) {
  .swiper-button-disabled {
    opacity: 0.2;
  }
}
.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: #fef8f0;
}
.pt {
  padding-top: var(--gap);
}
.pb {
  padding-bottom: var(--gap);
}
.mt {
  margin-top: 0.56rem;
}
.Privacy_Policy {
  padding: var(--nav_height) 0 0;
  background: #fef8f0;
}
.Privacy_Policy .box_ .content1 {
  font-size: var(--f48);
  font-weight: var(--bold);
  line-height: 1;
}
.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;
}
.Privacy_Policy .box_ .content3 a {
  display: inline-block;
}
.Privacy_Policy .box_ .content3 li {
  list-style: disc;
}
.null_height {
  padding: 20vh 0;
  font-size: var(--f18);
  color: #999;
  text-align: center;
}
.null_height span {
  color: #ee8915;
}
.noData {
  display: flex;
  min-height: 36vh;
}
.noData p {
  color: #333;
  font-size: var(--f18);
  line-height: 1.5;
  margin: auto;
  text-align: center;
  width: 100%;
}
.Search_List .box1 {
  padding: 1.4rem 0 0.5rem;
  font-size: var(--f20);
  background: #fef8f0;
}
.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: #ee8915;
  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: #ee8915;
}
.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: #ee8915;
}
.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: #ee8915;
  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;
  padding-bottom: var(--gap);
}
.Search_2 .box .item a {
  background: #fef8f0;
  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: #ee8915;
}
.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: #ee8915;
  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: #ee8915;
}
.Sitemap {
  padding: var(--nav_height) 0 0;
  background: #fef8f0;
}
.Sitemap .ap_top {
  border-bottom: 1px solid #999;
  padding-bottom: 0.46rem;
}
.Sitemap .ap_top p {
  font-size: var(--f48);
  font-weight: var(--bold);
  line-height: 1;
}
.Sitemap .ap_bot .item {
  padding: 0.44rem 0;
  border-bottom: 1px solid #ccc;
}
.Sitemap .ap_bot .item .content1 a {
  color: #000;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  font-weight: bold;
}
.Sitemap .ap_bot .item .content1 a:hover {
  color: #ee8915;
}
.Sitemap .ap_bot .item .content2 {
  margin-top: 0.22rem;
}
.Sitemap .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 .ap_bot .item .content2 .firstorder a {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  margin-right: 0.6rem;
  color: #333;
}
.Sitemap .ap_bot .item .content2 .firstorder a:hover {
  color: #ee8915;
}
.Sitemap .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 .ap_bot .item .content2 .multistage .ge_list {
  margin-right: 0.5rem;
}
.Sitemap .ap_bot .item .content2 .multistage .ge_list .div_1 a {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  color: #333;
}
.Sitemap .ap_bot .item .content2 .multistage .ge_list .div_1 a:hover {
  color: #ee8915;
}
.Sitemap .ap_bot .item .content2 .multistage .ge_list .div_2 .div_3 {
  margin-top: 0.26rem;
}
.Sitemap .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 .ap_bot .item .content2 .multistage .ge_list .div_2 .div_3 .title_3 a:hover {
  color: #ee8915;
}
.Sitemap .ap_bot .item .content2 .multistage .ge_list .div_2 .div_3 .box_3 {
  padding-left: 0.1rem;
}
.Sitemap .ap_bot .item .content2 .multistage .ge_list .div_2 .div_3 .box_3 .div_4 {
  margin-top: 0.14rem;
}
.Sitemap .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 .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 .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 .ap_bot .item .content2 .multistage .ge_list .div_2 .div_3 .box_3 .div_4 .title_4 a:hover {
  color: #ee8915;
}
.Sitemap .ap_bot .item .content2 .multistage .ge_list .div_2 .div_3 .box_3 .div_4 .box_4 {
  padding-left: 0.1rem;
}
.Sitemap .ap_bot .item .content2 .multistage .ge_list .div_2 .div_3 .box_3 .div_4 .box_4 .div_5 {
  margin-top: 0.1rem;
}
.Sitemap .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 .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 .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 .ap_bot .item .content2 .multistage .ge_list .div_2 .div_3 .box_3 .div_4 .box_4 .div_5 a:hover {
  color: #ee8915;
}
.Sitemap .ap_bot .item .content1 a {
  font-size: 0.26rem;
}
.firstorder > a,
.ge_list {
  font-size: 0.24rem;
}
@media (max-width: 1200px) {
  .Sitemap .ap_bot .item .content2 .multistage,
  .Sitemap .ap_bot .item .content2 .firstorder {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.2rem;
  }
  .Sitemap .ap_bot .item .content2 .multistage a,
  .Sitemap .ap_bot .item .content2 .firstorder a {
    margin-right: 0;
  }
  .Sitemap .ap_bot .item .content1 a {
    font-size: 0.32rem;
  }
  .firstorder > a,
  .ge_list {
    font-size: 0.3rem;
  }
}
@media (max-width: 750px) {
  .Sitemap .ap_bot .item .content2 .multistage,
  .Sitemap .ap_bot .item .content2 .firstorder {
    grid-template-columns: repeat(1, 1fr);
  }
}
.Layer_Upload {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 90;
  display: none;
}
.Layer_Upload .box {
  position: absolute;
  width: min(8rem, 90vw);
  margin: auto;
  background: #fff;
  padding: 0.6rem;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
.Layer_Upload .box .close {
  position: absolute;
  right: 0.4rem;
  top: 0.4rem;
  z-index: 2;
  cursor: pointer;
}
.Layer_Upload .box .close i {
  font-size: var(--f24);
  color: #ccc;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  font-weight: bold;
}
.Layer_Upload .box .close:hover i {
  color: #ee8915;
}
.Layer_Upload .box .content1 {
  font-size: 0.36rem;
  line-height: 1;
  font-weight: bold;
}
.Layer_Upload .box .content2 {
  margin-top: 0.5rem;
}
.Layer_Upload .box .content2 .upload {
  width: 2.9rem;
  margin: auto;
  cursor: pointer;
  position: relative;
}
.Layer_Upload .box .content2 .upload img {
  width: 100%;
}
.Layer_Upload .box .content2 .upload p {
  font-size: 14px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0.6rem;
  min-width: 0.95rem;
  padding: 0 0.3rem;
  line-height: 35px;
  border: 1px solid #ee8915;
}
.Layer_Upload .box .content3 {
  font-size: var(--f18);
  color: #666;
  margin-top: 0.25rem;
  margin-bottom: 0.15rem;
}
.Layer_Upload .box .content5 {
  margin-top: 0.45rem;
}
.Layer_Upload .box .content5 input {
  width: 1.6rem;
  height: 0.55rem;
  background: #ee8915;
  color: #fff;
  font-size: var(--f16);
  cursor: pointer;
  border: 0;
}
.bjq iframe,
.bjq img {
  max-width: 100% !important;
  height: auto !important;
  width: auto !important;
}
.bjq a {
  color: -webkit-link;
  display: inline;
  text-decoration: underline;
}
.bjq b,
.bjq strong {
  font-weight: bold;
}
.bjq em {
  font-style: italic;
}
.bjq sup {
  vertical-align: super;
  font-size: smaller;
}
.bjq sub {
  vertical-align: sub;
  font-size: smaller;
}
.bjq h1,
.bjq h2,
.bjq h3,
.bjq h4,
.bjq h5,
.bjq h6 {
  font-weight: bold;
}
.bjq ul {
  padding-left: 22px;
}
.bjq ul li {
  list-style-type: disc;
}
.bjq ol {
  padding-left: 22px;
}
.bjq ol li {
  list-style-type: decimal;
}
.compiler_style iframe,
.compiler_style video,
.compiler_style img {
  max-width: 100% !important;
}
@media (max-width: 1200px) {
  .compiler_style img,
  .compiler_style video {
    width: auto !important;
    height: auto !important;
  }
}
.compiler_style a {
  color: -webkit-link;
  display: inline;
  text-decoration: underline;
}
.compiler_style b,
.compiler_style strong {
  font-weight: bold;
}
.compiler_style i,
.compiler_style em {
  font-style: italic;
}
.compiler_style sup {
  vertical-align: super;
  font-size: smaller;
}
.compiler_style sub {
  vertical-align: sub;
  font-size: smaller;
}
.compiler_style h1,
.compiler_style h2,
.compiler_style h3,
.compiler_style h4,
.compiler_style h5,
.compiler_style h6 {
  font-weight: bold;
}
.compiler_style hr {
  display: block;
  margin-block-start: 0.5em;
  margin-block-end: 0.5em;
  margin-inline-start: auto;
  margin-inline-end: auto;
  color: gray;
  unicode-bidi: isolate;
  overflow: hidden;
  border-style: inset;
  border-width: 1px;
}
.compiler_style table tr td {
  border: 1px solid #ccc;
  padding: 6px;
}
.compiler_style ul {
  padding-left: 22px;
}
.compiler_style ul li {
  list-style-type: inherit;
}
.compiler_style ol {
  padding-left: 22px;
}
.compiler_style ol li {
  list-style-type: inherit;
}
.Header_Container {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 80;
  width: 100%;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  --logo_height: 1rem;
}
.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 {
  transition: 0.6s;
  height: var(--logo_height);
}
.Header_Container .box .logo a .img1 {
  opacity: 0;
}
.Header_Container .box .logo a .img2 {
  position: absolute;
  left: 0;
  top: 12px;
}
.Header_Container .box nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  margin-right: 0.8rem;
}
.Header_Container .box nav .item {
  padding: 0 0.35rem;
  position: relative;
}
.Header_Container .box nav .item > p a {
  font-size: var(--f18);
  color: #fff;
  line-height: var(--nav_height);
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.Header_Container .box nav .item .down {
  transition: 0.6s;
  pointer-events: none;
  opacity: 0;
  position: absolute;
  width: 11.4rem;
  left: 50%;
  top: 110%;
  transform: translateX(-50%);
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(10px);
  min-height: 3.2rem;
  border-radius: 0 0 0.2rem 0.2rem;
  padding: 0.5rem 0.7rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.06);
}
.Header_Container .box nav .item .down > div {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.5rem;
}
.Header_Container .box nav .item .down > div .li .img {
  width: 100%;
  border-radius: 0.12rem;
  overflow: hidden;
}
.Header_Container .box nav .item .down > div .li .img img {
  transition: 0.4s;
  border-radius: inherit;
  width: 100%;
}
.Header_Container .box nav .item .down > div .li .text {
  transition: 0.4s;
  margin-top: 0.12rem;
  font-size: var(--f20);
  line-height: 1.2;
  color: #000;
  font-weight: 500;
}
.Header_Container .box nav .item .down > div .li:hover .img img,
.Header_Container .box nav .item .down > div .li.active .img img {
  transform: scale(1.05);
}
.Header_Container .box nav .item .down > div .li:hover .text,
.Header_Container .box nav .item .down > div .li.active .text {
  color: #ee8915;
}
.Header_Container .box nav .item:hover .down {
  opacity: 1;
  top: 100%;
  pointer-events: all;
}
.Header_Container .box .button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.Header_Container .box .link {
  margin-left: 0.64rem;
  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 .link .a {
  border: 1px solid transparent;
  background: rgba(255, 255, 255, 0.8);
  height: 52px;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-radius: 52px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  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: 8px;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.Header_Container .box .link .a span {
  font-size: var(--f16);
  color: #000;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  padding: 0 0.15rem 0 0.25rem;
}
.Header_Container .box .link .a p {
  width: 36px;
  height: 36px;
  background: #ee8915;
  border-radius: 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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.Header_Container .box .link .a p path {
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.Header_Container .box .link .a:hover {
  background: #ee8915;
  border-color: #ee8915 !important;
}
.Header_Container .box .link .a:hover span {
  color: #fff;
}
.Header_Container .box .link .a:hover p {
  background: #fff;
}
.Header_Container .box .link .a:hover p path {
  fill: #ee8915;
}
.Header_Container.active {
  --logo_height: 0.77rem;
  background: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.07);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.07);
}
.Header_Container.active .box .logo .img1 {
  opacity: 1;
}
.Header_Container.active .box .logo .img2 {
  opacity: 0;
  top: 0;
  height: var(--logo_height);
}
.Header_Container.active .box nav .item > p a {
  color: #000;
}
.Header_Container.active .box nav .item:hover > p a {
  color: #ee8915;
}
.Header_Container.active .box nav .item.active > p a {
  color: #ee8915;
}
.Header_Container.active .box .language span {
  color: #000;
}
.Header_Container.active .box .link .a {
  border-color: rgba(0, 0, 0, 0.1);
}
.Header_Container.wy {
  -webkit-transform: translateY(-101%);
  -ms-transform: translateY(-101%);
  transform: translateY(-101%);
}
.Header_Container.black {
  --logo_height: 0.77rem;
}
.Header_Container.black .box .logo a .img1 {
  opacity: 1;
}
.Header_Container.black .box .logo a .img2 {
  opacity: 0;
  top: 0;
  height: var(--logo_height);
}
.Header_Container.black .box nav .item > p a {
  color: #000;
}
.Header_Container.black .box nav .item:hover > p a,
.Header_Container.black .box nav .item.active > p a {
  color: #ee8915;
}
.Header_Container.black .box .button .language span {
  color: #ee8915;
}
.Header_Container.black .box .button .language em {
  color: #6a6969;
}
.Header_Container.black .box .button .language a {
  color: #6a6969;
}
.Header_Container.black .box .button .link .a {
  border: 2px solid rgba(0, 0, 0, 0.1);
  background: none;
}
.Header_Container.black .box .button .link .a:hover {
  background: #ee8915;
  border-color: #ee8915;
}
.Header_Container.black .box .button .link .a:hover span {
  color: #fff;
}
.Header_Container.black .box .button .link .a:hover p {
  background: #fff;
}
.language,
.LanguagePhone {
  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;
  font-family: "MM";
}
.language span,
.LanguagePhone span,
.language a,
.LanguagePhone a {
  font-size: var(--f18);
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.language em,
.LanguagePhone em {
  margin: 0 0.12rem;
  color: #aaaaaa;
  line-height: 1;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  -webkit-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  transform: translateY(-1px);
}
.language a,
.LanguagePhone a {
  color: #aaaaaa;
}
.language a:hover,
.LanguagePhone a:hover {
  color: #ee8915;
}
.Home_Banner {
  position: relative;
  overflow: hidden;
}
.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: 400px;
  }
}
.Home_Banner .banner .video {
  position: relative;
}
.Home_Banner .banner .video::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0) 26%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, 0.45)), color-stop(0.26, rgba(0, 0, 0, 0)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0) 26%);
}
.Home_Banner .banner .video .phone {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
}
@media screen and (max-width: 1200px) {
  .Home_Banner .banner .video .phone {
    display: block;
  }
}
.Home_Banner .banner .video .phone .img {
  width: 100%;
  height: 100%;
}
.Home_Banner .banner .video .phone .img img {
  width: 100%;
  height: 100%;
}
.Home_Banner .banner .video .phone .play {
  position: absolute;
  z-index: 3;
  width: 0.5rem;
  height: 0.5rem;
  right: 5vw;
  bottom: 5vw;
  border-radius: 50%;
  border: 2px solid #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.Home_Banner .banner .video .phone .play svg {
  margin: auto;
}
@media screen and (max-width: 1200px) {
  .Home_Banner .banner .video .phone .play {
    width: 0.7rem;
    height: 0.7rem;
  }
}
.Home_Banner .banner .swiper-slide .orientation {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.Home_Banner .banner .swiper-slide .orientation .content1 {
  font-size: var(--f56);
  font-weight: var(--bold);
  color: #fff;
  line-height: 1.3;
  margin-bottom: 0.56rem;
  max-width: 60%;
  transform: translateX(0.6rem);
  opacity: 0;
  transition: 1s 0.15s;
}
.Home_Banner .banner .swiper-slide .orientation .content2 {
  transform: translateX(0.6rem);
  opacity: 0;
  transition: 1s 0.3s;
}
.Home_Banner .banner .swiper-slide-active .orientation .content2,
.Home_Banner .banner .swiper-slide-active .orientation .content1 {
  transform: translateX(0rem);
  opacity: 1;
}
.Home_Banner .page {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0.5rem;
  z-index: 2;
}
.Home_Banner .page div {
  line-height: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.Home_Banner .page div span {
  width: 0.26rem;
  height: 0.26rem;
  border-radius: initial;
  opacity: 1;
  margin: 0 0.1rem !important;
  background: transparent;
  position: relative;
}
.Home_Banner .page div span::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.Home_Banner .page div span::after {
  content: "";
  position: absolute;
  inset: 0;
  background: url(../images/page.svg) no-repeat 50% 50%;
  background-size: 100%;
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.Home_Banner .page div .swiper-pagination-bullet-active::before {
  opacity: 0;
}
.Home_Banner .page div .swiper-pagination-bullet-active::after {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.Home_Banner canvas {
  position: absolute;
  inset: 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);
  }
}
.link_01 .a {
  cursor: pointer;
  border: 2px solid rgba(255, 255, 255, 0.4);
  height: 52px;
  border-radius: 52px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  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: 8px;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.link_01 .a span {
  font-size: var(--f16);
  color: #fff;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  padding: 0 0.24rem 0 0.3rem;
}
.link_01 .a p {
  width: 36px;
  height: 36px;
  background: #ee8915;
  border-radius: 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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.link_01 .a p path {
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.link_01 .a:hover {
  background: #ee8915;
  border-color: #ee8915;
}
.link_01 .a:hover p {
  background: #fff;
}
.link_01 .a:hover p path {
  fill: #ee8915;
}
.link_02 .a {
  cursor: pointer;
  border: 2px solid #ffffff;
  height: 52px;
  border-radius: 52px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  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: 8px;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.link_02 .a span {
  font-size: var(--f16);
  color: #000;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  padding: 0 0.24rem 0 0.3rem;
}
.link_02 .a p {
  width: 36px;
  height: 36px;
  background: #ee8915;
  border-radius: 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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.link_02 .a p path {
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.link_02 .a:hover {
  background: #ee8915;
  border-color: #ee8915;
}
.link_02 .a:hover span {
  color: #fff;
}
.link_02 .a:hover p {
  background: #fff;
}
.link_02 .a:hover p path {
  fill: #ee8915;
}
.link_03 .a {
  border-color: rgba(0, 0, 0, 0.1);
}
.title_01 .h5 {
  font-size: var(--f48);
  font-weight: var(--bold);
  line-height: 1;
}
.Home_Bussiner {
  position: sticky;
  top: 0;
  contain: layout paint;
}
.Home_Bussiner .box {
  padding-left: var(--interval);
}
.Home_Bussiner .box .swiper {
  padding-right: var(--interval);
}
.Home_Bussiner .box .swiper .item {
  position: relative;
}
.Home_Bussiner .box .swiper .item .img {
  border-radius: 0.16rem;
  overflow: hidden;
  position: relative;
}
.Home_Bussiner .box .swiper .item .img img {
  width: 100%;
  aspect-ratio: 1060/650;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.Home_Bussiner .box .swiper .item .img::after {
  content: "";
  inset: 0;
  position: absolute;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, transparent), to(rgba(0, 0, 0, 0.4)));
  background: -o-linear-gradient(top, transparent 30%, rgba(0, 0, 0, 0.4));
  background: linear-gradient(to bottom, transparent 30%, rgba(0, 0, 0, 0.4));
  z-index: 1;
}
.Home_Bussiner .box .swiper .item .orientation {
  position: absolute;
  left: 0;
  bottom: 0.64rem;
  width: 100%;
  padding: 0 0.7rem;
  z-index: 2;
}
.Home_Bussiner .box .swiper .item .orientation .left {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 5rem;
  color: #fff;
}
.Home_Bussiner .box .swiper .item .orientation .left .content1 {
  font-size: var(--f28);
  font-weight: var(--bold);
}
.Home_Bussiner .box .swiper .item .orientation .left .content2 {
  font-size: var(--f16);
  margin-top: 0.12rem;
  height: 8em;
  max-height: 8em;
  line-height: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-justify: distribute-all-lines;
  height: auto;
}
.Home_Bussiner .box .swiper .item .orientation .right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.Home_Bussiner .box .swiper .item:hover .img img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.Home_Bussiner .box .swiper .item:hover .right .code_button .a::after {
  -webkit-box-shadow: inset 0 0 0 0.47rem #ee8915;
  box-shadow: inset 0 0 0 0.47rem #ee8915;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.Home_Bussiner .main {
  position: relative;
}
.Home_Bussiner .main .banner_page {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0.3rem;
  z-index: 2;
}
.banner_page {
  margin-top: 0.5rem;
  --h: 56px;
}
.banner_page .page {
  height: var(--h);
  border-radius: var(--h);
  background: rgba(254, 248, 240, 0.9);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  padding: 0 0.32rem;
  min-width: 2.6rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.banner_page .page > div {
  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;
}
.banner_page .page > div span {
  margin: 0 0.08rem !important;
  opacity: 1;
  position: relative;
  background: #555555 !important;
  border-radius: 10px;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  overflow: hidden;
}
.banner_page .page > div span::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #ee8915;
  border-radius: inherit;
  opacity: 0;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}
.banner_page .page > div .swiper-pagination-bullet-active {
  width: 0.5rem;
}
.banner_page .page > div .swiper-pagination-bullet-active::after {
  opacity: 1;
  -webkit-animation: line02 5.2s linear forwards;
  animation: line02 5.2s linear forwards;
}
.banner_page .playBtn {
  height: var(--h);
  width: var(--h);
  border-radius: 50%;
  background: rgba(254, 248, 240, 0.9);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  margin-left: 12px;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.banner_page .playBtn svg {
  margin: auto;
}
.banner_page .playBtn svg path {
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.banner_page .playBtn .pause {
  display: none;
}
.banner_page .playBtn:hover {
  background: #ee8915;
}
.banner_page .playBtn:hover svg path {
  fill: #fff;
}
.banner_page.active .page div .swiper-pagination-bullet-active::after {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}
.banner_page.active .playBtn .pause {
  display: block;
}
.banner_page.active .playBtn .play {
  display: none;
}
@media screen and (max-width: 1200px) {
  .banner_page .page > div .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
  }
  .banner_page .page > div .swiper-pagination-bullet::after {
    display: none;
  }
  .banner_page .page > div .swiper-pagination-bullet-active {
    width: 6px;
    height: 6px;
    background: #ee8915 !important;
  }
}
@media screen and (max-width: 699px) {
  .banner_page .page > div .swiper-pagination-bullet {
    width: 4px;
    height: 4px;
  }
  .banner_page .page > div .swiper-pagination-bullet::after {
    display: none;
  }
  .banner_page .page > div .swiper-pagination-bullet-active {
    width: 4px;
    height: 4px;
    background: #ee8915 !important;
  }
}
@-webkit-keyframes line02 {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@keyframes line02 {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}
.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.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.code_button .a svg {
  position: relative;
  z-index: 2;
}
.code_button .a svg path {
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}
.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 2px rgba(255, 255, 255, 0.2);
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.2);
  -webkit-transition: -webkit-box-shadow 0.4s, -webkit-transform 0.4s;
  transition: -webkit-box-shadow 0.4s, -webkit-transform 0.4s;
  -o-transition: box-shadow 0.4s, transform 0.4s;
  transition: box-shadow 0.4s, transform 0.4s;
  transition: box-shadow 0.4s, transform 0.4s, -webkit-box-shadow 0.4s, -webkit-transform 0.4s;
}
.code_button .a:hover::after {
  -webkit-box-shadow: inset 0 0 0 0.47rem #ee8915;
  box-shadow: inset 0 0 0 0.47rem #ee8915;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.link01 p {
  font-size: var(--f16);
  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;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.link01 .code .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.1rem;
  width: 0.36rem;
  height: 0.36rem;
  border-radius: 50%;
  color: #fff;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.link01 .code .a svg {
  position: relative;
  z-index: 2;
  max-width: 45%;
}
.link01 .code .a svg path {
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}
.link01 .code .a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  -webkit-box-shadow: inset 0 0 0 1px #e5e5e5;
  box-shadow: inset 0 0 0 1px #e5e5e5;
  -webkit-transition: -webkit-box-shadow 0.4s, -webkit-transform 0.4s;
  transition: -webkit-box-shadow 0.4s, -webkit-transform 0.4s;
  -o-transition: box-shadow 0.4s, transform 0.4s;
  transition: box-shadow 0.4s, transform 0.4s;
  transition: box-shadow 0.4s, transform 0.4s, -webkit-box-shadow 0.4s, -webkit-transform 0.4s;
}
.Home_News {
  --h1: 5.52rem;
  z-index: 1;
  position: relative;
}
.Home_News .bg {
  position: absolute;
  inset: 0;
  background: #fef8f0;
  z-index: -1;
}
.Home_News .box {
  height: var(--h1);
}
.Home_News .box > div {
  height: 0;
  overflow: hidden;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 0.24rem;
}
.Home_News .box .item1 {
  position: relative;
}
.Home_News .box .item1 .img {
  border-radius: 0.16rem;
  overflow: hidden;
  position: relative;
}
.Home_News .box .item1 .img img {
  height: var(--h1);
  width: 100%;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.Home_News .box .item1 .img::after {
  content: "";
  inset: 0;
  position: absolute;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, transparent), to(rgba(0, 0, 0, 0.65)));
  background: -o-linear-gradient(top, transparent 30%, rgba(0, 0, 0, 0.65));
  background: linear-gradient(to bottom, transparent 30%, rgba(0, 0, 0, 0.65));
  z-index: 1;
}
.Home_News .box .item1 .orientation {
  position: absolute;
  left: 0;
  bottom: 0.35rem;
  width: 100%;
  padding: 0 0.4rem;
  z-index: 2;
}
.Home_News .box .item1 .orientation .content1 {
  text-align: center;
  color: #fff;
  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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.Home_News .box .item1 .orientation .content1 div {
  font-size: var(--f48);
  line-height: 1;
  font-family: "MB";
  -webkit-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  transform: translateY(-4px);
}
.Home_News .box .item1 .orientation .content1 p {
  font-size: var(--f14);
  font-family: "MM";
}
.Home_News .box .item1 .orientation .content2 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  margin-left: 0.2rem;
  padding-left: 0.2rem;
  padding-right: 0.2rem;
}
.Home_News .box .item1 .orientation .content2 .title {
  font-size: var(--f26);
  color: #fff;
  height: 1.2em;
  max-height: 1.2em;
  line-height: 1.2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-justify: distribute-all-lines;
  font-family: var(--bold);
}
.Home_News .box .item1 .orientation .content2 .desc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: var(--f16);
  color: #fff;
  margin-top: 0.12rem;
}
.Home_News .box .item1 .orientation .content2 .desc p {
  margin-right: 0.25rem;
}
.Home_News .box .item1 .orientation .content2 .desc p:last-child {
  margin-right: 0;
}
.Home_News .box .item1 .orientation .content3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.Home_News .box .item1:hover .img img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.Home_News .box .item1:hover .orientation .code_button .a::after {
  -webkit-box-shadow: inset 0 0 0 0.47rem #ee8915;
  box-shadow: inset 0 0 0 0.47rem #ee8915;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.Home_News .box .item2 {
  position: relative;
  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;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.Home_News .box .item2 .img {
  border-radius: 0.16rem 0.16rem 0 0;
  overflow: hidden;
  position: relative;
}
.Home_News .box .item2 .img img {
  width: 100%;
  aspect-ratio: 77/55;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.Home_News .box .item2 .img::after {
  height: 0.3rem;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  border-radius: 0.16rem 0.16rem 0 0;
}
.Home_News .box .item2 .content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
  background: #fff;
  border-radius: 0.16rem;
  padding: 0 0.3rem;
}
.Home_News .box .item2 .content::before {
  content: "";
  height: -webkit-calc(100.3%);
  height: calc(100% + 0.3rem);
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  border-radius: inherit;
  z-index: -1;
}
.Home_News .box .item2 .content .content1 {
  font-size: var(--f22);
  color: #000;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  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;
  font-family: var(--bold);
}
.Home_News .box .item2 .content .content2 {
  font-size: var(--f16);
  color: #666;
  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;
  margin-top: 0.2rem;
  margin-bottom: 0.6rem;
}
.Home_News .box .item2:hover .img img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.Home_News .box .item2:hover .content .content1 {
  color: #ee8915;
}
.Home_News .box .item2:hover .content .link01 .code .a::after {
  -webkit-box-shadow: inset 0 0 0 20px #ee8915;
  box-shadow: inset 0 0 0 20px #ee8915;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.Home_News .box .item2:hover .content .link01 .code .a svg path {
  fill: #fff;
}
.Footer_Container {
  z-index: 1;
  position: relative;
  background: #000;
  padding: 0.74rem 0 0;
}
.Footer_Container .box {
  position: relative;
}
.Footer_Container .box .logo {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
}
.Footer_Container .box .logo > div {
  transform: translateY(0.5rem);
  opacity: 0;
  transition: 1s 0.6s;
}
.Footer_Container .box .logo figure img {
  width: 0.96rem;
}
.Footer_Container .box .logo figcaption {
  font-size: var(--f20);
  color: #ee8915;
  margin-top: 0.12rem;
}
.Footer_Container .box .text_info {
  transform: translateY(0.5rem);
  opacity: 0;
  transition: 1s 0.3s;
  max-width: 5rem;
}
.Footer_Container .box .text_info .title {
  font-family: "MM";
  color: #fff;
  font-size: var(--f20);
}
.Footer_Container .box .text_info ul {
  margin-top: 0.3rem;
}
.Footer_Container .box .text_info ul li {
  margin-bottom: 0.12rem;
  position: relative;
  padding-left: 35px;
}
.Footer_Container .box .text_info ul li img {
  position: absolute;
  left: 0;
}
.Footer_Container .box .text_info ul li a {
  font-size: var(--f20);
  color: #fff;
}
.Footer_Container .box .text_info ul li p {
  font-size: var(--f16);
  color: #aaa;
}
.Footer_Container .box .img_ifno {
  transform: translateY(0.5rem);
  opacity: 0;
  transition: 1s 0.9s;
}
.Footer_Container .box .img_ifno ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.36rem;
}
.Footer_Container .box .img_ifno ul li {
  text-align: center;
}
.Footer_Container .box .img_ifno ul li figure img {
  width: 1.15rem;
}
.Footer_Container .box .img_ifno ul li figcaption {
  font-size: var(--f16);
  color: #aaa;
  margin-top: 0.18rem;
}
.Footer_Container .box1 {
  margin-top: 0.55rem;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  padding: 0.4rem 0 0.6rem;
}
.Footer_Container .box1 .left {
  transform: translateY(0.5rem);
  opacity: 0;
  transition: 1s 0.3s;
  font-size: var(--f16);
  color: #aaa;
  display: grid;
  gap: 0.1rem;
}
.Footer_Container .box1 .left a {
  color: #aaa;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  display: inline;
}
.Footer_Container .box1 .left a:hover {
  color: #ee8915;
}
.Footer_Container .box1 .right {
  transform: translateY(0.5rem);
  opacity: 0;
  transition: 1s 0.6s;
  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;
}
.Footer_Container .box1 .right ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.Footer_Container .box1 .right ul li {
  position: relative;
}
.Footer_Container .box1 .right ul li a {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.15);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.Footer_Container .box1 .right ul li a img {
  margin: auto;
  opacity: 0.5;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  max-width: 60%;
}
.Footer_Container .box1 .right ul li .ewm {
  position: absolute;
  left: 50%;
  bottom: -webkit-calc(100.1%);
  bottom: calc(100% + 0.1rem);
  -webkit-transform: translateX(-50%) translateY(0.2rem);
  -ms-transform: translateX(-50%) translateY(0.2rem);
  transform: translateX(-50%) translateY(0.2rem);
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
  width: 1.1rem;
  opacity: 0;
  pointer-events: none;
}
.Footer_Container .box1 .right ul li:hover a {
  background: #ee8915;
}
.Footer_Container .box1 .right ul li:hover a img {
  opacity: 1;
}
.Footer_Container .box1 .right ul li:hover .ewm {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  opacity: 1;
  -webkit-transform: translateX(-50%) translateY(0);
  -ms-transform: translateX(-50%) translateY(0);
  transform: translateX(-50%) translateY(0);
}
.Footer_Container > div.active .box .logo > div,
.Footer_Container > div.active .box .img_ifno,
.Footer_Container > div.active .box .text_info {
  transform: translateY(0);
  opacity: 1;
}
.Footer_Container > div.active .box1 .right,
.Footer_Container > div.active .box1 .left {
  transform: translateY(0);
  opacity: 1;
}
.Home_About {
  position: relative;
  height: 100dvh;
  overflow: hidden;
}
.Home_About .pic {
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  overflow: hidden;
  border-radius: 0 0 1rem 0;
}
.Home_About .pic img {
  width: 100%;
  height: 100%;
  border-radius: inherit;
  animation: img_move 8s linear 0s infinite normal both;
}
.Home_About .box .boxLeft {
  max-width: 7.2rem;
}
.Home_About .box .boxLeft .desc {
  font-size: var(--f16);
  color: #333;
  margin-top: 0.25rem;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  line-height: 2;
  height: auto;
}
.Home_About .box .boxLeft .img {
  margin: 0.6rem 0;
  overflow: hidden;
  display: grid;
  gap: 0.15rem;
}
.Home_About .box .boxLeft .img p {
  height: 0.7rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.Home_About .box .boxLeft .img p img {
  margin: auto;
  max-height: 100%;
}
.Home_About .box .boxLeft .list4 .list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.Home_About .box .boxLeft .listLoop {
  -webkit-mask-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(10%, #000), color-stop(90%, #000), to(transparent));
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent);
  mask-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(10%, #000), color-stop(90%, #000), to(transparent));
  mask-image: linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent);
}
.Home_About .box .boxLeft .listLoop .list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-animation-name: imgLoop;
  animation-name: imgLoop;
  -webkit-animation-duration: 10s;
  animation-duration: 10s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.Home_About .box .boxLeft .listLoop .list:hover {
  animation-play-state: paused;
}
.Home_About .box .boxLeft .listLoop .list p {
  padding: 0 0.4rem;
}
.Home_About .box .boxLeft .list3 .list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.Home_About .box .boxLeft .list3 .list p {
  margin-right: 0.8rem;
}
.Home_About .box .boxLeft .list3 .list p:last-child {
  margin-right: 0;
}
.Home_About .box .boxRight {
  width: 450px;
  height: 60vh;
  overflow: hidden;
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0%, #000), color-stop(80%, #000), to(transparent));
  -webkit-mask-image: linear-gradient(to bottom, transparent, #000 0%, #000 80%, transparent);
  mask-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0%, #000), color-stop(80%, #000), to(transparent));
  mask-image: linear-gradient(to bottom, transparent, #000 0%, #000 80%, transparent);
}
.Home_About .box .boxRight ul li {
  padding: 0.3rem 0;
  border-bottom: 1px solid #eeeeee;
}
.Home_About .box .boxRight ul li:first-child {
  padding-top: 0;
}
.Home_About .box .boxRight ul li:last-child {
  border-bottom: none;
}
.Home_About .box .boxRight ul li .top {
  color: #ee8915;
  font-size: var(--f50);
  font-family: "MB";
  line-height: 1;
}
.Home_About .box .boxRight ul li .top em {
  font-size: 45%;
}
.Home_About .box .boxRight ul li .bot {
  font-size: var(--f18);
  color: #333;
  margin-top: 0.12rem;
}
@keyframes img_move {
  0% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@keyframes big {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes imgLoop {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@keyframes imgLoop {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.about_01 {
  overflow: hidden;
  position: relative;
}
.about_01 .ab_bk {
  width: 100%;
}
.about_01 .ab_bk img {
  width: 100%;
  height: 100vh;
}
.about_01 .ab_box {
  margin-top: -3.2rem;
}
.about_01 .ab_box .content1 .le_box {
  width: 48%;
}
.about_01 .ab_box .content1 .le_box .desc {
  margin-top: 0.5rem;
  font-size: var(--f18);
  line-height: 2;
  color: #333;
  max-height: calc(2em * 10);
  overflow: auto;
  overflow-x: hidden;
  overflow-y: auto;
  padding-right: 0.1rem;
}
.about_01 .ab_box .content1 .le_box .desc::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}
.about_01 .ab_box .content1 .le_box .desc::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #ee8915;
}
.about_01 .ab_box .content1 .le_box .desc::-webkit-scrollbar-track {
  border-radius: 2px;
  background: rgba(0, 0, 0, 0.1);
}
@-moz-document url-prefix() {
  .about_01 .ab_box .content1 .le_box .desc {
    scrollbar-color: #ee8915 rgba(0, 0, 0, 0.1);
    scrollbar-width: thin;
  }
}
.about_01 .ab_box .content1 .ri_box {
  position: relative;
  width: 46.25%;
  border-radius: 0.16rem;
  overflow: hidden;
}
.about_01 .ab_box .content1 .ri_box::before {
  z-index: 1;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
  border-radius: inherit;
}
.about_01 .ab_box .content1 .ri_box img {
  width: 100%;
  border-radius: inherit;
}
.about_01 .ab_box .content1 .ri_box .play {
  transition: 0.6s;
  cursor: pointer;
  z-index: 2;
  position: absolute;
  width: var(--w64);
  height: var(--w64);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(10px);
  border-radius: 50%;
  display: flex;
}
.about_01 .ab_box .content1 .ri_box .play::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  box-shadow: inset 0 0 0 1px #fff;
  transition: box-shadow 0.4s, transform 0.4s;
}
.about_01 .ab_box .content1 .ri_box .play svg {
  z-index: 1;
  position: relative;
  max-width: 40%;
  margin: auto;
}
.about_01 .ab_box .content1 .ri_box .play svg path {
  transition: 0.4s;
}
.about_01 .ab_box .content1 .ri_box .play:hover::after {
  box-shadow: inset 0 0 0 calc(var(--w64) / 2) #ee8915;
  transform: scale(1.1);
}
.about_01 .ab_box .content2 {
  margin-top: 1rem;
}
.about_01 .ab_box .content2 .item {
  max-width: 20%;
}
.about_01 .ab_box .content2 .item .data {
  color: #ee8915;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}
.about_01 .ab_box .content2 .item .data p {
  font-size: var(--f52);
  font-family: "PB";
  line-height: 0.9;
}
.about_01 .ab_box .content2 .item .data span {
  margin-left: 4px;
  font-size: var(--f22);
  font-weight: 700;
}
.about_01 .ab_box .content2 .item .desc {
  margin-top: 0.1rem;
  font-size: var(--f18);
  color: #333;
}
.about_02 {
  position: relative;
}
.about_02 .box {
  position: relative;
  border-radius: 0.3rem;
  overflow: hidden;
}
.about_02 .ab_bk {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: inherit;
  overflow: hidden;
}
.about_02 .ab_bk img {
  width: 100%;
  height: 100%;
  border-radius: inherit;
}
.about_02 .ab_post {
  position: relative;
  min-height: 4.9rem;
  border-radius: inherit;
  background: linear-gradient(180deg, rgba(255, 243, 224, 0.4) 0%, rgba(255, 255, 255, 0.4) 100%);
  display: flex;
  padding: 0.6rem;
}
.about_02 .ab_post > div {
  width: min(7.67rem, 100%);
  margin: auto;
  text-align: center;
}
.about_02 .ab_post > div .desc {
  margin-top: 0.42rem;
  font-size: var(--f22);
  line-height: 1.8;
  color: #333;
}
.about_03 {
  position: relative;
}
.about_03 .ab_bot {
  margin-top: 0.68rem;
}
.about_03 .ab_bot .swiper .swiper-slide {
  cursor: pointer;
  transition: 0.6s;
  background: #fef8f0;
  border-radius: 0.1rem;
  overflow: hidden;
  padding: 0.5rem 0.3rem 0.8rem;
  height: auto;
}
.about_03 .ab_bot .swiper .swiper-slide .text .t1 {
  transition: 0.4s;
  font-size: var(--f24);
  font-weight: 500;
  min-height: calc(1.5em * 2);
}
.about_03 .ab_bot .swiper .swiper-slide .text .t2 {
  transition: 0.4s;
  margin-top: 0.1rem;
  font-size: var(---f18);
  color: #666;
  font-family: "PR";
}
.about_03 .ab_bot .swiper .swiper-slide .img {
  margin-top: 0.75rem;
  position: relative;
  height: 2.42rem;
  display: flex;
}
.about_03 .ab_bot .swiper .swiper-slide .img img {
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.about_03 .ab_bot .swiper .swiper-slide:hover {
  background: #ee8915;
}
.about_03 .ab_bot .swiper .swiper-slide:hover .text .t1 {
  color: #fff;
}
.about_03 .ab_bot .swiper .swiper-slide:hover .text .t2 {
  color: rgba(255, 255, 255, 0.8);
}
.about_03 .ab_bot .banner_page {
  margin-top: 0.5rem;
}
.about_04 {
  --w1: 7px;
  position: relative;
}
.about_04 .ab_bk {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.about_04 .ab_bk img {
  width: 100%;
  height: 100%;
}
.about_04 .ab_box {
  padding: var(--gap) 0;
  position: relative;
}
.about_04 .ab_box .content1 {
  padding: 0 var(--interval);
}
.about_04 .ab_box .content2 {
  margin-top: 1.4rem;
}
.about_04 .ab_box .content2 .swiper {
  padding-left: var(--interval);
}
.about_04 .ab_box .content2 .swiper .swiper-slide {
  position: relative;
  text-align: center;
  padding: 0 0.38rem;
}
.about_04 .ab_box .content2 .swiper .swiper-slide::before {
  content: "";
  position: absolute;
  left: 0;
  top: calc(var(--f24) * 1.5 + 0.3rem + var(--w1) / 2);
  width: 100%;
  height: 1px;
  background: #d9d9d9;
}
.about_04 .ab_box .content2 .swiper .swiper-slide .num {
  font-size: var(--f24);
  color: #666;
  transition: 0.4s;
  font-family: "PM";
}
.about_04 .ab_box .content2 .swiper .swiper-slide .dian {
  margin: 0.3rem 0;
  position: relative;
}
.about_04 .ab_box .content2 .swiper .swiper-slide .dian p {
  transition: 0.4s;
  margin: 0 auto;
  width: var(--w1);
  height: var(--w1);
  background: #898989;
  border-radius: 50%;
}
.about_04 .ab_box .content2 .swiper .swiper-slide .dian img {
  transition: 0.6s;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: calc(var(--w1) * 3.2857);
}
.about_04 .ab_box .content2 .swiper .swiper-slide .desc {
  font-size: var(--f16);
  line-height: 1.875;
  color: #333;
  text-align: justify;
}
.about_04 .ab_box .content2 .swiper .swiper-slide:hover .num {
  color: #ee8915;
}
.about_04 .ab_box .content2 .swiper .swiper-slide:hover .dian p {
  opacity: 0;
}
.about_04 .ab_box .content2 .swiper .swiper-slide:hover .dian img {
  transform: translate(-50%, -50%) scale(1);
}
.about_04 .ab_box .content2 .swiper .swiper-slide:hover .desc {
  color: #000;
}
.about_04 .ab_box .content2 .div_ {
  margin-top: 0.7rem;
  padding: 0 var(--interval);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.1rem;
}
.an_01 {
  opacity: 1;
  position: relative;
  cursor: pointer;
  width: var(--w48);
  height: var(--w48);
  border-radius: 50%;
  display: flex;
}
.an_01::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  box-shadow: inset 0 0 0 2px #ee8915;
  transition: box-shadow 0.4s, transform 0.4s;
}
.an_01 svg {
  z-index: 1;
  position: relative;
  margin: auto;
}
.an_01 svg path {
  transition: 0.4s;
}
.an_01:hover::after {
  box-shadow: inset 0 0 0 calc(var(--w48) / 2) #ee8915;
  transform: scale(1.1);
}
.an_01:hover svg path {
  fill: #fff;
}
@keyframes heroFade {
  0% {
    opacity: 0.001;
    transform: translateY(15px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.business_01 {
  position: relative;
}
.business_01 .bu_bk {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
.business_01 .bu_bk::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.72) -16.08%, rgba(0, 0, 0, 0) 130.52%);
}
.business_01 .bu_bk img {
  width: 100%;
}
.business_01 .bu_box {
  position: relative;
  padding: 2.12rem 0 var(--gap);
}
.business_01 .bu_box > div .content1 {
  padding: 0 var(--interval);
}
.business_01 .bu_box > div .content1 .desc {
  margin-top: 0.16rem;
  font-size: var(--f22);
  line-height: 1.8;
  font-family: "PM";
}
.business_01 .bu_box > div .content2 {
  position: relative;
  padding: 0 var(--interval);
  margin-top: 0.8rem;
}
.business_01 .bu_box > div .content2 .none {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.business_01 .bu_box > div .content2 .none.active {
  z-index: 1;
  position: relative;
  animation: heroFade 1s 0.15s both;
}
.business_01 .bu_box > div .content2 .div1 {
  font-size: var(--f34);
  font-weight: var(--bold);
}
.business_01 .bu_box > div .content2 .div2 {
  margin-top: 0.42rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.28rem;
  height: calc(var(--w68) * 2 + 0.28rem);
  overflow: auto;
  overflow-x: hidden;
  overflow-y: auto;
  padding-right: 0.1rem;
}
.business_01 .bu_box > div .content2 .div2::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}
.business_01 .bu_box > div .content2 .div2::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #fff;
}
.business_01 .bu_box > div .content2 .div2::-webkit-scrollbar-track {
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.1);
}
@-moz-document url-prefix() {
  .business_01 .bu_box > div .content2 .div2 {
    scrollbar-color: #ee8915 rgba(255, 255, 255, 0.1);
    scrollbar-width: thin;
  }
}
.business_01 .bu_box > div .content2 .div2::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.business_01 .bu_box > div .content2 .div2::-webkit-scrollbar-thumb {
  border-radius: 4px;
}
.business_01 .bu_box > div .content2 .div2::-webkit-scrollbar-track {
  border-radius: 4px;
}
.business_01 .bu_box > div .content2 .div2 .li {
  height: calc(var(--w68));
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.business_01 .bu_box > div .content2 .div2 .li span {
  width: var(--w68);
  height: var(--w68);
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-size: var(--f24);
  font-family: "PM";
}
.business_01 .bu_box > div .content2 .div2 .li p {
  padding-left: 0.24rem;
  flex: 1;
  font-size: var(--f20);
  font-weight: var(--bold);
}
.business_01 .bu_box > div .content3 {
  margin-top: 0.9rem;
}
.business_01 .bu_box > div .content3 .swiper {
  padding-left: var(--interval);
}
.business_01 .bu_box > div .content3 .swiper .swiper-slide a {
  transition: 0.6s;
  padding: 0.15rem 0.15rem 0;
  background: #fef8f0;
  border-radius: 0.12rem;
  overflow: hidden;
}
.business_01 .bu_box > div .content3 .swiper .swiper-slide a .img {
  width: 100%;
  border-radius: 6px;
  overflow: hidden;
}
.business_01 .bu_box > div .content3 .swiper .swiper-slide a .img img {
  width: 100%;
  border-radius: inherit;
}
.business_01 .bu_box > div .content3 .swiper .swiper-slide a .text {
  padding: 0.26rem 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.business_01 .bu_box > div .content3 .swiper .swiper-slide a .text p {
  transition: 0.4s;
  flex: 0.9;
  color: #000;
  font-size: var(--f22);
  font-weight: var(--bold);
  height: 1.5em;
  max-height: 1.5em;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-justify: distribute-all-lines;
}
.business_01 .bu_box > div .content3 .swiper .swiper-slide a .text span {
  position: relative;
  width: var(--w40);
  height: var(--w40);
  border-radius: 50%;
  display: flex;
}
.business_01 .bu_box > div .content3 .swiper .swiper-slide a .text span::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  box-shadow: inset 0 0 0 2px #ee8915;
  transition: box-shadow 0.4s, transform 0.4s;
}
.business_01 .bu_box > div .content3 .swiper .swiper-slide a .text span svg {
  z-index: 1;
  position: relative;
  max-width: 50%;
  margin: auto;
}
.business_01 .bu_box > div .content3 .swiper .swiper-slide a .text span svg path {
  transition: 0.4s;
}
.business_01 .bu_box > div .content3 .swiper .swiper-slide-active a {
  background: #ee8915;
}
.business_01 .bu_box > div .content3 .swiper .swiper-slide-active a .text p {
  color: #fff;
}
.business_01 .bu_box > div .content3 .swiper .swiper-slide-active a .text span::after {
  box-shadow: inset 0 0 0 calc(var(--w40) / 2) #fff;
  transform: scale(1.1);
}
.main_01 {
  position: relative;
  background: #fef8f0;
  padding: var(--gap) var(--interval);
}
.business_details_01 {
  position: relative;
  height: 100vh;
}
.business_details_01 .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.business_details_01 .bg img {
  width: 100%;
  height: 100%;
}
.business_details_01 .box .box1 {
  transition: left 1s 2s;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 50vw;
  height: 100%;
  transform: translate(-50%, -50%);
  display: flex;
  padding: var(--nav_height) 1.2rem 0 var(--interval);
}
.business_details_01 .box .box1 > div {
  width: 100%;
  margin: auto;
}
.business_details_01 .box .box1 .content1 .t1 {
  position: relative;
  opacity: 0;
  transition: opacity 2s 0.5s, left 1s 2s;
  width: fit-content;
  font-size: var(--f22);
  color: #333;
}
.business_details_01 .box .box1 .content1 .t2 {
  position: relative;
  font-family: "PSB";
  color: #3e2b15;
  line-height: 1.5;
  white-space: nowrap;
  width: fit-content;
  transition: left 1s 2s;
}
.business_details_01 .box .box1 .content1 .t2 span {
  width: fit-content;
  display: block;
  font-size: 1.6rem;
}
.business_details_01 .box .box1 .content1 .t2 .s1 {
  z-index: 1;
  position: relative;
  color: #f00;
  font-size: 0.68rem;
  opacity: 0;
  pointer-events: none;
}
.business_details_01 .box .box1 .content1 .t2 .s2 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: transform 2s;
}
.business_details_01 .box .box1 .content2 .t1 {
  transform: translateY(0.6rem);
  opacity: 0;
  transition: opacity 1.5s 0.5s, transform 1.5s 0.5s;
  color: #333;
  font-size: var(--f22);
  line-height: 1.6;
  font-weight: 500;
}
.business_details_01 .box .box1 .content2 .t1 sup {
  font-weight: 400;
  font-size: 0.6em;
}
.business_details_01 .box .box1 .content2 .t1 p {
  position: relative;
  width: fit-content;
}
.business_details_01 .box .box1 .content2 .t1 .last {
  transition: left 1s 2s;
}
.business_details_01 .box .box1 .content2 .t2 {
  position: relative;
  transform: translateY(0.8rem);
  opacity: 0;
  transition: opacity 1.7s 0.7s, transform 1.7s 0.7s, left 1s 2s;
  width: fit-content;
  margin-top: 0.52rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.2rem;
}
.business_details_01 .box .box2 {
  transition: top 1s 2s,
        opacity 1s 2s;
  z-index: 1;
  position: absolute;
  opacity: 0;
  width: 50vw;
  top: 100%;
  height: 100%;
  right: 0;
  transform: translateY(-50%);
  padding: var(--nav_height) var(--interval) 0 0;
  display: flex;
}
.business_details_01 .box .box2 p {
  margin: auto;
  width: 100%;
  border-radius: 0.16rem;
  overflow: hidden;
}
.business_details_01 .box .box2 p img {
  transition: 0.4s;
  width: 100%;
  border-radius: inherit;
}
.business_details_01 .box .box2 p:hover img {
  transform: scale(1.05);
}
.business_details_01 .box.active .box1 {
  left: 25%;
}
.business_details_01 .box.active .box1 .content1 .t1 {
  opacity: 1;
  left: 0 !important;
}
.business_details_01 .box.active .box1 .content1 .t2 {
  left: 0 !important;
}
.business_details_01 .box.active .box1 .content1 .t2 .s2 {
  transform: translate(-50%, -50%) scale(0.425);
}
.business_details_01 .box.active .box1 .content2 .t2,
.business_details_01 .box.active .box1 .content2 .t1 {
  opacity: 1;
  transform: translateY(0);
}
.business_details_01 .box.active .box1 .content2 .t1 .last {
  left: 0 !important;
}
.business_details_01 .box.active .box1 .content2 .t2 {
  left: 0 !important;
}
.business_details_01 .box.active .box2 {
  opacity: 1;
  top: 50%;
}
.business_details_02 {
  position: relative;
}
.business_details_02 .ls_bot {
  margin-top: 0.1rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.3rem;
}
.business_details_02 .ls_bot .li {
  border-bottom: 1px solid #d9d9d9;
  padding: 0.5rem 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.business_details_02 .ls_bot .li span {
  width: var(--w72);
  height: var(--w72);
  background: rgba(238, 137, 21, 0.2);
  border-radius: 50%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-size: var(--f32);
  font-family: "PM";
  color: #ee8915;
}
.business_details_02 .ls_bot .li p {
  padding-left: 0.2rem;
  flex: 1;
  font-size: var(--f20);
  font-weight: var(--bold);
  color: #333;
}
.business_details_03 {
  margin-top: 1.3rem;
  position: relative;
}
.business_details_03 .ls_bot {
  margin-top: 0.6rem;
}
.business_details_03 .ls_bot .table_scroll {
  overflow: auto;
  padding-bottom: 6px;
}
.business_details_03 .ls_bot .table_scroll::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  border-radius: 6px;
}
.business_details_03 .ls_bot .table_scroll::-webkit-scrollbar-thumb {
  background: #ee8915;
  border-radius: 6px;
}
.business_details_03 .ls_bot .table_scroll::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1);
  border-radius: 6px;
}
.business_details_03 .ls_bot table {
  width: max-content;
  min-width: 100%;
  border-collapse: collapse;
  border: 1px solid #e4e4e4;
  font-size: var(--f16);
  color: #333;
}
.business_details_03 .ls_bot table td {
  min-width: 70px;
  border: 1px solid #e4e4e4;
  padding: 10px;
  text-align: center;
  vertical-align: middle;
  line-height: 1.4;
  white-space: nowrap;
}
.business_details_03 .ls_bot table td.swatch {
  width: 2.12rem;
  padding: 3px;
}
.business_details_03 .ls_bot .tips {
  margin-top: 0.1rem;
  font-size: var(--f16);
  line-height: 1.75;
  color: #999;
}
.business_details_04 {
  position: relative;
}
.business_details_04 .ls_top .tog {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.1rem;
}
.business_details_04 .ls_bot {
  margin-top: 0.6rem;
}
.business_details_04 .ls_bot .swiper .swiper-slide a {
  border-radius: 0.16rem;
  overflow: hidden;
}
.business_details_04 .ls_bot .swiper .swiper-slide a .img {
  width: 100%;
  border-radius: inherit;
}
.business_details_04 .ls_bot .swiper .swiper-slide a .img img {
  transition: 0.4s;
  width: 100%;
  border-radius: inherit;
}
.business_details_04 .ls_bot .swiper .swiper-slide a .post {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 41.79%, rgba(0, 0, 0, 0.5) 100%);
  border-radius: inherit;
  display: flex;
  padding: 0.5rem 0.4rem;
}
.business_details_04 .ls_bot .swiper .swiper-slide a .post > div {
  width: 100%;
  margin: auto 0 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.business_details_04 .ls_bot .swiper .swiper-slide a .post > div p {
  flex: 0.9;
  transition: 0.4s;
  color: #fff;
  font-size: var(--f24);
  font-weight: var(--bold);
}
.business_details_04 .ls_bot .swiper .swiper-slide a .post > div span {
  position: relative;
  width: var(--w58);
  height: var(--w58);
  border-radius: 50%;
  display: flex;
}
.business_details_04 .ls_bot .swiper .swiper-slide a .post > div span::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5);
  transition: box-shadow 0.4s, transform 0.4s;
}
.business_details_04 .ls_bot .swiper .swiper-slide a .post > div span svg {
  z-index: 1;
  position: relative;
  margin: auto;
  max-width: 50%;
}
.business_details_04 .ls_bot .swiper .swiper-slide a .post > div span svg path {
  transition: 0.4s;
}
.business_details_04 .ls_bot .swiper .swiper-slide a:hover .img img {
  transform: scale(1.05);
}
.business_details_04 .ls_bot .swiper .swiper-slide a:hover .post > div p {
  color: #ee8915;
}
.business_details_04 .ls_bot .swiper .swiper-slide a:hover .post > div span::after {
  box-shadow: inset 0 0 0 calc(var(--w58) / 2) #ee8915;
  transform: scale(1.1);
}
.business_details_04 .ls_bot .div_ {
  gap: 0.1rem;
}
.business_details_05 {
  overflow: hidden;
  position: relative;
  background: url("../images/13.jpg") no-repeat center / cover;
  padding: calc(var(--nav_height) + 0.2rem) 0 var(--gap);
  min-height: 100vh;
}
.business_details_05 .ls_bot {
  margin-top: 1.2rem;
}
.business_details_05 .ls_bot .le_box {
  width: 43.8%;
}
.business_details_05 .ls_bot .le_box .text .t1 {
  color: #3e2b15;
  font-size: var(--f54);
  font-weight: var(--bold);
}
.business_details_05 .ls_bot .le_box .text .t2 {
  margin-top: 0.2rem;
  font-size: var(--f22);
  line-height: 1.6;
  color: #333;
}
.business_details_05 .ls_bot .le_box .btn {
  margin-top: 0.52rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.2rem;
}
.business_details_05 .ls_bot .ri_box {
  width: 50%;
  border-radius: 0.16rem;
  overflow: hidden;
}
.business_details_05 .ls_bot .ri_box img {
  transition: 0.4s;
  width: 100%;
  border-radius: inherit;
}
.business_details_05 .ls_bot .ri_box:hover img {
  transform: scale(1.05);
}
.application_01 {
  position: relative;
}
.application_01 .app_bk {
  width: 100%;
}
.application_01 .app_bk img {
  width: 100%;
  height: 100vh;
}
.application_01 .app_box {
  margin-top: -3.2rem;
  z-index: 1;
  position: relative;
  padding: 0 var(--interval) var(--gap);
}
.application_01 .app_box .item {
  position: relative;
  padding: 0.8rem 0;
  border-bottom: 1px solid #d9d9d9;
}
.application_01 .app_box .item:first-child {
  padding: 0 0 0.8rem;
}
.application_01 .app_box .item::before {
  transition: 0.8s;
  content: "";
  position: absolute;
  bottom: -1px;
  right: 0;
  width: 0%;
  height: 1px;
  background: #ee8915;
}
.application_01 .app_box .item > div {
  align-items: center;
}
.application_01 .app_box .item > div .le_box {
  width: 40%;
}
.application_01 .app_box .item > div .le_box .text {
  width: fit-content;
  transition: 0.4s;
  font-size: var(--f36);
  font-weight: var(--bold);
  color: #000;
}
.application_01 .app_box .item > div .le_box .text:hover {
  color: #ee8915;
}
.application_01 .app_box .item > div .le_box .desc {
  margin-top: 0.34rem;
  font-size: var(---f20);
  min-height: calc(1.8em * 5);
}
.application_01 .app_box .item > div .le_box .desc p {
  position: relative;
  color: #666;
  line-height: 1.8;
  padding-left: 20px;
}
.application_01 .app_box .item > div .le_box .desc p img {
  position: absolute;
  width: 12px;
  left: 0;
  top: calc((1.8em - 12px) / 2);
}
.application_01 .app_box .item > div .le_box .btn {
  margin-top: 0.15rem;
}
.application_01 .app_box .item > div .ri_box {
  position: relative;
  width: 52%;
  border-radius: 0.16rem;
  overflow: hidden;
}
.application_01 .app_box .item > div .ri_box .swiper .swiper-slide {
  border-radius: inherit;
  overflow: hidden;
}
.application_01 .app_box .item > div .ri_box .swiper .swiper-slide img {
  width: 100%;
  border-radius: inherit;
}
.application_01 .app_box .item > div .ri_box .banner_page {
  position: absolute;
  z-index: 2;
  bottom: 0.3rem;
  left: 0;
  width: 100%;
}
.application_01 .app_box .item > div .ri_box .banner_page .page {
  min-width: 1.8rem;
  background: rgba(255, 248, 240, 0.2);
  backdrop-filter: blur(7.5px);
}
.application_01 .app_box .item > div .ri_box .banner_page .page > div span {
  background: #fff !important;
}
.application_01 .app_box .item:hover::before {
  width: 100%;
  right: auto;
  left: 0;
}
.news_01 {
  --w1: 10px;
  position: relative;
  background: #fef8f0;
  padding: 2.2rem 0 var(--gap);
}
.news_01 .ws_top > div {
  width: fit-content;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 0.1rem;
  background: #fff;
  padding: 6px;
  border-radius: calc((var(--h50) + 12px) / 2);
}
.news_01 .ws_top > div a {
  transition: 0.4s;
  line-height: var(--h50);
  min-width: 1.4rem;
  padding: 0 0.3rem;
  border-radius: calc(var(--h50) / 2);
  color: #666;
  font-size: var(--f20);
}
.news_01 .ws_top > div a:hover,
.news_01 .ws_top > div a.active {
  background: #ee8915;
  color: #fff;
}
.news_01 .ws_bot {
  margin-top: 0.86rem;
}
.news_01 .ws_bot .content1 {
  position: relative;
}
.news_01 .ws_bot .content1 .swiper .swiper-slide a {
  border-radius: 0.16rem;
  overflow: hidden;
  background: #fff;
}
.news_01 .ws_bot .content1 .swiper .swiper-slide a .le_box {
  width: 50%;
  border-radius: 0.16rem 0 0 0.16rem;
  overflow: hidden;
}
.news_01 .ws_bot .content1 .swiper .swiper-slide a .le_box img {
  transition: 0.4s;
  width: 100%;
  border-radius: inherit;
}
.news_01 .ws_bot .content1 .swiper .swiper-slide a .ri_box {
  width: 50%;
  padding: 0.6rem 0.8rem;
}
.news_01 .ws_bot .content1 .swiper .swiper-slide a .ri_box > div {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
}
.news_01 .ws_bot .content1 .swiper .swiper-slide a .ri_box > div .text {
  font-size: var(--f18);
}
.news_01 .ws_bot .content1 .swiper .swiper-slide a .ri_box > div .text .t1 {
  color: #ee8915;
  font-family: "PR";
}
.news_01 .ws_bot .content1 .swiper .swiper-slide a .ri_box > div .text .t2 {
  transition: 0.4s;
  margin-top: 0.36rem;
  font-size: var(--f36);
  font-weight: var(--bold);
  color: #000;
  height: 1.2em;
  max-height: 1.2em;
  line-height: 1.2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-justify: distribute-all-lines;
}
.news_01 .ws_bot .content1 .swiper .swiper-slide a .ri_box > div .text .t3 {
  margin-top: 0.34rem;
  color: #666;
  height: 4.98em;
  max-height: 4.98em;
  line-height: 1.66;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-justify: distribute-all-lines;
}
.news_01 .ws_bot .content1 .swiper .swiper-slide a:hover .le_box img {
  transform: scale(1.05);
}
.news_01 .ws_bot .content1 .swiper .swiper-slide a:hover .ri_box > div .text .t2 {
  color: #ee8915;
}
.news_01 .ws_bot .content1 .swiper .swiper-slide a:hover .ri_box > div .btn .link01 .code .a::after {
  box-shadow: inset 0 0 0 20px #ee8915;
  transform: scale(1.1);
}
.news_01 .ws_bot .content1 .swiper .swiper-slide a:hover .ri_box > div .btn .link01 .code .a svg path {
  fill: #fff;
}
.news_01 .ws_bot .content1 .div_ {
  z-index: 2;
  position: absolute;
  left: auto;
  right: 0.8rem;
  bottom: 0.66rem;
  width: fit-content;
}
.news_01 .ws_bot .content1 .div_ .swiper-pagination-bullet {
  position: relative;
  width: var(--w1);
  height: var(--w1);
  background: rgba(238, 137, 21, 0.5);
  opacity: 1;
  margin: 0 0.12rem;
}
.news_01 .ws_bot .content1 .div_ .swiper-pagination-bullet::before {
  transition: 0.4s;
  opacity: 0;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 250%;
  height: 250%;
  background: url(../images/100.svg) no-repeat 50% 50%;
}
.news_01 .ws_bot .content1 .div_ .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  opacity: 1;
}
.news_01 .ws_bot .content2 {
  margin: 0.8rem 0;
  border-top: 1px solid #d9d9d9;
}
.news_01 .ws_bot .content3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.5rem 0.3rem;
}
.news_01 .ws_bot .content4 {
  margin-top: 0.55rem;
}
.pu_li_1 a {
  border-radius: 0.16rem;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.pu_li_1 a .img {
  width: 100%;
  border-radius: inherit;
  overflow: hidden;
}
.pu_li_1 a .img img {
  width: 100%;
  transition: 0.4s;
  border-radius: inherit;
}
.pu_li_1 a .box {
  flex: 1;
  margin-top: -0.4rem;
  position: relative;
  border-radius: inherit;
  padding: 0.4rem 0.3rem 0.9rem;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(6px);
}
.pu_li_1 a .box .text .t1 {
  transition: 0.4s;
  font-size: var(--f22);
  color: #000;
  height: 2.72em;
  max-height: 2.72em;
  line-height: 1.36;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-justify: distribute-all-lines;
  height: auto;
}
.pu_li_1 a .box .text .t2 {
  margin-top: 0.2rem;
  font-size: var(--f18);
  color: #666;
  height: 3.32em;
  max-height: 3.32em;
  line-height: 1.66;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-justify: distribute-all-lines;
}
.pu_li_1 a .box .btn {
  position: absolute;
  bottom: 0.4rem;
  left: 0;
  padding: 0 0.3rem;
  width: 100%;
}
.pu_li_1 a:hover .img img {
  transform: scale(1.05);
}
.pu_li_1 a:hover .box .text .t1 {
  color: #ee8915;
}
.pu_li_1 a:hover .box .btn .link01 .code .a::after {
  box-shadow: inset 0 0 0 20px #ee8915;
  transform: scale(1.1);
}
.pu_li_1 a:hover .box .btn .link01 .code .a svg path {
  fill: #fff;
}
.pu_li_2 a .box .text .t2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.pu_page {
  font-size: var(--f20);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.pu_page .prev a,
.pu_page .next a {
  position: relative;
  width: var(--w48);
  height: var(--w48);
  border-radius: 50%;
  display: flex;
}
.pu_page .prev a::after,
.pu_page .next a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  box-shadow: inset 0 0 0 2px #ee8915;
  transition: box-shadow 0.4s, transform 0.4s;
}
.pu_page .prev a svg,
.pu_page .next a svg {
  z-index: 1;
  position: relative;
  max-width: 50%;
  margin: auto;
}
.pu_page .prev a svg path,
.pu_page .next a svg path {
  transition: 0.4s;
}
.pu_page .prev a:hover::after,
.pu_page .next a:hover::after {
  box-shadow: inset 0 0 0 calc(var(--w48) / 2) #ee8915;
  transform: scale(1.1);
}
.pu_page .prev a:hover svg path,
.pu_page .next a:hover svg path {
  fill: #fff;
}
.pu_page .number {
  margin: 0 0.4rem;
  display: flex;
  flex-wrap: wrap;
}
.pu_page .number a {
  transition: 0.4s;
  color: #c8c8c8;
  margin: 0 0.2rem;
  font-family: "PM";
}
.pu_page .number a:hover,
.pu_page .number a.active {
  color: #ee8915;
}
.mbx_01 > div {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  color: rgba(0, 0, 0, 0.6);
  font-size: var(--f16);
}
.mbx_01 > div a {
  transition: 0.4s;
  color: rgba(0, 0, 0, 0.6);
}
.mbx_01 > div a:hover {
  color: #ee8915;
}
.mbx_01 > div i {
  font-size: 0.88em;
  margin: 0 4px;
}
.mbx_01 > div span {
  color: #000;
  flex: 1;
  height: 1.5em;
  max-height: 1.5em;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-justify: distribute-all-lines;
}
.main_02 {
  position: relative;
  background: #fef8f0;
}
.news_details_01 {
  position: relative;
}
.news_details_01 .ls_bk {
  position: absolute;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
}
.news_details_01 .ls_bk::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(254, 248, 240, 0.5) -119.59%, #fef8f0 88.04%);
}
.news_details_01 .ls_bk img {
  width: 100%;
  height: 100%;
}
.news_details_01 .ls_box {
  z-index: 1;
  position: relative;
  padding: calc(var(--nav_height) + 0.2rem) var(--interval) var(--gap);
}
.news_details_01 .ls_box .content2 {
  margin: 0.9rem auto 0;
  width: min(12rem, 100%);
}
.news_details_01 .ls_box .content2 .div1 {
  border-bottom: 1px solid #c6c6c6;
  padding: 0 0 0.5rem;
}
.news_details_01 .ls_box .content2 .div1 .d1 {
  font-size: var(--f40);
  font-weight: var(--bold);
  color: #000;
}
.news_details_01 .ls_box .content2 .div1 .d2 {
  margin-top: 0.3rem;
  font-size: var(--f20);
  color: #ee8915;
  font-family: "PR";
}
.news_details_01 .ls_box .content2 .div2 {
  padding: 0.5rem 0 0;
}
.news_details_01 .ls_box .content2 .div2 > div {
  font-size: var(--f18);
  line-height: 2;
  color: #333;
  font-weight: 500;
}
.news_details_01 .ls_box .content2 .div2 > div ul,
.news_details_01 .ls_box .content2 .div2 > div ol {
  list-style: initial;
}
.news_details_01 .ls_box .content2 .div2 > div ul li::marker,
.news_details_01 .ls_box .content2 .div2 > div ol li::marker {
  color: #ee8915;
}
.news_details_02 {
  position: relative;
}
.news_details_02 .ls_box {
  padding: var(--gap) 0;
  border-top: 1px solid #c6c6c6;
}
.news_details_02 .ls_box .ls_bot {
  margin-top: 0.58rem;
}
.news_details_02 .ls_box .ls_bot .swiper-slide {
  height: auto;
}
.news_details_02 .ls_box .ls_bot .swiper-slide .item {
  height: 100%;
}
.contact_01 {
  --p1: 0.2rem;
  position: relative;
  overflow: hidden;
}
.contact_01 .ct_bk {
  width: 100%;
}
.contact_01 .ct_bk img {
  width: 100%;
  height: 100vh;
}
.contact_01 .ct_box {
  margin-top: -3.2rem;
  z-index: 1;
  position: relative;
}
.contact_01 .ct_box .content1 .le_box {
  width: 46%;
}
.contact_01 .ct_box .content1 .le_box .div2 {
  margin-top: 0.7rem;
}
.contact_01 .ct_box .content1 .le_box .div2 > div p {
  color: #999;
  font-size: var(--f18);
  line-height: 2;
}
.contact_01 .ct_box .content1 .le_box .div2 > div span {
  font-size: var(--f22);
  font-weight: 500;
}
.contact_01 .ct_box .content1 .le_box .div2 > div span a {
  display: inline-block;
  font-size: 1.45em;
  color: #ee8915;
}
.contact_01 .ct_box .content1 .le_box .div2 > div span em {
  margin-left: 0.1rem;
  font-size: var(--f16);
  color: #ee8915;
}
.contact_01 .ct_box .content1 .le_box .div2 > div + div {
  margin-top: 0.4rem;
}
.contact_01 .ct_box .content1 .le_box .div3 {
  margin-top: 0.76rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.24rem;
}
.contact_01 .ct_box .content1 .le_box .div3 > div {
  text-align: center;
}
.contact_01 .ct_box .content1 .le_box .div3 > div img {
  width: var(--w120);
  filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.05));
}
.contact_01 .ct_box .content1 .le_box .div3 > div p {
  margin-top: 0.1rem;
  font-size: var(--f16);
  color: #666;
}
.contact_01 .ct_box .content1 .ri_box {
  width: 51%;
}
.contact_01 .ct_box .content1 .ri_box .div2 {
  margin-top: 0.7rem;
}
.contact_01 .ct_box .content1 .ri_box .div2 form {
  font-size: var(--f18);
}
.contact_01 .ct_box .content1 .ri_box .div2 form .m1 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.2rem;
}
.contact_01 .ct_box .content1 .ri_box .div2 form .m1 .label {
  position: relative;
}
.contact_01 .ct_box .content1 .ri_box .div2 form .m1 .label input,
.contact_01 .ct_box .content1 .ri_box .div2 form .m1 .label textarea {
  transition: 0.4s;
  width: 100%;
  height: var(--h62);
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  padding: 0 var(--p1);
  background: #fbfbfb;
}
.contact_01 .ct_box .content1 .ri_box .div2 form .m1 .label input:focus,
.contact_01 .ct_box .content1 .ri_box .div2 form .m1 .label textarea:focus {
  border-color: #ee8915;
}
.contact_01 .ct_box .content1 .ri_box .div2 form .m1 .label input:focus + p,
.contact_01 .ct_box .content1 .ri_box .div2 form .m1 .label textarea:focus + p {
  color: #000;
}
.contact_01 .ct_box .content1 .ri_box .div2 form .m1 .label input:not(:placeholder-shown) + p,
.contact_01 .ct_box .content1 .ri_box .div2 form .m1 .label textarea:not(:placeholder-shown) + p {
  display: none;
}
.contact_01 .ct_box .content1 .ri_box .div2 form .m1 .label p {
  transition: 0.4s;
  pointer-events: none;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  padding: 0 var(--p1);
  color: #666;
}
.contact_01 .ct_box .content1 .ri_box .div2 form .m1 .label p span {
  color: #f00;
}
.contact_01 .ct_box .content1 .ri_box .div2 form .m1 .label:last-child {
  grid-area: 3 / 1 / 4 / 3;
}
.contact_01 .ct_box .content1 .ri_box .div2 form .m1 .label:last-child textarea {
  height: calc(var(--h62) * 3.22);
  padding: var(--p1);
}
.contact_01 .ct_box .content1 .ri_box .div2 form .m1 .label:last-child p {
  top: var(--p1);
  transform: translateY(0);
}
.contact_01 .ct_box .content1 .ri_box .div2 form .m2 {
  margin-top: 0.2rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: var(--f16);
}
.contact_01 .ct_box .content1 .ri_box .div2 form .m2 .layui-form-checkbox[lay-skin="primary"] i {
  border-radius: 50%;
  background: none;
  border-color: #ee8915;
}
.contact_01 .ct_box .content1 .ri_box .div2 form .m2 .layui-form-checked[lay-skin="primary"] i {
  background: #ee8915;
}
.contact_01 .ct_box .content1 .ri_box .div2 form .m2 p {
  color: #666;
  font-weight: 500;
}
.contact_01 .ct_box .content1 .ri_box .div2 form .m2 p a {
  display: inline-block;
  color: #ee8915;
}
.contact_01 .ct_box .content1 .ri_box .div2 form .m3 {
  width: fit-content;
  margin-top: 0.65rem;
}
.contact_01 .ct_box .content2 {
  margin-top: var(--gap);
}
.contact_01 .ct_box .content2 a {
  position: relative;
  border-radius: 0.16rem;
  overflow: hidden;
}
.contact_01 .ct_box .content2 a::before {
  z-index: 1;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background: rgba(238, 137, 21, 0.08);
}
.contact_01 .ct_box .content2 a img {
  width: 100%;
  border-radius: inherit;
  transition: 0.4s;
}
.contact_01 .ct_box .content2 a .dj_01 {
  z-index: 2;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.contact_01 .ct_box .content2 a .dj_01 > div {
  transition: 0.6s;
  min-width: 1.6rem;
  height: var(--h52);
  border-radius: calc(var(--h52) / 2);
  background: #ee8915;
  color: #fff;
  font-size: var(--f16);
  padding: 0 0.24rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.contact_01 .ct_box .content2 a .dj_01 > div span {
  line-height: 1;
}
.contact_01 .ct_box .content2 a .dj_01 > div svg {
  margin-left: 0.18rem;
  width: var(--f16);
}
.contact_01 .ct_box .content2 a .dj_01 > div:hover {
  transform: translateY(-6px);
}
:root {
  --w120: 1.2rem;
  --w72: 0.72rem;
  --w68: 0.68rem;
  --w64: 0.64rem;
  --h62: 0.62rem;
  --w58: 0.58rem;
  --h56: 0.56rem;
  --h52: 0.52rem;
  --h50: 0.5rem;
  --w48: 0.48rem;
  --w40: 0.4rem;
}
.lang_en .Home_Banner .banner .swiper-slide .orientation .content1 br {
  display: none;
}
.lang_en .Home_Banner .banner .swiper-slide .orientation .content1,
.lang_en .title_01 .h5,
.lang_en .Home_News .box .item1 .orientation .content2 .title,
.lang_en .Home_News .box .item2 .content .content1,
.lang_en .Home_News .box .item1 .orientation .content2 .title,
.lang_en .Home_Bussiner .box .swiper .item .orientation .left .content1 {
  font-family: "MSB";
}
@media screen and (max-width: 1680px) {
  .Header_Container .box .link .a {
    height: 48px;
  }
  .Footer_Container .box .text_info ul li img {
    width: 18px;
  }
}
@media screen and (max-width: 1520px) {
  .Home_Bussiner .box .swiper .item .orientation .left {
    max-width: 6rem;
  }
  .about_01 .ab_box .content1 .le_box .desc {
    font-size: var(--f16);
  }
  .business_details_05 .ls_bot .le_box .text .t2 {
    font-size: var(--f20);
  }
  .Home_News .box .item2 .content .content2 {
    margin-bottom: 0.4rem;
  }
  :root {
    --w120: 1.3rem;
    --w72: 0.78rem;
    --w68: 0.74rem;
    --w64: 0.7rem;
    --h62: 0.68rem;
    --w58: 0.64rem;
    --h56: 0.62rem;
    --h52: 0.58rem;
    --h50: 0.56rem;
    --w48: 0.54rem;
    --w40: 0.46rem;
  }
}
@media screen and (max-width: 1400px) {
  .Footer_Container .box1 .right ul li a {
    width: 0.6rem;
    height: 0.6rem;
  }
  .Home_About .box .boxLeft .desc {
    line-height: 1.8;
  }
  .link01 .code .a {
    width: 0.42rem;
    height: 0.42rem;
  }
  .about_02 .ab_post > div {
    width: min(9rem, 100%);
  }
}
@media screen and (max-width: 1200px) {
  .Header_Container {
    display: none;
  }
  .MobileMain .HeaderMobile .box .logo a img {
    height: 44px;
  }
  .LanguagePhone {
    color: #000;
  }
  .Home_About .box .boxLeft {
    max-width: initial;
    width: 100%;
  }
  .Home_About .box .boxRight {
    width: 100%;
    height: auto;
    margin-top: 0.4rem;
  }
  .Home_About .box .boxRight ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 0.3rem;
  }
  .Home_About .box .boxRight ul li:first-child {
    padding-top: 0.3rem;
  }
  .Home_Banner .banner picture img {
    opacity: 1;
  }
  .Home_Banner .banner .swiper-slide .orientation .content1 {
    font-size: var(--f32);
    max-width: 70%;
  }
  .Home_Banner .page {
    bottom: 0.2rem;
  }
  .Home_About .pic {
    top: auto;
    height: 50vh;
  }
  .Home_About .box .boxLeft .listLoop .list p {
    padding: 0 0.5rem;
  }
  .Home_Bussiner .box .swiper .item .orientation {
    bottom: 0.3rem;
    padding: 0 0.5rem;
  }
  .Home_News .box > div {
    grid-template-columns: repeat(2, 1fr);
  }
  .Home_News .box > div .item1 {
    grid-area: 1 / 1 / 2 / 3;
  }
  .Footer_Container .box .logo {
    left: auto;
    top: auto;
    right: 0;
    bottom: 0;
    width: 33.333%;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  .Footer_Container .box .logo figure img {
    width: 1.26rem;
  }
  .Footer_Container .box .img_ifno {
    width: 66.666%;
    margin-top: 0.6rem;
  }
  .Footer_Container .box1 .right {
    margin-top: 0.3rem;
    width: 100%;
  }
  .Footer_Container .box .text_info {
    max-width: 100%;
    width: 100%;
  }
  .Footer_Container .box .img_ifno ul li figure img {
    width: 1.5rem;
  }
  .Home_News .box .item2 .content {
    padding: 0 0.3rem 0.3rem;
  }
  .Footer_Container .box .text_info ul li a {
    font-size: var(--f22);
  }
  .Home_About {
    height: auto;
    padding-bottom: 1rem;
  }
  .Home_About .box .boxRight {
    -webkit-mask-image: initial;
    mask-image: initial;
  }
  .Home_Bussiner .box .swiper .item .orientation .left .content2 {
    height: 4.8em;
    max-height: 4.8em;
    line-height: 1.6;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-justify: distribute-all-lines;
  }
  .about_01 .ab_box .content2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.4rem;
  }
  .about_03 .ab_bot .swiper .swiper-slide .img {
    height: 3.2rem;
  }
  .business_01 .bu_box {
    padding: var(--gap) 0;
  }
  .business_details_01 .box {
    display: flex;
    flex-wrap: wrap;
    padding: var(--gap) var(--interval);
  }
  .business_details_01 .box .box1 {
    width: 100%;
    position: initial;
    transform: translate(0, 0);
    padding: 0;
  }
  .business_details_01 .box .box2 {
    margin-top: 0.6rem;
    width: 100%;
    position: initial;
    transform: translateY(0);
    opacity: 1;
    padding: 0;
  }
  .business_details_01 {
    height: auto;
  }
  .business_details_01 .box .box1 .content1 .t2 .s1 {
    color: #000;
  }
  .business_details_01 .box .box1 .content2 .t1,
  .business_details_01 .box .box1 .content2 .t2,
  .business_details_01 .box .box1 .content1 .t2 .s1,
  .business_details_01 .box .box1 .content1 .t1 {
    opacity: 1;
    width: 100%;
    transform: translateY(0);
  }
  .business_details_03 .ls_bot .tips {
    font-size: var(--f14);
  }
  .business_details_05 {
    padding: 0.3rem 0 var(--gap);
    min-height: auto;
  }
  .news_01 .ws_bot .content3,
  .business_details_02 .ls_bot,
  .business_01 .bu_box > div .content2 .div2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .application_01 .app_box .item > div .le_box {
    order: 1;
    margin-top: 0.6rem;
  }
  .contact_01 .ct_bk img,
  .application_01 .app_bk img,
  .about_01 .ab_bk img {
    height: 400px;
  }
  .business_details_05 .ls_bot {
    margin-top: 0.8rem;
  }
  .application_01 .app_box .item > div .le_box .desc {
    min-height: auto;
  }
  .application_01 .app_box .item > div .le_box .btn {
    margin-top: 0.4rem;
  }
  .banner_page {
    --h: 50px;
  }
  .news_01 {
    padding: var(--gap) 0;
  }
  .news_01 .ws_bot .content1 .swiper .swiper-slide a .ri_box {
    padding: 0.4rem;
  }
  .news_01 .ws_bot .content1 .swiper .swiper-slide a .ri_box > div .btn {
    margin-top: 0.4rem;
  }
  .news_01 .ws_bot .content1 .div_ {
    margin-top: 0.6rem;
    position: initial;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .news_01 {
    --w1: 8px;
  }
  .pu_page .number a {
    display: none;
  }
  .pu_page .number a.active {
    display: block;
  }
  .news_details_01 .ls_box {
    padding: 0.3rem var(--interval) var(--gap);
  }
  .pu_li_1 a .box {
    padding: 0.4rem 0.3rem 1rem;
  }
  .Sitemap,
  .Privacy_Policy {
    padding: 0;
  }
  .Home_News .box > div,
  .Home_News .box {
    height: auto;
  }
  .about_01 .ab_box .content2 .item {
    max-width: 100%;
  }
  .business_01 .bu_bk img {
    height: 61vh;
  }
  .contact_01 .ct_box .content1 .ri_box,
  .business_details_05 .ls_bot .ri_box,
  .about_01 .ab_box .content2,
  .about_01 .ab_box .content1 .ri_box {
    margin-top: 0.6rem;
  }
  .business_details_01 .box .box1 .content1 .t2 .s2 {
    display: none;
  }
  .contact_01 .ct_box .content1 .ri_box,
  .contact_01 .ct_box .content1 .le_box,
  .news_01 .ws_bot .content1 .swiper .swiper-slide a .ri_box,
  .news_01 .ws_bot .content1 .swiper .swiper-slide a .le_box,
  .application_01 .app_box .item > div .ri_box,
  .application_01 .app_box .item > div .le_box,
  .business_details_05 .ls_bot .ri_box,
  .business_details_05 .ls_bot .le_box,
  .about_02 .ab_post > div,
  .about_01 .ab_box .content1 .ri_box,
  .about_01 .ab_box .content1 .le_box {
    width: 100%;
    flex: none;
  }
  :root {
    --w120: 1.4rem;
    --w72: 0.82rem;
    --w68: 0.78rem;
    --w64: 0.74rem;
    --h62: 0.72rem;
    --w58: 0.68rem;
    --h56: 0.66rem;
    --h52: 0.62rem;
    --h50: 0.6rem;
    --w48: 0.58rem;
    --w40: 0.5rem;
  }
}
@media screen and (max-width: 699px) {
  .business_01 .bu_bk img {
    height: 88vh;
  }
  .Home_Bussiner .box .swiper .item .img::after {
    background: rgba(0, 0, 0, 0.3);
  }
  .Home_News .box > div {
    grid-template-columns: repeat(1, 1fr);
  }
  .Home_News .box > div .item1 {
    grid-area: auto;
  }
  .Home_Banner .banner video,
  .Home_Banner .banner picture img {
    height: 250px;
  }
  .Home_Banner .page div span {
    width: 0.36rem;
    height: 0.36rem;
  }
  .Home_Banner .page div span::before {
    width: 8px;
    height: 8px;
  }
  .Home_Banner .banner .swiper-slide .orientation .content1 {
    font-size: var(--f24);
    max-width: 100%;
  }
  .Home_About .box .boxLeft .desc {
    height: 10.8em;
    max-height: 10.8em;
    line-height: 1.8;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
    text-justify: distribute-all-lines;
  }
  .Home_About .box .boxRight ul {
    grid-template-columns: repeat(1, 1fr);
  }
  .Home_About .box .boxRight ul li {
    padding: 0.2rem 0 !important;
  }
  .Home_News .box .item1 {
    grid-area: initial;
  }
  .Home_About .box .boxLeft .desc {
    text-align: left;
  }
  .Home_Bussiner .box .swiper .item .orientation .right {
    display: none;
  }
  .banner_page {
    --h: 42px;
  }
  .Home_About .box .boxRight ul li .top em {
    font-size: 60%;
  }
  .Home_Bussiner .box .swiper .item .orientation .left {
    max-width: 100%;
  }
  .Home_News .box .item1 .orientation .content1,
  .Home_News .box .item1 .orientation .content3 {
    display: none;
  }
  .Home_News .box .item1 .orientation .content2 {
    border-width: 0;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
  .Home_News .box .item1 .orientation .content2 .title {
    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;
  }
  .Home_News .box .item1 .orientation .content2 .desc {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .Home_News .box .item2:hover .content .link01 .code .a::after {
    -webkit-box-shadow: inset 0 0 0 0.4rem #ee8915;
    box-shadow: inset 0 0 0 0.4rem #ee8915;
  }
  .Footer_Container .box1 .right ul li a {
    width: 40px;
    height: 40px;
  }
  .Footer_Container .box .text_info ul li img {
    width: 16px;
  }
  .Footer_Container .box .text_info ul li {
    margin-bottom: 0.2rem;
    padding-left: 25px;
  }
  .Footer_Container .box .logo {
    position: initial;
    width: 100%;
  }
  .Footer_Container .box .img_ifno {
    width: 100%;
  }
  .Home_News .box .item1 .orientation .content2 .desc p {
    width: 100%;
    padding: 1px 0;
    margin-right: 0;
  }
  .Footer_Container .box1 .left {
    gap: 0;
  }
  .link_01 .a,
  .link_02 .a {
    height: 42px;
  }
  .link_01 .a p,
  .link_02 .a p {
    width: 26px;
    height: 26px;
  }
  .link_01 .a p svg,
  .link_02 .a p svg {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
  .link01 .code .a {
    width: 0.62rem;
    height: 0.62rem;
  }
  .Home_About .box .boxRight ul li .top {
    font-size: var(--f60);
  }
  .Home_News .box .item2 .content .content1 {
    font-size: var(--f26);
  }
  .Footer_Container .box .text_info ul li p {
    font-size: 13px;
  }
  .Home_About .box .boxRight ul li .bot,
  .Footer_Container .box1 .left,
  .Footer_Container .box .img_ifno ul li figcaption {
    font-size: 12px;
  }
  .contact_01 .ct_box .content2 a img {
    min-height: 3.6rem;
  }
  .contact_01 .ct_box .content1 .ri_box .div2 form .m1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .contact_01 .ct_box .content1 .ri_box .div2 form .m1 .label {
    grid-area: auto !important;
  }
  .contact_01 .ct_bk img,
  .application_01 .app_bk img,
  .about_01 .ab_bk img {
    height: 250px;
  }
  .pu_li_1 a .box {
    padding: 0.4rem 0.3rem 1.2rem;
  }
  .news_01 .ws_bot .content1 .div_ .swiper-pagination-bullet {
    margin: 0 0.2rem;
  }
  .about_01 .ab_box .content2,
  .news_01 .ws_bot .content3,
  .business_details_02 .ls_bot,
  .business_01 .bu_box > div .content2 .div2 {
    grid-template-columns: repeat(1, 1fr);
  }
  .business_details_03 .ls_bot .tips {
    font-size: 8px;
  }
  .about_01 .ab_box .content1 .le_box .desc {
    max-height: calc(2em * 8);
  }
  .about_03 .ab_bot .swiper .swiper-slide .img {
    height: 4.6rem;
  }
  .about_04 .ab_box .content2 .swiper {
    padding-left: 0;
  }
  .business_01 .bu_box > div .content2 .div2 {
    height: calc(var(--w68) * 4 + 0.28rem * 3);
  }
  :root {
    --w120: 1.8rem;
    --w72: 0.92rem;
    --w68: 0.88rem;
    --w64: 0.84rem;
    --h62: 0.82rem;
    --w58: 0.78rem;
    --h56: 0.76rem;
    --h52: 0.72rem;
    --h50: 0.7rem;
    --w48: 0.68rem;
    --w40: 0.6rem;
  }
}
