@charset "utf-8";

/*--------------------------------通用--------------------------------*/
* {
	margin: 0;
	padding: 0;
}
body, html {
	width: 100%;
	height: auto;
	overflow: auto;/*overflow-x:hidden;*/
	min-width: 1004px;
}
body {
	background-color: #fff;
	font-family: "Microsoft YaHei", Tahoma, Helvetica, Arial, Verdana, SimSun;
	font-size: 14px;
	color: #333;
	height: 100%
}
a {
	color: #cc521a;
	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: 1000px;
	height: 100%;
	position: relative;
	display: block;
	margin: auto;
	overflow: hidden;
}


/*--------------------------------提示信息--------------------------------*/
/*.required {
	color: #F00;
	padding-right: 5px;
}
.tips {
	color: #F60;
	color: #888;
	font-size: 12px;
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	line-height: 2em;
}
.tips strong {
}
table .tips {
	color: #F60;
	color: #888;
	font-size: 12px;
	width: auto;
}*/
.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;
	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;
}


/*--------------------------------toolbar--------------------------------*/
.module .toolbar input[type="button"], .module .toolbar input[type="submit"] {
    background: #cc521a none repeat scroll 0 0;
    border: medium none;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    height: 40px;
    line-height: 29px;
    margin: auto;
    text-align: center;
    width: 150px;
}

/*--------------------------------模块--------------------------------*/
.module {
	overflow: hidden;
	border: none;
	margin: 0;
	padding: 0;
	position: relative;
	width: 100%;
	height: auto;
	background-color: #fff;
}
.module h4.titleBar {
	border-bottom: 1px solid #ccc;
	color: #ba011e;
	font-size: 18px;
	font-weight: normal;
	line-height: 45px;
}
.module h5.titleBar {
	background: #eee;
    border-bottom: 1px solid #ddd;
    color: #c11f26;
    font-size: 16px;
    font-weight: normal;
    line-height: 50px;
    margin: 15px auto;
    text-indent: 1em;
}
.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;
}



/*--------------------------------内容页--------------------------------*/
.pageContent{
	background:#fff;
	padding:30px 0;
}
.pageContent article{
	padding:115px 0 30px;
}


/*--------------------------------表格--------------------------------*/
table {
	width: 100%;
}
table tr {
}
table 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;
}
table td {
	line-height: 2.5em;
	border-bottom: solid 1px #ddd;
	text-align: center;
	vertical-align: middle;
	padding: 5px 0;
}
table.table tr:hover td {
	background-color: #f4f4f4;
}
td.account_yuan {
	color: #a90a03;
	font-weight: bold;
}


/*--------------------------------详细页模块--------------------------------*/
/*.columnContent {
	padding:30px 0;
}*/
.columnContent p {
	text-indent: 2em;
	text-align: justify;
	line-height: 28px;
}



/*--------------------------------面包屑模块--------------------------------*/
.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;
}


/*--------------------------------二维码--------------------------------*/
.serviceBox {
	position: fixed;
	z-index: 40;
	overflow: hidden;
	background-image: url(../../../portal/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(../../../portal/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 {
	display: block;
	float: right;
	background: url(../images/erweima_close.png) center center no-repeat;
	padding: 5px 15px;
	text-indent: -99999px;
	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: -99999px;
	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;
}

/*--------------------------------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;
}