@charset "utf-8";
.full {
	background-image: none;
}
.section1 {
	min-height: 300px;
	background-color: transparent;
	padding-top: 50px;
	padding-bottom: 50px;
	background-image: url(../../images/website/website.jpg);
}
#slogan {
	width: 600px;
	clear: both;
	padding-top: 40px;
	padding-left: 60px;
}
#slogan .title {
    color: #747474;
    font-weight: normal;
    margin-bottom: 32px;
	margin-top: 0px;
}
#slogan .title strong {
    color: #494949;
}
#slogan .text {
	color: #808080;
	font-size: 16px;
	font-weight: normal;
	line-height: 24px;
	margin-bottom: 15px;
	text-transform: uppercase;
}
#shadow {
    background-image: url("../../images/website/contentshadow.png");
    background-position: center top;
    background-repeat: no-repeat;
    height: 30px;
    background-color: #F7F7F7;
}
.section2 {
	background-color: #F7F7F7;
	padding-bottom: 30px;
}
*:first-child+html .aBlock {
	padding-left: 0px;
	padding-right: 0px;
	margin-left: 0px;
	margin-right: 0px;
}
*:first-child+html .section2 .aBlock {
	padding-left: 15px;
	padding-right: 15px;
	margin-left: 0px;
	margin-right: 0px;
	width: 30%;
}
h2.line {
    border-bottom: 1px solid #E0E0E0;
    color: #343434;
    font-size: 26px;
    font-weight: normal;
    line-height: 28px;
    margin: 0 0 21px;
    padding: 28px 0 32px 49px;
    position: relative;
}
h2.line img {
    left: 0;
    position: absolute;
    top: 14px;
}
.section2 p {
	margin-bottom: 60px;
	display: inline-block;
}
.btn.link {
	position: absolute;
	bottom: 0px;
	left: 20px;
	border: none;
	text-shadow: none;
	font-weight: normal;
	font-size: 16px;
	color: #ffffff;
	padding: 6px 21px 8px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	background-position: 0 0;
	background: #343434;
	-webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.btn.link:hover {
	background: #ffae46;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.content {
	background-color: #FFF;
	border-color: #E5E5E5;
	padding-top: 0px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 45px;
	position: relative;
	font-size: 14px;
	line-height: 23px;
}
.content h2 {
	color: #000;
	line-height: 40px;
	padding-bottom: 20px;
}
.content h3 {
	font-size: 20px;
	color: #000;
	line-height: 30px;
	padding-bottom: 10px;
}
.content p {
	color: #454545;
	text-align: justify;
}
.content p.pImg {
	text-align: center;
}
.content .sideImgr {
	float: right;
	padding-left: 30px;
	margin-top: 23px;
	margin-bottom: 23px;
	padding-right: 0px;
}
.content .sideImgr img {
	width: 100%;
	height: auto;
}
p.inLine {
	padding-left: 20px;
}
p.pLeft {
	text-align: left;
}
.sidebar {
	color: #434343;
	padding-top: 0px;
	padding-right: 40px;
	padding-left: 40px;
	padding-bottom: 0px;
	line-height: 150%;
	border-left: 1px solid #E5E5E5;
}
*:first-child+html .row-same-height {
	position: relative;
}
*:first-child+html .sidebar {
	width: 18%;
	padding-right: 0%;
	padding-left: 25px;
	margin-left: 0px;
	margin-right: 0px;
	position: absolute;
	right: 0px;
	top: 0px;
}
.sidebar a {
	color: #434343;
}
.sidebar a:hover {
	color: #000000;
}
.sidebar a:focus {
	color: #000000;
}
.sidebar h1, .sidebar h2, .sidebar h3, .sidebar h4, .sidebar h5, .sidebar h6 {
	color: #434343;
	font-weight: 400;
	font-size: 24px;
	margin-bottom: 30px;
}
.sidebar .aSide {
	margin-bottom: 50px;
}
#contactus .contactImg {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	text-align: center;
}
#contactus .contactImg img {
	width: 100%;
	height: auto;
	border: 2px #FFF solid;
}
#contactus .contactT {
	padding-top: 15px;
	padding-left: 15px;
	padding-right: 15px;
}
#contactus .contactInfo {
	margin-top: 20px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px;
}
#contactus span {
	font-size: 24px;
	margin-left: 2px;
	margin-right: 2px;
}
#contactus .contactInfo .phone {
	font-size: 24px;
	font-weight: bold;
}
#contactus .contactInfo .phone em {
	font-size: 14px;
	font-weight: normal;
	font-style: italic;
}
#contactus .contactInfo .email a {
	vertical-align: top;
}
#contactus .contactInfo .qq img {
	margin-right: 2px;
}
#sideNav ul {
	padding: 0px;
	margin: 0px;
}
*:first-child+html #sideNav .glyphicon {
	display: none;
}
#sideNav ul li {
	list-style: none;
	line-height: 30px;
}
#sideNav ul li span {
	margin-right: 10px;
}
#sideNav ul li a {
	color: #434343;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 10px;
	padding-right: 10px;
}
#sideNav ul li a:hover, #sideNav ul li a:focus {
	color: #000;
}
#sideNav ul li.active a {
	background-color: #2E3643;
	color: #FFF;
	margin-bottom: 3px;
}
#sideNav ul li.active a:hover, #sideNav ul li.active a:focus {
	background-color: #2E3643;
	color: #ECECEC;
}
#whyus {
	background-image: url(../../images/website/box.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	position: relative;
}
#whyus h2 {
	color: #3e3e3e;
	line-height: 100px;
	font-weight: bold;
	font-size: 32px;
	padding-left: 90px;
	background-image: url(../../images/website/whyusBg.jpg);
	background-position: 5px center;
	background-repeat: no-repeat;
	margin-top: 12px;
	margin-bottom: 12px;
}
#whyus #contentText {
	font-weight: bold;
	font-size: 26px;
	line-height: 30px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	border-top: 1px solid #D3D3D3;
}
.why {
	width: 230px;
	clear: both;
}
.why .section3T {
	line-height: 50px;
	margin-bottom: 30px;
}
.why .section3T a {
	font-size: 26px;
	line-height: 40px;
	border: none;
	text-shadow: none;
	font-weight: normal;
	padding-top: 8px;
	padding-right: 21px;
	padding-left: 21px;
	padding-bottom: 10px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	background-position: 0 0;
	background-color: #FFFFFF;
	-webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	cursor: default;
	text-decoration: none;
}
.why .section3T a:hover {
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	background-repeat: no-repeat;
	background-position: right center;
	cursor: default;
}
.why .section3T a.why1  {
	color: #1a499b;
}
.why .section3T a.why1:hover  {
	background-color: #1a499b;
	color: #FFFFFF;
}
.why .section3T a.why2  {
	color: #ff8400;
}
.why .section3T a.why2:hover  {
	background-color: #ff8400;
	color: #FFFFFF;
}
.why .section3T a.why3  {
	color: #4a8e00;
}
.why .section3T a.why3:hover  {
	background-color: #4a8e00;
	color: #FFFFFF;
}
.content .aDesc {
	margin-bottom: 20px;
}
.content .aDesc h3 {
	font-size: 18px;
	line-height: 60px;
	color: #434343;
	padding-left: 72px;
	padding-top: 0px;
	padding-right: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	background-position: left top;
	background-repeat: no-repeat;
}
.content .aDesc p {
	color: #5F5F5F;
}
*:first-child+html .aDesc p {
	padding-right: 40px;
}
.content .aDesc #desc1 {
	background-image: url(../../images/website/desc1.png);
}
.content .aDesc #desc2 {
	background-image: url(../../images/website/desc2.png);
}
.content .aDesc #desc3 {
	background-image: url(../../images/website/desc3.png);
}
.content .aDesc #desc4 {
	background-image: url(../../images/website/desc4.png);
}
.content .aDesc #desc5 {
	background-image: url(../../images/website/desc5.png);
}
.content .aDesc #desc6 {
	background-image: url(../../images/website/desc6.png);
}
.content .aDesc #desc7 {
	background-image: url(../../images/website/desc7.png);
}
.content .aDesc #desc8 {
	background-image: url(../../images/website/desc8.png);
}
.content .aDesc #desc9 {
	background-image: url(../../images/website/desc9.png);
}
.content .aDesc #desc10 {
	background-image: url(../../images/website/desc10.png);
}
.content .aDesc #desc11 {
	background-image: url(../../images/website/desc11.png);
}
.content .aDesc #desc12 {
	background-image: url(../../images/website/desc12.png);
}