.back-box{
    width: 100%;
    height: auto;
    padding: 250px 80px;
    background-image: url("/image/background/1.jpg");
    background-size: cover;
    background-position: center;
}
.back-text-box{
    display: block;
    max-width: 980px;
    height: auto;
    margin: 0 auto;
}
.fence0{
    display: block;
    width: 400px;
    height: 1px;
    background-color: #fff;
    margin: 15px 0px;
}
.back-text0{
    display: block;
    width: 100%;
    height: auto;
    padding: 20px 0;
}
.text0{
    color: #fff;
    font-size: 80px;
    text-align: left;
    font-weight: bold;
}
.back-text1{
    display: flex;
    width: 100%;
    height: auto;
    padding: 20px 0;
}
.back-text1 span{
    flex: 1;
}
.fence1{
    width: 100%;
    height: 1px;
    margin: auto 30px;
    background-color: #fff;
}
.text1,
.text2{
    color: #fff;
    font-size: 14px;
}

.introduce-box{
    z-index: -1;
    width: 100%;
    height: auto;
    padding: 120px 0px;
    background-image: url(../../image/background/2.jpg);
    background-color: #082a65;
    background-size: cover;
    background-position: center;
    position: relative;
}
.introduce-box::before {
    z-index: -1;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(8, 42, 101, 0.9), rgba(8, 42, 101, 0.9));
}
.introduce-text-box{
    max-width: 1000px;
    height: auto;
    margin: auto auto;
    z-index: 1;
}
.introduce-text0{
    display: block;
    color: #fff;
    font-size: 48px;
    text-align: center;
    font-weight: bold;
}
.introduce-text1{
    display: block;
    color: #b6c0cf;
    font-size: 17px;
    text-align: center;
    margin-top: 25px;
}


.project-box {
    width: 100%;
    padding: 80px 0;
    background-color: #fff;
    box-sizing: border-box;
}
.project-title {
    font-size: 42px;
    font-weight: 600;
    color: #333;
    margin-bottom: 20px;
    max-width: 1200px;
    margin: 0 auto 20px;
}
.explore-link {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 40px;
    max-width: 1200px;
    margin: 0 auto 40px;
}
.explore-link a {
    color: #4a90e2;
    text-decoration: none;
    font-size: 16px;
}
.card-container {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 1400px;
    margin: 0 auto;
}
.card {
    width: 280px;
    flex: none;
    height: 360px;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    transition: all 0.3s ease;
}
.card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}
.card-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px;
    color: #fff;
}
.card::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    background: linear-gradient(to top, rgba(0,0,0,0.9) 20%, rgba(0,0,0,0));
    z-index: 1;
}
.card-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px;
    color: #fff;
    z-index: 2;
}
.card h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: -5px;
    transform: translateY(70px);
    transition: transform 0.3s ease;
}
.card .date {
    font-size: 14px;
    color: #ccc;
    display: block;
    margin-bottom: 10px;
}
.card .description {
    font-size: 14px;
    line-height: 1.5;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.3s ease;
}
.card:hover img {
    transform: scale(1.1);
}
.card:hover h3 {
    transform: translateY(0);
    margin-bottom: 5px;
}
.card:hover .description {
    opacity: 1;
    transform: translateY(0);
}

.subject-box{
    width: 100%;
    height: auto;
    padding: 80px 20px;
    background-color: #f5f9ff;
}
.subject-text-box{
    height: auto;
    max-width: 1200px;
    margin: 0 auto;
}
.subject-text0{
    display: block;
    text-align: center;
    color: #1b1b1b;
    font-size: 36px;
    font-weight: 600;
}
.subject-text1{
    display: block;
    width: 100%;
    height: auto;
    color: #666;
    font-size: 16px;
    text-align: center;
    margin: 30px 0;
}
.subject-button-box{
    display: block;
    text-align: center;
    margin: 15px 0;
}
.subject-button-box button{
    width: 160px;
    height: auto;
    padding: 15px 0;
    font-size: 16px;
    border-radius: 5px;
    margin: 0 20px;
}
.subject-button0{
    color: #fff;
    background-color: #4a90e2;
    border: none;
}
.subject-button1{
    color: #666;
    background-color: #fff;
    border: 1px solid #ebebeb;
}
.subject-text2{
    display: block;
    color: #666;
    font-size: 14px;
    text-align: center;
}
.subject-text2 a{
    color: #4a90e2;
    margin: 0 5px;
}

