html, body {
  background-color: #ffffff;
}

.page-home-mobile {
  z-index: 1;
  padding-top: 80px;
  height: auto;
}

.section {
  width: 100%;
  height: auto;
  background-color: #ffffff;
  position: relative;
}

/* section1 */
.section1 .banner-item {
  width: 100%;
  height: 600px;
  z-index: 0;
}

.section1 .banner-item .btn-scroll-down {
  position: absolute;
  right: 1.2rem;
  bottom: 2rem;
  color: #ffffff;
  z-index: 2;
}

.section1 .banner-item .btn-scroll-down span, .section1 .banner-item .btn-scroll-down svg {
  font-size: 1rem;
  line-height: 1.6rem;
}

.section1 .banner-item .video-box {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
}

.section1 .banner-item .video-box video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section1 .banner-item .video-box .video-mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(254.53deg, rgba(0, 41, 69, 0.6) 5.71%, rgba(0, 38, 64, 0.6) 43.94%, rgba(0, 5, 9, 0.6) 68.75%, rgba(0, 0, 0, 0.6) 91.92%);
}

.section1 .banner-item .swiper-container {
	width: 100%;
  height: 100%;
}

.section1 .banner-item .swiper-container .swiper-slide {
	position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.section1 .banner-item .swiper-container .swiper-slide .img-box {
  width: 100%;
  height: 100%;
}

.section1 .banner-item .swiper-container .swiper-slide .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section1 .banner-item .swiper-container .swiper-slide .img-box .img-mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(254.53deg, rgba(0, 41, 69, 0.6) 5.71%, rgba(0, 38, 64, 0.6) 43.94%, rgba(0, 5, 9, 0.6) 68.75%, rgba(0, 0, 0, 0.6) 91.92%);
}

.section1 .banner-item .swiper-container .swiper-slide .txt {
	color: var(--dark-nav-color);
	position: absolute;
  left: 0;
	bottom: 220px;
	width: 100%;
	padding-left: 40px;
	font-size: 46px;
	line-height: 72px;
	font-weight: 600;
	letter-spacing: .007em;
  z-index: 1;
}

.section1 .banner-item .swiper-container .swiper-slide .txt p span {
  display: inline-block;
  color: var(--light-banner-text-color);
  padding: 0 24px;
  height: 72px;
  line-height: 72px;
}

.dark .section1 .banner-item .swiper-container .swiper-slide .txt p span {
  /* color: var(--dark-banner-text-color); */
}

.section1 .banner-item .swiper-container-horizontal>.swiper-pagination-bullets, .section1 .banner-item .swiper-pagination-custom,.section1 .banner-item .swiper-pagination-fraction {
  position: absolute;
  width:100%;
  height: auto;
  bottom: 91px;
  text-align: left;
  padding-left: 40px;
}

.section1 .banner-item .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  width:auto;
  height:auto;
  background:none;
  margin-right: 54px;
  opacity: 1;
  color: var(--light-banner-text-color);
}

.section1 .banner-item .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet:focus {
  border: none;
  outline: none;
}

.section1 .banner-item .swiper-pagination-bullet span {
  color: var(--light-banner-text-color);
  display: block;
}

.section1 .banner-item .swiper-pagination-bullet span.title {
  display: block;
  line-height: 28px;
  margin-bottom: 18px;
}

.section1 .banner-item .swiper-pagination-bullet span.desc {
  display: block;
  line-height: 32px;
}

.section1 .banner-item .swiper-pagination-bullet span.title i {
  color: var(--dark-banner-text-color);
  font-size: 16px;
  padding: 0 24px;
  transition: all 0.2s linear;
  font-style: normal;
}

.section1 .banner-item .swiper-pagination-bullet span.desc i {
  color: var(--dark-banner-text-color);
  font-size: 20px;
  padding: 0 24px;
  transition: all 0.2s linear;
  font-style: normal;
}

.section1 .banner-item .swiper-pagination-bullet-active span.title {
  line-height: 32px;
  margin-bottom: 12px;
}

.section1 .banner-item .swiper-pagination-bullet-active span.desc {
  line-height: 40px;
}

.section1 .banner-item .swiper-pagination-bullet-active span.title i {
  display: inline-block;
  color: var(--light-banner-text-color);
  font-size: 20px;
}

.section1 .banner-item .swiper-pagination-bullet-active span.desc i {
  display: inline-block;
  color: var(--light-banner-text-color);
  font-size: 26px;
  font-weight: 600;
}

/* section2 */
.section2 {
  padding: 52px 0 64px;
}

.section2 h3 {
  font-weight: 500;
  font-size: 46px;
  line-height: 72px;
  padding: 0 64px;
  margin-bottom: 42px;
  color: var(--light-modal-color);
}

.section2 .swiper-container-section2-mobile {
  width: 100%;
  height: auto;
  padding: 0 48px;
}

.section2 .swiper-container-section2-mobile .swiper-slide {
  width: 60%;
  padding: 0 16px;
}

.section2 .swiper-container-section2-mobile .swiper-slide a {
  display: inline-block;
  width: 100%;
  height: auto;
  color: var(--light-modal-color);
}

.section2 .swiper-container-section2-mobile .swiper-slide a .img-box {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative;
  margin-bottom: 25px;
}

.section2 .swiper-container-section2-mobile .swiper-slide:nth-child(1) a .img-box {
  /* background:#773FA5; */
}

.section2 .swiper-container-section2-mobile .swiper-slide:nth-child(2) a .img-box {
  /* background:#00527E; */
}

.section2 .swiper-container-section2-mobile .swiper-slide:nth-child(3) a .img-box {
  /* background:#D87A30; */
}

.section2 .swiper-container-section2-mobile .swiper-slide a .img-box img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  object-fit: cover;
}

.section2 .swiper-container-section2-mobile .swiper-slide a .news-index {
  margin-bottom: 12px;
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
}

