@charset "utf-8";

a {
    display: block;
}

.banner {
    position: relative;
    overflow: hidden;
}

.banner img {
    max-height: 200px;
    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-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 {
    padding-bottom: .2rem;
}

.banner .slick-dots li {
    width: .08rem;
    height: .08rem;
    background: #ffffff;
    border-radius: .99rem;
    transition: all 0.5s;
}

.banner .slick-dots li.slick-active {
    width: .22rem;
}
/* 
.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 {
    /* padding-top: .1rem; */
}

.tit {
    position: relative;
    border-bottom: .02rem solid rgba(0, 0, 0, 0.16);
}

.tit h3 {
    font-size: .22rem;
    color: #2C2C2C;
    display: inline-block;
    padding: .1rem 0;
    position: relative;
    font-weight: 600;
}

.tit h3::after {
    content: '';
    width: 100%;
    height: .03rem;
    background-color: #0C51AB;
    position: absolute;
    left: 0;
    bottom: -0.025rem;
}

.tit a {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    font-size: .16rem;
    color: #575757;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.tit a:hover {
    color: #0C51AB;
}

.tit a img {
    width: .36rem;
    display: block;
    margin-left: .03rem;
}

.s1-c {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.s1-c>div {
    width: 31.66%;
}

.s1-lt ul li a {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    line-height: .43rem;
    padding-left: .16rem;
    background: url(../images/lt-dots.png) no-repeat left center;
    background-size: .14rem;
    position: relative;
    border-bottom: 1px dashed #DBDFE4;
}

.s1-lt ul li a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0%;
    height: .01rem;
    background-color: #0C51AB;
    transition: all 0.5s;
}

.s1-lt ul li a:hover:after {
    width: 100%;
}

.s1-lt ul li a:hover {
    border-color: transparent;
}

.s1-lt ul li a:hover p {
    color: #0C51AB;
    font-weight: 600;
}

.s1-lt ul li a p {
    flex: 1;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: .14rem;
    color: #333333;
}

.s1-lt ul li a span {
    font-family: Arial;
    font-size: .14rem;
    color: #A3A3A3;
}

/* s2 */
.s2 {
    /* max-height: 95px; */
    /* padding: .1rem 0; */
}

.s2-lt ul {
    /* max-height: 95px; */
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.s2-lt ul li {
    width: 31.66%;
}

.s2-lt ul li:nth-child(1) {
    background: url(../images/lk-bg1.jpg) no-repeat;
    background-size: 100% 100%;
}

.s2-lt ul li:nth-child(2) {
    background: url(../images/lk-bg2.jpg) no-repeat;
    background-size: 100% 100%;
}

.s2-lt ul li:nth-child(3) {
    background: url(../images/lk-bg3.jpg) no-repeat;
    background-size: 100% 100%;
}

.s2-lt ul li a {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    height: 0.8rem;
}

.s2-lt ul li a p {
    font-size: .26rem;
    color: #FFFFFF;
    margin-left: .1rem;
    font-weight: 600;
}

/* s4 */
.s4 {
    padding-top: .1rem;
    padding-bottom: .45rem;
}

.s4-lt ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.s4-lt ul li {
    background: #F3F4F8;
    border: 1px solid #CCD1E8;
    position: relative;
    margin-top: .16rem;
    width: 31%;
}

.s4-lt ul li a {
    /* display: flex; */
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    height: 0.56rem;
    /* padding-top: .2rem; */
}

.s4-lt ul li a .ico {height: .3rem;}

.s4-lt ul li a p {
    font-size: .14rem;
    color: #0C51AB;
    width: 100%;
    text-align: center;
    margin-top: .07rem;
}







































@media screen and (max-width: 1200px) {
    .s1-c>div {
        width: 100%;
    }
    .s1-m {
        margin: .1rem 0;
    }
    .s4,
    .s2 {
        padding: .2rem 0;
    }
    .tit h3 {
        font-size: .26rem;
    }
    .s1 {
        padding-top: .1rem;
    }
}

@media screen and (max-width: 1024px) {}

@media screen and (max-width: 768px) {
    .s2-lt ul li {
        width: 100%;
    }
    .s2-lt ul li:nth-child(2) {
        margin: .2rem 0;
    }
}

@media screen and (max-width: 480px) {}