﻿
.body-wrapper {
	width: 100%;
	margin: 0;
	padding: 0;
	float: left;
	z-index: 9999;
	position: relative;
	height: auto;
}
#header, #content, #footer, #upper-section {
	width: 100%; /*width:1250px;*/;
	margin: 0 auto;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
}
#toTop {
	display: block;
	text-decoration: none;
	position: fixed;
	bottom: 10px;
	right: 30px;
	overflow: hidden;
	width: 35px;
	height: 35px;
	border: none;
	text-indent: 100%;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background: #29c06d url(../img/ui.totop.png) no-repeat center;
	z-index: 99999999999;
	border: 1px solid;
*border: 0;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); *;
	zoom: 1;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 3px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 3px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 3px rgba(0, 0, 0, 0.1);
	-webkit-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out;
	-moz-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out;
	-ms-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out;
	     -o-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out;
	        transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out;
}
#toTop:hover {
	background-color: #3c4852;
}
#toTopHover {
	background: url(../images/ui.totop.png) no-repeat left -51px;
	width: 51px;
	height: 51px;
	overflow: hidden;
	float: left;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
}
/*------------------------------------------------------------------*/
/*	1) 头部 & 侧边 & LOGO & NAV
/*------------------------------------------------------------------*/


/*------------------------------------------------------------------*/
/*	13) CHART
/*------------------------------------------------------------------*/
.easyPieChart {
	position: relative;
	text-align: center;
}
.easyPieChart canvas {
	position: absolute;
	top: 0;
	left: 0;
}
.chart {
	float: left;
	width: 100%;
	text-align: center;
}
.percentage {
	text-align: center;
	color: #3c4852;
	font-weight: 100;
	font-size: 1.2em;
	margin: 0 auto;
	margin-bottom: 15px;
}
.easyPieChart span {
	color: #3c4852;
}
/*------------------------------------------------------------------*/
/*	14) HOME SERVICE 1
/*------------------------------------------------------------------*/
.service_block_1 {
	padding: 50px 0;
}
.icon-wrap {
	float: left;
	width: 40px;
	height: 40px;
	background: #3c4852;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
}
.icon-wrap i {
	padding: 0;
	display: block;
	color: #FFF;
	margin: 11px 0 0 8px;
	font-size: 18px;
	text-align: center;
}
.service_blocks_wrap h5 {
	margin-top: 12px;
	margin-bottom: 20px;
	margin-left: 50px;
}
.service_blocks_wrap p {
	margin: 0.85em 0;
	clear: both;
}
.service_blocks_wrap_3 > div, .service_blocks_wrap_4 > div, .service_blocks_wrap_5 > div {
	margin-bottom: 30px;
}
.home-service > div {
	margin-bottom: 0;
}
.service_blocks_wrap_3 > div.span12, .service_blocks_wrap_4 > div.span12, .service_blocks_wrap_5 > div.span12 {
	margin-bottom: 0;
}
.service_blocks_wrap_3 h5 {
	margin-top: 12px;
	margin-bottom: 20px;
	margin-left: 50px;
}
.service_blocks_wrap_3 p {
	margin: 0.85em 0;
	clear: both;
}
.icon-wrap-4 {
	float: left;
	width: 80px;
	height: 80px;
	margin-right: 20px;
	background: #3c4852;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-align: center;
	margin-bottom: 20px;
	position: relative;
}
.icon-wrap-4:after {
	bottom: -30px;
	left: 50%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	border-top-color: #3c4852;
	border-width: 20px;
	margin: 0 0 0 -20px;
	z-index: 999999;
}
.service_blocks_wrap_4 div:hover .icon-wrap-4 {
	background: #f9b602;
}
.service_blocks_wrap_4 div:hover .icon-wrap-4:after {
	border-top-color: #f9b602;
}
.icon-wrap-4 i {
	padding: 0;
	color: #FFF;
	margin: 15px 0 0 0;
	font-size: 50px;
	text-align: center;
	width: 70px;
	height: 70px;
}
.icon-wrap-5 {
	float: left;
	width: 100px;
	height: 100px;
	margin-right: 20px;
	border-bottom-color: #f5f5f5;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */;
	-moz-box-sizing: border-box; /* Firefox, other Gecko */;
	box-sizing: border-box; /* Opera/IE 8+ */;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	text-align: center;
	margin-bottom: 20px;
	position:relative;
}
/*.service_blocks_wrap_5 div:hover .icon-wrap-5 i{
	color:#29c06d
}*/
.icon-wrap-5 i {
	padding: 0;
	color: #fff;
	margin: 20px 0 0 0;
	font-size: 70px;
	text-align: center;
	width: 100px;
	height: 100px;
}
.service_blocks_wrap_5 .span4 h5 {
font-family:'微软雅黑';
font-weight:bold

}
.portfolio-list-home .portfolio-item {
	width: 100%;
	float: left;
}
.from-blog-2 {
	margin: 0;
	padding: 0;
	width: 100%;
	list-style-type: none;
}
.from-blog-2 li {
	width: 100%;
	float: left;
	clear: both;
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: 1px dotted #ddd;
}
.from-blog-2 li:nth-last-child(1){
	border-bottom:none;
}
.from-blog-2 a img {
	float: left;
	margin: 0 20px 10px 0;
}
.from-blog-2 h1 {
	font-size: 14px;
	color: #3C4852;
	margin-bottom: 3px;
}
.from-blog-2 h1 a {
	color: #3C4852;
}
.from-blog-2 h1 a:hover {
	color: #cc0000;
}
.from-blog-2 span.mini-meta {
	font-size: 12px;
}
.from-blog-2 p {
	margin: 15px 0 0 0;
}
/*------------------------------------------------------------------*/
/*	15) STUNNING TEXT
/*------------------------------------------------------------------*/
.stunning-text {
	background: #fafafa;
	padding: 30px;
	position: relative;
	border: 1px solid #ddd;
	border-bottom-color: #f5f5f5;
	-moz-box-shadow: 0px 3px 0px rgba(0,0,0,0.2), 0 0 20px rgba(0, 0, 0, 0.1) inset;
	-webkit-box-shadow: 0px 3px 0px rgba(0,0,0,0.2), 0 0 20px rgba(0, 0, 0, 0.1) inset;
	box-shadow: 0px 3px 0px rgba(0,0,0,0.2), 0 0 20px rgba(0, 0, 0, 0.1) inset;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */;
	-moz-box-sizing: border-box; /* Firefox, other Gecko */;
	box-sizing: border-box; /* Opera/IE 8+ */;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;	
	border-radius: 4px;
}
.button-wrap {
	float: right;
	margin: 0 0 20px 30px;
}
.stunning-text p {
	margin-bottom: 0;
}
.stunning-text h3 {
	line-height: 1;
}
.stunning-bottom img {
	float: left;
	max-width: 100%;
}
/*------------------------------------------------------------------*/
/*	16) PORTFOLIO
/*------------------------------------------------------------------*/
.portfolio {
	width: 100%;
	float: left;
	height: auto;
}
.portfolio-item {
	position: relative;
	margin-bottom: 30px;
}
.portfolio-item img {
	width: 100%;
	-webkit-border-radius: 4px 4px 0px 0px;
	-moz-border-radius: 4px 4px 0px 0px;
	border-radius: 4px 4px 0px 0px;
}
.image-wrap {
	width: auto;
	height: 241px;
	overflow: hidden;
	position: relative;
}
.portfolio-list {
	list-style-type: none;
	width: auto;
	margin-left: 0px;
}
.portfolio-list li {
	padding: 0;
	margin: 0 0 30px 30px;
}
.portfolio-2columns .portfolio-list li {
	width: 570px;
}
.portfolio-3columns .portfolio-list li {
	width: 370px;
}
.portfolio-4columns .portfolio-list li {
	width: 270px;
}
.portfolio-filter {
	margin-bottom: 30px;
}
.portfolio-filter ul {
	list-style-type: none;
	margin: 10px 0;
	padding: 0;
}
.portfolio-filter ul li {
	display: inline-table;
	margin: 10px 5px 10px 0;
}
.portfolio-filter ul li a {
	position: relative;
	padding: 10px 25px;
	color: #3c4852;
	background: #eee;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 0px 1px 0px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 1px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 1px 0px rgba(0,0,0,0.2);
}
.portfolio-filter ul li a.current, #portfolio-filter li a:hover {
	color: #FFFFFF;
	background: #3c4852;
}

