body {
    background: #000000;
}
.section1 .wrap {
    padding-top: 63px;
}
.section1 .wrap .top{
    padding-top: 94px;
    padding-bottom: 82px;
    padding-left: calc(50% - 600px);
    padding-right: calc(50% - 600px);
}
.section1 .wrap .top .search{
    background-color: #2D2D2F;
    height: 68px;
    border-radius: 34px;
    display: flex;
    align-items: center;
    padding:3px 3px 3px 22px;
}
.section1 .wrap .top .search .icon img {
    width: 18px;
    filter: brightness(0) invert(1);
}
.section1 .wrap .top .search input {
    height: 100%;
    margin-left: 20px;
    color: #f7ac21;
    flex: 1;
    font-weight: 700;
    font-size: 18px;
    border: none;
    background-color: transparent;
}
.section1 .wrap .top .search button{
    width: 110px;
    height: 100%;
    border-radius: 31px;
    font-weight: 700;
    font-size: 16px;
    color: #fff;
    background-color: #f7ac21;
}
.section1 .wrap .top .title{
    text-align: center;
    margin-bottom: 40px;
}
.section1 .wrap .top .title h3{
    color: #fff;
    font-size: 48px;
}

.section1 .wrap .bottom {
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 140px;
    padding-top: 80px;
}
.section1 .wrap .bottom .tab{
    display: flex;
    gap: 56px;
    margin-bottom: 64px;
    border-bottom: 1px solid #D9D9D9;
}
.section1 .wrap .bottom .tab .item{
    color: #fff;
    font-size: 14px;
    padding-bottom: 7px;
    line-height: 32px;
    position: relative;
    transition: all .6s;
}
.section1 .wrap .bottom .tab .item::after{
    content: "";
    height: 2px;
    width: 100%;
    bottom: -1px;
    display: block;
    background-color: #f7ac21;
    position: absolute;
    transform: scaleX(0);
    transition: all .6s;
}
.section1 .wrap .bottom .tab .item:hover,
.section1 .wrap .bottom .tab .item.active{
    color: #f7ac21;
}
.section1 .wrap .bottom .tab .item.active::after{
    transform: scaleX(1);
}
.section1 .wrap .bottom .main .part {
    display: none;
}

.section1 .wrap .bottom .main .part.on {
    display: block;
}
.section1 .wrap .bottom .main .part .list {
    display: flex;
    flex-wrap: wrap;
    gap: 80px;
}

.section1 .wrap .bottom .main .part .list.proList .item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 346px;
    height: 255px;
    border-radius: 10px;
    overflow: hidden;
    background: #F0EEEF;
    position: relative;
}
.section1 .wrap .bottom .main .part .list.proList .item img {
    display: block;
    max-width: 90%;
    max-height: 80%;
    transform: translateY(-10%);
    transition: 3s;
}
.section1 .wrap .bottom .main .part .list.proList .item p {
    padding: 0 27px;
    position: absolute;
    bottom: 20px;
    z-index: 3;
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    transition: 0.6s;
}
.section1 .wrap .bottom .main .part .list.proList .item:hover img {
    transform: scale(1.1);
}
.section1 .wrap .bottom .main .part .list.newsList {

}
.section1 .wrap .bottom .main .part .list.newsList .item {
    display: block;
    width: 346px;
}
.section1 .wrap .bottom .main .part .list.newsList .item .img {
    display: block;
    width: 100%;
    height: 255px;
    border-radius: 10px;
    overflow: hidden;
}

.section1 .wrap .bottom .main .part .list.newsList .item .img img {
    display: block;
    width: 100%;
    height: 100%;
    transition: 3s;
}

.section1 .wrap .bottom .main .part .list.newsList .item .item_title {
    font-family: 'Manrope3 M';
    font-weight: 500;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 24px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 48px;
    margin: 25px 0 17px;
    transition: 0.6s;
}

.section1 .wrap .bottom .main .part .list.newsList .item .item_des {
    font-weight: 400;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.4);
    line-height: 24px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 48px;
}

.section1 .wrap .bottom .main .part .list.newsList .item .date {
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    color: rgba(255, 255, 255, 0.4);
    margin: 18px 0 0;
}

