.banner-words h2{
    font-size: 39px;
}
.banner-words h3 {
    font-size: 26px;
}
.link-wrap-top li {
    float: left;
    width: 16.6%;
    color: #666666;
    font-size: 18px;
    height: 100%;
    text-align: center;
}
.introduction{ width: 1200px;margin-bottom: 66px;margin-top: 114px;}
.introduction>h2{ color:#025BEB;font-size: 30px; text-align: center;margin-bottom: 27px;}
.introduction>p{ color:#025BEB;font-size: 14px; text-align: center;}
.platform-features-wrap{
    overflow: hidden;
}
.platform-features-content{
    width: 1200px;
    margin: 0 auto 61px auto;
}
.platform-features-content .platform-features-content-item{
    width: 378px;
    height: 341px;
    margin-left: 33px;
    background:rgba(255,255,255,1);
    border:1px solid rgba(216,216,216,1);
    box-shadow:0 2px 17px 1px rgba(4,0,0,0.08);
    color: #333333;
    float: left;
}
.platform-features-content .platform-features-content-item:first-child{
    margin-left: 0;
}
.platform-features-content .platform-features-content-item img{
    width: 100%;
    margin-bottom: 29px;
}
.platform-features-content .platform-features-content-item dl{
    padding: 0 10px 31px 10px;
}
.platform-features-content .platform-features-content-item dt{
    margin-bottom: 23px;
    font-size: 18px;
    text-align: center;
}
.platform-features-content .platform-features-content-item dd{
    font-size: 13px;
    text-align: center;
}

.hardware-configuration-wrap{
    background:rgba(198,216,247,0.28);
    overflow: hidden;
}
.hardware-configuration-wrap .hardware-configuration{
    width: 889px;
    margin: 63px auto 116px auto;
}
.hardware-configuration-wrap .hardware-configuration img{
    width: 100%;
}
.square{
    margin-top: 0;
}
.core-wrap{padding-bottom: 130px;background-color: #FAFAFA;}
.core-wrap .core{ width: 1200px;margin: -60px auto 0 auto}
.core-wrap .core>p{ font-size: 14px; color: #ffffff;text-align: center;margin-bottom: 60px}
.core-wrap .core .core-content-item{float: left;width: 31%;text-align: center;height:300px;overflow: hidden;transition: background-color 1s;padding-top: 43px}
.core-wrap .core .item-2{margin: 0 3%}
.core-wrap .core .item-5{margin: 0 3%}
.core-wrap .core .core-content-item:hover{background-color: #FDFDFD;border:1px solid #71A0FD;box-shadow:0px 2px 24px 3px rgba(4,0,0,0.04);}
.core-wrap .core .core-content-item .img{margin-bottom: 28px; height: 50px;}
.core-wrap .core .core-content-item dt{color: #333333;font-size: 20px;margin-bottom:15px;text-align: center;}
.core-wrap .core .core-content-item dd{color: #666666;font-size: 14px;margin-bottom: 5px;text-align: center}
.core-wrap .core .item-1 .img{background: url("../images/industry-supervision-platf/1.png") no-repeat center center}
.core-wrap .core .item-2 .img{background: url("../images/industry-supervision-platf/2.png") no-repeat center center}
.core-wrap .core .item-3 .img{background: url("../images/industry-supervision-platf/3.png") no-repeat center center}
.core-wrap .core .item-4 .img{background: url("../images/industry-supervision-platf/4.png") no-repeat center center}
.core-wrap .core .item-5 .img{background: url("../images/industry-supervision-platf/5.png") no-repeat center center}
.core-wrap .core .item-6 .img{background: url("../images/industry-supervision-platf/6.png") no-repeat center center}
.core-wrap .core .item-1:hover .img{background: url("../images/industry-supervision-platf/1sel.png") no-repeat center center}
.core-wrap .core .item-2:hover .img{background: url("../images/industry-supervision-platf/2sel.png") no-repeat center center}
.core-wrap .core .item-3:hover .img{background: url("../images/industry-supervision-platf/3sel.png") no-repeat center center}
.core-wrap .core .item-4:hover .img{background: url("../images/industry-supervision-platf/4sel.png") no-repeat center center}
.core-wrap .core .item-5:hover .img{background: url("../images/industry-supervision-platf/5sel.png") no-repeat center center}
.core-wrap .core .item-6:hover .img{background: url("../images/industry-supervision-platf/6sel.png") no-repeat center center}

.solution-capability-wrap{

}

/*方案优势开始*/
.solution-capability-wrap{
    margin-bottom: 123px;
}
.card-area{height:298px;width:1200px;position:relative;margin: 0 auto}
.card-item{z-index:4;transition:all .3s cubic-bezier(.4,0,.2,1),z-index 0s .12s;
    position:relative;float:left;width:23%;height:260px;background-color:transparent; border-right: 1px #364c83 solid;}
.card{
    /*transition:all .3s cubic-bezier(.4,0,.2,1),z-index 0s .12s;*/
    width:100%;height:100%;text-align:center;background:#fff
}
.card-title,.card-content{
    position:absolute;left:0;right:0;z-index:1
}
.card-title{
    background-color: #203260;
    text-align: center;
    height:260px;
    font-size: 16px;
    color: #698acd;
    padding-top: 76px;
}
.card-content{
    /*transition:all .12s cubic-bezier(.4,0,.2,1) 0s;*/
    z-index:2; width:100%; font-size:14px;color:#999;text-align:left;padding:20px;
    opacity:0;
    filter:alpha(opacity=0);
}
.card-item.active{z-index:6;box-shadow:0 0 30px rgba(0,0,0,.2);width:31%;height:298px;border-right: 0;}
.card-item.active .card-title{background-color:#324e96;height:160px;top:-38px;border:none;padding-top: 40px;}
.card-item.active .card-content{
    background-color: #fff; height: 125px; top: 120px; line-height: 28px;
    z-index:3;
    opacity:1;
    filter:alpha(opacity=100);
}
.card_icon_01{width: 46px; height: 46px; background:url("../images/industry-supervision-platf/faicon01.png") no-repeat center center;margin: 0 auto 25px auto;}
.card_icon_02{width: 46px; height: 46px; background:url("../images/industry-supervision-platf/faicon02.png") no-repeat center center;margin: 0 auto 25px auto;}
.card_icon_03{width: 46px; height: 46px; background:url("../images/industry-supervision-platf/faicon03.png") no-repeat center center;margin: 0 auto 25px auto;}
.card_icon_04{width: 46px; height: 46px; background:url("../images/industry-supervision-platf/faicon04.png") no-repeat center center;margin: 0 auto 25px auto;}

.customer-case-wrap{
    background:rgba(198,216,247,0.28);
    padding-bottom: 47px;
}
.customer-case-wrap ul{
    width: 1095px;
    margin: 0 auto;
}
.customer-case-wrap ul li{
    padding: 47px 34px 0 34px;
    width:337px;
    height:394px;
    background:rgba(255,255,255,1);
    box-shadow:0 2px 17px 1px rgba(131,188,237,0.08);
    border-radius:8px;
    margin-left: 42px;
    float: left;
    position: relative;
    transition: all 0.3s;
}
.customer-case-wrap ul li:hover{
    transform: translate(0,-18px);
    -ms-transform: translate(0,-18px); /* IE 9 */
    -webkit-transform: translate(0,-18px); /* Safari and Chrome */
}
.customer-case-wrap ul li:first-child{
    margin-left: 0;
}
.customer-case dt{
    font-size:16px;
    font-weight:bold;
    color:#333333;
    margin-bottom: 17px;
}
.customer-case dd{
    font-size: 12px;
    color: #666666;
}
.customer-case .line{
    width:31px;
    height:2px;
    background:rgba(216,216,216,1);
    margin-bottom: 23px;
}

.customer-case li img {
    position: absolute;
    bottom: 31px;
    left: 34px;
    width: 80%;
}
@media screen and (max-width: 1200px) {
    .introduction,.platform-features-content,.hardware-configuration-wrap .hardware-configuration,.core-wrap .core,.card-area{ width: 90%;}
    .platform-features-content .platform-features-content-item{
        width: 32%;
        margin-bottom: 40px;
        margin-left: 1%;
    }
    .banner-words{
        margin-left: -255px;
    }
    .banner-words h2{
        font-size: 30px;
    }
    .banner-words h3{
        font-size: 20px;
    }
    .core-wrap .core .core-content-item{
        width: 48%;
    }
    .core-wrap .core .item-2,.core-wrap .core .item-5{
        margin: 0;
    }
    .card-area{
        height: auto;
    }
    #cardArea .card-item{
        width: 50%;
        margin-bottom: 40px;
    }
    .card-item.active{
        height: 260px;
    }
    .customer-case-wrap ul li {
        width: 32%;
        margin-left: 1%;
    }
    .customer-case dl{
        margin-bottom: 40px;
    }
}
@media screen and (max-width: 1095px) {
    .customer-case-wrap ul {
        width: 90%;
    }
}
@media screen and (max-width: 900px) {
    .platform-features-content .platform-features-content-item{
        width: 100%;
        height: auto;
        margin-bottom: 40px;
        margin-left: 0;
        float: none;
    }
    .customer-case-wrap ul li {
        width: 100%;
    }

    .customer-case-wrap ul dl {
        margin-bottom: 20px;
    }

    .customer-case-wrap ul li {
        height: auto;
        padding-bottom: 50px;
        margin-left: 0;
        margin-bottom: 20px;
    }

    .customer-case li img {
        position: relative;
        left: 0;
        bottom: 0;
        width: 100%;
    }
}
