@charset "utf-8";
/* CSS Document */
.domPC {
  display: block;
}
.domMobile {
  display: none;
}
body {
  background: url(bgClound.jpg) 50% 0 no-repeat;
  width: 100%;
  overflow-x: hidden;
}
.logo {
 
  position: absolute;
  left: 50%;
  top: 30px;
  margin-left: -550px;
}
.main {
  width: 1000px;
  color: #565656;
  margin: 380px auto 0 auto;
  background: #ededed;
  box-sizing: border-box;
  padding: 30px 45px;
  font-size: 18px;
  line-height: 1.8em;
}
.main p {
  margin-bottom: 15px;
}

.main img {
  max-width: 100%;
}
.xilan-tit {
  text-align: center;
  border-bottom: 2px solid #d1c5a8;
  margin-bottom: 15px;
}
.xilan-tit h1 {
  line-height: 1.5em;
  font-size: 32px;
}
.xilan-tit p {
  font-size: 14px;
}
.xilan-tit p span {
  padding: 0 10px;
}
.part1 {
  margin-top: 20px;
  background: #ededed;
}
.part1 .part_con {
  width: 1000px;
  margin: 0 auto;
  color: #565656;
}
.part1 .part_con h3 {
  padding-top: 45px;
  height: 50px;
  background: url(//www.news.cn/book/static/tit0323.jpg) 50% 40px no-repeat;
}
.part1 .part_con ul {
  margin-top: 30px;
}
.part1 .part_con li {
  float: left;
  margin: 0 17px 30px;
  width: 130px;
  text-align: center;
  height: 180px;
}
.part1 .part_con li img {
  width: 80px;
  height: 80px;
  border: 3px solid #cfc4b2;
  border-radius: 50%;
  margin-bottom: 10px;
}
.part1 .part_con li .name a {
  color: #565656;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6em;
}
.part1 .part_con .firendLink {
  text-align: center;
}
.device {
  width: 100%;
  position: relative;
  margin-bottom: 5px;
}
.device .arrow-left {
  background: url(//www.news.cn/book/xilan/res/left.png) no-repeat left top;
  background-size: 100% 100%;
  position: absolute;
  left: -60px;
  top: 50%;
  margin-top: -80px;
  width: 80px;
  height: 80px;
  z-index: 5;
}
.device .arrow-right {
  background: url(//www.news.cn/book/xilan/res/right.png) no-repeat left
    bottom;
  background-size: 100% 100%;
  position: absolute;
  right: -60px;
  top: 50%;
  margin-top: -80px;
  width: 80px;
  height: 80px;
  z-index: 5;
}
.swiper-container {
  height: 500px;
}
.swiper-container img {
  width: 100%;
}
.pagination {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
  bottom: 25px;
  z-index: 5;
}
.swiper-pagination-switch {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #777;
  margin-right: 8px;
  cursor: pointer;
  border-radius: 50%;
}
.swiper-active-switch {
  background: #d1c5a8;
}
.footer {
  background: #d2c8b2;
  text-align: center;
  font-size: 14px;
  color: #fff;
  line-height: 2em;
  padding: 15px 0;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .domPC {
    display: none;
  }
  .domMobile {
    display: block;
  }
  body {
    background: none;
  }
  .main,
  .part1 .part_con {
    width: 100%;
  }
  .device {
    overflow: hidden;
  }
  .main {
    margin: 0;
    padding: 15px;
  }
  .part1 .part_con li {
    float: left;
    margin: 0 4% 30px;
    width: 25%;
    text-align: center;
    height: 175px;
  }
  .part1 .part_con h3 {
    padding-top: 25px;
    height: 50px;
    background: url(//www.news.cn/book/static/tit0323.jpg) 50% 20px
      no-repeat;
  }
  .swiper-container {
    height: 890px;
  }
  .main img {
    max-width: 100% !important;
    height: auto !important;
  }
  .xilan-tit h1 {
    line-height: 1.5em;
    font-size: 26px;
  }
}

/* 云 */
@-webkit-keyframes bannerCloud {
  0% {
    opacity: 0;
    -webkit-transform: scale(1);
  }

  10%,
  80% {
    opacity: 0.7;
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(3);
  }
}

@keyframes bannerCloud {
  0% {
    opacity: 0;
    transform: scale(1);
  }

  10%,
  80% {
    opacity: 0.7;
  }

  100% {
    opacity: 0;
    transform: scale(3);
  }
}

.cloud3 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("//www.xinhuanet.com/politics/2020lh/images/cloud.png")
    50% -50px no-repeat;
  background-size: 100%;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  z-index: 1;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-animation: bannerCloud 40s linear 0s infinite normal;
  animation: bannerCloud 40s linear 0s infinite normal;
}

.cloud4 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("//www.xinhuanet.com/politics/2020lh/images/cloud.png")
    50% -50px no-repeat;
  background-size: 100%;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  z-index: 1;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-animation: bannerCloud 40s linear 20s infinite normal;
  animation: bannerCloud 40s linear 20s infinite normal;
}

@media screen and (max-width: 768px) {
  /* 云 */
  @-webkit-keyframes bannerCloud {
    0% {
      opacity: 0;
      -webkit-transform: scale(1);
    }

    10%,
    80% {
      opacity: 0.7;
    }

    100% {
      opacity: 0;
      -webkit-transform: scale(3);
    }
  }

  @keyframes bannerCloud {
    0% {
      opacity: 0;
      transform: scale(1);
    }

    10%,
    80% {
      opacity: 0.7;
    }

    100% {
      opacity: 0;
      transform: scale(3);
    }
  }

  .cloud3 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: url("//www.xinhuanet.com/politics/2020lh/images/cloud.png")
      50% 0px no-repeat;
    background-size: 100%;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    z-index: 1;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-animation: bannerCloud 40s linear 0s infinite normal;
    animation: bannerCloud 40s linear 0s infinite normal;
  }

  .cloud4 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: url("//www.xinhuanet.com/politics/2020lh/images/cloud.png")
      50% 0px no-repeat;
    background-size: 100%;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    z-index: 1;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-animation: bannerCloud 40s linear 20s infinite normal;
    animation: bannerCloud 40s linear 20s infinite normal;
  }
}
