@charset "UTF-8";

a {
    display: block;
}

.banner {
    position: relative;
    overflow: hidden;
}

.banner img {
    display: block;
    width: 100%;
}

.banner a {
    display: block;
    position: relative;
}

.banner .slick {
    position: relative;
    z-index: 9;
}

.banner .slick-slide a {
    display: block;
    position: relative;
}

.banner .slick-dots {
    bottom: 1.5rem;
    display: none !important;!i;!;
}

.banner .slick-dots li {
    width: .58rem;
    height: .48rem;
    background: url(../images/banner-d.png) no-repeat center center;
    background-size: .1rem;
}

.banner .slick-dots li.slick-active {
    background: url(../images/banner-da.png) no-repeat center center;
    background-size: 100%;
}

.banner a::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 30%;
    width: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(12, 12, 12, 1) 100%);
    z-index: 8;
}

.banner a::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 30%;
    width: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(12, 12, 12, 0) 100%);
    z-index: 8;
}

/* b-lt */
.banner-box {
    position: relative;
}

.b-lt {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    bottom: 0;
    z-index: 10;
}

.b-lt>ul {
    max-width: 14rem;
    margin: 0 auto;
}

.b-lt ul li a .ico {
    width: .53rem;
    margin-right: .2rem;
}

.b-lt ul li a .ico img {
    width: 100%;
    transition: all 0.5s;
}

.b-lt ul li a p {
    font-size: .2rem;
    color: #FFFFFF;
    margin-top: .1rem;
    text-align: center;
}

/* .b-lt ul li a {
    background: url(../images/b-lt2.png) no-repeat center center;
    background-size: 100% 100%;
    padding-top: .3rem;
    padding-bottom: .2rem;
}

.b-lt ul li:nth-child(even) a {
    background: url(../images/b-lt1.png) no-repeat center center;
    background-size: 100% 100%;
} */

.b-lt ul li a:hover img {
    transform: rotateY(180deg);
}

.b-lt ul li a {
    display: flex;
    flex-wrap: wrap;
    justify-content:center;
    align-items: center;
    margin: .5rem 0;
    position: relative;
}

.b-lt ul li a::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background: #ffffff;
    width: 1px;
    height: .3rem;
    opacity: 0.8;
}

.b-lt ul li:first-child a::before {
    display: none;
}







/* s1 */

.s1 {
    padding: .6rem 0;
    background: url(../images/s1-bg.png) no-repeat;
    background-size: cover;
}

.tit {
    position: relative;
    margin-bottom: .6rem;
}


.tit h3 b {
    display: block;

    font-size: .36rem;
    line-height: 1;
    text-align: justify;
    color: #262626;
}

.tit h3 span {
    font-size: .14rem;
    line-height: 1;
    text-align: justify;
    color: #999999;
}


.tit h3 {
    position: relative;
    padding-left: .15rem;
}

.tit h3::after {
    content: '';
    width: .03rem;
    height: .55rem;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background: linear-gradient(0deg, #005867 0%, #0E95AC 100%);
}

.tit a {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);

    font-size: .16rem;
    line-height: 1;
    color: #999999;
    padding-right: .3rem;
    background: url(../images/more1.png) no-repeat right center;
    background-size: .24rem;
}

.tit a:hover {
    color: #005867;
}

.s1-c ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}


.s1-c ul li {
    width: 30%;
    box-shadow: 0px 4px 10px 0px #DBE9EB;
    background: url(../images/s1-tbg.png) no-repeat right bottom #fff;
    background-size: 100%;
    padding: 0 .5rem;
    padding-bottom: .3rem;
}

.s1-tit img {
    width: .75rem;
    height: .75rem;
    margin: 0 auto;
    margin-top: -0.4rem;
    display: block;
}


.s1-tit h3 {
    font-size: .24rem;
    text-align: center;
    color: #005867;
    margin-top: .1rem;
    margin-bottom: .25rem;
}

.s1-lt a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: .25rem;
}

.s1-lt a:hover {
    color: #005867;
    animation: push 1s ease-in-out;
}

.s1-lt a img {
    width: .28rem;
    margin-right: .1rem;
}

.s1-more {
    display: flex;
    flex-wrap: wrap;
}

.s1-line {
    flex: 1;
    min-width: 0;
    background: url(../images/s1-line.png) no-repeat right center;
    background-size: 100%;
}

.s1-more a {
    font-size: .16rem;
    line-height: 1;
    color: #999999;
    padding-right: .3rem;
    background: url(../images/more1.png) no-repeat right center;
    background-size: .24rem;
    margin-left: .05rem;
}

.s1-more a:hover {
    color: #005867;
}

/* s2 */
.s2 {
    padding: .8rem 0;
    background: url(../images/s2-bg.png) no-repeat right bottom #fff;
    background-size: 100%;
}

