@import url(./normalize.css);
@import url(./swiper.min.css);
.container {
  max-width: 14.8rem;
  margin: 0 auto;
  font-size: 0.16rem;
  color: #333333;
  position: relative;
}
.container * {
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  text-align: inherit;
}
main {
  height: 50.38rem;
  background: url(../images/index-banner-bg.png) no-repeat;
  background-size: cover;
  position: relative;
  background-position: center;
}
section strong {
  font-weight: 700;
}
/* 顶部 */
header .container, header nav ul{
  display: flex;
  width: 100%;
  align-items: center;
  height: 0.75rem;
  z-index: 9999;
}
header .container {
  border-bottom: 1px solid #8a8b8d;
}
header nav {
  margin-left: 0.5rem;
}
header .logo {
  margin-left: 0.6rem;

}
header .logo img {
  width: 1.35rem;
  height: auto;
  display: block;
}
.has_sub {
  position: relative;
}
.has_sub .nav-sub {
  position:absolute;
  width: 100%;
  flex-wrap: wrap;
  height: 400%;
  margin-top: 0.25rem;
  z-index: 0;
  transition: all .5s linear;
  left: 0;
  opacity: 0;
  transform: translateX(-100px);
}
.has_sub:hover .nav-sub {
  opacity: 1;
  z-index: 999;
  transform: translateX(0px);
}
.has_sub .nav-sub li {
  border-bottom: 1px solid #8a8b8d;
  text-align: center;
  width: 100%;
  padding: 0.05rem 0;
  margin: 0;
  transition: all .5s linear;
  background: #333;
  color: #fff;
  
}
.has_sub .nav-sub li:hover {
  transform: translateX(0.1rem);
  border-radius: 20px;
}
.nav-ul li{
  height: 0.24rem;
  font-size: 0.16rem;
  padding: 0.05rem 0.2rem;
  margin: 0 0.05rem;
  border-radius: 2px;
  line-height: 0.24rem;
  font-weight: 600;
  transition: border-radius .5s linear;
}

.nav-ul li.active, .nav-ul li:hover{
  background: #333;
  color: #fff;
  border-radius: 20px;
}


.Language {
  position: absolute;
  right: 0;
}
.Language img {
  width: 0.34rem;
  border-radius: 50px;
  position: absolute;
  left: 0;
  top: 0;
}
.nav-ul li.Language:hover,.nav-ul li.Language.active {
  background: none;
  color: unset;
}
.nav-ul li.Language a{
  padding-left: 0.2rem;
}
.nav-ul li.Language li {
  position: relative;

}
.nav-ul li.Language li img {
  left: 0.1rem;
  padding-top: 0.02rem;
  transition: all .5s linear;
}
.has_sub.Language .nav-sub {
  height: auto;
}
.has_sub.Language .nav-sub li:hover img{
  left: 0;
}
.has_pro ul {
  display: none;
  position:absolute;
  left: 0;
  top: 0%;
  width: 100%;
  flex-wrap: wrap;
  height: auto;
  background-color: #eee;
  z-index: -1;
  transition: all .8s ease-in-out;
  opacity: 0;
  border-bottom: 1px solid #ccc;
  box-shadow: 0px 4px 15px 2px rgb(0 0 0 / 22%);
  padding: 0.2rem 0;
  overflow: hidden;
  transform: translateY(-4rem);
}
.has_pro.has_hover ul {
  opacity: 1;
  transform: translateY(0rem);
}
.has_pro ul.has_hover li {
  height: 100%;
}
.has_pro ul li {
  padding: 0.2rem;
  padding-top: calc(0.75rem + 1px);
  height: 0%;
  transition: all .5s ease-in-out;
  display: flex;
  flex-direction: column;
  text-align: center;
}
.has_pro ul li span {
  display: block;
  width: 100%;
  color: #231815;
}
.has_pro ul {
  display: flex;
  justify-content: center;
}
.has_pro ul li:hover{
  transform: scale(0.9);
}

