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

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

.row {
  width: 87.5%;
  margin: 0 auto;
}

/* ======================================================
   <!-- 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(--color01);
}

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

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(--color01) !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: -50%;
  -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;
}

.hidden {
  display: none;
}

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

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

/*global*/
:root {
  --color01: rgba(197, 25, 38, 1);
  --bg-black: #000;
  --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(--color01);
    border-radius: 4px;
  }

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

/* @media (max-width:6000px) {
  html {
    font-size: calc(100vw/19.2) !important;
  }
}

@media (max-width:750px) {
  html {
    font-size: calc(100vw/12) !important;
    text-size-adjust: none;
    -webkit-text-size-adjust: none;
  }
} */

/* 字体引用 */
/*@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: "AlibabaPuHuiTiSemiBold";*/
/*  src: url("../fonts/AlibabaPuHuiTiSemiBold.ttf");*/
/*}*/

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

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

/*@font-face {*/
/*  font-family: "OPPOSans";*/
/*  src: url("../fonts/OPPOSansRegular.otf");*/
/*}*/

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

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

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

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

.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.mobileNav .openMenu .openMenu_btn span:nth-child(1) {
  top: 11px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.header.mobileNav .openMenu .openMenu_btn span:nth-child(2) {
  opacity: 0;
  -webkit-opacity: 0;
  visibility: hidden;
}

.header.mobileNav .openMenu .openMenu_btn span:nth-child(3) {
  bottom: 11px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

/*页头*/
.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  /* border-bottom: 1px solid rgba(255, 255, 255, 0.2); */
}

.header::before {
  content: "";
  width: 100vw;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #fff;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: -1;
}

.header.header-sticky::before {
  height: 100%;
}

.pc-nav {
  height: 1rem;
  justify-content: space-between;
}

.pc-nav ._logo>a {
  align-items: center;
  height: 100%;
  /* border-right: 1px solid rgba(255, 255, 255, 0.2); */
}

.pc-nav ._logo>a>div {
  height: 0.72rem;
}

.pc-nav ._logo>a>div img {
  height: 100%;
}

.header.header-sticky .logo-white {
  display: none;
}

.header .logo {
  display: none;
}

.header.header-sticky .logo {
  display: block;
}

.pc-nav .nav {
  /*margin-left: auto;*/
}

.pc-nav .nav .nav_a>a {
  height: 1rem;
  line-height: 1rem;
  padding: 0 0.3rem;
  font-size: .18rem;
  transition: all 0.3s ease;
  position: relative;
}

.header .pc-nav .nav .nav_a>a {
  color: #fff;
  transition: .3s;
}

.header.header-sticky .pc-nav .nav .nav_a>a {
  color: #333;
}

.pc-nav .nav .nav_a>a:after {
  content: "";
  position: absolute;
  width: .6rem;
  height: .7rem;
  transform: scale(.5);
  right: -.05rem;
  bottom: -.08rem;
  transition: all 0.5s ease;
  z-index: 1;
  opacity: 0;
}

/* .pc-nav .nav .nav_a:last-of-type > a:after {
  display: none;
}
.pc-nav .nav .nav_a > a .hoverable_txt:after {
  background-color: var(--color01);
  height: 2px;
  border-radius: 2px;
} */
.header .pc-nav .nav .nav_a>a:hover {
  color: var(--color01);
  font-weight: 500;
}

.pc-nav .nav .nav_a>a:hover:after {
  opacity: 1;
  transform: none;
}

.pc-nav .nav .nav_a>.nav_b {
  position: absolute;
  top: 100%;
  left: 50%;
  padding: 5px 0;
  color: #666;
  min-width: 130px;
  background-color: #fff;
  transform: translateX(-50%) translateY(10px);
  border-radius: 5px;
  opacity: 0;
  visibility: hidden;
  z-index: 5;
  border: 1px solid #e6e6e6;
  transition: all 0.3s ease-in-out;
}

.pc-nav .nav .nav_a>.nav_b:before {
  content: "";
  position: absolute;
  top: -6px;
  left: 50%;
  width: 0;
  height: 0px;
  margin-left: -6px;
  border-style: solid;
  border-width: 6px;
  border-color: #fff #fff transparent transparent;
  transform: rotate(-45deg);
  box-shadow: 2px -2px 2px rgba(100, 100, 100, 0.1);
}

.pc-nav .nav .nav_a>.nav_b>.nav_b_list>li>a {
  white-space: nowrap;
  font-size: 15px;
  line-height: 38px;
  color: #666;
  transition: all 0.3s ease;
  padding: 0 15px;
  font-weight: normal;
}

/* header tel */
.header .header__tel {
  align-items: center;
  font-size: .24rem;
  /*padding: 0 0 0 .6rem;*/
  color: #fff;
  line-height: 1;
  transition: .3s;
}

.header .header__tel a {
  margin-right: .1rem;
  font-size: .22rem;
  line-height: 1;
  position: relative;
  color: #fff;
  transition: .3s;
}

/*header language*/
.header .language{
  align-items: center;
  text-align: center;
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
.header .language .language_item{
  padding: 0 .2rem;
  color: #fff;
  transition: all 0.3s ease;
  position: relative;
}
.header .language .language_item:first-child:after{
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 60%;
  background-color: #fff;
  transform: translateY(-50%);
}

.header.header-sticky .language .language_item,
.header.header-sticky .header__tel,
.header.header-sticky a,
.header.header-sticky i {
  color: #333;
}
.header.header-sticky .language .language_item:first-child:after{
  background-color: #333;
}
.header.onWhite::before {
  height: 1rem;
}

/* .header.onShow::before {
  height: 5.2rem;
} */

.formSearch {
  justify-content: space-between;
  align-items: stretch;
  border: 1px solid #fff;
}

.formSearch .search-input {
  padding: .1rem .12rem;
  background-color: #fff;
  font-size: .14rem;
  line-height: 1;
}

.formSearch .search-input::placeholder {
  font-size: .14rem;
  line-height: 1;
  font-weight: lighter;
  color: rgba(184, 184, 184, 1);
}

.formSearch .search-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: .34rem;
  height: .34rem;
  font-size: .16rem;
  color: #fff;
  line-height: 1;
  background-color: transparent;
  cursor: pointer;
  position: relative;
}

.formSearch .search-btn::before {
  z-index: 1;
}

/* header tel */
.header__tel {
  /*margin-left: .2rem;*/
  align-items: center;
  font-size: .24rem;
  font-family: "archivonarrowbold";
  color: #fff;
  line-height: 1;
}

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


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

#header.header-sticky .header__tel {}

#header.header-sticky .header__websites {
  /* 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 .3rem;
  display: block;
  color: #fff;
  font-family: "AlibabaPuHuiTiSemiBold";
  font-weight: bold;
  font-size: .18rem;
  line-height: .9rem;
  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: var(--color01);
}

.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 {
  padding: .22rem 0;
  position: absolute;
  top: 1rem;
  left: 0;
  width: auto;
  -moz-transition: ease 0.5s;
  -o-transition: ease 0.5s;
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 10;
}

.navs>li>.submenu::before {
  content: "";
  width: 2000%;
  height: 100%;
  background: rgba(23, 23, 23, .3);
  position: absolute;
  left: -1000%;
  top: 0;
  z-index: 0;
}

.navs>li>.submenu dt {
  padding-right: .4rem;
  font-size: .16rem;
  font-weight: bold;
  color: #fff;
  white-space: nowrap;
  position: relative;
}

.navs>li>.submenu dt::after {
  content: "";
  width: 1px;
  height: 60%;
  background-color: #fff;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 0;
}

.navs>li>.submenu a {
  font-size: .16rem;
  font-weight: normal;
  line-height: 1.6;
  text-align: center;
  position: relative;
  display: block;
  overflow: hidden;
  padding-left: .4rem;
  -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: #fff;
}

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

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

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

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

#header.header-sticky .header__logo a img {
  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: var(--color01);
  /* color: #000; */
}

#header.header-sticky .navs>li:hover a::before,
#header.header-sticky .navs>li.active a::before {
   background-color: var(--color01); 
  /* 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 20px;
  font-family: "AlimamaShuHeiTiBold";
  font-size: .58rem;
  color: var(--color01);
  justify-content: center;
}

.m-nav .logo img {
  max-width: 45%;
  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 .slide-inner {
  position: relative;
  width: 100%;
  height: 100%;
  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 .slide-inner video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner .banner_text {
  position: absolute;
  left: 50%;
  top: 0;
  height: 100%;
  transform: translateX(-50%);
  align-items: center;
  justify-content: center;
  z-index: 0;
} */
.banner ._bg {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: -1;
}

.banner ._bg:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  background-size: contain;
  top: 0;
  left: 0;
  z-index: 2;
}

.banner ._bg>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner ._bg video{
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.banner .Hbanner_txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  color: #fff;
  /* pointer-events: none; */
  z-index: 9;
}

.banner .Hbanner_txt ._more {
  margin-top: .37rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: .24rem;
  color: #fff;
}

.banner .Hbanner_txt ._more a {
  color: #fff;
  transition: .3s;
  margin: 0 auto;
}

.banner .Hbanner_txt ._more .iconfont {
  font-size: .28rem;
  margin-left: .1rem;
  position: relative;
  line-height: 1;
}

/*.banner .Hbanner_txt ._more .iconfont::after {*/
/*  content: '';*/
/*  width: .27rem;*/
/*  height: .27rem;*/
/*  border: 1px solid #fff;*/
/*  border-radius: 50%;*/
/*  position: absolute;*/
/*  top: 50%;*/
/*  right: -25%;*/
/*  transform: translateY(-50%);*/
/*  transition: .3s;*/
/*}*/

.banner .Hbanner_txt ._more a:hover .iconfont::after {
  border: 1px solid var(--color01);
}

.banner .Hbanner_txt ._more a:hover {
  color: var(--color01);
}

.banner .Hbanner_txt ._item ._title {
  font-size: 0.6rem;
  font-family: "AlibabaPuHuiTiSemiBold";
  margin-bottom: 0.1rem;
  font-weight: 700;
  text-align: center;
}

.banner .Hbanner_txt ._item ._tps {
  width: 40%;
  text-align: right;
  margin: 0 auto;
  font-size: .24rem;
}

.swiper-pagination .circle-progress {
  width: 24px;
  height: 24px;
  background-color: transparent;
  opacity: 1;
  transition: ease-in .3s;
  position: relative;
  margin: auto 5px !important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@keyframes circle-left {

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

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

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

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

.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: relative;
  left: auto;
  bottom: auto;
  top: auto;
  /* position: absolute;
  left: auto;
  right: 0;
  bottom: auto; */
}

.lb-num {
  margin-left: .2rem;
  color: rgba(255, 255, 255, 1);
  font-size: 0.15rem;
  line-height: 1;
  font-family: "YSHaoShenTi";
  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 {
  flex-direction: column;
  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-bottom: .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: -.7rem;
  color: rgba(51, 51, 51, 0.04);
  font-family: "GFSDidot";
  font-size: .56rem;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1;
}

.indexTitle1 ._cn {
  font-family: "OPPOSans";
  font-size: .46rem;
  color: var(--color01);
  line-height: 1.2;
  position: relative;
}

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

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

.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(--color01);
  cursor: pointer;
}

.icon_btn:hover {
  background-color: var(--color01);
  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)
  }
}

/* 核心产品 */
.product {
  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;
}

.product ._bg {
  width: 50%;
  height: calc(100% - 3.6rem);
  background-color: rgba(237, 237, 237, 1);
  /* background: linear-gradient(180deg, rgba(237, 237, 237, 1) 0%, rgba(237, 237, 237, 1) 18.94%, rgba(237, 237, 237, 0.23) 100%); */
  position: absolute;
  top: auto;
  left: 50%;
  bottom: .42rem;
  transform: translateX(-50%);
  z-index: -1;
}

.product ._bg::before {
  content: "";
  width: 57%;
  height: 50%;
  background: url(../images/pro-bg.png) no-repeat 0 bottom;
  background-size: contain;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
}

.product ._bg::after {
  content: "";
  width: 42%;
  height: 100%;
  background: linear-gradient(270deg, rgba(186, 186, 186, 1) 0%, rgba(237, 237, 237, 0.23) 100%);
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}

._proList {
  overflow: visible;
}

._proList ._item {
  align-items: center;
}

._proList ._item ._text {
  padding-left: 1.8rem;
  padding-right: .1rem;
  width: 56%;
}

._proList ._item ._title {
  margin-bottom: .3rem;
  font-size: .32rem;
  color: rgba(51, 51, 51, 1);
  font-weight: bold;
  line-height: 2;
}

._proList ._item ._desc {
  margin-bottom: .5rem;
  font-size: .18rem;
  color: rgba(102, 102, 102, 1);
  line-height: 1.8;
  text-align: justify;
}

._proList ._item ._btn {
  display: inline-block;
}

._proList ._item ._btn a {
  padding: .06rem .2rem;
  color: rgba(51, 51, 51, 1);
  background-color: #fff;
  font-size: .16rem;
  line-height: 2;
  border-radius: .5rem;
}

._proList ._item ._btn a i {
  margin-left: .1rem;
}

._proList ._item ._img {
  width: 46%;
  height: 6.2rem;
  margin-top: -.45rem;
}

