@font-face {
  font-family: 'numFont';
  src: url('../fonts/kronaone-regular.ttf');
}
body::-webkit-scrollbar {
  width: 0 !important;
}
#section3 .swiper-wrapper {
  -ms-touch-action: none;
  touch-action: none;
}
body {
  width: 100vw;
  padding: 0 !important;
  /* IE10 */
  -ms-overflow-style: none;
  /* FireFox */
  overflow: -moz-scrollbars-none;
  scroll-behavior: smooth;
}
.head {
  background: var(--light-nav-bgcolor);
}
.page-about {
  z-index: 1;
  margin-bottom: 100vh;
  background-color: #fff;
}
.section {
  width: 100%;
  background-color: #fff;
  position: relative;
}
.section.section4 {
  background: #ECF6FF;
}
.section.section5 {
  background: linear-gradient(0.52deg, #F5FBFF -2.12%, #E8F4FF 109.8%);
}
.section1 {
  width: 100%;
  background-color: #fff;
  position: relative;
  padding-bottom: 131px;
}
@keyframes mydown-point {
  0% {
    top: 0;
  }
  100% {
    top: 25px;
  }
}
@keyframes myup-point {
  0% {
    top: 25px;
  }
  100% {
    top: 0;
  }
}
.section1 .section1-content-wrap {
  width: 100vw;
}
.section1 .section1-cont-top {
  width: 100%;
  height: 42%;
  position: relative;
  min-height: 380px;
}
.section1 .section1-cont-top img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section1 .section1-cont-top .banner-text {
  position: absolute;
  top: 0;
  display: block;
  width: 100%;
  height: 93%;
  padding-top: 79px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 54px;
  color: #fff;
  line-height: 70px;
  letter-spacing: 4px;
  /* text-shadow: 2px 4px 3px rgba(2, 32, 53, 0.45); */
}
.section1 .section1-cont-top .pos {
  position: absolute;
  top: 50px;
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 79px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  line-height: 92px;
  letter-spacing: 4px;
}
.section1 .section1-cont-top .pos a {
  color: #ffffff;
}
.section1 .section1-cont-bot {
  display: flex;
  margin-top: 4.9%;
}
.section1 .section1-cont-bot-left {
  width: 44.8%;
  height: auto;
}
.section1 .section1-cont-bot-left .title,
.section2 .section-title span,
.section3 .section-content .title h3,
.section4 .section4-content .content-left .title,
.section5 .contact-container .title {
  font-size: 52px;
  line-height: 80px;
}
.section1 .section1-cont-bot-left .title {
  color: var(--light-main-color);
  font-weight: 600;
  position: relative;
}
.section1 .section1-cont-bot-left .title::after {
  content: '';
  position: absolute;
  bottom: -32px;
  left: 0;
  width: 105px;
  height: 6px;
  background: var(--light-main-color);
  display: none;
}
.section1 .section1-cont-bot-left .words-box {
  margin-top: 4%;
}
.section1 .section1-cont-bot-left .words-box p {
  font-size: 16px;
  line-height: 1.8;
  /*text-align: justify;*/
  color: var(--light-default-color);
  padding-bottom: 18px;
}
.section1 .section1-cont-bot-left .words-box hr {
  height: 0;
  border-top: 0;
}
.section1 .section1-cont-bot-right {
  width: 50.2%;
  height: auto;
  margin-left: auto;
  overflow: hidden;
  background: #0078D7;
}
.section1 .section1-cont-bot-right img {
  width: 100%;
  height: 100%;
  transition: all 0.6s;
}
.section1 .section1-cont-bot-right img:hover {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.section4 .section4-content .content-left .location-desc hr {
  height: 0;
  border-top: 0;
}
.section2 {
  height: auto;
  z-index: 2;
  background: transparent;
}
.sticky-content2 {
  width: 100%;
  height: auto;
  position: relative;
  /* 粘性布局必须有定位及overflow */
  overflow: hidden;
  padding-bottom: 300px;
}
.section2-wrap {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, rgba(56, 162, 255, 0.2) 100%), #FFFFFF;
}
.section2 .section-item {
  width: 100%;
  height: auto;
}
.section2 .aco-container,
.section2 .aco-container .container-box {
  height: auto;
  position: relative;
  z-index: 2;
  top: 0;
}
.section2 .scroll-content {
  height: 100%;
  display: flex;
  display: -webkit-flex;
  white-space: nowrap;
  position: absolute;
  left: 0;
  top: 0;
  padding-left: 72px;
  padding-top: 79px;
}
.section2 .section-title {
  position: relative;
  left: 0;
  bottom: auto;
}
.section2 .scroll-content .scroll-item {
  flex: 0 0 auto;
  width: 304px;
  height: 100%;
  margin-right: 50px;
  display: inline-block;
  vertical-align: top;
  opacity: 1;
  position: relative;
}
.section2 .container-box {
  height: 100%;
}
.section2 .scroll-content .scroll-item.pc-scroll-item {
  opacity: 0;
  top: -300px;
  -webkit-transition: all 0.3s ease, opacity 2s ease, top 1s ease;
  -o-transition: all 0.3s ease, opacity 2s ease, top 1s ease;
  transition: all 0.3s ease, opacity 2s ease, top 1s ease;
}
.section2 .scroll-content .pc-scroll-item.falldown {
  top: 0;
  opacity: 1;
}
.section2 .scroll-content .scroll-item .img-box {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.section2 .scroll-content .scroll-item.about-scroll1 .img-box {
  height: 256px;
}
.section2 .scroll-content .scroll-item.about-scroll2 .img-box {
  height: 346px;
}
.section2 .scroll-content .scroll-item.about-scroll3 .img-box {
  height: 405px;
}
.section2 .scroll-content .scroll-item.about-scroll4 .img-box {
  height: 494px;
}
.section2 .scroll-content .scroll-item .img-box img {
  /* max-width: 300vw !important;
  max-height: 100%; */
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.6s;
}
.section2 .scroll-content .scroll-item .img-box img:hover {
  -webkit-transform: scale(1.2) translate(-50%, -50%) translateZ(0);
  transform: scale(1.2) translate(-50%, -50%) translateZ(0);
}
.section2 .scroll-content .scroll-item .year {
  font-family: "numFont";
  font-size: 60px;
  line-height: 68px;
  letter-spacing: 8px;
  color: var(--light-main-color);
  font-weight: 600;
  margin-left: -4px !important;
  margin-bottom: 14px !important;
  margin-top: 24px !important;
  display: inline-block;
}
.section2 .scroll-content .scroll-item .desc {
  font-size: 14px;
  line-height: 24px;
  color: 666;
  white-space: normal;
  /* text-align: justify; */
}
.section2 .scroll-content .scroll-item .desc p {
  /* list-style: disc; */
  position: relative;
  padding-left: 14px;
  display: block;
}
.section2 .scroll-content .scroll-item .desc p::after {
  content: '';
  position: absolute;
  width: 4px;
  height: 4px;
  background-color: #278f9b;
  display: block;
  left: 0;
  top: 13px;
  border-radius: 2px;
  transform: translateY(-50%);
}
.section2 .scroll-content .scroll-item .desc p span,
.section1 .section1-cont-bot-left .words-box p span {
  word-break: keep-all;
}
.section2 .section-title span {
  display: block;
  font-weight: 600;
  color: var(--light-main-color);
}
.section2 .section-title i {
  display: block;
  font-size: 26px;
  line-height: 40px;
  font-weight: 600;
  color: var(--light-main-color);
}
/* section3 */
.section3 {
  z-index: 3;
  top: -2px;
  height: auto;
  overflow: hidden;
  position: relative;
  background: transparent;
}
.section2-wrap .section3-bg-content {
  position: relative;
  overflow: hidden;
  padding-top: 250px;
}
.section2-wrap .section3-bg-content .line {
  position: absolute;
  left: 50%;
  top: 100%;
  z-index: 2;
  width: 300vw;
  height: 300vw;
  margin-top: -9vw;
  margin-left: -150vw;
  border-radius: 50%;
  background-color: #00091A;
  box-shadow: -28px -14px 0 0 #F0FAFF;
}
.section2-wrap .section3-bg-content .tips1 {
  position: absolute;
  left: 12vw;
  bottom: -4vw;
  z-index: 3;
  width: 20vw;
}
.section2-wrap .section3-bg-content .tips2 {
  position: absolute;
  left: 12vw;
  bottom: -4vw;
  z-index: 1;
  width: 20vw;
}
.section3 .section-content {
  /* height: 84vh; */
  background: linear-gradient(180deg, #00091A 20%, #00527E 82.66%, #1B67B2 104.79%);
}
.section3.up .section-content {
  animation: mydown-s3 1.5s;
  animation-fill-mode: forwards;
}
.section3.down .section-content {
  animation: mydown-s3 1.5s;
  animation-fill-mode: forwards;
}
.section3 .section-content .aco-container,
.section3 .section-content .aco-container .row {
  height: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
}
.section3 .section-content .title {
  text-align: center;
  font-size: 36px;
  line-height: 54px;
  color: #F0FAFF;
  font-weight: 500;
  position: relative;
  z-index: 2;
}
.section3 .section-content .title h3 {
  color: #F0FAFF;
  margin-bottom: 24px;
}
.section3.up .section-content .title {
  animation: myup-point 1.5s;
  animation-fill-mode: forwards;
}
.section3.down .section-content .title {
  animation: mydown-point 1.5s;
  animation-fill-mode: forwards;
}
.section3 .section-content .scroll-content {
  width: 100%;
  height: 500px;
  position: relative;
  z-index: 2;
  cursor: pointer;
}
.section3 .section-content .scroll-content-title {
  width: 152px;
  height: 60px;
  border: 1px solid #FFFFFF;
  box-sizing: border-box;
  border-radius: 50px;
  margin: 80px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 26px;
  line-height: 40px;
  color: #fff;
  position: relative;
}
.section3 .section-content .scroll-item-2 .scroll-content-title {
  margin: 50px auto 30px;
}
.section3.up .section-content .scroll-content-title {
  animation: myup-point 1.5s;
  animation-fill-mode: forwards;
}
.section3.down .section-content .scroll-content-title {
  animation: mydown-point 1.5s;
  animation-fill-mode: forwards;
}
.section3 .section-content .scroll-item-2 .scroll-content,
.section3 .section-content .scroll-item-3 .scroll-content {
  height: 560px;
}
.section3.up .section-content .scroll-content {
  animation: myup-point 1.5s;
  animation-fill-mode: forwards;
}
.section3.down .section-content .scroll-content {
  animation: mydown-point 1.5s;
  animation-fill-mode: forwards;
}
.section3 .section-content .scroll-content .scroll-item {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: opacity 0.5s ease-out;
  z-index: 0;
}
.section3 .section-content .scroll-content .scroll-item.active {
  opacity: 1;
  z-index: 1;
}
.section3 .section-content .scroll-content .scroll-item .swiper-slide {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
}
.section3 .section-content .scroll-content .scroll-item .swiper-slide img {
  max-width: 100%;
  max-height: 80%;
  transform: scale(0.9);
  transition: transform 0.5s ease-out;
}
.section3 .section-content .scroll-content .scroll-item .swiper-slide.swiper-slide-active img {
  transform: scale(1);
}
@keyframes mydown-bg {
  0% {
    bottom: -2px;
  }
  100% {
    bottom: -27px;
  }
}
@keyframes myup-bg {
  0% {
    bottom: -27px;
  }
  100% {
    bottom: -2px;
  }
}
.section4 .section4-bg {
  position: absolute;
  width: 100%;
  height: 500px;
  left: 0;
  bottom: -2px;
  background: linear-gradient(182.68deg, #1B67B2 -35.68%, #00527E 118.16%);
}
.section4.up .section4-bg {
  animation: myup-bg 1.5s;
  animation-fill-mode: forwards;
}
.section4.down .section4-bg {
  animation: mydown-bg 1.5s;
  animation-fill-mode: forwards;
}
.section4 .section4-content {
  width: 100%;
  height: 1014px;
  position: relative;
}
.section4 .section4-content-wrap {
  display: flex;
}
.section4 .section4-content .content-left {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  position: relative;
  margin-top: 270px;
  padding-left: 239px;
}
.section4 .section4-content .content-left .title {
  font-weight: 600;
  letter-spacing: 2px;
  color: #E28754;
  margin-bottom: 112px;
}
.section4 .section4-content .content-left .desc {
  width: 570px;
  font-size: 16px;
  line-height: 28px;
  color: #ffffff;
}
.section4 .section4-content .content-left .btn-fullscreen {
  margin-top: 127px;
  color: #ffffff;
  font-size: 16px;
  line-height: 24px;
  display: flex;
  align-items: center;
}
/* .section4 .section4-content .content-left .btn-fullscreen .fullscreen-icon {
  font-size: 24px;
  margin-right: 12px;
} */
.section4 .section4-content .content-right {
  height: 100%;
  margin-top: 160px;
  margin-left: auto;
}
.section4 .section4-content .content-right .video-wrap {
  position: relative;
  width: 937px;
  height: 703px;
  cursor: pointer;
}
.section4 .section4-content .content-right .video-wrap .play-icon-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(3, 10, 18, 0.4);
  z-index: 9999;
}
.section4.up .section4-content .content-right .video-wrap {
  animation: myup-point 1.5s;
  animation-fill-mode: forwards;
}
.section4.down .section4-content .content-right .video-wrap {
  animation: mydown-point 1.5s;
  animation-fill-mode: forwards;
}
.section4.up .section4-content .content-left {
  animation: myup-point 1.5s;
  animation-fill-mode: forwards;
}
.section4.down .section4-content .content-left {
  animation: mydown-point 1.5s;
  animation-fill-mode: forwards;
}
.section4 .section4-content .content-right .video-wrap .play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -52px;
  margin-top: -52px;
  z-index: 2;
  font-size: 104px;
  color: rgba(240, 250, 255, 0.9);
}
.section4 .section4-content .content-right .video-wrap video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section5 .contact-container .title {
  padding-top: 30px;
  font-weight: 600;
  color: #00527E;
}
.section5 .contact-container .title small {
  display: block;
  margin-top: 24px;
  font-weight: normal;
  font-size: 16px;
  line-height: 28px;
  color: #12527E;
}
.section5 .contact-content {
  margin-top: 64px;
  padding-bottom: 75px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.contact-item {
  width: 46.6%;
  margin-bottom: 52px;
}
.contact-item .contact-address {
  font-weight: 600;
  font-size: 36px;
  line-height: 56px;
  color: #00527E;
  position: relative;
  padding-left: 20px;
  margin-bottom: 26px;
}
.contact-item .contact-address::before {
  content: '';
  position: absolute;
  top: 16px;
  left: 0;
  width: 4px;
  height: 24px;
  background: #00527E;
}
.contact-item .item-img {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
}
.contact-item .item-img img {
  width: 100%;
  height: 100%;
  transition: all 0.6s;
  object-fit: cover;
}
.contact-item .item-img img:hover {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.contact-item .ac-small {
  margin-top: 20px;
  font-size: 16px;
  line-height: 28px;
  color: #00527E;
}
video::-webkit-media-controls {
  overflow: hidden !important;
}
.section2 .scroll-content::-webkit-scrollbar,
.sticky-content::-webkit-scrollbar {
  display: none;
}
.swiper-scrollbar {
  bottom: -10px !important;
}
.page-about-mobile {
  opacity: 0;
  visibility: hidden;
  display: none;
}
/* ipad size 1024 */
@media screen and (min-width: 991px) and (max-width: 1199px) {
  .page-about-pc {
    opacity: 0;
    visibility: hidden;
    display: none;
  }
  .page-about-mobile {
    opacity: 1;
    visibility: visible;
    display: block;
  }
}
/* size 1200 */
@media screen and (min-width: 1200px) and (max-width: 1439px) {
  .aco-container {
    padding: 0 64px;
  }
  .section1 .section1-cont-top {
    height: 380px;
  }
  .section2 .section-item {
    margin-top: 33px;
  }
  .section2 .scroll-content .scroll-item {
    margin-right: 52px;
  }
  .section2 .scroll-content .scroll-item .desc {
    font-size: 12px;
    line-height: 20px;
  }
  .section2 .section-title {
    bottom: 40px;
  }
  .section1 .section1-cont-bot-left .title,
  .section2 .section-title span,
  .section3 .section-content .title h3,
  .section4 .section4-content .content-left .title,
  .section5 .contact-container .title {
    font-size: 42px;
    line-height: 60px;
  }
  .section2 .section-title i {
    font-size: 22px;
    line-height: 34px;
  }
  .section3 .section-content {
    margin-top: -6px;
  }
  .section4 .section4-content {
    height: 750px;
  }
  .section4 .section4-bg {
    height: 440px;
  }
  .section4 .section4-content .content-left {
    margin-top: 158px;
    padding-left: 64px;
  }
  .section4 .section4-content .content-left .title {
    margin-bottom: 56px;
  }
  .section4 .section4-content .content-left .desc {
    width: 434px;
    font-size: 14px;
    line-height: 24px;
  }
  .section4 .section4-content .content-right {
    margin-top: 194px;
  }
  .section4 .section4-content .content-right .video-wrap {
    width: 616px;
    height: 462px;
  }
  .section4 .section4-content .content-right .video-wrap .play-icon {
    margin-left: -34px;
    margin-top: -34px;
    font-size: 68px;
  }
  .section4 .section4-content .content-left .btn-fullscreen {
    margin-top: 112px;
  }
}
/*huawei m6 横屏*/
@media screen and (min-width: 1200px) and (max-width: 1439px) and (max-height: 800px) {
  .section1 .section1-cont-top {
    height: 380px;
  }
  .section2 .scroll-content {
    padding-left: 33px;
    margin-top: -53px;
  }
  .section2 .section-item {
    margin-top: 14px;
  }
  .section2 .scroll-content .scroll-item {
    margin-right: -4px;
    transform: scale(0.8) !important;
  }
  .section2 .section-title {
    bottom: 16px !important;
  }
}
/* 1456 * 800 */
@media screen and (min-width: 1400px) and (max-width: 1499px) and (max-height: 830px) {
  .section1 .section1-cont-top {
    height: 380px;
  }
  .section2 .scroll-content .scroll-item {
    margin-right: -4px;
  }
  .section2 .scroll-content .scroll-item .year {
    font-size: 52px;
  }
  .section2 .section-title {
    bottom: 24px !important;
  }
}
/* size 1440 */
@media screen and (min-width: 1440px) and (max-width: 1499px) {
  .aco-container {
    padding: 0 72px;
  }
  .section1 .section1-cont-top {
    height: 380px;
  }
  .section2 .scroll-content .scroll-item {
    margin-right: 32px;
  }
  .section3 .section-content {
    margin-top: -6px;
  }
  .section4 .section4-content {
    height: 750px;
  }
  .section4 .section4-bg {
    height: 400px;
  }
  .section4 .section4-content .content-left {
    margin-top: 158px;
    padding-left: 72px;
  }
  .section4 .section4-content .content-left .title {
    margin-bottom: 64px;
  }
  .section4 .section4-content .content-left .desc {
    width: 524px;
  }
  .section4 .section4-content .content-right {
    margin-top: 158px;
  }
  .section4 .section4-content .content-right .video-wrap {
    width: 704px;
    height: 528px;
  }
  .section4 .section4-content .content-right .video-wrap .play-icon {
    margin-left: -39px;
    margin-top: -39px;
    font-size: 78px;
  }
}
@media screen and (min-width: 1500px) and (max-width: 1679px) {
  .aco-container {
    padding: 0 72px;
  }
  .section1 .section1-cont-top {
    height: 380px;
  }
  .section1 .section1-cont-top .banner-text {
    font-size: 64px;
  }
  .section2 .scroll-content .scroll-item {
    margin-right: -23px;
    transform: scale(0.8);
  }
  .section2 .scroll-content {
    top: -24px;
  }
  .section2 .section-title {
    bottom: 30px;
  }
  .section2 .section-item {
    margin-top: 0;
  }
  .section2 .scroll-content .scroll-item.about-scroll1 .img-box {
    height: 189px;
  }
  .section2 .scroll-content .scroll-item.about-scroll2 .img-box {
    height: 315px;
  }
  .section3 .section-content {
    margin-top: -6px;
  }
  .section4 .section4-content {
    height: 750px;
  }
  .section4 .section4-bg {
    height: 400px;
  }
  .section4 .section4-content .content-left {
    margin-top: 158px;
    padding-left: 72px;
  }
  .section4 .section4-content .content-left .title {
    margin-bottom: 64px;
  }
  .section4 .section4-content .content-left .desc {
    width: 524px;
  }
  .section4 .section4-content .content-right {
    margin-top: 158px;
  }
  .section4 .section4-content .content-right .video-wrap {
    width: 704px;
    height: 528px;
  }
  .section4 .section4-content .content-right .video-wrap .play-icon {
    margin-left: -39px;
    margin-top: -39px;
    font-size: 78px;
  }
}
/* size 1680 */
@media screen and (min-width: 1680px) and (max-width: 1919px) {
  .aco-container {
    padding: 0 194px;
  }
  .section3 .section-content {
    margin-top: -6px;
  }
}
/* size 1920 */
@media screen and (min-width: 1920px) and (max-width: 2559px) {
  .aco-container {
    padding: 0 223px;
  }
  .section1 .section1-cont-bot-left .words-box {
    margin-top: 4%;
  }
}
/* size 2560以上 */
@media (min-width: 2560px) {
  .aco-container {
    padding: 0 276px;
  }
  .section1 .section1-cont-bot-left .words-box p {
    font-size: 22px;
    line-height: 34px;
  }
  .section2 .scroll-content .scroll-item {
    margin-right: 52px;
  }
  .section2 .scroll-content .scroll-item .desc {
    font-size: 20px;
    line-height: 30px;
  }
  .section2-wrap .section3-bg-content {
    padding-top: 320px;
  }
  .section3 .section-content .scroll-content {
    height: 600px;
  }
  .section3 .section-content .scroll-item-2 .scroll-content,
  .section3 .section-content .scroll-item-3 .scroll-content {
    height: 660px;
  }
  .section4 .section4-content {
    height: 1250px;
  }
  .section4 .section4-bg {
    height: 600px;
  }
  .section4 .section4-content .content-left {
    margin-top: 400px;
    padding-left: 486px;
  }
  .section1 .section1-cont-bot-left .title,
  .section2 .section-title span,
  .section3 .section-content .title h3,
  .section4 .section4-content .content-left .title,
  .section5 .contact-container .title {
    font-size: 76px;
    line-height: 117px;
  }
  .section4 .section4-content .content-left .title {
    margin-bottom: 56px;
  }
  .section4 .section4-content .content-left .desc {
    width: 576px;
    font-size: 20px;
    line-height: 32px;
  }
  .section4 .section4-content .content-left .btn-fullscreen {
    margin-top: 170px;
    font-size: 20px;
  }
  .section4 .section4-content .content-right {
    margin-top: 158px;
  }
  .section4 .section4-content .content-right .video-wrap {
    width: 1260px;
    height: 944px;
  }
  .section4 .section4-content .content-right .video-wrap .play-icon {
    margin-left: -69px;
    margin-top: -69px;
    font-size: 138px;
  }
}
@media screen and (min-width: 1200px) {
  .section1 .section1-cont-bot-left .title {
    margin-bottom: 30px;
  }
  .section1 .section1-cont-bot-left .title h2 {
    font-size: 60px;
    font-weight: 600;
    color: #333333;
  }
  .section1 .section1-cont-bot-left .title p {
    font-size: 24px;
    font-weight: 500;
    color: #278f9b;
    line-height: 36px;
    padding-top: 10px;
  }
  .section1 .section1-cont-bot-left .title p b {
    font-size: 24px;
    font-weight: 600;
    padding: 0 10px;
  }
  .section3 .section-content .title {
    margin-bottom: 20px;
  }
  .section3 .section-content .title h2 {
    font-size: 60px;
    font-weight: 600;
    color: #ffffff;
  }
  .section3 .section-content .title p {
    font-size: 24px;
    font-weight: 500;
    color: #ffffff;
    line-height: 36px;
    padding-top: 10px;
  }
  .section3 .section-content .title p b {
    font-size: 24px;
    font-weight: 600;
    padding: 0 10px;
  }
  .section2 .section-title span {
    font-size: 60px;
  }
}
@media (max-width: 1281px) {
  .section1 .section1-cont-bot-left .title {
    margin-bottom: 20px;
  }
  .section1 .section1-cont-bot-left .title h2 {
    font-size: 48px;
    font-weight: 600;
    color: #333333;
  }
  .section1 .section1-cont-bot-left .title p {
    font-size: 18px;
    font-weight: 500;
    color: #278f9b;
    line-height: 36px;
    padding-top: 10px;
  }
  .section1 .section1-cont-bot-left .title p b {
    font-size: 18px;
    font-weight: 600;
    padding: 0 10px;
  }
  .section3.up .section-content .title {
    margin-bottom: 20px;
  }
  .section3.up .section-content .title h2 {
    font-size: 48px;
    font-weight: 600;
    color: #ffffff;
  }
  .section3.up .section-content .title p {
    font-size: 18px;
    font-weight: 500;
    color: #ffffff;
    line-height: 36px;
    padding-top: 10px;
  }
  .section3.up .section-content .title p b {
    font-size: 18px;
    font-weight: 600;
    padding: 0 10px;
  }
}
.honor-container {
  width: 100%;
  position: relative;
  margin-top: -120px;
}
.honor-container .honor-wrapper {
  width: 100%;
}
.honor-container .honor-wrapper .honor-slide {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  position: relative;
  width: 100%;
  margin-bottom: -150px;
  height: auto;
}
.honor-container .honor-wrapper .honor-slide .honor-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  position: relative;
  width: 55%;
}
.honor-container .honor-wrapper .honor-slide .honor-box .year {
  width: 25%;
  font-size: 60px;
  font-weight: 600;
  color: var(--light-main-color);
  display: block;
  position: relative;
  height: 72px;
  line-height: 72px;
  margin-left: 6%;
  margin-right: 0px;
  text-align: right;
}
.honor-container .honor-wrapper .honor-slide .honor-box .year::before {
  content: '';
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #278f9b;
  left: 0;
  right: auto;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 10px;
}
.honor-container .honor-wrapper .honor-slide .honor-box .year::after {
  content: '';
  display: block;
  position: absolute;
  width: 150px;
  height: 2px;
  background-color: #278f9b;
  left: -150px;
  right: auto;
  top: 50%;
  transform: translateY(-50%);
}
.honor-container .honor-wrapper .honor-slide .honor-box .img {
  width: 55%;
  padding-top: 60%;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 15px 0 #278f9b;
}
.honor-container .honor-wrapper .honor-slide .honor-box .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  height: 100%;
  opacity: 0.8;
}
.honor-container .honor-wrapper .honor-slide .honor-box .honor-list {
  padding: 20px 0;
  background-image: linear-gradient(180deg, #ffffff 80%, #ffffff30);
  width: 45%;
  position: absolute;
  top: 45px;
  left: 0;
  right: auto;
  min-height: 300px;
}
.honor-container .honor-wrapper .honor-slide .honor-box .honor-list .honor-item {
  padding: 15px 30px;
}
.honor-container .honor-wrapper .honor-slide .honor-box .honor-list .honor-item h4 {
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 10px;
}
.honor-container .honor-wrapper .honor-slide .honor-box .honor-list .honor-item .content p {
  padding-right: 18px;
  padding-left: 0;
  line-height: 30px;
  position: relative;
}
.honor-container .honor-wrapper .honor-slide .honor-box .honor-list .honor-item .content p::before {
  content: '';
  display: block;
  position: absolute;
  width: 10px;
  height: 4px;
  background-color: #278f9b;
  right: 0;
  left: auto;
  top: 12px;
}
.honor-container .honor-wrapper .honor-slide .honor-box::after {
  content: '';
  position: absolute;
  right: 40px;
  left: auto;
  top: 80px;
  display: block;
  width: 2px;
  height: 50%;
  background-image: linear-gradient(180deg, #278f9b 30%, #278f9b00);
}
.honor-container .honor-wrapper .honor-slide .honor-box::before {
  content: '';
  position: absolute;
  right: 0px;
  left: auto;
  top: 80px;
  display: block;
  width: 12px;
  height: 50%;
  background-image: linear-gradient(180deg, #278f9b 60%, #278f9b00);
}
.honor-container .honor-wrapper .honor-slide:nth-child(odd) {
  flex-flow: row-reverse;
  margin-bottom: -150px;
}
.honor-container .honor-wrapper .honor-slide:nth-child(odd) .honor-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  position: relative;
  width: 55%;
}
.honor-container .honor-wrapper .honor-slide:nth-child(odd) .honor-box .year {
  width: 25%;
  font-size: 60px;
  font-weight: 600;
  color: var(--light-main-color);
  display: block;
  position: relative;
  height: 72px;
  line-height: 72px;
  margin-right: 6%;
  margin-left: 0px;
  text-align: left;
}
.honor-container .honor-wrapper .honor-slide:nth-child(odd) .honor-box .year::before {
  content: '';
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #278f9b;
  right: 0;
  left: auto;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 10px;
}
.honor-container .honor-wrapper .honor-slide:nth-child(odd) .honor-box .year::after {
  content: '';
  display: block;
  position: absolute;
  width: 150px;
  height: 2px;
  background-color: #278f9b;
  right: -150px;
  left: auto;
  top: 50%;
  transform: translateY(-50%);
}
.honor-container .honor-wrapper .honor-slide:nth-child(odd) .honor-box .img {
  width: 55%;
  padding-top: 60%;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 15px 0 #278f9b;
}
.honor-container .honor-wrapper .honor-slide:nth-child(odd) .honor-box .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  height: 100%;
  opacity: 0.8;
}
.honor-container .honor-wrapper .honor-slide:nth-child(odd) .honor-box .honor-list {
  padding: 20px 0;
  background-image: linear-gradient(180deg, #ffffff 80%, #ffffff30);
  width: 45%;
  position: absolute;
  top: 45px;
  left: auto;
  right: 0;
  min-height: 300px;
}
.honor-container .honor-wrapper .honor-slide:nth-child(odd) .honor-box .honor-list .honor-item {
  padding: 15px 30px;
}
.honor-container .honor-wrapper .honor-slide:nth-child(odd) .honor-box .honor-list .honor-item h4 {
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 10px;
}
.honor-container .honor-wrapper .honor-slide:nth-child(odd) .honor-box .honor-list .honor-item .content p {
  padding-left: 18px;
  padding-right: 0;
  line-height: 30px;
  position: relative;
}
.honor-container .honor-wrapper .honor-slide:nth-child(odd) .honor-box .honor-list .honor-item .content p::before {
  content: '';
  display: block;
  position: absolute;
  width: 10px;
  height: 4px;
  background-color: #278f9b;
  left: 0;
  top: 12px;
}
.honor-container .honor-wrapper .honor-slide:nth-child(odd) .honor-box::after {
  content: '';
  position: absolute;
  left: 40px;
  right: auto;
  top: 80px;
  display: block;
  width: 2px;
  height: 50%;
  background-image: linear-gradient(180deg, #278f9b 30%, #278f9b00);
}
.honor-container .honor-wrapper .honor-slide:nth-child(odd) .honor-box::before {
  content: '';
  position: absolute;
  left: 0px;
  right: auto;
  top: 80px;
  display: block;
  width: 12px;
  height: 50%;
  background-image: linear-gradient(180deg, #278f9b 30%, #278f9b00);
}
.honor-container .honor-wrapper .honor-slide:nth-child(even) .honor-box {
  flex-flow: row-reverse;
}
.honor-container .honor-wrapper .honor-slide:nth-child(even) .honor-box .honor-list .honor-item {
  justify-content: flex-end;
  flex-flow: row-reverse;
  text-align: right;
}
@media (max-width: 1281px) {
  .honor-container {
    width: 100%;
    position: relative;
    margin-top: -120px;
  }
  .honor-container .honor-wrapper {
    width: 100%;
  }
  .honor-container .honor-wrapper .honor-slide {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    position: relative;
    width: 100%;
    margin-bottom: -80px;
    height: auto;
  }
  .honor-container .honor-wrapper .honor-slide .honor-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    position: relative;
    width: 55%;
  }
  .honor-container .honor-wrapper .honor-slide .honor-box .year {
    width: 28%;
    font-size: 60px;
    font-weight: 600;
    color: var(--light-main-color);
    display: block;
    position: relative;
    height: 72px;
    line-height: 72px;
    margin-left: 6%;
    margin-right: 0px;
    text-align: right;
  }
  .honor-container .honor-wrapper .honor-slide .honor-box .year::before {
    content: '';
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: #278f9b;
    left: 0;
    right: auto;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 10px;
  }
  .honor-container .honor-wrapper .honor-slide .honor-box .year::after {
    content: '';
    display: block;
    position: absolute;
    width: 150px;
    height: 2px;
    background-color: #278f9b;
    left: -150px;
    right: auto;
    top: 50%;
    transform: translateY(-50%);
  }
  .honor-container .honor-wrapper .honor-slide .honor-box .img {
    width: 55%;
    padding-top: 60%;
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 15px 0 #278f9b;
  }
  .honor-container .honor-wrapper .honor-slide .honor-box .img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    height: 100%;
    opacity: 0.8;
  }
  .honor-container .honor-wrapper .honor-slide .honor-box .honor-list {
    padding: 20px 0;
    background-image: linear-gradient(180deg, #ffffff 80%, #ffffff30);
    width: 55%;
    position: absolute;
    top: 60px;
    left: 0;
    right: auto;
    min-height: 300px;
  }
  .honor-container .honor-wrapper .honor-slide .honor-box .honor-list .honor-item {
    padding: 15px 30px;
  }
  .honor-container .honor-wrapper .honor-slide .honor-box .honor-list .honor-item h4 {
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 10px;
  }
  .honor-container .honor-wrapper .honor-slide .honor-box .honor-list .honor-item .content p {
    padding-right: 18px;
    padding-left: 0;
    line-height: 30px;
    position: relative;
  }
  .honor-container .honor-wrapper .honor-slide .honor-box .honor-list .honor-item .content p::before {
    content: '';
    display: block;
    position: absolute;
    width: 10px;
    height: 4px;
    background-color: #278f9b;
    right: 0;
    left: auto;
    top: 12px;
  }
  .honor-container .honor-wrapper .honor-slide .honor-box::after {
    content: '';
    position: absolute;
    right: 40px;
    left: auto;
    top: 80px;
    display: block;
    width: 2px;
    height: 50%;
    background-image: linear-gradient(180deg, #278f9b 30%, #278f9b00);
  }
  .honor-container .honor-wrapper .honor-slide .honor-box::before {
    content: '';
    position: absolute;
    right: 0px;
    left: auto;
    top: 80px;
    display: block;
    width: 12px;
    height: 50%;
    background-image: linear-gradient(180deg, #278f9b 60%, #278f9b00);
  }
  .honor-container .honor-wrapper .honor-slide:nth-child(odd) {
    flex-flow: row-reverse;
    margin-bottom: -80px;
  }
  .honor-container .honor-wrapper .honor-slide:nth-child(odd) .honor-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    position: relative;
    width: 55%;
  }
  .honor-container .honor-wrapper .honor-slide:nth-child(odd) .honor-box .year {
    width: 28%;
    font-size: 60px;
    font-weight: 600;
    color: var(--light-main-color);
    display: block;
    position: relative;
    height: 72px;
    line-height: 72px;
    margin-right: 6%;
    margin-left: 0px;
    text-align: left;
  }
  .honor-container .honor-wrapper .honor-slide:nth-child(odd) .honor-box .year::before {
    content: '';
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: #278f9b;
    right: 0;
    left: auto;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 10px;
  }
  .honor-container .honor-wrapper .honor-slide:nth-child(odd) .honor-box .year::after {
    content: '';
    display: block;
    position: absolute;
    width: 150px;
    height: 2px;
    background-color: #278f9b;
    right: -150px;
    left: auto;
    top: 50%;
    transform: translateY(-50%);
  }
  .honor-container .honor-wrapper .honor-slide:nth-child(odd) .honor-box .img {
    width: 55%;
    padding-top: 60%;
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 15px 0 #278f9b;
  }
  .honor-container .honor-wrapper .honor-slide:nth-child(odd) .honor-box .img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    height: 100%;
    opacity: 0.8;
  }
  .honor-container .honor-wrapper .honor-slide:nth-child(odd) .honor-box .honor-list {
    padding: 20px 0;
    background-image: linear-gradient(180deg, #ffffff 80%, #ffffff30);
    width: 55%;
    position: absolute;
    top: 60px;
    left: auto;
    right: 0;
    min-height: 300px;
  }
  .honor-container .honor-wrapper .honor-slide:nth-child(odd) .honor-box .honor-list .honor-item {
    padding: 15px 30px;
  }
  .honor-container .honor-wrapper .honor-slide:nth-child(odd) .honor-box .honor-list .honor-item h4 {
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 10px;
  }
  .honor-container .honor-wrapper .honor-slide:nth-child(odd) .honor-box .honor-list .honor-item .content p {
    padding-left: 18px;
    padding-right: 0;
    line-height: 30px;
    position: relative;
  }
  .honor-container .honor-wrapper .honor-slide:nth-child(odd) .honor-box .honor-list .honor-item .content p::before {
    content: '';
    display: block;
    position: absolute;
    width: 10px;
    height: 4px;
    background-color: #278f9b;
    left: 0;
    top: 12px;
  }
  .honor-container .honor-wrapper .honor-slide:nth-child(odd) .honor-box::after {
    content: '';
    position: absolute;
    left: 40px;
    right: auto;
    top: 80px;
    display: block;
    width: 2px;
    height: 50%;
    background-image: linear-gradient(180deg, #278f9b 30%, #278f9b00);
  }
  .honor-container .honor-wrapper .honor-slide:nth-child(odd) .honor-box::before {
    content: '';
    position: absolute;
    left: 0px;
    right: auto;
    top: 80px;
    display: block;
    width: 12px;
    height: 50%;
    background-image: linear-gradient(180deg, #278f9b 30%, #278f9b00);
  }
  .honor-container .honor-wrapper .honor-slide:nth-child(even) .honor-box {
    flex-flow: row-reverse;
  }
  .honor-container .honor-wrapper .honor-slide:nth-child(even) .honor-box .honor-list .honor-item {
    justify-content: flex-end;
    flex-flow: row-reverse;
    text-align: right;
  }
}
