/*foot*/
#foot {
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	max-width: 1001px;
	height: 168px;
	position: relative;
	background: #fff;}
/*you-link*/
.you-link{
	width: 965px;
	height: 38px;
	overflow: hidden;
	margin: 0 auto 20px;
	background: #e3f5fd;
	border: 1px solid #a7e2ff;}
.you-link span{
	font-size: 14px;
	line-height: 38px;
	font-weight: normal;
	color: #000;
	float: left;
	margin-left: 15px;}
.you-link .select{
	width: 159px;
	height: 28px;
	padding: 3px 0;
	outline: none;
	float: left;
	margin-top: 5px;
	margin-left: 15px;
	}

/*ul li*/
#foot ul {
	text-align: center;
	margin: 0 auto 2px;}
#foot ul li {
	text-indent: 10px;
	margin-right: 5px;
	display: inline-block;
	background: url(../images/foot-li-bg.jpg) no-repeat left center;}
#foot ul li.start{
	background: none;}
#foot ul li a{
	color: #000;
	font-size: 14px;
	line-height: 25px;}
/*p*/
#foot p {
	text-align: center;
	margin: 0px;
	color: #000;
	line-height: 20px;
	font-size: 12px;}
#foot .QR-code{
	position: absolute;
	right: 30px;
	top: 65px;}
#foot .icon{
	position: absolute;
	right: 100px;
	top: 65px;}










/*自动滚动*/
.blk_18 {
	overflow: hidden;
	zoom: 1;
	font-size: 9pt;
	width: 964px;}
.blk_18 .pcont {
	width: 964px;
	float: left;
	overflow: hidden;}
.blk_18 .ScrCont {
	width: 32766px;
	zoom: 1;
	margin-left: -2px;}
.blk_18 #List1_1,
.blk_18 #List2_1 {
	float: left;}
.blk_18 .LeftBotton,
.blk_18 .RightBotton {
	width: 14px;
	height: 74px;
	float: left;
	background: #c00;}
.blk_18 .LeftBotton {}
.blk_18 .RightBotton {}
.blk_18 .LeftBotton:hover {}
.blk_18 .RightBotton:hover {}
.blk_18 .pl img {
	display: block;
	width: 180px;
	height: 119px;
	cursor: pointer;
	border: none;}
.blk_18 .pl {
	width: 180px;
	height: 119px;
	float: left;
	margin-left: 11px;}










/*backToTop*/
.backToTop {
	width: 100px;
	height: 160px;
	display: block;
	background: url(../images/backtotop.png) no-repeat 0 0;
	position: fixed;
	left: 50%;
	margin-left: 500px;
	bottom: 110px;
	z-index: 10000;}
*html .backToTop {
	position: absolute;
	left: 50%;
	margin-left: 500px;
	z-index: 10000;
	bottom: auto;
	top: expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-125-(parseInt(this.currentStyle.marginTop, 10)||0)-(parseInt(this.currentStyle.marginBottom, 10)||0)));}