.banner .swiper {
    width: 100%;
    height: 85vh;
}

.banner .swiper img {
    height: 100%;
    width: 100%;
}

.caidan {
    margin-top: 3vh;
    text-align: center;
    margin-bottom: 3vh;
    /* padding-bottom: 3vh; */
    box-sizing: border-box;
    border-bottom: 8px solid #fbf3e4;
    height: 12vh;
}

.caidan .product_hover>a {
    height: 10vh;
}

.caidan img {
    width: 5.5vh;
}

.caidan p {
    font-size: 14px;
}

.type {
    text-align: center;
}

.type h2 {
    background: #fff;
    width: 100%;
    padding-bottom: 3vh;
    box-sizing: border-box;
}

.type ul li {
    width: 25%;
    margin-top: 1vh;
    height: 48vh;
    background: #f2f2f2;
}

.type ul li:hover {
    background: #fff;
}

.type ul li img {
    height: 38vh;
    margin-top: 3.5vh;
}

.type ul li p {
    font-size: 15px;
}

.type ul li:hover p {
    font-weight: 700;
}

.ad .left,
.ad .right {
    width: 50%;
    height: 70vh;
    position: relative;
}

.ad .left img {
    width: 100%;
    height: 70vh;
}

.ad .right>img {
    position: absolute;
    left: 0;
    top: 0;
    height: 70vh;
    width: 100%;
}

.ad .right .info {
    position: absolute;
    z-index: 99;
    width: 100%;
    padding: 0 20%;
    box-sizing: border-box;
    height: 70vh;
    overflow: hidden;
}

.ad .right .info img {
    height: 60vh;
    margin-top: 4vh;
}

.ad .right .info .fl:nth-child(2) {
    margin-left: 10%;
    margin-top: 31vh;
}

.ad .right .info .fl:nth-child(2) p {
    font-size: 16px;
    margin-bottom: 2vh;
}

.ad .right .info .fl:nth-child(2) a {
    margin-top: 6vh;
    height: 6vh;
    background: #fff;
    text-align: center;
    line-height: 6vh;
    border-radius: 5px;
    width: 150px;
}

.shop .fl:nth-child(1) {
    width: 30%;
}

.shop .fl:nth-child(2),
.shop .fl:nth-child(3) {
    width: 35%;
}

.shop,
.shop .fl,
.shop .fr {
    margin-top: 4vh;
}

.shop .fl h4 {
    width: 52%;
    margin-top: 20%;
    line-height: 25px;
}

.shop .fl:nth-child(1) a {
    margin-top: 5vh;
    height: 40px;
    line-height: 36px;
    width: 30%;
    border: 1px solid #ccc;
    text-align: center;
    border-radius: 3px;
    font-size: 15px;
}

.shop .fl:nth-child(2) {
    background: #f0f5f8;
    text-align: center;
    padding: 2vh 0;
    box-sizing:border-box;
}

.shop .fl:nth-child(2) img {
    width: 35vh;
}

.shop .fr a {
    background: #fbf3e4;
    width: 90%;
    /*height: 20vh;*/
    margin-top: 5vh;
    text-align: center;
    padding: 2vh 0;
    box-sizing: border-box;
}

.shop .fr img {
    width: 26vh;
    /*margin-top: 3vh;*/
}

.shops {
    margin-top: 7vh;
}

.shops ul li {
    width: 25%;
    text-align: center;
    margin-bottom: 3vh;
}

.shops ul li img {
    width: 75%;
}

.shops ul li:hover p {
    color: #da9138;
}