.pics {
    padding-top: 75%;
    position: relative;
    overflow: hidden;
}

.pics::before {
    position: absolute;
    top: 0;
    left: -90%;
    z-index: 2;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    opacity: .25;
    pointer-events: none;
    /* background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 53) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .53) 100%); */
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 53) 50%, rgba(255, 255, 255, 0) 70%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 53) 50%, rgba(255, 255, 255, 0) 70%);
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(-25deg);
    z-index: 3;
}

.pics img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 1s;
}

a:hover .pics img {
    transform: scale(1.05);
}

a:hover .pics:before {
    -webkit-animation: shine 1s;
    animation: shine 1s
}

@-webkit-keyframes shine {
    100% {
        left: 125%
    }
}

@keyframes shine {
    100% {
        left: 125%
    }
}

.pics div {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 100%;
    height: 100%;
    transition: all .8s;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

a:hover .pics div {
    width: 110%;
    height: 110%;
}


.adrow1 {
    margin-top: 50px;
}

.adrow1-c {
    display: flex;
    margin-top: 47px;
}

.adrow1-l {}

.adrow1-l {
    flex: 1;
    min-width: 0;
    position: relative;
}



.adrow1-l ul li a {
    display: block;
}

.adrow1-l ul li a .pic {
    padding-top: 62.5%;
}

.adrow1-l ul li a .info {}

.adrow1-l ul li a .info h3 {
    font-size: 22px;
    font-weight: normal;
    line-height: 2;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family: sysong;
    position: relative;
}



.adrow1-l ul li a .info span {
    font-size: 18px;
    font-weight: normal;
    line-height: 24px;
    color: #0852A3;
    padding-left: 26px;
    margin-top: 20px;
    display: block;
    background: url(/images/icon-times.png) no-repeat;
    background-position: left center;
    background-size: 16px auto;
}

.adrow1-l ul li a .info p {
    font-size: 20px;
    font-weight: normal;
    line-height: 30px;
    color: #676767;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    height: 90px;
    font-family: SourceHanSerifCN-Regular;
    margin-top: 30px;
}

.adrow1-l ul .slick-dots {
    position: static;
    margin-right: 167px;
    display: flex;
    align-items: center;
    overflow: hidden;
    width: auto;
    margin-top: 86px;
}

.adrow1-l ul .slick-dots::before {
    content: "";
    display: block;
    width: 42px;
    height: 6px;
    background: url(/images/dot-bef.png) no-repeat;
    background-position: right center;
    background-size: auto 6px;
    margin-right: 20px;
}

.adrow1-l ul .slick-dots::after {
    content: "";
    display: block;
    flex: 1;
    min-width: 0;
    height: 6px;
    background: url(/images/dot-aft.png) no-repeat;
    background-position: left center;
    background-size: auto 6px;
    margin-left: 20px;
}

.adrow1-l ul .slick-dots li {
    width: auto;
    height: auto;
    margin: 0 5px;
    transition: all 0.5s;
}

.adrow1-l ul .slick-dots li button {
    display: block;
    font-size: 16px;
    font-weight: normal;
    line-height: 44px;
    color: rgba(102, 102, 102, 0.5);
    margin: 0 auto;
    padding: 0;
    width: auto;
    height: auto;
    transition: font-size 0.5s;
    background: none;
    border: none;
}

.adrow1-l ul .slick-dots li.slick-active {}

.adrow1-l ul .slick-dots li.slick-active button {
    font-size: 36px;
    color: #0852A3;
}

.adrow1-l .pub-arrow {
    position: absolute;
    bottom: 0;
    right: 0;
    overflow: hidden;
    width: 160px;
}

.pub-arrow {
    display: flex;
    align-items: center;
}

.pub-arrow div {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    position: relative;
    transition: all 0.5s;
    cursor: pointer;
}

.pub-arrow div::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    background: transparent;
    transition: all 0.5s;
}

.pub-arrow div::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    width: 100%;
}

.pub-arrow-l::after {
    background: url(/images/icon-prev-w.png) no-repeat;
    background-position: center center;
    transition: all 0.5s;
    background-size: 100% 100%;
}

.pub-arrow-r {
    margin-left: 17px;
}

.pub-arrow-r::after {
    background: url(/images/icon-next-w.png) no-repeat;
    background-position: center center;
    background-size: 100%;
}

