@charset "utf-8";
/*------------------------------*/
/*--Design Setting Start--*/
@import url(layout.css);

/*--common design--*/

/*--header design--*/
.lpheader {
	background: url(../images/lpHeadBg_1.jpg) no-repeat left top;
}

/*--nav design--*/
.nav {
	text-align: right;
	position: absolute;
	top: 12px;
	left: 650px;
	*left: 685px;
}
.nav li {
	display: inline;
	padding-right: 1px;
}
.nav li a {
	width: 62px;
	height: 16px;
	text-align: center;
	padding-top: 3px;
	padding-left: 14px;
	padding-right: 14px;
	*padding: 3px 0 0 0;
	color: #FFF;
	font-size: 11px;
	*font-size: 10px;
	background: url(../images/navBg.gif) no-repeat left top;
}

/*--menu design--*/
.lpheader .menu {
	width: 707px;
	margin-left: 30px;
	text-align: center;
	position: absolute;
	top: 42px;
	left: 239px;
	right: 0;
	white-space: nowrap;
	background: url(../images/lpMenuBg.jpg) no-repeat left top;
}
.lpheader .menu li {
	display: inline;
	margin-right: 10px;
}

/*--layout design--*/
.layout {
	margin-top: 0;
/*	background: url(../images/lpHeadBg_2.jpg) no-repeat left top;*/
}

/*--leftbg design--*/
.leftbg .menu {
	margin-bottom: 20px;
}
.leftbg .menu ul {
	margin-top: 10px;
}
.leftbg .menu ul li {
	height: 24px;
	padding-top: 3px;
	margin-bottom: 6px;
	background: url(../images/leftmenuBg_2.gif) no-repeat left top;
}
.leftbg .menu ul li a {
	color: #777;
	font-size: 15px;
	padding-left: 20px;
}
.leftbg .menu ul li a:hover {
	color: #05B1C5;
}
.leftbg .menu .nowItem {
	background: url(../images/leftmenuBg_1.gif) no-repeat left top;
}
.leftbg .menu .nowItem a {
	color: #FFF;
	font-weight: bold;
}
.leftbg .menu .nowItem a:hover {
	color: #FFF;
	text-decoration: underline;
}

.leftbg .service {
	width: 184px;
	height: 72px;
	padding: 8px;
	margin-bottom: 20px;
	background: url(../images/frame.gif) no-repeat left top;
}
.leftbg .service li {
	display: inline;
	float: left;
	margin-right: 12px;
}
.leftbg .service li a {
	color: #78AF38;
	font-size: 15px;
	font-weight: bold;
}
.leftbg .service li a:hover {
	text-decoration: underline;
}

.leftbg .leftBk {
	margin-right: 40px;
	margin-bottom: 20px;
}
.leftbg .leftBk p {
	color: #777;
	font-size: 12px;
	line-height: 150%;
	margin-top: 6px;
}
.leftbg .leftBk p img {
	float: left;
	margin-right: 4px;
	margin-bottom: 4px;
}
.leftbg .leftBk p span {
	font-size: 22px;
}
.leftbg .leftBk p em {
	color: #05B1C5;
	font-size: 12px;
	font-style: normal;
}

/*--content design--*/
.center {
	padding-right: 30px;
}

.center .font13{
	color: #05B1C5;
	font-size: 15px;
	margin-top: 50px;
	margin-bottom: 10px;
}	

