.row_green {
    background: #81bc1e;
}

    .row_green .col-xs-12 {
        color: #fff;
    }

    .row_green .col-xs-12-title {
        font-family: Arial;
        font-weight: bold;
        font-size: 24px;
        font-style: italic;
        line-height: 30px;
        padding-left: 10px;
        padding-right: 15px;
        color: #f7f7f8;
        text-align: center;
    }

.processedBox {
    color: #f7f7f8;
    width: 880px;
    margin: 0 auto;
}

.processedLeft, .processedRight {
    /*width: 440px;*/
    /*height: 100px;*/
    width: 50%;
    float: left;
    font-size: 24px;
    position: relative;
}

    .processedLeft span, .processedRight span {
        font-size: 48px;
        font-weight: bolder;
    }

    .processedLeft #dataNums, .processedRight #dataNums2 {
        padding-left: 8%;
        padding-right: 8%;
    }

    .processedLeft p, .processedRight p {
        padding-left: 8%;
        padding-right: 8%;
    }

.inspections .col-xs-12 {
    font-family: Arial;
    font-style: italic;
    font-weight: bolder;
    font-size: 18px;
    line-height: 30px;
    color: #034889;
}

.cloud .col-xs-12 {
    font-family: Arial-BoldItalicMT;
    font-size: 18px;
    color: #034889;
}

.inspections {
    width: 100%;
    position: relative;
}

.inspections_bg {
    margin: 0% auto;
    width: 90%;
    height: 70%;
    background: url("../images/line.png") no-repeat;
    background-size: 100% 100%;
}

.swiper-container.infoPlace .swiper-slide {
    position: relative;
    width: 100%;
}

.cloud .swiper-container img {
    width: 100%;
}

.info1 {
    position: absolute;
    float: left;
    left: 20%;
    top: 35%;
    max-width: 250px;
    z-index: 100;
}

.info2 {
    position: absolute;
    float: right;
    right: 25%;
    top: 30%;
    max-width: 250px;
    z-index: 100;
}

.info3 {
    position: absolute;
    float: right;
    right: 15%;
    top: 35%;
    max-width: 250px;
    z-index: 100;
}

.infoTitle {
    height: 42px;
    border: 2px solid #81bc1e;
    border-radius: 30px;
    font-family: Arial;
    font-size: 18px;
    line-height: 42px;
    font-weight: bolder;
    color: #81bc1e;
}

.infoDetail {
    margin-top: 25px;
    font-family: Arial;
    font-size: 14px;
    line-height: 30px;
}

.pic {
    position: absolute;
    width: 195px;
    height: 275px;
    cursor: pointer;
}

.p1 {
    background: url("../images/1.png") no-repeat;
    float: left;
    left: 13%;
    bottom: 20%;
}

    .p1:hover {
        background: url("../images/1_hover.png") no-repeat;
    }

.p2 {
    background: url("../images/2.png") no-repeat;
    float: left;
    left: 25%;
    bottom: 38%;
}

    .p2:hover {
        background: url("../images/2_hover.png") no-repeat;
    }

.p3 {
    background: url("../images/3.png") no-repeat;
    float: left;
    left: 37%;
    bottom: 12%;
}

    .p3:hover {
        background: url("../images/3_hover.png") no-repeat;
    }

.p4 {
    background: url("../images/4.png") no-repeat;
    float: left;
    left: 49%;
    bottom: 26%;
}

    .p4:hover {
        background: url("../images/4_hover.png") no-repeat;
    }

.p5 {
    background: url("../images/5.png") no-repeat;
    float: left;
    left: 61%;
    bottom: 15%;
}

    .p5:hover {
        background: url("../images/5_hover.png") no-repeat;
    }

.p6 {
    background: url("../images/6.png") no-repeat;
    float: left;
    left: 72%;
    bottom: 38%;
}

    .p6:hover {
        background: url("../images/6_hover.png") no-repeat;
    }

.cloud .swiper-container .s2 img {
    margin-bottom: 38px;
}



@media screen and (max-width: 1024px)and (orientation : portrait) {
    .cloud .swiper-container .s1 img {
        position: absolute;
        left: 15%;
    }

    .cloud .swiper-container .s2 img {
        position: absolute;
        left: -10%;
    }

    .cloud .swiper-container .s3 img {
        margin-right: 10%;
        position: absolute;
        left: -10%;
    }

    .info1 {
        position: absolute;
        float: left;
        left: 10%;
        top: 20%;
        max-width: 250px;
        z-index: 100;
    }

    .info2 {
        position: absolute;
        float: right;
        right: 10%;
        top: 20%;
        max-width: 250px;
        z-index: 100;
    }

    .info3 {
        position: absolute;
        float: right;
        right: 10%;
        top: 20%;
        max-width: 250px;
        z-index: 100;
    }


    .processedBox {
        width: 100%;
    }

    .processedLeft, .processedRight {
        width: 50%;
    }



    .inspections_box {
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }

    .pic {
        position: initial !important;
        margin: 0 auto;
    }

    .p1 {
        background: url("../images/1.png") no-repeat;
    }

        .p1:hover {
            background: url("../images/1_hover.png") no-repeat;
        }

    .p2 {
        background: url("../images/2.png") no-repeat;
    }

        .p2:hover {
            background: url("../images/2_hover.png") no-repeat;
        }

    .p3 {
        background: url("../images/3.png") no-repeat;
    }

        .p3:hover {
        }

    .p4 {
        background: url("../images/4.png") no-repeat;
    }

        .p4:hover {
            background: url("../images/4_hover.png") no-repeat;
        }

    .p5 {
        background: url("../images/5.png") no-repeat;
    }

        .p5:hover {
            background: url("../images/5_hover.png") no-repeat;
        }

    .p6 {
        background: url("../images/6.png") no-repeat;
    }

        .p6:hover {
            background: url("../images/6_hover.png") no-repeat;
        }

    .clear {
        clear: both;
    }

    .row {
        margin-left: 0 !important;
    }

    .inspections_bg {
        height: auto !important;
    }

    .infoPlace .swiper-slide {
        min-height: 270px;
    }

    .inspections_box a {
        display: block;
        padding-left: 15%;
    }
}


