@charset "utf-8";

.content{
    width: 100%;
}


.cont_box{
    width: 100%;
}
.cont{
    margin:0 auto;
    width: 1200px; 
}
.scope{
    width: 100%;
    height: 344px;
}

.scope_l{
    width: 50%;
    background: #e6e6e6;
    height: 100%;
    position: relative;
}
.l_box,.r_box{
    width: 500px;
}
.l_box{
    position: absolute;
    right: 100px;
}
.r_box{
    margin-left: 100px;
}
.scope_r{
    width: 50%;
    background: #ededed;
    height: 100%;
}
.cont p:nth-child(4){
    margin-bottom: 70px !important;
}

.header_botm_list ul{
    width: 709px !important;
    height: 70px;
    margin:0 auto;
    
}
