@import "./common.css";

.mobile {
  display: none;
}

.pc {
  display: block;
}

@media (max-width: 768px) {
  .mobile {
    display: block;
    overflow-x: hidden;
  }
  .pc {
    display: none !important;
  }
  .page1 {
    width: 100%;
    position: relative;
  }

  video {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .hide {
    opacity: 0;
  }

  .page1 {
    margin-top: 12.53vw;
  }

  .page1 img {
    position: absolute;
    bottom: 3vh;
    left: 10%;
    width: 80%;
  }

  .fade {
    opacity: 1;
    transition: opacity 0.5s ease-in-out;
  }

  .hide {
    opacity: 0;
  }

  .page2,
  .page3,
  .page4,
  .page5 {
    position: relative;
  }

  .bg-img {
    width: 100vw;
    height: auto;
    max-width: 750px;
  }

  .page3 .culture {
    position: absolute;
    top: 33.46vw;
    padding: 0 9.6vw;
    width: 100%;
    box-sizing: border-box;
  }

  .culture-box {
    box-sizing: border-box;
    height: 16vw;
    line-height: 16vw;
    padding-left: 5.06vw;
    border-radius: 2.667vw;
    color: #fff;
    margin-bottom: 2.667vw;
  }

  .culture-box.active {
    height: 34.93vw;
    padding: 4.26vw;
    border-radius: 0;
  }

  .culture-box .culture-title {
    font-size: 4.26vw;
    font-weight: bold;
  }

  .culture-box.active .culture-title {
    text-align: center;
    margin-bottom: 5.33vw;
    line-height: 1;
  }

  .culture-box .culture-text {
    display: none;
  }

  .culture-box.active .culture-text {
    text-align: center;
    font-size: 2.93vw;
    display: block;
    line-height: 1.2;
  }

  .culture-box {
    background-image: url(https://qiniu.qaserv.com/res/images/mobile/index/3-1.jpg);
    background-position: center;
    background-size: cover;
  }
  .culture-box.box2 {
    background-image: url(https://qiniu.qaserv.com/res/images/mobile/index/3-2.jpg);
  }
  .culture-box.box3 {
    background-image: url(https://qiniu.qaserv.com/res/images/mobile/index/3-3.jpg);
  }
  .culture-box.box4 {
    background-image: url(https://qiniu.qaserv.com/res/images/mobile/index/3-4.jpg);
  }
  .culture-box.box5 {
    background-image: url(https://qiniu.qaserv.com/res/images/mobile/index/3-5.jpg);
  }

  .page4 .swiper-pagination {
    position: absolute;
    top: 13.86vw;
    right: 9.33vw;
    color: #956844;
    height: 3vw;
    width: 30vw;
    left: unset;
    text-align: right;
    font-size: 3.46vw;
  }

  .page4 .swiper {
    position: absolute;
    left: 8vw;
    top: 28.4vw;
    width: 100%;
  }

  .page4 .swiper-slide {
    width: 34.67vw;
  }

  .page4 .swiper img {
    width: 34.67vw;
    height: 100%;
    object-fit: cover;
  }

  .page4 .swiper-slide-active {
    border: 2px solid #ffd57e;
  }

  .page4 .swiper-pagination-current {
    color: #d0a854;
    font-weight: 500;
  }

  .page5 .advant {
    position: absolute;
    top: 28vw;
    padding: 0 9.6vw;
    width: 100%;
    box-sizing: border-box;
  }

  .advant .area {
    position: relative;
    width: 80.93vw;
    height: 19.73vw;
    margin-bottom: 6vw;
  }

  .page5 .advant-box {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80.93vw;
    height: 19.73vw;
    box-shadow: 0px 13px 22px 0px #9bb1cb;
    border-radius: 2.66vw;
  }

  .advant-box::before {
    content: "";
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    border-radius: 2.66vw;
    background: linear-gradient(
      -30deg,
      rgba(31, 173, 73, 0.8),
      rgba(0, 105, 244, 0.8),
      rgba(14, 182, 243, 0.8)
    );
    z-index: 2;
  }

  .advant-box .content {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: right;
    position: relative;
    width: 80.2vw;
    height: 19.3vw;
    padding-right: 3.6vw;
    background: rgba(255, 255, 255, 0.85);
    border-radius: 2.66vw;
    z-index: 3;
  }

  .advant-title {
    font-size: 4vw;
    color: #041432;
    line-height: 1;
    margin-bottom: 2.4vw;
    font-weight: 500;
  }

  .advant-text {
    font-size: 2.13vw;
    color: #404040;
    width: 38.4vw;
  }

  .advant .img-area {
    position: absolute;
    bottom: 0.5vw;
    width: 28.53vw;
    height: 110%;
    left: 4.13vw;
    text-align: center;
    z-index: 4;
  }

  .advant img {
    height: 100%;
  }

  .page6 {
    padding: 4.8vw 9.8vw;
  }

  .page-img {
    width: 16.67vw;
    margin-bottom: 6vw;
  }

  .news {
    margin-bottom: 5.46vw;
    color: #2f2f2f;
  }

  .news-pic {
    max-width: 100%;
    border-radius: 2vw;
  }

  .news-time {
    font-weight: bold;
    font-size: 3.33vw;
    line-height: 1;
    margin: 4vw 0 3vw;
  }

  .news-title {
    font-size: 4vw;
    line-height: 1.2;
  }
}

.arrow {
  position: fixed;
  bottom: 6.018vmin;
  left: 50%;
  z-index: 10;
  transform: translateX(-50%);
  width: 0.76rem;
  height: 0.76rem;
  cursor: pointer;
}

.progress-ring {
  position: fixed;
  bottom: 5.55vmin;
  left: 50%;
  transform: translateX(-50%);
  z-index:9;
}

.progress-ring__circle {
  transform: rotate(-90deg);
  transform-origin: 50% 50%;
  animation: progress-ring 10s linear infinite;
}

@keyframes progress-ring {
  to {
    stroke-dashoffset: 0;
  }
}

header.index {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.75);
  border-bottom: 0.01rem solid #f1f3f5;
}


scrollbutton {
  display: flex;
  flex-flow: column;
  position: fixed;
  top: 50%;
  right: 5vmin;
  z-index: 9;
  transform: translateY(-50%);
  justify-content: center;
  align-items: center;
}

scrollbutton > a {
  display: block;
  flex: 0 0 auto;
  display: block;
  position: relative;
  width: 2.777778vmin;
  height: 2.777778vmin;
}

scrollbutton > a[rel]:after {
  content: "";
  background-color: #fff;
  display: block;
  width: 0.3vmin;
  height: 0.3vmin;
  border-radius: 100%;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  transition: all 0.5s;
  position: absolute;
}

scrollbutton > a[rel]:before {
  content: "";
  border: solid 0.1vmin #fff;
  display: block;
  width: 0.1vmin;
  height: 0.1vmin;
  border-radius: 100%;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  transition: all 0.5s;
  position: absolute;
}

scrollbutton > a[rel].current:before {
  width: 2.777778vmin;
  height: 2.777778vmin;
}

scrollbutton[rel="2"] > a[rel]::before {
  border: solid 0.1vmin #a3a3a3;
  background-color: rgba(0, 0, 0, 0.05);
}

scrollbutton[rel="2"] > a[rel]::after {
  background-color: #a3a3a3;
}

scrollbutton[rel="4"] > a[rel]::before {
  border: solid 0.1vmin #a3a3a3;
  background-color: rgba(0, 0, 0, 0.05);
}

scrollbutton[rel="4"] > a[rel]::after {
  background-color: #a3a3a3;
}

scrollbutton[rel="5"] > a[rel]::before {
  border: solid 0.1vmin #a3a3a3;
  background-color: rgba(0, 0, 0, 0.05);
}

scrollbutton[rel="5"] > a[rel]::after {
  background-color: #a3a3a3;
}

scrollwraper {
  width: 100vw;
  height: 100vmin;
  min-width: 1200px;
  min-height: 300px;
  overflow-y: auto;
  scroll-behavior: smooth;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  display: block;
  scrollbar-width: none !important;
  -ms-overflow-style: none;
}

scrollwraper::-webkit-scrollbar {
  width: 0 !important;
  height: 0 !important;
  display: none !important;
}

scrollpage {
  height: 100vmin;
  width: 100%;
  box-sizing: border-box;
  display: block;
  position: relative;
  scroll-margin: 0px;
}

scrollpage > swiper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: radial-gradient(#ccc, #333);
  transform: translateX(-100%);
  z-index: 1;
  transition: transform 1s ease-in-out;
}

scrollpage > swiper.current {
  transform: translateX(0%);
  z-index: 3;
  transition: transform 1s ease-in-out;
}

scrollpage > swiper.next {
  transform: translateX(100%);
  transition: none;
}

scrollpage > swiper.prev {
  transform: translateX(-100%);
  z-index: 2;
}

swipebutton {
  position: absolute;
  left: 10vmin;
  right: 10vmin;
  bottom: 1vmin;
  z-index: 9;
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: center;
}

.screen01 swipebutton a {
  flex: 1 1 auto;
  margin: 0.24rem;
  padding: 0.05rem;
  transition: all 0.5s;
  max-width: 20vmin;
  position: relative;
}

.screen01 swipebutton a:after {
  content: "";
  height: 0.01rem;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  background-color: #edfafc;
}

.screen01 swipebutton a:before {
  content: "";
  height: 0.01rem;
  width: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 3;
  transform: translate(-50%, -50%);
  transition: width 0.5s;
}

.screen01 swipebutton a.current:before {
  height: 0.03rem;
  background-color: #65696f;
  width: 100%;
}

.screen01 .swiper-container {
  width: 100vw;
  height: 100vh;
}

.screen01 .video_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.screen01 .video_bg::before {
  position: absolute;
  content: "";
  z-index: 2;
  background: url(https://qiniu.qaserv.com/res/images/common/video-line.png);
  background-repeat: repeat;
  background-position: center;
  left: 0;
  top: 7.77778%;
  width: 100%;
  height: 92.22222%;
}

.screen01 .video_bg video {
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.page_pic {
  position: absolute;
  top: 13.518vh;
  left: 3.541vw;
}

.screen02 {
  background-image: url(https://qiniu.qaserv.com/res/images/common/02_bg.jpg);
  background-size: cover;
  background-position: center;
}

.screen02 .logo {
  position: absolute;
  top: 24.26vh;
  left: 38vw;
}

.screen02 .logo img {
  width: 15.365vw;
}

@keyframes slideFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.screen02 .fade {
  opacity: 0;
  animation: slideFadeIn 1s forwards;
  animation-play-state: paused;
}

.screen02 .a1 {
  position: absolute;
  top: 20.37vh;
  left: 17.916vw;
  animation-delay: 0ms;
}

.screen02 .a1 img {
  width: 17.03vw;
  height: 22.7778vh;
}

.screen02 .b2 {
  position: absolute;
  top: 36.76vh;
  left: 4.167vw;
  animation-delay: 300ms;
}

.screen02 .b2 img {
  width: 18.59vw;
  height: 22.7778vh;
}

.screen02 .c3 {
  position: absolute;
  top: 52.31vh;
  left: 48.07vw;
  animation-delay: 600ms;
}

.screen02 .c3 img {
  width: 19.27vw;
  height: 23.518vh;
}

.screen02 .d4 {
  position: absolute;
  top: 68.79vh;
  left: 36.35vw;
  opacity: 0;
  animation-delay: 900ms;
}

.screen02 .d4 img {
  width: 19.11vw;
  height: 22.7778vh;
}

.screen02 .text {
  font-size: 1.667vmin;
  font-family: AlibabaPuHuiTi;
  font-weight: 400;
  color: #162644;
  line-height: 2.778vmin;
  opacity: 0;
}

@keyframes upFadeIn1 {
  from {
    opacity: 0;
    transform: translateY(8.61vh);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes upFadeIn2 {
  from {
    opacity: 0;
    transform: translateY(4.63vh);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes downFadeIn1 {
  from {
    opacity: 0;
    transform: translateY(-6.11vh);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes downFadeIn2 {
  from {
    opacity: 0;
    transform: translateY(-5.55vh);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.screen02 .text1 {
  position: absolute;
  top: 27.4vh;
  right: 6.6667vw;
  width: 37.8125vw;
  animation: upFadeIn1 1s forwards;
  animation-play-state: paused;
}

.screen02 .text2 {
  position: absolute;
  top: 49.35vh;
  left: 26.458vw;
  width: 21.2vw;
  animation: downFadeIn1 1s forwards;
  animation-play-state: paused;
}

.screen02 .text3 {
  position: absolute;
  top: 63.98vh;
  right: 6.71875vw;
  width: 21.2vw;
  animation: upFadeIn2 1s forwards;
  animation-play-state: paused;
}

.screen02 .text4 {
  position: absolute;
  top: 81.3vh;
  right: 14.375vw;
  width: 25.15625vw;
  animation: downFadeIn2 1s forwards;
  animation-play-state: paused;
}

.screen02 .line {
  position: absolute;
  width: 100%;
}

.line-segment {
  opacity: 0;
  background-color: white;
  height: 1px;
  position: absolute;
  bottom: 0;
}

@keyframes appear11 {
  from {
    width: 0;
    opacity: 0;
  }
  to {
    width: 3.5%;
    opacity: 0.7;
  }
}

@keyframes appear12 {
  from {
    width: 0;
    opacity: 0;
  }
  to {
    width: 3.5%;
    opacity: 0.7;
  }
}

@keyframes appear13 {
  from {
    width: 0;
    opacity: 0;
  }
  to {
    width: 2.5%;
    opacity: 0.7;
  }
}

@keyframes appear14 {
  from {
    width: 0;
    opacity: 0;
  }
  to {
    width: 76.5%;
    opacity: 0.7;
  }
}

.line1 .line-segment:nth-child(1) {
  left: 0;
  animation-delay: 0s;
  animation: appear11 0.1s forwards;
  animation-play-state: paused;
}
.line1 .line-segment:nth-child(2) {
  left: 7%;
  animation-delay: 0.1s;
  animation: appear12 0.1s forwards;
  animation-play-state: paused;
}
.line1 .line-segment:nth-child(3) {
  left: 17%;
  animation-delay: 0.2s;
  animation: appear13 0.1s forwards;
  animation-play-state: paused;
}
.line1 .line-segment:nth-child(4) {
  left: 23.5%;
  animation-delay: 0.3s;
  animation: appear14 0.7s forwards;
  animation-play-state: paused;
}


.screen02 .line1 {
  top: 43.24vh;
}

.screen02 .line2 {
  top: 59.63vh;
}

@keyframes appear21 {
  from {
    width: 0;
    opacity: 0;
  }
  to {
    width: 47.5%;
    opacity: 0.7;
  }
}

@keyframes appear22 {
  from {
    width: 0;
    opacity: 0;
  }
  to {
    width: 3%;
    opacity: 0.7;
  }
}

@keyframes appear23 {
  from {
    width: 0;
    opacity: 0;
  }
  to {
    width: 2.5%;
    opacity: 0.7;
  }
}

@keyframes appear24 {
  from {
    width: 0;
    opacity: 0;
  }
  to {
    width: 32.5%;
    opacity: 0.7;
  }
}

.line2 .line-segment:nth-child(1) {
  left: 0;
  animation-delay: 0s;
  animation: appear21 0.3s forwards;
  animation-play-state: paused;
}
.line2 .line-segment:nth-child(2) {
  left: 52%;
  animation-delay: 1s;
  animation: appear22 0.2s forwards;
  animation-play-state: paused;
}
.line2 .line-segment:nth-child(3) {
  left: 61.5%;
  animation-delay: 1s;
  animation: appear23 0.2s forwards;
  animation-play-state: paused;
}
.line2 .line-segment:nth-child(4) {
  left: 67.5%;
  animation-delay: 1s;
  animation: appear24 0.3s forwards;
  animation-play-state: paused;
}

.screen02 .line3 {
  top: 75.74vh;
}

@keyframes appear31 {
  from {
    width: 0;
    opacity: 0;
  }
  to {
    width: 36%;
    opacity: 0.7;
  }
}

@keyframes appear32 {
  from {
    width: 0;
    opacity: 0;
  }
  to {
    width: 3.5%;
    opacity: 0.7;
  }
}

@keyframes appear33 {
  from {
    width: 0;
    opacity: 0;
  }
  to {
    width: 2%;
    opacity: 0.7;
  }
}

@keyframes appear34 {
  from {
    width: 0;
    opacity: 0;
  }
  to {
    width: 45.5%;
    opacity: 0.7;
  }
}

.line3 .line-segment:nth-child(1) {
  left: 0;
  animation-delay: 0s;
  animation: appear31 0.3s forwards;
  animation-play-state: paused;
}
.line3 .line-segment:nth-child(2) {
  left: 39.2%;
  animation-delay: 0.8s;
  animation: appear32 0.2s forwards;
  animation-play-state: paused;
}
.line3 .line-segment:nth-child(3) {
  left: 46.5%;
  animation-delay: 0.8s;
  animation: appear33 0.2s forwards;
  animation-play-state: paused;
}
.line3 .line-segment:nth-child(4) {
  left: 54.5%;
  animation-delay: 1s;
  animation: appear34 0.3s forwards;
  animation-play-state: paused;
}

.textBox {
  position: absolute;
  top: unset;
  left: 0;
  right: 0;
  bottom: 16.667vmin;
  z-index: 9;
  color: #fff;
  pointer-events: none;
  text-align: center;
}

.transformText > * {
  animation: slideUpFadeIn 1.5s ease forwards;
}

@keyframes slideUpFadeIn {
  from {
    opacity: 0;
    transform: translateY(100%);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes moveClouds {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 100% 0;
  }
}

.screen03 {
  background-image: url(https://qiniu.qaserv.com/res/images/common/03_cloud.jpg);
  background-size: cover;
  background-position: center;
  animation: moveClouds 40s linear infinite;
}

.screen03::before {
  position: absolute;
  content: "";
  z-index: 2;
  background: url(https://qiniu.qaserv.com/res/images/common/03_line.png);
  background-repeat: repeat;
  background-position: center;
  left: 0;
  top: 7.77778%;
  width: 100%;
  height: 92.22222%;
}

@keyframes grow {
  from {
    transform: translateY(20vh);
  }
  to {
    transform: translateY(0);
  }
}

.screen03 .building {
  position: relative;
  width: 100%;
  height: 100%;
  background-image: url(https://qiniu.qaserv.com/res/images/common/03_building.png);
  background-size: auto;
  background-position: left bottom;
  background-repeat: no-repeat;
  z-index: 3;
  animation: grow 2s forwards;
  animation-play-state: paused;
}

@keyframes flyAcross {
  from {
    left: 14vw;
  }
  to {
    left: 100%;
  }
}

.screen03 .plane {
  position: absolute;
  width: 45.09vmin;
  height: 45vmin;
  left: 14vw;
  top: 0;
  background-image: url(https://qiniu.qaserv.com/res/images/common/03_plane.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 2;
  animation: flyAcross 8s linear;
  animation-play-state: paused;
}

.screen03 .culture-content {
  position: absolute;
  box-sizing: border-box;
  top: 29.8vh;
  left: 11.25vw;
  display: flex;
  flex-wrap: wrap;
  width: 77.65625vw;
  row-gap: 2.778vmin;
  column-gap: 2.778vmin;
  z-index: 4;
}

.culture-content .box {
  position: relative;
  width: 24.84375vw;
  height: 24.26vh;
}

.culture-content .box.big {
  width: 51.25vw;
}

.culture-content .box .culture-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.culture-content .box.big .content {
  padding-right: 13.8vw;
}

.culture-content .box .content {
  position: absolute;
  left: 0;
  top: 14.81vmin;
  color: #fff;
  padding: 0 2.6vmin;
  box-sizing: border-box;
}

.culture-content .box .title {
  font-size: 1.85vmin;
  line-height: 1;
  margin-bottom: 1.39vmin;
  font-weight: 500;
}

.culture-content .box .text {
  font-size: 1.48vmin;
  line-height: 2.037vmin;
}

.culture-content .b1 {
  background-image: url(https://qiniu.qaserv.com/res/images/common/03_gsby.png);
  background-position: center;
  background-size: cover;
}

.culture-content .b2 {
  background-image: url(https://qiniu.qaserv.com/res/images/common/03_jysx.png);
  background-position: center;
  background-size: cover;
}

.culture-content .b3 {
  background-image: url(https://qiniu.qaserv.com/res/images/common/03_qyjs.png);
  background-position: center;
  background-size: cover;
}

.culture-content .b4 {
  background-image: url(https://qiniu.qaserv.com/res/images/common/03_zqzy.png);
  background-position: center;
  background-size: cover;
}

.screen04 {
  background-image: url(https://qiniu.qaserv.com/res/images/common/04_bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-flow: column;
  align-items: stretch;
  justify-content: center;
  padding-top: 7.8vmin;
  box-sizing: border-box;
  z-index: 5;
}

#carousel {
  position: absolute;
  top: 19.07vh;
  left: 15vw;
  width: 70vw;
}

.carousel-images {
  display: flex;
  transition: transform 0.5s ease;
}

.carousel-images .swiper-slide {
  flex: 0 0 auto;
  width: 20.36vw;
  cursor: pointer;
  transition: transform 0.5s ease;
}

.carousel-images .swiper-slide img {
  width: 100%;
}

.screen05 {
  background-image: url(https://qiniu.qaserv.com/res/images/common/05_bg.jpg);
  background-size: cover;
  background-position: center;
}

.screen05 .strContent {
  display: flex;
  position: absolute;
  top: 31.57vh;
  left: 6.77vw;
  width: 86.46vw;
  justify-content: space-between;
}

.strContent .strBox {
  width: 29.63vmin;
  height: 42.22vmin;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  cursor: pointer;
}

.strContent .strBox.active {
  height: calc(42.22vmin - 2px);
  width: 29.63vmin;
  border: 2px solid;
  border-image: linear-gradient(
      -30deg,
      rgba(31, 173, 73, 0.8),
      rgba(0, 105, 244, 0.8),
      rgba(14, 182, 243, 0.8)
    )
    2 2;
  box-shadow: 0px 13px 22px 0px #9bb1cb;
}

.strContent .box1 {
  background-image: url(https://qiniu.qaserv.com/res/images/common/05_01.png);
}

.strContent .box2 {
  background-image: url(https://qiniu.qaserv.com/res/images/common/05_02.png);
}

.strContent .box3 {
  background-image: url(https://qiniu.qaserv.com/res/images/common/05_03.png);
}

.strContent .box4 {
  background-image: url(https://qiniu.qaserv.com/res/images/common/05_04.png);
}

.strContent .box5 {
  background-image: url(https://qiniu.qaserv.com/res/images/common/05_05.png);
}

.screen07 {
  background-image: linear-gradient(
    to bottom,
    #fff,
    #fff 7.77778vmin,
    rgba(0, 0, 0, 0.15) 7.77778vmin,
    #fff calc(7.77778vmin + 0.12rem)
  );
}

.newsWraper {
  padding-top: 7.7777vmin;
}

.newsMenu {
  width: 20vmin;
  display: flex;
  flex-flow: column;
  justify-content: flex-start;
  height: 100%;
  margin-top: 32vmin;
  margin-left: 3.541vw;
}

.newsMenu li {
  font-size: 1.5vmin;
  color: #666666;
  padding: 1.5vmin 0.3vmin;
  border-top: solid 0.02rem transparent;
  border-bottom: solid 0.01rem #b0b0b0;
  width: 17.5vmin;
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
}

.newsMenu li.current {
  color: #1744cb;
  border-top: solid 0.02rem #1744cb;
}

.newsMenu li.current:after {
  content: "";
  display: block;
  width: 0.8vmin;
  height: 0.8vmin;
  top: 50%;
  right: 1vmin;
  position: absolute;
  border-top: solid 0.02rem #0052d9;
  border-right: solid 0.02rem #0052d9;
  transform: translateY(-50%) rotate(45deg);
}

.newsList {
  margin-left: 8.98vmin;
  transform: translateY(-5vmin);
  position: relative;
  overflow: hidden;
}

.newsList:after {
  content: "";
  position: absolute;
  width: 12%;
  top: 0;
  bottom: 0;
  right: 0;
  pointer-events: none;
  background-image: linear-gradient(
    to left,
    #fff,
    rgba(255, 255, 255, 0.8),
    transparent
  );
  z-index: 9;
}

.newsList ul {
  flex-flow: row;
  display: flex;
  align-items: stretch;
  width: 100%;
  overflow: auto;
  scrollbar-width: none !important;
  -ms-overflow-style: none;
  display: none;
}

.newsList ul.current {
  display: flex;
}

.newsList ul::-webkit-scrollbar {
  width: 0 !important;
  height: 0 !important;
  display: none !important;
}

.newsList ul:after {
  content: "";
  width: 8%;
  flex: 0 0 auto;
  display: block;
}

.newsList li {
  width: 23%;
  flex: 0 0 auto;
  display: flex;
  flex-flow: column;
  font-size: 1.8vmin;
  line-height: 160%;
  padding: 2vmin;
  box-sizing: border-box;
}

.newsList picture {
  display: block;
  overflow: hidden;
  border-radius: 0.16rem;
  height: 21.48vmin;
}

.newsList picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.newsList li h4 {
  font-size: 1.3vmin;
  line-height: 160%;
  margin-top: 0.8vmin;
  margin-bottom: 0.8vmin;
}

.newsList li p {
  height: 6vmin;
  line-height: 3vmin;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  white-space: normal;
  word-break: break-all;
  margin: 0;
  margin-top: 0.5vmin;
}

.newsWraper .pagerWraper {
  margin-right: 15.5vmin;
  margin-left: 1vmin;
  font-size: 1.6vmin;
}

.newsWraper .pager > a {
  width: 4.07vmin;
  height: 4.07vmin;
  border-radius: 100%;
  border: solid 0.02rem #e5eef8;
  position: relative;
  margin: 0.08rem;
}

.newsWraper .pager > a:before {
  content: "";
  display: block;
  width: 1vmin;
  height: 1vmin;
  top: 50%;
  left: 50%;
  position: absolute;
}

.newsWraper .pager > a.next:before {
  border-top: solid 0.02rem #0052d9;
  border-right: solid 0.02rem #0052d9;
  transform: translate(-50%, -50%) rotate(45deg);
}

.newsWraper .pager > a.prev:before {
  border-top: solid 0.02rem #0052d9;
  border-left: solid 0.02rem #0052d9;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.newsWraper .pager div#count > span {
  display: block;
  padding: 0.08rem;
  white-space: nowrap;
  color: #f0f0f0;
}

.newsWraper .pager div#count > span:nth-child(1) {
  color: #999;
}

.newsWraper .pager div#count > span:nth-last-child(1) {
  color: #1744cb;
}
