@charset "UTF-8";
/* CSS Document */


header .title{
	width:100%;
	height:238px;
	background:url(../img/title_bk.jpg) center top no-repeat;
	background-size:cover;
	position:absolute;
	top:75px;
	left:0;
}


header .title h2{
	width:960px;
	height:32px;
	background:url(../img/title.png) left top no-repeat;
	margin:133px auto 0;
}

.w_box{
	color:#000;
}

p strong{
	color:#d00808;
}

p.pic{
	text-align:center;
	margin:50px 0 30px;
	position:relative;
}

p.pic a{
	width:294px;
	height:53px;
	text-indent:-99999px;
	background:url(../img/btn.gif) left top no-repeat;
	display:block;
	position:absolute;
	top:228px;
	left:84px;
}

p.pic a:hover{
	background:url(../img/btn.gif) left bottom no-repeat;
}

p.pic img{
	margin-left:40px;
}


@media screen and (max-width: 739px) {
	
	header .title{
		width:100%;
		height:50px;
		padding-top:40px;
		background:url(../img/title_bk.jpg) center top no-repeat;
		background-size:cover;
		position:static;
	}
		
	p.pic{
		margin:20px 0 20px;
	}
	
	header .title h2{
		width:95%;
		height:20px;
		background:url(../img/title.png) left top no-repeat;
		background-size:auto 100%;
		margin:0 auto;
	}
	
	p.pic a{
		display:none;
	}
	
	p.pic img{
		width:100%;
		height:auto;
		margin:0;
	}
	
	
}