.has_pro li:hover {
  background: none;
  border-radius:unset;
}
.has_pro ul li img {
  width: 2.31rem;
  height: 100%;
  max-height: 2.41rem;
}
@media (max-width: 800px){
  .container {
    max-width: 100%;
  }
  header {
    padding: 0 0.5rem;
  }
  header .container {
    padding-bottom: 0.5rem;
  }
  .nav-ul li.Language {
    position: absolute;
    top: 0.2rem;
  }
  .nav-ul li {
    box-sizing: content-box;
    font-size: 0.16rem;
    padding: 0.05rem 0.1rem;
    margin-right: 0.02rem;
  }
  header nav {
    flex: 1;
  }
  header .logo {
    margin: 0;
  }
  .nav-ul li.Language a {
    padding-left: 0.3rem;
  }
  .has_sub.Language .nav-sub {
    margin-top: 0.75rem;
  }
  .nav-ul li.has_pro {
    position: absolute;
    left: 0;
    bottom: 0.15rem;
  }
  
  .nav-ul li.has_pro:nth-child(2) {
    left: 0%;
    padding-left: 0;
  }
  .nav-ul li.has_pro:nth-child(3) {
    left: 38.33%;
  }
  .nav-ul li.has_pro:nth-child(4) {
    left: unset;
    right: 0;
  }
  .has_pro ul {
    position: fixed;
  }
  .has_pro ul li img {
    max-width: 1.2rem;
    max-height: 1.2rem;
  }
  .has_pro ul li {
    padding-top: 1.25rem;
  }
}
/* 导航结束 */
/* 首页大图 */
.banner ,.banner .container{
  height: 6.9rem;
  text-align: center;
}
#swiper-banner .swiper-slide {
  max-width: 100%;
}
.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
  display: none;
}
.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
  display: none;
}
#swiper-banner .button-prev,#swiper-banner .button-next {
  opacity: 0;
  cursor: pointer;
  transition: .3s linear;
}
#swiper-banner .button-prev:hover {
  background: url(../images/in-pro-left-white.png);
  background-size: cover;
}
#swiper-banner .button-next:hover {
  background: url(../images/in-pro-right-white.png);
  background-size: cover;
}
#swiper-banner.has_hover .button-prev,#swiper-banner.has_hover .button-next {
  opacity: 1;
}
#swiper-banner .button-prev {
  left: 14%;
}
#swiper-banner .button-next {
  left: 84%;
}
.banner-top {
  position: absolute;
  right: -0.03rem;
  top: 0.3rem;
}
.banner-top img {
  width: 6.87rem;
  height: auto;
  display: block;
}
.banner-right {
  position: absolute;
  top: 0.7rem;
  right: -0.1rem;
}
.banner-right img {
  width: 5.3rem;
  display: block;
  height: auto;
}
.banner-left {
  display: block;
  position:absolute;
  top: 0.8rem;
  left: 1rem;
}
.banner-left .banner-left-top {
  font-size: 0.8rem;
  line-height: 0.9rem;
  text-align: left;
}
.banner-left .banner-left-center {
  font-size: 0.33rem;
  margin-top: 0.3rem;
  text-align: left;
  line-height: 0.33rem;
}
.banner-left .banner-left-bottom {
  font-size: 0.22rem;
  margin-top: 0.1rem;
  text-align: left;
  width: 2.3rem;
  line-height: 0.22rem;
}
.banner-bottom {
  position:absolute;
  display: flex;
  bottom: 0;
  left: 1rem;
  padding-bottom: 0.55rem;
  border-bottom: 1px solid #8a8b8d;
}
.banner-bottom li {
  width: 1.65rem;
  margin-right: 0.22rem;
}
.banner-bottom li p {
  font-size: 0.317rem;
  color: #fff;
  background: #333;
  height: 0.5rem;
  line-height: 0.5rem;
  border-radius: 0.25rem;
}
.banner-bottom li span {
  font-size: 0.2rem;
  margin-top: 0.2rem;
  display: block;
}
@media (max-width: 800px){
  .banner-right img {
    max-height: 3.9rem;
    width: auto;
  }
  .banner-left .banner-left-top {
    font-size: 0.63rem;
    width: 2.7rem;
    line-height: 1.2em;
  }
  .banner, .banner .container {
    height: 5rem;
    background: url(../images/index-m-banner.png) no-repeat;
    background-size: 100%;
    background-position-y: 2.8rem;
  }
  main {
    background: url(../images/index-m-bg.png) no-repeat;
    background-size: contain;
    height: auto;
    overflow: hidden;
  }
  .banner-top {
    right: 0.65rem;
  }
  .banner-right {
    top: 0.85rem;
    right: 0.7rem;
  }
  .banner-top img {
    width: 4.4rem;
  }
  .banner-left {
    top: 0.3rem;
    left: 0.65rem;
    position: relative;
  }
  .banner-left .banner-left-center {
    font-size: 0.2rem;
    margin-top: 0.15rem;
    transform: scale(0.8);
    position: absolute;
    left: -0.2rem;
  }
  .banner-left .banner-left-bottom {
    font-size: 0.09rem;
    transform: scale(0.5);
    text-transform:uppercase;
    width: 3.3rem;
    line-height: 3em;
    left: 1rem;
    position: absolute;
    margin-top: 0.08rem;
  }

  .banner-bottom {
    left: 0.65rem;
    flex-direction: column;
    padding: 0;
    border: none;
  }
  .banner-bottom li {
    margin: 0;
    margin-bottom: 0.25rem;
    width: 1.35rem;
    position: relative;
  }
  .banner-bottom li::after {
    content: '+';
    position: absolute;
    left: calc(50% - 0.1rem);
    font-size: 0.19rem;
  }
  .banner-bottom li:last-child {
    margin: 0;
  }
  .banner-bottom li:last-child::after {
    display: none;
  }
  .banner-bottom li span {
    display: none;
  }
  .banner-bottom li p {
    font-size: 0.19rem;
    height: 0.35rem;
    line-height: 0.35rem;
  }
  #swiper-banner .button-next {
    left: unset;
    right: 5%;
    top: 50%;
  }
  #swiper-banner .button-prev {
    left: 5%;
    top: 50%;
  }
}
/* 大图结束 */
/* 首页视频模块 */
.in-video {
  margin-top: 0.9rem;
  height: 6rem;
  position: relative;
}
.in-video .container {
  text-align: left;
  display: flex;
  height: 6rem;
  position: relative;
  padding-left: 1rem;
  box-sizing: border-box;
}
.in-video-left {
  width: 2.7rem;
}
.in-video-left p {
  font-size: 0.37rem;
  line-height: 0.47rem;
  background: url(../images/in-video.png) no-repeat right bottom;
  background-size: 0.52rem;
}
.in-video-left span {
  display: block;
  width: 100%;
  font-size: 0.26rem;
  line-height: 0.3rem
}
.in-video-left ul {
  position: absolute;
  bottom: 0%;
}
.in-video-left ul li{
  font-size: 0.23rem;
  margin-bottom: 0.05rem;
  text-transform: uppercase;
}
.in-video-left ul li br {
  display: none;
}
.in-video-right {
  flex: 1;
  margin-left: 0.85rem;
}
.in-video-right video {
  height: 100%;
  border-radius: 20px;
  width: 100%;
  background: #000;
}
@media (max-width: 800px){
  .in-video .container {
    flex-wrap: wrap;
    padding: 0 0.65rem;
    display: block;
    height: auto;
  }
  .in-video {
    margin-top: 0.8rem;
    height: auto;
    padding-bottom: .8rem;
  }
  .in-video-left {
    width: 100%;
    margin-bottom: 0.2rem;
    height: 0.5rem;
  }
  .in-video-left p {
    width: 40%;
    background-position: top left;
    font-size: 0.22rem;
    padding-left: 0.7rem;
    float: left;
    position: relative;
  }
  .in-video-left p::after {
    content: '';
    position: absolute;
    height: 80%;
    height: 50%;
    top: 25%;
    right: -3%;
    width: 1px;
    background-color: #333;
  }
  .in-video-left br {
    display: none;
  }
  .in-video-left span {
    font-size: 0.19rem;
    text-align: right;
    width: 100%;
    zoom: 0.68;
    line-height: normal;
    padding-top: 0.15rem;
  }
  .in-video-left ul {
    width: 60%;
    bottom: -1rem;
    left: 0;
    display: flex;
    padding: 0 2rem;
    box-sizing: border-box;
    zoom: 0.8;
  }
  .in-video-left ul li br {
    display: block;
    margin: 0.1rem 0;
  }
  .in-video-left ul li {
    flex: 1;
    text-align: center;
    margin-right: 0.2rem;
    box-sizing: border-box;
  }
  .in-video-right {
    flex: none;
    width: 100%;
    margin-left: 0;
  }
  .in-video-left ul li::after {
    content: '';
    position: absolute;
    width: 0.01rem;
    height: 50%;
    background-color: #333;
    top: 0;
  }
  .in-video-left ul li:last-child::after {
    display: none;
  }
}
/* 视频模块结束 */
/* 最新产品 */
.in-newpro {
  margin-top: 0.45rem;
  
}
.in-newpro .container{
  height: 6.5rem;
  background: url(../images/index-newpro-bg.png) no-repeat center bottom;
  background-size: cover;
  border-radius: 20px;
}
.in-newpro-left img:first-child {
  width: 6.92rem;
  display: block;
  position: absolute;
  left: 0.9rem;
  top: 0.6rem;
}
.in-newpro-left img:last-child {
  display: block;
  width: 4.49rem;
  position: absolute;
  top: 0.6rem;
  left: 1.35rem;
}
.in-newpro-right {
  display: block;
  position: absolute;
  width: 40%;
  right: 0.8rem;
  top: 0;
}
.in-newpro-right .in-botton {
  cursor: pointer;
  position: absolute;
  font-size: 0.28rem;
  width: 3.09rem;
  height: 0.74rem;
  line-height: 0.74rem;
  top: 0.65rem;
  right: 0%;
  color: #231815;
  background: url(../images/icon-box.png) no-repeat;
  background-size: contain;
  box-sizing: border-box;
  padding-left: 0.3rem;
  border-radius: 23px;
}
.in-botton:hover img{
  transform: translateX(10px);
}
.in-botton:hover {
  box-shadow: 0px 4px 15px 2px rgb(0 0 0 / 22%);
}
.in-newpro-right .in-botton img {
  display: block;
  width: 0.36rem;
  position: absolute;
  right: 0.25rem;
  top: 0.2rem;
  transition: all .5s linear;
}
.in-botton-new {
  background: url(../images/icon-box2.png) no-repeat;
  background-size: contain;
  width: 0.99rem;
  height: 0.51rem;
  line-height: 0.51rem;
  text-align: center;
  font-size: 0.287rem;
  margin-top: 1.18rem;
  right: 0;
  position: absolute;
}
.in-newpro-text {
  position: absolute;
  right: 0;
  margin-top: .2rem;
  font-size: 0.522rem;
  width: 5rem;
  text-align: right ;
  display: block;
}
.in-newpro-text p:first-child {
  margin-top: 0.3rem;
}
.in-newpro-text p {
  font-size: 0.7rem;
  line-height: 1.2em;
}
@media (max-width: 800px){ 
  .in-newpro {
    padding:0 0.65rem;
    margin-top: 0.37rem;
  }
  .in-newpro .container {
    height: 3.33rem;
  }
  .in-newpro-left img:last-child {
    width: 2.33rem;
    top:0.3rem;
    left: 0.7rem;
  }
  .in-newpro-left img:first-child {
    width: 3.5rem;
    top: 0.3rem;
    left: 0.45rem;
  }
  .in-newpro-right {
    right: 0.4rem;
  }
  .in-newpro-right .in-botton {
    width: 1.6rem;
    height: 0.4rem;
    top: 0.3rem;
    line-height: 0.4rem;
    padding-left: 0.15rem;
    font-size: 0.19rem;
  }
  .in-newpro-right .in-botton img {
    width: 0.25rem;
    top: 0.08rem;
    right: 0.1rem;
  }
  .in-botton-new {
    zoom: 0.6;
    margin-top: 0.6rem;
  }
}
/* 最新产品结束 */
/* in-why */
.in-why-top {
  display: block;
  padding: 0.7rem 0 0.4rem;
  display: flex;
}
.in-why-top p {
  font-size: 0.462rem;
  line-height: 1em;
}
.in-why-top span {
  display: block;
  margin-left: 0.75rem;
  position: relative;
  flex: 1;
}
.in-why-top span::after {
  content: '' ;
  height: 0.01rem;
  background-color: #8a8b8d;
  position: absolute;
  width: 100%;
  top: 50%;
}
.in-why-bottom {
  display: flex;
}
.in-why-bottom li {
  padding-left: 0.8rem;
  padding-top: 0.45rem;
  background: #fff;
  flex: 1;
  border-radius: 20px;
  border: 1px solid #cfd3d2;
  transition: all .5s linear;
  padding-bottom: 0.3rem;
  box-sizing: border-box;
  max-width: 50%;
}
.in-why-bottom li:hover {
  box-shadow: 0px 4px 15px 2px rgb(0 0 0 / 22%);
}

