.line1 {
  background: linear-gradient(to right, #0a2a9a, #0c6bda);
}
.line2 {
  background: linear-gradient(to right, #0a2a9a, #0c6bda);
  background-clip: text;
  color: transparent;
}
:root {
  --swiper-theme-color: #0c6bda;
}
body {
  -webkit-user-select: none;
  user-select: none;
  --www: 0.8rem;
  --interval: var(--www);
  --nav_height: 1rem;
  --color: #0c6bda;
  --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 (min-width: 1921px) {
  body {
    --interval: calc((100vw - (19.2rem - var(--www))) / 2);
  }
}
@media screen and (max-width: 1520px) {
  body {
    --f14: 12px;
    --f16: 14px;
    --f18: 16px;
    --f20: 18px;
    --f22: 20px;
  }
}
@media screen and (max-width: 1200px) {
  body {
    --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);
}
.search_open {
  cursor: pointer;
}
.mobile_search {
  top: var(--nav_height);
}
/** 纵向滚动条样式 */
.wMain {
  padding-left: var(--interval);
  padding-right: var(--interval);
  width: 100%;
}
.swiper-button-lock {
  display: none !important;
}
.button-disabled,
.swiper-button-disabled {
  cursor: auto;
  pointer-events: none;
}
.dw {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.null_height {
  height: var(--nav_height);
}
@media screen and (max-width: 1200px) {
  .null_height {
    height: 0;
  }
}
.flex_center {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  .pc_main {
    display: none !important;
  }
}
.phone_main {
  display: none !important;
}
@media screen and (max-width: 1200px) {
  .phone_main {
    display: flex !important;
  }
}
.center {
  text-align: center;
}
.white {
  color: #fff;
}
.bgColor {
  background: #f6f6f6;
}
.pt {
  padding-top: 0.94rem;
}
.pb {
  padding-bottom: 0.94rem;
}
.mt {
  margin-top: 0.45rem;
}
.Header_Container {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  background: #fff;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.04);
  transition: 0.4s;
}
.Header_Container .box .logo {
  width: 2rem;
  height: var(--nav_height);
  display: flex;
  align-items: center;
}
.Header_Container .box .logo a {
  display: block;
}
.Header_Container .box .logo a img {
  filter: invert(1);
  transition: 0.4s;
}
.Header_Container .box nav {
  display: flex;
}
.Header_Container .box nav .item {
  padding: 0 0.32rem;
  position: relative;
}
.Header_Container .box nav .item > p a {
  display: block;
  line-height: var(--nav_height);
  font-size: var(--f18);
  transition: 0.4s;
  color: #333;
}
.Header_Container .box nav .item ul {
  position: absolute;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(8px);
  left: 50%;
  transform: translateX(-50%) translateY(0rem);
  width: 120%;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.04);
  padding: 8px 0;
  opacity: 1;
  visibility: hidden;
}
.Header_Container .box nav .item ul li a {
  display: block;
  font-size: var(--f16);
  text-align: center;
  line-height: 0.36rem;
  color: #333;
}
.Header_Container .box nav .item ul li a:hover {
  color: #0a2a9a;
}
.Header_Container .box nav .item ul li.active a {
  color: #0a2a9a;
}
.Header_Container .box nav .item:hover > p a {
  color: #0a2a9a !important;
}
.Header_Container .box nav .item:hover ul {
  opacity: 1;
  visibility: inherit;
  transition: 0.4s;
  transform: translateX(-50%) translateY(0rem);
}
.Header_Container .box nav .item.active > p a {
  color: #0a2a9a !important;
}
.Header_Container .box .search {
  width: 2rem;
  display: flex;
  align-items: center;
}
.Header_Container.fixed {
  background: transparent;
  box-shadow: inherit;
  position: fixed;
}
.Header_Container.fixed .box .logo a img {
  filter: invert(0);
}
.Header_Container.fixed .box nav .item > p a {
  color: #fff;
}
.Header_Container.fixed .box nav .item:hover > p a {
  color: #fff !important;
  font-weight: bold;
}
.Header_Container.fixed .box nav .item.active > p a {
  color: #fff !important;
  font-weight: bold;
}
.Header_Container.active {
  background: #fff;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.04);
}
.Header_Container.active .box .logo a img {
  filter: invert(1);
}
.Header_Container.active .box nav .item > p a {
  color: #333;
}
.Header_Container.active .box nav .item:hover > p a {
  color: #0a2a9a !important;
  font-weight: initial;
}
.Header_Container.active .box nav .item.active > p a {
  color: #0a2a9a !important;
}
.form_01 {
  position: relative;
}
.form_01 > input {
  display: block;
  background: rgba(99, 110, 117, 0.4);
  height: 34px;
  width: 1.8rem;
  color: #fff;
  font-size: 12px;
  padding: 0 0.4rem 0 0.2rem;
  border-radius: 30px;
  border: 0;
}
.form_01 > input::placeholder {
  color: #fff;
}
.form_01 label {
  display: block;
  position: absolute;
  right: 0.2rem;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.Home_Banner .banner {
  position: relative;
}
.Home_Banner .banner video,
.Home_Banner .banner picture img {
  width: 100%;
  height: 100vh;
  transform: scale(1.1);
  transition: 5s;
}
@media screen and (max-width: 1200px) {
  .Home_Banner .banner video,
  .Home_Banner .banner picture img {
    height: 60vh;
  }
}
.Home_Banner .banner .video {
  position: relative;
}
.Home_Banner .banner .video::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.Home_Banner .banner .video .phone {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
}
@media screen and (max-width: 1200px) {
  .Home_Banner .banner .video .phone {
    display: block;
  }
}
.Home_Banner .banner .video .phone .img {
  width: 100%;
  height: 100%;
}
.Home_Banner .banner .video .phone .img img {
  width: 100%;
  height: 100%;
}
.Home_Banner .banner .video .phone .play {
  position: absolute;
  z-index: 3;
  width: 0.5rem;
  height: 0.5rem;
  right: 5vw;
  bottom: 5vw;
  border-radius: 50%;
  border: 2px solid #fff;
  display: flex;
}
.Home_Banner .banner .video .phone .play svg {
  margin: auto;
}
@media screen and (max-width: 1200px) {
  .Home_Banner .banner .video .phone .play {
    width: 0.7rem;
    height: 0.7rem;
  }
}
.Home_Banner .banner .swiper-slide {
  overflow: hidden;
}
.Home_Banner .banner .swiper-slide .orientation {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.Home_Banner .banner .swiper-slide .orientation1 {
  color: #fff;
}
.Home_Banner .banner .swiper-slide .orientation1 em {
  width: 1.5rem;
  background: #fff;
  opacity: 0.3;
  height: 1px;
  display: inline-block;
  margin: 0 0.15rem;
}
.Home_Banner .banner .swiper-slide .orientation1 .content1 {
  text-align: center;
  font-size: 0.9rem;
  font-weight: bold;
  line-height: 1;
  margin-top: 2.5rem;
}
.Home_Banner .banner .swiper-slide .orientation1 .content2 {
  font-size: var(--f36);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.3rem;
  letter-spacing: 0.15rem;
}
.Home_Banner .banner .swiper-slide .orientation2 {
  color: #fff;
}
.Home_Banner .banner .swiper-slide .orientation2 .content1 {
  text-align: center;
  font-size: 0.9rem;
  font-weight: bold;
  line-height: 1;
  margin-top: 2.5rem;
}
.Home_Banner .banner .swiper-slide .orientation2 .content2 {
  font-size: var(--f36);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.3rem;
}
.Home_Banner .banner .swiper-slide .orientation3 {
  color: #fff;
  display: flex;
  align-items: center;
}
.Home_Banner .banner .swiper-slide .orientation3 .content1 {
  font-size: 0.72rem;
  font-weight: bold;
  line-height: 1;
}
.Home_Banner .banner .swiper-slide .orientation3 .content2 {
  font-size: var(--f30);
  display: flex;
  align-items: center;
  margin-top: 0.3rem;
}
.Home_Banner .banner .swiper-slide-active img {
  transform: scale(1);
}
.Home_Banner .page {
  position: absolute;
  left: 50%;
  bottom: 0.5rem;
  z-index: 2;
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
}
.Home_Banner .page div span {
  border-radius: 0;
  height: 3px;
  width: 4rem;
  background: rgba(255, 255, 255, 0.4);
  position: relative;
  opacity: 1;
}
.Home_Banner .page div span::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(to right, #0a2a9a, #0c6bda);
  width: 100%;
  height: 100%;
  transform-origin: left center;
  transform: scaleX(0);
}
.Home_Banner .page div .swiper-pagination-bullet-active::after {
  animation: xxx 5.6s linear;
}
.Home_Banner .button {
  position: absolute;
  right: var(--interval);
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  --w: 0.54rem;
}
.Home_Banner .button p {
  margin: 0.15rem 0;
}
.Home_Banner .button p img {
  width: 0.54rem;
  opacity: 0.5;
  transition: 0.4s;
  cursor: pointer;
}
.Home_Banner .button p img:hover {
  opacity: 1;
}
.Home_Banner .button .prev,
.Home_Banner .button .next {
  margin: 0.15rem 0;
  cursor: pointer;
  transition: 0.4s;
  width: var(--w);
  height: var(--w);
  border-radius: 50%;
  border: 4px solid #fff;
  color: #fff;
  display: flex;
  opacity: 0.5;
}
.Home_Banner .button .prev i,
.Home_Banner .button .next i {
  margin: auto;
  font-size: var(--f24);
  font-weight: bold;
}
.Home_Banner .button .prev:hover,
.Home_Banner .button .next:hover {
  opacity: 1;
}
@keyframes xxx {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}
.f48 {
  font-size: var(--f48);
  font-weight: bold;
}
.title_01 .h5 {
  font-weight: bold;
  font-size: var(--f20);
  color: #999;
}
.title_01 .mmm {
  height: 0.2rem;
}
.title_01 .h6 {
  font-size: var(--f48);
  font-weight: bold;
  color: #333;
}
.title_02 {
  font-size: var(--f48);
  font-weight: bold;
  color: #333;
}
.title_02 img {
  width: 0.48rem;
}
.title_02 span {
  margin: 0 0.1rem;
}
.Homve_About {
  background: url(../png/img3.png);
}
.Homve_About .box .img {
  overflow: hidden;
  width:96%;
  margin:auto;
}
.Homve_About .box .img img {
  width: 100%;
  transition: 0.6s;
}
.Homve_About .box .img:hover img {
  transform: scale(1.1);
  transition: 3s;
}
.Homve_About .box .data {
  padding: 0 1.2rem;
  margin-top: 0.4rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.Homve_About .box .data .item {
  text-align: center;
  border-right: 1px solid #ddd;
}
.Homve_About .box .data .item:last-child {
  border: 0;
}
.Homve_About .box .data .item .top {
  font-weight: bold;
  color: #0c6bda;
  font-size: var(--f60);
  line-height: 1;
}
.Homve_About .box .data .item .bot {
  font-size: var(--f18);
  color: #666;
  margin-top: 0.08rem;
}
.m60 {
  margin-top: 0.6rem;
}
.link_01 .a {
  display: block;
  min-width: 2.14rem;
  padding: 0 0.3rem;
  background: linear-gradient(to right, #0a2a9a, #0c6bda);
  line-height: 54px;
  text-align: center;
  color: #fff;
  border-radius: 3px;
  font-size: var(--f16);
  cursor: pointer;
  transition: 0.4s;
}
.link_01 .a i {
  margin-left: 0.08rem;
  font-size: var(--f14);
  transition: 0.4s;
}
.link_01 .a:hover i {
  margin-left: 0.2rem;
}
.Home_Business .box {
  --h: 7.86rem;
}
.Home_Business .box .scroll .list {
  display: flex;
}
.Home_Business .box .scroll .list .item {
  flex: 1;
  margin-right: 1px;
  position: relative;
  transition: 0.4s;
}
.Home_Business .box .scroll .list .item .img {
  position: relative;
  overflow: hidden;
}
.Home_Business .box .scroll .list .item .img::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: rgba(0, 0, 0, 0.3);
}
.Home_Business .box .scroll .list .item .img img {
  width: 100%;
  height: var(--h);
  transition: 0.4s;
}
.Home_Business .box .scroll .list .item .orientation {
  position: absolute;
  left: var(--interval);
  top: 0.9rem;
  z-index: 2;
  color: #fff;
}
.Home_Business .box .scroll .list .item .orientation .content1 img {
  height: 0.45rem;
}
.Home_Business .box .scroll .list .item .orientation .content2 {
  font-weight: bold;
  font-size: var(--f26);
  margin-top: 0.2rem;
}
.Home_Business .box .scroll .list .item .orientation .content3 {
  margin-top: 0.3rem;
  max-width: 3.8rem;
  opacity: 0;
  transform: translateY(1rem);
}
.Home_Business .box .scroll .list .item .orientation .content3 .content4 {
  font-size: var(--f18);
  line-height: 2;
}
.Home_Business .box .scroll .list .item .orientation .content3 .content5 {
  font-size: var(--f18);
  margin-top: 0.56rem;
}
@media screen and (min-width: 1200px) {
  .Home_Business .box .scroll .list .item.active {
    flex: 3.5;
  }
  .Home_Business .box .scroll .list .item.active .img img {
    transform: scale(1.1);
    transition: 0.8s;
  }
  .Home_Business .box .scroll .list .item.active .orientation .content3 {
    opacity: 1;
    transform: translateY(0);
    transition: 0.4s;
    transition-delay: 0.4s;
  }
}
.Home_Solution {
  overflow: hidden;
}
.Home_Solution .box {
  margin-top: 0.75rem;
}
.Home_Solution .box .boxLeft {
  width: 11.3rem;
  padding: 0 1.9rem 0 2.35rem;
}
.Home_Solution .box .boxLeft .main {
  position: relative;
}
.Home_Solution .box .boxLeft .main .img img {
  width: 100%;
}
.Home_Solution .box .boxLeft .main .list .item {
  position: absolute;
  left: 0%;
  top: 0%;
  cursor: pointer;
}
.Home_Solution .box .boxLeft .main .list .item img {
  width: 0.66rem;
}
.Home_Solution .box .boxLeft .main .list .item .circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0.36rem;
  height: 0.36rem;
  border-radius: 50%;
  background: #fff;
  display: flex;
}
.Home_Solution .box .boxLeft .main .list .item .circle span {
  display: block;
  margin: auto;
  width: 10px;
  height: 2px;
  background: linear-gradient(to right, #0a2a9a, #0c6bda);
  position: relative;
  z-index: 3;
}
.Home_Solution .box .boxLeft .main .list .item .circle span::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
  background: linear-gradient(to right, #0a2a9a, #0c6bda);
  width: 100%;
  height: 100%;
}
.Home_Solution .box .boxLeft .main .list .item::before,
.Home_Solution .box .boxLeft .main .list .item::after {
  content: '';
  position: absolute;
  top: -18px;
  right: -18px;
  bottom: -18px;
  left: -18px;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 100%;
  opacity: 0;
  transform: scale(0.3);
  animation: sonarAnimation 2s 0.1s cubic-bezier(0.075, 0.82, 0.165, 1) infinite;
}
.Home_Solution .box .boxLeft .main .list .item::after {
  animation-delay: 0.3s;
  animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.Home_Solution .box .boxLeft .main .list .item.active .circle {
  background: linear-gradient(to right, #0a2a9a, #0c6bda);
}
.Home_Solution .box .boxLeft .main .list .item.active .circle span {
  background: #fff;
}
.Home_Solution .box .boxLeft .main .list .item.active .circle span::after {
  transform: translate(-50%, -50%) rotate(0deg);
  background: #fff;
}
.Home_Solution .box .boxLeft .main .list .item1 {
  left: 10%;
  top: 25%;
}
.Home_Solution .box .boxLeft .main .list .item2 {
  left: 30%;
  top: 20%;
}
.Home_Solution .box .boxLeft .main .list .item2::before,
.Home_Solution .box .boxLeft .main .list .item2::after {
  animation: sonarAnimation 3s 0.1s cubic-bezier(0.075, 0.82, 0.165, 1) infinite;
}
.Home_Solution .box .boxLeft .main .list .item2::after {
  animation-delay: 0.3s;
  animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.Home_Solution .box .boxLeft .main .list .item3 {
  left: 60%;
  top: 18%;
}
.Home_Solution .box .boxLeft .main .list .item3::before,
.Home_Solution .box .boxLeft .main .list .item3::after {
  animation: sonarAnimation 4s 0.1s cubic-bezier(0.075, 0.82, 0.165, 1) infinite;
}
.Home_Solution .box .boxLeft .main .list .item3::after {
  animation-delay: 0.3s;
  animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.Home_Solution .box .boxLeft .main .list .item4 {
  left: 67%;
  top: 45%;
}
.Home_Solution .box .boxLeft .main .list .item4::before,
.Home_Solution .box .boxLeft .main .list .item4::after {
  animation: sonarAnimation 5s 0.1s cubic-bezier(0.075, 0.82, 0.165, 1) infinite;
}
.Home_Solution .box .boxLeft .main .list .item4::after {
  animation-delay: 0.3s;
  animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.Home_Solution .box .boxLeft .main .list .item5 {
  left: 78%;
  top: 39%;
}
.Home_Solution .box .boxLeft .main .list .item5::before,
.Home_Solution .box .boxLeft .main .list .item5::after {
  animation: sonarAnimation 2.8s 0.1s cubic-bezier(0.075, 0.82, 0.165, 1) infinite;
}
.Home_Solution .box .boxLeft .main .list .item5::after {
  animation-delay: 0.3s;
  animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}


.Home_Solution .box .boxLeft .main .list .item6 {
  left: 74%;
  top: 9%;
}
.Home_Solution .box .boxLeft .main .list .item6::before,
.Home_Solution .box .boxLeft .main .list .item6::after {
  animation: sonarAnimation 2.8s 0.1s cubic-bezier(0.075, 0.82, 0.165, 1) infinite;
}
.Home_Solution .box .boxLeft .main .list .item6::after {
  animation-delay: 0.3s;
  animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}


.Home_Solution .box .boxLeft .main .list .item7 {
  left: 78%;
  top: 41%;
}
.Home_Solution .box .boxLeft .main .list .item7::before,
.Home_Solution .box .boxLeft .main .list .item7::after {
  animation: sonarAnimation 2.8s 0.1s cubic-bezier(0.075, 0.82, 0.165, 1) infinite;
}
.Home_Solution .box .boxLeft .main .list .item7::after {
  animation-delay: 0.3s;
  animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.Home_Solution .box .boxLeft .main .list .item4,
.Home_Solution .box .boxLeft .main .list .item5,
.wit_01 .img_box .list .item4,
.wit_01 .img_box .list .item5{
    display:none;
}


.Home_Solution .box .boxRight {
  flex: 1;
}
.Home_Solution .box .boxRight .item {
  padding: 0.5rem 0.6rem 0.6rem;
  box-shadow: 0px 4px 51px 0px rgba(0, 0, 0, 0.13);
  display: none;
}
.Home_Solution .box .boxRight .item a {
  display: block;
}
.Home_Solution .box .boxRight .item a .content1 {
  height: 1.08rem;
  transition: 0.4s;
}
.Home_Solution .box .boxRight .item a .content1 img {
  max-height: 100%;
}
.Home_Solution .box .boxRight .item a .content2 {
  font-size: var(--f30);
  font-weight: bold;
  color: #333;
  margin-top: 0.15rem;
  transition: 0.4s;
}
.Home_Solution .box .boxRight .item a .content3 {
  font-size: var(--f18);
  color: #333;
  margin-top: 0.15rem;
}
.Home_Solution .box .boxRight .item a .content4 {
  margin-top: 0.2rem;
}
.Home_Solution .box .boxRight .item a .content4 p {
  font-size: var(--f16);
  color: #333;
  line-height: 1.8;
}
.Home_Solution .box .boxRight .item a .content5 {
  font-size: var(--f16);
  color: #0a2a9a;
  margin-top: 0.6rem;
}
.Home_Solution .box .boxRight .item a:hover .content1 {
  transform: translateY(-0.1rem);
}
.Home_Solution .box .boxRight .item a:hover .content2 {
  color: #0a2a9a;
}
.Home_Solution .box .boxRight .item.active {
  display: block;
  animation: fadeInUp 0.8s cubic-bezier(0.645, 0.045, 0.355, 1) forwards;
}
.Home_Solution .add p {
  font-size: var(--f16);
  color: #fff;
  padding: 0 0.35rem;
  line-height: 50px;
  border-radius: 30px;
  background: rgba(0, 0, 0, 0.5);
}
@keyframes sonarAnimation {
  0% {
    opacity: 0;
    transform: scale(0.3);
  }
  5% {
    opacity: 0.8;
  }
  100% {
    opacity: 0;
    transform: scale(1.2);
  }
}
.Home_News {
  background: #f6f6f6;
}
.Home_News .box .list .boxLeft {
  width: 50%;
  overflow: hidden;
}
.Home_News .box .list .boxLeft img {
  width: 100%;
  transition: 0.4s;
}
.Home_News .box .list .boxRight {
  padding: 0.6rem 0.8rem;
  background: #fff;
  width: 50%;
}
.Home_News .box .list .boxRight .content1 {
  font-size: 12px;
  color: #999;
}
.Home_News .box .list .boxRight .content1 em {
  margin-left: 0.1rem;
}
.Home_News .box .list .boxRight .content2 {
  font-size: var(--f24);
  height: 3em;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-justify: distribute-all-lines;
  color: #333;
  margin: 0.24rem 0 0.12rem;
  transition: 0.4s;
  font-weight: bold;
}
.Home_News .box .list .boxRight .content3 {
  font-size: var(--f16);
  color: #666;
  height: 4em;
  line-height: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-justify: distribute-all-lines;
}
.Home_News .box .list .boxRight .content4 {
  font-size: var(--f16);
  color: #0a2a9a;
  margin-top: 0.35rem;
}
.Home_News .box .list:hover .boxLeft img {
  transform: scale(1.05);
}
.Home_News .box .list:hover .boxRight .content2 {
  color: #0a2a9a;
}
.Home_News .box .list1 {
  margin-top: 0.35rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.25rem;
}
.Home_News .box .list1 .item {
  background: #fff;
}
.Home_News .box .list1 .item a {
  padding: 0.3rem;
}
.Home_News .box .list1 .item a .content1 {
  font-size: 12px;
  color: #999;
}
.Home_News .box .list1 .item a .content1 em {
  margin-left: 0.1rem;
}
.Home_News .box .list1 .item a .content2 {
  font-size: var(--f24);
  height: 3em;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-justify: distribute-all-lines;
  color: #333;
  margin: 0.24rem 0 0.12rem;
  transition: 0.4s;
  font-weight: bold;
}
.Home_News .box .list1 .item a .content3 {
  font-size: var(--f16);
  color: #666;
  height: 4em;
  line-height: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-justify: distribute-all-lines;
}
.Home_News .box .list1 .item a .content4 {
  font-size: var(--f16);
  color: #0a2a9a;
  margin-top: 0.35rem;
}
.Home_News .box .list1 .item a:hover .content2 {
  color: #0a2a9a;
}
.Footer_Container {
  background: #222222;
  padding: 0.9rem 0 0.8rem;
}
.Footer_Container .boxTop .boxLeft {
  color: #fff;
}
.Footer_Container .boxTop .boxLeft .content1 img {
  height: 0.67rem;
}
.Footer_Container .boxTop .boxLeft .content2 {
  font-size: var(--f16);
  margin-top: 0.3rem;
}
.Footer_Container .boxTop .boxLeft .content2 img {
  margin-right: 8px;
}
.Footer_Container .boxTop .boxLeft .content3 {
  margin: 0.12rem 0 0.2rem;
}
.Footer_Container .boxTop .boxLeft .content3 a {
  font-weight: bold;
  color: #fff;
  font-size: var(--f30);
}
.Footer_Container .boxTop .boxLeft .content4 {
  font-size: var(--f14);
  opacity: 0.5;
  display: grid;
  gap: 0.12rem;
}
.Footer_Container .boxTop .boxRight {
  padding-right: 1.35rem;
}
.Footer_Container .boxTop .boxRight .item {
  margin-left: 2.3rem;
}
.Footer_Container .boxTop .boxRight .item .h5 a {
  font-size: var(--f18);
  color: #fff;
}
.Footer_Container .boxTop .boxRight .item ul {
  display: grid;
  gap: 0.18rem;
  margin-top: 0.2rem;
}
.Footer_Container .boxTop .boxRight .item ul li a {
  font-size: var(--f14);
  color: #fff;
  opacity: 0.5;
  transition: 0.4s;
}
.Footer_Container .boxTop .boxRight .item ul li a:hover {
  opacity: 1;
}
.Footer_Container .boxBot {
  margin-top: 1.25rem;
}
.Footer_Container .boxBot .left .item {
  margin-right: 0.14rem;
  position: relative;
}
.Footer_Container .boxBot .left .item a {
  display: block;
}
.Footer_Container .boxBot .left .item .ewm {
  position: absolute;
  left: 50%;
  bottom: 30px;
  transform: translateX(-50%) scale(0);
  width: 1.3rem;
  background: #f6f6f6;
  border-radius: 5px;
  transform-origin: center bottom;
  padding: 6px;
}
.Footer_Container .boxBot .left .item .ewm::after {
  position: absolute;
  content: '';
  border: 6px solid transparent;
  left: 50%;
  bottom: 0%;
  transform: translate(-50%, 100%);
  border-top-color: #f7f7f7;
}
.Footer_Container .boxBot .left .item:hover a svg path {
  fill: #0c6bda;
}
.Footer_Container .boxBot .left .item:hover .ewm {
  transition: 0.4s;
  transform: translateX(-50%) scale(1);
}
.Footer_Container .boxBot .right {
  font-size: var(--f14);
}
.Footer_Container .boxBot .right span {
  color: #fff;
  opacity: 0.3;
}
.Footer_Container .boxBot .right a {
  color: #fff;
  opacity: 0.3;
  transition: 0.4s;
}
.Footer_Container .boxBot .right a:hover {
  opacity: 1;
}
.wit_01 {
  position: relative;
}
.wit_01 .title {
  position: absolute;
  left: var(--interval);
  top: 1.5rem;
  z-index: 1;
}
.wit_01 .title .content1 {
  font-size: var(--f48);
  font-weight: bold;
}
.wit_01 .title .content2 {
  font-size: var(--f20);
  color: #666;
  line-height: 1.8;
  margin-top: 0.16rem;
}
.wit_01 .img_box {
  position: relative;
}
.wit_01 .img_box .img img {
  width: 100%;
}
.wit_01 .img_box .list .item {
  position: absolute;
  left: 0%;
  top: 0%;
  cursor: pointer;
}
.wit_01 .img_box .list .item img {
  width: 0.66rem;
}
.wit_01 .img_box .list .item .circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0.36rem;
  height: 0.36rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.8);
  display: flex;
}
.wit_01 .img_box .list .item .circle span {
  display: block;
  margin: auto;
  width: 10px;
  height: 2px;
  background: linear-gradient(to right, #0a2a9a, #0c6bda);
  position: relative;
  z-index: 3;
}
.wit_01 .img_box .list .item .circle span::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
  background: linear-gradient(to right, #0a2a9a, #0c6bda);
  width: 100%;
  height: 100%;
}
.wit_01 .img_box .list .item::before,
.wit_01 .img_box .list .item::after {
  content: '';
  position: absolute;
  top: -18px;
  right: -18px;
  bottom: -18px;
  left: -18px;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 100%;
  opacity: 0;
  transform: scale(0.3);
  animation: sonarAnimation 2s 0.1s cubic-bezier(0.075, 0.82, 0.165, 1) infinite;
}
.wit_01 .img_box .list .item::after {
  animation-delay: 0.3s;
  animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.wit_01 .img_box .list .item.active .circle {
  background: linear-gradient(to right, #0a2a9a, #0c6bda);
}
.wit_01 .img_box .list .item.active .circle span {
  background: #fff;
}
.wit_01 .img_box .list .item.active .circle span::after {
  transform: translate(-50%, -50%) rotate(0deg);
  background: #fff;
}
.wit_01 .img_box .list .item1 {
  left: 16%;
  top: 39%;
}
.wit_01 .img_box .list .item2 {
  left: 59%;
  top: 30%;
}
.wit_01 .img_box .list .item2::before,
.wit_01 .img_box .list .item2::after {
  animation: sonarAnimation 3s 0.1s cubic-bezier(0.075, 0.82, 0.165, 1) infinite;
}
.wit_01 .img_box .list .item2::after {
  animation-delay: 0.3s;
  animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.wit_01 .img_box .list .item3 {
  left: 64%;
  top: 37%;
}
.wit_01 .img_box .list .item3::before,
.wit_01 .img_box .list .item3::after {
  animation: sonarAnimation 4s 0.1s cubic-bezier(0.075, 0.82, 0.165, 1) infinite;
}
.wit_01 .img_box .list .item3::after {
  animation-delay: 0.3s;
  animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.wit_01 .img_box .list .item4 {
  left: 70%;
  top: 50%;
}
.wit_01 .img_box .list .item4::before,
.wit_01 .img_box .list .item4::after {
  animation: sonarAnimation 5s 0.1s cubic-bezier(0.075, 0.82, 0.165, 1) infinite;
}
.wit_01 .img_box .list .item4::after {
  animation-delay: 0.3s;
  animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.wit_01 .img_box .list .item5 {
  left: 75%;
  top: 50%;
}
.wit_01 .img_box .list .item5::before,
.wit_01 .img_box .list .item5::after {
  animation: sonarAnimation 2.8s 0.1s cubic-bezier(0.075, 0.82, 0.165, 1) infinite;
}
.wit_01 .img_box .list .item5::after {
  animation-delay: 0.3s;
  animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.wit_01 .img_box .list .item6 {
  left: 73.5%;
  top: 50%;
}
.wit_01 .img_box .list .item6::before,
.wit_01 .img_box .list .item6::after {
  animation: sonarAnimation 2s 0.1s cubic-bezier(0.075, 0.82, 0.165, 1) infinite;
}
.wit_01 .img_box .list .item6::after {
  animation-delay: 0.3s;
  animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}



.wit_01 .desc {
  position: absolute;
  left: var(--interval);
  font-size: var(--f16);
  bottom: 1.7rem;
  color: #fff;
}
.wit_01 .ul {
  position: absolute;
  right: var(--interval);
  bottom: 0.8rem;
  z-index: 4;
  overflow: hidden;
}
.wit_01 .ul .li {
  display: none;
}
.wit_01 .ul .li a .left {
  width: 3.8rem;
}
.wit_01 .ul .li a .right {
  width: 5rem;
  background: rgba(0, 0, 0, 0.85);
  color: #fff;
  padding: 0.45rem 0.5rem;
}
.wit_01 .ul .li a .right .content1 {
  font-size: var(--f24);
  font-weight: bold;
}
.wit_01 .ul .li a .right .content2 {
  font-size: var(--f16);
  margin: 0.1rem 0 0.3rem;
}
.wit_01 .ul .li a .right .content3 {
  font-size: var(--f14);
  color: #fff;
  display: grid;
  gap: 6px;
}
.wit_01 .ul .li.active {
  display: block;
}
@media screen and (min-width: 1200px) {
  .wit_01 .ul .li.active {
    animation: fadeInUp 0.8s cubic-bezier(0.645, 0.045, 0.355, 1) forwards;
  }
}
.mbx.posi {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
}
.mbx .box_ {
  border-bottom: 1px solid #eee;
  padding: 0.3rem 0;
}
.mbx .box_ .le {
  font-size: var(--f16);
  color: #999;
}
.mbx .box_ .le a {
  color: #999;
  transition: 0.4s;
}
.mbx .box_ .le a:hover {
  color: #0a2a9a;
}
.mbx .box_ .le span {
  color: #0a2a9a;
}
.mbx .box_ .le em {
  margin: 0 0.1rem;
}
.mbx .box_ .ri .cont1 a {
  display: block;
  color: #0a2a9a;
}
.mbx .box_ .ri .cont1 a img {
  transform: translateY(-1px);
  transition: 0.4s;
}
.mbx .box_ .ri .cont1 a:hover img {
  margin-right: 5px;
}
.wit_02 {
  position: relative;
}
.wit_02 .box {
  position: relative;
}
.wit_02 .box .orientation {
  position: absolute;
  left: 0;
  width: 100%;
  top: 1.6rem;
}
.wit_02 .box .img img {
  width: 100%;
}
.wit_03 .box {
  padding: 2.3rem 0;
}
.wit_03 .box .boxLeft {
  display: flex;
  align-items: center;
}
.wit_03 .box .boxLeft div {
  width: 100%;
}
.wit_03 .box .boxLeft .content2 {
  font-size: var(--f30);
  color: #333;
  line-height: 1.5;
  margin-top: 0.3rem;
}
.wit_03 .box .boxRight {
  width: 8.96rem;
}
.wit_03 .box .boxRight img {
  width: 100%;
}
.wit_04 {
  background: #f6f6f6;
}
.wit_04 .box {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.wit_04 .box .item {
  padding: 0.5rem 0.7rem 0.7rem;
  text-align: center;
  border-right: 1px solid #ddd;
}
.wit_04 .box .item:last-child {
  border-right: none;
}
.wit_04 .box .item .content1 {
  height: 46px;
  transition: 0.4s;
}
.wit_04 .box .item .content1 img {
  max-height: 100%;
}
.wit_04 .box .item .content2 {
  font-size: var(--f30);
  color: #333;
  margin: 0.2rem 0;
  transition: 0.4s;
}
.wit_04 .box .item .content3 {
  font-size: var(--f16);
  color: #666;
  line-height: 1.8;
}
.wit_04 .box .item:hover .content1 {
  transform: translateY(-10px);
}
.wit_04 .box .item:hover .content2 {
  color: #0a2a9a;
}
.wit_05 .box {
  text-align: center;
}
.wit_05 .box img {
  max-width: 100%;
}
.wit_06 .f30 {
  font-size: var(--f30);
  color: #666;
}
.wit_06 .f36 {
  font-size: var(--f36);
  font-weight: bold;
  margin-top: 0.06rem;
}
.wit_06 .box {
  margin-top: 0.45rem;
}
.wit_06 .box .boxLeft {
  padding-right: 0.7rem;
  flex: 1;
}
.wit_06 .box .boxLeft > div {
  height: 100%;
  border: 1px solid #eee;
}
.wit_06 .box .boxLeft > div .h5 {
  font-size: var(--f24);
  color: #0a2a9a;
  line-height: 0.76rem;
  border-bottom: 1px solid #eee;
  padding: 0 0.4rem;
}
.wit_06 .box .boxLeft > div .desc {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.24rem;
  padding: 0.32rem 0.4rem;
}
.wit_06 .box .boxLeft > div .desc p {
  position: relative;
  font-size: var(--f18);
}
.wit_06 .box .boxLeft > div .desc p span {
  margin-right: 6px;
  display: inline-block;
  width: 6px;
  height: 6px;
  transform: translateY(-3px) rotate(45deg);
  background: #666666;
}
.wit_06 .box .boxRight {
  width: 8.8rem;
}
.wit_06 .box .boxRight p {
  overflow: hidden;
}
.wit_06 .box .boxRight p img {
  width: 100%;
  transition: 0.4s;
}
.wit_06 .box .boxRight p:hover img {
  transform: scale(1.05);
}
.wit_07 .img img {
  width: 100%;
}
.wit_07 .img {
 text-align: center;
}
.wit_07 .img video {
    width:80%;

}
.wit_07 .gif {
  margin-top: -5.8rem;
  position: relative;
  z-index: 1;
}
.wit_08 {
  background: #f6f6f6;
}
.wit_08 .box {
  margin-top: 0.45rem;
}
.wit_08 .box a {
  display: block;
}
.wit_08 .box a figure {
  overflow: hidden;
}
.wit_08 .box a figure img {
  width: 100%;
  transition: 0.4s;
}
.wit_08 .box a figcaption {
  font-size: var(--f24);
  color: #333;
  background: #fff;
  padding: 0.3rem 0.4rem;
}
.wit_08 .box a:hover figure img {
  transform: scale(1.05);
}
.wit_08 .box a:hover figcaption {
  color: #0a2a9a;
}
.pt40 {
  padding-top: 0.4rem;
}
.text_100 {
  font-size: var(--f48);
  color: #333;
  text-align: center;
  font-weight: bold;
}
.text_100.left {
  text-align: left;
}
.pu_page {
  --w: 1.8rem;
  --act: 2.8rem;
  --h: 0.66rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.pu_page .number a {
  transition: 0.6s;
  width: calc(var(--h) + 2px);
  line-height: var(--h);
  text-align: center;
  font-size: var(--f18);
  color: #999;
  border: 1px solid #eaeaea;
}
.pu_page .number a + a {
  margin-left: 10px;
}
.pu_page .number a.active,
.pu_page .number a:hover {
  background: #0a33a3;
  color: #fff;
}
.pu_page .tog {
  display: flex;
  flex-wrap: wrap;
}
.pu_page .tog .prev a,
.pu_page .tog .next a {
  transition: 0.6s;
  color: #999;
  font-size: var(--f18);
  border: 1px solid #eaeaea;
  min-width: var(--w);
  line-height: var(--h);
  text-align: center;
  padding: 0 0.3rem;
}
.pu_page .tog .prev:hover a,
.pu_page .tog .next:hover a {
  min-width: var(--act);
  background: #0a33a3;
  color: #fff;
}
.pu_page .tog .next {
  margin-left: 10px;
}
.pu_link {
  display: inline-block;
}
.pu_link .a {
  cursor: pointer;
  min-width: 2.1rem;
  padding: 0 0.3rem;
  font-size: var(--f16);
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 0.54rem;
  border-radius: 3px;
  background: linear-gradient(to right, #0a2a9a, #0c6bda);
}
.pu_link .a i {
  transition: 0.4s;
  margin-left: 4px;
}
.pu_link:hover .a i {
  margin-left: 0.2rem;
}
.news_list .st_top a {
  transition: 0.4s;
  display: flex;
  flex-wrap: wrap;
  background: #fff;
  box-shadow: 0px 4px 51px 0px rgba(0, 0, 0, 0.13);
  padding: 0.2rem;
}
.news_list .st_top a .le_box {
  width: 55%;
  overflow: hidden;
}
.news_list .st_top a .le_box img {
  transition: 0.4s;
  width: 100%;
}
.news_list .st_top a .ri_box {
  width: 45%;
  padding: 0 0.6rem 0 0.8rem;
  display: flex;
}
.news_list .st_top a .ri_box > div {
  width: 100%;
  margin: auto;
}
.news_list .st_top a .ri_box > div .t1 {
  font-size: var(--f14);
  color: #999;
}
.news_list .st_top a .ri_box > div .t1 span {
  margin-left: 0.18rem;
}
.news_list .st_top a .ri_box > div .t2 {
  margin: 0.25rem 0;
  font-size: var(--f24);
  color: #333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-justify: distribute-all-lines;
}
.news_list .st_top a .ri_box > div .t3 {
  font-size: var(--f16);
  color: #666;
  line-height: 1.8;
  height: 3.6em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-justify: distribute-all-lines;
}
.news_list .st_top a .ri_box > div .t4 {
  margin-top: 0.88rem;
}
.news_list .st_top a:hover .le_box img {
  transform: scale(1.05);
}
.news_list .st_top a:hover .ri_box .t4 .a i {
  margin-left: 0.2rem;
}
.news_list .st_bot {
  margin-top: 0.5rem;
}
.news_list .st_bot .content1 {
  padding: 0 var(--interval);
  font-size: var(--f16);
  display: flex;
  flex-wrap: wrap;
}
.news_list .st_bot .content1 .tips {
  color: #333;
}
.news_list .st_bot .content1 .qiehuan {
  display: flex;
  flex-wrap: wrap;
}
.news_list .st_bot .content1 .qiehuan a {
  transition: 0.4s;
  margin-left: 0.38rem;
  color: #999;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.news_list .st_bot .content1 .qiehuan a i {
  transition: 0.4s;
  position: relative;
  border: 2px solid #999;
  width: 16px;
  height: 16px;
  border-radius: 50%;
}
.news_list .st_bot .content1 .qiehuan a i::before {
  transition: 0.4s;
  opacity: 0;
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url('../svg/100.svg') no-repeat;
  background-size: 100% 100%;
  width: 10px;
  height: 10px;
}
.news_list .st_bot .content1 .qiehuan a span {
  margin-left: 6px;
}
.news_list .st_bot .content1 .qiehuan a:hover,
.news_list .st_bot .content1 .qiehuan a.active {
  color: #0a2a9a;
}
.news_list .st_bot .content1 .qiehuan a:hover i,
.news_list .st_bot .content1 .qiehuan a.active i {
  background: #0a2a9a;
  border-color: #0a2a9a;
}
.news_list .st_bot .content1 .qiehuan a:hover i::before,
.news_list .st_bot .content1 .qiehuan a.active i::before {
  opacity: 1;
}
.news_list .st_bot .content2 {
  margin-top: 0.45rem;
}
.news_list .st_bot .content2 .item {
  position: relative;
  transition: 0.4s;
  cursor: pointer;
  padding: 0 var(--interval);
}
.news_list .st_bot .content2 .item .bk {
  transition: 0.4s;
  opacity: 0;
  z-index: 1;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 5.49rem;
}
.news_list .st_bot .content2 .item .bk img {
  width: 100%;
}
.news_list .st_bot .content2 .item::before {

  
  opacity: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(to right, #0a2a9a, #0c6bda);
}
.news_list .st_bot .content2 .item a {
  z-index: 2;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  padding: 0.5rem 0;
  border-bottom: 1px solid #eaeaea;
}
.news_list .st_bot .content2 .item a .le_box {
  width: 33%;
  overflow: hidden;
}
.news_list .st_bot .content2 .item a .le_box img {
  transition: 0.4s;
  width: 100%;
}
.news_list .st_bot .content2 .item a .ri_box {
  width: 67%;
  padding-left: 0.6rem;
}
.news_list .st_bot .content2 .item a .ri_box > div {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
}
.news_list .st_bot .content2 .item a .ri_box > div .box {
  width: calc(100% - 2.1rem);
  padding-right: 0.85rem;
  display: flex;
}
.news_list .st_bot .content2 .item a .ri_box > div .box > div {
  width: 100%;
  margin: auto;
}
.news_list .st_bot .content2 .item a .ri_box > div .box .x1 {
  transition: 0.4s;
  font-size: var(--f14);
  color: #999;
}
.news_list .st_bot .content2 .item a .ri_box > div .box .x1 span {
  margin-left: 0.18rem;
}
.news_list .st_bot .content2 .item a .ri_box > div .box .x2 {
  transition: 0.4s;
  margin: 0.25rem 0;
  font-size: var(--f24);
  color: #333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-justify: distribute-all-lines;
}
.news_list .st_bot .content2 .item a .ri_box > div .box .x3 {
  transition: 0.4s;
  font-size: var(--f16);
  color: #666;
  line-height: 1.8;
  height: 3.6em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-justify: distribute-all-lines;
}
.news_list .st_bot .content2 .item a .ri_box > div .jt {
  display: flex;
  transition: 0.4s;
  border-left: 1px solid #eaeaea;
  width: 2.1rem;
}
.news_list .st_bot .content2 .item a .ri_box > div .jt svg {
  margin: auto;
}
.news_list .st_bot .content2 .item a .ri_box > div .jt svg path {
  transition: 0.4s;
}
.news_list .st_bot .content2 .item:hover::before {
  opacity: 1;
}
.news_list .st_bot .content2 .item:hover .bk {
  opacity: 1;
}
.news_list .st_bot .content2 .item:hover a .le_box img {
  transform: scale(1.05);
}
.news_list .st_bot .content2 .item:hover a .ri_box > div .box .x1,
.news_list .st_bot .content2 .item:hover a .ri_box > div .box .x2,
.news_list .st_bot .content2 .item:hover a .ri_box > div .box .x3 {
  color: #fff;
}
.news_list .st_bot .content2 .item:hover a .ri_box > div .box .x3 {
  opacity: 0.6;
}
.news_list .st_bot .content2 .item:hover a .ri_box > div .jt {
  border-left-color: rgba(255, 255, 255, 0.1);
}
.news_list .st_bot .content2 .item:hover a .ri_box > div .jt svg path {
  fill: #fff;
}
.news_list .st_bot .content3 {
  margin-top: 0.8rem;
  padding: 0 var(--interval);
}
.news_details .ls_top {
  width: min(900px, 100%);
  margin: 0 auto;
}
.news_details .ls_top .content1 .t1 {
  font-size: var(--f36);
  color: #333;
  line-height: 1.66;
}
.news_details .ls_top .content1 .t2 {
  margin-top: 0.2rem;
  font-size: var(--f16);
  color: #999;
}
.news_details .ls_top .content1 .t2 span {
  margin-left: 0.18rem;
}
.news_details .ls_top .content2 {
  padding: 0.5rem 0;
  font-size: var(--f16);
  line-height: 2;
  color: #666;
}
.news_details .ls_top .content2 img {
  max-width: 100%;
}
.news_details .ls_bot {
  padding-top: 0.9rem;
  border-top: 1px solid #eaeaea;
}
.news_details .ls_bot > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.news_details .ls_bot > div .prev,
.news_details .ls_bot > div .next {
  width: 25%;
  display: flex;
  flex-wrap: wrap;
}
.news_details .ls_bot > div .prev span,
.news_details .ls_bot > div .next span {
  color: #999;
}
.news_details .ls_bot > div .prev a,
.news_details .ls_bot > div .next a {
  flex: 1;
  color: #0c6bda;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-justify: distribute-all-lines;
}
.news_details .ls_bot > div .return a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.news_details .ls_bot > div .return a span {
  margin-left: 6px;
  color: #0c6bda;
}
.case_list .ca_bot {
  margin-top: 0.45rem;
}
.case_list .ca_bot .content1 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.3rem;
}
.case_list .ca_bot .content1 .item {
  transition: 0.4s;
}
.case_list .ca_bot .content1 .item a {
  transition: 0.6s;
  display: block;
  background: #f6f6f6;
}
.case_list .ca_bot .content1 .item a .img {
  width: 100%;
  overflow: hidden;
}
.case_list .ca_bot .content1 .item a .img img {
  transition: 0.4s;
  width: 100%;
}
.case_list .ca_bot .content1 .item a .wz {
  transition: 0.4s;
  padding: 0.38rem;
  color: #333;
  font-size: var(--f20);
  line-height: 1.5;
}
.case_list .ca_bot .content1 .item:hover {
  transform: translateY(-0.1rem);
}
.case_list .ca_bot .content1 .item:hover a {
  background: #0a2a9a;
}
.case_list .ca_bot .content1 .item:hover a .wz {
  color: #fff;
}
.case_list .ca_bot .content2 {
  margin-top: 0.8rem;
}
.attract_talents .ts_bot {
  margin-top: 0.45rem;
}
.attract_talents .ts_bot .content1 .item {
  background: #f6f6f6;
  font-size: var(--f16);
}
.attract_talents .ts_bot .content1 .item .one {
  cursor: pointer;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0.26rem 0.3rem;
}
.attract_talents .ts_bot .content1 .item .one .div1 {
  flex: 1;
}
.attract_talents .ts_bot .content1 .item .one .div1 p {
  transition: 0.4s;
  width: 95%;
  font-size: 1.25em;
  color: #333;
}
.attract_talents .ts_bot .content1 .item .one .div2 {
  width: 53%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.attract_talents .ts_bot .content1 .item .one .div2 .dd {
  display: flex;
  flex-wrap: wrap;
}
.attract_talents .ts_bot .content1 .item .one .div2 .dd .d1,
.attract_talents .ts_bot .content1 .item .one .div2 .dd .d2 {
  transition: 0.4s;
  color: #999;
}
.attract_talents .ts_bot .content1 .item .one .div2 .dd .d1 span,
.attract_talents .ts_bot .content1 .item .one .div2 .dd .d2 span {
  transition: 0.4s;
  color: #666;
}
.attract_talents .ts_bot .content1 .item .one .div2 .dd .d2 {
  margin-left: 2rem;
}
.attract_talents .ts_bot .content1 .item .one .div2 .d4 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.attract_talents .ts_bot .content1 .item .one .div2 .d4 span {
  position: relative;
  color: #0a2a9a;
}
.attract_talents .ts_bot .content1 .item .one .div2 .d4 .hide {
  display: none;
}
.attract_talents .ts_bot .content1 .item .one .div2 .d4 svg {
  transition: 0.4s;
  margin-left: 6px;
}
.attract_talents .ts_bot .content1 .item .one .div2 .d4 svg path {
  transition: 0.4s;
}
.attract_talents .ts_bot .content1 .item .two {
  display: none;
  padding: 0.4rem 0.3rem;
}
.attract_talents .ts_bot .content1 .item .two .div1 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
.attract_talents .ts_bot .content1 .item .two .div1 > div {
  line-height: 1.8;
}
.attract_talents .ts_bot .content1 .item .two .div1 > div .d1 {
  color: #0a2a9a;
}
.attract_talents .ts_bot .content1 .item .two .div1 > div .d2 {
  margin-top: 0.16rem;
  color: #666;
}
.attract_talents .ts_bot .content1 .item .two .div2 {
  margin-top: 0.3rem;
}
.attract_talents .ts_bot .content1 .item.active .one {
  background: linear-gradient(to right, #0a2a9a, #0c6bda);
}
.attract_talents .ts_bot .content1 .item.active .one .div1 p {
  color: #fff;
}
.attract_talents .ts_bot .content1 .item.active .one .div2 .dd .d1,
.attract_talents .ts_bot .content1 .item.active .one .div2 .dd .d2 {
  color: #9dbdf0;
}
.attract_talents .ts_bot .content1 .item.active .one .div2 .dd .d1 span,
.attract_talents .ts_bot .content1 .item.active .one .div2 .dd .d2 span {
  color: #fff;
}
.attract_talents .ts_bot .content1 .item.active .one .div2 .d4 span {
  color: #fff;
  display: none;
}
.attract_talents .ts_bot .content1 .item.active .one .div2 .d4 .hide {
  display: block;
}
.attract_talents .ts_bot .content1 .item.active .one .div2 .d4 svg {
  transform: rotate(45deg);
}
.attract_talents .ts_bot .content1 .item.active .one .div2 .d4 svg path {
  fill: #fff;
}
.attract_talents .ts_bot .content1 .item + .item {
  margin-top: 0.2rem;
}
.attract_talents .ts_bot .content2 {
  margin-top: 0.8rem;
}
.contact_us .us_top .content1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
}
.contact_us .us_top .content1 .tips {
  font-size: var(--f14);
  color: #333;
}
.contact_us .us_top .content2 {
  margin-top: 0.45rem;
}
.contact_us .us_top .content2 form {
  --h: 0.76rem;
  font-size: var(--f16);
}
.contact_us .us_top .content2 form .div1 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.2rem;
}
.contact_us .us_top .content2 form .div1 .label {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background: #f6f6f6;
  padding: 0 0.3rem;
}
.contact_us .us_top .content2 form .div1 .label .svg {
  display: flex;
  width: 17px;
}
.contact_us .us_top .content2 form .div1 .label .svg img {
  max-width: 100%;
  margin: auto;
}
.contact_us .us_top .content2 form .div1 .label .inp {
  flex: 1;
  padding: 0 0.2rem;
}
.contact_us .us_top .content2 form .div1 .label .inp textarea,
.contact_us .us_top .content2 form .div1 .label .inp input {
  width: 100%;
  height: var(--h);
  border: none;
  background: none;
}
.contact_us .us_top .content2 form .div1 .label .inp textarea::placeholder,
.contact_us .us_top .content2 form .div1 .label .inp input::placeholder {
  color: #999;
}
.contact_us .us_top .content2 form .div1 .label .xin {
  color: #0a2a9a;
}
.contact_us .us_top .content2 form .div1 .label:last-child {
  grid-area: 3 / 1 / 4 / 3;
  align-items: flex-start;
  padding: 0.26rem 0.3rem;
}
.contact_us .us_top .content2 form .div1 .label:last-child .svg {
  margin-top: 0.04rem;
}
.contact_us .us_top .content2 form .div1 .label:last-child .inp {
  padding: 0 0.2rem;
}
.contact_us .us_top .content2 form .div1 .label:last-child .inp textarea {
  height: calc(var(--h) * 4.4);
  resize: none;
}
.contact_us .us_top .content2 form .div2 {
  margin-top: 0.3rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
}
.contact_us .us_top .content2 form .div2 .tips {
  color: #999;
}
.contact_us .us_bot {
  margin-top: 1.3rem;
}
.contact_us .us_bot .content1 {
  padding: 0 var(--interval);
  position: relative;
  z-index: 1;
}
.contact_us .us_bot .content1 .div2 {
  margin-top: 0.54rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  box-shadow: 0px 4px 51px 0px rgba(0, 0, 0, 0.13);
  background: #fff;
}
.contact_us .us_bot .content1 .div2 .item {
  padding: 0.34rem 0.56rem;
  border-bottom: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
}
.contact_us .us_bot .content1 .div2 .item .svg {
  height: 0.32rem;
  transition: 0.4s;
}
.contact_us .us_bot .content1 .div2 .item .svg img {
  max-height: 100%;
}
.contact_us .us_bot .content1 .div2 .item .tips {
  font-size: var(--f16);
  color: #999;
  margin: 0.1rem 0 0.15rem;
}
.contact_us .us_bot .content1 .div2 .item .wz {
  font-size: var(--f24);
  color: #333;
}
.contact_us .us_bot .content1 .div2 .item .wz a {
  transition: 0.4s;
}
.contact_us .us_bot .content1 .div2 .item .wz a:hover {
  color: #0a2a9a;
}
.contact_us .us_bot .content1 .div2 .item .wz .a {
  color: #0a2a9a;
}
.contact_us .us_bot .content1 .div2 .item .code {
  width: 1.6rem;
}
.contact_us .us_bot .content1 .div2 .item .code img {
  width: 100%;
}
.contact_us .us_bot .content1 .div2 .item:nth-child(2n) {
  border-right: none;
}
.contact_us .us_bot .content1 .div2 .item:nth-child(3),
.contact_us .us_bot .content1 .div2 .item:nth-child(4) {
  border-bottom: none;
}
.contact_us .us_bot .content1 .div2 .item:hover .svg {
  transform: translateY(-0.1rem);
}
.contact_us .us_bot .content2 {
  position: relative;
}
.contact_us .us_bot .content2 a {
  display: block;
}
.contact_us .us_bot .content2 img {
  width: 100%;
}
.brand_reputation .br_top .content2 {
  margin-top: 0.45rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.brand_reputation .br_top .content2 > div {
  padding: 0 0.3rem;
  border-right: 2px solid #dbdbdb;
}
.brand_reputation .br_top .content2 > div:last-child {
  border-right: none;
}
.brand_reputation .br_top .content2 > div p {
  cursor: pointer;
  position: relative;
  transition: 0.4s;
  color: #999;
  font-size: var(--f20);
  line-height: 1;
}
.brand_reputation .br_top .content2 > div p::before {
  transition: 0.4s;
  content: '';
  position: absolute;
  bottom: -0.16rem;
  left: 0;
  height: 0.04rem;
  width: 0%;
  background: #0a2a9a;
}
.brand_reputation .br_top .content2 > div .none {
  display: none;
}
.brand_reputation .br_top .content2 > div:hover p,
.brand_reputation .br_top .content2 > div.active p {
  color: #0a2a9a;
}
.brand_reputation .br_top .content2 > div:hover p::before,
.brand_reputation .br_top .content2 > div.active p::before {
  width: 100%;
}
.brand_reputation .br_bot {
  margin-top: 0.7rem;
  position: relative;
  padding: 0 1.6rem;
}
.brand_reputation .br_bot .swiper .swiper-slide {
  transform: scale(0.74);
  text-align: center;
}
.brand_reputation .br_bot .swiper .swiper-slide .img {
  width: 100%;
}
.brand_reputation .br_bot .swiper .swiper-slide .img img {
  width: 100%;
}
.brand_reputation .br_bot .swiper .swiper-slide .text {
  transition: 0.4s;
  opacity: 0;
  margin-top: 0.35rem;
  font-size: var(--f24);
  color: #333;
}
.brand_reputation .br_bot .swiper .swiper-slide-active {
  transform: scale(1);
  transition: 0.3s;
}
.brand_reputation .br_bot .swiper .swiper-slide-active .text {
  opacity: 1;
}
.brand_reputation .br_bot .div_ {
  --w: 0.54rem;
}
.brand_reputation .br_bot .div_ .prev,
.brand_reputation .br_bot .div_ .next {
  cursor: pointer;
  transition: 0.4s;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: var(--w);
  height: var(--w);
  border-radius: 50%;
  border: 4px solid #f0f0f0;
  color: #f0f0f0;
  display: flex;
}
.brand_reputation .br_bot .div_ .prev i,
.brand_reputation .br_bot .div_ .next i {
  margin: auto;
  font-size: var(--f24);
  font-weight: bold;
}
.brand_reputation .br_bot .div_ .prev:hover,
.brand_reputation .br_bot .div_ .next:hover {
  border-color: #0a2a9a;
  color: #0a2a9a;
}
.brand_reputation .br_bot .div_ .prev {
  left: 0;
}
.brand_reputation .br_bot .div_ .next {
  right: 0;
}
.public_welfare .wMain {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.public_welfare .wMain .le_box {
  width: 24%;
}
.public_welfare .wMain .le_box .content2 {
  margin-top: 0.55rem;
}
.public_welfare .wMain .le_box .content2 .li {
  transition: 0.4s;
  cursor: pointer;
  padding: 0.18rem 0;
  border-bottom: 1px solid #eaeaea;
}
.public_welfare .wMain .le_box .content2 .li p {
  transition: 0.4s;
  color: #333;
  font-size: var(--f24);
}
.public_welfare .wMain .le_box .content2 .li:last-child {
  border-bottom: none;
}
.public_welfare .wMain .le_box .content2 .li .none {
  display: none;
}
.public_welfare .wMain .le_box .content2 .active1 p {
  color: #0a2a9a;
}
.public_welfare .wMain .le_box .content3 {
  margin-top: 0.76rem;
}
.public_welfare .wMain .ri_box {
  position: relative;
  --w: 0.68rem;
  width: 64%;

}
.public_welfare .wMain .ri_box .swiper .swiper-slide {
  position: relative;
}
.public_welfare .wMain .ri_box .swiper .swiper-slide .img {
  width: 100%;
}
.public_welfare .wMain .ri_box .swiper .swiper-slide .img img {
  width: 100%;
}
.public_welfare .wMain .ri_box .swiper .swiper-slide .post {
  z-index: 2;
  position: absolute;
  width: calc(100% - var(--w) * 2);
  height: var(--w);
  bottom: 0;
  right: 0;
  background: rgba(17, 17, 17, 0.8);
  padding: 0 0.4rem;
  display: flex;
}
.public_welfare .wMain .ri_box .swiper .swiper-slide .post p {
  width: 100%;
  margin: auto;
  font-size: var(--f18);
  color: #fff;
}
.public_welfare .wMain .ri_box .div_ {
  z-index: 2;
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  flex-wrap: wrap;
}
.public_welfare .wMain .ri_box .div_ .prev,
.public_welfare .wMain .ri_box .div_ .next {
  cursor: pointer;
  transition: 0.4s;
  width: var(--w);
  height: var(--w);
  background: #fff;
  color: #ccc;
  display: flex;
}
.public_welfare .wMain .ri_box .div_ .prev i,
.public_welfare .wMain .ri_box .div_ .next i {
  margin: auto;
  font-size: var(--f24);
}

.public_welfare .wMain .ri_box .div_ .prev{
    background: #0a2a9a;
  color: #fff;
}
.public_welfare .wMain .ri_box .div_ .prev:hover,
.public_welfare .wMain .ri_box .div_ .next:hover {
  background: #0a2a9a;
  color: #fff;
}
.Search_01 .box .boxLeft {
  width: 4.4rem;
  padding-right: 0.5rem;
}
.Search_01 .box .boxLeft > div {
  position: sticky;
  top: var(--nav_height);
}
.Search_01 .box .boxLeft > div .content1 {
  position: relative;
}
.Search_01 .box .boxLeft > div .content1 .img img {
  width: 100%;
}
.Search_01 .box .boxLeft > div .content1 .orientation {
  position: absolute;
  top: 0.1rem;
  left: 0;
  width: 100%;
}
.Search_01 .box .boxLeft > div .content1 .orientation .val input {
  height: 54px;
  display: block;
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 0 0.2rem;
  color: #0a2a9a;
  font-size: var(--f16);
}
.Search_01 .box .boxLeft > div .content1 .orientation .btn {
  margin-top: 0.16rem;
}
.Search_01 .box .boxLeft > div .content1 .orientation .btn button {
  font-size: var(--f16);
  background: linear-gradient(to right, #0a2a9a, #0c6bda);
  width: 1.6rem;
  height: 54px;
  text-align: center;
  color: #fff;
  border: 0;
  border-radius: 5px;
  cursor: pointer;
  transition: 0.4s;
}
.Search_01 .box .boxLeft > div .content1 .orientation .btn:hover button {
  transform: translateY(0.1rem);
}
.Search_01 .box .boxLeft > div .content2 {
  font-size: var(--f16);
  margin-top: 0.36rem;
  color: #999;
}
.Search_01 .box .boxLeft > div .content2 span {
  color: #0a2a9a;
}
.Search_01 .box .boxRight {
  flex: 1;
  border-left: 1px solid #ddd;
  padding-left: 0.5rem;
}
.Search_01 .box .boxRight .list .item {
  border-bottom: 1px solid #ddd;
}
.Search_01 .box .boxRight .list .item a {
  display: block;
  padding: 0.4rem 1.5rem 0.4rem 0;
  position: relative;
}
.Search_01 .box .boxRight .list .item a .content1 {
  font-size: 12px;
  color: #999;
}
.Search_01 .box .boxRight .list .item a .content1 span {
  display: inline-block;
  margin-left: 0.12rem;
}
.Search_01 .box .boxRight .list .item a .content2 {
  font-weight: bold;
  font-size: var(--f24);
  color: #333;
  transition: 0.4s;
  height: 1.2em;
  line-height: 1.2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-justify: distribute-all-lines;
  margin: 0.2rem 0;
}
.Search_01 .box .boxRight .list .item a .content3 {
  font-size: var(--f16);
  color: #999;
  height: 1.2em;
  line-height: 1.2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-justify: distribute-all-lines;
}
.Search_01 .box .boxRight .list .item a .content4 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0.45rem;
  transition: 0.4s;
}
.Search_01 .box .boxRight .list .item a:hover .content2 {
  color: #0a2a9a;
}
.Search_01 .box .boxRight .list .item a:hover .content4 {
  right: 0.3rem;
}
.Search_01 .box .boxRight .list .item:first-child a {
  padding-top: 0;
}
.Search_01 .pu_page {
  margin-top: 0.5rem;
}
.About_01 .box .boxLeft {
  width: 5rem;
  padding-right: 0.6rem;
}
.About_01 .box .boxLeft .div {
  display: grid;
  gap: 0.5rem;
}
.About_01 .box .boxLeft .div .item .content1 {
  font-size: var(--f24);
  color: #999;
}
.About_01 .box .boxLeft .div .item .content2 {
  font-size: var(--f20);
  color: #333;
  margin-top: 0.12rem;
}
.About_01 .box .boxLeft .div .item .content3 {
  margin: 0.24rem 0;
  font-size: var(--f36);
  color: #333;
  font-weight: bold;
}
.About_01 .box .boxLeft .div .item .content4 {
  width: 0.4rem;
  height: 4px;
  background: #dbdbdb;
}
.About_01 .box .boxRight {
  flex: 1;
}
.About_01 .box .boxRight figure {
  overflow: hidden;
}
.About_01 .box .boxRight figure img {
  width: 100%;
  transition: 0.6s;
}
.About_01 .box .boxRight figure:hover img {
  transform: scale(1.05);
}
.About_01 .box .boxRight figcaption {
  font-size: var(--f18);
  color: #333;
  line-height: 2;
  margin-top: 0.4rem;
}
.About_02 {
  background: #f6f6f6;
}
.About_02 .box {
  margin-top: 1.35rem;
}
.About_02 .box .banner1 {
  position: relative;
  padding: 0 var(--interval);
}
.About_02 .box .banner1 .swiper-slide .item {
  width: 12rem;
  margin: auto;
}
.About_02 .box .banner1 .swiper-slide .item .left {
  width: 5.6rem;
  text-align: center;
}
.About_02 .box .banner1 .swiper-slide .item .left span {
  background: linear-gradient(to right, #0a2a9a, #0c6bda);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  font-size: 0.72rem;
  font-weight: bold;
}
.About_02 .box .banner1 .swiper-slide .item .center {
  padding: 0 0.4rem 0rem 0;
}
.About_02 .box .banner1 .swiper-slide .item .center img {
  width: 0.7rem;
}
.About_02 .box .banner1 .swiper-slide .item .right {
  flex: 1;
}
.About_02 .box .banner1 .swiper-slide .item .right .scroll p {
  font-size: var(--f20);
  line-height: 2;
  color: #666;
}
.About_02 .box .banner1 .div_ {
  --w: 0.54rem;
}
.About_02 .box .banner1 .div_ .prev,
.About_02 .box .banner1 .div_ .next {
  cursor: pointer;
  transition: 0.4s;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: var(--w);
  height: var(--w);
  border-radius: 50%;
  border: 4px solid #f0f0f0;
  color: #f0f0f0;
  display: flex;
  z-index: 2;
}
.About_02 .box .banner1 .div_ .prev i,
.About_02 .box .banner1 .div_ .next i {
  margin: auto;
  font-size: var(--f24);
  font-weight: bold;
}
.About_02 .box .banner1 .div_ .prev:hover,
.About_02 .box .banner1 .div_ .next:hover {
  border-color: #0a2a9a;
  color: #0a2a9a;
}
.About_02 .box .banner1 .div_ .prev {
  left: 0;
}
.About_02 .box .banner1 .div_ .next {
  right: 0;
}
.About_02 .box1 {
  margin-top: 0.95rem;
  --w: 3.15rem;
  background: url(../png/img44.png) no-repeat center top;
  background-size: auto 127px;
}
.About_02 .box1 .banner2 {
  position: relative;
}
.About_02 .box1 .banner2 .bg {
  position: absolute;
  top: 108px;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.About_02 .box1 .banner2 .bg img {
  min-width: 100%;
  max-width: inherit;
}
.About_02 .box1 .banner2 .swiper .swiper-slide {
  width: var(--w);
  padding-left: 0.6rem;
  cursor: pointer;
}
.About_02 .box1 .banner2 .swiper .swiper-slide .img1 {
  position: relative;
  width: 57px;
}
.About_02 .box1 .banner2 .swiper .swiper-slide .img1 > img {
  width: 100%;
  opacity: 0;
  transition: 0.4s;
}
.About_02 .box1 .banner2 .swiper .swiper-slide .img1 p {
  position: absolute;
  bottom: -2px;
  left: 50%;
  transform: translateX(-50%);
}
.About_02 .box1 .banner2 .swiper .swiper-slide .img1 p img {
  width: 24px;
  filter: grayscale(1);
  opacity: 0.5;
  transition: 0.4s;
}
.About_02 .box1 .banner2 .swiper .swiper-slide .img2 {
  width: 57px;
  text-align: center;
  margin-top: 15px;
  opacity: 0;
  transition: 0.4s;
}
.About_02 .box1 .banner2 .swiper .swiper-slide .img2 img {
  width: 69px;
}
.About_02 .box1 .banner2 .swiper .swiper-slide .text {
  margin-top: 45px;
  font-size: var(--f18);
  color: #999;
  padding-left: 24px;
  transition: 0.4s;
}
.About_02 .box1 .banner2 .swiper .swiper-slide:hover .text {
  color: #0a2a9a;
}
.About_02 .box1 .banner2 .swiper .swiper-slide-active .img1 > img {
  opacity: 1;
}
.About_02 .box1 .banner2 .swiper .swiper-slide-active .img1 p img {
  filter: grayscale(0);
  opacity: 1;
}
.About_02 .box1 .banner2 .swiper .swiper-slide-active .img2 {
  opacity: 1;
}
.About_02 .box1 .banner2 .swiper .swiper-slide-active .text {
  color: #0a2a9a;
}
.About_04 {
  background: #f6f6f6;
}
.About_04 .banner {
  padding: 0 1rem;
  position: relative;
}
.About_04 .banner .img {
  height: 70px;
  display: flex;
}
.About_04 .banner .img img {
  margin: auto;
  max-width: 90%;
  max-height: 90%;
}
.About_04 .div_ {
  --w: 0.54rem;
}
.About_04 .div_ .prev,
.About_04 .div_ .next {
  cursor: pointer;
  transition: 0.4s;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: var(--w);
  height: var(--w);
  border-radius: 50%;
  border: 4px solid #ccc;
  color: #ccc;
  display: flex;
}
.About_04 .div_ .prev i,
.About_04 .div_ .next i {
  margin: auto;
  font-size: var(--f24);
  font-weight: bold;
}
.About_04 .div_ .prev:hover,
.About_04 .div_ .next:hover {
  border-color: #0a2a9a;
  color: #0a2a9a;
}
.About_04 .div_ .prev {
  left: 0;
}
.About_04 .div_ .next {
  right: 0;
}
@media (max-width: 1600px) {
  .Footer_Container .boxTop .boxRight {
    padding-right: 0;
  }
}
@media (max-width: 1440px) {
  .wit_07 .img video {
    width:76%
  }
}



@media (max-width: 1200px) {
  .news_details .ls_bot > div .prev,
  .news_details .ls_bot > div .next {
    width: 35%;
  }
  .news_list .st_top a .ri_box {
    margin-top: 0.3rem;
    padding: 0;
  }
  .news_list .st_top a .ri_box > div .t4 {
    margin-top: 0.4rem;
  }
  .news_list .st_bot .content2 .item a .ri_box {
    margin-top: 0.3rem;
    padding-left: 0;
  }
  .news_list .st_bot .content2 .item a .ri_box > div .box {
    padding-right: 0;
  }
  .pu_page {
    justify-content: center;
  }
  .pu_link .a {
    height: 0.6rem;
  }
  .attract_talents .ts_bot .content1 .item .two .div1 {
    grid-template-columns: repeat(1, 1fr);
    gap: 0.3rem;
  }
  .case_list .ca_bot .content1 {
    grid-template-columns: repeat(2, 1fr);
  }
  .attract_talents .ts_bot .content1 .item .one .div2 {
    width: auto;
  }
  .contact_us .us_bot .content1 .div2 .item {
    padding: 0.34rem;
  }
  .contact_us .us_bot .content1 .div2 {
    grid-template-columns: repeat(1, 1fr);
  }
  .contact_us .us_bot .content1 .div2 .item .svg {
    height: 0.46rem;
  }
  .public_welfare .wMain .le_box .content3 {
    margin-top: 0.4rem;
  }
  .public_welfare .wMain .ri_box {
    margin-top: 0.8rem;
  }
  .brand_reputation .br_bot {
    padding: 0 10%;
  }
  .brand_reputation .br_bot .swiper .swiper-slide {
    transform: scale(0.8);
  }
  .contact_us .us_bot .content1 .div2 .item:nth-child(3) {
    border-bottom: 1px solid #eaeaea;
  }
  .contact_us .us_bot .content1 .div2 .item {
    border-right: none;
  }
  .attract_talents .ts_bot .content1 .item .one .div2 .dd,
  .pu_page .tog,
  .news_list .st_bot .content2 .item a .ri_box > div .jt {
    display: none;
  }
  .public_welfare .wMain .ri_box,
  .public_welfare .wMain .le_box,
  .news_list .st_bot .content2 .item a .ri_box,
  .news_list .st_bot .content2 .item a .le_box,
  .news_list .st_bot .content2 .item a .ri_box > div .box,
  .news_list .st_top a .ri_box,
  .news_list .st_top a .le_box {
    width: 100%;
  }
  .Header_Container {
    display: none;
  }
  .MobileMain .HeaderMobile .box .logo a img {
    filter: invert(1);
    height: 40px;
  }
  .Home_Banner .page div span {
    width: 2rem;
  }
  .Home_Banner .banner .swiper-slide .orientation2 .content1,
  .Home_Banner .banner .swiper-slide .orientation1 .content1 {
    font-size: 0.6rem;
  }
  .Home_Banner .banner .swiper-slide .orientation1 .content2 {
    font-size: var(--f26);
  }
  .Home_Banner .banner .swiper-slide .orientation1 em {
    width: 0.6rem;
  }
  .Home_Banner .button .prev,
  .Home_Banner .button .next {
    display: none;
  }
  .Homve_About .box .data {
    padding: 0;
  }
  .Home_Business .box .scroll {
    overflow: auto;
  }
  .Home_Business .box .scroll .list {
    width: 200%;
  }
  .Home_Business .box .scroll .list .item .orientation .content3 {
    opacity: 1;
    max-width: 4.8rem;
  }
  .Home_Business .box {
    --h: 5.96rem;
  }
  .Home_Business .box .scroll .list .item {
    margin-right: 0;
  }
  .Home_Solution .box .boxLeft {
    width: 100%;
    padding: 0;
  }
  .Home_News .box .list1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .Home_News .box .list .boxLeft {
    width: 100%;
  }
  .Home_News .box .list .boxRight {
    width: 100%;
    padding: 0.3rem;
  }
  .Home_News .box .list1 .item a {
    width: 100%;
  }
  .Footer_Container .boxTop .boxRight {
    display: none;
  }
  .form_01 > input {
    width: 2.8rem;
  }
  .wit_03 .box {
    padding: 1rem 0;
  }
  .About_01 .box .boxLeft,
  .wit_06 .box .boxLeft,
  .wit_03 .boxLeft {
    flex: 1 100%;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .About_01 .box .boxRight,
  .wit_06 .box .boxRight,
  .wit_03 .boxRight {
    width: 100%;
    flex: 1 100%;
    padding: 0;
    margin-top: 0.5rem;
  }
  .wit_07 .gif {
    margin-top: -2.8rem;
    position: relative;
    z-index: 1;
  }
  .About_02 .box .banner1 {
    padding: 0 1rem;
  }
  .About_02 .box .banner1 .swiper-slide .item .left {
    width: 2.6rem;
  }
  .About_02 .box .banner1 .swiper-slide .item .left span {
    font-size: 0.36rem;
  }
  .About_02 .box .banner1 .swiper-slide .item {
    width: 100%;
  }
  .wit_04 .box {
    grid-template-columns: repeat(2, 1fr);
  }
  .wit_04 .box .item:nth-child(2n) {
    border: 0;
  }
  .About_04 .banner .img img {
    max-width: 80%;
    max-height: 80%;
  }
  .public_welfare .wMain .ri_box {
    min-height: auto;
  }
  .wit_01 .ul {
    position: initial;
  }
  .wit_01 .ul .li a .right {
    width: auto;
    flex: 1;
  }
  .wit_01 .ul .li a .left {
    width: 4.8rem;
  }
  .wit_01 .title {
    position: initial;
    padding: 0.5rem 5vw;
  }
  .mbx.posi {
    position: initial;
  }
}
@media (max-width: 750px) {
  .brand_reputation .br_bot .div_ {
    --w: 0.76rem;
  }
  .brand_reputation .br_bot .swiper .swiper-slide {
    transform: scale(1);
  }
  .brand_reputation .br_bot {
    padding: 0 14%;
  }
  .pu_link .a {
    min-width: 2.6rem;
    height: 0.8rem;
  }
  .public_welfare .wMain .ri_box {
    --w: 0.8rem;
  }
  .contact_us .us_top .content2 form {
    --h: 0.9rem;
  }
  .contact_us .us_top .content2 form .div1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .contact_us .us_top .content2 form .div1 .label {
    grid-area: auto !important;
  }
  .contact_us .us_top .content2 form .div2 .tips {
    order: -1;
    margin-bottom: 10px;
  }
  .contact_us .us_top .content2 form .div1 .label:last-child .inp textarea {
    height: calc(var(--h)*2.4);
  }
  .public_welfare .wMain .ri_box .div_ {
    position: initial;
    margin-top: 0.3rem;
    justify-content: center;
  }
  .public_welfare .wMain .ri_box .div_ .prev,
  .public_welfare .wMain .ri_box .div_ .next {
    background: #ddd;
  }
  .public_welfare .wMain .ri_box .div_ .next {
    margin-left: 0.2rem;
  }
  .pu_page {
    --h: 0.8rem;
  }
  .case_list .ca_bot .content1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .news_list .st_bot .content1 .qiehuan {
    flex: 1;
  }
  .news_list .st_bot .content1 .qiehuan a {
    margin-left: 10px;
    margin-bottom: 4px;
  }
  .pu_page .number a + a {
    margin-left: 5px;
  }
  .public_welfare .wMain .ri_box .swiper .swiper-slide .post {
    width: 100%;
  }
  .Search_01 .box .boxLeft > div .content1 .orientation .btn button {
    width: 2.5rem;
    height: 50px;
  }
  .Search_01 .box .boxLeft > div .content1 .orientation .val input {
    height: 50px;
  }
  .pu_page {
    --h: 0.7rem;
  }
  .pu_page .number a + a {
    margin-left: 2px;
  }
  .Home_Banner .page div span {
    width: 1rem;
  }
  .Home_Banner .banner .swiper-slide .orientation1 .content2 {
    letter-spacing: 0;
  }
  .link_01 .a {
    padding: 0 0.5rem;
    line-height: 50px;
  }
  .Home_Business .box .scroll .list {
    width: 250%;
  }
  .Home_Business .box {
    --h: 6.96rem;
  }
  .Home_Solution .add p {
    font-size: 12px;
    line-height: 40px;
  }
  .Footer_Container .boxBot .right {
    width: 100%;
    margin: 0.6rem 0 0;
  }
  .Footer_Container .boxBot {
    margin-top: 0.8rem;
  }
  .Footer_Container .boxBot .left .item {
    margin-right: 0.34rem;
  }
  .Footer_Container .boxBot .left .item .ewm {
    width: 1.6rem;
  }
  .Footer_Container .boxBot .left .item .ewm {
    left: 150%;
  }
  .Footer_Container .boxBot .left .item .ewm::after {
    display: none;
  }
  .Homve_About .box .data .item .bot {
    font-size: 12px;
  }
  .news_details .ls_bot > div .return {
    display: none;
  }
  .news_details .ls_bot > div .prev,
  .news_details .ls_bot > div .next {
    width: 100%;
    margin: 0.1rem 0;
  }
  .wit_02 .box .orientation {
    top: 0.6rem;
    padding: 0 5vw;
  }
  .wit_03 .box .boxLeft .content2 {
    font-size: var(--f28);
  }
  .wit_04 .box {
    grid-template-columns: repeat(1, 1fr);
  }
  .wit_04 .box .item {
    border-bottom: 1px solid #ddd;
    border-right: 0 ;
    padding: 0.5rem 0rem 0.7rem;
  }
  .wit_06 .box .boxLeft > div .desc {
    grid-template-columns: repeat(1, 1fr);
  }
  .Search_01 .box .boxLeft {
    flex: 1 100%;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .Search_01 .box .boxRight {
    width: 100%;
    flex: 1 100%;
    padding: 0;
    margin-top: 0.8rem;
    border: 0;
  }
  .wit_07 .gif {
    margin-top: -1.8rem;
  }
  .wit_08 .box a figure img {
    min-height: 3rem;
  }
  .mbx .box_ .ri {
    display: none;
  }
  .wit_02 .box .img img {
    min-height: 5.4rem;
  }
  .wit_01 .ul .li a .left {
    width: 100%;
  }
  .wit_01 .ul .li a .right {
    flex: 1 100%;
    width: 100%;
    min-height: 4rem;
  }
  .wit_01 .img_box {
    transform: scale(1.2);
  }
  .wit_01 .img_box .list .item {
    transform: scale(0.8);
  }
  .wit_01 .title {
    padding: 0.5rem 5vw 0.9rem;
  }
  @keyframes sonarAnimation {
    0% {
      opacity: 0;
      transform: scale(0.3);
    }
    5% {
      opacity: 0.8;
    }
    100% {
      opacity: 0;
      transform: scale(1);
    }
  }
  .wit_01 .desc {
    display: none;
  }
  .public_welfare .wMain .ri_box .div_ .prev,
  .public_welfare .wMain .ri_box .div_ .next {
    background: #f6f6f6;
  }
  .brand_reputation .br_bot .div_ .prev,
  .brand_reputation .br_bot .div_ .next,
  .About_02 .box .banner1 .div_ .prev,
  .About_04 .div_ .prev,
  .About_04 .div_ .next,
  .About_02 .box .banner1 .div_ .next {
    border: 2px solid #ddd;
    color: #ddd;
  }
  .About_02 .box .banner1 .swiper-slide .item .center {
    display: none;
  }
  .About_02 .box .banner1 .swiper-slide .item .left {
    width: 100%;
    text-align: center;
  }
  .About_02 .box .banner1 .swiper-slide .item .right {
    width: 100%;
    margin-top: 0.3rem;
  }
  .About_02 .box .banner1 .swiper-slide .item .left span {
    font-size: 0.5rem;
  }
  .About_02 .box1 {
    --w: 3.45rem;
  }
  .About_02 .box .banner1 .div_,
  .About_04 .div_ {
    --w: 0.74rem;
  }
  .contact_us .us_bot .content2 img {
    min-height: 4rem;
  }
}
/*# sourceMappingURL=./style.css.map */