@charset "utf-8";
.header.on {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
height:1.38rem;
    background: url(../images/head-bg.png) repeat-x center top;
    background-size: auto 100% !important;
z-index:99;
}

.banner-slick a img {
    display: block;
    width: 100%;
    -webkit-transition: 6s 1s linear;
    -webkit-transform: scale(1);
}

.banner .slick-slide.slick-current a img {
    -webkit-transform: scale(1.1)
}

.side-nav {
    position: fixed;
    right: .3rem;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99;
}

.side-nav ul li {
    cursor: pointer;
}

.side-nav ul li a {
    position: relative;
    padding-right: .4rem;
    display: block;
    height: .3rem;
    line-height: .3rem;
    text-align: right;
}

.side-nav ul li a::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: .15rem;
    width: .06rem;
    height: .06rem;
    border-radius: 50%;
    background: #888888;
}

.side-nav ul li a::before {
    content: "";
    position: absolute;
    width: .19rem;
    height: .2rem;
    top: 50%;
    transform: translateY(-50%);
    background: url(../images/nav-r-qq.png) no-repeat center center;
    background-size: .19rem auto;
    right: .08rem;
    opacity: 0;
    z-index: -1;
    transition: all .3s;
}

.side-nav.on ul li a::before {
    background: url(../images/nav-r-qq-other.png) no-repeat center center;
    background-size: .19rem auto;
}

.side-nav ul li.active a::before {
    opacity: 1;
    z-index: 1;
}

.side-nav ul li.active a::after {
    background: #5c1fa7;
}

.side-nav.on ul li.active a::after {
    background: #fff;
}

.side-nav ul li span {
    font-size: .14rem;
    color: #888;
    font-family: "sihei";
    cursor: pointer;
}

.side-nav ul li.active a span {
    font-size: .14rem;
    color: #5c1fa7;
}

.side-num {
    position: absolute;
    padding-top: .7rem;
    text-align: center;
    right: -.07rem;
    font-size: .14rem;
    color: #888888;
    font-family: "sihei";
}

.side-num span {
    font-size: .22rem;
    color: #5c1fa7;
}

.side-num::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: .15rem;
    width: 1px;
    height: .5rem;
    background: #888888;
}

.title {
    justify-content: space-between;
    align-items: flex-end;
}

.title h2 {
    font-weight: normal;
}

.title h2 span {
    font-size: 0.3rem;
    color: #5c1fa7;
    line-height: 1;
    text-transform: uppercase;
    font-family: "sisong";
}

.title h2 p {
    padding-top: .1rem;
    font-size: .4rem;
    color: #333;
    line-height: 1;
    font-family: "sihei";
}

.title a {
    position: relative;
    right: 0;
    padding-right: .7rem;
    font-size: .16rem;
    line-height: .3rem;
    color: rgb(92 31 167);
    background: url(../images/more.png) no-repeat 98% center;
    background-size: .58rem auto;
    transition: all .3s;
}

.title a:hover {
    right: 5px;
    color: #5c1fa7;
}

.section1 {
    position: relative;
    padding-top: 0.6rem;
    padding-bottom: 0.4rem;
    background: url(../images/sect1-r-bg.png) no-repeat right top;
    overflow: hidden;
}

.section1::after {
    content: "";
    position: absolute;
    left: 0;
    top: .45rem;
    width: 5.92rem;
    height: 1.58rem;
    background: url(../images/s1-l-bg.png) no-repeat center center;
    background-size: 5.92rem auto;
}

.sect1 {
    position: relative;
    justify-content: space-between;
    z-index: 6;
}

.s1-l {
    width: 58.75%;
}

.news {
    margin-top: .3rem;
}

.news-l {
    width: 4.5rem;
    background: url(../images/news-l-bg.jpg) no-repeat center center;
    background-size: cover;
    border-radius: 5px;
    padding: .3rem .35rem;
    padding-bottom: .5rem;
}

.xw-tpp a {
    display: block;
}

.xw-tpp a .pic {
    padding-top: 75%;
}

.xw-tpp a .text {
    color: #fff;
    padding-top: .2rem;
}

.xw-tpp a .text span {
    font-size: .16rem;
    font-family: "Arial";
    opacity: .6;
}

.xw-tpp a .text h2 {
    margin: .1rem 0;
    line-height: .2rem;
    font-size: .18rem;
    color: #fff;
    max-height: .4rem/0;
    font-weight: normal;
}

.xw-tpp a .text p {
    line-height: .21rem;
    font-size: .14rem;
    opacity: .8;
    max-height: 63rem/0;
}

.news-r {
    padding-top: .1rem;
    width: calc(100% - 4.5rem);
    background: #fff;
    box-shadow: 0px 0px 50px 0px rgba(184, 184, 184, 0.2);
}

