/* 
 * @Description: 2-1about-Location & Employees 
 * @fileName: aboutLocation
 * @Author: FengYong
 * @Date: 2020-05-11 13:39:45
 * @LastEditors: caochen
 * @LastEditTime: 2020-05-12 10:38:53
*/
.about_banner {
    text-align: center;
}

.aboutVision_tit {
    padding: 20px 0;
    border-bottom: 1px solid #eeeeee;
}

.aboutVision_tit img {
    width: 27px;
    height: 24px;
    vertical-align: middle;
}

.right {
    margin-top: 10px;
    float: right;
}

.aboutVision_tit span {
    font-size: 32px;
    color: #333333;
    vertical-align: middle;
    margin-left: 10px;
}

.aboutVision_con {
    margin-top: 30px;
}


.about_bg {
    position: relative;
    text-align: center;
    width: 100%;
}

.about_bg_con {
    padding-bottom: 4px;
    padding-right: 15px;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
}

.about_bg_pos {
    border-left: 4px solid #cf2430;
    text-align: center;
    padding-left: 20px;
}

.about_bg_pos p:first-child {
    font-size: 20px;
    line-height: 24px;
    color: #333333;
}

.about_bg_pos p:last-child {
    font-size: 16px;
    color: #666666;
}

/* 底部样式 */
.about_bottom {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
}

.about_bottom_item {
    width: 189px;
    height: 240px;
    background: url("../images/about_bottom1.png") no-repeat;
    background-size: 100% 100%;
    padding: 60px 0 40px;
    text-align: center;
}

.about_bottom_item p:nth-child(2) {
    margin-top: 50px;
    font-size: 16px;
    color: #666666;
}

.about_bottom_item p:last-child {
    margin-top: 4px;
    font-size: 18px;
    color: #333333;
}

/* 地图样式 */
.mapWarp {
   cursor: pointer;
}
.mapWarp>img{
    width:100%;
}

#allmap {
    height: 100%;
}

.about_bottom_item:nth-child(even) {
    width: 189px;
    height: 240px;
    background: url("../images/about_bottom2.png") no-repeat;
    background-size: 100% 100%;
    padding: 60px 0 40px;
    text-align: center;
}

@media(min-width:200px) and (max-width:767px) {
    .aboutVision_tit img {
        width: 20px;
        height: 17px;
        vertical-align: middle;
    }

    .aboutVision_tit span {
        font-size: 20px;
        margin-left: 10px;
    }

    .aboutVision_tit {
        padding: 6px 0;
    }

    .aboutVision_con {
        margin-top: 10px;
    }

    .about_bg_con {
        position: static;
        padding-bottom: 6px;
        padding-right: 10px;
        margin-top: 6px;
    }

    .about_bg_pos {
        border-left: 2px solid #cf2430;
        padding-left: 6px;
    }

    .about_bg_pos p:first-child {
        font-size: 16px;
        color: #333333;
    }

    .about_bg_pos p:last-child {
        font-size: 12px;
        color: #666666;
    }

    .about_bottom_item {
        width: 45%;
        height: 170px;
        padding: 30px 0 30px;
        margin-top: 6px;
    }



    .about_bottom {
        flex-wrap: wrap;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .about_bottom_item p:nth-child(2) {
        margin-top: 30px;
    }

    .about_bottom_item:nth-child(even) {
        width: 45%;
        height: 170px;
        padding: 30px 0 30px;
        margin-top: 6px;
    }
    /* .mapWarp {
        height: 200px;
    } */
    #aside {
        display: none;
    }
}

@media(min-width:768px) and (max-width:991px) {
    .aboutVision_con {
        margin-top: 20px;
    }

    .aboutVision_tit img {
        width: 24px;
        height: 21px;
        vertical-align: middle;
    }

    .aboutVision_tit {
        padding: 10px 0;
        border-bottom: 1px solid #eeeeee;
    }

    .aboutVision_tit span {
        font-size: 28px;
        margin-left: 10px;
    }

    .right {
        margin-top: 0;
    }

    .about_bg_con {
        padding-bottom: 3px;
        padding-right: 20px;
        top:-13px;
    }
    .about_bg{
        margin-top:15px;
    }

    .about_bg_pos {
        border-left: 3px solid #cf2430;
        padding-left: 16px;
    }

    .about_bg_pos p:first-child {
        font-size: 18px;
        line-height: 24px;
        color: #333333;
    }

    .about_bg_pos p:last-child {
        font-size: 12px;
        color: #666666;
    }

    /* .mapWarp {
        height: 240px;
    } */

    .about_bottom_item {
        width: 130px;
        height: 170px;
        padding: 40px 0 30px;
    }

    .about_bottom {
        margin-top: 20px;
        margin-bottom: 30px;
    }

    .about_bottom_item p:nth-child(2) {
        margin-top: 30px;
    }

    .about_bottom_item:nth-child(even) {
        width: 130px;
        height: 170px;
        padding: 40px 0 30px;
    }
}



@media(min-width:992px) and (max-width:1199px) {
    .aboutVision_con {
        margin-top: 10px;
    }

    .right {
        margin-top: 0;
    }

    .about_bg_con {
        padding-bottom: 1px;
        padding-right: 25px;
        top:-5px;
    }
    .about_bg{
        margin-top:15px;
    }

    .about_bg_pos {
        border-left: 4px solid #cf2430;
        padding-left: 20px;
    }

    .about_bg_pos p:first-child {
        font-size: 18px;
        line-height: 24px;
        color: #333333;
    }

    .about_bg_pos p:last-child {
        font-size: 14px;
        color: #666666;
    }

    /* .mapWarp {
        height: 300px;
    } */

    .about_bottom_item {
        width: 160px;
        height: 200px;
        padding: 50px 0 40px;
    }

    .about_bottom {
        margin-top: 30px;
        margin-bottom: 40px;
    }

    .about_bottom_item:nth-child(even) {
        width: 160px;
        height: 200px;
        padding: 50px 0 40px;
    }
}

@media(min-width:1200px) {}