@charset "UTF-8";

.side {
    position: fixed;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 1.45rem;
    z-index: 9999;
    background: url(../images/side-bg.png) no-repeat;
    background-size: 100% 100%;
    min-height: 5.6rem;
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.1));
    display: none;
}

.side-lg img {
    width: 1.22rem;
    height: 1.22rem;
    margin: .1rem auto;
    display: block;
    margin-bottom: .2rem;
}

.side ul {
    padding: 0 .15rem;
}

.side ul li a {
    color: #ffffff;
    font-size: .16rem;
    line-height: .46rem;
    display: block;
    text-align: center;
    border-bottom: .01rem solid rgba(255, 255, 255, 0.2);
    transition: all 0.3s;
}

.side ul li a:hover {
    background-color: #FF9933;
}

@font-face {
    font-family: MiSans;
    src: url('fonts/MiSans-Regular.ttf');
    font-style: normal;
}

a {
    display: block;
}

.banner {
    position: relative;
    overflow: hidden;
}

.banner ul li video,
.banner ul li a img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
}

.banner ul li a {
    display: block;
    position: relative;
    padding-top: 100vh;
    overflow: hidden;
}

.banner .slick {
    position: relative;
    z-index: 9;
}

.banner .slick-slide a {
    display: block;
    position: relative;
}

.banner .slick-prev {
    width: .23rem;
    height: .41rem;
    background: url(../images/banner-l.png) no-repeat;
    background-size: 100% 100%;
    left: 1.2rem;
}

.banner .slick-next {
    width: .23rem;
    height: .41rem;
    background: url(../images/banner-r.png) no-repeat;
    background-size: 100% 100%;
    right: 1.2rem;
}

.banner .slick-dots {
    bottom: .4rem;
}

.banner .slick-dots li {
    width: .6rem;
    height: .3rem;
    background: url(../images/ban-d1.png) no-repeat center center;
    background-size: .3rem;
    margin: 0;
}

.banner .slick-dots li.slick-active {
    background: url(../images/ban-d2.png) no-repeat center center;
    background-size: 100%;
}

.banner .slick-slide.slick-current a img {
    animation: img_scale 8s linear;
}

