/* 顶部联系方式栏 */
.contact-top-bar {
	background: #1a1a1a;
	color: #fff;
	padding: 8px 0;
	font-size: 14px;
}
.contact-top-bar .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.contact-top-bar a {
	color: #fff;
	text-decoration: none;
}
.contact-top-bar a:hover {
	color: #f0ad4e;
}

/* Logo样式 */
.logo-text {
	font-size: 16px;
	font-weight: bold;
	color: #181819;
	text-decoration: none;
}
.logo-text:hover {
	color: #f0ad4e;
}
.logo-text span {
	color: #f0ad4e;
}

/* 轮播图样式 */
.banner_top {
	position: relative;
	width: 100%;
	overflow: hidden;
}
.banner_top .slider {
	position: relative;
	width: 100%;
}
.banner_top .slider .wrapper {
	position: relative;
	width: 100%;
}
.banner_top .rslides {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
}
.banner_top .rslides li {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	width: 100%;
	left: 0;
	top: 0;
}
.banner_top .rslides li:first-child {
	position: relative;
	display: block;
	float: left;
}
.banner_top .rslides img {
	display: block;
	height: auto;
	float: left;
	width: 100%;
	border: 0;
}
.banner_top #slider3-pager {
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 999;
	padding: 10px 20px;
	margin: 0;
	list-style: none;
	display: flex;
	gap: 8px;
	background: rgba(0,0,0,0.3);
	border-radius: 5px;
}
.banner_top #slider3-pager li {
	display: inline-block;
	margin: 0;
}
.banner_top #slider3-pager a {
	display: inline-block;
	border: none;
}
.banner_top #slider3-pager img {
	float: left;
	display: block;
	width: 80px;
	height: 50px;
	object-fit: cover;
	border: 2px solid transparent;
	border-radius: 3px;
	transition: all 0.3s;
	opacity: 0.7;
}
.banner_top #slider3-pager .rslides_here a img {
	border-color: #ffb500;
	opacity: 1;
}
.banner_top #slider3-pager img:hover {
	opacity: 1;
	border-color: #fff;
}
.agile_banner_text_info {
	position: absolute;
	z-index: 999;
	top: 33%;
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
	width: 80%;
}
.agile_banner_text_info h3 {
	color: #fff;
	font-size: 2.5em;
	text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}
.agile_banner_text_info h3 span {
	display: block;
	font-size: 0.5em;
	color: #ffb500;
	margin-bottom: 10px;
}
.agile_banner_text_info h3 label {
	display: block;
	font-size: 0.5em;
	color: #ffb500;
	margin-top: 10px;
}

/* 业务卡片 */
.business-card {
	background: #fff;
	padding: 30px;
	margin-bottom: 20px;
	border-radius: 8px;
	box-shadow: 0 3px 15px rgba(0,0,0,0.1);
	transition: all 0.3s;
	text-align: center;
}
.business-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}
.business-card h4 {
	margin-top: 15px;
	color: #333;
}
.business-card p {
	color: #666;
}
.business-card i {
	font-size: 48px;
	color: #f0ad4e;
}
.business-card a {
	color: #f0ad4e;
	text-decoration: none;
}
.business-card a:hover {
	text-decoration: underline;
}

/* 数据统计 */
.stats-section {
	background: #2c3e50;
	color: #fff;
	padding: 40px 0;
}
.stats-section h3 {
	color: #fff;
}
.stats-section .counter {
	font-size: 36px;
	font-weight: bold;
	color: #f0ad4e;
}
.stats-section i {
	font-size: 40px;
	color: #f0ad4e;
	margin-bottom: 10px;
}

/* 特色功能框 */
.feature-box {
	background: #f9f9f9;
	padding: 25px;
	margin-bottom: 20px;
	border-radius: 5px;
	border-left: 4px solid #f0ad4e;
}
.feature-box h4 {
	color: #333;
	margin-top: 0;
}
.feature-box p {
	color: #666;
}

/* 唐山文化 */
.tangshan-culture {
	background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
	color: #fff;
	padding: 40px 0;
}
.tangshan-culture h3 {
	color: #fff;
}
.tangshan-culture p {
	color: rgba(255,255,255,0.9);
}
.culture-item {
	padding: 20px;
	margin-bottom: 20px;
	background: rgba(255,255,255,0.1);
	border-radius: 8px;
}
.culture-item h4 {
	color: #f0ad4e;
}
