@charset "utf-8";

body {
    overflow-x: hidden;
}
.aside-fc{
     position: fixed;
     right: 2%;
     top: 50%;
     width: 100px;
     transform: translateY(-50%);
     z-index: 99;
     transition: .5s;
}
.aside-fc img,
.aside-fc a{
    display:block;
    width:100%;
    width: 76px;
}
.aside-fc a p{
    font-family: "Alibaba PuHuiTi 2.0";
    font-size: 13px;
    color: #FBFCFD;
    background: linear-gradient(104deg, #A04CFF 5%, #1999FF 100%, #0F6DCE 100%);
    padding: 0 10px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    border-radius: 11px;
    position: absolute;
    bottom: -10px;
    left: 40%;
    font-weight: bolder;
    transform: translateX(-50%);
    z-index: 999;
    overflow: hidden;
    white-space: nowrap;
    }

#downPage {
    width: 1rem;
    height: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9;
    background: url(../images/down-page1.png) no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
    margin: 0 .6rem;
    opacity: 0;
    transition: opacity 2s;
    animation: _ani1 10s infinite linear;
}

.banner.ani #downPage {
    opacity: 1;
}

#downPage::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url(../images/down-page1.png) no-repeat;
    background-size: 100% 100%;
    animation: ani_bj 3s infinite linear;
    opacity: 0;
}

#downPage img {
    animation: _ani2 10s infinite linear;
}

@keyframes _ani1 {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes _ani2 {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(-360deg);
    }
}

@keyframes ani_bj {
    0% {
        opacity: 0;
        transform: scale(1);
    }

    50% {
        opacity: .8;
        transform: scale(1.45);
    }

    95% {
        opacity: 0;
        transform: scale(1.8);
    }

    100% {
        opacity: 0;
        transform: scale(1);
    }
}

.banner {
    position: relative;
    /* z-index: 9; */
    overflow: hidden;
}

.banner a {
    display: block;
}

.banner>img {
    display: block;
    width: 100%;
}

.banner .slick {
    position: relative;
    z-index: 9;
}

.banner .slick-slide a {
    display: block;
    position: relative;
}


.banner .slick-slide a>img {
    display: block;
    width: 100%;

}

.banner .slick-dots {
    font-size: 0;
    text-align: right;
    bottom: 0.2rem;
    left: 0;
    right: 0;
    display: flex !important;
    justify-content: center;
    align-items: center;
    padding: 0 .15rem;
}

.banner .slick-dots li {
    margin: 0 0.07rem;
    transition: all 0.3s;
    vertical-align: middle;
    width: 0.1rem;
    height: 0.1rem;
    background: #fff;
    border-radius: 50%;
    transition: all .6s;

}

.banner .slick-dots li.slick-active {

    background: #1751A8;

}

.banner .slick-slide a::before {
    content: "";
    position: absolute;
    left: 0;
    height: 1.8rem;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
    z-index: 1;
}

/* .banner .banner-prev {
    position: absolute;
    bottom: 0.35rem;
    left: 42%;
    width: 0.3rem;
    height: 0.3rem;
    background: url(../images/ban-l.png) no-repeat center center;
    background-size: 0.06rem auto;
    z-index: 9;
}

.banner .banner-next {
    position: absolute;
    bottom: 0.35rem;
    right: 42%;
    width: 0.3rem;
    height: 0.3rem;
    background: url(../images/ban-r.png) no-repeat center center;
    background-size: 0.06rem auto;
    z-index: 9;
} */

/* index */

.s1 {
    position: relative;
    padding-top: .37rem;
    padding-bottom: .6rem;
    display: flex;
    justify-content: space-between;
    z-index: 9;
}

.s1-l {
    width: 9rem;
}

.s1-lt {
    position: relative;

}

.s1-lt a {
    position: relative;
    display: block;

}

