body{
    background-color: #BCCFE0;
}
header{
    background-color: #fff;
}
.container{
    width: 1200px;
    margin:40px auto;
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}
.container-l{
    width: 290px;
    background-color:#efefef;
    overflow: hidden;
}
.menu-box{
    width: 80%;
    background-color: #fff;
    border-radius: 10px;
    margin:50px auto;
    box-sizing: border-box;
    padding:10px;
}
.menu-box li{
    width: 100%;
    height:60px;
    font-weight: 900;
    line-height: 60px;
    text-align: center;
    cursor: pointer;
}
.menu-box a{
    font-size: 20px;
    display: block;
    width: 100%;
    color:#333;
    font-weight: 900;
    line-height: 60px;
    text-align: center;
}
.menu-box li+li{
    border-top:1px dotted #444;
}
.container-r{
    width: 900px;
    background-color: #fff;
}
.container-r img{
    display: block;
    width: 80%;
    margin:50px auto;
}
.container-r .company-title{
    font-size:40px;
    height:80px;
    line-height: 80px;
    font-weight: 900;
    text-align: center;
    margin-top:50px;
}
.desc p{
    width: 80%;
    margin:40px auto;
    font-size:24px;
    line-height: 60px;
    text-indent: 2em;
}
.jg{
    width: 100%;
    margin:50px auto;
}
.jg-title{
    font-size:26px;
    font-weight: 900;
    color:#333;
    text-align:center;
    height:60px;
    line-height: 60px;
}
.jg-text{
    width: 80%;
    margin:0 auto;
    font-size:18px;
    color:#333;
    text-indent: 2em;
    line-height: 60px;;
}
.wh-box{
    width: 720px;
    margin:50px auto;
    overflow: hidden;
}
.wh-box ul{
    width: 720px;
    height:540px;
    overflow: hidden;
}
.wh-box li{
    width: 100%;
    height: 100%;
    float: left;
    position: relative;
}
.wh-box ul img{
    width: 720px;
    height: 540px;
    display: block;
    box-sizing: border-box;
    border:1px solid 1px solid;
}
.wh-box p{
    width: 100%;
    height:40px;
    background-color: rgba(0,0,0,0.6);
    font-size:20px;
    line-height:40px;
    color:#fff;
    text-align: center;
    position: absolute;
    bottom:0;
}
.wh-btn-box{
    width: 720px;
    font-size: 0;
    height:180px;
    overflow: hidden;
}
.wh-btn-box img{
    display: block;
    width: 178px;
    height: 178px;
    border:1px solid #dedede;
    float: left;
    margin:0;
}