.in-why-bottom li p {
  font-size: 0.618rem;
  line-height: 1em;
}
.in-why-bottom li:first-child {
  margin-right: 0.1rem;
}
.in-why-bottom .in-why-p {
  width: 0.9rem;
  position:absolute;
  margin-top: 0.15rem;
}
.in-why-bottom .in-why-png {
  width: 4.83rem;
  max-width: 100%; 
  margin-left: 0.15rem;
  margin-top: 0.25rem;
}
@media (max-width: 800px){ 
  .in-why {
    padding: 0 0.65rem;
  }
  .in-why-top {
    padding: 0.35rem 0;
  }
  .in-why-top p {
    font-size: 0.224rem;
    padding-left: 0.3rem;
  }
  .in-why-bottom li {
    padding-left: 0.45rem;
    padding-top: 0.22rem;
  }
  .in-why-bottom li p {
    font-size: 0.314rem;
  }
  .in-why-bottom li:first-child {
    margin-right: 0.2rem;
  }
  .in-why-bottom .in-why-p {
    width: 0.47rem;
  }
  .in-why-bottom .in-why-png {
    width: 2.24rem;
  }
}
/* in-why 结束 */
/* in-pro */
.in-other-pro {
  background: url(../images/in-pro-bg.png) no-repeat center bottom;
  padding-bottom: 1rem;
}
#pro-swiper.swiper-container {
  box-sizing: border-box;
  max-width: 18.5rem;
  padding-bottom: 0.2rem;
}
#pro-swiper .swiper-slide {
  text-align: center;
  background-color: #Fff;
  border-radius: 20px;
  border: 1px solid #cfd3d2;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
