@import "../font/iconfont.css";
html {
  font-family: "Microsoft YaHei", sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  overflow-x: hidden;
  font-size: 100px;
}
body {
  margin: 0;
  overflow-x: hidden;
  font-size: 16px;
}
@media (max-width: 1200px) {
  body {
    font-size: 14px;
  }
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
object {
  pointer-events: none;
}
a {
  color: inherit;
  text-decoration: none;
}
p,
h1,
h2,
h3,
h4,
h5 {
  margin: 0;
}
a:active,
a:hover {
  outline: 0;
}
a:active .oppress img,
a:hover .oppress img {
  transform: scale(1.1);
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
button,
input,
optgroup,
select,
textarea {
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  -webkit-tap-highlight-color: transparent;
  margin: 0;
  font: inherit;
  color: inherit;
  padding: 0;
  border: 0;
  outline: 0;
  background-color: transparent;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
textarea {
  overflow: auto;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
td,
th {
  padding: 0;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.t-center {
  text-align: center;
}
.col {
  margin-right: -18px;
  margin-bottom: -18px;
}
@media (max-width: 768px) {
  .col {
    margin-right: -10px;
    margin-bottom: -10px;
  }
}
.col .col-content {
  margin-right: 18px;
  margin-bottom: 18px;
}
@media (max-width: 768px) {
  .col .col-content {
    margin-right: 10px;
    margin-bottom: 10px;
  }
}
.col-2 .col-item {
  width: 50%;
}
.col-3 .col-item {
  width: 33.3333%;
}
.col-4 .col-item {
  width: 25%;
}
@media (max-width: 1000px) {
  .col-4 .col-item {
    width: 33.3333%;
  }
}
@media (max-width: 768px) {
  .col-4 .col-item {
    width: 50%;
  }
}
@media (max-width: 500px) {
  .col-4 .col-item {
    width: 100%;
  }
}
.clearTransition {
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  -o-transition: all 0s;
  transition: all 0s;
}
.transition1 {
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.transition2 {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.transition4 {
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.transition6 {
  -webkit-transition: all 0.6s linear;
  -moz-transition: all 0.6s linear;
  -o-transition: all 0.6s linear;
  transition: all 0.6s linear;
}
.text-over,
.text-more-over,
.text-more-over4,
.text-more-over3 {
  overflow: hidden;
  text-overflow: ellipsis;
}
.text-over {
  white-space: nowrap;
}
.text-more-over {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.text-more-over3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.text-more-over4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.top-item,
.bottom-item,
.middle-item {
  display: inline-block;
}
.middle-item {
  vertical-align: middle;
}
.top-item {
  vertical-align: top;
}
.bottom-item {
  vertical-align: bottom;
}
.not-float,
.clear-middle {
  width: auto;
}
.contain-img,
.cover-img,
.containImg,
.coverImg {
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: scroll;
}
.contain-img,
.containImg {
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
}
.cover-img,
.coverImg {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.full {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.full.left {
  right: auto;
}
.full.right {
  left: auto;
}
.full.top {
  bottom: auto;
}
.full.bottom {
  top: auto;
}
.tab-content .item,
.none {
  display: none;
}
a,
.clear-middle,
.clear:after,
.tab-content .item.active,
.square:after,
.pos-cont:after,
.top50,
.block-cont:after,
.block {
  display: block;
}
.fade {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}
a,
.fade,
.touch .default {
  transition: all 0.4s ease;
}
.fade-active,
.touch.on .fade,
.touch.swiper-slide-active .fade,
.touch:hover .fade {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}
.fade-enter-to,
.fade-leave,
.fade-on {
  visibility: visible;
  opacity: 1;
  pointer-events: unset;
}
.cc {
  -webkit-border-radius: 960px;
  -moz-border-radius: 960px;
  border-radius: 960px;
}
.square:after {
  padding-top: 100%;
}
.pull-back {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.pos-center,
.top50 {
  top: 50%;
}
.top50,
.pos-center {
  position: absolute;
}
@media (max-width: 1080px) {
  .hide-mob {
    display: none;
  }
}
@media (min-width: 1080px) {
  .hide-pc {
    display: none;
  }
}
.fade-masking {
  background-image: -webkit-linear-gradient(bottom, #000, transparent);
  background-image: -moz-linear-gradient(bottom, #000, transparent);
  background-image: -ms-linear-gradient(bottom, #000, transparent);
  background-image: -o-linear-gradient(bottom, #000, transparent);
  background-image: linear-gradient(bottom, #000, transparent);
}
@keyframes appear-show {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes appear-hide {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(2);
  }
}
@keyframes sport-right {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(100%);
  }
}
@keyframes sport-reset {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes sport-default {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
.interaction.active > .default,
.interaction.swiper-slide-active > .default,
.interaction:hover > .default {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: all 0.4s ease;
}
.interaction.active > .fade,
.interaction.swiper-slide-active > .fade,
.interaction:hover > .fade {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}
#fade-panel {
  display: none;
  position: fixed;
  z-index: 2100;
}
#fade-panel .close {
  position: absolute;
  left: 50%;
  top: 100%;
  margin: 16px 0 0 -16px;
  width: 32px;
  height: 32px;
  opacity: 0.4;
  cursor: pointer;
}
#fade-panel .close:hover {
  opacity: 1;
}
#fade-panel .close:after,
#fade-panel .close:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  right: 0;
  height: 1px;
  margin-top: -0.5px;
  background-color: #fff;
}
#fade-panel .close:before {
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}
#fade-panel .close:after {
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}
#panel-bg {
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1;
}
#panel-content {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 852px;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
#panel-content.video {
  height: 80%;
}
#panel-content.video > .video {
  display: block;
}
#panel-content.iframe > .iframe {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border: 0 none;
  display: block;
}
#panel-content.iframe:after {
  width: 100%;
  padding-top: 64%;
}
#panel-content.img {
  height: 80%;
}
#panel-content.img > .img {
  display: block;
}
#panel-content > .video-box {
  max-width: 100%;
  max-height: 100%;
  display: none;
}
.box-3d {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
.spacing,
.spacing-top {
  padding-top: 1rem;
}
@media (max-width: 1000px) {
  .spacing,
  .spacing-top {
    padding-top: 50px;
  }
}
.spacing,
.spacing-bottom {
  padding-bottom: 1rem;
}
@media (max-width: 1000px) {
  .spacing,
  .spacing-bottom {
    padding-bottom: 50px;
  }
}
.body-container {
  padding-left: 1.2rem;
  padding-right: 1.2rem;
}
.hoz-container {
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
}
@media (max-width: 768px) {
  .hoz-container {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.row-container {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}
@media (max-width: 768px) {
  .row-container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.edit-content {
  line-height: 1.8;
}
.edit-content img {
  height: auto !important;
}
.load-more-state {
  text-align: center;
  opacity: 0.7;
  padding-top: 30px;
  margin-top: 0.2rem;
}
.load-more-state > .state.loading,
.load-more-state > .state.end {
  display: none;
}
.load-more-state > .state > .iconfont {
  font-size: 150%;
  opacity: 0.5;
  display: inline-block;
}
.load-more-state > .state.loading > .iconfont {
  animation: xuanzhuan 2s ease-out infinite;
}
@keyframes xuanzhuan {
  0% {
    transform: rotateZ(0);
  }
  100% {
    transform: rotateZ(360deg);
  }
}
.load-more-state.loading > .state.default,
.load-more-state.loading > .state.end {
  display: none;
}
.load-more-state.loading > .state.loading {
  display: block;
}
.load-more-state.end > .state.default,
.load-more-state.end > .state.loading {
  display: none;
}
.load-more-state.end > .state.end {
  display: block;
}
.load-more-state.active {
  background-color: #0a89ea;
  color: #fff;
}
.adpat-text {
  font-size: 20px;
}
@media (max-width: 1500px) {
  .adpat-text {
    font-size: 18px;
  }
}
@media (max-width: 1200px) {
  .adpat-text {
    font-size: 16px;
  }
}
.text-node {
  font-size: 16px;
  line-height: 1.6;
  opacity: 0.7;
}
@media (max-width: 1080px) {
  .text-node {
    line-height: 1.4;
    font-size: 14px;
  }
}
.object-cover {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.oppress {
  overflow: hidden;
}
.oppress img,
.oppress .cover-img,
.oppress .contain-img,
.oppress .img {
  transition: all 2s linear;
}
.oppress:hover img,
.oppress:hover .cover-img,
.oppress:hover .contain-img,
.oppress:hover .img {
  transform: scale(1.1);
}
.f10 {
  font-size: 10px;
}
.f12 {
  font-size: 12px;
}
.f14 {
  font-size: 14px;
}
.f18 {
  font-size: 18px;
}
.f20 {
  font-size: 20px;
}
.f22 {
  font-size: 22px;
}
.f24 {
  font-size: 24px;
}
.f26 {
  font-size: 26px;
}
.f28 {
  font-size: 28px;
}
.f30 {
  font-size: 30px;
}
.f32 {
  font-size: 32px;
}
.f36 {
  font-size: 36px;
}
.f40 {
  font-size: 40px;
}
.f45 {
  font-size: 45px;
}
.bold {
  font-weight: bold;
}
.pa,
.pt {
  padding-top: 0.8rem;
}
@media (max-width: 1080px) {
  .pa,
  .pt {
    padding-top: 32px;
  }
}
.pt,
.pb {
  padding-bottom: 0.8rem;
}
@media (max-width: 1080px) {
  .pt,
  .pb {
    padding-bottom: 32px;
  }
}
[class^="flex"],
[class*=" flex"] {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.flex-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.flex-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.flex-balance,
.flex-between {
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.flex-gather,
.flex-center {
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.flex-balance,
.flex-gather,
.flex-middle {
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.flex-wrap {
  -webkit-box-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex-around {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}
.flex-column {
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.colfff {
  color: #fff;
}
.maincolor {
  color: #0a89ea;
}
.maincolor2 {
  color: #3683b8;
}
.op5 {
  opacity: 0.5;
}
.op7 {
  opacity: 0.7;
}
.op8 {
  opacity: 0.8;
}
.op9 {
  opacity: 0.9;
}
.lh15 {
  line-height: 1.5;
}
/* SELECT - Normal State */
.select-box select {
  width: 100%;
  height: 100%;
  padding: 0;
  cursor: pointer;
  border: 0;
  outline: 0;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: transparent;
  padding: 0 44px;
}
@media (max-width: 1000px) {
  .select-box select {
    padding: 0 20px;
  }
}
/* SELECT - Hover */
.select-box select:hover,
.select-box select:focus {
  color: #000;
  background: rgba(0, 0, 0, 0.05);
}
/* SELECT - Arrow */
.select-box:before {
  content: "";
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  right: 44px;
  width: 12px;
  height: 8px;
  pointer-events: none;
  z-index: 1;
  background-image: url("../images/arrow-icon.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
@media (max-width: 1000px) {
  .select-box:before {
    right: 20px;
  }
}
/* SELECT - Disabled */
.select-box select:disabled {
  pointer-events: none;
  opacity: 0.5;
}
.more {
  cursor: pointer;
  box-sizing: border-box;
  transition: all 0.4s ease;
}
.more .char {
  margin-right: 10px;
}
.more .icon-box {
  width: 43px;
  height: 43px;
  border-radius: 50%;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.5);
  border-style: solid;
  transform: rotate(-45deg);
  transition: transform 0.4s ease;
}
@media (max-width: 800px) {
  .more .icon-box {
    width: 25px;
    height: 25px;
  }
}
.more:hover {
  color: #0a89ea;
}
.more:hover .op5 {
  opacity: 1;
}
.more:hover .icon-box {
  transform: none;
  border-color: #0a89ea;
}
.more.spe-more {
  border-color: rgba(0, 0, 0, 0.5);
}
.more.spe-more:hover {
  opacity: 1;
  border-color: #0a89ea;
}
.more.active-more {
  border-bottom: 1px solid #0a89ea;
}
.more.active-more span {
  color: #0a89ea;
}
.more.active-more .icon-box {
  color: #fff;
  background-color: #0a89ea;
  margin-left: 0.5em;
}
.more.active-more:hover .icon-box {
  transform: rotate(-45deg);
  margin-left: 1em;
}
.more.gray-more {
  border-color: rgba(0, 0, 0, 0.6);
  color: rgba(0, 0, 0, 0.6);
}
.more.gray-more:hover {
  color: #fff;
  background-color: #0a89ea;
  border-color: #0a89ea;
  opacity: 1;
}
.more.white-more .icon-box {
  border-color: #ffffff;
}
.more.white-more:hover {
  color: #fff;
}
.more.white-more:hover .icon-box {
  border-color: #0a89ea;
  background-color: #0a89ea;
}
@media (max-width: 1080px) {
  .more .icon {
    font-size: 18px;
  }
}
@media (max-width: 800px) {
  .more .icon {
    font-size: 16px;
  }
}
.go {
  opacity: 0.9;
}
.go .char {
  position: relative;
  margin-right: 0.5em;
}
.go .icon-box {
  width: 43px;
  height: 43px;
  border-radius: 50%;
  border-width: 1px;
  border-color: #fff;
  border-style: solid;
  transform: rotate(-45deg);
}
.go:hover {
  opacity: 1;
}
.go:hover .icon-box {
  color: #fff;
  background-image: -moz-linear-gradient(177deg, #7a90ba 0%, #133984 100%);
  background-image: -webkit-linear-gradient(177deg, #7a90ba 0%, #133984 100%);
  background-image: -ms-linear-gradient(177deg, #7a90ba 0%, #133984 100%);
  border-color: transparent;
}
.go.spe-go .icon-box {
  transform: rotate(45deg);
  margin-left: 0;
}
.go.spe-go:hover .icon-box {
  transform: rotate(0);
  margin-left: 0.3em;
}
.go.spe-go2 {
  color: #000;
  border: 1px solid rgba(0, 0, 0, 0.5);
}
.same-title .h2 {
  font-size: 40px;
}
@media (max-width: 1480px) {
  .same-title .h2 {
    font-size: 30px;
  }
}
@media (max-width: 800px) {
  .same-title .h2 {
    font-size: 26px;
  }
}
.same-title .arial {
  margin-top: 8px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.same-title.page-title .title {
  display: inline-block;
  font-style: italic;
  position: relative;
}
.same-title.page-title .title span {
  position: relative;
  z-index: 9;
}
.same-title.page-title .title::before,
.same-title.page-title .title::after {
  content: '';
  height: 38px;
  position: absolute;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.same-title.page-title .title::before {
  top: 0;
  left: -10px;
  width: 100%;
  background-image: url('../images/title-bg1.png');
}
.same-title.page-title .title::after {
  width: 98px;
  right: -35px;
  bottom: -10px;
  background-image: url('../images/title-bg2.png');
}
.same-title.page-title .spe-title {
  font-style: normal;
}
.same-title.page-title .enb {
  opacity: 0.5;
  margin-top: 18px;
}
.same-title.page-title.center {
  display: inline-block;
}
.same-title.page-title.center .enb {
  text-align: left;
}
.same-circle i {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #000;
  animation: glimmer 3s linear infinite;
}
@keyframes glimmer {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.same-circle i:nth-of-type(2) {
  background-color: rgba(0, 0, 0, 0.5);
  margin: 0 8px;
  animation-delay: 0.2s;
}
.same-circle i:nth-of-type(3) {
  background-color: rgba(0, 0, 0, 0.3);
  animation-delay: 0.4s;
}
.same-circle.color-circle i {
  background-color: #0a89ea;
}
.same-circle.color-circle i:nth-of-type(2) {
  background-color: rgba(10, 137, 234, 0.5);
}
.same-circle.color-circle i:nth-of-type(3) {
  background-color: rgba(10, 137, 234, 0.3);
}
.same-circle.color-circle2 i {
  background-color: #3683b8;
}
.same-circle.color-circle2 i:nth-of-type(2) {
  background-color: rgba(54, 131, 184, 0.5);
}
.same-circle.color-circle2 i:nth-of-type(3) {
  background-color: rgba(54, 131, 184, 0.3);
}
.datum .item {
  position: relative;
  cursor: pointer;
  transition: all 0.4s ease-out;
  color: rgba(0, 0, 0, 0.7);
}
.datum .item:hover .num .data-rolling {
  transition: color 0.4s ease-out !important;
}
.datum .num {
  line-height: 1;
  height: 1em;
  overflow: hidden;
  position: relative;
  font-size: 30px;
  text-align: center;
  color: #0a89ea;
  font-style: italic;
  margin-top: -6px;
  padding-right: 10px;
}
.datum .num::before {
  content: attr(data-unit);
  font-size: 50px;
  font-weight: bold;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  letter-spacing: 4px;
}
.datum .num::after {
  content: attr(data-content);
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  font-size: 50px;
  font-weight: bold;
}
.datum.gray .item .enb {
  color: #747474;
}
.datum.gray .item .text {
  color: #747474;
}
.datum.gray .item:hover .enb {
  color: #0a89ea;
}
.datum.gray .item:hover .enb .data-rolling {
  transition: color 0.4s ease-out !important;
}
.datum.spe-datum .item {
  margin-bottom: 50px;
}
.datum.spe-datum .item:first-child .enb {
  width: fit-content;
}
.datum.spe-datum .item .icon {
  font-size: 36px;
  opacity: 0.5;
}
.datum.spe-datum .item .enb::before {
  left: auto;
  right: 0;
}
.datum.spe-datum .item .info {
  margin-left: 35px;
}
.datum.spe-datum .item .info .text {
  opacity: 0.7;
}
.datum.spe-datum .item:hover .icon {
  opacity: 1;
  color: #0a89ea;
}
.datum.spe-datum .item:hover .info .text {
  opacity: 1;
}
@media (min-width: 801px) {
  .datum .enb {
    width: fit-content;
  }
}
@media (max-width: 800px) {
  .datum .item {
    color: rgba(0, 0, 0);
  }
  .datum .item:hover .num .data-rolling {
    transition: color 0.4s ease-out !important;
  }
  .datum .num {
    font-size: 24px;
    padding-right: 6px;
  }
  .datum .enb {
    font-size: 40px;
  }
  .datum .enb::before {
    font-size: 12px;
  }
  .datum .enb::after {
    font-size: 16px;
  }
  .datum.spe-datum {
    padding-left: 14%;
  }
  .datum.spe-datum .item {
    margin-bottom: 30px;
  }
  .datum.spe-datum .item:nth-of-type(2) .enb::before {
    right: 80px;
  }
  .datum.spe-datum .item:nth-of-type(4) .enb::before {
    right: 50px;
  }
  .datum.spe-datum .item .icon {
    font-size: 26px;
  }
  .datum.spe-datum .item .info {
    margin-left: 25px;
  }
}
.mt70 {
  margin-top: -70px;
}
.mt100 {
  margin-top: -100px;
}
.mtop70 {
  margin-top: 70px;
}
@media (max-width: 1480px) {
  .f30 {
    font-size: 26px;
  }
  .f36 {
    font-size: 34px;
  }
}
@media (max-width: 1380px) {
  .f30 {
    font-size: 24px;
  }
  .f36 {
    font-size: 32px;
  }
}
@media (max-width: 1280px) {
  .f24 {
    font-size: 20px;
  }
}
@media (max-width: 1024px) {
  .f14 {
    font-size: 12px;
  }
  .f18 {
    font-size: 16px;
  }
  .f20 {
    font-size: 18px;
  }
  .f22 {
    font-size: 18px;
  }
  .f26,
  .f28 {
    font-size: 20px;
  }
  .f30 {
    font-size: 22px;
  }
  .f32 {
    font-size: 26px;
  }
  .f36 {
    font-size: 25px;
  }
  .f40 {
    font-size: 29px;
  }
  .f45 {
    font-size: 30px;
  }
  .dot .box img {
    width: 160px;
  }
  .lh15 {
    line-height: 1.4;
  }
  .mt70 {
    margin-top: -30px;
  }
  .mt100 {
    margin-top: -60px;
  }
  .mtop70 {
    margin-top: 30px;
  }
}
.pagination-box{
     padding-top: 20px;
  margin-top: 0.3rem;
}
.pagination-box .back{
    margin-right: 20px;
    line-height: 2.5em;
    padding: 0 20px;
    border-radius: 20px;
    border: 1px solid #ddd;
}
.pagination-box .back:hover{
    color: #fff;
  border-color:  #0a89ea;
   background-color: #0a89ea;
}
ul.pagination {
  text-align: center;
 
  padding-left: 0;
  font-size: 0;
  color: #a7a7a7;
  font-family: "adineueBold", sans-serif;
}
ul.pagination li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 calc(1px + 0.1rem);
  border-radius: 100px;
  transition: all 0.2s ease-out;
  position: relative;
  overflow: hidden;
  line-height: 2.5em;
  font-size: 18px;
  border: 1px solid #ddd;
  box-sizing: border-box;
  width: 2.5em;
  height: 2.5em;
}
ul.pagination li a {
  transition: none;
}
ul.pagination li span {
  display: block;
}
ul.pagination li a,
ul.pagination li span {
  font-size: 0.9em;
  position: relative;
  z-index: 2;
}
ul.pagination li:hover,
ul.pagination li.active {
  color: #fff;
  border-color:  #0a89ea;
   background-color: #0a89ea;
}
ul.pagination li:last-child,
ul.pagination li:first-child {
  text-decoration: unset;
  background-color: #fff;
  border: 2px solid #ddd;
  box-sizing: border-box;
  width: 2.5em;
  height: 2.5em;
}
ul.pagination li:last-child > span,
ul.pagination li:first-child > span {
  display: block;
}
ul.pagination li:last-child > a,
ul.pagination li:first-child > a,
ul.pagination li:last-child > span,
ul.pagination li:first-child > span {
  overflow: hidden;
  text-indent: -100px;
  font-size: 0.9em;
  font-family: "icon";
}
ul.pagination li:last-child > a:after,
ul.pagination li:first-child > a:after,
ul.pagination li:last-child > span:after,
ul.pagination li:first-child > span:after {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  text-indent: 0;
}
ul.pagination li:last-child:hover,
ul.pagination li:first-child:hover {
  color: #fff;
   border-color:  #0a89ea;
  background-color: #0a89ea;
}
ul.pagination li:last-child {
  margin-left: 0.24rem;
  margin-right: 0;
}
ul.pagination li:last-child > a:after,
ul.pagination li:last-child > span:after {
  content: "\e666";
}
ul.pagination li:first-child {
  margin-right: 0.24rem;
  margin-left: 0;
}
ul.pagination li:first-child > a:after,
ul.pagination li:first-child > span:after {
  content: "\e608";
}
ul.pagination li.disabled {
  pointer-events: none;
}
@media (max-width: 1680px) {
  ul.pagination li {
    font-size: 18px;
  }
}
@media (max-width: 1440px) {
  ul.pagination li {
    font-size: 16px;
  }
}
@media (max-width: 1280px) {
  ul.pagination li {
    font-size: 14px;
  }
}
@media (max-width: 800px) {
    ul.pagination li:first-child {
    margin-right:8px;
}
    ul.pagination li{
         margin: 0 4px;
    }
    ul.pagination li:last-child {
    margin-left: 8px;
}
    
}
body > .fill {
  overflow: hidden;
  padding-left: 20px;
  padding-right: 20px;
}
img {
  border: 0;
  max-width: 100%;
  vertical-align: middle;
}
.main {
  max-width: 1520px;
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 1580px) {
  .main {
    max-width: 1400px;
  }
}
@media (max-width: 1480px) {
  .main {
    max-width: 1200px;
  }
}
@media (max-width: 1280px) {
  .main {
    max-width: 1000px;
  }
}
@media (max-width: 1080px) {
  .main {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
  }
}
.main.spe-main {
  max-width: 1200px;
}
.logo img {
  height: 50px;
}
.rang-box {
  width: 7em;
}
.rang-box label {
  color: #454545;
}
.rang-box label .char,
.rang-box label input {
  transition: all 0.4s ease-out;
}
.rang-box label .char {
  font-size: 12px;
}
.rang-box label .input {
  width: 2.5em;
  height: 1.5em;
}
.rang-box label .input input {
  text-align: center;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border-bottom: 1px solid #c6c6c6;
  background-color: #f7f7f7;
  transition: all 0.4s ease;
  font-size: 0.875em;
}
.rang-box dd {
  margin: 0.75em 0 0;
  height: 0.75em;
  position: relative;
}
.rang-box dd .handle,
.rang-box dd .capacity,
.rang-box dd .occupy {
  position: absolute;
}
.rang-box dd .capacity,
.rang-box dd .occupy {
  left: 0;
  right: 0;
  top: 50%;
  height: 2px;
  margin-top: -1px;
}
.rang-box dd .occupy,
.rang-box dd .handle {
  background-color: #797979;
  transition: background-color 0.2s ease-out, margin 0.1s ease-out;
}
.rang-box dd .capacity {
  background-color: #cccccc;
  z-index: 1;
}
.rang-box dd .occupy {
  background-color: #797979;
  z-index: 2;
}
.rang-box dd .handle {
  top: 0;
  z-index: 3;
  left: -0.375em;
  width: 0.75em;
  height: 0.75em;
  border-radius: 0.75em;
  cursor: grab;
}
.rang-box dd .handle:after {
  content: "";
  display: block;
  position: absolute;
  left: -0.5em;
  top: -0.5em;
  right: -0.5em;
  bottom: -0.5em;
}
.rang-box.handle-left .occupy,
.rang-box.handle-right .occupy,
.rang-box.handle-left .handle.left,
.rang-box.handle-right .handle.right {
  background-color: #0a89ea;
}
.rang-box.handle-left label:first-child .char,
.rang-box.handle-right label:last-child .char {
  color: #0a89ea;
}
.rang-box.handle-left label:first-child input,
.rang-box.handle-right label:last-child input {
  border-color: #0a89ea;
}
body.handle-min,
body.handle-max,
body.handle-min .rang-box .handle,
body.handle-max .rang-box .handle {
  cursor: grabbing;
}
body.handle-min .rang-box.active .occupy,
body.handle-min .rang-box.active .handle.left {
  background-color: #0a89ea;
}
body.handle-max .rang-box.active .occupy,
body.handle-max .rang-box.active .handle.right {
  background-color: #0a89ea;
}
.go .icon-box {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1px solid #fff;
  margin-left: 10px;
}
.go.spe-go .icon-box {
  width: 47px;
  height: 47px;
  border: none ;
  transition: all 0.4s ease-out;
  font-size: 24px;
}
.share .item {
  margin-right: 15px;
}
.share .item .cc {
  width: 2.625em;
  height: 2.625em;
  border-radius: 50%;
  transition: all 0.4s ease-out;
  background-color: rgba(115, 115, 115, 0.3);
}
.share .item .cc .icon {
  font-size: 1em;
  opacity: 0.8;
}
.share .item.active .cc,
.share .item:hover .cc {
  background-color: #0a89ea;
  color: #fff;
}
.share .item.active .cc .icon,
.share .item:hover .cc .icon {
  opacity: 1;
}
.swiper-change .btn {
  opacity: 1;
  cursor: pointer;
  color: rgba(255, 255, 255, 0.5);
}
.swiper-change .btn:after {
  font-size: 20px;
}
.swiper-change .btn:hover {
  color: #fff;
}
.swiper-change .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.8);
  margin: 0 10px;
}
.swiper-change .swiper-pagination .swiper-pagination-bullet-active {
  border-color: #fff;
  background-color: #fff;
}
.swiper-change .swiper-pagination.num-pagination {
  max-width: 59%;
  bottom: auto;
  left: auto;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  color: rgba(0, 0, 0, 0.5);
  font-size: 14px;
}
.swiper-change .swiper-pagination.num-pagination .swiper-pagination-total {
  font-size: 14px;
  font-family: "adineueBold", sans-serif;
}
.swiper-change .swiper-pagination.num-pagination .swiper-pagination-current {
  font-size: 26px;
  color: #0a89ea;
  font-family: "adineueBold", sans-serif;
  display: inline-block;
  position: absolute;
  top: -2px;
  left: 25%;
}
.swiper-change.spe-change .btn {
  width: 44px;
  height: 42px;
  background-image: url('../images/btn1.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transition: all 0.3s ease;
}
.swiper-change.spe-change .btn:after {
  display: none;
}
.swiper-change.spe-change .btn.swiper-button-next {
  transform: rotate(180deg);
}
.swiper-change.spe-change .btn:hover {
  background-image: url('../images/btn2.png');
}
.swiper-change.spe-change .btn:hover.swiper-button-prev {
  transform: rotate(180deg);
}
.swiper-change.spe-change .btn:hover.swiper-button-next {
  transform: rotate(0);
}
.swiper-change.spe-change.gray .btn {
  color: #000;
  border-color: rgba(0, 0, 0, 0.7);
  opacity: 0.3;
}
.swiper-change.spe-change.gray .btn:hover {
  opacity: 1;
  color: #fff;
  background-color: #0a89ea;
  border-color: #0a89ea;
}
.swiper-change.spe-change .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  width: 5px ;
  height: 5px;
  background-color: rgba(0, 0, 0, 0.2);
  border: none;
  margin: 0 10px;
}
.swiper-change.spe-change .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #0a89ea;
}
.swiper-change.spe-change2 .btn {
  color: #0a89ea;
}
.swiper-change.spe-change2 .btn:after {
  display: none;
}
.swiper-change.spe-change2 .btn:hover {
  color: #0a89ea;
}
.swiper-change.spe-change2 .box {
  position: absolute;
  width: 100px;
  height: 100%;
  top: 20px;
  left: 20%;
}
.swiper-change.spe-change2 .box .middle-icon {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #0a89ea;
  position: relative;
}
.swiper-change.spe-change2 .box .middle-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #fff;
}
.swiper-change.spe-change3 .btn {
  width: 53px;
  height: 53px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.2);
  transition: all 0.3s ease;
  color: #fff;
}
.swiper-change.spe-change3 .btn:after {
  display: none;
}
.swiper-change.spe-change3 .btn.gary {
  background-color: rgba(0, 0, 0, 0.2);
}
.swiper-change.spe-change3 .btn.gary:hover {
  background-color: #0a89ea;
}
.swiper-change.spe-change3 .btn:hover {
  background-color: #0a89ea;
}
.swiper-change.spe-change4 .btn {
  width: 53px;
  height: 53px;
  border-radius: 50%;
  color: #fff;
  border: 1px solid #ffffff;
  transition: all 0.3s ease;
}
.swiper-change.spe-change4 .btn:after {
  display: none;
}
.swiper-change.spe-change4 .btn:hover {
  color: #4c4c4c;
  background-color: rgba(255, 255, 255, 0.8);
}
.swiper-change.spe-change4.gary .btn {
  color: #4c4c4c;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.swiper-change.spe-change4.gary .btn:hover {
  border: 1px solid transparent;
  color: #fff;
  background-color: #0a89ea;
}
.swiper-timing {
  height: auto!important;
}
.swiper-timing > .real {
  width: 2em;
  height: 2em;
  line-height: 2em;
  cursor: pointer;
  opacity: 1;
  background-color: transparent!important;
  margin: 0 6px;
}
.swiper-timing > .real > svg {
  display: block;
  width: 100%;
}
.swiper-timing > .real > svg > .cls-1 {
  fill: none;
  stroke: #fff;
  stroke-width: 1px;
  stroke-dasharray: 0, 125.6;
}
.swiper-timing > .real > svg > .cls-2 {
  fill: #fff;
}
.swiper-timing > .real.swiper-pagination-bullet-active > svg > .cls-1 {
  animation: banner-animation 9s linear infinite;
}
@keyframes banner-animation {
  0% {
    stroke-dasharray: 0, 125.6;
  }
  100% {
    stroke-dasharray: 125.6, 0;
  }
}
.swiper-timing.web > .real {
  margin: 0 10px;
}
.swiper-timing.web > .real > svg > .cls-1 {
  stroke: #0a89ea;
}
.swiper-timing.web > .real > svg > .cls-2 {
  fill: #0a89ea;
}
.swiper-timing.web > .real:not(.swiper-pagination-bullet-active) > svg > .cls-2 {
  fill: #0a89ea;
}
.header-top {
  height: 100px;
}
.header-topleft {
  width: 60%;
}
.header-toplogo {
  height: 50px;
}
.header-toplogo img{
    height: 100%;
}
.header-top-user {
  width: 150px;
  padding-left: 40px;
}
.top-user-login {
  width: 102px;
  height: 35px;
  background: #eeeeee;
  border-radius: 20px;
}
.top-user-login img {
  margin-right: 5px;
}
@media (max-width: 800px) {
  .top-user-login {
    width: 70px;
    height: 30px;
  }
  .top-user-login img {
    width: 13px;
  }
}
.header-topright {
  display: flex;
}
.header-topright:after {
  clear: both;
}
.top-icon-tel {
  background-image: url("../images/tel.png");
  width: 44px;
  height: 44px;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.same-tel .top-icon-tel {
  background-image: url("../images/footer-tel.png");
}
.top-tel-string {
  width: 125px;
  overflow: hidden;
  padding-left: 10px;
}
.top-tel-zixun {
  font-size: 12px;
}
.top-tel-num {
  font-size: 16px;
  margin-top: 5px;
  letter-spacing: 2px;
}
.banner-swiper {
  /*height: 500px;*/
  overflow: hidden;
}
.top-nav-sect {
  background: #0a89ea;
  color: #ffffff;
}
.top-nav-cont {
  height: 70px;
}
.nav-ul {
  padding: 0px;
  margin-top: 0px;
  display: flex;
}
.nav-item {
  min-width: 180px;
  text-align: center;
}
.nav-item > a {
  padding-left: 30px;
  padding-right: 30px;
  line-height: 70px;
  font-weight: bold;
  box-sizing: border-box;
}
.nav-item > a:hover {
  background: #0075cb;
}
.nav-active {
  background: #0075cb;
}
.index_search_cont {
  background: url("../images/search-bg-01.png") 0 0 no-repeat;
  padding: 35px 100px;
  box-shadow: 0px 0px 12px #f1f2f9;
}
.search-input {
  height: 70px;
  line-height: 70px;
  flex: 1;
  border: 0px;
  background-color: #fff;
  padding: 0 35px;
  box-sizing: border-box;
}
.search-input::placeholder {
  color: rgba(0, 0, 0, 0.702);
}
.search-btn {
  width: 200px;
  height: 70px;
  background: #0a89ea;
  color: #ffffff;
  margin-left: 18px;
}
.search-text {
  margin-left: 10px;
}
.index_search_kw {
  padding-top: 20px;
}

.index_search_kw > .keywords-item {
  color: #0a89ea;
  padding: 10px;
}
.index_news_title {
  background: url("../images/news_banner_title.png") 0 0 no-repeat;
  padding-top: 100px;
  text-align: center;
}
.same-top-title,
.news_banner_name {
  display: inline-block;
  background: url("../images/juxing.png") 0 0 no-repeat;
  padding-left: 10px;
  text-align: center;
  font-size: 45px;
}
.same-top-title.colfff,
.news_banner_name.colfff {
  background: url("../images/juxing2.png") 0 0 no-repeat;
}
.same-top-title.colfff .news_name_last,
.news_banner_name.colfff .news_name_last {
  color: #fff;
}
.news_name_last {
  color: #0a89ea;
}
.news_banner_des {
  text-align: center;
  padding-top: 20px;
}
.ind-news-cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 50px;
}
.ind_news_left {
  width: 49%;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.ind_news_right {
  width: 49%;
}
.news_hots_title {
  background: url("../images/xw-bg.jpg") 100% 100% no-repeat;
  width: 100%;
  background-size: cover;
  height: 260px;
  line-height: 260px;
  text-align: center;
  color: #fff;
  position: relative;
}
.news_hots_title span{
    position: relative;
    z-index: 9;
}
.news_hots_title::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.5);
}
.ind_news_right .news_hots_title {
  background: url("../images/zs-bg.jpg") 100% 100% no-repeat;
  background-size: cover;
}
.news_hots_list {
  padding: 30px;
  box-sizing: border-box;
}
.ind-news-ul > li {
  padding-bottom: 26px;
  margin-bottom: 26px;
  border-bottom: 1px solid #e8e8e8;
}
.ind-news-ul > li:last-child {
  border-bottom: none;
  padding-bottom: 0px;
  margin-bottom: 0;
}
.news-li-links {
  width: 100%;
  display: flex;
}
.news-li-covers {
  width: 34%;
  overflow: hidden;
}
.news-li-covers > img {
  height: 90px;
}
.news-li-des {
  width: 65%;
  padding-left: 10px;
}
.news-li-des > .news-li-title {
  line-height: 1.5;
  margin-top: -5px;
}
.news-li-showtime {
  margin-top: 20px;
}
.news_hot_more {
  margin-top: 25px;
}
.news_hot_more:hover {
  color: #0a89ea;
}
.zhishi-list-ul > li {
  padding-bottom: 32px;
  margin-bottom: 30px;
  border-bottom: 1px solid #e8e8e8;
}
.zhishi-li-covers {
  width: 219px;
  height: 143px;
  overflow: hidden;
}
.zhishi-li-covers > img {
  height: 143px;
}
.zhishi-li-details {
  width: 75%;
  padding-left: 18px;
}
.zhishi-li-items {
  position: relative;
}
.zhishi-li-items::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: #0a89ea;
  transition: all 0.4s linear;
}
.zhishi-li-items:hover .news-li-title,
.zhishi-li-items:hover .zhishi-item-title,
.zhishi-li-items:hover .zhishi-li-desctitle {
  color: #0a89ea;
  opacity: 1;
}
.zhishi-li-items:hover::after {
  width: 100%;
}
.zhishi-per-desc {
  padding-top: 15px;
  margin-bottom: 38px;
}
.zhishi-item-title {
  width: 78%;
}
.zhishi-item-time {
  width: 20%;
  text-align: right;
}
#navbar {
  height: 100%;
  position: relative;
}
#navbar .interaction {
  height: 100%;
}
#navbar .interaction a {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  background-image: none;
  background-position: center 70%;
  background-size: contain;
  background-repeat: no-repeat;
  transition: all 0.4s linear;
  opacity: 0.7;
  margin-left: 58px;
}
#navbar .interaction a::before,
#navbar .interaction a::after {
  content: '';
  position: absolute;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #135d9d;
  transition: all 0.4s linear;
}
#navbar .interaction a::before {
  top: 0;
}
#navbar .interaction a::after {
  bottom: 0;
}
#navbar .interaction:hover a,
#navbar .interaction.active a {
  color: #0a89ea;
  font-weight: bold;
  opacity: 1;
}
#navbar .interaction:hover a::before,
#navbar .interaction.active a::before,
#navbar .interaction:hover a::after,
#navbar .interaction.active a::after {
  width: 70px;
}
.more {
  width: 180px;
  height: 60px;
  color: rgba(0, 0, 0, 0.7);
  border: 1px solid rgba(0, 0, 0, 0.4);
  border-radius: 30px;
}
.more .icon-box {
  width: 26px;
  height: 26px;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.7);
  border-style: solid;
  border-radius: 50%;
  position: relative;
  margin-left: 8px;
}
.more .icon-box::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.7);
}
.more span {
  margin-right: 0.05em;
}
.more:hover {
  border: 1px solid transparent;
  color: #fff;
  background-color: #0a89ea;
}
.more:hover .icon-box {
  border-color: #fff;
}
.more:hover .icon-box::after {
  background-color: #fff;
}
.more.spe-more {
  width: auto;
  height: auto;
  border: none;
}
.more.spe-more .box {
  border-radius: 50%;
  width: 55px;
  height: 55px;
  background-image: -moz-linear-gradient(3deg, #1f7ec1 0%, #215175 100%);
  background-image: -webkit-linear-gradient(3deg, #1f7ec1 0%, #215175 100%);
  background-image: -ms-linear-gradient(3deg, #1f7ec1 0%, #215175 100%);
  margin-right: 10px;
  transform: rotate(-45deg);
}
@media (max-width: 800px) {
  .more.spe-more .box {
    width: 40px;
    height: 40px;
    margin-right: 5px;
  }
}
.more.spe-more span {
  margin-right: 0;
}
.more.active-more {
  background-color: #0a89ea;
}
.more.active-more:hover {
  background-color: #fff;
  color: #0a89ea;
}
.more.gray-more {
  border-color: rgba(0, 0, 0, 0.6);
  color: rgba(0, 0, 0, 0.6);
}
.more.gray-more:hover {
  color: #fff;
  background-color: #0a89ea;
  border-color: #0a89ea;
  opacity: 1;
}
.more.white-more {
  color: #000;
  background-color: #fff;
  width: 132px;
  height: 46px;
}
.more.white-more > span {
  margin-right: 0.4em;
  font-size: 14px;
}
.more.white-more .icon {
  font-size: 18px;
}
.more.white-more:hover {
  background-color: #0a89ea;
  color: #fff;
}
@media (max-width: 1080px) {
  .more {
    width: 120px;
    height: 40px;
    margin: 0 auto;
  }
  .more .icon-box {
    width: 20px;
    height: 20px;
    margin-left: 0;
  }
  .more .icon-box::after {
    width: 5px;
    height: 5px;
  }
}
@media (max-width: 768px) {
  .more > span {
    margin-right: 0.2em;
  }
  .more .icon {
    font-size: 16px;
  }
}
.share .cc {
  width: 2.2em;
  height: 2.2em;
  color: #fff;
  border: 1px solid #fff;
  position: relative;
  opacity: 0.7;
}
.share .cc + .cc {
  margin-left: 0.5em;
}
.share .cc:hover {
  opacity: 1;
  background: transparent;
}
.share .cc::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
  font-size: 18px;
}
.copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 26px 0;
}
.copyright a {
  opacity: 0.6;
}
.copyright a:hover {
  opacity: 1;
}
.copyright .right a:last-child {
  margin-left: 50px;
}
#footer {
  z-index: 4;
  position: relative;
  background-color: #1d2323;
}
#footer .main {
  z-index: 9;
  position: relative;
}
#footer .main .top {
  padding-bottom: 45px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
#footer .tel-box {
  border-radius: 25px;
  background-color: #0a89ea;
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.07);
  width: 230px;
  height: 50px;
  margin-top: 40px;
}
#footer .tel-box span {
  margin-left: 10px;
}
#footer .middle {
  margin: 0.6rem 0;
}
#footer .wechat li {
  text-align: center;
  margin-left: 40px;
}
#footer .wechat li img {
  width: 127px;
  height: 127px;
  margin-bottom: 14px;
  border-radius: 10px;
}
@media (max-width: 768px) {
  #footer {
    padding-top: 20px;
  }
  #footer .main .top {
    padding-bottom: 0;
    border-bottom: none;
  }
  #footer .main .top .left {
    display: none;
  }
  #footer .middle {
    margin: 0;
    flex-wrap: wrap;
  }
  #footer .middle .left-info {
    display: none ;
  }
  #footer .wechat li {
    margin-left: 0;
    margin-right: 12px;
  }
  #footer .wechat li img {
    width: 80px;
    height: 80px;
    margin-bottom: 6px;
    border-radius: 5px;
  }
  #footer #toTop {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 40px;
    right: 20px;
  }
  #footer #toTop .icon {
    font-size: 16px;
  }
  #footer .tel-box {
    border-radius: 25px;
    background-color: #0a89ea;
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.07);
    width: 130px;
    height: 40px;
    margin-top: 22px;
  }
  #footer .tel-box img {
    width: 15px;
  }
  #footer .tel-box span {
    margin-left: 5px;
  }
  #footer .copyright {
    border-top: none;
    padding: 30px 0 22px;
    font-size: 12px;
  }
  #footer .copyright a {
    width: 100%;
  }
  #footer .copyright .main {
    flex-wrap: wrap;
  }
  #footer .copyright .right {
    width: 100%;
    margin-top: 8px;
  }
  #footer .copyright .right a:last-child {
    margin-left: 30px;
  }
}
#header {
  position: relative;
  z-index: 206;
}
#header.select {
  transform: translateY(0);
  background-color: transparent;
}
#header.select #navbar {
  display: none;
}
#header .nav-btn {
  position: relative;
  z-index: 206;
  cursor: pointer;
  padding-right: 20px;
  box-sizing: border-box;
}
#header .nav-btn .middle-item {
  width: 30px;
  height: 18px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#header .nav-btn .middle-item > .full {
  background-color: #0a89ea;
  width: 100%;
  height: 2px;
  transition: all 0.4s ease;
}
#header .nav-btn .middle-item > .full.middle {
  width: 50%;
  top: 50%;
  bottom: auto;
  margin-top: -1px;
  right: 0;
  left: auto;
}
#header .nav-btn .middle-item > .full.top {
  right: 0;
  left: auto;
}
#header .nav-btn.active .full.top {
  top: 50%;
  margin-top: -1px;
  transform: rotateZ(45deg);
}
#header .nav-btn.active .full.middle {
  opacity: 0;
  width: 100%;
}
#header .nav-btn.active .full.bottom {
  bottom: 50%;
  margin-bottom: -1px;
  transform: rotateZ(-45deg);
}
#nav_fixed {
  display: none;
  z-index: 204;
  position: fixed;
}
#nav_fixed .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
@keyframes appear-show {
  0% {
    opacity: 0;
    transform: scale(0.6);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes appear-hide {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(0.6);
  }
}
@media (max-width: 1200px) {
  #nav_fixed {
    padding-top: 120px;
    padding-bottom: 1rem;
  }
}
@media (max-width: 768px) {
  #nav_fixed {
    padding-top: 0;
  }
  #nav_fixed > .list {
    position: absolute;
    left: 100%;
    top: 0;
    height: 100vh;
    padding: 22vh 30px;
    overflow-y: auto;
    box-sizing: border-box;
    display: block;
    line-height: 60px;
  }
  #nav_fixed > .list .top {
    width: fit-content;
    padding: 0;
    line-height: inherit;
    height: auto;
  }
  #nav_fixed > .list .touch {
    margin: 0;
    position: relative;
  }
  #nav_fixed > .list .touch:after {
    content: "\e665";
    position: absolute;
    right: 0;
    top: 30px;
    line-height: 1;
    width: 1em;
    text-align: center;
    margin-top: -0.5em;
    transition: all 0.4s ease;
    font-family: "icon", sans-serif;
  }
  #nav_fixed > .list .touch.on:after {
    transform: rotateZ(-180deg);
  }
  #nav_fixed > .list .touch .two-nav {
    line-height: 30px;
  }
  #nav_fixed > .list .touch .two-nav .secondary {
    margin-top: 0;
    opacity: 1;
  }
  #nav_fixed > .list .fade {
    visibility: visible;
    opacity: 1;
    pointer-events: unset;
    background-color: rgba(0, 0, 0, 0.1);
    padding: 20px;
    display: none;
    transition: 0s none;
  }
  #nav_fixed .same-connect {
    display: none;
  }
}
@media (max-width: 768px) and (max-height: 800px) {
  #nav_fixed > .list .fade {
    padding: 10px;
  }
}
@media (max-height: 580px) {
  #nav_fixed {
    padding-top: 60px;
  }
}
#nav_fixed.active {
  transform-origin: center center !important;
  animation-duration: 0.2s;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
  animation-name: appear-show;
}
#nav_fixed > .list {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 0.5rem;
  padding-bottom: 10px;
  position: absolute;
  left: 50%;
  top: 40%;
  transform: translate(-50%, -50%);
  z-index: 9;
}
#nav_fixed > .list .fade {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}
@media (max-width: 1200px) {
  #nav_fixed > .list > .item {
    padding: 0 10px;
    font-size: 14px;
  }
}
#nav_fixed > .list > .item > .top {
  font-size: 125%;
  padding-bottom: 10px;
  margin-bottom: 0.2rem;
}
@media (max-width: 768px) {
  #nav_fixed > .list > .item > .top {
    font-size: 18px;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
#nav_fixed > .list > .item .secondary {
  margin-top: 12px;
  opacity: 0.9;
}
#nav_fixed > .list > .item .three-nav {
  padding: 10px 0;
}
#nav_fixed > .list > .item .three-nav a {
  margin-top: 8px;
  opacity: 0.7;
}
@media (max-width: 768px) {
  #nav_fixed > .list > .item .three-nav {
    padding: 10px;
  }
  #nav_fixed > .list > .item .three-nav a {
    height: 40px;
    line-height: 40px;
  }
}
#nav_fixed > .list > .item a:hover {
  text-decoration: underline;
}
#nav_fixed .same-connect {
  position: absolute;
  left: 50%;
  bottom: 50px;
  transform: translateX(-50%);
  width: 80%;
}
#nav_fixed .same-connect .bottom-connect li {
  margin-bottom: 30px;
}
#nav_fixed .same-connect .bottom-connect li:last-child {
  margin-bottom: 0;
}
#nav_fixed .same-connect .bottom-connect li .icon-box {
  margin-bottom: 10px;
}
#nav_fixed .same-connect .bottom-connect li .icon-box .icon {
  margin-right: 5px;
}
#Introduction {
  background-image: url('../images/news_bg2.png');
  background-position: left top;
  height: 796px;
}

