@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(255, 215, 0, 1);
  --color02: rgba(1, 9, 52, 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: "CinzelBold";
  src: url("../fonts/Cinzel-Bold.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%;
  background: rgba(0, 0, 0, 0.3);
  /* 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: .8rem;
  padding-left: 8.33%;
}

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

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

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

.pc-nav .nav .nav_a>a {
  height: .8rem;
  line-height: .8rem;
  padding: 0 0.35rem;
  font-size: .18rem;
  font-weight: 500;
  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; */
}

.header .pc-nav .nav .nav_a>a:hover {
  /* color: var(--color01); */
  font-weight: 700;
}

.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;
  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.header-sticky .header__tel,
.header.header-sticky a,
.header.header-sticky i {
  color: #333;
}

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

/* header__join */
.header__join {
  padding: .08rem .24rem;
  border-radius: 100px;
  background: var(--color01);
  margin: 0 .48rem 0 .35rem;
  font-size: .16rem;
  color: rgba(0, 0, 0, 1);
  white-space: nowrap;
  line-height: 1.4;
}

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

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

.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-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: 2px;
  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: .6rem;
  margin-left: -.3rem;
}

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

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

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

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

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

.m-nav a {
  outline: none;
}

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

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

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

.m-nav .logo {
  width: 100%;
  margin: 0 auto 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: 110vh;
  overflow: hidden;
  position: relative;
}

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

.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 .Hbanner_txt {
  position: absolute;
  top: 40%;
  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;
}

.banner .Hbanner_txt ._more a {
  color: var(--color01);
  transition: .3s;
  padding: .2rem .34rem;
  border-radius: .4rem;
  border: 2px solid var(--color01);
  font-size: .18rem;
  font-weight: 500;
  line-height: 1.3;
}

.banner .Hbanner_txt ._more a:first-child {
  background: var(--color01);
  color: #000;
  margin-right: .16rem;
}

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

.banner .Hbanner_txt ._item ._title {
  font-size: 0.7rem;
  margin-bottom: 0.1rem;
  font-weight: 900;
  line-height: 1.4;
  text-align: center;
}

.banner .Hbanner_txt ._item ._subtitle {
  font-size: .34rem;
  font-weight: 400;
  text-align: center;
  margin-bottom: 0.3rem;
}

.banner .Hbanner_txt ._item ._tps {
  text-align: center;
  font-size: .2rem;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  line-height: 1;
  margin-bottom: .4rem;
}

.banner .Hbanner_txt ._item ._tps span {
  font-size: .46rem;
  font-weight: 500;
  color: var(--color01);
  margin-left: .36rem;
  margin-right: .16rem;
  font-family: "MiSansMedium";
}

.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: 1.8rem;
  transform: translateX(-50%);
  z-index: 2;
}

.pagination-box .pagination-left {
  position: absolute;
  left: 0;
  width: auto;
  display: flex;
  align-items: center;
}

.pagination-box .swiper-pagination {
  width: auto;
  font-size: .16rem;
  white-space: nowrap;
  position: static;
}

.pagination-box .swiper-pagination .swiper-pagination-bullet {
  width: auto;
  height: auto;
  background: none;
  margin: 0 8px;
  color: #fff;
  opacity: .5;
  font-size: .16rem;
}

.pagination-box .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}

.pagination-box .hexagon-container {
  position: relative;
  width: 50px;
  height: 50px;
  cursor: pointer;
}

.pagination-box .hexagon {
  fill: none;
  stroke: rgba(255, 255, 255, 0.5);
  stroke-width: 1;
}

.pagination-box .progress-path {
  fill: none;
  stroke: rgba(255, 255, 255, 1);
  stroke-width: 1;
  stroke-linecap: round;
  stroke-dasharray: 300;
  /* 六边形周长 */
  stroke-dashoffset: 300;
  /* 初始隐藏 */
  transform-origin: center;
  transition: stroke-dashoffset 5s linear;
}

.pagination-box .progress-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: bold;
  display: flex;
  align-items: center;
}

.pagination-box .progress-icon i {
  color: #fff;
  font-size: 14px;
}


.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 {
  color: #fff;
  transform: rotate(90deg);
  margin-bottom: .1rem;
}

