@charset "utf-8";
.main {
    width: 1200px;
    margin: 5px auto 70px;
    overflow: hidden
}
.head_wrap {
    background: #0052d9;
}
.article_content {
    color: #5e6267;
    margin-top: -70px;
}
.dev_1 {
    display: inline-block;
    height: 29px;
    width: 623px;
    margin-left: 5px;
    margin-bottom: -10px
}
.system_list {
    display: block;
    border-bottom: 1px solid #e4e0e0;
    margin-bottom: 50px
}

.system_list:last-child {
    border-bottom: none
}

.system_list .list_title {
    font-size: 20px;
    font-weight: 400;
    color: #000;
    margin-bottom: 25px
}

.system_title .icon {
    display: block;
    height: 50px;
    width: 50px;
    float: left;
    margin-right: 10px
}

.icon_police {
    background: url(../images/channel/productClass/police.png) no-repeat
}

.icon_cloud {
    background: url(../images/channel/productClass/cloud.png) no-repeat
}

.icon_zfhy {
    background: url(../images/channel/productClass/zfhy.png) no-repeat
}
.icon_xfhy{
    background: url(../images/channel/productClass/xfhy.png) no-repeat
}
.icon_zqcl{
    background: url(../images/channel/productClass/zqcl.png) no-repeat
}
.icon_print{
    background: url(../images/channel/productClass/print.png) no-repeat
}
.icon_libriay{
    background: url(../images/channel/productClass/libriay.png) no-repeat
}
.icon_progranned{
    background: url(../images/channel/productClass/programmed.png) no-repeat
}
.icon_wspnl{
    background: url(../images/channel/productClass/wspnl.png) no-repeat
}

.icon_qycl{
    background: url(../images/channel/productClass/qycl.png) no-repeat
}
.system_title .title {
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    margin-bottom: 3px
}

html[lang=en] .system_title .title {
    position: relative;
    top: 12px
}

.system_title .title a {
    text-decoration: none;
    color: #000
}

.system_title .sub_title {
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #999
}

.system_details {
    margin: 25px 0 30px
}

.system_details p {
    line-height: 28px;
    font-size: 14px;
    text-align: justify
}
.system_details .card{
    display: block;
    width: 34%;
    height: 1150px;
    margin:20px 30px;
    position: relative;
    background: #E8EDF2;
    border-radius: 10px;
    padding: 0px 30px;
    float: left;
}
.card .position{
    top: 20px;
    position: relative;
    text-align: center;
}
.card .item{
    display: inline-block;
    width: 60px;
    height: 60px;
    top: 20px;
    border-radius: 2px;
    color: white;
    font-size: 14px;
    text-align: center;
    line-height: 4;
}
.card .title{
    position: relative;
    height: 30px;
    top: 30px;
    text-align: center;
    font-size: 16px;
    color: #111111;
}
.card .item1{
    background: #B080F5;
}
.card .item2 {
    background: #80B6F5;
}
.card .item3{
    background: #F5B580;
}
.card .item4 {
    background: #F580E8;
}
.card .item5{
    background: #F58080;
}

.card .content{
    position: relative;
    top: 40px;
}
.see-org {
    right: 5px;
    cursor: pointer;
    float: right
}

.see-org a {
    color: #0457b7;
    font-size: 14px;
    text-decoration: none
}