#Introduction .left-box {
  width: 45%;
  box-sizing: border-box;
  position: relative;
  padding: 100px 0;
  padding-left: 10%;
}
#Introduction .left-box .datum {
  margin: 30px 0 90px;
}
#Introduction .left-box .text-node {
   margin-top: 30px ;
  margin-bottom: 235px;
}
#Introduction .left-box .video-box {
  position: absolute;
  bottom: 127px;
  right: 5%;
  width: 284px;
  height: 160px;
}
#Introduction .left-box .video-box .play-box {
  position: absolute;
  bottom: -20px;
  right: -20px;
}

#Introduction .pic {
  width: 50%;
  height: 100%;
}
#Introduction.page-introduction {
  background-image: url('../images/bg.jpg');
  height: auto;
  padding: 20px 0;
}
#Introduction.page-introduction .left-box {
  width: 47%;
  padding: 0;
}
#Introduction.page-introduction .left-box .datum {
  margin: 30px 0 70px;
}
#Introduction.page-introduction .left-box .text-node {
  margin-bottom: 0;
}
#Introduction.page-introduction .pic {
  width: 45%;
  height: 480px;
}
#Introduction .content {
  width: 100%;
  height: 100%;
}
@media (max-width: 1480px) {
  #Introduction .left-box {
    width: 47%;
    padding-left: 8%;
  }
  #Introduction .left-box .video-box {
    right: 2%;
  }
}
@media (max-width: 800px) {
  #Introduction {
    height: auto;
    background-image: url('../images/mbg.png');
    background-position: left 20px;
  }
  #Introduction .more{
    position: relative;
    z-index: 99;
}
  #Introduction .content {
    flex-wrap: wrap;
    position: relative;
  }
  #Introduction .left-box {
    width: 100%;
    padding: 0 20px;
    position: static;
    text-align: center;
  }
  #Introduction .left-box .datum {
    margin: 16px 0 35px;
    justify-content: center;
  }
  #Introduction .left-box .text-node {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 2.5;
  }
  #Introduction .mob-content {
      margin: 30px 0 ;
  }
  #Introduction .mob-content .video-box {
      
    width: 100%;
    height: auto;
    margin: 20px auto 0;
    position:relative;
  }
  #Introduction .mob-content .video-box::before{
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0,0,0,.5);
  }
   #Introduction .mob-content .video-box span{
       position: absolute;
       top: 50%;
       left: 50%;
       transform: translate(-50%,-50%);
   }
  #Introduction .mob-content .video-box img {
      width: 100%;
    border-radius: 5px;
  }
  #Introduction .mob-content .video-box .play-box {
      position: absolute;
    width: 40px;
    bottom: auto;
     top: 50%;
       left: 50%;
       transform: translate(-50%,-50%);
    right:auto;
  }
  #Introduction .mob-content .video-more{
      text-align: center;
      margin-top: 20px;
      /*margin-right: 20px;*/
  }
  #Introduction .pic {
    width: 100%;
    /*height: 150px;*/
    margin-top: -40px;
  }
  #Introduction.page-introduction {
    background-image: url('../images/mbg2.png');
    background-size: contain;
    height: auto;
    padding: 10px 0;
    background-color: #f0f3f6;
  }
  #Introduction.page-introduction .main {
    flex-wrap: wrap;
    position: relative;
  }
  #Introduction.page-introduction .left-box {
    width: 100%;
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }
  #Introduction.page-introduction .left-box .datum {
    margin: 0;
    display: block;
  }
  #Introduction.page-introduction .left-box .datum .item {
    margin-bottom: 10px;
  }
  #Introduction.page-introduction .left-box .text-node {
    width: 100%;
    padding-top: 255px;
    text-align: left;
  }
  #Introduction.page-introduction .pic {
    width: 90%;
    height: 220px;
    position: absolute;
    left: 20px;
    top: 140px;
  }
}
#connect {
  padding: 40px 0;
}
#connect .same-top-title {
  margin-bottom: 20px;
}
#connect .top {
  margin-bottom: 55px;
}
#connect .left {
  width: 500px;
  height: 650px;
  background-color: #f0f3f6;
  padding: 40px 80px;
  box-sizing: border-box;
}
#connect .left .item {
  padding: 40px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
