.company-intro {
    max-width: 1440px;
    margin: 40px auto;
  
}

.intro-title {
    font-size: 32px;
    color: #333;
    margin-bottom: 20px;

}

.intro-subtitle {
    font-size: 16px;
    color: #999;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.intro-title {
    text-align: center;
    margin-bottom: 60px;
}

.intro-title h1 {
    font-size: 32px;
    color: #333;
    margin-bottom: 10px;
}

.intro-title .en-title {
    font-size: 16px;
    color: #999;
    text-transform: uppercase;
}

.intro-content {
    width: 100%;
    height: 250px;
    display: flex;
    gap: 80px;
    align-items: center;
    justify-content: space-between;
}

.intro-image {
    width: 400px;
    height: 250px;
}

.intro-image img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
}

.intro-text {
    width: calc(100% - 500px);
    height: 100%;
}

.intro-text p {
    font-size: 16px;
    line-height: 2;
    color: #666;
    text-align: justify;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
    overflow: hidden;
    text-indent: 2em;
}

/* 查看更多 */
.view-more {
    text-align: center;
    margin: 40px 0 40px 0;
}

.view-more a {
    display: inline-block;
    padding: 12px 35px;
    background-color: #C02025;
    color: #fff;
    border-radius: 4px;
    text-decoration: none;
    font-size: 16px;
    transition: all 0.3s ease;
}

.view-more a:hover {
    background-color: #fff;
    color: #000;
    border: 1px solid #eee;
}

/* 资质荣誉区域样式-----开始 */
.company-body {
    padding: 20px 0;
    width: 100%;
    background-color: #f9f9f9;
}

/* 企业文化样式 */
.culture-content {
    padding: 40px 0;
    max-width: 1440px;
    margin: 0 auto;
}

.culture-grid {
    display: flex;
    justify-content: space-between;
    gap: 50px;
    margin: 0 auto;
  
}

.culture-item {
    flex: 1;
    background: #fff;
    padding: 30px;
    text-align: center;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
    position: relative;
    overflow: hidden;
}

.culture-item:hover {
    transform: translateY(-5px);
}

.culture-number {
    font-size: 48px;
    color: #f0f0f0;
    font-weight: bold;
    margin-bottom: 20px;
    position: absolute;
    top: 10px;
    left: 10px;
    opacity: 0.5;
}

.culture-item h3 {
    font-size: 24px;
    color: #333;
    margin-bottom: 15px;
    position: relative;
    z-index: 1;
}

.culture-item p {
    font-size: 16px;
    color: #666;
    line-height: 1.6;
    position: relative;
    z-index: 1;
}

/* 企业文化 */
.intro-div {
    width: 100%;
    height: 360px;
    background: url(../images/bg_about.jpg) no-repeat;
    background-size: cover;
    margin-bottom: 200px;
}

.intro-div .intro-title {
    padding-top: 40px;
}

.intro-div .intro-title h1 {
    font-size: 32px;
    color: #fff;
}

.intro-div .intro-title .en-title {
    font-size: 16px;
    color: #fff;
}


.company-intro-culture {
    margin-top: 150px;
 
}


.news-more{
    margin-bottom: 20px;
}

/* 办公环境样式 */
.office-environment {
    max-width: 1440px;
    margin: 0 auto;
    padding-bottom: 40px;
}

.office-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-top: 40px;
}

.office-item {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
    cursor: pointer;
}

.office-item:hover {
    transform: translateY(-5px);
}

.office-item img {
    width: 100%;
    height: 254px;
    object-fit: cover;
    transition: transform 1.5s ease;
}

.office-item:hover img {
    transform: scale(1.25);
}

.office-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
    padding: 20px;
    color: #fff;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.3s ease;
}

.office-item:hover .office-overlay {
    opacity: 1;
    transform: translateY(0);
}

.office-overlay h3 {
    font-size: 18px;
    margin-bottom: 8px;
}

.office-overlay p {
    font-size: 14px;
    margin: 0;
    opacity: 0.8;
}

/* 动画效果 */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.office-item {
    animation: fadeInUp 0.6s ease forwards;
    opacity: 0;
}

.office-item:nth-child(1) { animation-delay: 0.1s; }
.office-item:nth-child(2) { animation-delay: 0.2s; }
.office-item:nth-child(3) { animation-delay: 0.3s; }
.office-item:nth-child(4) { animation-delay: 0.4s; }

/* 联系我们页面样式 */
.services-section {
    padding: 40px 0;
}

.services-container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 20px;
}

.contact-title {
    text-align: center;
    font-size: 28px;
    color: #333;
    margin-bottom: 100px;
}

/* 联系方式图标区域 */
.contact-icons {
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
}

.contact-icon-item {
    text-align: center;
    flex: 1;
    margin: 0 15px;
    border-right: 1px solid #eee;
}
.contact-icon-item:last-child{
    border: none;
}
.contact-icon-item img {
    width:45px;
    height:45px;
    margin-bottom: 15px;
}

.contact-icon-item h3 {
    font-size: 18px;
    color: #333;
    margin-bottom: 10px;
}

.contact-icon-item p {
    color: #666;
    font-size: 14px;
}

/* 联系方式标题 */
.contact-subtitle {
    font-size: 24px;
    color: #333;
    margin-bottom: 30px;
}

/* 联系信息和地图区域 */
.contact-info-map {
    display: flex;
    margin-bottom: 50px;
    gap: 30px;
}

.contact-map {
    flex: 2;
}

.contact-map img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 8px;
}

/* 联系表单 */
.contact-form {
    background: #f9f9f9;
    padding: 30px;
    border-radius: 8px;
}

.contact-form h3 {
    text-align: center;
    font-size: 20px;
    color: #333;
    margin-bottom: 30px;
}

.form-row {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}

.form-row input {
    flex: 1;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

textarea {
    width: 100%;
    height: 120px;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    margin-bottom: 20px;
    resize: none;
}

button[type="submit"] {
    display: block;
    width: 200px;
    margin: 0 auto;
    padding: 12px;
    background: #007bff;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
}

button[type="submit"]:hover {
    background: #0056b3;
}



