@import url("animate.min.css");
@import url("../fonts/iconfont.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-blue);
  padding: 0 1.75rem 1.25rem;
  margin-top: 1.421875rem;
  line-height: 2;
  font-size: 1rem;
}

blockquote::before {
  color: var(--bg-blue);
  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-blue);
}

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

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-blue) !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);
}

/*href_hover*/
.hoverable .hoverable_txt {
  position: relative;
  display: inline-block;
}

.hoverable .hoverable_txt:after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: right top;
  transform-origin: right top;
  transition: -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  z-index: 0;
}

.hoverable:hover .hoverable_txt:after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}

.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;
}

.incenter {
  text-align: center;
}

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

.clearfix:after {
  clear: both;
}

.bg-fff {
  background-color: #fff;
}

.opacity {
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  visibility: hidden;
}

*,
*::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-blue: rgba(15, 17, 128, 1);
  --bg-red: rgba(230, 0, 18, 1);
  --bg-white: #fff;
  --bg-black: #000;
  --text-color-blue: rgba(15, 17, 128, 1);
  --text-color-red: rgba(230, 0, 18, 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-blue);
    border-radius: 4px;
  }

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

/* 字体引用 */
@font-face {
  font-family: "DingTalkJinBuTi";
  src: url("../fonts/DingTalk-JinBuTi.ttf");
}

@font-face {
  font-family: "AlimamaShuHeiTiBold";
  src: url("../fonts/AlimamaShuHeiTi-Bold.ttf");
}

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

@font-face {
  font-family: "MiSansMedium";
  src: url("../fonts/MiSans-Medium.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");
}

.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; */
  }
}

@media (max-width: 1024px) {
  .container {
    padding: 0 .3rem;
    max-width: inherit;
  }
}

.posi {
  position: relative;
}

.lump {
  display: block;
}

.isshadow {
  -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, .1);
  -moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, .1);
  box-shadow: 5px 5px 5px rgba(0, 0, 0, .1);
}

.ishalo {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
  box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.isdarkhalo {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .3);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .3);
  box-shadow: 0 0 10px rgba(0, 0, 0, .3);
}

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

.header .header__nav__container {
  padding: 0 1rem;
  max-width: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* position: relative; */
  z-index: 2;
}

.header__logo {
  position: relative;
  /* margin-right: .1rem; */
}

.header__logo a {
  height: .56rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.header__logo a img {
  opacity: 0;
  height: 100%;
  transition: ease 0.5s;
}

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

.header__logo img:nth-child(2) {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
}

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

/* header tel */
.header__tel {
  align-items: center;
  font-size: .22rem;
  font-family: "HSSCB";
  padding: 0 0 0 1rem;
  color: #fff;
  line-height: 1;
}

.header__tel span {
  margin-right: .1rem;
  font-size: .2rem;
  line-height: 1;
  position: relative;
}

/* header language */
.header__lang {
  margin-left: .3rem;
  cursor: pointer;
  transition: background-color 0.3s ease;
  height: 100%;
  font-size: .16rem;
  position: relative;
  color: #fff;
}

.header__lang ._itemBtn i {
  margin-right: .1rem;
}

.header__lang .language {
  position: absolute;
  top: 100%;
  width: 0.65rem;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}

.header__lang .language .language_item {
  background-color: #fff;
}

.header__lang .language .language_item a {
  line-height: 0.34rem;
  color: #333;
  transition: all 0.3s ease;
}

.header__lang .language .language_item:first-child a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #eee;
  z-index: 0;
}

.header__lang .language:after {
  content: "";
  position: absolute;
  top: -4px;
  left: 50%;
  width: 0;
  height: 0px;
  margin-left: -4px;
  border-style: solid;
  border-width: 4px;
  border-color: #fff #fff transparent transparent;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  box-shadow: 2px -2px 2px rgba(153, 153, 153, 0.1);
  -webkit-box-shadow: 2px -2px 2px rgba(153, 153, 153, 0.1);
}

.header__lang:hover .language {
  top: 140%;
  opacity: 1;
  visibility: visible;
}

.header.onWhite::before {
  height: 0.9rem;
}

#header.header-sticky .header__tel {
  color: var(--bg-red);
}

#header.header-sticky .header__lang {
  color: #000;
}

.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 .2rem;
  display: block;
  color: #fff;
  font-size: .18rem;
  line-height: 90px;
  transition: all .3s;
  position: relative;
  z-index: 4;
}

.navs>li>a:before {
  position: absolute;
  left: 50%;
  bottom: 0;
  content: "";
  height: 3px;
  background: #fff;
  transition: 0.4s;
  width: 0;
  margin-left: 0;
}

.navs>li:hover a,
.navs>li.active a {
  color: #fff;
}

.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: 100%;
  left: 50%;
  transform: translateX(-50%) translateY(10px);
  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-blue);
}

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

.navs>li:hover .submenu {
  transform: translateX(-50%);
  opacity: 1;
  visibility: visible;
  z-index: 999;
}

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

#header.header-sticky .header__logo a img {
  opacity: 1;
}

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

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

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

#header.header-sticky .navs>li:hover a::before,
#header.header-sticky .navs>li.active a::before {
  background-color: #000;
}

@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: 0;
  height: 60px;
}

.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 ._bg::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  background: rgba(15, 17, 128, 0.5);
}

.banner ._bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

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

.banner-text {
  width: 100%;
  height: 100%;
  color: #fff;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.banner-text ._title {
  font-size: 0.6rem;
  font-weight: bold;
  margin-bottom: 0.1rem;
  letter-spacing: 8px;
  font-family: "AlimamaShuHeiTiBold";
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner-text ._tps {
  font-size: 0.24rem;
  color: rgba(255, 255, 255, 0.6);
  font-weight: 500;
  letter-spacing: 4px;
}

.banner-text ._btn {
  margin: 0.3rem auto 0;
  color: #fff;
  pointer-events: auto;
  display: block;
  text-align: center;
}

.banner-text ._btn i {
  font-size: .22rem;
}

.banner .swiper-slide.swiper-slide-active ._bg {
  -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%;
}

/* 数字跳动 */
.about-num {
  justify-content: space-between;
  position: absolute;
  left: 50%;
  bottom: .3rem;
  transform: translateX(-50%);
  z-index: 2;
}

.about-num .item {
  height: 100%;
  flex-direction: column;
  justify-content: flex-start;
}

.about-num .item label {
  display: block;
  position: relative;
}

.about-num .item i {
  font-size: 0.5rem;
  font-weight: bold;
  font-style: normal;
  color: #fff;
  line-height: 1.6;
  position: relative;
  z-index: 1;
}

.about-num .item span {
  margin-left: 0.01rem;
  vertical-align: top;
  font-weight: 400;
  color: #fff;
  line-height: 1;
}

.about-num .item p {
  color: #fff;
}

.swiper-banner .banner-prev,
.swiper-banner .banner-next {
  color: #fff;
  font-size: .15rem;
  width: 22px;
  height: .96rem;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  letter-spacing: 2px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: absolute;
  left: .3rem;
  top: 50%;
  margin-top: -.48rem;
  cursor: pointer;
  z-index: 10;
}

.swiper-banner .banner-next {
  left: auto;
  right: .3rem;
}

.swiper-banner .banner-prev::before,
.swiper-banner .banner-next::before {
  background-color: #fff;
  content: "";
  width: 2px;
  height: 50px;
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -1px;
}

.swiper-banner .banner-prev::after,
.swiper-banner .banner-next::after {
  display: none;
}

.swiper-banner .banner-prev:hover,
.swiper-banner .banner-next:hover {
  color: rgba(12, 79, 132, 1);
}

.swiper-banner .banner-prev:hover::before,
.swiper-banner .banner-next:hover::before {
  background-color: rgba(12, 79, 132, 1);
}

.pagination-box {
  justify-content: flex-end;
  align-items: center;
  position: absolute;
  left: 50%;
  bottom: .5rem;
  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;
  right: 0.5rem;
  bottom: .5rem; */
  z-index: 10;
}

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

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

@keyframes first {
  0% {
    transform: scaleX(0);
    left: 0px;
  }

  /*091*/
  100% {
    transform: scaleX(1);
    left: 0px;
  }

  /*0915*/
}

@keyframes last {
  0% {
    transform: scaleX(0);
    left: 0px;
  }

  /*1090*/
  20% {
    transform: scaleX(0.5);
    left: 0px;
  }

  /*090*/
  100% {
    transform: scaleX(1);
    left: 0px;
  }

  /*090*/
}

@keyframes middle {
  0% {
    transform: scaleX(0);
    left: 0px;
  }

  /*1091*/
  20% {
    transform: scaleX(0.5);
    left: 0px;
  }

  /*092*/
  100% {
    transform: scaleX(1);
    left: 0px;
  }

  /*0913*/
}

.banner-mouse {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  animation: linedown linear infinite 1.5s;
  -webkit-animation: linedown linear infinite 1.5s;
  -moz-animation: linedown linear infinite 1.5s;
  -ms-animation: linedown linear infinite 1.5s;
  -o-animation: linedown linear infinite 1.5s;
  cursor: pointer;
  z-index: 10;
}

.banner-mouse-line {
  margin-right: .1rem;
  background: url(../images/mouse.svg) no-repeat center;
  background-size: contain;
  position: relative;
  width: 22px;
  height: 22px;
  overflow: hidden;
}

.banner-mouse-line::after {
  position: absolute;
  left: 50%;
  top: 5px;
  width: 2px;
  height: 5px;
  background: #fff;
  content: "";
  animation: FmovefadeInDown linear infinite 1.5s;
  -webkit-animation: FmovefadeInDown linear infinite 1.5s;
  -moz-animation: FmovefadeInDown linear infinite 1.5s;
  -ms-animation: FmovefadeInDown linear infinite 1.5s;
  -o-animation: FmovefadeInDown linear infinite 1.5s;
  margin-left: -1px;
  border-radius: 0;
}

.banner-mouse span {
  font-size: .14rem;
  color: #fff;
}

@keyframes FmovefadeInDown {
  0% {
    opacity: 1;
    transform: translate(0px, 0px);
  }

  35% {
    opacity: 0;
    transform: translate(0px, 50%);
  }

  65% {
    opacity: 0;
    transform: translate(0px, -50%);
  }

  100% {
    transform: translate(0px, 0px);
    opacity: 1;
  }
}

@-webkit-keyframes FmovefadeInDown {
  0% {
    opacity: 1;
    transform: translate(0px, 0px);
  }

  35% {
    opacity: 0;
    transform: translate(0px, 50%);
  }

  65% {
    opacity: 0;
    transform: translate(0px, -50%);
  }

  100% {
    transform: translate(0px, 0px);
    opacity: 1;
  }
}

@-moz-keyframes FmovefadeInDown {
  0% {
    opacity: 1;
    transform: translate(0px, 0px);
  }

  35% {
    opacity: 0;
    transform: translate(0px, 50%);
  }

  65% {
    opacity: 0;
    transform: translate(0px, -50%);
  }

  100% {
    transform: translate(0px, 0px);
    opacity: 1;
  }
}

@keyframes linedown {
  0% {
    bottom: 30px
  }

  50% {
    bottom: 15px
  }

  100% {
    bottom: 30px
  }
}

@-webkit-keyframes linedown {
  0% {
    bottom: 30px
  }

  50% {
    bottom: 15px
  }

  100% {
    bottom: 30px
  }
}

@-moz-keyframes linedown {
  0% {
    bottom: 30px
  }

  50% {
    bottom: 15px
  }

  100% {
    bottom: 30px
  }
}

/* 公共头部标涂 */
.indexTitle1 {
  align-items: flex-end;
}

.indexTitle1 ._en {
  margin-top: -.64rem;
  color: rgba(51, 51, 51, 0.04);
  font-size: .72rem;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1;
  font-family: 'Noto', 'Noto Sans CJK SC', 'Noto Sans CJK', 'Source Han Sans', source-han-sans-simplified-c, sans-serif;
}

.indexTitle1 ._cn {
  padding-left: .15rem;
  font-size: 0.32rem;
  color: rgba(51, 51, 51, 1);
  line-height: 1.2;
  font-weight: bold;
  letter-spacing: 2px;
  position: relative;
}

.indexTitle1 ._cn::before {
  content: "";
  width: 6px;
  height: 60%;
  background: linear-gradient(180deg, rgba(7, 85, 173, 1) 0%, rgba(15, 17, 128, 1) 100%);
  transform: translateY(-50%);
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 0;
}

.indexTitle1 ._desc {
  font-size: .16rem;
  color: rgba(102, 102, 102, 1);
  line-height: 2;
}

.indexTitle1.style2 ._cn {
  color: rgba(255, 255, 255, 1);
}

.indexTitle1.style2 ._cn::before {
  background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(166, 166, 166, 1) 100%);
}

