@charset "utf-8";

body {
    overflow-x: hidden;
}




@-webkit-keyframes fadeInUp2 {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUp2 {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 3rem, 0);
        transform: translate3d(0, 3rem, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInUp2 {
    -webkit-animation-name: fadeInUp2;
    animation-name: fadeInUp2
}



@-webkit-keyframes fadeInRight2 {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, -30%, 0);
        transform: translate3d(100%, -30%, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInRight2 {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, -30%, 0);
        transform: translate3d(100%, -30%, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInRight2 {
    -webkit-animation-name: fadeInRight2;
    animation-name: fadeInRight2
}

.banner.ani #downPage {
    opacity: 1;
}

@keyframes _ani1 {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes _ani2 {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(-360deg);
    }
}

@keyframes ani_bj {
    0% {
        opacity: 0;
        transform: scale(1);
    }

    50% {
        opacity: .8;
        transform: scale(1.45);
    }

    95% {
        opacity: 0;
        transform: scale(1.8);
    }

    100% {
        opacity: 0;
        transform: scale(1);
    }
}

.banner {
    position: relative;
    /* z-index: 9; */
    overflow: hidden;
}

.banner a {
    display: block;
}

.banner>img {
    display: block;
    width: 100%;
}

.banner .slick {
    position: relative;
    z-index: 9;
}

.banner .slick-slide a {
    display: block;
    position: relative;
    transform: scale(1, 1);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}


.banner .slick-slide a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url(/kjxy/images/banner-zzc2.png) repeat-x;
    background-position: center bottom;
    z-index: 1;
}

.banner .slick-slide a>img {
    display: block;
    width: 100%;
    opacity: 0;
}

.banner .slick-slide a video {
    display: block;
    width: 100%;
    height: 100vh;
    object-fit: cover;
    background: #000;
}

.banner .slick-slide a div {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner .slick-slide a div img {
    display: block;
    max-width: 70%;
    max-height: 1.83rem;
    transition: all 1s;
    transform: scale(0);
    opacity: 0;
}

.banner .slick-slide a div img.on {
    opacity: 1;
    transform: scale(1);
}

.banner .slick-slide.slick-current a>img {
    animation: img_scale linear 8s;
}

@keyframes img_scale {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }

}

.banner .slick .box0 {
    opacity: 1;
    z-index: 0;
    opacity: 1;
    z-index: 0;
    -webkit-animation: box0 7s linear 0s;
    animation: box0 7s linear 0s
}


.banner .slick .slick-current .box2 {
    opacity: 1;
    z-index: 0;
    -webkit-animation: box2 7s linear 0s;
    animation: box2 7s linear 0s
}

.banner .slick .box1 {
    -webkit-animation: box1 1000ms cubic-bezier(0.5, 0, 0.2, 1) 0s;
    animation: box1 1000ms cubic-bezier(0.5, 0, 0.2, 1) 0s;
    z-index: 0
}

@-webkit-keyframes box0 {
    0% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    100% {
        -webkit-transform: scale(1.05, 1.05);
        transform: scale(1.05, 1.05)
    }
}

@keyframes box0 {
    0% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    100% {
        -webkit-transform: scale(1.05, 1.05);
        transform: scale(1.05, 1.05)
    }
}

@-webkit-keyframes box1 {
    0% {
        -webkit-transform: scale(1.05, 1.05);
        transform: scale(1.05, 1.05);
        opacity: 1
    }

    100% {
        -webkit-transform: scale(1.5, 1.5);
        transform: scale(1.5, 1.5);
        opacity: 0
    }
}

@keyframes box1 {
    0% {
        -webkit-transform: scale(1.05, 1.05);
        transform: scale(1.05, 1.05);
        opacity: 1
    }

    100% {
        -webkit-transform: scale(1.5, 1.5);
        transform: scale(1.5, 1.5);
        opacity: 0
    }
}

@-webkit-keyframes box2 {
    0% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    100% {
        -webkit-transform: scale(1.05, 1.05);
        transform: scale(1.05, 1.05)
    }
}

@keyframes box2 {
    0% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    100% {
        -webkit-transform: scale(1.05, 1.05);
        transform: scale(1.05, 1.05)
    }
}

.banner .slick-slide p {
    position: absolute;
    left: .6rem;
    bottom: 0.45rem;
    font-size: 0.3rem;
    line-height: .46rem;
    color: #ffffff;
    font-weight: 600;
    max-height: 60%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    z-index: 9;
}

.banner .slick-prev, .banner .slick-next {
    width: 0.3rem;
    height: 0.36rem;
    top: auto;
    left: auto;
    transform: translateY(0);
    bottom: 0.44rem;
    transition: all 0.5s;
}

.banner .slick-prev {
    background: url(/kjxy/images/banner-l.png) no-repeat;
    background-position: center center;
    background-size: .28rem auto;
    right: 1.28rem;
}

.banner .slick-prev:hover {
    /* transform: translateX(-.1rem); */
    opacity: .6;
}

.banner .slick-next {
    right: .44rem;
    background: url(/kjxy/images/banner-r.png) no-repeat;
    background-position: center center;
    background-size: .28rem auto;
}

.banner .slick-next:hover {
    /* transform: translateX(.1rem); */
    opacity: .6;
}

.banner .slick::after {
    content: "";
    position: absolute;
    right: .98rem;
    bottom: 0.44rem;
    width: 1px;
    height: 0.36rem;
    background-color: #ffffff;
    opacity: 0.58;
}



.banner .slick-dots {
    display: flex !important;
    justify-content: center;
    align-items: center;
    bottom: 0.37rem;
}

.banner .slick-dots li {
    width: 0.08rem;
    height: 0.08rem;
    background-color: #FFFFFF;
    border-radius: .04rem;
    margin: 0 .05rem;
    transition: width 0.5s;
}

.banner .slick-dots li button {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%) scale(0);
    width: 0.28rem;
    height: 0.32rem;
    background: url(/kjxy/images/ban-dots.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    opacity: 0;
    padding: 0;
    margin: 0;
    visibility: hidden;
    transition: all 0.5s;
}

.banner .slick-dots li.slick-active {
    width: .6rem;
}

.banner .slick-dots li.slick-active button {
    opacity: 1;
    transform: translateX(-50%) translateY(-50%) scale(1);
    visibility: visible;
}

/* index */
.index {
    z-index: 99;
    background: #fff url(../images/index-bg.png) no-repeat;
    background-position: center bottom;
    background-size: 100% auto;
    overflow: hidden;
}

.itit {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    border-bottom: 1px solid rgba(0, 0, 0, 0.16);
    padding-bottom: .15rem;
    margin-bottom: .32rem;
}

.itit::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    height: 3px;
    width: 0.6rem;
    background: #0C51AB;
}

.itit h3 {
    font-size: 0.24rem;
    font-weight: bold;
    line-height: .35rem;
    color: #333333;
    position: relative;
}

.itit h3::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    transform: translateX(50%);
    background: rgba(12, 81, 171, 0.2);
    width: 0.15rem;
    height: 0.15rem;
    border-radius: 50%;
    pointer-events: none;
}