#connect .left .item:last-child {
  border-bottom: none;
}
#connect .left .item .title {
  margin-bottom: 25px;
}
#connect .left .item .bottom-connect li .info .icon-box {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.4);
  margin-right: 10px;
  opacity: 0.7;
  font-size: 18px;
}
#connect .left .item .bottom-connect li .txt {
  flex: 1;
}
#connect .left .item.on .title,
#connect .left .item:hover .title {
  opacity: 1;
  color: #0a89ea;
}
#connect .left .item.on .bottom-connect li .info .icon-box,
#connect .left .item:hover .bottom-connect li .info .icon-box {
  opacity: 1;
  color: #fff;
  border: 1px solid #0a89ea;
  background-color: #0a89ea;
}
#connect .left .item.on .bottom-connect li .txt,
#connect .left .item:hover .bottom-connect li .txt {
  flex: 1;
}
#connect #map2 {
  width: 70%;
  height: 650px;
}
#connect #map2 img{
    height: 100%;
}
@media (max-width: 1080px) {
  #connect {
    padding: 20px 0 ;
    position: relative;
  }
  #connect .content {
    flex-wrap: wrap;
  }
  #connect .same-top-title {
    margin-bottom: 0;
  }
  #connect .top {
    margin-bottom: 0;
    flex-wrap: wrap;
  }
  #connect .top .tel-box {
    width: 100%;
    margin-top: 40px;
  }
  #connect .left {
    display: flex;
    width: 85%;
    height: 70px;
    background-color: #fff;
    padding: 0;
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999;
    border-radius: 5px;
    box-shadow: 0px 8px 21px 0px rgba(131, 156, 191, 0.15);
    display: none;
  }
  #connect .left .item {
    width: 33.33%;
    padding: 10px 10px;
    height: auto;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: none;
    box-sizing: border-box;
  }
  #connect .left .item:last-child {
    border-right: none;
    border-bottom: none;
  }
  #connect .left .item .title {
    margin-bottom: 0;
    font-size: 13px;
  }
  #connect .left .item:first-child {
    border-radius: 10px 10px 0 0;
  }
  #connect .left .item:last-child {
    border-radius: 0 ;
  }
  #connect .left .item .bottom-connect,
  #connect .left .item .icon-box {
    display: none ;
  }
  #connect .left .item .hide-pc {
    margin-top: 5px;
  }
  #connect .left .item.on,
  #connect .left .item:hover {
    width: 100%;
    padding: 35px 20px;
  }
  #connect .left .item.on .bottom-connect,
  #connect .left .item:hover .bottom-connect {
    display: block;
  }
  #connect .left .item.on .bottom-connect li .txt,
  #connect .left .item:hover .bottom-connect li .txt {
    font-size: 14px;
  }
  #connect .left .item.on .hide-pc,
  #connect .left .item:hover .hide-pc {
    display: none ;
  }
  #connect #map2 {
    width: 100%;
    height: auto;
  }
   #connect #map2 img{
       width: 100%;
       height:auto;
   }
}
#toTop {
  cursor: pointer;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  border: 1px solid #fff;
}
#toTop.on {
  transform: none;
  right: 0.3rem;
}
#toTop:hover {
  opacity: 1;
  color: #fff;
  background-color: #0a89ea;
  border: 1px solid #0a89ea;
}
#aside {
  position: fixed;
  z-index: 2000;
  right: 0.75em;
}
#aside .item {
  position: relative;
}
#aside .item + .item {
  margin-top: 0.75em;
}
#aside .item .cc {
  transition: all 0.4s ease-out;
  text-align: center;
}
#aside .item .cc img{
    width: 80px;
}
#aside .item .cc .char {
  margin-top: -10px;
}
#aside .item .fade {
  position: absolute;
  right: 100%;
  padding-right: 0.5em;
  margin-right: -8px;
  top: 15px;
}
#aside .item .content {
  background-color: #0a89ea;
  border-radius: 6px;
  padding: 16px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
