﻿@charset "utf-8";

#foot {
	        width: 960px;
    margin: 0 auto;
    /* background: #fff; */
    z-index: 9999;
    position: relative;
    padding-top: 15px;
    height: 70px;
    line-height: 20px;
    text-align: center;
    color: #fff;
   background: url(../images/footbj.gif) left top repeat-x;
}


#foot-view, #foot-view a {
	color: #fff;
}

.footBox2 {
	padding-top: 15px;
	height: 70px;
	line-height: 20px;
	text-align: center;
	
}



.footBox2 span {
	margin-right: 15px;
}
/*图片链接*/
.footmodule .imageLink {
	margin: 5px auto;
	width: 100%;
}

.footmodule .imageLink .imageLinkContent {
	float: left;
	width: 100%;
}

.footmodule .imageLink .imageLinkContent ul li {
	float: left;
	margin: 0px 10px;
}

.footmodule .imageLink .imageLinkContent ul li .imgLinkHDiv a {
	display: inline-block;
	text-align: center;
}

.footmodule .imageLink .imageLinkContent ul li .imgLinkHDiv .imgLinkHText
	{
	display: block;
	text-align: center;
}

/*下拉选链接*/
.footmodule .selectLinks {
	margin: 5px auto;
	width: 100%;
}

.footmodule .selectLinks .selectLinkContent {
	margin: 0px auto;
	text-align: left;
}

.footmodule .selectLinks .selectLinkContent select {
	width: 150px;
	cursor: pointer;
	margin: 10px;
}

/*文字链接*/
.footmodule .wordLink_H {
	margin: 5px auto;
	width: 100%;
}

.footmodule .wordLink_H .wordTitle {
	display: none;
}

.footmodule .wordLink_H .wordLinkContent {
	margin: 0px auto;
	width: 100%;
}

.footmodule .wordLink_H ul li {
	float: left;
	margin: 0px 10px;
	line-height: 30px;
}

.footmodule .wordLink_H ul li a {
	display: inline-block;
}