._proList ._item ._img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.product .tabs {
  height: 1rem;
  align-items: flex-end;
  justify-content: center;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}

.product .tabs>.item a {
  padding: .2rem .5rem;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: .18rem;
  line-height: 1;
  transition: all .12s ease-in;
}

.product .tabs>.item i {
  margin-right: .1rem;
  font-size: .24rem;
  line-height: 1;
  position: relative;
}

.product .tabs .no1 {
  background: linear-gradient(90deg, rgba(110, 185, 43, 1) 0%, rgba(43, 186, 52, 1) 100%);
}

.product .tabs .no2 {
  background: linear-gradient(90deg, rgba(68, 145, 139, 1) 0%, rgba(68, 124, 145, 1) 100%);
}

.product .tabs .no3 {
  background: linear-gradient(90deg, rgba(195, 214, 0, 1) 0%, rgba(157, 214, 0, 1) 100%);
}

.product .tabs .no1 i::before,
.product .tabs .no1 i::after {
  content: "\e60c";
  z-index: 1;
}

.product .tabs .no2 i::before,
.product .tabs .no2 i::after {
  content: "\e653";
  z-index: 1;
}

.product .tabs .no3 i::before,
.product .tabs .no3 i::after {
  content: "\e613";
  z-index: 1;
}

.product .tabs>.item i::after {
  font-size: .18rem;
  font-weight: bold;
  color: rgba(76, 163, 0, 1);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
}

.product .tabs>.item.active a {
  padding: .26rem .5rem;
}

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

@-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 {
  width: 100%;
  height: 200vh;
  position: relative;
  overflow: hidden;
}

.ra_syp3 {
  width: 100%;
  height: 200vh;
  position: relative;
  overflow: hidden;
}

._maskSection {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;
}

/* ._mkTitle {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
  color: var(--color01);
  font-size: .5rem;
  line-height: 2;
  z-index: 1;
} */
/* 
._mkTitle strong {
  font-weight: 800;
}

._mkTitle span {
  color: rgba(230, 0, 18, 1);
} */
/* 数字跳动 */
.about-num {
  justify-content: center;
  position: absolute;
  left: 50%;
  bottom: 33%;
  transform: translateX(-50%);
  z-index: 2;
}

.about-num .item {
  margin: 0 .5rem;
  height: 100%;
  align-items: flex-end;
  font-size: .16rem;
}

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

.about-num .item i {
  font-size: 0.5rem;
  font-weight: bold;
  color: var(--color01);
  /* font-style: normal; */
  /* color: #fff; */
  line-height: 1;
  position: relative;
  z-index: 1;
  font-family: "OPPOSans";
}

.about-num .item span {
  margin-left: 0.01rem;
  vertical-align: top;
  font-weight: 400;
  color: var(--color01);
  /* color: #fff; */
  line-height: 1;
  font-family: "OPPOSans";
}

.about-num .item p {
  color: rgba(51, 51, 51, 1);
  font-family: "OPPOSans";
}

.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 ._mkTitle {
  opacity: 0;
  z-index: -1;
}

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

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

/* 立足本地 */
.Hlayout {
  /* 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;
  background: #F7F9FF;
}

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

.Hlayout ._bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* opacity: .6; */
}

.Hlayout ._bg::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(110, 185, 43, 0.8);
  backdrop-filter: blur(5px);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.Hlayout ._bg::after {
  content: "";
  width: 87%;
  height: 150%;
  background: url(../images/circle-bg.webp) no-repeat center;
  background-size: contain;
  position: absolute;
  right: -10%;
  top: 0;
  margin-top: -10%;
  animation: Rotate 16s linear infinite;
  z-index: 2;
}

@keyframes Rotate {
  0% {
    transform: rotate(360deg)
  }

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

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

.Hlayout ._left {
  width: 30%;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

.Hlayout .indexTitle1 {
  margin-bottom: .3rem;
}

.Hlayout .indexTitle1 ._cn {
  color: #fff;
  line-height: 1.6;
}

.Hlayout .indexTitle1 ._en {
  margin-top: 0;
  font-size: .36rem;
  color: #fff;
  white-space: pre-line;
}

.Hlayout .indexTitle1 ._desc {
  margin-top: 0;
  color: #fff;
}

.Hlayout ._left ._more {
  margin-top: auto;
  padding: .08rem .2rem;
  display: inline-block;
  background-color: #fff;
  border-radius: .3rem;
  font-size: .16rem;
  line-height: 1.6;
}

.Hlayout ._left ._more a {
  color: var(--color01);
}

.Hlayout ._left ._more i {
  margin-left: .1rem;
}

#chinamap {
  /* margin-left: auto;
  margin-right: -5%; */
  width: 100%;
  height: 100vh;
}

#chinamap img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

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

#chinamap .province {
  transition: fill 0.3s;
}

#chinamap ._mapNumber {
  color: #999999;
  font-size: .16rem;
  line-height: 1.6;
  position: absolute;
  left: 5%;
  bottom: 10%;
}

#chongqing,
#hubei,
#hebei,
#shandong,
#jiangsu,
#shanghai,
#zhejiang,
#guangdong {
  fill: var(--color01);
}

#chinamap #chongqing,
#chinamap .province:hover {
  fill: rgba(255, 141, 26, 1);
}

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

.map .spot_psn {
  position: absolute;
  color: #fff;
}

.map .spot_psn.on {
  z-index: 10;
}

.map .spot_psn .spot_psn_btn {
  font-size: .18rem;
  line-height: 2;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  ;
  cursor: pointer;
  font-family: "AlimamaShuHeiTiBold";
  /* flex-direction: column; */
  align-items: center;
  justify-content: center;
}

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

.map .spot_psn span::before,
.map .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;
}

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

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

.map .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 {
  margin-top: 0;
  width: 3.5rem;
  position: relative;
}

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

.contact_plate .contact_plate_img {
  height: 2rem;
  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: var(--color01);
  font-weight: bold;
  margin-bottom: .4vw;
  display: inline-block;
}

.contact_plate .contact_plate_line {
  padding: 1vw 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);
}

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

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

.map .spot_psn.no2 .spot_psn_btn,
.map .spot_psn.no7 .spot_psn_btn,
.map .spot_psn.no8 .spot_psn_btn {
  flex-direction: column;
}

.map .spot_psn.no4 .spot_psn_btn,
.map .spot_psn.no6 .spot_psn_btn {
  flex-direction: column-reverse;
}

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

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

.map .spot_psn.no3 .spot_psn_btn,
.map .spot_psn.no5 .spot_psn_btn,
.map .spot_psn.no10 .spot_psn_btn,
.map .spot_psn.no11 .spot_psn_btn,
.map .spot_psn.no13 .spot_psn_btn {
  flex-direction: row-reverse;
}

.map .spot_psn.no3 .spot_psn_btn span,
.map .spot_psn.no6 .spot_psn_btn span,
.map .spot_psn.no7 .spot_psn_btn span,
.map .spot_psn.no10 .spot_psn_btn span,
.map .spot_psn.no11 .spot_psn_btn span,
.map .spot_psn.no13 .spot_psn_btn span {
  margin-left: 0;
  margin-right: 8px;
}

/* 地点详情展示2 */
._cityList ._item {
  position: absolute;
  left: 0;
  top: 0
}

._cityList .contact_plate {
  width: 3.5rem;
  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);
  }
}

/* ESG */
.Hesg {
  background: url(../images/esg-bg.webp) no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  overflow: hidden;
}

.sya_p2 {
  /* padding-top: 1PX; */
  width: 100%;
  position: relative;
  text-align: center;
}

.Hesg .indexTitle1.style2 ._en {
  margin-top: -1rem;
  margin-bottom: .6rem;
  font-size: .5rem;
  color: rgba(255, 255, 255, 0.3);
}

.Hesg .indexTitle1.style2 ._cn {
  padding-bottom: .3rem;
  font-weight: bold;
  line-height: 1;
  position: relative;
}

.Hesg .indexTitle1.style2 ._cn::before {
  content: "";
  width: .8rem;
  height: 1px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}

.sya_p2_img {
  width: 100%;
  position: relative;
}

.numRain {
  width: 100%;
  height: 7rem;
  background: url(../images/num-rain.png) repeat-y center;
  background-size: 100% auto;
  position: absolute;
  left: 0;
  top: 0;
  opacity: .6;
}

/* .sya_p2_img1 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  mix-blend-mode: color-dodge;
} */

.sya_p2_img2 {
  height: 100vh;
  overflow: hidden;
  position: relative;
  z-index: 10;
}

.sya_p2_img2 img {
  width: 100%;
}

.sya_p2_img2 .sya_p2_img_ka2 {
  max-width: none;
  width: 128%;
  position: absolute;
  top: -1.3rem;
  left: -7%;
}

.sya_p2_img_ka2 img {
  width: 100%;
}

.sya_p2_img1 {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  pointer-events: none;
}

.sya_p2_img1::before {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
}

.sya_p2_img2 .sya_p2_img_a2 {
  /* margin-left: -5%; */
  max-width: none;
  width: 110%;
  position: absolute;
  left: -5%;
  bottom: -2rem;
  z-index: 30;
  pointer-events: none;
}

.sya_p2_img2 .sya_p2_img_a3 {
  width: 11.1rem;
  position: absolute;
  bottom: -3rem;
  left: -3.92rem;
  z-index: 10;
}

.sya_p2_img2 .sya_p2_img_a5 {
  width: 8.14rem;
  position: absolute;
  left: 0;
  bottom: -.2rem;
  z-index: 32;
}

.sya_p2_img2 .sya_p2_img_a4 {
  width: 11.98rem;
  position: absolute;
  bottom: -3rem;
  right: -30%;
  z-index: 10;
}

.sya_p2_img_a3,
.sya_p2_img_a4 {
  z-index: 33 !important;
}

.sya_p2_txt_a1 {
  font-family: "archivonarrowbold";
  font-size: 2.63rem;
  font-style: italic;
  font-weight: bold;
  color: transparent;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 5px rgba(255, 255, 255, 1);
  position: absolute;
  right: .3rem;
  bottom: 3rem;
  z-index: 32;
  opacity: .13;
}

.sya_p2_cont {
  padding-top: 2rem;
  position: absolute;
  width: 100%;
  top: 1.75rem;
  left: 0;
  z-index: 32;
}

.sya_p2_cont_wrap {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 1020px;
  margin: 0 auto;
  max-width: 100%;
}

.sya_p2lk .spcw_le {
  width: 100%;
}

.spcw_le .mod_tit48 {
  font-size: .42rem;
  color: #333;
  line-height: 1.5;
}

.sya_p2lk .spcw_ri {
  width: 100%;
  padding-top: 20px;
}

.spcw_ri_info {
  margin-bottom: 59px;
  font-size: .2rem !important;
}

.sya_p2_img2 .spcw_ri_info .mod_tit24 {
  font-size: .2rem;
  color: #fff;
  line-height: 1.75;
}

.sya_p2.on .sya_p2_img2 .sya_p2_img_a3 {
  left: 0;
}

.sya_p2.on .sya_p2_img2 .sya_p2_img_a4 {
  right: 70px;
}

.spbm_more {
  align-items: center;
  justify-content: center;
}

.spbm_more i {
  margin-left: .1rem;
}

.mod_word,
.mod_word p {
  font-size: .18rem;
  line-height: 1.75;
  color: #fff;
}

.xiaobot_pc .esg-l-img1 {
  width: 8.14rem;
  position: absolute;
  left: -.8rem;
  bottom: 0;
  z-index: 32;
}

.xiaobot_pc .esg-l-img2 {
  width: 13.1rem;
  position: absolute;
  bottom: -3.5rem;
  left: -5rem;
  z-index: 33;
}

.xiaobot_pc .esg-txt {
  font-family: "archivonarrowbold";
  font-size: 2.63rem;
  font-style: italic;
  font-weight: bold;
  color: transparent;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 5px rgba(255, 255, 255, 1);
  position: absolute;
  right: .5rem;
  bottom: 0;
  z-index: 32;
  opacity: .13;
}

.xiaobot_pc .esg-r-img1 {
  width: 11.98rem;
  position: absolute;
  bottom: -1rem;
  right: -30%;
  z-index: 33;
}

/* 合作伙伴 */
.partner {
  background-color: rgba(250, 250, 250, .8);
  position: relative;
  overflow: hidden;
}

.partner::before,
.partner::after {
  content: "";
  width: 3.5rem;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 2;
}

.partner::before {
  left: 0;
  background: linear-gradient(90deg, rgba(245, 245, 245, 1) 49.24%, rgba(245, 245, 245, 0) 100%);
}

.partner::after {
  right: 0;
  background: linear-gradient(90deg, rgba(245, 245, 245, 1) 49.87%, rgba(245, 245, 245, 0) 100%);
  transform: rotate(180deg);
}

.partner ._cont {
  margin-top: .5rem;
}

/* .partnerList ul{
  padding: .05rem 0;
} */
.partnerline1 {
  width: 100%;
  height: auto;
  margin-bottom: .2rem;
  z-index: 1;
}

