.mobile{ display: none;}



/*首页*/

html{
    position: relative;
    font-size: 100%;
    height: 100%;
}


body {
    position: relative;
    height: 100%;
    margin: 0;
    padding: 0;    
}

.header{
    height: 10rem;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index:99;
}


.logo{
    position: absolute;
    left: 3rem;
    top: 3rem;    
    width: 6rem;
    height: 6rem;


}
.logo div{ display: none;}
.logo a{    display: block;
    width: 6rem;
    height: 6rem;
 
}
.menu{
    position: absolute;
    right: 2.5rem;
    top: 3.65rem;

    font-size: 1.0rem;

}

.menu a{
    color: #000;
    margin-right: 1rem;
}
.menu a:link,.menu a:visited{color: #000;
    text-decoration: none;
}
.menu a:hover{color: #000; text-decoration:underline;}
.menu a{ display: inline-block; width: 90px;
    position: relative;
}

.footer{
    position: absolute;
    left: 2rem;
    bottom: 2rem;
    font-weight: 500;

    font-size: 1rem;
    z-index:99;

}



.footerblack{color: #000;}
.footerwhite{color: #FFF;}
.footerblack a,.footerblack a:hover,.footerblack a:visited,.footerblack a:link{color: #000; text-decoration:none;}
.footerwhite a,.footerwhite a:hover,.footerwhite a:visited,.footerwhite a:link{color: #FFF; text-decoration:none;}



/* 新增css */
.logowhite a{
    background: url(../images/logowhite.svg);
}
.logoblack a{
    background: url(../images/logo.svg);    
}

.menuwhite a{ color: #FFF;}
.menuwhite a:link,.menuwhite a:visited{color: #FFF;
    text-decoration: none;
}
.menuwhite a:hover{color: #FFF;text-decoration:underline;}










.swiper {
    width: 100%;
    height: 100%;
  }

  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    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;
    background-position-x: center;
    background-position-y: center;
    background-size:cover;    


  }

  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }













