.m-footer {
  display: none;
}

.m-header {
  display: none;
}

.view1 {
  padding: 0 1.5rem;
  box-sizing: border-box;
}

.view2 {
  padding-left: 1.5rem;
  padding-right: 3.425rem;
  box-sizing: border-box;
}

.pc-header .numlist .li .pos-nav {
  padding: 0.5rem 0;
}

.pc-header .numlist .li .pos-nav {
  /* display: block; */
  border-bottom: 4px solid #1862ec;
  width: 4rem;
}

.pc-header .numlist .li .pos-nav {
  display: none;
  padding-top: 0.75rem;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  width: 4rem;
  background-color: #fff;
}

.pc-header .numlist .li .pos-nav a {
  line-height: 1.5;
  padding: 0.25rem 0.5rem;
  border-left: 4px solid transparent;
  color: #000 !important;
}

.pc-header .numlist .li .pos-nav a {
  display: block;
  text-align: center;
}

.pc-header .numlist .li .pos-nav a:hover {
  background-color: transparent;
  color: #1862ec !important;
  border-left: 4px solid #1862ec;
}

.pc-footer .h1 {
  width: 100%;
  height: 12.3875rem;
  background-color: #00498f;
  padding-top: 1.95rem;
}

.pc-footer .h1 .top {
  height: 7.175rem;
  display: flex;
  justify-content: space-between;
  padding-right: 1.925rem;
}

.pc-footer .h1 .top .left {
  display: flex;
  justify-content: space-between;
  flex: 1;
}

.pc-footer .h1 .top .right .li {
  padding-left: 1.375rem;
  box-sizing: border-box;
  border-left: 1px solid #295692;
  margin-right: 0;
}

.pc-footer .h1 .top .li .bb {
  color: #fff;
}

.pc-footer .h1 .top .left .li {
  width: 3rem;
  display: flex;
  flex-direction: column;
  /* margin-right: 1.675rem; */
  flex: 1;
}

.pc-footer .h1 .top .left .li:nth-child(8) {
  margin-right: 1.675rem;
}

.pc-footer .h1 .top .left .li a:first-child {
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 1.025rem;
  display: flex;
}

.pc-footer .h1 .top .left .li a {
  color: #c3ccdb;
  line-height: 0.75rem;
  /* margin-bottom: .25rem; */
  width: 100%;
  display: flex;
}

.pc-footer .h1 .top .right .li a {
  color: #c3ccdb;
  line-height: 0.75rem;
  /* margin-bottom: .25rem; */
  width: 100%;
  display: flex;
}

.pc-footer .h1 .top .right .li a:first-child {
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 1.025rem;
  display: flex;
}

.pc-footer .h1 .bottom {
  height: 3.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #295692;
}

.pc-footer .h1 .bottom .left {
  width: 4rem;
  height: 1rem;
}

.pc-footer .h1 .bottom .left img {
  width: 100%;
  height: 100%;
}

.pc-footer .h1 .bottom .right {
  display: flex;
  align-items: center;
}

.pc-footer .h1 .bottom .right .txt {
  color: #ccc;
  margin-right: 0.45rem;
}

.pc-footer .h1 .bottom .right .image {
  width: 0.55rem;
  height: 0.55rem;
  margin-right: 0.475rem;
  position: relative;
}
.pc-footer .h1 .bottom .right .wxbox {
  width: 2.75rem;
  height: 2.75rem;
  padding: 0.25rem;
  position: absolute;
  left: 50%;
  margin-left: -1.25rem;
  bottom: 0.75rem;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  transition: all 0.8s;
}
.pc-footer .h1 .bottom .right .image:hover .wxbox {
  opacity: 1;
  visibility: visible;
}

.pc-footer .h1 .bottom .right .image:last-child {
  margin-right: 0;
}

.pc-footer .h1 .bottom .right .image img {
  width: 100%;
  height: 100%;
}

.pc-footer .h2 {
  width: 100%;
  height: 1.4rem;
  background-color: #001f3d;
}

.pc-footer .h2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.pc-footer .h2 .left {
  display: flex;
}

.pc-footer .h2 .box {
  color: #ccc;
  margin-right: 0.25rem;
}

.pc-header .numlist {
  display: flex;
  flex: 1;
  /*justify-content: space-between;*/
}

.pc-header .numlist .li {
  margin-right: 1rem;
  position: relative;
}

.pc-header .numlist .li:last-child {
  margin-right: 0;
}

.pc-header .numlist .li a {
  color: #fff;
  font-weight: 500;
}

.pc-header .right-btn .li a {
  color: #fff;
  /* font-weight: bold; */
}

.view {
  padding: 0 4rem;
  box-sizing: border-box;
}

.pc-header .left-btn {
  margin-right: 2.375rem;
}

.pc-header .left-btn .logo {
  width: 9.15rem;
  height: 1.2rem;
  background-repeat: no-repeat;
  background-size: contain;
}

.pc-header .right-btn {
  margin-left: 5.25rem;
}

.pc-header .right-btn .li {
  margin-left: 0.35rem;
}

.pc-header .right-btn .li:first-child {
  margin-left: 0;
}

.pc-header .right-btn .li2 {
  width: 0.9375rem;
  height: 0.9375rem;
  border: 1px solid #ffffff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pc-header .right-btn .li .image {
  height: 0.55rem;
  width: 0.55rem;
}
.pc-header .right-btn .li2 svg {
  width: 0.55rem;
  height: 0.55rem;
  fill: #fff;
}

.pc-header .right-btn .li2:hover {
  background-color: #1654c7;
}

.pc-header .right-btn .li2 .image img {
  width: 100%;
  height: 100%;
}

.banner-container .txt .tit-66 {
  margin-top: 0.8rem;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #ffffff;
  line-height: 1.95rem;
}

.banner22 {
  height: 25rem;
}

.banner22 .more .tit-18 {
  transition: all 0.5s;
}

.banner22 .more:hover .tit-18 {
  letter-spacing: 5px;
}

.banner22 .banner-container {
  position: relative;
}