.partnerList ul li {
  width: 2.24rem;
  height: 1rem;
  border-radius: 3px;
  /* box-shadow: 0 0 5px 0 rgba(133, 133, 133, 0.17); */
  cursor: pointer;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.partnerList ul li:not(:last-child) {
  margin-right: .2rem;
}

.partnerList ul li img {
  width: 90%;
  height: calc(100% - .5rem);
  object-fit: contain;
  transition: all 0.5s;
}

.partnerList ul li:hover img {
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -ms-filter: grayscale(0);
  -o-filter: grayscale(0);
  filter: grayscale(0);
}

.partnerList.swiper-free-mode>.swiper-wrapper {
  transition-timing-function: linear;
}

.partnerline2 {
  width: calc(100% - .2rem);
  height: auto;
  margin-bottom: .2rem;
  margin-left: .2rem;
  z-index: 1;
}

.partnerline2.swiper-free-mode>.swiper-wrapper {
  transition-timing-function: linear;
}

/* footer */
.footer {
  height: auto !important;
  background-color: #333333;
  position: relative;
  z-index: 51;
  color: #fff;
}

.footer .bottom {
  padding-top: .2rem;
}
.footer-top{
  justify-content: space-between;
  align-items: center;
}
.footer .footer-logo {
  height: .64rem;
}

.footer .footer-logo img {
  object-fit: contain;
  height: 100%;
}
.footer ._ftBtn {
  padding: .3rem 0 0;
}

.footer ._ftBtn ._item {
  margin-right: .3rem;
  position: relative;
  display: flex;
}

.footer ._ftBtn ._item:last-of-type {
  margin-right: 0;
}

.footer ._ftBtn ._item>a {
  width: .56rem;
  height: .56rem;
  border: 1px solid rgba(153, 153, 153, .8);
  border-radius: 100%;
  align-items: center;
  justify-content: center;
  transition: color .3s ease-out;
}

.footer ._ftBtn ._item>a .iconfont {
  font-size: .28rem;
  color: rgba(153, 153, 153, .8);
}

.footer ._ftBtn ._item .follow {
  position: absolute;
  bottom: 120%;
  right: 0;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  color: #333;
  border-radius: 5px;
  transform: translateY(10px);
  padding: .1rem .15rem;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, .1);
  transition: all .35s ease;
  visibility: hidden;
  opacity: 0;
  min-width: max-content;
}

.footer ._ftBtn ._item .follow .follow_text {
  padding-right: .12rem;
  color: #333;
  text-align: justify;
  white-space: nowrap;
  /* 防止文字换行 */
}

.footer ._ftBtn ._item .follow .follow_text .follow_name {
  font-weight: bold;
  margin-bottom: 5px;
  white-space: nowrap;
}

.footer ._ftBtn ._item .follow img {
  display: block;
  width: 100px;
  height: 100px;
  flex-shrink: 0;
}

.footer ._ftBtn ._item>a:hover+.follow {
  visibility: visible;
  opacity: 1;
  transform: none;
}

.footer .footer-body {
  display: flex;
  margin-top: .3rem;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.footer .footer-body .body-item {
  width: calc(100% / 3);
  padding: .4rem 0;
}

.footer .footer-body .body-item:nth-child(2) {
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.footer-body .f-contact .contact-phone {
  font-size: .38rem;
  font-weight: bold;
  letter-spacing: 3px;
  color: rgba(255, 255, 255, 1);
  font-family: "MiSansMedium";
}

.footer-body .f-contact .contact-label {
  display: flex;
  align-items: center;
  font-size: .16rem;
  margin-top: .1rem;
}

.footer-body .f-contact .contact-label i {
  margin-right: .1rem;
}

.footer-body .f-contact .contact-address {
  color: rgba(102, 102, 102, 1);
  margin-top: .1rem;
}

.footer-body .f-code {
  display: flex;
  justify-content: center;
  align-items: center;
}

.f-code .code-item {
  width: 28%;
}

.f-code .code-item:first-child {
  margin-right: .7rem;
}

.f-code .code-item .code-label {
  font-size: .18rem;
  font-family: 'OPPOSans';
  text-align: center;
}

.f-code .code-item .code-img {
  margin-top: .2rem;
}

.f-code .code-item .code-img,
.f-code .code-item .code-img img {
  width: 100%;
}

.footer-body .f-menu {
  display: flex;
  flex-wrap: wrap;
}

.f-menu .menu-item {
  width: 50%;
  text-align: center;
}

.f-menu .menu-item a {
  font-size: .2rem;
  line-height: 1;
  color: rgba(212, 212, 212, 1);
}

.bottom-left {
  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;
}

.conInfo i {
  margin-right: .1rem;
  font-size: .16rem;
}

.conInfo .des {
  line-height: 2;
}

.footer-media-items {
  margin-top: .2rem;
  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%;
}


.f-menu {
  margin: 0;
  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);
  font-weight: bold;
  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: .05rem 0;
  display: inline-block;
  color: rgba(255, 255, 255, 1);
  font-size: .16rem;
  line-height: 2;
  font-weight: lighter;
}

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

.footer-copyright {
  padding: .2rem 0;
  font-size: .14rem;
}

.footer-copyright .containers {
  justify-content: space-between;
}

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

/* 右侧悬浮咨询框 */
.fixed_server {
  position: fixed;
  right: 0;
  top: 36%;
  transform: translateY(-50%);
  z-index: 100;
  width: .58rem;
  background-color: var(--color01);
  border: 1px solid rgba(255, 255, 255, .8);
  transition: all 0.5s cubic-bezier(0.25, 0.74, 0.22, 0.99);
}

.fixed_top {
  height: .56rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "AlimamaShuHeiTiBold";
  font-size: .2rem;
  color: #fff;
  line-height: 1.2;
  text-align: center;
}

.fixed_top img {
  display: block;
  width: 100%;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-58%);
  transition: ease 0.5s;
}

.fixed_box {
  position: relative;
  z-index: 2;
}

.fixed_box_hd {
  padding: 0 0.05rem;
  color: #fff;
  text-align: center;
}

.fixed_box_hd span {
  font-size: 0.13rem;
  line-height: 1.6;
}

.fixed_box_hd p {
  font-size: 0.12rem;
  line-height: 1.8;
}

.fixed_server .fixed_btn {
  /* padding: 0.08rem; */
  height: .56rem;
  display: block;
  position: relative;
  font-size: 0.12rem;
  border-top: 1px solid rgba(255, 255, 255, .8);
  cursor: pointer;
}

.fixed_server .fixed_btn .iconfont {
  line-height: 1;
  text-align: center;
  color: #fff;
  font-size: 0.3rem;
}

/* .fixed_server .fixed_btn p {
  font-size: 0.12rem;
  color: rgba(26, 45, 122, 1);
  line-height: 2;
} */

.fixed_server .fixed_btn .fixed_n {
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  height: 100%;
  align-items: center;
  justify-content: center;
  color: #fff;
  line-height: 1;
  transition: opacity 0.5s cubic-bezier(0.25, 0.74, 0.22, 0.99);
}

.fixed_server .weixin_btn .fixed_n {
  position: relative;
}

.fixed_server .fixed_btn .fixed_n>.sec_box {
  font-family: "archivonarrowbold";
  color: #fff;
  line-height: 1.5;
  white-space: nowrap;
  padding: 0 .18rem;
  height: .56rem;
  display: flex;
  align-items: center;
  transition: all 0.5s cubic-bezier(0.25, 0.74, 0.22, 0.99);
  background-color: rgba(195, 214, 0, 1);
  box-shadow: 0.1rem 0.2rem 0.3rem -0.05rem rgba(0, 103, 171, 0.2);
  opacity: 0;
  pointer-events: none;
  position: absolute;
  right: 100%;
  top: 50%;
  transform: translate(-30px, -50%);
}

.fixed_server .fixed_btn .fixed_n>.sec_box p {
  font-size: 0.24rem;
}

.fixed_server .weixin_btn .fixed_n>.sec_box {
  padding: .18rem;
  height: auto;
  flex-direction: column;

}

.fixed_server .weixin_btn .fixed_n>.sec_box p {
  font-size: .14rem;
  line-height: 2;
}

.fixed_server .fixed_btn .fixed_n>.sec_box img {
  display: block;
  width: 150px;
  max-height: 150px;
  max-width: none;
}

/* .fixed_server .fixed_btn .fixed_n > .sec_box:before {
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 10px;
  height: 10px;
  content: "";
  display: block;
  background-color: #ffffff;
  box-shadow: 0.1rem 0.2rem 0.3rem -0.05rem rgba(0, 103, 171, 0.2);
} */
.fixed_server .fixed_btn .fixed_n:hover {
  background-color: rgba(195, 214, 0, 1);
}

.fixed_server .fixed_btn .fixed_n:hover>.sec_box {
  opacity: 1;
  transform: translateY(-50%);
  pointer-events: all;
}

#back_top {
  opacity: 0;
  visibility: hidden;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 888;
  transition: all 0.6s ease;
}

#back_top.onshow {
  opacity: 1;
  -webkit-opacity: 1;
  visibility: visible;
  transform: none;
  -webkit-transform: none;
}

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

.subbanner::before {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.subbanner .img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.15);
  transform-origin: 50% 100%;
  transition: transform 3s cubic-bezier(0.25, 0.74, 0.22, 0.99);
  position: relative;
  z-index: 0;
}

.subbanner.on .img {
  transform: none;
}

.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 {
  /*margin-top: -.68rem;*/
  font-size: .28rem;
  font-weight: 800;
  color: #fff;
}

.subbanner .container ._en {
  max-width: 13.2%;
}

.subbanner .container p {
  max-width: 72%;
  font-size: .18rem;
  line-height: 2;
  color: rgba(255, 255, 255, 1);
  letter-spacing: 3px;
}

/* 关于我们-公司简介 */
._pageIntroduce {
  padding-bottom: 1rem;
  background-color: #fff;
  overflow: hidden;
}

._pageIntroduce .container {
  align-items: stretch;
  justify-content: space-between;
  z-index: 2;
}

._pageIntroduce ._top {
  align-items: center;
  justify-content: space-between;
}

._pageIntroduce ._logo {
  /* position: absolute;
  right: 0;
  top: 0; */
  height: .9rem;
  opacity: .15;
}
._pageIntroduce ._logo img{
  height: 100%;
}

._pageIntroduce ._top ._title {
  font-size: .24rem;
  color: rgba(102, 102, 102, 1);
}

._pageIntroduce ._top ._subtitle {
  font-size: .32rem;
  font-weight: 700;
  line-height: 2;
  color: rgba(0, 0, 0, 1);
}

._pageIntroduce ._top ._en {
  font-size: 1.68rem;
  color: rgba(138, 191, 103, .2);
  line-height: 1.8;
  font-weight: bold;
}

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

.page-advantage {
  margin-top: .3rem;
  flex-wrap: wrap;
  justify-content: space-between;
}

.page-advantage .adv-card {
  margin-top: .46rem;
  width: 24%;
  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: .4rem;
  font-family: "MiSansMedium";
  line-height: 1.6;
  font-style: normal;
}

.page-advantage .adv-card i {
  color: var(--color01);
  line-height: 1;
}

.page-advantage .adv-card span {
  margin-left: .05rem;
  line-height: 1.2;
  color: rgba(102, 102, 102, 1);
}

.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 {
  font-size: .18rem;
  color: rgba(102, 102, 102, 1);
  line-height: 2;
}

._aboutVideo {
  margin-top: .3rem;
  width: 100%;
  height: 9rem;
}

._aboutVideo video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: fill;
}

/* 关于我们-企业文化 */
._pageCulture {
  padding-bottom: 8vw;
}

._pageAbout .pub_header,
._pageContact .pub_header {
  justify-content: center;
}

._pageAbout .pub_header .pub_title .titles .en-title,
._pageContact .pub_header .pub_title .titles .en-title {
  left: 50%;
  transform: translateX(-50%);
}

.pub_title ._lines {
  font-size: .36rem;
  color: rgba(51, 51, 51, 1);
  line-height: 2;
  font-weight: bold;
}

._cultureList>div {
  width: 25%;
  overflow: hidden;
}

._cultureList>div:nth-child(even) {
  top: 1rem;
}

._cultureList .thum {
  -webkit-transition: all .5s;
}

._cultureList .thum img {
  display: block;
  width: 100%;
}

._cultureList .thum ._img {
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

._cultureList .thum ._bg {}

._cultureList ._info {
  width: 100%;
  height: auto;
  position: absolute;
  left: 0px;
  bottom: 0px;
  padding: .55rem .3rem .55rem;
  color: #3e3e3e;
  -webkit-transition: all .5s;
  z-index: 1;
}

._cultureList ._info::before {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0%;
  top: 30%;
  background: rgba(255, 255, 255, .85);
  content: '';
  -webkit-transform: rotate(10deg) scale(1.4);
  -webkit-transition: all .5s;
  z-index: -1;
}

._cultureList ._info ._num {
  margin-bottom: .1rem;
  font-size: .26rem;
  color: var(--color01);
  line-height: 1;
}

._cultureList ._info ._num span {
  font-size: .16rem;
}

._cultureList ._info ._name strong {
  font-size: .18rem;
  color: rgba(51, 51, 51, 1);
}

._cultureList ._info ._name p {
  font-size: .12rem;
  line-height: 2;
  color: rgba(153, 153, 153, 1);
  text-transform: capitalize;
}

._cultureList ._item:hover .thum {
  -webkit-transform: scale(1.05);
}

._cultureList ._item:hover ._info {
  padding-bottom: .65rem;
}

/* 发展历程 */
._pageHistory {
  padding-bottom: 5vw;
  background: url(../images/history-bg.webp) no-repeat center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

._pageHistory::before {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .5) 100%);
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

._pageHistory .pub_header .pub_title .titles .en-title {
  color: rgba(51, 51, 51, 0.05);
}

.courseBox {
  padding: 0 5%;
}

.courseBox .masterCut_btn>a {
  /* color: var(--color03); */
}

#courseSwiper .item {
  padding: 0 0 .2rem;
  align-items: center;
}

