.wrapper .container section .content-wrap .content-main#branch{
	width:100% !important;
}
.branch-detail{
}
.branch-detail .part{
	overflow:hidden;
	border-bottom: 1px dashed #cfb97f;
    padding: 20px;
	background-image:url(/userfiles/images/20161205154740177.png);
	background-repeat:no-repeat;
	background-position:50% 50%;
}
.branch-detail .part div{
	float:left;
}
.branch-detail .part div:nth-child(2){
	float:right;
}
.branch-detail .part .img{
	width:35%;
}
.branch-detail .part .txt{
	width:60%;
	font-size: 18px;
    line-height: 180%;
}
.branch-detail .part.bottom {
	text-align:center;
	font-size: 18px;
	line-height: 180%;
}
@media screen and (max-width: 480px) {
	.branch-detail .part .img,
	.branch-detail .part .txt{
		width:100%;
		float:none;
	}
	.branch-detail .part .img{
		width:50%;
		margin:0 auto;
	}
	.branch-detail .part:nth-child(1) .txt br:nth-child(1),
	.branch-detail .part:nth-child(1) .txt br:nth-child(2),
	.branch-detail .part:nth-child(4) .txt br:nth-child(1),
	.branch-detail .part:nth-child(4) .txt br:nth-child(2),
	.branch-detail .part:nth-child(5) .txt br:nth-child(1),
	.branch-detail .part:nth-child(5) .txt br:nth-child(2),
	.branch-detail .part:nth-child(6) .txt br:nth-child(1),
	.branch-detail .part:nth-child(6) .txt br:nth-child(2),
	.branch-detail .part:nth-child(7) .txt br:nth-child(1),
	.branch-detail .part:nth-child(7) .txt br:nth-child(2),
	.branch-detail .part:nth-child(8) .txt br:nth-child(1),
	.branch-detail .part:nth-child(8) .txt br:nth-child(2),
	.branch-detail .part:nth-child(9) .txt br:nth-child(1),
	.branch-detail .part:nth-child(9) .txt br:nth-child(2),
	.branch-detail .part:nth-child(10) .txt br:nth-child(1),
	.branch-detail .part:nth-child(10) .txt br:nth-child(2){
		display:none;
	}
	.branch-detail .part{
		background-position: 50% 0%;
		background-size: contain;
		background:none;	
	}

}
@media screen and (max-width: 360px) {
	.branch-detail .part .img{
		width:70%;
		margin:0 auto;
	}
}