
/* 布局 */
.c{
    border:1px solid red;
}
.header-container{
   background: #fff;
   border-bottom: 1px solid #dadada;
}
.header-logo-container,
.header-nav-container{
height: 64px;
 
}
.banner{
    
}
.companyProfile{
    position: relative;
}
.companyProfile-text-layout{
    position: absolute;
    bottom: 0px;
    color: #fff;
    font-size: 0.5rem;
    width: 290px;
    left: 4%;
    text-indent: 1rem;
}
 
.product{
     
    background-image: linear-gradient(to right,#2b44b8 , #618df5);
    color: #fff;

}
.product-start{
    /* border: 1px solid red; */
    background: #fff;
    padding: 0;
    color: #2b44b8;
    font-weight: bold;
    font-size: 1rem;
    display: flex;
    justify-content:space-around;
    position: relative;
    height: 80px;
    line-height: 80px;
    margin-bottom: 30px;
}
.product-img{
    position: absolute;
    left: 20%;
    transform: translateX(-50%);
    bottom: 0;
    width: 50px;
}
@media (min-width: 576px) {
    .product-img{
       
        left: 30%;
        width: 70px;
    }
}
@media (min-width: 768px) {
    .product-img{
       
        left: 37%;
        width: 80px;
    }
}
@media (min-width: 992px) {
    .product-img{
       
        left: 39%;
        width: 90px;
    }
}
@media (min-width: 1200px) {
    .product-img{
       
        left: 38%;
        width: 100px;
    }
}
.footer{
    background: #2e3033;
    color: #fff;
 
}
.product-list:last-child{
    margin-top: 30px;
}
.last-img{
    padding:0;
 
}
.last-img-0259{
    display: flex;
    width: 100%;
    justify-content: center;
    border: 1px solid red;
}
 
/* 内容 */

/* header */
.header-logo{
    display: flex;
    align-items: center;
    width: 64px;
    height: 100%;
    /* border:1px solid red; */
}
.header-nav,
.header-nav-item,
.header-nav-link
{
    height: 100%;
}
.header-nav{
    display: flex;
    justify-content: flex-end;
    font-size: 14px;
    /* border:1px solid red; */
}
.header-nav-item{
    margin-left: 24px;
}
.header-nav-item:first-child{
    margin-left: 0px;
}
.header-nav-link{
    display: flex;
    align-items: center;
    font-weight: bold;
    font-size: 0.5rem !important;
    /* border:1px solid red; */
}

.companyProfile-title{
    text-align: center;
    font-size: 24px;
    font-weight: bold;
}
.companyProfile-text{
    font-size: 0.6rem;
    text-indent: 32px;
}

.product-title{
    /* text-align: center;*/
    /* font-size: 24px; */
    /* font-weight: bold; */
    color: #30408e; 
}
.product-text{
    font-size: 0.8rem;
    text-indent: 32px;
}
.footer-copy{
    text-align: center;
    padding:20px 0; 
    font-size: 0.6rem;
}

.m-t-50{
    margin-top: 50px;
}