﻿@charset "utf-8";
/* CSS Document */
.m_b_10{margin-bottom:10px;}
.m_b_15{margin-bottom:15px;}
.m_b_20{margin-bottom:20px;}
.m_b_25{margin-bottom:25px;}
.m_b_40{margin-bottom:40px;}
.m_b_45{margin-bottom:45px;}
.m_t_10{margin-top:10px;}
.m_t_25{margin-top:25px;}
.m_r_20{margin-right:20px;}
.p_t_10{padding-top:10px;}
.p_b_10{padding-bottom:10px;}
.p_b_15{padding-bottom:15px;}

.borbld{border:8px solid #f2f2f2;}

#container {background: none repeat scroll 0 0; margin:0 auto; width:100%;}

#pg-main .tit_b{background:url(/images/line.png) 0px -144px no-repeat; height:35px; overflow:hidden;}


/* top */
#header {
	width:960px;
	height:145px;
	margin:0 auto;
	background: url(/images/bg_header.gif) no-repeat top;
}
#header h1 {
    float: left;
    font-size: 16px;
    height: 49px;
    width: 372px;
	margin-top:25px;
}
#header h1 a {
    background: url(/images/logo.gif) no-repeat scroll 0 0 transparent;
    display: block;
    height: 100%;
    text-indent: -9999px;
}

#header .topright {
	float:right;
	background:url(/images/pic_topcat.gif) no-repeat 90px 65px;
	width:230px;
	padding:25px 0;
}
#header .toplag {
	float:right;
	height:25px;
	width:123px;
	background:url(/images/bg_lag.gif) no-repeat;
	text-align:center;
	color:#999999;
	line-height:25px;
}
#header .toplag a:link,#header .toplag a:visited {
	padding:0 2px;
	color:#999999;
}
#header .toplag a:hover {
	background:#21748C;
	color:#fff;
	text-decoration:none;
}
#header .topcat {
	background:url(/images/pic_topcat.gif) no-repeat;
	height:14px; 
	width:140px;
}
#header .topqq {
	float:right;
	width:250px;
	text-align:right;
	padding-top:5px;
}

/* nav */
#header #nav {
    background:#FFF;
    height: 35px;
	line-height:35px;
	width:960px;
}
ul#topnav li {
	float: left;
	color:#e2e2e2;
	position:relative;
}
ul#topnav a {
    background: url(/images/nav.png) no-repeat scroll 0 -40px transparent;
    color: #555;
    display: block;
    font-size: 14px;
    height: 35px;
    text-align: center;
	width:119px;
	float:left;
}
ul#topnav a:hover {
	text-decoration: none;
}

ul#topnav li .sub {
	position:absolute;	
	top:35px; left:0;
	background:#21748C;
	padding:10px 10px 20px 25px;
	float: left;
	display: none;
}
ul#topnav li .sub ul{
	margin: 0; padding: 0;
	width: 300px;
	font-size:12px;
	float: left;
}
ul#topnav .sub ul li {
	padding:0; margin:0;
}
ul#topnav .sub ul li h2 {
	padding: 0;  margin: 0;
}
ul#topnav .sub ul li h2 a {
	padding: 5px 0;
	background-image: none;
	color: #eee;
}
ul#topnav .sub ul li h2 a:hover{
	background:none;
	text-indent:2px;
}
ul#topnav .sub ul li a {
	float: none; 
	height: auto;
	background: url(/images/ico_cr.gif) no-repeat left;
	padding:0;
	line-height:25px;
	width:280px;
	padding-left:15px;
	text-align:left;
	font-size:12px;
	display: block;
	text-decoration: none;
	color: #eee;
}
ul#topnav .sub ul li a:hover {color:#fff; background: url(/images/ico_cr.gif) no-repeat 5px center;}
ul#topnav li:hover a, ul#topnav li a:hover { background:url(/images/nav_bg.gif) no-repeat center bottom; color:#FFF;}


/* banner */
#banner{background:#334d66 url(/images/bg_page.png); text-align:center; height:260px;}


/* footer */
#footer{background:url(/images/bg_btm.png) repeat-x top; color:#aaa;}
#copyright{width:880px; margin:0 auto; padding:15px 40px; height:100px;}
#copyright .left{width:285px;}
#copyright .right{background:url(/images/pic_btm_logo.gif) no-repeat left; padding-left:85px; margin-top:35px;}
#copyright li{width:95px; float:left;}
#copyright li a:link,#copyright li a:visited{color:#aaa;}


/* other */
.dyfirst:first-line{}
.dyfirst:first-letter {font-size:200%; font-weight:bold; float:left; line-height:0.5;}

.list li{background:url(/images/ico_tick.gif) no-repeat left; padding-left:20px;}
.list2 li{background:url(/images/icon_bullet.png) no-repeat left; padding-left:20px;}

.bgclr{background:#21748C; padding:2px 5px; color:#FFF;}

.borbtm2{border-bottom:2px solid #333;}
