body{
  font-family: '微软雅黑';
}
img{
  display: block;
}
/* // 顶部banner */
.top-banner, .top-banner img{
  position: relative;
  width: 100%;
  overflow: hidden;
}
.ph-banner{
  display: none;
}
.top-info{
  position: absolute;
  width: 86%;
  left: 7%;
  top: 0;
}
.info-pos{
  position: relative;
  margin-top: 1.2vw;
}
.info-pos p{
  font-size: 0.7vw;
  color: #fffefd;
}
.info-title{
  position: relative;
  margin-top: 5vw;
}
.info-title p{
  font-size: 3vw;
  color: #fffefd;
}
.info-menu{
  position: relative;
  margin-top: 5vw;
  width: 100%;
  display: flex;
}
.info-menu a{
  position: relative;
  text-decoration: none;
  font-size: 1vw;
  color: #fffefd;
  margin-right: 1vw;
  padding-bottom: 0.2vw;
  cursor: pointer;
  display: block;
  flex-shrink: 0;
}
.info-menu a.topMenu, .info-menu a:hover{
  border-bottom: 2px solid #fffefd;
}

/* 详情页顶部位置 */
.top-pos{
  position: relative;
  width: 86%;
  margin: 0 auto 1vw;
  padding-top: 1vw;
}
.top-pos p{
  color: #151515;
  font-size: 0.8vw;
  display: inline-block;
}
/* 分页 */
.page-list{
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 3vw;
}
.page-item{
  width: 4vw;
  height: 1.6vw;
  margin: 0 0.5vw;
  cursor: pointer;
}
.page-item:nth-child(3){
  width: 5vw;
  cursor: default;
}
.page-item a{
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #1448b5;
  line-height: 1.6vw;
  font-size: 0.8vw;
  border: 1px solid #272727;
  border-radius: 5px;
  text-align: center;
  background-color: #fff;
  -webkit-transition: background-color 0.5s ease-in-out 0s;
  transition: background-color 0.5s ease-in-out 0s;
}
.page-item:nth-child(3) a{
  background: none;
  color: #272727;
}
.page-item a:hover{
  background-color: #1448b5;
  color: #fff;
  border: 1px solid #1448b5;
}
.page-item:nth-child(3) a:hover{
  background: none;
  color: #272727;
  border: 1px solid #272727;
}

@media screen and (max-width: 1920px){
  /* 顶部banner */
  .info-pos p{
    font-size: 0.8vw;
  }
  .info-menu{
    margin-top: 4.2vw;
  }
  .info-menu a{
    font-size: 1.1vw;
  }
  /* 详情页位置 */
  .top-pos{
    margin: 0 auto 1.1vw;
    padding-top: 1.1vw;
  }
  .top-pos p{
    font-size: 1vw;
  }
  /* 分页 */
  .page-item{
    width: 5vw;
    height: 2vw;
  }
  .page-item:nth-child(3){
    width: 6vw;
  }
  .page-item a{
    line-height: 2vw;
    font-size: 1vw;
  }
}

@media screen and (max-width: 1024px){
  /* 顶部banner */
  .pc-banner{
    display: none;
  }
  .ph-banner{
    display: block;
  }
  .top-info{
    left: 4%;
    width: 92vw;
  }
  .info-pos{
    margin-top: 3vw;
  }
  .info-pos p{
    font-size: 2vw;
  }
  .info-title{
    margin-top: 14vw;
  }
  .info-title p{
    font-size: 5vw;
    font-weight: 560;
  }
  .info-menu{
    margin-top: 14vw;
    width: 100%;
  }
  .info-menu a{
    font-size: 3vw;
    margin-right: 3vw;
  }
  /* 详情页位置 */
  .top-pos{
    width: 92%;
    margin: 0 auto 2vw;
    padding-top: 2vw;
  }
  .top-pos p{
    font-size: 2vw;
  }
  /* 分页 */
  .page-list{
    margin-bottom: 35px;
  }
  .page-item {
    width: 10vw;
    height: 5vw;
  }
  .page-item:nth-child(3){
    width: 14vw;
  }
  .page-item a {
    line-height: 5vw;
    font-size: 2.6vw;
  }
}

@media screen and (max-width: 767px){
  /* 顶部banner */
  .info-pos{
    margin-top: 3vw;
  }
  .info-pos p{
    font-size: 3vw;
  }
  .info-title{
    margin-top: 10vw;
  }
  .info-title p{
    font-size: 6vw
  }
  .info-menu{
    margin-top: 12vw;
    width: 100%;
    overflow-x: scroll;
  }
  .info-menu a{
    font-size: 5vw;
    margin-right: 3vw;
  }
  /* 详情页位置 */
  .top-pos{
    margin: 0 auto 4vw;
    padding-top: 3vw;
  }
  .top-pos p{
    font-size: 3vw;
  }
  /* 分页 */
  .page-item {
    width: 17vw;
    height: 8vw;
  }
  .page-item:nth-child(3){
    width: 20vw;
  }
  .page-item a {
    line-height: 8vw;
    font-size: 3.2vw;
  }
}