@charset "utf-8";

.banner {
  margin: 0 auto;
}

.banner img {
  width: 100%;
}

.theme {
  width: 1200px;
  margin: 0 auto;
  height: 177px;
  background: url("icon-01.jpg") no-repeat left center;
}

.theme-main {
  width: 1160px;
  height: 120px;
  padding: 30px 20px 20px;
}

.theme-main h2 {
  padding: 8px 0 0 0;
  font-size: 18px;
  color: #474747;
  line-height: 30px;
  text-indent: 2em;
}

.theme-main h2 a {
  color: #db1626;
}

.news {
  width: 1200px;
  margin: 0 auto;
  height: 589px;
  background: url("bg.png") no-repeat left center;
}

.drawing-new {
  width: 472px;
  height: 589px;
  padding: 0 0 0 8px;
}

.drawing-new ul {
  width: 420px;
  margin: 0 auto;
  padding: 10px 0 0 0;
}

.drawing-new li {
  width: 420px;
  padding: 0 0 24px 0;
  margin: 24px 0 0 0;
  border-bottom: 1px dashed #919191;
}

.drawing-new li h2 a {
  font-size: 20px;
  color: #474747;
  font-weight: bold;
}

.drawing-new li p {
  font-size: 16px;
  line-height: 24px;
  color: #777;
  text-indent: 2em;
  margin: 15px 0 0 0;
}

.drawing-new li p a {
  color: #db1626;
}

.drawing-new li a:hover {
  text-decoration: underline;
  color: #c7313c;
}

.news-video {
  width: 720px;
  position: relative;
  overflow: hidden;
  margin: 30px 0 0 0;
}

.fcon {
  height: 520px;
  position: relative;
  width: 720px;
  overflow: hidden;
}

.triangle {
  text-align: right;
  display: block;
}

.fcon img {
  display: block;
  height: 520px;
  width: 720px;
}

.shadow {
  background: rgba(0, 0, 0, 0.8);
  bottom: 0;
  display: block;
  height: 52px;
  left: 0;
  line-height: 52px;
  position: absolute;
  text-align: center;
  width: 720px;
}

.shadow a {
  display: block;
  font-style: normal;
  height: 52px;
  margin-right: 105px;
  padding-left: 20px;
  text-align: left;
  color: #fff;
  font: 19px/2.5 "微软雅黑";
  overflow: hidden;
  text-decoration: none;
}

.B1fBt {
  bottom: 55px;
  overflow: hidden;
  position: absolute;
  right: 10px;
}

.B1fBt li {
  background: #fff none repeat scroll 0 0;
  border-radius: 50%;
  cursor: pointer;
  display: block;
  float: left;
  font-size: 14px;
  height: 8px;
  margin-left: 10px;
  margin-top: 2px;
  text-align: center;
  width: 8px;
}

.B1fBt .current {
  background: #c50805 none repeat scroll 0 0;
}

.change {
  width: 1200px;
  margin: 0 auto;
}

.change-pic {
  width: 910px;
  height: 532px;
  background: url("icon-08.jpg") no-repeat left center;
}

.change-fcon {
  width: 870px;
  height: 490px;
  padding: 20px 0 0 20px;
}

.change-fcon img {
  width: 870px;
  height: 490px;
}

.change-shadow {
  width: 870px;
  margin: 0 0 0 20px;
}

.change-list {
  width: 220px;
}

.change-list li {
  margin: 15px 0;
}

.change-list li a img {
  display: block;
  background: #ebebeb;
  padding: 12px;
}

.change-list li a.on img {
  display: block;
  background: #e51d16;
  padding: 12px;
}

.change-list li a h2 {
  font-size: 16px;
  color: #474747;
  padding: 10px 0 0;
}

.change-list span {
  text-align: center;
  width: 220px;
  display: block;
}

.column {
  width: 1200px;
  margin: 0 auto;
}

.column-list01 li {
  float: left;
  margin: 0 0 0 30px;
}

.copyright {
  height: 90px;
  background: #ed1d24;
}

.copyright-main {
  height: 60px;
  width: 1024px;
  margin: 0 auto;
  padding: 30px 0 0 0;
}

.copyright-main p {
  text-align: center;
  font-size: 14px;
  color: #fff;
  line-height: 24px;
}
.swiper1 .swiper-pagination {
  text-align: right;
  padding-right: 5px;
  width: 120px;
  left: auto;
  right: 5px;
  margin-bottom: 12px;
}

.swiper1 .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  line-height: 10px;
  border: 1px solid #fff;
  background-color: white;
}

body {
  min-width: 1250px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .clearBoth15 {
    height: 0.15rem;
  }
  .clearBoth12 {
    height: 0.12rem;
  }
  .clearBoth20 {
    height: 0.2rem;
  }
  .clearBoth30 {
    height: 0.3rem;
  }
  .clearBoth10 {
    height: 0.1rem;
  }
  .clearBoth80 {
    height: 0.8rem;
  }
  .clearBoth5 {
    height: 0.05rem;
  }
  .clearBoth2 {
    height: 0.02rem;
  }
  .theme {
    width: 100%;
    height: auto;
    background: none;
  }
  .theme-main {
    width: calc(100% - 0.4rem);
    height: auto;
    padding: 0rem 0.2rem 0.2rem;
  }
  .news {
    width: 100%;
    height: auto;
  }
  .drawing-new {
    width: calc(100% - 0.16rem);
    height: auto;
    padding: 0 0.08rem 0 0.08rem;
  }
  .drawing-new ul {
    width: 100%;
    padding: 0.1rem 0 0 0;
  }
  .drawing-new li {
    width: 100%;
  }
  .news-video {
    width: 100%;
  }
  .fcon {
    width: 100%;
    height: 5.2rem;
  }
  .fcon img {
    width: 100%;
    height: 5.2rem;
  }
  .shadow {
    width: 100%;
    height: 0.52rem;
    line-height: 0.52rem;
  }
  .shadow a {
    height: 0.52rem;
    line-height: 0.52rem;
    font-size: 0.24rem;
  }
  .change {
    width: 100%;
  }
  .change a {
    display: block;
  }
  .change img {
    width: 100%;
  }
  .change-pic {
    width: 100%;
    height: auto;
  }
  .change-fcon {
    width: calc(100% - 0.4rem);
    padding: 0.2rem 0.2rem 0 0.2rem;
  }
  .change-shadow {
    margin-left: 0.2rem;
  }
  .change-list {
    width: 100%;
    clear: both;
  }
  .change-list span {
    display: none;
  }
  .change-list .swiper-wrapper {
    display: flex;
    flex-direction: row !important;
  }
  .change-list .swiper {
    height: auto !important;
  }
  .change-list .swiper-slide {
    width: 3rem;
    height: auto !important;
  }
  .change-list .swiper-slide img {
    width: calc(100% - 0.24rem) !important;
    height: 1.6rem !important;
    padding: 0.12rem !important;
  }
  .column {
    width: 100%;
  }
  .column img {
    width: 100%;
  }
  .column-list01 ul {
    display: flex;
  }
  .column-list01 li {
    float: none;
    margin: 0 0 0 0.3rem;
  }
}
