* {
  box-sizing: border-box;
}

*:before,
*:after {
  box-sizing: border-box;
}

body {
  font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, "Lucida Grande", Arial, "Hiragino Sans GB", "WenQuanYi Micro Hei", STHeiti, SimSun, sans-serif;
  color: #3e3a39;
}

a {
  color: #3e3a39;
}

a:hover {
  color: #0e74c8;
  text-decoration: none;
}

img {
  max-width: 100%;
}

*[class*="rect-"] {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 0;
}

a:before,
a:after,
*:before,
*:after,
.trans {
  transition: all .4s ease 0s;
}

.clearfix:after {
  display: table;
  content: " ";
  clear: both;
}

.justify {
  text-align: justify;
  text-justify: inter-ideograph;
  letter-spacing: 0px;
  font-size: 0px;
}

.justify:after {
  content: " ";
  height: 0px;
  width: 100%;
  display: inline-block;
  overflow: hidden;
}

.justify > * {
  text-align: left;
  font-size: 14px;
}

.justify .box {
  display: inline-block;
  vertical-align: top;
}

.page-wrap {
  background: #f5f5f5;
}

.container {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.main-box {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.left-box {
  width: 20%;
  margin-top: 4%;
}

.right-box {
  width: 76%;
  margin-top: 4%;
}

@media screen and (min-width: 1367px) and (max-width: 1920px) {
  .container,
  .main-box {
    max-width: 76%;
  }
}

@media screen and (max-width: 1150px) {
  .container {
    max-width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media screen and (max-width: 991px) {
  .left-box {
    width: 30%;
  }

  .right-box {
    width: 66%;
  }
}

@media screen and (max-width: 640px) {
  body {
    padding-top: 48px;
  }

  .main-box {
    width: 100%;
  }

  .left-box {
    width: 100%;
    margin-top: 0;
  }

  .right-box {
    width: 100%;
  }

  .hidden-xs {
    display: none !important;
  }
}

.banner {
  width: 100%;
  background: url("../images/wanlin1_09.jpg") center bottom no-repeat;
  padding-bottom: 3.5%;
}

.banner .swiper-container {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.banner .swiper-slide {
  overflow: hidden;
}

.img-list {
  margin: 20px;
}

.img-list .item {
  width: 30.5%;
}

.img-list .link {
  display: block;
  text-align: center;
}

.img-list .rect-pic {
  padding-bottom: 128%;
}

.img-list .pic {
  height: 100%;
  display: table-cell;
}

@media screen and (max-width: 991px) {
  .banner .swiper-pagination-bullet {
    margin: 0 3px;
    display: inline-block;
    width: 5px;
    height: 5px;
  }

  .banner .swiper-pagination-bullet-active {
    background: #0e74c8;
  }
}

@-webkit-keyframes scaleUpDown {
  from {
    transform: scale(1.08);
  }

  to {
    transform: scale(1);
  }
}

@keyframes scaleUpDown {
  from {
    transform: scale(1.08);
  }

  to {
    transform: scale(1);
  }
}