/* 通用 */
body {
  background: none;
  font-family: Microsoft YaHei, Times New Roman, Arial;
  font-size: 16px;
  font-weight: normal;
  overflow-x: hidden;
  background-color: #fffcf7;
}
a {
  text-decoration: none;
}
a:active,
a:hover,
a:focus {
  text-decoration: none;
}
.inner {
  box-sizing: border-box;
  position: relative;
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1200px) {
  .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: 5.75rem;
  background: url(../images/zt_banner.png) no-repeat top center;
  background-size: auto 100%;
}
@media (max-width: 992px) {
  .zt_header {
    height: 3.5rem;
    background-size: 150% auto;
  }
}
.zt_content {
  background: url(../images/bg.png) no-repeat bottom center;
  background-size: 100% 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: 115px;
  margin-bottom: 15px;
  position: relative;
  font-size: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 100%;
}
@media (max-width: 600px) {
  .zt_title {
    height: 80px;
  }
}
.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 {
  background-image: url(../images/zt_title1.png);
}
.zt_title.zt_title2 {
  background-image: url(../images/zt_title2.png);
}
.zt_title.zt_title3 {
  background-image: url(../images/zt_title3.png);
}
.link_box a,
.link_box img {
  display: block;
  width: 100%;
}
.paper_box {
  background: #ffffff;
  box-shadow: 0px 4px 0px 0px #fe8a4a;
  padding: 0.3rem;
}
.flfg_ul {
  box-sizing: border-box;
  margin-left: -8px;
  margin-right: -8px;
}
.flfg_ul::after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.flfg_ul > 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;
}
.flfg_ul > li:nth-child(n) {
  margin-top: 0;
}
.flfg_ul > li:nth-child(n)::after {
  display: block;
}
.flfg_ul > li:nth-child(n + 4) {
  margin-top: 16px;
}
.flfg_ul > li:nth-child(4) {
  margin-top: 0;
}
.flfg_ul > li:nth-child(4n)::after,
.flfg_ul > li:last-child::after {
  display: none;
}
.flfg_ul a {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 992px) {
  .flfg_ul {
    margin-left: -8px;
    margin-right: -8px;
  }
  .flfg_ul::after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .flfg_ul > 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;
  }
  .flfg_ul > li:nth-child(n) {
    margin-top: 0;
  }
  .flfg_ul > li:nth-child(n)::after {
    display: block;
  }
  .flfg_ul > li:nth-child(n + 3) {
    margin-top: 16px;
  }
  .flfg_ul > li:nth-child(3) {
    margin-top: 0;
  }
  .flfg_ul > li:nth-child(3n)::after,
  .flfg_ul > li:last-child::after {
    display: none;
  }
  .flfg_ul a {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media (max-width: 600px) {
  .flfg_ul {
    margin-left: -8px;
    margin-right: -8px;
  }
  .flfg_ul::after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .flfg_ul > 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;
  }
  .flfg_ul > li:nth-child(n) {
    margin-top: 0;
  }
  .flfg_ul > li:nth-child(n)::after {
    display: block;
  }
  .flfg_ul > li:nth-child(n + 2) {
    margin-top: 16px;
  }
  .flfg_ul > li:nth-child(2) {
    margin-top: 0;
  }
  .flfg_ul > li:nth-child(2n)::after,
  .flfg_ul > li:last-child::after {
    display: none;
  }
  .flfg_ul a {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.flfg_ul li a {
  transition: all 0.3s;
  box-sizing: border-box;
  width: 100%;
  height: 157px;
  background: #faf5ea;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  padding: 16px 5px 0;
}
.flfg_ul li i {
  margin-bottom: 10px;
  flex-shrink: 0;
  transition: all 0.3s;
  display: inline-block;
  width: 82px;
  height: 82px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.flfg_ul li i.s1 {
  background-image: url(../images/zt_icon1.png);
}
.flfg_ul li i.s2 {
  background-image: url(../images/zt_icon2.png);
}
.flfg_ul li i.s3 {
  background-image: url(../images/zt_icon3.png);
}
.flfg_ul li i.s4 {
  background-image: url(../images/zt_icon4.png);
}
.flfg_ul li i.s5 {
  background-image: url(../images/zt_icon5.png);
}
.flfg_ul li i.s6 {
  background-image: url(../images/zt_icon6.png);
}
.flfg_ul li i.s7 {
  background-image: url(../images/zt_icon7.png);
}
.flfg_ul li i.s8 {
  background-image: url(../images/zt_icon8.png);
}
.flfg_ul li span {
  transition: all 0.3s;
  font-size: 18px;
  font-weight: normal;
  color: #333333;
  line-height: 1.5;
  text-align: center;
  width: 100%;
}
.flfg_ul li:hover i {
  transform: rotateY(360deg);
}
.flfg_ul li:hover span {
  font-weight: bold;
  color: #d60400;
}
.more {
  font-size: 18px;
  font-weight: normal;
  color: #d60400;
}
.more:hover {
  font-weight: bold;
}
.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;
  margin: 0 -10%;
  padding: 0 10%;
}
.Swiper2_box #Swiper2 {
  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;
}
