/* CSS Document */
/*
*	This is Public Style File
*	Link This Style At Header
*/
*{
	margin:0;
	padding:0;
	border:none;
	font-size:14px;
	transition:all 0.2s linear 0s;
	-webkit-transition:all 0.2s linear 0s;
	-ms-transition:all 0.2s linear 0s;
	-o-transition:all 0.2s linear 0s;
	-moz-transition:all 0.2s linear 0s;
	font-family:'Microsoft Yahei', Arial, Helvetica, sans-serif;
}
a{
	color:#666;
	text-decoration:none;
}
.clear{
	clear:both;
}
html{
	background-color:rgb(250,250,250);
}
.head{
	width:100%;
	height:107px;
	border-bottom:3px solid rgb(220,220,220);
	overflow:hidden;
}
.header{
	width:1000px;
	height:107px;
	margin:0px auto;
	overflow:hidden;
}
a.index{
	width:233px;
	height:107px;
	float:left;
	background:url(../images/logo.png) no-repeat center;
}
.top{
	width:700px;
	text-align:right;
	float:right;
	height:16px;
	margin:20px 20px 20px 0px;
	line-height:16px;
	color:rgb(165,165,165);
}
.top p{
	float:left;
	line-height:16px;
	color:rgb(165,165,165);
}
.main-nav{
	height:28px;
	float:right;
}
.main-nav li{
	float:left;
	border-left:1px solid rgb(237,237,237);
	list-style:none;
}
.main-nav li a{
	width:75px;
	height:28px;
	line-height:28px;
	text-align:center;
	color:#222;
	margin:0px 8px;
	border-radius:2px;
	-o-border-radius:2px;
	-ms-border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	display:block;
}
.main-nav li a:hover{
	color:#fff;
	background-color:rgb(20,110,210);
}
.fixed-area{
	width:100%;
	height:100px;
	position:fixed;
	z-index:99999;
	bottom:0px;
	background-color:#000;
}
.fixed{
	width:1000px;
	height:100px;
	margin:0px auto;
	background:url(../images/foot_fixed.png) no-repeat center;
}
.fixed span{
	float:left;
	height:100px;
	color:rgb(255,180,20);
	font-size:28px;
	margin-left: 335px;
	padding-top: 20px;
}
.fixed .ftel {
	width: 200px;
	float: left;
	font-size:28px;
	color:rgb(255,180,20);
	line-height: 40px;
	padding-top: 20px;
}
.fixed a{
	width:195px;
	height:47px;
	float:right;
	margin-top:27px;
	margin-right:23px;
}
.footer{
	width:100%;
	height:125px;
	padding-bottom:100px;
	background:url(../images/foot_sub.png) no-repeat top center;
}
.foot{
	width:960px;
	height:65px;
	margin:0px auto;
}
.foot p{
	line-height:65px;
	color:rgb(34,216,255);
	font-size:12px;
}
.foot-nav{
	width:960px;
	height:20px;
	padding:10px 0px;
	margin:0px auto;
	text-align:center;
	color:rgb(240,240,240);
}
.foot-nav a{
	height:20px;
	line-height:20px;
	text-align:center;
	display:inline-block;
	color:rgb(240,240,240);
	padding:0px 5px;
	margin:0px 5px;
}
.foot-nav a:hover{
	line-height:18px;
	color:#fff;
	text-decoration:underline;
}