body, html {
	font-family: "Lucida Grande", Lucida Sans Unicode, Hiragino Sans GB, WenQuanYi Micro Hei, Verdana, Aril, sans-serif;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	color: #777;
	font-weight: 300;
	width: 100% !important;
	height: 100% !important;
}
h2 {
	margin: 0 0 20px 0;
	font-weight: 500;
	font-size: 34px;
	color: #333;
	text-transform: uppercase;
}
h3 {
	font-size: 22px;
	font-weight: 500;
	color: #333;
}
h4 {
	font-size: 24px;
	#text-transform: uppercase;
	font-weight: 400;
	color: #333;
}
h5 {
	text-transform: uppercase;
	font-weight: 700;
	line-height: 20px;
	font-size: 16px;
}
p {
	font-size: 16px;
}
p.intro {
	margin: 12px 0 0;
	line-height: 24px;
}
a {
	color: #8eb640;
}
a:hover, a:focus {
	text-decoration: none;
	color: #a9ff00;
}
ul, ol {
	list-style: none;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
ul, ol {
	padding: 0;
	webkit-padding: 0;
	moz-padding: 0;
}
hr {
	height: 2px;
	width: 70px;
	text-align: center;
	position: relative;
	background: #8eb640;
	margin: 0;
	margin-bottom: 20px;
	border: 0;
}
.btn:active, .btn.active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
a:focus, .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
	outline: none;
	outline-offset: none;
}
/* Navigation */
#menu {
	padding: 20px;
	transition: all 0.8s;
}
#menu.navbar-default {
	background-color: rgba(248, 248, 248, 0);
	border-color: rgba(231, 231, 231, 0);
}
#menu a.navbar-brand {
	font-family: 'Dancing Script', cursive;
	font-size:large;
	color: #8eb640;
	font-weight:bold;
	letter-spacing: 1px;
}
#menu.navbar-default .navbar-nav > li > a {
	text-transform: uppercase;
	color: #8eb640;	/* 菜单栏文字 关于我们 联系我们 的字体颜色 #ddd => 皇家蓝 */
	font-weight: bold;
	font-size: large;
	padding: 5px 0;
	border: 2px solid transparent;
	letter-spacing: 0.5px;
	margin: 10px 15px 0 15px;
}
#menu.navbar-default .navbar-nav > li > a:hover {
	color: 	#8eb640;	/* 菜单栏鼠标移动其上字体颜色 */
}
.on {
	background-color: #262626 !important; /* 当向下滚动页面, 菜单栏的背景色 */
	padding: 0 !important;
	padding: 10px 0 !important;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #8eb640 !important;
	background-color: transparent;
}
.navbar-toggle {
	border-radius: 0;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: #8eb640;
	border-color: #8eb640;
}
.navbar-default .navbar-toggle:hover>.icon-bar {
	background-color: #FFF;
}


#lgn {
	background-repeat:no-repeat;
	background-position:top center;
	background-image:url(<?php echo DIR_TENC_JS_VER; ?>/3w-main/tenc10-V1.0/VV200-main/VV3000-IndeX/VV3000-INC/VV40002-computer/VV40002-img/img-3w50002-01.jpg);
	background-size:cover;
}

#lgn .glyphicon {
	color:rgb(87, 176, 60);
}

#bj hr {
	width:50%;
}
#us hr {
	width:50%;
}

#whatisus {
	margin-top:100px;
	margin-bottom:100px;
}
#whatisus hr {
	width:50%;
}
#whatisus img {
	margin-top:20px;
	margin-bottom:30px;
}

/* Team Section */
#team {
	color: #fff;
	background: #444 url(<?php echo DIR_TENC_JS_VER; ?>/3w-main/tenc10-V1.0/VV200-main/VV3000-IndeX/VV3000-INC/VV40002-computer/VV40002-img/img-3w50002-04.jpg) center top no-repeat fixed;	/* <?php echo DIR_TENC_JS_VER; ?>/3w-main/tenc10-V1.0/VV200-main/VV3000-IndeX/VV3000-INC/VV40002-computer/VV40002-img/img-3w50002-03.jpg */
	background-size: cover;
}
#team .overlay {
	padding: 120px 0 80px 0;
	/* 04蒙版，已验证无误，原值是0,0,0,0.6 */
	background: rgba(0, 0, 0, 0);
}
#team hr {
	/* 定义在04段分割线的颜色 */
	width:50%;
	background: #fff;
	margin-top:20px;
	margin-bottom:20px;
}
#team h3 {
	color: #8eb640; /* #8eb640 darkgreen */
	font-weight: bold;
	font-size: 20px;
	margin: 5px 0;
}
#team img {
	width: 250px;
}
#team .thumbnail {
	background: transparent;
	border: 0;
}
#team .thumbnail .team-img {
	display: inline-block;
	position: relative;
}
#team .thumbnail .team-img:before {
/* 在图片内侧画一个白色的四方形内框 */
	display: block;
	content: '';
	position: absolute;
	top: 8px;
	right: 8px;
	bottom: 8px;
	left: 8px;
	border: 1px solid rgba(255, 255, 255, 0.2);
}

