/*-- DaiMa.html styles --*/
.daima-hero {
	background: linear-gradient(rgba(255,60,65,0.85), rgba(255,60,65,0.85)), url(../images/banner.jpg) no-repeat center center;
	background-size: cover;
	padding: 80px 0;
	text-align: center;
}
.daima-hero h2 {
	color: #fff;
	font-size: 3em;
	font-weight: 700;
	margin-bottom: 15px;
}
.daima-hero p {
	color: #fff;
	font-size: 1.2em;
	max-width: 800px;
	margin: 0 auto 25px;
}
.daima-hero a {
	padding: 12px 35px;
	background: #fff;
	color: #ff3c41;
	border-radius: 30px;
	text-decoration: none;
	font-weight: 600;
	transition: 0.3s all;
	display: inline-block;
}
.daima-hero a:hover {
	background: #1a1a1a;
	color: #fff;
}
.product-grid {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	justify-content: center;
}
.product-item {
	background: #fff;
	border: 1px solid #eee;
	border-radius: 10px;
	padding: 25px;
	text-align: center;
	flex: 1 1 280px;
	max-width: 350px;
	transition: 0.3s all;
}
.product-item:hover {
	border-color: #ff3c41;
	box-shadow: 0 8px 25px rgba(255,60,65,0.15);
	transform: translateY(-3px);
}
.product-item .icon-circle {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	background: #ff3c41;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 20px;
}
.product-item .icon-circle i {
	font-size: 2em;
	color: #fff;
}
.product-item h4 {
	font-size: 1.2em;
	color: #282828;
	margin-bottom: 10px;
}
.product-item p {
	color: #6e6e6f;
	font-size: 14px;
	line-height: 1.7em;
}
.brand-section {
	background: #f5f5f5;
	padding: 50px 0;
	text-align: center;
}
.brand-section h3 {
	font-size: 2em;
	color: #282828;
	margin-bottom: 30px;
}
.brand-logos {
	display: flex;
	justify-content: center;
	gap: 40px;
	flex-wrap: wrap;
	align-items: center;
}
.brand-logos .brand-item {
	background: #fff;
	padding: 15px 30px;
	border-radius: 8px;
	font-size: 1.1em;
	font-weight: 600;
	color: #282828;
	box-shadow: 0 2px 10px rgba(0,0,0,0.08);
}
.sales-table {
	width: 100%;
	border-collapse: collapse;
	margin-top: 20px;
}
.sales-table th, .sales-table td {
	padding: 12px 15px;
	text-align: left;
	border-bottom: 1px solid #eee;
}
.sales-table th {
	background: #ff3c41;
	color: #fff;
	font-weight: 600;
}
.sales-table tr:hover {
	background: #f9f9f9;
}

/*-- DaiHuai.html styles --*/
.daihuai-hero {
	background: linear-gradient(rgba(5,213,97,0.85), rgba(5,213,97,0.85)), url(../images/banner1.jpg) no-repeat center center;
	background-size: cover;
	padding: 80px 0;
	text-align: center;
}
.daihuai-hero h2 {
	color: #fff;
	font-size: 3em;
	font-weight: 700;
	margin-bottom: 15px;
}
.daihuai-hero p {
	color: #fff;
	font-size: 1.2em;
	max-width: 800px;
	margin: 0 auto 25px;
}
.daihuai-hero a {
	padding: 12px 35px;
	background: #fff;
	color: #05d561;
	border-radius: 30px;
	text-decoration: none;
	font-weight: 600;
	transition: 0.3s all;
	display: inline-block;
}
.daihuai-hero a:hover {
	background: #1a1a1a;
	color: #fff;
}
.install-process {
	padding: 60px 0;
	background: #f9f9f9;
}
.process-steps {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 20px;
	margin-top: 40px;
}
.process-step {
	flex: 1 1 180px;
	text-align: center;
	position: relative;
}
.process-step .step-num {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background: #05d561;
	color: #fff;
	font-size: 1.5em;
	font-weight: 700;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 15px;
}
.process-step h5 {
	font-size: 1.1em;
	color: #282828;
	margin-bottom: 10px;
}
.process-step p {
	font-size: 13px;
	color: #6e6e6f;
}
.install-types {
	padding: 60px 0;
}
.install-type-card {
	background: #fff;
	border-left: 4px solid #05d561;
	padding: 25px;
	margin-bottom: 20px;
	box-shadow: 0 2px 10px rgba(0,0,0,0.05);
	transition: 0.3s all;
}
.install-type-card:hover {
	border-left-color: #ff3c41;
	box-shadow: 0 5px 20px rgba(0,0,0,0.1);
}
.install-type-card h4 {
	color: #282828;
	font-size: 1.2em;
	margin-bottom: 10px;
}
.install-type-card h4 i {
	color: #05d561;
	margin-right: 10px;
}
.install-type-card p {
	color: #6e6e6f;
	line-height: 1.8em;
}
.install-table {
	width: 100%;
	border-collapse: collapse;
	margin-top: 20px;
}
.install-table th, .install-table td {
	padding: 12px 15px;
	text-align: left;
	border-bottom: 1px solid #eee;
}
.install-table th {
	background: #05d561;
	color: #fff;
	font-weight: 600;
}
.install-table tr:hover {
	background: #f9f9f9;
}
.cta-green {
	background: #05d561;
	padding: 40px 0;
	text-align: center;
}
.cta-green h3 {
	color: #fff;
	font-size: 2em;
	margin-bottom: 15px;
}
.cta-green p {
	color: #fff;
	margin-bottom: 25px;
}
.cta-green a {
	padding: 12px 35px;
	background: #fff;
	color: #05d561;
	border-radius: 30px;
	text-decoration: none;
	font-weight: 600;
	transition: 0.3s all;
}
.cta-green a:hover {
	background: #1a1a1a;
	color: #fff;
}

