@charset "UTF-8";
/**
* BEM配置
*/
/**
* BEM
* @param $block 模块
* @param $element 元素
* @param $modifier 修饰
*/
body {
  font-family: 微软雅黑, Tahoma, Geneva, sans-serif, 宋体;
  font-size: 14px;
  color: #000;
  font-weight: normal;
  min-height: 100%; }

* {
  padding: 0;
  margin: 0; }

ul,
ol {
  list-style-type: none;
  outline: none; }

.text-center {
  text-align: center; }

a {
  text-decoration: none;
  color: #000;
  outline: none; }

.page-load div {
  opacity: 0; }

.swiper-container {
  width: 100%;
  height: 100%; }

.swiper-slide {
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.section {
  position: relative;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

.section .slide {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

.section .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  padding: 13.33333vw 0;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: 100% 100%; }

.section .bg img {
  display: block;
  width: 100%; }

.page-bg {
  background-repeat: no-repeat;
  background-attachment: initial;
  background-position: center;
  background-size: cover; }

.page-section02 {
  background-image: url(../images/bg02.jpg); }

.page-section03 {
  background-image: url(../images/bg03.jpg); }

.page-block-title {
  padding-bottom: 9.33333vw; }
  .page-block-title__en {
    font-size: 2.53333vw;
    font-weight: bold;
    letter-spacing: 0.26667vw; }
  .page-block-title__zh {
    font-size: 3.86667vw;
    letter-spacing: 0.66667vw; }

.fp-controlArrow {
  -webkit-transition: all 0.5s;
          transition: all 0.5s; }
  .fp-controlArrow.fp-prev {
    left: 0.6667rem;
    border-width: 0;
    border-color: transparent;
    background-image: url(../images/left-arrow.png);
    width: 0.3067rem;
    height: 0.5867rem;
    background-size: cover; }
    .fp-controlArrow.fp-prev:hover {
      -webkit-transform: translateX(-0.1333rem);
          -ms-transform: translateX(-0.1333rem);
              transform: translateX(-0.1333rem); }
  .fp-controlArrow.fp-next {
    right: 0.6667rem;
    border-width: 0;
    border-color: transparent;
    background-image: url(../images/right-arrow.png);
    width: 0.3067rem;
    height: 0.5867rem;
    background-size: cover; }
    .fp-controlArrow.fp-next:hover {
      -webkit-transform: translateX(0.1333rem);
          -ms-transform: translateX(0.1333rem);
              transform: translateX(0.1333rem); }

.fp-slidesNav ul li a span {
  background: #fff;
  width: 0.1467rem;
  height: 0.1467rem; }

#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span {
  width: 0.1467rem;
  height: 0.1467rem;
  margin: -0.0267rem 0 0 -0.0267rem; }

#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span {
  width: 0.1467rem;
  height: 0.1467rem;
  background: #fbf812;
  margin: -0.0267rem 0 0 -0.0267rem; }

.swiper-button-prev,
.swiper-button-next {
  width: 6.66667vw;
  height: 6.66667vw;
  background-image: none;
  bottom: 0.4rem;
  top: auto;
  margin-top: 0; }
  .swiper-button-prev img,
  .swiper-button-next img {
    width: 100%; }

.swiper-button-prev {
  left: 1.6667rem;
  bottom: 1rem; }

.swiper-button-next {
  right: 1.6667rem;
  bottom: 1rem; }

.hideFadeInUp {
  opacity: 0; }

.hideFadeIn {
  opacity: 0; }

