@charset "utf-8";
/* CSS Document */
/* ■ ■ ■ ■ ■ ■ ■ ■ 清除浏览器默认样式 ■ ■ ■ ■ ■ ■ ■ ■ */
body {
	margin:0px;
	padding:0px;
	font-size:12px;
	font-family:宋体, Verdana, Geneva, sans-serif;
	color:#60686c;
}
div, ul, li, p, dl, dd, dt {
	margin:0px;
	padding:0px;
	list-style:none;
	border:0px;
}
a, a:link, a:visited {
	color:#60686c;
	text-decoration:none;
}
a:hover {
	color:#fc8301;
	text-decoration: underline;
}
p {
	margin:0px;
	padding:0px;
	line-height:18px;
	text-align:left;
}
button, input, select, textarea {
	margin: 0;
	padding: 0;
	border: 0px none currentColor;
}
img {
	vertical-align: middle;
	border:0px;
}
table {
	border-collapse:collapse;
	width:100%;
}
th, td {
	padding: 0;
}
/* ■ ■ ■ ■ ■ ■ ■ ■ 页面外围控制整体布局宽度  ■ ■ ■ ■ ■ ■ ■ ■ */
.wrapper {
	margin:0 auto;
	padding:0px;
	width:960px;
	background-color:#fff;
	position:relative;
	overflow: hidden;
}
/* ■ ■ ■ ■ ■ ■ ■ ■ 头部 ■ ■ ■ ■ ■ ■ ■ */
.header {
	width:960px;
	height:189px;
	background:url(../images/logo.jpg) no-repeat;
}
/* ■ ■ ■ ■ ■ ■ ■ ■ 菜单导航 ■ ■ ■ ■ ■ ■ ■ */	
.menubox {
	position:relative;
	clear:both;
	width:960px;
	height:34px;
	line-height:34px;
	background-image:url(../images/nav_bg.jpg);
	background-repeat:repeat-x;
}
.menubox ul li {
	float:left;
	display:block;
	width:112px;
	height:34px;
	line-height:34px;
	color:#ffffff;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	letter-spacing:0.5mm;
}
.menubox ul li img {
	width:23px;
	vertical-align:middle;
}
.menubox ul li a, .menubox ul li a:link, .menubox ul li a:visited {
	color:#ffffff;
	text-decoration:none;
}
.menubox ul li a:hover {
	color:#fbb303;
	text-decoration:none;
}
.menubox input[type='text'] {
	border:1px solid #2774da;
	width:205px;
	height:21px;
	line-height:21px;
	padding:0px 3px 0px 3px;

}
.menubox input[type='button'] {
	width:63px;
	height:22px;
	text-align:center;
	border:0px;
	margin:5px 0px 0px 5px;
	background:url(../images/search.jpg) no-repeat;
}
/* ■ ■ ■ ■ ■ ■ ■ ■ 中间内容 ■ ■ ■ ■ ■ ■ ■ */		
.Hcon_box {
	position:relative;
	clear:both;
	width:960px;
	margin:0 auto;
	margin-top:8px;
}
.HconL {
	float:left;
	width:220px;
}
.HconR {
	float:right;
	width:730px;
}
/* ■ ■ ■ ■ ■ ■ ■ ■ 内容左边 ■ ■ ■ ■ ■ ■ ■ */		
/*担保机构进入*/
.agency_Enter {
	width:220px;
	height:113px;
	background-image:url(../images/jgxt.jpg);
	background-repeat:no-repeat;
	text-align:center;
}
.agency_Enter div {
	padding-top:75px;
}
/*高管证书查询进入*/
.query_Enter {
	width:220px;
	height:83px;
	margin-top:8px;
	background-image:url(../images/zscx.jpg);
	background-repeat:no-repeat;
	text-align:right;
}
.query_Enter div {
	padding-top:58px;
	padding-right:10px;
}
/*会员登录*/
.login_member {
	width:100%;
	margin-top:8px;
}
.login_top {
	width:220px;
	height:36px;
	background-image:url(../images/login_top.jpg);
	background-repeat:no-repeat;
}
.login_cenT {
	border:1px solid #cccccc;
	border-top:none;
	text-align:left;
	padding-left:15px;
	padding-top:8px;
}
.login_cenT p {
	height:40px;
	line-height:40px;
}
.login_cenT p input[type='text'] {
	border:1px solid #d1d1d1;
	width:135px;
	height:19px;
	line-height:19px;
	padding:0px 3px 0px 3px;
}
.login_btnC {
	text-align:center;
	margin-bottom:10px;
	margin-top:5px;
	height:40px;
	line-height:40px;
}
.login_btnC input[type='button'] {
	width:58px;
	height:22px;
	color:#323232;
	border:0px;
	text-align:center;
	background:url(../images/login_btn.gif) no-repeat;
}
/*快速链接入口*/
.quick_links {
	margin:8px 0px 8px 0px;
}
.quick_links div {
	margin-bottom:8px;
}
/*最新调查*/
.survey_new {
	width:100%;
	margin-top:10px;
}
.surveyN_top {
	width:220px;
	height:67px;
	background:url(../images/survey.jpg) no-repeat;
}
.surveyN_cenT {
	border:1px solid #cccccc;
	border-top:none;
	text-align:left;
	padding:0px 15px 0px 15px;
}
.surveyN_cenT p {
	height:25px;
	line-height:25px;
}
.surveyN_cenT p input[type='radio'] {
	padding-right:5px;
	vertical-align:middle;
	margin-top:-2px;
	margin-bottom:1px;
}
.surveyN_btnC {
	text-align:center;
	margin-bottom:10px;
	margin-top:10px;
	height:25px;
	line-height:25px;
}
.surveyN_btnC input[type='button'] {
	width:65px;
	height:22px;
	color:#323232;
	border:0px;
	text-align:right;
	padding:2px 12px 0px 0px;
	background:url(../images/voto.gif) no-repeat;
}
.survey_T {
	background:#f7fbff;
	border:1px solid #d3e8ff;
	min-height:40px;
	line-height:40px;
	text-align:center;
	vertical-align:middle;
}