/*-- DaiSheng.html styles --*/
.daisheng-hero {
	background: linear-gradient(rgba(255,152,0,0.85), rgba(255,152,0,0.85)), url(../images/banner2.jpg) no-repeat center center;
	background-size: cover;
	padding: 80px 0;
	text-align: center;
}
.daisheng-hero h2 {
	color: #fff;
	font-size: 3em;
	font-weight: 700;
	margin-bottom: 15px;
}
.daisheng-hero p {
	color: #fff;
	font-size: 1.2em;
	max-width: 800px;
	margin: 0 auto 25px;
}
.daisheng-hero a {
	padding: 12px 35px;
	background: #fff;
	color: #ff9800;
	border-radius: 30px;
	text-decoration: none;
	font-weight: 600;
	transition: 0.3s all;
	display: inline-block;
}
.daisheng-hero a:hover {
	background: #1a1a1a;
	color: #fff;
}
.repair-services {
	padding: 60px 0;
}
.repair-card {
	background: #fff;
	border-radius: 10px;
	padding: 30px 20px;
	text-align: center;
	box-shadow: 0 5px 20px rgba(0,0,0,0.08);
	transition: 0.3s all;
	margin-bottom: 30px;
	border-top: 4px solid #ff9800;
}
.repair-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}
.repair-card i {
	font-size: 3em;
	color: #ff9800;
	margin-bottom: 20px;
}
.repair-card h4 {
	font-size: 1.3em;
	color: #282828;
	margin-bottom: 15px;
}
.repair-card p {
	color: #6e6e6f;
	line-height: 1.8em;
}
.guarantee-section {
	background: #fff8e1;
	padding: 60px 0;
}
.guarantee-item {
	display: flex;
	align-items: flex-start;
	gap: 20px;
	margin-bottom: 25px;
}
.guarantee-item .icon-box {
	width: 60px;
	height: 60px;
	min-width: 60px;
	border-radius: 50%;
	background: #ff9800;
	display: flex;
	align-items: center;
	justify-content: center;
}
.guarantee-item .icon-box i {
	font-size: 1.5em;
	color: #fff;
}
.guarantee-item h5 {
	font-size: 1.1em;
	color: #282828;
	margin-bottom: 8px;
}
.guarantee-item p {
	color: #6e6e6f;
	line-height: 1.7em;
}
.cta-orange {
	background: #ff9800;
	padding: 40px 0;
	text-align: center;
}
.cta-orange h3 {
	color: #fff;
	font-size: 2em;
	margin-bottom: 15px;
}
.cta-orange p {
	color: #fff;
	margin-bottom: 25px;
}
.cta-orange a {
	padding: 12px 35px;
	background: #fff;
	color: #ff9800;
	border-radius: 30px;
	text-decoration: none;
	font-weight: 600;
	transition: 0.3s all;
}
.cta-orange a:hover {
	background: #1a1a1a;
	color: #fff;
}

