.entireCase{
    background: #efefef;
}
.entireCase .w1400{
    padding: 5vw 3.8vw 3vw 3.8vw;
    box-sizing: border-box;
}
.entireCase .subTitle{
    padding-bottom: 2vw;
}
.entireCase .entireCase_ico,.entireCase .symbol {
    float: left;
}
.entireCase .entireCase_ico
{
    width: 8.75vw;
    height: 3.55vw;
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
    text-align: center;
    padding-top: 5.2vw;
    font-size: .9375vw;
    line-height: 1.6vw;
}
.entireCase .entireCase_ico.entireCase_ico1{
    background-image: url(../images/designAdvantages/entireCase_ico1.png);
}
.entireCase .entireCase_ico.entireCase_ico2{
    background-image: url(../images/designAdvantages/entireCase_ico2.png);
}

.entireCase .entireCase_ico.entireCase_ico3{
    background-image: url(../images/designAdvantages/entireCase_ico3.png);
}

.entireCase .entireCase_ico.entireCase_ico4{
    background-image: url(../images/designAdvantages/entireCase_ico4.png);
}
.entireCase .entireCase_ico5 {
    width: 8.75vw;
    height: 8.75vw;
    display: flex;
    float: left;
    background-color: #bfa982;
    color: #000;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    font-size: 1vw;
}
.entireCase .symbol {
    width: 5vw;
    height: 8.75vw;
    line-height: 8.75vw;
    text-align: center;
    font-size: 2.5vw;
    font-weight: bold;
}






/* N+1设计团队 */
.team{
    color: #fff;
    background-image: url(../images/designAdvantages/team_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
.team .w1400 {
    padding: 5vw 3.8vw 3vw 3.8vw;
    box-sizing: border-box;
}
.teamList{
    display: flex;
    gap: 1.5vw;
    padding: 2vw 0;
}
.teamList li {
    text-align: center;
}
.teamList li img{
    width: 100%;
}

/* 专项空间设计 */
.specialSpace {
    display: flex;
    background-image: url(../images/designAdvantages/specialSpace_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 3vw 0;
}
.specialSpace .leftSwiper {
    width: 63.5416vw;
    position: relative;
    overflow: hidden;
}
.specialSpace .leftSwiper img {
    width: 100%;
}
.specialSpace .leftSwiper .swiper-pagination-bullets{
    bottom: 0;
}

.specialSpace img {
    display: block;
}
.specialSpace .swiper-pagination-bullet {
    background: transparent;
    border: 1px solid #fff;
    opacity: 1;
}
.specialSpace .swiper-pagination-bullet-active
{
    background: #ce2222;
    border: 1px solid #ce2222;
}

.specialSpace .rightMsg{
    padding: 5.5vw 0 0 2.6vw;
}
.specialSpace .rightMsg li {
    /* display: inline-block; */
}
.specialSpace .rightMsg .mainTitle{
    text-align: left;
}
.specialSpace .rightMsg  p {
    color: #333;
    padding-bottom: 1vw;
    font-size: 0.8333vw;
    line-height: 2vw;
    position: relative;
    margin-bottom: 2vw;
}
.specialSpace .rightMsg  p::after {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 3vw;
    height: .2vw;
    background:#bfa982 ;
}
.specialSpace .rightMsg span {
    padding: 0 .2vw;
}

.specialSpace .swiper-pagination2 li {
    line-height: 2vw;
    margin-bottom: .5vw;
    cursor: pointer;
    color: #242222;
    font-size: 0.8333vw;
}
.specialSpace .swiper-pagination2 span {
    display: inline-block;
    padding: 0 1vw;
}
.specialSpace .swiper-pagination2 .active span{
    background: #bfa982;
    font-weight: bold;
}


/* 设计流程 */
.designProcess{
    padding: 4.6vw 0;
}
.designProcess .subTitle {
    padding-bottom: 2vw;
}
.designProcess img {
    width: 100%;
}



/* 设计院 */
.designAgency{
    background-image: url(../images/designAdvantages/designAgency_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 3vw 0;
    color: #fff;
}
.designAgency .w1400 {
    padding: 0 3.8vw;
    box-sizing: border-box;
}


.designAgency .divisionName {
    display: flex;
    gap: 1.2vw;
    border-bottom:1px solid #ededed ;
    margin-bottom: 1.5vw;
}
.designAgency .divisionName li {
    cursor: pointer;
    line-height: 3vw;
    
}
.designAgency .divisionName li.active {
    border-bottom: 2px solid #b81c22;
}


.designAgency .divisionList,.designAgency .divisionList img {
    width: 100%;
    display: block;
    height: 30vw;
}
.designAgency .divisionList li {
    position: relative;
    display: none;
}
.designAgency .divisionList li.show {
    display: block;
}
.designAgency .divisionList .divisionText {
    position: absolute;
    bottom: 0;
    left: 0; 
    background-color: rgba(0, 0, 0, 0.5);
    padding: .8vw 2.2vw;
}
.designAgency .divisionList .divisionText h5 {
    font-size: 1.14vw;
    line-height: 2.28vw;
    
}




/* 服务范围 */
.serviceRange{
    background: #efefef;
    padding: 3vw 0;
}
.serviceRange .subTitle {
    padding-bottom: 2vw;
}
.serviceList {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.56vw;
}
.serviceList dl{
    background: #fff;
    padding: 2vw 3vw 3vw 3vw;
    height: 6.1458vw;
}
.serviceList dl:hover {
    background: #7a5e54
}
.serviceList dl dt{
    font-size: 1.0416vw;
    color: #333;
    line-height: 3vw;
    font-weight: bold;
}
.serviceList dl dd{
    line-height: 1.2vw;
    color: #666666;
}
.serviceList dl:hover dt,
.serviceList dl:hover dd{
    color: #fff;
}


