<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* css通用重置 begin */
html {
	color:#666666;
	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:12px '微软雅黑';
}
// top
body,div,form,ul,li,input,img,span,p{margin:0px;padding: 0px;}
body{background: #fff;font-family: "微软雅黑";}
.fl{float:left;}
.fr{float:right;} 
.cl{clear: both;}
.ct{text-align: center;}
.mg{margin:0 auto;}
li{list-style: none;}
a{text-decoration: none;}

#top{width:1000px;height: 98px;/*margin-left:23%;*/}
#top .log_l{width:304px;}
#top .log_r{display: inline-block;height: 98px;line-height: 98px;font-size: 14px;padding-left:35px;margin-right:10%;cursor: pointer;}
.log_gri{color:#999;background:url(/Image/img/link.png) no-repeat left center;}
.log_blu{color:#3f87c1;background:url(/Image/img/link01.png) no-repeat left center;}
// topend
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img {
	border:0;
	
}
address,caption,cite,code,dfn,em,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;
}
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:#666666;
}
/*select,input,button,textarea {
	font:100% arial,helvetica,clean;
}*/
table {
	font-size:inherit;
	font:100%;
}
small {
	font-size:75%;
}
/* 全局样式 end */

/* 网站全局样式 begin */
a{
	color:#666;
	text-decoration:none;
	bblr:expression(this.onFocus=this.blur());/*IE使用*/
	outline-style:none;/*FF使用*/ 
}
a:hover{
	text-decoration:underline;
	color: #005BAC;
}
/* 网站字体颜色设置 begin */
.sFC_blue_01{
	/*color:#005bac;*/
	color:#2186df;
}
.sFC_blue_02{
	color:#333333;
}
.sFC_black_nav{
	color:#333333;
}
.sFC_yellow01{
	color:#ff6600;
}
.sFC_red{
	color:#F00;}
/* 网站字体颜色设置 begin */
.siteInner_box{
	width:1000px;
	height: 100%;
	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 */

/* 网站一级导航 begin */
.siteNav_box{
	height:80px;
}
.siteNav_box .siteLogo_box{
	float:left;
	width:337px;
	height:60px;
	padding:10px 0px;
}
.siteNav_outerBox{
	float:right;
}
.siteNav_ul li{
	float:left;
	width:90px;
	height:80px;
	line-height:80px;
	text-align:center;
}
.siteNav_ul li.cur{
	color:#005bac;
	background-color: #E8E8E8;
}
.siteNav_ul li:hover{
	background-color: #f4f4f4;
}
.siteNav_ul li a{
	font-weight:bold;
	font-size:16px;
	color: #333;
}
.siteNav_ul li.cur a{
	color:#005bac;
	border-bottom: 2px solid #005BAC;
}
.siteNav_ul li a:hover{
	text-decoration:none;
}
.mask_div{
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background-color:#000;
	opacity:0.7;
	filter: alpha(opacity=70);
	display:none;
	z-index:10000;
}
/* 网站一级导航 end */

.banner_box{
	height:360px;
	position:relative;
	overflow:hidden;
}

/* 在线申请留咨框 begin */
.banner_box .zxsq_box{
	position:absolute;
	top:0px;
	right:0px;
	width:300px;
	padding:7px 20px 0px 20px;
	height:287px;
	border-radius:5px;
	z-index:121;
	/*margin-right:-499px;*/
}
.banner_box .transparency_box{
	position:absolute;
	top:0px;
	right:0px;
	width:340px;
	height:300px;
	/*background-color:#fff;*/
	background: url("../../Image/l_liuzi_background.png") no-repeat scroll 0 0;
	/*opacity:0.7;
	filter:alpha(opacity=70);*/
	border-radius:5px;
	z-index:120;
}
/* .zxsq_dl{
	 overflow:auto;
 }*/
 .zxsq_dl dt{
	font-size:24px;
	height:30px;
	line-height:30px;
	float:left;
}
.zxsq_dl dd{
	font-size:12px;
	height:20px;
	padding:10px 0px 0px 6px;
	float:left;
}
/* 产品title begin */
.zxsq_TitleBox{
	height:34px;
	line-height:34px;
    font-weight:bold;
	margin-left:-20px;
	display:inline-block;
	*display:inline;
	*zoom:1;
	padding:0px 10px 0px 10px;
	position:relative;
}
.zxsq_TitleBox.blue{
	
}
.zxsq_TitleBox .cpName_span{
	display:inline;
	font-size:22px;
	font-weight:bold;
}
.zxsq_TitleBox .dh_span{
	font-size:22px;
	margin:0px 10px;
}
.zxsq_TitleBox .zxin_span{
	font-size:18px;
}
.zxsq_TitleBox .tangle_i{
	display:none;
	width:0px;
	height:0px;
	position:absolute;
	border-width:17px 10px 17px 10px;
	border-style:solid;
	border-color:transparent transparent #fff  #fff;
	right:0px;
	top:0px;
}
.zxsq_TitleBox.blue .tangle_i{
	border-color:transparent transparent #fff  #fff;
}
/* 产品title end */
.zxsq_box .FG_box{
	height:35px;
	line-height:35px;
	border:1px solid #ccc;
	background-color:#fff;
	margin-top:10px;
	position:relative;
}
.zxsq_box .FG_box .FG_label{
	float:left;
	width:70px;
	height:100%;
	text-align:center;
}
.zxsq_box .FG_box input[type="text"]{
	float:left;
	width:218px;
	*width:224px;
	height:15px;
	padding:10px 5px;
	*padding:8px 0px;
	line-height:15px; 
	border:none;
	outline:none;
	color: #A1A0A0;
}
/* 所在城市 begin */
.zxsq_box .FG_box .select_box1{
	float:left;
	width:110px;
	height:100%;
	border:none;
	/*background:url(../../Image/select_bg.png) no-repeat;*/
	background-position:top right;
}
.zxsq_box .FG_box .select_box2{
	width:114px;
	height:100%;
	overflow: hidden;
	padding-top: 6px;
}
.zxsq_box .FG_box .select_box1 select{
	width: 100px;
	height: 22px;
	line-height: 18px;
	padding: 2px 0;
	border:none;
	outline:none;
	background-color:transparent;
}
/* 所在城市 end  */
/* 服务内容 begin */
.zxsq_box .FG_box .labelBox{
	width:80px;
	float:left;
	height:35px;
	line-height:35px;
	padding:0px 5px;
}
.zxsq_box .FG_box .labelBox input[type="radio"]{
	vertical-align: top;
	margin: 11px 3px 0px 0px;
	*vertical-align:middle;
	*margin: 0px 3px 0px 0px;
}
/* 服务内容 end */
.zxsq_box .error__pBox{
	height:16px;
	line-height:16px;
	text-align:center;
	margin: 5px 0px;
}
.zxsq_box .error_p{
	display:inline-block;
	*display:inline;
	*zoom:1;
	height:16px;
	line-height:16px;
}
.zxsq_box .error_p.error{
	color:#F00;
	background:url(../../Image/errorP_close.png) no-repeat left top;
	padding-left:16px;
}
.zxsq_box .error_p.suc{
	color:#007D06;
	background:url(../../Image/errorP_close.png) no-repeat 0px -16px;
	padding-left:16px;
}
.zxsq_box .erropTip_div{
	position: absolute;
	top: -30px;
	left: -1px;
	width: 268px;
	height: 30px;
	line-height: 30px;
	padding-left: 30px;
	font-size: 14px;
	background: url(../../Image/errorP_close.png) #F5EFEC no-repeat 7px 7px;
	color: #000;
	border: 1px solid #C63;
	border-bottom: none;
}
.FG_box.error_border{
	border:1px solid #cc6633;
	border-top:1px solid #CCC;
}
.zxsq_box .btn_box{
	text-align:center;
}
.zxsq_box .btn_box input[type="button"]{
	background-color:#4db6ff;
	width:300px;
	height:40px;
	line-height:40px;
	font-size:18px;
	color:#fff;
	border:none;
	outline:none;
}
.zxsq_box .btn_box input[type="button"].dk{
	background-color:#F60;
}
/* 在线申请留咨框 end */

/* 首页宣传图&amp;&amp;在线申请 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;}



/* banner的飞入飞出效果 begin */
.banner_innerBox{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:360px;
	box-shadow:0px 0px -38px #f8f8f8;
}
.banner_ul{
	height:360px;
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
}
.banner_ul li{
	/*width:*/
	height:360px;
	float:left;
	width:100%;
}
.banner_ul li a{
	display:block;
	height: 360px;position: absolute;z-index: 4;top: 0px;
	background: #FFF;opacity: 0;filter: Alpha(Opacity=0);
}
.banner_ul li h6{height: 360px;position: absolute;z-index: 4;top: 0px;width: 100%;background: #FFF;opacity: 0;filter: Alpha(Opacity=0);}
.banner_ul .siteInner_box{ top:0px;}
/*
.banner_ul li.num01{
	background:url(../../Image/Index_banner/bannerBg01.jpg) center no-repeat;}
.banner_ul li.num02{
	background:url(../../Image/Index_banner/bannerBg02.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 */
/* 首页宣传图&amp;&amp;在线申请 end */

/* 借款&amp;&amp;投资专题 begin */
/* 面包屑 begin */
.jklc_mbxBox{
	height:30px;
	line-height:30px;
	background:url(../../Image/jklc_mbxBg.png) left bottom repeat-x;
}
.jklc_mbxInnerBox{
	width:1000px;
	margin:0px auto;
	line-height:30px;
}
/* 面包屑 end */
/* 借款&amp;&amp;投资专题 end */
/* 面包屑 begin */
.main_outerBox{
	border-top:2px solid #ddd;
	min-height:600px;
}
.mianbaoxie_box{
	height:40px;
	line-height:40px;
}
/* 面包屑 end */
.main_contentBox{
	margin: 0px 0px 20px 0px;
	padding-left:170px;
	position:relative;
}
/* 左侧导航 begin */
.main_contentBox .leftNav_Box{
	background-color: #EDEEF0;
	width: 169px;
	height: 100%;
	border-right: 1px solid #e2e2e2;
	position: absolute;
	top: 0px;
	left: 0px;
}
.leftNavItem_box{
	width: 169px;
}
.leftNav_Box .leftNavItem_box.cur_pre .leftNavTitle_h3{
	border-bottom:none;
}
.leftNav_Box .leftNavItem_box.cur{
	background-color:#fff;
	border:1px solid #e2e2e2;
	border-right: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:119px;
	height:45px;
	line-height:45px;
	border-bottom:1px solid #fff;
	padding-left:50px;
	position:relative;
	font-size:14px;
	cursor:pointer;
}
.leftNavTitle_h3 .Nav_sign{
	position:absolute;
	top:19px;
	left:37px;
	border:3px solid;
	width:0px;
	height:0px;
	border-color:transparent transparent transparent #000;
}
.leftNavItem_ul{
	padding-left:50px;
	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;
}
/* 左侧导航 end */
/* 右侧主题内容 begin */
.right_mainBox{
	width:789px;
	padding:20px;
	border:1px solid #e2e2e2;
	border-left:none;
	overflow: hidden;
	min-height:800px;
}
/* 右侧大标题 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 10px -20px;
}
.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;
}
/* 右侧大标题 end */
.rightL_mainBox{
	width:532px;
	float:left;
	min-height:300px;
}
.rightR_mainBox{
	width:242px;
	float:right;
	min-height:300px;
}
/* 网站底部分页 begin */
.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 */
/* 全国服务网络 begin */
.qgfwwl_Box{
	padding:10px;
	background-color:#f5f5f6;
}
.qgfwwl_contentBox{
	background-color:#fff;
}
.qgfwwl_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: 700;
}
.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: 38px;
	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;
	background:url(../../Image/china_pic01.png) no-repeat center;
}
.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;
}
.qgfwwl_popBox .pointerUp01{
	position: absolute;
	border: 8px solid;
	border-color:transparent transparent #A8C7E7 transparent ;
	top: -17px;
	right: 163px;
	width: 0px;
	height: 0px;
}
.qgfwwl_popBox .pointerUp02{
	position: absolute;
	border: 8px solid;
	border-color:transparent transparent #fff transparent ;
	top: -16px;
	right: 163px;
	width: 0px;
	height: 0px;
}
/*服务网络*/
.qgfwwl_popBox .fwwl_zxs{
	border-bottom:1px dotted #d0d0d0;
	margin:0px 0px 5px 0px;
	width:185px;
}
.qgfwwl_popBox .fwwl_zxs a{
	width:35px;
	height:20px;
	color:#333333;
	font-size:14px;
	display:inline-block;
}
.qgfwwl_popBox .fwwl_zxs a:hover{
	width:35px;
	height:20px;
	color:#005bac;
	font-size:14px;
	display:inline-block;
}
.qgfwwl_popBox dl{ 
	color:#333; float:left; 
	line-height:24px; 
	min-height:24px; 
	_height:24px; 
	clear:both; width:100%;
}
.qgfwwl_popBox dl dt{ 
	font-weight:bold; 
	font-size:14px; 
	color:#005BAC; 
	width:50px;  
	line-height:24px; 
	margin-right:10px; 
	float:left;
}
/* .qgfwwl_popBox dl dd{ 
	float:left; 
	margin-right:5px; 
	line-height:24px;
} */
.qgfwwl_popBox dl dd{ 
  float: left;
  width: 132px;
}
/* .qgfwwl_popBox dl dd a{ 
	color:#333
} */
.qgfwwl_popBox dl dd a {
  color: #333333;
  line-height: 24px;
  margin-right: 5px;
  white-space: nowrap;
}
.qgfwwl_popBox dl dd a:hover{ 
	color:#005bac
}
/* 全国服务网络 end */

/* 联系我们 begin */
.sitelxwm_Box{
	padding:10px;
	background-color:#f5f5f6;
}
.sitelxwm_contentBox{
	background-color:#fff;
}
.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:64px;
}
.sitelxwm_ul li:first-child{
	border-top:none;
}
.sitelxwm_dl dt{
	width:64px;
	height:64px;
	float:left;
	background: url(../../Image/sitelxwm_bg.png) 13px 13px no-repeat;
}
.sitelxwm_dl dd{
	width:158px;
	float:left;
	color:#333;
	padding-top: 7px;
}
.sitelxwm_dl dd p{
	padding-top: 6px;
}
/* 联系我们 end */
/* 客户账单查询 begin */
.dzcx_inforPhotoBox{
	margin-top: 20px;
}
.dzcx_inforPhotoBox a {
	display: block;
	width: 100%;
	height: 104px;
	background: url(../../Image/dzcx_infor.jpg) 0px 0px no-repeat;
}
.dzcx_inforPhotoBox a:hover{
	background-position:0px -104px;
}
/* 客户账单查询 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;
}

/* 关于我们&amp;&amp;知识课堂&amp;&amp;合作伙伴 begin */
.gzh_outerBox{
	float:right;
	width:450px;
}
.gzh_outerBox .gzh_itemBox{
	width:90px;
	float:right;
}
.gzh_outerBox .gzh_itemBox{
	width:90px;
	float:right;
}
/*.gzh_outerBox .gzh_itemBox:hover{
	color:#928774;;
}*/
.gzh_outerBox .gzh_itemBox a:hover{
	color:#608AAC;
	text-decoration: none;
}
.gzh_outerBox .gzh_itemBox ul{
	padding-top:6px;
}
.gzh_outerBox .gzh_itemBox ul li{
	padding: 4px 0px 4px 10px;
}
.gzh_hzhb_ul a:hover{
	cursor:default;
	text-decoration:none;
}
/* 关于我们&amp;&amp;知识课堂&amp;&amp;合作伙伴 end */