/*在线调查*/
.online {
	position:relative;
	clear:both;
	width:220px;
	height:200px;
	background-image:url(../images/survey_online_bg.gif);
	background-repeat:no-repeat;
	margin-top:8px;
	margin-bottom:8px;
}
.online table {
	width:200px;
	margin:0 auto;
}
.online table th {
	border-bottom:2px solid #b7b7b7;
	font-size:12px;
	height:28px;
	line-height:28px;
	padding-top:8px;
	font-weight:lighter;
}
.online table th div {
	text-align:left;
	width:150px;
	font-size:12px;
    color:#0066bd;
	font-weight:bold;
}
.online table td {
	color:#b1b1b1;
}
.online table td div {
	text-align:left;
	width:150px;
	height:25px;
	line-height:25px;
	color:##60686c;
	font-weight:lighter;
	/*多余的文字变成省略号*/
	white-space:nowrap;
	overflow:hidden;
	-o-text-overflow: ellipsis;    /* for Opera */
	text-overflow:ellipsis;        /* for IE */
}


/********新闻列表、会员信息列表*******/
.member_part{
	width:338px;
	margin:0 auto;
}
.member_part table img, .part_block table img ,.online table img {
	padding-bottom:3px;
}

/********更多（more）样式********/	
.member_part table th a, member_part table th a:link, member_part table th a:visited ,.notice_more a,.notice_more:link,.notice_more:visited,.more a, more a:link, more a:visited ,.notice table th a, notice table th a:link, notice table th a:visited,.online table th a, online table th a:link, online table th a:visited , .part_more a, .part_more a:link, .part_more a:visited{
	color:#fc8301;
	text-decoration:none;
}
.member_part table th a:hover ,.notice table th a:hover,.online table th a:hover ,.part_more a:hover,.notice_more a:hover ,.more a:hover {
	color:#fc8301;
	text-decoration: underline;
}


