body {
  line-height: 1.5;

}

.cont svg {
  margin: 0 !important;
}

.cont .page1 {
  position: relative;
  z-index: 2;
  background-color: #fff;
  height: 80vh;
  max-height: 840px;
}

.cont .page1 .index_banner {
  width: 100%;
  height: 100%;
}

.cont .page1 .text .w1440 {
  overflow: inherit;
}

.cont .page1 .index_banner .in_ba_ewm {
  position: relative;
  display: inline;
}

.cont .page1 .index_banner .in_ba_ewm .q_r {
  opacity: 0;
  position: absolute;
  width: 160px;
  top: 50%;
  left: calc(50% + 80px);
  transform: translateY(-50%);
}

.cont .page1 .index_banner .in_ba_ewm.mo {
  display: none;
}

@media only screen and (max-width: 768px) {
  .cont .page1 .index_banner .in_ba_ewm.pc {
    display: none;
  }

  .cont .page1 .index_banner .in_ba_ewm.mo {
    display: inline-block;
  }
}

@media only screen and (min-width: 1200px) {
  .cont .page1 .index_banner .in_ba_ewm:hover .q_r {
    opacity: 1;
  }
}

.cont .page1 .index_banner .swiper-pagination {
  bottom: 0;
  left: auto;
  right: 3%;
  top: 0;
  width: 16px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.cont .page1 .index_banner .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  margin: 5px 0;
  background: transparent;
  border: 1px solid #fff;
  opacity: 1;
}

.cont .page1 .index_banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff;
}

/*.cont .page1 .index_banner .swiper-slide{height:840px;}*/
.cont .page1 .index_banner .swiper-slide>div {
  height: 100%;
}

.cont .page1 .index_banner .swiper-slide::after {
  content: '';
  display: block;
  position: absolute;
  top: -25%;
  bottom: -25%;
  width: 100%;
  margin-left: -52%;
  background: rgba(0, 190, 255, 0.6);
  border-radius: 2000px;
  z-index: 1;
  opacity: 0;
  transform: translateX(-200px) scale(0.5);
}

.cont .page1 .index_banner .swiper-slide::before {
  content: '';
  display: block;
  position: absolute;
  top: -25%;
  bottom: -25%;
  width: 100%;
  margin-left: -64%;
  background: rgba(0, 128, 255, 0.6);
  border-radius: 2000px;
  z-index: 2;
  opacity: 0;
  transform: translateX(-200px) scale(0.5);
}

.cont .page1 .index_banner .swiper-slide .banner-video {
  width: 100%;
  height: 100%;
}

.cont .page1 .index_banner .swiper-slide .banner-video video {
  width: 100%;
  height: 100%;
}

