@charset "utf-8";
/*云服务banner图*/
.cloudServicesBanner{
    width:100%;
    height:480px;
    position: relative;
}
.cloudServicesBanner img{
    width:100%;
    height:100%;
}
.cloudServicesBannerTxt{
    position: absolute;
    top:180px;
    left: 560px;
}
.cloudServicesBannerTxt h1{
    color: #007AFF;
    font-size: 48px;
    padding-bottom: 24px;
}
.cloudServicesBannerTxt span{
    width: 80px;
    height: 4px;
    display: block;
    background: #0071FF;
}
/*云服务banner图*/


/*云商旅*/
.cloudTravelBox{
    width:100%;
    margin-top: 60px;
    overflow: hidden;
}
.cloudTravelBox >div,.businessSystemBox >div{
    width: 1200px;
    min-width: 1200px;
    margin: 0 auto;
}

.cloudTravelBox h2 span,.cloudStorageBox h2 span,.cloudFinanceBox h2 span,.cloudDataNav h2 span{
    color: #007AFF;
    font-size: 32px;
    height: 42px;
    line-height: 42px;
}
.cloudTravelBox h2 i,.cloudStorageBox h2 i,.cloudFinanceBox h2 i,.cloudDataNav h2 i{
    font-size: 32px;
    color: #EEEEEE;
    height: 42px;
    line-height: 42px;
    font-weight: normal;
}
.cloudTravelTitle{margin: 60px 0 38px 0;}
.cloudTravelTitle h3{
    font-size: 30px;
    line-height: 40px;
    text-align: center;
}
.cloudTravelTitle span{
    width: 40px;
    height: 4px;
    margin: 14px auto;
    display: block;
    background: #0071FF;
}
.cloudTravelCon{
    width:916px;
    height: 549px;
    margin: 0 auto;
    position: relative;
}
.cloudTravelCon img{
    width:571px;
    height: 100%;
    display: block;
    margin: 0 auto;
}
.cloudTravel_left_1,.cloudTravel_right_1,.cloudTravel_left_2,.cloudTravel_right_2,.cloudTravel_left_3,.cloudTravel_right_3{
    position: absolute;
}
.cloudTravel_left_1{
    left: 80px;
    top:60px;
}
.cloudTravel_right_1{
    right:70px;
    top:60px;
}
.cloudTravel_left_2{
    left: 40px;
    top:216px;
}
.cloudTravel_right_2{
    right:40px;
    top:216px;
}
.cloudTravel_left_3{
    left: 65px;
    bottom:137px;
}
.cloudTravel_right_3{
    right:15px;
    bottom:137px;
}
.supplierBox{
    width:1200px;
    height: 70px;
    overflow: hidden;
}
.supplierBox img{
    float: left;
    margin:0 11px 14px 0;
}
.arrowBox{
    width:50px;
    cursor: pointer;
    margin: 40px auto 0;
}
.arrowBox p{
    font-size: 12px;
    color: #999999;
    line-height: 16px;
    margin-right: 7px;
}
.arrow{
    width:14px;
    height: 14px;
    display: block;
}
.arrow-open{background: url("../../images/solution/cloudServices/AlreadyArrow_Open.png") no-repeat center;}
.arrow-close{background: url("../../images/solution/cloudServices/AlreadyArrow_Close.png") no-repeat center;}

.businessSystemBox{
    width: 100%;
    overflow: hidden;
    background: #FAF9FE;
    margin-top: 60px;
    padding-bottom: 60px;
    box-sizing: border-box;
}
.businessSystemList{
    margin: 0 118px 0 50px;
}
.businessSystemList h4,.businessSystemList_two h4{
    font-size: 18px;
    height: 24px;
    line-height: 24px;
    margin-bottom: 12px;
}
.businessSystemList ul,.businessSystemList_two ul{
    float: left;
    margin-right: 20px;
}
.businessSystemList ul li,.businessSystemList_two ul li{
    list-style: disc;
    color: #666666;
    height: 24px;
    line-height: 24px;
    margin-left: 15px;
}
/*云商旅*/
