.swiper-container_nanner, .swiper-wrapper {
  width: 100%;
  height: 100%;
  height: auto;
}

.cur {
  cursor: pointer;
}

.swiper-slide {
  /* float: left; */
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 18px;
  background: #fff;

  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.swiper-slide{
  /* background-size: cover;
  background-position: 34% 0; */
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.swiper-slide1  {
  /* height: 100%; */
  /* background-image: url('../img/index/banner.png'); */
}
.swiper-slide1 img{
  max-width: 100%;
}

.swiper-slide2  {
  background-image: url('../img/index/banner1.png');
}

.swiper-pagination{
  height: 30px;
}
.swiper-pagination > .swiper-pagination-bullet{
  width: 1.56rem;
  height: 5px;
  border-radius: 0;
}
.swiper-pagination > .swiper-pagination-bullet-active{
  background: #e44688;
}
.index > .brands{
  padding: 9.1vw 0;
  height: 23vw;
  width: 100%;
  background: url('../img/index/brands.png') no-repeat;
  background-size: 100% 100%;
  opacity: 0;
}
.index > .brands > .aboutgrefas{
  width: 19.3vw;
  margin: 0 auto;
  display: block;
  opacity: 0;
}
.index > .brands > .b_title{
  font-size: 1.9vw;
  margin: 0 auto;
  display: block;
  text-align: center;
  margin-top: 1.4vw;
  opacity: 0;
  color: #838385;
}
.index > .brands > .b_content{
  font-size: 1.4vw;
  text-align: center;
  margin-top: 3.3vw;
  line-height: 26px;
  color: #838385;
  line-height: 2.5vw;
  opacity: 0;
}
.index > .brands > .b_button{
  color: #fff;
  width: 9.5vw;
  display: block;
  height: 2.4vw;
  line-height: 2.4vw;
  text-align: center;
  margin: 0 auto;
  margin-top: 3.3vw;
  background-color: #e01176;
  font-size: 0.7vw;
  opacity: 0;
  cursor: pointer;
}
.index > .product{
  /* height: 75vw; */
  background: url('../img/index/product.png') no-repeat;
  background-size: 100% auto;
  position: relative;
}
.index > .product > .p_men{
  width: 40.3vw;
  position: absolute;
  right: 30px;
}
/* 217 + 104 + 314 + 176 + 22 + 44  */
 /* 77 + 45 + 113 + 57 + 22 + 16  */
.index > .product > .p_top_box{
  /* width: 45.8vw; */
  position: relative;
  
}
/* .index > .product .p_top_img{
 
  margin-left: 7.6vw;
  margin-top: 8.1vw;
  width: 45.8vw;
  opacity: 0;
} */

.right_box_ {
  overflow: hidden;
}

.right_box_ .p_top_img{
  float: right;
  margin-right: 5.6vw;
  margin-top: 8.1vw;
  width: 45.8vw;
  opacity: 0;
}



.right_box_  #lefttext {
  float: right;
  margin-right: 5.6vw;
}

.index > .product .p_t_con_cantainer {
  margin-left: -5vw !important;
}
/* .index > .product .p_top_img{
  margin-left: 7.6vw;
  width: 45.8vw;
  opacity: 0;
  position: absolute;
  top: 8.1vw;
  right: 7.6vw;
} */

.p_top_content {
  width: 45.8vw;
  opacity: 0;
}
.index > .product .p_t_con_cantainer {
  display: block;
  margin-left: 6.6vw;
  text-align: center;
  margin-top: -7vw;
  clear: both;
  /* overflow: hidden; */
}
.index > .product .p_t_con_cantainer > span{
  display: block;
  width: 33%;
  text-align: center;
  font-size: 1.1vw;
  /* line-height: 15px; */
  float: left;
}

.p_t_con_cantainer span:nth-child(2) {
  margin-left: -2vw;
}
.index > .product .p_bottom_content {
  /* width: 70vw; */
  /* margin-left: 6.6vw */
  width: 100%;
  /* padding: 0 10vw 0 10vw; */
  padding: 0 7vw 0 7vw;
  box-sizing: border-box;
}
.index > .product .p_t_con_cantainer img{
  width: 2.8vw;
  display: inline-block;
  /* margin: 0 auto; */
  cursor: pointer;
  transition: all 0.1s;
}

.index > .product .p_bottom_content{
  /* margin-top: 15vw; */
  margin-top: 3vw;
  display: block;
  text-align: center;
  margin-bottom: 4.166vw;
}

.p_t_content1 div{
    /* font-size: 1.14vw; */
    color: #5a5a5c;
    margin-bottom: 5px;
}
.p_b_content{
  color: #5a5a5c;
  /* white-space: nowrap; */
}
.index > .product .p_bot_img{
  max-width: 100%;
  /* height: 17.1vw; */
  display: block;
  position :absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
 -ms-transform:  translateX(-50%);
 -moz-transform:  translateX(-50%);
 -webkit-transform: translateX(-50%);
 -o-transform: translateX(-50%);
 
}
.index > .product .img_box{
  height: 17.1vw;
  position: relative;
  margin-bottom: 1vw;
}

.p_t_detail{
  transition: 0.3s all;
}

.index > .product .p_bottom_content .p_t_detail{
  width: 2.8vw;
  display: inline-block;
  cursor: pointer;
  transition: all 0.1s;
}

.index > .product .p_bot_product{
  width: 20%;
  text-align: center;
  margin-top: 0.8vw;
  line-height: 15px;
  display: block;
  opacity: 0;
}

/* Meus */
#Meus{
  background-color: #5a5a5c;
  color: #ffffff;
  /* padding: 0 1.25vw; */
  padding: 0 1vw;
  box-sizing: border-box;
  position: fixed;
  z-index: 1111;
  top: 0;
  left: 3.177vw;
  text-align: center;
  /* font-size: 1.822vw; */
  font-size: 1.4vw;

}

