@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;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.05);
  backdrop-filter: blur(2px);
}
.header__wrap {
  display: flex;
  padding: 0 0.6rem;
  height: 0.8rem;
  justify-content: space-between;
  align-items: center;
}
.header__left {
  display: flex;
  align-items: center;
}
.logo {
  display: block;
  line-height: 1;
}
.logo img {
  display: inline-block;
  width: auto;
  height: 0.5rem;
}
.shares {
  margin-left: 0.18rem;
  padding: 0 0.23rem;
  height: 0.42rem;
  display: flex;
  align-items: center;
  border: 1px solid #A72126;
  border-radius: 0.22rem;
  color: #A72126;
  font-size: 14px;
}
.shares b {
  font-family: "DDINExp";
  font-weight: 700;
}
.navs {
  display: flex;
  align-items: center;
}
.navs > li {
  padding: 0 0.2rem;
  position: relative;
}
.navs > li:hover a,
.navs > li.active a {
  color: #A72126;
}
.navs > li:hover a:before,
.navs > li.active a:before {
  transform: scaleX(1);
  visibility: visible;
}
.navs > li > a {
  display: inline-block;
  position: relative;
  color: #333333;
  font-size: 16px;
  line-height: 0.8rem;
  font-weight: 600;
}
.navs > li > a:before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 3px;
  background: #A72126;
  transition: 0.35s;
  transform: scaleX(0);
  visibility: hidden;
}
.header__btn {
  display: flex;
}
.header__btn > li {
  margin-right: 0.15rem;
  position: relative;
}
.header__btn > li:hover > a {
  color: #A72126;
}
.header__btn > li:hover .header__search {
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
}
.header__btn > li > a {
  display: inline-block;
  line-height: 1;
  color: #333333;
  font-size: 0.23rem;
  white-space: nowrap;
}
.header__search {
  position: absolute;
  right: -0.3rem;
  top: 100%;
  padding-top: 0.28rem;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  transition: 0.35s;
  pointer-events: none;
}
.header__search form {
  position: relative;
}
.header__search form .text {
  padding-left: 0.22rem;
  width: 2.4rem;
  height: 0.5rem;
  line-height: 0.5rem;
  border-radius: 0.32rem;
  background: #fff;
  color: #333;
  font-size: 14px;
}
.header__search form .text:focus::-webkit-input-placeholder {
  opacity: 0;
}
.header__search form .sub {
  position: absolute;
  right: 0;
  padding: 0 0.2rem;
  line-height: 0.54rem;
  font-size: 0.18rem;
  width: auto;
  cursor: pointer;
  color: #333;
  transition: 0.4s;
}
.header__search form .sub:hover {
  color: #A72126;
}
.langs {
  right: 50%;
  margin-right: -0.8rem;
  width: 1.6rem;
}
.lang__list {
  background: #fff;
}
.lang__list li {
  text-align: center;
  border-top: 1px solid #eee;
}
.lang__list li:first-child {
  border-top: none;
}
.lang__list li.active a,
.lang__list li:hover a {
  color: #fff;
  background: #A72126;
}
.lang__list li a {
  display: block;
  line-height: 2.5;
  color: #333;
  font-size: 14px;
}
.lang__list li a i {
  margin-right: 0.1rem;
  font-size: 16px;
}
.header__bgs {
  position: fixed;
  left: 0;
  top: 0.8rem;
  height: calc(100vh - 0.8rem);
  width: 100%;
  z-index: -1;
  background: rgba(0, 0, 0, 0.1);
  display: none;
  pointer-events: none;
}
.header__menu {
  position: fixed;
  left: 0;
  top: 100%;
  width: 100%;
  background: #f7f9fb;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: 0.5s;
}
.header__menu.show {
  opacity: 1;
  pointer-events: visible;
  visibility: visible;
}
.header__menu--item {
  display: none;
}
.header__menu--wr {
  display: flex;
}
.header__menu--left {
  padding-top: 4.1667vw;
  padding-left: 6.7708vw;
  padding-bottom: 10.4167vw;
  box-sizing: border-box;
  width: 21.0417vw;
  background: #fff url(../img/menubg.jpg) center bottom no-repeat;
  background-size: 100% auto;
}
.menu__title {
  display: flex;
  align-items: center;
  margin-bottom: 2.3958vw;
}
.menu__title i {
  display: inline-block;
  margin-right: 0.14rem;
  color: #A72126;
  font-size: 0.2rem;
  font-style: normal;
}
.menu__title strong {
  display: inline-block;
  color: #A72126;
  font-size: 16px;
  font-weight: bold;
}
.header__menu--leval {
  padding-left: 0.34rem;
}
.header__menu--leval > li {
  margin-bottom: 10px;
}
.header__menu--leval > li.active > a {
  color: #A72126;
}
.header__menu--leval > li.active > a:before {
  right: auto;
  left: 0;
  width: 100%;
}
.header__menu--leval > li > a {
  display: inline-block;
  position: relative;
  z-index: 2;
  color: #333333;
  font-size: 16px;
  line-height: 1.8;
  font-weight: 600;
}
.header__menu--leval > li > a:before {
  content: "";
  width: 0;
  height: 1px;
  background: #A72126;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: 0.4s;
  z-index: -1;
}
.header__menu--leval > li > a:hover,
.header__menu--leval > li > a.active {
  color: #A72126;
}
.header__menu--leval > li > a:hover:before,
.header__menu--leval > li > a.active:before {
  width: 100%;
  right: auto;
  left: 0;
}
.header__menu--right {
  flex: 1;
  padding: 4.1667vw 0.28rem 5.2083vw 3.6458vw;
  width: 0;
  max-height: calc(100vh - 1.8rem);
  overflow: hidden;
  overflow-y: auto;
}
.menu--level3--item {
  overflow: hidden;
  display: none;
}
.menu--level3--item:first-child {
  display: block;
}
.menu--level3--box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.menu--level3--flex {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  padding-right: 4.6875vw;
}
.menu__level3 {
  float: left;
  margin-right: 9.05%;
  margin-bottom: 2.8646vw;
  width: 27.3%;
}
.menu__level3:nth-child(3n+3) {
  margin-right: 0;
}
.menu__level3 dt {
  display: block;
  padding-bottom: 0.16rem;
  border-bottom: 1px solid #eeeeee;
}
.menu__level3 dt a {
  display: inline-block;
  position: relative;
  padding-left: 0.2rem;
  color: #A72126;
  font-size: 16px;
}
.menu__level3 dt a:before {
  position: absolute;
  left: 1px;
  top: 50%;
  margin-top: -0.04rem;
  content: "";
  width: 0.08rem;
  height: 0.08rem;
  background: #A72126;
  transform: rotate(45deg);
}
.menu__level3 dd {
  margin-top: 0.2rem;
}
.menu__level3 dd p {
  margin-bottom: 5px;
}
.menu__level3 dd p a {
  display: inline-block;
  color: #666666;
  font-size: 14px;
  line-height: 2;
}
.menu__level3 dd p a:hover {
  color: #A72126;
}
.hot__solute {
  width: 3.46rem;
  background: linear-gradient(to bottom, #eff3f9, #ffffff);
}
.hot__title {
  display: flex;
  align-items: center;
  padding-left: 0.28rem;
  height: 0.68rem;
  border-bottom: 1px solid #e3e3e3;
}
.hot__title i {
  display: inline-block;
  color: #A72126;
  font-size: 0.21rem;
  font-style: normal;
}
.hot__title strong {
  display: inline-block;
  margin-left: 0.14rem;
  color: #333333;
  font-size: 0.18rem;
}
.hot__item {
  padding: 0.28rem 0.32rem 3.6458vw;
}
.hot__item a:hover figure img {
  transform: scale(1.06);
}
.hot__item a:hover .hot__texts strong {
  color: #A72126;
}
.hot__item figure {
  position: relative;
  display: block;
  padding-bottom: 66.43%;
  height: 0;
  overflow: hidden;
  line-height: 1;
  border-radius: 0.08rem;
}
.hot__item figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hot__item figure img {
  transition: 0.65s;
}
.hot__texts {
  padding: 0.18rem 0.12rem 0;
}
.hot__texts strong {
  display: block;
  margin-bottom: 0.1rem;
  line-height: 1.1;
  color: #333333;
  font-size: 16px;
  font-weight: normal;
  transition: 0.36s;
}
.hot__texts p {
  color: #999999;
  font-size: 14px;
  line-height: 1.8;
}
.menu__cooperate {
  color: #666666;
  font-size: 14px;
  line-height: 2;
  width: 2.26rem;
}
.menu__more {
  margin-top: 0.45rem;
}
.menu__more a {
  display: inline-block;
  color: #a72126;
  font-size: 14px;
}
.menu__more a:hover {
  text-decoration: underline;
}
.navs__first {
  padding-top: 12px;
  width: 140px;
  background: #fff;
  box-shadow: -8px 0 20px rgba(0, 0, 0, 0.09);
}
.navs__first li {
  padding-left: 5vw;
  height: 50px;
  line-height: 50px;
  font-size: 14px;
}
.navs__first li.active a {
  color: #A72126;
}
.navs__first li a {
  display: block;
  color: #000;
}
.navs__rights {
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding-top: 25px;
  flex: 1;
  width: 0;
  background: #fdfbfb;
}
.navs__rights .header__menu--left {
  width: auto;
  padding-left: 0;
  padding-right: 0;
  background: none;
}
.navs__rights .header__menu--leval {
  padding-left: 0;
}
.navs__rights .menu__title {
  padding-left: 3vw;
  margin-bottom: 0;
  padding-bottom: 15px;
  border-bottom: 1px solid #ededed;
}
.navs__rights .menu__title strong {
  font-size: 14px;
}
.navs__rights .header__menu--leval > li {
  position: relative;
  margin-bottom: 0;
  border-bottom: 1px solid #ededed;
}
.navs__rights .header__menu--leval > li > i {
  position: absolute;
  right: 0;
  top: 0;
  height: 50px;
  width: 50px;
  text-align: center;
  z-index: 3;
  line-height: 50px;
  display: inline-block;
  transform: rotate(90deg);
  font-size: 12px;
  transition: 0.3s;
}
.navs__rights .header__menu--leval > li > a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 3vw;
  height: 50px;
}
.navs__rights .header__menu--leval > li > a > i {
  position: absolute;
  right: 0;
  top: 0;
  height: 50px;
  width: 50px;
  text-align: center;
  z-index: 3;
  line-height: 50px;
  display: inline-block;
  transform: rotate(90deg);
  font-size: 12px;
  transition: 0.3s;
}
.navs__rights .header__menu--leval li a:before {
  display: none;
}
.navs__items {
  display: none;
}
.navs__items:first-child {
  display: block;
}
.navs__items--list {
  display: none;
  padding-bottom: 0.3rem;
  border-top: 1px solid #eeeeee;
  background: #fff;
}
.mobile__navs {
  position: fixed;
  right: -100%;
  top: 0;
  z-index: -1;
  display: flex;
  padding: 0.72rem 0 0;
  box-sizing: border-box;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  overflow-y: auto;
  background: #fff;
  transition: 1s;
}
.mobile__navs.show {
  right: 0;
}
.mobile__navs--list {
  padding-top: 1rem;
}
.mobile__navs--list > li {
  border-bottom: 1px solid #D5D7DB;
}
.mobile__navs--list > li.active > a span {
  color: #A72126;
}
.mobile__navs--list > li.active > a i {
  transform: rotate(90deg);
  color: #A72126;
}
.mobile__navs--list > li > a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 0.64rem;
}
.mobile__navs--list > li > a span {
  display: inline-block;
  color: #333;
  font-size: 16px;
  transition: 0.4s;
}
.mobile__navs--list > li > a i {
  display: inline-block;
  color: #666;
  font-size: 16px;
  transition: 0.3s;
}
.navs__slide {
  padding-bottom: 0.22rem;
  display: none;
}
.navs__slide li a {
  display: inline-block;
  color: #666;
  font-size: 14px;
  line-height: 2;
}
.common__pop,
.common__footer--pop,
.news__pop,
.common__solute--pop,
.cooperate__pop,
.common__contact--pop {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 19999;
  width: 100%;
  height: 100%;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: 0.8s;
}
.common__pop.show,
.common__footer--pop.show,
.news__pop.show,
.common__solute--pop.show,
.cooperate__pop.show,
.common__contact--pop.show {
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
}
.common__bgs {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: rgba(0, 0, 0, 0.2);
}
.common__ctext {
  position: absolute;
  left: 50%;
  margin-left: -4.65rem;
  top: 50%;
  transform: translateY(-50%);
  box-sizing: border-box;
  padding: 0.62rem 4.1667vw;
  width: 9.3rem;
  background: #fff;
  max-height: 90vh;
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.common__ctext::-webkit-scrollbar {
  width: 6px;
  height: 5px;
  border-radius: 3px;
  background-color: #fff;
}
.common__ctext::-webkit-scrollbar-track {
  border-radius: 6px;
  border-radius: 3px;
  background-color: #fff;
}
.common__ctext::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: #A72126;
}
.common__contact--pop .common__ctext {
  display: none;
}
.common__close {
  position: absolute;
  right: 0.22rem;
  top: 0.26rem;
  z-index: 3;
  width: 0.38rem;
  height: 0.38rem;
  text-align: center;
  line-height: 0.38rem;
  background: #A72126;
  color: #fff;
  font-size: 14px;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.4s;
}
.common__close:hover {
  transform: rotate(180deg);
}
.common__title {
  display: block;
  margin-bottom: 0.38rem;
  line-height: 1;
  color: #222222;
  font-size: 0.36rem;
  text-align: center;
}
.common__row {
  margin-bottom: 0.22rem;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.common__row span {
  display: block;
  position: absolute;
  left: 0;
  padding-left: 0.22rem;
  color: #555555;
  font-size: 16px;
  line-height: 0.44rem;
}
.common__row span i {
  color: #a72126;
  font-style: normal;
}
.common__row .text {
  box-sizing: border-box;
  padding-left: 1rem;
  border: 1px solid #dddddd;
  border-radius: 5px;
  line-height: 0.42rem;
  height: 0.44rem;
  font-size: 16px;
  transition: 0.4s;
}
.common__row .text:focus {
  border-color: #A72126;
}
.common__row .text.texarea {
  padding-top: 0.08rem;
  height: 1.2rem;
  resize: none;
  line-height: 1.8;
}
.common__row .text[name='area'] {
  pointer-events: none;
}
.common__texts {
  position: relative;
  flex: 1;
  width: 0;
}
.common__send {
  margin-left: 0.16rem;
  width: 1.66rem;
  height: 0.44rem;
  text-align: center;
  line-height: 0.44rem;
  color: #fff;
  font-size: 16px;
  background: #d3d1d1;
  border-radius: 5px;
  cursor: pointer;
  transition: 0.4s;
}
.common__send:hover {
  background: #A72126;
}
.common__select {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 3;
  display: flex;
  align-items: center;
  padding-right: 0.1rem;
}
.select__item {
  margin-right: 0.4rem;
  padding-right: 0.24rem;
  background: url(/images/arrow3.png) right center no-repeat;
  background-size: 0.14rem auto;
  color: #555555;
  font-size: 16px;
  line-height: 0.44rem;
  border: none;
  height: 0.44rem;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
}
.select__item:last-child {
  margin-right: 0;
}
.select__border {
  position: absolute;
  right: 0.1rem;
  top: 0;
  left: 1.2rem;
  border-radius: 5px;
  line-height: 0.46rem;
}
.common__texts input:has(+ select) {
  pointer-events: none;
}
.common__sub {
  padding-top: 0.27rem;
}
.common__radio {
  display: flex;
  justify-content: center;
}
.common__radio label {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}
.common__radio label input {
  position: relative;
  top: 1px;
  margin-right: 0.14rem;
  width: 12px;
  height: 12px;
  border: 1px solid #666666;
}
.common__radio label a {
  color: #A72126;
}
.common__radio label a:hover {
  text-decoration: underline;
}
.common__Btns {
  margin-top: 0.12rem;
  text-align: center;
}
.common__Btns .subs {
  margin: auto;
  width: 3.8rem;
  height: 0.48rem;
  text-align: center;
  border: none;
  line-height: 0.48rem;
  background: #A72126;
  border-radius: 0.24rem;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
}
.banner__swiper {
  margin: 0;
  width: 6.5rem;
}
.banner__text p {
  color: #333;
  font-size: 0.2rem;
  line-height: 1.8;
}
.banner__name h3 {
  display: block;
  line-height: 1;
  color: #A72126;
  font-size: 0.2rem;
  font-weight: 700;
}
.banner__btn {
  display: flex;
  align-items: center;
}
.banner__btn span {
  display: block;
  width: 0.54rem;
  height: 0.54rem;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  text-align: center;
  line-height: 0.54rem;
  cursor: pointer;
  color: #A72126;
  font-size: 12px;
  transition: 0.4s;
}
.banner__btn span i {
  display: block;
}
.banner__btn span:hover {
  background: #A72126;
  color: #fff;
}
.banner__numble {
  margin: 0 0.15rem;
  position: static;
  width: auto;
  display: flex;
  align-items: center;
  color: #000;
  font-size: 14px;
  font-weight: 700;
}
.banner__numble i {
  margin: 0 5px;
  display: inline-block;
}
.banner__numble b {
  font-weight: bold;
}
.banner__numble .end {
  color: #A72126;
}
.common__text {
  margin: auto;
  margin-top: 0.1rem;
  width: 8rem;
  text-align: center;
}
.common__text p {
  color: #fff;
  font-size: 0.2rem;
  line-height: 1.8;
}
.common__text1 p {
  color: #333;
}
.idea__item {
  position: relative;
  z-index: 2;
  width: 4.2rem;
}
.idea__item:hover .idea__fix {
  opacity: 1;
}
.idea__item:hover .idea__dit span {
  border-color: #A72126;
}
.idea__item:hover .idea__dit span:before {
  background: #A72126;
}
.idea__defaul {
  padding-top: 0.6rem;
  padding-left: 0.43rem;
  position: absolute;
  left: 0;
  top: 0;
  width: 3.3rem;
  box-sizing: content-box;
}
.idea__defaul strong {
  display: block;
  margin-bottom: 0.82rem;
  line-height: 1.3;
  color: #fff;
  font-size: 0.24rem;
  font-weight: 700;
}
.idea__text {
  color: #FFF;
  line-height: 1.55;
  font-weight: 290;
  font-size: 16px;
}
.idea__dit {
  position: absolute;
  left: 0.43rem;
  top: 1.32rem;
  z-index: 5;
  width: 100%;
  height: 1px;
}
.idea__dit:before {
  position: absolute;
  left: 0.21rem;
  top: 50%;
  margin-top: -1px;
  content: "";
  right: 0;
  height: 1px;
  background: rgba(255, 255, 255, 0.7);
}
.idea__dit span {
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -0.11rem;
  width: 0.2rem;
  height: 0.2rem;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: 0.3s;
}
.idea__dit span:before {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -0.05rem;
  margin-top: -0.05rem;
  content: "";
  width: 0.1rem;
  height: 0.1rem;
  background: #fff;
  border-radius: 50%;
  transition: 0.3s;
}
.idea__fix {
  position: relative;
  box-sizing: border-box;
  width: 4.2rem;
  padding: 0.5rem 0.43rem 1rem;
  height: 5.03rem;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(7px);
  -webkit-backdrop-filter: blur(7px);
  border-radius: 0.18rem;
  z-index: 3;
  opacity: 0;
  transition: 0.6s;
}
.idea__fix strong {
  display: block;
  margin-bottom: 0.82rem;
  color: #A72126;
  font-size: 0.36rem;
  letter-spacing: 1.8px;
  font-weight: 700;
  line-height: 1.5;
}
.idea__fix .idea__text {
  color: #333;
  font-size: 0.2rem;
  line-height: 1.8;
}
.idea__fix time {
  display: block;
  line-height: 0.8;
  font-size: 1.6rem;
  font-family: "Conv_DIN-Bold";
  letter-spacing: -10px;
  background: url(/img/idea.png) center no-repeat;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  background-size: cover;
  opacity: 0.3;
}
.idea__time {
  position: absolute;
  right: 0;
  bottom: 0;
}
.idea__arrow {
  margin-top: 0.3rem;
  width: 0.34rem;
  height: 0.34rem;
  border-radius: 50%;
  background: #A72126;
  text-align: center;
  line-height: 0.34rem;
  color: #fff;
  font-size: 12px;
}
.idea__arrow a {
  color: #fff;
}
.idea__btn {
  margin-top: 0.3rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.idea__btn .btn {
  margin-right: 0.22rem;
  width: 0.54rem;
  height: 0.54rem;
  border-radius: 50%;
  text-align: center;
  line-height: 0.54rem;
  cursor: pointer;
  color: #A72126;
  font-size: 12px;
  background: rgba(255, 255, 255, 0.6);
  transition: 0.4s;
}
.idea__btn .btn:hover {
  background: #A72126;
  color: #fff;
}
.idea__btn .btn:last-child {
  margin-right: 0;
}
.security__product {
  width: 7rem;
}
.security__product li {
  position: relative;
  margin-top: -1px;
}
.security__product li:first-child .security__down {
  display: block;
}
.security__product li:hover .security__wr,
.security__product li.active .security__wr {
  border-color: #A72126;
  background: #A72126;
}
.security__product li:hover .security__top strong,
.security__product li.active .security__top strong,
.security__product li:hover .security__top b,
.security__product li.active .security__top b {
  color: #fff;
}
.security__product li:hover .security__top b img.show,
.security__product li.active .security__top b img.show {
  opacity: 0;
}
.security__product li:hover .security__top b img.hide,
.security__product li.active .security__top b img.hide {
  opacity: 1;
  visibility: visible;
}
.security__wr {
  border: 1px solid #D5D7DB;
  border-radius: 0.18rem;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(7.5px);
  transition: 0.4s;
}
.security__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0.4rem;
  height: 0.88rem;
}
.security__top strong {
  display: block;
  color: #333;
  font-size: 0.2rem;
  line-height: 1.5;
  font-weight: 700;
  transition: 0.35s;
}
.security__top b {
  display: block;
  position: relative;
  white-space: nowrap;
  width: 0.35rem;
  height: 0.35rem;
  text-align: center;
  color: #A72126;
  font-size: 0.32rem;
  font-weight: 700;
  font-family: "DDINExp";
  transition: 0.35s;
}
.security__top b img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  transition: 0.38s;
}
.security__top b img.hide {
  opacity: 0;
  visibility: hidden;
}
.security__down {
  padding: 0.2rem 0 0.4rem;
  margin: 0 0.4rem;
  margin-top: -0.19rem;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  display: none;
}
.security__down .security {
  padding: 0;
}
.security__tag {
  display: flex;
  flex-wrap: wrap;
}
.security__tag p {
  margin-right: 0.1rem;
  padding-left: 0.15rem;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
  width: 45.96%;
  box-sizing: border-box;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 6px;
  height: 0.38rem;
  color: #FFF;
  font-size: 0.16rem;
}
.security__tag p a {
  display: block;
  color: #fff;
}
.security {
  display: flex;
  justify-content: flex-end;
  padding-top: 0.15rem;
}
.security a {
  display: block;
  text-align: center;
  width: 0.34rem;
  height: 0.34rem;
  line-height: 0.34rem;
  border-radius: 50%;
  background: #fff;
  color: #A72126;
  font-size: 12px;
}
.case__text strong {
  display: block;
  margin-bottom: 0.4rem;
  color: #fff;
  font-size: 0.24rem;
  font-weight: 700;
  line-height: 1.3;
}
.case__text p {
  color: #FFF;
  font-size: 16px;
  font-weight: 290;
  line-height: 1.55;
}
.case__btn {
  margin-top: 0.2rem;
  display: flex;
  align-items: center;
}
.case__btn .in_more a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  width: 1.7rem;
  height: 0.4rem;
  background: #fff;
}
.case__btn .in_more a:hover {
  transform: translateY(0);
}
.case__btn .in_more a:hover b {
  opacity: 0;
  transform: translateX(20px);
}
.case__btn .in_more a i {
  color: #333;
  font-size: 12px;
  font-weight: 700;
}
.case__btn .in_more a b {
  display: inline-block;
  font-weight: normal;
  color: #A72126;
  font-size: 12px;
  line-height: 1;
  transition: 0.35s;
}
.case__more {
  margin-right: 0.2rem;
}
.case__more a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 0.3rem;
  height: 0.4rem;
  line-height: 0.36rem;
  border: 2px solid #fff;
  border-radius: 0.2rem;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}
