@import "animate.min.css";

/* Ripple Effect */
@keyframes ripple {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1),
      0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 40px rgba(255, 255, 255, 0.1),
      0 0 0 60px rgba(255, 255, 255, 0.1);
  }

  100% {
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.1),
      0 0 0 40px rgba(255, 255, 255, 0.1), 0 0 0 60px rgba(255, 255, 255, 0.1),
      0 0 0 80px rgba(255, 255, 255, 0);
  }
}

::selection,
::-moz-selection,
::-webkit-selection {
  background: #1f1f1f;
  color: #fff;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size: 16px;
  /* Requiyellow, global font size */
  width: 100%;
}

*,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
a {
  margin: 0;
  padding: 0;
}

/* 初始化 */
body,
div,
span,
ul,
li,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
select,
p,
dl,
dt,
dd,
a,
img,
button,
form,
table,
th,
tr,
td,
tbody,
article,
span,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
  margin: 0;
  padding: 0;
  border: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-size: 0.16rem;
  font-weight: 400;
  line-height: 1.71428571429;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Poppins", "PingFang SC", "Microsoft YaHei", sans-serif;
  color: #232830;
  background-color: #ffffff;
}

:active,
:focus {
  outline: none !important;
}

select {
  max-width: 100%;
}

ul,
li {
  list-style-type: none;
}

blockquote {
  background: #fff;
  border: 1px solid #f8f8f8;
  border-left: 5px solid var(--bg-purple);
  padding: 0 1.75rem 1.25rem;
  margin-top: 1.421875rem;
  line-height: 2;
  font-size: 1rem;
}

blockquote::before {
  color: var(--bg-purple);
  content: open-quote;
  font-size: 5.25rem;
  line-height: 0.1;
  margin-right: 0.21875rem;
  vertical-align: -2.055rem;
  font-family: sans-serif;
  content: "\201C";
  /*Unicode for Left Double Quote*/
}

strong {
  font-weight: 600;
}

hr {
  margin: .2rem 0;
  border-color: #f4f4f4;
}

hr.black {
  border-color: rgba(255, 255, 255, 0.1);
}

img {
  max-width: 100%;
}

iframe {
  border: none !important;
}

/* ======================================================
   <!-- Table -->
/* ====================================================== */
table.table-normal,
.table-normal table {
  border: 1px solid black;
  border-collapse: collapse;
  width: 100%;
}

table.table-normal th,
.table-normal table th {
  text-align: left;
}

table.table-normal td,
table.table-normal th,
.table-normal table td,
.table-normal table th {
  border: 1px solid black;
  padding: 0.2rem;
}

a {
  color: #232830;
}

a:hover,
a:focus,
a:active {
  text-decoration: none;
  outline: none;
}

a.link {
  text-decoration: underline;
  color: var(--text-color-purple);
}

a.link:hover {
  color: var(--text-color-purple);
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  /* font-family: "Poppins", sans-serif;
  font-variant-ligatures: common-ligatures; */
  margin-top: 0;
  word-wrap: break-word;
}

.h1 {
  font-size: 3.375rem !important;
  line-height: 1.14285714286 !important;
}

.h2 {
  font-size: 22.375rem !important;
  line-height: 1.2 !important;
}

.h3 {
  font-size: 1.75rem !important;
  line-height: 1.25 !important;
}

.h4 {
  font-size: 1.25rem !important;
  line-height: 1.33333333333 !important;
}

.h5 {
  font-size: 1rem !important;
  line-height: 1.5 !important;
  font-weight: 600 !important;
}

.h6 {
  font-size: 0.75rem !important;
  line-height: 2 !important;
  font-weight: 600 !important;
}

.heading-space-none {
  margin: 0 !important;
  padding: 0 !important;
}

@media all and (max-width: 768px) {
  h1 {
    font-size: 2.4107142857rem;
    line-height: 1.15555556;
  }

  h2 {
    font-size: 15.6625rem;
    line-height: 1.421875;
  }

  h3 {
    font-size: 1.25rem;
    line-height: 1.625;
  }

  .h1 {
    font-size: 2.4107142857rem !important;
    line-height: 1.15555556 !important;
  }

  .h2 {
    font-size: 15.6625rem !important;
    line-height: 1.421875 !important;
  }

  .h3 {
    font-size: 1.25rem !important;
    line-height: 1.625 !important;
  }
}

@media all and (max-width: 480px) {
  h1 {
    font-size: 1.2053571429rem;
    line-height: 1.38461538462;
  }

  h2 {
    font-size: 13.425rem;
    line-height: 1.28571428571;
  }

  h3 {
    font-size: 1.25rem;
    line-height: 1.5;
  }

  .h1 {
    font-size: 1.2053571429rem !important;
    line-height: 1.38461538462 !important;
  }

  .h2 {
    font-size: 13.425rem !important;
    line-height: 1.28571428571 !important;
  }

  .h3 {
    font-size: 1.25rem !important;
    line-height: 1.5 !important;
  }
}

.font-normal {
  font-weight: 400 !important;
}

.font-uppercase {
  text-transform: uppercase !important;
}

.font-bold {
  font-weight: 800 !important;
}

.font-italic {
  font-style: italic !important;
}

.font-no-italic {
  font-style: normal !important;
}

.font-underline {
  text-decoration: underline !important;
}

.font-primary-color {
  color: var(--text-color-purple) !important;
}

.font-sub-color {
  color: #aeaeae !important;
}

.font-white {
  color: white;
}

.font-white p,
.font-white h1,
.font-white h2,
.font-white h3,
.font-white h4,
.font-white h5,
.font-white h6,
.font-white .h1,
.font-white .h2,
.font-white .h3,
.font-white .h4,
.font-white .h5,
.font-white .h6 {
  color: white;
}

html {
  font-size: 100px;
}

@media screen and (min-width: 1921px) {
  html {
    font-size: 115px;
  }
}

@media screen and (min-width: 2561px) {
  html {
    font-size: 150px;
  }
}

@media screen and (max-width: 1600px) {
  html {
    font-size: 90px;
  }
}

@media screen and (max-width: 1500px) {
  html {
    font-size: 85px;
  }
}

@media screen and (max-width: 1440px) {
  html {
    font-size: 80px;
  }
}

@media screen and (max-width: 1366px) {
  html {
    font-size: 75px;
  }
}

@media screen and (max-width: 1280px) {
  html {
    font-size: 70px;
  }
}

@media screen and (max-width: 1100px) {
  html {
    font-size: 60px;
  }
}

@media screen and (max-width: 1024px) {
  html {
    font-size: 100px;
  }
}

@media screen and (max-width: 1000px) and (orientation: landscape) {
  html {
    font-size: 55px;
  }
}

@media screen and (max-width: 800px) {
  html {
    font-size: 70px;
  }
}

@media screen and (max-width: 750px) {
  html {
    font-size: 100px;
  }
}

@media screen and (max-width: 640px) {
  html {
    font-size: 85.33px;
  }
}

@media screen and (max-width: 591px) {
  html {
    font-size: 78.8px;
  }
}

@media screen and (max-width: 562px) {
  html {
    font-size: 74.933px;
  }
}

@media screen and (max-width: 540px) {
  html {
    font-size: 72px;
  }
}

@media screen and (max-width: 521px) {
  html {
    font-size: 69.4666px;
  }
}

@media screen and (max-width: 428px) {
  html {
    font-size: 57.066px;
  }
}

@media screen and (max-width: 414px) {
  html {
    font-size: 55.2px;
  }
}

@media screen and (max-width: 412px) {
  html {
    font-size: 54.933px;
  }
}

@media screen and (max-width: 375px) {
  html {
    font-size: 50px;
  }
}

@media screen and (max-width: 360px) {
  html {
    font-size: 48px;
  }
}

@media screen and (max-width: 320px) {
  html {
    font-size: 42.66px;
  }
}

/* 去掉浏览器激活样式 */
select:focus,
textarea:focus,
input:focus,
button {
  outline: none;
}

/* 提示文字的初始样式 */
input::-webkit-input-placeholder,
input::-moz-input-placeholder,
textarea::-webkit-textarea-placeholder,
textarea::-moz-textarea-placeholder {
  color: #999;
  transition: color 0.5s;
}

/* 提示文字的激活样式 */
/* table */
table {
  border-collapse: collapse;
  border-spacing: 0;
  font: inherit;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
}

input {
  border: none;
  background-color: transparent;
  outline: none;
  /* font-family: Arial, "Microsoft YaHei", "Helvetica Neue", Helvetica,
    "PingFang SC", "Hiragino Sans GB", sans-serif; */
}

a {
  text-decoration: none;
}

/* *,
*:before,
*:after {
  max-height: 100000px;
} */

/*用来解决在安卓上的点击出现篮框问题*/
body {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a {
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
}

/*解决ios上去除微信点击蓝色边框 */
a:focus,
input:focus,
p:focus,
div:focus {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* div {
  -webkit-appearance: none;
} */

.single {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.ellipsis2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ellipsis3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ellipsis4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ellipsis5 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ellipsis6 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ellipsis7 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ellipsis8 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 8;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ellipsis14 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 14;
  overflow: hidden;
  text-overflow: ellipsis;
}

.triangle {
  width: 0;
  height: 0;
  overflow: hidden;
  border-width: 10px;
  border-color: transparent transparent #fff transparent;
  /*上右下左  哪里需要就在哪里设置颜色*/
  border-style: dashed dashed solid dashed;
  /**上右下左  哪里小哪里就设置solid**/
}

img[src=""],
img:not([src]) {
  opacity: 0;
  display: none;
}

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

.fl_l {
  float: left;
}

.fl_r {
  float: right;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  height: auto;
  overflow-x: hidden;
}

/*global*/
:root {
  --bg-purple: rgba(67, 181, 189, 1);
  --bg-white: #fff;
  --bg-black: #000;
  --text-color-purple: rgba(67, 181, 189, 1);
  --text-color-white: #fff;
  --text-color-black: #000;
  --text-color-grey: #666;
  --text-color-999: #999;
}

@media screen and (orientation: landscape) {

  *::-webkit-scrollbar,
  *::-webkit-scrollbar {
    width: 4px;
    border-radius: 1.5px;
  }

  *::-webkit-scrollbar-button,
  *::-webkit-scrollbar-button {
    display: none;
  }

  *::-webkit-scrollbar-track,
  *::-webkit-scrollbar-track {
    background-color: #eee;
  }

  *::-webkit-scrollbar-thumb,
  *::-webkit-scrollbar-thumb {
    background-color: var(--bg-purple);
    border-radius: 4px;
  }

  *::-webkit-scrollbar:horizontal {
    height: 4px;
  }
}

@font-face {
  font-family: "YSHaoShenTi";
  src: url("../fonts/YSHaoShenTi-2.ttf");
}

@font-face {
  font-family: "PMZDBTT";
  src: url("../fonts/PangMenZhengDaoBiaoTiTiMianFeiBan-2.ttf");
}

@font-face {
  font-family: "Kingsoft_Cloud";
  src: url("../fonts/Kingsoft_Cloud_Font.ttf");
}

/* 
@font-face {
  font-family: "Kingsoft_Cloud_Font";
  src: url("../fonts/Kingsoft_Cloud_Font.ttf");
} */

/* @font-face {
  font-family: "iconfont";
  src: url("../fonts/iconfont.woff2") format("woff2"),
    url("../fonts/iconfont.woff") format("woff"),
    url("../fonts/iconfont.ttf") format("truetype");
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
} */

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 16rem;
}

@media (max-width: 1659px) {
  .container {
    padding-left: 0.33rem;
    padding-right: 0.33rem;
    max-width: 16rem;
  }
}

@media (max-width: 1259px) {
  .container {
    padding-left: 0.15rem;
    padding-right: 0.15rem;
    max-width: calc(100% - 0.3rem);
    /* margin: 0; */
  }
}

/* index loading */
/* .loader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(67, 181, 189, 1) 0%, rgba(67, 181, 189, 1) 100%);
  ;
  z-index: 199;
}

.loader.active .circular {
  transform: translate(-50%, -50%) scale(1);
  -webkit-transform: translate(-50%, -50%) scale(1);
}

.loader.active .loader-logo img {
  opacity: 1;
  transition: 1s;
}

.loader.active .loader-line.left,
.loader.active .loader-line.right {
  transform: scaleX(1);
}

.loader-circular {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  width: 1210px;
  padding-bottom: 1210px;
}

.circular {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 34.26%;
  height: 34.26%;
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(0);
  -webkit-transform: translate(-50%, -50%) scale(0);
  background: rgba(255, 255, 255, 0.05);
  transition: 1.8s;
}

.circular.circular2 {
  width: 54.64%;
  height: 54.64%;
  background: rgba(255, 255, 255, 0.02);
}

.circular.circular3 {
  width: 76.41%;
  height: 76.41%;
  background: rgba(255, 255, 255, 0.02);
  transition: 2.6s;
}

.circular.circular4 {
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.02);
  transition: 3.4s;
}

.loader-text {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -17px;
  width: 100%;
  z-index: 3;
}

.loader-line {
  position: absolute;
  top: 50%;
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
}

.loader-line:before {
  position: absolute;
  content: "";
  width: 200px;
  height: 1px;
  background: #fff;
}

.loader-line.left {
  left: 0;
  right: 50%;
  margin-right: 230px;
  transform-origin: right center;
  transform: scaleX(0);
  transition: 4s;
}

.loader-line.left:before {
  right: 0;
}

.loader-line.right {
  right: 0;
  left: 50%;
  margin-left: 230px;
  transform-origin: left center;
  transform: scaleX(0);
  transition: 4s;
}

.loader-line.right:before {
  left: 0;
}

.loader-logo {
  position: relative;
  text-align: center;
  margin: auto;
  width: 290px;
}

.loader-logo img {
  display: block;
  width: 100%;
  height: auto;
  opacity: 0;
}

.loader-logo p {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  margin-top: 24px;
  color: #fff;
  text-align: center;
  font-size: 30px;
  font-family: "Century Gothic";
  line-height: 1;
}

.loader-logo p b {
  font-weight: normal;
} */

/*header*/
.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99;
  height: 100px;
  background-color: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  transition: 0.65s;
}

.header .header__nav__container {
  padding: 0 5%;
  max-width: none;
  height:100%;
  display: flex;
  align-items: center;
  justify-content: center;
  /* position: relative; */
  z-index: 2;
}

.header__logo {
  position: relative;
  /*width: 3.26rem;*/
  height:.68rem;
  margin-right: .1rem;
}

.header__logo a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  /*width: 100%;*/
  height: 100%;
}

.header__logo a img {
  /*width: 66%;*/
  /* width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  opacity: 1; */
  height:100%;
  transition: ease 0.5s;
}

.header__logo img:nth-child(1) {
  margin-right: .15rem;
  /*width: 100%;*/
}

.header__lefts {
  align-items: center;
  display: flex;
  justify-content: flex-start;
}

.menubtn {
  width: 80px;
  box-sizing: border-box;
  position: relative;
  z-index: 20;
  transition: 0.4s;
  cursor: pointer;
  display: none;
}

.menubtn span {
  border-radius: 4px;
  margin: auto;
  display: block;
  width: 20px;
  height: 2px;
  background: #fff;
  position: relative;
  vertical-align: middle;
  transition: 0.45s;
}

.menubtn span:after,
.menubtn span:before {
  content: "";
  border-radius: 4px;
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 2px;
  left: 0;
  background-color: #fff;
  -webkit-transition-duration: 0.3s, 0.3s;
  -moz-transition-duration: 0.3s, 0.3s;
  -ms-transition-duration: 0.3s, 0.3s;
  -o-transition-duration: 0.3s, 0.3s;
  transition-duration: 0.3s, 0.3s;
  -webkit-transition-delay: 0.3s, 0s;
  -moz-transition-delay: 0.3s, 0s;
  -ms-transition-delay: 0.3s, 0s;
  -o-transition-delay: 0.3s, 0s;
  transition-delay: 0.3s, 0s;
  transition: background 0.3s 0s;
}

.menubtn span:before {
  top: -6px;
  -webkit-transition-property: top, transform;
  -moz-transition-property: top, transform;
  -ms-transition-property: top, transform;
  -o-transition-property: top, transform;
  transition-property: top, transform;
}

.menubtn span:after {
  left: auto;
  right: 0;
  bottom: -6px;
  -webkit-transition-property: bottom, transform;
  -moz-transition-property: bottom, transform;
  -ms-transition-property: bottom, transform;
  -o-transition-property: bottom, transform;
  transition-property: bottom, transform;
}

.menubtn.active span {
  transform: rotate(45deg);
}

.menubtn.active span::before {
  opacity: 0;
}

.menubtn.active span::after {
  transform: rotate(-90deg);
  bottom: 0;
}

.header:hover .menubtn span,
.header:hover .menubtn span::before,
.header:hover .menubtn span::after {
  /* background: #fff; */
}

.header.header-sticky .menubtn span {
  background-color: black;
}

.header.header-sticky .menubtn span::before,
.header.header-sticky .menubtn span::after {
  background-color: black;
}

.header__rights {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.navs {
  align-items: center;
  display: flex;
  justify-content: flex-start;
}

.navs>li {
  position: relative;
  text-transform: capitalize;
}

.navs>li:first-child {}

.navs>li>a {
  padding: 0 .16rem;
  display: block;
  color: rgba(51, 51, 51, 1);
  font-size: .18rem;
  line-height: 100px;
  transition: all .3s;
  position: relative;
  z-index: 4;
}

.navs>li>a:before {
  position: absolute;
  left: 50%;
  bottom: 0;
  content: "";
  height: 3px;
  background: rgba(51, 51, 51, 1);
  transition: 0.4s;
  width: 0;
  margin-left: 0;
}

.navs>li:hover a,
.navs>li.active a {
  color: rgba(51, 51, 51, 1);
}

.navs>li:hover a,
.navs>li.active a {
  font-weight: 700;
}

.navs>li:hover a::before,
.navs>li.active a::before {
  width: 32px;
  margin-left: -16px;
}

.navs>li:hover a::after,
.navs>li.active a::after {
  opacity: 1;
}

.navs>li>.submenu {
  position: absolute;
  top: 120px;
  left: 0;
  width: 100%;
  -moz-transition: ease 0.5s;
  -o-transition: ease 0.5s;
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
  opacity: 0;
  visibility: hidden;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 3px 16px rgba(0, 0, 0, 0.1);
  z-index: 10;
}

.navs>li>.submenu a {
  font-size: 0.14rem;
  font-weight: normal;
  line-height: 0.4rem;
  text-align: center;
  position: relative;
  display: block;
  overflow: hidden;
  height: 0.4rem;
  padding: 0 10px;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #333;
}

.navs>li>.submenu a:last-child {
  border-bottom: 0;
}
.navs>li>.pro-submenu{
  left: 50%;
  width: 200%;
  margin-left: -100%;
}
.navs>li>.submenu a:hover {
  color: #fff;
  background: var(--bg-purple);
}

.navs>li>.submenu a:hover:after {
  right: 15px;
  visibility: visible;
}

.navs>li:hover .submenu {
  top: 100px;
  opacity: 1;
  visibility: visible;
  z-index: 999;
}

#header.header-sticky {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  /* transform: translate(0, -30%); */
}

#header.header-sticky .header__logo a img:nth-child(2) {
  opacity: 1;
}

#header.header-sticky .navs>li>a {
  color: #fff;
}

#header.header-sticky .navs>li.active>a,
#header.header-sticky .navs>li:hover>a {
  /* color: #fff; */
}

@media (max-width: 1659px) {
  .header .header__nav__container {
    padding-left: 0.33rem;
    padding-right: 0.33rem;
    margin: 0 auto;
  }

  .navs>li>a {
    padding: 0 .12rem;
  }
}

/*mobile nav*/
.m-nav {
  position: fixed;
  top: 0;
  /*box-shadow: 0 15px 27px 0 rgba(167, 165, 165, .38);*/
  width: 100%;
  height: 100%;
  background: #fff;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  z-index: 0;
  opacity: 0;
  visibility: visible;
  margin-top: 0;
  overflow-y: auto;
  /*    transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;*/
  top: 0;
  transform: translateX(100%);
}

.m-nav a {
  outline: none;
}

.m-nav.active {
  opacity: 1;
  transform: translateX(0);
  z-index: 1000;
}

.m-nav .top {
  height: 60px;
  padding: 20px;
  box-sizing: border-box;
}

.m-nav .top .closed {
  width: 30px;
  height: 30px;
  vertical-align: middle;
  float: right;
  cursor: pointer;
}

.m-nav .logo {
  width: 100%;
  margin: 0 auto 30px;
  justify-content: center;
}

.m-nav .logo img {
  height: 30px;
  display: block;
}

.m-nav .logo img:nth-child(1) {
  margin-right: 15px;
  height: 40px;
}

.m-nav .ul {
  margin-top: 30px;
}

.m-nav .ul li {
  padding: 0 20px;
  border-bottom: 1px solid #f5f5f5;
  transform: translateY(0);
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
  transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
  opacity: 0;
}

.m-nav.active .ul li {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.m-nav .ul li:nth-child(1) {
  -webkit-transition: all 0.2s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
  transition: all 0.2s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
}

.m-nav .ul li:nth-child(2) {
  -webkit-transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
  transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
}

.m-nav .ul li:nth-child(3) {
  -webkit-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
  transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
}

.m-nav .ul li:nth-child(4) {
  -webkit-transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
  transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
}

.m-nav .ul li:nth-child(5) {
  -webkit-transition: all 1s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
  transition: all 1s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
}

.m-nav .ul li:nth-child(6) {
  -webkit-transition: all 1.2s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
  transition: all 1.2s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
}

.m-nav .ul li:nth-child(7) {
  -webkit-transition: all 1.4s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
  transition: all 1s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
}

.m-nav .ul li:nth-child(8) {
  -webkit-transition: all 1.6s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
  transition: all 1.2s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
}

.m-nav .ul li a {
  display: block;
  text-decoration: none;
  color: #333;
  font-size: 16px;
  height: 50px;
  line-height: 50px;
  width: 100%;
  position: relative;
}

.m-nav .ul li a.active {
  font-weight: 800;
  color: #1b2c43;
}

.m-nav .ul li.dropdown a.dropdown-title::before,
.m-nav .ul li.dropdown a.dropdown-title::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 1px;
  background-color: rgba(51, 51, 51, 0.5);
  right: 10px;
  top: 50%;
  -webkit-transition: -webkit-transform 0.25s;
  transition: -webkit-transform 0.25s;
  -o-transition: transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
}

.m-nav .ul li.dropdown a.dropdown-title::after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.m-nav .ul li.dropdown a.dropdown-title.active::after {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.m-nav .ul li a i {
  font-size: 12px;
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
}

.m-nav .ul li .dropdown_menu {
  display: none;
}

.m-nav .ul li.dropdown.active .dropdown_menu {
  display: block;
}

.m-nav .ul li .dropdown_menu a {
  display: block;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  box-sizing: border-box;
  border-bottom: 1px solid #f5f5f5;
}

.m-nav .ul li .dropdown_menu a:last-child {
  border: none;
}

.m-code-box img {
  display: block;
  width: 40%;
  margin: 0 auto;
}

.m-code-box p {
  font-size: .3rem;
  line-height: 2;
}

.m-nav-tel {
  text-align: center;
  margin-top: 18px;
  margin-bottom: 20px;
  font-size: 18px;
  color: #666;
}

.m-nav-tel a {
  font-weight: 800;
}

.m-nav-link {
  text-align: center;
  margin-top: 18px;
}

.m-nav-link a {
  display: inline-block;
  padding: 5px 25px;
  color: #fff;
  cursor: default;
  background: #00598e;
  font-size: 14px;
  line-height: 2;
}

/*main*/
#main {
  position: relative;
  z-index: 50;
}

/*banner*/
.banner {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;
}

.banner .swiper-slide {
  position: relative;
  height: 100%;
  overflow: hidden;
}

.banner .slide-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-size: cover;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.banner .swiper-slide.swiper-slide-active .slide-inner {
  -webkit-animation: scaleBigToSmall 2s;
  animation: scaleBigToSmall 2s;
}

