.clearfix, .container, .swiper-content, .swiper-slide {
  *zoom: 1; }

.clearfix:after, .container:after, .swiper-content:after, .swiper-slide:after {
  content: ".";
  display: block;
  clear: both;
  height: 0px;
  line-height: 0px;
  overflow: hidden; }

.container {
  width: 1200px;
  margin: 0 auto; }

#banner {
  position: relative; }
  #banner .copyright {
    position: absolute;
    bottom: 20px;
    right: 10px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 12px; }
    #banner .copyright a {
      color: rgba(255, 255, 255, 0.8); }
    #banner .copyright:hover {
      color: white; }
      #banner .copyright:hover a {
        color: white; }

#article .article h4 {
  font-size: 16px;
  color: #666;
  margin-top: 12px; }
  #article .article h4 span {
    cursor: pointer; }

#article .title_menu ul li {
  color: #aaa;
  list-style: none; }
  #article .title_menu ul li a {
    color: #000; }

.area-list {
  display: flex;
  justify-content: space-between;
  padding: 43px 24px;
  box-sizing: border-box;
  background: #f8f8f8; }
  .area-list li {
    width: 130px; }
    .area-list li img {
      width: 100%; }

.swiper-content {
  margin-top: 30px; }

.swiper-container {
  width: 100%;
  padding-bottom: 40px; }

.swiper-slide {
  background: #fff;
  border: 1px solid #efefef;
  width: 100px; }
  .swiper-slide img {
    float: left;
    width: 100%;
    cursor: pointer; }

.download {
  text-align: center; }
  .download .book {
    display: inline-block; }
    .download .book:nth-child(2) {
      margin-left: 20px; }
    .download .book:nth-child(1) a {
      background: #1FB9EF; }
    .download .book:nth-child(2) a {
      background: #40D142; }
  .download p {
    color: #999;
    font-size: 12px; }
  .download a {
    display: inline-block;
    width: 202px;
    height: 52px;
    line-height: 52px;
    background: #eee;
    color: #fff;
    font-size: 18px;
    margin-bottom: 10px; }

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 10px;
  left: 0;
  top: auto;
  z-index: 10;
  bottom: 0px; }

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #FF9D00; }
