.crumbs {
  margin-top: 0 !important;
  color: #6ba23e;
}

.common_tit {
  color: #6ba23e;
  font-family: "fontM";
  line-height: 1.16 !important;
}

.all {
  position: relative;
  padding-top: 40px;
  overflow: hidden;
}
.all > div {
  position: relative;
  z-index: 2;
}
.all > img {
  position: absolute;
}

.bg1 {
  right: 0;
  top: 0;
}

.bg2 {
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.bg3 {
  bottom: 0;
  left: 0;
  width: 100%;
}

.intro {
  padding: 128px 0 77px;
}
.intro .tit {
  font-family: "fontM";
}
.intro .flx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.intro .l {
  width: 34.5%;
}
.intro .l img {
  max-width: 100%;
}
.intro .des {
  line-height: 1.8125;
  margin-top: 12px;
}
.intro .r {
  width: 59.7%;
}
.intro .number {
  margin-top: 109px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.intro .number > div {
  height: 180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-right: 60px !important;
  border-top: 1px solid #c0ceb5;
  border-bottom: 1px solid #c0ceb5;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.intro .number > div:last-child {
  margin-right: 0 !important;
}
.intro .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.intro .top .num_first{
    font-weight: bold;
}
.intro .unit {
  color: #6ba23e;
  margin-left: 18px;
}
.intro .num {
  font-family: "fontM";
}

.history {
  padding: 56px 0 96px;
}
.history .flx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 94px;
}
.history .l {
  width: 93px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.history .c {
  width: calc(64% - 93px);
  padding-right: 50px;
  padding-left: 130px;
}
.history .r {
  width: 36%;
}
.history .img {
  position: relative;
  height: 0;
  padding-bottom: 86.5%;
  overflow: hidden;
  display: block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 10px;
}
.history .img img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -o-object-fit: cover;
     object-fit: cover;
  background-size: cover;
  background-position: center center;
}
.history .year {
  font-size: 120px;
  line-height: 1.16;
  font-family: "fontM";
}
.history .des {
  margin-top: 41px;
  line-height: 1.8125;
}
.history .history_btn {
  margin-top: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.history .history_prev {
  margin-right: 20px;
}
.history .pinned_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #fff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.history .pinned_btn svg path {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.history .pinned_btn:not(.swiper-button-disabled) {
  cursor: pointer;
}
.history .swiper-button-disabled {
  opacity: 0.4;
}
.history .pinned_btn:not(.swiper-button-disabled):hover {
  background: #6BA23E;
}
.history .pinned_btn:not(.swiper-button-disabled):hover svg path {
  fill: #fff;
}
.history .line {
  position: relative;
}
.history .line_now {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.history .l_year {
  font-family: "fontM";
  line-height: 1;
  color: #CFD7C3;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.history .sw1 {
  height: 500px;
}
.history .swiper-slide-thumb-active .l_year {
  color: #6BA23E;
}

.base {
  padding: 148px 0 128px;
}
.base .common_tit {
  text-align: center;
}
.base .summary {
  text-align: center;
}
.base .swiper {
  margin-top: 93px;
}
.base .swiper-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.base .swiper-slide {
  width: 400px;
  color: #fff;
  border-radius: 10px;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.base .swiper-slide:hover {
  width: 495px;
}
.base .txt {
  position: absolute;
  z-index: 2;
  left: 46px;
  bottom: 30px;
}
.base .img {
  position: relative;
  height: 0;
  padding-bottom: 75%;
  overflow: hidden;
  display: block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.base .img img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -o-object-fit: cover;
     object-fit: cover;
  background-size: cover;
  background-position: center center;
}
.base .img::after {
  content: "";
  display: block;
  left: 0;
  bottom: 0;
  position: absolute;
  width: 100%;
  height: 50%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(2%, transparent), to(#6BA23E));
  background: linear-gradient(180deg, transparent 2%, #6BA23E 100%);
}
.base .scroller {
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
  margin-top: 78px;
}
.base .swiper-scrollbar-drag {
  height: 3px;
  background: #6BA23E;
  cursor: -webkit-grab;
  cursor: grab;
}

.honor {
  padding: 134px 0 178px;
  background-size: cover;
  background-image: url(../img/about/bg.jpg);
}
.honor .title {
  color: #fff;
  text-align: center;
}
.honor .tab {
  margin: 42px auto 86px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.honor .tab div {
  width: 180px;
  height: 45px;
  background: #FFFFFF;
  border-radius: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #6BA23E;
  margin: 0 8px;
  cursor: pointer;
}
.honor .tab .honor_act {
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#7CA84B), color-stop(19%, #458031), color-stop(57%, #447F31), to(#7CA84B));
  background: linear-gradient(90deg, #7CA84B 0%, #458031 19%, #447F31 57%, #7CA84B 100%);
}
.honor .sw_flx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.honor .sw_flx .w1440 {
  margin-left: 48px;
  margin-right: 48px;
}
.honor .img {
  height: 335px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.honor .img img {
  max-width: 90%;
  max-height: 90%;
}
.honor .tit {
    text-align: center;
  height: 95px;
  padding: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: rgba(217, 222, 215, 0.5);
}
.honor .pinned_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #fff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.honor .pinned_btn svg path {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.honor .pinned_btn:not(.swiper-button-disabled) {
  cursor: pointer;
}
.honor .swiper-button-disabled {
  opacity: 0.4;
}
.honor .pinned_btn:not(.swiper-button-disabled):hover {
  background: #6BA23E;
}
.honor .pinned_btn:not(.swiper-button-disabled):hover svg path {
  fill: #fff;
}
.honor .swiper-slide {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
}
.honor .sw > div {
  display: none;
}
.honor .sw > div:first-child {
  display: block;
}

.culture {
  padding: 143px 0 150px;
  background-size: cover;
  background-image: url(../img/about/bg4.jpg);
}
.culture .common_tit {
  text-align: center;
}
.culture .flx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 82px;
}
.culture .box {
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  padding: 75px 48px 0;
  width: calc((100% - 72px) / 5);
  height: 415px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #fff), to(#dbf3cb));
  background-image: linear-gradient(#fff 30%, #dbf3cb 100%);
}
.culture .box img {
  position: relative;
  z-index: 2;
}
.culture .box div {
  position: relative;
  z-index: 2;
}
.culture .box::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background-image: -webkit-gradient(linear, left top, right bottom, from(#c5db2a), to(#3bae47));
  background-image: linear-gradient(to bottom right, #c5db2a, #3bae47);
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.culture .box:nth-child(even) {
  margin-top: 124px;
}
.culture .box:hover {
  color: #fff;
}
.culture .box:hover::after {
  opacity: 1;
}
.culture .tit {
  line-height: 1.17;
  margin-top: 26px;
  font-family: "fotnM";
}
.culture .des {
  margin-top: 10px;
}
@media screen and (max-width: 1600px){
    .all {
        padding-top: 20px;
    }
    .intro {
    padding: 6.66% 0 0px;
    }
    .intro .number{
        margin-top: 7.63%;
    }
    .intro .number > div {
    height: 130px;
            margin-right: 40px !important;
    }
    .history .year {
    font-size: 80px;
        
    }
    .history .des {
    margin-top: 15px;
        
    }
    .history .flx{
        margin-top: 60px;
    }
    .base {
    padding: 7.7% 0 6.66%;
}
.base .swiper {
    margin-top: 40px;
}
.base .scroller {
    margin-top: 50px;
}
.honor {
    padding: 6.97% 0 9.27%;
    
}
.honor .tab {
    margin: 20px auto 55px;
    
}
.honor .img {
    height: 210px;
    
}
.honor .tit {
    height: 70px;
    
}
.culture {
    padding: 7.44% 0 7.8125%;
    
}
.culture .box{
    padding: 50px 25px 0;
        height: 330px;
}
.culture .tit{
    margin-top: 15px;
}
.culture .flx{
    margin-top: 55px;
}
.culture .box:nth-child(even) {
    margin-top: 80px;
}
}
@media screen and (max-width: 1200px){
    .honor .sw_flx .w1440 {
    margin-left: 20px;
    margin-right: 20px;
    width: 80%;
}
.culture .flx{
    flex-wrap: wrap;
    justify-content: space-between;
            margin-top: 35px;
}
.culture .box:nth-child(even) {
        margin-top: 60px;
    }
.culture .box{
    width: 48%;
    height: 260px;
    padding: 35px 25px 0;
}
.intro .num{
    font-size: 24px;
}
    .intro .number > div {
        margin-right: 30px !important;
        height: 96px;
    }
    .summary{
        margin-top: 10px;
    }
    .base .swiper {
        margin-top: 25px;
    }
    .base .swiper-slide{
        width: 280px;
    }
    .base .swiper-slide:hover {
        width: 340px;
    }
}
@media screen and (max-width: 768px){
    .intro {
        padding: 40px 0 0px;
    }
    .intro .flx{
        flex-direction: column;
                margin-top: 0px;
    }
    .intro .r {
    width: 100%;
    margin-top: 20px;
}
.intro .l {
    width: 100%;
    margin: auto;
}
.common_tit{
    text-align: center;
}
.intro .number {
        margin-top: 30px;
    }
        .intro .number {
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .intro .number > div {
        margin-right: 0 !important;
        width: 48%;
        flex: none;
    }
    .intro .number > div:nth-child(n+3) {
        border-top: none;
    }
    .history {
    padding: 40px 0;
}
.history .l{
    display: none;
}
    .history .flx {
        flex-direction: column-reverse;
                margin-top: 25px;
    }
    .history .r {
    width: 50%;
    margin: auto;
}

.history .c {
        margin-top: 25px;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
}
    .history .year {
        text-align: center;
        font-size: 40px;
    }
        .history .des {
        margin-top: 10px;
    }
    .history .history_btn{
            margin-top: 30px;
        justify-content: center;
    }
        .base {
        padding: 40px 20px;
    }
        .base .swiper {
        margin-top: 20px;
    }
        .base .scroller {
        margin-top: 25px;
    }
    .summary{
        text-align: center;
    }
    .base .txt{
            left: 25px;
    bottom: 25px;
    }
    .honor .sw_flx .w1440 {
        margin-left: 15px;
        margin-right: 15px;
        width: calc(100% - 160px);
    }
    .honor .tab div{
        text-align: center;
        font-size: 12px;
            height: 40px;
    }
        .honor .tab {
        margin: 15px auto 35px;
        justify-content: space-between;
    }
    .honor .tab div {
    width: 32%;
        margin: 0;
    }
    .culture .box{
        width: 100%;
        height: auto;
        padding: 35px 25px;
        text-align: center;
    }
    .culture .box:nth-child(n+2){
        margin-top: 20px;
    }
        .culture {
        padding: 40px 0;
    }
    .culture .flx{
        margin-top: 25px;
    }
}
