/* 清除内外边距 */
*,
*:after,
*::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
body {
  font-family: "Microsoft YaHei", "Arail";
  min-width: 1390px;
  text-align: justify;
}
.ovfl {
  overflow: hidden;
}
/* a标签 */
a {
  text-decoration: none;
  color: #000000;
}
.img-res {
  width: 100%;
  height: auto;
}
.p-33 {
  padding: 0 4.4%;
}
img {
  border: none;
  vertical-align: middle;
}
.elp {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.pos {
  position: absolute;
}
.swiper-pagination span {
  outline: none;
}
@font-face {
  font-family: 'num';
  src: url('../fonts/Akhand\ Black.woff.ttf');
}
.swiper-button-prev,
.swiper-button-next {
  outline: none;
  transition: all 0.2s ease;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  display: none;
}
.banner {
  position: relative;
}
.banner .arr {
  position: absolute;
  left: 140px;
  bottom: -30px;
  z-index: 222222;
}
.banner .logo_box {
  position: absolute;
  top: 50px;
  left: 65px;
  display: flex;
  align-items: center;
  z-index: 222;
}
.banner .logo_box .logo {
  width: 185px;
}
.banner .logo_box .txt {
  font-size: 23px;
  color: #fff;
  margin: 0 0 0 80px;
  text-shadow: 2px 2px 3px rgba(25, 39, 56, 0.5);
}
.banner .logo_box .txt a {
  color: #fff;
  position: relative;
}
.banner .logo_box .txt a span {
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 100%;
  border-bottom: 2px solid #fff;
  transition: all 0.2s ease;
  transform: scale(0);
}
.banner .logo_box .txt > span {
  opacity: 0.5;
  margin: 0 35px 0 30px;
}
.banner .logo_box .txt a:hover span {
  transform: scale(1);
}
.banner .bg {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -1px;
  z-index: 222;
}
.banner .swiper-banner .phone {
  display: none;
}
.banner .swiper-banner .swiper-slide .pc {
  display: block;
}
.banner .swiper-banner .swiper-slide .phone {
  display: none;
}
.banner .swiper-banner .swiper-slide .img {
  width: 100%;
}
.banner .swiper-banner .s1 .txt1 {
  width: 28.8%;
  left: 11%;
  top: 35%;
}
.banner .swiper-banner .s1 .txt2 {
  width: 25.6%;
  left: 11%;
  top: 52%;
}
.banner .swiper-banner .s2 .txt1 {
  width: 48.33%;
  left: 6%;
  top: 45%;
  z-index: 2;
}
.banner .swiper-banner .s2 .txt2 {
  width: 39.22%;
  left: 6%;
  top: 55%;
  z-index: 2;
}
.banner .swiper-banner .s2 .c1 {
  width: 5.65%;
  top: 22%;
  left: 47%;
  animation: move1 1s ease-in-out infinite alternate;
  -moz-animation: move1 1s ease-in-out infinite alternate;
  -webkit-animation: move1 1s ease-in-out infinite alternate;
  -o-animation: move1 1s ease-in-out infinite alternate;
}
.banner .swiper-banner .s2 .c2 {
  width: 6.78%;
  top: 37%;
  right: 8%;
  animation: move1 1s ease-in-out 1s infinite alternate;
  -moz-animation: move1 1s ease-in-out 1s infinite alternate;
  -webkit-animation: move1 1s ease-in-out 1s infinite alternate;
  -o-animation: move1 1s ease-in-out 1s infinite alternate;
}
.banner .swiper-banner .s2 .ani-box {
  width: 150px;
  height: 150px;
  top: 66%;
  left: 33%;
  background-image: url(../images/b2-ani.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  -webkit-animation: animate3 1.5s steps(19) infinite;
  animation: animate3 1.5s steps(19) infinite;
}
@-webkit-keyframes animate3 {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 -2850px;
  }
}
@keyframes animate3 {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 -2850px;
  }
}
.banner .swiper-banner .s3 .txt1 {
  width: 26.13%;
  top: 37%;
  left: 11.5%;
}
.banner .swiper-banner .s3 .txt2 {
  width: 34.4%;
  top: 55%;
  left: 11.5%;
}
.banner .swiper-banner .s3 .b3-arr {
  width: 12.67%;
  top: 60%;
  left: 9%;
}
.banner .swiper-banner .s3 .b3-arr img {
  width: 100%;
  -webkit-animation: animate4 0.6s ease-in-out infinite alternate;
  animation: animate4 0.6s ease-in-out infinite alternate;
}
@-webkit-keyframes animate4 {
  0% {
    transform: translateX(15px);
  }
  100% {
    transform: translateX(-15px);
  }
}
@keyframes animate4 {
  0% {
    transform: translateX(15px);
  }
  100% {
    transform: translateX(-15px);
  }
}
.banner .swiper-banner .swiper-pagination {
  bottom: 60px;
  left: 58%;
  width: auto;
}
.banner .swiper-banner .swiper-pagination span {
  width: 50px;
  height: 3px;
  margin: 0 3px;
  border-radius: 0;
  vertical-align: middle;
  background: rgba(143, 143, 143, 0.59);
  opacity: 1;
}
.banner .swiper-banner .swiper-pagination .swiper-pagination-bullet-active {
  background: #fff;
}
.box1 {
  background: url(../images/bg2.png) no-repeat top right;
  background-size: 100% auto;
  padding: 75px 0 80px;
  position: relative;
}
.box1 .points {
  position: absolute;
  left: 0;
  bottom: -36%;
  opacity: 0.15;
}
.box1 .title {
  width: 765px;
  margin: auto;
}
.box1 .title p {
  text-align: center;
}
.box1 .title .p1 {
  font-size: 38px;
  color: #3f3f3f;
  margin-bottom: 18px;
  font-weight: bold;
}
.box1 .title .p2 {
  font-size: 18px;
  line-height: 32px;
  color: #606061;
}
.box1 .swiper-box {
  width: 1390px;
  margin: 62px auto 0;
  position: relative;
  padding-bottom: 75px;
}
.box1 .swiper-box .swiper1 .swiper-slide {
  width: 330px;
  height: 350px;
  background: url(../images/bg3.png) no-repeat center;
  background-size: 330px 350px;
  position: relative;
  cursor: pointer;
  transition: all 0.2s ease;
}
.box1 .swiper-box .swiper1 .swiper-slide .icon_box {
  position: absolute;
  width: 176px;
  right: 16px;
  top: 70px;
}
.box1 .swiper-box .swiper1 .swiper-slide .icon_box .lx {
  position: absolute;
  bottom: 40px;
  left: 36px;
  z-index: 2;
  transition: all 0.5s ease-in-out;
}
.box1 .swiper-box .swiper1 .swiper-slide .txt_box {
  width: 250px;
  position: absolute;
  bottom: 30px;
  left: 40px;
}
.box1 .swiper-box .swiper1 .swiper-slide .txt_box .line {
  width: 30px;
  height: 6px;
  background: #4ac6e3;
  transition: all 0.2s ease;
  opacity: 0;
  margin-bottom: 0;
}
.box1 .swiper-box .swiper1 .swiper-slide .txt_box .p1 {
  font-size: 40px;
  color: #c2c2c2;
  font-family: 'num';
  transition: all 0.3s ease;
}
.box1 .swiper-box .swiper1 .swiper-slide .txt_box .p2 {
  font-size: 24px;
  color: #3f3f3f;
  font-weight: bold;
  margin: 12px 0 12px;
  transition: all 0.3s ease;
}
.box1 .swiper-box .swiper1 .swiper-slide .txt_box .p3 {
  font-size: 16px;
  line-height: 26px;
  color: #3f3f3f;
  height: 60px;
  transition: all 0.3s ease;
}
.box1 .swiper-box .swiper1 .swiper-slide .txt_box .p4 {
  color: #fff;
  font-size: 14px;
  line-height: 26px;
  display: none;
  transition: all 0.3s ease;
}
.box1 .swiper-box .swiper1 .swiper-slide:hover .icon_box .lx {
  transform: rotateY(360deg);
}
.box1 .swiper-box .swiper1 .swiper-slide:hover {
  background: url(../images/bg5.png) no-repeat center;
}
.box1 .swiper-box .swiper1 .swiper-slide:hover .line {
  opacity: 1;
  transform: translateY(-20px);
  margin-bottom: 8px;
}
.box1 .swiper-box .swiper1 .swiper-slide:hover .p1 {
  opacity: 0;
  transform: translateY(-20px);
}
.box1 .swiper-box .swiper1 .swiper-slide:hover .p2 {
  color: #fff;
  transform: translateY(-20px);
}
.box1 .swiper-box .swiper1 .swiper-slide:hover .p3 {
  display: none;
}
.box1 .swiper-box .swiper1 .swiper-slide:hover .p4 {
  display: block;
  transform: translateY(-15px);
}
.box1 .swiper-box .swiper-pagination {
  width: 100%;
  text-align: center;
  height: 7px;
  line-height: 7px;
  bottom: 20px;
}
.box1 .swiper-box .swiper-pagination span {
  width: 7px;
  height: 7px;
  margin: 0 5px;
  border-radius: 50%;
  vertical-align: middle;
  background: #dddddd;
  opacity: 1;
}
.box1 .swiper-box .swiper-pagination .swiper-pagination-bullet-active {
  background: #3e3e3e;
}
.box1 .swiper-box .swiper-button-prev,
.box1 .swiper-box .swiper-button-next {
  width: 44px;
  height: 44px;
  background: url(../images/arr2.png) no-repeat center;
  background-size: 44px;
  bottom: 0;
  top: auto;
  opacity: 0.5;
}
.box1 .swiper-box .swiper-button-prev:hover,
.box1 .swiper-box .swiper-button-next:hover {
  opacity: 1;
}
.box1 .swiper-box .swiper-button-prev {
  left: 50%;
  margin-left: -85px;
}
.box1 .swiper-box .swiper-button-next {
  transform: rotate(180deg);
  right: 50%;
  margin-right: -85px;
}
.box2 {
  background: linear-gradient(to bottom, #f1f4f6 10%, #fff);
  padding-bottom: 75px;
  position: relative;
}
.box2 .points {
  position: absolute;
  right: 0;
  bottom: -50px;
}
.box2 .get {
  display: block;
  margin: auto;
}
.box2 .title {
  text-align: center;
  margin-top: -10px;
}
.box2 .title > p {
  display: inline-block;
  position: relative;
}
.box2 .title > p .txt {
  font-size: 38px;
  color: #3d3d3d;
  font-weight: bold;
  position: relative;
  z-index: 2;
}
.box2 .title > p .line {
  height: 16px;
  background: #d2e2f0;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.box2 .con {
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.box2 .con .cir_box {
  margin: 70px auto 0;
  width: 708px;
  height: 708px;
  position: relative;
}
@keyframes rot {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.box2 .con .cir_box .phone_bg {
  display: none;
}
.box2 .con .cir_box .cir1 {
  display: block;
  -webkit-animation: rot 25s linear infinite;
  animation: rot 25s linear infinite;
}
.box2 .con .cir_box .cir2 {
  position: absolute;
  top: 74px;
  left: 74px;
  -webkit-animation: rot 16s linear infinite;
  animation: rot 16s linear infinite;
}
.box2 .con .cir_box .ani_box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.box2 .con .cir_box .ani_box .mid {
  width: 100%;
}
.box2 .con .cir_box .ani_box .jx1 {
  left: 76%;
  top: 246px;
  animation: move1 1s ease-in-out infinite alternate;
  -moz-animation: move1 1s ease-in-out infinite alternate;
  /* Firefox */
  -webkit-animation: move1 1s ease-in-out infinite alternate;
  /* Safari 和 Chrome */
  -o-animation: move1 1s ease-in-out infinite alternate;
}
.box2 .con .cir_box .ani_box .jx2 {
  left: 86%;
  top: 314px;
  animation: move1 1.3s ease-in-out 1s infinite alternate;
  -moz-animation: move1 1.3s ease-in-out 1s infinite alternate;
  /* Firefox */
  -webkit-animation: move1 1.3s ease-in-out 1s infinite alternate;
  /* Safari 和 Chrome */
  -o-animation: move1 1.3s ease-in-out 1s infinite alternate;
}
.box2 .con .cir_box .ani_box .jx3 {
  bottom: 13%;
  left: 49%;
  animation: move1 0.8s ease-in-out 1.2s infinite alternate;
  -moz-animation: move1 0.8s ease-in-out 1.2s infinite alternate;
  /* Firefox */
  -webkit-animation: move1 0.8s ease-in-out 1.2s infinite alternate;
  /* Safari 和 Chrome */
  -o-animation: move1 0.8s ease-in-out 1.2s infinite alternate;
}
.box2 .con .cir_box .ani_box .jx4 {
  bottom: 21%;
  left: 10%;
  animation: move1 1s ease-in-out 1.3s infinite alternate;
  -moz-animation: move1 1s ease-in-out 1.3s infinite alternate;
  /* Firefox */
  -webkit-animation: move1 1s ease-in-out 1.3s infinite alternate;
  /* Safari 和 Chrome */
  -o-animation: move1 1s ease-in-out 1.3s infinite alternate;
}
.box2 .con .cir_box .ani_box .jx5 {
  bottom: 28%;
  left: 0;
  animation: move1 1s ease-in-out infinite alternate;
  -moz-animation: move1 1s ease-in-out infinite alternate;
  /* Firefox */
  -webkit-animation: move1 1s ease-in-out infinite alternate;
  /* Safari 和 Chrome */
  -o-animation: move1 1s ease-in-out infinite alternate;
}
.box2 .con .cir_box .ani_box .ty1 {
  bottom: 41%;
  left: 5.2%;
  animation: movex 2s cubic-bezier(0.36, 0, 0.64, 1) -1s infinite alternate, movey 2s cubic-bezier(0.36, 0, 0.64, 1) 0s infinite alternate;
  -moz-animation: movex 2s cubic-bezier(0.36, 0, 0.64, 1) -1s infinite alternate, movey 2s cubic-bezier(0.36, 0, 0.64, 1) 0s infinite alternate;
  /* Firefox */
  -webkit-animation: movex 2s cubic-bezier(0.36, 0, 0.64, 1) -1s infinite alternate, movey 2s cubic-bezier(0.36, 0, 0.64, 1) 0s infinite alternate;
  /* Safari 和 Chrome */
  -o-animation: movex 2s cubic-bezier(0.36, 0, 0.64, 1) -1s infinite alternate, movey 2s cubic-bezier(0.36, 0, 0.64, 1) 0s infinite alternate;
}
.box2 .con .cir_box .ani_box .ty2 {
  bottom: 35%;
  left: 21.2%;
  animation: movex 1.5s cubic-bezier(0.36, 0, 0.64, 1) -1s infinite alternate, movey 1.5s cubic-bezier(0.36, 0, 0.64, 1) 0s infinite alternate;
  -moz-animation: movex 1.5s cubic-bezier(0.36, 0, 0.64, 1) -1s infinite alternate, movey 1.5s cubic-bezier(0.36, 0, 0.64, 1) 0s infinite alternate;
  /* Firefox */
  -webkit-animation: movex 1.5s cubic-bezier(0.36, 0, 0.64, 1) -1s infinite alternate, movey 1.5s cubic-bezier(0.36, 0, 0.64, 1) 0s infinite alternate;
  /* Safari 和 Chrome */
  -o-animation: movex 1.5s cubic-bezier(0.36, 0, 0.64, 1) -1s infinite alternate, movey 1.5s cubic-bezier(0.36, 0, 0.64, 1) 0s infinite alternate;
}
.box2 .con .cir_box .ani_box .c1 {
  bottom: 52.7%;
  left: 27%;
  animation: move2 1s ease-in-out infinite alternate;
  -moz-animation: move2 1s ease-in-out infinite alternate;
  /* Firefox */
  -webkit-animation: move2 1s ease-in-out infinite alternate;
  /* Safari 和 Chrome */
  -o-animation: move2 1s ease-in-out infinite alternate;
}
.box2 .con .cir_box .ani_box .c2 {
  bottom: 50.4%;
  left: 31%;
  animation: move2 1s ease-in-out 0.5s infinite alternate;
  -moz-animation: move2 1s ease-in-out 0.5s infinite alternate;
  /* Firefox */
  -webkit-animation: move2 1s ease-in-out 0.5s infinite alternate;
  /* Safari 和 Chrome */
  -o-animation: move2 1s ease-in-out 0.5s infinite alternate;
}
.box2 .con .cir_box .ani_box .jx6 {
  bottom: 46.4%;
  left: 35%;
  animation: move3 1s ease-in-out infinite alternate;
  -moz-animation: move3 1s ease-in-out infinite alternate;
  /* Firefox */
  -webkit-animation: move3 1s ease-in-out infinite alternate;
  /* Safari 和 Chrome */
  -o-animation: move3 1s ease-in-out infinite alternate;
}
.box2 .con .cir_box .ani_box .lou {
  position: absolute;
  width: 48px;
}
.box2 .con .cir_box .ani_box .lou img {
  display: block;
}
.box2 .con .cir_box .ani_box .lou .sk {
  background: url(../images/sx/q2.png) repeat-y;
  background-size: 100% auto;
  height: 0;
}
.box2 .con .cir_box .ani_box .lou1 {
  bottom: 388px;
  left: 270px;
}
.box2 .con .cir_box .ani_box .lou1 .sk {
  animation: lou 2s ease-in-out infinite alternate;
  -moz-animation: lou 2s ease-in-out infinite alternate;
  /* Firefox */
  -webkit-animation: lou 2s ease-in-out infinite alternate;
  /* Safari 和 Chrome */
  -o-animation: lou 2s ease-in-out infinite alternate;
}
.box2 .con .cir_box .ani_box .lou2 {
  bottom: 365px;
  left: 311px;
}
.box2 .con .cir_box .ani_box .lou2 .sk {
  animation: lou 1.8s ease-in-out infinite alternate;
  -moz-animation: lou 1.8s ease-in-out infinite alternate;
  /* Firefox */
  -webkit-animation: lou 1.8s ease-in-out infinite alternate;
  /* Safari 和 Chrome */
  -o-animation: lou 1.8s ease-in-out infinite alternate;
}
.box2 .con .cir_box .ani_box .lou3 {
  bottom: 342px;
  left: 351px;
}
.box2 .con .cir_box .ani_box .lou3 .sk {
  animation: lou 2.3s ease-in-out infinite alternate;
  -moz-animation: lou 2.3s ease-in-out infinite alternate;
  /* Firefox */
  -webkit-animation: lou 2.3s ease-in-out infinite alternate;
  /* Safari 和 Chrome */
  -o-animation: lou 2.3s ease-in-out infinite alternate;
}
.box2 .con .cir_box .ani_box .lou4 {
  bottom: 318px;
  left: 392px;
}
.box2 .con .cir_box .ani_box .lou4 .sk {
  animation: lou 2.6s ease-in-out infinite alternate;
  -moz-animation: lou 2.6s ease-in-out infinite alternate;
  /* Firefox */
  -webkit-animation: lou 2.6s ease-in-out infinite alternate;
  /* Safari 和 Chrome */
  -o-animation: lou 2.6s ease-in-out infinite alternate;
}
@keyframes lou {
  0% {
    height: 0px;
  }
  100% {
    height: 75px;
  }
}
@-webkit-keyframes lou {
  0% {
    height: 0px;
  }
  100% {
    height: 75px;
  }
}
@keyframes move1 {
  0% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(10px);
  }
}
@-webkit-keyframes move1 {
  0% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(10px);
  }
}
@keyframes move2 {
  0% {
    opacity: 0;
    transform: translateX(-20px) translateY(-12px);
  }
  30% {
    opacity: 1;
  }
  100% {
    transform: translateX(0) translateY(0);
  }
}
@-webkit-keyframes move2 {
  0% {
    opacity: 0;
    transform: translateX(-20px) translateY(-12px);
  }
  30% {
    opacity: 1;
  }
  100% {
    transform: translateX(0) translateY(0);
  }
}
@keyframes move3 {
  0% {
    opacity: 0;
    transform: translateX(20px) translateY(12px);
  }
  30% {
    opacity: 1;
  }
  100% {
    transform: translateX(0) translateY(0);
  }
}
@-webkit-keyframes move3 {
  0% {
    opacity: 0;
    transform: translateX(20px) translateY(12px);
  }
  30% {
    opacity: 1;
  }
  100% {
    transform: translateX(0) translateY(0);
  }
}
@keyframes movex {
  0% {
    margin-left: 0;
  }
  100% {
    margin-left: 20px;
  }
}
@-webkit-keyframes movex {
  0% {
    margin-left: 0;
  }
  100% {
    margin-left: 20px;
  }
}
@keyframes movey {
  0% {
    margin-bottom: 0;
  }
  100% {
    margin-bottom: 20px;
  }
}
@-webkit-keyframes movey {
  0% {
    margin-bottom: 0;
  }
  100% {
    margin-bottom: 20px;
  }
}
.box2 .con .cir_box .icon_box {
  position: absolute;
  width: 333px;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}
.box2 .con .cir_box .icon_box .icon {
  width: 83px;
  height: 83px;
  border-radius: 50%;
  background: #2b2b2c;
  box-shadow: 8px 8px 32px 0 rgba(74, 198, 227, 0.7);
}
.box2 .con .cir_box .icon_box .icon .img1 {
  background-image: url(../images/sx/01.png);
}
.box2 .con .cir_box .icon_box .icon .img2 {
  background-image: url(../images/sx/02.png);
}
.box2 .con .cir_box .icon_box .icon .img3 {
  background-image: url(../images/sx/03.png);
}
.box2 .con .cir_box .icon_box .icon .img4 {
  background-image: url(../images/sx/04.png);
  margin: 10px auto 0!important;
}
.box2 .con .cir_box .icon_box .icon .img5 {
  background-image: url(../images/sx/05.png);
}
.box2 .con .cir_box .icon_box .icon .img6 {
  background-image: url(../images/sx/06.png);
}
.box2 .con .cir_box .icon_box .icon .img {
  width: 54px;
  height: 54px;
  margin: 14px auto 0;
  background-position: 0 0;
  background-repeat: no-repeat;
}
@-webkit-keyframes animate2 {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 -702px;
  }
}
@keyframes animate2 {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 -702px;
  }
}
.box2 .con .cir_box .icon_box .txt {
  width: 190px;
}
.box2 .con .cir_box .icon_box .txt .p1 {
  font-size: 24px;
  color: #2e2e2f;
  font-weight: bold;
}
.box2 .con .cir_box .icon_box .txt .p2 {
  font-size: 15px;
  line-height: 26px;
  color: #2e2e2f;
  margin-top: 5px;
}
.box2 .con .cir_box .icon_box .cir {
  width: 20px;
  height: 20px;
  border: 2px solid #4ac6e3;
  border-radius: 50%;
}
.box2 .con .cir_box .icon_box .cir p {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #4ac6e3;
  margin: 3px auto 0;
  transition: all 0.2s ease;
}
.box2 .con .cir_box .icon_box:hover .cir p {
  background: #2b2b2b;
}
.box2 .con .cir_box .icon_box:hover .img {
  -webkit-animation: animate2 1.2s steps(13) infinite;
  animation: animate2 1.2s steps(13) infinite;
}
.box2 .con .cir_box .i1 {
  top: 0;
  left: -217px;
  align-items: flex-end;
}
.box2 .con .cir_box .i2 {
  top: 50%;
  transform: translateY(-50%);
  left: -320px;
  align-items: center;
}
.box2 .con .cir_box .i3 {
  bottom: 0;
  left: -217px;
  align-items: flex-start;
}
.box2 .con .cir_box .i4 {
  top: 0;
  right: -217px;
  align-items: flex-end;
}
.box2 .con .cir_box .i5 {
  top: 50%;
  transform: translateY(-50%);
  right: -320px;
  align-items: center;
}
.box2 .con .cir_box .i6 {
  bottom: 0;
  right: -217px;
  align-items: flex-start;
}
.box3 {
  padding: 100px 0 70px;
  background: url(../images/bg7.jpg) no-repeat;
  background-size: 100% 100%;
  overflow: hidden;
  min-width: 1400px;
}
.box3 .title {
  margin-bottom: 80px;
  text-align: center;
}
.box3 .title .p1 {
  font-size: 38px;
  color: #fff;
  font-weight: bold;
}
.box3 .title .p2 {
  font-size: 18px;
  color: #fff;
  margin-top: 30px;
}
.box3 .con {
  width: 1370px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.box3 .con .swiper3 {
  display: none;
}
.box3 .con .cube {
  width: 230px;
  height: 310px;
  margin-bottom: 88px;
  cursor: pointer;
  position: relative;
}
.box3 .con .cube .bg {
  width: 100%;
  transition: all 0.2s ease;
}
.box3 .con .cube .square {
  position: absolute;
  top: -20px;
  left: -28px;
  transition: all 0.2s ease;
}
.box3 .con .cube .txt_box {
  position: absolute;
  width: 230px;
  height: 310px;
  top: 30px;
  left: 20px;
  background: url(../images/mb.png);
  border-radius: 18px;
  border-bottom-right-radius: 35px;
  transition: all 0.2s ease;
  padding: 30px 20px 0;
}
.box3 .con .cube .txt_box .icon1 {
  background-image: url(../images/syx/01.png);
}
.box3 .con .cube .txt_box .icon2 {
  background-image: url(../images/syx/02.png);
}
.box3 .con .cube .txt_box .icon3 {
  background-image: url(../images/syx/03.png);
}
.box3 .con .cube .txt_box .icon4 {
  background-image: url(../images/syx/04.png);
}
.box3 .con .cube .txt_box .icon5 {
  background-image: url(../images/syx/05.png);
}
.box3 .con .cube .txt_box .icon6 {
  background-image: url(../images/syx/06.png);
}
.box3 .con .cube .txt_box .icon7 {
  background-image: url(../images/syx/07.png);
}
.box3 .con .cube .txt_box .icon8 {
  background-image: url(../images/syx/08.png);
}
.box3 .con .cube .txt_box .icon9 {
  background-image: url(../images/syx/09.png);
}
.box3 .con .cube .txt_box .icon10 {
  background-image: url(../images/syx/10.png);
}
.box3 .con .cube .txt_box .icon_box {
  width: 70px;
  height: 70px;
  background-position: 0 0;
  background-repeat: no-repeat;
}
.box3 .con .cube .txt_box .p1 {
  font-size: 23px;
  color: #fff;
  font-weight: bold;
  margin: 20px 0;
}
.box3 .con .cube .txt_box .p2 {
  font-size: 14px;
  color: #c6f7fe;
  line-height: 26px;
}
.box3 .con .cube:hover .square {
  transform: scale(0.95) translate(5px, 11px);
}
.box3 .con .cube:hover .txt_box {
  transform: translate(5px, 5px);
}
.box3 .con .cube:hover .bg {
  transform: translate(-5px, -5px);
}
.box3 .con .cube:hover .icon_box {
  -webkit-animation: animate1 1.2s steps(12) infinite alternate;
  animation: animate1 1.2s steps(12) infinite alternate;
}
@-webkit-keyframes animate1 {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 -840px;
  }
}
@keyframes animate1 {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 -840px;
  }
}
.box4 {
  padding: 90px 0 120px;
  overflow: hidden;
}
.box4 .title {
  font-size: 38px;
  color: #3b3b3b;
  font-weight: bold;
  text-align: center;
}
.box4 .con {
  width: 1400px;
  margin: 50px auto 0;
  display: flex;
}
.box4 .con .fn_box {
  width: 475px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: -30px;
}
.box4 .con .fn_box .top {
  margin-bottom: -50px;
  width: 339px;
  height: 298px;
  position: relative;
}
.box4 .con .fn_box .top .phone {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
}
.box4 .con .fn_box .top .phone:first-child {
  display: block;
}
.box4 .con .fn_box .btm {
  position: relative;
}
.box4 .con .fn_box .btm .cir {
  position: absolute;
  border-radius: 50%;
  transform: rotateX(77deg);
  transform-style: preserve-3d;
}
.box4 .con .fn_box .btm .cir .ball {
  width: 9px;
  height: 9px;
  background: #57d7ea;
  border-radius: 50%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
}
.box4 .con .fn_box .btm .cir1 {
  width: 378px;
  height: 378px;
  top: -90px;
  left: 48px;
}
.box4 .con .fn_box .btm .cir1 .ball {
  animation: cir_move1 8s linear infinite;
}
.box4 .con .fn_box .btm .cir2 {
  width: 475px;
  height: 475px;
  top: -64px;
  left: -1px;
}
.box4 .con .fn_box .btm .cir2 .ball {
  animation: cir_move2 12s linear infinite;
}
@keyframes cir_move1 {
  0% {
    transform: rotateZ(0) translateX(189px) rotateZ(0) rotateX(-77deg);
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  65% {
    opacity: 0;
  }
  90% {
    opacity: 0;
  }
  95% {
    opacity: 1;
  }
  100% {
    transform: rotateZ(360deg) translateX(189px) rotateZ(-360deg) rotateX(-77deg);
  }
}
@keyframes cir_move2 {
  0% {
    transform: rotateZ(0) translateX(237px) rotateZ(0) rotateX(-77deg);
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  65% {
    opacity: 0;
  }
  90% {
    opacity: 0;
  }
  95% {
    opacity: 1;
  }
  100% {
    transform: rotateZ(360deg) translateX(237px) rotateZ(-360deg) rotateX(-77deg);
  }
}
.box4 .con .lx_box {
  width: 1017px;
  position: relative;
  margin-left: -80px;
  margin-top: 40px;
}
.box4 .con .lx_box .lx {
  position: absolute;
}
.box4 .con .lx_box .lx1 {
  top: 0;
  left: 0;
}
.box4 .con .lx_box .lx2 {
  top: 0;
  left: 226px;
}
.box4 .con .lx_box .lx3 {
  top: 0;
  left: 452px;
}
.box4 .con .lx_box .lx4 {
  top: 0;
  left: 678px;
}
.box4 .con .lx_box .lx5 {
  top: 190px;
  right: 675px;
}
.box4 .con .lx_box .lx6 {
  top: 190px;
  right: 448px;
}
.box4 .con .lx_box .lx7 {
  top: 190px;
  right: 220px;
}
.box4 .con .lx_box .lx8 {
  top: 190px;
  right: 10px;
}
.box4 .con .lx_box .lx {
  width: 226px;
  height: 252px;
  background: url(../images/fn/bg1.png) no-repeat;
  background-size: 100% 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  transition: all 0.2s ease;
}
.box4 .con .lx_box .lx .logo_box {
  text-align: center;
  margin-top: 75px;
}
.box4 .con .lx_box .lx .logo_box .l2 {
  display: none;
}
.box4 .con .lx_box .lx .txt_box {
  margin-top: 12px;
}
.box4 .con .lx_box .lx .txt_box .p1 {
  text-align: center;
  font-size: 20px;
  color: #2e2e2f;
}
.box4 .con .lx_box .lx .txt_box .p2 {
  display: none;
  width: 200px;
  font-size: 17px;
  line-height: 30px;
  color: #fff;
}
.box4 .con .lx_box .phone_box {
  display: none;
}
.box4 .con .lx_box .lx:hover {
  transform: scale(1.5);
  background: url(../images/fn/bg2.png) no-repeat;
  background-size: 100% 100%;
}
.box4 .con .lx_box .lx:hover .logo_box {
  transform: scale(0.65);
  margin-top: 57px;
}
.box4 .con .lx_box .lx:hover .txt_box {
  transform: scale(0.6);
}
.box4 .con .lx_box .lx:hover .logo_box .l1 {
  display: none;
}
.box4 .con .lx_box .lx:hover .logo_box .l2 {
  display: block;
}
.box4 .con .lx_box .lx:hover .txt_box {
  margin-top: -25px;
}
.box4 .con .lx_box .lx:hover .txt_box .p1 {
  display: none;
}
.box4 .con .lx_box .lx:hover .txt_box .p2 {
  display: block;
}
.box5 {
  background: #f2f5f7;
  padding: 70px 0 100px;
  position: relative;
}
.box5 .points {
  position: absolute;
  right: 0;
  bottom: -235px;
}
.box5 .title {
  width: 1320px;
  margin: 0 auto 35px;
}
.box5 .title .p1 {
  font-size: 38px;
  font-weight: bold;
  color: #2e2e2f;
}
.box5 .title .p2 {
  font-size: 18px;
  color: #606061;
  margin-top: 10px;
}
.box5 .con {
  width: 1350px;
  margin: auto;
  position: relative;
}
.box5 .con .swiper-button-prev,
.box5 .con .swiper-button-next {
  width: 44px;
  height: 44px;
  background: url(../images/arr2.png) no-repeat center;
  background-size: 44px;
  top: 50%;
  margin-top: -22px;
  opacity: 0.5;
}
.box5 .con .swiper-button-prev:hover,
.box5 .con .swiper-button-next:hover {
  opacity: 1;
}
.box5 .con .swiper-button-prev {
  left: -70px;
}
.box5 .con .swiper-button-next {
  transform: rotate(180deg);
  right: -70px;
}
.box5 .con .swiper2 {
  padding: 0 15px 15px;
}
.box5 .con .swiper2 .swiper-slide {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 5px 5px 10px 0 rgba(96, 96, 96, 0.1);
}
.box5 .con .swiper2 .swiper-slide .top {
  width: 420px;
  height: 300px;
  overflow: hidden;
}
.box5 .con .swiper2 .swiper-slide .top img {
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in-out;
}
.box5 .con .swiper2 .swiper-slide .btm {
  background: #fff;
  height: 210px;
  padding: 30px 30px 0;
}
.box5 .con .swiper2 .swiper-slide .btm .txt1 {
  border-bottom: 1px solid #dbdbdb;
  padding-bottom: 15px;
}
.box5 .con .swiper2 .swiper-slide .btm .txt1 .p1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.box5 .con .swiper2 .swiper-slide .btm .txt1 .p1 span {
  font-size: 20px;
  font-weight: bold;
  color: #4c4c4c;
}
.box5 .con .swiper2 .swiper-slide .btm .txt1 .p1 .arr_box {
  width: 28px;
  height: 23px;
  background-image: url(../images/project/arr.png);
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.2s ease;
}
.box5 .con .swiper2 .swiper-slide .btm .txt1 .p2 {
  font-size: 16px;
  color: #8a8a8a;
  margin-top: 6px;
}
.box5 .con .swiper2 .swiper-slide .btm .txt2 {
  font-size: 16px;
  line-height: 28px;
  color: #7e7e7e;
  margin-top: 12px;
}
.box5 .con .swiper2 .swiper-slide:hover .top img {
  transform: scale(1.1);
}
.box5 .con .swiper2 .swiper-slide:hover .btm .txt1 .p1 .arr_box {
  background-image: url(../images/project/arr2.png);
  transform: translateX(10px);
}
.box6 {
  height: 300px;
  background: url(../images/bg7.png) no-repeat left;
  background-size: auto 100%;
}
.box6 .con {
  width: 1190px;
  height: 300px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 2;
}
.box6 .con .txt_box .p1 {
  font-size: 42px;
  line-height: 56px;
  color: #434343;
  font-weight: bold;
}
.box6 .con .txt_box .p2 {
  font-size: 15px;
  line-height: 26px;
  color: #484848;
  margin-top: 6px;
  width: 430px;
}
.box6 .con .btn_box {
  display: flex;
  align-items: center;
}
.box6 .con .btn_box .btn {
  margin-left: 28px;
  width: 290px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background: #242424;
  font-size: 20px;
  color: #4bdfff;
  border-radius: 6px;
  transition: all 0.2s ease;
}
.box6 .con .btn_box .btn:hover {
  background: #0eb7c6;
  color: #fff;
}
.model {
  display: none;
}
#bottom {
  text-align: center;
}
@media screen and (max-width: 600px) {
  body {
    min-width: 100%;
  }
  .banner .swiper-banner .swiper-wrapper .swiper-slide .pc {
    display: none;
  }
  .banner .swiper-banner .swiper-wrapper .swiper-slide .phone {
    display: block;
  }
  .banner .swiper-banner .swiper-wrapper .s1 .p-txt1 {
    width: 49.86%;
    top: 40%;
    left: 10%;
  }
  .banner .swiper-banner .swiper-wrapper .s1 .p-txt2 {
    width: 36.8%;
    top: 61%;
    left: 10%;
  }
  .banner .swiper-banner .swiper-wrapper .s2 .p-txt1 {
    width: 33.86%;
    top: 33%;
    left: 12%;
  }
  .banner .swiper-banner .swiper-wrapper .s2 .p-txt2 {
    width: 35.06%;
    top: 67%;
    left: 12%;
  }
  .banner .swiper-banner .swiper-wrapper .s3 .p-txt1 {
    width: 49.86%;
    top: 40%;
    left: 10%;
  }
  .banner .swiper-banner .swiper-wrapper .s3 .p-txt2 {
    width: 47.86%;
    top: 61%;
    left: 10%;
  }
  .banner .swiper-banner .swiper-pagination {
    width: 100%;
    text-align: center;
    bottom: 12px;
    left: 0;
  }
  .banner .swiper-banner .swiper-pagination span {
    width: 5px;
    height: 5px;
    margin: 0 3px;
    border-radius: 50%;
    background: #46b1d3;
    opacity: 1;
  }
  .banner .swiper-banner .swiper-pagination .swiper-pagination-bullet-active {
    background: #aeaeae;
  }
  .banner .arr {
    display: none;
  }
  .banner .logo_box {
    top: 5%;
    left: 5%;
  }
  .banner .logo_box a {
    width: 30%;
  }
  .banner .logo_box .logo {
    width: 100%;
  }
  .banner .logo_box .txt {
    font-size: 16px;
    margin: 0 0 0 20px;
  }
  .banner .logo_box .txt > span {
    margin: 0 10px 0 7px;
  }
  .box1 {
    padding: 30px 5% 20px;
    background-size: 100% auto;
  }
  .box1 .points {
    width: 76%;
    left: -20%;
  }
  .box1 .title {
    width: 100%;
  }
  .box1 .title .p1 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .box1 .title .p2 {
    font-size: 12px;
    line-height: 18px;
  }
  .box1 .swiper-box {
    width: 100%;
    padding-bottom: 30px;
    margin: 25px auto 0;
  }
  .box1 .swiper-box .swiper-pagination {
    bottom: 10px;
  }
  .box1 .swiper-box .swiper-button-prev,
  .box1 .swiper-box .swiper-button-next {
    display: none;
  }
  .box1 .swiper-box .swiper1 .swiper-slide {
    border-radius: 8px;
    overflow: hidden;
    height: auto;
    padding: 0 0 5px;
    background-size: cover;
  }
  .box1 .swiper-box .swiper1 .swiper-slide .icon_box {
    width: 90%;
    margin: auto;
    position: static;
    left: 5%;
    top: 70px;
    padding-top: 7vw;
  }
  .box1 .swiper-box .swiper1 .swiper-slide .icon_box .bg {
    width: 100%;
  }
  .box1 .swiper-box .swiper1 .swiper-slide .icon_box .lx {
    position: absolute;
    width: 44%;
    bottom: 59%;
    left: 27%;
    z-index: 2;
    transition: all 0.5s ease-in-out;
  }
  .box1 .swiper-box .swiper1 .swiper-slide .txt_box {
    width: 85%;
    position: static;
    margin: -15px auto 0;
  }
  .box1 .swiper-box .swiper1 .swiper-slide .txt_box .line {
    width: 30px;
    height: 6px;
    display: none;
  }
  .box1 .swiper-box .swiper1 .swiper-slide .txt_box .p1 {
    font-size: 28px;
  }
  .box1 .swiper-box .swiper1 .swiper-slide .txt_box .p2 {
    font-size: 17px;
    margin: 6px 0 5px;
  }
  .box1 .swiper-box .swiper1 .swiper-slide .txt_box .p3 {
    font-size: 12px;
    line-height: 18px;
    height: 40px;
    text-align: justify;
    height: 60px;
  }
  .box1 .swiper-box .swiper1 .swiper-slide .txt_box .p4 {
    font-size: 12px;
    line-height: 20px;
    text-align: justify;
  }
  .box1 .swiper-box .swiper1 .swiper-slide:hover .p2 {
    transform: translateY(-30px);
  }
  .box2 {
    padding-bottom: 15px;
  }
  .box2 .points {
    width: 100%;
  }
  .box2 .get {
    width: 40%;
  }
  .box2 .title .txt .txt {
    font-size: 20px;
  }
  .box2 .con .cir_box {
    width: 100%;
    height: auto;
    margin: 20px auto 0;
  }
  .box2 .con .cir_box .phone_bg {
    display: block;
    width: 100%;
    margin: -50px 0 -30px;
  }
  .box2 .con .cir_box .cir1,
  .box2 .con .cir_box .cir2,
  .box2 .con .cir_box .ani_box {
    display: none;
  }
  .box2 .con .cir_box .phone_box .icon_box {
    position: static;
    width: 85%;
    margin: 0 auto 20px;
    transform: none;
    align-items: flex-start;
  }
  .box2 .con .cir_box .phone_box .icon_box .icon {
    width: 48px;
    height: 48px;
    box-shadow: 4px 4px 16px 0 rgba(74, 198, 227, 0.7);
  }
  .box2 .con .cir_box .phone_box .icon_box .icon .img {
    width: 30px;
    height: 30px;
    background-size: 30px auto;
    margin: 9px auto 0;
  }
  .box2 .con .cir_box .phone_box .icon_box .icon .img4 {
    margin: 7px auto 0!important;
  }
  .box2 .con .cir_box .phone_box .icon_box .txt {
    width: calc(100% - 65px);
  }
  .box2 .con .cir_box .phone_box .icon_box .txt .p1 {
    font-size: 18px;
  }
  .box2 .con .cir_box .phone_box .icon_box .txt .p2 {
    font-size: 14px;
    line-height: 22px;
  }
  .box2 .con .cir_box .phone_box .icon_box .cir {
    display: none;
  }
  .box2 .con .cir_box .phone_box .i_phone {
    flex-direction: row-reverse;
  }
  .box2 .con .cir_box .phone_box .icon_box:hover .img {
    animation: none;
  }
  .box3 {
    min-width: 100%;
    padding: 50px 0 30px;
    background: url(../images/bg7.jpg) no-repeat top center;
    background-size: cover;
  }
  .box3 .title {
    width: 90%;
    margin: auto;
  }
  .box3 .title .p1 {
    font-size: 20px;
  }
  .box3 .title .p2 {
    font-size: 12px;
    margin-top: 10px;
  }
  .box3 .con {
    width: 100%;
  }
  .box3 .con > .cube {
    display: none;
  }
  .box3 .con .swiper3 {
    display: block;
    padding: 0 4% 12vw;
    margin-top: 30px;
  }
  .box3 .con .swiper3 .cube {
    width: 100%;
    height: 60vw;
    margin-bottom: 0;
  }
  .box3 .con .swiper3 .cube .bg {
    height: 100%;
  }
  .box3 .con .swiper3 .cube .square {
    display: none;
  }
  .box3 .con .swiper3 .cube .txt_box {
    width: 100%;
    height: 100%;
    border-radius: 13px;
    border-bottom-right-radius: 25px;
    padding: 10px 8% 0;
    top: 10px;
    left: 6px;
  }
  .box3 .con .swiper3 .cube .txt_box .icon_box {
    width: 45px;
    height: 45px;
    background-size: 45px auto;
  }
  .box3 .con .swiper3 .cube .txt_box .p1 {
    font-size: 16px;
    margin: 5px 0;
  }
  .box3 .con .swiper3 .cube .txt_box .p2 {
    font-size: 12px;
    line-height: 20px;
    text-align: justify;
  }
  .box3 .con .swiper3 .cube:hover .bg {
    transform: none;
  }
  .box3 .con .swiper3 .cube:hover .icon_box {
    animation: none;
  }
  .box3 .con .swiper3 .cube:hover .txt_box {
    transform: none;
  }
  .box4 {
    padding: 20px 0 30px;
  }
  .box4 .title {
    font-size: 20px;
  }
  .box4 .con {
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    width: 92%;
  }
  .box4 .con .fn_box {
    width: 100%;
    display: none;
  }
  .box4 .con .lx_box {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0;
  }
  .box4 .con .lx_box .lx {
    position: static;
    width: 23vw;
    height: 26vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .box4 .con .lx_box .lx .logo_box {
    margin-top: 0;
  }
  .box4 .con .lx_box .lx .logo_box img {
    width: 7vw;
  }
  .box4 .con .lx_box .lx .txt_box {
    margin-top: 0;
  }
  .box4 .con .lx_box .lx .txt_box .p1 {
    font-size: 12px;
    height: 32px;
    width: 16vw;
    margin: auto;
    line-height: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .box4 .con .lx_box .lx:hover {
    transform: none;
    background: url(../images/fn/bg1.png) no-repeat;
    background-size: 100% 100%;
  }
  .box4 .con .lx_box .lx:hover .logo_box {
    transform: scale(1);
    margin-top: 0;
  }
  .box4 .con .lx_box .lx:hover .txt_box {
    transform: scale(1);
  }
  .box4 .con .lx_box .lx:hover .logo_box .l1 {
    display: block;
  }
  .box4 .con .lx_box .lx:hover .logo_box .l2 {
    display: none;
  }
  .box4 .con .lx_box .lx:hover .txt_box {
    margin-top: 0;
  }
  .box4 .con .lx_box .lx:hover .txt_box .p1 {
    display: flex;
    align-items: center;
  }
  .box4 .con .lx_box .lx:hover .txt_box .p2 {
    display: none;
  }
  .box5 {
    padding: 30px 0;
  }
  .box5 .points {
    width: 50%;
  }
  .box5 .title {
    width: 92%;
    margin: auto;
  }
  .box5 .title .p1 {
    font-size: 20px;
  }
  .box5 .title .p2 {
    font-size: 16px;
    margin-top: 5px;
  }
  .box5 .con {
    width: 100%;
    margin-top: 20px;
    overflow: hidden;
  }
  .box5 .con .swiper-button-prev,
  .box5 .con .swiper-button-next {
    display: none;
  }
  .box5 .con .swiper2 {
    padding: 0 5% 15px;
  }
  .box5 .con .swiper2 .swiper-slide .top {
    width: 100%;
    height: auto;
  }
  .box5 .con .swiper2 .swiper-slide .top img {
    width: 100%;
    height: auto;
  }
  .box5 .con .swiper2 .swiper-slide .btm {
    padding: 10px 6% 0;
    height: 150px;
  }
  .box5 .con .swiper2 .swiper-slide .btm .txt1 .p1 span {
    font-size: 17px;
  }
  .box5 .con .swiper2 .swiper-slide .btm .txt1 .p1 .arr_box {
    width: 14px;
    height: 10px;
    background-size: 14px auto;
  }
  .box5 .con .swiper2 .swiper-slide .btm .txt1 .p2 {
    font-size: 14px;
  }
  .box5 .con .swiper2 .swiper-slide .btm .txt2 {
    font-size: 12px;
    line-height: 20px;
  }
  .box5 .con .swiper2 .swiper-slide:hover .btm .txt1 .p1 .arr_box {
    transform: translateX(6px);
  }
  .box6 {
    padding: 40px 5% ;
    height: auto;
  }
  .box6 .con {
    width: 100%;
    height: auto;
    margin: auto;
    display: flex;
    flex-direction: column;
  }
  .box6 .con .txt_box .p1 {
    font-size: 28px;
    line-height: 36px;
  }
  .box6 .con .txt_box .p2 {
    width: 100%;
  }
  .box6 .con .btn_box {
    width: 100%;
    justify-content: space-between;
    margin-top: 20px;
  }
  .box6 .con .btn_box .btn {
    width: 44%;
    margin: 0;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
  }
  .model {
    display: none;
    position: fixed;
    z-index: 666666;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
  }
  .model .lx_box {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100vw;
    height: 104vw;
  }
  .model .lx_box .close {
    position: absolute;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 10%;
    margin-left: -20px;
    z-index: 2;
    left: 50%;
    border: 1px solid #fff;
    border-radius: 50%;
  }
  .model .lx_box .close img {
    width: 60%;
  }
  .model .lx {
    display: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100vw;
    height: 104vw;
    left: 0;
    background: url(../images/fn/bg2.png) no-repeat;
    background-size: 100% 100%;
  }
  .model .lx .logo_box {
    position: absolute;
    width: 15%;
    top: 26%;
    left: 50%;
    transform: translateX(-50%);
  }
  .model .lx .logo_box img {
    width: 100%;
  }
  .model .lx .txt_box {
    position: absolute;
    width: 50%;
    top: 45%;
    left: 25%;
  }
  .model .lx .txt_box .p2 {
    color: #fff;
    font-size: 15px;
    line-height: 26px;
  }
  #bottom {
    height: auto;
  }
  #bottom .bottom_box1 {
    display: none;
  }
  #bottom .bottom_box2 {
    padding: 20px 0;
    width: 90%;
  }
  #bottom .bottom_box2 .left {
    float: none;
    text-align: center;
  }
  #bottom .bottom_box2 .left .info1 {
    padding: 10px 0;
  }
  #bottom .bottom_box2 .left .info1 img {
    width: 200px;
  }
  #bottom .bottom_box2 .left .menu {
    display: none;
  }
  #bottom .bottom_box2 .left .info2 {
    font-size: 11px;
  }
  #bottom .bottom_box2 .left .info2 .copyright_show {
    display: none;
  }
  #bottom .bottom_box2 .right {
    display: none;
  }
}
@media screen and (max-width: 1510px) {
  .box5 .con .swiper-button-prev {
    left: -30px;
  }
  .box5 .con .swiper-button-next {
    right: -30px;
  }
}
