header .rt .navbox .navli:nth-child(1) .navTl span i {
  color: #3a984c;
}

.flt {
  float: left;
}

.frt {
  float: right;
}

.about_a {
  padding-bottom: 5.203%;
}

.about_a .mktitle {
  background: url(../image/about_02.png) repeat;
  margin-bottom: 4%;
}

.about_a .content .textbox {
  width: 51%;
}

.about_a .content .textbox .tl {
  font-size: 20px;
  color: #333333;
  margin-bottom: 18px;
}

.about_a .content .textbox .txt {
  line-height: 24px;
  color: #666666;
  
  text-align: justify;
  max-height: 410px;
  overflow: auto;
  padding-right: 10px;
}

.about_a .content .imgbox {
  width: 42.5%;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
  height: 450px;
}

.about_a .content .imgbox img {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  display: block;
  height: 100%;
}

.about_a .content .imgbox:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.about_b {
  padding: 5.203% 0;
  background: url(../image/ind_17.png) no-repeat top center;
}

.about_b .wrap1600 {
  background: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.about_b .wrap1600 .content {
  width: 87.5%;
  margin: 0 auto;
  border-top: 2px solid #f0f0f0;
  padding: 4% 0 5% 0;
}

.about_b .wrap1600 .content li {
  width: 18%;
  float: left;
  padding-top: 1px;
  text-align: center;
  padding-bottom: 40px;
  position: relative;
  margin-right: 2.5%;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-box-shadow: 0px 0px 0px 0px #3a984c;
  -moz-box-shadow: 0px 0px 0px 0px #3a984c;
  box-shadow: 0px 0px 0px 0px #3a984c;
}

.about_b .wrap1600 .content li .imgbox {
  width: 112px;
  border: 4px solid #f7f7f7;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin: 0 auto 23px auto;
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0);
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0);
  background: #fff;
}

.about_b .wrap1600 .content li .imgbox img {
  width: 100%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.about_b .wrap1600 .content li .textbox {
  position: relative;
  z-index: 2;
}

.about_b .wrap1600 .content li .textbox .tl {
  color: #333333;
  font-size: 20px;
  margin-bottom: 19px;
}

.about_b .wrap1600 .content li .textbox .te {
  height: 82px;
  color: #666666;
  line-height: 24px;
  font-family: MicrosoftYaHei;
}

.about_b .wrap1600 .content li .textbox .info {
  color: #e0e0e0;
  font-size: 16px;
  -webkit-transform: translateY(15px);
  -moz-transform: translateY(15px);
  -ms-transform: translateY(15px);
  transform: translateY(15px);
  opacity: 0;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.about_b .wrap1600 .content li:last-child {
  margin-right: 0;
}

.about_b .wrap1600 .content li::after {
  content: '';
  display: block;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  top: 100%;
  background: #fafafa;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  z-index: 1;
}

.about_b .wrap1600 .content li:hover {
  -webkit-box-shadow: 0px 4px 0px 0px #3a984c;
  -moz-box-shadow: 0px 4px 0px 0px #3a984c;
  box-shadow: 0px 4px 0px 0px #3a984c;
}

.about_b .wrap1600 .content li:hover .imgbox {
  -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.08);
  border-color: #3a984c;
}

.about_b .wrap1600 .content li:hover .textbox .info {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.about_b .wrap1600 .content li:hover::after {
  top: 60px;
}

.about_c {
  background: #f7f7f7;
  padding: 5.203% 0;
}

.about_c .wrap1600 {
  background: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.about_c .content {
  width: 87.5%;
  margin: 0 auto;
  border-top: 2px solid #f0f0f0;
  padding: 4% 0 5% 0;
}

.about_c .content .lt {
  width: 172px;
  float: left;
}

.about_c .content .lt #monthSwiper {
  position: relative;
  height: 360px;
  margin-bottom: 24px;
}

.about_c .content .lt #monthSwiper .swiper-slide {
  height: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #f0f0f0;
  text-align: center;
  line-height: 38px;
  color: #333333;
  font-size: 18px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  cursor: pointer;
  background: #fff;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.about_c .content .lt #monthSwiper .actSlide,
.about_c .content .lt #monthSwiper .swiper-slide:hover {
  color: #fff;
  background: #3a984c;
  border-color: #3a984c;
}

.about_c .content .lt #monthSwiper::after {
  content: '';
  display: block;
  width: 1px;
  height: 100%;
  background: #f0f0f0;
  position: absolute;
  left: 50%;
  top: 0;
  z-index: -1;
}

