/*
	Theme Name: Carmax
	Created : 
	Updated : 
	Version: 1.0

*/
/* ========================================================================== */
/* ========================================================================== */
							/* [Table of contents] */
/* ========================================================================== */
/* ========================================================================== */

/*	
	+ Global
		- Padding/Margin
		
	+ Fonts Settings	
		- Open Sans : font-family: 'Open Sans', sans-serif;
		- Robotslab : font-family: 'Roboto Slab', serif;

	+ Header

	+ Footer
	
	+ Page Banner
	
	+ Section Header
	
	+ Responsive		
		- min-width: 1200
		- min-width: 992
		- min-width: 768
		- max-width: 1200
		- min-width: 992 to max-width: 1199		
		- max-width: 991
		- min-width: 768 to max-width: 991
		- max-width: 767
		- max-width: 639
		- max-width: 479
*/

/* ## Global */

body {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #000;
}
img {
    max-width: 100%;
	height: auto;
}
a {
    outline: 0 !important;
}

/* - Padding/Margin */
.no-padding {
	padding: 0;
}
.no-left-padding{
	padding-left: 0;
}
.no-right-padding {
	padding-right: 0;
}
.no-top-padding {
	padding-top: 0;
}
.no-bottom-padding {
	padding-bottom: 0;
}
.no-margin {
	margin: 0;
}
.no-left-margin {
	margin-left: 0;
}
.no-right-margin {
	margin-right: 0;
}
.no-top-margin {
	padding-top: 0;
}
.no-bottom-margin {
	margin-bottom: 0;
}

/* - OW pull-left/pull-right */
.ow-pull-left  {
	float: left;
}
.ow-pull-right  {
	float: right;
}

/* -- Section Padding */
.section-padding {
	padding-top: 75px;
	padding-bottom: 75px;
}
.padding-10 {
	padding-top: 5px;
	padding-bottom: 5px;
}
.padding-20 {
	padding-top: 10px;
	padding-bottom: 10px;
}
.padding-30 {
	padding-top: 15px;
	padding-bottom: 15px;
}
.padding-40 {
	padding-top: 20px;
	padding-bottom: 20px;
}
.padding-50 {
	padding-top: 25px;
	padding-bottom: 25px;
}
.padding-60 {
	padding-top: 30px;
	padding-bottom: 30px;
}
.padding-70 {
	padding-top: 35px;
	padding-bottom: 35px;
}
.padding-80 {
	padding-top: 40px;
	padding-bottom: 40px;
}
.padding-90 {
	padding-top: 45px;
	padding-bottom: 45px;
}
.padding-100 {
	padding-top: 50px;
	padding-bottom: 50px;
}
.main-container {
	width: 1920px;
	max-width: 100%;
	margin: 0 auto;
	overflow-x: hidden;
}
/* + Header */
.logo-text {
	font-size: 16px;
	font-weight: bold;
	color: #18428c;
	max-width: 280px;
	display: block;
	line-height: 1.3;
	word-wrap: break-word;
	white-space: normal;
	padding: 10px 0;
}
.ow-navigation .navbar-brand {
	padding: 5px 0;
}

/* Slider Styles */
.slider-title-white {
	z-index: 6;
	position: relative;
	color: #fff;
	font-weight: 400;
	letter-spacing: 7px;
	font-family: 'Roboto Slab', serif;
	text-transform: uppercase;
}

.slider-title-accent {
	z-index: 6;
	position: relative;
	color: #f85c37;
	font-weight: 700;
	letter-spacing: 2.1px;
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
}

.slide-btn {
	z-index: 6;
	position: relative;
}

.slide-btn a {
	font-weight: 700;
	padding: 12px 37px;
}

/* ZhuYun.html - 售后保障服务样式 */
.zhuyun-icon-large {
	font-size: 40px;
	color: #ff6b6b;
}

.zhuyun-section-title {
	text-align: center;
	margin: 40px 0 30px;
	color: #ff6b6b;
	font-family: 'Roboto Slab', serif;
	font-size: 24px;
}

.zhuyun-advantage-list {
	padding-left: 20px;
}

.zhuyun-advantage-list li {
	margin-bottom: 10px;
	line-height: 1.6;
}

/* DaiMu.html - 大型视听工程总包服务样式 */
.daimu-section-title {
	text-align: center;
	margin: 40px 0 30px;
	color: #00b4d8;
	font-family: 'Roboto Slab', serif;
	font-size: 24px;
}

/* DaiHuai.html - 精细化定制视听服务样式 */
.daihuai-timeline-content-top {
	margin-bottom: 40px;
}

.daihuai-timeline-content-bottom {
	margin-top: 40px;
}

.daihuai-timeline-content-vision {
	margin-top: 30px;
}

