.about {}

.about-banner {
    width: 100%;
}

.about-banner img {
    width: 100%;
    height: 300px;
}

.about .about-area {
    /* background-color: pink; */
    margin-top: 120px;
}

.about .about-area .about-area-title {
    font-weight: bold;
    position: relative;
}

.about .about-area .about-area-title .about-area-title-name {
    width: 300px;
    text-align: center;
    margin: auto;
}

.about .about-area .about-area-title img {
    width: 230px;
    height: 14px;
    position: absolute;
    bottom: -2px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}

.about .about-area .about-area-list {
    padding-top: 160px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.about .about-area .about-area-list .about-area-list-item {
    width: 25%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 30px;
}

.about .about-area .about-area-list .about-area-list-item .about-area-list-item-circle {
    background: #fff;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.about .about-area .about-area-list .about-area-list-item .about-area-list-item-circle img {
    /* width: 200px; */
    /* height: 200px; */
    border-radius: 50%;
}

.about .about-area .about-area-list .about-area-list-item .info {
    padding-top: 20px;
}

/* "服务理念" */
.about-ideas {
    /* background-color: pink; */
    margin-top: 120px;
    display: flex;
    align-items: center;
}

.about-ideas .about-ideas-left {
    /* background-color: blue; */
    /* flex: 1; */
    width: 700px;
}

.about-ideas .about-ideas-left .img-box {
    width: 700px;
    height: 790px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.about-ideas .about-ideas-left .img-box img {
    width: 100%;
    height: 100%;
}

.about-ideas .about-ideas-right {
    /* background-color: red; */
    /* width: 500px; */
    flex: 1;
    flex-direction: column;
    justify-content: space-between;
    padding: 30px 20px;
}

.about .about-area .about-ideas .right-about-area-title {
    font-weight: bold;
    position: relative;
}

.about .about-area .about-ideas .right-about-area-title-name {
    width: 200px;
    text-align: center;
    margin: auto;
}

.about .about-area .about-ideas .right-about-area-title img {
    width: 160px;
    height: 14px;
    position: absolute;
    bottom: -2px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}

.about-ideas .about-ideas-right .about-ideas-right-info {
    font-size: 15px;
    line-height: 2.5;
    padding-top: 50px;
    padding-bottom: 50px;
}

.about-ideas .about-ideas-right .about-ideas-right-img {
    background-color: #fff;
    border-radius: 10px;
    padding: 10px;

    display: flex;
    justify-content: center;
    align-items: center;
}

.about-ideas .about-ideas-right .about-ideas-right-img img {
    border-radius: 10px;
    width: 100%;
}

/* "企业资质" */
.about-quality {
    /* background-color: red; */
    padding-top: 120px;
}

.about .about-area .about-quality .about-quality-title {
    font-weight: bold;
    position: relative;
}

.about .about-area .about-quality .about-quality-title-name {
    width: 200px;
    text-align: center;
    margin: auto;
}

.about .about-area .about-quality .about-quality-title img {
    width: 160px;
    height: 14px;
    position: absolute;
    bottom: -2px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}

.about .about-area .about-quality .about-quality-swiper {
    /* background-color: pink; */
    margin-left: 30px;
    margin-right: 30px;
    overflow: hidden;
    padding-top: 100px;
    padding-bottom: 100px;

    /* display: flex; */
}

.quality-swiper-list {
    min-width: 250px;
    max-width: 350px;
    min-height: 200px;
    /* background: yellow; */
    margin-left: 10px;
    margin-right: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.quality-swiper-list img {
    width: 100%;
}

/* 服务理念 企业资质 全部弃用!!!!! */
/* 新的关于我们内容 */
.about-new{
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top:2rem;
    margin-bottom:2rem;
}
.about-new .about-new-item{
    /* flex:1; */
    /* width:50%; */
    width:45%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.about-new .about-new-item .img-big{
    width: 100%;
    height: 600px;
    /* height: 550px; */
    border-radius: 20px;
}
.about-new .about-new-item.info{
    width:55%;
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
}
.about-new .about-new-item.info p{
    /* line-height: 2.5; */
    line-height: 2;
    /* word-spacing:10px; */
    letter-spacing:4px;
    text-indent: 30px;
}
.about-sanqian{
    /* color:#003399; */
    color:#000;
    font-weight: 700;
    position: relative;
}
.about-sanqian::before{
    position: absolute;
    content: "";
    bottom: 4px;
    left: 50%;
    transform: translateX(-50%);
    width: 228px;
    height: 6px;
    /* background: #003399; */
    background: #000;
}
.about-new .more{
    display: block;
    color: #fff;
    background: rgb(11, 83, 148);
    font-size: 14px;
    padding:20px 50px;
    cursor: pointer;
}
.about-new .more:hover{
    opacity: 0.8;
}