#Meus .logo {
  padding-right: 0.52vw;
  padding-top: 1.041vw;
  margin-bottom: 1.041vw;
  padding-left: 0.52vw;
  box-sizing: border-box;
  /* width: 9.58vw; */
  width: 6.5vw;
  cursor: pointer;
}
#Meus .logo img{
  max-width: 100%;
}

#Meus .text{
  padding: 1.979vw 0 2.1354vw 0;
  cursor: pointer;
  border-top: 2px solid #ffffff;
}

#Meus .text:hover{
  color: #c7b192;
  transition: all 1s;
  border-top: 2px solid #c7b192;
}
#tabbar{
  display: none;
}
.Meustab {
  width: 100%;
  background: #ffffff;
  position: fixed;
  top: 0;
  z-index: 999;
  /* padding: 0 6.197vw 0 8.28125vw; */
  font-size: 1.1458vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  justify-content: space-around;
}
.Meustab .logo_box{
 padding: 1.041vw 0;
 position: relative;
 /* margin-right: 2.239vw; */
 cursor: pointer;
}

.Meustab .logo_box .line{
  height: 80%;
  width: 1px;
  background: #5a5a5c;
  position: absolute;
  /* right: -2.239vw; */
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform:  translateY(-50%);
  -moz-transform:  translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform:  translateY(-50%);

 }
.Meustab .logo_box img{
  /* width: 9.58vw; */
  width: 70%;
}

.Meustab .logo_box  .logo_black {
  display: block;
  margin: 0 auto;
}

.Meustab .item_box{
  /* padding-left: 12.34vw; */
}

.Meustab .item_box .item{
  margin-right: 3.02vw;
  position: relative;
}


.Meustab .item_box .item a{
  font-size: 1.1458vw;
  
  /* color: #5a5a5c; */
  color: rgba(0,0,0,0.7);
}


