li{
    list-style: none;
}
/*内容区*/
.page-content {
    position: relative;
}
.page-content .com-title {
    padding-top: 63px;
    font-size: 30px;
    color: #D90000;
    text-align: center;
    line-height: 30px;
    position: relative;
}
.page-content .com-title:before {
    content: ' ';
    position: absolute;
    left: 50%;
    bottom: -23px;
    margin-left: -17px;
    width: 35px;
    height: 1px;
    background-color: #BB8B78;
}
.page-content .sub-title {
    margin-top: 50px;
    margin-bottom: 28px;
    font-size: 16px;
    color: #666666;
    text-align: center;
}
.page-prev {
    width: 50%;
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    cursor: url({$statics_url}images/pre.cur), pointer;
}
.page-next {
    width: 50%;
    position: absolute;
    height: 100%;
    right: 0;
    top: 0;
    cursor: url({$statics_url}images/next.cur), pointer;
}
/*.page-btn:hover {
    text-decoration: none;
    opacity: 1;
}*/
.page-content .product-show {
    margin-bottom: 72px;
    width: 950px;
    height: 460px;
    overflow: hidden;
    position: relative;
}
.page-content .product-detail,
.page-content .product-detail .bd {
    height: 400px!important;
}
.page-content .product-detail {
    position: relative;
}
.page-content .product-detail .cont {
    width: 435px;
    height: 227px;
    font-size: 16px;
    /*background: #fff;*/
    position: relative;
}
.page-content .product-detail .cont h3 {
    padding-bottom: 15px;
    color: #D90000;
}
.page-content .product-detail .cont .pp-cover {
    width: 435px;
    height: 120px;
    overflow: hidden;
}
.page-content .product-detail .cont .pp {
    color: #666;
    line-height: 24px;
    text-indent: 2em;
}
.scroll-btn {
    position: absolute;
    right: 5px;
    bottom: 0;
    width: 64px;
}
.scroll-btn a {
    display: inline-block;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    text-align: center;
    line-height: 26px;
    text-decoration: none;
    color: #7c7a78;
    font-family: "微软雅黑";
    background: #D4CAC3;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.scroll-btn a:hover {
    background: #D43E16;
    color: #fff;
}
.page-content .product-detail .show-box {
    display: none;
}
.page-content .product-detail .show-box:first-child {
    display: block;
}
.page-content .product-detail .detail-item {
    padding-left: 5px;
    width: 430px;
    position: absolute;
    bottom: 20px;
}
.page-content .product-detail .detail-item ul li {
    margin-right: 11px;
    float: left;
    padding: 0 5px;
    width: 23px;
    border: 1px solid #D90000;
    min-height: 130px;
    font-size: 14px;
    color: #D90000;
    text-align: center;
    line-height: 16px;
    cursor: pointer;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.page-content .product-detail .detail-item ul li i {
    margin: 8px 0 5px;
    display: inline-block;
    width: 16px;
    height: 6px;
    background: url({$statics_url}images/sprite.png) 5px -164px;
}
.page-content .product-detail .detail-item ul li:hover,
.page-content .product-detail .detail-item ul li.on {
    background-color: #D90000;
    color: #fff;
}
.page-content .product-detail .detail-item ul li:hover i,
.page-content .product-detail .detail-item ul li.on i {
    background: url({$statics_url}images/sprite.png) 5px -158px;
}
.page-content .product-detail .show-pic {
    width: 420px;
    height: 340px;
    overflow: hidden;
    position: relative;
}
.page-content .product-detail .show-pic a {
    padding: 0 5px;
    color: #D90000;
    position: absolute;
    top: 140px;
    font-size: 35px;
    background: rgba(242,242,242,0.5);
    text-decoration: none;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.page-content .product-detail .show-pic a:hover {
    color: #7A1F00;
}
.page-content .product-detail .show-pic .prev {
    left: -30px;
}
.page-content .product-detail .show-pic .next {
    right: -30px;
}
.page-content .product-detail .show-pic:hover .prev {
    left: 0;
}
.page-content .product-detail .show-pic:hover .next {
    right: 0;
}
.w950{ width: 950px; margin: 0 auto; }
.show-pic img{ max-width: 100%; }