* {
    margin: 0;
    padding: 0;
}

ul,
li,
ol {
    list-style-type: none;
}

h1 {
    font-size: 32px;
    font-weight: 700;
    color: #333;
}

.head {
    display: flex;
    width: 100%;
    height: 560px;
    background-image: url(../image/service/fuwuzhichi.jpg);
    background-size: cover;
    background-position: center bottom;
}

.headCrest {
    max-width: 1430px;
    margin: auto;
    padding: 50px;
}

.headCen {
    width: 50%;
    color: #fff;
}

.headCen h1 {
    padding-bottom: 10px;
    font-size: 38px;
    color: #fff;
}

.headBottom {
    font-size: 17px;
}

/* 第一部分 */
.system {
    padding: 30px 0 0 0;
}

.system .row {
    max-width: 1430px;
    margin: auto;
    padding: 50px;
}

.system h1 {
    text-align: center;
    padding: 50px;
}

.system .row .zom {
    padding-right: 100px;
    margin-bottom: 50px;
}

.system .row .zom .h3 {
    padding: 0 0 10px 0;
    font-size: 19px;
}

.system .row .zom p {
    line-height: 26px;
    color: #808080;
    font-size: 15px;
}

.system .row .zom .chart img {
    width: 30px;
    height: 30px;
}

/* 第二部分 */
.alerts {
    padding: 30px 0 50px 0;
    background-color: #f7f9fc;
}

.alerts h1 {
    text-align: center;
    padding: 50px;
}

.worf {
    display: flex;
    justify-content: space-between;
    max-width: 1430px;
    margin: auto;
    padding: 50px;
}

.worf h3 {
    font-size: 19px;
}

.worf .worfOne {
    text-align: right;
}

.worf .images {
    display: flex;
    justify-content: center;
}

.worf .worfOne,
.worfTow {
    display: flex;
    flex-direction: column;
    line-height: 30px;
}

.worf .worfTow .textCol,
.textloot {
    position: relative;
}

.worf .worfOne .textQree,
.textloot {
    margin-top: 150px;
}

.worf .worfOne .textPot,
.textQree {
    position: relative;
}

.textPot p {
    font-size: 15px;
    color: #808080;
}
.images img{
    width: 100%;
}
.s,
.o {
    position: absolute;
    top: 28px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
}

.s {
    right: -20px;
    background-color: orange;
}

.o {
    background-color: cornflowerblue;
    left: -20px;
}

/* 第三部分 */
.bo {
    padding: 30px 0 100px 0;
}

.bo h1 {
    text-align: center;
    padding: 50px;
}

.bo .mowo {
    max-width: 1430px;
    margin: auto;
    padding: 50px;
    border-bottom: 1px solid #e6e6e6;
    display: flex;
    justify-content: space-between;
}

.bo .mowo .ku {
    position: relative;
    flex: 1;
}

.bo .mowo .ku .e {
    width: 10%;
    height: 2px;
    position: absolute;
    bottom: -49px;
    left: 0;
    background-color: #2e70da;
}

.bo .mowo .marke img {
    width: 30px;
    height: 30px;
}

.bo .mowo .h4 {
    font-size: 19px;
    color: #1e336e;
    padding: 10px 0 10px 0;
}

.bo .mowo p {
    font-size: 15px;
    line-height: 26px;
    color: #808080;
    padding-right: 30px;
}

/* 第四部分 */
.expBox {
    padding: 30px 0 40px;
    background-color: #0a2540;
    z-index: 2;
}

.expBox .expCe {
    max-width: 1430px;
    margin: auto;
    padding: 50px;
}

.expBox .expCe h1 {
    color: #02c6f0;
}

.expBox .expCe .row p {
    color: #697799;
    line-height: 26px;
    margin: 30px 0;
    font-size: 17px;
}

.expBox .expCe .row .logoBox img {
    width: 70%;
}

.textBottom {
    position: relative;
    display: flex;
    margin-top: 120px;
    padding-bottom: 50px;
}

.textBottom .coco {
    margin-right: 200px;
}

.textBottom .coco .cocoOne {
    padding-left: 20px;
    color: #fff;
    font-size: 28px;
    display: flex;
    flex-direction: column;
    position: relative;
    height: 40px;
}

.l {
    position: absolute;
    top: 20%;
    left: 0;
    width: 2px;
    height: 20px;
    background-color: #fff;

}

.textBottom .coco p {
    padding-left: 20px;
    color: #697799;
    margin-top: 5px;
}

/* 第五部分 */
.dok {
    padding: 30px 0 50px 0;
}

.dok h1 {
    text-align: center;
    padding: 50px;
}

.dok {
    max-width: 1430px;
    margin: auto;
    padding: 50px;
}
.dokT {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}
.dok .dokT .product {
    text-align: center;
}

.dok .dokT .product .ong {
    flex: 1;
}

.dok .dokT .product .ong:hover {
    transform: translateY(-20px);
    transition: all 0.7s;
}

.dok .dokT .product .pors {
    margin-top: 40px;
    color: #808080;
}

.dok .dokT .product .ong img {
    width: 200px;
    height: 300px;
    cursor: pointer;
    box-shadow: 5px 6px 19px 1px #eaeaea;
}

.dok .dokT .product .ong .pors {
    text-align: center;
}
.FileBook {
    margin-bottom: 50px;
}
.FileBookItem {
    display: flex;
    justify-content: space-between;
    padding:  10px;
    border-bottom: 1px dashed #e6e6e6;
    cursor: default;
    font-size: 15px;
}
.FileBookItem:hover {
    color: #2e70da;
}
.FileBookItemBtn a {
    margin-right: 50px;
    color: #333;
    cursor: pointer;
}
.FileBookItem:hover .FileBookItemBtn a {
    color: #2e70da;
}
.FileBookTitle {
    border-bottom: 1px solid #e6e6e6;
    font-size: 19px;
    color: #2e70da;
    position: relative;
}
.FileBookTitle::before {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 150px;
    height: 1px;
    background-color: #2e70da;
}