@charset "utf-8";

a {
    display: block;
}

.banner {
    position: relative;
    overflow: hidden;
    max-width: 11.6rem;
    margin-left: auto;
    margin-right: 0;
}

.banner .slick 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-slide.slick-current a img {
    animation: img_scale linear 8s;
}

.banner-tx {
    position: absolute;
    top: 50%;
    left: .1rem;
    transform: translateY(-50%);
    z-index: 9;
    width: 5rem;
}

.banner-tx h2 {
    font-size: .68rem;
    font-weight: 500;
    color: #FFFFFF;
}

.banner-tx h3 {
    font-size: .46rem;
    font-weight: 500;
    color: #FFFFFF;
    margin: .3rem 0;
    padding-bottom: .3rem;
    position: relative;
}

.banner-tx h3::after {
    content: '';
    width: .38rem;
    height: .04rem;
    background: #A8D5E9;
    position: absolute;
    left: 0;
    bottom: 0;
}

.banner-tx h4 {
    font-size: .24rem;
    color: #FFFFFF;
    font-weight: normal;
}

@keyframes img_scale {
    0% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }

}

.banner-lk ul {
    display: flex;
    flex-wrap: wrap;
}

.banner-lk ul li {
    width: 2rem;
}

.banner-lk ul li a .ico {
    height: .72rem;
    position: relative;
    width: 100%;
}

.banner-lk ul li a {
    padding: .38rem 0;
    background: #E1E1E1;
    text-align: center;
    transition: all 0.5s;
}

.banner-lk ul li a .ico img {
    max-height: 100%;
    display: none;
    margin: 0 auto;
}

.banner-lk ul li a .ico img:first-child {
    display: block;
}

.banner-lk ul li a:hover .ico>img:first-child {
    display: none;
}

.banner-lk ul li a:hover .ico>img:last-child {
    display: block;
    animation: jello 1s;
}

.banner-lk ul li a p {
    font-size: .16rem;
    text-align: center;
    color: #3D3D3D;
    margin-top: .14rem;
}

.banner-lk ul li a:hover {
    background: #3F79DC;
}

.banner-lk ul li a:hover p {
    color: #ffffff;
}


.b-dots b {
    font-size: .28rem;
    font-weight: bold;
    color: #FFFFFF;
}

.b-dots span {
    font-size: .16rem;
    color: #FFFFFF;
}

.b-dots b::before,
.b-dots span::before {
    content: '0';
}

.b-dots {
    position: absolute;
    bottom: .8rem;
    left: 1rem;

    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.b-btn {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding-bottom: .15rem;
    background: url(../images/b-line.png) no-repeat left .1rem bottom;
    background-size: 100%;
    width: 1.2rem;
}

.b-btn>div>div {
    display: inline-block;
    cursor: pointer;
    width: .2rem;
}

.b-btn>div>div:hover {
    opacity: 0.7;
}

.b-prev {
    margin-right: .1rem;
    text-align: center;
}

.b-scroll {
    position: absolute;
    bottom: .85rem;
    right: 1.2rem;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    z-index: 9;
}

.b-scroll p {
    font-size: .14rem;
    color: #303133;
    margin-bottom: .1rem;
}



.b-scroll img {
    width: .18rem;
    margin-left: .12rem;
    animation: shake 3s infinite linear;
}

/* index */


.s1 {
    padding: 1rem 0;
    max-width: 19.2rem;
    margin: 0 auto;
    background: url(../images/s1-bg.png) no-repeat left center;
    background-size: 5rem;
}

.tit {
    position: relative;
    margin-bottom: .5rem;
}

.tit h3 b {
    font-size: .32rem;
    font-weight: bold;
    color: #3D3D3D;
    display: block;
}

.tit h3 span {

    padding-right: .45rem;
    font-size: .16rem;
    line-height: .24rem;
    font-weight: bold;
    color: #3D3D3D;
    display: inline-block;
    background: url(../images/titline-g.png) no-repeat left bottom;
    background-size: 100%;
}

.tit a {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    font-size: .16rem;
    line-height: .18rem;
    color: #C1C1C1;
    padding-right: .26rem;
    background: url(../images/more.png) no-repeat right center;
    background-size: auto 100%;
    transition: all 0.5s;
}

.tit a:hover {
    color: #3F79DC;
}

.s1-banner .pic {
    padding-top: 56.4%;
    margin-bottom: .4rem;
}

.s1-tx {
    position: relative;
}

.s1-tx::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 36px;
    height: 36px;
    background: url(../images/jt-green.png) no-repeat;
    background-size: 100% 100%;
    opacity: 0;
}