/* ■ ■ ■ ■ ■ ■ ■ ■ 内容右边 ■ ■ ■ ■ ■ ■ ■ */	
/*图片新闻、通知公告*/
.hot_news {
	width:728px;
	margin:0 auto;
	border:1px solid #8eccff;
	overflow:hidden;
}
.picNews_box {
	width:415px;
	float:left;
	border-right:1px solid #8eccff;
}
.picNews_block {
	padding:8px 0px 3px 8px;
}

.notice_Tbox {
	width:292px;
	margin:0 auto;
	border-bottom:1px dashed #02aef7;
	font-size:14px;
	height:30px;
	line-height:30px;
	font-weight:lighter;
}

/*********通知公告*********/
.notice {
	width:312px;
    min-height:285px;
	float:right;
	background:#f7fdff;
	padding-bottom:10px;
}

.title_text {
	float:left;
	color:#0066bd;
	font-weight:bold;
}
.noticeT{
	margin:0 auto;
	font-size:14px;
	font-weight:bold;
	color:#e82a2c;
	text-align:center;
	line-height:18px;
	margin:18px 15px 9px 15px;
}
.notice table {
	width:292px;
	margin:0 auto;
}
.notice table th {
	border-bottom:1px dashed #02aef7;
	font-size:14px;
	height:30px;
	line-height:30px;
	font-weight:lighter;
}
.notice table th div {
	text-align:left;
	width:230px;
	font-size:14px;
	color:#2281c9;
	font-weight:bold;
}
.notice table td {
	color:#b1b1b1;
}
.notice table td div {
	text-align:left;
	width:230px;
	height:24px;
	line-height:24px;
	color:#60686c;
	font-weight:lighter;
	/*多余的文字变成省略号*/
	white-space:nowrap;
	overflow:hidden;
	-o-text-overflow: ellipsis;    /* for Opera */
	text-overflow:ellipsis;        /* for IE */
}
.notice_main_title {
	text-align:left;
	width:240px;
	height:24px;
	line-height:24px;
	color:#60686c;
	font-weight:lighter;
	/*多余的文字变成省略号*/
	white-space:nowrap;
	overflow:hidden;
	-o-text-overflow: ellipsis;    /* for Opera */
	text-overflow:ellipsis;        /* for IE */
}
.notice_main_date{
	color:#b1b1b1;
	height:24px;
	line-height:24px;
	margin-left:30px;
}
/*********栏目标签切换样式*********/
.partBox {
	width:100%;
	margin:0 auto;
	margin-top:8px;
	overflow:auto;
}
.part_block {
	width:358px;
	border:1px solid #ccdff2;
	padding-bottom:10px;
	height:100%;
	overflow:hidden;
}
.partT {
	width:100%;
	height:30px;
	background-image:url(../images/tag_bg.jpg);
	background-repeat:repeat-x;
}

.current_tag, .member_columnT div {
	width:92px;
	height:26px;
	display:-moz-inline-box;
	display:inline-block;/*设置span宽度*/
	margin:4px 0px 0px 8px;
	background-image: url(../images/current_tag.jpg);
	background-repeat:no-repeat;
	padding-top:8px;
	color:#ffffff;
	font-size:12px;
	font-weight:bold;
	letter-spacing:0.2mm;
	text-align:center;
}
.normal_tag {
	width:92px;
	height:26px;
	display:-moz-inline-box;
	display:inline-block;/*设置span宽度*/
	margin:4px 0px 0px 5px;
	background-image: url(../images/normal_tag.jpg);
	background-repeat:no-repeat;
	padding-top:8px;
	color:#333333;
	font-size:12px;
	letter-spacing:0.2mm;
	text-align:center;
}
.normal_tag a, normal_tag a:link, normal_tag a:visited {
	color:#333333;
	text-decoration:none;
}
.normal_tag a:hover {
	color:#fc8301;
	text-decoration:none;
}
/*更多*/
.part_more {
	float:right;
	letter-spacing:0.2mm;
}