/*-- DaiMu.html styles --*/
.daimu-hero {
	background: linear-gradient(rgba(63,81,181,0.85), rgba(63,81,181,0.85)), url(../images/banner3.jpg) no-repeat center center;
	background-size: cover;
	padding: 80px 0;
	text-align: center;
}
.daimu-hero h2 {
	color: #fff;
	font-size: 3em;
	font-weight: 700;
	margin-bottom: 15px;
}
.daimu-hero p {
	color: #fff;
	font-size: 1.2em;
	max-width: 800px;
	margin: 0 auto 25px;
}
.daimu-hero a {
	padding: 12px 35px;
	background: #fff;
	color: #3f51b5;
	border-radius: 30px;
	text-decoration: none;
	font-weight: 600;
	transition: 0.3s all;
	display: inline-block;
}
.daimu-hero a:hover {
	background: #1a1a1a;
	color: #fff;
}
.operation-services {
	padding: 60px 0;
	background: #f5f7fa;
}
.op-card {
	background: #fff;
	border-radius: 12px;
	padding: 35px 25px;
	text-align: center;
	box-shadow: 0 5px 20px rgba(0,0,0,0.06);
	transition: 0.3s all;
	margin-bottom: 30px;
	position: relative;
	overflow: hidden;
}
.op-card::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 4px;
	background: #3f51b5;
}
.op-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 10px 30px rgba(63,81,181,0.15);
}
.op-card i {
	font-size: 3em;
	color: #3f51b5;
	margin-bottom: 20px;
}
.op-card h4 {
	font-size: 1.3em;
	color: #282828;
	margin-bottom: 15px;
}
.op-card p {
	color: #6e6e6f;
	line-height: 1.8em;
}
.monitoring-section {
	padding: 60px 0;
}
.monitoring-features {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	margin-top: 40px;
}
.monitoring-feature {
	flex: 1 1 250px;
	display: flex;
	align-items: flex-start;
	gap: 15px;
}
.monitoring-feature .feat-icon {
	width: 50px;
	height: 50px;
	min-width: 50px;
	border-radius: 10px;
	background: #3f51b5;
	display: flex;
	align-items: center;
	justify-content: center;
}
.monitoring-feature .feat-icon i {
	font-size: 1.3em;
	color: #fff;
}
.monitoring-feature h5 {
	font-size: 1.05em;
	color: #282828;
	margin-bottom: 8px;
}
.monitoring-feature p {
	font-size: 13px;
	color: #6e6e6f;
	line-height: 1.6em;
}
.cta-blue {
	background: #3f51b5;
	padding: 40px 0;
	text-align: center;
}
.cta-blue h3 {
	color: #fff;
	font-size: 2em;
	margin-bottom: 15px;
}
.cta-blue p {
	color: #fff;
	margin-bottom: 25px;
}
.cta-blue a {
	padding: 12px 35px;
	background: #fff;
	color: #3f51b5;
	border-radius: 30px;
	text-decoration: none;
	font-weight: 600;
	transition: 0.3s all;
}
.cta-blue a:hover {
	background: #1a1a1a;
	color: #fff;
}

/*-- ZhuYun.html styles --*/
.zhuyun-hero {
	background: linear-gradient(rgba(156,39,176,0.85), rgba(156,39,176,0.85)), url(../images/banner4.jpg) no-repeat center center;
	background-size: cover;
	padding: 80px 0;
	text-align: center;
}
.zhuyun-hero h2 {
	color: #fff;
	font-size: 3em;
	font-weight: 700;
	margin-bottom: 15px;
}
.zhuyun-hero p {
	color: #fff;
	font-size: 1.2em;
	max-width: 800px;
	margin: 0 auto 25px;
}
.zhuyun-hero a {
	padding: 12px 35px;
	background: #fff;
	color: #9c27b0;
	border-radius: 30px;
	text-decoration: none;
	font-weight: 600;
	transition: 0.3s all;
	display: inline-block;
}
.zhuyun-hero a:hover {
	background: #1a1a1a;
	color: #fff;
}
.consulting-services {
	padding: 60px 0;
}
.consult-card {
	background: #fff;
	border-radius: 10px;
	padding: 30px 25px;
	margin-bottom: 30px;
	box-shadow: 0 5px 20px rgba(0,0,0,0.06);
	transition: 0.3s all;
	border-left: 4px solid #9c27b0;
}
.consult-card:hover {
	box-shadow: 0 8px 30px rgba(156,39,176,0.15);
	transform: translateX(5px);
}
.consult-card .card-header {
	display: flex;
	align-items: center;
	gap: 15px;
	margin-bottom: 15px;
}
.consult-card .card-header i {
	font-size: 2em;
	color: #9c27b0;
}
.consult-card .card-header h4 {
	font-size: 1.2em;
	color: #282828;
	margin: 0;
}
.consult-card p {
	color: #6e6e6f;
	line-height: 1.8em;
}
.solution-section {
	background: #f5f0f7;
	padding: 60px 0;
}
.solution-item {
	background: #fff;
	border-radius: 10px;
	padding: 25px;
	margin-bottom: 20px;
	box-shadow: 0 3px 15px rgba(0,0,0,0.05);
}
.solution-item h5 {
	color: #9c27b0;
	font-size: 1.1em;
	margin-bottom: 10px;
}
.solution-item ul {
	list-style: none;
	padding: 0;
}
.solution-item ul li {
	padding: 8px 0;
	border-bottom: 1px solid #eee;
	color: #6e6e6f;
	position: relative;
	padding-left: 20px;
}
.solution-item ul li:last-child {
	border-bottom: none;
}
.solution-item ul li::before {
	content: '\f00c';
	font-family: 'FontAwesome';
	color: #9c27b0;
	position: absolute;
	left: 0;
}
.cta-purple {
	background: #9c27b0;
	padding: 40px 0;
	text-align: center;
}
.cta-purple h3 {
	color: #fff;
	font-size: 2em;
	margin-bottom: 15px;
}
.cta-purple p {
	color: #fff;
	margin-bottom: 25px;
}
.cta-purple a {
	padding: 12px 35px;
	background: #fff;
	color: #9c27b0;
	border-radius: 30px;
	text-decoration: none;
	font-weight: 600;
	transition: 0.3s all;
}
.cta-purple a:hover {
	background: #1a1a1a;
	color: #fff;
}