#courseSwiper .itemImg {
  /* padding: 0 .5rem 0 .35rem; */
  width: 44.5%;
}

#courseSwiper .itemImg>div {
  width: 100%;
  height: 0;
  padding-bottom: 56%;
  position: relative;
}

#courseSwiper .itemImg>div img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  position: absolute;
  top: 0;
  left: 0;
}

#courseSwiper .itemInfo {
  padding: 0 .5rem;
  flex: 1;
}

#courseSwiper .itemInfo .time {
  font-size: .86rem;
  line-height: 1;
  font-family: "OPPOSansRegular";
  margin-bottom: .2rem;
  color: var(--color01);
}

#courseSwiper .itemInfo .topic {
  font-size: .26rem;
  color: var(--color01);
}

#courseSwiper .itemInfo .box {
  padding: .4rem 0 .1rem;
}

#courseSwiper .itemInfo .box .line {
  line-height: 36px;
  font-size: 16px;
  height: 180px;
  margin-right: 0 !important;
  color: rgba(102, 102, 102, 1);
}

#courseSwiper .itemInfo .box .line p {
  padding-left: 25px;
  position: relative;
}

#courseSwiper .itemInfo .box .line p:before {
  content: '';
  position: absolute;
  left: 0;
  top: 14px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--color01);
}

.course .courseBg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.course .courseBg>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.curve {
  margin-top: 100px;
}

.courseTab {
  position: relative;
  z-index: 2;
}

.courseTab::after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: rgba(217, 217, 217, 1);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all .3s ease-in-out;
  z-index: -1;
}

#courseTab {
  padding: .6rem 0;
}

#courseTab .item {
  text-align: center;
  position: relative;
  cursor: pointer;
}

#courseTab .item::after {}

#courseTab .item ._year {
  font-family: "OPPOSans";
  color: rgba(153, 153, 153, 1);
  font-size: .2rem;
  position: absolute;
  left: 0;
  width: 100%;
  padding: .3rem 0 .15rem;
  transition: all .3s ease-in-out;
  line-height: 1;
  bottom: 0;
  transform: translateY(100%);
}

#courseTab .item ._spot {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  transition: all .3s ease-in-out;
  background: rgba(102, 102, 102, 1);
  margin: 0 auto;
  position: relative;
}

#courseTab .item ._spot::before {
  content: '';
  position: absolute;
  width: 400%;
  height: 400%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border: 2px solid rgba(153, 153, 153, 1);
  background: transparent;
  z-index: -1;
  border-radius: 50%;
  opacity: 1;
  transition: all .3s ease-in-out;
}

#courseTab .item ._spot::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  transform: none;
  background: rgba(153, 153, 153, 1);
  z-index: -1;
  border-radius: 50%;
  opacity: 1;
  transition: all .3s ease-in-out;
}

#courseTab .swiper-slide-thumb-active .item ._spot {
  /* background: var(--color01); */
  transform: scale(1.8);
}

#courseTab .swiper-slide-thumb-active .item ._spot::before {
  border-color: var(--color01);
}

#courseTab .swiper-slide-thumb-active .item ._spot:after {
  background-color: var(--color01);
  opacity: 1;
}

#courseTab .swiper-slide-thumb-active .item ._year {
  font-size: .24rem;
  font-weight: bold;
  color: var(--color01);
}

/*masterCut_btn*/
.masterCut_btn {
  width: 60px;
  height: 60px;
  line-height: 60px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  transition: all .3s ease-in-out;
}

.masterCut_btn>a {
  width: 60px;
  height: 60px;
  color: var(--color01);
  transition: all .3s ease-in-out;
}

.masterCut_btn>a>i {
  font-size: 26px;
}

.masterCut_prev {
  left: 0;
  transform: translateY(-50%) rotate(180deg);
}

.masterCut_next {
  right: 0;
}

.masterCut_btn>a:hover {
  background-color: var(--color01);
  color: #fff !important;
}

.btn_hidden {
  opacity: 0;
  visibility: hidden;
}

/* page 荣誉资质 */
._pageHonor {
  width: 100%;
  overflow: hidden;
}

._pageHonor ._bg {
  position: absolute;
  width: 100%;
  height: 72%;
  left: 0;
  top: 0;
  z-index: -1;
}

._pageHonor ._bg::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: var(--color01);
  left: 0;
  top: 0;
  z-index: 0;
}

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

._pageHonor .pub_header .pub_title .titles .title {
  color: #fff;
}

._pageHonor .pub_header .pub_title .titles .en-title {
  color: rgba(242, 242, 242, 0.1);
}

._pageHonor .pub_title ._lines {
  color: #fff;
}

/* page honor number */
.honor-num {
  margin-bottom: .5rem;
  justify-content: center;
  gap: 1rem;
}

.honor-num .item {
  height: 100%;
  color: #fff;
  flex-direction: column;
  justify-content: center;
}

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

.honor-num .item b {
  font-weight: normal;
  font-size: 0.55rem;
  line-height: 1;
  filter: blur(3px);
  position: absolute;
  left: 0;
  top: -28px;
  z-index: 0;
}

.honor-num .item i {
  font-size: 0.42rem;
  font-family: "OPPOSans";
  font-style: normal;
  line-height: 1.6;
  font-weight: 700;
  position: relative;
  z-index: 1;
}

.honor-num .item span {
  margin-left: 0.01rem;
  font-size: .18rem;
  font-weight: normal;
  line-height: 1;
}

.honor-num .item p {
  font-size: .18rem;
  line-height: 1;
}

.honorBox {
  margin: 0 1rem;
}

.honorListSwiper {
  padding-top: .2rem;
  padding-bottom: 1.2rem;
  overflow: visible;
}

.honorListSwiper .swiper-wrapper {}

.honorListSwiper .swiper-slide {
  padding: .08rem;
  width: 3rem;
  height: 4.28rem;
  background-color: #fff;
  box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.1);
  transition: all .3s ease-out;
}

.honorListSwiper .swiper-slide ._item {
  display: block;
  width: 100%;
  height: 100%;
}

.honorListSwiper .swiper-slide ._item ._img {
  height: 100%;
}

.honorListSwiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.honorBox ._item::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .16);
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  transition: all .3s ease-in-out;
  z-index: 0;
}

.honorBox ._item ._icon {
  width: .4rem;
  height: .4rem;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  color: #fff;
  background-color: var(--color01);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all .3s ease-in-out;
  opacity: 0;
  visibility: hidden;
  z-index: 2;
}

.honorBox ._item:hover::before {
  opacity: 1;
  visibility: visible;
}

.honorBox ._item:hover ._icon {
  opacity: 1;
  visibility: visible;
}

.honorBox ._item:hover ._icon::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0%;
  top: 0%;
  background: var(--color01);
  border-radius: 50%;
  animation: scaleAnimate 1s ease infinite;
  -webkit-animation: scaleAnimate 1s ease infinite;
}

.honorListSwiper ._name {
  width: 100%;
  font-size: .18rem;
  line-height: 2;
  color: rgba(51, 51, 51, 1);
  text-align: center;
  position: absolute;
  left: 0;
  bottom: -15%;
  opacity: 0;
  visibility: hidden;
  z-index: 0;
}

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

.honorListSwiper .swiper-slide.active ._name {
  opacity: 1;
  visibility: visible;
}

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

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

/* 合作伙伴 */
._pagePartner {
  padding-bottom: 5vw;
  background-color: rgba(249, 249, 249, 1);
}

.partnerList {
  position: relative;
  mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 12.5%, rgb(0, 0, 0) 87.5%, rgba(0, 0, 0, 0) 100%);
  overflow: hidden;
}

.partnerline {
  margin-top: .2rem;
  width: 100%;
  height: 100px;
  overflow: hidden;
  z-index: 1;
}

.partnerList ul li {
  padding: 0 8px;
}

