﻿@charset "utf-8";
body{
	font-family:arial;	
	font-size:11px;
	margin:0;
	color:#373737;
}
a{
	color:#373737;
	text-decoration:none;
}
a:hover{
	color:#1f6eb1;
	text-decoration:none;
}
img, a img{
	border:0;
}
input, select, form, textarea {
	margin:0;
	padding:0;
	font-size:12px;
	color:#666666;
}
ul, li, dl, dt, dd, ol {
	margin:0;
	padding:0;
	list-style:none;
}
h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
}
p {
	margin:0;
}
.boxer {
	margin:0 auto;
	width:994px;
}
.justclear {
	clear:both;
	overflow:hidden;
	height:0;
}
#wrapper {
	width:auto;
}
a.blue {
	color:#1f6eb1;
}
/* Header Css Style */
#header {
	height:99px;
	overflow:hidden;
}
	#header .navbg{
		background:url(../images/bg_nav.gif) no-repeat;
		height:38px;
	}
#header #nav{
	height:38px;
	overflow:hidden;
}
	#header #nav li{
				height:38px;
				float:left;
				text-align:center;
				background:url(../images/split.gif) no-repeat right 50%;
	}
	#header #nav li.last {
				background:none;
	}
	#header #nav li a{
					height:26px;
					color:#fff;
					padding:12px 0 0 0;
					display:block;
					width:140px;
	}
	#header #nav li a:hover {
					color:#FFFF00;
		}
		#header #nav li ul {
				display:none; 
				width:138px; 
				position:absolute;
				overflow:hidden;
				z-index:1000;
				margin-top:-5px;
				background:#fff;
				border-left:#487dbb solid 1px;
				border-right:#487dbb solid 1px;
				border-bottom:#487dbb solid 1px;
				padding:5px 0 10px 0;
				FILTER:alpha(opacity=80);
		}
			#header #nav li ul li{
					float:left; 
					height:30px;
					text-align:left;
					background:none;
			}
			#header #nav li ul a{
					display:block; 
					width:111px;
					padding:8px 0 0 27px;
					height:22px;
					color:#1e428e;
			}
			#header #nav li ul a:hover{
					color:#ffe52a;
					background:#548bcb;
					text-decoration:none;
			}
			#header #nav li:hover ul,#header #nav li.sfhover ul {
					display:block;
			}
				
				
	#header .search {
		padding-top:5px;
	}
		#header .search .input {
			background:url(../images/bg_search.gif) no-repeat;
			width:176px;
			height:19px;
			border:none;
			margin-right:6px;
			padding:5px 0 0 28px;
			color:#929393;
			font-size:10px;
			font-family:Arial, Helvetica, sans-serif;
		}
		#header .search .go {
			background:url(../images/btn_search.gif) no-repeat;
			width:58px;
			height:24px;
			border:none;
			text-indent:-9999px;
		}
	#header .navi {
		width:198px;
		height:25px;
		overflow:hidden;
		padding-left:554px;
	}
		#header .navi a {
			float:left;
			width:58px;
			height:18px;
			color:#454545;
			text-align:left;
			font-size:12px;
			padding:7px 0 0 8px;
			background:url(../images/icon_arr4.gif) no-repeat left 50%;
		}
		#header .navi a.eng {
			float:left;
			width:58px;
			height:20px;
			color:#5181bc;
			text-align:left;
			font-size:12px;
			padding:5px 0 0 8px;
			background:url(../images/icon_arr4.gif) no-repeat left 9px;
		}
/* Footer Css Style*/
#footer {
	overflow:hidden;
	margin-top:22px;
	color:#7b7b7c;
	background: url(../images/bg_footer.gif) no-repeat center top;
}
	#footer .menu {
		height:23px;
		text-align:left;
		padding-top:8px;
		padding-left:16px;
		font-size:11px;
	}
		#footer .menu a {
			color:#7b7b7c;
		}
	#footer .copyright {
		text-align:right;
		padding-right:14px;
		font-size:12px;
		height:23px;
		color:#a4a5a6;
		padding-top:8px;
	}
	#footer .icp {
		text-align:right;
		padding-right:14px;
		font-size:12px;
		height:31px;
		color:#42577c;
		padding-top:8px;
	}

/*结果文字*/
.resultTxt
{
    font-size: 12pt;
    font-weight:bold;
    font-family:微软雅黑,黑体,宋体,Arial;        
}


/*按钮样式*/
.bttnNext
{
     border-style: none;
    border-color: inherit;
    border-width: 0px;
    font-size: 9pt;
    background-image: url('../images/paynext.jpg');
    background-repeat:no-repeat;    
    width: 99px;
    cursor: hand;
    color: #294f76;
    height: 26px;
}

.bttnReturn
{
     border-style: none;
    border-color: inherit;
    border-width: 0px;
    font-size: 9pt;
    background-image: url('../images/payretrun.jpg');
    background-repeat:no-repeat;    
    width: 99px;
    cursor: hand;
    color: #294f76;
    height: 26px;
}

.bttnSubmit
{
     border-style: none;
    border-color: inherit;
    border-width: 0px;
    font-size: 9pt;
    background-image: url('../images/payconfirmation.jpg');
    background-repeat:no-repeat;    
    width: 99px;
    cursor: hand;
    color: #294f76;
    height: 26px;
}

.bttnNormal
{
    border-style: none;
    border-color: inherit;
    border-width: 0px;
    font-size: 11pt;
    font-weight:bold;
    font-family:黑体,微软雅黑,宋体,Arial;
    background-image: url('../images/btnNormal.png');
    background-repeat:no-repeat;    
    width: 99px;
    cursor: hand;
    color: black;
    height: 26px;    
}
