.wrapper {
  width: 1200px;
  margin: 0 auto;
}
.main-content {
  background: url(main-bg.png) no-repeat;
  background-size: 100% 100%;
  z-index: 10;
  position: relative;
  box-sizing: border-box;
  padding-top: 32%;
}
.main-content .blank {
  width: 100%;
  height: 850px;
  background: url(head-bg.png) no-repeat;
  background-size: 100%;
  z-index: 100;
  position: absolute;
  top: 0;
  left: 0;
}
.main-content .head-title {
  height: 198px;
  background: url(head-title-bg.png) no-repeat;
  background-size: 100% 100%;
  box-sizing: border-box;
  padding: 0 44px;
  padding-top: 61px;
  margin-bottom: 57px;
  z-index: 1000 !important;
  position: relative;
  display: block;
  text-decoration: none;
}
.main-content .head-title p {
  margin: 0;
  font-family: SourceHanSansCN;
  font-weight: bold;
  font-size: 40px;
  color: #d80d0e;
  line-height: 50px;
  text-align: center;
}
.main-content .swiper-bg {
  position: absolute;
  width: 100%;
  height: 1668px;
  background: url(swiper-bg.png) no-repeat;
  background-size: 100%;
  top: 19%;
  left: 0;
}
.main-content .lunbo {
  height: 670px;
  margin-bottom: 66px;
  overflow: hidden;
  position: relative;
}
.main-content .lunbo .swiper-item {
  display: block;
  width: 100%;
  text-decoration: none;
}
.main-content .lunbo .swiper-item .swiper-pic {
  width: 100%;
  height: 555px;
  margin-bottom: 23px;
}
.main-content .lunbo .swiper-item .swiper-pic img {
  width: 100%;
  height: 100%;
}
.main-content .lunbo .swiper-item .swiper-title {
  text-align: center;
  width: 100%;
  margin: 0;
  font-family: SourceHanSansCN;
  font-weight: 500;
  font-size: 28px;
  color: #d80d0e;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.main-content .lunbo .swiper-pagination {
  position: absolute;
  bottom: 0;
  left: 0;
}
.main-content .lunbo .swiper-pagination .swiper-pagination-bullet {
  width: 184px;
  height: 7px;
  background: #f6b6a5;
  border-radius: 0;
}
.main-content .lunbo .swiper-pagination .swiper-pagination-bullet-active {
  background: #e64c19;
}
.main-content .lunbo .swiper-button-next {
  width: 37px;
  height: 71px;
  background: url(next.png) no-repeat;
  background-size: 100%;
  top: 34%;
}
.main-content .lunbo .swiper-button-prev {
  width: 37px;
  height: 71px;
  background: url(prev.png) no-repeat;
  background-size: 100%;
  top: 34%;
}
.main-content .lunbo .swiper-button-next::after {
  content: "";
}
.main-content .lunbo .swiper-button-prev::after {
  content: "";
}
.main-content .yaowen {
  margin-bottom: 40px;
}
.main-content .yaowen .cont {
  height: 610px;
  width: 100%;
  background: url(yaowen-bg.png) no-repeat;
  background-size: 100%;
}
.main-content .gzdt {
  margin-bottom: 76px;
}
.main-content .gzdt .cont {
  height: 437px;
  width: 100%;
  background: url(gzdt-bg.png) no-repeat;
  background-size: 100%;
}
.main-content .news-cont {
  position: relative;
}
.main-content .news-cont .title {
  width: 550px;
  height: 114px;
  margin: 0 auto;
  background: url(title-bg.png) no-repeat;
  background-size: 100% 100%;
  font-family: SourceHanSansCN;
  font-weight: bold;
  font-size: 55px;
  color: #ffffff;
  line-height: 98px;
  text-align: center;
  margin-bottom: 35px;
}
.main-content .news-cont .cont {
  box-sizing: border-box;
  padding-top: 90px;
  padding-left: 70px;
}
.main-content .news-cont .cont .news-item {
  height: 60px;
  display: block;
  text-decoration: none;
  position: relative;
  box-sizing: border-box;
  padding-left: 25px;
  padding-right: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: SourceHanSansCN;
  font-weight: 400;
  font-size: 27px;
  color: #333333;
  margin-bottom: 28px;
}
.main-content .news-cont .cont .news-item::before {
  content: "";
  display: block;
  width: 12.8px;
  height: 12.8px;
  position: absolute;
  left: 0;
  top: 27%;
  background: #fa534c;
  border-radius: 50%;
}
.main-content .news-cont .cont .news-item::after {
  content: "";
  display: block;
  width: 1080px;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: url(news-line.png) no-repeat;
  background-size: 100%;
}
.main-content .news-cont .more {
  display: block;
  position: absolute;
  font-family: SourceHanSansCN;
  font-weight: 400;
  font-size: 20px;
  color: #f87852;
  right: 6%;
  bottom: 9%;
}
.main-content .pic-news-cont {
  overflow: hidden;
  margin-bottom: 87px;
}
.main-content .pic-news-cont .xxwd {
  float: left;
}
.main-content .pic-news-cont .asjf {
  float: right;
}
.main-content .pic-news-cont .pic-cont .title {
  width: 343px;
  height: 60px;
  position: relative;
  margin: 0 auto;
  margin-bottom: 41px;
}
.main-content .pic-news-cont .pic-cont .title img {
  width: 100%;
  height: 100%;
}
.main-content .pic-news-cont .pic-cont .title .more {
  position: absolute;
  right: -94px;
  bottom: 0;
  display: block;
  font-family: SourceHanSansCN;
  font-weight: 400;
  font-size: 20px;
  color: #f87852;
  text-decoration: none;
}
.main-content .pic-news-cont .pic-cont .content {
  width: 562px;
  height: 314px;
}
.main-content .pic-news-cont .pic-cont .content a img {
  width: 562px;
  height: 314px;
}
.main-content .news-box {
  overflow: hidden;
  margin-bottom: 100px;
}
.main-content .news-box .pinglun {
  float: left;
}
.main-content .news-box .jiedu {
  float: right;
}
.main-content .news-box .box-cont {
  position: relative;
}
.main-content .news-box .box-cont .title {
  width: 302px;
  height: 60px;
  position: relative;
  margin: 0 auto;
  margin-bottom: 41px;
}
.main-content .news-box .box-cont .title img {
  width: 100%;
  height: 100%;
}
.main-content .news-box .box-cont .content {
  width: 562px;
  height: 267px;
  background: url(box-cont-bg.png) no-repeat;
  background-size: 100%;
  box-sizing: border-box;
  padding-top: 60px;
}
.main-content .news-box .box-cont .content .news-item {
  display: block;
  text-decoration: none;
  position: relative;
  box-sizing: border-box;
  padding-left: 108px;
  padding-right: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: SourceHanSansCN;
  font-weight: 400;
  font-size: 27px;
  color: #333333;
  margin-bottom: 28px;
}
.main-content .news-box .box-cont .content .news-item::before {
  content: "";
  display: block;
  width: 12.8px;
  height: 12.8px;
  position: absolute;
  left: 13%;
  top: 43%;
  background: #fa534c;
  border-radius: 50%;
}
.main-content .news-box .box-cont .more {
  display: block;
  position: absolute;
  font-family: SourceHanSansCN;
  font-weight: 400;
  font-size: 20px;
  color: #f87852;
  right: 8%;
  bottom: 3%;
}
.main-content .jsjy .title {
  width: 550px;
  height: 114px;
  background: url(title-bg.png) no-repeat;
  background-size: 100%;
  margin: 0 auto;
  text-align: center;
  position: relative;
  margin-bottom: 60px;
}
.main-content .jsjy .title p {
  margin: 0;
  font-family: SourceHanSansCN;
  font-weight: bold;
  font-size: 55px;
  color: #ffffff;
  line-height: 94px;
}
.main-content .jsjy .title span {
  position: absolute;
  font-family: Arial;
  font-weight: normal;
  font-size: 19px;
  font-style: italic;
  color: #f86d44;
  bottom: -8px;
  left: 48px;
}
.main-content .jsjy .content {
  width: 100%;
  overflow: hidden;
}
.main-content .jsjy .content .cont-item {
  width: 560px;
  height: 480px;
}
.main-content .jsjy .content .cont-item img {
  width: 560px;
  height: 480px;
}
.main-content .jsjy .content .tbbg {
  float: left;
}
.main-content .jsjy .content .chpx {
  float: right;
}
.main-content .blank2 {
  width: 100%;
  height: 263px;
}