.indexTitle1.style2 ._desc {
  color: rgba(166, 166, 166, 1);
}

.indexTitle1.style2 ._en {
  color: rgba(255, 255, 255, 0.04);
}

.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-blue);
  color: white;
}

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

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

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

.box {
  padding: 5.2vw 0;
}

.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 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  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 span {
  padding-bottom: .05rem;
  font-size: .18rem;
  border-bottom: 2px solid rgba(12, 79, 132, 1);
}

.more span i {
  margin-left: .2rem;
  font-size: .12rem;
  color: rgba(12, 79, 132, 1);
}

.image {
  /* background-attachment: fixed; */
  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 .industry {
  width: 100%;
  background-color: #fff;
  position: relative;
}

.industry .image {
  width: 100%;
  background-position: right 3.2vw;
  background-size: 30%;
}

.industry .container {
  position: relative;
  z-index: 2;
}

/* 产业列表 */
.industry-list {
  margin-top: .5rem;
  justify-content: center;
}

.industry-item {
  width: calc(100% / 7);
  height: 5.8rem;
  position: relative;
  transition: 1s;
  cursor: pointer;
  overflow: hidden;
}

.industry-item::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(31, 55, 89, 0.6);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
.industry-item._itemMore{
  display: none;
}

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

.industry-item ._text {
  width: 100%;
  height: 100%;
  color: #fff;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
  transition: 1s;
  z-index: 2;
}

.industry-item ._text label {
  font-family: "HarmonyOS_Sans_SC_Bold";
  font-size: .2rem;
  font-weight: 400;
}

.industry-item ._text h4 {
  font-size: .18rem;
  transition: 1s;
}

.industry-item .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: .4rem;
  height: .4rem;
  align-items: center;
  justify-content: center;
  opacity: 0;
  border-radius: 100%;
  background-color: rgba(42, 91, 167, 0.8)
}

.industry-item .icon img {
  width: 15px;
}

.industry-item .icon::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0%;
  top: 0%;
  background: rgba(42, 91, 167, 0.6);
  border-radius: 50%;
  animation: scaleAnimate 1s ease infinite;
  -webkit-animation: scaleAnimate 1s ease infinite;
  opacity: 0;
}

.industry-item.active {
  width: 38%;
}

.industry-item.active::before {
  background-color: rgba(40, 58, 84, 0.3);
}

.industry-item.active ._text {
  align-items: center;
  justify-content: flex-end;
}

.industry-item.active ._text label {
  opacity: 0;
}

.industry-item.active ._text h4 {
  width: 100%;
  padding: .15rem;
  color: #fff;
  background-color: rgba(40, 58, 84, 0.6);
  text-align: center;
}

.industry-item.active .icon {
  opacity: 1;
}

@-webkit-keyframes scaleAnimate {
  from {
    -webkit-transform: scale(1);
    opacity: 0.5;
  }

  to {
    -webkit-transform: scale(2);
    opacity: 0;
  }
}

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

/* 滚动放大 */
.ra_syp2,
.ra_syp4 {
  width: 100%;
  height: 220vh;
  position: relative;
  overflow: hidden;
}

/* .ra_syp2{
  z-index: 3;
}
.ra_syp4{
  z-index: 3;
} */
._maskSection {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;
}

._mkTitle {
  position: absolute;
  bottom: 28%;
  left: 0;
  width: 100%;
  text-align: center;
  color: var(--bg-blue);
  font-size: .5rem;
  line-height: 2;
  z-index: 1;
}

._mkTitle strong {
  font-weight: 800;
}

._mkTitle span {
  color: rgba(230, 0, 18, 1);
}

.logoSvg {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 5;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 120%;
  max-width: none;
  height: 100%;
  object-fit: cover;
}

._maskSection.act ._mkTitle {
  opacity: 1;
  z-index: 1;
}

._maskSection.end .logoSvg {
  opacity: 0;
  z-index: -1;
}
._maskSection.end ._mkTitle {
  opacity: 0;
  z-index: -1;
}

/* 立足本地 */
.Hbase {
  padding-top: 1.5rem;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: -1;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100vh;
  max-width: none;
  overflow: hidden;
  display: none;
}

.Hbase ._bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -8;
}

.Hbase ._bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.Hbase ._bg::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 1, 77, 1);
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.Hbase .container,
.Hservice .container {
  justify-content: space-between;
  align-items: stretch;
  position: relative;
  z-index: 2;
}

.Hbase .indexTitle1 ._cn {
  color: #fff;
}

.Hbase .indexTitle1 ._cn::before {
  background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(166, 166, 166, 1) 100%);
}

.Hbase .indexTitle1 ._en {
  color: rgba(255, 255, 255, 0.04);
}

#chinamap {
  width: 68%;
  height: 70vh;
  /* margin: 0 auto; */
}

#chinamap svg {
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
}

#anhui {
  fill: #132c84;
}

#sichuan {
  fill: #1f4a9e;
}

#chongqing {
  fill: #d61418;
}

#hunan {
  fill: #133e97;
}

#henan {
  fill: #1f4ca0;
}

#heilongjiang {
  fill: #1f4a9e;
}

#jilin {
  fill: #0b308c;
}

._mapTxt {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
}

._mapTxt .spot_psn {
  position: absolute;
  color: #fff;
}
._mapTxt .spot_psn.no1{
  left: 40.5%;
  bottom: 29.5%;
}
._mapTxt .spot_psn.no2{
  left: 41.5%;
  bottom: 35.5%;
}
._mapTxt .spot_psn.no3{
  left: 53%;
  bottom: 24%;
}
._mapTxt .spot_psn.no4{
  left: 62%;
  bottom: 33%;
}
._mapTxt .spot_psn.no5{
  left: 57%;
  bottom: 39%;
}
._mapTxt .spot_psn.no6{
  left: 71.5%;
  bottom: 80%;
}
._mapTxt .spot_psn.no7{
  left: 71%;
  bottom: 72.5%;
}
._mapTxt .spot_psn.on {
  z-index: 10;
}

._mapTxt .spot_psn .spot_psn_btn {
  font-size: 18px;
  line-height: 2;
  cursor: pointer;
  font-family: "AlimamaShuHeiTiBold";
  /* flex-direction: column; */
  align-items: center;
  justify-content: center;
}

._mapTxt .spot_psn .spot_psn_btn img {
  margin-left: 8px;
}

._mapTxt .spot_psn span::before,
._mapTxt .spot_psn span::after {
  width: 10px;
  height: 10px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  bottom: -50%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  z-index: 2;
}

._mapTxt .spot_psn span {
  margin-left: 8px;
  width: 10px;
  height: 10px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #fff;
  background-color: rgba(7, 85, 173, 1);
  position: relative;
  z-index: 2;
}

._mapTxt .spot_psn span::before {
  content: "";
  z-index: -1;
}

._mapTxt .spot_psn span:after {
  content: "";
  width: 14px;
  height: 14px;
  border: 1px solid #fff;
  left: -4px;
  top: -4px;
  transform: none;
  -webkit-transform: none;
  z-index: -1;
}

._cityList {
  position: absolute;
  right: 0;
  top: 2rem;
}

._mapTxt .contact_plate {
  position: absolute;
  bottom: 100%;
  width: 320px;
  left: 50%;
  transform: translateX(-50%) scale(.9);
  -webkit-transform: translateX(-50%) scale(.9);
  font-size: .14rem;
}

.contact_plate .contact_plate_img {
  height: 2.62rem;
  border-radius: .15rem .15rem 0 0;
  overflow: hidden;
}

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

.contact_plate .contact_plate_name {
  font-size: .18rem;
  color: rgba(7, 85, 173, 1);
  font-weight: bold;
  margin-bottom: .4vw;
  display: inline-block;
}

.contact_plate .contact_plate_line {
  padding: 1.2vw 1.5vw;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 0 0 .15rem .15rem;
  line-height: 1.8;
  color: rgba(102, 102, 102, 1);
}

.contact_plate .contact_plate_txt p {
  align-items: flex-start;
  justify-content: flex-start;
}

.contact_plate .contact_plate_txt label {
  font-style: normal;
  width: .7rem;
}

.contact_plate .contact_plate_txt span {
  width: calc(100% - .7rem);
}

._mapTxt .spot_psn.on .contact_plate {
  opacity: 1;
  -webkit-opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  transform: translateX(-50%) scale(1);
  -webkit-transform: translateX(-50%) scale(1);
}

._mapTxt .spot_psn.on span::before {
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, .3);
  transform: scale(3);
  -webkit-transform: scale(3);
  left: 0;
  top: 0;
  z-index: -1;
  animation: soak 2s infinite;
  -webkit-animation: soak 2s infinite;
}

._mapTxt .spot_psn.no2 .spot_psn_btn {
  flex-direction: column;
}

._mapTxt .spot_psn.no4 .spot_psn_btn,
._mapTxt .spot_psn.no5 .spot_psn_btn {
  flex-direction: column-reverse;
}

._mapTxt .spot_psn.no4 .spot_psn_btn span,
._mapTxt .spot_psn.no5 .spot_psn_btn span {
  margin-left: 0;
  margin-bottom: 4px;
}

._mapTxt .spot_psn.no4 .contact_plate,
._mapTxt .spot_psn.no5 .contact_plate {
  bottom: 130%;
}

._mapTxt .spot_psn.no6 .spot_psn_btn,
._mapTxt .spot_psn.no7 .spot_psn_btn {
  flex-direction: row-reverse;
}

._mapTxt .spot_psn.no6 .spot_psn_btn span,
._mapTxt .spot_psn.no7 .spot_psn_btn span {
  margin-left: 0;
  margin-right: 8px;
}

/* 地点详情展示2 */
._cityList ._item {
  position: absolute;
  right: 0;
  top: 0
}
._cityList ._item .swiper{
  padding-bottom: .35rem;
}
._cityList .swiper .swiper-pagination-bullet{
  background-color: transparent;
  margin: 0 5px;
  transition: background-color .3s ease-in-out;
  opacity: 1;
  border: 1px solid #fff;
  width: 10px;
  height: 10px;
  cursor: pointer;
}
._cityList .swiper .swiper-pagination-bullet-active{
  background-color: #fff;
}
._cityList .contact_plate {
  width: 4.2rem;
  transform: scale(.9);
  -webkit-transform: scale(.9);
  font-size: .14rem;
}

._cityList ._item.act {
  opacity: 1;
  -webkit-opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  transform: scale(1);
  -webkit-transform: scale(1);
}

@keyframes soak {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }

  50% {
    transform: scale(4);
    -webkit-transform: scale(4);
  }

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

._mapNumber {
  color: #fff;
  font-size: .16rem;
  line-height: 1.6;
  position: absolute;
  left: 0;
  bottom: 0;
}

/* 滚动放小 */
.Hservice {
  padding-top: 1rem;
  padding-bottom: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: -1;
  transform: translate(-50%, -50%);
  width: 100vw;
  height: 100vh;
  max-width: none;
  overflow: hidden;
}

.Hservice ._bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: rgba(247, 249, 255, 1);
}

.ra_syp4 ._mkTitle {
  opacity: 0;
  z-index: -2;
}

.ra_syp4 .logoSvg {
  opacity: 0;
  z-index: -1;
}

