﻿/* 公司简介 */

.index_company_div {
    display: flex;
    justify-content: space-between;
    margin-top: 5rem;
}

.index_company_text {
    width: 38%;
    margin-top: 5rem;
    animation: index_company_text 1s;
    position: relative;
}

/* 动效 */
@keyframes index_company_text {
    0% {
        right: 500px;
        top: 0px;
    }


    100% {

        right: 0px;
        top: 0px;
    }
}

.index_company_text_p {
    margin-top: 3rem;
}
.index_company_text_p p{
    font-size: 18px;
font-weight: lighter;
line-height: 28px;
}

.index_company_pic {
    width: 60%;
    height: 30rem;
    background-size: 100%;
    background-repeat: no-repeat;
    animation: index_company_pi 1s;
    position: relative;
}

/* 动效 */
@keyframes index_company_pi {
    0% {
        left: 500px;
        top: 0px;
    }


    100% {

        left: 0px;
        top: 0px;
    }
}

.index_company_text h2 {
    font-size: 1.8rem;
    line-height: 3rem;
    font-weight: 400;
    text-align: left;
}

.index_company_text span {
    height: 3rem;
    display: block;
    width: 9rem;
    line-height: 3rem;
    text-align: center;
    background: #5eadff;
    border-color: 1px soild #007dff;
    border: 1px solid #b3d8ff;
    background: #ecf5ff;
    border-color: #b3d8ff;
    transition: 1s;
    margin-top: 2rem;
}

.index_company_text span a {
    color: #409eff;
    font-size: 1.1rem;

}

.index_company_text span:hover {
    background: #409eff;
    box-shadow: 1px 2px 5px #5eadff;
}

.index_company_text span:hover>a {
    color: #fff;
}

.i1 {
    content: '';
    border-top: 6px solid #5eadff;
    display: block;
    width: 4rem;
    /* margin: 0 auto; */
    height: 0.5rem;
}

.i2 {
    content: '';
    border-top: 6px solid #5eadff;
    display: inline-block;
    width: 4rem;
    /* margin: 0 auto; */
    height: 0.5rem;
}

.i3 {
    content: '';
    border-top: 6px solid #df7026;
    display: inline-block;
    width: 1rem;
    /* margin: 0 auto; */
    height: 0.5rem;
}

