body {
  --f14: 14px;
  --f16: 16px;
  --f18: 0.18rem;
  --f20: 0.2rem;
  --body_padding: 8.33vw;
}

html,
body {
  scroll-behavior: smooth;
}
.w1600 {
  padding-left: var(--body_padding);
  padding-right: var(--body_padding);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}
.header {
  position: fixed;
  z-index: 8;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  -webkit-box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 0.3);
  box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 0.3);
}
.header.on,
.header.active {
  background: #fff;
  -webkit-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
}
.header.on .box .boxLeft a .img1,
.header.active .box .boxLeft a .img1 {
  opacity: 0;
}
.header.on .box .boxLeft a .img2,
.header.active .box .boxLeft a .img2 {
  opacity: 1;
}
.header.on .box .boxCenter nav .item > p a,
.header.active .box .boxCenter nav .item > p a {
  color: #000;
}
.header.on .box .boxRight .Language a,
.header.active .box .boxRight .Language a {
  color: #000;
}
.header.on {
  position: -webkit-sticky;
  position: sticky;
}
.header .box .boxLeft {
  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 .box .boxLeft a {
  display: block;
  position: relative;
}
.header .box .boxLeft a img {
  height: 39px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.header .box .boxLeft a .img2 {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.header .box .boxCenter nav .item {
  --navH: 1rem;
  padding: 0 0px;
  height: var(--navH);
  position: relative;
}
.header .box .boxCenter nav .item > p a {
  font-size: var(--f16);
  color: #fff;
  padding: 0 1px;
  position: relative;
  display: block;
  line-height: var(--navH);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.header .box .boxCenter nav .item > p a i {
  font-size: var(--f14);
}
.header .box .boxCenter nav .item > p a::after {
  position: absolute;
  height: 4px;
  width: 0%;
  content: '';
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  bottom: 0;
  left: 0%;
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
  background: -webkit-gradient(linear, left top, right top, from(#009ce9), to(rgba(255, 255, 255, 0)));
  background: -o-linear-gradient(left, #009ce9, rgba(255, 255, 255, 0));
  background: linear-gradient(to right, #009ce9, rgba(255, 255, 255, 0));
  border-radius: 4px;
}
.header .box .boxCenter nav .item ul {
  display: none;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #fff;
  width: 2.5rem;
  padding: 0.24rem 0;
  -webkit-box-shadow: 0px 0px 54px 0px rgba(237, 109, 0, 0.07);
  box-shadow: 0px 0px 54px 0px rgba(237, 109, 0, 0.07);
  
  
}
.header .box .boxCenter nav .item ul li {
  padding: 0 0.24rem;
}
.header .box .boxCenter nav .item ul li:not(:last-child) {
  margin-bottom: 0.24rem;
}
.header .box .boxCenter nav .item ul li a {
  font-size: var(--f16);
  color: #333;
  display: block;
  line-height: 1;
  position: relative;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.header .box .boxCenter nav .item ul li a em {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.header .box .boxCenter nav .item ul li a:hover {
  color: #009ce9;
}
.header .box .boxCenter nav .item ul li a:hover em {
  opacity: 1;
}
.header .box .boxCenter nav .item:hover > p a {
  color: #009ce9;
}
.header .box .boxCenter nav .item:hover > p a::after {
  width: 100%;
  right: 0;
  left: auto;
}
.header .box .boxCenter nav .item:hover ul {
  display: block;
}
.header .box .boxCenter nav .item.active > p a {
  color: #009ce9;
}
.header .box .boxCenter nav .item.active > p a::after {
  width: 100%;
}
.header .box .boxRight .hbjy {
  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 .box .boxRight .hbjy a {
  font-size: var(--f16);
  color: #009ce9;
  display: block;
  width: 1.2rem;
  line-height: 0.38rem;
  border: 1px solid #009ce9;
  text-align: center;
  border-radius: 0.2rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.header .box .boxRight .hbjy a:hover {
  background: #009ce9;
  color: #fff;
}
.header .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.5rem;
}
.header .box .boxRight .search p {
  cursor: pointer;
  width: 20px;
}
.header .box .boxRight .search p i {
  font-size: 0.24rem;
  color: #009ce9;
}
.header .box .boxRight .search .p2 {
  display: none;
}
.header .box .boxRight .search.active .p1 {
  display: none;
}
.header .box .boxRight .search.active .p2 {
  display: block;
}
.header .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.3rem;
}
.header .box .boxRight .Language a {
  color: #fff;
  font-size: var(--f16);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.header .box .boxRight .Language a i {
  font-size: var(--f14);
  margin-left: 5px;
}
.header .box .boxRight .Language a:hover {
  color: #009ce9;
}
.header.displacement {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  overflow: hidden;
}
.Home_Banner {
  position: relative;
}
.Home_Banner .banner {
  position: relative;
}
.Home_Banner .banner picture img {
  width: 100%;
  height: var(--vh);
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-transition: 5s;
  -o-transition: 5s;
  transition: 5s;
}
.Home_Banner .banner .swiper-slide {
  position: relative;
  overflow: hidden;
}
.Home_Banner .banner .swiper-slide .orientation {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.Home_Banner .banner .swiper-slide .orientation .main {
  width: 100%;
  color: #fff;
}
.Home_Banner .banner .swiper-slide .orientation .main .icon img {
  width: 0.42rem;
}
.Home_Banner .banner .swiper-slide .orientation .main .title_en {
  margin-top: 0.16rem;
  font-family: 'gilroy_regular';
  font-size: 0.72rem;
}
.Home_Banner .banner .swiper-slide .orientation .main .title_en span {
  color: #009ce9;
}
.Home_Banner .banner .swiper-slide .orientation .main .title_cn {
  font-size: 0.6rem;
  margin-top: 0.16rem;
}
.Home_Banner .banner .swiper-slide .orientation .main .button {
  margin-top: 0.6rem;
}
.Home_Banner .banner .swiper-slide-active picture img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.Home_Banner .banner .btn {
  position: absolute;
  right: var(--body_padding);
  bottom: 0.6rem;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.Home_Banner .banner .btn p {
  margin-left: 0.1rem;
}
.Home_Banner .banner .btn p a {
  display: block;
  width: 0.68rem;
  height: 0.68rem;
  border: 1px solid #fff;
  opacity: 0.5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Home_Banner .banner .btn p a svg {
  margin: auto;
}
.Home_Banner .banner .btn p a:hover {
  opacity: 1;
  background: #009ce9;
  border-color: #009ce9;
}
.Home_Banner .banner .btn .prev a {
  border-radius: 0.34rem 0 0 0.34rem;
}
.Home_Banner .banner .btn .next a {
  border-radius: 0 0.34rem 0.34rem 0;
}
.Home_Banner .banner .page {
  position: absolute;
  right: var(--body_padding);
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.Home_Banner .banner .page span {
  display: block;
  background: #fff;
  opacity: 1;
  margin: 24px 0;
  position: relative;
  opacity: 0.5;
}
.Home_Banner .banner .page span::after {
  width: 20px;
  height: 20px;
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  border: 1px solid #fff;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
}
.Home_Banner .banner .page .swiper-pagination-bullet-active {
  opacity: 1;
}
.Home_Banner .banner .page .swiper-pagination-bullet-active::after {
  opacity: 1;
}
.Home_Banner .scroll {
  position: absolute;
  bottom: 0.25rem;
  left: var(--body_padding);
  z-index: 1;
}
.hb_link .a {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 1.8rem;
  line-height: 0.6rem;
  font-size: var(--f18);
  color: #fff;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  background: #009ce9;
  border-radius: 0 0.3rem 0.3rem 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.hb_link .a em {
  margin-left: 0.2rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.hb_link .a em svg {
  vertical-align: middle;
}
.hb_link .a:hover em {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-left: 0.3rem;
}
.p105 {
  padding-top: 1.05rem;
}
.p105_ {
  padding-bottom: 1.05rem;
}
.hb_title .title {
  font-size: var(--f20);
  color: #009ce9;
}
.hb_title .title img {
  height: 0.21rem;
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
}
.hb_title .title span {
  color: #009ce9;
}
.hb_title .desc {
  margin-top: 0.2rem;
  font-size: 0.48rem;
}
.hb_title .desc em {
  font-weight: lighter;
}
.hb_title .desc div {
  color: #009ce9;
}
.hb_title .desc div span {
  color: #000;
}
.hb_title .desc p span {
  color: #009ce9;
}
.hb_title.white .title {
  color: #fff;
}
.hb_title.white .desc div span {
  color: #fff;
}
.hb_title.white .desc p {
  color: #fff;
}
.Home_About .box {
  background: url(../images/img3.png) no-repeat 50% 50% / 100% 100%;
  position: relative;
}
.Home_About .box .images {
  position: absolute;
  bottom: -0.34rem;
  left: 3.34rem;
}
.Home_About .box .w1600 {
  position: relative;
  z-index: 1;
}
.Home_About .box .w1600 .main.flexBetween .boxLeft .right {
  margin-top: 0.66rem;
}
.Home_About .box .w1600 .main.flexBetween .boxRight {
  width: 6.75rem;
}
.Home_About .box .w1600 .main.flexBetween .boxRight .desc {
  font-size: var(--f18);
  line-height: 0.36rem;
  color: #666;
}
.Home_About .box .w1600 .main.flexBetween .boxRight ul {
  margin-top: 0.26rem;
}
.Home_About .box .w1600 .main.flexBetween .boxRight ul li {
  margin-bottom: 0.66rem;
}
.Home_About .box .w1600 .main.flexBetween .boxRight ul li .top {
  color: #009ce9;
  font-size: 0.3rem;
  line-height: 1;
  position: relative;
}
.Home_About .box .w1600 .main.flexBetween .boxRight ul li .top span {
  font-size: 0.6rem;
  vertical-align: middle;
}
.Home_About .box .w1600 .main.flexBetween .boxRight ul li .top em {
  font-size: 0.3rem;
  vertical-align: middle;
}
.Home_About .box .w1600 .main.flexBetween .boxRight ul li .top text {
  -webkit-transform: translateY(0.03rem);
  -ms-transform: translateY(0.03rem);
  transform: translateY(0.03rem);
  display: inline-block;
}
.Home_About .box .w1600 .main.flexBetween .boxRight ul li .top img {
  position: absolute;
  left: 0;
  -webkit-transform: translateX(-120%);
  -ms-transform: translateX(-120%);
  transform: translateX(-120%);
  top: 0.05rem;
}
.Home_About .box .w1600 .main.flexBetween .boxRight ul li .bot {
  font-size: var(--f18);
  color: #666;
  margin-top: 0.15rem;
}
.Home_About .box .w1600 .main.flexBetween .boxRight ul li:nth-child(2n+1) {
  margin-left: 2.66rem;
}
.Home_About .box .w1600 .main.flexBetween .boxRight ul li:nth-child(2) {
  margin-left: 3.7rem;
}
.Home_About .box .images img {
  width: 8.5rem;
}
.Home_About .w1600 .banner {
  padding: 0.45rem 0;
}
.Home_About .w1600 .banner .swiper .swiper-wrapper .swiper-slide figure {
  height: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.Home_About .w1600 .banner .swiper .swiper-wrapper .swiper-slide figure img {
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.Home_solution {
  position: relative;
  --h: 0.86rem;
}
.Home_solution .images p {
  display: none;
}
.Home_solution .images p img {
  width: 100%;
}
.Home_solution .images .active {
  display: block;
}
.Home_solution .orientatin {
  position: absolute;
  width: 6.4rem;
  top: 0;
  left: 0;
  z-index: 1;
  height: 100%;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}
.Home_solution .orientatin .boxTop {
  padding-left: var(--body_padding);
}
.Home_solution .orientatin .boxTop .right {
  margin-top: 0.34rem;
}
.Home_solution .orientatin .boxTop .right a {
  font-size: var(--f18);
  color: #fff;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Home_solution .orientatin .boxTop .right a svg {
  margin-left: 0.18rem;
  vertical-align: middle;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Home_solution .orientatin .boxTop .right a svg path {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Home_solution .orientatin .boxTop .right a:hover {
  color: #009ce9;
}
.Home_solution .orientatin .boxTop .right a:hover svg {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.Home_solution .orientatin .boxTop .right a:hover svg path {
  fill: #009ce9;
}
.Home_solution .orientatin .boxBot {
  position: absolute;
  bottom: 0;
  left: 1px;
  width: 100%;
  max-height: calc(var(--h) * 6.1);
  overflow: auto;
  overflow-x: hidden;
  overflow-y: auto;
  scrollbar-color: #009ce9 #fff;
  /* 第一个方块颜色，第二个轨道颜色(用于更改火狐浏览器样式) */
  scrollbar-width: thin;
  /* 火狐滚动条无法自定义宽度，只能通过此属性使滚动条宽度变细 */
  -ms-overflow-style: none;
}
.Home_solution .orientatin .boxBot::-webkit-scrollbar {
  width: 1px;
  height: 2px;
}
.Home_solution .orientatin .boxBot::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #009ce9;
}
.Home_solution .orientatin .boxBot::-webkit-scrollbar-track {
  border-radius: 2px;
  background: rgba(255, 255, 255, 0);
}
.Home_solution .orientatin .boxBot ul li {
  padding-left: var(--body_padding);
  line-height: var(--h);
  height: var(--h);
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  position: relative;
  cursor: pointer;
}
.Home_solution .orientatin .boxBot ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.3)), color-stop(70%), to(#009ce9));
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0.3), 70%, #009ce9);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.3), 70%, #009ce9);
  opacity: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Home_solution .orientatin .boxBot ul li img {
  width: 0.42rem;
  position: relative;
  z-index: 1;
}
.Home_solution .orientatin .boxBot ul li span {
  text-shadow:2px 0 #000;
  display: inline-block;
  font-size: var(--f18);
  color: #fff;
  margin-left: 0.3rem;
  position: relative;
  z-index: 1;
}
.Home_solution .orientatin .boxBot ul li svg {
  position: absolute;
  right: 0.6rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  z-index: 1;
}
.Home_solution .orientatin .boxBot ul .active::before {
  opacity: 1;
}
.Home_solution .orientatin .boxBot ul .active svg {
  opacity: 1;
}
.Home_solution .orientation_main {
  width: -webkit-calc(93.6%);
  width: calc(100% - 6.4rem);
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  height: calc(var(--h) * 3);
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  padding: 0.68rem var(--body_padding) 0 1rem;
}
.Home_solution .orientation_main .toggle {
  display: none;
}
.Home_solution .orientation_main .toggle .item .left {
  color: #fff;
  max-width: 70%;
}
.Home_solution .orientation_main .toggle .item .left .content1 {
	  text-shadow:2px 0 #000;
  font-size: 0.3rem;
}
.Home_solution .orientation_main .toggle .item .left .content2 {
  font-size: var(--f18);
  line-height: 0.3rem;
  margin-top: 0.25rem;
}
.Home_solution .orientation_main .toggle .item .right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.Home_solution .orientation_main .toggle.active {
  display: block;
}
.m66 {
  margin-top: 0.66rem;
}
.Home_News .t .boxRight {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.Home_News .box .banner a {
  display: block;
}
.Home_News .box .banner a figure {
  overflow: hidden;
}
.Home_News .box .banner a figure img {
  width: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Home_News .box .banner a figcaption {
  padding: 0.3rem 0.4rem 0.6rem;
  border: 1px solid #eee;
}
.Home_News .box .banner a figcaption .tip {
  font-size: var(--f18);
  color: #009ce9;
}
.Home_News .box .banner a figcaption .title {
  margin-top: 0.1rem;
  font-size: 0.24rem;
  line-height: 0.34rem;
  height: 0.68rem;
  color: #000;
}
.Home_News .box .banner a .time {
  padding: 0 0.4rem;
  line-height: 0.76rem;
  border: 1px solid #eee;
  border-top: 0;
  position: relative;
}
.Home_News .box .banner a .time::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #009ce9;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}
.Home_News .box .banner a .time .l {
  font-size: var(--f16);
  font-family: 'gilroy_regular';
  color: #999;
}
.Home_News .box .banner a:hover figure img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.Home_News .box .banner a:hover .time::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
.lb_page {
  margin-top: 0.4rem;
}
.lb_page .page {
  text-align: center;
}
.lb_page .page div span {
  background: #d2d2d2;
  opacity: 1;
  position: relative;
  margin: 0 0.16rem !important;
}
.lb_page .page div span::after {
  width: 20px;
  height: 20px;
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  border: 1px solid #009ce9;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
}
.lb_page .page div .swiper-pagination-bullet-active {
  opacity: 1;
  background: #009ce9;
}
.lb_page .page div .swiper-pagination-bullet-active::after {
  opacity: 0.4;
}
.Home_Product {
  background: url(../images/img15.png) no-repeat 50% 50% / 100% 100%;
}
.Home_Product .box .banner {
  border-top: 1px solid #ccc;
}
.Home_Product .box .banner .swiper-slide {
  padding-top: 1px;
}
.Home_Product .box .banner .item {
  font-size: var(--f20);
  color: #333;
  text-align: center;
}
.Home_Product .box .banner .item p {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-top: 0.4rem;
  margin: auto;
  position: relative;
  cursor: pointer;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Home_Product .box .banner .item p::after {
  content: '';
  width: 100%;
  height: 2px;
  background: #009ce9;
  position: absolute;
  top: -1px;
  left: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}
.Home_Product .box .banner .swiper-slide-thumb-active .item p {
  color: #009ce9;
}
.Home_Product .box .banner .swiper-slide-thumb-active .item p::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
.Home_Product .box1 {
  margin-top: 0.46rem;
}

.Home_Product .box1 .banner .item a .left {
  width: 51%;
  overflow: hidden;
}
.Home_Product .box1 .banner .item a .left img {
  width: 100%;
  transition: .4s;
}

.Home_Product .box1 .banner .item a .right {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background: #fff;
  padding: 1rem 1.15rem 0;
  border-bottom: 2px solid #009ce9;
}
.Home_Product .box1 .banner .item a .right .content1 img {
  height: 1.06rem;
}
.Home_Product .box1 .banner .item a .right .content2 {
  font-size: 0.36rem;
  color: #000;
  margin-top: 0.45rem;
}
.Home_Product .box1 .banner .item a .right .content3 {
  font-size: var(--f18);
  line-height: 0.36rem;
  color: #666;
  margin-top: 0.28rem;
}
.Home_Product .box1 .banner .item a .right .content4 {
  font-size: 0.18rem;
  color: #009ce9;
  margin-top: 0.48rem;
}
.Home_Product .box1 .banner .item a .right .content4 svg {
  vertical-align: middle;
  margin-left: 0.18rem;
  transition: .4s;
}
.Home_Product .box1 .banner .item a:hover .left img{
    transform: scale(1.1);
}
.Home_Product .box1 .banner .item a:hover .right .content4 svg{
    transform: rotate(45deg);
}
.footer {
  background: #2e343a;
  padding: 1.15rem 0 0;
}
.footer .boxTop .left img {
  height: 39px;
}
.footer .boxTop .right p {
  cursor: pointer;
}
.footer .boxTop .right p img {
  width: 33px;
}
.footer .boxCenter {
  margin-top: 0.56rem;
  margin-bottom: 0.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.footer .boxCenter .left {
  padding-top: 0.52rem;
  padding-bottom: 0.52rem;
}
.footer .boxCenter .left .item {
  color: #fff;
  margin-right: 0.3rem;
}
.footer .boxCenter .left .item h5 {
  font-size: 0.24rem;
}
.footer .boxCenter .left .item ul {
  display: grid;
  gap: 0.12rem;
  margin-top: 0.32rem;
}
.footer .boxCenter .left .item ul li a {
  font-size: var(--f18);
  color: #fff;
  opacity: 0.6;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.footer .boxCenter .left .item ul li a:hover {
  opacity: 1;
}
.footer .boxCenter .center {
  padding: 0.52rem 0.9rem 0;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}
.footer .boxCenter .center figure img {
  width: 1.38rem;
}
.footer .boxCenter .center figcaption {
  font-size: var(--f18);
  color: #fff;
  text-align: center;
  margin-top: 0.18rem;
}
.footer .boxCenter .right {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0.52rem 0 0 1.1rem;
}
.footer .boxCenter .right .content1 {
  font-size: 0.24rem;
  color: #fff;
}
.footer .boxCenter .right .content2 {
  margin-top: 0.28rem;
}
.footer .boxCenter .right .content2 a {
  font-size: 0.36rem;
  color: #009ce9;
}
.footer .boxCenter .right .content3 {
  font-size: var(--f18);
  color: #fff;
  margin-top: 0.12rem;
}
.footer .boxCenter .right .content3 span {
  opacity: 0.6;
}
.footer .boxCenter .right .content4 {
  margin-top: 0.35rem;
}
.footer .boxBottom {
  padding-bottom: 1rem;
}
.footer .boxBottom .left {
  font-size: var(--f18);
  color: #fff;
}
.footer .boxBottom .left a {
  color: #fff;
  opacity: 0.4;
  display: inline-block;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  margin-left: 5px;
}
.footer .boxBottom .left a:hover {
  opacity: 1;
}
.footer .boxBottom .left span {
  opacity: 0.4;
}
.footer .boxBottom .right {
  color: #989a9c;
}
.footer .boxBottom .right a {
  color: #989a9c;
  font-size: var(--f18);
  vertical-align: middle;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  margin: 0 5px;
}
.footer .boxBottom .right a:hover {
  color: #fff;
}
.inner_Banner {
  position: relative;
}
.inner_Banner .img img {
  width: 100%;
}
.inner_Banner .orientation {
  position: absolute;
  left: 0;
  top: 2.45rem;
  width: 100%;
}
.inner_Banner .orientation .box {
  color: #fff;
}
.inner_Banner .orientation .box .content1 img {
  height: 0.29rem;
}
.inner_Banner .orientation .box .content2 {
  line-height: 1;
  font-size: 0.72rem;
  margin-top: 0.22rem;
}
.inner_Banner .orientation .box .content3 {
  line-height: 1;
  font-size: 0.6rem;
  margin-top: 0.22rem;
}
.Inner_Nav {
  height: 0;
}
.Inner_Nav .box {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  padding-bottom: 0.26rem;
}
.Inner_Nav .box ul li {
  margin-right: 0.35rem;
}
.Inner_Nav .box ul li a {
  font-size: var(--f16);
  color: #fff;
  display: block;
  padding-bottom: 0.12rem;
  position: relative;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Inner_Nav .box ul li a::after {
  position: absolute;
  height: 4px;
  width: 0%;
  content: '';
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  bottom: 0;
  left: 0%;
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
  background: -webkit-gradient(linear, left top, right top, from(#009ce9), to(rgba(255, 255, 255, 0)));
  background: -o-linear-gradient(left, #009ce9, rgba(255, 255, 255, 0));
  background: linear-gradient(to right, #009ce9, rgba(255, 255, 255, 0));
  border-radius: 4px;
}
.Inner_Nav .box ul li a:hover {
  color: #009ce9;
}
.Inner_Nav .box ul li a:hover::after {
  width: 100%;
}
.Inner_Nav .box ul .active a::after {
  width: 100%;
}
.CorporateCulture {
  padding: 0 0 2.2rem;
  background: url(../images/img22.png) no-repeat 50% 50% / 100% 100%;
}
.CorporateCulture .box .boxLeft {
  width: 50%;
}
.CorporateCulture .box .boxLeft .content1 {
  font-size: 0.2rem;
  line-height: 0.4rem;
  color: #666;
  margin-top: 0.8rem;
}
.CorporateCulture .box .boxLeft .content2 {
  margin-top: 1.4rem;
}
.CorporateCulture .box .boxLeft .content2 ul li .top {
  color: #009ce9;
  font-size: 0.48rem;
  line-height: 1;
  position: relative;
}
.CorporateCulture .box .boxLeft .content2 ul li .top span {
  font-size: 0.6rem;
  vertical-align: middle;
}
.CorporateCulture .box .boxLeft .content2 ul li .top em {
  font-size: 0.3rem;
  vertical-align: middle;
}
.CorporateCulture .box .boxLeft .content2 ul li .top text {
  -webkit-transform: translateY(0.03rem);
  -ms-transform: translateY(0.03rem);
  transform: translateY(0.03rem);
  display: inline-block;
}
.CorporateCulture .box .boxLeft .content2 ul li .bot {
  font-size: var(--f18);
  color: #666;
  margin-top: 0.15rem;
}
.CorporateCulture .box .boxRight {
  width: 43%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.CorporateCulture .box .boxRight img {
  width: 100%;
}
.Corporate_Culture {
  position: relative;
}
.Corporate_Culture .img img {
  width: 100%;
}
.Corporate_Culture .orientation {
  position: absolute;
  left: 0;
  top: 3.08rem;
  width: 100%;
  text-align: center;
  color: #fff;
}
.Corporate_Culture .orientation .content2 {
  margin-top: 0.18rem;
  font-size: 0.48rem;
  font-weight: lighter;
}
.Corporate_Culture .orientation .content2 span {
  font-weight: 500;
}
.Corporate_Culture .orientation .content3 {
  font-size: 0.2rem;
  margin-top: 0.3rem;
}
.Development_Course {
  background: url(../images/img24.png) no-repeat 50% 50%/100% 100%;
  padding-bottom: 1.86rem;
}
.Development_Course .r {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.Development_Course .r a {
  cursor: pointer;
}
.Development_Course .btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.Development_Course .btn p {
  margin-left: 0.1rem;
}
.Development_Course .btn p a {
  display: block;
  width: 0.68rem;
  height: 0.68rem;
  border: 1px solid #999;
  opacity: 0.5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Development_Course .btn p a svg {
  margin: auto;
}
.Development_Course .btn p a svg path {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  fill: #999;
}
.Development_Course .btn p a:hover {
  opacity: 1;
  background: #009ce9;
  border-color: #009ce9;
}
.Development_Course .btn p a:hover svg path {
  fill: #fff;
}
.Development_Course .btn .prev a {
  border-radius: 0.34rem 0 0 0.34rem;
}
.Development_Course .btn .next a {
  border-radius: 0 0.34rem 0.34rem 0;
}
.Development_Course .box {
  margin-top: 0.86rem;
}
.Development_Course .box .banner .main .content1 {
  position: relative;
}
.Development_Course .box .banner .main .content1 img {
  width: 100%;
  opacity: 0.2;
  position: relative;
  left: -1px;
}
.Development_Course .box .banner .main .content1 span {
  opacity: 1;
  position: absolute;
  left: 8px;
  bottom: 3px;
  width: 8px;
  height: 8px;
  background: #009ce9;
  border-radius: 50%;
}
.Development_Course .box .banner .main .content1 span::after {
  width: 20px;
  height: 20px;
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  border: 1px solid #009ce9;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.Development_Course .box .banner .main .content2 {
  margin-top: 0.76rem;
  font-size: 0.48rem;
  color: #009ce9;
  line-height: 1;
}
.Development_Course .box .banner .main .content3 {
  margin-top: 0.35rem;
}
.Development_Course .box .banner .main .content3 p {
  width: 2.2rem;
  border-radius: 0.15rem;
  -webkit-box-shadow: 0px 0px 1.06rem 0px rgba(30, 33,138, 0.24);
  box-shadow: 0px 0px 1.06rem 0px rgba(30, 33, 138, 0.24);
  overflow: hidden;
}
.Development_Course .box .banner .main .content3 p img {
  width: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Development_Course .box .banner .main .content4 {
  margin-top: 0.35rem;
  padding-right: 1.15rem;
  font-size: var(--f18);
  line-height: 0.36rem;
  color: #666;
  height: 0.6rem;
  line-height: 0.3rem;
}
.Development_Course .box .banner .main:hover .content3 p img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.Honor_Qualification .t .r {
  width: 9.25rem;
  font-size: var(--f18);
  line-height: 0.36rem;
  color: #666;
}
.Service_Distribution {
  background: url(../images/img28.png) no-repeat 50% 50% / 100% 100%;
}
.Service_Distribution .box .boxLeft {
  width: 5.4rem;
}
.Service_Distribution .box .boxLeft ul {
  margin-top: 1.2rem;
  display: grid;
  gap: 0.32rem;
}
.Service_Distribution .box .boxLeft ul li .top {
  font-size: var(--f18);
  color: #009ce9;
}
.Service_Distribution .box .boxLeft ul li .bot {
  font-size: var(--f18);
  color: #666;
  margin-top: 0.16rem;
}
.Service_Distribution .box .boxRight {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.Service_Distribution .box .boxRight p img {
  width: 100%;
}
.BusinessPartner .r ul li {
  margin-left: 0.85rem;
}
.BusinessPartner .r ul li .top {
  color: #009ce9;
  font-size: 0.48rem;
  line-height: 1;
  position: relative;
}
.BusinessPartner .r ul li .top span {
  font-size: 0.6rem;
  vertical-align: middle;
}
.BusinessPartner .r ul li .top em {
  font-size: 0.3rem;
  vertical-align: middle;
}
.BusinessPartner .r ul li .top text {
  -webkit-transform: translateY(0.03rem);
  -ms-transform: translateY(0.03rem);
  transform: translateY(0.03rem);
  display: inline-block;
}
.BusinessPartner .r ul li .bot {
  font-size: var(--f18);
  color: #666;
  margin-top: 0.1rem;
  text-align: center;
}
.BusinessPartner .box {
  margin-top: 0.5rem;
}
.BusinessPartner .box .banner .swiper {
  --h: 1.2rem;
  height: calc(var(--h) * 4 + 60px);
}

.BusinessPartner .box .banner .swiper .swiper-slide {
  height: var(--h);
  /*border: 1px solid #eee;*/
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}


.BusinessPartner .box .banner .swiper .swiper-slide{
    position: relative;

}
.BusinessPartner .box .banner .swiper .swiper-slide::after{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 99%;
	height: 100%;
	border: 1px solid #eee;
	box-sizing: border-box;
}

.BusinessPartner .box .banner .swiper .swiper-slide img {
  max-width: 80%;
  max-height: 80%;
  margin: auto;
}
.Solution_Container .box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.Solution_Container .box .item a {
  display: block;
  position: relative;
}
.Solution_Container .box .item a figure {
  overflow: hidden;
}
.Solution_Container .box .item a figure img {
  width: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Solution_Container .box .item a figcaption {
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 0.24rem;
  color: #fff;
  line-height: 0.92rem;
  width: 100%;
  background: rgba(0, 0, 0, 0.55);
  padding: 0 0.5rem;
}
.Solution_Container .box .item a p {
  position: absolute;
  bottom: 0.4rem;
  right: 0.4rem;
  background: #009ce9;
  width: 0.92rem;
  height: 0.92rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.Solution_Container .box .item a p em {
  margin: auto;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Solution_Container .box .item a:hover figure img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.Solution_Container .box .item a:hover p em {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.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.72rem;
  position: relative;
  z-index: 1;
}
.pu_page ul li{float:left;}
.pu_page a {
  display: inline-block;
  line-height: 32px;
  font-size: var(--f20);
  font-family: 'gilroy_regular';
  text-align: center;
  margin: 0 0.12rem;
  padding: 0px 10px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  color: #999;
  border:1px solid #ccc;
}
.pu_page a:hover {
  color: #009ce9;
}
.pu_page .number {
  margin: 0 0.2rem;
}
.pu_page .active {
  font-family: 'gilroy_bold';
  color: #009ce9;
}
.pu_page .prev a i,
.pu_page .next a i {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  color: #333;
  font-size: var(--f20);
}
.pu_page .prev a i:hover,
.pu_page .next a i:hover {
  color: #009ce9;
}
.mbx {
  padding-top: 0.75rem;
}
.mbx .box {
  font-size: var(--f18);
  color: #333;
}
.mbx .box img {
  height: 0.28rem;
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
}
.mbx .box a {
  color: #333;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.mbx .box a:hover {
  color: #009ce9;
}
.Solution_Info {
  margin-top: 0.7rem;
}
.Solution_Info .box .boxLeft {
  width: 50%;
  padding-right: 1.4rem;
}
.Solution_Info .box .boxLeft .address{
    font-size: var(--f18);
    line-height: 0.36rem;
    color: #666;
    margin-top: 0.2rem;
}
.Solution_Info .box .boxLeft .desc {
  margin-top: 0.05rem;
}
.Solution_Info .box .boxLeft .text {
  border-top: 1px solid #eee;
  margin-top: 0.54rem;
  padding-top: 0.54rem;
}
.Solution_Info .box .boxLeft .text .content1 {
  font-size: var(--f18);
  line-height: 0.36rem;
  color: #666;
  margin-top: 0.2rem;
}
.Solution_Info .box .boxLeft .text .content1 p {
  padding-left: 0.16rem;
  position: relative;
}
.Solution_Info .box .boxLeft .text .content1 p::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0.12rem;
  width: 8px;
  height: 8px;
  background: #009ce9;
  border-radius: 50%;
}
.Solution_Info .box .boxRight {
  width: 50%;
}
.Solution_Info .box .boxRight .banner .swiper-slide {
  position: relative;
}
.Solution_Info .box .boxRight .banner .swiper-slide p img {
  width: 100%;
}
.Solution_Info .box .boxRight .banner .swiper-slide div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.Solution_Info .box .boxRight .banner .swiper-slide div img {
  margin: auto;
  max-width:100%;
  max-height:100%;
}
.Industry_Point {
  background: url(../images/img35.png) no-repeat 50% 50% / 100% 100%;
}
.Industry_Point .box .banner .swiper-slide {
  position: relative;
  -webkit-box-shadow: 0px 0px 106px 0px rgba(151, 79, 18, 0.15);
  box-shadow: 0px 0px 106px 0px rgba(151, 79, 18, 0.15);
}
.Industry_Point .box .banner .swiper-slide::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  background: url(../images/img37.png) no-repeat 50% 50% / 100% 100%;
}
.Industry_Point .box .banner .swiper-slide::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/img38.png) no-repeat 50% 50% / 100% 100%;
  opacity: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Industry_Point .box .banner .swiper-slide .item {
  position: relative;
  z-index: 1;
}
.Industry_Point .box .banner .swiper-slide .item figure {
  overflow: hidden;
}
.Industry_Point .box .banner .swiper-slide .item figure img {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  width: 100%;
}
.Industry_Point .box .banner .swiper-slide .item figcaption {
  padding: 0.45rem 0.3rem;
}
.Industry_Point .box .banner .swiper-slide .item figcaption .left {
  font-size: 0.18rem;
  color: #333;
  line-height: 0.3rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  height: 0.6rem;
}
	.Industry_Point .box .banner .swiper-slide .item figcaption .left{
		width: 80%;
	}
@media screen and  (min-width:1200px) {

}

.Industry_Point .box .banner .swiper-slide .item figcaption .right {
  font-size: 0.44rem;
  font-family: 'gilroy_light';
  color: #009ce9;
  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;
}
.Industry_Point .box .banner .swiper-slide:hover::before {
  opacity: 0;
}
.Industry_Point .box .banner .swiper-slide:hover::after {
  opacity: 1;
}
.Industry_Point .box .banner .swiper-slide:hover .item figure img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.Industry_Point .box .banner .swiper-slide:hover .item figcaption .left {
  color: #fff;
}
.Industry_Point .box .banner .swiper-slide:hover .item figcaption .right {
  color: #fff;
}
.Program_Advantage .box .banner .item {
  padding: 0.5rem 0.5rem 0.55rem;
  background: url(../images/img39.png) no-repeat 50% 50% / 100% 100%;
}
.Program_Advantage .box .banner .item .content1 img {
  height: 0.66rem;
}
.Program_Advantage .box .banner .item .content2 {
  font-size: 0.24rem;
  color: #333;
  margin: 0.55rem 0 0.15rem;
  line-height: 0.32rem;
}
.Program_Advantage .box .banner .item .content3 {
  font-size: var(--f18);
  line-height: 0.3rem;
  color: #777;
  height: 1.2rem;
  padding-right: 5px;
  overflow: auto;
  overflow-x: hidden;
  overflow-y: auto;
  scrollbar-color: #009ce9 #fff;
  /* 第一个方块颜色，第二个轨道颜色(用于更改火狐浏览器样式) */
  scrollbar-width: thin;
  /* 火狐滚动条无法自定义宽度，只能通过此属性使滚动条宽度变细 */
  -ms-overflow-style: none;
}
.Program_Advantage .box .banner .item .content3::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}
.Program_Advantage .box .banner .item .content3::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #009ce9;
}
.Program_Advantage .box .banner .item .content3::-webkit-scrollbar-track {
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.3);
}
.Related_Products {
  background: url(../images/img41.png) no-repeat 50% 50% / 100% 100%;
}
.Related_Products .box .banner .item {
  background: #fff;
  display: block;
  position: relative;
}
.Related_Products .box .banner .item::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #009ce9;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}
.Related_Products .box .banner .item figure {
  overflow: hidden;
  height: 3.16rem;
  display: flex;
}
.Related_Products .box .banner .item figure img {
  max-width: 90%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  max-height: 90%;
  margin: auto;
}


.Related_Products .box .banner .item figcaption {
  padding: 0.45rem 0.5rem;
}
.Related_Products .box .banner .item figcaption .content1 {
  font-size: 0.3rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Related_Products .box .banner .item figcaption .content2 {
  font-size: var(--f18);
  color: #666;
  line-height: 0.28rem;
  height: 0.56rem;
  margin-top: 0.24rem;
}
.Related_Products .box .banner .item figcaption .content3 {
  font-size: 0.18rem;
  color: #009ce9;
  margin-top: 0.48rem;
}
.Related_Products .box .banner .item figcaption .content3 svg {
  vertical-align: middle;
  margin-left: 0.18rem;
}
.Related_Products .box .banner .item:hover::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
.Related_Products .box .banner .item:hover figure img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.Related_Products .box .banner .item:hover figcaption .content1 {
  color: #009ce9;
}
.Relevant_Case .box .item .boxLeft {
  width: 6.4rem;
  overflow: hidden;
}
.Relevant_Case .box .item .boxLeft img {
  width: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Relevant_Case .box .item .boxRight {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
  border: 1px solid #eee;
}
.Relevant_Case .box .item .boxRight .top {
  padding: 0.76rem 0.95rem 0;
}
.Relevant_Case .box .item .boxRight .top .content1 {
  font-size: var(--f18);
  color: #009ce9;
}
.Relevant_Case .box .item .boxRight .top .content2 {
  font-size: 0.3rem;
  color: #333;
  margin-top: 0.22rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Relevant_Case .box .item .boxRight .top .content3 {
  font-size: var(--f18);
  line-height: 0.3rem;
  color: #666;
  margin-top: 0.3rem;
}
.Relevant_Case .box .item .boxRight .bot {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-top: 1px solid #eee;
  padding-left: 0.95rem;
}
.Relevant_Case .box .item .boxRight .bot .left {
  font-size: var(--f16);
  color: #999;
  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;
}
.Relevant_Case .box .item .boxRight .bot .right {
  background: #009ce9;
  width: 0.92rem;
  height: 0.92rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.Relevant_Case .box .item .boxRight .bot .right svg {
  margin: auto;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (min-width: 768px) {
  .Relevant_Case .box .item:hover .boxLeft img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  .Relevant_Case .box .item:hover .boxRight .top .content2 {
    color: #009ce9;
  }
  .Relevant_Case .box .item:hover .boxRight .bot .right svg {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
.ProductToggle {
  padding: 0.74rem 0 0.45rem;
}
.ProductToggle .box ul li:not(:last-child) {
  margin-right: 0.3rem;
}
.ProductToggle .box1{
    margin: 0.4rem 0 0;
}
.ProductToggle .box ul li a {
  font-size: var(--f18);
  color: #333;
  display: block;
  padding-bottom: 0.14rem;
  position: relative;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.ProductToggle .box1 ul li a{
    color: #666;
     font-size: var(--f16);
}
.ProductToggle .box ul li a::after {
  position: absolute;
  height: 4px;
  width: 0%;
  content: '';
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  bottom: 0;
  left: 0%;
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
  background: -webkit-gradient(linear, left top, right top, from(#009ce9), to(rgba(255, 255, 255, 0)));
  background: -o-linear-gradient(left, #009ce9, rgba(255, 255, 255, 0));
  background: linear-gradient(to right, #009ce9, rgba(255, 255, 255, 0));
  border-radius: 4px;
}
.ProductToggle .box ul li a:hover {
  color: #009ce9;
}
.ProductToggle .box ul li a:hover::after {
  width: 100%;
}
.ProductToggle .box ul .active a {
  color: #009ce9;
}
.ProductToggle .box ul .active a::after {
  width: 100%;
}
.f48 {
  font-size: 0.48rem;
  font-family: 'gilroy_Medium';
  color: #009ce9;
  line-height: 1;
}
.Product_List .box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.Product_List .box .item a {
  display: block;
  border: 1px solid #eee;
  position: relative;
}
.Product_List .box .item a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #009ce9;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}
.Product_List .box .item a figure {
  position: relative;
}
.Product_List .box .item a figure > img {
  width: 100%;
}
.Product_List .box .item a figure p {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.Product_List .box .item a figure p img {
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Product_List .box .item a figcaption {
  padding: 0.45rem 0.5rem;
}
.Product_List .box .item a figcaption .content1 {
  font-size: 0.3rem;
  color: #000;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Product_List .box .item a figcaption .content2 {
  margin-top: 0.26rem;
  display: grid;
  gap: 0.06rem;
  font-size: var(--f18);
  color: #666;
  
}
.Product_List .box .item a figcaption .content2 p{
    line-height: .3rem;
    height: .6rem;
    	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-justify: distribute-all-lines;
}
.Product_List .box .item a figcaption .content3 {
  font-size: 0.18rem;
  color: #009ce9;
  margin-top: 0.68rem;
}
.Product_List .box .item a figcaption .content3 svg {
  vertical-align: middle;
  margin-left: 0.18rem;
}
.Product_List .box .item a:hover::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
.Product_List .box .item a:hover figure p img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.Product_List .box .item a:hover figcaption .content1 {
  color: #009ce9;
}
.Product_Info {
  margin-top: 0.32rem;
}
.Product_Info .box {
  margin-top: 0.2rem;
}
.Product_Info .box ul {
  display: grid;
  gap: 0.12rem;
}
.Product_Info .box ul li {
  font-size: var(--f18);
  padding-left: 0.16rem;
  position: relative;
}
.Product_Info .box ul li::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0.08rem;
  width: 8px;
  height: 8px;
  background: #009ce9;
  border-radius: 50%;
}
.Product_Info .box .text {
  font-size: var(--f18);
  line-height: 0.36rem;
  color: #666;
}
.Product_Info .box .text video{
    height: auto !important;
    width: auto !important;
}
.Product_Info .box1 {
  margin-top: 0.85rem;
  line-height: 1rem;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.Product_Info .box1 .link {
  width: 30%;
  font-size: var(--f18);
  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-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.Product_Info .box1 .link a {
  color: #000;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Product_Info .box1 .link a span {
  color: #999;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  display: inline-block;
}
.Product_Info .box1 .link a:hover {
  color: #009ce9;
}
.Product_Info .box1 .next {
  text-align: right;
}
.Product_Info .box1 .go a {
  font-size: var(--f18);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Product_Info .box1 .go a svg {
  vertical-align: middle;
}
.Product_Info .box1 .go a:hover {
  color: #009ce9;
}
.OtherProducts .box .banner .item a {
  display: block;
  border: 1px solid #eee;
  position: relative;
}
.OtherProducts .box .banner .item a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #009ce9;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}
.OtherProducts .box .banner .item a figure {
  position: relative;
}
.OtherProducts .box .banner .item a figure > img {
  width: 100%;
}
.OtherProducts .box .banner .item a figure p {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.OtherProducts .box .banner .item a figure p img {
  margin: auto;
  max-width: 50%;
  max-height: 50%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.OtherProducts .box .banner .item a figcaption {
  padding: 0.45rem 0.5rem;
}
.OtherProducts .box .banner .item a figcaption .content1 {
  font-size: 0.3rem;
  color: #000;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.OtherProducts .box .banner .item a figcaption .content2 {
  margin-top: 0.26rem;
  display: grid;
  gap: 0.06rem;
  font-size: var(--f18);
  color: #666;
}
.OtherProducts .box .banner .item a figcaption .content3 {
  font-size: 0.18rem;
  color: #009ce9;
  margin-top: 0.68rem;
}
.OtherProducts .box .banner .item a figcaption .content3 svg {
  vertical-align: middle;
  margin-left: 0.18rem;
}
.OtherProducts .box .banner .item a:hover::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
.OtherProducts .box .banner .item a:hover figure p img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.OtherProducts .box .banner .item a:hover figcaption .content1 {
  color: #009ce9;
}
.Case_List .box {
  display: grid;
  gap: 0.6rem;
}
.Case_List .box .item .boxLeft {
  width: 6.4rem;
  overflow: hidden;
}
.Case_List .box .item .boxLeft img {
  width: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Case_List .box .item .boxRight {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
  border: 1px solid #eee;
}
.Case_List .box .item .boxRight .top {
  padding: 0.76rem 0.95rem 0;
}
.Case_List .box .item .boxRight .top .content1 {
  font-size: var(--f18);
  color: #009ce9;
}
.Case_List .box .item .boxRight .top .content2 {
  font-size: 0.3rem;
  color: #333;
  margin-top: 0.22rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Case_List .box .item .boxRight .top .content3 {
  font-size: var(--f18);
  line-height: 0.3rem;
  color: #666;
  margin-top: 0.3rem;
}
.Case_List .box .item .boxRight .bot {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-top: 1px solid #eee;
  padding-left: 0.95rem;
}
.Case_List .box .item .boxRight .bot .left {
  font-size: var(--f16);
  color: #999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.Case_List .box .item .boxRight .bot .right {
  width: 0.92rem;
  height: 0.92rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-left: 1px solid #eee;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Case_List .box .item .boxRight .bot .right svg {
  margin: auto;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Case_List .box .item .boxRight .bot .right svg path {
  fill: #009ce9;
}
@media screen and (min-width: 768px) {
  .Case_List .box .item:hover .boxLeft img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  .Case_List .box .item:hover .boxRight .top .content2 {
    color: #009ce9;
  }
  .Case_List .box .item:hover .boxRight .bot .right {
    background: #009ce9;
  }
  .Case_List .box .item:hover .boxRight .bot .right svg {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .Case_List .box .item:hover .boxRight .bot .right svg path {
    fill: #fff;
  }
}
.News_List .box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.4rem 0.2rem;
}
.News_List .box .item a {
  display: block;
}
.News_List .box .item a figure {
  overflow: hidden;
}
.News_List .box .item a figure img {
  width: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.News_List .box .item a figcaption {
  padding: 0.3rem 0.4rem 0.6rem;
  border: 1px solid #eee;
}
.News_List .box .item a figcaption .tip {
  font-size: var(--f18);
  color: #009ce9;
}
.News_List .box .item a figcaption .title {
  margin-top: 0.1rem;
  font-size: 0.24rem;
  line-height: 0.34rem;
  height: 0.68rem;
  color: #000;
}
.News_List .box .item a .time {
  padding: 0 0.4rem;
  line-height: 0.76rem;
  border: 1px solid #eee;
  border-top: 0;
  position: relative;
}
.News_List .box .item a .time::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #009ce9;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}
.News_List .box .item a .time .l {
  font-size: var(--f16);
  font-family: 'gilroy_regular';
  color: #999;
}
.News_List .box .item a:hover figure img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.News_List .box .item a:hover .time::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
.News_info .box .main {
  padding: 0 2.5rem;
  text-align: center;
  border-bottom: 1px solid #eee;
}
.News_info .box .main .title {
  font-size: 0.4rem;
}
.News_info .box .main .time {
  font-size: var(--f18);
  font-family: 'gilroy_light';
  color: #666;
  padding: 0.3rem 0 0.36rem;
}
.News_info .box .desc {
  padding: 0.5rem 2.5rem 0;
  font-size: var(--f18);
  line-height: 0.36rem;
  color: #666;
}
.Contact_Container {
  min-height: 8rem;
  position: relative;
}
.Contact_Container .box .content1 {
  margin-top: 0.8rem;
}
.Contact_Container .box .content1 .tit {
  font-size: var(--f18);
  color: #a1a1a1;
}
.Contact_Container .box .content1 .tit svg {
  vertical-align: middle;
  margin-right: 5px;
}
.Contact_Container .box .content1 .tit span {
  color: #000;
}
.Contact_Container .box .content1 .tel {
  margin: 0.15rem 0 0.2rem;
}
.Contact_Container .box .content1 .tel a {
  color: #000;
  font-size: 0.36rem;
}
.Contact_Container .box .content2 {
  margin-top: 0.85rem;
  text-align: center;
}
.Contact_Container .box .content2 figure {
  -webkit-box-shadow: 0px 0px 1.06rem 0px rgba(237, 109, 0, 0.24);
  box-shadow: 0px 0px 1.06rem 0px rgba(237, 109, 0, 0.24);
}
.Contact_Container .box .content2 figure img {
  width: 1.38rem;
}
.Contact_Container .box .content2 figcaption {
  font-size: var(--f18);
  margin-top: 0.22rem;
}
.Contact_Container .images {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.Contact_Container .images img {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1520px) {
  .Home_solution {
    --h: 0.76rem;
  }
  .Home_solution .orientatin .boxBot ul li img {
    width: 0.36rem;
  }
  .Home_Product .box1 .banner .item a .right {
    padding: 0.7rem 1rem 0;
  }
  .Home_Product .box1 .banner .item a .right .content1 img {
    height: 0.96rem;
  }
  .header .box .boxCenter nav .item {
    padding: 0 6px;
  }
  body {
    --body_padding: 6vw;
  }
  .Home_About .box .images {
    left: 2.54rem;
  }
  .Home_About .box .images img {
    width: 8.3rem;
  }
  .CorporateCulture {
    padding: 0 0 1.5rem;
  }
   .Industry_Point .box .banner .swiper-slide .item figcaption .left{
        width: 75%;
    }
}
@media screen and (max-width: 1400px) {
   
  body {
    --f14: 13px;
    --f16: 14px;
  }
  .Home_Banner .banner .swiper-slide .orientation .main .title_cn,
  .inner_Banner .orientation .box .content3 {
    font-size: 0.5rem;
  }
  .Home_Banner .banner .swiper-slide .orientation .main .title_en,
  .inner_Banner .orientation .box .content2 {
    font-size: 0.62rem;
  }
  .hb_link .a em svg {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
  .Development_Course .box .banner .main .content4 {
    padding-right: 1rem;
  }
  .header .box .boxLeft a img {
    height: 34px;
  }
  .News_info .box .main {
    padding: 0 1.5rem;
  }
  .News_info .box .desc {
    padding: 0.5rem 1.5rem 0;
  }
  .Home_Banner .scroll img {
    width: 0.13rem;
  }
}
@media screen and (max-width: 1300px) {
  .header .box .boxRight .search {
    margin-left: 0.2rem;
  }
  .Home_About .box .images img {
    width: 7.4rem;
  }
  .Home_solution .orientatin .boxBot {
    max-height: calc(var(--h) * 5);
  }
  .Home_Product .box1 .banner .item a .right {
    padding: 0.5rem 0.8rem 0;
  }
  .hb_title .desc {
    font-size: 0.4rem;
  }
}
.MobileMain .HeaderMobile .box .button .search p i{
    display:none;
    font-size: 0.24rem;
    color: #009ce9;
}
.MobileMain .HeaderMobile .box .button .search .active i{
    display: block;
    
}
.MobileMain .HeaderMobile .box .button .search .active svg{
    display: none;
    
}
@media screen and (max-width: 1200px) {
  .header {
    display: none;
  }
  .Home_Banner .banner picture img {
    height: 54vh;
  }
  .Home_Banner .scroll,
  .Home_Banner .banner .btn {
    display: none;
  }
  .Home_Banner .banner .swiper-slide .orientation .main .title_en,
  .inner_Banner .orientation .box .content2 {
    font-size: 0.42rem;
  }
  .Home_Banner .banner .swiper-slide .orientation .main .title_cn,
  .inner_Banner .orientation .box .content3 {
    font-size: 0.38rem;
  }
  .Home_Banner .banner .page span {
    display: inline-block;
    margin: 0 15px;
  }
  .Home_Banner .banner .page {
    right: 50%;
    top: auto;
    bottom: 0.3rem;
    -webkit-transform: translateY(0%) translateX(50%);
    -ms-transform: translateY(0%) translateX(50%);
    transform: translateY(0%) translateX(50%);
  }
  .Home_About .box .w1600 .main .boxLeft {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .Home_About .box .w1600 .main .boxRight {
    margin-top: 0.5rem;
  }
  body {
    --body_padding: 5vw;
  }
  .hb_title .desc {
    font-size: 0.32rem;
  }
  .Home_About .box .images {
    left: 5vw;
  }
  .Home_About .box .images img {
    width: 4.4rem;
  }
  .Home_About .box .w1600 .main.flexBetween .boxRight ul li .top span,
  .CorporateCulture .box .boxLeft .content2 ul li .top span,
  .BusinessPartner .r ul li .top span,
  .f48 {
    font-size: 0.4rem;
  }
  .Home_About .box .w1600 .main.flexBetween .boxRight ul li .top,
  .CorporateCulture .box .boxLeft .content2 ul li .top,
  .BusinessPartner .r ul li .top {
    font-size: 0.32rem;
  }
  .Home_About .box .w1600 .main.flexBetween .boxRight ul li .top em,
  .Home_Product .box1 .banner .item a .right .content2,
  .CorporateCulture .box .boxLeft .content2 ul li .top em {
    font-size: 0.26rem;
  }
  .Home_About .box .w1600 .main.flexBetween .boxRight ul li {
    margin-bottom: 0.46rem;
  }
  .Home_About .box .w1600 .main.flexBetween .boxRight ul {
    padding-left: 0.7rem;
  }
  .p105 {
    padding-top: 0.9rem;
  }
  .p105_,
  .Development_Course,
  .CorporateCulture {
    padding-bottom: 0.9rem;
  }
  .Home_solution .images p img {
    min-height: 70vh;
  }
  .Home_solution .orientatin {
    width: 3.7rem;
  }
  .Home_solution .orientatin .boxBot ul li svg {
    right: 0.2rem;
  }
  .Home_solution .orientation_main {
    height: auto;
    padding: 5vw;
    width: -webkit-calc(96.3%);
    width: calc(100% - 3.7rem);
  }
  .Home_solution .orientation_main .toggle .item .left {
    max-width: 100%;
    width: 100%;
  }
  .Home_solution .orientation_main .toggle .item .right {
    margin-top: 0.3rem;
  }
  .Home_solution .orientation_main .toggle .item .left .content1 {
    font-size: 0.24rem;
  }
  .Home_Product .box1 .banner .item a .left {
    width: 100%;
  }
  .Home_Product .box1 .banner .item a .right {
    width: 100%;
    padding: 5vw;
  }
  .Home_Product .box1 .banner .item a .right .content1 img {
    height: 0.86rem;
  }
  .footer .boxCenter .left {
    display: none;
  }
  .footer .boxCenter .center {
    border-left: 0;
    padding: 0.52rem 0.7rem 0 -webkit-calc(-4.3rem);
    padding: 0.52rem 0.7rem 0 calc(0.7rem - 5vw);
  }
  .footer {
    padding: 0.9rem 0 0;
  }
  .footer .boxCenter .right {
    padding: 0.4rem 5vw;
  }
  .footer .boxBottom .right {
    display: none;
  }
  .footer .boxBottom .left {
    width: 100%;
    text-align: center;
    line-height: 1.6;
  }
  .footer .boxBottom {
    padding-bottom: 0.6rem;
  }
  .Home_About .box .w1600 .main.flexBetween .boxRight ul li:nth-child(2n+1) {
    margin-left: 3.16rem;
  }
  .mobile_search {
    top: 66px;
  }
  .inner_Banner .img img {
    min-height: 4rem;
  }
  .inner_Banner .orientation {
    top: 1.1rem;
  }
  .Home_Banner .banner .swiper-slide .orientation .main .title_en,
  .inner_Banner .orientation .box .content2,
  .Corporate_Culture .orientation .content2 {
    font-size: 0.32rem;
  }
  .Home_Banner .banner .swiper-slide .orientation .main .title_cn,
  .inner_Banner .orientation .box .content3,
  .News_info .box .main .title,
  .Contact_Container .box .content1 .tel a {
    font-size: 0.3rem;
  }
  .CorporateCulture .box .boxLeft,
  .CorporateCulture .box .boxRight {
    width: 100%;
  }
  .CorporateCulture .box .boxLeft .content2 {
    margin-top: 0.5rem;
  }
  .CorporateCulture .box .boxLeft .content1 {
    margin-top: 0.5rem;
  }
  .CorporateCulture .box .boxRight {
    margin-top: 0.5rem;
  }
  .CorporateCulture .box .boxRight {
    text-align: center;
  }
  .CorporateCulture .box .boxRight P img {
    width: 80%;
  }
  .Corporate_Culture .orientation {
    top: 0.9rem;
  }
  .Development_Course .box .banner .main .content3 p {
    width: 2.5rem;
  }
  .Development_Course .box .banner .main .content4 {
    padding-right: 0.2rem;
  }
  .Honor_Qualification .t .r {
    width: 100%;
    margin-top: 0.3rem;
  }
  .Service_Distribution .box .boxLeft ul {
    margin-top: 0.5rem;
    gap: 0.2rem;
  }
  .Service_Distribution .box {
    position: relative;
  }
  .Service_Distribution .box .boxLeft {
    width: 100%;
    position: relative;
    z-index: 1;
  }
  .Service_Distribution .box .boxRight {
    position: absolute;
    right: 0;
    top: 15%;
    width: 72%;
  }
  .BusinessPartner .l {
    width: 50%;
  }
  .BusinessPartner .l span {
    display: block;
  }
  .BusinessPartner .r {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .BusinessPartner .r ul li:first-child {
    margin-left: 0;
  }
  .Solution_Container .box .item a figcaption {
    font-size: 0.2rem;
    line-height: 0.76rem;
    padding: 0 0.2rem;
  }
  .Solution_Container .box .item a p {
    bottom: 0.2rem;
    right: 0.2rem;
    width: 0.76rem;
    height: 0.76rem;
  }
  .Solution_Info .box .boxLeft {
    width: 100%;
    padding-right: 0;
  }
  .Solution_Info .box .boxRight {
    width: 100%;
    margin-top: 0.5rem;
  }
  .Program_Advantage .box .banner .item,
  .Related_Products .box .banner .item figcaption,
  .Product_List .box .item a figcaption,
  .OtherProducts .box .banner .item a figcaption {
    padding: 0.4rem 0.3rem;
  }
  .Program_Advantage .box .banner .item .content2 {
    font-size: 0.22rem;
    margin: 0.35rem 0 0.15rem;
  }
  .Related_Products .box .banner .item figcaption .content1,
  .Relevant_Case .box .item .boxRight .top .content2,
  .Product_List .box .item a figcaption .content1,
  .OtherProducts .box .banner .item a figcaption .content1,
  .Case_List .box .item .boxRight .top .content2,
  .News_List .box .item a figcaption .title,
  .Home_News .box .banner a figcaption .title {
    font-size: 0.22rem;
  }
  .Relevant_Case .box .item .boxLeft,
  .Case_List .box .item .boxLeft {
    width: 100%;
  }
  .Relevant_Case .box .item .boxRight,
  .Case_List .box .item .boxRight {
    width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1 100%;
    -ms-flex: 1 100%;
    flex: 1 100%;
    padding: 5vw 5vw 0;
    height: 3.3rem;
  }
  .Relevant_Case .box .item .boxRight .top,
  .Case_List .box .item .boxRight .top {
    padding: 0;
  }
  .Relevant_Case .box .item .boxRight .bot,
  .Case_List .box .item .boxRight .bot {
    padding-left: 5vw;
  }
  .Relevant_Case .box .item .boxRight .bot .right,
  .Case_List .box .item .boxRight .bot .right {
    width: 0.76rem;
    height: 0.76rem;
  }
  .ProductToggle .box ul li {
    margin-bottom: 0.2rem;
  }
  .Product_List .box,
  .News_List .box {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.2rem;
  }
  .Product_List .box .item a figcaption .content3,
  .OtherProducts .box .banner .item a figcaption .content3 {
    margin-top: 0.38rem;
  }
  .News_List .box .item a figcaption,
  .Home_News .box .banner a figcaption {
    padding: 0.3rem 0.3rem 0.4rem;
  }
  .News_List .box .item a .time,
  .Home_News .box .banner a .time {
    padding: 0 0.3rem;
  }
  .News_info .box .main {
    padding: 0;
  }
  .News_info .box .desc {
    padding: 0.5rem 0 0;
  }
  .Contact_Container .images {
    top: auto;
    bottom: 0;
    height: 50%;
  }
}
@media screen and (max-width: 669px) {
    
    .mobile_search .label .btn {
    width: 55px;
}
    
    .mobile_search .input input {
    min-height: 55px;
}
    .MobileMain .HeaderMobile .box .button .search p i {
    font-size: 0.3rem;
}
.mobile_search .input input {
    font-size: 14px;
}
    .mobile_search {
    top: 58px;
}
  .MobileMain .HeaderMobile .box .button .search,
  .MobileMain .HeaderMobile .box .button .menu {
    margin-left: 0.3rem;
  }
  .MobileMain .HeaderMobile .box .logo a img {
    height: 30px;
  }
  .MobileMain {
    --phone_height: 58px;
  }
  .hb_title .desc {
    font-size: 0.26rem;
  }
  .Home_About .box .w1600 .main.flexBetween .boxLeft .right {
    margin-top: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .hb_link .a {
    width: 1.6rem;
  }
  .Home_About .box .w1600 .main.flexBetween .boxRight ul {
    padding-left: 0;
  }
  .Home_About .box .w1600 .main.flexBetween .boxRight ul li:nth-child(2n+1) {
    margin-left: 10vw;
  }
  .Home_About .box .w1600 .main.flexBetween .boxRight ul li:nth-child(2) {
    margin-left: 10vw;
  }
  .Home_About .box .images {
    display: none;
  }
  .Home_About .w1600 .banner {
    padding: 0.15rem 0;
  }
  .Home_solution .orientatin {
    width: 99%;
    border: 0;
    bottom: 3rem;
    height: inherit;
  }
  .Home_solution .orientation_main {
    width: 100%;
    position: initial;
    height: 3rem;
  }
  .p105 {
    padding-top: 0.7rem;
  }
  .p105_,
  .Development_Course,
  .CorporateCulture {
    padding-bottom: 0.7rem;
  }
  .Home_solution .orientation_main .toggle .item .left {
    color: #333;
  }
  .Home_solution .orientatin .boxBot {
    max-height: calc(var(--h) * 4);
  }
  .footer {
    padding: 0.6rem 0 0;
  }
  .footer .boxTop .left img,
  .footer .boxTop .right p img {
    height: 25px;
    width: auto;
  }
  .footer .boxCenter {
    margin-top: 0.36rem;
  }
  .footer .boxCenter .center {
    padding: 0.52rem 0.3rem 0 -webkit-calc(-4.7rem);
    padding: 0.52rem 0.3rem 0 calc(0.3rem - 5vw);
  }
  .footer .boxCenter .right .content2 a {
    font-size: 0.28rem;
  }
  .footer .boxCenter .right .content1 {
    font-size: 0.2rem;
  }
  .Inner_Nav .box ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
  .Inner_Nav .box ul li {
    margin-right: 0;
    margin-bottom: 0.1rem;
  }
  .Inner_Nav .box {
    padding-bottom: 0;
  }
  .CorporateCulture .box .boxLeft .content2 ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.4rem 0.2rem;
  }
  .CorporateCulture .box .boxRight P img {
    width: 100%;
  }
  .Home_About .box .w1600 .main.flexBetween .boxRight ul li .top span,
  .CorporateCulture .box .boxLeft .content2 ul li .top span,
  .BusinessPartner .r ul li .top span,
  .f48 {
    font-size: 0.32rem;
  }
  .Home_Banner .banner .swiper-slide .orientation .main .title_en,
  .inner_Banner .orientation .box .content2,
  .Corporate_Culture .orientation .content2 {
    font-size: 0.26rem;
  }
  .Corporate_Culture .img img {
    width: 100%;
    min-height: 4rem;
  }
  .Development_Course .box .banner .main .content3 p {
    width: 3.5rem;
  }
  .Development_Course .box .banner .main .content4 {
    padding-right: 0;
  }
  .Development_Course .box .banner .main .content2 {
    margin-top: 0.5rem;
    font-size: 0.36rem;
  }
  .Service_Distribution .box .boxRight {
    top: 0;
  }
  .BusinessPartner .r ul li {
    margin-left: 0.45rem;
  }
  .BusinessPartner .box .banner .swiper .swiper-slide {
    border: 2px solid #faf8f8;
  }
  .lb_page .page div span {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    margin: 0 10px !important;
  }
  .Solution_Container .box,
  .Product_List .box,
  .News_List .box {
    grid-template-columns: repeat(1, 1fr);
  }
  .pu_page .number {
    display: none;
  }
  .Product_Info .box1 .link {
    width: 100%;
    text-align: left;
    padding: 0.2rem 0;
  }
  .Product_Info .box1 .go {
    display: none;
  }
  .News_info .box .main .title {
    font-size: 0.26rem;
  }
  .Contact_Container .images {
    height: 36%;
  }
  .Contact_Container .box .content2,
  .Contact_Container .box .content1 {
    margin-top: 0.5rem;
  }
  .MobileMain .HeaderMobile .box .button .search p svg,
  .mobile_search .label .btn svg{
      transform: scale(0.8);
  }
}

.latestNewsS {
  padding: 0.46rem 0 0;
}
.latestNews .box {
  margin-top: 0.5rem;
}
.latestNews .box .list {
  display: grid;
  gap: 0.2rem;
}
.latestNews .box .list .item a {
  line-height: 0.9rem;
  border: 2px solid #f6f6f6;
  padding: 0 0.45rem 0 0.85rem;
  border-radius: 0.15rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.latestNews .box .list .item a .time {
  font-size: 0.18rem;
  font-family: 'gilroy_regular';
  color: #666;
  width: 1.7rem;
}
.latestNews .box .list .item a .title {
  font-size: 0.2rem;
  color: #333;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.latestNews .box .list .item a .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;
}
.latestNews .box .list .item a .btn p {
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 50%;
  background: #e6e6e6;
  text-align: 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;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.latestNews .box .list .item a .btn p svg {
  margin: auto;
}
.latestNews .box .list .item a .btn p svg path {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.latestNews .box .list .item a:hover {
  border-color: #ea5504;
}
.latestNews .box .list .item a:hover .title {
  color: #ea5504;
}
.latestNews .box .list .item a:hover .btn p {
  background: #ea5504;
}
.latestNews .box .list .item a:hover .btn p svg path {
  fill: #fff;
}
.boxRight .swiper-slide{text-align:center;}

/*# sourceMappingURL=./style.css.map */