@charset "utf-8";
body {
    overflow-x: hidden;
}

.banner {
    position: relative;
    overflow: hidden;
}

.banner a {
    display: block;
}

.banner img {
    display: block;
    width: 100%;
}

.title {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: .5rem;
}

.title h2 {
    position: relative;
    display: flex;
    align-items: center;
    padding-bottom: .25rem
}

.title h2::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 46px;
    height: 6px;
    background: #095ec0;
}

.title h2 span {
    font-size: 0.36rem;
    font-weight: bold;
    color: #3D3D3D;
}

.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 #095ec0;
    font-size: 0.16rem;
    font-weight: normal;
    color:#095ec0;
    transition: all .6s;
}

.more a:hover {
    background: #095ec0;
    color: #fff;
}

.index {
    position: relative;
    margin-top: -0.93rem;
    z-index: 9;
}

.section1 {
    background: #fff;
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.302);
}

.s1-c ul {
    height: 1.87rem;
    padding-top: .4rem;
    padding-bottom: .3rem;
}

.s1-c ul li {
    width: 24.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.2rem;
    font-size: 0.2rem;
    color: #3D3D3D;
    transition: all .6s;
}

.s1-c ul li:hover a p {
    color:#095ec0;
}

.section2 {
    position: relative;
    padding-top: 0.8rem;
    padding-bottom: 1.2rem;
}

.s2 {
    margin-top: .35rem;
}

.s2-l {
    width: 49.8%;
}

.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;
}

.s2 span {
    padding-left: 0.25rem;
    background: url(../images/time.png) no-repeat left center;
    background-size: .13rem auto;
    font-size: 0.16rem;
    color: #fff;
}

.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: 50.2%;
}

.s2-r ul {
    flex-wrap: wrap;
    height: 100%;
}

.s2-r ul li {
    width: 50%;
    height: 50%;
    transition: all .6s;
}

.s2-r ul li:hover {
    box-shadow: 0 0 10px #b18181;
    position: relative;
    z-index: 9;
}

.s2-r ul li a {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0.00rem 0.3rem;
    height: 100%;
}

.s2-r ul li:nth-child(1) a {
    background: url(../images/s2-r-tc1.png) no-repeat center center;
    background-size: cover;
}

.s2-r ul li:nth-child(2) a {
    padding: 0;
    background: #eee;
}

.s2-r ul li:nth-child(2) a .pic {
    padding-top: 60%;
    width: 100%;
}

.s2-r ul li:nth-child(3) a {
    background: #F0F0F0;
}

.s2-r ul li:nth-child(4) a {
    background: url(../images/s2-r-tc2.png) no-repeat center center;
    background-size: cover;
}

.s2-r ul li a h2 {
    font-size: 0.18rem;
    font-weight: bold;
    line-height: 0.22rem;
    height: 0.44rem;
    color: #FFFFFF;
    overflow: hidden;
    transition: all .6s;
}

.s2-r ul li:nth-child(3) a h2 {
    color: #3B3B3B;
}

.s2-r ul li:nth-child(3) a p {
    color: #3B3B3B;
    opacity: .8;
}

.s2-r ul li a p {
    margin-top: 0.2rem;
    margin-bottom: 0.3rem;
    font-size: 0.16rem;
    line-height: 0.22rem;
    height: 0.44rem;
    color: #FFFFFF;
    opacity: .8;
}

.s2-r ul li a span {
    position: relative;
    margin-top: 0.2rem;
}

.s2-r ul li a span::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -.2rem;
    height: 1px;
    background: rgba(255, 255, 255, .5);
}

.s2-r ul li:nth-child(3) a span {
    color: #696969;
    background: url(../images/time-other.png) no-repeat left center;
}

.s2-r ul li:nth-child(3) a span::after {
    background: rgba(50, 50, 50, .5);
}

.s2-r ul li a .more {
    position: absolute;
    right: 0.28rem;
    bottom: 0.3rem;
    width: 0.2rem;
    height: 0.2rem;
    background: url(../images/s2-r-more.png) no-repeat center center;
    background-size: 0.18rem auto;
    transition: all .6s;
}

.s2-r ul li:hover a .more {
    right: .2rem;
}

.s2-r ul li:nth-child(3) a .more {
    background: url(../images/s2-r-more-other.png) no-repeat center center;
    background-size: 0.18rem auto;
}

.section3 {
    padding-top: 0.85rem;
    padding-bottom: 5.5rem;
    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;
}

.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: #095ec0;
    font-weight: bold;
}

.s3 ul li a .date span {
    display: block;
    font-size: 0.16rem;
    color:#095ec0;
}

.s3 ul li a .text {
    flex: 1;
    min-width: 0;
}

.s3 ul li a .text p {
    font-size: 0.18rem;
    line-height: 0.28rem;
    height: 0.56rem;
    color: #3B3B3B;
    transition: all .6s;
}

.s3 ul li:hover a .text p {
    font-weight: bold;
    color: #095ec0;
}

.s3-btn {
    position: relative;
    /* margin: 0.45rem 0 0 0; */
    text-align: center;
    font-size: 0;
}

.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-bottom: 0.95rem;
    margin-top: -4.75rem;
    z-index: 9;
}

.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;
    font-size: 0.16rem;
    text-align: center;
    border: 1px solid #fff;
    color: #fff;
}

.s4-c .more:hover {
    background-color: #095ec0;
    border: 1px solid #095ec0;
}


/* 视频弹窗 */

.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: 70%;
    position: fixed;
    left: 50%;
    top: 50%;
    /* margin-left: -700px; */
    object-fit: cover;
    transform: translate(-50%,-50%);
}

.vwrap .videobox #videobox {
    width: 100%;
    display: inline-block;
    background: #000;
}

.vwrap .videobox #videobox .img_hezi {
    padding-bottom: 56% !important;
}

.vwrap .videobox #videobox video {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#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: 94%;
        /* left: 3%; */
        /* margin-left: 0; */
    }
    .vwrap .close {
        right: 0;
        top: -35px;
    }
}

@media screen and (max-width: 1360px) {
.vwrap .videobox{    width: 80%;}
    .s2-r ul li a p {
        margin: .1rem 0;
    }
    .s2-r ul li a span {
        margin-top: .1rem;
    }
    .s2-r ul li a {
        padding: 0.15rem 0.3rem;
    }
    .s2-r ul li a span::after {
        top: -.1rem;
    }
    .s2-r ul li a .more {
        bottom: .15rem;
    }
}

@media screen and (max-width: 1200px) {}

@media screen and (max-width: 1024px) {
    .more a {
        right: .1rem;
    }
    .index {
        margin: 0;
    }
    .s2 {
        display: block;
    }
    .s2-l {
        width: 100%;
    }
    .s2-r {
        width: 100%;
    }
    .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: 49%;
        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 {
        position: static;
        display: block;
        margin: 0 auto;
        margin-top: .15rem;
    }
    .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: 100%;
    }
    .section3 {
        padding-top: .15rem;
        padding-bottom: 5rem;
    }
    .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;
    }
}