#wrapper {
	padding-bottom: 0;
}

#main {
    width: 100%;
	margin: 0 auto;
	background: #000;
	position: relative;
	text-decoration: none;
}

h2 {
	font-size: 33px;
	margin-bottom: 20px;
	padding-top: 40px;
	color: #012b5f;
	line-height: 1.3;
}

h3 {
	font-size: 22px;
	margin-bottom: 15px;
	line-height: 1.3;
	font-weight: bold;
}

h3.lead {
	position: absolute;
	top: 30%;
	left: 50%;
	z-index: 99;
	width: 1000px;
	margin-left: -505px;
}

.btn a {
	text-align: center;
	width: 200px;
	height: 56px;
	display: block;
	text-decoration: none;
	color: #fff;
	line-height: 56px;
	z-index: 2;
	overflow: hidden;
	font-size: 20px;
	position: relative;
	background-color: #012b5f;
	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: #175caa;
}

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

.w1100 {
	width: 1100px;
	margin: 0 auto;
	padding-left: 100px;
}


/* @group about */

#about .fl {
	width: 360px;
}

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

/* @end */


/* @group products */

#products {
	color: #fff;
	background: #284281;
}

#products h2 {
	color: #fff;
}

#products .fl {
	width: 360px;
}

#products .btn a {
	margin-top: 35px;
}

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

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

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

/* @end */


/* @group profile */

#profile {
	padding: 40px 0 60px;
}

#profile .fl {
	width: 595px;
	border-right: 1px solid #c8c8c8;
}

#profile .fl2 {
	width: auto;
	border: none;
	float: left;
	margin-right: 20px;
}

#profile .fr {
	width: 360px;
}

#profile h3 {
	font-size: 24px;
	margin-bottom: 15px;
	line-height: 1.3;
	font-weight: normal;
	color: #012b5f;
}

#profile h4 {
	font-size: 22px;
	margin-bottom: 15px;
	line-height: 1.3;
	font-weight: normal;
	color: #012b5f;
}

#profile .btn a {
	margin-top: 60px;
	width: 180px;
}

/* @end */
