.gif {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/20211119192533.gif);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    zoom: 1;
    z-index: 999;
}

.head-logo {
    width: 7.74rem;
    margin: 0.35rem auto 0.26rem;
}

.main {
    width: 10.67rem;
    background-color: #ffffff;
    border-radius: 0.49rem 0.49rem 0 0;
    margin: 0 auto;
    padding: 0.27rem 0.3rem;
    background-image: url(../img/menu-bg-index.png);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: 0 3rem;
	-webkit-background-size: cover auto;
	-o-background-size: cover;
	zoom: 1;
}

.main-swiper {
    width: 100%;
    padding: 0rem 0rem 0.83rem;
    /* background-color: #fff; */
    border-radius: 0.49rem;
    position: relative;
    /* background: url(../img/index-txt-bg.png) no-repeat bottom/cover; */
}

.swiper-slide {
    font-size: 0.52rem;
    line-height: 0.64rem;
    letter-spacing: 0.05rem;
    color: #222222;
    font-family: "song";
    font-weight: bold;
    text-align: center;
    height: 4rem;
    border-radius: 0.5rem;
}

.swiper-pagination {
    width: 100%;
    left: 0;
    bottom: 0.28rem;
    text-align: center;
}

.swiper-pagination span {
    width: 0.27rem;
    height: 0.27rem;
    margin: 0 0.13rem;
}

.main-menu {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    /* margin-top: 0.65rem; */
    padding: 0 0.3rem;
}

.main-menu a {
    width: 2rem;
    text-align: center;
    margin-right: 0.49rem;
    margin-bottom: 0.5rem;
}

.main-menu a:nth-child(4n) {
    margin-right: 0;
}

.main-menu a p {
    font-size: 0.44rem;
    font-family: "song";
    background-image: -webkit-linear-gradient(top, #0586f5, #2f2cad);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-top: 0.24rem;
    text-align-last: justify;
}

.main-inspect {
    margin-top: 0.43rem;
}

.inspect-head-lt {
    margin: 0 3.97rem;
}

.inspect-head-lt div {
    width: 2.12rem;
    height: 0.45rem;
    background: url(../img/index-logo2.png)no-repeat center/cover;
    background-size: 100%;
    text-align: center;
}

.inspect-head-lt div h3 {
    display: inline-block;
    margin-top: -0.2rem;
    font-size: 0.4rem;
    letter-spacing: 0.04rem;
    font-weight: bold;
    color: #222222;
}

.inspect-head-rt {
    margin: 0.1rem 4.9rem 0 4.9rem;
}

.inspect-content {
    padding: 0 0.12rem;
}

.inspect-solid:before {
    content: '';
    position: absolute;
    left: 2rem;
    /* bottom: 9.52rem; */
    right: auto;
    height: 0.02rem;
    width: 7.2rem;
    background-color: #ebf2fd;
}


/* .index-frame {
    margin-top: -0.08rem;
} */

.index-frame1 {
    display: inline-block;
    height: 0.77rem;
    width: 0.76rem;
}

.index-frame2 {
    position: absolute;
    right: 0.74rem;
    display: inline-block;
    height: 0.77rem;
    width: 0.76rem;
}

.inspect-txt {
    margin-top: -0.4rem;
    padding: 0 0.38rem;
}

.inspect-list {
    display: block;
    width: 100%;
    height: 4.03rem;
    margin-bottom: 0.43rem;
    position: relative;
}

.inspect-list-photo {
    width: 100%;
    height: 4.03rem;
}

.inspect-list-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.inspect-list-container {
    margin-top: 0.25rem;
    margin-bottom: 0.54rem;
}

.inspect-list-container h5 {
    font-size: 0.44rem;
    font-weight: bold;
    letter-spacing: 0.04rem;
    color: #222222;
    margin-bottom: 0.27rem;
}

.inspect-list-container p {
    font-size: 0.36rem;
    letter-spacing: 0.02rem;
    line-height: 0.64rem;
    color: #222222;
}

.inspect-list-con {
    margin-bottom: 0.4rem;
}