html {
    font-family: "Linotype - AvenirLTPro-Medium", "Source Han Sans CN", "Noto Sans S Chinese Light", "Microsoft Yahei", "Microsoft YaHei Light", "Pingfang sc regular", "Helvetica Neue", Helvetica, Tahoma, sans-serif;
}

.yy {
    background-color: #000;
}

.yy .banner-intro sup {
    font-size: 16px;
    line-height: 1;
    margin-left: 0rem;
    top: -0.8rem;
    font-weight: normal;
}

.i-news-pagination {
    display: none;
}

.yy .nav-container .swiper-slide {
    margin-right: .5rem;
}

.yy .nav-container .swiper-slide:last-child {
    margin-right: 0;
}

.yy .banner {
    border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.yy-a {
    padding-top: 4.6rem;
}

.yy-a .cont {
    color: #b7b7b7;
    line-height: 1.6;
    overflow: hidden;
    margin: 0 auto;
    text-align: center;
    width: 27.225rem;
    margin-top: .7rem;
}


.clk-btn {
    background: linear-gradient(90deg, #225EB7 0%, #7DE3E3 99.04785%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: max-content;
    min-width: 6rem;
    padding: 0 .5rem;
    height: 1.3rem;
    border-radius: .65rem;
    margin-right: .9rem;
    cursor: pointer;
    margin: 0 auto;
    margin-top: 2.175rem;
}

.yy-a {
    background-image: url(../img/yy/bg1.jpg);
    background-size: cover;
    background-position: bottom center;
    padding-bottom: 4.5rem;
}

.clk-btn p {
    color: #fff;
    margin-right: .75rem;
}

.clk-btn div {
    width: .7rem;
    height: .7rem;
    border-radius: 50%;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.clk-btn div img {
    max-width: 60%;
    max-height: 60%;
}

.yy-a .list {
    margin-top: 2.925rem;
}

.wr {
    width: 100%;
    position: relative;
}

.yy-a .list {
    display: flex;
}

.yy-a .list a {
    width: 32%;
    margin-right: 2%;
    padding: 0.25rem;
    background: linear-gradient(180deg, #225EB7 0%, #7DE3E3 99.04785%);
    display: flex;
}

.yy-a .list a:nth-child(3n) {
    margin-right: 0;
}

.yy-a .list a .img {
    width: 5rem;
}

.yy-a .list a .txt {
    width: calc(100% - 5rem);
    padding: .3rem .8rem 0 .8rem;
    color: #fff;
}

.yy-a .list a .txt .t1 {
    line-height: 1;
    margin-bottom: .3rem;
}

.yy-a .list a .txt .t2 {
    color: #FFFFFF;
    color: #fff;
    line-height: 1.7;
    max-height: 5.1em;
    overflow: hidden;
    margin-bottom: 0.5rem;
}

.yy-a .list a .txt .arr {
    float: right;
    transition: all 0.5s;
    width: 14px;
}

.yy-a .list a .img img {
    transition: all 0.5s;
}

.yy-a .list a:hover .img img {
    transform: scale(1.05);
}

.yy-a .list a:hover .arr {
    transform: translateX(6px);
}

.yy-b {
    padding: 1rem 0;
    background-image: url(../img/yy/bg2.jpg);
    background-size: cover;
    background-position: center;
}

.yyb-container {
    padding-top: 4rem;
    overflow: hidden;
    padding-bottom: 3rem;
}

.yyb-container .swiper-slide {
    /* width: 24.6%; */
    border: 1px solid #323232;
    border-radius: 10px;
    /* margin:0 5%; */
    opacity: 0.5;
    position: relative;

}

.yyb-container .swiper-wrapper {
    /* margin-left: -7.5%; */
}

.yyb-container .swiper-slide .img {
    width: 100%;
    height: 256px;
    position: relative;
    background: #161616;
    border-radius: 10px 10px 0 0;

}

.yyb-container .swiper-slide .text-center {
    color: #fff;
    padding: 0.5rem;
    border-top: 1px solid #323232;
    line-height: 1;

}

.yyb-container .swiper-slide .list {
    width: 100%;
    border-top: 1px solid #323232;
    display: flex;
    flex-wrap: wrap;
}

.yyb-container .swiper-slide .list .li {
    width: 50%;
    border-bottom: 1px solid #323232;
    padding: .425rem;
    line-height: 1;
    border-right: 1px solid #323232;
    float: left;
    font-size: 14px;
    color: #999999;
    display: flex;
    align-items: center;

}

.yyb-container .swiper-slide .acbox {
    opacity: 0;
    border-radius: 10px;
    width: 150% !important;
    transform: translateX(-50%) translateY(-70px);
    position: absolute;
    left: 50%;
    top: 0;
    background: linear-gradient(0deg, #79E3E4, #1D5BBA, #79E3E4);

}

.yyb-container .swiper-slide.swiper-slide-active {
    opacity: 1;
    transition: all 0.5s;
    transition-delay: 0.8s;
}

.yyb-container .swiper-slide.swiper-slide-active .noac {
    transition: all 0.5s;
    transition-delay: 0.8s;
    opacity: 0;
}

.yyb-container .swiper-slide.swiper-slide-active .acbox {
    transition: all 0.5s;
    transition-delay: 0.8s;

    /* transition: all 0.5s; */
    /* transform: scale(1.35); */
    opacity: 1;


}

.yyb-container .swiper-slide.swiper-slide-active .acbox .img {
    width: calc(100% - 10px);
    margin: 0 auto;
    height: 390px;
    margin-top: 5px;
    transition: all 0.5s;

}

.yyb-container .swiper-slide.swiper-slide-active {
    border: 1px solid transparent;
}

.yyb-container .swiper-slide .img img {
    max-width: 70%;
}

.yyb-container .swiper-slide.swiper-slide-active .list {
    border-top: 1px solid rgba(255, 255, 255, .2);
}

.yyb-container .swiper-slide.swiper-slide-active .noac .list {
    /* display: none; */
}

.yyb-container .swiper-slide.swiper-slide-active .text-center {
    border-top: 1px solid rgba(255, 255, 255, .2);
}

.yyb-container .swiper-slide.swiper-slide-active .list .li {
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    border-right: 1px solid rgba(255, 255, 255, .2);
    color: #fff;
    padding: .45rem 1.1rem;
    font-size: 16px;
}

.yyb-container .swiper-slide .clk-btn {
    opacity: 0;
    position: absolute;
    bottom: -2.5rem;
    left: 50%;
    transform: translateX(-50%) translateY(100%);
}

.yyb-container .swiper-slide.swiper-slide-active .clk-btn {
    opacity: 1;
}

.yy-b .prev,
.yy-b .next {
    width: 50px;
    height: 50px;
    border: 3px solid #FFFFFF;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transition: all 0.5s;
    cursor: pointer;
}

.yy-b .prev {
    left: 2rem;
}

.yy-b .next {
    right: 2rem;
}

.yy-b .prev svg,
.yy-b .next svg {
    fill: #FFFFFF;
}

.yy-b .prev:hover,
.yy-b .next:hover {
    transform: scale(1.05);
}

.yy-c {
    padding-top: 1.5rem;
}

.yy-c .cont {
    color: #b7b7b7;
    line-height: 1.6;
    overflow: hidden;
    margin: 0 auto;
    text-align: center;
    margin-top: .7rem;
    width: 32.1rem;
}

.yy-c .list {
    width: 100%;
    margin-top: 1.8rem;
    padding: 1.75rem 1.925rem;
    background: #0B0B0B;
    border: 1px solid #242424;
    border-radius: 10px;
    display: flex;
    padding-bottom: 1rem;
}

.yy-c .list .left {
    width: 44%;


}

.yy-c .list .img {
    width: 56%;
}

.yy-c .list .left .li {
    width: 50%;
    text-align: left;
    float: left;
    margin-bottom: 2.2rem;
}

.yy-c .list .left .li .pub-tit {
    width: auto;
    display: inline-block;
}

.yy-c .list .left .li .t2 {
    font-weight: normal;
    color: #FFFFFF;
    margin-top: 0.1rem;
}

.yy-d {
    margin-top: 1.975rem;
}

.yy-d .left {
    width: 71.4%;
    border: 1px solid #666666;
    border-radius: 10px;
    background: rgba(92, 92, 92, 0.24);
    overflow: hidden;
    float: left;
}

.yy-d .left .tit {
    width: 100%;
    text-align: center;
    height: 1.725rem;
    line-height: 1.725rem;
    background: linear-gradient(-90deg, #225EB7, #7DE3E3);
    color: #fff;
}

.yy-d .left .img {
    padding: 1rem .45rem;
}

.yy-d .left .pub-tit {
    margin-bottom: 0.75rem;
    width: 100%;
}

.yy-d .right {
    width: 28.6%;
    float: right;
    padding-left: 2.425rem;
}

.yy-d .right .pub-tit {
    width: auto;
    display: inline-block;
    text-align: left;
    margin: 0.5rem 0;
}

.yy-d .w1560 {
    display: flex;
    align-items: center;
}

.yy-e {
    padding: 4.025rem 0;
}

.yy-e .list {
    width: 100%;
    overflow: hidden;
    background: rgba(92, 92, 92, 0.24);
    border: 1px solid #666666;
    border-radius: 10px;
    margin-top: 1.4rem;
}

.yy-e .list .tit {
    width: 100%;
    text-align: center;
    height: 1.725rem;
    line-height: 1.725rem;
    background: linear-gradient(-90deg, #225EB7, #7DE3E3);
    color: #fff;
}

.yy-e .list .img {
    padding: 2.225rem 1rem;
    text-align: center;
    width: 100%;
}

.yy-e .list .img img {
    display: inline-block;
}

.yyb-container {
    padding-bottom: 6rem;
}

@media (max-width: 1440px) {

    .yyb-container {
        padding-bottom: 3rem;
    }

}


@media (max-width: 768px) {
    .yy-a {
        padding: 1.5rem 0;
    }

    .yy-a .cont {
        width: 100%;
    }

    .yy-a .list a {
        width: 100%;
    }

    .yy-a .list {
        display: block;
        margin-top: .75rem;
    }

    .clk-btn {
        margin-top: 1.25rem;
    }

    .yy-a .list a {
        margin-bottom: .75rem;
    }

    .yyb-container .swiper-slide.swiper-slide-active .acbox {
        display: block;
        width: 100% !important;
    }

    .yyb-container .swiper-slide.swiper-slide-active .img {
        height: 200px;
    }

    .yyb-container .swiper-slide.swiper-slide-active .img {
        height: 200px;
    }

    .yyb-container .swiper-slide .clk-btn {
        bottom: -1rem;
    }

    .yyb-container {
        padding-bottom: 0rem;
    }

    .yy-c {
        padding-top: 0;
    }

    .pub-tit {
        width: 100%;
        text-align: center;
    }

    .yy-c .cont {
        width: 100%;
        text-align: center;
    }

    .yy-c .list {
        padding: 0.75rem;
        display: block;
    }

    .yy-c .list .left {
        width: 100%;
    }

    .yy-c .list .img {
        width: 100%;
    }

    .yy-d .left {
        width: 100%;
    }

    .yy-d .right {
        width: 100%;
        padding-left: 0;
        margin-top: .75rem;

    }

    .yy-d .w1560 {
        display: block;


    }

    .yy-b .prev,
    .yy-b .next {
        display: none;
    }

    .yy-e {
        padding-top: 1.5rem;
    }

    .yyb-container .swiper-slide .img {
        height: 200px;
    }

    .yyb-container .swiper-slide .img {
        width: calc(100% - 10px);
        margin: 0 auto;
        height: 200px;
        margin-top: 5px;
        transition: all 0.5s;
    }

    .yyb-container .swiper-slide .acbox {
        padding-top: 2px;
    }

    .yyb-container .swiper-slide.swiper-slide-active .acbox .img {
        width: calc(100% - 10px);
        margin: 0 auto;
        height: 200px;
        margin-top: 5px;
        transition: all 0.5s;
    }

    .i-news-pagination {
        display: block;
        line-height: 1;
        position: relative;
        bottom: 0;
        text-align: center;
        margin-top: 1.4rem;
    }

    .yyb-container .swiper-slide {
        opacity: 1;
    }

    .i-news-pagination .swiper-pagination-bullet {
        width: .5rem;
        height: 5px;
        background: #3C3C3C;
        opacity: 1;
        border-radius: 0;
        margin: 0 5px;
        transition: all .3s;
    }

    .i-news-pagination .swiper-pagination-bullet-active {
        width: .75rem;
        background: linear-gradient(90deg, #225EB7, #7DE3E3);
    }

    .yyb-container .swiper-slide.swiper-slide-active,
    .yyb-container .swiper-slide.swiper-slide-active .noac,
    .yyb-container .swiper-slide.swiper-slide-active .acbox {
        transition: all 0s;
        transition-delay: 0s;
    }

    .yyb-container .swiper-slide .noac {
        display: none !important;
    }

    .yyb-container .swiper-slide .acbox {
        position: relative !important;
        width: 100% !important;
        opacity: 1 !important;
    }

    .yy-e .list .tit {
        padding: 0.5rem 1rem;
        height: auto;
        line-height: 1.5;
    }

    .banner-intro {
        top: 23%;
    }

    .yy .banner-intro sup {
        font-size: 12px;
        top: -.4rem;
    }

    .yyb-container .swiper-slide.swiper-slide-active .list .li {
        padding: 0.425rem;
        font-size: 14px;
    }

    .yyb-container .swiper-slide {
        border: 0;
    }

    .yyb-container .swiper-slide .list .li {
        border-bottom: 1px solid rgba(255, 255, 255, .2);
        border-right: 1px solid rgba(255, 255, 255, .2);
        color: #fff;
    }
    .yy-d .right .pub-tit{
        font-size: 14px;
    }
}