.section1 .wrap .bottom .main .part .list.newsList .item:hover .img img {
    transform: scale(1.1);
}

.section .wrap .list .item:hover .item_title {
    color: #F7AC21;
}
@media screen and (max-width: 1919px) {
    .section1 .wrap{
        padding-top: 3.28125vw;
    }
    .section1 .wrap .top{
        padding: 4.8958333333vw calc(50% - 31.25vw) 4.2708333333vw;
    }
    .section1 .wrap .top .search{
        height: 3.5416666667vw;
        border-radius: 1.7708333333vw;
        padding: 0.15625vw 0.15625vw 0.15625vw 1.1458333333vw;
    }
    .section1 .wrap .top .search .icon img{
        width: 0.9375vw;
    }
    .section1 .wrap .top .search input{
        margin-left: 1.0416666667vw;
        font-size: 0.9375vw;
    }
    .section1 .wrap .top .search button{
        width: 5.7291666667vw;
        border-radius: 1.6145833333vw;
        font-size: 0.8333333333vw;
    }
    .section1 .wrap .top .title{
        margin-bottom: 2.0833333333vw;
    }
    .section1 .wrap .top .title h3{
        font-size: 2.5vw;
    }
    .section1 .wrap .bottom{
        width: 62.5vw;
        padding-bottom: 7.2916666667vw;
        padding-top: 4.1666666667vw;
    }
    .section1 .wrap .bottom .tab{
        gap: 2.9166666667vw;
        margin-bottom: 3.3333333333vw;
    }
    .section1 .wrap .bottom .tab .item{
        font-size: 0.7291666667vw;
        padding-bottom: 0.3645833333vw;
        line-height: 1.6666666667vw;
    }
    .section1 .wrap .bottom .tab .item::after{
        height: 0.1041666667vw;
    }
    .section1 .wrap .bottom .main .part .list{
        gap: 4.1666666667vw;
    }
    .section1 .wrap .bottom .main .part .list.proList .item{
        width: 18.0208333333vw;
        height: 13.28125vw;
        border-radius: 0.5208333333vw;
    }
    .section1 .wrap .bottom .main .part .list.proList .item p{
        padding: 0px 1.40625vw;
        bottom: 1.0416666667vw;
        font-size: 0.8333333333vw;
    }
    .section1 .wrap .bottom .main .part .list.newsList .item{
        width: 18.0208333333vw;
    }
    .section1 .wrap .bottom .main .part .list.newsList .item .img{
        height: 13.28125vw;
        border-radius: 0.5208333333vw;
    }
    .section1 .wrap .bottom .main .part .list.newsList .item .item_title{
        font-size: 0.9375vw;
        line-height: 1.25vw;
        height: 2.5vw;
        margin: 1.3020833333vw 0px 0.8854166667vw;
    }
    .section1 .wrap .bottom .main .part .list.newsList .item .item_des{
        font-size: 0.8333333333vw;
        line-height: 1.25vw;
        height: 2.5vw;
    }
    .section1 .wrap .bottom .main .part .list.newsList .item .date{
        font-size: 0.8333333333vw;
        margin: 0.9375vw 0px 0px;
    }
}
@media screen and (max-width: 1024px) {
    .section1 .wrap {
        padding-top: 60px;
    }

    .section1 .wrap .bottom .main .list1 .item .flex .trem .key .icon{
        margin-bottom: 0;
        margin-right: 5px;
    }
    .section1 .wrap .bottom .main .list1 .item .flex .trem .key{
        margin-bottom: 5px;
        align-items: center;
    }

    .section1 .wrap .bottom {
        width: 90vw;
    }
    .section1 .wrap .bottom .main .list1 .item .name {
        font-size: 18px;
    }
    .section1 .wrap .bottom .main .list1 .item .flex .trem .key .icon {
        width: 16px;
        height: 16px;
        /* margin-bottom: 10px; */
    }
    .section1 .wrap .bottom .main .list1 .item .flex .trem .value {
        font-size: 14px;
        margin-top: 0px;
    }
    .section1 .wrap .bottom .main .list1 .item {
        padding-bottom: 20px;
    }
    .section1 .wrap .bottom .main .list1 .item .name {
        margin: 20px 0;
    }
    .section1 .wrap .bottom .main .list21 {
        gap: 30px;
    }
    .section1 .wrap .bottom {
        padding-bottom: 60px;
    }
    .section1 .wrap .bottom .more a {
        width: 120px;
        height: 40px;
        font-size: 14px;
        border-radius: 20px;
    }
    .section1 .wrap .bottom .more {
        margin-top: 30px;
    }
    .section1 .wrap .bottom .main .list1 .item .flex {
        gap:20px 10px;
        grid-template-columns: repeat(2, 1fr);
    }
    .section1 .wrap .bottom .main  .list1 .item .img {
        border-radius: 10px;
    }
    .common_banner .wrap .text {
        top: 200px;
    }
    .section1 .wrap .bottom .main .list1 .item .flex .trem .key p{
        font-size: 14px;
    }
    .section1 .wrap .bottom .main .list1 .item .flex{
        flex-wrap: wrap;
        gap: 20px;
    }
    .section1 .wrap .bottom .main .list1 .item .flex .trem{
        width: calc(50% - 10px);
    }

    .section1 .wrap .top{
        padding: 60px 5vw;
    }
    .section1 .wrap .top .title h3{
        font-size: 24px;
    }
    .section1 .wrap .top .title{
        margin-bottom: 30px;
    }
    .section1 .wrap .top .search .icon span{
        font-size: 16px;
    }
    .section1 .wrap .top .search{
        height: 36px;
        border-radius: 18px;
        padding: 3px 3px 3px 20px;
    }
    .section1 .wrap .top .search input{
        font-size: 14px;
    }
    .section1 .wrap .top .search button{
        width: 80px;
        border-radius: 16px;
        font-size: 14px;
    }
    .section1 .wrap .bottom .tab .item{
        font-size: 14px;
        line-height: 2;
        padding-bottom: 10px;
    }
    .section1 .wrap .bottom .tab .item::after{
        height: 2px;
    }
    .section1 .wrap .bottom .tab{
        gap: 30px;
        margin-bottom: 30px;
    }
    .section1 .wrap .bottom{
        padding-top: 60px;
    }

    .section1 .wrap .bottom .main .part .list {
        gap: 40px;
    }

    .section1 .wrap .bottom .main .part .list.proList .item {
        width: 100%;
        height: 70vw;
        border-radius: 10px;
    }
    .section1 .wrap .bottom .main .part .list.proList .item p {
        font-size: 18px;
        bottom: 15px;
    }
    .section1 .wrap .bottom .main .part .list.newsList .item {
        width: 100%;
        padding: 0 0 15px;
        border-bottom: 1px solid #ccc;
    }
    .section1 .wrap .bottom .main .part .list.newsList .item .img {
        border-radius: 10px;
        height: 50vw;
    }
    .section1 .wrap .bottom .main .part .list.newsList .item .item_title {
        font-size: 16px;
        margin: 15px 0 10px;
        line-height: 1.6;
        height: unset;
    }
    .section1 .wrap .bottom .main .part .list.newsList .item .date {
        font-size: 14px;
        margin: 20px 0 0;
    }
    .section1 .wrap .bottom .main .part .list.newsList .item .item_des {
        font-size: 14px;
        line-height: 1.6;
        height: unset;
    }
    .section1 .wrap .top .search .icon img {
        width: 15px;
    }
}
@media screen and (max-width: 767px) {
    .section1 .wrap .bottom .main .list1 {
        grid-template-columns: repeat(1, 1fr);
    }
    .section1 .wrap .top{
        padding: 50px 5vw;
    }
    .section1 .wrap .bottom{
        padding-top: 50px;
    }

    .section1 .wrap .bottom .main .list2 {
        grid-template-columns: repeat(1, 1fr);
    }

    .section1 .wrap .bottom .main .list2 .item .img {
        height: 200px;
    }
    .section1 .wrap .bottom .main .list3 .item{
        width: 100%;
    }
}
