
/*------------------------------------------------全局元素-------------------------------------------*/
/*--------------------------------Powered by Leo-----------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	border: 1;
	font-size: 14px;
	font: inherit;
	font-family: "微软雅黑", "宋体", Verdana, Arial, Helvetica, sans-serif;
	vertical-align: baseline;
	margin: 0;
	padding: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, header, menu, dialog, footer, figure, dl, dt, dd, ul, li {
	display: block;
}
body, html {
}
a {
	color: #000;
	text-decoration: none;
	font-size: 14px;
}
a:hover {
	color: #C00;
}
form {
	display: inline;
	margin: 0;
	padding: 0;
}
img {
	border: 0 none;
}
ul, ol {
	list-style: none outside none;
}
table {
	width: 100%;
}
.Clear {
	clear: both;
}
/*top*/
.width100 {
	width: 100%;
}
.width1200 {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}
.top {
	height: 120px;
}
.top h1 {
	display: block;
	float: left;
	margin-top: 35px;
	width: 425px;
	height: 52px;
}
.top h1 a {
	font-size: 30px;
	font-weight: bold;
}
.tel {
	display: block;
	float: right;
	font-size: 16px;
	line-height: 25px;
	margin-top: 33px;
	background: url(../image/tel.png) left center no-repeat;
	padding-left: 42px;
}
.tel span {
	font-size: 22px;
	color: #cc3333;
	line-height: 25px;
	font-weight:bold;
}
/*nav*/
.box {
	height: 45px;
	background: url(../image/2.png) left center repeat-x;
}
#nav-menu {
	height: 45px;
	width: 1200px;
	margin: 0 auto;
	line-height: 45px;
}
#nav-menu .container {
	position: relative;
	overflow: visible;
	z-index: 99;
}
#nav-menu .menu li {
	position: relative;/*width:90px;*/
	width: 171px;
	float: left;
	text-align: center;
	line-height: 45px;
	z-index: 11100000000;
}
#nav-menu .menu li h3 {
	color: #FFF;
	font-size: 16px;
	width: 171px;
	height: 45px;
	line-height: 45px;
	text-align: center;
}
/*#nav-menu .menu li h3.t_nav:hover {
	background: url(../image/3.png) left center no-repeat;
}*/
#nav-menu .menu li a.xialaguang {
	display: block;
	color: #FFF;
	height: 45px;
	font-size: 16px;
	width: 171px;
	text-align: center;
	line-height: 45px;
}
#nav-menu .menu li a.selected, #nav-menu .menu li a.navhover, #nav-menu .menu li a.xialaguang:hover {
	background: url(../image/3.png) left center no-repeat;
}
#nav-menu .menu li a.navhover, #nav-menu .menu li a.xialaguang:hover {
}
#nav-menu .menu li a.xialaguang span {
	height: 45px;
	line-height: 45px;
	display: inline-block;
	font-weight: bold;
}
#nav-menu .menu li a.selected span, #nav-menu .menu li a.navhover span, #nav-menu .menu li a.xialaguang:hover span {
	cursor: pointer;
}
#nav-menu .menu li a.navhover span, #nav-menu .menu li a.xialaguang:hover span {
	width: 171px;
	text-align: center;
}
#nav-menu .menu ul.children {
	display: none;
	position: absolute;
	top: 45px;
	background: #cc3333;
	line-height: normal;
}
#nav-menu .menu ul.children li {
	width: 171px;
	font-size: 13px;
	border-bottom: 1px dashed #b41e1e;
	height: 32px;
	line-height: 32px;
	text-align: center;
}
#nav-menu .menu ul.children li h3 {
	display: block;
	width: 100%;
}
#nav-menu .menu ul.children li h3 a {
	height: 32px;
	line-height: 32px;
	overflow: hidden;
	display: block;
	color: #fff;
	text-align: center;
	text-decoration: none;
	font-size: 13px;
}
#nav-menu .menu ul.children li h3 a:hover,#nav-menu .menu ul.children li h3 a:active {
	background-color: #b41e1e;
	text-decoration: none;
	width: 171px;
	display: block;
	background-image: none;
	height: 32px;
	line-height:32px;
}
/*banner*/
.banner {
	position: relative;
	width: 100%;
	overflow: hidden;
}
.banner .hd {
	width: 100%;
	height: 14px;
	overflow: hidden;
	position: absolute;
	bottom: 50px;
	z-index: 9;
}
.banner .hd ul {
	height: 14px;
	width: 1000px;
	margin: 0 auto;
	text-align: center;
}
.banner .hd ul li {
	display: inline-block;
*display:inline;
	zoom: 1;
	width: 12px;
	height: 12px;
	border-radius : 50%;
	text-indent: -9999px;
	margin: 0 8px;
	background: #333;
	cursor: pointer;
}
.banner .hd ul li.on {
	background: #cc3333;
}
.banner .bd {
	position: relative;
	width: 100%;
	height: auto;
	z-index: 0;
	overflow: hidden;
}
.banner .bd ul {
}
.banner .bd ul li {
	zoom: 1;
	vertical-align: top;
}
.banner .bd ul li img {
	width: 100% !important;
	height: auto !important;
}
.banner a.prev, a.next {
	display: block;
	width: 49px;
	height: 104px;
	position: absolute;
	top: 180px;
	filter: alpha(opacity=40);
	-moz-opacity: 0.4;
	-khtml-opacity: 0.4;
	opacity: 0.4;
	z-index: 1;
	display: none;
}
.banner a.prev {
	left: 20px;
	background: url(../image/foot.png) no-repeat 0 0;
}
.banner a.next {
	right: 20px;
	background: url(../image/foot.png) no-repeat -49px 0;
}
/*网站底部*/
.footer {
	background: url(../image/f_bj.jpg) left top no-repeat;
	height: 306px;
	overflow: hidden;
}
.footer_left {
	float: left;
	width: 300px;
	text-align: center;
}
.footer_left img {
	margin-top: 70px;
}
.footer_right {
	float: left;
	width: 820px;
	margin-left: 80px;
	padding-top: 40px;
}
.footer_right p {
	color: #fff;
	line-height: 26px;
	font-size: 14px;
}

