/* #page_nax start */
.page-top-wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 2em;
  color: #fff;
  background-color: var(--theme-color);
  z-index: 31;
}
.page-top-wrap .page-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
.page-top-wrap .page-top-right {
  display: flex;
  align-items: center;
  height: 100%;
}
.page-top-wrap .phone {
  display: flex;
  align-items: center;
}
.page-top-wrap .phone-number {
  margin-left: 0.15rem;
}
.page-top-wrap .lang-box {
  display: flex;
  align-items: center;
  height: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
}
.page-top-wrap .lang-box span {
  margin: 0 0.1rem;
}
.page-top-wrap .icon-arrdown {
  display: flex;
  align-items: center;
  height: 0.5em;
}
.page-top-wrap .menu {
  margin-left: 0.1rem;
  display: none;
}
.page-top-wrap .consult-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 1em;
  min-width: 3.75em;
  padding: 0.05rem 0.1rem;
  margin: 0 0.4rem;
  line-height: 1.5;
  text-align: center;
  color: #666;
  background-color: #fff;
  border-radius: 0.5em;
}

.expand-list .consult-btn {
  background-color: #ccc;
}

.contact-dialog .dialog-dialog-inner {
  margin: 0 auto;
  width: 100%;
  max-width: 4.4rem;
}
.contact-dialog .dl-form {
  display: flex;
  flex-direction: column;
  margin-top: 0.33rem;
}
.contact-dialog .form-item {
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-dialog .form-item:nth-child(n+2) {
  margin-top: 0.24rem;
}
.contact-dialog .module-subtitle::after {
  margin-top: 0.12rem;
}
.contact-dialog .form-ipt {
  font-size: inherit;
  height: 3.1em;
  width: 100%;
  background-color: #f7f7f7;
  color: #222;
  padding: 0.1rem 0.2rem;
  border-radius: 0.12rem;
}
.contact-dialog .form-ipt::-moz-placeholder {
  color: #999;
}
.contact-dialog .form-ipt::placeholder {
  color: #999;
}
.contact-dialog .form-item-submit {
  display: inline-flex;
  margin: 0.4rem auto 0;
  flex-direction: column;
  min-width: 1.8rem;
  min-height: 0.5rem;
  background-color: #008cd6;
  border-radius: 0.08rem;
}
.contact-dialog .form-submit {
  flex: 1;
  color: #fff;
}

.page-nav-wrap {
  position: relative;
  display: flex;
  align-items: center;
  height: 0.9rem;
  z-index: 30;
}

.page-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
.page-nav .logo {
  display: flex;
  height: 0.58rem;
  margin-left: 0.7rem;
}
.page-nav .icon-arrdown {
  display: inline-block;
}
.page-nav .menu {
  display: none;
}
.page-nav .lang-box {
  display: none;
  align-items: center;
  height: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  margin-left: auto;
  margin-right: 0.5rem;
  cursor: pointer;
}
.page-nav .lang-box span {
  margin: 0 0.1rem;
}
.page-nav .nav-tag-list {
  display: flex;
  align-items: center;
  height: 100%;
}
.page-nav .nav-tag {
  display: flex;
  align-items: center;
  margin: 0 0.25rem;
  height: 100%;
  line-height: 1.5;
  transition: 0.3s;
}
.page-nav .nav-tag:hover {
  color: var(--theme-color);
}
.page-nav .lang-icon, .page-nav .icon-arrdown {
  filter: grayscale(1) brightness(0);
}

.login {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  height: 2em;
  width: 8.5em;
  background-color: #666;
  border-radius: 1em;
}

.icon-user {
  margin-right: 0.08rem;
  background: url("../images/icon/user.png") no-repeat center center/contain;
}

@media (max-width: 750px) {
  .page-top-wrap {
    display: none;
  }
  .page-top-wrap {
    padding: 0 0.3rem;
  }
  .page-top-right {
    width: 100%;
    justify-content: space-between;
  }
  .page-top-right .menu {
    display: block;
  }
}
@media (max-width: 750px) {
  .page-nav .nav-tag-list {
    display: none;
  }
  .page-nav .login {
    display: none;
  }
  .page-nav .menu {
    display: block;
  }
  .page-nav .lang-box {
    display: flex;
  }
}
/* #page_nax end */
/* #banner_swiper start */
.banner-swiper {
  position: relative;
  height: 8rem;
  width: 100%;
}
.banner-swiper .bw-pic {
  width: 100%;
  height: 100%;
}
.banner-swiper .bw-inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: #fff;
}
.banner-swiper .bw-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.banner-swiper .bw-title {
  line-height: 1.4;
}
.banner-swiper .bw-info {
  line-height: 1.5;
}
.banner-swiper .swiper-pagination-bullet {
  position: relative;
  width: 0.26rem;
  height: 0.26rem;
  background-color: transparent;
  opacity: 1;
  transition: 0.3s;
}
.banner-swiper .swiper-pagination-bullet::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0.12rem;
  height: 0.12rem;
  border-radius: 50%;
  background-color: #fff;
  transition: 0.3s;
}
.banner-swiper .swiper-pagination-bullet-active {
  box-shadow: 0 0 0 0.01rem var(--theme-color) inset;
}
.banner-swiper .swiper-pagination-bullet-active::after {
  background-color: var(--theme-color);
}

