﻿/* 产品列表页 */
/* more小表签通用 */
/* ul li p a {
    float: left;
    color: #2681df;
    font-size: 18px;
    line-height: 35px;
    width: 90px;
    height: 35px;
    text-align: center;
    transition: .5s;
}

ul li p a:hover {
    background-color: #2681df;
    border-radius: 18px;
    color: #fff;
} */

/* 盒子最低高度 3个li图片会放大的 */
.hezi {
    min-height: 170px;
}

.img img {
    transition: all .5s;
    width: 450px;
}

.img img:hover {
    /* transition: 0.5s; */
    transform: scale(1.2)
}


/* 第一部分 */
.magic ul {
    list-style: none;
    display: flex;
    justify-content: space-between;
}

.magic ul li {
    width: 26rem;
    height: 38rem;
}

.magic ul li h4 {
    margin: 10px auto 20px auto;
    height: 64px;
}

.magic ul li p {
    font-size: 20px;
    color: #333;
    line-height: 30px;

}

.magic ul li div {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    border-radius: 100%;
    width: 25rem;
    height: 25rem;
}

/* .magic ul li div span {
    line-height: 10rem;
    height: 10rem;
    background: #00000050;
    width: 25rem;
    z-index: 99;
    text-align: center;
}

.magic ul li div span a {
    color: #fff;
    font-size: 2.5rem;
} */
.magic ul li:hover img{
    box-shadow: 0 0 30px #8f94996b;
}
.magic ul li:hover a{
    color: #5eadff;
}
.magic ul li:hover p{
    color: #5eadff;
}
.magic ul li div img {
    height: 400px;
    position: relative;

    border-radius: 100%;
}

.list_more {
    height: 80px;
    display: block;
    width: 300px;
    line-height: 80px;
    text-align: center;
    background: #5eadff;
    border-color: 1px soild #007dff;
    border: 1px solid #b3d8ff;
    background: #ecf5ff;
    border-color: #b3d8ff;
    transition: 1s;
    /* margin-top: 2rem; */
    margin: 50px auto 50px auto;
}

.list_more:hover {
    background: #409eff;
    box-shadow: 1px 2px 5px #5eadff;
}

.list_more:hover>a {
    color: #fff;
}

.list_more a {
    color: #409eff;
    font-size: 2rem;
    transition: 0.1s;
}

/* 第二部分 */
.composite ul {
    list-style: none;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 25px;
}

.composite ul li {
    width: 48.3%;
    margin-top: 20px;
    margin-bottom: 20px;

}

.composite ul li img {
    width: 675px;
    height: 450px
}
.composite ul li>div:nth-child(2){
    padding: 2%;
    box-sizing: border-box;
}
.composite ul li h4 {
    margin-top: 20px;
    margin-bottom: 10px;
}

.composite ul li h5 {
    font-size: 20px;
    color: #333;
    line-height: 30px;
    font-weight: 500;
}

.composite ul li p {
    font-size: 20px;
    color: #333;
    line-height: 30px;
    text-align: right;
}

.composite ul li div{
    overflow: hidden;
}
.composite ul li:hover{
    background: #5eadff;
}
.composite ul li:hover img{
    transform: scale(1.2);
}
.composite ul li:hover a{
    color: #fff;
}
.composite ul li:hover p{
    color: #fff;
}

/* 第三部分 */
.cellulose .img {
    width: 400px;
    height: 300px;
    overflow: hidden;
}
.cellulose ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    /* margin-bottom: 50px; */
}

.cellulose ul li {
    width: 400px;
    border: 1px solid #999;
    padding: 0 0 10px 0;
}

.cellulose ul li .hezi {
    padding: 26px 20px;
}

.cellulose ul li .hezi>div {
    height: 120px;
    min-height: 120px;
    max-height: 120px;
}

.cellulose ul li .hezi h4 {
    margin-bottom: 30px;
}

.cellulose ul li .hezi h5 {
    font-size: 18px;
    line-height: 30px;
    color: #333;
}
.cellulose ul li .hezi p {
    font-size: 18px;
    line-height: 30px;
    color: #333;
    text-align: right;
}
.cellulose ul li:hover{
    background: #5eadff;
    border: 1px solid #5eadff;
}
.cellulose ul li:hover a{
    color: #fff;
}