.news-r ul li {
    position: relative;
}

.news-r ul li::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 100%;
    background: #5c1fa7;
    transition: all .3s;
}

.news-r ul li:hover::after {
    right: 0;
}

.news-r ul li a {
    position: relative;
    display: block;
    padding: .15rem .7rem .15rem .4rem;
    z-index: 6;
}

.news-r ul li a span {
    font-size: .14rem;
    color: #333;
    padding-left: .2rem;
    background: url(../images/time.png) no-repeat left center;
    background-size: .14rem auto;
    font-family: "Arial";
}

.news-r ul li:hover a span {
    background: url(../images/time.png) no-repeat left center;
    background-size: .14rem auto;
    color: #fff;
}

.news-r ul li a p {
    margin-top: 0.1rem;
    font-size: .16rem;
    color: #333;
    line-height: .2rem;
    height: .4rem;
}

.news-r ul li:hover a p {
    color: #fff;
}

.s1-r {
    width: 38.75%;
}

.date-list {
    margin-top: .3rem;
}

.date-list li {
    margin-top: .15rem;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0px 0px 50px 0px rgba(184, 184, 184, 0.2);
    transition: all .3s;
}

.date-list li:hover {
    background: #5c1fa7;
}

.date-list li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: .3rem;
}

.date-list li a .date {
    width: .6rem;
    height: .6rem;
    border: 1px solid #f4f4f4;
    text-align: center;
}

.date-list li:hover a .date {
    border: 1px solid #5c1fa7;
    background: #6d36b0;
}

.date-list li a .date p {
    line-height: .39rem;
    font-size: .3rem;
    color: #5c1fa7;
    font-weight: bold;
}

.date-list li:hover a .date p {
    color: #fff;
}

.date-list li a .date span {
    display: block;
    line-height: .2rem;
    background: #5c1fa7;
    font-size: .12rem;
    color: rgba(255, 255, 255, .8);
    font-family: "Arial";
}

.date-list li:hover a .date span {
    background: #8a5ec0;
}

.date-list li a .text {
    width: calc(100% - .9rem);
}

.date-list li a .text p {
    font-size: .18rem;
    color: #333;
    line-height: .26rem;
    max-height: .52rem/0;
}

.date-list li:hover a .text p {
    color: #fff;
}

.section2 {
    position: relative;
    padding-top: .9rem;
    padding-bottom: .5rem;
    background: url(../images/s2-bg.jpg) no-repeat left top;
}

.section2::after {
    /* content: ""; */
    position: absolute;
    right: 0;
    top: .9rem;
    width: 4.8rem;
    bottom: 0;
    background: url(../images/s2-r-bg.jpg) no-repeat center center;
    background-size: cover;
    z-index: 3;
}

.sect2 {
    position: relative;
    justify-content: space-between;
    z-index: 6;
}

.sect2 .title {
    position: absolute;
    top: 0;
    left: 0;
    width: 53.5%;
    z-index: 9;
}

.title a.more-other {
    font-size: .18rem;
    color: #5c1fa7;
    font-family: "sihei";
    padding-right: .3rem;
    background: url(../images/more-other.png) no-repeat right center;
}

.sect2-l {
    width: 53.5%;
    padding-top: 1rem;
}

.sect2-l ul li a {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: .3rem 0;
    padding-right: 1.55rem;
    border-bottom: 1px solid #d9d9d9;
}

.sect2-l ul li a .more {
    position: absolute;
    width: .6rem;
    height: .6rem;
    border-radius: 50%;
    right: .1rem;
    top: 50%;
    transform: translateY(-50%);
    border: .08rem solid transparent;
    background: #eee8f6 url(../images/s2-r-more.png) no-repeat center center;
    transition: all .3s;
}

.sect2-l ul li:hover a .more {
    border: .08rem solid #c7d2e8;
    background: #013ba7 url(../images/s2-r-more-other.png) no-repeat center center;
}

.sect2-l ul li a .tpp {
    width: 1.12rem;
}

.sect2-l ul li a .tpp .pic {
    padding-top: 100%;
}

.sect2-l ul li a .text {
    width: calc(100% - 1.4rem);
}

.sect2-l ul li a .text span {
    padding-left: .25rem;
    background: url(../images/s2-r-time.png) no-repeat left center;
    background-size: .17rem auto;
    font-size: .18rem;
    color: #777;
}

.sect2-l ul li a .text p {
    margin-top: .2rem;
    line-height: .3rem;
    font-size: .2rem;
    color: #333;
    max-height: .6rem/0;
}

.sect2-l ul li:hover a .text p {
    color: #5c1fa7;
}

.sect2-r {
    position: relative;
    width: 37.5%;
    z-index: 6;
    /* margin-top: 1rem; */
}