.center .path {
	color: #999;
	font-size: 12px;
	margin-top: 50px;
	margin-bottom: 10px;
}
.center .path a {
	color: #999;
	font-size: 12px;
	margin-right: 2px;
	margin-left: 2px;
}
.center .path a:hover {
	text-decoration: underline;
}
.center .path .here {
	color: #05B1C5;
	font-weight: bold;
}
.center h2 {
	padding-bottom: 4px;
	margin-bottom: 10px;
	border-bottom: 1px solid #05B1C5;
}
.center .date {
	text-align: right;
	color: #FE7F00;
	font-size: 13px;
	margin-bottom: 10px;
}
.center h3 {
	color: #05B1C5;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}
.center h4 {
	color: #05B1C5;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 10px;
}
.center h5 {
	color: #05B1C5;
	lign-height: 130%;
	font-size: 90%;
	line-height: 135%;
	padding-bottom: 6px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #BBBBBB;
	margin-top: 0px;
	margin-bottom: 10px;
	padding-left: 27px;
	background-image: url(../images/topic.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.center ul li {
	line-height: 150%;
	padding-bottom: 5px;
	list-style-image: url(../images/bullet.gif);
	margin-left: 45px;
}
.center ul {
	clear: both;
}
.center p {
	color: #666;
	font-size: 13px;
	line-height: 220%;
	margin-bottom: 20px;
}
.center p img {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	width: 180px;
}
.center a {
	color: #FE7F00;
	font-size: 13px;
}
.center a:hover {
	text-decoration: underline;
}
.center .law p{
	color: #666;
	font-size: 13px;
	line-height: 150%;
	margin-bottom: 20px;
	text-align: right;
}
.center .imgTb, .center .dataTb {
	width: 100%;
	margin-bottom: 20px;
	text-align: left;
}
.center .imgTb {
	border-top: 1px dashed #CCC;
	border-bottom: 1px dashed #CCC;
}
.center .imgTb td {
	padding: 20px 0;
	color: #666;
	font-size: 12px;
}
.center .imgTb td p {
	margin-top: 4px;
	margin-bottom: -10px;
}
.center .imgTb td span {
	padding: 4px;
	border: none;
	*border: 1px solid #CCC;
}
.center .imgTb img {
	width: 120px;
	border: 1px solid #CCC;
	*border: none;
}
.center .dataTb {
	border-collapse: collapse;
	margin-bottom: 10px;
}
.center .dataTb th {
	height: 37px;
	color: #FFF;
	font-size: 13px;
	background: url(../images/tbBg.gif) repeat-x left top;
}
.center .dataTb td {
	color: #888;
	font-size: 12px;
	padding: 8px;
	border-bottom: 1px solid #CCC;
}
.center .dataTb td a {
	color: #05B1C5;
}
.center .dataTb td a:hover {
	color: #FE7F00;
	text-decoration: underline;
}
.center .pagebar {
	text-align: center;
	font-size: 12px;
	margin-bottom: 10px;
}
.center .pagebar .prev {
	margin-right: 10px;
}
.center .pagebar .prev img {
	vertical-align: middle;
}
.center .pagebar .next {
	
}
.center .pagebar .next img {
	vertical-align: middle;
}
.center .pagebar span {
	color: #FE7F00;
	font-weight: bold;
	margin-right: 10px;
}
.center .pagebar a {
	color: #05B1C5;
	font-weight: normal;
}
.center .pagebar a:hover {
	color: #FE7F00;
	text-decoration: underline;
}
.center .quicklink {
	text-align: right;
	margin-bottom: 20px;
}

/*--footer design--*/
.footer {
	padding: 5px 0 20px 35px;
	background: url(../images/footer.gif) no-repeat left top;
}
.footer ul {
	width: 92%;
	*width: 100%;
	text-align: right;
	margin: -2px 45px 12px 0;
}
.footer li {
	display: inline;
	font-size: 13px;
	padding-right: 4px;
	padding-left: 7px;
	border-right: 1px solid #FFF;
	border-left: 1px solid #FFF;
	margin: 0 -4px 0 -4px;
	*margin: 0;
}
.footer li a {
	color: #FFF;
	vertical-align: middle;
}
.footer li a:hover {
	text-decoration: underline;
}
.footer .line {
	margin-right: -1px;
}
.footer img {
	float: left;
	margin-right: 20px;
}
.footer div p {
	color: #777;
	font-size: 13px;
	line-height: 150%;
}
.footer div h3 {
	font-size: 13px;
	color: #777;
}

/*--Design Setting End--*/
/*------------------------------*/
