@charset "utf-8";
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.marginauto {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.linenowrap {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.flexAuto {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.flexCetween {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.flexAlign {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  align-items: center;
  -webkit-align-items: center;
}
.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99;
}
.header.scroll .header-wrap {
  background: #fff;
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
  height: 0.8rem;
}
.header.scroll .header-wrap .logo img.show {
  opacity: 0;
}
.header.scroll .header-wrap .logo img.hide {
  opacity: 1;
}
.header.scroll .header-wrap .navs > li > a {
  color: #231815;
}
.header.scroll .header-wrap .navs > li:hover > a {
  color: #01419a;
}
.header.scroll .header-wrap .lang a {
  color: #231815;
}
.header.scroll .header-wrap .lang a:hover {
  color: #01419a;
}
.header.scroll .header-wrap .lang:before {
  background: rgba(17, 17, 17, 0.5);
}
.header-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 1.2rem;
  height: 0.9rem;
  transition: 0.4s;
}
.logo {
  position: relative;
  line-height: 1;
}
.logo img {
  display: inline-block;
  width: auto;
  height: 0.4rem;
  transition: 0.4s;
}
.logo img.hide {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.header-right {
  display: flex;
  align-items: center;
}
.navs {
  display: flex;
  align-items: center;
  padding-right: 0.23rem;
}
.navs > li {
  position: relative;
  padding: 0 0.23rem;
}
.navs > li:hover > a i {
  transform: rotate(180deg);
}
.navs > li:hover .navs-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) translateX(-50%);
  pointer-events: visible;
}
.navs > li > a {
  display: flex;
  align-items: center;
  line-height: 0.9rem;
  color: #ffffff;
  font-size: 0.18rem;
  font-family: "SourceHanSansSC-Regular";
}
.navs > li > a i {
  display: inline-block;
  margin-left: 0.08rem;
  font-size: 0.16rem;
  opacity: 0.7;
  transition: 0.3s;
}
.lang {
  position: relative;
  padding-left: 0.34rem;
}
.lang:before {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -0.11rem;
  content: "";
  width: 1px;
  height: 0.22rem;
  background: rgba(255, 255, 255, 0.5);
}
.lang a {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 0.17rem;
}
.lang a span {
  display: inline-block;
  margin-right: 0.07rem;
  font-size: 0.23rem;
  font-weight: lighter;
}
.navs-menu {
  position: absolute;
  left: 50%;
  transform: translateX(-50%) translateY(0.3rem);
  top: 100%;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: 0.48s;
  white-space: nowrap;
}
.navs-menu-list {
  padding: 0.2rem 0.2rem;
  background: #fff;
  box-shadow: 0 0 0.2rem rgba(230, 238, 254, 0.6);
}
.navs-menu-list li {
  margin-bottom: 0.08rem;
}
.navs-menu-list li:last-child {
  margin-bottom: 0;
}
.navs-menu-list li a {
  display: inline-block;
  color: #231815;
  font-size: 0.16rem;
  font-family: "SourceHanSansSC-Regular";
}
.navs-menu-list li a:hover {
  color: #01419a;
}
.banner {
  position: relative;
}
.banner-slide {
  overflow: hidden;
}
.banner-slide.swiper-slide-active .banner-text strong,
.banner-slide.swiper-slide-active .banner-text p,
.banner-slide.swiper-slide-active .banner-text .banner-more {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition-delay: 0.4s;
}
.banner-slide.swiper-slide-active .banner-text p {
  transition-delay: 0.55s;
}
.banner-slide.swiper-slide-active .banner-text .banner-more {
  transition-delay: 0.7s;
}
.banner-slide figure {
  position: relative;
  display: block;
  padding-bottom: 100vh;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.banner-slide figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner-slide figure img.mb {
  display: none;
}
.banner-text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}
.banner-text strong {
  display: block;
  margin-bottom: 0.1rem;
  color: #fff;
  font-size: 0.69rem;
  font-weight: normal;
  line-height: 1.3;
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
  transition: 0.55s 0.4s;
  font-family: "SourceHanSansSC-Regular";
}
.banner-text p {
  color: #fff;
  font-size: 0.2rem;
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
  transition: 0.55s 0.4s;
  font-family: "SourceHanSansSC-Regular";
}
.banner-wr {
  width: 6.1rem;
  max-width: 100%;
}
.banner-more {
  margin-top: 0.6rem;
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
  transition: 0.55s 0.4s;
}
.banner-more a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.9rem;
  height: 0.63rem;
  color: #01419a;
  font-size: 0.14rem;
  font-weight: bold;
  background: rgba(255, 255, 255, 0.6);
}
.banner-more a:hover {
  background: #fff;
}
.banner-more a i {
  margin-left: 0.14rem;
  font-style: normal;
  font-weight: normal;
}
.banner-btn {
  position: absolute;
  left: 50%;
  margin-left: -760px;
  bottom: 0.66rem;
  display: flex;
  align-items: flex-end;
  line-height: 1;
  z-index: 5;
}
.banner-btn .banner-prev {
  display: inline-block;
  color: #fff;
  font-size: 0.17rem;
  cursor: pointer;
  transition: 0.3s;
  line-height: 1.2;
}
.banner-btn .swiper-pagination {
  position: relative;
  margin: 0 0.12rem;
  bottom: auto;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.2rem;
  font-family: "DIN-Medium";
}
.banner-btn .swiper-pagination span {
  color: #fff;
  font-size: 0.36rem;
}
.solute-box {
  background-attachment: local;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}
