@charset "utf-8";
/* CSS Document 
制作 青华互联网站建设  www.qinghuahulian.com
电话：18653219163  QQ:893157818
联系人：王小姐
*/

/*banner*/
.banner .carousel-caption a{
	display: block;
	width:100%;
	height:100%;
}

.banner .carousel-caption a img{
	display: block;
	width:100%;
	height:auto;
}


.banner .carousel-caption{
	bottom:auto;
	top:25%;
}

.banner .carousel-caption h1{
	font-size:40px;
}


.banner .carousel-caption p{
	font-size:20px;
	margin:20px 0;
}


.banner .carousel-caption p a{
	font-size:16px;
	display: inline-block;
	width:80px;
	line-height:32px;
	border:1px solid #0b876f;
	color:#0b876f;
	text-align: center;
	border-radius:3px;
	-webkit-border-radius:3px;
	-o-border-radius:3px;
	-moz-border-radius:3px;
	-ms-border-radius:3px;
	text-shadow: none;
	font-weight:bold;
	margin-top:10px;
}

.banner .carousel-caption p a:hover{
	background:#0b876f;
	color:#fff;
}

.banner .carousel-control{
	top:45%;
}

.banner {
	position: relative;
}
.logo{
	margin-top:-8px;
}
.header a:hover{
	text-decoration:none;
}