/* 第四部分 */
.emery {
    min-width: 1400px;
}

.emery>div {
    background-color: #b2b2b22b;
    padding: 120px 0;

}

.emery>div>div {
    width: 1360px;
    height: 460px;
    background-color: #ffffff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 1px 1px 8px #33333326;
    border-radius: 0 15px 15px 0;
}
.emery>div>div:hover{
    background-color: #5eadff;
}
.emery>div>div:hover a{
    color: #fff;
}
.emery>div>div>div {
    padding: 0 50px;
    text-align: justify;
    position: relative;
    top: -32px;
}

.emery>div>div>div h4 {
    font-size: 38px;
    line-height: 50px;
    color: #333;
    font-weight: bolder;
    padding: 2% 0;
}
.emery>div>div>div p{
    font-size: 30px;
    line-height: 40px;
    color: #333;
    font-weight:100;
}
.video_more{
    float: right;
    color: #2681df;
    width: 90px;
    font-size: 30px;
    line-height: 45px;
    text-align: center;
    transition: .5s;
    position: relative;
    top: 70px;
}
.video_more:hover{
    background-color: #2681df;
    border-radius: 18px;
    color: #fff;
}
/* 第五部分 */
.bamnoo {
    padding: 20px 0 50px 0;
}

.bamnoo h3 {
    font-weight: bold;
}
.bamnoo h3:hover{
    scale: 1.1;
}
.bamnoo h3 a:hover{
    color: #5eadff;
}
.bamnoo p {
    font-size: 20px;
    line-height: 30px;
    color: #333;
}

.bamnoo_up {
    display: flex;
    justify-content: space-between;
}

.bamnoo_up div {
    width: 490px;
    padding: 80px 10px;
    text-align: justify;
}

.bamnoo_down {
    display: flex;
    justify-content: space-between;
}

.bamnoo_down div {
    width: 650px;
    padding: 80px 10px;
}


/* 产品列表页 */

/* 列表页展示 */
.liebiao .img {
    width: 450px;
    height: 300px;
    overflow: hidden;
}


.liebiao ul {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: center;
    /* margin-bottom: 50px; */
}

.liebiao ul li {
    width: 450px;
    /* border: 1px solid #999; */
    padding: 0 0 10px 0;
    margin-top: 30px;
    transition: .5s;
    box-shadow: 0 0 10px #5eadff26;
    margin-left: 1.5rem;
}
.liebiao ul li:nth-child(3n+1){
    margin-left: 0 !important;
}

.liebiao ul li:hover {
    box-shadow: 0 0 10px #33333326;
}

.liebiao ul li .hezi {
    padding: 26px;
}

