@charset "utf-8";
.main {
    position: relative;
    background: linear-gradient(0deg, #E8F2FF 0%, rgba(249, 252, 255, 0) 100%);
}

.main::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 5.09rem;
    background: url(../images/sect3-bg.png) no-repeat center bottom;
    background-size: 100% auto;
}

.sect1 {
    padding-top: 0.55rem;
    padding-bottom: 0.65rem;
    display: flex;
    justify-content: space-between;
}

.sect1-l {
    width: 45.375%;
}

.sect1-r {
    width: 47.8125%;
}
.sect1-r1 {
    width: 47.8125%;
}
.title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: -0.2rem;
    margin-bottom: 0.4rem;
}
.title1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: -0.2rem;
    margin-bottom: 0.4rem;
}
.title h2 {
    position: relative;
    display: inline-block;
    padding: 0 0.2rem;
    padding-bottom: 0.1rem;
    cursor: pointer;
}
.title1 h2 {
    position: relative;
    display: inline-block;
    padding: 0 0.2rem;
    padding-bottom: 0.1rem;
    cursor: pointer;
}

.title h2.on {
    background: url(../images/tit-bg.png) no-repeat 0.1rem bottom;
}

.title1 h2.on {
    background: url(../images/tit-bg.png) no-repeat 0.1rem bottom;
}

.title h2.on span {
    font-size: 0.32rem;
    color: #3D3D3D;
    padding-right: 0.15rem;
}

.title1 h2.on span {
    font-size: 0.32rem;
    color: #3D3D3D;
    padding-right: 0.15rem;
}
.title h2.on::after {
    content: "";
    position: absolute;
    left: 45%;
    top: 50%;
    transform: translateY(-50%);
    width: 0.05rem;
    height: 0.05rem;
    background: url(../images/tit-dd.png) no-repeat center center;
    background-size: 0.05rem auto;
}
.title1 h2.on::after {
    content: "";
    position: absolute;
    left: 45%;
    top: 50%;
    transform: translateY(-50%);
    width: 0.05rem;
    height: 0.05rem;
    background: url(../images/tit-dd.png) no-repeat center center;
    background-size: 0.05rem auto;
}
.title h2 span {
    font-size: 0.32rem;
    color: #B2B2B2;
}
.title1 h2 span {
    font-size: 0.32rem;
    color: #B2B2B2;
}

.title .more a {
    font-size: 0.16rem;
    color: #CBCBCB;
    padding-right: 0.12rem;
    background: url(../images/more.png) no-repeat right center;
    display: none;
}
.title1 .more1 a {
    font-size: 0.16rem;
    color: #CBCBCB;
    padding-right: 0.12rem;
    background: url(../images/more.png) no-repeat right center;
    display: none;
}

.title .more a.on {
    display: block;
}
.title1 .more1 a.on {
    display: block;
}

.sect1-l ul li {
    position: relative;
    margin-bottom: 0.15rem;
    padding-left: 0.34rem;
    transition: all .3s;
}

.sect1-l ul li a {
    display: block;
    padding-left: 0.54rem;
    padding-right: 0.45rem;
    line-height: 0.67rem;
    border: 0.01rem solid #E8E8E8;
}

.sect1-l ul li:hover a {
    background: url(../images/s1-l-bg.png) no-repeat center right;
    background-size: cover;
}

.sect1-l ul li a span {
    position: absolute;
    left: 0;
    display: block;
    width: 0.67rem;
    height: 0.67rem;
    border-radius: 50%;
    line-height: 0.67rem;
    text-align: center;
    background: #F4F4F4;
    border: 0.01rem solid #E8E8E8;
    font-family: Arial;
    font-size: 0.18rem;
    color: #3D3D3D;
}

.sect1-l ul li:hover a span {
    border: 0.01rem solid #005BC6;
    background: #fff;
    font-size: 0.18rem;
    font-weight: bold;
    color: #1C8EF9;
}

.sect1-l ul li a p {
    font-size: 0.18rem;
    color: #323232;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sect1-l ul li:hover a p {
    color: #fff;
}

.s1-l-qh ul {
    display: none;
}

.s1-l-qh ul.on {
    display: block;
}

.s1-r-qh .box {
    display: none;
}
.s1-r-qh1 .box1 {
    display: none;
}
.s1-r-qh .box.on {
    display: block;
}
.s1-r-qh1 .box1.on {
    display: block;
}