.partnerList ul li div {
  height: 1rem;
  border-radius: 3px;
  cursor: pointer;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.partnerList ul li:not(:last-child) {
  /*margin-right: .2rem;*/
}

.partnerList ul li img {
  width: 90% !important;
  height: calc(100% - .2rem) !important;
  object-fit: contain;
  transition: all 0.5s;
}

.partnerList ul li:hover img {
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -ms-filter: grayscale(0);
  -o-filter: grayscale(0);
  filter: grayscale(0);
}

/* 生产基地 */
.Sproduce {
  background-color: #fff;
  position: relative;
}

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

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


/* page path */
.path {
  font-size: 0.13rem;
  color: rgba(102, 102, 102, 1);
  align-items: center;
}

.path img {
  margin-right: 5px;
  width: 16px;
  height: auto;
}

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

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

.path a:first-child::before {
  content: "\ebca";
  font-family: "iconfont";
  font-size: .2rem;
  line-height: 1;
  color: rgba(102, 102, 102, 1);
  text-indent: 0;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.page-name {
  padding: .18rem .2rem;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  background: linear-gradient(90deg, rgba(212, 48, 48, 1) 0%, rgba(197, 25, 38, 1) 100%);
}

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

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

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

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

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

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

.pub-nav li:first-child {}

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

.pub-nav li.active,
.pub-nav li:hover {
  background-color: #fff;
}

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

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

/* 行业应用 */
._pageApply {
  background-color: #fff;
  overflow: hidden;
}

._pageApply ._applyBox {
  align-items: stretch;
}

._pageApply ._left {
  flex: 1;
  padding: .5rem;
  border: 1px solid rgba(202, 210, 224, 1);
  border-right: none;
}

._pageApply ._applyBox ._img {
  width: 44.625%;
}

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

._descText {
  font-size: .18rem;
  line-height: 2.2;
  color: rgba(102, 102, 102, 1);
}

._descText u {
  color: var(--color01);
}

/*masterTitle3*/
.no4 .masterTitle3{
    width: 90%;
}

.masterTitle3 {
  display: flex;
  flex-flow: column;
  width: min-content;
  line-height: 1;
}

.masterTitle3 .en {
  font-size: .56rem;
  color: transparent;
  -webkit-text-stroke: 1px rgba(197, 25, 38, .2);
  text-transform: uppercase;
  font-weight: bolder;
  position: relative;
  z-index: 1;
}

.masterTitle3 .en::after {
  content: "";
  width: 1.2rem;
  height: .12rem;
  background: linear-gradient(90deg, rgba(197, 25, 38, .5) 0%, rgba(197, 25, 38, 0) 100%);
  position: absolute;
  right: 0;
  bottom: .12rem;
  z-index: 0;
}

.masterTitle3 .cn {
  margin-top: -.3rem;
  margin-bottom: .3rem;
  font-size: .26rem;
  color: rgba(51, 51, 51, 1);
  font-weight: bold;
  white-space: nowrap;
  position: relative;
  z-index: 2;
}

.no4 .masterTitle3 .cn{
    white-space: wrap;
}

._applyCase {
  margin-top: .5rem;
}

._applyCase ._top {
  margin-bottom: .3rem;
  align-items: center;
  justify-content: space-between;
}

._applyCase ._pCaseTab {
  flex-flow: row;
  gap: .2rem;
}

._applyCase ._pCaseTab ._item>div {
  padding: .15rem .3rem;
  flex-flow: row;
  align-items: center;
  gap: .1rem;
  border: 1px solid rgba(102, 102, 102, 1);
  border-radius: .3rem;
  font-size: .16rem;
  line-height: 1;
  color: rgba(102, 102, 102, 1);
  transition: all .3s;
  position: relative;
  overflow: hidden;
  transition: all .3s;
  cursor: pointer;
}

._applyCase ._pCaseTab ._item>div i {
  font-size: .14rem;
  line-height: 1;
  transform: rotate(-45deg) translate(-200%, -200%);
  display: none;
  opacity: 0;
  visibility: hidden;
  transition: all .3s;
}

._applyCase ._pCaseTab ._item>div:hover,
._applyCase ._pCaseTab ._item.active>div {
  border-color: var(--color01);
  color: var(--color01);
}

._applyCase ._pCaseTab ._item>div:hover i,
._applyCase ._pCaseTab ._item.active>div i {
  display: inline-block;
  transform: rotate(-45deg) translate(0, 0);
  opacity: 1;
  visibility: visible;
}

._caseList ._item {
  border: 1px solid rgba(202, 210, 224, 1);
}

._caseList ._item ._img {
  height: 3.3rem;
}

._caseList ._item ._img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

._caseList ._item ._title {
  padding: .2rem .5rem;
  font-size: .16rem;
  line-height: 1;
  text-align: center;
}

.caseSwiper_btn {
  margin-top: .3rem;
  justify-content: center;
}

.caseSwiper_btn span {
  width: 8px;
  height: 8px;
  background-color: rgba(51, 51, 51, 1);
  transition: all 0.3s;
  opacity: 1;
}

.caseSwiper_btn span.swiper-pagination-bullet-active {
  width: .4rem;
  background-color: var(--color01);
  border-radius: 5px;
}

/* page product list */
._pageProduct {
  position: relative;
  background-color: rgba(245, 245, 245, 1);
}

._pageProCont {
  align-items: stretch;
}

._classifySidebar {
  width: 36%;
}

._classifySidebar ._hd {
  background-color: var(--color01);
  height: 1rem;
}

._classifySidebar ._hd>div {
  padding: 0 .3rem;
  width: 100%;
  font-size: .3rem;
  color: #fff;
  font-weight: bold;
  line-height: 1;
  position: relative;
  display: flex;
  align-items: center;
  gap: .1rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

._classifySidebar ._hd>div::before {
  content: "\e600";
  font-family: "iconfont";
  font-size: .2rem;
  color: #fff;
  line-height: 1;
  z-index: 0;
}

._classifySidebar ._hd p {
  font-family: "Monoton";
  font-size: .62rem;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.1);
  line-height: 2;
}

._classifyList {
  padding: .3rem .5rem .3rem 0;
  display: flex;
  flex-flow: column;
  gap: .3rem;
}

._classifyList ._item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: .15rem .3rem;
  background-color: rgba(89, 86, 86, 1);
  border-radius: 0 .5rem .5rem 0;
  transition: all .3s;
}

._classifyList ._item::before {
  content: "";
  margin-right: .1rem;
  width: .18rem;
  height: .18rem;
  border: 2px solid #fff;
  border-radius: 100%;
  z-index: 0;
}

._classifyList ._item::after {
  content: "\e602";
  font-size: .2rem;
  line-height: 1;
  font-family: "iconfont";
  margin-left: auto;
  color: #fff;
  z-index: 0;
}

._classifyList ._item span {
  font-size: .2rem;
  color: #fff;
}

._classifyList ._item:hover,
._classifyList ._item.active {
  background-color: var(--color01);
}

._productList {
  padding: .5rem 0 .5rem .5rem;
  flex: 1;
  display: flex;
  flex-flow: column;
  gap: .4rem;
  position: relative;
}

._productList::before {
  content: "";
  width: 200%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

._productList ._item {
  padding: .3rem;
  border: 1px solid rgba(229, 229, 229, 1);
  position: relative;
  z-index: 1;
}

._productList ._item>div {
  display: flex;
  align-items: stretch;
  flex-flow: row;
  gap: .4rem;
}

._productList ._item ._img {
  width: 50%;
  height: 4rem;
}

._productList ._item ._img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

._productList ._item ._info {
  flex: 1;
  flex-flow: column;
  align-items: flex-start;
  gap: .3rem;
}

._productList ._info ._name {
  font-size: .26rem;
  line-height: 2;
  color: rgba(51, 51, 51, 1);
}

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

._productList ._info ._phone {
  font-size: .18rem;
  color: rgba(153, 153, 153, 1);
  line-height: 1;
  width: min-content;
  white-space: nowrap;
}

._productList ._moreBtn {
  padding-top: .3rem;
  width: 100%;
  justify-content: space-between;
}

._productList ._moreBtn ._more {
  gap: .2rem;
}

._productList ._moreBtn>a {
  padding: .15rem .2rem;
  flex: 1;
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: center;
  gap: .1rem;
  font-size: .16rem;
  color: #fff;
  background-color: var(--color01);
  border: 1px solid var(--color01);
  line-height: 1;
}

._productList ._moreBtn>a i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .2rem;
  line-height: 1;
}

._productList ._moreBtn>a+a {
  background-color: #fff;
  border: 1px solid rgba(229, 229, 229, 1);
  color: rgba(102, 102, 102, 1);
}

/*分页器*/
.pagination {
  text-align: center;
}

.pagination li {
  display: inline-block;
  padding: 0 0.1rem;
}

.pagination li a,
.pagination li span {
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  line-height: 0.6rem;
  font-size: .18rem;
  border: 1px solid var(--color01);
  border-radius: 50%;
  background-color: #fff;
  color: var(--color01);
  transition: all 0.35s ease;
}

.pagination li.active span {
  background-color: var(--color01);
  color: #fff;
  pointer-events: none;
}

.pagination li.disabled span {
  cursor: not-allowed;
}

/* 产品详情 */
._productDel {
  padding-bottom: .5rem;
  padding-top: 0.4rem;
  background-color: #fff;
  position: relative;
}

.page-product-container {
  margin-top: .4rem;
}

.page-product-top {
  margin-top: .3rem;
  display: flex
}

.page-product-top-left {
  padding: .4rem;
  width: 44.5%;
  position: relative;
  display: flex;
  flex-flow: column;
  gap: .1rem;
  border: 1px solid rgba(202, 210, 224, 1);
}

.page-product-album {
  width: 100%;
  height: 4.52rem;
}

.page-product-album .swiper-album {
  height: 100%
}

.page-product-thumbnail {
  width: 100%;
  margin-right: 2%;
  height: 1.2rem
}

.swiper-thumbnail {
  height: 100%
}

.page-product-top-right {
  flex: 1;
  padding-left: .5rem
}

.page-product-album {
  position: relative
}

.page-product-album ul li img {
  width: 100%;
  height: 100%;
  object-fit: contain
}

.page-product-thumbnail ul li {
  border: solid 2px rgba(202, 210, 224, 1);
  border-radius: 5px;
  cursor: pointer;
  height: auto;
  overflow: hidden
}

.page-product-thumbnail ul li img {
  width: 100%;
  height: 100%;
  object-fit: contain
}

.page-product-thumbnail ul li.swiper-slide-thumb-active {
  border-color: var(--color01)
}

.album-pagination {
  width: .7rem;
  right: .15rem !important;
  background: var(--color01);
  border-radius: .1rem;
  font-size: .12rem;
  line-height: 2;
  color: #fff;
  left: auto
}

.album-pagination span:first-child {
  font-size: .16rem;
  font-weight: 700
}

.page-product-top-right .page-product-title {
  margin-bottom: .2rem;
  padding-top: .2rem;
  font-size: .26rem;
  font-weight: 700;
  position: initial;
  color: rgba(0, 0, 0, 1);
  line-height: 2;
  position: relative;
}

.page-product-top-right .page-product-title::before {
  content: "PRODUCT";
  font-size: .6rem;
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 1px rgba(197, 25, 38, .2);
  text-transform: uppercase;
  font-weight: bolder;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
}

.page-product-top-summary {
  margin-bottom: .15rem;
  font-size: .18rem;
  color: rgba(102, 102, 102, 1);
  line-height: 2;
}

.page-product-button {
  margin-top: .3rem;
  margin-bottom: .3rem;
  display: flex;
  flex-flow: row;
  gap: .3rem;
}

.page-product-button a {
  padding: 0 .3rem;
  height: .5rem;
  border-radius: .3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .1rem;
  font-size: .18rem;
  line-height: 1.6;
  color: #fff;
  background-color: var(--color01);
}

.page-product-button a i {
  font-size: .24rem;
  color: #fff;
  line-height: 1;
}

.page-product-button a:nth-child(2) {
  background-color: rgba(0, 153, 68, 1);
}

.page-product-bottom {
  margin-top: .5rem;
  padding-top: .5rem;
  padding-bottom: .8rem;
  background: url(../images/det-bg.webp) no-repeat center 0;
  background-size: cover;
}

.page-product-bottom-title {
  margin-bottom: .3rem;
  font-size: .32rem;
  color: rgba(51, 51, 51, 1);
  line-height: 2;
  font-weight: 700;
  position: relative;
}

.page-product-bottom-title span {
  display: inline-block;
}
._pageParameter img{
  max-width: 100%;
  height: auto!important;
}
._pageParameter table {
  width: 100%;
  position: relative;
  border: none;
  margin: 0 auto 10px;
  border-collapse: collapse;
  color: #343434;
}

._pageParameter table td {
  border: 1px solid rgba(204, 204, 204, 1);
  white-space: nowrap;
  padding: .1rem;
  font-size: .16rem;
  line-height: 2;
  transition: height 0.15s ease-in-out;
  text-align: center;
}

.page-product-details {
  padding: .3rem 0;
}

.page-product-text {
  font-size: .16rem;
  color: gray;
  line-height: 2
}

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

._relateProBox {
  padding-top: .3rem;
}

._relateProList ._item {
  border: 1px solid rgba(202, 210, 224, 1);
}

._relateProList ._item ._img {
  height: 3.2rem;
  border-bottom: 1px solid rgba(202, 210, 224, 1);
}

._relateProList ._item ._img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

._relateProList ._item ._title {
  padding: .1rem .2rem;
  font-size: .16rem;
  line-height: 2;
}

._pagePvnBtn {
  margin-top: .5rem;
  align-items: center;
  justify-content: center;
  gap: .5rem;
}

._pagePvnBtn>p {
  padding: .1rem .8rem;
  font-size: .16rem;
  line-height: 1.6;
  background-color: rgba(240, 240, 240, 1);
  border-radius: .3rem;
}

._pagePvnBtn>p:nth-child(2) {
  background-color: var(--color01);
}

._pagePvnBtn>p:nth-child(2) a {
  color: #fff;
}

/* ESG */
.masterTitle2 {
  margin-bottom: .3rem;
  font-size: .36rem;
  font-weight: bold;
  line-height: 2;
  color: rgba(51, 51, 51, 1);
}

._pageESG {
  background-color: #fff;
  position: relative;
}

._cicrleBg {
  width: 4rem;
  height: 4rem;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

._cicrleBg img {
  filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);
  max-width: 40%;
  position: relative;
  z-index: 2;
}

._cicrleBg::before {
  content: "";
  width: calc(100% + .2rem);
  height: calc(100% + .2rem);
  border: 1px solid var(--color01);
  border-radius: 100%;
  background-color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}

._cicrleBg::after {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(212, 48, 48, 0.8), rgba(212, 48, 48, 0.8)), url(../images/esg-pic.webp) no-repeat center;
  background-size: cover;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

._devPlanBox {
  padding-top: .6rem;
  padding-bottom: .6rem;
}

._planList {
  justify-content: space-between;
  flex-flow: row wrap;
  gap: 2rem;
}

._planList ._item {
  padding: .4rem .6rem .4rem .6rem;
  width: calc((100% - 4.6rem)/2);
  position: relative;
}

._planList ._item:nth-child(even) {
  padding: .4rem .6rem .4rem .6rem;
}

._planList ._item::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/line-bg2.webp) no-repeat center 0;
  background-size: 100% auto;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

._planList ._item.no2::before {
  transform: rotateY(180deg);
}

._planList ._item.no3::before {
  transform: rotateX(180deg);
}

._planList ._item.no4::before {
  transform: rotate(180deg);
}

._planList ._item ._hd {
  align-items: center;
  justify-content: space-between;
}

._planList ._item ._desc{
    /*text-align: justify;*/
}

._planList ._item ._hd ._num {
  font-family: "OPPOSans";
  font-size: .38rem;
  line-height: 1;
  color: var(--color01);
}

._trendBox {
  background-color: rgba(245, 245, 245, 1);
  overflow: hidden;
}

._trendBox ._bg {
  width: 41.66667%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}

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

._trendBox ._cnt {
  align-items: stretch;
}

._trendBox ._picBox {
  width: 36.5%;
  height: 6.52rem;
}

._trendBox ._picBox ._slide {
  width: 100%;
  height: 100%;
  display: none;
  overflow: hidden;
}

._trendBox ._picBox ._slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  vertical-align: bottom;
  transition: transform 0.6s;
}

._trendBox ._picBox ._slide:hover img {
  transform: scale(1.1);
}