.liebiao ul li .hezi h4 {
    margin-bottom: 20px;
    height: 64px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.liebiao ul li .hezi h5 {
    font-size: 18px;
    line-height: 30px;
    color: #333;
}
.liebiao ul li .hezi p {
    font-size: 18px;
    line-height: 30px;
    color: #333;
}
.liebiao ul li .hezi p a{
    float: right;
}
/* .liebiao ul li p a {
    float: left;
    color: #2681df;
    font-size: 18px;
    line-height: 35px;
    width: 90px;
    height: 35px;
    text-align: center;
    transition: .5s;
}

.liebiao ul li p a:hover {
    background-color: #2681df;
    border-radius: 18px;
    color: #fff;
} */
.liebiao ul li:hover{
    background: #5eadff;
}
.liebiao ul li:hover a{
    color: #fff;
}
.liebiao ul li:hover img{
    scale: 1.1;
}
/* 翻页 */
.page {
    margin-top: 50px;
    justify-content: center;
    margin-bottom: 50px;
}

.curr {
    min-width: 20px;
    line-height: 36px;
    text-align: center;
    background-color: #2681df;
    margin-left: 2px;
    margin-right: 2px;
    display: inline-block;
    padding-left: 8px;
    padding-right: 8px;
    color: #fff;
}

.page a {
    min-width: 20px;
    line-height: 36px;
    text-align: center;
    background-color: #fff;
    border: 1px solid #cecece;
    margin-left: 2px;
    margin-right: 2px;
    display: inline-block;
    padding-left: 8px;
    padding-right: 8px;
    color: #cecece;
    margin: 0 15px;
    transition: all .5s;
}

.page a:hover {
    background-color: #2681df;
    color: #fff;
    border: 1px solid #2681df;
}

/* 工业海绵 */
/* 第一部分 */
.category ul {
    padding: 50px 0;
}

.category ul li {
    display: flex;
    align-items: center;
}

.category ul li:nth-child(2) {
    justify-content: flex-end;
}

.category ul li:nth-child(4) {
    justify-content: flex-end;
}

.category_left {
    margin-left: -50px;
}

.category_right {
    margin-right: -50px;
}
.category ul li>div:hover{
    background: #5eadff;
}
.category ul li>div:hover a{
color: #fff;    
}
.category ul li>div:hover p{
   color: #fff;
}
.category ul li div {
    height: 250px;
    padding: 10px 20px;
    box-shadow: 1px 1px 20px #6666664a;
    background: #fff;
    display: flex;
    flex-direction: column;
    width: 660px;
    min-width: 660px;
    max-width: 660px;
    z-index: 999;
}

.category ul li div h3 {
    font-weight: 600;
}

.category ul li div p {
    font-size: 22px;
    line-height: 38px;
    text-align: justify;
    font-weight: 100;
}

.category ul li div p:nth-child(2) {
    min-height: 168px;
}

.category ul li div p a {
    float: right;
    position: relative;
    left: 0px;
}

/* 第二部分 */
.features ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding-bottom: 130px;
}

.features ul li {
    width: 350px;
    text-align: center;
    margin-top: 50px;
}
.features ul li:hover{
    scale: 1.1;
}
.features ul li:nth-child(2) {
    margin-left: 50px;
    margin-right: 50px;
}

.features ul li:nth-child(5) {
    margin-left: 50px;
    margin-right: 50px;
}

.features ul li div {
    width: 350px;
    height: 350px;
    background: #f8f8f8;
    border-radius: 100%;
    overflow: hidden;
    /* display: flex;
    align-items: center;
    justify-content: center; */
}

.features ul li h3 {
    font-size: 24px;
    line-height: 34px;
    font-weight: bold;
    margin: 20px 0;
}

/* 第三部分 */

.hot .img {
    width: 400px;
    height: 300px;
    overflow: hidden;
}

.hot ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    padding-bottom: 50px;
}

.hot ul li {
    width: 400px;
    border: 1px solid #999;
    padding: 0 0 10px 0;
}
.hot ul li:hover{
    background: #5eadff;
    border: 1px solid #5eadff;
    box-shadow: 0 0 10px #5eacffa1;
}
.hot ul li:hover h5{
    color: #fff !important;
}
.hot ul li:hover a{
    color: #fff;
}
.hot ul li .hezi {
    padding: 26px;
}

.hot ul li .hezi h4 {
    height: 70px;
}

