/* mobileWeb_Banner start */
.mobileWeb_Banner {
  height: 900px;
  overflow: hidden;
  position: relative;
}

.mobileWeb_Banner .ba_img {
  width: 100%;
  height: 900px;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
}

.ba_img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: auto;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.mobileWeb_Banner .ba_txt {
  padding-right: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 9;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.mobileWeb_Banner .ba_txt p {
  line-height: 72px;
  color: #fff;
  font-size: 64px;
  margin-bottom: 30px;
}

.mobileWeb_Banner .ba_txt span {
  line-height: 36px;
  color: rgba(255, 255, 255, 0.65);
  font-size: 22px;
}

.roll-down {
  width: 48px;
  height: 48px;
  margin-left: -24px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 50%;
  position: absolute;
  bottom: 30px;
  left: 50%;
  z-index: 9;
}

.roll-down i {
  display: block;
  width: 100%;
  height: 30px;
  overflow: hidden;
  background: url(../images/swiperDown_ico.png) center center no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  animation: downico 1.5s ease-out infinite;
}

@keyframes downico {
  0% {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -o-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
  }

  35% {
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -o-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
    opacity: 0;
  }

  65% {
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -o-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
  }
}

/* mobileWeb_Banner end */


.mobileWeb_container0 {
  background-color: #fff;
  position: relative;
  z-index: 1;
}

.mobileWeb_container {
  overflow: hidden;
  background-color: #fff;
  position: relative;
  z-index: 1;
}

.mobileWeb_title {
  margin-bottom: 40px;
}

.mobileWeb_title p {
  line-height: 50px;
  color: #222;
  font-size: 48px;
  text-align: center;
  margin-bottom: -65px;
  position: relative;
  z-index: 1;
}

.mobileWeb_title1 p {
  color: #fff;
}

.mobileWeb_title span {
  display: block;
  line-height: 80px;
  font-size: 90px;
  text-transform: uppercase;
  color: transparent;
  -webkit-text-stroke: 1px #eceff6;
  font-weight: bold;
  text-align: center;
}

.mobileWeb_title1 span {
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.08);
}


/* mobileWeb_Part1 start */
.mobileWeb_Part1 {
  overflow: hidden;
  padding: 80px 0 0;
}

.mobileWeb_Part1 .mobileWebPart1_main {
  margin: 0 auto;
}

.mobileWebPart1_main .mobileWebPart1_list {
  height: 800px;
  overflow: hidden;
  padding-top: 138px;
  position: relative;
}

.mobileWebPart1_list .mobileWebPart1_img {
  width: 728px;
  height: 728px;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
}

.mobileWebPart1_img::before,
.mobileWebPart1_img::after {
  content: '';
  display: block;
  border: 1px solid #ff6b03;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.mobileWebPart1_img::before {
  width: 100%;
  height: 100%;
}

.mobileWebPart1_img::after {
  width: 64%;
  height: 64%;
}