#aside .item .content .char {
  color: #fff;
  white-space: nowrap;
  font-size: 1.25em;
  line-height: 1;
  font-weight: bold;
}
#aside .item .content img {
  width: 120px;
  height: 120px;
  object-fit: contain;
  max-width: unset;
}
#aside .item.active .fade,
#aside .item:hover .fade {
  margin-right: 0;
}
@media (max-width: 800px) {
  #aside {
    top: 50%;
    height: auto;
    width: 40px;
    right: 0.35em;
  }
  #aside .item .cc .char {
    display: none;
  }
  #aside .item .cc .icon {
    font-size: 1.3em;
  }
  #aside .item + .item {
    margin-top: 0.4em;
  }
  #aside .item .cc {
    height: 45px;
  }
  #aside .item .cc img{
    width: auto;
}
  #aside .fade {
    display: none;
  }
}
@media (min-width: 801px) {
  #aside {
    bottom: 10%;
  }
  #aside .fill {
    display: none;
  }
}
.page-banner {
  position: relative;
  z-index: 9;
  overflow: hidden;
  /*height: 530px;*/
}
.page-banner .banner-txt {
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
  z-index: 10;
}
@media (max-width: 800px) {
  .page-banner {
    height: 204px;
  }
  .page-banner .banner-txt {
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
  }
  .page-banner .banner-txt img {
    max-width: 60%;
  }
}
.top-news {
  padding: 20px 0;
}
.top-news .news-top-lists {
  margin-top: 65px;
}
.top-news .news-top-lists .item {
  width: 31%;
}
.top-news .news-top-lists .item .oppress {
  width: 100%;
  height: 280px;
  margin-bottom: 30px;
}
.top-news .news-top-lists .item .bottom .zh {
  margin: 15px 0 25px;
}
.top-news .news-top-lists .item .bottom .go {
  margin-top: 50px;
}
@media (max-width: 800px) {
  .top-news .news-top-lists .item {
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    background-color: #fff;
    box-shadow: 0px 8px 21px 0px rgba(131, 156, 191, 0.15);
    border-radius: 5px;
  }
  .top-news .news-top-lists .item .oppress {
    width: 100%;
    height: 180px;
    margin-bottom: 15px;
  }
  .top-news .news-top-lists .item .bottom .zh {
    height: auto;
    margin: 10px 0 15px;
  }
  .top-news .news-top-lists .item .bottom .go {
    display: none;
  }
}
@media (max-width: 800px) {
  .top-news .news-top-lists {
    padding: 30px 0 60px;
    margin-top: 0;
  }
}
#news {
  background-color: #f5f6f7;
  padding-bottom: 95px;
}
#news .news-lists li a {
  width: 100%;
  padding: 15px 0;
  box-sizing: border-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
