
/**新闻资讯**/
.bright {
    margin-top: 30px;
}
.panel-title{
    font-size: 26px;
    font-weight: bold;
    letter-spacing: 1.6px;
    text-align: center;
}
.panel-sub-title{
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    margin: 25px 0;
    letter-spacing: 1.1px;
}
.panel-third-title{
    color:#979797;
    font-size: 12px;
    letter-spacing: 0.2px;
}

.important{
    color: #d03f3f;
}

.white{
    color: #fff;
}

.gray{
    color: #666666;
}

.yellow{
    color: #f9e830;
}

.xl-button{
    width: 120px;
    height: 45px;
    margin-top: 45px;
    border: 1px solid #47c8d4;
    background-color: #fff;
    font-size: 18px;
    color: #47c8d4;
    transition: all .3s;
}
.xl-button:hover{
    color: #fff;
    background-color: #47c8d4;
    border: 1px solid #fff;
    cursor: pointer;
}

/**雪亮工程**/

.xl-news-panel{
    padding: 20px 50px;
    margin-top: 45px;
    border: 1px solid #f0f0f0;
}
.xl-news-panel .xl-news-img{
    width: 470px;
    height: 460px;
    float: left;
}

.xl-news-panel .xl-news-list{
    width: 570px;
    float: right;
}

.xl-news-panel .xl-news-list li {
    border-bottom: 1px solid #dedede;
    padding: 20px 0;
}
.xl-news-panel .xl-news-list li:last-child{
    border:none;
}

.xl-news-panel .xl-news-list .news-title{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
}
.xl-news-panel .xl-news-list .news-content{
    font-size: 16px;
}


/**平安城市**/
.xl-advantage-panel{
    background: url(../../images/bright/bg-1.png) no-repeat center center;
    padding: 55px 0;
    margin-top: 55px;
    min-width: 1200px;
}

.xl-advantage-panel .xl-advantage-graph{
    position: relative;
}

.xl-advantage-panel .xl-advantage-graph .graph-title{
    height: 130px;
    text-align: center;
    background: url(../../images/bright/bg-2.png) no-repeat center center;
}

.xl-advantage-panel .xl-advantage-graph .graph-title .title{
    color: #19c2d2;
    font-size: 22px;
    height: 55px;
    line-height: 55px;
}
.xl-advantage-panel .xl-advantage-graph .graph-content{
    overflow: hidden;
}
.xl-advantage-panel .xl-advantage-graph .graph-content .graph-item{
    position: relative;
    float: left;
    width: 370px;
    height: 313px;
    padding: 60px 0 0 0;
    margin-right: 45px;
    /*box-sizing: border-box;*/
    cursor: pointer;
    background: url(../../images/bright/bg-3.png) no-repeat center center;
}
.xl-advantage-panel .xl-advantage-graph .graph-content .graph-item .content-title{
    width: 370px;
    height: 60px;
    line-height: 60px;
    font-size: 20px;
    position: absolute;
    text-align: center;
    top: 0;
}
.xl-advantage-panel .xl-advantage-graph .graph-content .graph-item:last-child{
    margin: 0;
}

.xl-advantage-panel .xl-advantage-graph .graph-content .graph-item:hover{
    background: url(../../images/bright/bg-4.png) no-repeat center center;
}

.xl-advantage-panel .xl-advantage-graph .graph-content .graph-item .content{
    /*box-sizing: border-box;*/
    height: 125px;
    padding: 30px 30px 0 30px;
    font-size: 16px;
}
.xl-advantage-panel .xl-advantage-graph .graph-content .graph-item .content .title{

}
.xl-advantage-panel .xl-advantage-graph .graph-content .graph-item .content .advantage{
    margin: 20px 0;
    line-height: 25px;
}
.xl-advantage-panel .xl-advantage-graph .graph-content .graph-item .content .advantage li{

}
.xl-advantage-panel .xl-advantage-graph .graph-content .graph-item .content .advantage li::before{
    content: "\02022";
    color: #47c8d4;
    padding-right:15px;
}


/**立即咨询**/
.xl-call-panel{
    min-width: 1200px;
    height: 120px;
    box-sizing: border-box;
    padding: 20px 0;
    background: url(../../images/bright/bg-5.png) no-repeat center center;
}
.xl-call-panel .xl-call-number{
    margin-left: 80px;
    margin-right: 80px;
    display: inline-block;
}

