.areaBanner{
    width: 100%;
}
.areaBanner img{
    vertical-align: middle;
    width: 100%;
}
.areaList{
    width: 1200px;
    margin: 0 auto;
    margin-top: 20px;
    padding-bottom: 100px;
}
.areaList>ul{
    height: 170px;
}
.areaList>ul li{
    float: left;
    width: 240px;
    text-align: center;
    cursor: pointer;
}
.areaList>ul li p{
    font-size: 14px;
    color: #999;
}
.areaList>ul li.active p{
    color: #0099bd;
}
.box ul:after{ 
    content:"."; 
    height:0; 
    visibility:hidden;
     display:block; 
     clear:both; 
}
.box ul{
    border-bottom: 1px solid #d1d0d0;
}
.box ul li{
    float: left;
    width: 110px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    color: #666464;
    cursor: pointer;
}

.box ul li.active{
    color: #0099bd;
    border-bottom: 5px solid #0099bd;
    box-sizing: border-box;
}
.serviceArea,.growupArea{
    display: none;
}
.areaContent{
    padding: 20px 0 50px 0;
    border-bottom: 1px solid #d1d0d0;
}
.box .areaContent pre{
    width: 1200px;
    line-height: 35px;
    font-size: 18px;
    padding: 0 15px;
    box-sizing: border-box;
    color: #333;
    white-space: pre-wrap;
    word-wrap: break-word;
	font-family:microsoft yahei;
}
.areaList p img{ width:60% !important; margin-bottom:5px; margin-top:5px;}