.Meustab .item_box .item .line{
  width: 100%;
  height: 2px;
  background: #5a5a5c;
  position: absolute;
  bottom: -5px;
}

.Meustab .language_box{
  font-size: 1.093vw;
  color: #5a5a5c;
  cursor: pointer;
}

.Meustab .language_box .names{
  position: relative;
  border: 1px solid #5a5a5c;
  padding: 0.5vw 1.2vw;
}

.Meustab .language_box .names .sanjiao {
 width: 0;
 height: 0;
 border-left:5px solid transparent;
 border-right:5px solid transparent;
 border-top:7px solid black;
 position: absolute;
 right: 0.3vw;
 top: 50%;
 transform: translateY(-50%);
 -ms-transform:  translateY(-50%);
 -moz-transform:  translateY(-50%);
 -webkit-transform: translateY(-50%);
 -o-transform:  translateY(-50%);
}

.Showbar{
  display: block !important;
}

.Navbar{
  width:100%;
  /* background-image: url('/assets/img/index/bgg.png'); */
  background-repeat: no-repeat;
  /* height: 5vw; */
  line-height: 5vw;
  background: #ffa799;
  color: #fff;
  text-align: center;
}
.news{
  padding: 4.97vw 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column; 
  flex-direction: column;
}
.news .news_pad a{
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 67vw;
  color: #fff;
  font-size: 1.33vw;
  border-bottom: 1px solid #fff;
}
.news > img { 
  width: 24.96vw;
  margin-bottom: 3.6vw;
}
.new_ing{
  margin-left: 20px;
  width:  3.6vw;
}
.news .news_date{
  /* width: 20%; */
  margin-right: 30px;
}
.Navbar_mobile{
  display: none;
}
.Navbar .left_box {
  width: 35%;
  line-height: 5vw;
  /* background: -webkit-linear-gradient(180deg, #ffbcb2, #ffa799); Safari 5.1 - 6.0 */
  /* background: -o-linear-gradient(180deg, #ffbcb2, #ffa799); Opera 11.1 - 12.0 */
  /* background: -moz-linear-gradient(180deg, #ffbcb2, #ffa799); Firefox 3.6 - 15 */
  /* background: linear-gradient(180deg, #ffbcb2, #ffa799); 标准的语法 */

  

}

.Navbar .left_box span {
  font-size: 1.8vw;
}

.Navbar .left_box  .nes{
  /* font-size: 2.5vw; */
}

.Navbar .center_box{
  line-height: 5vw;
  width: 32%;
  font-size: 1.8vw;

}

.Navbar .right_box {
  width: 33%;
  position: relative;
  height: 5vw;
}

.Navbar .right_box .konw{
  font-size: 0.72vw;
  position: absolute;
  top: 50%;
  left: 40%;
  transform: translate(-50%,-50%);
  -ms-transform:  translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -webkit-transform:translate(-50%,-50%);
  -o-transform:  translate(-50%,-50%);
  height: 1.71vw;
  line-height: 1.71vw;;
  border: 1px solid #fff;
  padding: 0.25vw  2.9vw ;
  cursor: pointer;


}

.Card{
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: space-between;
  -webkit-box-align: center;
  margin-top: 1.666vw;
  margin-bottom: 1.666vw;
  overflow: hidden;
  
}
.index > .product .p_bot_img{
  cursor: pointer;
  transition: all 0.3s;
  transform: scale(1) translateX(-50%);
}
.index > .product .p_bot_img:hover{
  /* background: rgba(255, 255, 255, 0.5); */
  transform: scale(1.05) translateX(-48%) translateY(-10px);
  /* transform-origin: 50% 50%; */
  /* max-width: 103%; */
}

.Card .item{
  width: 32.5%;
  height: 32vw;
  background-repeat: no-repeat;
  cursor: pointer;
  background-size: 100% auto;
  opacity: 0;

}

