@charset "utf-8";
body {
    overflow-x: hidden;
}

.banner {
    position: relative;
    overflow: hidden;
}

.banner a {
    display: block;
}

.banner img {
    display: block;
    width: 100%;
}
.banner .slick-dots{bottom:.6rem;}
.banner .slick-dots li{width:15px;height:15px;background: rgba(255,255,255,.5);border-radius: 50%;}
.banner .slick-dots li.slick-active{background: rgba(255,255,255);}
.title {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: left;
    margin-bottom: .2rem;
}

.title h2 {
    position: relative;
    display: flex;
    align-items: center;
    padding-bottom: .15rem;
}

.title h2::after {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0;
    width: 160px;
    height: 5px;
    background: #999;
}

.title h2 span {
    font-size: 0.36rem;
    font-weight: bold;
    color: #1f5bd5;
    font-family: emoji;
    font-weight: bold;
}

.title h2 b {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    font-size: 0.36rem;
    font-weight: bold;
    line-height: normal;
    text-transform: uppercase;
    color: rgba(61, 61, 61, .1);
    font-family: "sisong";
    white-space: nowrap;
}

.more a {
    position: absolute;
    right: 0;
    top: .1rem;
    border-radius: 0.3rem;
    width: 1.04rem;
    height: 0.32rem;
    line-height: 0.32rem;
    text-align: center;
    border: 1px solid #999;
    font-size: 0.16rem;
    font-weight: normal;
    color: #999;
    transition: all .6s;
}

.more a:hover {
    background: #1f5bd5;
    color: #fff;
}

.index {
    position: relative;
    margin-top: -0.43rem;
    z-index: 9;
}

.section1 {
    background: #fff;
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.302);
}

.s1-c ul {
    height: 1.6rem;
    padding-top: .2rem;
    padding-bottom: .2rem;
}

.s1-c ul li {
    width: 16.667%;
    border-left: 1px solid rgba(216, 216, 216, .8);
}

.s1-c ul li:first-child {
    border-left: none;
}

.s1-c ul li a {
    text-align: center;
}

.s1-c ul li a img {
    display: inline-block;
    max-height: .64rem;
}

.s1-c ul li a p {
    margin-top: 0.16rem;
    font-size: 0.2rem;
    color: #3D3D3D;
    transition: all .6s;
}

.s1-c ul li:hover a p {
    color: #1f5bd5;
}

.section2 {
    position: relative;
    padding-top: 0.8rem;
    padding-bottom: 1.2rem;
}

.s2 {
    margin-top: .3rem;
}

.s2-l {
    width: 47%;
}

.dt a {
    position: relative;
    display: block;
}

.dt a::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1.54rem;
    background: url(../images/s1-l-tc.png) no-repeat center bottom;
    background-size: 100% 100%;
}

.dt a .pic {
    padding-top: 60.27%;
}

.dt a .text {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0.3rem 0.45rem;
    padding-right: 1rem;
    z-index: 9;
}



.dt a .text p {
    font-size: 0.18rem;
    font-weight: bold;
    color: #FFFFFF;
    margin-top: 0.1rem;
}

.dt .slick-dots {
    width: auto;
    left: auto;
    right: 0.2rem;
    bottom: 0.3rem;
}

.dt .slick-dots li {
    width: 0.1rem;
    height: 0.1rem;
    border-radius: 50%;
    margin: 0 0.09rem;
    background: rgba(255, 255, 255, .5);
}

.dt .slick-dots li.slick-active {
    background: #fff;
}

.s2-r {
    width: 51%;
margin-left:2%;
float:right;
}

.s2-r ul {
    flex-wrap: wrap;
    height: 100%;
}

.s2-r ul li {
    width: 100%;
    transition: all .6s;
    line-height: .56rem;
}

.s2-r ul li:hover  div{
    color: #1f5bd5;font-weight: bold;
}

.s2-r ul li a {width: 100%;display: block;color: #000;}
.s2-r ul li a div{float:left;width:calc(100% - 100px);overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;}
.s2-r ul li a span{display:block;float:right;width:60px;}


.section3 {
    padding-top: 0.4rem;
padding-bottom:0.2rem;
    background: url(../images/seat3-bg.png) no-repeat center top;
    background-size: 100% 100%;
}

.s3-c .title {
    margin-bottom: 0;
}

.s3-c .title .bt h2 {
    display: inline-block;
    padding: 0 .5rem;
    padding-bottom: .25rem;
    cursor: pointer;
    font-weight: normal;
}

.s3-c .title .bt h2::before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    width: 2px;
    height: 40px;
    background: #fff;
}

.s3-c .title .bt h2:first-child:before {
    display: none;
}

.s3-c .title .bt h2 span {
    color: #fff;
    font-weight: normal;
   font-weight: bold;
}

