
/*主体样式*/

.box{
    position:relative;
    /*background:linear-gradient(to right,transparent,#000,transparent);*/
}
.banner{
    height: 527px;
    background:url("../images/CBEC-banner.jpg") no-repeat center;
    background-size: 100% 527px;
}

.banner-bottom{
    height: 141px;
    position: relative;
    background: #0082D2;
    margin-bottom: 50px;
    box-shadow: 1px 4px 4px #444;;
}
.business,.advantage,.forbidden,.btn{
    margin:35px 0;
}
.font{
    text-align: center;
    margin:30px 0 ;
    line-height: 30px;
    color:#0082D2;
    font-size: 20px;
    font-weight: 700;
}
.advantage >ul >li{
    width: 332px;
    height: 220px;
    float:left;
    border-left: 1px solid #ccc;
    border-right:1px solid #ccc;
    padding:0 40px;
    box-sizing: border-box;
}
.advantage >ul >li:nth-child(n+2){
    margin-left:-1px;
}
.forbidden >ul>li{
    width: 500px;
    height: 200px;
    color:white;
    float:left;
    padding:20px;
    box-sizing: border-box;
}
.forbidden >ul>li >h3{
    line-height: 40px;
}
.forbidden >ul>li >p{
    text-align: justify;
    line-height: 27px;
}
.expressage{
    height: 137px;
    background: #89D8FF;
    margin-bottom:5px;
    box-shadow: 1px 4px 4px #444;
}
.expressage >div{
    position: absolute;
    left:0;
    height: 200px;
    width: 100%;
    background: url("../images/CBEC-10.png") no-repeat center;
}

.pic,.notice{
    margin:35px 0 ;
    position: relative;
}
.pic >ul{
    position:absolute;
    bottom:45px;
}
.pic >ul >li{
    float:left;
    width: 100px;
    margin-left:20px;
    margin-right:20px;
    text-align:center;
}
.pic >ul >li:nth-child(3){
    margin-left:40px;
    text-align: left;
}
.notice{
    padding:30px;
    box-sizing: border-box;
    background:rgba(255,255,255,.8);
}
.notice >ul >li{
    height: 30px;
    list-style: square ;
}