@charset "utf-8";
/*html5*/
article, aside, dialog, footer, header, section, nav, figure, menu, button {
	display: block;
}


/*--------------------------------通用--------------------------------*/
* {
	margin: 0;
	padding: 0;
}
body, html {
	width: 100%;
	height: auto;
	overflow: auto;/*overflow-x:hidden;*/
	min-width: 1004px;
	background-color: #fff;
}
body {
	font-family: "Microsoft YaHei", Tahoma, Helvetica, Arial, Verdana, SimSun;
	font-size: 14px;
	color: #333;
	height: 100%
}
a {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #b60017;
	text-decoration: none;
}
ol, ul, li {
	list-style: none;
}
em {
	font-style: normal;
}
img {
	border: 0;
}
input, textarea, select {
	font-family: "微软雅黑";
}
.wrapper {
	width: 1004px;
	height: 100%;
	position: relative;
	display: block;
	margin: auto;
	overflow: hidden;
}


/*--------------------------------模块--------------------------------*/
.module {
	overflow: hidden;
	border: none;
	margin: 0;
	padding: 0;
	position: relative;
	width: 100%;
	height: auto;
	background-color: #fff;
}
.module h2.titleBar {
	border-bottom: 1px solid #ccc;
	color: #ba011e;
	font-size: 18px;
	font-weight: normal;
	line-height: 45px;
}
.module h4.titleBar {
	background: url(../images/titleBg.png) -999999px -999999px no-repeat;
	font-size: 16px;
	font-weight: bold;
	color: #a40000;
	height: 52px;
	line-height: 55px;
	text-indent: 2px;
	margin-bottom: 15px;
}
.module a.more {
	position: absolute;
	top: 18px;
	right: 0;
	color: #cc521a;
	background: url(../images/more.gif) 32px 6px no-repeat;
	padding-right: 14px;
}
.module a.more:hover {
	background: url(../images/more.gif) 23px -37px no-repeat;
	color: #f60;
}


/*--------------------------------横向表格--------------------------------*/
.hTable {
	width: 100%;
}
.hTable tr {
}
.hTable th {
	line-height: 2.5em;
	border-bottom: solid 1px #ddd;
	font-weight: bold;/*vertical-align: top; */
	background-color: #eee;
	padding: 5px 0;
	vertical-align: middle;
}
.hTable td {
	line-height: 2.5em;
	border-bottom: solid 1px #ddd;
	text-align: center;
	vertical-align: middle;
	padding: 5px 0;
}
.hTable tr:hover td {
	background-color: #f4f4f4;
}
td.account_yuan {
	color: #a90a03;
	font-weight: bold;
}

/*--------------------------------纵向表格--------------------------------*/
.vTable {
	width: 100%;
}
.vTable tr {
}
.vTable th {
	line-height: 2.5em;
	border-bottom: solid 1px #ddd;
	font-weight: bold;/*vertical-align: top; */
	background-color: #eee;
	padding: 5px 0;
	vertical-align: middle;
}
.vTable td {
	line-height: 2.5em;
	border-bottom: solid 1px #ddd;
	text-align: center;
	vertical-align: middle;
	padding: 5px 0;
}
.vTable tr:hover td {
	background-color: #f4f4f4;
}

