﻿/*顶部轮播样式*/
.banner{
    min-height: 336px;
    position: relative;
}
.banner ,.swiper-container img{
    width: 100%;
}
.banner .banner-bullet{
    display: inline-block;
    width:60px;
    height:4px;
    background-color: #9ac9f3;
    margin-right: 5px;
    border-radius: 4px;
}
.banner .banner-bullet-active{
    background-color: #fff;
}
.banner .swiper-container-horizontal>.swiper-pagination-bullets{
  bottom:85px;
}
 .banner-introduce{
    position: absolute;
     z-index: 2;
    width:1200px;
     height:140px;
     box-shadow: 2px 2px 10px rgba(0,0,0,0.1);
    bottom:-70px;
     left:50%;
     transform: translateX(-50%);
     -ms-transform:translateX(-50%); /* IE 9 */
     -webkit-transform:translateX(-50%);/* Safari and Chrome */
     background-color: #fff;
     border-radius: 10px;
     padding: 30px 15px 50px;
}
 .banner-introduce img{
     width:92px;
     height:50px;
     vertical-align: middle;
     margin-right: 10px;
     position: relative;
     top:2px;
 }
 .banner-introduce .animated-flipInX:hover .font-18{
     color: #2c98f3;;
 }

/*专业可靠的定制开发*/
.customdev-warp{
    padding:130px 0;
}
.customdev-intro{
    margin-top: 180px;
}
.customdev-card{
    width:258px;
    height:320px;
    padding:25px;
    box-shadow: 0 0 8px rgba(0,0,0,0.1);
    border-radius: 10px;
    cursor: pointer;
    position: relative;
}
.customdev-card:not(:last-child){
    margin-right: 20px;
}
.customdev-card.active{
    width:360px;
}
.customdev-card.active .customdev-card2{
    display: block;
}

.customdev-intro_img{
    height:125px;
}
.customdev-card2{
    display: none;
    height:418px;
    width:100%;
    background-color: #fff;
    position: absolute;
    top:-10px;
    left:0;
    z-index: 2;
    padding:0 28px;
    box-shadow: 0 0 8px rgba(0,0,0,0.1);
    border-radius: 10px;
    z-index: 2;
}
.customdev-card2>.item{
    padding:35px 0;
    position: relative;
    z-index: 3;
    background-color: #fff;
}
.customdev-card2>.item .font-20 {
    color: #333;
}
.customdev-card2>.item:hover .font-20{
    color:#2c98f3;
}
.customdev-card2-header{
    width:340px;
    height:155px;
    padding: 25px 25px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    position: absolute;
    left:10px;
    top:-155px;
    background-color: #0093f2;
    z-index: 2;
    line-height: 25px;
}
.customdev-card2-header_bg{
    position: absolute;
    top:-20px;
    right:-20px;
    z-index: 1;
}
.customdev-icon{
  margin-right: 20px;
  width:auto;
}

/*行业解决方案*/
.solove h2{
    font-size: 30px;
    color:#eee;
    text-align: center;
    margin-bottom: 30px;
}
.solove .container{
    height:752px;
    padding-top: 60px;
    background: url(../images/menubg.png) no-repeat left top;
}
.solve-left-menu{
    height:500px;
    width:280px;
    line-height: 100px;
    color: #fff;
    font-size: 20px;
    text-align: center;
    cursor: pointer;
}
.solve-left-menu>p{
    position: relative;
    z-index: 2;
}
.solve-left-menu>p.active:after{
    content: "";
    position: absolute;
    width:320px;
    height:118px;
    background: url(../images/chose.png) no-repeat top left;
    background-size: cover;
    top:0;
    left:-20px;
    z-index: 1;
}
.solve-left-menu>p.active span{
    position: relative;
    z-index: 2;
}
.solve-left-menu img{
    vertical-align: middle;
    margin-right: 10px;
    position: relative;
    top:-2px;
}
.solve-warp{
    padding-left:115px;
    width:720px;
    line-height: 30px;
    display: none;
    overflow: hidden;
}
.solve-warp.show{
    display: block;
}
.solve-intro>div{
    width:90px;
    text-align: center;
    margin-right: 60px;
}
.solve-partner_title{
    position: relative;
    line-height: 30px;
    color: #fff;
}
.solve-partner_title:after{
    content: '';
    position: absolute;
    left:130px;
    top:15px;
    border-bottom:1px solid #fff;
    width:730px;
    height:0;
}
.solve-partner {
    line-height: 50px;
}
.solve-partner img{
    max-width: 100%;
    height:100%;
    display: inline;
}
.solve-intro img{
    height:50px;
}
/*//系统流程*/
.sysflow .container{
    padding-right:490px;
    background: url('../images/sysflow.png') no-repeat right 100px;
    background-size: 480px;
    padding-top: 60px;
    padding-bottom: 110px;
}
.sysflow-card{
    position: relative;
    width:33.33%;
    margin-top: 60px;
    padding:0 25px;
    line-height: 20px;
}
.sysflow-card *{
    position: relative;
    z-index: 2;
}
.sysflow-card .sysflow-card1{
    position: absolute;
    font-size: 150px;
    text-align: left;
    font-weight: 800;
    color:#ddd;
    top:20px;
    left:0;
    z-index: 1;
    opacity: 0.5;
}
/*案例展示*/
.caseshow .container{
    padding-top:70px;
    padding-bottom:40px;
}
.caseshow-card{
    display: block;
    color: #333;
    width:24%;
    /*height:300px;*/
    margin-bottom: 20px;
    padding: 10px;
    cursor: pointer;
    text-align: center;
    /*float: left;*/
    margin-right: 1%;

}