.cont .page1 .index_banner .swiper-slide .img {
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.cont .page1 .index_banner .swiper-slide .img div {
  width: 100%;
  height: 100%;

  background-position: center center !important;
  transform: scale(1.07);
  transition: all ease-out 8s;
}

.cont .page1 .index_banner .swiper-slide .img img {
  height: 100%;
  object-fit: cover;

}

.cont .page1 .index_banner .swiper-slide .text {
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  color: #fff;
  width: 100%;
  z-index: 10;
}

.cont .page1 .index_banner .swiper-slide .text p {
  width: 100%;
  display: block;
  line-height: 1.2;
  transform: translateY(50px);
  opacity: 0;
  transition-delay: 0s;
  transition-duration: 0.5s;
}

.cont .page1 .index_banner .swiper-slide .text span {
  display: block;
  width: 100%;
  margin-top: 1%;
  transform: translateY(50px);
  opacity: 0;
  transition-delay: 0s;
  transition-duration: 0.5s;
}

.cont .page1 .index_banner .swiper-slide .text .btns {
  padding: 0;
  margin-top: 4%;
  transform: translateY(50px);
  opacity: 0;
  transition-delay: 0s;
  transition-duration: 0.5s;
}

.cont .page1 .index_banner .swiper-slide .text .btns a {
  display: inline-block;
  color: #fff;
  padding: 10px 27px;
  transition: all 0.3s;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 100px;
  color: #fff;
  margin-right: 20px;
}

.cont .page1 .index_banner .swiper-slide .text .btns a:hover {
  transform: translateY(-3px);
  border: 1px solid #e94620;
  background: #e94620;
}

.cont .page1 .index_banner .swiper-slide.swiper-slide-active::after {
  transition-delay: 0s;
  transition-timing-function: ease-in-out;
  transition-duration: 1s;
  opacity: 1;
  transform: translateX(0) scale(1);
}

.cont .page1 .index_banner .swiper-slide.swiper-slide-active::before {
  transition-delay: 0s;
  transition-timing-function: ease-in-out;
  transition-duration: 1.2s;
  opacity: 1;
  transform: translateX(0) scale(1);
}

.cont .page1 .index_banner .swiper-slide.swiper-slide-active .img img {
  transform: scale(1.001);
}

.cont .page1 .index_banner .swiper-slide.swiper-slide-active .img div {
  transform: scale(1.001);
}

.cont .page1 .index_banner .swiper-slide.swiper-slide-active .text p {
  transition-delay: 0.2s;
}

.cont .page1 .index_banner .swiper-slide.swiper-slide-active .text span {
  transition-delay: 0.4s;
}

.cont .page1 .index_banner .swiper-slide.swiper-slide-active .text .btns {
  transition-delay: 0.6s;
}

.cont .page1 .index_banner .swiper-slide.swiper-slide-active .text p,
.cont .page1 .index_banner .swiper-slide.swiper-slide-active .text span,
.cont .page1 .index_banner .swiper-slide.swiper-slide-active .text .btns {
  opacity: 1;
  transform: translateY(0);
  transition-duration: 1.5s;
}

.cont .page1 .trends {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 11;
  background: rgba(0, 128, 204, 0.8);
  padding: 18px 0;
}

.cont .page1 .trends .w1440 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  overflow: hidden;
}

.cont .page1 .trends .w1440 .txt {
  width: 130px;
  color: #fff;
}

.cont .page1 .trends .w1440 .txt svg {
  margin: -3px 15px 0 0 !important;
}

.cont .page1 .trends .w1440 .swiper-container {
  height: 24px;
  width: calc(100% - 130px);
  margin-left: 1px;
}

.cont .page1 .trends .w1440 .swiper-container .swiper-slide {
  padding-right: 25px;
  width: 100%;
}

.cont .page1 .trends .w1440 .swiper-container .swiper-slide a {
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.5;
  height: 1.5em;
  color: #fff;
  transition: all 0.3s;
  position: relative;
  /* &:hover{
                                &::after{
                                    width: 100%;
                                }
                            } */
}

.cont .page1 .trends .w1440 .swiper-container .swiper-slide a::after {
  content: '';
  display: inline-block;
  position: absolute;
  bottom: 0px;
  left: 0;
  height: 1px;
  width: 0;
  background: #fff;
  transition: all 0.3s;
}

.cont .page2 {
  background: url(../img/index2_bg.jpg) center center;
  background-size: cover;
  padding: 7% 0 10.5%;
}

.cont .page2 .title {
  text-align: center;
  color: #222222;
}

.cont .page2 .w1440 {
  overflow: initial;
}

.cont .page2 .sw_box {
  position: relative;
}

.cont .page2 .sw_box .sw_btn {
  width: 47px;
  height: 47px;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border: 1px solid #008cd6;
  transition: all 0.3s;
  overflow: hidden;
  z-index: 2;
}

.cont .page2 .sw_box .sw_btn:hover {
  background: #008cd6;
}

.cont .page2 .sw_box .sw_btn:hover svg path {
  fill: #fff;
}

.cont .page2 .sw_box .sw_btn svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
  height: auto;
  margin: 0 !important;
}

.cont .page2 .sw_box .sw_btn svg path {
  fill: #008cd6;
}

.cont .page2 .sw_box .sw_btn.prev {
  left: -5%;
}

.cont .page2 .sw_box .sw_btn.next {
  right: -5%;
}

.cont .page2 .swiper-container {
  margin-top: 4%;
  width: 100%;
  border-radius: 10px;
}

.cont .page2 .swiper-container .swiper-slide {
  width: 17%;
  transition: all 0.5s;
  overflow: hidden;
  border-radius: 10px;
  cursor: pointer;
}

