body {
    overflow: hidden;
}

h2 {
    font-size: 200%;
    background: none;
    font-weight: 900;
}

h3 {
    color: #333;
    margin: 0 0 10px;
    font-size: 150%;

}

.GridSet {
    width: 100%;
}

.Grid4 {
    margin: 0 auto;

}

.PageTitleStyle1 {
    width: 1275px;
    margin: 0 auto;
}

.Section {
    max-width: 1275px;
    margin: 0 auto;

}

#eventsMain .header {
    background: #eee;
    margin-top: 20px;
}

#eventsMain .header .Section {
    padding: 0;
    position: relative;
}

#eventsMain .header .Section .ImgOnlyStyle img {
    margin: 0;
}

#eventsMain .header .Section .title {
    margin: 0 auto;
    width: 80%;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 50px;
    position: absolute;
    left: 50%;
    bottom: -430px;
    transform: translate(-50%, -50%);
    box-shadow: 0 3px 30px rgba(0, 0, 0, 0.3);
}

#eventsMain .header .Section .title p {
    font-size: 16px;
}

#eventsMain .header .Section .title h2 {
    color: #850017;
    margin-bottom: 80px;
}

#eventsMain>.Section.model {
    background: #eee;
    position: relative;
    margin-top: 100px;
}


#eventsMain>.Section.marT {
    margin-top: 350px;

}

#eventsMain>.Section.model .red {
    background-color: #9F4D56;
}

#eventsMain>.Section.model .blue {
    background-color: #3D6092;
}

#eventsMain>.Section.model .brown {
    background-color: #744830;
}

#eventsMain>.Section.model .red,
#eventsMain>.Section.model .blue,
#eventsMain>.Section.model .brown {
    width: 58%;
    margin-left: -10%;
    position: absolute;
    top: 0;
    transform: translate(0, -50%);
    color: #fff;
    border-radius: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
}


#eventsMain>.Section.model .red p,
#eventsMain>.Section.model .blue p,
#eventsMain>.Section.model .brown p {
    margin: 0;
    margin-left: 20%;
    font-size: 17px;
    font-weight: bold;
}

#eventsMain>.Section.model .red p strong,
#eventsMain>.Section.model .blue p strong,
#eventsMain>.Section.model .brown p strong {
    font-size: 35px;
    color: #fff;

}

#eventsMain>.Section.model .flexSet.Gap {
    padding: 0;
    margin: 0;
    padding: 80px 50px 30px 50px;
}

#eventsMain>.Section.model .flexSet.Gap p {
    color: #333;
    font-size: 16px;
}

#eventsMain>.Section.model .flexSet.Gap p.ImgOnlyStyle1 {
    font-size: 14px;
    color: #707070;

}

#eventsMain>.Section.model .threePic p {
    color: #333;
    font-size: 16px;
}

#eventsMain>.Section.model .threePic {
    padding: 80px 20px 20px;
}

#eventsMain>.Section.model .threePic .Pic {
    display: flex;
    justify-content: center;
    align-items: baseline;
}

#eventsMain>.Section.model .threePic .Pic.PicPad {
    padding-left: 100px;
    padding-right: 100px;
}

#eventsMain>.Section.model .threePic .Pic .PicCenter {
    margin: 1%;
}

#eventsMain>.Section.model .threePic p.TextStyle1 {
    padding: 20px 100px;
}

#eventsMain .Section.words {
    padding: 0;
    margin-top: 60px;
    margin-bottom: 50px;
    color: #707070;
    font-size: 16px;
    border: 1px solid #eee;
    padding: 20px 0;

}

#eventsMain .Section.words p {
    margin: 0;
    padding: 10px 100px;
    color: #333;
    font-size: 16px;
}

#eventsMain .Section.words p a {
    white-space: pre-wrap
}

.swiper-container {
    display: none
}

#eventsMain>.Section.model .threePic p.ImgOnlyStyle1 {
    color: #707070;
    font-size: 14px;
}

.swiper-pagination1,
.swiper-pagination2,
.swiper-pagination3 {
    display: none;
}




/* 移动端 */
@media screen and (max-width: 1215px) {
    #eventsMain .header .Section .title {
        bottom: -470px;
    }
}

@media screen and (max-width: 1097px) {
    #eventsMain .header .Section .title {
        bottom: -470px;
    }
}

@media screen and (max-width: 994px) {
    #eventsMain>.Section.model .threePic p.TextStyle1 {
        padding: 10px 20px;
    }

    #eventsMain .Section.words p {
        padding: 10px 20px;

    }
}

@media screen and (max-width: 789px) {
    #eventsMain .header .Section .title {
        bottom: -500px;
    }
}

@media screen and (max-width: 768px) {
    #eventsMain .header .Section .title {
        position: static;
        transform: none;
        width: auto;
    }
    #eventsMain .header .Section  p.ImgOnlyStyle {
        margin: 0;
    }

    #eventsMain .header .Section .title h2 {
        font-size: 160%;
        margin-bottom: 30px;
        text-align: center;
    }

    #eventsMain>.Section.marT {
        margin-top: 100px;
    }

    #eventsMain>.Section.model .red,
    #eventsMain>.Section.model .blue,
    #eventsMain>.Section.model .brown {
        width: 96%;
        margin-left: 50%;
        transform: translate(-50%, -50%);
    }

    #eventsMain>.Section.model .red p,
    #eventsMain>.Section.model .blue p,
    #eventsMain>.Section.model .brown p {
        margin-left: 0;
        text-align: center;
    }





    #eventsMain>.Section.model .threePic .Pic {
        display: none;
    }

    .swiper-container {

        display: block;
    }

    .swiper-wrapper {
        width: 80%;
    }

    #eventsMain .swiperOne .swiper-wrapper {
        width: auto;
        height: 300px;
    }

    #eventsMain .swiperOne .swiper-wrapper p {
        height: 100%;
    }

    #eventsMain .swiperOne .swiper-wrapper p img {
        height: 90%;
    }

    #eventsMain .swiperOne .swiper-slide {
        width: auto;
    }

    #eventsMain .Section.words {
        margin-top: 50px;
    }
}



@media screen and (max-width: 616px) {
    #eventsMain .header .Section .title {
        bottom: -525px;
    }

}

@media screen and (max-width: 569px) {
    #eventsMain .header .Section .title { 
        padding: 50px 20px;
    }

    #eventsMain .header .Section .title h2 {
        font-size: 120%;
    }


    #eventsMain>.Section.model .flexSet.Gap {
        padding: 80px 20px 30px 20px;
    }

    #eventsMain>.Section.model .threePic p.TextStyle1 {
        padding: 10px 0;
    }
    #eventsMain>.Section.model .red p strong,
    #eventsMain>.Section.model .blue p strong,
    #eventsMain>.Section.model .brown p strong {
        font-size: 24px;
    }
}



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

    #eventsMain .swiper-pagination1,
    #eventsMain .swiper-pagination2,
    #eventsMain .swiper-pagination3 {
        display: block;
        text-align: center;
    }

    .swiper-wrapper {
        width: 100%;
    }

    #eventsMain .swiperOne .swiper-wrapper {
        height: 250px;
    }

    #eventsMain .swiperOne .swiper-slide {
        width: 100%;
    }

    #eventsMain .Section.words p a {
        font-size: 80%;
    }

}



@media screen and (max-width: 389px) {
    #eventsMain .header .Section .title {
        font-size: 85%;

    }

    #eventsMain .Section.words p a {
        font-size: 70%;

    }

}

