body {
  background-color: #fff;
}
.top_banner {
  text-align: center;
}
@media (max-width: 1920px) {
  .top_banner img {
    display: block;
    width: 100%;
  }
}
.content {
  background: url(../images/content_bg.png) no-repeat top center;
}
.list_t li:not(.panel-more) {
  position: relative;
  padding: 15px 0px 15px 20px;
  line-height: 1;
}
.list_t li:not(.panel-more)::before {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0px;
  width: 5px;
  height: 5px;
  background-color: #bf191b;
}
.list_t li:not(.panel-more) a {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  display: inline-block;
  width: -webkit-calc(0%);
  width: -moz-calc(0%);
  width: calc(100% - 100px);
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  font-size: 16px;
  color: #333333;
}
.list_t li:not(.panel-more) a:hover {
  color: #bf191b;
}
@media (max-width: 768px) {
  .list_t li:not(.panel-more) a {
    width: 100%;
  }
}
.list_t li:not(.panel-more) span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0px;
  font-size: 16px;
  color: #999999;
}
.headline {
  padding: 15px 10px 30px;
}
.headline a {
  color: #f8e792;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.headline a:hover {
  color: #fff;
}
.headline h2 {
  font-size: 38px;
  font-weight: bold;
  margin-bottom: 25px;
}
.headline p {
  font-size: 16px;
  color: #f8e792;
}
.headline p a {
  margin: 0 15px;
}
@media (max-width: 992px) {
  .headline p a {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
  }
}
.p1 {
  background-color: #ffffff;
  border-radius: 8px;
  padding: 20px;
}
.p1 .left {
  background-color: #fff3e2;
  padding: 15px;
  position: relative;
}
.p1 .left::after {
  content: '';
  position: absolute;
  top: 0;
  right: -18px;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent transparent #dead68;
  border-width: 22px 0 0 18px;
  /* 兼容性开始 */
  line-height: 0;
  font-size: 0;
  /* 兼容性结束 */
}
.p1 .right {
  margin-top: 22px;
  margin-left: -30px;
}
@media (max-width: 992px) {
  .p1 {
    padding: 0px;
  }
  .p1 .left::after {
    display: none;
  }
  .p1 .right {
    margin-left: 0;
  }
}
#Swiper1 {
  width: 100%;
  height: 367px;
}
@media (max-width: 992px) {
  #Swiper1 {
    height: auto;
  }
}
#Swiper1 .swiper-button-prev,
#Swiper1 .swiper-button-next {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 58px;
  opacity: 0;
}
#Swiper1 .swiper-button-prev {
  background: url(../images/btn_prev.png) no-repeat center center;
  -webkit-transform: translate(-50px, 0);
  -moz-transform: translate(-50px, 0);
  -ms-transform: translate(-50px, 0);
  -o-transform: translate(-50px, 0);
  transform: translate(-50px, 0);
}
#Swiper1 .swiper-button-next {
  background: url(../images/btn_next.png) no-repeat center center;
  -webkit-transform: translate(50px, 0);
  -moz-transform: translate(50px, 0);
  -ms-transform: translate(50px, 0);
  -o-transform: translate(50px, 0);
  transform: translate(50px, 0);
}
#Swiper1:hover .swiper-button-prev,
#Swiper1:hover .swiper-button-next {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
#Swiper1 .swiper-pagination {
  bottom: 14px;
  text-align: right;
  padding-right: 16px;
}
#Swiper1 .swiper-pagination-bullet {
  opacity: 1;
  width: 8px;
  height: 7px;
  background-color: #ffffff;
  border-radius: 0;
}
#Swiper1 .swiper-pagination-bullet-active {
  width: 8px;
  height: 7px;
  background-color: #f8b551;
  border-radius: 0;
}
.img_mask_box {
  position: relative;
  height: 100%;
}
.img_mask_box a {
  position: relative;
  display: block;
  height: 100%;
  overflow: hidden;
}
.img_mask_box a:hover img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.img_mask_box img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.img_mask_box .mask_title {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
}
.img_mask_box .mask_title h3 {
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  width: 70%;
  height: 42px;
  line-height: 42px;
  padding-left: 1em;
  font-size: 14px;
  font-weight: normal;
  color: #fefefe;
}
.tab_pane {
  overflow: hidden;
}
.tab_pane .tab {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 20px;
}
.tab_pane .tab a:not(.more) {
  position: relative;
  font-size: 21px;
  font-weight: bold;
  color: #333333;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.tab_pane .tab a:not(.more):not(:last-child) {
  margin-right: 25px;
}
.tab_pane .tab a:not(.more):not(:last-child)::after {
  content: '/';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -17px;
  font-size: 21px;
  font-weight: bold;
  color: #333333;
}
.tab_pane .tab a:not(.more).cur,
.tab_pane .tab a:not(.more).cur::after {
  color: #bf191b !important;
}
@media (max-width: 1200px) {
  .tab_pane .tab a:not(.more) {
    font-size: 16px;
  }
}
@media (max-width: 500px) {
  .tab_pane .tab a:not(.more) {
    font-size: 14px;
  }
}
.tab_pane .pane > ul,
.tab_pane .pane > div {
  -webkit-animation-duration: 0.3s;
  -moz-animation-duration: 0.3s;
  -o-animation-duration: 0.3s;
  animation-duration: 0.3s;
}
.tab_pane.news {
  background-color: #f7f9fc;
  height: 375px;
  padding: 0 20px;
}
.tab_pane.news .tab {
  -webkit-box-pack: end;
  -webkit-justify-content: end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
}
@media (max-width: 992px) {
  .tab_pane.news {
    height: auto;
  }
}
.qmyfzs.item_box_ver {
  margin-left: -15px;
  margin-right: -15px;
}
.qmyfzs.item_box_ver::after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.qmyfzs.item_box_ver > li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
}
.qmyfzs.item_box_ver > li:nth-child(n) {
  margin-top: 0;
}
.qmyfzs.item_box_ver > li:nth-child(n + 2) {
  margin-top: 30px;
}
.qmyfzs.item_box_ver > li:nth-child(2) {
  margin-top: 0;
}
.qmyfzs.item_box_ver a {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.qmyfzs.item_box_ver li a {
  height: 148px;
  background-color: #f7f9fc;
  border-radius: 5px;
  text-align: center;
  padding-top: 30px;
}
.qmyfzs.item_box_ver li i {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  display: inline-block;
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  background-image: url(../images/index_icons1.png);
}
.qmyfzs.item_box_ver li i.s1 {
  background-position: 0 0;
}
.qmyfzs.item_box_ver li i.s2 {
  background-position: -201px 0;
}
.qmyfzs.item_box_ver li i.s3 {
  background-position: 3px -171px;
}
.qmyfzs.item_box_ver li i.s4 {
  background-position: -201px -171px;
}
.qmyfzs.item_box_ver li h6 {
  margin-top: 17px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 18px;
  font-weight: normal;
  color: #333333;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  text-align: center;
}
.qmyfzs.item_box_ver li:hover i {
  -webkit-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
  transform: rotateY(360deg);
}
.qmyfzs.item_box_ver li:hover h6 {
  font-weight: bold;
  color: #bf191b;
}
.wsfw {
  height: 326px;
  border-radius: 5px;
  padding-left: 55px;
  padding-top: 23px;
  background: url(../images/img_fwck.png) no-repeat left center;
  background-color: #f7f9fc;
}
.wsfw .item_box_ver {
  margin-left: 0px;
  margin-right: 0px;
}
.wsfw .item_box_ver::after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.wsfw .item_box_ver > li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 25%;
  padding-left: 0px;
  padding-right: 0px;
  float: left;
}
.wsfw .item_box_ver > li:nth-child(n) {
  margin-top: 0;
}
.wsfw .item_box_ver > li:nth-child(n + 4) {
  margin-top: 23px;
}
.wsfw .item_box_ver > li:nth-child(4) {
  margin-top: 0;
}
.wsfw .item_box_ver a {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.wsfw .item_box_ver li a {
  margin-left: auto;
  margin-right: auto;
  width: 110px;
  height: 140px;
  text-align: center;
}
.wsfw .item_box_ver li i {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  display: inline-block;
  width: 78px;
  height: 78px;
  background-repeat: no-repeat;
  background-image: url(../images/index_icons2.png);
}
.wsfw .item_box_ver li i.s1 {
  background-position: 0 0;
}
.wsfw .item_box_ver li i.s2 {
  background-position: -176px 0;
}
.wsfw .item_box_ver li i.s3 {
  background-position: -352px 0;
}
.wsfw .item_box_ver li i.s4 {
  background-position: -530px 0;
}
.wsfw .item_box_ver li i.s5 {
  background-position: 0 -160px;
}
.wsfw .item_box_ver li i.s6 {
  background-position: -176px -160px;
}
.wsfw .item_box_ver li i.s7 {
  background-position: -352px -160px;
}
.wsfw .item_box_ver li i.s8 {
  background-position: -530px -160px;
}
.wsfw .item_box_ver li h6 {
  margin-top: 8px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 18px;
  font-weight: normal;
  color: #333333;
  text-align: center;
}
.wsfw .item_box_ver li:hover i {
  -webkit-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
  transform: rotateY(360deg);
}
.wsfw .item_box_ver li:hover h6 {
  font-weight: bold;
  color: #bf191b;
}
@media (max-width: 600px) {
  .wsfw {
    height: auto;
  }
  .wsfw .item_box_ver {
    margin-left: 0px;
    margin-right: 0px;
  }
  .wsfw .item_box_ver::after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .wsfw .item_box_ver > li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    padding-left: 0px;
    padding-right: 0px;
    float: left;
  }
  .wsfw .item_box_ver > li:nth-child(n) {
    margin-top: 0;
  }
  .wsfw .item_box_ver > li:nth-child(n + 2) {
    margin-top: 23px;
  }
  .wsfw .item_box_ver > li:nth-child(2) {
    margin-top: 0;
  }
  .wsfw .item_box_ver a {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.pfw,
.zww {
  width: 100%;
  height: 105px;
  border-radius: 5px;
  overflow: hidden;
}
.pfw img,
.zww img {
  display: block;
  width: 100%;
  height: 100%;
}
@media (max-width: 992px) and (min-width: 601px) {
  .pfw,
  .zww {
    width: 49%;
  }
}
.pfw {
  margin-bottom: 18px;
}
@media (max-width: 992px) and (min-width: 601px) {
  .pfw {
    margin-bottom: 0;
  }
}
.znyy {
  height: 240px;
  background-color: #f7f9fc;
  border-radius: 5px;
  padding: 23px 30px;
}
.znyy h2 {
  width: 226px;
  text-align: right;
  margin-left: auto;
  margin-right: auto;
  line-height: 49px;
  background: url(../images/img_law.png) no-repeat left center;
  font-size: 20px;
  font-weight: bold;
  color: #bf191b;
}
.znyy .item_box {
  margin-left: 0px;
  margin-right: 0px;
}
.znyy .item_box::after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.znyy .item_box > li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 25%;
  padding-left: 0px;
  padding-right: 0px;
  float: left;
}
.znyy .item_box > li:nth-child(n) {
  margin-top: 0;
}
.znyy .item_box > li:nth-child(n + 4) {
  margin-top: 45px;
}
.znyy .item_box > li:nth-child(4) {
  margin-top: 0;
}
.znyy .item_box a {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.znyy .item_box li a {
  font-size: 16px;
  font-weight: normal;
  color: #333333;
  padding-left: 20px;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
}
.znyy .item_box li a:hover {
  color: #bf191b;
}
.znyy .item_box li a::after {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0px;
  width: 5px;
  height: 5px;
  background-color: #bf191b;
}
@media (max-width: 600px) {
  .znyy {
    height: auto;
  }
  .znyy .item_box {
    margin-left: 0px;
    margin-right: 0px;
  }
  .znyy .item_box::after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .znyy .item_box > li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    padding-left: 0px;
    padding-right: 0px;
    float: left;
  }
  .znyy .item_box > li:nth-child(n) {
    margin-top: 0;
  }
  .znyy .item_box > li:nth-child(n + 2) {
    margin-top: 45px;
  }
  .znyy .item_box > li:nth-child(2) {
    margin-top: 0;
  }
  .znyy .item_box a {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.xwzx,
.zwgk,
.hdjl {
  background-color: #f7f9fc;
  height: 640px;
  padding: 24px 18px;
}
.xwzx .list_t li a,
.zwgk .list_t li a,
.hdjl .list_t li a {
  width: 100%;
}
@media (max-width: 992px) {
  .xwzx,
  .zwgk,
  .hdjl {
    height: auto;
  }
}
.qjyw h3,
.tzgg h3 {
  font-size: 18px;
  font-weight: bold;
  color: #bf191b;
  text-align: center;
  padding-bottom: 20px;
}
.qjyw h3 a,
.tzgg h3 a {
  color: inherit;
}
.qjyw .img_t,
.tzgg .img_t {
  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;
}
.qjyw .img_t a,
.tzgg .img_t a {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 15px;
  font-size: 16px;
  font-weight: normal;
  color: #333333;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.qjyw .img_t a:hover,
.tzgg .img_t a:hover {
  color: #bf191b;
}
.zcjd .tab_pane .tab {
  padding-top: 0;
  padding-bottom: 10px;
}
.zcjd .tab_pane .tab a:not(.more),
.zcjd .tab_pane .tab a:not(.more):not(:last-child)::after {
  font-size: 18px;
}
.xxgk .item_box {
  margin-left: -5px;
  margin-right: -5px;
}
.xxgk .item_box::after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.xxgk .item_box > 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;
}
.xxgk .item_box > li:nth-child(n) {
  margin-top: 0;
}
.xxgk .item_box > li:nth-child(n + 2) {
  margin-top: 10px;
}
.xxgk .item_box > li:nth-child(2) {
  margin-top: 0;
}
.xxgk .item_box a {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.xxgk .item_box li a {
  line-height: 71px;
  text-align: center;
  background-color: #ffffff;
  border-radius: 5px;
  font-size: 17px;
  font-weight: normal;
  color: #333333;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  background: url(../images/xxgk_bg2.png) no-repeat center;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
}
.xxgk .item_box li a:hover {
  color: #bf191b;
}
.xxgk .item_box li:nth-child(1) {
  width: 100%;
}
.xxgk .item_box li:nth-child(1) a {
  background-image: url(../images/xxgk_bg1.png);
}
.xxgk .item_box li:nth-child(2) {
  margin-top: 10px;
}
.zwgk .item_box_ver {
  margin-left: 0px;
  margin-right: 0px;
}
.zwgk .item_box_ver::after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.zwgk .item_box_ver > li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 25%;
  padding-left: 0px;
  padding-right: 0px;
  float: left;
}
.zwgk .item_box_ver > li:nth-child(n) {
  margin-top: 0;
}
.zwgk .item_box_ver > li:nth-child(n + 4) {
  margin-top: 0px;
}
.zwgk .item_box_ver > li:nth-child(4) {
  margin-top: 0;
}
.zwgk .item_box_ver a {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.zwgk .item_box_ver li a {
  margin-left: auto;
  margin-right: auto;
  width: 70px;
  text-align: center;
}
.zwgk .item_box_ver li i {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  display: inline-block;
  width: 52px;
  height: 52px;
  background-repeat: no-repeat;
  background-image: url(../images/index_icons3.png);
}
.zwgk .item_box_ver li i.s1 {
  background-position: 0 0;
}
.zwgk .item_box_ver li i.s2 {
  background-position: -88px 0;
}
.zwgk .item_box_ver li i.s3 {
  background-position: -176px 0;
}
.zwgk .item_box_ver li i.s4 {
  background-position: -264px 0;
}
.zwgk .item_box_ver li h6 {
  margin-top: 8px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 15px;
  font-weight: normal;
  color: #333333;
  text-align: center;
}
.zwgk .item_box_ver li:hover i {
  -webkit-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
  transform: rotateY(360deg);
}
.zwgk .item_box_ver li:hover h6 {
  font-weight: bold;
  color: #bf191b;
}
.hdjl .item_box_ver {
  margin-left: 0px;
  margin-right: 0px;
}
.hdjl .item_box_ver::after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.hdjl .item_box_ver > 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;
}
.hdjl .item_box_ver > li:nth-child(n) {
  margin-top: 0;
}
.hdjl .item_box_ver > li:nth-child(n + 3) {
  margin-top: 30px;
}
.hdjl .item_box_ver > li:nth-child(3) {
  margin-top: 0;
}
.hdjl .item_box_ver a {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.hdjl .item_box_ver li a {
  width: 100%;
  text-align: center;
}
.hdjl .item_box_ver li i {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  display: inline-block;
  width: 65px;
  height: 57px;
  background-repeat: no-repeat;
  background-image: url(../images/index_icons4.png);
}
.hdjl .item_box_ver li i.s1 {
  background-position: 0 0;
}
.hdjl .item_box_ver li i.s2 {
  background-position: -113px 0;
}
.hdjl .item_box_ver li i.s3 {
  background-position: -225px 0;
}
.hdjl .item_box_ver li i.s4 {
  background-position: 0 -115px;
}
.hdjl .item_box_ver li i.s5 {
  background-position: -113px -115px;
}
.hdjl .item_box_ver li i.s6 {
  background-position: -225px -115px;
}
.hdjl .item_box_ver li h6 {
  margin-top: 8px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 16px;
  font-weight: normal;
  color: #333333;
  text-align: center;
}
.hdjl .item_box_ver li:hover i {
  -webkit-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
  transform: rotateY(360deg);
}
.hdjl .item_box_ver li:hover h6 {
  font-weight: bold;
  color: #bf191b;
}
.zxft .img_mask_box {
  height: 186px;
  border-radius: 5px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .zxft .img_mask_box {
    height: auto;
  }
}
.zxft .img_mask_box .mask_title {
  background-color: rgba(0, 0, 0, 0.5);
}
.zxft .img_mask_box .mask_title h3 {
  width: 100%;
  text-align: center;
  padding-right: 1em;
}
.dczj h3 a {
  width: 169px;
  background-image: -webkit-linear-gradient(right, #f7f9fc 0%, #fbe3d0 40%, #ffcda3 100%);
  background-image: -moz-linear-gradient(right, #f7f9fc 0%, #fbe3d0 40%, #ffcda3 100%);
  background-image: -o-linear-gradient(right, #f7f9fc 0%, #fbe3d0 40%, #ffcda3 100%);
  background-image: -webkit-gradient(linear, right top, left top, from(#f7f9fc), color-stop(40%, #fbe3d0), to(#ffcda3));
  background-image: linear-gradient(-90deg, #f7f9fc 0%, #fbe3d0 40%, #ffcda3 100%);
  font-size: 18px;
  font-weight: bold;
  line-height: 36px;
  color: #ef4300;
  padding-left: 40px;
  margin-left: -18px;
}
#Swiper2 .swiper-button-prev,
#Swiper2 .swiper-button-next {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  top: 50px;
  width: 15px;
  height: 21px;
  opacity: 0;
}
#Swiper2 .swiper-button-prev {
  left: 0;
  background: url(../images/btn_prev2.png) no-repeat center center;
  -webkit-transform: translate(-50px, 0);
  -moz-transform: translate(-50px, 0);
  -ms-transform: translate(-50px, 0);
  -o-transform: translate(-50px, 0);
  transform: translate(-50px, 0);
}
#Swiper2 .swiper-button-next {
  right: 0;
  background: url(../images/btn_next2.png) no-repeat center center;
  -webkit-transform: translate(50px, 0);
  -moz-transform: translate(50px, 0);
  -ms-transform: translate(50px, 0);
  -o-transform: translate(50px, 0);
  transform: translate(50px, 0);
}
#Swiper2:hover .swiper-button-prev,
#Swiper2:hover .swiper-button-next {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
#Swiper2 .swiper-slide a {
  width: 100%;
}
#Swiper2 .swiper-slide a img {
  width: 100%;
}
