/*
 *网页顶部，固定定位部分
 * */

/* 标签样式初始化 */
body,html{margin:0;padding:0;background:#fff;font-size:16px;overflow-x: hidden;font-family:"微软雅黑";
}
form,ul,li,p,h1,h2,h3,h4,h5,h6{margin:0;padding:0;}
img{border:0;}
ul,li{list-style-type:none;}
a{color:#00007F;text-decoration:none;}
a:hover{text-decoration:none;}
clearfix:before, .clearfix:after{content:'.';display:block;overflow:hidden;visibility:hidden;font-size:0;line-height:0;width:0;height:0}
.clearfix:after{clear:both}
.clearfix{zoom:1}
.banar{
	position: fixed;
	top: 0;
	left: 0;
	height: 60px;
	background: #333d49;
	width: 100%;
	text-align: center;
	z-index: 100;
}

.h5online-top {
	height: 60px;
	background: #333d49;
	text-align: center;
	width: 100%;
}

.h5online-wrap-content {
	width: 1120px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}

h1,
h2 {
	margin-top: 0;
}

h1.com-logo {
	background: url(../img/logo.png) 0 center no-repeat;
	width: 172px;
	height: 60px;
	font-size: 0;
	color: #e34f27;
	text-indent: -10000px;
	float: left;
}

.h5online-top ul {
	float: left;
	margin-left: 15px;
	height: 60px;
}

.h5online-top ul li {
	float: left;
	font-size: 16px;
	background: url(../img/nav_list_left.png) left 0 no-repeat;
	padding-left: 16px;
}

.h5online-top ul li a {
	color: #fff;
	background: url(../img/nav_list_right.png) right 0 no-repeat #ffffff;
	line-height: 60px;
	height: 60px;
	display: block;
	padding: 0 20px;
	padding-right: 36px;
}

.home-link {
	float: right;
	background: url(../img/icon_home.png) left center no-repeat;
	padding-left: 36px;
	line-height: 60px;
	color: #fff;
	font-size: 15px;
}

.Study {
	float: left;
	padding-left: 40px;
	line-height: 60px;
	color: #fff;
	font-size: 18px;
}


/*.h5online-top .dt{width:103px;}*/

.p-nav {
	width: 1000px;
	margin: 0 auto;
}

.p-nav>.sideBar {
	position: fixed;
	top: 400px;
	margin-left: 1054px;
	z-index: 99999;
	font-size: 25px;
	display: none;
} 
.h5online-top .h6online-wrap-content a {
	font-size: 18px;
}


