/* 通用开始 */

@media (max-width: 768px) {
  * {
    box-sizing: border-box;
  }
  header {
    width: 100vw;
    overflow: hidden;
  }
  .header .header_r {
    display: none;
  }
  .phone-img {
    display: inline-block !important;
    width: 30px;
    margin-right: 10px;
  }
  .navBox {
    z-index: 100;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 80%;
    height: 100%;
  }
  .navBox ul {
    flex-direction: column;
    height: auto;
    margin-top: 50px;
    align-items: flex-start;
    padding-left: 40px;
  }
  .navBox ul li {
    display: block !important;
  }
  .navBox ul li .sub_nav_list {
    display: block;
    position: static;
    padding-left: 20px;
  }
  .navBox ul li .nav_content {
    font-size: 14px !important;
  }

  .navBox ul li .sub_nav_list .sub_nav_content .sub_nav_content_title {
    text-align: left;
  }
}

/* 通用结束 */




@media screen and (max-width: 1480px) {
  .breadBox span {
    font-size:14px;
  }
  .rightNav {
    width: 80px;
    top: 230px;
    right: -70px;
  }
  .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;
  }

  .moduleBtn {
    width: 150px;
    font-size: 13px;
  }
}







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


@media (max-width: 768px) {
  .rightNav {
    display: none;
  }

  footer + div {
    display: none;
  }

  .w_1200 {
    width: 100%;
  }
  .header {
    height: initial;
    padding: 10px 0;
    align-items: center;
  }

  .header .header_l .navName p {
    font-size: 12px;
  }
  .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;
  }

  .nav_zoom {
    height: 120px;
  }

  img {
    max-width: 100%;
  }

  .Contact_us {
    padding: 10px 5px;
    margin-bottom: 40px;
  }
  .Contact_us .Contact_us_item {
    width: 32%;
  }
  .Contact_us .Contact_us_item .title {
    font-size: 14px;
  }
  .Contact_us .Contact_us_item .des {
    font-size: 12px;
  }
  .Contact_usBtn {
    font-size: 14px;
  }

  .index_bg {
    margin: 30px auto;
  }

  .indexBoxNav {
    height: 400px;
    margin-bottom: 0;
    padding-top: 30px;
    background-size: contain;
  }
  .indexBoxNav .item {
    padding: 0px 10px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .indexBoxNav .item .item_li {
    width: 32%;
    margin-bottom: 30px;
  }
  .indexBoxNav .item img {
    display: inline-block;
    width: 50px;
  }

  .indexBoxNav .item .item_li p {
    font-size: 12px;
  }

  .moduleTitle_box .title {
    font-size: 20px;
  }
  .module01ListBox {
    margin-top: 30px;
  }

  .module01ListBox .item {
    width: 32%;
  }
  .module01ListBox .item img {
    width: 100%;
    height: 100px;
  }

  .module01ListBox .item .title {
    font-size: 12px;
  }

  .module01ListBox .item .des {
    width: auto;
    font-size: 12px;
    height: auto;
  }

  .module02 {
    margin: 30px 0;
  }
  .module02 img {
    height: 150px;
  }
  .module02 .content .title {
    font-size: 14px;
  }

  .module04 {
    margin-bottom: 30px;
  }
  .module04 .item {
    overflow: hidden;
    padding: 10px;
  }
  .module04 .item .item_content {
    flex-direction: column;
  }
  .module04 .item .item_content .title {
    width: auto;
    font-size: 14px;
  }
  .module04 .item .item_content .des {
    width: auto;
    font-size: 12px;
  }

  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;
  }

  /* swiper 相关 */

  .swiper02Box {
  }

  .swiper02Box .swiper02Item .title {
    font-size: 14px;
    margin-left: 30px;
  }
  .swiper03_Box {
    width: 100%;
  }
  .swiper03 {
    width: 100%;
  }

  .swiper04_Box {
    width: 100%;
  }
  .swiper04 {
    width: 100%;
  }

  .swiper03 .swiper-slide {
    width: auto !important;
  }

  .swiper04 .swiper-slide img {
    margin: 0 auto;
  }
}

/* 关于我们  http://www.sustainablevalue.cn/gywm/*/

@media (max-width: 768px) {
  .breadBox {
    padding-left: 20px;
  }

  .module01 .item {
    text-align: center;
  }
  .module01 img {
    width: 50px;
    display: inline-block;
  }
  .module01 .item p {
    font-size: 12px;
  }
  .module02 img {
    margin-left: -10%;
  }
  .module02 .content {
    width: auto;
    top: 140px;
    left:0 ;
    padding: 10px;
  }
  .module02 .content .as_btn {
    font-size: 13px;
    margin: auto;
  }

  .module03 {
    margin-top: 350px;
  }
  .module03 .content .title {
    font-size: 14px;
    margin-top: 20px;
  }
  .module03 .content .des {
    position: absolute;
    left: -100%;
    font-size: 12px;
  }
  .pages_title {
    margin-top: 30px;
    font-size: 16px;
  }

  .module04 .title {
    width: auto;
  }
  .module04 .des {
    width: auto;
  }
}