.s1-lt a .pic {
    padding-top: 49.6%;
}
.s1-lt a .pic img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    min-height: 100%;
    transition: all 1s;
    height: auto;
}
.s1-lt a .txt {
    position: absolute;
    letter-spacing: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 1.3rem 2rem .2rem .4rem;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
}

.s1-lt a .txt p {
    font-size: 0.18rem;
    font-weight: bold;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.s1-lt a .txt span {
    display: block;
    margin-bottom: 0.1rem;
    font-family: Arial;
    font-size: 0.18rem;
    color: #fff;
}

/* .s1-jt {
    position: absolute;
    right: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    bottom: 0.35rem;
    padding-left: .28rem;
    padding-right: .2rem;
    width: 1.08rem;
    height: 0.53rem;
    background: url(../images/s1-jt-bg.png) no-repeat center center;
    background-size: 100% 100%;
}

.s1-jt span {

    width: 0.01rem;
    height: 0.2rem;
    background: rgba(255, 255, 255, .3);
    margin: 0 .2rem;
}



.s1-jt a {
    margin: 0;
}

.s1-lt .s1-prev {
    width: 0.1rem;
    height: 0.14rem;
    background: url(../images/s1-l.png) no-repeat center center;
    background-size: .08rem auto;

}

.s1-lt .s1-next {
    width: 0.1rem;
    height: 0.14rem;
    background: url(../images/s1-r.png) no-repeat center center;
    background-size: .08rem auto;

} */
.s1-l .slick-dots {
    left: auto;
    width: auto;
    right: .3rem;
    bottom: .2rem;
}

.s1-l .slick-dots li {
    width: .08rem;
    height: .08rem;
    border-radius: 50%;
    background: rgba(255, 255, 255, .3);
}

.s1-l .slick-dots li.slick-active {
    width: .32rem;
    border-radius: .2rem;
    background: #EBB253;
}

.s1-ld {
    margin-top: .1rem;
}

.s1-ld ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgba(0, 106, 200, 0.19);
}

.s1-ld ul li {
    width: 48.5%;
}

.s1-ld ul li a {
    display: block;
    border-top: 2px solid transparent;
    background-position: center bottom;
    background: #EAF2FF;
    border-bottom: 3px solid #006AC8;
    padding: .15rem .3rem;
    transition: all .6s;
}

.s1-ld ul li.on a {
    padding: .15rem .3rem;
    box-shadow: 0px 4px 10px 0px rgba(0, 106, 200, 0.08);
    background: url(../images/s1-ld-bg.png) no-repeat center bottom/100% 100%;
}

.s1-ld ul li a h2 {
    font-size: .18rem;
    font-weight: normal;
    line-height: .3rem;
    height: .6rem;
}

.s1-ld ul li.on a h2 {
    color: #fff;
}

.s1-ld ul li a p {
    font-size: .14rem;
    line-height: 0.24rem;
    color: #999;
    height: .48rem;
    margin: .1rem 0;
    overflow: hidden;
}

.s1-ld ul li.on a p {
    color: rgba(255, 255, 255, .6);
}

.s1-ld ul li a span {
    display: block;
    padding-left: .2rem;
    text-align: right;
    font-size: 0.14rem;
    color: #666;
    text-align: left;
    background: url(../images/s1l-time.png) no-repeat left center;
    background-size: .14rem auto;
}

.s1-ld ul li.on a span {
    color: #fff;
    background: url(../images/s1l-time-other.png) no-repeat left center;
    background-size: .14rem auto;
}

.s1-r {
    flex: 1;
    min-width: 0;
    padding-left: .3rem;

}

.s1 .itit {
    justify-content: space-between;

}

.s1r-list {
    /* padding: .45rem 0; */
    background: url(../images/s1-r-bg.jpg) no-repeat center center/cover;
}

.s1r-list li {
    position: relative;
    padding: 0 .2rem;
    border-bottom: 1px dashed #D8D8D8;
    height: 1rem;
    transition: all .6s;
}

.s1r-list li.on {
    height: 1.45rem;
}

