


/*top*/
.topimg div{
	height:620px;
	background:no-repeat center;
}



.hotland {
	margin:-30px auto;
}

.hotland p span {
	font-weight:bold;
}


.daily {
	margin-top:60px;
}
.daily li{
	margin:50px auto;
	height:190px;
	clear:both;
}

.daily .img {
	float:left;
	padding-right:10px;
}
.daily h2 {
	padding:0px 0px 10px 0px;
}

.service:after {
	content:"";
	display:block;
	clear:both;
}


.service li {
	width:45%;
	margin:10px;
	float:left;
}
.service h2 {
	text-align:center;
}
.service span {
	display:block;
	height:120px;
}

.service .img {
	display:block;
	margin:10px auto;
	width:100%;
}



.flow h1 {
	text-align:center;
}
.flow li {
	width:45%;
	margin:10px;
	float:left;
}

.taishou {
	margin:20px auto;
}
.taishou h1 {
	padding-bottom:10px;
}




.photo h1 {
	display:block;
	max-width:980px;
	margin:20px auto;
	padding:0px 10px;
}
.photo li img {
	width:100%;
	max-width:800px;
}


.access h1 {
	display:block;
	max-width:980px;
	margin:30px auto 10px auto;
	padding:0px 10px;
}
.access address, .access a{
	display:block;
	max-width:970px;
	margin:10px auto;
	padding:0px 10px;
}

#map {
	width:100%;
	height:600px;
}

.staff {
	margin:20px auto;
}
.staff h1 {
	padding-bottom:10px;
}
.staff .img {
	margin-top:10px;
	width:100%;
	max-width:977px;
}

@media only screen and (max-width: 768px) {
/*top*/
#topimg {
	background-size:140%;
}

#topimg div {
	background-size:140%;
	height:500px;
}

.taishou h1{
	margin-bottom:0px;	
}


.flow li img{
	width:100%;
	padding:5px 0px;
}


}

@media only screen and (max-width: 480px) {

/*top*/
#topimg {
	background-size:140%;
	height:230px;
}

.hotland h1 img {
	width:95%;
	display:block;
	margin:0px auto;
}


.taishou li {
	width:90%;
	max-width:90%;
	height:100px;
	float:none;
	font-size:14px;
}
.taishou h1{
	margin-bottom:0px;	
}




.daily li{
	height:100%;
	margin:10px;
	padding:10px 0px;
	border-bottom:solid 1px #0C6;
}

.daily .img {
	float:none;
	display:block;
	margin:10px auto;
}
.daily h2 {
	text-align:center;
}

.service li {
	width:90%;
	margin:10px;
	float:none;
	border-bottom:solid 1px #0C6;
}


.service h2 {
	text-align:center;
}



.flow li {
	width:90%;
	float:none;
}

#map {
	height:300px;
}


}



