a,
body,
caption,
div,
footer,
form,
h1,
h2,
h3,
header,
html,
img,
label,
legend,
li,
menu,
nav,
p,
section,
span,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit
}

footer,
header,
menu,
nav,
section {
  display: block
}

html {
  font-size: 17px;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%
}

@media only screen and (max-width: 991px) {
  html {
    font-size: 16px;
  }
}

body,
html {
  width: 100%
}

*,
:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0
}

body {
  background: var(--primary-color);
  line-height: 1;
  padding: 0
}

ol,
ul {
  list-style: none
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

td,
th {
  font-weight: 400;
  text-align: left
}

a img {
  border: 0
}

img {
  max-width: 100%;
  height: auto
}

select {
  max-width: 100%
}

body,
button,
input,
textarea {
  font-family: Inter, sans-serif;
  color: var(--primary-color);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
  overflow-y: auto
}

img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic
}

.text-p,
p {
  color: var(--primary-color4);
  font-family: MicrosoftYaHei, "Open Sans", sans-serif;
  line-height: 1.5;
  text-align: justify
}

b,
cite,
strong {
  font-weight: 700
}

ol,
ul {
  padding: 0
}

ul {
  list-style: disc
}

ol {
  list-style: decimal
}

li>ol,
li>ul {
  margin-bottom: 0
}

li {
  list-style: none
}

ol li,
ul li {
  padding: .1em 0
}

dd,
dl {
  margin: 0 0 20px
}

dt {
  font-weight: 700
}

.disable,
del {
  text-decoration: line-through;
  opacity: .5
}

table,
td,
th {
  border: 1px solid #343444
}

table {
  border-collapse: separate;
  border-spacing: 0;
  border-width: 1px 0 0 1px;
  margin: 0 0 30px;
  table-layout: fixed;
  width: 100%
}

caption,
td,
th {
  font-weight: 400;
  text-align: left
}

th {
  border-width: 0 1px 1px 0;
  font-weight: 700
}

td {
  border-width: 0 1px 1px 0
}

td,
th {
  padding: 8px 12px
}

button,
input {
  line-height: normal
}

button,
input,
textarea {
  font-size: 100%;
  line-height: inherit;
  margin: 0;
  vertical-align: baseline
}

input,
textarea {
  font-size: 14px;
  max-width: 100%;
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0))
}

textarea {
  overflow: auto;
  vertical-align: top
}

button,
input[type=button] {
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: button;
  border: 0
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #f7f7f7 inset
}

button,
input[type=button] {
  font-weight: 400;
  letter-spacing: .1px;
  font-size: 16px;
  line-height: 19px;
  background-color: var(--primary-color3);
  color: #fff;
  border-radius: 5px;
  padding: 23.5px 53px;
  border: 1px solid var(--primary-color3);
  display: inline-block;
  -webkit-appearance: none;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease
}

button:focus,
button:hover,
input[type=button]:focus,
input[type=button]:hover {
  outline: 0;
  background: #8e2ac3;
  color: #fff;
  border: 1px solid #8e2ac3
}

::-webkit-input-placeholder {
  color: #8a8aa0
}

:-moz-placeholder {
  color: #8a8aa0
}

::-moz-placeholder {
  color: #8a8aa0;
  opacity: 1
}

.error {
  font-size: 16px;
  color: var(--primary-color2);
  margin-bottom: 10px;
  -webkit-transition: all ease .3s;
  -moz-transition: all ease .3s;
  transition: all ease .3s
}

:-ms-input-placeholder {
  color: #8a8aa0
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  text-rendering: optimizeLegibility
}

h1 {
  font-size: 72px
}

h2 {
  font-size: 32px
}

h3 {
  font-size: 16px;
  font-weight: 500
}

h4 {
  font-size: 14px
}

h5 {
  font-size: 13px
}

h6 {
  font-size: 12px
}

.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap
}

.flex-one {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap
}

.flex-two {
  justify-content: space-between;
  align-items: center;
  align-content: center;
  display: flex;
  flex-wrap: wrap
}

.flexJuCenter {
  justify-content: center !important
}

.wrap-inner {
  display: block;
  width: 100%
}

.center,
.text-center {
  text-align: center
}

.absolute {
  position: absolute
}

.relative {
  position: relative
}

.j-content {
  justify-content: center
}

.text-t {
  text-transform: capitalize
}

.align {
  align-items: center
}

#page,
#wrapper,
#app {
  width: 100%;
  height: 100%
}

.wid100 {
  width: 100%
}

.textLeft {
  text-align: left
}

.textRight {
  text-align: right
}

.textCenter {
  text-align: center
}

.specialText,
.specialText a,
.specialText a:hover {
  color: var(--primary-color3)
}

.huiText {
  color: #b7b7b7
}

.cursorPointer {
  cursor: pointer
}

.font {
  font-family: "Open Sans", sans-serif
}

.font-2 {
  font-family: Inter, sans-serif
}

.font-20 {
  font-size: 20px;
  font-weight: 500;
  line-height: 24px
}

