/*contact*/
.y-contactBg{
	background-color: #FaFaFa;
}
.y-contact{
	background:#FaFaFa;
	padding-left: 10%;
	padding-right: 10%;
	padding-bottom: 8%;
	max-width: 1200px;
	margin: 0 auto;
}
/*.y-contact .y-hide{
	display: none;
}*/
.s_userTitle{
	padding-bottom: 2%;
}
.y-tab-controller{
	color: #F7931E;
	font-size: 35px;
	font-weight: lighter;
	text-align: center;
	margin-bottom: 2%;
}
.y-tab-sale,.y-tab-email{
	display: inline-block;
	height: 50px;
	line-height: 42px;
	
	font-size: 16px;
	color:#4A4A4A;
	font-weight: normal;
	text-decoration: none;
	
}
.y-tab-sale:hover,.y-tab-email:hover{
	cursor: pointer;
	text-decoration: none;
	color: #666;
	opacity: 0.6;
}
.y-tab-controller a.y-tab-active{
	cursor: pointer;
	text-decoration: none;
	opacity: 1;
	color: #fefefe;
	background-image: url('../img/aboutJY/tab-bg.png');
	background-repeat: no-repeat;
	background-size: 98px 50px;
}
.y-saleModel{
	clear: both;
}
.y-saleModel:before,.y-saleModel:after{
	content: '';
	display: block;
}
.y-saleModel:after{
	clear: both;
}
.y-saleModel p{
	color:#4A4A4A;
	font-size: 18px;
    position: relative;
    margin: 0 0 10px;
}
.y-lblock{
	display: inline-block;
	vertical-align: top;
	margin-right: 2%;
}
.y-rblock{
	display: inline-block;
}
.y-rblock .y-sale-title{
	font-size: 16px;
	font-weight: bolder;
}
.y-rblock .y-empty{
	padding: 1%;
}
.y-rblock .y-sale-text,.y-email-text{
	font-size: 14px;
}
.y-market{
	margin-top: 1%;
}
.s_middleLine{
	display: inline-block;
	height:1px;
	background-color: #E8E8E8 ;
	width:86%;
	position: absolute;
	right: 0;
	top:50%;
}
.y-contactNav{
	margin-top: 5%;
	margin-left: 1%;
	padding-bottom: 2%;
}
.y-contactNav:last-child{
	padding-bottom: 0;
}
.y-contactNav li{
	list-style: none;
	margin-bottom: 5%;
} 
.y-contactNav li a{
    text-decoration: none;
    display: block;
}
.y-contactNav li a img{
	width:100%;
}
	@media screen and (max-width:768px ) {
	.s_bigTitle{
		font-size: 25px;
	}
	.y-saleModel p{
		font-size: 14px;
	}
	.s_middleLine{
		width: 70%;
	}
	}	
.y-contactEmail form{
	padding-top: 1%;
}	
.y-contactEmail .y-email-text{
	text-align: center;
	font-size: 14px;
	font-weight: normal;
}
.y-contactEmail label{
	font-size: 16px;
	display: block;
	margin: 20px 0 8px;
}
#y-name,#y-phone,#y-company,#y-duties,#y-message,#y-email-btn{
	display: block;
	width: 100%;
	height: 42px;
	border: 1px solid #cecece;
	border-radius: 3px;
	outline: none;
	padding: 8px 12px;
}
#y-name:focus,#y-phone:focus,#y-company:focus,#y-duties:focus,#y-message:focus{
	border: 1px solid #e77d04;
}
#y-message{
	height: 224px;
}
#y-email-btn{
	font-size: 16px;
	color: #fefefe;
	background-color: #4a4a4a;
	border: 1px solid #4a4a4a;
	margin-top: 14px;
	line-height: 14px;
}
#y-email-btn:hover{
	cursor: pointer;
	background-color: #000;
}
.y-contactEmail select{
	background-color: #f3f3f3;
}
.y-contactEmail .y-lblock,.y-contactEmail .y-rblock{
	width: 48%;
}
.y-contactEmail .y-rblock{
	float: right; 
}