.sect2-r .s2-jz a {
    position: relative;
    display: block;
}

.sect2-r .s2-jz a .pic {
    padding-top: 111.63%;
}

.sect2-r .s2-jz a .text {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../images/s2-t-tc.png) no-repeat center center;
    background-size: cover;
    z-index: 99;
    padding: .2rem .4rem;
}

.sect2-r .s2-jz a .text p {
    line-height: .3rem;
    font-size: .18rem;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sect2-r .s2-jz a .text p img {
    display: inline-block;
    vertical-align: middle;
    padding-right: .15rem;
    max-height: .18rem;
}

.section3 {
    position: relative;
    padding-top: 1.15rem;
    padding-bottom: .9rem;
    background: url(../images/sect3-bg.jpg) no-repeat center top;
    background-size: 100% auto;
}

.s3>ul {
    margin: 0 -.49rem;
}

.s3 ul li a {
    position: relative;
    top: 0;
    display: block;
    padding: .35rem .4rem;
    margin: .5rem .49rem;
    background: #fff;
    box-shadow: 0px 0px 50px 0px rgba(184, 184, 184, 0.2);
    transition: all .3s;
}

.s3 ul li a span {
    font-size: .16rem;
    color: #333;
    opacity: .6;
}

.s3 ul li:hover a span {
    color: #fff;
}

.s3 ul li a p {
    margin-top: .15rem;
    line-height: .26rem;
    font-size: .18rem;
    color: #333;
    max-height: .52rem/0;
}

.s3 ul li:hover a p {
    color: #fff;
}

.s3 ul li a .pic {
    padding-top: 56.26%;
    margin: .22rem 0;
}

.s3 ul li a .more {
    font-size: .16rem;
    color: rgba(51, 51, 51, .6);
    padding-right: .6rem;
    line-height: .23rem;
    background: url(../images/s3-more.png) no-repeat right center;
    background-size: .58rem auto;
}

.s3 ul li:hover a .more {
    color: #fff;
    background: url(../images/s3-more-other.png) no-repeat right center;
    background-size: .58rem auto;
}

.s3 ul li:hover a {
    background: #5c1fa7;
    top: -.22rem;
}

.s3 .slick-dots,
.s4 .slick-dots {
    position: relative;
    height: .25rem;
    width: 100%;
}

.s3 .slick-dots li,
.s4 .slick-dots li {
    width: auto;
    height: auto;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    bottom: 0;
    opacity: 0;
    z-index: -1;
}

.s3 .slick-dots li.slick-active,
.s4 .slick-dots li.slick-active {
    opacity: 1;
    z-index: 1;
}

.s3 .slick-dots li .dot-page,
.s4 .slick-dots li .dot-page {
    width: 100%;
    height: 100%;
    font-size: .2rem;
    color: rgba(85, 85, 85, .8);
    vertical-align: middle;
}

.s3 .slick-dots li .dot-page span,
.s4 .slick-dots li .dot-page span {
    font-size: .3rem;
    color: #5c1fa7;
    font-family: "Arial";
    padding-right: .15rem;
}

.s3 .slick-dots li .dot-page b,
.s4 .slick-dots li .dot-page b {
    font-weight: normal;
    font-size: .2rem;
    color: rgba(85, 85, 85, .8);
    padding-left: .15rem;
}

.s3 .slick-prev,
.s4 .slick-prev {
    top: auto;
    transform: none;
    left: 43%;
    bottom: -.1rem;
    width: .38rem;
    height: .38rem;
    border-radius: 50%;
    border: 1px solid #6f38b1;
    background: url(../images/jt-l.png) no-repeat center center;
    transition: all .3s;
}

.s3 .slick-prev:hover,
.s4 .slick-prev:hover {
    border: 1px solid #013ba7;
  
}

.s3 .slick-next,
.s4 .slick-next {
    top: auto;
    transform: none;
    right: 43%;
    bottom: -.1rem;
    width: .38rem;
    height: .38rem;
    border-radius: 50%;
    border: 1px solid #6f38b1;
    background: url(../images/jt-r.png) no-repeat center center;
}

.s3 .slick-next:hover,
.s4 .slick-next:hover {
    border: 1px solid #013ba7;
    
}

.section3 #lizi {
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    left: 0;
    right: 0;
    height: 5rem;
    bottom: .78rem;
    z-index: 6;
}

.section3 #lizi canvas {}

.sect3 {
    position: relative;
    z-index: 9;
}

.section4 {
    padding-top: .75rem;
    padding-bottom: .8rem;
    background: url(../images/section4-bg.jpg) no-repeat center bottom;
    background-size: cover;
    overflow: hidden;
}

.s4 .slick-list {
    overflow: visible;
    padding-left: 1.85rem;
    padding-right: 5.45rem;
}