@keyframes img_scale {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

/* s1 */

.s1 .tit {
    text-align: center;
}

.tit {
    position: relative;
    margin-bottom: .4rem;
    font-size: 0;
}

.tit h3 {
    margin-bottom: .1rem;
}

.tit h3 b {
    font-family: MiSans;
    font-size: .4rem;
    line-height: 1;
    color: #000000;
    position: relative;
    font-weight: normal;
}

.tit h3 b:first-child {
    margin-right: .3rem;
}

.tit h3 b:first-child:after {
    content: '';
    width: .06rem;
    height: .06rem;
    background: #000000;
    position: absolute;
    top: 50%;
    right: -0.18rem;
    transform: translateY(-50%);
}

.tit p {
    font-family: MiSans;
    font-size: .14rem;
    color: #666666;
    line-height: 1;
}

.tit-c {
    text-align: left;
    display: inline-block;
    padding-left: .2rem;
    position: relative;
}

.tit-c::before {
    content: '';
    position: absolute;
    width: .08rem;
    height: 90%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background: #0075BE;
}

.more a {
    font-family: MiSans;
    font-size: .14rem;
    line-height: .14rem;
    color: #3D3D3D;
    line-height: .4rem;
    width: 1rem;
    text-align: center;
    border: .01rem solid #000000;
    transition: all 0.3s;
}

.more {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.more a:hover {
    color: #0075BE;
    letter-spacing: .02rem;
}

.s1 {
    padding-top: .95rem;
    padding-bottom: .72rem;
}

.s1-c {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.s1-ban {
    width: 58%;
    margin-right: .5rem;
}

.s1-ban a {
    position: relative;
}

.s1-ban a::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 30%;
    width: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
    z-index: 2;
}

.s1-ban .pic {
    padding-top: 71%;
}

.s1-r {
    flex: 1;
    min-width: 0;
}

.s1-tx {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: .3rem;
    z-index: 3;
}

.s1-tx p {
    font-size: .2rem;
    color: #FFFFFF;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 70%;
}

.s1-date {
    position: absolute;
    left: .3rem;
    top: .3rem;
    background: #0075BE;
    padding: .1rem;
    text-align: center;
}

.s1-date b {
    font-size: .24rem;
    font-weight: bold;
    text-align: center;
    color: #FFFFFF;
    line-height: 1;
    display: block;
}

.s1-date span {
    font-size: .16rem;
    text-align: center;
    color: #FFFFFF;
    line-height: 1;
    display: block;
    margin-bottom: .1rem;
}

.s1-ban .slick-dots {
    width: auto;
    left: auto;
    right: .2rem;
    bottom: .3rem;
}

.s1-ban .slick-dots li {
    width: .1rem;
    height: .1rem;
    background: #ffffff;
    border-radius: 50%;
    transition: all 0.3s;
    margin: 0 .1rem;
}

.s1-ban .slick-dots li.slick-active {
    background: #0075BE;
    transform: scale(1.2);
}

.s1-r p {
    font-size: .16rem;
    color: #0075BE;
    margin-bottom: .1rem;
    position: relative;
    background: url(../images/s1-line.png) no-repeat 1rem center;
    background-size: 4rem;
    font-weight: 600;
    line-height: 1;
}

.s1-r h3 {
    font-size: .18rem;
    line-height: .28rem;
    height: .56rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-align: justify;
    color: #3D3D3D;
}

.s1-r ul li {
    margin-bottom: .06rem;
}

.s1-r ul li:last-child {
    margin-bottom: 0;
}

.s1-r ul li a {
    padding: .1rem .3rem;
    transition: all 0.3s;
}

.s1-r ul li.on a {
    padding: .3rem .3rem;
    background: url(../images/s1-tbg.jpg) no-repeat;
    background-size: 100% 100%;
}

.s1-r ul li.on a h3 {
    color: #ffffff;
}

.s1-r ul li.on a p span {
    color: #ffffff;
}

/* s2 */
.s2 {
    padding-top: 1.4rem;
    padding-bottom: 1.2rem;
    background: url(../images/s2-bg.png) no-repeat center center;
    background-size: cover;
}


.tit.white h3 b:first-child:after {
    background: #ffffff;
}

.tit.white h3 b {
    color: #ffffff;
}

.tit.white p {
    color: #ffffff;
}

.tit.white .tit-c::before {
    background: #ffffff;
}

.tit.white .more a {
    color: #ffffff;
    border-color: #fff;
}

.s2-c {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.s2-c>div {
    width: 48%;
}

.s2-l-list ul li {
    margin-bottom: .25rem;
}

.s2-l-list ul li a {
    display: flex;
    align-items: center;
}

.s2-l-list .date {
    width: .88rem;
    height: .88rem;
    background: url(../images/s2-datebg1.png) no-repeat center center;
    background-size: .8rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    margin-right: .2rem;
    flex-shrink: 0;
    transition: all 0.3s;
}

.s2-l-list ul li a:hover .date {
    background: url(../images/s2-datebg2.png) no-repeat center center;
    background-size: 100%;
    padding-left: .1rem;
}

.s2-l-list .date b {
    font-size: .32rem;
    line-height: 1.2;
    font-weight: bold;
}

.s2-l-list .date span {
    font-size: .14rem;
    opacity: 0.8;
}

.s2-l-list .text {
    flex: 1;
}

.s2-l-list .text h3 {
    font-size: .18rem;
    color: #ffffff;
    line-height: .28rem;
    max-height: .56rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.s2-l-list ul li a:hover .text h3 {
    font-weight: 600;
}

.s2-r-list {
    position: relative;
}

.s2-r-list::before {
    content: '';
    position: absolute;
    left: 1.45rem;
    top: .3rem;
    bottom: .3rem;
    width: .01rem;
    background: rgba(0, 0, 0, 0.05);
}

.s2-r-list ul {
    position: relative;
    z-index: 2;
}

.s2-r-list ul li a {
    display: flex;
    align-items: center;
    padding: .17rem 0;
}

.s2-r-list .date {
    font-size: .16rem;
    color: #ffffff;
    width: 1.2rem;
    text-align: center;
    line-height: .4rem;
    border-radius: 0 .2rem 0 .2rem;
    transition: all 0.3s;
}


.s2-r-list ul li a:hover .date {
    background: #FF8A00;
}

.s2-r-list .icon {
    width: .12rem;
    height: .12rem;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    margin: 0 .2rem;
    position: relative;
    flex-shrink: 0;
}

.s2-r-list .icon::after {
    content: '';
    position: absolute;
    width: .04rem;
    height: .04rem;
    background: #ffffff;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.s2-r-list .text {
    flex: 1;
    overflow: hidden;
}

.s2-r-list .text h3 {
    font-size: .18rem;
    color: #ffffff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.s2-r-list ul li a:hover .text h3 {
    font-weight: 600;
}

/* s3 */
.s3 {
    padding-top: .9rem;
    padding-bottom: .9rem;
    background: url(../images/s3-bg.png) no-repeat center bottom;
    background-size: cover;
}

.s3 .tit {
    text-align: center;
}

.s3-list1 {
    display: flex;
    justify-content: space-between;
    margin-bottom: .3rem;
}

.s3-list1 li {
    width: 32%;
}

.s3-list1 li a {
    position: relative;
    display: block;
    overflow: hidden;
}

.s3-list1 li a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
    z-index: 1;
}

.s3-list1 .pic {
    position: relative;
    padding-top: 66%;
    overflow: hidden;
}

.s3-list1 .pic img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
}

.s3-list1 li a:hover .pic img {
    transform: scale(1.1);
}

.s3-list1 .date {
    position: absolute;
    top: .2rem;
    left: .2rem;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: .1rem;
    border-radius: 0rem .1rem 0rem .1rem;
    z-index: 2;
}

.s3-list1 .date.blue {
    background: #0075BE;
}

.s3-list1 .date.orange {
    background: #FF8A00;
}

.s3-list1 .date b {
    font-size: .3rem;
    font-weight: bold;
    line-height: 1.1;
}

.s3-list1 .date span {
    font-size: .12rem;
}

.s3-list1 li a:hover .date {
    background: #FF9933;
}

.s3-list1 .text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: .2rem;
    z-index: 2;
}

.s3-list1 .text p {
    color: #fff;
    font-size: .18rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.s3-list2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.s3-list2 li {
    width: 48%;
    border-bottom: 1px solid #E5E5E5;
    padding: .3rem 0;
    position: relative;
}

.s3-list2 li::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0%;
    height: .03rem;
    background: #0075BE;
    transition: all 0.3s;
}

.s3-list2 li:hover:after {
    width: 100%;
}

.s3-list2 li:hover h3 {
    font-weight: 600;
    color: #0075BE;
}

.s3-list2 li:hover .date span,
.s3-list2 li:hover .date b {
    color: #0075BE;
}

.s3-list2 li.on {
    border-bottom-color: #0075BE;
}

.s3-list2 li a {
    display: flex;
    align-items: center;
}

.s3-list2 .date {
    width: .8rem;
    text-align: left;
    border-right: 1px solid #E5E5E5;
    margin-right: .3rem;
    flex-shrink: 0;
}

.s3-list2 li.on .date {
    border-right-color: #0075BE;
}

.s3-list2 .date b {
    display: block;
    font-size: .18rem;
    color: #333;
    font-weight: bold;
    line-height: 1.2;
}

.s3-list2 li.on .date b {
    color: #0075BE;
}

.s3-list2 .date span {
    display: block;
    font-size: .14rem;
    color: #999;
}

.s3-list2 li.on .date span {
    color: #0075BE;
}

.s3-list2 .text {
    flex: 1;
    overflow: hidden;
}

.s3-list2 .text h3 {
    font-size: .18rem;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.3s;
}

.s3-list2 li.on .text h3 {
    color: #0075BE;
    font-weight: bold;
}

.s3-list2 li a:hover .text h3 {
    color: #0075BE;
}

/* s4 */
.s4 {
    display: flex;
    flex-wrap: wrap;
}

.s4-l {
    width: 50%;
    background: url(../images/s4-lbg.jpg) no-repeat center center;
    background-size: cover;
    display: flex;
    justify-content: flex-end;
}

.s4-r {
    width: 50%;
    background: url(../images/s4-rbg.jpg) no-repeat center center;
    background-size: cover;
    display: flex;
    justify-content: flex-start;
    background: #FFFFFF;
    box-shadow: 0rem .1rem .1rem 0rem rgba(0, 0, 0, 0.05);
}

.s4-in {
    width: 7rem;
    max-width: 100%;
    padding: .9rem 0;
}

.s4-l .s4-in {
    padding-right: .4rem;
    padding-left: .2rem;
}

.s4-r .s4-in {
    padding-left: .4rem;
    padding-right: .2rem;
}

/* s4-l-list */
.s4-l-list {
    margin-bottom: .4rem;
}

.s4-l-list ul li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.s4-l-list ul li a {
    display: flex;
    align-items: center;
    padding: .2rem 0;
    color: #ffffff;
    transition: all 0.3s;
}

.s4-l-list ul li a:hover h3 {
    font-weight: 600;
}

.s4-l-list .icon {
    width: 16px;
    height: 16px;
    margin-right: .15rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.s4-l-list ul li a:hover .icon svg path {
    fill: #FF8A00;
    transition: all 0.3s;
}

.s4-l-list .text {
    flex: 1;
    overflow: hidden;
}

.s4-l-list .text h3 {
    font-size: .18rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: normal;
}

.s4-l-list .date {
    font-size: .16rem;
    margin-left: .2rem;
    flex-shrink: 0;
    opacity: 0.8;
}

.s4-l-pic a {
    display: block;
    position: relative;
    overflow: hidden;
}

.s4-l-pic .pic {
    padding-top: 50%;
    position: relative;
}

.s4-l-pic .pic img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
}

.s4-l-pic a:hover .pic img {
    transform: scale(1.1);
}

.s4-l-pic a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
    z-index: 1;
}