.itit a {
    font-size: 0.16rem;
    font-weight: 350;
    line-height: .3rem;
    color: #666666;
}

.itit2 {
    position: relative;
    padding: .1rem 0;
}

.itit2::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 1.8rem;
    top: 0;
    border-radius: 0px 0.25rem 0rem 0rem;
    opacity: 0.1;
    background: #0D42A7;
    z-index: 1;
}

.itit2::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    height: auto;
    width: 1.8rem;
    border-radius: 0px 0.25rem 0rem 0rem;
    background: #0C51AB;
    z-index: 2;
}

.itit2 h3 {
    position: relative;
    z-index: 9;
    min-width: 1.8rem;
    text-align: center;
    color: #fff;
}

.itit2 h3::before {
    content: none;
}

.s1 {
    margin-top: .55rem;
}

.s1-c {
    display: flex;
    justify-content: space-between;
}

.s1-l {
    width: 65%;
}

.s1-lc {
    display: flex;
}

.s1-ll {
    width: 4.44rem;
    margin-right: .32rem;
}

.s1-ll ul li a {
    display: block;
    position: relative;
}

.s1-ll ul li a .pic {
    padding-top: 64.5%;
}

.s1-ll ul li a .pic::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1rem;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.64) 100%);
}

.s1-ll ul li a .info {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0.1rem;
    padding: 0 .2rem;
}

