@import "common.css";
.header .slogan h3{
    font: 24px "microsoft yahei";
    color: #0d539b;
    line-height:28px;
}
.header .slogan h2{
    font: 18px "microsoft yahei";
    color: #666;
    margin-top: 5px;
    line-height: 18px;
}
.container{
    margin-bottom: 80px;
}

/*�ұ����ݿ�ʼ*/

.container .right{
    width: 880px;
}
.right .content{
    width: 100%;
    background-color: #fafafa;
    min-height: 560px;
}
.content .con_top{
    width: 100%;
    border: 1px solid #808080;
    padding: 18px 10px 10px;
}
.content .con_right{
    width: 520px;
    margin-right: 15px;
}
.content .con_right h1{
    width: 100%;
    font: 24px/56px "microsoft yahei";
    border-bottom: 2px solid #0d539b;
    margin-bottom: 20px;
    margin-top: 13px;
}
.right .p_par{
    width: 100%;
    margin-bottom: 15px;
    font: 18px/20px "microsoft yahei";
    color: #333;
}

.right .con_right>a{
    display: block;
    width: 100px;
    height: 30px;
    font: 18px/30px "microsoft yahei";
    color: #fff;
    background: #0d539b;
    text-align: center;
    float: left;
}
.right .con_right .share{
    width: 400px;
    float: left;
    margin-top: 4px;
}
.share span{
    font: 16px "microsoft yahei";
    color: #333;
    margin-left: 40px;
}
.bdsharebuttonbox{
    width:115px;
    height: 16px;
    position: absolute;
    left: 115px;
    top: -2px;
}
.right .con_left{
    width: 289px;
}
.con_left>span{
    display: inline-block;
    width: 100%;
    height: 289px;
    border: 1px solid #0d539b;
}
.con_left>span>img{
    height: 287px;
    width: 100%;
    object-fit: cover;
}
.right .con_bottom{
    clear: both;
    margin-top: 10px;
}
.right .con_bottom .mood{
    padding-left: 28px;
    width: 100%;
    height: 40px;
    font: 18px/40px "microsoft yahei";
    color:#fff;
    background: url("../images/product_details/mood_bj.png") no-repeat left;
    margin-bottom: 10px;
}

.right .con_bottom .mood span{
    font: 14px/40px "microsoft yahei";
}
.right .con_bottom .p_body img{
    display: block;
    margin: 0 auto;
    width: 100%;
    height: auto;
}
.related{
    margin-top: 30px;
}
.related_products{
    padding-left: 28px;
    width: 100%;
    height: 40px;
    font: 18px/40px "microsoft yahei";
    color:#fff;
    background: url("../images/product_details/mood_bj.png") no-repeat left;
}

.related_products span{
    font: 14px/40px "microsoft yahei";
}
/*�ֶ��ֲ�ͼ*/

#list {
    margin-top: 20px;
    width: 100%;
    height: 210px;
    overflow: hidden;
}

#list li {
    float: left;
    width: 182px;
    height: 210px;
    margin-right: 50px;
    cursor: pointer;
    background-color: #fff;
}
#list li:nth-child(4){
    margin: 0;
}
#list li span{
    display: block;
    width: 182px;
    height: 182px;
    border: 1px solid #363636;
}

#list li span img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
#list li a{
    display: block;
    height: 29px;
    width: 100%;
    font: 14px/29px "microsoft yahei";
    color: #fff;
    text-align: center;
    background: #0d539b;
    /*margin-bottom: 5px;*/
    overflow: hidden;/*超出部分隐藏*/
    white-space: nowrap;/*不换行*/
    text-overflow:ellipsis;/*超出部分省略号显示*/
}
.arrow {
    position: absolute;
    top: 80px;
    z-index: 2;
    width: 37px;
    height: 71px;
    cursor: pointer;
}

/*.arrow:hover {*/
/*background-color: RGBA(0, 0, 0, .2);*/
/*}*/

#prev {
    left: 8px;
    height: 60px;
    width: 30px;
}

#next {
    right: 8px;
    height: 60px;
    width: 30px;
}

.message{
    font: 22px "microsoft yahei";
    color:#505255;
    margin-top: 20px;
}
.message div{
    width: 100%;
    border: 1px solid #b5b5b5;
    margin-top: 10px;

}
/*��߲���*/
.left{
    width: 300px;
    margin-bottom: 40px;
}