.caseshow-card img{
    width:100%;
    border-radius: 10px;
}
.caseshow-card .caseshow-card_img{
    width:250px;
    height:250px;
    overflow: hidden;
    margin: 0 auto;
}
.caseshow-card_text{
    padding-top: 20px;
}

.caseshow-card:hover{
    position: relative;
    /* top:-10px; */
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
    border-radius: 10px;
}
.caseshow-card:hover .caseshow-card_text{
    padding-top: 10px;
}
.caseshow-card_title{
    font-weight: normal;
}
.caseshow-card:hover .caseshow-card_title{
    color:#2164d2;
    margin-bottom: 10px;
    font-weight: normal;
}
.caseshow-card_textmini{
    opacity: 0;
}
.caseshow-card:hover .caseshow-card_textmini{
    opacity: 1;
}

/*有趣的新闻动态*/
.funnews{
    padding:60px 0 145px;
}
.funnews p{
    width:385px;
}
.funnews-imgnews{
    width:380px;
    height:220px;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    margin-bottom: 24px;
}
.funnews-imgnews img{
    width:100%;
    height:100%;
    border-radius: 10px;
}
.funnews-imgnews span{
    position: absolute;
    bottom:25px;
    left:40px;
    z-index: 3;
    font-size: 24px;
    color:#fff;
}
.funnews-imgnews:after{
    content:'';
    position: absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
    background-color: rgba(0,0,0,0.3);
    z-index: 2;
}

