﻿
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.body {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #FCFDFF;
    min-height: 100vh;
    position: relative;
    min-width: 1200px;
    background-image: url(../image/bg2.jpg);
    background-position: center 1000px;
    background-size: 1920px 622px;
    background-repeat: no-repeat;
}


.header, .section, .footer {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.header {
    width: 100%;
    height: 64px;
    background: #FFFFFF;
    box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.04);
    flex: none;
    position: sticky;
    top: 0;
    z-index: 1000;
}

.section {
    flex: 1;
    z-index: 10;
}

.footer {
    width: 100%;
    height: 170px;
    background: #DBE8FE;
    flex: none;
}

.content {
    width: 1200px;
}

.header > .content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    height: 64px;
}

    .header > .content > .logo-img {
        width: 190px;
        height: 44px;
    }

  

.menu-box {
    height: 64px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: row;
}

.menu {
    margin: 0 23px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 14px;
    color: #45474D;
    text-shadow: 0px 4px 10px rgba(0,0,0,0.04);
    font-style: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    cursor: pointer;
}

    .menu.active {
        font-weight: 600;
    }

        .menu.active::after {
            content: '';
            position: absolute;
            bottom: 0px;
            left: -2px;
            right: -2px;
            height: 4px;
            background: #2E5EA5;
        }

.item {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 48px;
}

    .item .item-left {
        width: 880px;
    }

        .item .item-left .titel {
            font-family: PingFangSC, PingFang SC;
            font-weight: 600;
            font-size: 28px;
            color: #45474D;
            line-height: 40px;
            text-align: left;
            font-style: normal;
            margin-bottom: 20px;
        }

    .item .item-right {
        width: 280px;
        border-radius: 8px;
        border: 1px solid #EEEEEE;
        position: relative;
        padding: 13px 20px;
    }

        .item .item-right .icon-bg {
            width: 96px;
            position: absolute;
            left: 0;
            top: 0;
            z-index: 0;
        }

.item1 .item-right {
    height: 565px;
    background: linear-gradient(186deg, #FFD6C5 0%, #FFFFFF 100%);
}

.item2 .item-right {
    height: 606px;
    background: linear-gradient(180deg, #E9F8FF 0%, #FFFFFF 100%);
}

.item1 .card-box {
    display: flex;
    flex-direction: column;
    /*align-items: center;*/
}

.item1 .card {
    width: 100%;
    height: 150px;
    background: #FFFFFF;
    box-shadow: 0px 6px 12px 0px rgba(0,0,0,0.06);
    border-radius: 4px;
    margin-bottom: 24px;
    padding: 13px 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

.item2 .card-box {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}
.item1 {
    margin-top: 540px;
}

.item2 .card {
    flex: none;
    width: 278px;
    height: 264px;
    background: #FFFFFF;
    box-shadow: 0px 2px 20px 0px rgba(193,213,254,0.2);
    border-radius: 12px;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    /*align-items: center;*/
    justify-content: space-between;
    cursor: pointer;
}

.item1 .card .card-img-box {
    width: 220px;
    height: 124px;
    position: relative;
    margin-right: 20px;
}

.item1 .card .card-content {
    flex: 1;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
}

.item1 .card .card-img {
    width: 220px;
    height: 124px;
}

.item1 .card .card-content-title {
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-size: 16px;
    color: #45474D;
    text-align: left;
    font-style: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; /* 例如，这里设置为2表示显示2行，超过部分显示为... */
    overflow: hidden;
}

.item1 .card .card-content-text {
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    text-align: left;
    font-style: normal;
}

.item2 .card .card-img-box {
    width: 100%;
    height: 157px;
    position: relative;
    border-radius: 4px 4px 0 0;
}

.item2 .card .card-content {
    flex: 1;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    padding: 12px 16px 16px;
}

.item2 .card .card-img {
    width: 100%;
    height: 157px;
    border-radius: 4px 4px 0 0;
}

.item2 .card .card-content-title {
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-size: 16px;
    color: #45474D;
    text-align: left;
    font-style: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; /* 例如，这里设置为2表示显示2行，超过部分显示为... */
    overflow: hidden;
}

.item2 .card .card-content-text {
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    text-align: left;
    font-style: normal;
}

.tag {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 53px;
    height: 22px;
    border-radius: 4px;
    font-weight: 600;
    font-size: 12px;
    color: #F8F9FD;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 1px;
}

.success-tag {
    background-color: #15C9C9;
}

.warning-tag {
    background-color: #FCA445;
}

.error-tag {
    background-color: #F45F55;
}

.footer .content {
    padding: 25px 0 14px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.footer .top {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer .logo-img {
    width: 190px;
    height: 44px;
}

.footer .bottom {
    flex: none;
    width: 100%;
    height: 48px;
    padding-top: 12px;
    text-align: center;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 16px;
    color: #6F778A;
    font-style: normal;
    border-top: 1px solid rgba(187, 187, 187, 0.31);
}

.contact-way {
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 16px;
    color: #6F778A;
    line-height: 28px;
    text-align: left;
    font-style: normal;
}

.item-right > .titel {
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-size: 24px;
    color: #45474D;
    line-height: 33px;
    font-style: normal;
}

.inform-box {
    font-family: PingFangSC, PingFang SC;
    font-weight: 500;
    font-size: 14px;
    color: #222222;
    line-height: 20px;
    text-align: left;
    font-style: normal;
    margin-top: 24px;
    padding-bottom: 20px;
    border-bottom: 1px solid #F2E2DE;
    cursor: pointer;
    z-index: 10;
    position: relative;
}

.item2 .inform-box {
    border-bottom: 1px solid #EEEEEE;
}

.item-right > .inform-box:last-child {
    border: none;
}

@media (max-width: 1200px) {
    .body {
        background-position: -360px 1000px;
    }
}

.bg1 {
    position: absolute;
    top: 64px;
    background: url(../image/bg3.jpg) no-repeat center center;
    background-size: cover;
    min-width: 1200px;
    height: 480px;
    width: 100%;
    z-index: 1;
}

/*.service {
    width: 110px;
    height: 178px;
    position: sticky;
    top: 150px;
    z-index: 1000;
    margin-left: 1440px;
    margin-top: 540px;
    margin-bottom: -178px;
    background: url(../image/service.png) no-repeat center center;
    background-size: 110px 178px;
}*/
.service {
    width: 110px;
    height: 178px;
    position: fixed;
    top: 400px;
    right: 20px;
    z-index: 1000;
    background: url(../image/service.png) no-repeat center center;
    background-size: 110px 178px;
}

.service-phone {
    text-align: center;
    margin-top: 141px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-size: 12px;
    color: #45474D;
    font-style: normal;
    margin-left: 14px;
}