.s3-c .title .bt h2.on span {
    font-weight: bold;
}

.s3-c .title .bt h2 b {
    color: rgba(255, 255, 255, .1);
}

.s3-c .title h2.on::after {
    background: #c3954b;
}

.s3-c .more a {
    border: 1px solid #fff;
    color: #fff;
    top: -.6rem
}

.s3-c .more a:hover {
    right: 5px;
}

.s3 {
    position: relative;
}

.s3>div {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    opacity: 0;
}

.s3>div.on {
    position: relative;
    opacity: 1;
    z-index: 9;
}

.s3 ul {
    margin: 0 -0.4rem;
    padding-bottom: .45rem;
    overflow: hidden;
}

.s3 ul .slick-slide>div {
    margin: 0 0.4rem;
    margin-top: 0.5rem;
}

.s3 ul li a {
    display: flex;
    align-items: center;
    background: #fff;
    padding: 0.3rem 0.2rem;
    transition: all .6s;
}

.s3 ul li:hover a {
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.6);
}

.s3 ul li a .date {
    text-align: center;
    padding-right: 0.2rem;
    border-right: 0.01rem solid #D8D8D8;
    margin-right: 0.2rem;
}

.s3 ul li a .date p {
    font-size: 0.36rem;
    color: #f38800;
    font-weight: bold;
}

.s3 ul li a .date span {
    display: block;
    font-size: 0.16rem;
    color: #f38800;
}

.s3 ul li a .text {
    flex: 1;
    min-width: 0;
}

.s3 ul li a .text p {
    font-size: 0.25rem;
    line-height: 0.56rem;
    height: 0.56rem;
    color: #287be5;
    transition: all .6s;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: bold;
    font-family: emoji;
    display: block;
}

.s3 ul li:hover a .text p {
    font-weight: bold;
    color: #1f5bd5;
}

.s3-btn {
    position: relative;
    /* margin: 0.45rem 0 0 0; */
    text-align: center;
    font-size: 0;
    display: none;
}

.s3-btn>div {
    position: relative;
    display: inline-block;
    width: 0.55rem;
    height: 0.55rem;
    line-height: 0.55rem;
    text-align: center;
    border-radius: 50%;
    border: 0.01rem solid #fff;
    margin: 0 0.15rem;
    cursor: pointer;
    transition: all .6s;
}

.s3-btn .s3-l:hover {
    background: #F09437;
    border: 1px solid #F09437;
}

.s3-btn .s3-r:hover {
    background: #F09437;
    border: 1px solid #F09437;
}

.s3-btn>div img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: .23rem;
}

.s3-btn::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    right: 50%;
    margin-right: 0.7rem;
    height: 1px;
    background-color: rgba(255, 255, 255);
}

.s3-btn::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    left: 50%;
    margin-left: 0.7rem;
    height: 1px;
    background-color: rgba(255, 255, 255);
}

.s3 .slick-list {
    overflow: visible;
}

.section4 {
    position: relative;
    padding-top: .6rem;
    padding-bottom: 0.95rem;
    z-index: 9;
    background: url(../images/seat4-bg.png) no-repeat center top;
    background-size: 100% auto;
}

.section4 .wid {
    position: relative;
}

.section4 .title {
    position: absolute;
    left: 0;
    top: 0.3rem;
}

.section4 .title h2 span {
    color: #fff;
}

.section4 .title h2 b {
    left: 0;
    transform: none;
    color: rgba(255, 240, 240, .1);
}

.section4 .title h2::after {
    background-color: #F09437;
    left: 0;
    transform: none;
}

.s4-c a {
    display: block;
    position: relative;
}

.s4-t {
    justify-content: space-between;
    align-items: flex-end;
}

.s4t-l {
    width: 49%;
}

.s4t-l ul li {
    width: 48%;
}

.s4t-l ul li a {
    display: block;
}

.s4t-l ul li a .pic {
    padding-top: 64.36%;
}

.s4t-r {
    width: 49%;
}

.s4t-r .sp-pic {
    position: relative;
}

.s4t-r .sp-pic .bf {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: url(../images/bf.png) no-repeat center center;
    width: 0.7rem;
    height: 0.7rem;
    background-size: 100% 100%;
    cursor: pointer;
}

.s4-d {
    margin-top: 0.3rem;
}

.s4-d>ul {
    justify-content: space-between;
}

.s4-d>ul>li {
    width: 49%;
}

.s4-d>ul>li:nth-child(1) a .pic {
    padding-top: 57%;
}

.s4-d>ul>li>ul {
    display: flex;
    justify-content: space-between;
}

.s4-d>ul>li>ul>li {
    width: 48%;
}

.s4-d>ul>li>ul>li:nth-child(1) .pic {
    padding-top: 118.8%;
}