#news .news-lists li .date {
  width: 10%;
  position: relative;
  padding-bottom: 25px;
}
#news .news-lists li .date::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 15px;
  height: 2px;
  background-color: rgba(0, 0, 0, 0.7);
}
#news .news-lists li .date .top {
  font-size: 48px;
}
#news .news-lists li .right-info {
  width: 86%;
  position: relative;
}
#news .news-lists li .right-info .content {
  width: 86%;
}
#news .news-lists li .right-info .title {
  margin-bottom: 20px;
}
#news .news-lists li .go {
  opacity: 0.5;
}
#news .news-lists li .go .icon-box {
  background-color: transparent;
}
#news .news-lists li:hover {
  background-color: #ffffff;
  box-shadow: 0px 12px 38px 0px rgba(0, 0, 0, 0.09);
}
#news .news-lists li:hover .date::after {
  background-color: #0a89ea;
}
#news .news-lists li:hover .date .top {
  color: #0a89ea;
  opacity: 1;
}
#news .news-lists li:hover .title {
  color: #0a89ea;
}
#news .news-lists li:hover .go {
  opacity: 1;
  color: #0a89ea;
}
@media (max-width: 800px) {
  #news {
    padding: 0 0 50px;
    margin-top: -20px;
  }
  #news .top {
    flex-wrap: wrap;
  }
  #news .top .same-title {
    width: 100%;
    margin-bottom: 20px;
  }
  #news .news-lists li {
    padding: 0 20px;
  }
  #news .news-lists li a {
    padding: 24px 0;
  }
  #news .news-lists li:first-child a {
    padding-top: 0;
  }
  #news .news-lists li .date {
    padding-bottom: 15px;
  }
  #news .news-lists li .date .top {
    font-size: 30px;
  }
  #news .news-lists li .right-info {
    width: 80%;
  }
  #news .news-lists li .right-info .content {
    width: 100%;
  }
  #news .news-lists li .right-info .title {
    margin-bottom: 10px;
  }
  #news .news-lists li .go {
    display: none;
  }
}
.detail-page {
  padding: 20px 0;
  background: #fff!important;
}
.detail-page .top {
  margin-bottom: 65px;
}
.detail-page .top .back .icon {
  margin-right: 0.5em;
}
.detail-page .top .back:hover {
  color: #0a89ea;
}
.detail-page .article .title {
  font-size: 40px;
  max-width: 78%;
  margin: 0 auto 50px;
}
.detail-page .article .tags .item {
  margin-right: 45px;
}
.detail-page .article .tags .item img {
  margin-right: 5px;
}
.detail-page .article .tags .item:last-child {
  margin-right: 0;
}
.detail-page .article .desc {
  margin-top: 58px;
  color: rgba(0, 0, 0, 0.7);
  line-height: 1.8;
}
.detail-page .btn-box a {
  opacity: 0.8;
}
.detail-page .btn-box a.next {
  text-align: right;
}
.detail-page .btn-box a.btn {
  width: 25%;
}
.detail-page .btn-box a.btn .top-icon {
  margin-bottom: 15px;
}
.detail-page .btn-box a .icon-box {
  margin-right: 0.5em;
  width: 40px;
  height: 40px;
  border-width: 1px;
  border-color: #c9c9c9;
  border-style: solid;
  border-radius: 50%;
  background-color: #f8f8f8;
}
.detail-page .btn-box a.back {
  opacity: 1;
  margin-top: -30px;
}
.detail-page .btn-box a.back .icon-box {
  color: #fff;
  border-color: #0a89ea;
  background-color: #0a89ea;
}
.detail-page .btn-box a:hover,
.detail-page .btn-box a.active {
  opacity: 1;
  color: #0a89ea;
}
.detail-page .btn-box a:hover .icon-box,
.detail-page .btn-box a.active .icon-box {
  color: #fff;
  border-color: #0a89ea;
  background-color: #0a89ea;
}
@media (max-width: 800px) {
  .detail-page {
    padding: 0;
  }
  .detail-page .article {
    max-width: 100%;
    margin: 0 auto;
  }
  .detail-page .article .title {
    font-size: 22px;
    max-width: 100%;
    margin: 0 auto 16px;
  }
  .detail-page .article .tags .item {
    margin-right: 30px;
  }
  .detail-page .article .tags .item img {
    height: 14px;
  }
  .detail-page .article .desc {
    margin-top: 38px;
    line-height: 1.5;
  }
  .detail-page .article .desc img{
      width: 100%!important;
  }
  .detail-page .btn-box {
    padding: 15px 0;
    box-sizing: border-box;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .detail-page .btn-box a .text-over {
    display: none;
  }
  .detail-page .btn-box a.btn {
    width: 28%;
  }
  .detail-page .btn-box a.btn .top-icon {
    margin-bottom: 0;
  }
  .detail-page .btn-box a .icon-box {
    width: 30px;
    height: 30px;
  }
  .detail-page .btn-box a.back {
    margin-top: 0;
  }
}
#culture {
  height: 620px;
  position: relative;
  box-sizing: border-box;
  padding: 40px 0;
  background-image: url('../pictures/pic2.jpg');
}
#culture .main {
  position: relative;
  height: auto;
  z-index: 99;
}
#culture .features-swiper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#culture .features-swiper .swiper-slide {
  height: 100%;
  padding-top: 228px;
  box-sizing: border-box;
  position: relative;
}
#culture .features-swiper .swiper-slide::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 60%;
  height: 100%;
  background-image: -moz-linear-gradient(360deg, rgba(0, 0, 0, 0.6) 0%, transparent 100%);
  background-image: -webkit-linear-gradient(360deg, rgba(0, 0, 0, 0.6) 0%, transparent 100%);
  background-image: -ms-linear-gradient(360deg, rgba(0, 0, 0, 0.6) 0%, transparent 100%);
  z-index: 9;
}
#culture .features-swiper .swiper-slide .word {
  font-size: 40px;
  font-weight: bold;
}
#culture .features-swiper .swiper-slide .word .tit {
  margin-top: 30px;
}
#culture .features-swiper .swiper-change {
  width: 170px;
  position: absolute;
  bottom: 60px;
  left: 55%;
}
#culture .top-ul {
  width: 680px;
  height: 152px;
  background-color: #ffffff;
  border-radius: 20px;
  padding: 15px 35px;
  box-sizing: border-box;
  position: absolute;
  top: 18px;
  right: 0;
}
#culture .top-ul .item .icon-box {
  width: 57px;
  height: 57px;
  border-radius: 50%;
  background-color: transparent;
  margin-bottom: 28px;
}
#culture .top-ul .item.on .name {
  opacity: 1;
  color: #0a89ea;
}
#culture .top-ul .item.on .icon-box {
  background-color: #0a89ea;
  color: #000000b3;
}
#culture .top-ul .item.on .icon-box img {
  filter: brightness(200);
}
@media (max-width: 800px) {
  #culture {
    height: 340px;
    padding: 30px 0;
    background-image: url('../pictures/pic5.jpg');
  }
  #culture .top-ul {
    width: 90%;
    height: auto;
    padding: 15px ;
    top: 88px;
    right: auto;
    left: 20px;
  }
   #culture .top-ul .item .name{
       font-size: 12px;
   }
  #culture .top-ul .item .icon-box {
    width: 37px;
    height: 37px;
    margin: 0 auto 5px;
  }
  #culture .top-ul .item .icon-box img {
    height: 20px;
  }
  #culture .features-swiper .swiper-slide .word {
    font-size: 22px;
  }
  #culture .features-swiper .swiper-slide .word img {
    width: 35px;
  }
  #culture .features-swiper .swiper-slide .word .tit {
    margin-top: 18px;
  }
  #culture .features-swiper .swiper-change {
    display: none;
  }
}
#qualification {
  background-image: url('../images/bg2.jpg');
}
#qualification .top {
  position: relative;
}
#qualification .swiper-change {
  position: absolute;
  width: 170px;
  top: 20px;
  right: 0;
}
#qualification .qualificationSwiper {
  margin-top: 70px;
}
#qualification .qualificationSwiper .ul li {
  height: 453px;
  background-color: #ffffff;
  padding: 38px 40px;
  box-sizing: border-box;
}
#qualification .qualificationSwiper .ul li .pic {
  width: 100%;
  height: 314px;
  margin-top: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#qualification .qualificationSwiper .ul li .pic img {
  max-height: 100%;
}
@media (max-width: 800px) {
  #qualification {
    padding-top: 20px;
    background-image: none;
    background-color: #fff;
  }
  #qualification .swiper-change {
    display: none;
  }
  #qualification .qualificationSwiper {
    margin-top: 25px;
    padding-bottom: 60px;
  }
  #qualification .qualificationSwiper .ul li {
    height: 220px;
    background-color: #f9f9f9;
    padding: 15px 10px;
    box-sizing: border-box;
    text-align: center;
  }
  #qualification .qualificationSwiper .ul li .f18 {
    font-size: 14px;
  }
  #qualification .qualificationSwiper .ul li .pic {
    width: 100%;
    height: 150px;
    margin-top: 14px;
  }
  #qualification .qualificationSwiper .ul li .pic img {
    max-height: 100%;
  }
}
#ygfc {
  padding: 20px 0;
}
#ygfc .top-ul {
  margin: 75px 0 60px;
}
#ygfc .top-ul li {
  width: 48%;
  background-color: #f0f3f6;
}
#ygfc .top-ul li .oppress {
  height: 358px;
}
#ygfc .top-ul li .name {
  padding: 45px 40px;
  box-sizing: border-box;
}
#ygfc .bottom-ul li {
  width: 22%;
}
#ygfc .bottom-ul li .oppress {
  height: 196px;
  margin-bottom: 12px;
}
@media (max-width: 800px) {
  #ygfc {
    padding: 20px 0 0;
  }
  #ygfc .top-ul {
    margin: 24px 0 0;
    padding-bottom: 60px;
  }
  #ygfc .mob-ul  {
   margin: 24px 0 0;
}
  #ygfc .top-ul li {
    background-color: #fff;
  }
  #ygfc .top-ul li .oppress {
    height: 100px;
  }
  #ygfc .top-ul li .name {
    padding: 10px 20px;
    box-sizing: border-box;
    text-align: center;
    font-size: 14px;
  }
}
@media (max-width: 800px) {
  body {
    background-color: #f6f6f6;
  }
  .header-top {
    height: 70px;
    background-color: #fff;
  }
  .header-toplogo {
    height: 25px;
}
  .header-top-user {
    width: 100px;
    padding-left: 5px;
  }
  .top-icon-tel {
    width: 30px;
    height: 30px;
  }
  .top-tel-string {
    width: 126px;
    font-size: 12px;
    padding-left: 8px;
    flex: 1;
    color: #0a89ea;
    opacity: 1;
    font-weight: bold;
  }
  .banner-swiper {
    height: 312px;
  }
  .banner-swiper .swiper-timing {
    bottom: 50px;
  }
  .index_search_cont {
    padding: 0;
    background: none;
  }
  .index_search_cont .index_search_act {
    padding: 15px ;
    border-radius: 5px;
    background-image: -moz-linear-gradient(6deg, #c5ddff 0%, #ffffff 100%);
    background-image: -webkit-linear-gradient(6deg, #c5ddff 0%, #ffffff 100%);
    background-image: -ms-linear-gradient(6deg, #c5ddff 0%, #ffffff 100%);
    box-shadow: 0px 1px 62px 0px rgba(122, 151, 193, 0.29);
  }
  .search-input {
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    border-radius: 5px;
  }
  .search-btn {
    width: 100px;
    height: 40px;
    margin-left: 5px;
    border-radius: 5px;
  }
  .search-btn img {
    width: 15px;
  }
  .search-text {
    margin-left: 5px;
  }
  .index_search_kw {
    padding-top: 15px;
    flex-wrap: wrap;
    font-size: 12px;
  }
  .index_search_kw > span {
    margin-bottom: 5px;
  }
  .index_search_kw > .keywords-item {
    padding: 0 10px;
    margin-bottom: 5px;
  }
  .index_news_title {
    background: none;
    padding-top: 50px;
  }
  .same-top-title,
  .news_banner_name {
    background-size: 18px 18px;
    font-weight: 600;
    font-size: 25px;
  }
  .ind_news_right {
    width: 100%;
    background-color: #fff;
    padding: 15px 15px 25px;
    box-sizing: border-box;
  }
  .zhishi-li-covers {
    width: 40%;
    height: 90px;
  }
  .zhishi-li-details {
    width: 60%;
    padding-left: 18px;
  }
  .zhishi-per-desc {
    padding-top: 5px;
    margin-bottom: 10px;
  }
  .zhishi-li-desctitle {
    font-size: 16px;
    margin-top: -4px;
  }
  .zhishi-list-ul > li {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .zhishi-list-ul > li:last-child {
    padding-bottom: 0;
    border-bottom: none;
  }
  /*.zhishi-list-ul > li:not(:first-child) .zhishi-li-links {*/
  /*  flex-wrap: wrap;*/
  /*}*/
  /*.zhishi-list-ul > li:not(:first-child) .zhishi-item-title {*/
  /*  width: 100%;*/
  /*}*/
  /*.zhishi-list-ul > li:not(:first-child) .zhishi-item-time {*/
    /*width: 100%;*/
    /*text-align: left;*/
  /*  margin-top: 10px;*/
  /*}*/
}
.banner-links {
     margin-top: -35px;
}
.mob-links {
  /*margin-top: -35px;*/
  position: relative;
  z-index: 99;
}
.mob-links .banner-links .item {
  border-radius: 5px;
  width: 48%;
  height: 70px;
  margin-left: 10px;
  padding: 15px 16px;
  box-sizing: border-box;
  background-color: #fff;
  background-image: -moz-linear-gradient(90deg, #c6ddff 0%, #ffffff 100%);
  background-image: -webkit-linear-gradient(90deg, #c6ddff 0%, #ffffff 100%);
  background-image: -ms-linear-gradient(90deg, #c6ddff 0%, #ffffff 100%);
  box-shadow: 0px 8px 27px 0px rgba(122, 151, 193, 0.27);
}
.mob-links .banner-links .item .icon-box {
  width: 50%;
}
.mob-links .banner-links .item:first-child {
  margin-left: 0;
}
.mob-news .top-nav {
  width: 100%;
  height: 50px;
  border-radius: 5px;
  background-color: #ffffff;
  box-shadow: 0px 8px 21px 0px rgba(131, 156, 191, 0.15);
  margin-top: 18px;
  position: relative;
  z-index: 100;
}
.mob-news .top-nav li {
  padding: 0 15px;
  line-height: 50px;
  font-size: 18px;
  font-weight: bold;
}
.mob-news .top-nav li.on {
  opacity: 1;
  color: #0a89ea;
  border-bottom: 2px solid #0a89ea;
}
.mob-fixed {
  /*margin-top: -10px;*/
  width: 100%;
  position: fixed;
  bottom: 60px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9999;
}
.mob-news .mob-links .banner-links .item {
  border-radius: 8px;
  width: 42%;
  height: 45px;
  box-sizing: border-box;
  background-image: -moz-linear-gradient(-179deg, #0a89ea 0%, #8dceff 100%);
  background-image: -webkit-linear-gradient(-179deg, #0a89ea 0%, #8dceff 100%);
  background-image: -ms-linear-gradient(-179deg, #0a89ea 0%, #8dceff 100%);
  box-shadow: 0px 11px 24px 0px rgba(0, 0, 0, 0.15);
}
.mob-news .mob-links .banner-links .item:last-child {
  background-image: -moz-linear-gradient(179deg, #c30000 0%, #f10000 100%);
  background-image: -webkit-linear-gradient(179deg, #c30000 0%, #f10000 100%);
  background-image: -ms-linear-gradient(179deg, #c30000 0%, #f10000 100%);
}
.mob-news .mob-links .banner-links .item .icon-box {
  width: 25px;
  margin-right: 8px;
}
#result .list .headline {
  transition: all 0.4s ease;
}
#result .list .text {
  padding-top: 6px;
  margin-top: 0.1rem;
}
#result .list a {
  padding: 0.4rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
@media (max-width: 768px) {
  #result .list a {
    padding: 16px 0;
  }
}
#result .list a:first-child {
  padding-top: 0;
}
#result .list a:last-child {
  padding-bottom: 0;
  border: 0 none;
}
#result .list a:hover .headline {
  color: #d20001;
}
.go:hover {
  color: #0a89ea;
}
.qualificationlists {
  margin-top: 70px;
}
.qualificationlists .ul {
  margin-right: -3%;
}
.qualificationlists .ul li {
  width: 23%;
  margin-right: 2%;
  margin-bottom: 30px;
  height: auto;
  background-color: #ffffff;
  padding: 38px 40px;
  box-sizing: border-box;
}
.qualificationlists .ul li .pic {
  width: 100%;
  height: 214px;
  margin-bottom: 20px;
}
.qualificationlists .ul li .pic img {
  max-height: 100%;
}
@media (max-width: 800px) {
  .qualificationlists {
    margin-top: 25px;
    /*padding-bottom: 60px;*/
  }
  .qualificationlists .ul {
    margin-right: 0;
    justify-content: space-between;
  }
  .qualificationlists .ul li {
    width: 48%;
    height: auto;
    background-color: #ffffff;
    padding: 0;
    box-sizing: border-box;
    text-align: center;
    margin-right: 0; 
    margin-bottom: 15px;
  }
  .qualificationlists .ul li .f18 {
    font-size: 14px;
  }
  .qualificationlists .ul li .pic {
    width: 100%;
    height: 110px;
    margin-bottom: 12px;
  }
  .page-qualification .ul li .pic{
      height: 110px;
  }
  .qualificationlists .ul li .pic img {
    width: 100%;
  height: 100%;
}
  .new-mob-ul{
      padding: 0 20px;
  }
}
#spjj .bottom-ul,
#ygfc .bottom-ul {
  margin-right: -3%;
}
#spjj .bottom-ul li,
#ygfc .bottom-ul li {
  width: 22%;
  margin-right: 3%;
  margin-bottom: 40px;
}
#spjj .bottom-ul li .oppress,
#ygfc .bottom-ul li .oppress {
  height: 196px;
  margin-bottom: 12px;
}
@media (max-width: 800px) {
  #spjj .top-ul,
  #ygfc .top-ul {
    padding-bottom: 0;
    justify-content: space-between;
  }
  #spjj .top-ul li,
  #ygfc .top-ul li {
    width: 48%;
    margin-bottom: 20px;
  }
  #spjj .top-ul li .oppress,
  #ygfc .top-ul li .oppress {
    height: 110px;
  }
  #spjj .bottom-ul,
  #ygfc .bottom-ul {
    margin-right: 0;
     
  }
  #spjj .bottom-ul .ul,
  #ygfc .bottom-ul .ul{
      justify-content: space-between;
  }
  #spjj .bottom-ul li,
  #ygfc .bottom-ul li {
    margin-right: 0;
    width: 48%;
    margin-bottom: 20px;
  }
  #spjj .bottom-ul li .oppress,
  #ygfc .bottom-ul li .oppress {
    height: 110px;
  }
  #spjj .bottom-ul li .name,
  #ygfc .bottom-ul li .name {
    font-size: 14px;
    text-align: center;
  }
}
#spjj {
  background-color: #f6f6f6;
}
#spjj .bottom-ul {
  margin-top: 60px;
}
#spjj .bottom-ul li {
  width: 22%;
  background-color: #f0f3f6;
  text-align: center;
  padding-bottom: 20px;
}
#spjj .bottom-ul li .oppress {
  height: 250px;
  margin-bottom: 20px;
}
@media (max-width: 800px) {
    
  #spjj .bottom-ul {
    margin-top: 30px;
    
  }
  #spjj .bottom-ul ul{
      justify-content: space-between;
  }
  #spjj .bottom-ul li {
     width: 48%;
  }
  #spjj .bottom-ul li .oppress {
  height: 110px;
}
}
