@charset "utf-8";
body {
	margin: 0px;
}
img {

}
* {
	font-family: "宋体";
}
ul {
	margin: 0px;
	padding: 0px;
}
li {
	list-style: none;
}
dl, dd {
	margin: 0;
}
a {
	text-decoration: none;
}
.globalHeader_box {
	width: 100%;
	height: 130px;
}
.head_top {
	width: 100%;
	background: #f8f8f8;
	border-bottom: 1px solid #e5e5e5;
}
.head_top div {
	width: 1200px;
	margin: auto;
	overflow: hidden;
}
.head_top div p {
	float: left;
	font-size: 12px;
	color: #888;
	line-height: 30px;
}
.head_top div span {
	display: block;
	float: right;
	font-size: 12px;
	color: #888;
	line-height: 30px;
}
#globalHeader_top {
	width: 1200px;
	height: 100px;
	margin: auto;
	overflow: visible;
	z-index: 1px;
}
#globalHeader_top img {
	float: left;
	width: 470px;
	height: 100px;
}
#globalHeader_nav {
	width: 700px;
	padding: 0px;
	border: none;
	float: right;
	position: relative;
}
#globalHeader_nav .nav {
	width: 700px;
	height: 100px;
	padding: 0px;
	margin: 0px auto;
	border: none;
	z-index: 9999;
	position: absolute;
}
.blue #globalHeader_nav li {
	width: 100px;
	float: left;
	display: block;
}
#globalHeader_nav span {
	width: 100px;
	line-height: 100px;
	float: left;
	text-align: center;
	display: block;
}
#globalHeader_nav span a {
	display: block;
	font-size: 15px;
	color: #d7000f;
	text-align: center;
	line-height: 100px;
}
#globalHeader_nav .column {
	position: relative;
	width: 100px;
	line-height: 100px;
	float: left;
	text-align: center;
	z-index: 1000;
}
#globalHeader_nav .column a {
	font-size: 15px;
	color: #222;
	text-align: center;
	width: 100px;
	line-height: 100px;
	display: block;
}
#globalHeader_nav .column a:hover {
	color: #d7000f;
}
#globalHeader_nav .columnI {
	display: block;
	overflow: hidden;
	width: 100px;
	float: left;
	font-size: 14px;
	line-height: 40px;
	color: #fff;
	text-align: center;
	z-index: 1;
}
#globalHeader_nav .son {
	display: block;
	position: absolute;
	overflow: hidden;
	top: 100px;
	left: 0;
	width: 100px;/*如要横向改长即可*/
	font-size: 14px;
	filter: alpha(opacity=1);
	opacity: 0.9;
	background-color: #d7000f;
	padding: 0px 0px 0px 0px;
	z-index: 1;
	background-image: none;
}
#globalHeader_nav .son a, .blue #globalHeader_nav .columnI a {
	width: 100%;
	font-size: 14px;
	color: #fff;
	text-align: center;
	line-height: 40px;
	display: block;
	background-image: none;
}
#globalHeader_nav a {
}
#globalHeader_nav .hide {
	display: none;
}
#globalHeader_nav .mainindex {
	background: none;
}
#globalHeader_nav, .blue #globalHeader_nav a, .blue #globalHeader_nav .column {
	overflow: visible;
}
#globalHeader_nav .column dd a {
	height: 40px;
	font-size: 14px;
	color: #fff;
	text-align: center;
	text-indent: 5px;
	line-height: 40px;
	display: block;
}
#globalHeader_nav .column dd a:hover {
	width: 100%;
	height: 40px;
	padding: 0px;
	margin: 0px;
	font-size: 14px;
	color: #d7000f;
	text-align: center;
	text-indent: 5px;
	line-height: 40px;
	display: block;
	text-decoration: none;
	filter: alpha(opacity=100);
	opacity: 1;
	background-color: #fff;
	overflow: hidden;
	border-top: none;
}
/*幻灯片*/

#globalHeader_ad {
	width: 100%;
	height: 500px;
	padding: 0px;
	margin: 0px auto;
}
#full-screen-slider {
	width: 100%;
	height: 500px;
	position: relative;
	float: left;
	overflow: hidden;
	margin: auto;
}
#slides {
	display: block;
	width: 100%;
	height: 500px;
	list-style: none;
	padding: 0;
	margin: 0;
	position: relative
}
#slides li {
	display: block;
	width: 100%;
	height: 100%;
	list-style: none;
	padding: 0;
	margin: 0;
	position: absolute
}
#slides li a {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -9999px
}
#pagination {
	display: block;
	list-style: none;
	position: absolute;
	left: 25%;
	bottom: 10px;
	z-index: 9900;
	padding: 5px 15px 5px 0;
	margin: 0
}
#pagination li {
	display: block;
	list-style: none;
	width: 12px;
	height: 12px;
	float: left;
	margin-left: 15px;
	border-radius: 100%;
	background: #FFF
}
#pagination li a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	text-indent: -9999px;
}
#pagination li.current {
	background: #d7000f;
}
