.container {
  *zoom: 1;
}
.container:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}
.header{
  overflow:hidden;
  height:418px;
  background:url(2024wft_bg01.png) center center no-repeat;
  background-size:cover;
}
.header .back-home{
  float:right;
  padding-right:92px;
}
.header .back-home a{
  font-size: 18px;
  line-height: 50px;
  color: #ffffff;
}
.header .back-home a:hover{
  color:#fedd67;
}
.header-logo .img-boxs{
  width:100%;
  text-align:center;
  /*! margin-top:120px; */
}
.header-logo img{
  text-align:center;
  max-width:100%;
}
.main{
  background:url(2024wft_bg02.png) top center no-repeat;
  background-size:cover;
}
.main-top{
  background:#fff;
  padding:45px 35px;
}
.main-top .wrap{
  width:100%;
  overflow:hidden;
  position:relative;
  padding:15px;
  z-index:9;
}
.main-top .wrap:after,.main-top .wrap:before{
  content:'';
  width:200px;
  height:200px;
  position:absolute;
  z-index:-1;
}
.main-top .wrap:after{
  left:0;
  bottom:-15px;
  background:#ac0303;
}
.main-top .wrap:before{
  right:0;
  top:-15px;
  background:#ffdb57;
}
.main-top .wrap .left{
  height:240px;
  width:735px;
  float:left;
  overflow:hidden;
  padding-left:20px;
  padding-right:20px;
  background:url(2024wft_bg03.png) center center no-repeat;
  background-size:cover;
}
.main-top .wrap .left .des{
  padding-top:50px;
  float:left;
}
.main-top .wrap .left .des p{
  font-size: 20px;
  font-weight: bold;
  line-height: 40px;
  color: #000000;
}
.main-top .wrap .left .img-boxs{
  display:inline-block;
  float:right;
  padding-top:20px;
}
.main-top .wrap .right{
  width:565px;
  height:240px;
  float:right;
}
.active_works{
  margin-top:45px;
  overflow:hidden;
}
.active_works .left{
  width:735px;
  float:left;
}
.active_works .left img{
  width:100%;
} 
.active_works .txt{
  position:absolute;
  height:58px;
  width:100%;
  bottom:0;
  left:0;
  z-index:10;
  line-height:58px;
  padding-left:15px;
  background:#a60905;
  padding-right:150px;
}
.active_works .txt span{
  font-size: 24px;
  color: #ffffff;
  text-overflow:ellipsis;
  overflow:hidden;
  white-space:nowrap;
  width:100%;
  display:inline-block;
}
.active_works .container-abs{
  position:absolute;
  width:125px;
  height:58px;
  right:0;
  bottom:0;
  z-index:11;
  background:#a60905;
}
.active_works .swiper-pagination-bullet{
  height:14px;
  width:14px;
  background:#fff;
  opacity:1;
  margin:0 5px;
}
.active_works .swiper-pagination-bullet-active{
  width:35px;
  border-radius:10px;
}
.active_works .swiper-pagination{
  bottom:17px;
}
.news_list a{
  display: block;
  padding-right:15px;
  background:url(2024wft_bg04.png);
  width: 100%;
  text-align: right;
  height: 65px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.zp_list{
  background: url(2024wft_zpzs_bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.zp_list a{
  display: block;
  width: 100%;
  height: 65px;
  background: url(2024wft_zpzs_icon.png) no-repeat;
  background-position: 20px;
}

.commons-tit span{
  color: #FFFFFF;
  padding-right: 20px;
  line-height: 65px;
}
.zp_lmlist span{
  color: #c00e0e;
  padding-left: 15px;
  background: url(2023wspds_bg04.png) 0 8px no-repeat;
}
.active_works .right{
  width:595px;
  float:right;
  padding-left:50px;
}
.active_works .right-list{
  margin-top:15px;
}
.active_works .right-list li a{
  font-size: 18px;
  padding-left:30px;
  background:url(2024wft_bg05.png) left center no-repeat;
  line-height: 48px;
  color: #444444;
  display:inline-block;
  width:100%;
  text-overflow:ellipsis;
  white-space:nowrap;
  overflow:hidden;
}
.active_works .right-list li a:hover{
  color:#c00e0e;
}
.main-mid{
  background:#fcf0e1;
  padding:45px 35px;
}
.main-mid .commons-tit{
  text-align:center;
}
.commons-tit.t-l{
  text-align:left;
}
.main-mid .mid-cont{
  margin-top:45px;
}
.main-mid .img-boxs{
  background:#fff;
  margin-bottom:30px;
}
.main-mid .img-boxs img{
  width:100%;
}
.zp_wft2024{
  display: flex;
}
.zpxh_wft2024{
  width: 10%;
  display: flex;
    justify-content: center; /* 水平居中 */
    align-items: center; /* 垂直居中 */
}
.zp_list_xh{
display: table-cell;
border-radius: 40px;
background-color: #c00e0e;
font-size: 26px;
color: #fff;
font-weight: 800;
width: 40px;
height: 40px;
text-align: center;
vertical-align: middle;
}
.main-mid .info{
  padding:20px 15px;
  width: 85%;
}
.main-mid .info p{
  color: #444444;
  font-weight:700;
  font-size:20px;
  line-height:36px;
  text-overflow:ellipsis;
  overflow:hidden;
  white-space:nowrap;
  transition:all ease 0.25s;
}
.main-mid .info p:hover{
  color: #c00e0e;
}
.main-mid .info p span{
  color: #c00e0e;
}
.main-bot{
  background:#fff;
  padding:35px 35px 60px 35px;
  overflow:hidden;
}
.main-bot .history{
  width:225px;
  height:75px;
  float:left;
}
.main-bot .history span{
  line-height:75px;
  width:100%;
  display:inline-block;
  background:url(2024wft_bg06.png) center center no-repeat;
  background-size:cover;
  color: #ffffff;
  text-align:center;
  font-weight:700;
}
.main-bot .history-list{
  float:left;
  overflow:hidden;
  margin-left:40px;
}
.main-bot .history-list li{
  float:left;
  line-height:77px;
  margin-right:30px;
}
.main-bot .history-list li a{
  font-size: 20px;
  line-height: 36px;
  color: #444444;
  font-weight:700;
  padding-left:28px;
  background:url(2024wft_bg07.png) left center no-repeat;
}
.main-bot .history-list li a:hover{
  color:#c00e0e;
}
.footer{
  text-align:center;
  padding:36px 15px;
}
.footer p{
  font-size: 18px;
  line-height: 32px;
  color: #fefefe;
}
.footer p a{
  color:#fff;
}
.detail-tit{
  background: #E9EEF5;
  padding: 20px 40px;
  margin-bottom: 50px;
}
.detail-tit h3{
  text-align: center;
  font-size:22px;
  font-weight:700;
}
.detail-cont img{
  width:auto;
  max-width:100%;
}
.main-top .back{
  display:block;
  text-align:right;
  margin-bottom:50px;
}
.main-top .back span{
  width:225px;
  height:55px;
  line-height:55px;
  text-align:center;
  color:#fff;
  font-size:22px;
  font-weight:700;
  display:inline-block;
  background:url(2024wft_bg06.png) center center no-repeat;
}