#wrapper {
	padding-bottom: 0;
}

#main {
    width: 100%;
	margin: 0 auto;
	background: #000;
}

h2 {
	font-size: 36px;
	margin-bottom: 20px;
}

h3 {
	font-size: 24px;
	margin-bottom: 20px;
	line-height: 1.3;
}

.btn a {
	text-align: center;
	width: 200px;
	height: 56px;
	display: block;
	text-decoration: none;
	color: #6fb144;
	line-height: 56px;
	z-index: 2;
	overflow: hidden;
	font-size: 20px;
	position: relative;
	background-color: #fff;
	padding-right: 20px;
}

.btn a::before,
.btn a::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}

.btn a,
.btn a::before,
.btn a::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.btn a:hover {
	color: #fff;
}

.btn a::after {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(.5);
	transform: scale(.5);
}

.btn a:hover::after {
	-webkit-transform: scale(1);
	transform: scale(1);
	background-color: #6fb144;
}

.btn .caret {
	background: url(../common/arrow.png) no-repeat right center;
	width: 13px;
	height: 19px;
	display: inline-block;
	position: absolute;
	top: 18px;
	right: 15px;
}

.btn a:hover .caret {
	background: url(../common/arrow_on.png) no-repeat right center;
}


/* @group Information */

#info {
	padding: 25px 0 30px;
	background: #f0f5f5;
}

#info .tit {
	font-size: 22px;
	font-style: italic;
	float: left;
}

#info dl {
	float: right;
	width: 850px;
	padding-top: 8px;
}

#info dt {
	float: left;
}

#info dd {
	padding-left: 6em;
	margin-bottom: 5px;
}

#info ul {
	float: right;
	width: 850px;
	padding-top: 0px;
}

#info li {
	float: right;
	font-size: 20px;
}

#info table th {
	padding: 15px 20px;
	border-top: 1px solid #c9caca;
	border-bottom: 1px solid #c9caca;
	background-color: #f0f5f5;
	vertical-align: top;
	width: 80px;
}

/* @end */


/* @group about */

#about {
	padding: 40px 0;
	color: #fff;
	background: #284281;
}

#about .fl {
	width: 410px;
}

#about .btn a {
	margin-top: 40px;
}

/* @end */


/* @group products */

#products {
	padding: 40px 0;
}

#products .fl {
	width: 410px;
}

#products .btn a {
	border: 2px solid #6fb144;
	margin-top: 40px;
}

#products .photo {
	width: 270px;
	float: left;
	margin-right: 20px;
	color: #284281;
}

#products .photo:last-child {
	margin: 0;
}

#products .photo img {
	margin-bottom: 10px;
}

/* @end */
