* {
	padding: 0;
	margin: 0;
}

html,
body {
	font-size: 14px!important;
}

.s_maxWidth {
	max-width: 1920px;
	margin: 0 auto;
	min-width: 1000px;
}

#s_headerAll {
	position: fixed;
	z-index: 9999999;
}

.s_userMain {
	margin: 0 auto;
}

.s_userPic img {
	width: 100%;
}

.s_userBg img {
	width: 100%;
}

.s_userNav {
	padding-left: 6%;
	padding-top: 6px;
	padding-bottom: 6px;
	border: 1px solid #F3F3F3;
}

.s_userNav a {
	font-size:12px;
	color: #4A4A4A;
}

.s_color {
	color: #FF9F00!important;
}

.s_userTitle {
	padding-top: 3%;
	padding-bottom: 3%;
	background-color: #F9F9F9;
}

.s_smallTitle {
	color: #FF9F00;
	font-size: 14px;
	text-align: center;
}

.s_bigTitle {
	margin-top: 10px;
	font-size: 36px;
	color: #4A4A4A;
	font-weight: normal;
	text-align: center;
}

.s_userBlock {
	position: relative;
	background-color: #F9F9F9;
}

.s_userModel {
	background: transparent;
	position: absolute;
	width: 34%;
	right: 5%;
	top: 15%;
}

.s_userLeft {
	background: transparent;
	position: absolute;
	width: 34%;
	left: 5%;
	top: 15%;
}

.s_userTitleB {
	text-align: center;
}

.s_userLine {
	display: block;
	height: 2px;
	width: 10%;
	background-color: #FF9F00;
	margin: 0 auto;
	margin-top: 5%;
	margin-bottom: 5%;
}

.s_userTitleS {
	font-size: 22px;
	margin: 0!important;
}

.s_userCon p {
	font-size: 15px;
	line-height: 35px;
	color: #858585;
	margin-top: 3%;
}

.s_model2List {
	margin-top: 10%;
}

.s_model2List li {
	float: left;
	list-style: none;
	margin-right: 5%;
	margin-left: 5%;
	width: 23%;
	text-align: center;
}

.s_model2List li div {
	width: 100%;
	margin-bottom: 14%;
}

.s_model2List li span {
	color: #858585;
	font-size: 15px;
}

.s_model2List li div img {
	width: 100%;
}
.s_onclick{
	color: #F7931E!important;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.s_userModel {
		top: 5%;
		width: 40%;
		right: 2%
	}
	.s_userLeft {
		top: 5%;
		width: 40%;
		left: 2%
	}
	.s_userCon p {
		font-size: 14px;
		line-height: 28px;
	}
	.s_model2List li span {
		color: #858585;
		font-size: 15px;
	}
}

@media screen and (max-width:768px) {
	.s_bigTitle {
		font-size: 25px;
	}
	.s_userTitleS {
		font-size: 18px;
	}
	.s_userCon p {
		font-size: 12px;
		line-height: 16px;
		margin-top: 0;
	}
	.s_model2List li span {
		font-size: 12px;
	}
	.s_model2List li div {
		margin-bottom: 5%;
	}
	.s_model2List {
		margin-top: 0;
		margin-bottom: 0;
	}
	.s_model2List li {
		width: 20%;
	}
	.s_userLine {
		margin-top: 2%;
		margin-bottom: 2%;
	}
	.s_userModel {
		top: 5%;
		width: 50%;
		right: 2%
	}
	.s_userLeft {
		top: 5%;
		width: 50%;
		left: 2%
	}
	.s_others {
		font-size: 14px;
		margin: 0;
	}
}