.s4-l-pic .text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: .2rem;
    color: #ffffff;
    font-size: .18rem;
    z-index: 2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* s4-r-pic */
.s4-r-pic {
    margin-bottom: .4rem;
}

.s4-r-pic a {
    display: block;
    position: relative;
    overflow: hidden;
}

.s4-r-pic .pic {
    padding-top: 50%;
    position: relative;
}

.s4-r-pic .pic img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
}

.s4-r-pic a:hover .pic img {
    transform: scale(1.1);
}

.s4-r-pic a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
    z-index: 1;
}

.s4-r-pic .text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: .2rem;
    color: #ffffff;
    font-size: .18rem;
    z-index: 2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* s4-r-list */
.s4-r-list ul li {
    border-bottom: 1px solid #E5E5E5;
    padding: .2rem 0;
}

.s4-r-list ul li a {
    display: flex;
    align-items: center;
}

.s4-r-list .date {
    text-align: center;
    margin-right: .3rem;
    flex-shrink: 0;
}

.s4-r-list .date b {
    display: block;
    font-size: .36rem;
    color: #333;
    line-height: 1.1;
    font-family: Arial;
    font-weight: normal;
}

.s4-r-list .date span {
    display: block;
    font-size: .14rem;
    color: #999;
}

.s4-r-list ul li.on .date b,
.s4-r-list ul li a:hover .date b {
    color: #0075BE;
}