.section2 .swiper-container-section2-mobile .swiper-slide a .news-title {
  margin-bottom: 24px !important;
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
  height: 72px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.section2 .swiper-container-section2-mobile .swiper-slide a .news-time {
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
}

/* section3 */
.section3 {
  height: 500px;
}

.section3 .section-top {
  width: 100%;
  height: 100%;
  /* background: url(../images/section3_bg_mobile.png) no-repeat top center;
  background-size: cover;
  background-attachment:fixed; */
  position: relative;
}

.section3 .section-top .container {
  height: 100%;
  position: relative;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  top: 0;
}

.section3 .section-top img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 0;
}

.section3 .section-top .bg-mark {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #288f9b;
  opacity: 0.9;
  /* transition: opacity 0.5s ease-in-out; */
}

/* .section3 .section-top .bg-mark.active {
  opacity: 1;
} */
.section3 .section-top .container h2 {
  width: 100%;
  font-size: 24px;
  line-height: 36px;
  font-weight: 500;
  color: var(--light-font-color);
  letter-spacing: 8px;
  text-align: left;
}
.section3 .section-top .container p {
  width: 100%;
  font-size: 18px;
  line-height: 36px;
  font-weight: 500;
  color: var(--light-font-color);
  letter-spacing: 8px;
  text-align: left;
}

.section3 .section-top .container .tips {
  position: absolute;
  left: 0;
  top: 63px;
  width: 100%;
  height: 24px;
  padding-left: 120px;
  padding-right: 120px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.section3 .section-top .container .tips span {
  display: flex;
  font-size: 14px;
  line-height: 24px;
  color: #ffffff;
  flex-direction: column;
  justify-content: center;
}

.section3 .section-top .container .tips span i {
  display: inline-block;
  line-height: 24px;
}

/* section4 */
.section4 {
  height: auto;
  background: var(--dark-modal-bgcolor);
}

.section4 .section-top {
  width: 100%;
  height: auto;
  /* border-top: 1px solid #42474d; */
}

.section4 .section-top .section-item {
  width: 100%;
  height: 0;
  padding-bottom: 400px;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  /* border-bottom: 1px solid #42474d; */
}

.section4 .section-top .section-item .item-mask {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: var(--dark-modal-bgcolor);
  z-index: 1;
  opacity: 0.5;
  /* transition: opacity 0.3s ease-out; */
}

/* .section4 .section-top .section-item.active .item-mask {
  opacity: 0.3;
} */

.section4 .section-top .section-item .item-bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 0;
  /* transform: scale(1);
  transition: transform 0.3s ease-out; */
}

.section4 .section-top .section-item .item-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* .section4 .section-top .section-item.active .item-bg {
  transform: scale(1.2);
} */

.section4 .section-top .section-item .words-box {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  padding: 64px 120px;
  z-index: 2;
}

.section4 .section-top .section-item .words-box p {
  display: inline-block;
  font-size: 24px;
  line-height: 36px;
  position: relative;
  margin-bottom: 160px !important;
}

.section4 .section-top .section-item .words-box p span {
  display: inline-block;
  font-weight: 500;
  color: var(--light-font-color);
}

.section4 .section-top .section-item .words-box p i {
  display: inline-block;
  width: 100%;
  height: 1px;
  line-height: 1px;
  background: var(--light-font-color);
  position: absolute;
  left: 0;
  bottom: 0;
}

.section4 .section-top .section-item .words-box .words-bottom {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.section4 .section-top .section-item .words-box h2 {
  font-size: 24px;
  line-height: 36px;
  color: var(--light-font-color);
}

.section4 .section-top .section-item .words-box .more {
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-box-align: center;
  width: 103px;
  height: 40px;
  line-height: 38px;
  border-radius: 20px;
  padding: 0 16px;
  background: #ffffff;
  color: var(--light-default-color);
  font-weight: 500;
  font-size: 14px;
}

.section4 .section-top .section-item .words-box .more i {
  font-size: 20px;
  margin-left: 8px;
}

.section4 .section-scroll {
  width: 100%;
  height: 300px;
  padding: 30px 0;
  position: relative;
}

.section4 .section-scroll .swiper-container-scrollbg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  overflow: hidden;
}

.section4 .section-scroll .swiper-container-scrollbg .scroll-bg-content {
  display: flex;
  height: 100%;
  position: absolute;
  left: -300vw;
  top: 0;
  animation: marqueebg 15s linear infinite;
}