/*翻页*/
div.flickr {
	padding: 0px;
	text-align: center;
	font-family: "微软雅黑";
	font-size: 12px;
	text-align: center;
	margin: 50px 0px;
	width:100%;
	overflow:hidden;
}
div.flickr a {
	border-right: #dedfde 1px solid;
	padding-right: 6px;
	background-position: 50% bottom;
	border-top: #dedfde 1px solid;
	padding-left: 6px;
	padding-bottom: 2px;
	border-left: #dedfde 1px solid;
	color: #cc3333;
	margin-right: 3px;
	padding-top: 2px;
	border-bottom: #dedfde 1px solid;
	text-decoration: none;
}
div.flickr a:hover {
	border-right: #000 1px solid;
	border-top: #000 1px solid;
	background-image: none;
	border-left: #000 1px solid;
	color: #fff;
	border-bottom: #000 1px solid;
	background-color: #cc3333;
}
div.flickr a:active {
	border-right: #000 1px solid;
	border-top: #000 1px solid;
	background-image: none;
	border-left: #000 1px solid;
	color: #fff;
	border-bottom: #000 1px solid;
	background-color: #cc3333;
}
div.flickr span {
	padding-right: 6px;
	padding-left: 6px;
	padding-bottom: 2px;
	color: #999;
	margin-right: 3px;
	padding-top: 2px;
}
div.flickr span.current {
	padding-right: 6px;
	padding-left: 6px;
	font-weight: bold;
	padding-bottom: 2px;
	color: #ff0084;
	margin-right: 3px;
	padding-top: 2px;
}
div.flickr span.disabled {
	padding-right: 6px;
	padding-left: 6px;
	padding-bottom: 2px;
	color: #adaaad;
	margin-right: 3px;
	padding-top: 2px;
}
/*css scott style pagination*/
/*翻页 end*/