/* CSS Document */
/* Remove margin padding */
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td {
	margin: 0;
	padding: 0;
}
/* Default Font */
body, button, input, select, textarea {
	font: 12px/1.5 Tahoma, 'Simsun', '宋体'/*,'Microsoft Yahei'*/;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}
address, cite, dfn, em, var {
	font-style: normal;
}
code, kbd, pre, samp {
	font-family: courier new, courier, monospace;
}
small {
	font-size: 12px;
}
ul, ol {
	list-style: none;
}
a {
	text-decoration: none;
	cursor: pointer;
	color: #1b1b1b
}
p {
	color: #333333;
}
a:hover {
	text-decoration: underline;
}
sup {
	vertical-align: text-top;
}
sub {
	vertical-align: text-bottom;
}
legend {
	color: #000;
}
fieldset, img {
	border: 0;
}
/*img{display:block;}*/
button, input, select, textarea {
	font-size: 100%;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.col-main {
	float: left;
	width: 100%;
	min-height: 1px;
}
.col-sub, .col-extra {
	float: left;
}
.layout:after, .main-wrap:after, .col-sub:after, .col-extra:after {
	content: '\20';
	display: block;
	height: 0;
	clear: both;
}
.layout, .main-wrap, .col-sub, .col-extra {
	zoom: 1;
}
/*定义浮动*/
.fl {
	float: left;
}
.fr {
	float: right;
}
/* Common Features */
.hidden {
	display: none;
}
.invisible {
	visibility: hidden;
}
/* Remove Float */
.clear {
	display: block;
	height: 0;
	overflow: hidden;
	clear: both;
}
.clearfix:after {
	content: '\20';
	display: block;
	height: 0;
	clear: both;
}
.clearfix {
*zoom:1;
}
/* For non ie browsers also display the vertical scroll bar by default, to prevent the flicker caused by the scroll bar */
html {
	overflow-y: scroll;
}
/* Default link styles */
a:link, a:visited {
	text-decoration: none;
}
a:hover, a:active {
	text-decoration: underline;
}
/*底部友情链接*/

/*分页*/
.tg_pages {
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}
.tg_pages li {
	display: inline;
	line-height: 22px;
}
.tg_pages li a {
	margin-right: 5px;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	border: 1px solid #CCC;
	background-color: #FFF;
}
.thisclass {
	font-weight: bold;
	color: #C00;
}
/*商务通*/
.swt h1 {
	font-size: 16px;
	margin-bottom: 10px;
	color: #F00;
}
.swt p em {
	color: #F00;
	font-weight: bold;
}
.swt p, .swt b {
	line-height: 23px;
	color: #000;
	font-size: 14px;
}
.lianxifangshi, .swt p a {
	color: #F00;
	font-weight: bold;
	font-size: 14px;
}
.swt p a:hover {
	color: #054B81;
}
.lianxifangshi {
	margin-top: 10px;
}
.color1 {
	color: #F90;
}
.fw {
	font-weight: bold;
}