transition: 300ms;
transform: scale(0.9);
flex-wrap: wrap;
overflow: hidden;
box-shadow: 0px 4px 15px 2px rgb(0 0 0 / 22%);
}
#pro-swiper swiper-slide-active,#pro-swiper .swiper-slide-duplicate-active{
  transform: scale(1);
  border-radius: 20px;
}
#pro-swiper .swiper-slide p {
  width: 100%;
}
#pro-swiper .swiper-slide img {
  width: 4.5rem;
  display: block;
  margin: 0 auto;
  margin-bottom: 0.4rem;
}
.in-pro-title {
  font-size: 0.47rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  color: #ff5f28;
  margin-top: 0.75rem;
}
#pro-swiper .swiper-slide span {
  display: block;
  width: 100%;
  margin-top: 0.1rem;
  color: #333;
}
.in-pro-tit p {
  font-size: 0.426rem;
  text-align: center;
  margin: 0.75rem 0 0.65rem;
}
.in-pro-tit p::before {
  content: '';
  height: 0.01rem;
  background: #cfd3d2;
  width: calc(50% - 2rem);
  position:absolute;
  left: 0;
  top: 50%;
}
.in-pro-tit p::after {
  content: '';
  height: 0.01rem;
  background: #cfd3d2;
  width: calc(50% - 2rem);
  position:absolute;
  right: 0;
  top: 50%;
}
#pro-swiper .in-pro-buy {
  background: url(../images/in-pro-buy.png) no-repeat;
  width: 3.08rem;
  background-size: cover;
  height: 0.72rem;
  display: none;
  position: relative;
  margin:0 auto;
  margin-bottom: 0.4rem; 
  cursor: pointer;
}
#pro-swiper .swiper-slide-active .in-pro-buy {
  display: block;
}
#pro-swiper .in-pro-buy p{
  line-height: 0.72rem;
  font-size: 0.28rem;
  color: #fff;
  text-align: left;
  padding-left: 0.4rem;
}
#pro-swiper .in-pro-buy img {
  width: 0.36rem;
  height: 0.36rem;
  position: absolute;
  right: 0.3rem;
  top: calc(50% - 0.18rem);
}
.button-next,.button-prev {
  background: url(../images/in-pro-right.png) no-repeat;
  position: absolute;
  width: 0.48rem;
  height: 0.82rem;
  top: calc(50% - 0.42rem);
  left: 67%;
  z-index: 999;
  background-size: cover;
  transition: all .3s linear;
  cursor: pointer;
}
.button-prev {
  background: url(../images/in-pro-left.png) no-repeat;
  left: 32%;
  background-size: cover;
}
.button-next:hover {
  left: 68%;
}
.button-prev:hover {
  left: 31%;
}
@media (max-width: 800px){
  .in-pro-tit p {
    font-size: 0.218rem;
    margin:0.45rem 0 0.35rem;
  }
  .swiper-container {
    max-width: 100%;
  }
  .in-other-pro {
    background-size: contain;
  }
  .in-pro-title {
    font-size: 0.25rem;
    margin-top: 0.4rem;
    margin-bottom: 0.25rem;
  }
  #pro-swiper .swiper-slide {
    min-width: 2.6rem;
  }
  #pro-swiper .swiper-slide img {
    width: 2.5rem;
  }
  #pro-swiper .button-next,#pro-swiper .button-prev {
    left: 78%;
    width: 0.24rem;
    height: 0.41rem;
  }
  #pro-swiper .button-prev {
    left: 23%;
  }
  #pro-swiper .button-next:hover {
    left: 78%;
  }
  #pro-swiper .button-prev:hover {
    left: 23%;
  }
  #pro-swiper .in-pro-buy p {
    font-size: 0.145rem;
  }
  #pro-swiper .in-pro-buy img {
    width: 0.25rem;
    height: auto;
    top: calc(50% - 0.1rem);
  }
}
/* in-pro结束 */
/* in-service */
.in-service {
  background-color: #eee;
}
.in-service ul {
  width: 100%;
  display: flex;
  margin: 1.15rem auto;
}
.in-service ul li {
  flex: 1;
  text-align: center;
  font-size: 0.245rem;
}
.in-service ul li img {
  width: 1.11rem;
  display: block;
  margin: 0 auto;
  margin-bottom: 0.25rem;
}
@media (max-width: 800px){
  .in-service {
    padding: 0 1rem;
  }
  .in-service ul {
    zoom: .65;
  }
}
/* in-service 结束 */
/* footer */
footer {
  background: #333;
  padding-top: 1.05rem;
}
footer .container {
  font-size: 0.203rem;
  
}
footer .container strong {
  color: #efefef;
  font-weight: 600;
  padding-bottom: 0.45rem;
  display: block;
}
footer .container .footer-nav-ul{
  color: #bfbfbf;
  font-weight: 600;
  display: flex;
  width: 100%;
  transition: all .5s linear;
  flex-direction: column;
}
footer .container .footer-nav-ul li:hover {
  color: #fff;
}
footer .container .footer-nav-ul li {
  margin-bottom: 0.2rem;
}
footer .container .footer-nav {
  display: flex;
  padding-bottom: 0.8rem;
  border-bottom: 1px solid #8a8b8d;
}
footer .container .footer-nav>li {
  flex: 1;
}
.footer-nav li:last-child strong{
  font-size: 0.33rem;
}
.footer-nav li:last-child .footer-nav-ul {
  flex-direction: row;
} 

