﻿@charset "UTF-8";
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, button, p {
  padding: 0;
  margin: 0;
}

fieldset, img {
  border: 0;
}

[v-cloak] {
  display: none !important;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

ol, ul {
  list-style: none;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-weight: normal;
  font-style: normal;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
}

strong {
  font-weight: bold;
}

q:before, q:after {
  content: "";
}

abbr, acronym {
  border: 0;
}

button {
  cursor: pointer;
}
button[disabled=disabled] {
  cursor: not-allowed;
}

:focus {
  outline: none;
}

a {
  text-decoration: none;
  color: inherit;
}

img {
  max-width: 100%;
  border: none;
}

section, .section {
  float: left;
  width: 100%;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

section {
  min-height: calc(100vh - 0.88rem);
}

* {
  box-sizing: border-box;
}

.clearfix:after, .clearfix:before {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

html {
  background-color: #eee;
  overflow-x: hidden;
}

body {
  margin: 0 auto;
  width: 7.5rem;
  font-family: Noto Sans SC, Microsoft JhengHei, PingFang SC, Open Sans, Arial, Microsoft Yahei, 微软雅黑;
  font-size: 0.24rem;
  line-height: 1;
  color: #333;
  position: relative;
  background-color: #fff;
}

.fp-enabled body {
  margin: 0 auto;
}

section, .section {
  float: left;
  width: 100%;
  height: 100vh;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #f2f2f2;
  overflow: hidden;
}
section .wrap, .section .wrap {
  padding-top: 1rem;
  padding-bottom: 0.4rem;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
section .wrap .wrap_container, .section .wrap .wrap_container {
  width: 100%;
}
section .wrap .wrap_box, .section .wrap .wrap_box {
  float: left;
  margin-top: 0.4rem;
  width: 100%;
  background-color: #e7e7e7;
}

.container {
  width: 6.64rem;
  height: 95%;
  margin: 0 auto;
}

header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 1rem;
  z-index: 50;
}
header.dark .navbtn span {
  background-color: #73787d;
}
header.dark .right {
  color: #8a8b88;
}
header.dark .right img {
  filter: contrast(10%);
}
header.scroll {
  position: fixed;
  background: #fff;
}
header.active {
  background-color: #fff;
}
header.active .right {
  opacity: 0;
  pointer-events: none;
}
header .right {
  float: right;
  margin-right: 0.3rem;
  margin-top: 0.3rem;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
header .right .item {
  margin-left: 0.28rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
header .right .item .img {
  width: 100%;
  height: 0.35rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
header .right .item .img img {
  max-height: 90%;
}
header .right .item span {
  font-weight: 300;
  margin-top: 0.05rem;
  font-size: 0.164rem;
}

.navbtn {
  position: absolute;
  left: 0.44rem;
  top: 0.4rem;
  width: 0.35rem;
  cursor: pointer;
}
.navbtn.navclose span {
  background-color: #73787d !important;
}
.navbtn.navclose span:nth-child(1) {
  transform: rotate(45deg);
}
.navbtn.navclose span:nth-child(2) {
  opacity: 0;
}
.navbtn.navclose span:nth-child(3) {
  transform: rotate(-45deg);
}
.navbtn span {
  float: left;
  width: 100%;
  height: 0.02rem;
  background-color: #fff;
  margin-bottom: 0.105rem;
  transform-origin: 0;
  transition: all 0.3s ease 0s;
}
.navbtn span :nth-child(2) {
  transition: none;
}
.navbtn span:last-child {
  margin-bottom: 0;
}

.nav {
  position: fixed;
  top: 0;
  padding-top: 0.5rem;
  width: 7.5rem;
  height: calc(100% - 1rem);
  background-color: rgb(255, 255, 255);
  z-index: 90;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  overflow: auto;
  opacity: 0;
  pointer-events: none;
  transform: translate3d(0, -20px, 0);
}
.nav.nav-show {
  opacity: 1;
  top: 1rem;
  pointer-events: auto;
  transform: none;
  transition: all 0.3s ease 0s;
}
.nav ul {
  padding: 0 0.4rem;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.nav ul li {
  margin-top: 0.35rem;
  padding-bottom: 0.3rem;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  font-size: 0.26rem;
  line-height: 1.4;
  color: #73787d;
  border-bottom: solid 0.01rem #e5e5e5;
  position: relative;
}
.nav ul li > a {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.nav ul li > a span {
  font-size: 0.25rem;
  font-family: Arial;
}
.nav ul li.dropdown:after {
  position: absolute;
  right: 0;
  top: 0.28rem;
  width: 0.17rem;
  height: 0.17rem;
  content: "";
  background: url(/assets/images/m/arrow.png) no-repeat;
  background-size: contain;
  opacity: 0.5;
  transition: 0.3s;
  pointer-events: none;
}
.nav ul li.dropdown.on > a {
  color: #000;
}
.nav ul li.dropdown.on .submenu {
  display: flex;
}
.nav ul li.dropdown.on:after {
  opacity: 1;
  transform: rotate(90deg);
}
.nav ul li:last-child {
  border-bottom: none;
}
.nav ul li .submenu {
  width: 100%;
  display: flex;
  flex-direction: column;
  display: none;
}
.nav ul li .submenu a {
  margin-top: 0.3rem;
  font-size: 0.22rem;
}

.banner {
  float: left;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.banner img {
  float: left;
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
.banner .swiper {
  position: relative;
  width: 100%;
  height: 100%;
}
.banner .swiper-slide {
  width: 100%;
  height: 100%;
  position: relative;
  background-position: center 0;
  background-size: cover;
  background-repeat: no-repeat;
}
.banner .swiper-pagination {
  z-index: 30;
}
.banner .swiper-pagination-bullet {
  width: 0.66rem;
  height: 0.06rem;
  background-color: #f2f2f2;
  opacity: 1;
  border-radius: 0;
  z-index: 30;
}
.banner .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .banner .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .banner .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0;
}
.banner .swiper-horizontal > .swiper-pagination-bullets, .banner .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.banner .swiper-container-horizontal > .swiper-pagination-bullets {
  width: 100%;
  bottom: 0;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: flex-end;
}
.banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #a3a3a3;
  height: 0.11rem;
}

footer {
  float: left;
  padding-left: 0.4rem;
  padding-right: 0.4rem;
  padding-top: 0.3rem;
  padding-bottom: 0.88rem;
  width: 100%;
  color: #e0e0e0;
  background-color: #2e2e30;
  line-height: 1.5;
  font-size: 0.18rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  position: relative;
}
footer .icp {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0.25rem;
}
footer .qrcode {
  display: flex;
  flex-direction: column;
  align-items: center;
}
footer .qrcode img {
  width: 0.88rem;
  margin-bottom: 5px;
}

.section_title {
  float: left;
  margin-bottom: 0.6rem;
  width: 100%;
  font-size: 0.34rem;
  color: #000;
  text-align: center;
}

.scrollable-container {
  overflow: auto;
}

.scroll_cont {
  width: 100%;
}

.profile_content {
  margin-top: 0.3rem;
  width: 100%;
  text-align: justify;
  max-height: 100%;
  font-size: 0.22rem;
  line-height: 0.37rem;
  overflow: auto;
}

.about {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.about.s1 {
  width: 6rem;
}
.about.s1 .profile_img:after {
  display: none;
}
.about.s1 .title {
  width: 100%;
  font-size: 0.26rem;
  color: #000;
  text-align: center;
  line-height: 0.37rem;
  /*br{
      display:none;
  }*/
}
.about .profile_img {
  width: 100%;
  position: relative;
  padding-bottom: 0.44rem;
}
.about .profile_img img {
  width: 100%;
}
.about .profile_img:after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 6.75rem;
  height: 0.18rem;
  background: url(/assets/images/m/div.png) no-repeat;
  background-size: contain;
}
.about .profile_content {
  margin-top: 0.3rem;
}
.about .more {
  padding: 0 0.05rem;
  margin-top: 0.3rem;
  font-size: 0.22rem;
  font-weight: 300;
  line-height: 2;
  border-bottom: solid 1px #333;
}

.h100 {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.brand {
  width: 100%;
}
.brand .brand_list {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.brand .brand_list li {
  margin-top: 0.6rem;
}
.brand .brand_list img {
  width: 3.23rem;
  opacity: 0.5;
}
.brand .brand_list img:hover {
  opacity: 1;
}

.value_box {
  width: 100%;
  background: #e7e7e7 url(/assets/images/bg_01.png) 0 2rem no-repeat;
  background-size: contain;
}
.value_box .info {
  padding-bottom: 0.2rem;
  width: 100%;
}
.value_box .info li {
  margin-top: 0.45rem;
  margin-bottom: 0.3rem;
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.value_box .info li .title {
  font-size: 0.24rem;
}
.value_box .info li .subtitle {
  max-width: 90%;
  margin-top: 0.15rem;
  font-size: 0.22rem;
  line-height: 0.37rem;
}

.history {
  background-image: url(/assets/images/m/bg_02.jpg);
}
.history .tabs {
  width: 100%;
  border-bottom: solid 0.01rem #000;
  display: flex;
  justify-content: center;
  align-items: center;
}
.history .tabs a {
  margin-bottom: -0.03rem;
  width: 50%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 0.34rem;
  color: #000;
}
.history .tabs a:after {
  margin-top: 0.14rem;
  content: "";
  width: 0.5rem;
  height: 0.06rem;
  background-color: #000;
  opacity: 0;
}
.history .tabs a.active:after {
  opacity: 1;
}
.history .tabs_list {
  margin-top: 0.47rem;
  width: 100%;
  height: 85%;
}
.history .tabs_list .list {
  width: 100%;
  height: 100%;
  display: none;
  position: relative;
}
.history .tabs_list .list.active {
  display: block;
}
.history .tabs_list .list.h100.active {
  display: flex;
}
.history .tabs_list .list .process {
  width: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
}
.history .tabs_list .list .process:before {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -0.005rem;
  width: 0.01rem;
  height: 100%;
  background-color: #a3a3a3;
}
.history .tabs_list .list .process.event {
  float: right;
  width: 100%;
}
.history .tabs_list .list .process.event:before {
  left: 0.79rem;
}
.history .tabs_list .list .process.event li .info {
  width: 5.85rem;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
}
.history .tabs_list .list .process.event li .list_cont {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.history .tabs_list .list .process.event li .list_cont.active span {
  color: #000;
}
.history .tabs_list .list .process.event li .list_cont a.active {
  color: #000;
}
.history .tabs_list .list .process.event li .list_cont:hover span {
  color: #000;
}
.history .tabs_list .list .process.event li .year:after {
  margin-left: 0.15rem;
}
.history .tabs_list .list .process.event li:nth-child(2n) {
  justify-content: flex-end;
}
.history .tabs_list .list .process.event li:nth-child(2n) .year {
  margin-left: 0;
  margin-right: -0.06rem;
  order: 0;
}
.history .tabs_list .list .process.event li:nth-child(2n) .year:after {
  display: block;
}
.history .tabs_list .list .process.event li:nth-child(2n) .year:before {
  display: none;
}
.history .tabs_list .list .process li {
  margin-top: 0.15rem;
  margin-bottom: 0.4rem;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  color: #a3a3a3;
  font-size: 0.24rem;
}
.history .tabs_list .list .process li .year {
  position: relative;
  margin-right: -0.06rem;
  text-align: center;
  display: flex;
  align-items: center;
  line-height: 0.37rem;
}
.history .tabs_list .list .process li .year:after, .history .tabs_list .list .process li .year:before {
  content: "";
  margin-left: 0.35rem;
  width: 0.12rem;
  height: 0.12rem;
  background-color: #a3a3a3;
  border-radius: 50%;
}
.history .tabs_list .list .process li .year:before {
  display: none;
}
.history .tabs_list .list .process li .cont, .history .tabs_list .list .process li .list_cont {
  padding-left: 0.4rem;
  width: 50%;
  line-height: 0.37rem;
}
.history .tabs_list .list .process li:hover .year {
  color: #000;
}
.history .tabs_list .list .process li:hover .year:before, .history .tabs_list .list .process li:hover .year:after {
  background-color: #000;
}
.history .tabs_list .list .process li:hover .cont {
  color: #000;
}
.history .tabs_list .list .process li:nth-child(2n) {
  justify-content: flex-start;
}
.history .tabs_list .list .process li:nth-child(2n) .cont {
  order: 1;
  padding-left: 0;
  padding-right: 0.4rem;
  text-align: right;
}
.history .tabs_list .list .process li:nth-child(2n) .year {
  margin-right: 0;
  margin-left: -0.06rem;
  order: 2;
}
.history .tabs_list .list .process li:nth-child(2n) .year:after {
  display: none;
}
.history .tabs_list .list .process li:nth-child(2n) .year:before {
  margin-right: 0.35rem;
  margin-left: 0;
  display: block;
}
.history .tabs_list .list .event_img {
  float: left;
  width: 3.58rem;
}
.history .tabs_list .list .event_img img {
  width: 100%;
  height: 3.58rem;
  object-fit: cover;
}
.history .tabs_list .list .eventbox {
  float: left;
  margin-top: 0.15rem;
  width: 100%;
  max-height: 100%;
}

.content {
  width: 100%;
  font-size: 0.24rem;
  line-height: 0.37rem;
}
.content.center {
  text-align: center;
}

.arrow_prev, .arrow_next {
  position: absolute;
  top: 50%;
  margin-top: -0.415px;
  width: 0.83rem;
  height: 0.83rem;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.8;
}
.arrow_prev:hover, .arrow_next:hover {
  opacity: 1;
}

.arrow_prev {
  left: -1rem;
  background-image: url(/assets/images/arrow_left.png);
}

.arrow_next {
  right: -1rem;
  background-image: url(/assets/images/arrow_right.png);
}

.slide_box {
  margin-top: 0.4rem;
  width: 100%;
  /*height: 6.88rem;*/
  position: relative;
}
.slide_box.s1 {
  margin-top: 0;
}
.slide_box .swiper {
  position: relative;
  padding-bottom: 0.5rem;
}
.slide_box .swiper-slide {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.slide_box .swiper-slide img {
  max-width: 6rem;
  /*width: 5.98rem;
  height: 6.88rem;*/
  object-fit: contain;
}
.slide_box .swiper-horizontal > .swiper-pagination-bullets, .slide_box .swiper-pagination-bullets.swiper-pagination-horizontal, .slide_box .swiper-pagination-custom, .slide_box .swiper-pagination-fraction {
  bottom: 0;
}
.slide_box .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #000;
}
.slide_box.team {
  width: 4.62rem;
  height: 76%;
}
.slide_box.team .swiper {
  width: 100%;
  padding-bottom: 0;
}
.slide_box.team .swiper-slide {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  line-height: 0.37rem;
  font-size: 0.24rem;
}
.slide_box.team .swiper-slide img {
  width: 3.91rem;
  height: 5.7rem;
}
.slide_box.team .swiper-slide .name, .slide_box.team .swiper-slide .title, .slide_box.team .swiper-slide .subtitle {
  margin-top: 0.2rem;
}
.slide_box.team .swiper-slide .name {
  margin-top: 0.2rem;
  font-size: 0.34rem;
  text-transform: uppercase;
  font-family: Arial;
  text-align: center;
}
.slide_box.team .swiper-slide .subtitle {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.slide_box.team .swiper-slide .more {
  margin-top: 0.3rem;
  line-height: 2;
  border-bottom: solid 1px #000;
}
.slide_box.team .swiper-slide .cont {
  display: none;
}

.popupbox {
  position: fixed;
  left: 100%;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.35);
  transition: left 0.4s ease 0s;
}
.popupbox.active {
  left: 0;
}
.popupbox .close {
  position: absolute;
  top: 0.24rem;
  right: 6.35rem;
  width: 0.9rem;
  height: 0.9rem;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50% 0 0 50%;
  background: #f2f2f2;
}
.popupbox .close:before {
  content: "";
  width: 0.4rem;
  height: 0.4rem;
  background: url(/assets/images/icon_close.png) no-repeat center center;
  transition: all 0.3s ease 0s;
  background-size: contain;
}
.popupbox .close:hover:before {
  transform: rotate(90deg);
}
.popupbox .popup_details {
  position: absolute;
  right: 0;
  top: 0;
  padding: 0.5rem;
  width: 6.35rem;
  height: 100%;
  background-color: #f3eee8;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.popupbox .popup_details .details {
  width: 100%;
  height: calc(100% - 5.65rem);
  position: absolute;
  bottom: 0.5rem;
  padding: 0 0.5rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  line-height: 0.37rem;
  font-size: 0.24rem;
  font-weight: 300;
}
.popupbox .popup_details .details .name {
  font-size: 0.34rem;
  text-transform: uppercase;
  font-weight: normal;
  line-height: 1.2;
  margin-bottom: 0.15rem;
  text-align: center;
}
.popupbox .popup_details .details .subtitle, .popupbox .popup_details .details .edu {
  margin-top: 0.15rem;
}
.popupbox .popup_details .details .subtitle span, .popupbox .popup_details .details .edu span {
  margin-right: 0.2rem;
}
.popupbox .popup_details .details .subtitle span:last-child, .popupbox .popup_details .details .edu span:last-child {
  margin-right: 0;
}
.popupbox .popup_details .details .cont {
  margin-top: 0.3rem;
  text-align: justify;
  width: 100%;
  max-height: 100%;
}
.popupbox .popup_details .left_img {
  width: 100%;
  height: 4.3rem;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.popupbox .popup_details .left_img img {
  max-height: 100%;
}

.pogment {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.pogment .right_img {
  width: 100%;
}
.pogment .right_img img {
  width: 100%;
}
.pogment .left_info {
  width: 100%;
  padding: 0.34rem 0.34rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.pogment .left_info .cont {
  margin-top: 0.15rem;
  line-height: 0.37rem;
  text-align: center;
  color: #333;
  font-size: 0.24rem;
}
.pogment .left_info .cont br {
  display: none;
}

.col-3 {
  width: 5.79rem;
}
.col-3 li {
  margin-bottom: 0.3rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 0.24rem;
}
.col-3 li .img {
  width: 100%;
  height: 1.8rem;
  position: relative;
}
.col-3 li .img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.col-3 li .img .title {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.col-3 li .subtitle {
  width: 100%;
  padding: 0 0.43rem;
  margin-top: 0.3rem;
  text-align: center;
  line-height: 0.37rem;
}
.col-3 li .subtitle br {
  display: none;
}

.hz {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.hz.s1 li {
  margin: 0 20% 0.6rem;
}
.hz li {
  margin: 0 7% 0.6rem;
  padding: 0.28rem;
  width: 2.2rem;
  height: 2.2rem;
  background: url(/assets/images/m/bg_ty.jpg) no-repeat;
  background-size: contain;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hz li:nth-child(1) {
  margin: 0 20% 0.6rem;
}
.hz li img {
  max-height: 65%;
  max-width: 80%;
}

/*.teambox{
    .wrap{
        .container{
            padding:0;
            width:100%;
        }
    }
}*/
.slide_team {
  width: 100%;
}
.slide_team .swiper {
  padding-top: 0.3rem;
  padding-bottom: 0.5rem;
}
.slide_team .swiper-horizontal > .swiper-pagination-bullets, .slide_team .swiper-pagination-bullets.swiper-pagination-horizontal, .slide_team .swiper-pagination-custom, .slide_team .swiper-pagination-fraction {
  bottom: 0;
}
.slide_team .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #000;
}
.slide_team .swiper-slide {
  /*margin-left: 0.3rem;*/
  width: 4.3rem;
  height: 8.5rem;
  background-color: #fff;
  border: solid 0.01rem #eee;
  /*box-shadow: 0 0 0.15rem rgba(0,0,0,0.15);*/
  display: flex;
  flex-direction: column;
}
.slide_team .swiper-slide .img {
  height: 7.2rem;
  width: 100%;
  background-color: #f3eee8;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.slide_team .swiper-slide .img img {
  max-height: 90%;
}
.slide_team .swiper-slide .title {
  width: 100%;
  height: 1.3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  line-height: 0.37rem;
  font-size: 0.26rem;
}
.slide_team .swiper-slide .title .subtitle {
  font-size: 0.24rem;
}

.slide_brand {
  width: 100%;
  max-height: 80%;
}
.slide_brand .swiper {
  height: 100%;
}
.slide_brand .swiper .swiper-slide {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.slide_brand .swiper .swiper-slide .about.s1 {
  width: 100%;
}
.slide_brand .swiper .swiper-slide .about.s1 .profile_img {
  max-width: 4.3rem;
}
.slide_brand .swiper .swiper-slide .about.s1 .profile_img:after {
  display: none;
}
.slide_brand .swiper .swiper-slide .about.s1 .title {
  font-size: 0.28rem;
}
.slide_brand .swiper .swiper-slide .about.s1 .title span {
  font-size: 0.18rem;
}

.gpt {
  background-image: url(/assets/images/m/banner_gpt.jpg);
  color: #fff;
}
.gpt .section_title {
  color: #fff;
}
.gpt .about .subtitle {
  margin-bottom: 0.3rem;
  font-size: 0.3rem;
  line-height: 2;
  text-align: center;
}
.gpt .about .subtitle span {
  border-bottom: solid 1px #fff;
}
.gpt .about .more {
  margin-top: 0.6rem;
  border-bottom-color: #fff;
}

.partner {
  background-image: url(/assets/images/m/banner_contact.jpg);
}
.partner .slide_team .swiper .swiper-slide .img {
  position: relative;
}
.partner .slide_team .swiper .swiper-slide .img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  max-height: unset;
  object-fit: cover;
}

.contact_us .box {
  width: 100%;
  height: 70%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  text-align: center;
}
.contact_us .company, .contact_us .contact_info {
  width: 100%;
  text-transform: uppercase;
}
.contact_us .company {
  height: 45%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.contact_us .company span {
  margin-top: 0.2rem;
  font-family: Arial;
}
.contact_us .company .company_name {
  height: 80%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.contact_us .company:after {
  content: "";
  width: 100%;
  border-top: solid 1px #000;
}
.contact_us .contact_info {
  padding: 0 8.6%;
  height: 40%;
  display: flex;
  line-height: 0.37rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.contact_us .contact_info .address, .contact_us .contact_info .email {
  margin-top: 0.6rem;
}

.news {
  background: url(/assets/images/bg_news.jpg) repeat;
}
.news .tabs {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
}
.news .tabs a {
  margin-bottom: 0.15rem;
  margin: 0 10% 0.15rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 0.34rem;
  color: #000;
  line-height: 2;
  border-bottom: solid 1px rgba(0, 0, 0, 0);
}
.news .tabs a.active {
  border-bottom-color: rgb(0, 0, 0);
}
.news .tabs_list {
  width: 100%;
  max-height: 80%;
}
.news.details {
  padding-top: 1.3rem;
  float: left;
  width: 100%;
}
.news ul.news {
  width: 100%;
  display: flex;
  flex-direction: column;
  display: none;
}
.news ul.news.active {
  display: block;
}
.news ul.news li {
  margin-top: 0.5rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.news ul.news li .news_img {
  width: 100%;
}
.news ul.news li .news_img img {
  width: 100%;
  height: 2.62rem;
  object-fit: cover;
}
.news ul.news li .news_info {
  padding: 0.2rem 0.27rem;
  width: 100%;
  background-color: #fff;
  font-size: 0.18rem;
  display: flex;
  flex-direction: column;
}
.news ul.news li .news_info .title, .news ul.news li .news_info .subtitle {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.news ul.news li .news_info .title {
  width: 100%;
  margin-top: 0.2rem;
  font-size: 0.26rem;
}
.news ul.news li .news_info .subtitle {
  margin-top: 0.15rem;
}

article {
  float: left;
  padding: 0.15rem 0;
  width: 100%;
  display: flex;
  flex-direction: column;
}
article .title {
  width: 100%;
  font-weight: bold;
  border-bottom: solid 1px #000;
  color: #000;
  font-size: 0.26rem;
  padding-bottom: 0.15rem;
}
article .info {
  margin-top: 0.18rem;
  width: 100%;
  display: flex;
  justify-content: space-between;
  font-size: 0.18rem;
}
article .content {
  margin-top: 0.3rem;
  width: 100%;
  line-height: 0.37rem;
  color: #333;
}
article .content p, article .content h1, article .content h2, article .content h3 {
  margin-top: 0.15rem;
}
article .content h1, article .content h2, article .content h3, article .content h4, article .content h5, article .content strong, article .content b {
  font-weight: bold;
  color: #000;
}
article .content ul {
  list-style-type: disc;
  padding-left: 0.2rem;
}
