html,
body {
  scroll-behavior: smooth;
}
:root {
  --swiper-theme-color: #22B2E9;
  --bold: 500;
  --line: 50px;
  --g: 12px;
}
body {
  --www: 1.5rem;
  --interval: var(--www);
  --nav_height: 0.9rem;
  --color: #22B2E9;
  --f14: 0.14rem;
  --f16: 0.16rem;
  --f18: 0.18rem;
  --f20: 0.2rem;
  --f22: 0.22rem;
  --f24: 0.24rem;
  --f26: 0.26rem;
  --f28: 0.28rem;
  --f30: 0.3rem;
  --f32: 0.32rem;
  --f34: 0.34rem;
  --f36: 0.36rem;
  --f38: 0.38rem;
  --f40: 0.4rem;
  --f42: 0.42rem;
  --f44: 0.44rem;
  --f46: 0.46rem;
  --f48: 0.48rem;
  --f50: 0.5rem;
  --f52: 0.52rem;
  --f54: 0.54rem;
  --f56: 0.56rem;
  --f58: 0.58rem;
  --f60: 0.6rem;
}
@media screen and (min-width: 1921px) {
  body {
    --interval: calc((100vw - (19.2rem - var(--www))) / 2);
  }
}
@media screen and (max-width: 1520px) {
  body {
    --f14: 12px;
    --f16: 14px;
    --f18: 15px;
    --f20: 17px;
    --f22: 18px;
    --www: 1.2rem;
  }
}
@media screen and (max-width: 1200px) {
  body {
    --f22: 18px;
    --f24: 18px;
    --f26: 20px;
    --f28: 22px;
    --f30: 0.36rem;
    --f32: 0.36rem;
    --f34: 0.38rem;
    --f36: 0.4rem;
    --f38: 0.4rem;
    --f40: 0.4rem;
    --f42: 0.4rem;
    --f44: 0.4rem;
    --f46: 0.4rem;
    --f48: 0.4rem;
    --f50: 0.5rem;
    --f52: 0.4rem;
    --f54: 0.42rem;
    --f56: 0.42rem;
    --f58: 0.52rem;
    --f60: 0.54rem;
    --interval: 5vw;
    --nav_height: 58px;
  }
}
@media screen and (max-width: 767px) {
  body {
    --f14: 0.26rem;
    --f16: 0.28rem;
    --f18: 0.28rem;
    --f20: 0.3rem;
    --f22: 0.32rem;
    --f24: 0.34rem;
    --f26: 0.34rem;
    --f28: 0.36rem;
    --f30: 0.4rem;
    --f32: 0.4rem;
    --f34: 0.4rem;
    --f36: 0.4rem;
    --f38: 0.4rem;
    --f40: 0.42rem;
    --f42: 0.42rem;
    --f44: 0.42rem;
    --f46: 0.42rem;
    --f48: 0.42rem;
    --f50: 0.42rem;
    --f52: 0.42rem;
    --f54: 0.44rem;
    --f56: 0.46rem;
    --f58: 0.46rem;
    --f60: 0.48rem;
  }
}
.maodian {
  position: relative;
  top: calc(var(--nav_height) * -1 + 1px);
}
.search_open {
  cursor: pointer;
}
.mobile_search {
  top: var(--nav_height);
}
body::-webkit-scrollbar {
  width: 4px;
  height: 2px;
}
body::-webkit-scrollbar-thumb {
  background: #22B2E9;
}
body::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1);
}
@-moz-document url-prefix() {
  body {
    scrollbar-color: #22B2E9 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: #f5f5f5;
}
.pt {
  padding-top: 0.9rem;
}
.pb {
  padding-bottom: 0.9rem;
}
.mt {
  margin-top: 0.58rem;
}
.Privacy_Policy .box_ .content1 {
  font-size: var(--f32);
}
.Privacy_Policy .box_ .hr {
  border-top: 1px solid #eee;
  margin: 0.5rem 0;
}
.Privacy_Policy .box_ .content3 {
  font-size: var(--f18);
  line-height: 1.8;
  color: #333;
}
.null_height {
  padding: 20vh 0;
  font-size: var(--f18);
  color: #999;
  text-align: center;
}
.null_height span {
  color: #22B2E9;
}
.Search_List .box1 {
  padding: 1.4rem 0 0.5rem;
  font-size: var(--f20);
  background: #f5f5f5;
}
.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: #22B2E9;
  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: #22B2E9;
}
.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: #22B2E9;
}
.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);
  color: #fff;
  background: #22B2E9;
  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-size: var(--f24);
  margin: 0.9rem 0 0.35rem;
}
.Search_2 .box {
  display: grid;
  gap: 0.1rem;
  padding-bottom: 0.9rem;
}
.Search_2 .box .item a {
  background: #f5f5f5;
  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: #22B2E9;
}
.Search_2 .box .item a .content2 {
  font-size: var(--f20);
  color: #000;
  height: 1.2em;
  max-height: 1.2em;
  line-height: 1.2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-justify: distribute-all-lines;
  margin-top: 10px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Search_2 .box .item a .content3 {
  font-size: var(--f16);
  color: #22B2E9;
  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: #22B2E9;
}
.code_button .a {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: 0.15rem;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  color: #fff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.code_button .a svg {
  width: 0.3rem;
  position: relative;
  z-index: 2;
  height: 0.3rem;
}
.code_button .a svg path {
  fill: #303E48;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.code_button .a::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  -webkit-box-shadow: inset 0 0 0 0.47rem #c2b2a5;
  box-shadow: inset 0 0 0 0.47rem #c2b2a5;
  -webkit-transition: -webkit-box-shadow 0.3s, -webkit-transform 0.3s;
  transition: -webkit-box-shadow 0.3s, -webkit-transform 0.3s;
  -o-transition: box-shadow 0.3s, transform 0.3s;
  transition: box-shadow 0.3s, transform 0.3s;
  transition: box-shadow 0.3s, transform 0.3s, -webkit-box-shadow 0.3s, -webkit-transform 0.3s;
}
.code_button .a:hover::after {
  -webkit-box-shadow: inset 0 0 0 2px #c2b2a5;
  box-shadow: inset 0 0 0 2px #c2b2a5;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.Sitemap .container {
  padding-left: var(--interval);
  padding-right: var(--interval);
}
.Sitemap .container .ap_top {
  border-bottom: 1px solid #999;
  padding-bottom: 0.46rem;
}
.Sitemap .container .ap_top p {
  font-size: 0.54rem;
  color: #000;
}
.Sitemap .container .ap_bot .item {
  padding: 0.44rem 0;
  border-bottom: 1px solid #ccc;
}
.Sitemap .container .ap_bot .item .content1 a {
  color: #000;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  font-weight: bold;
}
.Sitemap .container .ap_bot .item .content1 a:hover {
  color: #22B2E9;
}
.Sitemap .container .ap_bot .item .content2 {
  margin-top: 0.22rem;
}
.Sitemap .container .ap_bot .item .content2 .firstorder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.Sitemap .container .ap_bot .item .content2 .firstorder a {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  margin-right: 0.6rem;
  color: #333;
}
.Sitemap .container .ap_bot .item .content2 .firstorder a:hover {
  color: #22B2E9;
}
.Sitemap .container .ap_bot .item .content2 .multistage {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.Sitemap .container .ap_bot .item .content2 .multistage .ge_list {
  margin-right: 0.5rem;
}
.Sitemap .container .ap_bot .item .content2 .multistage .ge_list .div_1 a {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  color: #333;
}
.Sitemap .container .ap_bot .item .content2 .multistage .ge_list .div_1 a:hover {
  color: #22B2E9;
}
.Sitemap .container .ap_bot .item .content2 .multistage .ge_list .div_2 .div_3 {
  margin-top: 0.26rem;
}
.Sitemap .container .ap_bot .item .content2 .multistage .ge_list .div_2 .div_3 .title_3 a {
  font-size: 0.9em;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  color: #333;
}
.Sitemap .container .ap_bot .item .content2 .multistage .ge_list .div_2 .div_3 .title_3 a:hover {
  color: #22B2E9;
}
.Sitemap .container .ap_bot .item .content2 .multistage .ge_list .div_2 .div_3 .box_3 {
  padding-left: 0.1rem;
}
.Sitemap .container .ap_bot .item .content2 .multistage .ge_list .div_2 .div_3 .box_3 .div_4 {
  margin-top: 0.14rem;
}
.Sitemap .container .ap_bot .item .content2 .multistage .ge_list .div_2 .div_3 .box_3 .div_4 .title_4 a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0.8em;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  color: #666;
}
.Sitemap .container .ap_bot .item .content2 .multistage .ge_list .div_2 .div_3 .box_3 .div_4 .title_4 a i {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  font-size: 0.9em;
}
.Sitemap .container .ap_bot .item .content2 .multistage .ge_list .div_2 .div_3 .box_3 .div_4 .title_4 a span {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.Sitemap .container .ap_bot .item .content2 .multistage .ge_list .div_2 .div_3 .box_3 .div_4 .title_4 a:hover {
  color: #22B2E9;
}
.Sitemap .container .ap_bot .item .content2 .multistage .ge_list .div_2 .div_3 .box_3 .div_4 .box_4 {
  padding-left: 0.1rem;
}
.Sitemap .container .ap_bot .item .content2 .multistage .ge_list .div_2 .div_3 .box_3 .div_4 .box_4 .div_5 {
  margin-top: 0.1rem;
}
.Sitemap .container .ap_bot .item .content2 .multistage .ge_list .div_2 .div_3 .box_3 .div_4 .box_4 .div_5 a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0.8em;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  color: #666;
  line-height: 1.4;
}
.Sitemap .container .ap_bot .item .content2 .multistage .ge_list .div_2 .div_3 .box_3 .div_4 .box_4 .div_5 a i {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  font-size: 0.9em;
}
.Sitemap .container .ap_bot .item .content2 .multistage .ge_list .div_2 .div_3 .box_3 .div_4 .box_4 .div_5 a span {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.Sitemap .container .ap_bot .item .content2 .multistage .ge_list .div_2 .div_3 .box_3 .div_4 .box_4 .div_5 a:hover {
  color: #22B2E9;
}
.Sitemap .container .ap_bot .item .content1 a {
  font-size: 0.26rem;
}
.firstorder > a,
.ge_list {
  font-size: 0.24rem;
}
@media (max-width: 1200px) {
  .Sitemap .container {
    padding: 0 5vw;
  }
  .Sitemap {
    padding: 0.8rem 0;
  }
  .Sitemap .container .ap_bot .item .content2 .multistage,
  .Sitemap .container .ap_bot .item .content2 .firstorder {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.2rem;
  }
  .Sitemap .container .ap_bot .item .content2 .multistage a,
  .Sitemap .container .ap_bot .item .content2 .firstorder a {
    margin-right: 0;
  }
  .Sitemap .container .ap_bot .item .content1 a {
    font-size: 0.32rem;
  }
  .firstorder > a,
  .ge_list {
    font-size: 0.3rem;
  }
}
@media (max-width: 750px) {
  .Sitemap .container .ap_bot .item .content2 .multistage,
  .Sitemap .container .ap_bot .item .content2 .firstorder {
    grid-template-columns: repeat(1, 1fr);
  }
}
.Layer_Upload {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 90;
  display: none;
}
.Layer_Upload .box {
  position: absolute;
  width: min(8rem, 90vw);
  margin: auto;
  background: #fff;
  padding: 0.6rem;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
.Layer_Upload .box .close {
  position: absolute;
  right: 0.4rem;
  top: 0.4rem;
  z-index: 2;
  cursor: pointer;
}
.Layer_Upload .box .close i {
  font-size: var(--f24);
  color: #ccc;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  font-weight: bold;
}
.Layer_Upload .box .close:hover i {
  color: #22B2E9;
}
.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 #22B2E9;
}
.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: #22B2E9;
  color: #fff;
  font-size: var(--f16);
  cursor: pointer;
  border: 0;
}
.Header_Container {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 80;
  width: 100%;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.Header_Container::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0)));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
}
.Header_Container .box .logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.Header_Container .box .logo a img {
  height: 0.67rem;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.Header_Container .box .nav {
  margin-left: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.Header_Container .box .nav .item {
  padding: 0 0.26rem;
}

.Header_Container .box .nav .item p {
    animation: navdh 0.6s linear forwards;
					animation-delay: var(--d);
					opacity: 0;
}
.Header_Container .box .nav .item p a {
  color: #666;
  font-size: var(--f16);
  line-height: var(--nav_height);
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.Header_Container .box .nav .item:hover > p a {
  color: #00448D;
}
.Header_Container .box .nav .item.active > p a {
  color: #00448D;
}
.Header_Container .box .menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 0.55rem;
}
.Header_Container .box .menu .btn {
  font-size: var(--f16);
  color: #333;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  cursor: pointer;
  animation: navdh 0.6s linear forwards;
					animation-delay: var(--d);
					opacity: 0;
}
.Header_Container .box .menu .btn svg {
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
  margin-right: 0.07rem;
}
.Header_Container .box .menu .btn:hover {
  color: #22B2E9;
}
.Header_Container .box .menu .language {
  font-size: var(--f16);
  color: #333;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  cursor: pointer;
  margin-left: 0.5rem;
  animation: navdh 0.6s linear forwards;
					animation-delay: var(--d);
					opacity: 0;
}
.Header_Container .box .menu .language svg {
  -webkit-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  transform: translateY(-1px);
}
.Header_Container .box .menu .language:hover {
  color: #22B2E9;
}
.Header_Container.active {
  background: #f7f7f7;
  --nav_height: 0.8rem;
  box-shadow: 0px 0px 12px #eee;
}
.Header_Container.active .box .logo a img {
  height: 0.56rem;
}

.Header_Container.on {
  background: #f7f7f7;
  box-shadow: 0px 0px 12px #eee;
}

.Header_Container.wy {
  -webkit-transform: translateY(-102%);
  -ms-transform: translateY(-102%);
  transform: translateY(-102%);
}


@keyframes navdh {
	0%{
		transform: translateY(0.4rem);
		opacity: 0;
	}
	100%{
		transform: translateY(0);
		opacity: 1;
	}
	
}



.Home_Banner .banner {
  position: relative;
}
.Home_Banner .banner video,
.Home_Banner .banner picture img {
  width: 100%;
  height: 100vh;
}
@media screen and (max-width: 1200px) {
  .Home_Banner .banner video,
  .Home_Banner .banner picture img {
    height: 54vh;
  }
}
.Home_Banner .banner .video {
  position: relative;
}
.Home_Banner .banner .video::after {
  /*content: '';*/
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  /*height: 100%;*/
  height: 2rem;
  background: url(../images/bannerBg.png) no-repeat 50% 50%;
  background-size: 100% 100%;
}
.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;
  left: 0;
  bottom: 1.9rem;
  width: 100%;
  color: #fff;
  text-align: center;
}
.Home_Banner .banner .swiper-slide .orientation .content1 {
  font-size: var(--f56);
  line-height: 1.2;
}
.Home_Banner .banner .swiper-slide .orientation .content2 {
  font-size: var(--f20);
  margin-top: 0.2rem;
}
.Home_Banner .banner .swiper-slide .orientation .content3 {
  margin-top: 0.5rem;
}
.Home_Banner .page {
  position: absolute;
  bottom: 0.6rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  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 .swiper-pagination-bullet {
  margin: 0.4rem 6px 0 !important;
  width: auto !important;
  height: auto !important;
  border-radius: 0;
  background: none;
  opacity: 0.2;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Home_Banner .page div .swiper-pagination-bullet-active {
  opacity: 1;
}
.link_01 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  --h: 46px;
}
.link_01 .a {
  position: relative;
  color: #fff;
}
.link_01 .a p {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 2.1rem;
  background-image: url('#icon1');
  position: relative;
  z-index: 2;
  font-size: var(--f20);
  padding: 0 0.25rem;
}
.link_01 .a p span::before,
.link_01 .a p span::after {
  -webkit-transition: 0.4s ease-out;
  -o-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: transform;
  content: attr(data-text);
  display: inline-block;
}
.link_01 .a p span {
  height: var(--h);
  line-height: var(--h);
  position: relative;
  overflow: hidden;
}
.link_01 .a p span::after {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: translate3d(0px, 33%, 1px) rotateX(-90deg);
  transform: translate3d(0px, 33%, 1px) rotateX(-90deg);
}
.link_01 .a p svg {
  margin-left: 8px;
  width: 17px;
  position: relative;
  top: 2px;
}
.link_01 .a > svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: var(--h);
}
.link_01 .a:hover p svg {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.Home_About {
  padding-top: 0.6rem;
}
.Home_About .title {
  font-size: var(--f46);
  color: #22B2E9;
  text-align: center;
  line-height: 1.15;
}
.Home_About .box {
  margin-top: 0.96rem;
  min-height: 5.8rem;
}
.Home_About .box .boxLeft {
  width: 50%;
  padding-top: 0.76rem;
}
.Home_About .box .boxLeft .logo svg {
  width: 2.74rem;
  -webkit-transition: 0.8s ease-in-out;
  -o-transition: 0.8s ease-in-out;
  transition: 0.8s ease-in-out;
}
.Home_About .box .boxRight {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.Home_About .box .boxRight .tit {
  font-size: var(--f30);
}
.Home_About .box .boxRight .list {
  margin-top: 0.4rem;
  position: relative;
  overflow: hidden;
  padding-bottom: 1.3rem;
}
@media screen and (min-width: 1200px) {
  .Home_About .box .boxRight .list .item {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    padding-bottom: 0.5rem;
  }
}
.Home_About .box .boxRight .list .item .content1 {
  font-size: 0.96rem;
  line-height: 1;
  color: #dadada;
}
.Home_About .box .boxRight .list .item .content2 {
  font-size: var(--f36);
  line-height: 1.3;
  margin-top: 0.2rem;
}
.Home_About .box .boxRight .list .item .content3 {
  margin-top: 0.56rem;
}
@media screen and (min-width: 1200px) {
  .Home_About .box .boxRight .list .active {
    position: inherit;
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  .Home_About .box .boxRight .list .prev {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
.title_01 .h5 {
  font-size: var(--f30);
  line-height: 1;
}
.title_01 .h6 {
  margin-top: 0.1rem;
  font-size: var(--f46);
  line-height: 1.2;
}
.Home_Investment {
  background: #00448D;
}
.Home_Investment .box .swiper {
  padding: 0 var(--interval);
}
.Home_Investment .box .swiper .swiper-slide div,
.Home_Investment .box .swiper .swiper-slide a {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.Home_Investment .box .item {
  background: #fff;
  border-radius: 10px;
  position: relative;
}
.Home_Investment .box .item .one {
  position: relative;
  z-index: 2;
  height: 5.2rem;
  padding: 0.25rem 0.2rem 0.25rem 0.4rem;
}
.Home_Investment .box .item .content1 {
  font-size: var(--f28);
  line-height: 1.15;
  color: #333;
}
.Home_Investment .box .item .content2 {
  font-size: var(--f20);
  margin-top: 1.4rem;
  opacity: 0;
  -webkit-transform: translateY(0.6rem);
  -ms-transform: translateY(0.6rem);
  transform: translateY(0.6rem);
  color: #fff;
  height: 5.2em;
  max-height: 5.2em;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-justify: distribute-all-lines;
}
.Home_Investment .box .item .content3 {
  position: absolute;
  font-size: var(--f26);
  left: 0.4rem;
  bottom: 0.3rem;
  color: #333;
}
.Home_Investment .box .item .two {
  position: absolute;
  left: 50%;
  bottom: 1.15rem;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 2.48rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.Home_Investment .box .item .two img,
.Home_Investment .box .item .two svg {
  max-height: 100%;
  margin: auto;
}
.Home_Investment .box .item .hover {
  opacity: 0;
}
.Home_Investment .box .item .hover svg path {
  fill: #fff;
}
@media screen and (min-width: 1200px) {
  .Home_Investment .box .item:hover {
    background: #22B2E9;
  }
  .Home_Investment .box .item:hover .content1,
  .Home_Investment .box .item:hover .content3 {
    color: #fff;
  }
  .Home_Investment .box .item:hover .content2 {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  .Home_Investment .box .item:hover .default {
    opacity: 0;
  }
  .Home_Investment .box .item:hover .hover {
    opacity: 1;
  }
}
@media screen and (max-width: 1200px) {
  .Home_Investment .box .swiper-slide-active .item {
    background: #22B2E9;
  }
  .Home_Investment .box .swiper-slide-active .item .content1,
  .Home_Investment .box .swiper-slide-active .item .content3 {
    color: #fff;
  }
  .Home_Investment .box .swiper-slide-active .item .content2 {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  .Home_Investment .box .swiper-slide-active .item .default {
    opacity: 0;
  }
  .Home_Investment .box .swiper-slide-active .item .hover {
    opacity: 1;
  }
}
.bannerpage div {
  line-height: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.bannerpage div .swiper-pagination-bullet {
  margin: 0.4rem 6px 0 !important;
  width: auto !important;
  height: auto !important;
  border-radius: 0;
  background: none;
  opacity: 0.2;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.bannerpage div .swiper-pagination-bullet-active {
  opacity: 1;
}
.page_box .page div {
  line-height: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.page_box .page div .swiper-pagination-bullet {
  margin: 0.4rem 6px 0 !important;
  width: auto !important;
  height: auto !important;
  border-radius: 0;
  background: none;
  opacity: 0.2;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.page_box .page div .swiper-pagination-bullet-active {
  opacity: 1;
}
.Home_Portfolios {
  position: relative;
  --w: 0.6rem;
  --w2: 9.6rem;
  --h2: 5.4rem;
}
.Home_Portfolios .width {
  width: var(--w);
}
.Home_Portfolios .itemwidth {
  width: var(--w2);
}
.Home_Portfolios .itemheight {
  width: var(--h2);
}
.Home_Portfolios .title {
  text-align: center;
}
.Home_Portfolios .title .h5 {
  font-size: 0.3rem;
}
.Home_Portfolios .title .h6 {
  font-size: 0.46rem;
}
.Home_Portfolios .title .h6 .div2 {
  line-height: 1;
  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;
}
.Home_Portfolios .title .h6 .div2 p {
  width: 1.68rem;
  overflow: hidden;
  border-radius: 6px;
  margin-right: 0.2rem;
  opacity: 0;
}
.Home_Portfolios .title .h6 .div2 p img {
  width: 100%;
  height: 100%;
  vertical-align: baseline;
}
.Home_Portfolios .box {
  padding-top: 0.94rem;
  opacity: 0;
  pointer-events: none;
}
.Home_Portfolios .box.active {
  opacity: 1;
  pointer-events: all;
}
.Home_Portfolios .box .item {
  position: relative;
}
.Home_Portfolios .box .item .img {
  border-radius: 16px;
  overflow: hidden;
  text-align: center;
}
.Home_Portfolios .box .item .img img {
  width: 100%;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.Home_Portfolios .box .item .img:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.Home_Portfolios .box .item .text {
  position: absolute;
  top: 0.6rem;
  left: 0;
  width: 100%;
  text-align: center;
  color: #fff;
  z-index: 1;
  font-size: var(--f36);
  -webkit-transform: translateY(1rem);
  -ms-transform: translateY(1rem);
  transform: translateY(1rem);
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  opacity: 0;
  -webkit-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.Home_Portfolios .box .swiper .swiper-slide {
  width: var(--w2);
  -webkit-transition: 0.8s ease-out;
  -o-transition: 0.8s ease-out;
  transition: 0.8s ease-out;
}
@media screen and (min-width: 1200px) {
  .Home_Portfolios .box .swiper .swiper-slide-prev {
    -ms-transform: translateX(calc(100% + var(--w)));
    transform: translateX(calc(100% + var(--w)));
    opacity: 0;
  }
  .Home_Portfolios .box .swiper .swiper-slide-next {
    -ms-transform: translateX(calc(-100% - var(--w)));
    transform: translateX(calc(-100% - var(--w)));
    opacity: 0;
  }
}
.Home_Portfolios .box .swiper .swiper-slide-active {
  z-index: 2;
}
.Home_Portfolios .box .swiper .swiper-slide-active .item .text {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.Home_Portfolios .box .swiper.active .swiper-slide-prev {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}
.Home_Portfolios .box .swiper.active .swiper-slide-next {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}
.Home_Portfolios .transform {
  position: absolute;
  border-radius: 6px;
  overflow: hidden;
  z-index: 5;
}
.Home_Portfolios .transform img {
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .Home_Portfolios .box1 {
    opacity: 0;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
  }
}
.Home_Portfolios .box_main {
  position: relative;
}
.Home_Portfolios .mouse {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 0.75rem;
  height: 0.75rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}
.Home_News {
  background: #f5f5f5;
  overflow: hidden;
}
.Home_News .title {
  font-size: var(--f30);
}
.Home_News .box {
  --h: 5.9rem;
}
.Home_News .box .boxLeft {
  width: 50%;
}
.Home_News .box .boxLeft a {
  border-radius: 16px 0 0 16px;
  overflow: hidden;
  position: relative;
}
.Home_News .box .boxLeft a img {
  width: 100%;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  height: var(--h);
}
.Home_News .box .boxLeft a .orientation {
  position: absolute;
  bottom: 0.52rem;
  width: 100%;
  padding: 0 0.52rem;
}
.Home_News .box .boxLeft a .orientation .content1 {
  font-size: var(--f16);
  color: #00448D;
}
.Home_News .box .boxLeft a .orientation .content2 {
  font-size: var(--f32);
  color: #000;
  height: 2.5em;
  max-height: 2.5em;
  line-height: 1.25;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-justify: distribute-all-lines;
  margin-top: 0.14rem;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.Home_News .box .boxLeft a:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.Home_News .box .boxLeft a:hover .orientation .content2 {
  color: #00448D;
}
.Home_News .box .boxRight {
  width: 50%;
  background: #fff;
  border-radius: 0 16px 16px 0;
  overflow: hidden;
  position: relative;
}
.Home_News .box .boxRight::before {
  content: "";
  height: 0.6rem;
  right: 4px;
  position: absolute;
  top: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(60%, #ffffff));
  background: -o-linear-gradient(rgba(255, 255, 255, 0) 0%, #ffffff 60%);
  background: linear-gradient(rgba(255, 255, 255, 0) 0%, #ffffff 60%);
  left: 0px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  opacity: 0;
  z-index: 2;
}
.Home_News .box .boxRight::after {
  content: "";
  height: 1rem;
  right: 4px;
  position: absolute;
  bottom: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(80%, #ffffff));
  background: -o-linear-gradient(rgba(255, 255, 255, 0) 0%, #ffffff 80%);
  background: linear-gradient(rgba(255, 255, 255, 0) 0%, #ffffff 80%);
  left: 0px;
  z-index: 2;
}
.Home_News .box .boxRight.start::before {
  opacity: 1;
}
.Home_News .box .boxRight.ended::after {
  opacity: 0;
}
.Home_News .box .boxRight .scroll {
  overflow: auto;
  overflow-x: hidden;
  overflow-y: auto;
  padding-right: 0.1rem;
  padding: 0.32rem 0.6rem;
  height: -webkit-calc(var(--h));
  height: calc(var(--h));
}
.Home_News .box .boxRight .scroll::-webkit-scrollbar {
  width: 3px;
}
.Home_News .box .boxRight .scroll::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #22B2E9;
}
.Home_News .box .boxRight .scroll::-webkit-scrollbar-track {
  border-radius: 2px;
  background: rgba(0, 0, 0, 0.1);
}
@-moz-document url-prefix() {
  .Home_News .box .boxRight .scroll {
    scrollbar-color: #22B2E9 rgba(0, 0, 0, 0.1);
    scrollbar-width: thin;
  }
}
.Home_News .box .boxRight .scroll .list .item {
  padding: 0.34rem 0;
  border-bottom: 1px solid #D1D1D1;
  position: relative;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.Home_News .box .boxRight .scroll .list .item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 1px;
  background: #22B2E9;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.Home_News .box .boxRight .scroll .list .item:last-child {
  border-bottom: none;
}
.Home_News .box .boxRight .scroll .list .item .content1 {
  font-size: var(--f16);
  color: #00448D;
}
.Home_News .box .boxRight .scroll .list .item .content2 {
  font-size: var(--f24);
  color: #333;
  height: 2.7em;
  max-height: 2.7em;
  line-height: 1.35;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-justify: distribute-all-lines;
  height: auto;
  margin-top: 0.1rem;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.Home_News .box .boxRight .scroll .list .item:hover {
  border-color: #fff;
}
.Home_News .box .boxRight .scroll .list .item:hover::after {
  width: 100%;
}
.Home_News .box .boxRight .scroll .list .item:hover .content2 {
  color: #00448D;
}
.footer_container {
  padding: 0.66rem 0;
}
.footer_container .box .content1 img {
  height: 0.81rem;
}
.footer_container .box .content2 {
  margin-top: 0.46rem;
}
.footer_container .box .content2 p {
  padding: 0 0.15rem;
}
.footer_container .box .content2 p a {
  font-size: var(--f18);
  color: #333;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.footer_container .box .content2 p a:hover {
  color: #00448D;
}
.footer_container .box .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;
  color: #666;
  margin-top: 0.15rem;
  font-size: var(--f18);
}
.footer_container .box .content3 a {
  color: #666;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.footer_container .box .content3 a:hover {
  color: #00448D;
}
.p220 {
  padding-top: 2.2rem;
}
.bgLiner {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  overflow: hidden;
}
.bgLiner p {
  height: 9.4rem;
  width: 100%;
  position: relative;
  background: linear-gradient(180deg, #22b2e9 var(--start, -80%), #FFFFFF var(--end, 50%));
  overflow: hidden;
  animation: smoothGradient 2s linear forwards;
}
@keyframes smoothGradient {
  0% {
    transform: translateY(-3rem);
  }
  100% {
    transform: translateY(0rem);
  }
}
.bgLiner1 p {
  height: 11rem;
}
@-webkit-keyframes imgFilter {
  0% {
    -webkit-filter: blur(10px);
    filter: blur(10px);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  100% {
    -webkit-filter: blur(0);
    filter: blur(0);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes imgFilter {
  0% {
    -webkit-filter: blur(10px);
    filter: blur(10px);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  100% {
    -webkit-filter: blur(0);
    filter: blur(0);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.title_02 .h5 {
  font-size: var(--f30);
}
.title_02 .h6 {
  font-size: var(--f36);
  line-height: 1.3;
  margin-top: 4px;
}
.About_01 .box {
  font-size: var(--f22);
  color: #666;
  line-height: 1.3;
  text-align: center;
  margin-top: 0.4rem;
  padding: 0 1rem;
}
.About_01 .box1 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-top: 0.8rem;
}
.About_01 .box1 .item {
  text-align: center;
}
.About_01 .box1 .item .content1 {
  height: 42px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.About_01 .box1 .item .content1 img {
  max-height: 100%;
  margin: auto;
}
.About_01 .box1 .item .content2 {
  font-size: var(--f28);
  margin-top: 0.1rem;
}
.About_01 .box1 .item .content3 {
  font-size: var(--f22);
  color: #666;
  line-height: 1.2;
  margin-top: 0.26rem;
}
.About_02 {
  padding-top: 1rem;
  border-bottom: 1px solid #B9B9B9;
}
.About_02 .box {
  padding-bottom: 0.5rem;
}
.About_02 .box .itemH {
  height: 1rem;
}
.About_02 .box .item {
  position: -webkit-sticky;
  position: sticky;
  top: 1rem;
  background: #fff;
  border-bottom: 2px solid #fff;
}
.About_02 .box .item:last-child {
  border-bottom: none;
}
.About_02 .box .item .boxLeft {
  width: 50%;
  padding: 0.4rem 1.2rem 0.4rem 0;
}
.About_02 .box .item .boxLeft .content1 {
  font-size: var(--f28);
  line-height: 1.2;
}
.About_02 .box .item .boxLeft .content2 {
  margin-top: 0.34rem;
  max-height: 3rem;
  overflow: auto;
  overflow-x: hidden;
  overflow-y: auto;
  padding-right: 0.1rem;
  padding-bottom: 5px;
}
.About_02 .box .item .boxLeft .content2::-webkit-scrollbar {
  width: 3px;
}
.About_02 .box .item .boxLeft .content2::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #22B2E9;
}
.About_02 .box .item .boxLeft .content2::-webkit-scrollbar-track {
  border-radius: 2px;
  background: rgba(0, 0, 0, 0.1);
}
@-moz-document url-prefix() {
  .About_02 .box .item .boxLeft .content2 {
    scrollbar-color: #22B2E9 rgba(0, 0, 0, 0.1);
    scrollbar-width: thin;
  }
}
.About_02 .box .item .boxLeft .content2 ul p,
.About_02 .box .item .boxLeft .content2 ul li {
  position: relative;
  font-size: var(--f22);
  color: #666;
  line-height: 1.45;
  padding-left: 20px;
  margin-bottom: 0.25rem;
}
.About_02 .box .item .boxLeft .content2 ul p:last-child,
.About_02 .box .item .boxLeft .content2 ul li:last-child {
  margin-bottom: 0;
}
.About_02 .box .item .boxLeft .content2 ul p img,
.About_02 .box .item .boxLeft .content2 ul li img,
.About_02 .box .item .boxLeft .content2 ul p svg,
.About_02 .box .item .boxLeft .content2 ul li svg {
  position: absolute;
  left: 0;
  top: 0.14rem;
}
.About_02 .box .item .boxRight {
  width: 50%;
}
.About_02 .box .item .boxRight p {
  overflow: hidden;
  border-radius: 10px;
}
.About_02 .box .item .boxRight p img {
  width: 100%;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.About_02 .box .item .boxRight:hover p img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}


.bgimg {
  background: linear-gradient(180deg,  #FFFFFF  30%,#22b2e9 180%) no-repeat center bottom;
  background-size: 100% 6rem;
}




/*.bgimg {*/
  /*background: url(../images/img8.png) no-repeat center bottom;*/
  /*background-size: 100% auto;*/
  
/*  position: relative;*/
  
/*}*/
/*.bgLiner2{*/
/*	top: auto;*/
/*	bottom: 0;*/
/*	transform: rotate(180deg);*/
/*}*/
/*.bgLiner2 p{*/
/*    height: 6rem;*/
/*	background: linear-gradient(180deg, #22b2e9 -100%, #FFFFFF 80%);*/
/*}*/



.Team_01 {
  padding-top: 0.8rem;
}
.Team_01 .box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.4rem;
}
.Team_01 .box .item {
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.95);
  padding: 0.34rem 0.4rem 0.4rem;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  cursor: pointer;
  border: 1px solid #ffffff;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.Team_01 .box .item .content1 .left {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.Team_01 .box .item .content1 .left .top {
  font-size: var(--f28);
  color: #333;
  line-height: 1.2;
}
.Team_01 .box .item .content1 .left .bot {
  font-size: var(--f22);
  color: #00448D;
}
.Team_01 .box .item .content1 .right {
  width: 1rem;
  height: 1rem;
  background: #CCDBEC;
  border-radius: 50%;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.Team_01 .box .item .content1 .right img {
  width: 100%;
  aspect-ratio: 1/1;
}
.Team_01 .box .item .content2 {
  font-size: var(--f20);
  color: #666;
  height: 5.6em;
  max-height: 5.6em;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-justify: distribute-all-lines;
  margin-top: 0.34rem;
}
.Team_01 .box .item .content3 {
  font-size: var(--f18);
  color: #00448D;
  margin-top: 0.3rem;
}
.Team_01 .box .item .content3 svg {
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
  margin-left: 0.07rem;
}
.Team_01 .box .item .hide {
  display: none;
}
.Team_01 .box .item:hover {
  border-color: #22B2E9;
}
.Team_01 .box .item:hover .content3 svg {
  -webkit-transform: translateY(-2px) rotate(360deg);
  -ms-transform: translateY(-2px) rotate(360deg);
  transform: translateY(-2px) rotate(360deg);
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.TeamLayer {
  position: fixed;
  z-index: 90;
  inset: 0;
  background: rgba(8, 45, 86, 0.3);
  -webkit-backdrop-filter: blur(7.5px);
  backdrop-filter: blur(7.5px);
  display: none;
}
.TeamLayer .box {
  width: 9.6rem;
  min-height: 5.5rem;
  background: #fff;
  border-radius: 10px;
  position: relative;
  z-index: 2;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 0.55rem 0.6rem;
}
.TeamLayer .box .close {
  position: absolute;
  right: 0.2rem;
  top: 0.2rem;
}
.TeamLayer .box .close i {
  font-size: var(--f18);
  cursor: pointer;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  color: #C5C5C5;
  display: inline-block;
}
.TeamLayer .box .close i:hover {
  color: #00448D;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.TeamLayer .box .content1 .left {
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background: #CCDBEC;
}
.TeamLayer .box .content1 .left img {
  width: 100%;
  aspect-ratio: 1/1;
}
.TeamLayer .box .content1 .right {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 0.45rem;
  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;
}
.TeamLayer .box .content1 .right .top {
  font-size: var(--f48);
  color: #333;
  line-height: 1.1;
}
.TeamLayer .box .content1 .right .bot {
  font-size: var(--f30);
  color: #00448D;
}
.TeamLayer .box .scroll {
  margin-top: 0.46rem;
  max-height: 42vh;
  overflow: auto;
  overflow-x: hidden;
  overflow-y: auto;
  padding-right: 0.1rem;
  padding-bottom: 2px;
}
.TeamLayer .box .scroll::-webkit-scrollbar {
  width: 3px;
}
.TeamLayer .box .scroll::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #22B2E9;
}
.TeamLayer .box .scroll::-webkit-scrollbar-track {
  border-radius: 2px;
  background: rgba(0, 0, 0, 0.1);
}
@-moz-document url-prefix() {
  .TeamLayer .box .scroll {
    scrollbar-color: #22B2E9 rgba(0, 0, 0, 0.1);
    scrollbar-width: thin;
  }
}
.TeamLayer .box .content2 {
  font-size: var(--f18);
  color: #666;
}
.TeamLayer .box .content3 {
  font-size: var(--f18);
  color: #00448D;
}
.Portfolios_01 .toggle {
  margin-top: 0.25rem;
}
.Portfolios_01 .toggle ul li a {
  padding: 0 0.25rem;
  font-size: var(--f20);
  color: #666;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.Portfolios_01 .toggle ul li a:hover {
  color: #00448D;
}
.Portfolios_01 .toggle ul .active a {
  color: #00448D;
}

/*.Portfolios_01 .toggle ul li:nth-last-child(2){*/
/*    padding-left: 0.2rem;   */
/*    position: relative;*/
   
/*}*/
/*.Portfolios_01 .toggle ul li:nth-last-child(2):after{*/
/*    content: '';*/
/*    position: absolute;*/
/*    left: 0;*/
/*    top: 15%;*/
/*    height: 70%;*/
/*    width: 1px;*/
/*    background: #B9B9B9;;*/
/*}*/


/*.Portfolios_01 .toggle ul li:nth-last-child(3){*/
/*    margin-right: 0.2rem;   */
/*}*/




.Portfolios_01 .box .list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.3rem;
}
.Portfolios_01 .box .list .item {
  cursor: pointer;
  background: #f5f5f5;
  border-radius: 16px;
  padding: 0 0.36rem 0.54rem;
  border: 1px solid #f5f5f5;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  overflow: hidden;
  transition: 0.6s;
}
.Portfolios_01 .box .list .item .hide {
  display: none;
}
.Portfolios_01 .box .list .item .content1 {
  height: 2.74rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
   -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.Portfolios_01 .box .list .item .content1 img {
  max-height: 1.54rem;
  max-width: 3.7rem;
  margin: auto;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.Portfolios_01 .box .list .item .content2 {
  font-size: var(--f20);
  color: #999;
  height: 5.2em;
  max-height: 5.2em;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-justify: distribute-all-lines;
  text-align: center;
}
.Portfolios_01 .box .list .item:hover {
  border-color: #22B2E9;
  background: #fff;
}
.Portfolios_01 .box .list .item:hover .content1{
    transform: translateY(-0.2rem);
}
.Portfolios_01 .box .list .item:hover .content1 img {
  filter: grayscale(0) brightness(1);
  -webkit-filter: grayscale(0) brightness(1);
}
.Portfolios_01 .box .list .active .content1 img {
  filter: grayscale(1) brightness(0.3);
  -webkit-filter: grayscale(1) brightness(0.3);
}




.Portfolios_01 .box1 .list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.3rem;
}

.Portfolios_01 .box1 .list .item {
  cursor: pointer;
  background: #f5f5f5;
  border-radius: 16px;
  padding: 0 0.36rem 0.45rem;
  border: 1px solid #f5f5f5;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.Portfolios_01 .box1 .list .item .hide {
  display: none;
}
.Portfolios_01 .box1 .list .item .content1 {
  padding: 0.3rem 0;
}
.Portfolios_01 .box1 .list .item .content1 p {
  transition: 0.6s;
  height: 1.9rem;
  width: 100%;
  display: flex;
  border-radius: 0.16rem;
  position: relative;
}
.Portfolios_01 .box1 .list .item .content1 p img {
  margin: auto;
  transition: 0.6s;
}
.Portfolios_01 .box1 .list .item .content1 p .img2 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}
.Portfolios_01 .box1 .list .item .content1 img {
  max-height: 1.54rem;
  max-width: 3.7rem;
  margin: auto;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.Portfolios_01 .box1 .list .item .content2 {
  font-size: var(--f20);
  color: #999;
  height: 5.2em;
  max-height: 5.2em;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-justify: distribute-all-lines;
  text-align: center;
}
.Portfolios_01 .box1 .list .item:hover .content1 p {
    background:#fff ;
  background: var(--bg);
}
.Portfolios_01 .box1 .list .item:hover .content1 p .img1 {
  opacity: 0;
}
.Portfolios_01 .box1 .list .item:hover .content1 p .img2 {
  opacity: 1;
}

.case_item figcaption {
  border-radius: 16px 16px 0 0;
  overflow: hidden;
}
.case_item figcaption img {
  width: 100%;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.case_item figure {
  background: #f5f5f5;
  padding: 0.35rem 0.4rem;
  border-radius: 0 0 16px 16px;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.case_item figure .content1 {
  font-size: var(--f28);
  color: #00448D;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.case_item figure .content2 {
  margin-top: 8px;
  line-height: 1.4;
}
.case_item figure .content2 p {
  font-size: var(--f22);
  color: #666;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  margin-right: 0.3rem;
}
.case_item figure .content2 p span {
  color: #333;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.case_item figure .content3 {
  font-size: var(--f20);
  color: #999;
  height: 3.9em;
  max-height: 3.9em;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-justify: distribute-all-lines;
  margin-top: 0.2rem;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.case_item figure .content4 {
  margin-top: 0.66rem;
  font-size: var(--f18);
  color: #00448D;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.case_item figure .content4 svg {
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
  margin-left: 0.07rem;
}
.case_item figure .content4 svg path {
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.case_item:hover figcaption img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.case_item:hover figure {
  background: #22B2E9;
}
.case_item:hover figure .content1 {
  color: #fff;
}
.case_item:hover figure .content2 p {
  color: #fff;
}
.case_item:hover figure .content2 p span {
  color: #fff;
}
.case_item:hover figure .content3 {
  color: #fff;
}
.case_item:hover figure .content4 {
  color: #fff;
}
.case_item:hover figure .content4 svg path {
  fill: #fff;
}
.Case_Study {
  border-bottom: 1px solid #B9B9B9;
}
.Case_Study .box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.2rem;
}
.PortfoliosLayer {
  position: fixed;
  z-index: 90;
  inset: 0;
  background: rgba(8, 45, 86, 0.3);
  -webkit-backdrop-filter: blur(7.5px);
  backdrop-filter: blur(7.5px);
  display: none;
}
.PortfoliosLayer .box {
  width: 8.1rem;
  min-height: 5.5rem;
  background: #fff;
  border-radius: 10px;
  position: relative;
  z-index: 2;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 0.4rem 0.6rem 0.5rem;
  text-align: center;
}
.PortfoliosLayer .box .close {
  position: absolute;
  right: 0.2rem;
  top: 0.2rem;
}
.PortfoliosLayer .box .close i {
  font-size: var(--f18);
  cursor: pointer;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  color: #C5C5C5;
  display: inline-block;
}
.PortfoliosLayer .box .close i:hover {
  color: #00448D;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.PortfoliosLayer .box .content1 {
  height: 0.7rem;
  display: none;
}
.PortfoliosLayer .box .content1 img {
  max-height: 100%;
}
.PortfoliosLayer .box .content2 {
  font-size: var(--f46);
  line-height: 1.2;
  padding: 6px 0 3px;
}
.PortfoliosLayer .box .content3 {
  font-size: var(--f24);
  color: #00448D;
}
.PortfoliosLayer .box .content3 p {
  padding: 0 0.12rem;
}
.PortfoliosLayer .box .swiper {
  margin: 0.3rem 0;
}
.PortfoliosLayer .box .swiper .swiper-slide p {
  border-radius: 6px;
  overflow: hidden;
}
.PortfoliosLayer .box .swiper .swiper-slide p img {
  width: 100%;
  max-height: 4rem;
}
.PortfoliosLayer .box .swiper .btn div {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
  cursor: pointer;
  color: #00448D;
  opacity: 0;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.PortfoliosLayer .box .swiper .btn div i {
  font-size: var(--f24);
}
.PortfoliosLayer .box .swiper .btn div:hover {
  opacity: 1 !important;
}
.PortfoliosLayer .box .swiper .btn .prev {
  left: 0rem;
}
.PortfoliosLayer .box .swiper .btn .next {
  right: 0rem;
}
.PortfoliosLayer .box .swiper .btn.active {
  opacity: 1;
}
.PortfoliosLayer .box .swiper .btn.active div {
  opacity: 0.4;
}
.PortfoliosLayer .box .swiper .btn.active .prev {
  left: 0.2rem;
}
.PortfoliosLayer .box .swiper .btn.active .next {
  right: 0.2rem;
}
.PortfoliosLayer .box .content4 {
  font-size: var(--f22);
  color: #666;
  height: 3.9em;
  max-height: 3.9em;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-justify: distribute-all-lines;
}
.PortfoliosLayer .box .content5 {
  margin-top: 0.3rem;
}
.PortfoliosLayer .box .content5 a {
  font-size: var(--f18);
  color: #00448D;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.PortfoliosLayer .box .content5 a svg {
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
  margin-left: 0.07rem;
}
.PortfoliosLayer .box .content5 a:hover svg {
  -webkit-transform: translateY(-2px) rotate(360deg);
  -ms-transform: translateY(-2px) rotate(360deg);
  transform: translateY(-2px) rotate(360deg);
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.Case_Info01 {
  padding-top: 1.8rem;
}
.Case_Info01 .box {
  text-align: center;
}
.Case_Info01 .box .content1{
    display: none;
}
.Case_Info01 .box .content1 img {
  max-height: 1rem;
}
.Case_Info01 .box .content2 {
  font-size: 0.7rem;
  line-height: 1.3;
  margin-top: 0 !important;
}
.Case_Info01 .box .content3 {
  font-size: var(--f24);
  line-height: 1.4;
  margin-top: 0.3rem;
}
.Case_Info02 .box {
  text-align: center;
}
.Case_Info02 .box .content1 {
  font-size: var(--f30);
}
.Case_Info02 .box .content2 {
  color: #999;
  font-size: var(--f22);
  line-height: 1.2;
  margin-top: 0.3rem;
}
.Case_Info03 {
  overflow: hidden;
}
.Case_Info03 .title {
  font-size: var(--f30);
}
.Case_Info03 .box {
  position: relative;
}
.Case_Info03 .box .swiper-slide {
  cursor: -webkit-grab;
  cursor: grab;
}
.Case_Info03 .box .swiper-slide p {
  border-radius: 6px;
  overflow: hidden;
}
.Case_Info03 .box .swiper-slide p img {
  width: 100%;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  /*height: 7.44rem;*/
}
.Case_Info03 .box .swiper-slide p:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.Case_Info03 .box .mouse {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 0.75rem;
  height: 0.75rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}
.Case_Info03 .page_box {
  display: none;
}
@media screen and (max-width: 1200px) {
  .Case_Info03 .page_box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.m48 {
  margin-top: 0.48rem;
}
.Case_Info04 .title {
  font-size: var(--f30);
}
.Case_Info04 .box {
  padding: 0 var(--interval);
}
.Case_Info04 .box .swiper-slide {
  height: auto;
}
.Case_Info04 .box .item {
  height: 100%;
  background: #f5f5f5;
  padding: 0.5rem;
  border-radius: 16px;
  border: 1px solid #f5f5f5;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.Case_Info04 .box .item .content1 {
  height: 0.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.Case_Info04 .box .item .content1 img {
  max-height: 100%;
}
.Case_Info04 .box .item .content2 {
  font-size: var(--f28);
  margin-top: 0.4rem;
}
.Case_Info04 .box .item .content3 {
  font-size: var(--f20);
  color: #666;
  margin-top: 0.3rem;
}
.Case_Info04 .box .item .content3 p {
  margin-bottom: 0.14rem;
}
.Case_Info04 .box .item .content3 p:last-child {
  margin-bottom: 0;
}
.Case_Info04 .box .item:hover {
  background: #fff;
  border-color: #22B2E9;
}
.Case_Info05 .title {
  font-size: var(--f30);
}
.Case_Info05 .box {
  padding: 0 var(--interval);
}
.Case_Info05 .box .swiper-slide {
  height: auto;
}
.Case_Info05 .box .item figure {
  padding: 0.35rem;
}
.Case_Info05 .box .item figure .content4 {
  margin-top: 0.36rem;
}
.borderLine {
  border-bottom: 1px solid #B9B9B9;
}
.News_01 .box {
  margin-top: 0.8rem;
}
.News_01 .box .item .boxLeft {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-right: 1.24rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.News_01 .box .item .boxLeft > div {
  width: 100%;
}
.News_01 .box .item .boxLeft .content1 {
  font-size: var(--f16);
  color: #00448D;
}
.News_01 .box .item .boxLeft .content2 {
  height: 2.5em;
  max-height: 2.5em;
  line-height: 1.25;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-justify: distribute-all-lines;
  margin-top: 0.14rem;
  font-size: var(--f32);
  color: #000;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.News_01 .box .item .boxLeft .content3 {
  font-size: var(--f20);
  color: #999;
  height: 5.2em;
  max-height: 5.2em;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-justify: distribute-all-lines;
  margin-top: 0.35rem;
}
.News_01 .box .item .boxLeft .content4 {
  margin-top: 0.5rem;
  font-size: var(--f18);
  color: #00448D;
  margin-top: 0.3rem;
}
.News_01 .box .item .boxLeft .content4 svg {
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
  margin-left: 0.07rem;
}
.News_01 .box .item .boxRight {
  width: 50%;
}
.News_01 .box .item .boxRight p {
  border-radius: 10px;
  overflow: hidden;
}
.News_01 .box .item .boxRight p img {
  width: 100%;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.News_01 .box .item:hover .boxLeft .content2 {
  color: #00448D;
}
.News_01 .box .item:hover .boxLeft .content4 svg {
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  -webkit-transform: translateY(-2px) rotate(360deg);
  -ms-transform: translateY(-2px) rotate(360deg);
  transform: translateY(-2px) rotate(360deg);
}
.News_01 .box .item:hover .boxRight p img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.new_item figcaption {
  border-radius: 0 0 10px 10px;
  overflow: hidden;
}
.new_item figcaption img {
  width: 100%;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.new_item figure {
  background: #f5f5f5;
  padding: 0.4rem 0.3rem 0.45rem;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  border-radius: 10px 10px 0 0;
}
.new_item figure div {
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.new_item figure .content1 {
  font-size: var(--f16);
  color: #00448D;
}
.new_item figure .content2 {
  font-size: var(--f24);
  height: 2.6em;
  max-height: 2.6em;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-justify: distribute-all-lines;
  margin-top: 0.12rem;
  color: #333;
}
.new_item figure .content3 {
  margin-top: 0.66rem;
  font-size: var(--f18);
  color: #00448D;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.new_item figure .content3 svg {
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
  margin-left: 0.07rem;
}
.new_item figure .content3 svg path {
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.new_item:hover figcaption img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.new_item:hover figure {
  background: #22B2E9;
}
.new_item:hover figure .content1 {
  color: #fff;
}
.new_item:hover figure .content2 {
  color: #fff;
}
.new_item:hover figure .content3 {
  color: #fff;
}
.new_item:hover figure .content3 {
  color: #fff;
}
.new_item:hover figure .content3 svg path {
  fill: #fff;
}
.News_02 {
  padding-top: 0.8rem;
}
.News_02 .box .list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.3rem;
}
.fengye {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.8rem;
}
.fengye .btn svg path {
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.fengye .btn svg:hover path {
  stroke: #00448D;
}
.fengye .number {
  padding: 0 0.56rem;
}
.fengye .number a {
  display: inline-block;
  padding: 0 0.16rem;
  font-size: 18px;
  color: #666666;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.fengye .number a.active,
.fengye .number a:hover {
  color: #00448D;
}
.News_03 {
  padding-top: 1.5rem;
}
.News_03 .box {
  padding: 0 2.1rem;
}
.News_03 .box .content1 {
  text-align: center;
  font-size: var(--f16);
  color: #00448D;
}
.News_03 .box .content2 {
  font-size: var(--f52);
  line-height: 1.2;
  text-align: center;
  margin-top: 4px;
}
.News_03 .box .content3 {
  margin-top: 0.8rem;
  font-size: var(--f22);
  color: #999;
  line-height: 1.3;
}
@media screen and (max-width: 1200px) {
  .News_03 .box .content3 video,
  .News_03 .box .content3 table,
  .News_03 .box .content3 img {
    width: auto !important;
    height: auto !important;
  }
}
.News_03 .box .content3 a {
  word-break: break-all;
}
.News_03 .box .content4 {
  margin-top: 0.75rem;
}
.Contact_01 .box {
  margin-top: 0.8rem;
  padding: 0 var(--interval);
}
.Contact_01 .box .item figcaption {
  border-radius: 6px;
  overflow: hidden;
}
.Contact_01 .box .item figcaption img {
  width: 100%;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.Contact_01 .box .item figure {
  padding: 0.3rem 0.2rem 0;
}
.Contact_01 .box .item figure .content1 {
  font-size: var(--f24);
  color: #333;
}
.Contact_01 .box .item figure .content2 {
  font-size: var(--f22);
  color: #666;
  line-height: 1.3;
  margin-top: 0.1rem;
}
.Contact_01 .box .item:hover figcaption img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.Contact_02 .title {
  font-size: var(--f30);
}
.Contact_02 .box {
  padding: 0 2.1rem;
  margin-top: 0.35rem;
}
.Contact_02 .box form {
  background: #f5f5f5;
  padding: 0.4rem 0.6rem 0.6rem;
  border-radius: 10px;
}
.Contact_02 .box form .item {
  border-bottom: 1px solid #DADADA;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  position: relative;
}
.Contact_02 .box form .item::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 1px;
  background: #22B2E9;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}
.Contact_02 .box form .item input,
.Contact_02 .box form .item textarea {
  height: 52px;
  font-size: var(--f20);
  color: #333;
  border: 0;
  width: 100%;
  background: none;
  resize: none;
}
.Contact_02 .box form .item input::-webkit-input-placeholder,
.Contact_02 .box form .item textarea::-webkit-input-placeholder {
  color: #999;
  transition: 0.4s;
}
.Contact_02 .box form .item input::-moz-placeholder,
.Contact_02 .box form .item textarea::-moz-placeholder {
  color: #999;
  transition: 0.4s;
}
.Contact_02 .box form .item input:-ms-input-placeholder,
.Contact_02 .box form .item textarea:-ms-input-placeholder {
  color: #999;
  transition: 0.4s;
}
.Contact_02 .box form .item input::-ms-input-placeholder,
.Contact_02 .box form .item textarea::-ms-input-placeholder {
  color: #999;
  transition: 0.4s;
}
.Contact_02 .box form .item input::placeholder,
.Contact_02 .box form .item textarea::placeholder {
  color: #999;
  transition: 0.4s;
}
.Contact_02 .box form .item:hover::after {
  width: 100%;
}
.Contact_02 .box form .item:hover input::-webkit-input-placeholder,
.Contact_02 .box form .item:hover textarea::-webkit-input-placeholder {
  color: #333;
}
.Contact_02 .box form .item:hover input::-moz-placeholder,
.Contact_02 .box form .item:hover textarea::-moz-placeholder {
  color: #333;
}
.Contact_02 .box form .item:hover input:-ms-input-placeholder,
.Contact_02 .box form .item:hover textarea:-ms-input-placeholder {
  color: #333;
}
.Contact_02 .box form .item:hover input::-ms-input-placeholder,
.Contact_02 .box form .item:hover textarea::-ms-input-placeholder {
  color: #333;
}
.Contact_02 .box form .item:hover input::placeholder,
.Contact_02 .box form .item:hover textarea::placeholder {
  color: #333;
}
.Contact_02 .box form .list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.16rem;
}
.Contact_02 .box form .list2 textarea {
  height: 1.3rem;
  padding: 0.2rem 0;
}
.Contact_02 .box form .list4 {
  color: #666;
  font-size: var(--f20);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 0.16rem;
}
.Contact_02 .box form .list4 p {
  margin-left: 0.06rem;
}
.Contact_02 .box form .list4 p a {
  display: inline-block;
}
.Contact_02 .box form .list4 .layui-form-checked[lay-skin="primary"] > i {
  border-color: #00448D !important;
  background: var(--gradient);
}
.Contact_02 .box form .list4 .layui-form-checkbox[lay-skin=primary] i {
  background: none;
  border-color: #00448D;
}
.Contact_02 .box form .list4 .layui-form-checked[lay-skin=primary] i {
  background: #00448D;
}
.Contact_02 .box form .list4 .layui-form-checkbox[lay-skin=primary] {
  padding-left: 0;
  -webkit-transform: translateY(3px);
  -ms-transform: translateY(3px);
  transform: translateY(3px);
}
.Contact_02 .box form .list4 a {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  color: #00448D;
}
.Contact_02 .box form .list5 {
  margin-top: 0.4rem;
}
.Contact_02 .box form .list5 .link_01 .a p {
  min-width: auto;
}
.Contact_02 .box form .list5 .link_01 .a p span {
  margin-right: 0.15rem;
}
.InvestorPortal {
  padding-top: 1.4rem;
  background: #f5f5f5;
}
.InvestorPortal .title {
  font-size: var(--f30);
}
.InvestorPortal .toggle {
  margin-top: 0.25rem;
}
.InvestorPortal .toggle ul li a {
  padding: 0 0.25rem;
  font-size: var(--f20);
  color: #666;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.InvestorPortal .toggle ul li a:hover {
  color: #00448D;
}
.InvestorPortal .toggle ul .active a {
  color: #00448D;
}
.InvestorPortal .box {
  margin-top: 0.68rem;
}
.InvestorPortal .box .item a {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.25rem 0;
  border-bottom: 1px solid #DADADA;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  cursor: pointer;
}
.InvestorPortal .box .item a .content1 {
  font-size: var(--f22);
  color: #000;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  padding-left: 30px;
  position: relative;
}
.InvestorPortal .box .item a .content1 svg,
.InvestorPortal .box .item a .content1 img {
  position: absolute;
  left: 0;
  top: 0.17rem;
}
.InvestorPortal .box .item a .content2 {
  margin-left: auto;
  width: 5.2rem;
  font-size: var(--f18);
  color: #666;
}
.InvestorPortal .box .item a .content3 {
  font-size: var(--f18);
  color: #333;
}
.InvestorPortal .box .item a .content3 svg {
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
  margin-right: 0.05rem;
}
.InvestorPortal .box .item a:hover {
  border-color: #22B2E9;
}
.InvestorPortal .box .item a:hover .content1 {
  color: #00448D;
}
.nullDiv {
  text-align: center;
  padding: 2rem 0;
  font-size: var(--f20);
  color: #999;
}
.login_register {
  position: fixed;
  z-index: 90;
  inset: 0;
  background: rgba(8, 45, 86, 0.3);
  -webkit-backdrop-filter: blur(7.5px);
  backdrop-filter: blur(7.5px);
  display: none;
}
.login_register .box {
  width: 5.3rem;
  border-radius: 10px;
  background: #fff;
  position: relative;
  z-index: 2;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 0.35rem 0.6rem;
}
.login_register .box .close {
  position: absolute;
  right: 0.2rem;
  top: 0.2rem;
}
.login_register .box .close i {
  font-size: var(--f18);
  cursor: pointer;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  color: #C5C5C5;
  display: inline-block;
}
.login_register .box .close i:hover {
  color: #00448D;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.login_register .box .content1 {
  text-align: center;
}
.login_register .box .content1 img {
  height: 42px;
}
.login_register .box .content2 {
  font-size: var(--f36);
  line-height: 1;
  text-align: center;
  margin-top: 0.25rem;
  margin-bottom: 0.24rem;
}
.login_register .box .input input {
  background: #f5f5f5;
  height: 0.6rem;
  width: 100%;
  border: 0;
  border-radius: 6px;
  font-size: var(--f20);
  padding: 0 0.2rem;
}
.login_register .box .input input::-webkit-input-placeholder {
  color: #999;
}
.login_register .box .input input::-moz-placeholder {
  color: #999;
}
.login_register .box .input input:-ms-input-placeholder {
  color: #999;
}
.login_register .box .input input::-ms-input-placeholder {
  color: #999;
}
.login_register .box .input input::placeholder {
  color: #999;
}
.login_register .box .content3 {
  display: grid;
  gap: 10px;
}
.login_register .box .content4 {
  margin-top: 10px;
}
.login_register .box .content4 .input {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-right: 10px;
}
.login_register .box .content4 .code {
  width: 1.12rem;
}
.login_register .box .content4 .code input {
  font-size: var(--f16);
  height: 100%;
  width: 100%;
  text-align: center;
  background: none;
  border: 1px solid #00448D;
  border-radius: 6px;
  cursor: pointer;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.login_register .box .content4 .code input:hover {
  background: #00448D;
  color: #fff;
}
.login_register .box .ForgotPassword {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #999;
  font-size: var(--f18);
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  cursor: pointer;
}
.login_register .box .ForgotPassword:hover {
  color: #00448D;
}
.login_register .box .content5 {
  margin-top: 0.3rem;
}
.login_register .box .content5 p,
.login_register .box .content5 button {
  line-height: 0.6rem;
  background: #00448D;
  border-radius: 6px;
  text-align: center;
  font-size: var(--f20);
  color: #fff;
  cursor: pointer;
  width: 100%;
  border: 0;
}
.login_register .box .content6 {
  text-align: center;
  font-size: var(--f20);
  margin-top: 0.16rem;
}
.login_register .box .content6 a {
  display: inline;
  color: #22B2E9;
  cursor: pointer;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.login_register .box .content6 a:hover {
  color: #00448D;
}
.login_register .box .item_box .item {
  display: none;
}
.login_register .box .item_box .item.active {
  display: block;
}
.code input[type="button"].disabled,
.code input[type="submit"].disabled {
  cursor: not-allowed !important;
}
@media screen and (max-width: 1680px) {
  .Header_Container .box .nav .item p a {
    font-size: var(--f18);
  }
  .link_01 .a p{
      min-width: 2.8rem;
  }
}
@media screen and (max-width: 1400px) {
  .link_01 .a {
    padding: 0 0.2rem;
  }
  .Home_Portfolios .title .h6 {
    font-size: 0.6rem;
  }
  .Home_Portfolios .box {
    padding-top: 0.5rem;
  }
  .Home_News .box .boxRight .scroll .list .item {
    padding: 0.3rem 0;
  }
  .PortfoliosLayer .box {
    width: 6.8rem;
  }
  .Contact_02 .link_01 .a {
    padding: 0;
  }
  .login_register .box {
    width: 5.6rem;
  }
}
@media screen and (max-width: 1281px) {
  .Home_About .box .boxRight .list .item .content1 {
    font-size: 0.86rem;
  }
  .PortfoliosLayer .box {
    width: 6.1rem;
    padding: 0.4rem;
  }
}
@media screen and (max-width: 1200px) {
  .Header_Container {
    display: none;
  }
  .MobileMain .HeaderMobile .box .button .Language .btn {
    margin-right: 0.6rem;
  }
  .MobileMain .HeaderMobile .box .button .Language a i {
    color: #22B2E9;
  }
  .MobileMain .HeaderMobile .box .button .Language a svg {
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  .Home_Banner .banner .swiper-slide .orientation {
    bottom: 1.1rem;
  }
  .Home_Portfolios .title .h6 {
    font-size: 0.4rem;
  }
  .Home_Portfolios .transform,
  .Home_Portfolios .title .h6 .div2 p {
    display: none;
  }
  .Home_Portfolios .box {
    opacity: 1;
    pointer-events: all;
  }
  .Home_Portfolios .box .item .text {
    top: 0.4rem;
  }
  .Home_News .box .boxRight .scroll {
    padding: 0.32rem 0.52rem;
  }
  .Home_About .box .boxLeft {
    display: none;
  }
  .Home_About .box .boxRight .list .item {
    margin-bottom: 0.5rem;
    border: 1px solid #dadada;
    padding: 0.3rem;
    position: -webkit-sticky;
    position: sticky;
    background: #fff;
    border-radius: 12px;
  }
  .Home_About .box .boxRight .list .item:last-child {
    margin-bottom: 0;
  }
  .Home_About .box .boxRight .list .item .content2 {
    font-size: var(--f30);
  }
  .p220 {
    padding-top: 1.2rem;
  }
  .About_01 .box1 {
    gap: 0.7rem;
  }
  .Team_01 .box .item {
    border-color: #f5f5f5;
  }
  .PortfoliosLayer .box {
    width: 7.4rem;
  }
  .InvestorPortal .box .item a .content2 {
    width: 2rem;
  }
  .About_02 .box {
    margin-top: 0.2rem;
  }
  .Home_News .box .boxLeft a,
  .case_item figcaption {
    border-radius: 12px 12px 0 0;
  }
  .Home_News .box .boxRight {
    border-radius: 0 0 12px 12px;
  }
  .case_item figcaption {
    border-radius: 12px;
  }
  .mouse {
    display: none;
  }
  .About_01 .box1,
  .Contact_02 .box form .list {
    grid-template-columns: repeat(1, 1fr);
  }
  .Team_01 .box,
  .Portfolios_01 .box .list,
  .Portfolios_01 .box1 .list,
  .News_02 .box .list {
    grid-template-columns: repeat(2, 1fr);
  }
  .link_01 .a {
    padding: 0 0.3rem;
  }
  .About_01 .box,
  .News_03 .box,
  .Contact_02 .box {
    padding: 0;
  }
  .title_02 .h5 {
    font-size: var(--f28);
  }
  .title_02 .h6 {
    font-size: var(--f30);
  }
  .About_02 .box .item,
  .News_01 .box .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .Home_News .box,
  .Home_About .box,
  .About_02 .box .item,
  .News_01 .box .item {
    --h: 5.5rem;
  }
  .Home_News .box .boxLeft,
  .Home_About .box .boxLeft,
  .About_02 .box .item .boxLeft,
  .News_01 .box .item .boxLeft {
    width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1 100%;
    -ms-flex: 1 100%;
    flex: 1 100%;
    padding-right: 0;
  }
  .Home_News .box .boxLeft a img,
  .Home_About .box .boxLeft a img,
  .About_02 .box .item .boxLeft a img,
  .News_01 .box .item .boxLeft a img {
    height: auto;
  }
  .Home_News .box .boxRight,
  .Home_About .box .boxRight,
  .About_02 .box .item .boxRight,
  .News_01 .box .item .boxRight {
    width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1 100%;
    -ms-flex: 1 100%;
    flex: 1 100%;
  }
  .About_02 .box .item .boxLeft,
  .News_01 .box .item .boxLeft {
    padding-top: 0.5rem;
  }
}
@media screen and (max-width: 699px) {
  .MobileMain .HeaderMobile .box .logo a img {
    height: 30px;
  }
  .MobileMain .HeaderMobile .box .button .Language .btn {
    margin-right: 0.5rem;
  }
  .Home_Banner .banner .swiper-slide .orientation {
    bottom: 0.3rem;
  }
  .Home_Banner .banner .swiper-slide .orientation .content1 {
    font-size: var(--f30);
  }
  .Home_Banner .banner .swiper-slide .orientation .content2 {
    font-size: var(--f18);
  }
  .Home_About .box .boxRight .list .item {
    margin-bottom: 0.3rem;
  }
  .Home_Investment .box .item .one {
    height: 6rem;
  }
  .Home_Portfolios .title .h6 {
    font-size: var(--f46);
  }
  .Home_News .box {
    --h: 7.1rem;
  }
  .Team_01 .box .item .content1 .right,
  .TeamLayer .box .content1 .left {
    width: 1.2rem;
    height: 1.2rem;
  }
  .TeamLayer .box,
  .login_register .box,
  .PortfoliosLayer .box {
    width: 90vw;
  }
  .login_register .box .input input,
  .login_register .box .content5 p,
  .login_register .box .content5 button {
    height: 0.9rem;
  }
  .login_register .box .content4 .code {
    width: 1.72rem;
  }
  .page_box .page div .swiper-pagination-bullet {
    margin: 0.5rem 2px 0 !important;
  }
  .page_box .page div .swiper-pagination-bullet svg {
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
  }
  .Contact_02 .box form {
    padding: 0.3rem;
  }
  .Contact_02 .box form .list4 .layui-form-checkbox[lay-skin=primary] {
    padding-left: 0;
    -webkit-transform: translateY(-0.2rem);
    -ms-transform: translateY(-0.2rem);
    transform: translateY(-0.2rem);
  }
  .InvestorPortal .box .item a .content1 {
    width: 100%;
    padding-left: 20px;
    margin-bottom: 10px;
  }
  .InvestorPortal .box .item a .content2 {
    width: auto;
    margin-left: 0;
    padding-left: 20px;
  }
  .InvestorPortal .box .item a .content1 svg,
  .InvestorPortal .box .item a .content1 img {
    top: 0.22rem;
  }
  .Home_Portfolios .box .item .img,
  .Team_01 .box .item,
  .Contact_01 .box .item figcaption {
    border-radius: 10px;
  }
  .Case_Info01 .box .content2 {
    font-size: 0.5rem;
  }
  .TeamLayer .box .content1 .right .top,
  .TeamLayer .box .content1 .right .bot {
    font-size: var(--f28);
  }
  .Home_News .box .boxLeft a .orientation .content2 {
    font-size: var(--f24);
  }
  .title_02 .h6 br {
    display: none;
  }
  .Team_01 .box,
  .Portfolios_01 .box .list,
  .Portfolios_01 .box1 .list,
  .News_02 .box .list,
  .Case_Study .box {
    grid-template-columns: repeat(1, 1fr);
  }
  .Contact_02 .link_01 .a,
  .link_01 .a p {
    padding: 0 0.2rem;
  }
  .link_01 .a p {
    font-size: 14px;
  }
  .link_01 .a p svg {
    margin-left: 14px;
  }
  .Case_Info04 .box .item .content1 {
    height: 0.7rem;
  }
  .link_01 {
    --h: 40px;
  }
  .Home_News .box .boxLeft a .orientation{
      bottom: 0.32rem;
  }
    .Home_News .box .boxLeft a{
        position: relative;
    }
  .Home_News .box .boxLeft a:after{
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(255,255,255,0.3);
  }
  .Home_About .box .boxRight .list .item .content3{
      display: none;
  }
  .Home_About .box .boxRight .list .item{
      padding: 0.5rem 0.3rem;
  }
 
  .title_01 .h5,
  .Home_News .title{
      font-size: 0.3rem;
  }
}
/*# sourceMappingURL=./style.css.map */