.about_c .content .lt .controlbox {
  text-align: center;
}

.about_c .content .lt .controlbox .btn {
  display: inline-block;
  width: 38px;
  height: 38px;
  border: 1px solid #f0f0f0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  position: relative;
  cursor: pointer;
}

.about_c .content .lt .controlbox .btn img {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.about_c .content .lt .controlbox .btn .act {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

.about_c .content .lt .controlbox .btn:hover {
  background: #3a984c;
  border-color: #3a984c;
}

.about_c .content .lt .controlbox .btn:hover .nor {
  opacity: 0;
}

.about_c .content .lt .controlbox .btn:hover .act {
  opacity: 1;
}

.about_c .content .rt {
  float: right;
  width: -webkit-calc(100% - 200px);
  width: -moz-calc(100% - 200px);
  width: calc(100% - 200px);
  height: 440px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
  border: solid 1px #f0f0f0;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.about_c .content .rt #historySwiper {
  height: 100%;
}

.about_c .content .rt #historySwiper .swiper-slide {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 100% !important;
}

.about_c .content .rt #historySwiper .swiper-slide .imgbox {
  width: 600px;
  float: left;
}

.about_c .content .rt #historySwiper .swiper-slide .textbox {
  width: -webkit-calc(100% - 630px);
  width: -moz-calc(100% - 630px);
  width: calc(100% - 630px);
  height: 100%;
  overflow: auto;
  float: right;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 30px;
}

.about_c .content .rt #historySwiper .swiper-slide .textbox .inbox {
  padding-top: 1px;
}

.about_c .content .rt #historySwiper .swiper-slide .textbox .inbox .year {
  font-size: 18px;
  margin-top: 30px;
  margin-bottom: 24px;
  color: #3a984c;
}

.about_c .content .rt #historySwiper .swiper-slide .textbox .inbox .text {
  color: #666666;
  line-height: 24px;
  
}

.about_c .content .rt #historySwiper .swiper-slide .textbox::-webkit-scrollbar {
  width: 2px;
}

.about_c .content .rt #historySwiper .swiper-slide .textbox::-webkit-scrollbar-thumb {
  background: #3a984c;
}

.about_c .content .rt #historySwiper .swiper-slide .textbox::-webkit-scrollbar-track {
  background: #f0f0f0;
}

.about_d {
  background: #f7f7f7;
  margin-top: -1px;
  padding-bottom: 6.25%;
}

.about_d .mktitle {
  padding-top: 0;
  padding-bottom: 3.3333%;
}

.about_d .wrap1600 {
  position: relative;
}

.about_d .wrap1600 .btn {
  position: absolute;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  top: 50%;
  background: #fff;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  z-index: 20;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.about_d .wrap1600 .btn img {
  display: block;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.about_d .wrap1600 .btn .act {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

.about_d .wrap1600 .honor_prev {
  left: -70px;
}

.about_d .wrap1600 .honor_next {
  right: -70px;
}

.about_d .wrap1600 .btn:hover {
  background: #3a984c;
}

.about_d .wrap1600 .btn:hover .nor {
  opacity: 0;
}

.about_d .wrap1600 .btn:hover .act {
  opacity: 1;
}

.about_d .wrap1600 #honor {
  padding-bottom: 50px;
}

.about_d .wrap1600 #honor #honorSP {
  bottom: 0;
}

.about_d .wrap1600 #honor #honorSP .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #fff;
  opacity: 1;
}

.about_d .wrap1600 #honor #honorSP .swiper-pagination-bullet-active {
  background: #3a984c;
}

