body,html{
  padding: 0;
  margin: 0;
  height: 100%;
}

.banner-main{
  width:92%;
  margin:0 auto;
  margin-top: -1.8rem;
}
.banner-main .bannerSwiper{
  border-radius: 5px;
}
.banner-main img{
  border-radius: 5px;
}

.byNavigation{
  padding-top:0.5rem;
}
.byNavigation .nav-content{
  width:92%;
  margin:0 auto;
}
.byNavigation .nav-content a{
  display: inline-block;
  width:20%;
  text-align: center;
  padding:.5rem 0;
  color: #fff;
}
.byNavigation .nav-content .nav-item-img {
  width: 1.6rem;
  height: 1.6rem;
  margin: 0 auto 0.5rem;
}
.byNavigation .nav-content .nav-item-img img{
  width:100%;
  height:auto;
  
}
.img-title img{
  width:100%;
  height: auto;
}

.photo-adv-content{
  display: flex;
  padding: 0 0.25rem;
}
.photo-adv-content a{
  display: block;
  flex: 1;
}
.photo-adv-content a img{
  width: 100%;
  border-radius:0.5rem;
}

.photo-adv-vertical-content{
}
.photo-adv-vertical-content a{
  display: block;
  margin-bottom:0.5rem;
  padding:0 0.5rem;
}
.photo-adv-vertical-content img{
  width: 100%;
}
.copy-right{
  padding: 0 0.5rem;
  text-align: center;
}
.copy-right a{
  color:#fff;
}

.page-footer{
  padding-top: 3.5rem;
}
.page-footer .page-footer-nav{
  position: fixed;
  bottom: 0;
  background-color: #fff;
  height: 2rem;
  width:100%;
  padding:0.25rem 0;
}
.page-footer .page-footer-nav a{
  display: inline-block;
  text-align: center;
  color: #333;
}
.page-footer .page-footer-nav a img{
  display:block;
  height:1.2rem;
  margin:0 auto 0.05rem;
}

.link-panel{
  padding:0.25rem 0.5rem;
}

.link-item{
  color:#fff;
}