@-webkit-keyframes scaleBigToSmall {
  0% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes scaleBigToSmall {
  0% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

.scaleBigToSmall {
  -webkit-animation-name: scaleBigToSmall;
  animation-name: scaleBigToSmall;
  transform-origin: 50% 50%;
}
.swiper-pagination .circle-progress {
  width: 24px;
  height: 24px;
  background-color: transparent;
  opacity: 1;
  transition: ease-in .3s;
  position: relative;
  margin: auto 5px !important
}

.swiper-pagination .circle-progress i {
  display: inline-block;
  opacity: 1;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: rgba(153, 153, 153, 1);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.swiper-pagination .circle-progress .content {
  position: absolute;
  top: 0;
  width: 12px;
  height: 12px;
  overflow: hidden
}

.swiper-pagination .circle-progress .left {
  left: 0px
}

.swiper-pagination .circle-progress .right {
  right: 0px
}

.swiper-pagination .circle-progress.swiper-pagination-bullet-active i {
  background-color: rgba(255, 255, 255, 1);
}

.swiper-pagination .circle-progress.swiper-pagination-bullet-active {
  width: 24px;
  height: 24px;
  /* border: 1px solid rgba(255, 255, 255, 1); */
  background: transparent
}

.swiper-pagination .circle-progress.swiper-pagination-bullet-active .left {
  left: 0px
}

.swiper-pagination .circle-progress.swiper-pagination-bullet-active .right {
  right: 0px
}

.swiper-pagination .circle-progress.swiper-pagination-bullet-active .content {
  position: absolute;
  top: 0;
  width: 12px;
  height: 24px;
  overflow: hidden
}

.swiper-pagination .circle-progress.swiper-pagination-bullet-active .circle {
  position: absolute;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  z-index: 2;
  border: solid 2px transparent
}

.swiper-pagination .circle-progress.swiper-pagination-bullet-active .left-circle {
  left: 0;
  border-top-color: #fff;
  border-left-color: #fff;
  animation: circle-left 5.05s linear;
  transform: rotate(136deg);
}

.swiper-pagination .circle-progress.swiper-pagination-bullet-active .right-circle {
  right: 0;
  border-bottom-color: #fff;
  border-left-color: #fff;
  animation: circle-right 5.05s linear;
  transform: rotate(46deg);
}

@keyframes circle-right {
  0% {
    transform: rotate(46deg);
  }

  50%,
  100% {
    transform: rotate(224deg);
  }
}

@keyframes circle-left {

  0%,
  50% {
    transform: rotate(136deg);
  }

  100% {
    transform: rotate(315deg);
  }
}

.pagination-box {
  justify-content: space-between;
  align-items: center;
  position: absolute;
  left: 50%;
  bottom: 20px;
  transform: translateX(-50%);
  z-index: 2;
}

.pagination-box .swiper-pagination {
  width: auto;
  font-size: 0;
  position: absolute;
  left: auto;
  right: 0;
  bottom: auto;
}

.lb-num {
  color: rgba(255, 255, 255, 1);
  font-size: 0.15rem;
  line-height: 1;
  font-family: "YSHaoShenTi";
  position: absolute;
  left: 0.5rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}

.lb-num .on {
  color: #fff;
  font-size: 0.3rem;
}

.lb-num span {
  margin: 0 0.06rem;
}

.banner-arrow {
  margin: 0 auto;
}

.pub_title {
  font-size: .36rem;
  line-height: 2;
  font-weight: 800;
}

.pub_title_en {
  font-family: "Montserrat-Light";
  font-size: .52rem;
  line-height: 1.4;
  font-weight: 400;
  word-wrap: break-word;
}

.icon_btn {
  margin-top: .3rem;
  background-color: #fff;
  align-items: center;
  justify-content: center;
  padding: .1rem .15rem;
  max-width: 2rem;
  color: var(--text-color-blue);
  cursor: pointer;
}

.icon_btn:hover {
  background-color: var(--bg-purple);
  color: white;
}

.btn_text {
  font-size: .14rem;
  line-height: 2;
}

.icon_btn i {
  margin-left: .15rem;
  font-size: .12rem;
  line-height: 1;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

*:before,
*:after {
  z-index: -1;
}

.box {
  padding: 8.3vw 0;
}

.sub-title {
  margin-bottom: .5rem;
}

.sub-title .en {
  display: inline-block;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
  font-size: .48rem;
  line-height: 1;
  font-family: "PMZDBTT";
  text-transform: capitalize;
  position: relative;
  z-index: 4;
}

.sub-title .en::before {
  content: "";
  display: block;
  width: 2.5vw;
  height: 2.5vw;
  background: linear-gradient(90deg, rgba(67, 181, 189, 1) 0%, rgba(200, 203, 227, 1) 100%);
  border-radius: 50%;
  position: absolute;
  left: -0.5vw;
  top: -0.5vw;
}

.sub-title .cn {
  font-size: 0.36rem;
  color: rgba(51, 51, 51, 1);
  font-weight: 600;
  line-height: 1.8;
  position: relative;
  z-index: 2;
}

.title .cn::before {
  content: "";
  width: .62rem;
  height: 2px;
  border-radius: 5px;
  background: rgba(24, 73, 149, 1);
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}

.img-box {
  overflow: hidden;
}

.img-box img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
}

.img-box:hover img {
  transform: scale(1.1);
}

.more {
  width: 10.4vw;
  height: 10.4vw;
  background: var(--bg-purple);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  position: absolute;
  right: -5.2vw;
  top: 50%;
  margin-top: -5.2vw;
  border-radius: 50%;
  z-index: 2;
  overflow: hidden;
  transition: all 0.4s ease-in;
  -webkit-transition: all 0.4s ease-in;
  -moz-transition: all 0.4s ease-in;
  -o-transition: all 0.4s ease-in;
  -ms-transition: all 0.4s ease-in;
}

.more::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/circle.png) no-repeat center;
  background-size: 85%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  pointer-events: none;
  animation: round 10s infinite linear;
}

@keyframes round {
  0% {
    transform: rotate(0)
  }

  100% {
    transform: rotate(360deg)
  }
}

.image {
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
}

.loader::before {
  content: "";
  display: inline-block;
  width: 50px;
  position: absolute;
  left: 50%;
  top: 45%;
  margin-left: -25px;
  aspect-ratio: 1;
  border-radius: 50%;
  background:
    radial-gradient(farthest-side, rgba(67, 181, 189, 1) 94%, #0000) top/8px 8px no-repeat,
    conic-gradient(#0000 30%, rgba(67, 181, 189, 1));
  -webkit-mask: radial-gradient(farthest-side, #0000 calc(100% - 8px), #000 0);
  animation: l13 1s infinite linear;
  z-index: 0;
}

@keyframes l13 {
  100% {
    transform: rotate(1turn)
  }
}

/* about */
.home-main section {
  width: 100%;
  height: auto;
  flex: 1;
  display: flex;
  position: relative;
  overflow: hidden;
  background-color: #000;
}

.b1_box {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

.home-main .about {
  width: 100%;
  height: 100vh;
  position: relative;
}

.about::before {
  content: "";
  background: linear-gradient(0deg, #6280b1, #EFF5EF);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.about .image {
  width: 83.3333vw;
  background-attachment:local;
}

.about-left {
  width: 8.33333vw;
  z-index: 2;
  border-right: 1px solid rgba(255, 255, 255, .6);
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}

.about-left .sub {
  height: 73%;
  color: #fff;
  writing-mode: vertical-lr;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 8.33333vw;
  writing-mode: tb-lr;
  font-family: Messapia;
  font-weight: bold;
  font-size: 12px;
}

.about-left .arrow {
  height: 27%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 1px solid rgba(255, 255, 255, .6);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%);
}

.about-text {
  width: 58.33333vw;
  background: #fff;
  height: 73%;
  position: relative;
  margin-left: 33.33333vw;
  padding: 2.4vw 7vw;
}

.about-text .top {
  margin-bottom: .3rem;
  align-items: center;
  justify-content: flex-start;
}

.about-text .top img:first-child {
  margin-right: .3rem;
  height: .7rem;
}

.about-text .top img {
  height: .55rem;
}

.about-text {
  font-size: .16rem;
  line-height: 2;
}
.about-text .cont{
    -webkit-line-clamp:12
}
.about-text h4 {
  color: rgba(51, 51, 51, 1);
  font-weight: 800;
}

.about-text p {
  margin-bottom: .2rem;
  font-size: .16rem;
  font-weight: normal;
  color: rgba(102, 102, 102, 1);
  text-indent: 2em;
  text-align: justify;
}

.about-num {
  margin-left: 8.33333vw;
  height: 27%;
  border-top: 1px solid rgba(255, 255, 255, .6);
  width: 75vw;
  justify-content: flex-start;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%);
}

.about-num .item {
  width: calc(50vw/3);
  height: 100%;
  color: #fff;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.about-num .item i {
  font-size: .6rem;
  font-family: "Kingsoft_Cloud";
  font-style: normal;
  line-height: 1.2;
}

.about-num .item span {
  margin-left: .01rem;
  vertical-align: -6px;
  font-weight: normal;
  line-height: 1;
}

.about-num .item:first-child {
  flex-direction: column-reverse;
  width: 25vw;
  background: linear-gradient(180deg, rgba(233, 235, 233, 1) 0%, rgba(67, 181, 189, 1) 100%);
}

.about-num .item+.item {
  border-left: 1px solid rgba(255, 255, 255, .6);
}

.boxFluid {
  width: 80%;
  margin-left: 8.33333vw;
  position: relative;
}

/* technology */
.technology {
  flex-wrap: wrap;
  background: linear-gradient(180deg, rgba(240, 242, 241, 1) 0%, rgba(136, 178, 205, 1) 100%);
}

.tech-info {
  width: 33.5vw;
}

.tech-info .tech-name{
  margin-top: 3vw;
  font-size: 1.45833vw;
  color: #000;
  font-weight: 500;
}
.tech-info .desc {
  font-weight: 400;
  color: #111111;
  line-height: 28px;
  margin-top: 2vw;
  margin-bottom: 3vw;
}

.more2 {
  width: 8.45833vw;
  height: 3vw;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}

.more2 em {
  display: inline-block;
  height: 3.54166vw;
  width: 1vw;
  transform: rotate(-90deg)
}

.more2 em img {
  height: 100%;
}

.more2::before {
  content: "";
  display: block;
  transition: ease 1s;
  transform: rotate(10deg);
  width: 100%;
  height: 100%;
  border: 1px solid rgba(67, 181, 189, 1);
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
}

.more2::after {
  content: "";
  display: block;
  transition: ease 1s;
  transform: rotate(-10deg);
  width: 100%;
  height: 100%;
  background: rgba(67, 181, 189, 1);
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
}

.more2:hover::before,
.more2:hover::after {
  transform: rotate(0);
}

.tech-img {
  width: 41.66666vw;
  height: 27.08333vw;
  margin-left: auto;
  position: relative;
  z-index: 1;
}

.tech-img video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.tech-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4.1vw 0px 4.1vw 0px;
}

.tech-img::before {
  content: "";
  display: block;
  width: 45.3125vw;
  height: 28.125vw;
  position: absolute;
  left: 51%;
  top: 47%;
  transform: translate(-50%, -50%);
  background: url(../images/oval.png) no-repeat center;
  background-size: 99% auto;
  z-index: -1;
}

.technology-btn {
  justify-content: flex-end;
}
.technology-btn .swiper-btn{
  margin-top: 2vw;
  position: relative;
  left: auto;
  top: auto;
}

/* solution */
.solution,
.case {
  background: linear-gradient(180deg, rgba(242, 243, 242, 1) 0%, rgba(167, 227, 231, 1) 100%);
}

.solution-list .item {
  width: 33.3%;
  overflow: hidden;
  float: left;
  background: #FFFFFF;
  transition: ease 1s;
  height: 27.60416vw;
  border-right: 1px solid #BED6D6;
  position: relative;
}

.solution-list .item .imgbg {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.1, 1.1);
  transition: ease 1s;
}

.solution-list .item .infoBox {
  width: 100%;
  height: 100%;
  padding: 3.5vw;
  box-sizing: border-box;
  transition: ease 1s;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  left: 0;
  top: 0;
  background: #fff;
}

.solution-list .item .infoBox .icon {
  height: 8vw;
  transition: ease 1s;
}

.solution-list .item .infoBox .icon img {
  display: block;
  margin: 0 auto;
  height: 100%;
}

.solution-list .item .infoBox .cont {
  transition: ease 1s;
}

.solution-list .item .infoBox .cont h3 {
  font-size: 1.5625vw;
  font-weight: bold;
  margin: 1.5vw 0;
}

.solution-list .item .infoBox .cont p {
  font-size: .16rem;
  color: #444444;
  line-height: 28px;
}

.solution-list .item .infoBox .more2 {
  margin: 0 auto;
  height: 2.8125vw;
  transform: translateY(100%);
  opacity: 0;
  transition: ease 1s;
}

.solution-list .item:hover .imgbg {
  transform: scale(1, 1);
}

.solution-list .item:hover .infoBox {
  background: rgba(25, 25, 25, 0.3);
}

.solution-list .item:hover .infoBox .icon {
  transform: translateY(-100%);
  opacity: 0;
}

.solution-list .item:hover .infoBox .cont {
  color: #fff;
  transform: translateY(-5vw);
}

.solution-list .item:hover .infoBox .cont p {
  color: #fff;
}

.solution-list .item:hover .infoBox .more2 {
  transform: translateY(2vw);
  opacity: 1;
}

/* case */
.case {
  flex-direction: column;
}

.case-top {
  align-items: flex-start;
}

.top-left {
  padding: 8vw;
}

.case-desc {
  font-size: 1.6vw;
  font-weight: bold;
  line-height: 2.4vw;
  width: 630px;
  margin-top: 3vw;
}

.case-desc span {
  display: inline-block;
  background: rgba(67, 181, 189, 1);
  margin: 0 5px;
  font-size: 1.875vw;
  color: #fff;
  padding: 0 10px;
}

.case-name-list {
  width: 18.75vw;
  margin-left: auto;
  display: flex;
  align-items: center;
  text-align: right;
  min-height: 32vw;
  padding: 1vw 0;
  align-items: center;
  border-left: 1px solid rgba(0, 0, 0, .1);
  justify-content: center;
  padding-right: 3vw;
}

.case-name-list li {
  width: 100%;
  font-size: .16rem;
  font-weight: 500;
  color: #262626;
  cursor: pointer;
  position: relative;
  z-index: 1;
}

.case-name-list li::before {
  content: "";
  display: block;
  width: 11.45833vw;
  height: 140px;
  background: url(../images/oval2.png) no-repeat bottom center;
  background-size: 100% auto;
  position: absolute;
  right: -3vw;
  bottom: -2vw;
  opacity: 0;
  transition: ease 1s;
}

.case-name-list li .cn {
  font-size: .16rem;
  line-height: 40px;
  color: #1B1B1B;
}

.case-name-list li .en {
  display: none;
  font-size: .14rem;
  font-family: "PMZDBTT";
  font-weight: bold;
  color: #000000;
  text-transform: uppercase;
  /* width: 11.71875vw; */
  max-height: 0;
  overflow: hidden;
  transition: all .5s;
}

.case-name-list li.active {
  margin: 2vw 0;
}

.case-name-list li.active::before {
  opacity: 1;
}

.case-name-list li.active .cn {
  font-size: .2rem;
  font-weight: bold;
}

.case-name-list li.active .en {
  transition-timing-function: ease-in;
  max-height: 50px;
}

.case-bottom {
  border-top: 1px solid rgba(0, 0, 0, .1);
  width: 100%;
  align-items: stretch;
}

.swiper-caseInfo {
  width: 40.5vw;
  height: 25vw;
  overflow: hidden;
}

.swiper-caseInfo .swiper-slide {
  width: 100%;
  padding: 4vw 6vw 4vw 8vw;
  opacity: 0 !important;
}

.swiper-caseInfo .swiper-slide h3 {
  font-size: 1.8vw;
  font-weight: bold;
  color: #141311;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

.swiper-caseInfo .switch {
  position: absolute;
  font-size: .16rem;
  left: 8vw;
  bottom: 5vw;
  z-index: 3;
  background: url(../images/arrow-line.png) no-repeat bottom center;
  background-size: 100% auto;
  padding-bottom: .1rem;
  width: 230px;
}

.swiper-caseInfo .switch span {
  display: inline-block;
  margin-right: .2rem;
  font-weight: bold;
}

.swiper-caseInfo .swiper-slide.swiper-slide-active {
  opacity: 1 !important;
}

.case-wrap {
  width: 59.5vw;
  height: 25vw;
  overflow: hidden;
}

.swiper-casePic {
  width: 40.5vw;
  height: 100%;
  margin: 0;
  overflow: visible;
}

.swiper-casePic .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
}

/* news */
.home-main section.news {
  padding-top: 8.3vw;
  position: relative;
  background-color: #fff;
}

.news-top {
  margin-bottom: 5vw;
  justify-content: space-between;
}

.news-top .sub-title {
  margin-bottom: 0;
}

.news-classify-tab {
  align-items: center;
  justify-content: center;
}

.news-classify-tab a {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  color: #000000;
}

.news-classify-tab a+a {
  margin-left: 4vw;
}

.news-classify-tab a:hover,
.news-classify-tab a.active {
  color: rgba(67, 181, 189, 1);
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

.news-bd .swiper {
  border-top: 1px solid #a9afb5;
  border-bottom: 1px solid #a9afb5;
  position: relative;
  overflow: hidden;
}

.news-bd .swiper .news-item {
  width: 62.5vw;
  border-right: 1px solid #a9afb5;
  padding: 5vw 0;
  padding-left: 8.3vw;
  padding-right: 5vw;
  box-sizing: border-box;
}

.news-bd .swiper .news-item h3 {
  width: 36.71875vw;
  font-size: 1.45833vw;
  font-weight: bold;
  margin-bottom: 4vw;
  transition: ease .5s;
}

.news-item .img-box {
  width: 240px;
  height: 160px;
  flex-shrink: 0;
  margin-right: 2vw;
}

.news-item .desc {
  width: 80%;
  font-size: .16rem;
  font-weight: 400;
  color: #444444;
  line-height: 28px;
  margin-bottom: 20px;
}

.news-item .info-bt {
  justify-content: space-between;
}

.news-item .info-bt .time {
  flex-shrink: 0;
  font-size: .15rem;
  font-family: "PMZDBTT";
  font-weight: bold;
  color: rgba(67, 181, 189, 1);
}

.news-item .info-bt .more3 svg {
  width: .3rem;
}

.news-item:hover h3 {
  color: rgba(67, 181, 189, 1);
}

.news-item:hover .info-bt .more3 svg path {
  fill: rgba(67, 181, 189, 1);
}

.swiper-btn {
  position: absolute;
  left: 50vw;
  top: 2vw;
  z-index: 3;
}

.swiper-btn span.btn {
  display: inline-block;
  width: 4.6875vw;
  height: 2.08vw;
  outline: none;
  margin-right: 1vw;
  border: 1px solid #DDDDDD;
  border-radius: 50%;
  cursor: pointer;
  transition: ease 1s;
}

.swiper-btn .prev {
  background: url(../images/arrow-l.png) no-repeat center;
  background-size: 2.08vw auto;
}

.swiper-btn .next {
  background: url(../images/arrow-r.png) no-repeat center;
  background-size: 2.08vw auto;
}

.swiper-btn span.btn:hover {
  border-color: rgba(67, 181, 189, 1);
}

.swiper-btn .prev:hover {
  background-image: url(../images/arrow-l-on.png);
}

.swiper-btn .next:hover {
  background-image: url(../images/arrow-r-on.png);
}

.all-news {
  display: block;
  padding: 3vw 0;
  width: 100%;
  font-size: .16rem;
}

.all-news img {
  display: block;
  margin: 0 auto;
  margin-bottom: 5px;
}

.all-news p {
  font-weight: bold;
}

/* footer */
#footer {}

#footer .b1_box {
  padding: 2.916vw 0 2.8vw;
  background: url(../images/ftbg.jpg) no-repeat center;
  background-size: cover;
  position: relative;
  z-index: 1;
}

.bottom-top {
  justify-content: space-between;
}

.bottom-logo {
  /* height: .56rem; */
}

.bottom-logo img {
  height: 3vw;
}

.bottom-logo img:first-child {
  margin-right: .2rem;
  height: 3.66vw;
}

.bottom-search {
  align-items: flex-start;
  flex-direction: column;
}

.bottom-search span {
  margin-bottom: .1rem;
  font-size: .16rem;
  color: #fff;
  line-height: 2;
}

.search-box {
  width: 29.1666vw;
  background-color: #fff;
  justify-content: space-between;
  align-items: stretch;
}

.bottom-search .search-input {
  padding: .8333vw;
  font-size: .16rem;
  line-height: 1.6;
  width: calc(100% - 6.25vw);
}

.bottom-search .search-input::placeholder {
  font-size: .16rem;
  line-height: 1.6;
  color: rgba(204, 204, 204, 1);
}

.bottom-search .search-btn {
  display: block;
  width: 6.25vw;
  height: 3.125vw;
  font-size: .16rem;
  color: #fff;
  line-height: 1;
  border: none;
  background-color: rgba(67, 181, 189, 1);
  cursor: pointer;
}

.bottom-code-menu {
  align-items: flex-start;
  justify-content: space-between;
}

.code-box {
  width: 8.02vw;
}

.code-box img {
  width: 90%;
  max-width: 100%;
}

.code-box p {
  font-size: .14rem;
  color: #fff;
  line-height: 2;
  margin-top: .05rem;
}

/* bottom menu */
.bottom-menu {
  align-items: flex-start;
  justify-content: space-between;
}

.bottom-menu .menu-item {
  margin: 0;
}

.bottom-menu .menu-item2 .menu-extra-title {
  text-align: center;
}

.bottom-menu .menu-item2 .menu-extra-title::before {
  left: 50%;
  transform: translateX(-50%);
}

.bottom-menu div.menu-item+div.menu-item {
  margin-left: 2.68vw;
}

.bottom-menu .menu-extra-title {
  margin-bottom: .05rem;
  padding-bottom: .1rem;
  font-size: .18rem;
  color: rgba(255, 255, 255, 1);
  position: relative;
}

.bottom-menu .menu-extra-title::before {
  content: "";
  width: .22rem;
  height: 1px;
  background-color: rgba(60, 177, 73, 1);
  position: absolute;
  left: 0;
  bottom: 0;
}

.bottom-menu ol li a {
  color: rgba(255, 255, 255, 0.86);
  font-size: .15rem;
  line-height: 36px;
  font-weight: lighter;
}

.footer-copy {
  padding: .15rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  background-color: rgba(25, 25, 25, 1);
  color: #fff;
  font-size: 0.14rem;
}

.footer-copy .container {
  justify-content: center;
}

.footer-copy a {
  padding-left: .1rem;
}

.footer-copy br {
  display: none;
}

.footer-copy a {
  color: #fff;
}

.backTop {
  position: fixed;
  z-index: 51;
  right: 50px;
  bottom: -100px;
  width: 0.52rem;
  height: 0.52rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  text-align: center;
  background-color: var(--bg-purple);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

.backTop img {
  max-width: 48%;
  position: relative;
  z-index: 10;
}

.backTop.active {
  bottom: 50px;
}

@media (max-width: 760px) {
  .backTop {
    width: 0.8rem;
    height: 0.8rem;
    right: 20px;
  }

  .backTop.active {
    bottom: 80px;
  }
}

/* page*/
.page-main {
  margin-top: 100px;
}

.subBanner {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.subBanner .img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.subBanner img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.subBanner .container {
  margin-left: 0;
  position: absolute;
  left: 50%;
  bottom: 12%;
  transform: translateX(-50%);
}

.subBanner .container h2 {
  font-size: .36rem;
  font-weight: lighter;
  color: #fff;
}

/* page sub menu */
.page-subMenu {
  background-color: rgba(248, 248, 248, 1);
  border-bottom: 1px solid #f2f2f2;
  color: #fff;
  position: relative;
  z-index: 2;
}

.page-subMenu .container {
  align-items: center;
  justify-content: space-between;
}

/* page path */
.path {
  font-size: 0.14rem;
  color: rgba(102, 102, 102, 1);
  display: flex;
  align-items: center;
  line-height: 1;
}

.path a {
  color: rgba(102, 102, 102, 1);
}

.path a:first-child {
  padding: .01rem .2rem .01rem 0;
  display: inline-block;
  text-indent: -9999em;
  position: relative;
}

.path a:first-child::before {
  content: "";
  background: url(../images/ico-home.png) no-repeat center;
  background-size: contain;
  display: inline-block;
  width: .16rem;
  height: .16rem;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.page-name {
  padding: .18rem .2rem;
  flex-direction: column;
  justify-content: center;
  background: linear-gradient(90deg, rgba(18, 82, 170, 1) 0%, rgba(0, 54, 115, 1) 100%);
}

.page-name h2 {
  color: #fff;
  font-size: 0.2rem;
  font-weight: 600;
  word-break: keep-all;
}

.page-name p {
  font-size: .12rem;
  color: rgba(173, 195, 255, 1);
  line-height: 1;
  text-transform: uppercase;
}

.pub-nav {
  height: .78rem;
}

.pub-nav li {
  padding: 0 .2rem;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  text-align: center;
  position: relative;
}

.pub-nav li a {
  font-size: 0.18rem;
  color: rgba(102, 102, 102, 1);
  position: relative;
  word-break: keep-all;
}

.pub-nav li a::before {
  content: "";
  width: 0%;
  height: 1px;
  background-color: var(--bg-purple);
  transition: 0.4s;
  position: absolute;
  left: 50%;
  bottom: -3px;
  transform: translateX(-50%);
}

.pub-nav li:first-child {
  padding-left: 0;
}

.pub-nav li+li::before {
  content: "";
  width: 1px;
  height: 30%;
  background-color: rgba(255, 255, 255, .8);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.pub-nav li.active,
.pub-nav li:hover {}

.pub-nav li.active a::before,
.pub-nav li:hover a::before {
  width: 30%;
}

.pub-nav li.active a,
.pub-nav li:hover a {
  font-weight: 800;
  color: var(--text-color-purple);
}

/* page about */
.page-about {
  padding-bottom: .5rem;
}

.page-about-cont {
  padding-top: .5rem;
  align-items: stretch;
}

.page-about-cont .page-text strong {
  color: #2b2b2b;
  font-size: .18rem;
}

/* page honor */
.page-about-honor {
  background-color: rgba(235, 236, 237, 1);
}

.page-honor-list {
  flex-wrap: wrap;
  align-items: stretch;
}

.page-honor-list .honor-item {
  margin-right: .2rem;
  margin-bottom: .2rem;
  display: block;
  padding: .2rem;
  width: calc((100% - .6rem)/4);
  background-color: #fff;
}

.honor-list .honor-item .honor-pic {
  height: 2.3rem;
}

.honor-list .honor-item .honor-pic img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.page-honor-list .honor-item h4 {
  margin-top: .15rem;
  max-height: .56rem;
  text-align: center;
  font-size: .18rem;
  line-height: 1.6;
}

.page-honor-list .honor-item:nth-child(4n) {
  margin-right: 0;
}

/* page about history */
.page-history {
  padding: .7rem 0;
  position: relative;
}

.swiper-history .swiper-slide .img {
  position: relative;
  overflow: hidden;
}

.swiper-history .swiper-slide .pic {
  width: 100%;
  opacity: 0;
}

.swiper-history .swiper-slide .img img.lazy {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* z-index: 1; */
}

.swiper-history .swiper-slide h4 {
  margin-top: .15rem;
  font-size: .26rem;
  font-weight: bold;
  color: var(--text-color-purple);
  line-height: 2;
}

.swiper-history .swiper-slide .desc {
  font-size: .16rem;
  line-height: 1.7;
  white-space: pre-line;
}

.swiper-history-button {
  margin-top: .3rem;
  position: relative;
  justify-content: center;
  align-items: center;
}

.swiper-history-button span {
  margin: .08rem;
  background-color: #fff;
  border-radius: 100%;
  width: .45rem;
  height: .45rem;
  color: var(--text-color-purple);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, .1);
  position: relative;
  left: auto;
  top: auto;
  right: auto;
}

.swiper-history-button .swiper-button-next:after,
.swiper-history-button .swiper-button-prev:after {
  font-size: .16rem;
}

/* page honor list */
.page-honor {
  padding-top: .7rem;
  padding-bottom: .7rem;
  background: #e4e9ed;
}

.hon_tab_nav_box {
  float: left;
  width: 15%;
}

.hon_tab_nav_box>div {
  max-width: 130px;
  color: #d5dae0;
  transition: all .5s ease-out;
  padding-bottom: .5rem;
  cursor: pointer;
}

.hon_tab_nav_box>div:last-child {
  padding-bottom: 0;
}

.hon_tab_num {
  font-size: 40px;
  line-height: 1;
}

.hon_tab_name {
  line-height: 56px;
  font-size: 16px;
  font-weight: 700;
  color: #72787f;
  transition: all .5s ease-out;
  position: relative;
}

.hon_tab_name::after {
  content: '';
  position: absolute;
  width: 0;
  height: 5px;
  background-color: var(--bg-purple);
  left: 0;
  bottom: 0;
  transition: all .5s ease-out;
}

.hon_tab_nav_box>div.on,
.hon_tab_nav_box>div:hover {
  color: var(--text-color-purple);
}

.hon_tab_nav_box>div.on .hon_tab_name,
.hon_tab_nav_box>div:hover .hon_tab_name {
  color: var(--text-color-purple);
}

.hon_tab_nav_box>div:hover .hon_tab_name::after,
.hon_tab_nav_box>div.on .hon_tab_name::after {
  width: 100%;
}

.hon_con_case {
  float: right;
  width: 83.33%;
  position: relative;
}

.hon_con_case>div {
  display: none;
  position: relative;
}

.hon_con_case>div:first-child {
  display: block;
}

.hon_con_box {
  float: left;
  width: 60%;
  padding-right: 10%;
  padding-left: 10%;
  overflow: hidden;
  position: relative;
  margin-top: 8px;
}

.hon_con_box .swiper-container {
  overflow: initial;
  padding-bottom: 120px;
}

.sha_tra {
  position: absolute;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(left, rgba(228, 233, 237, 1) 0%, rgba(228, 233, 237, 0) 25%, rgba(228, 233, 237, 0) 75%, rgba(228, 233, 237, 1) 100%);
  background: -o-linear-gradient(left, rgba(228, 233, 237, 1) 0%, rgba(228, 233, 237, 0) 25%, rgba(228, 233, 237, 0) 75%, rgba(228, 233, 237, 1) 100%);
  background: -webkit-gradient(linear, right top, right bottom, color-stop(0, rgba(228, 233, 237, 1)), color-stop(0.25, rgba(228, 233, 237, 0)), color-stop(0.75, rgba(228, 233, 237, 0)), color-stop(1, rgba(228, 233, 237, 1)));
  background: -webkit-linear-gradient(left, rgba(228, 233, 237, 1) 0%, rgba(228, 233, 237, 0) 25%, rgba(228, 233, 237, 0) 75%, rgba(228, 233, 237, 1) 100%);
  z-index: 3;
  top: 0;
  left: 0;
  pointer-events: none;
}

.hon_con_box .swiper-slide {
  opacity: 0.9;
  transition: all .5s ease-in;
}

.hon_con_box .swiper-slide.active {
  opacity: 1;
}

.hon_con_box .swiper-slide>div {
  width: 100%;
  position: relative;
}

.hon_con_box .swiper-slide>div>img {
  display: block;
  max-width: 435px;
  max-height: 405px;
  margin: 0 auto;
}

.hon_name {
  text-align: center;
  margin-top: 25px;
  font-weight: 700;
  color: #000;
  font-size: .2rem;
  line-height: 1.5;
  opacity: 0;
  transition: all .5s ease-in;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
}

.hon_con_box .swiper-slide.active .hon_name {
  opacity: 1;
}

.hon_name_box {
  width: calc(29.23% + 50px);
  float: right;
  padding: 25px 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

.hon_name_text {
  font-size: 16px;
  line-height: 60px;
  height: 60px;
  padding: 0 10px;
  text-align: center;
  /* opacity: .5; */
  color: #000;
  transition: all .5s ease-in;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;

}

.hon_name_box .active-nav .hon_name_text {
  font-size: 18px;
  font-weight: 700;
  background-color: rgba(255, 255, 255, 1);
  box-shadow: 0 0 46px rgba(29, 56, 75, .17);
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

.hon_name_box .swiper-container {
  height: 370px;
  padding: 25px 25px 15px 25px;
  overflow: hidden;
}

.hon_name_box .swiper-slide {
  cursor: pointer;
}

.hon_name_box .swiper-button-prev,
.hon_name_box .swiper-button-next {
  background-image: none;
  width: 100%;
  text-align: center;
  margin: 0;
  color: #000;
}

.hon_name_box .swiper-button-prev img,
.hon_name_box .swiper-button-next img {
  width: .18rem;
}

.hon_name_box .swiper-button-next:after,
.hon_name_box .swiper-button-prev:after {
  content: "";
}

.hon_name_box .swiper-button-prev {
  top: 0;
  left: 0;
}

.hon_name_box .swiper-button-next {
  top: auto;
  right: 0;
  bottom: 0;
}

/* page team list */
.page-team {
  padding: .7rem 0;
}

.page-team-list {
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.team-item {
  margin-right: .5rem;
  margin-bottom: .5rem;
  width: calc((100% - 1rem)/3);
}

.team-item:nth-child(3n) {
  margin-right: 0;
}

.team-item .item-box {
  width: 100%;
  position: relative;
  background: #eee;
  align-items: flex-start;
  transition: all 0.36s;
}

.team-item .item-box .info {
  width: calc(100% - 2.2rem);
  padding-right: .2rem;
  padding-top: .43rem;
  padding-left: .4rem;
}

.team-item .item-box .info .info_title {
  font-size: .24rem;
  font-weight: 800;
  line-height: 1.2;
  color: #333333;
  margin-bottom: .1rem;
}

.team-item .item-box .info .tips {
  font-size: .14rem;
  font-family: 'Arial' !important;
}

.team-item .item-box .info .desc {
  margin-top: .24rem;
  padding-top: .23rem;
  position: relative;
}

.team-item .item-box .info .desc p {
  font-size: .16rem;
  line-height: 1.75;
  color: #666666;
  overflow: hidden;
  word-wrap: break-word;
  word-break: normal;
  text-align: justify;
}

.team-item .item-box .info .desc::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #d5d5d5;
  transition: all 0.36s;
  z-index: 0;
}

.team-item .item-box .pic {
  width: 2.2rem;
  position: relative;
}

.hel_img {
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
}

.hel_img1 {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.team-item:hover .item-box {
  background-color: #cacaca;
}

.team-item:hover .item-box .info .desc::before {
  background-color: #afafaf;
}

/* page team detail */
.page-team-content {
  align-items: flex-start;
  justify-content: space-between;
}

.page-team-content .cont-left {
  width: 4.9rem;
  padding-right: 1rem;
  padding-top: .78rem;
  padding-bottom: .78rem;
}

.page-team-content .cont-left .img {
  width: 100%;
}

.page-team-content .cont-left .img img {
  width: 100%;
}

.page-team-content .cont-left .tips {
  margin-top: .28rem;
  margin-bottom: .16rem;
  padding-left: .36rem;
}

.page-team-content .cont-left .tips img {
  width: .22rem;
}

.page-team-content .cont-left .tips p {
  width: calc(100% - .22rem);
  padding-left: .15rem;
}

.page-team-content .cont-right {
  width: calc(100% - 4.9rem);
  padding-left: 1.09rem;
  padding-top: .76rem;
  padding-bottom: .76rem;
  overflow: hidden;
}

.page-team-content .cont-right .r-title {
  align-items: flex-end;
}

.page-team-content .cont-right .r-title p {
  font-size: .4rem;
  line-height: 1.2;
  color: #333333;
  font-weight: bold;
}

.page-team-content .cont-right .r-title span {
  font-size: .24rem;
  line-height: 1.5;
  color: #666666;
  padding-left: .24rem;
}

.r-ful {
  margin-top: .46rem;
}

.r-ful .r-ful-li {
  margin-bottom: .55rem;
}

.r-ful-li .r-f-tit {
  position: relative;
}

.r-ful-li .r-f-tit p {
  font-size: .2rem;
  line-height: 1.5;
  color: #333333;
  font-weight: bold;
}

.r-ful-li .r-f-tit::before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 95px;
  width: calc(100% - 95px);
  height: 1px;
  background: #dfdfdf;
}

.r-ful-li .r-f-tit::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 95px;
  width: 20px;
  height: 3px;
  background: #1b2c43;
}

.r-ful-li .r-f-desc {
  margin-top: .2rem;
  font-size: .16rem;
  line-height: 2;
  color: #666666;
  text-align: justify;
}

.content-reback {
  justify-content: space-between;
}

.content-post,
.content-post a {
  font-size: .16rem;
  color: rgba(209, 213, 219, 1);
  line-height: 2;
}

.content-post a:hover {
  color: var(--text-color-purple);
}

.reback p {
  font-size: .18rem;
  line-height: 2;
}

.reback i {
  margin-left: .2rem;
  margin-right: .1rem;
  width: .48rem;
  height: .48rem;
  justify-content: center;
  border: 1px solid rgba(0, 0, 0, .5);
  border-radius: 100%;
  transition: all .3s;
}

.reback i img {
  width: .24rem;
}

.reback:hover i {
  scale: 1.25;
  background-color: var(--bg-purple);
  border-color: var(--bg-purple);
}

.reback:hover i img {
  width: .28rem;
}

/* page partner */
.page-partner {
  padding: .7rem 0;
}

.page-partner-list {
  flex-wrap: wrap;
}

.page-partner-list .item {
  margin-right: .32rem;
  margin-bottom: .32rem;
  width: calc((100% - 1.28rem)/5);
  box-shadow: 0 0 20px 0 rgba(229, 229, 229, .5);
  border-radius: 8px;
}

.page-partner-list .item:nth-child(5n) {
  margin-right: 0;
}

.page-product-detail {
  padding: .7rem 0;
  background-color: #f5f5f5;
}

.page-product-detail .product-content {
  padding: .5rem;
  background-color: #fff;
}

.page-product-detail .det-title {
  font-size: .3rem;
  position: relative;
  line-height: 1.4;
  margin-bottom: .15rem;
}

.page-product-detail .det-title::after {
  display: block;
  content: "";
  width: 60px;
  height: 3px;
  background: var(--bg-purple);
  margin: 5px 0px;
}

.page-product-detail .det-text {
  font-size: .16rem;
  line-height: 1.8;
  text-align: justify;
}

.page-product-detail .det-text p {
  margin-bottom: .15rem;
}
.page-product-detail .det-text img{
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto!important;
}

/* page service */
.page-service {}

.ser-box {
  padding: .7rem 0;
}

.ser-box .titles {
  font-size: .36rem;
  line-height: 1.2;
  font-weight: 800;
}

.ser-box .desc {
  margin-top: .3rem;
  font-size: .18rem;
  line-height: 2;
}

.ser-box .desc p {
  margin-bottom: .2rem;
}

.ser-pro-box {
  background: url(../images/serbg.jpg) no-repeat center;
  background-size: cover;
}

.ser-pro-list {
  justify-content: center;
}

.ser-pro-list .item {
  margin: 0 .2rem;
  padding: .2rem 0;
  width: 30%;
}

.ser-pro-list .item .img {
  height: 3rem;
  background-image: linear-gradient(199deg, rgba(255, 255, 255, 0.10) 6%, #F3F4F6 98%);
  border-radius: .12rem;
}

.ser-pro-list .item .img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: .12rem;
}

.ser-pro-list .item p {
  margin-top: .32rem;
  font-size: .24rem;
  line-height: 1;
  text-align: center;
  font-weight: 800;
}

.ser-function-list .item {
  margin: 0;
  width: 80%;
  background: none;
}

.ser-function-list .item .img {
  height: auto;
}

.ser-sol-box {
  background-color: rgb(249, 250, 251);
}

.page-service-sol {
  margin-top: .5rem;
}

.page-service-sol .swiper-slide {
  position: relative;
  height: 3rem;
}

.page-service-sol .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: .12rem;
}

.page-service-sol .swiper-slide .name {
  padding: .15rem;
  width: 100%;
  font-size: .2rem;
  font-weight: 800;
  color: #fff;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}

.page-service-sol .swiper-slide::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 200px;
  background: linear-gradient(180deg, rgba(209, 60, 1, 0) 0%, rgba(30, 136, 229, 0.5) 100%);
  z-index: 0;
}

/* page case */
.page-case {
  padding: .7rem 0;
  background: linear-gradient(0deg, rgba(167, 227, 231, .75), #F2F3F2);
}

.page-case-list {
  flex-wrap: wrap;
  align-items:flex-start;
}

.page-case-list a {
  width: 49%;
  margin-right: 2%;
  margin-bottom: 2%;
  border-bottom: 2px solid rgba(0, 0, 0, .05);
}

.page-case-list a:nth-child(2n) {
  margin-right: 0;
}

.page-case-list a .case-img {
  border-radius: .1rem;
  height: 4.2rem;
}

.page-case-list a h4 {
  padding: .2rem 0;
  font-size: 18px;
}

.page-case-content {
  align-items: flex-start;
}

.page-case-content .caseLeft {
  width: 50%;
  padding-right: 10vw;
}

.page-case-content .caseLeft .cn {
  font-size: .3rem;
  line-height: 1.4;
}

.page-case-content .caseLeft .desc {
  margin-top: .3rem;
  font-size: .18rem;
  color: var(--text-color-purple);
}

.page-case-content .caseLeft .img {
  margin-top: .3rem;
}

.page-case-content .caseLeft .img img {
  width: 100%;
}

.page-case-content .caseRight {
  width: 50%;
}

.case-det-box .tit {
  font-size: .2rem;
  color: var(--text-color-purple);
}

.case-det-box .page-text {
  margin-top: .25rem;
  margin-bottom: .25rem;
}

/* page news box */
.page-news-box {
  padding: .5rem 0;
}

.page-news-list2 {
  margin-bottom: .5rem;
}

.page-news-list2 .page-news-item {
  padding: .3rem 0;
  position: relative
}

.page-news-list2 .page-news-item:before,
.page-news-list2 .page-news-item:after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #f2f2f2;
  content: '';
  transition: ease-in-out .3s;
  -webkit-transition: ease-in-out .3s;
  -moz-transition: ease-in-out .3s;
}

.page-news-list2 .page-news-item:after {
  background: var(--bg-purple);
  width: 0
}

.page-news-list2 .page-news-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.page-news-list2 .page-news-left {
  width: calc(100% - 20.833vw - 4.4vw)
}

.page-news-list2 .page-news-right {
  width: 20.833vw;
  margin-left: 4.4vw;
  overflow: hidden;
  height: 13.2vw
}

.page-news-list2 .page-news-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: ease-in-out .3s;
  -webkit-transition: ease-in-out .3s;
  -moz-transition: ease-in-out .3s;
}

.page-news-list2 .page-news-time {
  font-size: .16rem;
  color: #666;
  margin-bottom: .1rem;
}

.page-news-list2 .page-news-title {
  font-size: .2rem;
  color: #333;
  font-weight: bold;
  margin-bottom: .2rem;
}

.page-news-list2 .page-news-summary {
  font-size: .16rem;
  line-height: 2;
  color: #666
}

.page-news-list2 .page-news-item:hover:after {
  width: 100%
}

.page-news-list2 .page-news-item:hover .page-news-title {
  color: var(--text-color-purple)
}

/*page news details*/
.page-news-detail {
  align-items: flex-start;
  justify-content: space-between;
}

.news-detail-left {
  padding: .3rem .4rem;
  width: 75%;
  background-color: rgba(251, 251, 251, 1);
}

.page-title {
  font-size: .2rem;
  color: #000;
  font-weight: bold;
  line-height: 1.6;
}

.page-info {
  font-size: 12px;
  color: #999;
  padding: .1rem 0;
  border-bottom: 1px solid rgba(242, 242, 242, 1);
  margin-bottom: .3rem;
}

.page-info span {
  margin-left: .2rem;
}

.page-text,
.page-text p {
  margin-bottom: 0.12rem;
  text-align: justify;
  font-size: 0.16rem;
  line-height: 2;
  color: #2b2b2b;
}

.page-text img {
  max-width: 100%;
  height: auto !important;
}

.news-detail-right {
  width: 23%;
  margin-bottom: .3rem;
  background: #fff;
  padding: .15rem .25rem;
}

.news-detail-right h3 {
  font-size: .24rem;
  color: #333;
  font-weight: 800;
}

.news-detail-right h3:after {
  display: block;
  width: .45rem;
  height: 3px;
  background: var(--bg-purple);
  content: "";
  margin-top: .1rem;
  margin-bottom: .15rem;
}

.page-news-hot li {
  padding: .08rem 0
}

.page-news-hot li a {
  display: block;
}

.page-news-hot li a .img-box {
  height: 1.8rem;
}

.page-news-hot li a .name {
  margin-top: .08rem;
  font-size: .16rem;
  line-height: 2;
}

.page-news-hot li+li {
  border-top: 1px solid rgba(0, 0, 0, .1);
}

/* page job list */
.page-job {
  padding: .5rem 0;
  background-color: #F7F7F7;
}

.join_us-banner-container .banner-title {
  margin: 80px auto 32px;
  font-size: 32px;
  font-weight: 600;
  color: #fff;
  line-height: 60px;
}

.table-recruit-table {
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  width: 100%;
  text-align: left;
  border-radius: 4px 4px 0 0;
  border-collapse: separate;
  border-spacing: 0;
  color: rgba(0, 0, 0, .65);
}

.table-recruit-table colgroup col.li_1,
.join_list li .li_con .li_1 {
  width: 18%;
}

.table-recruit-table colgroup col.li_2,
.join_list li .li_con .li_2 {
  width: 32%;
}

.table-recruit-table colgroup col.li_3,
.join_list li .li_con .li_3 {
  width: 12%;
}

.table-recruit-table colgroup col.li_4,
.join_list li .li_con .li_4 {
  width: 12%;
}

.table-recruit-table colgroup col.li_5,
.join_list li .li_con .li_5 {
  width: 16%;
}

.table-recruit-table colgroup col.li_6,
.join_list li .li_con .li_6 {
  width: 10%;
}

.ant-table-thead>tr {
  -webkit-transition: all .3s, height 0s;
  transition: all .3s, height 0s;
}

.ant-table-thead>tr>th {
  color: rgba(0, 0, 0, .85);
  font-weight: 500;
  text-align: left;
  background: #fff;
  border-bottom: 1px solid #e8e8e8;
  -webkit-transition: background .3s ease;
  transition: background .3s ease;
}

.ant-table-tbody>tr>td {
  border-bottom: 1px solid #e8e8e8;
  -webkit-transition: all .3s, border 0s;
  transition: all .3s, border 0s;
}

.table-recruit-table tr th {
  color: #333;
  font-size: 16px;
  font-weight: 800 !important;
  border-bottom: 1px solid #f3f3f3;
  padding: 15px 0 !important;
  line-height: 20px;
}

.table-recruit-table th:first-child,
.table-recruit-table td:first-child {
  padding-left: 26px !important;
}

.join_con {
  position: relative;
  background-color: #fff;
  padding-bottom: 80px;
}

.join_nav {
  width: 100%;
  color: #000;
  font-size: 14px;
  text-align: left;
  position: relative;
  border-bottom: 1px solid #b2b2b2;
  padding: 25px 4%;
}

.join_nav li {
  display: inline-block;
  opacity: .6;
  padding: 0 20px;
  cursor: pointer;
}

.join_nav li.on,
.join_nav li:hover {
  color: var(--text-color-purple);
  opacity: 1;
}

.join_nav li:nth-child(1) {
  padding-left: 0;
}

.join_nav .mark {
  position: absolute;
  right: 4%;
  top: 25px;
}

.join_list {
  margin-bottom: 80px;
  width: 100%;
  padding: 0;
  text-align: left;
  position: relative;
}

.join_list li {
  width: 100%;
  color: #000;
  font-size: .14rem;
}

.join_list li .li_con {
  width: 100%;
  flex-direction: row;
  align-items: center;
  border-bottom: 1px solid #e5e5e5;
  position: relative;
  padding: 20px 0;
  cursor: pointer;
}

.join_list li:nth-child(2n+2) .li_con {
  background-color: #fcfcfc;
}

.join_list li .li_con:after {
  content: '';
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 8px solid #000;
  border-bottom: none;
  position: absolute;
  right: 4%;
  top: 32px;
  /*transition: all .3s;*/
  z-index: 0;
}

.join_list li:hover .li_con:after {
  border-top: 8px solid var(--bg-purple);
}

.join_list li.on .li_con:after {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 8px solid var(--bg-purple);
  border-top: none;
}

.join_list li .li_con .li_1 {
  padding-left: 26px;
  font-size: 16px;
}

.join_list li .li_con .li_5 {
  opacity: .6;
}

.join_list li .li_detail {
  width: 100%;
  color: #000;
  font-size: 14px;
  border-bottom: 1px solid #e5e5e5;
  padding: 0 26px;
  display: none;
}

.join_list li .li_detail p {
  line-height: 30px;
}

.join_list li .li_detail b {
  font-weight: bold;
}

.li_detail_jy {
  width: 100%;
  border-bottom: 1px solid #e5e5e5;
  padding: 35px 0;
}

.li_detail_jy p {
  display: inline-block;
  width: 36%;
}

.li_detail_jy p:nth-child(2),
.li_detail_jy p:nth-child(5) {
  width: 42%;
}

.li_detail_jy p:nth-child(3),
.li_detail_jy p:nth-child(6) {
  width: 20%;
}

.li_detail_jy p b {
  margin-right: 10px;
}

.li_detail_xx {
  width: 100%;
  padding: 30px 0;
}

.li_detail_xx strong {
  font-size: .18rem;
}

.li_detail_xx p {
  font-size: .14rem;
}

.li_detail_btn {
  width: 250px;
  height: 60px;
  line-height: 60px;
  color: #f3f3f3;
  font-size: 18px;
  text-align: center;
  background-color: #222;
  margin-left: 0;
  cursor: pointer;
}

.li_detail_btn:hover {
  background-color: #333;
}

/*page next*/
.page-next {
  margin-top: 30px;
  padding: .2rem 0;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid rgba(0, 0, 0, .05);
}

.page-next p {
  width: 48%;
  flex: 1;
  line-height: 20px;
  padding-top: .2rem;
  padding-bottom: .2rem;
  padding: .2rem;
  box-sizing: border-box;
  display: block;
}

.page-next .post_next {
  direction: rtl;
}

.page-next span {
  display: block;
  font-size: .14rem;
  padding-bottom: 1vw;
  color: rgba(102, 102, 102, 1);
}

.page-next a {
  font-size: .16rem;
  line-height: 1.6;
  font-weight: 600;
}

.page-next .post_next a {
  display: flex;
  justify-content: flex-end;
  direction: ltr
}

/* page contact */
.page-contact {
  background: #F7F7F7;
  display: flex;
}

.page-contact-left {
  width: 43.2%;
  padding: 7.375vw 6vw
}

.page-contact-left .page-title {
  font-size: .34rem;
  color: #000;
  margin-bottom: .3rem;
  font-family: 'Noto Serif CJK SC', 'Noto Serif CJK', 'Source Han Serif SC', ‘ Source Han Serif ’, source-han-serif-sc, serif;
  font-weight: bold
}

.page-contact-tel {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: .4rem;
}

.page-contact-tel i svg {
  width: .5rem;
  height: .5rem;
  fill: var(--bg-purple)
}

.page-contact-tel i svg path {
  fill: var(--bg-purple)
}

.page-contact-tel p {
  margin-left: .1rem;
  font-size: .16rem;
  color: var(--bg-purple)
}

.page-contact-tel p b {
  display: block;
  font-size: .4rem;
  color: var(--bg-purple);
  line-height: 1;
  font-family: 'Noto Serif CJK SC', 'Noto Serif CJK', 'Source Han Serif SC', ‘ Source Han Serif ’, source-han-serif-sc, serif;
}

.page-contact-adds {
  margin-bottom: .7rem;
}

.page-contact-adds p {
  align-items: center;
  font-size: .16rem;
  color: #333;
  line-height: 2;
}

.page-contact-adds p i {
  margin-right: .1rem;
  font-size: .18rem;
  color: var(--text-color-purple);
  line-height: 1;
}

.page-contact-code {
  display: flex;
  justify-content: flex-start;
  align-items: center
}

.page-contact-code-item {
  margin-right: 2vw;
  text-align: center;
  width: calc((100% - 6vw) / 4)
}

.page-contact-code-item:last-child {
  margin-right: 0
}

.page-contact-code-item p {
  font-size: .16rem;
  color: #333;
  margin-top: .1rem;
}

.page-contact-info {
  margin-top: .6rem;
  font-size: .16rem;
  color: #999;
  line-height: 2
}

.page-contact-right {
  width: 56.8%
}

.page-contact-right #map {
  width: 100%;
  height: 100%
}
/*sitemap*/
.sitemap {
  padding:6.3vw 0;
  height: auto;
  width: 100%;
  overflow: hidden;
  margin-bottom: .6rem;
}
.sitemap ul li {
  margin-bottom: .2rem;
}
.sitemap h2 {
  margin-bottom: .1rem;
  display: block;
  line-height: 2;
  font-size: .18rem;
  color: #333;
  font-weight: 800;
  border-bottom: 1px dotted rgba(0, 0, 0, .1);
}
.sitemap .sub_map {
  display: block;
}
.sitemap .sub_map a {
  display: inline-block;
  font-size: .15rem;
  line-height: 2;
  margin-right: .25rem;
}
@media (max-width: 1659px) {
    .about-text .cont{
        -webkit-line-clamp:12;
    }}

@media (max-width: 1440px) {
    .about-text .cont{
        -webkit-line-clamp:12;
    }
}

@media (min-width: 1300px) and (max-width: 1549px) {
    .about-text .cont{
        -webkit-line-clamp:12;
    }
}
@media (max-width: 1281px) and (max-width: 1299px) {
    .about-text .cont{
        -webkit-line-clamp:12;
    }
}
@media (max-width: 1280px) {
  .box {
    padding: 0.5rem 0;
  }

  .nav-wrapper .nav-item {
    padding: 0 15px;
  }

  .nav-wrapper>.nav-item+.nav-item {
    margin-left: 10px;
  }

  
.about-text .cont{
        -webkit-line-clamp:12;
    }
  .footer-copyright {
    padding-top: 0.3rem;
  }

  .footer-copyright br {}
}

@media (min-width: 1025px) and (max-width: 1270px) {
  .container {
    width: 100%;
    padding: 0 15px;
  }

  .header .header__nav__container {
    max-width: 100%;
  }

  .nav-wrapper .nav-item h2.nav-item-link {
    font-size: 15px;
  }

  .nav-wrapper>.nav-item+.nav-item {
    padding: 0 12px;
  }

  .page-about-box {
    padding-top: .6rem;
  }

  .cases_detail_logo {
    right: 15px;
  }

  .footer .container {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .footer .footer-copyright .container {
    padding-top: 0;
    padding-bottom: 0;
  }
}

/*pages*/
.pages {
  margin-top: 0.3rem;
  padding-bottom: 0.3rem;
  text-align: center;
}

.pages a,
.pages b {
  margin: 5px;
  display: inline-block;
  font-size: 0.14rem;
  color: #777777;
  border: none;
  line-height: 32px;
  height: 32px;
  padding: 0 12px;
  background-color: #f6f6f6;
}

.pages b {
  background: var(--bg-purple);
  color: var(--text-color-white);
}

.pages a:hover {
  color: var(--text-color-blue);
}

.pages a:first-child {
  display: none;
}

@media (max-width: 760px) {

  .pages a,
  .pages b {
    font-size: .24rem;
    height: 24px;
    line-height: 24px;
    padding: 0 8px;
  }
}

@media (max-width: 1024px) {
  .navs {
    display: none;
  }

  .menubtn {
    display: block;
  }

  .banner {
    height: 68vh;
  }
}

@media screen and (orientation: portrait) {
  .ind_body {
    overflow-y: auto !important;
  }

  #header {
    height: 60px;
  }

  #header .header__nav__container {
    padding: 0 0.3rem;
  }

  .header__logo {
    width: auto;
    height: 60px;
  }

  .header__logo a img {
    width: auto;
    height: 32px;
  }

  .header__logo img:nth-child(1) {
    opacity: 1;
  }

  .header__logo img:nth-child(2) {
    height: 26px;
    opacity: 1;
  }

  .navs {
    display: none;
  }

  .menubtn {
    display: block;
    width: 20px;
  }

  #header .menubtn span,
  #header .menubtn span:after,
  #header .menubtn span:before,
  .page_body #header .menubtn span,
  .page_body #header .menubtn span:after,
  .page_body #header .menubtn span:before {
    background-color: #3b3b3b;
  }

  .banner {
    margin-top: 60px;
    height: 28vh;
  }

  .banner-arrow {
    display: none;
  }

  .lb-num {
    display: none;
  }

  .swiper-pagination .circle-progress {}

  .box {}

  .title {
    flex-direction: column;
  }

  .title .cn {
    padding-left: 0;
    font-size: 0.4rem;
    line-height: 1.6;
    text-align: center;
  }

  .title .en {
    margin-top: -.82rem;
    padding-left: 0;
    font-size: 0.36rem;
    font-weight: 600;
  }

  .more {
    margin-top: .3rem;
    padding: 0;
    width: auto;
    height: .7rem;
    font-size: .26rem
  }

  .more i {
    margin-right: .1rem
  }

  /*banner*/
  .banner {
    width: 100%;
    overflow: hidden;
    position: relative;
  }

  .banner .swiper-slide {
    overflow: hidden;
  }

  .banner .slide-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }

  .banner .swiper-slide.swiper-slide-active .slide-inner {
    -webkit-animation: scaleBigToSmall 4s;
    animation: scaleBigToSmall 4s;
  }

  @-webkit-keyframes scaleBigToSmall {
    0% {
      opacity: 1;
      -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
      transform: scale(1.2);
    }

    100% {
      opacity: 1;
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
    }
  }

  @keyframes scaleBigToSmall {
    0% {
      opacity: 1;
      -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
      transform: scale(1.2);
    }

    100% {
      opacity: 1;
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
    }
  }

  .scaleBigToSmall {
    -webkit-animation-name: scaleBigToSmall;
    animation-name: scaleBigToSmall;
    transform-origin: 50% 50%;
  }

  .banner__container {
    padding: 0 5%;
    width: 100%;
    position: absolute;
    bottom: 0.2rem;
    left: 0;
  }

  .pagination-box {
    bottom: 15px;
    justify-content: space-between;
    align-items: center;
  }

  .pagination-box .swiper-pagination {
    margin: 0 auto;
    width: auto;
    font-size: 0;
    position: relative;
    left: auto;
    bottom: auto;
  }

  .swiper-pagination .circle-progress {
    width: 14px;
    height: 14px;
  }

  .swiper-pagination .circle-progress .content {
    width: 7px;
    height: 7px;
  }

  .swiper-pagination .circle-progress i {
    width: 4px;
    height: 4px;
  }

  .swiper-pagination .circle-progress.swiper-pagination-bullet-active {
    width: 14px;
    height: 14px;
  }

  .swiper-pagination .circle-progress.swiper-pagination-bullet-active .content {
    width: 7px;
    height: 14px;
  }

  .swiper-pagination .circle-progress.swiper-pagination-bullet-active .circle {
    width: 14px;
    height: 14px;
    border-width: 1px;
  }

  /* mobile about */
  .home-main .about {
    height: auto;
    flex-direction: column;
  }

  .about .image {
    width: 100%;
    height: 60vw;
    position: relative;
    left: auto;
    top: auto;
  }

  .about-left {
    display: none;
  }

  .about-text .top {
    justify-content: center;
  }

  .about-text {
    width: 100%;
    padding: .6rem .3rem;
    margin-left: 0;
  }

  .about-text h4 {
    font-size: .28rem;
  }

  .about-text p {
    font-size: .266rem;
  }

  .more {
    position: relative;
    top: auto;
    margin: 0;
    right: auto;
    width: 80px;
    height: 80px;
    margin-top: 30px;
  }

  .more img {
    height: 30px;
  }

  .more2 {
    margin: 0 auto;
    width: 2.32rem;
    height: .78rem;
  }

  .more2 em {
    display: block;
    height: 100%;
    width: .3rem;
  }

  .sub-title {
    margin-bottom: .2rem;
    text-align: center;
  }

  .sub-title .en::before {
    width: .4rem;
    height: .4rem;
  }

  .about-num {
    margin: 0;
    width: 100%;
    flex-wrap: wrap;
  }

  .about-num .item,
  .about-num .item:first-child {
    padding: .3rem;
    width: 50%;
    flex-direction: column;
    background: none;
  }

  .about-num .item h3 {
    font-size: 0;
    line-height: 1;
  }

  .about-num .item h3 label {
    font-size: 0;
  }

  .about-num .item span {
    margin-left: .15rem;
    font-size: .3rem;
  }

  .about-num .item p {
    font-size: .24rem;
  }

  .about-num .item:nth-child(3) {
    border-left: none;
  }

  .about-num .item+.item+.item {
    border-top: 1px solid rgba(255, 255, 255, .6);
  }

  .boxFluid {
    margin: 0;
    padding: 0 15px;
    width: 100%;
  }

  .swiper-technology .swiper-slide .boxFluid {
    flex-direction: column;
  }

  .tech-info {
    width: 100%;
  }

  .tech-info .sub-title {
    text-align: center;
  }
  .tech-info .tech-name{
    margin-top: .3rem;
    font-size: .36rem;
    font-weight: 800;
  }
  .tech-info .desc {
    font-size: 14px;
    line-height: 24px;
    height: auto;
    margin: .3rem 0 .5rem;
    -webkit-line-clamp: 999;
  }

  .tech-img {
    margin-top: .68rem;
    width: 100%;
    height: 60vw;
  }

  .tech-img::before {
    display: none;
  }
  .technology-btn{
    justify-content: center;
  }

  .solution-list .item .infoBox .icon {
    height: .8rem;
  }

  .solution-list .item .infoBox .cont h3 {
    margin: .15rem 0;
    font-size: .28rem;
  }

  .solution-list .item .infoBox .cont p {
    display: none;
  }

  .solution-list .item .infoBox .more2 {
    display: none;
  }

  .case {
    padding-bottom: .5rem;
  }

  .top-left {
    padding: .5rem 15px 0;
  }

  .case-name-list {
    display: none;
  }

  .case-desc {
    margin: .3rem 0;
    width: 100%;
    font-size: .32rem;
    line-height: 1.6;
  }

  .case-desc span {
    font-size: .28rem;
  }

  .case-bottom {
    flex-direction: column-reverse;
  }

  .swiper-caseInfo {
    width: 100%;
    height: auto;
  }

  .swiper-caseInfo .swiper-slide {
    padding: .4rem .3rem;
  }

  .swiper-caseInfo .swiper-slide h3 {
    font-size: .32rem;
    line-height: 1.6;
  }

  .swiper-caseInfo .swiper-slide p {
    font-size: .24rem;
    line-height: 1.8;
  }

  .swiper-caseInfo .switch {
    margin: .2rem auto 0;
    padding-bottom: .2rem;
    font-size: .3rem;
    color: #333;
    position: relative;
    left: auto;
    bottom: auto;
  }

  .case-wrap {
    width: 100%;
    height: 60vw;
  }

  .swiper-casePic {
    width: 100%;
  }

  .news-top {
    margin-bottom: .5rem;
    flex-direction: column;
  }

  .news-classify-tab {
    margin-top: .4rem;
    justify-content: space-between;
  }

  .news-classify-tab a {
    margin: 0;
    padding: 0;
    font-size: .3125rem;
    border-radius: unset;
  }

  .news-bd .swiper .news-item {
    padding: 1.4rem .3rem .3rem;
    border-left: 1px solid #a9afb5;
  }

  .news-bd .swiper .news-item h3 {
    width: 100%;
    font-size: .3rem;
    line-height: 24px;
    height: 48px;
  }

  .news-item .img-box {
    width: 140px;
    height: 100px;
  }

  .news-item .desc {
    margin: .3rem 0;
    width: 100%;
    font-size: .28rem;
    line-height: 1.8;
    -webkit-line-clamp: 2;
  }

  .news-item .info-bt .time {
    font-size: .24rem;
  }

  .news-item .info-bt .more3 svg {
    height: .3rem;
  }

  .all-news p {
    font-size: .26rem;
  }

  .swiper-btn {
    right: 10px;
    left: auto;
    top: 20px;
  }

  .swiper-btn span.btn {
    width: 60px;
    height: 30px;
    background-size: auto 12px !important;
  }

  /* page */
  .page-main {
    margin-top: 60px;
  }

  .subBanner {
    height: 16vh;
  }

  .page-subMenu {
    margin-top: 0;
    background-color: transparent;
    box-shadow: 0px 2px 8px rgba(135, 135, 135, 0.2);
  }

  .page-subMenu .container {
    max-width: 100%;
    padding: 0;
    height: auto;
    justify-content: flex-start;
    flex-wrap: wrap-reverse;
  }

  .container-left {
    width: 100%;
  }

  .page-name {
    display: none;
  }

  .pub-nav {
    width: 100%;
  }

  .pub-nav ul {
    width: 100%;
    /* display: block; */
  }

  .pub-nav li {
    padding: 0;
    flex: auto;
  }

  .pub-nav li a {
    padding: .15rem .2rem;
    font-size: .28rem;
  }

  .path {
    width: 100%;
    padding: .2rem 0.3rem;
    font-size: .24rem;
    border-bottom: 1px solid rgba(250, 250, 250, 1);
  }

  .path a:first-child {
    padding-right: .25rem;
  }

  .path a:first-child::before {
    width: .28rem;
    height: .28rem;
    font-size: .26rem;
    line-height: 1;
  }

  .page-main .title {
    margin-bottom: .2rem;
  }

  /* page about */
  .page-about-cont {
    flex-direction: column;
  }

  .page-about-cont .about-img {
    width: 100%;
  }

  .page-about-cont .about-text {
    width: 100%;
    padding: 0 !important;
  }

  .page-about-cont .about-text strong {
    margin: .1rem 0;
    display: inline-block;
    font-size: .3rem;
    line-height: 2;
  }

  /* page history */
  .page-history {
    padding: .5rem 0;
  }

  .swiper-history .swiper-wrapper {
    flex-direction: column;
  }

  .swiper-history .swiper-slide h4 {
    font-size: .32rem;
  }

  .swiper-history .swiper-slide .desc {
    margin-bottom: .5rem;
    font-size: .266rem;
    line-height: 1.6;
    white-space: inherit;
  }

  .swiper-history-button {
    display: none;
  }

  /* page about honor list */
  .page-honor .tea_case {
    flex-direction: column;
  }

  .hon_tab_nav_box {
    float: none;
    width: 100%;
  }

  .hon_tab_nav_box>div {
    width: 25%;
    float: left;
    text-align: center;
  }

  .hon_tab_num {
    font-size: 24px;
  }

  .hon_tab_name {
    line-height: 40px;
    font-size: .266rem;
  }

  .hon_tab_name::after {
    height: 3px;
  }

  .hon_con_case {
    width: 100%;
  }

  .hon_con_case .pure {
    display: flex;
    flex-direction: column;
  }

  .hon_con_box {
    width: 100%;
  }

  .hon_con_box .swiper-slide>div>img {
    max-width: 100%;
    max-height: auto;
  }

  .hon_name {
    font-size: .32rem;
  }

  .hon_con_box .swiper-container {
    padding-bottom: 70px;
  }

  .hon_name_box {
    float: none;
    width: 100%;
    top: auto;
    right: auto;
    position: relative;
    display: none;
  }

  .hon_name_box .swiper-container {
    height: 102px;
  }

  /* mobile page team list */
  .page-team {
    padding: .5rem 0;
  }

  .page-team-list {
    flex-direction: column;
  }

  .team-item {
    margin-bottom: .3rem;
    margin-right: 0;
    width: 100%;
  }

  .team-item .item-box .info {
    padding-top: .4rem;
    padding-left: .4rem;
    padding-right: .18rem;
    width: calc(100% - 2.4rem);
  }

  .team-item .item-box .pic {
    width: 2.4rem;
  }

  .team-item .item-box .info .info_title {
    font-size: .36rem;
  }

  .team-item .item-box .info .tips {
    font-size: .28rem;
  }

  .team-item .item-box .info .desc {
    margin-top: .16rem;
    padding-top: .18rem;
  }

  .team-item .item-box .info .desc p {
    font-size: .26rem;
    -webkit-line-clamp: 3;
  }

  /* mobile page team detail */
  .page-team-content {
    flex-direction: column;
  }

  .page-team-content .cont-left {
    width: 100%;
    padding: .5rem 0 .4rem;
  }

  .page-team-content .cont-left .img {
    width: 90%;
    margin: 0 auto;
  }

  .page-team-content .cont-right {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    padding-top: .34rem;
    padding-bottom: .36rem;
  }

  .r-ful-li .r-f-tit p {
    font-size: .3rem;
  }

  .r-ful-li .r-f-tit::before {
    left: 1.6rem;
    width: calc(100% - 1.6rem);
  }

  .r-ful-li .r-f-tit::after {
    left: 1.6rem;
    height: 2px;
  }

  .r-ful-li .r-f-desc {
    font-size: .266rem;
    margin-top: .2rem;
  }

  .content-reback {
    flex-direction: column;
    align-items: flex-start;
  }

  .content-post {
    width: 100%;
  }

  .content-post,
  .content-post a {
    font-size: .266rem;
  }

  .reback {
    margin-top: .4rem;
    width: 100%;
    height: .8rem;
    background-color: var(--bg-purple);
    border-radius: 5px;
    justify-content: center;
  }

  .reback p {
    font-size: .266rem;
    line-height: 2;
    color: #fff;
  }

  .reback i {
    display: none;
  }

  /* page about honor list */
  .page-honor{
    padding: .5rem 0;
  }
  .page-honor-list .honor-item {
    margin-right: .3rem;
    width: calc((100% - .3rem)/2);
  }

  .page-honor-list .honor-item h4 {
    margin-top: .1rem;
    font-size: .24rem;
    max-height: 1.2rem;
  }

  .page-honor-list .honor-item:nth-child(2n) {
    margin-right: 0;
  }
  .page-partner{
    padding: .5rem 0;
  }
  .page-partner-list .item{
    margin-right: .3rem;
    margin-bottom: .3rem;
    width: calc((100% - .6rem)/3);
  }
  .page-partner-list .item:nth-child(5n){
    margin-right:.3rem
  }
  .page-partner-list .item:nth-child(3n){
    margin-right:0
  }

  .page-product-detail {
    padding: .5rem 0;
  }

  .page-product-detail .product-content {
    padding: .35rem;
  }

  .page-product-detail .det-title {
    font-size: .4rem;
  }

  .page-product-detail .det-text {
    font-size: .266rem;
  }

  /* page service */
  .ser-box {
    padding-left: .3rem;
    padding-right: .3rem;
  }

  .ser-box .titles {
    font-size: .4rem;
  }

  .ser-box .desc {
    font-size: .266rem;
    line-height: 2;
  }

  .ser-box .desc br {
    display: none;
  }

  .ser-box .desc img {
    width: 100%;
  }

  .ser-pro-list {
    flex-wrap: wrap;
  }

  .ser-pro-list .item {
    margin: 0;
    width: 100%;
  }

  .ser-pro-list .item .img {
    /* height: 3.6rem; */
  }

  .ser-pro-list .item p {
    font-size: .36rem;
  }
  .page-service-sol .swiper-slide{
    height: 3.6rem;
  }
  .page-service-sol .swiper-slide .name{
    padding: .2rem .15rem;
    font-size: .3rem;
  }

  /* mobile case list */
  .page-case-list a .case-img {
    height: 2.2rem
  }

  .page-case-list a h4 {
    font-size: .28rem;
  }

  /* mobile page case detail */
  .page-case{
    padding: .5rem 0;
  }
  .page-case-content{
    flex-direction: column;
  }
  .page-case-content .caseLeft{
    width: 100%;
    padding-right: 0;
  }
  .page-case-content .caseLeft .desc{
    font-size: .266rem;
  }
  .page-case-content .caseRight{
    width: 100%;
  }
  .case-det-box .tit{
    font-size: .3rem;
  }

  /* page news list */
  .page-news-list {
    margin-bottom: .3rem;
  }

  .page-news-list li {
    margin-right: 0;
    margin-bottom: 4%;
    position: relative;
    width: 100%;
  }

  .page-news-list .page-news-item {
    padding: 0;
  }

  .page-news-list .page-news-block {
    align-items: center;
  }

  .page-news-list .page-news-left {
    margin-right: 0;
    width: 36%;
    height: 2rem;
    max-height: none;
    min-height: auto;
  }

  .page-news-list .page-news-left img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .page-news-box .page-news-time {
    font-size: .24rem
  }

  .page-news-box .page-news-title {
    font-size: .28rem;
    line-height: 1.6;
    margin-bottom: 0
  }

  .page-news-box .page-news-summary {
    font-size: .24rem;
    line-height: 1.8;
    -webkit-line-clamp: 1;
    margin-top: .05rem;
    margin-bottom: .1rem;
  }

  .page-news-list .page-news-right {
    padding: .15rem .2rem .15rem .3rem;
    width: 64%;
  }

  .page-news-list li .news-txt h4 {
    font-size: .28rem
  }

  .page-news-list li .news-txt p {
    font-size: .24rem;
  }

  .page-news-list li .news-txt span {
    font-size: .24rem;
  }

  .page-news-list2 .page-news-right {
    margin-left: .2rem;
    height: 1.28rem;
  }

  /* page news detail */
  .page-news-box {
    padding: .5rem .3rem;
  }

  .page-news-detail {
    padding: 0;
    max-width: 100%;
    flex-direction: column;
  }

  .news-detail-left {
    width: 100%;
  }

  .page-title {
    font-size: .32rem;
  }

  .news-detail-left .page-info {
    font-size: .24rem;
    margin: .2rem 0;
    padding: .15rem 0;
  }

  .news-detail-right {
    width: 100%;
  }

  .news-detail-right h3 {
    font-size: .32rem;
  }

  .page-text,
  .page-text p {
    font-size: 0.26rem;
  }
  .page-about-cont .page-text strong{
    font-size: .3rem;
  }
  .page-next .post_prev,
  .page-next .post_next {
    padding: 10px;
  }

  .page-next a {
    font-size: 0.26rem;
  }

  .page-info {
    margin: 0.38rem 0;
    padding-bottom: 0.285rem;
  }

  .page-next {
    margin-top: 0.38rem;
  }

  /* mobile page job */
  .join_list {
    margin-bottom: .3rem;
  }

  .join_list .hidden-xs {
    display: none;
  }

  .table-recruit-table th:first-child,
  .table-recruit-table td:first-child {
    padding-left: 15px !important;
  }

  .join_list li {
    font-size: .24rem;
  }

  .join_list li .li_con {
    padding: 10px 0;
  }

  .join_list li .li_con .li_1 {
    padding-left: 15px;
  }

  .table-recruit-table colgroup col.li_1 {
    width: 35%;
  }

  .join_list li .li_con .li_1 {
    width: 45.8%;
  }

  .table-recruit-table colgroup col.li_3 {
    width: 25%;
  }

  .join_list li .li_con .li_3 {
    width: 35%;
  }

  .table-recruit-table colgroup col.li_6,
  .join_list li .li_con .li_6 {
    width: 5%;
  }

  .join_list li .li_con .li_1 {
    font-size: 15px;
  }

  .join_list li .li_con:after {
    top: 45%;
  }

  .join_list li .li_detail {
    padding: 0 15px;
  }

  .li_detail_xx {
    padding: .2rem 0;
  }

  .li_detail_xx strong {
    font-size: .28rem;
  }

  .li_detail_xx p {
    font-size: .25rem;
  }

  /* mobile page contact */
  .page-contact {
    flex-direction: column;
  }

  .page-contact-left {
    width: 100%;
    padding: .3rem .33rem;
  }

  .page-contact-left .page-title {
    font-size: .4rem;
    margin-bottom: .3rem;
  }

  .page-contact-tel {
    margin-bottom: .2rem;
  }

  .page-contact-tel i {
    display: flex;
    width: .8rem;
    height: .8rem
  }

  .page-contact-tel i svg {
    width: .8rem;
    height: .8rem
  }

  .page-contact-tel p {
    font-size: .24rem
  }

  .page-contact-tel p b {
    font-size: .42rem
  }

  .page-contact-adds p {
    margin: .3rem 0;
    font-size: .26rem;
    align-items: flex-start;
    line-height: 1.4;
  }

  .page-contact-adds p i {
    margin-right: .15rem;
    font-size: .3rem;
    line-height: 1.4;
  }

  .page-contact-code-item p {
    font-size: .24rem
  }

  .page-contact-adds {
    margin-bottom: .3rem;
    font-size: .28rem;
  }

  .page-contact-info {
    margin-top: .3rem;
    font-size: .24rem;
  }

  .page-contact-right {
    height: 5rem;
    width: 100%
  }

  /* footer */
  #footer {}

  #footer .b1_box {
    padding: .5rem 0;
  }

  .bottom-top {
    margin-bottom: .5rem;
    flex-direction: column;
  }

  .bottom-logo {
    margin-bottom: .3rem;
  }

  .bottom-logo img {
    height: .5rem;
  }

  .bottom-logo img:first-child {
    height: .6rem;
  }

  .bottom-search {
    margin: 0 auto;
    width: 80%;
  }

  .bottom-search span {
    font-size: .266rem;
  }

  .search-box {
    width: 100%;
  }

  .bottom-search .search-input {
    padding: .1rem .2rem;
    font-size: .266rem;
  }

  .bottom-search .search-input::placeholder {
    font-size: .24rem;
  }

  .bottom-search .search-btn {
    width: 1.6rem;
    height: .68rem;
    font-size: .266rem;
  }

  .bottom-menu {
    display: none;
  }

  .bottom-code-menu .code-box {
    margin: 0 auto;
    width: 40%;
  }

  .code-box p {
    font-size: .3rem;
  }
  .sitemap h2{
      font-size:.32rem;
  }
  .sitemap .sub_map a{
      font-size:.266rem;
  }

  .footer-copy {
    padding: 0.2rem 0 0.2rem;
    text-align: center;
    font-size: 0.24rem;
    color: rgba(102, 102, 102, 1);
  }

  .footer-copy .container {
    flex-direction: column;
  }

  .footer-copy br {
    display: block;
  }

  .footer-copy p,
  .footer-copy span,
  .footer-copy a {
    font-size: 0.24rem;
    color: rgba(102, 102, 102, 1);
  }

  .fixed_case .fixed_btn:hover .fixed_n {
    color: #2c8dcd;
    font-weight: 700;
  }

  .fixed_case:hover {
    transform: translate(13.6612%, -50%);
  }
}