.banner-about{
    background: url('../img/banner-aboutus.png') no-repeat;
    /* height: 300px; */
    /* background-size: 100% 300px; */
    /* background-position: center top; */
}
.about-text{
    width: 1024px;
    height: 300px;
    margin: auto;
    padding-top: 80px;
    font-size: 32px;
    color: white;
    /* border: 1px solid red; */
}
.about-text p:nth-child(2){
    font-size: 30px;
    margin-top: 5px;
}
.company{
    background: #e9f6fc;
    padding: 50px 0;
    font-size: 32px;
    color: #333;
    text-align: center;
}
.company>p{
    padding-bottom: 30px;
}
.company .introduce{
    width: 1024px;
    margin: auto;
    font-size: 16px;
    color: #333;
    line-height: 30px;
    text-align: left;
    text-indent: 2em;
}
.honor{
    width: 800px;
    margin: auto;
    padding: 60px 0;
    font-size: 32px;
    color: #333;
    text-align: center;
    overflow: hidden;
    /* border: 1px solid red; */
}
.honor>p{
    padding-bottom: 30px;
}
.honor .honor-content{
    display: flex;
    font-size: 16px;
    color: #333;
    line-height: 32px;
    text-align: left;
}
.honor .honor-content span{
    display: inline-block;
    flex: 1;
}
.honor-img{
    padding: 30px 0;
}
.honor-img ul li{
    float: left;
    width: 30%;
}
.honor-img ul li:nth-of-type(even){
    margin: 0 5%;
}
.honor-img ul li img{
    width: 100%;
    margin: 10px 0;
}
.market{
    background: #e9f6fc;
    padding: 50px 0;
    font-size: 32px;
    color: #333;
    text-align: center;
}
.market>p{
    padding-bottom: 30px;
}
.market .market-img{
    width: 1024px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    /* border: 1px solid red; */
    font-size: 18px;
    color: #333;
    line-height: 32px;
}
.market .market-img span{
    box-shadow: 2px 2px 5px #ccc;
}
.contact{
    width: 800px;
    margin: auto;
    padding: 60px 0;
    font-size: 32px;
    color: #333;
    text-align: center;
}
.contact>p{
    padding-bottom: 30px;
}
.contact .contact-wrap{
    display: flex;
    gap: 20px;
    align-items: center;
    padding: 20px;
    border: 1px solid #ccc;
    box-shadow: 2px 2px 5px #ccc;
    font-size: 16px;
    color: #333;
    text-align: left;
}
.contact .contact-wrap p{
    line-height: 30px;
}
.contact .contact-wrap .c-blue{
    font-weight: bold;
    color: #2ca6e0;
}