/*--------------------------control--------------------------*/
.ht_pagination {
	margin: 20px auto 20px auto;
	border-top:none;
	width: 95%;
	padding-top: 10px;
	text-align: center;
}
.ht_pagination p {
	text-align: center;
	line-height: 2em;
	padding-top: 10px;
}
.ht_pagination form {
	text-align: center;
	line-height: 2em;
}
.ht_pagination p input[type=submit]{
	border:solid 1px #ccc;
	background: none;
	width: 30px;
	height: 23px;
	line-height: 19px;
	color:#666;
	background-color:transparent;
	font-size: 9pt;
	border-radius: 3px;
	margin-left: 0;
	display: inline-block;
}
.ht_pagination p input[type=submit]:hover {
	background-color: #cc521a;
	color:#fff;
	border-width:1px;
	border-color:transparent;
}
.ht_pagination .pageList {
	text-align: center;
}
.ht_pagination .pageList li {
	display: inline;
	margin:0 2px;
}
.ht_pagination .pageList li input[type=submit] {
	border:solid 1px #ccc;
	background: none;
	position: relative;
	width: 28px;
	height: 28px;
	display: block;
	background-color:transparent;
	text-align: center;
	line-height: 25px;
	color: #666;
	border-radius: 3px;
	cursor: pointer;
	display: inline-block;
	font-size: 12px;
}
.ht_pagination .pageList li input[type=submit]:hover {
	border:solid 1px #cc521a;
	color:#cc521a;
}
.ht_pagination .pageList li.first input {
	background-image: url(../images/kdvs_selectPageList_normal.png);
	background-position: 9px center;
	background-repeat: no-repeat;
	text-indent: -999999px;
}
.ht_pagination .pageList li.first input:hover {
	background-image: url(../images/kdvs_selectPageList_orange.png);
}
.ht_pagination .pageList li.prev input {
	background-image: url(../images/kdvs_selectPageList_normal.png);
	background-position: -21px center;
	background-repeat: no-repeat;
	text-indent: -999999px;
}
.ht_pagination .pageList li.prev input:hover {
	background-image: url(../images/kdvs_selectPageList_orange.png);
}
.ht_pagination .pageList li.next input {
	background-image: url(../images/kdvs_selectPageList_normal.png);
	background-position: -49px center;
	background-repeat: no-repeat;
	text-indent: -999999px;
}
.ht_pagination .pageList li.next input:hover {
	background-image: url(../images/kdvs_selectPageList_orange.png);
}
.ht_pagination .pageList li.last input {
	background-image: url(../images/kdvs_selectPageList_normal.png);
	background-position: -79px center;
	background-repeat: no-repeat;
	text-indent: -999999px;
}
.ht_pagination .pageList li.last input:hover {
	background-image: url(../images/kdvs_selectPageList_orange.png);
}
.ht_pagination .pageList li.current input {
	background-color: #cc521a;
	border-width:1px;
	border-color:transparent;
	color:#fff;
}
.ht_pagination .pageList li.current input:hover {
	color:#fff;
}
.ht_pagination .pageNum {
	text-align: center;
	border:solid 1px #ccc;
	background: none;
	height: 21px;
	line-height: 22px;
	color:#666;
	background-color:transparent;
	font-size: 9pt;
	border-radius: 3px;
	margin-left: 5px;
	margin-right:10px;
	display: inline-block;
}
.ht_pagination .tips {
	padding-left: 5px;
	font-size: 9pt;
	color:#666;
}
/*--------------分页--------------*/
/*.kdvs_pagination {
	margin: 10px auto;
	padding-top: 10px;
	text-align: center;
}
.kdvs_pagination p {
	text-align: center;
	line-height: 2em;
}
.kdvs_pagination p a {
	color: #cc521a;
	cursor: pointer;
}
.kdvs_pagination p a:hover {
	color: #f90;
}
.kdvs_pagination form {
	text-align: center;
	line-height: 2em;
}
.kdvs_pagination .submitButton {
	border: none;
	background: none;
	width: 25px;
	height: 25px;
	line-height: 25px;
	background-color: #999;
	font-size: 9pt;
	border-radius: 3px;
	margin-left: 10px;
}
.kdvs_pagination .submitButton:hover {
	background-color: #b60017;
}
.kdvs_pagination .pageList {
	text-align: center;
}
.kdvs_pagination .pageList li {
	display: inline;
}
.kdvs_pagination .pageList li input {
	border: none;
	background: none;
	position: relative;
	width: 25px;
	height: 25px;
	display: block;
	background-color: #999999;
	text-align: center;
	line-height: 25px;
	color: #FFF;
	border-radius: 5px;
	cursor: pointer;
	display: inline-block;
}
.kdvs_pagination .pageList li.current input {
	background-color: #cc521a;
}
.kdvs_pagination .pageNum {
	text-align: center;
}*/


/*--------------------------------banner模块--------------------------------*/
.bannerModule{
    background: none !important;
    height: 0 !important;
}
body.platform_intro .bannerModule {
	background: url(../images/bannerMin_ptjs.jpg) center center no-repeat;
}
body.problem .bannerModule {
	background: url(../images/bannerMin_cjwt.jpg) center center no-repeat;
}
body.law .bannerModule {
	background: url(../images/bannerMin_flfg.jpg) center center no-repeat;
}
body.down .bannerModule {
	background: url(../images/bannerMin_xzzx.jpg) center center no-repeat;
}
body.news .bannerModule {
	background: url(../images/bannerMin_hydt.jpg) center center no-repeat;
}
body.contact .bannerModule {
	background: url(../images/bannerMin_lxwm.jpg) center center no-repeat;
}
body.viewBranch .bannerModule {
	background: url(../images/bannerMin_jgcx.jpg) center center no-repeat;
}
body.cooperation .bannerModule {
	background: url(../images/bannerMin_hzjg.jpg) center center no-repeat;
}
body.financialProduct .bannerModule {
	background: url(../images/bannerMin_jrcp.jpg) center center no-repeat;
}

