body {
  --interval: 10.4vw;
  --nav_height: 1rem;
  --color: #00a1e9;
  --f14: 0.14rem;
  --f16: 0.16rem;
  --f18: 0.18rem;
  --f20: 0.2rem;
  --f22: 0.22rem;
  --f24: 0.24rem;
  --f26: 0.26rem;
  --f28: 0.28rem;
  --f30: 0.3rem;
  --f32: 0.32rem;
  --f34: 0.34rem;
  --f36: 0.36rem;
  --f38: 0.38rem;
  --f40: 0.4rem;
  --f42: 0.42rem;
  --f44: 0.44rem;
  --f46: 0.46rem;
  --f48: 0.48rem;
  --f52: 0.52rem;
  --f54: 0.54rem;
  --f56: 0.56rem;
  --f58: 0.58rem;
  --f60: 0.6rem;
}
@media screen and (max-width: 1520px) {
  body {
    --f14: 12px;
    --f16: 14px;
    --f18: 16px;
    --f20: 18px;
    --f22: 18px;
    --interval: 8vw;
  }
}
@media screen and (max-width: 1200px) {
  body {
    --f20: 16px;
    --f22: 16px;
    --f24: 18px;
    --f26: 20px;
    --f28: 22px;
    --f30: 0.36rem;
    --f32: 0.36rem;
    --f34: 0.38rem;
    --f36: 0.4rem;
    --f38: 0.4rem;
    --f40: 0.4rem;
    --f42: 0.4rem;
    --f44: 0.4rem;
    --f46: 0.4rem;
    --f48: 0.4rem;
    --f52: 0.46rem;
    --f54: 0.48rem;
    --f56: 0.52rem;
    --f58: 0.52rem;
    --f60: 0.54rem;
    --interval: 5vw;
    --nav_height: 58px;
  }
}
@media screen and (max-width: 767px) {
  body {
    --f14: 0.26rem;
    --f16: 0.28rem;
    --f18: 0.3rem;
    --f20: 0.3rem;
    --f22: 0.32rem;
    --f24: 0.34rem;
    --f26: 0.34rem;
    --f28: 0.36rem;
    --f30: 0.4rem;
    --f32: 0.4rem;
    --f34: 0.4rem;
    --f36: 0.4rem;
    --f38: 0.4rem;
    --f40: 0.42rem;
    --f42: 0.42rem;
    --f44: 0.42rem;
    --f46: 0.42rem;
    --f48: 0.42rem;
    --f52: 0.42rem;
    --f54: 0.44rem;
    --f56: 0.46rem;
    --f58: 0.46rem;
    --f60: 0.48rem;
  }
}
.maodian {
  position: relative;
  top: calc(var(--nav_height) * -1 + 1px);
}
.mobile_search {
  top: var(--nav_height);
}
/** 纵向滚动条样式 */
.wMain {
  padding-left: var(--interval);
  padding-right: var(--interval);
  width: 100%;
}
.swiper-button-lock {
  display: none !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;
}
.bgColor {
  background: #f8f8f8;
}
.pt {
  padding-top: 1rem;
}
.pb {
  padding-bottom: 1rem;
}
.mt {
  margin-top: 0.56rem;
}
.button-disabled,
.swiper-button-disabled {
  cursor: auto;
  pointer-events: none;
}
.Header_Container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 8;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(42, 63, 96, 0.6)), to(rgba(42, 63, 96, 0)));
  background: -o-linear-gradient(top, rgba(42, 63, 96, 0.6), rgba(42, 63, 96, 0));
  background: linear-gradient(to bottom, rgba(42, 63, 96, 0.6), rgba(42, 63, 96, 0));
}
.Header_Container .box .boxLeft .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 .boxLeft .logo a {
  display: block;
  position: relative;
}
.Header_Container .box .boxLeft .logo a img {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  height: 0.4rem;
}
.Header_Container .box .boxLeft .logo a .img2 {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.Header_Container .box .boxLeft .stock {
  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.2rem;
}
.Header_Container .box .boxLeft .stock div {
  font-size: var(--f14);
  color: #fff;
  font-family: 'gilroy_regular';
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Header_Container .box .boxRight nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.Header_Container .box .boxRight nav .item {
  padding: 0 0.26rem;
}
.Header_Container .box .boxRight nav .item > p a {
  font-size: var(--f18);
  color: #fff;
  line-height: var(--nav_height);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Header_Container .box .boxRight nav .item .select_Nav {
  position: absolute;
  left: 0%;
  top: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: calc(100vh - var(--nav_height));
  display: none;
}
.Header_Container .box .boxRight nav .item .select_Nav ul {
  display: flex;
  justify-content: center;
  background: #fff;
  padding: 0.3rem 0;
}
.Header_Container .box .boxRight nav .item .select_Nav ul li {
  transition: 0.4s;
  margin: 0 0.3rem;
}
.Header_Container .box .boxRight nav .item .select_Nav ul li a {
  transition: 0.4s;
  text-align: center;
}
.Header_Container .box .boxRight nav .item .select_Nav ul li a figcaption {
}
.Header_Container .box .boxRight nav .item .select_Nav ul li a figcaption img {
  height: 0.5rem;

}
.Header_Container .box .boxRight nav .item .select_Nav ul li a figure {
  font-size: var(--f16);
  margin-top: 0.1rem;
  transition: 0.4s;
  font-weight: bold;
}
.Header_Container .box .boxRight nav .item .select_Nav ul li a:hover figure {
  color: #00a1e9;
}
.Header_Container .box .boxRight nav .item .select_Nav .bg {
  background: rgba(232, 232, 237, 0.4);
  backdrop-filter: blur(20px);
  flex: 1;
  transition: opacity 0.42s cubic-bezier(0.4, 0, 0.6, 1) 80ms, visibility 0.42s step-end 80ms;
}
.Header_Container .box .boxRight nav .item:hover > p a {
  font-weight: bold;
}
.Header_Container .box .boxRight nav .item.active > p a {
  font-weight: bold;
}
.Header_Container .box .boxRight .language {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 0.86rem;
}
.Header_Container .box .boxRight .language a {
  font-size: var(--f18);
  font-family: 'gilroy_regular';
  color: #fff;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Header_Container .box .boxRight .language a svg {
  -webkit-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  transform: translateY(-1px);
  margin-left: 0.06rem;
}
.Header_Container .box .boxRight .language a svg path {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Header_Container .box .boxRight .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.64rem;
}
.Header_Container .box .boxRight .search .search_open {
  cursor: pointer;
}
.Header_Container .box .boxRight .search .search_open svg path {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Header_Container.active,
.Header_Container.on {
  background: #fff;
  border-color: rgba(0, 0, 0, 0.1);
}
.Header_Container.active .box .boxLeft .logo a .img1,
.Header_Container.on .box .boxLeft .logo a .img1 {
  opacity: 0;
}
.Header_Container.active .box .boxLeft .logo a .img2,
.Header_Container.on .box .boxLeft .logo a .img2 {
  opacity: 1;
}
.Header_Container.active .box .boxLeft .stock div,
.Header_Container.on .box .boxLeft .stock div {
  color: #333;
}
.Header_Container.active .box .boxRight nav .item > p a,
.Header_Container.on .box .boxRight nav .item > p a {
  color: #000000;
}
.Header_Container.active .box .boxRight nav .item.active > p a,
.Header_Container.on .box .boxRight nav .item.active > p a {
  color: #00a1e9;
  font-weight: bold;
}
.Header_Container.active .box .boxRight .language a,
.Header_Container.on .box .boxRight .language a {
  color: #000;
}
.Header_Container.active .box .boxRight .language a svg path,
.Header_Container.on .box .boxRight .language a svg path {
  fill: #00a1e9;
}
.Header_Container.active .box .boxRight .search svg path,
.Header_Container.on .box .boxRight .search svg path {
  fill: #00a1e9;
}
.Privacy_Policy .box_ .content1 {
  font-size: var(--f32);
}
.Privacy_Policy .box_ .hr {
  border-top: 1px solid #eee;
  margin: 0.5rem 0;
}
.Privacy_Policy .box_ .content3 {
  font-size: var(--f18);
  line-height: 1.8;
  color: #333;
}
.Search_List .box1 {
  padding: 1.4rem 0 0.5rem;
  font-size: var(--f20);
  background: #f8f8f8;
}
.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: #00a1e9;
  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: #00a1e9;
}
.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);
}
.Home_Banner {
  position: relative;
}
.Home_Banner .banner picture img {
  width: 100%;
  height: 100vh;
}
.Home_Banner .banner video {
  width: 100%;
  height: 100vh;
}
.Home_Banner .banner .swiper-slide .orientation {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}
.Home_Banner .banner .swiper-slide .orientation .content1 {
  font-size: 0.72rem;
  line-height: 1;
}
.Home_Banner .banner .swiper-slide .orientation .content2 {
  font-size: var(--f40);
  margin-top: 0.45rem;
}
.Home_Banner .banner .swiper-slide .orientation .content3 {
  margin-top: 1.14rem;
}
.Home_Banner .page {
  position: absolute;
  left: var(--interval);
  bottom: 0.85rem;
  z-index: 2;
}
.Home_Banner .page span {
  border-radius: 0;
  background: #fff;
  opacity: 1;
  margin: 0 0.24rem 0 0 !important;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Home_Banner .page .swiper-pagination-bullet-active {
  background: #00a1e9;
}
.Home_Banner .banner_button {
  position: absolute;
  right: var(--interval);
  bottom: 0.7rem;
  z-index: 2;
}
.banner_button .button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.banner_button .button div {
  width: 0.54rem;
  height: 0.54rem;
  border: 1px solid #fff;
  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_button .button div svg {
  margin: auto;
}
.banner_button .button div svg path {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.banner_button .button div:hover {
  background: #00a1e9;
  border-color: #00a1e9;
}
.banner_button .button div:hover svg path {
  fill: #fff;
}
.banner_button .button .next {
  margin-left: 0.1rem;
}
.banner_button_01 .button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.banner_button_01 .button div {
  width: 0.54rem;
  height: 0.54rem;
  border: 1px solid #cecece;
  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_button_01 .button div svg {
  margin: auto;
}
.banner_button_01 .button div svg path {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.banner_button_01 .button div:hover {
  border-color: #00a1e9;
}
.banner_button_01 .button div:hover svg path {
  fill: #00a1e9;
}
.banner_button_01 .button .next {
  margin-left: 0.1rem;
}
.button_01 {
  width: 2.16rem;
  position: relative;
}
.button_01::before {
  content: '';
  width: 0%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #00a1e9;
  z-index: 1;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  opacity: 0.8;
}
.button_01 .a {
  width: 100%;
  line-height: 0.62rem;
  border: 2px solid #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: var(--f18);
  color: #fff;
  cursor: pointer;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  position: relative;
  z-index: 1;
}
.button_01 .a svg {
  margin-left: 0.2rem;
}
.button_01:hover::before {
  width: 100%;
  right: auto;
  left: 0;
}
.button_01:hover .a {
  border-color: #00a1e9;
}
.button_02 {
  min-width: 2.16rem;
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.button_02::before {
  content: '';
  width: 0%;
  height: 2px;
  left: 0;
  top: 0;
  background: #00a1e9;
  position: absolute;
  z-index: 2;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.button_02::after {
  content: '';
  width: 0%;
  height: 2px;
  right: 0;
  bottom: 0;
  background: #00a1e9;
  position: absolute;
  z-index: 2;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.button_02 .a {
  width: 100%;
  line-height: 0.62rem;
  border: 2px solid #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: var(--f18);
  color: #fff;
  cursor: pointer;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  position: relative;
  padding: 0 0.2rem;
}
.button_02 .a svg {
  margin-left: 0.2rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.button_02 .a::before {
  content: '';
  width: 2px;
  height: 0;
  left: -2px;
  top: 0;
  background: #00a1e9;
  position: absolute;
  z-index: 2;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.button_02 .a::after {
  content: '';
  width: 2px;
  height: 0%;
  right: -2px;
  bottom: 0;
  background: #00a1e9;
  position: absolute;
  z-index: 2;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.button_02:hover::before {
  width: 100%;
}
.button_02:hover::after {
  width: 100%;
}
.button_02:hover .a {
  background: #00a1e9;
  color: #fff;
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.button_02:hover .a::before {
  height: 100%;
}
.button_02:hover .a::after {
  height: 100%;
}
.button_03 {
  min-width: 1.6rem;
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.button_03::before {
  content: '';
  width: 0%;
  height: 1px;
  left: 0;
  top: 0;
  background: #00a1e9;
  position: absolute;
  z-index: 2;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.button_03::after {
  content: '';
  width: 0%;
  height: 1px;
  right: 0;
  bottom: 0;
  background: #00a1e9;
  position: absolute;
  z-index: 2;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.button_03 .a {
  width: 100%;
  line-height: 0.54rem;
  background: #00a1e9;
  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;
  border: 1px solid transparent;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: var(--f18);
  color: #fff;
  cursor: pointer;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  position: relative;
  padding: 0 0.2rem;
}
.button_03 .a svg {
  margin-right: 0.1rem;
}
.button_03 .a svg path {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.button_03 .a::before {
  content: '';
  width: 1px;
  height: 100%;
  left: -1px;
  top: 0;
  background: #00a1e9;
  position: absolute;
  z-index: 2;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.button_03 .a::after {
  content: '';
  width: 1px;
  height: 0%;
  right: -1px;
  bottom: 0;
  background: #00a1e9;
  position: absolute;
  z-index: 2;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.button_03:hover::before {
  width: 100%;
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.button_03:hover::after {
  width: 100%;
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.button_03:hover .a {
  background: transparent;
  color: #00a1e9;
}
.button_03:hover .a::before {
  height: 100%;
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.button_03:hover .a::after {
  height: 100%;
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.button_03:hover .a svg path {
  fill: #00a1e9;
}
.button_04 {
  min-width: 1.6rem;
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.button_04::before {
  content: '';
  width: 0%;
  height: 1px;
  left: 0;
  top: 0;
  background: #00a1e9;
  position: absolute;
  z-index: 2;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.button_04::after {
  content: '';
  width: 0%;
  height: 1px;
  right: 0;
  bottom: 0;
  background: #00a1e9;
  position: absolute;
  z-index: 2;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.button_04 .a {
  width: 100%;
  line-height: 0.54rem;
  border: 1px solid #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: var(--f18);
  color: #fff;
  cursor: pointer;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  position: relative;
  padding: 0 0.2rem;
}
.button_04 .a svg {
  margin-left: 0.2rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.button_04 .a::before {
  content: '';
  width: 1px;
  height: 0;
  left: -1px;
  top: 0;
  background: #00a1e9;
  position: absolute;
  z-index: 2;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.button_04 .a::after {
  content: '';
  width: 1px;
  height: 0%;
  right: -1px;
  bottom: 0;
  background: #00a1e9;
  position: absolute;
  z-index: 2;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.button_04:hover::before {
  width: 100%;
}
.button_04:hover::after {
  width: 100%;
}
.button_04:hover .a {
  background: #00a1e9;
  color: #fff;
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.button_04:hover .a::before {
  height: 100%;
}
.button_04:hover .a::after {
  height: 100%;
}
.button_05 {
  min-width: 1.6rem;
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.button_05::before {
  content: '';
  width: 0%;
  height: 1px;
  left: 0;
  top: 0;
  background: #00a1e9;
  position: absolute;
  z-index: 2;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.button_05::after {
  content: '';
  width: 0%;
  height: 1px;
  right: 0;
  bottom: 0;
  background: #00a1e9;
  position: absolute;
  z-index: 2;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.button_05 .a {
  width: 100%;
  line-height: 0.54rem;
  border: 1px solid #00a1e9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: var(--f18);
  color: #00a1e9;
  cursor: pointer;
  position: relative;
  padding: 0 0.2rem;
}
.button_05 .a svg {
  margin-right: 0.2rem;
}
.button_05 .a svg path {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.button_05 .a::before {
  content: '';
  width: 1px;
  height: 0;
  left: -1px;
  top: 0;
  background: #00a1e9;
  position: absolute;
  z-index: 2;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.button_05 .a::after {
  content: '';
  width: 1px;
  height: 0%;
  right: -1px;
  bottom: 0;
  background: #00a1e9;
  position: absolute;
  z-index: 2;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.button_05:hover::before {
  width: 100%;
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.button_05:hover::after {
  width: 100%;
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.button_05:hover .a {
  border-color: transparent;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.button_05:hover .a::before {
  height: 100%;
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.button_05:hover .a::after {
  height: 100%;
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.title_01 {
  font-size: var(--f48);
  line-height: 1;
  font-weight: bold;
}
.title_01.color {
  color: #fff;
}
.desc_01 {
  font-size: var(--f18);
  color: #333;
  line-height: 1.8;
  text-align: justify;
}
.Home_About .box .boxLeft {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: var(--interval);
  padding-right: 0.7rem;
  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) {
  .Home_About .box .boxLeft {
    -webkit-box-flex: 1;
    -webkit-flex: 1 100%;
    -ms-flex: 1 100%;
    flex: 1 100%;
    margin-bottom: 0.5rem;
    padding-left: 5vw;
    padding-right: 5vw;
    padding-top: 1rem;
  }
}
.Home_About .box .boxLeft > div {
  width: 100%;
}
.Home_About .box .boxLeft .content1 {
  height: 7.2em;
  margin-top: 0.5rem;
}
.Home_About .box .boxLeft .content2 {
  margin-top: 0.6rem;
}
.Home_About .box .boxLeft .content2 .item .top .num {
  position: relative;
  font-family: 'gilroy_Medium';
  font-size: var(--f48);
  color: #00a1e9;
  line-height: 1;
}
.Home_About .box .boxLeft .content2 .item .top .num .num1 {
  opacity: 0;
}
.Home_About .box .boxLeft .content2 .item .top .num .num2 {
  position: absolute;
  left: 0;
  top: 0;
}
.Home_About .box .boxLeft .content2 .item .top .unit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-left: 0.15rem;
  font-size: var(--f18);
}
.Home_About .box .boxLeft .content2 .item .bot {
  font-size: var(--f16);
  color: #333;
  margin-top: 0.1rem;
}
.Home_About .box .boxLeft .content3 {
  margin-top: 1.4rem;
}
.Home_About .box .boxRight {
  width: 10rem;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .Home_About .box .boxRight {
    width: 100%;
  }
}
.Home_About .box .boxRight img {
  width: 100%;
}
.Home_About .box .boxRight p {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.7);
  width: 0.72rem;
  height: 0.72rem;
  z-index: 1;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.Home_About .box .boxRight p svg {
  margin: auto;
}
.Home_Product .box {
  padding: 0 var(--interval);
  margin-top: 0.85rem;
}
.Home_Product .box .swiper .swiper-slide {
  position: relative;
}
.Home_Product .box .swiper .swiper-slide::after {
  content: '';
  width: 100%;
  height: 3.35rem;
  background: #f8f8f8;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Home_Product .box .swiper .swiper-slide a {
  display: block;
  text-align: center;
  padding-bottom: 0.58rem;
  position: relative;
  z-index: 1;
}
.Home_Product .box .swiper .swiper-slide a .content1 {
  font-family: 'gilroy_Medium';
  font-size: var(--f20);
  color: #999;
}
.Home_Product .box .swiper .swiper-slide a .content2 {
  font-family: 'gilroy_Medium';
  font-size: var(--f28);
  color: #111;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  margin-top: 0.05rem;
  line-height: 1.2;
  height: 2.4em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-justify: distribute-all-lines;
}
.Home_Product .box .swiper .swiper-slide a .content3 {
  font-size: var(--f18);
  color: #666;
  margin-top: 0.1rem;
  line-height: 1;
  height: 1em;
}
.Home_Product .box .swiper .swiper-slide a .content4 {
  margin-top: 0.4rem;
  height: 3.04rem;
}
.Home_Product .box .swiper .swiper-slide a .content4 img {
  max-height: 100%;
  max-width: 90%;
}
.Home_Product .box .swiper .swiper-slide a .content5 {
  font-size: var(--f16);
  color: #00a1e9;
  margin-top: 0.52rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Home_Product .box .swiper .swiper-slide a .content5 svg {
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
  margin-left: 0.15rem;
}
@media screen and (min-width: 1200px) {
  .Home_Product .box .swiper .swiper-slide:hover::after {
    background: #dee9f3;
  }
  .Home_Product .box .swiper .swiper-slide:hover a .content2 {
    color: #00a1e9;
  }
  .Home_Product .box .swiper .swiper-slide:hover a .content5 {
    -webkit-transform: translateY(0.1rem);
    -ms-transform: translateY(0.1rem);
    transform: translateY(0.1rem);
  }
}
.Home_Product .box1 .page {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-right: 0.35rem;
  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_Product .box1 .page div {
  position: relative;
  height: 3px;
  background: #f8f8f8;
}
.Home_Product .box1 .page .swiper-pagination-progressbar-fill {
  background: #00a1e9;
}
.Home_Solution {
  position: relative;
  overflow: hidden;
}
.Home_Solution .title_01 {
  position: absolute;
  left: var(--interval);
  top: 0;
  z-index: 3;
}
.Home_Solution .imgList {
  position: relative;
}
.Home_Solution .imgList p {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.Home_Solution .imgList p img {
  width: 100%;
}
.Home_Solution .imgList .active {
  position: relative;
  z-index: 1;
  opacity: 1;
}
.Home_Solution .orientation {
  position: absolute;
  left: var(--interval);
  top: 2.4rem;
  color: #fff;
  z-index: 2;
}
.Home_Solution .orientation .item {
  width: 5.5rem;
  position: absolute;
  top: 0.5rem;
  left: 0;
  opacity: 0;
}
.Home_Solution .orientation .item .content1 {
  font-size: var(--f32);
}
.Home_Solution .orientation .item .content2 {
  color: #fff;
  margin-top: 0.38rem;
  height: 5.4em;
}
.Home_Solution .orientation .item .content3 {
  margin-top: 0.9rem;
}
.Home_Solution .orientation .active {
  opacity: 1;
  z-index: 1;
  top: 0;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.Home_Solution .box {
  position: absolute;
  bottom: 0.5rem;
  width: 100%;
  z-index: 2;
  padding: 0 var(--interval);
  --w: 1.1rem;
}
.Home_Solution .box .width {
  width: calc((100% - var(--w) * 7) / 6);
}
.Home_Solution .box .banner .swiper .swiper-slide {
  width: var(--w);
  text-align: center;
  position: relative;
  opacity: 0.7;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Home_Solution .box .banner .swiper .swiper-slide::after {
  content: '';
  position: absolute;
  width: var(--ww);
  left: var(--w);
  top: -webkit-calc(0.42rem / 2);
  top: calc(0.42rem / 2);
  height: 1px;
  background: #fff;
  opacity: 0.5;
}
.Home_Solution .box .banner .swiper .swiper-slide a {
  display: block;
  cursor: pointer;
}
.Home_Solution .box .banner .swiper .swiper-slide .content1 img {
  height: 0.42rem;
}
.Home_Solution .box .banner .swiper .swiper-slide .content2 {
  font-size: var(--f20);
  color: #fff;
  margin-top: 0.2rem;
}
.Home_Solution .box .banner .swiper .swiper-slide .content2 svg {
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
  margin-left: 0.1rem;
}
.Home_Solution .box .banner .swiper .swiper-slide:last-child::after {
  content: none;
}
.Home_Solution .box .banner .swiper .swiper-slide-active,
.Home_Solution .box .banner .swiper .active {
  opacity: 1;
}
.Home_News .box {
  padding: 0 var(--interval);
}
.Home_News .box .banner .swiper .swiper-slide {
  height: auto;
}
.Home_News .box .banner .swiper .swiper-slide div {
  height: 100%;
}
.Home_News .box .banner .swiper .boxLeft {
  width: 8rem;
  position: relative;
}
.Home_News .box .banner .swiper .boxLeft a {
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  overflow: hidden;
}
.Home_News .box .banner .swiper .boxLeft a img {
  width: 100%;
  height: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Home_News .box .banner .swiper .boxLeft a img:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.Home_News .box .banner .swiper .boxLeft .active {
  z-index: 1;
  opacity: 1;
}
.Home_News .box .banner .swiper .boxRight {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 0.6rem;
}
.Home_News .box .banner .swiper .boxRight a {
  display: block;
  border-bottom: 1px solid #eee;
  padding: 0.42rem 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Home_News .box .banner .swiper .boxRight a .content1 {
  font-family: 'gilroy_regular';
  font-size: var(--f16);
  color: #999;
}
.Home_News .box .banner .swiper .boxRight a .content2 {
  font-size: var(--f20);
  color: #111;
  line-height: 1.5;
  height: 1.5em;
  margin-top: 0.25rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Home_News .box .banner .swiper .boxRight a .content3 {
  display: grid;
  grid-template-rows: 0fr;
  overflow: hidden;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Home_News .box .banner .swiper .boxRight a .content3 div {
  min-height: 0;
  font-size: var(--f16);
  color: #666;
  line-height: 1.8;
  height: 3.6em;
}
@media screen and (min-width: 1200px) {
  .Home_News .box .banner .swiper .boxRight a:nth-child(1) {
    padding-top: 0;
  }
}
.Home_News .box .banner .swiper .boxRight .active {
  border-color: #00a1e9;
}
.Home_News .box .banner .swiper .boxRight .active .content2 {
  color: #00a1e9;
}
.Home_News .box .banner .swiper .boxRight .active .content3 {
  grid-template-rows: 1fr;
  padding-top: 0.24rem;
}
.Footer_Container {
  background: #00a1e9;
}
.Footer_Container .box .boxTop {
  padding: 0.6rem 0 1rem;
}
.Footer_Container .box .boxTop .boxLeft .item {
  width: 1.72rem;
}
.Footer_Container .box .boxTop .boxLeft .item .h5 a {
  font-size: var(--f20);
  font-weight: bold;
  color: #fff;
}
.Footer_Container .box .boxTop .boxLeft .item ul {
  margin-top: 0.32rem;
}
.Footer_Container .box .boxTop .boxLeft .item ul li {
  margin-bottom: 0.12rem;
}
.Footer_Container .box .boxTop .boxLeft .item ul li:last-child {
  margin-bottom: 0;
}
.Footer_Container .box .boxTop .boxLeft .item ul li a {
  font-size: var(--f16);
  color: #dcdcdc;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Footer_Container .box .boxTop .boxLeft .item ul li a:hover {
  color: #fff;
}
.Footer_Container .box .boxTop .boxRight {

}
.Footer_Container .box .boxTop .boxRight .rightbx1{
  padding-left:1.2rem;
  margin-bottom:0.2rem;
  max-width:4rem;
}
.Footer_Container .box .boxTop .boxRight .h5 a {
  font-size: var(--f20);
  font-weight: bold;
  color: #fff;
}
.Footer_Container .box .boxTop .boxRight ul {
  margin-top: 0.32rem;
}
.Footer_Container .box .boxTop .boxRight ul li {
  position: relative;
  padding-left: max(0.32rem, 32px);
  font-size: var(--f16);
  color: #dcdcdc;
  margin-bottom: 0.2rem;
}
.Footer_Container .box .boxTop .boxRight ul li a {
  color: #dcdcdc;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Footer_Container .box .boxTop .boxRight ul li a:hover {
  color: #fff;
}
.Footer_Container .box .boxTop .boxRight ul li:last-child {
  margin-bottom: 0;
}
.Footer_Container .box .boxTop .boxRight ul li svg {
  position: absolute;
  top: 0.04rem;
  left: 0;
}
.Footer_Container .box .boxTop .boxRight .Share {
  margin-top: 0.3rem;
}
.Footer_Container .box .boxTop .boxRight .Share .li {
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0.2rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  position: relative;
}
.Footer_Container .box .boxTop .boxRight .Share .li:last-child {
  margin-right: 0;
}
.Footer_Container .box .boxTop .boxRight .Share .li img {
  margin: auto;
  max-width: 70%;
  max-height: 70%;
}
.Footer_Container .box .boxTop .boxRight .Share .li p {
  position: absolute;
  left: 50%;
  top: 120%;
  -webkit-transform: translateX(-50%) scale(0);
  -ms-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
  width: 1.2rem;
  height: 1.2rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  background: #fff;
  -webkit-transform-origin: center top;
  -ms-transform-origin: center top;
  transform-origin: center top;
}
.Footer_Container .box .boxTop .boxRight .Share .li p img {
  max-width: 100%;
  max-height: 100%;
}
.Footer_Container .box .boxTop .boxRight .Share .li:hover {
  background: #028ac7;
}
.Footer_Container .box .boxTop .boxRight .Share .li:hover p {
  -webkit-transform: translateX(-50%) scale(1);
  -ms-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
}
.Footer_Container .box .boxBottom {
  padding: 0.5rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.Footer_Container .box .boxBottom .left img {
  height: 0.4rem;
}
.Footer_Container .box .boxBottom .right {
  line-height: 0.4rem;
  font-size: var(--f16);
  color: #dcdcdc;
}
.Footer_Container .box .boxBottom .right a {
  color: #dcdcdc;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Footer_Container .box .boxBottom .right a:hover {
  color: #fff;
}
.Inner_Banner {
  position: relative;
}
.Inner_Banner picture img {
  width: 100%;
}
.Inner_Banner .orientation {
  position: absolute;
  left: 0;
  bottom: 0.9rem;
  width: 100%;
  z-index: 1;
  color: #fff;
}
.Inner_Banner .orientation .content2 {
  font-size: 0.24rem;
  margin-top: 0.22rem;
}
.Procut_01 .box .boxLeft {
  width: 3.4rem;
  padding-right: 1.2rem;
}
.Procut_01 .box .boxRight {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.f40 {
  font-size: var(--f40);
  font-weight: bold;
}
.Procut_02 {
  position: -webkit-sticky;
  position: sticky;
  top: var(--nav_height);
}
.Procut_02 ul li {
  border-top: 1px solid #ddd;
}
.Procut_02 ul li a {
  font-size: var(--f16);
  color: #666;
  display: block;
  position: relative;
  padding: 0.2rem 0;
  transition: 0.4s;
}
.Procut_02 ul li a svg {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.Procut_02 ul li a:hover {
  color: #00a1e9;
}
.Procut_02 ul .active a {
  color: #00a1e9;
}
.Procut_03 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.6rem 0.2rem;
  margin-top: 0.8rem;
}
.Procut_03 .item {
  position: relative;
}
.Procut_03 .item::after {
  content: '';
  width: 100%;
  height: 3.35rem;
  background: #f8f8f8;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Procut_03 .item a {
  display: block;
  text-align: center;
  padding-bottom: 0.58rem;
  position: relative;
  z-index: 1;
}
.Procut_03 .item a .content1 {
  font-family: 'gilroy_Medium';
  font-size: var(--f20);
  color: #999;
}
.Procut_03 .item a .content2 {
  font-family: 'gilroy_Medium';
  font-size: var(--f28);
  color: #111;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  margin-top: 0.05rem;
  line-height: 1.2;
  height: 2.4em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-justify: distribute-all-lines;
}
.Procut_03 .item a .content3 {
  font-size: var(--f18);
  color: #666;
  margin-top: 0.1rem;
  line-height: 1;
  height: 1em;
}
.Procut_03 .item a .content4 {
  margin-top: 0.4rem;
  height: 3.04rem;
}
.Procut_03 .item a .content4 img {
  max-height: 100%;
  max-width: 90%;
}
.Procut_03 .item a .content5 {
  font-size: var(--f16);
  color: #00a1e9;
  margin-top: 0.52rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Procut_03 .item a .content5 svg {
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
  margin-left: 0.15rem;
}
@media screen and (min-width: 1200px) {
  .Procut_03 .item:hover::after {
    background: #dee9f3;
  }
  .Procut_03 .item:hover a .content2 {
    color: #00a1e9;
  }
  .Procut_03 .item:hover a .content5 {
    -webkit-transform: translateY(0.1rem);
    -ms-transform: translateY(0.1rem);
    transform: translateY(0.1rem);
  }
}
.pu_page {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 0.56rem;
}
.pu_page a,.pu_page .cur_page{
  display: block;
  height: 0.5rem;
  padding:0 0.1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: 'gilroy_Medium';
  font-size: var(--f16);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.pu_page a:hover,.pu_page .cur_page{
  color: #00a1e9;
}
.pu_page .prev,
.pu_page .next {
  border: 1px solid #ddd;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.pu_page .prev svg path,
.pu_page .next svg path {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.pu_page .prev:hover,
.pu_page .next:hover {
  border-color: #00a1e9;
}
.pu_page .prev:hover svg path,
.pu_page .next:hover svg path {
  fill: #00a1e9;
}
.pu_page .number {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0.15rem;
}
.pu_page .number .active {
  color: #00a1e9;
  font-family: 'gilroy_bold';
}
.height {
  height: var(--nav_height);
}
.Procut_04 {
  padding: 1.6rem 0;
  background: url(../images/img9.png) no-repeat;
}
.Procut_04 .box .boxLeft .content1 {
  font-size: var(--f30);
}
.Procut_04 .box .boxLeft .content2 {
  font-size: var(--f60);
  font-weight: bold;
  line-height: 1;
  margin-top: 0.3rem;
}
.Procut_04 .box .boxLeft .content3 {
  margin-top: 0.55rem;
}
.Procut_04 .box .boxLeft .content3 .button_05 {
  margin-left: 0.2rem;
}
.Procut_04 .box .boxRight p {
  width: 4.7rem;
  height: 5.4rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.Procut_04 .box .boxRight p img {
  margin: auto;
}
.Procut_05 .box .item {
  border-bottom: 1px solid #ddd;
}
.Procut_05 .box .item:first-child {
  border-top: 1px solid #ddd;
}
.Procut_05 .box .item .top {
  line-height: 0.9rem;
  cursor: pointer;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Procut_05 .box .item .top .left {
  font-weight: bold;
  font-size: var(--f30);
}
.Procut_05 .box .item .top .right i {
  font-size: var(--f20);
  color: #666;
  display: inline-block;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Procut_05 .box .item .top:hover {
  color: #00a1e9;
}
.Procut_05 .box .item .bot {
  display: grid;
  grid-template-rows: 0fr;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  overflow: hidden;
}
.Procut_05 .box .item .bot ul {
  padding-left: var(--f16);
  font-size: var(--f16);
  min-height: 0;
}
.Procut_05 .box .item .bot ul li {
  color: #666;
  list-style: disc;
  margin-bottom: 0.16rem;
}
.Procut_05 .box .item.active .top {
  color: #00a1e9;
}
.Procut_05 .box .item.active .top .right i {
  color: #00a1e9;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.Procut_05 .box .item.active .bot {
  grid-template-rows: 1fr;
}
.Procut_05 .box .item.active .bot ul {
  padding-bottom: 0.16rem;
}
.Procut_06 .box table {
  width: 100%;
}
.Procut_06 .box table tr {
  text-align: left;
}
.Procut_06 .box table tr th {
  background: #00a1e9;
  font-size: var(--f20);
  color: #fff;
  padding-left: 0.5rem;
  height: 0.6rem;
  border-right: 1px solid #fff;
}
.Procut_06 .box table tr th:last-child {
  border-right: none;
}
.Procut_06 .box table tr td {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  font-size: var(--f22);
  color: #111;
  height: 0.68rem;
  border-right: 1px solid #eee;
}
.Procut_06 .box table tr td:last-child {
  border-right: none;
}
.Procut_06 .box table tr:nth-child(2n) {
  background: #fff;
}
.Procut_06 .box1 {
  margin-top: 0.6rem;
}
.Procut_06 .box1 .button_05 {
  margin-right: 0.2rem;
}
.Solution_01 .box .item {
  margin-bottom: 0.3rem;
  background: #f8f8f8;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Solution_01 .box .item:last-child {
  margin-bottom: 0;
}
.Solution_01 .box .item .boxLeft {
  width: 50%;
  overflow: hidden;
}
.Solution_01 .box .item .boxLeft img {
  width: 100%;
  -webkit-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}
.Solution_01 .box .item .boxRight {
  width: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 0.5rem 0 0.6rem;
}
.Solution_01 .box .item .boxRight > div {
  width: 100%;
}
.Solution_01 .box .item .boxRight > div .content1 {
  font-size: var(--f32);
  font-weight: bold;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Solution_01 .box .item .boxRight > div .content2 {
  margin-top: 0.36rem;
  font-size: var(--f18);
  line-height: 1.8;
  overflow: auto;
  overflow-x: hidden;
  overflow-y: auto;
  padding-right: 0.1rem;
  max-height: -webkit-calc(14.4em);
  max-height: calc(1.8em * 8);
  text-align: justify;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Solution_01 .box .item .boxRight > div .content2::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}
.Solution_01 .box .item .boxRight > div .content2::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #00a1e9;
}
.Solution_01 .box .item .boxRight > div .content2::-webkit-scrollbar-track {
  border-radius: 2px;
  background: rgba(0, 0, 0, 0.1);
}
@-moz-document url-prefix() {
  .Solution_01 .box .item .boxRight > div .content2 {
    scrollbar-color: #00a1e9 rgba(0, 0, 0, 0.1);
    scrollbar-width: thin;
  }
}
@media screen and (min-width: 1200px) {
  .Solution_01 .box .item:hover {
    background: #00a1e9;
  }
  .Solution_01 .box .item:hover .boxLeft img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
  .Solution_01 .box .item:hover .boxRight .content1 {
    color: #fff;
  }
  .Solution_01 .box .item:hover .boxRight .content2 {
    color: #fff;
    overflow: auto;
    overflow-x: hidden;
    overflow-y: auto;
    padding-right: 0.1rem;
  }
  .Solution_01 .box .item:hover .boxRight .content2::-webkit-scrollbar {
    width: 2px;
    height: 2px;
  }
  .Solution_01 .box .item:hover .boxRight .content2::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background: #fff;
  }
  .Solution_01 .box .item:hover .boxRight .content2::-webkit-scrollbar-track {
    border-radius: 2px;
    background: rgba(255, 255, 255, 0.1);
  }
  @-moz-document url-prefix() {
    .Solution_01 .box .item:hover .boxRight .content2 {
      scrollbar-color: #00a1e9 rgba(255, 255, 255, 0.1);
      scrollbar-width: thin;
    }
  }
  .Solution_01 .box .item:nth-child(2n) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-flow: row-reverse;
    -ms-flex-flow: row-reverse;
    flex-flow: row-reverse;
  }
}
.Inner_Nav {
  border-bottom: 1px solid #ddd;
}
.Inner_Nav .box .item {
  margin-right: 0.5rem;
}
.Inner_Nav .box .item a {
  display: block;
  font-size: var(--f20);
  color: #666;
  line-height: 0.86rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  position: relative;
}
.Inner_Nav .box .item a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 0.04rem;
  background: #00a1e9;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Inner_Nav .box .item a:hover {
  color: #00a1e9;
}
.Inner_Nav .box .active a {
  color: #00a1e9;
  font-weight: bold;
}
.Inner_Nav .box .active a::after {
  width: 100%;
}
.Prod_02 .box{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.4rem;
}
.Prod_02 .box .item h3{
  font-size: var(--f20);
  color: #111;
  line-height: 1.5;
  height: 3em;
  font-weight: bold;
}
.Prod_02 .box .item p{
  font-size: var(--f16);
  line-height:1.9;
}
.Prod_02 .box .item p i{
  display:inline-block;
  width:8px;
  height:8px;
  background:#00a1e9;
  margin-right:10px;
  vertical-align:middle;
}
.News_01 .box {
  padding: 0 var(--interval);
}
.News_01 .box .banner {
  background: #fff;
  position: relative;
}
.News_01 .box .banner .swiper .swiper-slide .boxLeft {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0.6rem 0.75rem 0;
}
.News_01 .box .banner .swiper .swiper-slide .boxLeft .content1 {
  font-family: 'gilroy_regular';
  font-size: var(--f16);
  color: #666;
}
.News_01 .box .banner .swiper .swiper-slide .boxLeft .content2 {
  font-size: var(--f26);
  line-height: 1.55;
  height: 3.1em;
  margin-top: 0.18rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  margin-bottom: 0.3rem;
  color: #00a1e9;
}
.News_01 .box .banner .swiper .swiper-slide .boxLeft .content2 span {
  background: -webkit-gradient(linear, left top, left bottom, from(#00a1e9), to(#00a1e9)) no-repeat right bottom;
  background: -o-linear-gradient(#00a1e9, #00a1e9) no-repeat right bottom;
  background: linear-gradient(#00a1e9, #00a1e9) no-repeat right bottom;
  background-size: 0% 1px;
  -webkit-transition: background-size 0.8s;
  -o-transition: background-size 0.8s;
  transition: background-size 0.8s;
}
.News_01 .box .banner .swiper .swiper-slide .boxLeft .content3 {
  font-size: var(--f16);
  color: #666;
  line-height: 2;
  margin-top: 0.3rem;
  height: 4em;
}
.News_01 .box .banner .swiper .swiper-slide .boxLeft hr {
  margin: 0;
}
.News_01 .box .banner .swiper .swiper-slide .boxLeft .content4 {
  font-size: var(--f18);
  color: #00a1e9;
  margin-top: 0.56rem;
}
.News_01 .box .banner .swiper .swiper-slide .boxLeft .content4 svg {
  margin-left: 0.2rem;
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
}
.News_01 .box .banner .swiper .swiper-slide .boxRight {
  width: 7.7rem;
  overflow: hidden;
}
.News_01 .box .banner .swiper .swiper-slide .boxRight img {
  width: 100%;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.News_01 .box .banner .swiper .swiper-slide:hover .boxLeft .content2 span {
  background: -webkit-gradient(linear, left top, left bottom, from(#00a1e9), to(#00a1e9)) no-repeat left bottom;
  background: -o-linear-gradient(#00a1e9, #00a1e9) no-repeat left bottom;
  background: linear-gradient(#00a1e9, #00a1e9) no-repeat left bottom;
  background-size: 100% 1px;
}
.News_01 .box .banner .swiper .swiper-slide:hover .boxRight img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.News_01 .box .banner .page {
  position: absolute;
  left: 0.75rem;
  bottom: 0.55rem;
  z-index: 2;
}
.News_01 .box .banner .page span {
  border-radius: 0;
  background: #ebebeb;
  opacity: 1;
  margin: 0 0.24rem 0 0 !important;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.News_01 .box .banner .page .swiper-pagination-bullet-active {
  background: #00a1e9;
}
.News_02 .box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.4rem 0.2rem;
}
.News_02 .box .item a {
  display: block;
  background: #fff;
}
.News_02 .box .item a .content1 {
  overflow: hidden;
}
.News_02 .box .item a .content1 img {
  width: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.News_02 .box .item a figcaption {
  padding: 0.28rem 0.3rem 0.28rem;
}
.News_02 .box .item a .content2 {
  font-family: 'gilroy_regular';
  font-size: var(--f16);
  color: #666;
}
.News_02 .box .item a .content3 {
  font-size: var(--f20);
  color: #111;
  line-height: 1.5;
  height: 3em;
  font-weight: bold;
  margin-top: 0.2rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.News_02 .box .item a .content3 span {
  background: -webkit-gradient(linear, left top, left bottom, from(#00a1e9), to(#00a1e9)) no-repeat right bottom;
  background: -o-linear-gradient(#00a1e9, #00a1e9) no-repeat right bottom;
  background: linear-gradient(#00a1e9, #00a1e9) no-repeat right bottom;
  background-size: 0% 1px;
  -webkit-transition: background-size 0.8s;
  -o-transition: background-size 0.8s;
  transition: background-size 0.8s;
}
.News_02 .box .item a:hover .content1 img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.News_02 .box .item a:hover .content3 {
  color: #00a1e9;
}
.News_02 .box .item a:hover .content3 span {
  background: -webkit-gradient(linear, left top, left bottom, from(#00a1e9), to(#00a1e9)) no-repeat left bottom;
  background: -o-linear-gradient(#00a1e9, #00a1e9) no-repeat left bottom;
  background: linear-gradient(#00a1e9, #00a1e9) no-repeat left bottom;
  background-size: 100% 1px;
}
.mbx {
  font-size: var(--f16);
  padding: 0.14rem 0;
  color: #999;
}
.mbx a {
  line-height: 2;
  color: #999;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.mbx a svg {
  -webkit-transform: translateY(-0.03rem);
  -ms-transform: translateY(-0.03rem);
  transform: translateY(-0.03rem);
  margin-right: 0.06rem;
}
.mbx a svg path {
  fill: #999;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.mbx a:hover {
  color: #00a1e9;
}
.mbx a:hover svg path {
  fill: #00a1e9;
}
.mbx i {
  font-size: var(--f16);
}
.mbx span {
  color: #000;
}
.News_03 {
  padding: 0.5rem 0 0;
}
@media screen and (min-width: 1200px) {
  .News_03 .box {
    padding: 0 1.6rem;
  }
}
.News_03 .box .content1 {
  text-align: center;
  font-size: var(--f36);
  font-weight: bold;
}
.News_03 .box .content2 {
  font-size: var(--f16);
  font-family: 'gilroy_regular';
  color: #00a1e9;
  text-align: center;
  margin-top: 0.3rem;
}
.News_03 .box .content2 span {
  font-weight: bold;
}
.News_03 .box hr {
  margin: 0.45rem 0;
}
.News_03 .box .content3 {
  font-size: var(--f18);
  color: #666;
  line-height: 2;
}
.News_03 .box1 {
  margin-top: 0.9rem;
  border-top: 1px solid rgba(51, 51, 51, 0.1);
  border-bottom: 1px solid rgba(51, 51, 51, 0.1);
  padding: 0.4rem 0;
}
.News_03 .box1 .page {
  width: 40%;
}
.News_03 .box1 .page a {
  font-size: var(--f18);
  color: #999;
}
.News_03 .box1 .page a span {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  color: #222;
}
.News_03 .box1 .page a:hover span {
  color: #00a1e9;
}
.News_03 .box1 .next {
  text-align: right;
}
.News_03 .box1 .go a {
  color: #333;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  font-size: var(--f18);
}
.News_03 .box1 .go a svg {
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
}
.News_03 .box1 .go a:hover {
  color: #00a1e9;
}
.News_04 .box {
  padding: 0 var(--interval);
}
.News_04 .box .banner .swiper-slide .item a {
  display: block;
  background: #fff;
}
.News_04 .box .banner .swiper-slide .item a .content1 {
  overflow: hidden;
}
.News_04 .box .banner .swiper-slide .item a .content1 img {
  width: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.News_04 .box .banner .swiper-slide .item a figcaption {
  padding: 0.48rem 0.3rem 0.52rem;
}
.News_04 .box .banner .swiper-slide .item a .content2 {
  font-family: 'gilroy_regular';
  font-size: var(--f16);
  color: #666;
}
.News_04 .box .banner .swiper-slide .item a .content3 {
  font-size: var(--f20);
  color: #111;
  line-height: 1.5;
  height: 3em;
  font-weight: bold;
  margin-top: 0.2rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.News_04 .box .banner .swiper-slide .item a .content3 span {
  background: -webkit-gradient(linear, left top, left bottom, from(#00a1e9), to(#00a1e9)) no-repeat right bottom;
  background: -o-linear-gradient(#00a1e9, #00a1e9) no-repeat right bottom;
  background: linear-gradient(#00a1e9, #00a1e9) no-repeat right bottom;
  background-size: 0% 1px;
  -webkit-transition: background-size 0.8s;
  -o-transition: background-size 0.8s;
  transition: background-size 0.8s;
}
.News_04 .box .banner .swiper-slide .item a:hover .content1 img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.News_04 .box .banner .swiper-slide .item a:hover .content3 {
  color: #00a1e9;
}
.News_04 .box .banner .swiper-slide .item a:hover .content3 span {
  background: -webkit-gradient(linear, left top, left bottom, from(#00a1e9), to(#00a1e9)) no-repeat left bottom;
  background: -o-linear-gradient(#00a1e9, #00a1e9) no-repeat left bottom;
  background: linear-gradient(#00a1e9, #00a1e9) no-repeat left bottom;
  background-size: 100% 1px;
}
.Leave_Container .box .boxLeft {
  width: 5.2rem;
}
.Leave_Container .box .boxLeft div {
  position: -webkit-sticky;
  position: sticky;
  top: calc(var(--nav_height) + 0.3rem);
}
.Leave_Container .box .boxRight {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.Leave_Container .box .boxRight .item {
  position: relative;
  background: #fff;
  border: 1px solid transparent;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Leave_Container .box .boxRight .item input {
  width: 100%;
  height: 0.6rem;
  border: 0;
  padding: 0 0.3rem;
  background: none;
  z-index: 2;
  position: relative;
  font-size: var(--f18);
}
.Leave_Container .box .boxRight .item input:not(:placeholder-shown) + p {
  opacity: 0;
}
.Leave_Container .box .boxRight .item p {
  position: absolute;
  left: 0.3rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: var(--f18);
}
.Leave_Container .box .boxRight .item p em {
  color: red;
}
.Leave_Container .box .boxRight .item:focus-within {
  border: 1px solid #00a1e9;
}
.Leave_Container .box .boxRight .list0 {
  margin-bottom: 0.2rem;
}
.Leave_Container .box .boxRight .list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.2rem;
}
.Leave_Container .box .boxRight .list1 {
  margin-top: 0.2rem;
  position: relative;
  background: #fff;
  overflow: hidden;
  border: 1px solid transparent;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Leave_Container .box .boxRight .list1 textarea {
  padding: 0.18rem 0.3rem;
  width: 100%;
  height: 1.8rem;
  background: none;
  border: 0;
  resize: none;
  font-size: var(--f18);
}
.Leave_Container .box .boxRight .list1 textarea:not(:placeholder-shown) + p {
  opacity: 0;
}
.Leave_Container .box .boxRight .list1 p {
  position: absolute;
  left: 0.3rem;
  top: 0.15rem;
  font-size: var(--f18);
}
.Leave_Container .box .boxRight .list1 p em {
  color: red;
}
.Leave_Container .box .boxRight .list1:focus-within {
  border: 1px solid #00a1e9;
}
.Leave_Container .box .boxRight .list2 {
  margin-top: 0.2rem;
  font-size: var(--f16);
  color: #999;
}
.Leave_Container .box .boxRight .list2 a {
  color: #00a1e9;
}
.Leave_Container .box .boxRight .list2 a:hover {
  text-decoration: underline;
}
.Leave_Container .box .boxRight .list2 span {
  width: 16px;
  height: 16px;
  border: 1px solid #999;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-transform: translateY(2px);
  -ms-transform: translateY(2px);
  transform: translateY(2px);
  cursor: pointer;
  margin-right: 0.08rem;
}
.Leave_Container .box .boxRight .list2 span svg {
  margin: auto;
}
.Leave_Container .box .boxRight .list2 span svg path {
  fill: transparent;
}
.Leave_Container .box .boxRight .list2 span.active {
  border-color: #00a1e9;
  background: #00a1e9;
}
.Leave_Container .box .boxRight .list2 span.active svg path {
  fill: #fff;
}
.Leave_Container .box .boxRight .list3 {
  margin-top: 0.3rem;
}
.bgColor1 {
  background: #f3f6fa;
}
.News_05 .box .boxLeft {
  width: 10rem;
  overflow: hidden;
}
.News_05 .box .boxLeft img {
  width: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.News_05 .box .boxLeft:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.News_05 .box .boxRight {
  padding-left: 1rem;
  -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;
}
.News_05 .box .boxRight > div {
  width: 100%;
}
.News_05 .box .boxRight .content2 {
  margin-top: 0.9rem;
}
.News_05 .box .boxRight .content2 ul li {
  margin-bottom: 0.5rem;
}
.News_05 .box .boxRight .content2 ul li:last-child {
  margin-bottom: 0;
}
.News_05 .box .boxRight .content2 ul li .top {
  font-weight: bold;
  font-size: var(--f20);
  color: #00a1e9;
}
.News_05 .box .boxRight .content2 ul li .bot {
  margin-top: 0.06rem;
}
.News_05 .box .boxRight .content2 ul li .bot a {
  font-size: var(--f32);
  font-family: 'gilroy_bold';
  color: #000;
}
.Contact_01 .box {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.4rem;
}
.Contact_01 .box .item {
  background: #f3f6fa;
  text-align: center;
  padding: 0.72rem 0 0.84rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Contact_01 .box .item .content1 {
  height: 0.56rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Contact_01 .box .item .content1 path {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Contact_01 .box .item .content2 {
  margin-top: 0.48rem;
  font-size: var(--f20);
  padding: 0 0.2rem;
}
.Contact_01 .box .item .content2 a {
  font-family: 'gilroy_Medium';
  font-size: var(--f22);
  color: #000;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Contact_01 .box .item:hover {
  background: #00a1e9;
}
.Contact_01 .box .item:hover .content1 svg path {
  fill: #fff;
}
.Contact_01 .box .item:hover .content2 {
  color: #fff;
}
.Contact_01 .box .item:hover .content2 a {
  color: #fff;
}
.Contact_02 {
  position: relative;
}
.Contact_02 a{
  width:100%;
  display:block;
}
.Contact_02 img {
  width: 100%;
}
.Contact_02 .box {
  position: absolute;
  font-size: var(--f22);
  font-weight: bold;
  top: 26%;
  left: 40%;
  background: #00a1e9;
  color: #fff;
  border-radius: 0.1rem;
  padding: 0 0.4rem;
  line-height: 0.64rem;
}
.Contact_03 .item {
  position: relative;
  border: 1px solid transparent;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  background: #f3f6fa;
}
.Contact_03 .item input {
  width: 100%;
  height: 0.6rem;
  border: 0;
  padding: 0 0.3rem;
  background: none;
  z-index: 2;
  position: relative;
  font-size: var(--f18);
}
.Contact_03 .item input:not(:placeholder-shown) + p {
  opacity: 0;
}
.Contact_03 .item p {
  position: absolute;
  left: 0.3rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: var(--f18);
}
.Contact_03 .item p em {
  color: red;
}
.Contact_03 .item:focus-within {
  border: 1px solid #00a1e9;
}
.Contact_03 .list0 {
  margin-top: 0.2rem;
}
.Contact_03 .list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.2rem;
}
.Contact_03 .list1 {
  margin-top: 0.2rem;
  position: relative;
  background: #f3f6fa;
  overflow: hidden;
  border: 1px solid transparent;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Contact_03 .list1 textarea {
  padding: 0.18rem 0.3rem;
  width: 100%;
  height: 1.8rem;
  background: none;
  border: 0;
  resize: none;
  font-size: var(--f18);
}
.Contact_03 .list1 textarea:not(:placeholder-shown) + p {
  opacity: 0;
}
.Contact_03 .list1 p {
  position: absolute;
  left: 0.3rem;
  top: 0.15rem;
  font-size: var(--f18);
}
.Contact_03 .list1 p em {
  color: red;
}
.Contact_03 .list1:focus-within {
  border: 1px solid #00a1e9;
}
.Contact_03 .list2 {
  margin-top: 0.2rem;
  font-size: var(--f16);
  color: #999;
}
.Contact_03 .list2 a {
  color: #00a1e9;
}
.Contact_03 .list2 a:hover {
  text-decoration: underline;
}
.Contact_03 .list2 span {
  width: 16px;
  height: 16px;
  border: 1px solid #999;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-transform: translateY(2px);
  -ms-transform: translateY(2px);
  transform: translateY(2px);
  cursor: pointer;
  margin-right: 0.08rem;
}
.Contact_03 .list2 span svg {
  margin: auto;
}
.Contact_03 .list2 span svg path {
  fill: transparent;
}
.Contact_03 .list2 span.active {
  border-color: #00a1e9;
  background: #00a1e9;
}
.Contact_03 .list2 span.active svg path {
  fill: #fff;
}
.Contact_03 .list3 {
  margin-top: 0.3rem;
}
.Contact_03 .list4 {
  margin-top: 0.2rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.2rem;
}
.Contact_03 .list4 input{
  width:70%;
}
.Join_01 .box .boxLeft {
  width: 7.5rem;
}
.Join_01 .box .boxLeft p {
  overflow: hidden;
  height: 100%;
}
.Join_01 .box .boxLeft p img {
  width: 100%;
  height: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Join_01 .box .boxLeft p:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.Join_01 .box .boxRight {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 1.1rem;
}
.Join_01 .box .boxRight ul {
  width: 100%;
}
.Join_01 .box .boxRight ul li {
  height: 1.7rem;
  border-bottom: 1px solid #eee;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.Join_01 .box .boxRight ul li div {
  width: 100%;
}
.Join_01 .box .boxRight ul li .top {
  font-size: var(--f26);
  font-weight: bold;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Join_01 .box .boxRight ul li .bot {
  font-size: var(--f18);
  color: #666;
  margin-top: 0.18rem;
  line-height: 1.8;
}
.Join_01 .box .boxRight ul li:hover {
  border-bottom: 1px solid #00a1e9;
}
.Join_01 .box .boxRight ul li:hover .top {
  color: #00a1e9;
}
.Join_02 .box .swiper-slide {
  width: 9.4rem;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  overflow: hidden;
}
.Join_02 .box .swiper-slide img {
  width: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Join_02 .box .swiper-slide:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.Join_02 .box1 .page {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-right: 0.35rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.Join_02 .box1 .page div {
  position: relative;
  height: 3px;
  background: #fff;
}
.Join_02 .box1 .page .swiper-pagination-progressbar-fill {
  background: #00a1e9;
}
.Join_03 .box {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.2rem;
}
.Join_03 .box .item {
  background: #f3f6fa;
  text-align: center;
  padding: 0.68rem 0 0.48rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Join_03 .box .item .top {
  height: 0.5rem;
  position: relative;
}
.Join_03 .box .item .top img {
  max-height: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Join_03 .box .item .top .img2 {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  /*opacity: 0;*/
  height: .5rem;
}
.Join_03 .box .item .top .img2 path{
    stroke: var(--color);
    transition: .4s;
}
.Join_03 .box .item .top .img2 rect{
    stroke: var(--color);
     transition: .4s;
}

.Join_03 .box .item .top .img2 circle{
     stroke: var(--color);
     transition: .4s;
}


.Join_03 .box .item .bot {
  font-size: var(--f26);
  font-weight: bold;
  margin-top: 0.45rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Join_03 .box .item:hover {
  background: #00a1e9;
}
.Join_03 .box .item:hover .img1 {
  opacity: 0;
}
.Join_03 .box .item:hover .img2 {
  opacity: 1;
}
.Join_03 .box .item:hover .bot {
  color: #fff;
}
.Join_03 .box .item:hover .img2 path{
     stroke:#fff;
}
.Join_03 .box .item:hover .img2 rect{
     stroke:#fff;
}
.Join_03 .box .item:hover .img2 circle{
     stroke:#fff;
}


.Join_04 .box .item {
  background: #fff;
  margin-bottom: 0.2rem;
}
.Join_04 .box .item:last-child {
  margin-bottom: 0;
}
.Join_04 .box .item .boxTop {
  padding: 0 0.5rem;
  cursor: pointer;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Join_04 .box .item .boxTop .title {
  line-height: 1rem;
  font-size: var(--f22);
  font-weight: bold;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Join_04 .box .item .boxTop .time {
  font-size: var(--f22);
  color: #333;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.Join_04 .box .item .boxTop .time svg {
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
  margin-right: 0.15rem;
}
.Join_04 .box .item .boxTop .time svg path {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Join_04 .box .item .boxTop .btn {
  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: 2.12rem;
}
.Join_04 .box .item .boxTop .btn svg {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Join_04 .box .item .boxTop .btn svg path {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Join_04 .box .item .boxBot {
  padding: 0.55rem 0.5rem;
  display: none;
}
.Join_04 .box .item .boxBot .h5 {
  font-size: var(--f18);
  font-weight: bold;
  color: #333;
}
.Join_04 .box .item .boxBot .desc {
  font-size: var(--f16);
  color: #666;
  margin-top: 0.1rem;
  line-height: 2.1;
  margin-bottom: 0.45rem;
}
.Join_04 .box .item.active .boxTop {
  background: #00a1e9;
}
.Join_04 .box .item.active .boxTop .title {
  color: #fff;
}
.Join_04 .box .item.active .boxTop .time {
  color: #fff;
}
.Join_04 .box .item.active .boxTop .time svg path {
  fill: #fff;
}
.Join_04 .box .item.active .boxTop .btn svg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.Join_04 .box .item.active .boxTop .btn svg path {
  fill: #fff;
}
.About_01 .box .boxLeft {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-right: 1rem;
}
.About_01 .box .boxLeft .content1 {
  line-height: 1.3;
}
.About_01 .box .boxLeft .content2 {
  margin-top: 0.54rem;
}
.About_01 .box .boxLeft .content3 {
  margin-top: 0.7rem;
}
.About_01 .box .boxLeft .content3 .item .top {
  color: #00a1e9;
}
.About_01 .box .boxLeft .content3 .item .top p {
  font-family: 'gilroy_Medium';
  font-size: var(--f54);
  position: relative;
  line-height: 1;
}
.About_01 .box .boxLeft .content3 .item .top .p1 {
  opacity: 0;
}
.About_01 .box .boxLeft .content3 .item .top .p2 {
  position: absolute;
  top: 0;
  left: 0;
}
.About_01 .box .boxLeft .content3 .item .top div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-size: var(--f22);
}
.About_01 .box .boxLeft .content3 .item .bot {
  font-size: var(--f22);
  color: #333;
  margin-top: 0.16rem;
}
.About_01 .box .boxRight {
  width: 6.58rem;
}
.About_01 .box .boxRight p {
  position: -webkit-sticky;
  position: sticky;
  top: var(--nav_height);
  /*position: relative;*/
}
.About_01 .box .boxRight p span {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.7);
  width: 0.72rem;
  height: 0.72rem;
  z-index: 1;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.About_01 .box .boxRight p span svg {
  margin: auto;
}
.About_02 {
  position: relative;
  color: #fff;
}
.About_02 .img img {
  width: 100%;
}
.About_02 .title {
  position: absolute;
  top: 0;
  z-index: 1;
  left: var(--interval);
}
.About_02 .toggle {
  position: absolute;
  left: var(--interval);
  top: 4.6rem;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: var(--f24);
}
.About_02 .toggle p {
  margin-right: 0.9rem;
  cursor: pointer;
  position: relative;
  padding-bottom: 0.1rem;
}
.About_02 .toggle p::after {
  content: '';
  width: 0%;
  height: 0;
  position: absolute;
  bottom: 0rem;
  height: 2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #fff;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.About_02 .toggle p.active::after {
  width: 86%;
}
.About_02 .toggle_main .toggle_main_item {
  top: 5.5rem;
  width: 6.45rem;
  position: absolute;
  left: var(--interval);
  min-height: 1rem;
  background: rgba(255, 255, 255, 0.2);
  z-index: 1;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  padding: 0.7rem 0.6rem;
  opacity: 0;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.About_02 .toggle_main .toggle_main_item .h5 {
  font-size: var(--f30);
}
.About_02 .toggle_main .toggle_main_item .desc {
  font-size: var(--f24);
  line-height: 1.6;
  margin-top: 0.25rem;
  height: 3.2em;
}
.About_02 .toggle_main .active {
  opacity: 1;
  -webkit-transform: translateX(0rem);
  -ms-transform: translateX(0rem);
  transform: translateX(0rem);
}
.About_03 {
  padding-bottom: 0.7rem;
}
.About_03 .box {
  padding: 0 var(--interval);
  position: relative;
}
.About_03 .box::after {
  content: '';
  width: 100%;
  height: 2px;
  background: #f0f0f0;
  position: absolute;
  left: 0;
  top: 60.5%;
}
.About_03 .box .banner .swiper .swiper-slide .content1 img {
  width: 100%;
  -webkit-transform: scale(0.4);
  -ms-transform: scale(0.4);
  transform: scale(0.4);
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  opacity: 0;
}
.About_03 .box .banner .swiper .swiper-slide .content2 {
  margin-top: 0.7rem;
}
.About_03 .box .banner .swiper .swiper-slide .content2 p {
  width: 8px;
  height: 8px;
  background: #cdcdcd;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.About_03 .box .banner .swiper .swiper-slide .content3 {
  font-size: 0.88rem;
  color: #cdcdcd;
  font-family: 'gilroy_Medium';
  text-align: center;
  line-height: 1;
  margin-top: 0.2rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.About_03 .box .banner .swiper .swiper-slide .content4 {
  width: -webkit-calc(101.2%);
  width: calc(100% + 1.2rem);
  margin-left: -0.6rem;
  font-size: var(--f20);
  color: #666;
  text-align: center;
  margin-top: 0.64rem;
  line-height: 1.5;
  height: 3em;
  opacity: 0;
  position: relative;
  top: 1rem;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.About_03 .box .banner .swiper .swiper-slide-active .content1 img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.About_03 .box .banner .swiper .swiper-slide-active .content2 p {
  background: #00a1e9;
}
.About_03 .box .banner .swiper .swiper-slide-active .content3 {
  color: #00a1e9;
}
.About_03 .box .banner .swiper .swiper-slide-active .content4 {
  opacity: 1;
  top: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  -webkit-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.About_03 .banner_button_01 .button .mt {
  position: absolute;
  top: 46.8%;
  z-index: 2;
  background: #fff;
}
.About_03 .banner_button_01 .button .prev {
  left: 2rem;
}
.About_03 .banner_button_01 .button .next {
  right: 2rem;
}
.About_03 .swiper-button-disabled {
  opacity: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.About_04 {
  background: url(../images/img36.png) no-repeat 50% 50% / cover;
}
.About_04 .box {
  padding: 0 var(--interval);
}
.About_04 .box .banner .swiper-slide {
  background: #fff;
  padding-bottom: 0.4rem;
  position: relative;
}
.About_09 .box .banner .swiper-slide {
  padding-bottom: 0;
}
.About_04 .box .banner .swiper-slide figure {
  height: 3.56rem;
  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;
  overflow: hidden;
  padding: 0.16rem;
}
.About_09 .box .banner .swiper-slide figure{
  height:100%;
}

.About_04 .box .banner .swiper-slide figure img {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  max-height: 90%;
}
.About_04 .box .banner .swiper-slide figcaption {
  font-size: var(--f18);
  color: #111;
  text-align: center;
  padding: 0 0.16rem;
  line-height: 1.5;
  height: 1.5em;
  position: relative;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.About_04 .box .banner .swiper-slide::after {
  content: '';
  width: 0%;
  height: 3px;
  background: #00a1e9;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.About_04 .box .banner .swiper-slide:hover figure img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.About_04 .box .banner .swiper-slide:hover figcaption {
  -webkit-transform: translateY(0.1rem);
  -ms-transform: translateY(0.1rem);
  transform: translateY(0.1rem);
}
.About_04 .box .banner .swiper-slide:hover::after {
  width: 100%;
}
.About_05 .box {
  --h: 6.15rem;
  --w: 8.4rem;
}
.About_05 .box .item {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  margin: 0 0.05rem;
  overflow: hidden;
  height: var(--h);
  position: relative;
  transition: 0.4s;
}
.About_05 .box .item::after {
  content: '';
  width: 100%;
  height: 30%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 21, 42, 0.3)));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 21, 42, 0.3));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 21, 42, 0.3));
}
.About_05 .box .item img {
  height: 100%;
  width: 100%;
}
.About_05 .box .item .one {
  font-size: var(--f24);
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0.5rem;
  color: #fff;
  z-index: 1;
  text-align: center;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.About_05 .box .item .two {
  position: absolute;
  left: 0;
  bottom: 0rem;
  padding: 0 1rem 0 0.6rem;
  width: var(--w);
  opacity: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  z-index: 1;
}
.About_05 .box .item .two .content1 {
  font-size: var(--f36);
  color: #fff;
}
.About_05 .box .item .two .content2 {
  font-size: var(--f18);
  color: #fff;
  line-height: 1.7;
  margin-top: 0.16rem;
  text-align: justify;
}
.About_05 .box .active {
  width: var(--w);
  -webkit-box-flex: 4;
  -webkit-flex: 4;
  -ms-flex: 4;
  flex: 4;
}
.About_05 .box .active .one {
  opacity: 0;
}
.About_05 .box .active .two {
  opacity: 1;
  bottom: 0.5rem;
  -webkit-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
@media screen and (max-width: 1520px) {
  .About_01 .box .boxRight {
    width: 7.58rem;
  }
  .About_05 .box {
    --w: 10rem;
  }
  .Footer_Container .box .boxTop .boxLeft .item {
    width: 2.2rem;
  }
  .About_03 .box::after {
    top: 62%;
  }
  .About_03 .banner_button_01 .button .mt {
    top: 50%;
  }
}
@media screen and (max-width: 1400px) {
  .Footer_Container .box .boxTop .boxRight .Share .li img {
    max-width: 50%;
    max-height: 50%;
  }
  .Footer_Container .box .boxTop .boxRight .Share .li p img {
    max-width: 100%;
    max-height: 100%;
  }
  .About_03 .box::after {
    top: 60.7%;
  }
  .About_03 .banner_button_01 .button .mt {
    top: 48.5%;
  }
  .News_01 .box .banner .page {
    bottom: 0.15rem;
  }
  .Leave_Container .box .boxRight .list2 span {
    -webkit-transform: translateY(4px);
    -ms-transform: translateY(4px);
    transform: translateY(4px);
  }
  .Home_About .box .boxRight p svg {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
}
@media screen and (max-width: 1280px) {
  .Header_Container .box .boxRight nav .item {
    padding: 0 0.15rem;
  }
  .Footer_Container .box .boxTop .boxLeft .item {
    width: 2.1rem;
  }
  .About_05 .box {
    --w: 9rem;
  }
  .About_03 .box::after {
    top: 59.5%;
  }
  .About_03 .banner_button_01 .button .mt {
    top: 46.6%;
  }
}
@media screen and (max-width: 1400px) {
  .Prod_02 .box{
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (max-width: 1200px) {
  .height {
    display: none;
  }
  .Header_Container {
    display: none;
  }
  .Home_Banner .banner picture img {
    height: 60vh;
  }
  .Home_Banner .banner .swiper-slide .orientation .content1 {
    font-size: 0.6rem;
  }
  .Home_Banner .page {
    bottom: 0.8rem;
  }
  .Home_About .box .boxLeft .content3 {
    margin-top: 1rem;
  }
  .Home_Banner .banner .swiper-slide .orientation .content2 {
    font-size: 0.3rem;
  }
  .button_02 .a,
  .button_03 .a,
  .button_04 .a,
  .button_05 .a {
    line-height: 0.64rem;
    padding: 0 0.3rem;
  }
  .Home_Solution .imgList p img {
    min-height: 9rem;
  }
  .Home_Solution .box {
    --w: 2rem;
  }
  .Home_Solution .box .width {
    width: calc((100% - var(--w)*5) / 4);
  }
  .Home_Solution .box .banner .swiper .swiper-slide::after {
    -webkit-transform: scaleX(1.8);
    -ms-transform: scaleX(1.8);
    transform: scaleX(1.8);
  }
  .Home_Solution .orientation .item {
    width: 6.5rem;
  }
  .Home_News .box .banner .swiper .boxLeft {
    width: 100%;
  }
  .Home_News .box .banner .swiper .boxLeft a {
    position: initial;
    display: none;
  }
  .Home_News .box .banner .swiper .boxLeft .active {
    display: block;
  }
  .Home_News .box .banner .swiper .boxRight {
    width: 100%;
    padding-left: 0;
  }
  .Footer_Container .box .boxTop .boxLeft {
    display: none;
  }
  .Footer_Container .box .boxBottom .left {
    display: none;
  }
  .Footer_Container .box .boxTop {
    padding: 0.6rem 0;
  }
  .Footer_Container .box .boxTop .boxRight {
    max-width: 100%;
  }
  .Footer_Container .box .boxTop .boxRight .rightbx1{
  padding-left:1.2rem;
  margin-bottom:0.2rem;
  max-width:100%;
}
  .Footer_Container .box .boxBottom .right {
    text-align: center;
  }
  .Footer_Container .box .boxTop .boxRight .Share .li {
    width: 0.65rem;
    height: 0.65rem;
  }
  .Footer_Container .box .boxBottom .right span {
    display: none;
  }
  .About_02 .toggle {
    top: 2.6rem;
  }
  .About_01 .box .boxRight p{
      top: 0;
  }
  .About_02 .toggle_main .toggle_main_item {
    top: 3.9rem;
  }
  .About_02 .img img {
    width: 100%;
    min-height: 7.8rem;
  }
  .About_01 .box .boxLeft {
    -webkit-box-flex: 1;
    -webkit-flex: 1 100%;
    -ms-flex: 1 100%;
    flex: 1 100%;
    padding-right: 0;
  }
  .About_01 .box .boxRight {
    width: 100%;
    margin-top: 0.5rem;
    text-align: center;
  }
  .About_01 .box .boxRight img {
    width: 70%;
  }
  .Home_Product .box,
  .Home_News .box,
  .About_04 .box,
  .News_04 .box,
  .About_03 .box {
    padding: 0;
  }
  .Home_Product .box .swiper,
  .Home_News .box .swiper,
  .About_04 .box .swiper,
  .News_04 .box .swiper,
  .About_03 .box .swiper {
    padding: 0 5vw;
  }
  .About_03 .box::after {
    top: 55.3%;
  }
  .About_03 .banner_button_01 .button .mt {
    top: 39%;
  }
  .About_03 .banner_button_01 .button .prev {
    left: 5vw;
  }
  .About_03 .banner_button_01 .button .next {
    right: 5vw;
  }
  .About_03 .box .banner .swiper .swiper-slide .content3 {
    font-size: 0.6rem;
  }
  .About_05 .box {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 0.2rem;
  }
  .About_05 .box .item {
    width: 100%;
    height: auto;
    margin: 0;
  }
  .About_05 .box .item .one {
    display: none;
  }
  .About_05 .box .item .two {
    width: 100%;
    opacity: 1;
    bottom: 0.5rem;
  }
  .Procut_03 {
    grid-template-columns: repeat(2, 1fr);
  }
  .Procut_01 .box .boxLeft {
    width: 100%;
    padding-right: 0rem;
  }
  .Procut_01 .box .boxRight {
    width: 100%;
    flex: 1 100%;
    margin-top: 0.5rem;
  }
  .Solution_01 .box .item .boxLeft {
    width: 100%;
  }
  .Solution_01 .box .item .boxRight {
    width: 100%;
    padding: 0.4rem;
  }
  .News_02 .box {
    grid-template-columns: repeat(2, 1fr);
  }
  .News_01 .box .banner .swiper .swiper-slide .boxLeft {
    padding: 0.4rem 0.4rem 0;
  }
  .News_01 .box .banner .swiper .swiper-slide .boxRight {
    width: 55%;
  }
  .News_01 .box .banner .swiper .swiper-slide .boxLeft .content2 {
    line-height: 1.4;
    height: 2.8em;
    margin-bottom: 0.15rem;
  }
  .News_01 .box .banner .swiper .swiper-slide .boxLeft .content3 {
    margin-top: 0.15rem;
  }
  .News_01 .box .banner .swiper .swiper-slide .boxLeft .content4 {
    margin-top: 0.3rem;
  }
  .News_01 .box .banner .page {
    position: initial;
    left: 0rem;
    text-align: center;
    padding: 0.2rem 0;
  }
  .News_03 .box1 .go {
    display: none;
  }
  .Leave_Container .box .boxLeft,
  .News_05 .box .boxLeft,
  .Join_01 .box .boxLeft {
    width: 100%;
  }
  .Leave_Container .box .boxRight,
  .News_05 .box .boxRight,
  .Join_01 .box .boxRight {
    width: 100%;
    margin-top: 0.5rem;
    padding-left: 0;
  }
  .News_05 .box .boxRight .content2 {
    margin-top: 0.5rem;
  }
  .Inner_Banner picture img {
    min-height: 5rem;
  }
  .Join_01 .box .boxRight {
    margin-top: 0;
  }
  .Join_02 .box .swiper-slide {
    width: 8rem;
  }
  .Join_03 .box .item .bot {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    margin-top: 0.3rem;
  }
  .Contact_01 .box {
    gap: 0.2rem;
    grid-template-columns: repeat(2, 1fr);
  }
  .Contact_02 img {
    min-height: 7rem;
  }
  .Procut_04 .box .boxLeft {
    width: 100%;
  }
  .Procut_04 .box .boxRight {
    width: 100%;
    margin-top: 0.5rem;
    display: flex;
    justify-content: center;
  }
  .Home_News .box .banner .swiper .swiper-slide{
      height: 100%;
  }

   .Procut_06 .box {
       overflow: auto;
   }

  .Procut_06 .box .scroll{
      width: 260%;
  }


}
@media screen and (max-width: 699px) {
  .Home_Banner .page {
    bottom: 0.3rem;
  }
  .Home_Banner .banner_button {
    bottom: 0.2rem;
  }
  .Home_Banner .banner .swiper-slide .orientation .content1 {
    font-size: 0.4rem;
  }
  .Home_Solution .box {
    --w: 33%;
  }
  .Home_Solution .box .width {
    width: calc((100% - var(--w)*3) / 2);
  }
  .Home_Solution .box .banner .swiper .swiper-slide::after {
    display: none;
  }
  .About_01 .box .boxRight img {
    width: 100%;
  }
  .About_02 .toggle_main .toggle_main_item {
    width: 90vw;
  }
  .About_03 .box::after {
    top: 65.8%;
  }
  .About_03 .banner_button_01 .button .mt {
    top: 55%;
  }
  .About_02 {
    overflow: hidden;
  }
  .About_03 .box .banner .swiper .swiper-slide .content4 {
    width: 100%;
    margin-left: 0;
  }
  .About_05 .box .item .two {
    padding: 0 0.4rem;
  }
  .About_05 .box .item .two .content2 {
    height: -webkit-calc(6.8em);
    height: calc(1.7em * 4);
    overflow: auto;
    overflow-x: hidden;
    overflow-y: auto;
    padding-right: 0.1rem;
  }
  .About_05 .box .item .two .content2::-webkit-scrollbar {
    width: 2px;
    height: 2px;
  }
  .About_05 .box .item .two .content2::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background: #fff;
  }
  .About_05 .box .item .two .content2::-webkit-scrollbar-track {
    border-radius: 2px;
    background: rgba(255, 255, 255, 0.1);
  }
  @-moz-document url-prefix() {
    .About_05 .box .item .two .content2 {
      scrollbar-color: #00a1e9 rgba(255, 255, 255, 0.1);
      scrollbar-width: thin;
    }
  }
  .Procut_01 .box .boxLeft {
    width: 100%;
    padding-right: 0;
  }
  .Procut_01 .box .boxRight {
    -webkit-box-flex: 1;
    -webkit-flex: 1 100%;
    -ms-flex: 1 100%;
    flex: 1 100%;
    margin-top: 0.5rem;
  }
  .Procut_03 {
    grid-template-columns: repeat(1, 1fr);
  }
  .Procut_02 ul li a {
    padding: 0.3rem 0;
  }
  .pu_page .number {
    display: none;
  }
  .pu_page .prev {
    margin-right: 0.2rem;
  }
  .Procut_04 {
    padding: 1rem 0;
  }
  .Procut_04 .box .boxLeft {
    width: 100%;
    padding-top: 0;
  }
  .Procut_04 .box .boxRight {
    width: 100%;
    margin-top: 0.7rem;
  }
  .Procut_04 .box .boxRight p {
    margin: auto;
  }
  .button_02 .a svg,
  .button_03 .a svg,
  .button_04 .a svg,
  .button_05 .a svg {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
  .News_01 .box .banner .swiper .swiper-slide .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-flow: column-reverse;
    -ms-flex-flow: column-reverse;
    flex-flow: column-reverse;
  }
  .News_01 .box .banner .swiper .swiper-slide .item .boxLeft {
    -webkit-box-flex: 1;
    -webkit-flex: 1 100%;
    -ms-flex: 1 100%;
    flex: 1 100%;
  }
  .News_01 .box .banner .swiper .swiper-slide .item .boxRight {
    width: 100%;
  }
  .News_03 .box1 .page {
    width: 100%;
    text-align: left;
  }
  .News_03 .box1 .page {
    margin-top: 0.2rem;
  }
  .Leave_Container .box .boxRight .list,
  .Contact_03 .list {
    grid-template-columns: repeat(1, 1fr);
  }
  .Leave_Container .box .boxRight .item input,
  .Contact_03 .item input {
    height: 0.7rem;
  }
  .Join_01 .box .boxRight ul li {
    height: 3rem;
  }
  .Join_02 .box .swiper-slide {
    width: 100vw;
  }
  .Join_03 .box {
    grid-template-columns: repeat(2, 1fr);
  }
  .Join_04 .box .item .boxTop .btn {
    margin-left: 0.42rem;
  }
  .Join_04 .box .item .boxTop .time svg {
    -webkit-transform: scale(0.8) translateY(-2px);
    -ms-transform: scale(0.8) translateY(-2px);
    transform: scale(0.8) translateY(-2px);
  }
  .Join_04 .box .item .boxTop .btn svg {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
  .button_02 .a,
  .button_03 .a,
  .button_04 .a,
  .button_05 .a {
    line-height: 0.74rem;
    padding: 0 0.4rem;
  }
  .pu_page a,
  .banner_button .button div,
  .banner_button_01 .button div {
    width: 0.6rem;
    height: 0.6rem;
  }
  .Contact_01 .box {
    grid-template-columns: repeat(1, 1fr);
  }
  .Contact_01 .box .item .content1 svg {
    -webkit-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6);
  }
  .Contact_02 .box {
    line-height: 0.84rem;
    left: 19%;
  }
  .Contact_03 .list4{
    grid-template-columns: repeat(1, 1fr);
  }
  .News_02 .box {
    grid-template-columns: repeat(1, 1fr);
  }
      .About_02 .toggle_main .toggle_main_item {
        top: 2.9rem;
    }
        .About_02 .toggle {
        top: 1.9rem;
    }
}
@media screen and (max-width: 996px) {
  .Footer_Container .box .boxTop .boxRight .rightbx1{
    padding-left:0;
    margin-bottom:1rem;
  }
}
/*# sourceMappingURL=./style.css.map */