._pSerList {
  width: 63.5%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

._pSerList ._item {
  padding: 0.4rem 0.5rem;
  position: relative;
  background-color: #fff;
  border-right: 1px solid rgba(219, 219, 219, 1);
  border-top: 1px solid rgba(219, 219, 219, 1);
  overflow: hidden;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}

._pSerList ._item:nth-child(2n) {
  border-right: none;
}

._pSerList ._item:nth-child(1),
._pSerList ._item:nth-child(2) {
  border-top: none;
}

._pSerList ._item ._classify {
  color: rgba(102, 102, 102, 1);
}

._pSerList ._item ._icon {
  font-size: .6rem;
  color: rgba(51, 51, 51, 1);
  line-height: 1;
  margin-bottom: 0.3rem;
}

._pSerList ._item:nth-child(4n) ._icon {
  margin-top: -.15rem;
  margin-bottom: .05rem;
  display: block;
  font-size: .82rem;
}

._pSerList ._item ._title {
  margin-top: 0.2rem;
  margin-bottom: .2rem;
  text-align: justify;
  font-size: .2rem;
  font-weight: bold;
  color: #333;
  transition: color 0.3s ease;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

._pSerList ._item ._desc {
  line-height: 1.8;
  color: rgba(153, 153, 153, 1);
}

._pSerList ._item ._num {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1;
  color: rgba(255, 255, 255, 0.1);
  position: absolute;
  right: 0;
  top: -.1rem;
}

._pSerList ._item.active {
  background-color: var(--color01);
}

._pSerList ._item.active::after {
  opacity: 1;
}

._pSerList ._item:hover ._icon,
._pSerList ._item.active ._icon {
  color: #fff;
}

._pSerList ._item:hover ._title,
._pSerList ._item.active ._title {
  font-weight: bold;
  color: #fff;
}

._pSerList ._item:hover ._desc,
._pSerList ._item.active ._desc {
  color: rgba(204, 204, 204, 1);
}

/* 可持续发展理念 */
._conceptBox {
  position: relative;
  background-color: #fff;
}

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

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

._conceptList {
  margin-top: .5rem;
  align-items: flex-start;
}

._conceptList ._item {
  justify-content: flex-start;
  flex-flow: column;
  gap: .1rem;
  flex: 1;
}

._conceptList ._item ._icon {
  width: 1.42rem;
  height: 1.42rem;
  font-size: .68rem;
  color: #fff;
  line-height: 1;
  background-color: rgba(153, 153, 153, 1);
  border-radius: 100%;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: all 0.3s ease;
  z-index: 1;
}

._conceptList ._item ._icon::before {
  content: "";
  width: 115%;
  height: 115%;
  background-color: rgba(102, 102, 102, 0.5);
  border-radius: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

._conceptList ._item ._icon::after {
  content: "";
  width: 128%;
  height: 128%;
  border: 1px solid rgba(153, 153, 153, 1);
  border-radius: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

._conceptList ._item ._line {
  margin-top: .2rem;
  padding: .1rem 0;
  width: 100%;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

._conceptList ._item ._line::before {
  content: "";
  width: 100%;
  height: 0px;
  border-top: 2px dashed rgba(102, 102, 102, 1);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}

._conceptList ._item ._title h4 {
  font-size: .26rem;
  font-weight: bold;
  color: rgba(51, 51, 51, 1);
}

._conceptList ._item ._title p {
  margin-top: -.6rem;
  font-family: 'Noto', 'Noto Sans CJK SC', 'Noto Sans CJK', 'Source Han Sans', source-han-sans-simplified-c, sans-serif;
  font-size: .62rem;
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 1px rgba(197, 25, 38, .2);
  text-transform: uppercase;
  font-weight: bolder;
  position: relative;
  z-index: 1;
}

._conceptList ._item ._desc {
  padding: 0 .1rem;
  font-size: .17rem;
  color: rgba(102, 102, 102, 1);
  line-height: 1.8;
}

._conceptList ._item:hover ._icon {
  background-color: rgba(212, 48, 48, 1);
  border-color: rgba(212, 48, 48, 0.5);
}

._conceptList ._item:hover ._icon::before {
  background-color: rgba(212, 48, 48, 0.5);
}

._conceptList ._item:hover ._icon::after {
  border-color: var(--color01);
}

._conceptList ._item:hover ._line::before {
  border-color: var(--color01);
}

._conceptList ._item:hover ._line svg .sline1 {
  fill: var(--color01);
}

._conceptList ._item:hover ._line svg .sline2 {
  fill: rgba(255, 230, 230, 1);
}

/* 发展愿景 */
._visionList {
  align-items: stretch;
  flex-flow: row;
  gap: .1rem;
}

._visionList ._item {
  width: 50%;
  height: 5.8rem;
  transition: all 0.3s ease;
}

._visionList ._item:nth-child(2) {
  margin-left: -.7rem;
}

._visionList ._item ._bg {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: all 0.3s ease;
}

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

._visionList ._item ._bg::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(51, 51, 51, 0.9);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: all 0.3s ease;
}

._visionList ._item:nth-child(1) ._bg {
  clip-path: polygon(0 0, 100% 0%, 90% 100%, 0% 100%);
  border-radius: .2rem 0 0 .2rem;
}

._visionList ._item:nth-child(2) ._bg {
  clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%);
  border-radius: 0 .2rem .2rem 0;
}

._visionList ._item ._info {
  padding: .8rem;
  width: 100%;
  height: 100%;
  align-items: flex-start;
  flex-flow: column;
  gap: .1rem;
}

._visionList ._item ._info ._no {
  font-size: 1rem;
  font-family: "OPPOSans";
  color: rgba(255, 255, 255, 0.2);
  line-height: 1.2;
}

._visionList ._item ._info ._title {
  margin-top: -.6rem;
  font-size: .32rem;
  color: rgba(255, 255, 255, 1);
  line-height: 2;
}

._visionList ._item ._info ._en {
  margin-bottom: .2rem;
  font-size: .16rem;
  color: #fff;
  line-height: 1;
  text-transform: capitalize;
}

._visionList ._item ._info ._desc {
  padding-top: .3rem;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  font-size: .18rem;
  line-height: 2;
  color: rgba(255, 255, 255, .8);
}

._visionList ._item:nth-child(1) ._info {
  padding-right: 1.2rem;
}

._visionList ._item:nth-child(2) ._info {
  padding-left: 1.2rem;
}

._visionList ._item:hover {
  width: 62%;
}

._visionList ._item:hover ._bg:before {
  background: linear-gradient(180deg, rgba(51, 51, 51, 0.6) 47.22%, rgba(212, 48, 48, 1) 100%);
}

._visionList ._item:nth-child(1):hover ._bg {
  clip-path: polygon(0 0, 100% 0%, 92% 100%, 0% 100%);
}

._visionList ._item:nth-child(2):hover ._bg {
  clip-path: polygon(8% 0, 100% 0, 100% 100%, 0 100%);
}

/* 联系方式 */
._pageContact {
  position: relative;
  background-color: #fff;
  overflow: hidden;
}

._contactList {
  padding-top: .6rem;
  padding-bottom: .6rem;
  align-items: stretch;
  justify-content: flex-start;
  flex-flow: row wrap;
  gap: .4rem;
}

._contactList>div {
  padding: .5rem;
  width: calc((100% - .8rem)/3);
  background-color: rgba(247, 248, 250, 1);
  border: 1px solid rgba(247, 248, 250, 1);
  transition: all 0.3s ease;
  position: relative;
}

._contactList>div::after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: var(--color01);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 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);
}

._contactList>div ._name {
  margin-bottom: .15rem;
  padding-bottom: .12rem;
  font-family: "OPPOSans";
  font-size: .24rem;
  font-weight: bold;
  align-items: flex-end;
  justify-content: flex-start;
  line-height: 1;
  position: relative;
}

._contactList>div ._name::before {
  content: "";
  width: .3rem;
  height: 3px;
  background-color: var(--color01);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
}

._contactList>div ._name span {
  padding-left: .06rem;
  font-size: .15rem;
  color: rgba(102, 102, 102, 1);
  font-weight: normal;
  min-width: max-content;
}

._contactList>div ._info {
  font-size: .15rem;
  line-height: 1.8;
  display: flex;
  align-items: flex-start;
  flex-flow: column nowrap;
  gap: .1rem;
}

._contactList>div:hover {
  background-color: #fff;
  border-color: rgba(202, 210, 224, 1);
}

._contactList>div:hover::after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}

/* 在线留言 */
._messageBox {
  padding-bottom: .8rem;
  background-color: rgba(247, 248, 250, 1);
}

#contactForm ._formList {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

#contactForm ._item {
  -ms-flex: 0 0 33.33%;
  flex: 0 0 33.33%;
  max-width: 33.33%;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

#contactForm ._item._itemNotice {
  width: 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#contactForm .form-control {
  margin-bottom: .3rem;
  display: block;
  width: 100%;
  height: .6rem;
  padding: 0 .2rem;
  font-size: .16rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: none;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

#contactForm textarea.form-control {
  padding-top: .2rem;
  height: auto;
  resize: none;
}

#contactForm ._itemAll {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

#contactForm .contactBtn {
  padding: .1rem .4rem;
  width: 100%;
  font-size: .18rem;
  line-height: 2;
  background-color: var(--color01);
  color: #fff;
  border: none;
}

#contactForm ._item._itemNotice ._notice {
  color: rgba(153, 153, 153, 1);
}

/* 新闻列表 */
._pageNews {
  padding: .6rem 0;
  background-color: #fff;
}

.Cnotice-main ._pNewsList {}

._pNewsList ._item {
  padding: .48rem 0;
  display: flex;
  border-bottom: 1px solid rgba(218, 218, 218, 1);
  transition: .3s;
  position: relative;
}

._pNewsList ._item::after {
  content: "";
  height: 1px;
  width: 0;
  background: var(--color01);
  position: absolute;
  bottom: 0;
  left: 0;
  transition: .3s;
}

._pNewsList ._item:hover::after {
  width: 100%;
  z-index: 0;
}

._pNewsList ._item ._right {
  width: 4rem;
  overflow: hidden;
}

._pNewsList ._item ._right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: .3s;
}

._pNewsList ._item:hover ._right img {
  transform: scale(1.1);
}

._pNewsList ._item ._left {
  width: calc(100% - 4rem);
  padding-right: 2.86rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

._pNewsList ._item ._left ._time {
  font-size: .14rem;
  color: rgba(102, 102, 102, 1);
  margin-bottom: .1rem;
}

._pNewsList ._item ._left ._title {
  font-size: .2rem;
  font-weight: 700;
  color: rgba(51, 51, 51, 1);
  text-align: justify;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  transition: .3s;
}

._pNewsList ._item:hover ._left ._title {
  color: var(--color01);
}

._pNewsList ._item ._left ._desc {
  font-size: .14rem;
  line-height: 1.8;
  color: rgba(102, 102, 102, 1);
  text-align: justify;
  overflow: hidden;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  margin-top: .2rem;
}

/* 新闻详情 */
.newsDel {
  padding-bottom: 7.8125vw;
  padding-top: 0.4rem;
  background-color: #f0f4f7;
  position: relative;
}

.newsDel ._place {
  font-size: .14rem;
  line-height: 1;
}

.newsDel ._place span,
.newsDel ._place a {
  color: #666;
  transition: color 0.3s ease;
}

.newsDel ._cnt {
  margin-top: 0.5rem;
  align-items: flex-start;
}

.newsDel ._info {
  margin-right: 0.2rem;
  padding: 3.125vw;
  padding-bottom: 4.166666666666667vw;
  width: calc(100% - 5.1rem);
  background-color: #fff;
}

.newsDel ._info ._top {
  border-bottom: 1px solid #eee;
  padding-bottom: 0.2rem;
}

.newsDel ._info ._top ._title {
  font-size: 0.3rem;
  margin-bottom: 0.25rem;
  font-weight: bold;
}

.newsDel ._info ._top ._line {
  font-size: .14rem;
  color: #999;
}

.newsDel ._sell {
  width: 4.9rem;
  position: sticky;
  top: .8rem;
}

.newsDel ._sell ._cont {
  padding: 3.125vw 0.3rem;
  background-color: #fff;
}

.newsDel ._sell ._title {
  font-size: .24rem;
  font-weight: bold;
  color: var(--color01);
}

.newsDel ._sell ._list {
  margin-top: 0.3rem;
}

.newsDel ._sell ._list ._item>a {
  border-bottom: 1px solid #ddd;
  position: relative;
}

.newsDel ._sell ._list ._item>a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  border-bottom: 1px solid var(--color01);
  transition: width 0.6s ease;
}

.newsDel ._sell ._list ._item ._img {
  width: 100%;
  height: 0;
  position: relative;
  padding-bottom: 56.20608899297423%;
  overflow: hidden;
}

.newsDel ._sell ._list ._item ._img>img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.newsDel ._sell ._list ._item ._txt {
  padding: 0.4rem 0;
  line-height: 1;
}

.newsDel ._sell ._list ._item ._txt ._name {
  font-size: .16rem;
  color: #333;
  margin-bottom: 0.2rem;
  transition: color 0.3s ease;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.newsDel ._sell ._list ._item ._txt ._time {
  font-size: .14rem;
  color: #999;
}

.newsDel ._info ._contin {
  padding-top: 0.4rem;
  padding-bottom: 0.6rem;
  font-size: .16rem;
  color: #666;
  line-height: 2;
}

.newsDel ._info ._contin img {
  max-width: 100%;
  height: auto !important;
}

.newsDel ._info ._skip {
  align-items: center;
  padding-top: 0.6rem;
  border-top: 1px solid #eee;
}

.newsDel ._info ._skip ._jump {
  padding-right: 0.2rem;
  text-align: justify;
}

.newsDel ._info ._skip ._jump>div {
  margin-bottom: 0.15rem;
}

.newsDel ._info ._skip ._jump a {
  transition: color 0.3s ease;
  font-size: .14rem;
  color: #666;
  display: inline-block;
}

.newsDel ._info ._skip ._jump>div:last-child {
  margin-bottom: 0;
}

.newsDel ._info ._skip ._back {
  margin-left: auto;
}

.newsDel ._info ._skip ._back>a {
  width: 0.6rem;
  height: 0.6rem;
  font-size: .14rem;
  line-height: 0.6rem;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  z-index: 2;
  position: relative;
  transition: box-shadow 0.5s var(--bcr1);
  background-color: var(--color01);
  font-weight: bold;
}

.newsDel ._info ._skip ._back>a:before,
.newsDel ._info ._skip ._back>a:after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.5s var(--bcr1);
  background-color: var(--color01);
}

.newsDel ._info ._skip ._back>a:before {
  z-index: -1;
  opacity: 0.2;
}

.newsDel ._info ._skip ._back>a:after {
  z-index: -2;
  opacity: 0.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
}


