@charset "utf-8";

img {
  max-width: 100%;
}
html,
body,
div,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
ol,
form,
input,
textarea,
th,
td,
select {
  margin: 0;
  padding: 0;
}
* {
  box-sizing: border-box;
}
img {
  border: none;
  vertical-align: middle;
}
input,
textarea {
  outline: none;
  border: none;
}
a:link,
a:active,
a:visited,
a:hover {
  text-decoration: none;
}
a {
  color: #333;
}
/* 鍨冨溇鍒嗙被涓撻澶撮儴 */
.garbage_head img {
  width: 100%;
}
.pc_bgimg {
  display: none;
}

/* 鍨冨溇鍒嗙被瀵艰埅 */
.article_list li a .diyi{display: none;}

.garbage_nav {
  padding: 6% 0px;
  overflow: hidden;
}
.garbage_nav .garbage_nav_box {
  padding: 1% 0px;
  display: block;
}
.garbage_nav a {
  border: 1px solid #63bb7f;
  display: block;
  height: 40px;
  line-height: 40px;
  border-radius: 4px;
  position: relative;
  padding: 0 20px;
  color: #36644b;
}
.garbage_nav a img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 15px;
  margin: auto;
}
.garbage_nav a span {
  font-size: 14px;
  margin-left: 30px;
}
.garbage_nav a .avtive_img2 {
  display: none;
}
.garbage_nav .avtive {
  background: #63bb7f;
  color: #fff;
}
.garbage_nav .avtive .avtive_img1 {
  display: none;
}
.garbage_nav .avtive .avtive_img2 {
  display: inline;
}

/* 鍨冨溇鍒嗙被涓儴 */
.garbage_mid {
  overflow: hidden;
}
.garbage_mid .column_title_wrap {
  position: relative;
}
.garbage_mid .column_title_wrap h1 {
  display: inline-block;
  padding-right: 60px;
  position: relative;
}
.garbage_mid .column_title_wrap h1:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: url(/Engish/garbage009.png) center no-repeat;
  width: 50px;
  height: 50px;
}
.garbage_mid .column_title_wrap .column_title {
  font-size: 20px;
  color: #63bb7f;
  line-height: 45px;
  position: relative;
  float: left;
}
.garbage_mid .column_title_wrap .column_title:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: #4c6a40;
  height: 2px;
}
.garbage_mid .column_title_wrap .column_title:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #4c6a40;
  height: 2px;
}
.garbage_mid .column_title_wrap img {
  height: 45px;
}
.garbage_mid .column_content {
  padding: 20px 0 40px;
  overflow: hidden;
}
.swiper_container_top_ie {
  display: none;
}
.swiper_container_top {
  position: relative;
  overflow: hidden;
}

