﻿@charset "utf-8";
body{
  background: #F8F8F8;
}
.nyBanner{
  animation: 0.8s ease .3s 1 normal backwards running fadeInUp;
}
.nyBanner img{
  display: block;
  width: 100%;
  height: auto;
}
main{
  margin-bottom: 50px;
  position: relative;
}
.leftNav{
  width: 2.4rem;
  box-sizing: border-box;
  position: relative;
  animation: 0.8s ease .3s 1 normal backwards running fadeInLeft;
}
.leftNav .erLm h2{
  width: 100%;
  height: 1.05rem;
  font-family: Microsoft YaHei;
  font-size: 0.26rem;
  font-weight: bold;
  line-height: 0.34rem;
  letter-spacing: 0em;
  color: #FFFFFF;
  margin-top: -1.05rem;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(../img/erNavBg.png) no-repeat center;
  background-size: cover;
}
.leftNav ul{
  background: #FFFFFF;
  position: relative;
  padding: 0.18rem 0;
  padding-left: 6px;
  box-sizing: border-box;
}
.leftNav ul>li {
  height: auto;
  width: 100%;
  position: relative;
  z-index: 10;
}
.leftNav ul>li:last-of-type{
  border-bottom: none;
}
.leftNav ul>li>a{
  display: block;
  position: relative;
  font-family: Microsoft YaHei;
  font-size: 0.23rem;
  font-weight: normal;
  line-height: 0.3rem;
  letter-spacing: 0em;
  color: #262626;
  padding: 0.17rem 0 0.17rem 0.25rem;
  box-sizing: border-box;
}
.leftNav ul>li>a:hover{
  color: #2C7155;
}
.leftNav ul>li.hover>a{
  background: #2c7155;
  color: #ffffff;
}
.leftNav ul>li.hover::after{
  display: block;
  content: "";
  width: 100%;
  height: 102%;
  background: #F9FBFF;
  position: absolute;
  left: 0;
  top: -1%;
  z-index: -1;
}
.leftNav ul>li.hover>a::before{
  display: block;
  content: "";
  width: 2px;
  height: 100%;
  background: #D7B37E;
  border-radius: 10px;
  position: absolute;
  left: -6px;
  top: 0;
  z-index: 99;
}
.leftNav ul>li ol{
  background: #F0F9F5;
  padding: 0.2rem 0;
}
.leftNav ul>li ol li{
  margin-bottom: 0.1rem;
}
.leftNav ul>li ol li:last-of-type{
  margin-bottom: 0;
}
.leftNav ul>li ol a{
  display: block;
  font-family: Microsoft YaHei;
  font-size: 0.23rem;
  font-weight: normal;
  line-height: 0.3rem;
  letter-spacing: 0em;
  color: #676767;
  padding: 0.1rem 0;
  text-indent: 0.5rem;
}
.leftNav ul>li ol.justify a{
  text-align: justify !important;
  width: 0.92rem;
  height: 0.5rem;
  margin: 0 auto;
  box-sizing: border-box;
  text-indent: 0;
}
.leftNav ul>li ol a span{
  display: none;
}
.leftNav ul>li ol.justify a span{
  display: inline-block;
  padding-left: 100%;
}
.leftNav ul>li ol a:hover{
  color: #262626;
}
.leftNav ul>li ol a.hover{
  color: #262626;
  background: url(../img/erNavBg2.png) no-repeat bottom left 0.5rem;
}
.leftNav ul>li ol.justify a.hover{
  background: url(../img/erNavBg2.png) no-repeat bottom center;
}
.rightCon{
  width: calc(100% - 2.4rem);
  padding-left: 0.6rem;
  box-sizing: border-box;
  animation: 0.8s ease .3s 1 normal backwards running fadeInRight;
}
.rightCon .p50{
  padding: 0.25rem 0.5rem 0.5rem 0.5rem;
  background: #fff;
  box-sizing: border-box;
}
.dqwz{
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  margin: 0.37rem 0;
}
.dqwz .sx{
  width: 100%;
  height: 1px;
  background: #D8D8D8;
  margin: 0 0.2rem;
}
.dqwz h2{
  font-family: Microsoft YaHei;
  font-size: 0.3rem;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0em;
  color: #2C7155;
  padding-left: 20px;
  white-space: nowrap;
}
.dqwz h2::before{
  display: block;
  content: "";
  width: 4px;
  height: 0.3rem;
  background: #2C7155;
  position: absolute;
  left: 0;
  top: 5px;
}
.dqwz p{
  padding-left: 25px;
  background: url(../img/dqwzIcon.png) no-repeat left center;
}
.dqwz p,.dqwz p a{
  font-family: Microsoft YaHei;
  font-size: 0.16rem;
  font-weight: normal;
  line-height: 0.3rem;
  text-align: right;
  letter-spacing: 0em;
  color: #9E9E9E;
  white-space: nowrap;
}
.dqwz p a:hover{
  color: #2C7155;
}
.content .bt{
  font-family: Microsoft YaHei;
  font-size: 0.24rem;
  font-weight: bold;
  line-height: 0.36rem;
  text-align: center;
  letter-spacing: 0em;
  margin-top: 0.4rem;
}
.content .xq{
  font-family: Microsoft YaHei;
  font-size: 0.16rem;
  font-weight: normal;
  line-height: 0.24rem;
  text-align: center;
  letter-spacing: 0em;
  color: #999999;
  padding: 13px 0;
  background: rgba(0, 0, 0, 0.04);
  margin: 0.4rem 0;
}
.content .conSub p,.content .conSub p span{
  font-family: Microsoft YaHei!important;
  font-size: 0.18rem!important;
  font-weight: normal;
  line-height: 0.36rem!important;
  text-indent: 2em;
  letter-spacing: 0em;
  color: #666666;
  text-align: justify;
}
.content .conSub img{
  display: block;
  width: auto;
  height: auto;
  margin: 0 auto 0.2rem;
  max-width: 100%;
}
.content .prevNext{
  padding-top: 0.3rem;
  margin-top: 0.3rem;
  border-top: 1px solid rgba(1,67, 40,0.3);
}
.content .prevNext a{
  display: block;
  font-family: Microsoft YaHei;
  font-size: 0.18rem;
  font-weight: normal;
  line-height: 0.36rem;
  text-transform: uppercase;
  letter-spacing: 0em;
  color: #666666;
  margin-bottom: 0.1rem;
}
.content .prevNext a span{
  font-weight: 700;
  color: #2C7155;
}
.content .prevNext a:hover{
  color: #2C7155;
}
.dp.content .bt{
  color: #2C7155;
  margin: 0.4rem 0 0.3rem;
}
.video li{
  float: left;
  width: 32%;
  margin-right: 2%;
  margin-top: 0.5rem;
}
.video li:nth-of-type(3n){
  margin-right: 0%;
}
.video li a{
  display: block;
  width: 100%;
  height: auto;
}
.video li a p.img{
  padding: 70% 0 0;
  position: relative;
  overflow: hidden;
}
.video li a p.img img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .3s;
}
.video li a:hover p.img img{
  transform: scale(1.2);
}
.video li a p.txt{
  font-family: Arial;
  font-size: 0.2rem;
  font-weight: bold;
  line-height: 0.56rem;
  text-align: center;
  letter-spacing: 0em;
  color: #1B1B1B;
  border-bottom: 2px solid #2C7155;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.video li a:hover p.txt{
  color: #2C7155;
}
.txtList li a{
  display: block;
  width: 100%;
  font-size: 0.18rem;
  line-height: 0.42rem;
  color: #353535;
  padding: 0.15rem 0 0.15rem 0.2rem;
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  border-bottom: 1px solid #e8e8e8;
}
.txtList li a::before{
  display: block;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background: rgba(1,67,40,0.3);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.txtList li a::after{
  display: block;
  content: "";
  width: 0;
  height: 1px;
  background: #2C7155;
  position: absolute;
  bottom: 0px;
  left: 0;
  transition: all .5s;
}
.txtList li a span{
  font-size: 0.16rem;
  color: #898989;
  margin-left: 0.1rem;
}
.txtList li a:hover::after{
  width: 100%;
}
.txtList li a:hover::before{
  background: #2C7155;
}
.txtList li a:hover{
  color: #2C7155;
  text-indent: 10px;
  border-bottom: 1px solid transparent;
}
.rightCon .p50.video{
  padding: 0 0.5rem 0.5rem;
}
.rightCon .p50.lcwh{
  padding: 0.5rem 0.6rem;
}
.lcwh .con{
  font-family: Microsoft YaHei;
  font-size: 16px;
  font-weight: bold;
  line-height: 30px;
  letter-spacing: 0em;
  color: #262626;
  text-indent: 2em;
  text-align: justify;
}
.lcwh ul li{
  display: flex;
  margin-top: 0.42rem;
  justify-content: flex-start;
  align-items: flex-end;
}
.lcwh li .img{
  width: 3.18rem;
}
.lcwh li .img img{
  display: block;
  width: 100%;
  height: 2.17rem;
  object-fit: cover;
}
.lcwh li .txt{
  width: calc(100% - 3.18rem);
  padding-bottom: 0.3rem;
  border-bottom: 1px solid #D8D8D8;
}
.lcwh li .txt p{
  font-family: Microsoft YaHei;
  font-size: 0.16rem;
  font-weight: normal;
  line-height: 0.34rem;
  letter-spacing: 0em;
  color: #262626;
  padding-left: 0.24rem;
  box-sizing: border-box;
  width: 100%;
}
.lcwh li .txt p span{
  color: #2B6E56 
}
.lcwh li .txt h2{
  width: 190px;
  height: 46px;
  background: url(../img/lcwhBg.png) no-repeat center;
  background-size: cover;
  font-family: Microsoft YaHei;
  font-size: 0.2rem;
  font-weight: bold;
  line-height: 46px;
  letter-spacing: 0em;
  color: #FFFFFF;
  text-indent: 56px;
  margin-bottom: 0.2rem;
}
.rightCon .p50.xywh{
  padding: 0.5rem 0;
}
.xywhSub{
  background: url(../img/xywhBg.png) no-repeat left top;
  background-size: auto;
  margin-bottom: 0.8rem;
}
.xywhSub h1.tit{
  width: 8.78rem;
  font-family: Microsoft YaHei;
  font-size: 0.24rem;
  font-weight: bold;
  line-height: 0.6rem;
  letter-spacing: 0em;
  color: #FFFFFF;
  background: url(../img/xywhTitBg.png) no-repeat left center;
  background-size: 100% 100%;
  text-indent: 118px;
}
.xywhSub h1.tit span{
  display: inline-block;
  position: relative;
  text-indent: 0;
}
.xywhSub h1.tit span::before{
  display: block;
  content: "";
  width: 0.76rem;
  height: 0.6rem;
  background: url(../img/lsBg.png) no-repeat left top;
  background-size: contain;
  position: absolute;
  right: 0;
  top: -3px;
  z-index: 0;
  transform: translateX(80%);
}
.xywhSub h2.bt{
  font-family: Source Han Serif CN;
  font-size: 0.22rem;
  font-weight: 900;
  line-height: 0.3rem;
  letter-spacing: 0em;
  color: #262626;
  text-align: center;
  padding-bottom: 0.2rem;
  background: url(../img/xywhBtBg.png) no-repeat bottom center;
  margin: 0.4rem 0 0.25rem;
}
.xywhSub div.con{
  width: 9.75rem;
  margin: 0 auto;
}
.xywhSub div.con h2{
  font-family: Microsoft YaHei;
  font-size: 0.22rem;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0em;
  color: #2C7155;
  margin: 0.25rem 0;
}
.xywhSub div.con p{
  font-family: Microsoft YaHei;
  font-size: 0.16rem;
  font-weight: normal;
  line-height: 0.3rem;
  letter-spacing: 0em;
  color: #262626;
  text-align: justify;
  text-indent: 2em;
}
.xywhSub div.con li h2{
  font-family: Microsoft YaHei;
  font-size: 0.16rem;
  font-weight: bold;
  line-height: 0.3rem;
  letter-spacing: 0em;
  color: #262626;
  margin: 0.3rem 0 0.25rem;
}
.xywhSub div.con li{
  padding-bottom: 0.25rem;
  border-bottom: 1px dashed #D8D8D8;
}
.xywhSub .flex{
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
.xywhSub .flex  img{
  display: block;
  width: auto;
  height: auto;
  margin: 0.6rem auto 0.3rem;
}
.xywhSub .flex p{
  font-family: Microsoft YaHei;
  font-size: 0.16rem;
  font-weight: bold;
  line-height: 0.3rem;
  letter-spacing: 0em;
  color: #262626;
  text-align: center;
}