/* #banner_swiper end */
/* #server start */
.server-wrap {
  padding-top: 1.15rem;
  padding-bottom: 1.2rem;
  background: url("../images/img/index-server-bg.jpg") no-repeat center center/cover;
}
.server-wrap .server-list {
  margin-top: 0.53rem;
}
.server-wrap .server-item {
  display: flex;
}
.server-wrap .server-pic {
  width: 50%;
  height: 3.8rem;
}
.server-wrap .server-content {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 0.36rem 1rem;
}
.server-wrap .server-info {
  line-height: 1.36;
  color: #666;
  margin-top: 0.44rem;
}
.server-wrap .view-more-box {
  margin-top: auto;
}
.server-wrap .view-more:hover {
  background-color: var(--theme-color);
}
.server-wrap .server-item:nth-child(n+2) {
  margin-top: 0.8rem;
}
.server-wrap .server-item:nth-child(2n) {
  flex-direction: row-reverse;
}
.server-wrap .server-item:nth-child(2n) .server-content {
  padding-left: 0;
  padding-right: 2.1rem;
}

@media (max-width: 750px) {
  .server-item {
    flex-direction: column !important;
  }
  .server-item .server-pic,
  .server-item .server-content {
    width: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .server-item .view-more-box {
    margin-top: 50px;
  }
}
/* #server end */
/* #index_advantage start */
.index-advantage {
  position: relative;
  height: 8rem;
}
.index-advantage .ia-pic {
  height: 100%;
}
.index-advantage .ia-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-top: 1.13rem;
  padding-bottom: 1.13rem;
}
.index-advantage .ia-content {
  height: 100%;
}
.index-advantage .advantage-list {
  margin-top: 0.44rem;
}
.index-advantage .module-info {
  color: #fff;
}
.index-advantage .swiper-wrapper {
  align-items: stretch;
}
.index-advantage .swiper-slide {
  display: flex;
  align-items: stretch;
  height: auto;
}
.index-advantage .advantage-item {
  position: relative;
  color: #fff;
  width: 5.13rem;
  height: initial;
  padding: 0.6rem;
}
.index-advantage .ai-header {
  display: flex;
  align-items: center;
}
.index-advantage .ai-icon {
  margin-right: 0.25rem;
}
.index-advantage .ai-title,
.index-advantage .ai-info {
  position: relative;
  z-index: 2;
}
.index-advantage .ai-info {
  line-height: 1.75;
  margin-top: 0.22rem;
  opacity: 0.8;
}
.index-advantage .advantage-item:nth-child(n+2) {
  margin-left: 0.3rem;
}
.index-advantage .advantage-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 0.01rem);
  height: 100%;
  background-image: linear-gradient(180deg, #008cd6 0%, rgba(0, 140, 214, 0.3) 100%);
  opacity: 0.15;
  z-index: 1;
}
.index-advantage .advantage-item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 0.01rem);
  height: 100%;
  box-shadow: 0 0 0 0.01rem inset #fff;
}
.index-advantage .swiper-pagination {
  position: static;
  width: 100%;
  margin-top: 0.6rem;
}
.index-advantage .swiper-pagination-bullet {
  position: relative;
  width: 0.26rem;
  height: 0.26rem;
  background-color: transparent;
  opacity: 1;
  transition: 0.3s;
}
.index-advantage .swiper-pagination-bullet::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0.12rem;
  height: 0.12rem;
  border-radius: 50%;
  background-color: #fff;
  transition: 0.3s;
}
.index-advantage .swiper-pagination-bullet-active {
  box-shadow: 0 0 0 0.01rem var(--theme-color) inset;
}
.index-advantage .swiper-pagination-bullet-active::after {
  background-color: var(--theme-color);
}