.case__more a:hover {
  background: #A72126;
  color: #fff;
  border-color: #A72126;
}
.case__swiper {
  position: relative;
}
.case__swiper .swiper-pagination {
  right: 0;
  bottom: 0.15rem;
  line-height: 1;
  z-index: 5;
}
.case__swiper .swiper-pagination .swiper-pagination-bullet {
  margin-left: 0.1rem;
  width: 0.08rem;
  height: 0.08rem;
  border: 1px solid #fff;
  opacity: 1;
  background: none;
  transition: 0.4s;
  box-sizing: content-box;
}
.case__swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #A72126;
  border-color: #A72126;
}
.case__slide {
  width: 25%;
}
.case__slide figure {
  position: relative;
  margin: 0;
  height: 0.5rem;
  text-align: center;
}
.case__slide figure img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.dynamic__menu li {
  margin-top: -1px;
  border-top: 1px solid #D5D7DB;
  border-bottom: 1px solid #D5D7DB;
  transition: 0.4s;
}
.dynamic__menu li:hover,
.dynamic__menu li.active {
  border-top: 1px solid #A72126;
}
.dynamic__menu li:hover a span,
.dynamic__menu li.active a span {
  color: #A72126;
}
.dynamic__menu li:hover a i,
.dynamic__menu li.active a i {
  opacity: 1;
  transform: translateX(0);
}
.dynamic__menu li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 0.7rem;
}
.dynamic__menu li a span {
  display: block;
  color: #333333;
  font-size: 0.18rem;
  font-weight: 700;
}
.dynamic__menu li a i {
  display: inline-block;
  line-height: 1;
  color: #A72126;
  font-size: 12px;
  font-style: normal;
  opacity: 0;
  transform: translateX(-8px);
  transition: 0.35s;
}
.dynamic__items {
  display: none;
}
.dynamic__items:first-child {
  display: block;
}
.dynamic__slide {
  width: 3.8rem;
}
.dynamic__slide:hover .dyanmic__imgs figure img {
  transform: scale(1.08);
}
.dynamic__slide:hover .dyanmic__imgs figure video {
  display: block;
}
.dynamic__slide:hover .dynamic__info strong {
  color: #A72126;
}
.dyanmic__swiper {
  overflow: hidden;
}
.dyanmic__imgs {
  position: relative;
  overflow: hidden;
}
.dyanmic__imgs figure {
  position: relative;
  display: block;
  padding-bottom: 68.68%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.dyanmic__imgs figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.dyanmic__imgs figure img {
  transition: 0.68s;
}
.dyanmic__imgs figure video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: none;
}
.dynamic__btn {
  position: absolute;
  left: 0.1rem;
  bottom: 0.1rem;
  text-align: center;
  z-index: 3;
  width: 0.36rem;
  height: 0.36rem;
  border-radius: 50%;
  background: rgba(167, 33, 38, 0.9);
  cursor: pointer;
}
.dynamic__btn svg {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  width: 0.1rem;
}
.dynamic__info {
  padding-top: 0.3rem;
}
.dynamic__info strong {
  display: block;
  margin-bottom: 0.15rem;
  color: #333;
  font-size: 0.18rem;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.54px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 0.54rem;
  transition: 0.35s;
}
.dynamic__info p {
  color: #666;
  line-height: 1.55;
  font-size: 16px;
  text-align: justify;
  height: 124px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.dynamic__info time {
  display: block;
  margin-top: 0.3rem;
  color: #999;
  font-size: 16px;
  line-height: 1.55;
}
.dynamic__btns {
  margin-top: 0.5rem;
}
.dynamic__btns span {
  background-color: #E5E9F1;
}
.dynamic__btns span:hover {
  background-color: #A72126;
}
.footer {
  position: relative;
  overflow: hidden;
}
.footer .video_box {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.footer .video_box video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.footer__wrap {
  margin: auto;
  width: 1440px;
}
.footer__top {
  padding: 1.35rem 0;
  text-align: center;
}
.footer__tt {
  margin: auto;
  width: 6.05rem;
  text-align: center;
  color: #fff;
  font-size: 0.32rem;
  line-height: 1.3;
  letter-spacing: 1.6px;
}
.footer__btn {
  margin-top: 0.6rem;
  display: flex;
  justify-content: center;
}
.footer__btn li {
  margin-right: 0.2rem;
  position: relative;
}
.footer__btn li:last-child {
  margin-right: 0;
}
.footer__btn li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.65rem;
  box-sizing: content-box;
  border: 2px solid #fff;
  height: 0.4rem;
  border-radius: 0.21rem;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
}
.footer__btn li a:hover {
  border-color: #A72126;
  background: #A72126;
  color: #fff;
}
.footer__btn li a i {
  display: inline-block;
  margin-right: 0.06rem;
  font-size: 0.2rem;
  font-weight: normal;
  font-style: normal;
}
.footer__btn li:hover .pop__tel {
  opacity: 1;
  visibility: visible;
}
.pop__tel {
  position: absolute;
  left: 50%;
  width: auto;
  transform: translateX(-50%);
  bottom: 100%;
  padding-bottom: 0.12rem;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
}
.pop__tel p {
  position: relative;
  background: rgba(0, 0, 0, 0.8);
  padding: 0.14rem 0.25rem;
  border-radius: 0.3rem;
  white-space: nowrap;
  color: #fff;
  font-size: 0.18rem;
  line-height: 1.2;
}
.pop__tel p:before {
  position: absolute;
  left: 50%;
  margin-left: -4px;
  top: 100%;
  content: "";
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid rgba(0, 0, 0, 0.8);
}
.footer__menu {
  display: flex;
  justify-content: space-between;
}
.footer__menu--list {
  display: block;
}
.footer__menu--list dt {
  display: block;
  margin-bottom: 0.15rem;
}
.footer__menu--list dt a {
  display: inline-block;
  color: #fff;
  font-size: 18px;
  line-height: 1.6;
}
.footer__menu--list dt a:hover {
  color: #A72126;
}
.footer__menu--list dd {
  display: block;
}
.footer__menu--list dd p a {
  display: inline-block;
  line-height: 2.45;
  color: #fff;
  font-size: 16px;
  opacity: 0.7;
}
.footer__menu--list dd p a:hover {
  color: #A72126;
  opacity: 1;
}
.footer__contact {
  margin-top: 0.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 0.72rem;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}
.hot__line {
  display: flex;
  align-items: flex-end;
}
.hot__line span {
  display: block;
  line-height: 1;
  color: #FFFFFF;
  font-size: 14px;
  opacity: 0.7;
}
.hot__line p {
  color: #A72126;
  line-height: 0.8;
  font-size: 0.3rem;
  font-family: "Conv_DIN-Bold";
}
.footer__share {
  display: flex;
  align-items: center;
}
.footer__share li {
  position: relative;
  margin-right: 0.2rem;
}
.footer__share li:hover a {
  color: #A72126;
}
.footer__share li:hover a img {
  opacity: 0.8;
}
.footer__share li:hover .eq {
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
  transform: translateY(0);
}
.footer__share:last-child {
  margin-right: 0;
}
.footer__share a {
  display: inline-block;
  line-height: 1;
  color: #fff;
  font-size: 0.18rem;
}
.footer__share a img {
  display: inline-block;
  width: 0.18rem;
  transition: 0.35s;
}
.footer__copy {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  height: 0.42rem;
  background: #1D1D1D;
}
.footer__copy p,
.footer__copy a {
  display: inline-block;
  color: #FFFFFF;
  opacity: 0.6;
  font-size: 14px;
}
.footer__copy a:hover {
  opacity: 1;
}
.footer__copy b {
  display: inline-block;
  margin: 0 0.15rem;
  width: 1px;
  height: 0.14rem;
  background: #FFFFFF;
  opacity: 0.6;
  line-height: 1;
}
.eq {
  position: absolute;
  padding-bottom: 0.12rem;
  left: 50%;
  margin-left: -0.5rem;
  z-index: 3;
  bottom: 100%;
  width: 1rem;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-6px);
  pointer-events: none;
  transition: 0.4s;
}
.eq figure {
  display: block;
  padding: 5px;
  background: #fff;
}
.eq figure img {
  display: block;
  width: 100%;
  height: auto;
}
.scroll__top {
  position: absolute;
  right: 0;
  bottom: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 199;
  width: 0.5rem;
  height: 0.5rem;
  background: #A72126;
  cursor: pointer;
}
.scroll__top:hover i {
  transform: translateY(-4px);
}
.scroll__top i {
  display: inline-block;
  line-height: 1;
  color: #fff;
  font-size: 14px;
  transition: 0.3s;
}
/* 视频弹层 */
.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: 1050;
  opacity: 1;
  visibility: visible;
}
.popup_video .cont {
  width: 80%;
  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;
  max-width: 100%;
  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;
}
.pbanner {
  position: relative;
  overflow: hidden;
}
.pbanner figure {
  position: relative;
  display: block;
  padding-bottom: 31.25%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.pbanner figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pbanner figure video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ptext {
  position: absolute;
  left: 6.5104vw;
  top: 56%;
  transform: translateY(-50%);
  z-index: 3;
}
.ptext .title_box div {
  color: #333333;
  font-weight: normal;
}
.product__banner {
  top: 45%;
}
.pinfo {
  margin-top: 0.3rem;
  margin-bottom: 0.3rem;
  color: #666666;
  font-size: 0.2rem;
  font-weight: lighter;
  line-height: 1.8;
}
.product__box {
  padding: 0 6.5104vw;
}
.hot__product {
  position: relative;
  padding: 0.44rem 0.62rem 0.55rem;
  z-index: 3;
  margin-top: -8.0729vw;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  background: #fff;
  border-radius: 0.1rem;
  box-shadow: 0 0 0.13rem rgba(198, 198, 198, 0.25);
}
.hot__product--item {
  width: 46.27%;
}
.hot__title {
  display: flex;
  align-items: center;
  margin-bottom: 0.4rem;
}
.hot__title i {
  display: inline-block;
  margin-right: 0.12rem;
  color: #A72126;
  font-size: 0.3rem;
  font-style: normal;
  line-height: 1;
}
.hot__title strong {
  display: block;
  color: #222222;
  font-size: 0.2rem;
}
.hot__list li {
  margin-bottom: 0.36rem;
}
.hot__list li:last-child {
  margin-bottom: 0;
}
.hot__list li:hover strong {
  color: #A72126;
}
.hot__list li strong {
  display: block;
  margin-bottom: 0.12rem;
  line-height: 1.2;
  color: #444444;
  font-size: 0.18rem;
  font-weight: normal;
  transition: 0.4s;
}
.hot__list li strong a {
  color: #444444;
}
.hot__list li strong a:hover {
  color: #A72126;
}
.hot__list li p {
  color: #999999;
  font-size: 14px;
}
.hot__list li p a {
  color: #999999;
  font-size: 14px;
}
.hot__list li p a:hover {
  color: #A72126;
}
.product__wrap {
  padding: 0 0 1.32rem;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.product__all {
  padding-top: 1.34rem;
  position: sticky;
  box-sizing: border-box;
  height: 100vh;
  top: 0;
  width: 20%;
  border-left: 1px solid #eeeeee;
}
.product__tt {
  display: block;
  padding-left: 0.34rem;
  margin-bottom: 0.4rem;
  padding-top: 0.1rem;
  line-height: 1;
  color: #222222;
  font-size: 0.3rem;
}
.product__menu li {
  margin-bottom: 0.3rem;
  position: relative;
}
.product__menu li.active:before {
  transform: scaleY(1);
}
.product__menu li.active a {
  color: #A72126;
}
.product__menu li:before {
  position: absolute;
  left: -1px;
  top: 0;
  content: "";
  width: 0.05rem;
  height: 100%;
  background: #A72126;
  transform: scaleY(0);
  transition: 0.3s;
}
.product__menu li a {
  display: inline-block;
  position: relative;
  padding-left: 0.35rem;
  color: #333333;
  font-size: 16px;
  line-height: 0.22rem;
}
.product__menu li a:hover {
  color: #A72126;
}
.product__right {
  flex: 1;
  padding-top: 1.34rem;
  width: 0;
}
.product__search {
  margin-bottom: 0.6rem;
  position: relative;
}
.product__search .text {
  box-sizing: border-box;
  padding-left: 0.38rem;
  border: 1px solid #eeeeee;
  width: 100%;
  height: 0.52rem;
  line-height: 0.5rem;
  color: #cccccc;
  font-size: 16px;
  border-radius: 0.26rem;
  transition: 0.35s;
}
.product__search .text::-webkit-input-placeholder {
  color: #cccccc;
}
.product__search .text:focus {
  border-color: #A72126;
}
.product__search .text:focus::-webkit-input-placeholder {
  opacity: 0;
}
.product__search .sub {
  position: absolute;
  right: 0;
  top: 0;
  padding: 0 0.32rem;
  line-height: 0.52rem;
  color: #A72126;
  font-size: 0.24rem;
  cursor: pointer;
  width: auto;
}
.product__item {
  margin-bottom: 0.37rem;
}
.protitle {
  display: block;
  margin-bottom: 0.35rem;
  line-height: 1;
  color: #222222;
  font-size: 0.18rem;
}
.product__infos {
  display: flex;
  flex-wrap: wrap;
}
.product__infos li {
  margin-right: 2%;
  margin-bottom: 0.35rem;
  padding: 1.6667vw 2.1875vw;
  width: 32%;
  box-sizing: border-box;
  border: 1px solid #dae9ec;
  border-radius: 5px;
  transition: 0.4s;
}
.product__infos li:hover {
  box-shadow: 0 3px 0.13rem rgba(198, 198, 198, 0.25);
}
.product__infos li:hover strong {
  color: #A72126;
}
.product__infos li:nth-child(3n+3) {
  margin-right: 0;
}
.product__infos li strong {
  display: block;
  margin-bottom: 0.13rem;
  color: #222222;
  font-size: 0.18rem;
  line-height: 1.3;
  transition: 0.3s;
  font-weight: normal;
}
.product__infos li p,
.product__infos li div {
  color: #999999;
  font-size: 14px;
  line-height: 1.8;
}
.prosubtitle {
  display: block;
  position: relative;
  padding-left: 0.18rem;
  margin-bottom: 0.42rem;
  color: #A72126;
  line-height: 1;
  font-size: 0.18rem;
}
.prosubtitle:before {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -0.07rem;
  content: "";
  border-top: 0.07rem solid transparent;
  border-bottom: 0.07rem solid transparent;
  border-left: 0.08rem solid #A72126;
}
.pcolor .title_box div {
  color: #fff;
}
.pcolor .pinfo {
  margin-top: 0.2rem;
  margin-bottom: 0.4rem;
  color: #fff;
  font-size: 0.28rem;
}
.inner {
  padding: 0 6.5104vw;
}
.posite__box {
  background: #f4f8ff;
}
.posite__wrap {
  display: flex;
  align-items: center;
  height: 0.6rem;
  flex-wrap: wrap;
}
.posite__wrap span,
.posite__wrap a,
.posite__wrap b {
  display: inline-block;
  color: #666666;
  font-size: 16px;
}
.posite__wrap a:hover {
  color: #A72126;
}
.posite__wrap b {
  font-weight: normal;
  margin: 0 0.08rem;
}
.leval__menu {
  border-top: 1px solid #e2e9f6;
  border-bottom: 1px solid #e2e9f6;
  overflow: hidden;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.leval__menu--list {
  display: inline-flex;
}
.leval__menu--list li {
  margin-right: 0.9rem;
  position: relative;
  z-index: 2;
}
.leval__menu--list li:before {
  content: "";
  width: 0;
  height: 3px;
  background: #A72126;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: 0.4s;
  z-index: -1;
}
.leval__menu--list li:hover,
.leval__menu--list li.active {
  color: #A72126;
}
.leval__menu--list li:hover:before,
.leval__menu--list li.active:before {
  width: 100%;
  right: auto;
  left: 0;
}
.leval__menu--list li:before {
  bottom: -1px;
}
.leval__menu--list li:hover a,
.leval__menu--list li.active a {
  color: #A72126;
}
.leval__menu--list li:last-child {
  margin-right: 0;
}
.leval__menu--list li a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 0.6rem;
  color: #333333;
  font-size: 16px;
  white-space: nowrap;
}
.laboratory {
  padding: 7.5521vw 6.5104vw 8.9583vw;
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
}
.laboratory__wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.laboratory__info {
  width: 45.26%;
}
.laboratory__title {
  margin-bottom: 0.48rem;
}
.laboratory__title strong {
  display: block;
  margin-bottom: 0.16rem;
  line-height: 1;
  color: #222222;
  font-size: 0.52rem;
  font-weight: normal;
}
.laboratory__title p {
  color: #666666;
  font-size: 0.28rem;
  font-weight: lighter;
}
.laboratory__text {
  color: #666666;
  font-size: 0.18rem;
  font-weight: lighter;
  line-height: 2.4;
}
.laboratory__imgs {
  position: relative;
  z-index: 2;
  width: 46.58%;
}
.laboratory__imgs figure {
  position: relative;
  display: block;
  padding-bottom: 57.65%;
  height: 0;
  overflow: hidden;
  line-height: 1;
  border-radius: 0.18rem;
}
.laboratory__imgs figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.laboratory__imgs video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.laboratory__li {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
}
.laboratory__li img {
  display: inline-block;
  margin-right: 0.26rem;
  width: 1.32rem;
  height: auto;
}
.laboratory__li img:last-child {
  margin-right: 0;
}
.rearch__box {
  padding: 6.6667vw 6.5104vw 22.9167vw;
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
}
.rearch__wrs {
  position: relative;
}
.inner__title {
  position: relative;
  z-index: 2;
  padding-bottom: 0.4rem;
  text-align: center;
}
.inner__title.articleShow:before {
  opacity: 1;
  transform: scale(1);
}
.inner__title:before {
  position: absolute;
  left: 50%;
  margin-left: -0.16rem;
  bottom: 0;
  content: "";
  width: 0.32rem;
  height: 0.12rem;
  background: url(/images/titlebg.png) center no-repeat;
  background-size: 100% 100%;
  opacity: 0;
  transform: scale(0);
  transition: 1.5s;
}
.inner__title strong {
  display: block;
  line-height: 1;
  color: #222222;
  font-size: 0.48rem;
  justify-content: center;
}
.inner__title small {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  line-height: 1;
  z-index: -1;
  width: 100%;
  font-size: 0.56rem;
  font-weight: bold;
  background: linear-gradient(to bottom, #c7ddfa, rgba(235, 235, 235, 0));
  /* Standard syntax */
  -webkit-background-clip: text;
  /* Safari/Chrome */
  background-clip: text;
  color: transparent;
  text-transform: uppercase;
}
.rearch__list {
  margin-top: 0.56rem;
  display: flex;
  flex-wrap: wrap;
}
.rearch__list li {
  margin-right: 1.575%;
  padding: 0.4rem 0.15rem 0.34rem;
  box-sizing: border-box;
  background: #fff;
  width: 18.74%;
  text-align: center;
  border-radius: 0.1rem;
}
.rearch__list li:hover b {
  transform: translateY(-5px);
}
.rearch__list li:hover strong {
  color: #4366b0;
}
.rearch__list li:nth-child(5n+5) {
  margin-right: 0;
}
.rearch__list li b {
  display: block;
  position: relative;
  margin: auto;
  width: 0.63rem;
  height: 0.62rem;
  transition: 0.4s;
}
.rearch__list li b img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.rearch__list li strong {
  display: block;
  margin-top: 0.24rem;
  color: #333333;
  font-size: 0.24rem;
  line-height: 1.4;
  font-weight: normal;
  transition: 0.4s;
}
.findings__top {
  position: relative;
  margin-top: -1.1rem;
  padding: 5.7292vw 7.5vw 6.25vw;
  background: #fff;
  border-radius: 0.2rem;
  box-shadow: 0 0 0.32rem rgba(227, 227, 227, 0.32);
}
.findings__wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0.36rem;
}
.findings__text {
  margin-right: 5.7292vw;
  width: 0;
  flex: 1;
  color: #666666;
  font-size: 0.18rem;
  font-weight: lighter;
  line-height: 2.44;
}
.findings__imgs {
  width: 3.39rem;
  line-height: 1;
}
.findings__imgs img {
  display: block;
  width: 100%;
  height: auto;
}
.report {
  padding: 8.0729vw 0;
}
.report__wrs {
  position: relative;
}
.report__list {
  display: flex;
  position: relative;
  flex-wrap: wrap;
  margin-top: 0.54rem;
}
.report__list li {
  margin-right: 3.305%;
  width: 31.13%;
  background: #f1f3f8;
}
.report__list li:hover figure img {
  transform: scale(1.1);
}
.report__list li:hover .report__info strong {
  color: #A72126;
}
.report__list li:hover .report__info span {
  background: #A72126;
  color: #fff;
}
.report__list li:nth-child(3n+3) {
  margin-right: 0;
}
.report__list li figure {
  position: relative;
  display: block;
  padding-bottom: 53.26%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.report__list li figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.report__list li figure img {
  transition: 0.68s;
}
.report__info {
  padding: 3.4375vw 0.35rem 0.42rem;
}
.report__info time {
  display: block;
  margin-bottom: 0.18rem;
  line-height: 1;
  color: #A72126;
  font-size: 16px;
  font-weight: lighter;
}
.report__info strong {
  display: block;
  color: #222222;
  font-size: 0.2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 0.56rem;
  transition: 0.4s;
}
.report__info span {
  display: inline-block;
  margin-top: 0.36rem;
  padding: 0 0.28rem;
  height: 0.4rem;
  border: 1px solid #A72126;
  border-radius: 0.2rem;
  text-align: center;
  line-height: 0.38rem;
  color: #A72126;
  font-size: 14px;
  font-weight: lighter;
  letter-spacing: 1px;
  transition: 0.4s;
}
.technology {
  padding: 7.1875vw 6.5104vw;
  background: #f0f2f7;
}
.technology__swiper {
  margin-top: 0.6rem;
}
.technology__swiper .swiper-pagination {
  position: relative;
  margin-top: 0.96rem;
}
.technology__swiper .swiper-pagination .swiper-pagination-bullet {
  margin: 0 0.05rem;
  width: 6px;
  height: 6px;
  opacity: 0.5;
  background: #A72126;
  transition: 0.6s;
  border-radius: 3px;
}
.technology__swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  width: 0.38rem;
}
.technology-slide {
  box-sizing: border-box;
  padding: 0.56rem 0.8rem 0.48rem;
  width: 48.8%;
  height: auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0.1rem;
}
.technology-slide:hover strong {
  color: #A72126;
}
.technology-slide:hover span {
  background: #A72126;
  color: #fff;
}
.technology-slide strong {
  display: block;
  margin-bottom: 0.26rem;
  line-height: 1;
  color: #333333;
  font-size: 0.32rem;
  font-weight: normal;
  transition: 0.4s;
}
.technology-slide span {
  display: inline-block;
  padding: 0 0.28rem;
  height: 0.4rem;
  border: 1px solid #A72126;
  border-radius: 0.2rem;
  text-align: center;
  line-height: 0.38rem;
  color: #A72126;
  font-size: 14px;
  font-weight: lighter;
  letter-spacing: 1px;
  transition: 0.4s;
}
.technology__info {
  color: #999999;
  font-size: 0.18rem;
  height: 2rem;
  width: 4.85rem;
  max-width: 100%;
  line-height: 1.8;
}
.concept {
  padding: 0.66rem 6.5104vw 1rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.concept__info {
  padding-top: 0.94rem;
  width: 44.91%;
}
.concept__title {
  padding-bottom: 0.38rem;
  border-bottom: 1px solid rgba(67, 102, 176, 0.22);
}
.concept__title strong {
  display: block;
  margin-bottom: 0.24rem;
  line-height: 1;
  color: #4366b0;
  font-size: 0.42rem;
  font-weight: bold;
}
.concept__title p {
  color: #4366b0;
  font-size: 0.28rem;
  font-weight: lighter;
}
.concept__text {
  margin-top: 0.4rem;
  color: #666666;
  font-size: 0.22rem;
  line-height: 1.8;
}
.concept__imgs {
  width: 45.98%;
}
.concept__imgs img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
.collaborate {
  padding: 1.35rem 6.5104vw 0;
}
.collaborate__tab {
  margin-top: 0.5rem;
  position: relative;
  visibility: visible;
}
.collaborate-slide {
  position: relative;
  box-sizing: border-box;
  padding: 0.66rem 0.5rem 0.94rem;
  background: #edf2ff;
  width: 50%;
  height: auto;
}
.collaborate-slide:nth-child(2n+2) {
  background: #f5f8ff;
}
.collaborate__title {
  margin-bottom: 0.92rem;
  text-align: center;
}
.collaborate__title strong {
  display: block;
  padding-bottom: 0.2rem;
  margin-bottom: 0.15rem;
  position: relative;
  line-height: 1;
  color: #333333;
  font-size: 0.3rem;
  font-weight: bold;
}
.collaborate__title strong:before {
  position: absolute;
  left: 50%;
  margin-left: -0.15rem;
  bottom: 0;
  content: "";
  width: 0.3rem;
  height: 3px;
  border-radius: 2px;
  background: #4366b0;
}
.collaborate__title p {
  color: #666666;
  font-size: 0.2rem;
  font-weight: lighter;
  line-height: 1.8;
}
.collaborate__imgs {
  text-align: center;
}
.collaborate__imgs img {
  max-width: 100%;
  width: auto;
  height: auto;
}
.common__btn {
  position: absolute;
  top: 50%;
  margin-top: -0.35rem;
  width: 0.7rem;
  height: 0.7rem;
  border: 1px solid #A72126;
  text-align: center;
  line-height: 0.68rem;
  border-radius: 50%;
  color: #A72126;
  font-size: 0.16rem;
  cursor: pointer;
  transition: 0.4s;
  z-index: 10;
}
.common__btn.swiper-button-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.common__btn:hover {
  background: #A72126;
  color: #fff;
}
.common__btn.prev {
  left: -0.94rem;
}
.common__btn.next {
  right: -0.94rem;
}
.choose__box {
  padding: 7.8125vw 6.5104vw 8.4375vw;
}
.choose__list {
  margin-top: 0.8rem;
  display: flex;
  flex-wrap: wrap;
}
.choose__list li {
  margin-left: -1px;
  margin-top: -1px;
  padding: 4.0104vw 3.125vw 3.75vw;
  display: flex;
  align-items: flex-start;
  border: 1px solid #dddddd;
  width: 50%;
}
.choose__list li b {
  display: block;
  position: relative;
  text-align: center;
  width: 0.44rem;
  height: 0.44rem;
  border-radius: 50%;
  background: #4366b0;
}
.choose__list li b img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  max-width: 0.22rem;
}
.choose__info {
  flex: 1;
  margin-left: 0.28rem;
  width: 0;
}
.choose__info strong {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  height: 0.44rem;
  color: #333333;
  font-size: 0.22rem;
}
.choose__info p {
  color: #333333;
  font-size: 0.18rem;
  font-weight: lighter;
  line-height: 1.8;
}
.cooperative {
  padding: 1.32rem 0 1.4rem;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.inner__title1 strong {
  color: #fff;
}
.inner__title1 small {
  opacity: 0.2 !important;
}
.inner__title1:before {
  background: url(/images/titlebg1.png) center no-repeat;
  background-size: 100%;
}
.cooperative__info {
  margin: auto;
  margin-top: 0.48rem;
  margin-bottom: 0.62rem;
  text-align: center;
  width: 8.7rem;
  color: #fff;
  font-size: 0.18rem;
  line-height: 2;
  max-width: 90%;
}
.cooperative__btn {
  margin-top: 0.64rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cooperative__btn a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 0 0.4rem;
  width: 2.16rem;
  height: 0.58rem;
  border: 1px solid #fff;
  border-radius: 0.3rem;
  color: #fff;
  font-size: 16px;
  margin-right: 0.34rem;
}
.cooperative__btn a:last-child {
  margin-right: 0;
}
.cooperative__btn a:hover {
  background: #A72126;
  border-color: #A72126;
}
.cooperative__btn a i {
  display: inline-block;
  position: absolute;
  right: 0.4rem;
  top: 50%;
  margin-top: -6px;
  z-index: 3;
  font-size: 12px;
  transform-origin: right center;
  transform: scale(0.5);
  line-height: 1;
}
.empowerment {
  padding: 0.76rem 6.5104vw 0.8rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #f9fafa;
}
.empowerment__info {
  padding-right: 0.3rem;
  width: 0;
  flex: 1;
}
.empowerment__info strong {
  display: block;
  margin-bottom: 0.32rem;
  line-height: 1;
  color: #222222;
  font-size: 0.42rem;
}
.empowerment__info p {
  color: #666666;
  font-size: 0.18rem;
  line-height: 1.8;
}
.empowerment__li {
  display: flex;
}
.empowerment__li li {
  margin-right: 0.6rem;
  padding: 0.32rem 0 0.34rem;
  width: 2.4rem;
  background: #fff;
  border-radius: 0.1rem;
  text-align: center;
}
.empowerment__li li:last-child {
  margin-right: 0;
}
.empowerment__li li:hover b {
  transform: translateY(-6px);
}
.empowerment__li li:hover strong {
  color: #A72126;
}
.empowerment__li li b {
  display: block;
  margin-bottom: 0.46rem;
  text-align: center;
  height: 1rem;
  transition: 0.35s;
}
.empowerment__li li b img {
  margin: auto;
  width: auto;
  max-height: 100%;
}
.empowerment__li li strong {
  display: block;
  line-height: 1;
  color: #222222;
  font-size: 0.24rem;
  transition: 0.35s;
}
.channel {
  padding: 7.2917vw 6.5104vw 9.6875vw;
}
.channel .report {
  padding: 0;
}
.policy__wrap {
  padding: 1.3rem 0 1.75rem;
}
.policy__list {
  margin-top: 0.78rem;
  display: flex;
}
.policy__list li {
  padding: 3.125vw 0.38rem 4.1667vw;
  margin-left: -1px;
  margin-top: -1px;
  width: 25%;
  border: 1px solid #e8e8e8;
}
.policy__list li:hover b {
  transform: translateY(-6px);
}
.policy__list li:hover strong {
  color: #A72126;
}
.policy__list li b {
  display: block;
  position: relative;
  margin: auto;
  text-align: center;
  width: 1.2rem;
  height: 1.2rem;
  border: 1px dashed #4366b0;
  border-radius: 50%;
  transition: 0.4s;
}
.policy__list li b img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  max-width: 0.64rem;
}
.policy__list li strong {
  display: block;
  text-align: center;
  margin-top: 2.0833vw;
  margin-bottom: 2.0833vw;
  line-height: 1.2;
  color: #333333;
  font-size: 0.24rem;
  font-weight: normal;
  transition: 0.35s;
}
.policy__list li p {
  color: #666666;
  font-size: 0.18rem;
  line-height: 1.8;
}
.service__content {
  padding: 1.05rem 6.5104vw 1.56rem;
  background: #f1f3f8;
}
.service__wraps {
  margin-top: 0.62rem;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.service__left {
  width: 58.68%;
  background: #fff;
  border-radius: 0.12rem;
}
.service__btn {
  margin-right: 7.6042vw;
}
.service__btn li {
  position: relative;
  background: url(/images/line1.png) left bottom repeat-x;
}
.service__btn li.active strong,
.service__btn li:hover strong {
  color: #4366b0;
}
.service__btn li.active strong:before,
.service__btn li:hover strong:before {
  border-left: 0.09rem solid #4366b0;
}
.service__btn li.active strong {
  font-weight: bold;
}
.service__btn li:first-child .service__fix {
  display: block;
}
.service__btn li strong {
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 0.66rem;
  height: 0.92rem;
  color: #333333;
  font-size: 0.2rem;
  font-weight: normal;
  transition: 0.4s;
  cursor: pointer;
}
.service__btn li strong:before {
  position: absolute;
  left: 0.28rem;
  top: 50%;
  margin-top: -0.06rem;
  content: "";
  border-top: 0.06rem solid transparent;
  border-bottom: 0.06rem solid transparent;
  border-left: 0.09rem solid #cccccc;
  transition: 0.35s;
}
.service__fix {
  padding: 0 0 0.42rem 0.66rem;
  color: #666666;
  font-size: 0.18rem;
  line-height: 1.8;
  display: none;
}
.service__swiper {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 47.24%;
}
.service-slide figure {
  position: relative;
  display: block;
  padding-bottom: 60.2%;
  height: 0;
  overflow: hidden;
  line-height: 1;
  border-radius: 0.15rem;
}
.service-slide figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.service__imgs {
  display: none;
}
.service__imgs figure {
  position: relative;
  display: block;
  padding-bottom: 60.2%;
  height: 0;
  overflow: hidden;
  line-height: 1;
  border-radius: 0.15rem;
}
.service__imgs figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.advantage {
  padding: 1.2rem 6.5104vw 1.1rem;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.advantage__wrap {
  margin-top: 0.7rem;
  display: flex;
  justify-content: space-between;
}
.advantage__left {
  padding-top: 0.56rem;
  width: 38.8%;
}
.advantage__swiper {
  margin: 0;
}
.service-slide {
  height: auto;
}
.service-slide b {
  display: block;
  position: relative;
  width: 0.52rem;
  height: 0.52rem;
}
.service-slide b img {
  max-width: 100%;
  width: auto;
  height: auto;
}
.service-slide strong {
  display: block;
  margin-top: 0.4rem;
  margin-bottom: 0.25rem;
  line-height: 1.2;
  color: #fff;
  font-size: 0.24rem;
  font-weight: normal;
}
.advantage__in {
  color: #fff;
  font-size: 0.18rem;
  line-height: 2;
  min-height: 2.54rem;
}
.advantage__btn {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 3;
}
.advantage__btn span {
  display: inline-block;
  margin-right: 0.16rem;
  width: 0.74rem;
  height: 0.4rem;
  border: 1px solid #fff;
  border-radius: 0.2rem;
  text-align: center;
  line-height: 0.38rem;
  color: #fff;
  font-size: 12px;
  transition: 0.4s;
  cursor: pointer;
}
.advantage__btn span:hover {
  background: #fff;
  color: #4366b0;
}
.advantage__right {
  width: 7.56rem;
}
.advantage__list {
  display: flex;
  flex-wrap: wrap;
}
.advantage__list li {
  margin-right: 25%;
  margin-left: -1px;
  margin-top: -1px;
  padding: 0 0.25rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 25%;
  height: 1.9rem;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.5);
  opacity: 0.7;
  cursor: pointer;
  transition: 0.35s;
}
.advantage__list li.active,
.advantage__list li:hover {
  opacity: 1;
}
.advantage__list li:nth-child(3) {
  margin-left: calc(25% - 1px);
}
.advantage__list li:nth-child(4) {
  margin-right: 0;
}
.advantage__list li:nth-child(5) {
  margin-left: calc(50% - 1px);
}
.advantage__list li b {
  display: block;
  position: relative;
  width: 0.5rem;
  height: 0.5rem;
}
.advantage__list li b img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.advantage__list li strong {
  margin-top: 0.14rem;
  color: #fff;
  font-size: 0.2rem;
  line-height: 1.5;
  font-weight: normal;
}
.contact__use {
  padding: 1.22rem 6.5104vw 1.36rem;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
}
.contact__list {
  margin-top: 1.14rem;
  display: flex;
  justify-content: space-between;
  padding: 0 0.56rem;
}
.contact__list li a {
  display: flex;
  align-items: center;
}
.contact__list li b {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0.66rem;
  height: 0.66rem;
  border-radius: 50%;
  border: 1px dashed #4366b0;
  color: #4366b0;
  font-size: 0.3rem;
  font-weight: normal;
}
.contact__list li p {
  margin-left: 0.3rem;
  color: #4366b0;
  font-size: 0.32rem;
  font-family: "DDINExp_Bold";
}
.culture__bann figure {
  padding-bottom: 100vh;
}
.culture__bann .ptext {
  right: 6.5104vw;
}
.culture__bann .ptext .title_box .li {
  justify-content: center;
  font-size: 0.36rem;
  line-height: 1.8;
}
.culture__bann .ptext .often_anima_bottom {
  text-align: center;
}
.culture__bann .ptext .in_more {
  margin: auto;
  margin-top: 0.58rem;
}
.culture__box {
  padding: 1.02rem 6.5104vw 1rem;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
}
.culture__wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 0.42rem;
}
.culture__list {
  box-sizing: border-box;
  width: 42.27%;
  background: #fff;
  border-radius: 0.16rem;
}
.culture__li {
  overflow: hidden;
  height: 5.9rem;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.culture__li::-webkit-scrollbar {
  width: 4px;
  height: 5px;
  border-radius: 3px;
  background-color: #fff;
}
.culture__li::-webkit-scrollbar-track {
  border-radius: 4px;
  border-radius: 3px;
  background-color: #fff;
}
.culture__li::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: #A72126;
}
.culture__li li {
  padding: 0.4rem 0.3rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #eeeeee;
}
.culture__li li:last-child {
  border-bottom: none;
}
.culture__li li:hover .culture__imgs figure img {
  transform: scale(1.06);
}
.culture__li li:hover .culture__info strong {
  color: #A72126;
}
.culture__imgs {
  width: 1.58rem;
  line-height: 1;
}
.culture__imgs figure {
  position: relative;
  display: block;
  padding-bottom: 69.62%;
  height: 0;
  overflow: hidden;
  line-height: 1;
  border-radius: 5px;
}
.culture__imgs figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.culture__imgs figure img {
  transition: 0.65s;
}
.culture__info {
  margin-left: 0.32rem;
  width: 0;
  flex: 1;
}
.culture__info strong {
  display: block;
  margin-bottom: 0.22rem;
  color: #333333;
  font-size: 0.22rem;
  line-height: 1.2;
  transition: 0.4s;
}
.culture__info p {
  color: #666666;
  font-size: 16px;
}
.culture__video {
  position: relative;
  width: 55.688%;
}
.culture__video:hover video {
  display: block;
}
.culture__video figure {
  position: relative;
  height: 5.9rem;
  border-radius: 0.15rem;
  overflow: hidden;
}
.culture__video figure video,
.culture__video figure img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.culture__video figure video {
  display: none;
}
.video__btn {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -0.45rem;
  margin-top: -0.45rem;
  width: 0.9rem;
  height: 0.9rem;
  border-radius: 50%;
  cursor: pointer;
  background: #fff;
  transition: 0.4s;
}
.video__btn:hover {
  background: #A72126;
}
.video__btn:hover:before {
  border-left: 0.16rem solid #fff;
}
.video__btn:before {
  position: absolute;
  left: 50%;
  margin-left: -0.08rem;
  top: 50%;
  margin-top: -0.12rem;
  content: "";
  border-top: 0.12rem solid transparent;
  border-bottom: 0.12rem solid transparent;
  border-left: 0.16rem solid #4366b0;
  transition: 0.4s;
}
.culture__more {
  margin-top: 0.9rem;
  text-align: center;
}
.culture__more a {
  display: inline-block;
  width: 1.5rem;
  height: 0.44rem;
  line-height: 0.42rem;
  border: 1px solid #A72126;
  border-radius: 0.22rem;
  color: #A72126;
  font-size: 14px;
  font-weight: lighter;
}
.culture__more a:hover {
  background: #A72126;
  color: #fff;
}
.party {
  position: relative;
  z-index: 3;
  padding: 1.6rem 6.5104vw 0.7rem;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
.party__wr .inner__title1 {
  text-align: left;
}
.party__wr .inner__title1:before {
  left: 0;
  margin-left: 0;
}
.party__wr .inner__title1 strong {
  justify-content: flex-start;
}
.party__bg {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 7rem;
}
.party__bg figure {
  display: block;
  height: 100%;
}
.party__bg figure img,
.party__bg figure video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.party__swiper {
  position: relative;
  margin-top: 2rem;
}
.party__slide {
  width: 30vw;
  border-radius: 0.2rem;
  overflow-y: hidden;
  background: #fff;
}
.party__slide:hover figure img {
  transform: scale(1.07);
}
.party__slide:hover .party__info strong {
  color: #A72126;
}
.party__slide figure {
  position: relative;
  display: block;
  padding-bottom: 62.6%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.party__slide figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.party__slide figure img {
  transition: 0.65s;
}
.party__info {
  padding: 3.3854vw 2.1875vw 3.3333vw;
}
.party__info strong {
  display: block;
  margin-bottom: 0.2rem;
  line-height: 1.2;
  color: #222222;
  font-size: 0.24rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: 0.4s;
}
.party__info p {
  color: #666666;
  font-size: 16px;
  line-height: 1.8;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 58px;
}
.activities {
  padding: 0.8rem 6.5104vw 1.3rem;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}
.activities__wrap {
  margin-top: 0.58rem;
  display: flex;
  justify-content: space-between;
}
.activities__list {
  position: relative;
  z-index: 2;
  width: 42.27%;
  background: #fff;
  border-radius: 0.15rem;
}
.activities__list:before {
  position: absolute;
  left: 3.125vw;
  margin-left: 0.16rem;
  top: 0;
  z-index: -1;
  content: "";
  width: 1px;
  height: 100%;
  background: rgba(168, 34, 39, 0.1);
}
.activities__li {
  margin-left: 3.125vw;
  padding-bottom: 0.24rem;
  position: relative;
  z-index: 2;
  padding-left: 3.3333vw;
  max-height: 5.9rem;
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.activities__li::-webkit-scrollbar {
  width: 4px;
  height: 5px;
  border-radius: 3px;
  background-color: #fff;
}
.activities__li::-webkit-scrollbar-track {
  border-radius: 4px;
  border-radius: 3px;
  background-color: #fff;
}
.activities__li::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: #A72126;
}
.activities__li li {
  border-bottom: 1px solid #eeeeee;
  position: relative;
  z-index: 2;
}
.activities__li li:last-child {
  border-bottom: none;
}
.activities__li li a {
  display: block;
  padding: 0.5rem 0;
  padding-right: 4.2vw;
}
.activities__li li a:hover strong {
  color: #A72126;
}
.activities__li li a i {
  position: absolute;
  left: -3.3333vw;
  top: 50%;
  margin-top: -0.17rem;
  display: block;
  content: "";
  width: 0.31rem;
  height: 0.31rem;
  border-radius: 50%;
  background: rgba(168, 34, 39, 0.2);
}
.activities__li li a i:before {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -0.08rem;
  margin-top: -0.08rem;
  content: "";
  width: 0.17rem;
  height: 0.17rem;
  border-radius: 50%;
  background: #A72126;
}
.activities__li li a strong {
  display: block;
  position: relative;
  margin-bottom: 0.15rem;
  line-height: 1.2;
  color: #333333;
  font-size: 0.18rem;
  transition: 0.4s;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.activities__li li a p {
  color: #999999;
  font-size: 14px;
  line-height: 1.8;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.investor__banner {
  margin-top: 0.38rem;
}
.investor__address {
  display: flex;
  align-items: center;
  margin-bottom: 0.14rem;
}
.investor__address i {
  display: inline-block;
  width: 0.45rem;
  color: #fff;
  font-size: 0.26rem;
  font-style: normal;
}
.investor__address span {
  display: block;
  margin-right: 0.26rem;
  color: #fff;
  font-size: 0.18rem;
  font-weight: lighter;
}
.investor__address p {
  color: #fff;
  font-size: 0.3rem;
  font-family: "CenturySchlbkCyrillicBT";
}
.notice {
  padding: 0.75rem 0 1.4rem;
}
.notice__btn {
  display: flex;
  justify-content: center;
  margin-bottom: 0.3rem;
}
.notice__btn a {
  display: inline-block;
  margin-right: 0.52rem;
  text-align: center;
  padding: 0 0.2rem;
  min-width: 1.52rem;
  border-radius: 0.22rem;
  height: 0.44rem;
  line-height: 0.42rem;
  border: 1px solid #dddddd;
  color: #666666;
  font-size: 16px;
}
.notice__btn a:hover,
.notice__btn a.active {
  border-color: #A72126;
  color: #A72126;
}
.notice__btn a:last-child {
  margin-right: 0;
}
.notice__list li {
  padding: 0 8.0729vw 0 7.7083vw;
  border-bottom: 1px solid #f1f3f8;
}
.notice__list li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 0.9rem;
}
.notice__list li a:hover strong {
  color: #A72126;
}
.notice__list li a:hover strong:before {
  background: #A72126;
}
.notice__list li a strong {
  position: relative;
  padding-left: 0.26rem;
  display: block;
  margin-right: 0.1rem;
  color: #333333;
  font-size: 0.18rem;
  font-weight: normal;
  width: 73.3%;
  transition: 0.4s;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.notice__list li a strong:before {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -0.04rem;
  content: "";
  width: 0.08rem;
  height: 0.08rem;
  background: #dddddd;
  border-radius: 50%;
  transition: 0.4s;
}
.notice__list li a p {
  display: flex;
  align-items: center;
  color: #A72126;
  font-size: 16px;
}
.notice__list li a p i {
  display: inline-block;
  color: #A72126;
  font-size: 0.2rem;
  font-style: normal;
  width: 0.38rem;
}
.notice__list li a time {
  display: inline-block;
  color: #999999;
  font-size: 0.18rem;
}
.page__list {
  margin-top: 0.78rem;
  display: flex;
  justify-content: center;
}
.page__list span {
  display: inline-block;
  margin-right: 0.1rem;
  color: #999999;
  font-size: 16px;
  line-height: 0.4rem;
}
.page__list a {
  display: inline-block;
  margin-right: 0.1rem;
  padding: 0 0.15rem;
  height: 0.4rem;
  line-height: 0.4rem;
  color: #999999;
  font-size: 16px;
  background: #f1f3f8;
  border-radius: 3px;
  min-width: 0.5rem;
  text-align: center;
}
.page__list a:hover,
.page__list a.active {
  background: #A72126;
  color: #fff;
}
.page__list a:last-child {
  margin-right: 0;
}
.investor__service {
  padding: 1.62rem 6.5104vw 1.6rem;
  position: relative;
  z-index: 2;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.investor__service:before {
  position: absolute;
  left: 6.5104vw;
  bottom: 0;
  z-index: -1;
  content: "";
  width: 0.87rem;
  height: 0.83rem;
  background: url(/images/address.png) center no-repeat;
  background-size: cover;
}
.investor__title {
  width: 50%;
}
.investor__title b {
  display: block;
  margin-bottom: 0.4rem;
  line-height: 1;
  color: #222222;
  font-size: 0.18rem;
}
.investor__title strong {
  display: block;
  color: #666666;
  font-size: 0.32rem;
  font-weight: lighter;
  line-height: 1.8;
}
.address__list .investor__address {
  margin-bottom: 0.3rem;
}
.address__list .investor__address:last-child {
  margin-bottom: 0;
}
.address__list .investor__address i {
  color: #A72126;
}
.address__list .investor__address span {
  color: #222222;
}
.address__list .investor__address p {
  color: #222222;
}
.address__list .investor__address:last-child p {
  font-size: 0.22rem;
}
.news__boxs {
  padding: 0.26rem 0 1.1rem;
}
.news__list li {
  padding: 0 6.5104vw;
  border-bottom: 1px solid #dddddd;
}
.news__list li:last-child {
  border-bottom: none;
}
.news__list li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.4rem 0;
}
.news__list li a:hover .news__imgs figure img {
  transform: scale(1.06);
}
.news__list li a:hover .news__more {
  background: #A72126;
  color: #fff;
}
.news__list li a:hover .news__info strong {
  color: #A72126;
}
.news__imgs {
  width: 5.2rem;
  line-height: 1;
}
.news__imgs figure {
  position: relative;
  display: block;
  padding-bottom: 53.26%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.news__imgs figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news__imgs figure img {
  transition: 0.68s;
}
.news__fix {
  padding-left: 4.4271vw;
  flex: 1;
  width: 0;
}
.news__info time {
  display: block;
  margin-bottom: 0.26rem;
  line-height: 1;
  color: #A72126;
  font-size: 16px;
  font-weight: lighter;
}
.news__info strong {
  display: block;
  margin-bottom: 0.18rem;
  line-height: 1.2;
  color: #333333;
  font-size: 0.28rem;
  font-weight: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: 0.4s;
}
.news__info p {
  color: #666666;
  font-size: 0.18rem;
  line-height: 1.8;
  font-weight: lighter;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news__load {
  margin-top: 0.32rem;
  display: flex;
  align-items: center;
}
.news__load i {
  display: inline-block;
  margin-right: 0.1rem;
  color: #A72126;
  font-size: 0.2rem;
  font-style: normal;
}
.news__load p {
  color: #A72126;
  font-size: 16px;
}
.news__more {
  margin-top: 0.3rem;
  width: 1.1rem;
  height: 0.36rem;
  border: 1px solid #A72126;
  text-align: center;
  line-height: 0.34rem;
  border-radius: 0.18rem;
  color: #A72126;
  font-size: 14px;
  font-weight: lighter;
  transition: 0.4s;
}
.news__view {
  margin: auto;
  width: 14.14rem;
}
.news__v--top {
  padding: 1.2rem 0 14px;
  text-align: center;
  border-bottom: 1px solid #e9e9e9;
}
.news__v--top strong {
  display: block;
  margin-bottom: 0.34rem;
  line-height: 1.2;
  color: #222222;
  font-size: 0.3rem;
}
.news__v--top p {
  display: flex;
  justify-content: center;
}
.news__v--top p span {
  display: inline-block;
  margin-right: 0.1rem;
  color: #666666;
  font-weight: lighter;
}
.news__v--top p span:last-child {
  margin-right: 0;
}
.news__v--text {
  padding: 0.6rem 0;
  color: #666666;
  font-size: 0.18rem;
  line-height: 2;
}
.news__v--text img,
.news__v--text video {
  max-width: 100%;
}
.news__v--text ul,
.news__v--text li,
.news__v--text ol {
  list-style: inside;
}
.news__v--down {
  padding: 0.5rem 0 0;
  border-top: 1px solid #e5e5e5;
}
.apply__load {
  display: flex;
  align-items: center;
}
.apply__load strong {
  display: block;
  margin-right: 4.4271vw;
  color: #333333;
  font-size: 0.2rem;
}
.news__page {
  padding: 1.2rem 0 1.1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.news__page p {
  max-width: 42%;
}
.news__page p a {
  display: block;
  color: #999999;
  font-size: 0.18rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news__page p a:hover {
  color: #A72126;
}
.cooperate__tt {
  display: block;
  margin-bottom: 0.56rem;
  text-align: center;
  color: #222222;
  font-size: 0.42rem;
}
.news__product {
  padding-bottom: 1.3rem;
  padding-top: 0.8rem;
  display: flex;
  justify-content: space-between;
}
.cooperate__box {
  padding: 0 6.5104vw;
}
.news__items {
  width: 48.2%;
  border: 1px solid #dddddd;
}
.news__items .hot__list {
  padding: 0.52rem 3.6458vw 0.48rem;
}
.news__item--imgs {
  position: relative;
}
.news__item--imgs figure {
  position: relative;
  display: block;
  padding-bottom: 26.15%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.news__item--imgs figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news__item--imgs strong {
  position: absolute;
  left: 3.6458vw;
  top: 50%;
  margin-top: -0.18rem;
  line-height: 1;
  color: #fff;
  font-size: 0.36rem;
}
.overview {
  padding: 1.02rem 6.5104vw 1rem;
}
.cybers {
  margin-bottom: 0.32rem;
  margin-top: 0.22rem;
  width: 7.2rem;
  max-width: 100%;
  color: #fff;
  font-size: 16px;
  line-height: 1.8;
}
.overview__info {
  margin-top: 0.46rem;
  margin-bottom: 0.6rem;
  color: #666666;
  font-size: 0.18rem;
  font-weight: lighter;
  line-height: 1.8;
}
.overview__imgs img,
.overview__imgs video {
  display: block;
  margin: auto;
  width: auto;
  height: auto;
  width: 57.2917vw;
}
.strength {
  padding: 1.6rem 6.5104vw;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.strength__tab {
  margin-top: 0.69rem;
  position: relative;
}
.strength__tab .common__btn {
  border-color: #fff;
  color: #fff;
}
.strength__tab .common__btn:hover {
  background: #fff;
  color: #A72126;
}
.strength__slide {
  padding: 3.3333vw 2.6042vw 2.3958vw;
  width: 5.1rem;
  background: #fff;
  border-radius: 0.1rem;
  height: auto;
  box-sizing: border-box;
}
.strength__slide:hover strong {
  color: #A72126;
}
.strength__slide b {
  display: block;
  margin-bottom: 0.24rem;
  text-align: center;
  line-height: 1;
  color: #4366b0;
  font-size: 0.36rem;
}
.strength__slide strong {
  display: block;
  margin-bottom: 0.28rem;
  line-height: 1.2;
  text-align: center;
  color: #333333;
  font-size: 0.28rem;
  font-weight: normal;
  transition: 0.35s;
}
.strength__slide p {
  color: #666666;
  font-size: 0.18rem;
  line-height: 1.8;
  font-weight: lighter;
}
.features {
  padding: 1.36rem 6.5104vw 0.6rem;
  background: #f4f8ff;
}
.features__list {
  margin-top: 0.86rem;
  display: flex;
  flex-wrap: wrap;
}
.features__list li {
  margin-right: 4.25%;
  margin-bottom: 3.6458vw;
  padding: 0.56rem 0.25rem 0.5rem 0.36rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  background: #fff;
  border-radius: 0.15rem;
  width: 30.5%;
}
.features__list li:nth-child(3n+3) {
  margin-right: 0;
}
.features__list li:hover .features__fix strong {
  color: #A72126;
}
.features__list li b {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0.9rem;
  height: 0.9rem;
  background-size: cover;
}
.features__list li b img {
  max-width: 100%;
  max-height: 100%;
}
.features__fix {
  flex: 1;
  padding-left: 0.3rem;
  width: 0;
}
.features__fix strong {
  display: block;
  margin-bottom: 0.24rem;
  line-height: 1.2;
  color: #333333;
  font-size: 0.2rem;
  transition: 0.4s;
}
.features__fix p {
  color: #666666;
  font-size: 16px;
  line-height: 1.8;
}
.application {
  padding: 1.5rem 6.5104vw 0;
}
.application__swiper {
  margin-top: 0.76rem;
}
.application__swiper .swiper-pagination {
  position: relative;
  margin-top: 0.6rem;
}
.application__swiper .swiper-pagination .swiper-pagination-bullet {
  margin-right: 0.1rem;
  width: 6px;
  height: 6px;
  background: #A72126;
  opacity: 0.5;
  border-radius: 3px;
  transition: 0.8s;
}
.application__swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 0.38rem;
  opacity: 1;
}
.application__swiper .swiper-pagination .swiper-pagination-bullet:last-child {
  margin-right: 0;
}
.applicate-slide {
  position: relative;
  z-index: 2;
  padding: 0.54rem 0 1.1rem;
  width: 3.75rem;
  height: auto;
  border: 1px solid #dddddd;
  border-radius: 0.18rem;
}
.applicate-slide:hover .applicate__bg {
  clip-path: inset(0 0 0 0);
  visibility: visible;
}
.applicate-slide:hover strong {
  color: #fff;
}
.applicate-slide:hover strong:before {
  background: #fff;
}
.applicate-slide:hover .applicate__text {
  color: #fff;
}
.applicate-slide strong {
  display: block;
  position: relative;
  margin: auto;
  width: 80%;
  padding-bottom: 0.2rem;
  box-sizing: border-box;
  min-height: 1rem;
  line-height: 1.4;
  color: #222222;
  font-size: 0.28rem;
  font-weight: normal;
  text-align: center;
  transition: 0.35s;
}
.applicate-slide strong:before {
  position: absolute;
  left: 50%;
  margin-left: -0.13rem;
  bottom: 0;
  content: "";
  width: 0.26rem;
  height: 2px;
  background: #4366b0;
  transition: 0.35s;
}
.applicate__text {
  margin: auto;
  margin-top: 0.48rem;
  width: 2.45rem;
  max-width: 90%;
  color: #666666;
  font-size: 16px;
  line-height: 2;
  transition: 0.35s;
}
.applicate__bg {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #144abc url(../images/applicatebg.png) center no-repeat;
  background-size: cover;
  border-radius: 0.18rem;
  clip-path: inset(calc(100% - 11px) 0 0 0);
  transition: 0.8s;
}
.applicate-slide:nth-child(2n+2) .applicate__bg {
  background: #6395ff url(../images/applicatebg.png) center no-repeat;
  background-size: cover;
}
.applicate-slide:nth-child(3n+3) .applicate__bg {
  background: #55c5ff url(../images/applicatebg.png) center no-repeat;
  background-size: cover;
}
.applicate-slide:nth-child(4n+4) .applicate__bg {
  background: #4a37ff url(../images/applicatebg.png) center no-repeat;
  background-size: cover;
}
.scenarios {
  padding-top: 1.4rem;
  padding-bottom: 0.8rem;
  overflow: hidden;
}
.scenarios__swiper {
  position: relative;
  margin-top: 0.5rem;
  overflow: visible;
}
.scenarios__swiper .scenarios__prev {
  border-color: #fff;
  color: #fff;
}
.scenarios__swiper .scenarios__prev:hover {
  border-color: #A72126;
}
.scenarios__swiper .scenarios__prev.prev {
  left: 6.5104vw;
}
.scenarios__swiper .scenarios__prev.next {
  right: 6.5104vw;
}
.scenarios-slide {
  position: relative;
  width: 57.2917vw;
}
.scenarios-slide:hover .scenarios__info strong,
.scenarios-slide:hover .scenarios__info p {
  color: #fff;
}
.scenarios-slide.swiper-slide-active .scenarios__info {
  opacity: 1;
  visibility: visible;
}
.scenarios-slide.swiper-slide-active figure {
  opacity: 1;
}
.scenarios-slide figure {
  position: relative;
  display: block;
  padding-bottom: 54.54%;
  height: 0;
  overflow: hidden;
  line-height: 1;
  border-radius: 0.18rem;
  opacity: 0.3;
  transition: 0.8s;
}
.scenarios-slide figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.scenarios__info {
  position: absolute;
  left: 0.56rem;
  right: 0.56rem;
  bottom: 0.4rem;
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  transition: 0.65s;
}
.scenarios__info strong {
  display: block;
  margin-bottom: 0.18rem;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.2;
  font-size: 0.24rem;
  transition: 0.4s;
}
.scenarios__info p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  line-height: 2;
  transition: 0.4s;
}
.typical {
  padding: 1.45rem 6.5104vw 1rem;
}
.typical__swiper {
  margin-top: 0.54rem;
  padding-bottom: 0.94rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.typical__swiper .swiper-pagination {
  position: relative;
  left: 0;
  bottom: auto;
  margin-top: 0.3rem;
  width: 100%;
}
.typical__swiper .swiper-pagination .swiper-pagination-bullet {
  margin-left: 0.1rem;
  width: 0.08rem;
  height: 0.08rem;
  border: 1px solid #A72126;
  opacity: 1;
  background: none;
  transition: 0.4s;
  box-sizing: content-box;
}
.typical__swiper .swiper-pagination .swiper-pagination-bullet:first-child {
  margin-left: 0;
}
.typical__swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border-color: #A72126;
  background: #A72126;
}
.typical-slide {
  padding: 0.88rem 0 0;
  text-align: center;
}
.typical-slide figure {
  line-height: 1;
  text-align: center;
}
.typical-slide figure img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  width: 57.2917vw;
}
.typical-slide figure video {
  display: block;
  margin: auto;
  width: 57.2917vw;
  height: auto;
}
.typical__info {
  margin: auto;
  margin-bottom: 0.35rem;
  width: 80%;
  line-height: 1.6;
}
.typical__title {
  display: block;
  margin-bottom: 0.4rem;
  line-height: 1;
  color: #333333;
  font-size: 0.28rem;
}
.typical__prev.prev {
  left: 6.5625vw;
}
.typical__prev.next {
  right: 6.5625vw;
}
.cases__box {
  padding: 0.8rem 6.5104vw 0.8rem;
}
.cases__tab {
  position: relative;
}
.cases__swiper {
  margin-top: 0.44rem;
}
.cases-slide {
  position: relative;
  width: 5.4rem;
  height: auto;
  border-radius: 0.1rem;
  overflow: hidden;
}
.cases-slide:hover figure img {
  transform: scale(1.06);
}
.cases-slide:hover:before {
  width: 100%;
}
.cases-slide:hover strong {
  opacity: 0.8;
}
.cases-slide figure {
  position: relative;
  display: block;
  padding-bottom: 60.18%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.cases-slide figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cases-slide figure img {
  transition: 0.68s;
}
.cases-slide:before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 0.08rem;
  background: #A72126;
  width: 0;
  transition: 0.88s;
  z-index: 3;
}
.cases-slide strong {
  position: absolute;
  left: 0.35rem;
  right: 0.35rem;
  bottom: 0.32rem;
  line-height: 1.5;
  color: #fff;
  font-size: 0.18rem;
  font-weight: normal;
  transition: 0.38s;
}
.download {
  padding: 1.5rem 6.5104vw;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.download__list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.35rem;
}
.download__list li {
  position: relative;
  margin-left: -1px;
  margin-top: -1px;
  width: 50%;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.download__list li a {
  padding: 0 4.4792vw 0 2.5vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 0.83rem;
}
.download__list li a:hover strong {
  opacity: 0.6;
}
.download__list li a strong {
  display: block;
  margin-right: 0.1rem;
  flex: 1;
  position: relative;
  width: 0;
  padding-left: 0.26rem;
  color: #fff;
  font-size: 0.18rem;
  font-weight: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: 0.35s;
}
.download__list li a strong:before {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -0.04rem;
  content: "";
  width: 0.08rem;
  height: 0.08rem;
  border-radius: 50%;
  background: #dddddd;
}
.download__list li .news__load {
  margin-top: 0;
  color: #fff;
}
.download__list li .news__load i,
.download__list li .news__load p {
  color: #fff;
}
.login__box {
  position: relative;
  z-index: 2;
  height: 100vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.login__video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  object-fit: cover;
}
.login__wr {
  position: absolute;
  right: 13.2292vw;
  top: 50%;
  transform: translateY(-50%);
  padding: 0.54rem 0.42rem 0.54rem;
  background: #fff;
  border-radius: 0.18rem;
  z-index: 3;
  box-shadow: 0 0 0.38rem rgba(71, 86, 130, 0.2);
  width: 5rem;
}
.login__btn {
  display: flex;
  justify-content: center;
  margin-bottom: 0.36rem;
}
.login__btn span {
  display: inline-block;
  position: relative;
  margin-right: 3.125vw;
  padding: 0 0.08rem;
  color: #333333;
  font-size: 0.24rem;
  cursor: pointer;
  transition: 0.4s;
}
.login__btn span.active {
  color: #4366b0;
}
.login__btn span.active:before {
  transform: scaleX(1);
}
.login__btn span:before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: #4366b0;
  transform: scaleX(0);
  transition: 0.5s;
}
.login__btn span:last-child {
  margin-right: 0;
}
.login__item {
  display: none;
}
.login__item:first-child {
  display: block;
}
.login__row {
  position: relative;
  margin-bottom: 0.25rem;
}
.login__row .text {
  padding: 0.12rem 0;
  line-height: 1;
  color: #cccccc;
  font-size: 16px;
  border-bottom: 1px solid #eeeeee;
  transition: 0.3s;
}
.login__row .text:focus::-webkit-input-placeholder {
  opacity: 0;
}
.login__row .text:focus {
  border-color: #4366b0;
}
.login__row .text::-webkit-input-placeholder {
  color: #ccc;
}
.login__row .code {
  position: absolute;
  right: 0;
  top: 0;
  line-height: 0.46rem;
  width: auto;
  color: #4366b0;
  font-size: 16px;
  cursor: pointer;
  background: none;
  border: none;
}
.yzimg {
  position: absolute;
  right: 0;
  top: 0;
  height: 0.34rem;
  width: auto;
  cursor: pointer;
}
.login__eye {
  position: absolute;
  right: 0;
  top: 0;
  line-height: 0.46rem;
  width: 0.3rem;
  text-align: center;
  color: #666666;
  font-size: 0.22rem;
  cursor: pointer;
  z-index: 3;
}
.login__eye.hide:before {
  opacity: 0;
}
.login__eye:before {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -0.09rem;
  margin-top: -0.09rem;
  content: "";
  width: 0.19rem;
  height: 0.18rem;
  background: url(/images/line2.png) center no-repeat;
  background-size: cover;
}
.login__radio {
  padding-top: 0.2rem;
  margin-bottom: 0.18rem;
}
.login__radio label {
  display: flex;
}
.login__radio label input {
  margin-right: 0.1rem;
  position: relative;
  margin-top: 3px;
  width: 14px;
  height: 14px;
  border: 1px solid #dddddd;
  border-radius: 0;
}
.login__radio label p {
  width: 0;
  flex: 1;
  color: #333333;
  font-size: 14px;
}
.login__radio label p a {
  color: #4366b0;
}
.login__radio label p a:hover {
  color: #A72126;
}
.login__btns input {
  box-sizing: border-box;
  width: 100%;
  height: 0.48rem;
  line-height: 0.48rem;
  color: #fff;
  font-size: 16px;
  background: #4366b0;
  cursor: pointer;
  border: none;
  transition: 0.4s;
}
.login__btns input:hover {
  background: #A72126;
}
.login__down {
  margin-top: 0.3rem;
  display: flex;
  justify-content: center;
}
.login__down a {
  display: inline-block;
  position: relative;
  margin-right: 0.2rem;
  color: #4366b0;
  font-size: 14px;
}
.login__down a:hover {
  color: #A72126;
}
.login__down a:last-child {
  margin-right: 0;
}
.login__down a:last-child:before {
  display: none;
}
.login__down a:before {
  position: absolute;
  right: -0.11rem;
  top: 50%;
  margin-top: -0.06rem;
  content: "";
  width: 1px;
  height: 0.15rem;
  background: #cccccc;
}
.login__iphone .text {
  padding-left: 0.92rem;
}
.login__iphone .identifier {
  position: absolute;
  left: 0;
  top: 0;
  line-height: 0.46rem;
  color: #333333;
  font-size: 16px;
}
.login__iphone .identifier:before {
  position: absolute;
  left: 0.67rem;
  top: 50%;
  margin-top: -0.07rem;
  content: "";
  width: 1px;
  height: 0.14rem;
  background: #dddddd;
}
.login__href {
  position: absolute;
  right: 0;
  top: 0;
}
.login__href a {
  display: block;
  position: relative;
  width: 0.74rem;
  height: 0.47rem;
  line-height: 0.47rem;
  text-align: center;
  background: #d9e1ff;
  color: #4366b0;
  font-size: 0.18rem;
}
.login__href a:hover {
  color: #A72126;
}
.login__href a:before {
  position: absolute;
  right: 100%;
  top: 0;
  content: "";
  border-left: 0.28rem solid transparent;
  border-top: 0.47rem solid #d9e1ff;
}
.search__top {
  padding: 1.68rem 0 0.62rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.search__wrap {
  margin: auto;
  width: 13.1rem;
}
.search__form {
  position: relative;
}
.search__form .text {
  padding-left: 0.37rem;
  height: 0.64rem;
  line-height: 0.64rem;
  border: 1px solid #fff;
  border-radius: 0.32rem;
  color: #cccccc;
  font-size: 16px;
}
.search__form .text:focus::-webkit-input-placeholder {
  opacity: 0;
}
.search__form .text::-webkit-input-placeholder {
  color: #ccc;
}
.search__form .subs {
  position: absolute;
  right: 0;
  top: 0;
  padding: 0 0.26rem;
  line-height: 0.64rem;
  color: #fff;
  font-size: 0.3rem;
  width: auto;
  transition: 0.36s;
  cursor: pointer;
  font-weight: normal;
}
.search__form .subs:hover {
  color: #A72126;
}
.hot__search {
  display: flex;
  margin-top: 0.28rem;
  padding-left: 0.25rem;
}
.hot__search span {
  display: inline-block;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}
.hot__search--list {
  display: flex;
  margin-left: 0.1rem;
  flex: 1;
  width: 0;
  flex-wrap: wrap;
}
.hot__search--list li {
  margin-right: 0.1rem;
}
.hot__search--list li a {
  display: inline-block;
  color: #ffffff;
  font-size: 16px;
  opacity: 0.5;
}
.hot__search--list li a:hover {
  opacity: 1;
}
.search__list {
  padding: 0.5rem 0 1.4rem;
}
.search__li li {
  border-bottom: 1px solid #dddddd;
  padding: 0.48rem 0 0.5rem;
}
.search__li li a {
  display: flex;
  justify-content: space-between;
}
.search__li li a:hover .search__in strong {
  color: #A72126;
}
.search__li li a:hover .search__imgs figure img {
  transform: scale(1.08);
}
.search__in {
  flex: 1;
  width: 0;
}
.search__in strong {
  display: block;
  margin-bottom: 0.22rem;
  color: #333333;
  font-size: 0.24rem;
  font-weight: normal;
  transition: 0.35s;
}
.search__in strong b {
  font-weight: normal;
  color: #A72126;
}
.search__in p {
  margin-bottom: 0.3rem;
  color: #666666;
  font-size: 0.18rem;
  line-height: 1.8;
}
.search__in span {
  display: block;
  line-height: 1;
  color: #c3c3c3;
  font-size: 0.16rem;
}
.search__imgs {
  margin-right: 2.5vw;
  width: 3.08rem;
}
.search__imgs figure {
  position: relative;
  display: block;
  padding-bottom: 53.26%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.search__imgs figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.search__imgs figure img {
  transition: 0.65s;
}
.search__more {
  margin-top: 0.8rem;
  text-align: center;
}
.search__more a {
  display: inline-block;
  width: 1.8rem;
  height: 0.48rem;
  color: #A72126;
  border: 1px solid #A72126;
  border-radius: 0.24rem;
  font-size: 16px;
  line-height: 0.46rem;
}
.search__more a:hover {
  background: #A72126;
  color: #fff;
}
.security {
  padding: 1.48rem 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.security__wrap {
  margin: auto;
  width: 12rem;
}
.security__info {
  margin-top: 0.6rem;
  color: #666666;
  font-size: 0.18rem;
  line-height: 2.22;
}
.security__info1 {
  color: #fff;
}
.summary__imgs {
  margin-top: 0.52rem;
  text-align: center;
}
.summary__imgs img,
.summary__imgs video {
  display: inline-block;
  max-width: 100%;
  width: 57.2917vw;
}
.advantage__box {
  padding: 1.6rem 6.5104vw 1.1rem;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
.advantage__swiper {
  margin-top: 0.9rem;
}
.advantage__swiper .swiper-pagination {
  position: relative;
  margin-top: 0.68rem;
}
.advantage__swiper .swiper-pagination .swiper-pagination-bullet {
  margin: 0 0.05rem;
  width: 6px;
  height: 6px;
  opacity: 0.5;
  background: #A72126;
  transition: 0.6s;
  border-radius: 3px;
}
.advantage__swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  width: 0.38rem;
}
.advantage-slide {
  padding: 3.4375vw 2.0833vw 3.125vw;
  width: 4rem;
  height: auto;
  background: #fff;
  border: 1px solid #e4e4e4;
  border-radius: 0.16rem;
}
.advantage-slide:hover strong {
  color: #A72126;
}
.advantage-slide b {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  width: 0.9rem;
  height: 0.9rem;
}
.advantage-slide b img {
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
}
.advantage-slide strong {
  display: block;
  margin-top: 2.6042vw;
  margin-bottom: 1.6667vw;
  text-align: center;
  color: #333333;
  font-size: 0.24rem;
  font-weight: normal;
  transition: 0.4s;
}
.advantage__infos {
  color: #666666;
  font-size: 16px;
  line-height: 2;
}
.worth {
  padding: 0.8rem 6.5104vw;
  overflow: hidden;
}
.worth__tab {
  margin-top: 0.8rem;
  position: relative;
}
.worth-slide figure {
  position: relative;
  display: block;
  padding-bottom: 41.91%;
  height: 0;
  overflow: hidden;
  line-height: 1;
  border-radius: 0.24rem;
}
.worth-slide figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.worth__swiper {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.worth__swiper .worth__prev {
  border-color: #fff;
  color: #fff;
}
.worth__swiper .worth__prev:hover {
  background: #fff;
  color: #A72126;
}
.worth__swiper .worth__prev.prev {
  left: 1%;
}
.worth__swiper .worth__prev.next {
  right: 1%;
}
.worth-fix {
  height: auto;
  width: 33.333%;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  overflow: hidden;
}
.worth-fix:first-child .worth__text {
  display: block;
}
.worth__wr {
  position: absolute;
  left: 0;
  bottom: 0.6rem;
  padding: 0 4.1667vw;
  width: 100%;
  box-sizing: border-box;
  transition: 0.5s;
}
.worth__wr strong {
  display: block;
  position: relative;
  text-align: center;
  padding-bottom: 0.3rem;
  line-height: 1.2;
  color: #fff;
  font-size: 0.24rem;
  font-weight: normal;
}
.worth__wr strong:before {
  position: absolute;
  left: 50%;
  margin-left: -0.21rem;
  bottom: 0;
  content: "";
  width: 0.42rem;
  height: 2px;
  background: #fff;
}
.worth__text {
  margin-top: 0.24rem;
  color: #fff;
  font-size: 16px;
  line-height: 2;
  display: none;
}
.industry__banner {
  position: sticky;
  top: 0;
}
.industry__banner figure {
  padding-bottom: 50%;
}
.industry__banner figure img {
  transform: none !important;
}
.industry__banner .cybers {
  width: 6.9rem;
}
.industry__advantage {
  position: relative;
  z-index: 6;
  padding: 1.3rem 0 1.4rem;
  background: rgba(37, 43, 54, 0.85);
}
.industry__solution {
  margin: auto;
  margin-top: 0.54rem;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  width: 13.66rem;
}
.industry__solution:before {
  position: absolute;
  left: 50%;
  top: 0.24rem;
  bottom: 0.24rem;
  content: "";
  width: 1px;
  background: rgba(255, 255, 254, 0.1);
}
.industry__solution li {
  padding: 0.52rem 0.2rem 0.48rem;
  width: 50%;
  text-align: center;
  border-bottom: 1px solid rgba(255, 255, 254, 0.1);
}
.industry__solution li:nth-child(n+3) {
  border-bottom: none;
}
.industry__solution li b {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  width: 0.9rem;
  height: 0.9rem;
  box-sizing: border-box;
}
.industry__solution li b img {
  display: inline-block;
  width: auto;
  max-width: 100%;
  max-height: 100%;
}
.industry__solution li strong {
  display: block;
  margin-top: 0.28rem;
  margin-bottom: 0.1rem;
  line-height: 1.2;
  color: #fff;
  font-size: 0.2rem;
}
.industry__solution li p {
  color: #ffffff;
  font-size: 0.16rem;
}
.industry__title {
  padding-bottom: 0;
}
.industry__title:before {
  display: none;
}
.industry__in {
  margin-top: 0.32rem;
  color: #ffffff;
  font-size: 0.24rem;
  font-weight: lighter;
}
.industry__overview {
  margin: auto;
  padding: 8.3333vw 0 0;
  width: 12rem;
}
.industry__overview--info {
  margin-top: 0.64rem;
  color: #666666;
  font-size: 0.18rem;
  line-height: 2.44;
}
.solution__more {
  margin-top: 0.55rem;
  text-align: center;
}
.solution__more a {
  display: block;
  margin: auto;
  width: 1.5rem;
  height: 0.44rem;
  line-height: 0.42rem;
  border-radius: 0.22rem;
  border: 1px solid #A72126;
  color: #A72126;
  font-size: 14px;
  font-weight: lighter;
}
.solution__more a:hover {
  background: #A72126;
  color: #fff;
}
.industry__case {
  padding: 7.5521vw 6.5104vw 5.5208vw;
}
.industry__case--table {
  margin-top: 0.6rem;
  position: relative;
}
.industry-slide {
  width: 5.26rem;
  height: auto;
  background: #f7faff;
  transition: 0.3s;
}
.industry-slide:hover {
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.05);
}
.industry-slide:hover .industry__tts strong {
  color: #A72126;
}
.industry__tts {
  min-height: 1.4rem;
  padding: 0 2.6042vw;
  display: flex;
  align-items: center;
  background: linear-gradient(to right, #d2e0ff 0%, #edf3ff 100%);
}
.industry__tts strong {
  display: block;
  color: #333333;
  font-size: 0.28rem;
  font-weight: normal;
  line-height: 1.3;
  transition: 0.4s;
}
.industry__case--info {
  padding: 2.7083vw 2.6042vw;
  min-height: 3.22rem;
  color: #999999;
  font-size: 16px;
  line-height: 2;
}
.typical__fixs {
  padding: 8.2292vw 0 5.8333vw;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.typical__row {
  margin-bottom: 0.28rem;
}
.typical__row:nth-child(2) .typical__list.play {
  animation-direction: reverse;
}
.typical__tabs {
  margin-top: 0.75rem;
  position: relative;
}
.typical__tabs:before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  content: "";
  width: 30%;
  height: 100%;
  background: linear-gradient(to right, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
}
.typical__tabs:after {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 5;
  content: "";
  width: 30%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
}
.typical__block {
  margin-top: 0.75rem;
}
.typical__row {
  position: relative;
  display: flex;
  overflow: hidden;
  width: 100%;
}
.typical__row:nth-child(2) .typical__list:first-child {
  margin-left: 1.62rem;
}
.typical__row:hover .typical__list {
  animation-play-state: paused;
}
.typical__list {
  display: flex;
}
.typical__list.flex__wrap {
  flex-wrap: wrap;
}
.typical__list.play {
  animation: LoopingCarousel_slideAnim__OKRSJ 80s linear infinite;
}
.typical__list li {
  margin-right: 0.1rem;
}
.typical__list li figure {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3.25rem;
  height: 1rem;
  background: #fff;
}
.typical__list li figure:hover img {
  transform: scale(1.1);
}
.typical__list li figure img {
  max-width: 80%;
  max-height: 60%;
  transition: 0.58s;
}
.typical__flexs li {
  margin-right: 1.875%;
  margin-bottom: 0.2rem;
  box-sizing: border-box;
  width: 18.5%;
}
.typical__flexs li figure {
  width: 100%;
  box-sizing: border-box;
}
.typical__flexs li:nth-child(5n+5) {
  margin-right: 0;
}
@keyframes LoopingCarousel_slideAnim__OKRSJ {
  0% {
    transform: translate(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.pre__sales {
  padding: 7.6042vw 6.5104vw;
}
.pre__sales--list {
  display: flex;
  justify-content: space-between;
}
.pre__sales--list li {
  display: flex;
  align-items: center;
  margin-right: auto;
}
.pre__sales--list li:last-child {
  margin-right: 0;
}
.pre__sales--list li:last-child span {
  font-size: 0.24rem;
  font-weight: bold;
}
.pre__sales--list li b {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 0.8rem;
  height: 0.8rem;
  line-height: 0.78rem;
  border: 1px dashed #4366b0;
  border-radius: 50%;
  color: #4366b0;
  font-size: 0.3rem;
  font-weight: normal;
}
.pre__sales--list li b img {
  display: inline-block;
  max-width: 0.32rem;
}
.pre__line {
  padding-left: 0.15rem;
}
.pre__line p {
  margin-bottom: 0.13rem;
  color: #333333;
  font-size: 0.18rem;
  line-height: 1;
}
.pre__line span {
  display: block;
  line-height: 1.2;
  color: #4366b0;
  font-size: 0.3rem;
  font-family: "DDINExp_Bold";
}
.pre__list {
  margin: auto;
  max-width: 1920px;
  display: flex;
}
.pre__list--item {
  margin-right: 0.08rem;
  position: relative;
  flex: 1;
  overflow: hidden;
  transition: 0.68s;
}
.pre__list--item:hover {
  flex: 2.2;
}
.pre__list--item:hover .pre__list--img:before {
  opacity: 0;
}
.pre__list--item:hover .pre__text strong {
  color: #4366b0;
}
.pre__list--item:hover .pre__text p {
  color: #666666;
}
.pre__list--item:hover .prv__btns {
  opacity: 1;
  visibility: visible;
}
.pre__list--item:last-child {
  margin-right: 0;
}
.pre__list--img {
  position: relative;
  overflow: hidden;
  height: 6.5rem;
}
.pre__list--img:before {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, #fffffe 0%, #4366b0 100%);
  opacity: 0.5;
  transition: 0.5s;
}
.pre__list--img figure {
  display: flex;
  justify-content: flex-end;
  line-height: 1;
  height: 100%;
}
.pre__list--img figure img {
  display: block;
  width: auto;
  height: 100%;
}
.pre__infos {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
  box-sizing: border-box;
  padding: 0 0.4rem 0.62rem;
  width: 100%;
}
.pre__icon {
  line-height: 1;
  color: #4366b0;
  font-size: 0.52rem;
}
.pre__donw {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 0.9rem;
}
.pre__text strong {
  display: block;
  margin-bottom: 0.2rem;
  line-height: 1.2;
  color: #fff;
  font-size: 0.28rem;
  font-weight: normal;
  transition: 0.4s;
}
.pre__text p {
  color: #fff;
  font-size: 16px;
  line-height: 1.8;
  transition: 0.4s;
}
.prv__btns {
  position: absolute;
  right: 0.4rem;
  bottom: 0.62rem;
  display: flex;
  margin-bottom: 0.12rem;
  opacity: 0;
  visibility: hidden;
  transition: 0.48s;
}
.prv__btns a {
  display: inline-block;
  margin-right: 0.24rem;
  text-align: center;
  width: 1.2rem;
  height: 0.4rem;
  border-radius: 0.2rem;
  border: 1px solid #A72126;
  line-height: 0.38rem;
  color: #A72126;
  font-size: 14px;
}
.prv__btns a:hover,
.prv__btns a:first-child {
  background: #A72126;
  color: #fff;
}
.prv__btns a:last-child {
  margin-right: 0;
}
.mechanism {
  padding: 1.36rem 6.51vw 0.94rem;
}
.mechanism__btn {
  margin: 0.56rem 0 0.8rem;
  display: flex;
  justify-content: center;
}
.mechanism__btn a {
  display: inline-block;
  margin-right: 0.3rem;
  padding: 0 0.3rem;
  border: 1px solid #A72126;
  height: 0.44rem;
  line-height: 0.42rem;
  color: #A72126;
  font-size: 16px;
  border-radius: 0.22rem;
}
.mechanism__btn a:hover,
.mechanism__btn a.active {
  background: #A72126;
  color: #fff;
}
.mechanism__btn a:last-child {
  margin-right: 0;
}
.mechanism__items {
  display: none;
}
.mechanism__items:first-child {
  display: block;
}
.mechanism__list {
  display: flex;
  flex-wrap: wrap;
}
.mechanism__list li {
  margin-right: 3%;
  margin-bottom: 0.42rem;
  display: flex;
  align-items: flex-start;
  width: 48.5%;
  border: 1px solid #dddddd;
  min-height: 2.66rem;
  transition: 0.4s;
}
.mechanism__list li:hover {
  border-color: #A72126;
}
.mechanism__list li:hover .mechanism__imgs img {
  opacity: 1;
  filter: grayscale(0%);
}
.mechanism__list li:nth-child(2n+2) {
  margin-right: 0;
}
.mechanism__imgs {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.74rem;
  height: 2.66rem;
}
.mechanism__imgs img {
  max-width: 80%;
  max-height: 80%;
  filter: grayscale(100%);
  opacity: 0.5;
  transition: 0.4s;
}
.mechanism__fixs {
  padding-left: 6px;
  padding-right: 0.3rem;
  padding-top: 0.52rem;
  flex: 1;
  width: 0;
}
.mechanism__fixs strong {
  display: block;
  margin-bottom: 0.24rem;
  line-height: 1.2;
  color: #333333;
  font-size: 0.22rem;
}
.mechanism__text {
  width: 4.9rem;
  max-width: 100%;
}
.mechanism__text p {
  margin-bottom: 0.14rem;
  color: #666666;
  font-size: 16px;
}
.about__us {
  padding: 6.25vw 6.25vw;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.about__us--left {
  margin-right: 7.3958vw;
}
.about__us--tt {
  margin-bottom: 4.1667vw;
}
.about__us--tt small {
  display: block;
  position: relative;
  padding-left: 0.13rem;
  line-height: 1;
  color: #A72126;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.55;
}
.about__us--tt small:before {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -1px;
  content: "";
  width: 0.08rem;
  height: 2px;
  background: #A72126;
}
.about__us--tt strong {
  display: inline-block;
  color: #333333;
  font-size: 0.46rem;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 1px;
}
.about__words {
  display: flex;
}
.about__words--item {
  margin-right: 0.35rem;
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
}
.about__words--item:last-child {
  margin-right: 0;
}
.about__words--item p {
  writing-mode: vertical-lr;
  color: #000000;
  font-size: 0.18rem;
  line-height: 0.26rem;
  text-align: center;
  letter-spacing: 1px;
}
.about__words--item p b {
  font-weight: 700;
  font-size: 0.2rem;
}
.about__us--fix {
  width: 0;
  flex: 1;
}
.about__us--text {
  margin-bottom: 5.2083vw;
  color: #333;
  font-size: 0.2rem;
  line-height: 1.8;
  letter-spacing: 1px;
}
.about__video {
  width: 100%;
}
.about__video figure {
  padding-bottom: 46.5%;
  height: auto;
}
.about__video .video__btn:hover:before {
  border-left: 0.18rem solid #fff;
}
.about__video .video__btn:before {
  border-left: 0.18rem solid #A72126;
  transition: 0.36s;
  border-radius: 5px;
}
.integrateds {
  position: relative;
  z-index: 2;
  padding: 10.5729vw 0;
  text-align: center;
  box-sizing: border-box;
  min-height: 31.25vw;
  background-size: cover;
  background-repeat: no-repeat;
}
.integrateds video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
.integrated__info {
  margin-bottom: 0.4rem;
}
.integrated__info strong {
  display: block;
  justify-content: center;
  margin-bottom: 0.1rem;
  color: #FFF;
  line-height: 1.5;
  letter-spacing: 1.8px;
  font-size: 0.36rem;
}
.integrated__info p {
  color: #fff;
  font-size: 0.2rem;
  line-height: 1.8;
  font-weight: lighter;
}
.innovate {
  padding: 1.2rem 6.25vw 10.4167vw;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}
.innovate__top {
  margin: auto;
  margin-bottom: 0.6rem;
  width: 11.2rem;
  text-align: center;
  max-width: 100%;
}
.innovate__top strong {
  display: block;
  margin-bottom: 0.2rem;
  line-height: 1.4;
  color: #333;
  font-size: 0.46rem;
  letter-spacing: 2.3px;
}
.innovate__top p {
  color: #333;
  font-size: 0.2rem;
  line-height: 1.8;
  letter-spacing: 1px;
}
.innovate__slide {
  padding: 4.6354vw 0.1rem;
  overflow: hidden;
  width: 3.6rem;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(5px);
  border-radius: 0.2rem;
  text-align: center;
}
.innovate__slide:hover b {
  transform: translateY(-10px);
}
.innovate__slide b {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  line-height: 1;
  width: 0.66rem;
  height: 0.66rem;
  transition: 0.3s;
}
.innovate__slide b img {
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
}
.innovate__slide strong {
  display: block;
  margin-top: 0.3rem;
  margin-bottom: 0.2rem;
  line-height: 1;
  color: #A72126;
  font-size: 0.4rem;
}
.innovate__slide strong span {
  font-size: 0.6rem;
}
.innovate__slide p {
  color: #333;
  line-height: 1.55;
  font-size: 16px;
  letter-spacing: 1px;
}
.innovate__honor {
  margin-top: 5.2083vw;
}
.honor__slide {
  width: 2.83rem;
}
.honor__slide:hover figure img {
  transform: scale(1.05);
}
.honor__slide figure {
  display: block;
  position: relative;
  text-align: center;
  padding-bottom: 67.04%;
}
.honor__slide figure img {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 0;
  max-width: 100%;
  max-height: 100%;
  transition: 0.5s;
}
.honor__slide figure:before {
  position: absolute;
  left: 50%;
  margin-left: -1.4rem;
  top: 98%;
  width: 2.8rem;
  height: 0.67rem;
  content: "";
  background: url(/images/honorbg.png) center no-repeat;
}
.honor__slide p {
  position: relative;
  z-index: 2;
  margin-top: 0.25rem;
  color: #333;
  font-size: 16px;
  line-height: 1.55;
  text-align: center;
}
.ideas {
  padding: 6.25vw;
  background: #F1F4FF;
}
.ideas__title {
  text-align: center;
}
.ideas__title strong {
  display: block;
  margin-bottom: 0.2rem;
  line-height: 1.2;
  color: #333333;
  font-size: 0.46rem;
}
.ideas__title p {
  color: #333333;
  font-size: 0.2rem;
  line-height: 1.8;
  letter-spacing: 1px;
  font-weight: lighter;
}
.ideas__imgs {
  margin-top: 0.4rem;
}
.ideas__imgs img {
  display: block;
  width: 100%;
  height: auto;
}
.market {
  padding: 6.25vw 10.68vw 0.2rem;
}
.market__list {
  margin-top: 0.6rem;
  display: flex;
  flex-wrap: wrap;
}
.market__list li {
  text-align: center;
  margin-bottom: 5.21vw;
  width: 33.333%;
}
.market__list li p {
  margin-top: ;
  margin: auto;
  width: 3.08rem;
  color: #666666;
  font-size: 14px;
  text-align: center;
  line-height: 1.55;
}
.market__top {
  margin: auto;
  width: 2.85rem;
  box-sizing: border-box;
  height: 0.89rem;
  background: url(/images/market.png) center bottom no-repeat;
  background-size: 100% auto;
}
.market__top strong {
  display: block;
  margin-top: -0.16rem;
  margin-bottom: 0.06rem;
  color: #A72126;
  font-size: 0.36rem;
  line-height: 1;
  letter-spacing: 1px;
  font-weight: bold;
}
.market__top span {
  display: block;
  color: #6C6D70;
  font-size: 0.18rem;
  letter-spacing: 1px;
  line-height: 1.5;
  font-weight: bold;
}
.course__box {
  padding: 8.33vw 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.innovate__top1 strong,
.innovate__top1 p {
  color: #fff;
}
.course__tab {
  margin-top: 0.62rem;
}
.course__years {
  position: relative;
  box-sizing: border-box;
  padding: 0 0.6rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.course-slide {
  width: 2rem;
  text-align: center;
}
.course-slide.active span:before {
  opacity: 1;
}
.course-slide.active span:after {
  opacity: 1;
  visibility: visible;
}
.course-slide span {
  display: inline-block;
  position: relative;
  z-index: 3;
  width: 1.4rem;
  height: 0.67rem;
  text-align: center;
  line-height: 0.67rem;
  color: #F1F4FF;
  font-size: 0.3rem;
  font-family: "Conv_DIN";
  cursor: pointer;
}
.course-slide span:before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, #A72126, rgba(167, 33, 38, 0));
  opacity: 0;
  transition: 0.3s;
}
.course-slide span:after {
  position: absolute;
  left: 50%;
  margin-left: -0.08rem;
  bottom: 0;
  content: "";
  border-left: 0.08rem solid transparent;
  border-right: 0.08rem solid transparent;
  border-bottom: 0.08rem solid rgba(255, 255, 255, 0.2);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.course__items {
  display: none;
}
.course__items:first-child {
  display: block;
}
.course__wr {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0 6.25vw;
  padding-top: 0.8rem;
}
.course__content {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 49.1146vw;
}
.course__time {
  display: block;
  line-height: 1.3;
  color: #F1F4FF;
  font-size: 0.8rem;
  font-family: "DDINExp_Bold";
}
.course__hide {
  margin-left: 3.0208vw;
  padding-right: 3.0208vw;
  flex: 1;
  max-height: 4.5rem;
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: auto;
}
.course__hide::-webkit-scrollbar {
  width: 0.1rem;
  background-color: rgba(255, 255, 255, 0.1);
}
.course__hide::-webkit-scrollbar-track {
  width: 0.1rem;
  background-color: rgba(255, 255, 255, 0.1);
}
.course__hide::-webkit-scrollbar-thumb {
  background-color: rgba(255, 255, 255, 0.3);
}
.course__li li {
  margin-bottom: 0.18rem;
  position: relative;
  padding-left: 0.15rem;
  color: #FFF;
  line-height: 1.55;
  letter-spacing: 1px;
  font-weight: lighter;
}
.course__li li:before {
  position: absolute;
  left: 0;
  top: 0.1rem;
  content: "";
  width: 0.05rem;
  height: 0.05rem;
  background: #fff;
  border-radius: 50%;
}
.course__fixs {
  position: relative;
  width: 33.5417vw;
}
.couNew-slide:hover figure img {
  transform: scale(1.06);
}
.couNew-slide figure {
  position: relative;
  display: block;
  padding-bottom: 56.112%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.couNew-slide figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.couNew-slide figure img {
  transition: 0.5s;
}
.couNew-slide strong {
  display: block;
  margin-top: 0.2rem;
  color: #FFF;
  font-size: 0.18rem;
  line-height: 1.5;
}
.couNew-slide time {
  display: block;
  color: #FFF;
  font-size: 14px;
  line-height: 1.55;
  opacity: 0.6;
}
.honored {
  padding: 1.1rem 6.25vw;
}
.course__swipers {
  overflow: hidden;
}
.course__prev {
  width: 0.35rem;
  height: 0.35rem;
  font-size: 12px;
  line-height: 0.33rem;
  background: #fff;
  border-color: #fff;
}
.course__prev:hover {
  border-color: #A72126;
}
.course__prev.prev {
  left: -0.45rem;
}
.course__prev.next {
  right: -0.45rem;
}
.honored__table {
  position: relative;
  margin-top: 0.6rem;
}
.honored__swiper {
  height: 7.5rem;
}
.honored__swiper > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}
.honored__slide {
  width: 3.8rem;
  text-align: center;
  height: auto;
}
.honored__slide:hover figure img {
  transform: scale(1.08);
}
.honored__slide figure {
  position: relative;
  padding-bottom: 57.89%;
  margin-bottom: 0.1rem;
  text-align: center;
}
.honored__slide figure img {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  transition: 0.65s;
}
.honored__slide p {
  padding: 0.25rem 2.0833vw;
  box-sizing: border-box;
  min-height: 1.15rem;
  border-radius: 0.2rem 0.2rem 0 0;
  background: linear-gradient(180deg, #F1F4FF 0%, #FFF 100%);
  text-align: center;
  color: #333;
  line-height: 1.55;
  font-size: 16px;
}
.honored__prev {
  width: 0.54rem;
  height: 0.54rem;
  line-height: 0.54rem;
  border: none;
  background: #F1F4FF;
  color: #A72126;
  font-size: 12px;
}
.industries {
  padding: 6.25vw 0;
  background: #EBEEF5;
}
.industries__list li {
  margin-right: 0.2rem;
}
.industries__list li figure {
  padding: 0 0.5rem;
  width: auto;
  height: 1rem;
  border-radius: 0.15rem;
}
.industries__list li figure img {
  position: relative;
  display: block;
  max-width: none;
}
.industries__tabs:before,
.industries__tabs:after {
  display: none;
}
.social {
  padding: 6.25vw;
}
.social__fix {
  margin-top: 0.6rem;
}
.social__infos {
  position: relative;
  margin-bottom: 0.2rem;
}
.social__infos figure {
  line-height: 1;
}
.social__infos figure img {
  display: block;
  width: 100%;
  height: auto;
}
.social__text {
  position: absolute;
  left: 3.125vw;
  top: 50%;
  transform: translateY(-50%);
  width: 5.4rem;
  z-index: 3;
}
.social__text strong {
  display: block;
  margin-bottom: 0.1rem;
  line-height: 1.3;
  color: #fff;
  font-size: 0.2rem;
  letter-spacing: 1px;
}
.social__text p {
  color: #FFF;
  line-height: 1.55;
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: lighter;
}
.social__list {
  display: flex;
  justify-content: space-between;
}
.social__list li {
  margin-right: 0.2rem;
  flex: 1;
  position: relative;
}
.social__list li:last-child {
  margin-right: 0;
}
.social__list li figure {
  display: block;
  line-height: 1;
}
.social__list li figure img {
  display: block;
  width: 100%;
  height: auto;
}
.social__list li .social__text {
  width: 3.7rem;
}
.framework {
  padding: 13.0208vw 0;
  background: #F1F4FF;
}
.framework__wrap {
  margin: auto;
  width: 12.53rem;
  max-width: 90%;
}
.framework__title {
  position: relative;
  z-index: 3;
  text-align: center;
}
.framework__title time {
  display: block;
  margin-top: -0.1rem;
  margin-bottom: 0.1rem;
  color: #333;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 1px;
  font-size: 0.18rem;
}
.framework__title strong {
  display: inline-block;
  margin-bottom: 0.2rem;
  font-size: 0.7rem;
  background: linear-gradient(90deg, #2D81FF 0%, #41DDFF 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 3.5px;
  font-weight: 700;
}
.framework__title p {
  color: #333;
  font-size: 0.2rem;
  line-height: 1.8;
}
.framework__li {
  position: relative;
  z-index: 3;
  margin-top: 6.25vw;
  padding-left: 4.6875vw;
  display: flex;
  justify-content: space-between;
}
.framework__li li {
  flex: 1;
  text-align: center;
  position: relative;
  padding-bottom: 0.58rem;
}
.framework__li li:before {
  position: absolute;
  left: 50%;
  margin-left: -0.035rem;
  bottom: 0;
  content: "";
  width: 0.07rem;
  height: 0.44rem;
  background: url(/images/line3.png) center top no-repeat;
  background-size: cover;
}
.framework__li li b {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  margin-bottom: 0.14rem;
  width: 0.7rem;
  height: 0.64rem;
  text-align: center;
}
.framework__li li b img {
  max-width: 100%;
  max-height: 100%;
}
.framework__li li p {
  margin: auto;
  max-width: 80%;
  width: 139px;
  color: #333;
  font-size: 16px;
  line-height: 1.1;
}
.framework__imgs {
  position: relative;
  z-index: 2;
}
.framework__imgs img {
  display: block;
  width: 100%;
  height: auto;
}
.framework__imgs .framework__video {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  bottom: -3.2vw;
  height: auto;
  z-index: -1;
}
.room {
  padding: 19.7917vw 0 16.6667vw;
  position: relative;
  z-index: 2;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
}
.room .framework__title {
  margin-bottom: 3.125vw;
}
.room .framework__title p {
  color: #fff;
}
.room video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  object-fit: cover;
}
.embrace {
  padding: 10.4167vw 6.25vw 0.72rem;
  background-color: #000;
  background-position: center bottom;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.framework__title1 {
  margin: auto;
  width: 11.2rem;
  max-width: 100%;
}
.framework__title1 p {
  color: #fff;
  letter-spacing: 1px;
}
.embrace__list {
  margin-top: 7.8125vw;
  margin-bottom: 20.8333vw;
  display: flex;
  justify-content: space-between;
}
.embrace__list li {
  margin-right: 0.36rem;
  flex: 1;
  text-align: center;
}
.embrace__list li:last-child {
  margin-right: 0;
}
.embrace__list li b {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  margin: auto;
  width: 1.02rem;
  height: 1rem;
}
.embrace__list li b img {
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
}
.embrace__list li strong {
  display: block;
  margin-top: 0.12rem;
  margin-bottom: 0.25rem;
  line-height: 1.5;
  color: #fff;
  font-size: 0.36rem;
  font-weight: 700;
  letter-spacing: 1.8px;
}
.embrace__list li p {
  margin: auto;
  width: 2.24rem;
  max-width: 100%;
  color: #FFF;
  line-height: 1.55;
  font-size: 14px;
  font-weight: lighter;
}
.cross {
  background: #000;
  overflow: hidden;
}
.cross__swiper {
  position: relative;
  margin: auto;
  width: 8.9rem;
}
.cross__swiper .common__btn {
  top: auto;
  margin-top: 0;
  bottom: 0.62rem;
  width: 0.54rem;
  height: 0.52rem;
  background: #fff;
  border: none;
  color: #A72126;
  font-size: 12px;
  line-height: 0.54rem;
}
.cross__swiper .common__btn:hover {
  background: #A72126;
  color: #fff;
}
.cross__slide:hover .cross__info strong,
.cross__slide:hover .cross__info p {
  color: #A72126;
}
.cross__slide.swiper-slide-active figure:before {
  opacity: 0;
  visibility: hidden;
}
.cross__slide.swiper-slide-active figure img {
  transform: scale(1);
}
.cross__slide.swiper-slide-active .cross__info {
  opacity: 1;
  visibility: visible;
}
.cross__slide.swiper-slide-next figure img {
  transform-origin: left center;
}
.cross__slide.swiper-slide-prev figure img {
  transform-origin: right center;
}
.cross__slide figure {
  position: relative;
  display: block;
  padding-bottom: 56.18%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.cross__slide figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cross__slide figure img {
  transform-origin: center top;
  transform: scale(0.7);
  transition: 0.65s;
}
.cross__slide figure:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  z-index: 3;
  background: rgba(0, 0, 0, 0.7);
  transition: 0.5s;
}
.cross__info {
  margin-top: 0.2rem;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
}
.cross__info strong {
  display: block;
  margin-bottom: 0.12rem;
  color: #fff;
  font-size: 0.6rem;
  font-weight: normal;
  font-family: "DDINExp_Bold";
  line-height: 1;
  transition: 0.35s;
}
.cross__info p {
  color: #fff;
  font-size: 16px;
  line-height: 1.55;
  letter-spacing: 1px;
  font-weight: lighter;
  transition: 0.35s;
}
.property {
  padding: 13.0208vw 6.25vw 10.4167vw;
}
.property__wrap {
  margin-top: 0.6rem;
  padding: 5.2083vw 4.1667vw 2.6042vw;
  position: relative;
  height: 41.6667vw;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0.2rem;
}
.property__tab {
  position: relative;
  width: 7.43rem;
}
.property__item {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transform: translateY(60px);
}
.property__item.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition: 0.4s;
}
.property__item strong {
  display: block;
  color: #fff;
  font-size: 0.36rem;
  line-height: 1.5;
  letter-spacing: 2px;
}
.property__info {
  margin-top: 0.2rem;
  color: #FFF;
  font-size: 16px;
  line-height: 1.55;
  letter-spacing: 1px;
}
.property__tag {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.4rem;
}
.property__tag a {
  display: inline-block;
  margin-bottom: 0.12rem;
  margin-right: 0.15rem;
  padding: 0 0.3rem;
  height: 0.3rem;
  line-height: 0.3rem;
  color: #000;
  font-size: 0.14rem;
  border-radius: 0.15rem;
  background: #fff;
}
.property__tag a:hover {
  background: #A72126;
  color: #fff;
}
.property__swiper {
  position: absolute;
  left: 4.1667vw;
  right: 4.1667vw;
  bottom: 2.6042vw;
  z-index: 3;
  border-radius: 0.1rem;
}
.property__slide {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20%;
  box-sizing: border-box;
  height: 0.64rem;
  background: rgba(0, 0, 0, 0.6);
  transition: 0.4s;
  cursor: pointer;
}
.property__slide.active {
  background: rgba(167, 33, 38, 0.8);
}
.property__slide span {
  display: inline-block;
  color: #fff;
  font-size: 14px;
  line-height: 1.3;
  text-align: center;
}
.open__wrs {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.open__wrs .integrated__info strong {
  color: #333;
}
.open__wrs .integrated__info p {
  color: #333;
  font-weight: lighter;
}
.chart {
  background: #EBECF0;
}
.chart__item {
  padding-bottom: 13.0208vw;
  text-align: center;
}
.chart__imgs {
  margin-top: 0.6rem;
}
.chart__imgs img,
.chart__imgs video {
  margin: auto;
  width: 44.2708vw;
}
.chart__imgs img.chartimg1,
.chart__imgs video.chartimg1 {
  width: 69.4792vw;
}
.chart__imgs img.chartimg2,
.chart__imgs video.chartimg2 {
  width: 49.4792vw;
}
.about__main {
  height: 200vh;
}
.about__main .pbanner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding-bottom: 100vh;
  z-index: 3;
}
.about__main .pbanner .ptext {
  left: 5%;
  right: 5%;
  top: 50%;
  text-align: center;
}
.about__main .pbanner .ptext .title_box .li {
  justify-content: center;
}
.about__main .pbanner .ptext .title_box .li.li1 {
  font-size: 0.36rem;
  line-height: 1.5;
  letter-spacing: 1.8px;
}
.about__main .pbanner .ptext .title_box .li.li2 {
  font-size: 0.64rem;
  line-height: 1.2;
  letter-spacing: 3px;
  font-weight: bold;
}
.about__main .pbanner .ptext .li3 {
  margin-top: 0.6rem;
}
.about__flex {
  position: sticky;
  left: 0;
  top: 0;
  z-index: 2;
  height: 100vh;
}
.about__flex .about__flex--bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.about__flex .about__flex--bg video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
.about__fill {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.about__fill.bg1 .about__rw:before {
  background: rgba(167, 33, 38, 0.8);
}
.about__fill.bg2 {
  background: #fff;
}
.about__fill.bg2 .about__rw:before {
  background: #a72126;
}
.about__fill .about__rw {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  transform: scale(46);
  transform-origin: 50.2% 48.6%;
}
.about__fill .about__rw:before {
  position: absolute;
  left: 5%;
  top: 5%;
  content: "";
  width: 90%;
  height: 90%;
  transition: background 0.5s;
  z-index: -1;
}
.about__fill .about__rw > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about__logo {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  z-index: 3;
}
.about__logo--wr {
  display: flex;
  flex-direction: column;
  justify-content: center;
  opacity: 0;
}
.about__logo--wr.show {
  opacity: 1;
  transition: 0.5s;
}
.about__logo--wr .about__logo1 {
  height: 8.96vw;
}
.about__logo--wr .about__logo2 {
  margin-left: 4vw;
  height: 4.48vw;
}
.mouse__down {
  position: absolute;
  left: 50%;
  bottom: 5.2083vw;
  z-index: 3;
  margin-left: -0.1rem;
  width: 0.2rem;
  text-align: center;
}
.mouse__down i {
  display: block;
  position: relative;
  margin: auto;
  width: 1px;
  height: 1rem;
  background: rgba(51, 51, 51, 0.5);
  overflow: hidden;
}
.mouse__down i:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 50%;
  background: #333;
  animation: mouseMove 2s infinite;
}
.mouse__down span {
  display: block;
  margin-top: 0.16rem;
  width: 0.2rem;
  height: 0.3rem;
  background: url(/images/mouses.svg) center no-repeat;
  background-size: cover;
}
@keyframes mouseMove {
  0% {
    top: 0;
    opacity: 1;
  }
  100% {
    top: 100%;
    opacity: 0.3;
  }
}
.login__back .lang__list {
  padding: 0.08rem 0;
  border-radius: 4px;
}
.common__Popup {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
}
.common__Popup p {
  padding: 0.3rem 0.2rem;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  color: #fff;
  font-size: 0.16rem;
  text-align: center;
}
/* 第1部分 */
.about__part {
  position: relative;
  z-index: 80;
  height: 200vh;
  box-sizing: border-box;
  background: #EBECF0;
}
.home_part1_bg {
  position: sticky;
  top: 0;
  width: 100%;
  height: 100vh;
  left: 0;
  pointer-events: none;
  overflow: hidden;
}
.home_part1_bg .con {
  padding-top: 330px;
  position: relative;
  z-index: 20;
}
.home_part1_bg .framework__title {
  position: absolute;
  left: 0;
  width: 100%;
  top: 50%;
  margin-top: 60px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-50px);
  transition: 0.5s;
}
.home_part1_bg .framework__title.show {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}
.about__part .h2 b {
  transform: translate(-40px, 40px) scale(0.8);
  opacity: 0;
  transform-origin: left bottom;
}
.about__part .heng {
  transform: translateY(20px);
  opacity: 0;
}
.about__part .zhaiyao {
  transform: translateY(30px);
  opacity: 0;
}
.home_part1_bg svg {
  position: relative;
  left: 0;
  top: 0;
  z-index: 10;
  transform-origin: center;
}
.home_part1_bg svg text {
  font-weight: bold;
  font-size: 0.7rem;
  transform: translate(0, 0.7rem);
}
.home_part1.on .h2 {
  transform: translate(0);
  opacity: 1;
  transition: all 1s 0.2s ease-out;
}
.home_part1.on .h2 span {
  background-position: 100% 0%;
  transition: all 2s ease-out;
}
.home_part1.on .h2 b {
  transform: translate(0) scale(1);
  opacity: 1;
  transition: all 1.4s 0.2s ease-out;
}
.home_part1.on .heng {
  transform: translate(0);
  opacity: 1;
  transition: all 1s 0s ease-out;
}
.home_part1.on .zhaiyao {
  transform: translate(0);
  opacity: 1;
  transition: all 1s 0.2s ease-out;
}
/* 第2部分-工作范围 */
.home_part2 {
  position: relative;
  height: auto;
}
.home_part2 .img {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 10;
}
.home_part2 .con {
  position: relative;
  z-index: 20;
  top: 30px;
}
.home_part2 .h2 span {
  background-image: linear-gradient(to right, #005bbb 0%, #12c9f6 10%, #01bac9 20%, #62eec7 30%, #f28f1a 40%, #fecc71 50%, #f28f1a 60%, #62eec7 70%, #01bac9 80%, #12c9f6 90%, #005bbb 100%);
  background-size: 500%;
  background-position: 0% 0%;
}
.home_part2 .h2 span {
  background-image: linear-gradient(to right, #005bbb 0%, #12c9f6 20%, #01bac9 40%, #62eec7 60%, #01bac9 80%, #12c9f6 100%);
  background-size: 500%;
  background-position: 0% 0%;
}
.home_part2 .video_box {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  overflow: hidden;
  background: #eeeeee;
}
.home_part2 .video_box::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(8, 128, 255, 0.2);
  z-index: 2;
}
.home_part2 .img .img_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 12;
  background: #000;
  left: 0;
  top: 0;
  opacity: 0;
}
.home_part2 .con {
  transform: translateY(50px);
  opacity: 0;
  background-color: #EBECF0;
  width: 100%;
  height: 110%;
  top: -100px;
}
.home_part2 .con .zhaiyao {
  padding-top: 450px;
}
.home_part2.on .h2 span {
  background-position: 100% 0%;
  transition: all 2s ease-out;
}
.home_part2.on .con {
  transform: translateY(0);
  opacity: 1;
  transition: all 0.5s ease-out;
}
.banner__bg--swiper {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.bannerbg-slide {
  overflow: hidden;
}
.bannerbg-slide figure {
  position: relative;
  display: block;
  padding-bottom: 100vh;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.bannerbg-slide figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bannerbg-slide .wrap {
  position: absolute;
  left: 0;
  top: 0;
  box-sizing: border-box;
  width: 100%;
}
.title_box.articleShow span,
.laboratory__title.articleShow span {
  transform: translateY(0) rotateZ(0);
}
.login__btns {
  text-align: center;
  margin-bottom: 0.2rem;
}
.login__btns img {
  display: inline-block;
  width: auto;
  height: 0.55rem;
}
.flex__menus {
  position: fixed;
  right: 0.2rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 199;
  width: 0.88rem;
  background: #fff;
  transition: 0.4s;
}
.flex__menus.hide {
  right: -0.88rem;
}
.flex__menus.hide .flex__shows {
  opacity: 1;
  visibility: visible;
}
.flex__menus--li li {
  position: relative;
  border-bottom: 1px solid #d5d5d5;
  transition: 0.4s;
}
.flex__menus--li li a {
  display: block;
  padding: 0.12rem 0;
  text-align: center;
}
.flex__menus--li li a i {
  display: block;
  line-height: 1;
  color: #A72126;
  font-size: 0.32rem;
  font-style: normal;
  transition: 0.35s;
}
.flex__menus--li li a p {
  margin-top: 0.1rem;
  line-height: 1.2;
  color: #8b8b8b;
  font-size: 14px;
  transition: 0.35s;
}
.flex__menus--li li:hover {
  background: #A72126;
}
.flex__menus--li li:hover a i,
.flex__menus--li li:hover a p {
  color: #fff;
}
.flex__menus--li li:hover .flex__pops {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
.flex__close {
  padding: 0.1rem 0;
  cursor: pointer;
  text-align: center;
  color: #8b8b8b;
  font-size: 0.18rem;
  line-height: 1;
  transition: 0.38s;
}
.flex__close.active {
  transform: rotate(45deg) !important;
}
.flex__close:hover {
  transform: rotate(180deg);
}
.flex__pops {
  position: absolute;
  right: 100%;
  top: 0;
  padding: 0 0.3rem;
  display: flex;
  align-items: center;
  height: 100%;
  background: #A72126;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-15px);
  transition: 0.4s;
}
.flex__pops a {
  display: inline-block;
  position: relative;
  z-index: 2;
  margin-right: 0.24rem;
  color: #fff;
  font-size: 14px;
  line-height: 1.4;
}
.flex__pops a:before {
  content: "";
  width: 0;
  height: 1px;
  background: #fff;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: 0.4s;
  z-index: -1;
}
.flex__pops a:hover,
.flex__pops a.active {
  color: #fff;
}
.flex__pops a:hover:before,
.flex__pops a.active:before {
  width: 100%;
  right: auto;
  left: 0;
}
.flex__pops a:last-child {
  margin-right: 0;
}
.flex__shows {
  position: absolute;
  right: 100%;
  height: 0.6rem;
  width: 0.2rem;
  text-align: center;
  line-height: 0.6rem;
  background: #A72126;
  top: 50%;
  margin-top: -0.3rem;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
  border-radius: 5px 0 0 5px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.course__tprev {
  margin-top: -0.25rem;
  width: 0.5rem;
  height: 0.5rem;
  line-height: 0.48rem;
  border-color: #fff;
  background: #fff;
  color: #A72126;
  font-size: 0.14rem;
}
.course__tprev:hover {
  border-color: #A72126;
}
.course__tprev.prev {
  left: 0.2rem;
}
.course__tprev.next {
  right: 0.2rem;
}
<!--0.00028800964355469-->