/*--------------------------------新闻模块--------------------------------*/
.newsModule {
	left: 0;
	top: 0;
	width: 100%;
	height: auto;
}
.newsModule .articleList {
	position: relative;
	z-index: 0;
	top: 0;
	left: 0;
}
.articleList {
	overflow: hidden;
	width: 100%;
}
.articleList li {
	padding: 10px 0;
	border-bottom: dotted 1px #ccc;
	color: #666;
}
.articleList li a {
	float: left;
	width: 600px;
	word-break:break-all;
	word-wrap:break-word;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.articleList li .date {
	float: right;
	line-height: normal;
}
body.HT_Aside article.listModule h5 {
	background: #eee;
	border-bottom: 1px solid #ddd;
	color: #333;
	font-size: 14px;
	font-weight: bold;
	line-height: 50px;
	margin: 0 0 10px;
	overflow: hidden;
	text-indent: 1em;
	padding-bottom:0;
	text-align:left;
}
body.HT_Aside .articleList li {
	background-image: url(../images/arrow_news.gif);
	background-position: 0 center;
	background-repeat: no-repeat;
	border-bottom: 1px dotted #ccc;
	margin: 0 auto;
	padding: 10px 0 10px 15px;
	width: 96%;
	overflow: hidden;
}
/*.articleList dt {
	background: #eee;
	border-bottom: 1px solid #ddd;
	color: #333;
	font-size: 14px;
	font-weight: bold;
	line-height: 50px;
	margin: 0 0 10px;
	overflow: hidden;
	text-indent: 1em;
}*/

/*.articleList dd a {
	float: left;
}
.articleList dd .date {
	float: right;
	line-height: normal;
}*/


/*--------------------------------详细页模块--------------------------------*/
.detailModule {
}
.detailModule p {
	text-indent: 2em;
	text-align: justify;
	line-height: 28px;
}


/*--------------------------------合作机构模块--------------------------------*/
.cooperationModule {
	left: 0;
	top: 0;
	width: 100%;
	height: auto;
}
.cooperationModule dd {
	display: block;
	float: left;
	width: 25%;
	height: 70px;
}
.cooperationModule dd img {
	border: solid 1px #ccc;
	width: 119px;
	height:42px;
	padding: 8px 16px;
}
.cooperationModule dd img:hover {
	border: solid 1px #cc521a;
}
.cooperationModule dd img.borderMask {
	position: absolute;
	z-index: 20;
}
.cooperationModule dd img.logoImg {
	position: absolute;
	z-index: 2;
}


/*--------------------------------面包屑模块--------------------------------*/
.BreadcrumbNavigation {
	color: #888;
}
.BreadcrumbNavigation a {
	background:url(../images/arrow_position.gif) right center no-repeat;
	color: #888;
	padding: 0 15px 0 10px;
}
.BreadcrumbNavigation a:last-child {
	background:none;
}



/*--------------------------------菜单卡--------------------------------*/
.viewBranch .ht_tabs{
	position:relative;
	height:100%;
}
.viewBranch .ht_tabs .tabList{
	background-color:#eee;
	height: 40px;
	margin-top:25px;
	overflow:visible;
	padding-left:10px;
	position: relative;
	z-index: 5;
}
.viewBranch .ht_tabs .tabList li{
	width:190px;
	height: 40px;
	position: relative;
	float: left;
	margin: 0px;
	padding: 0px;
	clear: none;
	z-index: 2;
}
.viewBranch .ht_tabs .tabList li a{
	background-color: #cc521a;
    color: #222;
    cursor: pointer;
    display: block;
    height: 40px;
    margin-top:0px;
    line-height: 40px;
    text-align: center;
    width: 190px;
    width:100%;
    width:auto;
	font-size:10pt;
	color:#fff;
	border: solid 1px #f6f6f6;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	border-bottom: none;
	border-top: none;
	padding:0 10px;
}
.viewBranch .ht_tabs .tabList li a:hover{
	background-color: #b60017;
}
.viewBranch .ht_tabs .tabList li.focusOpen{
	margin-top: -5px;
}
.viewBranch .ht_tabs .tabList li.focusOpen a{
	background-color: #fff;
    border-bottom: none;
    color: #cc521a;
    font-weight:bold;
    height: 45px;
    margin-top: 0;
    border: solid 1px #cc521a;
    border-bottom: none;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	background-image: url(../images/kdvs_tabsFocusOpenListItemBg.png);
	background-position: bottom center;
	background-repeat: no-repeat;
}
.viewBranch .ht_tabs .tabContentGroup{width:100%; position:relative;}
.viewBranch .ht_tabs .tabContentGroup .tabContent{ display:none; border-top:none; position:relative;}
.viewBranch .ht_tabs .tabContentGroup .tabContent.focusOpen{ display:block;}


/*--------------------------------二维码--------------------------------*/
.serviceBox {
	position: fixed;
	z-index: 40;
	overflow: hidden;
	background-image: url(../images/onlineServiceText.gif);
	background-size: auto 29px;
	background-repeat: no-repeat;
	background-position: 63px 25px;
	background-color: #fff;
	width: 140px;
	height: 70px;
	top: 200px;
	right: 2%;
	border-radius: 10px;
	/*border: solid 1px #ddd;*/
	box-shadow: 0 0 4px 1px #aaa;
}
.erweimaBox {
	position: fixed;
	z-index: 40;
	background: url(../images/erweima.png) no-repeat;
	width: 140px;
	height: 245px;
	top: 290px;
	right: 2%;
}
.fapiaoBox {
	position: fixed;
	z-index: 40;
	overflow: hidden;
	background: url(../images/fpbg.gif) no-repeat;
	background-size: auto 100%;
	background-position: left 0;
	width: 140px;
	height: 195px;
	top: 545px;
	right: 2%;
	border-radius: 10px;
}
.erweimaBox a.close {
	display: block;
	float: right;
	background: url(../images/erweima_close.png) center center no-repeat;
	padding: 5px 15px;
	text-indent: -9999px;
	cursor: pointer;
}
.erweimaBox a.close {
	display: block;
	float: right;
	background: url(../images/erweima_close.png) center center no-repeat;
	padding: 5px 15px;
	text-indent: -9999px;
	cursor: pointer;
}
.fapiaoBox a.close {
	position: absolute;
	z-index: 10;
	right: 0;
	display: block;
	background: url(../images/erweima_close.png) center center no-repeat;
	padding: 5px 15px;
	text-indent: -9999px;
	cursor: pointer;
}
.serviceBox a.serviceTips{
	display: block;
	padding: 0 !important;
}
.serviceBox a.close {
	position: absolute;
	z-index: 10;
	right: 0;
	display: block;
	background: url(../images/erweima_close_black.png) center center no-repeat;
	padding: 5px 15px;
	text-indent: -9999px;
	cursor: pointer;
}
.fapiaoBox img {
	display: block;
}
.serviceBox img {
	float: left;
	height:60px;
	padding: 5px 80px 0 5px;
}


/*电子营业执照二维码*/
#winpop {
	width: 160px;
	height: 0px;
	position: fixed;
	right: 10px;
	bottom: 0;
	border: solid 1px #fc0;
	background-color: #fff;
	margin: 0;
	padding: 1px;
	overflow: hidden;
	display: none;
	z-index: 2000;
	box-shadow: 0 0 15px #999;
}
#winpop .title{
	width: 100%;
	height: 28px;
	line-height: 28px;
	background: #fc0;
	font-weight: bold;
	text-align: center;
	font-size: 12px;
	color: #fff;
}
#winpop .con{
	width: 100%;
	height: 200px;
	line-height: 80px;
	font-weight: bold;
	font-size: 12px;
	color: #f00;
	text-decoration: underline;
	text-align: center
}
#winpop .con img{
	width: 143px;
	margin: 0 auto;
}
#winpop span.close {
	position:absolute;
	z-index:60;
	top: -4px;
	right: 8px;
	padding: 5px;
	display: block;
	background: url(../images/erweima_close.png) center center no-repeat;
	text-indent: -99999px;
	cursor: pointer;
}