@media (max-width: 1450px) {
  .index-advantage {
    height: 9rem;
  }
}
@media (max-width: 1200px) {
  .index-advantage {
    height: 10rem;
  }
}
@media (max-width: 1100px) {
  .index-advantage {
    height: 11rem;
  }
}
@media (max-width: 1000px) {
  .index-advantage {
    height: 12rem;
  }
}
@media (max-width: 750px) {
  .index-advantage {
    height: 9.5rem;
  }
  .advantage-list .advantage-item {
    width: 100%;
  }
}
/* #index_advantage end */
/* #server_flow start */
.server-flow-wrap {
  padding: 0.95rem 0.6rem 1.15rem;
  background: url("../images/img/server-flow-bg.jpg") no-repeat center center/cover;
}
.server-flow-wrap .flow-box {
  margin-top: 0.45rem;
}
.server-flow-wrap .flow-row {
  position: relative;
  display: flex;
  align-items: flex-start;
  padding-bottom: 0.94rem;
}
.server-flow-wrap .flow-row:last-child {
  padding-bottom: 0;
}
.server-flow-wrap .flow-row::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  margin-left: 0.55rem;
  width: 0.26rem;
  height: 0.94rem;
  background: url("../images/icon/flow-arr-down.png") no-repeat center/contain;
}
.server-flow-wrap .flow-row:last-child::after {
  display: none;
}
.server-flow-wrap .flow-label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-shrink: 0;
  padding: 0.28rem 0.83em;
  margin-right: 0.2rem;
  width: 8.125em;
  height: 4em;
  white-space: nowrap;
  color: #fff;
  background: url("../images/icon/flow-arr-right.png") no-repeat center/contain;
}
.server-flow-wrap .flow-content {
  display: flex;
  align-items: center;
  flex: 1;
  overflow-x: auto;
}
.server-flow-wrap .flow-content::-webkit-scrollbar {
  display: none;
}
.server-flow-wrap .flow {
  display: flex;
  align-items: center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.server-flow-wrap .flow::before {
  content: "";
  height: 0;
  width: 1.6rem;
  margin-top: -0.14rem;
  border-top: 0.02rem dashed #999;
}
.server-flow-wrap .flow-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 1.12rem;
}
.server-flow-wrap .flow-icon {
  width: 0.95rem;
  height: 0.7rem;
  pointer-events: none;
}
.server-flow-wrap .flow-title {
  color: #222;
  line-height: 1.4;
  margin-top: 0.08rem;
  white-space: nowrap;
}

@media (max-width: 750px) {
  .flow-box .flow-label {
    width: 1.95rem;
    height: 0.98rem;
  }
  .flow-box .flow-label span {
    font-size: 0.25rem;
  }
  .flow-box .flow::before {
    width: 1rem;
  }
}
/* #server_flow end */
/* #show_view start */
.show-view-wrap {
  padding-top: 0.95rem;
  padding-bottom: 1.02rem;
}

