.xqy{
    width: 100%;
    /* background:url(../images/bg.png) center no-repeat; */
    height: 2288px;
    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;
}
/* 主体部分 */
.xqy_body{
    height: 1700px;
    background-color: #fff;
    overflow: hidden;
}
.xqy_body_top{
    margin: 50px 30px;
    border-bottom:1px solid #ccc;
}
.xqy_body_top span{
    margin-bottom: 50px;
    display: inline-block;
    color:#cacaca;
}
.xqy_body_con_text{
    width: 1050px; 
   margin-left: 110px;
}
.xqy_body_con_text h1,h4{
    text-align: center;
}
.xqy_body_con_text h4{
    margin-top: 10px;
    color:#ccc;
    font-weight: 400;
}
.xqy_body_con_text p{
    font-size: 16px;
   margin-top: 25px;
}
.xqy_body_bot {
    margin-top: 30px;
}
.xqy_body_bot img{
    margin-left: 260px;
}
.xqy_body_bot_b{
    margin-top: 20px;
}
.xqy_body_bot_back{
    text-align: center;
    margin-top: 63px;
}
.xqy_body_bot_back img{
    width: 30px;
    /* background-color: #ccc; */
    margin-right: 10px;
}
.xqy_body_bot_back a{
    font-size: 20px;
    color:#ccc;
    font-weight: 700;
}
/* 底部 */
.life_body_footer {
    margin-top: -80px;
}
.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;
}