@media (min-width: 1921px) {
  .header__search:hover .search {
    opacity: 1;
    visibility: visible;
    transform: none;
  }

  .header__search .search ._dt>button:hover {
    color: var(--color01);
  }
}
@media screen and (min-width: 1025px) {
  .pc-nav .nav .nav_a:hover .nav_b {
    transform: translateX(-50%);
    opacity: 1;
    visibility: visible;
  }
  .pc-nav .nav .nav_a > .nav_b > .nav_b_list > li > a:hover {
    color: var(--color01);
    background-color: #f5f5f5;
  }
}
@media (min-width: 2170px) and (max-width: 2556px) {
  .navs>li>a {
    padding: 0 .25rem;
    font-size: .19rem;
  }
}

@media (min-width: 1921px) and (max-width: 2560px) {

  .pc-nav .nav .nav_a>a{
    font-size: .18rem;
    padding: 0 .2rem;
  }

}

@media (min-width: 1600px) and (max-width: 1800px) {
  .pc-nav .nav .nav_a>a {
    padding: 0 .15rem;
  }
}
@media (max-width: 1599px) {
  .header .header__nav__container {
    padding-left: 0.33rem;
    padding-right: 0.33rem;
    margin: 0 auto;
  }

  .pc-nav .nav .nav_a>a {
    padding: 0 .2rem;
  }
}

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

  .ptPAvgTab .item>a {
    font-size: 15px;
  }

  .ptPAvgTab .item .item_line {
    width: 120px;
    height: 44px;
  }

  .ptPAvgTab .item .item_icon {
    width: 44px;
    height: 44px;
    line-height: 44px;
  }

  .ptPAvgTab .item .item_name {
    margin-top: 10px;
  }

  .ptPAvgList .item_top .item_num {
    padding: 35px 30px;
  }

  .ptPAvgList .item_info {
    padding: 30px;
  }

  .ptPAvgList .item_top .item_num .item_num_nunber {
    font-size: 48px;
  }

  .ptPAvgList .item_top .item_num .item_num_icon {
    width: 30px;
  }

  .ptPAvgList .item_info .item_title {
    font-size: 22px;
    margin-bottom: 15px;
  }

  .ptPAvgList .item_info .item_line {
    font-size: 14px;
    line-height: 26px;
    height: 156px;
  }
}

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

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

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

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

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


  .about-text .cont {
    -webkit-line-clamp: 12;
  }

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

  .footer-copyright br {
    display: block;
  }
}

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

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

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

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

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

  .cases_detail_logo {
    right: 15px;
  }

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

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

  .ptPAvgList .item_top .item_num .item_num_nunber {
    font-size: 42px;
  }

  .ptPAvgList .item_top .item_num .item_num_icon {
    width: 28px;
  }

  .ptPAvgList .item_info .item_title {
    font-size: 20px;
  }
}

