/*banner*/
.bannersilde {
    width: 100%;
    /*height: 604px;*/
    overflow: hidden;
    position: relative;
}
.bannersilde .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}
.bannersilde img {
    width: 100%;
    /*height: 604px;*/
    display: block;
}
.bannersilde .hd {
    overflow: hidden;
    position: absolute;
    left: 0px;
    width: 100%;
    text-align: center;
    bottom: 10px;
    z-index: 1;
}
.bannersilde .hd ul li {
    width: 10px;
    height: 10px;
    display: inline-block;
    background: #fff;
    margin: 0 8px;
    cursor: pointer;
    border-radius: 5px;
}
.bannersilde .hd ul li.on {
    width: 45px;
    border-radius: 5px;
    background-color: #fff;
}

/*系统优势*/
.advantagebox{
    background-color: #F3F6F9;
    padding: 20px 0;
}
.advantage{
    width: 1200px;
    margin:0 auto;
}
.advantagebox .contain{
    margin:15px 0 0 0;
}
.advantagebox div.title {
    margin-bottom: 5px;
}

.advantage li{
    width: 50%;
    /*height: 115px;*/
    float: left;
    margin:30px 0;
}
.advantage .adv_img{
    float: left;
}
.advantage .system_h{
    float: left;
    width: 423px;
    margin:0 0 0 19px;
}
.advantage .sys_p1{
    font-size: 14px;
    margin-top: 12px;
    line-height: 1.8;
}
/*适用行业*/
.industry_box{
    padding-top: 20px;
    background: url(../images/psUniver/industry_g.png) no-repeat center;
    height: 602px;
}
.industry_box .title{
    color:#fff;
}
.industry{
    width: 1200px;
    margin:50px auto 0;
}
.industry li{
    float: left;
    width: 333px;
    height: 361px;
    margin-right: 100px;
}
.industry li.last_li{
    margin-right: 0;
}
.industry li .indu_li_dv{
    position: relative;
    height: 361px;
}
.industry li .indu_li_dv .li_img{
    position: absolute;
    top: 0;
    left: 0;
}
.industry li .indu_li_dv .dv_con{
    position: absolute;
    top: 220px;
    left: 20px;
}
.industry .dv_con .dv_con_title{
    font-size: 18px;
    color:#444;
}
.industry .dv_con .dv_con_p{
    margin-top: 15px;
    width: 288px;
    font-size: 14px;
    color:#666;
    line-height: 2;
}
/*产品优势*/
.pro_adv_box{
    padding-top: 20px;
    height: 370px;
}
.pro_adv{
    width: 1200px;
    margin:80px auto 0;
}
.pro_adv li{
    float: left;
    margin-right: 255px;
    width: 108px;
    text-align: center;
}
.pro_adv li.last_li{
    margin-right: 0;
}
.pro_adv li p{
    font-size: 18px;
    margin-top: 28px;
}


/*点击显示图片*/
.cps_seebox{
    position: relative;
}
.psUniver-app,.psUniver-gong{
    width: 130px;
    /*height: 100px;*/
    position: absolute;
    top: 70px;
    display: none;
}
.psUniver-app{
    left: 0;
}
.psUniver-gong{
    left: 182px;
}