.ra_syp4 ._maskSection.act ._mkTitle {
  opacity: 1;
  z-index: 5;
}

.ra_syp4 ._maskSection.end .logoSvg {
  opacity: 1;
  z-index: 5;
  height: 100%;
  object-fit: cover;
}

#worldmap {
  width: 75%;
  height: 70vh;
  margin: .3rem auto 0;
}

#worldmap img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

._countryList {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2
}

._countryList ._item {
  position: absolute;
  cursor: pointer;
  z-index: 1;
}

._continentsTop {
  align-items: center;
  position: relative;
  z-index: 2;
}

._continentsTop .icon {
  width: .36rem;
  height: .36rem;
  background: url(../images/ico2.svg) no-repeat center;
  background-size: contain;
  margin-right: .1rem;
}

._continentsTop span {
  font-size: .2rem;
  font-weight: 900;
  line-height: 1.2;
  color: rgba(47, 49, 139, 1);
  -webkit-text-stroke: 3px rgba(255, 255, 255, 1);
  position: relative;
}

._continentsTop span::before {
  content: attr(data-title);
  position: absolute;
  -webkit-text-stroke: 0;
  color: rgba(47, 49, 139, 1);
  position: absolute;
  z-index: 0;
}

._cntName {
  margin-bottom: .08rem;
  padding: 0 .3rem .03rem;
  font-family: "AlimamaShuHeiTiBold";
  font-size: .16rem;
  line-height: 2;
  text-align: center;
  color: #fff;
  background: linear-gradient(90deg, rgba(15, 17, 128, 0) 0%, rgba(15, 17, 128, 0.8) 48.61%, rgba(15, 17, 128, 0) 100%);
  position: relative;
}

._cntName::before {
  content: "";
  width: 0%;
  height: 2px;
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transition: all .5s;
  transition: all .5s;
  z-index: 0;
}

._countryList ._item.no2 ._cntName::before,
._countryList ._item.no3 ._cntName::before,
._countryList ._item.no4 ._cntName::before {
  right: 0;
  left: auto;
}

._cntName::after {
  content: "";
  width: 0%;
  height: 2px;
  background-color: #fff;
  position: absolute;
  right: -34px;
  bottom: 14px;
  transform: rotate(-45deg);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  z-index: 0;
}

._continentsCnt {
  position: absolute;
  top: .2rem;
  left: .6rem;
  width: 2.6rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  z-index: 1;
}

._cntList {
  padding: .12rem .15rem .02rem .15rem;
  max-height: 1.8rem;
  overflow-y: scroll;
  border-radius: 9px;
  background: rgba(15, 17, 128, 0.8);
  flex-wrap: wrap;
  align-items: stretch;
}

._cntList ._cntItem {
  margin-bottom: .1rem;
  padding: 0 .1rem 0 0;
  width: 50%;
  align-items: center;
  font-size: .14rem;
  line-height: 2;
  color: #fff;
  word-break: break-word;
  text-wrap: nowrap;
}

._cntList ._cntItem i {
  margin-right: .05rem;
  width: .22rem;
}

._cntList ._cntItem span {
  width: calc(100% - .27rem);
}

._countryList ._item.no1 {
  left: 38%;
  top: 29%;
}

._countryList ._item.no2 {
  right: 23%;
  top: 20%;
  z-index: 2;
}

._countryList ._item.no3 {
  right: 10%;
  bottom: 43%;
}

._countryList ._item.no4 {
  left: 44%;
  bottom: 36%;
}

._countryList ._item.no5 {
  left: 36%;
  bottom: 52%;
}

._countryList ._item.no6 {
  left: 18%;
  top: 14%;
}

._countryList ._item.no7 {
  left: 14%;
  top: 28%;
}

._countryList ._item.no2 ._continentsTop,
._countryList ._item.no3 ._continentsTop {
  flex-direction: row-reverse;
}

._countryList ._item.no2 ._continentsTop .icon,
._countryList ._item.no3 ._continentsTop .icon {
  margin-left: .1rem;
  margin-right: 0;
}

._countryList ._item.no2 ._continentsCnt,
._countryList ._item.no3 ._continentsCnt,
._countryList ._item.no4 ._continentsCnt {
  align-items: flex-end;
  left: auto;
  right: .6rem;
}

._countryList ._item.no5 ._continentsCnt {
  top: -.15rem;
}

._countryList ._item.no5 ._cntName::after {
  right: auto;
  left: -38px;
  bottom: 0;
  transform: rotate(0deg);
}

._countryList ._item.no6 ._cntName::after,
._countryList ._item.no7 ._cntName::after {
  right: auto;
  left: -34px;
  bottom: 15px;
  transform: rotate(45deg);
}

._countryList ._item.on {
  opacity: 1;
  -webkit-opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

._countryList ._item.on ._continentsTop .icon {
  margin-right: 0;
  background-image: url(../images/ico3.svg);
  background-color: var(--bg-blue);
  background-size: 50%;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 1);
}

._countryList ._item.no1 ._continentsTop .icon,
._countryList ._item.no1.on ._continentsTop .icon {
  margin-right: .1rem;
  background-image: url(../images/ico1.svg);
  background-color: transparent;
  background-size: 100%;
  border: none;
}

._countryList ._item.on ._continentsTop span {
  display: none;
}

._countryList ._item.no1.on ._continentsTop span {
  display: block;
}
._countryList ._item.no1.on ._continentsCnt{
  visibility: hidden;
  opacity: 0;
}
._countryList ._item.on ._cntName::before {
  width: 100%;
}

._countryList ._item.on ._cntName::after {
  width: .4rem;
}

._countryList ._item.on ._continentsCnt {
  opacity: 1;
  visibility: visible;
}

#worldmap ._mapNumber {
  color: rgba(153, 153, 153, 1);
}

/* 新闻资讯 */
.home-main section.news {
  padding-top: 1rem;
  position: relative;
  background-color: #fff;
}

._newsList {
  margin-top: .3rem;
  align-items: stretch;
  justify-content: space-between;
}

._newsList ._left {
  width: 62%;
}

._newsList ._right {
  width: 30%;
}

._newsList ._item {
  padding: 0.3rem 0;
  width: 100%;
  align-items: stretch;
  position: relative;
}

._newsList ._item::before,
._newsList ._item::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #f2f2f2;
  transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  -moz-transition: ease-in-out 0.3s;
  z-index: 1;
}

._newsList ._item::after {
  background: var(--bg-blue);
  width: 0;
}

._newsList ._item::first-child {
  padding-top: 0;
}

._newsList ._item:last-child::before,
._newsList ._item:last-child::after {
  display: none;
}

._newsList ._img {
  width: 36%;
  height: 2.4rem;
}

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

._newsList ._info {
  padding-left: 0.5rem;
  width: 64%;
}

.news_title {
  width: 100%;
  font-size: 0.2rem;
  font-weight: 600;
  line-height: 1.6;
  color: #333333;
  transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  -moz-transition: ease-in-out 0.3s;
}

.news_time {
  width: 100%;
  font-size: 0.14rem;
  color: #999999;
  margin-bottom: 0.1rem;
  position: relative;
}

.news_desc {
  width: 100%;
  font-size: 0.16rem;
  line-height: 2;
  color: #333333;
  margin-top: 0.2rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

.news_more {
  margin-top: 0.1rem;
  margin-left: 0;
  margin-bottom: 0;
  width: auto;
  text-align: left;
  border-color: transparent;
  background-color: transparent;
  color: rgba(102, 102, 102, 1);
  transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  -moz-transition: ease-in-out 0.3s;
}

.news_more i {
  margin-left: .1rem;
  font-size: .24rem;
}

/* ._newsList ._item:hover::after {
  width: 100%;
} */

._newsList ._item:hover .news_title {
  color: var(--text-color-blue);
}

._newsList ._item:hover .news_more {
  color: var(--text-color-red);
}

._newsList ._right ._item {
  flex-direction: column;
}

._newsList ._right ._item ._img {
  width: 100%;
  height: 2.8rem;
}

._newsList ._right ._item ._info {
  padding-left: 0;
  padding-top: .2rem;
  width: 100%;
}


/* footer */
.footer {
  height: auto !important;
  position: relative;
  color: rgba(102, 102, 102, 1);
  font-size: 0.16rem;
  background: url(../images/f-bg.webp) no-repeat center;
  background-size: cover;
  z-index: 51;
}

.footer::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.footer .container {
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
}

.footer .container::before,
.footer .container::after {
  display: none;
}

.bottom {}

.bottom-left {
  width: 26%;
  color: #fff;
}

.conAddress .call .txt {
  font-size: .2rem;
  font-weight: bold;
  align-items: center;
}

.conAddress .call .txt i {
  font-size: .24rem;
  line-height: 1;
  margin-right: .1rem;
}

.conAddress .call .des {
  font-size: .32rem;
  font-weight: bold;
}

.conAddress li+li {
  margin-top: .15rem;
}

.footer-media-items {
  margin-top: .45rem;
  max-width: 70%;
  display: flex;
  position: relative;
  z-index: 2;
}

.footer-media-items li {
  flex: 1;
}

.footer-media-items li+li {
  margin-left: .2rem;
}

.footer-media-items li img {
  display: block;
  width: 100%;
  height: 100%;
}


.f-menu {
  margin: 0;
  width: 60%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.f-menu div.f-menu-item {
  margin: 0;
}

.f-menu div.f-menu-item+div.f-menu-item {
  margin-left: 1rem;
}

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

.f-menu .menu-extra-title::before {
  content: "";
  width: .22rem;
  height: 1px;
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
}

.f-menu ol li a {
  margin: .03rem 0;
  display: inline-block;
  color: rgba(255, 255, 255, 0.5);
  font-size: .16rem;
  line-height: 2;
  font-weight: normal;
}

.f-menu ol li a .hoverable_txt:after {
  background-color: #fff;
}

.footer .footer-copyright {
  padding: 0.15rem 0;
  font-size: .14rem;
  color: rgba(255, 255, 255, .8);
  background-color: rgba(0, 0, 0, 1);
  text-align: center;
  position: relative;
  z-index: 1;
}

.footer-copyright br {
  display: none;
}

.footer-copyright p,
.footer-copyright a {
  color: rgba(255, 255, 255, .8);
}

.footer-copyright img {
  margin-right: 5px;
  vertical-align: middle
}

.footer-copyright .backTop {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(47, 49, 139, 1);
  width: 1.2rem;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.footer-copyright .backTop i {
  width: .4rem;
  height: .4rem;
  border: 1px solid #fff;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .18rem;
  color: #fff;
}

/* page*/
.subbanner {
  width: 100%;
  height: 6rem;
  position: relative;
  overflow: hidden;
}

.subbanner::before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(15, 17, 128, 0.6);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.subbanner .img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 0;
}

.subbanner .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  position: absolute;
  left: 50%;
  top: calc(50% + .5rem);
  transform: translate(-50%, -50%);
  z-index: 2;
}

.subbanner .container h2 {
  font-size: .48rem;
  font-family: 'Noto Serif', 'Noto Serif CJK SC', 'Noto Serif CJK', 'Source Han Serif SC', ‘ Source Han Serif ’ , source-han-serif-sc, serif;
  font-weight: 800;
  letter-spacing: 10px;
  color: #fff;
}

.subbanner .container p {
  font-size: .18rem;
  line-height: 2;
  color: rgba(255, 255, 255, 0.6);
}

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

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

/* page sub menu */
.page-subMenu {
  position: absolute;
  width: 100%;
  height: .58rem;
  left: 0;
  top: -.58rem;
}

.pub-nav {
  height: 100%;
}

.pub-nav li {
  width: 160px;
  height: 100%;
  text-align: center;
  position: relative;
}

.pub-nav li a {
  font-size: 0.18rem;
  line-height: 1;
  color: #fff;
  position: relative;
  word-break: keep-all;
}

/* .pub-nav li a::before {
  content: "";
  width: 0%;
  height: 1px;
  background-color: var(--bg-red);
  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{
  background: url(../images/nav-bg.svg) no-repeat center bottom;
  background-size: 68% auto;
}

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

.pub-nav li.active a{
  font-weight: 800;
}

/*#bump {*/
/*  position: absolute;*/
/*  bottom: 0;*/
/*  left: 158px;*/
/*  width: 400px;*/
/*  height: 20px;*/
/*  background: url(../images/nav-bg.svg) no-repeat center bottom;*/
/*  background-size: contain;*/
/*  z-index: 200;*/
/*  pointer-events: none;*/
/*}*/

/* page about */
.page-about {
  position: relative;
  z-index: 2;
}

.page-about-box {
  background: url(../images/about-bg.png) no-repeat center;
  background-size: cover;
}

.page-about .container {
  align-items: stretch;
}

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

.page-about-bd {
  justify-content: space-between;
}

.about_left {
  margin: 0;
  padding-right: .8rem;
  width: 48%;
}

.about_txt {
  margin: 0;
}

.about_txt .p-thd {
  margin-bottom: .3rem;
  font-size: .26rem;
  line-height: 2;
  font-weight: 600;
}

.about_txt .p-slogan {
  margin-bottom: .3rem;
  padding-bottom: .3rem;
  font-size: .38rem;
  font-weight: 800;
  color: var(--text-color-blue);
  line-height: 1;
  position: relative;
}

.about_txt .p-slogan::before {
  content: "";
  width: .3rem;
  height: 3px;
  background-color: var(--bg-red);
  position: absolute;
  left: 0;
  bottom: 0;
}

.about_txt p {
  margin-bottom: .1rem;
  font-size: .18rem;
  line-height: 2;
  color: rgba(102, 102, 102, 1);
  text-indent: 2em;
  text-align: justify;
}

.about_pic {
  margin: 0;
  width: 48%;
  position: relative;
}

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

.about_pic::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(47, 49, 139, 0.2);
  position: absolute;
  left: .5rem;
  top: .5rem;
}