/* 友情链接 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 */

/* 安全认证 begin */
.footerOuter3_box{
	text-align:center;
	padding-bottom:30px;
}
.footerOuter3_box .gsInfor_box{
	padding:15px 0px 10px 0px;
}
.aqyz_box img{
	/*opacity:0.3;*/
	cursor:pointer;
	height: 40px;
	margin:5px 3px;
}
.aqyz_box img:hover{
	opacity:1;
	filter:alpha(opacity=100);
}
.aqyz_box a:hover{
	cursor:default;
}
/* 安全认证 end */
/* 网站底部 end */

/* 借款弹出层 begin */
.dk_popOuterBox{
	width:547px;
	height:310px;
	position:fixed;
	z-index:10001;
	background:url(../../Image/jk_popDivBg.png) no-repeat;
	left:50%;
	top:50%;
	margin-left:-273px;
	margin-top:-155px;
}
.dk_popCloseA{
	position:absolute;
	top:-7px;
	right:-7px;
	width:28px;
	height:33px;
	background:url(../../Image/dk_popCloseA.png) no-repeat;
}
/* 左侧 begin */
.dk_popLeftBox{
	width:370px;
	height:310px;
	float:left;
}

.dk_popTitleDl{
	color:#333;
	height:30px;
	padding: 20px 0px 5px 30px;
}
.dk_popTitleDl dt{
	font-size:24px;
	height:30px;
	line-height:30px;
	float:left;}
