@charset "UTF-8";
/*========== top start==========*/
* {
	border: 0px;
	font-family: 'Microsoft YaHei';
}

.m-head {
	width: 100%;
	min-width: 1200px;
	margin: 0 auto;
	height: 25px;
	background-color: #231714;
}

.head-center-right {
	height: 25px;
	line-height: 25px;
	width: 1200px;
	margin: 0 auto;
}

.head-center-right ul {
	float: right;
}

.head-center-right>ul>li {
	float: left;
}

.head-center-right a {
	text-decoration: none;
	color: #efefef;
	font-size: 12px
}

.head-center-right a:hover {
	color: #e9122c;
}

#login {
	font-size: 14px;
	border-right: 1px solid #E5E5E5;
	color: #555;
	padding:0 21px 0 0;
}
#regist {
	font-size: 14px;
	color: #555;
	padding: 0 10px 0 20px;
}
#login span:hover,#regist span:hover{
	color: #e9122c;
}
#wx{
	padding:0 0 0 17px;
	position: relative;
}
#wx a{
	font-size: 14px;
}
#wxs{
	position: absolute;
	top:52px;
	left:10px;
	z-index: 3;
}
.user-exit {
	margin: 0;
}
.user-exit span{
	font-size: 14px;
}
#service li {
	display: inline-block;
}

#service>span {
	border-left: 1px solid #fefefe;
	padding: 0 36px;
}

.menuOne {
	position: relative;
}

#services {
	width: 85px;
	height: 282px;
	padding: 0 19px;
	background: #231714;
	opacity: 0.9;
	position: absolute;
	z-index: 2;
	box-shadow: 0px 0px 10px black;
	text-align: center;
	padding-bottom: 20px;
}

#services ul {
	position: absolute;
}

#services li {
	display: block;
	height: 46px;
	line-height: 46px;
}

#services li:hover a {
	color: #e9122c;
}

#services a {
	color: #fff;
	font-size: 12px;
}

#services p {
	height: 45px;
	line-height: 22px;
	color: #a0a0a0;
	padding-top: 13px;
}

#leave {
	border-left: 1px solid #fefefe;
	padding-left: 25px;
}
/*========== top end==========*/

/*========== header start==========*/
.m-nav {
	width: 100%;
	min-width: 1200px;
	background: #fff;
	border-bottom: 1px solid #ccc;
}

.comm-nav-center {
	height: 80px;
	line-height: 80px;
	background: #fff;
	width: 1200px;
	margin: 0 auto;
}

.head-center-left .logo {
	float: left;
	width: 119px;
	height: 42px;
	margin:19px 0;
}

.comm-nav-center>ul {
	margin-left: 189px;
}

.comm-nav-center>ul>li {
	display: inline-block;
	padding: 0 20px;
	/*width: 64px;*/
	text-align: center;
}

.comm-nav-center>ul>li:hover>a {
	color: #e9122c;
}

.comm-nav-center>ul>li>a {
	font-size: 16px;
	color: #222222;
}

.comm-nav-center>ul>li>a.active {
	color: #e9122c !important;
	background:#fff;
}
.padding-right,.padding-right a{
	font-size: 14px;
	color:#999 ;
}
.comm-nav-center>ul>li:hover #userPhone {
	color: #e9122c;
}
.menu {
	position: relative;
}

.menu>div {
	position: absolute;
	z-index: 2;
	background: #fff;
	margin-left: -30px;
	margin-top: 0;
}

.menu>div>ul {
	width: 121px;
	padding: 20px 0 14px 0;
}

.menu>div>ul>li {
	height: 17px;
	line-height: 17px;
	text-align: center;
	margin-bottom: 17px;
}

.menu>div>ul>li:first-child a {
	font-size: 12px;
	color: #333;
}

.menu>div>ul>.secondTitle:hover>a {
	color: #e9122c;
}

.menu>div>ul>li>a {
	font-size: 12px;
	color: #333;
}
/*========== header end==========*/

/*=====products start=====*/
.productList{
	position: absolute;
	top: 80px;
	height: 247px;
	width: 100%;
	background: #fff;
	z-index: 9999;
	display: none;
}
.productInfo{
	width: 1200px;
	margin:0 auto;
	position: relative;
}
.productInfo ul{
	width: 84px;
	text-align: center;
	border-right:1px solid #f0f0f0;
	margin-top: 31px;
}
.productInfo ul li a{
	height: 38px;
	line-height: 38px;
	color:#333;
	font-size: 12px;
}
.productInfo ul li:first-child a{
	color: #e9122c;
}
/*.productInfo ul li a:hover{*/
/*color: #FBC700*/
/*}*/
.productType{
	display: none;
	text-align: center;
	position:absolute;
	top: 0;
	left: 117px;
}
.specialInfo{
	display: block;
}
.sProduct{
	display: inline-block;
	width: 140px;
	margin:35px 15px 42px;
	float: left;
}
.pName{
	font-size: 12px;
	color:#333;
	/*height: 17px;*/
	line-height: 17px;
	margin: 13px 0 3px;
}
.pMoney{
	font-size: 10px;
	color: #333;
	height: 20px;
	line-height: 20px;
}
.pMoney span{
	font-size: 14px;
	color: #e9122c;
	margin-right: 3px;
}
.moreProduct{
	float: right;
	margin-top: 42px;
	width: 139px;
	text-align: center;
}
.moreProduct img{
	margin-top: 20px;
	margin-bottom: 31px;
}
.moreProduct .moreName{
	font-size: 12px;
	color:#989898 ;
}
/*=====products end=====*/