@charset "utf-8";

@font-face {
    font-family: 'sy';
    src: url('fonts/sySong.woff');
    font-style: normal;
}

a {
    display: block;
}

.banner {
    position: relative;
    overflow: hidden;
}

.banner video,
.banner img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
}

.banner a {
    display: block;
    position: relative;
    padding-top: 36%;
    overflow: hidden;
}

.banner .slick {
    position: relative;
    z-index: 9;
}

.banner .slick-slide a {
    display: block;
    position: relative;
}

.banner .slick-dots {
    bottom: .2rem;
}

.banner .slick-dots li {
    width: .6rem;
    height: .3rem;
    background: url(../images/ban-d1.png) no-repeat center center;
    background-size: .1rem;
}

.banner .slick-dots li.slick-active {
    background: url(../images/ban-d2.png) no-repeat center center;
    background-size: 100% 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);
    }
}

/* zs */
.zs-lt {
    position: relative;
    z-index: 2;
}

.zs-lt ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: .4rem 0;
}

.zs-lt ul li {
    width: 25%;
    border-left: 1px solid rgba(0, 0, 0, 0.08);
}

.zs-lt ul li:first-child {
    border-color: transparent;
}

.zs-lt ul li a {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.zs-lt ul li a .icon {
    width: .8rem;
    height: .8rem;
    display: block;
    position: relative;
    padding-top: .2rem;
    border: 1px dashed #0051AC;
    border-radius: 50%;
    margin-right: .2rem;
}

.zs-lt ul li a .icon::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 125%;
    height: 125%;
    border-radius: 50%;
    border: 1px dashed #0051AC;
    opacity: 0;
    transition: all 0.5s;
}

.zs-lt ul li a .icon img {
    display: block;
    margin: 0 auto;
    max-width: 80%;
    min-width: 40%;
}

.zs-lt ul li a p {
    color: #333333;
    font-size: .18rem;
}

.zs-lt ul li a .icon img:last-child {
    display: none;
}

.zs-lt ul li a:hover .icon img:last-child {
    display: block;
}

.zs-lt ul li a:hover .icon img:first-child {
    display: none;
}

.zs-lt ul li a:hover p {
    color: #0051AC;
    font-weight: 600;
}

.zs-lt ul li a:hover .icon {
    background-color: #0051AC;
}

.zs-lt ul li a:hover .icon::before {
    opacity: 1;
}

/* s1 */
.s1 {
    background: url(../images/s1-bg.png) no-repeat center center;
    background-size: 100% 100%;
    padding: 1.6rem 0;
    margin-top: -0.5rem;
}

.s1-c {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}


.tit h3 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.tit h3 img {
    width: .4rem;
    margin: 0 .03rem;
}

.s1 .tit h3 b {
    color: #ffffff;
}

.tit h3 b {
    color: #333;
    font-size: .4rem;
    font-family: 'sy';
    line-height: 1;
    font-weight: normal;
}

.tit {
    position: relative;
    margin-bottom: .5rem;
}

.s1 .more a {
    color: #ffffff;
}

.more a {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    color: #333;
    font-size: .16rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    transition: all 0.5s;
}

.more a:hover {
    opacity: 0.7;
}

.more a img {
    width: .56rem;
    margin-left: .05rem;
}

.s1-c>div {
    width: 33.33%;
    margin-bottom: .4rem;
}

.s1-c a {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: .25rem .3rem;
    transition: all 0.5s;
}

.s1-c a:hover {
    background: url(../images/s1-tbg.jpg) no-repeat;
    background-size: 100% 100%;
}

.s1-c a:hover b {
    background: url(../images/s1-bbg2.png) no-repeat;
    background-size: 100% 100%;
    color: #0051AC;
}

.s1-c a:hover span {
    background: url(../images/s1-spanbg2.png) no-repeat;
    background-size: 100% 100%;
    color: #fff;
}

.s1-c a:hover h3 {
    font-weight: 600;
    color: #0051AC;
}

.s1-c a:hover p {
    color: #0051AC;
}

.s1-date {
    position: relative;
    margin-right: .4rem;
}