.banner-mouse span i {
  font-size: .28rem;
  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: 0px
  }

  50% {
    bottom: -15px
  }

  100% {
    bottom: 0px
  }
}

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

  50% {
    bottom: -15px
  }

  100% {
    bottom: 0px
  }
}

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

  50% {
    bottom: -15px
  }

  100% {
    bottom: 0px
  }
}

/* 公共头部标涂 */

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

.box {
  padding: 5.2vw 0;
}

.img-box {
  overflow: hidden;
}

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

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

.more {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  z-index: 2;
  overflow: hidden;
  transition: all 0.4s ease-in;
  -webkit-transition: all 0.4s ease-in;
  -moz-transition: all 0.4s ease-in;
  -o-transition: all 0.4s ease-in;
  -ms-transition: all 0.4s ease-in;
}

.more span {
  padding-bottom: .05rem;
  font-size: .18rem;
  border-bottom: 2px solid rgba(12, 79, 132, 1);
}

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

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

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

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

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

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

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

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

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

.footer .bottom {
  padding-top: .2rem;
}

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

.footer .footer-logo {
  height: .5rem;
}

.footer .footer-logo img {
  object-fit: contain;
  height: 100%;
}

.footer .footer-search .search-label {
  font-size: .16rem;
}

.footer .footer-search .search-input {
  display: flex;
  align-items: center;
  margin-top: .16rem;
}

.footer .footer-search .search-input input {
  width: 4.4rem;
  height: .6rem;
  font-size: .14rem;
  background: #fff;
  padding: 0 .14rem;
}

.footer .footer-search .search-input button {
  width: 1.2rem;
  height: .6rem;
  background: var(--color01);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: .2rem;
  color: #fff;
  cursor: pointer;
}

.footer .footer-body {
  display: flex;
  margin-top: .3rem;
}

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

.footer-body .f-contact .contact-phone {
  font-size: .44rem;
  line-height: 1.3;
  color: rgba(255, 255, 255, 1);
  font-family: "MiSansMedium";
  margin-top: .23rem;
}

.footer-body .f-contact .contact-label {
  display: flex;
  align-items: center;
  font-size: .16rem;
  margin-top: .37rem;
  position: relative;
  color: rgba(128, 128, 128, 1);
}

.footer-body .f-contact .contact-label::before {
  content: "";
  width: 13px;
  height: 2px;
  background: var(--color01);
  position: absolute;
  bottom: -.04rem;
  left: 0;
}

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

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

.f-code .code-item {
  width: .92rem;
}

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

.f-code .code-item .code-label {
  font-size: .14rem;
  text-align: center;
  line-height: 1.5;
}

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

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

.f-menu .menu-label {
  font-size: .16rem;
  color: rgba(255, 255, 255, 1);
  margin-bottom: .23rem;
}

.f-menu .menu-item {
  font-size: .14rem;
  line-height: 3;
  color: rgba(174, 178, 194, 1);
}

.f-menu .menu-item a {
  line-height: 1;
  color: rgba(174, 178, 194, 1);
  transition: .3s;
}

.f-menu .menu-item a:hover {
  color: var(--color01);
}

.bottom-left {
  color: #fff;
}

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

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

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

/* page*/
.subbanner {
  width: 100%;
  height: 6rem;
  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: .7rem;
  font-weight: 800;
  color: #fff;
}

.subbanner .container ._en {}

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

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

._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; */
  opacity: .15;
}

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

/* 关于我们-企业文化 */
._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%);
}


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


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

/* 新闻详情 */
.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;
}

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

  .sya_p2_img2 .sya_p2_img_a5 {
    bottom: -1rem;
  }

  .sya_p2_img2 .sya_p2_img_a3 {
    bottom: -4rem;
  }

  .sya_p2_txt_a1 {
    bottom: 2rem;
  }

  .sya_p2_img2 .sya_p2_img_a4 {
    bottom: -4rem;
  }
}

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

  .navs>li>a {
    font-size: .18rem;
  }

  .formSearch .search-input {
    width: 1.3rem;
  }
}