/*.qrCodeBox {
	position: fixed;
	z-index: 40;
	background: url(../images/qrCodeImg.jpg) no-repeat;
	width: 200px;
	height: 260px;
	border: solid 4px #fab72a;
	top: 120px;
	right: 2%;
	box-shadow: 5px 5px 10px #999;
	display: none;
}
.qrCodeBox .qrLink {
	position: absolute;
	z-index: 50;
	text-indent:-9999px;
	width: 150px;
	height: 210px;
	top: 50px;
	right: 2%;
}
.qrCodeBox a.close {
	display: block;
	float: right;
	background: url(../images/qr_close.png) center center no-repeat;
	padding: 5px 15px;
	text-indent: -99999px;
	cursor: pointer;
}*/

/*--------------------------------returnTop--------------------------------*/
div#returnTop {
	width: 50px;
	height: 48px;
	position: fixed;
	z-index: 999;
	right: 5%;
	bottom: 15px;
	display: none;
}
div#returnTop a {
	background: transparent url(../images/return_top.png) no-repeat;
	text-align: center;
	text-decoration: none;
	display: block;
	width: 50px;
	height: 48px;
	-moz-transition: color 0.1s;
	-webkit-transition: color 0.1s;
	-o-transition: color 0.1s;
}
div#returnTop a:hover {
	background: transparent url(../images/return_top.png) 0 bottom no-repeat;
	-moz-transition: color 0.2s;
	-webkit-transition: color 0.2s;
	-o-transition: color 0.2s;
}

