body, html {
    font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

img {
    display: inline-block;
}

.banner-img {
    height: 240px;
    background: url("../../uploads/bigdata/big-data1.jpg") no-repeat center center;
}

.banner-img > img {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 240px;
}

.make-cover {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 240px;
}
.maker-title {
    width: 1200px;
    margin: 0 auto;
}

.make-cover a {
    color: #FFFFFF;
}


.maker-nav {
    margin-top: 58px;
    width: 140px;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 38px;
    border-bottom: solid 1px #fff;
}

.maker-nav > span {
    padding: 0 4px;
}

.marker-bg {
    margin-top: 15px;
    padding-left: 65px;
    font-size: 32px;
    color: #FFFFFF;
    line-height: 60px;
    background: url("../../uploads/bigdata/big-data18.png") no-repeat left center;
    background-size: 42px 44px;
}

.marker-text{
    margin-left: 65px;
    font-size: 14px;
    color: #fff;
}

.marker-text>span{
    margin-right: 16px;
}

.integration {
    padding-top: 26px;
    width: 1100px;
    margin: 0 auto;
}

.integration-title {
    padding-left: 36px;
    color: #333;
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
    border-left: solid 3px #ee1129;
}

.phylogeny {
    padding: 20px 0 92px;
}

.phylogeny > img {
    width: 943px;
    height: 140px;
}

.big-data-ul {
    padding: 36px 0 50px 20px;
}

.big-data-ul > li {
    float: left;
    width: 23%;
}

.big-data-ul > li:nth-child(2n) {
    margin: 0 15.5%;
}

.ul-title {
    margin: 14px 0;
    color: #3b3f40;
    font-size: 16px;
}

.ul-details {
    color: #999;
    font-size: 14px;
    line-height: 20px;
}

.logic-structure > img {
    padding: 44px 0 80px;
    width: 923px;
    height: 698px;
}

.solution-plan {
    padding: 28px 0 58px;
    color: #666;
    font-size: 14px;
}

.solution-plan-details {
    margin-bottom: 62px;
}

/*解决方案滑块*/
.solution-plan-details .swiper-container {
    width: 94%;
    height: 100%;
    padding: 0 3%;
}

.solution-plan-details .swiper-slide > div {
    height: 350px;
    background: #fff;
    text-align: center;
    border: solid 1px #e6e6e6;
    border-radius: 6px;
}

.solution-plan-details .swiper-slide > div:hover{
    cursor: pointer;
    background: url("../../uploads/bigdata/big-data21.png") no-repeat;
    background-size: 100% 100%;
}

.solution-plan-details .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    left: 3px;
    background-image: url("../../uploads/bigdata/big-data7.png");
    background-size: 12px 21px;
}

.solution-plan-details .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    right: 3px;
    background-image: url("../../uploads/bigdata/big-data8.png");
    background-size: 12px 21px;
}

.solution-plan-details .swiper-slide img{
    width: 40px;
    height: 40px;
    padding-top: 22px;
}

.slide-title-bg {
    height: 70px;
}

.slide-ul {
    margin-left: 40px;
}

.slide-ul > li {
    padding: 0 30px 0 14px;
    color: #72797b;
    font-size: 12px;
    text-align: left;
    line-height: 22px;
    background: url("../../uploads/bigdata/big-data10.png") no-repeat left 10px;
    background-size: 3px 2px;
}

.slide-ul > li:first-child {
    color: #3b3f40;
    font-size: 14px;
    background: url("../../uploads/bigdata/big-data11.png") no-repeat left 10px;
    background-size: 7px 2px;
}

.solution-plan-details .swiper-slide > div:hover .slide-ul>li{
    color: #fff;
    background: url("../../uploads/bigdata/big-data23.png") no-repeat left 10px;
    background-size: 3px 2px;
}

.solution-plan-details .swiper-slide > div:hover .slide-ul > li:first-child{
    background: url("../../uploads/bigdata/big-data22.png") no-repeat left 10px;
    background-size: 7px 2px;
}

.solution-plan-details .swiper-slide > div:hover img:nth-child(1){
    display: none;
}

.solution-plan-details .swiper-slide > div:hover img:nth-child(2){
    display: block;
}

/*客户案例滑块*/
.customer-case{
    padding: 44px 0 54px;
}

.customer-case .swiper-slide{
    width: 50%;
    transform: scale(0.8);
}

.customer-case .swiper-slide img{
    width: 375px;
    height: 230px;
}

.customer-case .swiper-container {
    width: 94%;
    height: 100%;
    margin: 0 3%;
}

.customer-case .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    left: 3px;
    background-image: url("../../uploads/bigdata/big-data7.png");
    background-size: 12px 21px;
}

.customer-case .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    right: 3px;
    background-image: url("../../uploads/bigdata/big-data8.png");
    background-size: 12px 21px;
}

.customer-case .swiper-button-prev,
.customer-case .swiper-button-next{
    position: relative;
    top:50%;
}

.customer-case .swiper-button-prev{
    top: 145px;
}

.customer-case .swiper-button-next{
    float: right;
    top: -176px;
}

.customer-case .swiper-slide-next{
    transform: scale(1);
    z-index: 30;
}

.customer-content{
    background: #fff; 
    width: 375px; 
    border-radius: 0px 0px 10px 10px; 
    text-align: center; 
    line-height: 20px;
    -moz-box-shadow: 0px 8px 5px #F0F0F0;
    box-shadow: 0px 8px 5px #F0F0F0;
}

.customer-content-one{
    color:#318dd6; 
    font-size:14px; 
    padding-top: 10px;
}

.customer-content-two{
    color:#999999;
    font-size:12px; 
    padding-bottom: 10px;
}