.section4 .section-scroll .swiper-container-scrollbg .scroll-bg-content .scroll-bg-item {
  display: inline-block;
  width: 300vw !important;
  height: 100%;
  background-image: linear-gradient(to right, #030A12 33%, #0A2B43 44%, #00527E 66%, #0A2B43 88%, #030A12 100%);
}

@keyframes marqueebg {
  0% {
    left: -300vw;
  }
  100% {
    left: -600vw;
  }
}

.section4 .section-scroll .scroll-content {
  width: 100%;
  height: 50%;
  padding: 15px 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.section4 .section-scroll .scroll-content .scroll-wrapper {
  display: flex;
  height: 100%;
  position: absolute;
  top: 0;
}

.section4 .section-scroll .scroll-content .scroll-item {
  display: inline-block;
  width: auto !important;
  height: 100%;
  vertical-align: top;
  white-space: nowrap;
}

.section4 .section-scroll .scroll-content .scroll-item span, 
.section4 .section-scroll .scroll-content .scroll-item a {
  display: inline-block;
  font-size: 52px;
  line-height: 120px;
  height: 100%;
  padding: 0 18px;
  color: var(--light-product-color);
}

.section4 .section-scroll .scroll-content .scroll-item span i {
  display: inline-block;
  font-size: 52px;
  line-height: 120px;
}

.section4 .section-scroll .scroll-content.swiper-container-scrolltop .scroll-item a:nth-child(4n+3) {
  /* color: transparent;
  -webkit-text-stroke: 1px var(--light-product-color); */
  color: #0A2B43;
  text-shadow:  #fff 1px 0 0, #fff 0 1px 0, #fff -1px 0 0, #fff 0 -1px 0;
  -webkit-text-shadow:  #fff 1px 0 0, #fff 0 1px 0, #fff -1px 0 0, #fff 0 -1px 0;
  -moz-text-shadow:  #fff 1px 0 0, #fff 0 1px 0, #fff -1px 0 0, #fff 0 -1px 0;
  -ms-text-shadow:  #fff 1px 0 0, #fff 0 1px 0, #fff -1px 0 0, #fff 0 -1px 0;
  -o-text-shadow:  #fff 1px 0 0, #fff 0 1px 0, #fff -1px 0 0, #fff 0 -1px 0;
}

.section4 .section-scroll .scroll-content.swiper-container-scrollbottom .scroll-item a:nth-child(4n+3) {
  /* color: transparent;
  -webkit-text-stroke: 1px var(--light-product-color); */
  color: #0A2B43;
  text-shadow:  #fff 1px 0 0, #fff 0 1px 0, #fff -1px 0 0, #fff 0 -1px 0;
  -webkit-text-shadow:  #fff 1px 0 0, #fff 0 1px 0, #fff -1px 0 0, #fff 0 -1px 0;
  -moz-text-shadow:  #fff 1px 0 0, #fff 0 1px 0, #fff -1px 0 0, #fff 0 -1px 0;
  -ms-text-shadow:  #fff 1px 0 0, #fff 0 1px 0, #fff -1px 0 0, #fff 0 -1px 0;
  -o-text-shadow:  #fff 1px 0 0, #fff 0 1px 0, #fff -1px 0 0, #fff 0 -1px 0;
}

/* section5 */
.section5 .section-item {
  width: 100%;
  height: auto;
}

.section5 .section-item .section-top {
  width: 100%;
  height: auto;
  padding-bottom: 50%;
  position: relative;
}

.section5 .section-item .section-top .section-wrapper,
.section5 .section-item .section-top .section-wrapper a {
  display: inline-block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
}

.section5 .section-item .section-top .section-wrapper a .mask {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #00000060;
  z-index: 1;
}

.section5 .section-item .section-top .section-wrapper .wrapper-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  z-index: 0;
}

/* .section5 .section-item .section-top .section-wrapper:hover .wrapper-bg{
  transform: scale(1.1);
} */

.section5 .section-item .section-top .section-wrapper .content-item-words {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
  color: #E8F0F7;
  bottom: 2.4rem;
}

.section5 .section-item .section-top .section-wrapper .content-item-words p {
  font-size: 24px;
  line-height: 36px;
  height: 36px;
  font-weight: 600;
  margin-bottom: 1.2rem;
  width: 70%;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.section5 .section-item .section-top .section-wrapper .content-item-words span {
  font-size: 20px;
  line-height: 32px;
  height: 32px;
  font-weight: 400;
  width: 80%;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.section5 .section-item .section-bottom {
  width: 100%;
  height: auto;
  padding-bottom: 0%;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}

.section5 .section-item .section-bottom .content-top {
  width: 100%;
  height: auto;
  position: relative;
  left: 0;
  top: 0;
  display: flex;
}

.section5 .section-item .section-bottom .content-top:nth-child(2n) {
  width: 100%;
  height: auto;
  position: relative;
  left: 0;
  top: 0;
  display: flex;
  flex-direction: row-reverse;
}

.section5 .section-item .section-bottom .content-bottom {
  width: 100%;
  height: auto;
  position: relative;
  left: 0;
  top: 50%;
}

.section5 .section-item .section-bottom .content-item-image {
  width: 50%;
  height: 0%;
  position: relative;
  background: var(--light-main-color);
  margin: 0;
  overflow: hidden;
  padding-top: 50%;
  font-size: 0;
}

.section5 .section-item .section-bottom .content-item-image a {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: relative;
}

.section5 .section-item .section-bottom .content-item-image .image-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  padding-top: 100%;
  transform: translate(-50%,-50%);
  left: 50%;
  right: 0;
  top: 50%;
  bottom: 0;
  margin: auto;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

/* .section5 .section-item .section-bottom .content-item-image:hover .image-wrapper {
  transform: scale(1.1);
} */

.section5 .section-item .section-bottom .content-item-words {
  width: 50%;
  height: 100%;
  background: #f5f5f5;
  position: relative;
  margin: 0;
  transition: all 0.2s ease-out;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 50%;
}

.section5 .section-item .section-bottom .content-item-words a {
  width: 100%;
  height: 100%;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 1.2rem;
  position: absolute;
  top:50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

.section5 .section-bottom .content-top .content-item-words p {
  font-size: 20px;
  line-height: 32px;
  height: 32px;
  font-weight: 600;
  margin-bottom: 1.2rem;
  width: 70%;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: var(--light-default-color);
}

.section5 .section-bottom .content-top .content-item-words span {
  font-size: 14px;
  line-height: 24px;
  height: 24px;
  font-weight: 400;
  width: 80%;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: var(--light-default-color);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  word-wrap: break-word;
  word-break: normal;
}

.section5 .section-item .section-bottom .content-top .content-item-words:after{
  position: absolute;
  content: '';
  left: -12px;
  top: 50%;
  border-top: 6px solid transparent;
  border-left: 6px solid transparent;
  border-right: 6px solid #ffffff;
  border-bottom: 6px solid transparent;
}

.section5 .section-item .section-bottom .content-bottom .content-item-words:after{
  position: absolute;
  content: '';
  right: -12px;
  top: 50%;
  border-top: 6px solid transparent;
  border-left: 6px solid #ffffff;
  border-right: 6px solid transparent;
  border-bottom: 6px solid transparent;
}

.section5 .section-item .section-bottom .content-top .content-item-image, .section5 .section-item .section-bottom .content-bottom .content-item-words {
  float: left;
}

.section5 .section-item .section-bottom .content-top .content-item-words, .section5 .section-item .section-bottom .content-bottom .content-item-image {
  float: right;
}

.section5 .section-bottom .content-bottom .content-item-words p {
  font-size: 20px;
  line-height: 32px;
  height: 32px;
  font-weight: 600;
  margin-bottom: 1.2rem;
  width: 70%;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: var(--light-default-color);
}

.section5 .section-bottom .content-bottom .content-item-words span {
  font-size: 14px;
  line-height: 24px;
  height: 24px;
  font-weight: 400;
  width: 80%;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: var(--light-default-color);
}

.section5 .section-item .section-bottom .content-top .content-item-words.active{
  background: #DB7135;
}

.section5 .section-item .section-bottom .content-top .content-item-words.active p,
.section5 .section-item .section-bottom .content-top .content-item-words.active span {
  color: #ffffff;
}

.section5 .section-item .section-bottom .content-bottom .content-item-words.active{
  background: #DB7135;
}

.section5 .section-item .section-bottom .content-bottom .content-item-words.active p,
.section5 .section-item .section-bottom .content-bottom .content-item-words.active span {
  color: #ffffff;
}

.section5 .section-item .section-bottom .content-top .content-item-words.active:after{
  border-right: 1.2rem solid #DB7135;
}

.section5 .section-item .section-bottom .content-bottom .content-item-words.active:after{
  border-left: 1.2rem solid #DB7135;
}









.section6 .section-item {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}

.section6 .section-item .section-left {
  width: 100%;
  /*height: 60%;*/
  /* padding-bottom: 50%; */
  /* float: left; */
  position: relative;
  box-sizing: border-box;
  padding: 15px;
  display: flex;
  flex-wrap: wrap;
  align-content: space-around;
  
}

.section6 .section-item .section-left .title {
  margin-bottom: 0px;
}

.section6 .section-item .section-left .title h2 {
  font-size: 24px;
  font-weight: 600;
  color: #333333;
}

.section6 .section-item .section-left .title p {
  font-size: 16px;
  font-weight: 500;
  color: #278f9b;
  line-height: 36px;
  padding-top: 10px;
}

.section6 .section-item .section-left .title p b {
  font-size: 18px;
  font-weight: 600;
  padding: 0 5px;
}
.section6 .section-item .section-left .content{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 12;
  overflow: hidden;
  height: 300px;
}
.section6 .section-item .section-left .content p {
  font-size: 14px;
  line-height: 1.8;
  padding-bottom: 0px;
}


.section6 .section-item .section-left .link {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-end;
  padding-top: 10px;
}


.section6 .section-item .section-left a {
  font-size: 16px;
  color: #008191;
  transition: 500ms;
}

.section6 .section-item .section-left a img {
  transition: 500ms;
  width: 20px;
}

.section6 .section-item .section-left a:hover {
  transition: 500ms;
}

.section6 .section-item .section-left a:hover img {
  transition: 500ms;
  padding-left: 10px;
}

.section6 .section-item .section-right {
  width: 100%;
  height: 40%;
  /* padding-bottom: 50%; */
  /* float: left; */
  position: relative;
  /*display: flex;*/
  flex-wrap: wrap;
}

.section6 .section-item .section-right .content-top,
.section6 .section-item .section-right .content-bottom {
  width: 100%;
  height: auto;
  overflow: hidden;
  float: left;
  position: relative;
}

.section6 .section-item .section-right .top {
  height: 70%;
}

.section6 .section-item .section-right .bottom {
  height: 30%;
  box-sizing: border-box;
  padding: 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  width: 100%;
}

.section6 .section-item .section-right .bottom span {
  width: 2px;
  height: 20px;
  background-color: #ffffff;
  display: block;
  margin-bottom: 10px;
}

.section6 .section-item .section-right .bottom h2 {
  font-size: 24px;
  color: #ffffff;
  font-weight: 600;
  text-align: right;
  width: 100%;
}

.section6 .section-item .section-right .top .timerDiv {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
}

.section6 .section-item .section-right .top .timerDiv li {
  width: calc(50% - 1px);
  text-align: center;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  height: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.section6 .section-item .section-right .top .timerDiv li:nth-child(2n) {
  border-right: 0px solid #fff;
  width: 50%;
}

.section6 .section-item .section-right .top .timerDiv li:last-child {
  border-right: 0px solid #eee;
}

.section6 .section-item .section-right .top .timerDiv li:nth-last-child(1),
.section6 .section-item .section-right .top .timerDiv li:nth-last-child(2) {
  border-bottom: 0px solid #fff;
}

.section6 .section-item .section-right .top .timerDiv li .con .t1 {
  color: #ffffff;
}

.section6 .section-item .section-right .top .timerDiv li .con .t1 .timer {
  font-size: 36px;
  font-weight: 600;
}

.section6 .section-item .section-right .top .timerDiv li .con .t1 .unit {
  font-size: 16px;
  font-weight: 600;
}

.section6 .section-item .section-right .top .timerDiv li .con .t1 .add {
  font-size: 16px;
  font-weight: 600;
}

.section6 .section-item .section-right .top .timerDiv li .con .t2 {
  color: #ffffff;
  font-size: 16px;
}

.section6 .section-item .section-right .content-bottom .content-item-words:after {
  position: absolute;
  content: '';
  right: -2.3rem;
  top: 50%;
  border-top: 1.2rem solid transparent;
  border-left: 1.2rem solid #ffffff;
  border-right: 1.2rem solid transparent;
  border-bottom: 1.2rem solid transparent;
  z-index: 1;
}

.section6 .section-item .section-right .content-top .content-item-image,
.section6 .section-item .section-right .content-bottom .content-item-words {
  float: left;
}

.section6 .section-item .section-right .content-top .content-item-words,
.section6 .section-item .section-right .content-bottom .content-item-image {
  float: right;
}

.section6 .section-right .content-bottom .content-item-words p {
  font-size: 20px;
  line-height: 32px;
  height: 32px;
  font-weight: 600;
  margin-bottom: 1.2rem;
  width: 70%;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: var(--light-default-color);
}

.section6 .section-right .content-bottom .content-item-words span {
  font-size: 14px;
  line-height: 24px;
  height: 24px;
  font-weight: 400;
  width: 80%;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: var(--light-default-color);
}

.section6 .section-item .section-right .content-top .content-item-words.active a {
  background: #008191;
}

.section6 .section-item .section-right .content-top .content-item-words.active p,
.section6 .section-item .section-right .content-top .content-item-words.active span {
  color: #ffffff;
}

.section6 .section-item .section-right .content-bottom .content-item-words.active a {
  background: #008191;
}

.section6 .section-item .section-right .content-bottom .content-item-words.active p,
.section6 .section-item .section-right .content-bottom .content-item-words.active span {
  color: #ffffff;
}

.section6 .section-item .section-right .content-top .content-item-words.active:after {
  border-right: 1.2rem solid #008191;
}

.section6 .section-item .section-right .content-bottom .content-item-words.active:after {
  border-left: 1.2rem solid #008191;
}







@media (max-width: 991px) {
  .page-home-mobile {
    padding-top: 60px;
  }

  .section1 .banner-item {
    height: 508px;
  }

  .section1 .banner-item .swiper-container .swiper-slide .txt {
    bottom: 189px;
    padding-left: 20px;
  }

  .section1 .banner-item .swiper-container-horizontal>.swiper-pagination-bullets, .section1 .banner-item .swiper-pagination-custom,.section1 .banner-item .swiper-pagination-fraction{
    bottom: 59px;
    padding-left: 20px;
  }

  .section2 h3 {
    padding: 0 32px;
  }

  .section2 .swiper-container-section2-mobile {
    padding: 0 16px;
  }

  .section3 .section-top .container p {
    width: 100%;
    padding: 0 38px;
  }

  .section3 .section-top .container .tips {
    padding: 0 52px;
  }


   .section3 .section-top .link {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-end;
    padding-top: 10px;
  }
  
  
   .section3 .section-top a {
    font-size: 14px;
    color: #ffffff;
    transition: 500ms;
  }
  
   .section3 .section-top a img {
    transition: 500ms;
    width: 20px;
  }
  
   .section3 .section-top a:hover {
    transition: 500ms;
  }
  
   .section3 .section-top a:hover img {
    transition: 500ms;
    padding-left: 10px;
  }

  .section4 .section-top .section-item .words-box p {
    margin-bottom: 198px !important;
  }

  .section5 .section-item .section-top .section-wrapper .content-item-words p {
    font-size: 20px;
    line-height: 32px;
    height: 32px;
  }

  .section5 .section-item .section-top .section-wrapper .content-item-words span {
    font-size: 16px;
    line-height: 28px;
    height: 28px;
  }

  .section5 .section-bottom .content-top .content-item-words p {
    font-size: 16px;
    line-height: 28px;
    height: 28px;
  }

  .section5 .section-bottom .content-top .content-item-words span {
    font-size: 14px;
    line-height: 24px;
    height: 24px;
  }

  .section5 .section-bottom .content-bottom .content-item-words p {
    font-size: 16px;
    line-height: 28px;
    height: 28px;
  }

  .section5 .section-bottom .content-bottom .content-item-words span {
    font-size: 14px;
    line-height: 24px;
    height: 24px;
  }

  .section6 .section-item .section-top .section-wrapper .content-item-words p {
    font-size: 20px;
    line-height: 32px;
    height: 32px;
  }

  .section6 .section-item .section-top .section-wrapper .content-item-words span {
    font-size: 16px;
    line-height: 28px;
    height: 28px;
  }

  .section6 .section-bottom .content-top .content-item-words p {
    font-size: 16px;
    line-height: 28px;
    height: 28px;
  }

  .section6 .section-bottom .content-top .content-item-words span {
    font-size: 14px;
    line-height: 24px;
    height: 24px;
  }

  .section6 .section-bottom .content-bottom .content-item-words p {
    font-size: 16px;
    line-height: 28px;
    height: 28px;
  }

  .section6 .section-bottom .content-bottom .content-item-words span {
    font-size: 14px;
    line-height: 24px;
    height: 24px;
  }
}

@media (max-width: 767px) {
  .section1 .banner-item {
    height: 710px;
  }

  .section1 .banner-item .swiper-container .swiper-slide .txt {
    bottom: 261px;
    padding-left: 36px;
    font-size: 36px;
	  line-height: 56px;
  }

  .section1 .banner-item .swiper-container .swiper-slide .txt p span {
    line-height: 56px;
    height: 56px;
  }

  .section1 .banner-item .swiper-container-horizontal>.swiper-pagination-bullets, .section1 .banner-item .swiper-pagination-custom,.section1 .banner-item .swiper-pagination-fraction{
    bottom: 159px;
    padding-left: 36px;
  }

  .section1 .banner-item .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin-right: 32px;
  }

  .section1 .banner-item .swiper-pagination-bullet span.title {
    line-height: 28px;
    margin-bottom: 8px;
  }
  
  .section1 .banner-item .swiper-pagination-bullet span.desc {
    line-height: 28px;
  }
  
  .section1 .banner-item .swiper-pagination-bullet span.title i {
    font-size: 12px;
    padding: 0 16px;
  }
  
  .section1 .banner-item .swiper-pagination-bullet span.desc i {
    font-size: 16px;
    padding: 0 16px;
  }
  
  .section1 .banner-item .swiper-pagination-bullet-active span.title {
    line-height: 32px;
    margin-bottom: 2px;
  }
  
  .section1 .banner-item .swiper-pagination-bullet-active span.desc {
    line-height: 36px;
  }
  
  .section1 .banner-item .swiper-pagination-bullet-active span.title i {
    font-size: 16px;
    padding: 0 16px;
  }
  
  .section1 .banner-item .swiper-pagination-bullet-active span.desc i {
    font-size: 24px;
    padding: 0 16px;
  }

  .section1 .banner-item .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet:first-child span.title i, 
  .section1 .banner-item .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet:first-child span.desc i {
    padding-left: 16px;
  }

  .section2 {
    padding: 32px 0 64px;
  }

  .section2 .swiper-container-section2-mobile {
    padding: 0 8px;
  }

  .section3 {
    height: 375px;
  }

  .section3 .section-top .container p {
    width: 100%;
    padding: 0 24px;
    font-size: 36px;
    line-height: 56px;
  }

  .section3 .section-top .container .tips {
    padding: 0 24px;
  }

  .section4 .section-top .section-item {
    padding-bottom: 180px;
  }

  .section4 .section-top .section-item .words-box p {
    margin-bottom: 114px !important;
  }

  .section4 .section-top .section-item .words-box {
    padding: 32px 60px;
  }
}

@media (max-width: 650px) {
  .page-home-mobile {
    padding-top: 52px;
  }

  .section1 .banner-item {
    height: 520px;
  }

  .section1 .banner-item .swiper-container .swiper-slide .txt {
    display: none;
  }

  .section1 .banner-item .swiper-container-horizontal>.swiper-pagination-bullets, .section1 .banner-item .swiper-pagination-custom,.section1 .banner-item .swiper-pagination-fraction {
    bottom: 56px;
    text-align: left;
    padding-left: 8px;
  }

  .section1 .banner-item .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin-right: 0 !important;
    width: 100%;
    float: left;
    margin-top: 24px !important;
  }

  .section1 .banner-item .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet a {
    display: inline-block;
  }

  .section1 .banner-item .swiper-pagination-bullet span.title {
    line-height: 20px;
    margin-bottom: 0;
  }
  
  .section1 .banner-item .swiper-pagination-bullet span.desc {
    line-height: 28px;
  }
  
  .section1 .banner-item .swiper-pagination-bullet span.title i {
    font-size: 12px;
  }
  
  .section1 .banner-item .swiper-pagination-bullet span.desc i {
    font-size: 16px;
  }
  
  .section1 .banner-item .swiper-pagination-bullet-active span.title {
    line-height: 20px;
    margin-bottom: 0px;
  }
  
  .section1 .banner-item .swiper-pagination-bullet-active span.desc {
    line-height: 36px;
  }
  
  .section1 .banner-item .swiper-pagination-bullet-active span.title i {
    font-size: 16px;
  }
  
  .section1 .banner-item .swiper-pagination-bullet-active span.desc i {
    font-size: 24px;
    font-weight: 500;
  }

  .section2 {
    padding: 36px 0 48px;
  }

  .section2 h3 {
    font-size: 26px;
    line-height: 40px;
    padding: 0 12px;
    margin-bottom: 15px;
  }

  .section2 .swiper-container-section2-mobile {
    padding: 0 4px;
  }

  .section2 .swiper-container-section2-mobile .swiper-slide {
    padding: 0 8px;
  }

  .section2 .swiper-container-section2-mobile .swiper-slide a .img-box {
    margin-bottom: 16px;
  }

  .section2 .swiper-container-section2-mobile .swiper-slide a .news-index {
    margin-bottom: 4px;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
  }

  .section2 .swiper-container-section2-mobile .swiper-slide a .news-title {
    margin-bottom: 16px !important;
    font-size: 14px;
    line-height: 22px;
    height: 44px;
    font-weight: 400;
  }
  
  .section2 .swiper-container-section2-mobile .swiper-slide a .news-time {
    font-size: 10px;
    line-height: 18px;
  }

  .section3 {
    height: auto;
  }

  .section3 .section-top .container {
    padding-top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .section3 .section-top .container h2 {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 15px;
    color: #ffffff;
    width: 100%;
    display: block;
  }

  .section3 .section-top .container p {
    width: 100%;
    padding: 0;
    font-size: 14px;
    line-height: 24px;
    margin: 0 auto !important;
    font-weight: 500;
    letter-spacing: 0px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }

  .section3 .section-top .container .tips {
    display: none;
  }

  .section4 .section-top .section-item .words-box {
    padding: 14px 24px;
  }

  .section4 .section-top .section-item .words-box p {
    font-size: 14px;
    line-height: 28px;
    margin-bottom: 86px !important;
  }

  .section4 .section-top .section-item .words-box h2 {
    font-size: 20px;
    line-height: 32px;
  }

  .section4 .section-top .section-item .words-box .more {
    width: 84px;
    height: 32px;
    line-height: 30px;
    border-radius: 16px;
    padding: 0 16px;
    font-size: 12px;
  }

  .section4 .section-scroll {
    height: 200px;
  }

  .section4 .section-scroll .scroll-content {
    padding: 0;
  }

  .section4 .section-scroll .scroll-content .scroll-item span, 
  .section4 .section-scroll .scroll-content .scroll-item a {
    font-size: 36px;
    line-height: 70px;
    padding: 0 12px;
  }

  .section4 .section-scroll .scroll-content .scroll-item span i {
    font-size: 36px;
    line-height: 70px;
  }
  
  .section5 .section-item .section-top .section-wrapper .content-item-words p {
    font-size: 16px;
    line-height: 24px;
    height: 24px;
  }

  .section5 .section-item .section-top .section-wrapper .content-item-words span {
    font-size: 12px;
    line-height: 20px;
    height: 20px;
  }

  .section5 .section-bottom .content-top .content-item-words p {
    font-size: 12px;
    line-height: 20px;
    height: 20px;
  }

  .section5 .section-bottom .content-top .content-item-words span {
    font-size: 10px;
    line-height: 18px;
    height: 18px;
  }

  .section5 .section-bottom .content-bottom .content-item-words p {
    font-size: 12px;
    line-height: 20px;
    height: 20px;
  }

  .section5 .section-bottom .content-bottom .content-item-words span {
    font-size: 10px;
    line-height: 18px;
    height: 18px;
  }

  .section6 .section-item .section-top .section-wrapper .content-item-words p {
    font-size: 16px;
    line-height: 24px;
    height: 24px;
  }

  .section6 .section-item .section-top .section-wrapper .content-item-words span {
    font-size: 12px;
    line-height: 20px;
    height: 20px;
  }

  .section6 .section-bottom .content-top .content-item-words p {
    font-size: 12px;
    line-height: 20px;
    height: 20px;
  }

  .section6 .section-bottom .content-top .content-item-words span {
    font-size: 10px;
    line-height: 18px;
    height: 18px;
  }

  .section6 .section-bottom .content-bottom .content-item-words p {
    font-size: 12px;
    line-height: 20px;
    height: 20px;
  }

  .section6 .section-bottom .content-bottom .content-item-words span {
    font-size: 10px;
    line-height: 18px;
    height: 18px;
  }


  .section6 .section-item .section-top .bottom{
    position: relative;
    box-sizing: border-box;
    padding: 30px 20px;
    display: flex;
    flex-wrap: wrap;
    align-content: space-around;
    justify-content: flex-end;
  }
  
.section6 .section-item .section-top .bottom span {
  width: 2px;
  height: 40px;
  background-color: #ffffff;
  display: block;
  margin-bottom: 10px;
}

.section6 .section-item .section-top .bottom h2 {
  font-size: 36px;
  color: #ffffff;
  font-weight: 600;
  text-align: right;
  width: 100%;
}

.section6 .section-item .section-top .top .timerDiv {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
}

.section6 .section-item .section-top .top .timerDiv li {
  width: calc(50% - 1px);
  text-align: center;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  height: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 15px;
}

.section6 .section-item .section-top .top .timerDiv li:nth-child(2n) {
  border-right: 0px solid #fff;
  width: 50%;
}

.section6 .section-item .section-top .top .timerDiv li:last-child {
  border-right: 0px solid #eee;
}

.section6 .section-item .section-top .top .timerDiv li:nth-last-child(1),
.section6 .section-item .section-top .top .timerDiv li:nth-last-child(2) {
  border-bottom: 0px solid #fff;
}

.section6 .section-item .section-top .top .timerDiv li .con .t1 {
  color: #ffffff;
}

.section6 .section-item .section-top .top .timerDiv li .con .t1 .timer {
  font-size: 48px;
  font-weight: 600;
}

.section6 .section-item .section-top .top .timerDiv li .con .t1 .unit {
  font-size: 30px;
  font-weight: 600;
}

.section6 .section-item .section-top .top .timerDiv li .con .t1 .add {
  font-size: 24px;
  font-weight: 600;
}

.section6 .section-item .section-top .top .timerDiv li .con .t2 {
  color: #ffffff;
  font-size: 16px;
}

.section6 .section-item .section-bottom{
  padding: 15px;
  box-sizing: border-box;
  justify-content: flex-start;
  align-items: flex-start;
}
.section6 .section-item .section-bottom .title {
  margin-bottom: 30px;
  width: 100%;
}

.section6 .section-item .section-bottom .title h2 {
  font-size: 26px;
  line-height: 36px;
  margin-bottom: 5px;
}

.section6 .section-item .section-bottom .title p {
  font-size: 18px;
  font-weight: 500;
  color: #278f9b;
  line-height: 30px;
  padding-top: 0px;
}

.section6 .section-item .section-bottom .title p b {
  font-size: 18px;
  font-weight: 600;
  padding: 0 5px;
}

.section6 .section-item .section-bottom .content p {
  font-size: 14px;
  line-height: 1.5;
  padding-bottom: 10px;
}


.section6 .section-item .section-bottom .link {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-end;
  padding-top: 20px;
}


.section6 .section-item .section-bottom a {
  font-size: 16px;
  color: #008191;
  transition: 500ms;
}

.section6 .section-item .section-bottom a img {
  transition: 500ms;
  width: 25px;
}

.section6 .section-item .section-bottom a:hover {
  transition: 500ms;
}

.section6 .section-item .section-bottom a:hover img {
  transition: 500ms;
  padding-left: 10px;
}

.section5 .section-item .section-top .section-wrapper a{
  display: flex;
  align-items: flex-end;
}
.section5 .section-content {
  padding: 20px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  align-content: space-around;
  position: relative;
  z-index: 3;
}

.section-content .text{
  width: 100%;
  display: block;
}
.section-content .text .title {
  font-size: 26px;
  line-height: 36px;
  margin-bottom: 5px;
  color: #ffffff;
  width: 100%;
  display: block;
}

.section5 .section-content .text p {
  font-size: 14px;
  color: #333333;
  line-height: 1.8;
  display: none;
}

.section5 .section-content .link {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-end;
  padding-top: 10px;
}

.section5 .section-content .link p {
  font-size: 16px;
  color: #ffffff;
  transition: 500ms;
}

.section5 .section-content .link p img {
  transition: 500ms;
  width: 25px;
}

.section5 .section-content .link p:hover {
  transition: 500ms;
}

.section5 .section-content .link p:hover img {
  transition: 500ms;
  padding-left: 10px;
}






}

@media (max-width: 320px) {
  .section3 .section-top .container p {
    font-size: 20px;
    padding: 0;
  }
}



#section1 .sticky-content1{
  position: relative;width: 100%;height: 100vh;
}






#section1 {
  height: 100vh;
}

#section1 .swiper {
  width: 100%;
  height: 100%;
}

#section1 .swiper.mySwiper {
  height: 100px;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  z-index: 3;
}

