﻿body{
	font-family: "Microsoft YaHei","Arial";
	position:relative;
}
a:hover{
	text-decoration: underline;
}
.rel{ position: relative;}

.headerTop,.navBar,.container,.address{
	width: 1104px;
	margin: 0 auto;
}
.headerTop{
	padding: 18px 0;
}
.logo{
	float: left;
}
.topNav{
	float: right;
	top: 35px;
	height: 34px;
}
.topNav a{
	position: relative;
	top: -14px;
	display: inline-block;
	margin-left: 8px;
	color: #ddd;
	cursor: pointer;
}
.topNav a:hover{ text-decoration: underline; }

.topNav .userLogin,.topNav .userReg,.topNav .exit{
	background: url("../images/website.png") no-repeat ;
	color: #333;
	padding: 0 0 0 16px;
}
.topNav .userLogin {
	background-position: 0 2px;
	color: #fd8632;
	font-size: 18px;
}
.topNav .userReg {
	background-position: -286px -24px;
	font-size: 18px;
}
.topNav .exit {
	background-position: -288px 3px;
}
.topNav .pay,.topNav .payPhone{
	position: relative;
	top: 0;
}
.topNav .pay{
	/*background: url("../images/sy_01.png") no-repeat;*/
	width: 124px;
	height: 34px;
}
/*.topNav .pay:hover{
	background: url("../images/sy_01_1.png") no-repeat;

}*/
.topNav .payPhone{
	background: url("../images/sy_02.png") no-repeat;
	width: 106px;
	height: 34px;
	margin-right: 20px;
}
.topNav .payPhone:hover{
	background: url("../images/sy_02_2.png") no-repeat;
}


.nav,.footerBar,.footer{
	min-width: 1104px;
}
.nav{
	position: relative;
	background-color: #363636;
	width: 100%;
	height: 60px;
	z-index: 10;
}
.navBar li{
	float: left;
}
.navBar li a {
	color: #fff;
	display: block;
	font: 20px/44px "Microsoft YaHei";
	text-decoration: none;
	padding: 0 30px;
	height: 60px;
    line-height: 60px;
    font-weight: bold;
}
.navBar .active a{
	background-color: #f1434d;
}
.tel{
	position: relative;
	top: 23px;
}
.footer{
	background: #282828 none repeat scroll 0 0;
	color: #868686;
	height: 140px;
	overflow: hidden;
	width: 100%;
}
.footerBar{
	width: 100%;
	background-color: #f2f2f2;
}
.linkList{
	width: 1104px;
	height: 136px;
	margin: 0 auto;
	padding-top: 30px;
}
.linkO {
	background: url("../images/line.jpg") no-repeat left;
	height: 101px;
	width: 126px;
	float: left;
}
.linkO h1 {
	font-family: "Microsoft YaHei";
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 16px;
	text-indent: 20px;
	color: #5e5e5e;
}

.linkO  li {
	height: 26px;
	line-height: 26px;
	margin-left: 20px;
	text-indent: 10px;
	width: 100px;
}
.linkO li a{
	color: #5e5e5e;
}
.linkO li a:hover{
	text-decoration: underline;
}
.custom{
	float: right;
	height: 90px;
	width: 148px;
	*width: 150px;
	width: 150px\9;
	color: #666;
	font-size: 14px;
	padding: 10px 0 10px 120px;
	background: url("../images/code.png") no-repeat 30px center;

}
.custom h1{
	font: 18px/36px "Microsoft YaHei";
	background: url("../images/line.png") no-repeat left bottom;
}
.custom span{
	color: #e73d43;
	display: block;
	font: 20px "Microsoft YaHei";
	letter-spacing: 0.8px;
}
.footer{
	background-color: #2c2c2c;
	padding: 25px 0;
}
.address{
	text-align: center;
}
.address p{
	color: #868686;
	font-size: 12px;
	line-height: 22px;
	padding: 6px 0 5px;
}
.address a{
	color: #b8b8b8;
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	margin: 0 10px;
	padding-top: 16px
}

.address a:hover{ text-decoration: underline; }

/*分类*/
.type{
	margin:0 auto;
}
.type li{
	float: left;
	padding:10px 15px;
	margin:0 10px;
	background: #e1dcdc;
	border-radius: 20px;
}
.type li a{
	text-decoration:none;
	font-size:20px;
	padding:0 15px;
}
.type .on{
	background:#fd8632;
}
.type .on a{
	color:#fff;
}
.type li:hover{
	background:#fd8632;
}
.type li:hover a{
	color:#fff;
}