.s1-tx {
    flex: 1;
    min-width: 0;
}

.s1-tx h3 {
    font-size: .16rem;
    line-height: .26rem;
    height: .52rem;
    color: #ffffff;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.s1-tx p {
    color: #ffffff;
    font-size: .14rem;
    opacity: 0.6;
    text-align: right;
    transform: translateY(.1rem);
}

.s1-date b {
    display: block;
    font-size: .24rem;
    width: .8rem;
    height: .8rem;
    background: url(../images/s1-bbg.png) no-repeat;
    background-size: 100% 100%;
    color: #ffffff;
    font-weight: normal;
    text-align: center;
    font-family: 'sy';
    line-height: 1;
    padding-top: .12rem;
}

.s1-date span {
    display: block;
    font-size: .14rem;
    width: .75rem;
    line-height: .26rem;
    background: url(../images/s1-spanbg.png) no-repeat;
    background-size: 100% 100%;
    color: #0051AC;
    text-align: center;
    font-family: 'sy';
    position: absolute;
    left: .25rem;
    bottom: .1rem;
}

.s1-lt .slick-dots li {
    width: .1rem;
    height: .1rem;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
}

.s1-lt .slick-dots li.slick-active {
    background: rgba(255, 255, 255, 1);
}

/* s2 */
.s2 {
    padding-bottom: .9rem;
}