#section1 .swiper-slide {
  font-size: 18px;
  color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* padding: 40px 60px; */
}

#section1 .swiper-slide .title {
  font-size: 80px;
  line-height: 80px;
  font-weight: 600;
  letter-spacing: 2px;
  margin-bottom: 24px;
  visibility: visible;
}

#section1 .swiper-slide .subtitle {
  font-size: 21px;
}

#section1 .swiper-slide .text {
  font-size: 14px;
  max-width: 400px;
  line-height: 1.3;
}

#section1 .swiper-slide {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

#section1 .swiper-slide img {
  display: block;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#section1 .swiper-pagination {
  bottom: 0px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  right: 360px;
  width: 6px;
  height: auto;
}

#section1 .swiper-pagination .swiper-pagination-bullet {
  width: 3px;
  border-radius: 0;
  height: 60px;
  background: #ffffff;
  opacity: .2;
  display: block;
  margin: 0 1px;
}

#section1 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 4px;
  opacity: 1;
}

#section1 .down {
  bottom: 60px;
  right: 300px;
  position: absolute;
  z-index: 4;
  color: #ffffff;
  transform: rotate(-90deg);
}

#section1 .mySwiper2 {
  position: relative;

}

#section1 .mySwiper2::before {
  content: '';
  display: block;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  background-color: #000000;
  opacity: .3;
  width: 100%;
  height: 100vh;
  z-index: 2;
}

