@charset "utf-8";

.index {
    font-size: 0;
    position: fixed;
    top: 100%;
    left: 0;
    right: 0;
    overflow: hidden;
    z-index: 99;
    padding-top: 1.22rem;
    background: #fff;
}



.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 .slick-slide a {
    display: block;
    position: relative;
}


.banner .slick .slick-slide a img {
    display: block;
    width: 100%;
}


.banner .slick-dots {
    display: flex !important;
    justify-content: flex-end;
    align-items: center;
    bottom: 0.4rem;
    width: 100%;
    max-width: 16rem;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.banner .slick-dots li {
    position: relative;
    width: 0.12rem;
    height: 0.12rem;
    margin: 0 0.2rem;
    opacity: 1;
    background: rgba(255, 255, 255, 0.42);
    vertical-align: middle;
    border-radius: 50%;
}


.banner .slick-dots li button {}

.banner .slick-dots li.slick-active {
    width: 0.4rem;
    height: 0.4rem;
    background: url(../images/dots.png) no-repeat 50%;
    background-size: 0.4rem;
    border-radius: 0;
}



html, body, .banner, .banner .slick, .banner .slick div, .banner .slick-slide a, .banner .slick-slide a img {
    width: 100%;
    height: 100%;
}

.banner img {
    width: 100%
}

.banner {
    position: relative;
    background: #3f52f4
}

.banner .slick-slide a {
    display: block;
    position: relative
}

.banner .slick-slide a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/banner-zzc.png) repeat-x;
    background-position: center top;
    z-index: 1;
}

.banner .slick-prev {
    width: 0.45rem;
    height: 0.44rem;
    left: 0.64rem;
    background-image: url(../images/prev.png);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 0.45rem;
    opacity: .4;
}

.banner .slick-next {
    width: 0.45rem;
    height: 0.44rem;
    right: 0.9rem;
    background-image: url(../images/next.png);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 0.45rem;
    opacity: .4;
}


#downPage {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: .4rem;
    z-index: 9;
    cursor: pointer;
}

#downPage img {
    display: block;
    animation: bb 2s linear 0s infinite;
}

@keyframes bb {
    0% {
        transform: translate(-50%, 0);
        opacity: 0;
    }

    20% {
        transform: translate(-50%, 3px);
        opacity: 1;
    }

    80% {
        transform: translate(-50%, 10px);
        opacity: 1;
    }

    90% {
        transform: translate(-50%, 10px);
        opacity: 0;
    }

    100% {
        transform: translate(-50%, 10px);
        opacity: 0;
    }
}


.title {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: .2rem;
    border-bottom: 1px solid #cbdcec;
}

.tit-text {
    font-size: 0;
}

.tit-text h2 {
    position: relative;
    display: flex;
    align-items: center;
}

.tit-text h2 b {
    display: block;
    position: relative;
    margin-left: .1rem;
    margin-right: .05rem;
    font-size: 0.22rem;
    line-height: .3rem;
    letter-spacing: 0.01rem;
    color: #000000;
}

.tit-text h2 img {
    display: block;
}

.tit-text h2 span {
    font-size: 0.14rem;
    color: #9fb8cf;
    font-weight: normal;
    line-height: .2rem;
    align-self: flex-end;
}

.tit-text h2 p {
    position: absolute;
    left: 48px;
    bottom: 0;
    font-size: 16px;
    line-height: 22px;
    color: rgba(204, 204, 204, .5);
    text-transform: uppercase;
    font-weight: normal;
    white-space: nowrap;
    z-index: 2;
    font-weight: 600;
}

.tit-more a {
    display: none;
    float: left;
    transition: all 0.5s;
    font-size: 0.14rem;
    font-weight: normal;
    line-height: 0.14rem;
    color: #666666;
    border-left: 1px solid #becad5;
    padding-left: .1rem;
}

.tit-more a:hover {
    color: #066fce;
    border-color: #066fce;
}

.tit-more a:nth-child(1) {
    display: block;
}

.section1 {
    background:#d1e9fb;
    background-position: center center;
    background-size: cover;
    padding-bottom: .68rem;
    padding-top: .4rem;
}

.section1 .title {
    border-bottom: none;
}


.s1-c {
    display: flex;
    justify-content: space-between;
}

.s1-l {
    width: 6.97rem;
}

.s1-lpic li a {
    display: block;
    position: relative;
}



.s1-lpic li a .pic {
    padding-top: 62.5%;
}

.s1-linfo {
    padding: .15rem 1.3rem .15rem .15rem;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: url(../images/s1-zzc.png) repeat-x;
    background-position: center bottom;
    display: flex;
    align-items: flex-end;
}

