@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-prev {
    width: .23rem;
    height: .32rem;
    background: url(../images/banner-l.png) no-repeat;
    background-size: 100% 100%;
    left: .3rem;
}

.banner .slick-next {
    width: .23rem;
    height: .32rem;
    background: url(../images/banner-r.png) no-repeat;
    background-size: 100% 100%;
    right: .3rem;
}

.banner .slick-dots {
    padding-bottom: .1rem;
}

.banner .slick-dots li {
    width: .11rem;
    height: .11rem;
    border: solid .01rem #ffffff;
    opacity: 0.5;
    border-radius: 50%;
}

.banner .slick-dots li.slick-active {
    opacity: 1;
    background: #ffffff;
}

.top-lk {
    max-width: 14rem;
    margin: 0 auto;
    position: relative;
    z-index: 99;
    border-radius: .1rem;
    background: #FFFFFF;
    border: .01rem solid rgba(14, 84, 193, 0);
    box-shadow: .2rem .1rem .3rem 0rem rgba(25, 100, 216, 0.16);
    margin-top: -0.6rem;
    margin-bottom: .4rem;
}

.top-lk ul li a {
    text-align: center;
    border-right: .01rem solid #e5e5e5;
    padding: .32rem 0;
}

.top-lk ul li a .ico {
    height: .6rem;
}

.top-lk ul li a .ico img {
    display: block;
    max-height: 100%;
    margin: 0 auto;
    transition: all 0.5s;
}

.top-lk ul li a:hover img {
    animation: beat 0.8s;
}

.top-lk ul li a p {
    font-size: .18rem;
    color: #333333;
    margin-top: .2rem;
}

/* s1 */

.tit {
    position: relative;
    margin-bottom: .5rem;
}

.tit a {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    font-size: .16rem;
    color: #333333;
    transition: all 0.5s;
}

.tit a:hover {
    color: #0E4E9B;
    transform: translate(10px, -50%);
}

.tit h3 {
    display: inline-block;
    padding-top: .1rem;
    padding-bottom: .2rem;
    position: relative;
}

.tit h3 b {
    font-size: .36rem;
    color: #333333;
    font-family: 'sy';
    position: relative;
    z-index: 2;
}

.tit h3 span {
    font-size: .48rem;
    line-height: 1;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.1;
    color: #0E4E9B;
    font-family: 'sy';
    white-space: nowrap;
}

.tit h3::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: .4rem;
    height: .04rem;
    background: #0E4E9B;
}


.index {
    background: url(../images/index-bg.png) no-repeat center center;
    background-size: cover;
}


@media screen and (max-width: 1024px) {
    .tit {
        margin-bottom: .2rem;
    }
    .tit h3 span {
        font-size: .3rem;
    }

    .top-lk {
        margin:.3rem;
    }
}

@media screen and (max-width: 768px) {}

@media screen and (max-width: 480px) {}