/*========================================================================

	Template Name: Responsive Multi-Purpose HTML Template
	Author: Rainbow Design

========================================================================*/

/*----------------------------------

	Table of contents
	
	01. Common
	02. Header
	03. Slider
	04. Feature area
	05. Services area
	06. About area
	07. Counter area
	08. Portfolio
	09. Call to action
	10. Blog
	11. Testimonial
	12. Team
	13. Partner area
	14. Footer
	15. Inner page header
	16. Faq
	17. Gallery
	18. Error page 404
	19. Contact us
	20. Terms And Conditions
			
----------------------------------*/

/* Theme Font Use */

@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');
/* font-family: 'Roboto Condensed', sans-serif; */


/* ===================================
	01. Common
=================================== */
::selection {
	background-color: #0faf97;
	color: #fff;
}
::-moz-selection {
 background-color: #0faf97;
 color: #fff;
}
img {
	max-width: 100%;
}
body {
	font-size: 12px;
	font-family: 'Roboto Condensed', sans-serif;
	color: #c5c5c5;
	letter-spacing: 1px;
	background-color: #000;
}
p {
	line-height: 24px;
	font-size: 14px;
	color: #c5c5c5;
	font-family: 'Roboto Condensed', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	color: #202020;
	padding: 0px;
	line-height: 1.2;
	letter-spacing: 1px;
	font-family: 'Roboto Condensed', sans-serif;
}
h1 {
	font-size: 60px;
	font-weight: 700;
}
h2 {
	font-size: 36px;
	font-weight: 700;
}
h3 {
	font-size: 26px;
	font-weight: 700;
}
h4 {
	font-size: 24px;
	font-weight: 700;
}
h5 {
	font-size: 18px;
	font-weight: 700;
}
h6 {
	font-size: 16px;
	font-weight: 700;
}
ul, ol, li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
a {
	text-decoration: none;
	cursor: pointer;
}
a:hover {
	text-decoration: none;
}
/* --- Top Scroll --- */
.scroll-top {
	display: none;
	position: fixed;
	bottom: 2px;
	text-align: center;
	right: 2%;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 12px;
	color: #fff;
	background-color: #000;
	text-decoration: none;
	border-radius: 100%;
	z-index: 9999;
}
.scroll-top:hover {
	color: #fff !important;
	text-decoration: none;
	background-color: #0faf97;
}
/* --- Buttons --- */
.btn-style-1 {
	color: #fff;
	border: 0;
	border-radius: 0px 0px 20px 0px;
	position: relative;
	padding: 16px 30px;
	font-size: 14px;
	text-align: center;
	z-index: 0;
	text-transform: uppercase;
	font-weight: 600;
	line-height: 22px;
	overflow: hidden;
	text-decoration: none;
	display: inline-block;
	background-color: #0faf97;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.btn-style-1:after {
	position: absolute;
	content: "";
	left: 0px;
	top: 0;
	width: 2px;
	z-index: -1;
	height: 100%;
	background-color: #fff;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.btn-style-1:hover:after {
	width: 100%;
}
.btn-style-1:hover {
	color: #000;
	text-decoration: none;
}
.btn-style-2 {
	color: #fff;
	border: 0;
	border-radius: 0px 0px 20px 0px;
	position: relative;
	padding: 16px 30px;
	font-size: 14px;
	text-align: center;
	z-index: 0;
	text-transform: uppercase;
	font-weight: 600;
	line-height: 22px;
	overflow: hidden;
	text-decoration: none;
	display: inline-block;
	background-color: #000;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.btn-style-2:after {
	position: absolute;
	content: "";
	left: 0px;
	top: 0;
	width: 2px;
	z-index: -1;
	height: 100%;
	background-color: #0faf97;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.btn-style-2:hover:after {
	width: 100%;
}
.btn-style-2:hover {
	color: #fff;
	text-decoration: none;
}
/* --- Loading --- */
#preloader {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99999;
	width: 100%;
	text-align: center;
	height: 100%;
	vertical-align: middle;
	height: 100%;
	overflow: visible;
	background-color: #fff;
}
#preloader .spinner-grow {
	top: 50%;
	position: relative;
}
/* --- section title --- */
.section-title .small-title {
	font-size: 12px;
	color: #ccc;
}
.section-title h2 {
	position: relative;
	color: #fff;
	font-weight: 500;
}
.section-title h2 span {
	color: #0faf97;
}
/* ===================================
	02. Header
=================================== */
.header-upper {
	background-color: #151515;
	padding: 18px 0px;
}
.header-location {
	text-align: center;
}
.header-location li {
	color: #fff;
}
.header-location li a {
	color: #fff;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.header-location li a:hover {
	color: #0faf97;
}
.header-location li i {
	color: #0faf97;
	text-align: center;
	margin-right: 6px;
	font-size: 12px;
	border-radius: 100%;
}
.header-lover .navbar-brand {
	padding: 0px;
	margin: 0px;
}
.header-lover {
	padding: 10px 0px;
	position: relative;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.header-lover .navbar {
	padding: 0px 0px;
}
.header-lover .navbar .nav-item .nav-link {
	font-size: 12px;
	color: #fff;
	font-weight: 500;
	position: relative;
	padding: 6px 14px;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.header-lover .navbar .nav-item .nav-link:hover, .header-lover .navbar .nav-item.active .nav-link {
	color: #0faf97;
}
.header-lover .navbar .nav-item:last-child .nav-link {
	padding-right: 0px;
}
.header-lover .navbar-toggler span {
	background: #000;
}
.header-lover .dropdown-menu {
	margin: 0px;
	padding: 0px;
	border: 0px;
	border-radius: 0px;
	background-color: #0faf97;
}
.header-lover .dropdown-menu .dropdown-item {
	border-bottom: 1px solid rgba(255,255,255,0.1) !important;
	position: relative;
	font-size: 12px;
	padding: 12px 12px;
	color: #fff;
	font-weight: 500;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.header-lover .dropdown-menu li:last-child .dropdown-item {
	border-bottom: 0px !important;
}
.header-lover .dropdown-menu .dropdown-item:hover {
	color: #000;
	padding-left: 20px;
	background-color: transparent;
}
/* Navbar Toogle */
.navbar-toggler {
	border: none;
	padding: 10px 6px;
	background-color: #f5f5f5;
	outline: none !important;
}
.navbar-toggler span {
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 1px;
	background: #333;
}
.navbar-toggler span + span {
	margin-top: 4px;
	width: 18px;
}
.navbar-toggler span + span + span {
	width: 10px;
}
/* header search */
.header-search a {
	color: #0faf97 !important;
	border-left: 1px solid rgba(255,255,255,0.1);
}
/* searchmodal */
.headersearchModal .modal-content {
	background-color: #1a1a1c;
	padding: 50px;
	border: 2px solid rgba(255,255,255,0.2);
}
.headersearchModal .modal-header .btn-close {
	position: absolute;
	right: 25px;
	top: 20px;
	opacity: 1;
	padding: 0px;
	color: #fff;
	font-size: 16px;
	background-image: none;
}
.headersearchModal .modal-header {
	padding: 0px;
	border-bottom: 0px;
	color: #fff;
	text-transform: uppercase;
}
.headersearchModal .modal-header h5 {
	font-weight: 500;
	color: #fff;
	font-size: 25px;
	margin-bottom: 10px;
}
.headersearchModal .modal-body {
	padding: 0px;
}
.headersearchModal .modal-content .input-group input {
	background: transparent;
	border-radius: 0px;
	outline: none;
	height: 50px;
	padding: 0px;
	border: none;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	color: #666;
	font-size: 14px;
	width: 100%;
	letter-spacing: .28px;
}
.headersearchModal .modal-content .input-group .input-group-btn {
	position: absolute;
	right: 0px;
	top: 12px;
	background-color: #0faf97;
	z-index: 4;
}
.headersearchModal .modal-content .input-group .input-group-btn button {
	color: #fff;
	text-transform: uppercase;
}
/* sticky */
.is-sticky {
	z-index: 9999;
}
.is-sticky .header-lover {
	z-index: 999 !important;
	background-color: #333 !important;
 box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
}
.is-sticky .header-lover .navbar .nav-item .nav-link {
	color: #ccc;
}
.is-sticky .nav-item.active .nav-link, .is-sticky .nav-pills .show > .nav-link {
	color: #0faf97 !important;
}
@media screen and (min-width: 992px) {
/* shows the dropdown menu on hover */
.navbar .dropdown:hover .dropdown-menu, .navbar .dropdown .dropdown-menu:hover {
	display: block !important;
}
}
/* ===================================
	03. Slider
=================================== */





.slider .carousel-caption {
	top: 50%;
	bottom: auto;
	left: 0px;
	right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	transform: translateY(-50%);
	z-index: 1;
	text-align: left;
}
.slider .carousel-item:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 0;
	background-color: rgba(0,0,0,0.7);
}
.slider .carousel-item:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 0;
	opacity: 0.5;
	background-image: url(../img/slider/line-bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}
.slider .carousel-item {
	background-position: center center;
	-webkit-background-size: cover;
	background-size: cover;
	height: 700px;
	position: relative;
}
.slider .carousel-item.slider-one {
	background-image: url("../img/slider/1.jpg"); /*edit image*/
}
.slider .carousel-item.slider-two {
	background-image: url("../img/slider/2.jpg"); /*edit image*/
}
.slider .carousel-item.slider-three {
	background-image: url("../img/slider/3.jpg"); /*edit image*/
}
.slider .carousel-caption h5 {
	font-weight: 500;
	margin-bottom: 20px;
	font-size: 50px;
	color: #fff;
	line-height: 60px;
	text-transform: capitalize;
}
.slider .carousel-caption h5 span {
	color: #0faf97;
}
.slider .carousel-caption h6 {
	display: inline-block;
	font-size: 16px;
	font-weight: 500;
	color: #0faf97;
	font-style: italic;
	margin-bottom: 6px;
}
.slider .carousel-control-next, .slider .carousel-control-prev {
	border-radius: 100%;
	color: #fff;
	text-align: center;
	background-color: rgba(0,0,0,0.6);
	font-size: 18px;
	top: 50%;
	width: 48px;
	height: 48px;
	line-height: 48px;
	bottom: auto;
	display: inline-block;
	transform: translateY(-50%);
}
.slider .carousel-control-next {
	right: 10px;
}
.slider .carousel-control-prev {
	left: 10px;
}
/* ===================================
	04. Feature area
=================================== */
/* 修改文章内容中的标题样式 */






.feature-area {
	/* background-color: #111; */
  /* background-color:#1e2a3a */
}
.feature-box {
	text-align: left;
	padding: 30px;
	background: #000;
	position: relative;
}
.feature-box p {
	margin-bottom: 0px;
}
.feature-box .icon {
	font-size: 16px;
	background-color: #0faf97;
	font-weight: 600;
	color: #fff;
	text-align: center;
	margin-bottom: 15px;
	width: 60px;
	height: 60px;
	line-height: 60px;
	border-radius: 0px 0px 20px 0px;
	-webkit-box-shadow: 3px 3px 0px 0px rgba(34,34,34,1);
	-moz-box-shadow: 3px 3px 0px 0px rgba(34,34,34,1);
	box-shadow: 3px 3px 0px 0px rgba(34,34,34,1);
}
.feature-box h4 {
	color: #fff;
	padding: 0px 0 9px;
	margin: 0;
	font-weight: 500;
	font-size: 26px;
}
/* ===================================
	05. Services area
=================================== */
.service-box {
	overflow: hidden;
	border-radius: 0px 0px 40px 0px;
}
.service-box .image {
	position: relative;
	overflow: hidden;
	z-index: 0;
	margin-bottom: 0px;
}
.service-box .image img {
	position: relative;
	width: 100%;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	display: block;

	height: 200px; /* 新增：固定高度 */
    object-fit: cover; /* 新增：保持比例 */
}
.service-box .image:after {
	position: absolute;
	content: "";
	width: 50%;
	top: 0px;
	left: -250px;
	z-index: 1;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	height: 100%;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+50,ffffff+100&0+0,0.4+50,0+100 */
	background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.2) 50%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.2) 50%, rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,0.2) 50%, rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff', GradientType=1 ); /* IE6-9 */
}
.service-box:hover .image:after {
	left: 450px !important;
}
.service-box .caption {
	padding: 25px;
	background-color: #111;
}
.service-box h4 a {
	font-weight: 500;
	color: #fff;
	margin-bottom: 8px;
	font-size: 24px;
	display: inline-block;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.service-box h4 a:hover {
	color: #0faf97;
}
/* service sidebar link */
.service-sidebar-link {
	background-color: #1a1a1c;
	border-radius: 0px 0px 40px 0px;
	overflow: hidden;
}
.service-sidebar-link li a {
	color: #fff;
	text-decoration: none;
	padding: 12px 10px;
	font-size: 14px;
	display: inline-block;
	border-bottom: 1px dashed #333;
	width: 100%;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.service-sidebar-link li.active a, .service-sidebar-link li a:hover {
	background-color: #0faf97;
	padding-left: 20px;
}
.service-sidebar-link li a i {
	font-size: 8px;
	padding-right: 6px;
}
.service-sidebar-link li:last-child a {
	border-bottom: 0px;
}
/* download brochures widget */
.brochure-widget-title {
	font-weight: 500;
	font-size: 22px;
}
.download-brochures-widget {
	background-color: #1a1a1c;
	padding: 20px 20px 16px 20px;
	text-align: center;
	border-radius: 0px 0px 40px 0px;
	overflow: hidden;
}
.download-brochures-widget a {
	display: block;
	margin-bottom: 4px;
}
/* call us widget */
.call-us-widget {
	background-color: #1a1a1c;
	border-radius: 0px 0px 40px 0px;
	overflow: hidden;
}
.call-us-widget .des {
	padding: 20px;
}
.call-us-widget h5 {
	color: #fff;
	font-weight: 500;
	font-size: 22px;
	margin-bottom: 10px;
}

.single-service-content {
    background-color: #918a8a    !important;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  
}
/* single service content */
.single-service-content h3 {
	position: relative;
	/* color: #fff; */
  color: #d6cccc;
	font-weight: 500;
	font-size: 28px;
	padding-left: 20px;
}
.single-service-content h3:before {
	position: absolute;
	content: "";
	top: 50%;
	left: 0;
	width: 6px;
	height: 6px;
	transform: translateY(-50%);
	/* background-color: #0faf97; */
  background-color: #d4e4e2;
}
.single-service-content h4 {
	position: relative;
	/* color: #fff; */
  color: #1d1a1a;
	font-weight: 500;
	font-size: 22px;
}
/* ===================================
	06. About area
=================================== */
.about-area {
	background-color: #111;
}
.about-text h2 {
	color: #f12a01;
	font-size: 16px;
	font-weight: 600;
	text-transform: capitalize;
}
.about-text h2 {
	font-size: 30px;
	line-height: 28px;
	font-weight: 500;
	color: #0faf97;
}
.about-text ul li {
	margin-bottom: 12px;
	color: #ccc;
	font-size: 14px;
	text-transform: capitalize;
}
.about-text ul li:last-child {
	margin-bottom: 0px;
}
.about-text ul li i {
	font-size: 10px;
	color: #0faf97;
	padding-right: 4px;
}
.about-img img {
	border-radius: 0px 0px 40px 0px;
}
.about-img-holder {
	position: relative;
}
.about-img-holder img {
	transition: all .3s ease;
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
	filter: grayscale(100%);
	border-radius: 0px 0px 40px 0px;
}
.about-img-holder:hover img {
	-webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
	filter: grayscale(0%);
	border-radius: 0px 0px 40px 0px;
}
.about-img-holder .hoverlay {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.about-img-holder .hoverlay a {
	background-color: #0faf97;
	color: #fff;
	display: inline-block;
	padding: 10px 20px;
	font-size: 14px;
	border-radius: 0px 0px 20px 0px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.about-img-holder .hoverlay a:hover {
	background-color: #000;
}
/* ===================================
	07. Counter area
=================================== */
.counter-area {
	/* background: url(../img/bg/counter-bg.jpg) fixed; */
	background-position: top center;
	position: relative;
	z-index: 0;
	background-size: cover;
	background-repeat: no-repeat;
}
.counter-area:after {
	position: absolute;
	content: "";
	background-color: rgba(0, 0, 0, 0.2);
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: -1;
}
.counter-box {
	text-align: center;
	background-color: rgba(0,0,0,0.8);
	padding: 30px;
	position: relative;
	border-radius: 0px 0px 40px 0px;
}
.counter-box:after {
	content: '';
	width: 40px;
	height: 1px;
	left: 0px;
	top: 0;
	position: absolute;
	background-color: #0faf97;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.counter-box:before {
	content: '';
	width: 1px;
	height: 40px;
	left: 0px;
	top: 0;
	position: absolute;
	background-color: #0faf97;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.counter-box:hover:after {
	left: 20px;
}
.counter-box:hover:before {
	top: 20px;
}
.counter-box h3 {
	font-size: 22px;
	color: #fff;
	font-weight: 500;
	padding-bottom: 8px;
}
.counter-box span {
	color: #0faf97;
	font-size: 26px;
}
/* ===================================
	08. Portfolio
=================================== */
#portfoliolist .portfolio {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	display: none;
}
.portfolio-filter li {
	margin-right: 0px !important;
}
.portfolio-filter li span {
	cursor: pointer;
	padding: 8px 12px 8px 12px;
	display: inline-block;
	position: relative;
	font-size: 12px;
	font-weight: 400;
	background-color: transparent;
	border-bottom: 1px solid #000;
	border-radius: 0px;
	color: #ccc;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.portfolio-filter li span.active, .portfolio-filter li span:hover {
	color: #0faf97;
	border-bottom: 1px solid #0faf97;
}
.portfolio-box {
	margin-bottom: 30px;
	position: relative;
	overflow: hidden;
	border-radius: 0px 0px 40px 0px;
}
.portfolio-box .portfolio-box-img {
	position: relative;
	overflow: hidden;
	background-color: rgba(0,0,0,0.1);
}
.portfolio-box .portfolio-box-img img {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.portfolio-box:hover .portfolio-box-img img {
	transform: scale(1.1);
}
.portfolio-box .des {
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 12px 26px;
	background-color: rgba(0,0,0,0.6);
	z-index: 5;
}
.portfolio-box .readmore {
	color: #fff;
	font-size: 14px;
	position: absolute;
	right: 0px;
	bottom: 0px;
	background-color: #0faf97;
	opacity: 0;
	margin: auto;
	width: 0px;
	height: 0px;
	line-height: 0px;
	text-align: center;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.portfolio-box:hover .readmore {
	opacity: 1;
	width: 60px;
	height: 60px;
	line-height: 60px;
}
.portfolio-box h5 {
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	text-transform: capitalize;
	font-style: italic;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
/* portfolio single carousel */
.portfolio-single-carousel .owl-nav {
	width: 100%;
	margin-top: 0px;
	position: absolute;
	width: 100%;
	top: 50%;
	transform: translateY(-50%);
	left: 0px;
}
.portfolio-single-carousel .owl-nav .owl-prev {
	float: left;
}
.portfolio-single-carousel .owl-nav .owl-next {
	float: right;
}
.portfolio-single-carousel .owl-nav .owl-prev, .portfolio-single-carousel .owl-nav .owl-next {
	background-color: #fff !important;
	border-radius: 100%;
	color: #333 !important;
	line-height: 30px;
	height: 30px;
	width: 30px;
}
.portfolio-single-carousel .owl-nav .owl-prev:hover, .portfolio-single-carousel .owl-nav .owl-next:hover {
	background-color: #0faf97 !important;
	color: #fff !important;
}
/* portfolio single title */
.portfolio-single-title {
	position: relative;
	color: #fff;
	font-weight: 500;
}
/* ===================================
	09. Call to action
=================================== */
.call-to-action-area {
	z-index: 0;
	position: relative;
	/* background: url(../img/bg/call-to-action-bg.jpg) fixed no-repeat; */
	background-size: cover;
}
.call-to-action-area:after {
	position: absolute;
	content: "";
	background-color: rgba(0,0,0,0.7);
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: -1;
}
.cta-text {
	text-align: center;
	border-radius: 0px 0px 40px 0px;
	background-color: rgba(0,0,0,0.5);
	padding: 30px;
	border: 8px solid rgba(255,255,255,0.1);
}
.cta-text h2 {
	text-transform: capitalize;
	font-size: 40px;
	color: #fff;
	font-weight: 500;
	margin-bottom: 10px;
	letter-spacing: 1px;
}
.cta-text p {
	font-style: italic;
	font-size: 18px;
	line-height: 30px;
}
/* ===================================
	10. Blog
=================================== */
.blog-item {
	border: 1px solid rgba(255,255,255,0.1);
	overflow: hidden;
	padding: 15px;
	border-radius: 0px 0px 40px 0px;
}
.blog-item .blog-img img {
	border-radius: 0px 0px 40px 0px;
}

.blog-img {
  width: 100%;
  height: 200px; /* ✅ 你想要的统一高度，按需修改 */
  overflow: hidden;
  border-radius: 8px; /* 可选：统一圆角 */
  display: flex;
  align-items: center;
  justify-content: center;
}

.blog-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;         /* ✅ 保持比例，裁剪填满 */
  object-position: center;   /* ✅ 裁剪时内容居中 */
  display: block;
}

.blog-item .category-tag a {
	color: #0faf97;
	display: inline-block;
	font-size: 14px;
	font-style: italic;
	text-decoration: none;
}
.blog-item h4 {
	font-size: 18px;
	font-weight: 500;
	line-height: 22px;
	margin-bottom: 6px;
	margin-top: 15px;
}
.blog-item h4 a {
	text-decoration: none;
	color: #fff;

  white-space: nowrap;      /* 禁止换行 */
  overflow: hidden;         /* 隐藏超出部分 */
  text-overflow: ellipsis; /* 添加这行 防止横向溢出*/
}

.blog-item p {
  display: -webkit-box; /* 新增：多行文本限制 */
    -webkit-line-clamp: 4; /* 新增：限制显示4行 */
    -webkit-box-orient: vertical; /* 新增：垂直方向 */
    overflow: hidden; /* 新增：隐藏溢出 */
    text-overflow: ellipsis; /* 新增：显示省略号 */
    max-height: 6.5em; /* 新增：固定最大高度 */
    line-height: 1.5em; /* 新增：固定行高 */
}
.blog-item .blog-meta {
	border-top: 1px solid rgba(255,255,255,0.1);
	padding-top: 20px;
	display: flex;
}
.blog-item .blog-meta span a {
	color: #333333;
	font-size: 11px;
	text-decoration: none;
}
.blog-item .blog-more {
	color: #0faf97;
	display: inline-block;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	transform: translateX(0px);
	transition: all 0.3s ease 0s;
}
.blog-item .blog-more:hover {
	color: #fff
}
.blog-item .blog-more-btn i {
	padding-right: 6px;
	font-size: 16px;
	color: #0faf97;
}
.blog-item .blog-meta .blog-more-btn span {
	color: #0faf97;
	opacity: 0;
}
.blog-item .blog-more-btn {
	transform: translateX(92px);
	transition: all 0.3s ease 0s;
	margin-left: auto;
}
.blog-item .blog-more-btn a {
	display: flex;
}
.blog-item:hover .blog-more-btn {
	transform: translateX(0px);
}
.blog-item:hover .blog-meta .blog-more-btn span {
	opacity: 1;
}
/* sidebar widget */
.sidebar-widget {
	border-radius: 0px 0px 40px 0px;
	background-color: rgba(255,255,255,0.1);
	padding: 25px;
}
/* widget title */
.sidebar-widget .sidebar-widget-title {
	font-size: 18px;
	font-weight: 500;
	color: #fff;
	margin-bottom: 16px;
	padding-bottom: 16px;
	border-bottom: 1px solid #0faf97;
}
/* sidebar search */
.sidebar-search {
	position: relative;
}
.sidebar-search input {
	position: relative;
	display: block;
	background-color: rgba(255,255,255,0.1);
	border: 0px;
	color: #828282;
	font-size: 15px;
	font-weight: 400;
	height: 60px;
	width: 100%;
	padding-left: 20px;
	padding-right: 65px;
	transition: all 500ms ease 0s;
}
.sidebar-search button {
	position: absolute;
	top: 50%;
	right: 10px;
	display: block;
	background-color: #0faf97;
	color: #ffffff;
	transform: translateY(-50%);
	font-size: 10px;
	height: 40px;
	width: 50px;
	border: 0px;
	text-align: center;
	border-radius: 0px;
}
/* categories */
.sidebar-categories li a {
	display: block;
	margin-bottom: 10px;
	color: #ccc;
	font-size: 14px;
	padding-bottom: 10px;
	border-bottom: 1px dashed rgba(255,255,255,0.1);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.sidebar-categories li:last-child a {
	border: none;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.sidebar-categories li:hover a {
	color: #0faf97;
}
/* recent post */
.sidebar-recent-post li {
	display: block;
	border-bottom: 1px dashed rgba(255,255,255,0.1);
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 15px 0px;
}
.sidebar-recent-post li:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none;
}
.sidebar-recent-post li .post-date {
	color: #959595;
	margin-bottom: 6px;
}
.sidebar-recent-post li .post-title {
	font-size: 16px;
	line-height: 22px;
	font-weight: 500;
}
.sidebar-recent-post li .post-title a {
	color: #ccc;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.sidebar-recent-post li .post-title a:hover {
	color: #0faf97;
}
/* popular tag */
.popular-tag li {
	display: inline-block;
	margin: 2px;
}
.popular-tag li a {
	display: inline-block;
	background-color: rgba(255,255,255,0.1);
	padding: 4px 10px;
	color: #ccc;
	font-size: 14px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.popular-tag li a:hover {
	color: #fff;
	background-color: #0faf97;
}
/* blog post meta */
.blog-post-meta {
	position: relative;
	border-bottom: 1px dashed rgba(255,255,255,0.1);
	padding-bottom: 20px;
}
.blog-post-meta li {
	position: relative;
	margin-right: 20px !important;
}
.blog-post-meta li:last-child {
	margin-right: 0px !important;
}
.blog-post-meta li a {
	color: #ccc;
	font-size: 12px;
	font-weight: 500;
}
.blog-post-meta li a:hover {
	color: #0faf97;
}
.blog-post-meta li:after {
	position: absolute;
	content: "";
	width: 6px;
	height: 6px;
	border-radius: 100%;
	top: 50%;
	transform: translateY(-50%);
	background-color: rgba(255,255,255,0.3);
	right: -15px;
}
.blog-post-meta li:last-child:after {
	display: none;
}
.blog-post-content h6 {
	color: #ccc;
	font-weight: 500;
	font-size: 24px;
	display: inline-block;
}
.blog-post-feature li {
	margin-bottom: 12px;
	color: #ccc;
	font-size: 14px;
	text-transform: capitalize;
}
.blog-post-feature li:last-child {
	margin-bottom: 0px;
}
.blog-post-feature li i {
	font-size: 10px;
	color: #0faf97;
	padding-right: 4px;
}
/* blockquote */
.blog-post-content figure {
	background-color: rgba(255,255,255,0.1);
	border-radius: 0px 0px 40px 0px;
	padding: 25px;
	position: relative;
}
.blog-post-content figure:before {
	position: absolute;
	content: "";
	width: 2px;
	height: 80px;
	left: 0px;
	top: 50%;
	transform: translateY(-50%);
	background-color: #0faf97;
}
.blog-post-content figure .blockquote {
	margin-bottom: 10px;
}
.blog-post-content figure .blockquote p {
	color: #ccc;
	font-size: 18px;
	font-style: italic;
	line-height: 28px;
}
.blog-post-content .blockquote-footer {
	margin-bottom: 0px;
	display: inline-block;
	color: #0faf97;
	font-size: 12px;
}
/* single tag */
.blog-single-tag li:first-child {
	font-weight: 600;
	font-size: 14px;
}
.blog-single-tag li a {
	color: #959595;
	font-size: 14px;
}
.blog-single-tag li a:hover {
	color: #0faf97;
}
.blog-single-social li:first-child {
	font-weight: 600;
	font-size: 14px;
}
.blog-single-social li a {
	color: #959595;
	font-size: 14px;
}
.blog-single-social li a:hover {
	color: #0faf97;
}
/* comments block */
.blog-post-subtitle {
	color: #ccc;
	font-weight: 500;
	font-size: 24px;
	display: inline-block;
}
.comments-block {
	background-color: rgba(255,255,255,0.1);
	border-radius: 0px 0px 40px 0px;
	padding: 30px;
}
.comments-block ul li {
	width: 100%;
	margin-bottom: 30px;
}
.comments-block ul li:last-child {
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom: 0px;
}
.comments-block ul li ul li {
	margin-top: 30px;
	padding-left: 10px;
	margin-left: 20px;
	border-left: 2px solid #0faf97;
}
.comments-block ul li ul li:last-child {
	margin-bottom: 0px !important;
}
.comments-block ul li h5 {
	font-size: 20px;
	color: #fff;
	font-weight: 500;
	margin-bottom: 6px;
}
.comments-block ul li h5 small {
	font-size: 12px;
	color: #ccc;
}
.comments-block ul li a.reply {
	color: #0faf97;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 600;
}
/* leave a comments block */
.leave-a-comments-block {
	background-color: rgba(255,255,255,0.1);
	border-radius: 0px 0px 40px 0px;
	padding: 30px;
}
.leave-reply-form input {
	padding: 0 20px;
	background-color: rgba(0,0,0,0.8);
	border: 1px solid rgba(0,0,0,0.8);
	height: 55px;
	border-radius: 0px;
	font-size: 14px;
	color: #fff;
}
.leave-reply-form textarea {
	background-color: rgba(0,0,0,0.8);
	border: 1px solid rgba(0,0,0,0.8);
	padding: 20px;
	border-radius: 0px;
	font-size: 14px;
	color: #fff;
}
.leave-reply-form input:focus, .leave-reply-form textarea:focus {
	background-color: #000;
	border: 1px solid #0faf97 !important;
	color: #fff;
	box-shadow: none;
}
/* ===================================
	11. Testimonial
=================================== */
.testimonial-area {
	position: relative;
	z-index: 0;
	/* background: url(../img/bg/testimonial-bg.jpg) fixed no-repeat; */
	background-size: cover;
	background-position: center top;
}
.testimonial-area:after {
	position: absolute;
	content: "";
	background-color: rgba(0,0,0,0.7);
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: -1;
}
.testimonial-img {
	width: 100%;
	text-align: center;
}
.testimonial-img .testimonial-user-img img {
	border: 2px solid #e1e1e1;
	border-radius: 50%;
	width: 100px;
	height: auto;
	display: block;
	margin: 0 auto;
}
.testimonial-user-name {
	margin: 10px 0 5px 0;
	width: 100%;
	font-size: 20px;
	line-height: 18px;
	font-weight: 500;
	color: #0faf97;
}
.testimonial-user-position {
	margin: 5px 0 10px 0;
	width: 100%;
	font-size: 12px;
	line-height: 20px;
	color: #959595;
}
.testimonial-des {
	text-align: center;
	border-radius: 0px 0px 40px 0px;
	background-color: rgba(0,0,0,0.5);
	padding: 20px;
	border: 4px solid rgba(255,255,255,0.1);
}
.testimonial-item p {
	margin-bottom: 0px;
}
.testimonial-item p i {
	color: #0faf97;
	padding: 0px 6px;
	opacity: 0.7;
	font-size: 20px;
}
.testimonial-carousel .owl-nav {
	width: 100%;
	margin-top: 30px;
}
.testimonial-carousel .owl-nav .owl-prev, .testimonial-carousel .owl-nav .owl-next {
	background-color: #fff !important;
	border-radius: 100%;
	color: #333 !important;
	line-height: 30px;
	height: 30px;
	width: 30px;
}
.testimonial-carousel .owl-nav .owl-prev:hover, .testimonial-carousel .owl-nav .owl-next:hover {
	background-color: #0faf97 !important;
	color: #fff !important;
}
/* ===================================
	12. Team
=================================== */
.team-item {
	overflow: hidden;
	background-color: #111;
	border: 1px solid rgba(255,255,255,0.1);
	padding: 10px;
	border-radius: 0px 0px 40px 0px;
}
.team-item .image {
	overflow: hidden;
}
.team-item .image img {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.team-item:hover .image img {
	transform: scale(1.1);
}
.team-item .team-item-caption {
	padding: 20px 10px;
	text-align: center;
	background-color: #000;
	border-radius: 0px 0px 40px 0px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.team-item .team-item-caption h4 {
	font-size: 20px;
	letter-spacing: 1px;
	text-transform: capitalize;
	margin-bottom: 5px;
	font-weight: 500;
	color: #fff;
}
.team-item:hover .team-item-caption {
	background-color: #0faf97;
}
.team-item:hover .team-item-caption h4, .team-item:hover .team-item-caption p {
	color: #fff;
}

.caption p {
    display: -webkit-box; /* 新增：多行文本限制 */
    -webkit-line-clamp: 3; /* 新增：限制显示4行 */
    -webkit-box-orient: vertical; /* 新增：垂直方向 */
    overflow: hidden; /* 新增：隐藏溢出 */
    text-overflow: ellipsis; /* 新增：显示省略号 */
    max-height: 5em; /* 新增：固定最大高度 */
    line-height: 1.5em; /* 新增：固定行高 */
}

.caption h4 a {
  display: inline-block;      /* 或 block，如果你想它是整行 */
  max-width: 100%;            /* 防止撑开容器 */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.team-item:hover .overlay {
	opacity: 1;
}
/* ===================================
	13. Partner area
=================================== */
.partner-area {
	background-color: #111;
}
.partner-item img {
	opacity: 0.7;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.partner-item:hover img {
	opacity: 1;
}
/* ===================================
	14. Footer
=================================== */
.footer-main {
	background-color: #0f0f0f;
	border-top: 1px solid rgba(255,255,255,0.1);
}
.footer-callus-area {
	text-align: center;
	border-bottom: 1px solid rgba(255,255,255,0.1);
	padding-bottom: 40px;
}
.footer-callus-area h6 {
	font-weight: 500;
	color: #fff;
	font-size: 16px;
	margin-bottom: 10px;
}
.footer-callus-area h4 {
	font-weight: 600;
	color: #0faf97;
	font-size: 32px;
}
/* footer title */
.footer-title {
	font-size: 22px;
	color: #fff;
	margin-bottom: 15px;
}
/* footer link */
.footer-link li {
	margin-bottom: 10px;
}
.footer-link li:last-child {
	margin-bottom: 0px;
}
.footer-link li a {
	color: #ccc;
	font-size: 14px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.footer-link li a:hover {
	color: #0faf97;
}
.footer-link li i {
	margin-right: 6px;
}
/* footer instagram */
.footer-instagram {
	clear: both;
	overflow: hidden;
	margin: -7px;
	list-style: none;
}
.footer-instagram li {
	width: 33.33%;
	float: left;
	list-style-type: none;
	padding: 6px;
}
/* footer address */
.footer-address li {
	margin-bottom: 10px;
	color: #ccc;
	font-size: 14px;
}
.footer-address li:last-child {
	margin-bottom: 0px;
}
.footer-address li a {
	color: #ccc;
	font-size: 14px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.footer-address li a:hover {
	color: #0faf97;
}
.footer-address li i {
	margin-right: 6px;
}
/* footer social */
.footer-social a {
	border-radius: 4px;
	display: inline-block;
	font-size: 12px;
	height: 30px;
	line-height: 30px;
	position: relative;
	text-align: center;
	width: 30px;
	color: #fff;
	background-color: #1a1a1a;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.footer-social a:hover {
	background-color: #0faf97;
}
/* footer copyright */
.footer-copyright {
	padding: 10px 0;
	border-top: 1px solid rgba(255,255,255,0.1);
}
.footer-copyright p {
	color: #ccc;
	font-size: 14px;
}
/* ===================================
	15. Inner page header
=================================== */
.inner-page-header-bg {
	background-image: url(../img/bg/inner-page-header-bg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	position: relative;
	z-index: 0;
	background-size: cover;
}
.inner-page-header-bg:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	background-color: rgba(0,0,0,0.7);
	width: 100%;
	height: 100%;
	z-index: -1;
}
.inner-page-title {
	padding: 80px 0;
}
.inner-page-title h1 {
	color: #fff;
	text-align: center;
	font-weight: 500;
	font-size: 60px;
}
/* breadcrumb */
.breadcrumb-box {
	background-color: #151515;
	text-align: center;
	padding: 15px 0;
}
.breadcrumb-box .breadcrumb {
	margin: auto;
	display: inline-block;
}
.breadcrumb-box .breadcrumb li {
	display: inline-block;
	color: #ccc;
	font-size: 14px;
}
.breadcrumb-box .breadcrumb li a {
	color: #0faf97;
}
/* ===================================
	16. Faq
=================================== */
.faq-box .accordion-item .accordion-header .accordion-button {
	color: #fff !important;
	padding: 20px 20px !important;
	border-bottom: 0;
	font-size: 14px;
	border-radius: 0px;
	background-color: #0faf97;
	text-transform: capitalize;
	font-weight: 500;
	position: relative;
	text-align: left;
}
.faq-box .accordion-item .accordion-header .accordion-button span {
	color: #fff;
	margin-right: 6px;
	font-weight: 600;
}
.faq-box .accordion-item .accordion-header .accordion-button.collapsed span {
	color: #0faf97;
	margin-right: 6px;
	font-weight: 600;
}
.faq-box .accordion-item .accordion-header .accordion-button.collapsed:after, .faq-box .accordion-item .accordion-header .accordion-button:after {
	display: none;
}
.faq-box .accordion-item .accordion-header .accordion-button {
	display: flex;
}
.faq-box .accordion-item .accordion-header .accordion-button i {
	font-size: 14px;
	margin-left: auto;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.faq-box .accordion-item .accordion-header .accordion-button[aria-expanded=true] i {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.faq-box .accordion-item .accordion-header .accordion-button:focus {
	border-color: transparent;
	box-shadow: none;
}
.faq-box .accordion-item .accordion-header {
	padding: 0px;
	border-bottom: 0;
	background-color: transparent;
}
.faq-box .accordion-item .accordion-header .accordion-button.collapsed {
	color: #fff !important;
	padding: 20px 20px !important;
	font-size: 14px;
	background-color: rgba(255,255,255,0.1);
	text-transform: capitalize;
	font-weight: 500;
}
.faq-box .accordion-item {
	margin-bottom: 4px;
	background-color: transparent;
	border-radius: 0px !important;
	border: 1px solid rgba(255,255,255,0.2);
	overflow: hidden;
}
.faq-box .accordion-item:last-child {
	margin-bottom: 0px;
}
.faq-box .accordion-item .accordion-body {
	line-height: 24px;
	padding: 20px;
	color: #333;
	margin-top: 1px;
	background-color: rgba(0,0,0,0.05);
}
/* faq slider */
.faq-slider .carousel-indicators-numbers {
	left: auto;
	display: inline-block;
	margin-left: 0;
	margin-bottom: 0;
	margin-right: 0px;
	right: 0;
	background-color: #000;
	padding: 15px 20px;
}
.faq-slider .carousel-indicators-numbers button {
	text-indent: 0;
	margin: 0 2px;
	text-align: center;
	width: 30px;
	height: 30px !important;
	border: none;
	line-height: 30px;
	opacity: 1;
	color: #ccc;
	font-size: 15px;
	font-weight: 600;
	background-color: transparent;
	transition: all 0.25s ease;
}
.faq-slider .carousel-indicators-numbers button.active, .faq-slider .carousel-indicators-numbers button:hover {
	color: #0faf97;
}
/* ===================================
	17. Gallery
=================================== */
.gallery-box {
	position: relative;
	border-radius: 0px 0px 40px 0px;
	overflow: hidden;
}
.gallery-box:after {
	position: absolute;
	left: 4%;
	top: 4%;
	width: 92%;
	height: 92%;
	content: "";
	border-radius: 0px 0px 40px 0px;
	border: 1px solid rgba(255, 255, 255, 0.6);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.gallery-box:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	opacity: 0;
	background-color: rgba(0,0,0,0.5);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.gallery-box:hover:before {
	opacity: 1;
}
.gallery-zoom-btn {
	position: absolute;
	top: 16px;
	right: 18px;
	z-index: 2;
}
.gallery-box .gallery-zoom {
	background-color: #0faf97;
	display: inline-block;
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 12px;
	padding: 12px 20px;
	opacity: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.gallery-box .gallery-box-img img {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.gallery-box:hover .gallery-zoom, .gallery-box:hover:after {
	opacity: 1;
}
.gallery-box .gallery-zoom:hover {
	color: #fff;
}
/* ===================================
	18. Error page 404
=================================== */
.error-page-item h2 {
	margin-bottom: 12px;
	font-weight: 500;
	font-size: 26px;
	color: #fff;
}
.error-page-img img {
	border-radius: 0px 0px 40px 0px;
}
/* ===================================
	19. Contact us
=================================== */
.contact-box {
	background-color: rgba(255,255,255,0.1);
	padding: 25px;
	border-radius: 0px 0px 40px 0px;
}
.contact-box .icon {
	color: #fff;
	font-size: 20px;
	margin-bottom: 8px;
	color: #0faf97;
}
.contact-box h4 {
	line-height: 22px;
	color: #fff;
	font-size: 22px;
	font-weight: 500;
}
.contact-box h4 small {
	font-size: 14px;
	color: #ccc;
	width: 100%;
	display: inline-block;
}
.contact-box ul li {
	padding-bottom: 8px;
}
.contact-box ul li:last-child {
	padding-bottom: 0px;
}
.contact-box ul li a {
	color: #ccc;
}
.contact-box ul li a i {
	padding-right: 6px;
	color: #0faf97;
}
.contact-form-map {
	background-color: #111;
}
/* contact form */
.contact-form input {
	padding: 0 20px;
	background-color: rgba(0,0,0,0.8);
	border: 1px solid rgba(0,0,0,0.8);
	height: 55px;
	border-radius: 0px;
	font-size: 14px;
	color: #fff;
}
.contact-form textarea {
	background-color: rgba(0,0,0,0.8);
	border: 1px solid rgba(0,0,0,0.8);
	padding: 20px;
	border-radius: 0px;
	font-size: 14px;
	color: #fff;
}
.contact-form input:focus, .contact-form textarea:focus {
	background-color: #000;
	border: 1px solid #0faf97 !important;
	color: #fff;
	box-shadow: none;
}
.help-block ul {
	color: #842029;
	background-color: #f8d7da;
	border-color: #f5c2c7;
	padding: 10px;
	border-radius: 4px;
}
/* map */
.map-box iframe {
	width: 100%;
	border: 0px;
	height: 400px;
	overflow: hidden;
}
/*--------------------------------------------------------------
	20. Terms And Conditions
--------------------------------------------------------------*/
.terms-and-conditions-single-content h3 {
	color: #0faf97;
	font-size: 22px;
}


/**
悬浮框样式
*/
/* 悬浮侧边栏 - 固定在右下角 */
/* .floating-sidebar {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    padding: 15px;
    min-width: 80px;
}

.sidebar-section {
    margin-bottom: 15px;
}

.action-item {
    display: flex;
    align-items: center;
    padding: 10px 15px;
    margin-bottom: 8px;
    background: #f8f9fa;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 14px;
    color: #333;
}

.action-item:hover {
    background: #0faf97;
    color: #ffffff;
}

.action-item i {
    margin-right: 8px;
}

.back-to-top {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px;
    background: #0faf97;
    color: #ffffff;
    border-radius: 6px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.back-to-top:hover {
    background: #0d9c86;
} */
/* 超紧凑版本 */
/* 修改.action-item为a标签样式 */


.floating-sidebar {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
    background: #000000;
    border-radius: 10px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
    padding: 12px 12px;
    width: 130px; /* 加宽到130px，确保4个字能完整显示 */
    border: 1px solid #333;
}

.sidebar-section {
    margin-bottom: 10px;
}

.action-item {
    display: flex;
    align-items: center;
    padding: 7px 10px; /* 稍微增加内边距 */
    margin-bottom: 5px;
    background: #1a1a1a;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    color: #ffffff;
    font-size: 12px; /* 稍微增大字体 */
    border: 1px solid #333;
    overflow: hidden;
}

.action-item:hover {
    background: #3b82f6;
    color: #ffffff;
    transform: translateX(-3px);
    border-color: #3b82f6;
}

.action-item i {
    margin-right: 8px; /* 增加图标间距 */
    font-size: 13px; /* 稍微增大图标 */
    flex-shrink: 0;
}

.action-item span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    flex: 1;
}

/* 返回顶部按钮 */
.back-to-top {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 10px;
    background: #0faf97;
    color: #ffffff;
    border-radius: 6px;
    cursor: pointer;
    text-decoration: none;
    font-size: 12px;
    font-weight: 500;
    transition: all 0.3s ease;
    border: 1px solid #0faf97;
    width: 100%;
    box-sizing: border-box;
}

.back-to-top:hover {
    background: #0d9c86;
    transform: translateY(-2px);
}

/* .back-to-top i {
    margin-right: 6px;
    font-size: 13px;
    flex-shrink: 0;
} */
 .back-to-top i {
    margin-right: 6px;
    font-size: 16px; /* 修改：增大字体大小 */
    flex-shrink: 0;
    display: flex; /* 新增：使用flex布局 */
    align-items: center; /* 新增：垂直居中 */
    justify-content: center; /* 新增：水平居中 */
    width: 16px; /* 新增：固定宽度 */
    height: 16px; /* 新增：固定高度 */
    line-height: 1; /* 新增：重置行高 */
    font-style: normal; /* 新增：防止斜体影响 */
    font-weight: bold; /* 新增：加粗箭头 */
}


.back-to-top span {
    white-space: nowrap;
    flex-shrink: 1;
}

/* 手机端响应式 */
@media (max-width: 768px) {
    .back-to-top i {
        font-size: 14px; /* 修改：手机端调整大小 */
        margin-right: 6px;
        width: 14px; /* 新增：手机端固定宽度 */
        height: 14px; /* 新增：手机端固定高度 */
    }
}


/* 分页 */

.pagination-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

/* 分页容器样式 */
.flex.justify-center.items-center.space-x-2 {
  margin-top: 50px;
  margin-bottom: 30px;
}


/* 图标按钮样式 */
.pagination-btn i {
  font-size: 16px;
}

/* 分页样式修复 */
.flex.justify-center.items-center.space-x-2 {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 8px !important;
}

.pagination-btn {
  padding: 8px 12px;
  border: 1px solid #d1d5db;
  background: white;
  color: #374151;
  cursor: pointer;
  transition: all 0.2s;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 500;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  text-decoration: none;
}

.pagination-btn:hover {
  background: #f3f4f6;
}

.pagination-btn.active {
  background: #3b82f6;
  color: white;
  border-color: #3b82f6;
}

.pagination-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

/* 确保图标正确显示 */
.pagination-btn i {
  font-size: 16px;
}

/* 分页容器样式 */
.flex.justify-center.items-center.space-x-2 {
  margin-top: 50px;
  margin-bottom: 30px;
  width: 100%;
}

/*  */
/* 右侧侧边栏广告容器 */
.sidebar-ad-wrapper {
  position: sticky;
  top: 120px;
  padding-left: 20px;
}

/* 广告项样式 */
.sidebar-ad-wrapper .ad-item {
  margin-bottom: 25px;
  background: #111;
  border-radius: 0px 0px 40px 0px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.1);
  transition: all 0.3s ease-in-out;
}

.sidebar-ad-wrapper .ad-item:last-child {
  margin-bottom: 0;
}

.sidebar-ad-wrapper .ad-item:hover {
  border-color: #0faf97;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(15, 175, 151, 0.2);
}

/* 广告内容样式 */
.sidebar-ad-wrapper .ad-item > div {
  padding: 20px;
}

/* 响应式调整 */
@media (max-width: 991px) {
  .sidebar-ad-wrapper {
    position: relative;
    top: 0;
    padding-left: 0;
    margin-top: 40px;
  }
  
  .sidebar-ad-wrapper .ad-item {
    margin-bottom: 20px;
  }
  
  /* 在平板和手机上改为网格布局 */
  .sidebar-ad-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
}

@media (max-width: 768px) {
  .sidebar-ad-wrapper {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  
  .sidebar-ad-wrapper .ad-item {
    margin-bottom: 0;
  }
}

/* 小屏幕手机优化 */
@media (max-width: 576px) {
  .sidebar-ad-wrapper {
    gap: 12px;
  }
  
  .sidebar-ad-wrapper .ad-item > div {
    padding: 15px;
  }
}




/* ======= 图片布局区域 ======= */
.image-grid {
  display: flex;
  align-items: stretch;
  gap: 20px;
  /* 移除 max-width: 1200px */
  width: 100%;
  margin: 40px auto;
  box-sizing: border-box;
  height: 420px;
}

.large {
  flex: 2;
  background-color: rgba(255,0,0,0.1); /* 浅红色，观察宽度 */
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  height: 420px; /* 设固定高度 */
}
/* 右侧三张小图整体 */
.small-grid {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
  height: 420px;           /* 与左边大图保持等高 */
}

/* 每一张小图块 */
.small {
  flex: 1;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}

/* 底部那张稍高一点（可选） */
.wide {
  flex: 1.2;
}

/* 所有图片自适应铺满容器 */
.large img,
.small img {
  width: 100%;
  height: 100%;
  object-fit: cover;       /* 自适应填满，不变形 */
  display: block;
  transition: transform 0.4s ease;
}

.large > a {
  display: block;
  width: 100%;
  height: 100%;
}

.large img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.large:hover img,
.small:hover img {
  transform: scale(1.05);  /* hover 放大一点 */
}

/* ======= 覆盖层（标题 + 描述） ======= */
.overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(to top, rgba(0,0,0,0.65), transparent);
  color: white;
  padding: 8px 14px 10px;  /* 紧凑、贴近底部 */
  box-sizing: border-box;
  overflow: hidden;
}

/* 标题与描述样式 */
.overlay h2,
.overlay h3 {
  margin: 0 0 3px;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; /* 超出显示省略号 */
}

.overlay h2 {
  font-size: 2.2em;
   color: #e2e6e9; /* 单独改h2颜色 */
}

.overlay h3 {
  font-size: 2em;
   color: #e2e6e9; /* 单独改h3颜色 */
}

.overlay p {
  margin: 0;
  font-size: 1.2em;
  line-height: 1.3;
  opacity: 0.9;
  display: -webkit-box;
  -webkit-line-clamp: 2;    /* 限制两行描述 */
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.navbar-brand img {
    width: 110px; /* 设置图片宽度为150px */
    height: auto; /* 高度自动调整，保持比例 */
}




