.con1 .leftBox {
  float: left;
  width: 32.25rem;
  margin-left: 30rem
}

.con1 .leftBox h3 {
  font-weight: 400;
  font-size: 4rem;
  line-height: 5.0833rem;
  margin-top: 10.8333rem;
  margin-bottom: 1.5rem
}

.con1 .leftBox p {
  font-weight: 400;
  font-size: 1.6667rem;
  line-height: 2.0833rem;
  color: #666
}

.swiper-pagination-bullet-active {
    background: #28bca0;
}
.con1 .leftBox .btn {
    width: 8.8433rem;
    height: 4rem;
    background: #fff;
    border-radius: .5rem;
    border: 1px solid #28bca0;
    color: #28bca0;
    font-size: 1.3333rem;
    text-align: center;
    line-height: 4rem;
    margin-top: 1rem;
    cursor: pointer;

}
    .con1 .leftBox .btn:hover {
        background: #28bca0;
        color: #fff;

    }

.con1 .rightBox {
  float: right;
  margin-right: 30rem
}

.con1 .rightBox .imgBox {
  width: 62.5rem;
  height: 43.3333rem
}

.con1 .rightBox .imgBox img {
  width: 100%;
  height: 100%
}

.con1 .rightBox .img1 {
  width: 71rem;
  height: 43.3333rem;
  margin-right: -10rem
}

.con1 .rightBox .img2 {
  width: 46.1667rem;
  height: 29.5rem;
  margin: 5.8333rem 0
}

.con1 .rightBox .img3 {
  width: 74.0833rem;
  height: 43.3333rem;
  margin-right: -10rem
}

.con2 {
  padding-top: 5rem;
  padding-bottom: 3.4167rem;
  padding-left: 7.8333rem;
  padding-right: 10.8333rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#B1F0DD), color-stop(105.48%, rgba(237, 250, 246, 0.1)));
  background: linear-gradient(180deg, #B1F0DD 0%, rgba(237, 250, 246, 0.1) 105.48%)
}

.con2 .title {
  text-align: center;
  font-size: 2.8333rem;
  color: #333
}

.con2 .title p {
  display: inline;
  padding-bottom: 1rem;
  border-bottom: .3333rem solid #28bca0
}

.con2 .container>.flexBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 2rem
}

.con2 .container>.flexBox .leftBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 55.75rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.con2 .container>.flexBox .leftBox .item {
  width: 17.8333rem;
  height: 17.75rem;
  background: #fff;
  -webkit-box-shadow: 0px .1667rem 2.0833rem rgba(72, 191, 132, .1);
  box-shadow: 0px .1667rem 2.0833rem rgba(72, 191, 132, .1);
  border-radius: .8333rem;
  padding: 1.5rem 1.6667rem
}
    .con2 .container > .flexBox .leftBox .item:hover {
        background-color: #f6f7fc;
    }
    .con2 .container > .flexBox .leftBox .item .head {
        font-size: 1.6667rem;
        color: #333;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-bottom: 1.3333rem;
        border-bottom: 1px solid #eee;
        margin-bottom: 1.1667rem
    }

.con2 .container>.flexBox .leftBox .item .head img {
  width: 3.3333rem;
  height: 3.3333rem;
  margin-right: .6667rem
}

.con2 .container>.flexBox .leftBox .item p {
  font-size: 1.1667rem;
  line-height: 1.5rem;
  color: #777
}

.con2 .container>.flexBox .rightBox img {
  width: 38.5rem;
  height: 31.4167rem
}

.con3 {
  margin-top: 5rem;
  padding-left: 7.8333rem;
  padding-right: 10rem
}

.con3 .title {
  text-align: center;
  font-size: 2.8333rem;
  color: #333
}

.con3 .title p {
  display: inline;
  padding-bottom: 1rem;
  border-bottom: .3333rem solid #28bca0
}

.con3 .letitle {
  text-align: center;
  margin-top: 2.3333rem;
  font-size: 1.6667rem;
  color: #666
}

.con3 .flexBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 6.25rem
}