@media screen and (max-width: 1024px) and (orientation : landscape) {
    .cloud .swiper-container .s1 img {
        position: absolute;
        left: 15%;
    }

    .cloud .swiper-container .s2 img {
        position: absolute;
        left: -10%;
    }

    .cloud .swiper-container .s3 img {
        margin-right: 10%;
        position: absolute;
        left: -10%;
    }

    .info1 {
        position: absolute;
        float: left;
        left: 10%;
        top: 20%;
        max-width: 250px;
        z-index: 100;
    }

    .info2 {
        position: absolute;
        float: right;
        right: 10%;
        top: 20%;
        max-width: 250px;
        z-index: 100;
    }

    .info3 {
        position: absolute;
        float: right;
        right: 10%;
        top: 20%;
        max-width: 250px;
        z-index: 100;
    }


    .processedBox {
        width: 100%;
    }

    .processedLeft, .processedRight {
        width: 50%;
    }



    .inspections_box {
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }

    .pic {
        position: initial !important;
        margin: 0 auto;
    }

    .p1 {
        background: url("../images/1.png") no-repeat;
    }

        .p1:hover {
            background: url("../images/1_hover.png") no-repeat;
        }

    .p2 {
        background: url("../images/2.png") no-repeat;
    }

        .p2:hover {
            background: url("../images/2_hover.png") no-repeat;
        }

    .p3 {
        background: url("../images/3.png") no-repeat;
    }

        .p3:hover {
        }

    .p4 {
        background: url("../images/4.png") no-repeat;
    }

        .p4:hover {
            background: url("../images/4_hover.png") no-repeat;
        }

    .p5 {
        background: url("../images/5.png") no-repeat;
    }

        .p5:hover {
            background: url("../images/5_hover.png") no-repeat;
        }

    .p6 {
        background: url("../images/6.png") no-repeat;
    }

        .p6:hover {
            background: url("../images/6_hover.png") no-repeat;
        }

    .clear {
        clear: both;
    }

    .row {
        margin-left: 0 !important;
    }

    .inspections_bg {
        height: auto !important;
    }


    .infoPlace .swiper-slide {
        min-height: 270px;
    }

    .inspections_box a {
        display: block;
        padding-left: 25%;
    }
}

@media screen and (max-width: 767px) and (orientation : portrait) {

    .row_green .col-xs-12-title {
        font-family: Arial;
        font-weight: bold;
        font-size: 18px;
        font-style: italic;
        line-height: 30px;
        color: #f7f7f8;
        padding-left: 0px;
    }


    .processedBox {
        width: auto;
        margin: 0 0 0 0;
    }

    .processedLeft, .processedRight {
        width: 100%;
        float: left;
    }


        .processedLeft #dataNums, .processedRight #dataNums2 {
            padding-left: 5%;
        }

        .processedLeft p, .processedRight p {
            padding-left: 5%;
        }

    .cloud .swiper-container .s1 img {
        position: absolute;
        left: -8%;
    }

    .cloud .swiper-container .s2 img {
        position: absolute;
        left: 5%;
        top: auto;
    }

    .cloud .swiper-container .s3 img {
        position: absolute;
        left: 10%;
    }

    .cloud .swiper-container img {
        width: 100%;
    }

    .processedLeft, .processedRight {
        float: none;
    }

    .info1, .info2, .info3 {
        float: left;
    }

    .info1, .info2, .info3 {
        left: 18%;
        top: 45%;
        max-width: 250px;
        z-index: 100;
    }

    /*.info2 {
        right: 15%;
        top: 47%;
        max-width: 250px;
        z-index: 100;
    }

    .info3 {
        right: 15%;
        top: 45%;
        max-width: 250px;
        z-index: 100;
    }*/

    .inspections_box a {
        display: block;
        padding-left: 25%;
    }
}



@media screen and (max-width: 767px) and (orientation : landscape) {


    .processedBox {
        width: 100%;
    }

    .processedLeft, .processedRight {
        width: 50%;
        float: none;
    }


        .processedLeft #dataNums, .processedRight #dataNums2 {
            margin-left: 50%;
            margin-right: 50%;
        }

        .processedLeft p, .processedRight p {
            margin-left: 50%;
            padding-left: 50%;
        }

    .cloud .swiper-container .s1 img {
        position: absolute;
        left: -10%;
    }

    .cloud .swiper-container .s2 img {
        position: absolute;
        left: 2%;
        top: auto;
        margin-left: 5%;
    }

    .cloud .swiper-container .s3 img {
        margin-left: 5%;
        position: absolute;
        left: 5%;
    }

    .cloud .swiper-container img {
        width: 100%;
    }

    .infoPlace .swiper-slide {
        min-height: 400px;
    }

    .info1, .info2, .info3 {
        float: left;
    }

    .info1 {
        left: 30%;
        top: 55%;
        max-width: 250px;
        z-index: 100;
    }

    .info2 {
        right: 30%;
        top: 57%;
        max-width: 250px;
        z-index: 100;
    }

    .info3 {
        right: 30%;
        top: 55%;
        max-width: 250px;
        z-index: 100;
    }

    .inspections_box a {
        display: block;
        padding-left: 25%;
    }
}
