.bannerBox{
    position: relative;
    width: 100%;
    height: 568px;
    overflow: auto;
    /*background: #5b4d3d;*/
    /*box-shadow: 0 1px 2px rgba(0,0,0,.25);*/
    text-align: center;
}
/*背景色*/
.bannerBox .inner img{
    margin: 0 auto;
}
/**/
.bannerBox ul {
    list-style: none;
    width: 300%;
}
.bannerBox ul li:hover{
    cursor: pointer;
}
.bannerBox ul li {
    display: block;
    float: left;
    width: 33%;
    height: 568px;
    -o-background-size: 100% 100%;
    -ms-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    box-shadow: inset 0 -3px 6px rgba(0,0,0,.1);
    background-position: center;
}
.bannerBox .dot {
    -webkit-filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
    -moz-filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
    -ms-filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
    -o-filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
    filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
}

.bannerBox .dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    width: 100%;
}
.bannerBox .dots li {
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 10px;
    height: 10px;
    line-height: 10px;
    margin: 0 4px;
    text-indent: -999em;
    *text-indent: 0;
    border: 2px solid #fff;
    border-radius: 100%;
    cursor: pointer;
    opacity: .4;
    -webkit-transition: background .5s, opacity .5s;
    -moz-transition: background .5s, opacity .5s;
    transition: background .5s, opacity .5s;
}
.bannerBox .dots li.active {
    background: #fff;
    opacity: 1;
}
/**/
.questionBox{
    height: 540px;
    width: 1240px;
    margin: 0 auto;
    overflow: hidden;
}
.questionBox h2{
    font-size: 28px;
    color: #4A4A4A;
    text-align: center;
    margin-top: 90px;
}
.question{
    height: 262px;
    width: 1240px;
    margin-top: 42px;
}
.questionItem{
    float: left;
    width: 285px;
    height: 262px;
    margin-left: 20px;
    overflow: hidden;
}
.questionItem img{
    margin-top: 60px;
    margin-left: 102.5px;
}
.questionItem h3{
    text-align: center;
    font-size: 18px;
    color: #4A4A4A;
    margin-top: 16px;
}
.questionItem p{
    text-align: center;
    font-size: 14px;
    color: #4A4A4A;
}
/**/
.resolveCtn{
    background: #f5f5f5;
}
.resolveBox{
    width: 1240px;
    height: 616px;
    margin: 0 auto;
    overflow: hidden;
}
.resolveBox h2{
    font-size: 28px;
    color: #4A4A4A;
    text-align: center;
    margin-top: 90px;
}
.resolve{
    height: 336px;
    width: 1240px;
    margin-top: 50px;
}
.resolveItem{
    width: 283px;
    height: 334px;
    border: 1px solid #F0F0F0;
    margin-left: 20px;
    float: left;
}
.resolveItem img{
    width: 30px;
    height: 2px;
    margin: 59px 0 12px 36px;
}
.resolveItem h3{
    margin-top: 59px;
    font-size: 18px;
    color: #4A4A4A;
    margin-left: 36px;
}
.resolveItem p{
    font-size: 14px;
    color: #999999;
    line-height: 30px;
    width: 215px;
    margin: 29px 0 0 36px;
}
/**/
.cloudService{
    width: 1222px;
    height: 611px;
    margin: 0 auto;
    overflow: hidden;
}
.cloudService .textUp{
    text-align: center;
}
.cloudService .textUp h2{
    font-size: 28px;
    color: #4A4A4A;
    margin: 90px 0 14px 0;
}
.cloudService .textUp p{
    font-size: 14px;
    color: #999999;
    line-height: 21px;
}
.cloudService .titleBox{
    width: 692px;
    height: 20px;
    margin: 50px auto 41px auto;
    text-align: center;
}
.cloudService .titleBox h4{
    font-size: 16px;
    color: #4A4A4A;
    float: left;
    font-weight: normal;
}
.cloudService .titleBox hr{
    width: 250px;
    height: 1px;
    background-color: #E6E6E6;
    float: left;
    margin: 9.5px 15px 0 15px;
    border: none;
}
.cloudBox{
    width: 1222px;
}
.cloudBox .cloudItem{
    width: 554px;
    height: 70px;
    margin: 0 28.5px 58px 28.5px;
    float: left;
}
.cloudBox .cloudItem img{
    float: left;
    margin-top: 20px;
}
.cloudBox .cloudItem .cloudText{
    float: right;
    height: 70px;
    width: 484px;
}
.cloudBox .cloudItem .cloudText h4{
    font-size: 16px;
    color: #4A4A4A;
    margin-bottom: 8px;
}
.cloudBox .cloudItem .cloudText p{
    font-size: 14px;
    color: #4A4A4A;
    line-height: 21px;
}
/**/
.weFromBox{
    width: 100%;
    height: 454px;
    background: url("../images/weFrom.png") no-repeat center;
    overflow: hidden;
}
.weFromBox h2{
    font-size: 28px;
    color: white;
    margin: 100px 0 50px 0;
    text-align: center;
}
.weFrom{
    width: 941px;
    margin: 0 auto;
}
.weFrom p{
    font-size: 14px;
    color: white;
    line-height: 21px;
    margin-bottom: 16px;
}
/**/
.bestService{
    width: 1242px;
    height: 455px;
    margin: 0 auto;
    overflow: hidden;
}
.bestService h2{
    font-size: 28px;
    color: #4A4A4A;
    margin: 100px 0 50px 0;
    text-align: center;
}
.bestServiceBox{
    width: 1242px;
    height: 170px;
}
.bestItem{
    width: 386px;
    height: 170px;
    margin-left: 21px;
    float: left;
}
.bestTitle{
    width: 250px;
    height: 45px;
    background: #0469BB;
    margin: 0 auto 4px auto;
}
.bestTitle span{
    text-align: center;
    line-height: 45px;
    font-size: 18px;
    color: white;
    display: block;
}
.bestItem p{
    text-align: center;
    font-size: 14px;
    color: #4A4A4A;
    line-height: 40px;
}
/**/
.userServiceCtn{
    width: 100%;
    height: 477px;
    background: #0469bb;
    overflow: hidden;
}
.userService{
    width: 1440;
    height: 477px;
    background: url("../images/userService.png") no-repeat center;
    overflow: hidden;
}
.userService h2{
    font-size: 28px;
    color: white;
    margin: 87px 0 49px 0;
    text-align: center;
}
.userService h2 span{
    font-size: 40px;
}
.userBox{
    width: 1240px;
    margin: 0 auto;
}
.userBox ul{
    width: 1240px;
    height: 35px;
    margin: 0 auto;
}
.userService li{
    width:285px;
    height: 35px;
    line-height: 35px;
    margin-left: 20px;
    float: left;
    font-size: 16px;
    color: #D3D8E5;
    text-align: center;
}
.userService li span{
    font-size: 28px;
}
.userService a{
    width: 278px;
    height: 48px;
    border: 1px solid #F6A623;
    clear: both;
    margin-top: 80px;
    margin-left: 481px;
    font-size: 20px;
    color: #F6A623;
    display: block;
    text-align: center;
    line-height: 48px;
}
/**/
.partnerChoose{
    width: 1240px;
    height: 357px;
    margin: 0 auto;
    overflow: hidden;
}
.partnerChoose h2{
    font-size: 28px;
    color: #4A4A4A;
    margin: 100px 0 32px 0;
    text-align: center;
}
.partnerBox{
    width: 1240px;
    height: 100px;
}
.partnerItem{
    width: 224px;
    height: 100px;
    margin-left: 20px;
    float: left;
}
.partnerItem img{
    margin: 25px auto;
}