@charset "UTF-8";
.s1 .slick-slide {
    height: auto !important;
}
/* pic：padding-top */
.pic {
    padding-top: 70%;
    position: relative;
    overflow: hidden;
}

.pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 1s;
    object-fit: cover;
}

a:hover .pic>img {
    transform: scale(1.05);
}

/* s1 */
.s1 {
    padding: 60px 0;
}

.px1300 {
    margin: 0 auto;
    max-width: 1300px;
    width: 100%;
}

.s1-lt {
    background: #FFFFFF;
    box-shadow: -3px 11px 33px 0px rgba(0, 0, 0, 0.1);
}

.s1-lt ul li a {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.s1-tx {
    flex: 1;
    min-width: 0;
    padding: 60px 40px;
    padding-bottom: 80px;
    position: relative;
    background: #FFFFFF;
    z-index: 9;
}

.s1-tx::after {
    content: '';
    position: absolute;
    left: 100%;
    top: 50px;
    border-top: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid #fff;
}

.s1-tx h3 {
    position: relative;
    margin-bottom: 40px;
}

.s1-tx h3 b {
    font-size: 24px;
    color: #005996;
    padding: 10px 0;
    display: inline-block;
    border-bottom: 3px solid #005996;
}

.s1-lt {
    position: relative;
}

.s1-more {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 35%;
    padding: 23px 50px;
    border-top: 1px solid #E5E5E5;
    text-align: right;
}

.s1-more span {
    display: inline-block;
    padding-right: 30px;
    background: url(../images/s1-jt.png) no-repeat right center;
    color: #005996;
}

.s1-tx p {
    font-size: 16px;
    line-height: 28px;
    max-height: 56px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #8C8C8C;
}

.s1-p {
    width: 65%;
    position: relative;
}

.s1-p::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 68px;
    width: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 2;
}

.s1-lt .slick-prev {
    width: 11px;
    height: 20px;
    background: url(../images/s1-l.png) no-repeat;
    background-size: 100% 100%;
    top: auto;
    bottom: 10px;
    left: auto;
    right: 80px;
}

.s1-lt .slick-next {
    width: 11px;
    height: 20px;
    background: url(../images/s1-r.png) no-repeat;
    background-size: 100% 100%;
    top: auto;
    bottom: 10px;
    left: auto;
    right: 30px;
}

.s1-p .pic {
    padding-top: 60%;
}

.s1-bot h3 {
    font-size: 18px;
    line-height: 24px;
    text-align: justify;
    color: #333333;
    height: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-bottom: 20px;
}

.s1-bot p {
    font-size: 16px;
    color: #999999;
}

.s1-bot {
    margin-top: 30px;
}

.s1-bot>ul {
    margin: 0 -25px;
}

.s1-bot ul li a {
    border-bottom: 1px solid #E4E4E4;
    padding: 20px 0;
    margin: 0 25px;
    display: block;
}

.s1-bot ul li a:hover p,
.s1-bot ul li a:hover h3 {
    color: #005996;
}

.s1-bot ul li a:hover {
    border-color: #005996;
}

.s1-lt .slick-slide {
    height: auto;
}

@media screen and (max-width: 1024px) {

    .s1-lt .slick-arrow {
        display: none !important;
    }

    .px1300 {
        padding: 0 10px;
    }

    .s1-more {
        width: 100%;
    }

    .s1-p {
        width: 100%;
        margin: 0;
        margin-bottom: .3rem;
        order: -1;
    }

    .s1-p::before {
        display: none;
    }

    .s1-tx {
        flex: auto;
        width: 100%;
        padding: 30px;
        padding-bottom: 80px;
    }

    .s1 {
        padding: 0;
    }

}

@media screen and (max-width: 768px) {}

@media screen and (max-width: 480px) {}



































@media screen and (max-width:1200px) {}



@media screen and (max-width:1024px) {}

@media screen and (max-width:768px) {}

@media screen and (max-width:480px) {}