.show-view .view-box {
  margin-top: 0.5rem;
}
.show-view .swiper-wrapper {
  position: relative;
  align-items: center;
  height: 5.4rem;
}
.show-view .swiper-slide {
  width: 7.42rem;
  height: 4.35rem;
  transition: 0.3s;
}
.show-view .swiper-slide-active {
  transform: scale(1.23);
  z-index: 10;
}
.show-view .view-box-ctrl {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: space-between;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin: 0 auto;
  width: 100%;
  max-width: 9.2rem;
  height: 5.4rem;
  z-index: 12;
}
.show-view .view-box-prev,
.show-view .view-box-next {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.5rem;
  height: 0.5rem;
  padding: 0.21rem;
  border-radius: 50%;
  background-color: #fff;
  transition: 0.3s;
  cursor: pointer;
}
.show-view .view-box-prev:hover,
.show-view .view-box-next:hover {
  background-color: var(--theme-color);
}
.show-view .view-box-prev:hover img,
.show-view .view-box-next:hover img {
  filter: grayscale(1) brightness(10);
}
.show-view .view-box-prev {
  transform: translateX(-50%);
}
.show-view .view-box-next {
  transform: translateX(50%);
}
.show-view .view-box-next img {
  transform: rotate(180deg);
}
.show-view .show-view-title {
  margin-top: 0.49rem;
  text-align: center;
}

@media (max-width: 750px) {
  .view-box-ctrl .view-box-prev {
    transform: translateX(10%);
  }
  .view-box-ctrl .view-box-next {
    transform: translateX(-10%);
  }
}
/* #show_view end */
/* #page_end start */
.page-end-wrap {
  padding-top: 0.58rem;
  background-color: #323232;
}

.page-end .pgel-head {
  display: inline-flex;
  align-items: center;
  padding-bottom: 0.22rem;
  color: #fff;
  line-height: 1.22;
  border-bottom: 0.01rem solid rgba(230, 230, 230, 0.0862745098);
}
.page-end .logo {
  display: block;
  margin-right: 0.27rem;
}
.page-end .pge-main {
  display: flex;
  justify-content: space-between;
}
.page-end .page-end-list {
  margin-top: 0.4rem;
}
.page-end .pge-item {
  display: flex;
  align-items: flex-start;
}
.page-end .pge-item p {
  line-height: inherit;
  font-size: inherit;
}
.page-end .pge-item:nth-child(n+2) {
  margin-top: 0.2rem;
}
.page-end .pge-icon {
  width: 1em;
  margin-right: 0.1rem;
}
.page-end .pge-label {
  display: flex;
  align-items: center;
  color: #999;
}
.page-end .pge-label span {
  line-height: inherit;
  font-size: inherit;
  white-space: nowrap;
}
.page-end .pge-value {
  color: #fff;
}
.page-end .pge-label,
.page-end .pge-value {
  line-height: 1.25;
}
.page-end .pge-right {
  display: flex;
  align-items: flex-start;
}
.page-end .pge-tag-title {
  color: #fff;
  line-height: 1.2;
}
.page-end .pge-tag-title {
  margin-bottom: 0.34rem;
}
.page-end .pge-tag-list:nth-child(n+2) {
  margin-left: 1.5rem;
}
.page-end .pge-tag {
  line-height: 2;
  color: #999;
  transition: 0.3s;
}
.page-end .pge-tag:hover {
  color: #fff;
}
.page-end .copyright-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 0.75rem;
  width: 100%;
  border-top: 0.01rem solid rgba(255, 255, 255, 0.0862745098);
  margin-top: 0.48rem;
  color: rgba(255, 255, 255, 0.4980392157);
}
.page-end .copyright,
.page-end .code-by {
  line-height: 1.5;
}

