﻿@charset "UTF-8";

/****************************************

          2. Slide

*****************************************/

#slider{
	height: 255px;
	border-top: 1px solid rgba(255, 255, 255, .8);
	z-index:1;
}

#slider1,
#slider2,
#slider3,
#slider4,
#slider5{
	width: 100% !important;
	height: 255px;
	margin-top:-5px;
}

#slider1{
	z-index: 1;
	display:block; 
}

#slider2{
	z-index: 2;
	display:none; 
}

#slider3{
	z-index: 3;
	display:none; 
}

#slider4{
	z-index: 4;
	display:none; 
}

#slider5{
	z-index: 5;
	display:none; 
}

.wrapper{
		height: 254px;
		position:relative;
		width: 980px;
		margin:0 auto;
}

.wrapper img{
height:254px;
margin-top:5px;
}

.wrapper h3,
.wrapper p{
		font-family:"Microsoft Yahei","SimHei";
		font-size: 24px;
		line-height: 150%;
		padding: 60px 0 0 50px;
		color: #0181CC;
		text-shadow: 0 1px 4px rgba(255,255,255,1);
}

.wrapper p{
			padding-top: 16px;
			font-size: 16px;
			width: 400px;
			color: #666;
}
.wrapper p a{
				text-shadow: none;
}
	
			
/****************************************

          2. Navi

*****************************************/

#s-navi{
	width: 180px;
	margin: 0px auto 0px auto;
	position:relative;
	z-index:5;
	text-align:center;
}
	#s-navi a{
		display: block;
		width: 24px;
		height: 25px;
		float: left;
		background: url(../images/navi-bg.png) no-repeat 0 0;
		color: #fff !important;
		text-align: center;
		line-height: 24px;
		text-decoration: none;
		text-shadow: 0 -1px 0 rgba(0, 0, 0, .8);
		font-family: 'Josefin Sans', sans-serif;
		margin: 0 5px;
	}
	
	#s-navi a:hover,
	#s-navi a.activeSlide{
		background-position: 0 100%;
	}


pre{
	padding:0 10px;
	margin-bottom: 30px;
}

/****************************************

          9. Back to top button 

*****************************************/

#back-top {
	position: fixed;
	bottom: 60px;
	overflow: hidden;
	float: right;
	z-index: 1000;
	/*margin-left:990px*/
	right:10px;
}
#back-top a {
	width: 100px;
	height: 25px;
	display: block;
	font-size: 12px;
	text-decoration: none;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
	line-height: 25px;
	text-shadow: 0 1px 0 rgba(0, 0, 0, .2);
	position: relative;
	margin-bottom: 7px;
}
#back-top a:hover {
	color: #3e7471;
}

#back-top span {
	width: 25px;
	height: 25px;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	background: #ddd;
	text-align: center;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	font-size: 120%;
	-webkit-box-shadow: 0 1px 0 rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 0 rgba(0,0,0,.2);
	box-shadow: 0 1px 0 rgba(0,0,0,.2);
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
	color: #aaa;
}
#back-top a:hover span {
	background-color: #0181CC;
	color: #fff;
}