.swiper_container_top .swiper-slide {
  position: relative;
}
.swiper_container_top .swiper-slide:after {
  content: "";
  display: block;
  background: url(/Engish/garbage014.png) no-repeat center;
  background-size: 50px;
  position: absolute;
  top: 0;
  bottom: 50px;
  left: 0;
  right: 0;
  margin: auto;
}
.swiper_container_top img {
  width: 100%;
  transition: all 0.5s;
}
.swiper_container_top a {
  background: #63bb7f;
}
.swiper_container_top a p {
  line-height: 50px;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  padding: 0 15px;
  width: 75%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.swiper_container_top .pagination {
  bottom: 0;
  right: 0;
  line-height: 50px;
  padding-right: 15px;
}
.swiper_container_top .pagination .swiper-pagination-bullet,
.swiper_container_top .pagination .swiper-pagination-switch {
  background: #4c6a40;
  margin: 0 5px;
  border: none;
  opacity: 1;
  width: 12px;
  height: 12px;
}
.swiper_container_top .pagination .swiper-pagination-bullet-active,
.swiper_container_top .pagination .swiper-active-switch {
  background: #fff;
}
.garbage_more {
  padding: 0 5px;
  background: #63bb7f;
  color: #fff;
  font-size: 16px;
  border-radius: 4px;
  height: 30px;
  line-height: 30px;
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
}
.article_list li a p {
  line-height: 2;
  font-size: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.article_list li a span {
  display: inline-block;
  font-size: 16px;
  color: #666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  height: 66px;
}
.swiper_container_bottom_wrap {
  overflow: hidden;
  padding-top: 30px;
  padding-bottom: 30px;
}
.swiper_container_bottom {
  max-height: none;
  padding: 0px 20%;
}
.swiper_container_bottom .swiper-slide {
  text-align: center;
  background: #fff;
  transition: 300ms;
  transform: scale(0.7);
}
.swiper_container_bottom .swiper-slide-active {
  opacity: 1;
  transform: scale(1.2);
}
.swiper_container_bottom .swiper-slide img {
  width: 100%;
  border-radius: 10px;
}
.swiper_container_bottom .swiper-slide p {
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 5px;
  font-size: 18px;
}
.paginationt {
  text-align: center;
  z-index: 555;
  position: absolute;
  bottom: 25px;
  left: 0;
  right: 0;
  margin: auto;
}
.paginationt .swiper-pagination-bullet,
.paginationt .swiper-pagination-switch {
  display: inline-block;
  width: 20px;
  height: 4px;
  border-radius: 0;
  background: #ccc;
  margin: 0 5px;
  border: none;
  cursor: pointer;
  opacity: 1;
}
.paginationt .swiper-pagination-bullet-active,
.paginationt .swiper-pagination-switch.swiper-active-switch {
  background: #63bb7f;
}
.swiper_container_bottom_ie_box {
  display: none;
}
.subcolumn_wrap {
  margin: 0 -7.5px;
  overflow: hidden;
  padding-bottom: 30px;
}
.subcolumn_wrap .col-xs-6 {
  padding: 7.5px;
}
.subcolumn_wrap .col-xs-6 a {
  background: #63bb7f;
  display: block;
  text-align: center;
  color: #fff;
  font-size: 16px;
  border-radius: 10px;
  padding: 0px 0px 20px;
}
.subcolumn_wrap .col-xs-6 a img {
  width: 20%;
  min-width: 25px;
  max-width: 40px;
  display: block;
  padding: 30px 0 20px;
  margin: auto;
}
.subcolumn_wrap .col-xs-6 a p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 8px;
}
.trash_wrap {
  overflow: hidden;
  padding: 7% 0px;
}
.trash_wrap .col-xs-6 {
  padding: 15px 25px;
}
.trash_box {
  display: block;
  position: relative;
}
.trash_box p {
  position: absolute;
  top: 60%;
  z-index: 555;
  left: 0;
  right: 0px;
  margin: auto;
  text-align: center;
  color: #fff;
  padding: 0 20px;
  font-size: 14px;
}
@media (min-width: 360px) {
  .trash_box p {
    top: 55%;
  }
  .trash_wrap .col-xs-6 {
    padding: 15px 35px;
  }
}
@media (min-width: 400px) {
  .trash_box p {
    top: 65%;
  }
}
@media (min-width: 540px) {
  .trash_wrap .col-xs-6 {
    width: 25%;
    text-align: center;
    padding: 15px;
  }
  .trash_box p {
    top: 60%;
    padding: 0 15px;
    line-height: 1.4;
    width: 100px;
  }
}
@media (min-width: 768px) {
  /* 鍨冨溇鍒嗙被瀵艰埅澶撮儴 */
  .garbage_nav {
    padding: 50px 0px;
  }
  .garbage_nav_wrap {
    margin: 0 -15px;
  }
  .garbage_nav .garbage_nav_box {
    padding: 0px 15px;
    display: inline-block;
  }
  .garbage_nav a {
    height: 50px;
    line-height: 50px;
    padding: 0 22px;
  }
  .garbage_nav a img {
    left: 25px;
  }
  .garbage_nav a span {
    font-size: 20px;
  }
  /* 鍨冨溇鍒嗙被涓儴 */
  .garbage_mid .column_title_wrap .column_title {
    line-height: 55px;
    font-size: 30px;
  }
  .garbage_mid .column_title_wrap img {
    height: auto;
  }
  .swiper_container_top .swiper-slide:after {
    background-size: auto;
  }
  .swiper_container_top a p {
    line-height: 60px;
    font-size: 24px;
  }
  .swiper_container_top .pagination {
    line-height: 60px;
  }
  .swiper_container_top .pagination .swiper-pagination-bullet,
  .swiper_container_top .pagination .swiper-pagination-switch {
    width: 16px;
    height: 16px;
  }
  .garbage_more {
    height: 36px;
    line-height: 36px;
    font-size: 24px;
    padding: 0 10px;
  }
  .article_list li a p {
    font-size: 26px;
  }
  .swiper_container_bottom {
    max-height: none;
    padding: 0px 25%;
  }
  .paginationt .swiper-pagination-bullet,
  .paginationt .swiper-pagination-switch {
    width: 25px;
  }
  .subcolumn_wrap {
    margin: 0 -16px;
  }
  .subcolumn_wrap .col-xs-6 {
    padding: 16px;
  }
  .subcolumn_wrap .col-xs-6 a {
    height: 180px;
    font-size: 24px;
  }
  .subcolumn_wrap .col-xs-6 a img {
    width: auto;
    padding: 40px 0 30px;
    max-width: 50px;
  }
  .trash_wrap {
    padding: 40px 0px;
  }
  .trash_box p {
    top: 65%;
    padding: 0 15px;
    font-size: 16px;
    line-height: 1.4;
    width: 140px;
  }
}

@media (min-width: 992px) {
  /* 鍨冨溇鍒嗙被涓撻澶撮儴 */
  .garbage_head img {
    display: none;
  }
  .garbage_head .pc_bgimg {
    display: block;
  }
  /* 鍨冨溇鍒嗙被涓撻瀵艰埅 */
  .garbage_nav a {
    transition: all 0.3s;
  }
  .garbage_nav a:hover {
    background: #63bb7f;
    color: #fff;
  }
  .garbage_nav a:hover .avtive_img1 {
    display: none;
  }
  .garbage_nav a:hover .avtive_img2 {
    display: inline;
  }
  /* 鍨冨溇鍒嗙被涓撻涓儴 */
  .garbage_mid .column_title_wrap .column_title {
    font-size: 22px;
    line-height: 40px;
  }
  .garbage_more {
    font-size: 18px;
    line-height: 30px;
    height: 30px;
  }
  .garbage_more:hover {
    color: #fff;
  }
  .swiper_container_top .swiper-slide:hover img {
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    -ms-transform: scale(1.03);
    -o-transform: scale(1.03);
    transform: scale(1.03);
  }
  .swiper_container_top a p {
    line-height: 50px;
    font-size: 16px;
  }
  .swiper_container_top .pagination {
    line-height: 50px;
  }
  .swiper_container_top .pagination .swiper-pagination-bullet,
  .swiper_container_top .pagination .swiper-pagination-switch {
    width: 12px;
    height: 12px;
  }
  .article_list li a p {
    font-size: 18px;
    line-height: 1.7;
    transition: all 0.3s;
  }
  .article_list li a:hover p,.article_list li a:hover .diyi {
    color: #63bb7f;
  }
  .swiper_container_bottom_wrap {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .swiper_container_bottom {
    padding: 0;
  }
  .swiper_container_bottom .swiper-slide {
    opacity: 1;
    transform: scale(1);
  }
  .swiper_container_bottom .swiper-slide-active {
    transform: scale(1.4);
  }
  .subcolumn_wrap {
    margin: 0 -13px;
  }
  .subcolumn_wrap .col-xs-6 {
    padding: 13px;
  }
  .subcolumn_wrap .col-xs-6 a {
    font-size: 20px;
    transition: all 0.3s;
  }
  .subcolumn_wrap .col-xs-6 a:hover {
    transform: translateY(-10px);
    box-shadow: 0px 8px 3px -5px #999;
  }
  .trash_wrap {
    margin: 0px -30px;
  }
  .trash_wrap .col-xs-6 {
    padding: 0 45px;
  }
  .trash_box {
    transition: all 0.3s;
  }
  .trash_box:hover {
    transform: translateY(-10px);
  }
  .trash_box p {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  /* 鍨冨溇鍒嗙被涓撻涓儴 */
  .garbage_mid .column_title_wrap .column_title {
    font-size: 24px;
  }
  .garbage_more {
    font-size: 20px;
  }
  .article_list li a p {
    font-size: 20px;
    line-height: 2;
  }
  .article_list li a .diyiy {
  	display: inline-block;
	float: left;
	max-width: 449px;
  }
  .article_list li a .diyi{float: left;font-size: 20px;line-height: 2;display: inline-block;margin-left: 7px;display: block;font-style: normal;}
  .swiper_container_bottom .swiper-slide-active {
    transform: scale(1.25);
  }
  .trash_wrap {
    padding: 65px 0px;
    margin: 0px -65px;
  }
  .trash_wrap .col-xs-6 {
    padding: 0px 80px;
  }
  .trash_box p {
    font-size: 20px;
    top: 60%;
  }
}
@media (min-width: 1280px) {
  .container {
    width: 1230px;
  }
}
