body {
    font-family: "Microsoft YaHei", sans-serif;
}

.row1 {
    overflow: hidden;
    white-space: noWrap;
    text-overflow: ellipsis;
}



main {
    position: relative;
    z-index: 10;

}

a {
    text-decoration: none;
}

.bgBox {
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.swipeContainer {
    height: 656px;
}

.swipeContainer .swiper-pagination-bullet {
    width: 16px;
    height: 8px;
    background: #FFFFFF;
    border-radius: 4px;
    opacity: 0.72;
}

.swipeContainer .swiper-pagination-bullet-active {
    width: 36px;
    height: 8px;
    background: #D14C21;
    border-radius: 4px;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-banner img {
    width: 100%;
    height: 100%;
    max-height:660px;
}

.mainHeader {
    display: flex;
    align-items: center;
    padding-top: 46px;
    justify-content: space-between;
}

.mainHeader .more {
    display: flex;
    font-weight: normal;
    font-size: 18px;
    color: #C7471C;
}

.mainHeader .more img {
    margin-left: 3px;
}

.mainHeaderCenter .name {
    width: 250px;
    text-align: center;
}

.news {
    position: relative;
    width: 1200px;
    margin: 0 auto;
    padding-top: 50px;
    padding-bottom: 60px;
}

.news .newsMenu {
    position: absolute;
    left: 320px;
    top: -34px;
    height: 36px;
    display: inline-flex;

}

.news .newsMenu div {
    color: #454545;
    padding: 0 30px;
    font-weight: 600;
    font-size: 18px;
    position: relative;
    cursor: pointer;
}

.news .newsMenu div span {
    position: absolute;
    height: 16px;
    width: 1px;
    right: 0;
    top: 4px;
    display: inline-block;
    background: #A8A8A8;
}

.news .newsMenu div.active {
    color: #C7471C;
    background: url(../img/newsActive.png) no-repeat center 22px;
}

.newsBox {
    display: none;
}

.newsBox .main {
    display: flex;
    flex: 1;
    height: 426px;
    position: relative;
    margin-right: 28px;
}

.newsBox .main>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.newsBox .main .title {
    position: absolute;
    left: 0;
    right: 0;
    height: 118px;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 25px 0 48px;
    background-color: rgba(0, 0, 0, .6);
}

.newsBox .main .title p {
    max-width: 85%;
    font-weight: 600;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 28px;
}

.newsBox .aside {
    width: 505px;
}

.newsBox .specialItem {
    height: 192px;
    background: #C7471C;
    box-shadow: 0px 8px 8px 0px rgba(119, 103, 78, 0.16);
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
}


.newsBox .specialItem .angel {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 81px;
    height: 76px;
    background: url(../img/new.png) no-repeat;
}

.specialItem .infoBox .info {
    font-size: 14px;
    color: #FFFFFF;
}

.newsBox .specialItem .time {
    width: 124px;
    font-weight: 600;
    font-size: 36px;
    color: #FFFFFF;
    line-height: 24px;
    text-align: center;
}

.newsBox .specialItem .time p {
    font-size: 12px;
    padding-top: 10px;
    font-weight: normal;
}

.specialItem .title {
    font-weight: 600;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 28px;
    padding-bottom: 15px;
    margin-bottom: 13px;
    border-bottom: 1px solid #E3B488;
}

.specialItem .infoBox {
    flex: 1;
    width: 0;
    padding-right: 30px;
}

.newItem {
    padding-top: 34px;
}

.newItem .item {
    display: flex;
    align-items: center;
    padding-bottom: 15px;
    font-size: 16px;
    color: #2B2B2B;
    justify-content: space-between;
}

.newItem .item:last-child {
    padding-bottom: 0rem;
}

.newItem .item>div {
    display: flex;
    align-items: center;
}

.newItem .item .title {
    width: 368px;
}

.newItem .circle {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 20px;
    background-color: #ccc;
}



/* activity */
.activity {
    display: flex;
    gap: 30px;
    padding-top: 48px;
    padding-bottom: 53px;

}

.activityItem {
    display: flex;
    background: #FFF6E6;
    flex-direction: column;
    border: 1px solid #DFD0B6;

}

.activityItemBox {
    padding: 25px 0 27px;
    width: 224px;
    margin: 0 auto;
    text-align: center;
}

.activityItem:hover {
    border: 1px solid #CB552D;
}

.activityItem img {
    height: 240px;
    width: 280px;
    object-fit: cover;
}

.activityItem .time {
    text-align: left;
    line-height: 28px;
    font-size: 16px;
    color: #9A9A9A;
    padding-bottom: 0px;
}

.activityItem .title {
    font-weight: 600;
    font-size: 18px;
    color: #000000;
    padding-bottom: 30px;
}

.activityItem:hover .title {
    color: #CB552D;
}

.activityItem:hover .time {
    color: #252525;
}

.activityItem .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    text-decoration: none;
    padding: 0 18px;
    font-size: 16px;
    color: #CB552D;
    text-align: center;
    margin-top: 25px;
    border: 1px solid #CB552D;
    transition: .3s;
}

.activityItem:hover .btn {
    background: #CB552D;
    color: #fff;
    transition: .3s;
}

.live {
    padding: 54px 0 50px 0;
    position: relative;
}

.live .gallery-top {
    height: 360px;
}

.liveInfo {
    display: flex;
    height: 100%;
}

.liveInfo .main {
    flex: 1;
    position: relative;
}

.liveInfo .main img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.liveInfo .state {
    left: 19px;
    top: 16px;
    position: absolute;
    height: 28px;
    background: #CB552D;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 14px;
    font-size: 16px;
    color: #FFFFFF;
}


.liveInfo .aside {
    width: 534px;
    margin-left: 25px;
}

.liveInfo .aside h3 {
    font-weight: 600;
    font-size: 20px;
    color: #000000;
    padding-bottom: 38px;
}

.liveInfo .aside .detail {
    height: 77px;
    font-weight: 400;
    font-size: 16px;
    color: #535353;
    line-height: 30px;
}

.liveInfo .aside .time {
    font-weight: 500;
    font-size: 16px;
    color: #8F8F8F;
    display: flex;
    align-items: center;
    padding-top: 10px;
}

.liveThumb {
    position: relative;
    padding: 4px 5px;
    height: 100%;

}

.liveThumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.liveThumb .state {
    padding: 0 12px;
    position: absolute;
    display: inline-flex;
    align-items: center;
    word-break: keep-all;
    left: 5px;
    top: 4px;
    background: #CB552D;
    height: 24px;
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
}

.liveInfo .aside .time img {
    margin-right: 5px;
}

.liveInfo .aside .time span {
    padding-left: 63px;
}

.gallery-thumbs {
    height: 100px;
    box-sizing: border-box;
    padding: 10px 0;
    width: 534px;
    position: absolute !important;
    bottom: 50px;
    right: 0;
    cursor: pointer;
}

.arrowsBox {
    position: absolute;
    right: 0;
    bottom: 110px;
    display: flex;
    z-index: 100;
}

.liveLeftBtn {
    width: 56px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background-color: #fffbef;
    border: 1px solid #CB552D;
}

.liveRightBtn {
    width: 56px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #CB552D;
    cursor: pointer;
}

.gallery-thumbs .swiper-slide {
    width: 33.33%;
    height: 100%;
    opacity: 1;
    border: 1px solid transparent;
}

.gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
}

