.toutiao_box {
  display: flex;
  justify-content: start;
  align-items: center;
  position: relative;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 20px;
}
@media (max-width: 600px) {
  .toutiao_box {
    width: 100%;
  }
}
.toutiao_box .toutiao_img {
  width: 112px;
  height: 50px;
  margin-right: 20px;
}
@media (max-width: 600px) {
  .toutiao_box .toutiao_img {
    display: none;
  }
}
.toutiao_box #ttSwiper {
  width: calc(100% - 130px);
}
@media (max-width: 600px) {
  .toutiao_box #ttSwiper {
    width: 100%;
  }
}
.toutiao_box .toutiao {
  width: 100%;
  height: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.toutiao_box .toutiao a {
  display: block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  font-size: 32px;
  font-weight: bold;
  color: #bc3428;
  line-height: 1.1;
}
@media (max-width: 600px) {
  .toutiao_box .toutiao a {
    font-size: 24px;
  }
}
.toutiao_box .toutiao p {
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #333333;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.toutiao_box .swiper-pagination {
  left: 0;
  right: 0;
  bottom: 0px;
}
.toutiao_box .swiper-pagination-bullet {
  opacity: 1;
  width: 8px;
  height: 8px;
  background-color: #d9d9d9;
  margin: 0 4px;
}
.toutiao_box .swiper-pagination-bullet-active {
  background-color: #cd4e43;
}
#Swiper1 {
  width: 100%;
  height: 454px;
}
@media (max-width: 768px) {
  #Swiper1 {
    height: auto;
  }
}
#Swiper1 .swiper-button-prev,
#Swiper1 .swiper-button-next {
  transition: all 0.3s;
  position: absolute;
  top: 40%;
  width: 35px;
  height: 58px;
  opacity: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
