@media only screen and (min-width: 768px){
body{
	min-width:738px;
	margin:0 auto;
}
img{
	max-width:100%; 
	height:auto;
}

.main_container{
	width:738px;
	margin:0 auto;
}

.header h1{
	position:absolute;
	top:-56px;
	left:10px;
}
.header p{
	float:right;
	line-height:30px;
}

.header p span{
	display:inline-block;
	margin:0 0 0 15px;
}
.banner{
	width:100%; 
}
.inner-banner figure{
	display:block;
	border:10px solid #fff;
	box-sizing:border-box;
}

.contant p{
	padding:10px 0px 20px 0px;
}

.home_service_left{
	width:100%;
	float:none;
}
.home_service_right{
	width:100%;
	float:none;
}
.inner_contant_left{
	width:30%;
	float:left;
}
.inner_contant_right{
	width:68%;
	float:right;
}

.inner_contant li{
	float:left;
	width:30%;
	margin:0 22px 20px 0;
}
.inner_contant p{
	overflow:hidden;
}



.gallery li{
	float:left;
	width:33%;
}
.book_left{
	width:60%;
	float:left;
}
.book_right{
	width:40%;
	float:right;
}
.book p label{
	width:18%;
}
.book p input.txt{
	width:55%;
}
.book p textarea{
	width:55%;
}
.book p select{
	width:57%;
	background:#fff url(../images/select-arrow.png) 98% 50% no-repeat;
}


.footer ul{
	margin:0;
	padding:0;
	float:none;
}
.footer li{
	color:#fff;
	text-align:center;
	line-height:24px;
	padding:10px 0px 0px 0px;
}

.footer span{
	float:none;
	display:block;
	text-align:center;
	margin:0 0 0 0px;
	padding:10px 0px 10px 0px;
}
.footer p{
	float:none;
	text-align:center;
	line-height:24px;
	color:#fff;
	padding:0px 0px 20px 0px;
}


}

@media only screen and (min-width: 1025px){
	.logo-img {
    margin-right: 180px;
	}
}