.s2-c {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.s2-c>div {
    width: 31.8%;
}

.s2-ban .pic {
    padding-top: 69%;
}

.s2-ban a {
    position: relative;
}

.s2-ban a:hover h3 {
    color: #0051AC;
    font-weight: 600;
}

.s2-ban .slick-dots {
    bottom: .3rem;
}

.s2-ban .slick-dots li {
    border: 1px solid #0051AC;
    width: .12rem;
    height: .12rem;
    border-radius: 50%;
}

.s2-ban .slick-dots li.slick-active {
    background: #0051AC;
}

.s2-tx h3 {
    color: #3D3D3D;
    font-size: .2rem;
    line-height: .3rem;
    height: .6rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-bottom: .25rem;
}

.s2-tx p {
    font-size: .16rem;
    color: #666666;
    padding-left: .22rem;
    background: url(../images/s1-date.png) no-repeat left center;
    background-size: .14rem;
}

.s2-tx {
    padding: .4rem;
    padding-bottom: .6rem;
}

.s2-ban {
    background: url(../images/s2-tbg.jpg) no-repeat center bottom;
    background-size: cover;
    box-shadow: 0px .04rem .1rem 0rem rgba(0, 0, 0, 0.1);
}

.s2-m {
    background: url(../images/s2-tbg2.jpg) no-repeat;
    background-size: cover;
    padding: .7rem .4rem;
    padding-bottom: 0;
}

.s2-m h3 {
    font-size: .2rem;
    font-weight: bold;
    line-height: .3rem;
    max-height: .9rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    color: #3D3D3D;
    text-align: justify;
}

.s2-m p {
    font-size: .14rem;
    line-height: .3rem;
    max-height: 1.2rem;
    color: #666666;
    margin: .3rem 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

.s2-m span {
    display: block;
    font-size: .16rem;
    color: #666666;
    padding-left: .22rem;
    background: url(../images/s1-date.png) no-repeat left center;
    background-size: .14rem;
}

.s2-jt {
    margin-top: .6rem;
    width: 1.16rem;
    height: .38rem;
    border-radius: 1.58rem;
    background: url(../images/s2-jt.png) no-repeat center center #0051AC;
    background-size: .24rem;
    transition: all 0.5s;
}

.s2-m a:hover h3 {
    color: #0051AC;
}

.s2-m a:hover .s2-jt {
    background: url(../images/s2-jt.png) no-repeat left 55% center #0051AC;
    background-size: .24rem;
}

.s2-r {
    padding: .25rem .3rem;
    padding-bottom: 0;
    background: #FFFFFF;
    box-shadow: 0rem .04rem .1rem 0rem rgba(0, 0, 0, 0.1);
}

.s2-r ul li:first-child a {
    border-color: transparent;
}

.s2-r ul li a {
    padding-top: .1rem;
    padding-bottom: .25rem;
    border-top: 1px dashed rgba(0, 0, 0, 0.16);
}

.s2-r ul li a h3 {
    font-size: .18rem;
    line-height: .3rem;
    color: #3D3D3D;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 600;
}

.s2-r ul li a:hover h3 {
    color: #0051AC;
}

.s2-r ul li a p {
    font-size: .14rem;
    line-height: .24rem;
    height: .48rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #666666;
    margin-top: .1rem;
    margin-bottom: .15rem;
}

.s2-r ul li a span {
    display: block;
    font-size: .16rem;
    color: #666666;
    padding-left: .22rem;
    background: url(../images/s1-date.png) no-repeat left center;
    background-size: .14rem;
}


/* s3 */

.s3 {
    background: url(../images/s3-bg.jpg) no-repeat;
    background-size: 100% 100%;
    padding-top: .72rem;
    padding-bottom: .2rem;
}

.s3-c {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.s3-qh {
    margin-right: 1.75rem;
    width: 3.2rem;
}

.s3-rbox {
    flex: 1;
    min-width: 0;
}

.s3-qh ul li {
    position: relative;
    padding-left: .4rem;
}

.s3-qh ul li::before {
    content: '';
    width: .25rem;
    height: .25rem;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background: url(../images/s3-dot.png) no-repeat center center;
    background-size: .16rem;
    opacity: 0.8;
}

.s3-qh ul li.on::before {
    background-size: 100% 100%;
    opacity: 1;
}

.s3-qh ul li.on::after {
    content: '';
    width: .26rem;
    height: .06rem;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background: url(../images/s3-jt.png) no-repeat right center;
    background-size: 100% 100%;
}

.s3-qh ul li a {
    color: #ffffff;
    font-size: .18rem;
    position: relative;
    display: inline-block;
    margin: .1rem 0;
}

.s3-qh ul li a::after {
    content: '';
    width: 0%;
    position: absolute;
    left: 0;
    bottom: -1px;
    border-bottom: 1px solid #ffffff;
    transition: all 0.5s;
}

.s3-qh ul li.on a::after {
    width: 100%;
}

.s3-qh ul li.on a {
    font-size: .22rem;
}

.s3-qhc {
    flex: 1;
    min-width: 0;
    position: relative;
}

.s3-rc.on {
    position: relative;
    z-index: 1;
    opacity: 1;
    visibility: visible;
}

.s3-rc {
    padding-bottom: .3rem;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    transition: all 0.5s;
}

.s3-tx h3 {
    color: #333333;
    font-size: .3rem;
    line-height: 1;
    padding-left: .2rem;
    border-left: 5px solid #0051AC;
    margin-bottom: .3rem;
    font-weight: 600;
}

.s3-tx p {
    font-size: .16rem;
    line-height: .32rem;
    color: #666666;
    text-align: justify;
    max-height: .96rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.s3-lt a {
    position: relative;
    width: 1.2rem;
    margin: .6rem auto;
    margin-bottom: .9rem;
    border: .03rem solid #fff;
    border-radius: 50%;
    transition: all 0.5s;
}

.s3-lt a:hover {
    transform: scale(1.25);
    box-shadow: 0 0 .1rem 0 rgba(0, 0, 0, 0.1);
}

.s3-lt>ul {
    padding: 0 .1rem;
}

.s3-lt .scale {
    width: 100%;
    border-radius: 50%;
}

.s3-lt .imged {
    width: 100%;
    padding-bottom: 1.2rem;
}

.s3-arrow {
    position: relative;
    width: 95%;
    margin: 0 auto;
    margin-top: -0.8rem;
}

.s3-arrow>img {
    width: 100%;
    display: block;
}

.s3-prev {
    position: absolute;
    left: 28%;
    bottom: 0;
    width: .37rem;
    height: .18rem;
    background: url(../images/s3-prev.png) no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
}

.s3-next {
    position: absolute;
    right: 29%;
    bottom: 0;
    width: .37rem;
    height: .18rem;
    background: url(../images/s3-next.png) no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
}


.s3-btn {
    width: .6rem;
    height: .6rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    background-color: #0051AC;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 50%);
}

.s3-btn>div {
    cursor: pointer;
}

.s3-btn img {
    width: .1rem;
    display: block;
}

/* s4 */
.s4 {
    padding-top: .95rem;
}

.s4-c {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.s4-c>div {
    width: 48.8%;
}

.s4-l a {
    position: relative;
}

.s4-l a::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1.4rem;
    height: 1.4rem;
    background: url(../images/s4-play.png) no-repeat;
    background-size: 100% 100%;
}

.s4-r {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.s4-r>div {
    width: 48%;
}

.s4-p1 .imged {
    padding-bottom: 123%;
}

.s4-p2 .imged {
    padding-bottom: 60%;
}

.s4-rr a:first-child,
.s4-rl a:first-child {
    margin-bottom: .3rem;
}

.s4-fj img {
    width: 6rem;
    display: block;
    margin-top: .5rem;
    margin-left: auto;
    margin-right: 0;
}










@media screen and (max-width: 1200px) {
    .s1 {
        background-size: cover;
    }
}

@media screen and (max-width: 1024px) {
    .zs-lt ul li a .icon {
        margin: 0;
        width: .7rem;
        height: .7rem;
        padding-top: .15rem;
    }

    .zs-lt ul li a p {
        flex: auto;
        width: 100%;
        text-align: center;
        margin-top: .1rem;
    }

    .zs-lt ul li a .icon img {
        max-width: 50%;
    }

    .s2-c>div {
        width: 48.5%;
    }

    .s2-c>div.s2-r {
        width: 100%;
        margin-top: .3rem;
    }

    .s3-rbox {
        flex: auto;
        width: 100%;
    }

    .s3 {
        padding: 0;
        padding-top: .3rem;
        background: #0051AC;
    }

    .s3-qh {
        width: 100%;
        margin-right: 0;
        margin-bottom: .3rem;
    }

    .s3-tx h3 {
        color: #ffffff;
        border-color: #fff;
    }

    .s3-tx p {
        color: #ffffff;
        opacity: 0.8;
    }

    .s3-arrow {
        display: none;
    }

    .s3-lt a {
        margin: .3rem auto;
    }

    .s3-lt .slick-prev {
        width: .2rem;
        height: .2rem;
        background: url(../images/s3-l.png) no-repeat;
        background-size: .1rem;
        left: 0;
    }

    .s3-lt .slick-next {
        width: .2rem;
        height: .2rem;
        background: url(../images/s3-r.png) no-repeat;
        background-size: .1rem;
        right: -0.1rem;
    }
}

@media screen and (max-width: 768px) {
    .s1-c>div {
        width: 50%;
        margin-bottom: .2rem;
    }

    .s3-lt a {
        width: 1rem;
    }

    .s3-lt .imged {
        padding-bottom: 1rem;
    }
}

@media screen and (max-width: 640px) {
    .s2-c>div {
        width: 100%;
    }

    .s1-c>div {
        width: 100%;
    }

    .s2-m {
        margin-top: .3rem;
        padding: .3rem;
    }

    .s1 {
        background: #0051AC;
        padding: .3rem 0;
        margin: 0;
    }

    .s2 {
        padding: .3rem 0;
    }

    .s4-c>div {
        width: 100%;
    }

    .s4-l {
        margin-bottom: .3rem;
    }

    .s4-fj img {
        display: none;
    }

    .s4 {
        padding: .3rem 0;
    }
}

@media screen and (max-width: 480px) {
    .tit {
        margin-bottom: .3rem;
    }

    .tit h3 {
        justify-content: flex-start;
    }

    .tit h3 b {
        font-size: .3rem;
    }

    .zs-lt ul li {
        width: 50%;
        margin: .1rem 0;
    }

    .zs-lt ul li:nth-child(3) {
        border-color: transparent;
    }

    .s1-c a {
        padding: .2rem;
    }
}