.fon-box{
          width: 1280px;
      }
      .top_title{
          display: flex;
          align-items: center;
      }
      .top_title a{
          color: #000 !important;
          font-size: 18px !important;
      }
      .top_title img{
          width: 20px;
          margin-right: 10px;
      }
      .top_title a:nth-of-type(1){
          margin-right: 10px;
          font-size: 16px !important;
      }
      .desc{
          color: #000 !important;
          display: flex;
          align-items: center;
      }
      .desc img{
          width: 40px;
          margin: 0 20px;
      }
      .desc a:nth-of-type(1){
          background-color: #8FC320;
          padding: 8px 30px;
          font-size: 1.2em;
          color: #fff;
      }
      .desc a:nth-of-type(2){
          color: #8FC320;
          font-size: 1.5em !important;
      }
      .product-detail{
          margin-bottom: 20px !important;
      }
      .product-detail .mainimg-info{
          border: none !important;
          padding: 0 20px;
      }
      .product-detail .maintxt-info{
          padding: 40px 30px !important;
      }
      .text_l{
          text-align: left;
          border: 1px solid #f4f4f4;
      }
      .tab-options span{
          line-height: 68px;
          font-size: 1.3em;
          padding: 20px 30px !important;
          border-right: 1px solid #f4f4f4;
      }
      .tab-options a:hover:after, .tab-options a.cur:after{
          z-index: -1 !important;
      }
      .active{
          border-bottom: 4px solid #fff !important;
          border-top: 3px solid #8FC320;
          color: #8FC320;
      }
      .border_z{
          border-left: 1px solid #f4f4f4;
          border-right: 1px solid #f4f4f4;
          border-bottom: 1px solid #f4f4f4;
          padding: 0 10px !important;
      }
      .pro-datial-tab{
          padding-bottom: 35px !important;
      }
      
      
    .home {
      width: 100%;
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
    }
    .box {
        width: 500px;
        /*height: 500px;*/
        height: auto;
        overflow: hidden;
    }
    .d_img {
      width: 100%;
      height: 80%;
      display: flex;
      align-items: center;
    }
    .home p {
      cursor: pointer;
      color: white;
      font-size: 28px;
      display: flex;
      justify-content: center;
      align-items: center;
      width: 20px;
      height: 80px;
      background: rgba(0, 0, 0, 0.5);
    }
    .left {
      position: absolute;
      bottom: 4px;
      left: -20px;
    }
    .right {
      position: absolute;
      bottom: 4px;
      right: -20px;
    }
    .box ul {
      list-style: none;
      display: flex;
      justify-content: space-around;
      align-items: center;
      position: absolute;
      width: 150px;
      height: 20px;
      top: 90%;
      right: 35%;
    }
    .box ul .color {
        background: red;
        color: red;
    }
    .box ul li {
        cursor: pointer;
        width: 10px;
        height: 10px;
        background: white;
        border-radius: 50%;
    }
    .x_img{
        
        margin-top: 20px;
        width: 100%;
        display: flex;
    }
    .x_img>img{
        width: 20% !important;
        border: 1px solid transparent;
    }
    .border_img{
        border: 1px solid #8FC320 !important;
    }
      
      @media(max-width:1024px){
        .desc img{
          width: 20px;
          margin: 0 10px;
        }
        .desc a:nth-of-type(1){
            padding: 4px 20px;
            font-size: 1em;
        }
        .desc a:nth-of-type(2){
            font-size: 1.2em !important;
        }
      }
      @media(min-width:1024px){
          .product-detail{
              display: flex;
                align-items: center;
              padding-top: 0 !important;
              padding-bottom: 0 !important;
          }
          .subnav{
              display: block !important;
          }
      }
      
@media screen and (max-width:768px){
    .home p {
        height: calc(20% - 20px);
    }
    .fon-box {
        width: 100%;
    }
    .full-inside-subnav .subnav {
        padding-bottom: 0;
    }
    .top_title {
        display: flex;
        justify-content: center;
    }
    .top_title img {
        margin-right: 0;
    }
    .full-inside-subnav .subnav a {
        padding-left: 10px;
        border: none;
        font-size: 12px !important;
    }
    .top_title a:nth-of-type(1) {
        margin-right: 0;
    }
    .desc {
        flex-wrap: wrap;
    }
    .product-detail .maintxt-info{
        padding: 20px 5px 0 !important;
    }
    .tab-options span {
        font-size: 1.1rem;
        padding: 15px 10px 5px !important;
    }
    .padtb {
        text-align: justify;
    }
}





