/*碑型展示*/
.product {
    background: url(../images/bg2.jpg) no-repeat;
    background-size: cover;
    padding-bottom: 40px;
}

.product .title {
    height: 80px;
    text-align: center;
    padding-top: 40px;
}

.product .title img {
    height: 100%;
    width: auto;
}

/*活动轮播*/
.activity {
    position: relative;
    top: 0px;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    border-bottom: 1px solid #858585;
}

.activity img {
    float: left;
    position: relative;
    top: 15px;
    left: 0px;
    width: 20px;
    padding-right: 10px;
}

.activity a {
    color: #7f7f7f;
}

.activity .swiper-container {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}

.activity .swiper-slide {
    text-align: left;
    font-size: 14px;
    position: relative;
}

.activity span {
    position: absolute;
    right: 100px;
    color: #a2a2a2;
}

.activity .activity_button {
    position: absolute;
    right: 0px;
    top: 8px;
    color: white;
    background: #ff6702;
    height: 35px;
    line-height: 35px;
    padding: 0px 10px;
    border-radius: 5px;
    box-sizing: border-box;
}


/*内容*/
.product .product_content {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 40px;
}

.product_content .product_team {
    width: 280px;
    margin-left: 26px;
    margin-bottom: 40px;
    text-align: center;
    overflow: hidden;
    position: relative;
}

.product_content .product_team:nth-child(4n+1) {
    margin-left: 0px;
}

.product_content .product_team .img {
    display: block;
    width: 100%;
    overflow: hidden;
    background: url(../images/bg6.png) no-repeat;
    background-size: contain;
    padding: 15px;
    box-sizing: border-box;
}

.product_content .product_team .img img {
    width: 100%;
    height: 250px;
    position: relative;
    top: -3px;
}

.product_content .product_team .p1 {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    font-size: 16px;
    color: #512925;
}

.product_content .product_team .p2 {
    width: 100px;
    border: 1px solid #512925;
    margin: 0px auto;
    margin-top: 5px;
}

.product_content .product_team .p2 a {
    color: #512925;
}

.product_content .hidden {
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    background: #907676cc;
    width: 100%;
    height: 275px;
    position: absolute;
    top: 0px;
}

.product_content .hidden a {
    display: block;
}

.product_content .product_team:hover .hidden {
    opacity: 1;
}

.product .button {
    display: block;
    width: 175px;
    height: 60px;
    /* border: 1px solid red; */
    margin: 0px auto;
    background: url(../images/adorn1.png) no-repeat;
    background-size: cover;
    color: white;
    line-height: 60px;
    text-align: center;
}