.pub-arrow::after {
    content: "";
    display: block;
    right: 0;
    bottom: 0;
    top: 0;
    flex: 1;
    min-width: 0;
    height: 7px;
    background: url(/images/dot-aft2.png) no-repeat;
    background-position: right center;
    background-size: auto 7px;
}

.adrow1-r {
    width: 586px;
    margin-left: 40px;
    position: relative;
    z-index: 1;
}

.adrow1-r::before {
    content: "";
    position: absolute;
    top: -24px;
    right: -22px;
    left: 125px;
    bottom: 56px;
    background: #0852A3;

}

.adrow1-r .slick ul li a {
    display: block;
}

.adrow1-r .slick ul li a .pics {
    padding-top: 56%;
}

.adrow1-list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 30px;
}

.adrow1-list ul li {
    width: 48%;
}

.adrow1-list ul li a {
    display: flex;
    align-items: center;
    background: #F4F9FF;
    height: 83px;
    border: 1px solid transparent;
    transition: all .5s;
}

.adrow1-list ul li a span {
    width: 85px;
    position: relative;
    text-align: center;
    font-size: 18px;
    font-weight: normal;
    line-height: normal;
    text-align: center;
    color: #0852A2;
}

.adrow1-list ul li a span::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 16px;
    background: #D3E3F4;
}

.adrow1-list ul li a p {
    flex: 1;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 18px;
    font-weight: normal;
    line-height: normal;
    color: #404040;
    padding: 0 17px;
}

.adrow1-list ul li:nth-child(2)~li {
    margin-top: 12px;
}


.admtzn {
    margin-top: 32px;
}

.admtzn ul {
    display: flex;
    margin: 0 -34px;
    flex-wrap: wrap;
}

.admtzn ul li {
    width: 33.33%;
}

.admtzn ul li a {
    display: flex;
    margin: 0 34px;
    align-items: center;
}

.admtzn ul li a .pics-box {
    width: 80px;
    height: 80px;
    background: #fff;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
}

.admtzn ul li a .pics-box img {
    max-width: 100%;
    max-height: 100%;
}

.admtzn ul li a .info {
    flex: 1;
    min-width: 0;
}

.admtzn ul li a .info h3 {
    font-size: 18px;
    font-weight: normal;
    line-height: 26px;
    text-align: justify;
    /* 浏览器可能不支持 */
    letter-spacing: normal;
    color: #333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 52px;
}

.admtzn ul li a .info p {
    font-size: 14px;
    font-weight: normal;
    line-height: 22px;
    text-align: justify;
    /* 浏览器可能不支持 */
    letter-spacing: normal;
    color: rgba(99, 99, 99, 0.6);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 44px;
    margin: 16px 0 53px 0;
}

.admtzn ul li a .info div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.admtzn ul li a .info div span {
    font-size: 16px;
    font-weight: normal;
    line-height: 20px;
    letter-spacing: normal;
    color: #BABABA;
    margin-top: 5px;
}

.admtzn ul li a .info div em {
    width: 34px;
    height: 34px;
    transition: all .5s;
    border-radius: 50%;
    background: #BED1E5;
    position: relative;
}

.admtzn ul li a .info div em::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url(/images/admtzn-right.png) no-repeat;
    background-position: center center;
    background-size: auto 13px;
    transition: all .5s;
}

.admtzn ul li a .info div em::after {
    content: "";
    position: absolute;
    top: 0;
    right: 13px;
    bottom: 0;
    width: 33px;
    background: url(/images/admtzn-right2.png) no-repeat;
    background-position: center center;
    background-size: 100% auto;
    transition: all .5s;
    opacity: 0;
}

.adrow2 {
    background-position: center top;
    background-size: cover;
    padding: 26px 0 30px 0;
}

.adcon1 {
    margin-top: 30px;
}

.adcon1 ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -9px;
    align-items: flex-end;
    margin-top: 55px;
}

.adcon1 ul li:nth-child(-n+3) {
    align-self: flex-start;
}

.adcon1 ul li {
    width: 29.425%;
}

.adcon1 ul li.big {
    width: 41.15%;
}

.adcon1 ul li a {
    display: block;
    margin: 0 9px;
    position: relative;
}

.adcon1 ul li a .pics {
    padding-top: 74%;
}