.s4-r-list ul li.on .date span,
.s4-r-list ul li a:hover .date span {
    color: #0075BE;
}

.s4-r-list .text {
    flex: 1;
    overflow: hidden;
}

.s4-r-list .text h3 {
    font-size: .2rem;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.3s;
}

.s4-r-list ul li.on .text h3,
.s4-r-list ul li a:hover .text h3 {
    color: #0075BE;
    font-weight: bold;
}

/* s5 */
.s5-6 {
    background: url(../images/s6-bg.png) no-repeat center bottom;
    background-size: 100%;
}

.s5 {
    padding: .9rem 0;
}

.s5-c a .pic {
    padding-top: 74%;
}

.s5-c a {
    position: relative;
}

.s5-lt ul li a {
    margin: 0 .12rem;
}

.s5-lt .slick-dots li button {
    font-size: .18rem;
    color: rgba(0, 0, 0, 0.2);
    line-height: 0;
    padding: 0;
    opacity: 1;
    display: block;
}

.s5-lt .slick-dots li.slick-active button {
    color: #0075BE;
    font-size: .32rem;
    font-weight: 600;
}

.s5-lt .slick-dots {
    right: 2.8rem;
    width: auto;
    bottom: -1.2rem;
}

.s5-c p {
    color: #ffffff;
    font-size: .2rem;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: .5rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    z-index: 3;
}