@media (max-width: 1200px) {
  .pge-main .pge-tag-list:nth-child(n+2) {
    margin-left: 1rem;
  }
}
@media (max-width: 1000px) {
  .page-end .pge-main {
    flex-direction: column;
  }
  .page-end .pge-left {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .page-end .pge-right {
    display: none;
  }
  .page-end .copyright-box {
    height: auto;
    padding: 0.2rem 0;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .page-end .copyright-box .code-by {
    margin-top: 0.2rem;
  }
}
/* #page_end end */
/* #module_banner start */
.module-banner {
  position: relative;
}
.module-banner .module-banner-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.module-banner .mod-bn-content {
  color: #fff;
}
.module-banner .mb-title {
  line-height: 1.3;
}
.module-banner .mb-subtitle {
  line-height: 2.1;
}

@media (max-width: 750px) {
  .module-banner {
    height: 5rem;
  }
  .module-banner .module-bn-pic {
    height: 100%;
  }
}
/* #module_banner end */
/* #breadcrumb start */
.breadcrumb {
  display: flex;
  align-items: baseline;
  padding: 0.3rem 0;
}
.breadcrumb.absolute {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.breadcrumb .breadcrumb-item {
  line-height: 1.625;
  color: #666;
  transition: 0.3s;
}
.breadcrumb .breadcrumb-item:nth-child(n+2)::before {
  content: ">";
  display: inline-block;
  margin: 0 0.18rem;
  color: #666 !important;
}
.breadcrumb .breadcrumb-item:hover {
  color: var(--theme-color);
}

/* #breadcrumb end */
/* #server-page start */
.server-wrap.server-page {
  padding-top: 0;
}
.server-wrap.server-page .breadcrumb {
  margin-bottom: 0.34rem;
}
.server-wrap.server-page .server-pic {
  height: 4.2rem;
}
.server-wrap.server-page .server-title {
  line-height: 1.5;
}
.server-wrap.server-page .server-subtitle {
  color: #999;
  line-height: 2.1;
}
.server-wrap.server-page .split-line {
  width: 100%;
  margin-top: 0.38rem;
  border-bottom: 0.01rem solid #999;
}
.server-wrap.server-page .split-block {
  width: 0.46rem;
  height: 0.05rem;
  background-color: var(--theme-color);
}

/* #server-page end */
/* #contact_method start */
.contact-method-wrap {
  padding: 0 0.6rem 0.96rem;
  background: url("../images/img/contact-bg.jpg") no-repeat center/cover;
}
.contact-method-wrap .contact-method {
  margin: 0 auto;
  width: 100%;
  max-width: 13.2rem;
}
.contact-method-wrap .breadcrumb {
  margin-bottom: 0.29rem;
}
.contact-method-wrap .methods-list {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 0.6rem;
}
.contact-method-wrap .method-item {
  width: 3rem;
  padding: 0.46rem 0.35rem 0.4rem;
  background-color: #fff;
}
.contact-method-wrap .method-pic {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1rem;
  height: 1rem;
  margin: 0 auto 0.22rem;
}
.contact-method-wrap .method-icon {
  width: 100%;
  height: 100%;
  padding: 0.24rem;
  border-radius: 50%;
  background-color: #008cd6;
}
.contact-method-wrap .method-pic.icon-box {
  padding: 0.1rem;
  border-radius: 50%;
  background-color: rgba(0, 140, 214, 0.062745098);
}
.contact-method-wrap .method-title {
  text-align: center;
  line-height: 1.5;
}
.contact-method-wrap .method-info {
  text-align: center;
  line-height: 1.5;
  color: #666;
  margin-top: 0.05rem;
}

@media (max-width: 1200px) {
  .contact-method-wrap .contact-method {
    max-width: 16rem;
  }
  .contact-method-wrap .method-item {
    width: 3.5rem;
  }
}
@media (max-width: 750px) {
  .contact-method-wrap .methods-list {
    flex-direction: column;
  }
  .contact-method-wrap .method-item {
    width: 100%;
  }
  .contact-method-wrap .method-item:nth-child(n+2) {
    margin-top: 0.4rem;
  }
}
/* #contact_method end */
/* #about start */
.about {
  background: url("../images/img/circle.png") no-repeat top left;
}
.about .breadcrumb {
  margin-bottom: 0.34rem;
}
.about .about-main {
  display: flex;
  align-items: flex-start;
}
.about .about-left {
  flex: 1;
  min-height: 6.6rem;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
  background: url("../images/img/date-bg.jpg") no-repeat top left/cover;
  transform: translateY(0.91rem);
}
.about .about-content {
  width: 7.76rem;
  padding: 1.02rem 0;
  margin-left: auto;
  margin-right: 0.47rem;
}
.about .about-subtitle {
  line-height: 1.3;
  margin: 0.25rem 0 0.24rem;
  color: #222;
}
.about .about-info {
  line-height: 1.777;
  color: #666;
}
.about .about-info * {
  line-height: inherit;
}
.about .module-subtitle::after {
  margin-top: 0.17rem;
}
.about .about-right {
  position: relative;
  width: 8.77rem;
  height: 6.4rem;
}
.about .about-data {
  position: relative;
  height: 3.6rem;
  z-index: 5;
}
.about .about-data::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 6rem;
  background-color: var(--theme-color);
  z-index: 1;
}
.about .data-list {
  position: relative;
  display: flex;
  min-height: 2.4rem;
  overflow-x: auto;
  z-index: 2;
}
.about .data-list::-webkit-scrollbar {
  display: none;
}
.about .data-item {
  width: 2.66rem;
  flex-shrink: 0;
  padding: 0.38rem 0.39rem;
  background-color: #ffffff;
  border: solid 0.01rem #dddddd;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.about .data-item:nth-child(n+2) {
  border-left: none;
}
.about .data-icon {
  height: 0.35rem;
}
.about .data-value {
  color: var(--theme-color);
  margin: 0.28rem 0 0.22rem;
}
.about .data-info {
  line-height: 1.5;
  color: #222;
}

.video-ctrl {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.video-ctrl .video-play {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background: url("../images/icon/play.png") no-repeat center center, var(--theme-color);
  background-size: 0.19rem 0.25rem;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
  pointer-events: auto;
}
.video-ctrl .video-play::before, .video-ctrl .video-play::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  transform-origin: center center;
  opacity: 0;
}
.video-ctrl .video-play::before {
  width: 1rem;
  height: 1rem;
  border: dashed 0.01rem rgba(255, 255, 255, 0.2980392157);
  transition: transform 1s, width 0.8s, height 0.8s, opacity 0.3s;
}
.video-ctrl .video-play::after {
  width: 1rem;
  height: 1rem;
  border: solid 0.01rem rgba(255, 255, 255, 0.4980392157);
  transition: transform 1s, width 0.3s, height 0.3s, opacity 0.3s;
}
.video-ctrl .video-play:hover::before {
  width: 1.4rem;
  height: 1.4rem;
  transform: translate(-50%, -50%) rotate(360deg);
  opacity: 1;
}
.video-ctrl .video-play:hover::after {
  width: 1.2rem;
  height: 1.2rem;
  opacity: 1;
}
.video-ctrl .video-play.playing {
  opacity: 0;
  pointer-events: none;
}

@media (max-width: 750px) {
  .about .breadcrumb {
    padding: 0.35rem 0.6rem;
  }
  .about .about-main {
    flex-direction: column;
  }
  .about .about-content {
    width: 100%;
  }
  .about .about-right {
    width: 100%;
  }
  .about .about-left {
    width: 100%;
    transform: none;
  }
  .about .about-data {
    height: auto;
  }
  .about .data-list {
    overflow-x: visible;
    flex-wrap: wrap;
  }
  .about .data-item {
    width: 50%;
    border: 0.01rem solid #ddd !important;
  }
}
/* #about end */
/* #news_center start */
.news-center-wrap {
  padding-bottom: 1rem;
  background-color: #f2f5f6;
}

.news-center .breadcrumb {
  margin-bottom: 0.34rem;
}
.news-center .news-card-bigger {
  display: flex;
  align-items: stretch;
  min-height: 5rem;
}
.news-center .ncb-pic,
.news-center .ncb-content {
  width: 50%;
}
.news-center .ncb-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0.3rem 1rem 0.3rem 0.79rem;
  background-color: #fff;
}
.news-center .ncb-info {
  margin: 0.43rem 0 0.65rem;
  line-height: 1.88;
  color: #999;
}
.news-center .news-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.7rem;
}
.news-center .news-item {
  width: 5.06rem;
  background-color: #fff;
}
.news-center .news-item:nth-child(n+2) {
  margin-left: 0.4rem;
}
.news-center .news-item:nth-child(3n+1) {
  margin-left: 0;
}
.news-center .news-item:nth-child(n+4) {
  margin-top: 0.4rem;
}
.news-center .news-pic {
  width: 100%;
  height: 3.16rem;
  overflow: hidden;
}
.news-center .news-pic img {
  transition: 0.3s;
}
.news-center .news-content {
  min-height: 2.2rem;
  padding: 0.34rem 0.32rem 0 0.32rem;
}
.news-center .news-title {
  line-height: 1.58;
  color: #222;
  transform: 0.3s;
  padding-bottom: 0.36rem;
  border-bottom: 0.01rem solid #f2f2f2;
  transition: 0.3s;
}
.news-center .date {
  padding: 0.2rem 0;
}
.news-center .news-item:hover .news-pic img {
  transform: scale(1.05);
}
.news-center .news-item:hover .news-title {
  color: var(--theme-color);
  border-bottom: 0.01rem solid var(--theme-color);
}
.news-center .paging-turner {
  margin-top: 0.7rem;
}