.s1-lpic li a h3 {
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #fff;
    font-size: 0.2rem;
    font-weight: normal;
    line-height: 0.3rem;
    color: #ffffff;
}

.s1-lpic li a:hover h3 {
    color: #fff;
}

.s1-lpic h3 i {
    background-image: linear-gradient(#fff, #fff);
}

.s1-lpic .slick-dots {
    bottom: .24rem;
    right: .2rem;
    width: auto;
    font-size: 0;
}

.s1-lpic .slick-dots li {
    margin: 0 .07rem;
    transition: all 0.3s;
    border-radius: 50%;
    width: 0.11rem;
    height: 0.11rem;
    border: solid 0.01rem #fff;
    opacity: 0.37;
}

.s1-lpic .slick-dots li button {
    display: block;
    background: #fff;
    border-radius: 50%;
    width: 8px;
    height: 8px;
    margin: 11px auto;
    display: none;
}

.s1-lpic .slick-dots li.slick-active {
    background: #fff;
    opacity: 1;
    border-color: #fff;
}


.s1-data {
    display: flex;
    position: absolute;
    left: .16rem;
    top: .13rem;
    justify-content: center;
    align-items: center;
    z-index: 9;
    width: 0.88rem;
    height: 0.75rem;
    background-color: #f08700;
    border-radius: 0rem 0.3rem 0rem 0.3rem;
    opacity: 0.86;
}

.s1-data>div {
    text-align: center;
    color: #f6f7fb;
}

.s1-data>div b {
    font-weight: normal;
    line-height: .3rem;
    font-size: 0.3rem;
    display: block;
}

.s1-data>div span {
    line-height: .2rem;
    font-size: 0.16rem;
    display: block;
}



.s1-r {
    flex: 1;
}

.s1-r ul {
    display: flex;
    flex-wrap: wrap;
}

.s1-r ul li {
    width: 50%;
    padding-left: .25rem;
}

.s1-r ul li:nth-child(-n+2) {
    margin-bottom: .23rem;
}

.s1-r ul li a {
    display: block;
    background-color: #ffffff;
    padding: .2rem .3rem;
    border: solid 0.01rem transparent;
}

.s1-r ul li a span {
    display: block;
    font-size: 0.16rem;
    font-weight: normal;
    line-height: .26rem;
    color: #066fce;
}

.s1-r ul li a h3 {
    font-size: 0.17rem;
    font-weight: normal;
    line-height: 0.23rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 0.46rem;
    color: #333333;
    margin-top: .1rem;
}

.s1-r ul li a div {
    width: 0.13rem;
    height: 0.02rem;
    background-color: #2d76c6;
    margin: .1rem 0 .05rem 0;
}

.s1-r ul li a p {
    font-size: 0.14rem;
    font-weight: normal;
    line-height: 0.22rem;
    color: #999999;
    height: 0.66rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.s1-r ul li a:hover {
    background-color: #ffffff;
    box-shadow: 0.07rem 0.09rem 0.23rem 0.04rem rgba(0, 102, 184, 0.06);
    border: solid 0.01rem #066fce;
}

.s1-r ul li a:hover h3 {
    font-weight: 600;
    color: #066fce;
}


.section2 {
    padding: .5rem 0 .35rem 0;
    background: url(../images/s2-bj.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
}

.s2-c {
    display: flex;
    justify-content: space-between;
}

.s2-c .title {
    margin-bottom: .25rem;
}

.s2-l {
    width: 31.5%;
}

.s2-m {
    width: 31.5%;
}

.s2-r {
    width: 31.5%;
}


.first-item a {
    display: flex;
    align-items: center;
    background-color: #f3f3f3;
    margin-bottom: .25rem;
}

.first-item a .pics {
    width: 2.02rem;
    position: relative;
}

.first-item a .pics b {
    position: absolute;
    min-width: 0.53rem;
    height: 0.25rem;
    background-color: #bb0202;
    border-radius: 0 0.13rem 0.13rem 0;
    top: 0.06rem;
    text-align: center;
    font-size: 0.15rem;
    font-weight: normal;
    line-height: 0.25rem;
    color: #ffffff;
    padding: 0 .15rem 0 .1rem;
    left: 0;
}

.first-item a .pics .pic {
    padding-top: 69.5%;
}

.first-item a .info {
    padding: 0 .25rem;
    flex: 1;
    min-width: 0;
}

.first-item a .info h3 {
    font-size: 0.18rem;
    font-weight: normal;
    line-height: 0.29rem;
    height: 0.58rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    color: #333333;
}

.first-item a .info span {
    display: block;
    font-family: ArialMT;
    font-size: 0.16rem;
    font-weight: normal;
    line-height: 0.2rem;
    color: #0576dd;
    margin-top: .2rem;
}

.first-item a:hover .info h3 {
    color: #066fce;
    font-weight: 600;
}

.ilist1 li:nth-child(1) a {
    border-top: dashed 0.01rem rgba(61, 61, 61, .34);
}

.ilist1 li a {
    display: flex;
    position: relative;
    align-items: center;
    height: .88rem;
    background-color: #ffffff;
    border-bottom: dashed 0.01rem rgba(61, 61, 61, .34);
}

.ilist1 li a .data {
    width: 0.67rem;
    border-right: 1px solid #a0aeba;
}

.ilist1 li a .data p {
    font-size: 0.2rem;
    font-weight: 600;
    line-height: 0.28rem;
    color: #0576dd;
}

.ilist1 li a .data span {
    display: block;
    font-size: 0.16rem;
    font-weight: normal;
    line-height: 0.2rem;
    color: #a0aeba;
}

.ilist1 li a .info {
    flex: 1;
    min-width: 0;
    padding-left: .15rem;
    padding-right: .1rem;
}

.ilist1 li a h3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 0.17rem;
    font-weight: normal;
    line-height: 0.29rem;
    color: #333333;
    max-height: .58rem;
}

.ilist1 li a .info h3 b {
    color: #1d50a2;
    font-weight: normal;
}

.ilist1 li a>span {
    position: absolute;
    bottom: 0;
    right: 0.2rem;
    transform: translateY(50%);
    width: 0.7rem;
    line-height: 0.28rem;
    border-radius: 0.03rem;
    font-size: 0.14rem;
    color: #f5f5f5;
    text-align: center;
}

.ilist1 li a:hover h3 {
    color: #066fce;
    font-weight: 600;
}

/**/

.ilist2 li:nth-child(1) a {
    padding-top: .04rem;
}

.ilist2 li a {
    display: flex;
    position: relative;
    align-items: center;
    background-color: #ffffff;
    border-bottom: dashed 0.01rem rgba(61, 61, 61, .34);
    padding: .15rem .1rem .14rem 0.05rem;
}


.ilist2 li a .data {
    width: 0.65rem;
    height: 0.58rem;
    background-color: #1492ff;
    border: solid 0.01rem #1492ff;
    text-align: center;
}

.ilist2 li a .data p {
    font-weight: normal;
    line-height: 0.36rem;
    color: #fff;
    font-size: 0.26rem;
}

.ilist2 li a .data span {
    display: block;
    font-size: 0.14rem;
    font-weight: normal;
    line-height: 0.2rem;
    color: #0576dd;
    background: #fff;
}

.ilist2 li a .info {
    flex: 1;
    min-width: 0;
    padding-left: .15rem;
    padding-right: .1rem;
}

.ilist2 li a h3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 0.17rem;
    font-weight: normal;
    line-height: 0.29rem;
    color: #333333;
    max-height: .58rem;
}

.ilist2 li a .info h3 b {
    color: #1d50a2;
    font-weight: normal;
}

.ilist2 li a>span {
    position: absolute;
    bottom: 0;
    right: 0.2rem;
    transform: translateY(50%);
    width: 0.7rem;
    line-height: 0.28rem;
    border-radius: 0.03rem;
    font-size: 0.14rem;
    color: #f5f5f5;
    text-align: center;
}

.ilist2 li a:hover h3 {
    color: #066fce;
    font-weight: 600;
}

.section3 {
    padding: .4rem 0;
    background: url(../images/s3-bj.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
}

.s3-c {
    display: flex;
    justify-content: space-between;
}

.s3-c .title {
    margin-bottom: .25rem;
}

.s3-l {
    width: 9.72rem;
    margin-right: 3%;
}

.s3-lslick ul {
    margin: 0 -.13rem;
}

.s3-lslick ul .slick-slide {
    display: flex;
    flex-wrap: wrap;
}

.s3-lslick ul .slick-slide>div {
    width: 33.33%;
}

.s3-lslick ul .slick-slide>div li {
    display: block !important;
}

.s3-lslick ul .slick-slide>div a {
    display: block;
    margin-left: .13rem;
    margin-right: .13rem;
}

.s3-lslick ul .slick-slide>div:nth-child(-n+3) a {
    margin-bottom: .17rem;
}

.s3-lslick ul .slick-slide>div a .pic {
    padding-top: 35%;
}

.s3-lslick .slick-prev, .s3-lslick .slick-next {
    width: 0.32rem;
    height: 0.32rem;
    box-shadow: 0rem 0rem 0.05rem 0rem rgba(0, 0, 0, 0.57);
    border-radius: 50%;
}

.s3-lslick .slick-prev {
    left: 0.13rem;
    background: rgba(0, 0, 0, 0.57) url(../images/s3-lprev.png) no-repeat;
    background-size: 100% 100%;
}

.s3-lslick .slick-next {
    right: 0.13rem;
    background: rgba(0, 0, 0, 0.57) url(../images/s3-lnext.png) no-repeat;
    background-size: 100% 100%;
}

.s3-r {
    flex: 1;
    min-width: 0;
}

.s3-list ul {
    display: flex;
    justify-content: space-between;
}

.s3-list ul li a {
    display: block;
}

.s3-list ul li a .icon {
    width: 0.73rem;
    height: 0.73rem;
    background-color: #ffffff;
    display: flex;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.s3-list ul li a .icon img {
    max-width: 60%;
    max-height: 60%;
}

.s3-list ul li a p {
    text-align: center;
    font-size: 0.17rem;
    font-weight: normal;
    line-height: .2rem;
    color: #222222;
    margin-top: .1rem;
}

.s3-list ul:nth-child(1) {
    margin-bottom: .2rem;
}

.s3-list ul li a:hover p {
    color: #066fce;
    font-weight: 600;
}

@media screen and (max-width: 1400px) {
    .s1-r ul li a {
        padding: .2rem .15rem;
    }

    .tit-text h2 b {
        font-size: .2rem;
        margin-left: .05rem;
    }

    .s2-l, .s2-m, .s2-r {
        width: 32%;
    }

    .first-item a .info {
        padding: 0 .15rem;
    }

    .s3-l {
        width: 8rem;
        margin-right: 2%;
    }

    .s3-list ul li {
        width: 25%;
    }

    .s3-list ul li a .icon {
        width: 0.55rem;
        height: 0.55rem;
    }
}

@media screen and (max-width: 1200px) {}

@media screen and (max-width: 1024px) {

    html,
    body,
    .banner,
    .banner .slick,
    .banner .slick .slick div,
    .banner .slick .slick-slide a,
    .banner .slick .slick-slide a img {
        height: auto !important;
    }

    #downPage {
        display: none;
    }

    .banner .slick-prev {
        left: .1rem;
    }

    .banner .slick-next {
        right: 0.1rem;
    }

    .index {
        position: static;
        padding-top: 0;
    }

    .s1-c {
        display: block;
    }

    .s1-l, .s3-l {
        width: auto;
        margin-bottom: .25rem;
        margin-right: 0;
    }

    .s1-r ul {
        justify-content: space-between;
    }

    .s1-r ul li {
        padding-left: 0;
        width: 49%;
    }

    .s2-c, .s3-c {
        display: block;
    }

    .s2-l, .s2-m, .s2-r {
        width: auto;
    }

    .s2-m {
        margin: .25rem 0;
    }

    .title {
        padding-bottom: .1rem;
    }

    .s2-c .title {
        margin-bottom: .2rem;
    }

    .banner .slick-dots {
        bottom: .1rem;
        justify-content: center;
    }

    .banner .slick-dots li {
        margin: 0 .1rem;
    }

    .banner .slick-dots li  {
        width: 0.15rem;
        height: 0.15rem;
        line-height: .28rem;
        font-size: .14rem;
        font-weight: normal;
    }
    .banner .slick-slide a::before{
        display: none;
    }

    .section1 {
        padding-top: .35rem;
        padding-bottom: .25rem;
    }

    .section2, .section3 {
        padding: .35rem 0;
    }

    .s1-linfo {
        padding-right: 1rem;
    }

    .s1-lpic li a h3 {
        font-size: .18rem;
    }

}

@media screen and (max-width: 768px) {
    .s3-lslick ul .slick-slide>div {
        width: 50%;
    }

    .s3-lslick ul {
        margin: 0 -.05rem;
    }

    .s3-lslick ul .slick-slide>div a {
        margin-left: 0.05rem;
        margin-right: 0.05rem;
    }

    .s3-lslick ul .slick-slide>div:nth-child(-n+3) a {
        margin-bottom: 0;
    }

    .s3-lslick ul .slick-slide>div:nth-child(-n+2) a {
        margin-bottom: 0.1rem;
    }
}

@media screen and (max-width: 640px) {}

@media screen and (max-width: 480px) {
    .s1-r ul {
        display: block;
    }

    .s1-r ul li, .s1-r ul li:nth-child(-n+2) {
        width: auto;
        margin-bottom: .15rem;
    }

    .s1-r ul li a {
        padding: .1rem .15rem;
    }

    .s1-r ul li a p {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        height: 0.44rem;
    }

    .first-item a {
        display: block;
    }

    .first-item a .pics {
        width: auto;
    }

    .first-item a .info {
        padding: .15rem;
    }
}
