
.wow { visibility: hidden; }

.app-main .banner{
    width: 100%;
    height: 600px;
    background: url('/assets/img/bg_banner.jpg') no-repeat;
    background-size: cover;
    background-position-x: 39%;
}

.app-main .banner .banner-text{
    max-width: 1200px;
    min-width: 960px;
    margin: 0 auto;
    padding-top: 153px;
    padding-left: 53px;
}

.app-main .banner .banner-text p{
    margin-bottom: 12px;
    font-size: 38px;
    color: #434343;
}

.app-main .banner .banner-text .video{
    display: inline-block;
    background-color: #2196F3;
    font-size: 16px;
    width: 146px;
    color: white;
    height: 42px;
    line-height: 42px;
    padding: 2px 16px;
    border-radius: 21px;
    position: relative;
    margin-top: 50px;
    box-shadow: 1px 2px 6px 0px #0000007a;
    -webkit-box-shadow: 1px 2px 6px 0px #0000007a;
}

.app-main .banner .banner-text .video:hover{

}

.app-main .banner .banner-text .video img{
    position: absolute;
    left: 7px;
    top: 6px;
    width: 34px;
}
.app-main .banner .banner-text .video span{
    margin-left: 36px;
}

.app-main .content-solution{
    max-width: 1200px;
    min-width: 960px;
    margin: 0 auto;
    text-align: center;
    height: 700px;
    overflow: hidden;
}

.app-main .content-solution .content-center-text{
    margin: 65px 0 50px;
}

.app-main .content-solution .title-h3{
    margin: 0 0 25px;
}

.app-main .content-solution p{
    font-size: 16px;
    margin: 20px;
}

