@charset "UTF-8";

div, ul, li, span, a {
  box-sizing: border-box; }

.por {
  position: relative; }

.poa {
  position: absolute; }

.w92 {
  width: 92%;
  margin-left: auto;
  margin-right: auto; }

.Arial {
  font-family: "Arial"; }

.toUpp {
  text-transform: uppercase; }

.nowrap {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap; }

.toTop {
  position: fixed;
  z-index: 5;
  bottom: 30px;
  right: 30px;
  width: 50px;
  height: 50px;
  cursor: pointer;
  background: #d50a1d url(../images/toTop.png) no-repeat center;
  transition: all .3s linear;
  background-size: 26px !important;
  border-radius: 50%; }
  .toTop:hover {
    transform: translateY(-6px); }

.nowrap {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.opa7 {
  opacity: .7;
  filter: alpha(opacity=70); }

.ovh {
  overflow: hidden; }

.ovs {
  overflow: visible; }

.img100 {
  display: block;
  width: 100%; }

.table {
  display: table;
  width: 100%;
  height: 100%; }

.table-cell {
  display: table-cell;
  vertical-align: middle; }

.flexBox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }

.can-hover .img-wrap {
  overflow: hidden; }
  .can-hover .img-wrap .img100 {
    transition: all 1.5s ease; }
.can-hover:hover .img-wrap .img100 {
  transform: scale3D(1.1, 1.1, 1.1); }

.bgImg {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important; }

