.experienceBox {
  height: 700px;
  background: url(../image/expre.jpg) no-repeat;
  background-size: 100% 100%;
}
.experienceBox .timeLineBox {
  margin-top: 50px;
  position: relative;
}
.experienceBox .timeLineBox .time {
  color: #047E41;
  font-size: 22px;
  font-weight: bold;
  position: relative;
  z-index: 3;
  margin-left: 30px;
  margin-bottom: 20px;
}
.experienceBox .timeLineBox::after {
  content: "";
  position: absolute;
  left: 7px;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: #ccc;
}
.experienceBox .timeLineBox .item {
  font-size: 22px;
  padding-left: 90px;
  position: relative;
  margin-bottom: 30px;
}
.experienceBox .timeLineBox .item::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 15px;
  height: 15px;
  background-color: #047E41;
  border-radius: 50%;
  z-index: 1;
}
.experienceBox .title {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 42px;
  letter-spacing: 2px;
}

.cultureBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 80px;
}
.cultureBox .arrowBtns {
  margin-top: 175px;
}
.cultureBox .arrowBtns img {
  width: 42px;
  height: 42px;
  margin-right: 20px;
  cursor: pointer;
}
.cultureBox .right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 50px;
}
.cultureBox .right .content {
  font-size: 22px;
  color: #666;
  line-height: 30px;
  margin-top: 24px;
  letter-spacing: 1px;
}
.cultureBox .right .artTtile {
  color: #047E41;
  font-size: 42px;
  letter-spacing: 2px;
  margin-top: 40px;
}
.cultureBox .right .title {
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 24px;
  position: relative;
}
.cultureBox .right .title::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #047E41;
}
.cultureBox .left {
  width: 680px;
  height: 450px;
}
.cultureBox .left img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.swiperBox {
  height: 480px;
}
.swiperBox .swiper2 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.swiperBox .swiper2 .swiper-slide {
  width: 400px;
}
.swiperBox .swiper {
  width: 100%;
  height: 480px;
}
.swiperBox .swiper .swiper-slide {
  text-align: center;
  font-size: 18px;
  /* Center slide text vertically */
  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;
  -webkit-transition: 300ms;
  transition: 300ms;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}
.swiperBox .swiper .swiper-slide img {
  -webkit-transition: 300ms;
  transition: 300ms;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}
.swiperBox .swiper .swiper-slide-active, .swiperBox .swiper .swiper-slide-duplicate-active {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.swiperBox .swiper .swiper-slide-active img, .swiperBox .swiper .swiper-slide-duplicate-active img {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.swiperBox .indicator {
  margin-top: 20px;
  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;
}
.swiperBox .indicator .text {
  font-size: 26px;
  color: #047E41;
  font-weight: bold;
  letter-spacing: 2px;
  padding: 0 120px;
}
.swiperBox .indicator .arrowRight {
  width: 42px;
  height: 42px;
  background: url(../image/arrow_right.png) no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
}
.swiperBox .indicator .arrowLeft {
  width: 42px;
  height: 42px;
  background: url(../image/arrow_left.png) no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
}

.honorBox {
  margin-top: 80px;
  height: 740px;
  background: url(../image/honorBg.jpg) no-repeat;
  background-size: 100% 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.honorBox .title {
  padding-top: 50px;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 2px;
  text-align: center;
}
.honorBox .desc {
  font-size: 18px;
  color: #999;
  margin-top: 10px;
  text-align: center;
}

.aboutDyBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
}
.aboutDyBox .left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 24px;
}
.aboutDyBox .left .desc {
  font-size: 18px;
  color: #666;
  line-height: 28px;
  margin-top: 30px;
  letter-spacing: 1px;
}
.aboutDyBox .left .title {
  font-size: 26px;
  color: #047E41;
  font-weight: bold;
  letter-spacing: 2px;
  padding-bottom: 25px;
  position: relative;
}
.aboutDyBox .left .title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 86px;
  height: 2px;
  background-color: #047E41;
}
.aboutDyBox .right {
  -webkit-box-flex: 1%;
      -ms-flex: 1%;
          flex: 1%;
  margin-left: 24px;
}
.aboutDyBox .right .desc {
  font-size: 18px;
  color: #666;
  line-height: 28px;
  letter-spacing: 1px;
}

.anchorNavBox {
  height: 73px;
  border-bottom: 1px solid #EBEBEB;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.anchorNavBox .item {
  width: 160px;
  height: 100%;
  line-height: 72px;
  text-align: center;
  font-size: 18px;
  color: #666;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.anchorNavBox .item:hover {
  color: #fff;
  background-color: #047E41;
}
.anchorNavBox .item.active {
  color: #fff;
  background-color: #047E41;
}

.bannerBox {
  height: 540px;
}
.bannerBox img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.bannerBox2 {
  height: 480px;
  margin-top: 80px;
}
.bannerBox2 img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

section {
  margin-top: 80px;
}