﻿@charset "utf-8";
#page {
	position:relative;
	z-index:5;
	min-width:1200px;
	width:100% !important;
	width:1200px;
}
#page .wrapper {
	overflow:hidden;
	min-width:1200px;
	width:100% !important;
	width:1200px;
}
.home-main{ width:580px; height:280px; position:absolute; left:50%; top:50%; margin-top:-260px; margin-left:-290px; z-index:999}

.home-main .logo{ padding:0px; margin:0px; text-align:center; margin-bottom:20px;}
.home-main .al-bottom{ padding:0px; margin:0px; text-align:center;height:50px; }
.home-main .al-bottom a{ border-radius:5px; color:#FFF ; background-color:#0498e1; padding:10px 30px; text-align:center;line-height:50px;}
.home-main .al-bottom a:hover{ border-radius:5px; color:#FFF ; background-color:#076797; text-align:center; line-height:50px;}

.home #home-slideshow {
	position:relative;
	overflow:hidden;
	margin-top: 0px;
	height:1200px;
	background: url(../Images/loading.gif) no-repeat center;
}
.home #home-slideshow .slide {
	position:absolute;
	left: 0;
	top: 0;
	z-index:10;
	filter:alpha(opacity=0);
	opacity: 0;
}
.home #home-slideshow .slide img {
	display:block;
	position:absolute;
	z-index:5
}
.home #home-slideshow .slide .caption{
	width: 100%;
	height: 70px;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 10;
	overflow: hidden;
	background: url(../Images/bg001.png) no-repeat;
}
.home #home-slideshow .slide .caption h2{
	width: 100%;
	font-size: 24px;
	line-height: 30px;
	color: #fff;
	text-align: center;
	font-weight: normal;
	display:none;
}
.home #home-slideshow a.next,.home #home-slideshow a.previous {
	position:absolute;
	z-index:20;
	width: 57px;
	height: 57px;
}
.home #home-slideshow a.previous{
	left: 0;
	background: url(../Images/prev01.png) no-repeat;
}
.home #home-slideshow a.next{
	right: 0;
	background: url(../Images/next01.png) no-repeat;
}
.slide-buttons {
	position:absolute;
	left:50%;
	bottom:60px;
	z-index: 20;
}
.slide-buttons span {
	display: inline-block;
	width: 5px;
	height: 5px;
	background: url(../Images/bg_sign01.png) no-repeat;
	cursor: pointer;
	float: left;
	margin-right: 10px;
}
.slide-buttons span.on{
	background-position: 0 -5px;
}

.slide-buttons span{
	background: url(../Images/num.png) no-repeat !important;
	width: 48px!important;
	height: 4px!important;
}
.slide-buttons .on{
	background-position: 0 0!important;
	background:url(../Images/numed.png) no-repeat!important;
}


.footer{
	width: 100%;
	min-width: 1200px;
	height: 40px;
	background:#2f2c2c;
	line-height: 40px;
	position:fixed;
	bottom:0px;
	z-index:10
}
.footer-main{
	width: 1200px;
	margin: 0 auto;
}
.footer-main a{
	color: #666;
}
.footer-main a:hover{
	color: #fff!important;
}

.weixin{
	display: inline-block;
	position: relative;
	width: 50px;
	cursor: pointer;
}
.weixin img{

	position: absolute;
    bottom: 40px;
    right: -40px;
    display: none;
    z-index: 10;
}
/*.sina{
	display: inline-block;
	width: 15px;
	height: 12px;
	background: url(../Images/share.png) no-repeat!important;
	background-position: -20px 0!important;
}*/