.s1r-t a {
    display: flex;
    align-items: center;
}

.s1r-t a .tpp {
    width: 2.46rem;
    margin-right: 0.25rem;
}

.s1r-t a .tpp .pic {
    padding-top: 60.97%;
}

.s1r-t a .text {
    flex: 1;
    min-width: 0;
}

.s1r-t a .text h2 {
    font-size: 0.18rem;
    line-height: 0.3rem;
    color: #323232;
    height: 0.6rem;
    font-weight: normal;
}

.s1r-t a .text .date {
    position: relative;
    margin-top: 0.3rem;
}

.s1r-t a .text .date::after {
    content: "";
    position: absolute;
    left: 0;
    top: -0.2rem;
    width: 0.27rem;
    height: 0.02rem;
    background: #2D81DD;
}

.s1r-t a .text .date::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 0.08rem;
    background: url(../images/date-xx.png) no-repeat right center;
}

.s1r-t a .text .date span {
    position: relative;
    padding-left: 0.26rem;
    background: #fff url(../images/time.png) no-repeat left center;
    background-size: 0.14rem auto;
    font-size: 0.18rem;
    color: #C5C5C5;
    padding-right: 0.15rem;
    z-index: 3;
}

.s1r-d {
    padding-top: 0.15rem;
}

.s1r-d ul li {
    position: relative;
    padding-right: 1.1rem;
    line-height: 0.3rem;
    margin-top: 0.18rem;
    border-bottom: 0.01rem dashed transparent;
    transition: all .3s;
}

.s1r-d ul li:hover {
    border-bottom: 0.01rem dashed #005BC6;
}

.s1r-d ul li a {
    display: block;
    font-size: 0.18rem;
    color: #323232;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.s1r-d ul li:hover a {
    color: #005BC6;
}

.s1r-d ul li span {
    position: absolute;
    right: 0;
    top: 0;
    padding-left: 0.25rem;
    background: url(../images/time.png) no-repeat left center;
    background-size: 0.14rem auto;
    font-size: 0.18rem;
    color: #C5C5C5;
}

.s1r-d ul li:hover span {
    color: #005BC6;
    background: url(../images/time-other.png) no-repeat left center;
    background-size: 0.14rem auto;
}

.sect2 ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 -0.48rem;
}

.sect2 ul li {
    width: 25%;
    padding: 0 0.48rem;
}

.sect2 ul li a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 1.2rem;
}

.sect2 ul li:nth-child(1) a {
    background: #F5F5FF;
    box-shadow: 0.08rem 0.08rem 0 -0.05rem #BABAE8;
}

.sect2 ul li:nth-child(2) a {
    background: #E6F4FD;
    box-shadow: 0.08rem 0.08rem 0 -0.05rem #A1C9E2;
}

.sect2 ul li:nth-child(3) a {
    background: #F1FCF8;
    box-shadow: 0.08rem 0.08rem 0 -0.05rem #80BCA6;
}

.sect2 ul li:nth-child(4) a {
    background: #FFF8ED;
    box-shadow: 0.08rem 0.08rem 0 -0.05rem #D4BD97;
}

.sect2 ul li a .icon {
    position: relative;
    width: 0.57rem;
    height: 0.57rem;
    border-radius: 50%;
    margin-bottom: 0.1rem;
}

.sect2 ul li:nth-child(1) a .icon {
    background: url(../images/s2-icon1-bg.png) no-repeat center center;
    background-size: 100% 100%;
}

.sect2 ul li:nth-child(2) a .icon {
    background: url(../images/s2-icon2-bg.png) no-repeat center center;
    background-size: 100% 100%;
}

.sect2 ul li:nth-child(3) a .icon {
    background: url(../images/s2-icon3-bg.png) no-repeat center center;
    background-size: 100% 100%;
}

.sect2 ul li:nth-child(4) a .icon {
    background: url(../images/s2-icon4-bg.png) no-repeat center center;
    background-size: 100% 100%;
}

.sect2 ul li a .icon img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.sect2 ul li a:hover img {
    animation: icon-yh 0.6s linear;
}

