@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;
  }
}
.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: 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;
  }
}
.sec_banner {
  width: 100%;
}
.sec_banner img {
  display: block;
  width: 100%;
}
@media (max-width: 768px) {
  .sec_banner {
    margin-bottom: 40px;
  }
}
@media (max-width: 480px) {
  .sec_banner {
    height: 211px;
    margin-bottom: 40px;
  }
  .sec_banner img {
    display: block;
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
}
.com_name {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 5px;
}
.breadcrumb {
  margin: 0;
}
.cu_distribution {
  text-align: center;
  margin-top: 0.6rem;
  margin-bottom: 0.7rem;
}
.cu_distribution h2 {
  max-width: 1080px;
  font-size: 0.48rem;
  line-height: 0.67rem;
  margin-left: auto;
  margin-right: auto;
}
.cu_distribution p {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  font-size: 0.16rem;
  line-height: 0.36rem;
  margin-top: 0.35rem;
  width: 90%;
  text-align: left;
}
.cu_map {
  margin-bottom: 2rem;
}
.cu_map .w_1200 {
  font-size: 0;
}
.cu_map .w_1200 h6 {
  font-size: 0.16rem;
  line-height: 0.22rem;
  margin-bottom: 0.45rem;
}
.cu_map .w_1200 .title {
  display: inline-flex;
  margin-bottom: 0.6rem;
}
.cu_map .w_1200 .title .country_name {
  font-size: 0.36rem;
  font-weight: 400;
  line-height: 0.5rem;
  margin-right: 0.5rem;
}
.cu_map .w_1200 .title .country_choose {
  display: flex;
  display: none !important;
  align-items: center;
  border: 1px solid #131313;
  width: 125px;
  padding-left: 17px;
  background-color: #fff;
  transition: all 0.5s ease-out;
  cursor: pointer;
}
.cu_map .w_1200 .title .country_choose:hover {
  background-color: #d6000f;
}
.cu_map .w_1200 .title .country_choose:hover span {
  color: #fff;
}
.cu_map .w_1200 .title .country_choose img {
  margin-right: 10px;
}
.cu_map .w_1200 .title .country_choose span {
  font-size: 0.14rem;
  line-height: 0.2rem;
  font-weight: 400;
  transition: all 0.5s ease-out;
}
.cu_map .w_1200 .country_change {
  border-top: 1px solid #ccc;
  padding-bottom: 0.5rem;
}
.cu_map .w_1200 .country_change ul:after {
  content: "";
  clear: both;
  display: block;
  visibility: hidden;
  width: 0;
  height: 0;
}
.cu_map .w_1200 .country_change ul li {
  font-size: 0.18rem;
  float: left;
  width: 25%;
  padding-top: 0.1rem;
  padding-bottom: 0.1rem;
  transition: all 0.3s ease;
}
.cu_map .w_1200 .country_change ul li.active,
.cu_map .w_1200 .country_change ul li:hover {
  color: #d6000f;
}
.cu_map .w_1200 .map_content:after {
  content: "";
  clear: both;
  display: block;
  visibility: hidden;
  width: 0;
  height: 0;
}
.cu_map .w_1200 .map_content .department {
  float: left;
  margin-right: 0.1rem;
}
.cu_map .w_1200 .map_content .content-wrap {
  float: left;
  width: 90%;
}
.cu_map .w_1200 .map_content .content-wrap:after {
  content: "";
  clear: both;
  display: block;
  visibility: hidden;
  width: 0;
  height: 0;
}
.cu_map .w_1200 .map_content h5 {
  font-size: 0.18rem;
  line-height: 0.25rem;
  font-weight: 600;
  margin-bottom: 15px;
}
.cu_map .w_1200 .map_content > .content-wrap .content_detail {
  width: 51%;
}
.cu_map .w_1200 .map_iconList {
  margin-top: 0.8rem;
  clear: both;
  overflow: hidden;
}
.cu_map .w_1200 .map_iconList ul {
  margin-bottom: 30px;
}
.cu_map .w_1200 .map_iconList ul:after {
  content: "";
  clear: both;
  display: block;
  visibility: hidden;
  width: 0;
  height: 0;
}
.cu_map .w_1200 .map_iconList ul li {
  float: left;
  display: flex;
  align-items: center;
  margin-right: 0.6rem;
  line-height: 42px;
}
.cu_map .w_1200 .map_iconList ul li:last-child {
  margin-right: 0;
}
.cu_map .w_1200 .map_iconList ul li img {
  margin-right: 0.1rem;
  vertical-align: middle;
}
.cu_map .w_1200 .map_iconList ul li span {
  font-weight: 400;
  line-height: 0.2rem;
  font-size: 0.14rem;
  vertical-align: middle;
  line-height: 42px;
  transform: translateY(-5px);
}
.cu_map .w_1200 .content_detail {
  float: left;
  width: 48%;
  margin: 1% 1% 1% 0;
}
.cu_map .w_1200 .content_detail:after {
  content: "";
  clear: both;
  display: block;
  visibility: hidden;
  width: 0;
  height: 0;
}
.cu_map .w_1200 .content_detail img {
  float: left;
  margin-right: 0.1rem;
}
.cu_map .w_1200 .content_detail ul li {
  font-size: 0.14rem;
  line-height: 0.26rem;
  font-weight: 400;
  word-wrap: break-word;
}
.cu_map .w_1200 .content_detail .left {
  float: left;
  width: 40%;
  margin-right: 40px;
}
.cu_map .w_1200 .content_detail .right {
  float: left;
  width: 40%;
}
.cu_map .w_1200 .content_detail .right ul {
  width: 100%;
}
.cu_map .w_1200 .content_detail .rt:after {
  content: "";
  clear: both;
  display: block;
  visibility: hidden;
  width: 0;
  height: 0;
}
.cu_map .w_1200 .pos_wrap {
  margin-bottom: 0.8rem;
}
.cu_map .w_1200 .pos_wrap:after,
.for-email:after {
  content: "";
  clear: both;
  display: block;
  visibility: hidden;
  width: 0;
  height: 0;
}
.for-email span {
  float: left;
}
.for-email a {
  float: left;
  margin-left: 5px;
  width: calc(100% - 55px);
}
@media (min-width: 1230px) {
  .for-email:after {
    content: "";
    clear: both;
    display: block;
    visibility: hidden;
    width: 0;
    height: 0;
  }
  .for-email span {
    float: left;
  }
  .for-email a {
    float: left;
    width: 130px;
    margin-left: 5px;
  }
  .for-email.head-email a {
    width: calc(100% - 55px);
  }
}
@media (min-width: 1354px) {
  .for-email:after {
    content: "";
    clear: both;
    display: block;
    visibility: hidden;
    width: 0;
    height: 0;
  }
  .for-email span {
    float: left;
  }
  .for-email a {
    float: left;
    width: 176px;
    margin-left: 5px;
  }
  .for-email.head-email a {
    width: calc(100% - 55px);
  }
}
@media (max-width: 768px) {
  .for-email span {
    clear: left;
  }
  .for-email a {
    clear: left;
    width: 100%;
    margin-left: 0;
  }
}
@media (max-width: 1200px) {
  .cu_map .w_1200 .map_content .pos_wrap {
    margin-bottom: 0.4rem;
  }
  .cu_map .w_1200 .map_content .pos_wrap .content_detail .rt {
    float: left;
    width: calc(100% - 0.2rem - 36px);
  }
  .cu_map .w_1200 .map_content .pos_wrap .content_detail .rt .left {
    float: none;
    width: 80%;
  }
  .cu_map .w_1200 .map_content .pos_wrap .content_detail .rt .left ul {
    float: none;
  }
  .cu_map .w_1200 .map_content .pos_wrap .content_detail .rt .left ul li {
    font-size: 14px;
    line-height: 26px;
  }
  .cu_map .w_1200 .map_content .pos_wrap .content_detail .rt .right {
    float: none;
    width: 80%;
  }
  .cu_map .w_1200 .map_content .pos_wrap .content_detail .rt .right ul {
    float: none;
  }
  .cu_map .w_1200 .map_content .pos_wrap .content_detail .rt .right ul li {
    font-size: 14px;
    line-height: 26px;
  }
}
@media (max-width: 969px) {
  .cu_distribution p {
    font-size: 14px;
    line-height: 26px;
  }
  .cu_map .w_1200 h6 {
    font-size: 16px;
  }
  .cu_map .w_1200 .country_change ul li {
    font-size: 14px;
  }
  .cu_map .w_1200 .map_content h5 {
    font-size: 18px;
  }
  .cu_map .w_1200 .map_content > .content_detail {
    width: 90%;
  }
  .cu_map .w_1200 .map_content > .content_detail .left {
    font: none;
    width: 100%;
  }
  .cu_map .w_1200 .map_content > .content_detail .right {
    float: none;
    width: 100%;
  }
  .cu_map .w_1200 .map_content > .content_detail ul {
    float: none;
  }
  .cu_map .w_1200 .map_content > .content_detail ul li {
    font-size: 14px;
    line-height: 26px;
  }
  .cu_map .w_1200 .map_content .content-wrap > .content_detail {
    width: 90%;
  }
  .cu_map .w_1200 .map_content .content-wrap > .content_detail .left {
    font: none;
    width: 100%;
  }
  .cu_map .w_1200 .map_content .content-wrap > .content_detail .right {
    float: none;
    width: 100%;
  }
  .cu_map .w_1200 .map_content .content-wrap > .content_detail ul {
    float: none;
  }
  .cu_map .w_1200 .map_content .content-wrap > .content_detail ul li {
    font-size: 14px;
    line-height: 26px;
  }
}
@media (max-width: 768px) {
  .cu_map .w_1200 .title .country_choose {
    padding-left: 0;
    text-align: center;
    display: inline-block;
  }
  .cu_map .w_1200 .title .country_choose img {
    display: none;
  }
  .cu_map .w_1200 .title .country_choose span {
    line-height: 0.5rem;
  }
  .cu_map .w_1200 .map_content .pos_wrap {
    margin-bottom: 0;
  }
  .cu_map .w_1200 .content_detail img,
  .cu_map .w_1200 .map_content .department {
    display: none;
  }
  .cu_map .w_1200 .pos_wrap {
    margin-bottom: 0;
  }
  .cu_map .w_1200 .content_detail {
    margin-bottom: 0.4rem;
  }
  .cu_map .w_1200 #allmap,
  .cu_map .w_1200 .map_iconList {
    display: none;
  }
}

@media (max-width: 768px) {
  .cu_map .w_1200 .content_detail {
    float: none;
    width: 100%;
  }
  .cu_map .w_1200 .map_content .old-h5 {
    font-size: 16px;
    line-height: 1;
  }
}