.client-box{
    width: 100%;
    height: auto;
    padding: 120px 240px;
    background-color: #fff;
}
.client-content-box{
    max-width: 1600px;
    height: auto;
    margin: 0 auto;
    display: flex;
    gap: 100px;
}
.client-text-box{
    flex: 1;
    min-width: 0;
}
.client-care-box {
    flex: 1;
    min-width: 0;
}
.client-text0{
    display: block;
    color: #000;
    font-size: 56px;
    font-weight: bold;
    text-align: left;
}
.client-text1{
    display: block;
    color: #666;
    font-size: 18px;
    text-align: left;
    margin: 40px 0;
}
.client-button{ 
    padding: 12px 24px;
    background-color: #000;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    font-size: 16px;
}
.client-care-box{
    display: block;
    width: 300px;
    max-height: 500px;
    padding-right: 30px;
    margin-bottom: 20px;overflow-x: hidden;
    overflow-y: auto;
}
.client-care{
    display: block;
    width: 100%;
    background-color: #fff;
    border-radius: 10px;
    padding: 30px;
    display: flex;
    gap: 15px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    margin-bottom: 30px;
    overflow-x: hidden;
    overflow-y: auto;
}
.client-care-img{
    width: 42px;
    height: 42px;
    border-radius: 50%;
    object-fit: cover;
}
.client-care-text0{
    display: block;
    color: #000;
    font-size: 16px;
    margin-bottom: 15px;
}
.client-care-text1{
    display: block;
    color: #666;
    font-size: 14px;
}
/* 自定义滚动条样式 */
.client-care-box::-webkit-scrollbar {
    width: 6px;
}
.client-care-box::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 3px;
}
.client-care-box::-webkit-scrollbar-thumb {
    background: #949494;
    border-radius: 3px;
}

.answer-box{
    width: 100%;
    height: auto;
    padding: 120px 20px;
    background-color: #f5f8fc;
}
.answer-content-box{
    width: 1300px;
    height: auto;
    margin: 0 auto;
}
.answer-text0{
    display: block;
    text-align: center;
    font-size: 42px;
    font-weight: bold;
    color: #333;
    margin-bottom: 20px;
}
.answer-text1{
    display: block;
    text-align: center;
    font-size: 16px;
    color: #666;
    margin-bottom: 60px;
}.answer-care-box {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* 2列布局 */
    gap: 1.5rem; /* 卡片间距 */
}
.answer-care {
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 1.5rem;
    transition: all 0.3s ease;
    background: #fff;
}
.answer-care:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.answer-care-icon {
    font-weight: 600;
    font-size: 1.5rem;
    margin-right: 1rem;
    color: #4a90e2;
}
.answer-care-text0 {
    font-weight: 600;
    font-size: 16px;
    color: #2c3e50;
    display: inline-block;
}
.answer-care-text1 {
    display: block;
    margin-top: 14px;
    font-size: 14px;
    color: #666;
    line-height: 1.5;
    padding-left: 2.3rem;
}
.answer-text2{
    display: block;
    color: #666;
    font-size: 16px;
    text-align: center;
    margin-top: 40px;
}
.answer-text2 a{
    color: #4a90e2;
    text-decoration: none;
}

