/* 网格化系统管理 主题页 */
.them-ban{
    width: 100%;
    height: 700px;
    background-size: cover;
}
.them-page{
    width: 1200px;
    height: 885px;
    margin: 0 auto;
    padding-top: 50px;
}
.tit-big {
    width: 100%;
    height: 60px;
    margin: 0;
    font-size: 48px;
    text-align: center;
    font-weight: 100;
    line-height: 60px;
}
.tit-small{
    width: 100%;
    display: block;
    font-size: 16px;
    text-align: center;
    line-height: 26px;
    color: #9b9b9b;
    margin-bottom: 35px;
    margin-top: 5px;
}
.them-pic-exh{
    width: 100%;
    height: auto;
    margin-top: 80px;
}
    /* 应用 */
.page-application{
    width: 100%;
    clear: both;
    overflow: hidden;
    height: 702px;
    background: url(/static/index/img/old/images/theme/products/xinshang_08.png) no-repeat center;
}
.app-center-box{
    width: 1200px;
    height: auto;
    margin: 0 auto;
}
.center-list{
    overflow: hidden;
    margin-top: 200px;
    width: 105%;
}
.center-list li{
    width: 265px;
    height: 300px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    float: left;
    margin-right: 47px;
    cursor: pointer;
    position: relative;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
.center-list li .center-main{
    padding: 0 26px;
    text-align: center;
    color: #fff;
}
.center-list li .center-main img{
    width: 43px;
    height: 43px;
    margin: 50px 0 0;
}
.center-list li .center-main .main-tit{
    font-size: 20px;
    font-weight: 300;
    margin-top: 35px;
}
.center-list li .center-main .main-untit{
    height: 80px;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-size: 14px;
    color: #badcff;
    line-height: 26px;
    margin-top: 12px;

}
.show-txt{
    line-height: 26px;
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    z-index: 10;
}
.center-list li:hover{
    background: #fff;
}
.center-list li:hover .show-txt{
    width: 100%;
    padding: 0 26px;
    display: block;
    font-size: 14px;
    color: #1086fd;
}
.center-list li:hover .main-untit{
    display: none
}

/* 功能体系 */
.page-function{
    width: 1200px;
    height: 1124px;
    margin: 0 auto;
    padding-top: 50px;
}
.fun-list-box{
    overflow: hidden;
    margin-top: 40px;
}
.fun-list-box li{
    width: 299px;
    height: 240px;
    text-align: center;
    float: left;
}
.fun-tit{
    font-size: 20px;
    margin-top: 20px;
}
.fun-txt{
    font-size: 12px;
    color: #9b9b9b;
    margin-top: 18px;
    line-height: 20px;
}
/* 系统研发重点 */
.page-sys{
    width: 100%;
    background: #fafafa;
}
.sys-center-box{
    width: 1200px;
    height: 1268px;
    margin: 0 auto;
    padding-top: 302px;
    position: relative;
}
.sys-main-box{
    overflow: hidden;
}
.sys-top{
    overflow: hidden;
}
.top-left{
    text-align: right;
    width: 550px;
    position: relative;
    padding-right: 68px;
}
.top-left:after{
    content: '';
    position: absolute;
    top: 22px;
    right: 0;
    background: url(/static/index/img/old/images/theme/products/icon_47.png) no-repeat center;
    width: 40px;
    height: 40px;
}
.top-left h3{
    font-weight: 500;
    font-size: 20px;
}
.top-left p{
    font-size: 14px;
    color: #666666;
    line-height: 26px;
}
.top-right{
    padding-left: 88px;
    position: relative;
}
.top-right:after{
    content: '';
    position: absolute;
    top: 86px;
    left: -20px;
    width: 1px;
    height: 195px;
    background: -webkit-linear-gradient(#f6f6f6, #e1e1e1,#f6f6f6); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(#f6f6f6, #e1e1e1,#f6f6f6); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(#f6f6f6, #e1e1e1,#f6f6f6); /* Firefox 3.6 - 15 */
    background: linear-gradient(#f6f6f6, #e1e1e1,#f6f6f6); /* 标准的语法（必须放在最后） */
}
.bottom-right{
    width: 600px;
    text-align: center;
}
.bottom-left{
    padding-left: 44px;
}
.bottom-left h3{
    position: relative;
}
.bottom-left h3:after{
    content: '';
    position: absolute;
    top: 0;
    left: -66px;
    background: url(/static/index/img/old/images/theme/products/icon_51.png) no-repeat center;
    width: 40px;
    height: 40px;
}
.bottom-unline{
    font-size: 14px;
    color: #666666;
}
.whole-box{
    margin-top: 16px;
}
.who-tit{
    font-size: 14px;
    color: #000;
}
.who-un{
    padding-left: 10px;
    line-height: 22px;
}
.who-un li{
    font-size: 14px;
    color: #666;
}
.ab-img{
    position: absolute;
    top: -179px;
}
.footers {
    margin-top: 30px;
}