.solutes {
  padding: 1.06rem 0 1.24rem;
}
.solute-wrap {
  position: relative;
}
.solute-infos {
  position: absolute;
  left: 0;
  top: 0;
  width: 59.21%;
  z-index: 2;
}
.common-title small {
  display: block;
  margin-bottom: 0.2rem;
  line-height: 1;
  color: #01419a;
  font-size: 0.16rem;
  text-transform: uppercase;
  font-family: Arial, Helvetica, sans-serif;
}
.common-title strong {
  display: block;
  color: #01419a;
  font-size: 0.42rem;
  line-height: 1.1;
  font-weight: 500;
  font-family: "SourceHanSansSC-Medium";
}
.solute-texts {
  margin-top: 0.2rem;
  padding-top: 0.24rem;
  position: relative;
  color: #231815;
  font-size: 0.16rem;
  line-height: 2;
}
.solute-texts:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 0.74rem;
  height: 0.03rem;
  background: linear-gradient(to right, #01419a, #e00515);
}
.solute-texts p {
  opacity: 0.8;
}
.common-btns {
  margin-top: 0.52rem;
}
.common-btns a,
.common-btns span {
  display: inline-flex;
  position: relative;
  z-index: 2;
  align-items: center;
  color: #6b6b6b;
  font-size: 0.14rem;
  font-weight: bold;
  font-family: "微软雅黑";
  transition: 0.3s;
  cursor: pointer;
}
.common-btns a:before,
.common-btns span:before {
  content: "";
  width: 0;
  height: 1px;
  background: #01419a;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: 0.4s;
  z-index: -1;
}
.common-btns a:hover,
.common-btns span:hover,
.common-btns a.active,
.common-btns span.active {
  color: #01419a;
}
.common-btns a:hover:before,
.common-btns span:hover:before,
.common-btns a.active:before,
.common-btns span.active:before {
  width: 100%;
  right: auto;
  left: 0;
}
.common-btns a:hover,
.common-btns span:hover {
  color: #01419a;
}
.common-btns a:hover i,
.common-btns span:hover i {
  color: #01419a;
}
.common-btns a i,
.common-btns span i {
  display: inline-block;
  margin-left: 0.1rem;
  font-style: normal;
  font-size: 0.12rem;
  font-weight: normal;
  transition: 0.3s;
}
.solute-list {
  display: flex;
  justify-content: space-between;
}
.solute-row {
  display: flex;
  flex-direction: column;
  width: 31.44%;
}
.solute-row:nth-child(1) {
  padding-top: 40.38%;
}
.solute-row:nth-child(2) {
  padding-top: 17.1%;
}
.solute-item {
  margin-bottom: 0.66rem;
  position: relative;
}
.solute-item:last-child {
  margin-bottom: 0;
}
.solute-item:hover figure img {
  transform: scale(1.08);
}
.solute-item:hover .solute-in span {
  background: #fff;
  color: #01419a;
}
.solute-item figure {
  position: relative;
  display: block;
  padding-bottom: 121.33%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.solute-item figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.solute-item figure img {
  transition: 0.68s;
}
.solute-item figure:before {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  content: "";
  width: 100%;
  height: 2.8rem;
  background: url(../images/showbg.png) left bottom repeat-x;
  background-size: auto 100%;
}
.solute-in {
  position: absolute;
  left: 0;
  bottom: 0.32rem;
  z-index: 3;
  width: 100%;
  text-align: center;
}
.solute-in strong {
  display: block;
  margin-bottom: 0.08rem;
  color: #fff;
  font-size: 0.26rem;
  line-height: 1;
}
.solute-in p {
  color: #fff;
  font-size: 0.2rem;
  line-height: 1.5;
}
.solute-in span {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  margin-top: 0.18rem;
  width: 0.4rem;
  height: 0.4rem;
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: #fff;
  font-size: 0.14rem;
  border-radius: 50%;
  transition: 0.35s;
  line-height: 1;
}
.platform {
  padding-top: 1.1rem;
}
.platform-top .solute-texts:before {
  width: 100%;
  background: #e5e5e5;
}
.platform-flex {
  display: flex;
  margin-top: 0.5rem;
}
.platform-imgs {
  position: relative;
  width: 65.65%;
}
.platform-imgs figure {
  position: relative;
  display: block;
  padding-bottom: 5.6rem;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.platform-imgs figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.platform-imgs .plaico {
  position: absolute;
  left: 0.26rem;
  top: 0.36rem;
  z-index: 2;
  width: auto;
  height: 1.16rem;
}
.platform-fix {
  display: flex;
  align-items: center;
  flex: 1;
  background: #f1f4f6;
  width: 0;
}
.platform-ico {
  margin-bottom: 0.28rem;
}
.platform-ico img {
  display: inline-block;
  width: auto;
  height: 0.55rem;
}
.plaformin {
  padding: 0 0.86rem;
}
.platform-infos strong {
  display: block;
  margin-bottom: 0.2rem;
  line-height: 1;
  color: #231815;
  font-size: 0.36rem;
  font-weight: normal;
  font-family: "SourceHanSansSC-Medium";
}
.platform-texts {
  color: #231815;
  font-size: 0.16rem;
  line-height: 1.875;
}
.platform-texts p {
  opacity: 0.8;
}
.sinces {
  position: relative;
  display: block;
  padding-bottom: 50%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.sinces img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.since-box {
  padding: 1.8rem 0 2.2rem;
  background-position: center;
  background-attachment: local;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
.since-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.since-title small {
  display: block;
  line-height: 0.8;
  font-size: 1.5rem;
  font-family: Arial, Helvetica, sans-serif;
  color: transparent;
  -webkit-text-stroke: 1px #01419a;
}
.since-title time {
  display: block;
  padding-left: 1.6rem;
  line-height: 0.8;
  color: #01419a;
  font-size: 1.6rem;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
}
.since-right {
  width: 58.88%;
}
.since-top b {
  display: block;
  margin-bottom: 0.15rem;
  color: #01419a;
  font-size: 0.2rem;
  font-family: "SourceHanSansSC-Regular";
}
.since-top strong {
  display: block;
  margin-bottom: 0.25rem;
  color: #231815;
  font-size: 0.36rem;
  font-family: "SourceHanSansSC-Regular";
  font-weight: normal;
  line-height: 1.555;
  width: 6.15rem;
  max-width: 100%;
}
.since-top p {
  color: #231815;
  font-size: 0.16rem;
  line-height: 2;
}
.since-data {
  display: flex;
  justify-content: space-around;
  margin-top: 1rem;
}
.since-data li strong {
  display: block;
  line-height: 1;
  font-size: 0.56rem;
  font-weight: normal;
  font-family: "BebasNeue";
  color: #231815;
}
.since-data li strong b {
  margin-right: 0.1rem;
  font-weight: normal;
  vertical-align: top;
  font-size: 1rem;
}
.since-data li p {
  color: #231815;
  font-size: 0.16rem;
}
.dynamic {
  padding: 1.2rem 0 1.08rem;
}
.dynamic-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0.4rem;
}
.dynamic-infos {
  width: 30.78%;
}
.dynamic-infos a:hover strong {
  color: #01419a;
}
.dynamic-infos time {
  display: block;
  margin-bottom: 0.18rem;
  line-height: 1;
  color: #01419a;
  font-size: 0.14rem;
  font-family: Arial, Helvetica, sans-serif;
}
.dynamic-infos strong {
  display: block;
  margin-bottom: 0.18rem;
  color: #231815;
  font-size: 0.3rem;
  font-weight: normal;
  line-height: 1.4;
  font-family: "SourceHanSansSC-Regular";
  transition: 0.45s;
}
.dynamic-infos p {
  color: #231815;
  font-size: 0.15rem;
  line-height: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.dynamic-imgs {
  margin-left: auto;
  position: relative;
  width: 31.44%;
}
.dynamic-imgs:hover figure img {
  transform: scale(1.06);
}
.dynamic-imgs figure {
  position: relative;
  display: block;
  padding-bottom: 121.33%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.dynamic-imgs figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.dynamic-imgs figure img {
  transition: 0.65s;
}
.dynamic-fixs {
  position: absolute;
  left: 0.28rem;
  right: 0.28rem;
  bottom: 0.32rem;
  z-index: 3;
}
.dynamic-fixs time {
  display: block;
  margin-bottom: 0.16rem;
  line-height: 1;
  color: #fff;
  font-size: 0.14rem;
  font-family: Arial, Helvetica, sans-serif;
}
.dynamic-fixs strong {
  display: block;
  color: #fff;
  font-size: 0.2rem;
  font-weight: normal;
  font-family: "SourceHanSansSC-Regular";
  line-height: 1.5;
}
.dynamic-list {
  width: 34.34%;
}
.dynamic-list li {
  border-bottom: 1px solid #eeeeee;
}
.dynamic-list li:last-child {
  border-bottom: none;
}
.dynamic-list li a {
  display: block;
  padding: 0.34rem 0 0.34rem 0.6rem;
}
.dynamic-list li a:hover strong {
  color: #01419a;
}
.dynamic-list li a time {
  display: block;
  margin-bottom: 0.15rem;
  line-height: 1;
  color: #01419a;
  font-size: 0.14rem;
  font-family: Arial, Helvetica, sans-serif;
}
.dynamic-list li a strong {
  display: block;
  color: #231815;
  font-size: 0.2rem;
  font-weight: normal;
  line-height: 1.5;
  font-family: "SourceHanSansSC-Regular";
  transition: 0.35s;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.dynamic-list li a .common-btns {
  margin-top: 0.24rem;
}
.parters {
  padding: 0.86rem 0 0.84rem;
  border-top: 1px solid #e5e5e5;
}
.partner-text {
  margin-top: 0.22rem;
  color: #231815;
  font-size: 0.16rem;
  line-height: 2;
}
.parter-tab {
  position: relative;
  margin-top: 0.85rem;
}
.parters-swiper {
  border-left: 1px solid #e0e0e0;
}
.parter-slide {
  position: relative;
  width: 14.28%;
  min-height: 1.05rem;
  box-sizing: border-box;
  border-right: 1px solid #e0e0e0;
}
.parter-slide:hover figure img {
  transform: scale(1.05);
}
.parter-slide:hover p {
  color: #01419a;
}
.parter-slide figure {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 0.62rem;
}
.parter-slide figure img {
  max-width: 90%;
  max-height: 100%;
  transition: 0.5s;
}
.parter-slide p {
  display: block;
  margin-top: 0.13rem;
  color: #6b6b6b;
  font-size: 0.15rem;
  font-weight: normal;
  text-align: center;
  transition: 0.35s;
}
.parnter-prev span {
  display: inline-block;
  position: absolute;
  top: 50%;
  margin-top: -0.08rem;
  color: #01419a;
  font-size: 0.16rem;
  cursor: pointer;
  line-height: 1;
  transition: 0.4s;
}
.parnter-prev span.swiper-button-disabled {
  opacity: 0.4;
}
.parnter-prev span.prev {
  left: -0.64rem;
}
.parnter-prev span.next {
  right: -0.64rem;
}
.footer {
  background: #01419a url(../images/footerbg.png) center no-repeat;
  background-size: cover;
}
.footer-top {
  padding: 0.82rem 0 0.36rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.footer-logo {
  line-height: 1;
}
.footer-logo img {
  display: inline-block;
  width: auto;
  height: 0.5rem;
}
.hotline {
  margin-top: 0.34rem;
}
.hotline span {
  display: block;
  margin-bottom: 0.16rem;
  line-height: 1;
  color: #ffffff;
  opacity: 0.5;
}
.hotline p {
  color: #fff;
  font-size: 0.32rem;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.312;
}
.footer-right {
  display: flex;
  align-items: flex-start;
}
.footer-navs {
  display: flex;
  align-items: flex-start;
}
.footer-navs-item {
  margin-right: 1.04rem;
}
.footer-navs-item dt {
  display: block;
  margin-bottom: 0.26rem;
}
.footer-navs-item dt a {
  display: inline-block;
  position: relative;
  z-index: 2;
  color: #fff;
  font-size: 0.15rem;
  font-weight: bold;
  line-height: 0.32rem;
}
.footer-navs-item dt a:before {
  content: "";
  width: 0;
  height: 1px;
  background: #fff;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: 0.4s;
  z-index: -1;
}
.footer-navs-item dt a:hover,
.footer-navs-item dt a.active {
  color: #fff;
}
.footer-navs-item dt a:hover:before,
.footer-navs-item dt a.active:before {
  width: 100%;
  right: auto;
  left: 0;
}
.footer-navs-item dd {
  display: block;
}
.footer-navs-item dd p {
  margin-bottom: 0.08rem;
}
.footer-navs-item dd p a {
  display: inline-block;
  color: #ffffff;
  font-size: 0.15rem;
  opacity: 0.5;
}
.footer-navs-item dd p a:hover {
  opacity: 1;
}
.footer-eq {
  width: 1.16rem;
  text-align: center;
}
.footer-eq figure {
  display: block;
  line-height: 1;
}
.footer-eq figure img {
  width: 100%;
  height: auto;
}
.footer-eq p {
  margin-top: 0.2rem;
  line-height: 1;
  color: #fff;
  font-size: 0.14rem;
  opacity: 0.55;
}
.linsk {
  padding: 0.3rem 0 0.38rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.linsk .link-name {
  display: block;
  line-height: 1.1;
  color: #fff;
  font-size: 0.15rem;
}
.link-list {
  margin-top: 0.12rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.06rem 0.16rem;
}
.link-list li a {
  display: inline-block;
  color: #fff;
  font-size: 0.15rem;
  opacity: 0.5;
}
.link-list li a:hover {
  opacity: 1;
}
.copy {
  padding: 0.3rem 0 0.23rem;
}
.copy p {
  color: #fff;
  opacity: 0.3;
  font-size: 0.15rem;
}
.annivers {
  position: relative;
  height: 220vh;
}
.annivers-video {
  position: sticky;
  left: 0;
  top: 0;
  height: 100vh;
  overflow: hidden;
}
.annivers-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.annivers-logo {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  z-index: 2;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.annivers-logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pbanner {
  position: relative;
  overflow: hidden;
}
.pbanner figure {
  position: relative;
  display: block;
  padding-bottom: 40.625%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.pbanner figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ptext {
  position: absolute;
  left: 50%;
  bottom: 0.75rem;
  z-index: 3;
  transform: translateX(-50%);
}
.ptext strong {
  display: block;
  margin-bottom: 0.1rem;
  line-height: 1.1;
  color: #fff;
  font-size: 0.46rem;
  font-weight: normal;
  font-family: "SourceHanSansSC-Regular";
}
.ptext p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.16rem;
}
.product-class {
  box-shadow: 0 0 0.18rem rgba(230, 238, 254, 0.43);
}
.product-wrs {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 1.06rem;
}
.product-class-list {
  display: flex;
  flex-wrap: wrap;
}
.product-class-list li {
  margin-right: 0.6rem;
  position: relative;
}
.product-class-list li:hover a,
.product-class-list li.active a {
  color: #01419a;
  font-weight: bold;
}
.product-class-list li:last-child {
  margin-right: 0;
}
.product-class-list li:last-child:before {
  display: none;
}
.product-class-list li:before {
  position: absolute;
  right: -0.3rem;
  top: 50%;
  margin-top: -0.1rem;
  content: "";
  width: 1px;
  height: 0.2rem;
  background: #d3d9e0;
}
.product-class-list li a {
  display: inline-block;
  color: #111111;
  font-size: 0.2rem;
}
.product-search {
  display: flex;
  align-items: center;
}
.product-search form {
  display: flex;
  align-items: center;
}
.product-search .sub {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.32rem;
  height: 0.54rem;
  border-radius: 0.27rem;
  border: none;
  outline: none;
  background: #01419a;
  color: #fff;
  font-size: 0.18rem;
  cursor: pointer;
}
.product-input {
  position: relative;
  margin-right: 0.1rem;
}
.product-input .text {
  box-sizing: border-box;
  padding-left: 0.46rem;
  height: 0.54rem;
  border: 1px solid rgba(0, 78, 162, 0.3);
  border-radius: 0.27rem;
  width: 4.96rem;
  color: #7d7d7d;
  font-size: 0.15rem;
  outline: none;
  transition: 0.3s;
}
.product-input .text:focus {
  border-color: #01419a;
}
.product-input .text:focus::-webkit-input-placeholder {
  opacity: 0;
}
.product-input span {
  position: absolute;
  left: 0.18rem;
  color: #01419a;
  line-height: 0.54rem;
  font-size: 0.18rem;
}
.product-box {
  padding: 0.56rem 0 0.66rem;
  background: #f2f5f9;
}
.product-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.46rem 0.38rem;
  margin-bottom: 0.66rem;
}
.product-list li {
  background: #fff;
  box-shadow: 0 0 0.18rem rgba(230, 238, 254, 0.43);
  border-radius: 5px;
}
.product-list li a {
  display: block;
  padding: 0 0.28rem 0 0.3rem;
  box-sizing: border-box;
  height: 100%;
}
.product-list li a:hover figure img {
  transform: scale(1.06);
}
.product-list li a:hover .product-name strong {
  color: #01419a;
}
.product-list li a:hover .product-name i {
  background: #01419a;
  color: #fff;
}
.product-list li a figure {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 3.44rem;
}
.product-list li a figure img {
  max-width: 100%;
  max-height: 90%;
  transition: 0.58s;
}
.product-name {
  padding: 0.12rem 0 0.35rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.product-name strong {
  display: block;
  color: #231815;
  font-size: 0.24rem;
  font-weight: normal;
  transition: 0.3s;
}
.product-name i {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0.41rem;
  height: 0.41rem;
  color: #01419a;
  font-size: 0.16rem;
  border-radius: 50%;
  transition: 0.4s;
}
.page_list,
.Ppagelist {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.12rem;
}
.page_list .page,
.Ppagelist .page {
  display: flex;
  flex-wrap: wrap;
}
.page_list li,
.Ppagelist li,
.page_list .Ppage,
.Ppagelist .Ppage {
  padding: 0 !important;
  margin: 0;
}
.page_list li a,
.Ppagelist li a,
.page_list .Ppage a,
.Ppagelist .Ppage a,
.page_list li span,
.Ppagelist li span,
.page_list .Ppage span,
.Ppagelist .Ppage span {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0.4rem;
  height: 0.4rem;
  border: 1px solid #cad0d9;
  color: #707479;
  font-size: 0.15rem;
  background: #fff;
  border-radius: 0.21rem;
  box-sizing: border-box;
}
.page_list li a.Pmodern,
.Ppagelist li a.Pmodern,
.page_list .Ppage a.Pmodern,
.Ppagelist .Ppage a.Pmodern,
.page_list li span.Pmodern,
.Ppagelist li span.Pmodern,
.page_list .Ppage span.Pmodern,
.Ppagelist .Ppage span.Pmodern {
  background: #01419a;
  border-color: #01419a;
  color: #fff;
}
.page_list li:hover a,
.Ppagelist li:hover a,
.page_list .Ppage:hover a,
.Ppagelist .Ppage:hover a,
.page_list li.active a,
.Ppagelist li.active a,
.page_list .Ppage.active a,
.Ppagelist .Ppage.active a,
.page_list li:hover span,
.Ppagelist li:hover span,
.page_list .Ppage:hover span,
.Ppagelist .Ppage:hover span,
.page_list li.active span,
.Ppagelist li.active span,
.page_list .Ppage.active span,
.Ppagelist .Ppage.active span {
  background: #01419a;
  border-color: #01419a;
  color: #fff;
}
.page_list .PIndex,
.Ppagelist .PIndex,
.page_list .PEnd,
.Ppagelist .PEnd {
  display: flex;
  align-items: center;
}
.page_list .PIndex a,
.Ppagelist .PIndex a,
.page_list .PEnd a,
.Ppagelist .PEnd a {
  margin-right: 0.1rem;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 0.12rem;
  height: 0.4rem;
  border: 1px solid #cad0d9;
  color: #707479;
  font-size: 0.15rem;
  background: #fff;
  border-radius: 0.21rem;
  box-sizing: border-box;
}
.page_list .PIndex a:hover,
.Ppagelist .PIndex a:hover,
.page_list .PEnd a:hover,
.Ppagelist .PEnd a:hover {
  background: #01419a;
  border-color: #01419a;
  color: #fff;
}
.page_list .PEnd,
.Ppagelist .PEnd {
  margin-left: 0.1rem;
}
.who-we {
  position: relative;
  z-index: 2;
  padding: 0.94rem 0 0.55rem;
  overflow: hidden;
}
.who-bgs {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 7.6rem;
  z-index: -1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.who-tops {
  margin-top: 0.24rem;
  padding: 0.4rem 0 0.86rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #c9ced0;
}
.who-honor {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.3rem;
  width: 45.394%;
}
.who-honor li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 0 0.24rem;
  min-height: 0.94rem;
  background: url(../images/honor.png) center no-repeat;
  background-size: 100% auto;
}
.who-honor li p {
  color: #231815;
  font-size: 0.18rem;
  line-height: 1.33;
}
.who-honor li strong {
  display: block;
  margin-top: 0.06rem;
  color: #01419a;
  font-size: 0.18rem;
  line-height: 1;
}
.who-text {
  width: 50%;
  color: #231815;
  font-size: 0.16rem;
  line-height: 2;
}
.head-boxs {
  padding: 0.4rem 0.42rem 0.4rem 0.55rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  background: #fff;
  box-shadow: 0 0 0.2rem rgba(230, 238, 254, 0.61);
  border-radius: 0.05rem;
}
.head-infos {
  padding-top: 0.32rem;
  width: 49.01%;
}
.head-infos strong {
  display: block;
  position: relative;
  padding-bottom: 0.3rem;
  line-height: 1.1;
  color: #231815;
  font-size: 0.32rem;
  font-family: "SourceHanSansSC-Medium";
  font-weight: normal;
}
.head-infos strong:before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 0.74rem;
  height: 3px;
  background: linear-gradient(to right, #01419a, #e00515);
}
.head-text {
  margin-top: 0.23rem;
  color: #231815;
  font-size: 0.16rem;
  line-height: 2;
}
.head-imgs {
  width: 45.77%;
}
.head-imgs img {
  width: 100%;
  height: auto;
}
.team-box {
  padding-top: 0.55rem;
}
.team-info {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.team-wr {
  position: relative;
  padding: 1.06rem 0 1rem;
  display: flex;
  justify-content: space-between;
}
.team-texts {
  width: 71%;
}
.team-inner {
  margin-bottom: 0.4rem;
}
.team-title {
  display: flex;
  align-items: flex-end;
  line-height: 1;
  font-family: "SourceHanSansSC-Medium";
}
.team-title strong {
  display: inline-block;
  color: #fff;
  font-size: 0.36rem;
  font-weight: normal;
}
.team-title span {
  display: inline-block;
  margin-left: 0.1rem;
  color: #fff;
  font-size: 0.2rem;
}
.team-in {
  margin-top: 0.26rem;
  color: #fff;
  font-size: 0.16rem;
  line-height: 1.875;
}
.team-imgs {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 27.36%;
  line-height: 1;
}
.team-imgs img {
  width: 100%;
  height: auto;
}
.team-list {
  padding: 0.46rem 0 0.3rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.42rem;
}
.team-list li {
  position: relative;
}
.team-list li figure {
  position: relative;
  display: block;
  padding-bottom: 121.33%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.team-list li figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.team-list li figure img {
  transition: 0.58s;
}
.team-list li:hover figure img {
  transform: scale(1.06);
}
.team-list li:hover .team-defailt {
  opacity: 0;
}
.team-list li:hover .team-pops {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.team-defailt {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  padding: 0.98rem 0 0.2rem;
  text-align: center;
  background: url(../images/showbg1.png) repeat-x;
  background-size: auto 100%;
  width: 100%;
  transition: 0.4s;
}
.team-defailt strong {
  display: block;
  margin-bottom: 0.1rem;
  line-height: 1;
  color: #fff;
  font-size: 0.26rem;
}
.team-defailt p {
  color: #fff;
  font-size: 0.2rem;
}
.team-pops {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  z-index: 3;
  background: rgba(1, 65, 154, 0.7);
  box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  transition: 0.45s;
}
.team-hides {
  padding: 0.3rem 0.54rem;
  box-sizing: border-box;
  width: 100%;
  max-height: 100%;
  display: flex;
  flex-direction: column;
}
.team-hides .team-defailt {
  position: relative;
  text-align: center;
  padding: 0;
  background: none;
  margin-bottom: 0.26rem;
  opacity: 1 !important;
}
.team-hide {
  color: #ffffff;
  font-size: 0.16rem;
  line-height: 2;
  opacity: 0.8;
  flex: 1;
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.historys {
  padding: 0.8rem 0 0.94rem;
  background-attachment: local;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
}
.history-tab {
  margin-top: 1.05rem;
}
.history-btn {
  position: relative;
  padding: 0 0.7rem;
  z-index: 3;
}
.history-year {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 0.7rem;
  width: 1.32rem;
  cursor: pointer;
}
.history-year.active time {
  color: #01419a;
  font-weight: bold;
}
.history-year time {
  display: inline-block;
  color: #333333;
  font-size: 0.32rem;
  font-family: "BebasNeue";
  transition: 0.35s;
}
.history-prev {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  margin-top: -0.21rem;
  width: 0.4rem;
  height: 0.4rem;
  transition: 0.3s;
  border: 1px solid rgba(28, 40, 90, 0.5);
  color: #01419a;
  font-size: 0.16rem;
  cursor: pointer;
  transition: 0.35s;
  border-radius: 50%;
}
.history-prev:hover {
  background: #01419a;
  color: #fff;
}
.history-prev.prev {
  left: 0;
}
.history-prev.next {
  right: 0;
}
.history-hide {
  padding-top: 1.5rem;
  position: relative;
  z-index: 2;
}
.history-swiper {
  position: relative;
  z-index: 3;
}
.history-swiper:before {
  position: absolute;
  left: 0;
  top: 0.6rem;
  z-index: -1;
  content: "";
  width: 100%;
  height: 3px;
  background: #aeb6c7;
}
.history-slide {
  width: 16.666%;
}
.history-slide.swiper-slide-active .histroy-times {
  opacity: 1;
  transform: scale(1);
  visibility: visible;
}
.history-slide.swiper-slide-active .history-text {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
.history-dit {
  position: absolute;
  left: 50%;
  margin-left: -0.16rem;
  top: 0.45rem;
  width: 0.26rem;
  height: 0.26rem;
  border-radius: 50%;
  border: 3px solid #fff;
  background: #01419a;
}
.history-wr {
  margin-left: 50%;
  transform: translateX(-800px);
  width: 1600px;
}
.histroy-times {
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.18rem;
  height: 1.18rem;
  background: #01419a;
  border: 2px solid #fff;
  border-radius: 50%;
  color: #fff;
  font-size: 0.36rem;
  font-weight: bold;
  transform: scale(0);
  opacity: 0;
  transition: 0.4s;
  visibility: hidden;
}
.history-text {
  margin-top: 0.57rem;
  position: relative;
  display: flex;
  align-items: center;
  background: #fff;
  left: 50%;
  margin-left: -4.95rem;
  width: 9.9rem;
  text-align: center;
  color: #333333;
  font-size: 0.24rem;
  line-height: 0.42rem;
  opacity: 0;
  visibility: hidden;
  transition: 0.45s;
}
.history-imgs {
  width: 44.44%;
}
.history-imgs figure {
  position: relative;
  display: block;
  padding-bottom: 57%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.history-imgs figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.histroy-list {
  position: absolute;
  left: 0;
  top: 0.1rem;
  z-index: -1;
  width: 100%;
  display: flex;
  justify-content: center;
}
.histroy-list li {
  display: none;
  font-size: 3.36rem;
  line-height: 1;
  font-family: "BebasNeue";
  background-image: linear-gradient(to bottom, #01419a, #aeb6c7);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 0.3;
  text-align: center;
}
.histroy-list li:first-child {
  display: block;
}
.history-content {
  flex: 1;
  padding: 0 0.4rem;
  width: 0;
  list-style: disc;
  text-align: left;
}
.history-content li {
  margin-bottom: 0.1rem;
  margin-left: 0.2rem;
  color: #333333;
  font-size: 0.18rem;
}
.history-content li:last-child {
  margin-bottom: 0;
}
.career {
  padding: 1rem 0 0;
  overflow: hidden;
}
.career-flex {
  display: flex;
  padding: 0.38rem 0.38rem;
  padding-right: 0;
  margin-top: 0.48rem;
  box-shadow: 0 0 0.2rem rgba(230, 238, 254, 0.61);
  border-radius: 5px;
}
.career-item {
  width: 54.33%;
}
.career-item strong {
  display: block;
  height: 0.52rem;
  line-height: 1.1;
  color: #231815;
  font-size: 0.2rem;
  font-weight: bold;
}
.career-item figure {
  position: relative;
  display: block;
  padding-bottom: 57.08%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.career-item figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.career-item:last-child {
  display: flex;
  flex-direction: column;
  flex: 1;
  width: 0;
  text-align: center;
}
.career-item:last-child figure {
  flex: 1;
  padding-bottom: 0;
}
.career-item:last-child figure img {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: auto;
  max-width: 80%;
  max-height: 100%;
}
.contatc-box {
  padding: 1rem 0;
}
.contact-form {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0.4rem;
  border-top: 1px solid #e5e5e5;
}
.contact-list {
  width: 50%;
}
.contact-list li {
  padding: 0.64rem 0 0.58rem;
  border-bottom: 1px solid #e5e5e5;
}
.contact-list li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.contact-wrs {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.contact-wrs .name {
  width: 32.36%;
  display: block;
  color: #231815;
  font-size: 0.16rem;
  line-height: 1.2;
}
.contact-texts {
  flex: 1;
  width: 0;
}
.contact-texts strong {
  display: block;
  margin-bottom: 0.06rem;
  line-height: 1.2;
  color: #231815;
  font-size: 0.2rem;
  font-weight: normal;
}
.contact-texts p {
  color: #231815;
  font-size: 0.15rem;
}
.contact-eq {
  margin-top: 0.14rem;
}
.contact-eq figure {
  display: block;
  width: 1.88rem;
  box-sizing: border-box;
  border: 1px solid #e5e5e5;
}
.contact-eq figure img {
  width: 100%;
  height: auto;
}
.map {
  width: 46.05%;
  height: 6.2rem;
}
.amap-logo,
.amap-copyright {
  display: none  !important;
}
.research-box {
  padding: 0.88rem 0 0;
}
.research-tops {
  width: 46.71%;
}
.research-tops .research-ico {
  display: block;
  width: auto;
  height: 2.34rem;
}
.research-infos {
  margin-top: 0.6rem;
}
.research-infos strong {
  margin-bottom: 0.15rem;
  display: block;
  line-height: 1.2;
  color: #231815;
  font-size: 0.36rem;
  font-weight: normal;
}
.research-infos p {
  color: #231815;
  font-size: 0.16rem;
  line-height: 2.125;
}
.research-list {
  position: relative;
  overflow: hidden;
  padding-top: 0.66rem;
  margin-top: -3.3rem;
}
.research-list li {
  position: relative;
  margin-bottom: 2.3rem;
  width: 50%;
  float: right;
}
.research-list li:nth-child(2) {
  margin-top: 3.6rem;
}
.research-list li:nth-child(4) {
  margin-top: 2.4rem;
}
.research-list li:last-child {
  margin-bottom: 1.26rem;
}
.research-list li.lefts {
  float: left;
}
.research-list li.lefts .research-padd {
  margin-left: 0;
  margin-right: 0.5rem;
}
.research-list li.lefts .num {
  left: auto;
  right: -0.33rem;
}
.research-list li:hover .research-contents figure img {
  transform: scale(1.06);
}
.research-list li .num {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: -0.33rem;
  top: -0.65rem;
  width: 0.63rem;
  height: 0.63rem;
  border: 1px dashed #01419a;
  border-radius: 50%;
  color: #01419a;
  font-size: 0.26rem;
  background: #fff;
  font-family: Arial, Helvetica, sans-serif;
}
.research-list:before {
  position: absolute;
  left: 50%;
  top: 0;
  content: "";
  width: 1px;
  height: 100%;
  background-image: linear-gradient(to bottom, #01419a 50%, rgba(255, 255, 255, 0) 0%);
  background-position: left;
  background-size: 100% 8px;
  /* 控制虚线的间隔和宽度 */
  background-repeat: repeat-y;
}
.research-padd {
  margin-left: 0.5rem;
  padding: 0 0.5rem 0.52rem;
  background: #f2f2f2;
  border-radius: 5px;
}
.research-year {
  position: relative;
  margin-bottom: -0.66rem;
  top: -0.66rem;
  text-align: center;
  max-height: 4.3rem;
}
.research-year img {
  width: auto;
  max-width: 100%;
  max-height: 4.3rem;
}
.research-contents {
  padding-top: 0.48rem;
}
.research-contents time {
  display: block;
  margin-bottom: 0.2rem;
  line-height: 1;
  color: #231815;
  font-size: 0.36rem;
  font-weight: normal;
  font-family: "SourceHanSansSC-Regular";
}
.research-contents p {
  color: #231815;
  font-size: 0.16rem;
}
.research-contents figure {
  position: relative;
  display: block;
  padding-bottom: 56.95%;
  height: 0;
  overflow: hidden;
  line-height: 1;
  border-radius: 2px;
}
.research-contents figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.research-contents figure img {
  transition: 0.65s;
}
.research-texts {
  margin-bottom: 0.24rem;
}
.achievement {
  padding: 0.94rem 0 0.76rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #e6f0f9;
}
.achievement-info {
  width: 50%;
}
.achievement-tt strong {
  display: block;
  line-height: 1.55;
  color: #231815;
  font-size: 0.36rem;
  font-weight: normal;
  font-family: "SourceHanSansSC-Regular";
}
.achievement-tt p {
  margin-top: 0.2rem;
  line-height: 1.2;
  color: #01419a;
  font-size: 0.26rem;
  font-family: "SourceHanSansSC-Regular";
  font-weight: bold;
}
.achievement-text {
  margin-top: 0.18rem;
  color: #231815;
  font-size: 0.16rem;
  line-height: 2.1;
}
.achievement-imgs {
  width: 46.25%;
}
.achievement-imgs img {
  width: 100%;
  height: auto;
}
.resources {
  padding: 0.7rem 0 0.8rem;
  border-bottom: 1px solid #e6f0f9;
}
.resource-top strong {
  display: block;
  line-height: 1.1;
  color: #231815;
  font-size: 0.36rem;
  font-weight: normal;
  font-family: "SourceHanSansSC-Regular";
}
.resource-top p {
  margin-top: 0.16rem;
  color: #231815;
  font-size: 0.16rem;
  line-height: 2.25;
}
.resources-list {
  margin-top: 0.3rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.26rem;
}
.resources-list li {
  border: 1px solid #e9e9e9;
  border-radius: 2px;
}
.resources-list li:hover figure img {
  transform: scale(1.06);
}
.resources-list li figure {
  position: relative;
  display: block;
  padding-bottom: 66.6666%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.resources-list li figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.resources-list li figure img {
  transition: 0.58s;
}
.discover {
  padding: 0.7rem 0 0.74rem;
  border-bottom: 1px solid #e6f0f9;
}
.discover-list {
  margin-top: 0.26rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.26rem;
}
.discover-list li {
  padding: 0.38rem 0.28rem;
  position: relative;
  background: #e6f0f9;
}
.discover-list li:last-child {
  padding: 0;
}
.discover-list li:last-child figure {
  height: 100%;
}
.discover-list li:last-child figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.discover-list li b {
  display: block;
  margin-bottom: 0.28rem;
  line-height: 1;
  color: #01419a;
  font-size: 0.56rem;
  font-weight: bold;
}
.discover-list li i {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 0.26rem;
  top: 0.4rem;
  width: 0.41rem;
  height: 0.41rem;
  color: #01419a;
  font-size: 0.14rem;
  background: rgba(1, 65, 154, 0.2);
  border-radius: 50%;
}
.discover-list li p {
  color: #231815;
  font-size: 0.16rem;
  line-height: 2;
}
.consequent {
  margin-top: 0.24rem;
  padding: 0.4rem 0.25rem 0.34rem;
  background: #dbf1ee;
}
.consequent strong {
  margin-bottom: 0.22rem;
  display: block;
  line-height: 1.1;
  color: #01419a;
  font-size: 0.26rem;
}
.consequent-list {
  list-style: disc;
}
.consequent-list li {
  margin-left: 0.24rem;
  color: #231815;
  font-size: 0.16rem;
  line-height: 2;
}
.innovate {
  padding: 0.66rem 0 0.54rem;
  border-bottom: 1px solid #e6f0f9;
}
.innovate-data {
  margin-top: 0.7rem;
  padding: 0 0.2rem;
  display: flex;
  justify-content: space-between;
}
.innovate-data li {
  max-width: 3.3rem;
  text-align: center;
}
.innovate-data li strong {
  display: block;
  line-height: 1;
  color: #231815;
  font-size: 0.18rem;
}
.innovate-data li strong b {
  margin-right: 0.1rem;
  font-weight: normal;
  color: #01419a;
  font-family: "BebasNeue";
  font-size: 1rem;
}
.innovate-data li p {
  margin-top: 0.16rem;
  color: #231815;
  font-size: 0.16rem;
  line-height: 1.625;
}
.influence {
  padding: 0.72rem 0 1.06rem;
}
.influence-datas {
  display: flex;
  justify-content: space-between;
  margin-top: 0.3rem;
}
.influence-row {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 31.57%;
}
.influence-item {
  margin-bottom: 0.28rem;
  padding: 0.32rem 0.26rem 0.38rem;
  box-sizing: border-box;
  height: 100%;
  display: flex;
  align-items: flex-start;
  background: #e6f0f9;
  border-radius: 2px;
}
.influence-item:last-child {
  margin-bottom: 0;
}
.influence-item b {
  display: block;
  width: 0.78rem;
  height: 0.78rem;
  border-radius: 50%;
  background: #fff url(../images/influence1.png) center no-repeat;
  background-size: 0.53rem auto;
}
.influence-info {
  flex: 1;
  margin-left: 0.2rem;
  padding-top: 0.16rem;
  width: 0;
}
.influence-info strong {
  display: block;
  margin-bottom: 0.14rem;
  line-height: 1;
  color: #01419a;
  font-size: 0.2rem;
}
.influence-info p {
  color: #231815;
  font-size: 0.16rem;
  line-height: 2;
}
.influence-info1 p {
  line-height: 1.625;
}
.influence-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 0.3rem;
  gap: 0.3rem;
}
.influence-list li:hover figure img {
  transform: scale(1.05);
}
.influence-list li figure {
  position: relative;
  display: block;
  padding-bottom: 66.938%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.influence-list li figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.influence-list li figure img {
  transition: 0.5s;
}
.news-banner figure {
  padding-bottom: 25%;
}
.news-banner .ptext {
  bottom: auto;
  top: 55%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.hot-news {
  padding: 0.7rem 0 0.86rem;
  background-attachment: local;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.hot-swiper {
  box-shadow: 0 0 0.18rem rgba(230, 238, 254, 0.43);
  border-radius: 0.05rem;
  background: #fff;
}
.hot-swiper .swiper-pagination {
  left: 0.8rem;
  bottom: 0.6rem;
  line-height: 1;
  width: auto;
}
.hot-swiper .swiper-pagination .swiper-pagination-bullet {
  margin: 0;
  margin-right: 0.12rem;
  width: 0.1rem;
  height: 0.1rem;
  opacity: 1;
  background: #c7c7c7;
  transition: 0.3s;
}
.hot-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #01419a;
}
.news-slide {
  box-sizing: border-box;
  padding: 0.34rem 0.34rem 0.34rem 0.8rem;
}
.news-slide a {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
}
.news-slide a:hover .news-imgs figure img {
  transform: scale(1.08);
}
.news-imgs {
  width: 54.09%;
}
.news-imgs figure {
  position: relative;
  display: block;
  padding-bottom: 57.142%;
  height: 0;
  overflow: hidden;
  line-height: 1;
  border-radius: 2px;
}
.news-imgs figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-imgs figure img {
  transition: 0.65s;
}
.news-fixs {
  flex: 1;
  margin-right: 0.9rem;
  padding-top: 0.38rem;
  width: 0;
}
.news-fixs time {
  display: block;
  margin-bottom: 0.2rem;
  line-height: 1;
  color: #000000;
  font-size: 0.16rem;
}
.news-fixs strong {
  display: block;
  margin-bottom: 0.18rem;
  line-height: 1.2;
  color: #01419a;
  font-size: 0.22rem;
}
.news-fixs p {
  color: #7c7c7c;
  font-size: 0.15rem;
  line-height: 1.86;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.news-fixs .common-btns span {
  color: #01419a;
}
.news-inners {
  padding: 0.8rem 0 0.6rem;
}
.news-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.46rem 0.4rem;
  margin-bottom: 0.66rem;
}
.news-list li a {
  display: flex;
  flex-direction: column;
  padding: 0.2rem;
  border: 1px solid rgba(206, 217, 234, 0.32);
  border-radius: 4px;
}
.news-list li a:hover {
  box-shadow: 0 0 0.18rem rgba(230, 238, 254, 0.43);
}
.news-list li a:hover figure img {
  transform: scale(1.08);
}
.news-list li a:hover .news-down strong {
  color: #01419a;
  font-weight: bold;
}
.news-list li a figure {
  position: relative;
  display: block;
  padding-bottom: 56.818%;
  height: 0;
  overflow: hidden;
  line-height: 1;
  border-radius: 2px;
}
.news-list li a figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-list li a figure img {
  transition: 0.65s;
}
.news-down {
  padding: 0.24rem 0.08rem 0.1rem;
}
.news-down strong {
  display: block;
  color: #231815;
  font-size: 0.2rem;
  font-weight: normal;
  line-height: 1.6;
  transition: 0.3s;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 0.64rem;
  transition: 0.38s;
}
.news-rows {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0.56rem;
  width: 100%;
}
.news-rows time {
  display: block;
  color: #000000;
  font-size: 0.14rem;
  opacity: 0.8;
}
.news-rows .common-btns {
  margin-top: 0;
}
.news-rows .common-btns span {
  color: #01419a;
}
.news-innerbanners {
  padding-top: 2.46rem;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}
.backlist {
  margin-bottom: 0.26rem;
}
.backlist a {
  display: inline-flex;
  align-items: center;
  position: relative;
  z-index: 2;
  color: #fff;
  line-height: 1.4;
  font-size: 0.17rem;
}
.backlist a:before {
  content: "";
  width: 0;
  height: 1px;
  background: #fff;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: 0.4s;
  z-index: -1;
}
.backlist a:hover,
.backlist a.active {
  color: #fff;
}
.backlist a:hover:before,
.backlist a.active:before {
  width: 100%;
  right: auto;
  left: 0;
}
.backlist a i {
  margin-right: 0.08rem;
  font-style: normal;
  font-size: 0.22rem;
}
.news-title {
  padding-bottom: 0.28rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.news-title h3 {
  display: block;
  line-height: 1.1;
  color: #fff;
  font-size: 0.36rem;
  font-weight: normal;
}
.news-tags {
  padding: 0.31rem 0 0.42rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.news-tags span {
  margin-right: 0.12rem;
  display: inline-block;
  color: #ffffff;
  font-size: 0.16rem;
  opacity: 0.8;
  transition: 0.4s;
}
.news-tags span:last-child {
  margin-right: 0;
}
.news-v-info {
  padding: 0.5rem 0 0.56rem;
  color: #231815;
  font-size: 0.16rem;
}
.news-v-info img {
  width: auto;
  max-width: 100%;
  height: auto;
}
.news-v-info ul,
.news-v-info ol {
  list-style: disc;
  margin-left: 0.26rem;
}
.news-pages {
  padding: 0.44rem 0 0.62rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #dfe5ec;
}
.news-pages p {
  max-width: 50%;
}
.news-pages p a {
  display: inline-block;
  color: #121212;
  font-size: 0.16rem;
  font-weight: bold;
}
.news-pages p a:hover {
  color: #01419a;
}
.suggest-box {
  padding: 0.72rem 0 0.88rem;
  background: #f4f6f8;
}
.suggest-box .news-list li a {
  background: #fff;
}
.suggest-title {
  margin-bottom: 0.38rem;
  display: block;
  line-height: 1;
  text-align: center;
  color: #01419a;
  font-size: 0.42rem;
  font-weight: normal;
  font-family: "SourceHanSansSC-Medium";
}
.product-banner figure {
  padding-bottom: 50%;
}
.product-banner video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.video-btn {
  position: absolute;
  left: 50%;
  top: 70%;
  margin-left: -0.33rem;
  margin-top: -0.33rem;
  color: #fff;
  opacity: 0.8;
  cursor: pointer;
  line-height: 1;
  font-size: 0.66rem;
  z-index: 5;
  transition: 0.4s;
}
.video-btn:hover {
  opacity: 1;
}
.launch {
  padding: 1.2rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.launch-title {
  margin-left: 6.05%;
  padding-right: 0.2rem;
  color: #01419a;
  font-size: 0.36rem;
  line-height: 1.777;
}
.launch-title strong {
  display: block;
  font-weight: normal;
}
.launch-imgs {
  margin-right: 3.28%;
  width: 46.25%;
}
.launch-imgs img {
  display: block;
  width: 100%;
  height: auto;
}
.vitality {
  padding: 1.1rem 0 1.05rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.vitality-wrap {
  box-sizing: border-box;
  padding: 0.53rem 0.44rem 0.75rem;
  background: #fff;
  border-radius: 5px;
}
.vitality-title {
  display: block;
  position: relative;
  padding-bottom: 0.32rem;
  line-height: 1.1;
  color: #01419a;
  font-size: 0.36rem;
  font-weight: normal;
}
.vitality-title:before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 0.74rem;
  height: 3px;
  background: linear-gradient(to right, #01419a, #e00515);
}
.vitality-flex {
  margin-top: 0.06rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.vitality-text {
  width: 49.72%;
  color: #231815;
  font-size: 0.16rem;
  line-height: 2;
}
.vitality-imgs {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 46.93%;
  height: 2.96rem;
  border: 1px solid #e5e5e5;
  border-radius: 0.1rem;
}
.vitality-imgs img {
  max-width: 90%;
  max-height: 90%;
}
.vitality-tab {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 0.74rem;
}
.vitality-images {
  margin-left: -0.2rem;
  width: 49.583%;
}
.vitality-images img {
  width: 100%;
  height: auto;
}
.vitality-swiper {
  width: 46.8%;
}
.vitality-swiper li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.vitality-swiper li:first-child .vitality-hide {
  display: block;
}
.vitality-swiper li.active .vitality-default strong {
  font-weight: bold;
}
.vitality-swiper li.active .vitality-default strong b {
  font-weight: bold;
}
.vitality-swiper li.active .vitality-default span:after {
  opacity: 0;
  visibility: hidden;
  transform: translateY(5px);
}
.vitality-default {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 0.76rem;
  cursor: pointer;
}
.vitality-default strong {
  display: block;
  line-height: 1.2;
  color: #01419a;
  font-size: 0.18rem;
  font-weight: normal;
  transition: 0.4s;
}
.vitality-default strong b {
  font-weight: normal;
  width: 0.4rem;
  font-family: Arial, Helvetica, sans-serif;
}
.vitality-default span {
  display: block;
  position: relative;
  width: 0.16rem;
  height: 0.16rem;
}
.vitality-default span:before {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -1px;
  content: "";
  width: 100%;
  height: 2px;
  background: #01419a;
}
.vitality-default span:after {
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -1px;
  content: "";
  width: 2px;
  height: 100%;
  background: #01419a;
  transition: 0.3s;
}
.vitality-hide {
  margin-top: -0.1rem;
  padding-bottom: 0.1rem;
  color: #231815;
  font-size: 0.15rem;
  line-height: 2;
  display: none;
}
/* 视频弹层 */
.popup_video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -300;
  background: hsla(0, 0%, 0%, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
}
.popup_video.on {
  z-index: 11050;
  opacity: 1;
  visibility: visible;
}
.popup_video .cont {
  width: 70%;
  height: auto;
  background: #fff;
  padding: 10px;
  border-radius: 2px;
  position: relative;
  transform: scale(0);
  transition: all 0.5s;
}
.popup_video.on .cont {
  transform: scale(1);
}
.popup_video .cont video {
  display: block;
  width: 100%;
  height: auto;
  background: #000;
}
.popup_video .cont .sole {
  width: 30px;
  height: 30px;
  font-size: 30px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: -60px;
  cursor: pointer;
  transition: all 0.5s;
}
