.show-show {
    padding: 60px 0 95px;
    background-color: #fff;
}
.show-show .wd1200 .show-nav {
    margin-top: 0;
}
.show-show .wd1200 .show-nav ul {
    justify-content: start;
}
.show-show .wd1200 .show-contain .show-car {
    justify-content: start;
    flex-wrap: wrap;
}
.show-show .wd1200 .show-contain .show-car .car-item {
    margin-bottom: 25px;
    margin-right: 2%;
}
.show-show .wd1200 .show-contain .show-car .car-item:nth-of-type(3n) {
    margin-right: 0;
}

.show-article {
    padding: 60px 0 115px;
    background-color: #f8f8f8;
}
.show-article .wd1200 .show-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.show-article .wd1200 .show-box .picture {
    width: 400px;
    height: 450px;
}
.show-article .wd1200 .show-box .picture img {
    width: 100%;
    height: 450px;
    object-fit: cover;
}
.show-article .wd1200 .show-box .info {
    flex: 1;
    height: 450px;
    box-sizing: border-box;
    padding: 40px 55px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.show-article .wd1200 .show-box .info .top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.show-article .wd1200 .show-box .info .top .name {
    font-size: 26px;
}
.show-article .wd1200 .show-box .info .top .price {
    font-size: 16px;
    color: #6f6f6f;
}
.show-article .wd1200 .show-box .info .top .price strong {
    font-size: 36px;
    color: #d90400;
}
.show-article .wd1200 .show-box .info .intro {
    font-size: 16px;
    lighting-color: 32px;
    color: #808080;
    text-align: justify;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.show-article .wd1200 .show-box .info .photo {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.show-article .wd1200 .show-box .info .photo img {
    width: 150px;
    height: 112px;
    display: block;
    cursor: pointer;
    transition: 0.3s;
}

.show-article .wd1200 .show-box .info .bot .detail {
    padding: 10px 15px 10px 15px;
    height:44px;
    border: solid 1px #999999;
    font-size: 16px;
    line-height:44px;
    text-align: center;
    transition: 0.2s;
	color: #6f6f6f;
    border-radius: 5px;

}
.show-article .wd1200 .show-box .info .bot .detail:hover {
    background-color: #0b5b99;
    border: 1px solid #0b5b99;
    color: #fff;
}
.show-article .wd1200 .show-detail {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
}
.show-article .wd1200 .show-detail .detail-body {
    flex: 1;
    padding: 27px 30px;
    background-color: #fff;
}
.show-article .wd1200 .show-detail .detail-body .title {
    font-size: 22px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
}
.show-article .wd1200 .show-detail .detail-body .body {
    padding-top: 30px;
    font-size: 16px;
    color: #666;
    line-height: 36px;
    text-align: justify;
}
.show-article .wd1200 .show-detail .detail-body .body img {
    max-width: 100%;
}
.show-article .wd1200 .detail-hot {
    width: 380px;
    padding: 27px 30px;
    margin-left: 20px;
    background-color: #fff;
}
.show-article .wd1200 .show-detail .detail-hot .title {
    font-size: 22px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
}
.show-article .wd1200 .show-detail .detail-hot .hot-box {
    margin-top: 30px;
}
.show-article .wd1200 .show-detail .detail-hot .hot-box .hot-item {
    display: block;
    margin-bottom: 20px;
}
.show-article .wd1200 .show-detail .detail-hot .hot-box .hot-item img {
    width: 100%;
}
.show-article .wd1200 .show-detail .detail-hot .hot-box .hot-item .info {
    height: 70px;
    line-height: 70px;
    display: flex;
    transition: 0.3s;
    align-items: center;
    justify-content: space-between;
}
.show-article .wd1200 .show-detail .detail-hot .hot-box .hot-item .info span {
    font-size: 16px;
    transition: 0.3s;
}
.show-article .wd1200 .show-detail .detail-hot .hot-box .hot-item .info div {
    font-size: 16px;
    color: #6f6f6f;
    transition: 0.3s;
}
.show-article .wd1200 .show-detail .detail-hot .hot-box .hot-item .info div strong {
    font-size: 30px;
    color: #d90400;
    transition: 0.3s;
}
.show-article .wd1200 .show-detail .detail-hot .hot-box .hot-item:hover .info {
    padding: 0 10px;
    background-color: #d90400;
}
.show-article .wd1200 .show-detail .detail-hot .hot-box .hot-item:hover .info span {
    color: #fff;
}
.show-article .wd1200 .show-detail .detail-hot .hot-box .hot-item:hover .info div {
    color: #fff;
}
.show-article .wd1200 .show-detail .detail-hot .hot-box .hot-item:hover .info strong {
    color: #fff;
}
.index-show-swiper .swiper-button-next {
    right: -2px;
    width: 38px;
    height: 66px;
    background-size: auto;
    background-image: url("../images/new_arrow_r.png");
}
.index-show-swiper .swiper-button-prev {
    left: -2px;
    width: 38px;
    height: 66px;
    background-size: auto;
    background-image: url("../images/new_arrow_l.png");
}