.gallery-thumbs .swiper-slide-thumb-active {
    border: 1px solid #C7471C;
}


.artBox {
    display: flex;
    padding-top: 66px;
    padding-bottom: 62px;
}

.artMain {
    flex: 1;
    display: flex;

    justify-content: space-between;
}

.artMainItem img {
    max-width: 280px;
    height: 191px;
    object-fit: cover;
}

.artMainItem {
    display: block;
    width: 280px;
    height: 432px;
    background: #FFF6E6;
    border: 1px solid #DFD0B6;
    transition: .3s;
}

.artMainItem .info {
    padding: 22px;
}

.artMainItem .title {
    font-weight: 600;
    font-size: 18px;
    color: #000000;
    padding-bottom: 20px;
}

.artMainItem .teach {
    font-weight: 400;
    font-size: 16px;
    color: #9A9A9A;
    line-height: 28px;
}

.artMainItem .btn {
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #CB552D;
    margin-top: 28px;
    font-size: 16px;
    color: #CB552D;
}

.artMainItem:hover {
    border: 1px solid #CB552D;
}

.artMainItem:hover .title {
    color: #CB552D;
}

.artMainItem:hover .teach {
    color: #383838;
}

.artMainItem:hover .btn {
    background: #CB552D;
    color: #fff;
    transition: .3s;
}

