/* 字体 */

@font-face {
    font-family: fzlth;
    src: url('../fonts/fzlth.ttf'), url('../fonts/fzlth.eot'), url('../fonts/fzlth.svg'), url('../fonts/fzlth.woff');
    font-family: hwsans;
    src: url('../fonts/HuaweiSans-Regular.ttf'), url('../fonts/HuaweiSans-Regular.eot'), url('../fonts/HuaweiSans-Regular.svg'), url('../fonts/HuaweiSans-Regular.woff');
}

/* 公用 */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body {
    position: relative;
    width: 100%;
    height: 100%;
    margin: auto;
    font-family: fzlth, hwsans;
    -webkit-overflow-scrolling: touch;
    font-size: 0;
    text-align: center;
    color: #000000;
    box-sizing: border-box;
    background-color: #f7f9f9;
    overflow-x: hidden;
}

p {
    padding: 0;
    margin: 0;
}

.title {
    position: relative;
    font-size: 0.32rem;
    font-weight: bold;
}

.title:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    width: 1.4rem;
    height: 2px;
    background: #c7000b;
}

.header {
    position: relative;
    width: 7.5rem;
    height: 0.8rem;
    background-color: #ffffff;
}

.logo {
    position: absolute;
    width: 1.55rem;
    height: 0.34rem;
    top: 0;
    left: 0.3rem;
    bottom: 0;
    margin: auto 0;
}

.navItem1 {
    position: absolute;
    width: 1.20rem;
    height: 0.4rem;
    line-height: .4rem;
    font-size: 0.2rem;
    color: #2B2B2B;
    top: 0;
    right: 1.5rem;
    bottom: 0;
    margin: auto 0;
}

.navItem2 {
    position: absolute;
    width: 1.20rem;
    height: 0.4rem;
    line-height: .4rem;
    font-size: 0.2rem;
    color: #C7000B;
    border: 1px solid #C7000B;
    border-radius: 20px;
    top: 0;
    right: 0.3rem;
    bottom: 0;
    margin: auto 0;
}

.banner {
    position: relative;
    width: 100%;
    /*height: 10.2rem;*/
    /*margin-bottom: 1.5rem;*/
}

.bannerImg {
    position: relative;
    /*left: 0;
    top: 0;*/
    width: 7.5rem;
    /*height: 9.83rem;*/
}

