/* 通用 */
body {
  background: none;
  font-family: Microsoft YaHei, Times New Roman, Arial;
  font-size: 16px;
  font-weight: normal;
  overflow-x: hidden;
}
a {
  text-decoration: none;
}
a:active,
a:hover,
a:focus {
  text-decoration: none;
}
.inner {
  box-sizing: border-box;
  position: relative;
  width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1400px) {
  .inner {
    width: 100%;
    padding-left: 0.1rem;
    padding-right: 0.1rem;
  }
}
.w-row {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
@media (max-width: 992px) {
  .w-row {
    flex-wrap: wrap;
  }
  .w-row > .w-col {
    width: 100% !important;
  }
  .w-row > .w-col + .w-col {
    margin-top: 0.3rem;
  }
}
/* 头部header 开始 */
.zt_header {
  position: relative;
  height: 6.54rem;
  background: url(../images/zt_banner.png) no-repeat top center;
  background-size: auto 100%;
}
@media (max-width: 992px) {
  .zt_header {
    height: 3rem;
    background-size: 150% auto;
  }
}
/* 头部header 结束 */
.footer {
  background: #fcebd1;
  border-top: 4px solid #d60a09;
  line-height: 80px;
}
/* 滚动条 开始 */
::-webkit-scrollbar {
  width: 6px;
}
::-webkit-scrollbar-thumb {
  background-color: #bbb;
}
::-webkit-scrollbar-track-piece {
  background-color: #ddd;
}
/* 滚动条 结束 */
.zt_title {
  height: 78px;
  margin-bottom: 10px;
  position: relative;
  font-size: 0;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 100%;
}
.zt_title a {
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
}
.zt_title a.more {
  position: absolute;
  top: 30px;
  right: 0;
  font-size: 18px;
  font-weight: normal;
  color: #d60400;
}
.zt_title a.more:hover {
  color: #d60400;
}
.zt_title.zt_title1 {
  margin-top: -0.2rem;
  background-image: url(../images/zt_title1.png);
}
.zt_title.zt_title1 a.more {
  right: 30px;
}
.zt_title.zt_title2 {
  background-image: url(../images/zt_title2.png);
  background-position: center;
}
@media (max-width: 600px) {
  .zt_title.zt_title2 {
    background-position: -580px center;
  }
}
.zt_title.zt_title2 a.more {
  top: 25px;
  background-color: #fff;
}
.zt_title.zt_title3 {
  background-image: url(../images/zt_title3.png);
  background-position: center;
}
@media (max-width: 600px) {
  .zt_title.zt_title3 {
    background-position: -580px center;
  }
}
.zt_title.zt_title3 a.more {
  top: 25px;
  background-color: #fff;
}
.link_box a,
.link_box img {
  display: block;
  width: 100%;
}
#Swiper1 {
  width: 100%;
  height: 4.1rem;
}
@media (max-width: 600px) {
  #Swiper1 {
    height: auto;
  }
}
#Swiper1 .swiper-pagination {
  width: auto;
  left: auto;
  right: 0;
  bottom: 23px;
  padding-right: 16px;
}
#Swiper1 .swiper-pagination-bullet {
  opacity: 0.5;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
  border-radius: 6px;
}
#Swiper1 .swiper-pagination-bullet-active {
  width: 24px;
  opacity: 1;
}
.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: url(../images/mask_title.png) no-repeat center;
  background-size: 100% 100%;
}
.img_mask_box .mask_title h3 {
  box-sizing: border-box;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  width: 70%;
  height: 70px;
  line-height: 70px;
  padding-left: 1em;
  padding-right: 1em;
  font-size: 18px;
  font-weight: normal;
  color: #fff;
}
.list_t {
  margin-top: -9px;
  margin-bottom: -9px;
}
.list_t li:not(.panel-more) * {
  transition: all 0.3s;
  line-height: 1.5;
}
.list_t li:not(.panel-more) a {
  box-sizing: border-box;
  width: 100%;
  padding: 9px 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.list_t li:not(.panel-more) a:hover .list_text {
  color: #d60400;
}
.list_t li:not(.panel-more) a:hover .list_text::after {
  border-left: 10px solid #d60400;
}
.list_t .list_text {
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  font-size: 18px;
  font-weight: normal;
  color: #333;
  padding-left: 20px;
  position: relative;
}
.list_t .list_text::after {
  transition: all 0.3s ease;
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #ffdd99;
  border-right: 10px solid transparent;
}
.list_t .date {
  flex-shrink: 0;
  font-size: 18px;
  font-weight: normal;
  color: #999;
  margin-left: 30px;
}
@media (max-width: 600px) {
  .list_t .date {
    display: none;
  }
}
.Swiper2_box {
  position: relative;
  padding: 0 10%;
  width: 100%;
}
.Swiper2_box .img_box {
  display: block;
  box-sizing: border-box;
  width: 100%;
  text-align: center;
}
.Swiper2_box .img_box img {
  transition: all 0.3s;
  width: 100%;
  height: 338px;
}
.Swiper2_box .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;
}
.Swiper2_box .img_box:hover h6 {
  color: #d60400;
}
@media (max-width: 600px) {
  .Swiper2_box .img_box {
    width: 100%;
  }
  .Swiper2_box .img_box img {
    height: auto;
  }
}
.Swiper2_box .swiper-slide {
  opacity: 0;
}
.Swiper2_box .swiper-slide-active {
  z-index: 99;
  opacity: 1;
}
.Swiper2_box .swiper-slide-active img {
  box-shadow: 0 0px 10px 5px #dbe5f0;
}
.Swiper2_box .swiper-slide-prev,
.Swiper2_box .swiper-slide-next {
  z-index: 95;
  opacity: 1;
}
.Swiper2_box .swiper-slide-prev {
  transform: perspective(100px) scale(0.8) rotateY(0deg) translateY(0px) !important;
  transform-origin: left;
}
.Swiper2_box .swiper-slide-next {
  transform: perspective(100px) scale(0.8) rotateY(0deg) translateY(0px) !important;
  transform-origin: right;
}
.Swiper2_box .swiper-button-prev,
.Swiper2_box .swiper-button-next {
  top: 50%;
  width: 0.42rem;
  height: 0.42rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.Swiper2_box .swiper-button-prev {
  background-image: url(../images/btn_prev.png);
  left: 0;
}
.Swiper2_box .swiper-button-next {
  background-image: url(../images/btn_next.png);
  right: 0;
}
