/*----------------内容区域----------------*/
.wrap {
    max-width: 1920px;
    height: 1635px;
    padding-left: 173px;
    /*overflow-y: scroll;*/
    /*overflow-x: auto;*/
}


/*----------------内容区域----------------*/
.main-box {
    max-width: 1747px;
}


/*----------------内容区域----------------*/
.content {
   background: #F7F8FA;
}

/*----------------banner----------------*/
.banner {
    height: 365px;
}

/*----------------tabs----------------*/
.tabs {
    box-sizing: border-box;
    padding-top: 47px;
    height: 88px;
    background: #fff;
}

.tabs ul {
    display: flex;
    justify-content: space-between;

    width: 407px;
    margin: 0 auto;
}

.tabs li {
    height: 36px;

    font-weight: 400;
    font-size: 18px;
    color: #333333;

    cursor: pointer;
}

.tabs-activit {
    font-weight: bold !important;
    font-size: 22px !important;
    line-height: 22px !important;
    color: #FC8200 !important;
    border-bottom: 5px solid #FC8200;
}

/*----------------产品展示----------------*/
.product {
    margin: 0 auto;
    margin-top: 36px;
    margin-bottom: 94px;

    width: 1296px;
    height: 682px;
}

.product ul {
    display: flex;
    flex-wrap: wrap;
    gap: 27px;
}


.product li {
    flex: 1 1 calc(33.333% - 27px);
    box-sizing: border-box;

    height: 325px;
    background: #fff;
}

.product-header {
    height: 252px;
    padding-top: 18px;
}

.product-bg {
    width: 391.7px;
    height: 243.4px;
    margin: 0 auto;
    background: #F6F6F6;

    display: flex;
    justify-content: center;
    align-items: center;
}

.product-img {
    /*width: 150px;*/
    /*height: 153px;*/
    width: 368px;
    height: 230px;
}

.product-title {
    font-weight: bold;
    font-size: 20px;
    color: #333333;
    line-height: 59px;

    text-align: center;
}

.product-activit {
    font-weight: bold;
    font-size: 20px;
    color: #333333;
    line-height: 59px;
    background: linear-gradient(0deg, #FFA205 0%, #FF7201 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