.news-box{
    width: 100%;
    height: auto;
    padding: 100px 0px;
    padding-left: 15%;
    box-sizing: border-box;
    background-color: #fff;
    background-image: url("../../image/background/back-img.svg");
    background-size: contain;
    background-position: right;
    background-repeat: no-repeat;
}
.news-text-0{
    display: block;
    width: auto;
    height: auto;
    font-size: 48px;
    font-weight: 650;
    color: #333333;
}
.news-link{
    display: block;
    color: #333333;
    margin: 30px 0px;
    text-decoration: none;
}
.news-box .news-list-box{
    overflow-x: auto;
    white-space: nowrap;
}
.reveal-scale{
    width: 450px;
    height: auto;
    padding: 25px;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    white-space: normal;
    margin-right: 50px;
}
.news-img{
    width: 100%;
    height: 250px;
    border-radius: 10px;
    margin: 0;
    background-image: url('../../image/placeholder-dark-1.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-bottom: 20px;
    overflow: hidden;
    position: relative;
}
.news-img::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: inherit;
    background-position: center;
    background-size: cover;
    transition: transform 0.3s ease;
}
.news-list-text-0{
    display: block;
    font-size: 22px;
    width: 100%;
    height: auto;
    color: #333333;
}
.news-list-text-1{
    display: block;
    width: 100%;
    height: auto;
    color: #828282;
    margin: 20px 0px;
}
.news-list-link{
    display: block;
    color: #333333;
    text-decoration: none;
    margin: 20px 0px;
}
.news-list-box::-webkit-scrollbar {
    height: 8px;
}
.news-list-box::-webkit-scrollbar-track {
    background: #e9e9e9;
}
.news-list-box::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    border-radius: 4px;
}
.news-box .news-list-box div:hover div::before {
    transform: scale(1.1);
}

.address-box{
    width: 100%;
    height: auto;
    padding: 120px 20px;
    background-color: #f5f8fc;
}
.address-content-box{
    max-width: 1350px;
    height: auto;
    margin: 0 auto;
}

.address-text0{
    display: block;
    color: #666;
    font-size: 18px;
}
.address-text1{
    max-width: 700px;
    display: block;
    color: #333;
    font-size: 48px;
    font-weight: bold;
    margin: 10px 0;
}
.address-care-box{
    width: 100%;
    height: auto;
    display: flex;
    gap: 120px;
}
.address-care{
    flex: 1;
    height: auto;
    padding: 50px;
    background-color: #fff;
    border: #eee solid 1px;
    border-radius: 15px;
    margin: 50px 0;
}
.address-care-text0{
    display: block;
    color: #333;
    font-size: 24px;
    font-weight: bold;
}
.address-care-text1{
    display: block;
    color: #666;
    font-size: 16px;
    margin: 20px 0;
}
.address-care-link{
    display: block;
    color: #4a90e6;
    font-size: 16px;
    text-decoration: none;
}
iframe{
    width: 100%;
    height: 500px;
    border-radius: 15px;
}

.complaint-box {
    width: 100%;
    padding: 80px 0;
    background-color: #fff;
}
.complaint-container {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    padding: 40px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}
.complaint-title {
    font-size: 24px;
    font-weight: 600;
    color: #333;
    margin-bottom: 10px;
}
.complaint-desc {
    font-size: 14px;
    color: #666;
    margin-bottom: 30px;
}
.form-group {
    margin-bottom: 20px;
}
.form-group label {
    display: block;
    font-size: 14px;
    color: #333;
    margin-bottom: 8px;
}
.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 14px;
    color: #333;
    background: #fff;
}
.form-group textarea {
    height: 120px;
    resize: vertical;
}
.form-group select {
    appearance: none;
    background-image: url('data:image/svg+xml;utf8,<svg fill="%23333" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/></svg>');
    background-repeat: no-repeat;
    background-position: right 10px center;
}
.form-actions {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}
.reset-btn {
    padding: 12px 24px;
    border: 1px solid #ddd;
    border-radius: 5px;
    background: #fff;
    color: #333;
    font-size: 14px;
    cursor: pointer;
}
.submit-btn {
    padding: 12px 24px;
    border: none;
    border-radius: 5px;
    background: #000;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #4a90e2;
}
.reset-btn:hover {
    background: #f5f5f5;
}
.submit-btn:hover {
    background: #333;
}
