/*font-size*/
.banner {
  position: relative;
  width: 100%;
  height: 630px;
  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 .titlew {
  position: relative;
  font-size: 38px;
  font-weight: 600;
  margin-top: -50px;
}


.titleq {
  margin-bottom:40px;
}
.titleq h1 {
  position: relative;
  display: flex;
  justify-content: center;
  text-align: center;
  font-size: 38px;
  padding-bottom: 15px; color:#fff;
}

.titleq h1::after {
  position: absolute;
  content: "";
  width: 40px;
  left: 50%;
  margin-left: -20px;
  height: 2px;
  background: #d12d25;
  bottom: 0;
}
.feelings-box{padding:50px 0; position:relative; overflow:hidden;}

 .feelings-box .shade {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6); 
}
@media only screen and (max-width: 1440px) {
  .banner .bannerImg .titlew {
    font-size: 32px;
  }
}
@media only screen and (max-width: 1024px) {
  .banner .bannerImg .titlew {
    font-size: 26px;
  }
}
@media only screen and (max-width: 767px) {
  .banner .bannerImg .titlew {
    font-size: 24px;
  }
}
.banner .bannerImg .titlew::after {
  content: " ";
  position: absolute;
  width: 30%;
  height: 2px;
  left: 35%;
  bottom: -10px;
  background-color: #fff;
}
.banner .bannerImg .text {
  font-size: 16px;
  margin-top: 50px;
}
@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-titlew {
  font-size: 38px;
  text-align: center;
  position: relative;
}
@media only screen and (max-width: 1440px) {
  .content .common-titlew {
    font-size: 32px;
  }
}
@media only screen and (max-width: 1024px) {
  .content .common-titlew {
    font-size: 26px;
  }
}
@media only screen and (max-width: 767px) {
  .content .common-titlew {
    font-size: 24px;
  }
}
.content .common-titlew::after {
  content: " ";
  position: absolute;
  left: 50%;
  bottom: -5px;
  width: 1em;
  height: 2px;
  background-color: #d12d25;
  transform: translateX(-50%);
}
.content .top-main {
  z-index: 1;
}
#app{margin-bottom:2rem;}
.content .top-main .main-box {
  width: 100%;
  height: 500px;
  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: 250px;
  padding: 65px 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 .titlew {
  font-size: 26px;
  letter-spacing: 2px;
}
@media only screen and (max-width: 1440px) {
  .content .top-main .main-box .left .card .titlew {
    font-size: 24px;
  }
}
@media only screen and (max-width: 1024px) {
  .content .top-main .main-box .left .card .titlew {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .content .top-main .main-box .left .card .titlew {
    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:36px;
  line-height: 18px;
  font-size: 12px;
  opacity: 0.5;
}
.content .top-main .main-box .left .card.one {
  background-color: #338cc1;
  position: relative;
  padding-left: 24px;
  padding-right: 20px;
  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: 40px;
  padding-right: 40px;
}
.content .top-main .main-box .left .card.two .titlew {
  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:30px;
  padding-right: 30px;
}
.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 .titlew {
  font-size: 20px;
  color: #fff;
  z-index: 1;
}
@media only screen and (max-width: 1200px) {
  .content .top-main .main-box .left .card.three .titlew {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1024px) {
  .content .top-main .main-box .left .card.three .titlew {
    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: 24px;
  padding-right: 20px;
}
.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 .titlew {
  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: 40px;
  padding-right: 40px;
  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;     padding-left: 40px; color:#fff;
    padding-right: 40px;
}
.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: 380px;
  padding: 0 5%;
  margin-top: 25px;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  overflow: hidden;
}
.content .top-main .creed-box .titlew {
  font-size: 32px;
  color: #fff;
  margin-top: 110px;
}
@media only screen and (max-width: 1440px) {
  .content .top-main .creed-box .titlew {
    font-size: 30px;
  }
}
@media only screen and (max-width: 1024px) {
  .content .top-main .creed-box .titlew {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .content .top-main .creed-box .titlew {
    font-size: 22px;
  }
}
.content .top-main .creed-box .text {
  font-size: 18px;
  color: #fff;
  margin: 20px 0 50px;
}
@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: 82px;
  line-height: 60px;
  color: #fff;
  opacity: 0.2;
}
.content .feelings-box {
  padding: 90px 0 100px;
  position: relative;
  background-size: cover;
  background-position: center;
}
.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 .titlew {
  color: #fff;
}
.content .feelings-box .box {
  margin-top: 90px;
  width: 100%;
  position: relative;
}
.content .feelings-box .box .slide {
  display: flex;
  height: 530px;
}
.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: 40px;
}
.content .feelings-box .box .slide .left .top {
  height: 50%;
  margin-bottom: 0.1px;
  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.1px;
  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.5px;
}
.content .feelings-box .box .slide .text {
  position: absolute;
  bottom: 0.3px;
  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: 1px 0;
}
.content .honor-box .titlew {
  color: #333;
}
.content .honor-box .box {
  margin-top: 0.7px;
}
.content .honor-box .box .time-nav {
  position: relative;
}
.content .honor-box .box .time-nav .slide-box {
  height: 1.2px;
  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.24px;
  height: 0.24px;
  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: #338cc1;
  border-width: 0.06px;
}
.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: #338cc1;
}
.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.3px;
}
.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: #338cc1;
  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.3px;
  border-bottom: 1px solid #878787;
}
.content .honor-box .box .time-detail .module .img-box .img {
  height: 1.4px;
  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.3px 0.2px 0 0.25px;
}
.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 .titlew {
  color: #222;
  font-size: 22px;
  margin: 0.16px 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 .titlew {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .content .honor-box .box .time-detail .module .content .titlew {
    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.9px 0 1px;
  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 .titlew {
  color: #333;
}
.content .story-box .box {
  margin-top: 0.6px;
  width: 100%;
  position: relative;
}
.content .story-box .box .slide {
  display: flex;
  align-items: center;
  height: 7.3px;
}
.content .story-box .box .slide .left {
  width: 34%;
  height: 5px;
  padding: 0 0.7px 0 0.5px;
  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.1px 0.2px;
  text-align: center;
  background-color: #338cc1;
  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 .titlew {
  color: #131313;
  font-size: 32px;
  margin: 0.36px 0 0.3px;
}
@media only screen and (max-width: 1440px) {
  .content .story-box .box .slide .left .describe .titlew {
    font-size: 30px;
  }
}
@media only screen and (max-width: 1024px) {
  .content .story-box .box .slide .left .describe .titlew {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .content .story-box .box .slide .left .describe .titlew {
    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.3px;
  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.1px 0.2px;
  text-align: center;
  background-color: #338cc1;
  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.6px;
  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.5px;
  bottom: 0.5px;
  right: 1.5px;
  z-index: 2;
}
.content .story-box .box .slide .right .top .content .titlew {
  font-size: 32px;
  color: #fff;
}
@media only screen and (max-width: 1440px) {
  .content .story-box .box .slide .right .top .content .titlew {
    font-size: 30px;
  }
}
@media only screen and (max-width: 1024px) {
  .content .story-box .box .slide .right .top .content .titlew {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .content .story-box .box .slide .right .top .content .titlew {
    font-size: 22px;
  }
}
.content .story-box .box .slide .right .top .content .word {
  margin-top: 0.2px;
  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.4px;
  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.36px;
  bottom: 0.3px;
  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.3px;
  position: relative;
  padding: 0.36px 0.36px 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.1px;
  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.4px 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: 5px;
  }
  .content .feelings-box .box .slide .right {
    width: 100%;
    margin: 0.1px 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.1px 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: 5px;
  }
  .content .story-box .box .slide .right .bottom .right-chunk {
    height: 3px;
    width: 100%;
    margin: 0.1px 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;
  }
}
