.header .white .w .bottom .commodity .hide {
    opacity: 1;
    pointer-events: auto;
}

.common_more_flex {
    display: flex;
}

.common_more_flex .common_more {
    width: 110px;
    height: 31px;
    border-radius: 5px;
    border: 1px solid #ff4500;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 12px;
    color: #ec4000;
    transition: 0.3s;
}

.common_more_flex .common_more:not(:last-child) {
    margin: 0 12px 0 0;
}

.common_more_flex .common_more:hover {
    border: 1px solid transparent;
    background: #ec4000;
    color: #fff;
}

.index1 {
    padding: 10px 0 0 0;
}

.index1 .wrap {
    display: flex;
    justify-content: space-between;
    height: 464px;
}

.index1 .wrap .nonentity {
    width: 234px;
}

.index1 .wrap .center_img {
    width: 960px;
    position: relative;
}

.index1 .wrap .center_img .button {
    width: 100%;
    padding: 0 10px;
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 56;
}

.index1 .wrap .center_img .button .iconfont:first-child {
    transform: rotate(180deg);
}

.index1 .wrap .center_img .button .iconfont {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #f58323;
    font-size: 22px;
    cursor: pointer;
    font-weight: bold;
}

.index1 .wrap .center_img img {
    width: 100%;
    height: 504px;
}

.index1 .wrap .content {
    width: 232px;
    background: #ffffff;
}

.index1 .wrap .content .welcome {
    padding: 20px 20px 30px 20px;
    position: relative;
}

.index1 .wrap .content .welcome .divider {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 100%;
}

.index1 .wrap .content .welcome .divider:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, #d9d9d9 50%, rgba(0, 0, 0, 0) 50%);
    background-size: 10px 10px;
}

.index1 .wrap .content .welcome .play {
    display: flex;
    align-items: center;
}

.index1 .wrap .content .welcome .play h5 {
    flex: 1;
}

.index1 .wrap .content .welcome .play .circle {
    width: 45px;
    height: 45px;
    background: #e5e5e5;
    border-radius: 50%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin: 0 22px 0 0;
    overflow: hidden;
}

.index1 .wrap .content .welcome .play .circle img {
    width: 40px;
    transform: translateY(5px);
}

.index1 .wrap .content .welcome .play p {
    font-weight: 500;
    font-size: 16px;
    color: #333333;
}

.index1 .wrap .content .welcome .button {
    margin: 20px 0 0 0;
    display: flex;
    justify-content: space-between;
}

.index1 .wrap .content .welcome .button a {
    width: 90px;
    height: 32px;
    background: #ffac05;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 16px;
    color: #ffffff;
    transition: .6s;
}

.index1 .wrap .content .welcome .button a:hover {
    background: #ec4000;
}

.index1 .wrap .content .align {
    padding: 30px 10px;
    position: relative;
}

.index1 .wrap .content .align .divider {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 100%;
}

.index1 .wrap .content .align .divider:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, #d9d9d9 50%, rgba(0, 0, 0, 0) 50%);
    background-size: 10px 10px;
}

.index1 .wrap .content .align .list {
    height: 40px;
    background: #fef2e8;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    transition: .6s;
}

.index1 .wrap .content .align .list p {
    font-size: 16px;
    color: #f58323;
    transition: .6s;
}

.index1 .wrap .content .align .list .iconfont {
    color: #f58323;
    font-size: 18px;
    transition: .6s;
}

.index1 .wrap .content .align .list:not(:last-child) {
    margin: 0 0 10px;
}

.index1 .wrap .content .align .list:hover {
    background: #ffac05;
}

.index1 .wrap .content .align .list:hover p {
    color: #fff;
}

.index1 .wrap .content .align .list:hover .iconfont {
    color: #fff;
}

.index1 .wrap .content .con_news {
    padding: 30px 20px 20px 20px;
}

.index1 .wrap .content .con_news h1 {
    font-weight: bold;
    font-size: 18px;
    color: #111111;
    line-height: 18px;
    margin: 0 0 14px;
}

.index1 .wrap .content .con_news .flex .list {
    display: flex;
    align-items: center;
}

.index1 .wrap .content .con_news .flex .list:not(:last-child) {
    margin: 0 0 12px;
}