.s5-lt p {
    opacity: 0;
}

.s5-ban {
    width: 6.56rem;
    position: relative;
    z-index: 2;
    margin-right: .85rem;
}



.s5-lt a::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 1;
}

.s5-ban a::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 30%;
    width: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    z-index: 1;
}

.s5-ban a {
    position: relative;
}

.s5-c {
    position: relative;
}

.s5-lt {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
}

/* 进度条 */
.s5-box {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
}

.s5-state {
    width: 3.5rem;
}

.s5-state div {
    height: 2px;
    background: rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
}

.s5-state span {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 0;
    background: #0075BE;
    transition: all 0.3s;
}

/* 进度条 */


/* s6 */
.s6 {
    padding-bottom: 1.1rem;
}

.s6-lt>ul {
    margin: 0 -0.2rem;
}

.s6-lt ul li a {
    margin: 0 .2rem;
}

.s6-lt ul li a .pic {
    padding-top: 149%;
}

.s6-lt ul li a:hover .pic img {
    transform: scale(1);
}




.index {
    min-height: 100vh;
}











@media screen and (max-width: 1024px) {
    .side {
        display: none !important;
    }

    .s1 {
        padding: .3rem 0;
    }

    .banner ul li a {
        padding-top: 50%;
    }

    .s1 .tit {
        text-align: left;
    }

    .tit h3 b {
        font-size: .3rem;
    }

    .s1-ban {
        width: 100%;
        margin: 0;
        margin-bottom: .3rem;
    }

    .s1-r {
        flex: auto;
        width: 100%;
    }

    .s2-c>div {
        width: 100%;
    }

    .s2-l {
        margin-bottom: .5rem;
    }

    .s2 {
        padding: 1rem 0;
    }

    .s3 {
        padding: .3rem 0;
    }

    .s3 .tit {
        text-align: left;
    }

    .s3-list2 li {
        width: 100%;
    }

    .s4-l {
        width: 100%;
    }

    .s4-r .s4-in,
    .s4-l .s4-in {
        width: 100%;
        padding: .3rem .2rem;
    }

    .s4-r {
        width: 100%;
    }

    .s5-ban {
        display: none;
    }

    .s5-lt {
        position: static;
        transform: none;
    }

    .s5-lt a::before {
        display: none;
    }

    .s5-state {
        display: none;
    }

    .s5-lt .slick-dots {
        position: absolute;
        left: 50%;
        bottom: -0.6rem;
        transform: translateX(-50%);
        white-space: nowrap;
        width: 100%;
    }

    .s6 {
        padding-bottom: .5rem;
    }
}

@media screen and (max-width: 768px) {
    .s3-list1 li {
        width: 100%;
        margin-bottom: .2rem;
    }

    .s3-list1 {
        flex-wrap: wrap;
        margin-bottom: 0;
    }



}

@media screen and (max-width: 480px) {}