#banner {
	position:relative;	
}
#banner img {
	width:100%;	
}
#banner .text {
	position:absolute;
	top:50%;	
	left:0;
	margin-top:-35px;
	width:100%;
	text-align:center;
}
#banner .text .h2 {
	padding-bottom:20px;
	background:url(../image/h2bg.jpg) no-repeat bottom center;	
}
#banner .text .h2 h2 {
	font-size:32px;
	font-weight:normal;
	padding-bottom:10px;	
}



#main .contact {
	width:96%;
	margin:50px auto;
	position:relative;
}
#main .contact .left {
	width:60%;	
	overflow:hidden;
}
#main .contact .left img {
	width:100%;	
}
#main .contact .right {
	width:34%;
	height:100%;
	color:white;
	position:absolute;
	top:0;
	right:0;
	background:#f27824;	
	padding:0 3%;
}
#main .contact .right .sj {
	display:block;
	width:20px;
	height:39px;
	position:absolute;
	top:50%;
	left:-20px;
	margin-top:-20px;	
	background:url(../image/sj.png) no-repeat center center;
}
#main .contact .right h4 {
	padding:30% 0 10%;
	font-size:24px;	
	background:url(../image/line.jpg) no-repeat left 86%;
}
#main .contact .right div{
	line-height:2em;
	font-size:16px;	
}
@media screen and (max-width:1280px){
	#main {
		background-size:100%;
	}
}
@media screen and (max-width:1024px){
	#main .contact .right h4 {
		padding-top:20%;	
	}
}
@media screen and (max-width:980px){
	#banner .text {
		left:0;
		width:90%;
		padding:20px 0;
		margin:-51px 5% 0;	
	}
	#banner .text .h2 {
		padding-bottom:10px;	
	}
	#banner .text .h2 h2 {
		font-size:24px;	
	}
	#main .contact .right h4 {
		font-size:20px;	
	}
	#main .contact .right div {
		font-size:14px;	
	}
}
@media screen and (max-width:768px){
	#main .contact .right h4 {
		font-size:16px;	
	}
	#main .contact .right div {
		font-size:14px;
		line-height:1.5em;	
	}
	#main .contact {
		margin:20px auto;	
	}
	#main .contact .left {
		width:98%;
		padding:0 1%;
	}
	#main .contact .right {
		position:relative;
		width:92%;
		margin:0 1%;
		padding-bottom:5%;	
	}
	#main .contact .right h4 {
		padding:5% 0;	
	}
	#main .contact .right .sj {
		display:none;	
	}
}
@media screen and (max-width:640px){
	#banner .text {
		width:80%;
		margin:-40px 10% 0;	
	}
	#banner .text .h2{
		font-size:20px;
		padding-bottom:10px;	
	}
	#banner .text .h2 P {
		display:none;	
	}

}