/* 通用 */
body {
  background: none;
  font-family: Microsoft YaHei, Times New Roman, Arial;
  font-size: 16px;
  font-weight: normal;
  overflow-x: hidden;
  background-color: #fffdf7;
}
a {
  text-decoration: none;
}
a:active,
a:hover,
a:focus {
  text-decoration: none;
}
.inner {
  box-sizing: border-box;
  position: relative;
  width: 1340px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1340px) {
  .inner {
    width: 100%;
    padding: 0 0.1rem;
  }
}
.w-row {
  display: flex;
  justify-content: space-between;
}
@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: 5.73rem;
  background: url(../images/zt_banner.png) no-repeat top center;
  background-size: auto 100%;
}
.zt_header .logo {
  padding-top: 0.4rem;
  text-align: left;
}
.zt_header .logo img {
  width: 3.32rem;
}
@media (max-width: 992px) {
  .zt_header {
    height: 3.4rem;
    background-size: 150% auto;
  }
  .zt_header .logo {
    padding-top: 0.3rem;
  }
  .zt_header .logo img {
    width: 2rem;
  }
}
/* 头部header 结束 */
/* 滚动条 开始 */
::-webkit-scrollbar {
  width: 6px;
}
::-webkit-scrollbar-thumb {
  background-color: #bbb;
}
::-webkit-scrollbar-track-piece {
  background-color: #ddd;
}
/* 滚动条 结束 */
.nav_box {
  background: linear-gradient(180deg, #930e06 0%, #da0d02 100%);
}
.nav_box .nav_fir {
  display: flex;
  align-items: center;
}
.nav_box .nav_fir > li {
  position: relative;
  flex: 1;
}
.nav_box .nav_fir > li > a {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 60px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}
@media (max-width: 992px) {
  .nav_box .nav_fir {
    flex-wrap: wrap;
  }
  .nav_box .nav_fir > li {
    flex: none;
    width: 33.3%;
  }
}
.zt_title {
  margin-bottom: 20px;
  position: relative;
  background: url(../images/zt_title.png) no-repeat left center;
  background-size: 32px;
  padding-left: 50px;
}
.zt_title::after {
  z-index: 1;
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 220px;
  right: 130px;
  height: 2px;
  background-color: #d8d8d8;
}
.zt_title span {
  font-family: Source Han Serif CN;
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 0.2em;
  background: linear-gradient(270deg, #ff7809 0%, #c70017 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.zt_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: 0;
  width: 102px;
  height: 26px;
  background: url(../images/title_more.png) no-repeat center;
  background-size: contain;
}
.link_box a,
.link_box img {
  display: block;
  width: 100%;
}
.news {
  padding: 30px 0;
  background: url(../images/news_bg.png) no-repeat right center;
  background-size: auto 100%;
}
#Swiper1 {
  width: 100%;
  height: 4.12rem;
}
@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: 1;
  width: 14px;
  height: 14px;
  border: 1px solid #ffffff;
  background: transparent;
  border-radius: 50px;
}
#Swiper1 .swiper-pagination-bullet-active {
  background: #ffffff;
}
.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_t2 li * {
  transition: all 0.3s;
  line-height: 1.5;
}
.list_t2 li a {
  display: block;
  box-sizing: border-box;
  width: 100%;
  background: linear-gradient(270deg, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.2) 100%);
  padding: 23px;
}
.list_t2 li a:hover .list_text {
  color: #db2721;
}
.list_t2 li a:hover .list_text::after {
  border-left: 10px solid #db2721;
}
.list_t2 .list_text {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  font-size: 18px;
  font-weight: bold;
  color: #000;
  padding-left: 20px;
  margin-bottom: 10px;
  position: relative;
}
.list_t2 .list_text::after {
  transition: all 0.3s ease;
  content: '';
  position: absolute;
  top: 8px;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50px;
  background: #cb0816;
}
.list_t2 .list_text2 {
  display: block;
  height: 54px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 18px;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.8);
}
.list_t li * {
  transition: all 0.3s;
  line-height: 1.5;
}
.list_t li a {
  box-sizing: border-box;
  width: 100%;
  padding: 10px 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.list_t li a:hover .list_text,
.list_t li a:hover .date {
  color: #db2721;
}
.list_t li a:hover .list_text::before {
  background-color: #db2721;
}
.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::before {
  content: '';
  position: absolute;
  top: 9px;
  left: 0px;
  width: 10px;
  height: 10px;
  background: #cb0816;
  border-radius: 50%;
}
.list_t .date {
  flex-shrink: 0;
  font-size: 18px;
  font-weight: normal;
  color: #666;
  margin-left: 30px;
}
@media (max-width: 600px) {
  .list_t .date {
    display: none;
  }
}