.xl-call-panel .xl-call-number .number{
    font-size: 24px;
    color: #fff;
    font-weight: bold;
}
.xl-call-panel .xl-call-number .number:first-child {
    letter-spacing: 4px;
}

.xl-call-panel .xl-call-btn {
    vertical-align: top;
    display: inline-block;
}

.xl-call-panel .xl-call-btn button{
    width: 125px;
    height: 60px;
    border-radius: 6px;
    color: #fbff91;
    border: 2px solid #fbff91;
    background-color: transparent;
    font-size: 32px;
}

.xl-call-panel .xl-call-btn span{
    margin-left: 35px;
    height: 60px;
    line-height: 60px;
    font-size: 37px;
    color: #fff;
    font-weight: bold;
}


/***建设背景**/
.xl-build-info{
    margin-top: 55px;
}

.xl-build-info .xl-build-map{
    width:945px;
    margin: 10px auto;
    position: relative;
}
.xl-build-info .xl-build-map > img{
    display: block;
    margin: auto;
}

.xl-build-info .xl-build-map .map-point-item {
    position: absolute;
}
.xl-build-info .xl-build-map .map-point-item .point {
    cursor: pointer;
    position: relative;
    width: 30px;
    height: 30px;
}
.xl-build-info .xl-build-map .map-point-item .dot {
    position: absolute;
    left: 10px;
    top: 10px;
    width: 10px;
    height: 10px;
    z-index: 2;
    background-color: #47c8d4;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.xl-build-info .xl-build-map .map-point-item .spread {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    width: 100%;
    height: 100%;
}
.xl-build-info .xl-build-map .map-point-item .spread:before,
.xl-build-info .xl-build-map .map-point-item .spread:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    border: 2px solid #47c8d4;
    opacity: 0;
    -webkit-animation: spread 4.5s ease-out 1575ms infinite;
    animation: spread 4.5s ease-out 1575ms infinite;
}
.xl-build-info .xl-build-map .map-point-item .spread:after {
    animation: spread 4.5s ease-out 225ms infinite;
}
@keyframes spread{
    0%{
        opacity:0;
        -webkit-transform:scale(0.1);
        transform:scale(0.1)
    }
    5%{opacity:1}
    to{
        opacity:0;
        -webkit-transform:scale(1);
        transform:scale(1)
    }
}


