



.candetaiRight{
  	float: right;
  	width: 920px;
  	overflow: hidden;
  	background-color: #fff;
}
.candetaiRight>span{
	display: block;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-image: url(../image/images/5_03.png);
	height: 53px;
	width: 100%;
	overflow: hidden;
}
.candetaiRight>span>span{
	margin-left: 52px;
    margin-top: 14px;
    display: block;
    color: #fff;
    font-size: 16px;
    float: left;
}
.candetaiRight>span>div{
    float: right;
    color: #fff;
    margin-top: 15px;
    margin-right: 22px;
}
.candetaiRight>span>div>a{
  color: #fff;
}
.candetaiRight>label{
    display: block;
    text-align: center;
    margin-top: 26px;
    margin-bottom: 16px;
    font-size: 20px;
    height: 21px;
}
.candetaiRight>h4{
    text-align: center;
    border-bottom: 1px dashed #ccc;
    border-top: 1px dashed #ccc;
    height: 48px;
    line-height: 48px;
    font-size: 10px;
}
.candetaiRight>div{
    overflow: hidden;
}

.detail>div:nth-child(1){
    float: left;
    width: 490px;
        margin-bottom: 33px;
}
.detail>div:nth-child(1)>span{
    display: block;
    border: 1px solid #ccc;
    width: 357px;
    margin-left: 53px;
    height: 280px;
}
.detail>div:nth-child(1)>span>img{
    display: block;
    margin: auto;
        width: 355px;
    height: 278px;
}
/*.detail>div:nth-child(1)>ul{
    width: 473px;
    margin-top: 30px;
    text-align: center;
    overflow: hidden;
    height: 84px;
}
.detail>div:nth-child(1)>ul>li{
    display: inline-block;
    margin-left: 10px;
}
.detail>div:nth-child(1)>ul>li>img{
    width: 90px;
    height: 80px;
}*/
.bigBed{
    border: 2px solid #ff0000;
}

.branch_bar{  
    width: 481px;
    position: relative;

    }  
.branch_bar .branch{  
    width:3000px;  
        margin-top: 20px;
    margin-left: 26px;
    }  
.branch_bar .branch li{  
    float:left; 
        width: 100px;
    }  
.branch_bar .branch li img{  
    width: 90px;
    height: 76px;
    }  
.prev{  
    position: absolute;
    top: 19px;
    left: 0px;
    cursor: pointer;
    font-size: 33px;
    }  
.next{  
    position: absolute;
    top: 16px;
    right: -74px;
    cursor: pointer;
    font-size: 33px;
    }  














.detail>div:nth-child(2){
    float: right;
    width: 427px;
    line-height: 25px;
}
.detail>div:nth-child(2)>h3{
    margin-top: 0;
    height: 48px;
    line-height: 48px;
    border-bottom: 1px solid #ccc;
}
.detail>div:nth-child(2)>p{
    
}
.detail>div:nth-child(2)>a{
    
}
.bbs{
    display: inline-block;
    width: 130px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    background: #ff0000;
    color: #fff;
    font-size: 14px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    border: 1px;
    border-radius: 4px;
}
.bbt{
    width: 230px;
    display: inline-block;
    margin: 0 10px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    background: #ddd;
    color: #666;
    font-size: 13px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    border: 1px;
    border-radius: 4px;
}