* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html,
body,
#wrap,
#wrap2 {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

#wrap {
    overflow-y: auto;
    font-size: 16px;
}

#wrap .content {
    background: url(../img/bg.png) no-repeat top center;
    background-size: 100%;
    padding-top: 32%;
}

#wrap .content>div>div {
    width: 1156px;
    margin: auto;
    padding: 65px 75px 60px;
    background: #fff;
    background: url(../img/contentBg.png) no-repeat center;
    background-size: 100% 100%;
}

#wrap .swiper-container {
    overflow: hidden;
    height: 100%
}

#wrap .swiper-wrapper {
    height: auto;
}

#wrap .swiper-slide {
    height: auto;
    overflow: hidden;
}

#wrap .swiper-slide img {
    width: 100%;
    height: auto;
    display: block;
}

#wrap .content .swiper-slide h3 {
    font-size: 16px;
    line-height: 90px;
    position: relative;
    text-align: center;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

#wrap .content .swiper-slide h3:before {
    content: "";
    width: 120px;
    height: 2px;
    background: #e8141a;
    left: 0;
    right: 0;
    top: 20px;
    margin: auto;
    position: absolute;
}

#wrap .content>div .swiper-button-prev {
    width: 48px;
    height: 60px;
    background: url(../img/prev.jpg) no-repeat center;
    background-size: 100% 100%;
    position: static;
    float: left;
    margin-top: 25px;
}

#wrap .content>div .swiper-button-next {
    width: 48px;
    height: 60px;
    background: url(../img/next.jpg) no-repeat center;
    background-size: 100% 100%;
    position: static;
    float: right;
    margin-top: 25px;
}

.goback {
    position: fixed;
    display: none;
    z-index: 9999;
    right: 25px;
    bottom: 150px;
    background: url(../img/goback.png) no-repeat 0 0;
    width: 48px;
    height: 48px;
    cursor: pointer
}

.toDetail {
    width: 25%;
    float: left;
    padding: 0 10px;
}

#wrap .swiper-pagination {
    width: 50%;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 20px;
}



#wrap2 {
    background: url(../img/m_bg1.jpg) no-repeat top left;
    background-size: 100% auto;
}

#wrap2 .content {
    width: 100%;
    height: 100%;
    background: url(../img/m_bg2.jpg) no-repeat bottom left;
    background-size: 100% auto;
    padding-top: 15vh;
}

#wrap2 .content>div {
    width: 94vw;
    margin: auto;
    background: #fff;
    padding: 5.4vh 12.5vw;
    background: url(../img/contentBg.png) no-repeat center;
    background-size: 100% 100%;
}

#wrap2 .swiper-container {}

#wrap2 .swiper-slide img {
    width: 100%;
    height: auto;
    display: block;
}

#wrap2 .content .swiper-slide h3 {
    font-size: 3.8vw;
    line-height: 9vh;
    position: relative;
    text-align: center;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

#wrap2 .content .swiper-slide h3:before {
    content: "";
    width: 38vw;
    height: 2px;
    background: #e8141a;
    left: 0;
    right: 0;
    top: 4vw;
    margin: auto;
    position: absolute;
}