
#about {

	width: 100%;
	background-image: url(../image/lions/about_back.jpg);
	background-repeat: no-repeat;
	-moz-background-size: 100% auto;
	background-size: 100% auto;
	margin-top: 0px;
	overflow: hidden;

}

#about01 {

	width: 100%;
	padding-bottom: 50px;

}

.about01_title {

	width: 280px;
	border: 1px solid #006496;
	border-radius: 50px;
	text-align: center;
	padding: 20px 0;
	margin: 0 auto;
	margin-top: 50px;

}

#about01 p {

	text-align: center;

}

#about02 {

	width: 1300px;
	margin: 0 auto;
	overflow: hidden;

}

.about02_title {

	width: 280px;
	border: 1px solid #006496;
	border-radius: 50px;
	text-align: center;
	padding: 20px 0;
	margin-bottom: 30px;

}

#about02 img {

	float: left;

}

.history {

	display: inline-block;
	padding-top: 50px;
	padding-left: 50px;

}

#about03 {

	width: 1300px;
	margin: 0 auto;
	margin-top: 50px;
	overflow: hidden;

}

.mini_about_left, .mini_about_right {

	width: 45%;
	height: 130px;
	border: 1px solid #006496;
	padding: 20px;

}

.mini_about_left {

	float: left;

}

.mini_about_right {

	float: right;

}


.mini_title {

	font-weight: bold;
	border-left: #000 5px solid;
	padding-left: 15px;

}

#about04 {

	width: 100%;
	background-image: url(../image/lions/about04.jpg);
	text-align: center;
	padding: 100px 0;
	margin-top: 50px;

}

.about04_title {

	color: #fff;
	font-weight: bold;
	font-size: 20px;
	padding: 10px 0;

}

#about04 p {

	width: 1100px;
	margin: 0 auto;
	padding: 30px;
	border: 1px solid #fff;
	color: #fff;

}

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

	#about {

		background-image: url(../image/lions/about_back.jpg);
		background-repeat: no-repeat;
		-moz-background-size: 100% auto;
		background-size: 100% auto;

	}

	#about02 {

		width: 90%;

	}

	#about02 img {

		width: 50%;

	}

	.history {

		width: 45%;
		padding-top: 20px;

	}

	.about01_title, .about02_title {

		width: 200px;
		padding: 15px 0;

	}

	#about03 {

		width: 90%;

	}

	#about04 {

		width: 100%;
		background-repeat: no-repeat;
    	background-position: center center;
    	background-size: cover;
   		-webkit-background-size: cover;
    	-moz-background-size: cover;
    	-o-background-size: cover;

	}

	#about04 p {

		width: 80%;

	}

}

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

	#about02 img {

		width: 45%;

	}

	.history {

		padding-left: 5%;

	}

	.mini_about_left, .mini_about_right {

		width: 43%;
		height: 150px;

	}

}

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

	.about01_title, .about02_title {

		width: 40%;
		padding: 10px;

	}

	#about02 img {

		width: 100%;

	}

	.history {

		width: 100%;
		padding-left: 0;

	}

	.about02_title {

		margin-bottom: 20px;

	}

	#about03 {

		width: 90%;
		margin-top: 30px;

	}

	.mini_about_right, .mini_about_left {

		width: 85%;
		height: auto;
		float: none;
		margin: 0 auto;
		border: 1px solid #006496;
		padding: 20px;

	}

	.mini_about_left {

		margin-bottom: 10px;

	}

	#about04 p {

		text-align: left;

	}

}