.con3 .flexBox .leftBox {
  width: 26.4167rem;
  font-size: 1.1667rem;
  line-height: 2rem;
  color: #777
}

.con3 .flexBox .leftBox h3 {
  color: #333;
  font-size: 2.1667rem;
  line-height: 2.75rem;
  margin-bottom: 1rem;
  font-weight: 400
}

.con3 .flexBox .rightBox img {
  width: 41.6rem;
  height: 29.8333rem
}

.con4 {
  background: #f8faff
}

.con4 .container {
  padding: 6.6667rem 6.25rem 6.0833rem
}

.con4 .flexBox {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.con4 .leftBox img {
  width: 52.5rem;
  height: 25rem
}

.con4 .rightBox {
  width: 25.8333rem;
  font-size: 1.1667rem;
  line-height: 2rem;
  color: #777
}

.con4 .rightBox h3 {
  color: #333;
  font-size: 2.1667rem;
  line-height: 2.75rem;
  margin-bottom: 1rem;
  font-weight: 400
}

.con5 .flexBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 7.5rem;
  padding-top: 7.5rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-left: 7.9167rem;
  padding-right: 5.4167rem
}

.con5 .leftBox {
  width: 26.4167rem
}

.con5 .leftBox h3 {
  font-size: 2.1667rem;
  color: #333;
  margin-bottom: 1rem;
  line-height: 2.75rem;
  font-weight: 400
}

.con5 .leftBox p {
  font-size: 1.1667rem;
  line-height: 2rem;
  color: #777
}

.con5 .rightBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.con5 .rightBox>img {
  width: 26.25rem;
  height: 19.25rem;
  margin-right: 2.0833rem
}

.con5 .rightBox .infoBox {
  width: 24.4167rem
}

.con5 .rightBox .infoBox .item {
  margin-bottom: 4rem
}

.con5 .rightBox .infoBox .item:last-child {
  margin-bottom: 0
}

.con5 .rightBox .infoBox .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.6667rem;
  color: #333;
  margin-bottom: 1rem
}

.con5 .rightBox .infoBox .head img {
  width: 2rem;
  height: 2rem;
  margin-right: .5rem
}

.con5 .rightBox .infoBox p {
  color: #777;
  font-size: 1.1667rem;
  line-height: 2rem
}

.con6 {
  padding: 6.4167rem 0;
  background-color: #f8faff
}

.con6 .flexBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 5rem
}

.con6 .leftBox img {
  width: 39rem;
  height: 24.8333rem
}

.con6 .rightBox {
  width: 26.25rem
}

.con6 .rightBox h3 {
  font-size: 2.1667rem;
  color: #333;
  line-height: 2.75rem;
  margin-bottom: 1rem;
  font-weight: 400
}

.con6 .rightBox p {
  color: #777;
  font-size: 1.1667rem;
  line-height: 2rem
}

.con7 {
  padding-top: 8.5rem;
  padding-bottom: 6.25rem
}

.con7 .leftBox {
  width: 26.4167rem;
  margin-top: 4.5rem
}

.con7 .leftBox h3 {
  font-size: 2.1667rem;
  color: #333;
  line-height: 2.75rem;
  margin-bottom: 1rem;
  font-weight: 400
}

.con7 .leftBox p {
  color: #777;
  font-size: 1.1667rem;
  line-height: 2rem
}

.con7 .ulList {
  float: right
}

.con7 .imgBox {
  float: left
}

.con7 .rightBox {
  display: inline-block
}

.con7 .rightBox img {
  width: 30.5rem;
  height: 17.75rem;
  margin-right: .25rem;
  margin-top: 2.0833rem
}

.con7 .rightBox ul {
  float: left;
  width: 12.25rem;
  height: 22.9167rem;
  margin-left: 1rem;
  -webkit-box-shadow: 0px .1667rem 2.0833rem rgba(72, 191, 132, .15);
  box-shadow: 0px .1667rem 2.0833rem rgba(72, 191, 132, .15);
  border-radius: .6667rem;
  padding: 0 .5833rem
}

