﻿
.banner-active{
	position: absolute;
	top:30%;
	left:16%;
	z-index: 99999999;
	background-image: url(../img/active-bg.png);
	background-repeat:repeat;
	z-index: 0;
	padding-bottom: 14px;
	box-shadow: 2px 3px 5px #ddd;
}
.banner-active h1{
		font-family: "Microsoft YaHei";
		font-size: 25px;
		font-weight: bold;
		color:#333;
		margin-top: 30px;
		margin-left: 40px;
		border-bottom: solid 1px #dedede;
		width: 360px;
		padding-bottom: 2px;
	}
	#banner-p1 {
	font-size:17px;
    width: 366px;
    margin-left: 40px;
    line-height: 25px;
    color:#000;
    margin-top: 20px;
}
#banner-p2 {
    float: left;
    width: 100px;
    height: 23px;
    background-repeat: no-repeat;
    background-position: 56px 5px;
    padding-top: 6px;
    text-align: center;
    margin-top: 20px;
    color:white;
    margin-left: 40px;
    border: solid 1px #dedede;
    background-color: #F7751F;
}