.design_1{
    padding: 1rem 0;
}
.design_1 .content{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.design_1 .content .left{
    max-width: 920px;
    width: 100%;
}

.title h3, .title h1{
    font-size: 20px;
    color: #2c2c2c;
    font-family: 'Arial-Bold';
    margin-bottom: 0.3rem;
}
.design_1 .content .left p{
    color: #2c2c2c;
    margin-bottom: 0.25rem;
    max-width: 1318px;
    width: 100%;
}

.design_1 .content .right{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.design_1 .content .right .img{
    margin: 0 auto;
    position: relative;
}
.design_1 .content .right .bg{
    position: absolute;
}
.design_1 .content .right .bg_left{
    left: 0;
    top: 0;
    transform: translate(-50%,-50%);
}
.design_1 .content .right .bg_right{
    bottom: 0;
    right: 0;
    transform: translate(50%,50%);
}

.design_1 .content .right .main{
    position: relative;
    z-index: 9;
}

.design_2{
    padding: 1rem 0;
    background-image: url(/lib/images/services/design_2_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.design_2 .content .txt{
    padding-left: 30px;
}
.design_2 .content .txt h4{
    color: #2c2c2c;
    font-size: 20px;
    position: relative;
}
.design_2 .content .txt h4::after{
    position: absolute;
    top: 6px;
    left: -30px;
    background-image: url(/lib/images/services/degisn_2_h4.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 21px;
    height: 19px;
    content: '';
}
.design_2 .content .txt ul{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
}
.design_2 .content .txt ul li{
    margin: 0.1rem 0;
    padding-left: 20px;
    margin-right: 20px;
    position: relative;
    color: #666;
}
.design_2 .content .txt ul li::after{
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #00A2E9;
    top: 8px;
    left: 0;
    content: '';
}
.design_2 .content .txt h2{
    font-size: 0.4rem;
    font-weight: normal;
    color: #202020;
    margin-bottom: 20px;
}
.design_2 .content .txt h3{
    font-size: 0.34rem;
    font-weight: normal;
    color: #202020;
    margin-bottom: 20px;
}
.design_2 .content .txt h4{
    font-size: 0.2rem;
    font-weight: normal;
    color: #202020;
}
.design_2 .content .txt p{
    margin-bottom: 0.2rem;
}
.design_2 .content .txt ul{
    margin-bottom: 0.2rem;
}
.design_2 .content .txt ol{
    margin-bottom: 0.2rem;
}
.design_2 .content .txt table{
    margin-bottom: 0.2rem;
}
.design_2 .content .txt ul li{
    /* list-style: inside; */
}

.design_3{
    padding: 1rem 0;
    background-image: url(/lib/images/services/degisn_2.png);
    background-repeat: no-repeat;
    background-position: right -30px bottom -30px;
    overflow: hidden;
}
.design_3 .content{
    display: flex;
}
.design_3 .content .left{
    max-width: 1125px;
    width: 100%;
}
.design_3 .content .right{
    width: 500px;
    flex-shrink: 0;
}
.design_3 .content .left p{
    line-height: 1.8;
    max-width: 828px;
    width: 100%;
}

.about_contact{
    width: 100%;
    height: 463px;
    background-image: url(/lib/images/about/about_contact.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.about_contact .content{
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    color: #fff;
}
.about_contact .content .title h2{
    color: #fff;
    margin-bottom: 0.6rem;
}
.about_contact .content p{
    font-size: 20px;
    margin-bottom: 0.2rem;
    font-family: 'Arial-Bold';
    color: #fff;
}
.about_contact .content p a{
    text-decoration: underline;
    font-family: 'Arial-Bold';
    color: #fff;
}

.chart{
    padding: 1rem 0;
}

.curious{
    background-color: #F6F6F6;
    padding: 0.5rem 0;
}
.curious .content{
    display: flex;
    align-items: center;
}
.curious .content h3{
    font-size: 0.34rem;
    color: #2c2c2c;
    font-family: 'Arial-Bold';
    margin-right: 1.5rem;
}
.curious .content a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 220px;
    height: 60px;
    background-color: #00A2E9;
    color: #fff;
    border-radius: 5px;
}


@media (max-width:1500px) {
    .design_1 .content .left{
        max-width: 60%;
        margin-right: 0.3rem;
    }
}
@media (max-width:1279px) {
    .design_3{
        background-size: 50%;
    }
}

@media (max-width:1023px) {
    .design_3 .content .left{
        max-width: 50%;
    }
    .design_3 .content .right{
        width: auto;
    }
}

@media (max-width:767px) {
    .design_1{
        padding: 30px 0;
    }
    .design_2{
        padding: 30px 0;
    }
    .design_3{
        padding: 30px 0;
    }

    .design_1 .content{
        flex-direction: column;
    }
    .design_1 .content .left{
        max-width: 100%;
        margin-right: 0;
    }
    .design_1 .content .right{
        margin-top: 30px;
    }
    .design_3 .content .left{
        max-width: 100%;
        margin-bottom: 80px;
    }
    .about_contact{
        height: 300px;
    }
    .chart{
        padding: 30px 0; 
    }
    .design_1 .content .right .bg_right{
        right: 30px;
    }
}