.dk_popTitleDl dd{
	height: 18px;
	padding: 12px 0px 0px 5px;
	float: left;}
.dk_popFgBox{
	width:213px;
	height:36px;
	/*box-sizing:border-box;*/
	background:url(../../Image/jk_wbtg.png) no-repeat 0 -4px;
	margin:10px 0px 0px 30px;
	position:relative;
	padding:0px 0px 0px 80px;
	font-size: 0px;
}
.dk_popFgBox .dk_popLabel{
	position:absolute;
	left:0px;
	top:0px;
	width:80px;
	height:34px;
	line-height:34px;
	text-align:right;
	font-size:14px;
}
.dk_popFgBox .dk_popInput{
	width:203px;
	height:14px;
	line-height:14px;
	padding:10px 5px;
	border:none;
	outline:none;
	background-color: transparent;
	font-size:14px;
	*margin-top:-1px;
	color: #A1A0A0;
}
.dk_popFgBox .select_outerBox{
	width: 95px;
	height: 26px;
	line-height: 18px;
	padding: 2px 0;
	border: none;
	outline: none;
	background-color:transparent;
	margin-top: 4px;
	font-size: 14px;
}
.dk_popsmBtn{
	width:291px;
	height:34px;
	line-height:34px;
	font-size:18px;
	color:#fff;
	background:url(../../Image/jk_wbtg.png) no-repeat 0px -74px;
	border:none;
	outline:none;
	margin: 15px 0px 0px 30px;
}
.dk_radioBox{
	width:90px;
	height:34px;
	line-height:34px;
	display:inline-block;
	font-size:14px;
	padding:0px 0px 0px 5px;
}
.dk_radioBox input[type="radio"]{
	margin-right:5px;
	vertical-align:top;
	margin-top:11px;
	*margin-top:0px;
	*vertical-align:middle;
}
.dk_popFwSelect{
	width: 190px;
	height: 26px;
	line-height: 18px;
	padding: 2px 0;
	border: none;
	outline: none;
	background-color:transparent;
	margin-top: 4px;
	font-size: 14px;
}
/* 左侧 end */
/* 右侧 begin */
.dk_popRightBox{
	width:177px;
	height:310px;
	float:right;
}
.dk_popRIconDl{
	padding:100px 0px 0px 0px;
}
.dk_popRIconDl dt{
	width:50px;
	height:50px;
	background:url(../../Image/dk_popRIcon.png) no-repeat;
	margin:0px auto 0px auto;
}
.dk_popRIconDl dt.num01{
	background-position:0px 0px;
}
.dk_popRIconDl dt.num02{
	background-position:0px -50px;
}
.dk_popRIconDl dt.num03,.dk_popRIconDl dt.num04{
	background-position:0px -100px;
}
.dk_popRIconDl dt.num05{
	background-position:0px -150px;
}
.dk_popRIconDl dt.num06,.dk_popRIconDl dt.num07{
	background-position:0px -200px;
}
.dk_popRIconDl dd{
	text-align:center;
	color:#333;
}
.dk_popRIconDl dd h3{
	font-size:24px;
	height:30px;
	line-height:30px;
	padding:5px 0px;
}
.dk_qhBtnBox{
	text-align:center;
	padding:15px 0px 0px 0px;
}
.dk_qhBtnBox input[type="button"]{
	width:85px;
	height:33px;
	background:url(../../Image/dk_qhBtn.png) no-repeat 0px 0px;
	border:none;
	outline:none;
}
.dk_qhBtnBox input[type="button"]:hover{
	background-position:0px -33px;
}
.dk_errorTipBox{
	position: absolute;
	height: 22px;
	width: 22px;
	top: 6px;
	right: -26px;
	background: url(../../Image/dk_errorTip.png) no-repeat;
}
/* 右侧 end */
/* 借款弹出层 end */

/* 投资弹出层 begin---已改 */
.lc_popOuterBox{
	width:436px;
	height:381px;
	position:fixed;
	z-index:10001;
	background:url(../../Image/lc_tcbg.png) no-repeat;
	left:50%;
	top:50%;
	margin-left:-218px;
	margin-top:-190px;
}
.lc_popCloseA{
	position: absolute;
	top: 40px;
	right: 10px;
	width: 12px;
	height: 13px;
	background: url(../../Image/lc_popCloseA.png) no-repeat;
}
.lc_iconDl{
	position:absolute;
	top:0px;
	left:0px;
	width:96px;
	height:96px;
}
.lc_iconDl dt{
	width:65px;
	height:65px;
	background:url(../../Image/lc_popRIcon.png) no-repeat;
	margin:0px auto;
}

.lc_iconDl dt.num01{
	background-position:0px -130px;
}
.lc_iconDl dt.num02{
	background-position:0px -459px;
}
.lc_iconDl dt.num03{
	background-position:0px -195px;
}
.lc_iconDl dt.num04{
	background-position:0px -260px;
}
.lc_iconDl dt.num05{
	background-position:0px 0px;
}
.lc_iconDl dt.num06{
	background-position:0px -65px;
}
.lc_iconDl dt.num07{
	background-position:0px -325px;
}
.lc_iconDl dt.num08{
	background-position:0px -390px;
}