.hot ul li .hezi h5 {
    font-size: 18px;
    line-height: 30px;
    color: #333;
    font-weight: 500;
    margin-top: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.hot ul li .hezi p {
    font-size: 18px;
    line-height: 30px;
    color: #333;
    margin-top: 10px;
}

.hot ul li p a {
    float: right;
}

/* 第四部分 */
.applications ul {
    list-style: none;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 25px;
    padding-bottom: 130px;
}

.applications ul li {
    width: 48.3%;
    margin-top: 50px;
}
.applications ul li div{
    overflow: hidden;
}
.applications ul li:hover{
    background: #5eadff;
}
.applications ul li:hover img{
    scale: 1.1;
}
.applications ul li:hover p{
    color: #fff;
}
.applications ul li:hover h3{
    color: #fff;
}
.applications ul li div:nth-child(2){
    padding:20px;
    box-sizing: border-box;
}
.applications ul li img {
    width: 675px;
    height: 450px
}

.applications ul li h3 {
    /* margin-top: 20px; */
    margin-bottom: 10px;
    font-weight: bold;
}

.applications ul li p {
    font-size: 20px;
    color: #333;
    line-height: 30px;
    text-align: justify;
}

.applications ul li p a {
    float: right;
}

/* 新闻列表页 */
.news .img {
    width: 400px;
    height: 300px;
    overflow: hidden;
}

.news>div {
    display: flex;
    box-shadow: 1px 1px 20px #666666a3;
    border-radius: 30px;
}

.news ul {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    width: 800px;
    height: 800px;
    justify-content: flex-start;
    /* margin-bottom: 50px; */
}

.news ul li {
    width: 760px;
    height: 110px;
    border-bottom: 1px solid #999;
    padding: 10px 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    transition: all .5s;
    margin-top: 1px;
}

.news ul li:nth-child(6) {
    border: none;
}

.news ul li:hover {
    position: relative;
    width: 800px;
    right: 40px;
    background: #2681df;
    height: 118px;
    box-shadow: 0 0 10px #999;
    border-radius: 20px;
}

.news ul li:hover>h4 a{
    color: #fff;
}

.news ul li:hover>p {
    color: #fff;
}



.news ul li:hover>p a {
    color: #fff;

}

.news ul li h4 {

    height: 60px;
}

.news ul li p {
    font-size: 18px;
    line-height: 30px;
    color: #333;
}

.news ul li p span {
    float: left;
}

.news ul li p a {

    float: right;
}

/* 博客 */
#sousuo_blog {
    height: 60px;
    width: 90%;
    color: #999;
    border-radius: 20px;
    border: 1px solid #999;
    font-size: 30px;
    line-height: 60px;
    padding: 20px;
    margin: 0 auto;
    display: block;
}




.blog>.blog_list {
    padding: 5%;
}

.blog ul {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    width: 90%;
    justify-content: space-between;
    /* margin-bottom: 50px; */
    margin: 0 auto;
}

.blog ul li {
    width: 100%;
    height: 240px;
    display: flex;
    justify-content: space-between;

}
.blog ul li:nth-child(n+2){
    margin-top: 20px;
}
.blog ul li:hover{
    background: #5eadff;
}
.blog ul li:hover h5{
    color: #fff !important;
}
.blog ul li:hover a{
    color: #fff;
}
.blog ul li div {
    width: 800px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    padding-right: 20px;
    box-sizing: border-box;
}


.blog ul li h4 {
    height: 60px;
}

.blog ul li h5 {
    font-size: 18px;
    line-height: 30px;
    color: #333;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.blog ul li p {
    font-size: 18px;
    line-height: 30px;
    color: #333;
}

.blog ul li p span {
    float: left;
}

.blog ul li p a {

    float: right;
}

/* 关于我们 */
/* 第一部分 */
.about_enda {
    min-width: 1400px;
}

.about_enda>div {

    padding: 45px 0;

}

.about_enda>div>div {
    width: 1360px;
    height: 720px;
    background-color: #2681df;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    box-shadow: 1px 1px 8px #333;
    border-radius: 0 15px 15px 0;

}

.about_enda>div>div>div {
    padding: 0 50px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    max-height: 100%;
    height: 99%;
}

.about_enda>div>div>div p {
    /* margin: 10px 0; */
    font-size: 22px;
    line-height: 33px;
    color: #fff;
    text-align: justify;
    font-weight: 100;
}

.about_enda>div>div>div h3 {
    color: #fff;
    font-size: 38px;
    font-weight: bold;
}

.about_enda>div>div>div h3 i{
    width: 20px;
    height: 20px;
    background-color: #fff;
    position: absolute;
    margin-left: -40px;
    margin-top: 18.5px;
}
.about_enda>div>div>div ul {
    display: flex;
    justify-content: space-between;
}

.about_enda>div>div>div ul li {
    width: 90px;
    text-align: center;
}

.about_enda>div>div>div ul li:nth-child(3) {
    width: 130px;
}

.about_enda>div>div>div ul li p {
    text-align: left;
    font-size: 18px;
    font-weight: 100;
}

/* .about_enda>div>div>div ul li p::after {
    content: '';
    border-top: 5px solid #fff;
    width: 40px;
    display: block;
    margin-bottom: 20px;
    margin-top: 30px;
} */