.s1-ll ul li a .info h3 {
    font-size: 0.16rem;
    font-weight: bold;
    line-height: 0.38rem;
    color: #FFFFFF;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.s1-ll ul li a .info p {
    display: block;
    font-size: 0.16rem;
    font-weight: 350;
    line-height: 0.24rem;
    color: #FFFFFF;
    padding-left: .25rem;
    background: url(/kjxy/images/icon-time-w.png) no-repeat;
    background-position: left center;
    background-size: .16rem;
}

.s1-ll .slick-dots {
    width: auto;
    left: auto;
    display: flex !important;
    align-items: center;
    right: 0.22rem;
    bottom: 0.17rem;
}

.s1-ll .slick-dots li {
    width: 0.08rem;
    height: 0.08rem;
    border-radius: 0.04rem;
    background: rgba(255, 255, 255, 0.2);
    margin: 0 .05rem;
    transition: all 0.5s;
}

.s1-ll .slick-dots li.slick-active {
    background: #fff;
}

.s1-lr {
    flex: 1;
    min-width: 0;
}

.s1-lr ul li {
    border-top: 1px dashed #D8D8D8;
}

.s1-lr ul li:nth-child(1) {
    border-top: none;
}

.s1-lr ul li:last-child {
    border-bottom: 1px dashed #D8D8D8;
}

.s1-lr ul li a {
    display: flex;
    align-items: center;
    padding: 0 .1rem;
    transition: all 0.5s;
    border-radius: 0.2rem 0rem 0.2rem 0px;
    height: 0.48rem;
}


.s1-lr ul li a span {
    font-size: 0.16rem;
    font-weight: 350;
    line-height: 0.3rem;
    color: #0C51AB;
    margin-right: .3rem;
}

.s1-lr ul li a div {
    flex: 1;
    min-width: 0;
    transition: all 0.5s;
}

.s1-lr ul li a div h3 {
    font-size: 0.16rem;
    font-weight: normal;
    line-height: 0.3rem;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.s1-lr ul li a div p {
    font-size: 0.14rem;
    font-weight: 350;
    line-height: 0.24rem;
    color: #FFFFFF;
    display: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.s1-lr ul li.on a {
    background: url(/kjxy/images/s1-lr-itembg.png) no-repeat;
    background-position: center center;
    background-size: cover;
    box-shadow: 0px 0.03rem 0.08rem 0px rgba(0, 0, 0, 0.16);
    height: 0.9rem;
    padding: 0 .2rem 0 .25rem;

}

.s1-lr ul li.on {
    border-color: transparent !important;
}

.s1-lr ul li.on {
    border-color: transparent !important;
}



.s1-lr ul li.on a span {
    color: #fff;
    font-size: 0.2rem;
}

.s1-lr ul li.on a div {}

.s1-lr ul li.on a div h3 {
    color: #fff;
    font-weight: bold;
}

.s1-lr ul li.on a div p {
    display: block;
}

.s1-r {
    width: 31.2%;
}

.s1-r ul li a {
    display: flex;
    align-items: center;
    border-bottom: 1px dashed #D8D8D8;
}

.s1-r ul li a p {
    flex: 1;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: .3rem;
    background: url(/kjxy/images/icon-tt.png) no-repeat;
    background-position: left center;
    background-size: .16rem auto;
    font-size: 0.16rem;
    line-height: .47rem;
}


.s1-r ul li a span {
    font-size: 0.16rem;
    line-height: .3rem;
    color: #666666;
    text-align: right;
    min-width: .8rem;
}

.s1-r ul li a:hover p {
    color: #0C51AB;
    font-weight: 600;
}

.s1-r ul li a:hover span {
    color: #0C51AB;
}

.s2 {
    margin-top: .55rem;
}

.s2-c {
    display: flex;
    justify-content: space-between;
}

.s2-l {
    width: 32%;
}

.s2-m {
    width: 32%;
}

.s2-r {
    width: 32%;
}


.s2-first a {
    display: flex;
    align-items: center;
}

.s2-first a .pics {
    width: 1.37rem;
    margin-right: .24rem;
}

.s2-first a .pics .pic {
    padding-top: 78%;
}

.s2-first a .info {
    flex: 1;
    min-width: 0;
}

.s2-first a .info h3 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 0.18rem;
    font-weight: bold;
    line-height: 0.24rem;
    color: #333333;
}

.s2-first a .info p {
    margin-top: .1rem;
    font-size: 0.14rem;
    font-weight: 350;
    line-height: 0.24rem;
    color: #666666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: .48rem;
}

.s2-first a:hover .info h3 {
    color: #0D42A7;
}

.publist ul {
    margin-top: .15rem;
}

.publist ul li a {
    display: flex;
    align-items: center;
}

.publist ul li a p {
    flex: 1;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: .2rem;
    font-size: 0.16rem;
    font-weight: 350;
    line-height: 0.42rem;
    color: #333333;
    position: relative;
}

.publist ul li a p::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 0.06rem;
    height: 0.06rem;
    background: #D8D8D8;
    border-radius: 50%;
}

