@media screen and (max-width:1480px) {

    .rightNav {

        width: 80px;

        top: 230px;

    }

    .indexBoxNav {

        height: 550px;

        padding-top: 100px;

    }

    .indexBoxNav .item .item_li p {

        margin-top: 10px;

    }

    .module02 .content .title {

        margin: 40px 0 20px;

    }

    /* 关于我们 */

    .module03 .content {

        padding: 50px 50px;

    }

}











/*  */
/*  */
/*  */
/*  */
/* 新增 */
/*  */
/*  */
/*  */
/*  */

/* 登录  头部*/

@media (max-width: 768px) {
    .nav_zoom {
        height: 130px;
    }
    .rightNav {
        display: none;
      }
    
      footer + div {
        display: none;
      }
    
      .w_1200 {
        width: 100%;
      }
      .header {
        height: initial;
        padding: 10px 0;
        align-items: center;

        justify-content: space-between;
        width: 100%;
        flex-direction: column;
      }
      .navName  {
          width: 50%;
      }
      .navBox {
          height: auto;;
      }
      .navBox ul {
        flex-direction: column;
        height: auto;
      }
      .header .header_l {
        justify-content: space-between;
        width: 100%; 
      }
      .header .header_r {
          width: 100%;
          display: flex;

      }
      .header .header_r form {
        width: 50%;
      }
      .header .header_r .zcd {
        width: 50%;
        margin-top: 0;
      }

      .header .header_l .navName p {
        font-size: 15px;
      }
      .header .header_l img {
        margin-right: 0;
        width: 100px;
        
      }
      .header .header_r {
        margin-top: 0;
      }
      .header .header_r .seach {
        width: 75px;
      }
    
      .navBox ul li {
        flex: auto;
        justify-content: center;
      }
      .navBox ul li .nav_content {
        padding: 0 0;
        font-size: 12px;
        background: initial;
      }
      



      
  footer .logoList {
    padding: 0 10px;
    justify-content: space-between;
  }
  footer .des {
    flex-direction: column;
  }
  footer .des p {
    margin-bottom: 10px !important;
  }
  footer .logoList img {
    width: 33%;
    margin: 0;
    margin-bottom: 10px;
  }

  footer .nav_list {
    flex-wrap: wrap;
  }

  footer .nav_list a {
    width: 100%;
    display: block;
    text-align: center;
    padding: 10px;
  }


  footer .logoList .logoImg .item img {
    margin: initial;
  } 




}




/* 登录  http://www.sustainablevalue.cn/index.php?p=8&a=login*/
@media (max-width: 768px) {
   
    .loginBox {
        width: 100%;
    }
    .loginBox .content {
        flex-direction: column;
    }
    .loginBox .content .img {
        width: 100%;
        height: auto;
    }

    .loginBox .content .right {
        width: 100%;
    }

    footer .logoList {
        width: 100%;
    }
    .loginBox .content .right .code {
        width: 100%;
    }
    .loginBox .content .right .btn {
        width: 100%;
    }


    .loginBox .pages_title {
        font-size: 18px;
        margin: 30px auto;
    }
}