.page-advantage {
  margin-top: .8rem;
  margin-bottom: .6rem;
  justify-content: space-between;
}

.page-advantage .adv-card {
  width: auto;
  cursor: default;
}

.page-advantage .adv-card label {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  font-weight: normal;
}

.page-advantage .adv-card i {
  font-size: .6rem;
  font-style: normal;
  font-family: "MiSansMedium";
  line-height: 1.6;
}

.page-advantage .adv-card i,
.page-advantage .adv-card span {
  color: rgba(2, 4, 79, 1);
  line-height: 1;
}

.page-advantage .adv-card span {
  line-height: 1.4;
}

.page-advantage .adv-card em {
  margin-left: .05rem;
  font-size: .14rem;
  font-style: normal;
  color: rgba(102, 102, 102, 1);
}

.page-advantage .adv-card h4,
.page-advantage .adv-card p {
  color: rgba(51, 51, 51, 1);
}

/* 集团文化 */
.page-culture .cont {
  margin-top: 1rem;
  margin-bottom: .5rem;
  position: relative;
}

.culture-bg {
  align-items: center;
  justify-content: center;
}

.culture-bg>img {
  display: block;
}

._hexagon {
  width: 4.25rem;
  height: 4.75rem;
  position: relative;
  /* position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); 
  overflow: hidden;*/
}

._hexagon::before,
._hexagon::after {
  content: "";
  width: 122%;
  height: 122%;
  background: url(../images/hexagon2.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  animation: scale 2s infinite;
}

._hexagon::before {
  transform: translate(-50%, -50%);
}

._hexagon::after {
  width: 150%;
  height: 150%;
  background-image: url(../images/hexagon3.svg);
  animation: scale2 2s infinite;
}

@keyframes scale {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: .9
  }

  100% {
    transform: translate(-50%, -50%) scale(1.4);
    opacity: 0;
  }
}

@keyframes scale2 {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: .9;
  }

  100% {
    transform: translate(-50%, -50%) scale(1.6);
    opacity: 0;
  }
}

._hexagon ._bg1 {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

._hexagon ._img {
  width: 88%;
  height: 88%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden;
}

.culture-list {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.culture-list ._item {
  width: 4.8rem;
  flex-direction: column;
  align-items: flex-start;
  position: absolute;
  left: .1rem;
  top: .4rem;
}

.culture-list ._item ._tName {
  margin-bottom: .15rem;
  padding-bottom: .15rem;
  width: 100%;
  font-size: .24rem;
  line-height: 1;
  /* color: rgba(102, 102, 102, 1); */
  color: var(--text-color-blue);
  font-weight: bold;
  align-items: center;
  position: relative;
}

.culture-list ._item ._tName i {
  margin-right: .1rem;
  font-size: .36rem;
  line-height: 1;
  font-weight: normal;
}

.culture-list ._item ._tName::before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: rgba(227, 227, 227, 1);
  position: absolute;
  left: 0;
  bottom: 0;
}

.culture-list ._item ._tName em {
  display: block;
  width: 8px;
  height: 8px;
  background-color: rgba(227, 227, 227, 1);
  border-radius: 100%;
  position: absolute;
  right: 0;
  bottom: -2px;
}

.culture-list ._item ._tName em::before {
  content: "";
  width: 1rem;
  height: 0;
  border-top: 1px dashed rgba(212, 212, 212, 1);
  transform: rotate(40.34deg);
  position: absolute;
  right: -.9rem;
  bottom: -400%;
}

.culture-list ._item:nth-child(2n) {
  align-items: flex-end;
  left: auto;
  right: .1rem;
}

.culture-list ._item:nth-child(2n) ._tName {
  justify-content: flex-end;
}

.culture-list ._item:nth-child(2n) ._tName em {
  right: auto;
  left: 0;
}

.culture-list ._item.no3,
.culture-list ._item.no4 {
  top: auto;
  bottom: .55rem;
}

.culture-list ._item.no2 ._tName em::before {
  right: auto;
  left: -.9rem;
  transform: rotate(-40.34deg);
}

.culture-list ._item.no3 ._tName em::before {
  bottom: 500%;
  transform: rotate(-40.34deg);
}

.culture-list ._item.no4 ._tName em::before {
  right: auto;
  left: -.9rem;
  bottom: auto;
  top: -400%;
  transform: rotate(-139.66deg);
}

/* page history */
.page-history {
  padding: .8rem 0;
  background-color: rgba(0, 1, 77, 1);
  position: relative;
}

.page-history .indexTitle1 ._cn {
  color: #fff;
}

.page-history .indexTitle1 ._cn::before {
  background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(166, 166, 166, 1) 100%);
}

.page-history .indexTitle1 ._en {
  color: rgba(255, 255, 255, 0.04);
}

.page-history .indexTitle1 ._desc {
  color: rgba(166, 166, 166, 1);
}

.page-history .cont {
  margin-top: .5rem;
  padding: 0 .15rem;
  position: relative;
}

.page-history ._circle {
  width: 7rem;
  height: 7rem;
  background: url(../images/history-bg.png) repeat-x center;
  background-size: auto 100%;
  border-radius: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden;
  opacity: .6;
}

.page-history ._circle::after {
  content: "";
  width: 100%;
  height: 100%;
  background: radial-gradient(50% 50% at 50% 50%, rgba(204, 204, 204, 0) 88.89%, rgba(204, 204, 204, 0.18) 100%);
  box-shadow: 0px 15px 10px rgba(0, 0, 0, 0.25);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  opacity: 1;
}

#courseTab:before {
  content: '';
  position: absolute;
  height: 0;
  width: 100%;
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
  top: 25px;
  left: 0;
  z-index: -1;
}

.swiper-history {
  padding-bottom: .2rem;
  width: 100%;
}

.swiper-history ._item {
  padding-top: .2rem;
  color: #fff;
  cursor: pointer;
}

.swiper-history ._item ._cil {
  margin-left: .1rem;
  margin-bottom: .5rem;
  width: 13px;
  height: 13px;
  position: relative;
}

.swiper-history ._item ._cil::before,
.swiper-history ._item ._cil::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 50%;
  top: 0;
  left: 0;
  transition: all .3s ease-in-out;
}

.swiper-history ._item ._cil::before {
  z-index: 2;
}

.swiper-history ._item ._cil::after {
  transform: scale(2);
  z-index: -1;
  opacity: 0;
}

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

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

.swiper-history ._item .img ._img {
  border: 2px solid #fff;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in;
  /* z-index: 1; */
}

.swiper-history ._item h4 {
  font-size: .26rem;
  font-weight: normal;
  line-height: 2;
}

.swiper-history ._item .desc {
  margin-bottom: .3rem;
  font-size: .16rem;
  line-height: 1.7;
}
.swiper-history ._item:hover .img{
  overflow: visible;
}
.swiper-history ._item:hover .img ._img{
  transform: scale(1.2);
}
._lock {
  margin-top: .5rem;
  margin-bottom: .5rem;
}

#courseswr ._item ._year {
  color: rgba(255, 255, 255, 0.1);
  font-size: .6rem;
  line-height: 1;
  font-weight: bold;
}

#courseswr ._item ._line {
  margin-top: -.25rem;
  padding-left: .2rem;
  color: #fff;
  font-size: .24rem;
  font-weight: 600;
  line-height: 1.6;
}

.courseswr_btn a {
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  text-align: center;
  background-color: rgba(47, 49, 139, 1);
  color: #fff;
  transition: all .35s ease;
}

.courseswr_btn a i {
  font-size: .18rem;
}

.courseswr_btn .courseswr_prev {
  transform: rotate(180deg);
}

.courseswr_btn .courseswr_next {
  margin-left: .2rem;
}
.swiper-history .swiper-slide-active ._item ._cil{
  width: 15px;
  height: 15px;
}
.swiper-history .swiper-slide-active ._item ._cil::before{
  background: linear-gradient(90deg, #E60012, var(--text-color-blue));
}
.swiper-history .swiper-slide-active ._item ._cil::after {
  opacity: .5;
}
.swiper-history .swiper-slide-active ._item h4{
  font-weight: bold;
}


/* page honor */
.page-honor {
  background-color: #fff;
  padding-bottom: 0;
}

.page-honor .container {
  position: relative;
}

.page-honor .page-advantage {
  margin: 0;
  width: 50%;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  overflow: hidden;
}

#honorSwiper {
  margin-top: .5rem;
  padding-bottom: .8rem;
}

#honorSwiper::before,
#honorSwiper::after {
  content: "";
  width: 100%;
  position: absolute;
  left: 0;
}

#honorSwiper::before {
  height: .68rem;
  background: linear-gradient(180deg, rgba(240, 240, 240, 1) 0%, rgba(250, 250, 250, 1) 100%);
  bottom: 1rem;
}

#honorSwiper::after {
  height: 1rem;
  background-color: rgba(240, 240, 240, 1);
  bottom: 0;
}

#honorSwiper .swiper-wrapper {
  align-items: flex-end;
}

#honorSwiper .swiper-slide {
  transform: scale(.8);
  transition: all .75s;
}

#honorSwiper ._img {
  position: relative;
}

#honorSwiper ._img ._bg {
  width: 100%;
  opacity: 0;;
}

#honorSwiper ._img ._pic {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

#honorSwiper ._name {
  padding: .08rem .2rem;
  height: 1rem;
  font-size: .16rem;
  line-height: 1.6;
  color: rgba(102, 102, 102, 1);
  text-align: center;
  transition: all .75s;
  opacity: 0;
}

#honorSwiper .swiper-slide:hover {
  transform: none;
}

#honorSwiper .swiper-slide:hover ._name {
  opacity: 1;
}

.honor-navigation {
  width: 100%;
  height: 1rem;
  align-items: center;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
}

.swiper-btn .honor_switch {
  margin-right: .1rem;
  font-size: .26rem;
  line-height: 1;
}

/* page industry */
.page-industry-box {
  padding: .8rem 0;
}

.page-industry-bd {
  align-items: stretch;
  position: relative;
}

.page-industry-bd::before,
.page-industry-bd::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.page-industry-bd::before {
  width: 10px;
  height: 10px;
  background-color: var(--bg-blue);
  border-radius: 100%;
  z-index: 0;
}

