/* header */
.header-index .hd{background: rgba(255, 255, 255, 0.13);backdrop-filter: blur(18.549999237060547px);}
.header-index .hd .logo{width: 2.08rem;filter: var(--imgwhite);}
.header-index .hd .ul .li .lv1 a{display: block;line-height: 0.8rem;color: #fff;}
.header-index .hd .rf .search { color: #fff; }
.header-index .hd .rf .search img{width: 0.18rem;margin-right: 0.09rem; filter: var(--imgwhite);}

/* index */
.inban .imgbox {
    position: relative;
    height: 7.5rem;
}

.inban .imgbox img {
    height: 100%;
    object-fit: cover;
}

.inban .imgbox video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* .inban .imgbox::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.24;
} */

.inban .txtbox {
    position: absolute;
    top: 2.77rem;
    left: 0;
    width: 100%;
    height: 100%;
}

.inban .txtbox .txt {
    min-height: 2.3rem;
}

.inban .txtbox .txt .t1 {
    line-height: 1.4;
}

.inban .txtbox .txt .t2 {
    line-height: 1.23077;
    margin-top: 0.19rem;
}

.inban .txtbox .mbtn {
    margin-top: 0.22rem;
    display: flex;
}

.inban .txtbox .mbtn .web_btn {
    margin-right: 0.18rem;
}

.web_btn {
    display: flex;
    align-items: center;
    width: fit-content;
    padding: 0.04rem 0.04rem 0.04rem 0.18rem;
    border-radius: 0.4rem;
}

.web_btn .bxt {
    line-height: 0.3rem;
}

.web_btn .arr {
    margin-left: 0.25rem;
    width: 0.3rem;
    height: 0.3rem;
    border-radius: 0.3rem;
}

.web_btn_white {
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.web_btn_white .bxt {
    color: #fff;
}

.web_btn_white .arr {
    background: #fff;
}

.web_btn_white:hover {
    border-color: #fff;
    background: #fff;
}

.web_btn_white:hover .bxt {
    color: var(--color-primary);
}

.web_btn_white:hover .arr {
    background: var(--color-primary);
}

.web_btn_white:hover .arr img {
    filter: var(--imgwhite);
}

.web_btn_white_bg {
    border: 1px solid #fff;
    background: #fff;
}

.web_btn_white_bg .bxt {
    color: var(--color-primary);
}

.web_btn_white_bg .arr {
    background: var(--color-primary);
}

.web_btn_white_bg:not(:hover) .arr img {
    filter: var(--imgwhite);
}

.web_btn_white_bg:hover {
    background: var(--color-primary);
    border-color: var(--color-primary);
}

.web_btn_white_bg:hover .bxt {
    color: #fff;
}

.web_btn_white_bg:hover .arr {
    background: #fff;
}

.web_btn_vi {
    border: 1px solid #E8E8E8;
    background: #fff;
}

.web_btn_vi .bxt {
    color: var(--color-primary);
}

.web_btn_vi .arr {
    background: var(--color-primary);
}

.web_btn_vi:hover {
    border-color: var(--color-primary);
    background: var(--color-primary);
}

.web_btn_vi:hover .bxt {
    color: #fff;
}

.web_btn_vi:hover .arr {
    background: #fff;
}

.web_btn_vi:not(:hover) .arr img {
    filter: var(--imgwhite);
}




.in_pogin {
    position: absolute;
    left: 0;
    bottom: 0.34rem !important;
    z-index: 11;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.in_pogin span {
    width: 0.08rem;
    height: 0.08rem;
    margin: 0 0.15rem !important;
    background: #fff;
    border-radius: 50%;
    position: relative;
    opacity: 1;
}

.in_pogin span::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 0.2rem;
    height: 0.2rem;
    background: url(../images/svg/ban_pogin_act.svg) no-repeat center;
    opacity: 0;
}

.in_pogin span::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 0.22rem;
    height: 0.22rem;
    background: url(../images/ban_pogin.png) no-repeat center;
    opacity: 0;
    background-size: 0.22rem;
}

.in_pogin span.swiper-pagination-bullet-active {
    background: rgba(255, 255, 255, 0);
    margin: 0 0.22rem !important;
}

.in_pogin span.swiper-pagination-bullet-active::after {
    opacity: 1;
}

.in_pogin span.swiper-pagination-bullet-active::before {
    opacity: 1;
}

.in_pogin span.swiper-pagination-bullet-active::after {
    animation: round 3s linear infinite;
}

@keyframes round {
    0% {
        transform: translate(-50%, -50%);
    }

    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

.in1 {
    margin-top: 1.4rem;
}

.main_title .t1 {
    line-height: calc(59 / 50);
}

.main_title .t2 {
    line-height: calc(23 / 20);
    margin-top: 0.2rem;
}

.in1 .list {
    margin-top: 0.5rem;
}

.in1 .list .top {
    display: flex;
}

.in1 .list .top .item:nth-child(1) {
    width: calc(1050 / 1650 * 100% - 0.15rem);
    margin-right: 0.3rem;
}

.in1 .list .top .item:nth-child(2) {
    width: calc(600 / 1650 * 100% - 0.15rem);
}

.in1 .list .top .item .img {
    height: 4.9rem;
}

.in1 .list .top .item:nth-child(1) .img::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.46) 100%);
    z-index: 2;
}