/*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(--color01);
  color: #fff;
  display: inline-block;
}

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

#pages li:hover a {
  color: #fff;
}


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

  .menubtn {
    display: block;
  }

  .banner {
    height: 68vh;
  }
  
  .subbanner{
    height: 20vh;
  }

  .subbanner .container ._en {
    max-width: 42%;
  }

  .subbanner .container p {
    letter-spacing: 0px;
  }

  ._pageIntroduce.box {
    padding-bottom: 0;
  }

  ._pageIntroduce ._logo {
    display: none;
    opacity: 0;
    visibility: hidden;
  }

  ._aboutVideo {
    height: auto;
  }
  .footer .bottom{
    padding-bottom: 0;
  }
  .footer .footer-body{
    border-bottom: none;
  }
}

@media (max-width: 760px) {
  .ptPAvgTab .item .item_line {
    width: 0px;
  }
}

@media (max-width: 560px) {
  .ptPAvgTab>div {
    /* justify-content: flex-start; */
  }
}

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


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

  .header::before {
    content: none;
  }

  .pc-nav {
    height: 100%;
  }

  .pc-nav ._logo {
    height: 85%;
  }

  .pc-nav ._logo>a>div {
    height: 100%;
  }

  .header .logo-white {
    display: none;
  }

  .header .logo {
    display: block;
  }

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

  .header__logo {
    margin-right: 0;
  }

  .header__logo a {
    font-size: .5rem;
  }

  .header__search {
    display: none;
  }

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

  .header__tel span {
    display: none;
  }

  .topsearchbtn {
    display: none;
  }

  .header__websites {
    margin-right: .3rem;
    font-size: .28rem;
    color: #fff;
  }

  .header__websites span {
    font-size: .28rem;
    border: 1px solid #fff;
    border-radius: .3rem;
  }

  .header__websites .website {
    width: 1.2rem;
  }

  .header__websites .website .website_item a {
    line-height: 2;
  }

  .header__login {
    margin-left: 0;
    margin-right: .3rem;
    font-size: .28rem;
  }

  .header__login ._itemBtn i {
    font-size: .32rem;
  }
  .header .language .language_item{
    font-size: .24rem;
    color: #333;
  }
  .header .language .language_item:first-child:after{
    background-color: #333;
  }

  .navs {
    display: none;
  }
  .pc-nav .nav .nav_a > .nav_b {
    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: var(--color01);
  }

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

  .banner-text ._title {
    font-size: .4rem;
  }

  .banner-text ._tps {
    letter-spacing: 0;
  }
  .banner .Hbanner_txt ._item ._title{
    font-size: .4rem;
  }
  .banner .Hbanner_txt ._item ._tps{
    width: 80%;
  }

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

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

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

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

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

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

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

  .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 {
    justify-content: space-between;
  }

  .banner-mouse {
    transform: translate(-50%, .4rem);
  }

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

  .about-num .item,
  .about-num .item:first-child {
    padding: .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;
  }

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

  .indexTitle1 ._cn {
    font-size: .5rem;
  }

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

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

  .product {
    height: auto;
    position: relative;
    left: auto;
    top: auto;
    transform: none;
    z-index: 2;
  }

  .product ._bg {
    width: 100% !important;
    height: 100%;
    display: block;
  }

  ._proList ._item ._text {
    padding-left: 0;
    padding-right: .3rem;
  }

  ._proList ._item ._title {
    line-height: 1.6;
  }

  ._proList ._item ._desc {
    margin-bottom: .3rem;
    font-size: .266rem;
    -webkit-line-clamp: 2
  }

  ._proList ._item ._img {
    height: 4.36rem;
  }

  ._proList ._item ._btn a {
    padding: .08rem 0.3rem;
    font-size: .24rem;
  }

  ._proList ._item ._btn a i {
    font-size: .24rem;
  }

  .product .tabs {
    width: 100%;
  }

  .product .tabs>.item a {
    font-size: .24rem;
  }

  .ra_syp2,
  .ra_syp3,
  .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;
  }

  .Hlayout {
    position: relative;
    top: inherit;
    left: inherit;
    right: inherit;
    bottom: inherit;
    transform: none;
    display: block;
    height: inherit;
    z-index: 2;
  }

  .Hlayout ._bg::after {
    width: 100%;
    height: 170%;
    right: 0;
  }

  .Hlayout .container {
    flex-direction: column;
    align-items: flex-start;
  }

  .Hlayout ._left {
    width: 100%;
  }

  #chinamap {
    margin-top: .3rem;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    height: inherit;
  }

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

  ._cityList {
    margin-top: 0;
    width: 100%;
    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);
  }

  .Hlayout ._left ._more {
    margin-top: .3rem;
    padding: .16rem .32rem;
    font-size: .266rem;
  }

  .Hlayout ._left ._more a {
    line-height: 1;
  }

  .Hesg {
    height: auto;
  }

  .sya_p2_img1 {
    /* top: 220px; */
  }

  .sya_p2_img2 {
    margin-top: 300px;
  }

  .sya_p2_img2 .sya_p2_img_ka2 {
    width: 100%;
    left: 0;
    top: .46rem;
  }

  .sya_p2_img2 .sya_p2_img_a2 {
    margin-left: 0;
    width: 100%;
    bottom: -5px;
  }

  .sya_p2_cont {
    padding-top: 0;
    top: -234px;
    z-index: 31;
  }

  .fixed_server {
    display: none;
  }

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

  .subbanner {
    height: 20vh;
  }

  .subbanner .container {
    top: 50%;
  }

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

  .page-subMenu {
    margin-top: 0;
    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;
    white-space: nowrap;
  }

  #bump {
    display: none;
  }

  .path {
    width: 100%;
    padding: .2rem .3rem;
    font-size: .24rem;
  }

  .path a:first-child::before {
    font-size: .32rem;
  }

  /* page about */
  ._pageIntroduce ._info {
    font-size: .24rem;
  }

  .page-advantage {
    flex-flow: row wrap;
  }

  .page-advantage .adv-card {
    width: 49%;
  }

  .page-advantage .adv-card i {
    font-size: .5rem;
  }

  .page-advantage .adv-card span {
    font-size: .24rem;
  }

  .page-advantage .adv-card em {
    font-size: .2rem;
  }

  .page-advantage .adv-card h4,
  .page-advantage .adv-card p {
    font-size: .24rem;
  }

  ._cultureList {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  ._cultureList>div {
    margin-bottom: 2.5%;
    width: 48.5%;
  }

  ._cultureList>div:nth-child(even) {
    top: 0;
  }

  ._cultureList ._info ._num {
    font-size: .32rem;
  }

  ._cultureList ._info ._num span {
    font-size: .24rem;
  }

  ._cultureList ._info ._name strong {
    font-size: .28rem;
    line-height: 1.8;
  }

  ._cultureList ._info ._name p {
    font-size: .16rem;
  }

  #courseSwiper .item {
    flex-flow: column;
  }

  #courseSwiper .itemImg {
    margin-bottom: .3rem;
    width: 100%;
  }

  #courseSwiper .itemInfo {
    padding: 0;
  }

  #courseSwiper .itemInfo .time {
    text-align: center;
    font-size: .68rem;
  }

  #courseSwiper .itemInfo .box {
    padding-top: .1rem;
  }

  #courseSwiper .itemInfo .box .line {
    font-size: .266rem;
    line-height: 1.8;
  }

  .masterCut_btn {
    display: none;
  }

  #courseTab .item ._spot::before {
    border-width: 1px;
  }

  .honor-num {
    flex-flow: row wrap;
    gap: .2rem;
  }

  .honor-num .item {
    height: auto;
  }

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

  .honor-num .item i {
    font-size: .52rem;
  }

  .honor-num .item span {
    padding-left: .1rem;
  }

  .honor-num .item p {
    font-size: .22rem;
  }

  .honorListSwiper ._name {
    font-size: .24rem;
  }

  .partnerline {
    height: 68px;
  }

  .partnerList ul li {
    width: 122px !important;
    height: 68px !important;
  }

  .partnerList ul li img {
    width: 95%;
  }

  ._pageProCont {
    flex-flow: column;
  }

  ._classifySidebar {
    width: 100%;
  }

  ._classifySidebar ._hd {
    display: none;
  }

  ._classifyList {
    flex-flow: row wrap;
    gap: .1rem;
  }

  ._classifyList ._item {
    width: auto;
    border-radius: .5rem;
  }

  ._classifyList ._item span {
    margin-right: .2rem;
    font-size: .24rem;
  }

  ._productList {
    padding: .3rem 0;
  }

  ._productList::before {
    left: 50%;
    transform: translateX(-50%);
  }

  ._productList ._item>div {
    align-items: flex-start;
    gap: .2rem;
  }

  ._productList ._item ._img {
    width: 30%;
    height: auto;
  }

  ._productList ._item ._info {
    gap: .1rem;
  }

  ._productList ._info ._name {
    font-size: .3rem;
  }

  ._productList ._info ._desc {
    font-size: .24rem;
    -webkit-line-clamp: 1
  }

  ._productList ._info ._phone {
    display: none;
  }

  ._productList ._moreBtn {
    padding-top: 0;
  }

  ._productList ._moreBtn>a {
    padding: .2rem .1rem;
    font-size: .22rem;
  }


  /* mobile 产品详情 */
  ._place {
    font-size: .24rem;
  }

  .page-product-top {
    flex-flow: column;
  }

  .page-product-top-left {
    margin-bottom: .2rem;
    width: 100%;
    padding: .2rem;
  }

  .album-pagination {
    font-size: .22rem;
  }

  .album-pagination span:first-child {
    font-size: .3rem;
  }

  .page-product-top-right {
    padding-left: 0;
  }

  .page-product-top-right .page-product-title {
    font-size: .36rem;
  }

  .page-product-button a {
    font-size: .24rem;
    height: .6rem;
    line-height: 2;
  }

  .page-product-top-summary {
    font-size: .24rem;
  }

  ._pagePvnBtn {
    gap: .3rem;
  }

  ._pagePvnBtn>p {
    padding: .1rem .3rem;
    font-size: .24rem;
  }

  .masterTitle3 .cn {
    font-size: .36rem;
  }

  ._pageApply ._applyBox {
    flex-flow: column-reverse;
  }

  ._pageApply ._applyBox ._img {
    width: 100%;
  }

  ._pageApply ._left {
    padding: .3rem;
    border-right: 1px solid rgba(202, 210, 224, 1);
  }

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

  ._caseList ._item ._img {
    height: 2.36rem;
  }

  ._caseList ._item ._title {
    padding: .3rem .2rem;
    font-size: .24rem;
  }

  .Sservice .service-item {
    flex-flow: column;
  }

  .Sservice .service-item .item-img {
    width: 100%;
  }

  .Sservice .service-item .item-info {
    width: 100%;
  }

  ._planList {
    flex-flow: column;
    gap: .2rem;
  }

  ._cicrleBg {
    display: none;
  }

  ._planList ._item,
  ._planList ._item:nth-child(even) {
    padding: .2rem;
    width: 100%;
  }

  ._planList ._item::before {
    display: none;
  }

  ._planList ._item ._desc {
    font-size: .24rem;
  }

  ._trendBox ._bg {
    width: 100%;
  }

  ._trendBox ._cnt {
    flex-flow: column;
  }

  ._trendBox ._picBox {
    width: 100%;
    height: 4.2rem;
  }

  ._pSerList {
    width: 100%;
  }

  ._pSerList ._item {
    padding: .3rem;
  }

  ._pSerList ._item ._title {
    font-size: .3rem;
  }

  ._pSerList ._item ._desc {
    font-size: .24rem;
  }
  ._conceptList{
    flex-wrap: wrap;
  }
  ._conceptList ._item{
    margin-bottom: .5rem;
  }
  ._conceptList ._item ._title h4{
    font-size: .28rem;
  }
  ._conceptList ._item ._desc{
    font-size: .22rem;
  }
  ._visionList{
    flex-flow: wrap;
  }
  ._visionList ._item,._visionList ._item:hover{
    margin-bottom: .2rem;
    width: 100%;
    height: auto;
  }
  ._visionList ._item:nth-child(1) ._bg,._visionList ._item:nth-child(2) ._bg,._visionList ._item:nth-child(1):hover ._bg,._visionList ._item:nth-child(2):hover ._bg{
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
    border-radius: .2rem;
  }
  ._visionList ._item:nth-child(2){
    margin-left: 0;
  }
  ._visionList ._item:nth-child(1) ._info,._visionList ._item:nth-child(2) ._info{
    padding: .4rem;
  }
  ._visionList ._item ._bg::before{
    background: linear-gradient(180deg, rgba(51, 51, 51, 0.6) 47.22%, rgba(212, 48, 48, 1) 100%);
  }
  ._visionList ._item ._info ._title{
    font-size: .4rem;
  }
  ._visionList ._item ._info ._en{
    font-size: .24rem;
  }
  ._visionList ._item ._info ._desc{
    font-size: .24rem;
  }
  ._contactList{
    flex-flow: row wrap;
  }
  ._contactList>div{
    padding: .4rem;
    width: 100%;
  }
  ._contactList>div ._name{
    padding-bottom: .2rem;
    font-size: .36rem;
  }
  ._contactList>div ._name span{
    font-size: .24rem;
  }
  ._contactList>div ._info{
    font-size: .266rem;
  }
  #contactForm ._item{
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  #contactForm .form-control{
    height: .8rem;
    font-size: .266rem;
  }
  #contactForm ._item._itemNotice{
    flex-flow: column;
    align-items: flex-start;
  }
  #contactForm ._item .contact-btn-left{
    margin-bottom: .2rem;
    width: 100%;
  }
  #contactForm .contactBtn{
    font-size: .28rem;
  }
  #contactForm ._item._itemNotice ._notice{
    font-size: .24rem;
  }

  .pageDown {
    padding: .6rem 0;
  }

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

  .page-filter-search {
    display: none;
  }

  .page-filter-list ._item>a {
    font-size: .24rem;
  }

  ._downList .hidden-xs {
    display: none;
  }

  ._downTable tr th {
    font-size: .24rem;
  }

  ._downTable th:first-child,
  ._downTable td:first-child {
    padding-left: .26rem !important;
  }

  ._downTable th:last-child,
  ._downTable td:last-child {
    padding-right: .26rem !important;
  }

  ._downTable colgroup col.li_1,
  ._downList li .li_con .li_1 {
    width: 60%;
  }

  ._downTable colgroup col.li_3,
  ._downList li .li_con .li_3 {
    width: 22%;
  }

  ._downTable colgroup col.li_6,
  ._downList li .li_con .li_6 {
    width: 18%;
  }

  ._downList li .li_con {
    font-size: .22rem;
  }

  ._downList li .li_con .li_1 {
    font-size: .24rem;
  }

  ._downList li .li_con .li_6 a {
    font-size: .3rem;
  }

  .page-hot-news {
    padding-bottom: 0;
  }

  .page-hot-news .item .news-title {
    font-size: .266rem;
  }

  .page-hot-news .item .news-desc {
    font-size: .22rem;
  }

  .page-hot-news .item .time {
    font-size: .2rem;
  }

  .page-news-list .page-news-block {
    align-items: stretch;
  }

  .page-news-list .page-news-left {
    margin-right: 0;
    width: 28%;
    height: auto;
  }

  .page-news-list .page-news-right {
    padding-left: .2rem;
    width: 72%;
  }

  .page-news-title {
    margin: .15rem 0 .1rem;
    font-size: .266rem;
  }

  .page-news-summary {
    margin-bottom: 0;
    font-size: .22rem;
    line-height: 1.7;
    -webkit-line-clamp: 1;
  }

  .page-news-time {
    font-size: .2rem;
  }

  .page-news-time i {
    font-size: .26rem;
  }

  /* mobile news detail */

  .newsDel {
    padding-top: 0.5rem;
    padding-bottom: 0.6rem;
  }

  .newsDel ._place {
    padding-right: 0;
    font-size: .24rem;
  }

  .newsDel ._sell {
    display: none;
  }

  .newsDel ._info {
    margin-right: 0;
    width: 100%;
  }

  .newsDel ._info ._contin {
    padding: .3rem 0;
    text-align: left;
    line-height: 2;
    font-size: .26rem;
  }

  .newsDel ._info ._top ._line {
    font-size: .2rem;
  }

  .newsDel ._info ._contin img {
    max-width: 100%;
    width: 100%;
    height: auto !important;
  }

  .newsDel ._info ._skip {
    padding-top: .3rem;
  }

  .newsDel ._info ._skip ._back {
    display: none;
  }

  .newsDel ._info ._skip ._jump {
    padding-right: 0;
    width: 100%;
  }

  .newsDel ._info ._skip ._jump a {
    font-size: .22rem;
  }

  ._back {
    padding: .15rem .3rem;
  }

  ._back a {
    font-size: .266rem;
    line-height: 1;
  }

  ._skip ._jump>div {
    padding: 0;
  }

  ._skip ._jump>div a h4 {
    font-size: .28rem;
    line-height: 1.7;
    white-space: wrap;
  }

  ._skip ._jump>div a p {
    display: none;
  }

  ._skip ._jump>div a span {
    padding: .15rem .2rem;
    font-size: .24rem;
  }

  .Cnotice-top .cnoticeSwiper .swiper-slide {
    flex-direction: column;
  }

  .Cnotice-top ._left,
  .Cnotice-top ._right {
    width: 100%;
  }

  .Cnotice-top ._right {
    padding: .3rem;
  }

  .Cnotice-top ._right ._time {
    font-size: .24rem;
  }

  .Cnotice-top ._right ._time span {
    font-size: .66rem;
  }

  .Cnotice-top ._right ._title {
    font-size: .266rem;
  }

  .Cnotice-top ._right ._desc {
    margin-top: .1rem;
    font-size: .24rem;
  }

  .Cnotice-top ._right .more {
    font-size: .2rem;
  }

  .Cnotice-top .prev-next i {
    font-size: .3rem;
  }

  ._pNewsList ._item {
    padding: .2rem 0;
  }

  ._pNewsList ._item ._left {
    padding-right: .3rem;
    width: 70%;
  }

  ._pNewsList ._item ._left ._time {
    font-size: .2rem;
  }

  ._pNewsList ._item ._left ._title {
    font-size: .28rem;
  }

  ._pNewsList ._item ._left ._desc {
    margin-top: .1rem;
    font-size: .2rem;
    -webkit-line-clamp: 1;
    display: none;
  }

  ._pNewsList ._item ._right {
    width: 30%;
  }

  .project_container ._top {
    flex-wrap: wrap;
    height: auto;
  }

  .project_container ._top .big_pic {
    margin-bottom: .15rem;
    width: 100%;
  }

  .project_container ._top .small_pic {
    margin-left: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
  }

  .project_container ._top .small_pic .small_item {
    width: 49%;
  }

  .project_container ._top .big_pic ._info,
  .project_container ._top .small_item ._info {
    padding: .12rem .2rem;
    height: auto;
  }

  .project_container ._top .big_pic ._title,
  .project_container ._top .small_item ._title {
    font-size: .24rem;
  }

  .project_container ._bottom .main_item {
    margin-right: .2rem;
    margin-bottom: .2rem;
    width: calc((100% - .2rem)/2);
  }

  .project_container .main_item ._img {
    height: 2.24rem;
  }

  .project_container ._bottom .main_item:nth-child(3n) {
    margin-right: .2rem;
  }

  .project_container ._bottom .main_item:nth-child(2n) {
    margin-right: 0;
  }

  .invest_list .invest_item {
    margin-right: 0;
    margin-bottom: .3rem;
    padding: .3rem;
    width: 100%;
  }

  .invest_list .invest_item ._img {
    height: auto;
  }

  .invest_list .invest_item ._info {
    padding-left: .2rem;
  }

  .invest_list .invest_item ._title {
    font-size: .266rem;
  }

  .invest_list .invest_item ._bottom {
    font-size: .2rem;
  }

  /* 
  .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-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 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;
    background-color: #fff;
    position: relative;
  }

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

  .news-detail-left {
    width: 100%;
  }

  .page-title {
    font-size: .32rem;
  }

  .news-detail-left .page-info {
    font-size: .24rem;
    margin: .2rem 0;
    padding: .15rem 0;
  }

  .news-detail-right {
    width: 100%;
  }

  .news-detail-right h3 {
    font-size: .32rem;
  }

  .page-text,
  .page-text p {
    font-size: 0.26rem;
  }

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

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

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

  .page-info {
    margin: 0.38rem 0;
    padding-bottom: 0.285rem;
    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;
  }

  .page-industry-bd::before,
  .page-industry-bd::after {
    display: none;
  }

  .page-industry-bd ._left {
    margin-bottom: .3rem;
  }

  .page-industry-bd ._since {
    margin: 0;
    font-size: .8rem;
  }

  .page-industry-bd ._since ._year {
    font-size: .8rem;
  }

  ._moreBtn {
    width: 2.2rem;
    font-size: .24rem;
  }

  ._moreBtn i {
    font-size: .24rem;
  }

  .page-industry-bd ._right {
    margin-left: 0;
  }

  .page-industry-bd .about_tit {
    margin-bottom: .2rem;
  }

  .page-industry-bd .about_tit ._cn {
    font-size: .32rem;
  }

  .page-industry-advantage ._cont {
    flex-direction: column;
  }

  ._advImg {
    margin-bottom: .3rem;
    padding-right: 0;
    width: 100%;
    height: 3rem;
    position: relative;
    top: auto;
  }

  ._advList {
    width: 100%;
    height: 5rem;
  }

  ._advList ._item .num {
    width: 1.2rem;
    font-size: .8rem;
  }

  ._advList ._item .txt {
    width: calc(100% - 1.2rem);
    font-size: .24rem;
  }

  ._advList ._item .txt h4 {
    font-size: .3rem;
  }

  .page-pro-list {
    overflow: hidden;
  }

  .page-pro-list ._item .img-box {
    height: 3.6rem;
  }

  .page-pro-list ._item ._textBox h4 {
    font-size: .3rem;
  }

  .page-pro-list ._item ._textBox p {
    font-size: .24rem;
  }

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

  #footer .container {
    flex-direction: column;
  }
  .footer-top{
    flex-flow: column;
    align-items: flex-start;
  }
  
  .footer ._ftBtn {
    padding-top: .3rem;
    width: 100%;
  }

  .footer ._ftBtn ._item {
    margin-left: 0;
    margin-right: .3rem;
  }

  .footer ._ftBtn ._item>a {
    width: .7rem;
    height: .7rem;
  }

  .footer ._ftBtn ._item>a .iconfont {
    font-size: .46rem;
  }

  .footer ._ftBtn ._item .follow {
    right: auto;
    left: 0;
  }

  .footer ._ftBtn ._item .follow .follow_text {
    font-size: .244rem;
  }

  .footer ._ftBtn ._item .follow .follow_text .follow_name {
    font-size: .3rem;
  }

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

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

  .footer-media-items li {
    font-size: .24rem;
    text-align: center;
    line-height: 2;
  }

  .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 {
    flex-wrap: wrap;
    /* display: none; */
  }

  .f-menu div.f-menu-item {
    width: 100%;
    border-bottom: 1px solid #fff;
    margin: 0;
    padding: 0.3rem 0;
  }

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

  .f-menu .menu-extra-title {
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: .28rem;
  }

  .f-menu .menu-extra-title::before,
  .f-menu .menu-extra-title::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 1px;
    background-color: #fff;
    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;
  }

  .f-menu .menu-extra-title::before {
    left: auto;
    bottom: auto;
  }

  .f-menu .menu-extra-title::after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .f-menu .f-menu-item.on .menu-extra-title::after {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  .f-menu ol {
    padding-top: .1rem;
    display: none;
    width: 100%;
  }

  .f-menu ol li {
    margin: .2rem .2rem 0 0;
    display: inline-block;
  }

  .f-menu ol li a {
    font-size: .24rem;
  }

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