.app-main .content-solution .imglist{
    margin-bottom: 20px;
    display: -webkit-flex; /* Safari */
    display: flex;
    width: 85%;
    margin: 0 auto;
    justify-content: space-between;
}
.app-main .content-solution .imglist>div{
    width: 200px;
}
.app-main .content-solution .imglist img{
    height: 130px;
    transition: all 0.5s;
    -webkit-transition:all 0.5s;
    -moz-transition:all 0.5s;
    -o-transition:all 0.5s;
    cursor: pointer;
}
.app-main .content-solution .imglist img:hover{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.app-main .title-h3{
    font-size: 30px;
    color: #2196F3;
    margin: 20px 0;
}

.app-main .color-black{
    color: black;
}

.app-main .color-white{
    color:white;
}

.app-main .color-blue{
    color:#208be8;
}

.app-main .content-crm{
    margin: 0 auto;
    text-align: center;
    height: 600px;
    width: 100%;
    background: url('/assets/img/bg_crm.jpg') no-repeat;
    background-size: cover;
    position: relative;
}

.app-main .content-text{
    height: 500px;
    text-align: left;
    min-width: 960px;
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 80px;
    position: relative;
}

.app-main .content-crm .content-text>img{
    width: 645px;
    position: absolute;
    top: 75px;
}

.app-main .content-text h3.content-title{
    font-size: 25px;
    margin: 10px 0;
}
.app-main .content-text a.content-btn{
    display: inline-block;
    line-height: 36px;
    border: 1px solid;
    border-radius: 5px;
    padding: 0px 21px;
    margin: 20px 0;
}

.app-main .content-text ul.content-list>li{
    line-height: 36px;
}
.app-main ul.content-list>li img{
    width: 10px;
    margin-right: 5px;
}

.app-main .content_risk_evaluate{
    margin: 0 auto;
    text-align: center;
    height: 650px;
    width: 100%;
    background: url('/assets/img/bg_risk.jpg') no-repeat;
    background-size: cover;
    position: relative;
}
.app-main .content_risk_evaluate .content-text>img{
    width: 450px;
    position: absolute;
    right: 0;
    top: 0;
}

.app-main .content-alarm{
    height: 650px;
}

.app-main .content-alarm .boxlist{
    margin-top: 30px;
    display: -webkit-flex; /* Safari */
    display: flex;
    justify-content: space-between;
}
.app-main .content-alarm .boxlist .box{
    width: 225px;
    border: 1px solid #f7f5f5;
    margin: 0px 4px;
    height: 270px;
    padding: 6px;
    position: relative;
    cursor: pointer;
    transition: all 0.5s;
    -webkit-transition:all 0.5s;
    -moz-transition:all 0.5s;
    -o-transition:all 0.5s;
    box-shadow: 0 7px 7px rgba(0,0,0,.04);
    -webkit-box-shadow: 0 7px 7px rgba(0,0,0,.04);
}

.app-main .content-alarm .boxlist .box:hover{
    box-shadow: 0 7px 7px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 7px 7px rgba(0, 0, 0, 0.15);
    transform:translateY(-10px);
    -webkit-transform:translateY(-10px);
}

.app-main .content-alarm .boxlist .box img{
    width: 100%;
    display: block;
}

.app-main .content-alarm .boxlist .box h3{
    color: black;
    font-size: 18px;
    font-weight: bolder;
    margin: 25px 0 15px;
}
.app-main .content-alarm .boxlist .box p{
    color: #9e9e9e;
}

.app-main .content-center-section{
    text-align: center;
    max-width: 1200px;
    min-width: 960px;
    margin: 80px auto 0;
}

.app-main .content-center-section p{
    margin: 20px 0;
    font-size: 16px;
}

.app-main .button{
    display: inline-block;
    line-height: 36px;
    border: 1px solid;
    border-radius: 5px;
    padding: 0px 21px;
    margin: 20px 0;
    cursor: pointer;
}
.app-main .button.color-blue:hover{
    background-color: #2488ff;
    color:white;
}
.app-main .button.color-white:hover{
    background-color: white;
    color:#2488ff;
    border-color: #2488ff;
}

.app-main .content-monitor{
    height: 600px;
    background-color: #fbf9f9;
}

.app-main .content-monitor .fashion_terminal{
    position: absolute;
    top: 34px;
    right: 0px;
    width: 341px;
}

.app-main .content-monitor .monitor-img-list img{
    width: 100px;
    margin-right: 10px;
}

.app-main .content-service{
    margin: 0 auto;
    height: 550px;
    width: 100%;
    background: url('/assets/img/bg_service.jpg') no-repeat;
    background-size: cover;
    background-position-x: 20%;
}

.app-main .content-service .content-list p{
    font-size: 13px;
    margin-left: 30px;
    line-height: 24px;
}

.app-main .content-service .content-list li{
    line-height: 40px;
}

.app-main .content-service .content-list img{
    width: 23px;
    position: relative;
    top: 6px;
}

.app-main .about-us{
    min-width: 960px;
    max-width: 1200px;
    height: 350px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.app-main .about-us .navlist a{
    cursor: pointer;
    color: #000000;
}
.app-main .about-us .navlist a:hover{
    color: #318de9;
}

.app-main .about-us .telephone{
    position: relative;
    margin: 50px 0 20px 0;
}

.app-main .about-us .telephone img{
    position: absolute;
    width: 64px;
    top: 0px;
}
.app-main .about-us .telephone>div{
    margin: 50px 0 0 76px;
}
.app-main .about-us .telephone .telephone-number{
    font-size: 45px;
    color: #318de9;
}

.app-main .about-us .sub-text{
    margin: 10px 0;
    font-size: 18px;
}

.app-main .about-us .navlist{
    margin: 40px 0;
}
.app-main .about-us .navlist li{
    float: left;
    padding:0 50px;
    border-right: 1px solid #aeaeae;
}
.app-main .about-us .navlist li:first-child{
    padding-left: 0px;
}
.app-main .about-us .navlist li:last-child{
    border-right: 0px;
}
.app-main .img-qr{
    width: 173px;
    height: 200px;
    position: absolute;
    right: 0px;
    top: 64px;
    text-align: center;
    border: 1px solid #2488ff;
    background-color: #2488ff;
}
.app-main .img-qr p{
    margin-top: 3px;
    font-size: 17px;
    color: white;
}
.app-main .img-qr img{
    width: 173px;
}

.item-hover{
    -webkit-animation:bounce .7s;
    animation:bounce .7s;
    -o-animation: bounce .7s;
}

@media (max-width: 1370px){
    .app-main .banner{
        height: 500px;
    }
    .app-main .content .imglist img{
        height: 125px;
    }
    .app-main .content-service{
        height: 500px;
    }
    .app-main .banner .banner-text p{
        font-size: 34px;
    }
    .app-main .content-solution .imglist img{
        height: 110px;
    }
}


