/* 自定义样式 */

/* 页面内容居中 */
.container-wrap {
	max-width: 1200px;
	margin: 0 auto;
}

/* Logo样式 */
#fh5co-logo {
	white-space: normal;
	overflow: visible;
	max-width: 100%;
	line-height: 1.3;
}
#fh5co-logo a {
	white-space: normal;
	color: #000 !important;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	transition: color 0.3s ease;
	display: block;
	opacity: 1 !important;
}
#fh5co-logo a:hover {
	color: #66D37E !important;
}

/* 文章内容区域样式 */
.about-desc {
	background: #f9f9f9;
	padding: 40px;
	border-radius: 8px;
	box-shadow: 0 2px 15px rgba(0,0,0,0.08);
	max-width: 900px;
	margin: 0 auto;
}
.about-desc h3 {
	color: #66D37E;
	border-bottom: 2px solid #66D37E;
	padding-bottom: 15px;
	margin-bottom: 25px;
}
.about-desc p {
	line-height: 1.8;
	color: #555;
	margin-bottom: 20px;
	text-align: justify;
}

/* 标题样式 */
.heading-section h3,
.fh5co-heading h3 {
	font-size: 28px;
	color: #333;
	margin-bottom: 20px;
}
.heading-section p,
.fh5co-heading p {
	font-size: 16px;
	color: #666;
	line-height: 1.8;
}
.fh5co-heading h2 {
	font-size: 32px;
	color: #333;
	margin-bottom: 20px;
}

/* 服务卡片样式 */
.services {
	background: #fff;
	padding: 30px;
	border-radius: 8px;
	box-shadow: 0 2px 15px rgba(0,0,0,0.08);
	transition: all 0.3s ease;
}
.services:hover {
	transform: translateY(-5px);
	box-shadow: 0 5px 25px rgba(0,0,0,0.15);
}
.services .icon {
	font-size: 50px;
	color: #66D37E;
	margin-bottom: 20px;
}
.services h3 {
	color: #333;
	font-size: 20px;
	margin-bottom: 15px;
}
.services p {
	color: #666;
	line-height: 1.7;
}

/* 服务区域居中 */
#fh5co-about .row:last-child {
	max-width: 900px;
	margin: 0 auto;
}

/* 项目详情样式 */
.fh5co-project-detail {
	background: #f9f9f9;
	padding: 40px;
	border-radius: 8px;
	box-shadow: 0 2px 15px rgba(0,0,0,0.08);
	max-width: 900px;
	margin: 0 auto;
}
.fh5co-project-title {
	color: #66D37E;
	border-bottom: 2px solid #66D37E;
	padding-bottom: 15px;
	margin-bottom: 25px;
}
.fh5co-project-sub {
	color: #666;
	font-size: 16px;
	display: block;
	margin-bottom: 20px;
}
.fh5co-project-service {
	margin-top: 30px;
}
.fh5co-project-service h3 {
	color: #333;
	font-size: 20px;
	margin-bottom: 15px;
}
.fh5co-project-service p {
	line-height: 1.8;
	color: #555;
	margin-bottom: 20px;
	text-align: justify;
}
.fh5co-project-service ul {
	list-style: none;
	padding-left: 0;
}
.fh5co-project-service ul li {
	padding: 8px 0;
	border-bottom: 1px solid #eee;
	color: #555;
}
.fh5co-project-service ul li:before {
	content: "✓";
	color: #66D37E;
	margin-right: 10px;
	font-weight: bold;
}

/* 博客卡片样式 */
.blog-post {
	background: #f9f9f9;
	padding: 30px;
	border-radius: 8px;
	box-shadow: 0 2px 15px rgba(0,0,0,0.08);
	margin-bottom: 30px;
	transition: all 0.3s ease;
}
.blog-post:hover {
	transform: translateY(-5px);
	box-shadow: 0 5px 25px rgba(0,0,0,0.15);
}
.blog-post h3 {
	color: #66D37E;
	font-size: 20px;
	margin-bottom: 15px;
}
.blog-post p {
	color: #555;
	line-height: 1.8;
	margin-bottom: 15px;
	text-align: justify;
}
.blog-post .cat {
	color: #999;
	font-size: 14px;
}

/* 博客侧边栏样式 */
.blog-flex {
	display: flex;
	flex-wrap: wrap;
}
.blog-entry {
	flex: 1;
	padding-right: 30px;
}
.blog-sidebar {
	flex: 0 0 350px;
	padding-left: 30px;
}
.sidebar-widget {
	background: #f9f9f9;
	padding: 30px;
	border-radius: 8px;
	box-shadow: 0 2px 15px rgba(0,0,0,0.08);
	margin-bottom: 30px;
}
.sidebar-widget h3 {
	color: #66D37E;
	font-size: 20px;
	margin-bottom: 20px;
	padding-bottom: 15px;
	border-bottom: 2px solid #66D37E;
}
.advantage-item {
	display: flex;
	align-items: flex-start;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #eee;
}
.advantage-item:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}
.advantage-item .icon {
	color: #66D37E;
	font-size: 20px;
	margin-right: 15px;
	margin-top: 3px;
}
.advantage-text h4 {
	color: #333;
	font-size: 16px;
	margin-bottom: 8px;
}
.advantage-text p {
	color: #666;
	font-size: 14px;
	line-height: 1.6;
	margin: 0;
}
.process-item {
	display: flex;
	align-items: flex-start;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #eee;
}
.process-item:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}
.process-num {
	color: #66D37E;
	font-size: 24px;
	font-weight: bold;
	margin-right: 15px;
	min-width: 40px;
}
.process-text h4 {
	color: #333;
	font-size: 16px;
	margin-bottom: 8px;
}
.process-text p {
	color: #666;
	font-size: 14px;
	line-height: 1.6;
	margin: 0;
}
.contact-widget {
	text-align: center;
	background: linear-gradient(135deg, #66D37E 0%, #55c26d 100%);
	color: #fff;
}
.contact-widget h3 {
	color: #fff;
	border-bottom-color: rgba(255,255,255,0.3);
}
.contact-widget p {
	color: rgba(255,255,255,0.9);
	margin-bottom: 20px;
}
.contact-widget .btn-primary {
	background: #fff;
	color: #66D37E;
	border-color: #fff;
}
.contact-widget .btn-primary:hover {
	background: #f5f5f5;
	border-color: #f5f5f5;
}

/* 计数器样式 */
.fh5co-counter {
	color: #66D37E;
}
.fh5co-counter-label {
	color: #666;
}

/* 联系信息样式 */
.contact-info {
	list-style: none;
	padding-left: 0;
}
.contact-info li {
	padding: 10px 0;
	border-bottom: 1px solid #eee;
	color: #555;
}
.contact-info li a {
	color: #66D37E;
}
.contact-info li i {
	color: #66D37E;
	margin-right: 10px;
}

/* 表单样式 */
.form-control {
	border-radius: 4px;
	border: 1px solid #ddd;
	padding: 12px;
	margin-bottom: 15px;
}
.form-control:focus {
	border-color: #66D37E;
	box-shadow: 0 0 5px rgba(102, 211, 126, 0.3);
}
.btn-primary {
	background: #66D37E;
	border-color: #66D37E;
	padding: 12px 30px;
	border-radius: 4px;
}
.btn-primary:hover {
	background: #55c26d;
	border-color: #55c26d;
}

/* 图片居中 */
.img-responsive {
	margin: 0 auto;
	display: block;
}
