@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(/assets/images/product_list_prev.png);
  width: 0.46rem;
  height: 0.46rem;
  background-size: contain;
  left: 10px;
}
.product-news .swiper-button-next {
  background-image: url(/assets/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(/assets/images/banner_prev.png);
  background-size: contain;
  width: 0.46rem;
  left: 2.76%;
}
.swiper-banner .swiper-button-next {
  background-image: url(/assets/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%;
  }
}

.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: 180px;
}
.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;
  }
}
.con-win {
  width: 1200px;
  margin: 0 auto;
}
.breadcrumb {
  margin: 0px auto 68px;
  overflow: hidden;
  clear: both;
}
.breadcrumb a,
.breadcrumb span {
  float: left;
  font-size: 16px;
}
.breadcrumb a {
  color: #333;
}
.breadcrumb span {
  color: #d6000f;
}
.title {
  margin-bottom: 40px;
}
.title h1,
.title p {
  display: block;
  color: #333;
}
.title h1 {
  font-size: 48px;
  margin-bottom: 15px;
}
.title p {
  font-size: 18px;
}
.request-form {
  background-color: #f5f5f5;
  overflow: hidden;
  clear: both;
  margin-bottom: 0;
}
.request-form .form label {
  display: block;
}
.request-form .form label span {
  float: left;
  width: 13%;
  font-size: 18px;
  color: #333;
  line-height: 40px;
}
.request-form .form label input,
.request-form .form label textarea {
  float: left;
  border: 1px solid #e0e0e0;
  padding: 10px;
}
.request-form .form label input {
  width: 82%;
  margin-left: 5%;
  height: 40px;
  line-height: 40px;
}
.request-form .form label textarea {
  width: 86%;
  height: 105px;
  line-height: 36px;
  font-size: 18px;
  color: #333;
  outline: none;
}
.request-form .form .message {
  margin-bottom: 20px;
  margin-left: 40px;
  overflow: hidden;
  clear: both;
}
.request-form .form .message span {
  width: 8%;
}
.request-form .form .top {
  overflow: inherit;
  width: 90%;
  clear: both;
  overflow: hidden;
  border-bottom: 1px solid #fff;
  margin: 20px 76px 50px 40px;
  padding-bottom: 30px;
}
.request-form .form .top span {
  width: 11%;
  margin-right: 4%;
}
.request-form .form .top .sewv {
  position: relative;
  width: 40%;
  float: left;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 0.08rem;
}
.request-form .form .top .sewv:first-of-type {
  margin-right: 5%;
}
.request-form .form .top .sewvtop {
  width: 100%;
  height: 38px;
  line-height: 38px;
  cursor: pointer;
  border-radius: 2px;
  overflow: hidden;
}
.request-form .form .top .sewvtop > span {
  float: left;
  white-space: pre;
  width: 87%;
  text-overflow: ellipsis;
  text-align: left;
  overflow: hidden;
  font-size: 14px;
  line-height: 36px;
  color: #999;
  padding: 0 4%;
  vertical-align: middle;
}
.request-form .form .top .sewvtop > em {
  float: left;
  width: 40px;
  height: 20px;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -10px;
}
.request-form .form .top .sewvtop > em img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.request-form .form .top .sewvbm {
  width: 100%;
  position: absolute;
  left: 0;
  top: 37px;
  display: none;
  border-radius: 2px;
  background-color: #f4f5f7;
  z-index: 9;
}
.request-form .form .top .sewvbm > li {
  cursor: pointer;
  width: 100%;
  height: 38px;
  line-height: 38px;
  font-size: 14px;
  color: #666;
  padding-left: 5px;
  border-bottom: 1px solid #ececec;
}
.request-form .form .top .sewvbm > li:hover {
  background: #efefef;
  color: #666;
}
.request-form .form .top .lbaxztop {
  animation: rotatete 0.3s linear forwards;
}
.request-form .form .top .lbaxztop2 {
  animation: rotatete2 0.3s linear forwards;
}
@keyframes rotatete {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(180deg);
  }
}
@-moz-keyframes rotatete2 {
  0% {
    transform: rotate(180deg);
  }
  to {
    transform: rotate(0deg);
  }
}
@keyframes rotatete2 {
  0% {
    transform: rotate(180deg);
  }
  to {
    transform: rotate(0deg);
  }
}
.request-form .form .bottom {
  overflow: hidden;
}
.request-form .form .bottom label {
  width: 47%;
  float: left;
  padding: 0 0 0 40px;
  margin-bottom: 20px;
}
.request-form .form .btn-label {
  margin-left: 40px;
}
.request-form .form button {
  display: block;
  width: 100px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  margin: 30px 0 170px 8%;
  border: 1px solid #fff;
  background-color: #d6000f;
  transition: all 0.44s ease-in-out;
}
.request-form .form button:hover {
  background-color: #fff;
  color: #d6000f;
  border-color: #d6000f;
}
@media (max-width: 960px) {
  .breadcrumb {
    display: none !important;
  }
  .title {
    margin-top: 0.8rem;
  }
}
@media screen and (max-width: 969px) {
  .con-win {
    width: 90%;
  }
  .breadcrumb {
    margin: 100px auto 34px;
  }
  .title h1 {
    font-size: 24px;
  }
  .title p {
    font-size: 16px;
  }
  .request-form .form label {
    margin: 20px 20px 20px 10px;
  }
  .request-form .form .top {
    padding-bottom: 15px;
    margin: inherit;
    margin-left: 10px;
    margin-bottom: 0;
    width: 100%;
  }
  .request-form .form label span {
    width: 100%;
    display: block;
    font-size: 16px;
    margin-left: 4px;
  }
  .request-form .form .top span {
    width: 100%;
    margin-bottom: 10px;
  }
  .request-form .form .bottom label {
    float: inherit;
    display: block;
    width: 87%;
    padding: 0;
  }
  .request-form .form label input {
    width: 100%;
    margin-left: 0;
  }
  .request-form .form .top .sewv {
    width: 90%;
    display: block;
    margin-bottom: 10px;
  }
  .request-form .form .top .sewv:first-of-type {
    margin-left: 0;
  }
  .request-form .form button {
    margin: 30px 0 70px;
  }
  .request-form .form .message {
    margin-left: 10px;
    width: 87%;
  }
  .request-form .form .message span,
  .request-form .form .message textarea {
    width: 100%;
  }
  .request-form .form .btn-label {
    margin-left: 10px;
  }
}
@media screen and (min-width: 969px) and (max-width: 1200px) {
  .con-win {
    width: 90%;
  }
  .request-form .form label span {
    width: 13%;
  }
  .request-form .form label input {
    width: 82%;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1600px) {
  .con-win {
    width: 90%;
  }
}

.title.con-win {
  margin-bottom: 0 !important;
  padding-top: 50px;
  background-color: #f5f5f5;
}

.request-form .form button {
  margin-bottom: 40px;
}

.request-form .form .bottom {
  padding-top: 40px;
}

@media screen and (max-width: 969px) {
  .title p {
    padding-left: 17px !important;
  }

  .request-form .form .bottom {
    padding-top: 0px;
  }
  .request-form .form .message textarea {
    margin-left: 0px;
  }
  .request-form .form .message {
    padding-left: 10px;
  }
  .request-form {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}

.request-form {
  padding-left: 40px;
  padding-right: 40px;
}
.request-form .form .bottom label {
  padding: 0;
  margin-right: 6%;
}

.request-form .form .bottom label:nth-child(2n) {
  margin-right: 0px;
}

.request-form .form label span {
  width: auto;
}
.request-form .form .message {
  margin-left: 0px;
}

.request-form .form .message span {
  width: auto;
}
.request-form .form label textarea {
  margin-left: 2.5%;
  width: 91%;
}

input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #666;
  font-size: 14px;
}

input:-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #666;
  font-size: 14px;
}

input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #666;
  font-size: 14px;
}

input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #666;
  font-size: 14px;
}

textarea::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #666;
  font-size: 14px;
}

textarea:-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #666;
  font-size: 14px;
}

textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #666;
  font-size: 14px;
}

textarea:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #666;
  font-size: 14px;
}

.request-form .form button {
  margin-left: 2%;
}