.footer-bottom  {
  color: #Fff;
  padding: 0.4rem 0 0.2rem;
  
}
.footer-bottom-t {
  display: flex;
  margin-bottom: 0.6rem;
  align-items: center;
  justify-content: center;
}
.footer-bottom-t img {
  width:0.48rem;
  margin-right: 0.3rem;
  height: 100%;
}
.footer-bottom-t>img {
  padding-top: 0.2rem;
} 
.footer-bottom-t
.footer-bottom-t p{
  line-height: 0.56rem;
}
.footer-bottom-t a {
  margin-right: 0.3rem;
  font-size: 0.20rem;
  color: #bfbfbf;
  transition: all .5s linear;
  padding-top: 0.2rem;
}
.footer-bottom .footer-bottom-t .footer-nav-ul {
  flex-direction: row;
  flex: 0 0 40%;
  align-items: center;
  justify-content: center;
}
.footer-bottom-t a:hover {
  color: #fff;
}
.footer-bottom .footer-bottom-t .footer-nav-ul img {
  width: 0.55rem;
  height: auto;
}
.footer-bottom .footer-bottom-t .footer-nav-ul li{
  margin-bottom: 0;
  position: relative;
  padding-top: 0.2rem;
}
.footer-bottom .footer-bottom-t .footer-nav-ul li:last-child {
  padding-right: 0;
}
.footer-bottom .footer-bottom-t .footer-nav-ul li a {
  margin-right: 0;
}
.footer-bottom .footer-bottom-t .footer-nav-ul li:last-child img {
  width: 0.45rem;
}
.footer-bottom .footer-bottom-t .footer-nav-ul li:hover .footer-bottom-code {
  display: block;
}
.footer-bottom .footer-nav-ul li .footer-bottom-code {
  display: none;
  position: absolute;
  width: 2rem;
  height: 2rem;
  top: -2rem;
  right: -0.5rem;
  display: none;
  z-index: 9999;
  
}
.footer-bottom .footer-nav-ul li .footer-bottom-code::before {
  content: '';
  position: absolute;
  width: 0.2rem;
  height: 0.2rem;
  transform: rotate(45deg);
  bottom: -0.1rem;
  left: 40%;
  background-color: #fff;
}
.footer-bottom .footer-nav-ul li .footer-bottom-code img {
  width: 100% !important;
  height: 100%;
  border-radius: 0.2rem;
  overflow: hidden;
}
.footer-bottom .footer-bottom-t strong {
  flex: 1;
  padding-bottom: 0;
  font-size: 0.45rem;
  text-align: center;
  padding-top: 0.2rem;
}
@media (max-width: 800px){
  footer {
    padding: 0.6rem 0.65rem 0.2rem;
  }
  footer .container {
    zoom: 0.65;
  }
  .footer-bottom .footer-bottom-t strong {
    font-size: 0.16rem;
  }
  .footer-bottom .footer-bottom-t .footer-nav-ul {
    flex: 0 0 30%;
  }
  
}
/* footer 结束 */
.display_none {
  display: none !important;
}
.right-fix {
  position: fixed;
  z-index: 101;
  right: 1rem;
  bottom: 1.5rem;
  transition: all .5s linear;
  text-transform: uppercase;
  display: none;
}
.right-fix .top {
  background: #555;
  color: #fff;
  width: 0.55rem;
  float: right;
  text-align: center;
  margin-left: 1px;
  cursor: pointer;
  border-radius: 5px;
}
.right-fix:hover {
  box-shadow: 0px 4px 15px 2px rgb(0 0 0 / 22%);
  bottom: 1.6rem;
}
.right-fix a {
  padding: 0.1rem;
  display: inline-block;
  font-size: 0.16rem;
}
.right-fix img {
  width: 0.27rem;
}
@media (max-width: 800px){ 
  .right-fix {
    right: .3rem;
  }
  .right-fix .top {
    width: .8rem;
  }
}