/*--------------------------------404页面--------------------------------*/
article.operationResult {
	position: relative;
	width: 40%;
	margin: 50px auto;
	padding: 30px 0 60px 80px;
	height: auto;
	border: 6px solid #e9e9e9;
	background:url(../images/errorBg.png) 100px center no-repeat;
}
article.operationResult .tipsModule {
	background-color:transparent;
	padding-left:180px;
	width:50%;
}
article.operationResult .tipsModule h4{
	/*border-bottom: solid 1px #ccc;*/
	height:30px;
}
article.operationResult .tipsModule p {
	font-size: 14px;
	line-height: 2em;
	margin: auto;
	padding-top: 15px;
}
article.operationResult .tipsModule a {
	color: #b60017;
	text-decoration:underline;
}
article.operationResult .tipsModule #sec{
	color:#cc521a;
}
article.operationResult .toolbar{
	padding-top:20px;
}
article.operationResult .toolbar a.button{
	background: #ccc;
}
article.operationResult .toolbar a.button:hover{
	background:#cc521a;
}



.dialog {
	position: absolute;
	position:fixed;
	left: 50%;
	top:50%;
	opacity:0;
	z-index:5000;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
	display:none;
}
.dialog.open{
	opacity: 1;
}
.dialog.close{
	opacity: 0;
}
.dialog .wrapper {
	position: absolute;
	width: 400px;
	height: 300px !important;
	left: -220px;
	top: -170px;
	padding: 20px;
	background-color: #fff;
	border: solid 5px #f2b100;
	border: solid 1px #f2b100;
	box-shadow: 0px 0px 5px #f2b100;
	border-radius: 5px;
}

.dialog .title {
	font-size: 15px;
	font-weight: 700;
	color: #141414;
	height: 30px;
	line-height: 30px;
	text-indent: 5px;
	background-image: url(../images/attention.png);
	background-repeat: no-repeat;
	background-position: 2px 0;
	padding-left: 20px;
}
.dialog ul{
	border-top: solid 1px #ddd;
	height: 240px;
	overflow: auto;
	padding: 10px;
}
.dialog .closeButton {
	background-image: url(../images/closeBtn.png);
	background-position: right 0;
	background-repeat:no-repeat;
	background-color:transparent;
	position: absolute;
	right: 16px;
	top: 20px;
	color: #CCC;
	width: 20px;
	height: 20px;
	display: block;
	text-indent: -9999px;
}
.dialog .closeButton:hover {
	background-image: url(../images/closeBtn.png);
	background-position: right -29px;
	background-repeat:no-repeat;
	background-color:transparent;
}
.dialog .confirmButton {
	border-radius: 3px;
	cursor: pointer;
	text-align: center;
	margin: auto;
	display: block;
	background-color:#cc521a;
	width: 150px;
	height: 30px;
	line-height: 28px;
	font-size: 10pt;
	color: #fff;
	display: none;
}
.dialog .confirmButton:hover {
	background: #ff7800;
}
.dialog ul {
}
.dialog li {
	line-height: 30px;
}




.dialog.min {
}
.dialog.open{
}
.dialog.close{
}
.dialog.min .wrapper {
	width:300px;
	height:100px;
	left: -110px;
	top: -60px;
	padding:10px;
}

.dialog.min .title {
}
.dialog.min .closeButton {
	right: 10px;
	top: 15px;
}
.dialog.min .closeButton:hover {
}
.dialog.min ul {
	height:50px;
}
.dialog.min li {
}


.dialog.rightBottom {
	right:20px;
	bottom:20px;
	left:auto;
	top:auto;
}
.dialog.rightBottom .wrapper {
	right:0;
	bottom:0;
	left:auto;
	top:auto;
}


.dialog.confirmDialog .confirmButton{
	display: block;
}