.cont .page2 .swiper-container .swiper-slide:hover .txt .ic {
  transform: translateY(-3px);
}

.cont .page2 .swiper-container .swiper-slide::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 140, 214, 0.9);
}

.cont .page2 .swiper-container .swiper-slide .bg {
  width: 100%;
  position: relative;
  height: 600px;
}

.cont .page2 .swiper-container .swiper-slide .bg img {
  object-fit: cover;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.cont .page2 .swiper-container .swiper-slide .txt {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
}

.cont .page2 .swiper-container .swiper-slide .txt .ic {
  width: 70px;
  margin: 0 auto;
  transition: all 0.3s;
}

.cont .page2 .swiper-container .swiper-slide .txt .tit {
  text-align: center;
  color: #fff;
}

.cont .page2 .swiper-container .swiper-slide .txt .entit {
  text-align: center;
  color: rgba(255, 255, 255, 0.4);
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.5;
  height: 3em;
}

.cont .page2 .swiper-container .swiper-slide .txt .des {
  color: #fff;
  display: none;
}

.cont .page2 .swiper-container .swiper-slide .txt a {
  display: none;
  color: #e94620;
}

.cont .page2 .swiper-container .swiper-slide.swiper-slide-active {
  width: 40% !important;
}

@media screen and (max-width: 988px) {
  .cont .page2 .swiper-container .swiper-slide.swiper-slide-active {
    width: 100% !important;
  }
}

.cont .page2 .swiper-container .swiper-slide.swiper-slide-active::after {
  display: none;
}

.cont .page2 .swiper-container .swiper-slide.swiper-slide-active .txt {
  top: 8%;
  left: 6%;
  width: 90%;
  transform: translate(0, 0);
}

.cont .page2 .swiper-container .swiper-slide.swiper-slide-active .txt .ic {
  display: none;
}

.cont .page2 .swiper-container .swiper-slide.swiper-slide-active .txt .tit,
.cont .page2 .swiper-container .swiper-slide.swiper-slide-active .txt .entit {
  display: inline-block;
}

.cont .page2 .swiper-container .swiper-slide.swiper-slide-active .txt .entit {
  margin-left: 20px;
  height: auto;
  margin-bottom: -7px;
}

.cont .page2 .swiper-container .swiper-slide.swiper-slide-active .txt .des {
  display: block;
  margin-top: 3%;
  line-height: 1.8;
}

.cont .page2 .swiper-container .swiper-slide.swiper-slide-active .txt a {
  display: inline-block;
  margin-top: 6%;
  position: relative;
}

.cont .page2 .swiper-container .swiper-slide.swiper-slide-active .txt a::after {
  content: '';
  display: inline-block;
  position: absolute;
  bottom: -5px;
  left: 0;
  height: 1px;
  width: 0;
  background: #e94620;
  transition: all 0.3s;
}

.cont .page2 .swiper-container .swiper-slide.swiper-slide-active .txt a:hover::after {
  width: 100%;
}

.cont .page3 {
  background: url(../img/index3_bg.jpg) center center;
  background-size: cover;
  padding: 7% 0 7%;
}

.cont .page3 .h_top {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.cont .page3 .h_top .title {
  display: inline-block;
  color: #141515;
}

.cont .page3 .h_top a {
  display: inline-block;
  border: 1px solid #e94620;
  color: #e94620;
  padding: 7px 55px;
  border-radius: 100px;
  transition: all 0.3s;
}

.cont .page3 .h_top a:hover {
  background: #e94620;
  color: #fff;
}

.cont .page3 ul {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 5%;
}

.cont .page3 ul li {
  width: 24%;
  height: 320px;
  position: relative;
  margin-bottom: 1%;
  border-radius: 10px;
  overflow: hidden;
}

.cont .page3 ul li .txt {
  position: absolute;
  bottom: 7%;
  left: 10%;
  width: 86%;
  z-index: 10;
}

.cont .page3 ul li .txt .ic {
  width: 19.292%;
  margin-left: -1%;
}

.cont .page3 ul li .txt .ic .pc {
  display: block;
}

.cont .page3 ul li .txt .ic .h5 {
  display: none;
}

.cont .page3 ul li .txt p {
  color: #222;
  display: block;
  margin-top: 5px;
}

.cont .page3 ul li .txt span {
  color: rgba(34, 34, 34, 0.8);
  display: block;
  margin-top: 5px;
}

.cont .page3 ul li .txt a {
  display: none;
  padding: 8px 30px;
  border-radius: 100px;
  background: #fff;
  color: #008cd6;
  transition: all 0.3s;
}

.cont .page3 ul li .txt a:hover {
  transform: translateY(-3px);
}

.cont .page3 ul li:nth-child(1) {
  background: url(../img/index3_1.jpg) center center;
  background-size: cover;
}

.cont .page3 ul li:nth-child(2) {
  background: url(../img/index3_2.jpg) center center;
  background-size: cover;
}

.cont .page3 ul li:nth-child(3) {
  background: url(../img/index3_3.jpg) center center;
  background-size: cover;
  width: 49.32%;
}

.cont .page3 ul li:nth-child(3) .txt {
  top: 9%;
  left: 6%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: start;
  align-items: flex-start;
}

.cont .page3 ul li:nth-child(3) .txt p {
  font-size: 38px;
  color: #278bcc;
}

.cont .page3 ul li:nth-child(3) .txt span {
  color: rgba(59, 59, 59, 0.8);
}

.cont .page3 ul li:nth-child(3) .txt a {
  display: inline-block;
  background: #e94620;
  color: #fff;
}

.cont .page3 ul li:nth-child(4) {
  background: url(../img/index3_4.jpg) center center;
  background-size: cover;
}

.cont .page3 ul li:nth-child(5) {
  background: url(../img/index3_5.jpg) center center;
  background-size: cover;
}

.cont .page3 ul li:nth-child(6) {
  background: url(../img/index3_6.jpg) center center;
  background-size: cover;
}

.cont .page3 ul li:nth-child(7) {
  background: url(../img/index3_7.jpg) center center;
  background-size: cover;
}

.cont .page3 ul li::after {
  content: '';
  display: block;
  background: rgba(0, 140, 214, 0.8);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  transition: all 0.5s;
}

.cont .page3 ul li::before {
  content: '';
  display: none;
  background-image: linear-gradient(to right, rgba(0, 140, 214, 0.8), rgba(0, 140, 214, 0.2));
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  opacity: 1;
  transition: all 0.5s;
}

@media screen and (min-width: 768px) {
  .cont .page3 ul li:hover::before {
    opacity: 0;
  }

  .cont .page3 ul li:hover::after {
    opacity: 1;
  }

  .cont .page3 ul li:hover .txt {
    top: 50%;
    left: 50%;
    bottom: auto;
    transform: translate(-50%, -50%);
    text-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .cont .page3 ul li:hover .txt .ic {
    display: none;
  }

  .cont .page3 ul li:hover .txt p {
    color: #fff;
    text-align: center;
  }

  .cont .page3 ul li:hover .txt span {
    color: #fff;
    text-align: center;
  }

  .cont .page3 ul li:hover .txt a {
    display: inline-block;
    margin-top: 25px;
  }
}

.cont .page3 ul li:nth-child(3) {
  background-repeat: no-repeat;
  background-size: 115%;
  transition: all 0.5s;
}

.cont .page3 ul li:nth-child(3):hover {
  background-size: 120%;
}

.cont .page3 ul li:nth-child(3):hover .txt {
  top: 9%;
  left: 6%;
  bottom: 7%;
  transform: translate(0, 0);
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
}

.cont .page3 ul li:nth-child(3):hover .txt p {
  color: #fff;
  text-align: left;
}

.cont .page3 ul li:nth-child(3):hover .txt span {
  color: rgba(255, 255, 255, 0.8);
  text-align: left;
}

.cont .page4 {
  background: url(../img/index4_bg.jpg) center center;
  background-size: cover;
  padding: 14% 0;
}

.cont .page4 .txt {
  width: 450px;
}

.cont .page4 .txt .tit {
  color: #fff;
  letter-spacing: 1px;
}

.cont .page4 .txt ul {
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  margin-top: 7%;
}

.cont .page4 .txt ul li {
  width: 25%;
}

.cont .page4 .txt ul li .ic {
  max-width: 50px;
  margin: 0 auto;
}

.cont .page4 .txt ul li p {
  text-align: center;
  color: #fff;
  margin-top: 10px;
}

.cont .page4 .txt .btn_box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 85%;
  margin-top: 5%;
}

.cont .page4 .w100 {
  display: none;
}

.cont .page4 .txt .btn_box a {
  display: inline-block;
  padding: 10px 0;
  text-align: center;
  width: 52%;
  color: #e94620;
  background: #fff;
  border-radius: 100px;
  transition: all 0.3s;
}

.cont .page4 .txt .btn_box a:hover {
  transform: translateY(-3px);
}

.cont .page4 .txt .btn_box .qr {
  width: 41.832%;
  border-radius: 10px;
  overflow: hidden;
  opacity: 0;
  transition: all 0.3s;
}

.cont .page5 {
  padding: 4% 0;
}

.cont .page5 .h_top {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.cont .page5 .h_top .title {
  display: inline-block;
  color: #141515;
}

.cont .page5 .h_top a {
  display: inline-block;
  border: 1px solid #e94620;
  color: #e94620;
  padding: 7px 55px;
  border-radius: 100px;
  transition: all 0.3s;
}

.cont .page5 .h_top a:hover {
  background: #e94620;
  color: #fff;
}

.cont .page5 ul {
  margin-top: 5%;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.cont .page5 ul li {
  width: 31%;
}

.cont .page5 ul li .img {
  width: 100%;
  overflow: hidden;
  height: 254px;
  background: #fafafa;
  max-height: 254px;
}

.cont .page5 ul li .img img {
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 1600px) {
  .cont .page5 ul li .img {
    height: 15vw;
  }
}

@media screen and (max-width: 1200px) {
  .cont .page5 ul li .img {
    height: 17vw;
  }
}

@media screen and (max-width: 768px) {
  .cont .page5 ul li .img {
    height: auto;
    max-height: inherit;
  }
}

.cont .page5 ul li .txt {
  margin-top: 25px;
}

.cont .page5 ul li .txt p {
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.5;
  height: 3em;
  color: #101010;
}

.cont .page5 ul li .txt span {
  display: block;
  color: #777777;
  margin-top: 10px;
}

.cont .page5 ul li .txt .des {
  margin-top: 25px;
  color: #979797;
  line-height: 1.87;
}

.cont .page5 ul li:hover .img img {
  transform: scale(1.05);
}

.cont .page5 ul li:hover .txt p {
  color: #008cd6;
}

.cont .page6 {
  background: url(../img/index6_bg.jpg) center center;
  background-size: cover;
  padding: 12% 0;
}

.cont .page6 .txt {
  width: 69%;
  margin: 0 auto;
}

.cont .page6 .txt .tit,
.cont .page6 .txt .subtit,
.cont .page6 .txt .des {
  text-align: center;
  color: #fff;
}

.cont .page6 .txt .subtit {
  margin-top: 5px;
}

.cont .page6 .txt .des {
  margin-top: 50px;
  line-height: 1.88;
}

.cont .page6 .txt ul {
  width: 90%;
  margin: 70px auto 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.cont .page6 .txt ul li {
  width: 33%;
}

.cont .page6 .txt ul li .ic {
  max-width: 70px;
  margin: 0 auto;
}

.cont .page6 .txt ul li p {
  color: #fff;
  width: 100%;
  text-align: center;
  margin-top: 25px;
}

.cont .page6 .txt .btn_bm {
  text-align: center;
  margin-top: 90px;
}

.cont .page6 .txt .btn_bm a {
  display: inline-block;
  color: #fff;
  background: #e94620;
  padding: 10px 50px;
  border-radius: 100px;
  transition: all 0.3s;
}

.cont .page6 .txt .btn_bm a:hover {
  transform: translateY(-3px);
}

/* 125% */
@media screen and (max-width: 1366px) {

  /*.cont .page1 .index_banner .swiper-slide{height:640px;}*/
  .cont .page1 .trends .w1440 .swiper-container .swiper-slide:nth-child(3n)::after {
    display: block;
  }

  .cont .page1 .trends .w1440 .swiper-container .swiper-slide:nth-child(2n)::after {
    display: none;
  }

  .cont .page1 .index_banner .swiper-slide .text .btns a {
    padding: 6px 27px;
  }

  .cont .page1 .trends {
    padding: 13px 0;
  }

  .cont .page1 .index_banner .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
  }

  .cont .page2 .sw_box .sw_btn {
    width: 35px;
    height: 35px;
  }

  .cont .page2 .swiper-container .swiper-slide .bg {
    height: 500px;
  }

  .cont .page3 ul li {
    height: 250px;
  }

  .cont .page3 ul li:nth-child(3) .txt p {
    font-size: 30px;
  }

  .cont .page3 ul li .txt a {
    font-size: 14px;
    padding: 5px 30px;
  }

  .cont .page2 .swiper-container .swiper-slide .txt .ic {
    width: 55px;
  }
}

@media screen and (max-width: 1280px) {
  .cont .page2 .swiper-container .swiper-slide .bg {
    height: 400px;
  }
}

/* 150 */
@media screen and (max-width: 998px) {
  .cont .page3 ul li::before {
    display: block;
  }

  .cont .page3 ul li .txt .ic .h5 {
    display: block;
  }

  .cont .page3 ul li .txt .ic .pc {
    display: none;
  }

  .cont .page3 ul li .txt p,
  .cont .page3 ul li .txt span,
  .cont .page3 ul li:nth-child(3) .txt p,
  .cont .page3 ul li:nth-child(3) .txt span {
    color: #fff;
  }

  .cont .page1 .trends .w1440 .swiper-container .swiper-slide::after {
    display: none;
  }

  .cont .page3 ul li {
    width: 49.5%;
  }

  .cont .page3 ul li:nth-child(3) {
    width: 100%;
    background-size: 145%;
  }

  .cont .page3 ul li:nth-child(3):hover {
    background-size: 150%;
  }

  .cont .page3 ul li {
    height: 180px;
  }

  .page2,
  .page3,
  .page4,
  .page5,
  .page6 {
    padding: 50px 0 !important;
  }

  .cont .page3 ul {
    margin-top: 30px;
  }

  .cont .page3 .h_top a {
    padding: 5px 39px;
  }

  .cont .page5 .h_top a {
    padding: 5px 39px;
  }

  .cont .page6 .txt {
    width: 80%;
  }

  .cont .page6 .txt .des {
    margin-top: 30px;
  }

  .cont .page6 .txt ul {
    margin: 30px auto 0;
    width: 100%;
  }

  .cont .page6 .txt ul li {
    width: 24%;
  }

  .cont .page6 .txt .btn_bm {
    margin-top: 50px;
  }

  .cont .page6 .txt ul li .ic {
    max-width: 40px;
  }

  .cont .page6 .txt ul li p {
    margin-top: 15px;
  }

  .cont .page1 {
    height: 60vh;
  }
}

@media screen and (max-width: 768px) {

  /*.cont .page1 .index_banner .swiper-slide{height:300px;}*/
  .cont .page1 .index_banner .swiper-slide .text span {
    display: none;
  }

  .cont .page1 .index_banner .swiper-slide .text .btns a {
    font-size: 12px;
    padding: 3px 19px;
  }

  .cont .page1 .index_banner .swiper-slide .text .btns a:nth-child(1) {
    margin-right: 10px;
  }

  .cont .page1 .index_banner .swiper-slide::before {
    width: 200%;
    margin-left: -151%;
  }

  .cont .page1 .index_banner .swiper-slide::after {
    width: 200%;
    margin-left: -136%;
  }

  .cont .page4 {
    background-position: 0 0;
  }

  .cont .page4 .txt {
    width: 100%;
  }

  .cont .page4 .txt .tit {
    text-align: center;
  }

  .cont .page4 .txt ul {
    margin: 0 auto;
    margin-top: 20px;
  }

  .cont .page4 .txt .btn_box {
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin: 0 auto;
    margin-top: 20px;
  }

  .cont .page4 .txt .btn_box .qr {
    width: 160px;
    display: none;
    opacity: 1;
  }

  .cont .page4 .txt .btn_box a {
    margin-top: 30px;
  }

  .cont .page5 ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .cont .page5 ul li {
    width: 100%;
    margin-bottom: 20px;
  }

  .cont .page5 ul li .txt p {
    display: block;
    height: auto;
  }

  .cont .page5 ul li .txt {
    margin-top: 10px;
  }

  .cont .page5 ul li .txt .des {
    margin-top: 10px;
  }

  .cont .page6 .txt {
    width: 90%;
  }

  .cont .page4 .txt .tit .fnt_54 {
    font-size: 26px;
  }

  .cont .page4 .w100 {
    position: relative;
    display: block;
  }

  .cont .page4 {
    padding: 0 !important;
  }

  .cont .page4 .w1440 {
    display: none;
  }

  .cont .page4 .txt {
    position: absolute;
    left: 50%;
    top: 10%;
    transform: translateX(-50%);
    width: 90%;
  }

  .cont .page4 .txt .btn_box a {
    margin-top: 15px;
  }

  .cont .page3 ul li .txt .txt_t {
    margin-bottom: 10px;
  }

  .cont .page3 ul li .txt a {
    display: inline-block;
  }

  .cont .page3 ul li:nth-child(3) .txt .txt_t {
    margin-bottom: 0px;
  }
}

@media screen and (max-width: 700px) {
  .cont .page1 {
    height: 380px;
  }
}

/* ie10 */
.ie10 .cont .page1 .index_banner .swiper-pagination {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
}

.ie10 .cont .page1 .index_banner .swiper-slide .img {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
}

.ie10 .cont .page1 .trends .w1440 {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
}

.ie10 .cont .page3 .h_top {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
}

.ie10 .cont .page3 ul {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
}

.ie10 .cont .page3 ul li:nth-child(3) .txt {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
}

.ie10 .cont .page4 .txt u {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
}

.ie10 .cont .page4 .txt .btn_box {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
}

.ie10 .cont .page5 .h_top {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
}

.ie10 .cont .page5 ul {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
}

.ie10 .cont .page6 .txt ul {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
}

.ie10 .cont .page1 .index_banner .swiper-pagination {
  -ms-flex-direction: column;
  flex-direction: column;
}

.ie10 .cont .page3 ul li:nth-child(3) .txt {
  -ms-flex-direction: column;
  flex-direction: column;
}

.ie10 .cont .page4 .txt .btn_box {
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.ie10 .cont .page1 .index_banner .swiper-pagination {
  -ms-flex-pack: center;
  justify-content: center;
}

.ie10 .cont .page1 .index_banner .swiper-slide .img {
  -ms-flex-pack: center;
  justify-content: center;
}

.ie10 .cont .page1 .trends .w1440 {
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.ie10 .cont .page3 .h_top {
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.ie10 .cont .page3 ul {
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.ie10 .cont .page3 ul li:nth-child(3) .txt {
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.ie10 .cont .page4 .txt .btn_box {
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.ie10 .cont .page5 .h_top {
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.ie10 .cont .page5 ul {
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.ie10 .cont .page6 .txt ul {
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.ie10 .cont .page1 .index_banner .swiper-slide .img {
  -ms-flex-align: center;
  align-items: center;
}

.ie10 .cont .page3 .h_top {
  -ms-flex-align: center;
  align-items: center;
}

.ie10 .cont .page3 ul li:nth-child(3) .txt {
  -ms-flex-align: start;
  align-items: flex-start;
}

.ie10 .cont .page3 ul li:hover .txt {
  -ms-flex-align: center;
  align-items: center;
}

.ie10 .cont .page3 ul li:nth-child(3):hover .txt {
  -ms-flex-align: start;
  align-items: flex-start;
}

.ie10 .cont .page4 .txt .btn_box {
  -ms-flex-align: center;
  align-items: center;
}

.ie10 .cont .page5 .h_top {
  -ms-flex-align: center;
  align-items: center;
}

.ie10 .cont .page1 .index_banner .swiper-pagination {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
}

.ie10 .cont .page3 ul {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .ie10 .cont .page5 ul {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
  }
}