.Card .item1{
  background-image: url('/assets/img/index/qa.png')

}
.Card .item2{

  background-image: url('/assets/img/index/gy.png')

}
.Card .item3{
  background-image: url('/assets/img/index/gz.png')

}

#Card .item  a{
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 3;
}

.Konw{
  width: 100%;
  height:29vw ;
  background-image: url('/assets/img/index/tps.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  cursor: pointer;
  opacity: 0;
  overflow: hidden;
}

.Konw a {
  display: block;
  width: 100%;
  height: 100%;
}
.Gmqd{
  width: 100%;
  height:30vw;
  background-image: url('/assets/img/index/gmqd.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  cursor: pointer;
  opacity: 0;
  overflow: hidden;
}


.footer{
  height: 9.895vw;
  background: #5a5a5c;
  position: relative;
}

.footer .info_logo_box{
  width: 9.58vw;
  position: absolute;
  top: 2.6vw;
  left: 6.51vw;
  /* transform: translate(-50%);
  -ms-transform:  translate(-50%);
  -moz-transform: translate(-50%);
  -webkit-transform:translate(-50%);
  -o-transform:  translate(-50%); */
}

.footer .info_logo_box img{
  width: 100%;
}

.footer .icon_box {
  width: 100%;
  height: 100%;;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  line-height: 100%;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  overflow: inherit;
}
.footer .icon_box> a{
  float: left;
}
#footer{
  opacity: 0;
}
.footer .icon_box .item_box1{
  background-image: url('/assets/img/index/tmaoicon.png')
}
.footer .icon_box .item_box2{
  background-image: url('/assets/img/index/weiboicon.png');
  margin: 0 3.489vw;
}
.footer .icon_box .item_box3{
  background-image: url('/assets/img/index/wxicon.png');
  display: flex;
    justify-content: center;
    align-items: flex-start;
}

.footer .icon_box .item_box{
  width: 5.57vw;
  height: 5.57vw;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
}


#footer .desc {
  height: 2.34vw;
  line-height: 2.34vw;
  text-align: center;
  position: relative;
  font-size: 0.93vw;
  background: #48484a;
  color: #fff;
}

#footer .desc .copy {
  /* line-height: 2.34vw; */
  /* height: 100%; */
}

