﻿/* CSS Reset */
body,table,th,td,div,ul,li,dl,dd,dt,p,h1,h2,h3,h4,span,form,select,input,button,
header,footer,section,aside,article {margin:0;padding:0}
body{
	font:12px/24px SimSun-ExtB;
	color:#333333;
	background:url(imagesbg.jpg) top repeat-x #fffffe;
}
img{border:0}
a{text-decoration:none;color:#333333}
ul,li{list-style:none}
.clearFix:after{
	clear:both;
	display:block;
	visibility:hidden;
	height:0;
	line-height:0;
	content:"";
}
.clearFix{zoom:1;}

/* header */
#header {
	width:100%;
}
.top-banner p {
	height:140px;
	background:url(imagestop.jpg) 0 0 no-repeat;
}

/*导航*/
.nav {
	height:44px;
	background:#e95e00;
	overflow:hidden;
}
.nav li {
	float:left;
	/*width:110px;*/
	width:142px;
	height:44px;

	line-height:44px;
	text-align:center;
	font-size:16px;
}
.nav li.long {width:118px;}

.nav li a {
	display:block;
	position:relative;
	/*width:112px;*/
	width:142px;
	height:44px;
	left:-2px;
	top:0;
	color:#ffffff;
	background:url(imagesnav01.jpg) 100% 50% no-repeat;
}
.nav li.long a {
	width:120px;
}
.nav li.last a {background:none;}
.nav li a:hover {
	background:#fcb80a;
	
}
@media (min-width:768px) and (max-width:979px) {
	.nav li {
		width:82px;
	}	
	.nav li.long{
		width:104px;
	}	
	.nav li a {
		width:84px;
	}
	.nav li.long a {
		width:106px;
	}
}

/*手机端导航*/
.navbar-header {
	height:40px;
	margin:10px 5px 0;
	border:1px solid #cccccc;
}
.navbar-toggle {
	padding-top:4px;
	padding-right:10px;
	padding-left:10px;
	padding-bottom:4px;
	margin-top:6px;
	margin-right:15px;
	margin-bottom:8px;
	border:1px solid;
	border-color:transparent;
	float:right;
	position:relative;
	border-radius:4px;
}
.navbar-toggle .icon-bar {
	width:22px;
	height:2px;
	display:block;
	border-radius:1px;
	margin:3px auto;
	background-color:#ffffff;
}
.navbar-collapse {
	clear:both;
	position:relative;
	height:auto;
	margin-top:-1px;
	margin-right:5px;
	margin-left:5px;
} 
.navbar-nav li {
	height:36px;
	border:1px solid #cccccc;
	border-top:0;
	position:relative;
	line-height:36px;
	padding-left:20px;
}
.navbar-nav li a:hover {
	color:red;
	text-decoration:underline;
}

.friendlink {
	border:1px solid #f8a544;
	border-radius:2px;
	background-color:#fff8e6;
	margin-top:10px;
	padding-top:15px;
	padding-bottom:15px;
	overflow:hidden;
}
.friendlink ul {
	width:576px;
	margin:0 auto;
	height:24px;
}
.friendlink li {
	float:left;
	width:144px;
	height:24px;
	text-align:center;
}
.friendlink li select {
	width:120px;
}
@media (max-width:767px) {
	.friendlink {
		padding-top:5px;
	}
	.friendlink ul {
		width:288px;
		margin:0 auto;
	}
}

/*footer*/

.footer {
	margin-top:10px;
	height:104px;
	border-top:1px solid #f8a544;
	background-color:#fff8e6;
	text-align:center;
	color:#666666;
}
.footer p {
	padding-top:26px;
}
.footer a {color:#666666;}


