.about-box{
    padding: 66px 0 73px 0;
    background: url("../img/about-back.png")  328px 267px no-repeat;
}
.title-box{
    margin: 0 auto;
    text-align: center;
}
.about-box .about-content{
    width: 720px;
    margin: 58px auto 0 auto;
    text-align: center;
    line-height: 33px;
    color: #333;
}
.about-box .about-content .more{
    display: block;
    color: #f1ab1c;
    margin: 30px 0 57px 0;
}
.about-style ul li{
    width: 240px;
    text-align: center;
    cursor: pointer;
}

.about-style ul li:hover .about-icon{
    transform:rotate(45deg);
    border: solid 1px #008fd3;
}

.about-style ul li:hover .about-intro{
    color: #008fd3;
}
.about-style ul li:hover .about-line{
    background-color: #008fd3;
}
.about-style ul li .about-icon{
    width: 70px;
    height: 70px;
    border: solid 1px #dddddd;
    border-radius: 3px;
    margin: 0 auto;
    transition: 1s;
    -o-transition: 1s;
    -moz-transition: 1s;
    -webkit-transition: 1s;
}
.about-style ul li .about-1{
    background: url("../img/about-1.png") center no-repeat;
}
.about-style ul li .about-2{
    background: url("../img/about-2.png") center no-repeat;
}
.about-style ul li .about-3{
    background: url("../img/about-3.png") center no-repeat;
}
.about-style ul li .about-4{
    background: url("../img/about-4.png") center no-repeat;
}
.about-style ul li .about-5{
    background: url("../img/about-5.png") center no-repeat;
}

.about-style ul li .about-intro{
    margin: 30px 0 18px 0;
    text-align: center;
    color: #666;
    transition: 1s;
    -o-transition: 1s;
    -moz-transition: 1s;
    -webkit-transition: 1s;
}
.about-style ul li .about-line{
    width: 42px;
    height: 1px;
    background-color: #999;
    margin: 0 auto;
    transition: 1s;
    -o-transition: 1s;
    -moz-transition: 1s;
    -webkit-transition: 1s;
}