#footer .beian{
  font-size: 0.83vw;
  position: absolute;
  right: 2.23vw;
  top: 0;
}
.mobile-logo, .logo_menu, .brands_text, .brands_text1, .index > .product .swiper-container1 {
  display: none;
}
.left_box_news, .circle, .bottom_arrow, .item_mobile, .menu_logo, .close_logo{
  display: none;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next{
  background-image: url('../img/swiper/left.png');
  background-size: 55%;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev{
  background-image: url('../img/swiper/right.png');
  background-size: 55%;
}
@media screen and ( max-width: 800px){
  .index > .product .p_bot_img:hover{
    transform: scale(1);
  }
  body .title_img{
    height: 4rem!important;
    width: 7.2rem !important;
    float: none !important;
    display: block !important;
    margin: 0 auto !important;
    margin-top: 0.9rem !important;
    margin-bottom: 1.05rem !important;
    opacity: 0;
    width: 0!important;
    /* display: none!important; */
    transform:translateX(7px);
    -ms-transform:translateX(7px); 	/* IE 9 */
    -moz-transform:translateX(7px); 	/* Firefox */
    -webkit-transform:translateX(7px); /* Safari 和 Chrome */
    -o-transform:translateX(7px);	/* Opera */
  } 
  .index > .product .p_bot_product+.p_bot_product {
    margin-left: 0 !important;
  }
  .index > .product .p_bot_product {
    width: 20% !important;
  }
  .index > .product .p_bottom_content {
    margin-top: 0 !important;
  }
  .swiper-container_nanner, .swiper-wrapper {
    width: 100%;
    height: 100%;
  }
  .swiper-container_nanner {
    max-width: 100vw;
    padding-top: 1rem;
    /* height: 80%; */
    height: 14rem
  }
  .swiper-slide1{
    background-image: url('../img/index/mobile/kv1.png');
  }
  .swiper-slide1 img{
    display: none;
  }
  .swiper-slide2{
    background-image: url('../img/index/mobile/kv2.png');
  }
  #Meus{
    /* display: none; */
    background-color: #f8f8f8;
    left: 0;
    width: 100vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    height: 1.4rem;
    position: fixed;
  }
  #Meus .text{
    display: none;
  }
  #Meus .logo{
    width: 2.04rem;
  }
  .logo_menu{
    display: block;
    position: absolute;
    right: 0.5rem;
    width: 0.88rem;
  }
  .logo > img{
    display: none;
  }
  .Meustab .item_box .item a{
    height: 100%;
    display: flex;
    align-items: center;
    min-height: 1.73333rem;
    width: 100%;
  }
  
  .logo > .mobile-logo{
    display: block;
  }
  .index > .brands {
    height: 80vh;
    padding: 10vh 0;
  }
  .index > .product .p_t_con_cantainer  .p_t_detail{
    width: 0.7rem;
  }
  .index > .product .p_bottom_content .p_t_detail{
    width: 0.7rem;
  }
  .index > .brands > .aboutgrefas{
    width: 70%;
  }
  .index > .brands > .b_title, .index > .brands > .b_content {
    display: none;
  }
  .brands_text{
    display: block;
    width: 70%;
    opacity: 0;
    margin: 1rem auto 0;
  }
  .brands_text1{
    display: block;
    width: 80%;
    opacity: 0;
    margin: 10vh auto 0;
  }
  .index > .brands > .b_button{
    width: 38vw;
    margin-top: 10vh;
    height: 5vh;
    font-size: 0.32rem;
    line-height: 5vh;
  }
  .index > .product > .p_men {
    display: none;
  }
  .index > .product{
    /* min-height: 120vh; */
    min-height: 14.5rem;
    background: url('../img/index/mobile/product.png') no-repeat;
    background-size: 100% auto;
  }
  .index > .product .p_bottom_content{
    margin-top: 0vh;
    display: none;
  }
  .index > .product .p_bot_img{
    display: block;
    position: relative;
    left: inherit;
    width: 50%;
    transform: translate(0);
    
  }
 
  .index > .product .swiper-container1{
    display: block;
    margin-top: 0vh;
    /* height: 33vh; */
    height: 5.83rem;
    width: 100vw;
  }
  .index > .product .swiper-container1 .swiper-slide{
    display: flex;
    margin-top: -0.44rem;
    align-items: flex-end;
  }
  .index > .product .swiper-container1  .swiper-pagination {
    display: none;
  }
  .index > .product .swiper-container1 .swiper-slide > span{
    margin-right: 0.7rem;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    font-size: 0.3rem;
    white-space: nowrap;
    color: #5a5a5c;

  }
  .index > .product .swiper-container1 .swiper-slide > span:last-child{
    margin-right: 0;
  }

  .index > .product .swiper-container1 .p_bottom_content{
    display: flex;
    padding: 0;
  }
  .index > .product .img_box{
    height: 40vh;
    display: flex;
    align-items: flex-end;
    justify-content: center;
  }
  .index > .product .p_top_img{
    /* position: absolute; */
    width: 80vw;
    margin-top: -16vh;
    /* padding-bottom: 300px; */
    margin-left: 10vw;
    /* left: 10%; */
    float: none;

  }.index > .product .p_t_con_cantainer {
    overflow: inherit;
    clear: inherit;
    width: 100vw;
    margin-left: 0;
  }
  .right_box_ #lefttext {
    float: none;
    margin-right: 0;
  }
  .index > .product .p_t_con_cantainer > .p_t_content{
    width: 50%;
  }
  .index > .product .p_t_con_cantainer > .p_t_content1{
    font-size: 0.307rem;
    line-height: 0.4rem;
  }
  .index > .product .p_t_con_cantainer > .p_t_content1 div{
    font-size: 0.307rem;
    margin-bottom: 0rem;

  }
  .close_logo{
    display: block;
  }
  .swiper-container1 .swiper-slide{
    background: transparent;
  }
  .index > .product .p_t_con_cantainer > .p_t_content1:nth-child(1){
    position: absolute;
    top: 6vh;
    /* top: 41vh; */
    left: 7vw;
  } 
  .index > .product .p_t_con_cantainer > .p_t_content1:nth-child(2){
    /* position: absolute;
    top: 44vh;
    right: 7vw; */
    width: 100%;
    margin-top: 0rem;
  } 
  .index > .product .p_t_con_cantainer > .p_t_content1:nth-child(2) img{
    /* transform: translateY(-9.5vh); */
    transform: translateY(-1.5rem);
  } 
 
  .index > .product .p_t_con_cantainer > .p_t_content1:nth-child(3){
    position: absolute;
    top: 6vh;
    right: 7vw;
  } 
  
  .Navbar_mobile{
    display: flex;
    padding-bottom: 0.6rem;
  }
  .Navbar{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .sp_date{
    display: inline-block;
    margin-right: 0.2rem;
  }
  .Navbar_pc{
    display: none;
  }
  .new_ing{
    width: 0.93rem;
    margin-left: 0;
    margin-top: 0.06rem;
  }
  .Navbar .left_box{
    width: 100%;
    line-height: 12vw;
    background-color: transparent;
  }
  .Navbar .left_box span{
    /* font-size: 0.6rem; */
    display: none;
  }
  .Navbar_mobile .center_box{

  }
  .Navbar .center_box{
    margin-top: 0.2rem;
    width: 100%;
    font-size: 0.33rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 10vw;
    box-sizing: border-box;
  }
  .Navbar .center_box span:nth-child(2){
    /* margin-right: 10%; */
  }
  .Navbar .center_box .circle{
    display: block;
    margin-right: 3%;
    width: 0.2rem;
    height: 0.2rem;
    border-radius: 50%;
    background-color: #fff;
  }
  .Navbar .right_box{
    display: none;
  }
  .left_box_news{
    width: 100%;
    margin: 0.05rem auto 0.22rem;
    display: block;
  }
  .bottom_arrow{
    width: 0.5rem;
    display: block;
    margin: 0.6rem auto 0.3rem;
  }
  .Card{
    display: flex;
    margin-top: 0;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 0;
  }
  .Card .item{
    width: 100%;
    height: 4.7rem;
  }
  .Card .item1{
    background-image: url('/assets/img/index/mobile/qa.png');
  }
  .Card .item2{
    background-image: url('/assets/img/index/mobile/gy.png');
  }
  .Card .item3{
    background-image: url('/assets/img/index/mobile/gz.png');
  }

  .Konw{
    background-image: url('/assets/img/index/mobile/tps.png');
    height: 13.0rem;
  }
  .Gmqd {
    background-image: url('/assets/img/index/mobile/gmqd.png');
    height: 10.70rem;
  }
  .footer{
    height: 5.40rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .footer .info_logo_box{
    position: relative;
    top: inherit;
    left: inherit;
    width: 30vw;
    padding-bottom: 0.45rem;
  }
  .footer .icon_box{
    height: auto;
    border-top: 2px solid #fff;
    padding-top: 0.45rem;
    width: auto
  }
  .footer .icon_box .item_box{
    height: 1.90rem;
    width: 1.90rem;
  }
  #footer .desc{
    height: 0.86rem;
    font-size: 0.28rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #footer .beian{
    position: relative;
    right: inherit;
    top: inherit;
    font-size: 0.28rem;
  }
  #footer .desc .copy{
    margin-right: 0.52rem;
  }
  .Meustab {
    height: 100vh;
    /* position: relative; */
    flex-direction: column;
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  .Meustab .item_box {
    width: 100vw;
    display: flex;
    flex-direction: column;
    font-size: .48rem;
    padding: 0 0;
  }
  .Meustab .item_box .item .line{
    display: none;
  }
  .Meustab .item_box .item{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    /* -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center; */
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    min-height: 1.73333rem;
    margin-right: 0;
    padding: 0 0.96rem;
    
    border-bottom: 1px solid #eee;
  }
  .Meustab .item_box .item a {
    font-size: .48rem;
    color: #4c4f51;
    /* color: #102e5f; */
  }
  .Meustab .language_box {
    display: none;
  }
  .Meustab .logo_box img{
    width: 80%;
  }
  .Meustab .logo_box .line {
    display: none;
  }
  .Meustab .logo_box{
    /* padding: 0.3rem; */
    width: 100%;
    margin-left: 0%;
    background: #f7fbfd;
    display: flex;
    align-items: center;
  }
  .item_mobile .r{
    display: none;
  }
  .Meustab .logo_box .logo_black{
    width: 2rem;
    margin: 0 0 ;
    display: inline;
  }
  .Meustab .logo_box .close_logo{
    width: 0.88rem;
    position: absolute;
    right: 1rem;
    /* top: 0.3 */
  }
  .Meustab .logo_box .menu_logo{
    display: block;
    width: 1rem;
    margin-left: 0.3rem;

  }
  .footer .icon_box .item_box1{
    background-image: url('/assets/img/index/mobile/tmicon.png');
  }
  .footer .icon_box .item_box2{
    background-image: url('/assets/img/index/mobile/weiboicon.png');
  }
  .footer .icon_box .item_box3{
    background-image: url('/assets/img/index/mobile/wxicon.png');
  }

}


