/*banner
*/
.section.banner {
    height: 2.9rem;
    background: url(/img/about_banner.png) no-repeat center;
    background-size: cover;
}
.section.banner .container {
    text-align: center;
    padding-top: 0.83rem;
}
.section.banner h1 {
    font-weight: 500;
    font-size: 0.35rem;
    color: #ff8200;
}

.section.banner h2 {
    font-size: 0.25rem;
    font-weight: 400;
    color: #595757;
}
.section.about .sec-body {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
}
.section.about .sec-body > .img {
    width: 48%;
    background: url(/img/about1.png) no-repeat center;
    background-size: cover;
    height: 3.18rem;
}
.section.about .sec-body .info {
    width: 48%;
    height: 3.18rem;
    padding: 0.375rem 0;
}
.section.about .sec-body .info > .title {
    font-size: 0.2rem;
    font-weight: 500;
    color: #ff8200;
    letter-spacing:2px;
}
.section.about .sec-body .info > .detail {
    font-size: 0.15rem;
    color: #595757;
    line-height: 2;
    margin-top: 0.26rem;
}
.section.about2 {
    background: #f1f2f6;
}
.section.about2 .sec-body {
    padding: 0.9rem 0 0.625rem;
}
.section.about2 .ab-item {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    margin-bottom: 0.58rem;
}
.section.about2 .ab-item .info {
    position: relative;
    width: 48%;
    height: 3.19rem;
}
.section.about2 .ab-item .info > .title {
    height: 0.375rem;
    line-height: 0.375rem;
    font-size: 0.2rem;
    background: #ff8200;
    color: #fff;
    font-weight: 500;
    padding: 0 0.35rem;
}
.section.about2 .ab-item .info > .title > span {
    font-size: 0.14rem;
    font-weight: 400;
    letter-spacing:1px;
}
.section.about2 .ab-item .info > .detail {
    font-size: 0.158rem;
    color: #595757;
    line-height: 2;
    padding: 0.4rem 0.35rem 0.1rem;
}
.section.about2 .ab-item .info > img {
    position: absolute;
    right: 0;
    bottom: 0;
}
.section.about2 .ab-item .img {
    width: 48%;
}
.section.about2 .ab-item .img.img1 {
    background: url(/img/about2.png) no-repeat center;
    background-size: cover;
}
.section.about2 .ab-item .img.img2 {
    background: url(/img/about3.png) no-repeat center;
    background-size: cover;
}
.section.culture {
    margin-top: 0.6rem;
}

.section.culture .sec-body {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
}
.section.culture .sec-body .c-item {
    width: 48%;
    box-shadow: 0 2px 5px #e5e5e5;
}
.section.culture .sec-body .c-item .img {
    height: 3.18rem;
}
.section.culture .sec-body .c-item .img.img1 {
    background: url(/img/about4.png) no-repeat center;
    background-size: cover;
}
.section.culture .sec-body .c-item .img.img2 {
    background: url(/img/about5.png) no-repeat center;
    background-size: cover;
}
.section.culture .sec-body .c-item h1 {
    font-size: 0.2rem;
    color: #ff8200;
    padding: 0.375rem 0.5rem 0;
    font-weight:500;
}
.section.culture .sec-body .c-item h1 .desc {
    font-size: 0.133rem;
    color: #9fa0a0;
    margin-left: 6px;
    font-weight:300;
    letter-spacing:1px;
}
.section.culture .sec-body .c-item p {
    font-size: 0.125rem;
    color: #595757;
    padding: 0.2rem 0.5rem 0.375rem;
}

.section.servicefor {
    margin-top: 0.6rem;
}
.section.servicefor .bg {
    display: flex;
    display: -webkit-flex;
}
.section.servicefor .bg .img {
    height: 5.33rem;
    width: 50%;
    background: url(/img/about6.png) no-repeat center;
    background-size: cover;
}
.section.servicefor .bg .color {
    height: 5.33rem;
    position: relative;
    width: 50%;
    background: #ff8200;
}
.section.servicefor .bg .color::before {
    position: absolute;
    content: '';
    border-right: solid 0.375rem #ff8200;
    border-top: solid 0.375rem transparent;
    border-bottom: solid 0.375rem transparent;
    left: -0.375rem;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.section.servicefor .sec-body .container {
    position: relative;
}
.section.servicefor .sec-body .content {
    position: absolute;
    width: 50%;
    right: 0;
    top: -5.33rem;
    padding: 1.93rem 0 0 1rem;
}
.section.servicefor .sec-body .content .info {
    position: relative;
    color: #fff;
    font-size: 0.15rem;
}
.section.servicefor .sec-body .content .info p {
    position: relative;
    line-height: 2;
    margin-bottom: 0.31rem;
}
.section.servicefor .sec-body .content .info p::before {
    position: absolute;
    content: '';
    background: #fff;
    height: 10px;
    width: 10px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    top: 0.15rem;
    left: -0.3rem;
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
}
.section.servicefor .sec-body .content .info img {
    position: absolute;
    width: 0.41rem;
    top: -0.2rem;
    right: -0.61rem;
}


.section.joinus {
    padding-top: 0.6rem;
}
.section.joinus img {
    width: 100%;
}
@media screen and (max-width: 1200px) {
    .section.about .sec-body .info {
        height: 4.18rem;
    }
    .section.about .sec-body > .img {
        height: 4.18rem;
    }
    .section.servicefor .bg {
        flex-wrap: wrap;
    }
        .section.servicefor .bg .img {
            width: 100%;
        }
        .section.servicefor .bg .color {
            width: 100%;
        }
        .section.servicefor .bg .color::before {
            display:none;
        }
    .section.servicefor .sec-body .content {
        width: 100%;
    }
   
}
@media screen and (max-width: 960px) {
    .section.about .sec-body .info {
        height: auto;
    }

    .section.about .sec-body > .img {
        height: 4.8rem;
    }
    .section.about2 .ab-item .info {
        height: 4.5rem;
    }
    .section.about2 .ab-item .img {
        height: 4.5rem;
    }

    .section.servicefor .bg .color {
        height: 7.33rem;
    }
    .section.servicefor .sec-body .content {
       
        top: -6.33rem;
    }
   
}
@media screen and (max-width: 768px) {

    .section.about .sec-body {
        flex-wrap:wrap;
    }
        .section.about .sec-body > .img {
            width:100%;
        }
        .section.about .sec-body  .info {
            width: 100%;
        }

    .section.about2 .ab-item {
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }
        .section.about2 .ab-item .info {
            width: 100%;
        }
        .section.about2 .ab-item .img {
            width: 100%;
        }

    .section.servicefor .bg .color {
       display:none;
    }
    .section.servicefor .sec-body .container {
        width:100%;
    }
    .section.servicefor .sec-body .content {
        position: relative;
        top: 0;
        background: #ff8200;
        padding:20px;
    }
    .section.servicefor .sec-body .content .info img {
        display:none;
    }
}