#section1 .text {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
}

#section1 .text .banner_container {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  box-sizing: border-box;
}

#section1 .text .banner_container .top {
  margin-bottom: 60px;
  margin-top: 60px;
  width: 100%;
  line-height: 1.8;
  padding-left: 15px;
  box-sizing: border-box;
  border-left: 2px solid #ffffff;
}

#section1 .text .banner_container .top h3 {
  font-size: 30px;
  color: #ffffff;
  font-weight: 600;
}

#section1 .text .banner_container .top h2 {
  font-size: 30px;
  color: #ffffff;
}

#section1 .text .banner_container .content {
  margin-top: 80px;
  width: 70%;
}

#section1 .text .banner_container .content p {
  font-size: 16px;
  padding-top: 50px;
  display: block;
  color: #ffffff;
}

#section1 .text .banner_container .content .link {
  margin-top: 50px;
}

#section1 .text .banner_container .content .link a {
  font-size: 16px;
  color: #ffffff;
  padding-bottom: 8px;
  border-bottom: 1px solid #ffffff;
}

@media (max-width:530px){
    #section1 {
    height: 35vh;
  }
}






@media (max-width:768px){
  #section1 {
    height: 30vh;
  }
  
  #section1 .swiper {
    width: 100%;
    height: 100%;
 
  }
  
  #section1 .swiper.mySwiper {
    /*height: 290px;*/
    height: 240px;
    width: 90%;
    margin: 0 auto;
    overflow: hidden;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    z-index: 3;
    padding: 0px;
    box-sizing: border-box;
  }
  
  #section1 .swiper-slide {
    font-size: 18px;
    color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* padding: 40px 60px; */
  }
  
  #section1 .swiper-slide .title {
    font-size: 36px;
    line-height: 80px;
    font-weight: 600;
    letter-spacing: 2px;
    margin-bottom: 24px;
    visibility: visible;
  }
  
  #section1 .swiper-slide .subtitle {
    font-size: 21px;
  }
  
  #section1 .swiper-slide .text {
    font-size: 14px;
    max-width: 400px;
    line-height: 1.3;
  }
  
  #section1 .swiper-slide {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
  }
  
  #section1 .swiper-slide img {
    display: block;
    object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
  }
  
  #section1 .swiper-pagination {
    bottom: 0px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    right: 40px;
    width: 6px;
    height: auto;
  }
  
  #section1 .swiper-pagination .swiper-pagination-bullet {
    width: 2px;
    border-radius: 0;
    height: 20px;
    background: #ffffff;
    opacity: .2;
    display: block;
    margin: 0 1px;
  }
  
  #section1 .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 4px;
    opacity: 1;
  }
  
  #section1 .down {
    bottom: 50px;
    right: 40px;
    position: absolute;
    z-index: 4;
    color: #ffffff;
    transform: rotate(-90deg);
    font-size: 12px;
    
  }
  
  #section1 .mySwiper2 {
    position: relative;
    height: 100%;
  
  }
  
  #section1 .sticky-content1{
    position: relative;width: 100%;height: 100%;
  }
  #section1 .mySwiper2::before {
    content: '';
    display: block;
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    background-color: #000000;
    opacity: .3;
    width: 100%;
    height: 100%;
    z-index: 2;
  }
  
  #section1 .text {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
    padding: 0 20px;
    box-sizing: border-box;
  }
  
  #section1 .text .banner_container {
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    box-sizing: border-box;
  }
  
  #section1 .text .banner_container .top {
    margin-bottom: 20px;
    margin-top: 150px;
    width: 100%;
    line-height: 1.8;
    padding-left: 15px;
    box-sizing: border-box;
    border-left: 2px solid #ffffff;
  }
  
  #section1 .text .banner_container .top h3 {
    font-size: 24px;
    color: #ffffff;
    font-weight: 600;
  }
  
  #section1 .text .banner_container .top h2 {
    font-size: 24px;
    color: #ffffff;
  }
  
  #section1 .text .banner_container .content {
    margin-top: 80px;
    width: 70%;
    display: none;
  }
  
  #section1 .text .banner_container .content p {
    font-size: 16px;
    padding-top: 50px;
    display: block;
    color: #ffffff;
  }
  
  #section1 .text .banner_container .content .link {
    margin-top: 50px;
  }
  
  #section1 .text .banner_container .content .link a {
    font-size: 16px;
    color: #ffffff;
    padding-bottom: 8px;
    border-bottom: 1px solid #ffffff;
  }
  
  
  
  
  
    
  #section1 .banner_container .top {
    margin-bottom: 20px;
    margin-top: 80px;
    width: 100%;
    line-height: 1.8;
    padding-left: 15px;
    box-sizing: border-box;
    border-left: 2px solid #ffffff;
  }
  
  #section1 .banner_container .top h3 {
    font-size: 18px;
    color: #ffffff;
    font-weight: 600;
  }
  
  #section1 .banner_container .top h2 {
    font-size: 18px;
    color: #ffffff;
  }
  
  #section1 .banner_container .content {
    margin-top: 80px;
    width: 70%;
    display: none;
  }
  
  #section1 .banner_container .content p {
    font-size: 16px;
    padding-top: 50px;
    display: block;
    color: #ffffff;
  }
  
  #section1 .banner_container .content .link {
    margin-top: 50px;
  }
  
  #section1 .banner_container .content .link a {
    font-size: 16px;
    color: #ffffff;
    padding-bottom: 8px;
    border-bottom: 1px solid #ffffff;
  }
    #section1 .swiper-slide .title {
    font-size: 36px;
    line-height: 42px;
    font-weight: 600;
    letter-spacing: 2px;
    margin-bottom: 24px;
    visibility: visible;
  }
}