body,
html {
  width: 100%;
  height: 100%;
}
input[type="password"]::-ms-reveal {
  display: none;
}
input[type="number"] {
  -moz-appearance: textfield;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
body.istop .gettop {
  opacity: 0;
}
body .swiper-button-next,
body .swiper-button-prev {
  --size: 0.5rem;
  width: var(--size);
  height: var(--size);
  border-radius: 50%;
  background-color: #f3f8ff;
  transition: 0.3s;
}
body .swiper-button-next::after,
body .swiper-button-prev::after {
  font-size: 1em;
  font-weight: bold;
}
body .swiper-button-next:hover,
body .swiper-button-prev:hover {
  background-color: #005ae0;
}
body .swiper-button-next:hover::after,
body .swiper-button-prev:hover::after {
  color: #fff;
}
.htmlContent {
  overflow: hidden;
  text-align: justify;
}
.htmlContent p,
.htmlContent h1,
.htmlContent h2,
.htmlContent h3,
.htmlContent h4 {
  margin: 1em 0;
}
.htmlContent p {
  line-height: 1.778;
}
.htmlContent table {
  max-width: 100% !important;
}
.layout {
  min-height: 100%;
  display: flex;
  flex-direction: column;
}
.layout* {
  width: 100%;
}
.layout .main {
  flex: 1;
}
.layout .bg {
  background-color: #f3f8ff;
}
:root {
  --headerHeight: 0.8rem;
}
@media (max-width: 1024px) {
  :root {
    --headerHeight: 1rem;
  }
}
.dialog {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 23;
  overflow-y: auto;
  display: flex;
  justify-content: center;
  padding-top: 1.2rem;
  padding-bottom: 0.5rem;
  align-items: flex-start;
}
.dialog .inner {
  width: calc(100% - 0.8rem);
  max-width: 7rem;
  background-color: #fff;
  border-radius: 0.1rem;
  position: relative;
  padding: 0.5rem 0.5rem 0.4rem;
}
.dialog .inner .close {
  position: absolute;
  right: 0.2rem;
  top: 0.2rem;
  color: #999;
  cursor: pointer;
  transition: 0.3s;
  font-size: 1.875em;
}
.dialog .inner .close:hover {
  color: #005ae0;
}
.header {
  --txtcolor: #fff;
  height: 0;
  position: sticky;
  top: 0;
  z-index: 20;
}
.header.istop,
.header:hover {
  --txtcolor: #333;
}
.header.istop .header-inner,
.header:hover .header-inner {
  background-color: #fff;
}
.header.istop .logo .show,
.header:hover .logo .show {
  display: none;
}
.header.istop .logo .hover,
.header:hover .logo .hover {
  display: block;
}
.header.istop .header-left .line,
.header:hover .header-left .line {
  background-color: #ddd;
}
.header.istop .stock .detail,
.header:hover .stock .detail {
  color: #ff0000;
}
.header.istop .stock.down .detail,
.header:hover .stock.down .detail {
  color: green;
}
.header.istop .stock.down .detail .iconfont,
.header:hover .stock.down .detail .iconfont {
  transform: rotate(180deg);
}
.header.istop .lang .label,
.header:hover .lang .label {
  --color: rgba(0, 0, 0, 0.502);
}
.header .header-inner {
  transition: 0.3s;
}
.header .auto-1440 {
  height: var(--headerHeight);
  display: flex;
  max-width: 1600px;
}
.header .logo img {
  max-height: 0.37rem;
}
.header .logo .show {
  display: block;
}
.header .logo .hover {
  display: none;
}
.header .stock .detail {
  display: flex;
  align-items: center;
  color: var(--txtcolor);
  line-height: 1;
  font-family: "Roboto";
}
.header .stock .detail span {
  font-size: 0.28rem;
  margin-right: 0.15rem;
}
.header .stock .code {
  font-size: 0.875em;
  color: rgba(255, 255, 255, 0.502);
  font-weight: lighter;
  color: var(--txtcolor);
}
.header .stock.down .detail .iconfont {
  transform: rotate(180deg);
}
.header .header-left {
  display: flex;
  align-items: center;
  padding-top: 0.1rem;
  align-self: center;
}
.header .header-left .line {
  height: 0.45rem;
  background-color: rgba(255, 255, 255, 0.102);
  margin: 0 0.3rem;
  width: 1px;
}
.header .header-nav {
  flex: 1;
}
@media (min-width: 1025px) {
  .header .header-nav .ul {
    display: flex;
    justify-content: flex-end;
    height: 100%;
  }
  .header .header-nav li {
    padding: 0 0.15rem;
    position: relative;
  }
  .header .header-nav em {
    display: block;
    height: 100%;
  }
  .header .header-nav em .iconfont {
    display: none;
  }
  .header .header-nav em a {
    display: flex;
    height: auto;
    align-items: center;
    height: 100%;
    color: var(--txtcolor);
    transition: 0.3s;
  }
  .header .header-nav em a:hover {
    color: #005ae0;
  }
  .header .header-nav .sub {
    position: absolute;
    min-width: 100%;
    max-width: 1.5rem;
    left: 50%;
    transform: translateX(-50%);
    top: 100%;
    white-space: normal;
    text-align: center;
    background-color: #fff;
    border-radius: 0 0 5px 5px;
    overflow: hidden;
    display: none;
  }
  .header .header-nav .sub dd {
    border-top: 1px solid #eee;
  }
  .header .header-nav .sub a {
    display: block;
    padding: 0.05rem 0.1rem;
    transition: 0.3s;
  }
  .header .header-nav .sub a:hover {
    background-color: #005ae0;
    color: #fff;
  }
}
@media (max-width: 1024px) {
  .header .header-nav {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 21;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: flex-end;
    opacity: 0;
    transition: 0.3s;
    visibility: hidden;
  }
  .header .header-nav.active {
    opacity: 1;
    visibility: visible;
  }
  .header .header-nav.active ul {
    transform: translateX(0);
  }
  .header .header-nav ul {
    background-color: #fff;
    width: 4rem;
    padding: 0 0.15rem;
    padding-top: var(--headerHeight);
    transform: translateX(100%);
    transition: 0.3s;
  }
  .header .header-nav li {
    border-bottom: 1px solid #eee;
    line-height: 0.8rem;
  }
  .header .header-nav .has-sub em {
    position: relative;
  }
  .header .header-nav .has-sub em::after {
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    z-index: 2;
  }
  .header .header-nav .has-sub em .iconfont {
    display: block;
  }
  .header .header-nav .has-sub em.active .iconfont {
    transform: rotate(90deg);
  }
  .header .header-nav em {
    display: flex;
  }
  .header .header-nav em .iconfont {
    display: none;
    transition: 0.3s;
  }
  .header .header-nav em a {
    flex: 1;
  }
  .header .header-nav .sub {
    padding: 0 0.1rem;
    border-top: 1px solid #eee;
    display: none;
  }
  .header .header-nav .open-menu {
    position: absolute;
    right: 0.3rem;
    top: 0.21rem;
    z-index: 2;
  }
}
.header .header-right {
  display: flex;
  align-items: center;
  margin-left: 0.65rem;
}
.header .lang .label {
  --color: rgba(255, 255, 255, 0.502);
  color: var(--color);
  font-size: 0.875em;
  transition: 0.3s;
}
.header .lang .label:hover {
  color: #005ae0;
}
@media (max-width: 1024px) {
  .header {
    height: var(--headerHeight);
  }
  .header:not(.index) {
    --txtcolor: #333;
  }
  .header:not(.index) .header-inner {
    background-color: #fff;
  }
  .header:not(.index) .logo .show {
    display: none;
  }
  .header:not(.index) .logo .hover {
    display: block;
  }
  .header:not(.index) .header-left .line {
    background-color: #ddd;
  }
  .header:not(.index) .stock .detail {
    color: #ff0000;
  }
  .header:not(.index) .stock.down .detail {
    color: green;
  }
  .header:not(.index) .stock.down .detail .iconfont {
    transform: rotate(180deg);
  }
  .header:not(.index) .lang .label {
    --color: rgba(0, 0, 0, 0.502);
  }
  .header.index {
    height: 0;
  }
  .header .header-left {
    flex: 1;
  }
  .header .open-menu {
    display: block;
    width: 0.6rem;
    height: 0.45rem;
    align-self: center;
    position: relative;
    margin-left: 0.15rem;
    background-color: #005ae0;
    border-radius: 0.05rem;
  }
  .header .open-menu i,
  .header .open-menu::before,
  .header .open-menu::after {
    content: '';
    width: 70%;
    height: 3px;
    border-radius: 1.5px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    max-height: 100%;
    background-color: #fff;
    transition: 0.3s;
  }
  .header .open-menu::before {
    bottom: auto;
    top: 0.07rem;
  }
  .header .open-menu::after {
    top: auto;
    bottom: 0.07rem;
  }
  .header .open-menu.active i {
    opacity: 0;
  }
  .header .open-menu.active::before {
    bottom: 0.07rem;
    transform: rotate(45deg);
  }
  .header .open-menu.active::after {
    top: 0.07rem;
    transform: rotate(-45deg);
  }
}
.bottom {
  background-color: #005ae0;
  padding-top: 0.5rem;
}
.bottom .top-panel {
  display: flex;
  justify-content: space-between;
  padding-bottom: 0.35rem;
  align-items: center;
}
.bottom .top-panel .logo img {
  max-width: 3rem;
}
.bottom .share {
  --size: 0.4rem;
  display: flex;
}
.bottom .share .item {
  margin-left: 0.1rem;
  position: relative;
}
.bottom .share .item:hover .sub {
  visibility: visible;
  opacity: 1;
  transform: translate(-50%, 0);
}
.bottom .share .item .sub {
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translate(-50%, -5px);
  padding-bottom: 0.1rem;
  transition: 0.3s;
  visibility: hidden;
  opacity: 0;
}
.bottom .share .item .sub::after {
  content: '';
  width: 0;
  height: 0;
  border: 0.05rem solid transparent;
  border-top-color: #fff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
.bottom .share .item .sub .img {
  width: 1.1rem;
  height: 1.1rem;
  padding: 0.05rem;
  border-radius: 0.03rem;
  background-color: #fff;
}
.bottom .share .item .sub .img img {
  display: block;
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.bottom .share .label a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.14rem;
  width: var(--size);
  height: var(--size);
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.078);
  color: #fff;
  transition: 0.3s;
}
.bottom .share .label a:hover {
  background-color: #fff;
  color: #005ae0;
}
.bottom .share .label a:hover .iconfont {
  opacity: 1;
}
.bottom .share .label a .iconfont {
  opacity: 0.5;
}
.bottom .bot-panel {
  border-top: 1px solid rgba(255, 255, 255, 0.078);
  display: flex;
  justify-content: space-between;
  color: rgba(255, 255, 255, 0.302);
  font-weight: lighter;
  padding-top: 0.14rem;
  padding-bottom: 0.3rem;
}
.bottom .bot-panel a {
  color: rgba(255, 255, 255, 0.302);
  transition: 0.3s;
  display: inline-block;
}
.bottom .bot-panel a:hover {
  color: #fff;
}
.bottom .bot-panel .links a {
  margin-left: 0.13rem;
}
@media (max-width: 1024px) {
  .bottom .top-panel {
    display: block;
    text-align: center;
  }
  .bottom .top-panel .logo {
    margin-bottom: 0.3rem;
  }
  .bottom .share .label a {
    font-size: 0.2rem;
  }
  .bottom .bot-panel {
    display: block;
    text-align: center;
  }
  .bottom .share {
    --size: 0.6rem;
    justify-content: center;
  }
}
.gettop {
  --size: 0.4rem;
  pointer-events: none;
  z-index: 19;
  height: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-right: 1rem;
  position: sticky;
  bottom: 1rem;
  opacity: 1;
}
.gettop .icon {
  width: var(--size);
  height: var(--size);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #fff;
  pointer-events: all;
  font-size: 0.12rem;
  color: #005ae0;
  cursor: pointer;
  transition: 0.3s;
}
.gettop .icon:hover {
  background-color: #005ae0;
  color: #fff;
}
@media (max-width: 1024px) {
  .gettop {
    padding-right: 0.1rem;
    --size: 0.6rem;
  }
  .gettop .icon {
    font-size: 0.2rem;
  }
}
.swiper-pagination.com-swiper-pagi {
  display: flex;
  justify-content: center;
}
.swiper-pagination.com-swiper-pagi .swiper-pagination-bullet {
  width: 0.2rem;
  height: 0.17rem;
  border: 2px solid transparent;
  border-radius: 0.03rem;
  padding: 3px;
  background-color: transparent;
  transform: skewX(-15deg);
  opacity: 1;
  transition: 0.3s;
}
.swiper-pagination.com-swiper-pagi .swiper-pagination-bullet::before {
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  display: block;
}
.swiper-pagination.com-swiper-pagi .swiper-pagination-bullet-active {
  border-color: #005ae0;
}
.swiper-pagination.com-swiper-pagi .swiper-pagination-bullet-active::before {
  background-color: #005ae0;
}
.swiper-pagination.com-swiper-pagi.grey .swiper-pagination-bullet::before {
  background-color: #ccc;
}
.swiper-pagination.com-swiper-pagi.grey .swiper-pagination-bullet-active::before {
  background-color: #005ae0;
}
@media (max-width: 1024px) {
  .swiper-pagination.com-swiper-pagi .swiper-pagination-bullet {
    width: 0.3rem;
    height: 0.25rem;
  }
}
.home {
  position: relative;
}
.home .section {
  background-color: #000;
}
.home .section.active .ind-part3 .txt {
  transform: translateY(0);
  opacity: 1;
  transition-duration: 0.5s;
  transition-delay: calc(var(--index) * 0.3s);
}
.home .section.active .ind-part2 .txt {
  transform: translateY(0);
  opacity: 1;
  transition-duration: 0.5s;
  transition-delay: calc(var(--index) * 0.5s);
}
.home .section.active .ind-part4 h2 {
  transform: translateY(0);
  opacity: 1;
  transition-duration: 0.5s;
  transition-delay: 0.5s;
}
.home .section.active .ind-part4 .des {
  transform: translateY(0);
  opacity: 1;
  transition-duration: 0.5s;
  transition-delay: 1s;
}
.home .section.active .ind-part4 .com-btn {
  transform: translateY(0);
  opacity: 1;
  transition-duration: 0.5s;
  transition-delay: 1.5s;
}
.mouse {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0.8rem;
  z-index: 2;
  font-size: 0.36rem;
  color: #fff;
}
.mouse .icon {
  width: 0.2rem;
  height: 0.3rem;
  border-radius: 0.1rem;
  border: 2px solid #fff;
  display: block;
  position: relative;
  animation: mouse infinite 2s;
}
.mouse .icon::before {
  content: '';
  width: 2px;
  height: 5px;
  background-color: #ffffff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0.05rem;
}
@media (max-width: 1024px) {
  .mouse {
    bottom: 1.2rem;
  }
  .mouse .icon {
    width: 0.4rem;
    height: 0.6rem;
    border-radius: 0.2rem;
  }
  .mouse .icon::before {
    height: 10px;
  }
}
@keyframes mouse {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0px);
  }
}
.ind-ban {
  height: 100%;
  background-color: #eee;
}
.ind-ban .swiper {
  height: 100%;
}
.ind-ban .swiper-slide {
  position: relative;
  background-color: #005ae0;
}
.ind-ban .pic {
  height: 100%;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}
