/*样式重置，开始{*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, figure, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
	color: #444;
	cursor:pointer;
	outline:none;
}
a:hover{ text-decoration:none;}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset, img {
	border: 0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
q:before, q:after {
	content: '';
}
abbr, acronym {
	border: 0;
	font-variant: normal;
}
sup {
	vertical-align: text-top;
}
sub {
	vertical-align: text-bottom;
}
input, textarea, select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
 *font-size: 100%;
}
legend {
	color: #000;
}
i {
	font-style: normal;
}
html, body {
	height:100%;
	font-size: 14px;
	font-family: "arial";
	background: #E5F0F6;
	
}
/*}结束，样式重置*/
ul li a:hover{color: #0B74B8;text-decoration: underline;}


/*头部样式*/

#header{width: 100%;height: 118px; background: #E5F0F6; text-align: center;}
#header #hdm{ width: 1060px;height: 118px;margin: 0 auto; background:url(../images/top_logo.jpg) no-repeat left top;}
#header #hdm #tlink{float: right; margin-top: 40px ; margin-right: 80px;}
#header #hdm #tlink a{margin: 0 5px;font-size: 12px; line-height: 28px; }
#header #hdm #tlink span a{ color: #006ec3;}

#banner{width: 100%; height: 170px;background: url(../images/bannerbg.jpg) no-repeat center #419EEC;}
#banner .channel{width: 1000px;}
#banner .channel span{float: left;width: 600px; margin-left: 720px;margin-top: 70px;color: #fff;font-size: 32px;font-weight: bold;}
#main{width: 1000px;background: #fff;margin: 0 auto;overflow: auto;}
#main #nav{position: fixed;margin-top: -120px;float: left;margin-left: 22px;padding-top: 53px;width: 249px; background:url(../images/nav_pic.jpg) no-repeat top #324182;}
#main #nav ul{float: right;width: 226px;padding-bottom: 42px; background: url(../images/nav_bom.jpg) no-repeat bottom;}
#main #nav ul li{width: 100%;height: 50px;line-height: 50px;background: url(../images/nav_ibg.jpg) no-repeat;color: #fff;}
#main #nav ul li a{margin-left: 15px;color: #fff;}
#main #cbox{float: right;margin: 40px 65px 70px 0;width: 610px;min-height: 400px;}
#main #cbox p{margin-bottom: 20px; font-size: 14px;line-height: 28px;color: #656565;}
#main #cbox img{ float: right; margin: 0 0 10px 10px;}
#main #cbox table{ border:1px solid #ccc; border-collapse: collapse;}
#main #cbox table td{ border:1px solid #ccc; }


/*底部样式*/
#footer{width: 100%;}
#footer #linkbar{width: 100%; height: 55px; background-color: #2D6DAA;border-top: 6px solid #31659F; border-bottom: 1px solid #3F78AF;}
#footer #linkbar ul{width: 1000px; margin: 10px auto 0;}
#footer #linkbar li{float: left;width: 25%; text-align: center;}
#footer #linkbar li select{width: 80%;}
#footer #crbox{background-color: #2D6DAA; text-align: center;
font-size: 12px; color: #fff;height: 88px;}
#footer #crbox p{ padding-top: 20px; line-height: 24px;}

