html,
body {
  position: relative;
  height: 100%;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

.fontBig {
  color: #fff;
  font-size: 67px;
}

.fontSmall {
  color: #fff;
  font-size: 54px;
  padding-top: 40px;
}

body {
  background: #eee;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #000;
  margin: 0;
  padding: 0;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-pagination-bullet {
  background-color: white;
  opacity: .4;
}

.swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
}

@media (min-width: 768px) {

  html,
  body {
    min-width: 1200px;
  }

  .mbMap {
    display: none;
  }

  .section1_mb {
    display: none;
  }

  .mb_navbar,
  .button_box {
    display: none;
  }

  .next {
    display: none;
  }

  .page2_imgBoxMb {
    display: none;
  }

  .swiper-container .swiper-button-hidden {
    display: block;
    cursor: pointer;
  }

  .swiper-button-next,
  .swiper-container-rtl .swiper-button-prev {
    background: url('https://img.qiaomizi.vip/zq/right.png') no-repeat center center;
    width: 82px;
    height: 92px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
  }

  .swiper-button-prev,
  .swiper-container-rtl .swiper-button-next {
    background: url('https://img.qiaomizi.vip/zq/left.png') no-repeat center center;
    width: 82px;
    height: 92px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
  }

  .section1 {
    width: 100%;
    height: 100%;
    background: url(https://img.qiaomizi.vip/zq/bg1.jpg) no-repeat center center;
    background-size: cover;
  }

  .section2 {
    width: 100%;
    height: 100%;
    background: url(https://img.qiaomizi.vip/zq/bg2.jpg) no-repeat center center;
    background-size: cover;
  }

  .section3 {
    width: 100%;
    height: 100%;
    background: url(https://img.qiaomizi.vip/zq/bg3.jpg) no-repeat center center;
    background-size: cover;
  }

  .section4 {
    width: 100%;
    height: 100%;
    background: url(https://img.qiaomizi.vip/zq/bg4.jpg) no-repeat center center;
    background-size: cover;
  }

  .section5 {
    width: 100%;
    height: 100%;
    background: url(https://img.qiaomizi.vip/zq/bg5.jpg) no-repeat center center;
    background-size: cover;
  }

  .section6 {
    width: 100%;
    height: 100%;
    background: url(https://img.qiaomizi.vip/zq/bg6.jpg) no-repeat center center;
    background-size: cover;
  }

  .section7 {
    width: 100%;
    height: 100%;
    background: url(https://img.qiaomizi.vip/zq/bg7.jpg) no-repeat center center;
    background-size: cover;
  }

  /* 瀵艰埅 */
  .pc_navbar {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    padding: 35px 60px;
    overflow: hidden;
    box-sizing: border-box;
  }

  .pc_navbar .pc_logo {
    float: left;
    width: 490px;
    height: 50px;
  }

  .pc_navbar .pc_logo img {
    width: 489px;
    height: 50px;
  }

  .pc_tab {
    margin-left: 170px;
    overflow: hidden;
    z-index: 20;
  }

  .pc_tab .box {
    float: right;
    width: 110px;
    margin-left: 20px;
    color: white;
    border: 1px solid #fff;
    border-radius: 18px;
    cursor: pointer;
  }

  .pc_tab .box .qrCode {
    display: none;
    vertical-align: center;
    width: 85px;
    height: 85px;
    margin: 0 auto;
    margin-top: 6px;
    margin-bottom: 10px;
    border-radius: 9px;
  }

  .icon {
    height: 36px;
    text-align: center;
    vertical-align: middle;
  }

  .icon span {
    line-height: 36px;
  }

  .iconImg {
    width: 20px;
    height: 20px;
    margin-right: 5px;
    vertical-align: middle;
  }

  /* 绗竴灞� */
  .container {
    padding: 110px 0 0 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
  }

  .section1_main_left {
    position: relative;
    float: left;
    width: 60%;
    top: 6%;
    height: 100%;
  }

  .section1_main_left .phoneImg {
    background: url('https://img.qiaomizi.vip/zq/phoneImg.png') no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 100%;
    width: 40%;
    margin: 0 auto;
  }

  .section1_main_right {
    position: relative;
    float: left;
    width: 60%;
    height: 100%;
    z-index: 10;
    padding-left: 10%;
  }

  .section1_main_right .title {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-90%);
    transform: translateY(-90%);
  }

  .section1_main_right .title p:nth-child(1) {
    color: #fff;
    font-size: 48px;
    text-align: left;
  }

  .section1_main_right .title p:nth-child(2) {
    color: #fff;
    font-size: 30px;
    padding-top: 24px;
    font-weight: 300;
  }

  .ani_img1 {
    position: absolute;
    top: 0;
    right: 0;
    background: url('https://img.qiaomizi.vip/zq/ani_img1.png') no-repeat;
    height: 94%;
    width: 60%;
    background-size: 100% 100%;
  }

  .ani_img2 {
    position: absolute;
    bottom: 0;
    left: 0;
    background: url('https://img.qiaomizi.vip/zq/ani_img2.png') no-repeat;
    width: 103%;
    height: 45%;
    background-size: 100% 100%;
  }

  .section2_main_left {
    position: absolute;
    left: 15%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: left;
    width: 32.2%;
  }

  .section2_main_right {
    position: absolute;
    width: 50%;
    height: 100%;
    right: 10%;
  }

  /* 绗簩灞� */
  .section2 .section2_main_left {
    position: absolute;
    left: initial;
    right: 10%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: left;
    width: 32.2%;
  }

  .section2_main_left .txtBig {
    font-size: 48px;
    color: #fff;
    padding-bottom: 30px;
  }

  .section2_main_left .txtSmall {
    font-size: 24px;
    color: #fff;
    font-weight: 300;
    padding-bottom: 24px;
    line-height: 1.8;
  }

  .container2 {
    position: relative;
    margin-top: 110px;
    height: calc(100% - 110px);
  }

  .section2 .section2_main_right {
    position: absolute;
    width: 60%;
    height: 100%;
    left: 15%;
    right: initial;
  }

  .section2_img1_box {
    z-index: 20;
    position: absolute;
    left: 50%;
    top: 52%;
    -webkit-transform: translate(-50%, -60%);
    transform: translate(-50%, -60%);
    width: 46%;
    height: 80%;
  }

  .section2_img1 {
    background: url('https://img.qiaomizi.vip/zq/section2_img1.png') no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 100%;
  }

  .section2_img3_box {
    z-index: 20;
    position: absolute;
    left: 20%;
    top: 52%;
    -webkit-transform: translate(-70%, -55%);
    transform: translate(-70%, -55%);
    width: 40%;
    height: 74%;
  }

  .section2_img3 {
    background: url('https://img.qiaomizi.vip/zq/section2_img2.png') no-repeat;
    background-size: 100% 100%;
    width: 94%;
    height: 94%;
  }

  .section2_img2_box {
    z-index: 22;
    position: absolute;
    left: 61%;
    top: 33%;
    -webkit-transform: translate(-30%, -55%);
    transform: translate(-30%, -55%);
    width: 42%;
    height: 10%;
  }

  .section2_img2 {
    background: url('https://img.qiaomizi.vip/zq/section2_img3.png') no-repeat;
    background-size: 100%;
    width: 100%;
    height: 100%;
  }

  .page2_imgBox {
    position: absolute;
    bottom: -4px;
    right: 0px;
    width: 60%;
    z-index: 30;
  }

  .page2_img {
    width: 100.8%;
  }

  /* 绗笁灞� */
  .section3_img1 {
    background: url('https://img.qiaomizi.vip/zq/section3_img6.png') no-repeat;
    background-size: 100%;
    width: 100%;
    height: 100%;
  }

  .section3_img2 {
    background: url('https://img.qiaomizi.vip/zq/section3_img5.png') no-repeat;
    background-size: 100%;
    width: 100%;
    height: 100%;
  }

  .section3_img3 {
    background: url('https://img.qiaomizi.vip/zq/section3_img4.png') no-repeat;
    background-size: 100%;
    width: 100%;
    height: 100%;
  }

  .section3_img4 {
    background: url('https://img.qiaomizi.vip/zq/section3_img2.png') no-repeat;
    background-size: 100%;
    width: 100%;
    height: 100%;
  }

  .section3_img5 {
    background: url('https://img.qiaomizi.vip/zq/section3_img2.png') no-repeat;
    background-size: 100%;
    width: 100%;
    height: 100%;
  }

  .section3_img6 {
    background: url('https://img.qiaomizi.vip/zq/section3_img1.png') no-repeat;
    background-size: 100%;
    width: 100%;
    height: 100%;
  }

  .section3_img1_box {
    position: absolute;
    top: 5%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 45%;
    height: 100%;
  }

  .section3_img2_box {
    position: absolute;
    top: 16.4%;
    left: 61%;
    -webkit-transform: translateX(-140%);
    transform: translateX(-140%);
    width: 34%;
    height: 60%;
  }

  .section3_img3_box {
    position: absolute;
    top: 30%;
    left: 88%;
    -webkit-transform: translateX(-90%);
    transform: translateX(-90%);
    width: 43%;
    height: 77%;
  }

  .section3_img4_box {
    position: absolute;
    top: 16%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 50%;
    height: 80%;
    z-index: 10;
  }

  .section3_img5_box {
    position: absolute;
    top: 26.4%;
    left: 50%;
    -webkit-transform: translateX(40%);
    transform: translateX(40%);
    width: 34%;
    height: 77%;
  }

  .section3_img6_box {
    position: absolute;
    top: 20%;
    left: 50%;
    opacity: .85;
    -webkit-transform: translateX(-10%);
    transform: translateX(-10%);
    width: 43%;
    height: 60%;
  }

  /* 绗洓灞� */
  .section4 .section2_main_left {
    width: 23.2%;
  }

  .section4 .section2_main_right {
    right: initial;
    left: 5%;
  }

  .section4 .section2_main_left {
    left: initial;
    right: 10%;
  }

  .section4_mb {
    display: none;
  }

  .section4_img1 {
    background: url('https://img.qiaomizi.vip/zq/section4_img1.png') no-repeat;
    background-size: 100%;
    width: 100%;
    height: 100%;
  }

  .section4_img2 {
    background: url('https://img.qiaomizi.vip/zq/section4_img2.png') no-repeat;
    background-size: 100%;
    width: 100%;
    height: 100%;
  }

  .section4_img3 {
    background: url('https://img.qiaomizi.vip/zq/section4_img3.png') no-repeat;
    background-size: 100%;
    width: 100%;
    height: 100%;
  }

  .section4_img4 {
    background: url('https://img.qiaomizi.vip/zq/section4_img4.png') no-repeat;
    background-size: 100%;
    width: 100%;
    height: 100%;
  }

  .section4_img5 {
    background: url('https://img.qiaomizi.vip/zq/section4_img5.png') no-repeat;
    background-size: 100%;
    width: 100%;
    height: 100%;
  }

  .section4_img6 {
    background: url('https://img.qiaomizi.vip/zq/section4_img6.png') no-repeat;
    background-size: 100%;
    width: 100%;
    height: 100%;
  }

  .section4_img7 {
    background: url('https://img.qiaomizi.vip/zq/section4_img7.png') no-repeat;
    background-size: 100%;
    width: 100%;
    height: 100%;
  }

  .section4_img1_box {
    z-index: 2;
    position: absolute;
    top: 2%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 50%;
    height: 100%;
  }

  .section4_img2_box {
    z-index: 1;
    position: absolute;
    top: 43%;
    left: 11%;
    width: 45%;
    height: 25%;
  }

  .section4_img3_box {
    z-index: 3;
    position: absolute;
    top: 37%;
    left: 46%;
    width: 45%;
    height: 25%;
  }

  .section4_img4_box {
    position: absolute;
    top: 14%;
    left: 42%;
    width: 45%;
    height: 22%;
  }

  .section4_img5_box {
    position: absolute;
    top: 52%;
    left: 40%;
    width: 45%;
    height: 25%;
  }

  .section4_img6_box {
    z-index: 2;
    position: absolute;
    top: 20%;
    left: 10%;
    width: 45%;
    height: 25%;
  }

  .section4_img7_box {
    z-index: 2;
    position: absolute;
    top: 60%;
    left: 13%;
    width: 40%;
    height: 25%;
  }

  .section4_img8_box {
    z-index: 1;
    position: absolute;
    top: 38%;
    left: 4%;
    width: 40%;
    height: 25%;
  }

  /* 绗簲灞� */
  .section5 .section2_main_left {
    width: 40%;
  }

  .section5_mb {
    display: none;
  }

  .section5 .section2_main_left p {
    line-height: 1.8;
  }

  .section5_logo {
    width: 30%;
  }

  .section2_img1_box {
    z-index: 20;
    position: absolute;
    left: 50%;
    top: 52%;
    -webkit-transform: translate(-50%, -60%);
    transform: translate(-50%, -60%);
    width: 46%;
    height: 80%;
  }


  .statement {
    width: 85px;
    height: 34px;
    border: 1px solid #d23e1e;
    line-height: 34px;
    border-radius: 17px;
    font-size: 14px;
    color: #d23e1e;
    text-align: center;
    margin-top: 15px;
    cursor: pointer;
  }

  .dialog_box {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .7);
    width: 100%;
    height: 100%;
    z-index: 100;
  }

  .dialog {
    position: relative;
    background: #ffffff;
    border-radius: 10px;
    padding: 0 20px;
    width: 50%;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
  }

  .dialog_title {
    padding: 20px 0;
    font-weight: 700;
    font-size: 21px;
    color: #333333;
    text-align: center;
  }

  .dialog_main {
    padding: 15px;
    background: #f8f8f8;
    border-radius: 10px;
  }

  .close {
    position: absolute;
    width: 25px;
    height: 25px;
    right: 20px;
    top: 20px;
    cursor: pointer;
  }

  .dialog_main p {
    color: #505050;
    font-size: 14px;
    line-height: 1.8;
  }

  .dialog .wenzi {
    text-align: center;
    color: #ababab;
    font-size: 10px;
    padding: 10px;
  }

  .section5 .section2_main_right {
    right: 0;
  }


  .section5 .section5_img1_box {
    z-index: 20;
    position: absolute;
    left: 36%;
    top: 66%;
    -webkit-transform: translate(-50%, -60%);
    transform: translate(-50%, -60%);
    width: 46%;
    height: 80%;
  }

  .section5 .section5_img1 {
    background: url('https://img.qiaomizi.vip/zq/section5_img1.png') no-repeat;
    background-size: 100% 100%;
    width: 94%;
    height: 94%;
  }

  .section5 .section5_img2_box {
    z-index: 20;
    position: absolute;
    left: 70%;
    top: 46%;
    -webkit-transform: translate(-50%, -60%);
    transform: translate(-50%, -60%);
    width: 46%;
    height: 80%;
  }

  .section5 .section5_img2 {
    background: url('https://img.qiaomizi.vip/zq/section5_img2.png') no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 100%;
  }


  /* 绗叚灞� */
  .section6 .section2_main_left .txtSmall {
    line-height: 1.2;
  }

  .section6 .section2_main_left ul li {
    height: 43px;
    line-height: 43px;
    padding: 0 18px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    color: #fff;
    cursor: pointer;
  }

  .section6 .section2_main_left ul li.cur {
    background-color: #fff;
    color: #15bf71;
  }

  .section6 .section2_main_right {
    background-color: #fff;
    width: 46%;
    height: 50%;
    top: 30%;
    border-radius: 15px;
    box-shadow: 10px 0 20px #999;
    text-align: left;
    padding: 28px 38px;
  }

  .section6 .section2_main_right>div {
    overflow-y: scroll;
    width: 100%;
    height: 100%;
    display: none;
  }

  .section6 .section2_main_right>div::-webkit-scrollbar {
    width: 10px;
    height: 10px;
    /**/
  }

  .section6 .section2_main_right>div::-webkit-scrollbar-thumb {
    background: #15bf71;
    border-radius: 3px;
  }


  .section6 .section2_main_right h3 {
    font-size: 20px;
  }

  .section6 .section2_main_right .times {
    margin-top: 12px;
  }

  .section6 .section2_main_right .txtContent {
    margin-top: 30px;
  }

  .section6 .txtSmall p {
    font-size: 19px;
    padding-bottom: 10px;
  }
  .section6 .section2_main_right>div.on{
    display: block;
  }
  .eight{
    display: none;
  }
  /* 绗竷灞� */
  .section7 .section2_main_left {
    width: 68%;
    height: 100%;
    top: 65%;
  }

  .section7 .title {
    height: 100%;
  }

  .section7 .title>div {
    height: 100%;
  }

  .section7 .section7_box {
    position: relative;
    height: 50%;
    width: 100%;
    background-color: #ffea00;
    box-shadow: 0 0 10px rgb(112, 112, 112);
  }

  .section7 .section7_box>div {
    width: 50%;
    position: absolute;
    left: 5%;
    top: 50%;
    transform: translateY(-50%);
    display: flex;

  }

  .section7 .section7_box .item {
    display: flex;
    text-align: center;

  }

  .section7 .section7_box .item:last-child {
    margin-left: 50px;
  }

  .section7 .section7_box .item div:last-child {
    margin-left: 15px;
  }

  .section7 .section7_box .item div:last-child p:last-child {
    margin-top: 10px;
  }

  .section7 .section7_main_right {
    width: 32%;
    /* height: 72%; */
    background-color: #fff;
    position: absolute;
    right: 14%;
    top: 2%;
    padding: 40px;
    text-align: left;
  }

  .section7 .section7_main_right .online-title {
    font-size: 34px;

  }

  .section7 .section7_main_right form {
    margin-top: 12px;
  }

  .section7 .section7_main_right form p {
    margin-top: 18px;

  }

 

  .section7 .section7_main_right label {
    display: block;
    font-weight: bold;
  }

  .section7 .section7_main_right input,
  .section7 .section7_main_right textarea {
    width: 100%;
    border: none;
    border-bottom: 1px solid #e1e1e1;
    outline: none;
    font-size: 20px;
    color: #d2d2d2;
    padding: 8px 0;
    resize: none;
  }

  .section7 form p:last-child {
    text-align: center;
  }

  .section7 input[type=submit] {
    width: 106px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    font-size: 14px;
    color: #fff;
    padding: 0;
    background-color: #15bf71;
    border-radius: 53px;
    cursor: pointer;
  }

  .section7 input::-webkit-input-placeholder,
  .section7 textarea::-webkit-input-placeholder {
    color: #d2d2d2;
    font-size: 20px;
  }

  .section7 input::-webkit-input-placeholder,
  .section7 textarea::-webkit-input-placeholder {
    color: #d2d2d2;
    font-size: 20px;
  }

  .section7 input::-webkit-input-placeholder,
  .section7 textarea::-webkit-input-placeholder {
    color: #d2d2d2;
    font-size: 20px;
  }

  .p2 {
    font-weight: 700;
    font-size: 24px;
  }

  .p1 {
    font-weight: 700;
    font-size: 24px;
  }

  .p3 {
    font-weight: 700;
    font-size: 24px;
  }

  .section6 .section4_img1_box {
    top: 25%;
  }

  .section6_map {
    background: url('https://img.qiaomizi.vip/zq/section6_map.png') no-repeat;
    background-size: 100%;
    width: 100%;
    height: 100%;
  }
}

@media screen and (max-width:1520px) {
  .section2_main_left .txtBig {
    font-size: 28px;
  }

  .section7 .section7_main_right .online-title {
    font-size: 22px;
  }
  .section7 .section7_main_right label{
    font-size: 14px;
  }
  .section7 .section7_main_right input, .section7 .section7_main_right textarea{
    font-size: 16px;
  }

  .section7 input::-webkit-input-placeholder,
  .section7 textarea::-webkit-input-placeholder {
    color: #d2d2d2;
    font-size: 16px;
  }

  .section7 input::-webkit-input-placeholder,
  .section7 textarea::-webkit-input-placeholder {
    color: #d2d2d2;
    font-size: 16px;
  }

  .section7 input::-webkit-input-placeholder,
  .section7 textarea::-webkit-input-placeholder {
    color: #d2d2d2;
    font-size: 16px;
  }
  .section7 input[type=submit]{
    font-size: 14px;
  }
  .section7 .section7_box .item:last-child{
    margin-left: 30px;
  }

  .section7 .section2_main_left {
    left: 10%;
  }

  .section7 .section7_main_right {
    padding: 20px;
    right: 8%;
  }

  .section7 .section7_box>div {
    left: 2%;
  }

  .section7 .section7_box {
    height: 55%;
  }
}

@media (max-width: 768px) {

  .swiper-container .swiper-button-hidden {
    display: none;
    cursor: pointer;
  }

  .section1 {
    width: 100%;
    height: 100%;
    background: url('https://img.qiaomizi.vip/zq/bg1.jpg') no-repeat center center;
  }

  .section2 {
    width: 100%;
    height: 100%;
    background: url('https://img.qiaomizi.vip/zq/bg2.jpg') no-repeat center center;
  }

  .section3 {
    width: 100%;
    height: 100%;
    background: url('https://img.qiaomizi.vip/zq/bg3.jpg') no-repeat center center;


  }

  .section4 {
    width: 100%;
    height: 100%;
    background: url('https://img.qiaomizi.vip/zq/bg4.jpg') no-repeat center center;
  }

  .section5 {
    width: 100%;
    height: 100%;
    background: url('https://img.qiaomizi.vip/zq/bg5.jpg') no-repeat center center;
  }

  .section6 {
    width: 100%;
    height: 100%;
    background: url('https://img.qiaomizi.vip/zq/bg6.jpg') no-repeat center center;
  }

  .section7 {
    width: 100%;
    height: 100%;
    background: url('https://img.qiaomizi.vip/zq/bg7.jpg') no-repeat center center;
  }

  .pc_navbar {
    display: none;
  }

  .pcMap {
    display: none;
  }

  .section1_pc {
    display: none;
  }

  .next {
    width: .77rem;
    height: .71rem;
    position: fixed;
    bottom: .1rem;
    z-index: 10;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  @-webkit-keyframes ani {
    from {
      -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
      transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    }

    50% {
      -webkit-transform: translate3d(0, 2px, 0) scale3d(1.1, 1.1, 1);
      transform: translate3d(0, 2px, 0) scale3d(1.1, 1.1, 1);
    }

    to {
      -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
      transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    }
  }

  @keyframes ani {
    from {
      -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
      transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    }

    50% {
      -webkit-transform: translate3d(0, 2px, 0) scale3d(1.1, 1.1, 1);
      transform: translate3d(0, 2px, 0) scale3d(1.1, 1.1, 1);
    }

    to {
      -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
      transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    }
  }

  .next img {
    position: absolute;
    left: 0;
    top: 0;
    width: .77rem;
    height: .71rem;
    -webkit-animation: ani 1.2s linear 0s infinite;
    animation: ani 1.2s linear 0s infinite;
  }

  .button_box {
    position: fixed;
    z-index: 2;
    /* bottom: 1.04rem; */
    width: 2.61rem;
    height: .7rem;
    right: 50%;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
  }

  .button_box img {
    width: 100%;
  }

  .page2_imgBox {
    display: none;
  }

  .mb_logo {
    width: 4rem;
    float: left;
  }

  .mb_navbar {
    position: fixed;
    width: 100%;
    height: 1.54rem;
    z-index: 10;
    padding: .32rem .45rem 0 .45rem;
    overflow: hidden;
    box-sizing: border-box;
  }

  .mb_tab {
    float: right;
    width: 2.04rem;
    height: .56rem;
    border: 1px solid #fff;
    border-radius: .28rem;
  }

  .mb_tab img {
    width: 1.77rem;
    height: .42rem;
    display: block;
    margin: 0 auto;
    margin-top: .07rem;
  }

  .mb_logo img {
    width: 100%;
  }

  /* 绗竴灞� */
  .section1 .phoneImg {
    background: url('https://img.qiaomizi.vip/zq/phoneImg.png') no-repeat;
    background-size: 100%;
  }

  .section1 .title {
    margin-top: 1.96rem;
  }

  .section1 .title p:nth-child(1) {
    color: #fff;
    font-size: .54rem;
    padding-bottom: .32rem;
    font-weight: 700;
  }

  .section1 .title p:nth-child(2) {
    color: #fff;
    font-size: .43rem;
  }

  .section1 .phoneImg {
    width: 3.37rem;
    height: 6.58rem;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 4.34rem;
  }

  .section1 .mb_ani_img2 {
    background: url('https://img.qiaomizi.vip/zq/mobile/mb_ani_img2.png') no-repeat;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4rem;
    background-size: 100% 100%;
  }

  /* 绗簩灞� */
  .page2_imgBoxMb {
    position: absolute;
    bottom: -5px;
    right: 0px;
    width: 100%;
    z-index: 30;
  }

  .page2_imgMb {
    width: 100%;
  }

  .txtBig {
    color: #fff;
    font-size: .54rem;
    padding-bottom: .32rem;
    font-weight: 700;
  }

  .txtSmall {
    color: #fff;
    font-size: .3rem !important;
    padding-bottom: .21rem;
  }

  .section2 .txtBig {
    padding-bottom: .32rem;
    font-weight: 700;
  }

  .section2 .txtSmall {
    padding-bottom: .1rem;
  }

  .ly {
    font-size: .36rem !important;
    font-weight: 700;
  }

  .gy {
    font-size: .38rem !important;
    font-weight: 700;
  }

  .section2_main_left {
    position: absolute;
    top: 8.8rem;
    width: 100%;
    z-index: 40;
  }

  .section2 .section2_main_right {
    position: absolute;
    top: 1.5rem;
    width: 100%;
    height: 6.42rem;
  }

  .section2 .section2_img1_box {
    width: 4.0rem;
    height: 6.42rem;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .section2 .section2_img1 {
    background: url('https://img.qiaomizi.vip/zq/section2_img1.png') no-repeat;
    background-size: 100%;
    width: 100%;
    height: 100%;
  }

  .section2 .section2_img2_box {
    width: 4.04rem;
    height: 5.2rem;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-10%);
    transform: translateX(-10%);
    bottom: 6%;
    z-index: 2;
  }

  .section2 .section2_img2 {
    background: url('https://img.qiaomizi.vip/zq/section2_img3.png') no-repeat;
    background-size: 100%;
    width: 100%;
    height: 100%;
  }

  .section2 .section2_img3_box {
    width: 4.04rem;
    height: 5.2rem;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-90%);
    transform: translateX(-90%);
    bottom: 6%;
  }

  .section2 .section2_img3 {
    background: url('https://img.qiaomizi.vip/zq/section2_img2.png') no-repeat;
    background-size: 100%;
    width: 100%;
    height: 100%;
  }

  /* 绗笁灞� */
  .section3 .section2_main_right {
    position: absolute;
    top: 0.8rem;
    height: 5.81rem;
    width: 100%;
  }

  .section3_img1 {
    background: url('https://img.qiaomizi.vip/zq/section3_img6.png') no-repeat;
    background-size: 100%;
    width: 100%;
    height: 100%;
  }

  .section3_img2 {
    background: url('https://img.qiaomizi.vip/zq/section3_img5.png') no-repeat;
    background-size: 100%;
    width: 100%;
    height: 100%;
  }

  .section3_img3 {
    background: url('https://img.qiaomizi.vip/zq/section3_img4.png') no-repeat;
    background-size: 100%;
    width: 100%;
    height: 100%;
  }

  .section3_img4 {
    background: url('https://img.qiaomizi.vip/zq/section3_img4.png') no-repeat;
    background-size: 100%;
    width: 100%;
    height: 100%;
  }

  .section3_img5 {
    background: url('https://img.qiaomizi.vip/zq/section3_img6.png') no-repeat;
    background-size: 100%;
    width: 100%;
    height: 100%;
  }

  .section3_img6 {
    background: url('https://img.qiaomizi.vip/zq/section3_img5.jpg') no-repeat;
    background-size: 100%;
    width: 100%;
    height: 100%;
  }

  .section3_img1_box {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 3.88rem;
    height: 5.81rem;
  }

  .section3_img2_box {
    position: absolute;
    top: 1.25rem;
    left: 56%;
    -webkit-transform: translateX(-140%);
    transform: translateX(-140%);
    width: 2.4rem;
    height: 2.14rem;
  }

  .section3_img3_box {
    position: absolute;
    top: 2.5rem;
    left: 90%;
    -webkit-transform: translateX(-95%);
    transform: translateX(-95%);
    width: 2.90rem;
    height: 2.57rem;
  }

  .section3_img4_box {
    position: absolute;
    top: .9rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 3.70rem;
    height: 3.17rem;
    z-index: 10;
  }

  .section3_img5_box {
    position: absolute;
    top: 1.75rem;
    left: 50%;
    -webkit-transform: translateX(40%);
    transform: translateX(40%);
    width: 2.4rem;
    height: 2.14rem;
  }

  .section3_img6_box {
    position: absolute;
    top: 1.41rem;
    left: 50%;
    -webkit-transform: translateX(-5%);
    transform: translateX(-5%);
    z-index: 4;
    width: 2.90rem;
    height: 2.57rem;
  }

  /* 绗洓灞� */
  .section4_pc {
    display: none;
  }

  .section4 .section2_main_right {
    position: absolute;
    top: 0.8rem;
    height: 5.98rem;
    width: 100%;

  }


  .section4_img1 {
    background: url('https://img.qiaomizi.vip/zq/section4_img1.png') no-repeat;
    background-size: 100%;
    width: 100%;
    height: 100%;
  }

  .section4_img2 {
    background: url('https://img.qiaomizi.vip/zq/section4_img2.png') no-repeat;
    background-size: 100%;
    width: 100%;
    height: 100%;
  }

  .section4_img3 {
    background: url('https://img.qiaomizi.vip/zq/section4_img3.png') no-repeat;
    background-size: 100%;
    width: 100%;
    height: 100%;
  }

  .section4_img4 {
    background: url('https://img.qiaomizi.vip/zq/section4_img4.png') no-repeat;
    background-size: 100%;
    width: 100%;
    height: 100%;
  }

  .section4_img5 {
    background: url('https://img.qiaomizi.vip/zq/section4_img5.png') no-repeat;
    background-size: 100%;
    width: 100%;
    height: 100%;
  }

  .section4_img6 {
    background: url('https://img.qiaomizi.vip/zq/section4_img6.png') no-repeat;
    background-size: 100%;
    width: 100%;
    height: 100%;
  }

  .section4_img7 {
    background: url('https://img.qiaomizi.vip/zq/section4_img7.png') no-repeat;
    background-size: 100%;
    width: 100%;
    height: 100%;
  }

  .section4_img1_box {
    z-index: 2;
    position: absolute;
    top: 2%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 50%;
    height: 100%;
  }

  .section4_img2_box {
    z-index: 1;
    position: absolute;
    top: 62%;
    left: 18%;
    width: 45%;
    height: 25%;
  }

  .section4_img3_box {
    z-index: 3;
    position: absolute;
    top: 30%;
    left: 50%;
    width: 45%;
    height: 25%;
  }

  .section4_img4_box {
    position: absolute;
    top: 15%;
    left: 38%;
    width: 45%;
    height: 25%;
  }

  .section4_img5_box {
    position: absolute;
    top: 48%;
    left: 44%;
    width: 45%;
    height: 25%;
  }

  .section4_img6_box {
    z-index: 2;
    position: absolute;
    top: 27%;
    left: 10%;
    width: 45%;
    height: 25%;
  }

  .section4_img7_box {
    z-index: 1;
    position: absolute;
    top: 38%;
    left: 4%;
    width: 40%;
    height: 25%;
  }

  /* 绗簲灞� */
  .section5 .section2_main_left {
    padding: 0 .8rem;
    box-sizing: border-box;
    top: 1.4rem;
    bottom: 0;
  }

  .section5 .section2_main_left .txtBig {
    text-align: center;
  }

  .section5 .section2_main_left p {
    line-height: 1.4;
    text-align: left;
  }

  .section5_pc {
    display: none;
  }

  .qz {
    font-size: .36rem !important;
  }

  .section5_mb {
    padding-top: .4rem;
    padding-bottom: .35rem;
  }

  .section5_mb img {
    width: 3.25rem;
    display: block;
    margin: 0 auto;
  }

  .statement {
    width: 1.4rem;
    /* height: .45rem; */
    padding: .16rem;
    border: 1px solid #d23e1e;
    /* line-height: .45rem; */
    border-radius: 2rem;
    font-size: .26rem;
    color: #d23e1e;
    text-align: center;
    margin: 0 auto;
  }

  .section5 .section2_main_left {
    position: absolute;
    top: 10%;
  }

  .dialog_box {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .7);
    width: 100%;
    height: 100%;
    z-index: 100;
  }

  .dialog {
    position: relative;
    background: #ffffff;
    border-radius: 10px;
    padding: 0 20px;
    width: 77%;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
  }

  .dialog_title {
    padding: .4rem 0 .3rem 0;
    font-weight: 700;
    font-size: .36rem;
    color: #333333;
    text-align: center;
  }

  .dialog_main {
    padding: .25rem;
    background: #f8f8f8;
    border-radius: 10px;
  }

  .close {
    position: absolute;
    width: .33rem;
    height: .33rem;
    right: 20px;
    top: 20px;
    cursor: pointer;
  }

  .dialog_main p {
    color: #505050;
    font-size: 12px;
    line-height: 1.8;
  }

  .dialog .wenzi {
    text-align: center;
    color: #ababab;
    font-size: 10px;
    padding: 10px;
  }



  /* 绗叚灞� */
  .section6 .section2_main_left ul li.cur {
    background-color: #fff;
    color: #15bf71;
  }

  .section6 .section2_main_right {
    position: absolute;
    left: 2%;
    top: 6rem;
  }
  .section6 .section2_main_right {
    background-color: #fff;
    width: 96%;
    height: 50%;
    border-radius: 15px;
    box-shadow: 10px 0 20px #999;
    text-align: left;
    padding: 10px;
  }

  .section6 .section2_main_right h3 {
    font-size: 16px;
  }

  .section6 .section2_main_right .times {
    margin-top: 12px;
  }

  .section6 .section2_main_right .txtContent {
    margin-top: 20px;
  }

  .section6 .section2_main_right>div {
    overflow-y: scroll;
    width: 100%;
    height: 100%;
    padding-right: 10px;
    display: none;
  }
  .section6 .section2_main_right>div.on{
    display: block;
  }

  .section6 .section2_main_right>div::-webkit-scrollbar {
    width: 3px;
    height: 10px;
    /**/
  }

  .section6 .section2_main_right>div::-webkit-scrollbar-thumb {
    background: #15bf71;
    border-radius: 3px;
  }


  .section6_map {
    background: url('https://img.qiaomizi.vip/zq/mobile/section_map.png') no-repeat;
    background-size: 100%;
    width: 100%;
    height: 100%;
  }

  .section6 .section4_img1_box {
    position: absolute;
    left: 50%;
    width: 100%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .p1,
  .p2,
  .p3 {
    font-weight: 700;
  }

  .section6 .section2_main_left {
    top: 1.2rem;
    padding: 0 10px;
  }

  .section6 .section2_main_left ul{
    height: 2.6rem;
    overflow-y: scroll;
  }
  .section6 .section2_main_left ul li{
    height: 36px;
    line-height: 36px;
    padding: 0 18px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    color: #fff;
    cursor: pointer;
  }

  .section7 .section2_main_left {
    top: 1.2rem;
    padding: 0 10px;
    left: 0;
  }
  .section7 .section7_box {
    position: relative;
    height: 50%;
    width: 86%;
    background-color: #ffea00;
    box-shadow: 0 0 10px rgb(112, 112, 112);
    left: 7%;
    border-radius: 10px;
  }
  .section7 .section7_box .item div:first-child{
    display: none;
  }
  .section7 .section7_box .item:first-child{
    margin-bottom: 20px;
  }
  .section7 .section7_box .item:last-child{
    margin-left: 0;
  }
  .section7 .section7_box>div{
    padding: 20px 0;
  }
  .section7 .section7_main_right{
    display: none;
  }
  .eight .section7_main_right{
    display: block;
  }
  .section7 .section7_main_right {
    width: 85%;
    /* height: 72%; */
    background-color: #fff;
    position: absolute;
    top: 1.6rem;
    padding: 0.5rem;
    text-align: left;
  }

  .section7 .section7_main_right .online-title {
    font-size: 26px;

  }

  .section7 .section7_main_right form {
    margin-top: 12px;
  }

  .section7 .section7_main_right form p {
    margin-top: 18px;

  }

 

  .section7 .section7_main_right label {
    display: block;
    font-weight: bold;
  }

  .section7 .section7_main_right input,
  .section7 .section7_main_right textarea {
    width: 100%;
    border: none;
    border-bottom: 1px solid #e1e1e1;
    outline: none;
    font-size: 20px;
    color: #d2d2d2;
    padding: 8px 0;
    resize: none;
  }

  .section7 form p:last-child {
    text-align: center;
  }

  .section7 input[type=submit] {
    width: 106px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    font-size: 14px;
    color: #fff;
    padding: 0;
    background-color: #15bf71;
    border-radius: 53px;
    cursor: pointer;
  }

  .section7 input::-webkit-input-placeholder,
  .section7 textarea::-webkit-input-placeholder {
    color: #d2d2d2;
    font-size: 20px;
  }

  .section7 input::-webkit-input-placeholder,
  .section7 textarea::-webkit-input-placeholder {
    color: #d2d2d2;
    font-size: 20px;
  }

  .section7 input::-webkit-input-placeholder,
  .section7 textarea::-webkit-input-placeholder {
    color: #d2d2d2;
    font-size: 20px;
  }
}

.swiper-container {
  width: 100%;
  height: 100%;
  /* padding-bottom: .32rem; */
}

.police {
  font-size: 12px;
  color: #fff;
  position: absolute;
  bottom: 2%;
  right: 3%;
  z-index: 10;
}