.s1-banner ul li a:hover .s1-tx::after {
    opacity: 1;
}

.s1-tx h3 {
    font-size: .18rem;
    font-weight: bold;
    color: #303133;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 1.2;
}

.s1-tx p {
    font-size: .14rem;
    line-height: .28rem;
    height: .84rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    color: #303133;
    margin: .2rem 0;
}

.s1-tx span {
    background: #C1C1C1;
    width: 1.36rem;
    line-height: .36rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    border-radius: .99rem;
    color: #ffffff;
}

.s1-tx span img {
    margin-right: .07rem;
    width: .14rem;
}

.s1-banner ul li a {
    margin: 0 .2rem;
}

.s1-banner ul li a:hover p,
.s1-banner ul li a:hover h3 {
    color: #3F79DC;
}

.s1-banner ul li a:hover span {
    background-color: #3F79DC;
    box-shadow: .02rem .01rem .14rem 0rem rgba(50, 69, 144, 0.2);
}


.s1-banner {
    max-width: 16.6rem;
    margin-left: auto;
    margin-right: 0;
    position: relative;
}

.s1-banner>ul {
    margin-left: -0.2rem;
}

.s1-banner .slick-list {
    padding-right: 1.4rem;
}

.s2 {
    padding: .2rem 0;
    max-width: 19.2rem;
    margin: 0 auto;
    overflow-x: hidden;
}

.s2 .w14 {
    padding-left: 0;
    padding-right: 0;
    border-top: 1px solid #C1C1C1;
    border-left: 1px solid #C1C1C1;
    position: relative;
}

.s2 .w14::after {
    content: '';
    position: absolute;
    left: 100%;
    top: 0;
    width: 100%;
    height: 60%;
    border-left: 1px solid #C1C1C1;
    border-bottom: 1px solid #C1C1C1;
}

.s2 .w14::before {
    content: '';
    position: absolute;
    right: 100%;
    top: 0;
    width: 100%;
    height: 100%;
    border-top: 1px solid #C1C1C1;
}

.s2-c {
    padding-top: .6rem;
    padding-bottom: 1.3rem;
    padding-right: .3rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
}

.s2-tit::after {
    content: '';
    width: .31rem;
    height: .31rem;
    background: url(../images/s2-dots.png) no-repeat;
    background-size: 100% 100%;
    top: 0;
    left: 0;
    transform: translate(-50%, -50%);
    position: absolute;
}

.s2-r {
    width: 53%;
    position: relative;
}

.s2-tit h3 {
    width: 2.9rem;
    padding: .15rem 0;
    padding-left: .68rem;
    cursor: pointer;
    transition: all 0.5s;
}

.s2-tit h3:nth-child(1) {
    background-color: rgba(193, 193, 193, 1);
}

.s2-tit h3:nth-child(2) {
    background-color: rgba(193, 193, 193, 0.8);
}

.s2-tit h3:nth-child(3) {
    background-color: rgba(193, 193, 193, 0.6);
}

.s2-tit h3 b {
    font-size: .24rem;
    font-weight: bold;
    line-height: .28rem;
    color: #FFFFFF;
    display: block;
    margin-bottom: .05rem;
}

