.bannerhead h6 {
    font-weight: 400;
}

.bannerapp .p_box>img {
    display: block;
    width: 100%;
}


.siximg_box img {
    display: block;
    width: 100%;
    animation: breathe 12s infinite;
}

@keyframes breathe {
    0% {
      transform: scale(1); /* 初始大小 */
    }
    50% {
      transform: scale(1.2); /* 放大到1.2倍 */
    }
    100% {
      transform: scale(1); /* 回到原始大小 */
    }
  }


.img_item {
    display: none;
}

.img_act {
    display: block;
}

.siximg_unit img {
    display: block;
    width: auto;
    height: 40px;
}

.siximg_unit ul li .xz {
    display: none;
}

.sup_box {
    position: relative;
    /* overflow: hidden; */
}

.siximg_unit {
    position: absolute;
    bottom: 1.5rem;
}

.siximg_unit {
    padding: 0 10%;
    box-sizing: border-box;
    width: 100%;
}

.siximg_unit ul {
    display: flex;
}

.siximg_unit ul li:nth-child(1) {
    margin: 0 6.25rem 0 0 !important;
}

.siximg_unit ul li {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: 0 1.75rem 0 0;
    cursor: pointer;
    width: 100px;
}


.siximg_unit ul li:hover .wxz {
    display: none;
}

.siximg_unit ul li:hover .xz {
    display: block;
}

.siximg_unit ul .li_act .wxz {
    display: none;
}

.siximg_unit ul .li_act .xz {
    display: block;
}

.siximg_unit ul li .yq {
    margin: 0 0 .375rem 0;
    width: 13px;
    height: 13px;
    background: #FFFFFF;
    border-radius: 50px;
}

.sbox,
.xbox {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.75rem;
    height: 1.75rem;
    background: #1D57A5;
    color: #fff;
    font-size: 40px;
}

.sbox {
    border-radius: 50px 0px 0px 0px;
}

.xbox {
    border-radius: 0px 0px 50px 0px;
}

.sxbtn_box {
    position: absolute;
    right: 0;
    bottom: 10%;
    overflow: hidden;
}

.sbox:hover,
.xbox:hover {
    color: #333333;
    background: #FDD839;
    transition: all 0.6s;
    cursor: pointer;
}

.li_act .yq {
    position: relative;
}

.li_act .yq::before {
    content: " ";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 35px;
    height: 35px;
    border: 2px solid #FFFFFF;
    border-radius: 50px;
}

.duanxian {
    display: block;
    position: absolute;
    top: 8%;
    left: -0.5%;
    transform: translate(-50%, -50%);
    width: 20%;
    height: 1px;
    background-color: #fff;
    z-index: 1;
}

.changxian {
    position: absolute;
    top: 8%;
    left: 58.8%;
    transform: translate(-50%, -50%);
    display: block;
    width: 90%;
    height: 1px;
    background-color: #fff;
}

.img_item {
    position: relative;
    overflow: hidden;
}

.img_item .text_box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 15% 10% 10% 10%;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    line-height: 1.5;
}

.img_item .text_box h4 {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.5);
    line-height: 1.25rem;
}

.img_item .text_box h5 {
    margin: .25rem 0 0 0;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 700;
    color: #fff;
}

.img_item .text_box a {
    display: flex;
    align-items: center;
    margin: 2.5rem 0 0 0;
    color: #fff !important;
    font-weight: 400;
}

.img_item .text_box a img {
    display: block;
    margin: 0 0 0 .125rem;
    width: .525rem;
    height: auto !important;
}

.img_item .text_box a:hover img  {
    /*margin: 0 0 0 25px;*/
       width: 50px;
       /*height: auto;*/
    transition: all 0.6s;
}

.bannerapp {
    display: none;
}

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

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

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

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

@media screen and (max-width: 1280px) {
    .siximg_unit ul li:nth-child(1) {
        margin: 0 3.25rem 0 0 !important;
    }

    .changxian {
        left: 60.5%;
    }
}

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

@media screen and (max-width: 980px) {
    
    .img_item .text_box a img {
    display: block;
    margin: 0 0 0 .125rem;
    width: 24px;
    height: 20px;
}
    
    .sxbtn_box {
        display: none;
    }

    .duanxian,
    .changxian {
        display: none;
    }

    .siximg_unit ul {
        display: none;
    }

    .bannerapp {
        display: block;
    }

    .sup_box {
        display: none;
    }

    .bannerapp img {
        display: block;
        width: 100%;
    }
}

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

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

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