.add{
  width: 1.9vw;
  height: 1.9vw;
  background: #e01176;
  position: relative;
  border-radius: 50%;
}
.add img{
  max-width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  -ms-transform:  translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -webkit-transform:translate(-50%,-50%);
  -o-transform:  translate(-50%,-50%);
}

.Meustab .item_box .item a:hover {
  color: rgba(0,0,0,0.9);
}
.title_img {
  float: left;
  width: 29vw;
  margin-top: 8.1vw;
  margin-left: 10vw;
  opacity: 0;
  display: block !important;
}
.mob_img {
  display: none !important;
}
.code{
  position: absolute;
  /* bottom: 72px; */
  display: none;
  transform: translateY(-100%);
  opacity: 0;
  /* left: -60px; */
  width: 200px;
}
.mobile-code_wrapper{
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100vh;

  min-width: 100vw;
  background-color: rgba(0,0,0,0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
  
}
.mobile-code_wrapper img{
  width: 60vw;
}
@media screen and (max-width: 1366px) {
  .p_t_con_cantainer span:nth-child(2){
    /* margin-left: 5vw; */
    margin-left: 1%;
  }


  .index > .product > .p_men {
    width: 46vw;
    right: 0;
  }

  .index > .product .p_bottom_content {
    margin-top:5vw;
  }

  .index > .product .p_bottom_content {
    padding: 0 8vw 0 8vw ;
    /* display: flex; */
  }

  .index > .product .p_bot_product {
    width: auto;
    width: 8%;
   
  }

  .index > .product .p_bot_product+.p_bot_product {
    margin-left: 12vw;
  }

  /* .index > .product .shop1 {
    width: 6.88vw;
  }
  .index > .product .shop2 {
    width: 7.46vw;
  }
  .index > .product .shop3 {
    width: 7.46vw;
  }
  .index > .product .shop4 {
    width: 10.6149vw;
  }
  .index > .product .shop5 {
    width: 10.6149vw;
  } */



}