.publist ul li a span {
    font-size: 0.16rem;
    font-weight: 350;
    line-height: 0.42rem;
    letter-spacing: 0em;
    color: #666666;
    min-width: .8rem;
    text-align: right;
}

.publist ul li a:hover p {
    color: #0C51AB;
    font-weight: 600;
}

.publist ul li a:hover span {
    color: #0C51AB;
}

.s3 {
    margin-top: .55rem;
}

.s3-box{
    display:flex;
    justify-content: space-between;
}
.s3-box .s3-l{
    width: 48%;
}
.s3-box .s3-r{
    width: 48%;
}

.s3-c {
    position: relative;
}
.s3-c:hover .s3-prev{opacity:1;transition:all 0.3s}
.s3-c:hover .s3-next{opacity:1;transition:all 0.3s}
.s3-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 9;
}

.s3-arrow img {
    display: block;
    width: 0.4rem;
}

.s3-prev {
    left: .1rem;
    opacity: 0;
}

.s3-next {
    right: .1rem;
    opacity: 0;
}

.s3-c ul {
    margin: 0 -.2rem;
}

.s3-c ul li a {
    display: block;
    margin: 0 .2rem;
}

.s3-c ul li a .pic {
    padding-top: 70%;
}

.s3-c ul li a .info {
    margin-top: .25rem;
}

.s3-c ul li a .info p {
    text-align: center;
    font-size: 0.16rem;
    font-weight: normal;
    line-height: .23rem;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.s3-c ul li a:hover .info p {
    color: #0C51AB;
    font-weight: 600;
}



@media screen and (max-width: 1024px) {
    .s1-c,.s2-c{
        display: block;
    }
    .s1-lc{
        display: block;
    }
    .s1-l, .s1-ll{
        width: auto;
        margin-right: 0;
        margin-bottom: .3rem;
    }
    .s1-r,.s2-l,.s2-m,.s2-r{
        width: auto;
    }
    .s2-m{
        margin: .3rem 0;
    }
    .itit{
        margin-bottom: .25rem;
    }
    .itit h3{
        font-size: .2rem;
    }
    .s3-c ul {
        margin: 0 -.1rem;
    }
    .s3-c ul li a{
        margin: 0 .1rem;
    }

    .s3-box{
        display:block;
    }
    .s3-box .s3-l{
    width: auto;
}
    .s3-box .s3-r{
    width: auto;
    margin-top: .3rem;
}
    .s3-arrow{
        opacity: .8;
    }
}

@media screen and (min-width: 1025px) {}

@media screen and (max-width: 1480px) {}

@media screen and (max-width: 1024px) {}

@media screen and (max-width: 1024px) {}

@media screen and (max-width: 768px) {}

@media screen and (max-width: 480px) {}



@media screen and (max-width: 1024px) {}