.xl-build-info .xl-build-map .map-point-item .pulse {
    position: absolute;
    width: 20px;
    height: 20px;
    left: -1px;
    top: -1px;
    border: 6px solid #47c8d4;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    z-index: 1;
    opacity: 0;
    -webkit-animation: warn 2s ease-out;
    -moz-animation: warn 2s ease-out;
    animation: warn 2s ease-out;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-iteration-count: infinite;

}
.xl-build-info .xl-build-map .map-point-item .pulse1 {
    position: absolute;
    width: 20px;
    height: 20px;
    left: -1px;
    top: -1px;
    border: 6px solid #47c8d4;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    z-index: 1;
    opacity: 0;
    -webkit-animation: warn1 2s ease-out;
    -moz-animation: warn1 2s ease-out;
    animation: warn1 2s ease-out;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.xl-build-info .xl-build-map .map-point-item .text {
    color: #333;
    font-size: 16px;
    margin-left: -20%;
    font-weight: 500;
}

.xl-build-info .xl-build-map .map-point-item .item-info {
    opacity: 0;
    position: absolute;
    border-radius: 4px;
    background-color: #ffffff;
    border: solid 1px #47c8d4;
    font-size: 18px;
    padding: 10px;
    transition: all 2s;
    -moz-transition: all 1s; /* Firefox 4 */
    -webkit-transition: all 1s; /* Safari 和 Chrome */
    -o-transition: all 2s; /* Opera */
}
.xl-build-info .xl-build-map .map-point-item .item-info > em {
    display: block;
    border-width: 20px;
    position: absolute;
    border-style: solid dashed dashed;
    font-size: 0;
    line-height: 0;
}
.xl-build-info .xl-build-map .map-point-item .item-info > span {
    display: block;
    border-width: 20px;
    position: absolute;
    border-style: solid dashed dashed;
    font-size: 0;
    line-height: 0;
}
.xl-build-info .xl-build-map .map-point-item .item-info > p > span {
    color: #d03f3f;
}
.xl-build-info .xl-build-map .map-point-item .point:hover + .text + .item-info {
    opacity: 1;
}



/* 河北定位 */
.xl-build-info .xl-build-map .hebei{
    top: 40%;
    left: 55%;
}
.xl-build-info .xl-build-map .hebei .item-info {
    width: 305px;
    top: -100px;
    left: -135px;
}
.xl-build-info .xl-build-map .hebei .item-info > em{
    border-color: #47c8d4 transparent  transparent transparent;
    bottom: -41px;
    left: 130px;
}
.xl-build-info .xl-build-map .hebei .item-info > span {
    border-color:  #FFF transparent transparent transparent;
    bottom: -39px;
    left: 130px;

}
/* 山东临沂定位 */
.xl-build-info .xl-build-map .linyi{
    top: 47%;
    left: 65%;
}
.xl-build-info .xl-build-map .linyi .item-info {
    width: 342px;
    top: -155px;
    left: -50px;
}
.xl-build-info .xl-build-map .linyi .item-info > em {
    border-color: #47c8d4 transparent  transparent transparent;
    bottom: -41px;
    left: 42px;
}
.xl-build-info .xl-build-map .linyi .item-info > span {
    border-color:  #FFF transparent transparent transparent;
    bottom: -39px;
    left: 42px;
}

/* 江苏南通定位 */
.xl-build-info .xl-build-map .nantong{
    top: 56%;
    left: 69%;
}
.xl-build-info .xl-build-map .nantong .item-info {
    width: 342px;
    bottom: -155px;
    left: -80px;
}
.xl-build-info .xl-build-map .nantong .item-info > em {
    border-color: transparent  transparent  #47c8d4 transparent;
    top: -41px;
    left: 74px;
}
.xl-build-info .xl-build-map .nantong .item-info > span {
    border-color:  transparent transparent #FFF transparent;
    top: -39px;
    left: 74px;
}

/* 江西省通定位 */
.xl-build-info .xl-build-map .jiangxi{
    top: 60%;
    left: 52%;
}
.xl-build-info .xl-build-map .jiangxi .item-info {
    width: 414px;
    bottom: -125px;
    left: -80px;
}
.xl-build-info .xl-build-map .jiangxi .item-info > em {
    border-color: transparent  transparent  #47c8d4 transparent;
    top: -41px;
    left: 74px;
}
.xl-build-info .xl-build-map .jiangxi .item-info > span {
    border-color:  transparent transparent #FFF transparent;
    top: -39px;
    left: 74px;
}

/* 四川省通定位 */
.xl-build-info .xl-build-map .sichuang{
    top: 57%;
    left: 45%;
}
.xl-build-info .xl-build-map .sichuang .item-info {
    width: 326px;
    bottom: 0;
    left: -380px;
}
.xl-build-info .xl-build-map .sichuang .item-info > em {
    border-color: transparent transparent  transparent #47c8d4;
    top: 15px;
    right: -41px;
}
.xl-build-info .xl-build-map .sichuang .item-info > span {
    border-color:  transparent transparent transparent #FFF;
    top: 15px;
    right: -39px;
}


.xl-build-info .xl-build-advantage{
    overflow: hidden;
}

.xl-build-info .xl-build-advantage li {
    float: left;
    width: 25%;
    height: 54px;
    font-size: 18px;
}

.xl-build-info .xl-build-advantage li .icon,
.xl-build-info .xl-build-advantage li  .info{
    display: table-cell;
    height: 54px;
}
.xl-build-info .xl-build-advantage li .icon{
    margin-right: 20px;
    width: 74px;

 }
.xl-build-info .xl-build-advantage li  .info{
    line-height: 54px;
}
.icon-1{
    background: url(../../images/bright/icon-1.png) no-repeat left center;
}
.icon-2{
    background: url(../../images/bright/icon-2.png) no-repeat left center;
}
.icon-3{
    background: url(../../images/bright/icon-3.png) no-repeat left center;
}
.icon-4{
    background: url(../../images/bright/icon-4.png) no-repeat left center;
}

/**数据分析**/
.xl-analysis-panel{
    height: 570px;
    min-width: 1200px;
    padding: 65px 0;
    box-sizing: border-box;
    margin-top: 55px;
    background: url(../../images/bright/bg-6.png) repeat center center;
}

.xl-analysis-panel .xl-analysis{
    margin-top: 75px;
    overflow: hidden;
}

.xl-analysis-panel .xl-analysis .xl-analysis-item{
    width: 33.3%;
    float: left;
}

.xl-analysis-panel .xl-analysis .xl-analysis-item .chart{
    display: block;
    margin: 0 auto;
}

.xl-analysis-panel .xl-analysis .xl-analysis-item .chart-info{
    font-size: 18px;
    letter-spacing: 0.4px;
}


/**意义**/
.xl-meaning-panel{
    margin-top: 55px;
    margin-bottom: 20px;
    min-width: 1200px;
    overflow: hidden;
}
.xl-meaning-panel .panel-title{
    margin-bottom: 50px;
}

.xl-meaning-panel .xl-meaning-item{
    float: left;
    box-sizing:border-box;
    width: 588px;
    /*height: 188px;*/
    border: 1px solid #dcdcdc;
    margin-bottom: 20px;
    transition: all ease-in .3s;
}

.xl-meaning-panel .xl-meaning-item:hover{
    border-color: #3ebecc;
}

.xl-meaning-panel .xl-meaning-item:nth-child(2n){
    margin-right:20px;
    float: left;
}

.xl-meaning-panel .xl-meaning-item .right,
.xl-meaning-panel .xl-meaning-item .left{
    height: 104px;
    width: 103px;
    /*box-sizing:border-box;*/
    padding: 27px;
    float: left;
    position: relative;
    transition: all ease-in .3s;
}
.xl-meaning-panel .xl-meaning-item .left{
    border-left: 1px solid #dcdcdc;
}
.xl-meaning-panel .xl-meaning-item .right{
    border-right: 1px solid #dcdcdc;
}

.xl-meaning-panel .xl-meaning-item:hover .left,
.xl-meaning-panel .xl-meaning-item:hover .right{
    color: #3ebecc;
}

.xl-meaning-panel .xl-meaning-item .number{
    font-size: 50px;
}
.xl-meaning-panel .xl-meaning-item .title{
    font-size: 20px;
}
.xl-meaning-panel .xl-meaning-item .number,
.xl-meaning-panel .xl-meaning-item .title{
    display: block;
    text-align: center;
}
.xl-meaning-panel .xl-meaning-item .right-triangle,
.xl-meaning-panel .xl-meaning-item .left-triangle{
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: 20px;
    border-width: 15px;
    border-color: transparent;
    border-style: solid;

}
.xl-meaning-panel .xl-meaning-item .left-triangle{
    border-right-color: #dcdcdc;
    left: -31px;
}
.xl-meaning-panel .xl-meaning-item .right-triangle{
    border-left-color: #dcdcdc;
    left: 157px;
}
.xl-meaning-panel .xl-meaning-item .left-triangle::after,
.xl-meaning-panel .xl-meaning-item .right-triangle::after{
    content: "";
    height: 0;
    width: 0;
    border-width: 15px;
    border-color: transparent;
    border-style: solid;
    position: absolute;
    top: -15px;

}
.xl-meaning-panel .xl-meaning-item .left-triangle::after{
    border-right-color: #fff;
    left: -14px;
}
.xl-meaning-panel .xl-meaning-item .right-triangle::after{
    border-left-color: #fff;
    left: -16px;
}

.xl-meaning-panel .xl-meaning-item .content{
    /*box-sizing:border-box;*/
    width:368px;
    height: 98px;
    /*width:368px;
    height: 98px;*/
    font-size: 16px;
    float: left;
    padding: 30px;
    line-height: 30px;
    transition: all ease-in .3s;
    letter-spacing: 0.2px;
}
.xl-meaning-panel .xl-meaning-item:hover .content{
    background-color:#3ebecc;
    color: #fff;
}


/**拓扑图**/
.xl-graph-panel{
    margin:50px 0;
    min-width: 1200px;
}
.xl-graph-panel .w-1200{
    overflow: hidden;
}

.xl-graph-panel .panel-title{
    margin-bottom: 50px;
}

.xl-graph-panel  .xl-graph-img{
    float: left;
}

.xl-graph-panel .xl-graph-detail{
    float: left;
    width: 428px;
}

.xl-graph-panel .xl-graph-detail .contact{
    /*box-sizing: border-box;*/
    position: relative;
    width: 366px;
    height: 48px;
    padding: 30px;
    border: 1px solid #e8e8e8;
}

.xl-graph-panel .xl-graph-detail .contact .panel-sub-title{
    margin: 0;
    text-align: left;
}

.xl-graph-panel .xl-graph-detail .contact .panel-third-title{
    margin-top: 10px;
}

.xl-graph-panel .xl-graph-detail .contact .xl-button{
    position: absolute;
    right: 30px;
    top: 30px;
    margin: 0;
}

.xl-graph-panel .xl-graph-detail .detail-list{
    height: 510px;
    width: 427px;
    border-right: 1px solid #f5f5f5;
    background-color: #f5f5f5;
}
.xl-graph-panel .xl-graph-detail .detail-list .title{
    box-sizing: border-box;
    padding: 10px 15px;
    transition: all ease-in 0.3s;
}
.xl-graph-panel .xl-graph-detail .detail-list .title:hover{
    background-color: #fff;
}
.xl-graph-panel .xl-graph-detail .detail-list .title span{
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}
.xl-graph-panel .xl-graph-detail .detail-list .title::before{
    content: "";
    width: 4px;
    height: 18px;
    background-color:#3ebecb;
    display: inline-block;
    vertical-align: middle;
}
.xl-graph-panel .xl-graph-detail .detail-list .content{
    font-size: 14px;
    margin: 20px 0 0 10px;
    color: #666666;
    overflow: hidden;
}

.xl-graph-panel .xl-graph-detail .detail-list .content li {
    width: 126px;
    float: left;
    text-align: center;
    margin-bottom: 15px;
    border-right: 1px solid #c9c9c9;
}
.xl-graph-panel .xl-graph-detail .detail-list .content li:nth-child(3n) {
    border-right: none;
}

/**集中部署**/
.xl-deployment-panel{
    height: 640px;
    background-color: #fafafa;
    padding-top: 50px;
    margin-bottom: 50px;
}

.xl-deployment-panel .panel-title{
    margin: 50px
}
.xl-deployment-panel .w-1200{
    position: relative;
}
.xl-deployment-panel .xl-deployment-vs{
    width: 140px;
    margin: 0 auto;
}

.xl-deployment-panel .xl-deloyment-leftpanel,
.xl-deployment-panel .xl-deloyment-rightpanel{
    width: 420px;
    height: 460px;
    position: absolute;
    top: 0;
}

.xl-deployment-panel .xl-deloyment-rightpanel{
    background: url(../../images/bright/panel-bg-1.png) no-repeat center center;
    right: 0;
}

.xl-deployment-panel .xl-deloyment-leftpanel{
    background: url(../../images/bright/panel-bg-2.png) no-repeat center center;
    left: 0;
}

.xl-deployment-panel .xl-deloyment-leftpanel .title,
.xl-deployment-panel .xl-deloyment-rightpanel .title{
    font-size: 22px;
    font-weight: 500;
    height: 50px;
    line-height: 50px;
    padding-left: 50px;
}

.xl-deployment-panel .xl-deloyment-rightpanel .advantage,
.xl-deployment-panel .xl-deloyment-leftpanel .inferiority{
    width: 330px;
    margin: 35px 35px 0 45px;
    font-size: 16px;
    font-weight: 500;
    line-height: 35px;
}

.xl-deployment-panel .xl-deloyment-rightpanel .advantage li{
    padding-left: 55px;
    margin-bottom: 10px;
    background: url(../../images/bright/select.png) no-repeat left center;
}

.xl-deployment-panel .xl-deloyment-leftpanel .inferiority li{
    padding-left: 55px;
    margin-bottom: 10px;
    background: url(../../images/bright/error.png) no-repeat left center;
}

/**雪亮工程介绍**/
.xl-function-panel{
    padding: 50px 0;
}
.xl-function-panel .xl-function-explain{
    margin-top: 50px;
    overflow: hidden;
}
.xl-function-panel .xl-function-explain .explain {
    width: 24%;
    height: 400px;
    float: left;
    margin: 0 10px 30px 0;
}
.xl-function-panel .xl-function-explain .explain:hover .explain-title{
    background-color:#168491;
}

.xl-function-panel .xl-function-explain .explain:nth-child(4n+4){
    margin-right: 0;
}

.xl-function-panel .xl-function-explain .explain .explain-title{
    position: relative;
    height: 115px;
    background-color:#47c8d4;
    transition: all ease-in .3s;
}
.xl-function-panel .xl-function-explain .explain .explain-title .icon{
    color: #fff;
    display: block;
    text-align: center;
    font-size: 35px;
}

.xl-function-panel .xl-function-explain .explain .explain-title h5 {
    font-size: 20px;
    letter-spacing: 0.4px;
    text-align: center;
}

.xl-function-panel .xl-function-explain .explain .explain-title .platform{
    width: 100%;
    height: 30px;
    line-height: 30px;
    position: absolute;
    bottom: 0;
    background-color: rgba(0,0,0,.1);
}

.xl-function-panel .xl-function-explain .explain .explain-title .platform li{
    width: 100%;
    float: left;
    text-align: center;
    position: relative;
}
.xl-function-panel .xl-function-explain .explain .explain-title .platform.three li{
    width: 33%;
}
.xl-function-panel .xl-function-explain .explain .explain-title .platform.two li{
    width: 50%;
}
.xl-function-panel .xl-function-explain .explain .explain-title .platform li::after{
    content:"";
    width: 1px;
    height: 14px;
    background-color: #fff;
    position: absolute;
    right: 0;
    top: 8px;
}
.xl-function-panel .xl-function-explain .explain .explain-title .platform li:last-child::after{
    content:"";
    width: 0;
}

.xl-function-panel .xl-function-explain .explain .explain-content{
    height: 283px;
    box-sizing:border-box;
    box-shadow: 0px 1px 3px 0 rgba(0, 0, 0, 0.06);
    border: solid 1px #d6d6d6;
}

.xl-function-panel .xl-function-explain .explain .explain-content .content li{
    /*box-sizing:border-box;*/
    float: left;
    width: 256px;
    padding:15px;
    border-bottom: 1px solid #f0f0f0;
    transition: all ease-in .3s;
}
.xl-function-panel .xl-function-explain .explain .explain-content .content li:hover{
    box-shadow: 0px 1px 6px 0 rgba(0, 0, 0, 0.14);
}
.xl-function-panel .xl-function-explain .explain .explain-content .content li:hover .sub-title{
    color: #168491;
}
.xl-function-panel .xl-function-explain .explain .explain-content .content li:last-child{
    border:none;
    margin: 0;
}

.xl-function-panel .xl-function-explain .explain .explain-content .content li .sub-title{
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.3px;
}
.xl-function-panel .xl-function-explain .explain .explain-content .content li .third-title{
      font-size: 14px;
      font-weight: 500;
      line-height: 1.14;
      letter-spacing: 0.3px;
      color: #888888;
}


/**产品优势**/
.xl-product-advantage-panel{
    box-sizing:border-box;
    height: 470px;
    padding: 50px 0;
    background: url(../../images/bright/bg-7.png) no-repeat center center;
}

.xl-product-advantage-panel .panel-sub-title{
    color: #666666;
}

.xl-product-advantage-panel .xl-advantage li{
    cursor: pointer;
    float: left;
    /*box-sizing:border-box;*/
    width: 168px;
    height: 180px;
    background-color: #fff;
    border: 1px solid #f0f0f0;
}

.xl-product-advantage-panel .xl-advantage li .icon-title{
    /*box-sizing:border-box;*/
    width:168px ;
    height: 140px;
    padding: 20px 0;
}

.xl-product-advantage-panel .xl-advantage li .icon{
    display: block;
    text-align: center;
    font-size: 45px;
    color: #828282;
}

.xl-product-advantage-panel .xl-advantage li h5{
    font-size: 20px;
    font-weight: 500;
    text-align: center;
}
.xl-product-advantage-panel .xl-advantage li:hover .content{
    display: block;
}
.xl-product-advantage-panel .xl-advantage li:hover .icon-title{
    display: none;
}
.xl-product-advantage-panel .xl-advantage li .content{
    display: none;
    /*box-sizing:border-box;*/
    height: 140px;
    padding: 20px 0;
    background-color: #4ac2cf;
    box-shadow: 0px 1px 3px 0 rgba(32, 22, 19, 0.06);
}
.xl-product-advantage-panel .xl-advantage li .content .title{
    font-size: 20px;
}
.xl-product-advantage-panel .xl-advantage li .content p{
    font-size: 14px;
    padding: 20px 10px;
}

/**安全体系**/
.xl-security-panel{
    padding: 50px 0;
}

.xl-security-panel .xl-security{
    overflow: hidden;
}

.xl-security-panel .xl-security .security-item{
    float: left;
    width: 185px;
    height: 100px;
    /*box-sizing:border-box;*/
    padding: 20px;
    margin-right: 15px;
    border: solid 1px #dadada;
    transition: all ease-in .3s;
}
.xl-security-panel .xl-security .security-item:hover{
 box-shadow: 0px 2px 6px 0 rgba(0, 0, 0, 0.14);
}
.xl-security-panel .xl-security .security-item:last-child{
    margin:0;
}

.xl-security-panel .xl-security .security-item .title{
  font-size: 20px;
  line-height: 0.9;
  letter-spacing: 0.4px;
}
.xl-security-panel .xl-security .security-item ul{
    margin-top:20px;
}
.xl-security-panel .xl-security .security-item .security{
    position: relative;
    width: 50%;
    float: left;
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 1.13;
    text-align: center;
    color:#828282;
}

.xl-security-panel .xl-security .security-item .security::after{
    content:"";
    width: 1px;
    height: 20px;
    background-color: #e3e3e3;
    position: absolute;
    right: 0;
    top: 0px;
}
.xl-security-panel .xl-security .security-item .security:nth-child(2n)::after{
    width: 0;
}


/**服务优势**/
.xl-service-advantage-panel{
    height: 280px;
    padding: 50px;
    margin-bottom: 50px;
    background-color:#fafafa;
}

.xl-service-advantage-panel .xl-service{
    margin-top: 50px;
    text-align: center;
}

.xl-service-advantage-panel .xl-service li{
    width: 25%;
    float: left;
}
.xl-service-advantage-panel .xl-service li:hover .icon,
.xl-service-advantage-panel .xl-service li:hover .advantage{
    color:#4ac2cf;
}
.xl-service-advantage-panel .xl-service .icon{
    display: block;
    font-size: 40px;
    color: #666;
    transition: all ease-in .3s;
}
.xl-service-advantage-panel .xl-service .advantage{
    font-size: 20px;
    color: #2f2f2f;
    margin: 25px;
    transition: all ease-in .3s;
}

.xl-service-advantage-panel .xl-service .content{
    font-size: 16px;
     color: #666666;
}

/**实施流程**/
.xl-process-panel{
    padding: 50px 0;
}

.xl-process-panel .xl-process{
    height: 285px;
    margin:50px 0;
    background: url(../../images/bright/bg-8.png) no-repeat center center;
}

.xl-process-panel .xl-process .process-top li,
.xl-process-panel .xl-process .process-bottom li{
    float: left;
    box-sizing:border-box;
    width: 270px;
    height: 140px;
    padding: 20px 10px;
    margin-left: 100px;
}
.xl-process-panel .xl-process .process-top li{
    background: url(../../images/bright/panel-bg-3.png) no-repeat center center;
}
.xl-process-panel .xl-process .process-top li:hover{
    background: url(../../images/bright/panel-bg-4.png) no-repeat center center;
    color: #fff;
}
.xl-process-panel .xl-process .process-bottom li{
    padding: 50px 10px 15px 10px;
    margin-top: 5px;
    background: url(../../images/bright/panel-bg-5.png) no-repeat center center;
}
.xl-process-panel .xl-process .process-bottom li:hover{
    background: url(../../images/bright/panel-bg-6.png) no-repeat center center;
    color: #fff;
}
.xl-process-panel .xl-process .process-bottom li:hover span,
.xl-process-panel .xl-process .process-bottom li:hover p,
.xl-process-panel .xl-process .process-top li:hover span,
.xl-process-panel .xl-process .process-top li:hover p{
    color: #fff;
}
.xl-process-panel .xl-process .process-top li:first-child{
    margin: 0;
}
.xl-process-panel .xl-process .process-top li .panel-sub-title,
.xl-process-panel .xl-process .process-bottom li .panel-sub-title{
    margin: 0;
    text-align: left;
    display: inline-block;
    vertical-align: middle;
}
.xl-process-panel .xl-process .process-top li span,
.xl-process-panel .xl-process .process-bottom li span
{
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
    font-size: 28px;
    color: #3ebecc;
}

.xl-process-panel .xl-process .process-top li p,
.xl-process-panel .xl-process .process-bottom li p{
    padding-left: 55px;
    color: #666666;
    font-size: 14px;
}

/**案例介绍**/
.xl-case-panel{
    padding-bottom: 50px;
}
.xl-case-panel .panel-title{
    margin-bottom: 50px;
}
.panel-box .tempWrap {
    margin: auto;
    width: 1145px;
}
.xl-case-panel .xl-case{
    box-sizing: border-box;
    float: left;
    width: 255px;
    height: 270px;
    border: 1px solid #e8e8e8;
    margin: 0 17px;
}

.xl-case-panel .xl-case .case-title{
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.4px;
    text-align: center;
    line-height: 60px;
    border-bottom: 1px solid #e8e8e8;
}

.xl-case-panel .xl-case .case-content{
    padding: 0 25px;
}

.xl-case-panel .xl-case .case-content p{
    margin: 15px 0;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.3px;
    color: #666666;
}

.xl-case-panel .xl-case .case-content .case-img{
    display: block;
    /*width: 215px;*/
    /*height: 50px;*/
    padding-bottom: 15px;
    margin: 0 auto;
    border-bottom: 1px solid #e8e8e8;
}

.xl-case-panel .xl-case .case-content .time{
  font-size: 18px;
  letter-spacing: 0.4px;
}

@keyframes warn {
    0% {
        transform: scale(0.3);
        -webkit-transform: scale(0.3);
        opacity: 0.0;
    }
    25% {
        transform: scale(0.3);
        -webkit-transform: scale(0.3);
        opacity: 0.1;
    }
    50% {
        transform: scale(0.5);
        -webkit-transform: scale(0.5);
        opacity: 0.3;
    }
    75% {
        transform: scale(0.8);
        -webkit-transform: scale(0.8);
        opacity: 0.5;
    }
    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
        opacity: 0.0;
    }
}
@keyframes warn1 {
    0% {
        transform: scale(0.3);
        -webkit-transform: scale(0.3);
        opacity: 0.0;
    }
    25% {
        transform: scale(0.3);
        -webkit-transform: scale(0.3);
        opacity: 0.1;
    }
    50% {
        transform: scale(0.3);
        -webkit-transform: scale(0.3);
        opacity: 0.3;
    }
    75% {
        transform: scale(0.5);
        -webkit-transform: scale(0.5);
        opacity: 0.5;
    }
    100% {
        transform: scale(0.8);
        -webkit-transform: scale(0.8);
        opacity: 0.0;
    }
}
@-webkit-keyframes warn {
    0% {
        transform: scale(0);
        -webkit-transform: scale(0);
        opacity: 0.0;
    }
    25% {
        transform: scale(0);
        -webkit-transform: scale(0);
        opacity: 0.1;
    }
    50% {
        transform: scale(0.1);
        -webkit-transform: scale(0.1);
        opacity: 0.3;
    }
    75% {
        transform: scale(0.5);
        -webkit-transform: scale(0.5);
        opacity: 0.5;
    }
    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
        opacity: 0.0;
    }
}

/*一体技术*/
.xl-technology-panel{
    width: 100%;
    padding: 55px 0;
}

.xl-technology-panel .w-1200 .xl-technology-img{
    width: 1200px;
    margin-bottom: 30px;
}

.xl-technology-panel .w-1200 .xl-technology-img img{
    width: 100%;
}

.xl-technology-boxWrap .xl-technology-box .xl-technology-list{
    float: left;
    width: 400px;
    margin-right: 25px;
    /*margin-right: 60px;*/
}

.xl-technology-boxWrap .xl-technology-box .xl-technology-list:last-child{
    width: 350px;
    margin-right: 0;
}

.xl-technology-boxWrap .xl-technology-box .xl-technology-list .technology-title{
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;
    margin-bottom: 5px;
}

.xl-technology-boxWrap .xl-technology-box .xl-technology-list .technology-content{
    width:350px;
    float: left;
    line-height: 24px;
    letter-spacing: 1px;
    font-size: 15px;
    color: #666666;
}

.xl-technology-boxWrap .xl-technology-box .xl-technology-list img{
    width: 22px;
    height: 22px;
    display: inline-block;
    float: right;
    margin-top: 3px;
}