.home-about {
    margin-top: 100px;
}

.home-about .title {
    text-align: center;
    margin-bottom: 50px;
}

.home-about .title h1 {
    color: #0762cb;
    font-weight: 500;
    margin-bottom: 20px;
}

.home-about .title h1::after {
    content: '';
    background-color: #d9d9d9;
    height: 3px;
    display: block;
    width: 5%;
    margin: 10px auto auto;
}

.home-about .title h3 {
    color: #7e7e7e;
    font-weight: 500;
}

.home-about .desc p {
    margin: 0;
    line-height: 2;
    font-size: 18px;
    color: #020202;
    letter-spacing: 2px;
}

.home-about .more {
    line-height: 3rem;
    display: block;
    width: 9rem;
    text-align: center;
    background-color: #0762cb;
    color: #fff;
}

.home-about .illustrate {
    margin-top: 200px;
}

.home-product {
    margin-top: 100px;
    padding-bottom: 100px;
    background: url(../image/bgproduct.jpg) no-repeat;
    background-position: center top;
}

.home-product .title {
    text-align: center;
    margin-bottom: 50px;
    padding-top: 50px;
}

.home-product .title h1 {
    color: #fff;
    font-weight: 500;
    margin-bottom: 20px;
}

.home-product .title h1::after {
    content: '';
    background-color: #d9d9d9;
    height: 3px;
    display: block;
    width: 5%;
    margin: 10px auto auto;
}

.home-product .title h3 {
    color: #fff;
    font-weight: 500;
}

.home-product p {
    margin: 20px 0 0;
    color: #fff;
    font-size: 24px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.home-news {
    margin-top: 100px;
}

.home-news .title {
    text-align: center;
    margin-bottom: 50px;
}

.home-news .title h1 {
    color: #0762cb;
    font-weight: 500;
    margin-bottom: 20px;
}

.home-news .title h1::after {
    content: '';
    background-color: #d9d9d9;
    height: 3px;
    display: block;
    width: 5%;
    margin: 10px auto auto;
}

.home-news .title h3 {
    color: #7e7e7e;
    font-weight: 500;
}

.home-news .h-news-top {
    display: flex;
    justify-content: space-between;
}

.home-news .h-news-item {
    display: flex;
    flex-direction: column;
}

.home-news .h-news-item .h-news-list {
    display: flex;
    margin-bottom: 50px;
}

.home-news .h-news-item .h-news-list .newsimg {
    width: 18rem;
    height: 7rem;
}

.home-news .h-news-item .h-news-list .newsimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-news .h-news-item .h-news-list .newsdesc {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    margin-left: 0.5rem;
}

.home-news .h-news-item .h-news-list .newsdesc p {
    margin: 0;
    font-weight: 600;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.home-news .h-news-item .h-news-list .newsdesc .newstime {
    color: #7e7e7e;
}

.home-news .h-news-item .h-news-list:hover p {
    color: #0762cb;
}

.home-news .h-news-item .h-news-list:hover .newstime {
    color: #0762cb;
}

/* 关于金鹏 */
.main {
    margin-top: 36px;
}

.main .introduction {
    margin-top: 1rem;
}

.main .introduction .indent {
    text-indent: 2rem;
    line-height: 2;
}

/* 企业文化 */
.main .introduction .culture-text {
    line-height: 2;
}

.main .introduction .culture-text span {
    color: #0762cb;
    font-size: 18px;
    font-weight: 500;
}

/* 生产能力 */
.main .introduction .produce-item img {
    width: 15rem;
    height: 11rem;
    object-fit: cover;
}

.main .introduction .produce-item p {
    margin: 0;
}

/* 客户服务 */
.main .introduction .service {
    color: #0762cb;
    font-weight: 500;
}

/* 联系我们 */
.main .introduction ul {
    margin: 0;
    padding: 0;
}

.main .introduction ul li {
    line-height: 2;
}

/* 产品中心 */
.main .introduction .product-item {
    text-align: center;
    margin-bottom: 20px;
}

.main .introduction .product-item .product-img {
    height: 11rem;
}

.main .introduction .product-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main .introduction .product-item p {
    margin: 0;
    line-height: 2;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

/* 产品详情 */
.main .introduction .product-text {
    line-height: 3;
    border-bottom: 1px dashed #ddd;
}

.main .introduction .product-text span {
    color: red;
    font-size: 18px;
}

/* 质量保证 */
.main .introduction .quality {
    color: #0762cb;
    font-weight: 600;
}

/* 质量证书 */
.main .introduction .certificate {
    color: #0762cb;
    font-weight: 600;
    margin: 40px 0;
}

/* 检测设备 */
.main .introduction .device {
    color: #0762cb;
    font-weight: 600;
    margin: 40px 0;
}

.main .introduction .device-item {
    text-align: center;
}

.main .introduction .device-item .device-img {
    height: 10rem;
}

.main .introduction .device-item .device-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* 技术研发 */
.main .introduction .technology {
    color: #0762cb;
    font-weight: 600;
    margin: 20px 0;
}

/* 新闻中心 */
.main .news-item {
    padding: 20px 10px;
    border-bottom: 1px dashed #ddd;
}

.main .news-item a {
    display: flex;
    justify-content: space-between;
}

.main .news-item .news-content h2 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}

.main .news-item .news-content p {
    text-indent: 2em;
    text-align: justify;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #999;
    font-size: 16px;
    line-height: 2;
    margin-bottom: 12px !important;
}

.main .news-item:hover {
    background: rgba(0, 0, 0, .1)
}

.main .news-item:hover a {
    color: #333;
}

/* 新闻详情 */
.main .word {
    margin: 24px 0;
    line-height: 2;
    font-size: 16px;
}

.main .word p {
    text-indent: 2rem;
}

.main .content_text {
    padding: 6px;
}

.main .content_text p {
    margin-bottom: 0;
    line-height: 2.4;
}

/* 面试流程 */
.main .introduction .interview span {
    color: #0762cb;
    font-weight: 600;
}