.daihuai-section-title {
	text-align: center;
	color: #4facfe;
	font-family: 'Roboto Slab', serif;
	font-size: 24px;
}

.daihuai-section-title {
	margin-bottom: 30px;
}

.daihuai-section-title-process {
	margin: 40px 0 30px;
}

.daihuai-advantage-list {
	padding-left: 20px;
}

.daihuai-advantage-list li {
	margin-bottom: 10px;
	line-height: 1.6;
}

/* contactus.html - 联系我们页面样式 */
.contact-info-box {
	text-align: center;
	padding: 30px 20px;
	margin-bottom: 30px;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.contact-info-box:hover {
	transform: translateY(-5px);
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
}

.contact-info-box i {
	font-size: 40px;
	color: #00b4d8;
	margin-bottom: 20px;
	display: block;
}

.contact-info-box h4 {
	font-family: 'Roboto Slab', serif;
	font-size: 18px;
	color: #333;
	margin-bottom: 15px;
}

.contact-info-box p {
	color: #666;
	line-height: 1.8;
	margin-bottom: 5px;
}

.header-section {
	background-color: #fff;
}
.header-section.navbar-fixed-top {
	border-bottom: 1px solid #ccc;
}
.header-section .container {
	position: relative;
}

/* - Top Header */
.top-header {
	text-align: right;
	background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
	padding: 8px 0;
	border-bottom: 1px solid #dee2e6;
}
.top-header .top-icons {
	float: right;
}
.top-header .top-icons > a {
	font-size: 12px;
	color: #495057;
	text-transform: uppercase;
	font-weight: 600;
	position: relative;
	display: inline-block;
	padding: 12px 30px;
	margin-right: 30px;
	text-decoration: none;
	text-align: left;
	border-right: 1px solid #ced4da;
	transition: all 0.3s ease;
}
.top-header .top-icons > a:hover {
	color: #18428c;
	background-color: rgba(24, 66, 140, 0.05);
}
.top-header .top-icons > a img {
	position: absolute;
	left: 0;
	top: 15px;
	width: 20px;
	height: 20px;
}
.top-header .top-icons > a span {
	display: block;
	color: #6c757d;
	font-size: 11px;
	font-weight: 400;
}
.top-header .top-icons > a b {
	color: #18428c;
	font-size: 14px;
}
.top-header .top-icons > a:last-of-type {
	border-right: none
}
.top-header .top-icons ul {
	padding-left: 0;
	float: right;
	margin-bottom: 0;
}
.top-header .top-icons ul li {
	float: left;
	list-style: none;
	border-left: 1px solid #e6e6e6;
}
.top-header .top-icons ul li:last-of-type {
	border-right: 1px solid #e6e6e6;	
}
.top-header .top-icons ul li a {
	float: left;
	width: 60px;
	text-align: center;
	font-size: 15px;
	color: #777777;
	padding: 20px 0;
}
.top-header .top-icons ul li a:hover {
	color: #f85c37;
}

/* - Search */
.search-box {
	background-color: #f7f6f7;
	padding: 15px;
	position: absolute;
	right: 15px;
	top: 100%;
	width: 620px;
	opacity: 0;
	transform: scaleY(0);
	-webkit-transform: scaleY(0);
	-moz-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transform-origin: 0 0 0;
	transition: all 0.4s ease-in-out 0s;
	z-index: 101;
}
.search-box.active {
	opacity: 1;
	transform: scaleY(1);
	-webkit-transform: scaleY(1);
	-moz-transform: scaleY(1);
	-ms-transform: scaleY(1);
	visibility: visible;
}
.search-box form {
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
	display: block;
}
.search-box form input {
	background-color: transparent;
	box-shadow: none;
	border: none;
	border-radius: 0;
	color: #212121;
	font-size: 16px;
	font-style: italic;
	height: auto;
}
.search-box form input:focus {
	box-shadow: none;
	-webkit-box-shadow: none;
	outline: none;
	border-color: #fff;
}
.search-box span {
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 0;
}
.search-box span i {
	font-size: 15px;
	color: #212121;
	float: right;
	margin: 5px;
}

/* + Footer */
.footer-main {
	background-image: url("images/ftr-bg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top;
	background-color: #000;
}
.footer-main .logo-block {
	padding: 70px 0;
	text-align: center;
	border-bottom: 1px solid #222222;
	margin-bottom: 40px;
}
.footer-main .widget {
	margin-bottom: 50px;
}
.footer-main .widget-title {
	color: #fff;
	font-family: 'Roboto Slab', serif;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	position: relative;
	margin-top: 0;
	line-height: 30px;
	padding-left: 50px;
	padding-bottom: 0;
	border-bottom: none;
}
.footer-main .widget-title::before {
	background-color: #f85c37;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translate(0%, -50%);
	-webkit-transform: translate(0%, -50%);
	-moz-transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);	
	width: 32px;
}
.footer-main .widget_link ul {
	padding-left: 50px;
}
.footer-main .widget_link ul li {
	display: inline-block;
	width: 100%;
	margin-bottom: 10px;
	color: #ececec;
}
.footer-main .widget_link ul li a {
	color: #ececec;
	position: relative;
	letter-spacing: 0.56px;
	text-transform: capitalize;
	padding-left: 18px;
	text-decoration: none;
}
.footer-main .widget_link ul li a::before {
	content: "\f101";
	font-family:'FontAwesome';
	position: absolute;
	left: 0;
	top: 0px;
}
.footer-main .widget_link ul li a:hover {
	color: #f85c37;
}
.footer-main .copyright {
	border-top: 1px solid #222222;
	padding: 23px 0;
	text-align: center;
	background-color: #000;
	color: #909090;
	margin-top: 25px;
}
.footer-main .copyright p {
	margin-bottom: 0;
	letter-spacing: 0.52px;
	text-transform: uppercase;
	font-size: 13px;
}
/* + Page Banner */

/* + Section Header */
.section-header {
	display: inline-block;
	width: 100%;
	text-align: center;
	margin-bottom: 60px;
	position: relative;
}
.section-header h3 {
	background-image: url("images/section-header-sep.png");
	background-repeat: no-repeat;
	background-position: bottom center;
	font-family: 'Roboto Slab', serif;
	font-size: 28px;
	color: #222222;
	letter-spacing: 0.56px;
	padding-bottom: 40px;
	margin-bottom: 35px;
	margin-top: 0;
}
.section-header p {
	color: #777777;
	line-height: 26px;
	letter-spacing: 0.42px;
}
.section-header2 h3 {
	background-image: url("images/section-header-sep2.png");
	color: #fff;
}
.section-header2 p {
	color: #fff;
}

/* - Page Banner */ 
.page-banner {
	background-image: url("images/page-banner-bg.jpg");
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	text-align: center;
}
.page-banner h3 {
	color: #fff;
	font-size: 50px;
	font-weight: 900;
	letter-spacing: 2px;
	margin-bottom: 26px;
	margin-top: 0;
	text-transform: uppercase;
}
.page-banner .breadcrumb {
	background-color: transparent;
	margin-bottom: 0;
	padding: 0;
}
.page-banner .breadcrumb li {
	font-size: 15px;
	color: #f85c37;
	text-transform: uppercase;
	font-weight: 900;
	letter-spacing: 0.6px;
}
.page-banner .breadcrumb li a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
.breadcrumb > li + li::before {
	content: "\f105";
	font-family: FontAwesome;
	padding: 0 10px;
}

/* Pagination */
.ow-pagination {
	display: inline-block;
	width: 100%;
	background-color: transparent;
	margin: 0;
	text-align: center;
}
.ow-pagination ul {
	margin: 0;
}
.ow-pagination ul li {
	display: inline-block;
	margin: 0 4px;
}
.ow-pagination ul li a {
	border: 1px solid #bbbbbb;
	color: #bbbbbb;
	font-family: 'Roboto Slab', serif;
	font-weight: bold;
	width: 40px;
	height: 40px;
	line-height: 38px;
	border-radius: 0;
	padding: 0;
	text-align: center;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.ow-pagination .pagination > li:first-child > a,
.ow-pagination .pagination > li:last-child > a {
	border-radius: 0;
}
.ow-pagination ul li a:hover {
	background-color: #f85c37;
	border-color: #f85c37;
	color: #fff;
}
	
/* ========================================================================== */
/* ========================================================================== */
							/* [ Responsive ] */
/* ========================================================================== */
/* ========================================================================== */

/* -- min-width: 1200 */
@media (min-width: 1200px) {
	.container {
		width: 1200px;
	}
}

/* -- min-width: 992 */
@media (min-width: 992px) {
	.section-header p {
		padding: 0 23%;
	}
}

/* -- min-width: 768 */
@media (min-width: 768px) {
	
}

/* -- max-width: 1200px */
@media (max-width: 1200px) {
	
}

/* -- min-width: 992 to max-width: 1199 */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	
}

/* -- max-width: 991 */
@media (max-width: 991px) {
	/* - Top Header */
	.top-icons {
		padding-left: 0;
		padding-right: 0;
		border-bottom: 1px solid #e6e6e6;
		margin-bottom: 20px;
	}
	.header-section.navbar-fixed-top .top-icons{
		display: none;
	}
	
	.section-header p {
		padding: 0 13%;
	}
}

/* -- min-width: 768 to max-width: 991 */
@media only screen and (min-width: 768px) and (max-width: 991px) {
	
}

/* -- max-width: 767 */
@media (max-width: 767px) {	
	.section-padding,
	.padding-100 {
		padding-bottom: 35px;
		padding-top: 35px;
	}
	.search-box {
		max-width: 100%;
		left: 15px;
		width: auto;
	}
	.section-header p {
		padding: 0 20px;
	}
	
	/* - Page Banner */
	.page-banner h3 { 
		font-size: 40px;
	}
}

/* --  max-width: 639 */
@media (max-width: 639px) {
	/* - Top Header */
	.top-header .top-icons > a {
		padding: 17px;
		margin-right: 0;
	}
	.top-header  .top-icons > a span,
	.top-header  .top-icons > a b {
		display: none;
	}
	.top-header  .top-icons > a img {
		position: relative;
		top: 0;
	}
}

/* --  max-width: 479 */
@media (max-width: 479px) {
	.top-header .top-icons ul li a {
		width: 53px;
	}
	
	/* + Footer */
	.footer-main .row .col-xs-6 {
		width: 100%;
	}
}

/* ========================================================================== */
/* ========================================================================== */
						/* [ 页面独特样式 - 每个页面不同风格 ] */
/* ========================================================================== */
/* ========================================================================== */

/* ========== DaiMa.html - 小型轻量化视听服务 - 卡片式布局 ========== */
.daima-service-card {
	background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
	border-radius: 15px;
	padding: 40px;
	margin-bottom: 30px;
	color: #fff;
	box-shadow: 0 10px 30px rgba(102, 126, 234, 0.3);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.daima-service-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 15px 40px rgba(102, 126, 234, 0.4);
}
.daima-service-card h4 {
	color: #fff;
	font-size: 24px;
	margin-bottom: 20px;
	font-family: 'Roboto Slab', serif;
}
.daima-service-card p {
	color: rgba(255,255,255,0.9);
	line-height: 1.8;
	font-size: 15px;
}
.daima-feature-box {
	background: #fff;
	border-radius: 10px;
	padding: 30px;
	margin-bottom: 20px;
	box-shadow: 0 5px 20px rgba(0,0,0,0.08);
	border-left: 4px solid #667eea;
}
.daima-feature-box h4 {
	color: #667eea;
	font-size: 20px;
	margin-bottom: 15px;
}
.daima-feature-box ul {
	padding-left: 20px;
}
.daima-feature-box ul li {
	margin-bottom: 10px;
	line-height: 1.6;
	color: #555;
}
.daima-highlight {
	background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
	color: #fff;
	padding: 30px;
	border-radius: 10px;
	margin: 30px 0;
}
.daima-highlight h4 {
	color: #fff;
	margin-bottom: 15px;
}
.daima-highlight p {
	color: rgba(255,255,255,0.95);
	line-height: 1.8;
}

/* ========== DaiHuai.html - 精细化定制视听服务 - 时间轴式布局 ========== */
.daihuai-timeline {
	position: relative;
	padding: 20px 0;
}
.daihuai-timeline::before {
	content: '';
	position: absolute;
	left: 50%;
	top: 0;
	bottom: 0;
	width: 3px;
	background: linear-gradient(to bottom, #4facfe 0%, #00f2fe 100%);
	transform: translateX(-50%);
}
.daihuai-timeline-item {
	position: relative;
	margin-bottom: 40px;
	padding: 0 50%;
}
.daihuai-timeline-item:nth-child(odd) {
	padding-right: calc(50% + 30px);
	text-align: right;
}
.daihuai-timeline-item:nth-child(even) {
	padding-left: calc(50% + 30px);
}
.daihuai-timeline-item::before {
	content: '';
	position: absolute;
	left: 50%;
	top: 20px;
	width: 20px;
	height: 20px;
	background: #4facfe;
	border-radius: 50%;
	transform: translateX(-50%);
	border: 4px solid #fff;
	box-shadow: 0 0 0 3px #4facfe;
}
.daihuai-timeline-content {
	background: #fff;
	padding: 25px;
	border-radius: 10px;
	box-shadow: 0 5px 20px rgba(79, 172, 254, 0.15);
}
.daihuai-timeline-content h4 {
	color: #4facfe;
	font-size: 20px;
	margin-bottom: 15px;
	font-family: 'Roboto Slab', serif;
}
.daihuai-timeline-content p {
	color: #666;
	line-height: 1.8;
}
.daihuai-service-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 20px;
	margin: 30px 0;
}
.daihuai-service-item {
	background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
	padding: 25px;
	border-radius: 10px;
	color: #fff;
	transition: transform 0.3s ease;
}
.daihuai-service-item:hover {
	transform: scale(1.05);
}
.daihuai-service-item h5 {
	color: #fff;
	font-size: 18px;
	margin-bottom: 10px;
}
.daihuai-service-item p {
	color: rgba(255,255,255,0.9);
	line-height: 1.6;
	font-size: 14px;
}
.daihuai-process-step {
	background: #fff;
	padding: 30px;
	border-radius: 10px;
	margin-bottom: 20px;
	box-shadow: 0 5px 15px rgba(0,0,0,0.08);
	position: relative;
	padding-left: 80px;
}
.daihuai-process-step::before {
	content: attr(data-step);
	position: absolute;
	left: 20px;
	top: 25px;
	width: 45px;
	height: 45px;
	background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
}
.daihuai-process-step h5 {
	color: #4facfe;
	font-size: 18px;
	margin-bottom: 10px;
}
.daihuai-process-step p {
	color: #666;
	line-height: 1.6;
}

/* ========== DaiSheng.html - 设备迭代升级服务 - 步骤式布局 ========== */
.daisheng-step-container {
	position: relative;
	padding: 40px 0;
}
.daisheng-step {
	display: flex;
	margin-bottom: 40px;
	align-items: flex-start;
}
.daisheng-step-number {
	min-width: 80px;
	height: 80px;
	background: linear-gradient(135deg, #fa709a 0%, #fee140 100%);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 32px;
	font-weight: bold;
	font-family: 'Roboto Slab', serif;
	margin-right: 30px;
	box-shadow: 0 10px 25px rgba(250, 112, 154, 0.3);
}
.daisheng-step-content {
	flex: 1;
	background: #fff;
	padding: 30px;
	border-radius: 10px;
	box-shadow: 0 5px 20px rgba(0,0,0,0.08);
}
.daisheng-step-content h4 {
	color: #fa709a;
	font-size: 22px;
	margin-bottom: 15px;
	font-family: 'Roboto Slab', serif;
}
.daisheng-step-content p {
	color: #666;
	line-height: 1.8;
}
.daisheng-upgrade-card {
	background: linear-gradient(135deg, #fa709a 0%, #fee140 100%);
	border-radius: 15px;
	padding: 40px;
	margin-bottom: 30px;
	color: #fff;
}
.daisheng-upgrade-card h4 {
	color: #fff;
	font-size: 24px;
	margin-bottom: 20px;
	font-family: 'Roboto Slab', serif;
}
.daisheng-upgrade-card ul {
	padding-left: 20px;
}
.daisheng-upgrade-card ul li {
	color: rgba(255,255,255,0.95);
	line-height: 1.8;
	margin-bottom: 10px;
}
.daisheng-comparison {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
	margin: 30px 0;
}
.daisheng-comparison-item {
	padding: 25px;
	border-radius: 10px;
}
.daisheng-comparison-item.before {
	background: #ffe5e5;
	border-left: 4px solid #ff6b6b;
}
.daisheng-comparison-item.after {
	background: #e5ffe5;
	border-left: 4px solid #51cf66;
}
.daisheng-comparison-item h5 {
	font-size: 18px;
	margin-bottom: 15px;
}
.daisheng-comparison-item.before h5 {
	color: #ff6b6b;
}
.daisheng-comparison-item.after h5 {
	color: #51cf66;
}
.daisheng-comparison-item ul {
	padding-left: 20px;
}
.daisheng-comparison-item ul li {
	line-height: 1.6;
	margin-bottom: 8px;
}

/* ========== DaiMu.html - 大型视听工程总包服务 - 网格布局 ========== */
.daimu-project-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 25px;
	margin: 30px 0;
}
.daimu-project-card {
	background: #fff;
	border-radius: 15px;
	overflow: hidden;
	box-shadow: 0 10px 30px rgba(0,0,0,0.1);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.daimu-project-card:hover {
	transform: translateY(-10px);
	box-shadow: 0 15px 40px rgba(0,0,0,0.15);
}
.daimu-project-header {
	background: linear-gradient(135deg, #11998e 0%, #38ef7d 100%);
	padding: 25px;
	color: #fff;
}
.daimu-project-header h4 {
	color: #fff;
	font-size: 20px;
	margin: 0;
	font-family: 'Roboto Slab', serif;
}
.daimu-project-body {
	padding: 25px;
}
.daimu-project-body p {
	color: #666;
	line-height: 1.8;
}
.daimu-project-body ul {
	padding-left: 20px;
}
.daimu-project-body ul li {
	color: #555;
	line-height: 1.6;
	margin-bottom: 8px;
}
.daimu-standard-box {
	background: linear-gradient(135deg, #11998e 0%, #38ef7d 100%);
	border-radius: 15px;
	padding: 40px;
	color: #fff;
	margin: 30px 0;
}
.daimu-standard-box h4 {
	color: #fff;
	font-size: 24px;
	margin-bottom: 20px;
	font-family: 'Roboto Slab', serif;
}
.daimu-standard-box p {
	color: rgba(255,255,255,0.95);
	line-height: 1.8;
	margin-bottom: 15px;
}
.daimu-advantage-list {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	gap: 20px;
	margin: 30px 0;
}
.daimu-advantage-item {
	background: #fff;
	padding: 25px;
	border-radius: 10px;
	box-shadow: 0 5px 15px rgba(17, 153, 142, 0.15);
	border-top: 4px solid #11998e;
}
.daimu-advantage-item h5 {
	color: #11998e;
	font-size: 18px;
	margin-bottom: 10px;
}
.daimu-advantage-item p {
	color: #666;
	line-height: 1.6;
}

/* ========== ZhuYun.html - 售后保障服务 - 图标列表样式 ========== */
.zhuyun-service-icon-box {
	background: #fff;
	padding: 30px;
	border-radius: 15px;
	margin-bottom: 25px;
	box-shadow: 0 10px 30px rgba(255, 107, 107, 0.15);
	display: flex;
	align-items: flex-start;
	transition: transform 0.3s ease;
}
.zhuyun-service-icon-box:hover {
	transform: translateY(-5px);
}
.zhuyun-icon {
	min-width: 60px;
	height: 60px;
	background: linear-gradient(135deg, #ff6b6b 0%, #ffa502 100%);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 24px;
	margin-right: 20px;
}
.zhuyun-content h4 {
	color: #ff6b6b;
	font-size: 20px;
	margin-bottom: 10px;
	font-family: 'Roboto Slab', serif;
}
.zhuyun-content p {
	color: #666;
	line-height: 1.8;
}
.zhuyun-response-card {
	background: linear-gradient(135deg, #ff6b6b 0%, #ffa502 100%);
	border-radius: 15px;
	padding: 40px;
	color: #fff;
	margin: 30px 0;
}
.zhuyun-response-card h4 {
	color: #fff;
	font-size: 24px;
	margin-bottom: 20px;
	font-family: 'Roboto Slab', serif;
}
.zhuyun-response-card ul {
	padding-left: 20px;
}
.zhuyun-response-card ul li {
	color: rgba(255,255,255,0.95);
	line-height: 1.8;
	margin-bottom: 10px;
}
.zhuyun-training-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 20px;
	margin: 30px 0;
}
.zhuyun-training-item {
	background: #fff;
	padding: 25px;
	border-radius: 10px;
	box-shadow: 0 5px 15px rgba(255, 107, 107, 0.1);
	border-left: 4px solid #ff6b6b;
}
.zhuyun-training-item h5 {
	color: #ff6b6b;
	font-size: 18px;
	margin-bottom: 10px;
}
.zhuyun-training-item p {
	color: #666;
	line-height: 1.6;
}
.zhuyun-guarantee-box {
	background: linear-gradient(135deg, #ff6b6b 0%, #ffa502 100%);
	border-radius: 15px;
	padding: 40px;
	color: #fff;
	margin: 30px 0;
	text-align: center;
}
.zhuyun-guarantee-box h4 {
	color: #fff;
	font-size: 24px;
	margin-bottom: 20px;
	font-family: 'Roboto Slab', serif;
}
.zhuyun-guarantee-box p {
	color: rgba(255,255,255,0.95);
	line-height: 1.8;
	max-width: 800px;
	margin: 0 auto;
}

/* 响应式调整 */
@media (max-width: 991px) {
	.daihuai-timeline::before {
		left: 30px;
	}
	.daihuai-timeline-item {
		padding: 0 0 0 70px !important;
		text-align: left !important;
	}
	.daihuai-timeline-item::before {
		left: 30px;
	}
	.daisheng-comparison {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 767px) {
	.daima-service-card,
	.daihuai-service-item,
	.daisheng-upgrade-card,
	.daimu-standard-box,
	.zhuyun-response-card,
	.zhuyun-guarantee-box {
		padding: 25px;
	}
	.daisheng-step {
		flex-direction: column;
	}
	.daisheng-step-number {
		margin-right: 0;
		margin-bottom: 20px;
	}
	.daimu-project-grid,
	.daimu-advantage-list,
	.daihuai-service-grid,
	.zhuyun-training-grid {
		grid-template-columns: 1fr;
	}
}

/* ========== 新增页面样式 ========== */

/* DaiMa.html - 卡片式布局增强 */
.daima-service-card {
	background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
	border-radius: 15px;
	padding: 40px;
	margin-bottom: 30px;
	color: #fff;
	box-shadow: 0 10px 30px rgba(102, 126, 234, 0.3);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.daima-service-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 15px 40px rgba(102, 126, 234, 0.4);
}
.daima-service-card h4 {
	color: #fff;
	font-size: 24px;
	margin-bottom: 20px;
	font-family: 'Roboto Slab', serif;
}
.daima-service-card p {
	color: rgba(255,255,255,0.95);
	line-height: 1.8;
	margin-bottom: 15px;
}
.daima-feature-box {
	background: #fff;
	border-radius: 15px;
	padding: 35px;
	margin-bottom: 30px;
	box-shadow: 0 8px 25px rgba(0,0,0,0.08);
	border-left: 5px solid #667eea;
}
.daima-feature-box h4 {
	color: #667eea;
	font-size: 22px;
	margin-bottom: 18px;
	font-family: 'Roboto Slab', serif;
}
.daima-feature-box ul {
	padding-left: 20px;
}
.daima-feature-box ul li {
	line-height: 1.8;
	margin-bottom: 10px;
	color: #333;
}
.daima-highlight {
	background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
	border-radius: 15px;
	padding: 40px;
	margin-bottom: 30px;
	color: #fff;
	box-shadow: 0 10px 30px rgba(245, 87, 108, 0.3);
}
.daima-highlight h4 {
	color: #fff;
	font-size: 24px;
	margin-bottom: 20px;
	font-family: 'Roboto Slab', serif;
}
.daima-highlight p {
	color: rgba(255,255,255,0.95);
	line-height: 1.8;
	margin-bottom: 15px;
}

/* DaiHuai.html - 时间轴式布局增强 */
.daihuai-timeline-content {
	background: #fff;
	border-radius: 15px;
	padding: 35px;
	box-shadow: 0 8px 25px rgba(79, 172, 254, 0.1);
	position: relative;
	border-top: 4px solid #4facfe;
}
.daihuai-timeline-content h4 {
	color: #4facfe;
	font-size: 24px;
	margin-bottom: 20px;
	font-family: 'Roboto Slab', serif;
}
.daihuai-timeline-content p {
	color: #666;
	line-height: 1.8;
	margin-bottom: 15px;
}
.daihuai-service-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 20px;
	margin: 30px 0;
}
.daihuai-service-item {
	background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
	border-radius: 12px;
	padding: 30px;
	color: #fff;
	box-shadow: 0 8px 20px rgba(79, 172, 254, 0.2);
	transition: transform 0.3s ease;
}
.daihuai-service-item:hover {
	transform: translateY(-5px);
}
.daihuai-service-item h5 {
	color: #fff;
	font-size: 18px;
	margin-bottom: 12px;
	font-family: 'Roboto Slab', serif;
}
.daihuai-service-item p {
	color: rgba(255,255,255,0.9);
	line-height: 1.6;
}
.daihuai-process-step {
	background: #fff;
	border-radius: 12px;
	padding: 25px 30px;
	margin-bottom: 20px;
	box-shadow: 0 5px 15px rgba(0,0,0,0.05);
	position: relative;
	padding-left: 80px;
}
.daihuai-process-step::before {
	content: attr(data-step);
	position: absolute;
	left: 25px;
	top: 50%;
	transform: translateY(-50%);
	width: 40px;
	height: 40px;
	background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-weight: bold;
	font-size: 18px;
}
.daihuai-process-step h5 {
	color: #4facfe;
	font-size: 18px;
	margin-bottom: 10px;
}
.daihuai-process-step p {
	color: #666;
	line-height: 1.6;
}

/* DaiSheng.html - 步骤式布局增强 */
.daisheng-step {
	display: flex;
	margin-bottom: 40px;
	align-items: flex-start;
}
.daisheng-step-number {
	min-width: 80px;
	height: 80px;
	background: linear-gradient(135deg, #fa709a 0%, #fee140 100%);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 32px;
	font-weight: bold;
	font-family: 'Roboto Slab', serif;
	margin-right: 30px;
	box-shadow: 0 10px 25px rgba(250, 112, 154, 0.3);
}
.daisheng-step-content {
	flex: 1;
	background: #fff;
	border-radius: 15px;
	padding: 35px;
	box-shadow: 0 8px 25px rgba(250, 112, 154, 0.1);
}
.daisheng-step-content h4 {
	color: #fa709a;
	font-size: 24px;
	margin-bottom: 20px;
	font-family: 'Roboto Slab', serif;
}
.daisheng-step-content p {
	color: #666;
	line-height: 1.8;
	margin-bottom: 15px;
}
.daisheng-step-content ul {
	padding-left: 20px;
}
.daisheng-step-content ul li {
	line-height: 1.8;
	margin-bottom: 10px;
	color: #333;
}

/* DaiMu.html - 网格布局增强 */
.daimu-intro-box {
	background: #fff;
	border-radius: 15px;
	padding: 35px;
	margin-bottom: 30px;
	box-shadow: 0 8px 25px rgba(0, 180, 216, 0.1);
	border-top: 4px solid #00b4d8;
}
.daimu-intro-box h4 {
	color: #00b4d8;
	font-size: 24px;
	margin-bottom: 20px;
	font-family: 'Roboto Slab', serif;
}
.daimu-intro-box p {
	color: #666;
	line-height: 1.8;
	margin-bottom: 15px;
}
.daimu-project-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 25px;
	margin: 30px 0;
}
.daimu-project-card {
	background: linear-gradient(135deg, #00b4d8 0%, #0077b6 100%);
	border-radius: 12px;
	padding: 30px;
	color: #fff;
	box-shadow: 0 8px 20px rgba(0, 180, 216, 0.2);
	transition: transform 0.3s ease;
}
.daimu-project-card:hover {
	transform: translateY(-5px);
}
.daimu-project-card h5 {
	color: #fff;
	font-size: 18px;
	margin-bottom: 12px;
	font-family: 'Roboto Slab', serif;
}
.daimu-project-card p {
	color: rgba(255,255,255,0.9);
	line-height: 1.6;
}
.daimu-advantage-box {
	background: #fff;
	border-radius: 15px;
	padding: 35px;
	margin-bottom: 30px;
	box-shadow: 0 8px 25px rgba(0, 180, 216, 0.1);
	border-left: 5px solid #00b4d8;
}
.daimu-advantage-box h4 {
	color: #00b4d8;
	font-size: 24px;
	margin-bottom: 20px;
	font-family: 'Roboto Slab', serif;
}
.daimu-advantage-box ul {
	padding-left: 20px;
}
.daimu-advantage-box ul li {
	line-height: 1.8;
	margin-bottom: 10px;
	color: #333;
}

/* ZhuYun.html - 图标列表样式增强 */
.zhuyun-service-icon-box {
	background: #fff;
	padding: 35px;
	border-radius: 15px;
	margin-bottom: 30px;
	box-shadow: 0 10px 30px rgba(255, 107, 107, 0.15);
	display: flex;
	align-items: flex-start;
	transition: transform 0.3s ease;
}
.zhuyun-service-icon-box:hover {
	transform: translateY(-5px);
}
.zhuyun-icon {
	min-width: 80px;
	height: 80px;
	background: linear-gradient(135deg, #ff6b6b 0%, #ffa502 100%);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 25px;
	box-shadow: 0 8px 20px rgba(255, 107, 107, 0.3);
}
.zhuyun-content {
	flex: 1;
}
.zhuyun-content h4 {
	color: #ff6b6b;
	font-size: 24px;
	margin-bottom: 18px;
	font-family: 'Roboto Slab', serif;
}
.zhuyun-content p {
	color: #666;
	line-height: 1.8;
	margin-bottom: 15px;
}
.zhuyun-service-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	gap: 20px;
	margin: 30px 0;
}
.zhuyun-service-item {
	background: #fff;
	padding: 30px;
	border-radius: 12px;
	box-shadow: 0 8px 20px rgba(255, 107, 107, 0.1);
	text-align: center;
	transition: transform 0.3s ease;
}
.zhuyun-service-item:hover {
	transform: translateY(-5px);
}
.zhuyun-item-icon {
	width: 60px;
	height: 60px;
	background: linear-gradient(135deg, #ff6b6b 0%, #ffa502 100%);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 15px;
	color: #fff;
	font-size: 24px;
}
.zhuyun-service-item h5 {
	color: #ff6b6b;
	font-size: 16px;
	margin-bottom: 10px;
	font-family: 'Roboto Slab', serif;
}
.zhuyun-service-item p {
	color: #666;
	line-height: 1.6;
}

/* 响应式调整 - 新增 */
@media (max-width: 991px) {
	.daima-service-card,
	.daima-feature-box,
	.daima-highlight {
		padding: 25px;
	}
	.daihuai-timeline-content {
		padding: 25px;
	}
	.daihuai-process-step {
		padding-left: 70px;
	}
	.daihuai-process-step::before {
		left: 15px;
	}
	.daisheng-step {
		flex-direction: column;
	}
	.daisheng-step-number {
		margin-right: 0;
		margin-bottom: 20px;
	}
	.zhuyun-service-icon-box {
		flex-direction: column;
		text-align: center;
	}
	.zhuyun-icon {
		margin-right: 0;
		margin-bottom: 20px;
	}
}

@media (max-width: 767px) {
	.daima-project-grid,
	.daihuai-service-grid,
	.daimu-project-grid,
	.zhuyun-service-grid {
		grid-template-columns: 1fr;
	}
	.daisheng-step-number {
		min-width: 60px;
		height: 60px;
		font-size: 24px;
	}
	.zhuyun-icon {
		min-width: 60px;
		height: 60px;
	}
}
