body{
    background-color:#f9f9f9;
}
nav{
    margin-bottom:0px;
}
*{
    margin:0;
    padding:0;
}
hr {
    border: none; /* 移除默认边框 */
    border-top: 1px solid #999; /* 添加自定义顶部边框 */
  }
.hidden{
    overflow:hidden;
}
.width1200{
    width:1200px;
    margin:20px auto;
}
.banner-box{
    width:100%;
    min-width:1200px;
    height:410px;
    background-image: url(https://ess.leju.com/house/photo/42-1-EHgpxZdZt266Hv1samQX1CFkkZQxGI1DjkrtTQ7sJxrHkpcF4J2TVEper5NgLgOOKvG0RwJPcJ5jHbqZ.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size:1920px 410px;
    text-align:center;
    margin-bottom:30px;
    background-color: #009cf3;
}
.position-r{
    position:relative;
}
.clickable {
  cursor: pointer;
}
/* 二级导航 start */
.nav_navigation{
    box-shadow: 0px 6px 5px #cccccc;   
    margin:0 auto;
    height:60px;
    width:1200px;
    background-color:#2767db;
    border-radius:8px;
    margin-bottom:20px;

}
.nav_navigation ul{
    width:1160px;
    padding:0 20px 0 20px;
    margin:0 auto;
    overflow:hidden;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.nav_navigation ul li{
    float:left;
    flex:auto;
    text-align:center;
    height:60px;
    line-height:60px;
    color:#fff;

}
.nav_navigation ul li a{
    font-style:18px;
    color:#fff;
}
.nav_navigation ul li a:hover{
    color:#001f56;
}
/* 二级导航 end */
/* 类型1 start */
.typebox-one{
    width:320px;
    height:450px;
    padding:0 10px;
    background-color:#fff;
    float:left;
}
.typeul-one li{
    width:200px;
    height:50px;
    border-radius:8px;
    border:solid 1px #e8e8e8;
    padding:0 0 0 100px;
    margin:20px 0 0px 10px;
    cursor:pointer;

}
.typeul-one li:hover{
    border:solid 1px #001f56;

}
/* 类型1 end */
/* 工作动态 start */
.gzdt-box{
    width:460px;
    height:450px;
    padding:0 10px;
    background-color:#fff;
    float:left;
    margin:0 20px 0 20px;
}
.focus-img{
    margin:20px 0 0 0;
    height:220px
}
.focus-p{
    margin:20px 0 10px 0;
}
.focus-p a{
    color:red;
    font-size:20px;
    font-weight:400;
    line-height:20px;
}
.typeul-two{
    margin:20px 0 0 0;
}
.typeul-two li{
    font-size:14px;
    height:30px;
}
/* 工作动态 end */
/* 类型2 start */
.typebox-two{
    width:366px;
    height:240px;
    padding:0 10px;
    background-color:#fff;
    float:left;
}
.typebox-two-center{
    margin:0 20px;
}
/* 类型2 end */
/* 类型3 start */
.typeul-three{
    width:110px;
    border-radius:8px;
    border:solid 1px #e8e8e8;
    background-color:#fff;
    padding:10px 20px;
}
.typeul-three li{
    font-size:16px;
    line-height:32px;
    text-align: center;

}
/* 类型3 end */
#content{
    position:absolute;
    top:186px;
    left:90px;
}
#content1{
    position:absolute;
    top:330px;
    left:90px;
}