.banner22 .banner-container .txt1 {
  position: absolute;
  top: 8.15rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.banner22 .banner-container .txt1 .t1 {
  font-family: Source Han Sans CN;
  font-weight: bold;
  margin-bottom: 0.5rem;
  line-height: 1.8rem;
}

.banner22 .banner-container .txt1 .t2 {
  font-weight: 400;
  color: #ccc;
  margin-bottom: 1.6rem;
}

.more22 {
  width: 4.25rem;
  height: 1.35rem;
  font-weight: bold;
  color: #ffffff;
  background-color: transparent;
  /* border: 1px solid; */
  border-radius: 1rem;
  /* border-image: linear-gradient(to right, green, blue) 1; */
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
}

.banner22 .banner-container .txt1 .p3 {
  margin-top: 7.425rem;
  width: 1.55rem;
  height: 1.55rem;
  border: 1px solid #ccc;
  /* opacity: 0.2; */
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pc-header.pc11 {
  background: linear-gradient(0deg, rgba(8, 19, 34, 0) 0, rgba(8, 19, 34, 0.64) 100%);
}
.pc-header.pc11.gag {
  background: #fff;
  /*background: linear-gradient(0deg,rgba(8,19,34,0) 0,rgba(8,19,34,.64) 100%);*/
}
.gag.pc11 .numlist .li a {
  color: #333;
}
.gag.pc11 .right-btn .li a {
  color: #333;
}
.pc-header.gag .right-btn .li2 {
  border: 1px solid #333;
}
.pc-header.gag .right-btn .li2 {
  border: 1px solid #333;
}
.pc-header.gag .right-btn .li2 svg {
  fill: #333;
}

.gag.pc11 .logo .img1 {
  opacity: 0;
}

.gag.pc11 .logo .img2 {
  opacity: 1;
}

.pc11 .logo .img1 {
  opacity: 1;
}

.pc11 .logo .img2 {
  opacity: 0;
}

.nav1 {
  width: 100%;
  height: 2.2rem;
  display: flex;
  align-items: center;
  background-color: #fff;
}

.nav1 .view {
  width: 100%;
  background-color: #fff;
}

.nav1 .txt {
  display: inline-block;
  height: 2.2rem;
  width: auto;
  color: #333;
  font-family: Source Han Sans CN;
  margin-right: 3rem;
  font-weight: 500;
  line-height: 2.5rem;
  transition: ease 0.3s;
}

/* .nav1 .txt:hover {
  color: #1862ec;
  border-bottom: 3px solid #1862ec;
} */

.ac {
  color: #1862ec !important;
  border-bottom: 3px solid #1862ec;
}

.goal-a {
  position: relative;
  width: 100%;
  /* height: 48.475rem; */
  padding-top: 3.475rem;
  padding-bottom: 4.65rem;
}

.goal-a .g1 {
  width: 20.95rem;
  height: 20.95rem;
  position: absolute;
  left: 68%;
  top: 1.55rem;
  z-index: 0;
}

.goal-a .g1 img {
  width: 100%;
  height: 100%;
}

.goal-a .g2 {
  width: 26.725rem;
  height: 7.975rem;
  position: absolute;
  left: 50%;
  top: 22.15rem;
  transform: translateX(-50%);
}

.goal-a .g2 img {
  width: 100%;
  height: 100%;
}

.goal-a .g3 {
  width: 40rem;
  height: 17.45rem;
  position: absolute;
  left: 50%;
  top: 28.3rem;
  transform: translateX(-50%);
}

.goal-a .g3 img {
  width: 100%;
  height: 100%;
}

.goal-a .top {
  position: relative;
}

.goal-a .top .view {
  padding-right: 2.875rem;
}

.goal-a .top .tit {
  color: #1862ec;
  font-weight: bold;
  margin-bottom: 1.425rem;
  line-height: 1.55rem;
}

.goal-a .top .bbox {
  display: flex;
  justify-content: space-between;
}

.goal-a .top .bbox .left {
  width: 41%;
}

.goal-a .top .bbox .left .b1 {
  font-weight: 500;
  color: #4d4d4d;
  line-height: 0.75rem;
  margin-bottom: 1.25rem;
}

.goal-a .top .bbox .left .b2 {
  font-weight: 400;
  color: #4d4d4d;
  line-height: 0.75rem;
}

/* .goal-a .top .bbox .right {
  position: relative;
  z-index: 111;

} */
.goal-a .top .bbox .right {
  position: relative;
  width: 52%;
}
.goal-a .top .bbox .right .image1 {
  width: 100%;
  height: auto;
}

.goal-a .top .bbox .right .image1 img {
  width: 100%;
  height: 100%;
}

.goal-a .top .bbox .right .image2 {
  position: absolute;
  bottom: -15%;
  left: -6%;
  width: 45%;
}

.goal-a .bottom {
  padding-top: 3.125rem;
  background-size: contain;
  background-repeat: no-repeat;
}

.goal-a .bottom .tit {
  font-weight: bold;
  color: #000000;
  margin-bottom: 0.75rem;
}

.goal-a .bottom .allBox {
  display: flex;
  width: 100%;
  justify-content: center;
}

.goal-a .bottom .allBox .box {
  /* padding-top: 1.775rem; */
  background: linear-gradient(to bottom left, #fafbfc, #e9f1f8);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: calc((100% - 4rem - 2.85rem) / 4);
  height: 9.125rem;
  background-size: cover;
  margin-right: 0.95rem;
  border-radius: 25px;
  transition: all 0.5s;
}

.goal-a .bottom .allBox .box:hover {
  background: linear-gradient(to bottom left, #68e0cf, #209cff);
}

.goal-a .bottom .allBox .box:nth-child(4n) {
  margin-right: 0;
}

.goal-a .bottom .allBox .box:nth-child(2),
.goal-a .bottom .allBox .box:nth-child(3) {
  margin-top: 1.5rem;
}

.goal-a .bottom .allBox .box .tt {
  font-weight: bold;
  color: #000000;
  text-align: -webkit-center;
  margin-bottom: 1.225rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.goal-a .bottom .allBox .box .bb img {
  max-width: 1.75rem;
}

.goal-a .bottom .allBox .box:hover .bb img {
  filter: brightness(0) invert(1);
  /* 将亮度降低至0，图标变为黑色 */
}

.goal-a .bottom .allBox .box:hover .tt {
  color: #fff;
}

.goal-b {
  width: 100%;
  height: auto;
  padding-top: 3.3rem;
  padding-bottom: 3rem;
  position: relative;
}

.goal-b .tit {
  font-weight: bold;
  color: #000000;
  margin-bottom: 1.775rem;
}

.goal-b .nn {
  width: 100%;
  height: 1.65rem;
  border-bottom: 1px solid #ccc;
  display: flex;
  justify-content: space-around;
  margin-bottom: 3.6rem;
}

.goal-b .nn .n1 {
  display: inline-block;
  color: #8b9097;
  font-weight: bold;
  transition: all 0.3s;
  line-height: 1.2rem;
  cursor: pointer;
}

.goal-b .nn .n1.on {
  color: #1862ec !important;
  border-bottom: 3px solid #1862ec;
}

.goal-b .swiper-container {
  width: 100%;
  height: 8.675rem;
  padding: 0 2.85rem;
  display: flex;
  /* margin-bottom: 3rem; */
  position: relative;
}

.goal-b .swiper-container .swiper-pagination {
  position: absolute;
  bottom: 0;
}

.goal-b .allBox .swiper-slide {
  width: calc((100% - 3.025rem) / 2);
  height: 7.675rem;
  margin-right: 3.025rem;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 25px;
  box-shadow: 0 1px 20px 3px rgb(0 0 0 / 5%);
}

.goal-b .allBox .swiper-slide .box {
  width: 100%;
  height: 100%;
  display: flex;

  padding: 0 2.325rem;

  justify-content: space-between;
  align-items: center;
}

.goal-b .allBox .swiper-slide:nth-child(2n) {
  margin-right: 0;
}

.goal-b .allBox .swiper-slide .box .left {
  padding-right: 1rem;
  width: calc(100% - 3.5rem);
}

.goal-b .allBox .swiper-slide .box .left .p1 {
  font-size: 2.5rem;
  font-weight: bold;
  color: #000000;
  line-height: 1;
}

.goal-b .allBox .swiper-slide .box .left .p2 {
  font-weight: bold;
  margin-top: 0.5rem;
  color: #000000;
}

.goal-b .allBox .swiper-slide .box .right {
  width: 3rem;
  height: 100%;
  display: flex;
  align-items: center;
}

.goal-b .allBox .swiper-slide .box .right img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.or-a {
  width: 100%;
  height: auto;
  margin-top: 3.725rem;
  margin-bottom: 3.025rem;
}

.or-a .allBox {
  width: 100%;
  height: auto;
}

.or-a .allBox .box {
  width: 100%;
  height: 12.025rem;
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.325rem;
}

.or-a .allBox .box .left {
  /*width: 18.05rem;*/
  width: 50%;
  margin-top: 2.2rem;
}

.or-a .allBox .box .left .t1 {
  font-weight: bold;
  color: #1862ec;
  line-height: 0.75rem;
  margin-bottom: 1.125rem;
}

.or-a .allBox .box .left .t2 {
  font-weight: 500;
  color: #333333;
  line-height: 0.75rem;
}

.or-a .allBox .box .right {
  /*width: 15.125rem;*/
  width: 45%;
  height: auto;
  border-radius: 25px;
  background: linear-gradient(to bottom, #66ded0, #239ffd);
  margin-top: 1.425rem;
  position: relative;
  padding-top: 1.375rem;
  padding-left: 1.4rem;
}

.or-a .allBox .box .right .image {
  width: 9.775rem;
  height: 12.025rem;
  position: absolute;
  bottom: 0;
  left: 4.225rem;
}

.or-a .allBox .box .right .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.or-a .allBox .box .right .txt {
  color: #ffffff;
  writing-mode: vertical-rl;
  /* 从上到下的竖排文字 */
  text-orientation: upright;
  /* 文字方向为正常 */
  white-space: nowrap;
  /* 防止文字换行 */
}

.or-a .allBox .box .b2 .image {
  /* width: 11.275rem;
  height: 12.45rem; */
  left: 2.025rem;
  bottom: 0;
}

.or-a .allBox .box .b2 .txt {
  margin-left: 9.95rem;
}

.or-b {
  width: 100%;
  height: 1000px;
  background-size: contain;
  background-repeat: no-repeat;
  /* 禁止平铺 */
  padding-top: 3.125rem;
}

.or-b .tit {
  font-weight: bold;
  color: #1862ec;
  margin-bottom: 1.775rem;
}

.or-b .tt {
  text-align: -webkit-center;
}

.or-b .swiper-container {
  width: 100%;
}

.or-b .allBox {
  margin-top: 1.85rem;
  /* width: 40rem; */
  /* display: flex;
  flex-wrap: wrap; */
}

.or-b .allBox .box {
  /* width: calc((100% - 8.55rem)/7); */
  height: 5.5rem;
  /* margin-right: 1.425rem; */
  background-size: contain;
  background-repeat: no-repeat;
  margin-bottom: 1.125rem;
  position: relative;
  display: flex;
  justify-content: center;
}

.or-b .allBox .box .im {
  width: 100%;
  height: 1.725rem;
  position: absolute;
  bottom: 0;
}

.or-b .allBox .box .im img {
  width: 100%;
}

.wtt {
  width: 100%;
  margin-top: 2.4rem;
}

.wtt .top {
  display: flex;
  align-items: center;
}

.wtt .top .heng {
  width: 4.25rem;
  height: 1px;
  background-color: #1862ec;
}

.wtt .top .tt {
  color: #1862ec;
  font-weight: 500;
  margin-left: 0.4rem;
}

.wtt .bottom {
  /* max-width: 19.775rem; */
  font-weight: bold;
  color: #1862ec;
}

.w-b {
  /* width: 100%; */
  /* height: 19.525rem; */
  /* display: flex; */
  position: relative;
}

.w-b .swiper-pagination {
  position: absolute;
  bottom: 0.75rem;
}

.w-b .allbox {
  padding-top: 1.825rem;
  padding-bottom: 4rem;

  border-top: 1px solid #ccc;
  width: 100%;
  /* display: flex; */
}

.w-b .allbox .box {
  margin-top: 1.825rem;
  width: calc((100% - 4.275rem) / 4);
  margin-right: 1.425rem;
}

.w-b .allbox .box:hover .top img {
  transform: scale(1.1);
}

.w-b .allbox .box:nth-child(4n) {
  margin-right: 0;
}

/* .w-b .allbox .box:hover .top img {
  transform: scale(1.1);
} */

/* .w-b .allbox .box:hover .bottom .tt1 {
  color: #1862ec;
  transition: all 0.5s;
} */

/* .w-b .allbox .box:hover .bottom .tt2 {
  color: #1862ec;
  transition: all 0.5s;
} */

.w-b .allbox .box .top {
  width: 100%;
  height: 9rem;
  margin-bottom: 0.9rem;
  overflow: hidden;
  border-radius: 1rem;
}

.w-b .allbox .box .top img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}

.w-b .allbox .box .bottom .tt1 {
  font-weight: 500;
  color: #666666;
  margin-bottom: 0.475rem;
}

.w-b .allbox .box .bottom .tt2 {
  font-weight: bold;
  color: #000000;
  line-height: 1.5;
}
.w-b .allbox .box .bottom .tt2 br {
  display: none;
}

.w-c {
  width: 100%;
}

.w-c .allbox {
  width: 100%;
  padding-left: 4.65rem;
}

.w-c .allbox .box {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.w-c .allbox .box .left {
  max-width: 12.2rem;
}

.w-c .allbox .box .left .tt1 {
  font-weight: bold;
  color: #000000;
}

.w-c .allbox .box .left .tt2 {
  font-weight: 400;
  color: #ccc;
  line-height: 0.7rem;
  margin-bottom: 1.575rem;
}

.w-c .allbox .box .left .more {
  background-color: #1862ec;
  color: #fff;
}

.w-c .allbox {
  margin-bottom: 5.75rem;
}

.w-d {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 4.55rem;
}

.w-d .image {
  width: 26.45rem;
  height: 8.775rem;
  /* background: linear-gradient(to right, #209CFF, #68E0CF); */
  border-radius: 1.2rem;
  background-size: cover;
}

.w-e {
  width: 100%;
  height: 23.9rem;
  background-color: palegoldenrod;
}

.w-f {
  width: 100%;
  height: 23.475rem;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 4.725rem;
  padding-top: 4.95rem;
  /* display: flex;
  flex-direction: column;
  align-items: center; */
  /* justify-content: center; */
}

.w-f .view {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.w-f .f2 {
  font-size: 1.975rem;
  color: #269aff;
  margin-bottom: 4.65rem;
  font-weight: bold;
  background: linear-gradient(-11deg, #015eea 0%, #00c0fa 100%);
  -webkit-background-clip: text;
  background-clip: text;
  /* 设置文本颜色透明化 */
  -webkit-text-fill-color: transparent;
  /* 将文本颜色设置为透明 */
  line-height: 1.975rem;
  margin-top: 1.85rem;
}

.w-f .more {
  width: 4.25rem;
  height: 1.35rem;
  font-weight: bold;
  color: #269aff;
  background-color: transparent;
  border-radius: 1rem;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
}

.w-g {
  width: 100%;
  /* height: 26.925rem; */
  padding-bottom: 4.75rem;
}

.w-g .abox {
  width: 100%;
  margin-top: 2.95rem;
  display: flex;
}

.w-g .abox .box {
  width: calc((100% - 4.5rem) / 3);
  margin-right: 2.25rem;
  height: 11.95rem;
  border-radius: 1rem;
  transition: all 0.5s;
}

.w-g .abox .box:last-child {
  margin-right: 0;
}

.wg1 {
  border: 2px solid #1862ec;
  padding: 0.7rem 1.9rem 1.5rem 1.45rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.wg2 {
  background: linear-gradient(to bottom left, #fff, #e9f1f8);
  transition: all 0.5s;
}

.w-g .abox .wg1 .top {
  border-bottom: 1px solid #999999;
}

.w-g .abox .wg1 .top:nth-last-child(2) {
  border: 0;
}

.w-g .abox .wg1 .top .bb1 {
  display: flex;
  align-items: center;
  margin-bottom: 0.225rem;
  margin-top: 0.625rem;
}

.w-g .abox .wg2 .image {
  transition: all 0.3s;
}

.w-g .abox .wg1 .top .bb1 .txt {
  color: #1862ec;
  margin-left: 3px;
}

.w-g .abox .wg1 .top .bb2 {
  font-weight: 500;
  color: #000000;
  line-height: 0.6rem;
  margin-bottom: 0.625rem;
  line-height: 0.6rem;
}

.w-g .abox .wg1 .top .bb3 {
  font-weight: 400;
  color: #999999;
  margin-bottom: 0.625rem;
}

.w-g .abox .wg1 .top .bb3 span:first-child {
  border-right: 2px solid #999999;
}

.w-g .abox .wg1 .more {
  background-color: #1862ec;
  color: #fff;
}

.w-g .abox .wg1 .bottom {
  width: 100%;
  display: flex;
  justify-content: center;
}

.w-g .abox .wg2 .t1 {
  margin-top: 1.025rem;
  font-weight: bold;
  color: #000000;
  transition: all 0.3s;
}

.w-g .abox .wg2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}

.w-g .abox .wg2 .more {
  width: 3.65rem;
  height: 1.15rem;
  color: #269aff;
  margin-top: 0.875rem;
}

.w-g .abox .wg2:hover {
  /* margin-top: -0.475rem; */
  background: linear-gradient(to bottom left, #68e0cf, #209cff);
}

.w-g .abox .wg2:hover .image {
  filter: brightness(0) invert(1);
}

.w-g .abox .wg2:hover .t1 {
  color: #fff;
}

.w-g .abox .wg2 .tt {
  display: none;
  margin-top: 0.775rem;
  font-weight: 400;
  color: #ffffff;
}

.w-g .abox .wg2:hover .tt {
  display: block;
}

.w-g .abox .wg2:hover .more {
  display: none;
}

.nd {
  width: 100%;
  background-color: #f3f7fe;
  height: auto;
  padding: 5.525rem 9rem 2.375rem 9rem;
}

.nd .top {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-bottom: 1px solid #ccc;
}

.nd .top .tt1 {
  max-width: 25.475rem;
  font-weight: bold;
  color: #1862ec;
  line-height: 1.2rem;
}

.nd .top .tt2 {
  margin-top: 1.125rem;
  margin-bottom: 0.55rem;
  font-weight: 500;
  color: #999999;
}

.nd .middle {
  padding-top: 1.625rem;
  color: #666666;
  padding-bottom: 3.325rem;
  border-bottom: 1px solid #ccc;
}
.nd .middle img {
  display: inline-block;
}
.nd .middle .image1 {
  margin-top: 1.25rem;
  margin-bottom: 2.4rem;
}

.nd .middle .bbt {
  margin-top: 1.675rem;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.nd .middle .bbt .left {
  width: 14.9rem;
  height: 12.025rem;
  border-radius: 1rem;
}

.nd .middle .bbt .left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.nd .middle .bbt .right {
  width: 13.1rem;
  margin-left: 1.55rem;
}

.nd .bottom {
  margin-top: 0.825rem;
  height: auto;
  display: flex;
  justify-content: space-between;
}

.nd .bottom .box {
  width: 45%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  /* border-right: 1px solid #ccc; */
}

.nd .bottom .box:nth-child(2) {
  border-right: 0;
}

.nd .bottom .box .t2 {
  color: #ccc;
  width: calc(100% - 100px);
  transition: all 0.5s;
}
.nd .bottom .box .t2 {
  line-height: 1.4;
}
.nd .bottom .box .t2:hover {
  color: #1862ec;
}

.dl {
  padding-top: 3.275rem;
  padding-bottom: 3.925rem;
}

.dl .view {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.dl .tit {
  color: #1862ec;
  font-weight: bold;
  margin-bottom: 1.825rem;
}

.dl .allBox {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1.85rem;
}

.dl .allBox .box {
  width: calc((100% - 1.5rem) / 2);
  margin-right: 1.5rem;
  height: 4.5rem;
  border: 1px solid #cccccc;
  border-radius: 1rem;
  margin-bottom: 1.525rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 1.55rem;
  padding-right: 1.325rem;
}

.dl .allBox .box:nth-child(2n) {
  margin-right: 0;
}

.dl .allBox .box .left .t1 {
  font-weight: 500;
  color: #000000;
  line-height: 0.9rem;
  margin-bottom: 0.625rem;
}

.dl .allBox .box .left .t2 {
  font-weight: 400;
  color: #999999;
}

.dl .allBox .box .right {
  width: 2.1rem;
  height: 2.1rem;
  background: #f5f5f5;
  border-radius: 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 0.5s;
}

.dl .allBox .box .right:hover {
  background-color: #1654c7;
}

.dl .allBox .box .right:hover .image img {
  filter: brightness(0) invert(1);
}

.dl .allBox .box .right .image {
  width: 0.6rem;
  height: 0.75rem;
}

.dl .allBox .box .right .image img {
  width: 100%;
  height: 100%;
}

.ct {
  width: 100%;
  height: auto;
  padding-top: 3.275rem;
  padding-bottom: 2.6rem;
}

.ct .view {
  padding: 0 5.25rem;
}

.ct .tit {
  font-weight: bold;
  color: #1862ec;
  margin-bottom: 1.575rem;
}

.ct .ct1 {
  width: 100%;
  display: flex;
  margin-bottom: 1.525rem;
}

.ct .ct1 .box {
  width: 25%;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-right: 2px dashed #999999;
}

.ct .ct1 .box:last-child {
  border-right: 0;
}

.ct .ct1 .box .t2 {
  font-weight: 500;
  color: #1862ec;
  line-height: 0.6rem;
  margin-bottom: 1.025rem;
  margin-top: 0.425rem;
}

.ct .ct2 {
  margin-bottom: 0.9rem;
}

.ct .ct2 .image {
  width: 100%;
  height: auto;
  /* background-color: #2450a3; */
  position: relative;
}

.ct .ct2 .circle {
  position: absolute;
  top: 6.5rem;
  left: 23.425rem;
  z-index: 999;
  width: 1.65rem;
  height: 1.65rem;
}

.ct .ct2 .image img {
  max-width: 100%;
  height: 100%;
  /* object-fit: contain; */
}

.ct .ct2 .weizhi {
  position: absolute;
  top: 5.35rem;
  left: 15.925rem;
  width: 8rem;
  height: 1.75rem;
  border: 1px solid #1862ec;
  border-radius: 1rem;
  background-color: #fff;
  font-weight: bold;
  color: #084ccb;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ct .ct3 .box {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  background-color: #f3f4f5;
  border-radius: 1rem;
  padding-left: 1.025rem;
  margin-bottom: 0.75rem;
}

.ct .ct3 .box .icon {
  width: 1.3rem;
  height: 1.3rem;
  background-color: #1862ec;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0.25rem;
  margin-right: 0.75rem;
}

.ct .ct3 .box .icon .image {
  /* background-color: #000000; */
  width: 0.6rem;
  height: 0.6rem;
}

.ct .ct3 .box1 {
  height: 2.75rem;
}

.ct .ct3 .box .t1 {
  font-weight: bold;
  color: #333333;
  line-height: 1;
  margin-right: 0.775rem;
  margin-bottom: 0;
}

.ct .ct3 .box .t2 {
  font-weight: 400;
  color: #333333;
  line-height: 1;
}

.ct .ct3 .box .t2 span {
  margin-right: 2.5rem;
}

.ct .ct3 .box .t2 .tt2 {
  margin-bottom: 1.125rem;
}

.ct .ct3 .box2 {
  /* height: 5.25rem; */
  align-items: flex-start;
  padding: 1rem 1.025rem;
}

.ct .ct3 .box2 .t2 .tt2 {
  display: flex;
}

.ct .ct3 .box2 .t2 .tt2:nth-child(3) {
  margin-bottom: 0;
}

.ct .ct3 .box2 .t2 .tt2 .biao {
  width: 0.5rem;
  height: 0.5rem;
  background-color: #1862ec;
  border-radius: 50%;
  margin-right: 0.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.25rem;
  color: #fff;
}

.banner33 {
  position: relative;
}

.topinput22 {
  position: absolute;
  top: 15rem;
  z-index: 33;
}

.topinput22 .ipt {
  background-color: transparent;
}

.topinput22 .inputtext .left {
  font-weight: 500;
  color: #ffffff;
}

.topinput22 .inputtext .right a {
  color: #ccc !important;
}

.il-a {
  height: auto;
  width: 100%;
}

.il-a .view {
  display: flex;
  justify-content: center;
  border-bottom: 1px solid #ccc;
}

.il-a .n1 {
  height: 100%;
  padding-top: 2.225rem;
  padding-bottom: 0.825rem;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: all 0.5s;
  border-bottom: 3px solid transparent;
  box-sizing: border-box;

  color: #000;
  font-weight: bold;
}

.il-a .n1:first-child {
  margin-right: 4.2rem;
}

/* .il-a .n1 .tt {
  margin-left: 0.275rem;
  font-weight: bold;
  color: #000;
  line-height: .6rem;
} */

.il-a .n1 .ic img {
  margin-right: 0.275rem;
  filter: brightness(255) invert(1);
}

.ilac {
  color: #1862ec !important;
  border-bottom: 3px solid #1862ec !important;
  filter: none !important;
}

.il-a .n1:hover .ic img {
  filter: none;
}

.il-b {
  width: 100%;
  height: auto;
  padding-top: 2.025rem;
  padding-bottom: 5.425rem;
}

.il-b .allBox {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.il-b .allBox .box {
  width: calc((100% - 1.75rem) / 3);
  height: 6.85rem;
  border: 1px solid #ccc;
  margin-right: 0.875rem;
  margin-bottom: 0.9rem;
  border-radius: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 1.3rem 1.75rem 1.225rem 1.225rem;
  transition: all 0.5s;
}

.il-b .allBox .box:nth-child(3n) {
  margin-right: 0;
}

.il-b .allBox .box .top {
  height: 1.425rem;
  transition: all 0.5s;
}

.il-b .allBox .box .middle {
  display: flex;
  font-weight: 400;
  color: #999999;
}

.il-b .allBox .box .bottom {
  display: flex;
  justify-content: flex-end;
  font-weight: bold;
  text-decoration: underline;
  color: #1862ec;
}

.il-b .allBox .box .middle .m1 {
  margin-right: 1rem;
}

.il-b .allBox .box:hover {
  border: 1px solid #1862ec;
  transform: translate(0, -0.5rem);
}

.il-b .allBox .box:hover .top {
  color: #1862ec;
}

.ide-a {
  width: 100%;
  background-color: #f3f7fe;
  height: auto;
  padding-top: 5.375rem;
  padding-bottom: 0.825rem;
}

.ide-a .view {
  padding: 0 6.5rem;
}

.ide-a .nag a {
  color: #999999;
  font-weight: 400;
}

.ide {
  width: 100%;
  height: auto;
  background-color: #f3f7fe;
  padding-bottom: 3.3rem;
}

.ide .view {
  padding: 0 6.5rem;
  display: flex;
  justify-content: space-between;
}

.ide-c {
  width: 22.75rem;
  padding-top: 1.3rem;
  border-top: 1px solid #ccc;
  margin-right: 1.725rem;
}

.ide-c .tit {
  max-width: 19.675rem;
  font-weight: bold;
  color: #1862ec;
  line-height: 1.2rem;
  margin-bottom: 1.05rem;
}

.ide-c .box {
  width: 22.5rem;
  height: 4.925rem;
  background-color: #fff;
  border-radius: 1rem;
  padding: 1.375rem 7.275rem 1.3rem 1.8rem;
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.725rem;
}

.ide-c .box .ads {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.ide-c .box .ads .sdd span:first-child {
  font-weight: 500;
  color: #333333;
}

.ide-c .box .ads .sdd span:last-child {
  font-weight: 500;
  color: #1862ec;
}

.ide-c .box1 {
  width: 100%;
  padding-bottom: 1.6rem;
}

.ide-c .box1 .cont {
  font-weight: 400;
  color: #333333;
}

.ide-c .zp {
  width: 100%;
  border-bottom: 1px solid #ccc;
  margin-bottom: 1.05rem;
}

.ide-c .zp .t1 {
  display: inline-block;
  font-weight: 500;
  color: #333333;
  line-height: 1.5rem;
  /* margin-left: 5px; */
  border-bottom: 2px solid #1862ec;
}

.ide-c .more {
  background-color: #1862ec;
  font-weight: bold;
  color: #ffffff;
  width: 3.65rem;
  height: 1.175rem;
}

.ide-d {
  width: 10.525rem;
  padding-top: 1rem;
  border-top: 2px solid #ccc;
}

.ide-d .tit {
  font-weight: 500;
  color: #666666;
  margin-bottom: 0.9rem;
}

.ide-d .box {
  width: 10.65rem;
  height: 10.625rem;
  border-radius: 1rem;
  border: 1px solid #ccc;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.ide-d .box .k {
  max-width: 8.025rem;
  margin-bottom: 1.1rem;
}

.ide-d .box .k:last-child {
  margin-bottom: 0;
}

.ide-d .box .k .k1 {
  font-weight: bold;
  color: #1862ec;
}

.ide-d .box .k .k2 {
  font-weight: 500;
  color: #000000;
  line-height: 0.6rem;
}

.int {
  height: auto;
  width: 100%;
  padding-top: 3.55rem;
  padding-bottom: 3.9rem;
  position: relative;
}

.int .view {
  z-index: 100;
}

.int .image1 {
  position: absolute;
  top: 8.775rem;
  left: 30.7rem;
  z-index: 0;
}

.int .image2 {
  position: absolute;
  top: 42.5rem;
  left: 36%;
  transform: translateX(-50%);
  z-index: 0;
}

.int .t1 {
  width: 100%;
  display: flex;
  align-items: flex-start;
}

.int .t1 .tit {
  /* width: 6rem; */
  font-weight: bold;
  color: #1862ec;
  margin-right: 3.525rem;
}

.int .t1 .cont {
  width: 23.75rem;
  margin-top: 0.975rem;
}

.int .t1 .cont .p1 {
  font-weight: 500;
  font-style: italic;
  color: #000000;
  line-height: 1.2rem;
}

.int .t1 .cont .p2 {
  color: #4d4d4d;
  line-height: 2;
}

.int .t2 {
  width: 100%;
  height: 13.725rem;
  border-radius: 1rem;
  margin-top: 2.525rem;
  position: relative;
  z-index: 1;
}

.int .t2:hover img {
  transform: scale(1.02);
}

.int .t2 img {
  width: 100%;
  /* height: 100%; */
  object-fit: contain;
  transition: all 0.5s;
}

.int .t3 {
  margin-right: 10.45rem;
  margin-top: 3.325rem;
}

.int .t3 .p1 {
  font-weight: 500;
  color: #333333;
  line-height: 0.75rem;
}

.int .t3 .p1 span {
  color: #1862ec;
}

.int .t3 .p2 {
  color: #4d4d4d;
  line-height: 0.75rem;
}

.int .t4 {
  width: 100%;
  display: flex;
  margin-top: 2.3rem;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}

.int .t4 .left {
  width: 20rem;
  height: 16.725rem;
  margin-right: 2.3rem;
  overflow: hidden;
}

.int .t4 .left img {
  width: 100%;
  height: 100%;
  /* object-fit: contain; */
  transition: all 0.5s;
}

.int .t4 .left:hover img {
  transform: calc(1.03);
}

.int .t4 .right {
  width: 17.775rem;
  color: #4d4d4d;
  line-height: 0.75rem;
  font-weight: 400;
}

.int .t5 {
  width: 100%;
  /* margin-left: 2.825rem;
  margin-right: 2.825rem; */
  justify-content: center;
  margin-top: 2.2rem;
  display: flex;
  position: relative;
}

.int .t5 .txt {
  font-weight: 400;
  font-style: italic;
  color: #1862ec;
  line-height: 0.75rem;
  text-align: -webkit-center;
}

.int .t5 .im1 {
  position: absolute;
  top: 0;
  left: 0;
}

.int .t5 .im2 {
  position: absolute;
  bottom: 0;
  right: 0;
}

.w-g .abox .WE {
  display: flex;
  flex: 1;
  width: auto;
}

.w-g .abox .wg2 {
  flex: 1;
}

.o-c {
  width: 100%;
  padding-top: 3.125rem;
  padding-bottom: 2.725rem;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
}

.o-c .tit {
  font-weight: bold;
  color: #1862ec;
  line-height: 0.75rem;
  margin-bottom: 1.775rem;
}

.o-c .tt {
  font-weight: 400;
  color: #333333;
  line-height: 0.75rem;
  margin-bottom: 1.85rem;
  text-align: -webkit-center;
}

.o-c .box {
  width: 4.5rem;
  height: 5.5rem;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
}

.o-c .box .txt {
  position: absolute;
  bottom: 1.1rem;
  left: 50%;
  transform: translateX(-50%);
}

.o-c .swiper-pagination {
  position: absolute;
  bottom: 0;
}

.o-c .xiaobinbox {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
}

.o-c .xiaobinbox .dibu {
  position: absolute;
  width: 100%;
  /* max-width: 4.5rem; */
  /* height: 1.725rem; */
  bottom: 0;
  left: 0;
}

/* .o-c .xiaobinbox .dibu img {
  width: 100%;
  height: 100%;
} */

.o-c .xiaobinbox .xiaobin-text {
  position: absolute;
  bottom: 0.245rem;
  color: #fff;
  left: 50%;
  /* 将元素的左侧边缘放置在包含块的中点 */
  transform: translateX(-50%);
  /* 平移元素的宽度的一半使其居中 */
  width: 100%;
  padding: 0 0.15rem;
  text-align: center;
}
.o-c .xiaobinbox .xiaobin-text .titbox {
  text-align: center;
  display: none;
}
.o-c .xiaobinbox:hover .titbox {
  display: block;
}
.o-c .xiaobinbox:hover .titbox {
  display: block;
}
.o-c .xiaobinbox span {
  transition: all 0.6s;
}
.o-c .xiaobinbox:hover span {
  opacity: 0;
}
.o-c .xiaobinbox .xiaobinimge img {
  width: 100%;
}
.o-c .xiaobinbox .xiaobinimge .dibu img {
  transform: translate(0, 50%);
}
.o-c .xiaobinbox .xiaobinimge:hover .dibu img {
  transform: translate(0, 32%);
}

.o-c .swiper-container {
  padding-bottom: 2rem;
  position: relative;
}

.o-c .swiper-pagination {
  position: absolute;
  bottom: 0 !important;
}

.w-f .flexcenter {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 400;
  color: #ffffff;
  line-height: 0.65rem;
}

.w-f .f1 {
  width: 10.45rem;
  height: 3.975rem;
  margin: 0 auto;
  position: relative;
}

.w-f .circle1 {
  position: absolute;
  width: 4rem;
  height: 3.975rem;
  background: #f18e00;
  border-radius: 50%;
  top: 0;
  right: 0;
}

.w-f .circle2 {
  position: absolute;
  width: 4rem;
  height: 3.975rem;
  background: rgba(24, 98, 236, 0.6);
  border-radius: 50%;
  top: 0;
  left: 3.25rem;
}

.w-f .circle3 {
  position: absolute;
  width: 4rem;
  height: 3.975rem;
  background: #1862ec;
  border-radius: 50%;
  top: 0;
  left: 0;
}

.w-f .w-f-text {
  font-size: 2.05rem;
  font-weight: bold;
  text-align: center;
  background: linear-gradient(-11deg, #015eea 0%, #00c0fa 100%);
  background-clip: text;
  -webkit-background-clip: text;
  /* 设置文本颜色透明化 */
  -webkit-text-fill-color: transparent;
  /* 将文本颜色设置为透明 */
}

.nav1 .view.fixed {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 33;
  border-bottom: 1px solid #ccc;
}

/* 12/15 */

.ach-a {
  padding-top: 2rem;
  padding-bottom: 1rem;
}

.ach-a .tit {
  font-weight: bold;
  color: #1862ec;
  margin-bottom: 1rem;
}

.ach-a .swiper-container {
  position: relative;
  padding-bottom: 2rem;
}

.ach-a .swiper-pagination {
  position: absolute;
  bottom: 0;
}

.ach-a .show {
  margin-top: 0 !important;
  border-radius: 1rem;
  padding: 2.5rem 2.5rem 1.75rem 2.5rem;
  height: 20rem;
}

.ach-a .show .ll {
  width: 50%;
}

.ach-a .show .rr {
  width: 40%;
  height: 15rem;
  position: relative;
}

.ach-a .show .rr img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  top: 0;
  left: 0;
}

.ach-a .show .rr img:nth-child(1) {
  z-index: 100;
}

.ach-a .show .rr img:nth-child(2) {
  transform: scale(0.9);
  margin-left: 40px;
  z-index: 10;
}

.ach-a .show .rr img:nth-child(3) {
  transform: scale(0.8);
  margin-left: 80px;
  z-index: 1;
}

.ach-a .show .ll .t1 {
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 1.75rem;
}

.ach-a .show .ll .more {
  width: 4.375rem;
  height: 1.375rem;
  background-color: #1862ec;
  cursor: pointer;
}

.searchs-tops {
  margin-top: 126px;
  padding-top: 1.15rem;
  padding-bottom: 1.625rem;
  background: #f5f5f5;
}

.searchs-box {
  width: 75%;
  margin: 0 auto;
  /* max-width: 1400px; */
  height: 1.75em;
  line-height: 1.75em;
  overflow: hidden;
  padding-right: 124px;
  position: relative;
}

.searchs-box input[type="text"] {
  width: 100%;
  height: 100%;
  line-height: inherit;
  color: #999;
  background-color: #f5f5f5;
}

.searchs-box .submit {
  height: 40px;
  line-height: 40px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  padding-left: 38px;
  padding-right: 44px;
  color: #fff;
  background-color: #000000;
  border-radius: 40px;
  width: 124px;
}

.searchs-box .submit:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  top: 0;
  bottom: 0;
  right: 0.7rem;
  background-size: 100%;
  margin: auto;
  z-index: 0;
  background: url(sear3.png) no-repeat center;
  background-size: 100%;
}

.searchs-box input[type="submit"] {
  position: absolute;
  width: 100%;
  height: inherit;
  line-height: inherit;
  left: 0;
  width: 100%;
  text-align: left;
  top: 0;
  bottom: 0;
  z-index: 3;
  opacity: 0;
}

.searchs-box .submit .spans {
  display: block;
  line-height: inherit;
  height: inherit;
}

.f-cb:after {
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  content: ".";
}

.searchs-body {
  width: 75%;
  margin: 0 auto;
  padding-top: 1rem;
  padding-bottom: 2.35rem;
}

.searchs-tits {
  color: #666666;
  line-height: 1.55;
  margin-bottom: 0.5rem;
}

.searchs-tits span {
  color: #ff0000;
}

.searchs-txts {
  font-size: 0;
  padding: 0 0.25rem;
  position: relative;
}

.searchs-txts:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background-color: #f3f2f0;
  left: 0;
  top: 0;
}

.searchs-txts .li {
  display: inline-block;
  vertical-align: top;
  margin: 0 0.7rem;
  line-height: 1.45rem;
  cursor: pointer;
  position: relative;
  transition: 0.5s ease-in-out;
  color: #999999;
}

.searchs-txts .li.active {
  color: #000000;
  transition: 0.5s ease-in-out;
}

.searchs-txts .li.active:before {
  opacity: 1;
  transition: 0.5s ease-in-out;
}

.searchs-txts .li:before {
  position: absolute;
  content: "";
  width: 1rem;
  height: 4px;
  background-color: #1862ec;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  opacity: 0;
  transition: 0.5s ease-in-out;
}

.serbox {
  padding-top: 0.95rem;
}

.prolist-box .items {
  display: flex;
  padding: 10px 6px 3px 6px;
  flex-wrap: wrap;
  align-items: center;
  color: #333333;
}

.prolist-box .images {
  width: 5.2rem;
  overflow: hidden;
}

.prolist-box .words {
  width: calc(100% - 5.2rem);
  padding-left: 1.2rem;
  padding-right: 1rem;
}

.prolist-box .items .tits {
  line-height: 1.77;
  height: 1.77em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-clamp: 1;
  -webkit-line-clamp: 1;
  overflow: hidden;
  transition: all 0.5s;
}

.prolist-box .items .txts {
  line-height: 1.625em;
  max-height: 3.25em;
  line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  width: 77%;
  margin-top: 0.15rem;
  margin-bottom: 0.7rem;
}

.prolist-box .items:hover {
  transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
  color: #1862ec;
}

.dos {
  display: flex;
  flex-direction: column;
  padding-bottom: 2rem;
}

.jazai {
  /* margin-top: 0 !important; */
  background-color: transparent;
  cursor: pointer;
  margin-bottom: 2rem;
}

.ach-b {
  background-color: #f3f3f3;
  padding-top: 2rem;
  padding-bottom: 3rem;
}

/* 12/16 */

.ach-c {
  padding-top: 2.25rem;
  padding-bottom: 2rem;
  background: #f3f5f7;
}

.ach-c .listbox {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
}

.ach-c .listbox .list {
  width: calc((100% - 1.6rem) / 3);
  display: flex;
  flex-direction: column;
}

.ach-c .listbox .list .li {
  width: 100%;
  padding: 0.75rem;
  margin-bottom: 0.8rem;
  background-color: #fff;
  border-radius: 2%;
  transition: all 0.5s;
}

.ach-c .listbox .list .li .imgbox {
  overflow: hidden;
  width: 100%;
}

.ach-c .listbox .list .li .imgbox img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
  /* 添加过渡效果 */
}

.ach-c .listbox .list .li .data {
  padding-top: 0.25rem;
  padding-bottom: 0.125rem;
  color: rgba(18, 43, 85, 0.5);
  line-height: 0.475rem;
}

.ach-c .listbox .list .li .text {
  font-weight: 700;
  color: #122b55;
  line-height: 0.7rem;
}

.ach-c .listbox .list .li .t-span {
  transition: all 1.5s;
  /* 添加过渡效果 */
  display: none;
  width: 100%;
  /*height: 3rem;*/
  padding-top: 0.25rem;
  padding-bottom: 0.125rem;
  color: rgba(18, 43, 85, 0.5);
  line-height: 1.5;
  white-space: nowrap;
  /* 防止文本换行 */
  overflow: hidden;
  /* 控制溢出的文本隐藏 */
  text-overflow: ellipsis;
  /* 溢出文本显示省略号 */
}

.ach-c .listbox .list .li:hover .t-span {
  display: block;
}

.ach-c .listbox .list .li:hover {
  background-color: #009dab;
}

.ach-c .listbox .list .li1:hover {
  background-color: #f35744;
}

.ach-c .listbox .list .li2:hover {
  background-color: #ff9521;
}

.ach-c .listbox .list .li:hover img {
  transform: scale(1.1);
  /* 鼠标悬停时放大 1.2 倍 */
}
.ach-c .listbox .list .li:hover .data {
  color: #fff;
}
.ach-c .listbox .list .li:hover .t-span {
  color: #fff;
}
.ach-c .listbox .list .li:hover .text {
  color: #fff;
}

.evolution .boxcenter .listleft .left .boxr img {
  transition: all 0.3s;
}

.evolution .boxcenter .listleft .left .boxr {
  overflow: hidden;
  border-radius: 0.5rem;
}

.evolution .boxcenter .listleft .left:hover .boxr img {
  transform: scale(1.1);
}

@media (max-width: 1024px) {
  .pc11 {
    background-color: #fff !important;
  }

  .pc11 .right .tt3 span i {
    background-color: #999 !important;
  }

  .pc11 .right .tt2 img {
    filter: grayscale(100%) sepia(100%) brightness(50%);
  }
}

/* 搜索框 */

.sea {
  margin-top: 4.1rem;
  height: auto;
  width: 100%;
}

.sea .top {
  width: 100%;
  height: 3.825rem;
  background: #f6f6f6;
}

.sea .top .view {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sea .top .ipt {
  background: #f6f6f6;
  /* height: .575rem; */
}

.sea .top .ipt::placeholder {
  color: #666666;
  font-size: 0.6rem;
}

.sea .top .more {
  width: 124px;
  height: 41px;
  background: #1862ec;
  border: 0;
  position: relative;
}

.sea .top .more .im {
  position: absolute;
  right: 0.5rem;
}

.sea .bottom {
  height: auto;
  width: 100%;
  padding-top: 1.275rem;
  padding-bottom: 3rem;
}

.sea .bottom .t1 {
  display: block;
  padding-bottom: 0.7rem;
  border-bottom: 2px solid #f3f2f0;
}

.sea .bottom .t2 {
  /* height: 1.3rem; */
  padding: 0.475rem 0;
  width: 100%;
  border-bottom: 2px solid #f3f2f0;
  margin-bottom: 0.275rem;
}

.sea .bottom .t2 .na {
  display: inline-block;
  margin-left: 0.95rem;
  font-weight: 500;
  color: #999;
  position: relative;
  cursor: pointer;
}

.sea .bottom .t2 .na.active {
  color: #000000;
}

.sea .bottom .t2 .na.active::before {
  opacity: 1;
  transition: 0.5s ease-in-out;
}

.sea .bottom .t2 .na::before {
  content: "";
  position: absolute;
  bottom: -19px;
  left: 50%;
  transform: translateX(-50%);
  width: 1rem;
  height: 4px;
  background: #000000;
  opacity: 0;
  transition: 0.5s ease-in-out;
}

.sea .bottom .t3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.sea .bottom .t3 .li {
  width: 45%;
  border-bottom: 2px solid #f3f2f0;
  padding-top: 0.975rem;
  padding-bottom: 0.425rem;
  position: relative;
  padding-left: 0.625rem;
}

.sea .bottom .t3 .li::after {
  content: "";
  position: absolute;
  left: 0;
  top: 55%;
  width: 8px;
  height: 8px;
  background: #cccccc;
  border-radius: 50%;
}

/* 搜索框 */

.wpage {
  margin-top: 1rem;
}

/* .had .pc-header .numlist .li a {
  color: #333 !important;
}

.had .pc-header .right-btn .li a {
  color: #333 !important;
}

.had .pc-header .right-btn .li2 {
  border: 1px solid #333 !important;
}

.had .pc-header .right-btn .li2 .image img {
  filter: brightness(0);
} */

.had .pc-header.pc11 {
  background: linear-gradient(0deg, rgba(8, 19, 34, 0) 0, rgba(8, 19, 34, 0.64) 100%);
}
.had .gag.pc11 {
  background: #fff;
}

.t1 .sea {
  margin-top: 0 !important;
}

.sea .top .more .sb {
  background-color: transparent;
  color: #fff;
  font-size: 16px;
  width: 100%;
  height: 100%;
  margin-right: 0.5rem;
}

.swiperbox .left .bottom .top {
  overflow: hidden;
}

.swiperbox .left .bottom .top img {
  transition: all 0.5s;
}

.sc-a .synopsis .leftimg {
  /* overflow: hidden; */
  border-radius: 1rem;
}

.sc-a .synopsis .leftimg img {
  transition: all 0.5s;
}

.sc-a .synopsis:hover .leftimg img {
  transform: scale(1.05);
}

.platform .lise {
  position: relative;
}

.platform .lise:hover .middle {
  display: block;
}

.platform .lise .middle {
  position: absolute;
  width: 12.55rem;
  height: 9.875rem;
  right: 2rem;
  display: none;
}

.platform .lise .middle img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.o-c .xiaobinbox .xiaobinimge {
  overflow: hidden;
}

.o-c .xiaobinbox .xiaobinimge img {
  transition: all 0.5s;
}

.o-c .xiaobinbox:hover .xiaobinimge img {
  transform: scale(1.05);
}

.pc-header.pc22 {
  align-items: flex-start;
}

.pc-header.pc22 .right-btn .li a {
  font-size: 16px;
}

.pc22 .numlist .li {
  margin-right: 1rem;
}

.pc-header.pc22 .right-btn .li:first-child a {
  display: block;
}

.swiperbox {
  perspective: 3000px;
}

.swiperbox .left {
  transition: all 0.8s;
  transform: rotateY(0deg) rotateX(0deg);
  transform-style: preserve-3d;
  transform-origin: 0 100%;
  transform: rotateY(0deg) rotateX(0deg);
}

.swiperbox .left:hover {
  transform: rotateY(13.3deg) rotateZ(-1deg);
}

.textlist .textimg {
  border-radius: 0.5rem;
  overflow: hidden;
}

.textlist .textright {
  width: calc(100% - 10.35rem);
}

.nli .swiper-pagination {
  position: relative;
  margin-bottom: 1rem;
  margin-top: 1rem;
}

.nli .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin: 0 10px !important;
}
.tem {
  margin-top: 2rem;
}

.goal-b .allBox .swiper-slide .box .left .p1 {
  color: #1862ec;
}

.goal-b .swiper-container {
  height: auto;
  display: block;
}

.goal-b .swiper-container .swiper-pagination {
  position: relative;
  bottom: 0;
  margin-top: 1rem;
}

.goal-a .bottom {
  background-size: cover;
}

.rc .list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.rc.o-c .xiaobinbox {
  width: calc((100% - 6rem) / 7);
  margin-right: 1rem;
  margin-bottom: 1rem;
}
.rc.o-c .xiaobinbox:nth-child(7n) {
  margin-right: 0;
}
@media (max-width: 1024px) {
  .rc.o-c .xiaobinbox {
    width: calc((100% - 1rem) / 2);
  }
  .rc.o-c .xiaobinbox:nth-child(7n) {
    margin-right: 1rem;
  }
  .rc.o-c .xiaobinbox:nth-child(2n) {
    margin-right: 0;
  }
}

.main {
  width: 100%;
  background-color: #f8f8f8;
  display: flex;
  flex-direction: column;
}

.vision-wrap {
  margin: 1.5rem 0;
  height: 8rem;
  background: url(bg_banner.png) no-repeat center;
  background-size: cover;
}

.vision-intro {
  width: 36rem;
  margin: 0 auto;
  padding: 1.3rem 0;
  display: flex;
}

.vision-intro-item {
  width: 8.3rem;
  margin-right: 0.75rem;
}

.vision-intro-item:last-child {
  margin-right: 0;
}

.vision-intro-item img {
  display: block;
  margin-top: 0.75rem;
  width: auto;
  height: 1.4rem;
}

.vision-intro-item .vision-intro-title {
  display: inline-block;
  font-weight: 700;
  font-size: 0.5rem;
  line-height: 0.7rem;
  text-align: left;
  color: #1963ec;
  margin-top: 0.75rem;
}

.vision-intro-item p {
  font-weight: 400;
  font-size: 0.4rem;
  line-height: 0.55rem;
  text-align: left;
  color: #333;
  margin-top: 0.5rem;
  margin-bottom: 0.75rem;
  min-width: 0;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.development-goals {
  width: 36rem;
  margin: 0 auto;
}

.development-goals h4 {
  font-size: 0.9rem;
  line-height: 1.25rem;
  text-align: center;
  color: #333;
}

.goals-tab {
  margin-top: 0.75rem;
}

.goals-tab-type {
  display: flex;
  justify-content: center;
  width: 100%;
}

.tabs-list {
  position: relative;
}

.tabs {
  display: flex;
  padding-bottom: 0.5rem;
}

.tabs-tab {
  padding: 0 1.15rem;
  position: relative;
}

.tabs-tab span {
  display: block;
  cursor: pointer;
  font-weight: 400;
  font-size: 0.55rem;
  line-height: 0.75rem;
  text-align: left;
  color: #999;
}

.tabs-bar {
  position: absolute;
  z-index: 2;
  bottom: -1px;
  width: 0;
  height: 0.075rem;
  border-radius: 0.075rem;
  background-color: #3860f4;
  pointer-events: none;
  transition: width 0.3s ease, left 0.3s ease;
}

.tab-panel {
  display: none;
  overflow: auto;
}

.tabs-tab.active span {
  color: #333;
}

.tab-panel.active {
  display: block;
}

.goals-tabpanel {
  margin-top: 0.75rem;
  margin-bottom: -1.4rem;
}

.goals-list {
  display: flex;
}

.goals-item {
  width: 11.5rem;
  margin-right: 0.75rem;
  padding: 0.75rem;
  border-radius: 0.2rem;
}

.goals-item-num {
  display: flex;
}

.goals-item-num span {
  display: block;
  height: 1.25rem;
  color: #1963ec;
  font-weight: 400;
  font-size: 0.5rem;
  line-height: 1.65rem;
}

.goals-item-num span:first-child {
  font-weight: 700;
  font-size: 0.9rem;
  margin-right: 0.2rem;
  line-height: 1.5rem;
}

.goals-item p {
  max-width: 8.05rem;
  margin-top: 0.25rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 400;
  font-size: 0.4rem;
  line-height: 0.55rem;
  color: #333;
}

.goals-item:last-child {
  margin-right: 0;
}

.tab-panel:first-child .goals-item:nth-child(1) {
  background-image: url(icon_goal_1.png), linear-gradient(180deg, #e0ebff 0%, #f7faff 100%);
  background-size: 1.2rem, cover;
  background-position: right 0.75rem top 0.75rem, center;
  background-repeat: no-repeat, no-repeat;
}

.tab-panel:first-child .goals-item:nth-child(2) {
  background-image: url(icon_goal_2.png), linear-gradient(180deg, #e0ebff 0%, #f7faff 100%);
  background-size: 1.2rem, cover;
  background-position: right 0.75rem top 0.75rem, center;
  background-repeat: no-repeat, no-repeat;
}

.tab-panel:first-child .goals-item:nth-child(3) {
  background-image: url(icon_goal_3.png), linear-gradient(180deg, #e0ebff 0%, #f7faff 100%);
  background-size: 1.2rem, cover;
  background-position: right 0.75rem top 0.75rem, center;
  background-repeat: no-repeat, no-repeat;
}

.tab-panel:nth-child(2) .goals-item:nth-child(1),
.tab-panel:nth-child(3) .goals-item:nth-child(1) {
  background-image: url(icon_goal_4.png), linear-gradient(180deg, #e0ebff 0%, #f7faff 100%);
  background-size: 1.2rem, cover;
  background-position: right 0.75rem top 0.75rem, center;
  background-repeat: no-repeat, no-repeat;
}

.tab-panel:nth-child(3) .goals-item:nth-child(2) {
  background-image: url(icon_goal_5.png), linear-gradient(180deg, #e0ebff 0%, #f7faff 100%);
  background-size: 1.2rem, cover;
  background-position: right 0.75rem top 0.75rem, center;
  background-repeat: no-repeat, no-repeat;
}

.tab-panel:nth-child(4) .goals-item:nth-child(1),
.tab-panel:nth-child(6) .goals-item:nth-child(1) {
  background-image: url(icon_goal_7.png), linear-gradient(180deg, #e0ebff 0%, #f7faff 100%);
  background-size: 1.2rem, cover;
  background-position: right 0.75rem top 0.75rem, center;
  background-repeat: no-repeat, no-repeat;
}

.tab-panel:nth-child(4) .goals-item:nth-child(2) {
  background-image: url(icon_goal_8.png), linear-gradient(180deg, #e0ebff 0%, #f7faff 100%);
  background-size: 1.2rem, cover;
  background-position: right 0.75rem top 0.75rem, center;
  background-repeat: no-repeat, no-repeat;
}

.tab-panel:nth-child(4) .goals-item:nth-child(3),
.tab-panel:nth-child(5) .goals-item:nth-child(1) {
  background-image: url(icon_goal_9.png), linear-gradient(180deg, #e0ebff 0%, #f7faff 100%);
  background-size: 1.2rem, cover;
  background-position: right 0.75rem top 0.75rem, center;
  background-repeat: no-repeat, no-repeat;
}

.main ~ .footer {
  background-color: #fff;
  padding-top: 1.9rem;
}

@media (max-width: 1024px) {
  .vision-wrap {
    height: auto;
    background: none;
    padding: 0 3.2vw;
  }
  .vision-intro {
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 3.2vw 0;
  }
  .vision-intro-item {
    width: 45vw;
    margin-right: 0;
  }
  .vision-intro-item img {
    margin-top: 2vw;
    height: 5.6vw;
  }
  .vision-intro-item .vision-intro-title {
    font-size: 3.6vw;
    line-height: 5.2vw;
    margin-top: 2.4vw;
  }
  .vision-intro-item p {
    font-size: 2.8vw;
    line-height: 4.8vw;
    margin-top: 2.4vw;
    margin-bottom: 3.6vw;
  }
  .development-goals {
    width: 100%;
    padding: 0 3.2vw;
  }
  .development-goals h4 {
    font-size: 4.8vw;
    line-height: 6.4vw;
  }
  .goals-tab {
    margin-top: 3.2vw;
  }
  .goals-tab-type {
    flex-wrap: wrap;
  }
  .tabs {
    flex-wrap: wrap;
    padding: 0;
  }
  .tabs-tab {
    width: 33%;
    padding: 0 2.4vw;
  }
  .tabs-tab span {
    font-size: 2.8vw;
    line-height: 2;
    text-align: center;
  }
  .tabs-bar {
    display: none;
  }
  .tabs-tab.active {
    background-color: #1963ec;
  }
  .tabs-tab.active span {
    color: #fff;
  }
  .goals-list {
    flex-wrap: wrap;
  }
  .goals-item {
    width: 48%;
    margin-right: 2%;
    margin-bottom: 2.4vw;
    padding: 2.4vw;
  }
  .goals-item:last-child {
    margin-right: 0;
  }
  .goals-item-num span {
    font-size: 2.4vw;
    height: 5.2vw;
    line-height: 6.6vw;
  }
  .goals-item-num span:first-child {
    font-size: 3.2vw;
    line-height: 6.8vw;
  }
  .goals-item p {
    margin-top: 2.4vw;
    font-size: 2.4vw;
  }
}