/* 第二部分 */
.servie {
    min-width: 1400px;
}

.servie>div {
    min-height: 500px;
    background-color: #e5effd;
    background-image: linear-gradient(180deg, #e5effd 0%, #bddcff 100%);
    padding: 50px 0;
}

.servie>div>div h4 {
    font-size: 16px;
    color: #333;
    line-height: 21px;
    margin-bottom: 10px;
}

.servie>div>div h3 {
    font-size: 34px;
    color: #333;
    line-height: 50px;
    margin-bottom: 70px;
    font-weight: bold;
}

.servie>div>div ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 1300px;
}

.servie>div>div ul li {
    width: 570px;
    height: 100px;
    padding: 20px;
    margin-top: 20px;
    transition: 1s;
}

.servie>div>div ul li:nth-child(2) {
    position: relative;
    bottom: 80px;
}

.servie>div>div ul li:nth-child(4) {
    position: relative;
    bottom: 80px;
}

.servie>div>div ul li h5 {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 25px;
    color: #333;
}

.servie>div>div ul li h5 span {
    width: 38px;
    text-align: left;
    font-size: 20px;
    line-height: 30px;
    display: inline-block;
}

.servie>div>div ul li p {
    font-size: 18px;
    line-height: 24px;
    color: #333;
    text-align: left;
    padding-left: 44px;
}

.servie>div>div ul li:hover {
    background-color: #333;
    transition: .5s;
}

.servie>div>div ul li:hover>h5 {
    color: #fff;
}

.servie>div>div ul li:hover>p {
    color: #fff;
}

/* 第三部分 */
.certificate ul {
    width: 100%;
    padding: 35px 0;
    background-color: #f8f8f8;
    display: flex;
    justify-content: space-evenly;
    margin: 0 auto;
}

.certificate ul li {
    width: 300px;
    height: 400px;
    overflow: hidden;
}

#tupianchakan {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2222;
    display: none;
    overflow-y: auto;
}

#guanx {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    text-align: center;
    line-height: 50px;
    font-size: 22px;
    background: rgba(0, 0, 0, 0.45);
    color: #fff;
    position: fixed;
    top: 5%;
    right: 5%;
}


#tupiank {
    width: 50%;
    height: 90%;
    position: fixed;
    top: 5%;
    left: 25%;
    display: flex;
    align-items: center;
    justify-content: center;

}

#tupiank img {
    display: none;
    width: 570px;
    height: 810px;
}

/* 第四部分 */
.customer {
    min-width: 1400px;

}

.customer ul {
    width: 100%;
    background: #eee;
    height: 500px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.customer ul li {
    width: 98%;
    height: 490px;
    overflow: hidden;
    background: #ffd20888;
}

/* 第五部分 */
.恩达sponge ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 15px;
    margin-bottom: 70px;
}

.恩达sponge ul li {
    width: 400px;
    margin: 15px;
    overflow: hidden;
    height: 300px;
}
.恩达sponge ul li:hover img{
    scale: 1.1;
}
/* 联系我们 */
.contact_us>div {
    min-width: 1400px;
}

.contact_us>div>ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 60px 0 100px 0;
}

.contact_us>div>ul li {
    width: 330px;
    height: 350px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-radius: 20px;
    border: 1px solid rgb(0 0 0 / 7%);
}
.contact_us>div>ul li:hover{
    box-shadow: 0 0 20px rgb(0 0 0 / 7%);
}
.contact_us>div>ul li p a{
    float: none;
    color: #333;
}
.contact_us>div>ul li p a:hover{
    background-color: rgba(255, 255, 255, 0);
    border-radius: 0;
}
.contact_us>div>ul li div {
    width: 110px;
    height: 110px;
    border-radius: 100%;
    background: #2683df00;
    min-width: 110px;
    min-height: 110px;
}

.contact_us>div>ul li h3 {
    font-size: 24px;
    color: #333;
    font-weight: bold;
    text-align: center;
    text-transform: capitalize;
}

.contact_us>div>ul li p {
    font-size: 18px;
    line-height: 25px;
    font-weight: 300;
    text-align: center;
    height: 75px;
    min-height: 75px;
}