.con7 .rightBox ul li {
  text-align: center;
  margin-bottom: 1.5rem;
  color: #777;
  font-size: 1.1667rem
}

.con7 .rightBox ul .head {
  color: #333;
  font-size: 1.6667rem;
  border-bottom: 1px solid #e7e7e7;
  height: 4.75rem;
  line-height: 4.75rem
}

.con8 {
  background: #f8faff;
  padding-top: 6.5833rem;
  padding-bottom: 5.8333rem
}

.con8 .title {
  text-align: center;
  font-size: 2.8333rem;
  margin-bottom: 5.8333rem;
  color: #333
}

.con8 .title p {
  display: inline;
  padding-bottom: 1rem;
  border-bottom: .3333rem solid #28bca0
}

.con8 .btnBox {
  width: 10.5rem;
  height: 3.9167rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  color: #28bca0;
  font-size: 1.6667rem;
  border: 1px solid #28bca0;
  border-radius: 3rem;
  margin: 0 auto;
  margin-top: 5.5833rem
}
    .con8 .btnBox:hover {
        color: #fff;
        background: #28bca0;
    }

.con8 .btnBox a {
  color: inherit;
  text-decoration: none
}

.con8 .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.con8 .container .item {
  width: 29.3333rem;
  height: 31.4167rem;
  background-color: #fff;
  -webkit-box-shadow: 0px .1667rem 2.0833rem rgba(72, 191, 132, .15);
  box-shadow: 0px .1667rem 2.0833rem rgba(72, 191, 132, .15);
  border-radius: 1.25rem;
  padding: 2.5rem 2.3333rem;
  overflow:hidden;
  display:flex;
  flex-direction:column;
}

.con8 .container .item a {
  color: inherit;
  text-decoration: none;
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.con8 .container .item .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.6667rem;
  color: #333
}

.con8 .container .item .head>img {
  width: 3.4167rem;
  height: 3.4167rem;
  margin-right: 1rem
}

.con8 .container .item .head .btn {
  margin-left: auto;
  font-size: 1.1667rem;
  color: #999;
  cursor: pointer
}
.con8 .container .item .head .btn a{
  display: inline;
}
.con8 .container .item .head .btn img {
  width: .75rem;
  height: .9167rem;
  margin-left: .25rem
}

.articleBox{
    flex:1;
    overflow:hidden;
}
    .articleBox  .swiper-wrapper {
        transition-timing-function: linear !important;
    }

.con8 .container .item .article::after {
    content: '';
    width: 100%;
    height: 1px;
    background: #e7e7e7;
    margin-top: 2rem;
    display: block;
}

  

.con8 .container .item .article p {
  font-size: 1.3333rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: #333;
  padding-bottom: 1.3333rem;
  cursor: pointer;
  padding-top: 1.1667rem
}

.con8 .container .item .article p:hover {
  text-decoration: underline
}

.con8 .container .item .article span {
  display: block;
  width: 100%;
  cursor: pointer;
  margin-bottom: 1.0833rem
}

.con8 .container .item .article span a {
  color: #777;
  line-height: 1.2;
  font-size: 1.1667rem;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: pre-wrap;
}

.con8 .container .item .article span:hover {
  text-decoration: underline
}

.con8 .container .item .article .time {
  font-size: 1rem;
  color: #999
}

.con9 {
  height: 45.1667rem;
  background: url(../img/con9_bg.png) no-repeat top center;
  background-size: cover;
  padding-top: 6.6667rem
}

.con9 .title {
  text-align: center;
  font-size: 2.8333rem;
  margin-bottom: 5.8333rem;
  color: #fff
}

.con9 .title p {
  display: inline;
  padding-bottom: 1rem;
  border-bottom: .3333rem solid #28bca0
}

