﻿@charset "utf-8";
/* CSS Document */
body {
	font-size: 12px;
	font-family:"微软雅黑";
	color:#000;
	background:#ffffff;
}
ul {
	list-style: none;
}
* {
	margin: 0;
	padding: 0;
}
a {
	outline: none;
	color:#000;
	text-decoration: none;
}
a img {
	border: none;
}
a:hover { text-decoration:none;}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
.top_r a:hover,.nav a:hover{ color:#811e09;}
/*====公共样式结束====*/
.head {
	clear: both;
	width: 100%;
}
.top_bg {
	clear: both;
	height: 35px;
	background-color: #f2f2f2;
	line-height: 35px;
	font-family: "宋体";
}
.top {
	height: 35px;
	width: 1000px;
	overflow: hidden;
	margin:0 auto;
}
.top_l {
	float: left;
}
.top_r {
	float: right;
}
.top_r a {
	margin-left: 10px;
}
.top2_bg {
	clear: both;
	height: 110px;
	overflow: hidden;
}
.top2 {
	height: 115px;
	width: 1000px;
	overflow: hidden;
	margin:0 auto;
}
.logo_bg {
	height: 70px;
	clear:both;
	width: 1000px;
	overflow: hidden;
}
.logo{
    float: left;
	height: 70px;
	width: 300px;
	overflow: hidden;
}
.search {
	float: right;
	height: 28px;
	width: 263px;
	background-image: url(../images/search_bg.jpg);
	background-repeat: no-repeat;
	margin-top: 20px;
}
.hyt_search {
	height: 28px;
	width: 225px;
	border:none;
	outline:none;
	line-height:28px;
	padding:0 5px;
	background:none;
	color:#b4b4b4;
	float:left;
}
.hyt_bt {
	height: 28px;
	width: 28px;
	border:none;
	outline:none;
	background:none;
	float:left;
	cursor:pointer;
}
.nav_bg {
	line-height: 45px;
	clear: both;
	height: 45px;
	overflow: hidden;
	width: 1000px;
}
.nav {
	font-family: "宋体";
	float: left;
	height: 45px;
	width: 660px;
	overflow: hidden;
}
.nav a {
	margin-right: 20px;
}
.top_tel {
	float: right;
}
.banner {
	clear: both;
	height: 500px;
	width: 100%;
	overflow: hidden;
}

#full-screen-slider {
	width:100%;
	height:500px;
	position:relative;
}
#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 img{ height:500px;}
#slides li a { display:block; width:100%; height:100%;}

#pagination { list-style:none; position:absolute; right:5%; bottom:18px; z-index:9900; margin:0;}
#pagination li { display:block; list-style:none; width:15px; height:10px; float:left; margin-right:10px; background:#e0e0e0 }
#pagination li a { display:block; width:100%; height:100%; padding:0; margin:0;  text-indent:-9999px; cursor:pointer;}
#pagination li.current,#pagination li a:hover { background:#ffe079}
