ul,li{ margin: 0; padding: 0; list-style: none !important;}
a:focus, a:hover{ text-decoration: none !important; }
.container{ width: 100%; max-width: 1110px !important; }
.main{ padding: 16px 0 30px }

.sectionBox{ padding-top: 20px; }

.hider{ display: none; }
.box{ position: relative; }
.box .title{ margin-bottom: 10px; height: 50px; line-height: 50px; background: #137015; padding-left: 24px; font-size: 20px; font-weight: bold; position: relative; color: #fff;}
.box .title::after{ content: ''; height: 20px; position: absolute; top: 15px; left: 10px; border-left: 4px solid #ec3b31; }
.box .title .listNav li{ color: rgba(255, 255, 255, 0.8); cursor: pointer; display: inline-block; margin-right: 20px; }
.box .title .listNav li.active{ color: #fff;}
.box .section .list .more{ font-size: 30px; font-weight: bold; display: block; color: #fff; position: absolute; top: 0; right: 16px; }
.box .section .list li{ line-height: 42px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }
.box .section li .href{ color: #000; font-size: 16px;}
.box .section li .href:hover{ color: #137015; }
.box .section li .href span{ vertical-align:2px; width: 6px; height: 6px; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; -ms-border-radius: 3px; background: #ec3b32; margin-right: 12px; display: inline-block; }
.box .link{ display: block; margin: 15px 0; }
.box .link img{ width: 100%; }
.box .iconBox .item a{ color: #000; }
.box .iconBox .item a:hover{ color: #137015; }
.box .iconBox .list{ text-align: center; }
.box .iconBox .list .img{ text-align: center; margin: 0 auto 10px; width: 60px; height: 60px; display: block; background: #137015; border-radius: 34px; -moz-border-radius: 34px; -ms-border-radius: 34px; -webkit-border-radius: 34px; }
.box .iconBox .list .img img{ padding-top: 8px; }
.box .apply .img img{ width: 100%; }

.category .list{ color: #000;; display: block; text-align: center; margin-bottom: 20px; font-size: 18px; background: #f0f0f0; }
.category .list:hover{ color: #fff; background: #137015; }
.category .list img{ margin: 20px 0 14px; }
.category .list p{ padding-bottom: 20px;}

.imgBox .list{ margin-bottom: 20px; display: block; }
.imgBox .list img{ width: 100%; }

.special{ background: rgba(19, 112, 21, 0.6); padding-bottom: 10px;}
.special-list{ position: relative; max-width: 1110px; }
.swiper-container { max-width: 1020px; }
.swiper-slide  img{ width: 100%; }
.swiper-button-next:focus, .swiper-button-prev:focus { outline: none; }
.swiper-button-next{ right: 0; }
.swiper-button-prev{ left: 0; }
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.swiper-button-next:after, .swiper-button-prev:after{ font-size: 0 !important; }

@media (max-width: 1000px) and (min-width: 768px) {
  .box .iconBox .item{ padding: 0 10px;}
}