.con9 .flexBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.con9 .flexBox .item {
  width: 23.5833rem;
  height: 22.6667rem;
  background: #fff;
  -webkit-box-shadow: 0px .1667rem 2.0833rem rgba(72, 191, 132, .1);
  box-shadow: 0px .1667rem 2.0833rem rgba(72, 191, 132, .1);
  border-radius: .8333rem;
  text-align: center;
  padding: 0 1.5833rem
}
    .con9 .flexBox .item:hover img {
       
        animation-name: flip;
        animation-duration:.5s;
    }
    .con9 .flexBox .item img {
        width: 7.3333rem;
        height: 7.3333rem;
        margin-top: 3.75rem;
        margin-bottom: 2rem
    }

.con9 .flexBox .item p {
  color: #333;
  font-size: 1.6667rem;
  margin-bottom: 1rem
}

.con9 .flexBox .item span {
  display: block;
  color: #777;
  font-size: 1.1667rem;
  line-height: 1.5rem;
  text-align: left
}

@media(max-width: 1440px) {
  .fixedRight ul li {
    width: 6.8333rem;
    height: 6.8333rem
  }
    .con4 .leftBox img {
        width: 55.5rem;
        height: 28rem;
    }
    .con3 .flexBox .rightBox img {
        width: 43.6rem;
        height: 31.8333rem;
    }
    .footer ul li {
        margin-right: 5rem
    }

  .con1 .rightBox {
    margin-right: 28rem
  }

  .con1 .leftBox {
    margin-left: 28rem
  }

  .con2 .container>.flexBox .leftBox .item p {
    line-height: 1.2
  }

  .con6 .rightBox p {
    line-height: 1.2
  }

  .con7 .leftBox p {
    line-height: 1.2
  }

  .con9 .flexBox .item span {
    line-height: 1.2
  }
}

@media(max-width: 1280px) {
  .con2 .container>.flexBox .leftBox .item {
    height: 19.75rem
  }

  .con8 .container .item {
    height: 35.5rem
  }

  .con9 .flexBox .item {
    height: 24.5rem
  }

  .container {
    max-width: 110rem
  }
}

@media(max-width: 1024px)and (min-width: 851px) {
  .con2 .container>.flexBox .leftBox {
    width: 65rem
  }

  .con2 .container>.flexBox .leftBox .item {
    width: 21rem;
    height: 25rem
  }

  .con3 .flexBox .leftBox {
    line-height: 1.2
  }

  .con4 .rightBox {
    line-height: 1.2;
    width: 28.8333rem
  }

  .con5 .leftBox {
    width: 33.4167rem
  }

  .con6 .rightBox {
    width: 29.25rem
  }

  .con5 .leftBox p {
    line-height: 1.2
  }

  .con5 .rightBox .infoBox p {
    line-height: 1.2
  }

  .con7 .rightBox ul {
    width: 14.25rem;
    height: 26.9167rem
  }

  .con8 .container .item {
    width: 33.3333rem;
    height: 41.5rem
  }

  .con8 .container .item .article span {
    line-height: 1.2
  }

  .con8 .btnBox {
    width: 15.5rem;
    height: 5.9167rem
  }

  .con9 .flexBox .item {
    width: 24.5833rem;
    height: 26.6667rem
  }

  .footer .leftBox {
    float: none;
    text-align: center;
    margin-bottom: 2rem
  }

  .footer .leftBox ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }

  .footer .leftBox p {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }

  .footer .rightBox {
    float: none;
    margin: 0 auto;
    text-align: center
  }

  .fixedRight ul li {
    width: 8.8333rem;
    height: 8.8333rem
  }

  .fixedRight ul .qrcode .qrcodeBox .imgBox {
    width: 13.333rem;
    padding-top: 4rem;
    margin-left: 1.83333rem
  }

  .fixedRight ul .qrcode .qrcodeBox img {
    width: 9rem;
    height: 9rem
  }

  .topNav .concat .phone {
    height: 6.9rem;
    bottom: -7.3rem;
    display: none;
    left: -6.8rem;
    width: 16.0833rem
  }

  .topNav .topBtn {
    width: 9.6rem
  }

  .fixedRight ul .phone .phoneBox {
    width: 17.25rem;
    height: 5.5rem;
    left: -17.25rem;
    line-height: 5.5rem
  }

  .fixedRight ul .qrcode .qrcodeBox {
    left: -18.4167rem;
    top: -12.6667rem;
    width: 18.4167rem;
    height: 18.9167rem
  }
}

