:root {
  --wzColor: #26AD61;
}
/*换行*/
.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;
}
.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;
}
.head {
  height: 153px;
  border-bottom: 2px solid var(--wzColor);
}
.head .logo {
  padding:15px 0;
}
.head .logo a {
  display: block;
  width: 206px;
  height: 50px;
}
.head .logo a img {
  display: block;
  width: 100%;
  height: 100%;
}
.head .nav {}
.nav ul{
  padding-left:0;
}
.nav li {
  list-style: none;
  padding:20px 50px;
}
.nav li a {
    text-align: center;
    font-size: 22px;
    font-weight: 400;
    color: #333333;
}
.nav  .active {
  background: var(--wzColor);
  border-top-left-radius:30px;
  border-top-right-radius:30px;
}
.nav  .active a{
  color:#fff;
}
.nav .active:hover{
  background: #fff;
}
.nav .active:hover a {
  color:#333;
}
.nav li:hover {
  background: var(--wzColor);
  border-top-left-radius:30px;
  border-top-right-radius:30px;
}
.nav li:hover a {
  text-decoration: none;
  color:#fff;
}
/**/
.index-fl {
  width: 740px;
}
.index-fr {
  width: 400px;
}
/**/
.title {}
.title span {
  font-size: 24px;
  font-weight: 700;
  color:var(--wzColor);
}
.title a {
  font-size: 16px;
  font-weight: 400;
  color:var(--wzColor);
  margin-top: 5px;
}
.title a:hover {
  text-decoration: none;
  color:#888;
}
/**/
.list1 ul {
  padding-left: 0;
}
.list1 li {
  list-style: none;
  padding:35px 24px;
  background: #F7F7F7;
  margin-top:15px;
}
.list1 li>a {
  font-size: 20px;
  font-weight: 400;
  color:#333;
}
.list1 li span,.list1 li p {
  font-size: 16px;
  font-weight: 400;
  color:#999;
}
.list1 li span {
  display: block;
  margin-top:10px;
}
.list1 li p {
  margin:10px 0 20px 0;
}
.list1 li span>a {
  display: inline-block;
  width: 42px;
  height: 24px;
  background: url(../images/arr-r.png) no-repeat;

}
.list1 li>a:hover {
  text-decoration: none;
  color:var(--wzColor);
}
/**/
.list2 ul {
  padding-left: 0;
  margin:0;
}
.list2 li {
  list-style: none;
  margin-bottom: 43px;
}
.list2 a {
  display: block;
  width: 100%;
}
.list2 a img {
  display: block;
  height: 180px;
}
.list2 a p{
  font-size: 20px;
  font-weight: 400;
  color:#333;
  margin:10px 0;
}
.list2 a:hover {
  text-decoration: none;
}
.list2 a:hover p {
  color:var(--wzColor);
}
/**/
.list3 ul {
  padding-left: 0;
}
.list3 li {
  list-style: none;
  width: 280px;
}
.list3 li a {
  display: block;
  width: 280px;
}
.list3 li a img {
  display: block;
  height: 200px;
}
/*友情链接*/
.link p {
   flex-wrap: wrap;
   justify-content: flex-start;
}
.link p a {
  margin-right: 15px;
  font-size: 12px;
  font-weight: 400;
  color:#333;
}
.link p a:hover {
  text-decoration: none;
  color:var(--wzColor);
}
/*footer*/
.footer {
  margin-top: 40px;
  padding: 50px 30px;
  background: #333;
} 
.footer p {
text-align: center;
  font-size:16px;
font-weight: 400;
  text-align: center;
  margin: 6px 0;
  color: #fff;
  letter-spacing: 1px;
}

/*面包屑*/
.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;
  padding-right: 10px;
}
.breadcrumb a:hover {
  text-decoration: none;
}
.bread-1 {
  display: inline-block;
  height:16px;
  line-height: 16px;
  padding-right: 5px;
}
.breadcrumb img {
  width: 18px;
  height: 17px;
  margin-top:-1px;
}
/**/
.homelist ul {
  padding-left: 0;
  margin:0;
}
.homelist li {
  margin-bottom: 60px;
}
.homelist li>a {
  display: block;
  width: 300px;
}
.homelist li>a img {
  display: block;
}
.homelist .des {
  width: 850px;
  padding:15px 25px;
  background: #F7F7F7;
}
.homelist .des>a {
  font-size: 20px;
  font-weight: 400;
  color:#333;
}
.homelist .des>a:hover {
  text-decoration: none;
}
.homelist .des span,.homelist .des p {
  font-size: 16px;
  font-weight: 400;
  color:#999;
}
.homelist .des span {
  display: block;
  margin-top: 15px;
}
.homelist .des p {
  margin:15px 0;
}
.homelist li:hover .des>a{
  color:var(--wzColor);
}
/*分页*/
.pageTurn {}
.pageTurn ul {
  padding: 0;
  text-align: center;
}
.pageTurn ul li {
  display: inline-block;
  margin: 0 5px;
  font-size: 18px;
  font-weight: 400;
  border: 1px solid #ddd;
  padding: 2px 10px;
}
.pageTurn ul li a {
  color: #333;
}
.pageTurn ul li:hover{
  color:var(--wzColor);
}
.pageTurn ul li:hover a {
  text-decoration: none;
  color:var(--wzColor);
}
.pageTurn .thisclass{
    color:#fff;
    background: var(--wzColor)
}
.pageTurn .thisclass:hover{
  color:#333;
}
/*.pageTurn .pageinfo {
  color:#fff;
}*/
/**/
.textTitle h1 {
  font-size: 24px;
  color: #333333;
  font-weight: 700;
  margin-bottom: 30px;
  text-align: center;
}
.textTitle .d1 {
/*background: #F7F7F7;
  padding:6px 0;*/
}
.textTitle .d1 span {
  font-size: 18px;
  font-weight: 400;
  color: #999;
  padding: 0 8px;
}
.textTitle .d1 .s1 {
  margin-right: 15px;
  padding-right: 15px;
}
.textContent {
  margin-top: 40px;
  font-size: 24px;
  line-height: 36px;
  color: #666;
}
.textContent p,.textContent div {
  font-size: 18px!important;
  font-weight: 400;
  color: #666!important;
  margin-bottom: 15px;
}
.textContent img  {
    display: block;
    margin:0 auto;
     height:auto!important;
 width:100%!important;
}
.pageTurn1 {
  background: #F7F7F7;
}
.pageTurn1>div,.pageTurn1>div a {
  font-size: 18px;
  font-weight: 400;
  color:#333;
}
.pageTurn1>div {
  color:var(--wzColor);
}
