/*=================================*/
/* Nivo Slider Demo
/* November 2010
/* By: Gilbert Pellegrom
/* http://dev7studios.com
/*=================================*/

/*====================*/
/*=== Reset Styles ===*/
/*====================*/

body{
	font-family:"微软雅黑";}

blockquote:before, blockquote:after,
q:before, q:after {
	content:"";
}
blockquote, q {
	quotes:"" "";
}
/* HTML5 tags */
header, section, footer,
aside, nav, article, figure {
	display: block;
}

/*===================*/
/*=== Main Styles ===*/
/*===================*/



/*============================*/
/*=== Custom Slider Styles ===*/
/*============================*/
#slider-wrapper {
	width:auto;
	height:auto;
	padding-top:0;
	margin-top:0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#slider {
	position:relative;
	width:350px;
	height:220px;
	margin-left:0px;
	background:url(../images/loading.gif) no-repeat 50% 50%;
	background-image: url(../images/loading.gif);
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slider a {
	border:0;
	display:block;
}

.nivo-controlNav {
	position:absolute;
	left:200px;
	bottom:16px;
}
.nivo-controlNav a {
	display:block;
	width:22px;
	height:22px;
	background:url(imagesbullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.nivo-controlNav a.active {
	background-position:0 -22px;
}

.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(imagesarrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
a.nivo-prevNav {
	left:15px;
}

.nivo-caption {
    text-shadow:none;
    font-family: Helvetica, Arial, sans-serif;
}
.nivo-caption a { 
    color:#efe9d1;
    text-decoration:underline;
}

/*====================*/
/*=== Other Styles ===*/
/*====================*/
.clear {
	clear:both;
}

.bannerboard{
	border: 4px solid #F2F2F2;
	padding: 3px;
}
.line{
	
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
}

.line2{
	
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.line3{
	
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D5DAE4;
}
.line4{
	border-bottom-style: none;
	border-bottom-color: #D5DAE4;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #D5DAE4;
	border-right-color: #D5DAE4;
	border-left-color: #D5DAE4;
	border-right-width: 1px;
}
.line5{
	border-bottom-style: solid;
	border-bottom-color: #D5DAE4;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: solid;
	border-top-color: #D5DAE4;
	border-right-color: #D5DAE4;
	border-left-color: #D5DAE4;
	border-right-width: 1px;
	border-bottom-width: 1px;
}

.line6{
	border-bottom-style: none;
	border-bottom-color: #D5DAE4;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #D5DAE4;
	border-right-color: #D5DAE4;
	border-left-color: #D5DAE4;
	border-right-width: 1px;
	border-bottom-width: 1px;
}
a {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
a:hover {
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}

 .degree{
	background:url(imagestop-degree.png) repeat-x;
	height: 100%;
	width: 100%;
	padding-bottom: 0px;
}

#social-bar{
	display: block;
	position: absolute;
	top: -50px;
	left:0px;
	height: 74px;
	width: 1030px;
	overflow: hidden;
	color: #49494b;
	font-size: 24px;
	background: url(imagessocial-bg.png) no-repeat;
	z-index: 222;
}

.wrapper{
	width: 1030px;
	margin: 0 auto;
	position: relative;
}

.dh a {
    font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
}

#nav a {
	font-size: 18px;
	color: #FFFFFF;
	text-decoration: none;
}

#nav a:hover  {
	color: #f24024;	
}
#nav2 a {
	font-size: 14px;
	color: #333333;
	text-decoration: none;
	font-weight: normal;
}
#nav2 a:hover {
	font-size: 14px;
	color: #f24024;
	text-decoration: none;
	font-weight: normal;
}
.current_page { background-color:#0000FF;}

.search{
	height: 100%;
	width: 250px;
	background-repeat: no-repeat;
}