.portfolio-filter ul li a.current, #portfolio-link li a:hover {
	color: #FFFFFF;
	background: #3c4852;
}
.project-single .span12 {
	margin-bottom: 30px;
}
.project-details {
	width: 100%;
	padding: 40px 40px 25px 40px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */;
	-moz-box-sizing: border-box; /* Firefox, other Gecko */;
	box-sizing: border-box;
	border: 1px solid #ddd;
	border-bottom-color: #f5f5f5;
	-moz-box-shadow: 0px 3px 0px rgba(0,0,0,0.2), 0 0 20px rgba(0, 0, 0, 0.1) inset;
	-webkit-box-shadow: 0px 3px 0px rgba(0,0,0,0.2), 0 0 20px rgba(0, 0, 0, 0.1) inset;
	box-shadow: 0px 3px 0px rgba(0,0,0,0.2), 0 0 20px rgba(0, 0, 0, 0.1) inset;
	background: #fafafa;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin-bottom:20px;
}
.span6 .project-details {
	margin-top: 30px;
}
.project-details h1 {
	font-size: 16px;
	text-transform: uppercase;
   font-weight: bold
}
.project-details span {
	color: #3c4852;
	margin-right: 5px;
}
.related-projects.span12 {
	margin-bottom: 0;
	margin-top: 50px;
}
.portfolio .og-grid .title {
	font-family: "微软雅黑";
	line-height: 30px;
	color: #FFFFFF;
	display: none;
	height: 30px;
	overflow: hidden;
	position: absolute;
    	text-align: center;
	bottom: 0px;
	z-index: 999999999999999999999999;
	width: 100%;
	left: 0px;
	background: rgba(000, 000, 000, 0.5);
	filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr=#6B000000,endColorstr=#6B000000);
}
/*------------------------------------------------------------------*/
/*	17) HOME PORTFOLIO
/*------------------------------------------------------------------*/
.portfolio_block_1 {
	padding: 0;
}
.portfolio_blocks_wrap {
	padding: 0;
}
.portfolio_blocks_wrap .item {
	min-height: 287px;
}
.blog_blocks_wrap .item {
	min-height:380px;
}
.item1 {
	width: 338px;
	float: left;
	margin: 0 15px;
	padding: 0 0 10px 0;
	position: relative;
}
.item1 img {
	-webkit-border-radius: 4px 4px 0px 0px;
	-moz-border-radius: 4px 4px 0px 0px;
	border-radius: 4px 4px 0px 0px;
	border: 0px;
}
.maskImage {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: absolute;
	z-index: 99999;
	background: url(../images/pixelblack.png) repeat;
	-webkit-border-radius: 4px 4px 0px 0px;
	-moz-border-radius: 4px 4px 0px 0px;
	border-radius: 4px 4px 0px 0px;
}
.maskImage a {
	width: 100%;
	height: 100%;
	display: block;
}
.maskImage a span {
	background: url(../images/ico.png) repeat;
	
	width: 61px;
	height: 61px;
	position: absolute;
	margin-left: 50%;
	left: -27px;
	top: -48px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.maskImage a span i {
	color: #FFF;
	font-size: 0px;
	margin-left: 10px;
	margin-top: 13px;
}
.og-grid li .maskImage a span i {
	margin-left: -13px;
}
.title_holder {
	width: 100%;
	padding: 15px;
	background: #fafafa;
	position: relative;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */;
	-moz-box-sizing: border-box; /* Firefox, other Gecko */;
	box-sizing: border-box; /* Opera/IE 8+ */;
	border: 1px solid #ddd;
	border-top: none;
	float: left;
	clear: both;
	-webkit-border-radius: 0px 0px 4px 4px;
	-moz-border-radius: 0px 0px 4px 4px;
	border-radius: 0px 0px 4px 4px;
	-moz-box-shadow: 0px 3px 0px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 3px 0px rgba(0,0,0,0.2);
}
.title_holder:before {
	top: -25px;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	border-bottom-color: #fafafa;
	border-width: 15px;
	right: 50%;
	margin: 0 -15px 0 0;
	z-index: 999999;
}
.title_holder h1 {
	width: auto;
	float: left;
	margin-bottom: 0;
	font-size: 14px;
	margin-right: 70px;
}
.title_holder h1 a {
	color: #3c4852;
}
.title_holder h1 a:hover {
	color: #cc0000;
}
span.span_like {
	color: #3c4852;
	position: absolute;
	right: 15px;
	top: 15px;
	margin-left: 10px;
	width: auto;
}
span.span_like a {
	color: #3c4852;
}
span.span_like a:hover {
	color: #cc0000;
}
span.span_like i {
	margin: 0 7px 0 0;
	font-size: 15px;
}
.carousel_navigations {
	width: 100%;
	text-align: center;
	margin: 10px 0 0 0;
	float: left;
	clear: both;
}
.carousel_navigations ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.carousel_navigations ul li {
	display: inline-block;
	margin: 0;
	padding: 0;
}
.carousel_navigations ul li a {
	width: 30px;
	height: 30px;
	display: block;
	background: url(../images/c_nav.png) no-repeat;
	background-color: #3c4852;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 0;
	padding: 0;
}
.carousel_navigations ul li a:hover {
	background-color: #cc0000;
}
#car_prev, #car_prev_2 {
	background-position: 12px 9px;
}
#car_next, #car_next_2 {
	background-position: -21px 9px;
}
.video_holder {
	margin-top: 40px;
}

