/* 代表项目列表 start */

.representativeContainer {
    padding-top: 100px;
    padding-bottom: 30px;
    overflow: hidden;
}

.representativeContainer .swiper-slide-active a p {
    padding: 23px 30px;
}

.representative_list ul {
    width: 1260px;
    margin-left: -30px;
    overflow: hidden;
}

.representative_list li {
    width: 360px;
    float: left;
    overflow: hidden;
    margin: 20px 30px 30px;
}

.representative_list li a {
    display: block;
    width: 100%;
    overflow: hidden;
}

.representative_list li .representative_cover {
    width: 360px;
    height: 202px;
    overflow: hidden;
    line-height: 202px;
    text-align: center;
    font-size: 0px;
}

.representative_list li .representative_cover img {
    max-width: 100%;
    height: auto;
    display: inline-block;
    transition: all 0.6s;
}

.representative_list li a p {
    width: 100%;
    color: #333;
    padding-top: 22px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}

.representative_list li a:hover p {
    color: #D5BB4D;
}

.representative_list li a:hover .representative_cover img {
    transform: scale(1.05);
}

@media (max-width: 767px) {
    .representativeContainer {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .representative_list ul {
        width: 100%;
        margin: 0px;
    }
    .representative_list li {
        width: 100%;
        margin: 0px 0px 15px 0px;
    }
    .representative_list li a p {
        padding-top: 15px;
    }
}


/* 代表项目列表 end */


/* 项目详情 start */

.representative_detail {
    padding-top: 100px;
    padding-bottom: 0px;
    overflow: hidden;
}

.representative_detail_imglist {
    margin: 60px 0px 0px;
    position: relative;
    z-index: 2;
}

.representative_detail_info {
    width: 1140px;
    height: 130px;
    background: linear-gradient(83deg, #D8B526, #F6DD7E);
    box-shadow: 0px 20px 25px 0px rgba(158, 132, 29, 0.16);
    margin: -70px auto 0px;
    position: relative;
    z-index: 4;
    padding: 35px 30px;
    color: #fff;
}

.representative_detail_imglist .swiper-slide img{
    width: 1200px;
}

.representative_detail_info h4 {
    margin: 0px 0px 15px;
    font-weight: bolder;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}

.representative_detail_info p span {
    color: #fff;
    font-family: Repair-Bold;
    margin: 0px 40px 0px 0px;
    padding-left: 28px;
}

.representative_detail_info p span.calendar {
    background: url(../images/calendar_white.png) no-repeat left center;
}

.representative_detail_info p span.eye {
    background: url(../images/eye_white.png) no-repeat left center;
}

.representative_text {
    margin: 80px 0px 20px;
}
.representative_classify{
    width: 100%;
    text-align: center;
    margin-top: 20px;
}

.representative_classify li{
    display: inline-block;
    position: relative;
    cursor: pointer;
}

.representative_classify li + li{
    margin-left: 60px;
}

.representative_classify li:after{
    content: "";
    position: absolute;
    height: 3px;
    background: #D5BB4D;
    display: block;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: 0px auto;
    transition: all 0.5s;
    width: 0px;
    top:40px;
}
.representative_classify li.representative_classifyActive,.representative_classify li:hover{
    font-weight: 600;
}
.representative_classify li.representative_classifyActive:after,.representative_classify li:hover:after{
    width: 30px;
    font-weight: 600;

}

@media (max-width: 767px) {
    .representative_detail {
        padding-top: 20px;
        padding-bottom: 10px;
    }
    .representative_detail_imglist {
        margin-top: 20px;
    }
    .representative_list li {
        width: 100%;
        margin: 0px 0px 15px 0px;
    }
    .representative_list li a p {
        padding-top: 15px;
    }
    .representative_detail_info {
        width: 94%;
        padding: 15px;
        height: auto;
        margin-top: -35px;
    }
    .representative_detail_info h4 {
        white-space: normal;
        margin-bottom: 5px;
    }
    .representative_detail_info p span.calendar {
        padding-left: 20px;
        margin-right: 20px;
    }
    .representative_text {
        margin: 20px 0px;
    }
    .representativeContainer .swiper-slide-active a p {
        padding: 5px 15px 10px 15px;
    }

    .representative_classify{
        width: 100%;
        overflow-x: scroll;
        overflow-y: hidden;
        white-space: nowrap;
        margin-top: 20px;
        height: 40px;
    }
    .representative_classify li + li{
        margin-left: 20px;
    }

    .representative_classify li:after{
        top: 30px;
    }
}


/* 项目详情 end */