﻿/* css通用重置 begin */
html {
	color:#4E4E4E;
	background:#fff;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td {
	margin:0px;
	padding:0px;
	font:14px '微软雅黑';
	
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img {
	border:0;
	vertical-align:top;
}
address,caption,cite,code,dfn,em,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
.about_text{
	font:16px '微软雅黑';
	font-weight:bold ;
	*vertical-align:middle;
	margin-left:45px;
}
.about_right_text{
	font:16px '微软雅黑';
	font-weight:normal ;
vertical-align:baseline;
	padding:20px;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}

pre {
	white-space:pre;
	white-space:pre-wrap;
	word-wrap:break-word;
}
sub,sup {
	font-size:75%;
	line-height:0;
	position:relative;
	vertical-align:baseline;
}
sup {
	top:-0.5em;
}
sub {
	bottom:-0.25em;
}
button,input,select,textarea {
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
	vertical-align:baseline;
	*vertical-align:middle;
}
button,input {
	line-height:normal;
}
button,input[type="button"],input[type="reset"],input[type="submit"] {
	cursor:pointer;
	-webkit-appearance:button;
	*overflow:visible;
}
input[type="checkbox"],input[type="radio"] {
	box-sizing:border-box;
	padding:0;
	*height:13px;
	*width:13px;
}
input[type="hidden"] {
	display:none!important
}
textarea {
	overflow:auto;
	vertical-align:top;
	resize:none;
}
/* css通用重置 end */

/* 全局样式 begin */
body {
	height:100%;
	font:12px '微软雅黑';
	color:#4E4E4E;
	background:url(../../images/body.gif) left top fixed
}
/*select,input,button,textarea {
	font:100% arial,helvetica,clean;
}*/
table {
	font-size:inherit;
	font:100%;
}
small {
	font-size:75%;
}
/* 全局样式 end */

/* 网站全局样式 begin */
a{
	color:#4E4E4E;
	text-decoration:none;
	bblr:expression(this.onFocus=this.blur());/*IE使用*/
	outline-style:none;/*FF使用*/ 
	font:14px;
}
.sFcopyr a{
	color:#fff;
	text-decoration:none;
	bblr:expression(this.onFocus=this.blur());/*IE使用*/
	outline-style:none;/*FF使用*/ 
	font:14px;
}
a:hover{
	text-decoration:underline;
	color: #005BAC;
}
/* 网站字体颜色设置 begin */
.sFC_blue_01{
	color:#005bac;
}
.sFC_blue_02{
	color:#333333;
}
.sFC_black_nav{
	color:#333333;
}
.sFC_yellow01{
	color:#ff6600;
}
.sFC_red{
	color:#F00;}
/* 网站字体颜色设置 begin */
.siteInner_box{
	width:1000px;
	height: 1250px;
	margin:0px auto;
	position:relative;
	/*overflow:hidden;*/
}

.siteInner_box_about{
	width:1000px;
	height:1150px;
	margin:0px auto;
	position:relative;
	/*overflow:hidden;*/
}

.siteInner_box_lawyer{
	width:1000px;
	height: 1500px;
	margin:0px auto;
	position:relative;
	/*overflow:hidden;*/
}

.siteInner_box_yewu{
	width:1000px;
	height: 1280px;
	margin:0px auto;
	position:relative;
	/*overflow:hidden;*/
}

.siteInner_box_consultant{
	width:1000px;
	height: 1350px;
	margin:0px auto;
	position:relative;
	/*overflow:hidden;*/
}

.siteInner_box_article{
	width:1000px;
	height: 900px;
	margin:0px auto;
	position:relative;
	/*overflow:hidden;*/
}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0px;
	content: " ";
	clear: both;
	height: 0px;
	overflow: hidden;
}
/* 标题样式 begin */
.sFT_h3{
	float: left;
	height: 25px;
	line-height: 25px;
	font-size: 16px;
}
.sFT_h3 a{
	padding-left: 25px;
	color: #333;
	display:block;
	background: url(../../image/sf_commonicon.png) 0px 0px no-repeat;
}
.sFT_h3 a:hover{
	background: url(../../image/sf_commonicon.png) 0px -250px no-repeat;
	color:#005bac;
}
.more_A{
	height: 25px;
	line-height: 25px;
	color:#005bac;
	font-size:12px;
	float:right;
}
.siteLeft_titleA{
	color:#005BAC;
}
.siteLeft_titleA:hover{
	color:#005BAC;
	text-decoration:underline;
}
.siteRight_titleA{
	color:#fff;
}
.siteRight_titleA:hover{
	text-decoration:underline;
	color:#fff;
}
.siteRight_titleA2{
	color:#005BAC;
}
.siteRight_titleA2:hover{
	text-decoration:underline;
	color:#005BAC;
}
.pos_rel{ position:relative;}
/* 标题样式 end */
/* 网站全局样式 end*/

/* 网站header样式 begin */
.siteHeader_box{
	width:100%;
	height:30px;
	background-color:#6b6b6b;
}
.siteHeader_box .rightNav{
	float:right;
}
.siteHeader_box .rightNav li{
	float:left;
	height:30px;
	line-height:30px;
	color:#fff;
}
.siteHeader_box .rightNav li.damBoard{
	margin:0px 6px;
}
.siteHeader_box .rightNav li a{
	color:#fff;
	font-size:12px;
}
/* 网站header样式 end */



.banner_box{
	height:500px;
	position:relative;
	overflow:hidden;
}



/* 首页宣传图&&在线申请 begin */
.banner_box .L_lz{
	position:relative;
	z-index:5;
	width:304px;
	left:50%;
	top:32px;
	margin-left:196px;
	height:298px;
	background:url(../../image/l_liuzi_background.png) no-repeat 0px 0px;}
.zxsq_outerBox{}
.index_bannerBtn{
	position: absolute;
	top:93px;
	width: 41px;
	height: 119px;
	background: url(../../image/Index_banner/banner_PreNext.png) no-repeat;
	z-index: 100;
	opacity:0.5;
	filter: alpha(opacity=50);
}
.index_bannerBtn.Pre{
	left: -741px;
	background-position:0px 0px;
}
.index_bannerBtn.Next{
	right: -41px;
	background-position:0px -119px;
}
.index_bannerBtn:hover{
	opacity:1;
	filter: alpha(opacity=100);
}
.dianhao_ul{
	position:absolute;
	left:0px;
	bottom:10px;
	width:100%;
	font-size:0px;
	text-align:center;
	height:20px;
	z-index:100;
}
.dianhao_ul li{
	display:inline-block;
	*display:inline;
	*zoom:1;
	width:15px; height:15px; background:url(../../Image/liticon.png) no-repeat 0px -320px;
	margin-right:7px;
	cursor:pointer;
}
.dianhao_ul li.cur{ background:url(../../Image/liticon.png) no-repeat 0px -280px;}


.photo_dianhao_ul{
	position:absolute;
	left:0px;
	bottom:10px;
	width:100%;
	font-size:0px;
	text-align:center;
	height:20px;
	z-index:100;
}
.photo_dianhao li{
	display:inline-block;
	*display:inline;
	*zoom:1;
	width:15px; height:15px; background:url(../../Image/liticon.png) no-repeat 0px -320px;
	margin-right:7px;
	cursor:pointer;
}
.photo_dianhao li.cur{ background:url(../../Image/liticon.png) no-repeat 0px -280px;}



/* banner的飞入飞出效果 begin */
.banner_innerBox{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:500px;
}
.banner_ul{
	height:500px;
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
}
.banner_ul li{
	/*width:*/
	height:500px;
	float:left;
	width:100%;
}
.banner_ul li a{
	display:block;
	width:100%;
	height: 500px;position: absolute;z-index: 4;top: 0px;
	background: #FFF;opacity: 0;filter: Alpha(Opacity=0); 
}
.banner_ul li h6{height: 500px;position: absolute;z-index: 4;top: 0px;width: 100%;background: #FFF;opacity: 0;filter: Alpha(Opacity=0);}
.banner_ul .siteInner_box{ top:70px;}

.banner_ul li.num01{
	background:url(../../Image/Index_banner/bannerBg01.jpg) center no-repeat;}
.banner_ul li.num02{
	background:url(../../Image/Index_banner/bannerBg05.jpg) center no-repeat;}
.banner_ul li.num03{
	background:url(../../Image/Index_banner/bannerBg03.jpg) center no-repeat;}
.banner_ul li.num04{
	background:url(../../Image/Index_banner/bannerBg04.jpg) center no-repeat;}
.banner_ul li.num05{
	background:url(../../Image/Index_banner/bannerBg05.jpg) center no-repeat;}

.flyPic_Box{
	position:absolute;
	left:0px;
	top: 0px;
}
.Index_LiuZi {left:50%;position:absolute;top:0px;overflow:visible;width:1px;height:1px; z-index:5;}
.Index_LiuZi .zxsq_box,.Index_LiuZi .transparency_box{ margin-right:-499px;}
.Index_LiuZi .Next,.Index_LiuZi .index_bannerBtn.Next,.Index_LiuZi .Pre,.Index_LiuZi .index_bannerBtn.Pre{ left:auto; right:auto; display:none;}
.Index_LiuZi .Next,.Index_LiuZi .index_bannerBtn.Next{ margin-left:500px;}
.Index_LiuZi .Pre,.Index_LiuZi .index_bannerBtn.Pre{margin-left:-541px;}
/* banner的飞入飞出效果 end */






.flyPic_Box{
	position:absolute;
	left:0px;
	top: 0px;
}
.Index_LiuZi {left:50%;position:absolute;top:0px;overflow:visible;width:1px;height:1px; z-index:5;}
.Index_LiuZi .zxsq_box,.Index_LiuZi .transparency_box{ margin-right:-499px;}
.Index_LiuZi .Next,.Index_LiuZi .index_bannerBtn.Next,.Index_LiuZi .Pre,.Index_LiuZi .index_bannerBtn.Pre{ left:auto; right:auto; display:none;}
.Index_LiuZi .Next,.Index_LiuZi .index_bannerBtn.Next{ margin-left:500px;}
.Index_LiuZi .Pre,.Index_LiuZi .index_bannerBtn.Pre{margin-left:-541px;}
/* photo的飞入飞出效果 end */



/* 首页宣传图&&在线申请 end */

/
/* 面包屑 begin */
.main_outerBox{
	border-top:2px solid #ddd;
	min-height:1200px;
}
.mianbaoxie_box{
	height:40px;
	line-height:40px;
}
/* 面包屑 end */
.main_contentBox{
	margin: 0px 0px 20px 0px;
	padding-left:170px;
	height:100%;
	position:relative;
}
/* 左侧导航 begin */
.gray {
	BORDER-RIGHT: #bbbbbb 2px solid;
	BORDER-TOP:#d0ecff 2px solid;
	BORDER-LEFT: #d0ecff 2px solid;
	COLOR: #ffff00;
	BORDER-BOTTOM: #bbbbbb 2px solid;
	BACKGROUND-COLOR: #EDEEF0;
}

.main_contentBox .leftNav_Box{
	/*background-color: #EDEEF0; */
	background:url(../../images/leftNavBg.png) no-repeat;
	padding-top: 61px;
	width: 180px;
	height: 840px;
	/*border-right: 1px solid #e2e2e2;*/
	position: absolute;
	top: 0px;
	left: 0px;
}
.leftNavItem_box{
	width: 153px;
	margin-left:12px;
	background-color:#FFF;
}
.leftNav_Box .leftNavItem_box.cur_pre .leftNavTitle_h3{
	border-bottom:none;
}
.leftNav_Box .leftNavItem_box.cur{
	background-color:#fff;
	border:1px solid #e1e1e1;
	border-right:none;
	border-left:none;
}
.leftNavItem_box.cur .leftNavTitle_h3{
	color:#005ea9;
}
.leftNavItem_box.cur .leftNavItem_ul{
	display:block;
}
.leftNavItem_box.cur .leftNavTitle_h3 .Nav_sign{
	border-color:transparent transparent transparent #005ea9;
}
.leftNav_Box .leftNavTitle_h3{
	width:110px;
	height:45px;
	line-height:45px;
	border-bottom:1px solid #ffeeee;
	padding-left:43px;
	position:relative;
	font-size:14px;
	cursor:pointer;
}
.leftNavTitle_h3 .Nav_sign{
	position:absolute;
	top:19px;
	left:30px;
	border:3px solid;
	width:0px;
	height:0px;
	border-color:transparent transparent transparent #000;
}

.leftNavTitle_h3 a:hover{
	text-decoration:none;
	font-size:14.5px;
	font-weight:bolder;
}

.leftNavItem_ul{
	padding-left:53px;
	display: none;
}
.leftNavItem_ul li{
	height:30px;
	line-height:30px;
}
.leftNavItem_ul li a{
	display:inline-block;
	border-bottom:dotted 1px #ccc;
}
.leftNavItem_ul li.cur a {
	color: #005BAC;
	font-weight: bold;
}
.leftNavItem_ul li a:hover{
	text-decoration:none;
	font-weight:bolder;
}
/* 左侧导航 end */
/* 右侧主题内容 begin */
.right_mainBox{
	width:789px;
	padding:20px;
	border:1px solid #e2e2e2;
	border-left:none;
	overflow: hidden;
	min-height:45px;

}
.right_mainBox_com{
	width:789px;
	padding:15px;
	margin-left:10px;
	border:1px solid #e2e2e2;
	border-left:none;
	overflow: hidden;
	min-height:45px;
	background-color:#f7f7f8;
}

	
/* 右侧大标题 begin */
.ztxh_tit{ 
	height: 71px;
	background: #F7F7F8 url(../../Image/newRightTitle.png) left bottom repeat-x;
	font-size: 24px;
	color: #005BAC;
	line-height: 61px;
	margin: -20px -20px 0px -10px;
}
.ztxh_tit em{ 
	background:url(../../Image/fenggongsi_ico.png) -22px 0px no-repeat; 
	width:16px; 
	height:16px; 
	vertical-align:middle; 
	display:inline-block; 
	margin-left:25px; 
	margin-right:10px;
}
.phone{ 
	width:216px; 
	height:30px; 
	font-size:16px;
	color:red;
	margin-left:20px;
	padding-bottom:5px;
}
/* 右侧大标题 end */

/* 网站底部分页 begin */
.fwwl_fyBox{
	padding:20px 0px 0px 140px;
}
.siteFY_btnBox{
	margin-left:20px;
}
.siteFY_AouterBox{
	height:25px;
	line-height:25px;
}
.siteFY_btnBox .points_span{
	height:25px;
	line-height:25px;
	float:left;
	margin:0px 10px;
}
.siteFY_btnBox .siteFY_A{
	float:left;
	height:23px;
	line-height:23px;
	padding:0px 8px;
	border:1px #dcdcdc solid;
	margin-left:5px;
	border-radius:3px;
}
.siteFY_btnBox .siteFY_A.big{
	padding:0px 12px;
}
.siteFY_btnBox .siteFY_A.cur,.siteFY_btnBox .siteFY_A:hover{
	text-decoration:none;
	color:#fff;
	background-color:#005BAC;
}
.siteFY_btnBox a:first-child{
	margin-left:0px;
}
.siteFY_btnBox .fy_preA{
	text-indent:-1000px;
	width:30px;
	overflow:hidden;
	background:url(../../Image/xw_fyBtn.png) -1px -3px no-repeat;
	float:left;
	height:23px;
	line-height:23px;
	border:1px #dcdcdc solid;
	margin-left:5px;
	border-radius:3px;
}
.siteFY_btnBox .fy_preA:hover{
	background-color:transparent;
}
.siteFY_btnBox .fy_nextA{
	text-indent:-1000px;
	width:30px;
	overflow:hidden;
	background:url(../../Image/xw_fyBtn.png) -1px -33px no-repeat;
	float:left;
	height:23px;
	line-height:23px;
	border:1px #dcdcdc solid;
	margin-left:5px;
	border-radius:3px;
}
.siteFY_btnBox .fy_nextA:hover{
	background-color:transparent;
}
.siteFY_textSpan{
	float:left;
	margin-left: 20px;
}
.siteFY_AouterBox .tz_Input{
	height: 23px;
	width: 40px;
	border: 1px #BEBDBD solid;
	float: left;
	text-indent:5px;
}
.siteFY_desBox{
	margin-top:8px;
	font-size:0px;
	padding-left:115px;
}
.siteFY_desBox .siteFY_desSpan{
	font-size:12px;
	margin-left:10px;
}
.siteFY_desBox .siteFY_desSpan:first-child{
	margin-left:0px;
}
.siteFY_desBox .siteFY_desSpan b{
	color:#005bac;
	padding:0px 5px;
}
/* 网站底部分页 end */

.rightL_mainBox{
	width:512px;
	float:left;
	min-height:300px;
	margin-top:3px;
}
.rightR_mainBox{
	width:242px;
	float:right;
	min-height:330px;
}
/* 咨询系统 begin */
.qgfwwl_Boxqgfwwl_Box{
	padding:10px;
	background-color:#f5f5f6;
}
.qgfwwl_contentBox{
	background-color:#fff;
	background:url(../../images/askboxBG.png) no-repeat;
}
.qgfwwl_contentBox h3{
	height:35px;
	line-height:38px;
	background-color:#005bac;
	font-size:16px;
	color:#fff;
	padding-left:15px;
	margin-bottom:10px;
	position:relative;
	z-index: 100;
}
.qgfwwl_contentBox h3 a{
	color:#fff;
}
.qgfwwl_contentBox h3 a:hover{
	text-decoration:none;
}
.qgfwwl_contentBox h3 .jiantou_icon{
	position: absolute;
	border: 8px solid;
	border-color: #005BAC transparent transparent transparent;
	top: 35px;
	left: 40px;
	width: 0px;
	height: 0px;
}
.qgfwwl_contentBox h3 .jiantou_icon02{
	position: absolute;
	border: 6px solid;
	border-color: #FFF transparent transparent transparent;
	top: 18px;
	left: 117px;
	width: 0px;
	height: 0px;
}
.qgfwwl_contentBox .zgdt_box{
	height:140px;
	
}
.qgfwwl_popBox{
	position:absolute;
	top:60px;
	right:0px;
	min-width:200px;  
	min-height:216px;
	padding:10px 0px 10px 20px;
	border:1px solid #A8C7E7;
	border-radius:5px;
	background-color: #FFF; 
	display:none; 
	z-index:100;
}
/* 咨询系统 begin */

/* 联系我们 begin */
.sitelxwm_Box{
    margin-top:170px;
	/* padding:10px;
	background-color:#f5f5f6;*/
}
.about_Box{
    margin-top:0px;
	padding:10px;
	height:300px;
	background-color:#f5f5f6;
	display:block;
	overflow:hidden;
}
.sitelxwm_contentBox{
	background-color:#fff;
}
.listBox{
	background:url(../../images/listBox.png) no-repeat;
}
.sitelxwm_contentBox h3{
	height:38px;
	line-height:38px;
	background-color:#005bac;
	font-size:16px;
	color:#fff;
	padding-left:15px;
	/*margin-bottom:10px;*/
	position:relative;
	/**z-index:-1;*/
	z-index:1;
}
.sitelxwm_contentBox h3 .jiantou_icon{
	position: absolute;
	border: 8px solid;
	border-color: #005BAC transparent transparent transparent;
	top: 38px;
	left: 40px;
	width: 0px;
	height: 0px;
}
.sitelxwm_ul li{
	border-top:1px dashed #ccc;
	height:86px;
}
.sitelxwm_ul li:first-child{
	border-top:none;
}
.sitelxwm_dl dt{
	width:64px;
	height:64px;
	float:left;
	background: url(../../Image/sitelxwm_bg.png) 10px 20px no-repeat;
}
.sitelxwm_dl dd{
	width:150px;
	float:left;
	margin-left:0px;
	color:#333;
	padding-top: 7px;
}
.sitelxwm_dl dd p{
	padding-top: 6px;
}
/* 联系我们 end */


/* 网站底部 begin */
.siteFooter_box{
	background-color:#272d32;
	*zoom:1;
}
.footerOuter1_box{
	height:144px;
	border-bottom: 1px solid #3A3939;
	padding: 30px 0px 0px 0px;
}
.siteFooter_box .footerItem_h3{
	display:inline-block;
	*display:inline;
	height:20px;
	line-height:19px;
	padding:0px 10px 0px 10px;
	background-color:#424242;
	font-size: 14px;
	color:#999;
}



/* 友情链接 begin */
.footerOuter2_box{
	padding: 20px 0px 0px 0px;
	border-bottom: 1px solid #3A3939;
}
.footerOuter2_box .lj_urlOuterBox{
	padding: 10px 0px 15px 0px;
}
.footerOuter2_box .lj_urlOuterBox li{
	display: inline-block;
	*display:inline;
	*zoom:1;
	height: 20px;
	line-height: 20px;
}
.footerOuter2_box .lj_urlOuterBox li a:hover{
	color: #608AAC;
	text-decoration: none;
}
.footerOuter2_box .lj_urlOuterBox li.geban{
	margin:0px 3px;
}
/* 友情链接 end */


/* 网站底部 end */






/*新版首页 同步页面头样式*/
.L_mR30{ margin-right:0px;}
.L_mT50{ margin-top:30px !important;}
.L_mT45{ margin-top:45px !important;}
.L_mB50{ margin-bottom:30px}
.L_mT5{ margin-top:2px !important;}
.L_mB5{ margin-bottom:5px}
.L_wGlobal,.L_welcomeInfo div,.L_ProductPart,.L_ServicePart{ clear:both; width:1000px; margin:0px auto;font-size:12px;}
.L_welcomeInfo,.L_welcomeInfo p,.L_welcomeInfo li,.L_welcomeInfo a{font:lighter 12px/26px "微软雅黑", "宋体", Arial, "Times New Roman";}
.L_welcomeInfo{ background:#F6F6F6; border-bottom:1px solid #DCDCDC; color:#666;}
.L_welcomeInfo div{height:27px;}
.L_welcomeInfo p{ float:left;}
.L_welcomeInfo ul{ float:right;}
.L_welcomeInfo li{ display:inline; margin-left:9px;}
.L_welcomeInfo a{ color:#666;}
.HengChang_Image{ height:79px;}
.HengChang_Image img{ float:left;}
.HengChang_Image ul{ float:left; display:inline; height:55px;/*width:561px;*/width:541px; margin-top:22px;margin-left:126px;  overflow:hidden;}
.HengChang_Image li{
	/*width:90px;*/
	
	height:35px;
	float:left;
	padding-left:37px;
	color:#999;
	/*background-image:url(../../Image/l_home_images.jpg);*/
	background-repeat:no-repeat;}
.Hc_li1{ background-position:0px center;padding-top:15px;}
.Hc_li2{ background-position:-150px center;padding-top:15px;}
.Hc_li3{ background-position:-287px center;padding-top:15px;}
.Hc_li4{ background-position:-345px center;padding-top:15px;}
.Hc_li5{ background-position:-487px center;padding-top:0px;margin-left:130px;}
.L_sNav{
	height:70px;
	 background:url(../../Image/y.jpg) left 40px;}
.L_siteNav{ background:#005BAC; height:40px; overflow:visible; margin-bottom:30px;/* background:#005BAC url(../../Image/y.jpg) repeat-x left 40px;*/}
.L_siteNav dl{ background:url(../../Image/l_nav_gexian_01.gif) no-repeat left 0px; overflow:visible; height:71px; position:relative; text-align:left;}
.L_siteNav dt{ float:left; width:142px; background:url(../../Image/l_nav_gexian_01.gif) no-repeat right 0px; text-align:center;}
.L_siteNav dd{ position:absolute; margin-top:35px; margin-bottom:15px;margin-right:-50px;display:none; padding-top:9px; left:0px; overflow:hidden;}
.L_siteNav dt a{color:#fff; font:lighter 16px/40px "微软雅黑", "宋体", Arial, "Times New Roman"; display:block; margin-left:-2px; position:relative; height:40px;}
.L_siteNav dd a{ color:#000; font:lighter 14px/30px "微软雅黑", "宋体", Arial, "Times New Roman"; padding:0px 11px; background:url(../../Image/l_nav_gexian_01.gif) no-repeat left -108px; margin-left:0px; position:relative; height:30px;}
.L_siteNav dt a:hover{ text-decoration:none;}
.L_siteNav dt a.on{background:#003B70 url(../../Image/l_nav_zhen_01.gif) no-repeat center 35px;}
.L_siteNav dd a:hover,.L_siteNav dd a.on{ color:#FF5F1A;}
.L_onsty{ color:#FF5F1A; text-decoration:underline;}
.L_siteNav_s{ height:30px; border-top:1px solid #fff; background:#F3F3F3;}
.AdAndLiuzi{ height:360px; text-align:left;}
.AdAndLiuzi .L_ad{ position:relative; z-index:1; height:360px; text-align:center;}
.AdAndLiuzi .L_lz{ position:relative; z-index:2; margin-top:-326px; width:304px; left:50%; margin-left:196px; height:298px; background:url(../../Image/l_liuzi_background.png) no-repeat 0px 0px;}

/* footer  */
.L_siteFooter{
	clear:both;
	width:100%;
	height:auto;
	margin-top:50px;
	background:#f6f6f6;
	padding-top:5px;
	border-top:1px solid #dddddd;}
.L_sitezhuanqu{
	clear:both;
	width:100%;
	height:auto;
	margin-top:0px;
	background:#f6f6f6;

	border-top:1px solid #dddddd;}
.L_siteFooter_lawyer{
	clear:both;
	width:100%;
	height:auto;
	margin-top:350px;
	background:#f6f6f6;
	padding-top:5px;
	border-top:1px solid #dddddd;}	
.L_siteFooter_price{
	clear:both;
	width:100%;
	height:auto;
	margin-top:2750px;
	background:#f6f6f6;
	padding-top:5px;
	border-top:1px solid #dddddd;}		
.L_siteFooter_contact{
	clear:both;
	width:100%;
	height:auto;
	margin-top:350px;
	background:#f6f6f6;
	padding-top:5px;
	border-top:1px solid #dddddd;}		
.L_siteFooter_yewu{
	clear:both;
	width:100%;
	height:auto;
	margin-top:500px;
	background:#f6f6f6;
	padding-top:5px;
	border-top:1px solid #dddddd;}			
.sFooter{
	width:1000px;
	margin:0 auto;}
.sFooter2{
	position: relative;
	width:100%;
	margin:0 auto;}
.sFooter2 .footer_top{
	position: absolute;
	top:-20px;
	width: 100%;
	height: 46px;
	background: url(../../images/footerTop.png) no-repeat center center;}
.sFmod1{
	width:140px;
	float:left;}
.sFmod2{
	margin-left:60px;
	width:220px;
	float:left;}
.sFmod2 p{
	padding-left:10px;}
.sFmod2 p.marbot{
	margin-bottom:8px;}
.sFmod3{
	margin-left:30px;
	width:110px;
	float:left;}
.winxin_imgBox{
	position: absolute;
	top: -180px;
	left: 0px;
	width: 143px;
	height: 171px;
	z-index:1000;
	background:url(../../Image/weixin_03.jpg) no-repeat left top;
	display:none;}
.sFmod1 h4,.sFmod2 h4{
	clear:both;
	font-size:14px;
	padding-left:10px;
	color:#333;
	height:20px;
	line-height:20px;
	margin-bottom:5px;
	background:url(../../Image/liticon.png) no-repeat 0 -125px;}
.sFmod1 p{
	line-height:22px;
	margin-bottom:5px;}
.sFmod1 p a{
	display:block;
	padding-left:10px;}
.sFmod1 p a:hover{ text-decoration:none;}
.gzwm_sty{}
.gzwm_sty h4{ margin-bottom:5px;}
.gzwm_sty a{
	display:block;
	width:60px;
	height:35px;
	margin-left:10px;}
.gzwm_sty a.weixin{ background:url(../../Image/liticon.png) no-repeat -140px 5px;}
.gzwm_sty a.weixin:hover{ background:url(../../Image/liticon.png) no-repeat -230px 5px;}
.gzwm_sty a.sina{ background:url(../../Image/liticon.png) no-repeat -140px -40px;}
.gzwm_sty a.sina:hover{ background:url(../../Image/liticon.png) no-repeat -230px -40px;}
.gzwm_sty a.tengxun{ background:url(../../Image/liticon.png) no-repeat -140px -80px;}
.gzwm_sty a.tengxun:hover{ background:url(../../Image/liticon.png) no-repeat -230px -80px;}
.hotline{
	font-size:22px;}
.sFmod3 a.imgs{
	display:block;
	width:65px;
	height:50px;
	background:url(../../Image/liticon.png) no-repeat 20px -180px;}
.sFmod3 a:hover{background:url(../../Image/liticon.png) no-repeat -130px -180px;}
.sFmod3 p.con{ font-size:14px; color:#333;}
.sHezuo{}
.sHezuo .gzh_hzhb_ul{}
.sHezuo .gzh_hzhb_ul li{
	padding-left:10px;
	height:22px;
	line-height:22px;}
.sHezuo .gzh_hzhb_ul a:hover{
	cursor:default;
	text-decoration:none;}
.sFlink{
	clear:both;
	border-top:1px solid #dedfe0;}
.sFlink h4{
	padding-top:15px;
	line-height:25px;
	font-size:14px;
	color:#333;}

.sFcopyr{
	clear:both;
	margin-top:10px;
	text-align:center;
	color:#fff;
	padding-bottom:10px;
	width:100%;
	/*background:#003366; /*012e8b
	filter:alpha(opacity=90);
	opacity:0.9;*/
	background:#0d3d6e url(../../images/foot.gif) repeat-x;
	height:auto;
	border-top:0px solid #dedfe0;
	} 

.sFcopyrLine1{
	margin-top:20px;
	width:100%;
	height:4px;
	background-color:#2f6bd0;} /*5f92fb*/

.sFcopyrLine2{
	width:100%;
	height:5px;
	background-color:#2f44a3;} /*2f64d2*/
	


.sFcopyr_up{
	clear:both;

	text-align:center;
	padding-bottom:30px;
	width:100%;
	height:auto;
	border-top:0px solid #dedfe0;
	}	
	
	
.sFcopyr .wenzi{ margin-bottom:5px;margin-top:5px;}
.sFcopyr img{
	cursor: pointer;
	height: 40px;
	margin: 5px 3px;}




/* 借款&&投资专题 end */
/* 面包屑 begin */
.main_outerBox{
	border-top:2px solid #e2e2e2;
	min-height:900px;
}
.mianbaoxie_box{
	height:40px;
	line-height:40px;
}
/* 面包屑 end */
.main_contentBox{
	margin: 0px 0px 20px 0px;
	padding-left:170px;
	position:relative;
}


/* 右侧主题内容 end */
/* 网站主题内容 end */



/* 联系我们 begin */
.lxwm_box{
	float:left;
	width:520px;
}
/*.lxwm_box:hover{
	color:#928774;
}*/
.lxwm_box:hover .lxwm_tel{
	color:#608AAC;
}
.lxwm_itemOuerBox{
	padding:10px 0px 0px 0px;
}
.lxwm_box .lxwm_itemBox{
	float:left;
	width:255px;
}
.lxwm_itemBox .SFlxwm_title{
	font-size:14px;
}
.lxwm_itemBox .lxwm_tel{
	font-size:32px;
}
/* 联系我们 end */

/* 网站底部 end */

.L_lz,.L_lz *{ font-family:"微软雅黑", Arial; color:#333; font-size:12px;}
.L_lz h1{ padding-top:17px;}
.L_lz h1 b{
    font:bold 22px/40px "微软雅黑", "宋体", Arial, "Times New Roman";
	display:inline-block;
	width:105px;
	height:40px;
	position:relative;
	padding-left:13px;}
.L_lz h1 span{ margin-left:5px;}
.L_lz .FG_box{ height:29px; line-height:28px;}

.L_lz .FG_box2{ height:90px; line-height:38px;}
.L_lz .FG_Content_box{ height:60px; line-height:38px;}
.L_lz .FG_label{ color:#999; width:64px; padding-left: 14px;height: 30px; display:inline-block; text-align:left;}
#zxsqRadioFgBox .labelBox{ font-family:"微软雅黑";}
.L_lz input[type=text]{
	width: 222px;
	height: 12px;
	padding: 0px 0px 0px 0px;
	line-height: 12px;
	border: none 0px;
	outline: none;
	color: #A1A0A0;
	/*height:39px; width:222px; box-sizing:border-box; border:none 0px; background-color:transparent; font: lighter 12px/38px "宋体", Arial;*/}
.L_lz .cityStyleA,.L_lz .cityStyleB{ display:inline-block; height:38px; overflow:hidden; vertical-align:middle;}
.L_lz .cityStyleA{ width:100px;}
.L_lz .cityStyleB{width:122px;}
.L_lz .cityStyleA label,.L_lz .cityStyleB label{
	display:inline-block;
	overflow: hidden;
	height:100%;}
.L_lz .cityStyleB label{ margin-left:1px;}
.L_lz span label select{
	height: 22px;
	line-height: 18px;
	margin:0px;
	border:0px;
	outline-style:none;
	font-family:"微软雅黑", "宋体", Arial, "Times New Roman";
	background-color:transparent;}
.L_lz span label select:focus{outline-style:none;}
.L_lz .cityStyleA label select{ width:94px;}
.L_lz .cityStyleB label select{ width:115px;}
.L_lz label.labelBox{ height:26px; line-height:14px; padding-top:12px; display:inline-block; vertical-align:top;}

.L_lz input.fwnr{ width:auto; height:auto; margin-right:5px; vertical-align:top; *margin-top:-3px;}
.L_lz .error__pBox{ clear:both;height:40px; text-align:center;}
.L_lz .error__pBox p{ line-height:38px; color:#999; font-family:"微软雅黑";}
.L_lz .error__pBox .error_p.error{
	color:#F00;}
.L_lz .error__pBox .error_p.suc{
	color:#007D06;}

.L_lz .btn_box input{
    margin-top:50px;
	box-sizing:border-box;
	border:none 0px;
	background-color:transparent;
	font: lighter 12px/38px "微软雅黑", Arial;
	width:300px; height:40px;
	line-height:100px;
	outline:none;
	overflow:hidden;}
.L_lz .btn_box input:hover{ background-color:#fff; opacity:0.09; filter:alpha(opacity=9);}


.L_BoxStyle01{ float:left;  width:100%; overflow:visible;}
.L_ProductPart{ clear:both; height:236px;}
.L_ProductPart dl{ margin-left:2px; float:left; width:100%; overflow:visible;}
.L_ProductPart dt,.L_ProductPart dd{float:left; display:inline; margin:0px 2px 2px 0px; background:#F8F8F8;}
.L_ProductPart dt{ width:128px; margin-left:-2px;}
.L_ProductPart dd{ width:143px;}
.L_ProductPart .L_cJ{ height:126px; text-align:center;}
.L_ProductPart .L_jK{ height:126px; text-align:center;}
.L_ProductPart .L_wait{width:248px; height:106px; text-align:center;}
/*.L_ProductPart .nLT{ border:3px solid #f8f8f8; *border:0px none; box-sizing:border-box; border-radius: 4px 0px 0px 0px;behavior: url(../../Image/iecss3.htc); background:#F8F8F8;}*/
.L_ProductPart .nLB{ border:3px solid #f8f8f8; *border:0px none; box-sizing:border-box; background:#F8F8F8;}

.L_ProductPart .nRT{ border:3px solid #f8f8f8; *border:0px none; box-sizing:border-box; background:#F8F8F8;}
.L_ProductPart .nRB{/* border:3px solid #f8f8f8;*/ *border:0px none; box-sizing:border-box;background:#F8F8F8;}
.L_cJ h1{color:#666; font:lighter 14px/14px "微软雅黑", "宋体", Arial, "Times New Roman"; margin-top:6px;}
.L_cJ i{display: block; height: 45px; background: cursor:pointer;}/*url(../../Image/l_chanpin_ico_background_hui.png) no-repeat center -1px; background:url(../../Image/l_chanpin_ico_background_hui.png) no-repeat center -1px;*/
.L_cJ p{ font:lighter 14px/14px "微软雅黑", "宋体", Arial, "Times New Roman"; color:#666;}
.L_cJ b{ font:lighter 14px/24px "微软雅黑", "宋体", Arial, "Times New Roman"; color:#ff6522;}
.L_cJ a{ text-align:center; float:left; margin:0 auto}
.L_jK a{ text-align:center; float:left; margin:0 auto}

.nLT h1{ font:lighter 24px/30px "微软雅黑", "宋体", Arial, "Times New Roman";margin:32px 36px 30px 36px; width:54px;}
.L_jK h1{color:#666; font:lighter 12px/14px "微软雅黑", "宋体", Arial, "Times New Roman"; margin-top:15px;}
.L_jK i{ display:block; height:50px; }
.L_jK p{ font:lighter 14px/14px "微软雅黑", "宋体", Arial, "Times New Roman"; color:#005ca5;}
.nLB h1{ font:lighter 24px/30px "微软雅黑", "宋体", Arial, "Times New Roman";margin: 16px 36px; width:54px;}
.L_wait i{ margin-top:24px; height:45px; display:block; background:url(../../Image/l_chanpin_ico_background_hui.png) no-repeat center -1px;}
.L_wait i.nosty{ margin-top:0px; height:48px;}
.L_wait p{ color:#999; font:lighter 12px/14px "微软雅黑", "宋体", Arial, "Times New Roman";}
.L_wait p.lan{ color:#005ca5;}
.hcb i{ background-position: center -5px;}
.ylt i{ background-position: center -123px;}
.nnh i{ background-position: center -244px;}
.djy i{ background-position: center -365px;}
.sjf i{ background-position: center -486px;}
.dlba i{ background-position: center -608px;}
.dlbb i{ background-position: center -729px;}
.jyd i{ background-position: center -849px;}
.gxd i{ background-position: center -970px;}
.zyd i{ background-position: center -1092px;}
.hld i{ background-position: center -1211px;}
.hcd i{ background-position: center -1332px;}
.nRB i{ background-position: center -1455px;}
.L_ProductPart a {display: inline-block;float: left;height: 10%;position: relative;width: 100%; cursor:pointer;}
.L_ProductPart a:hover{ text-decoration:none;}

.L_cJ a:hover h1,.L_cJ a:hover p,.L_cJ a:hover b{color:#ff6522;}
.L_jK a:hover h1,.L_jK a:hover p,.L_jK a:hover b{color:#005ca5}
.L_ServicePart ul{ background:#f4f4f4 url(../../images/indexbz.png) no-repeat 0 46px; overflow:hidden; height:132px; position:relative;border:0px none;}
.L_ServicePart li{ margin-top:6px;float:left; position:absolute;}
.L_ServicePart h1{font:bold 18px/28px "微软雅黑", "宋体", Arial, "Times New Roman"; color:#000; margin:18px 0 10px 0; text-align:center; font-weight:normal;}
.L_ServicePart p{ font:lighter 16px/24px "微软雅黑", "宋体", Arial, "Times New Roman"; color:#666; padding-top:6px;}
.L_ServicePart .txt1{left:41px;}
.L_ServicePart .txt2{left:290px;}
.L_ServicePart .txt3{left:541px;}
.L_ServicePart .txt4{left:790px;}
.L_ServicePart li:hover h1{ color:#005bac;}
.L_ServicePart li:hover p{ color:#333;}
.L_left{ float:left;}
.L_right{ float:right;}
.L_w650{ width:650px;}
.L_w320{ width:320px;}
.L_w115{ width:115px;}
.L_w80{ width:80px;}
.L_mT8{ margin-top:8px;}
.L_w485{ width:485px;}
.L_F18L26{ font:lighter 18px/26px "微软雅黑", "宋体", Arial, "Times New Roman"; color:#333; padding-bottom:5px;}
.L_span{
	float:right;
	font-size:12px;
	color:#999;
	padding-top:6px;
	line-height:20px;}
.L_span a{ color:#999;}
.L_span a:hover{ color:#005bac; text-decoration:none;}
.L_F18L26 a:hover{ text-decoration:none;}
.L_pR{ position:relative;}
.L_hidden{ display:none !important;}
.TabControlStyle{ background:url(../../Image/l_title_gexian_01.gif) no-repeat left top; border-top:1px solid #ddd; height:31px;}
.TabControlStyle li{ background:url(../../Image/l_title_gexian_01.gif) no-repeat right top; float:left; height:31px;}
.TabControlStyle li a{ font:lighter 14px/32px "微软雅黑", "宋体", Arial, "Times New Roman"; margin-top:-1px; display:inline-block; text-align:center;}
.TabControlStyle li a:hover{ text-decoration:none;}
.TabControlStyle li.on a{ background:url(../../Image/l_title_gexian_02.gif) repeat-x left top; color:#005bac;}
.L_NewList{ clear:both; position:relative; height:230px; overflow:hidden;}
.L_NewList dt{ background-color:#F4F4F2; width:190px; height:230px; float:left; display:inline; position:absolute; left:0px; top:0px;}
.L_NewList dt a{ text-decoration:none;}
.L_newsFc{
	display:none;
	position:absolute;
	left:0;
	bottom:0;
	width:320px;
	height:30px;
	line-height:30px;
	text-align:center;
	color:#fff;
	font-size:14px;
	background-color:#000;
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;}
.L_NewList dd{
	height:26px;
	margin-left:220px;
	border-bottom:1px dashed #ddd;
	margin-bottom:13px; font:lighter 14px "微软雅黑", "宋体", Arial, "Times New Roman";}
.L_NewList i{ display:inline-block; background:url(../../Image/l_ico_01.png) no-repeat 3px 1px; width:19px; height:24px; vertical-align: top;}
.L_NewList dd a{color:#666;}
.L_NewList dd a:hover{color:#005bac;}
.L_NewList dd a.sFC_blue_01{color:#005bac}


.L_NewList2{ clear:both; position:relative; height:300px; overflow:hidden;}
.L_NewList2 dt{ background-color:#fff; width:190px; height:290px; float:left; display:inline; position:absolute; left:0px; top:0px;}
/*.L_NewList2 dt{ background-color:#F4F4F2; width:190px; height:290px; float:left; display:inline; position:absolute; left:0px; top:0px;} */
.L_NewList2 dt a{ text-decoration:none;}
.L_NewList2 dd{
	height:26px;
	margin-left:175px;
	border-bottom:1px dashed #ddd;
	margin-bottom:3px; font:lighter 14px "微软雅黑", "宋体", Arial, "Times New Roman";}
.L_NewList2 i{ display:inline-block; background:url(../../Image/l_ico_01.png) no-repeat 3px 5px; width:19px; height:24px; vertical-align: top;}
.L_NewList2 dd a{color:#666;}
.L_NewList2 dd a:hover{color:#005bac;}
.L_NewList2 dd a.sFC_blue_01{color:#005bac}





.L_InfoList{ clear:both;position:relative; height:325px; overflow:hidden;margin-top:13px;}
.L_InfoList dt{ overflow:hidden; width:100%;margin-bottom: 8px;}
.L_InfoList dt img{width:92px; height:70px; border:1px solid #D9DDDF; margin-right:11px;/* float:left;*/}
.L_InfoList dd{height:23px; border-bottom:1px dashed #ddd; margin-bottom:6px; font:lighter 14px/14px "微软雅黑", "宋体", Arial, "Times New Roman";}
.L_InfoList i{ display:inline-block; background:url(../../Image/l_ico_01.png) no-repeat 3px 3px; width:19px; height:24px; vertical-align: top;}
.L_InfoList dd a{ margin-left:0; float:left; color:#666;font:14px;}
.L_InfoList dd a:hover{color:#005bac;}
.L_InfoList dt a{ display:block; overflow:hidden; color:#666;}
.L_InfoList dt a h1{ font-weight:bold; color:#333; line-height:20px; padding-bottom:5px;}
.L_InfoList dt a:hover h1{color:#005bac;}
.L_InfoList dt a p{color:#666; line-height:20px;}
.L_searchGj{ clear:both;}
.L_infoA{
	width:94px;
	display:block;
	float:left;}
.L_infowenz{
	width:215px;
	padding-top:3px;
	float:right;}

/* 友情链接 begin */
.sFlink .lj_urlOuterBox{
	padding: 10px 0px 15px 0px;}
.sFlink .lj_urlOuterBox li{
	display: inline-block;
	*display:inline;
	*zoom:1;
	height: 20px;
	line-height: 20px;}
.sFlink .lj_urlOuterBox li a:hover{
	color: #608AAC;
	text-decoration: none;}
.sFlink .lj_urlOuterBox li.geban{
	margin:0px 3px;}
/* 友情链接 end */






.siteInner_box #zxsqSelectFG_box.FG_box {
  margin-top: 5px;
}

.siteInner_box #mobileFG_box.FG_box {
  margin-top: 4px;
}

.siteInner_box #zxsqRadioFgBox.FG_box {
  margin-top: 5px;
}

.zmpmd {
	background: rgb(255, 255, 255); border-width: 2px 1px 1px; border-style: solid; border-color: rgb(86, 162, 213) rgb(224, 224, 224) rgb(224, 224, 224); margin: 5px 0 20px 0; border-image: none; width: 998px; height: 150px; float: left;
}
.zmpmdtop {
	background: rgb(246, 249, 254); width: 100%; height: 31px; color:#005bac; line-height: 31px; padding-top:8px; text-align:center;font:bold 15px "微软雅黑", "宋体", Arial, "Times New Roman";
}
.zmpmdbox {
	width: 100%; height: 115px;
}
.laws_lszl1 {
	background: url(../../images/scrollleft.jpg) no-repeat; margin: 40px 5px 0px 12px; border: currentColor; border-image: none; width: 12px; height: 24px; float: left; display: inline;
}
.laws_lszl21 {
	background: url(../../images/scrollright.jpg) no-repeat; margin: 40px 12px 0px 0px; border: currentColor; border-image: none; width: 12px; height: 24px; float: right; display: inline;
}
.zmpmd1 {
	margin: 7px 10px 3px 0px; width: 171px; float: left; display: inline;
}
.zmpmd2 {
	width: 100%; height: 77px;
}
.zmpmd3 {
	width: 100%; height: 25px; text-align: center; line-height: 25px; overflow: hidden; margin-left:4px;
}
.zmpmd3 a {
	color: rgb(57, 57, 57);
}
.zmpmd3 a:hover {
	color: rgb(255, 0, 0);
}

.sepLine {
	width:100%;
	float: left;
	height:2px;
	background-color:#56a2d5;
}