.funnews-text li{
   color:#222;
    margin-bottom: 20px;
    font-size: 20px;
    cursor: pointer;
}
.funnews-text li span{
    color:#666;
    margin-right: 10px;
}
.funnews-text li:hover ,.funnews-text li:hover span{
    color:#2164d2
}
.funnews-textbox{
    width:380px;
    height:220px;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    margin-bottom: 24px;
}
@media only screen  and (max-width: 750px) {
    section.banner{
        min-height: 200px;
    }
    .banner img{
        width:100%;
    }
    /*专业可靠的定制开发*/
    .customdev{
        padding-top: 32px;
        padding-bottom: 32px;
    }
    .customdev-card{
        width:100%;
        height:130px;
        margin: 10px 0;
    }
    .customdev-card img{
        margin-right: 10px;
        width:80px;
        height:80px;
    }
    .customdev-card.active{
        width:100%;
    }
    .customdev-card_text{
      line-height: 18px;
    }
    /*行业解决方案*/
    .solove h2{
        font-size: 15px;
        color:#eee;
        text-align: center;
        margin-bottom: 15px;
    }
    .solove{
        padding-top:30px;
    }
    .solove .container{
        background-size:100%;
    }
    .solve-menu{
        width:100%;
        height:60px;
        color:#f4f3f1;
        background-color: #2b2d39;
        position: relative;
        padding: 10px;
        font-size: 12px;
        text-align: center;
        margin-bottom: 10px;
    }
    .solve-menu img{
        height:20px;
        display: block;
        margin: 0 auto 5px;
    }
    solve-menu p{
        text-align: center;
        height:30px;
    }
    .solve-menu .box-col{
        width:20%;
        position: relative;
    }
    .solve-menu .active:after{
        content: "";
        position: absolute;
        width:100%;
        height:70px;
        background: url(../images/slovebg.png) no-repeat top left;
        background-size: cover;
        top:-17px;
        left:0px;
        z-index: 1;
    }
    .solve-menu .active p{
        position: relative;
        z-index: 2;
    }
    .solve-warp{
        padding:10px 10px 20px 10px;
        width:100%;
        line-height: 20px;
        display: none;
        overflow: hidden;
    }
    .solve-intro>div{
        width:25%;
        text-align: center;
        margin-right: 0;
        font-size: 12px;
    }
    .solve-intro img{
        height:22px;
        margin-bottom: 3px;
    }
    .solve-partner_title{
        margin-bottom: 10px;
    }
    .solve-partner_title:after{
        left:130px;
        top:15px;
        width:100%;
    }
    .solve-partner img{
        width:100%;
    }
    /*优秀项目开发*/
    .sysflow .container{
        padding-right:10px;
        background: #fff;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .sysflow-card{
        margin-top: 30px;
        padding:0 10px;
        line-height: 20px;
    }
    .sysflow-card img{
        height:25px;
    }
    .sysflow-card .sysflow-card1{
        font-size: 80px;
        text-align: left;
        font-weight: 400;
        color:#ddd;
        top:20px;
    }
    /*案例展示*/
    .caseshow .container{
        padding-top:25px;
        padding-bottom:25px;
    }
    .caseshow-card{
        width:170px;
        height:220px;
        margin-bottom: 10px;
        padding: 10px;
        cursor: pointer;
        border-radius: 10px;
        background-color: #fff;
    }
    .caseshow-card img{
        width:100%;
    }
    .caseshow-card .caseshow-card_img{
        width:150px;
        height:150px;
        overflow: hidden;
    }
    .caseshow-card_text{
        padding-top: 0px;
    }
    .caseshow-card_title{
      font-weight: normal;
      margin-bottom: 10px;
    }
    .caseshow-card_textmini{
        display: block;
    }
    .caseshow-card:hover{
        position: relative;
        top:0px;
        box-shadow: 0 0 5px rgba(0,0,0,0.2);
    }
    .caseshow-card:hover .caseshow-card_text{
        padding-top: 0px;
    }
    .caseshow-card:hover .caseshow-card_title{
        color:#333;
        /* margin-bottom: 0px; */
    }
    .caseshow .btn-more{
        margin-top: 20px;
    }
    /*有趣的新闻动态*/
    .funnews{
        padding:30px 0 20px;
    }
    .funnews .funnews-imgnews{
        width:33%;;
        height:32px;
        border-radius: 5px;
        position: relative;
        overflow: hidden;
        margin-bottom: 24px;
    }
    .funnews-imgnews img{
        display: none;
    }
    .funnews-imgnews span{
        display: inline-block;
        position: relative;
        bottom:0;
        left:0;
        z-index: 3;
        width:100px;
        text-align: center;
        font-size: 12px;
        color:#555;
        border:1px solid #555;
        border-radius: 5px;
        height:32px;
        line-height: 32px;
    }
    .funnews-imgnews.active span{
        background-color: #1f74ec;
        color:#fff;
    }
    .funnews-imgnews:after{
        content:'';
        position: absolute;
        left:0;
        right:0;
        top:0;
        bottom:0;
        background-color: #fff;
        z-index: 2;
    }
    .funnews-textbox{
        border-top: 1px solid #eee;
        display: none;
    }
    .funnews-textbox.active{
        display: block;
    }
    .funnews-text li{
        color:#222;
        margin-bottom: 0px;
        font-size: 15px;
        cursor: pointer;
        height:50px;
        line-height: 50px;
        border-bottom: 1px solid #eee;
    }
    .funnews-text li span{
        color:#666;
        margin-right: 0;
    }
    .funnews-text li:hover ,.funnews-text li:hover span{
        color:#2164d2
    }
    .funnews-textbox{
        width:100%;
        height:auto;
        margin-bottom: 24px;
    }


}
