/* *********************服务项目***************************** */
.center .project img{
 display: block;
 width: 1200px;
 height: 798px;
}
.activeed a{
  color: #064E8E;
}
/* *********************服务优势***************************** */
.advantage{
    /*background:#F0F0F0;*/
    height: 760px;
}
.headline{
    text-align: center;
    padding-top:55px;
    box-sizing: border-box;
}
.headline .advantageTittle{
    color: #333333;
    font-size: 36px;
}
.headline .advantageSection1{
   margin-top: 15px;
   color: #666666;
   font-size: 18px;
   margin-bottom: 20px;
}
.service{
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
}
.service1{
    width: 285px;
    height: 360px;
    background: #F0F0F0;
    text-align: center;
}
.service1 img{
    display: block;
    width:90px;
    height: 90px;
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 50px;
}
.service1:nth-child(2) img{
    width:114px;
    height: 85px;
}
.service1:nth-child(3) img{
    width:118px;
    height: 88px;
}
.service1:nth-child(4) img{
    width:114px;
    height: 86px;
}
.serviceInformation{
    color:#333333;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 30px;
}
.serviceSection{
    width: 224px;
    margin: 0 auto;
    color: #666666;
    font-size: 16px;
    line-height: 30px;
    text-align: left;
}
/* *********************服务范围***************************** */
.rangeTittle{
    background: url(../image/tittlebg.png) no-repeat center;
    color: #333333;
    font-size: 36px;
    padding-top: 37px;
    box-sizing: border-box;
}
.rangeSeection{
   margin-top: 15px;
   color: #999999;
   font-size: 22px;
   margin-bottom: 20px;
}
.serviceArea{
    display: flex;
    justify-content: space-between;
    margin-top: 80px;
    margin-bottom: 100px;
}
.map img{
    display: block;
    width: 574px;
    height: 474px;
}
.informationList{
    width: 500px;
    height: 450px;
    background: #F0F0F0;
}
.informationList li{
    margin-top: 45px;
    margin-bottom: 58px;
    display: flex
}
.informationList li img{
    margin-left: -40px;
    display: block;
    width: 81px;
    height: 81px;
    margin-right: 20px;
}
.informationList li .serviceAreaTittle{
    color: #666666;
    font-size: 22px;
    /* margin-top:10px; */
    margin-bottom: 5px;
}
.informationList li .serviceAreaSection{
    width: 340px;
    color: #999999;
    font-size: 16px;
}
/* 服务项目 */
.serviceItems{
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
    margin-top: 70px;
}
.rangeTittleItem{
    background: url(../image/item.png) no-repeat center;
    color: #333333;
    font-size: 36px;
    padding-top: 37px;
    box-sizing: border-box;
}
.scope{
    display: block;
    width: 40%;
    height: 342px;
    /* margin-left: 146px; */
}
.scopeBackground{
    width: 40%;
    height: 354px;
   /* background: #F0F0F0;*/
}
.scopeSection{
    text-indent: 24px;
    color: #999999;
    font-size: 16px;
    line-height: 38px;
    margin-top: 8px;
    box-sizing: border-box;
}