
#sell-nav-sub {
	margin-bottom:30px;
	border-bottom: 1px solid #E7E7E7;
}
#sell-nav-sub ul {
	margin: 0 auto;
	width:90%;
	overflow: hidden;
	display: flex;
	justify-content: space-around;
}
#sell-nav-sub li a {
	font-size:16px;
	line-height:50px;
	cursor: pointer;
	color: #999;
	display:block;
}
#sell-nav-sub li:hover a {
	color: #333;
}
#sell-nav-sub li.on a {
	color:#f56349;
	font-weight: bold;
	border-bottom:2px solid #f56349;
}
#sell-nav-sub li:hover li.on a {
	color:#f56349;
}
.sell_content{ margin:40px auto 50px ; overflow:hidden; }

.intro{
	text-align:left;
	width:100%;
	padding:50px 80px;
	margin:40px auto 60px;
	overflow:hidden;
	background-color:#F9F9F9;

}
.intro h5 {
	font-size:45px;
	text-align:left;
	font-weight:bold;
color:#f56349;

	
}
.intro h5 p {
	font-size:23px;
	margin-top:10px;
	font-weight:;
	color:#333;

}




h4.title {
	margin:0 0 50px 0;
	font-size:40px;
	font-weight:bold;
	text-align:center;
	padding:0;
	width:80%;
}
h4.title span{
	font-size:23px;
	font-weight:300;
	margin:20px auto;
	display:inline-block;
		border-bottom:3px solid #f56349;
	line-height: 50px;}



.photo {
	margin:40px auto;
	overflow:hidden;
	text-align:center;
}
.photo h3 {
	font-size:35px;
	text-align:center;
	margin:0 0 40px 0;
	padding:0;
}
.photo h3 p {
	font-size:15px;
	color:#999;
	margin-top:5px;
	font-weight:normal !important;
}
.photo ul {display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.photo li {
	width:48%;
	position:relative;
	margin-bottom:50px;
}

.photo li span {
	z-index:888;
	font-size:29px;
	width:60px;
	height:60px;
	line-height:60px;
	color:#FFF;
	font-weight:bold;
	background-color:#f56349;
	position:absolute;
	top:0;
}
.photo li img {
	width:100%;
	position:relative;
}
.photo li p { position:absolute; display:block; font-weight:300;	width:100%;bottom:3px;font-size:16pt; color:#FFF; background-color:rgba(51, 51, 51, 0.84); line-height:70px;
}



.half_highlight {
background: -webkit-linear-gradient(bottom, #d8eeff 50%, transparent 50%);
background: -o-linear-gradient(bottom, #d8eeff 50%, transparent 50%);
background: linear-gradient(to top, #d8eeff 50%, transparent 50%); 
} 