.item_box {
    position: relative;
    width: 100%;
    height: auto;
    background-color: white;
    z-index: 20;
}

.item_title {
    width: 100%;
    height: auto;
    padding: 80px 0 0 0;
}

.it_span_one {
    margin-left: 10%;
    font-size: 28px;
    color: #979797;
    font-family: "Times New Roman","微软雅黑", serif;
    text-transform: uppercase;
    letter-spacing: 15px;
    margin-right: 10px;
}

.it_span_two {
    font-size: 22px;
    color: #a9a9a9;
    letter-spacing: 3px;
    margin-left: -10px;
}

.item_title strong {
    display: block;
    margin-left: 10%;
    font-size: 36px;
    color: #979797;
    text-transform: uppercase;
    height: 90px;
    line-height: 90px;
    letter-spacing: 3px;
}

.item_current {
    width: 100%;
    height: auto;
}

.item_current > span {
    display: block;
    width: 50%;
    margin: 0 0 0 10%;
    font-size: 30px;
}

.item_property {
    width: 100%;
    height: auto;
}

.item_property > * {
    float: left;
}

.item_property span {
    display: inline-block;
    width: calc(90% - 40px);
    height: 30px;
    margin: 15px 0 0 10px;
    line-height: 30px;
}

.item_property img {
    display: inline-block;
    margin: 15px 0 0 10%;
}

.item_content {
    width: 100%;
    height: auto;
    overflow: hidden;
}

/*-------------------------------------------- swiper --------------------------------------------*/
.swp_box {
    width: 100%;
    height: 100%;

    margin:auto;
    text-align: center;
}

.swp2 .swiper-slide:not(.swiper-slide-active) {
    transform: scale(0.7);
}

.swp2 .swiper-slide {
    text-align: center;
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    lign-items: center;
    transition: 300ms;
}

.swp2 {
    width: 70%;
    height: 530px;
    background-color: white;
    padding-top: 50px !important;
}

/*.swp2 .swiper-pagination-fraction {*/
/*    bottom: -80px !important;*/
/*}*/

.home-swiper2 {
    background-color: silver;
    padding:20px;
    position: relative;
    cursor:pointer
}

.swiper-button-next, .swiper-button-prev {
    top: 100%!important;
    left: 35%;
}

.swiper-button-prev {
    left: 65%;
}

.home-swiper2 .img {
    height: 333px;
    width: 500px;
}

.home-swiper2 img {
    height: 333px;
    width: 500px;
}

/*------------------------------------------------------- media -------------------------------------------------------*/
@media screen and (max-width: 1350px) {
    .swp2 .swiper-slide:not(.swiper-slide-active) {
        transform: scale(0.6);
    }
}

@media screen and (max-width: 1350px) {
    .swp2 .swiper-slide:not(.swiper-slide-active) {
        transform: scale(0.4);
    }
}

@media screen and (max-width: 1100px) {
    .swp2 .swiper-slide:not(.swiper-slide-active) {
        transform: scale(0.35);
    }
}

@media screen and (max-width: 1050px) {
    .swp2 .swiper-slide:not(.swiper-slide-active) {
        transform: scale(0.3);
    }
}