.adcon1 ul li.big a .pics {
    padding-top: 56.39%;
}

.adcon1 ul li a .pics::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 124px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
}

.adcon1 ul li a h3 {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    font-size: 18px;
    font-weight: normal;
    color: #FFFFFF;
    line-height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 10px 13px;
}

.adcon1 ul li a span {
    position: absolute;
    right: 13px;
    top: 11px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: normal;
    line-height: 26px;
    letter-spacing: normal;
    color: #FFFFFF;
    padding: 0 13px;
}

.adcon1 ul li a span.tag1 {
    background: #FBA523;
}

.adcon1 ul li a span.tag2 {
    background: #0B64C2;
}

.list11 {
    margin: 0 -10px;
}

.list11 li {
    padding: 0 10px;
}

.list11 .imgBox .img {
    padding-bottom: 53.24%;
}

.list11 .txt {
    display: none;
}

.list11 .slick-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 45px;
}

.list11 .slick-dots li {
    width: 10px;
    height: 10px;
    border: 1px solid #0852A2;
    border-radius: 50%;
    transition: all .5s;
    padding: 0;
    margin: 0 15px;
}

.list11 .slick-dots li button {
    display: none;
}

.list11 .slick-dots li.slick-active {
    width: 13px;
    height: 13px;
    background: #FF9900;
    box-sizing: border-box;
    border: 1px solid #FF9900;
}

.adcont {
    background: url(/images/adcontbg.png) no-repeat;
    background-position: center center;
    padding-bottom: 75px;
    background-size: cover;
}

.row-a2 {
    padding: 47px 0 74px 0;
    margin-top: 75px;
}

.admtzn ul li {
    margin-top: 50px;
}

.admtzn {
    margin-top: 20px;
}

.m-imgtxt-q1 a .ge {
    color: #0751a1;
}

.m-imgtxt-q1 a:hover .ge {
    color: #fff;
}

.adcon2 {
    margin-bottom: 83px;
}

.adcon2-c {
    display: flex;
}

.adcon2-item {
    display: block;
    position: relative;
    z-index: 1;
}

.adcon2-item::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url(/images/icon-play.png) no-repeat;
    background-position: center center;
    background-size: 40px auto;
}

.adcon2-item .pics {}

.adcon2-item .pics::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.08);
}

.adcon2-l {
    flex: 1;
    min-width: 0;
    position: relative;
}


.adcon2-l ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    margin: 0 -8px;
}

.adcon2-l ul li {}

.adcon2-l ul li a {
    display: block;
    margin: 18px 9px 0 9px;
}

.adcon2-l ul li:nth-child(1) {
    width: 41%;
}

.adcon2-l ul li:nth-child(2) {
    width: 29%;
}

.adcon2-l ul li:nth-child(3) {
    width: 42.5%;
}

.adcon2-l ul li:nth-child(4) {
    width: 57.5%;
}

.adcon2-l ul li:nth-child(1) .pics {
    padding-top: 61%;
}

.adcon2-l ul li:nth-child(2) .pics {
    padding-top: 87%
}

.adcon2-l ul li:nth-child(3) .pics {
    padding-top: 79%
}

.adcon2-l ul li:nth-child(4) .pics {
    padding-top: 58%
}

.adcon2-r {
    width: 25%;
    margin-left: 18px;
    margin-top: 18px;
}

.adcon2-r .pics {
    padding-top: 174%;
}