.ind-ban .pic img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
}
.ind-ban .video {
  height: 100%;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}
.ind-ban .video video {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
}
.ind-ban .swiper-pagination {
  bottom: 0.4rem !important;
}
.ind-ban .open-video {
  --size: 0.86rem;
  font-size: var(--size);
  width: var(--size);
  height: var(--size);
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  max-height: 100%;
  color: #fff;
}
.ind-ban .txt {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: var(--headerHeight);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-align: center;
}
.ind-ban .txt .icon {
  margin-bottom: 0.7rem;
  transform: translateY(0.2rem);
  opacity: 0;
}
.ind-ban .txt .icon img {
  max-height: 1rem;
}
.ind-ban .txt h2 {
  font-size: 0.48rem;
  font-family: "DOUYU";
  transform: translateY(0.2rem);
  opacity: 0;
  font-weight: lighter;
  letter-spacing: 7px;
}
.ind-ban .txt h3 {
  font-size: 0.24rem;
  font-family: "DOUYU";
  transform: translateY(0.2rem);
  opacity: 0;
  font-weight: lighter;
  letter-spacing: 7px;
}
.ind-ban .active .icon {
  transform: translateY(0%);
  opacity: 1;
  transition-duration: 0.5s;
}
.ind-ban .active h2 {
  transform: translateY(0%);
  opacity: 1;
  transition-duration: 0.5s;
  transition-delay: 0.5s;
}
.ind-ban .active h3 {
  transform: translateY(0%);
  opacity: 1;
  transition-duration: 0.5s;
  transition-delay: 1s;
}
@media (max-width: 1024px) {
  .ind-ban .txt h2 {
    letter-spacing: 0px;
  }
  .ind-ban .txt h3 {
    letter-spacing: 0px;
  }
}
.ind-part2 {
  height: 100%;
  display: flex;
}
.ind-part2 .item {
  flex: 1;
  position: relative;
}
.ind-part2 .item::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(to bottom, rgba(0, 90, 224, 0.6) 0%, rgba(9, 255, 135, 0) 28%, rgba(9, 17, 36, 0.5) 80%, rgba(9, 17, 36, 0.5) 100%);
  pointer-events: none;
}
.ind-part2 .pic {
  height: 100%;
  position: relative;
}
.ind-part2 .pic img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
}
.ind-part2 .txt {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  z-index: 3;
  padding-top: 3rem;
  transform: translateY(10px);
  opacity: 0;
}
.ind-part2 .txt h2 {
  font-size: 0.36rem;
  font-weight: normal;
  margin-bottom: 0.1rem;
  margin-top: 0.5rem;
}
.ind-part2 .txt .des {
  font-size: 1.125em;
  line-height: 1.667;
  min-height: 3.334em;
}
.ind-part2 .txt .btn {
  margin-top: 0.5rem;
  transition: 0.3s;
}
@media (min-width: 1025px) {
  .ind-part2 .txt .btn {
    opacity: 0;
    transform: translateY(15px);
    height: 0;
  }
  .ind-part2 .item:hover .btn {
    margin-top: 0.5rem;
    height: 0.5rem;
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 1024px) {
  .ind-part2 {
    flex-wrap: wrap;
  }
  .ind-part2 .item {
    width: 50%;
    height: 50%;
    flex: unset;
  }
  .ind-part2 .txt {
    padding-top: 0;
  }
}
.ind-part3 {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
}
.ind-part3 .item {
  height: 50%;
  width: 33.33%;
  position: relative;
}
.ind-part3 .pic {
  height: 100%;
  position: relative;
}
.ind-part3 .pic img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
}
.ind-part3 .txt {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 0;
  top: 0;
  z-index: 3;
  transform: translateY(10px);
  opacity: 0;
}
.ind-part3 .count-box .count-wrap .count {
  font-size: 1.1rem;
  font-family: "Myriad Pro";
}
.ind-part3 .count-box .count-wrap .unit {
  font-size: 0.36rem;
}
.ind-part3 .count-box .des {
  font-size: 0.24rem;
}
@media (max-width: 1024px) {
  .ind-part3 .item {
    width: 50%;
    height: 33.33%;
  }
}
.ind-part4 {
  position: relative;
  height: 100%;
}
.ind-part4 .pic {
  height: 100%;
  position: relative;
}
.ind-part4 .pic img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
}
.ind-part4 .pic::after {
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(11, 22, 32, 0.2);
  position: absolute;
  left: 0;
  top: 0;
}
.ind-part4 .txt {
  position: absolute;
  left: 50%;
  top: 0;
  height: 100%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  color: #fff;
}
.ind-part4 .txt .txt-inner {
  max-width: 490px;
}
.ind-part4 .txt h2 {
  font-size: 0.48rem;
  line-height: 1.2;
  font-weight: normal;
  margin-bottom: 0.26rem;
  transform: translateY(10px);
  opacity: 0;
}
.ind-part4 .txt .des {
  font-size: 1.125em;
  line-height: 1.667;
  margin-bottom: 0.3rem;
  transform: translateY(10px);
  opacity: 0;
}
.ind-part4 .txt .com-btn {
  transform: translateY(10px);
  opacity: 0;
}
@media (max-width: 1024px) {
  .ind-part4 .txt .txt-inner {
    max-width: 100%;
  }
}
.banner {
  position: relative;
}
.banner .pic {
  background-color: #ccc;
  padding-top: 23.4375%;
  position: relative;
}
.banner .pic img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0;
  top: 0;
}
.banner .txt {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding-top: var(--headerHeight);
}
.banner .txt .container {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.banner .txt h2 {
  font-size: 0.36rem;
  font-weight: normal;
}
.banner .txt .count-box {
  margin-top: 0.44rem;
}
@media (max-width: 1024px) {
  .banner .pic {
    padding-top: 58.59%;
  }
  .banner .txt {
    font-size: 0.875em;
    padding-top: 0;
  }
}
.count-box {
  display: flex;
  width: 100%;
  text-align: center;
  margin-top: 0.44rem;
  color: #fff;
}
.count-box .item {
  flex: 1;
}
.count-box .count-wrap {
  display: flex;
  align-items: baseline;
  line-height: 1;
  justify-content: center;
}
.count-box .count-wrap sup {
  align-self: flex-start;
}
.count-box .count-wrap .count {
  font-size: 0.36rem;
  font-family: "Roboto";
  margin-right: 0.1rem;
}
.count-box .des {
  font-size: 1.125em;
  line-height: 1.2;
  margin-top: 0.14rem;
}
.column-title {
  font-size: 0.36rem;
  font-weight: normal;
  display: flex;
  padding-bottom: 0.1rem;
  position: relative;
}
.column-title::before {
  content: '';
  width: 1rem;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-image: linear-gradient(0deg, #005ae0 0%, #005ae0 49%, rgba(0, 90, 224, 0) 100%);
  background-image: -moz-linear-gradient(0deg, #005ae0 0%, #005ae0 49%, rgba(0, 90, 224, 0) 100%);
  background-image: -webkit-linear-gradient(0deg, #005ae0 0%, #005ae0 49%, rgba(0, 90, 224, 0) 100%);
  background-image: -ms-linear-gradient(0deg, #005ae0 0%, #005ae0 49%, rgba(0, 90, 224, 0) 100%);
}
.column-title.center {
  justify-content: center;
  text-align: center;
}
.column-title.center::before {
  left: 50%;
  transform: translateX(-50%);
}
.column-title.white {
  color: #fff;
}
.column-title.white::before {
  background-image: linear-gradient(0deg, #ffffff 0%, #ffffff 49%, rgba(255, 255, 255, 0) 100%);
  background-image: -moz-linear-gradient(0deg, #ffffff 0%, #ffffff 49%, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-linear-gradient(0deg, #ffffff 0%, #ffffff 49%, rgba(255, 255, 255, 0) 100%);
  background-image: -ms-linear-gradient(0deg, #ffffff 0%, #ffffff 49%, rgba(255, 255, 255, 0) 100%);
}
.column-des {
  font-size: 1.125em;
  color: #333333;
  line-height: 2;
}
.column-des.center {
  text-align: center;
}
.column-des.white {
  color: #fff;
}
.com-btn {
  --height: 0.5rem;
  --activeColor: #0644a0;
  display: inline-flex;
  justify-content: center;
  padding: 0 0.43rem;
  align-items: center;
  line-height: calc(var(--height) - 2px);
  border-radius: calc((var(--height) - 2px) / 2);
  border: 1px solid #fff;
  color: #fff;
  font-family: "Myriad Pro";
  transition: 0.3s;
}
.com-btn .iconfont {
  font-size: 0.75em;
  margin-left: 0.15rem;
}
.com-btn.primary {
  background-color: #005ae0;
  border-color: #005ae0;
}
.com-btn.grey {
  background-color: #005ae0;
  border-color: #005ae0;
}
.com-btn.blue {
  border-color: #005ae0;
  color: #005ae0;
}
.com-btn:hover {
  background-color: var(--activeColor);
  border-color: var(--activeColor);
  color: #fff;
}
@media (max-width: 1024px) {
  .com-btn {
    --height: 0.6rem;
  }
}
.back-btn {
  font-size: 1.125em;
  --height: 0.5rem;
  --activeColor: #0644a0;
  display: inline-flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  line-height: calc(var(--height) - 2px);
  border-radius: calc((var(--height) - 2px) / 2);
  border: 1px solid #555;
  background-color: #555;
  transition: 0.3s;
  min-width: 1.6rem;
  color: #fff;
  padding: 0 0.2rem;
}
.back-btn:hover {
  background-color: var(--activeColor);
  border-color: var(--activeColor);
  color: #fff;
}
.about-part01 {
  padding-top: 0.5rem;
  padding-bottom: 0.9rem;
}
.about-part01 .column-title {
  margin-bottom: 0.1rem;
}
.about-part02 {
  display: flex;
}
.about-part02 .column-title {
  margin-bottom: 0.45rem;
}
.about-part02 .txt-panel {
  width: 50%;
  display: flex;
  justify-content: flex-end;
  background-color: #f3f8ff;
  align-items: center;
}
.about-part02 .txt-panel .inner {
  max-width: 600px;
  margin: 0;
  padding: 0.5rem 0.5rem 0.5rem 0;
}
.about-part02 .txt-panel li {
  --size: 0.6rem;
  display: flex;
}
.about-part02 .txt-panel li + li {
  margin-top: 0.23rem;
}
.about-part02 .txt-panel .icon {
  width: var(--size);
  height: var(--size);
  display: flex;
  align-items: center;
  justify-content: center;
  border-width: 2px;
  border-color: rgba(0, 90, 224, 0.102);
  border-style: solid;
  border-radius: 50%;
  margin-right: 0.2rem;
  flex-shrink: 0;
}
.about-part02 .txt-panel .icon img {
  object-fit: contain;
  max-width: 50%;
  max-height: 50%;
}
.about-part02 .txt-panel h2 {
  font-size: 1.5em;
  font-weight: normal;
}
.about-part02 .txt-panel .des {
  font-size: 1.125em;
}
.about-part02 .pic-panel {
  width: 50%;
  position: relative;
}
.about-part02 .pic-panel .pic {
  padding-top: 100%;
  position: relative;
}
.about-part02 .pic-panel .pic img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
}
.about-part02 .pic-panel .pic .open-btn {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 90, 224, 0.102);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
  flex-direction: column;
  color: #fff;
  transition: 0.3s;
}
.about-part02 .pic-panel .pic .open-btn .iconfont {
  font-size: 0.65rem;
}
.about-part02 .pic-panel .pic .open-btn .txt {
  font-size: 1.25em;
  font-family: "Myriad Pro";
}
.about-part02 .pic-panel .pic .open-btn:hover {
  color: #005ae0;
}
.about-part02 .pic-panel .video {
  padding-top: 100%;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  transition: 0.3s;
}
.about-part02 .pic-panel .video video {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
}
.about-part02 .pic-panel .video.active {
  opacity: 1;
  z-index: 2;
}
@media (min-width: 1921px) {
  .about-part02 .txt-panel {
    justify-content: flex-start;
  }
  .about-part02 .txt-panel .inner {
    max-width: 6rem;
  }
}
@media (max-width: 1024px) {
  .about-part02 {
    flex-direction: column;
  }
  .about-part02 .txt-panel {
    width: 100%;
  }
  .about-part02 .txt-panel .inner {
    padding: 0.5rem 0;
    max-width: 100%;
    margin: 0 auto;
  }
  .about-part02 .pic-panel {
    width: 100%;
  }
}
.about-part03 {
  padding-top: 1.35rem;
  padding-bottom: 2.2rem;
}
.about-part03 .column-title {
  margin-bottom: 1.2rem;
}
.about-part03 .swiper {
  overflow: visible;
  padding: 0 1.2rem;
  margin-left: -1.2rem;
  margin-right: -1.2rem;
}
.about-part03 .swiper-container {
  padding-right: 20%;
  margin-right: -20%;
  padding-left: 0.2rem;
  overflow: hidden;
}
.about-part03 .swiper-container::before {
  content: '';
  width: 100vw;
  height: 1px;
  background-color: #e5e5e5;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: var(--padding);
  margin: auto;
}
.about-part03 .swiper-slide {
  position: relative;
  opacity: 0;
}
.about-part03 .slide-visible {
  opacity: 1;
}
.about-part03 .swiper-slide-thumb-active .year {
  --paddingTop: 0.3rem;
  color: #005ae0;
}
.about-part03 .swiper-slide-thumb-active .lines .dot {
  opacity: 1;
}
.about-part03 .swiper-slide-thumb-active .lines i {
  height: 0 !important;
}
.about-part03 .swiper-slide-thumb-active .txt .year-wrap {
  --bg: #005ae0;
}
.about-part03 .swiper-slide-thumb-active .txt::before {
  background-color: #005ae0;
}
.about-part03 .swiper-slide-thumb-active .txt .des {
  color: #005ae0;
}
.about-part03 .swiper-slide-thumb-active .txt .des li::before {
  background-color: #005ae0;
}
.about-part03 .lines {
  position: absolute;
  left: 0.6rem;
  top: var(--padding);
  width: 26px;
  height: 20px;
  transition: 0.3s;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  z-index: 2;
}
.about-part03 .lines .dot {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: rgba(0, 90, 224, 0.2);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s;
  opacity: 0;
}
.about-part03 .lines .dot::before {
  content: '';
  width: 50%;
  height: 50%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  max-height: 100%;
  background-color: #005ae0;
  border-radius: 50%;
}
.about-part03 .lines .line-inner {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding-bottom: 10px;
  padding-top: 0;
}
.about-part03 .lines i {
  width: 1px;
  background-color: #aaaaaa;
  transition: 0.3s;
}
.about-part03 .lines i:nth-of-type(1),
.about-part03 .lines i:nth-of-type(7) {
  height: 27.27272727%;
}
.about-part03 .lines i:nth-of-type(2),
.about-part03 .lines i:nth-of-type(6) {
  height: 54.54545455%;
}
.about-part03 .lines i:nth-of-type(3),
.about-part03 .lines i:nth-of-type(5) {
  height: 81.81818182%;
}
.about-part03 .lines i:nth-of-type(4) {
  height: 100%;
}
.about-part03 .year {
  --paddingTop: 0.15rem;
  position: absolute;
  left: 0.6rem;
  top: var(--padding);
  transform: translateX(-50%);
  padding-top: var(--paddingTop);
  color: #bbbbbb;
  transition: 0.3s;
}
.about-part03 .txt {
  position: relative;
  width: 200%;
  left: 0;
  top: 0%;
  padding: 0 0.2rem;
  display: flex;
}
.about-part03 .txt .year-wrap {
  --bg: #cccccc;
  width: 1rem;
  height: 0.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  flex-shrink: 0;
  margin-right: 0.14rem;
}
.about-part03 .txt .year-wrap::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 0.15rem 0.12rem 0.15rem 0.12rem;
  background-color: var(--bg);
  transform: skewX(-13deg);
}
.about-part03 .txt .year-wrap-inner {
  display: flex;
  align-items: baseline;
  font-family: "Roboto";
  position: relative;
  z-index: 2;
  color: #fff;
  line-height: 1;
}
.about-part03 .txt .year-wrap-inner .large {
  font-size: 0.2rem;
}
.about-part03 .txt::before {
  content: '';
  width: 1px;
  height: 100%;
  position: absolute;
  left: 0.59rem;
  background-color: #e3e3e3;
  top: 0;
}
.about-part03 .txt .des {
  flex: 1;
  font-size: 1em;
  color: #333333;
  line-height: 1.667;
  padding-top: 0.25rem;
}
.about-part03 .txt .des li {
  padding-left: 0.15rem;
  position: relative;
}
.about-part03 .txt .des li::before {
  content: '';
  width: 4px;
  height: 0.04rem;
  background-color: #ccc;
  position: absolute;
  left: 0;
  top: 0.13rem;
  border-radius: 50%;
}
.about-part03 .swiper-button-prev,
.about-part03 .swiper-button-next {
  top: var(--padding);
}
@media (min-width: 1025px) {
  .about-part03 .swiper-slide:nth-of-type(odd) {
    padding-top: var(--padding);
  }
  .about-part03 .swiper-slide:nth-of-type(odd) .txt {
    padding-top: 0.5rem;
  }
  .about-part03 .swiper-slide:nth-of-type(odd) .txt::before {
    height: 1.08rem;
  }
  .about-part03 .swiper-slide:nth-of-type(odd) .lines {
    transform-origin: bottom center;
  }
  .about-part03 .swiper-slide:nth-of-type(odd) .lines .line-inner {
    align-items: flex-start;
    padding-top: 10px;
    padding-bottom: 0;
  }
  .about-part03 .swiper-slide:nth-of-type(odd) .year {
    transform: translate(-50%, -100%);
    padding-bottom: var(--paddingTop) /* 15/100 */;
  }
  .about-part03 .swiper-slide:nth-of-type(even) .txt {
    height: var(--padding, auto);
    padding-bottom: 0.8rem /* 80/100 */;
  }
}
@media (max-width: 1024px) {
  .about-part03 .column-title {
    margin-bottom: 0.5rem;
  }
  .about-part03 .swiper {
    margin-left: -0.3rem;
    margin-right: -0.3rem;
    padding: 0 0.5rem;
  }
  .about-part03 .swiper-container {
    padding-top: 0.2rem;
    margin-right: 0;
    padding-right: 0;
  }
  .about-part03 .swiper-container::before {
    top: 0.2rem;
    bottom: auto;
  }
  .about-part03 .swiper-container .swiper-slide {
    padding: 0;
  }
  .about-part03 .txt {
    position: static;
    width: 100%;
    padding-top: 1rem;
  }
  .about-part03 .txt::before {
    height: 1rem;
  }
  .about-part03 .lines {
    top: 0;
    transform: translate(-50%, -50%);
  }
}
.contact-part01 {
  padding-top: 0.5rem;
  padding-bottom: 0.8rem;
}
.contact-part01 .column-title {
  margin-bottom: 0.2rem;
}
.contact-part01 .column-des {
  margin-bottom: 1em;
}
.contact-part02 {
  background-color: #f3f8ff;
  padding-bottom: 0.6rem;
  padding-top: 0.6rem;
}
.contact-part02 .column-title {
  margin-bottom: 0.4rem;
}
.contact-part02 .list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.2rem;
  margin-right: -0.2rem;
}
.contact-part02 .list .col {
  width: calc((100% / 2) - 0.4rem);
  margin: 0 0.2rem;
}
@media (max-width: 1200px) {
  .contact-part02 .list .col {
    width: calc((100% / 2) - 0.4rem);
  }
}
@media (max-width: 1024px) {
  .contact-part02 .list .col {
    width: calc((100% / 1) - 0.4rem);
  }
}
@media (max-width: 768px) {
  .contact-part02 .list .col {
    width: calc((100% / 1) - 0.4rem);
  }
}
.contact-part02 .item {
  display: flex;
}
.contact-part02 a {
  --logoBg: #f3f8ff;
  --bg: #fff;
  width: 100%;
  display: flex;
  padding: 0.35rem;
  background-color: var(--bg);
  margin-bottom: 0.4rem;
  transition: 0.3s;
}
.contact-part02 a:hover {
  --logoBg: #fff;
  --bg: #005ae0;
}
.contact-part02 a:hover .txt h2 {
  color: #fff;
}
.contact-part02 a:hover .txt .des {
  color: #fff;
}
.contact-part02 .img {
  width: 1.06rem;
  flex-shrink: 0;
  margin-right: 0.35rem;
}
.contact-part02 .img .pic {
  padding-top: 0.9rem;
  position: relative;
}
.contact-part02 .img .pic::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 0.15rem 0.12rem 0.15rem 0.12rem;
  background-color: var(--logoBg);
  transform: skewX(-13deg);
  transition: 0.3s;
}
.contact-part02 .img .pic img {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  max-height: 100%;
}
.contact-part02 .txt {
  flex: 1;
}
.contact-part02 .txt h2 {
  font-size: 1.25em;
  color: #005ae0;
  line-height: 1.167;
  font-weight: normal;
  margin-bottom: 0.1rem;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  /*ie10+*/
  hyphens: auto;
}
.contact-part02 .txt .des {
  font-size: 1.125em;
  color: #333333;
  line-height: 1.556;
  font-weight: 300;
}
.contact-part02 .txt li {
  display: flex;
}
.contact-part02 .txt li .label {
  flex-shrink: 0;
}
.contact-part03 {
  padding-top: 1.3rem;
  padding-bottom: 1.5rem;
}
.contact-part03 .column-title {
  margin-bottom: 0.6rem;
}
.com-form {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.2rem;
  margin-right: -0.2rem;
  --lineheight: 0.5rem;
}
.com-form .form-item {
  width: 100%;
  padding: 0 0.2rem;
  margin-bottom: 0.3rem;
}
.com-form .form-item.w50 {
  width: 50%;
}
.com-form .code-wrap {
  display: flex;
}
.com-form .code-wrap .codeimg {
  height: var(--lineheight);
  flex-shrink: 0;
  margin-right: 0.2rem;
}
.com-form .code-wrap .codeimg img {
  display: block;
  height: 100%;
}
.com-form .code-wrap .code {
  width: 1rem;
  text-align: center;
  padding: 0;
}
.com-form .btn-wrap {
  text-align: center;
}
.com-form .btn {
  min-width: 2rem;
  text-align: center;
  height: var(--lineheight);
  background-color: #005ae0;
  color: #fff;
  border: 0;
  transition: 0.3s;
  cursor: pointer;
}
.com-form .btn:hover {
  opacity: 0.8;
}
.com-form .text {
  width: 100%;
  background-color: #fff;
  height: var(--lineheight);
  border: 1px solid #fff;
  padding: 0 0.2rem;
  transition: 0.3s;
  font-size: 1.125em;
}
.com-form .text::placeholder {
  color: #999999;
}
.com-form .text:focus {
  border-color: #005ae0;
}
.com-form .textarea {
  width: 100%;
  background-color: #fff;
  border: 1px solid #fff;
  height: 2rem;
  padding: 0.1rem 0.2rem;
  font-size: 1.125em;
}
.com-form .textarea::placeholder {
  color: #999999;
}
.com-form .textarea:focus {
  border-color: #005ae0;
}
@media (max-width: 1024px) {
  .com-form {
    --lineheight: 0.7rem;
  }
  .com-form .form-item {
    width: 100% !important;
  }
  .com-form .code-wrap .code {
    width: 2rem;
  }
}
.business .section {
  position: relative;
}
.business .section.active .txt h2 {
  transform: translateY(0);
  opacity: 1;
  transition-duration: 0.3s;
  transition-delay: 0.3s;
}
.business .section.active .txt .des {
  transform: translateY(0);
  opacity: 1;
  transition-duration: 0.3s;
  transition-delay: 0.6s;
}
.business .section.active .txt .btn {
  transform: translateY(0);
  opacity: 1;
  transition-duration: 0.3s;
  transition-delay: 0.9s;
}
.business .section.active .business04 .sub-txt {
  transform: translate(0);
  opacity: 1;
  transition-delay: 0.3s;
}
.business .section.active.industry02 .column-title {
  transform: translateY(0);
  opacity: 1;
}
.business .section.active.industry02 .sub-des {
  transform: translateY(0);
  opacity: 1;
}
.business .section.active.industry02 .sub-btn {
  transform: translateY(0);
  opacity: 1;
}
.business .section.active .deliver03 .column-title {
  transform: translateY(0);
  opacity: 1;
}
.business .section.active .deliver03 .column-des {
  transform: translateY(0);
  opacity: 1;
}
.business .section.active .deliver03 .img {
  transform: translateY(0);
  opacity: 1;
}
.business .section.active .network02 .sub-inner h2 {
  transform: translateY(0);
  opacity: 1;
}
.business .section.active .network02 .icon-list .item {
  transform: translateY(0);
  opacity: 1;
}
.business .section.active .deliver04 .title-wrap {
  transform: translateY(0);
  opacity: 1;
}
.business .section.active .deliver04 .swiper {
  transform: translateY(0);
  opacity: 1;
}
.business .section.active .deliver05 .column-title {
  transform: translateY(0);
  opacity: 1;
}
.business .section.active .deliver05 .column-des {
  transform: translateY(0);
  opacity: 1;
}
.business .section.active .deliver05 .swiper {
  transform: translateY(0);
  opacity: 1;
}
.business .pic {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 90, 224, 0.2);
}
.business .pic img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
  mix-blend-mode: multiply;
}
.business .pic::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-blend-mode: multiply;
}
.business .pic::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.2);
}
.business .pic.multiply img {
  mix-blend-mode: unset ;
}
.business .pic.multiply video {
  mix-blend-mode: unset ;
}
.business .pic.multiply::before {
  display: none;
}
.business .pic.nocover img {
  mix-blend-mode: unset ;
}
.business .pic.nocover video {
  mix-blend-mode: unset ;
}
.business .pic.nocover::before {
  display: none;
}
.business .pic.nocover::after {
  display: none;
}
.business .video {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 90, 224, 0.2);
}
.business .video video {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
  mix-blend-mode: multiply;
}
.business .video::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-blend-mode: multiply;
}
.business .video::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.2);
}
.business .video.multiply video {
  mix-blend-mode: unset ;
}
.business .video.multiply::before {
  display: none;
}
.business .video.nocover video {
  mix-blend-mode: unset ;
}
.business .video.nocover::before {
  display: none;
}
.business .video.nocover::after {
  display: none;
}
.business .txt {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.business .txt h2 {
  font-size: 0.48rem;
  line-height: 1.5;
  font-weight: normal;
  margin-bottom: 0.3rem;
  transform: translateY(10px);
  opacity: 0;
  min-height: 1.5em;
}
.business .txt .des {
  max-width: 500px;
  font-size: 1.125em;
  line-height: 1.667;
  font-weight: 300;
  margin-bottom: 0.4rem;
  transform: translateY(10px);
  opacity: 0;
  text-align: justify;
  min-height: 1.667em;
}
.business .txt .btn {
  transform: translateY(10px);
  opacity: 0;
}
.business .txt .container {
  position: relative;
  z-index: 2;
  color: #fff;
}
@media (min-width: 1921px) {
  .business .txt .des {
    max-width: 5.15rem;
  }
}
.business02 {
  height: 100%;
  padding-top: var(--headerHeight);
  background-color: #f3f8ff;
}
.business02 .title-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 0.5rem;
}
.business02 .swiper-button-wrap {
  display: flex;
}
.business02 .swiper-button-wrap .swiper-button-next {
  margin-left: 0.2rem;
  position: static !important;
  background-color: #fff;
}
.business02 .swiper-button-wrap .swiper-button-next:hover {
  background-color: #005ae0;
}
.business02 .swiper-button-wrap .swiper-button-prev {
  position: static !important;
  background-color: #fff;
}
.business02 .swiper-button-wrap .swiper-button-prev:hover {
  background-color: #005ae0;
}
.business02 .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding-bottom: 0.5rem;
}
.business02 .container .swiper {
  flex: 1;
  width: 100%;
  overflow: visible;
  max-height: 620px;
}
.business02 .container a {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  padding: 0.2rem;
  transition: 0.3s;
  display: flex;
  flex-direction: column;
}
.business02 .container a:hover {
  background-color: #005ae0;
}
.business02 .container a:hover .swiper-pic img {
  transform: scale(1.1);
}
.business02 .container a:hover .swiper-txt h2 {
  color: #fff;
}
.business02 .container a:hover .swiper-txt .des {
  color: #fff;
}
.business02 .container a:hover .icon-list .icon {
  border-color: rgba(207, 213, 223, 0.302);
}
.business02 .container a:hover .icon-list .icon img {
  filter: grayscale(100%) brightness(300%);
  opacity: 0.8;
}
.business02 .container a:hover .icon-list .sub-txt {
  color: rgba(255, 255, 255, 0.502);
}
.business02 .container .swiper-pic {
  flex: 1;
  max-height: 2.26rem;
  position: relative;
  overflow: hidden;
  margin-bottom: 0.35rem;
}
.business02 .container .swiper-pic img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
  left: 0;
  top: 0;
}
.business02 .container .swiper-txt {
  padding: 0 0.1rem;
}
.business02 .container .swiper-txt h2 {
  font-weight: normal;
  color: #333333;
  line-height: 1.2;
  margin-bottom: 0.1rem;
}
.business02 .container .swiper-txt .des {
  color: #555555;
  line-height: 1.5;
  min-height: 3em;
  margin-bottom: 0.1rem;
}
.business02 .container .icon-list {
  --padding: 0.13rem;
  display: flex;
  flex-wrap: wrap;
  margin-left: calc(var(--padding) * -1);
  margin-right: calc(var(--padding) * -1);
}
.business02 .container .icon-list li {
  width: 25%;
  margin-bottom: 0.2rem;
}
.business02 .container .icon-list .icon {
  padding-top: calc(100% - (var(--padding) * 2));
  border-radius: 0.08rem;
  border: 1px solid #cfd5df;
  position: relative;
  margin: 0 var(--padding);
}
.business02 .container .icon-list .icon img {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  max-height: 100%;
  max-width: 78%;
  max-height: 75%;
}
.business02 .container .icon-list .sub-txt {
  text-align: center;
  font-size: 0.875em;
  color: #999999;
  line-height: 1.2;
  margin-top: 0.08rem;
}
@media (max-width: 1024px) {
  .business02 .title-wrap {
    margin-bottom: 0.2rem;
  }
  .business02 .container .swiper {
    max-height: 13rem;
  }
  .business02 .container .swiper-pic {
    max-height: 3.3rem;
    margin-bottom: 0.15rem;
  }
  .business02 .container .icon-list {
    --padding: 0.4rem;
  }
  .business02 .container .icon-list li {
    width: 33.33%;
  }
}
.business03 {
  height: 100%;
  display: flex;
}
.business03 .item {
  width: 20%;
  transition: 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95);
  position: relative;
}
.business03 .item:hover {
  width: 37.5%;
}
.business03 .item:hover .sub-txt::before {
  opacity: 1;
}
.business03 .item:hover .sub-txt h2 span {
  left: 0.4rem;
  top: 0.5rem;
  transform: translate(0, 0);
}
.business03 .item:hover .sub-txt .des {
  opacity: 1;
  transform: translateY(0);
  transition-duration: 0.5s;
  transition-delay: 0.5s;
}
.business03 .item .img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-size: auto 100%;
  background-position: center;
}
.business03 .item .sub-txt {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 0.5rem 0.4rem;
  color: #fff;
  transition: 0.5s;
}
.business03 .item .sub-txt::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-image: linear-gradient(90deg, rgba(50, 58, 73, 0.502) 0%, rgba(50, 58, 73, 0.502) 100%);
  opacity: 0;
  transition: 0.5s;
}
.business03 .item .sub-txt .des {
  text-align: justify;
}
.business03 .item .sub-txt h2 {
  font-size: 0.36rem;
  font-weight: normal;
  height: 0.36rem;
  margin-bottom: 0.2rem;
}
.business03 .item .sub-txt h2 span {
  position: absolute;
  line-height: 1;
  left: 50%;
  top: calc(50% + 0.2rem);
  transform: translate(-50%, -50%);
  transition: 0.5s;
}
.business03 .item .sub-txt .des {
  font-size: 1.125em;
  line-height: 1.667;
  opacity: 0;
  transform: translateY(0.5rem);
}
@media (max-width: 1024px) {
  .business03 .item:hover {
    width: 90%;
  }
  .business03 .item:hover .sub-txt h2 span {
    left: 0.3rem;
  }
  .business03 .item .sub-txt {
    padding: 0.5rem 0.3rem;
  }
}
.business04 {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
}
.business04::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.25);
}
.business04 .sub-txt {
  width: 58.85416667%;
  display: flex;
  justify-content: flex-end;
  background-color: rgba(41, 61, 91, 0.8);
  color: #fff;
  z-index: 2;
  position: relative;
  transform: translateX(-100px);
  opacity: 0;
  transition: 0.3s;
}
.business04 .sub-txt .container {
  margin: 0;
  max-width: 770px;
  padding-right: 1.4rem;
  padding-top: 0.26rem;
  padding-bottom: 0.45rem;
}
.business04 .sub-txt .more {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0.6rem;
  height: 0.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-color: #005ae0;
  transition: 0.3s;
}
.business04 .sub-txt .more:hover {
  opacity: 0.8;
}
@media (max-width: 1024px) {
  .business04 .sub-txt {
    width: 100%;
    justify-content: center;
  }
  .business04 .sub-txt .container {
    width: 100%;
    padding: 0 ;
    max-width: 100%;
  }
}
.industry01 .txt .des {
  max-width: 720px;
}
@media (min-width: 1921px) {
  .industry01 .txt .des {
    max-width: 7.2rem;
  }
}
.industry02 .inner {
  display: flex;
  height: 100%;
}
.industry02 .sub-txt {
  width: 50%;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.industry02 .sub-txt .column-title {
  margin-bottom: 0.4rem;
  opacity: 0;
  transform: translateY(10px);
  transition-duration: 0.3s;
  transition-delay: 0.3s;
}
.industry02 .sub-txt .container {
  max-width: 600px;
  margin: 0;
  padding-right: 1.1rem;
}
.industry02 .sub-txt .sub-des {
  font-size: 1.125em;
  line-height: 1.667;
  text-align: justify;
  margin-bottom: 0.4rem;
  opacity: 0;
  transform: translateY(10px);
  transition-duration: 0.3s;
  transition-delay: 0.6s;
}
.industry02 .sub-txt .sub-btn {
  opacity: 0;
  transform: translateY(10px);
  transition-duration: 0.3s;
  transition-delay: 0.9s;
}
.industry02 .img {
  height: 100%;
  width: 50%;
  position: relative;
}
.industry02 .img .sub-pic {
  height: 100%;
  position: relative;
  background-color: transparent;
}
.industry02 .img .sub-pic img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
}
.industry02 .img .sub-pic .open-btn {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 90, 224, 0.102);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
  flex-direction: column;
  color: #fff;
  transition: 0.3s;
  cursor: pointer;
}
.industry02 .img .sub-pic .open-btn .iconfont {
  font-size: 0.65rem;
}
.industry02 .img .sub-pic .open-btn .txt {
  font-size: 1.25em;
  font-family: "Myriad Pro";
  position: static;
  height: auto;
  width: auto;
}
.industry02 .img .sub-pic .open-btn:hover {
  color: #005ae0;
}
.industry02 .img .video {
  height: 100%;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  transition: 0.3s;
}
.industry02 .img .video video {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 0;
  left: 0;
  top: 0;
  object-fit: cover;
}
.industry02 .img .video.active {
  opacity: 1;
  z-index: 2;
}
.industry02:nth-of-type(2n + 1) .inner {
  flex-direction: row-reverse;
}
.industry02:nth-of-type(2n + 1) .sub-txt {
  justify-content: flex-start;
}
.industry02:nth-of-type(2n + 1) .sub-txt .container {
  max-width: 600px;
  margin: 0;
  padding-right: 0;
  padding-left: 1.1rem;
}
@media (min-width: 1921px) {
  .industry02 .sub-txt .container {
    max-width: 6rem;
  }
}
@media (max-width: 1024px) {
  .industry02 {
    height: auto !important;
  }
  .industry02 .fp-tableCell {
    height: auto !important;
  }
  .industry02 .inner {
    flex-direction: column !important;
  }
  .industry02 .img,
  .industry02 .sub-txt {
    width: 100%;
  }
  .industry02 .sub-txt .container {
    margin: 0 auto !important;
    padding: 0.5rem 0 !important;
  }
  .industry02 .img .sub-pic {
    padding-top: 100%;
    position: relative;
  }
  .industry02 .img .sub-pic img {
    position: absolute;
    width: 100%;
    left: 0;
    height: 100%;
    top: 0;
    object-fit: cover;
  }
}
.deliver01 .pic {
  background-color: rgba(0, 90, 224, 0.1);
}
.deliver02 {
  height: 100%;
  padding-top: calc(var(--headerHeight) + 0.2rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.deliver02 .column-title {
  margin-bottom: 0.2rem;
}
.deliver02 .img {
  position: relative;
  margin-left: 3.6rem;
}
.deliver02 .img img {
  width: 100%;
}
.deliver02 .sub-txt {
  font-size: 1.125em;
  line-height: 1.667;
  text-align: justify;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 1rem;
}
.deliver02 .sub-txt .txt-inner {
  max-width: 400px;
}
.deliver02 .link-list .item {
  width: 0;
  height: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
}
.deliver02 .link-list .item:nth-of-type(1) {
  left: 35.57692308%;
  top: 12.83783784%;
}
.deliver02 .link-list .item:nth-of-type(2) {
  left: 12.82051282%;
  top: 58.10810811%;
}
.deliver02 .link-list .item:nth-of-type(3) {
  left: 36.53846154%;
  top: 71.62162162%;
}
.deliver02 .link-list .item:nth-of-type(4) {
  left: 62.82051282%;
  top: 90%;
}
.deliver02 .link-list .item:nth-of-type(5) {
  left: 14.1%;
  top: 8.1%;
}
.deliver02 .link-list .item:nth-of-type(6) {
  left: 60.25641026%;
  top: 10.13513514%;
}
.deliver02 .link-list .item:nth-of-type(7) {
  left: 80.8974359%;
  top: 81.08108108%;
}
.deliver02 .link-list .item:nth-of-type(8) {
  left: 79.93589744%;
  top: 17.16216216%;
}
.deliver02 .link-list a {
  width: 1.4rem;
  height: 1.4rem;
  display: block;
  flex-shrink: 0;
}
@media (min-width: 1921px) {
  .deliver02 .img {
    margin-left: 18.75%;
  }
  .deliver02 .sub-txt .txt-inner {
    max-width: 4rem;
  }
}
@media (max-width: 1024px) {
  .deliver02 .column-title {
    margin-bottom: 0.5rem;
  }
  .deliver02 .img {
    margin-left: 0;
  }
  .deliver02 .sub-txt {
    position: static ;
    transform: translate(0);
    margin-top: 0.5rem;
  }
  .deliver02 .sub-txt .txt-inner {
    max-width: 100%;
  }
}
.deliver03 .sub-txt {
  position: relative;
  z-index: 2;
}
.deliver03 .column-title {
  margin-bottom: 0.35rem;
  transform: translateY(10px);
  opacity: 0;
  transition-duration: 0.3s;
  transition-delay: 0.3s;
}
.deliver03 .column-des {
  margin-bottom: 0.4rem;
  transform: translateY(10px);
  opacity: 0;
  transition-duration: 0.3s;
  transition-delay: 0.6s;
}
.deliver03 .img {
  transform: translateY(10px);
  opacity: 0;
  transition-duration: 0.3s;
  transition-delay: 0.9s;
}
@media (max-height: 860px) {
  .deliver03 .img img {
    max-height: 450px;
  }
}
@media (max-height: 760px) {
  .deliver03 .img img {
    max-height: 400px;
  }
}
.deliver04 {
  height: 100%;
  padding-top: var(--headerHeight);
}
.deliver04 .title-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 0.2rem;
  transform: translateY(10px);
  opacity: 0;
  transition-duration: 0.3s;
  transition-delay: 0.3s;
}
.deliver04 .swiper {
  transform: translateY(10px);
  opacity: 0;
  transition-duration: 0.3s;
  transition-delay: 0.6s;
}
.deliver04 .swiper-slide {
  display: flex;
  height: auto;
}
.deliver04 a {
  background-color: #f3f8ff;
  display: block;
}
.deliver04 .swiper-button-wrap {
  display: flex;
}
.deliver04 .swiper-button-wrap .swiper-button-next {
  margin-left: 0.2rem;
  position: static !important;
  background-color: #fff;
}
.deliver04 .swiper-button-wrap .swiper-button-next:hover {
  background-color: #005ae0;
}
.deliver04 .swiper-button-wrap .swiper-button-prev {
  position: static !important;
  background-color: #fff;
}
.deliver04 .swiper-button-wrap .swiper-button-prev:hover {
  background-color: #005ae0;
}
.deliver04 .sub-pic {
  padding-top: 60.34482759%;
  position: relative;
}
.deliver04 .sub-pic img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
}
.deliver04 .sub-txt {
  padding: 0.3rem 0.4rem;
  color: #333;
}
.deliver04 .sub-txt h2 {
  font-size: 1.5em;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 0.1rem;
}
.deliver04 .sub-txt .des {
  color: #555555;
  line-height: 1.5;
  text-align: justify;
  font-weight: 300;
}
.deliver04 .sub-txt .des .dot5 {
  height: 7.5em;
}
.deliver04 .sub-txt .des .dot6 {
  height: 9em;
}
.deliver04 .sub-txt .des .dot4 {
  height: 6em;
}
.deliver04 .sub-txt h3 {
  font-weight: 500;
  color: #333333;
  line-height: 1.2;
  font-size: 1.125em;
  margin-top: 0.2rem;
  margin-bottom: 0.13rem;
}
.deliver04 .swiper {
  overflow: visible;
}
.deliver05 {
  background-color: #f3f8ff;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.deliver05 .column-title {
  margin-bottom: 0.3rem;
  width: 100%;
  padding-bottom: 0.2rem;
  transform: translateY(10px);
  opacity: 0;
  transition-duration: 0.3s;
  transition-delay: 0.3s;
}
.deliver05 .column-des {
  margin-bottom: 0.4rem;
  width: 100%;
  padding-bottom: 0.2rem;
  transform: translateY(10px);
  opacity: 0;
  transition-duration: 0.3s;
  transition-delay: 0.6s;
}
.deliver05 .swiper {
  transform: translateY(10px);
  opacity: 0;
  transition-duration: 0.3s;
  transition-delay: 0.9s;
}
.deliver05 .swiper-slide {
  display: flex;
  padding: 0.3rem 0.3rem 0.3rem 0.7rem;
  background-color: #fff;
}
.deliver05 .swiper-slide .sub-pic {
  width: 62.72727273%;
}
.deliver05 .swiper-slide .sub-pic .img {
  padding-top: 60%;
  position: relative;
}
.deliver05 .swiper-slide .sub-pic .img img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
}
.deliver05 .swiper-slide .sub-txt {
  flex: 1;
  padding-top: 0.36rem;
}
.deliver05 .swiper-slide .icon {
  margin-bottom: 0.2rem;
}
.deliver05 .swiper-slide .icon img {
  max-width: 2.75em;
}
.deliver05 .swiper-slide h2 {
  color: #005ae0;
  font-weight: normal;
  font-size: 0.3rem;
  margin-bottom: 0.1rem;
}
.deliver05 .swiper-slide .sub-des {
  font-size: 1.125em;
  line-height: 2;
}
.deliver05 .swiper-pagination {
  position: absolute;
  left: 0.7rem;
  bottom: 0.3rem !important;
  z-index: 2;
  width: auto;
  display: flex;
  align-items: baseline;
  color: #999;
  line-height: 1;
}
.deliver05 .swiper-pagination .swiper-pagination-current {
  font-size: 0.48rem;
  font-family: "Roboto";
  color: #005ae0;
}
.deliver05 .swiper-pagination .swiper-pagination-total {
  margin-left: 0.05rem;
}
.deliver05 .swiper-pag .swiper-slide {
  padding: 0;
}
.deliver05 .swiper-pag .com-swiper-pagi {
  width: auto !important;
  left: 2.7rem;
}
@media (max-width: 1024px) {
  .deliver05 {
    padding-top: calc(var(--headerHeight) + 0.2rem);
  }
  .deliver05 .column-des {
    display: box;
    display: -webkit-box;
    display: -moz-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
  .deliver05 .swiper-slide {
    flex-direction: column-reverse;
    padding: 0.3rem 0.3rem 0.8rem 0.3rem;
  }
  .deliver05 .swiper-slide .sub-pic {
    width: 100%;
  }
  .deliver05 .swiper-pagination {
    left: 0.3rem;
  }
}
@media (max-height: 860px) {
  .deliver05 .swiper-slide .sub-pic {
    width: 50%;
  }
}
.network01 .txt .des {
  max-width: 510px;
}
@media (min-width: 1921px) {
  .network01 .txt .des {
    max-width: 5.1rem;
  }
}
.network02 .sub-inner {
  text-align: center;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.network02 .sub-inner h2 {
  font-size: 0.48rem;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 1rem;
  transform: translateY(10px);
  opacity: 0;
  transition: 0.3s;
}
.network02 .icon-list {
  --size: 1.2rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.network02 .icon-list .item {
  transform: translateY(10px);
  opacity: 0;
  transition-duration: 0.3s;
  transition-delay: calc(var(--index) * 0.3s);
}
.network02 .icon-list .item:nth-of-type(4n+2) .icon::before {
  transform: rotate(90deg);
}
.network02 .icon-list .item:nth-of-type(4n+3) .icon::before {
  transform: rotate(180deg);
}
.network02 .icon-list .item:nth-of-type(4n) .icon::before {
  transform: rotate(270deg);
}
.network02 .icon-list .icon {
  margin: 0 auto 0.3rem;
  width: var(--size);
  height: var(--size);
  position: relative;
}
.network02 .icon-list .icon img {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  max-height: 100%;
  max-width: 50%;
  max-height: 50%;
}
.network02 .icon-list .icon::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../png/icon_bg-2.png) center / contain no-repeat;
  opacity: 0.7;
}
.network02 .count-wrap {
  display: flex;
  align-items: baseline;
  justify-content: center;
}
.network02 .count-wrap .count {
  font-size: 0.36rem;
  margin-right: 0.1rem;
}
.network02 .sub-des {
  font-size: 1.125em;
}
@media (max-width: 1024px) {
  .network02 .icon-list {
    justify-content: space-around;
  }
  .network02 .icon-list .item {
    min-width: 34%;
    margin-bottom: 0.5rem;
  }
}
.network03 .pic {
  background-color: rgba(0, 90, 224, 0.3);
}
.network03 .pic::after {
  background-color: rgba(0, 0, 0, 0.1);
}
.network03 .content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  padding-top: 0.6rem;
}
.network03 .content h2 {
  text-align: center;
  font-weight: normal;
  font-size: 0.48rem;
  line-height: 1.2;
  margin-bottom: 0.17rem;
}
.network03 .content h3 {
  text-align: center;
  font-size: 0.3rem;
  line-height: 1.2;
  font-weight: normal;
  margin-bottom: 0.4rem;
}
.network03 .content .swiper {
  width: 100%;
  padding: 0 0.15rem;
  margin: 0 auto;
}
.network03 .swiper-tab {
  max-width: 1200px;
  margin: 0 auto 0.4rem;
}
.network03 .swiper-tab .swiper-slide {
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0.18rem 0 0.1rem;
  cursor: pointer;
}
.network03 .swiper-tab .swiper-slide:hover::before {
  background-color: rgba(255, 255, 255, 0.3);
}
.network03 .swiper-tab .swiper-slide::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(255, 255, 255, 0.1);
  transform-origin: left bottom;
  transform: skewX(-12deg);
  border-radius: 0.2rem 0.12rem 0.2rem 0.12rem;
  transition: 0.3s;
}
.network03 .swiper-tab .swiper-slide .index {
  font-size: 0.36rem;
  font-family: "Roboto";
  color: rgba(255, 255, 255, 0.2);
  position: absolute;
  left: 0;
  left: 0.3rem;
  top: 0;
}
.network03 .swiper-tab .swiper-slide .icon {
  width: 0.52rem;
  height: 0.52rem;
  margin: 0 auto 0.05rem;
  position: relative;
  z-index: 2;
  transform: translateX(0.1rem);
}
.network03 .swiper-tab .swiper-slide .icon img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.network03 .swiper-tab .swiper-slide .dot {
  line-height: 1.556;
  position: relative;
  z-index: 2;
}
.network03 .swiper-tab .swiper-slide-thumb-active::before {
  background-color: #005ae0 !important;
}
.network03 .swiper-main .swiper-slide {
  opacity: 0 !important;
}
.network03 .swiper-main .swiper-slide-active {
  opacity: 1 !important;
}
@media (max-height: 860px) {
  .network03 .swiper-main img {
    max-height: 450px;
  }
}
@media (max-height: 760px) {
  .network03 .swiper-main img {
    max-height: 350px;
  }
}
.network04 .pic {
  z-index: 2;
}
.network04 .pic .open-btn {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.65rem;
  cursor: pointer;
}
.network04 .pic .open-btn i {
  color: rgba(255, 255, 255, 0.502);
  transition: 0.3s;
}
.network04 .pic .open-btn i:hover {
  color: #005ae0;
}
.network04 .video {
  background-color: #000;
}
.network04 .video video {
  mix-blend-mode: unset;
  object-fit: contain;
}
.network04 .video::after {
  display: none;
}
.top-news {
  background-color: #f3f8ff;
  padding-top: 0.8rem;
  padding-bottom: 0.3rem;
}
.top-news .container {
  position: relative;
}
.top-news a {
  display: flex;
  background-color: #fff;
  align-items: center;
}
.top-news a .img {
  width: 50%;
  align-self: stretch;
}
.top-news a .img .pic {
  height: 100%;
}
.top-news a .img .pic {
  position: relative;
  padding-top: 66.66666667%;
  overflow: hidden;
}
.top-news a .img .pic img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
  transition: 0.3s;
}
.top-news a .img .pic img:hover {
  transform: scale(1.1);
}
.top-news a .txt {
  width: 50%;
  padding: 0.6rem;
}
.top-news a h2 {
  font-size: 1.25em;
  color: #333333;
  line-height: 1.5;
  margin-bottom: 0.35rem;
}
.top-news a .des {
  color: #555555;
  line-height: 1.875;
  margin-bottom: 0.5rem;
}
.top-news .swiper-pagination {
  position: absolute;
  right: 0.6rem;
  left: auto;
  bottom: 0.45rem !important;
  z-index: 2;
  width: auto;
  display: flex;
  align-items: baseline;
  color: #999;
  line-height: 1;
}
.top-news .swiper-pagination .swiper-pagination-current {
  font-size: 0.48rem;
  font-family: "Roboto";
  color: #005ae0;
}
.top-news .swiper-pagination .swiper-pagination-total {
  margin-left: 0.05rem;
}
.top-news .swiper-pag {
  position: absolute;
  bottom: 0.45rem;
  z-index: 2;
  left: 50%;
  width: 50%;
}
.top-news .swiper-pag .swiper-slide {
  padding: 0;
}
.top-news .swiper-pag .com-swiper-pagi {
  width: auto !important;
  left: 0.6rem;
  justify-content: flex-start;
  bottom: 0 !important;
}
@media (max-width: 768px) {
  .top-news a {
    flex-direction: column;
  }
  .top-news a .img {
    width: 100%;
  }
  .top-news a .txt {
    width: 100%;
  }
  .top-news .swiper-pag {
    left: 0;
  }
}
.news-tab {
  margin-bottom: 0.3rem;
  background-color: #f3f8ff;
  overflow: hidden;
}
.news-tab .container {
  display: flex;
  align-items: baseline;
  font-family: "Roboto";
}
.news-tab .item {
  margin-right: 0.9rem;
  padding: 0.07rem 0;
  display: flex;
  position: relative;
}
.news-tab .item a {
  display: block;
  color: #999999;
  transition: 0.3s;
  font-size: 1.5em;
}
.news-tab .item a:hover {
  color: #005ae0;
}
.news-tab .item::before {
  content: '';
  background-image: -moz-linear-gradient(0deg, #005ae0 0%, #005ae0 49%, rgba(0, 90, 224, 0) 100%);
  background-image: -webkit-linear-gradient(0deg, #005ae0 0%, #005ae0 49%, rgba(0, 90, 224, 0) 100%);
  background-image: -ms-linear-gradient(0deg, #005ae0 0%, #005ae0 49%, rgba(0, 90, 224, 0) 100%);
  width: 100%;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  transition: 0.3s;
}
.news-tab .item.active a {
  font-size: 1.875em;
  color: #005ae0;
}
.news-tab .item.active::before {
  width: 100%;
}
@media (max-width: 1024px) {
  .news-tab .container {
    white-space: nowrap;
    overflow-y: auto;
  }
}
.news {
  padding-bottom: 0.8rem;
}
.news .news-list {
  padding-bottom: 0.2rem;
}
.news-list .item {
  margin-bottom: 0.4rem;
  transition: 0.3s;
}
.news-list .item:hover {
  background-color: #f3f8ff;
}
.news-list a {
  display: flex;
}
.news-list a:hover .time-wrap .more::before {
  background-color: #005ae0;
}
.news-list a:hover .time-wrap .time {
  color: #005ae0;
}
.news-list .img {
  width: 30%;
  flex-shrink: 0;
  margin-right: 0.4rem;
}
.news-list .img .pic {
  position: relative;
  padding-top: 66.66666667%;
  overflow: hidden;
}
.news-list .img .pic img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
  transition: 0.3s;
}
.news-list .img .pic img:hover {
  transform: scale(1.1);
}
.news-list .txt {
  flex: 1;
  color: #333333;
  border-bottom: 1px solid #eee;
  display: flex;
  align-items: center;
}
.news-list .txt h2 {
  font-size: 1.25em;
  font-weight: 500;
  margin-bottom: 0.15rem;
}
.news-list .txt .des {
  color: #555555;
  line-height: 1.875;
}
.news-list .time-wrap .more {
  width: 0.35rem;
  height: 0.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-top: 0.45rem;
}
.news-list .time-wrap .more::before {
  content: '';
  width: 100%;
  height: 100%;
  background-color: #eeeeee;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 0.05rem 0.03rem 0.05rem 0.03rem;
  transform-origin: 50% 50%;
  transform: skewX(-12deg);
  transition: 0.3s;
}
.news-list .time-wrap .more .iconfont {
  position: relative;
  z-index: 2;
  font-size: 0.875em;
  color: #fff;
}
.news-list .info {
  flex: 1;
}
@media (min-width: 1025px) {
  .news-list .time-wrap {
    padding-left: 0.6rem;
    margin-left: 0.6rem;
    white-space: nowrap;
    flex-direction: column;
    display: flex;
    align-items: center;
    text-align: center;
    border-left: 1px solid #eee;
  }
  .news-list .time-wrap .time {
    font-family: "Roboto";
    color: #171a20;
    transition: 0.3s;
  }
  .news-list .time-wrap .time .day {
    font-size: 0.36rem;
    border-bottom: 1px solid #eee;
    line-height: 1;
    padding-bottom: 0.05rem;
  }
  .news-list .time-wrap .time .year {
    line-height: 1.875;
    padding: 0.1rem 0.05rem;
    line-height: 1;
  }
}
@media (max-width: 1024px) {
  .news-list .img {
    width: 2.8rem;
    margin-right: 0.2rem;
  }
  .news-list .txt {
    flex-direction: column;
  }
  .news-list .txt h2 {
    margin-bottom: 0;
  }
  .news-list .txt h2 .dot2 {
    -webkit-line-clamp: 1;
  }
  .news-list .txt .des .dot4 {
    -webkit-line-clamp: 2;
  }
  .news-list .time-wrap {
    width: 100%;
    display: flex;
    justify-content: space-between;
    color: #666;
  }
  .news-list .time-wrap .day::after {
    content: '-';
  }
  .news-list .time-wrap .time {
    display: flex;
  }
  .news-list .time-wrap .more {
    margin-top: 0;
  }
}
.Pages {
  text-align: center;
  font-size: 0;
}
.Pages .p_cur,
.Pages .p_count,
.Pages .p_total,
.Pages .a_first,
.Pages .p_jump {
  display: none;
}
.Pages .a_end {
  width: auto;
  padding: 0 0.15rem;
}
.Pages .num {
  display: inline-block;
}
.Pages a {
  display: inline-block;
  width: 0.4rem;
  height: 0.4rem;
  text-align: center;
  line-height: 0.38rem;
  margin: 0 0.05rem;
  border: 1px solid #eeeeee;
  color: #313131;
  font-size: 0.14rem;
  vertical-align: top;
  transition: 0.3s;
  border-radius: 3px;
  background-color: #fff;
}
.Pages a:hover {
  border-color: #005ae0;
  color: #fff;
  background-color: #005ae0;
}
.Pages .a_cur {
  background-color: #005ae0;
  color: #fff;
  border-color: #005ae0;
}
.Pages .a_prev,
.Pages .a_next {
  font-size: 0;
  position: relative;
}
.Pages .a_prev.disabled::before,
.Pages .a_next.disabled::before {
  border-color: #eee;
}
.Pages .a_prev::before,
.Pages .a_next::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  max-height: 100%;
  z-index: 3;
  width: 0.08rem;
  height: 0.08rem;
  border-left: 1px solid #313131;
  border-bottom: 1px solid #313131;
  transform: rotate(45deg);
}
.Pages .a_prev:hover,
.Pages .a_next:hover {
  background-color: #005ae0;
  border-color: #005ae0;
}
.Pages .a_prev:hover::before,
.Pages .a_next:hover::before {
  border-color: #fff;
}
.Pages .a_next::before {
  transform: rotate(225deg);
}
@media (max-width: 1024px) {
  .Pages a {
    font-size: 0.24rem;
    width: 0.6rem;
    height: 0.6rem;
    line-height: 0.56rem;
  }
}
.news-info {
  padding-bottom: 1rem;
  padding-top: 0.6rem;
}
.news-info .title-wrap {
  padding-bottom: 0.3rem;
  border-bottom: 1px solid #eee;
}
.news-info .title-wrap h1 {
  font-size: 0.3rem;
  color: #333333;
  line-height: 1.5;
  font-weight: 500;
  text-align: center;
  margin-bottom: 0.05rem;
}
.news-info .title-wrap .time {
  color: #555555;
  display: flex;
  justify-content: center;
  font-weight: lighter;
}
.news-info .title-wrap .time span + span {
  margin-left: 0.3rem;
}
.news-info .btn-wrap {
  display: flex;
  padding: 0.3rem 0;
  border-top: 1px solid #eee;
}
.news-info .btn-wrap .links {
  flex: 1;
}
.news-info .btn-wrap .links .item {
  display: flex;
}
.news-info .btn-wrap .links .item + .item {
  margin-top: 0.07rem;
}
.news-info .btn-wrap .links .label {
  color: #999;
  flex-shrink: 0;
}
.news-info .btn-wrap .links .dot {
  transition: 0.3s;
}
.news-info .btn-wrap .back {
  flex-shrink: 0;
}
@media (max-width: 1024px) {
  .news-info .btn-wrap {
    flex-direction: column;
    align-items: center;
  }
  .news-info .btn-wrap .back {
    margin-top: 0.3rem;
  }
}
.flex-box {
  display: flex;
}
@media (max-width: 1024px) {
  .flex-box {
    display: block;
  }
}
.environment01 {
  padding-top: 0.47rem;
  padding-bottom: 0.88rem;
}
.environment01 .column-title {
  margin-bottom: 0.35rem;
}
.environment01 .txt {
  flex: 1;
  padding-right: 0.3rem;
}
.environment01 .pic-list {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
}
.environment01 .pic-list .item {
  width: calc(50% - 0.25rem);
  margin-left: 0.25rem;
  margin-bottom: 0.25rem;
  position: relative;
}
.environment01 .pic-list .pic {
  position: relative;
  padding-top: 60.14492754%;
  overflow: hidden;
}
.environment01 .pic-list .pic img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
  transition: 0.3s;
}
.environment01 .pic-list .pic img:hover {
  transform: scale(1.1);
}
.environment01 .pic-list .des {
  position: absolute;
  width: 100%;
  top: 0;
  text-align: center;
  background-color: rgba(0, 90, 224, 0.451);
  color: #fff;
  font-size: 1.125em;
  line-height: 0.45rem;
}
@media (max-width: 1024px) {
  .environment01 .txt {
    padding-right: 0;
  }
  .environment01 .pic-list {
    width: 100%;
    margin-left: -0.13rem;
    margin-right: -0.13rem;
  }
  .environment01 .pic-list .item {
    margin: 0 0.12rem 0.25rem;
  }
}
.environment02 {
  padding-top: 1.35rem;
  padding-bottom: 1.6rem;
}
.environment02 h2 {
  font-size: 0.36rem;
  color: #ffffff;
  text-align: center;
  line-height: 1.667;
  font-weight: 500;
}
.environment03 {
  padding-top: 0.88rem;
}
.environment03 .column-title {
  margin-bottom: 0.37rem;
}
.environment04 {
  padding-top: 0.6rem;
  padding-bottom: 1.2rem;
}
.environment04 .column-title {
  margin-bottom: 0.35rem;
}
.environment04 .txt {
  flex: 1;
  padding-right: 0.8rem;
}
.environment04 .pic {
  width: 50%;
}
.environment04 .pic img {
  width: 100%;
}
@media (max-width: 1024px) {
  .environment04 .txt {
    padding-right: 0;
  }
  .environment04 .pic {
    width: 100%;
  }
}
.com-pic-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.15rem;
  margin-right: -0.15rem;
}
.com-pic-list .col {
  width: calc((100% / 3) - 0.3rem);
  margin: 0 0.15rem;
}
@media (max-width: 1200px) {
  .com-pic-list .col {
    width: calc((100% / 3) - 0.3rem);
  }
}
@media (max-width: 1024px) {
  .com-pic-list .col {
    width: calc((100% / 2) - 0.3rem);
  }
}
@media (max-width: 768px) {
  .com-pic-list .col {
    width: calc((100% / 2) - 0.3rem);
  }
}
.com-pic-list a:hover .txt {
  background-color: #005ae0;
  color: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 90, 224, 0.5);
}
.com-pic-list .item {
  margin-bottom: 0.3rem;
}
.com-pic-list .pic {
  position: relative;
  padding-top: 50%;
  overflow: hidden;
}
.com-pic-list .pic img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
  transition: 0.3s;
}
.com-pic-list .pic img:hover {
  transform: scale(1.1);
}
.com-pic-list .txt {
  background-color: #f3f8ff;
  color: #333333;
  padding: 0.35rem 0.1rem 0.1rem 0.3rem;
  transition: 0.3s;
}
.com-pic-list .txt h2 {
  font-size: 1.75em;
  margin-bottom: 0.1rem;
  line-height: 1.2;
  font-weight: normal;
}
.com-pic-list .txt .des {
  font-size: 1.125em;
  line-height: 1.667;
  min-height: 6.668em;
}
.society01 {
  padding-top: 0.5rem;
  padding-bottom: 1.1rem;
}
.society01 .column-title {
  margin-bottom: 0.2rem;
}
.society02 {
  color: #fff;
  padding: 1rem 0;
  min-height: 6rem;
  display: flex;
  align-items: center;
}
.society03 {
  padding-top: 0.75rem;
  padding-bottom: 0.5rem;
}
.society03 .column-title {
  margin-bottom: 0.37rem;
}
.loadmore {
  display: flex;
  align-items: center;
  justify-content: center;
}
.loadmore i {
  display: inline-block;
  animation: loadmore 2s infinite linear;
  width: 0.4rem;
  height: 0.4rem;
  background: url(../svg/loading-2.svg) center / contain no-repeat;
}
@keyframes loadmore {
  0% {
    transform: rotateZ(0deg);
  }
  100% {
    transform: rotateZ(360deg);
  }
}
.notice {
  padding-top: 0.45rem;
  padding-bottom: 0.9rem;
}
.notice .column-title {
  margin-bottom: 0.5rem;
}
.notice-list {
  border-top: 1px solid #eee;
  margin-bottom: 0.6rem;
}
.notice-list .item {
  border-bottom: 1px solid #eee;
}
.notice-list a {
  margin-left: -0.4rem;
  margin-right: -0.4rem;
  padding: 0 0.4rem;
  display: flex;
  line-height: 0.6rem;
  transition: 0.3s;
}
.notice-list a:hover {
  background-color: #f3f8ff;
}
.notice-list .dot {
  flex: 1;
}
.notice-list .icon {
  margin-right: 0.2rem;
  color: #005ae0;
}
.notice-list .time {
  margin-right: 0.3rem;
  color: #999999;
}
@media (max-width: 1024px) {
  .notice-list a {
    line-height: 0.7rem;
  }
}
.investor01 {
  background-color: #f3f8ff;
  padding-top: 0.5rem;
  padding-bottom: 0.9rem;
}
.investor01 .column-title {
  margin-bottom: 0.5rem;
}
.investor01 .flex-box {
  justify-content: space-between;
}
.investor01 .box {
  width: calc(50% - 0.2rem);
  background-color: #fff;
  padding: 0.3rem 0.4rem 0.4rem;
  position: relative;
}
.investor01 .title {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  line-height: 1;
  padding-bottom: 0.2rem;
  border-bottom: 1px solid #eee;
}
.investor01 .title h2 {
  font-size: 1.5em;
  font-weight: normal;
}
.investor01 .title a {
  display: flex;
  align-items: center;
  color: #005ae0;
}
.investor01 .title a .iconfont {
  margin-left: 0.13rem;
  font-size: 0.75em;
}
.investor01 .notice-list {
  margin-bottom: 0;
  border-top: 0;
}
.investor01 .notice-list a {
  line-height: 0.5rem;
}
.investor01 .notice-list a .time {
  margin-right: 0;
}
.investor01 .swiper-faq {
  height: 100%;
  margin-top: 0;
}
.investor01 .swiper-faq .swiper-slide {
  padding-top: 0.25rem;
  background-color: #fff;
}
.investor01 .swiper-faq .item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 0.13rem;
}
.investor01 .swiper-faq .item .icon {
  border-radius: 2px;
  width: 0.3rem;
  height: 0.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Roboto";
  font-size: 1.125em;
  color: #ffffff;
  background-color: #656d78;
  flex-shrink: 0;
  margin-right: 0.17rem;
  margin-top: 0.04rem;
}
.investor01 .swiper-faq .ask .des {
  font-size: 1.125em;
  color: #333333;
  line-height: 1.333;
}
.investor01 .swiper-faq .answer .icon {
  background-color: #005ae0;
}
.investor01 .swiper-faq .answer .des {
  color: #555555;
  line-height: 1.875;
}
.investor01 .swiper-faq .answer .time {
  color: #999999;
  line-height: 1.5;
  margin-top: 0.15rem;
}
.investor01 .swiper-faq .swiper-pagination {
  position: absolute;
  right: 0.4rem;
  left: auto;
  width: auto;
  bottom: 0.4rem;
}
@media (max-width: 1024px) {
  .investor01 .notice-list a {
    line-height: 0.7rem;
  }
  .investor01 .box {
    width: 100%;
    margin-bottom: 0.2rem;
  }
}
.faq {
  margin-bottom: 0.5rem;
}
.faq .swiper-wrapper {
  display: block;
}
.faq .swiper-slide {
  padding-top: 0.25rem;
  background-color: #fff;
  border-bottom: 1px solid #eee;
}
.faq .swiper-slide:first-of-type {
  border-top: 1px solid #eee;
}
.faq .item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 0.13rem;
}
.faq .item .icon {
  border-radius: 2px;
  width: 0.3rem;
  height: 0.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Roboto";
  font-size: 1.125em;
  color: #ffffff;
  background-color: #656d78;
  flex-shrink: 0;
  margin-right: 0.17rem;
  margin-top: 0.04rem;
}
.faq .ask .des {
  font-size: 1.125em;
  color: #333333;
  line-height: 1.333;
}
.faq .answer .icon {
  background-color: #005ae0;
}
.faq .answer .des {
  color: #555555;
  line-height: 1.875;
}
.faq .answer .time {
  color: #999999;
  line-height: 1.5;
  margin-top: 0.15rem;
}
.investor02 {
  padding-top: 0.77rem;
  padding-bottom: 0.9rem;
}
.investor02 .column-title {
  margin-bottom: 0.5rem;
}
.investor02 .notice-list {
  margin-bottom: 0.4rem;
}
.investor03 {
  min-height: 8rem;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
}
.investor03 svg {
  position: absolute;
  width: 0;
  height: 0;
}
.investor03 .container {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.investor03 .container .logo {
  width: 1.6rem;
  height: 1.6rem;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  max-height: 100%;
  background-color: #fff;
  border-radius: 50%;
}
.investor03 .container .logo img {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  max-height: 100%;
  max-width: 80%;
}
.investor03 .container .box {
  width: calc((100% - 0.4rem) / 2);
  position: relative;
  display: flex;
  align-items: center;
}
.investor03 .container .box .inner {
  padding-top: 51.72413793%;
}
.investor03 .container .box::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  clip-path: url(#clipPath);
  background-color: #fff;
  opacity: 0.95;
}
.investor03 .container .box:nth-of-type(2)::before {
  transform: rotate(180deg);
}
.investor03 .container .des {
  padding-left: 1.3rem;
  padding-right: 0.8rem;
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  z-index: 2;
  font-size: 1.125em;
  color: #333333;
  line-height: 2;
  font-weight: 300;
}
.investor03 .container .stock-wrap {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  z-index: 2;
  padding: 0 0.88rem;
}
.investor03 .container .stock {
  margin: 0.15rem 0;
}
.investor03 .container .stock .detail {
  display: flex;
  align-items: baseline;
  color: var(--txtcolor);
  line-height: 1;
  font-family: "Roboto";
  color: #f10000;
}
.investor03 .container .stock .detail span {
  font-size: 0.6rem;
  margin-right: 0.15rem;
}
.investor03 .container .stock .code {
  font-size: 0.875em;
  color: rgba(255, 255, 255, 0.502);
  font-weight: lighter;
  color: var(--txtcolor);
}
.investor03 .container .stock.down .detail {
  color: green;
}
.investor03 .container .stock.down .detail .iconfont {
  transform: rotate(180deg);
}
.investor03 .container .tag-wrap {
  font-size: 1.125em;
  display: flex;
  flex-wrap: wrap;
}
.investor03 .container .tag-wrap span {
  margin-right: 0.28rem;
  font-weight: 300;
  margin-bottom: 0.05rem;
}
@media (max-width: 1024px) {
  .investor03 .container {
    flex-direction: column;
  }
  .investor03 .container .box {
    width: 100% !important;
    margin: 0.2rem 0;
    overflow: hidden;
  }
  .investor03 .container .box::before {
    clip-path: url(#clipPath2);
  }
  .investor03 .container .box .inner {
    padding-top: 100%;
  }
  .investor03 .container .stock-wrap {
    padding: 0.3rem 0.6rem 1rem;
  }
  .investor03 .container .des {
    padding: 1rem 0.6rem 0.3rem;
  }
  .investor03 .container .logo {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.join {
  padding-top: 0.45rem;
}
.join .column-title {
  margin-bottom: 0.5rem;
}
.join-panel {
  display: flex;
  align-items: flex-start;
  padding-bottom: 0.75rem;
}
.join-panel .left {
  width: 71.66666667%;
  margin-right: 0.2rem;
}
.join-panel .right {
  flex: 1;
  background-color: #fff;
}
.join-panel .bgff {
  background-color: #fff;
  padding: 0.3rem 0.3rem 0.4rem;
  margin-bottom: 0.4rem;
}
.join-panel .title-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.join-panel .title-wrap h2 {
  font-size: 1.125em;
  color: #333333;
  line-height: 1.2;
  font-weight: 500;
}
.join-panel .title-wrap .search-box {
  position: relative;
  margin-bottom: 0.25rem;
}
.join-panel .title-wrap .search-box input {
  width: 2.6rem;
  height: 0.4rem;
  border: 1px solid #eeeeee;
  border-radius: 0.04rem;
  padding: 0 0.16rem;
  padding-right: 0.4rem;
}
.join-panel .title-wrap .search-box input::placeholder {
  color: rgba(153, 153, 153, 0.502);
}
.join-panel .title-wrap .search-box .iconfont {
  position: absolute;
  right: 0.14rem;
  top: 50%;
  transform: translateY(-50%);
  color: #005ae0;
  cursor: pointer;
}
.join-panel .select-wrap {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.13rem;
  margin-right: -0.13rem;
}
.join-panel .select-wrap .select {
  padding: 0 0.13rem;
  width: 25%;
  margin-bottom: 0.24rem;
}
@media (max-width: 1024px) {
  .join-panel {
    display: block;
  }
  .join-panel .left {
    width: 100%;
  }
  .join-panel .right {
    display: none;
  }
  .join-panel .select-wrap .select {
    width: 50%;
  }
  .join-panel .title-wrap .search-box input {
    height: 0.6rem;
  }
}
.layui-form-select .layui-input {
  border-radius: 0.04rem;
  font-size: 1em;
}
.layui-form-select .layui-edge {
  width: auto;
  height: auto;
  border: 0;
  font-family: 'iconfont';
  font-size: 0.75em;
  color: #999999;
  margin: 0;
  transform: translateY(-50%) rotate(90deg);
}
.layui-form-select .layui-edge::before {
  content: "\e62f";
}
.layui-form-select.layui-form-selected .layui-edge {
  transform: translateY(-50%) rotate(-90deg);
}
.join-list .join-header {
  display: flex;
  color: #fff;
  background-color: #005ae0;
}
.join-list .join-header .item {
  padding: 0 0.12rem;
  min-height: 0.6rem;
  display: flex;
  align-items: center;
}
.join-list .td1 {
  width: 29.375%;
}
.join-list .td2 {
  width: 21%;
}
.join-list .td3 {
  width: 25%;
}
.join-list .td4 {
  width: 15%;
}
.join-list .td5 {
  flex: 1;
  justify-content: center;
}
.join-list .join-item {
  transition: 0.3s;
}
.join-list .join-item .label {
  display: flex;
  border-bottom: 1px solid #eee;
}
.join-list .join-item .label .item {
  padding: 0 0.12rem;
  min-height: 0.6rem;
  display: flex;
  align-items: center;
}
.join-list .join-item .label .icon {
  font-size: 0.875em;
  color: #555508;
  transition: 0.3s;
  cursor: pointer;
}
.join-list .join-item .label .icon:hover {
  color: #005ae0;
}
.join-list .join-item .label .td1 {
  transition: 0.3s;
}
.join-list .join-item.active {
  background-color: #f4f5f7;
}
.join-list .join-item.active .label {
  border-color: #f4f5f7;
  color: #0f0f74;
}
.join-list .join-item.active .label .td1 {
  padding-left: 0.5rem;
}
.join-list .join-item.active .label .icon {
  transform: rotate(-90deg);
  color: #005ae0;
}
.join-list .join-item .sub {
  padding: 0.1rem 0.5rem 0.44rem;
  display: none;
}
.join-list .join-item .btn-wrap {
  display: flex;
  align-items: center;
  margin-top: 0.3rem;
}
.join-list .join-item .btn-wrap .des {
  margin-left: 0.3rem;
  color: #005ae0;
}
@media (max-width: 1024px) {
  .join-list {
    font-size: 0.2rem;
  }
  .join-list .td4 {
    width: 17.5%;
  }
}
.resume-dailog {
  max-width: 6rem !important;
}
.resume-dailog .title {
  text-align: center;
  color: #005ae0;
  margin-bottom: 0.3rem;
}
.resume-dailog .column-title {
  margin-bottom: 0.2rem;
}
.resume-dailog .des {
  text-align: center;
  color: #005ae0;
  margin-bottom: 0.3rem;
}
.resume-dailog .form-item {
  --lineHeight: 0.4rem;
  display: flex;
  margin-bottom: 0.15rem;
  padding: 0 0.8rem;
}
.resume-dailog .label {
  min-height: var(--lineHeight);
  width: 0.6rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  color: #666;
}
.resume-dailog .input {
  flex: 1;
  position: relative;
}
.resume-dailog .text {
  width: 100%;
  border: 1px solid #ddd;
  height: var(--lineHeight);
  border-radius: 0.04rem;
  transition: 0.3s;
  padding: 0 0.2rem;
}
.resume-dailog .text:focus {
  border-color: #005ae0;
}
.resume-dailog .preview {
  position: absolute;
  right: 0.2rem;
  top: 50%;
  transform: translateY(-50%);
  padding-left: 0.15rem;
  border-left: 1px solid #ddd;
  color: #666;
  background-color: #fff;
}
.resume-dailog .preview:hover {
  color: #005ae0;
}
.resume-dailog .btn {
  margin-top: 0.2rem;
  --lineHeight: 0.5rem;
  padding: 0 0.2rem;
  height: var(--lineHeight);
  border-radius: calc(var(--lineHeight) / 2);
  border: 0;
  min-width: 1.4rem;
  background-color: #005ae0;
  transition: 0.3s;
  color: #fff;
  cursor: pointer;
}
.resume-dailog .btn:hover {
  opacity: 0.5;
}
.new-job {
  padding: 0.3rem 0.3rem 0.7rem;
}
.new-job .title {
  font-size: 1.125em;
  color: #333333;
  line-height: 1.2;
  font-weight: 500;
  padding-bottom: 0.1rem;
  border-bottom: 1px solid #eee;
}
.new-job .item {
  border-bottom: 1px solid #eee;
  padding-top: 0.15rem;
  padding-bottom: 0.2rem;
}
.new-job .item h2 {
  font-size: 1.125em;
  color: #333333;
  font-weight: normal;
  margin-bottom: 0.03rem;
}
.new-job .item h3 {
  font-size: 0.875em;
  font-weight: normal;
  color: #999999;
}
.campus01 {
  background-color: #f3f8ff;
  padding-top: 0.45rem;
  padding-bottom: 1rem;
}
.campus01 .column-title {
  margin-bottom: 0.5rem;
}
.campus01 .content {
  background-color: #fff;
  padding: 0.2rem 0.3rem;
}
.campus01 .title-wrap {
  border-bottom: 1px solid #eee;
  padding-bottom: 0.25rem;
  padding-top: 0.2rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.campus01 .title-wrap h2 {
  font-size: 1.125em;
  color: #333333;
  line-height: 1.2;
  margin-bottom: 0.15rem;
}
.campus01 .title-wrap .des {
  color: #555555;
  line-height: 1.875;
}
.campus01 .search-wrap {
  position: relative;
}
.campus01 .search-wrap .text {
  padding: 0 0.3rem 0 0.2rem;
  width: 2.6rem;
  height: 0.4rem;
  border-radius: 0.04rem;
  border: 1px solid #eeeeee;
}
.campus01 .search-wrap .text::placeholder {
  color: rgba(153, 153, 153, 0.502);
}
.campus01 .search-wrap .iconfont {
  position: absolute;
  right: 0.15rem;
  top: 50%;
  transform: translateY(-50%);
  color: #005ae0;
  cursor: pointer;
}
.campus01 .list {
  margin-bottom: 0.2rem;
}
.campus01 .list a {
  display: block;
  padding: 0.22rem 0 0.2rem;
  border-bottom: 1px solid #eee;
}
.campus01 .list .flex {
  display: flex;
}
.campus01 .list .flex.active .right .iconfont {
  transform: rotate(90deg);
}
.campus01 .list .left {
  flex: 1;
}
.campus01 .list .left h2 {
  font-size: 1.125em;
  line-height: 1.5;
  color: #333;
  margin-bottom: 0.08rem;
}
.campus01 .list .left .address {
  color: #999999;
  line-height: 1.688;
  margin-bottom: 0.07rem;
}
.campus01 .list .left .des {
  color: #999999;
  line-height: 1.875;
}
.campus01 .list .sub {
  color: #333;
  border-top: 1px solid #eee;
  margin-top: 0.15rem;
  display: none;
}
.campus01 .list .btn-wrap {
  display: flex;
  align-items: center;
  margin-top: 0.3rem;
}
.campus01 .list .btn-wrap .des {
  margin-left: 0.3rem;
  color: #005ae0;
}
.campus01 .list .right {
  display: flex;
  align-items: center;
  align-self: self-start;
  flex-shrink: 0;
}
.campus01 .list .right .time {
  color: #999999;
}
.campus01 .list .right .iconfont {
  font-size: 0.75em;
  color: #333;
  margin-top: -0.15em;
  margin-left: 0.5rem;
  transition: 0.3s;
}
@media (max-width: 1024px) {
  .campus01 .title-wrap {
    flex-direction: column-reverse;
  }
  .campus01 .search-wrap {
    width: 100%;
    margin-bottom: 0.15rem;
  }
  .campus01 .search-wrap .text {
    width: 100%;
    height: 0.6rem;
  }
  .campus01 .list a {
    flex-direction: column;
  }
  .campus01 .list .right {
    width: 100%;
  }
  .campus01 .list .right .time {
    flex: 1;
  }
}
.campus02 {
  padding-top: 0.6rem;
  padding-bottom: 1rem;
  background-color: #fff;
}
.campus02 .column-title {
  margin-bottom: 1.1rem;
}
.campus02 .list {
  padding: 0 0.15rem;
  display: flex;
  justify-content: space-between;
}
.campus02 .item {
  width: 1.8rem;
  margin-bottom: 0.7rem;
}
.campus02 .top-wrap {
  padding: 0.4rem 0.2rem 0.3rem 0.5rem;
  position: relative;
  margin-bottom: 0.17rem;
}
.campus02 .top-wrap::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #005ae0;
  transform-origin: left bottom;
  transform: skewX(-12deg);
  border-radius: 0.3rem 0.2rem 0.3rem 0.2rem;
  transition: 0.3s;
}
.campus02 .top-wrap .icon {
  width: 0.6rem;
  height: 0.6rem;
  position: relative;
  margin: 0 auto 0.1rem;
  z-index: 2;
}
.campus02 .top-wrap .icon img {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  max-height: 100%;
}
.campus02 .top-wrap .dot {
  position: relative;
  z-index: 2;
  text-align: center;
  color: #fff;
  font-size: 1.25em;
  font-weight: normal;
  line-height: 1;
}
.campus02 .top-wrap .index {
  font-size: 0.48rem;
  font-family: "Roboto";
  color: rgba(255, 255, 255, 0.302);
  position: absolute;
  left: 0.4rem;
  top: 0;
}
.campus02 .des {
  color: #999999;
  line-height: 1.5;
  padding: 0 0.2rem;
}
.campus02 .sword {
  padding-top: 0.8rem;
  color: rgba(0, 90, 224, 0.2);
  margin-left: 0.2rem;
}
.campus02 .sword:last-child {
  display: none;
}
@media (max-width: 1024px) {
  .campus02 .list {
    flex-wrap: wrap;
  }
  .campus02 .item {
    width: 2rem;
  }
  .campus02 .sword:nth-child(4) {
    display: none;
  }
}
.career .section {
  position: relative;
}
.career .active .career-txt .column-title {
  transform: translateY(0);
  opacity: 1;
}
.career .active .career-txt .htmlContent {
  transform: translateY(0);
  opacity: 1;
}
.career .video {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.career .video video {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.career .pic {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.career .pic img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.career .career-txt {
  position: absolute;
  left: 50%;
  top: 0;
  height: 100%;
  padding-top: var(--headerHeight);
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
}
.career .career-txt .column-title {
  width: 100%;
  margin-bottom: 0.25rem;
  transform: translateY(10px);
  opacity: 0;
  transition-duration: 0.3s;
  transition-delay: 0.3s;
}
.career .career-txt .htmlContent {
  transform: translateY(10px);
  opacity: 0;
  transition-duration: 0.3s;
  transition-delay: 0.6s;
}
.career04 .pic {
  z-index: 2;
}
.career04 .pic .open-btn {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.65rem;
  cursor: pointer;
}
.career04 .pic .open-btn i {
  color: rgba(255, 255, 255, 0.502);
  transition: 0.3s;
}
.career04 .pic .open-btn i:hover {
  color: #005ae0;
}
.career04 .video {
  background-color: #000;
}
.career04 .video video {
  mix-blend-mode: unset;
  object-fit: contain;
}
.career04 .video::after {
  display: none;
}
.download01 {
  background-color: #f3f8ff;
  padding-top: 0.45rem;
  padding-bottom: 0.65rem;
}
.download01 .column-title {
  margin-bottom: 0.4rem;
}
.download01 .list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.125rem;
  margin-right: -0.125rem;
}
.download01 .list .col {
  width: calc((100% / 4) - 0.25rem);
  margin: 0 0.125rem;
}
@media (max-width: 1200px) {
  .download01 .list .col {
    width: calc((100% / 4) - 0.25rem);
  }
}
@media (max-width: 1024px) {
  .download01 .list .col {
    width: calc((100% / 2) - 0.25rem);
  }
}
@media (max-width: 768px) {
  .download01 .list .col {
    width: calc((100% / 2) - 0.25rem);
  }
}
.download01 .pic {
  position: relative;
  padding-top: 133.57142857%;
  overflow: hidden;
}
.download01 .pic img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
  transition: 0.3s;
}
.download01 .pic img:hover {
  transform: scale(1.1);
}
.download01 .item {
  margin-bottom: 0.25rem !important;
}
.download01 .item:hover .txt {
  background-color: #005ae0;
  color: #fff;
}
.download01 .item:hover .txt .icon-list a {
  color: #fff;
}
.download01 .txt {
  background-color: #fff;
  transition: 0.3s;
  padding: 0.2rem 0 0.07rem;
  color: #333333;
}
.download01 .txt h2 {
  font-size: 1.125em;
  font-weight: normal;
  text-align: center;
  margin-bottom: 0.08rem;
}
.download01 .txt .icon-list {
  display: flex;
  justify-content: center;
  font-size: 1.625em;
}
.download01 .txt .icon-list .icon {
  margin: 0 0.12rem;
  transform: scaleY(0.8);
}
.download02 {
  padding-top: 0.65rem;
  padding-bottom: 1rem;
}
.download02 .column-title {
  margin-bottom: 0.5rem;
}
.download02 .download-list {
  margin-bottom: 0.4rem;
}
.download-list {
  line-height: 0.6rem;
  border-top: 1px solid #eee;
}
.download-list .item {
  display: flex;
  transition: 0.3s;
  border-bottom: 1px solid #eee;
}
.download-list .item:hover {
  background-color: #f3f8ff;
  border-color: #f3f8ff;
}
.download-list .time {
  font-size: 1.125em;
  color: #999999;
  margin-right: 0.6rem;
}
.download-list .dot {
  flex: 1;
  font-size: 1.125em;
  color: #333333;
  transition: 0.3s;
  margin-right: 0.2rem;
}
.download-list .dot:hover {
  color: #005ae0;
}
.download-list .icon {
  font-size: 1.625em;
  transform: scaleY(0.8);
  margin-right: 0.2rem;
  color: #999999;
  transition: 0.3s;
}
.download-list .icon .icon-download {
  color: #005ae0;
}
.download-list .icon:hover {
  color: #005ae0;
}
@media (max-width: 1024px) {
  .download-list {
    line-height: 0.7rem;
  }
}
.download03 {
  background-color: #f3f8ff;
  padding-top: 0.65rem;
  padding-bottom: 0.5rem;
}
.download03 .column-title {
  margin-bottom: 0.6rem;
}
.download-list2 {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.3rem;
  margin-right: -0.3rem;
}
.download-list2 .col {
  width: calc((100% / 3) - 0.6rem);
  margin: 0 0.3rem;
}
@media (max-width: 1200px) {
  .download-list2 .col {
    width: calc((100% / 3) - 0.6rem);
  }
}
@media (max-width: 1024px) {
  .download-list2 .col {
    width: calc((100% / 2) - 0.6rem);
  }
}
@media (max-width: 768px) {
  .download-list2 .col {
    width: calc((100% / 2) - 0.6rem);
  }
}
.download-list2 .item {
  margin-bottom: 0.3rem !important;
}
.download-list2 .pic {
  padding-top: 111.11111111%;
  background: url(../jpg/cert_bg-2.jpg) center / cover no-repeat;
  position: relative;
}
.download-list2 .pic img {
  width: 51.66666667%;
  height: 60%;
  left: 21.38888889%;
  top: 21%;
  position: absolute;
  object-fit: contain;
}
.download-list2 .txt {
  padding: 0.2rem;
}
.download-list2 .txt .dot {
  font-size: 1.125em;
  text-align: center;
}
.environment .section:nth-of-type(2) .pic::after,
.environment .section:nth-of-type(3) .pic::after,
.environment .section:nth-of-type(4) .pic::after {
  display: none;
}
.environment .section:nth-of-type(2) .pic img,
.environment .section:nth-of-type(3) .pic img,
.environment .section:nth-of-type(4) .pic img {
  mix-blend-mode: unset;
}