.s2-tit h3 span {
    font-size: .14rem;
    font-weight: bold;
    color: #FFFFFF;
    display: block;
}

.s2-tit h3.on {
    width: 3.4rem;
    background: #3F79DC;
}

.s2-date b {
    line-height: .4rem;
    font-size: .28rem;
    color: #3D3D3D;
    display: block;
    transition: all 0.5s;
}

.s2-date span {
    font-size: .14rem;
    font-weight: bold;
    line-height: .34rem;
    color: #3D3D3D;
    display: block;
    margin: 0 .11rem;
    border-top: 1px solid #3D3D3D;
    display: inline-block;
    transition: all 0.5s;
}

.s2-date {
    text-align: center;
    border: 1px solid #3D3D3D;
    margin-right: .28rem;

}

.s2-lt ul li a {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: .24rem;
    padding-left: .18rem;
    border: 1px solid #AAAAAA;
    transition: all 0.5s;
    background: #ffffff;
}

.s2-lt ul li {
    margin-bottom: .36rem;
}

.s2-lt ul li:last-child {
    margin-bottom: 0;
}

.s2-tx {
    flex: 1;
    min-width: 0;
    padding-right: 1rem;
    background: url(../images/jt-grey.png) no-repeat right center;
    background-size: .36rem;
}

.s2-tx h3 {
    font-size: .18rem;
    font-weight: bold;
    line-height: .24rem;
    color: #2E2E2E;
    margin-bottom: .08rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.s2-tx p {
    font-size: .16rem;
    line-height: .3rem;
    color: #AFAFAF;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.s2-lt ul li a:hover .s2-tx {
    background: url(../images/jt-green.png) no-repeat right center;
    background-size: .36rem;
}

.s2-lt ul li a:hover {
    border: 1px solid #8EC22F;
    box-shadow: 0px 17px 33px 0px rgba(150, 190, 76, 0.2);
}

.s2-lt ul li a:hover p,
.s2-lt ul li a:hover h3 {
    color: #8EC22F;
}

.s2-lt ul li a:hover .s2-date {
    border: 1px solid #8EC22F;
}

.s2-lt ul li a:hover .s2-date>b {
    color: #ffffff;
    background-color: #8EC22F;

}

.s2-lt ul li a:hover .s2-date>span {
    color: #8EC22F;
    border-color: transparent;
}

.s2-btn {
    position: absolute;
    bottom: 0;
    right: -0.7rem;
}

.s2-btn>div {
    width: .4rem;
    height: .4rem;
    cursor: pointer;
    transition: all 0.5s;
}

.s2-btn>div.s2-prev {
    background: url(../images/s2-jtt.png) no-repeat center center #dddddd;
    background-size: .14rem;
}

.s2-btn>div.s2-next {
    background: url(../images/s2-jtb.png) no-repeat center center #8EC22F;
    background-size: .14rem;
}

.s2-lt .slick-slide {
    margin: 0 .3rem;
}

.s2-btn>div:hover {
    box-shadow: .02rem .01rem .14rem 0rem rgba(50, 69, 144, 0.2);
}

.s2-tit::before {
    content: '';
    width: 6.9rem;
    height: 2rem;
    background: url(../images/s2-en.png) no-repeat;
    background-size: 100%;
    position: absolute;
    left: .6rem;
    bottom: .9rem;
}

.s3 {
    padding-top: .8rem;
    padding-bottom: .5rem;
    background: url(../images/s3-bg.jpg) no-repeat;
    background-size: cover;
}

.s3-tit img {
    margin-bottom: .1rem;
}

.s3-tit .tit h3 b {
    color: #ffffff;
}

.s3-tit .tit h3 span {
    color: #ffffff;
    background: url(../images/titline-g.png) no-repeat left center;
    background-size: 100%;
}

.s3-tit {
    display: inline-block;
    width: fit-content;
    vertical-align: top;
    margin-right: 2.2rem;
}

.s3-banner {
    display: inline-block;
    width: 5.47rem;
    vertical-align: top;
}



.s3-tx h3 {
    font-size: .2rem;
    color: #1E1E1E;
    text-align: center;
}

.s3-tx p {
    font-size: .16rem;
    line-height: .24rem;
    height: .72rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    text-align: center;
    color: #666666;
    margin-top: .2rem;
    margin-bottom: .25rem;
}

.s3-jt {
    width: .36rem;
    height: .36rem;
    background: url(../images/jt-green.png) no-repeat;
    background-size: 100% 100%;
    margin: 0 auto;
    transition: all 0.5s;
}

.s3-banner {
    padding-right: .7rem;
    background: url(../images/s3-txbg2.png) no-repeat right bottom .2rem;
    position: relative;
    background-size: auto 2.6rem;
}

.s3-banner ul li a {
    background: url(../images/s3-txbg.png) no-repeat;
    background-size: 100% 100%;
    padding-left: .6rem;
    padding-right: .3rem;
    padding-top: .83rem;
    padding-bottom: .54rem;
    position: relative;
    margin-top: .75rem;

}

.s3-banner ul li a .ico {
    width: 1.3rem;
    height: 1.3rem;
    margin: 0 auto;
    background-color: #8EC22F;
    position: absolute;
    left: 54%;
    top: 0;
    transform: translate(-50%, -50%);
    z-index: 9;
    border-radius: 50%;
    border: .05rem solid #fff;
    box-shadow: 0 0 .2rem rgba(0, 0, 0, 0.3);
}

.s3-banner ul li a .ico img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-height: 80%;
}

