@charset "utf-8";
/* CSS Document */

.index2-banner p {
    color: #E5DBD4;
    font-weight: normal;
    border-left: 1px solid #D9A95E;
    padding-left: 20px;
}
.witr_btn2{ color:#fff; border:1px solid #ffffff}
.banner-words {
    color: #BCB8B7;
}
.witr_swiper_content ul li {
    line-height: 200%;
    color: #E5DBD4;
    font-size: 16px;
}
.witr_swiper_content ul li span{ color:#FFB137; font-weight:500;}

.section-title {
	text-align:center;
	font-size:48px;
	margin-bottom:60px;
}
.problem-card {
	background: #ffffff;
	padding:25px;
	height:100%;
}
.problem-title {
	font-weight:600;
	margin-bottom:10px;
	color: #222;
	gap: 6px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.problem-text {
	color:#777;
	font-style:italic;
	font-size:14px;
}
.arrow {
	text-align: left;
	font-size:24px;
	margin: 16px 0;
	color: #e7e7e7;
}
.solution-title {
	font-weight:600;
	margin-bottom:10px;
	color: #222;
	gap: 6px;
	display: flex;
	align-items: center;
}
.solution-text {
	font-size:14px;
	color:#333;
}
.bottom-link {
	text-align:center;
	margin-top:40px;
background: #F9F5F2;
}
.bottom-link a {
	color:#d89a3c;
	/* text-decoration:underline; */
	font-weight:400;
	text-transform:uppercase;
	margin: 17px 0px;
	display: inline-block;
}
.index2-section2 .row .col-lg { padding-left:7px; padding-right:7px;}
.xingxing{
    display: flex;
    gap: 6px;
    align-items: center;
    margin-top: 10px;
}
.xingxing img{width: 15px;}
.xingxing strong{ color:#D5A354;}
.index2-section2{ margin-top:100px;}
.text_box {
    background-color: #fff;
    border: 1px solid #EBDFD7;
    padding-top: 25px;
    padding-bottom: 30px;
    justify-content: left;
    padding-left: 20px;
    padding-right: 15px;
}
.service-item {
    height: 100%;
    display: flex;
    flex-direction: column;
}
.service-item p {
    width: 100%;
    padding: 10px 0px;
    font-size: 16px;
    text-align: left;
}
.text_box {
    flex: 1; /* 关键：占满剩余空间 */
    display: flex;
    flex-direction: column;
}
.text_box p {
    flex: 1; /* 让文字区域撑开 */
}
.construck_project_area {
    padding: 0px 0 0px;
}
.industry h2 {
    font-size: 30px;
    margin-bottom: 30px;
	text-transform: uppercase;
}
.industry2 {
    align-content: space-between;
    padding: 50px 0px;
}
.industry {
    margin-bottom: 50px;
}
.industry3 {
    margin-bottom: 50px;
}
.industry4 {
    align-content: space-between;
    padding: 50px 0px;
}
.single_image img{ width:100%;}
.tel-box{}
.tel-box2{ background:#221F1E; color:#fff; padding:35px 60px;}
.tel-box h2{ color:#fff; font-size:50px;}
.tel-box2 p{ color:#BCB8B7;}
.tel-box3 {
    display: flex;
    align-items: center;
    align-content: center;
    flex-direction: row-reverse;
}
.tel-box3 a{ text-transform:uppercase;}
.time-box{ margin-top:100px; margin-bottom: 100px;}



/*时间轴代码*/
.timeline {
    position: relative;
}
.timeline::before {
    content: '';
    position: absolute;
    left: 50%;
    width: 2px;
    height: 100%;
    background: #ddd;
    transform: translateX(-50%);
}

.timeline-item {
    position: relative;
    margin: 40px 0;
}

.timeline-item::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 20px;
    width: 26px;
    height: 26px;
    background:url(../index2-img/yuan.png);
    border-radius: 50%;
    transform: translateX(-50%);
}

.card {
    border: solid 1px #F5EEE9;
    background: #F9F5F2;
    padding: 25px 35px;
    transition: all 0.3s;
    width: 90;
}

.card.active {
    background: #1e1a18;
    color: #fff;
}

.card a {
    color: inherit;
    text-decoration: none;
}

.card-header {
    background: none;
    border: none;
    padding: 0;
}
.card h6 a {
    padding-top: 15px;
    display: block;
	padding-bottom: 5px;
}
.card.active h6 a {
    border-bottom: 1px solid #403B39;
    
	 color:#fff;
}
.card i{ font-weight:bold; font-size: 20px;}
.card h6 small {
    font-size: 14px;
    color: #D5A354;
    font-family: Arial-BoldMT;
    font-weight: bold;
}
.card.active .card-body{ color:#BCB8B7;}
.timeline-item .left .card{ margin-right:10%;}
.timeline-item .right .card{ margin-left:10%;}



.tel-words h2{ font-size:28px;}
.tel-words .tel-box3 a {
    text-transform: capitalize;
}
.tel-words .tel-box2 {
    background: #221F1E;
    color: #fff;
    padding: 25px 60px 5px;
}
.buyers-box{ margin-top:100px;}


.feature-list {
    background: #fff;
}

/* 每一行 */
.feature-item {
    padding: 15px 0;
    border-bottom: 1px solid #e5e5e5; /* 灰色横线 */
}

/* 去掉最后一条线 */
.feature-item:last-child {
    border-bottom: none;
}

/* 图标 */
.icon {
    width: 24px;
    text-align: center;
    margin-right: 10px;
    font-size: 16px;
}

/* ✔ */
.icon.success {
    color: #28a745;
    font-size: 20px;
}

/* ✖ */
.icon.danger {
    color: #dc3545;
}
.buyers-table tr{     border-bottom: 1px solid #ccc;}
.buyers-table tr:nth-child(1){ background:#221F1E; color:#E5DBD4; text-transform:uppercase;}
.buyers-table td{ padding:20px;}
.buyers-wrods{ text-align:center; margin-top:30px;}
.bg4 {
    background: #F9F5F2;
}
select.form-control {
    appearance: none;
	 background: #fff url("data:image/svg+xml;utf8,<svg fill='%23c58b2d' height='20' viewBox='0 0 24 24' width='20' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>") no-repeat right 15px center;
}


/* 整体 */
.cta-box {
    max-width: 700px;
    margin-top: 50px;
    margin-left: 10%;
}

/* 标题 */
.cta-title {
    font-weight: 600;
    line-height: 1.5;
    color: #333;
}

/* 描述 */
.cta-desc {
    color: #666;
    margin-top: 15px;
}

/* 列表 */
.cta-list {
    list-style: none;
    padding-left: 0;
    margin-top: 15px;
}

.cta-list li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
    color: #333;
}

/* 橙色圆点 */
.cta-list li::before {
    content: "";
    width: 8px;
    height: 8px;
    background: #c58a3c;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 8px;
}

/* 卡片 */
.cta-card {
    border: 1px solid #F4E6DC;
    border-radius: 15px;
    padding: 20px;
    background: #F8F1EC;
}

/* 引用文字 */
.cta-quote {
    font-style: italic;
    color: #c58a3c;
    margin-bottom: 10px;
    font-size: 15px;
}

/* 头像 */
.avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
}
.test_q_icon{ text-align:left;}
.test_q_icon i{color:#ebdfd7;transform: rotateZ(180deg);font-size: 50px;}
.xingxing2 {
    color: #FFB137;
    font-size: 25px;
    text-align: left;
    margin-top: 10px;
}
.testimonial-bottom{display:flex;margin-top: 40px;}
.em_testi_title{ text-align:left;}
.em_testi_title span{margin:0px;font-size: 15px;color: #D5A354;font-family: sans-serif;}
.em_testi_title h2{margin:0px;padding:0px;font-size: 18px;}
.em_testi_title p{ margin:0px; color:#707276;}
.em_testi_text p{ text-align:left;  font-style: italic; color:#221F1E; }

.gundong-box{ margin:120px 0px;}
.gundong{}
.gundong .witr_counter_number_inn{border:2px solid #EBDFD7;padding:60px 20px;text-align:center;margin-top: 20px;}
.gundong .witr_counter_number_inn h3{ color:#D5A354; font-size:50px;}
.gundong .witr_counter_number_inn h4{ color:#464241; text-transform:uppercase; padding-top:15px;}
.gundong .witr_counter_number_inn span{color:#D5A354; font-size:50px;}
.partner-box{ margin-bottom:120px;}
.partner-box h4{ font-size:30px;}
.partner-img{border: 1px dashed #999; text-align:center;}
.faq-part .card{ padding:0px;}
a.card-link { color:#222429;}
.ac_s_padding p{color:#666;}

 .comparison-box{
            background:#fff;
            margin:60px auto;
            padding:0;
            box-shadow:0 2px 10px rgba(0,0,0,0.05);
        }

        .comparison-header{
            background:#2c2522;
            color:#fff;
            padding: 20px 30px 20px 50px;
            display:flex;
            justify-content:space-between;
            align-items:center;
        }

        .comparison-header .h5{
            margin:0;
            font-weight:500;
            font-size: 18px;
            color: #E5DBD4;
        }

        .comparison-header span{
            font-size: 18px;
            opacity:0.7;
            color: #959595;
            font-weight: 500;
        }

        .table thead th{
            border-bottom:1px solid #eee;
            font-size: 18px;
            font-weight:600;
            color: #707276;
        }

        .table td{
            vertical-align:middle;
            padding:20px 15px;
            border-top:1px solid #eee;
        }

        .highlight{
            color:#d39b45;
            font-weight: 600;
        }

        .check{
            color:#d39b45;
            margin-right:5px;
        }

        .table tbody tr:hover{
            background:#fafafa;
        }
		.table-title{ color:#221F1E; font-weight:bold; font-size:18px; text-align:center;}
		.choose-box{ padding:100px 0px;}
		.choose-content .about-these-box{background:#fff;padding: 20px 40px 50px;}
		.choose-content ul li{ line-height:200%;}
		.choose-shuzi{position:absolute;right: 50px;/* top:30px; */font-size: 50px;font-weight: bold;color: #d9a95e;opacity: 0.15;line-height: normal;}
		.choose-2{background:#FFB137;padding:30px 40px 30px;margin-top: 50px;}
		.choose-2 span{ float:left; display:inline-block; margin-right:50px; margin-top:10px;}
		.choose-2 p{ font-weight:500;}
		.table-responsive thead{ text-transform:uppercase;}
		.choose-link{ text-align:center; padding:30px 0px 0px;}
		.choose-link a{ color:#D5A354; font-weight:500;}
		
		
		
		 .case-section {
            /* padding: 60px 0; */
        }

        .case-card {
            background: #fff;
            border: 1px solid #e5ddd7;
            padding: 30px;
            height: 100%;
            transition: all 0.3s;
        }

        .case-card:hover {
            box-shadow: 0 10px 25px rgba(0,0,0,0.05);
        }

        .case-icon {
            width: 40px;
            height: 40px;
            /* border: 2px solid #d4a373; */
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 20px;
        }

        .case-title {
            font-size: 18px;
            font-weight: 600;
            margin-bottom: 20px;
        }

        .case-label {
            font-weight: 600;
            color: #999;
            margin-top: 15px;
            margin-bottom: 10px;
        }

        .case-text {
            color: #666;
            /* font-size: 14px; */
            line-height: 120%;
            padding-bottom: 10px;
        }

        .case-result {
            background: #f2ece8;
            padding: 15px;
            border-radius: 10px;
            margin-top: 20px;
        }

        .case-link {
            display: inline-block;
            margin-top: 20px;
            color: #d4a373;
            /* font-size: 14px; */
            text-decoration: none;
        }

        .case-link:hover {
            text-decoration: underline;
        }
		.case-card:hover{ transform:translateY(-15px);}
		
		
		
		.download-box {
            background: #F9F5F2;
            padding: 40px;
            border-radius: 6px;
        }

        .download-title {
            font-size: 28px;
            font-weight: 600;
            margin-bottom: 15px;
        }

        .download-desc {
            color: #221F1E;
            line-height: 1.6;
            /* font-size: 14px; */
            max-width: 500px;
        }

        .btn-custom {
            padding: 10px 20px;
            /* font-size: 14px; */
            border-radius: 6px;
            /* min-width: 260px; */
            margin-bottom: 5px;
            display: inline-block;
        }

        .btn-orange {
            background: #f4a62a;
            color: #fff;
            border: none;
        }

        .btn-orange:hover {
            background: #e6951f;
            color: #fff;
        }

        .btn-outline-dark {
            border: 2px solid #333;
            color: #333;
            background: #fff; transition:0.3s;
        }

        .btn-outline-dark:hover {
            background: #333;
            color: #fff; transform:translateY(-5px);
        }

        .btn-outline-lightgray {
            border: 2px solid #ccc;
            color: #555;
            background: #fff; 
			transition:0.3s;
        }

        .btn-outline-lightgray:hover {
            background: #333; transform:translateY(-5px);
        }

        .download-divider {
            border-top: 1px solid #e0d9d3;
            margin: 30px 0 15px;
        }

        .download-note {
            text-align: right;
            /* font-size: 13px; */
            color: #aaa;
        }
		
		
		
		
		/* 外层容器 */
.contact-section-right{
    max-width: 720px;
    margin: 60px 0px 60px 50px;
    padding: 40px;
    border-radius: 20px;
    background: linear-gradient(135deg,#2b2623,#1f1b19);
    color:#fff;
}

/* 标题 */
.contact-title{
    font-size:28px;
    font-weight:600;
    margin-bottom:30px; color:#fff;
}

/* 每一项 */
.contact-item{
    display:flex;
    align-items:center;
    background: rgba(255,255,255,0.05);
    padding:20px;
    border-radius:14px;
    margin-bottom:20px;
    border:1px solid rgba(255,255,255,0.06);
}

/* 左侧图标 */
.contact-icon{
    width: 50px;
    height: 50px;
    border-radius:12px;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-right:20px;
    font-size:24px;
}

/* 不同颜色 */
.icon-green{
    background: rgb(25 65 68);
    color: #1dd1a1;
}

.icon-yellow{
    background: rgb(71 60 44);
    color:#f5a623;
}

.icon-blue{
    background: rgb(34 54 91);
    color: #22365b;
}

/* 文字 */
.contact-label{
    /* font-size:12px; */
    color: #707276;
    /* letter-spacing:1px; */
    font-weight: 500;
}

.contact-value{
    font-size: 18px;
    margin-top:5px;
    line-height: normal;
}

/* 底部引用 */
.contact-quote{
    margin-top: 20px;
    padding:25px;
    border-radius:14px;
    background: rgba(255,255,255,0.05);
    border:1px solid rgba(255,255,255,0.06);
}

.contact-quote strong{
    display:block;
    font-style:italic;
    margin-bottom:10px;
}

.contact-quote p{
    margin:0;
    color:#bbb;
    line-height: normal;
    /* font-size:14px; */
}
.xiangxun-form .form-group {
    margin-bottom: 30px;
}
.from-words{display:flex;justify-content: space-between;padding: 20px 0px;flex-wrap: wrap;}
.xiangxun-form .contact-section{ padding-top:80px;}

.banner-ul li{    list-style: disc; list-style-position: inside;}
.banner-bottom{ margin-top:40px;}
.check-list {
            display: flex;
            flex-wrap: wrap;
            gap: 28px;
        }
        .check-item {
            font-size: 15px;
            color: #ddd;
        }
        .check-item:before {
            content: "\e649";
            margin-right: 8px;
            color: #fff;
            font-weight: bold;
        }
	.xiangxun2-explore .team-part {
    margin-bottom: 0px;
    height: 100%;
}
.witr_team_content {
    flex: 1;
}

.xiangxun2-explore .witr_team_content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
	flex-direction: column;
}

 .filter-sidebar {
            /* width: 260px; */
            background: #fff;
            padding: 30px 0px;
        }

        .filter-title {
            font-size: 18px;
            letter-spacing: 2px;
            color: #888;
            margin-bottom: 20px;
            font-weight: 600;
        }

        .filter-group {
            margin-bottom: 30px;
        }

        .filter-group h6 {
            font-weight: 600;
            margin-bottom: 15px;
            position: relative;
            padding-left: 18px;
        }

        .filter-group h6::before {
            content: "•";
            position: absolute;
            left: 0;
            color: #000;
        }

        .custom-checkbox {
            margin-bottom: 12px;
        }

        .custom-control-label {
            color: #777;
            cursor: pointer;
            font-size: 18px;
        }

        .custom-control-input:checked ~ .custom-control-label {
            color: #000;
            font-weight: 500;
        }
		.custom-checkbox .custom-control-label::before {
    border: 1px solid #999;
    width: 20px;
    height: 20px;
    background: #fff;
}
.custom-control-label::after {
    width: 1.3rem;
    height: 1.2rem;
}
.left-line{border-left:2px solid #EBDFD7;padding-left:12px;line-height: normal;font-style: italic;}
.lazhu2-section-box .title{ margin-top:30px;}
