 /* 顶部横幅 */
 .objective-hero {
    background-image: url('/images/tokyo-night.jpg');
    background-size: cover;
    background-position: center;
    height: 485px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.goods .objective-hero{
    background-image: url('/images/goods_banner.png');
}

.partner .objective-hero{
    background-image: url('/images/par_banner.png');
}

.contact_us .objective-hero{
    background-image: url('/images/cont_banner.png');
}

.objective-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
}

.objective-hero-content {
    position: relative;
    z-index: 1;
    text-align: center;
    color: #fff;
}

.objective-hero-content h1 {
    font-size: 48px;
    margin-bottom: 10px;
    font-weight: 500;
}
.cont_1{
    width: 310px;
    margin: auto;
}
.cont_1 p{
    display: flex;
    /*justify-content: center;*/
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}
.objective-hero-content p {
    font-size: 24px;
    letter-spacing: 1px;
}

/* 红色旗帜 */
.side-flag {
    position: absolute;
    left: 0;
    top: 80px;
    z-index: 10;
    height: 600px;
}

.side-flag img {
    height: 100%;
}

/* 通用部分样式 */
.section {
    padding: 80px 0;
}

.container {
    max-width: 1285px;
    margin: 0 auto;
    padding: 0 0px;
}
.partner .container{
    padding-left: 2%;
    max-width: 1350px;
}

.section-title {
    text-align: center;
    margin-bottom: 40px;
}

.section-title h2 {
    font-size: 1.8rem;
    /* margin-bottom: 5px; */
    font-weight: 500;
    line-height: 1;
}
.section-title-1{
    margin-bottom: 5px;
}

.section-title-en {
    font-size: 0.9rem;
    color: #666666;
    /* text-transform: uppercase; */
    letter-spacing: 1px;
}

.section-title-en-1{
    color: #ffffff;
}
/* 目标部分样式 */
.purpose {
    background: #fff;
}

.purpose-content {
    display: flex;
    align-items: center;
    gap: 30px;
    background: #f5f5f5;
}

.purpose-text {
    flex: 1;
    padding:0 30px;
}

.purpose-text h3 {
    font-size: 1.3rem;
    margin-bottom: 20px;
    font-weight: 500;
}

.purpose-text p {
    font-size: 0.9rem;
    line-height: 1.8;
    color: #555;
}

.purpose-image {
    flex: 1;
}

.purpose-image img {
    width: 100%;
    border-radius: 5px;
}

/* 服务板块样式 */
.services {
    background: #f5f5f5;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.service-card {
    position: relative;
    /* border-radius: 5px; */
    overflow: hidden;
    height: 350px;
    cursor: pointer;
}

.service-image {
    height: 100%;
}

.service-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.service-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    padding: 15px;
    transition: all 0.3s ease;
}

.service-overlay h3 {
    font-size: 1.1rem;
    margin-bottom: 10px;
    font-weight: 500;
    text-align: center;
}

.service-desc {
    height: 0;
    overflow: hidden;
    transition: all 0.3s ease;
}

.service-card:hover .service-desc {
    height: 60px;
}

.service-desc p {
    font-size: 0.8rem;
    line-height: 1.6;
}

/* 愿景部分样式 */
.vision {
    background-image: url('/images/ob_6.png');
    background-size: cover;
    background-position: center;
    color: #fff;
    position: relative;
    height: 800px;
    padding: 60px 0 0 0;
}

.vision::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
}

.vision .container {
    position: relative;
    z-index: 1;
}

.vision-content {
    max-width: 900px;
    margin: 0 auto;
    /* text-align: center; */
}

.vision-content p {
    font-size: 0.9rem;
    line-height: 1.8;
}

/* 实绩介绍部分样式 */
.achievements {
    background: #ffffff;
}

.achievements-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.achievement-card {
    background: #fff;
    /* border-radius: 5px; */
    overflow: hidden;
    cursor: pointer;
}

.achievement-image {
    height: 250px;
}

.partner .achievement-image img {
    width: 200px;
    height: auto;
    /*object-fit: cover;*/
}

.achievement-content {
    padding: 15px 15px 5px 15px;
}

.achievement-content h3 {
    font-size: 24px;
    margin:40px 0 25px 0;
    font-weight: bold;
}