/********新闻列表、会员信息列表********/
.part_main {
	width:338px;
	margin:0 auto;
	overflow:hidden;

}
.part_main_title {
	text-align:left;
	width:280px;
	height:24px;
	line-height:24px;
	color:#60686c;
	font-weight:lighter;
	/*多余的文字变成省略号*/
	white-space:nowrap;
	overflow:hidden;
	-o-text-overflow: ellipsis;    /* for Opera */
	text-overflow:ellipsis;        /* for IE */
}
.part_main_date {
	color:#b1b1b1;
	height:24px;
	line-height:24px;
	margin-left:30px;
}
/*********会员专栏*********/
.member_column {
	clear:both;
	width:728px;
	margin-top:8px;
	border:1px solid #ccdff2;
	overflow:auto;
}
.member_columnT {
	width:100%;
	height:30px;
	background:url(../images/member_bg.jpg) repeat-x;
}
.member_box {
	width:100%;
}
.member_part {
	width:330px;
	padding:5px 15px 10px 18px;
}
.memberT {
	border-bottom:1px solid #d6dbe1;
	height:25px;
	line-height:25px;
}
/* ■ ■ ■ ■ ■ ■ ■ ■ banner ■ ■ ■ ■ ■ ■ ■ */	

.banner {
	width:730px;
	height:69px;
	margin-top:8px;
}

/* ■ ■ ■ ■ ■ ■ ■ ■ 友情链接内容 ■ ■ ■ ■ ■ ■ ■ */	
.links_box {
	position:relative;
	clear:both;
	float:left;
	width:960px;
	height:50px;
	margin:0 auto;
	margin-top:6px;
	margin-bottom:8px;
}
.links_L {
	float:left;
	width:130px;
	height:50px;
	line-height:50px;
	background-image:url(../images/links_bgL.jpg);
	background-repeat:no-repeat;
}
.links_C {
	float:left;
	width:824px;
	height:50px;
	line-height:50px;
	background-image:url(../images/links_bgC.jpg);
	background-repeat:repeat-x;
}
.links_C a {
	margin-left:5px;
}
.links_R {
	float:right;
	width:6px;
	height:50px;
	line-height:50px;
	background-image:url(../images/links_bgR.jpg);
	background-repeat:no-repeat;
}

/* ■ ■ ■ ■ ■ ■ ■ ■ 底部内容 ■ ■ ■ ■ ■ ■ ■ */	
.footer_box {
	position:relative;
	clear:both;
	width:960px;
	height:110px;
	margin:0 auto;
	margin-bottom:10px;
	color:#333333;
}
.footer_L {
	float:left;
	width:5px;
	height:110px;
	background-image:url(../images/bot_bgL.jpg);
	background-repeat:no-repeat;
}
.footer_C {
	float:left;
	width:949px;
	height:110px;
	background-image:url(../images/bot_bgC.jpg);
	background-repeat:repeat-x;
	padding-top:23px;
}
.footer_C p {
	line-height:20px;
	text-align:center;
}
.footer_R {
	float:right;
	width:6px;
	height:110px;
	background-image:url(../images/bot_bgR.jpg);
	background-repeat:no-repeat;
}


