* {
    margin: 0;
    padding: 0;
}

body {
    background: #fff;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #000;
    margin: 0;
    padding: 0;
}

.more {
    cursor: pointer;
}

.box {
    width: 100%;
    background-image: url('../image/bgimg_01.png');
    background-size: cover;
}

.banner {
    position: relative;
    margin-bottom: 70px;
    height: 53.25vw;
    margin-top: -134px;
}

.banner .swiper-container {
    width: 100%;
    height: 100%;
}

.banner .swiper-slide {
    width: 100%;
    height: 53.25vw;
    background-position: center;
    background-size: cover;
}

.banner .swiper-pagination-bullet-active {
    width: 20px;
    height: 4px;
    border-radius: 5px;
    background: white;
}

.banner .swiper-pagination-bullet {
    background: white;
    width: 20px;
    height: 4px;
    border-radius: 5px;
}

.banner > div:nth-child(2) {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999;
    background: rgba(255, 255, 255, 0.5);
    padding: 5px;
    text-align: center;
}

.watchLive {
    width: 100%;
}

.watchLive > div {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.watchLive > div .title {
    width: 100%;
    display: flex;
    align-items: center;
}

.watchLive > div .title p:nth-child(1) {
    width: 281px;
    height: 47px;
    margin-left: 445px;
}

.watchLive > div .title p:nth-child(1) img {
    width: 100%;
    height: 100%;
    display: block;
}

.watchLive > div .title p:nth-child(2) {
    display: flex;
    margin-left: 425px;
    align-items: center;
}

.watchLive > div .title p span img {
    display: block;
    width: 14px;
    height: 14px;
}

.watchLive .img {
    width: 1200px;
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.watchLive .img > div {
    width: 375px;
    cursor: pointer;
}

.watchLive .img > div div:nth-child(1) {
    position: relative;
    width: 375px;
    height: 210.9px;
    background-position: center;
    background-size: cover;
}

.watchLive .img > div div > p img {
    width: 84px;
    height: 84px;
    position: absolute;
    top: 0;
    left: 0;
}

.watchLive .img > div div:nth-child(2) {
    font-size: 16px;
    margin: 15px 0;
    color: #505050;
    width: 375px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.watchLive .img > div:hover div:nth-child(2) {
    color: #bf4444;
}

.watchLive .img > div div:nth-child(3) {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #999999;
    margin-bottom: 7px;
}

.watchLive .img > div div:nth-child(3) img {
    width: 16px;
    height: 16px;
    vertical-align: middle;
    margin-right: 8px;
}

.watchLive .img > div:hover div:last-child {
    border-bottom: 1px solid #bf4444;
}

.broadcast .img > div div:last-child {
    color: #999999;
    border-bottom: 1px solid #999999;
    padding-bottom: 3px;
    margin-bottom: 35px;
    width: 375px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.activity {
    margin-top: 60px;
}

.activity .img > div div:nth-child(4) {
    color: #999999;
    border-bottom: 1px solid #999999;
    padding-bottom: 3px;
    margin-bottom: 35px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.venue {
    width: 100%;
    padding-top: 60px;
}

.venue > div {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.venue > div .title {
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.venue > div .title p:nth-child(1) {
    width: 281px;
    height: 47px;
    margin-left: 445px;
}

.venue > div .title p:nth-child(1) img {
    width: 100%;
    height: 100%;
    display: block;
}

.venue > div .title p:nth-child(2) {
    display: flex;
    margin-left: 425px;
    align-items: center;
}

.venue > div .title p span img {
    display: block;
    width: 14px;
    height: 14px;
}

.venue .swiper-container {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
}

.venue .swiper-slide {
    width: 790px;
    height: 314px;
    background: #bf4444;
    position: relative;
}

.venue .banner_left {
    width: 400px;
    height: 300px;
    position: absolute;
    top: -27px;
    left: 60px;
    border: 1px solid white;
}

.venue .banner_left img {
    width: 100%;
    height: 100%;
}

.venue .banner_right {
    position: relative;
    height: 314px;
}

.venue .banner_right div:nth-child(1) p:nth-child(1) {
    font-size: 80px;
    color: #cc6969;
    margin-left: 495px;
    padding-top: 20px;
}

.venue .banner_right div:nth-child(1) p:nth-child(2) {
    font-size: 18px;
    color: white;
    position: absolute;
    top: 70px;
    left: 497px;
    font-weight: 600;
    width: 290px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.venue .banner_right div:nth-child(2) {
    width: 265px;
    font-size: 14px;
    color: white;
    margin-left: 490px;
    line-height: 20px;
    height: 80px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

.venue .banner_right div:nth-child(3) {
    width: 68px;
    height: 24px;
    text-align: center;
    line-height: 24px;
    font-size: 14px;
    color: white;
    border: 1px solid white;
    border-radius: 20px;
    margin-left: 686px;
    position: absolute;
    bottom: 16px;
    right: 16px;
}

.venue .banner_right div:nth-child(3) a {
    color: white;
}

.place {
    width: 100%;
    padding-top: 60px;
}

.place > div {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.place > div .title {
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.place > div .title p:nth-child(1) {
    width: 281px;
    height: 47px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-left: 445px;
}

.place > div .title p:nth-child(2) {
    display: flex;
    margin-left: 425px;
    align-items: center;
}

.place > div .title p span img {
    display: block;
    width: 14px;
    height: 14px;
}

.place .img {
    width: 1200px;
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    /*修改*/
}

.place .img > div {

}

.place .img > div > a > div:not(:first-child) {
    display: none;
}

.place .img > div > a > div:first-child:hover {
    transition: all 1s linear;
    width: 600px;
    height: 340px;
}

.dis {
    display: none;
}

.take_btn1 {
    position: absolute;
    width: 70px;
    height: 70px;
    cursor: pointer;
    z-index: 10;
    margin: 286px 10px 23px 620px;
}

.take_btn2 {
    position: absolute;
    width: 70px;
    height: 70px;
    cursor: pointer;
    z-index: 10;
    margin: 286px 10px 23px 1225px;
}

.take_btn3 {
    position: absolute;
    width: 70px;
    height: 70px;
    cursor: pointer;
    z-index: 10;
    margin: 630px 10px 23px 620px;
}

.take_btn4 {
    position: absolute;
    width: 70px;
    height: 70px;
    cursor: pointer;
    z-index: 10;
    margin: 630px 10px 23px 1225px;
}

.place .img > div {
    margin-bottom: 30px;
    cursor: pointer;
}

.place .img div div:nth-child(1) {
    width: 580px;
    height: 326.3px;
    background-size: cover;
    background-position: center;
}

.place .img div div:nth-child(1) img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    display: block;
}

.place .img div div:nth-child(2) {
    font-size: 16px;
    margin: 15px 0;
    color: #505050;
}

.place .img div div:nth-child(3) {
    display: flex;
    justify-content: space-between;
    width: 580px;
    align-items: center;
    border-bottom: 1px solid #999999;
    padding-bottom: 10px;
}

.place .img div div:nth-child(3) p {
    color: #999999;
}

.place .img div div:nth-child(3) p:nth-child(1) img {
    width: 16px;
    height: 16px;
    vertical-align: middle;
    margin-right: 10px;
}

.place .img div div:nth-child(3) p:nth-child(2) img {
    width: 16px;
    height: 16px;
    margin-right: 10px;
    vertical-align: middle;
}

.place .img > div:hover div:nth-child(2) {
    color: #bf4444;
}

.place .img > div:hover div:last-child {
    border-bottom: 1px solid #bf4444;
}

/*.exhibition {*/
    /*width: 100%;*/
    /*margin-top: 80px;*/
    /*background-image: url('../image/bgimg_07.png');*/
    /*background-position: center;*/
    /*background-size: cover;*/
    /*height: 670px;*/
/*}*/
/*!*线上展览换底色*!*/
.exhibition{
    background: #C1DBDA;
    width: 100%;
    margin-top: 80px;
    /* background-image: url(../image/bgimg_07.png); */
    background-size: cover;
    height: 780px;
}

.exhibition .center {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.exhibition .title {
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.exhibition .title p:nth-child(1) {
    padding-top: 34px;
    width: 281px;
    height: 47px;
    background-position: center;
    background-size: cover;
    margin-left: 466px;
}

.exhibition .title p:nth-child(2) {
    display: flex;
    margin-left: 406px;
    align-items: center;
}

.exhibition .title p span img {
    display: block;
    width: 14px;
    height: 14px;
}

.exhibition .img {
    display: flex;
    margin-top: 40px;
}

.exhibition .img .img_left img {
    width: 52.7vw;
    display: block;
    min-width: 642px;
    height: 583px;
}

.exhibition .img .img_right {
    display: flex;
}

.exhibition .img .img_right div {
    width: 31px;
    height: 29.7vw;
    min-height: 362px;
    margin-left: 78px;
    position: relative;
    height: 583px;
}

.exhibition .img .img_right div p {
    font-size: 22px;
    color:#F2987D;
    font-weight: bold;
    cursor: pointer;
}

.exhibition .img .img_right div:nth-child(1) p {
    position: absolute;
    top: 205px;
    left: 3px;
    font-size: 15px;
}

.exhibition .img .img_right div:nth-child(2) p {
    position: absolute;
    top: 95px;
    left: 2px;
    font-size: 15px;
}

.exhibition .img .img_right div:nth-child(3) p {
    position: absolute;
    top: 336px;
    left: 8px;
    font-size: 15px;
}

.exhibition .img .img_right div:nth-child(4) p {
    position: absolute;
    top: 253px;
    left: 1px;
    font-size: 15px;
}

.exhibition .img .img_right div:nth-child(5) p {
    position: absolute;
    top: 114px;
    left: 7px;
    font-size: 15px;
}

.exhibition .img .img_right div p:hover {
    color: #bb1c33;
}

.map {
    width: 100%;
    padding-top: 60px;
}

.map > div {
    width: 100%;
    /*修改地图*/
    max-width: 1920px;
    margin: 0 auto;
}

.map > div .title {
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 50px;
}

/*.map > div .title p:nth-child(1) {*/
    /*width: 281px;*/
    /*height: 47px;*/
    /*background-position: center;*/
    /*background-size: cover;*/
    /*background-repeat: no-repeat;*/
    /*margin-left: 445px;*/
    /*align-items: center;*/
/*}*/
.map > div .title p:nth-child(1) {
    width: 281px;
    height: 47px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-left: 42%;
}

.map > div .title p:nth-child(2) {
    display: flex;
    margin-left: 425px;
    align-items: center;
}

.map > div .title p span img {
    display: block;
    width: 14px;
    height: 14px;
}
