
.layout-ent-service {
    position: relative;
    width: 100%;
}
.ent-service-dan-banner{
    width: 100%;
}

.layout-ent-service .content-logo {
    position: absolute;
    top: -137px;
    width: 100%;
    display: flex;
    justify-content: center;
}

.layout-ent-service .content-logo .logo-center {
    width: 1300px;
}
.layout-ent-service .content-logo .logo-center .logo-model {
    background-image: url("/site/assets/img/ent-service-1.png");
    background-size: 100% 100%;
    width: 1003px;
    height: 210px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 38px;
    padding-right: 59px;
}

.layout-ent-service .content-logo .logo-center .logo-model .logo-circle {
    /*width: 20px;*/
    /*height: 20px;*/
    /*background: #FFFFFF;*/
    /*border-radius: 50%;*/
    margin-left: 47px;
    margin-right: 39px;
}

.logo-center .logo-model .logo-name {
    font-weight: bold;
    font-size: 64px;
    color: #FFFFFF;
}

.logo-center .logo-model .logo-triangle::before {
    content: ''; /* 伪元素需要有内容才能显示 */
    display: block; /* 使伪元素成为块级元素 */
    width: 0;
    height: 0;
    border-left: 9.5px solid transparent; /* 左边框 */
    border-right: 9.5px solid transparent; /* 右边框 */
    border-bottom: 11px solid #ffffff; /* 下边框，设置为三角形的颜色 */
    transform: rotate(180deg);
}


.ent-service-content{
    width: 1300px;
}
.bncy{
    padding-top: 73px;
}
.bncy-title{
    font-weight: bold;
    font-size: 46px;
    color: #000000;
    text-align: left;
    transform: skewX(-10deg); /* 向左倾斜10度 */
}
.bncy-button{
    font-weight: 400;
    font-size: 18px;
    color: #FF8615;

}

.bncy-pad-left{
    padding-left: 55px;
}
.bncy-title-2{
    padding-left: 32px;
}
.bncy-title-3{
    font-weight: bold;
    font-size: 26px;
    color: #000000;
}
.bncy-title-4{
    font-weight: 400;
    font-size: 18px;
    color: #000000;
}
.bncy-table{
    width: 100%;
    margin-top: 40px;
}
.bncy-table table{
    width: 100%; /* 表格宽度 */
    border-collapse: collapse; /* 合并边框 */
    text-align: left; /* 文本居中 */
}
th, td {
    border: 1px solid rgba(229, 234, 239, 0.50); /* 边框样式 */
    padding: 10px; /* 内边距 */
}
th:nth-child(odd) {
    border-left: none;
}
th:nth-child(even) {
    border-right: none; /* 偶数元素的背景颜色 */
}

/* 表头样式 */
th {
    padding: 10px; /* 内边距 */
    font-weight: 400;
    font-size: 22px;
    color: #000000;
}
/* 表格内容样式 */
td {
    vertical-align: top; /* 顶部对齐 */
}
.th-cricle-red{
    width: 14px;
    height: 14px;
    background: #DF4C18;
    border-radius: 50%;
    display: inline-block;
}
.bncy-top{
    padding-top: 66px !important;
}




.has-error > .help-block {
    color: red !important;
}

.has-success > .help-block{
    color: #2cb784 !important;
}

.has-warning > .help-block{
    color: #c09853 !important;
}

.btn-outline-warning:hover{
    color: white !important;
}