/* 控制首页左上角展示的 LOGO */
.fp-viewing-page6 .logo .hides {
    display: block;
}

.fp-viewing-page6 .logo .shows {
    display: none;
}

.fp-viewing-page7 .logo .hides {
    display: none;
}

.fp-viewing-page7 .logo .shows {
    display: block;
}

/* 第一张轮播图 */
.custom.banner1-bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    /* background-image: url("http://qiniu.dierquxian.com/202407161721110814173073.jpeg"); */
    background-image: url("http://qiniu.dierquxian.com/202408151723702176728475.jpg");
    background-size: cover;
}

.custom.banner1-text.title {
    font-size: 3rem;
    font-weight: bold;
    color: #FFFFFF;
}

.custom.banner1-text.subtitle {
    font-size: 1.2rem;
    color: #FFFFFF;
}

.custom.banner2-text {
    bottom: 50%;
}

.custom.banner2-text .title {
    font-size: 2rem;
    text-align: left;
    color: #FFF;
}

.custom.banner2-text .subtitle {
    font-size: 1rem;
    text-align: left;
    color: #999;
}

.custom.banner3-text {
    top: 35%;
}

.custom.banner3-text .title {
    margin-top: 40%;
    color: #fff;
}

.custom.banner3-text .title .cn {
    font-size: 2rem;
}

.custom.banner3-text .title .en {
    margin-top: 1rem;
    font-size: 1.24rem;
}

.custom.auto-width-img img {
    display: block;
    max-width: 100%;
    height: auto
}

/* PC 尺寸 */
@media (min-width: 1200px) {

    .custom.banner1-text.title {
        font-size: 6rem;
    }

    .custom.banner1-text.subtitle {
        font-size: 1.64rem;
    }

    .custom.banner2-text .title {
        font-size: 3rem;
    }

    .custom.banner2-text .subtitle {
        font-size: 1.44rem;
    }

    .custom.banner3-text .title .cn {
        font-size: 3.5rem;
    }

}