:root {
  --wzColor:#008410;
}
/*换行*/
.twoHang{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.threeHang{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.fiveHang{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}
.main  {
  width: 1200px;
  margin:0 auto;
}
.p-l-20 {
  padding-left: 20px;
}
.p-l-40 {
  padding-left: 40px;
}
.p-l-30 {
  padding-left: 30px;
}
.p-r-20 {
  padding-right: 20px;
}
.p-r-40 {
  padding-right: 40px;
}
.logo a {
  display: block;
  width: 168px;
}
.logo  img{
  width:168px;
  height: 76px;
  display: block;
}
.head{}
.head .head1{
  line-height: 76px;
}
.nav{
   height: 76px;
   line-height: 76px;
}
.nav li {
  padding:0 8px;
}
.nav li a {
    text-align: center;
    font-size: 22px;
    font-weight: 400;
    color: #333333;
    padding-bottom: 10px;
}
.nav li .active {
  border-bottom: 4px solid var(--wzColor);
}
.nav li .active:hover {
  border-style: none;
}
.nav li a:hover {
  text-decoration: none;
  color:var(--wzColor);
  border-bottom: 4px solid var(--wzColor);
}
/**/
.swiper-container{
    --swiper-navigation-color: var(--wzColor);/* 单独设置按钮颜色 */
    --swiper-navigation-size: 50px;/* 设置按钮大小 */
  }
.swiper-button-prev {
  left:120px!important;
}
.swiper-button-next {
  right:120px!important;
}
 .swiper-pagination  .swiper-pagination-bullet {
    width: 18px;
    height: 18px;
    background: #fff;
}
.swiper-pagination  .swiper-pagination-bullet-active {
  background: var(--wzColor);
}
/*title*/
.title span {
  font-size: 30px;
  font-weight: 400;
  color:var(--wzColor);
}
.title a {
  font-size: 18px;
  font-weight: 400;
  color:#666666;
  margin-top:10px;
}
.title a:hover {
  text-decoration: none;
  color:#888;
}
/**/
.list1 {
  background: #EEEEEE;
}
.list1:hover {
  background: #fff;
}
.list1 a p {
  font-size: 24px;
  font-weight: 400;
  color:#333;
  text-align: center;
}
.list1 a:hover {
  text-decoration: none;
}
.list1 p {
  font-size: 18px;
  font-weight: 400;
  color:#333;
}
.list1:hover a p {
  color:var(--wzColor);
}
/**/
.list2{
  padding-right: 20px;
}
.list2 a {
  font-size: 24px;
  font-weight: 700;
  color:#333;
  padding:30px 0;
  text-align: center;
}
.list2 a:hover {
  text-decoration: none;
  color:var(--wzColor);
}
.list2 p {
  font-size: 18px;
  font-weight: 400 ;
  color:#666;
}
/**/
.list3 a p {
  font-size: 24px;
  font-weight: 400;
  color:#333;
  text-align: center;
}
.list3 p {
  font-size: 18px;
  font-weight: 400;
  color:#666;
}
.list3 a:hover {
  text-decoration: none;
}
.list3 a p:hover {
  color:var(--wzColor);
}
/*友情链接*/
.friendLink {
  padding-bottom:15px;
}
.friendLink a{
    font-size:16px;
    font-weight: 400;
    color:#999;
    margin-right:10px;
    margin-top:5px;
}
 .friendLink a:hover {
    text-decoration: none;
    color:#888;
  }
/*footer*/
.footer {
  margin-top: 40px;
  padding: 40px 0;
  background: #2B2B2B;
}
.footer p {
  font-size: 13px;
  text-align: center;
  margin-bottom: 10px;
  color: #fff;
  letter-spacing: .5px;
}
/*列表页*/
.breadcrumb{
  display: inline-block;
  height: 20px;
  line-height: 20px;
  color:#9A9A9A;
  text-align: center;
}
.breadcrumb a {
  display: inline-block;
  height: 20px;
  text-align: center;
  color:#9A9A9A;
}
.breadcrumb a:hover {
  text-decoration: none;
}
.bread-1 {
  display: inline-block;
  height:16px;
  line-height: 16px;
  padding:0 10px 0 25px;
}
.breadcrumb img {
  width: 18px;
  height: 21px;
  margin-top:-3px;
}
/*分页*/
.pageTurn {}
.pageTurn ul {
  padding: 0;
  text-align: center;
}
.pageTurn ul li {
  display: inline-block;
  margin: 0 5px;
  font-size: 14px;
  font-weight: 400;
  border: 1px solid #ddd;
  padding: 3px 10px;
}
.pageTurn ul li a {
  color: #999;
}
.pageTurn ul li:hover{
  background: var(--wzColor);
  color:#fff;
}
.pageTurn ul li:hover a {
  text-decoration: none;
  color:#fff;
}
.pageTurn .thisclass{
    color:var(--wzColor);
}
.pageTurn .thisclass:hover{
  background:#eee;
  color:#888;
}
/*详情页*/
.textTitle{
   /* background: #F6F6F6;
    border: 1px solid #CCC;
    border-bottom: 1px solid #CCC;*/
    text-align: center;
}
.textContent {
    margin-bottom: 30px;
    padding: 0;
    line-height: 27px;
    font-size: 14px;
    text-indent: 2em;
}
.textContent p,.textContent div {
  font-size: 14px!important;
  font-weight: 400;
  color: #666!important;
  margin-bottom: 10px;
}
.textContent img  {
    display: block;
    margin:0 auto;
     width:100% !important;
 height:auto !important;
}
.page-Turn>div a {
  font-size: 18px;
  font-weight: 400;
  color:#343434;
}
.page-Turn>div a:hover{
  color: var(--wzColor;)
}