img{
    display: block;
    width: 100%;
}
.home-container{
    padding-top: 80px;
    background:#fff
}
.content{
    width: 1200px;
    margin: auto;
    text-align: center;
}
.clearfix:after{
    content: "";
    display: block;
    clear: both;
    height: 0;
}
/* banner */
.banner{
    position: relative;
    width: 100%;
    height: 500px;
    min-width:1200px;
    background: url("../img/fxy/banner.png") no-repeat center;
    background-size: 100% 100%;
}
.banner-info{
    position: absolute;
    top: 130px;
    left: 50%;
    width: 1200px;
    margin-left:-600px;
}
.banner-info h1{
    font-size: 45px;
    font-weight: bold;
    color: #FFFFFF;
    letter-spacing: 3px;
}
.banner-info p{
    font-size: 20px;
    color: #FFFFFF;
    letter-spacing: 1px;
    margin-top: 16px;
    width: 714px;
}
.banner-info a{
    width: 144px;
    height: 40px;
    border-radius: 4px;
    border: 1px solid #FFFFFF;
    display: inline-block;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 40px;
    text-align: center;
    margin-right: 12px;
    box-sizing: border-box;
    margin-top: 90px;
}
.banner-info a:last-child{
    background: linear-gradient(90deg, #01349D 0%, #0146DF 100%);
    border: 0;
}
.title{
    font-size: 30px;
    font-weight: bold;
    color: #333333;
    padding-top: 70px;
    text-align: center;
}
/* 业务痛点 */
.fxy-1{
    width: 100%;
    min-width: 1200px;
}
.fxy-1-content{
    width: 1200px;
    margin: auto;
    padding:50px 0 96px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.fxy-1-content li{
    width: 380px;
    height: 244px;
    background: #F7F8FA;
}
.fxy-1-content li:hover{
    background: #FFFFFF;
    box-shadow: 0px 14px 22px 0px #E7E9F2;
}
.fxy-1-content li .icon-pain{
    width: 55px;
    margin: auto;
    padding: 37px  0 36px 0;
}
.fxy-1-content li h4{
    font-size: 20px;
    color: #333333;
    letter-spacing: 1px;
    margin-bottom: 12px;
    text-align: center;
}
.fxy-1-content li p{
    text-align: center;
    font-size: 14px;
    color: #666666;
    line-height: 24px;
}
/* 实现路径 */
.fxy-2{
    width: 100%;
    min-width: 1200px;
    background: #F7F9FA;
}
.fxy-2-content{
    margin: auto;
    padding:50px 0 95px 0;
}
.fxy-2-content div{
    width: 1037px;
    margin: auto;
}

/* 解决方案 */
.fxy-3-content{
    width: 1200px;
    margin: auto;
    padding:50px 0 96px 0; 
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}
.fxy-3-left{
    width: 222px;
}
.fxy-3-left h5{
    font-size: 18px;
    color: #333333;
    margin: 16px 0;
}
.fxy-3-left h5::before{
    content: '';
    width: 15px;
    height: 15px;
    background: linear-gradient(90deg, #4E8BFE 0%, #1C56A0 100%);
    border-radius: 8px;
    display: inline-block;
    margin-right: 11px;
    position: relative;
    top: 2px;
}
.fxy-3-left li{
    width: 100%;
    box-sizing: border-box;
    padding-top: 10px;
    background: #F7F8FA;
}
.fxy-3-left li.padding-bot{
    padding-bottom: 10px;
}
.fxy-3-left li div{
    width: 198px;
    height: 34px;
    line-height: 34px;
    border-radius: 21px;
    margin-left: 12px;
    padding-left: 18px;
    box-sizing: border-box;
    color: #8C8C8C;
    font-size: 16px;
    position: relative;
}
.fxy-3-left li.active div{
    background: #FFFFFF;
    color: #1C56A0;
}
.fxy-3-left li.active i{
    position: absolute;
    right: 18px;
    top: 7px;
    display: block;
    width: 20px;
    height: 20px;
    background: url("../img/fxy/arrow-right.png") no-repeat center;
    background-size: 100% 100%;
}
.fxy-3-right{
    width: 938px;
    height:675px;
    background: #F7F8FA;
}
.fxy-3-right ul{
    height: 100%;
    width: 100%;
    margin: auto;
}
.fxy-3-right li{
    display: none;
    width: 100%;
    height: 100%;
}
.fxy-3-right li.active{
    display: block;
}
.fxy-3-right li .fa-body{
    width: 100%;
    height: 100%;
    position: relative;
}
.fa-top{
    position: absolute;
    top: 32px;
    left: 33px;
    width: 869px;
    height: 525px;
}
.fa-top-content{
    position: absolute;
    top: 40px;
    left: 69px;
    width: 776px;
    height: 485px;
}
.fa-img-list{
    width: 100%;
    height: 485px;
}
.fa-img-list .swiper-slide{
    height: 485px;
}
.fa-img-list .slide-inner{
    height: 450px;
}
.fa-img-list .swiper-button-prev,.fa-img-list .swiper-button-next{
    top:477px;
    left: 351px;
    width: 20px;
    height: 20px;
    background: url("../img/fxy/fa-icon-prev.png") no-repeat center;
    background-size: 100% 100%;
    opacity: 1;
     box-shadow: 0px 2px 13px rgba(237, 240, 248);
    border-radius: 50%;

}
.fa-img-list .swiper-button-next{
    left: 405px;
    background: url("../img/fxy/fa-icon-next.png") no-repeat center;
    background-size: 100% 100%;
}



/* 核心差异化优势 */
.fxy-4{
    background: #F7F9FA;
}
.content-six-body li:hover p{
    color: #1C56A0;
}

/* 客户案例-分析云 */
.customer-case{
    background: #fff;
}

/* 分析云客户案例---begin */
.content-seven-all{
    width: 100%;
    height: 690px;
    background: url("../img/fxy/content7-bg.png") center no-repeat;
    background-size: 100% 100%;
}
.title-service{
    color: #fff!important;
}
.title-en-service{
    font-size: 14px;
    color: #C0C0C1;
    line-height: 19px;
    height: 28px;
    display: inline-block;
    margin-top: 15px;
}
.content-seven-body{
    display: flex;
    justify-content: space-between;
    align-items:flex-start;
    margin-top: 30px;
}
.content-seven-body ol{
    flex: 1;
    list-style: none;
    margin-right: 120px;
}
.content-seven-body ol li{
    width: 100%;
    height: 100%;
    display: none;
    color: #fff;
    text-align: left;
}
.content-seven-body ol li.anli-active{
    display: block;
}
.content-seven-body ol li h3{
    font-size: 22px;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 29px;
    letter-spacing: 1px;
    margin-bottom: 10px;
}
.content-seven-body ol li .desc{
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #FFFFFF;
    line-height: 26px;
    letter-spacing: 0;
    margin: 0;
}
.content-seven-body ol li .use-ck{
    font-size: 18px;
    font-family: MicrosoftYaHei;
    color: #FFFFFF;
    line-height: 26px;
    margin-top: 40px;
}
.content-seven-body ol li .use-list{
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #FFFFFF;
    line-height: 26px;
}
.content-seven-body ol li .use-list:before{
    content: '';
    display: inline-block;
    width: 9px;
    height: 9px;
    background: #FF8B1D;
    transform: rotate(45deg);
    border-radius: 1px;
    margin-right: 8px;
}
.content-seven-body ul{
    width: 432px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;

}
.content-seven-body ul li{
    width: 208px;
    height: 104px;
    margin-bottom: 14px;
    background-size: 100% 100% !important;
}
.content-seven-body ul li:nth-child(odd){
    margin-right: 16px;
}
.content-seven-body ul li:nth-child(1){
    background: url("../img/fxy/anli1.png") center no-repeat;
}
.content-seven-body ul li.active-img:nth-child(1){
    background: url("../img/fxy/anli1-active.png")center no-repeat;
}
.content-seven-body ul li:nth-child(2){
    background: url("../img/fxy/anli2.png") center no-repeat;
}
.content-seven-body ul li.active-img:nth-child(2){
    background: url("../img/fxy/anli2-active.png")center no-repeat;
}
.content-seven-body ul li:nth-child(3){
    background: url("../img/fxy/anli3.png") center no-repeat;
}
.content-seven-body ul li.active-img:nth-child(3){
    background: url("../img/fxy/anli3-active.png")center no-repeat;
}
.content-seven-body ul li:nth-child(4){
    background: url("../img/fxy/anli4.png") center no-repeat;
}
.content-seven-body ul li.active-img:nth-child(4){
    background: url("../img/fxy/anli4-active.png")center no-repeat;
}
.content-seven-body ul li:nth-child(5){
    background: url("../img/fxy/anli5.png") center no-repeat;
}
.content-seven-body ul li.active-img:nth-child(5){
    background: url("../img/fxy/anli5-active.png")center no-repeat;
}
.content-seven-body ul li:nth-child(6){
    background: url("../img/fxy/anli6.png") center no-repeat;
}
.content-seven-body ul li.active-img:nth-child(6){
    background: url("../img/fxy/anli6-active.png")center no-repeat;
}
.content-seven-body ul li:nth-child(7){
    background: url("../img/fxy/anli7.png") center no-repeat;
}
.content-seven-body ul li.active-img:nth-child(7){
    background: url("../img/fxy/anli7-active.png")center no-repeat;
}
.content-seven-body ul li:nth-child(8){
    background: url("../img/fxy/anli8.png") center no-repeat;
}
.content-seven-body ul li.active-img:nth-child(8){
    background: url("../img/fxy/anli8-active.png")center no-repeat;
}
/* 分析云客户案例-end-------- */

@media screen and (max-width: 600px) {
    .banner, .content-all,.content-four-all,.content-seven-all,.content-nine-all{
        width: 1200px;
    }
}