.page-industry-bd::after {
  width: 2px;
  height: 100%;
  background: linear-gradient(90deg, rgba(15, 17, 128, 1) 0%, rgba(126, 128, 242, 1) 100%);
}

.page-industry-bd ._left {
  width: 50%;
  align-items: flex-end;
  flex: 1;
}

.page-industry-bd ._since {
  /* margin-top: .5rem;
  margin-left: .5rem;
  margin-bottom: 1.2rem; */
  font-size: 1.9rem;
  color: var(--text-color-blue);
  line-height: 1.6;
  position: relative;
  left: -106%;
}

.page-industry-bd ._since ._tit {
  font-weight: lighter;
  text-transform: uppercase;
}

.page-industry-bd ._since ._year {
  font-size: 1.8rem;
  font-weight: bold;
}
._moreBtn {
  font-size: .16rem;
  justify-content: space-between;
  text-align: center;
  color: #999;
  -webkit-transition: all 250ms ease-out 0s;
  transition: all 250ms ease-out 0s;
  /* width: 1.5rem; */
  height: 42px;
  background-color: rgba(230, 0, 18, 1);
  color: #fff;
  line-height: 42px;
  position: relative;
}

._moreBtn::after {
  content: " ";
  position: absolute;
  left: 5px;
  top: 5px;
  width: 100%;
  height: 100%;
  background-color: rgba(230, 0, 18, 1);
  opacity: 0;
  z-index: -1;
  pointer-events: none;
  -webkit-transition: all 400ms ease-out 0s;
  transition: all 400ms ease-out 0s;
}

._moreBtn span {
  padding: 0 .2rem;
}

._moreBtn i {
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .18rem;
  line-height: 1;
  background-color: rgba(166, 0, 14, 1);
}

._moreBtn:hover {
  /* width: 1.6rem; */
}

._moreBtn:hover::after {
  opacity: .5;
  /* width: 100%;
  left: 0;
  -webkit-transition: left 0ms ease-out 0s, width 400ms ease-out 0s;
  transition: left 0ms ease-out 0s, width 400ms ease-out 0s; */
}

.page-industry-bd ._right {
  /* margin-left: -1rem; */
  padding-left: 1rem;
  width: 50%;
  flex-direction: column;
  align-items: flex-start;
  /* justify-content: space-between; */
  flex: 1;
}

.page-industry-bd .about_tit {
  color: var(--text-color-blue);
  line-height: 2;
}

.page-industry-bd .about_tit ._en {
  font-size: .3rem;
  font-weight: 500;
  text-transform: capitalize;
}

.page-industry-bd .about_tit ._cn {
  font-size: .24rem;
  line-height: 1.4;
  font-weight: lighter;
}
.page-industry-bd ._right .about_txt p:last-child{
  margin-bottom: 0;
}

/* 产业优势 */
.page-industry-advantage {
  /* background: url(../images/industry-adv-bg.webp) no-repeat center;
  background-size: cover;
  background-attachment: fixed; */
  position: relative;
}

.page-industry-advantage::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #f5f6f5;
  /* background-color: rgba(6, 51, 99, 0.8); */
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.page-industry-advantage .container {
  position: relative;
  z-index: 1;
}

.page-industry-advantage ._cont {
  margin-top: .5rem;
  align-items: flex-start;
  justify-content: space-between;
}
/* page adv tab */
.ptPAvgTab{margin-bottom:80px;overflow-x: auto;overflow-y:hidden;}
.ptPAvgTab>div{justify-content:center;}
.ptPAvgTab .item{align-items: flex-start;}
.ptPAvgTab .item .item_line{height:.5rem;position:relative;width:1.6rem;}
.ptPAvgTab .item:last-child .item_line{display:none;}
.ptPAvgTab .item>a{font-size:.16rem;padding:0 .05rem;transition:all .3s ease-in-out;}
.ptPAvgTab .item .item_line:before{content:'';position:absolute;height:1px;background-color:#ecebf5;width:100%;left:0;top:50%;}
.ptPAvgTab .item .item_icon{width:.5rem;height:.5rem;line-height:.5rem;border:1px solid #ddd;border-radius:50%;margin:0 auto;transition:border .3s ease-in-out;}
.ptPAvgTab .item .item_name{margin-top:.15rem;justify-content:center;white-space:nowrap;}
.ptPAvgTab .item>a.on{font-weight:bold;color:var(--text-color-blue);}
.ptPAvgTab .item>a.on .item_icon{border-color:var(--text-color-blue);}

#ptPAvgSwiper{padding:.3rem 0;margin:-.3rem -.2rem;}
.ptPAvgList .item{padding:0 .2rem;}
.ptPAvgList .item>div{box-shadow:0px 0px .2rem rgba(63, 116, 254, .1);;border-radius:15px;overflow:hidden;transition:all .35s ease;}
.ptPAvgList .item_top{height: 2.2rem; z-index:2;}
.ptPAvgList .item_top .item_bg{position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1;
transition: opacity .3s ease-in-out;background-repeat: no-repeat;background-size: cover;}
.ptPAvgList .item_top .item_bg img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* #ptPAvgSwiper .swiper-slide:nth-child(3n + 1) .item_top .item_bg{background-image: url(../image/mac/s1.png);}
#ptPAvgSwiper .swiper-slide:nth-child(3n + 2) .item_top .item_bg{background-image: url(../image/mac/s2.png);}
#ptPAvgSwiper .swiper-slide:nth-child(3n + 3) .item_top .item_bg{background-image: url(../image/mac/s3.png);} */

.ptPAvgList .item_top .item_num{padding:.5rem .4rem;line-height:1;align-items:center;}


.ptPAvgList .item_top .item_num .item_num_nunber{font-size:.6rem;font-family:"AlimamaShuHeiTiBold";text-shadow:0px .1rem .08rem rgba(0,0,0,.1);color: #fff;}
.ptPAvgList .item_top .item_num .item_num_icon{width:.34rem;margin-left:auto;position: relative;}
.ptPAvgList .item_top .item_num .item_num_icon img{width:100%;}
.ptPAvgList .item_top .item_num .item_num_icon ._hoverarrow{position: absolute;top: 0;left: 0;width: 100%;
height:0;overflow: hidden;transition: height .35s ease;}
.ptPAvgList .item_top .item_num .item_num_icon ._hoverarrow img{position: absolute;top: 0;left: 0;width: 100%;}
.ptPAvgList .item_info{padding:.35rem;background-color: #fff;}
.ptPAvgList .item_info .item_title{font-size:.26rem;color:#313a59;line-height:1;overflow: hidden;
text-overflow:ellipsis;white-space: nowrap;margin-bottom:.2rem;font-weight:bold;}
.ptPAvgList .item_info .item_line{padding-right: .1rem; line-height:.32rem;font-size:.16rem;height:1.92rem;text-align: justify;overflow-y: scroll;white-space: pre-line;}
.ptPAvgList .item_info .item_line p{padding-left:.12rem;position:relative;}
.ptPAvgList .item_info .item_line p:before{content:'';width:.04rem;height:.04rem;border-radius:50%;background-color:#666;left:0;top:.15rem;position:absolute;}
.ptPAvgList .item>div:hover{box-shadow:0 .15rem .3rem rgba(63,116,254,.25);transform: translate3d(0,-.08rem,0);}   
.ptPAvgList .item>div:hover .item_top .item_num .item_num_icon ._hoverarrow{height: 100%;}

._advImg {
  padding-right: 1.2rem;
  width: 50%;
  height: 6rem;
  overflow: hidden;
  /* position: sticky;
  top: 1.2rem; */
}

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

._advList {
  width: 50%;
  height: 6rem;
}

._advList ._item {
  margin-bottom: .5rem;
  align-items: stretch;
  height: auto;
}

._advList ._item .num {
  width: 1.5rem;
  font-size: .82rem;
  color: rgba(255, 255, 255, 0.2);
  font-family: "AlimamaShuHeiTiBold";
  line-height: 1;
}

._advList ._item .txt {
  width: calc(100% - 1.5rem);
  color: #fff;
  font-size: .16rem;
  line-height: 2;
  text-align: justify;
}

._advList ._item .txt h4 {
  font-size: .28rem;
  font-weight: 900;
  line-height: 2;
}
._advList ._item .txt p{
  white-space:pre-line;
}
._advList ._item.swiper-slide-thumb-active .num{
  color: rgba(255, 255, 255, 0.88);
  font-weight: bold;
}

/* 重点产品 */
.page-product {
  position: relative;
}

.page-product::before,
.page-product::after {
  content: "";
  width: 100%;
  height: 50%;
  position: absolute;
  left: 0;
}

.page-product::before {
  background-color: rgba(247, 249, 255, 1);
  top: 0;
}

.page-product::after {
  background: url(../images/ipro-bg.png) no-repeat center;
  background-size: cover;
  bottom: 0;
}

.page-pro-list {
  margin-top: .5rem;
  position: relative;
  overflow: inherit;
}

.page-pro-list .swiper-wrapper {
  align-items: stretch;
}

.page-pro-list ._item .img-box {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 3rem;
  background-color: rgba(224, 227, 234, 1);
  cursor: pointer;
}

.page-pro-list ._item .img-box img {
  width: 80%;
  height: 80%;
  object-fit: contain;
}

.page-pro-list ._item ._textBox {
  padding: .2rem .3rem;
  background-color: #fff;
  text-align: justify;
}

.page-pro-list ._item ._textBox h4 {
  margin-bottom: .1rem;
  font-size: .2rem;
  color: rgba(0, 0, 0, 1);
  line-height: 2;
}

.page-pro-list ._item ._textBox p {
  padding-right: .1rem;
  font-size: .16rem;
  line-height: 1.8;
  color: rgba(102, 102, 102, 1);
  height: 1.66rem;
  white-space: pre-line;
  overflow-y: auto;
}

.page-pro-list .pro_switch {
  display: flex;
  align-items: center;
  justify-content: center;
  width: .7rem;
  height: .7rem;
  border: 1px solid var(--bg-red);
  font-size: .24rem;
  color: var(--text-color-red);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all .35s;
  z-index: 1;
}

/* .page-pro-list .pro_switch i{
  position: relative;
  z-index: 1;
} */
.page-pro-list .pro_switch::before,
.page-pro-list .pro_switch::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: var(--bg-red);
  border-radius: 50%;
  transition: cubic-bezier(.4, .4, 0, 1) .5s;
  opacity: 0;
  z-index: -2;
}

.page-pro-list #pro_prev {
  left: 0;
  transform: translateY(-50%) rotate(180deg);
}

.page-pro-list #pro_next {
  right: 0;
}

.page-pro-list .pro_switch:hover {
  border-radius: 100%;
}

.page-pro-list .pro_switch:hover::before {
  opacity: 1;
  transform: none;
}

.page-pro-list .pro_switch:hover::after {
  opacity: .2;
  transform: scale(1.4);
  transition-delay: .1s;
}

.page-pro-list .pro_switch:hover i {
  color: #fff;
}

/* 产业荣誉 */
.page-industry-honor {
  padding-bottom: 5.2vw;
}
.page-industry-honor #honorSwiper{
  padding-bottom: 0;
}
.page-industry-honor #honorSwiper ._img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 3.62rem;
  background-color: rgba(247, 249, 255, 1);
}

.page-industry-honor #honorSwiper ._img ._pic {
  width: 92%;
  height: 90%;
  position: relative;
  object-fit: contain;
  left: auto;
  top: auto;
  transform: none;
}

.page-industry-honor #honorSwiper ._name {
  opacity: 1;
}

.page-industry-honor #honorSwiper::before,
.page-industry-honor #honorSwiper::after {
  display: none;
}

/* market and layout */
.page-business .container {
  position: relative;
}
.page-business ._cityList .swiper .swiper-pagination-bullet{
  border-color: var(--bg-blue);
}
.page-business ._cityList .swiper .swiper-pagination-bullet-active{
  background-color: var(--bg-blue);
}
.page-business ._mapNumber {
  color: #232830;
}

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

