/* ----------------------项目总页面------------------------------ */

.itemBox-changepic-box{
    overflow: hidden;
    padding-left: 90px;
}
.itemBox-changepic{
    width: 100%;
    overflow: hidden;
    position: relative;
}

.changepic-pic{
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 1;
    height: auto;
    background-color: #b6b5aa;
}
.changepic-pic ul li{
    width: 100%;
    height: auto;
    display: none;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    position: absolute;
    top: 0%;
    left: 0%;
}

.changepic-pic-shade{
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .4);
    transition: all 2s;
}

.changepic-navbar-box{
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
}
.changepic-navbar{
    width: 100%;
    margin: 0 auto;
}
.changepic-navbar ul li{
    width: 20%;
    float: left;
    overflow: hidden;
    position: relative;
    border-right: 1px solid rgba(255, 255, 255, .1);
    transition: all 1s;
    margin: 0 auto;
}
.changepic-navbar ul li:last-child{
    border-right: none;
}
.itemBox-words-box{
    width: 100%;
    position: absolute;
    left: 0;
    text-align: center;
    top: 90%;
    transform: translate(0,-50%);
    transition: all 1s;
}
.changepic-navbar ul li:hover .itemBox-words-box{
    top: 50%;
}
.changepic-navbar ul:hover li{
    width: 18.75%;
}
.changepic-navbar ul li:hover{
    width: 25%;
}

