@charset "utf-8";

.swiper-step {
  --swiper-theme-color: #ff6600;
  /* 设置Swiper风格 */
  --swiper-navigation-color: #fff;
  --swiper-navigation-size: 16px;
}
.swiper-step li {
  padding: 0;
  width: 70vw;
}
.swiper-step .swiper-button-next,
.swiper-step .swiper-button-prev {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  margin-top: -24px;
  background: #cdd1d7;
  transition: 0.3s;
}
.swiper-step .swiper-button-next:hover,
.swiper-step .swiper-button-prev:hover {
  background: red;
  background: linear-gradient(#ee7226, #e95412);
}
.swiper-step .swiper-button-next,
.swiper-step .swiper-button-prev {
  margin-top: 0;
  top: 28%;
  left: auto;
  right: auto;
}
.swiper-step .swiper-button-prev {
  right: 85vw;
}
.swiper-step .swiper-button-next {
  left: 85vw;
}
.swiper-step .yearbox {
  position: relative;
  font-family: medium;
  color: #cdd1d7;
  margin-bottom: 0.6rem;
  min-height: 15vw;
}
.swiper-step .yearbox::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  border-top: 1px solid #e5eaf0;
  z-index: 1;
  bottom: 0;
  background: #fff;
}
.swiper-step .year {
  font-size: 0;
  font-size: 15vw;
  line-height: 1;
  position: relative;
  text-align: center;
  visibility: hidden;
}
.swiper-step .year > * {
  display: inline-block;
  vertical-align: top;
  line-height: 1;
  margin: 0;
}
.swiper-step .year em {
  color: #53b255;
  background-image: -webkit-linear-gradient(top, #ee7226, #e95412);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  position: relative;
  z-index: 2;
}
.swiper-step .year2 {
  font-size: 0.48rem;
  line-height: 1;
  padding-bottom: 48px;
  margin: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  top: 55%;
}
.swiper-step .yearbox::after,
.swiper-step .year .p1::after {
  top: 65%;
}
.swiper-step .swiper-slide-prev .info,
.swiper-step .swiper-slide-next .info {
  display: none;
}
.swiper-step .swiper-slide-prev .year2 {
  right: 0;
}
.swiper-step .swiper-slide-next .year2 {
  left: 0;
}
.swiper-step .swiper-slide-active .year {
  visibility: visible;
}
.swiper-step .swiper-slide-active .year2 {
  display: none;
}
.swiper-step .info {
  width: 80%;
  margin: 0 auto;
}
.swiper-step .info h4 {
  font-size: 24px;
  margin-bottom: 16px;
}
.swiper-step .info p {
  padding-left: 0.32rem;
  position: relative;
  font-size: 16px;
  color: #666;
  line-height: 37px;
}
.swiper-step .info p::after {
  content: '';
  width: 8px;
  height: 8px;
  background: #bbbbbb;
  border-radius: 50%;
  position: absolute;
  left: 0;
  margin-top: -4px;
  top: 50%;
}
@media (max-width: 1440px) {
  .swiper-step .pnext {
    width: 34px;
    height: 34px;
  }
}
@media (max-width: 768px) {
  .swiper-step {
    padding-bottom: 0.8rem;
  }
  .swiper-step .swiper-pagination {
    line-height: 1;
    bottom: 0;
  }
  .swiper-step .pnext {
    border-radius: 50%;
    color: #fff;
    background: #cdd1d7;
  }
  .swiper-step .pnext::after {
    font-size: 14px;
  }
  .swiper-step .swiper-button-prev {
    right: 90vw;
  }
  .swiper-step .swiper-button-next {
    left: 90vw;
  }
  .swiper-step .pnext {
    width: 26px;
    height: 26px;
  }
  .swiper-step li {
    width: 74vw;
  }
  .swiper-step li .yearbox {
    margin-bottom: 0.5rem;
  }
  .swiper-step li .year2 {
    font-size: 0.3rem;
    padding-bottom: 26px;
  }
  .swiper-step li .info {
    width: 100%;
    font-size: 14px;
    line-height: 1.76;
  }
  .swiper-step li .info p {
    padding-left: 15px;
  }
  .swiper-step li .info p::after {
    width: 8px;
    height: 8px;
    top: 9px;
  }
}
@media (max-width: 640px) {
  .swiper-step .year {
    font-size: 90px;
  }
  .swiper-step .year2 {
    top: 50%;
  }
  .swiper-step .pnext {
    top: 46px;
  }
  .swiper-step .info h4 {
    font-size: 20px;
  }
  .swiper-step .info p {
    font-size: 14px;
    line-height: 1.9;
  }
}
.js-box {
  margin: 1rem auto 1.2rem;
}
@media (min-width: 993px) {
  .js-box {
    display: -webkit-flex;
    display: flex;
    display: -webkit-box;
    display: box;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    box-align: center;
    -webkit-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .js-box .content,
  .js-box .img {
    width: 50%;
  }
  .js-box .content {
    padding-left: 5%;
  }
}
.js-box .info {
  font-size: 16px;
  color: #666;
  line-height: 30px;
  margin: 0.4rem 0 0.7rem;
}
.js-box .logo {
  text-align: right;
}
.js-box .logo img {
  width: 30%;
  max-width: 250px;
}
@media (max-width: 1200px) {
  .js-box .info {
    font-size: 14px;
    line-height: 1.76;
  }
}
@media (max-width: 992px) {
  .js-box .img {
    width: 80%;
    display: block;
    margin: 0 auto;
  }
  .js-box .info {
    font-size: 16px;
    color: #666;
    line-height: 30px;
  }
}
@media (max-width: 640px) {
  .js-box .img {
    width: 100%;
  }
  .js-box .info {
    font-size: 14px;
    line-height: 1.76;
  }
}
.js-box3 {
  max-width: 1440px;
  width: 92%;
  margin-left: auto;
  margin-right: auto;
  margin: 1rem auto 1.3rem;
  max-width: 980px;
  text-align: center;
}
@media (max-width: 768px) {
}
@media (max-width: 640px) {
  .js-box3 {
    width: 88%;
  }
}
.js-box3 .info {
  margin: 0.5rem 0 1rem;
  font-size: 16px;
  color: #666;
  line-height: 30px;
}
.js-box3 .img {
  width: 60%;
  max-width: 565px;
}
@media (max-width: 640px) {
  .js-box3 .info {
    font-size: 14px;
    line-height: 1.76;
    margin-bottom: 0.6rem;
  }
  .js-box3 .img {
    width: 80%;
  }
}
.js-box2 {
  background: url('../images/bg4.jpg') no-repeat center center;
  background-size: cover;
  padding-top: 1rem;
  --swiper-theme-color: #ff6600;
  /* 设置Swiper风格 */
  --swiper-navigation-color: #fff;
  --swiper-navigation-size: 16px;
}
.js-box2 .tit1 {
  margin-bottom: 0.6rem;
}
.js-box2 .bd {
  position: relative;
  padding-left: 0.8rem;
  padding-right: 0.8rem;
  max-width: 1600px;
}
.js-box2 .honner-list {
  margin: 0;
}
.js-box2 .honner-list .inner {
  padding: 0rem 0rem 0rem;
  position: relative;
  border-radius:20px;
  margin: 8px;
  box-shadow: 0px 5px 10px 4px rgba(0, 0, 0, 0.1);
}
.js-box2 .honner-list span {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.5rem;
  font-size: 16px;
}
.js-box2 .honner-list li:Hover {
  color: #e95412;
}
.js-box2 .honner-list li {
  width: 25%;
  padding: 20px;
}
.js-box2 .swiper-button-next,
.js-box2 .swiper-button-prev {
  width: 48px;
  height: 48px;
  border-radius: 50%;
	  margin-top: -24px;
  background: #cdd1d7;
  transition: 0.3s;
}
.js-box2 .swiper-button-next:hover,
.js-box2 .swiper-button-prev:hover {
  background: red;
  background: linear-gradient(#13983e, #13983e);
}
@media (max-width: 1440px) {
  .js-box2 .swiper {
    padding-bottom: 0.8rem;
  }
  .js-box2 .bd {
    padding-left: 0.4rem;
    padding-right: 0.4rem;
  }
  .js-box2 .honner-list span {
    bottom: 0.3rem;
    font-size: 14px;
  }
}
@media (max-width: 992px) {
  .js-box2 .bd {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 768px) {
  .js-box2 {
    padding-top: 1rem;
  }
  .js-box2 .tit1 {
    margin-bottom: 0.4rem;
  }
  .js-box2 .bd {
    width: 92%;
  }
  .js-box2 .swiper-button-next,
  .js-box2 .swiper-button-prev {
    width: 1.6rem;
    height: 1.6rem;
    line-height: 1.6rem;
  }
  .js-box2 .honner-list li {
    width: 50%;
  }
  .js-box2 .honner-list li .inner {
    padding-bottom: 0.5rem;
  }
}

.tindent {
  text-indent: 2em;
  text-align: left;
}
/*# sourceMappingURL=css.css.map */