﻿@charset "utf-8";
/*清理原始样式*/
html, body{font-size:14px; min-width:1050px; font-family:"微软雅黑","黑体";}
html,body,img,p,h1{margin:0; padding:0;}
p{
	text-align:Justify;
	text-justify:inter-ideograph;
}
a{ text-decoration:none;}
.container{
	width:100%;
	height:68px;
	background-color:#fafafa;
	border-bottom:1px solid #e2e5e9;
	overflow: hidden;
	position: relative;
}
.topNavbox{
	width:1200px;
	height:68px;
	position:absolute;
	top:0;
	left:50%;
	margin-left:-600px;
}
.logo{	
	width:200px;
	height:68px;
	position:absolute;
	left:0;
	top:0;
	z-index:10;
	overflow:hidden;
}
.logo img{
	float:right;
	width:160px;
	height:68px;
}
.topNav{
	height:68px;
	overflow:hidden;
	margin-right:50px;
	position:absolute;
	right:0;
	top:0;
	z-index:8;
}	
.topNav a{
	display:inline-block;
	height:53px;
	line-height:53px;
	padding:0 20px 0 20px;
	text-align:center;
	color:#399ddb;
	font-weight:400;
	float:right;
	margin-top:15px;
	cursor:pointer;
}
.topNav a:hover{
	background-color:#399ddb;
	color:#f2f2f2;
}
.topNav a:active{
	background-color:#399ddb;
	color:white;
}

/*向上回到顶部按钮样式*/
#toTop{
	width:60px;
	height:60px;
	position:fixed;
	right:40px;
	bottom:10px;
	z-index:11;
	cursor:pointer;
	text-decoration: none;
	}
#toTopHover{
		background-image:url(../images/up_1.png);
		background-size:60px 60px;
		background-position:center center;
		display:block;
		width:60px;
		height:60px;
	}
