﻿.wrap_main{
  position: relative;
background: #F5F5F5 url(/Sites/Uploaded/Image/2021/03/096375089472468852186273007.jpg)no-repeat;
}
.wrap_main .linkmap{
  background: transparent;
  position: absolute;
  top: 10px;
  left: 50%;
  margin:0;
  transform:translateX(-50%);
  font-size: 14px;
  color: #FFFFFF;
  padding-left: 0;
}
.wrap_main .linkmap a{
  color: #FFFFFF;
}
.wrap_main .linkmap span{
  color: #FFFFFF;
}
.banner {
  display: block;
}

 
 .kpsp .main_title {
  margin-bottom: 20px;
  margin-top: 20px;
 }
 
 .kpsp {
  margin-bottom: 40px;
 }
 .kp_h2.h2_tit{
  background: url(/Content/Areas/Common/images/common/kepu_icon.png)no-repeat left center;
  margin-bottom: 32px;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
 }

 .wz_h2.h2_tit{
  background: url(/Content/Areas/Common/images/common/kpwz_icon.png)no-repeat left center;
  margin-bottom: 32px;
 }
 .jj_h2.h2_tit{
  background: url(/Sites/Uploaded/UserUpLoad/20240912/20240912170541.png)no-repeat left center;
  margin-bottom: 32px;
 }
 .zt_h2.h2_tit{
  background: url(/Content/Areas/Common/images/common/kpzt_icon.png)no-repeat left center;
  margin-bottom: 32px;
 }
 .kpsp_ul li {
  float: left;
  width: 380px;
  height: 200px;
  margin-right: 30px;
  position: relative;
  margin-bottom: 30px;
 }
 
 .kpsp_ul li:nth-child(3n) {
  margin-right: 0;
 }
 
 .kpsp_ul li:nth-child(4),
 .kpsp_ul li:nth-child(5),
 .kpsp_ul li:nth-child(6) {
  margin-bottom: 0;
 }
 
 .kpsp_ul li .video_img {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
 }
 
 .kpsp_ul li .video_img::after {
  width: 100%;
  height: 100%;
  display: block;
  content: '';
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
 }
 
 .kpsp_ul li:hover .video_img img {
  transform: scale(1.1);
 }
 
 .kpsp_ul li .video_btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(/Content/Areas/Common/images/common/play.png) no-repeat center center;
  background-size: 100% 100%;
  width: 50px;
  height: 50px;
 }
 
 .kpsp_ul li:hover .video_btn {
  display: block;
 }
 
 .kpsp_ul li img {
  width: 100%;
  transition: all .5s;
 }
 
 .kpsp_ul li h2 {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, .5);
  padding: 15px 20px;
  box-sizing: border-box;
 }
 
 .kpsp_ul li h2 a {
  color: #fff;
  font-size: 16px;
 }
 

 .twlist .item{
 width: 46%;
 }
 .twlist .main_title {
  color: #fff;
  margin-bottom: 25px;
 }
 
 .twlist .main_title .More {
  background: url(/Content/Areas/News/images/morewhitebg.png) no-repeat left center;
  width: 94px;
  height: 34px;
 }
 
 .twlist .main_title .More:hover {
  background: url(/Content/Areas/Common/images/common/whitemore.png);
  background-size: 100% 100%;
 }
 .publ_ul{
  margin-top: 40px;
}
.publ_ul li {
  min-height: 45px;
}
.publ_ul li .title_type{
  font-size: 14px;
  color: #333333;
  line-height: 24px;
  display: block;
  width: 70%;
}
.publ_ul li .span_date{
  float: right;
  font-size: 14px;
  color: #999999;

}
.publ_ul li:hover .title_type,.publ_ul li:hover .span_date{
  color: #337353;
}


/* 动效 */
/*.animate.intro_con .img_box,.animate.intro_con .text,.animate .cult_h2,.animate .cont_com .lb,.animate .cont_com .news_list{
  -webkit-transform: translatex(0);
  transform: translatex(0);
  opacity: 1;
  visibility: visible;
}
.animate .h2_tit,.animate .kpyd .publ_ul,.animate .yyzs .publ_ul{
 -webkit-transform: translateY(0);
 transform: translateY(0);
 opacity: 1;
 visibility: visible;
}
.kpyd .publ_ul,.hist_matt,.cult_h2,.cult_li,.cont_com .lb{
 -webkit-transition: all 4s cubic-bezier(.08, .82, .17, 1);
 transition: all 4s cubic-bezier(.08, .82, .17, 1);
 -webkit-transform: translateX(-100px);
 transform: translateX(-100px);
 opacity: 0;
 visibility: hidden;
}
.yyzs .publ_ul,.cult_con,.cont_com .news_list{
 -webkit-transition: all 4s cubic-bezier(.08, .82, .17, 1);
 transition: all 4s cubic-bezier(.08, .82, .17, 1);
 -webkit-transform: translateX(100px);
 transform: translateX(100px);
 opacity: 0;
 visibility: hidden;
}
.h2_tit{
 -webkit-transition: all 4s cubic-bezier(.08, .82, .17, 1);
 transition: all 4s cubic-bezier(.08, .82, .17, 1);
 -webkit-transform: translateY(-60px);
 transform: translateY(-60px);
 opacity: 0;
 visibility: hidden;
}
.rapid_ul .rapid_li,.dynam_right{
 -webkit-transition: all 4s cubic-bezier(.08, .82, .17, 1);
 transition: all 4s cubic-bezier(.08, .82, .17, 1);
 -webkit-transform: translateY(-100px);
 transform: translateY(-100px);
 opacity: 0;
 visibility: hidden;
}*/

 
 @media only screen and (max-width:768px) {
  .kpsp_ul li {
  width: 100%;
  height: auto;
  margin-right: 0;
  margin-bottom: 30px;
  }
  .kpsp_ul li:last-of-type {
  margin-bottom: 0;
  }
  .twlist .item {
  width: 100%;
  height: auto;
  padding: 20px;
  }
  .twlist .kpyd {
  margin-bottom: 30px;
  }

  .twlist {
  margin-bottom: 0;
  }
  .twlist .item li {
  padding-right: 0;
  }
  .kpsp_ul li h2 a {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  }
  .kpsp {
  margin-bottom: 0px;
  }
  .kpsp_ul li:nth-child(4),
  .kpsp_ul li:nth-child(5),
  .kpsp_ul li:nth-child(6) {
  margin-bottom: 30px;
  }
  .kpsp_ul li h2{
 padding: 10px;
  }
  .twlist .item{
 padding: 0;
  }
  .wz_h2.h2_tit,.zt_h2.h2_tit{
 margin-bottom: 0;
  }
  .publ_ul{
 margin-top: 20px;
  }
  .kpyd {
 margin-top: 20px;

  }
  .publ_ul li .title_type {
 overflow: hidden;
 text-overflow: ellipsis;
 white-space: nowrap;
 font-size: 0.32rem;
 line-height: inherit;
}
.publ_ul li{
  min-height: 0.6rem;
  line-height: 0.6rem;
}

/*  .intro_con .img_box,.intro_con .text, .cult_h2, .cont_com .lb, .cont_com .news_list{
 -webkit-transform: translatex(0);
 transform: translatex(0);
 opacity: 1;
 visibility: visible;
 transition: all 0s;
  }
   .h2_tit, .kpyd .publ_ul, .yyzs .publ_ul{
   -webkit-transform: translateY(0);
   transform: translateY(0);
   opacity: 1;
   visibility: visible;
   transition: all 0s;
  }*/

  
 }
 @media only screen and (max-width:420px) {
   
 }  