.in1 .list .top .item:nth-child(2) .img::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.15) 100%);
    z-index: 2;
}

.in1 .list .bot {
    margin-top: 0.3rem;
    display: flex;
}

.in1 .list .bot .left {
    width: calc(600 / 1650 * 100% - 0.15rem);
    margin-right: 0.3rem;
}

.in1 .list .bot .right {
    width: calc(1050 / 1650 * 100% - 0.15rem);
}

.in1 .list .bot .left .item:nth-child(1) .img {
    height: 7.7rem;
}

.in1 .list .bot .left .item:nth-child(2) .img {
    height: 4.2rem;
}

.in1 .list .bot .left .item:nth-child(2) {
    margin-top: 0.3rem;
}

.in1 .list .bot .left .item:nth-child(1) .img::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 4.9rem;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.46) 100%);
    z-index: 2;
}

.in1 .list .bot .left .item:nth-child(2) .img::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3.08rem;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.69) 100%);
    z-index: 2;
}

.in1 .list .bot .right .rtop .item .img {
    height: 4.9rem;
}

.in1 .list .bot .right .rtop .item .img::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3.36rem;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.35) 100%);
    z-index: 2;
}

.in1 .list .bot .right .rbot {
    margin-top: 0.3rem;
    display: flex;
}

.in1 .list .bot .right .rbot .lf {
    width: calc(556 / 1020 * 100% - 0.15rem);
    margin-right: 0.3rem;
}

.in1 .list .bot .right .rbot .rf {
    width: calc(464 / 1020 * 100% - 0.15rem);
}
.in1 .list .bot .right .rbot .rf .txt {
    /*bottom: 0;*/
    padding-bottom: 0.43rem;
}

.in1 .list .bot .right .rbot .lf .item .img {
    height: 7rem;
}

.in1 .list .bot .right .rbot .lf .item .img::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 4.5rem;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.63) 100%);
    z-index: 2;
}

.in1 .list .bot .right .rbot .rf .item .img {
    height: 3.35rem;
}

.in1 .list .bot .right .rbot .rf .item:nth-child(1) .img::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2.14rem;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.43) 100%);
    z-index: 2;
}

.in1 .list .bot .right .rbot .rf .item:nth-child(2) .img::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3.1rem;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.87) 100%);
    z-index: 2;
}

.in1 .list .bot .right .rbot .rf .item:nth-child(2) {
    margin-top: 0.3rem;
}

.in1 .list .item {
    position: relative;
    overflow: hidden;
}

.in1 .list .item .img {
    position: relative;
    overflow: hidden;
}

.in1 .list .item .img img {
    height: 100%;
    object-fit: cover;
}

.in1 .list .item .txt {
    position: absolute;
    bottom: -0.97rem;
    left: 0;
    width: 100%;
    padding: 0 0.33rem 0.53rem 0.4rem;
    z-index: 3;
}

.in1 .list .item .txt .t1 {
    line-height: calc(23 / 20);
}

.in1 .list .item .txt .t2 {
    line-height: calc(38 / 26);
    margin-top: 0.16rem;
}

.in1 .list .item .txt .t3 {
    line-height: calc(1em + 2px);
    margin-top: 0.18rem;
}

.in1 .list .item .txt .web_btn {
    margin-top: 0.4rem;
}

.in1 .list .item:hover .txt {
    bottom: 0;
    padding-bottom: 0.43rem;
}

.in1 .list .item:hover .txt .web_btn {
    margin-top: 0.3rem;
}

.in1 .list .item:hover .img img {
    transform: scale(1.05);
}

.in2 {
    margin-top: 1.7rem;
    background: url(../images/in2_1.png) no-repeat bottom center;
    background-size: 100% auto;
    padding-bottom: 3.67rem;
}

.in2 .mbtn {
    margin-top: 0.91rem;
}

.in2 .mbtn .web_btn {
    margin: 0 auto;
}

.in3 {
    margin-top: 1.6rem;
}

.in3 .list {
    aspect-ratio: 1650 / 602;
    margin-top: 0.5rem;
    display: flex;
}

.in3 .list .item {
    width: calc((100% - 0.9rem) / 3);
    margin-right: 0.45rem;
    position: relative;
    background: #FFF;
    box-shadow: 0 0 0.767rem 0 rgba(0, 0, 0, 0.07);
}

.in3 .list .item .status {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    line-height: 0.36rem;
    min-width: 1rem;
    padding: 0 0.2rem;
    text-align: center;
    background: var(--color-primary);
    color: #fff;
}

.in3 .list .item .imgbox {
    height: 3.26rem;
    overflow: hidden;
}

.in3 .list .item .imgbox img {
    height: 100%;
    object-fit: cover;
}

.in3 .list .item .txtbox {
    padding: 0.37rem 0.35rem 0.44rem;
}