.tab-line {
   height: .9rem; 
  border-bottom: 1px solid #ddd;
}

.tab-line .container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
  position: relative;
}
.tab-line .pub-nav li{
  display: flex;
  align-items: center;
  justify-content: center;
}
.tab-line .pub-nav li a {
  color: #333;
}

.media-search {
  position: absolute;
  top: 50%;
  right: 0;
  width: 267px;
  transform: translateY(-50%);
}

.media-search h4 {
  display: none;
}

.media-search .search-form {
  position: relative;
}

.media-search input.input-newroom-search {
  width: 100%;
  border: 1px solid #DDDDDD;
  height: 39px;
  padding-left: 10px;
  font-size: .14rem;
  padding-right: 70px;
}

.media-search .btn-newroom-search {
  background: transparent;
  border: none;
  font-size: .14rem;
  line-height: 1.2;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  cursor: pointer;
}

.media-search .btn-newroom-search i {
  font-size: .2rem;
  color: #666;
  line-height: 1;
}

.news-list {
  margin-top: .5rem;
  margin-bottom: .5rem;
  align-items: stretch;
  flex-wrap: wrap;
}

.news-list ._item {
  margin-right: .3rem;
  width: calc((100% - .6rem)/3);
}

.news-list ._item:nth-child(3n) {
  margin-right: 0;
}

.news-list ._item .img-box {
  height: 2.8rem;
}

.news-list ._item .text-box {
  width: 100%;
  padding: 15px 20px;
  background-color: #f8f8f8;
  position: relative;
  z-index: 2;
  overflow: hidden;
}

.news-list ._item ._title {
  min-height: .8rem;
  font-size: .16rem;
  line-height: 1.8;
  overflow: hidden;
}

.news-list ._item ._time {
  font-size: .14rem;
  line-height: 2;
  color: #666;
}

.news-list ._item:hover ._title {
  color: var(--text-color-blue);
}

.news-list ._item:hover .text-box {
  background-color: #f2f2f2;
}

@media (min-width: 992px) {
  .news-list ._item {
    margin-bottom: .3rem;
  }
}

/*page news details*/
.page-news-detail {
  padding-top: .5rem;
}
.page-news-detail .page-party-detail{
    padding: 0 8.5%;
}
.page-title {
  font-size: .3rem;
  color: #000;
  font-weight: bold;
  line-height: 1.6;
}

.page-info {
  font-size: .14rem;
  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;
  display: block;
  margin: 0 auto;
}
.page-news-detail .page-party-detail .page-text p{
    margin-bottom: 0;
}
.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 */
.page-job {
  padding-top: 0;
  background-color: #fff;
  position: relative;
  z-index: 2;
}

.page-job-cont {
  align-items: flex-start;
}

.left_box {
  display: flex;
  justify-content: flex-end;
  background: #F5F9FC;
  padding-top: 1.45rem;
  width: 33.854%;
  height: 100vh;
  padding-bottom: 1rem;
  padding-right: 8%;
  position: sticky;
  top: .9rem;
  z-index: 0;
}

.new_tab {
  margin-top: 0;
  width: 67.69%;
  max-width: 528px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
  height: 100%;
  transition: opacity 0.5s cubic-bezier(0.25, 0.74, 0.22, 0.99)
}

.new_tab a {
  color: #232830;
  transition: color 0.5s cubic-bezier(0.25, 0.74, 0.22, 0.99), background-color 0.5s cubic-bezier(0.25, 0.74, 0.22, 0.99), margin-bottom 0.5s cubic-bezier(0.25, 0.74, 0.22, 0.99);
  width: 2.12rem;
  height: .92rem;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
  padding: .24rem .2rem .2rem .4rem;
  line-height: 1;
  margin-bottom: .48rem;
  cursor: pointer;
}

.new_tab a .new_l {
  font-size: .18rem;
}

.new_tab a .new_l_en {
  font-size: .16rem;
  position: relative;
}

.new_tab span {
  height: 1px;
  background: #000000;
  opacity: 0.08;
  width: 100%;
  width: 2.12rem;
}

.new_tab a.on,
.new_tab a:hover {
  color: #ffffff;
  background-color: var(--text-color-blue);
}

.new_tab a.on+span {
  opacity: 0;
}

.right_box {
  display: flex;
  justify-content: flex-start;
  padding-top: 1.45rem;
  width: calc(100% - 33.854%);
  padding-bottom: .8rem;
  padding-left: 1.33rem;
  position: relative;
  overflow: hidden;
}

.page-job-list {
  width: 81.6%;
  max-width: 1272px;
}

.page-job-list ._item {
  display: flex;
  align-items: flex-start;
  margin-bottom: .73rem;
  position: relative;
  cursor: pointer;
}

.page-job-list ._item .img-box {
  width: 32.4%;
  transition: box-shadow 0.5s cubic-bezier(0.25, 0.74, 0.22, 0.99);
}

.page-job-list ._item .item-text {
  width: 67.6%;
  padding-left: .6rem;
  padding-bottom: .75rem;
}

.page-job-list ._item .job-im {
  justify-content: space-between;
  align-items: center;
  line-height: 1;
}

.page-job-list .job-im .job-name {
  font-size: .24rem;
}

.page-job-list .job-im .job-my {
  font-size: .18rem;
  background: linear-gradient(90deg, #0F1180 0%, #E60012 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  white-space: nowrap;
}

.page-job-list .job-require {
  font-size: .14rem;
  line-height: 1.5;
  margin-top: .135rem;
  color: var(--text-color-blue);
}

.page-job-list .job-responsibility {
  font-size: .16rem;
  line-height: 2;
  text-align: justify;
  margin-top: .29rem;
}

.page-job-list .job-responsibility p {
  padding-left: .35rem;
  position: relative;
}

.page-job-list .job-responsibility p::before {
  content: '';
  display: block;
  width: .06rem;
  height: .06rem;
  border-radius: 100%;
  background-color: #232830;
  position: absolute;
  left: 0;
  top: 1em;
  transform: translateY(-50%);
}

.page-job-list .item-btn {
  width: 1.2rem;
  height: .5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F5F9FC;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: background-color 0.5s cubic-bezier(0.25, 0.74, 0.22, 0.99);
}

.page-job-list .item-btn .btn_text {
  overflow: hidden;
  padding: 0;
  perspective: 100vh;
  height: 1.8em;
  position: relative;
}

.page-job-list .item-btn .btn_text span {
  color: #232830;
  font-size: .16rem;
  display: flex;
  align-items: center;
  justify-content: center;
  height: inherit;
  transform: translateY(0);
  transition: transform 0.4s cubic-bezier(0.25, 0.74, 0.22, 0.99);
  visibility: visible;
}

.page-job-list .item-btn .btn_text span+span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transform: translate3d(0, 33.333333333%, 1px) rotateX(-90deg);
  opacity: 0;
}

.page-job-list .item-btn .btn_text:hover span {
  transform-style: preserve-3d;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translate3d(0, -66%, 1px) rotateX(90deg);
}

.page-job-list .item-btn .btn_text:hover span+span {
  transform: none;
  opacity: 1;
}

/* 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 {
  padding-top: 0;
  background: #f5f6f5;
}

.page-contact-list {
  padding-top: .5rem;
  flex-wrap: wrap;
  align-items: stretch;
}

.page-contact-list ._item {
  margin-right: .3rem;
  margin-bottom: .3rem;
  width: calc((100% - .6rem)/3);
  background-color: #fff;
}

.page-contact-list ._item:nth-child(3n) {
  margin-right: 0;
}

.page-contact-list ._item .img-box {
  position: relative;
  overflow: hidden;
}

.page-contact-list ._item .img-box::before {
  content: "";
  display: block;
  padding-top: 65.0095602294%;
}

.page-contact-list ._item .img-box img {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;
}

.page-contact-list ._item .item-cont {
  padding: 2.5em 4.5em 2.5em 2.8em;
  background-color: #fff;
  font-size: .2rem;
}

.page-contact-list ._item .item-title {
  font-size: .24rem;
  line-height: 1.5;
  margin-bottom: .15rem;
}

.page-contact-list ._item .item-txt {
  line-height: 2;
  font-size: .16rem;
}

/*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;
  }
  .ptPAvgList .item_top .item_num .item_num_nunber{
    font-size: .54rem;
  }
  .ptPAvgList .item_top .item_num .item_num_icon{
    width: .32rem;
  }
  .ptPAvgList .item_info .item_title{
    font-size: .24rem;
  }
}

@media (max-width: 1440px) {
  .header__logo a{
    height: .7rem;
  }
  .navs>li>a{
    padding: 0 .22rem;
  }
  .about-text .cont {
    -webkit-line-clamp: 12;
  }
  ._mapTxt .spot_psn.no1{
    left: 38%;
    bottom: 29%;
  }
  ._mapTxt .spot_psn.no3{
    left: 52.5%;
    bottom: 25%;
  }
  ._mapTxt .spot_psn.no4{
    left: 63%;
    bottom: 33%;
  }
  ._mapTxt .spot_psn.no6{
    left: 74.5%;
  }
  ._mapTxt .spot_psn.no7{
    left: 74%;
  }
  .contact_plate .contact_plate_txt label{
    width: .8rem;
  }
  .contact_plate .contact_plate_txt span{
    width: calc(100% - .8rem);
  }
  ._countryList ._item.no1{
    left: 37%;
  }
  ._countryList ._item.no2{
    right: 20%;
  }
  ._countryList ._item.no3{
    right: 5%;
  }
  ._countryList ._item.no5{
    left: 34.5%;
  }
  ._countryList ._item.no6{
    left: 14%;
  }
  ._countryList ._item.no7{
    left: 10%;
  }
  ._cntName::after{
    right: -27px;
    bottom: 11px;
  }
  ._countryList ._item.no6 ._cntName::after, ._countryList ._item.no7 ._cntName::after{
    left: -26.5px;
    bottom: 11px;
  }
  ._moreBtn{
    /* width: 1.8rem; */
  }
  ._moreBtn:hover{
    /* width: 2rem; */
  }
  .ptPAvgTab .item>a{
    font-size: .15rem;
  }
  .ptPAvgTab .item .item_line{
    width: 1.2rem;
    height: .44rem;
  }
  .ptPAvgTab .item .item_icon{
    width: .44rem;
    height: .44rem;
    line-height: .44rem;
  }
  .ptPAvgTab .item .item_name{
    margin-top: .1rem;
  }
  .ptPAvgList .item_top{
    height: 1.62rem;
  }
  .ptPAvgList .item_top .item_num{
    padding: .35rem .3rem;
  }
  .ptPAvgList .item_info{
    padding: .3rem;
  }
  .ptPAvgList .item_top .item_num .item_num_nunber{
    font-size: .48rem;
  }
  .ptPAvgList .item_top .item_num .item_num_icon{
    width: .3rem;
  }
  .ptPAvgList .item_info .item_title{
    font-size: .22rem;
    margin-bottom: .15rem;
  }
  .ptPAvgList .item_info .item_line{
    font-size: .14rem;
    line-height: 1.8;
    height: 1.56rem;
  }
}

@media (min-width: 1300px) and (max-width: 1549px) {
  ._mapTxt .spot_psn .spot_psn_btn{
    font-size: .16rem;
  }
  ._mapTxt .spot_psn.no1{
    left: 41%;
  }
  ._mapTxt .spot_psn.no2{
    left: 43.5%;
  }
  ._mapTxt .spot_psn.no3{
    left: 51%;
  }
  ._mapTxt .spot_psn.no4{
    left: 61%;
  }
  ._mapTxt .spot_psn.no5{
    left: 56%;
  }
  ._mapTxt .spot_psn.no6{
    left: 70.5%;
  }
  ._mapTxt .spot_psn.no7{
    left: 69.5%;
  }
  ._countryList ._item.no2{
    right: 24%;
  }
  ._countryList ._item.no3{
    right: 13%;
  }
  ._countryList ._item.no5{
    left: 37%;
  }
  ._countryList ._item.no6{
    left: 20%;
  }
  ._countryList ._item.no7{
    left: 15%;
  }
  .about-text .cont {
    -webkit-line-clamp: 12;
  }
  ._moreBtn{
    width: 1.64rem;
  }
  ._moreBtn:hover{
    width: 1.68rem;
  }
  .page-industry-bd ._since{
    /* margin-bottom: 1.5rem; */
  }
  #honorSwiper ._name{
    font-size: .16rem;
  }
}

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