.index1 .wrap .content .con_news .flex .list .label {
    width: 32px;
    height: 18px;
    background: rgba(0, 111, 236, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 12px;
    color: #ffffff;
    margin: 0 11px 0 0;
}

.index1 .wrap .content .con_news .flex .list .label.on {
    background: rgba(236, 64, 0, 0.5);
}

.index1 .wrap .content .con_news .flex .list p {
    font-weight: 400;
    font-size: 14px;
    color: #111111;
    flex: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: 0.3s;
}

.index1 .wrap .content .con_news .flex .list:hover p {
    color: #ec4000;
}

.index2 {
    padding: 20px 0;
}

.index2 .wrap {
    display: flex;
}

.index2 .wrap .item {
    width: 352px;
    position: relative;
    transition: 0.2s;
}

.index2 .wrap .item:hover {
    transform: translateY(-4px);
    -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
}

.index2 .wrap .item:not(:last-child) {
    margin: 0 13px 0 0;
}

.index2 .wrap .item .img {
    width: 100%;
}

.index2 .wrap .item .text {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 30px;
}

.index2 .wrap .item .text h1 {
    font-weight: bold;
    font-size: 26px;
    color: var(--color1);
    line-height: 33px;
    height: 66px;
    position: relative;
}

.index2 .wrap .item .text h1:after {
    content: "";
    position: absolute;
    bottom: 15px;
    left: 0;
    width: 29px;
    height: 2px;
    background: var(--color1);
    opacity: 0;
}

.index2 .wrap .item .text .more {
    margin: 23px 0 0 0;
    width: 95px;
    height: 26px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 12px;
    position: relative;
}

.index2 .wrap .item .text .more:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    border-radius: 5px;
    border: 1px solid var(--color1);
    opacity: 0.3;
}

.index2 .wrap .item .text .more p {
    font-weight: 400;
    font-size: 12px;
    color: var(--color1);
}

.index2 .wrap .item .text .more .iconfont {
    color: var(--color1);
    font-size: 13px;
}

.index2 .wrap .item:nth-child(1) h1:after,
.index2 .wrap .item:nth-child(2) h1:after {
    opacity: 1;
}

.index3 .wrap {
    background: #ffffff;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 24px 40px 24px 60px;
}

.index3 .wrap .pick h2 {
    font-weight: bold;
    font-size: 18px;
    color: #000000;
    margin: 0 0 4px;
}

