/*banner部分*/
.home-banner {
    background: url('../images/serviceid/img_service_banner.png');
    background-size: 100% 100%;
    height: 600px;
    width: 100%;
}

.home-banner-box {
    height: 600px;
    max-width: 1440px;
    min-width: 1300px;
    margin: 0 auto;
}

.home-banner-title {
    font-size: 36px;
    color: #ffffff;
    font-weight: bold;
}

.bannar-icon-list {
    width: 138px !important;
    background: rgba(75, 88, 139, .4) !important;
    margin-right: 20px;
}

.bannar-icon-list img {
    margin-bottom: 5px;
}

.bannar-icon-box {
    margin: 50px 0 70px;
    width: auto !important;
    justify-content: flex-start;
}

.scope-content-bottom {
    position: absolute;
    width: 100%;
    line-height: 25px;
    padding: 0 25px 0px 30px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    top: 250px;
}

.service-modulesC-text {
    width: 737px;
    height: 60px;
    background: #FFFFFF;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    font-size: 20px;
    color: #121213;
}

.service-flow-box {
    width: 180px;
    height: 164px;
    border-radius: 10px;
    border: 1px solid #FFFFFF;
    background: #F6BB07;
    padding: 30px 27px 0 30px;
    font-size: 20px;
    font-weight: bold;
    color: #FFFFFF;
    position: relative;
}

.service-flow-arrows {
    position: absolute;
    width: 20px;
    height: 36px;
    right: -19px;
    top: 86px;
    z-index: 2;
}

.display-none {
    display: none
}

.service-scope-top {
    width: 1440px;
    display: flex;
    margin-bottom: 30px;
    justify-content: space-between;
    flex-wrap: wrap;

}

.box {
    height: 338px;
    width: 460px;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
}

.scope-content {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.scope-content-title {
    width: 190px;
    height: 60px;
    background: linear-gradient(90deg, #FFCC0C, #F6BB07);
    border-radius: 0px 0px 10px 10px;
    font-weight: bold;
    color: #121213;
    font-size: 24px;
    text-align: center;
    line-height: 60px;
}

.box-warp {
    transform: scale(1);
    transition: all 0.4s;

}

.box:hover .box-warp {
    transform: scale(1.3);
    transition: all 0.4s;
}

.detaile-module5-box {
    width: 1440px;
    height: 360px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 100px;
}

.detaile-module5-box-item {
    width: 338px;
    height: 100%;
    background: linear-gradient(0deg, #F8F8F8, #FFFFFF);
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 40px 30px 0 30px;
    box-sizing: border-box;
    box-shadow: 0px 4px 20px 0px rgba(255, 255, 255, 1);
    transition: all 0.4s;
}

.detaile-module5-box-item.box {
    width: 338px;
    height: 296px;
}

.detaile-module5-box-item-top {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border: 1px solid #E8E8E8;
    position: relative;
}

.detaile-module5-box-item-top-radius {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #333333;
    box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 1);
    transition: all 0.4s;
    display: flex;
    justify-content: center;
    align-items: center;
}

.detaile-module5-box-item:hover .detaile-module5-box-item-top-radius {
    background: #F6BB07;
    transition: all 0.4s;
    box-shadow: 0px 12px 12px 0px rgba(246, 187, 7, 0.24);
}

.detaile-module5-box-item:hover {
    transition: all 0.4s;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.08);
    background: linear-gradient(0deg, #FFFFFF, #FFFFFF);
}

.plate1-box {
    width: 1440px;
    height: 338px;
    flex-wrap: wrap;
}

.plate-box-title {
    font-size: 24px;
    color: #333333;
    margin-bottom: 19px;
    font-weight: bold;
}

.plate-box-title-2 {
    font-size: 14px;
    color: #707070;
    margin-bottom: 19px;
    font-weight: 600;
    text-align: center;
}

.plate2-box {
    width: 1440px;
}

.plate2-grid-1 {
    background-image: url("../images/serviceid/icon-service-modulesB1.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.plate2-grid-2 {
    background-image: url("../images/serviceid/icon-service-modulesB2.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.plate2-grid-3 {
    background-image: url("../images/serviceid/icon-service-modulesB3.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.plate4-item {
    color: #333333;
}

.plate4-item-bg {
    color: #ffffff;
    background-color: #333333;
}