@media (min-width: 1660px) and (max-width: 1710px) {
  .pc-nav .nav .nav_a>a {
    padding: 0 .30rem;
  }
}

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

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

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

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

@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 .container ._en {
    max-width: 80%;
  }

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

@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%;
    padding-left: 4.33%;
  }

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

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

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

  .navs {
    display: none;
  }

  .pc-nav .nav .nav_a>.nav_b {
    display: none;
  }

  .menubtn {
    display: block;
    width: 20px;
    margin-right: 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 ._more a{
    font-size: .24rem;
  }

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

  .pagination-box .swiper-pagination .swiper-pagination-bullet,
  .banner-mouse-line,
  .header__join{
    font-size: .24rem;
  }

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

  .pagination-box {
    justify-content: space-between;
  }

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

  .fixed_server {
    display: none;
  }

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

  .subbanner {
    height: 24vh;
  }

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

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

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

  /* footer */
  #footer {}

  .bottom {
    padding: .5rem 0;
  }

  #footer .container {
    flex-direction: column;
  }

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

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

  .footer .footer-body {
    flex-wrap: wrap;
  }
  .footer .footer-logo{
    height: 1rem;
  }
  .footer .footer-body .body-item{
    width: 100%;
    justify-content: flex-start;
  }

  .footer-body .f-contact .contact-label{
    font-size: .266rem;
  }

  .footer-body .f-contact .contact-phone{
    font-size: .5rem;
  }

  .f-code .code-item{
    width: 2rem;
  }

  .f-code .code-item .code-label{
    font-size: .24rem;
  }

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


/*返回顶部*/
#back_top {
  position: fixed;
  right: 4vw;
  bottom: 4vw;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 888;
  transition: all .6s;
}

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

#back_top .master_backTop .master_aperture {
  background: linear-gradient(to right, #589ad8 0%, var(--color01) 100%);
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  opacity: 0;
  -webkit-opacity: 0;
  z-index: -1;
}

#back_top .master_backTop .master_backTop_btn {
  background: linear-gradient(to right, #589ad8 0%, var(--color01) 100%);
  color: #fff;
  width: .64rem;
  height: .64rem;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

#back_top .master_backTop .master_backTop_btn .master_backTop_txt {
  transform: rotate(-90deg);
}

#back_top .master_backTop .master_backTop_btn .master_backTop_txt>i {
  font-size: .24rem;
}

#back_top .master_backTop .master_aperture.circle01 {
  animation: scalej01 2s .5s infinite;
  -webkit-animation: scalej01 2s .5s infinite;
}

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

  100% {
    transform: scale(1.5);
    -webkit-transform: scale(1.5);
    opacity: 0;
    -webkit-opacity: 0;
  }
}

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

  100% {
    transform: scale(1.5);
    -webkit-transform: scale(1.5);
    opacity: 0;
    -webkit-opacity: 0;
  }
}

#back_top .master_backTop .master_aperture.circle02 {
  animation: scalej02 2s infinite;
  -webkit-animation: scalej02 2s infinite;
}

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

  100% {
    transform: scale(1.8);
    -webkit-transform: scale(1.8);
    opacity: 0;
    -webkit-opacity: 0;
  }
}

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

  100% {
    transform: scale(1.8);
    -webkit-transform: scale(1.8);
    opacity: 0;
    -webkit-opacity: 0;
  }
}

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