/*实施方案*/
.ssfa-box{
    width: 100%;
    height: 600px;
    background: url("../img/fa-back.png") center no-repeat;
    text-align: center;
    overflow: hidden;
}
.ssfa-box .all-width{
    height: 600px;
    overflow: hidden;
    position: relative;
}
.ssfa-box .title-box{
    margin-top: 50px;
}
.ssfa-box  li{
    color: #fff;
    font-size: 16px;
    cursor: pointer;
}
.ssfa-box  li img{
    transition: 1s;
    -o-transition: 1s;
    -moz-transition: 1s;
    -webkit-transition: 1s;
    z-index: 99;

}
.ssfa-box  li div{
    transition: 1s;
    -o-transition: 1s;
    -moz-transition: 1s;
    -webkit-transition: 1s;
    z-index: 99;
}
.ssfa-box  li:hover img{
    transform: scale(1.1);
    -o-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.ssfa-box  li:hover div{
    color: #008fd3;
}

.ssfa-box  li .ssfa-1{
     position: absolute;
     top:427px;
     left:20px;
 }
.ssfa-box  li .ssfa-1-text{
    position: absolute;
    top:490px;
    left:170px;
}

.ssfa-box  li .ssfa-2{
    position: absolute;
    top:240px;
    left:220px;
}
.ssfa-box  li .ssfa-2-text{
    position: absolute;
    top:295px;
    left:375px;
}

.ssfa-box  li .ssfa-3{
    position: absolute;
    top:158px;
    left:543px;
}
.ssfa-box  li .ssfa-3-text{
    position: absolute;
    top:295px;
    left:574px;
}

.ssfa-box  li .ssfa-4{
    position: absolute;
    top:240px;
    right:220px;
}
.ssfa-box  li .ssfa-4-text{
    position: absolute;
    top:295px;
    right:375px;
}

.ssfa-box  li .ssfa-5{
    position: absolute;
    top:427px;
    right:20px;
}
.ssfa-box  li .ssfa-5-text{
    position: absolute;
    top:490px;
    right:170px;
}




.ssfa-box .big-text{
    position: absolute;
    bottom: 75px;
    left: 0;
    width: 100%;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
}
.ssfa-box .small-text{
    position: absolute;
    bottom: 35px;
    left: 0;
    width: 100%;
    color: #ccc;
    font-size: 16px;
}
/*实施方案*/
/*news start*/
.news-box{
    padding: 70px 0;
    overflow: hidden;
}
.news-box ul{
    overflow: hidden;
    margin-top: 55px;
}
.news-box ul li{
    width: 390px;
    height: 422px;
    margin-right: 15px;
    float: left;
    background-color: #f5f5f5;
    position:relative;
    transition: 1s;
    -o-transition: 1s;
    -moz-transition: 1s;
    -webkit-transition: 1s;
}
.news-box ul li:hover{
    background-color: #008fd3;
    color: #fff;
}
.news-box ul li:hover .intro{
    color: #fff;
}
.news-box ul li .time{
    position: absolute;
    top:20px;
    left: 20px;
    color: #fff;
    font-size: 14px;
    background-color: #000;
    padding: 5px 10px;
}
.news-box ul li .text{
    width: 90%;
    margin:18px auto 0 auto;

}
.news-box ul li .intro{
    color: #666;
    font-size: 14px;
}
.news-box ul .no-margin{
    margin-right: 0;
}
.news-pic{
    width: 100%;
    height: 300px;
    overflow: hidden;
}
.news-box .more{
    display: block;
    background-color: #f1ab1c;
    color: #fff;
    width: 140px;
    height: 40px;
    border-radius: 5px;
    margin: 40px auto 0 auto;
    line-height: 38px;
    text-align: center;
    font-size: 14px;
}
.news-box .more:hover{
    background-color: #d89909;
}
/*news end*/

/*server start*/
.server-box{
    width: 100%;
    height: 600px;
    background: url("../img/server-back.png") center no-repeat;
}
.server-box ul{
    width: 480px;
    float: left;
    color: #ccc;
    text-align: right;
    margin-top: 38px;
}
.server-box ul li{
    width: 100%;
    float: left;
    margin-bottom: 38px;
    cursor: pointer;

}
.server-box ul li:hover .server-text{
    color: #f1ab1c;
}
.server-box ul li:hover .server-icon{
    background: url("../img/server-select.png") no-repeat;
}
.server-box ul li .server-text{
    float: right;
    transition: 1s;
    -o-transition: 1s;
    -moz-transition: 1s;
    -webkit-transition: 1s;
}
.server-box ul li .server-icon{
    float: right;
    width: 23px;
    height: 23px;
    background: url("../img/server.png") no-repeat;
    margin-right: 13px;
    margin-left: 26px;
    transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
}
/*server end*/
/*partner start*/
.partner-box{
    padding: 68px 0 57px 0;
}
.partner-box .title-box{
    margin-bottom: 57px;
}
.partnerList li{
    width: 227.6px;
    height: 98px;
    margin-right: 13px;
    margin-bottom: 12px;
    border: solid 1px #ddd;
    overflow: hidden;
    text-align: center;
    cursor: pointer;

}
.partnerList li:hover{
    border-image: -webkit-linear-gradient( red , blue) 30 30;
    border-image: -moz-linear-gradient( red, blue) 30 30;
    border-image: linear-gradient( red , blue) 30 30;
}
.partnerList li a{
    display: table-cell;
    width: 227.6px;
    height: 98px;
    vertical-align: middle;
}
.partnerList li a img{
    max-width: 220px;
}

.partnerList .no-margin{
    margin-right: 0;
}
/*partner end*/







