*{
      margin: 0;
      padding: 0;
  }
  .text_box {
      max-width: 1280px;
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: justify;
      margin: 0 auto;
  }
      .wa{
          width: 1200px;
          margin-top: 30px;
          text-indent: 2rem;
          font-size: 16px !important;
          line-height: 30px;
      }
      .rc-main{
          width: 1200px;
          margin: 30px auto;
      }
      .rc-bgc{
          width: 100%;
          height: 300px;
      }
      .rc-an{
          display: flex;
          justify-content:space-between;
          margin-top:30px ;
          width: 100%;
          height: 200px;
      }
      .rc-item{
          box-sizing: border-box;
          display: flex;
          flex-direction:column ;
          justify-content: center;
          align-items: center;
          width: 220px;
          height: 200px;
          text-align: center;
          font-size: 20px;
          cursor: pointer;
      }
      /*.rc-item hr{*/
      /*    width: 30px;*/
      /*    color: red;*/
      /*}*/
      .p1{
          margin-bottom: 15px;
      }
      .p1,.p2{
          font-weight: 600;
      }
      .p2{
          margin-bottom: 10px;
      }
      .p3{
          opacity:0;
          width: 50px;
          height: 4px;
          background-color: #8FC320;
      }
      .rc-item:hover .p3{
          opacity: 1;
      }
      .rc-item:hover{
          border: 3px solid #8FC320;
      }
      .item{
         border: 3px solid #8FC320; 
      }
      .pmax{
          opacity: 1; 
      }
      .rc-bottom{
          display: flex;
          justify-content:space-between;
          width: 100%;
          height: 300px;
          margin-top: 20px;
          margin-bottom: 30px;
          /*padding: 10px;*/
      }
      .left{
          display: flex;
          /*justify-content: center;*/
          /* align-items: center; */
          width: 45%;
          height: 100%;
          text-indent: 2rem;
          font-size: 18px !important;
          color: rgba(0,0,0,.5);
          overflow: auto;
          line-height: 30px;
          text-align: justify;
      }
      /*.left p{*/
      /*    letter-spacing:0.2rem;*/
      /*}*/
      .right{
          width: 50%;
          height: 100%;
      }
      .subnav a{
             color: #000 !important;
         }
         .full-inside-subnav .subnav a:after{
             background-color: transparent !important;
         }
         .active{
             border-bottom: 2px solid #8FC320 !important;
         }
         .active>a{
             color: #8FC320 !important;
         }
@media screen and (max-width:1280px){
    .wa{
        width: 90%;
    }
    .rc-main{
        width: 90%;
    }
}
@media screen and (max-width:768px){
    .rc-bgc {
        height: auto;
    }
    .rc-an {
        height: auto;
        justify-content: center;
        flex-wrap: wrap;
    }
    .rc-item {
        width: 65%;
        height: 150px;
    }
    .rc-bottom {
        height: auto;
        justify-content: center;
        flex-wrap: wrap;
    }
    .left {
        width: 100%;
        margin-bottom: 20px;
        font-size: 16px !important;
    }
    .right {
        width: 100%;
    }
}