.bubble span,
.back_bubble span {
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  z-index: -1;
  transition: ease 1s;
  -webkit-transition: ease 1s;
  position: absolute;
  left: 50%;
  /*background: linear-gradient(to bottom, #05bda3, #146697);*/
  background: linear-gradient(to bottom, #05bda3, var(--color01));
  bottom: 0px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  opacity: 0;
  -webkit-opacity: 0;
}

.bubble span:nth-child(1) {
  animation: pao 4s linear infinite;
  -webkit-animation: pao 4s linear infinite;
}

.bubble span:nth-child(2) {
  animation: pao3 6s linear infinite;
  -webkit-animation: pao3 6s linear infinite;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.bubble span:nth-child(3) {
  animation: pao2 3s linear infinite;
  -webkit-animation: pao2 3s linear infinite;
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}

.bubble span:nth-child(4) {
  animation: pao4 9s linear infinite;
  -webkit-animation: pao4 9s linear infinite;
}

.bubble span:nth-child(5) {
  animation: pao5 7s linear infinite;
  -webkit-animation: pao5 7s linear infinite;
}

@keyframes pao {
  0% {
    transform: translate(200%, -30px) rotate(360deg) scale(.5, .5);
    -webkit-transform: translate(200%, -30px) rotate(360deg) scale(.5, .5);
    opacity: 1;
    -webkit-opacity: 1;
  }

  50% {
    transform: translate(0%, -70px) rotate(360deg) scale(.8, .8);
    -webkit-transform: translate(0%, -70px) rotate(360deg) scale(.8, .8);
    opacity: .5;
    -webkit-opacity: .5;
  }

  100% {
    transform: translate(-200%, -100px) rotate(360deg) scale(1, 1);
    -webkit-transform: translate(-200%, -100px) rotate(360deg) scale(1, 1);
    opacity: 0;
    -webkit-opacity: 0;

  }
}

@keyframes pao2 {
  0% {
    transform: translate(-200%, 0px) rotate(360deg) scale(1, 1);
    -webkit-transform: translate(-200%, 0px) rotate(360deg) scale(1, 1);
    opacity: 1;
    -webkit-opacity: 1;
  }

  50% {
    transform: translate(250%, -50px) rotate(360deg) scale(.8, .8);
    -webkit-transform: translate(250%, -50px) rotate(360deg) scale(.8, .8);
    opacity: .5;
    -webkit-opacity: .5;
  }

  100% {
    transform: translate(100%, -100px) rotate(360deg) scale(.5, .5);
    -webkit-transform: translate(100%, -100px) rotate(360deg) scale(.5, .5);
    opacity: 0;
    -webkit-opacity: 0;

  }
}

@keyframes pao3 {
  0% {
    transform: translate(0%, 0px) rotate(360deg) scale(1, 1);
    -webkit-transform: translate(0%, 0px) rotate(360deg) scale(1, 1);
    opacity: 1;
    -webkit-opacity: 1;
  }

  50% {
    transform: translate(-250%, -50px) rotate(360deg) scale(.8, .8);
    -webkit-transform: translate(-250%, -50px) rotate(360deg) scale(.8, .8);
    opacity: .5;
    -webkit-opacity: .5;
  }

  100% {
    transform: translate(-300%, -100px) rotate(360deg) scale(.5, .5);
    -webkit-transform: translate(-300%, -100px) rotate(360deg) scale(.5, .5);
    opacity: 0;
    -webkit-opacity: 0;

  }
}

@keyframes pao4 {
  0% {
    transform: translate(400%, 0px) rotate(360deg) scale(1, 1);
    -webkit-transform: translate(400%, 0px) rotate(360deg) scale(1, 1);
    opacity: 1;
    -webkit-opacity: 1;
  }

  50% {
    transform: translate(400%, -50px) rotate(360deg) scale(.8, .8);
    -webkit-transform: translate(400%, -50px) rotate(360deg) scale(.8, .8);
    opacity: .5;
    -webkit-opacity: .5;
  }

  100% {
    transform: translate(-100%, -100px) rotate(360deg) scale(.5, .5);
    -webkit-transform: translate(-100%, -100px) rotate(360deg) scale(.5, .5);
    opacity: 0;
    -webkit-opacity: 0;
  }
}

@keyframes pao5 {
  0% {
    transform: translate(-400%, 0px) rotate(360deg) scale(.1, .1);
    -webkit-transform: translate(-400%, 0px) rotate(360deg) scale(.1, .1);
    opacity: 1;
    -webkit-opacity: 1;
  }

  50% {
    transform: translate(-400%, -50px) rotate(360deg) scale(.6, .6);
    -webkit-transform: translate(-400%, -50px) rotate(360deg) scale(.6, .6);
    opacity: .5;
    -webkit-opacity: .5;
  }

  100% {
    transform: translate(0%, -100px) rotate(360deg) scale(1, 1);
    -webkit-transform: translate(0%, -100px) rotate(360deg) scale(1, 1);
    opacity: 0;
    -webkit-opacity: 0;
  }
}