.banner {
  overflow: hidden;
  position: relative;
}
.banner img {
  float: left;
  width: 100%;
}
.banner .title {
  position: absolute;
  top: 50%;
  margin-top: -58.5px;
  left: 0;
  width: 100%;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
}
.banner .title span {
  font-size: 24px;
}
.banner .title h1 {
  font-size: 50px;
  font-weight: bold;
  margin-top: 20px;
}
.container {
  margin-bottom: 100px;
}
.container .w .position {
  font-size: 12px;
  color: #858584;
  line-height: 50px;
}
.container .w .position a {
  color: #858584;
}
.container .w .position i {
  font-size: 15px;
  position: relative;
  top: 1px;
}
.container .w .content {
  margin-top: 20px;
  border-bottom: 1px solid #e0e0e0;
  border-left: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
}
.container .w .content table {
  border-collapse: collapse;
  width: 100%;
}
.container .w .content table tr {
  border-top: 1px solid #e0e0e0;
  text-align: center;
  line-height: 40px;
}
.container .w .content table tr:last-child {
  border-bottom: 1px solid #e0e0e0;
}
.container .w .content table thead {
  background-color: #202020;
}
.container .w .content table thead tr td {
  color: #ffffff;
  font-size: 16px;
}
.container .w .content .page {
  margin: 20px 0;
  text-align: right;
  padding-right: 20px;
}
.container .w .content .page div,
.container .w .content .page ul {
  display: inline-block;
  text-align: center;
}
.container .w .content .page ul li {
  width: 30px;
  line-height: 30px;
  font-size: 18px;
  border-radius: 50%;
  display: inline-block;
  background: #f4f5f9;
  cursor: pointer;
  margin: 0 5px;
}
.container .w .content .page ul li.current {
  background-color: #6ec5c4;
  color: #ffffff;
}
.container .w .content .page > div {
  width: 80px;
  line-height: 30px;
  color: #969696;
  font-size: 16px;
  cursor: pointer;
  border-radius: 30px;
  background-color: #f4f5f9;
}
@media screen  and (max-width:420px) {
    .banner .title{
        display: none;
    }
}