.index3 .wrap .pick p {
    font-weight: 400;
    font-size: 14px;
    color: #999999;
    height: 40px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.index3 .wrap .l {
    display: flex;
    align-items: center;
}

.index3 .wrap .l .title {
    font-weight: 800;
    font-size: 26px;
    color: #111111;
    line-height: 28px;
    font-style: oblique;
    margin: 0 114px 0 0;
}

.index3 .wrap .l .title p {
    color: #ec4000;
}

.index3 .wrap .l .dis {
    display: flex;
}

.index3 .wrap .l .dis .new {
    width: 42px;
    height: 21px;
    background: #ec4000;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 10px 0 0;
    font-weight: bold;
    font-size: 14px;
    color: #ffffff;
}

.index3 .wrap .l .dis .pick {
    flex: 1;
    width: 540px;
}

.index3 .wrap .r {
    display: flex;
}

.index3 .wrap .r .more {
    height: fit-content;
    margin: 0 0 0 41px;
    display: flex;
    align-items: center;
}

.index3 .wrap .r .more p {
    font-weight: 400;
    font-size: 16px;
    color: #666666;
}

.index3 .wrap .r .more .iconfont {
    color: #666666;
    font-size: 20px;
}

.index4 {
    padding: 48px 0 0 0;
}

.index4 .wrap .title {
    font-weight: 800;
    font-size: 32px;
    color: #111111;
    margin: 0 0 30px;
    text-align: center;
}

.index4 .wrap .content .top {
    display: flex;
    justify-content: space-between;
    height: 400px;
    width: 100%;
}

.index4 .wrap .content .top .l {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
}

.index4 .wrap .content .top .l .img {
    width: 233px;
    margin: 0 50px 0 0;
}

.index4 .wrap .content .top .l .img img {
    width: 100%;
}

.index4 .wrap .content .top .l .text {
    width: 335px;
}

.index4 .wrap .content .top .l .text h1 {
    font-weight: bold;
    font-size: 24px;
    color: #111111;
    line-height: 35px;
}

.index4 .wrap .content .top .l .text .pick {
    margin: 30px 0 0 0;
    font-weight: 500;
    font-size: 14px;
    color: #999999;
    line-height: 22px;
}

.index4 .wrap .content .top .l .text .display {
    margin: 48px 0 0 0;
}

.index4 .wrap .content .top .l,
.index4 .wrap .content .top .picture {
    width: 50%;
    height: 100%;
}

.index4 .wrap .content .align {
    display: flex;
    margin: 15px 0 0 0;
}

.index4 .wrap .content .align .item {
    width: 350px;
    background: #ffffff;
    padding: 0 45px 40px 45px;
    position: relative;
}

.index4 .wrap .content .align .item:not(:last-child) {
    margin: 0 15px 0 0;
}

.index4 .wrap .content .align .item .img {
    width: 90%;
    height: 190px;
    margin: 40px auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.index4 .wrap .content .align .item .img img {
    width: 100%;
    transition: 0.6s;
    object-fit: contain;
}

.index4 .wrap .content .align .item .text {
    text-align: center;
}

.index4 .wrap .content .align .item .text h1 {
    font-weight: bold;
    font-size: 24px;
    color: #444444;
    margin: 0 0 28px;
    height: 66px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.index4 .wrap .content .align .item .text .pick {
    width: 270px;
    font-weight: 500;
    font-size: 14px;
    color: #999999;
    line-height: 22px;
    height: 44px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.index4 .wrap .content .align .item .animate {
    margin: 106px 0 0 0;
    transition: 0.6s;
    transition-delay: 0.2s;
}

.index4 .wrap .content .align .item .animate .show {
    display: flex;
    justify-content: space-between;
}

.index4 .wrap .content .align .item .animate .show p,
.index4 .wrap .content .align .item .animate .show a {
    font-weight: 500;
    font-size: 14px;
    color: #999999;
}

.index4 .wrap .content .align .item .hide {
    position: absolute;
    bottom: 32px;
    left: 0;
    width: 100%;
    justify-content: center;
    opacity: 0;
    transform: translateY(20px);
    pointer-events: none;
    transition: 0.6s;
}

.index4 .wrap .content .align .item:hover {
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
}

.index4 .wrap .content .align .item:hover .animate {
    opacity: 0;
    transform: translateY(-20px);
    pointer-events: none;
    transition-delay: unset;
}

.index4 .wrap .content .align .item:hover .img img {
    transform: scale(1.05);
}

.index4 .wrap .content .align .item:hover .hide {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
    transition-delay: 0.2s;
}

.index4 .wrap .content .bottom {
    margin: 60px 0 0 0;
    position: relative;
}

.index4 .wrap .content .bottom .img {
    width: 100%;
}

.index4 .wrap .content .bottom .position {
    position: absolute;
    left: 145px;
    top: 50%;
    transform: translateY(-50%);
}

.index4 .wrap .content .bottom .position h1 {
    font-weight: 800;
    font-size: 34px;
    color: #111111;
    margin: 0 0 20px;
}

.index4 .wrap .content .bottom .position h5 {
    font-weight: 500;
    font-size: 26px;
    color: #111111;
}

.index4 .wrap .content .bottom .position .pick {
    margin: 29px 0 0 0;
    font-weight: 500;
    font-size: 16px;
    color: #111111;
    opacity: 0.8;
}

.index4 .wrap .content .bottom .position .more {
    margin: 40px 0 0 0;
    width: 110px;
    height: 31px;
    background: #ffffff;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 12px;
    color: #111111;
    transition: 0.3s;
}

.index4 .wrap .content .bottom .position .more:hover {
    background: #ec4000;
    color: #fff;
}

.index5 {
    padding: 60px 0 105px 0;
}

.index5 .wrap {
    background: #ffffff;
    padding: 58px 40px 80px 40px;
}

.index5 .wrap .title {
    font-weight: 800;
    font-size: 32px;
    color: #111111;
    text-align: center;
    position: relative;
}

.index5 .wrap .title .more {
    height: fit-content;
    margin: 0 0 0 285px;
    display: flex;
    align-items: center;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.index5 .wrap .title .more p {
    font-weight: 400;
    font-size: 16px;
    color: #666666;
}

.index5 .wrap .title .more .iconfont {
    color: #666666;
    font-size: 20px;
}

.index5 .wrap .content {
    margin: 40px 0 0 0;
    display: flex;
    flex-wrap: wrap;
}

.index5 .wrap .content .item {
    width: 445px;
    padding: 0 0 48px;
    transition: 0.6s;
    margin: 0 15px 3px 0;
}

.index5 .wrap .content .item:nth-child(3n) {
    margin: 0 0 3px 0;
}

.index5 .wrap .content .item .img {
    width: 100%;
    margin: 0 0 20px;
    overflow: hidden;
}

.index5 .wrap .content .item .img img {
    width: 100%;
    transition: 0.6s;
}

.index5 .wrap .content .item .text {
    padding: 0 20px;
}

.index5 .wrap .content .item .text .time {
    font-weight: 500;
    font-size: 12px;
    color: #cccccc;
}

.index5 .wrap .content .item .text h1 {
    font-weight: bold;
    font-size: 18px;
    color: #444444;
    margin: 25px 0 20px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: 0.6s;
}

.index5 .wrap .content .item .text .pick {
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    line-height: 20px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.index5 .wrap .content .item .text .line {
    width: 100%;
    height: 1px;
    background: #ededed;
    margin: 41px 0 0 0;
    transition: 0.6s;
}

.index5 .wrap .content .item .text .more {
    width: 90px;
    height: 31px;
    background: #ec4000;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 12px;
    color: #ffffff;
    transition: 0.6s;
    opacity: 0;
    transform: translateY(10px);
}

.index5 .wrap .content .item:hover {
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
}

.index5 .wrap .content .item:hover .img img {
    transform: scale(1.05);
}

.index5 .wrap .content .item:hover .text h1 {
    color: #ec4000;
}

.index5 .wrap .content .item:hover .text .line {
    opacity: 0;
}

.index5 .wrap .content .item:hover .text .more {
    transform: translateY(0);
    opacity: 1;
}

@media screen and (max-width: 1920px) {
    .header .white .w .bottom .commodity .hide {
        opacity: 1;
        pointer-events: auto;
    }

    .common_more_flex {
        display: flex;
    }

    .common_more_flex .common_more {
        width: 5.7291666667vw;
        height: 1.6145833333vw;
        border-radius: 0.2604166667vw;
        border: 0.0520833333vw solid #ff4500;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 500;
        font-size: 0.625vw;
        color: #ec4000;
        transition: 0.3s;
    }

    .common_more_flex .common_more:not(:last-child) {
        margin: 0 0.625vw 0 0;
    }

    .common_more_flex .common_more:hover {
        border: 0.0520833333vw solid transparent;
        background: #ec4000;
        color: #fff;
    }

    .index1 {
        padding: 0.5208333333vw 0 0 0;
    }

    .index1 .wrap {
        display: flex;
        justify-content: space-between;
        height: 24.1666666667vw;
    }

    .index1 .wrap .nonentity {
        width: 12.1875vw;
    }

    .index1 .wrap .center_img {
        width: 50vw;
        position: relative;
    }

    .index1 .wrap .center_img .button {
        width: 100%;
        padding: 0 0.5208333333vw;
        display: flex;
        justify-content: space-between;
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        z-index: 56;
    }

    .index1 .wrap .center_img .button .iconfont:first-child {
        transform: rotate(180deg);
    }

    .index1 .wrap .center_img .button .iconfont {
        width: 2.6041666667vw;
        height: 2.6041666667vw;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.3);
        display: flex;
        align-items: center;
        justify-content: center;
        color: #f58323;
        font-size: 1.1458333333vw;
        cursor: pointer;
        font-weight: bold;
    }

    .index1 .wrap .center_img img {
        width: 100%;
        height: 26.25vw;
    }

    .index1 .wrap .content {
        width: 12.0833333333vw;
        background: #ffffff;
    }

    .index1 .wrap .content .welcome {
        padding: 1.0416666667vw 1.0416666667vw 1.5625vw 1.0416666667vw;
        position: relative;
    }

    .index1 .wrap .content .welcome .divider {
        position: absolute;
        bottom: 0;
        left: 0;
        height: 0.0520833333vw;
        width: 100%;
    }

    .index1 .wrap .content .welcome .divider:after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(to right, #d9d9d9 50%, rgba(0, 0, 0, 0) 50%);
        background-size: 0.5208333333vw 0.5208333333vw;
    }

    .index1 .wrap .content .welcome .play {
        display: flex;
        align-items: center;
    }

    .index1 .wrap .content .welcome .play h5 {
        flex: 1;
    }

    .index1 .wrap .content .welcome .play .circle {
        width: 2.34375vw;
        height: 2.34375vw;
        background: #e5e5e5;
        border-radius: 50%;
        display: flex;
        align-items: flex-end;
        justify-content: center;
        margin: 0 1.1458333333vw 0 0;
        overflow: hidden;
    }

    .index1 .wrap .content .welcome .play .circle img {
        width: 2.0833333333vw;
        transform: translateY(0.2604166667vw);
    }

    .index1 .wrap .content .welcome .play p {
        font-weight: 500;
        font-size: 0.8333333333vw;
        color: #333333;
    }

    .index1 .wrap .content .welcome .button {
        margin: 1.0416666667vw 0 0 0;
        display: flex;
        justify-content: space-between;
    }

    .index1 .wrap .content .welcome .button a {
        width: 4.6875vw;
        height: 1.6666666667vw;
        background: #ffac05;
        border-radius: 0.8333333333vw;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 500;
        font-size: 0.8333333333vw;
        color: #ffffff;
        transition: .6s;
    }

    .index1 .wrap .content .welcome .button a:hover {
        background: #ec4000;
    }

    .index1 .wrap .content .align {
        padding: 1.5625vw 0.5208333333vw;
        position: relative;
    }

    .index1 .wrap .content .align .divider {
        position: absolute;
        bottom: 0;
        left: 0;
        height: 0.0520833333vw;
        width: 100%;
    }

    .index1 .wrap .content .align .divider:after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(to right, #d9d9d9 50%, rgba(0, 0, 0, 0) 50%);
        background-size: 0.5208333333vw 0.5208333333vw;
    }

    .index1 .wrap .content .align .list {
        height: 2.0833333333vw;
        background: #fef2e8;
        border-radius: 0.2604166667vw;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 1.0416666667vw;
        transition: .6s;
    }

    .index1 .wrap .content .align .list p {
        font-size: 0.8333333333vw;
        color: #f58323;
        transition: .6s;
    }

    .index1 .wrap .content .align .list .iconfont {
        color: #f58323;
        font-size: 0.9375vw;
        transition: .6s;
    }

    .index1 .wrap .content .align .list:not(:last-child) {
        margin: 0 0 0.5208333333vw;
    }

    .index1 .wrap .content .align .list:hover {
        background: #ffac05;
    }

    .index1 .wrap .content .align .list:hover p {
        color: #fff;
    }

    .index1 .wrap .content .align .list:hover .iconfont {
        color: #fff;
    }

    .index1 .wrap .content .con_news {
        padding: 1.5625vw 1.0416666667vw 1.0416666667vw 1.0416666667vw;
    }

    .index1 .wrap .content .con_news h1 {
        font-weight: bold;
        font-size: 0.9375vw;
        color: #111111;
        line-height: 0.9375vw;
        margin: 0 0 0.7291666667vw;
    }

    .index1 .wrap .content .con_news .flex .list {
        display: flex;
        align-items: center;
    }

    .index1 .wrap .content .con_news .flex .list:not(:last-child) {
        margin: 0 0 0.625vw;
    }

    .index1 .wrap .content .con_news .flex .list .label {
        width: 1.6666666667vw;
        height: 0.9375vw;
        background: rgba(0, 111, 236, 0.5);
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 400;
        font-size: 0.625vw;
        color: #ffffff;
        margin: 0 0.5729166667vw 0 0;
    }

    .index1 .wrap .content .con_news .flex .list .label.on {
        background: rgba(236, 64, 0, 0.5);
    }

    .index1 .wrap .content .con_news .flex .list p {
        font-weight: 400;
        font-size: 0.7291666667vw;
        color: #111111;
        flex: 1;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        transition: 0.3s;
    }

    .index1 .wrap .content .con_news .flex .list:hover p {
        color: #ec4000;
    }

    .index2 {
        padding: 1.0416666667vw 0;
    }

    .index2 .wrap {
        display: flex;
    }

    .index2 .wrap .item {
        width: 18.3333333333vw;
        position: relative;
        transition: 0.2s;
    }

    .index2 .wrap .item:hover {
        transform: translateY(-0.2083333333vw);
        -webkit-box-shadow: 0 0.2083333333vw 1.0416666667vw rgba(0, 0, 0, 0.04);
        box-shadow: 0 0.2083333333vw 1.0416666667vw rgba(0, 0, 0, 0.04);
    }

    .index2 .wrap .item:not(:last-child) {
        margin: 0 0.6770833333vw 0 0;
    }

    .index2 .wrap .item .img {
        width: 100%;
    }

    .index2 .wrap .item .text {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 1.5625vw;
    }

    .index2 .wrap .item .text h1 {
        font-weight: bold;
        font-size: 1.3541666667vw;
        color: var(--color1);
        line-height: 1.71875vw;
        height: 3.4375vw;
        position: relative;
    }

    .index2 .wrap .item .text h1:after {
        content: "";
        position: absolute;
        bottom: 0.78125vw;
        left: 0;
        width: 1.5104166667vw;
        height: 0.1041666667vw;
        background: var(--color1);
        opacity: 0;
    }

    .index2 .wrap .item .text .more {
        margin: 1.1979166667vw 0 0 0;
        width: 4.9479166667vw;
        height: 1.3541666667vw;
        background: rgba(255, 255, 255, 0.5);
        border-radius: 0.2604166667vw;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 0.625vw;
        position: relative;
    }

    .index2 .wrap .item .text .more:after {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: -1;
        border-radius: 0.2604166667vw;
        border: 0.0520833333vw solid var(--color1);
        opacity: 0.3;
    }

    .index2 .wrap .item .text .more p {
        font-weight: 400;
        font-size: 0.625vw;
        color: var(--color1);
    }

    .index2 .wrap .item .text .more .iconfont {
        color: var(--color1);
        font-size: 0.6770833333vw;
    }

    .index2 .wrap .item:nth-child(1) h1:after,
    .index2 .wrap .item:nth-child(2) h1:after {
        opacity: 1;
    }

    .index3 .wrap {
        background: #ffffff;
        box-shadow: 0vw 0vw 1.0416666667vw 0vw rgba(0, 0, 0, 0.05);
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 1.25vw 2.0833333333vw 1.25vw 3.125vw;
    }

    .index3 .wrap .pick h2 {
        font-weight: bold;
        font-size: 0.9375vw;
        color: #000000;
        margin: 0 0 0.2083333333vw;
    }

    .index3 .wrap .pick p {
        font-weight: 400;
        font-size: 0.7291666667vw;
        color: #999999;
        height: 2.0833333333vw;
        -webkit-line-clamp: 2;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .index3 .wrap .l {
        display: flex;
        align-items: center;
    }

    .index3 .wrap .l .title {
        font-weight: 800;
        font-size: 1.3541666667vw;
        color: #111111;
        line-height: 1.4583333333vw;
        font-style: oblique;
        margin: 0 5.9375vw 0 0;
    }

    .index3 .wrap .l .title p {
        color: #ec4000;
    }

    .index3 .wrap .l .dis {
        display: flex;
    }

    .index3 .wrap .l .dis .new {
        width: 2.1875vw;
        height: 1.09375vw;
        background: #ec4000;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 0.5208333333vw 0 0;
        font-weight: bold;
        font-size: 0.7291666667vw;
        color: #ffffff;
    }

    .index3 .wrap .l .dis .pick {
        flex: 1;
        width: 28.125vw;
    }

    .index3 .wrap .r {
        display: flex;
    }

    .index3 .wrap .r .more {
        height: fit-content;
        margin: 0 0 0 2.1354166667vw;
        display: flex;
        align-items: center;
    }

    .index3 .wrap .r .more p {
        font-weight: 400;
        font-size: 0.8333333333vw;
        color: #666666;
    }

    .index3 .wrap .r .more .iconfont {
        color: #666666;
        font-size: 1.0416666667vw;
    }

    .index4 {
        padding: 2.5vw 0 0 0;
    }

    .index4 .wrap .title {
        font-weight: 800;
        font-size: 1.6666666667vw;
        color: #111111;
        margin: 0 0 1.5625vw;
        text-align: center;
    }

    .index4 .wrap .content .top {
        display: flex;
        justify-content: space-between;
        height: 20.8333333333vw;
        width: 100%;
    }

    .index4 .wrap .content .top .l {
        display: flex;
        align-items: center;
        justify-content: center;
        background: #fff;
    }

    .index4 .wrap .content .top .l .img {
        width: 12.1354166667vw;
        margin: 0 2.6041666667vw 0 0;
    }

    .index4 .wrap .content .top .l .img img {
        width: 100%;
    }

    .index4 .wrap .content .top .l .text {
        width: 17.4479166667vw;
    }

    .index4 .wrap .content .top .l .text h1 {
        font-weight: bold;
        font-size: 1.25vw;
        color: #111111;
        line-height: 1.8229166667vw;
    }

    .index4 .wrap .content .top .l .text .pick {
        margin: 1.5625vw 0 0 0;
        font-weight: 500;
        font-size: 0.7291666667vw;
        color: #999999;
        line-height: 1.1458333333vw;
    }

    .index4 .wrap .content .top .l .text .display {
        margin: 2.5vw 0 0 0;
    }

    .index4 .wrap .content .top .l,
    .index4 .wrap .content .top .picture {
        width: 50%;
        height: 100%;
    }

    .index4 .wrap .content .align {
        display: flex;
        margin: 0.78125vw 0 0 0;
    }

    .index4 .wrap .content .align .item {
        width: 18.2291666667vw;
        background: #ffffff;
        padding: 0 2.34375vw 2.0833333333vw 2.34375vw;
        position: relative;
    }

    .index4 .wrap .content .align .item:not(:last-child) {
        margin: 0 0.78125vw 0 0;
    }

    .index4 .wrap .content .align .item .img {
        width: 90%;
        height: 9.8958333333vw;
        margin: 2.0833333333vw auto;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .index4 .wrap .content .align .item .img img {
        width: 100%;
        transition: 0.6s;
        object-fit: contain;
    }

    .index4 .wrap .content .align .item .text {
        text-align: center;
    }

    .index4 .wrap .content .align .item .text h1 {
        font-weight: bold;
        font-size: 1.25vw;
        color: #444444;
        margin: 0 0 1.4583333333vw;
        height: 3.4375vw;
        -webkit-line-clamp: 2;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .index4 .wrap .content .align .item .text .pick {
        width: 14.0625vw;
        font-weight: 500;
        font-size: 0.7291666667vw;
        color: #999999;
        line-height: 1.1458333333vw;
        height: 2.2916666667vw;
        -webkit-line-clamp: 2;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .index4 .wrap .content .align .item .animate {
        margin: 5.5208333333vw 0 0 0;
        transition: 0.6s;
        transition-delay: 0.2s;
    }

    .index4 .wrap .content .align .item .animate .show {
        display: flex;
        justify-content: space-between;
    }

    .index4 .wrap .content .align .item .animate .show p,
    .index4 .wrap .content .align .item .animate .show a {
        font-weight: 500;
        font-size: 0.7291666667vw;
        color: #999999;
    }

    .index4 .wrap .content .align .item .hide {
        position: absolute;
        bottom: 1.6666666667vw;
        left: 0;
        width: 100%;
        justify-content: center;
        opacity: 0;
        transform: translateY(1.0416666667vw);
        pointer-events: none;
        transition: 0.6s;
    }

    .index4 .wrap .content .align .item:hover {
        box-shadow: 0vw 0vw 1.0416666667vw 0vw rgba(0, 0, 0, 0.05);
    }

    .index4 .wrap .content .align .item:hover .animate {
        opacity: 0;
        transform: translateY(-1.0416666667vw);
        pointer-events: none;
        transition-delay: unset;
    }

    .index4 .wrap .content .align .item:hover .img img {
        transform: scale(1.05);
    }

    .index4 .wrap .content .align .item:hover .hide {
        opacity: 1;
        transform: translateY(0);
        pointer-events: auto;
        transition-delay: 0.2s;
    }

    .index4 .wrap .content .bottom {
        margin: 3.125vw 0 0 0;
        position: relative;
    }

    .index4 .wrap .content .bottom .img {
        width: 100%;
    }

    .index4 .wrap .content .bottom .position {
        position: absolute;
        left: 7.5520833333vw;
        top: 50%;
        transform: translateY(-50%);
    }

    .index4 .wrap .content .bottom .position h1 {
        font-weight: 800;
        font-size: 1.7708333333vw;
        color: #111111;
        margin: 0 0 1.0416666667vw;
    }

    .index4 .wrap .content .bottom .position h5 {
        font-weight: 500;
        font-size: 1.3541666667vw;
        color: #111111;
    }

    .index4 .wrap .content .bottom .position .pick {
        margin: 1.5104166667vw 0 0 0;
        font-weight: 500;
        font-size: 0.8333333333vw;
        color: #111111;
        opacity: 0.8;
    }

    .index4 .wrap .content .bottom .position .more {
        margin: 2.0833333333vw 0 0 0;
        width: 5.7291666667vw;
        height: 1.6145833333vw;
        background: #ffffff;
        border-radius: 0.2604166667vw;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 500;
        font-size: 0.625vw;
        color: #111111;
        transition: 0.3s;
    }

    .index4 .wrap .content .bottom .position .more:hover {
        background: #ec4000;
        color: #fff;
    }

    .index5 {
        padding: 3.125vw 0 5.46875vw 0;
    }

    .index5 .wrap {
        background: #ffffff;
        padding: 3.0208333333vw 2.0833333333vw 4.1666666667vw 2.0833333333vw;
    }

    .index5 .wrap .title {
        font-weight: 800;
        font-size: 1.6666666667vw;
        color: #111111;
        text-align: center;
        position: relative;
    }

    .index5 .wrap .title .more {
        height: fit-content;
        margin: 0 0 0 14.84375vw;
        display: flex;
        align-items: center;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
    }

    .index5 .wrap .title .more p {
        font-weight: 400;
        font-size: 0.8333333333vw;
        color: #666666;
    }

    .index5 .wrap .title .more .iconfont {
        color: #666666;
        font-size: 1.0416666667vw;
    }

    .index5 .wrap .content {
        margin: 2.0833333333vw 0 0 0;
        display: flex;
        flex-wrap: wrap;
    }

    .index5 .wrap .content .item {
        width: 23.1770833333vw;
        padding: 0 0 2.5vw;
        transition: 0.6s;
        margin: 0 0.78125vw 0.15625vw 0;
    }

    .index5 .wrap .content .item:nth-child(3n) {
        margin: 0 0 0.15625vw 0;
    }

    .index5 .wrap .content .item .img {
        width: 100%;
        margin: 0 0 1.0416666667vw;
        overflow: hidden;
    }

    .index5 .wrap .content .item .img img {
        width: 100%;
        transition: 0.6s;
    }

    .index5 .wrap .content .item .text {
        padding: 0 1.0416666667vw;
    }

    .index5 .wrap .content .item .text .time {
        font-weight: 500;
        font-size: 0.625vw;
        color: #cccccc;
    }

    .index5 .wrap .content .item .text h1 {
        font-weight: bold;
        font-size: 0.9375vw;
        color: #444444;
        margin: 1.3020833333vw 0 1.0416666667vw 0;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        transition: 0.6s;
    }

    .index5 .wrap .content .item .text .pick {
        font-weight: 400;
        font-size: 0.7291666667vw;
        color: #666666;
        line-height: 1.0416666667vw;
        -webkit-line-clamp: 2;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .index5 .wrap .content .item .text .line {
        width: 100%;
        height: 0.0520833333vw;
        background: #ededed;
        margin: 2.1354166667vw 0 0 0;
        transition: 0.6s;
    }

    .index5 .wrap .content .item .text .more {
        width: 4.6875vw;
        height: 1.6145833333vw;
        background: #ec4000;
        border-radius: 0.2604166667vw;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 500;
        font-size: 0.625vw;
        color: #ffffff;
        transition: 0.6s;
        opacity: 0;
        transform: translateY(0.5208333333vw);
    }

    .index5 .wrap .content .item:hover {
        box-shadow: 0vw 0vw 1.0416666667vw 0vw rgba(0, 0, 0, 0.05);
    }

    .index5 .wrap .content .item:hover .img img {
        transform: scale(1.05);
    }

    .index5 .wrap .content .item:hover .text h1 {
        color: #ec4000;
    }

    .index5 .wrap .content .item:hover .text .line {
        opacity: 0;
    }

    .index5 .wrap .content .item:hover .text .more {
        transform: translateY(0);
        opacity: 1;
    }
}

/*# sourceMappingURL=index.css.map */
@media screen and (max-width: 768px) {
  .index2 .wrap .item {
    width: 48%;
    margin: 0 0 8px;
  }
  .index2 .wrap {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .index2 .wrap .item .text h1 {
    font-size: 14px;
    line-height: 1.5;
    height: unset;
  }
  .index2 .wrap .item .text .more {
    width: fit-content;
    height: fit-content;
    padding: 3px 5px;
  }
  .index2 .wrap .item .text .more p {
    font-size: 12px;
  }
  .index2 .wrap .item .text {
    left: 10px;
  }
    .index2 .wrap .item {
        margin: 0 0 15px!important;
    }
    .index3 .wrap .l .title {
        font-size: 20px;
        line-height: 1;
        display: flex;
        font-style: unset;
        margin: 0 0 30px;
    }
    .index3 .wrap .l .title br {
        display: none;
    }
    .index3 .wrap .l,.index3 .wrap .r,.index3 .wrap {
        display: block;
    }
    .index3 .wrap {
        padding: 30px 20px;
    }
    .index3 .wrap .pick h2 {
        font-size: 16px;
        line-height: 1.6;
        margin-bottom: 5px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .index3 .wrap .pick p {
        font-size: 12px;
        line-height: 1.6;
        height: unset;
    }
    .index3 .wrap .l .dis .new {
        display: none;
    }
    .index3 .wrap .r {
        margin: 20px 0 0;
    }
    .index3 .wrap .r .more {
        width: fit-content;
        margin: 20px 0 0 ;
    }
    .index3 .wrap .r .more p,.index3 .wrap .r .more .iconfont {
        font-size: 14px;
    }
    .index4 {
        padding: 50px 0 0;
    }
    .index4 .wrap .title {
        font-size: 20px;
        margin: 0 0 30px;
    }
    .index4 .wrap .content .top {
        display: flex;
        flex-direction: column-reverse;
        height: unset;
    }
    .index4 .wrap .content .top .l, .index4 .wrap .content .top .picture {
        width: 100%;
        height: unset;
    }
    .index4 .wrap .content .top .l .img {
        width: 46%;
    }
    .index4 .wrap .content .top .l .text {
        width: 48%;
    }
    .index4 .wrap .content .top .l .text h1 {
        font-size: 16px;
        line-height: 1.4;
    }
    .common_more_flex .common_more {
        width: fit-content;
        height: fit-content;
        font-size: 10px;
        padding: 3px 5px;
    }
    .common_more_flex .common_more:not(:last-child) {
        margin: 0 10px 0 0;
    }
    .index4 .wrap .content .top .l .text .pick {
        font-size: 12px;
        line-height: 1.6;
    }
    .index4 .wrap .content .top .l {
        padding: 20px 10px;
    }
    .index4 .wrap .content .align {
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .index4 .wrap .content .align .item {
        width: 49%;
        margin: 0 0 20px!important;
    }
    .index4 .wrap .content .align .item .text h1 {
        font-size: 16px;
        line-height: 1.4;
        height: unset;
    }
    .index4 .wrap .content .align .item .text .pick {
        width: 100%;
        font-size: 12px;
        line-height: 1.6;
        height: unset;
    }
    .index4 .wrap .content .align .item .img {
        height: unset;
    }
    .index4 .wrap .content .align .item .animate .show p, .index4 .wrap .content .align .item .animate .show a {
        font-size: 10px;
    }
    .index4 .wrap .content .align .item .animate {
        display: none;
    }
    .index4 .wrap .content .align .item .hide {
        position: unset;
        transform: unset;
        opacity: 1;
        pointer-events: auto;
        margin: 20px 0 0;
    }
    .index4 .wrap .content .top .l .text .pick {
        margin: 10px 0 0;
    }
    .index4 .wrap .content .align .item {
        padding: 10px 10px 20px;
    }
    .index4 .wrap .content .bottom .position {
        display: none;
    }
    .index4 .wrap .content .align {
        margin: 20px 0 0;
    }
    .index5 .wrap .title {
        font-size: 20px;
        margin: 0 0 30px;
    }
    .index5 .wrap .content {
        justify-content: space-between;
    }
    .index5 .wrap .content .item {
        width: 100%;
        margin: 0 0 20px;
    }
    .index5 .wrap {
        padding: 30px 15px;
    }
    .index5 .wrap .content .item .text h1 {
        font-size: 16px;
        margin: 5px 0 10px;
    }
    .index5 .wrap .content .item .text .time {
        font-size: 10px;
    }
    .index5 .wrap .content .item .text .pick {
        font-size: 12px;
        line-height: 1.6;
    }
    .index5 .wrap .content .item .img {
        margin: 0 0 20px;
    }
    .index5 .wrap .content .item .text .more {
        display: none;
    }
    .index5 .wrap .content .item:hover .text .line {
        opacity: 1!important;
    }
    .index5 .wrap .content .item .text .line {
        margin: 30px 0 0;
    }
    .index5 .wrap .title .more p,.index5 .wrap .title .more .iconfont {
        font-size: 12px;
    }
    .index1 .wrap .nonentity {
        display: none;
    }
    .index1 .wrap .center_img {
        width: 100%;
    }
    .index1 .wrap .content {
        display: none;
    }
    .index1 .wrap .center_img img {
        height: unset;
    }
    .index1 .wrap {
        height: unset;
    }
    .index1 .wrap .center_img .button .iconfont {
        width: 30px;
        height: 30px;
    }
    .index1 .wrap .center_img .button .iconfont {
        font-size: 16px;
    }
    .index2 {
        margin: 30px 0 0;
    }
}
