.nyss-bg{
  background: url(//wm.cdn.cn86.cn/junye/2025/12/f073b8a65ernv14y.jpg) no-repeat top center;
  background-size: 100% 100%;
  padding: 4.6875vw 0;
}
.nysev1{
    /* margin-top: 90px; */
}

.nysev1 .nytitle{
    color: #131313;
    font-size: 48px;
}

.nytitle22{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 35px;
    margin-bottom: 30px;
}

.nytitle22 span{
    width: 65px;
    height: 4px;
    background: #008001;
    display: none;
}

.nytitle22 b{
    color: #131313;
    font-size: 36px;
    margin: 0 10px;
}

/*  */

.onetime {
  -webkit-transition: all .4s cubic-bezier(.4, 0, .2, 1);
  -moz-transition: all .4s cubic-bezier(.4, 0, .2, 1);
  transition: all .4s cubic-bezier(.4, 0, .2, 1);
}

.alltime,
.alltime * {
  -webkit-transition: all .4s cubic-bezier(.4, 0, .2, 1);
  -moz-transition: all .4s cubic-bezier(.4, 0, .2, 1);
  transition: all .4s cubic-bezier(.4, 0, .2, 1);
}

.alltime2,
.alltime2 * {
  -webkit-transition: all .6s cubic-bezier(.4, 0, .2, 1);
  -moz-transition: all .6s cubic-bezier(.4, 0, .2, 1);
  transition: all .6s cubic-bezier(.4, 0, .2, 1);
}

.alltime3,
.alltime3 * {
  -webkit-transition: all .8s cubic-bezier(.4, 0, .2, 1);
  -moz-transition: all .8s cubic-bezier(.4, 0, .2, 1);
  transition: all .8s cubic-bezier(.4, 0, .2, 1);
}

.alltime4,
.alltime4 * {
  -webkit-transition: all 1s cubic-bezier(.4, 0, .2, 1);
  -moz-transition: all 1s cubic-bezier(.4, 0, .2, 1);
  transition: all 1s cubic-bezier(.4, 0, .2, 1);
}


.ser2 .ul2 {
    margin-top: 10px;
}

.ser2 .ul2 li {
    margin-bottom: 5px;
}

.ser2 .ul2 li .libox {}

.ser2 .ul2 li .libox .dtop {
    display: flex;
    padding: 24px 40px;
    align-items: center;
    align-content: center;
    justify-content: space-between;
    background: #d6fcd7;
    cursor: pointer;
    background: #fff;
    border-radius: 50px;
    box-shadow: 0px 8px 21px 0px rgba(1, 1, 1, 0.14);
    margin-bottom: 20px;
}



.ser2 .ul2 li .libox .dtop .wz {
    width: calc(100% - 50px);
    line-height: 1.5;
    display: flex;
    align-items: center;
}

.ser2 .ul2 li .libox .dtop .wz b{
  color: #333333;
  font-size: 24px;
  /* margin-left: 15px; */
}

.ser2 .ul2 li .libox .dtop s {
    display: block;
    width: 22px;
    height: 22px;
    background: url(//wm.cdn.cn86.cn/junye/2025/10/3015fc5a86yqyxty.png) center no-repeat;
    background-size: contain;
}

.ser2 .ul2 li .libox .dbtm {
    display: none;
}

.ser2 .ul2 li:nth-of-type(1) .libox .dbtm{
  display: block;
}

.ser2 .ul2 li .libox .dbtm dd.tab-title5{
  margin: 0;
  display: flex;
  background: #008001;
}

.ser2 .ul2 li .libox .dbtm dd.tab-title5 span{
  flex: 1;
  text-align: center;
  color: #fff;
  font-weight: 600;
  height: 60px;
  line-height: 60px;
  font-size: 18px;
  border-right: 2px solid rgba(255,255,255,.3);
}

.ser2 .ul2 li .libox .dbtm dd.tab-title5 span:last-child{
  border-right: none;
}

.ser2 table tr{
  background: #eef3f5;
}

.ser2 table tr td{
  border: none;
  padding: 15px 0;
  text-align: center;
  color: #555555;
  font-size: 16px;
}

.ser2 table tr:nth-child(even){
  background: #fff;
}

.nysev2{
  margin-bottom: 95px;
}

@media(max-width: 1200px){
  .nyss-bg{
    padding: 40px 0;
  }
  .nysev1{
    /* margin-top: 40px; */
  }
  .nysev1 .nytitle{
    font-size: 36px;
  }
  .nytitle22 b{
    font-size: 24px;
  }
  .ser2 .ul2 li .libox .dtop{
    padding: 20px 30px;
  }
  .ser2 .ul2 li .libox .dtop .wz b{
    font-size: 18px;
  }
  .ser2 table tr td{
    font-size: 14px;
  }
}

@media(max-width: 995px){
  .nysev1 .nytitle{
    font-size: 24px;
  }
  .nytitle22{
    margin: 15px 0;
  }
  .nytitle22 b{
    font-size: 18px;
  }
  .nytitle22 span{
    width: 35px;
    height: 2px;
  }
  .ser2 .ul2 li .libox .dtop{
    padding: 15px 20px;
  }
  .ser2 .ul2 li .libox .dtop .wz b{
    font-size: 16px;
  }
  .ser2 .ul2 li .libox .dtop s{
    width: 10px;
    height: 10px;
  }
  .ser2 .ul2 li .libox .dbtm dd.tab-title5 span{
    height: 45px;
    line-height: 45px;
    font-size: 15px;
  }
  .ser2 table tr td{
    font-size: 13px;
  }
}

@media(max-width: 640px){
  .nysev1{
    margin-bottom: 40px;
  }
  .ser2 .ul2 li .libox .dtop .wz{
    width: calc(100% - 30px);
  }
  .ser2 .ul2 li .libox .dtop .wz img{
    max-width: 15px;
    width: 100%;
  }
  .ser2 .ul2 li .libox .dtop{
    padding: 10px 15px;
  }
  .ser2 .ul2 li .libox .dtop .wz b{
    font-size: 15px;
  }
  .ser2 .ul2 li .libox .dbtm dd.tab-title5 span{
    font-size: 14px;
  }
  .ser2 table tr{
    display:flex;
  }
  .ser2 table tr td{
    padding: 10px 2px;
    width: 25%;
    font-size: 12px;
    height: 66px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
}


/*  */
.nyww{
  margin-top: 60px;
  margin-bottom: 120px;
}

.nyww p{
  color: #131313;
  font-size: 18px;
  line-height: 2.222;
}

@media(max-width: 1200px){
  .nyww{
    margin-top: 40px;
    margin-bottom: 80px;
  }
  .nyww p{
    font-size: 16px;
  }
}

@media(max-width: 995px){
  .nyww{
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .nyww p{
    font-size: 13px;
    line-height: 22px;
  }
}