.font-20-600 {
  font-size: 20px;
  font-weight: 600;
  line-height: 24px
}

.fs-16 {
  font-size: 16px;
  font-weight: 400
}

.fs-20 {
  font-size: 20px
}

.fs-14 {
  font-size: 14px !important
}

.fs-18 {
  font-size: 18px
}

.fs-24 {
  font-size: 24px;
  font-weight: 500;
  line-height: 29px
}

.fs-28 {
  font-size: 28px !important
}

.fs-30 {
  font-size: 30px !important
}

.fw-6 {
  font-weight: 600
}

.fw-5 {
  font-weight: 500
}

.fw-4 {
  font-weight: 400
}

.marBtn16 {
  margin-bottom: 16px
}

.marBtn26 {
  margin-bottom: 26px
}

a {
  text-decoration: none;
  color: var(--primary-color2);
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease
}

a:focus,
a:hover {
  color: var(--primary-color3);
  text-decoration: none;
  outline: 0;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease
}

.text-color-1 {
  color: #fff
}

.text-color-2 {
  color: #130518
}

.text-color-3 {
  color: #7759f3
}

.text-color-4 {
  color: var(--primary-color4) !important
}

.text-color-5 {
  color: var(--primary-color8) !important
}

.text-color-6 {
  color: var(--primary-color2) !important
}

.text-color-7 {
  color: #b6b3bf
}

:root {
  --primary-color: #fff;
  --primary-color2: #130518;
  --primary-color3: #10AC8C;
  --primary-color4: #363636;
  --primary-color5: #13051808;
  --primary-color6: #13051812;
  --primary-color7: #fff;
  --primary-color8: #706C83;
  --primary-color9: #130518;
  --primary-color10: #fff
}

.mainColor {
  color: #10ac8c
}

.whiteColor {
  color: white;
}

.marTop20 {
  margin-top: 20px;
}

.marTop34 {
  margin-top: 34px;
}

header {
  padding-right: 0 !important
}

.header_1 {
  height: auto;
  width: 100%
}

.header_1.is-fixed {
  position: fixed;
  top: -161px;
  left: 0;
  width: 100%;
  box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, .3);
  z-index: 9999;
  border: none;
  opacity: 0;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease
}

.header_1.is-fixed.is-small {
  top: 0;
  opacity: 1;
  visibility: visible
}

.header_1.is-fixed .search-form .search-field,
.header_1.is-fixed .search-form .search-field:focus {
  background-color: #fff;
  box-shadow: 0 2px 6px 0 rgba(47, 47, 47, .3);
  color: #000
}

#main-nav {
  width: calc(100% - 300px);
  max-width: 880px
}

#main-nav ul {
  margin: 0;
  width: 100%;
  display: flex;
  justify-content: space-around
}

#main-nav ul li {
  position: relative;
  list-style: none
}

#main-nav>ul>li {
  float: left;
  padding: 0 36px
}

#main-nav>ul>li>a {
  position: relative;
  font-size: 16px;
  line-height: 26px;
  display: block;
  color: #fff
}

#main-nav>ul>.current-menu-item>a,
#main-nav>ul>li>a:hover {
  color: #fff;
  border-bottom: 2px solid #fff
}

#main-nav>.menu>li.menu-item-has-children>a::after {
  content: "\f107";
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%)
}

#main-nav .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 250px;
  background-color: #fff;
  border-radius: 6px;
  box-shadow: -2px 6px 23px rgba(180, 180, 180, .3098039216);
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-transform: translateY(15px);
  -moz-transform: translateY(15px);
  -ms-transform: translateY(15px);
  -o-transform: translateY(15px);
  transform: translateY(15px)
}

#main-nav .sub-menu::before {
  content: "";
  position: absolute;
  top: -5px;
  left: 25px;
  height: 15px;
  width: 15px;
  transform: rotate(45deg);
  background-color: #fff
}

#main-nav .sub-menu li:not(:last-child) a {
  border-bottom: 1px solid rgba(225, 225, 225, .5568627451)
}

#main-nav .sub-menu li a {
  display: block;
  font-size: 18px;
  color: #14141f;
  padding: 20px;
  font-weight: 700
}

#main-nav .right-sub-menu {
  left: auto;
  right: 0
}

#main-nav li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0)
}

#main-nav .sub-menu li a:hover,
#main-nav .sub-menu li.current-item a {
  color: var(--primary-color3)
}

#main-nav>ul>li .sub-menu li {
  position: relative
}

#main-nav>ul>li .sub-menu li a {
  transition: all .15s linear;
  -webkit-transition: all .15s linear;
  -moz-transition: all .15s linear;
  -o-transition: all .15s linear
}

#main-nav>ul>li .sub-menu li a:hover {
  padding-left: 35px
}

#main-nav>ul>li .sub-menu li a:hover::after {
  width: 12px
}

#main-nav>ul>li .sub-menu li a::after {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  background: var(--primary-color3);
  left: 15px;
  top: 28px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease
}