.achievement-date {
    font-size: 16px;
    color: #000000;
    font-weight: bold;
    margin-bottom: 5px;
}

.achievement-content p {
    font-size: 16px;
    line-height: 1.2;
    color: #666666;
}

.achievement-card.highlight {
    background: #e60012;
    color: #fff;
}

.achievement-card.highlight .achievement-date {
    color: rgba(255, 255, 255, 0.7);
}

.achievement-card.highlight p {
    color: rgba(255, 255, 255, 0.9);
}

/* 新闻中心样式 */
.news {
    background: #fff;
}

.news-item {
    display: flex;
    background: #f5f5f5;
}

.news-image {
    flex: 1;
}

.news-image img {
    width: 100%;
    border-radius: 5px;
}

.news-content-1 {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 50px;
}

.news-content-1 h3 {
    font-size: 20px;
    font-weight: bold;
}

.news-content-1 p {
    font-size:14px;
    line-height: 1.8;
    color: #5e5e5e;
    margin:50px 0 50px 0;
}

.more-link {
    display: inline-block;
    color: #111111;
    text-decoration: none;
    font-size: 14px;
    border: 1px solid #cccccc;
    width: 200px;
    height: 35px;
    border-radius: 50px;
    text-align: center;
    line-height: 35px;
}

.more-link:hover{
    background: #fd5250;
    border:none;
    color: #ffffff;
}

/* 底部导航 */
.footer-nav {
    background: #f5f5f5;
    padding: 30px 0;
}

.footer-nav .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer-logo img {
    height: 40px;
}

.footer-links ul {
    display: flex;
    list-style: none;
}

.footer-links li {
    margin-left: 20px;
}

.footer-links a {
    color: #555;
    text-decoration: none;
    font-size: 0.9rem;
}

.footer-links a:hover {
    color: #e60012;
}

/* 响应式设计 */
@media (max-width: 992px) {
    .purpose-content {
        flex-direction: column;
    }
    
    .services-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .achievements-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .news-item {
        flex-direction: column;
    }
}

@media (max-width: 768px) {
    .services-grid {
        grid-template-columns: 1fr;
    }
    
    .achievements-grid {
        grid-template-columns: 1fr;
    }
    
    .footer-nav .container {
        flex-direction: column;
    }
    
    .footer-links ul {
        flex-wrap: wrap;
        justify-content: center;
        margin-top: 20px;
    }
    
    .footer-links li {
        margin: 5px 10px;
    }
}

.goods .achievement-image{
    height: auto;
}
.goods .achievement-content{
    padding: 45px 25px;
    background: #f5f5f5;
}
.goods .achievement-content p{
    color: #252525;
    white-space: normal;
    word-break: break-all;
}
 .partner .achievement-content{
     /*text-align: center;*/
 }
.goods .achievements,.contact_us .achievements{
    background: #ffffff;
}
.partner .achievements-grid{
    grid-template-columns: repeat(4, 1fr);
}

.partner .achievement-content{
    /*padding: 25px 5px;*/
    background: unset;
    padding: 0;
}
.partner .section-title-1{
    margin: 5px 0;
}
.container-1{
    margin-top: 80px;
}

.iframe{
    text-align: center;
    padding-top: 80px;
}
iframe{
    width: 1150px;
    height: 500px;
    margin: auto;
}
.objective .achievement-content p{
    margin-bottom: 20px;
}

.objective .achievement-card:hover .hi_1{
    display: block;
}

.objective .achievement-card:hover{
    background: #ac3c36;
}

.objective .achievement-card:hover .achievement-image{
    display: none;
}

.objective .achievement-card:hover p,.objective .achievement-card:hover div,.objective .achievement-card:hover{
    color: #ffffff;
}

.objective .achievement-card:hover .achievement-content h3{
    margin-top: 15px !important;
}

.objective .achievement-card:hover .achievement-content{
    padding: 15px;
}

.achievement-card-1 img{
    width: 85px !important;
}

.partner .achievement-card{
    display: flex;
    align-items: center;
    justify-content: center;
}

.hi_1{
    display: none;
}

@media (max-width: 1550px) {
    .partner .container{
        padding-left: 5%;
    }
}