/*面包屑*/
.bh_header{
    float: left;
    height: 60px;
    line-height: 60px;
    font-size: 14px;
}
/*轮播图*/
.bh_banner{
    margin: auto;
    width: 1420px;
    height: 300px;
    overflow: hidden;
}

/*品牌信息*/
.bd_info{
    height: 472px;
}
.bd_detail{
    float: left;
    width: 880px;
    height: 470px;
    border: 1px solid #f5f5f5;
    border-top: none;
    box-shadow:#f5f5f5 0 0 10px;
    -webkit-box-shadow:#f5f5f5  0 0 10px;
    -moz-box-shadow:#f5f5f5 0 0 10px;
    font-size: 14px;

}
.bd_logo{
    float: left;
    width: 474px;
    height: 192px;
    margin: 40px;
}
.bd_logo_img{
    margin: auto;
    text-align: center;
    margin-bottom: 25px;
}
.bd_logo_img>img{
    width: 170px;
    height: 110px;
}
.bd_logo_more{
    float: right;
    font-size: 14px;
}
.bd_logo_p{
    text-indent:2em;
}
.bd_logo_line{
    float: left;
    width: 1px;
    height: 220px;
    border-left: 1px solid #e3e3e3;
    margin-top: 20px;
}

.bd_info_detail{
    float: left;
    width: 240px;
    height: 200px;
    margin: 40px;
}
.bd_info_detail>p:nth-child(1){
    color:#333;
    margin-bottom: 15px;
}
.bd_info_detail>p>a{
    color: #00aaff;
}
.bd_info_detail>p+p{
    margin-top: 5px;
}
.bd_class>p{
    float: left;
}
.bd_class{
    margin-top: 5px;
    margin-bottom: 5px;
}
.bd_class_p1{
    width: 70px;
}
.bd_class_p2{
    width: 170px;
    word-wrap:break-word;
}
.bd_bottom{
    width: 800px;
    height: 170px;
    font-size: 18px;
    padding-left: 40px;
    padding-right: 40px;
}
.bd_bottom_head>span{
    font-size: 18px;
    color: #333;
    font-weight: bold;
}
.bd_bottom_a{
    display: block;
    margin-top: 17px;
    margin-bottom: 15px;
}
.bd_bottom_a>img{
    width: 220px;
    height: 90px;
    margin-top: 15px;
}
.bd_bottom_p{
    float: right;
    width: 546px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-size: 14px;
    margin-top: 30px;
}

/*品牌推荐*/
.bd_other{
    float: right;
    width: 300px;
    height: 470px;
    border: 1px solid #f5f5f5;
    box-shadow:#f5f5f5 0 0 10px;
    -webkit-box-shadow:#f5f5f5  0 0 10px;
    -moz-box-shadow:#f5f5f5 0 0 10px;
}
.bd_other_head{
    width: 260px;
    height: 40px;
    line-height: 40px;
    background-color: #f5f5f5;
    padding-right: 20px;
    padding-left: 20px;
}
.bd_other_head>span{
    font-size: 14px;
}
.bd_other_spot{
    float: right;
}
.bd_other_spot>span{
    display: inline-block;
    background: #e3e3e3;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    cursor: pointer;
}
.bd_other_spot>span+span{
    margin-left: 5px;
}
.spot_active{
    background: #3bb850!important;
}

/*品牌特效*/
.bd_other_show{
    margin-top: 20px;
    padding-right: 15px;
    padding-left: 15px;
}
.bd_other_show2{
    display: none;
}
.bd_other_show3{
    display: none;
}
/*图片文字特效*/
.bd_other_show>ul>li a:hover img {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.bd_other_show>ul>li{
    float: left;
    margin-bottom: 11px;
}
.bd_other_show>ul>li a {
    position: relative;
    display: table-cell;
    vertical-align: middle;
}
.bd_other_show>ul>li a img {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
}
.bd_other_show>ul>li a img {
    height: 68px;
    width: 132px;
    vertical-align: middle;
    -webkit-transition: all .6s;
    transition: all .6s;
}

.bd_other_show>ul>li a:hover span {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
}

.bd_other_show>ul>li a span {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    -webkit-transition: all .6s;
    transition: all .6s;
}
.bd_other_show>ul>li a span {
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    width: 132px;
    height: 68px;
    line-height: 68px;
    text-align: center;
    background: #3bb850;
    color: #fff;
}
/*特效结束*/

/*中间广告图*/
.bd_ad_mid{
    width: 1200px;
    height: 90px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.bd_ad_mid>a>img{
    width: 1200px;
    height: 90px;
}

/*搜索框*/
.bd_product{
    width: 880px;
    height: 760px;
    float: left;
}
.bd_search{
    width: 880px;
    height: 40px;
}
.bh_header_right{
	float: left;
    width: 340px;
    height: 26px;
    line-height: 26px;
    border: 1px solid #3bb850;
}
.left_nav_input {
    width: 255px;
    height: 26px;
    line-height: 26px;
    padding-left: 5px;
    font-size: 14px;
}
.left_nav_search {
    float: right;
    width: 80px;
    height: 26px;
    line-height: 26px;
    color: #fff;
    background: #3bb850;
    text-align: center;
    font-size: 14px;
}
/*查看全部产品*/
.checkMore{
	margin-top:5px;
	float: right;
	color:#999!important;
}

/*产品*/
#productList{
	height:620px;
	overflow:hidden;
}
.bd_pList{
    width: 210px;
    height: 300px;
    border: 1px solid #f5f5f5;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}
.bd_pLists div:nth-child(4n){
    margin-right: 0;
}
.bd_price{
    padding-left: 10px;
    padding-right: 10px;
}
.bd_pList>a{
    margin: auto;
     width: 210px;
     height: 210px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
 }
.bd_pList>a>img{
    max-width: 210px;
    max-height: 210px;
    margin: auto;
}
.bd_pList_title{
    margin: auto;
    width: 185px;
    height: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 20px;
    margin-bottom: 10px;
}

.bd_qq{
    float: right;
}

.bd_right{
    float: right;
}
.mmr_f3{
    float: right;
    width: 300px;
    height: 370px;
    border: 1px solid #f5f5f5;
    margin-bottom: 20px;
}
.marginTop20{
    margin-top: 20px;
}
.mmr_f1_head{
    width: 260px;
    height: 40px;
    line-height: 40px;
    background: #f5f5f5;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 14px;
}
.mmr_f1_head>a{
    float: right;
}
.mmr_f1_box{
    width: 260px;
    margin-left: 20px;
}
.mmr_f1_box>p{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.mmr_f1_box>p+p{
    margin-top: 15px;
}

.bd_ad_right{
    padding-top: 20px;
    margin-left: 20px;
}
.bd_ad_right>a:nth-child(2){
    margin-top: 20px;
}
.bd_ad_right>a{
    display: block;
}
.bd_ad_right>a>img{
    width: 300px;
    height: 120px;
}
/*底部广告*/

.bd_ad_bottom>a>img{
    width: 590px;
    height: 90px;
}
.bd_ad_bottom>a:nth-child(1){
    margin-right: 16px;
}

.inner_page{
	margin-left:-170px;
}
/*无产品*/
.bd_pLists_none{
    margin: auto;
    text-align: center;
    display:none;
}
.bd_pLists_none>img{
    width: 149px;
    height: 90px;
    margin-top: 240px;
}
.bd_pLists_none>p{
    margin-top: 20px;
    font-size: 18px;
    color: #999;
}