.lc_iconDl dd{
	font-size:14px;
	font-weight:bold;
	color:#333;
	text-align:center;
}
.lc_popFgOUterBox{
	width:291px;
	margin:0px auto;
	padding:100px 0px 0px 0px;
}
.lc_popFgBox{
	width: 215px;
	height: 36px;
	/* box-sizing: border-box; */
	background: url(../../Image/lc_wbtg.png) no-repeat 0px -4px;
	margin: 10px 0px 0px 0px;
	position: relative;
	padding: 0px 0px 0px 80px;
	font-size: 0px;
}
.lc_popFgBox:first-child{
	margin-top:0px;
}
.lc_popFgBox .lc_popLabel{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 80px;
	height: 34px;
	line-height: 34px;
	text-align: right;
	font-size: 14px;
}
.lc_popFgBox .lc_popInput{
	width: 100%;
	height: 14px; 
	padding:10px 5px;
	line-height: 14px;
	border: none;
	outline: none;
	background-color: transparent;
	font-size: 14px;
	*margin-top:-1px;
	color: #A1A0A0;
}
.select_outerBox {
	width: 95px;
	height: 22px;
	line-height: 18px;
	padding: 2px 0;
	border: none;
	outline: none;
	background-color: transparent;
	margin-top: 6px;
	font-size: 12px;
}
.lc_FwUl{
	padding:10px 0px 0px 0px;
	overflow: hidden;
}
.lc_FwUl li{
	float:left;
	width:97px;
	font-size:14px;
	color:#333;
	height:20px;
	line-height:20px;
	margin-top:5px;
}
.lc_FwUl li:first-child{
	font-weight:bold;
}
.lc_fwRLi input[type="radio"]{
	margin:4px 5px 0px 0px;
	vertical-align: top;
}
.lc_popsmBtn {
	width: 291px;
	height: 34px;
	line-height: 34px;
	font-size: 18px;
	color: #FFF;
	background: url(../../Image/lc_wbtg.png) no-repeat 0px -74px;
	border: none;
	outline: none;
	margin-top:10px;
}
.lc_errorTipBox{
	position: absolute;
	height: 22px;
	width: 22px;
	top: 6px;
	right: -26px;
	background: url(../../Image/dk_errorTip.png) no-repeat;
}
/* 投资弹出层 end */

/* 提示信息弹出层 begin */
.ZxsqTipDiv{
	width:290px;
	height:155px;
	padding:25px 0px 0px 0px;
	background:url(../../Image/zxsq_popBg.png) 0px 0px no-repeat;
	position:fixed;
	left:50%;
	top:50%;
	margin-left:-145px;
	margin-top:-90px;
	z-index:10001;
	text-align:center;
}
.ZxsqTipDiv .zxsqDesBox{
	background:url(../../Image/zxsq_popBg.png) no-repeat;
	height:23px;
	margin-bottom:10px;
}
.ZxsqTipDiv .zxsqDesBox.num01{
	background-position:0px -180px;
}
.ZxsqTipDiv .zxsqDesBox.num02{
	background-position:0px -203px;
}
.ZxsqTipDiv .ZxsqTip_P{
	color:#333;
	font-size:14px;
	margin-top:5px;
}
.ZxsqTipDiv  .zxsq_subBtn{
	width:290px;
	height:34px;
	background:url(../../Image/zxsq_popBg.png) 0px -226px ;
	border:none;
	outline:none;
	margin-top:10px;
}
.ZxsqTipDiv .zxsq_dsP{
	font-size:12px;
	color:#999;
	margin-top:5px;
}

/* 提示信息弹出层 end */

/*新版首页 同步页面头样式*/
.L_mR30{ margin-right:30px;}
.L_mT50{ margin-top:30px !important;}
.L_mT45{ margin-top:45px !important;}
.L_mB50{ margin-bottom:30px}
.L_wGlobal,.L_welcomeInfo div,.L_ProductPart,.L_ServicePart{ clear:both; width:1000px; margin:0px auto; overflow: hidden;}
.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:97px;}
.HengChang_Image img{ float:left;}
.HengChang_Image ul{ float:right; display:inline; height:35px;/*width:561px;*/width:511px; margin-top:32px; overflow:hidden;}
.HengChang_Image li{
	/*width:90px;*/
	float:left;
	padding-left:50px;
	color:#999;
	background-image:url(../../Image/l_home_images.jpg);
	background-repeat:no-repeat;}
.Hc_li1{ background-position:0px center;}
.Hc_li2{ background-position:-150px center;}
.Hc_li3{ background-position:-287px center;}
.Hc_li4{ background-position:-445px center;}

.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:166px; background:url(../../Image/l_nav_gexian_01.gif) no-repeat right 0px; text-align:center;}
.L_siteNav dd{ position:absolute; margin-top:35px; display:none; padding-top:6px; left:0px; overflow:hidden;}
.L_siteNav dt a{color:#fff; font:lighter 14px/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 13px; background:url(../../Image/l_nav_gexian_01.gif) no-repeat left -108px; margin-left:-1px; /*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;
	background:#f6f6f6;
	padding-top:30px;
	border-top:1px solid #dddddd;}
.sFooter{
	width:1000px;
	margin:0 auto;}
.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;}
.sFmod4 {
    margin-left: 30px;
    width: 80px;
   float:left;
    }
.sFmod4 a.imgs{
	display:block;
	width:80px;
	height:80px;
	background: url(../../Image/l_home_qrcode.jpg) no-repeat left top;
	background-size: 80px 80px;}
.sFmod4 p.con1{ text-align: center;font-size:9px; color:#333;}
		
.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;
	padding-top:10px;
	text-align:center;
	padding-bottom:20px;
	border-top:1px solid #dedfe0;}
.sFcopyr .wenzi{line-height:20px;margin-bottom:10px;}
.sFcopyr span.beian{
	display:inline-block;
	line-height:20px;
	padding-left:25px;
	background:url(../../Image/jgawb.png) no-repeat 3px center;}

/* 合作建议弹出层 begin */
/*.mask_div{
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background-color:#000;
	opacity:0.7;
	filter: alpha(opacity=70);
	display:none;
	z-index:10000;}

.qh_popCloseA{
	position: absolute;
	top: 28px;
	right: 43px;
	width: 12px;
	height: 13px;
	background: url(../../Image/lc_popCloseA.png) no-repeat;}
.hzjy_PopOuterBox{
	width:453px;
	height:380px;
	background:url(../../Image/HZJY_popDiv.png) no-repeat 0px 0px;
	position:fixed;
	left:50%;
	top:50%;
	margin-top:-190px;
	margin-left:-226px;
	z-index:10001;
	display:none;}
.hzjyPopHeaderBox{
	font-size: 22px;
	color: /*#FFF*/#005bac;
	height: 38px;
	line-height: 38px;
	padding: 19px 0px 0px 65px;
	font-weight: bold;}
.hzjy_FGouterBox{
	box-sizing: border-box;
	padding: 8px 0px 0px 63px;}
.hzjy_FgBox{
	position:relative;
	box-sizing:border-box;
	width:353px;
	height:36px;
	padding-left:55px;
	margin-top:8px;
	background:url(../../Image/HZJY_popDiv.png) no-repeat 0px -428px;}
.hzjy_FgBox.big{
	height:166px;
	background-position:0px -464px;}
.hzjy_FgLable{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 55px;
	height: 34px;
	line-height: 34px;
	text-align: right;
	font-size: 14px;}
.hzjy_FgInput{
	width: 100%;
	height: 20px;
	padding: 8px 0px;
	background-color: transparent;
	border: none;
	outline: none;
	*margin-top:-1px;}
.hzjy_FgTestarea{
	border:none;
	outline:none;
	background-color:transparent;
	width:296px;
	height:164px;
	box-sizing:border-box;
	padding:10px 10px 10px 0px;}
.hzjy_btnBox{
	width: 351px;
	height:34px;
	text-align:center;
	margin-top:8px;}
.hzjy_popBtn{
	width:111px;
	height:34px;
	background:url(../../Image/HZJY_popDiv.png) no-repeat 0px -630px;
	border:none;
	outline:none;}*/
/* 合作建议弹出层 end */

/* 借款&amp;&amp;投资专题 begin */
/* 面包屑 begin */
.jklc_mbxBox{
	height:30px;
	line-height:30px;
	background:url(../../Image/jklc_mbxBg.png) left bottom repeat-x;
}
.jklc_mbxInnerBox{
	width:1000px;
	margin:0px auto;
	line-height:30px;
}
/* 面包屑 end */
/* 借款&amp;&amp;投资专题 end */
/* 面包屑 begin */
.main_outerBox{
	border-top:2px solid #e2e2e2;
	min-height:600px;
}
.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 h2{ padding-top:17px;}
.L_lz h2 b{
    font:bold 22px/40px "微软雅黑", "宋体", Arial, "Times New Roman";
	display:inline-block;
	width:105px;
	height:40px;
	position:relative;
	padding-left:13px;}