@media(max-width: 850px) {
  body {
    padding-top: 3.8333rem
  }

  .mack {
    width: 100vw;
    height: calc(100vh - 3.8333rem);
    position: fixed;
    top: 3.8333rem;
    display: none;
    left: 0;
    background-color: rgba(0, 0, 0, .3)
  }

  .topNav .navList {
    position: fixed;
    right: -13rem;
    display: block;
    top: 3.8333rem;
    height: 100vh;
    margin-left: 0;
    background-color: #fff;
    z-index: 99;
    -webkit-transition: .5s;
    transition: .5s
  }

  .topNav .navList .navItem {
    height: 4rem;
    text-align: center;
    margin-right: 0;
    width: 13rem;
    line-height: 4rem;
    background-color: #fff
  }

  .topNav .concat {
    display: none
  }

  .topNav .topBtn {
    display: none
  }

  .container {
    max-width: 100%;
    padding: 0 1rem
  }

  .con1 .rightBox .img2 {
    margin-top: 0;
    margin-bottom: 0
  }

  .con1 .rightBox {
    float: none;
    margin-left: 0;
    margin-right: 0
  }

  .con1 .leftBox {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-left: 0
  }

  .con1 .rightBox .imgBox {
    width: 100%;
    height: 21rem
  }

  .con1 .rightBox .imgBox.img1 {
    margin-right: 0
  }

  .con1 .rightBox .imgBox.img3 {
    margin-right: 0
  }

  .con1 .rightBox .imgBox.img2 {
    margin: 0 4rem;
    width: auto;
    padding-top: 6rem
  }

  .con1 .leftBox h3 {
    margin-top: 0;
    font-size: 2.1667rem;
    margin-bottom: 0;
    text-align: center
  }

  .con1 .leftBox p {
    font-size: 1.3333rem;
    text-align: center;
    padding: 0 1rem
  }

  .con1 .leftBox .btn {
    width: 9rem;
    margin: 2.5rem auto 3rem;
    height: 2.9167rem;
    line-height: 2.9167rem
  }

  .con2 {
    padding-left: 0;
    padding-right: 0;
    padding-top: 3rem;
    padding-bottom: .5rem
  }

  .con2 .title {
    font-size: 1.8333rem;
    margin-bottom: 3.5rem
  }

  .con2 .container>.flexBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
  }

  .con2 .container>.flexBox .rightBox img {
    width: 100%;
    display: block;
    height: auto
  }

  .con2 .container>.flexBox .leftBox {
    display: block;
    width: 100%;
    padding: 0 3rem
  }

  .con2 .container>.flexBox .leftBox .item .head {
    font-size: 1.3333rem
  }

  .con2 .container>.flexBox .leftBox .item {
    width: 100%;
    margin-bottom: 1rem;
    height: 16.75rem
  }

  .con2 .container>.flexBox .leftBox .item p {
    font-size: 1.1667rem;
    line-height: 2
  }

  .con3 {
    margin-top: 3rem !important
  }

  .con3 .flexBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin-top: 0
  }

  .con3 .flexBox .rightBox img {
    width: 100%;
    height: 21.8333rem
  }

  .con3 .title {
    font-size: 1.8333rem
  }

  .con3 .letitle {
    font-size: 1.1667rem;
    text-align: left;
    padding: 0 1.5rem
  }

  .con3 .flexBox .leftBox {
    text-align: center;
    margin-bottom: 1.5rem;
    width: 100%
  }

  .con3 .flexBox .leftBox p {
    text-align: left;
    padding: 0 1.5rem
  }

  .con3 .flexBox .leftBox h3 {
    text-align: center;
    font-size: 2rem;
    font-weight: 400;
    margin-top: 3rem;
    margin-bottom: 2rem
  }

  .con4 .container {
    padding: 1.5rem 1rem 3rem
  }

  .con4 .flexBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
  }

  .con4 .leftBox img {
    width: 100%;
    height: 15rem;
    margin-top: 3rem
  }

  .con4 .rightBox {
    width: 100%;
    text-align: center
  }

  .con4 .rightBox p {
    text-align: left;
    padding: 0 1.5rem
  }

  .con4 .rightBox h3 {
    text-align: center;
    margin-top: 1.5rem;
    font-size: 2rem;
    margin-bottom: 2rem
  }

  .con5 {
    padding-top: 1.5rem
  }

  .con5 .flexBox {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
  }

  .con5 .rightBox {
    display: block
  }

  .con5 .rightBox>img {
    width: 100%;
    height: 21.6167rem;
    margin-right: 0
  }

  .con5 .rightBox .infoBox {
    width: 100%;
    margin-top: 1.5rem;
    display: none
  }

  .con5 .rightBox .infoBox .item {
    margin-bottom: 1.5rem
  }

  .con5 .leftBox {
    width: 100%
  }

  .con5 .leftBox h3 {
    text-align: center;
    margin-top: 1.5rem;
    font-size: 2rem;
    font-weight: 400;
    margin-bottom: 2rem
  }

  .con5 .leftBox p {
    text-align: left;
    margin-bottom: 3rem;
    padding: 0 1.5rem
  }

  .con5 .rightBox .infoBox .head {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem
  }

  .con6 {
    padding: 3rem 0
  }

  .con6 .flexBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    padding-right: 0
  }

  .con6 .leftBox img {
    width: 100%;
    height: 19.05rem
  }

  .con6 .rightBox h3 {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 2rem;
    font-weight: 400
  }

  .con6 .rightBox {
    width: 100%
  }

  .con6 .rightBox p {
    text-align: left;
    margin-bottom: 3rem;
    padding: 0 1.5rem
  }

  .con7 {
    padding-bottom: 3rem
  }

  .con7 .flexBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
  }

  .con7 .rightBox ul {
    width: 8.5rem;
    margin-left: 0
  }

  .con7 .imgBox {
    float: none
  }

  .con7 .leftBox {
    width: 100%;
    padding-bottom: 3rem;
    margin-top: 3rem
  }

  .con7 .ulList {
    float: none;
    margin-top: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }

  .con7 .rightBox img {
    width: 100%;
    height: 17rem;
    margin-top: 0
  }

  .con7 .leftBox h3 {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 2rem;
    font-weight: 400
  }

  .con7 .leftBox p {
    text-align: left;
    padding: 0 1.5rem
  }

  .con8 .container {
    display: block
  }

  .con8 {
    padding-top: 3rem;
    padding-bottom: 3rem
  }

  .con8 .title {
    font-size: 2rem;
    margin-bottom: 3rem
  }

  .con8 .container .item {
    width: 100%;
    height: 30rem;
    margin-bottom: 1.5rem
  }

  .con8 .btnBox {
    width: 9rem;
    margin-top: 3rem;
    font-size: 1.3333rem;
    height: 2.9167rem
  }

  .con9 {
    height: auto;
    padding-top: 3rem;
    padding-bottom: 3rem
  }

  .con9 .title {
    font-size: 1.8333rem;
    margin-bottom: 3rem
  }

  .con9 .title p {
    padding-bottom: .5rem
  }

  .con9 .flexBox {
    display: block
  }

  .con9 .flexBox .item {
    margin: 0 auto;
    margin-bottom: 1.5rem;
    height: 22rem
  }

  .footer ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 1.5rem
  }

  .footer ul::after {
    display: none
  }

  .footer ul li {
    margin-right: 0
  }

  .copyright {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }

  .footer .leftBox .beian {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }

  .footer .leftBox .beian span {
    margin-right: 0
  }

  .footer .rightBox {
    text-align: center;
    margin-top: 1rem
  }

  .footer .qrcode {
    margin-right: 0
  }

  .fixedRight ul li {
    width: 5rem;
    height: 5rem
  }
}