.index_company_pic .img {
    border: 2px solid #5EADFF;
    display: inline-block;
    border-radius: 50%;
    width: 30rem;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.index_company_pic div img{
    width: 86%;;
}
.index_company_pic .number{position: absolute;display: flex;flex-wrap: wrap;align-items: center;}
.index_company_pic .number .origin{width: 1.5rem;height: 1.5rem;background: #FF6600;border-radius: 50%;margin-right: 1rem;}
.index_company_pic .number.num1{top: 0;left: 22rem;}
.index_company_pic .number.num2{top: 45%;left: 29.5rem;}
.index_company_pic .number.num3{bottom: 0;left:22rem;}
.index_company_pic .number .text h3{font-size: 2rem;font-weight: bold;}
.index_company_pic .number .text p{font-size: 1.25rem;}
/* 清洁海绵 */
.qingjiehaimian img {
    /* box-shadow: 0px 0px 6px #333; */

}

.qingjiehaimian {
    padding: 4rem 0 8rem 0;
}

.index_spong{
    width: 380px;
    position: relative;
    top: 6rem;
    /* float: right; */
    left: 750px;
    background: #fff;
    padding: 10px 20px;
    box-shadow: 0px 0px 6px #3333335c;
    height: 180px;
    font-size: 20px;
    line-height: 30px;
    color: #333;
}
.index_spong b{
    transition: none !important;
}
.index_spong:hover{
    background: #5eadff;
}
.index_spong:hover p{
    color: #fff;
    transition: none !important;
}
.index_spong_right {
    display: flex;
    justify-content: flex-end;
    margin-top: 25px;
}

.index_spong_l {
    width: 380px;
    position: relative;
    top: 18rem;
    /* float: right; */
    /* right: 750px; */
    background: #fff;
    padding: 10px 20px;
    box-shadow: 0px 0px 6px #3333335c;
    left: 50px;
    height: 180px;
    font-size: 20px;
    line-height: 30px;
}
.index_spong_l b{
    transition: none !important;
}
.index_spong_l:hover{
    background: #5eadff;
}
.index_spong_l:hover p{
    color: #fff;
    transition: none !important;
}
.i4 {
    width: 1rem;
    height: 1rem;
    background: #e0f0ff;
    display: inline-block;
    border-radius: 100%;
    float: left;
    box-shadow: 0px 2px 3px #333333c7 inset;
}

.i5 {
    width: 1rem;
    height: 1rem;
    background: #e0f0ff;
    display: inline-block;
    border-radius: 100%;
    float: right;
    box-shadow: 0px 2px 3px #333333c7 inset;
}
.i4_down {
    width: 1rem;
    height: 1rem;
    background: #e0f0ff;
    display: inline-block;
    border-radius: 100%;
    float: left;
    box-shadow: 0px 2px 3px #333333c7 inset;
    position: absolute;
    bottom: 2%;
    left: 5%;
}

.i5_down  {
    width: 1rem;
    height: 1rem;
    background: #e0f0ff;
    display: inline-block;
    border-radius: 100%;
    float: right;
    box-shadow: 0px 2px 3px #333333c7 inset;
    position: absolute;
    bottom: 2%;
    right: 5%;
}

/* 工程海绵 */
.index_foam {
    min-width: 1280px;
}
.index_foam .swiper-slide {
width: 100%;
/* height: 600px; */
overflow: hidden;
display: flex;
justify-content: center;
align-items: center;
}
.index_foam .swiper-slide a{
    width: 100%;
}
.index_foam .swiper-slide img{
    width: 100%;
}
.index_foam .swiper-slide span{
    position: absolute;
    display: inline-block;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
    color: white;
    font-size: 64px;
}
.paomolunbo span {
    width: 50px;
    height: 10px;
    border-radius: 10px;
}

/* 首页新闻 */
.index_news {
    width: 100%;
    min-width: 1280px;
    max-width: 100%;
    margin: 25px auto;
}
.index_news h2{
    margin-bottom: 50px;
}
.index_news_news {
    width: 1280px;
    min-width: 1280px;
    margin: 0 auto;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
.news_diyi>div>a {
    display: flex;
    width: 450px;
    height: 600px;
    overflow: hidden;
    align-items: center;
    justify-content: center;
}

.news_diyi {
    width: 35.2%;
    height: 600px;
    /* overflow: hidden; */
}

.news_diyi_zi {
    padding: 0 6%;
    background: #00000052;
    height: 10rem;
    position: relative;
    top: -160px;
}
.news_diyi:hover{
    box-shadow: 0 0 10px #999;
}
.news_diyi:hover .news_diyi_zi{
    background: #5eacffe9;
}

.news_diyi_zi h4 a {
    color: #fff;
}

.news_diyi_zi p {
    color: #fff;
    font-size: 1.15rem;
    line-height: 1.5rem;
    margin: 8px 0;
}

.news_diyi_zi p a {
    float: right;
    color: #5aacff;
    font-size: 18px;
    line-height: 35px;
    font-weight: bold;
    text-align: center;
    margin-top: -5px;
    width: 90px;
    height: 35px;
    transition: .5s;
}

.news_diyi_zi p a:hover {
    background-color: #2681df;
    border-radius: 18px;
    color: #fff;
}

.hidden {
    display: none;
}

.news_dier_1 {
    width: 600px;
    height: 260px;
    border: 1px solid #5eadff;
    padding: 5% 10% 3% 10%;
    margin: 10% 0;
    box-sizing: border-box;
}
.news_dier_1:hover{
    background: #5eadff;
    border-radius: 75px;
}
.news_dier_1:hover p{
    color: #fff;
}
.news_dier_1:hover a{
    color: #fff;
}



.news_dier_1 h5 {
    color: #333;
    font-size: 1.3rem;
    line-height: 1.5rem;
    margin: 22px 0;
    font-weight: 500;
}
.news_dier_1 p {
    color: #333;
    font-size: 1.3rem;
    line-height: 1.5rem;
    margin: 22px 0;
    text-align: right;
}
/* 主页新闻的按钮特效 */



.news_diyi_2{
    display: none !important;
}
.news_diyi_22 .news_diyi_2{
    display: block !important;
}
.news_diyi_22 .news_diyi_1{
    display: none !important;
}

/* < !-- 第五部分-我们的服务 --> */
.index_serives {
    width: 100%;
    max-width: 100%;
    min-width: 1280px;
    margin-top: 70px;
}

.index_serives ul {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #eee;
    flex-wrap: nowrap;
    padding: 5rem 0;
}

.index_serives ul li {
    width: 18%;
    overflow: hidden;
    margin: 0 1%;
    text-align: center;
    min-width: 300px;
}
.index_serives ul li:hover{
    transform: scale(1.2);
}

.index_serives ul li img {
    /* width: 15rem;
    height: 15rem; */
}


@keyframes scale {
    0% {
        transform: scale(1);
    }

    20% {
        transform: scale(1.1);
    }

    40% {
        transform: scale(1);
    }

    60% {
        transform: scale(1.1);
    }

    80% {
        transform: scale(1);
    }

    100% {
        transform: scale(1);
    }
}

.animation {
    animation: scale 3s linear infinite;
}