@media (max-width: 1280px) {
  .box {
    padding: 1rem 0;
  }

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

  .nav-wrapper>.nav-item+.nav-item {
    margin-left: 10px;
  }
  .Hbase{
    padding: 1.52rem 0 .2rem;
  }
  #chinamap{
    height: 68vh;
  }
  ._mapTxt .spot_psn.no1{
    left: 40%;
  }
  ._mapTxt .spot_psn.no2{
    left: 43%;
  }
  ._mapTxt .spot_psn.no3{
    left: 51%;
  }
  ._mapTxt .spot_psn.no4{
    left: 61.5%;
  }
  ._mapTxt .spot_psn.no6{
    left: 72.5%;
  }
  ._mapTxt .spot_psn.no7{
    left: 70%;
  }
  ._mapTxt .spot_psn .spot_psn_btn{
    font-size: .18rem;
  }
  ._cityList ._item .swiper{
    padding-bottom: .6rem;
  }
  .Hservice{
    padding: 1.52rem 0 0;
  }
  #worldmap{
    width: 64%;
    height: 66vh;
  }

  .about-text .cont {
    -webkit-line-clamp: 12;
  }
  ._moreBtn{
    /* width: 1.8rem; */
  }
  .swiper-history ._item{
    padding-top: .27rem;
  }
  .swiper-history ._item ._cil{
    margin-bottom: .3rem;
  }
  .swiper-history ._item h4{
    font-size: .25rem;
  }
  .swiper-history ._item .desc{
    /* font-size: .14rem; */
  }
  .ptPAvgList .item_top{
    height: 1.92rem;
  }
  .ptPAvgList .item_info .item_line{
    font-size: .16rem;
    line-height: 2;
  }

  .footer-copyright {
    padding-top: 0.3rem;
  }
}

@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: .6rem 0;
  }
  .page-industry-bd ._since{
    left: -7.95rem;
  }

  .cases_detail_logo {
    right: 15px;
  }

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

  .footer .footer-copyright .container {
    padding-top: 0;
    padding-bottom: 0;
  }
  .f-menu div.f-menu-item+div.f-menu-item{
    margin-left: .6rem;
  }
  .ptPAvgList .item_top{
    height: 1.45rem;
  }
  .ptPAvgList .item_top .item_num .item_num_nunber{
    font-size: .42rem;
  }
  .ptPAvgList .item_top .item_num .item_num_icon{
    width: .28rem;
  }
  .ptPAvgList .item_info .item_title{
    font-size: .32rem;
  }
}

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

#pages li {
  margin: 0 2px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  background: #e6e6e6;
  color: #333;
  display: inline-block;
}

#pages li a {
  font-size: 14px;
  display: block;
  padding: 0 12px;
  color: #333;
}

#pages li span {
  font-size: 14px;
  display: block;
  padding: 0 12px;
}

#pages li.active {
  text-align: center;
  background: var(--bg-blue);
  color: #fff;
  display: inline-block;
}

#pages li:hover {
  color: #fff;
  background: var(--bg-blue);
}

