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: var(--dark-modal-bgcolor);
  opacity: 0.5;
  /* transition: opacity 0.5s ease-in-out; */
}

/* .section3 .section-top .bg-mark.active {
  opacity: 1;
} */

.section3 .section-top .container p {
  width: 100%;
  font-size: 46px;
  line-height: 72px;
  font-weight: 600;
  color: var(--light-font-color);
  letter-spacing: 8px;
  text-align: center;
}

.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: 0;
  padding-bottom: 100%;
  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: rgba(0, 0, 0, 0.3);
  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: 0;
  padding-bottom: 100%;
  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: 50%;
  position: absolute;
  left: 0;
  top: 0;
}

.section5 .section-item .section-bottom .content-bottom {
  width: 100%;
  height: 50%;
  position: absolute;
  left: 0;
  top: 50%;
}

.section5 .section-item .section-bottom .content-item-image {
  width: 50%;
  height: 100%;
  position: relative;
  background: var(--light-main-color);
  margin: 0;
  overflow: hidden;
}

.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;
  left: 0;
  right: 0;
  top: 0;
  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: #ffffff;
  position: relative;
  margin: 0;
  transition: all 0.2s ease-out;
}

.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;
}

.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);
}

.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 */
.section6 .section-item {
  width: 100%;
  height: auto;
}

.section6 .section-item .section-top {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative;
}

.section6 .section-item .section-top .section-wrapper,
.section6 .section-item .section-top .section-wrapper a {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
}

.section6 .section-item .section-top .section-wrapper a .mask {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}

.section6 .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;
}

/* .section6 .section-item .section-top .section-wrapper:hover .wrapper-bg{
  transform: scale(1.1);
} */

.section6 .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;
}

.section6 .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;
}

.section6 .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;
}

.section6 .section-item .section-bottom {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}

.section6 .section-item .section-bottom .content-top {
  width: 100%;
  height: 50%;
  position: absolute;
  left: 0;
  top: 0;
}

.section6 .section-item .section-bottom .content-bottom {
  width: 100%;
  height: 50%;
  position: absolute;
  left: 0;
  top: 50%;
}

.section6 .section-item .section-bottom .content-item-image {
  width: 50%;
  height: 100%;
  position: relative;
  background: #000000;
  margin: 0;
  overflow: hidden;
}

.section6 .section-item .section-bottom .content-item-image .image-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

/* .section6 .section-item .section-bottom .content-item-image:hover .image-wrapper {
  transform: scale(1.1);
} */

.section6 .section-item .section-bottom .content-item-words {
  width: 50%;
  height: 100%;
  background: #ffffff;
  position: relative;
  margin: 0;
  transition: all 0.2s ease-out;
}

.section6 .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;
}

.section6 .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);
}

.section6 .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);
}

.section6 .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;
}

.section6 .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;
}

.section6 .section-item .section-bottom .content-top .content-item-image, .section6 .section-item .section-bottom .content-bottom .content-item-words {
  float: left;
}

.section6 .section-item .section-bottom .content-top .content-item-words, .section6 .section-item .section-bottom .content-bottom .content-item-image {
  float: right;
}

.section6 .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);
}

.section6 .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);
}

.section6 .section-item .section-bottom .content-top .content-item-words.active{
  background: #1366BF;
}

.section6 .section-item .section-bottom .content-top .content-item-words.active p,
.section6 .section-item .section-bottom .content-top .content-item-words.active span {
  color: #ffffff;
}

.section6 .section-item .section-bottom .content-bottom .content-item-words.active{
  background: #1366BF;
}

.section6 .section-item .section-bottom .content-bottom .content-item-words.active p,
.section6 .section-item .section-bottom .content-bottom .content-item-words.active span {
  color: #ffffff;
}

.section6 .section-item .section-bottom .content-top .content-item-words.active:after{
  border-right: 12px solid #1366BF;
}

.section6 .section-item .section-bottom .content-bottom .content-item-words.active:after{
  border-left: 12px solid #1366BF;
}

@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;
  }

  .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: 250px;
  }

  .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: 300px;
  }

  .section3 .section-top .container {
    padding-top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .section3 .section-top .container p {
    width: 100%;
    padding: 0;
    font-size: 24px;
    line-height: 36px;
    margin: 0 auto !important;
  }

  .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: 126px !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;
  }
}

@media (max-width: 320px) {
  .section3 .section-top .container p {
    font-size: 20px;
    padding: 0;
  }
}