.date {
  display: flex;
  align-items: center;
  color: #999;
  line-height: 2.125;
}
.date::before {
  content: "";
  display: inline-block;
  height: 1em;
  width: 1em;
  margin-right: 0.1rem;
  background: url("../images/icon/date.png") no-repeat center/contain;
}

@media (max-width: 750px) {
  .news-center .news-card-bigger {
    flex-direction: column;
  }
  .news-center .ncb-pic,
  .news-center .ncb-content {
    width: 100%;
  }
  .news-center .news-list .news-item {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .news-center .news-item:nth-child(n+2) {
    margin-top: 0.6rem;
  }
  .paging-turner .paging-prev,
  .paging-turner .paging-next,
  .paging-turner .paging-index,
  .paging-turner .paging-eps {
    width: 0.8rem;
    height: 0.8rem;
  }
}
/* #news_center end */
/* #new_article start */
.news-header,
.news-main {
  padding: 0 0.6rem;
}

.breadcrumb.news-page {
  margin: 0 auto;
  width: 100%;
  max-width: 17.2rem;
  padding: 0.35rem 0.6rem;
  margin-bottom: 0.34rem;
}

.new-article {
  margin: 0 auto;
  width: 100%;
  max-width: 11.16rem;
}
.new-article .news-data {
  display: flex;
  justify-content: space-between;
  padding: 0.28rem 0;
  border-bottom: 0.02rem solid #e8e8e8;
}
.new-article .news-share {
  display: flex;
  align-items: center;
  height: 1em;
}
.new-article .share-item {
  display: inline-block;
  height: 100%;
  cursor: pointer;
}
.new-article .share-item:nth-child(n+2) {
  margin-left: 0.2rem;
}

.news-main {
  margin-top: 0.5rem;
}
.news-main p {
  line-height: 1.333;
  color: #666;
  font-size: inherit;
}
.news-main img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0.59rem 0 0.35rem;
}
.news-main img:first-child {
  margin-top: 0;
}