.s4>ul li a {
    position: relative;
    top: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0.75rem 0.25rem 0.5rem 0.25rem;
    box-shadow: 0rem 0rem 0.5rem 0rem rgba(184, 184, 184, 0.2);
    background: #fff;
    padding: 0.4rem;
    transition: all .3s;
}

.s4>ul li:hover a {
    top: -5px;
    box-shadow: 0 0 20px #dddada;
}

.s4>ul li a .tpp {
    width: 4.85rem;
}

.s4>ul li a .tpp .pic {
    padding-top: 66.31%;
}

.s4>ul li a .text {
    width: calc(100% - 5.2rem);
}

.s4>ul li a .text .info p {
    font-size: .18rem;
    color: #333;
    line-height: .4rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.s4>ul li a .text .info p img {
    display: inline-block;
    vertical-align: middle;
    padding-right: .15rem;
    height: .36rem;
}

.s4>ul li a .text .nr {
    margin-top: .2rem;
    padding-top: .2rem;
    border-top: 1px solid #d9d9d9;
}

.s4>ul li a .text .nr h2 {
    font-size: .24rem;
    color: #5c1fa7;
    font-family: "sihei";
}

.s4>ul li a .text .nr p {
    margin-top: .15rem;
    margin-bottom: .25rem;
    line-height: .24rem;
    font-size: .16rem;
    color: #333;
    opacity: .8;
    font-family: "sihei";
    max-height: .72rem/0;
}

.s4>ul li a .text .nr .more {
    font-size: .16rem;
    color: rgba(51, 51, 51, .6);
    padding-right: .6rem;
    background: url(../images/s3-more.png) no-repeat right center;
    background-size: 0.58rem auto;
}

.s4>ul li:hover a .text .nr .more {
    color: #5c1fa7;
}

@media screen and (max-width: 1200px) {
    .s3>ul {
        margin: 0;
    }
    .s3 ul li a {
        margin: .3rem .15rem;
        box-shadow: 0px 0px 15px 0px rgba(184, 184, 184, 0.2);
    }
    .sect2 .title {
        left: .15rem;
    }
    .side-nav {
        display: none;
    }
    .date-list li a .date {
        width: .7rem;
    }
    .s3 .slick-prev,
    .s4 .slick-prev {
        left: 40%;
    }
    .s3 .slick-next,
    .s4 .slick-next {
        right: 40%;
    }
    .s4 .slick-list {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

@media screen and (max-width: 1024px) {
    .s1-l {
        width: 100%;
    }
    .s1-r {
        width: 100%;
        margin-top: .15rem;
    }
    .sect2-r {
        width: 42%;
    }
}

@media screen and (max-width: 1000px) {
    .sect2 .title {
        position: static;
        width: 100%;
    }
    .sect2-l {
        width: 100%;
    }
    .sect2-r {
        width: 100%;
        margin-top: .15rem;
    }
    .section2::after {
        top: auto;
        bottom: 0;
        height: 6rem;
    }
}

@media screen and (max-width: 768px) {
    .s3 .slick-prev,
    .s4 .slick-prev {
        left: 30%;
    }
    .s3 .slick-next,
    .s4 .slick-next {
        right: 30%;
    }
}

@media screen and (max-width: 700px) {
    .section1 {
        padding-top: .15rem;
        padding-bottom: .15rem;
    }
    .title h2 span {
        font-size: .16rem;
    }
    .title h2 p {
        font-size: .24rem;
        padding-top: 0;
    }
    .news-l {
        width: 100%;
    }
    .news-r {
        width: 100%;
    }
    .news-l {
        padding: .2rem;
    }
    .news-r ul li a {
        padding: .15rem;
    }
    .date-list li a {
        padding: .15rem;
    }
    .section2 {
        padding-top: .15rem;
        padding-bottom: .15rem;
    }
    .sect2-l {
        padding-top: .15rem;
    }
    .sect2-l ul li a {
        padding: .15rem 0;
        padding-right: .5rem;
    }
    .sect2-l ul li a .more {
        width: .35rem;
        height: .35rem;
        background-size: .15rem auto;
    }
    .section2::after {
        height: 4rem;
    }
    .section3 {
        padding-top: 1rem;
        padding-bottom: .3rem;
    }
    .section4 {
        padding-top: .15rem;
        padding-bottom: .3rem;
    }
    .s4 .slick-list {
        padding: 0;
    }
    .s4>ul li a {
        display: block;
        padding: .15rem;
        margin: .15rem;
    }
    .s4>ul li a .tpp {
        width: 100%;
    }
    .s4>ul li a .text {
        width: 100%;
        margin-top: .15rem;
    }
    .news-r ul li a p {
        height: auto;
    }
}