@charset "utf-8";
.full {
	background-image: none;
}
.headline-mask {
	position: absolute;
	top: 100px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 1;
	filter: Alpha(Opacity=50);
	opacity: 0.5;
}
.headline-background {
	width: 100%;
	position: absolute;
	top: 100px;
	left: 0px;
	z-index: 0;
	bottom: 0px;
	max-height: 400px;
	background-image: none;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center 100px;
	background-size: 100% auto;
}
.section1 h1 {
	color: #000;
	padding-bottom: 20px;
	font-weight: bold;
	text-transform: uppercase;
}
.topT {
	color: #000;
	padding-top: 40px;
	padding-right: 20px;
	padding-bottom: 30px;
	padding-left: 20px;
}
#mainContent .row {	
	z-index: 999;
	position: relative;
}
.content {
	background-color: #FFF;
	border-color: #E5E5E5;
	padding-top: 45px;
	padding-right: 60px;
	padding-left: 60px;
	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;
}
.blockquote {
	color: #3E3E3E;
	border: #B8EBCB;
	border-radius: 0px;
	line-height: 23px;
	padding: 40px;
	position: relative;
	margin-top: 20px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 20px;
	box-sizing: border-box;
}
.blockquote::before {
    border-top-width: 3px;
    border-top-style: solid;
    border-top-color: inherit;
    border-left-width: 3px;
    border-left-style: solid;
    border-left-color: inherit;
    display: block;
    content: "";
    width: 80px;
    height: 80px;
    top: 0px;
    left: 0px;
    position: absolute;
}
.blockquote::after {
    border-bottom-width: 3px;
    border-bottom-style: solid;
    border-bottom-color: inherit;
    border-right-width: 3px;
    border-right-style: solid;
    border-right-color: inherit;
    display: block;
    content: "";
    width: 80px;
    height: 80px;
    bottom: 0px;
    right: 0px;
    position: absolute;
}
p.inLine {
	padding-left: 20px;
}
p.pLeft {
	text-align: left;
}
.tags {
	text-align: right;
	padding-top: 30px;
}
.tags a {
	padding: 8px 15px;
	font-size: 13px !important;
	margin: 0px 15px 10px 0px;
	display: inline-block;
	position: relative;
	border-radius: 4px;
	background-color: #ECECEC;
	border-color: #444A57;
	border-color: #ECECEC;
	color: #454545;
}
.tags a:hover {
	color: #FFF;
    border-color: #444A57;
	background-color: #444A57;
}
.tags a::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: -12px;
    border-width: 6px;
    margin-top: -5px;
    border-top: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left-color: inherit;
    border-style: solid;
}
.sidebar {
	color: #FFF;
	padding-top: 45px;
	padding-right: 40px;
	padding-left: 40px;
	padding-bottom: 45px;
	line-height: 150%;
	border-color: #428BCA;
	background-color: #428BCA;
	background: -o-linear-gradient(top, rgba(66,139,202,0.69) 0%, #428BCA 100px, #428BCA 100%);
	background: -moz-linear-gradient(top, rgba(66,139,202,0.69) 0%, #428BCA 100px, #428BCA 100%);
	background: -webkit-linear-gradient(top, rgba(66,139,202,0.69) 0%, #428BCA 100px, #428BCA 100%);
	background: -ms-linear-gradient(top, rgba(66,139,202,0.69) 0%, #428BCA 100px, #428BCA 100%);
	background: linear-gradient(top, rgba(66,139,202,0.69) 0%, #428BCA 100px, #428BCA 100%);
}
.sidebar a {
	color: #ffffff;
}
.sidebar a:hover {
	color: #ECECEC;
}
.sidebar a:focus {
	color: #ffffff;
}
.sidebar h1, .sidebar h2, .sidebar h3, .sidebar h4, .sidebar h5, .sidebar h6 {
	color: #ffffff;
	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;
}
#sideNav ul li {
	list-style: none;
	line-height: 30px;
}
#sideNav ul li span {
	margin-right: 10px;
}
#sideNav ul li a {
	color: #ECECEC;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 10px;
	padding-right: 10px;
}
#sideNav ul li a:hover, #sideNav ul li a:focus {
	color: #FFF;
}
#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;
}
.aArticle  {
	padding-top: 0px;
	padding-bottom: 23px;
	border-bottom: 1px solid #E0E0E0;
}
.aArticle .articleTitle {
	color: #337FC4;
}
.articleTitle a {
	color: #337FC4;
	margin-left: 10px;
}
.articleTitle a:hover {
	color: #434343;
}
.aArticle .articleExcerpt {
	font-size: 14px;
	padding-left: 42px;
}
.moreBtn {
	position: relative;
	height: 40px;
}
.btn.link {
	position: absolute;
	top: 0px;
	right: 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;
}