.mobileWebPart1_img img {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

.mobileWebPart1_list ul li {
  width: 30%;
  position: absolute;
  z-index: 1;
}

.mobileWebPart1_list ul li:nth-child(1) {
  width: 100%;
  left: 0;
  top: 0;
}

.mobileWebPart1_list ul li:nth-child(2) {
  left: 8%;
  top: 23%;
}

.mobileWebPart1_list ul li:nth-child(3) {
  right: 8%;
  top: 23%;
}

.mobileWebPart1_list ul li:nth-child(4) {
  left: 0;
  top: 48%;
}

.mobileWebPart1_list ul li:nth-child(5) {
  right: 0;
  top: 48%;
}

.mobileWebPart1_list ul li:nth-child(6) {
  left: 1%;
  top: 74%;
}

.mobileWebPart1_list ul li:nth-child(7) {
  right: 1%;
  top: 74%;
}

.mobileWebPart1_list ul li:nth-child(2),
.mobileWebPart1_list ul li:nth-child(4),
.mobileWebPart1_list ul li:nth-child(6) {
  padding-right: 100px;
}

.mobileWebPart1_list ul li:nth-child(3),
.mobileWebPart1_list ul li:nth-child(5),
.mobileWebPart1_list ul li:nth-child(7) {
  padding-left: 100px;
}

.mobileWebPart1_list ul li h5 {
  line-height: 32px;
  color: #222;
  font-size: 22px;
  text-align: center;
  margin-bottom: 10px;
}

.mobileWebPart1_list ul li p {
  line-height: 30px;
  color: #999;
  font-size: 16px;
  font-weight: lighter;
  text-align: center;
}

.mobileWebPart1_list ul li i {
  display: block;
  width: 72px;
  height: 72px;
  overflow: hidden;
  margin: 30px auto 0;
}

.mobileWebPart1_list ul li i img {
  display: block;
  width: 100%;
  height: 100%;
}

.mobileWebPart1_list ul li:nth-child(2) h5,
.mobileWebPart1_list ul li:nth-child(4) h5,
.mobileWebPart1_list ul li:nth-child(6) h5,
.mobileWebPart1_list ul li:nth-child(2) p,
.mobileWebPart1_list ul li:nth-child(4) p,
.mobileWebPart1_list ul li:nth-child(6) p {
  text-align: right;
}

.mobileWebPart1_list ul li:nth-child(3) h5,
.mobileWebPart1_list ul li:nth-child(5) h5,
.mobileWebPart1_list ul li:nth-child(7) h5,
.mobileWebPart1_list ul li:nth-child(3) p,
.mobileWebPart1_list ul li:nth-child(5) p,
.mobileWebPart1_list ul li:nth-child(7) p {
  text-align: left;
}

.mobileWebPart1_list ul li:nth-child(2) i,
.mobileWebPart1_list ul li:nth-child(4) i,
.mobileWebPart1_list ul li:nth-child(6) i {
  margin: 0;
  position: absolute;
  top: 0;
  right: 0;
}

.mobileWebPart1_list ul li:nth-child(3) i,
.mobileWebPart1_list ul li:nth-child(5) i,
.mobileWebPart1_list ul li:nth-child(7) i {
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
}


/* mobileWeb_Part1 end */


/* mobileWeb_Part2 start */
.mobileWeb_Part2 {
  overflow: hidden;
  padding: 80px 0 48px;
  background: url(../images/mobileWebPart2_bg.jpg) center center no-repeat;
  background-size: cover;
}

.mobileWeb_Part2 .mobileWebPart2_main {
  margin: 0 auto;
}

.mobileWebPart2_list ul {
  margin: 0 -16px;
}

.mobileWebPart2_list ul li {
  width: 50%;
  margin-bottom: 32px;
  padding: 0 16px;
  float: left;
}

.mobileWebPart2_list ul li .mobileWebPart2_con {
  overflow: hidden;
  padding: 34px 60px;
  background-color: rgba(233, 217, 207, 0.2);
  border-radius: 0 30px;
  position: relative;
}

.mobileWebPart2_list ul li .mobileWebPart2_con:hover {
  border-radius: 0;
}

.mobileWebPart2_list ul li .mobileWebPart2_con::after {
  content: '';
  display: block;
  width: 0;
  height: 5px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(to right, #ff6b03, #ffbd5a);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.mobileWebPart2_list ul li .mobileWebPart2_con:hover::after {
  width: 100%;
}

.mobileWebPart2_con i {
  display: block;
  width: 100px;
  height: auto;
  overflow: hidden;
  padding: 6px 0;
  float: right;
}

.mobileWebPart2_con i img {
  display: block;
  width: 100%;
  height: auto;
}

.mobileWebPart2_con .mobileWebPart2_txt {
  width: calc(100% - 180px);
  float: left;
}

.mobileWebPart2_txt h5 {
  line-height: 32px;
  color: #fff;
  font-size: 24px;
  margin-bottom: 20px;
}

.mobileWebPart2_txt p {
  height: 60px;
  overflow: hidden;
  line-height: 30px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 18px;
  font-weight: lighter;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  word-break: break-all;
}

/* mobileWeb_Part2 end */


/* mobileWeb_Part3 start */
.mobileWeb_Part3 {
  overflow: hidden;
  padding: 80px 0;
}

.mobileWeb_Part3 .mobileWebPart3_main {
  margin: 0 auto;
}

.mobileWebPart3_main .mobileWebPart3_ms {
  line-height: 36px;
  color: #777;
  font-size: 18px;
  font-weight: lighter;
  text-align: center;
  margin: -20px auto 40px;
}

.mobileWebPart3_list ul {
  margin: 0 -20px;
}

.mobileWebPart3_list ul li {
  width: 33.333333%;
  padding: 0 20px;
  float: left;
}

.mobileWebPart3_list ul li .mobileWebPart3_con {
  overflow: hidden;
  padding: 50px;
  background-color: #f8f8f8;
  border-radius: 15px;
  position: relative;
}

.mobileWebPart3_list ul li .mobileWebPart3_con::before {
  content: '';
  display: block;
  width: 0;
  height: 100%;
  background-image: linear-gradient(to right, #ffbd5a, #ff6b03);
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.mobileWebPart3_list ul li:hover .mobileWebPart3_con::before {
  width: 100%;
}

.mobileWebPart3_list ul li .mobileWebPart3_con i {
  display: block;
  width: 120px;
  height: 120px;
  overflow: hidden;
  margin: 0 auto 30px;
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 50%;
  position: relative;
  z-index: 1;
}

.mobileWebPart3_list ul li .mobileWebPart3_con i img {
  display: block;
  width: 60px;
  height: 60px;
  margin: 29px auto;
}

.mobileWebPart3_list ul li:hover .mobileWebPart3_con i {
  border: 1px solid #fff;
  transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
}

.mobileWebPart3_list ul li:hover .mobileWebPart3_con i img {
  transform: rotateY(-180deg);
  -ms-transform: rotateY(180deg);
  -moz-transform: rotateY(-180deg);
  -webkit-transform: rotateY(-180deg);
  -o-transform: rotateY(-180deg);
}

.mobileWebPart3_list ul li .mobileWebPart3_con h3 {
  line-height: 36px;
  color: #222;
  font-size: 24px;
  text-align: center;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.mobileWebPart3_list ul li:hover .mobileWebPart3_con h3 {
  color: #fff;
}

.mobileWebPart3_list ul li .mobileWebPart3_con p {
  line-height: 30px;
  color: #999;
  font-size: 18px;
  font-weight: lighter;
  text-align: center;
  margin: 15px auto 30px;
  position: relative;
  z-index: 1;
}

.mobileWebPart3_list ul li:hover .mobileWebPart3_con p {
  color: rgba(255, 255, 255, 0.65);
}

.mobileWebPart3_list ul li .mobileWebPart3_con a {
  display: block;
  width: 150px;
  height: 50px;
  overflow: hidden;
  line-height: 50px;
  color: #fff;
  font-size: 18px;
  font-weight: lighter;
  text-align: center;
  border-radius: 0 15px;
  background-image: linear-gradient(to right, #ffbd5a, #ff6b03);
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.mobileWebPart3_list ul li:hover .mobileWebPart3_con a {
  color: #ff6b03;
  background-image: linear-gradient(to right, #fff, #fff);
}

/* mobileWeb_Part3 end */


/* mobileWeb_Part4 start */
.mobileWeb_Part4 {
  overflow: hidden;
  padding: 80px 0;
  background-color: #f8f8f8;
  position: relative;
}

.waves {
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0.6;
}

.mobileWeb_Part4 .mobileWebPart4_main {
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.mobileWebPart4_main .mobileWebPart4_img {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.mobileWebPart4_img img {
  display: inline-block;
  max-width: 100%;
}


/* mobileWeb_Part4 end */


/* mobileWeb_Part6 start */
.mobileWeb_Part6 {
  overflow: hidden;
  padding: 80px 0;
  background-color: #f8f8f8;
  position: relative;
  z-index: 1;
}

.mobileWeb_Part6 .mobileWebPart6_main {
  margin: 0 auto;
}

.mobileWebPart6_swiper {
  margin-top: 80px;
  padding: 0 80px;
  position: relative;
}

.mobileWebPart6_swiper .swiper {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.mobileWebPart6_swiper .swiper .swiper-slide {
  overflow: hidden;
  border-radius: 0 30px;
}

.mobileWebPart6_swiper .swiper .swiper-slide .mobileWebPart6_img {
  overflow: hidden;
  height: 293px;
  position: relative;
}

.mobileWebPart6_swiper .swiper .swiper-slide .mobileWebPart6_img a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.mobileWebPart6_swiper .swiper .swiper-slide .mobileWebPart6_img a img {
  display: block;
  width: 100%;
  height: 100%;
  margin: auto;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.mobileWebPart6_swiper .swiper .swiper-slide:hover .mobileWebPart6_img a img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}

.mobileWebPart6_swiper .swiper .swiper-slide .mobileWebPart6_img .mask {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.65);
  position: absolute;
  left: 0;
  top: 100%;
}

.mobileWebPart6_swiper .swiper .swiper-slide:hover .mobileWebPart6_img .mask {
  top: 0;
}

.mobileWebPart6_swiper .swiper .swiper-slide .mobileWebPart6_img .mask img {
  display: block;
  width: 130px;
  height: 130px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.mobileWebPart6_swiper .swiper .swiper-slide .mobileWebPart6_txt {
  padding: 20px 30px;
  background-color: #fff;
}

.mobileWebPart6_swiper .swiper .swiper-slide:hover .mobileWebPart6_txt {
  background-image: linear-gradient(to right, #ff6b03, #ffbd5a);
}

.mobileWebPart6_txt a.mobileWebPart6_name {
  display: block;
  width: 100%;
  height: 32px;
  overflow: hidden;
  line-height: 32px;
  color: #222;
  font-size: 22px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.mobileWebPart6_swiper .swiper .swiper-slide:hover .mobileWebPart6_txt a.mobileWebPart6_name {
  color: #fff;
}

.mobileWebPart6_txt p {
  width: 100%;
  height: 22px;
  overflow: hidden;
  line-height: 22px;
  color: #999;
  font-size: 16px;
  font-weight: lighter;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-top: 6px;
}

.mobileWebPart6_swiper .swiper .swiper-slide:hover .mobileWebPart6_txt p {
  color: rgba(255, 255, 255, 0.65);
}

.mobileWebPart6_swiper .swiper-button-prev,
.mobileWebPart6_swiper .swiper-button-next {
  width: 48px;
  height: 48px;
  margin-top: -24px;
  border: 1px solid #bbb;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  z-index: 99;
  opacity: 1;
}

.mobileWebPart6_swiper .swiper-button-prev {
  background: url(../images/arrowIco_left04.png) center center no-repeat;
  background-size: 20px 20px;
  left: -24px;
}

.mobileWebPart6_swiper .swiper-button-next {
  background: url(../images/arrowIco_right04.png) center center no-repeat;
  background-size: 20px 20px;
  right: -24px;
}

.mobileWebPart6_swiper .swiper-button-prev:hover {
  border: 1px solid #ff6b03;
  background: #ff6b03 url(../images/arrowIco_left4.png) center center no-repeat;
  background-size: 20px 20px;
}

.mobileWebPart6_swiper .swiper-button-next:hover {
  border: 1px solid #ff6b03;
  background: #ff6b03 url(../images/arrowIco_right4.png) center center no-repeat;
  background-size: 20px 20px;
}

/* mobileWeb_Part6 end */


/* marketWeb_Part5 start */
.marketWeb_Part5 {
  overflow: hidden;
  padding: 80px 0;
}

.marketWeb_Part5 .marketWebPart5_main {
  margin: 0 auto;
}

.marketWebPart5_main .marketWebPart5_ms {
  line-height: 36px;
  color: #777;
  font-size: 18px;
  font-weight: lighter;
  text-align: center;
  margin: -20px auto 40px;
}

.marketWebPart5_list {
  width: 100%;
  height: 660px;
  overflow: hidden;
  position: relative;
}

.marketWebPart5_list img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.marketWebPart5_list ul li {
  width: 180px;
  height: 52px;
  overflow: hidden;
  line-height: 50px;
  color: #fff;
  font-size: 18px;
  font-weight: lighter;
  text-align: center;
  background-image: linear-gradient(to right, rgba(255, 191, 91, 1), rgba(255, 107, 3, 1));
  border-radius: 0 15px;
  position: absolute;
  z-index: 1;
}

.marketWebPart5_list ul li:nth-child(1) {
  left: 29%;
  top: 20px;
}

.marketWebPart5_list ul li:nth-child(2) {
  right: 29%;
  top: 20px;
}

.marketWebPart5_list ul li:nth-child(3) {
  margin-top: -26px;
  left: 12%;
  top: 36%;
}

.marketWebPart5_list ul li:nth-child(4) {
  margin-top: -26px;
  right: 12%;
  top: 36%;
}

.marketWebPart5_list ul li:nth-child(5) {
  left: 12%;
  top: 60%;
}

.marketWebPart5_list ul li:nth-child(6) {
  right: 12%;
  top: 60%;
}

.marketWebPart5_list ul li:nth-child(7) {
  left: 29%;
  bottom: 20px;
}

.marketWebPart5_list ul li:nth-child(8) {
  right: 29%;
  bottom: 20px;
}

.marketWebPart5_list ul li i {
  display: inline-block;
  width: 24px;
  height: 24px;
  overflow: hidden;
  vertical-align: middle;
  margin: -2px 16px 0 0;
}

.marketWebPart5_list ul li i svg {
  display: block;
  width: 100%;
  height: 100%;
}

/* marketWeb_Part5 end */


@media (max-width:1680px) {

  .mobileWeb_Banner,
  .mobileWeb_Banner .ba_img {
    height: 788px;
  }

  .mobileWeb_Banner .ba_txt p {
    line-height: 70px;
    color: #fff;
    font-size: 60px;
    margin-bottom: 30px;
  }

  .mobileWebPart1_list ul li {
    width: 29%;
  }

  .mobileWebPart1_list ul li:nth-child(1) {
    width: 100%;
  }

  .marketWebPart5_list {
    height: 600px;
  }

  .mobileWebPart6_swiper .swiper .swiper-slide .mobileWebPart6_img {
    height: 280px;
  }

}

@media (max-width:1600px) {

  .mobileWeb_Banner,
  .mobileWeb_Banner .ba_img {
    height: 750px;
  }

  .mobileWeb_Banner .ba_txt p {
    line-height: 64px;
    color: #fff;
    font-size: 56px;
    margin-bottom: 30px;
  }

  .mobileWeb_Banner .ba_txt span {
    line-height: 32px;
    font-size: 18px;
  }

  .mobileWeb_title p {
    line-height: 50px;
    font-size: 44px;
    margin-bottom: -60px;
  }

  .mobileWeb_title span {
    line-height: 70px;
    font-size: 72px;
  }

  .mobileWebPart1_list ul li {
    width: 28%;
  }

  .mobileWebPart1_list ul li:nth-child(1) {
    width: 100%;
  }

  .mobileWebPart3_list ul li .mobileWebPart3_con {
    padding: 40px;
  }

  .mobileWebPart3_list ul li .mobileWebPart3_con p {
    margin: 10px auto 20px;
  }

  .marketWebPart5_list {
    height: 540px;
  }

  .marketWebPart5_list ul li:nth-child(1),
  .marketWebPart5_list ul li:nth-child(2) {
    top: 0;
  }

  .marketWebPart5_list ul li:nth-child(7),
  .marketWebPart5_list ul li:nth-child(8) {
    bottom: 0;
  }

  .mobileWebPart6_swiper {
    margin-top: 40px;
  }

  .mobileWebPart6_swiper .swiper .swiper-slide .mobileWebPart6_img {
    height: 262px;
  }

}

@media (max-width:1560px) {

  .mobileWeb_Banner,
  .mobileWeb_Banner .ba_img {
    height: 740px;
  }

  .mobileWeb_Banner .ba_txt p {
    line-height: 60px;
    color: #fff;
    font-size: 48px;
    margin-bottom: 25px;
  }

  .mobileWeb_title {
    margin-bottom: 40px;
  }

  .mobileWeb_title p {
    line-height: 50px;
    font-size: 40px;
    margin-bottom: -60px;
  }

  .mobileWebPart4_img img {
    width: 800px;
  }

  .marketWebPart5_list {
    height: 500px;
  }

  .marketWebPart5_list ul li:nth-child(3),
  .marketWebPart5_list ul li:nth-child(5) {
    left: 15%;
  }

  .marketWebPart5_list ul li:nth-child(4),
  .marketWebPart5_list ul li:nth-child(6) {
    right: 15%;
  }

  .mobileWebPart6_swiper .swiper .swiper-slide .mobileWebPart6_img {
    height: 254px;
  }

}

@media (max-width:1440px) {

  .mobileWeb_Banner,
  .mobileWeb_Banner .ba_img {
    height: 675px;
  }

  .mobileWeb_Banner .ba_txt p {
    line-height: 56px;
    color: #fff;
    font-size: 44px;
    margin-bottom: 20px;
  }

  .roll-down {
    bottom: 20px;
  }

  .mobileWeb_title p {
    line-height: 40px;
    font-size: 36px;
    margin-bottom: -50px;
  }

  .mobileWeb_title span {
    line-height: 60px;
    font-size: 64px;
  }

  .mobileWebPart1_main .mobileWebPart1_list {
    height: 720px;
    padding-top: 128px;
  }

  .mobileWebPart1_list .mobileWebPart1_img {
    width: 640px;
    height: 640px;
  }

  .mobileWebPart1_list ul li:nth-child(1) i {
    margin: 20px auto 0;
  }

  .mobileWebPart1_list ul li {
    width: 30%;
  }

  .mobileWebPart1_list ul li:nth-child(1) {
    width: 100%;
  }

  .mobileWebPart1_list ul li:nth-child(4),
  .mobileWebPart1_list ul li:nth-child(5) {
    top: 47%;
  }

  .mobileWebPart1_list ul li:nth-child(6),
  .mobileWebPart1_list ul li:nth-child(7) {
    top: 72%;
  }

  .mobileWebPart2_txt h5 {
    line-height: 30px;
    font-size: 22px;
  }

  .mobileWebPart2_txt p {
    font-size: 16px;
  }

  .mobileWebPart3_main .mobileWebPart3_ms,
  .marketWebPart5_main .marketWebPart5_ms {
    line-height: 32px;
    font-size: 16px;
  }

  .mobileWebPart3_list ul li .mobileWebPart3_con i {
    width: 110px;
    height: 110px;
  }

  .mobileWebPart3_list ul li .mobileWebPart3_con i img {
    margin: 24px auto;
  }

  .mobileWebPart3_list ul li .mobileWebPart3_con h3 {
    line-height: 30px;
    font-size: 22px;
  }

  .mobileWebPart3_list ul li .mobileWebPart3_con p {
    line-height: 26px;
    font-size: 16px;
  }

  .mobileWebPart3_list ul li .mobileWebPart3_con a {
    width: 130px;
    height: 42px;
    line-height: 42px;
    font-size: 16px;
    border-radius: 0 10px;
  }

  .mobileWebPart4_img img {
    width: 740px;
  }

  .marketWebPart5_list {
    height: 400px;
  }

  .marketWebPart5_list ul li {
    width: 140px;
    height: 42px;
    line-height: 40px;
    font-size: 16px;
    border-radius: 0 10px;
  }

  .marketWebPart5_list ul li:nth-child(1),
  .marketWebPart5_list ul li:nth-child(7) {
    left: 32%;
  }

  .marketWebPart5_list ul li:nth-child(2),
  .marketWebPart5_list ul li:nth-child(8) {
    right: 32%;
  }

  .marketWebPart5_list ul li:nth-child(3),
  .marketWebPart5_list ul li:nth-child(5) {
    left: 20%;
  }

  .marketWebPart5_list ul li:nth-child(4),
  .marketWebPart5_list ul li:nth-child(6) {
    right: 20%;
  }

  .marketWebPart5_list ul li i {
    width: 20px;
    height: 20px;
    margin: -2px 10px 0 0;
  }

  .mobileWebPart6_swiper {
    padding: 0 60px;
  }

  .mobileWebPart6_swiper .swiper .swiper-slide .mobileWebPart6_img {
    height: 250px;
  }

}

@media (max-width:1366px) {

  .mobileWeb_Banner,
  .mobileWeb_Banner .ba_img {
    height: 640px;
  }

  .mobileWeb_Banner .ba_txt p {
    line-height: 50px;
    color: #fff;
    font-size: 40px;
    margin-bottom: 20px;
  }

  .mobileWeb_Banner .ba_txt span {
    line-height: 30px;
    font-size: 16px;
  }

  .mobileWeb_Part1 {
    padding: 60px 0 0;
  }

  .mobileWebPart1_main .mobileWebPart1_list {
    height: 680px;
    padding-top: 114px;
  }

  .mobileWebPart1_list .mobileWebPart1_img {
    width: 600px;
    height: 600px;
  }

  .mobileWebPart1_list ul li:nth-child(2) {
    left: 7%;
  }

  .mobileWebPart1_list ul li:nth-child(3) {
    right: 7%;
  }

  .mobileWebPart1_list ul li h5 {
    line-height: 30px;
    font-size: 18px;
    margin-bottom: 5px;
  }

  .mobileWebPart1_list ul li p {
    line-height: 25px;
    font-size: 15px;
  }

  .mobileWeb_Part2 {
    padding: 60px 0 28px;
  }

  .mobileWebPart2_list ul li .mobileWebPart2_con {
    padding: 32px 40px;
  }

  .mobileWeb_Part3,
  .mobileWeb_Part4 {
    padding: 60px 0;
  }

  .mobileWebPart4_img img {
    width: 700px;
  }

  .marketWeb_Part5 {
    padding: 60px 0;
  }

  .mobileWeb_Part6 {
    padding: 60px 0;
  }

  .mobileWebPart6_swiper {
    padding: 0 40px;
  }

  .mobileWebPart6_swiper .swiper .swiper-slide .mobileWebPart6_img {
    height: 240px;
  }

}

@media (max-width:1280px) {

  .mobileWeb_Banner,
  .mobileWeb_Banner .ba_img {
    height: 600px;
  }

  .mobileWebPart1_main .mobileWebPart1_list {
    height: 640px;
    padding-top: 114px;
  }

  .mobileWebPart1_list .mobileWebPart1_img {
    width: 560px;
    height: 560px;
  }

  .mobileWebPart2_list ul li .mobileWebPart2_con {
    padding: 24px 30px;
    border-radius: 0 20px;
  }

  .mobileWebPart2_txt p {
    height: 75px;
    line-height: 25px;
    font-size: 15px;
  }

  .mobileWebPart4_img img {
    width: 640px;
  }

  .marketWebPart5_list {
    height: 360px;
  }

  .mobileWebPart6_swiper .swiper .swiper-slide {
    border-radius: 0 20px;
  }

  .mobileWebPart6_swiper .swiper .swiper-slide .mobileWebPart6_img {
    height: 225px;
  }

  .mobileWebPart6_txt p {
    font-size: 14px;
  }
}

@media (max-width:1200px) {

  .mobileWeb_Banner,
  .mobileWeb_Banner .ba_img {
    height: 563px;
  }

  .mobileWeb_Banner .ba_txt p {
    line-height: 44px;
    font-size: 36px;
    margin-bottom: 10px;
  }

  .mobileWeb_title p {
    line-height: 40px;
    font-size: 32px;
    margin-bottom: -44px;
  }

  .mobileWeb_title span {
    line-height: 50px;
    font-size: 54px;
  }

  .mobileWebPart1_main .mobileWebPart1_list {
    height: 580px;
    padding-top: 104px;
  }

  .mobileWebPart1_list .mobileWebPart1_img {
    width: 500px;
    height: 500px;
  }

  .mobileWebPart1_list ul li:nth-child(1) i {
    margin: 10px auto 0;
  }

  .mobileWebPart1_list ul li {
    width: 32%;
  }

  .mobileWebPart1_list ul li:nth-child(1) {
    width: 100%;
  }

  .mobileWebPart1_list ul li:nth-child(2),
  .mobileWebPart1_list ul li:nth-child(4),
  .mobileWebPart1_list ul li:nth-child(6) {
    padding-right: 90px;
  }

  .mobileWebPart1_list ul li:nth-child(3),
  .mobileWebPart1_list ul li:nth-child(5),
  .mobileWebPart1_list ul li:nth-child(7) {
    padding-left: 90px;
  }

  .mobileWebPart1_list ul li p {
    line-height: 24px;
    font-size: 14px;
  }

  .mobileWebPart2_con .mobileWebPart2_txt {
    width: calc(100% - 130px);
  }

  .mobileWebPart2_txt h5 {
    line-height: 30px;
    font-size: 20px;
    margin-bottom: 10px;
  }

  .mobileWebPart2_txt p {
    height: 48px;
    line-height: 24px;
    font-size: 14px;
  }

  .mobileWebPart2_con i {
    width: 88px;
    padding: 0;
  }

  .mobileWebPart3_list ul li .mobileWebPart3_con h3 {
    line-height: 30px;
    font-size: 20px;
  }

  .mobileWebPart3_list ul li .mobileWebPart3_con p {
    line-height: 24px;
    font-size: 14px;
  }

  .mobileWebPart4_img img {
    width: 600px;
  }

  .marketWebPart5_list {
    height: 340px;
  }

  .marketWebPart5_list ul li {
    width: 120px;
    height: 40px;
    line-height: 38px;
    font-size: 14px;
    border-radius: 0 10px;
  }

  .marketWebPart5_list ul li i {
    width: 16px;
    height: 16px;
    margin: -2px 6px 0 0;
  }

  .mobileWebPart6_swiper .swiper .swiper-slide .mobileWebPart6_img {
    height: 210px;
  }

  .mobileWebPart6_swiper .swiper .swiper-slide .mobileWebPart6_txt {
    padding: 16px 20px;
  }

  .mobileWebPart6_txt a.mobileWebPart6_name {
    height: 30px;
    line-height: 30px;
    font-size: 20px;
  }

}

@media (max-width:1080px) {

  .mobileWeb_Banner,
  .mobileWeb_Banner .ba_img {
    height: 506px;
  }

  .mobileWebPart1_main .mobileWebPart1_list {
    height: 520px;
    padding-top: 104px;
  }

  .mobileWebPart1_list .mobileWebPart1_img {
    width: 440px;
    height: 440px;
  }

  .mobileWebPart1_list ul li {
    width: 34%;
  }

  .mobileWebPart1_list ul li p {
    line-height: 21px;
    font-size: 13px;
  }

  .mobileWebPart3_list ul {
    margin: 0 -16px;
  }

  .mobileWebPart3_list ul li {
    padding: 0 16px;
  }

  .mobileWebPart3_list ul li .mobileWebPart3_con {
    padding: 32px;
  }

  .mobileWebPart4_img img {
    width: 540px;
  }

  .marketWebPart5_list {
    height: 300px;
  }

  .mobileWebPart6_swiper .swiper .swiper-slide .mobileWebPart6_img {
    height: 190px;
  }
}

@media (max-width:1024px) {

  .mobileWeb_Banner,
  .mobileWeb_Banner .ba_img {
    height: 480px;
  }

  .mobileWeb_Banner .ba_txt p {
    line-height: 40px;
    font-size: 32px;
    margin-bottom: 10px;
  }

  .mobileWebPart1_main .mobileWebPart1_list {
    height: 500px;
    padding-top: 104px;
  }

  .mobileWebPart1_list .mobileWebPart1_img {
    width: 420px;
    height: 420px;
  }

  .mobileWeb_Part2 {
    padding: 60px 0 40px;
  }

  .mobileWebPart2_list ul {
    margin: 0 -10px;
  }

  .mobileWebPart2_list ul li {
    margin-bottom: 20px;
    padding: 0 10px;
  }

  .mobileWebPart3_main .mobileWebPart3_ms,
  .marketWebPart5_main .marketWebPart5_ms {
    line-height: 24px;
    font-size: 14px;
  }

  .mobileWebPart3_list ul {
    margin: 0 -10px;
  }

  .mobileWebPart3_list ul li {
    padding: 0 10px;
  }

  .mobileWebPart4_img img {
    width: 520px;
  }

  .marketWebPart5_list ul li:nth-child(1),
  .marketWebPart5_list ul li:nth-child(7) {
    left: 30%;
  }

  .marketWebPart5_list ul li:nth-child(2),
  .marketWebPart5_list ul li:nth-child(8) {
    right: 30%;
  }

  .marketWebPart5_list ul li:nth-child(3),
  .marketWebPart5_list ul li:nth-child(5) {
    left: 16%;
  }

  .marketWebPart5_list ul li:nth-child(4),
  .marketWebPart5_list ul li:nth-child(6) {
    right: 16%;
  }

  .mobileWebPart6_swiper .swiper .swiper-slide .mobileWebPart6_img {
    height: 180px;
  }
}

@media (max-width:920px) {

  .mobileWeb_Banner,
  .mobileWeb_Banner .ba_img {
    height: 440px;
  }

  .mobileWebPart1_main .mobileWebPart1_list {
    height: 440px;
    padding-top: 96px;
  }

  .mobileWebPart1_list .mobileWebPart1_img {
    width: 360px;
    height: 360px;
  }

  .mobileWebPart1_list ul li i {
    width: 60px;
    height: 60px;
  }

  .mobileWebPart1_list ul li:nth-child(2),
  .mobileWebPart1_list ul li:nth-child(4),
  .mobileWebPart1_list ul li:nth-child(6) {
    padding-right: 72px;
  }

  .mobileWebPart1_list ul li:nth-child(3),
  .mobileWebPart1_list ul li:nth-child(5),
  .mobileWebPart1_list ul li:nth-child(7) {
    padding-left: 72px;
  }

  .mobileWebPart1_list ul li h5 {
    line-height: 26px;
    font-size: 16px;
  }

  .mobileWebPart1_list ul li p {
    line-height: 19px;
    font-size: 12px;
  }

  .mobileWebPart2_txt h5 {
    font-size: 18px;
  }

  .mobileWebPart6_swiper .swiper .swiper-slide .mobileWebPart6_img {
    height: 245px;
  }

  .mobileWebPart6_txt a.mobileWebPart6_name {
    font-size: 18px;
  }
}

@media (max-width:820px) {

  .mobileWeb_Banner,
  .mobileWeb_Banner .ba_img {
    height: 384px;
  }

  .mobileWeb_Banner .ba_txt p {
    line-height: 36px;
    font-size: 28px;
    margin-bottom: 10px;
  }

  .mobileWeb_Banner .ba_txt span {
    line-height: 28px;
    font-size: 14px;
  }

  .mobileWeb_title p {
    line-height: 40px;
    font-size: 28px;
    margin-bottom: -40px;
  }

  .mobileWeb_title span {
    line-height: 40px;
    font-size: 48px;
  }

  .mobileWeb_Part1 {
    padding: 40px 0 0;
  }

  .mobileWebPart1_main .mobileWebPart1_list {
    height: 400px;
    padding-top: 84px;
  }

  .mobileWebPart1_list .mobileWebPart1_img {
    width: 320px;
    height: 320px;
  }

  .mobileWebPart1_list ul li i {
    width: 48px;
    height: 48px;
  }

  .mobileWebPart1_list ul li:nth-child(2),
  .mobileWebPart1_list ul li:nth-child(4),
  .mobileWebPart1_list ul li:nth-child(6) {
    padding-right: 60px;
  }

  .mobileWebPart1_list ul li:nth-child(3),
  .mobileWebPart1_list ul li:nth-child(5),
  .mobileWebPart1_list ul li:nth-child(7) {
    padding-left: 60px;
  }

  .mobileWebPart1_list ul li {
    width: 36%;
  }

  .mobileWebPart1_list ul li:nth-child(2) {
    left: 5%;
  }

  .mobileWebPart1_list ul li:nth-child(3) {
    right: 5%;
  }

  .mobileWebPart1_img::before {
    width: 90%;
    height: 90%;
  }

  .mobileWeb_Part2 {
    padding: 40px 0 20px;
  }

  .mobileWebPart2_list ul {
    margin: 0;
  }

  .mobileWebPart2_list ul li {
    width: 100%;
    margin: 0 auto 20px;
    padding: 0;
    float: none;
  }

  .mobileWeb_Part3,
  .mobileWeb_Part4 {
    padding: 40px 0;
  }

  .mobileWebPart3_list ul li .mobileWebPart3_con {
    padding: 20px;
  }

  .mobileWebPart3_list ul li .mobileWebPart3_con i {
    margin: 0 auto 20px;
  }

  .mobileWebPart4_img img {
    width: 460px;
  }

  .marketWeb_Part5 {
    padding: 40px 0;
  }

  .marketWebPart5_list ul li:nth-child(1),
  .marketWebPart5_list ul li:nth-child(7) {
    left: 26%;
  }

  .marketWebPart5_list ul li:nth-child(2),
  .marketWebPart5_list ul li:nth-child(8) {
    right: 26%;
  }

  .marketWebPart5_list ul li:nth-child(3),
  .marketWebPart5_list ul li:nth-child(5) {
    left: 10%;
  }

  .marketWebPart5_list ul li:nth-child(4),
  .marketWebPart5_list ul li:nth-child(6) {
    right: 10%;
  }

  .mobileWeb_Part6 {
    padding: 40px 0;
  }

  .mobileWebPart6_swiper .swiper .swiper-slide .mobileWebPart6_img {
    height: 220px;
  }

}

@media (max-width:767px) {

  .mobileWeb_Banner,
  .mobileWeb_Banner .ba_img {
    height: 260px;
  }

  .mobileWeb_Banner .ba_txt {
    padding-right: 45%;
    top: 60%;
  }

  .mobileWeb_Banner .ba_txt p {
    line-height: 26px;
    font-size: 18px;
    margin-bottom: 10px;
  }

  .mobileWeb_Banner .ba_txt span {
    overflow: hidden;
    height: auto;
    max-height: 44px;
    line-height: 22px;
    font-size: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    word-break: break-all;
  }

  .roll-down {
    display: none;
  }

  .mobileWeb_title {
    margin-bottom: 20px;
  }

  .mobileWeb_title p {
    line-height: 32px;
    font-size: 24px;
    margin-bottom: -36px;
  }

  .mobileWeb_title span {
    line-height: 40px;
    font-size: 40px;
  }

  .mobileWeb_title1 p,
  .mobileWeb_title1 span {
    text-align: center;
  }

  .mobileWebPart1_main .mobileWebPart1_list {
    height: auto;
    padding-top: 0;
  }

  .mobileWebPart1_list .mobileWebPart1_img {
    width: 320px;
    height: 320px;
  }

  .mobileWebPart1_img::before {
    width: 100%;
    height: 100%;
  }

  .mobileWebPart1_list ul li {
    width: 100%;
    margin: 0 auto 20px;
    position: inherit;
    left: inherit;
    top: inherit;
    right: inherit;
    bottom: inherit;
  }

  .mobileWebPart2_con .mobileWebPart2_txt {
    width: calc(100% - 110px);
  }

  .mobileWebPart4_img img {
    width: 100%;
  }

  .mobileWebPart1_list ul li {
    padding-left: 60px;
    padding-right: 0 !important;
  }

  .mobileWebPart1_list ul li h5 {
    text-align: left !important;
  }

  .mobileWebPart1_list ul li p {
    text-align: left !important;
  }

  .mobileWebPart1_list ul li i {
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
  }

  .mobileWeb_Part3 {
    padding: 40px 0 20px;
  }

  .mobileWebPart3_main .mobileWebPart3_ms {
    margin: 0 auto 20px;
  }

  .mobileWebPart3_list ul {
    margin: 0;
  }

  .mobileWebPart3_list ul li {
    width: 100%;
    margin: 0 auto 20px;
    padding: 0;
    float: none;
  }

  .marketWebPart5_list {
    height: 200px;
  }

  .marketWebPart5_list ul li:nth-child(1),
  .marketWebPart5_list ul li:nth-child(7) {
    left: 12%;
  }

  .marketWebPart5_list ul li:nth-child(2),
  .marketWebPart5_list ul li:nth-child(8) {
    right: 12%;
  }

  .marketWebPart5_list ul li:nth-child(3),
  .marketWebPart5_list ul li:nth-child(5) {
    left: 0;
  }

  .marketWebPart5_list ul li:nth-child(4),
  .marketWebPart5_list ul li:nth-child(6) {
    right: 0;
  }

  .marketWebPart5_list ul li:nth-child(3),
  .marketWebPart5_list ul li:nth-child(4) {
    top: 40%;
  }

  .marketWebPart5_list ul li:nth-child(5),
  .marketWebPart5_list ul li:nth-child(6) {
    top: 56%;
  }

  .marketWebPart5_list ul li {
    width: 90px;
    height: 30px;
    line-height: 28px;
    font-size: 12px;
    border-radius: 0 6px;
    font-weight: normal;
  }

  .mobileWebPart6_swiper {
    margin-top: 20px;
  }

  .mobileWebPart6_swiper .swiper .swiper-slide .mobileWebPart6_img {
    height: 200px;
  }

  .mobileWebPart6_swiper .swiper-button-prev,
  .mobileWebPart6_swiper .swiper-button-next {
    width: 40px;
    height: 40px;
    margin-top: -20px;
  }

  .mobileWebPart6_swiper .swiper-button-next {
    right: -10px;
  }

  .mobileWebPart6_swiper .swiper-button-prev {
    left: -10px;
  }
}

@media (max-width:390px) {

  .mobileWeb_Banner,
  .mobileWeb_Banner .ba_img {
    height: 240px;
  }

  .marketWebPart5_list {
    height: 190px;
  }
}

@media (max-width:320px) {

  .mobileWeb_Banner,
  .mobileWeb_Banner .ba_img {
    height: 220px;
  }

  .mobileWeb_Banner .ba_txt p {
    line-height: 24px;
    font-size: 16px;
    margin-bottom: 10px;
  }

  .mobileWeb_Banner .ba_txt span {
    line-height: 20px;
    font-size: 12px;
  }

  .mobileWeb_title p {
    line-height: 30px;
    font-size: 22px;
    margin-bottom: -30px;
  }

  .mobileWeb_title span {
    line-height: 32px;
    font-size: 32px;
  }

  .marketWebPart5_list {
    height: 170px;
  }

  .marketWebPart5_list ul li:nth-child(3),
  .marketWebPart5_list ul li:nth-child(4) {
    top: 42%;
  }

  .marketWebPart5_list ul li:nth-child(5),
  .marketWebPart5_list ul li:nth-child(6) {
    top: 54%;
  }

  .mobileWebPart6_swiper {
    padding: 0;
  }

}