/* 和作机构   http://www.sustainablevalue.cn/hzjg/   */

@media (max-width: 768px) {
  .hzjg_module01 {
    padding: 20px !important;
  }
  .hzjg_module01 .item .img_box img {
    margin: 10px !important;
  }

  .xshh_module01 .list .item {
      margin: 30px 0 !important;
  } 
  .xshh_module01 {
    margin-top: 30px !important;
  }

  .hzjg_module01 .item .img_box {
    justify-content: center;
  }
}

/* 成果出版物  http://www.sustainablevalue.cn/cgcbw/   */

@media (max-width: 768px) {
  .zjgd_module01 .list {
    margin: 30px 0 !important;
  }

  .zjgd_module01 {
    padding: 0 10px !important;
  }
  .zjgd_module01 .list .item img {
    width: 50px !important;
    height: 50px !important;
    margin-right: 0 !important;
  }

  .zjgd_module01 .list .item .content {
    width: calc(100% - 50px) !important;
    padding-left: 10px;
  }

  .zjgd_module01 .list .item .content .btn {
    font-size: 12px !important;
    padding: 5px 15px !important;
    width: auto !important;
    height: auto !important;
    line-height: 1 !important;
  }
}


/* 出版专著  http://www.sustainablevalue.cn/index.php?p=106&city_name= */

@media (max-width: 768px) {
  .cbzz_module01 {
    padding: 0 10px !important;
  } 

  .cbzz_module01 .list .item {
    padding: 10px !important;
  }
  .cbzz_module01 .list .item img {
    width: 50px !important;
    height: 50px !important;
    margin-right: 0 !important;
  }
  .cbzz_module01 .list .item .content .neme {
    margin: 10px !important;
  }

  .cbzz_module01 .list .item .content {
    width: calc(100% - 50px) !important;
    padding-left: 10px;
  }

  .cbzz_module01 .list .item .content .title {
    font-size: 14px !important;
    margin: 10px 0 !important;
  }
  .cbzz_module01 .list .item .content .des {
    font-size: 12px !important;
  }
  .cbzz_module01 .list .item .content .btn {
    font-size: 12px !important;
    padding: 5px 15px !important;
    width: auto !important;
    height: auto !important;
    line-height: 1 !important;
    
    
  }
}

/* 学术文章  http://www.sustainablevalue.cn/index.php?p=222&city_name= */

@media (max-width: 768px) {
  .xswz_module01 .list .item {
    height: auto !important;
  }
  .xswz_module01 .list .item .item_content {
    display: block !important;
    flex-direction: column !important;
    flex-wrap: wrap;
  }
  .xswz_module01 .list .item .item_content .title {
    width: auto !important;
    white-space: break-spaces;
    font-size: 12px !important;

  }
  .xswz_module01 .list .item .item_content .des {
    width: auto !important;
    white-space: break-spaces;
    font-size: 12px !important;
  }
  .xswz_module01 .list .item .item_content .content_border {
    display: none;
  }
  .xswz_module01 .list .item .item_content .content_btn {
    margin-top: 10px;
  }


  .style_modular {
    padding: 10px;
    box-sizing: border-box;

  }
}

/* 学术会议  http://www.sustainablevalue.cn/xshy/ */

@media (max-width: 768px) {
  .xshh_module01 {
    width: 100% !important;
  }
  .xshh_module01 .list {
    flex-direction: column;
  }
}

/* 专家观点  http://www.sustainablevalue.cn/zjgd/ */

@media (max-width: 768px) {
  .zjgd_module01 .list .item .content .title {
    font-size: 14px !important;
    margin: 5px 0 !important;
  }
  .zjgd_module01 .list .item .content .name {
    font-size: 12px !important;
  }
  .zjgd_module01 .list .item .content .des {
    font-size: 12px !important;
  }
}



/* 联系我们  http://www.sustainablevalue.cn/lxwm/ */

@media (max-width: 768px) {
  .lxwm_module01 {
    margin: 30px 0 !important;
  }
  .lxwm_module01 .top {
    flex-direction: column;
  }
  .lxwm_module01 .top .item {
    width: 100% !important;
  }
  .lxwm_module01 .top .item img {
    width: 50px;
  }

  .lxwm_module01 .mapBox {
      flex-direction: column;
      display: none !important;
  }
  .lxwm_module01 .mapBox .map_l {
      width: 100% !important;
      margin-bottom: 30px;
  }


  .lxwm_module01 .bottom {
      flex-direction: column;
  }

  .lxwm_module01 .bottom .bottom_l {
      width: 100%;
  }

  .lxwm_module01 .bottom .bottom_r img {
      height:  auto !important;
  }
}