/*------------------------------------------------------------------*/
/*	24) HOME BLOG
/*------------------------------------------------------------------*/
.desc {
	width: 100%;
	padding: 15px;
	background: #FFF;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */;
	-moz-box-sizing: border-box; /* Firefox, other Gecko */;
	box-sizing: border-box; /* Opera/IE 8+ */;
	border: 1px solid #ddd;
	border-top: none;
	float: left;
	clear: both;
	background: #fafafa;
}
.desc h5 a {
	color: #3c4852;
}
.desc h5 a:hover {
	color: #cc0000;
}
.desc p {
	margin-bottom: 5px;
}
.title_holder_2 {
	width: 100%;
	background: #FFF;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */;
	-moz-box-sizing: border-box; /* Firefox, other Gecko */;
	box-sizing: border-box; /* Opera/IE 8+ */;
	border: 1px solid #ddd;
	border-top: none;
	float: left;
	clear: both;
	background: #fafafa;
	-webkit-border-radius: 0px 0px 4px 4px;
	-moz-border-radius: 0px 0px 4px 4px;
	border-radius: 0px 0px 4px 4px;
	-moz-box-shadow: 0px 3px 0px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 3px 0px rgba(0,0,0,0.2);
}
.title_holder_2 a {
	padding: 10px 0;
	float: left;
	color: #888;
	text-align: center;
}
.title_holder_2 a:hover {
	color: #cc0000;
}
.title_holder_2 a i {
	font-size: 15px;
	margin: -1px 0 0 0;
}
.post-comm, .post-date, .post-type-icon {
	border-right: 1px solid #ddd;
	float: left;
}
.post-type-icon a {
	width: 90px;
	text-align: center;
	color: #888;
}
.post-type-icon a i {
	margin-left: -6px;
}
.post-comm a {
	width: 70px;
}
.post-comm a i {
	margin-right: 10px;
}
.post-date a {
	width: 90px;
}
.post-date a i {
	margin-right: 0px;
}
.like-2 a {
	width: 70px;
}
.like-2 a i {
	margin-right: 10px;
	margin-top: 0;
}

