@media only screen and (max-width: 768px) {
  .container{
    width:94%;
  }
  .page_top{
    margin-top: 0;
  }
  .guide_block {
    display: none;
  }
  .main_wrap1{
    display: none;
  }
  .wrap_head{
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .wrap_title{
    width: 200px;
    color: #17593A;
    font-size: 19px;
    line-height: 24px;
    font-weight: bold;
  }
  .wrap_title img{
    width: 100%;
  }
  .check_more{
    /* color:#7EC620;
    font-size: 15px;
    border: solid 1px #7EC620; */
    width: 97pt;
    /* padding: 2px 8px;
    border-radius: 16px;
    font-weight: bold; */
  }
  .check_more img{
    width: 100%;
  }
  .main_wrap1_mobile{
    display: block;
  }
  .main_wrap1_mobile .wrap_head{
    padding: 6px 0;
  }
  .main_wrap1_mobile .wrap_main{
    width: 100%;
    background-image: url(../images/greenTedaMobile/wrap1_bg_mobile.png);
    background-repeat: no-repeat;
    background-size:cover;
    height: 95pt;
    background-position: left bottom;
    position: relative;
    margin-top: 0;
  }
  
  .city_list{
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top:20px;
    padding-left: 18px;
  }
  .city_list a{
    width: 90pt;
    text-align: center;
  }
  .city_list a:nth-child(2){
    width:60pt;
  }
  .city_list a:nth-child(3){
    width:106pt;
  }
  .city_list li{
    width: 100%;
  }
  .city_list li img{
    width: 100%;
  }
  .city_icon{
    width: 36px;
    height: 36px;
    margin: 0 auto;
  }
  .city_icon img{
    width: 100%;
    height: 100%;
  }
  .city_label{
    text-align: center;
    font-size: 14px;
    line-height: 18px;
    margin-left: 0;
    margin-top: 0;
  }
  .city_label span{
    display: block;
  }
  .main_wrap2{
    display: none;
    margin-top: 14px;
  }
  .main_wrap2_mobile{
    display: block;
    margin-top: 10px;
  }
  .wrap2_head{
    display: block;
  }
  .industry_info{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }
  .industry_info .wrap_title{
    font-size: 21px;
  }
  .industry_more{
    position: relative;
    top: 0;
    padding: 2px 10px;
    font-size: 15px;
    font-weight: bold;
  }
  .industry_intro{
    display: none;
  }
  .industry_tools{
    margin-top:8px;
  }
  .industry_tools a:nth-child(1){
    width: 126px;
  }
  .industry_tools a:nth-child(2){
    width: 180px;
    margin-left: 20px;
  }
  .industry_tools li{
    display: flex;
    align-items: center;
    /* margin-left: 20px; */
    width: 100%;
    margin-left: 14px;;
  }
  .industry_tools li img{
    width: 100%;
  }
  .industry_icon{
    width: 46px;
    height: 46px;
  }
  .industry_icon img{
    width: 100%;
  }
  .industry_label{
    font-size: 15px;
    text-align: left;
    line-height: 20px;
    margin-left:6px;
  }
  .main_wrap2 .report_scroll{
    display: none;
  }
  .main_wrap3{
    width: 100%!important;
    display: none;
  }
  .main_wrap3_mobile{
    display: block;
    width: 100%!important;
  }
  .main_wrap3_mobile .wrap_head{
    justify-content: center;
  }
  .main_wrap3_mobile .wrap_title{
    width: 146px;
    margin: 0 auto;
    margin-top: 12px;
  }
  .main_wrap3 .wrap_intro{
    display: none;
  }
  .industry_more2{
    display:none;
  }
  .main_wrap3 .wrap_head{
    justify-content: center;
  }
  .main_wrap3 .wrap_title{
    width: 100%;
    margin-top: 20px;
  }
  .energy_block{
    display: block;
    width: 320px;
    margin: 0 auto;
    margin-top: 0;
    position: relative;
  }
  .five_energy_item{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
  }
  .five_energy_item a{
    width:102px;
    margin-left: 0;
    margin-right: 6px;
  }
  .five_energy_item li{
    width: 100%;
    height: 102px;
    font-size: 14px;
    margin-left: 0;
    margin-right:0;
    margin-top: 6px;
    padding: 0;
    line-height: 18px;
    border: none;
  }
  .five_energy_item li img{
    width: 100%;
  }
  .five_energy_item a:nth-child(2n+1) li {
    border: none;
    color: #7EC620;
  }
  .five_energy_item a:nth-child(3n){
    margin-right: 0;
  }
  .energy_more{
    display: none;
    position: absolute;
    right: 0;
    bottom: 36px;
    line-height: normal;
    font-size: 50px;
    width: 110px;
    text-align: right;
    font-weight: bold;
  }
  .energy_more_mobile{
    display: block;
    position: absolute;
    right: 20px;
    bottom: 26px;
    width: 74px;
  }
  .energy_more_mobile img{
    width: 100%;
  }
  .wrap_head_left{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .recycle_more{
    color:#7EC620;
    font-size: 15px;
    border: solid 1px #7EC620;
    width: fit-content;
    padding: 2px 8px;
    border-radius: 16px;
    margin-top: 0;
    font-weight: bold;
  }
  .main_wrap4{
    display: none;
    margin-top: 16px;
  }
  .main_wrap4_mobile{
    display: block;
    margin-top: 12px;
  }
  .main_wrap4 .wrap_intro{
    display: none;
  }
  .recycle_list{
    display: block;
    width: 100%;
    margin: 0 auto;
    margin-top: 12px;
  }
  .recycle_list a{
    width: 100%;
  }
  .recycle_list li{
    width: 100%;
    margin-bottom: 6px;
    border-radius: 0;
    border: none;
  }
  .recycle_list li img{
    width: 100%;
  }
  .recycle_pic{
    float: right;
    width: 30%;
    height: 88px;
  }
  .recycle_title{
    float: left;
    width: 70%;
    font-size: 16px;
    line-height: 20px;
    height: 88px;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding:0 40px;
    justify-content: left;
    text-align: left;
  }
  .main_wrap5{
    display: none;
    background-color: transparent;
    padding: 0;
    margin: 12px 0;
  }
  .main_wrap5_mobile{
    display: block;
    padding-bottom: 16px;
  }
  .main_wrap5_mobile .wrap_info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }
  .main_wrap5 .wrap_main{
    display: block;
  }
  .main_wrap5 .wrap_intro{
    display: none;
  }
  .main_wrap5 .wrap_info{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }
  /* .main_wrap5 .wrap_title{
    color: #17593A;
  } */
  .governance_more{
    width: 97pt;
    /* color:#7EC620;
    font-size: 15px; */
    border: none;
    padding: 0;
    border-radius: 0;
    margin-top: 6px;
    /* font-weight: bold; */
  }
  .governance_more img{
    width: 100%;
  }
  .governance_pic{
    height: 210px;
    margin-top: 10px;
  }
  .governance_pic1{
    width: 70%;
    left: 16px;
    height: auto;
    border: none;
    border-radius: 0;
  }
  .governance_pic2{
    width: 70%;
    right: 16px;
    height: auto;
    border: none;
    border-radius: 0;
  }
  .green_report_block{
    background-color: #7EC620;
    display: block;
    overflow: hidden;
  }
 .report_scroll{
    width: 350px;
    margin: 0 auto;
    padding-top: 14px;
  }
  .report_scroll .slideGroup .parBd{
	padding:0px
}
.slideGroup .parBd .report_block{
	/* padding: 0 10px; */
  overflow: hidden;
}
.report_scroll .slideGroup .parBd .tempWrap{
	margin-top:0px;
	width:300px!important;
  box-sizing: border-box;
  padding-right: 0;
  padding-left: 2px;
}
.report_scroll .slideGroup .parBd ul li{
	width:136px!important;
	height:auto;
	margin:0 6px 0 6px;
  border:none;
  border-radius: 4px;
}
.slideGroup .parBd .report_block .sPrev{
	width:24px;
	height:24px;
  margin-top: 20px;
}
.slideGroup .parBd .report_block .sNext{
		width:24px;
	height:24px;
  margin-top: 20px;
}
.slideGroup .parBd .report_block .sPrev img{
	width:100%;
}
.slideGroup .parBd .report_block .sNext img{
	width:100%;
}
.slideGroup .parBd ul{
  height: 82px;
}
.report_scroll .report_pic{
  width:100%;
  height: 63px;
}
.report_more{
  color: white;
  float: right;
  font-size: 16px;
  margin-bottom:4px;
  margin-right: 10px;
  margin-top: -10px;
  /* font-weight: bold; */
  width: 90pt;
}
.report_more img{
  width: 100%;
}
.main_wrap6{
  display: none;;
  padding-bottom: 20px;
}
.main_wrap6_mobile{
  display: block;
  padding-bottom: 20px;
}
.main_wrap6_mobile .wrap_title{
  width: 150px;
  margin: 0 auto;
  margin-top: 10px;
}
.main_wrap6_mobile .wrap_title img{
  width: 100%;
}
.honor_block{
  width: 320px;
  margin: 0 auto;
}
.honor_block img{
  width: 100%;
}
  .main_wrap6 .wrap_head{
    width: 100%;
    justify-content: center;
    margin-top: 20px;
  }
  .main_wrap6 .wrap_intro{
    display: none;
  }
  .honor_list{
    width: 90%;
    display: block;
    margin-top: 20px;
  }
  .honor_list li{
    width: 100%;
    display: flex;
    margin-top: 6px;
  }
  .honor_icon{
    display: block;
    width: 20px;
  }
  .honor_icon img{
    width: 100%;
  }
  .honor_year{
    background-image: none;
    font-size: 15px;
    height: auto;
    padding:0 10px 0 6px;
    width: fit-content;
  }
  .honor_name{
    width: 90%;
    font-size: 15px;
    text-align: left;
    margin-top:0;
  }
  /* 列表页 */
  .channel_name{
    width: 220px;
    font-size: 22px;
    margin-top: 10px;
  }
  .report_list{
    display: block;
    width: 100%;
  }
  .report_list a{
    width: 100%;
    margin-right: 0;
  }
  .report_list li{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 16px;
  }
  .report_list .report_pic{
    width: 90px;
    height: 90px;
  }
  .report_title{
    height: auto;
    width: 68%;
    text-align: left;
    font-size: 14px;
    line-height: 18px;
    margin-top: 0;
  }
  #pagesize ul{
    display: block;
    width: 100%;
  }
  .pageleft{
    display: flex;
    justify-content: center;
    width: 100%;
  }
  .pageright{
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 6px;
    margin-bottom: 20px;
  }
}