.s2 .tit {
    margin-bottom: .2rem;
}

.s2-l .tit h3 b {
    color: #ffffff;
}

.s2-l .tit h3 span {
    color: #ffffff;
    opacity: 0.6;
}

.s2-l .tit a {
    color: #ffffff;
    background: url(../images/more2.png) no-repeat right center;
    background-size: .24rem;
}

.s2-l .tit a:hover {
    opacity: 0.7;
}

.s2-l .tit h3::after {
    background: #ffffff;
}

.s2-c {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.s2-c>div {
    width: 31%;
}

.s2-l {
    background: url(../images/s2-lbg.jpg) no-repeat;
    background-size: cover;
    padding: .3rem;
    padding-bottom: .15rem;
}

.s2-l ul li a {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: .15rem 0;
}

.s2-tx {
    flex: 1;
    min-width: 0;
}

.s2-date b {
    display: block;
    font-size: .26rem;
    color: #FFFFFF;
}

.s2-date span {
    display: block;
    font-size: .12rem;
    color: #ffffff;
}

.s2-date {
    border-radius: .04rem;
    background: rgba(0, 88, 103, 0.6);
    padding: .09rem;
    margin-right: .2rem;
    text-align: center;
}

.s2-tx p {
    color: #ffffff;
    font-size: .18rem;
    line-height: .3rem;
    max-height: .6rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #FFFFFF;
}

.s2-m .show {
    background: #FFFFFF;
    box-shadow: 0rem .04rem .1rem 0rem rgba(120, 120, 120, 0.3);
    padding: .3rem;
}

.s2-m a h3 {
    font-size: .18rem;
    line-height: .3rem;
    color: #262626;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.s2-m a:hover h3 {
    animation: push 1s ease-in-out;

}

.s2-m .show 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: #999999;
    margin: .2rem 0;
}

.s2-m .show span {
    font-size: .14rem;
    color: #005867;
}


.s2-m .noshow {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.s2-m .noshow h3 {
    flex: 1;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.s2-m .noshow h3::before {
    content: '›';
    margin-right: .05rem;
}

.s2-m .noshow span {
    font-size: .18rem;
    color: #999999;
}

.s2-m ul li .show {
    display: none;
}

.s2-m ul li.on .show {
    display: block;
}

.s2-m ul li.on .noshow {
    display: none;
}

.s2-m ul li {
    padding: .15rem 0;
}

.s2-m ul li a:hover span,
.s2-m ul li a:hover h3 {
    color: #005867;
}


.s3-rtop a {
    position: relative;
    display: block;
}

.s3-rtop 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, 1) 100%);
    z-index: 1;
}

.s3-ifo {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: .2rem;
    z-index: 2;
}

.s3-ifo span {
    font-size: .16rem;
    color: #FFFFFF;
    margin-bottom: .1rem;
    padding-left: .2rem;
    background: url(../images/s2-date.png) no-repeat left center;
    background-size: .14rem;
    display: block;
    margin-bottom: .05rem;
}

.s3-ifo p {
    font-size: .18rem;
    color: #FFFFFF;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.s3-rbot a {
    padding: .13rem 0;
    padding-left: .25rem;
    border-bottom: 1px solid #B9B9B9;
    position: relative;
}

.s3-rbot a::before {
    content: '';
    width: .06rem;
    height: .06rem;
    background: #005867;
    border-radius: 50%;
    position: absolute;
    left: .05rem;
    top: .22rem;
}

.s3-rtop .pic {
    padding-top: 0;
    height: 3.12rem;
}

.s3-rbot a:hover p {
    color: #005867;
}

.s3-rbot a p {
    font-size: .18rem;
    line-height: .3rem;
    color: #3D3D3D;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
}

.s3-rbot a:hover p {
    animation: push 1s ease-in-out;

}

.s3-rbot a span {
    font-size: .14rem;
    color: #005867;
}






































@media screen and (max-width:1400px) {}






@media screen and (max-width:1024px) {
    .s1-c ul li {
        width: 100%;
        margin-bottom: .5rem;
        background-size: auto;
    }

    .s1-line {
        background-size: 0;
    }

    .banner .slick-dots li {
        width: .38rem;
    }

    .banner .slick-dots {
        bottom: .2em;
    }

    .tit h3 b {
        font-size: .26rem;
    }

    .s1 {
        padding: .3rem 0;
        padding-bottom: 0;
    }

    .s2-c>div {
        width: 100%;
        margin-bottom: .3rem;
    }

    .s2 {
        padding: .5rem 0;
        padding-bottom: .3rem;
    }

    .s3-rtop .pic {
        padding-top: 65%;
        height: auto;
    }

    .b-lt {
        position: static;

        background-color: #0E95AC;
    }
}

@media screen and (max-width:900px) {}

@media screen and (max-width:768px) {}

@media screen and (max-width:480px) {}