body{
    margin: 0;
}

h3, p{
    margin: 0;
}


/* 智慧党建标准版页面样式*/
.partyStandard{
    width: 100%;
    height: auto;
    background: #f6f7ff;
}

/* psNecessity start */
.psNecessity{
    width: 100%;
    height: auto;
    background: url(../images/standard/pc/dj_biao_bg1.png) no-repeat;
    background-size: 100% auto;

    padding: 70px 0 70px;
}

.neDesc{
    display: flex;
    align-items: flex-end;
    margin-top: 40px;
}

.neDL{
    flex-shrink: 0;
    width: 436px;
    height: 440px;
    background: url(../images/standard/pc/dj_biao_tu1.png) no-repeat;
    background-size: 100% 100%;
    margin-right: 20px;

    box-sizing: border-box;
    padding: 70px 30px 0 30px;
}

.neDL p{
    font-size: 20px;
    font-weight: bold;
    color: #ffffff;
    line-height: 40px;
}

.neDL p:nth-child(2){
    border-top: 1px solid rgba(255,255,255,0.22);
    margin-top: 30px;
    padding-top: 20px;
}

.neDBox{
    text-align: right;
}

.neDBox p{
    box-sizing: border-box;
    padding-right: 30px;
}

.neDR{
    flex: 1;
    height: 412px;
    background: #FFFFFF;
    box-shadow: 3px 4px 20px 0px rgba(162,121,118,0.18);
    border-radius: 10px;
    box-sizing: border-box;
    padding: 40px;
}

.neDR{
    font-size: 18px;
    color: #333333;
    text-indent: 2em;
    line-height: 36px;
}
/* psNecessity end */

/* overview start */
.overview{
    width: 100%;
    height: auto;
    padding-bottom: 30px;
}

.overDesc{
    font-size: 18px;
    color: #333333;
    line-height: 38px;
    margin: 35px 0;
}

.overCover img{
    width: 100%;
    height: auto;
    transition: all .5s;
    position: relative;
    top: 0;
}

.overCover:hover img{
    top: -20px;
}
/* overview end */

/* jiazhi start */
.jiazhi{
    width: 100%;
    height: auto;
    background: url(../images/standard/pc/dj_biao_bg2.png) no-repeat;
    background-size: 100% 663px;
    padding: 150px 0 10px;
}

.jzList{
    width: 100%;
    height: 460px;
    display: flex;
    background: url(../images/standard/pc/dj_biao_tu4.png) no-repeat;
    background-size: 100% 100%;
    margin-top: 50px;
}

.jzItem{
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;

    box-sizing: border-box;
    padding: 50px 22px;
}

.jzTop{
    width: 234px;
    height: 78px;
    background: url(../images/standard/pc/dj_biao_tu5.png) no-repeat;
    background-size: 100% 100%;

    display: flex;
    align-items: center;
}

.iconBox{
    width: 70px;
    height: 70px;

    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 17px;
}

.iconBox img{
    width: 50px;
    height: 50px;
}

.jzTop h3{
    font-size: 24px;
    color: white;
    font-weight: 900;
}

.jzDesc{
    font-size: 18px;
    color: #333333;
    line-height: 36px;
    margin-top: 30px;
}
/* jiazhi end */

/* funcIntro start */
.funcIntro{
    width: 100%;
    height: auto;
}

.funcImg{
    text-align: center;
    background: url(../images/standard/pc/dj_biao_bg3.png) no-repeat;
    background-size: 100% 710px;
}

.funcImg img{
    width: 1048px;
    height: auto;
    transition: all .5s;
    position: relative;
    top: 0;
}

.funcImg img:hover{
    top: -20px;
}
/* funcIntro end */

/* platformDisplay start */
.platformDisplay{
    width: 100%;
    height: auto;
}

.pdImg{
    width: 100%;
    height: 801px;
    background: url(../images/standard/pc/dj_biao_bg4.png) no-repeat;
    background-size: 100% 100%;
    text-align: center;
    box-sizing: border-box;
    padding-top: 100px;
}

.pdImg img{
    width: 1180px;
    height: auto;
    transition: all .5s;
    position: relative;
    top: 0;
}

.pdImg img:hover{
    top: -20px;
}
/* platformDisplay end */

/* customerCases start */
.customerCases{
    width: 100%;
    height: 544px;
    background: url(../images/standard/pc/dj_biao_bg5.png) no-repeat;
    background-size: 100% 100%;

    padding-top: 50px;
}

.cucaList{
    display: flex;
    flex-wrap: wrap;
    margin-top: 28px;
}

.ccItem{
    display: flex;
    align-items: center;
    justify-content: center;

    width: 289px;
    height: 145px;
    box-sizing: border-box;
    border: 2px solid #E81D0B;
    margin: 0 12px 12px 0;

    font-size: 20px;
    color: #E31607;
    text-decoration: none;
    transition: all .5s;
}

.ccItem img{
    width: 100%;
    height: 100%;
}

.ccItem:nth-child(4n){
    margin-right: 0;
}

.ccItem:hover{
    transform: scale(1.05);
}
/* customerCases end */