.news-footer {
  display: flex;
  align-items: stretch;
  height: 1.4rem;
  border-top: 0.01rem solid #e8e8e8;
  margin-top: 0.73rem;
}
.news-footer .prev-news,
.news-footer .next-news {
  display: flex;
  align-items: center;
  width: 50%;
  padding: 0 0.9rem;
}
.news-footer .prev-news:hover,
.news-footer .next-news:hover {
  color: var(--theme-color);
}
.news-footer .prev-news:hover .turn-icon,
.news-footer .next-news:hover .turn-icon {
  filter: none;
}
.news-footer .prev-news {
  justify-content: flex-end;
}
.news-footer .next-news {
  border-left: 0.01rem solid #e8e8e8;
}
.news-footer .news-turner {
  display: flex;
  align-items: center;
  max-width: 100%;
}
.news-footer .prev-news .turn-icon {
  margin-right: 0.9rem;
}
.news-footer .next-news .turn-icon {
  margin-left: 0.9rem;
}
.news-footer .news-turner-content {
  display: flex;
  align-items: center;
}
.news-footer .pre-title {
  flex: 1;
  overflow: hidden;
  line-height: 1.5;
  white-space: nowrap;
  transition: 0.3s;
}
.news-footer .label {
  display: block;
  line-height: 1.5;
  white-space: nowrap;
}
.news-footer .turn-icon {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  height: 0.5em;
  filter: grayscale(1) brightness(0);
  transition: 0.3s;
}
.news-footer .next-news .turn-icon {
  transform: rotate(180deg);
}

@media (max-width: 750px) {
  .news-footer {
    height: auto;
    flex-direction: column;
  }
  .news-footer .prev-news,
  .news-footer .next-news {
    width: 100%;
    height: 1rem;
  }
  .news-footer .next-news {
    border-left: none;
    border-top: 0.01rem solid #e8e8e8;
  }
}
/* #new_article end */