:root {
  --swiper-theme-color: #0C2963;
  --bold: 500;
  --line: 50px;
  --g: 12px;
}
body {
  --www: 2rem;
  --interval: var(--www);
  --nav_height: 0.9rem;
  --color: #0C2963;
  --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.5rem;
  }
}
@media screen and (max-width: 1300px) {
  body {
    --www: 1rem;
  }
}
@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: #32B8C4;
}
body::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1);
}
@-moz-document url-prefix() {
  body {
    scrollbar-color: #32B8C4 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;
}
.swiper-button-disabled {
  cursor: no-drop !important;
}
.dw {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.flex_center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  .pc_main {
    display: none !important;
  }
}
.phone_main {
  display: none !important;
}
@media screen and (max-width: 1200px) {
  .phone_main {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
.center {
  text-align: center;
}
.white {
  color: #fff;
}
.bgColor {
  background: #f7f7f7;
}
.pt {
  padding-top: 0.9rem;
}
.pb {
  padding-bottom: 0.9rem;
}
.mt {
  margin-top: 0.56rem;
}
.Privacy_Policy .box_ .content1 {
  font-size: var(--f32);
}
.Privacy_Policy .box_ .hr {
  border-top: 1px solid #eee;
  margin: 0.5rem 0;
}
.Privacy_Policy .box_ .content3 {
  font-size: var(--f18);
  line-height: 1.8;
  color: #333;
}
.null_height {
  padding: 20vh 0;
  font-size: var(--f18);
  color: #999;
  text-align: center;
}
.null_height span {
  color: #0C2963;
}
.Search_List .box1 {
  padding: 1.4rem 0 0.5rem;
  font-size: var(--f20);
  background: #f7f7f7;
}
.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: #0C2963;
  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: #0C2963;
}
.Search_List .box2 .item a:hover .right i {
  -webkit-transform: translateX(5px);
  -ms-transform: translateX(5px);
  transform: translateX(5px);
}
.Search_List .box3 {
  font-size: var(--f18);
  text-align: center;
}
.code_button .a {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: 0.15rem;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  color: #fff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.code_button .a svg {
  width: 0.3rem;
  position: relative;
  z-index: 2;
  height: 0.3rem;
}
.code_button .a svg path {
  fill: #303E48;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.code_button .a::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  -webkit-box-shadow: inset 0 0 0 0.47rem #c2b2a5;
  box-shadow: inset 0 0 0 0.47rem #c2b2a5;
  -webkit-transition: -webkit-box-shadow 0.3s, -webkit-transform 0.3s;
  transition: -webkit-box-shadow 0.3s, -webkit-transform 0.3s;
  -o-transition: box-shadow 0.3s, transform 0.3s;
  transition: box-shadow 0.3s, transform 0.3s;
  transition: box-shadow 0.3s, transform 0.3s, -webkit-box-shadow 0.3s, -webkit-transform 0.3s;
}
.code_button .a:hover::after {
  -webkit-box-shadow: inset 0 0 0 2px #c2b2a5;
  box-shadow: inset 0 0 0 2px #c2b2a5;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.Sitemap .container {
  padding-left: var(--interval);
  padding-right: var(--interval);
}
.Sitemap .container .ap_top {
  border-bottom: 1px solid #999;
  padding-bottom: 0.46rem;
}
.Sitemap .container .ap_top p {
  font-size: 0.54rem;
  color: #000;
}
.Sitemap .container .ap_bot .item {
  padding: 0.44rem 0;
  border-bottom: 1px solid #ccc;
}
.Sitemap .container .ap_bot .item .content1 a {
  color: #000;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  font-weight: bold;
}
.Sitemap .container .ap_bot .item .content1 a:hover {
  color: #0C2963;
}
.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: #0C2963;
}
.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: #0C2963;
}
.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: #0C2963;
}
.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: #0C2963;
}
.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: #0C2963;
}
.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: #0C2963;
}
.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 #0C2963;
}
.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: #0C2963;
  color: #fff;
  font-size: var(--f16);
  cursor: pointer;
  border: 0;
}
.Header_Container {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 80;
  width: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Header_Container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0)));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
}
.Header_Container .box .logo {
  height: var(--nav_height);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.Header_Container .box .logo a {
  position: relative;
}
.Header_Container .box .logo a img {
  height: 0.52rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Header_Container .box .logo a .img2 {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.Header_Container .box .nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
}
.Header_Container .box .nav .item {
  padding-left: 0.45rem;
  position: relative;
}
.Header_Container .box .nav .item > p a {
  font-size: var(--f18);
  color: rgba(255, 255, 255, 0.8);
  line-height: var(--nav_height);
  position: relative;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Header_Container .box .nav .item > p a svg {
  position: absolute;
  right: -0.18rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.Header_Container .box .nav .item:hover > p a {
  color: #fff;
}
.Header_Container .box .nav .item.active > p a {
  color: #fff;
}
.Header_Container .box .nav .langague {
  padding-left: 0.72rem;
}
.Header_Container .box .nav .langague > p a {
  color: #fff;
}
.Header_Container .box .Search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 0.58rem;
}
.Header_Container .box .Search p {
  cursor: pointer;
}
.Header_Container .box .Search p path {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Header_Container.active,
.Header_Container.sticky {
  background: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.07);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.07);
}
.Header_Container.active::before,
.Header_Container.sticky::before {
  opacity: 0;
}
.Header_Container.active .box .logo a .img1,
.Header_Container.sticky .box .logo a .img1 {
  opacity: 0;
}
.Header_Container.active .box .logo a .img2,
.Header_Container.sticky .box .logo a .img2 {
  opacity: 1;
}
.Header_Container.active .box .nav .item > p a,
.Header_Container.sticky .box .nav .item > p a {
  color: #0C2963;
}
.Header_Container.active .box .nav .item:hover > p a,
.Header_Container.sticky .box .nav .item:hover > p a {
  color: #32B8C4;
}
.Header_Container.active .box .nav .item.active > p a,
.Header_Container.sticky .box .nav .item.active > p a {
  color: #32B8C4;
}
.Header_Container.active .box .Search p svg path,
.Header_Container.sticky .box .Search p svg path {
  fill: #0C2963;
}
.Header_Container.sticky {
  position: sticky;
}
.Home_Banner {
  --h1: 9.7rem;
  height: var(--h1);
}
.Home_Banner .banner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
.Home_Banner .banner video,
.Home_Banner .banner picture img {
  width: 100%;
  height: var(--h1);
}
@media screen and (max-width: 1200px) {
  .Home_Banner .banner video,
  .Home_Banner .banner picture img {
    height: 300px;
  }
}
.Home_Banner .banner .video {
  position: relative;
}
.Home_Banner .banner .video::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.Home_Banner .banner .video .phone {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
}
@media screen and (max-width: 1200px) {
  .Home_Banner .banner .video .phone {
    display: block;
  }
}
.Home_Banner .banner .video .phone .img {
  width: 100%;
  height: 100%;
}
.Home_Banner .banner .video .phone .img img {
  width: 100%;
  height: 100%;
}
.Home_Banner .banner .video .phone .play {
  position: absolute;
  z-index: 3;
  width: 0.5rem;
  height: 0.5rem;
  right: 5vw;
  bottom: 5vw;
  border-radius: 50%;
  border: 2px solid #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.Home_Banner .banner .video .phone .play svg {
  margin: auto;
}
@media screen and (max-width: 1200px) {
  .Home_Banner .banner .video .phone .play {
    width: 0.7rem;
    height: 0.7rem;
  }
}
.Home_Banner .banner .swiper-slide .orientation {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}
.Home_Banner .banner .swiper-slide .orientation .content1 {
  line-height: 1.3;
  font-size: var(--f56);
  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 p {
  width: calc(var(--f56) * 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 .content2 {
  margin-top: 0.58rem;
}
.Home_Banner .page {
  position: absolute;
  left: var(--interval);
  bottom: 0.7rem;
  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: 13px;
  height: 13px;
  opacity: 0.5;
  border: 3px solid #fff;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  margin: 0;
  margin-right: 0.12rem;
}
.Home_Banner .page div .swiper-pagination-bullet-active {
  background: #fff;
  opacity: 1;
}
.bjs {
  background: #fff;
  position: relative;
  z-index: 2;
}
@-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);
  }
}
.button_link1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.button_link1 .a {
  font-size: var(--f20);
  color: #fff;
  cursor: pointer;
  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;
  border-bottom: 3px solid #fff;
  padding-bottom: 0.13rem;
}
.button_link1 .a span {
  display: inline-block;
  -webkit-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  transform: translateY(-1px);
}
.button_link1 .a p {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: 2px solid #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0.18rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.button_link1 .a p svg {
  margin: auto;
  fill: #fff;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.button_link1 .a:hover p {
  border-color: #32B8C4;
  background: #32B8C4;
}
.button_link1 .a:hover p svg {
  fill: #fff;
}
.button_link2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.button_link2 .a {
  font-size: var(--f20);
  color: #0C2963;
  cursor: pointer;
  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;
}
.button_link2 .a p {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: 2px solid #0C2963;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0.18rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.button_link2 .a p svg {
  margin: auto;
  fill: #0C2963;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.button_link2 .a:hover p {
  border-color: #32B8C4;
  background: #32B8C4;
}
.button_link2 .a:hover p svg {
  fill: #fff;
}
.button_link3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.button_link3 .a {
  font-size: var(--f20);
  color: #fff;
  cursor: pointer;
  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;
}
.button_link3 .a p {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: 2px solid #32B8C4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0.18rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.button_link3 .a p svg {
  margin: auto;
  fill: #32B8C4;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.button_link3 .a:hover p {
  border-color: #32B8C4;
  background: #32B8C4;
}
.button_link3 .a:hover p svg {
  fill: #fff;
}
.title_01 {
  color: #0C2963;
}
.title_01 .con1 {
  font-size: var(--f52);
  line-height: 1.1;
}
.title_01 .con1 span {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 50%);
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 50%);
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  opacity: 0;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  display: inline-block;
}
.title_01 .con2 {
  font-size: var(--f36);
  margin-top: 0.28rem;
  line-height: 1.4;
}
.title_01 .con2 span {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 50%);
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 50%);
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  opacity: 0;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  display: inline-block;
}
.title_01 .con2 .p1 {
  font-size: var(--f48);
  margin-bottom: 0.3rem;
}
.title_01 .on {
  opacity: 1 !important;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%) !important;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%) !important;
  -webkit-transform: translateY(0) !important;
  -ms-transform: translateY(0) !important;
  transform: translateY(0) !important;
}
.title_01 .con3 {
  margin-top: 0.76rem;
}
.Home_About {
  overflow: hidden;
}
.Home_About .box {
  margin-top: 0.8rem;
  padding-top: 0.74rem;
  border-top: 1px solid rgba(12, 41, 99, 0.5);
  --col: #edebee;
}
@media screen and (min-width: 699px) {
  .Home_About .box .item {
    width: 50%;
  }
}
.Home_About .box .item .top {
  font-size: var(--f36);
  color: #0C2963;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.Home_About .box .item .top svg {
  margin-right: 0.1rem;
}
.Home_About .box .item .bot {
  margin-top: 0.24rem;
  position: relative;
  border: 1px solid #eee;
}
.Home_About .box .item .bot .img {
  height: 372px;
  overflow: hidden;
  text-align: center;
}
.Home_About .box .item .bot .img video {
  width: 100%;
}
.Home_About .box .item .bot .text,
.Home_About .box .item .bot .button_link2 {
  position: absolute;
  left: 0.36rem;
  bottom: 0.36rem;
  z-index: 3;
}
.Home_About .box .item .bot .text {
  left: auto;
  right: 0.36rem;
  color: #0C2963;
  font-size: var(--f18);
}
.Home_About .box .item:hover .bot .text {
  color: #0C2963;
}
.Home_About .box .left .top {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-right: 0.2rem;
}
.Home_About .box .left .bot .img {
  padding: 0.18rem 1.5rem 0;
}
.Home_About .box .right .top {
  padding-left: 0.2rem;
  position: relative;
}
.Home_About .box .right .top span {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.Home_About .box .right .top span svg {
  margin: auto;
}
.Home_About .box .right .bot {
  background: var(--col);
}
.Home_About .box .right .bot .img img {
  height: 100%;
}
.Home_About .box .right .bot::after {
  content: '';
  position: absolute;
  height: 0.3rem;
  width: 100%;
  left: 0;
  bottom: 0;
}
.Home_About .boxPhone {
  display: none;
}
.Home_About .box1 {
  margin-top: 0.72rem;
  position: relative;
}
.Home_About .box1 .video {
  overflow: hidden;
}
.Home_About .box1 .video video,
.Home_About .box1 .video img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  height: 6.5rem;
}
.Home_About .box1 .orientation {
  position: absolute;
  left: 0;
  top: 62%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  z-index: 2;
}
.Home_About .box1 .orientation .main {
  font-size: 0.64rem;
  line-height: 1.1;
  color: #0C2963;
  text-align: center;
  transition: 0.4s;
  width: 100%;
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgba(255, 255, 255, 0.5)), to(transparent));
  background: -o-linear-gradient(left, transparent, rgba(255, 255, 255, 0.5), transparent);
  background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.5), transparent);
  padding: 0.2rem 0;
}
.Home_About .box1 .orientation .main a {
  padding-bottom: 0.05rem;
  display: inline-block;
  position: relative;
}
.Home_About .box1 .orientation .main a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 0.05rem;
  background: #0C2963;
  transition: 2s;
}
.Home_About .box1 .orientation .main a span {
  opacity: 0;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.Home_About .box1 .orientation .main a .active {
  opacity: 1;
}
.Home_About .box1 .orientation .main:hover {
  text-shadow: 1px 1px 15px #C9FBFF;
}
.Home_About .box1 .orientation .link {
  margin-top: 0.54rem;
}
.Home_About .box1 .orientation1 .main a {
  background: #0C2963 linear-gradient(to right, #2D519A, #32B8C4) no-repeat 0 0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-size: 0% 100%;
  transition: 0.6s;
  transition: 2s;
}
.Home_About .box1 .orientation1 .main .active {
  background-size: 100% 100%;
}
.Home_About .box1 .orientation1 .main .active::after {
  width: 100%;
}
.Home_About .box2 {
  padding-top: 0.8rem;
}
.Home_About .box2 .left {
  width: 50%;
  overflow: hidden;
}
.Home_About .box2 .left img {
  width: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Home_About .box2 .right {
  background: #001F48;
  width: 50%;
  color: #fff;
}
.Home_About .box2 .right .content1 {
  margin-top: 1.6rem;
  font-size: var(--f36);
  padding: 0 1rem;
  line-height: 1.5;
}
.Home_About .box2 .right .content2 {
  margin-top: 0.8rem;
  padding: 0 0.45rem;
}
.Home_About .box2:hover .left img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.Home_About .box2:hover .right .content2 .button_link3 .a p {
  border-color: #32B8C4;
  background: #32B8C4;
}
.Home_About .box2:hover .right .content2 .button_link3 .a p svg {
  fill: #fff;
}
.Home_About1 {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}
.line {
  background: #0C2963 linear-gradient(to right, #2D519A, #32B8C4) no-repeat 0 0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-size: 0% 100%;
  transition: 0.6s;
}
.banner_btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.banner_btn div {
  width: 42px;
  height: 42px;
  border: 2px solid #0C2963;
  border-radius: 50%;
  opacity: 0.3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.banner_btn div svg {
  margin: auto;
}
.banner_btn div:hover {
  opacity: 1;
}
.banner_btn .ml {
  margin-left: 0.1rem;
}
.Home_News .box .swiper {
  padding-right: 1px;
}
.Home_News .box .item {
  border: 1px solid #CED4E0;
}
.Home_News .box .item figure {
  overflow: hidden;
}
.Home_News .box .item figure img {
  width: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Home_News .box .item figcaption {
  padding: 0.3rem;
}
.Home_News .box .item figcaption .content1 {
  font-size: var(--f24);
  color: #0C2963;
  height: 3.2em;
  max-height: 3.2em;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-justify: distribute-all-lines;
}
.Home_News .box .item figcaption .content1 span {
  background: -webkit-gradient(linear, left top, left bottom, from(#0C2963), to(#0C2963)) no-repeat left bottom;
  background: -o-linear-gradient(#0C2963, #0C2963) no-repeat left bottom;
  background: linear-gradient(#0C2963, #0C2963) no-repeat left bottom;
  background-size: 0% 2px;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.Home_News .box .item figcaption .content2 {
  margin-top: 0.8rem;
  color: #0C2963;
  font-family: 'MR';
  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 .item figcaption .content2 .l {
  font-size: var(--f24);
}
.Home_News .box .item figcaption .content2 .r {
  font-size: 14px;
}
.Home_News .box .item:hover figure img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.Home_News .box .item:hover figcaption .content1 span {
  background-size: 100% 2px;
}
.Home_News .box1 {
  margin-top: 0.8rem;
}
.Footer_Container {
  background: #011530;
  min-height: 1rem;
  padding: 0.7rem 0 0.5rem;
  position: relative;
  z-index: 2;
}
.Footer_Container .box .left .content1 img {
  height: 0.67rem;
}
.Footer_Container .box .left .content2 {
  margin-top: 0.42rem;
}
.Footer_Container .box .left .content2 .icon {
  border-radius: 10px;
  overflow: hidden;
}
.Footer_Container .box .left .content2 .icon img {
  width: 1rem;
}
.Footer_Container .box .left .content2 .text {
  padding-left: 0.34rem;
  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;
}
.Footer_Container .box .left .content2 .text p {
  font-size: var(--f16);
  line-height: 1.6;
}
.Footer_Container .box .right .list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.2rem 0.64rem;
}
.Footer_Container .box .right .list .item a {
  width: 2.2rem;
  font-size: var(--f20);
  color: #fff;
  padding: 0.17rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  position: relative;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Footer_Container .box .right .list .item a::after {
  content: '';
  position: absolute;
  width: 0%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  height: 1px;
  background: #ffffff;
  left: 0;
  bottom: 0;
}
.Footer_Container .box .right .list .item a svg {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Footer_Container .box .right .list .item a:hover::after {
  width: 100%;
}
.Footer_Container .box .right .list .item a:hover svg {
  right: -5px;
}
.Footer_Container .box1 {
  font-size: var(--f16);
  margin-top: 1.28rem;
}
.Footer_Container .box1 span {
  color: #fff;
  opacity: 0.7;
}
.Footer_Container .box1 a {
  display: inline-block;
  color: #fff;
  opacity: 0.7;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Footer_Container .box1 a:hover {
  opacity: 1;
}
@media screen and (max-width: 1520px) {
  .Header_Container .box .Search p {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
  .Home_Banner .banner .swiper-slide .orientation .content1 p svg {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
  }
  .Home_About .box .item .top svg {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }
  .Home_About .box .right .bot::after {
    height: 0.4rem;
  }
  .Home_About .box .item .bot .img{
		height: 330px;
	}
  
}
@media screen and (max-width: 1400px) {
  .Footer_Container .box1 {
    font-size: var(--f14);
  }
  .Footer_Container .box .right .list .item a {
    font-size: var(--f18);
  }
}
@media screen and (max-width: 1281px) {
  .Home_Banner .banner .swiper-slide .orientation .content1 p svg {
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
  }
  .Header_Container .box .nav .item > p a {
    font-size: var(--f16);
  }
  .Home_About .box .item .bot .img{
		height: 300px;
	}
}
@media screen and (max-width: 1200px) {
  .Header_Container {
    display: none;
  }
  .Home_Banner {
    height: 300px;
  }
  .Home_About .box .left .bot .img {
    padding: 0.18rem 0.4rem 0;
  }
  .Home_About .box .item .bot .img {
    height: 410px;
  }
  .Home_About .box .item.right .bot .img {
    height: 350px;
  }
  .Home_About .box1 .orientation .main {
    font-size: 0.44rem;
  }
  .Home_About .box2 .left {
    width: 100%;
  }
  .Home_About .box2 .right {
    width: 100%;
    padding: 0.8rem 0vw;
  }
  .Home_About .box2 .right .content1 {
    margin-top: 0;
  }
  .Footer_Container .box .right .list {
    grid-template-columns: repeat(2, 1fr);
  }
  .Footer_Container .box1 {
    font-size: var(--f16);
  }
  .Footer_Container .box1 div {
    line-height: 2;
    width: 100%;
  }
  .MobileMain .HeaderMobile .box .button .Language a i {
    font-weight: bold;
    color: #32B8C4;
  }
  .MobileMain .HeaderMobile .box .logo a img {
    height: 40px;
  }
  .Footer_Container .box .left .content2 .icon img {
    width: 1.1rem;
  }
  .Home_About .box .item .top {
    display: none;
  }
  .Home_About .boxPhone {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .Home_About .boxPhone .item .top {
    display: block;
  }
  .Home_About .boxPhone .item .top svg {
    margin: 0 5px;
    -webkit-transform: scale(0.7) translateY(-2px);
    -ms-transform: scale(0.7) translateY(-2px);
    transform: scale(0.7) translateY(-2px);
  }
  .Home_About .boxPc {
    padding: 0;
    margin: 0;
    border: 0;
  }
  .Home_About .box .item {
    width: 100%;
  }
}
@media screen and (max-width: 699px) {
  .MobileMain .HeaderMobile .box .logo a img {
    height: 32px;
  }
  .MobileMain .HeaderMobile .box .button .search {
    margin-left: 0.3rem;
  }
  .MobileMain .HeaderMobile .box .button .search svg {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
  .MobileMain .HeaderMobile .box .button .Language a i {
    font-size: 12px;
  }
  .Home_Banner .page {
    bottom: 5vw;
  }
  .Home_About .box .item .top svg {
    -webkit-transform: scale(0.64);
    -ms-transform: scale(0.64);
    transform: scale(0.64);
  }
  .Home_About .box1 .orientation .main {
    font-size: 0.36rem;
    line-height: 2;
    padding: 0 5vw;
  }
  .Home_About .box1 .video video,
  .Home_About .box1 .video img {
    height: 4.8rem;
  }
  .Home_About .box1 .orientation .main a::after {
    bottom: -3px;
    height: 2px;
  }
  .Home_About .box2 .right .content1 {
    padding: 0 5vw;
  }
  .banner_btn div {
    width: 36px;
    height: 36px;
  }
  .Home_Banner .page div span {
    width: 10px;
    height: 10px;
    border: 2px solid #fff;
  }
  .Home_Banner .banner .swiper-slide .orientation .content1 {
    line-height: 1;
  }
  .Home_Banner .banner {
    top: var(--nav_height);
  }
  .title_01 .con1 {
    font-size: var(--f56);
  }
  .title_01 .con2,
  .Home_About .box2 .right .content1 {
    font-size: var(--f24);
  }
  .Home_About .box .item .top svg {
    margin: 0;
  }
  .Footer_Container .box .right {
    display: none;
  }
  .Footer_Container .box .left .content2 .icon img {
    width: 1.7rem;
  }
  .Footer_Container .box .left .content2 .icon {
    border-radius: 8px;
  }
  .Footer_Container .box .left .content1 img {
    height: 32px;
  }
  .Home_About .box .item .bot .img {
    height: 240px;
  }
  .Home_About .box .item.right .bot .img {
    height: 186px;
  }
  .Home_About .box .item.right .bot .button_link2 {
    bottom: 0.66rem;
  }
  .Home_About .box .item.right .bot .text {
    left: 0.36rem;
    right: auto;
    bottom: 0.16rem;
  }
}
.f52 {
  font-size: var(--f52);
  line-height: 1.1;
  color: #0C2963;
}
.About_1 .box .boxLeft {
  width: 50%;
  padding-right: 0rem;
  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;
}
.About_1 .box .boxLeft > div {
  width: 100%;
}
.About_1 .box .boxLeft > div .content2 {
  margin-top: 0.18rem;
}
.About_1 .box .boxLeft > div .content2 .li,
.About_1 .box .boxLeft > div .content2 p {
  font-size: var(--f24);
  color: #0C2963;
  line-height: 2;
}
.About_1 .box .boxLeft > div .content2 .li span,
.About_1 .box .boxLeft > div .content2 p span {
  background: #0C2963 linear-gradient(to right, #2D519A, #32B8C4) no-repeat 0 0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-size: 0% 100%;
  transition: 0.6s;
}
.About_1 .box .boxLeft > div .content2 .li .active,
.About_1 .box .boxLeft > div .content2 p .active {
  background-size: 100% 100%;
}
.About_1 .box .boxRight {
  width: 50%;
}
.About_1 .box .boxRight p img {
  width: 100%;
}
.About_2 .box .boxLeft {
  width: 50%;
  padding-right: 0rem;
  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;
}
.About_2 .box .boxLeft > div {
  width: 100%;
}
.About_2 .box .boxLeft > div .content2 {
  margin-top: 0.18rem;
}
.About_2 .box .boxLeft > div .content2 .li,
.About_2 .box .boxLeft > div .content2 p {
  font-size: var(--f24);
  color: #0C2963;
  line-height: 2;
}
.About_2 .box .boxLeft > div .content2 .li em,
.About_2 .box .boxLeft > div .content2 p em {
  background: #0C2963 linear-gradient(to right, #2D519A, #32B8C4) no-repeat 0 0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-size: 100% 100%;
  transition: 0.6s;
}
.About_2 .box .boxLeft > div .content2 .li span,
.About_2 .box .boxLeft > div .content2 p span {
  opacity: 0.1;
  transition: 4s;
  display: inline-block;
}
.About_2 .box .boxLeft > div .content2 .li .active,
.About_2 .box .boxLeft > div .content2 p .active {
  opacity: 1;
}
.About_2 .box .boxRight {
  width: 50%;
}
.About_2 .box .boxRight p img {
  width: 100%;
}
.StaticImg img {
  width: 100%;
}
/*# sourceMappingURL=./style.css.map */