body {
  background-color: #d9f0ff;
}
#Swiper1 {
  width: 100%;
  height: 376px;
}
@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: 12px;
  height: 12px;
  background-color: #eff7ff;
  border-radius: 6px;
}
#Swiper1 .swiper-pagination-bullet-active {
  width: 24px;
  background-color: #237edb;
}
.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.6);
}
.img_mask_box .mask_title h3 {
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  width: 70%;
  height: 50px;
  line-height: 50px;
  padding-left: 1em;
  font-size: 18px;
  font-weight: normal;
  color: #fff;
}
@media (min-width: 993px) {
  .tab_pane1 {
    height: 100%;
  }
  .tab_pane1 .tab a:nth-child(5) {
    margin-right: 0 !important;
  }
  .yw_link {
    position: absolute !important;
    top: 390px;
    display: block;
    width: 49%;
    height: 74px;
    text-align: center;
    line-height: 74px;
    background-color: #f5f8fa;
    border: solid 1px #e8eef4;
    font-size: 20px;
    font-weight: normal;
    color: #333;
  }
  .yw_link.yw_link1 {
    left: 0;
  }
  .yw_link.yw_link2 {
    right: 0;
  }
  .yw_link.cur {
    background-color: #6699cc;
    font-weight: bold;
    color: #fff !important;
    border-bottom: none !important;
  }
}
@media (max-width: 992px) {
  .tab_pane1 .tab a:not(.enter):not(:last-child) {
    margin-right: 30px;
  }
}
.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: 11px;
  height: 12px;
  background: url(../images/icon_li.png) no-repeat center;
  background-size: contain;
}
.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: 100%;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  font-size: 20px;
  color: #333333;
}
.list_t li:not(.panel-more) a:hover {
  color: #00407f;
}
.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: 18px;
  color: #999;
}
.list_t2 li:not(.panel-more) {
  position: relative;
  padding: 6px 0px;
  line-height: 48px;
  display: flex;
  align-items: center;
}
.list_t2 li:not(.panel-more) .date {
  display: inline-block;
  width: 92px;
  height: 48px;
  background-color: #f1f6fa;
  font-size: 16px;
  font-weight: normal;
  color: #8e8d8d;
  text-align: center;
}
.list_t2 li:not(.panel-more) .date b {
  font-size: 24px;
}
.list_t2 li:not(.panel-more) .list_text {
  padding-left: 15px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  display: inline-block;
  max-width: calc(100% - 220px);
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  font-size: 18px;
  font-weight: normal;
  color: #333333;
}
.list_t2 li:not(.panel-more) .list_text:hover {
  color: #00407f;
}
.list_t2 li:not(.panel-more) .gljd_link {
  width: 110px;
  font-size: 18px;
  font-weight: normal;
  color: #237edb;
}
.xwzx_list li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  padding-left: 26px;
  font-size: 16px;
  font-weight: 400;
  line-height: 46px;
  letter-spacing: 0px;
}
.xwzx_list li::before {
  position: absolute;
  content: '';
  width: 4px;
  height: 4px;
  background-color: #00589b;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
}
.xwzx_list li:hover a {
  color: #00407f;
}
.xwzx_list li:hover .date {
  color: #00407f;
}
.xwzx_list a {
  display: block;
  width: calc(100% - 130px);
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.xwzx_list .date {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  color: #999999;
  text-align: right;
}
.gljd_link {
  color: #00407f;
}
.zfxxgk.item_box_ver {
  box-sizing: border-box;
  margin-left: -8px;
  margin-right: -8px;
}
.zfxxgk.item_box_ver::after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.zfxxgk.item_box_ver > li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 33.333%;
  padding-left: 8px;
  padding-right: 8px;
  float: left;
}
.zfxxgk.item_box_ver > li:nth-child(n) {
  margin-top: 0;
}
.zfxxgk.item_box_ver > li:nth-child(n + 3) {
  margin-top: 20px;
}
.zfxxgk.item_box_ver > li:nth-child(3) {
  margin-top: 0;
}
.zfxxgk.item_box_ver a {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 992px) {
  .zfxxgk.item_box_ver {
    margin-left: -8px;
    margin-right: -8px;
  }
  .zfxxgk.item_box_ver::after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .zfxxgk.item_box_ver > li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 33.333%;
    padding-left: 8px;
    padding-right: 8px;
    float: left;
  }
  .zfxxgk.item_box_ver > li:nth-child(n) {
    margin-top: 0;
  }
  .zfxxgk.item_box_ver > li:nth-child(n + 3) {
    margin-top: 20px;
  }
  .zfxxgk.item_box_ver > li:nth-child(3) {
    margin-top: 0;
  }
  .zfxxgk.item_box_ver a {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media (max-width: 600px) {
  .zfxxgk.item_box_ver {
    margin-left: -8px;
    margin-right: -8px;
  }
  .zfxxgk.item_box_ver::after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .zfxxgk.item_box_ver > li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 33.333%;
    padding-left: 8px;
    padding-right: 8px;
    float: left;
  }
  .zfxxgk.item_box_ver > li:nth-child(n) {
    margin-top: 0;
  }
  .zfxxgk.item_box_ver > li:nth-child(n + 3) {
    margin-top: 20px;
  }
  .zfxxgk.item_box_ver > li:nth-child(3) {
    margin-top: 0;
  }
  .zfxxgk.item_box_ver a {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.zfxxgk.item_box_ver li a {
  transition: all 0.3s;
  box-sizing: border-box;
  width: 100%;
  height: 115px;
  border: solid 1px #e8eef4;
  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;
  padding: 15px 10px 25px;
}
.zfxxgk.item_box_ver li i {
  transition: all 0.3s;
  display: inline-block;
  width: 40px;
  height: 40px;
  background: url(../images/zfxxgk_icons.png) no-repeat;
}
.zfxxgk.item_box_ver li i.s1 {
  background-position: 4px 2px;
}
.zfxxgk.item_box_ver li i.s2 {
  background-position: -186px 2px;
}
.zfxxgk.item_box_ver li i.s3 {
  background-position: -377px 2px;
}
.zfxxgk.item_box_ver li i.s4 {
  background-position: 4px -137px;
}
.zfxxgk.item_box_ver li i.s5 {
  background-position: -186px -137px;
}
.zfxxgk.item_box_ver li i.s6 {
  background-position: -377px -137px;
}
.zfxxgk.item_box_ver li i.s7 {
  background-position: 4px -276px;
}
.zfxxgk.item_box_ver li i.s8 {
  background-position: -186px -276px;
}
.zfxxgk.item_box_ver li i.s9 {
  background-position: -377px -276px;
}
.zfxxgk.item_box_ver li h6 {
  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;
}
.zfxxgk.item_box_ver li:hover a {
  background-color: #6699cc;
  border: solid 1px #e8eef4;
}
.zfxxgk.item_box_ver li:hover i {
  background-image: url(../images/zfxxgk_icons_cur.png);
  transform: rotateY(360deg);
}
.zfxxgk.item_box_ver li:hover h6 {
  font-weight: bold;
  color: #ffffff;
}
.gk.item_box_type {
  box-sizing: border-box;
  margin-left: -14px;
  margin-right: -14px;
}
.gk.item_box_type::after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.gk.item_box_type > li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 33.333%;
  padding-left: 14px;
  padding-right: 14px;
  float: left;
}
.gk.item_box_type > li:nth-child(n) {
  margin-top: 0;
}
.gk.item_box_type > li:nth-child(n + 3) {
  margin-top: 22px;
}
.gk.item_box_type > li:nth-child(3) {
  margin-top: 0;
}
.gk.item_box_type a {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 992px) {
  .gk.item_box_type {
    margin-left: -14px;
    margin-right: -14px;
  }
  .gk.item_box_type::after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .gk.item_box_type > li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 33.333%;
    padding-left: 14px;
    padding-right: 14px;
    float: left;
  }
  .gk.item_box_type > li:nth-child(n) {
    margin-top: 0;
  }
  .gk.item_box_type > li:nth-child(n + 3) {
    margin-top: 22px;
  }
  .gk.item_box_type > li:nth-child(3) {
    margin-top: 0;
  }
  .gk.item_box_type a {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media (max-width: 600px) {
  .gk.item_box_type {
    margin-left: -14px;
    margin-right: -14px;
  }
  .gk.item_box_type::after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .gk.item_box_type > li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding-left: 14px;
    padding-right: 14px;
    float: left;
  }
  .gk.item_box_type > li:nth-child(n) {
    margin-top: 0;
  }
  .gk.item_box_type > li:nth-child(n + 1) {
    margin-top: 22px;
  }
  .gk.item_box_type > li:nth-child(1) {
    margin-top: 0;
  }
  .gk.item_box_type a {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.gk.item_box_type a {
  display: block;
  box-sizing: border-box;
}
@media (min-width: 993px) {
  .gk.item_box_type a {
    height: 94px;
  }
}
.gk.item_box_type a:hover {
  box-shadow: 0 0px 10px 5px #dbe5f0;
}
.gk.item_box_type a img {
  width: 100%;
  height: 100%;
}
.cxfw.item_box_title {
  box-sizing: border-box;
  margin-left: -8px;
  margin-right: -8px;
}
.cxfw.item_box_title::after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.cxfw.item_box_title > li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 25%;
  padding-left: 8px;
  padding-right: 8px;
  float: left;
}
.cxfw.item_box_title > li:nth-child(n) {
  margin-top: 0;
}
.cxfw.item_box_title > li:nth-child(n + 4) {
  margin-top: 16px;
}
.cxfw.item_box_title > li:nth-child(4) {
  margin-top: 0;
}
.cxfw.item_box_title a {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 992px) {
  .cxfw.item_box_title {
    margin-left: -8px;
    margin-right: -8px;
  }
  .cxfw.item_box_title::after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .cxfw.item_box_title > li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 16.666%;
    padding-left: 8px;
    padding-right: 8px;
    float: left;
  }
  .cxfw.item_box_title > li:nth-child(n) {
    margin-top: 0;
  }
  .cxfw.item_box_title > li:nth-child(n + 6) {
    margin-top: 16px;
  }
  .cxfw.item_box_title > li:nth-child(6) {
    margin-top: 0;
  }
  .cxfw.item_box_title a {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media (max-width: 600px) {
  .cxfw.item_box_title {
    margin-left: -8px;
    margin-right: -8px;
  }
  .cxfw.item_box_title::after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .cxfw.item_box_title > li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    padding-left: 8px;
    padding-right: 8px;
    float: left;
  }
  .cxfw.item_box_title > li:nth-child(n) {
    margin-top: 0;
  }
  .cxfw.item_box_title > li:nth-child(n + 2) {
    margin-top: 16px;
  }
  .cxfw.item_box_title > li:nth-child(2) {
    margin-top: 0;
  }
  .cxfw.item_box_title a {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.cxfw.item_box_title li a {
  transition: all 0.3s;
  box-sizing: border-box;
  width: 100%;
  height: 64px;
  line-height: 64px;
  text-align: center;
  background-color: #ffffff;
  border: solid 1px #e8eef4;
  padding: 0 20px;
  font-size: 18px;
  font-weight: normal;
  color: #333333;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.cxfw.item_box_title li:hover a {
  background-color: #6699cc;
  color: #fff;
}
.cxfw.item_box_title li.panel-more {
  display: none;
}
.myzj.list_t li a {
  width: calc(100% - 200px);
}
.myzj.list_t .myzj_tag {
  margin-top: 6px;
  line-height: 28px;
  font-size: 14px;
  border-radius: 5px;
  padding: 0 13px;
  display: inline-block;
  position: absolute;
  top: 21px;
  right: 120px;
}
.myzj.list_t .myzj_tag.going {
  background-color: #ecf6ff;
  color: #226ebc;
}
.myzj.list_t .myzj_tag.end {
  background-color: #e7e8e9;
  color: #999999;
}
.hygq.list_t li a {
  width: calc(100% - 120px);
}
.img_text2 {
  height: 170px;
  background-color: #f5f8fa;
  padding: 20px;
  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;
}
.img_text2 .img_text_left {
  width: 230px;
  margin-right: 20px;
}
.img_text2 .img_text_right {
  width: calc(100% - 250px);
}
.img_text2 .img {
  height: 100%;
  overflow: hidden;
}
.img_text2 .img img {
  transition: all 0.3s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.img_text2 .text h6 a {
  display: block;
  font-size: 18px;
  font-weight: bold;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  margin-bottom: 15px;
  transition: all 0.3s;
}
.img_text2 .text p {
  font-size: 16px;
  font-weight: normal;
  color: #717171;
  text-align: justify;
  line-height: 1.5;
  margin-bottom: 10px;
}
.img_text2 .text span {
  display: block;
  font-size: 16px;
  font-weight: normal;
  color: #999999;
}
.img_text2:hover .img img {
  transform: scale(1.05);
}
.img_text2:hover .text a {
  color: #00407f;
}
@media (max-width: 992px) {
  .img_text2 {
    height: auto;
    flex-wrap: wrap;
  }
  .img_text2 .img_text_left,
  .img_text2 .img_text_right {
    width: 100%;
    margin: 10px 0;
  }
  .img_text2 .img img {
    height: auto;
  }
  .img_text2 .panel-more {
    width: 100%;
  }
}
.wqhg {
  width: 100%;
  height: 86px;
  background-color: #f5f8fa;
  border: solid 1px #e8eef4;
  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;
  padding: 10px 10px;
}
.wqhg span {
  font-size: 16px;
  font-weight: normal;
  color: #00407f;
}
.list_t.wqhg_list {
  margin-top: -8px;
  margin-bottom: -8px;
}
.list_t.wqhg_list li {
  padding: 8px 0px 8px 20px;
}
.list_t.wqhg_list li a {
  font-size: 16px;
}
.fw_img {
  width: 100%;
  height: 92px;
}
@media (max-width: 992px) {
  .fw_img {
    height: auto;
  }
}
.fw.item_box_ver {
  box-sizing: border-box;
  margin-left: 0px;
  margin-right: 0px;
}
.fw.item_box_ver::after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.fw.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;
}
.fw.item_box_ver > li:nth-child(n) {
  margin-top: 0;
}
.fw.item_box_ver > li:nth-child(n + 3) {
  margin-top: 16px;
}
.fw.item_box_ver > li:nth-child(3) {
  margin-top: 0;
}
.fw.item_box_ver a {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 992px) {
  .fw.item_box_ver {
    margin-left: -8px;
    margin-right: -8px;
  }
  .fw.item_box_ver::after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .fw.item_box_ver > li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 33.333%;
    padding-left: 8px;
    padding-right: 8px;
    float: left;
  }
  .fw.item_box_ver > li:nth-child(n) {
    margin-top: 0;
  }
  .fw.item_box_ver > li:nth-child(n + 3) {
    margin-top: 16px;
  }
  .fw.item_box_ver > li:nth-child(3) {
    margin-top: 0;
  }
  .fw.item_box_ver a {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media (max-width: 600px) {
  .fw.item_box_ver {
    margin-left: -8px;
    margin-right: -8px;
  }
  .fw.item_box_ver::after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .fw.item_box_ver > li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 33.333%;
    padding-left: 8px;
    padding-right: 8px;
    float: left;
  }
  .fw.item_box_ver > li:nth-child(n) {
    margin-top: 0;
  }
  .fw.item_box_ver > li:nth-child(n + 3) {
    margin-top: 16px;
  }
  .fw.item_box_ver > li:nth-child(3) {
    margin-top: 0;
  }
  .fw.item_box_ver a {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.fw.item_box_ver li a {
  transition: all 0.3s;
  box-sizing: border-box;
  width: 100%;
  height: 92px;
  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;
  padding: 10px 0px;
}
.fw.item_box_ver li i {
  transition: all 0.3s;
  display: inline-block;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: center;
}
.fw.item_box_ver li i.s1 {
  background-image: url(../images/index_fw_icon1.png);
}
.fw.item_box_ver li i.s2 {
  background-image: url(../images/index_fw_icon2.png);
}
.fw.item_box_ver li i.s3 {
  background-image: url(../images/index_fw_icon3.png);
}
.fw.item_box_ver li h6 {
  transition: all 0.3s;
  font-size: 16px;
  font-weight: normal;
  color: #41423e;
  width: 100%;
  text-align: center;
}
.fw.item_box_ver li:hover i {
  transform: rotateY(360deg);
}
.fw.item_box_ver li:hover h6 {
  color: #00407f;
}
.swiper_box2 {
  position: relative;
  margin-top: -10px;
}
.swiper_box2 #Swiper2 {
  padding: 10px 8px;
  width: 100%;
  position: relative;
}
@media (max-width: 600px) {
  .swiper_box2 #Swiper2 {
    height: auto;
  }
}
.swiper_box2 #Swiper2 .swiper-button-prev,
.swiper_box2 #Swiper2 .swiper-button-next {
  position: absolute;
  top: 39%;
  width: 26px;
  height: 53px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  box-shadow: 0px 2px 6px 0px #c4deff;
}
.swiper_box2 #Swiper2 .swiper-button-prev {
  left: 0;
  background-image: url(../images/tysy_ztzl_left.png);
}
.swiper_box2 #Swiper2 .swiper-button-next {
  right: 0;
  background-image: url(../images/tysy_ztzl_right.png);
}
.swiper_box2 .img_box {
  display: block;
  box-sizing: border-box;
  width: 100%;
  text-align: center;
  padding: 10px;
}
.swiper_box2 .img_box img {
  transition: all 0.3s;
  width: 100%;
  height: 112px;
}
.swiper_box2 .img_box h6 {
  margin-top: 15px;
  text-align: center;
  width: 100%;
  font-size: 18px;
  font-weight: normal;
  color: #333333;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.swiper_box2 .img_box:hover {
  background-color: #ffffff;
  box-shadow: 0px 2px 13px 0px #8fc0ff;
}
.swiper_box2 .img_box:hover h6 {
  color: #00407f;
}
@media (max-width: 600px) {
  .swiper_box2 .img_box {
    width: 100%;
  }
  .swiper_box2 .img_box img {
    height: auto;
  }
}
