.banner{
    height: 608px;
    background: #00af62;
}
.banner .container {
	width: 1200px;
    height: 608px;
    margin: 0 auto;
    background: url(../images/offer-banner.png) no-repeat center center;
    position: relative;
}
.banner .item1{
	width: 420px;
	color: #fff;
}
.banner .item1 h1{
	font-size: 30px;
	border-left: 10px solid #fff;
	padding-left: 20px;
	margin-top: 120px;
	font-weight: bold;
	margin-bottom: 30px;
}
.banner .item1 .txt{
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 30px;
}
.banner .item1  ul{
	font-size: 15px;
}
.banner .item2{

    width: 310px;
    height: 250px;
    box-shadow: 0 1px 5px #000;
    background: #fff;
    padding: 30px;
    margin-top: 120px;
}
.banner .item2 h2{
	font-size: 16px;
	color: red;
	text-align: center;
	margin-bottom: 30px;
}
.banner .item2 input{
	    display: block;
    width: 288px;
    padding: 10px;
    color: #333;
    border: 1px solid #ccc;
    margin-bottom: 20px;
}
.shengqing{
	display: block;
	padding: 10px 0;
	text-align: center;
	background-color: #f25618;
	color: #fff;
	margin-bottom: 20px;
}