.secondpage {
}


.container {
    max-width: 1300px;
}


.title_top {
    width: 100%;
    height: 550px;
    overflow: hidden;
    margin: 0;
    color: #000000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.secondpage_con {
    text-align: center;
    margin: 150px auto;

}

.secondpage_con h1
{
    color: #0286e6;
    font-size: 60px;
}
.secondpage_con p{
    color: #ffffff;
    font-size: 40px;
}

.company-intro {
    margin-top: 80px;
    display: flex;
    align-items: center;
    background-color: #f9f9f9; /* 背景色 */
    padding: 20px;
    border-radius: 10px;
    transition: box-shadow 0.3s ease-in-out;
}

.company-intro:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* 悬浮效果 */
}

.company-img img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
}

.company-desc {
    margin-left: 20px;
    font-family: Arial, sans-serif; /* 字体 */
    font-size: 16px; /* 字体大小 */
    line-height: 1.6;
    color: #000;
}

.company-img, .company-desc {
    flex: 1;
}

.factory-intro {
    margin-top: 80px;
    color: #000;
}

.factory-intro h2 {
    text-align: center;
    color: #0286e6;
    font-size: 40px;
    font-weight: 700;
}

.factory {
    margin-top: 40px;
    align-items: center;
    padding: 10px;
}



.factory p {
    margin-top: 10px;
    margin-bottom: 10px;
}

.factory-main-image {
    width: 100%;
    border-radius: 10px;
    max-height: 500px;
    object-fit: cover;
    margin-top: 10px;
}


.foot-info {
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
}

.scrolling-wrapper {
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
}

.scrolling-item {
    display: inline-block;
    width: 380px;  /* 你可以根据需要设置图片的大小 */
    height: 230px;
    object-fit: cover;
    margin: 0 10px;  /* 添加左右间距 */
}
