@charset "UTF-8";

.wrapper-index {
  padding-bottom: 62px;
}

.topnews {
  position: relative;
  margin-bottom: 54px;
}
.topnews:before {
  content: '';
  display: inline-block;
  width: 100%;
  height: 7px;
  background: rgba(235, 235, 235, 1);
  position: absolute;
  bottom: 0;
}
.topnews:after {
  content: '';
  display: inline-block;
  width: 400px;
  height: 7px;
  background: rgba(153, 49, 49, 1);
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.topnews a {
  display: block;
  padding: 0 40px;
  padding-bottom: 27px;
}
.topnews h3 {
  font-size: 36px;
  font-weight: 700;
  color: rgba(0, 0, 0, 1);
  text-align: center;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 20px;
}
.topnews p {
  font-size: 18px;
  line-height: 1.2;
  color: rgba(51, 51, 51, 1);
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  opacity: 0.7;
}

.news {
  margin: 0 -17px;
}
.news-left {
  width: 45%;
  float: left;
  padding: 0 17px;
}
.news-right {
  width: 55%;
  float: left;
  padding: 0 17px;
}
.slideBox {
  width: 100%;
  position: relative;
}
.slideBox .hd {
  height: 15px;
  overflow: hidden;
  position: absolute;
  left: 50%;
  bottom: 16px;
  z-index: 1;
  transform: translateX(-50%);
}
.slideBox .hd ul li {
  float: left;
  width: 10px;
  height: 10px;
  margin: 0 10px;
  text-align: center;
  cursor: pointer;
  background-color: rgba(229, 229, 229, 1);
  box-sizing: border-box;
  border-radius: 10px;
  font-size: 0;
}
.slideBox .hd ul li.on {
  background: rgba(153, 49, 49, 1);
}
.slideBox .bd {
  position: relative;
  height: 100%;
  z-index: 0;
}
.slideBox .bd li {
  width: 100%;
  height: 100%;
  zoom: 1;
  vertical-align: middle;
  position: relative;
}
.slideBox .bd p {
  padding: 23px 54px 0;
  height: 126px;
  color: rgba(51, 51, 51, 1);
  background: rgba(247, 247, 247, 1) url(../images/index_slide_bg.png) no-repeat right -55px top -56px;
  font-size: 20px;
  line-height: 26.4px;
  text-align: center;
}
.slideBox .bd p span {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.slideBox .bd ul {
  width: 100%;
  height: 100%;
}
.slideBox .bd img {
  width: 100%;
  height: 330px;
  display: block;
}
.slideBox .prev,
.slideBox .next {
  position: absolute;
  top: 50%;
  margin-top: -95px;
  display: block;
  width: 25px;
  height: 73px;
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.slideBox .prev {
  left: 0;
  background: url(../images/icon_arleft.png) no-repeat;
  background-size: contain;
}
.slideBox .next {
  right: 0;
  background: url(../images/icon_arright.png) no-repeat;
  background-size: contain;
}
.slideBox .prev:hover,
.slideBox .next:hover {
  filter: alpha(opacity=100);
  opacity: 1;
}

/*  */
.wrapper-index2 {
  background: url(../images/index_zwbg.png) no-repeat center bottom;
  background-size: cover;
  padding-top: 38px;
  padding-bottom: 52px;
}
.zw-card {
  margin: 0 -16px;
  margin-bottom: 33px;
}
.zw-card li {
  width: 33.333333%;
  padding: 0 16px;
  float: left;
}
.zw-card li a {
  display: block;
  line-height: 79px;
  background: url(../images/index_zwbg1.png) no-repeat;
  background-size: cover;
  text-align: center;
}
.zw-card li a:hover,
.zw-card li.on a {
  background: url(../images/index_zwbg2.png) no-repeat;
  background-size: cover;
}
.zw-card li a:hover span,
.zw-card li.on a span {
  color: #fff;
}
.zw-card li a:hover img:nth-child(2),
.zw-card li.on a img:nth-child(2) {
  display: inline-block;
}
.zw-card li a:hover img:nth-child(1),
.zw-card li.on a img:nth-child(1) {
  display: none;
}
.zw-card li span,
.zw-card li img {
  display: inline-block;
  vertical-align: middle;
}
.zw-card li span {
  font-size: 26px;
  font-weight: 700;
  font-family: '思源宋体';
  color: rgba(153, 49, 49, 1);
  margin-left: 10px;
}
.zw-card li img:nth-child(2) {
  display: none;
}

/* 切换1 */
.zwgk {
  margin: 0 -17px;
  margin-bottom: 23px;
}
.zwgk-left {
  width: 66%;
  float: left;
  padding: 0 17px;
  padding-top: 15px;
}
.zwgk-right {
  width: 34%;
  float: left;
  padding: 0 17px;
}
.wj-container {
  display: none;
  position: relative;
  margin-top: 9px;
}
.wj-container.on {
  display: block;
}
.wj {
  margin: 0 -17px;
}
.wj li {
  width: 50%;
  float: left;
  padding: 0 17px;
  margin-top: 24px;
}
.wj li a {
  display: block;
  padding: 29px 28px 0 28px;
  height: 128px;
  border-radius: 5px;
  border: 1px solid rgba(209, 204, 199, 1);
}
.wj li a:hover {
  box-shadow: 0px 2px 12px rgba(182, 201, 217, 0.4);
}
.wj li p {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 18px;
  margin-bottom: 10px;
  line-height: 24px;
  min-height: 48px;
}
.wj li span {
  color: rgba(166, 166, 166, 1);
}

.zfxxgk-header {
  height: 73px;
  line-height: 73px;
  text-align: center;
  background: url(../images/index_zfxxgk_bg.png) no-repeat;
  background-size: cover;
}
.zfxxgk-header a {
  display: block;
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 2px;
}
.zfxxgk-links {
  padding: 14px 9px;
  background: rgba(242, 242, 242, 1);
}
.zfxxgk-links li {
  width: 50%;
  float: left;
  padding: 0 10px;
  margin-bottom: 22px;
}
.zfxxgk-links li:nth-child(7),
.zfxxgk-links li:nth-child(8) {
  margin-bottom: 0;
}
.zfxxgk-links li a {
  display: block;
  height: 48px;
  line-height: 48px;
  border: 1px solid rgba(235, 221, 202, 1);
  text-align: center;
  background: #fff;
  color: rgba(51, 51, 51, 1);
}
.zfxxgk-links li a:hover {
  background: rgba(235, 221, 202, 1);
}

.zdlygk-list {
  position: relative;
  background: rgba(248, 245, 242, 1);
  padding: 24px 18px;
  margin-top: 21px;
}
.zdlygk-list .bd {
  width: 100%;
  overflow: hidden;
}
.zdlygk-list ul li {
  width: 11.1111111%;
  text-align: center;
  float: left;
}
.zdlygk-list ul li a{
  display: block;
}
.zdlygk-list ul li img {
  width: auto;
  height: 41px;
  padding: 0 20px;
}
.zdlygk-list ul li p {
  font-size: 18px;
  margin-top: 10px;
}
.zdlygk-list .prev,
.zdlygk-list .next {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  display: block;
  width: 16px;
  height: 40px;
}
.zdlygk-list .prev {
  left: 0;
  background: url(../images/zdlygk_left.png) no-repeat;
  background-size: contain;
}
.zdlygk-list .next {
  right: 0;
  background: url(../images/zdlygk_right.png) no-repeat;
  background-size: contain;
}

/* 切换2 */
.fw {
  margin: 0 -14px;
  margin-bottom: 17px;
}
.fw li {
  width: 33.333333%;
  padding: 0 14px;
  float: left;
}
.fw .fw-inner {
  border-top: 4px solid rgba(186, 50, 40, 1);
  background: linear-gradient(180deg, rgba(250, 250, 250, 1) 0%, rgba(247, 247, 247, 1) 100%);
  padding: 36px 0 39px;
  text-align: center;
  transition: box-shadow 0.3s ease;
}
.fw .fw-inner:hover {
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 0px 30px rgba(182, 202, 222, 0.4);
}
.fw .fw-title {
  margin-bottom: 49px;
  background: url(../images/index_fw_line.png) no-repeat center bottom 6px;
}
.fw .fw-title img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.fw .fw-title span {
  display: inline-block;
  vertical-align: middle;
  font-size: 24px;
  font-weight: 700;
  color: rgba(153, 49, 49, 1);
}
.fw .fw-links {
  margin-bottom: 27px;
}
.fw .fw-links a {
  float: left;
  width: 33.333333%;
  text-align: center;
  font-size: 18px;
  margin-bottom: 20px;
  position: relative;
}
.fw .fw-links a:after {
  content: '';
  display: inline-block;
  width: 1px;
  height: 17px;
  background: #c9c9c9;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.fw .fw-links a:nth-child(3n):after {
  display: none;
}
.fw .fw-more a {
  color: rgba(102, 102, 102, 1);
}
.fw .fw-more img {
  margin-left: 5px;
}

.xjzwfww img {
  width: 100%;
}

/* 切换3 */
.hd-box {
  display: none;
  background: #fff;
}
.hd-box.on {
  display: block;
}
.hd-box1 {
  padding: 31px 40px;
}
.hd-box2 {
  padding: 27px 28px;
}
.hd-box3 {
  padding: 31px 20px;
}
.hd-left {
  width: 63%;
  padding: 0 12px;
  float: left;
}
.hd-right {
  width: 37%;
  padding: 0 12px;
  float: left;
}
.hd-left-box1 {
  margin: 0 -20px;
  margin-bottom: 25px;
}
.hd-left-box11,
.hd-left-box12 {
  width: 50%;
  padding: 0 20px;
  float: left;
}

.xx {
  margin-top: 33px;
}
.xx li {
  margin-bottom: 28px;
}
.xx li:last-child {
  margin-bottom: 0;
}
.xx li a {
  display: block;
  line-height: 23px;
  padding-left: 30px;
  background: url(../images/index_mail.png) no-repeat left center;
}
.xx li span:first-child {
  float: right;
  font-size: 16px;
  color: rgba(166, 166, 166, 1);
}
.xx li span:last-child {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
}

.xf {
  margin: 0 -10px;
}
.xf li {
  width: 50%;
  padding: 0 10px;
  float: left;
  margin-bottom: 25px;
}
.xf li:nth-child(3),
.xf li:nth-child(4) {
  margin-bottom: 0;
}
.xf li a {
  display: block;
  height: 132px;
  background: #f9f7f4;
  border-bottom: 4px solid rgba(153, 49, 49, 1);
  text-align: center;
}
.xf li a img {
  height: 40px;
  margin-top: 28px;
  margin-bottom: 15px;
}
.xf li a img:nth-child(2) {
  display: none;
}
.xf li a:hover {
  background: url(../images/index_ws_bg.jpg) no-repeat;
  background-size: cover;
  border-bottom: 0;
  color: #fff;
}
.xf li a:hover img:nth-child(1) {
  display: none;
}
.xf li a:hover img:nth-child(2) {
  display: inline-block;
}
.xf li a p {
  font-size: 18px;
}

.yjzj-list {
  margin-top: 6px;
}
.yjzj-list li {
  border-bottom: 1px solid rgba(227, 214, 211, 1);
}
.yjzj-list a {
  display: block;
  padding: 18px 0;
  padding-left: 83px;
  position: relative;
  transition: padding-left 0.3s ease;
}
.yjzj-list a:hover {
  padding-left: 90px;
}
.yjzj-list img {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.yjzj-list span {
  display: inline-block;
  float: right;
  color: rgba(166, 166, 166, 1);
  margin-top: 3px;
}
.yjzj-list p {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: rgba(51, 51, 51, 1);
  font-size: 18px;
  line-height: 1.1;
}

.xwfbh-link {
  margin-top: 21px;
}
.xwfbh-link a {
  display: block;
  position: relative;
}
.xwfbh-link img {
  width: 100%;
  height: 240px;
}
.xwfbh-link p {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 13px 20px;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-size: 18px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
}

.tj {
  height: 218px;
  padding: 13px 17px 0 17px;
  margin-top: 33px;
  background: linear-gradient(180deg, rgba(245, 236, 223, 1) 0%, rgba(255, 255, 255, 1) 100%);
}
.tj-title {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 28.74px;
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: '思源宋体';
  position: relative;
}
.tj-title:before {
  content: '';
  display: inline-block;
  width: 23%;
  height: 2px;
  background: rgba(201, 201, 201, 1);
  position: absolute;
  right: calc(50% + 80px);
  top: 50%;
  transform: translateY(-50%);
}
.tj-title:after {
  content: '';
  display: inline-block;
  width: 23%;
  height: 2px;
  background: rgba(201, 201, 201, 1);
  position: absolute;
  left: calc(50% + 80px);
  top: 50%;
  transform: translateY(-50%);
}
.tj-data-left {
  width: 50%;
  float: left;
}
.tj-data-right {
  width: 50%;
  float: left;
}
#tj-graph {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  margin: 0 auto;
  /* margin-top: 28px; */
}
.tj-data-right p {
  font-size: 12px;
  color: rgba(94, 94, 94, 1);
  margin-top: 24px;
}
.tj-data-right p span {
  display: inline-block;
  vertical-align: middle;
  width: 50px;
  font-size: 20px;
  font-weight: 700;
  color: rgba(51, 51, 51, 1);
  text-align: center;
}
.tj-color {
  display: inline-block;
  vertical-align: middle;
  margin-right: 18px;
  width: 56px;
  height: 19px;
  border-radius: 3.91px;
}
.tj-color1 {
  background: rgba(173, 56, 53, 1);
}
.tj-color2 {
  background: rgba(249, 194, 157, 1);
}
.tj-color3 {
  background: rgba(224, 204, 160, 1);
}

/* 专题专栏 */
.ztzl {
  padding-top: 60px;
  padding-bottom: 80px;
}
.ztzl-title {
  text-align: center;
  background: url(../images/ztzl_bg.png) no-repeat center center;
  margin-bottom: 60px;
}
.ztzl-content {
  margin: 0 -20px;
}
.picMarquee-left {
  position: relative;
}
.picMarquee-left .bd {
  width: 100%;
  overflow: hidden;
}
.picMarquee-left ul li {
  width: 25%;
  height: 180px;
  line-height: 30px;
  text-align: center;
  float: left;
}
.picMarquee-left ul li img {
  width: 100%;
  height: 100%;
  padding: 0 20px;
}
.picMarquee-left .prev,
.picMarquee-left .next {
  position: absolute;
  top: 50%;
  margin-top: -29px;
  display: block;
  width: 58px;
  height: 58px;
}
.picMarquee-left .prev {
  left: -9px;
  background: url(../images/ztzl_left.png) no-repeat;
  background-size: contain;
}
.picMarquee-left .next {
  right: -9px;
  background: url(../images/ztzt_right.png) no-repeat;
  background-size: contain;
}

@media screen and (max-width: 1200px) {
  .zwgk-left,
  .zwgk-right {
    width: 100%;
  }
  .zwgk-left {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 1000px) {
  .topnews {
    padding-top: 20px;
    margin-bottom: 20px;
  }
  .topnews a {
    padding: 0 20px;
    padding-bottom: 20px;
  }
  .topnews h3 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
  }
  .topnews p {
    font-size: 16px;
    line-height: 1.2;
  }

  .news-left,
  .news-right {
    width: 100%;
  }
  .news-left {
    margin-bottom: 20px;
  }

  .fw li {
    width: 100%;
    margin-bottom: 20px;
  }

  .zdlygk-list ul li {
    width: 16.666666%;
  }

  .hd-left,
  .hd-right {
    width: 100%;
  }
  .hd-left {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 768px) {
  .ztzl-content {
    margin: 0 -10px;
  }
  .picMarquee-left ul li {
    width: 50%;
  }
  .picMarquee-left ul li img {
    padding: 0 10px;
  }

  .zw-card li {
    width: 100%;
    margin-bottom: 15px;
  }

  .wj li {
    width: 100%;
  }
  .zdlygk-list ul li {
    width: 33.333333%;
  }

  .hd-left-box11,
  .hd-left-box12 {
    width: 100%;
  }
  .hd-left-box11 {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 500px) {
  .wrapper-index {
    padding-bottom: 20px;
  }
  .topnews:before {
    height: 4px;
  }
  .topnews:after {
    width: 200px;
    height: 4px;
  }
  .slideBox .hd {
    bottom: 4px;
  }
  .slideBox .bd img {
    height: 250px;
  }
  .slideBox .bd p {
    padding: 10px 20px 0;
    height: 76px;
    font-size: 16px;
    line-height: 20px;
  }

  .wj li a {
    display: block;
    padding: 20px;
    height: auto;
  }
  .wj li p {
    font-size: 16px;
  }
  .zfxxgk-header a {
    font-size: 22px;
  }
  .zfxxgk-links li {
    width: 100%;
    margin-bottom: 10px !important;
  }
  .zdlygk-list ul li {
    width: 50%;
  }
  .zdlygk-list ul li p {
    font-size: 16px;
  }

  .fw .fw-inner{
    padding: 20px 0 20px;
  }
  .fw .fw-links a {
    width: 50%;
    font-size: 16px;
    margin-bottom: 15px;
  }
  .fw .fw-links a:nth-child(3n):after {
    display: inline-block;
  }
  .fw .fw-links a:nth-child(2n):after {
    display: none;
  }

  .hd-box {
    padding: 15px;
  }

  .zw-card li span {
    font-size: 20px;
  }

  .xx li {
    margin-bottom: 15px;
  }
  .xx li span:last-child {
    font-size: 16px;
  }

  .yjzj-list p {
    font-size: 16px;
  }

  .tj-data-left {
    width: 100%;
  }
  .tj-data-right {
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 425px) {
  .xf li {
    width: 100%;
    margin-bottom: 15px !important;
  }

  .xwfbh-link img {
    height: 180px;
  }
  .xwfbh-link p {
    font-size: 16px;
  }

  .ztzl-title img {
    max-width: 120px;
  }

  .picMarquee-left ul li {
    width: 100%;
  }
}