.s3-banner ul li a:hover .s3-jt {
    transform: translateX(10px);
}

.s3 .w14 {
    position: relative;
}

.s3-lt ul li {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    width: 1rem;
    height: 1rem;
}

.s3-lt ul li:hover img {
    animation: jello 1s;
}

.s3-lt ul li a {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 80%;
}

.s3-lt ul li a img {
    width: 100%;
    height: 100%;
}

.s3-lt ul li:nth-child(1) {
    left: 2.6rem;
    top: 0;
    transform: scale(1);
}

.s3-lt ul li:nth-child(2) {
    left: 0;
    bottom: 1.42rem;
    transform: scale(0.8);
}

.s3-lt ul li:nth-child(3) {
    transform: scale(0.6);
    left: 2.2rem;
    bottom: 0;
}

.s3-lt ul li:nth-child(4) {
    transform: scale(0.8);
    right: 1rem;
    top: 0;
}

.s3-lt ul li:nth-child(5) {
    transform: scale(1.2);
    top: 2rem;
    right: 2rem;
}

.s3-lt ul li:nth-child(6) {
    transform: scale(0.8);
    right: 0;
    bottom: 0;
}

.s3-banner {
    margin-bottom: .7rem;
}

.s3-banner .slick-dots {
    bottom: -0.64rem;
}

.s3-banner .slick-dots li {
    width: .6rem;
    height: .04rem;
    background: #ffffff;
    margin: 0;
    vertical-align: middle;
}

.s3-banner .slick-dots li.slick-active {
    height: .08rem;
    background: #D8D8D8;
}

.s4 {
    padding-top: .8rem;
    max-width: 19.2rem;
    background: url(../images/s4-bg.png) no-repeat 110% 70%;
    background-size: 5rem;
}

.s4 .w14 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.s4-l {
    width: 40%;
}

.s4-tx p {
    font-size: .18rem;
    line-height: .45rem;
    color: #666666;
    margin: .4rem 0;
    text-indent: 2em;
}


.s4-more {
    width: 1.36rem;
    line-height: .36rem;
    text-align: center;
    border-radius: .36rem;

    font-size: .16rem;
    color: #FFFFFF;
    background: #3F79DC;
    transition: all 0.5s;
}