.s1r-list li:after {
    content: "";
    position: absolute;
    left: 0;
    width: calc(100% + .2rem);
    top: 0;
    bottom: 0;
    background: url(../images/s1r-txt-bg.jpg) no-repeat center center/cover;
    opacity: 0;
    z-index: -1;
}

.s1r-list li.on:after {
    opacity: 1;
    z-index: 6;
}

.s1r-list li::before {
    content: "";
    position: absolute;
    left: 100%;
    top: 100%;
    border-bottom: .2rem solid transparent;
    border-left: .2rem solid #0D447C;
    opacity: 0;
    z-index: -1;
}

.s1r-list li.on::before {
    opacity: 1;
    z-index: 6;
}

.s1r-list li a {
    position: relative;
    display: block;
    padding: .22rem 0;
    z-index: 9;
}

.s1r-list li a h2 {
    font-size: .18rem;
    color: #333;
    margin-bottom: .1rem;
    font-weight: normal;
}

.s1r-list li.on a h2 {
    color: #fff;
    font-weight: bold;
}

.s1r-list li a p {
    font-size: .14rem;
    color: rgba(255, 255, 255, 0.6);
    line-height: .24rem;
    height: .48rem;
    display: none;
}

.s1r-list li.on a p {
    display: block;
    color: rgba(255, 255, 255, 0.6);
}

.s1r-list li a span {
    padding-left: .2rem;
    font-size: .14rem;
    color: #666666;
    background: url(../images/s1l-time.png) no-repeat left center;
}

.s1r-list li.on a span {
    color: #fff;
    background: url(../images/s1l-time-other.png) no-repeat left center;
}

.section2 {
    padding: .5rem 0;
    background: #EAF2FF;
}

.sect2,
.sect3,
.sect4 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.sect2>div,
.sect3>div,
.sect4>div {
    width: 48%;
}

.twt-list a {
    position: relative;
    display: block;
}

.twt-list a .pic {
    padding-top: 56.96%;
}

.twt-list a .date {
    position: absolute;
    top: .27rem;
    background: rgba(255, 255, 255, 9);
    width: .85rem;
    height: .74rem;
    padding: .1rem;
    text-align: right;
}

.twt-list a .date:after {
    content: "";
    position: absolute;
    top: 0;
    left: 100%;
    border-left: .2rem solid rgba(255, 255, 255, 9);
    border-top: .74rem solid transparent;
}

.twt-list a .date p {
    font-size: .22rem;
    color: #1751A8;
    margin-bottom: .05rem;
}

.twt-list a .date span {
    position: relative;
    display: block;
    padding-top: .05rem;
    font-size: .14rem;
    color: rgba(18, 54, 143, 0.5);
}

.twt-list a .date span:After {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: .12rem;
    height: 2px;
    background: #EBB253;
}

.twt-list a .txt {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: .3rem 1.4rem .15rem .3rem;
    background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 1));
}

.twt-list a .txt p {
    font-size: .18rem;
    color: #FFFFFF;
    font-weight: bold;
}

.twt-list .slick-dots {
    left: auto;
    width: auto;
    right: .15rem;
    bottom: .15rem;
}

.twt-list .slick-dots li {
    width: .08rem;
    height: .08rem;
    border-radius: 50%;
    background: rgba(255, 255, 255, .3);
}

.twt-list .slick-dots li.slick-active {
    width: .32rem;
    border-radius: .2rem;
    background: #EBB253;
}

.list {
    margin-top: .15rem;
}

.list li {
    position: relative;
    padding-left: 0.2rem;
    padding-right: 1.2rem;
    line-height: 0.5rem;
}

.list li::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 0.06rem;
    height: 0.06rem;
    border-radius: 50%;
    background: #1751A8;
}

.list li:hover::after {
    background: #006AC8;
}

