* {
  padding: 0;
  margin: 0;
  border: none;
  font-family: 微软雅黑, serif;
}
fieldset,
img {
  border: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
ol,
ul {
  list-style: none;
}
caption,
th {
  text-align: left;
}
sup,
sub {
  font-size: 100%;
  vertical-align: baseline;
}
a {
  cursor: pointer;
  text-decoration: none;
  color: inherit;
}
a:hover {
  text-decoration: none;
}
img {
  vertical-align: middle;
}
body {
  background-color: #fff;
}
li {
  list-style: none;
}
.hide {
  display: none;
}
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: "020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.left {
  float: left;
}
.right {
  float: right;
}
.con {
  width: 1200px;
  margin: 0 auto;
}
.banners {
  width: 100%;
  height: 478px;
  background: url("../images/banner_xfxcz.jpg") no-repeat center center;
  background-size: cover;
}
.mains {
  margin: 0 auto;
  background: #ffffff;
}
.mains .title {
  margin: 50px auto;
  width: 1200px;
  height: 76px;
  position: relative;
}
.mains .title a.more {
  position: absolute;
  bottom: -8px;
  right: 0;
  color: #f75b4f;
  font-weight: bold;
}
.mains .xcdt .title {
  background: url("../images/title_xcdt.png") no-repeat center center;
}
.mains .xcdt .newsPic {
  width: 600px;
  overflow: hidden;
  position: relative;
  margin-top: 4px;
}
.mains .xcdt .newsPic .swiper-newsPic {
  width: 600px;
  height: 360px;
}
.mains .xcdt .newsPic .swiper-newsPic .pic {
  position: relative;
  width: 600px;
  height: 360px;
}
.mains .xcdt .newsPic .swiper-newsPic .pic img {
  width: 100%;
  height: 100%;
  display: block;
}
.mains .xcdt .newsPic .swiper-newsPic .pic p {
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-indent: 10px;
  position: absolute;
  bottom: 0;
  left: 0;
  color: #ffffff;
  font-size: 18px;
  box-sizing: border-box;
  padding-right: 56px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.mains .xcdt .newsPic .pagination {
  position: absolute;
  text-align: right;
  z-index: 2;
  bottom: 10px;
  right: 4px;
}
.mains .xcdt .newsPic .pagination .swiper-pagination-switch {
  display: inline-block;
  background: rgba(255, 255, 255, 0.4);
  width: 10px;
  height: 10px;
  margin: 0 4px;
  border-radius: 5px;
  cursor: pointer;
}
.mains .xcdt .newsPic .pagination .swiper-active-switch {
  background: #ffffff;
  width: 15px;
  height: 10px;
}
.mains .xcdt .newsList {
  width: 576px;
}
.mains .xcdt .newsList li {
  border-bottom: 1px dashed #E5E4E4;
  padding-bottom: 13px;
  margin-bottom: 14px;
  height: 26px;
  line-height: 26px;
  font-size: 18px;
  box-sizing: initial;
}
.mains .xcdt .newsList li a {
  font-weight: bold;
  margin-bottom: 6px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 78%;
}
.mains .xcdt .newsList li a:hover {
  color: #D43433;
}
.mains .xcsp {
  margin-bottom: 60px;
}
.mains .xcsp .title {
  background: url("../images/title_xcsp.png") no-repeat center center;
}
.mains .xcsp .pic {
  margin-right: 24px;
  width: 374px;
  height: 210px;
  position: relative;
  background-size: 100% 100%;
}
.mains .xcsp .pic img {
  width: 100%;
  height: 100%;
  display: block;
  margin: 0 auto;
}
.mains .xcsp .pic .play {
  background: url("../images/play.png") no-repeat center center;
  background-size: 100% 100%;
  width: 44px;
  height: 44px;
  position: absolute;
  left: 44%;
  top: 35%;
}
.mains .xcsp .pic p {
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 40px;
  line-height: 40px;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  color: #ffffff;
  font-size: 18px;
  box-sizing: border-box;
  overflow: hidden;
  white-space: nowrap;
  padding: 0 4px;
  text-overflow: ellipsis;
}
.mains .xcsp .pic:last-child {
  margin-right: 0;
}
.mains .ad {
  margin: 50px auto;
  overflow: hidden;
}
.mains .ad img {
  width: 100%;
}
@media (max-width: 1200px) {
  .banners {
    background: url("../images/banner_xfxcz_m.jpg") no-repeat top center;
    background-size: cover;
    height: 48vw;
  }
  .mains .con {
    width: 96vw;
  }
  .mains .title {
    width: 100%;
  }
  .mains .xcdt .newsPic {
    float: none;
    margin: 0 auto;
    width: 100%;
  }
  .mains .xcdt .newsPic .swiper-newsPic {
    width: 100%;
    height: 56vw;
  }
  .mains .xcdt .newsPic .swiper-newsPic .pic {
    width: 100%;
    height: 56vw;
  }
  .mains .xcdt .newsList {
    float: none;
    width: 100%;
    margin: 20px auto 0;
  }
  .mains .xcdt .newsList .describe:last-child {
    margin-bottom: 0;
  }
  .mains .xcsp {
    margin-bottom: 2rem;
  }
  .mains .xcsp .pic {
    width: 46vw;
    margin: 0 1vw;
    height: 26vw;
  }
  .mains .xcsp .pic .play {
    width: 5vw;
    height: 5vw;
  }
  .mains .xcsp .pic:last-child {
    display: none;
  }
  .mains .ad {
    margin: 5vw auto;
  }
}
@media (max-width: 900px) {
  .mains .title {
    height: 10vw;
    margin: 1.5rem auto;
  }
  .mains .title a.more{
    font-size: 14px;
    bottom: -10px;
  }
  .mains .xcdt .title {
    background-size: 160%;
  }
  .mains .xcsp .title {
    background-size: 160%;
  }
  .mains .xcsp .pic p{
    line-height: 30px;
    height: 30px;
  }
  .mains .ad img{
    width: 130%;
    margin-left: -15%;
  }
}