@media screen and (min-width:1025px) {

    .adcon2-l .g-tit2 {
        position: absolute;
        left: 0;
        top: 10%;
        width: 200px;
        padding-bottom: 55px;
        background: none;
        display: flex;
        justify-content: flex-start;
    }

    .adcon2-l .g-tit2 h3 {
        width: auto;
    }

    .adcon2-l .g-tit2 .more {
        bottom: 0;
        margin-top: 0;
        margin-right: 0;
        padding-right: 40px;
        padding-bottom: 10px;
    }

    .adcon2-l .g-tit2 .more::after {
        content: "";
        position: absolute;
        right: 0;
        bottom: 0;
        background: url(/images/adcon2-lmorebg.png) no-repeat;
        background-position: center center;
        background-size: 100% 100%;
        width: 115px;
        height: 31px;
    }

    .adrow1-list ul li a:hover {
        border-color: #0852A3 #0852A3 #FF9900 #0852A3;
        box-shadow: 0px 0px 10px 0px rgba(16, 84, 168, 0.12);
    }

    .adrow1-list ul li a:hover span {
        color: #0852A3;
        font-weight: 600;
    }

    .adrow1-list ul li a:hover span::after {
        background: #B2D4F9;
    }

    .adrow1-list ul li a:hover p {
        color: #0852A3;
        font-weight: 600;
    }

    .admtzn ul li a:hover {}

    .admtzn ul li a:hover .info h3 {
        color: #0852A3;
    }

    .admtzn ul li a:hover .info div span {
        color: #0852A3;
    }

    .admtzn ul li a:hover .info p {
        color: rgba(0, 70, 146, 0.56);
    }


    .admtzn ul li a:hover .info div em {
        background: #0852A2;
    }

    .admtzn ul li a:hover .info div em::before {
        opacity: 0;
    }

    .admtzn ul li a:hover .info div em::after {
        opacity: 1;
    }
}



@media screen and (max-width:1024px) {
    .adcont {
        padding-bottom: 40px;
    }

    .row-a2 {
        padding: 0 0 50px 0;
    }

    .list11 .slick-dots {
        margin-top: 20px;
    }

    .adrow1-c {
        flex-direction: column-reverse;
    }

    .adcon1 {
        margin-top: 0;
    }

    .adrow1-l {
        width: 100%;
    }

    .adrow1-r {
        width: 100%;
        margin-left: 0;
        margin-bottom: 15px;
    }

    .adrow1-l ul li a .info h3, .adrow1-list ul li a p, .adrow1-list ul li a span, .admtzn ul li a .info h3, .adcon1 ul li a h3 {
        font-size: 16px;
    }

    .adrow1-l ul li a .info p, .adrow1-l ul li a .info span {
        font-size: 16px;
        margin-top: 15px;
    }

    .adrow1-l ul .slick-dots {
        margin-top: 25px;
        margin-right: 135px;
    }

    .adrow1-l ul .slick-dots::before {
        margin-right: 10px;
    }

    .adrow1-l ul .slick-dots li button {
        font-size: 14px;
        line-height: 30px;
    }

    .adrow1-l ul .slick-dots li.slick-active button {
        font-size: 20px;
    }

    .pub-arrow div {
        width: 30px;
        height: 30px;
    }

    .adrow1-l .pub-arrow {
        width: 130px;
    }

    .pub-arrow-r {
        margin-left: 10px;
    }

    .adrow1-list ul {
        display: block;
    }

    .adrow1-list ul li {
        width: auto;
        margin-top: 12px;
    }

    .admtzn ul {
        margin: 0 -10px;
    }

    .admtzn ul li a {
        padding: 0;
        margin: 0 10px;
    }

    .admtzn ul li a .info p {
        margin: 10px 0 15px 0;
    }

    .list11 {
        margin: 0 -5px;
    }

    .list11 li {
        padding: 0 5px;
    }

    .adcon2-c {
        display: block;
    }

    .adcon2 {
        margin-top: 35px;
        margin-bottom: 35px;
    }

    .adcon2-r {
        width: auto;
        margin-left: 0;
        margin-top: 8px;
    }

    .adcon2-l ul li:nth-child(1) {
        width: 58%;
    }

    .adcon2-l ul li:nth-child(2) {
        width: 42%;
    }

    .adcon2-l ul {
        margin: 0 -4px;
    }

    .adcon2-l ul li a {
        margin: 8px 4px 0 4px;
    }

}


@media screen and (max-width:768px) {
    .admtzn ul {
        margin: 0;
        display: block;
    }

    .admtzn ul li {
        width: auto;
    }

    .admtzn ul li+li {
        margin-top: 15px;
    }

    .admtzn ul li a {
        margin: 0;
    }

    .adcon1 ul li {
        width: 50%;
    }

    .adcon1 ul li.big {
        width: 100%;
        margin-top: 10px;
    }

    .adcon1 ul {
        margin: 0 -5px;
    }

    .adcon1 ul li a {
        margin: 0 5px;
    }

    .g-tit3 .more i {
        background: url(/images/iconq6-bs-20251225.png) center center no-repeat;
        background-size: 100% 100%;
    }
}