/*.bgImgf5 {background: url(../images/bgf5.jpg) no-repeat center bottom;background-size: cover !important; }*/
.bg27 {
  background: #272727; }

.bgf5 {
  background: #f5f5f5; }

.bgf6 {
  background: #f6f6f6; }

.bgf0 {
  background: #f0f0f0; }

.poa50 {
  position: absolute;
  left: 50%;
  top: 50%; }

.poa100 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }

.header-nav, .search-btn {
  transition: all 0.5s; }

.hide1 {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  opacity: 0; }

.show1 {
  z-index: 3;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1; }

.w1240 {
  width: 1240px; }

.w980 {
  width: 980px; }

.w1100 {
  width: 1100px; }

.w1170 {
  width: 1170px; }

.w1140 {
  width: 1140px; }

.w1240, .w1170, .w1140, .w1100, .w980 {
  margin-left: auto;
  margin-right: auto; }
  
/* page*/
.page{font-size: 12px; margin-top:30px; color: #777777; text-align: center;}
.page a,.page span { color: #777777; border: 1px solid #ededed;padding: 5px 10px;vertical-align: middle;margin: 0 0 10px -1px;}
.page .goprev{margin-right: 10px;}
.page .gonext,.page .count {margin-left: 10px;}
.page a:hover,.page span{color:#fff; background: #F00607;}
.page span.goprev,.page span.gonext {color: #777777; background: none}
.page span.count { border: 0;background: 0;color: #777777;}

.page .a1{padding: 5px 13px; margin-right:5px; background: url(../images/page_l.png) no-repeat center;}
.page .a2{padding: 5px 13px; margin-left: 5px; background: url(../images/page_r.png) no-repeat center;}
.page .a1:hover{ background: url(../images/page_l_h.png) no-repeat center;}
.page .a2:hover{ background: url(../images/page_r_h.png) no-repeat center;}

.header {
  overflow: visible;
  position: fixed;
  z-index: 7;
  left: 0;
  top: 0;
  width: 100%;
  transition-duration: .5s; }
  .header .logo {
    padding-top: 27px;
    flex: 0 0 149px;
    display: inline-block; }
  .header .m-nav-btn {
    display: none;
    position: absolute;
    flex: 0 0 22px;
    height: 14px;
    cursor: pointer;
    right: 0;
    top: 50%;
    margin-top: -7px; }
    .header .m-nav-btn.cur .line1 {
      transform: rotate(40deg); }
    .header .m-nav-btn.cur .line2 {
      display: none; }
    .header .m-nav-btn.cur .line3 {
      transform: rotate(-40deg); }
    .header .m-nav-btn .line {
      position: absolute;
      display: block;
      width: 100%;
      height: 2px;
      background-color: #000;
      left: 0;
      transition: all .5s ease;
      margin: 0; }
    .header .m-nav-btn .line1 {
      top: 0;
      -webkit-transform-origin: left top 0;
      -ms-transform-origin: left top 0;
      transform-origin: left top 0; }
    .header .m-nav-btn .line2 {
      top: 7px; }
    .header .m-nav-btn .line3 {
      top: 100%;
      -webkit-transform-origin: left bottom 0;
      -ms-transform-origin: left bottom 0;
      transform-origin: left bottom 0; }
  .header .header-left {
    flex: 0 0 auto;
    display: inline-flex; }
  .header .header-right {
    flex: 0 0 100px; 
    display: inline-flex;
    justify-content: space-around; }
  .header .header-mains {
    height: 90px;
    align-items: center;
    transition: all 0.5s; }
  .header .right-a-wrap {
    flex: 0 0 88px;
    display: inline-flex;
    justify-content: space-around; }
  .header .right-a {
    position: relative;
    flex: 0 0 20px;
    height: 42px;
    transition-duration: .3s; }
    .header .right-a:after {
      position: absolute;
      right: -24px;
      top: 50%;
      margin-top: -8px;
      display: inline-block;
      content: "";
      height: 16px;
      width: 1px; }
  .header .show-search-btn {
    flex: 0 0 42px;
    cursor: pointer;
    height: 42px;
    border-radius: 50%;
    margin-left: 26px;
    transition-duration: .3s;
    background: rgba(0, 0, 0, 0.2) url(../images/seron.png) no-repeat center; }
  .header.bgf,.header.bgf2 {
    background: #fff;
    border-bottom: 1px solid #d5d5d5;
  }
  .welcome-body .header.bgf {
    border-bottom: none;
    background: none;
  }
  .welcome-body .header:hover,.welcome-body .header.bgf2 {
    background: rgba(255, 255, 255);
   /* border-bottom: 1px solid #d5d5d5;*/
  }
    .header.bgf .show-search-btn:hover, .header:hover .show-search-btn:hover {
      background: #d50a1d url(../images/seron.png) no-repeat center; }
  /*.header.bgf .header-nav .nav-top-a, .header:hover .header-nav .nav-top-a {color: #1a1a1a; }*/
    .header.bgf .header-nav .nav-top-a:hover, .header:hover .header-nav .nav-top-a:hover {
      color: #d50a1d; }
 .header:hover {
  background: #fff; }
.header.bgf2, .header:hover {
  background: #fff; }
  .header.bgf2 .show-search-btn, .header:hover .show-search-btn {
    background: rgba(0, 0, 0, 0.2) url(../images/ser1.png) no-repeat center; }
    .header.bgf2 .show-search-btn:hover, .header:hover .show-search-btn:hover {
      background: #d50a1d url(../images/seron.png) no-repeat center; }
  .header.bgf2 .header-nav .nav-top-a, .header:hover .header-nav .nav-top-a {
    color: #1a1a1a; }
    .header.bgf2 .header-nav .nav-top-a:hover, .header:hover .header-nav .nav-top-a:hover {
      color: #d50a1d; }


.header-nav {
  flex: 0 0 auto;
  display: inline-flex;
  margin-left: 64px; }
  .header-nav .nav-hides-title {
    font-size: 18px;
    line-height: 1.1;
    color: #333;
    padding-bottom: 36px;
    padding-top: 26px; }
  .header-nav .nav-item {
    flex: 0 0 130px;
    max-height: 90px; }
  /*  .header-nav .nav-item:hover .nav-top-a, .header-nav .nav-item.cur .nav-top-a,.header-nav .nav-item.cur2 .nav-top-a {
      color: #d50a1d; }*/
  .header-nav .hides-a-wrap {
    flex: 0 0 50%; }
  .header-nav .nav-hides-left {
    flex: 0 0 34%; }
/*	.header.bgf2 .header-nav .nav-top-a, .header:hover .header-nav .nav-top-a {
    color: #1a1a1a; }
    .header.bgf2 .header-nav .nav-top-a:hover, .header:hover .header-nav .nav-top-a:hover {
      color: #d50a1d; }
*/
  .header-nav .nav-top-a {
    display: block;
    text-align: center;
    font-size: 17px;
    line-height: 36px;
    padding: 27px 0;
    transition-duration: .3s; }
  .header-nav .nav-hides-right {
    flex: 0 0 53%;
    overflow: hidden; }
    .header-nav .nav-hides-right:hover .img100 {
      transform: scale(1.1); }
  .header-nav .hides-a {
    display: block;
    font-size: 16px;
    line-height: 36px;
    color: #666;
    transition-duration: .3s; }
    .header-nav .hides-a:hover {
      color: #d50a1d;
      transform: translateX(6px); }
      .header-nav .hides-a:hover:before {
        background: #d50a1d; }
    .header-nav .hides-a:before {
      content: "";
      display: inline-block;
      vertical-align: top;
      margin-right: 6px;
      width: 4px;
      height: 4px;
      background: #000;
      position: relative;
      top: 16px; }
  .header-nav .img100 {
    transition-duration: .5s; }
  .header-nav .nav-hides {
    z-index: 7;
    padding: 46px 0;
    position: absolute;
    left: 0;
    top: 100%;
    display: none;
    background: #f5f5f5; }
    .header-nav .nav-hides .w1170 {
      opacity: 0;
      transform: transateY(40px);
      transition-duration: 1s; }
    .header-nav .nav-hides.cur .w1170 {
      opacity: 1;
      transform: transateY(0); }

.header-search-wrap {
  position: fixed;
  z-index: 4;
  left: 50%;
  top: 25px;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  width: 600px;
  height: 40px;
  margin-left: -300px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  color: #666;
  line-height: 40px;
  transition: all 0.5s;
  background: #fff; }
  .header-search-wrap .submit {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    width: 36px;
    height: 40px;
    background: url(../images/ser1.png) no-repeat center;
    background-size: 20px;
    border: none;
    z-index: 3;
    box-sizing: border-box; }
  .header-search-wrap .ser-input {
    width: 100%;
    height: 40px;
    position: relative;
    border: none;
    background: none;
    box-sizing: border-box;
    padding-left: 40px; }
  .header-search-wrap .search-close {
    position: absolute;
    display: block;
    right: -60px;
    top: 50%;
    margin-top: -20px;
    width: 40px;
    height: 40px;
    background: url(../images/close2.png) no-repeat center;
    background-size: 30px;
    cursor: pointer;
    transition-duration: .5s; }
    .header-search-wrap .search-close:hover {
      transform: rotate(90deg); }

.toUpp {
  text-transform: uppercase; }

.hd01 {
  z-index: 3;
  width: 100%;
  text-align: center;
  margin-top: 28px; }
  .hd01.poa {
    position: absolute;
    left: 0;
    bottom: 48px !important; }
  .hd01.opa5 .swiper-pagination-bullet:before {
    background: rgba(255, 255, 255, 0.5); }
  .hd01.opa5 .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border-color: rgba(255, 255, 255, 0.4); }
    .hd01.opa5 .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
      background: #fff; }
  .hd01 .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    display: inline-block;
    margin: 0 7px !important;
    position: relative;
    transition-duration: .5s;
    cursor: pointer;
    background: none;
    opacity: 1;
    border: 1px solid transparent; }
    .hd01 .swiper-pagination-bullet:before {
      position: absolute;
      display: block;
      left: 50%;
      top: 50%;
      content: "";
      width: 6px;
      height: 6px;
      margin-left: -3px;
      margin-top: -3px;
      border-radius: 50%;
      transition-duration: .5s;
      background: #c6c6c6; }
    .hd01 .swiper-pagination-bullet.swiper-pagination-bullet-active {
      border-color: #d50a1d; }
      .hd01 .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
        background: #d50a1d; }

.footer-top .top-nav-wrap {
  flex: 0 0 auto;
  display: inline-flex; }
  .footer-top .top-mid {}
  .footer-top .top-mid .tit{ line-height:32px;}
.footer-top .top-right {
  flex: 0 0 180px; }
.footer-top .top-nav {
  flex: 0 0 auto;
  margin-right: 2.5rem;
  line-height: 24px; }
.footer-top .top-nav-a1 {
  display: block;
  font-size: 16px;
  margin-bottom: 12px;
  color: #fff; }
.footer-top .top-nav-a2 {
  display: block;
  font-size: 14px;
  margin-bottom: 12px; }
.footer-top .tele-h5 {
  text-align: right; }
.footer-top .ewm-btns {
  justify-content: flex-end; }
.footer-top .tele-num {
  font-size: 24px;
  text-align: right;
  line-height: 1.3;
  color: #d50a1d;
  margin-bottom: 1.1rem; }
.footer-top{padding-bottom: 1.3rem;margin-bottom: 22px;border-bottom: 1px solid rgba(255, 255, 255, 0.15);}
.footer-top .ewm-btns .share i{display: inline-block;font-size: 33px;color: #D50A1D;margin-left: 5px;}


.footer-top .f_social { padding: 0; text-align:right; height: 30px;}
.footer-top .f_social a{ float:left; color:#777; margin-left: 10px;}
.footer-top .f_social i {width:30px; height:30px; border-radius:50%; line-height:30px; text-align:center; margin-left:10px;}
.footer-top .f_social .fa{text-align:center; font-size: 18px; color:#444;}
.footer-top .f_social .fa:before{position: static;}
.footer-top .f_social ul .weixin {position: relative;}
.footer-top .f_social .wechat { position: relative;}
.footer-top .f_social .wechat:hover .vx { display: block;}
.footer-top .f_social .wechat .vx::after { content: ''; position: absolute; left: 50%; margin-left: -6px; bottom: -13px; width: 0; height: 0; border-width: 8px 6px 6px 6px; border-style: solid; border-color: #fff transparent transparent transparent}
.footer-top .f_social .wechat .vx { position: absolute; top: -185px; width: 180px; height: 172px; text-align: center; box-shadow: 0 2px 10px #aaa; background-color: #fff; z-index: 999; left: -75px; display: none;}
.footer-top .f_social .wechat .vx h4 { font-weight: normal; height: 26px; line-height: 26px; font-size: 12px; background-color: #f3f3f3; margin: 0; padding: 0; color: #777;}
.footer-top .f_social .wechat .vx .help p { font-weight: normal; line-height: 16px; padding: 0; margin: 0; font-size: 12px; color: #333;}
.footer-top .f_social .wechat .vx .vx-img img { width: 100px; height: 100px; margin: 10px auto; display: block;}



.footer {
font-size: 14px;
line-height: 22px;
color: rgba(255, 255, 255, 0.5);
padding: 80px 0 30px; }
.footer a {
color: rgba(255, 255, 255, 0.5);
transition: all .3s ease; }
.footer a:hover {
color: #fff; }
.footer .tele-num a {
color: #d50a1d;
}
.welcome-banner {
  overflow: hidden;
  position: relative;
  height: 100vh; }
  .welcome-banner .m-banner-img {
    position: relative;
    z-index: 2;
    display: none; }
  .welcome-banner .swiper-slide {
    position: relative;
    z-index: 2;
    /*height: 100vh !important;*/
    display: block;
    transition-duration: 4s; }
  .welcome-banner .swiper-wrapper {
    position: relative;
    z-index: 2;
    opacity: 0;
    transition-duration: .8s; }
    .welcome-banner .swiper-wrapper.cur {
      opacity: 1; }
  .welcome-banner .swiper-slide-active {
    z-index: 4; }
	
.welcome-banner .video-slide .cover { z-index:999999; position:absolute; top:0; left:0; bottom:0; width:100%; text-align:center; background-image:url(../images/index01.png); background-repeat:repeat; }
.welcome-banner .video-slide .cover ._tt { margin-top:15%; margin-bottom:0.2%; font-size:42px; font-weight:bold; color:#ffffff; }
.welcome-banner .video-slide .cover ._desc { margin:0 auto; max-width:806px; font-size:17px; color:#dadada; }
.welcome-banner .video-slide .cover{background-image:url(../images/index01.png);}

	
	

.welcome-fast-list1 .hover {
  display: none; }
.welcome-fast-list1 .ico-wrap {
  flex: 0 0 42px;
  height: 42px;
  position: relative;
  transition-duration: .3s; }
.mob_icon{ display:none;}
.welcome-fast-list1 .txt-wrap {
  flex: 0 0 auto;
  margin-left: 22px;
  font-size: 16px;
  line-height: 42px;
  color: #333;
  transition-duration: .3s; }
.welcome-fast-list1 .fast-list1-item {
  flex: 0 0 16.66666667%;
  padding: 1.5rem 0;
  justify-content: center;
  position: relative; }

  .welcome-fast-list1 .fast-list1-item:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 44px;
    background: #e5e5e5;
    left: 0;
    top: 50%;
    display: block;
    margin-top: -22px; }

  .welcome-fast-list1 .fast-list1-item:first-child:before {
    opacity: 0; }
  .welcome-fast-list1 .fast-list1-item:hover .ico-wrap, .welcome-fast-list1 .fast-list1-item:hover .txt-wrap {
    transform: translateY(-6px); }
  .welcome-fast-list1 .fast-list1-item:hover .unhover {
    display: none; }
  .welcome-fast-list1 .fast-list1-item:hover .hover {
    display: block; }
  .welcome-fast-list1 .fast-list1-item:hover .txt-wrap {
    color: #d50a1d; }

.welcome-fast-list2 .m-img {
  display: none; }
.welcome-fast-list2 .bgImg {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 100%;
  transition-duration: .5s; }
.welcome-fast-list2 .list2-left, .welcome-fast-list2 .list2-right {
  height: 44.8vw; }
.welcome-fast-list2 .list2-left {
  line-height: 1.2;
  flex: 0 0 calc(48% - 10px);
  width: calc(48% - 10px); }
  .welcome-fast-list2 .list2-left .fast-txts {
    padding: 94px 10px 0; }
  .welcome-fast-list2 .list2-left .fast-h5 {
    font-size: 40px;
    margin-bottom: 12px; }
  .welcome-fast-list2 .list2-left .fast-dt {
    font-size: 20px; }
.welcome-fast-list2 .list2-right {
  flex: 0 0 calc(52% - 10px);
  width: calc(52% - 10px);
  display: inline-flex;
  line-height: 1.2;
  justify-content: space-around;
  flex-wrap: wrap; }
  .welcome-fast-list2 .list2-right .fast-txts {
    padding: 54px 10px 0; }
  .welcome-fast-list2 .list2-right .fast-h5 {
    font-size: 26px;
    margin-bottom: 8px; }
  .welcome-fast-list2 .list2-right .fast-dt {
    opacity: 7;
    font-size: 16px; }
.welcome-fast-list2 .fast-txts {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  transition-duration: .5s; }
.welcome-fast-list2 .white {
  color: #fff; }
.welcome-fast-list2 .black {
  color: #333; }
.welcome-fast-list2 .left-item, .welcome-fast-list2 .right-item {
  position: relative;
  overflow: hidden; }
  .welcome-fast-list2 .left-item:hover .bgImg, .welcome-fast-list2 .right-item:hover .bgImg {
    transform: scale(1.1); }
  .welcome-fast-list2 .left-item:hover .fast-txts, .welcome-fast-list2 .right-item:hover .fast-txts {
    transform: translateY(-10px); }
.welcome-fast-list2 .right-item {
  height: calc(22.4vw - 10px);
  flex: 0 0 calc(50% - 10px);
  width: calc(50% - 10px); }
  .welcome-fast-list2 .right-item:first-child, .welcome-fast-list2 .right-item:nth-child(2) {
    margin-bottom: 20px; }
  .welcome-fast-list2 .right-item:first-child, .welcome-fast-list2 .right-item:nth-child(3) {
    margin-right: 20px; }
.welcome-fast-list2 .fast-txts {
  text-align: center; }

.welcome-news-wrap {
  padding: 36px 24px 60px; }
  .welcome-news-wrap .news-banner {
    overflow: hidden; }
  .welcome-news-wrap .swiper-slide {
    overflow: hidden;
    position: relative; }
    .welcome-news-wrap .swiper-slide:hover .img100 {
      transform: scale(1.1); }
  .welcome-news-wrap .img100 {
    transition-duration: 1s; }
  .welcome-news-wrap .news-h5 {
    position: absolute;
    left: 0;
    bottom:0;
    font-size:18px;
    color: #fff;
    line-height: 45px; background-color: rgba(0, 0, 0, 0.5);
    height: 45px;
    width: 100%;
    text-align: center;
    padding: 0 10px; }


.inner-nav2 {
  font-size: 14px;
  line-height: 80px;
  border-bottom: 1px solid #efefef; }
.inner-nav2 .inner-nav-right {
flex: 0 0 auto;
display: inline-flex; }
	@media screen and (max-width: 1024px){
.inner-nav2 .inner-nav-right {display:none; }
	
	}
  .inner-nav2 .bread-s0 {
    display: inline-block;
    padding-left: 20px;}
  .inner-nav2 .bread-a {
    color: #333;
    flex: 0 0 auto;
    transition-duration: .3s; }
    .inner-nav2 .bread-a:hover, .inner-nav2 .bread-a.cur {
      color: #d50a1d; }
  .inner-nav2 .bread-a1 {
    margin: 0 4px; }
  .inner-nav2 .bread-a2 {
    margin-left: 4px; }
.pro .pro-mains {
  padding-bottom: 2.5rem;
  min-height: 34vh;
  justify-content: flex-start; }
.pro .pro-item {
  flex: 0 0 23.8%;
  background: #f3f3f3;
  margin-right: 1.6%;
  margin-bottom: 20px;
  text-align: center;
  transition-duration: .5s;
  padding: 10px; }
  .pro .pro-item:nth-child(4n) {
    margin-right: 0; }
  .pro .pro-item:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }
    .pro .pro-item:hover .pro-h5, .pro .pro-item:hover .pro-more {
      color: #d50a1d; }
.pro .txts-wrap {
  padding: 16px 10px 1rem;
  font-size: 14px;
  line-height: 20px; }
.pro .pro-h5 {
  font-size: 16px;
  line-height: 28px;
  color: #000;
  font-weight: bold;
  transition-duration: .5s; }
.pro .pro-detail {
  color: #666;
  line-height: 20px;
  /*height: 40px;*/
  /*overflow: hidden;*/
  margin-bottom: 16px;
  font-size: 12px; }
.pro .pro-more {
  font-size: 14px;
  color: #333;
  display: inline-block;
  text-decoration: underline; }

.about-red-title {
  display: block;
  font-size: 14px;
  line-height: 34px;
  background: #d50a1d;
  width: 120px;
  height: 34px;
  color: #fff;
  text-align: center; }


.about-list2 {/*  border-top: 1px solid #e0e0e0; */}
  .about-list2 .scroll-wrap {
    height: 108px; }
  .about-list2 .list2-banner {
    overflow: hidden; }
  .about-list2 .swiper-slide {
    /*border-right: 1px solid #e0e0e0;*/
    padding: 15px;
    color: #000; background-color:#fff;
    line-height: 36px; }
    .about-list2 .swiper-slide:hover .img100 {
      transform: scale(1.1); }
    .about-list2 .swiper-slide:hover .list2-h4 {
      color: #d50a1d; }
  .about-list2 .img100 {
    transition-duration: .8s; }
  .about-list2 .img-wrap {
    position: relative;
    overflow: hidden; }
  .about-list2 .txt-wrap {
    padding-top: 30px; }
  .about-list2 .list2-h4 {
    font-size: 18px;
    margin-bottom: 10px;
    transition-duration: .8s; }
  .about-list2 .list2-h5 {
    font-size: 16px; line-height:26px;
    opacity: .7; }
  .about-list2 .about-red-title {
    position: absolute;
    z-index: 3;
    left: 20px;
    top: 20px; }



@keyframes rotate360 {
  form {
    transform: rotate(0); }
  to {
    transform: rotate(360deg); } }


.selects-lists:hover .swiper-btns-wrap3 {
  opacity: 1;
}
.selects-lists .swiper-btns-wrap3 {
  margin-top: -18px;
}



.por {
  position: relative; }

.bg10mc {
  background: rgba(213, 10, 29, 0.1); }


.inner-banner {
  position: relative; }
  .inner-banner .w1240 {
    height: 400px;
    align-items: center;
    justify-content: flex-start; }
  .inner-banner .innerBan-bg {
    position: relative;
    z-index: 2; }
    .inner-banner .pc-banner-img {
    display: block;}
  .inner-banner .m-banner-img {
    display: none; }
  .inner-banner .banner-titles {
    flex: 0 0 100%;
    height: auto; padding-top: 15%;
    color: #fff;
    line-height: 1.1; }
  .inner-banner .ban-h4 {
    font-size: 40px;
    margin-bottom: 10px; }
  .inner-banner .ban-h5 {
    font-size: 18px;
    transition-delay: .2s; }


.hide1 {
  -webkit-transform: scale(0) !important;
  -ms-transform: scale(0) !important;
  transform: scale(0) !important;
  opacity: 0 !important; }

.show1 {
  z-index: 8;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1; }

.w1200 {
  width: 1200px;
  margin-left: auto;
  margin-right: auto; }

.svg1 {
  overflow: hidden;
  -webkit-clip-path: circle(2.1% at 50% 50%);
  clip-path: circle(0% at 50% 50%);
  transition: all 1s cubic-bezier(0, 0.35, 0.14, 1.1) 0.5s; }
  .svg1.animate {
    -webkit-clip-path: circle(70.7% at 50% 50%);
    clip-path: circle(70.7% at 50% 50%); }

.js-m {
  opacity: 0;
  transform: translateY(30px);
  transition-property: transform opacity;
  transition-duration: 1s;
  transition-timing-function: ease; }

.js-m2 {
  opacity: 0;
  transform: translateY(30px);
  transition-property: transform opacity;
  transition-duration: .8s;
  transition-timing-function: ease; }

.js-m3 {
  opacity: 0;
  transform: translateY(30px);
  transition-property: transform opacity;
  transition-duration: .8s;
  transition-timing-function: ease; }

.js-to-left {
  opacity: 0;
  transform: translateX(30px);
  transition-property: transform opacity;
  transition-duration: 1s;
  transition-timing-function: ease; }

.js-to-right {
  opacity: 0;
  transform: translateX(-30px);
  transition-property: transform opacity;
  transition-duration: 1s;
  transition-timing-function: ease; }

.js-m.animate, .js-m2.animate, .js-to-left.animate, .js-to-right.animate {
  opacity: 1;
  transform: translate(0, 0); }

.animate2 .scale0 {
  opacity: 1;
  transform: scale(1); }
.animate2 .js-m2 {
  opacity: 1;
  transform: translate(0, 0); }
.animate2 .data-from {
  opacity: .5; }


.padHeader {
  padding-top: 90px; }


@media (max-width: 1500px) {
  .w1240 {width: 92%; }
}
@media (max-width: 1430px) {
  .selects-lists .swiper-btns-wrap3 {
    margin-top: -10px;
  }
  .header-nav .nav-item {
    flex: 0 0 120px;
  }
  .about-list2 .scroll-wrap {
    height: 78px; }

  .swiper-btns-wrap1 .prev {
    left: -80px; }

  .swiper-btns-wrap1 .next {
    right: -80px; }

  .inner-nav2 {
    line-height: 60px; }

  .about-list2 .swiper-slide {
    padding: 0.5rem; }

  .about-list2 .list2-h5 {
    line-height: 26px;
    font-size: 14px; }

  .welcome-fast-list2 .list2-left .fast-txts {
    padding-top: 40px; }

  .welcome-fast-list2 .list2-right .fast-txts {
    padding-top: 24px; }
}
.m-search-box, .m-info-datas, .key .m-img {
  display: none; }
  @media (min-width: 1025px){
  .yddb{ display:none;}
  }
@media (max-width: 1024px){
  .inner-banner .w1240 {
    height: 40vw;
  }
  .header-nav {
    margin-left: 20px;
  }
  .header-nav .nav-item {
    flex: 0 0 120px;
  }
}
@media (max-width: 1024px) {
  .welcome-body {
    padding-top: 46px;
  }
    .welcome-banner .swiper-slide {
    height: 100vh !important;
  }
  .inner-banner .pc-banner-img {
    display: none; }
  .welcome-banner .m-banner-img {
    display: block;
  }
  .nav-hides00 {
    opacity: 1;
  }
  .hd01.poa {
    bottom: 16px !important;
  }
  .header .show-search-btn {
    display: none !important;
  }


  .header .show-search-btn, .header-nav .nav-hides-title, .header-nav .nav-hides-right {
    display: none; }

  .header .m-nav-btn, .m-search-box, .m-search-box{
    display: block; }
  .welcome-banner {
    height: auto; }


  .header-nav .nav-item:hover .nav-top-a, .header-nav .nav-item.cur .nav-top-a,.header-nav .nav-item.cur2 .nav-top-a {
    color: #1a1a1a; }

  .inner-banner .ban-h5 {
    font-size: 16px; }

  .inner-banner .ban-h4 {
    font-size: 26px; }

  .padHeader {
    padding-top: 46px; }
  .swiper-btns-wrap1 .prev {
    left: 0; }

  .swiper-btns-wrap1 .next {
    right: 0; }

  .toTop {
    width: 40px;
    height: 40px;
    right: 0;
    bottom: 0; }

  .footer-top .top-nav-wrap, .footer-top .top-mid,.footer-top .top-right, .about-list1 .list1-right, .about-list4 .list4-left, .about-list5 .list5-left, .about-list5 .list5-right {
    flex: 0 0 100%; }
  .footer-top .top-mid { margin-top:15px;text-align: center; }

  .footer-top .top-right {
    text-align: center; }

  .footer {
    font-size: 12px;
    padding: 15px 0; margin-bottom:60px;}

  .footer-top .top-nav {
    margin-right: 0;
    flex: 1; }

  .footer-top .ewm-hides {
    bottom: 100%; }

  .footer-top .tele-h5 {
    padding: 22px 0 4px; }

  .footer-top .ewm-btns, .footer-bot {
    justify-content: center; }

  .footer-bot {
    padding-top: 13px;
    text-align: center; }

  .footer-middle {
    display: none; }

  .footer-top .tele-num {
    margin-bottom: 10px; }

  .footer-top .tele-h5, .footer-top .tele-num {
    text-align: center; }
.yddb{overflow: hidden;position:fixed;box-shadow: 0px 0.03rem 0.21rem rgba(5,26,85,0.2);background-color:#fff; padding:0.3rem 0; bottom:0;border-top:1px solid #e3e1e1;margin:0 auto;z-index:999;  width:100%;}
.yddb ul{ list-style:none;display:-webkit-box; -webkit-box-orient:horizontal;}
.yddb ul li{ width:21%;font-size:14px; text-align:center; border-right:1px solid #ccc; margin-right:2%; padding-right:2%; position: relative;}
.yddb ul li a{ color:#333; display:block;}
.yddb ul li img{ width:1.4rem; display:inline-table; margin-bottom:0px;vertical-align: middle;}
.yddb ul li a:hover{text-align:center;}
.yddb ul li span{ width:100%; display:block;font-size:14px; line-height:24px;overflow:hidden;}
.yddb ul li.mr5 img{margin-right: 5px;}
.yddb ul li:nth-child(3){width:50%;box-sizing:border-box;border-right:0px solid #ccc; margin-right:0; padding-right:0; } 
.yddb ul li:nth-child(3) a{background: -webkit-linear-gradient(left, #F20012,#F90013);border-radius:4rem;}
.yddb ul li:nth-child(3) a,.yddb ul li:nth-child(4) a{ color:#fff;background-color:none; padding:0.7rem 0;}

  .m-search-box {
    box-sizing: border-box;
    position: relative;
    width: 92%;
    margin: 0 auto;
    border-bottom: 1px solid #e5e5e5;
    padding-left: 20px; }
    .m-search-box .m-submit {
      padding: 0;
      position: absolute;
      left: 0;
      top: 0;
      z-index: 9;
      height: 40px;
      width: 20px;
      background: url(../images/ser2.png) no-repeat left center;
      background-size: 13px !important;
      border: none; }
    .m-search-box .m-ser-input {
      padding: 0;
      height: 40px;
      width: 20px;
      font-size: 14px;
      line-height: 40px;
      color: #888;
      width: 100%;
      display: block;
      border: none;
      background: none; }

  .header-mains.w1240 {
    width: 100%;
    position: relative;
    z-index: 8;
    padding: 0 4vw;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }

  .welcome-fast-list2 .list2-left, .welcome-fast-list2 .right-item:first-child, .welcome-fast-list2 .right-item:nth-child(2) {
    margin-bottom: 10px; }

  .welcome-fast-list2 .right-item {
    flex: 0 0 calc(50% - 5px);
    width: calc(50% - 5px); }

  .welcome-news-wrap {
    padding: 10px 0 24px; }

  .hd01 {
    margin-top: 17px; }

  .welcome-fast-list2 .right-item:first-child, .welcome-fast-list2 .right-item:nth-child(3) {
    margin-right: 10px; }

  .header .right-a {
    height: 46px; }

  .header .right-a-wrap {
    position: relative;
    top: 2px;
    flex: 0 0 80px; }

  .header .header-right {
    flex: 0 0 80px; }

  .header {
    position: fixed;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }
  .header .header-mains {
    height: 46px; }

  .header-nav .nav-top-a {
    text-align: left;
    line-height: 40px;
    font-size: 14px;
    font-weight: bold;
    color: #000;
    border-bottom: 1px solid #e5e5e5;
    background: url(../images/jia1.png) no-repeat right center;
    background-size: 13px !important; }
    .header-nav .nav-top-a1 {
    	background-size: 0 !important;
    }

  .header-nav .nav-item {
    padding: 0 4vw; }
    .header-nav .nav-item:first-child {
      border-top: 1px solid rgba(0, 0, 0, 0.1); }

  .header-nav {
    display: block;
    position: fixed;
    height: calc(100vh - 46px);
    width: 100vw;
    left: 0;
    bottom: 0;
    background: #fff;
    padding: 0;
    margin-left: 0;
    justify-content: center;
    flex-wrap: wrap;
    overflow: scroll;
    opacity: 0;
    transform: translateX(0) rotateX(90deg); }
    .header-nav.cur {
      opacity: 1;
      transform: translateX(0) rotateX(0); }

  .header-nav .hides-a {
    padding-left: 16px;
    font-size: 13px;
    color: #333; }
    .header-nav .hides-a:before {
      display: none; }

  .header-search-wrap {
    top: 15px;
    height: 30px;
    line-height: 30px; }

  .header-search-wrap .submit, .header-search-wrap .ser-input {
    height: 30px; }

  .header.bgf .header-nav .nav-top-a:hover, .header:hover .header-nav .nav-top-a:hover {
    color: #000; }

  .nav-item.cur .nav-top-a {
    background: url(../images/jian1.png) no-repeat right center; }

  .header-search-wrap .search-close {
    width: 30px;
    height: 30px;
    margin-top: -15px; }

  .header-nav .w1170 {
    width: 100%; }

  .header-nav .nav-hides-left, .header-nav .hides-a-wrap {
    flex: 0 0 100%; }

  .header-nav .nav-hides {
    background: none;
    position: static !important;
    top: 0;
    width: 100%; }

  .header-nav .nav-item {
    width: 100%;
    max-height: none; }

  .header-nav .nav-top-a, .header-nav .nav-hides {
    padding: 0; }

  .header .logo {position: relative;    flex: 0 0 100px;    z-index: 8;    width: 44px;    height: 46px;    margin: 0;    padding-top: 6px; }

  .header .header-right {
    position: relative;
    z-index: 8; }

  .header .m-nav-btn {
    width: 22px;
    right: 0; }

  .welcome-fast-list1 .fast-list1-item:hover .ico-wrap, .welcome-fast-list1 .fast-list1-item:hover .txt-wrap {
    transform: translateY(0); }

}
@media (max-width: 1023px) {

  .welcome-fast-list2 .bgImg {
    display: none; }

  .welcome-fast-list2 .m-img {
    display: block; }
  .welcome-fast-list2 .right-item, .welcome-fast-list2 .list2-left, .welcome-fast-list2 .list2-right {
    height: auto; }

  .pro .pro-item {
    flex: 0 0 48%;
    margin-right: 4%; }
    .pro .pro-item:nth-child(2n) {
      margin-right: 0%; }

  .welcome-fast-list1 .ico-wrap {
    flex: 0 0 22px;
    height: 22px; }

  .welcome-fast-list1 .txt-wrap {
    margin-left: 10px;
    font-size: 14px;
    line-height: 22px;
    flex: 0 0 58px; }

  .welcome-fast-list1 .fast-list1-item {
    padding: 20px 0; }

 }
@media(max-width: 1024px) {
    .welcome-fast-list2 .list2-left .fast-h5 {
      font-size: 32px;
    }
    .welcome-fast-list2 .list2-right .fast-h5 {
      font-size: 22px;
    }
  }
@media (max-width: 767px) {
.inner-banner .ban-h4 {font-size: 20px; }
.inner-banner .ban-h5 {font-size: 15px; }
  .hd01.poa {
    bottom: 0 !important;
  }
  .welcome-fast-list2 .list2-right .fast-h5 {
    font-size: 14px;
  }
  .welcome-fast-list2 .list2-left .fast-h5 {
    font-size: 22px;
  }
  .welcome-banner .swiper-slide {
    height: auto !important;
  }
  .inner-banner .m-banner-img,.key-banner .m-banner-img,.alkaline-banner .m-banner-img,.welcome-banner .m-banner-img,.lipstick-banner .m-banner-img,.water-banner .m-banner-img {
  display: block;
 }
  .footer-bot {
    width: 268px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }


  .swiper-btns-wrap1 .btn {
    width: 30px;
    height: 30px;
    top: -15px;
    background-size: 16px !important; }

  .swiper-btns-wrap2 .btn {
    height: 100px;
    width: 22px;
    margin-top: -50px; }


  .pro .pro-item {
    flex: 0 0 49%;
    margin-right: 2%;}
    .pro .pro-item:nth-child(2n) {
      margin-right: 0; }

  .pro .pro-h5, .pro .pro-more, .proInfo-bottom .pro-h5, .proInfo-bottom .pro-more {
    font-size: .5rem;
    line-height: 1.3; }

  .pro .pro-detail {
    line-height: 1.3;
    font-size: .45rem;
    margin: 4px auto 6px; }



 .inner-nav2 .inner-nav-right, .pro-search-wrap .pro-search-box{
    flex: 0 0 100%; }


  .inner-nav2 {
    line-height: 40px;
    font-size: 12px; }
      .inner-nav2 .w1240 .inner-nav-right { display:none;}


  .footer-top, .footer-top .top-nav-wrap {
    flex-wrap: wrap; }

  .footer-top .top-nav, .inner-nav2 .inner-nav-right{
    flex: 0 0 100%; }

  .footer-top .top-nav-a1 {
    font-size: 14px;
    line-height: 40px;
    margin-bottom: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    background-size: 13px !important;
    background: url(../images/jia2.png) no-repeat right center; }

  .footer-top .top-nav.cur .top-nav-a1 {
    background: url(../images/jian2.png) no-repeat right center; }

  .footer-top .top-nav-a2 {
    font-size: 13px;
    line-height: 36px;
    margin-bottom: 0;
    padding-left: 15px; }

.welcome-fast-list1 .fast-list1-item { flex: 0 0 50%; }
/*.welcome-fast-list1 .fast-list1-item:nth-child(6) {display: block;flex: 0 0 50%;justify-content: center;position: relative;}*/
.welcome-fast-list1 .fast-list1-item:nth-child(1), .welcome-fast-list1 .fast-list1-item:nth-child(2) {border-bottom: 1px solid #e5e5e5; }
.welcome-fast-list1 .fast-list1-item:nth-child(3), .welcome-fast-list1 .fast-list1-item:nth-child(4) {border-bottom: 1px solid #e5e5e5; }
.welcome-fast-list1 .fast-list1-item:nth-child(2):before {margin-top: -12px; }
.welcome-fast-list1 .fast-list1-item:nth-child(3):before {opacity: 0; }
.welcome-fast-list1 .fast-list1-item:nth-child(4):before{margin-top: -32px; content: "";position: absolute;width: 1px;height: 64px;background: #e5e5e5;left: 0;top: 50%;display: block;}
.welcome-fast-list1 .fast-list1-item:nth-child(5):before {opacity: 0; }
.welcome-fast-list1 .fast-list1-item:nth-child(6):before {margin-top: -42px; content: "";position: absolute;width: 1px;height: 54px;background: #e5e5e5;left: 0;top: 50%;display: block;}
.mob_icon{ display:block;}

  .header-search-wrap {
    width: 92vw;
    left: 4vw;
    margin-left: 0; }

  .header-search-wrap .search-close {
    right: 0; }

  .welcome-fast-list2 .list2-left .fast-txts {
    padding-top: 30px; }

  .welcome-fast-list2 .list2-left .fast-h5 {
    font-size: 23px;
    margin-bottom: 6px; }

  .welcome-fast-list2 .list2-left .fast-dt, .welcome-fast-list2 .list2-right .fast-dt {
    font-size: 12px; }

  .welcome-fast-list2 .list2-right .fast-h5 {
    font-size: 15px;
    margin-bottom: 4px; }

  .welcome-fast-list2 .list2-right .fast-txts {
    padding-top: 18px; }

  .welcome-news-wrap .news-h5 {
    font-size: 13px;
    bottom: 14px; } }
@media screen and (max-width: 425px){
  .welcome-fast-list1 .txt-wrap {
    margin-left: 10px;
    font-size: 14px;
    line-height: 22px;
    flex: 0 0 98px; }

}

@media (max-width: 321px) {
.pro .pro-item {padding: 5px; }
.pro .pro-detail, .proInfo-bottom .pro-detail{ display:none;}
.pro .pro-more, .proInfo-bottom .pro-h5, .proInfo-bottom .pro-more{display:none;}

}


.pro-mains .ajax-mains {justify-content: flex-start; }


.header.bgf3 {
	background: #fff;
}
@media(min-width: 1024px) {
  .welcome-banner .m-banner-img {
    position: relative;
    z-index: 2;
  }
  .wel-banner-bg {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
  }
  .header .right-a-wrap2:hover {
    background: url(../images/buyr.png) no-repeat left center;
  }
  .header .right-a-wrap2:hover,.header .buy-a0:hover {
    color: #d50a1d;
  }
  .nav-hides2 {
    width: 100%;
    height: auto;
    z-index: 7;
    padding-bottom: 20px;
    position: absolute;
    left: 0;
    top: 100%;
    display: none;
    background: #fff;
  }
  .nav-hides2 .w1170 {
    display: none;
  }
  .nav-hides2-top {
    border-bottom: 1px solid #e1e1e1;
    padding: 10px 0;
    margin-bottom: 12px;
  }
  .hides-search-submit {
    background: #d4091d;
    color: #fff;
    width: 76px;
    right: 0;
    border-radius: 2px;
    font-size: 16px;
  }
  .hides-search-input {
    left: 0;
    color: #828282;
    font-size: 14px;
    background: url(../images/hide-ser.png) no-repeat left center;
    padding-left: 50px;
  }
  .selects-title {
    font-size: 16px;
    line-height: 20px;
    color: #333;
    padding: 14px 0 14px;
  }
  .selects-banner {
    overflow: hidden;
  }
  .selects-item {
    position: relative;
    display: block;
    transition-duration: .3s;
  }
  .selects-item:hover .txt-wrap {
    color: #d4091d;
  }
}
.welcome-banner .video-slide {
  position: relative;
}
#banner-video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  background-color: #000;
}
.welcome-fast-list2 .left-item,.welcome-fast-list2 .right-item {
  position: relative;
}
.welcome-fast-list2 .list2-video-wrap {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
}
.welcome-fast-list2 .list2-video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 180%;
  height: 180%;
  background-color: #000;
}
@media(min-width: 1024px) {
  .welcome-banner .video-slide {
    background-color: #000;
  }
}
@media(max-width: 1024px) {
  .wel-banner-bg {
    display: none;
  }
  .welcome-banner .video-slide {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
  }
  #banner-video {
    width: 0px;
    height: 0px;
    overflow: hidden;
    opacity: 0;
    display: none;
  }

  .nav-hides00 {
    display: none;
  }
}



.container {
  background: #e74c3c;
  min-height: 100%;
}

.fot-alert .md-content {
  width: 100%;
  height: auto;
  padding:.5rem;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
.fot-alert .md-content .tit1 {
  line-height: 1.5;
  margin-bottom:.2rem;
}
.fot-alert .md-content .tit2 {
  margin-top:5px;
  line-height:1.5;
}
.fot-alert .md-content {
  background: #fff;
}
.fot-alert .md-content .img {
  text-align: center;
}
.fot-alert .md-content .img img{
  max-width:100%;
  display: inline-block;
}
.fot-alert .md-close {
  position: absolute;
  width: 40px;
  height: 40px;
  right: 5px;
  top: 5px;
  cursor: pointer;
  line-height:40px;
  text-align:center;
}
.fot-alert .md-close svg{

}

.fot-alert .coad-button:before {
  z-index: 1;
  background: #cb0f1e;
  width: 600px;
  height: 200px;
  -webkit-transform-origin: left center;
      -ms-transform-origin: left center;
          transform-origin: left center;
  -webkit-transform: translate(-50%, -50%) scale(0);
      -ms-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
}
.fot-alert .coad-button:hover p {
  color: #fff;
}
.fot-alert .coad-button:hover:before {
  -webkit-transform: translate(-50%, -50%) scale(1);
      -ms-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}
.fot-alert{
    position: fixed;
    top: 50%;
    left: 50%;
    width: 50%;
    max-width:320px;
    min-width: 320px;
    height: auto;
    z-index: 2000;
    visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.fot-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  visibility: hidden;
  top: 0;
  left: 0;
  z-index: 1000;
  opacity: 0;
  background: rgba(0, 0, 0,0.5);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.fot-alert.md-show ~ .fot-overlay {
  opacity: 1;
  visibility: visible;
}

.fot-alert.md-show ~ .md-close {
  opacity: 1;
  visibility: visible;
}

.top-right .mall-box{
  display:flex;
  flex-flow:row nowrap;
  justify-content:space-between;
  align-items:flex-start;
  margin-top:.5rem;
}
.top-right .mall-box .li-item{
  width:48%;
  text-align:right;
}
.top-right .mall-box .li-item img{
  max-width:60px;
  margin-bottom:10px;
}
.top-right .mall-box .li-item p{
  font-size:14px;
  color:rgba(255, 255, 255, 0.5);
}
.language-a {
  display: inline-block;
  flex: 0 0 32px;
  text-align: center;
  line-height: 42px;
    height: 42px;
    font-size: 17px;
    transition-duration: .3s;
}
/*.header.bgf .language-a,.welcome-body .header.bgf .language-a,.header.bgf2 .language-a {color: #1a1a1a;}*/
.header.bgf2 .language-a {color: #1a1a1a;}
.header.bgf .language-a:hover,.welcome-body .header.bgf .language-a:hover,.header.bgf2 .language-a:hover {
  color: #d50a1d;
}
.language-a:hover {
  color: #d50a1d;
}
@media(max-width:1024px) {
  .top-right .mall-box{
    width:200px;
    margin:0.5rem auto 0;
  }
  .top-right .mall-box .li-item{
    text-align:center;
  }
}
@media(max-width:1024px) {
  .language-a {
    margin-right: 30px;
    font-size: 13px;
  }
}

@media (max-width: 767px)
{
 .inner-banner .w1240 {
    position: absolute;
    left: 4%;
    top: 0;
    height: 100%;
    padding-top: 0;
}
.footer-sub-hides {
    display: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
}