#Swiper1 .swiper-button-prev {
  background-image: url(../images/btn_prev.png);
  transform: translate(-50px, 0);
}
#Swiper1 .swiper-button-next {
  background-image: url(../images/btn_next.png);
  transform: translate(50px, 0);
}
#Swiper1:hover .swiper-button-prev,
#Swiper1:hover .swiper-button-next {
  opacity: 1;
  transform: translate(0, 0);
}
#Swiper1 .swiper-pagination {
  width: auto;
  left: auto;
  right: 0;
  bottom: 18px;
  padding-right: 16px;
}
#Swiper1 .swiper-pagination-bullet {
  opacity: 1;
  width: 8px;
  height: 8px;
  background-color: #908685;
}
#Swiper1 .swiper-pagination-bullet-active {
  background-color: #fff;
}
.img_mask_box {
  box-sizing: border-box;
  position: relative;
  height: 100%;
}
.img_mask_box a {
  position: relative;
  display: block;
  height: 100%;
  overflow: hidden;
}
.img_mask_box a:hover img {
  transform: scale(1.05);
}
.img_mask_box img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
}
.img_mask_box .mask_title {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
}
.img_mask_box .mask_title h3 {
  box-sizing: border-box;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  width: 80%;
  height: 50px;
  line-height: 50px;
  padding-left: 1em;
  padding-right: 1em;
  font-size: 18px;
  font-weight: normal;
  color: #fff;
}
#indexBannerSwiper1 {
  max-height: 112px;
}
@media (max-width: 600px) {
  #indexBannerSwiper1 {
    max-height: 40px;
  }
}
#indexBannerSwiper1 .swiper-pagination {
  width: auto;
  left: auto;
  right: 18px;
  top: auto;
  bottom: 18px;
  transform: none;
}
#indexBannerSwiper1 .swiper-pagination-bullet {
  display: inline-block;
  margin: 0 4px;
  opacity: 1;
  width: 10px;
  height: 10px;
  background-color: #e76161;
}
#indexBannerSwiper1 .swiper-pagination-bullet-active {
  background-color: #ffffff;
  opacity: 0.8;
}
.main_title {
  height: 54px;
  line-height: 54px;
  padding-left: 10px;
  background: url(../images/main_title_bg.png) no-repeat left center;
  background-size: auto 100%;
  background-color: #ffe1a4;
  font-size: 22px;
  font-weight: bold;
  color: #ffffff;
  position: relative;
}
@media (max-width: 600px) {
  .main_title {
    background-position: -100px center;
  }
}
.main_title img {
  vertical-align: middle;
  margin-top: -3px;
  margin-right: 12px;
}
.main_title .more {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
  font-size: 18px;
  font-weight: bold;
  color: #bc3428;
}
.zcfw_search_container {
  padding: 20px;
  background-color: #f3f3f3;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 600px) {
  .zcfw_search_container {
    flex-direction: column;
  }
}
.zcfw_title {
  font-size: 0;
  width: 175px;
  height: 41px;
  background: url(../images/zcfw_img2.png) no-repeat bottom center;
  background-size: contain;
  margin-top: 5px;
}
.zcfw_search_box {
  width: calc(100% - 195px);
  background-color: #ffffff;
  border-radius: 5px;
  border: solid 1px #b1b1b1;
  display: flex;
  align-items: center;
  padding-right: 2px;
  position: relative;
}
@media (max-width: 600px) {
  .zcfw_search_box {
    margin-top: 10px;
    width: 100%;
  }
}
.zcfw_search_box::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 107px;
  width: 1px;
  height: 13px;
  background-color: #333;
}
.zcfw_search_box .zcfw_op {
  outline: none;
  border: none;
  appearance: auto;
  border-radius: 23px 0 0 23px;
  flex-shrink: 0;
  width: 100px;
  height: 45px;
  line-height: 45px;
  font-size: 17px;
  font-weight: normal;
  color: #333;
  padding-left: 10px;
}
.zcfw_search_box .search_input {
  outline: none;
  border: none;
  padding: 0 1em;
  width: calc(100% - 144px);
  height: 45px;
  background-color: #ffffff;
  border-radius: 25px 0 0 25px;
  font-size: 17px;
  font-weight: normal;
  color: #333;
}
.zcfw_search_box .search_input::placeholder {
  color: #999;
}
.zcfw_search_box .search_btn {
  outline: none;
  border: none;
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  background-color: transparent;
  transition: opacity 0.3s;
}
.zcfw_search_box .search_btn img {
  vertical-align: middle;
}
.zcfw_search_box .search_btn:hover {
  opacity: 0.7;
}
.zfxxgk_ul {
  box-sizing: border-box;
  margin-left: -4px;
  margin-right: -4px;
}
.zfxxgk_ul::after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.zfxxgk_ul > li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 33.333%;
  padding-left: 4px;
  padding-right: 4px;
  float: left;
}
.zfxxgk_ul > li:nth-child(n) {
  margin-top: 0;
}
.zfxxgk_ul > li:nth-child(n)::after {
  display: block;
}
.zfxxgk_ul > li:nth-child(n + 3) {
  margin-top: 8px;
}
.zfxxgk_ul > li:nth-child(3) {
  margin-top: 0;
}
.zfxxgk_ul > li:nth-child(3n)::after,
.zfxxgk_ul > li:last-child::after {
  display: none;
}
.zfxxgk_ul a {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 992px) {
  .zfxxgk_ul {
    margin-left: -4px;
    margin-right: -4px;
  }
  .zfxxgk_ul::after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .zfxxgk_ul > li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 33.333%;
    padding-left: 4px;
    padding-right: 4px;
    float: left;
  }
  .zfxxgk_ul > li:nth-child(n) {
    margin-top: 0;
  }
  .zfxxgk_ul > li:nth-child(n)::after {
    display: block;
  }
  .zfxxgk_ul > li:nth-child(n + 3) {
    margin-top: 8px;
  }
  .zfxxgk_ul > li:nth-child(3) {
    margin-top: 0;
  }
  .zfxxgk_ul > li:nth-child(3n)::after,
  .zfxxgk_ul > li:last-child::after {
    display: none;
  }
  .zfxxgk_ul a {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media (max-width: 600px) {
  .zfxxgk_ul {
    margin-left: -4px;
    margin-right: -4px;
  }
  .zfxxgk_ul::after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .zfxxgk_ul > li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 33.333%;
    padding-left: 4px;
    padding-right: 4px;
    float: left;
  }
  .zfxxgk_ul > li:nth-child(n) {
    margin-top: 0;
  }
  .zfxxgk_ul > li:nth-child(n)::after {
    display: block;
  }
  .zfxxgk_ul > li:nth-child(n + 3) {
    margin-top: 8px;
  }
  .zfxxgk_ul > li:nth-child(3) {
    margin-top: 0;
  }
  .zfxxgk_ul > li:nth-child(3n)::after,
  .zfxxgk_ul > li:last-child::after {
    display: none;
  }
  .zfxxgk_ul a {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .zfxxgk_ul a {
    font-size: 14px !important;
  }
}
.zfxxgk_ul li a {
  transition: all 0.3s;
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: 45px;
  line-height: 45px;
  text-align: center;
  background-color: #ffffff;
  border-radius: 5px;
  border: solid 1px #c1c1c1;
  font-size: 16px;
  font-weight: normal;
  color: #333333;
}
.zfxxgk_ul li:hover a {
  background-color: #ba2a1d;
  color: #fff;
}
.bsfw_tab {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bsfw_tab li a {
  transition: all 0.3s;
  box-sizing: border-box;
  width: 154px;
  height: 35px;
  background-color: #ffffff;
  border: solid 1px #bc3428;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px 10px;
  font-size: 17px;
  font-weight: bold;
  color: #bc3428;
}
.bsfw_tab li i {
  margin-right: 8px;
  transition: all 0.3s;
  display: block;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.bsfw_tab li i.s1 {
  background-image: url(../images/bsfw_tab_icon1.png);
}
.bsfw_tab li i.s2 {
  background-image: url(../images/bsfw_tab_icon2.png);
}
.bsfw_tab li.cur a,
.bsfw_tab li:hover a {
  background-color: #bc3428;
  color: #fff;
}
.bsfw_tab li.cur i.s1,
.bsfw_tab li:hover i.s1 {
  background-image: url(../images/bsfw_tab_icon1c.png);
}
.bsfw_tab li.cur i.s2,
.bsfw_tab li:hover i.s2 {
  background-image: url(../images/bsfw_tab_icon2c.png);
}
.bsfw_ul {
  box-sizing: border-box;
  margin-left: 0px;
  margin-right: 0px;
}
.bsfw_ul::after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.bsfw_ul > li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 20%;
  padding-left: 0px;
  padding-right: 0px;
  float: left;
}
.bsfw_ul > li:nth-child(n) {
  margin-top: 0;
}
.bsfw_ul > li:nth-child(n)::after {
  display: block;
}
.bsfw_ul > li:nth-child(n + 5) {
  margin-top: 20px;
}
.bsfw_ul > li:nth-child(5) {
  margin-top: 0;
}
.bsfw_ul > li:nth-child(5n)::after,
.bsfw_ul > li:last-child::after {
  display: none;
}
.bsfw_ul a {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 992px) {
  .bsfw_ul {
    margin-left: 0px;
    margin-right: 0px;
  }
  .bsfw_ul::after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .bsfw_ul > li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 20%;
    padding-left: 0px;
    padding-right: 0px;
    float: left;
  }
  .bsfw_ul > li:nth-child(n) {
    margin-top: 0;
  }
  .bsfw_ul > li:nth-child(n)::after {
    display: block;
  }
  .bsfw_ul > li:nth-child(n + 5) {
    margin-top: 20px;
  }
  .bsfw_ul > li:nth-child(5) {
    margin-top: 0;
  }
  .bsfw_ul > li:nth-child(5n)::after,
  .bsfw_ul > li:last-child::after {
    display: none;
  }
  .bsfw_ul a {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media (max-width: 600px) {
  .bsfw_ul {
    margin-left: 0px;
    margin-right: 0px;
  }
  .bsfw_ul::after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .bsfw_ul > li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 33.333%;
    padding-left: 0px;
    padding-right: 0px;
    float: left;
  }
  .bsfw_ul > li:nth-child(n) {
    margin-top: 0;
  }
  .bsfw_ul > li:nth-child(n)::after {
    display: block;
  }
  .bsfw_ul > li:nth-child(n + 3) {
    margin-top: 10px;
  }
  .bsfw_ul > li:nth-child(3) {
    margin-top: 0;
  }
  .bsfw_ul > li:nth-child(3n)::after,
  .bsfw_ul > li:last-child::after {
    display: none;
  }
  .bsfw_ul a {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.bsfw_ul > li {
  position: relative;
}
.bsfw_ul > li::after {
  content: '';
  position: absolute;
  top: 19px;
  right: 0px;
  width: 1px;
  height: 32px;
  background-color: #c5c5c5;
}
.bsfw_ul > li > a {
  position: relative;
  transition: all 0.3s;
  box-sizing: border-box;
  width: 100%;
  height: 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  align-items: center;
}
.bsfw_ul > li i {
  flex-shrink: 0;
  margin-bottom: 15px;
  transition: all 0.3s;
  display: block;
  width: 64px;
  height: 64px;
  background-color: #f1f1f1;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-image: url(../images/wyb_icons.png);
}
.bsfw_ul > li i.s1 {
  background-position: 17px 13px;
}
.bsfw_ul > li i.s2 {
  background-position: -133px 13px;
}
.bsfw_ul > li i.s3 {
  background-position: -281px 13px;
}
.bsfw_ul > li i.s4 {
  background-position: -432px 13px;
}
.bsfw_ul > li i.s5 {
  background-position: -579px 13px;
}
.bsfw_ul > li i.s6 {
  background-position: 16px -104px;
}
.bsfw_ul > li i.s7 {
  background-position: -132px -102px;
}
.bsfw_ul > li i.s8 {
  background-position: -281px -104px;
}
.bsfw_ul > li i.s9 {
  background-position: -431px -103px;
}
.bsfw_ul > li i.s10 {
  background-position: -579px -102px;
}
.bsfw_ul > li i.s11 {
  background-image: url(../images/wyc_icon3.png);
  background-position: center;
}
.bsfw_ul > li i.s12 {
  background-image: url(../images/wyc_icon6.png);
  background-position: center;
}
.bsfw_ul > li h6 {
  transition: all 0.3s;
  font-size: 17px;
  font-weight: normal;
  color: #333333;
  width: 100%;
  text-align: center;
  line-height: 1.5;
}
@media (max-width: 600px) {
  .bsfw_ul > li h6 {
    font-size: 15px;
  }
}
.bsfw_ul > li:hover i {
  transform: rotateY(360deg);
}
.bsfw_ul > li:hover h6 {
  font-weight: bold;
  color: #ba2a1d;
}
.bsfw_ul .more_list {
  z-index: 99;
  position: absolute;
  top: 105%;
  left: 10px;
  background-color: #ffffff;
  padding: 10px 20px;
  box-shadow: 0px 4px 29px 0px rgba(1, 17, 67, 0.15);
  border-radius: 5px;
  border: solid 1px rgba(122, 122, 122, 0.38);
  overflow: hidden;
  width: 280px;
  display: flex;
  flex-wrap: wrap;
  display: none;
}
.bsfw_ul .more_list li {
  margin-right: 30px;
}
.bsfw_ul .more_list a {
  display: block;
  width: 100%;
  padding: 10px 0;
  line-height: 1.5;
  font-size: 16px;
  font-weight: normal;
  color: #333333;
}
.bsfw_ul .more_list a:hover {
  color: #ba2a1d;
}
.bsfw_ul > li:hover .more_list {
  display: flex;
}
@media (max-width: 1360px) and (min-width: 993px) {
  .bsfw_ul > li:nth-last-child(-n + 3) .more_list {
    left: auto;
    right: 0;
  }
}
@media (max-width: 992px) and (min-width: 601px) {
  .bsfw_ul > li:nth-child(5n) .more_list,
  .bsfw_ul > li:nth-child(5n-1) .more_list {
    left: auto;
    right: 0;
  }
}
@media (max-width: 600px) {
  .bsfw_ul > li:nth-child(3n-1) .more_list {
    left: 50%;
    transform: translateX(-50%);
  }
  .bsfw_ul > li:nth-child(3n) .more_list {
    left: auto;
    right: 0;
  }
}
.zxzj {
  box-sizing: border-box;
}
.zxzj > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
  align-items: center;
}
.zxzj .left {
  transition: all 0.3s;
  position: relative;
  width: 97px;
  height: 90px;
  background-color: #f2f8fc;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
  align-items: center;
}
.zxzj .right {
  width: calc(100% - (97px + 10px));
  height: 90px;
  margin-left: 10px;
  padding: 7px 0;
}
.zxzj .right h6 {
  transition: all 0.3s;
  font-size: 16px;
  font-weight: normal;
  color: #333333;
  line-height: 1.5;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 12px;
}
.zxzj .right p {
  transition: all 0.3s;
  font-size: 16px;
  font-weight: normal;
  color: #999999;
  line-height: 1.5;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.zxzj:hover .right h6 {
  color: #ba2a1d;
}
.zhengji_tag {
  display: inline-block;
  width: 59px;
  height: 21px;
  font-size: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  vertical-align: middle;
  margin-top: -3px;
  margin-right: 5px;
}
.zhengji_tag.tag_pending {
  background-image: url(../images/icon_pending.png);
}
.zhengji_tag.tag_end {
  background-image: url(../images/icon_end.png);
}
.list_zhengji {
  margin-top: -12px;
  margin-bottom: -12px;
}
.list_zhengji li:not(.panel-more) {
  padding: 12px 0px;
}
.list_zhengji li:not(.panel-more):not(:last-child) {
  border-bottom: none;
}
.list_zhengji li:not(.panel-more)::before {
  display: none;
}
.list_zhengji li:not(.panel-more) .list_text_box {
  width: calc(100% - 150px);
  display: flex;
  align-items: center;
  flex: 1;
}
.list_zhengji li:not(.panel-more) .list_text_box .list_text {
  font-size: 16px;
  max-width: calc(100% - (59px + 20px));
  flex: none !important;
}
.list_zhengji li:not(.panel-more) .zhengji_tag {
  margin-left: 0;
  margin-right: 10px;
}
.hdjl_ul {
  padding: 15px;
  box-sizing: border-box;
  background-color: #ffffff;
  border-radius: 5px;
  border: solid 2px #ffe6cb;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.hdjl_ul li a {
  transition: all 0.3s;
  box-sizing: border-box;
  width: 100%;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
  align-items: center;
}
.hdjl_ul li i {
  transition: all 0.3s;
  display: block;
  width: 35px;
  height: 35px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.hdjl_ul li i.s1 {
  background-image: url(../images/hdjl_icon1.png);
}
.hdjl_ul li i.s2 {
  background-image: url(../images/hdjl_icon2.png);
}
.hdjl_ul li i.s3 {
  background-image: url(../images/hdjl_icon3.png);
}
.hdjl_ul li i.s4 {
  background-image: url(../images/hdjl_icon4.png);
}
.hdjl_ul li h6 {
  transition: all 0.3s;
  font-size: 16px;
  font-weight: normal;
  color: #333333;
  width: 100%;
  text-align: center;
}
.hdjl_ul li:hover i {
  transform: rotateY(360deg);
}
.hdjl_ul li:hover h6 {
  font-weight: bold;
  color: #ba2a1d;
}
.ztzl_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.ztzl_box > img {
  flex-shrink: 0;
  width: 65px;
  height: 116px;
}
#ztSwiper {
  width: 100%;
}
#ztSwiper .swiper-button-prev,
#ztSwiper .swiper-button-next {
  transition: all 0.3s;
  position: absolute;
  top: 50%;
  width: 30px;
  height: 48px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
#ztSwiper .swiper-button-prev {
  left: 0px;
  background-image: url(../images/btn_prev2.png);
}
#ztSwiper .swiper-button-next {
  right: 0px;
  background-image: url(../images/btn_next2.png);
}
.zt_img a {
  display: inline-block;
  width: 100%;
}
.zt_img a .img {
  width: 100%;
  overflow: hidden;
  height: 114px;
}
.zt_img a img {
  transition: all 0.3s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.zt_img a:hover img {
  transform: scale(1.05);
}
.link_boxs {
  margin-left: 0px;
  margin-right: 0px;
}
.link_boxs::after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.link_boxs > li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding-left: 0px;
  padding-right: 0px;
  float: left;
}
.link_boxs > li:nth-child(n) {
  margin-top: 0;
}
.link_boxs > li:nth-child(n)::after {
  display: block;
}
.link_boxs > li:nth-child(n + 1) {
  margin-top: 10px;
}
.link_boxs > li:nth-child(1) {
  margin-top: 0;
}
.link_boxs > li:nth-child(1n)::after,
.link_boxs > li:last-child::after {
  display: none;
}
.link_boxs a {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 992px) {
  .link_boxs {
    margin-left: -5px;
    margin-right: -5px;
  }
  .link_boxs::after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .link_boxs > li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    padding-left: 5px;
    padding-right: 5px;
    float: left;
  }
  .link_boxs > li:nth-child(n) {
    margin-top: 0;
  }
  .link_boxs > li:nth-child(n)::after {
    display: block;
  }
  .link_boxs > li:nth-child(n + 2) {
    margin-top: 10px;
  }
  .link_boxs > li:nth-child(2) {
    margin-top: 0;
  }
  .link_boxs > li:nth-child(2n)::after,
  .link_boxs > li:last-child::after {
    display: none;
  }
  .link_boxs a {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media (max-width: 600px) {
  .link_boxs {
    margin-left: -5px;
    margin-right: -5px;
  }
  .link_boxs::after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .link_boxs > li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    padding-left: 5px;
    padding-right: 5px;
    float: left;
  }
  .link_boxs > li:nth-child(n) {
    margin-top: 0;
  }
  .link_boxs > li:nth-child(n)::after {
    display: block;
  }
  .link_boxs > li:nth-child(n + 2) {
    margin-top: 10px;
  }
  .link_boxs > li:nth-child(2) {
    margin-top: 0;
  }
  .link_boxs > li:nth-child(2n)::after,
  .link_boxs > li:last-child::after {
    display: none;
  }
  .link_boxs a {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
