body {
	line-height:150%;
	font-family:"Microsoft YaHei", "Arial";
	font-size:1rem;
	color: #222222;
	background-color: #FFFFFF;
	letter-spacing:0;
}
a {
	color: #222222;
	text-decoration: none;
}
a:link,a:visited {
	text-decoration: none;
	color: #222222;
}
a:hover,a:active {
	color: #FF2200;
	text-decoration: none;
}
.header{
}

.highlight{
	font-weight: bold;
}

.side-bar{
	position: fixed;
	right: 7px;
	bottom: 100px;
	font-size: 1rem;
	z-index: 1021;
	line-height: 18px;
}
.side-bar .side-btn{
	width: 40px;
	cursor: pointer;
	text-align: center;
	position: relative;
	color: #FFFFFF;
	padding: 7px;
	line-height: 1.2;
	background-color: #00A42E;
}
.side-bar .side-btn-close{
	width: 40px;
	cursor: pointer;
	text-align: center;
	border: 1px solid #CCCCCC;
	margin-top: 1px;
	font-size: 0.6rem;
	background-color: #FFFFFF;
}
.side-bar .side-btn:hover{
	background-color: #FF7200;
}
.side-bar .go-top{
	display:none;
	background-image: url(/images/goup.png);
	background-position: center center;
	height: 30px;
	width: 40px;
	background-repeat: no-repeat;
}
.side-bar .show_weixin{
	margin-bottom: 1px;
}
.side-bar .main-panel{
	background-color: #FFFFFF;
	height: 350px;
	width: 180px;
	position: absolute;
	right: 46px;
	bottom: 0px;
	padding: 10px;
	display:none;
	cursor: default;
	color: #444444;
	-moz-box-shadow:0px 0px 6px #999999; -webkit-box-shadow:0px 0px 6px #999999; box-shadow:0px 0px 6px #999999;
}
.side-bar .qrcode3{
	display: block;
	margin: auto;
	clear: both;
	height: 300px;
	width: 150px;
}

.cleardiv{
	line-height: 0px;
	clear: both;
	height: 0px;
	overflow: hidden;
}
.tzg_top{
	clear: both;
	margin: auto;
	height: 20px;
	display: block;
}
.tzg_closebtn{
	float: right;
	font-size: 18px;
	margin-right: 10px;
	line-height: 20px;
}
.tzg_closebtn:link{
	color: #222222;
	text-decoration: none;
}
.tzg_closebtn:hover{
	color: #FF0000;
	text-decoration: none;
}
.tzg_closebtn:visited{
	color: #222222;
	text-decoration: none;
}
.tzg_closebtn:active{
	color: #FF0000;
	text-decoration: none;
}
#tzg_qrcode{
	clear: both;
	height: 128px;
	width: 128px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
.arrow1{
	background-image: url(http://www.jcxxg.com/images/arrow1.gif);
	background-repeat: no-repeat;
	background-position: 10px 1rem;
	text-indent: 20px;
}
.arrow12{
	background-image: url(http://www.jcxxg.com/images/arrow1.gif);
	background-repeat: no-repeat;
	background-position: 10px 8px;
	text-indent: 15px;
}
.content-width{
max-width:760px;
}