@media (min-width: 1589px) {
  .w {
    width: 100% !important;
    padding-left: 20px;
    padding-right: 20px;
    max-width: 1580px;
  }
}
@media (max-width: 1588px) {
  .w {
    width: 90% !important;
  }
}
@media (max-width: 1351px) {
  .w_1200 {
    width: 90% !important;
  }
}
@media (max-width: 1199px) {
  .w_1200 {
    width: 90% !important;
    min-width: 90% !important;
  }
}
html {
  font-size: 100px;
}
body {
  font-family: PingFang SC\, Microsoft YaHei;
}
@media (min-width: 992px) and (max-width: 1920px) {
  html {
    font-size: calc(100px - (1920px - 100vw) / 100);
  }
}
@media (max-width: 992px) {
  html {
    font-size: 70px;
  }
}
@media (max-width: 768px) {
  html {
    font-size: 60px;
  }
}
html.overHidden {
  position: fixed;
  height: 100%;
  width: 100%;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}
li,
ol,
ul {
  list-style: none;
}
li {
  font-size: 0;
}
a {
  font-size: inherit;
  color: inherit;
  text-decoration: none;
}
em {
  font-style: normal;
}
.clearfix:after {
  content: " ";
  display: block;
  line-height: 0;
  height: 0;
  visibility: hidden;
  clear: both;
}
.w {
  width: 1588px;
}
.w,
.w_1200 {
  margin: 0 auto;
}
.w_1200 {
  width: 1200px;
}
select {
  color: inherit;
}
.img img {
  display: block;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
body {
  color: #333;
  font-weight: 300;
  overflow-x: hidden !important;
}
body.overflowY {
  overflow-y: hidden;
}
img {
  border: none;
}
.breadcrumb {
  font-size: 0;
  padding-top: 20px;
  margin-bottom: 1.3rem;
}
.breadcrumb .back,
.breadcrumb .current {
  font-size: 16px;
  line-height: 22px;
}
.breadcrumb .current {
  color: #d6000f;
  font-weight: 500;
}
.breadcrumb span {
  font-size: 16px;
  line-height: 22px;
  margin-left: 10px;
  margin-right: 10px;
}
.pos-r {
  position: relative;
}
.video-play-modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
}
.video-play-modal .video-play-head {
  width: 100%;
  height: 40px;
  background: #000;
}
.video-play-modal .close-btn {
  float: right;
  cursor: pointer;
  height: inherit;
}
.video-play-modal .video-play-main {
  width: 60%;
  height: auto;
  border: 3px solid #000;
  background-color: #000;
}
.video-play-modal video {
  display: block;
  width: 100%;
  outline: none;
}
.swiper-button-next,
.swiper-button-prev {
  outline: none !important;
}
.mobile_nav {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  background-color: #d6000f;
  width: 100%;
  font-size: 0;
  padding: 10px 0.3rem;
}
.mobile_nav:after {
  content: "";
  clear: both;
  display: block;
  visibility: hidden;
  width: 0;
  height: 0;
}
.mobile_nav .mv_logo {
  float: left;
  margin-top: 5px;
}
.mobile_nav .mv_logo img {
  display: block;
  height: 26px;
}
.mobile_nav .mv_down {
  float: right;
  height: 30px;
  width: 36px;
  padding: 6px 6px 0;
  border: 1px solid #f9ad09;
  transition: all 0.3s linear;
}
.mobile_nav .mv_down span {
  background-color: #fff;
  width: 22px;
  height: 2px;
  display: block;
  transition: all 0.3s linear;
}
.mobile_nav .mv_down span:nth-child(2) {
  margin-top: 5px;
  margin-bottom: 5px;
}
.mobile_nav .mv_down.collapse {
  background-color: #fff;
  border-color: #fff;
}
.mobile_nav .mv_down.collapse span {
  background-color: #f9ad09;
}
.mobile_nav .list {
  border-top: 1px solid #fff;
  height: calc(100vh - 51px);
  padding-bottom: 100px;
  overflow-y: scroll;
  overflow-x: hidden;
  background-color: #d6000f;
  background-image: -moz-linear-gradient(to bottom, #d6000f, #075dbf);
  background-image: -webkit-linear-gradient(180deg, #d6000f, #075dbf);
  background-image: -o-linear-gradient(to bottom, #d6000f, #075dbf);
  background-image: -ms-linear-gradient(to bottom, #d6000f, #075dbf);
  background-image: linear-gradient(180deg, #d6000f, #075dbf);
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
  z-index: 100;
  display: none;
}
.mobile_nav .list ul li {
  margin-top: 20px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  transform: translateY(25px);
  transition: all 0.5s linear;
}
.mobile_nav .list ul li a {
  padding-left: 10px;
  padding-right: 10px;
  font-size: 20px;
  display: block;
  text-align: center;
  color: #fff;
}
.mobile_nav .list ul li a.cur {
  color: #f9ad09;
}
.mobile_nav .list ul li.showup {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  transform: none;
}
.bounce_to_right {
  transform: perspective(1px) translateZ(0);
  position: relative;
  transition-duration: 0.5s;
}
.bounce_to_right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #d6000f;
  transform: scaleX(0);
  transform-origin: 0 50%;
  transition-property: transform;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
}
.bounce_to_right:hover {
  color: #fff;
}
.bounce_to_right:hover:before {
  transform: scale(1);
}
.bounce_to_left {
  transform: perspective(1px) translateZ(0);
  position: relative;
  transition-duration: 0.5s;
}
.bounce_to_left:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #d6000f;
  transform: scaleX(0);
  transform-origin: 100% 50%;
  transition-property: transform;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
}
.bounce_to_left:hover {
  color: #fff;
}
.bounce_to_left:hover:before {
  transform: scale(1);
}
.rectangle_in {
  transform: perspective(1px) translateZ(0);
  position: relative;
  background-color: #d6000f;
  transition-duration: 0.5s;
}
.rectangle_in:before {
  content: "";
  background-color: #fff;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform: scale(1);
  transition-property: transform;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
}
.rectangle_in:hover {
  color: #fff;
}
.rectangle_in:hover:before {
  transform: scale(0);
}
.product-news {
  padding-bottom: 0.74rem;
  padding-top: 0.2rem;
}
.product-news .w_1200 {
  position: relative;
}
.product-news .product-news-swiper {
  margin-left: 6%;
  margin-right: 6%;
}
.product-news .product-news-swiper .swiper-slide {
  background-color: #d6000f;
  padding: 20px;
}
.product-news .product-news-swiper .swiper-slide a {
  position: relative;
  display: block;
}
.product-news .product-news-swiper .swiper-slide a:after {
  content: "";
  clear: both;
  display: block;
  visibility: hidden;
  width: 0;
  height: 0;
}
.product-news .product-news-swiper .swiper-slide a .img {
  float: left;
  width: 50%;
}
.product-news .product-news-swiper .swiper-slide a .img img {
  display: block;
  width: 100%;
}
.product-news .product-news-swiper .swiper-slide a .words {
  float: left;
  width: 50%;
  padding-left: 30px;
  padding-top: 15px;
}
.product-news .product-news-swiper .swiper-slide a .words h2 {
  font-size: 0.28rem;
  margin-bottom: 0.2rem;
}
.product-news .product-news-swiper .swiper-slide a .words h2,
.product-news .product-news-swiper .swiper-slide a .words h3 {
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis !important;
  display: -webkit-box;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
  font-weight: 300;
}
.product-news .product-news-swiper .swiper-slide a .words h3 {
  font-size: 0.18rem;
  line-height: 30px;
  padding-right: 10px;
}
.product-news .product-news-swiper .swiper-slide a .words .detail {
  color: #f9ad09;
  font-size: 0.18rem;
  position: absolute;
  z-index: 1;
  right: 10px;
  bottom: 20px;
}
.product-news .product-news-pagination {
  font-size: 0;
  right: 7%;
  bottom: 20px;
}
.product-news .product-news-pagination .swiper-pagination-bullet {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  background-color: #fff;
  border-radius: 0;
  width: 12px;
  height: 12px;
  margin-left: 14px;
}
.product-news
  .product-news-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #f9ad09;
}
.product-news .swiper-button-prev {
  background-image: url(../images/product_list_prev.png);
  width: 0.46rem;
  height: 0.46rem;
  background-size: contain;
  left: 10px;
}
.product-news .swiper-button-next {
  background-image: url(../images/product_list_next.png);
  width: 0.46rem;
  height: 0.46rem;
  background-size: contain;
  right: 10px;
}
@media (max-width: 992px) {
  .video-play-modal .video-play-main {
    width: 80%;
  }
}
@media (max-width: 960px) {
  body {
    padding-top: 50px;
  }
  .mobile_nav {
    display: block;
  }
  .breadcrumb {
    margin-bottom: 40px !important;
  }
  .centers-wrap {
    display: none !important;
  }
  .product-news {
    padding-top: 0.4rem;
  }
  .product-news .product-news-swiper {
    margin-left: 0;
    margin-right: 0;
  }
  .product-news .product-news-swiper .swiper-slide a {
    padding-bottom: 30px;
  }
  .product-news .product-news-swiper .swiper-slide a .img {
    float: none;
    width: 100%;
  }
  .product-news .product-news-swiper .swiper-slide a .words {
    float: none;
    width: 100%;
    padding-left: 0;
  }
  .product-news .product-news-swiper .swiper-slide a .words h2 {
    font-size: 0.3rem;
    height: 30px;
  }
  .product-news .product-news-swiper .swiper-slide a .words h3 {
    font-size: 0.24rem;
    padding-left: 0;
    line-height: 1.875;
    height: 52px;
    overflow: hidden;
    text-overflow: ellipsis !important;
    display: -webkit-box;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
  }
  .product-news .product-news-swiper .swiper-slide a .words .detail {
    position: static;
    text-align: right;
    font-size: 14px;
    padding-top: 0.2rem;
  }
  .product-news .swiper-button-next,
  .product-news .swiper-button-prev {
    display: none;
  }
  .product-news .product-news-pagination {
    left: 50%;
    right: auto;
    transform: translateX(-50%);
  }
  .product-news .product-news-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
}
@media (max-width: 768px) {
  .bounce_to_left:hover {
    color: #333;
  }
  .bounce_to_left:hover:before {
    transform: scale(0);
  }
  .bounce_to_right:hover {
    color: #333;
  }
  .bounce_to_right:hover:before {
    transform: scale(0);
  }
  .rectangle_in:hover {
    color: #333;
  }
  .rectangle_in:hover:before {
    transform: scale(1);
  }
  .breadcrumb {
    display: none;
  }
}
@media (max-width: 480px) {
  .breadcrumb {
    margin-bottom: 0.65rem;
    display: none;
  }
  input {
    -webkit-appearance: none !important;
  }
}
@font-face {
  font-family: Hormann Choosen;
  src: url(../fonts/hoermannhelveticaneue-mdcn.eot),
    url(../fonts/hoermannhelveticaneue-mdcn.woff) format("woff"),
    url(../fonts/hoermannhelveticaneue-mdcn.ttf) format("truetype");
}
@font-face {
  font-family: Hormann Not-Choosen;
  src: url(../fonts/hoermannhelveticaneue-ltcn.eot),
    url(../fonts/hoermannhelveticaneue-ltcn.woff) format("woff"),
    url(../fonts/hoermannhelveticaneue-ltcn.ttf) format("truetype");
}
@font-face {
  font-family: Hoermann;
  src: url(../fonts/hoermannhelveticaneue-lt.eot),
    url(../fonts/hoermannhelveticaneue-lt.woff) format("woff"),
    url(../fonts/hoermannhelveticaneue-lt.ttf) format("truetype");
}
@font-face {
  font-family: Hoermann Fire;
  src: url(../fonts/hoermannhelveticaneue-bd.eot),
    url(../fonts/hoermannhelveticaneue-bd.woff) format("woff"),
    url(../fonts/hoermannhelveticaneue-bd.ttf) format("truetype");
}
.top_nav {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
}
.top_nav .w:after {
  content: "";
  clear: both;
  display: block;
  visibility: hidden;
  width: 0;
  height: 0;
}
.top_nav .w ul {
  float: right;
  background-color: #fff;
  background-color: hsla(0, 0%, 100%, 0.85);
  padding: 0 0.05rem;
  position: relative;
}
.top_nav .w ul:after {
  content: "";
  clear: both;
  display: block;
  visibility: hidden;
  width: 0;
  height: 0;
}
.top_nav .w ul li {
  font-size: 0.14rem;
  line-height: 0.2rem;
  font-weight: 300;
  float: left;
  padding-top: 0.08rem;
  padding-bottom: 0.08rem;
  position: relative;
}
.top_nav .w ul li:hover a {
  text-decoration: underline;
}
.top_nav .w ul li:last-child:after {
  display: none;
}
.top_nav .w ul li a {
  padding-left: 0.14rem;
  padding-right: 0.14rem;
  border-right: 1px solid #333;
}
.top_nav .w ul li.language {
  padding-left: 0.14rem;
  padding-right: 0.14rem;
  cursor: pointer;
}
.top_nav .w ul li.language a {
  padding-left: 0;
  padding-right: 0;
  border: none;
}
.top_nav .w ul li.language i {
  display: inline-block;
  transform: rotate(-90deg);
  font-size: inherit;
  color: inherit;
  transition: all 0.5s ease-out;
}
.top_nav .w ul li.language i.down {
  transform: rotate(90deg);
}
.top_nav .w ul li.language:after {
  display: none;
}
.top_nav .w ul .language_down {
  padding-left: 0.14rem;
  padding-right: 0.14rem;
  position: absolute;
  right: 0;
  top: 100%;
  z-index: 2;
  background-color: #fff;
  background-color: hsla(0, 0%, 100%, 0.85);
  display: none;
}
.top_nav .w ul .language_down span {
  display: block;
  cursor: pointer;
  text-align: right;
}
.top_nav .w ul .language_down span:first-child {
  margin-bottom: 5px;
}
@media (max-width: 960px) {
  .top_nav {
    display: none;
  }
}
.sec_nav {
  position: absolute;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  z-index: 99;
  top: 60px;
}
.sec_nav .w:after {
  content: "";
  clear: both;
  display: block;
  visibility: hidden;
  width: 0;
  height: 0;
}
.sec_nav .w > a {
  display: block;
  float: left;
  width: 16.6%;
  background-color: #fff;
  height: 0.72rem;
  position: relative;
}
.sec_nav .w > a img {
  position: absolute;
  display: block;
  width: 83%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.sec_nav .w .content {
  width: 82%;
  float: right;
  background-color: #fff;
  background-color: hsla(0, 0%, 100%, 0.85);
  padding: 0.12rem;
}
.sec_nav .w .content .top_ul {
  padding-bottom: 0;
}
.sec_nav .w .content .top_ul:after {
  content: "";
  clear: both;
  display: block;
  visibility: hidden;
  width: 0;
  height: 0;
}
.sec_nav .w .content .top_ul li {
  float: left;
}
.sec_nav .w .content .top_ul li a {
  font-size: 0.2rem;
  font-weight: 300;
  height: 0.5rem;
  line-height: 0.5rem;
  background-color: transparent;
  padding: 0 0.19rem;
  display: block;
}
.sec_nav .w .content .top_ul li.cur a,
.sec_nav .w .content .top_ul li a:hover {
  background-color: #e1e1e5;
  background-color: rgba(225, 225, 229, 0.85);
}
.sec_nav .w .content .top_ul li.cur a {
  font-weight: 600;
}
.sec_nav .w .content .sec_ul {
  background-color: #e1e1e5;
  background-color: rgba(225, 225, 229, 0.85);
}
.sec_nav .w .content .sec_ul:after {
  content: "";
  clear: both;
  display: block;
  visibility: hidden;
  width: 0;
  height: 0;
}
.sec_nav .w .content .sec_ul.cutOne {
  overflow: hidden;
  height: 0.43rem;
}
.sec_nav .w .content .sec_ul li {
  float: left;
}
.sec_nav .w .content .sec_ul li a {
  display: block;
  font-size: 0.2rem;
  padding: 0 0.28rem;
  font-weight: 300;
  height: 0.43rem;
  line-height: 0.43rem;
}
.sec_nav .w .content .sec_ul li:hover a {
  font-weight: 600;
}
.sec_nav .w .content .thrid_ul {
  display: none;
  padding-left: 0.3rem;
}
.sec_nav .w .content .thrid_ul li:first-child {
  margin-top: 0.3rem;
}
.sec_nav .w .content .thrid_ul li a {
  display: block;
  font-size: 0.16rem;
  font-weight: 300;
  border-bottom: 1px solid #000;
  width: 30%;
  padding: 0.1rem 0;
}
.sec_nav .w .content .thrid_ul li:hover a {
  font-weight: 600;
}
@media (max-width: 1470px) {
  .sec_nav .w .content .sec_ul li a,
  .sec_nav .w .content .top_ul li a {
    padding: 0 0.18rem;
    font-size: 0.18rem;
  }
}
@media (max-width: 1300px) {
  .sec_nav .w .content .sec_ul li a,
  .sec_nav .w .content .top_ul li a {
    padding: 0 0.1rem;
    font-size: 0.18rem;
  }
}
@media (max-width: 1050px) {
  .sec_nav .w .content .sec_ul li a,
  .sec_nav .w .content .top_ul li a {
    padding: 0 0.1rem;
    font-size: 0.16rem;
  }
}
@media (max-width: 960px) {
  .sec_nav {
    display: none !important;
  }
}
.swiper-banner .swiper-slide {
  position: relative;
}
.swiper-banner .swiper-slide .swiper-mask {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.6);
  display: none;
}
.swiper-banner .swiper-slide > img {
  width: 100%;
  display: block;
}
.swiper-banner .swiper-slide .point_group {
  width: 9px;
  height: 9px;
  background-color: #f9ad09;
  position: absolute;
  z-index: 2;
  left: 44.4%;
  top: 58.6%;
  transform: translate(50%, 50%) rotate(45deg);
  -webkit-transform: translate(50%, 50%) rotate(45deg);
  -ms-transform: translate(50%, 50%) rotate(45deg);
  -o-transform: translate(50%, 50%) rotate(45deg);
  -moz-transform: translate(50%, 50%) rotate(45deg);
  cursor: pointer;
}
.swiper-banner .swiper-slide .point_group:hover .divergent {
  animation-play-state: paused;
  border-color: transparent;
}
.swiper-banner .swiper-slide .point_group .divergent {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  z-index: 3;
  width: 0;
  height: 0;
  border-radius: 50%;
  border: 1px solid #f9ad09;
  animation: pointDivergent 4.5s ease-out infinite;
  -webkit-animation: pointDivergent 4.5s ease-out infinite;
}
.swiper-banner .swiper-slide .point_group .divergent:first-child {
  animation-delay: 225ms;
}
.swiper-banner .swiper-slide .point_group .divergent:nth-child(2) {
  animation-delay: 0.9s;
}
.swiper-banner .swiper-slide .point_group .divergent:nth-child(3) {
  animation-delay: 1.8s;
}
.swiper-banner .swiper-slide .point_group .divergent.stop {
  animation-play-state: paused;
  border-color: transparent;
}
.swiper-banner .swiper-slide .point_group .hover_mask {
  background-color: #fff;
  background-color: hsla(0, 0%, 100%, 0.3);
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  border-radius: 50%;
  width: 0;
  height: 0;
}
.swiper-banner .swiper-slide .point_group .broken_line {
  position: absolute;
  z-index: 4;
  top: -100%;
  left: 50%;
  transform-origin: 0 100%;
  -webkit-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  -o-transform-origin: 0 100%;
  -moz-transform-origin: 0 100%;
  transform: translateY(-60%) rotate(-45deg);
  -webkit-transform: translateY(-60%) rotate(-45deg);
  -ms-transform: translateY(-60%) rotate(-45deg);
  -moz-transform: translateY(-60%) rotate(-45deg);
  -o-transform: translateY(-60%) rotate(-45deg);
  display: none;
}
.swiper-banner .swiper-slide .point_group .broken_line img {
  display: block;
}
.swiper-banner .swiper-slide .point_group .broken_line .words {
  position: absolute;
  z-index: 5;
  font-size: 0.2rem;
  color: #f9ad09;
  top: -40px;
  left: 38px;
  transform: translateY(-20%);
  -webkit-transform: translateY(-20%);
  -ms-transform: translateY(-20%);
  -o-transform: translateY(-20%);
  -moz-transform: translateY(-20%);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  filter: alpha(opacity=0);
  width: 300px;
  overflow: hidden;
  text-overflow: ellipsis !important;
  display: -webkit-box;
  -webkit-line-clamp: 3 !important;
  -webkit-box-orient: vertical !important;
  font-weight: 300;
  line-height: 0.24rem;
}
.swiper-banner .swiper-pagination {
  font-size: 0;
  bottom: 60px;
}
.swiper-banner .swiper-pagination span {
  width: 0.1rem;
  height: 0.1rem;
  margin: 0 6px !important;
  background-color: #d6000f;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1 !important;
  cursor: pointer;
}
.swiper-banner .swiper-pagination span.swiper-pagination-bullet-active {
  background-color: #f9ad09;
}
.swiper-banner .swiper-button-prev {
  background-image: url(../images/banner_prev.png);
  background-size: contain;
  width: 0.46rem;
  left: 2.76%;
}
.swiper-banner .swiper-button-next {
  background-image: url(../images/banner_next.png);
  background-size: contain;
  width: 0.46rem;
  right: 2.76%;
}
@media (max-width: 768px) {
  .swiper-banner .swiper-slide .point_group {
    display: none;
  }
  .swiper-banner .swiper-pagination {
    bottom: 34px;
  }
  .swiper-banner .swiper-pagination span.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
  .swiper-banner .swiper-button-next,
  .swiper-banner .swiper-button-prev {
    display: none;
  }
}
@media (max-width: 480px) {
  .swiper-banner {
    height: 211px;
  }
  .swiper-banner img {
    display: block;
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
}
.foot-wrap {
  background-color: #fff;
}
.foot {
  max-width: 1440px;
  margin: 0 auto;
  padding-top: 1.3rem;
  padding-bottom: 1.1rem;
}
.foot .storeLink {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding-bottom: 0.23rem;
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 0.92rem;
  align-items: center;
}
.foot .storeLink .logoDark {
  position: relative;
  font-size: 0;
}
.foot .storeLink .logoDark:hover img:first-child {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
}
.foot .storeLink .logoDark:hover img.logo_yellow,
.foot .storeLink .logoDark img {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
}
.foot .storeLink .logoDark img {
  display: block;
  width: auto;
  height: 0.4rem;
  position: relative;
  z-index: 1;
  transition: all 0.5s ease-out;
}
.foot .storeLink .logoDark .logo_yellow {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
}
.foot .storeLink .linkGroup {
  display: flex;
  align-items: center;
  font-size: 0;
}
.foot .storeLink .linkGroup a {
  font-size: 0;
}
.foot .storeLink .linkGroup a i {
  font-size: 0.36rem;
  color: #d8d8d8;
}
.foot .storeLink .linkGroup a:first-child:hover i {
  color: #de2f33 !important;
}
.foot .storeLink .linkGroup a:nth-child(2) {
  margin: 0 10px;
}
.foot .storeLink .linkGroup a:nth-child(2):hover i {
  color: #ff0036 !important;
}
.foot .storeLink .linkGroup a:last-child:hover i {
  color: #01d10c !important;
}
.foot .footNav {
  display: flex;
  justify-content: space-between;
  padding-left: 50px;
  padding-right: 50px;
}
.foot .footNav .footNav-item {
  width: 7.37%;
  position: relative;
}
.foot .footNav .footNav-item img {
  display: block;
  width: 100%;
}
.foot .footNav .footNav-item p {
  text-align: center;
  width: 100%;
  font-size: 0.16rem;
  line-height: 0.22rem;
  margin-top: 8px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  width: 200%;
}
.foot .footNav .footNav-item:hover p,
.foot .footNav .footNav-item p {
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
}
.foot .footNav .footNav-item:hover p {
  color: #d6000f;
}
.foot .footNav .footNav-item:hover img {
  animation: pulse 0.7s;
}
.copyright {
  background-color: #3f3f3f;
}
.copyright .copyright-content {
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  color: #fff;
  font-size: 0.16rem;
  line-height: 0.22rem;
  font-weight: 300;
  padding: 20px 0;
}
.copyright .copyright-content > ul {
  display: flex;
  align-items: center;
}
.copyright .copyright-content > ul li {
  margin-right: 0.33rem;
  position: relative;
}
.copyright .copyright-content > ul li a {
  font-size: 0.16rem;
  display: block;
}
.copyright .copyright-content > ul li:nth-child(4) {
  margin-right: 0.3rem;
}
.copyright .copyright-content > ul li:nth-child(4):after {
  display: none;
}
.copyright .copyright-content > ul li:last-child {
  margin-right: 0;
}
.copyright .copyright-content > ul li:last-child:after {
  display: none;
}
.copyright .copyright-content > ul li:after {
  content: "";
  position: absolute;
  display: block;
  width: 1px;
  height: 0.18rem;
  right: -0.16rem;
  top: 0;
  z-index: 2;
  background-color: #fff;
  top: 50%;
  transform: translateY(-50%);
}
.copyright .copyright-content > ul li.share {
  display: flex;
  align-items: center;
}
.copyright .copyright-content > ul li.share span {
  font-size: 0.16rem;
}
.copyright .copyright-content > ul li.share ul {
  display: flex;
}
.aside-box {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: width 0.3s ease;
  z-index: 200;
  width: 50px;
}
.aside-box.showFormRight {
  width: 50px;
}
.aside-box ul li {
  height: 50px;
  position: relative;
  border-bottom: 1px solid #3b3b3b;
  background-color: #191919;
  transition: all 0.3s ease;
  cursor: pointer;
}
.aside-box ul li:hover {
  background-color: #fff;
}
.aside-box ul li:hover span {
  color: #191919;
}
.aside-box ul li:hover i {
  color: #191919;
  background-color: #fff;
}
.aside-box ul li span {
  position: absolute;
  font-size: 14px;
  color: #fff;
  transition: color 0.3s ease;
  line-height: 50px;
  text-indent: 20px;
  z-index: 1;
  transition: all 0.3s ease;
  font-weight: 400;
}
.aside-box ul li i {
  font-size: 20px;
  color: #fff;
  position: absolute;
  line-height: 49px;
  right: 0;
  width: 50px;
  text-align: center;
  z-index: 2;
  background-color: #191919;
  transition: all 0.3s ease;
}
@media (max-width: 1588px) {
  .foot {
    width: 90%;
  }
}
@media (max-width: 1440px) {
  .copyright-content,
  .foot {
    width: 90%;
  }
}
@media (max-width: 960px) {
  .aside-box {
    display: none;
  }
}
@media (max-width: 768px) {
  .foot .footNav {
    padding-left: 10px;
    padding-right: 10px;
  }
  .foot .footNav .footNav-item {
    width: 15%;
  }
  .foot .footNav .footNav-item p {
    width: 100%;
  }
  .copyright .copyright-content {
    display: block;
    position: relative;
    padding-bottom: 25px;
  }
  .copyright .copyright-content p {
    position: absolute;
    bottom: 10px;
    width: 100%;
    left: 0;
    border-top: 1px solid #6689b1;
    font-size: 12px;
    padding-top: 10px;
  }
  .copyright .copyright-content > ul {
    display: block;
    margin-bottom: 20px;
    position: relative;
  }
  .copyright .copyright-content > ul li {
    width: 70%;
    margin-right: 0;
    margin-bottom: 16px;
  }
  .copyright .copyright-content > ul li a {
    font-size: 13px;
  }
  .copyright .copyright-content > ul li:after {
    display: none;
  }
  .copyright .copyright-content > ul li.share {
    margin-top: 25px;
  }
}
@media (max-width: 480px) {
  .foot {
    padding-bottom: 0.5rem;
  }
  .foot .storeLink {
    margin-bottom: 0.5rem;
  }
}
@keyframes pointDivergent {
  form {
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
  }
  to {
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    opacity: 0.5;
    width: 1.6rem;
    height: 1.6rem;
  }
}
@-webkit-keyframes pointDivergent {
  form {
    width: 0;
    height: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
  }
  to {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    opacity: 0.5;
    width: 1.6rem;
    height: 1.6rem;
  }
}
@keyframes downloadAnimation {
  0% {
    transform: translateY(-7px);
  }
  to {
    transform: translateY(2px);
  }
}
@keyframes one {
  0% {
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
  }
  to {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
  }
}
body {
  overflow-x: hidden;
}
.main_title {
  text-align: center;
  margin-bottom: 0.68rem;
}
.main_title h5 {
  color: #f69d00;
  font-size: 0.16rem;
  line-height: 0.22rem;
  margin-bottom: 7px;
}
.main_title h2 {
  font-size: 0.32rem;
  line-height: 0.48rem;
}
.search {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  -o-transform: translateY(-40px);
  -webkit-transform: translateY(-40px);
  -moz-transform: translateY(-40px);
  position: relative;
  z-index: 5;
  background-color: #fff;
  height: 80px;
  box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.08);
}
.search:after {
  content: "";
  clear: both;
  display: block;
  visibility: hidden;
  width: 0;
  height: 0;
}
.search .list {
  float: left;
  width: 85%;
  font-size: 0;
  overflow: hidden;
  position: relative;
}
.search .list:after {
  content: "";
  clear: both;
  display: block;
  visibility: hidden;
  width: 0;
  height: 0;
}
.search .list ul {
  width: 85%;
  font-size: 0;
  float: left;
}
.search .list ul:after {
  content: "";
  clear: both;
  display: block;
  visibility: hidden;
  width: 0;
  height: 0;
}
.search .list ul li {
  text-align: center;
  height: 80px;
  line-height: 80px;
  float: left;
  width: 33.3%;
  border-right: 1px solid #d8d8d8;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  cursor: pointer;
}
.search .list ul li span {
  margin-left: 5px;
}
.search .list ul li i,
.search .list ul li span {
  font-size: 0.2rem;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
}
.search .list ul li i {
  color: #333;
}
.search .list ul li:hover {
  background-color: #d6000f;
  border-color: #d6000f;
}
.search .list ul li:hover i,
.search .list ul li:hover span {
  color: #fff;
}
.search .list .input_group {
  width: 100%;
  position: absolute;
  left: 85%;
  z-index: 3;
  text-align: center;
  height: 80px;
  line-height: 80px;
  top: 0;
  cursor: pointer;
  display: flex;
  background-color: #d6000f;
  transform: translateX(-1px);
  -o-transform: translateX(-1px);
  -moz-transform: translateX(-1px);
  -ms-transform: translateX(-1px);
  -webkit-transform: translateX(-1px);
}
.search .list .input_group.collapse {
  background-color: #fff;
}
.search .list .input_group .header {
  width: 15%;
  font-size: 0;
  height: 100%;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  background-color: #fff;
}
.search .list .input_group .header:hover {
  background-color: #d6000f;
  color: #fff;
}
.search .list .input_group .header i {
  font-size: 0.3rem;
}
.search .list .input_group .header.collapse {
  background-color: #fff;
  border-right: 1px solid #d8d8d8;
}
.search .list .input_group .header.collapse:hover {
  background-color: #d6000f;
}
.search .list .input_group input {
  width: 67%;
  margin-top: 10px;
  height: 60px;
  line-height: 60px;
  outline: none;
  background-color: #f3f3f3;
  border: none;
  margin-left: 3%;
  padding: 0 20px;
  font-size: 0.2rem;
  border-radius: 5px;
}
.search .list .input_group input::-webkit-input-placeholder {
  color: #ccc;
  font-weight: 300;
}
.search .list .input_group input::-moz-placeholder {
  color: #ccc;
  font-weight: 300;
}
.search .list .input_group input::-ms-input-placeholder {
  color: #ccc;
  font-weight: 300;
}
.search .list .input_group .close {
  width: 13%;
  margin-left: 2%;
  height: 80px;
  line-height: 80px;
  text-align: center;
}
.search .list .input_group .close i {
  font-weight: 700;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  display: inline-block;
}
.search .list .input_group .close:hover i {
  color: #f9ad09;
  transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
}
.search .search_button {
  width: 15%;
  float: left;
  font-size: 20px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  background-color: #d6000f;
  color: #fff;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.search .search_button a {
  display: block;
  position: relative;
  z-index: 2;
  font-size: 0.2rem;
}
.search .search_button .search_button_bg {
  position: absolute;
  background-color: #002857;
  height: 80px;
  right: 0;
  left: 0;
  z-index: 1;
  bottom: -80px;
}
.search .search_mobile {
  display: none;
}
.personal .title {
  text-align: center;
  font-size: 0;
}
.personal .title h2 {
  font-size: 0.32rem;
  line-height: 0.48rem;
  text-align: center;
  margin-bottom: 0.36rem;
}
.personal .title ul {
  display: inline-block;
  margin-bottom: 0.36rem;
}
.personal .title ul:after {
  content: "";
  clear: both;
  display: block;
  visibility: hidden;
  width: 0;
  height: 0;
}
.personal .title ul li {
  float: left;
  margin-right: 0.8rem;
}
.personal .title ul li:last-child {
  margin-right: 0;
}
.personal .title ul li a {
  display: block;
  color: #999;
  font-size: 0.2rem;
  position: relative;
}
.personal .title ul li a:after {
  content: "";
  position: absolute;
  background-color: #f9ad09;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  bottom: -4px;
  z-index: 1;
  height: 2px;
  width: 0;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
}
.personal .title ul li.active a {
  color: #333;
}
.personal .title ul li.active a:after {
  width: 100%;
}
.personal .title ul li:hover a {
  color: #333;
}
.personal .title ul li:hover a:after {
  width: 100%;
}
.personal .personal-mobile-swiper,
.personal .title .mobile_ul,
.personal .title .mobile_ul_two {
  display: none;
}
.case {
  font-size: 0;
  margin-top: 0.6rem;
}
.case,
.case h2 {
  text-align: center;
}
.case h2 {
  font-size: 0.32rem;
  line-height: 0.48rem;
  font-weight: 400;
  margin-bottom: 0.1rem;
}
.case .case-know-more {
  display: inline-block;
  color: #f9ad09;
  border-bottom: 2px solid #f9ad09;
  font-size: 0.18rem;
  line-height: 0.25rem;
  margin-bottom: 0.6rem;
}
.case .case-content {
  background-color: #151515;
}
.case .case-content .wrap {
  position: relative;
}
.case .case-content .wrap > ul {
  position: relative;
  z-index: 20;
}
.case .case-content .wrap > ul:after {
  content: "";
  clear: both;
  display: block;
  visibility: hidden;
  width: 0;
  height: 0;
}
.case .case-content .wrap > ul li {
  float: left;
  width: 16.66%;
  position: relative;
  cursor: pointer;
}
.case .case-content .wrap > ul li:after {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 1;
  background-color: #fff;
  filter: alpha(opacity=2);
  -moz-opacity: 0.2;
  -khtml-opacity: 0.2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  opacity: 0.2;
}
.case .case-content .wrap > ul li .img {
  transition: all 0.5s ease;
  height: 590px;
}
.case .case-content .wrap > ul li .img.disappear {
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
}
.case .case-content .wrap > ul li .img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.case .case-content .wrap .bg_cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #151515;
  z-index: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
}
.case .case-content .wrap .bg_cover.one {
  animation: one 0.8s;
}
.case .case-content .wrap .bg_img {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
  transition: all 0.5s ease;
}
.case .case-content .wrap .bg_img.one {
  animation: one 1.5s;
}
.case .case-content .wrap .words {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 50px;
  z-index: 20;
}
.case .case-content .wrap .words ul li {
  float: left;
  font-size: 0.28rem;
  color: #fff;
  width: 16.66%;
  text-align: center;
  font-weight: 400;
  transition: transform 0.5s ease;
}
.case .case-content .wrap .words ul li.white {
  color: #fff;
  transform: translateY(-20px);
}
.case .case-content .wrap .words ul li.dark {
  color: #ccc;
  transform: translateY(0);
}
.case .case_mobile {
  display: none;
}
.news {
  margin-top: 1rem;
  margin-bottom: 1.35rem;
}
.news .content {
  max-width: 1130px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.news .content .left {
  width: 65%;
  display: flex;
  padding-bottom: 3%;
  box-shadow: 0 0 40px #f4f4f4;
  cursor: pointer;
}
.news .content .left:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.news .content .left:hover .words h4 {
  color: #d6000f;
}
.news .content .left:hover .words i {
  background-color: #d6000f;
  color: #fff;
  border-color: #d6000f;
}
.news .content .left .img {
  width: 45%;
  overflow: hidden;
}
.news .content .left .img img {
  display: block;
  width: 100%;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
}
.news .content .left .words {
  width: 55%;
  padding: 0.6rem 6% 0;
  position: relative;
}
.news .content .left .words h3 {
  color: #f9ad09;
  font-size: 0.18rem;
  margin-bottom: 0.26rem;
}
.news .content .left .words h4 {
  font-size: 0.3rem;
  line-height: 0.48rem;
  font-weight: 300;
  overflow: hidden;
  text-overflow: ellipsis !important;
  display: -webkit-box;
  -webkit-line-clamp: 4 !important;
  -webkit-box-orient: vertical !important;
  transition: all 0.5s ease-out;
  height: 1.92rem;
}
.news .content .left .words i {
  position: absolute;
  font-size: 0.16rem;
  width: 0.35rem;
  height: 0.35rem;
  border: 1px solid #333;
  line-height: 0.35rem;
  color: #333;
  transition: all 0.5s ease-out;
  text-align: center;
  bottom: 0;
}
.news .content .right {
  width: 25%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.news .content .right .img {
  box-shadow: 0 0 40px #f4f4f4;
  cursor: pointer;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.news .content .right .img:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -moz-transform: scale(1.1);
}
.news .content .right .img img {
  display: block;
  width: 100%;
  transition: all 0.8s ease;
  -webkit-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
}
.news .content .right .img .words {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.6);
  text-align: center;
  padding: 0.38rem;
}
.news .content .right .img .words h3 {
  color: #f9ad09;
  font-size: 0.18rem;
  margin-bottom: 0.05rem;
}
.news .content .right .img .words h4 {
  font-size: 0.2rem;
  line-height: 0.28rem;
  color: #fff;
  font-weight: 300;
  height: 0.56rem;
  overflow: hidden;
  text-overflow: ellipsis !important;
  display: -webkit-box;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
}
.history {
  padding-top: 135px;
  position: relative;
  overflow: hidden;
}
.history .history-title {
  font-size: 1.2rem;
  text-align: center;
  position: absolute;
  z-index: 3;
  width: 100%;
  top: 0;
  font-weight: 300;
}
.history .begin-time {
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
	font-size:40px !important;
	font-weight: bold;
}
.history .begin-time,
.history .mobile_begin-time {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width:50%;
	font-size:20px;
	text-align:center;
}
.history .mobile_begin-time,
.history .mobile_begin_words {
  display: none;
}
.history .mountain-name {
  position: absolute;
  z-index: 3;
  top: 20%;
  left: 15%;
  color: #666;
  font-size: 0.2rem;
  line-height: 0.24rem;
  width: 0.68rem;
  display: flex;
}
.history .mountain-name span {
  width: 0.34rem;
}
.history .history-top {
  position: relative;
}
.history .history-top .history-top-bg img,
.history .history-top .img img {
  display: block;
  width: 100%;
}
.history .history-top .history-top-center {
  position: absolute;
  right: 23.3%;
  z-index: 5;
  top: 24.3%;
  width: 46.8%;
}
.history .history-top .history-top-center img {
  display: block;
  width: 100%;
}
.history .history-top .history-cloud-four,
.history .history-top .history-cloud-one,
.history .history-top .history-cloud-three,
.history .history-top .history-cloud-two {
  position: absolute;
  z-index: 8;
  width: 100%;
  left: 0;
  top: 70%;
}
.history .history-top .history-cloud-four .white {
  background-color: #fff;
  width: 100%;
  height: 2000px;
}
.history-center {
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 10;
  top: -100px;
}
.history-center .center-item {
  text-align: center;
  width: 27%;
}
.history-center .center-item .data {
  font-size: 0.6rem;
  border-bottom: 1px solid #ccc;
  line-height: 0.84rem;
}
.history-center .center-item .data span {
  display: inline-block;
  margin-bottom: 0.14rem;
}
.history-center .center-item .data .unit {
  font-size: 0.2rem;
  line-height: 0.28rem;
  margin-left: 5px;
  transform: translateY(-2px);
  -webkit-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
}
.history-center .center-item .des {
  font-size: 0.2rem;
  line-height: 0.28rem;
  width: 60%;
  margin: 0.2rem auto 0;
}
.history-bottom {
  max-width: 1440px;
  padding: 0 3.25%;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 10;
  top: -100px;
  margin: 1.2rem auto 0;
}
.history-bottom .bottom-item {
  width: 25%;
  font-size: 0;
}
.history-bottom .bottom-item:hover .bottom-collapse.down i {
  transform: rotate(90deg);
}
.history-bottom .bottom-item:hover .bottom-collapse.up i {
  transform: rotate(-90deg);
}
.history-bottom .bottom-item h4 {
  font-size: 0.28rem;
  line-height: 0.42rem;
  margin-bottom: 0.14rem;
}
.history-bottom .bottom-item .p-wrap {
  height: 280px;
  overflow: hidden;
}
.history-bottom .bottom-item .p-wrap p {
  color: #666;
  font-size: 0.18rem;
  line-height: 40px;
  transition: all 0.3s linear;
}
.history-bottom .bottom-item .bottom-collapse {
  font-size: 0.18rem;
  color: #d6000f;
  cursor: pointer;
  display: inline-block;
}
.history-bottom .bottom-item .bottom-collapse i {
  color: inherit;
  font-size: inherit;
  transition: all 0.3s ease-out;
  display: inline-block;
}
.foot {
  padding-top: 30px;
}
@media (max-width: 1130px) {
  .news .content {
    width: 90%;
  }
  .news .content .left .words h4 {
    line-height: 0.4rem;
    height: 1.6rem;
  }
}
.personal-wrap {
  width: 100%;
  overflow: hidden;
  padding-top: 10px;
  max-width: 2000px;
  margin-left: auto;
  margin-right: auto;
}
.personal-product {
  margin: 0 auto;
  position: relative;
  z-index: 3;
}
.personal-product .scrollBar {
  position: absolute;
  width: 264px;
  left: 0;
  top: 0;
  z-index: 8;
  height: 100px;
  height: 100%;
  box-shadow: -4px 0 5px #e5e5e5;
}
.personal-product .scrollBar:hover .viewport .btn {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
}
.personal-product .scrollBar .viewport {
  height: 100%;
  overflow: hidden;
}
.personal-product .scrollBar .viewport ul {
  height: 100%;
}
.personal-product .scrollBar .viewport .down {
  bottom: 0;
  border-bottom: 1px solid #e5e5e5;
}
.personal-product .scrollBar .viewport .down,
.personal-product .scrollBar .viewport .up {
  position: absolute;
  z-index: 8;
  width: calc(100% - 24px);
  left: 0;
  height: 7%;
  background-color: #fff;
  cursor: pointer;
}
.personal-product .scrollBar .viewport .up {
  top: 0;
}
.personal-product .scrollBar .viewport .btn {
  position: relative;
  z-index: 8;
  bottom: 0;
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  display: block;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  transition: all 0.5s ease;
}
.personal-product .scrollBar .viewport li {
  height: 25%;
  display: flex;
  align-items: center;
  width: calc(100% - 24px);
  background-color: #fff;
}
.personal-product .scrollBar .viewport li,
.personal-product .scrollBar .viewport li a {
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
}
.personal-product .scrollBar .viewport li a {
  padding-left: 10%;
  width: 100%;
  display: block;
}
.personal-product .scrollBar .viewport li a p {
  width: 100%;
}
.personal-product .scrollBar .viewport li a .zh {
  font-size: 0.24rem;
  line-height: 0.33rem;
  margin-bottom: 5px;
}
.personal-product .scrollBar .viewport li a .en {
  color: #999;
  font-size: 0.14rem;
  line-height: 0.2rem;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
}
.personal-product .scrollBar .viewport li.active {
  width: 100%;
  background-color: #d6000f;
}
.personal-product .scrollBar .viewport li.active a,
.personal-product .scrollBar .viewport li.active a .en {
  color: #fff;
}
.personal-product .scrollBar .viewport li.leave {
  width: calc(100% - 24px);
}
.personal-product .scrollBar .viewport .scroll-swiper {
  height: 86%;
  overflow: hidden;
  position: relative;
  top: 7%;
}
.personal-product .scrollBar .viewport .scroll-swiper .swiper-slide {
  height: 25% !important;
  display: flex;
  align-items: center;
  transition: all 0.3s ease-out;
  width: 240px;
  background-color: #fff;
}
.personal-product .scrollBar .viewport .scroll-swiper .swiper-slide a {
  padding-left: 10%;
  width: 100%;
  display: block;
  transition: all 1s ease-out;
  -webkit-transition: all 1s ease-out;
  -ms-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  position: relative;
}
.personal-product .scrollBar .viewport .scroll-swiper .swiper-slide a img {
  position: absolute;
  z-index: 8;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  right: 24px;
  display: none;
  width: 24px;
}
.personal-product .scrollBar .viewport .scroll-swiper .swiper-slide a i {
  position: absolute;
  font-size: 20px;
  top: 50%;
  z-index: 8;
  transform: translateY(-50%);
  right: 24px;
  display: none;
  transition: all 0.15s;
}
.personal-product .scrollBar .viewport .scroll-swiper .swiper-slide a i:hover {
  transform-origin: center center;
  transform: scale(1.1) translateY(-50%);
}
.personal-product .scrollBar .viewport .scroll-swiper .swiper-slide a p {
  width: 100%;
}
.personal-product .scrollBar .viewport .scroll-swiper .swiper-slide a .zh {
  font-size: 0.2rem;
  line-height: 0.2rem;
}
.personal-product .scrollBar .viewport .scroll-swiper .swiper-slide a .en {
  color: #999;
  font-size: 0.14rem;
  line-height: 0.2rem;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
}
.personal-product .scrollBar .viewport .scroll-swiper .swiper-slide:hover {
  width: 100%;
  background-color: #d6000f;
}
.personal-product .scrollBar .viewport .scroll-swiper .swiper-slide:hover a,
.personal-product
  .scrollBar
  .viewport
  .scroll-swiper
  .swiper-slide:hover
  a
  .en {
  color: #fff;
}
.personal-product
  .scrollBar
  .viewport
  .scroll-swiper
  .swiper-slide:hover
  a
  img {
  display: block;
}
.personal-product .scrollBar .viewport .scroll-swiper .swiper-slide:hover a i {
  display: block;
  color: #fff;
}
.personal-product .scrollBar .viewport .scroll-swiper .swiper-slide-active {
  transition: none;
  -webkit-transition: none;
  -ms-transition: none;
  -o-transition: none;
  -moz-transition: none;
  width: 100%;
  background-color: #d6000f;
}
.personal-product .scrollBar .viewport .scroll-swiper .swiper-slide-active a,
.personal-product
  .scrollBar
  .viewport
  .scroll-swiper
  .swiper-slide-active
  a
  .en {
  color: #fff;
}
.personal-product
  .scrollBar
  .viewport
  .scroll-swiper
  .swiper-slide-active
  a
  img {
  display: block;
}
.personal-product .scrollBar .viewport .scroll-swiper .swiper-slide-active a i {
  display: block;
  color: #fff;
}
.personal-product .cate-swiper {
  overflow: visible;
  padding-left: 240px;
}
.personal-product .cate-swiper .swiper-slide {
  width: 100%;
  height: 100%;
  transform: scale(0.75);
  -webkit-transform: scale(0.75);
  -ms-transform: scale(0.75);
  -o-transform: scale(0.75);
  -moz-transform: scale(0.75);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  opacity: 0.6;
  cursor: pointer;
}
.personal-product .cate-swiper .swiper-slide img {
  display: block;
  width: 100%;
}
.personal-product .cate-swiper .swiper-slide-prev {
  left: -30%;
}
.personal-product .cate-swiper .swiper-slide-active {
  transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  -moz-transform: scale(1);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
}
.product-list-wrap {
  background: url(../images/new_bg_02.jpg) no-repeat top;
  background-size: cover;
  padding-bottom: 0.5rem;
  padding-top: 63px;
  margin-top: 10px;
}
.product-list {
  max-width: 1200px;
  margin: 0 auto;
}
.product-list .list-item {
  display: none;
}
.product-list .list-item .swiper-pagination {
  font-size: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  bottom: -0.6rem;
}
.product-list .list-item .swiper-pagination span {
  width: 0.13rem;
  height: 0.13rem;
  margin-right: 0.14rem;
  background-color: #fff;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1 !important;
  border-radius: 0 !important;
}
.product-list
  .list-item
  .swiper-pagination
  span.swiper-pagination-bullet-active {
  background-color: #f9ad09;
}
.product-list .list-item .swiper-btn-wrap {
  width: 100%;
  position: relative;
  padding: 0 6%;
  margin-bottom: 0.5rem;
}
.product-list .list-item .swiper-btn-wrap .swiper-button-prev {
  background-image: url(../images/product_list_prev.png);
  background-size: contain;
  width: 0.46rem;
  height: 0.46rem;
  cursor: pointer;
}
.product-list .list-item .swiper-btn-wrap .swiper-button-next {
  background-image: url(../images/product_list_next.png);
  background-size: contain;
  width: 0.46rem;
  height: 0.46rem;
  cursor: pointer;
}
.product-list .list-item:first-child {
  display: block;
}
.product-list .list-item h5 {
  margin-bottom: 0.58rem;
  font-size: 0.28rem;
  line-height: 0.5rem;
  text-align: center;
}
.product-list .list-item .swiper-container .swiper-slide {
  width: 100%;
}
.product-list .list-item .swiper-container .swiper-slide:after {
  content: "";
  clear: both;
  display: block;
  visibility: hidden;
  width: 0;
  height: 0;
}
.product-list .list-item .swiper-container .swiper-slide .img-wrap {
  width: 30%;
  background-color: #fff;
  cursor: pointer;
  position: relative;
  margin-right: 5%;
  float: left;
}
.product-list
  .list-item
  .swiper-container
  .swiper-slide
  .img-wrap:nth-child(3) {
  margin-right: 0;
}
.product-list .list-item .swiper-container .swiper-slide .img-wrap img {
  display: block;
  width: 100%;
}
.product-list .list-item .swiper-container .swiper-slide .img-wrap .title {
  font-size: 0.2rem;
  line-height: 0.33rem;
  margin-top: 0.2rem;
  margin-bottom: 0.2rem;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
}
.product-list .list-item .swiper-container .swiper-slide .img-wrap:after {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  height: 8px;
  z-index: 1;
  left: 0;
  bottom: 0;
  background-color: #d6000f;
}
.product-list .list-item .swiper-container .swiper-slide .img-wrap:hover:after {
  background-color: #f9ad09;
}
.switchIndex {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1000;
  display: none;
}
.switchIndex .switchContent {
  width: 960px;
  background-color: #fff;
  margin: 0.7rem auto 0;
  height: 500px;
  position: relative;
}
.switchIndex .switchContent .logo {
  padding-top: 60px;
}
.switchIndex .switchContent .logo img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.switchIndex .switchContent .title {
  color: #999;
  text-align: center;
  width: 60%;
  font-size: 16px;
  margin-left: auto;
  margin-right: auto;
  line-height: 26px;
  margin-top: 30px;
}
.switchIndex .switchContent h5 {
  text-align: center;
  font-size: 30px;
  line-height: 42px;
  font-weight: 500;
  margin-top: 40px;
  margin-bottom: 50px;
}
.switchIndex .switchContent ul {
  padding-left: 180px;
  padding-right: 180px;
  display: flex;
  justify-content: space-between;
}
.switchIndex .switchContent ul li a {
  display: block;
}
.switchIndex .switchContent ul li a:hover img {
  filter: contrast(100%);
}
.switchIndex .switchContent ul li a:hover span:after {
  width: 100%;
}
.switchIndex .switchContent ul li a img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  filter: contrast(0);
}
.switchIndex .switchContent ul li a span {
  display: block;
  font-size: 16px;
  margin-top: 23px;
  text-align: center;
  position: relative;
}
.switchIndex .switchContent ul li a span:after {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  background-color: #f9ad09;
  z-index: 1;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.3s linear;
}
.switchIndex .switchContent .close_btn {
  position: absolute;
  top: 25px;
  right: 21px;
  z-index: 1;
  font-size: 0;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.switchIndex .switchContent .close_btn span {
  display: block;
  width: 28px;
  height: 4px;
  background-color: #d8d8d8;
  font-size: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.switchIndex .switchContent .close_btn span:first-child {
  transform: rotate(45deg);
}
.switchIndex .switchContent .close_btn span:last-child {
  transform: rotate(135deg);
}
@media (min-width: 1921px) {
  .personal-product {
    width: 1000px;
  }
  .personal-product .cate-swiper .swiper-slide-prev {
    left: -33%;
  }
}
@media (max-width: 1920px) {
  .personal-product {
    width: 1000px;
  }
  .personal-product .cate-swiper .swiper-slide-prev {
    left: -33%;
  }
}
@media (max-width: 1600px) {
  .personal-product {
    width: 900px;
  }
  .personal-product .cate-swiper .swiper-slide {
    width: 660px !important;
  }
  .personal-product .cate-swiper .swiper-slide-prev {
    left: -37%;
  }
}
@media (max-width: 1588px) {
  .history-center {
    width: 90%;
  }
  .history-bottom {
    padding-left: 0;
    padding-right: 0;
    width: 90%;
  }
  .search {
    height: 60px;
    transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
  }
  .search .list ul li {
    height: 60px;
    line-height: 60px;
  }
  .search .list .input_group .header {
    line-height: 60px;
  }
  .search .list .input_group input {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
  }
  .search .list .input_group .close,
  .search .search_button {
    height: 60px;
    line-height: 60px;
  }
}
@media (max-width: 1366px) {
  .personal-product {
    width: 820px;
  }
  .personal-product .scrollBar {
    width: 242px;
  }
  .personal-product .scrollBar .viewport .scroll-swiper .swiper-slide {
    width: 218px;
  }
  .personal-product .scrollBar .viewport .scroll-swiper .swiper-slide-active {
    width: 100%;
  }
  .personal-product .cate-swiper {
    padding-left: 220px;
  }
  .personal-product .cate-swiper .swiper-slide {
    width: 600px !important;
  }
  .personal-product .cate-swiper .swiper-slide-prev {
    left: -37%;
  }
}
@media (max-width: 1727px) {
  .news .content {
    width: 90%;
  }
}
@media (max-width: 1280px) {
  .personal-product {
    width: 820px;
  }
  .personal-product .scrollBar {
    width: 242px;
  }
  .personal-product .cate-swiper {
    padding-left: 220px;
  }
  .personal-product .cate-swiper .swiper-slide {
    width: 600px !important;
  }
  .personal-product .cate-swiper .swiper-slide-prev {
    left: -37%;
  }
}
@media (max-width: 1200px) {
  .history-bottom .bottom-item h4 {
    font-size: 0.25rem;
  }
}
@media (max-width: 960px) {
  .personal {
    margin-top: 20px;
  }
  .personal .title h2 {
    display: none;
  }
  .personal .title ul li {
    margin-right: 0.5rem;
  }
  .personal .personal-product-mobile .personal-mobile-swiper {
    display: block;
  }
  .search {
    height: 50px;
    width: 80%;
    transform: translateY(-25px);
  }
  .search,
  .search .list,
  .search .search_button {
    display: none;
  }
  .search .search_mobile {
    display: block;
    height: 100%;
    background-color: #d6000f;
    position: relative;
  }
  .search .search_mobile:after {
    content: "";
    clear: both;
    display: block;
    visibility: hidden;
    width: 0;
    height: 0;
  }
  .search .search_mobile:before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    left: 2%;
    width: 80%;
    height: 5px;
    background-color: #fff;
  }
  .search .search_mobile .search_icon {
    height: 100%;
    float: left;
    font-size: 0;
    width: 2%;
    background-color: #fff;
    border-right: none;
  }
  .search .search_mobile .search_icon i {
    display: block;
    text-align: center;
    line-height: 50px;
    display: none;
  }
  .search .search_mobile input {
    width: 80%;
    float: left;
    background-color: #f3f3f3;
    height: 50px;
    line-height: 40px;
    outline: none;
    border: none;
    border-bottom: 5px solid #fff;
    padding-left: 10px;
    border-radius: 0;
    font-size: 16px;
  }
  .search .search_mobile input::-webkit-input-placeholder {
    color: #ccc;
    font-weight: 300;
  }
  .search .search_mobile input::-moz-placeholder {
    color: #ccc;
    font-weight: 300;
  }
  .search .search_mobile input::-ms-input-placeholder {
    color: #ccc;
    font-weight: 300;
  }
  .search .search_mobile a {
    float: left;
    font-size: 16px;
    background-color: #d6000f;
    color: #fff;
    width: 18%;
    text-align: center;
    height: 100%;
    line-height: 50px;
  }
  .personal .w ul {
    display: none;
  }
  .personal .w .mobile_ul {
    width: 100% !important;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-bottom: 20px;
    display: none;
  }
  .personal .w .mobile_ul .swiper-slide {
    width: auto !important;
  }
  .personal .w .mobile_ul .swiper-slide a {
    font-size: 20px;
    display: block;
  }
  .personal .w .mobile_ul .swiper-slide.cur a {
    border-bottom: 2px solid #f9ad09;
  }
  .personal .w .mobile_ul_two {
    display: block;
    margin-bottom: 20px;
  }
  .personal .w .mobile_ul_two ul {
    display: block;
    display: flex;
    margin-bottom: 0;
    justify-content: space-around;
  }
  .personal .w .mobile_ul_two ul:after {
    display: none;
  }
  .personal .w .mobile_ul_two ul li {
    text-align: center;
    margin-right: 0;
  }
  .personal .w .mobile_ul_two ul li a {
    font-size: 18px;
    display: inline-block;
    padding-bottom: 5px;
  }
  .personal .personal-wrap,
  .personal .product-list-wrap {
   /* display: none;*/
  }
  .personal .personal-mobile-swiper .swiper-slide {
    width: 80% !important;
  }
  .personal .personal-mobile-swiper .swiper-slide .img {
    width: 100%;
  }
  .personal .personal-mobile-swiper .swiper-slide .img img {
    display: block;
    width: 100%;
  }
  .personal .personal-mobile-swiper .swiper-slide .words .cn {
    font-size: 15px;
    margin-top: 10px;
    margin-bottom: 5px;
  }
  .personal .personal-mobile-swiper .swiper-slide .words .en {
    font-size: 18px;
  }
  .history {
    overflow: visible;
  }
  .history .begin-time {
    display: none;
  }
  .history .mobile_begin-time {
    display: block;
    top: -20px;
    width: 100%;
  	text-align:center;
  }
  .case .case-content,
  .history-bottom,
  .history .history-top .history-cloud-four,
  .history .history-top .history-cloud-one,
  .history .history-top .history-cloud-three,
  .history .history-top .history-cloud-two {
    display: none;
  }
  .case .case-content ul {
    display: block;
  }
  .case .case-content ul li {
    width: 90% !important;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
  }
  .case .case-content ul li .cover {
    display: none !important;
  }
  .case .case-content ul li .img {
    height: auto;
    width: 100%;
  }
  .case .case_mobile {
    display: block;
  }
  .case .case_mobile ul li {
    width: 100%;
    margin-bottom: 30px;
  }
  .case .case_mobile ul li a {
    display: block;
    position: relative;
  }
  .case .case_mobile ul li a .img {
    height: 211px;
  }
  .case .case_mobile ul li a .img img {
    height: 100%;
    object-fit: cover;
    display: block;
    width: 100%;
  }
  .case .case_mobile ul li a .words {
    position: absolute;
    top: 30px;
    left: 0;
    width: 100%;
    z-index: 1;
  }
  .case .case_mobile ul li a .words p {
    font-size: 18px;
    color: #fff;
    text-align: center;
  }
  .switchIndex {
    display: none !important;
  }
  .news .content {
    display: block;
  }
  .news .content .left {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding-bottom: 0;
    margin-bottom: 0.6rem;
  }
  .news .content .left .words h3 {
    font-size: 0.25rem;
  }
  .news .content .right {
    display: block;
    width: 100%;
  }
  .news .content .right .img {
    height: 4rem;
  }
  .news .content .right .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .news .content .right .img .words h3 {
    margin-top: 1rem;
    font-size: 0.25rem;
  }
  .news .content .right .img:first-child {
    margin-bottom: 0.6rem;
  }
  .main_title h5 {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .news .content .left .words {
    padding-top: 10px;
  }
  .news .content .left .words h3 {
    margin-bottom: 10px;
  }
  .news .content .right .img .words h4 {
    font-size: 0.3rem;
    line-height: 0.4rem;
    height: 0.8rem;
  }
  .personal {
    padding-top: 0.3rem;
  }
  .history {
    padding-top: 40px;
  }
  .history-center {
    display: block;
    top: 0;
    margin-bottom: 1rem;
  }
  .history-center .center-item {
    width: 100%;
    margin-bottom: 50px;
  }
  .history-center .center-item .data {
    border: none;
  }
  .history-center .center-item .data span {
    font-size: 24px;
    line-height: 30px;
  }
  .case .case-content ul li .img .words {
    top: 50%;
    transform: translateY(-50%);
  }
}
@media (max-width: 480px) {
  .news .content .left {
    display: block;
  }
  .news .content .left .img {
    float: none;
    width: 100%;
  }
  .news .content .left .words {
    float: none;
    width: 100%;
    padding-bottom: 30px;
  }
  .news .content .left .words span {
    display: none;
  }
  .news .content .left .words h4 {
    font-size: 0.3rem;
    height: auto;
  }
  .news .content .left .words i {
    display: none;
  }
  .news .content .right .img .words h4 {
    font-size: 0.3rem;
    line-height: 0.4rem;
    height: 0.8rem;
  }
}
