body{
}
/*公司简介*/
.home-page-company{
    width: 80%;
    margin: auto;
    position: relative;
    background: white;
}
.hpc-title{
    width: 80%;
    font-size: 18px;
    font-weight: bold;
    color: #0074CF;
    padding: 30px 0;
}
.hpc-introduce{
    width: 70%;
    height: 300px;
    font-size: 15px;
    line-height: 25px;
    color: #696969;
    padding-bottom: 40px;
}
.hpc-title>p,.hpc-introduce>p,.hpc-knowmore>p{
    padding:0 100px;
    position: relative
}
.hpc-knowmore{
    width: 100%;
    height: 70px;
    background: #0074CF;
    display: flex;
    align-items: center;
}
.hpc-knowmore>p>a{
    display: block;
    width: 150px;
    height: 40px;
    line-height: 40px;
    background: white;
    text-align: center;
    border-radius: 20px;
    color: #0074CF;
}
.hpc-img{
    width: 25%;
    height: auto;
    position: absolute;
    right: 0;
    bottom: 35px;
    display: flex;
    flex-wrap: wrap;
    justify-content: right;
}
.hpc-img>p{
    width: 80%;
    height: 60px;
    background: #EC6E00;
}
.hpc-img>img{
    width: 100%;
    height: auto;
}
/*产品与服务*/
.products-services{
    width: 100%;
    height: auto;
    padding: 40px 0;
    background: #F2FAFF;
}
.ps-box{
    width: 80%;
    margin: auto;
}
.ps-title{
    width: 100%;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    position: relative;
}
.ps-title>p{
    padding-bottom: 10px;
}
.ps-title>p:first-child{
    color: #DCDCDC;
}
.ps-title>p:last-child{
    position: absolute;
    bottom: 0;
    right: 0;
}
.ps-title>p:last-child>a{
    color: #505050;
    font-weight: normal;
    font-size: 16px;

}
.ps-title>p:last-child>a>.layui-icon{
    color: #505050;
    border: 1px solid #505050;
    border-radius: 100%;
}
/*企业新闻*/
.news{
    width: 100%;
    height: auto;
    padding: 40px 0;
    position: relative;
}
.news-title{
    width: 100%;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #333333;
}
.news-title>p{
    padding-bottom: 10px;
}
.news-title>p:first-child{
    color: #DCDCDC;
}
.news-box{
    width: 80%;
    margin: auto;
    background: white;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 20px;
}
.news-card{
    width: 33%;
    padding: 20px 0;
}
.nes-card-title,.news-card-content{
    width: 90%;
    font-size: 16px;
    margin: auto;
}
.nes-card-title{
    display: flex;
    justify-content: space-between;
    padding-bottom: 10px;
    border-bottom: 1px solid #E2E2E2;
}
.nes-card-title>p{
    color: #333333;
    line-height: 20px;
    text-align: center;
}
.nes-card-title>p>span{
    color: #909090;
    font-size: 15px;
    display: block;
}
.nes-card-title>p:last-child{
    display: flex;
    align-items: center;
}
.nes-card-title>p>a,.nes-card-title>p>a>.layui-icon{
    color: #585858;
    font-size: 14px;
}
.news-card-content{
    padding: 10px 0;
}
.news-card-content>p{
    color: #333333;
    line-height: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news-card-content>p:last-child{
    color: rgb(144, 144, 144);
    font-size: 15px;
    line-height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.news-card:hover
,.news-card:hover .news-card-content>p
,.news-card:hover .nes-card-title>p
,.news-card:hover .nes-card-title>p>a
,.news-card:hover .nes-card-title>p>a>.layui-icon
,.news-card:hover .nes-card-title>p>span{
    background: #0074CF;
    color: white;
}
/*关于我们*/
.about-us{
    width: 100%;
    height: auto;
    position: relative;
}
.about-img,.about-img>img{
    width: 100%;
    height: auto;
}
.about-title{
    width: 80%;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: white;
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translateX(-50%);
}
.about-title>p{
    padding-bottom: 10px;
}
.about-title>p:last-child{
    position: absolute;
    bottom: 0;
    right: 0;
}
.about-title>p:last-child>a{
    font-weight: normal;
    font-size: 16px;
    color: white;

}
.about-title>p:last-child>a>.layui-icon{
    border: 1px solid white;
    border-radius: 100%;
}
.about-content{
    width: 80%;
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translateX(-50%);
}
.about-content>img{
    width: 250px;
    height: auto;
}
@media screen and (max-width: 1480px) {
}
@media screen and (max-width: 1280px) {
    .home-page-company,.ps-box,.news-box,.about-title,.about-content{
        width: 90%;
    }
    .hpc-title>p, .hpc-introduce>p, .hpc-knowmore>p{
        padding: 0 60px;
    }
    .hpc-introduce{
        width: 70%;
    }
    .hpc-img{
        width: 30%;
    }
    .about-content>img{
        width: 200px;
        height: auto;
    }
}
@media screen and (max-width: 990px) {
    .hpc-title>p, .hpc-introduce>p, .hpc-knowmore>p{
        padding: 0 30px;
    }
    .hpc-introduce{
        width: 65%;
    }
    .hpc-img{
        width: 35%;
    }
    .hpc-img>p{
        height: 40px;
    }
    .about-content{
        top: 45%;
    }
    .about-content>img{
        width: 150px;
    }
    .hpc-title,.ps-title,.news-title,.about-title{
        font-size: 16px;
    }
    .ps-title>p,.about-title>p,.news-title>p{
        padding-bottom: 5px;
    }
    .hpc-introduce,.ps-title>p:last-child>a,.ps-title>p:last-child>a>.layui-icon,.about-title>p:last-child>a,.about-title>p:last-child>a>.layui-icon{
        font-size: 14px;
    }
}
@media screen and (max-width: 768px) {
    .home-page-company, .news-box{
        width: 100%;
    }
    .ps-box, .about-title, .about-content{
        width: 90%;
    }
    .hpc-title>p, .hpc-introduce>p{
        padding: 0;
    }
    .hpc-title,.hpc-introduce,.hpc-img{
        width: 90%;
        margin: auto;
    }
    .hpc-img{
        position: static;
    }
    .news-card{
        width: 90%;
        margin: auto;
    }
    .about-us{
        height: 250px;
    }
    .about-img{
        height: 100%;
        overflow: hidden;
    }
    .about-img>img{
        height: 100%;
        object-fit: cover;
    }
    .about-content>img:nth-child(4){
        display: none;
    }
    .about-content>img{
        width: 130px;
    }
    .about-content{
        top: 38%;
    }
}
@media screen and (max-width: 500px) {
    .about-content>img:nth-child(3){
        display: none;
    }
    .about-content>img{
        width: 140px;
    }
}
@media screen and (max-width: 400px) {
}