.artAside {
    width: 280px;
    margin-left: 26px;
    padding: 26px 23px;
/*    background: #FFF6E6;
    border: 1px solid #DFD0B6;*/
}

.artAsideItem {
    padding-bottom: 20px;
}

.artAsideItem:last-child {
    padding-bottom: 0;
}

.artAsideItem .title {
    font-weight: 600;
    font-size: 16px;
    color: #000000;
    padding-bottom: 10px;
}

.artAsideItem .tips {
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 16px;
    color: #9A9A9A;
    line-height: 28px;

}

.artAsideItem span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 18px;
    font-size: 12px;
    color: #CB552D;
    margin-right: 7px;
    padding: 0 10px;
    border: 1px solid #CB552D;
}


.venue {
    display: flex;
    flex-wrap: wrap;
    padding-top: 55px;
    padding-bottom: 28px;
    justify-content: space-between;
}

.venue .venueItem {
    width: calc(50% - 15px);
    display: flex;
    margin-bottom: 26px;
    background: #FFF6E6;
    border: 1px solid #DFD0B6;
}

.venue img {
    width: 258px;
    height: 226px;
    object-fit: cover;
}

.venue .info {
    flex: 1;
    width: 0;
    padding: 23px 20px 0 36px;
}

.venue h3 {
    font-weight: 600;
    font-size: 20px;
    color: #000000;
    padding-bottom: 24px;
}

.venue .item {
    font-weight: 400;
    font-size: 14px;
    color: #5C5C5C;
    line-height: 23px;
}

.venue .link {
    width: 109px;
    height: 27px;
    border-radius: 13px;
    font-weight: 500;
    font-size: 14px;
    color: #CB552D;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #CB552D;
    margin-top: 18px;
}

.venue .venueItem:hover {
    border: 1px solid #CB552D;
}

.venue .venueItem:hover .title {
    color: #CB552D;
}

.venue .venueItem:hover h3 {
    color: #CB552D;
}

.venue .venueItem:hover .item {
    color: #000000;
}

.venue .venueItem:hover .link {
    color: #fff;
    background: #CB552D;
}



.linkBox {
    display: flex;
    gap: 24px 10px;
    padding-top: 60px;
    flex-wrap: wrap;
    padding-bottom: 132px;
}

.linkBox img {
    width: 232px;
    height: 44px;
    object-fit: cover;
}




.floatingWindow {
    width: 99px;
    height: 428px;
    position: fixed;
    bottom: 100px;
    right: 150px;
    z-index: 999;
    padding-top: 20px;
    background: url('../img/window.png') no-repeat;
}

.floatingWindow .windowImg {
    width: 28px;
    height: 28px;
    margin-bottom: 10px;
    background: url('../img/windowImg.png');
}

.floatingWindow img {
    margin-bottom: 10px;
}

.floatingWindow .item {
    width: 65px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-size: 16px;
    height: 94px;
    color: #000000;
    border-bottom: 1px solid #FAD189;
}

.floatingWindow .item:last-of-type {
    border-bottom: none;
}

.floatingWindow .code {
    width: 61px;
    height: 61px;
}