@media (orientation: landscape) {
  .landscape-tips {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1002;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    background: rgba(0, 0, 0, 0.85); }
    .landscape-tips img {
      width: 1.3333rem; }
    .landscape-tips p {
      padding-top: 0.2667rem;
      font-size: 0.3733rem;
      color: #626262; } }
.page-header {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 999;
  height: 1.3333rem; }
  .page-header:after {
    content: "";
    display: table;
    clear: both; }
  .page-header__logo {
    float: left;
    display: block;
    margin-left: 0.6667rem;
    width: 1.3333rem;
    height: 1.3333rem;
    background: #d70010 url(../images/logo.jpg) no-repeat;
    background-size: cover; }
  .page-header__btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    float: right;
    text-align: right;
    margin-right: 0.6667rem;
    width: 1.3333rem;
    height: 1.3333rem; }
    .page-header__btn img {
      width: 80%; }
  .page-header__menuwrap {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 1000;
    overflow: hidden;
    pointer-events: none; }
    .page-header__menuwrap.hide .page-header__menu {
      -webkit-transform: translateX(100%);
          -ms-transform: translateX(100%);
              transform: translateX(100%); }
    .page-header__menuwrap.hide .mask {
      display: none; }
    .page-header__menuwrap .mask {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      top: 0;
      pointer-events: all;
      background-color: rgba(0, 0, 0, 0.5); }
  .page-header__menu {
    position: absolute;
    right: 0;
    width: 70%;
    height: 100%;
    background-color: #282c34;
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
            transition: transform 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99); }
    .page-header__menu li {
      position: relative;
      line-height: 1.3333rem;
      pointer-events: all; }
      .page-header__menu li > a {
        display: block;
        height: 100%;
        position: relative;
        padding-left: 0.6667rem;
        color: rgba(255, 255, 255, 0.95);
        -webkit-transition: color 0.3s;
                transition: color 0.3s; }
      .page-header__menu li .svg {
        position: absolute;
        right: 0;
        top: 0;
        height: 1.3333rem;
        width: 1.3333rem;
        text-align: center;
        color: #fff; }
      .page-header__menu li.active > a, .page-header__menu li.is-active > a {
        background-color: #ec1826; }
      .page-header__menu li.active span:before, .page-header__menu li.is-active span:before {
        border-color: #000 transparent transparent transparent; }
  .page-header__childmenu {
    display: none;
    background: #20232a; }
    .page-header__childmenu a {
      display: block;
      height: 100%;
      position: relative;
      padding-left: 0.6667rem;
      color: rgba(255, 255, 255, 0.95);
      -webkit-transition: color 0.3s;
              transition: color 0.3s; }
      .page-header__childmenu a.is-active, .page-header__childmenu a:hover {
        color: #fff !important;
        background: #ec1826; }
  .page-header.fixed-shadow {
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }

#bannerSwiper .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }
#bannerSwiper .banner-next {
  top: 50%;
  right: 0.6667rem;
  width: 0.4667rem; }
  #bannerSwiper .banner-next img {
    width: 100%; }
#bannerSwiper .banner-prev {
  top: 50%;
  left: 0.6667rem;
  width: 0.4667rem; }
  #bannerSwiper .banner-prev img {
    width: 100%; }

.service-platform {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  height: 100%;
  color: #fff;
  box-sizing: border-box;
  padding: 0 10.66667vw; }
  .service-platform__title {
    font-size: 6.53333vw;
    margin-bottom: 2.66667vw; }
  .service-platform__desc {
    font-size: 2.13333vw;
    padding-bottom: 1.86667vw; }
  .service-platform__ftitle {
    font-size: 3.73333vw;
    margin-bottom: 6.66667vw;
    margin-top: 29.33333vw;
    font-weight: bold; }
  .service-platform__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .service-platform__item {
    text-align: center;
    padding: 0 0 6.4vw 0; }
    .service-platform__item--title {
      font-size: 2.66667vw;
      padding-bottom: 1.33333vw; }
    .service-platform__item--desc {
      font-size: 1.86667vw; }

.core-idea {
  height: 100%;
  position: relative; }
  .core-idea .page-block-title {
    position: absolute;
    left: 0;
    right: 0;
    top: 2rem;
    color: #fff; }
  .core-idea__wrap {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
            transform-origin: center center;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 4.7733rem;
    height: 2.9333rem; }
  .core-idea__line {
    position: relative;
    width: 4.7733rem;
    height: 2.9333rem;
    z-index: 3; }
  .core-idea__brain {
    position: absolute;
    left: 50%;
    top: 0.2667rem;
    width: 3.3067rem;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }
    .core-idea__brain--light {
      opacity: 0;
      -webkit-animation: brainLight 2s ease-in-out infinite;
              animation: brainLight 2s ease-in-out infinite; }
  .core-idea__item {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    color: #fff; }
    .core-idea__item01 {
      left: -18.66667vw;
      top: 0.66667vw; }
    .core-idea__item02 {
      left: 16vw;
      top: -26.66667vw; }
    .core-idea__item03 {
      left: auto;
      right: -20vw;
      top: 0.66667vw; }
    .core-idea__item04 {
      left: auto;
      right: 2vw;
      top: 30.66667vw; }
    .core-idea__item05 {
      left: 2vw;
      top: 30.66667vw; }
  .core-idea__icon {
    margin-top: 0.16rem;
    margin-bottom: 0.16rem;
    width: 0.8rem;
    height: 0.8rem; }
  .core-idea__title {
    font-size: 3.2vw;
    font-weight: bold;
    letter-spacing: 0.93333vw;
    padding-bottom: 1.33333vw; }
  .core-idea__desc {
    font-size: 2vw;
    line-height: 3.46667vw; }

@-webkit-keyframes brainLight {
  0% {
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes brainLight {
  0% {
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0; } }
.service-content {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  box-sizing: border-box;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 18.13333vw; }
  .service-content .page-block-title {
    padding-left: 0.6667rem; }
  .service-content__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .service-content__item {
    margin-bottom: 3.33333vw; }
    .service-content__item:last-child {
      margin-bottom: 0; }
    .service-content__item a {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      height: 100%;
      padding: 0 8vw; }
    .service-content__item--thumb {
      height: 35.86667vw;
      width: 40vw;
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat; }
      .service-content__item--thumb img {
        width: 100%; }
    .service-content__item--bottom {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 1;
      -webkit-flex: 1;
          -ms-flex: 1;
              flex: 1;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding-right: 0.5333rem; }
    .service-content__item--title {
      position: relative;
      font-size: 2.93333vw;
      font-weight: bold;
      padding-bottom: 0.1067rem;
      padding-left: 0.1333rem; }
      .service-content__item--title:before {
        position: absolute;
        left: 0;
        top: 0.26667vw;
        display: block;
        float: left;
        content: "";
        width: 0.66667vw;
        height: 2.66667vw;
        background-color: #d70010; }
    .service-content__item--desc {
      font-size: 0.2667rem;
      line-height: 0.4267rem;
      color: #333; }

@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
  .service-content__item--thumb {
    height: 42.66667vw;
    width: 47.6vw; }

  .service-content__item {
    margin-bottom: 6.66667vw; } }
.case {
  height: 100%; }
  .case .page-block-title {
    padding-left: 10.66667vw;
    padding-top: 0;
    padding-bottom: 2.66667vw; }
  .case-collapse {
    position: relative;
    height: 100%;
    overflow: hidden;
    box-sizing: border-box; }
    .case-collapse__wrap {
      position: absolute;
      bottom: 0;
      width: 100%;
      top: 1.3333rem;
      background-color: #fff;
      -webkit-transition: all 0.5s;
              transition: all 0.5s;
      box-sizing: border-box; }
      .case-collapse__wrap:nth-child(1) {
        bottom: 13.33333vw;
        padding-top: 26.66667vw; }
      .case-collapse__wrap:nth-child(2) {
        bottom: 26.66667vw;
        padding-top: 13.33333vw; }
      .case-collapse__wrap:nth-child(3) {
        bottom: 40vw; }
    .case-collapse__title {
      position: relative;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      float: right;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: 100%;
      height: 13.33333vw;
      overflow: hidden;
      font-size: 2.93333vw;
      color: #fff;
      background-image: -webkit-linear-gradient(90deg, #c1c1c1, #cbcbcb);
      background-image: linear-gradient(0deg, #c1c1c1, #cbcbcb);
      border-right: 1px solid #fff;
      box-sizing: border-box;
      cursor: pointer;
      -webkit-transition: all 0.5s;
              transition: all 0.5s; }
      .case-collapse__title .arrow {
        opacity: 0;
        -webkit-transition: opacity 0.5s;
                transition: opacity 0.5s;
        width: 2.93333vw;
        margin-left: 2vw;
        margin-top: 0.0667rem; }
      .case-collapse__title i {
        display: block;
        font-style: normal; }
    .case-collapse__content {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: 100%;
      height: 100%;
      overflow: hidden;
      box-sizing: border-box; }
    .case-collapse .is-active .case-collapse__title {
      background-image: -webkit-linear-gradient(90deg, #f20005, #f30002);
      background-image: linear-gradient(0deg, #f20005, #f30002); }
      .case-collapse .is-active .case-collapse__title img {
        opacity: 1; }
  .case__detail {
    box-sizing: border-box; }
    .case__detailTop {
      width: 71.86667vw;
      margin: 0 auto; }
      .case__detailTop img {
        width: 100%; }
    .case__detailText {
      width: 71.86667vw;
      margin: 0 auto;
      padding-top: 1.33333vw;
      color: #000;
      font-size: 0.32rem;
      line-height: 0.5067rem; }
  .case .mini {
    display: block; }
  .case .small {
    display: none; }

@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
  .case__detailTop {
    width: 78.66667vw;
    height: 77.06667vw;
    overflow: hidden; }

  .case__detailText {
    width: 78.66667vw; } }
.service-outlets {
  height: 100%;
  padding: 13.33333vw 10.66667vw 0;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .service-outlets__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
  .service-outlets__item {
    width: 50%; }
    .service-outlets__item:hover .service-outlets__thumb {
      -webkit-filter: grayscale(0%);
              filter: grayscale(0%); }
    .service-outlets__item:hover .service-outlets__name {
      color: #fff;
      background-color: #d70010; }
      .service-outlets__item:hover .service-outlets__name .name-circle {
        background-color: #fff; }
  .service-outlets__thumb {
    height: 33.6vw;
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-filter: grayscale(100%);
            filter: grayscale(100%);
    -webkit-transition: all 0.3s;
            transition: all 0.3s; }
  .service-outlets__name {
    height: 5.6vw;
    line-height: 5.6vw;
    font-size: 2.26667vw;
    text-align: center;
    color: #000000;
    background-color: #e7e7e7;
    -webkit-transition: all 0.3s;
            transition: all 0.3s; }
    .service-outlets__name .name-circle {
      position: relative;
      top: -1px;
      display: inline-block;
      width: 0.53333vw;
      height: 0.53333vw;
      background-color: #000;
      border-radius: 100%;
      -webkit-transition: all 0.3s;
              transition: all 0.3s;
      margin: 0 0.66667vw; }

@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
  .service-outlets__thumb {
    height: 46vw !important; } }
.page-section07 .page-block-title {
  position: absolute;
  left: 0.6667rem;
  top: 2rem;
  z-index: 9; }
.page-section07 .swiper-slide {
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  box-sizing: border-box;
  padding-top: 3.15rem; }

.news {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 8vw 8vw 0;
  box-sizing: border-box;
  background: #fff;
  color: #000; }
  .news__left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 7.2vw;
    box-sizing: border-box; }
  .news__title {
    font-size: 4.8vw;
    font-weight: bold;
    line-height: 6.93333vw;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; }
  .news__source {
    font-size: 3.2vw;
    padding-top: 4vw;
    margin-bottom: 1.33333vw;
    font-weight: bold; }
  .news__content {
    font-size: 3.2vw;
    line-height: 6.13333vw; }
  .news__thumb {
    width: 100%;
    width: 83.46667vw;
    height: 58vw;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat; }

.new-detail {
  padding-top: 2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .new-detail__wrap {
    padding: 0 0.6667rem; }
    .new-detail__wrap .title {
      font-size: 0.5333rem;
      text-align: center;
      font-weight: bold; }
    .new-detail__wrap .source {
      text-align: right;
      font-size: 0.3733rem;
      padding: 0.4rem 0; }
  .new-detail__con p {
    font-size: 0.3733rem;
    line-height: 0.7467rem;
    margin-bottom: 0.5333rem; }
  .new-detail__con .new-img {
    text-align: center;
    margin-bottom: 0.5333rem; }
  .new-detail__con img {
    max-width: 100%; }
  .new-detail__page {
    padding: 1.0667rem 0;
    overflow: hidden; }
    .new-detail__page a {
      width: 100%;
      display: block;
      padding-right: 0.2667rem;
      font-size: 0.3733rem;
      line-height: 0.7467rem;
      color: #45bcf9; }

@media (min-width: 768px) {
  .news__thumb {
    height: 7rem; }

  .page-section07 .page-block-title {
    top: 2.4rem; } }
@media (min-width: 1024px) {
  .news__thumb {
    height: 10.61rem; }

  .page-section07 .page-block-title {
    top: 3.4rem; } }
.page-section08 .page-block-title {
  padding-left: 0.6667rem; }

.partners {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  padding-top: 2rem;
  box-sizing: border-box; }
  .partners__wrap {
    padding: 0px 5.33333vw 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
  .partners__item {
    width: 33%;
    padding: 0 1.33333vw;
    box-sizing: border-box;
    margin-bottom: 6.66667vw; }
    .partners__item a {
      display: block; }
    .partners__item img {
      width: 100%; }

@media (min-width: 768px) {
  .partners__item {
    padding: 0 0.4667rem; } }
@media (min-width: 1024px) {
  .partners__item {
    padding: 0 1.4667rem; } }
@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
  .partners__item {
    margin-bottom: 10vw; } }
.contact-us {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  background-color: #656565; }
  .contact-us__wrap {
    width: 100%;
    position: relative;
    font-size: 0.32rem;
    padding-left: 0.8rem;
    padding-right: 0.8rem;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-top: 0.5867rem;
    padding-bottom: 0.36rem; }
  .contact-us__slogan {
    line-height: 0.6667rem; }
  .contact-us__logo {
    padding-top: 0.5333rem;
    padding-bottom: 0.4rem;
    width: 100%; }
    .contact-us__logo img {
      width: 100%; }
  .contact-us__info {
    line-height: 0.5867rem;
    border-top: 1px solid #ccc;
    padding-top: 0.4rem; }
    .contact-us__info p {
      margin-right: 1.2rem;
      white-space: nowrap; }
    .contact-us__info a {
      color: #fff; }
  .contact-us__right {
    padding-top: 0.5333rem; }
    .contact-us__right .qrcode {
      width: 2.1333rem;
      height: 2.1333rem;
      margin: 0 auto;
      background-color: #fff; }
      .contact-us__right .qrcode img {
        width: 100%;
        height: 100%; }
    .contact-us__right .name {
      padding-top: 0.16rem;
      text-align: center; }

.about-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 2.2667rem; }
  .about-container__wrap {
    padding: 0 0.6667rem; }
    .about-container__wrap img {
      width: 100%;
      margin-bottom: 1.0667rem; }
  .about-container__section {
    font-size: 0.3733rem;
    line-height: 0.6533rem;
    letter-spacing: 0.0533rem;
    color: #000000;
    margin-bottom: 0.6667rem; }

.case-detail-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden; }
  .case-detail-container .banner {
    width: 100%; }
  .case-detail-container .page-detail__title {
    width: 53.33333vw;
    margin: 0.5333rem auto 0.5333rem; }
  .case-detail-container__wrap {
    padding: 0 0.8rem;
    box-sizing: border-box; }
    .case-detail-container__wrap img {
      width: 100%;
      margin-bottom: 0.5333rem; }
  .case-detail-container__section {
    font-size: 3.73333vw;
    line-height: 0.5867rem;
    letter-spacing: 0px;
    color: #000000;
    margin-bottom: 0.5333rem; }
  .case-detail-container .bmlist-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .case-detail-container .bmlist-item__thumb {
      width: 44.66667vw;
      height: 44.66667vw;
      margin: 0; }
    .case-detail-container .bmlist-item__content {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-flex: 1;
      -webkit-flex: 1;
          -ms-flex: 1;
              flex: 1;
      width: 44.8vw;
      height: 44.8vw;
      line-height: 5.33333vw;
      font-size: 2.66667vw;
      padding: 0 2.66667vw;
      background-color: #f2f2f2;
      text-align: center;
      box-sizing: border-box; }
      .case-detail-container .bmlist-item__content .bold {
        font-weight: bold; }
  .case-detail-container.jscj-wrap .page-detail__title {
    width: 4.2667rem;
    margin: 1.0667rem auto 0.5333rem; }
  .case-detail-container.dzpc__wrap .page-detail__title {
    width: 32vw;
    margin: 1.0667rem auto 0.8rem; }
    .case-detail-container.dzpc__wrap .page-detail__title .custom-width {
      width: 37.33333vw;
      -webkit-transform: translateX(-2.66667vw);
          -ms-transform: translateX(-2.66667vw);
              transform: translateX(-2.66667vw); }
  .case-detail-container.dzpc__wrap .banner {
    position: relative; }
  .case-detail-container.dzpc__wrap .banner-wrap {
    position: relative; }
    .case-detail-container.dzpc__wrap .banner-wrap img {
      width: 100%;
      max-width: 25.6rem; }
  .case-detail-container.dzpc__wrap .banner__info {
    width: 100%;
    top: 1.3333rem;
    background-color: rgba(40, 51, 18, 0.9);
    color: #fff; }
    .case-detail-container.dzpc__wrap .banner__info .title {
      font-size: 0.48rem;
      padding-top: 0.4rem;
      padding-bottom: 0.24rem;
      padding-left: 0.8rem;
      padding-right: 0.8rem; }
    .case-detail-container.dzpc__wrap .banner__info .desc {
      font-size: 0.3333rem;
      padding-left: 0.8rem;
      padding-right: 0.8rem;
      padding-bottom: 0.4rem;
      line-height: 0.5067rem; }
.case-detail__more {
  margin-top: 0.8rem;
  height: 8vw;
  font-size: 3.46667vw;
  line-height: 8.66667vw;
  text-align: center;
  letter-spacing: 0.1333rem;
  color: #ffffff;
  background-color: #a9a9a9; }
.case-detail__morelist {
  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: 0.4667rem; }
.case-detail__other {
  position: relative;
  display: block;
  width: 25.33333vw;
  height: 25.33333vw;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 0.4rem; }
  .case-detail__other .content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    height: 100%;
    width: 100%;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .case-detail__other .content .name {
      font-size: 2.66667vw;
      padding-bottom: 2.66667vw;
      color: #fff; }
  .case-detail__other .arrow {
    width: 3.46667vw;
    height: 3.46667vw;
    margin: 0; }

.page-detail__title {
  position: relative; }
  .page-detail__title .text {
    padding-bottom: 0.2rem;
    font-size: 4vw;
    line-height: 0.4533rem;
    color: #000000;
    text-align: center; }
  .page-detail__title:after {
    position: absolute;
    left: 0;
    right: 0;
    content: "";
    display: block;
    height: 0.0667rem;
    background-color: #000; }