.about_d .wrap1600 .swiper-slide {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
}

.about_d .wrap1600 .swiper-slide .imgbox {
  padding: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: solid 1px #f0f0f0;
}

.about_d .wrap1600 .swiper-slide .imgbox img {
  width: 100%;
}

.about_d .wrap1600 .swiper-slide .title {
  color: #333333;
  font-size: 20px;
  text-align: center;
  line-height: 80px;
}

@media (max-width: 1440px) {
  .about_a .content .textbox .tl {
    font-size: 18px;
  }
  .about_b .wrap1600 .content li {
    padding-bottom: 30px;
  }
  .about_b .wrap1600 .content li .imgbox {
    width: 80px;
    border-width: 2px;
  }
  .about_b .wrap1600 .content li .textbox .tl {
    font-size: 18px;
    margin-bottom: 16px;
  }
  .about_b .wrap1600 .content li .textbox .te {
    font-size: 12px;
    line-height: 20px;
    height: 80px;
  }
  .about_b .wrap1600 .content li .textbox .info {
    font-size: 12px;
  }
  .about_d .wrap1600 .swiper-slide .title {
    font-size: 18px;
  }
}

@media (max-width: 1440px) {
  .about_d .wrap1600 .honor_next {
    right: -45px;
  }
  .about_d .wrap1600 .honor_prev {
    left: -45px;
  }
}

@media (max-width: 1024px) {
  .about_c .content .lt #monthSwiper {
    height: 296px;
  }
  .about_c .content .rt {
    height: 360px;
  }
  .about_c .content .rt #historySwiper .swiper-slide .imgbox {
    width: 238px;
  }
  .about_c .content .rt #historySwiper .swiper-slide .textbox {
    width: -webkit-calc(100% - 258px);
    width: -moz-calc(100% - 258px);
    width: calc(100% - 258px);
  }
  .about_d .wrap1600 .btn {
    display: none;
  }
}

@media (max-width: 768px) {
  .about_a .content .imgbox,
  .about_a .content .textbox {
    float: none;
    width: 100%;
  }
  .about_a .content .imgbox {
    margin-bottom: 22px;
    height: auto;
  }
  .about_a .content .imgbox img {
    width: 100%;
    height: auto;
  }
  .about_a .content .textbox .txt {
    height: 300px;
  }
  .about_b {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
  }
  .about_b .wrap1600 .content {
    padding-bottom: 0;
  }
  .about_b .wrap1600 .content li {
    width: 100%;
    margin-right: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    padding: 20px 0;
    margin-bottom: 20px;
    border: 1px solid #f0f0f0;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
  }
  .about_b .wrap1600 .content li .imgbox {
    float: left;
    margin-bottom: 0;
    border-color: #3a984c;
    margin-left: 4px;
  }
  .about_b .wrap1600 .content li .textbox {
    padding-top: 10px;
    width: -webkit-calc(100% - 94px);
    width: -moz-calc(100% - 94px);
    width: calc(100% - 94px);
    float: right;
  }
  .about_b .wrap1600 .content li .textbox .tl {
    margin-bottom: 10px;
  }
  .about_b .wrap1600 .content li .textbox .te {
    height: auto;
    margin-bottom: 10px;
  }
  .about_b .wrap1600 .content li .textbox .info {
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
    opacity: 1;
  }
  .about_c .content .lt {
    width: 100%;
  }
  .about_c .content .lt .controlbox {
    display: none;
  }
  .about_c .content .lt #monthSwiper {
    height: auto;
  }
  .about_c .content .lt #monthSwiper .swiper-slide {
    font-size: 16px;
  }
  .about_c .content .rt {
    width: 100%;
    height: auto;
  }
  .about_c .content .rt #historySwiper .swiper-slide {
    height: auto !important;
  }
  .about_c .content .rt #historySwiper .swiper-slide .imgbox {
    width: 100%;
  }
  .about_c .content .rt #historySwiper .swiper-slide .textbox {
    width: 100%;
  }
}