/* Call Reservation Section */

.copyrights {
	color: #fff;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#8eb640+50,779936+100 */
	background: rgb(142,182,64); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(142,182,64,1) 50%, rgba(119,153,54,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(142,182,64,1) 50%, rgba(119,153,54,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(142,182,64,1) 50%, rgba(119,153,54,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8eb640', endColorstr='#779936', GradientType=0 ); /* IE6-9 */
}
#team .copyrights{
	padding:90px 0;
}
#footer .copyrights{
	padding:30px 0;
}
.copyrights h2 {
	font-family: 'Open Sans', sans-serif;
	color: #fff;
	font-weight:xx-large;
	margin: 0;
}
.copyrights p {
	font-family: 'Open Sans', sans-serif;
	color: #fff;
	font-weight:x-large;
	margin: 0;
}

#datepicker-bj {
	margin-top:5px;
	margin-bottom:5px;
	padding-top:0px;
	padding-bottom:0px;
}
#select-bj{
	margin-top:5px;
	margin-bottom:5px;
	padding-top:0px;
	padding-bottom:0px;
}
#select-bj .bootstrap-select {
	float:right;
}
#pager-bj ul {
	margin-top:5px;
	margin-bottom:5px;
	padding-top:0px;
	padding-bottom:0px;
	float:right;
}
#pager-bj p {
	position:absolute;
	bottom:0px;
	margin-top:5px;
	margin-bottom:5px;
	padding-top:0px;
	padding-bottom:0px;
}
#tb-bj {
	margin-bottom:5px;
}

/* Portfolio Section */
#portfolio {
	padding: 0 0 120px 0;
}
#portfolio .section-title {
	background: #444 url(<?php echo DIR_TENC_JS_VER; ?>/3w-main/tenc10-V1.0/VV200-main/VV3000-IndeX/VV3000-INC/VV40002-computer/VV40002-img/img-3w50002-03.jpg) center center no-repeat fixed;
	background-size: cover;
	margin-bottom: 50px;
}
#portfolio .overlay {
	padding: 120px 0 80px 0;
	/* 04蒙版，已验证无误，原值是0,0,0,0.6 */
	background: rgba(0, 0, 0, 0);
}
#portfolio hr {
	/* 定义在04段分割线的颜色 */
	width:50%;
	background: #fff;
	margin-top:20px;
	margin-bottom:20px;
}
#portfolio .section-title h2 {
	color: #fff;
}

.portfolio-item {
	margin: 15px 0;
}
.portfolio-item .hover-bg {
	overflow: hidden;
	position: relative;
}
.portfolio-item .hover-bg:before {
	/* 在图片内侧画一个白色的四方形内框 */
	display: block;
	content: '';
	position: absolute;
	top: 6px;
	right: 6px;
	bottom: 6px;
	left: 6px;
	border: 1px solid rgba(255, 255, 255, 0.6);
}
.hover-bg .hover-text {
	/* 鼠标移动到图片,显示文字信息的格式 */
	position: absolute;
	text-align: center;
	margin: 0 auto;
	color: #fff;
	background: rgba(0, 0, 0, 0.6);	/* 鼠标移动到图片,显示黑色蒙版,不透明度0.6 */
	padding: 2% 5% 0 5%;	/* 鼠标移动图片上,显示文本信息,这里是文本距离父控件的边距 */
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: all 0.5s;
}
.hover-bg .hover-text h3 {
	color:#FFFFFF;
}
.hover-bg .hover-text p {
	text-align:left;
}
.hover-bg .hover-text h4 {
	opacity: 0;
	color: #fff;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	transition: all 0.3s;
	font-size: 17px;
	letter-spacing: 0.5px;
	font-weight: 500;
	/* font-style:italic */
}
.hover-bg:hover .hover-text h4 {
	/* 此处为鼠标移动到图片,显示的文字中超链接的文字格式 */
	opacity: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.hover-bg:hover .hover-text {
	opacity: 1;
	
}