.itemBox-words{
    width: 100%;
    overflow: hidden;
}
.itemBox-words h5{
    width: 100%;
    height: 54px;
}
.itemBox-words img{
    display: block;
    margin: 0 auto;
    max-width: 54px;
    max-height: 41px;
    transition: all 1.6s;
    opacity: 0;
}
.changepic-navbar ul li:hover .itemBox-words img{
    transform: rotateY(180deg);
}
.itemBox-words h4{font-size: 24px;color: #fff;margin-top: 30px;}
.itemBox-words p{
    font-size: 16px;color: #fff;margin-top: 30px;line-height: 26px;
    width: 88%;margin-left: 6%;opacity: 0;transition: all .8s;height: 104px;overflow: hidden;display: -webkit-box;
    text-overflow: ellipsis;-webkit-line-clamp: 4;-webkit-box-orient: vertical;text-align：left;
}
.itemBox-words h6{width: 132px;transition: all .8s;opacity: 0;margin-top: 30px;height: 34px;display: inline-block;border: 1px solid #fff;line-height: 34px;position: relative;font-size: 28px;color: #fff;}
.itemBox-words h6 span{position: relative;z-index: 2;}
.itemBox-words h6:before{
    content: "";
    position: absolute;
    width: 0%;
    top: 0;
    left: 0;
    z-index: 1;
    height: 100%;
    background-color: #b6b5aa;
    transition: all .6s;
}
.itemBox-words h6:hover:before{width: 100%;}
.itemBox-words h6:hover{border: 1px solid #b6b5aa;}

.changepic-navbar ul li:hover .itemBox-words img{opacity: 1;}
.changepic-navbar ul li:hover .itemBox-words p{opacity: 1;}
.changepic-navbar ul li:hover .itemBox-words h6{opacity: 1;}


/* ---------------------------地产项目列表一------------------------------------ */

.itemsList-banner-box{
    overflow: hidden;
    padding-left: 90px;
}
.itemsList-banner{
    width: 100%;
    overflow: hidden;
}
.itemsList-bannerL{
    width: 62.5%;
    overflow: hidden;
    float: left;
    height: 720px;
}
.itemsList-bannerL img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 1s;
}
.itemsList-bannerL:hover img{
    transform: scale(1.04);
}
.itemsList-bannerR{
    width: 37.5%;
    float: right;
    overflow: hidden;
    height: 720px;
    background-color: #ababa2;
    padding: 100px 120px 0 80px;
}
.itemsList-bannerR h4{font-size: 32px;color: #fff;}
.itemsList-bannerR i{width: 40px;height: 1px;display: block;background-color: #fff;margin-top: 36px;}
.itemsList-bannerR p{
    font-size: 16px;
    color: #fff;
    line-height: 26px;
    margin-top: 30px;
}

.itemsList-nav-box{
    overflow: hidden;
    padding: 80px 0 0 90px;
}
.itemsList-nav{
    width: 1440px;
    margin: 0 auto;
}

.itemsList-nav-words{
    width: 100%;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    position: relative;
    box-sizing: border-box;
}
.itemsList-nav-words:after{
    content: "";
    *zoom: 1;
    display: table;
    clear: both;
}
.itemsList-nav-words ul{
    font-size: 0;
    text-align: center;
}
.itemsList-nav-words ul li{
    display: inline-block;
    text-align: center;
    cursor: pointer;
    font-size: 16px;
    color: #333;
    padding: 24px 4px 0 4px;
    margin: 0 44px;
}
/* .itemsList-nav-words ul li:nth-child(3){pointer-events: none;cursor: wait;} */
.itemsList-nav-words ul li:nth-child(3){display:none;}
.itemsList-nav-words ul li span{
    position: relative;
    display: inline-block;
    padding-bottom: 24px;
}
.itemsList-nav-words ul li span i{
    width: 100%;
    height: 1px;
    background-color: #b5b4a9;
    display: block;
    position: absolute;
    bottom: -1px;
    left: 0;
    opacity: 0;
}

.itemsList-nav-words ul li:hover span i{
    opacity: 1;
}

.itemsList-nav-active span i{opacity: 1 !important;}
.itemsList-nav-active{color: #000 !important;}


.itemsList-words-box{
    overflow: hidden;
    padding: 50px 0 40px 90px;
}
.itemsList-words{
    width: 1560px;
    margin: 0 auto;
    padding: 0 60px;
    overflow: hidden;
    position: relative;
}
.itemsList-size{
    width: 96%;
    overflow: hidden;
    margin:10px;
    -moz-box-shadow: 0 0 10px 2px #dddddd;
    -webkit-box-shadow: 0 0 10px 2px #dddddd;
    box-shadow: 0 0 10px 2px #dddddd;
}
.itemsList-sizePic{
    width: 100%;
    height: 234px;
    overflow: hidden;
}
.itemsList-sizePic img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .8s;
}
.itemsList-size:hover .itemsList-sizePic img{
    transform: scale(1.06);
}
.itemsList-sizeWords{
    width: 100%;
    overflow: hidden;
    padding: 24px;
    text-align: center;
}
.itemsList-sizeWords h4{
    font-size: 16px;
    color: #333;
}

.itemsList-sizeWords i{
    width: 30px;
    height: 2px;
    background-color: #b2b2a8;
    display: block;
    margin: 0 auto;
    margin-top: 16px;
    transition: all .8s;
}
.itemsList-sizeWords h4:hover{
    color: #000;
}
.itemsList-sizeWords h4:hover i{
    width: 100%;
}

.swiper-itemsList-prev,
.swiper-itemsList-next{
    position: absolute;
    top: 50%;
    margin-top: -23px;
    cursor: pointer;
}
.swiper-itemsList-prev{left: 0;}
.swiper-itemsList-next{right: 0;}

.swiper-itemsList-prev i,
.swiper-itemsList-next i{
    width: 22px;
    height: 46px;
    display: block;
    opacity: .6;
}
.swiper-itemsList-prev:hover i,
.swiper-itemsList-next:hover i{
    opacity: 1;
}

.swiper-itemsList-prev i{
    background-image: url('../images/items/itemL.png');
}
.swiper-itemsList-next i{
    background-image: url('../images/items/itemR.png');
}
.itemsList-nb{display: none;}



/* ---------------------------地产项目列表二------------------------------------ */




/* -------------------------PC端--------------------------- */

@media all and (max-width:1700px) {
    .itemsList-words{width: 94%;}
    .itemsList-bannerR {
        padding: 60px 66px 0 60px;
    }
    .itemsList-sizePic{height: 220px;}
}

@media all and (max-width:1600px) {
    .itemsList-nav{width: 94%;}
    .itemsList-words{width: 94%;}
}

@media all and (max-width:1460px) {
    .itemsList-bannerR {
        padding: 60px 40px 0 40px;
    }
    .itemsList-bannerR h4 {
        font-size: 30px;
    }
    .itemsList-sizePic{height: 180px;}
}

@media all and (max-width:1380px) {
    .itemsList-nav-words ul li{
        padding: 24px 4px 0 4px;
        margin: 0 30px;
    }
}
@media all and (max-width:1300px) {
    .itemsList-bannerR h4{font-size: 28px;}
    .itemsList-bannerR p{margin-top: 18px;font-size: 14px;}
    .itemsList-bannerR i{margin-top: 18px;}
}

@media all and (max-width:1200px) {
    .itemsList-nav-words ul li{font-size: 14px;margin: 0 20px;}
    .itemsList-bannerR {
        padding: 32px 32px 0 32px;
        height: 680px;
    }
    .itemsList-bannerR p{font-size: 12px;}
    .itemsList-bannerL{height: 680px;}
    .itemsList-sizePic{height: 130px;}
    .itemsList-size{width: 94%;}
}


/* ------------------------手机端-------------------------- */

@media all and (max-width:1000px) {
    .itemBox-changepic-box{padding-left: 0}
    .itemBox-words h4{font-size: 16px;line-height: 26px;}
    .itemBox-words p{display: none;}
    .itemBox-words h6{width: 90%;}

    .itemsList-nav-box {
        overflow: hidden;
        padding: 32px 0 14px 0;
    }
    .itemsList-nav-words ul li{width: 33.33333333333%;margin: 0;padding: 14px 4px 14px 4px;}
    .itemsList-nav-words ul li span{padding-bottom: 14px;}
    .itemsList-nav-words ul li:hover span i{opacity: 0;}
    .itemsList-size{width: 94%;}
    .itemsList-banner-box{padding-left: 0;}
    .itemsList-bannerL{width: 100%;float: unset;height: auto;}
    .itemsList-bannerR{width: 100%;height: auto;float: unset;padding: 32px 16px;}
    .itemsList-words-box {
        padding: 24px 0 18px 0;
    }
    .itemsList-bannerR h4{font-size: 24px;}
    .itemsList-words{
        padding: 0 30px;
    }

    .vinterBack{padding: 10px 0 44px 0;}
}