.titleBox {
    position: absolute;
    text-align: center;
    font-size: 0.2rem;
    top: 0.65rem;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.bannerTitle {
    font-size: 0.36rem;
    color: #1E1E1E;
    font-weight: bold;
    line-height: 0.6rem;
}

.bannerName {
    font-size: 0.25rem;
    margin-bottom: 0.3rem;
    font-weight: bold;
}

.bannerBtnBox div {
    width: 1.5rem;
    height: 0.4rem;
    line-height: 0.4rem;
    font-size: 0.16rem;
    background: rgba(199, 0, 11, 1);
    border-radius: 0.05rem;
    display: inline-block;
    color: #ffffff;
    margin-bottom: 0.2rem;
}

.bannerBtnBox div:first-child {
    margin-right: 0.2rem;
}

.invitationLetter {
    position: absolute;
    font-size: 0.22rem;
    color: #323232;
    top: 3rem;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.long-img-block{
    position: relative;
    width:100%;
    margin-bottom:0.6rem;
}
.new-video{
    display: block;
    width:100%;
}
.click-left{
    position: absolute;
    width: 1.2rem;
    height: 0.3rem;
    top: 5.12rem;
    left: 1.75rem;
}
.click-right{
    position: absolute;
    width: 1.2rem;
    height: 0.3rem;
    top: 5.12rem;
    right: 2.5rem;
}
.long-img2{
    display: block;
    width:100%;
}
.iframe-box{
    margin: 0 auto;
    width: 4.5rem;
    height: 6rem;
}
.invitationLetter p {
    margin: 0;
}

.invitationTitle {
    font-size: 0.28rem;
    font-weight: bold;
    line-height: 0.6rem;
}

.agenda {
    padding-left: 0.2rem;
    padding-right: 0.2rem;
}

.agendaBox {
    background-color: #ffffff;
    margin-top: 0.4rem;
    margin-bottom: 0.4rem;
}

.agendaItem {
    text-align: left;
    border-bottom: 1px solid #dcdcdc;
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
    padding-left: 0.1rem;
}

.agendaImg {
    display: inline-block;
    width: 1.23rem;
    height: 1.23rem;
    margin-right: 0.1rem;
    margin-bottom: 0.2rem;
}

.agendaImg img {
    width: 100%;
}

.agendaInfo {
    display: inline-block;
    font-size: 0.2rem;
    vertical-align: middle;
    margin-bottom: 0.2rem;
}

.agendaTitle {
    color: #c7000b;
    font-weight: bold;
}

.gustName {
    width: max-content;
    font-weight: bold;
    border-bottom: 1px solid #c7000b;
    margin-top: 0.1rem;
    margin-bottom: .1rem;
}

.gustTitle {
    width: 3.8rem;
    display: inline-block;
    font-weight: lighter;
}

.agendaDate {
    display: inline-block;
}

.agendaDate img {
    width: 0.2rem;
    height: 0.2rem;
    display: inline-block;
}

.agendaText {
    width: 5.5rem;
    font-size: 0.23rem;
    font-weight: bold;
    word-wrap: break-word;
    /* word-break: break-all; */
}

.agendaDate p {
    display: inline-block;
    vertical-align: middle;
    font-weight: bold;
}

.agendaDown {
    width: 1.2rem;
    height: 0.3rem;
    line-height: 0.3rem;
    text-align: center;
    font-size: 0.2rem;
    background-color: #c7000b;
    color: #ffffff;
    border-radius:0.05rem;
}
.gallery{
    margin-bottom:0.4rem;
}
.galleryImg {
    width: 100%;
}

.gallery .swiper-slide {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
}

.gallery .swiper-slide-prev img {
    margin-right: -219%;
}

.gallery .swiper-slide-next img {
    margin-left: -219%;
}

.gallery .swiper-slide-active,
.gallery .swiper-slide-duplicate-active {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    z-index: 1002;
}

.swiper-pagination-bullet {
    width: 4px;
    height: 4px;
}

.swiper-pagination-bullet-active {
    width: 10px;
    height: 4px;
    background: #c7000b;
    border-radius: 2px;
}

.videoBox {
    margin-top: 0.4rem;
}

.videoMain {
    padding-left: 0.2rem;
    padding-right: 0.2rem;
    margin-bottom: 0.4rem;
}

.videoLeft {
    width: 100%;
}

.video {
    width: 100%;
    height: 100%;
    outline: none;
}

.swiper-container-right {
    width: 145%;
}

.videoRight {
    margin-top: 0.2rem;
}

.videoRightImgBox {
    height: 1.9rem;
    line-height: 1.9rem;
    border-radius: 5px;
}

.videoRightName {
    text-align: left;
    font-size: 0.22rem;
}

.news {
    padding-left: 0.2rem;
    padding-right: 0.2rem;
    margin-bottom: 0.4rem;
}

.newsBox {
    margin-top: 0.4rem;
}

.swiper-container-news {
    width: 145%;
    padding-bottom: 20px;
}
.swiper-container-newsEn {
    width: 100%;
    padding-bottom: 20px;
}

.newsImg {
    width: 100%;
    border-radius: 5px;
}

.newsTitle {
    text-align: left;
    font-size: 0.22rem;
    color: #1E1E1E;
}

.swiper-container-news .swiper-pagination-news {
    left: -15%;
}

.footer {
    width: 100%;
    height: 0.4rem;
    line-height: 0.4rem;
    text-align: center;
    background-color: #1b1b1b;
}

.footer p {
    color: #ffffff;
    font-size: 0.18rem;
}