.in3 .list .item .txtbox .t1 {
    line-height: calc(21 / 18);
    color: var(--color-primary);
}

.in3 .list .item .txtbox .t2 {
    line-height: calc(40 / 24);
    margin-top: 0.22rem;
    height: calc(40 / 24 * 2em);
}

.in3 .list .item .txtbox .txt {
    margin-top: 0.45rem;
    display: flex;
    flex-wrap: wrap;
}

.in3 .list .item .txtbox .txt .add {
    display: flex;
    align-items: center;
    margin-right: 0.39rem;
}

.in3 .list .item .txtbox .txt .add .ico {
    width: 0.15rem;
    margin-right: 0.08rem;
}

.in3 .list .item .txtbox .txt .det {
    line-height: calc(20 / 16);
}

.in3 .list .item .txtbox .txt .time {
    display: flex;
    align-items: center;
}

.in3 .list .item .txtbox .txt .time .ico {
    width: 0.2rem;
    margin-right: 0.07rem;
}

.in3 .list .item .txtbox .t3 {
    margin-top: 0.12rem;
    line-height: calc(30 / 16);
    color: var(--text-color2);
}

.in3 .list .item:hover .imgbox img {
    transform: scale(1.05);
}

.in3 .list .item:hover .txtbox .t2 {
    color: var(--color-primary);
}

.in3 .list .new_ul {
    width: calc((100% - 0.9rem) / 3);
    position: relative;
    background: #FFF;
    box-shadow: 0 0 0.767rem 0 rgba(0, 0, 0, 0.07);
    padding: 0.63rem 0.44rem;
}

.in3 .list .new_ul .status {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    line-height: 0.36rem;
    min-width: 1rem;
    padding: 0 0.2rem;
    text-align: center;
    background: var(--color-primary);
    color: #fff;
}
.in3 .list .new_ul .ul {
    height: 100%;
    overflow-y: auto;
    padding-right: 0.24rem;
}
.in3 .list .new_ul .ul::-webkit-scrollbar {
    width: 2px;
    height: 2px;
}
.in3 .list .new_ul .ul::-webkit-scrollbar-track {
    background: #f5f5f5;
    border-radius: 2px;
}
.in3 .list .new_ul .ul::-webkit-scrollbar-thumb {
    background: var(--color-primary);
    border-radius: 2px;
}
.in3 .list .new_ul .ul::-webkit-scrollbar-thumb:hover {
    background: #0099dd;
}
.in3 .list .new_ul .ul .li {
    padding: 0 0.67rem 0.29rem 0;
}

.in3 .list .new_ul .ul .li:not(:last-child) {
    margin-bottom: 0.29rem;
    background: url(../images/in3_3.png) repeat-x bottom left;
    background-size: auto 1px;
}

.in3 .list .new_ul .ul .li .ss {
    display: block;
}

.in3 .list .new_ul .ul .li .ss .t1 {
    line-height: calc(30 / 18);
    color: #464646;
}

.in3 .list .new_ul .ul .li .ss .t2 {
    line-height: calc(1em + 2px);
    color: #999;
    margin-top: 0.08rem;
}

.in3 .list .new_ul .ul .li .ss:hover .t1 {
    color: var(--color-primary);
}

.in3 .mbtn {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 0.5rem;
}

.in3 .mbtn a {
    margin: 0 0.15rem;
}

.in4 {
    padding: 1.6rem 0 1.05rem;
}

.in4 .ul {
    display: flex;
    flex-wrap: wrap;
}

.in4 .ul .li {
    width: calc((100% - 0.78rem) / 4);
    margin: 0 0.26rem 0 0;
}

.in4 .ul .li:nth-child(4n) {
    margin-right: 0;
}

.in4 .ul .li .ss {
    display: block;
    height: 100%;
    background: #F9F9F9;
    padding: 0.43rem 0.3rem 0.35rem;
}

.in4 .ul .li .ss .ico {
    width: 0.7rem;
    height: 0.51rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.in4 .ul .li .ss .ico img {
    max-height: 100%;
    object-fit: contain;
}

.in4 .ul .li .ss .txt {
    margin-top: 0.3rem;
}

.in4 .ul .li .ss .txt .t1 {
    line-height: calc(1em + 2px);
}

.in4 .ul .li .ss .txt .t2 {
    line-height: calc(1em + 2px);
    color: var(--text-color2);
    margin-top: 0.16rem;
}

.in4 .ul .li:nth-child(1) .ss .ico img {
    width: 0.69rem;
}

.in4 .ul .li:nth-child(2) .ss .ico img {
    width: 0.51rem;
}

.in4 .ul .li:nth-child(3) .ss .ico img {
    width: 0.55rem;
}

.in4 .ul .li:nth-child(4) .ss .ico img {
    width: 0.58rem;
}

.in4 .ul .li .ss:hover {
    background: var(--color-primary);
}

.in4 .ul .li .ss:hover .ico img {
    filter: var(--imgwhite);
}

.in4 .ul .li .ss:hover .txt .t1,
.in4 .ul .li .ss:hover .txt .t2 {
    color: #fff;
}