
@media(min-width:1200px){
   /* / .life{
        width: 1200px;
    } */
}
@media(min-width:992px){
    
}
@media(min-width:768px){
    
}
.life{
    width: 100%;
    /* background:url(../images/bg.png) center no-repeat; */
    height: 3288px;
    background:url(../images/bg.png) center no-repeat; 
    background-size:cover;
}
/* 头部开始 */
.life_header{
    width: 100%;
    height: 485px;
   
}
.life_header_bg{
    background:url(../images/header.png) center no-repeat;
    background-size:cover;
    height: 100%;
    width: 100%;
    overflow: hidden;
}
.life_header_text{
    width: 1396px;
    height: 260px;
    background-color: rgba(36, 88, 97, .7);
    margin-top: 110px;
}
.life_header_text img{
    margin: 50px 80px;
    display: inline-block;
}
/* 主体部分 */
.life_body{
    height: 2500px;
    background-color: #fff;
}
.life_body_top{
    height: 350px;
}
.life_body_top_left{
    width: 50%;
}
.life_body_top_right{
    width: 50%;
    margin-top: 30px;
}
.life_body_top_left img{
    margin-top:35px;
    margin-left: 30px;
}
.life_body_top_right_t{
    margin-right: 20px;
    border-bottom: 1px dashed#ccc;
}
.life_body_top_right_b{
    padding-top: 12px;
}
.life_body_top_right_t span{
    display: inline-block;
    line-height: 25px;
    color: #ccc;
    margin-top: 15px;
    margin-bottom: 15px;
}
.life_body_top_right_b span{
    display: inline-block;
    line-height: 25px;
    color: #ccc;
    margin-top: 15px;
    margin-right: 15px;
}
/* 现场连线部分 */
.life_body_line {
    text-align: center;
    margin-top: 40px;
    height: 980px;
}
.life_body_line_b ul{
    margin-left: 20px;
    margin-top: 20px;
}
.life_body_line_b li{
    float: left;
    width: 17%;
    padding: 0px 16px;
    height: 210px;
}
.life_body_line_b span{
    font-size: 12px;
    color:#ccc;
}
/* 图片锦集部分 */
.life_body_pic{
    height: 980px;    
}
.life_body_pic_t{
    text-align: center;
}
.life_body_pic ul{
    margin-left: 20px;
    margin-top: 20px;
}
.life_body_pic li{
    float: left;
    width: 17%;
    padding: 0px 15px;
    height: 250px;
}
.life_body_pic span{
    font-size: 12px;
    color:#ccc;
}
/* 底部 */
.life_body_footer_t{
    margin-top: 20px;
}
.life_body_footer_b{
    margin-top: 80px;
    height: 198px;
    background-color: #373737;
}
.life_body_footer_b_text{
    text-align: center;
    color: #fff;
    margin-top: 40px;
    display: inline-block;
    margin-left: 255px;
    line-height: 25px;
}