#main-nav>ul>li .sub-menu li.current-item a {
  padding-left: 35px
}

#main-nav>ul>li .sub-menu li.current-item a::after {
  width: 12px
}

.mobile-button {
  display: none;
  width: 26px;
  height: 26px;
  background-color: transparent;
  cursor: pointer;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  position: relative
}

.mobile-button span,
.mobile-button::after,
.mobile-button::before {
  background-color: #fff;
  -webkit-transition: all ease .3s;
  -moz-transition: all ease .3s;
  transition: all ease .3s
}

.mobile-button::after,
.mobile-button::before {
  content: "";
  position: absolute;
  top: 0;
  height: 3px;
  width: 100%;
  left: 0;
  top: 50%;
  color: #fff;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%
}

.mobile-button span {
  position: absolute;
  width: 100%;
  height: 3px;
  left: 0;
  top: 50%;
  overflow: hidden;
  text-indent: 200%
}

.mobile-button::before {
  -webkit-transform: translate3d(0, -7px, 0);
  -moz-transform: translate3d(0, -7px, 0);
  transform: translate3d(0, -7px, 0)
}

.mobile-button::after {
  -webkit-transform: translate3d(0, 7px, 0);
  -moz-transform: translate3d(0, 7px, 0);
  transform: translate3d(0, 7px, 0)
}

.mobile-button.active span {
  opacity: 0
}

.mobile-button.active::before {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  -moz-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg)
}

.mobile-button.active::after {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  -moz-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg)
}

#scroll-top {
  position: fixed;
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 4px;
  text-align: center;
  z-index: 1;
  right: 14px;
  bottom: 23px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
  overflow: hidden
}

#scroll-top.show {
  right: 15px;
  opacity: 1;
  visibility: visible
}

#scroll-top::after,
#scroll-top::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease
}

#scroll-top::before {
  z-index: -1;
  background-color: var(--primary-color3)
}

#scroll-top::after {
  content: "up";
  font-family: "Font Awesome 5 Pro";
  font-size: 18px;
  color: #fff;
  font-weight: 600
}

#scroll-top:hover {
  transform: translateY(-7%)
}

#footer {
  padding: 90px 2%;
  background: #10ac8c
}

#footer .footerCon {
  max-width: 940px;
  margin: 0 auto
}

.widget div {
  font-size: 14px;
  margin: 8px 0;
  line-height: 1.5
}

#footer p,
.widget div,
.widget div a,
.widget div a:hover {
  color: #fff
}

.preload {
  overflow: hidden
}

.preload-container {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fff;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 99999999999;
  display: block;
  overflow: hidden
}

.preload-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  z-index: 100;
  margin: -50px 0 0 -50px;
  background: #fff;
  border-radius: 50%;
  background: url('../img/icon/preload.png') center center no-repeat;
  background-size: auto 100% !important;
  animation: preload 1s linear infinite alternate;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn
}

.newsTrendsItem {
  background: #FFFFFF;
  box-shadow: 0px 15px 30px -8px rgba(30, 30, 30, 0.09);
  margin-bottom: 30px;
}

.newsTrendsItem .newsTextCon {
  padding: 20px;
}

.news-title {
  width: 100%;
  max-height: 62px;
  font-family: MicrosoftYaHei;
  font-size: 18px;
  line-height: 1.6;
  color: #3A3A3A;
}

.twoLine {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  white-space: normal !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.flexDiv {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
}

.newsTime {
  border-top: 1px solid #EFEFEF;
  margin-top: 10px;
  padding-top: 20px;
  font-size: 14px;
  color: #B8B8B8;
}

.looknewsMore {
  width: 83px;
  height: 32px;
  line-height: 31px;
  text-align: center;
  border-radius: 16px;
  border: 1px solid #10AC8C;
  font-size: 14px;
  color: #10AC8C;
}

.pagination {
  justify-content: center;
  gap: 12px;
  margin-top: 20px;
  font-size: 14px;
  color: #53585E;
}

.page-btn {
  background: #FFFFFF;
  border-radius: 6px;
  border: 1px solid #D9D9D9;
  padding: 4px 8px;
  cursor: pointer;
  color: #53585E;
}

.page-btn:hover {
  background: rgba(16, 172, 140, 0.6);
  border-color: #6dcab7;
}

.page-btn.active {
  background: #10AC8C;
  color: #fff;
  border-color: #10AC8C;
}

.jump-input {
  width: 50px;
  padding: 4px;
  border: 1px solid #ddd;
  color: #53585E;
}

@keyframes spin {
  100% {
    transform: rotate(360deg)
  }
}

.conText,
.conTextTop,
.conTextTop2 {
  font-family: MicrosoftYaHei, MicrosoftYaHei;
  font-weight: 700;
  font-size: 66px;
  line-height: 1.1;
  color: #10ac8c
}

.conTextTop {
  margin-top: -120px;
  margin-bottom: 40px
}

.conTextTop2 {
  margin-top: -70px;
  margin-bottom: 40px
}

.scanText {
  margin-top: 4px;
  font-size: 14px
}