#pages li:hover a {
  color: #fff;
}
@media (max-width: 1024px) {
  .navs {
    display: none;
  }

  .menubtn {
    display: block;
  }

  .banner {
    height: 68vh;
  }
  .industry-item._itemMore{
    display: block;
  }
  .ptPAvgTab{
    /* max-width: 90%; */
    margin: 0 auto 25px;
  }
  .ptPAvgTab .item>a{
    font-size: .266rem;
  }
  .ptPAvgTab .item .item_line{
    width: 1.6rem;
  }
  .ptPAvgTab .item .item_icon{
    width: .8rem;
    height: .8rem;
    line-height: .8rem;
  }
  .ptPAvgList .item_top .item_num{
    padding: .5rem .4rem;
  }
  .ptPAvgList .item_info{
    padding: .4rem;
  }
  .ptPAvgList .item_top{
    height: 2.72rem;
  }
  .ptPAvgList .item_top .item_num .item_num_nunber{
    font-size: .7rem;
  }
  .ptPAvgList .item_top .item_num .item_num_icon{
    width: .52rem;
  }
  .ptPAvgList .item_info .item_title{
    font-size: .36rem;
  }
  .ptPAvgList .item_info .item_line{
    padding-right: .2rem;
    font-size: .266rem;
    height: 2.52rem;
  }
  .bottom-left{
    width: 100%;
  }
  ._mkTitle,.logoSvg{
    display: none;
  }
  .ra_syp2, .ra_syp4,._maskSection{
    height: auto;
  }
  .Hbase,
  .Hservice {
    position: relative;
    top: inherit;
    left: inherit;
    right: inherit;
    bottom: inherit;
    transform: none;
    display: block;
    height: inherit;
    z-index: 2;
  }
  ._moreBtn{
    /* width: 2.42rem; */
  }
  ._moreBtn:hover{
    /* width: 2.56rem; */
  }
  .footer-copyright br {
    display: block;
  }
}

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

  #header {
    height: 60px;
    background-color: #fff;
  }

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

  .header__logo {
    margin-right: 0;
  }

  .header__logo a {
    height: 50px;
  }

  .header__logo a img {
    width: auto;
    height: 100%;
  }

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

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

  .header__tel {
    margin-right: .2rem;
    padding-left: .3rem;
    font-size: .28rem;
    color: #333;
    display: none;
  }

  .header__tel span {
    display: none;
  }

  .header__lang {
    margin-right: .3rem;
    font-size: .28rem;
    color: #333;
  }

  .header__lang .language {
    width: 1.2rem;
  }

  .header__lang .language .language_item a {
    line-height: 2;
  }

  .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: 36vh;
  }

  .banner-text ._title {
    font-size: .4rem;
    letter-spacing: 2px;
  }

  .banner-text ._tps {
    letter-spacing: 0;
  }

  .swiper-pagination .circle-progress {}

  .box {
    padding: .6rem 0;
  }

  .title {
    flex-direction: column;
  }

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

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

  .title .en::after {
    height: 3px;
  }

  .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;
  }

  .about-num {
    margin: .2rem 0;
    padding-right: 0;
    bottom: 0;
    width: 100%;
    flex-wrap: wrap;
    align-items: stretch;
  }

  .about-num .item,
  .about-num .item:first-child {
    padding: 0 .1rem;
    width: 25%;
    flex-direction: column;
    background: none;
    align-items: flex-start;
  }

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

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

  .about-num .item i {
    font-size: .32rem;
  }

  .about-num .item span {
    margin-left: .1rem;
    font-size: .2rem;
  }

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

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

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

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

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

  .about .container {
    margin-right: 0;
    padding: 0;
  }

  .about-left {
    display: none;
  }

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

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

  .about-text::before {
    display: none;
  }

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

  .about-text .top .en {
    font-size: .32rem;
  }

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

  .indexTitle1 ._cn {
    padding-left: .3rem;
    font-size: .38rem;
  }

  .indexTitle1 ._en {
    font-size: .56rem;
  }

  .indexTitle1 ._desc {
    margin-top: .15rem;
    font-size: .24rem;
    line-height: 1.6;
  }

  .industry-list {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .industry-item,
  .industry-item.active {
    width: 25%;
    height: 2.2rem;
  }

  .industry-item ._text label {
    font-size: .24rem;
  }

  .industry-item ._text h4 {
    font-size: .25rem;
  }

  .industry-item.active::before {
    background-color: rgba(31, 55, 89, 0.6);
  }

  .industry-item.active ._text {
    justify-content: center;
  }

  .industry-item.active ._text label {
    font-size: .24rem;
    opacity: 1;
  }

  .industry-item.active ._text h4 {
    padding: 0;
    background-color: transparent;
  }

  .industry-item.active .icon {
    opacity: 0;
  }
  .industry-item._itemMore ._text,.industry-item._itemMore .icon{
    
  }
  .industry-item._itemMore::before{
    
  }
  .ra_syp2,
  .ra_syp4{
    height: auto;
  }
  .ra_syp2 
  ._maskSection,
  .ra_syp4
  ._maskSection {
    height: auto;
  }

  ._mkTitle {
    display: none;
    position: relative;
    top: inherit;
    left: inherit;
    font-size: 24px;
    line-height: 1.4;
  }

  ._mkTitle strong {
    display: block;
  }

  .logoSvg {
    display: none;
  }

  #chinamap,
  #worldmap {
    margin-top: .3rem;
    width: 100%;
    height: inherit;
  }

  ._mapTxt .spot_psn .spot_psn_btn {
    font-size: .2rem;
  }

  ._cityList {
    margin-top: .5rem;
    position: relative;
    right: inherit;
    top: inherit;
  }

  ._cityList ._item {
    position: relative;
    right: inherit;
    top: inherit;
    display: none;
  }

  ._cityList ._item.act {
    display: block;
  }

  ._cityList .contact_plate {
    width: 100%;
  }

  .contact_plate .contact_plate_img {
    height: 3.5rem;
  }

  .contact_plate .contact_plate_line {
    padding: .24rem .4rem;
  }

  .contact_plate .contact_plate_name {
    margin-bottom: .15rem;
    font-size: .3rem;
  }

  .contact_plate .contact_plate_txt {
    font-size: .26rem;
  }

  .contact_plate .contact_plate_txt label {
    width: 1.32rem;
  }

  .contact_plate .contact_plate_txt span {
    width: calc(100% - 1.32rem);
  }

  .home-main section.news {
    padding: .5rem 0;
  }

  ._newsList {
    flex-direction: column;
  }

  ._newsList ._left,
  ._newsList ._right {
    width: 100%;
  }

  ._newsList ._img,
  ._newsList ._right ._item ._img {
    width: 36%;
    height: auto;
  }

  ._newsList ._info,
  ._newsList ._right ._item ._info {
    width: 64%;
    padding-left: .3rem;
  }

  ._newsList ._right ._item {
    flex-direction: row;
  }

  .news_time {
    font-size: .24rem;
  }

  .news_title {
    font-size: .3rem;
    line-height: 24px;
    height: 48px;
  }

  .news_desc {
    display: none;
  }

  .news_more {
    font-size: .24rem;
  }

  .news_more i {
    font-size: .28rem;
  }

  ._newsList ._item:last-child::before,
  ._newsList ._item:last-child::after {
    display: block;
  }

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

  .subbanner {
    height: 24vh;
  }

  .subbanner .container {
    top: 50%;
  }

  .subbanner .container p {
    font-size: .24rem;
    line-height: 1.6;
  }

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

  .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 {
    width: auto;
    padding: 0;
    flex: auto;
  }

  .pub-nav li a {
    display: block;
    padding: .15rem .2rem;
    font-size: .28rem;
    line-height: 2;
    color: #343434;
  }
  #bump{
    display: none;
  }

  .path {
    width: 100%;
    padding: .2rem 0;
    font-size: .24rem;
  }
  /* page about */
  .page-about .container {
    flex-wrap: wrap;
  }
  .page-about-bd{
    flex-direction: column;
  }

  .about_left {
    margin-bottom: .3rem;
    padding-right: 0;
    width: 100%;
  }
  .about_txt .p-thd{
    font-size: .3rem;
  }

  .about_pic {
    width: 100%;
  }
  .about_pic::before{
    left: .3rem;
    top: .3rem;
  }
  .about_txt p{
    font-size: .266rem;
  }
  .about-title h3 {
    font-size: .4rem;
  }

  .about-cont {
    padding-right: 0;
    overflow-y: hidden;
    max-height: none;
  }

  .about-cont p {
    font-size: .266rem;
  }
  .page-advantage .adv-card{
    margin-bottom: .3rem;
    width: 50%;
  }
  .page-advantage .adv-card i{
    font-size: .52rem;
  }
  .page-advantage .adv-card h4, .page-advantage .adv-card p{
    font-size: .28rem;
    line-height: 2;
  }
  .page-advantage .adv-card span,.page-advantage .adv-card em{
    font-size: .24rem;
  }
  .page-culture .cont{
    margin: .5rem 0 0;
  }
  ._hexagon{
    display: none;
    width: 3rem;
    height: auto;
  }
  .culture-list{
    position: relative;
    height: auto;
    left: auto;
    top: auto;
    transform: none;
    flex-direction: column;
  }
  .culture-list ._item{
    margin-top: .24rem;
    margin-bottom: .24rem;
    width: 100%;
    position: relative;
    left: auto;
    top: auto;
    bottom: auto;
    right: auto;
  }
  .culture-list ._item ._tName{
    font-size: .3rem;
  }
  .culture-list ._item ._tName::before{
    height: 1px;
  }
  .culture-list ._item p{
    font-size: .24rem;
  }
  .culture-list ._item:nth-child(2n){
    align-items: flex-start;
    right: auto;
  }
  .culture-list ._item:nth-child(2n) ._tName em{
    right: 0;
    left: auto;
  }
  .culture-list ._item ._tName em::before{
    display: none;
  }
  .culture-list ._item.no3, .culture-list ._item.no4{
    bottom: auto;
  }
  .culture-list ._item:nth-child(2n) ._tName{
    justify-content: flex-start;
  }
  .page-history ._circle{
    width: 6rem;
    height: 6rem;
  }
  .swiper-history{
    padding: 0 .3rem;
  }
  #courseTab:before{
    top: 18px;
    border-bottom-width: 1px;
  }
  .swiper-history ._item h4{
    font-size: .36rem;
  }
  .swiper-history ._item .desc{
    font-size: .266rem;
    line-height: 1.8;
  }
  #courseswr ._item ._line{
    font-size: .3rem;
  }
  .courseswr_btn{
    margin-top: .3rem;
  }

  /* page about honor list */
  .page-honor {
    padding: .5rem 0;
  }

  .page-honor .page-advantage{
    display: none;
  }
  /* page news list */
  .page-news{
    padding-top: 0;
  }
  .page-news .tab-line{
    padding: 0 .3rem;
    margin-bottom: 80px;
    height: auto;
  }
  .page-news .pub-nav{
    height: auto;
    /* flex-direction: column;
    justify-content: center;
    align-items: center; */
  }
  .media-search{
    top: auto;
    bottom: -70px;
    display: flex;
    width: 100%;
  }
  .media-search h4{
    display: inline-block;
    min-width: 45px;
    margin-right: 10px;
    font-size: .28rem;
    line-height: 39px;
  }
  .media-search .search-form{
    flex: 1 0 auto;
    max-width: 300px;
  }
  .media-search input.input-newroom-search{
    font-size: .24rem;
  }
  .media-search .btn-newroom-search i{
    font-size: .3rem;
  }
  .news-list ._item{
    margin-right: 0;
    margin-bottom: .3rem;
    width: 100%;
  }
  .news-list ._item .img-box{
    height: 4rem;
  }
  .news-list ._item ._title{
    font-size: .266rem;
  }
  .news-list ._item ._time{
    font-size: .24rem;
  }

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

  .page-news-detail {
    padding: 0;
    max-width: 100%;
    flex-direction: column;
  }
  .page-news-detail .page-party-detail{
      padding: 0 .3rem;
  }

  .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-text h1{
      font-size: 28px;
      line-height: 42px;
  }

  .page-about-cont .page-text strong {
    font-size: .3rem;
  }

  .page-next .post_prev,
  .page-next .post_next {
    padding: 10px;
  }

  .page-next .post_prev span,
  .page-next .post_next span{
    font-size: 0.26rem;
  }

  .page-next a {
    font-size: 0.26rem;
  }

  .page-info {
    margin: 0.38rem 0;
    padding-bottom: 0.285rem;
    font-size: .24rem;
  }

  .page-next {
    margin-top: 0.38rem;
  }

  /* mobile page job */
  .page-job-cont{
    flex-direction: column;
  }
  .left_box{
    margin: 0;
    padding: .3rem;
    width: 100%;
    height: auto;
    justify-content: flex-start;
    position: relative;
    top: auto;
  }
  .new_tab{
    width: 100%;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .new_tab a{
    margin-bottom: 0;
    padding: .2rem;
    width: 25%;
    height: auto;
    justify-content: center;
  }
  .new_tab a .new_l{
    font-size: .26rem;
  }
  .new_tab a .new_l_en{
    margin-top: .1rem;
    font-size: .2rem;
    line-height: 1;
  }
  .new_tab span{
    display: none;
  }
  .right_box{
    width: 100%;
    padding: .8rem .5rem;
  }
  .page-job-list{
    width: 100%;
  }
  .page-job-list ._item{
    flex-direction: column;
  }
  .page-job-list ._item .img-box{
    width: 100%;
    height: 3.2rem;
  }
  .page-job-list ._item .item-text{
    padding: .5rem 0 .8rem;
    width: 100%;
  }
  .page-job-list .job-im .job-name{
    font-size: .3rem;
  }
  .page-job-list .job-im .job-my{
    font-size: .24rem;
  }
  .page-job-list .job-require{
    margin-top: .2rem;
    font-size: .24rem;
  }
  .page-job-list .job-responsibility{
    font-size: .24rem;
    line-height: 1.8;
  }
  .page-job-list .item-btn{
    width: 2rem;
    height: .7rem;
  }
  .page-job-list .item-btn .btn_text span{
    font-size: .24rem;
  }
  .page-industry-box{
    padding: .5rem .3rem;
  }
  .page-industry-bd{
    flex-direction: column-reverse;
  }
  .page-industry-bd::before, .page-industry-bd::after{
    display: none;
  }
  .page-industry-bd ._left{
    width: 100%;
  }
  ._moreBtn{
    /* width: 2.2rem; */
    font-size: .24rem;
  }
  ._moreBtn i{
    font-size: .24rem;
  }
  .page-industry-bd ._right{
    margin-left: 0;
    margin-bottom: .3rem;
    padding-left: 0;
    width: 100%;
  }
  .page-industry-bd .about_tit{
    margin-bottom: .2rem;
  }
  .page-industry-bd .about_tit ._cn{
    font-size: .32rem;
  }
  .page-industry-bd ._since{
    margin: 0;
    left: auto;
    font-size: .8rem;
  }
  .page-industry-bd ._since ._year{
    font-size: .8rem;
  }
  .page-industry-advantage ._cont{
    flex-direction: column;
  }
  ._advImg{
    margin-bottom: .3rem;
    padding-right: 0;
    width: 100%;
    height: 4.42rem;
    position: relative;
    top: auto;
  }
  ._advList{
    width: 100%;
    height: auto;
  }
  ._advList ._item .num{
    width: 1rem;
    font-size: .6rem;
  }
  ._advList ._item .txt{
    width: calc(100% - 1rem);
    font-size: .266rem;
  }
  ._advList ._item .txt h4{
    font-size: .32rem;
  }
  ._advList ._item .txt p{
    padding-right: .2rem;
    max-height: 3.2rem;
    overflow-y: auto;
  }
  .page-pro-list{
    overflow: hidden;
  }
  .page-pro-list ._item .img-box{
    height: 3.6rem;
  }
  .page-pro-list ._item ._textBox{
    padding: .2rem .3rem .3rem;
  }
  .page-pro-list ._item ._textBox h4{
    font-size: .3rem;
  }
  .page-pro-list ._item ._textBox p{
    padding-right: .2rem;
    height: 1.8rem;
    font-size: .266rem;
  }

  /* mobile page contact */
  .page-contact{
    padding-top: 0;
  }
  .page-contact-list ._item{
    width: 100%;
    margin-right: 0;
    /* width: calc((100% - .3rem)/2); */
  }
  /* .page-contact-list ._item:nth-child(3n){
    margin-right: .3rem;
  }
  .page-contact-list ._item:nth-child(2n){
    margin-right: 0;
  } */
  .page-contact-list ._item .item-cont{
    padding: .3rem .35rem;
  }
  .page-contact-list ._item .item-title{
    font-size: .3rem;
  }
  .page-contact-list ._item .item-txt{
    font-size: .24rem;
    line-height: 1.8;
  }

  /* footer */
  #footer {}

  .bottom {
    padding: .5rem .3rem;
  }
  #footer .container{
    flex-direction: column;
  }

  .footer-media-items {
    /* margin: .45rem auto 0; */
    justify-content: center;
    width: 60%;
  }

  .footer-media-items li a.media-link i {
    width: .66rem;
    height: .66rem;
    font-size: 200%;
  }

  .media-link:hover .hoverbox {
    bottom: .9rem;
  }

  .bottom .socals {
    width: 100%;
    margin-bottom: 15px;
  }

  .soDiv {
    justify-content: flex-start;
  }

  .bottom .socals .so {
    width: 30%;
  }

  .bottom .socals .so:first-child {
    margin-right: 10px;
  }

  .bottom .socals img {
    width: 100%;
  }

  .bottom .socals p {
    width: 100%;
    font-size: .24rem;
  }

  .conAddress {
    font-size: .26rem;
  }

  .conAddress .call .txt {
    font-size: .28rem;
  }

  .conAddress .call .des {
    font-size: .38rem;
  }
  .f-menu{
    display: none;
  }

  .footer .footer-copyright {
    flex-direction: column;
    align-items: center;
    padding: 0.3rem 0 0.2rem;
    border-top: 1px solid rgba(235, 235, 235, 0.1);
    text-align: center;
    z-index: 5;
  }

  .footer-copyright p,
  .footer-copyright span,
  .footer-copyright a {
    font-size: 0.22rem;
  }
  .footer-copyright .backTop{
    width: .66rem;
    height: .66rem;
    top: -40px;
    right: 0;
    transform: none;
  }
  .footer-copyright .backTop i::before{
    z-index: 0;
  }
}
@media (max-width: 760px) {
  .ptPAvgTab .item .item_line{
    width: 0px;
  }
  .ptPAvgList .item_top{
    height: 154px;
  }
  ._mapTxt .spot_psn.no1{
    left: 34%;
  }
  ._mapTxt .spot_psn.no2{
    left: 41.5%;
  }
  ._mapTxt .spot_psn.no3{
    left: 48%;
  }
  ._mapTxt .spot_psn.no4{
    left: 62%;
    bottom: 28%;
  }
  ._mapTxt .spot_psn.no5{
    left: 56%;
    bottom: 35%;
  }
  ._mapTxt .spot_psn.no6{
    left: 73.5%;
  }
  ._mapTxt .spot_psn.no7{
    left: 74%;
    bottom: 71.5%;
  }
  ._mapTxt .spot_psn span{
    width: 7px;
    height: 7px;
  }
  ._mapTxt .spot_psn span::before, ._mapTxt .spot_psn span::after{
    width: 7px;
    height: 7px;
  }
  ._mapTxt .spot_psn span:after{
    width: 10px;
    height: 10px;
    left: -3px;
    top: -3px;
  }
  ._mapTxt .spot_psn .spot_psn_btn{
    font-size: 11px;
  }
  ._cntName::after{
    right: -17px;
    bottom: 7px;
  }
  ._countryList ._item.no6 ._cntName::after, ._countryList ._item.no7 ._cntName::after{
    left: -17.5px;
    bottom: 8px;
  }
  ._continentsCnt{
    width: 3rem;
  }
  .page-history ._lock{
    display: none;
  }
  #honorSwiper .swiper-slide{
    transform: none;
  }
  #honorSwiper ._name{
    opacity: 1;
    font-size: 14px;
  }
  .honor-navigation .swiper-btn{
    display: none;
  }
}
@media (max-width: 560px) {
  .ptPAvgTab>div{
    /* justify-content: flex-start; */
  }
}