.list li a {
    display: block;
    font-size: 0.18rem;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.list li:hover a {
    font-weight: bold;
    color: #1751A8;
}

.list li span {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 0.18rem;
    font-weight: 500;
    line-height: 0.26rem;
    color: #1751A8;
}

.list li:hover span {
    color: #006AC8;
}

.section3 {
    padding: .6rem 0;
}

.section4 {
    padding: .45rem 0 .95rem;
    background: url(../images/sect4-bg.jpg) no-repeat center center/cover;
}

.sect4-r ul li {
    position: relative;
    border-top: 1px dashed rgba(23, 81, 168, 0.3);
}

.sect4-r ul li::after {
    content: "";
    position: absolute;
    left: 0;
    width: 0;
    bottom: -0.05rem;
    height: 0.08rem;
    background: url(../images/s4-r-xx.png) no-repeat right center/100% 100%;
    transition: all .6s;
}

.sect4-r ul li:hover::after {
    width: 100%;
}

.sect4-r ul li a {
    display: block;
    padding: .36rem 1.2rem;

}

.sect4-r ul li a i {
    position: absolute;
    left: 0;
    top: .3rem;
    width: 0.91rem;
    height: 0.36rem;
    line-height: .36rem;
    text-align: center;
    border: 1px solid #D8D8D8;
    background: #FFFFFF;
    font-size: .14rem;
    color: #333;
    font-style: normal;


}

.sect4-r ul li:hover a i {
    background: linear-gradient(112deg, #12368F 0%, #2CABF4 96%);
    color: #fff;
    border-radius: 5px;
}

.sect4-r ul li a p {
    font-size: .18rem;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sect4-r ul li:hover a p {
    color: #1751A8;
    font-weight: bold;
}

.sect4-r ul li a span {
    position: absolute;
    top: .35rem;
    right: 0;
    padding-left: .2rem;
    font-size: 0.18rem;
    color: #1751A8;
    font-family: Arial;
    background: url(../images/time1.png) no-repeat left center/.12rem auto;
}

@media screen and (max-width:1600px) {
    .sect4-l {
        width: 6.4rem !important;
        margin-right: .5rem;
    }

    .sect4-r {
        flex: 1;
        min-width: 0;
        width: auto !important;
    }

    .sect4-r ul li a {
        padding: .3rem 1.2rem;
    }
}

@media screen and (max-width:1200px) {
    .s1-l {
        width: 6.5rem;
    }

    .s1r-list li a {
        padding: .1rem 0;
    }

    .s1r-list li {
        height: .76rem;
    }

    .s1r-list li.on {
        height: 1.22rem;
    }


}

@media screen and (max-width:1024px) {
    .s1 {
        display: block;
    }

    .s1-l {
        width: 100%;
    }

    .s1-r {
        padding-left: 0;
        margin-top: .3rem;
    }

    .s1-ld {
        margin-top: .15rem;
    }

    .s1 {
        padding-top: .2rem;
        padding-bottom: .2rem;
    }

    .itit .itit-text span {
        font-size: .28rem;
    }

    .s1 .itit,
    .itit {
        margin-bottom: .2rem;
    }

    .sect4 {
        display: block;
    }

    .sect4-l {
        width: 100% !important;
        margin-right: 0;
    }

    .sect4-r {
        margin-top: .2rem;
    }

    .section4 {
        padding: .2rem 0;
    }

    .section2,
    .section3 {
        padding: .2rem 0;
    }
}

@media screen and (max-width:768px) {
    .s1-ld ul li {
        width: 100%;
        margin-bottom: .15rem;
    }

    .s1r-list {
        padding: .2rem 0;
    }

    .sect2,
    .sect3,
    .sect4 {
        display: block;
    }

    .sect2>div,
    .sect3>div,
    .sect4>div {
        width: 100%;
        margin: .1rem 0;
    }

    .sect4-r ul li a {
        padding: .2rem 1.2rem;
    }

    .sect4-r ul li a i {
        top: .15rem;
    }

    .sect4-r ul li a span {
        top: .25rem;
    }
}