* {
	padding:0px;
	margin: 0px;
}
html {
    margin: 0px auto;
	width: 100%;
	height: 100%;
}
body {
	color: #000000;
	font-family: Microsoft YaHei, msyh, 微软雅黑, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #010A3C;
	margin: 0px;
	padding: 0px;
	text-align: center;
	width: 100%;
	height: 100%;
}
a {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
}
h1,h2,h3,h4,h5,h6 {
	margin: 0px;
	padding:0px;
	font-size: 12px;
	font-weight: normal;
}
table {
	margin: 0px auto;
	border-collapse:collapse;
	font-size: 12px;
}
ul,ol,li {
	list-style-type: none;
}
img {
	border: 0px;
	vertical-align:middle;
}
/* 滚动条美化开始 */
::-webkit-scrollbar {
    width: 6px;
	height:6px;
}
/* Track */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.9); 
    -webkit-border-radius: 2px;
    border-radius: 2px;
}
/* Handle */
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background: rgba(1,111,209,0.8); 
    -webkit-box-shadow: inset 0 0 6px rgba(180,183,185,0.7); 
}
::-webkit-scrollbar-thumb:window-inactive {
	background: rgba(170,173,175,0.7); 
}
.jhnav {
	width: 100%;
	height: 100%;
	background-size:100% 100%;
	background-image: url(../images/jhbg.png);
	background-repeat: no-repeat;
}
.jhnav_nr {
	padding-top: 9%;
	padding-right: 4%;
	padding-left: 4%;
}

.jhnav_tab01 tr td {
	padding-right: 25px;
	padding-left: 25px;
}
.jhnav_tab01 tr td img {
	height: auto;
	width: 100%;
	max-width: 399px;
}
.jhnav_tab01 tr td img:hover {
	opacity:0.8;
}

