/*font-size*/
.banner {
  position: relative;
  width: 100%;
  height: 6.3rem;
  background-size: cover;
  background-position: center;
  z-index: -1;
}
.banner .bannerImg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  letter-spacing: 3px;
  background-color: rgba(5, 20, 39, 0.5);
}
.banner .bannerImg .title {
  position: relative;
  font-size: 38px;
  font-weight: 600;
  margin-top: -0.5rem;
}
@media only screen and (max-width: 1440px) {
  .banner .bannerImg .title {
    font-size: 32px;
  }
}
@media only screen and (max-width: 1024px) {
  .banner .bannerImg .title {
    font-size: 26px;
  }
}
@media only screen and (max-width: 767px) {
  .banner .bannerImg .title {
    font-size: 24px;
  }
}
.banner .bannerImg .title::after {
  content: " ";
  position: absolute;
  width: 30%;
  height: 2px;
  left: 35%;
  bottom: -0.1rem;
  background-color: #fff;
}
.banner .bannerImg .text {
  font-size: 16px;
  margin-top: 0.5rem;
}
@media only screen and (max-width: 1366px) {
  .banner .bannerImg .text {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .banner .bannerImg .text {
    font-size: 14px;
  }
}
.content .innerWrap {
  width: 1280px;
  margin: 0 auto;
}
.content .common-title {
  font-size: 38px;
  text-align: center;
  position: relative;
}
@media only screen and (max-width: 1440px) {
  .content .common-title {
    font-size: 32px;
  }
}
@media only screen and (max-width: 1024px) {
  .content .common-title {
    font-size: 26px;
  }
}
@media only screen and (max-width: 767px) {
  .content .common-title {
    font-size: 24px;
  }
}
.content .common-title::after {
  content: " ";
  position: absolute;
  left: 50%;
  bottom: -5px;
  width: 1em;
  height: 2px;
  background-color: #d12d25;
  transform: translateX(-50%);
}
.content .top-main {
  z-index: 1;
  transform: translateY(-0.8rem);
}
.content .top-main .main-box {
  width: 100%;
  height: 5rem;
  display: flex;
  justify-content: space-between;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.content .top-main .main-box .left {
  width: 60%;
  display: flex;
  flex-wrap: wrap;
}
.content .top-main .main-box .left .card {
  flex: auto;
  width: 33%;
  height: 2.5rem;
  padding: 0.65rem 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.content .top-main .main-box .left .card:hover {
  transform: translate(-10px, -10px) scale(1.05);
  box-shadow: 0 10px 10px #666;
  z-index: 99;
}
.content .top-main .main-box .left .card .title {
  font-size: 26px;
  letter-spacing: 2px;
}
@media only screen and (max-width: 1440px) {
  .content .top-main .main-box .left .card .title {
    font-size: 24px;
  }
}
@media only screen and (max-width: 1024px) {
  .content .top-main .main-box .left .card .title {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .content .top-main .main-box .left .card .title {
    font-size: 18px;
  }
}
.content .top-main .main-box .left .card .describe {
  font-size: 16px;
}
@media only screen and (max-width: 1366px) {
  .content .top-main .main-box .left .card .describe {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .content .top-main .main-box .left .card .describe {
    font-size: 14px;
  }
}
.content .top-main .main-box .left .card .describe-en {
  height: 0.36rem;
  line-height: 0.18rem;
  font-size: 12px;
  opacity: 0.5;
}
.content .top-main .main-box .left .card.one {
  background-color: #c90815;
  position: relative;
  padding-left: 0.24rem;
  padding-right: 0.2rem;
  color: #fff;
}
.content .top-main .main-box .left .card.one .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 55%;
  opacity: 0.1;
}
.content .top-main .main-box .left .card.two {
  background-color: #fff;
  padding-left: 0.4rem;
  padding-right: 0.4rem;
}
.content .top-main .main-box .left .card.two .title {
  color: #181818;
}
.content .top-main .main-box .left .card.two .describe {
  color: #747474;
}
.content .top-main .main-box .left .card.two .describe-en {
  color: #303030;
  opacity: 0.3;
}
.content .top-main .main-box .left .card.three {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding-left: 0.3rem;
  padding-right: 0.3rem;
}
.content .top-main .main-box .left .card.three .shade {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 0;
}
.content .top-main .main-box .left .card.three .title {
  font-size: 20px;
  color: #fff;
  z-index: 1;
}
@media only screen and (max-width: 1200px) {
  .content .top-main .main-box .left .card.three .title {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1024px) {
  .content .top-main .main-box .left .card.three .title {
    font-size: 16px;
  }
}
.content .top-main .main-box .left .card.three .describe-en {
  color: #fff;
  z-index: 1;
}
.content .top-main .main-box .left .card.four {
  background-color: #f3f3f3;
  position: relative;
  padding-left: 0.24rem;
  padding-right: 0.2rem;
}
.content .top-main .main-box .left .card.four .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 80%;
  opacity: 0.1;
}
.content .top-main .main-box .left .card.four .title {
  color: #181818;
}
.content .top-main .main-box .left .card.four .describe {
  color: #525252;
}
.content .top-main .main-box .left .card.four .describe-en {
  color: #828181;
}
.content .top-main .main-box .left .card.five {
  background-color: #3a3a3a;
  padding-left: 0.4rem;
  padding-right: 0.4rem;
  color: #fff;
}
.content .top-main .main-box .left .card.five .describe-en {
  opacity: 0.3;
}
.content .top-main .main-box .left .card.six {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
}
.content .top-main .main-box .right {
  flex: none;
  width: 40%;
  overflow: hidden;
}
.content .top-main .main-box .right:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
}
.content .top-main .main-box .right img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.content .top-main .creed-box {
  width: 100%;
  height: 3.8rem;
  padding: 0 5%;
  margin-top: 0.25rem;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  overflow: hidden;
}
.content .top-main .creed-box .title {
  font-size: 32px;
  color: #fff;
  margin-top: 1.1rem;
}
@media only screen and (max-width: 1440px) {
  .content .top-main .creed-box .title {
    font-size: 30px;
  }
}
@media only screen and (max-width: 1024px) {
  .content .top-main .creed-box .title {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .content .top-main .creed-box .title {
    font-size: 22px;
  }
}
.content .top-main .creed-box .text {
  font-size: 18px;
  color: #fff;
  margin: 0.2rem 0 0.5rem;
}
@media only screen and (max-width: 1024px) {
  .content .top-main .creed-box .text {
    font-size: 16px;
  }
}
.content .top-main .creed-box .text-en {
  font-size: 0.82rem;
  line-height: 0.6rem;
  color: #fff;
  opacity: 0.2;
}
.content .feelings-box {
  padding: 0.9rem 0 1rem;
  position: relative;
}
.content .feelings-box .shade {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}
.content .feelings-box .title {
  color: #fff;
}
.content .feelings-box .box {
  margin-top: 0.9rem;
  width: 100%;
  position: relative;
}
.content .feelings-box .box .slide {
  display: flex;
  height: 5.3rem;
}
.content .feelings-box .box .slide .left {
  flex: none;
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.content .feelings-box .box .slide .left .bg {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.content .feelings-box .box .slide .left .text {
  left: 0.4rem;
}
.content .feelings-box .box .slide .left .top {
  height: 50%;
  margin-bottom: 0.1rem;
  overflow: hidden;
  position: relative;
}
.content .feelings-box .box .slide .left .top:hover .bg {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
}
.content .feelings-box .box .slide .left .bottom {
  height: 50%;
  overflow: hidden;
  position: relative;
}
.content .feelings-box .box .slide .left .bottom:hover .bg {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
}
.content .feelings-box .box .slide .right {
  flex: auto;
  width: 50%;
  margin-left: 0.1rem;
  overflow: hidden;
  position: relative;
}
.content .feelings-box .box .slide .right .bg {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.content .feelings-box .box .slide .right:hover .bg {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
}
.content .feelings-box .box .slide .right .text {
  left: 0.5rem;
}
.content .feelings-box .box .slide .text {
  position: absolute;
  bottom: 0.3rem;
  color: #fff;
  font-size: 24px;
}
@media only screen and (max-width: 1440px) {
  .content .feelings-box .box .slide .text {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1200px) {
  .content .feelings-box .box .slide .text {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1024px) {
  .content .feelings-box .box .slide .text {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .content .feelings-box .box .slide .text {
    font-size: 16px;
  }
}
.content .feelings-box .box .swiper-button-prev,
.content .feelings-box .box .swiper-button-next {
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 42px;
  font-weight: bold;
}
@media only screen and (max-width: 1440px) {
  .content .feelings-box .box .swiper-button-prev,
  .content .feelings-box .box .swiper-button-next {
    font-size: 34px;
  }
}
@media only screen and (max-width: 1024px) {
  .content .feelings-box .box .swiper-button-prev,
  .content .feelings-box .box .swiper-button-next {
    font-size: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .content .feelings-box .box .swiper-button-prev,
  .content .feelings-box .box .swiper-button-next {
    font-size: 24px;
  }
}
.content .feelings-box .box .swiper-button-prev {
  left: -60px;
  color: #fff;
}
.content .feelings-box .box .swiper-button-next {
  right: -60px;
  color: #e50212;
}
.content .feelings-box .box .swiper-button-prev::after {
  content: "\e601";
}
.content .feelings-box .box .swiper-button-next::after {
  content: "\e683";
}
.content .honor-box {
  padding: 1rem 0;
}
.content .honor-box .title {
  color: #333;
}
.content .honor-box .box {
  margin-top: 0.7rem;
}
.content .honor-box .box .time-nav {
  position: relative;
}
.content .honor-box .box .time-nav .slide-box {
  height: 1.2rem;
  display: flex;
  justify-content: space-around;
  align-items: center;
  position: relative;
}
.content .honor-box .box .time-nav .slide-box .slide {
  flex: auto;
  text-align: center;
  height: 100%;
  position: relative;
}
.content .honor-box .box .time-nav .slide-box .slide:not(:last-child)::before {
  content: " ";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #dedede;
  transform: translateX(50%);
}
.content .honor-box .box .time-nav .slide-box .slide .year {
  color: #929292;
  font-size: 24px;
  line-height: 1;
}
@media only screen and (max-width: 1440px) {
  .content .honor-box .box .time-nav .slide-box .slide .year {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1200px) {
  .content .honor-box .box .time-nav .slide-box .slide .year {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1024px) {
  .content .honor-box .box .time-nav .slide-box .slide .year {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .content .honor-box .box .time-nav .slide-box .slide .year {
    font-size: 16px;
  }
}
.content .honor-box .box .time-nav .slide-box .slide .dot {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.24rem;
  height: 0.24rem;
  background-color: #dedede;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  border-color: #eeb0b4;
  border-style: solid;
  border-width: 0;
  cursor: pointer;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.content .honor-box .box .time-nav .slide-box .slide .dot.active {
  background-color: #c90815;
  border-width: 0.06rem;
}
.content .honor-box .box .time-nav .swiper-button-prev,
.content .honor-box .box .time-nav .swiper-button-next {
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 42px;
  font-weight: bold;
}
@media only screen and (max-width: 1440px) {
  .content .honor-box .box .time-nav .swiper-button-prev,
  .content .honor-box .box .time-nav .swiper-button-next {
    font-size: 34px;
  }
}
@media only screen and (max-width: 1024px) {
  .content .honor-box .box .time-nav .swiper-button-prev,
  .content .honor-box .box .time-nav .swiper-button-next {
    font-size: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .content .honor-box .box .time-nav .swiper-button-prev,
  .content .honor-box .box .time-nav .swiper-button-next {
    font-size: 24px;
  }
}
.content .honor-box .box .time-nav .swiper-button-prev {
  left: 0;
  color: #9d9d9d;
}
.content .honor-box .box .time-nav .swiper-button-next {
  right: 0;
  color: #c90815;
}
.content .honor-box .box .time-nav .swiper-button-prev::after {
  content: "\e601";
}
.content .honor-box .box .time-nav .swiper-button-next::after {
  content: "\e683";
}
.content .honor-box .box .time-detail {
  width: 100%;
  margin-top: 0.3rem;
}
.content .honor-box .box .time-detail .swiper-container-horizontal > .swiper-scrollbar {
  left: 0;
  bottom: 2px;
  z-index: 50;
  height: 1px;
  width: 100%;
  background-color: #c3c3c3;
}
.content .honor-box .box .time-detail .swiper-container-horizontal > .swiper-scrollbar .swiper-scrollbar-drag {
  height: 5px;
  background-color: #c90815;
  border-radius: 5px;
  top: -2px;
}
.content .honor-box .box .time-detail .module {
  width: 28%;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.content .honor-box .box .time-detail .module:hover {
  background-color: #f5f5f5;
}
.content .honor-box .box .time-detail .module:hover .img-box .img img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
}
.content .honor-box .box .time-detail .module .img-box {
  padding-bottom: 0.3rem;
  border-bottom: 1px solid #878787;
}
.content .honor-box .box .time-detail .module .img-box .img {
  height: 1.4rem;
  overflow: hidden;
}
.content .honor-box .box .time-detail .module .img-box .img img {
  width: 100%;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.content .honor-box .box .time-detail .module .content {
  height: 310px;
  padding: 0.3rem 0.2rem 0 0.25rem;
}
.content .honor-box .box .time-detail .module .content .time {
  color: #222;
  font-size: 32px;
}
@media only screen and (max-width: 1440px) {
  .content .honor-box .box .time-detail .module .content .time {
    font-size: 30px;
  }
}
@media only screen and (max-width: 1024px) {
  .content .honor-box .box .time-detail .module .content .time {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .content .honor-box .box .time-detail .module .content .time {
    font-size: 22px;
  }
}
.content .honor-box .box .time-detail .module .content .title {
  color: #222;
  font-size: 22px;
  margin: 0.16rem 0;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media only screen and (max-width: 1440px) {
  .content .honor-box .box .time-detail .module .content .title {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .content .honor-box .box .time-detail .module .content .title {
    font-size: 16px;
  }
}
.content .honor-box .box .time-detail .module .content .describe {
  color: #898989;
  font-size: 14px;
  -webkit-line-clamp: 6;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .content .honor-box .box .time-detail .module .content .describe {
    font-size: 12px;
  }
}
.content .story-box {
  padding: 0.9rem 0 1rem;
  position: relative;
}
.content .story-box .shade {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.95);
}
.content .story-box .title {
  color: #333;
}
.content .story-box .box {
  margin-top: 0.6rem;
  width: 100%;
  position: relative;
}
.content .story-box .box .slide {
  display: flex;
  align-items: center;
  height: 7.3rem;
}
.content .story-box .box .slide .left {
  width: 34%;
  height: 5rem;
  padding: 0 0.7rem 0 0.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.content .story-box .box .slide .left .describe .flag {
  display: inline-block;
  line-height: 1;
  padding: 0.1rem 0.2rem;
  text-align: center;
  background-color: #c90815;
  color: #fff;
  font-size: 18px;
}
@media only screen and (max-width: 1024px) {
  .content .story-box .box .slide .left .describe .flag {
    font-size: 16px;
  }
}
.content .story-box .box .slide .left .describe .title {
  color: #131313;
  font-size: 32px;
  margin: 0.36rem 0 0.3rem;
}
@media only screen and (max-width: 1440px) {
  .content .story-box .box .slide .left .describe .title {
    font-size: 30px;
  }
}
@media only screen and (max-width: 1024px) {
  .content .story-box .box .slide .left .describe .title {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .content .story-box .box .slide .left .describe .title {
    font-size: 22px;
  }
}
.content .story-box .box .slide .left .describe .word {
  color: #131313;
  font-size: 16px;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.5;
  text-align: justify;
}
@media only screen and (max-width: 1366px) {
  .content .story-box .box .slide .left .describe .word {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .content .story-box .box .slide .left .describe .word {
    font-size: 14px;
  }
}
.content .story-box .box .slide .right {
  flex: none;
  width: 66%;
  height: 100%;
  margin-left: 0.3rem;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.content .story-box .box .slide .right .flag {
  position: absolute;
  top: 0;
  left: 0;
  line-height: 1;
  padding: 0.1rem 0.2rem;
  text-align: center;
  background-color: #c90815;
  color: #fff;
  font-size: 18px;
  z-index: 2;
}
@media only screen and (max-width: 1024px) {
  .content .story-box .box .slide .right .flag {
    font-size: 16px;
  }
}
.content .story-box .box .slide .right .top {
  height: 4.6rem;
  overflow: hidden;
  position: relative;
}
.content .story-box .box .slide .right .top:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
}
.content .story-box .box .slide .right .top img {
  width: 100%;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.content .story-box .box .slide .right .top .shade {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.content .story-box .box .slide .right .top .content {
  position: absolute;
  left: 0.5rem;
  bottom: 0.5rem;
  right: 1.5rem;
  z-index: 2;
}
.content .story-box .box .slide .right .top .content .title {
  font-size: 32px;
  color: #fff;
}
@media only screen and (max-width: 1440px) {
  .content .story-box .box .slide .right .top .content .title {
    font-size: 30px;
  }
}
@media only screen and (max-width: 1024px) {
  .content .story-box .box .slide .right .top .content .title {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .content .story-box .box .slide .right .top .content .title {
    font-size: 22px;
  }
}
.content .story-box .box .slide .right .top .content .word {
  margin-top: 0.2rem;
  font-size: 16px;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.5;
  color: #fff;
}
@media only screen and (max-width: 1366px) {
  .content .story-box .box .slide .right .top .content .word {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .content .story-box .box .slide .right .top .content .word {
    font-size: 14px;
  }
}
.content .story-box .box .slide .right .bottom {
  height: 2.4rem;
  display: flex;
  justify-content: space-between;
}
.content .story-box .box .slide .right .bottom .left-chunk {
  width: 50%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.content .story-box .box .slide .right .bottom .left-chunk:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
}
.content .story-box .box .slide .right .bottom .left-chunk img {
  width: 100%;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.content .story-box .box .slide .right .bottom .left-chunk .shade {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
}
.content .story-box .box .slide .right .bottom .left-chunk .word {
  position: absolute;
  left: 0.36rem;
  bottom: 0.3rem;
  right: 0;
  z-index: 2;
  font-size: 28px;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #fff;
}
@media only screen and (max-width: 1440px) {
  .content .story-box .box .slide .right .bottom .left-chunk .word {
    font-size: 24px;
  }
}
@media only screen and (max-width: 1024px) {
  .content .story-box .box .slide .right .bottom .left-chunk .word {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .content .story-box .box .slide .right .bottom .left-chunk .word {
    font-size: 18px;
  }
}
.content .story-box .box .slide .right .bottom .right-chunk {
  width: 50%;
  height: 100%;
  background-color: #fff;
  margin-left: 0.3rem;
  position: relative;
  padding: 0.36rem 0.36rem 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.content .story-box .box .slide .right .bottom .right-chunk .text-box .text {
  color: #221815;
  font-size: 28px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media only screen and (max-width: 1440px) {
  .content .story-box .box .slide .right .bottom .right-chunk .text-box .text {
    font-size: 24px;
  }
}
@media only screen and (max-width: 1024px) {
  .content .story-box .box .slide .right .bottom .right-chunk .text-box .text {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .content .story-box .box .slide .right .bottom .right-chunk .text-box .text {
    font-size: 18px;
  }
}
.content .story-box .box .slide .right .bottom .right-chunk .text-box .word {
  margin-top: 0.1rem;
  color: #2c2c2c;
  font-size: 16px;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.5;
}
@media only screen and (max-width: 1366px) {
  .content .story-box .box .slide .right .bottom .right-chunk .text-box .word {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .content .story-box .box .slide .right .bottom .right-chunk .text-box .word {
    font-size: 14px;
  }
}
.content .story-box .box .swiper-button-prev,
.content .story-box .box .swiper-button-next {
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 42px;
  font-weight: bold;
}
@media only screen and (max-width: 1440px) {
  .content .story-box .box .swiper-button-prev,
  .content .story-box .box .swiper-button-next {
    font-size: 34px;
  }
}
@media only screen and (max-width: 1024px) {
  .content .story-box .box .swiper-button-prev,
  .content .story-box .box .swiper-button-next {
    font-size: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .content .story-box .box .swiper-button-prev,
  .content .story-box .box .swiper-button-next {
    font-size: 24px;
  }
}
.content .story-box .box .swiper-button-prev {
  left: -60px;
  color: #000;
}
.content .story-box .box .swiper-button-next {
  right: -60px;
  color: #e50212;
}
.content .story-box .box .swiper-button-prev::after {
  content: "\e601";
}
.content .story-box .box .swiper-button-next::after {
  content: "\e683";
}
@media screen and (max-width: 1440px) {
  .content .innerWrap {
    width: 1110px;
  }
  .banner .innerWrap {
    width: 1110px;
  }
}
@media screen and (max-width: 1280px) {
  .content .innerWrap {
    width: 90%;
  }
  .banner .innerWrap {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .content .innerWrap .main-box {
    height: auto;
    flex-direction: column;
  }
  .content .innerWrap .main-box .left {
    width: 100%;
    margin: 0 0 20px;
  }
  .content .innerWrap .main-box .left .card {
    width: 50%;
    padding: 0.4rem 0;
  }
  .content .innerWrap .main-box .right {
    width: 100%;
  }
  .content .top-main .creed-box .text-en {
    font-size: 60px;
  }
  .content .feelings-box .box .slide {
    height: auto;
    flex-direction: column;
  }
  .content .feelings-box .box .slide .left {
    width: 100%;
  }
  .content .feelings-box .box .slide .left .top,
  .content .feelings-box .box .slide .left .bottom {
    max-height: 5rem;
  }
  .content .feelings-box .box .slide .right {
    width: 100%;
    margin: 0.1rem 0 0;
  }
  .content .feelings-box .box .slide .right img {
    width: 100%;
  }
  .content .story-box .box .slide {
    height: auto;
    flex-direction: column;
  }
  .content .story-box .box .slide .left {
    width: 100%;
  }
  .content .story-box .box .slide .right {
    width: 100%;
    margin: 0.1rem 0 0;
  }
  .content .story-box .box .slide .right .bottom {
    height: auto;
    flex-direction: column;
  }
  .content .story-box .box .slide .right .bottom .left-chunk {
    width: 100%;
    max-height: 5rem;
  }
  .content .story-box .box .slide .right .bottom .right-chunk {
    height: 3rem;
    width: 100%;
    margin: 0.1rem 0 0;
  }
}
@media screen and (max-width: 768px) and only screen and (max-width: 1440px) {
  .content .top-main .creed-box .text-en {
    font-size: 42px;
  }
}
@media screen and (max-width: 768px) and only screen and (max-width: 1024px) {
  .content .top-main .creed-box .text-en {
    font-size: 38px;
  }
}
@media screen and (max-width: 768px) and only screen and (max-width: 767px) {
  .content .top-main .creed-box .text-en {
    font-size: 30px;
  }
}
