.jplx-part {
    margin: 50px auto;
    width: 100%;
    position: relative;
    box-sizing: border-box;
}
.jplx-part .jplx-wrap {
    margin: 0 auto;
    width: 1200px;
    position: relative;
    box-sizing: border-box;
}
.jplx-part .jplx-wrap .jplx-box {
    width: 100%;
    position: relative;
    box-sizing: border-box;
}
.jplx-part .jplx-wrap .jplx-box .jplx-title  {
    padding-bottom: 50px; 
    line-height: 44px; 
    color: #333; 
    font-size: 34px; 
    font-weight: 500; 
    text-align: center;
}
.jplx-box .jplx-list {
    width: 100%;
    position: relative;
    box-sizing: border-box;
}
.jplx-box .jplx-list .jplx-item {
    margin-bottom: 40px;
    width: 100%;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
}
.jplx-box .jplx-list .jplx-item .jplx-item-img {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 1s ease 0s;
    transition: all 1s ease 0s;

}
.jplx-box .jplx-list .jplx-item .jplx-item-img img {
    display: block;
    width: 100%;
}
.jplx-box .jplx-list .jplx-item .jplx-item-name {
    padding: 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    text-align: center;
    background-color: rgba(0,0,0,.4);
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.jplx-box .jplx-list .jplx-item:hover .jplx-item-img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}


/* 晋城精品路线推荐 */
.lxtj-part {
    width: 100%;
    position: relative;
    box-sizing: border-box;
}
.lxtj-part .lxtj-wrap {
    margin: 0 auto;
    width: 1200px;
    position: relative;
    box-sizing: border-box;
}
.lxtj-part .lxtj-wrap .lxtj-title {
    margin: 30px auto 20px;
    text-align: center;
}
.lxtj-part .lxtj-wrap .lxtj-box {
    position: relative;
    box-sizing: border-box;
}
.lxtj-part .lxtj-wrap .lxtj-box .lxth-grey {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.lxtj-part .lxtj-wrap .lxtj-box .lxth-grey {
    position: absolute;
    top: 0;
    left: 0;

    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transition: -webkit-transform .2s cubic-bezier(.025,.025,.17,1);
    transition: -webkit-transform .2s cubic-bezier(.025,.025,.17,1);
    transition: transform .2s cubic-bezier(.025,.025,.17,1);
    transition: transform .2s cubic-bezier(.025,.025,.17,1),-webkit-transform .2s cubic-bezier(.025,.025,.17,1);
    background-color: transparent;
    transform-origin: 100% 100%;
}
.lxtj-part .lxtj-wrap .lxtj-box:hover .lxth-grey {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
}
.lxtj-part .lxtj-wrap .lxtj-box .block-j {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: transparent;
}

@media screen and (max-width: 960px) {
    .jplx-part { margin: 10px auto 0; }
    .jplx-part .jplx-wrap { padding: 1%; width: 100%; }
    .jplx-part .jplx-wrap .jplx-box .jplx-title { padding-bottom: 30px; font-size: 28px; }
    .jplx-box .jplx-list .jplx-item { margin-bottom: 15px; }
    /* 路线推荐 */
    .lxtj-part .lxtj-wrap { padding: 1%; width: 100%; }
    .lxtj-part .lxtj-wrap .lxtj-title img { width: 100%; }
    .lxtj-part .lxtj-wrap .lxtj-box img { width: 100%; }
}