.s4-d>ul>li>ul>li>ul>li .pic {
    padding-top: 59.3%;
}

.s4t-r .pic {
    padding-top: 57%;
}

.s4-c .more {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 1.04rem;
    height: 0.32rem;
    border-radius: 30px;
    line-height: 0.32rem;
    text-align: center;
    border: 1px solid #fff;
    color: #fff;
}

.s4-c .more:hover {
    background-color: #1f5bd5;
    border: 1px solid #1f5bd5;
}


/* 视频弹窗 */

.vwrap {
    display: none;
    z-index: 1040000;
    width: 100%;
    position: fixed;
}

.vwrap .videobtg {
    z-index: 900;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #000;
    opacity: 0.8;
    filter: alpha(opacity=80);
    overflow: hidden;
}

.vwrap .videobox {
    z-index: 1200;
    width: 1400px;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -700px;
    object-fit: cover;
    transform: translateY(-50%)
}

.vwrap .videobox #videobox {
    width: 100%;
    display: inline-block;
    background: #000;
}

.vwrap .videobox #videobox .img_hezi {
    padding-bottom: 60% !important
}

.vwrap .videobox #videobox video {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#videobox_wrapper {
    height: 100%!important;
}

.vwrap .close {
    z-index: 999;
    width: 31px;
    height: 31px;
    cursor: pointer;
    position: absolute;
    top: 0px;
    right: -42px;
    text-align: center;
}

.vwrap .close i {
    display: block;
    width: 31px;
    height: 31px;
    -webkit-transition: 400ms;
    transition: 400ms;
}

.vwrap .close i svg {
    transition: .6s
}

.vwrap .close:hover i svg {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

@media(max-width: 992px) {
    .vwrap .videobox {
        width: 64%;
        left: 18%;
        margin-left: 0;
        margin: 0 auto;
    }
    .vwrap .close {
        right: 0;
        top: -35px;
    }
}

@media screen and (max-width: 1360px) {

}

@media screen and (max-width: 1200px) {

.s2-r ul li{line-height: .5rem;}
.section2{padding-bottom: .6rem;display: inline-block;width:100%;}
}

@media screen and (max-width: 1024px) {
 .more a{right: 10px;}
    .index {
        margin: 0;
    }
    .s2 {
        display: block;
    }
    .s2-l {
        width: 100%;
    }
    .s2-r {
        width: 100%;
    }
.s2-r{margin-top: 20px;}
.s2-r ul li{line-height: .56rem;}


    .section4 .title {
        left: .15rem;
    }
    .s3 ul {
        margin: 0;
    }
    .s3 ul .slick-slide>div {
        margin: 0 .15rem;
        margin-top: .15rem;
    }
    .s2-r ul li:nth-child(2) {
        order: -1;
        width: 100%;
    }
}

@media screen and (max-width: 700px) {
    .s1-c ul {
        flex-wrap: wrap;
        height: auto;
        padding: .15rem 0;
    }
    .s1-c ul li {
        width: 33.333%;
        margin: .15rem 0;
    }
    .s1-c ul li a img {
        max-height: .5rem;
    }
    .s1-c ul li a p {
        font-size: .16rem;
    }
    .section2 {
        padding: .15rem 0;
    }
    .more a {
 
        display: block;
        margin: 0 auto;
        margin-top: .05rem;
    }
    .title {
        justify-content: flex-start;
        margin-bottom: .15rem;
    }
    .title h2 span {
        font-size: .24rem;
    }
    .title h2 b {
        left: 0;
        transform: none;
        font-size: .2rem;
    }
    .title h2::after {
        left: 0;
        transform: none;
    }
    .s2 {
        margin-top: .15rem;
    }
    .dt a .text {
        padding: .15rem;
        padding-right: .8rem;
    }
    .dt .slick-dots li {
        margin: 0 2px;
    }
    .dt .slick-dots {
        bottom: .15rem;
    }
    .s2-r ul li {
        width: 100%;
        height: auto;
    }
    .section3 {
        padding-top: .15rem;

    }
    .s3-c .title .bt h2 b {
        left: 50%;
        transform: translateX(-50%);
    }
    .s3-c .title h2::after {
        left: 50%;
        transform: translateX(-50%);
    }
    .s3-c .title .bt h2 {
        padding: 0 .2rem;
        padding-bottom: .2rem;
    }
    .s3 ul {
        padding-bottom: .2rem;
    }
    .section4 .title {
        position: static;
    }
    .s4-t {
        display: block;
    }
    .s4t-l {
        width: 100%;
        margin-bottom: .15rem;
    }
    .s4t-r {
        width: 100%;
    }
    .s4-d>ul {
        display: block;
    }
    .s4-d>ul>li {
        width: 100%;
        margin-bottom: .15rem;
    }
    .section4 {
        padding-bottom: .2rem;
    }
}