#page1 #content {
	padding:24px 0 48px;
}
#page3 #content {
	padding:31px 0 48px;
}
.slider_sh {
	background:url(../images/slider_sh.png) left top no-repeat;
	padding:6px 15px 36px 16px;
	width:100%;
}
h4 {
	display:block;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:28px;
	line-height:1.2em;
	color:#000;
	font-weight:normal;
	word-spacing:-1px;
	margin-bottom:71px;
}
h4 span {
	display:block;
	margin-top:-3px;
}
.slider {
	width:929px;
	height:300px;
	overflow:hidden;
	position:relative;
}
.pagination {
	position:absolute;
	right:12px;
	bottom:11px;
	overflow:hidden;
	z-index:9;
}
.pagination li {
	float:left;
	margin-left:2px;
}
.pagination li:first-child {
	margin-left:0;
}
.pagination li a {
	display:block;
	width:19px;
	height:18px;
	background:url(../images/pagination.png) right top no-repeat;
}
.pagination li a:hover,
.pagination .current a {
	background-position:left top;
}
.pagination .current a {
	cursor:default;
}
.items {display:none;}
.banner {
	position:absolute;
	left:0;
	top:0;
	width:350px;
	height:300px;
	overflow:hidden;
	background:url(../images/bann_bg.png) left top no-repeat;
}
.banner p {
	line-height:18px;
	margin-bottom:61px;
	text-shadow:#efefef 1px 1px;
	color:#424242;
}
.indent_bnr {
	padding:40px 86px 0 36px;
}
.banner .button-1,
.banner .button-1 span {
	background-position:left bottom;
}
.banner .button-1 span span {
	background-position:right bottom;
}
.banner .button-1:hover,
.banner .button-1:hover span {
	background-position:left top;
}
.banner .button-1:hover span span {
	background-position:right top;
}
.box-1 {
	width:298px;
	border:1px solid #fff;
	background:#fff;
	overflow:hidden;
	box-shadow:0 0 92px -15px rgba(0,0,0,.3) inset, 0 0 3px 1px #d9d9d8;
	-moz-box-shadow:0 0 92px -15px rgba(0,0,0,.3) inset, 0 0 3px 1px #d9d9d8;
	-webkit-box-shadow:0 0 92px -15px rgba(0,0,0,.3) inset, 0 0 3px 1px #d9d9d8;
}
.box-1_indent {
	padding:15px 16px 17px 18px
}
.year {
	float:left;
	width:50px;
	font-size:14px;
	color:#93be27;
	margin-top:-1px;
	font-weight:bold;
}
.num {
	width:31px;
	height:31px;
	overflow:hidden;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	background:url(../images/num.png) left top no-repeat;
	text-align:center;
	float:left;
	margin-right:9px;
	margin-top:5px;
}
.num span {
	display:block;
	padding-top:5px;
}
.col-1 {
	float:left;
	width:280px;
}
/********** slideshow **********/
#slideshow {
	width:380px;
	height:300px;
	overflow:hidden;
}
.cycle_wrap .wrapper {
	background:none !important;
}
#slideshow .wrapper {
	width:380px;
	height:300px;
}
#prev,
#next {
	width:13px;
	height:21px;
	background:#f00;
	position:absolute;
	right:16px;
	top:-52px;
	z-index:99;
	background:url(../images/nav.png) left top no-repeat;
}
#next {
	right:-1px;
	background-position:right bottom;
}
#next:hover {
	background-position:right top;
}
#prev {
	background-position:left top;
}
#prev:hover {
	background-position:left bottom;
}
/*********************************bg's*************************************/
.bg-1 {
	background:url(../images/bg-2.png) left top no-repeat;
	width:940px;
	height:77px;
	overflow:hidden;
}
.border-1 {
	border-bottom:1px solid #d9d9d9;
}
/*********************************buttons*************************************/
.button-1 {
	display:inline-block;
	padding:0 0 0 2px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:17px;
	color:#fff;
	height:39px;
	overflow:hidden;
	background:url(../images/button1_l.png) left top no-repeat;
}
.button-1 span {
	display:block;
	background:url(../images/button1_r.png) right top no-repeat;
	padding:0 2px 0 0;
}
.button-1 span span {
	padding:10px 35px 12px 25px;
	background:url(../images/button1_t.png) left top repeat-x;
}
.button-1:hover,
.button-1:hover span span {
	background-position:left bottom;
}
.button-1:hover span {
	background-position:right bottom;
}
.button-2 {
	display:inline-block;
	color:#fff;
	font-size:20px;
	line-height:1.2em;
	text-transform:uppercase;
	font-family: 'Oswald', sans-serif;
	padding:0 0 0 2px;
	background:url(../images/button2_l.png) left top no-repeat;
	height:43px;
	overflow:hidden;
}
.button-2 span {
	display:block;
	background:url(../images/button2_r.png) right top no-repeat;
	padding:0 2px 0 0;
}
.button-2 span span {
	background:url(../images/button2_t.png) right top repeat-x;
	padding:8px 19px 11px 20px;
}
.button-2:hover {
	background-position:left bottom;
}
.button-2:hover span,
.button-2:hover span span {
	background-position:right bottom;
}
/*********************************lists*************************************/
.ul-1 li {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	padding:6px 0;
}
.ul-1 li a {
	color:#000;
	background:url(../images/ul1.png) left -41px no-repeat;
	padding:0 0 0 14px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.ul-1 li a:hover {
	background-position:left 4px;
	text-decoration:underline;
}
.dl-1 dt {
	color:#272727;
	margin-bottom:5px;
}
.dl-1 dd {
	overflow:hidden;
}
.dl-1 dd span {
	display:block;
	float:left;
	width:85px;
}
.soc_list {
	overflow:hidden;
	float:right;
	padding-top:30px;
}
.soc_list li {
	float:left;
	margin-left:10px;
}
.soc_list li:first-child {
	margin-left:0;
}
.soc_list li a {
	display:block;
	width:20px;
	height:20px;
}