.s4-more:hover {
    border-radius: 0;
    box-shadow: 2px 1px 14px 0px rgba(50, 69, 144, 0.2);
}

.s4-r {
    width: 55%;
}

.s4-bg1 {
    /* mask: url(../images/s4-picbg1.png); */
    /* -webkit-mask: url(../images/s4-picbg1.png); */
    mask-size: 100% 100%;
    mask-repeat: no-repeat;
    position: relative;
}

.s4-bg2 {
    width: 100%;
    mask: url(../images/s4-picbg2.png);
    -webkit-mask: url(../images/s4-picbg2.png);
    mask-size: 100% 100%;
    mask-repeat: no-repeat;
    position: relative;
    width: 5rem;
    height: 4rem;
    margin-top: -2rem;
    margin-left: 1.2rem;
}

.s4-banner ul li a img {
    width: 100%;
    object-fit: cover;
}

.s4-banner {
    position: relative;
}

.s4-btn {
    position: absolute;
    right: 1.25rem;
    bottom: 0.8rem;
}

.s4-btn>div {
    width: .4rem;
    height: .4rem;
    cursor: pointer;
    transition: all 0.5s;
}

.s4-btn>div.s4-prev {
    background: url(../images/s2-jtt.png) no-repeat center center #dddddd;
    background-size: .14rem;
}

.s4-btn>div.s4-next {
    background: url(../images/s2-jtb.png) no-repeat center center #8EC22F;
    background-size: .14rem;
}

.s4-btn>div:hover {
    box-shadow: .02rem .01rem .14rem 0rem rgba(50, 69, 144, 0.2);
}






























@media screen and (max-width:1400px) {
    .s1 {
        padding-left: .1rem;
    }

    .s2 .w14 {
        width: 95%;
    }

    .s2-btn {
        right: -0.5rem;
    }
}


@media screen and (max-width:1200px) {
    .banner-tx {
        display: none;
    }

    .b-dots {
        opacity: 0;
    }

    .banner {
        max-width: none;
        width: 100%;
        margin: 0 auto;
    }

    .b-scroll {
        display: none;
    }

    .banner-lk ul li {
        width: 25%;
    }
}


@media screen and (max-width:1024px) {
    .s1 {
        padding: .3rem 0;
        padding-left: .1rem;
    }

    .s1-banner .slick-list {
        padding-right: 0 !important;
    }

    .s2-tx {
        padding-right: .5rem;
    }

    .s2-r {
        width: 60%;
    }

    .s2-c {
        padding-bottom: .8rem;
    }

    .s3-tit {
        display: block;
    }

    .s3-banner {
        display: block;
        margin: 0 auto;
        margin-bottom: .8rem;
    }

    .s3-lt ul li:nth-child(3) {
        left: 1rem;
    }

    .s3-lt ul li:nth-child(5) {
        right: 1rem;
    }
    .s3{
        padding-top: .5rem;
    }
    .s4-btn{
        right: .5rem;
    }
    .s4{
        padding-top: 0;
    }
}


@media screen and (max-width:768px) {

    .s3-banner{
        margin-bottom: .2rem;
    }
    .s3-lt ul li {
        position: static;
        display: inline-block;
        transform: scale(0.8) !important;
    }
    .s3-banner .slick-dots{
        opacity: 0;
    }
    .s3-lt ul {
        text-align: center;
    }
    .s3-tit{
        margin-bottom: 0;
    }
    .s2-tit {
        width: 100%;
        margin-bottom: .3rem;
    }

    .s2-r {
        width: 100%;
    }

    .s2-btn {
        right: -.3rem;
    }
    .s4-l {
        width: 100%;
    }
    .s4 {
        padding-top: .3rem;
    }
    .s4-r {
        width: 100%;
    }
}

@media screen and (max-width:480px) {
    .s3-banner {
        width: 100%;
    }
    .s4-bg2{
        margin-left: 0;
    }

}