@keyframes icon-yh {
    0% {
        transform: translate(-50%, -50%) rotateZ(0);
    }
    10% {
        transform: translate(-50%, -50%) rotateZ(10deg);
    }
    20% {
        transform: translate(-50%, -50%) rotateZ(0);
    }
    30% {
        transform: translate(-50%, -50%) rotateZ(-10deg);
    }
    40% {
        transform: translate(-50%, -50%) rotateZ(0);
    }
    50% {
        transform: translate(-50%, -50%) rotateZ(10deg);
    }
    60% {
        transform: translate(-50%, -50%) rotateZ(0);
    }
    70% {
        transform: translate(-50%, -50%) rotateZ(-10deg);
    }
    80% {
        transform: translate(-50%, -50%) rotateZ(0);
    }
    90% {
        transform: translate(-50%, -50%) rotateZ(10deg);
    }
    100% {
        transform: translate(-50%, -50%) rotateZ(0);
    }
}

.sect2 ul li a p {
    font-size: 0.18rem;
    line-height: 0.3rem;
    color: #323232;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    text-align: center;
}

.sect2 ul li:hover a p {
    color: #1C8EF9;
}

.section3 {
    padding-top: 0.75rem;
    padding-bottom: 1.1rem;
}

.sect3 .title {
    justify-content: center;
}

.card ul {
    margin: 0 -0.22rem;
}

.card ul li a {
    position: relative;
    display: block;
    margin: 0 0.22rem;
    padding: 0.07rem;
}

.card ul li a::after {
    content: "";
    position: absolute;
    left: 0.14rem;
    right: 0;
    top: 0;
    bottom: 0.14rem;
    background: url(../images/s3-xx.png) no-repeat center center;
    background-size: 100% 100%;
}

.card ul li a .pic {
    padding-top: 117.25%;
    z-index: 9;
    clip-path: polygon(0% -113%, 100% 9%, 100% 100%, 0 100%);
}

.card .slick-prev {
    left: -0.2rem;
    width: 0.32rem;
    height: 0.31rem;
    background: url(../images/s3-l.png) no-repeat center center;
    background-size: 0.32rem auto;
}

.card .slick-next {
    right: -0.2rem;
    width: 0.32rem;
    height: 0.31rem;
    background: url(../images/s3-r.png) no-repeat center center;
    background-size: 0.32rem auto;
}

@media screen and (max-width: 1440px) {
    .sect2 ul {
        margin: 0 -.15rem;
    }
    .sect2 ul li {
        padding: 0 .15rem;
    }
    .card ul {
        margin: 0 -.15rem;
    }
    .card ul li a {
        margin: 0 .15rem;
    }
}

@media screen and (max-width: 1200px) {
    .card .slick-prev {
        left: -.05rem;
    }
    .card .slick-next {
        right: -.05rem;
    }
    .card ul {
        margin: 0;
    }
    .sect2 ul {
        margin: 0;
    }
}

@media screen and (max-width: 1000px) {
    .sect1 {
        display: block;
    }
    .sect1-l {
        width: 100%;
    }
    .sect1-r {
        width: 100%;
        margin-top: .15rem;
    }
    .sect1-r1 {
        width: 100%;
        margin-top: .15rem;
    }
    .sect2 ul {
        flex-wrap: wrap;
    }
    .sect2 ul li {
        width: 50%;
        margin-bottom: .15rem;
    }
}

@media screen and (max-width: 600px) {
    .title {
        margin-bottom: .15rem;
    }
    .title h2 span {
        font-size: .22rem;
    }
    .title h2.on span {
        font-size: .22rem;
    }
    .title h2.on {
        background-size: 1.3rem auto;
    }
    .title h2 {
        padding: 0 .1rem;
    }
    .title1 {
        margin-bottom: .15rem;
    }
    .title1 h2 span {
        font-size: .22rem;
    }
    .title1 h2.on span {
        font-size: .22rem;
    }
    .title1 h2.on {
        background-size: 1.3rem auto;
    }
    .title1 h2 {
        padding: 0 .1rem;
    }
    .sect1 {
        padding-top: .15rem;
        padding-bottom: .15rem;
    }
    .sect1-l ul li a {
        padding-right: .15rem;
    }
    .s1r-t a .text .date span {
        background: #f7fbff url(../images/time.png) no-repeat left center;
    }
    .s1r-t a {
        display: block;
    }
    .s1r-t a .tpp {
        width: 100%;
        margin-bottom: .15rem;
    }
    .sect2 ul li {
        padding: 0;
        width: 100%;
    }
    .section3 {
        padding-top: .15rem;
        padding-bottom: .5rem;
    }
    .s1r-d {
        padding-top: 0;
    }
    .main {
        position: relative;
        z-index: 10;
    }
}