/* ■ ■ ■ ■ ■ ■ ■ ■ 内页样式 ■ ■ ■ ■ ■ ■ ■ */
.page_box {
	border:1px solid #c9c9c9;
}
.page_title {
	color:#0066bd;
	font-size:12px;
	height:20px;
	line-height:20px;
	font-family:Verdana, Geneva, sans-serif;
	margin-top:5px;
	margin-bottom:5px;
}
.page_Tbig {
	color:#555555;
	font-size:14px;
	font-weight:bold;
	height:30px;
	line-height:30px;
	font-family:Verdana, Geneva, sans-serif;
	margin-top:10px;
	margin-bottom:5px;
	text-align:center;
}
.page_text {
	color:#555555;
	padding:5px 15px 5px 15px;
}
.page_text p {
	line-height:20px;
	margin:10px 0px 10px 0px;
}
.page_left {
	position:relative;
	clear:both;
	float:left;
	width:200px;
	background-color:#fafafa;
	height:350px;
	border:1px solid #24a2ec;
}
.page_right {
	float:right;
	width:750px;
}
.page_RT {
	height:28px;
	line-height:28px;
	color:#007fca;
	margin-bottom:6px;
	background-image:url(../images/rt_list.gif);
	background-repeat: repeat-x;
}
.page_RT a, page_RT a:link, page_RT a:visited {
	color:#007fca;
	text-decoration:none;
}
.page_RT a:hover {
	color:#fc8301;
	text-decoration: underline;
}
.menu_LT {
    margin: 0 auto;
	color:#ffffff;
	background-image:url(../images/page_Tbg.jpg);
	background-repeat:no-repeat;
	width:200px;
	height:28px;
	line-height:28px;
	text-align:center;
	font-weight:bold;
	letter-spacing:0.2mm;
}
.menu_Ltext {
    margin: 0 auto;
	color:#555555;
	height:26px;
	line-height:26px;
	padding-left:50px;
	font-size:12px;
	background-image:url(../images/lt_menubg.gif);
	background-repeat:no-repeat;
	margin:2px 0px 2px 0px;
}
.menu_Ltext a, menu_Ltext a:link, menu_Ltext a:visited {
	color:#555555;
	text-decoration:none;
}
.menu_Ltext a:hover {
	color:#fc8301;
	text-decoration: underline;
}
/*
.menu_Lcur {
	color:#0066bd;
	height:26px;
	line-height:26px;
	padding-left:50px;
	font-size:12px;
	background-image:url(../images/lt_menubg.gif);
	background-repeat:no-repeat;
	margin:2px 0px 2px 0px;
}*/
/* ■ ■ ■ ■ ■ ■ ■ ■ 左边菜单装饰图片 ■ ■ ■ ■ ■ ■ ■ */

.lt_menuzs {
	margin:5px 0px 1px 0px;
	width:198px;
	height:20px;
	background:url(../images/lt_menuzs.jpg) no-repeat;
}
.more_list_page{width:710px;height:30px;margin-top:20px;text-align:right; background-color:#FFFFFF}
.cList{
    width:710px;
	margin:0 auto;
	}
.cList li {
	height:26px;
	line-height:26px;
	border-bottom:1px dashed #c9c9c9;
}
.cList li .s1,.cList1 li .s1{float:left; padding-right:6px;}
.cList li .s2,.cList1 li .s2{float:right; padding-left:6px; color:#8b8b8b}

/* ■ ■ ■ ■ ■ ■ ■ ■ 翻页统一样式 ■ ■ ■ ■ ■ ■ ■ ■ */

.turn_page {
	height:25px;
	line-height:25px;
	text-align:right;
	margin-right:10px;
	margin-top:10px;
}
.turn_page a:link {
	text-decoration: none;
	color: #0066bd;
}
.turn_page a:visited {
	text-decoration: none;
	color: #0066bd;
}
.turn_page a:hover {
	text-decoration: underline;
	color: #cf5a01;
}
/* ■ ■ ■ ■ ■ ■ ■ ■ 特殊文字样式 ■ ■ ■ ■ ■ ■ ■ */
.links_PL {
	padding-left:2px;
}
.links_MR {
	margin-right:2px;
}

.t2 {
	text-indent:2em;
}
.fw {
	font-weight:bold;
}
/*内容页*/
#style_more_box{width:958px; margin:0 auto; background-color:#FFFFFF; padding:20px 0px 20px 0px;overflow:hidden; border:1px solid #c9c9c9;}
.style_more_title{font-size:20px; font-family:宋体;color:#555555; line-height:30px;text-align:center; font-weight:bold;padding:5px 0px 5px 0px;}
.style_more_time{font-size:12px; color:#8b8b8b; text-align:left; line-height:30px; line-height:30px; text-align:center;}
.style_more_list{font-size:12px; font-family:"宋体", arial,Verdana;color:#555555; text-align:left; margin-top:10px; margin-bottom:30px; line-height:26px; padding-left:30px; padding-right:30px;}
.style_print_close{ text-align:center; height:30px;}