.L_lz h2 span{ margin-left:5px;}
.L_lz .FG_box{ height:39px; line-height:38px;}
.L_lz .FG_label{ color:#999; width:64px; padding-left: 14px;height: 38px; display:inline-block; text-align:left;}
#zxsqRadioFgBox .labelBox{ font-family:"微软雅黑";}
.L_lz input[type=text]{
	width: 222px;
	height: 15px;
	padding: 8px 0px 12px 0px;
	line-height: 15px;
	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{
	box-sizing:border-box;
	border:none 0px;
	background-color:transparent;
	font: lighter 12px/38px "微软雅黑", Arial;
	width:300px; height:40px;
	line-height:200px;
	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:125px; margin-left:-2px;}
.L_ProductPart dd{ width:123px;}
.L_ProductPart .L_cJ{ height:126px; text-align:center;}
.L_ProductPart .L_jK{ height:106px; 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 h3{color:#666; font:lighter 12px/14px "微软雅黑", "宋体", Arial, "Times New Roman"; margin-top:20px;}
.L_cJ h4{color:#666; font:lighter 12px/14px "微软雅黑", "宋体", Arial, "Times New Roman"; margin-top:20px;}
.L_ProductPart .Sny{/* border:3px solid #f8f8f8;*/ *border:0px none; box-sizing:border-box;background:#F8F8F8;}
.L_cJ i{display: block; height: 45px; background:url(../../Image/l_chanpin_ico_background_hui.png) no-repeat center -1px; cursor:pointer;}
.L_cJ p{ font:lighter 12px/14px "微软雅黑", "宋体", Arial, "Times New Roman"; color:#666;}
.L_cJ b{ font:lighter 14px/24px "微软雅黑", "宋体", Arial, "Times New Roman"; color:#ff6522;}
.nLT h3{ font:lighter 24px/30px "微软雅黑", "宋体", Arial, "Times New Roman";margin:32px 36px 30px 36px; width:54px;}
.L_jK h3{color:#666; font:lighter 12px/14px "微软雅黑", "宋体", Arial, "Times New Roman"; margin-top:15px;}
.L_jK h4{color:#666; font:lighter 12px/14px "微软雅黑", "宋体", Arial, "Times New Roman"; margin-top:15px;}
.L_jK i{ display:block; height:48px; background:url(../../Image/l_chanpin_ico_background_hui.png) no-repeat center -1px;}
.L_jK p{ font:lighter 12px/14px "微软雅黑", "宋体", Arial, "Times New Roman"; color:#005ca5;}
.nLB h3{ 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;}
.Sny i{ background-position: center -1584px;}
.yyx i{background-position: center -1699px;}
.L_ProductPart a {display: inline-block;float: left;height: 100%;position: relative;width: 100%; cursor:pointer;}
.L_ProductPart a:hover{ text-decoration:none;}
.L_ProductPart a:hover i{ background-image:url(../../Image/l_chanpin_ico_background_lan.png); cursor:pointer;}
.L_cJ a:hover h3,.L_cJ a:hover h4,.L_cJ a:hover p,.L_cJ a:hover b{color:#ff6522;}
.L_jK a:hover h3,.L_jK a:hover h4,.L_jK a:hover p,.L_jK a:hover b{color:#005ca5}
.L_ServicePart ul{ background:#f4f4f4 url(../../Image/indexbz.png) no-repeat 0 46px; overflow:hidden; height:150px; position:relative;border:0px none;}
.L_ServicePart li{ float:left; position:absolute;}
.L_ServicePart h3{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 12px/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 h3{ 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_F18L26{ font:lighter 18px/26px "微软雅黑", "宋体", Arial, "Times New Roman"; color:#666; padding-bottom:5px;font-size:12px;}
.L_F18L26 a.y_fo{font-size:12px;}
.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:215px; overflow:hidden;}
.L_NewList dt{ background-color:#F4F4F2; width:320px; height:215px; 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:330px;
	border-bottom:1px dashed #ddd;
	margin-bottom:13px; font:lighter 12px/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_InfoList{ clear:both;position:relative; height:215px; overflow:hidden;}
.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:16px; font:lighter 12px/14px "微软雅黑", "宋体", Arial, "Times New Roman";}
.L_InfoList i{ display:inline-block; background:url(../../Image/l_ico_01.png) no-repeat 3px 1px; width:19px; height:24px; vertical-align: top;}
.L_InfoList dd a{color:#666;}
.L_InfoList dd a:hover{color:#005bac;}
.L_InfoList dt a{ display:block; overflow:hidden; color:#666;}
.L_InfoList dt a h3{ font-weight:bold; color:#333; line-height:20px; padding-bottom:5px;}
.L_InfoList dt a:hover h3{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 */


/* 合作建议弹出层 begin */
.mask_div{
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background-color:#000;
	opacity:0.7;
	filter: alpha(opacity=70);
	display:none;
	z-index:10000;}

.qh_popCloseA{
	position: absolute;
	top: 28px;
	right: 35px;
	width: 12px;
	height: 13px;
	background: url(../../Image/lc_popCloseA.png) no-repeat;}
.hzjy_PopOuterBox{
	display:none;
	width:453px;
	height:380px;
	background:url(../../Image/HZJY_popDiv.png) no-repeat 0px 0px;
	position:fixed;
	left:50%;
	top:50%;
	margin-top:-190px;
	margin-left:-226px;
	z-index:10001;}
.hzjyPopHeaderBox{
	font-size: 22px;
	color: /*#FFF*/#005bac;
	height: 38px;
	line-height: 38px;
	padding: 19px 0px 0px 65px;
	font-weight: bold;}
.hzjy_FGouterBox{
	box-sizing: border-box;
	padding: 8px 0px 0px 63px;}
.hzjy_FgBox{
	position:relative;
	box-sizing:border-box;
	width:353px;
	height:36px;
	padding-left:55px;
	margin-top:8px;
	background:url(../../Image/HZJY_popDiv.png) no-repeat 0px -428px;}
.hzjy_FgBox.big{
	height:166px;
	background-position:0px -464px;}
.hzjy_FgLable{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 55px;
	height: 34px;
	line-height: 34px;
	text-align: right;
	font-size: 14px;}
.hzjy_FgInput{
	width: 100%;
	height: 20px;
	padding: 8px 0px;
	background-color: transparent;
	border: none;
	outline: none;
	*margin-top:-1px;}
.hzjy_FgTestarea{
	border:none;
	outline:none;
	background-color:transparent;
	width:296px;
	height:164px;
	box-sizing:border-box;
	padding:10px 10px 10px 0px;}
.hzjy_btnBox{
	width: 351px;
	height:34px;
	text-align:center;
	margin-top:8px;}
.hzjy_popBtn{
	width:111px;
	height:34px;
	background:url(../../Image/HZJY_popDiv.png) no-repeat 0px -630px;
	border:none;
	outline:none;}
/* 合作建议弹出层 end */

.banner_box .transparency_box {
  background: url("../../Image/l_liuzi_background.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
  border-radius: 0;
  height: 295px;
  margin-top: 3px;
  opacity: 1;
  position: absolute;
  right: 0;
  top: 0;
  width: 320px;
  z-index: 120;
}

.banner_box .zxsq_box {
  border-radius: 0;
  height: 287px;
  margin-top: 3px;
  padding: 7px 20px 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 300px;
  z-index: 121;
}

.zxsq_TitleBox {
  color:#333;
  display: inline-block;
  height: 34px;
  line-height: 34px;
  margin-left: 0;
  padding: 13px 10px 0 13px;
  position: relative;
}

.zxsq_box .FG_box {
  background-color: transparent;
  border: 0 none;
  height: 35px;
  line-height: 35px;
  margin-top: 5px;
  position: relative;
}

.zxsq_box .error__pBox {
  height: 16px;
  line-height: 16px;
  margin: 11px 0 5px;
  text-align: center;
}

.zxsq_box .btn_box {
  margin-top: 13px;
  text-align: center;
}

.zxsq_box .FG_box input[type="text"] {
  background-color: transparent;
  border: medium none;
  color: #a1a0a0;
  float: left;
  height: 15px;
  line-height: 15px;
  outline: medium none;
  padding: 10px 5px;
  width: 210px;
}

.zxsq_box .btn_box input[type="button"] {
  background-color: #4db6ff;
  border: medium none;
  color: #fff;
  font-size: 18px;
  height: 40px;
  line-height: 40px;
  opacity: 0;
  outline: medium none;
  width: 300px;
}

.zxsq_box .FG_box .FG_label {
  color: #999;
  float: left;
  height: 100%;
  text-align: left;
  width: 64px;
  padding-left:14px;
}

.zxsq_box .FG_box .select_box1 select {
  background-color: transparent;
  border: medium none;
  color: #333;
  height: 22px;
  line-height: 18px;
  outline: medium none;
  padding: 2px 0;
  width: 100px;
}

#zxsqRadioFgBox .labelBox {
  color: #333;
  font-family: "微软雅黑";
}

.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;
}



.L_welcomeInfo li {
    display: inline;
    margin-left: 9px;
	color: #e2e2e2;
}

.XT_state_color a {
    color: #fd0208;
}

/*田佳卉--2014.11.7更新样式*/
.XT_state_color a{color:#fd0208}
.XT_state_warp h1{text-align:center; font-size:24px; margin-bottom:21px; margin-top:35px}
.XT_state_p1{font-size:14px; line-height:24px; text-indent:25px;}
.XT_state_p2{text-align:right;margin-top:10px;font-size: 14px; line-height: 24px;}
.XT_mb10{ margin-bottom:10px;}
.XT_mt10{ margin-top:10px;}
.XT_state_p1 a{color:#666}

/*田佳卉--2014.12.05三农专题页*/
.XT_sannong_main .XT_sannong_banner{ background:url(../../Image/XT_sannong_banner.jpg) no-repeat scroll center top; width:100%; height:450px;}
.XT_sannong_main .XT_sannong_box1{ width:960px; margin:0 auto 40px; overflow:hidden; position:relative}
.XT_sn_title{ text-align:center; border-bottom:1px solid #eeeeee; padding:0 0 25px 0; margin-top:30px; font-size:24px; color:#000000; font-weight:bold; margin-bottom:20px}
.XT_sn_title span{ border-top:1px solid #197739; display:block; position:absolute; width:109px; margin-left:45%; margin-top:25px; *margin-top:56px; *margin-left:-32%;}
.XT_sannong_box1 .p1{ text-align:center; color:#3c3b3b; font-size:14px; line-height:30px;}
.XT_sannong_box1 dl{float:left; border:1px solid #eeeeee; width:452px; height:105px; padding:10px; margin-top:35px;}
.XT_sannong_box1 .XT_sn_dlrig{ float:right}
.XT_sannong_box1 dt{ width:147px; float:left}
.XT_sannong_box1 dd{ float:right; width:286px;}
.XT_sannong_box1 dd span{ color:#ff0000}
.XT_sannong_box1 dl a{ color:#4d4d4d; line-height:20px}
.XT_box1_title{ font-size:14px; color:#000000; font-weight:bold; line-height:34px}

.XT_sn_fuwu{ background:url(../../Image/XT_sn_fuwu_back.jpg) no-repeat scroll center top; width:100%; height:531px; padding-top:45px;}
.XT_sn_fuwu .p2{ text-align:center; font-size:24px; color:#197739; margin-bottom:8px}
.XT_sn_fuwu ul{ overflow:hidden; width:1044px; margin:0 auto}
.XT_sn_fuwu ul li img{margin-left:35px;}
.XT_sn_fuwu ul li{ width:480px; height:372px; float:left; margin-right:40px; border:1px solid #f3f3f3; background:#fff; padding:10px}
.XT_sn_fuwu ul .XT_sn_fuwu_lirig{ float:right; margin-right:0}
.XT_sn_fuwu ul .XT_sn_fuwu_title{ text-align:center; font-size:18px; color:#187839; font-weight:bold; margin:20px 0 20px 0}
.XT_sn_fuwu ul p{ font-size:14px; color:#373737; line-height:24px;margin-bottom:16px;}
.XT_sn_fuwu ul p span{color:#FE4C4C;font-weight: bold;font-size:18px;}
.XT_sn_p{height:54px;margin-top: 20px;}
.XT_sn_fuwu a{ background:url(../../Image/XT_sn_input.png) no-repeat;border: medium none; color: #fff; display: inline-block; font-size: 18px; height: 40px; line-height: 40px; text-align: center; width: 400px;}
.XT_sn_fuwu a:hover{ text-decoration:none}
.XT_sn_div{ width:326px; margin:0 auto}
.XT_sn_div{color:#818181;}
.XT_sn_fuwu li a{ margin:14px 0 0 35px;}

.XT_sannong_box2{ width:960px; margin:0 auto 40px; overflow:hidden; position:relative}
.XT_sn_title2{ text-align:center; border-bottom:1px solid #eeeeee; padding:0 0 25px 0; font-size:18px; color:#000000; font-weight:bold; margin-bottom:20px}
.XT_sn_title2 span{ border-top:1px solid #197739; display:block; position:absolute; width:109px; margin-left:44.5%; margin-top:25px; *margin-left:-9.5%; *margin-top:50px;}
.XT_sannong_box2 ul{ overflow:hidden; width:940px; margin:65px auto 0}
.XT_sannong_box2 li{ width:440px; float:left; margin-bottom:45px;}
.XT_sannong_box2 .XT_sn_box2_lirig{ float:right}
.XT_sannong_box2 dt{ float:left;height: 91px; position: relative; width: 91px;}
.XT_sannong_box2 dt .XT_sn_dt_div{background:url(../../Image/snnews_img_front.png) no-repeat; height: 91px; left: 0; position: absolute; top: 0; width: 91px;}
.XT_sannong_box2 dd{ width:326px; float:right;line-height: 17px;}
.XT_sannong_box2 dd h3 a{ color:#197739; font-size:14px; font-weight:bold; line-height:25px;}
.XT_sannong_box2 dd span{ font-size:10px; color:#373737}
.XT_sannong_box2 dd p a{ color:#373737; font-size:12px; line-height: 19px;}
.XT_sannong_box2 dd p{ border-top:1px solid #ddd; margin-top:6px; padding-top:4px;line-height:22px;}


/*我要出借列表页标题语 ----- 2015.1.6*/
.XT_djy_bt{height:50px; width:100%; background:#005bac; margin-bottom:1px; color:#fff;}
.XT_djy_bt p{text-align:center; line-height:50px;font-size:14px;}
.XT_djy_bt p span{font-size: 18px; font-weight: bold; font-style: oblique; margin-right: 11px;}



/*2014.12.15分公司*/
.XTF_gzwm_sty a.XTF_weixin{ background:url(/Image/xt_fgs.png) no-repeat;}
.XTF_gzwm_sty a.XTF_weixin:hover{ background:url(/Image/xt_fgs_hover.png) no-repeat;}
.XTF_gzwm_sty a { display: inline-block; height:24px; margin-left: 10px; width: 30px; margin-top:5px; margin-right:10px;}
.XTF_winxin_imgBox{ position: absolute; margin-top:45px; margin-left: 600px; width: 140px; height: 140px; display:none; border:none}


/*2015.3.4分公司详情页二维码*/
.XT_rwm{width: 789px;}
.XT_rwm dl{overflow: hidden; margin: 0px auto 20px; width: 550px;}
.XT_rwm dt{float: left; margin-right: 22px;}
.XT_rwm dd{float: left; margin-top: 23px;}
.XT_rwm li{line-height: 28px;font-size: 14px;width: 388px;}
.XT_rwm .XT_rwm_li{ font-size:16px; font-weight:bold;}


/*2014.12.19----------------个贷端查询结果页面*/
.XT_box{width:1000px;margin:10px auto 55px;background:#fff;}
.tab_menu{overflow:hidden; background:url(/Image/XT_title_top.jpg) no-repeat; width:1000px; height:85px;}
.tab_menu li{width:324px;float:left;height:85px;line-height:85px; text-align:center;cursor:pointer; font-size:18px;}
.tab_menu li .XT_fe6522{ color:#fe6522}
.tab_menu li .XT_005ca5{ color:#005ca5}
.tab_menu li .XT_666666{ color:#666666;}
.tab_menu li span font{ width:24px; height:24px; display:inline-block; line-height:24px; color:#fff; margin-right:12px;}

/*2015.4.23退出查询按钮*/
.XT_cxjg_btn{text-align: center; width: 1000px;}
.XT_cxjg_btn a{font-size: 18px; font-weight: bold; height: 40px; text-align: center; width: 200px; display: block; letter-spacing: 2px; line-height: 40px; margin: 40px auto 0px; border: medium none; background-color: #005ca5; color: #fff;}
.XT_cxjg_btn a:hover{text-decoration:none;}

.tab_menu li.current{color:#333; }
.tab_menu li.current font{ background:url(/Image/XT_dangqian.png) no-repeat; }
.tab_menu li font{ background:url(/Image/XT_yidadao.png) no-repeat; }
.tab_menu li.current span{ color:#fe6522}
.tab_menu li span{color:#005ca5}
.tab_menu li.noClick{ cursor:default}
.tab_menu li.noClick span{ color:#666666}
.tab_menu li.noClick font{background:url(/Image/XT_weidadao.png) no-repeat;}
.tab_menu li.current i{ background:url(/Image/XT_title_hover.jpg) no-repeat;display: block; height: 10px; margin-left:152px; margin-top: 75px; position: absolute; width: 22px;}
.tab_menu li a{color:#fff;text-decoration:none;}




.tab_menu li.current a{color:#333;}
.tab_box{ margin-top:17px;}
.tab_box li{height:24px;line-height:24px;overflow:hidden;}
.tab_box li span{margin:0 5px 0 0;font-family:"宋体";font-size:12px;font-weight:400;color:#ddd;}
.tab_box .hide{display:none;}

.XT_htbh{ width:1000px; margin:-27px auto 0; text-align:right; font-size:16px; color:#000000;}
.tab_box table{ width:100%;}
.tab_box table tr{ height:90px; line-height:90px; text-align:center; border:1px solid #ececec}
.tab_box table .XT_tr1{ font-size:16px; color:#005ca5; background:#f4f4f4; width:20%}
.tab_box table .XT_tr2{ font-size:18px; color:#333333; width:30%}
.tab_box table .XT_tr2 span{ font-size:14px;}
.tab_box table .XT_tr2 font{ font-size:24px;}



/*2015.4.14    404改版*/
.XT_404_warp{ overflow:hidden; width:1000px; margin:0 auto;}
.XT_404_box{ margin:100px 82px 115px 98px; overflow:hidden}
.XT_404_box dl{ overflow:hidden}
.XT_404_box dt{ float:left; margin-right:75px;}
.XT_404_box dd{ margin-top:47px;}
.XT_404_box dd p{ margin-bottom:16px;}
.XT_zr_index{ font-size:14px; color:#1175b5}
.XT_sorry{ font-size:24px; color:#e85356; font-weight:bold;}
.XT_sorry span{ font-size:12px; color:#999999; font-weight:100}
.XT_jianyi{ font-size:12px; color:#999999}
.XT_jianyi a{ font-size:12px; color:#1175b5; margin-right:5px; text-decoration:underline; font-weight:bold;}




/*三次弹窗*/
.tanchuang{ z-index:2147483647; background:url(/images/tc_warp.png); display:none; height:261px; left:50%; margin-left:-211px; margin-top:-85px; position:fixed; top:50%; width:417px;}
.tc_warp{ margin:51px 20px 20px 38px; overflow:hidden}
.tc_left{ float:left; height:auto; width:85px; line-height:16px; *line-height:54px; font-weight:bold;}
.tc_left p{ font-size:20px; color:#000;}
.tc_right{ float:left; margin-top: -9px;}
.tc_right a{ color:#004d9b; font-size:12px; line-height:35px; margin-left:10px}
.tc_right img{ float:left}
.tc_tishi{ color:#db0000; font-size:12px; margin-bottom:20px; margin-top:20px;}
.tc_right .btn_queding{ background:url(/images/btn_queding.png); width:101px; height:36px; display:block; float:left; margin-left:auto; border:none; cursor:pointer; margin-top:10px;}
.tc_right .btn_quxiao{ background:url(/images/btn_quxiao.png); width:101px; height:36px; display:block; float:left; margin-left:20px; border:none; cursor:pointer; margin-top:10px;}
.tc_right i{ background:url(/images/tc_dui.png); width:22px; height:36px; display:block; float:left; margin-top:7px; margin-left:5px;}
.tc_FG_box2 { background-color: #fff; border: 1px solid #ccc; height: 31px; line-height: 31px; margin-top:10px; float:left}
.tc_FG_box2 .FG_label { border-right: 1px solid #ccc; float: left; height: 100%; width: 38px; }
.tc_FG_box2 .inputxt1 { border: 0 none; float: left; font-size: 12px; height: 15px; outline: medium none; padding: 8px 0 8px 10px; width: 118px; }
.black_overlay { background-color: black; display: none; height: 100%; left: 0; -moz-opacity:0.6; opacity:0.6;filter: alpha(opacity=0.6); position:fixed; top: 0; width: 100%; z-index:28; }
.tc_cwts{ float: left; font-size:12px; line-height:51px; margin-left:5px; color:#db0000;display:none }
/*添加红框*/
/*.tc_cw{ border:1px solid #db0000; }*/
.y_pmd_warp{background:#f0f0f0;height:38px;width:100%;}
.pmd_warp,.pmd_div{ width:1000px; margin:0 auto; clear:both;}
.pmd_div img{ float:left; display:inline-block; margin-right:8px; margin-left:8px; margin-top:5px;}
.shell{ float:left;}
.shell a.k{color:#f00;line-height: 24px;display:inline-block;margin-top:4px;}
.shell a.k span{display:inline-block;margin-left:30px;}



/*2015.7.22头部恒易融，加图片*/
.hot_hry {
    background: url("/images/hot_hyr.gif") repeat;
    height: 13px;
    margin-left: -5px;
    position: relative;
    top:-3px;
    width: 21px;
	display:inline-block;
}
.hyr_xlogo_hover{ background:url(/Image/hyr_xlogo.jpg) no-repeat; width:52px; height:13px; display:block; float:left; margin-top:6px;}
.hyr_xlogo_hover:hover{ background:url(/Image/hyr_xlogo_hover.jpg) no-repeat; width:52px; height:13px; display:block; float:left; margin-top:6px;}
/*首页公告滚动样式*/
.gg_list li {
  height: 45px;
  line-height: 45px;
  border-bottom: 1px double #ddd;
  position: relative;
}
.gg_list li span {
  position: absolute;
  top: 0px;
  right: 0px;
}
/*采购信息展示附件*/
ul.LsjDownList{ overflow: hidden; margin-top: 30px; }
ul.LsjDownList li{ float: left;    margin-bottom: 14px;    width: 33.33%; }
ul.LsjDownList a{ margin-left: 32px; }
ul.LsjDownList span{ margin-left: 8px; }
ul.LsjDownList img{ height: 18px; width:auto; }




.XT_tanchuang{ background:url(/Image/sbPastLv.png) no-repeat; display:inline-block; height:13px; width:13px; margin-left:5px; position:relative; top:1px;}
.jiekuan_gongju .XT_tanchuang{ background:url(/Image/sbPastLv.png) no-repeat; display:inline-block; height:13px; width:13px; margin-left:5px; position:relative; top:1px; right:0;}
/****function titles 开始****/
.ls_FUNCtitles{ position:absolute; z-index:10000; /*目前自动且最大宽度 可注释后打开固定宽*/ max-width:265px; *width:265px; /*width:265px;*/ display:inline-block; border-left:1px solid #5A86AD; padding-left:4px; margin:4px 0px 8px 8px;}
.ls_FUNCtitles .ls_IDn0{ background:url(/images/ls_func_back_titles.png) repeat-y right top; padding-right:4px;}
.ls_FUNCtitles .ls_IDn0{ position:relative;}
.ls_FUNCtitles .ls_IDn1{}
.ls_FUNCtitles .ls_IDn1_n0,.ls_FUNCtitles .ls_IDn1_n1,.ls_FUNCtitles .ls_IDn1_n2,.ls_FUNCtitles .ls_IDn1_n3,.ls_FUNCtitles .ls_JIAO{ position:absolute; width:4px; height:4px; background:url(/images/ls_func_back_titles.png) no-repeat; z-index:2;}
.ls_FUNCtitles .ls_IDn1_n0{ left:-5px; top:-4px;}
.ls_FUNCtitles .ls_IDn1_n1{ right:1px; top:-4px; width:6px; height:4px; background-position:-23px 0px;}
.ls_FUNCtitles .ls_IDn1_n2{ left:-5px; bottom:-8px; width:4px; height:8px; background-position:-10px 0px;}
.ls_FUNCtitles .ls_IDn1_n3{ right:0px; bottom:-8px; width:7px; height:8px; background-position:-33px 0px;}
.ls_FUNCtitles .ls_IDn1_n4{ position:relative; top:-4px; width:100%; height:4px; overflow:hidden; border-top:1px solid #5A86AD; margin-right:3px;margin-left: -1px; z-index:1; background-color:#fff;}
.ls_FUNCtitles .ls_IDn1_n5{ position:relative; top:8px; width:100%; height:5px; overflow: visible; margin-left:-1px; margin-right:3px; background:url(/images/ls_func_back_titles.png) repeat-x 0px -30px; z-index:1;}
.ls_FUNCtitles .ls_IDn1_n5 div{ position:relative; top:-3px; height:3px; overflow:hidden; background-color:#fff;z-index:0;}
.ls_FUNCtitles .ls_TITLESIDnr{ margin-left:-4px; margin-bottom:-5px;margin-top: -6px; padding:5px 11px 5px 12px; font:lighter 12px/20px "微软雅黑", "宋体", Arial, "Times New Roman"; color:#999; background-color:#fff;}
.ls_FUNCtitles .ls_JIAO_l,.ls_FUNCtitles .ls_JIAO_r{ width:10px; height:25px; top:50%; left:-12px; margin-top:-13px; background-position:-45px 0px;}
.ls_FUNCtitles .ls_JIAO_r{ left:auto; right:-4px; background-position:-58px 0px;}
.ls_FUNCtitles .ls_JIAO_t,.ls_FUNCtitles .ls_JIAO_b{ width:25px; height:10px; top:-11px; left:50%; margin-left:-15px; background-position:-74px 0px;}
.ls_FUNCtitles .ls_JIAO_b{top:auto; bottom:-11px; background-position:-103px 0px;}
/****function titles 结束****/


/*2016.1.8	XT增加风险提示条*/
.wenTip{
    width: 100%;position: fixed;height: 30px;line-height: 30px;bottom: 0px;z-index:9999;
}
.wenTipBg{
    background: #7ab2ef;opacity: 0.8;filter:alpha(opacity=80);width:100%;height: 100%;position: absolute;left: 0px;top: 0px;
}
.wenTipText{
    position: absolute;width:100%;line-height: 30px;color: #fff;font-size: 13px;
}
.wenTipText img{ margin-right:12px;}
.wenTipClose{
	margin-left: 5px;
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url("/Image/wenTip.png") no-repeat;
    vertical-align: middle;
    position: relative;
    top: -1px;
    cursor: pointer;
}
.wenTipSlide{
    width: 116px;
    height: 30px;
    line-height: 30px;
    text-indent: 33px;
    background: url("/Image/wenTipSlide.png") no-repeat;
    position: fixed;
    bottom: 0px;
    left: 0px;
    font-size: 14px;
    color: #fff;
    left: -100%;
    cursor: pointer;
}
.XT_wen_new{ line-height:30px; text-align:left; width:1000px; margin:0 auto;font-size: 13px;}

/*XT——2016.1.15增加首页产品展示区域A级*/
.XT_cpzs{ width:1000px; overflow:hidden; height:388px; margin:0 auto;}
.XT_cpzs .XT_cpzs_lastli{ border-right:1px solid #e2e2e2}
.ib-container li{ width: 207px; height: 386px; background: #f9f9f9; float: left; border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; border-left: 1px solid #ddd; text-align:center;}
.ib-container li.active{ width:580px; background:#fff;}
.XT_cpzs_con{ width:520px; margin:0 auto; overflow:hidden;}
.XT_cpzs_con div{ float:left; text-align:center; margin-right:28px;}
.XT_cpzs img{ margin:12px auto 23px;}
.XT_cpzs li input{ color:#fc612c; background-color:transparent; border:none; margin-top:14px; *margin-top:24px}
.ib-container li.active input{ background:url(/Image/XT_cpzs_btn.png) no-repeat; width:120px; height:40px; line-height:39px; border:none; color:#fff; font-size:14px; margin-top:2px; *margin-top:12;}
.XT_cpzs_title{ font-size:22px; color:#56738c; font-weight:bold; margin:20px 0 6px;}
.XT_cpzs_b{ color:#666666; font-size:14px; line-height:24px; display:none;}
.ib-container li.active .XT_cpzs_b{ display:block;}
.XT_cpzs_con .XT_cpzs_con_p_1{ color:#56738c; font-size:16px; text-align:center;}
.XT_cpzs_con p{ color:#999999; font-size:12px;}

.XT_cpzs_con2{ width:543px; margin:0 auto; display:none;}
.XT_cpzs_con2 p{ font-size:16px; color:#56738c; float:left; margin-right:20px;}
.XT_cpzs_con2 font{ font-size:12px; color:#999999;}
.ib-container li.active .XT_cpzs_con2{ display:block;}

.XT_cpzs_con3{ width:383px; margin:0 auto; display:none;}
.XT_cpzs_con3 p{ font-size:16px; color:#56738c; float:left; margin-right:32px;}
.ib-container li.active .XT_cpzs_con3{ display:block;}

.L_lz .add_dj_hui{ color:#999}

.XT_close_p p{ font-size:14px; color:#666666; margin-bottom:14px;}
.XT_close_p .XT_close_one{ font-size:12px; color:#999999; margin:-13px 0 8px 0;}

.XT_cpzs .XT_img1_1{ margin-top:34px; margin-bottom:37px;}
.ib-container li .showDiv{ display:block;}
.ib-container li.active .showDiv{ display:none;}</pre></body></html>