li{
    list-style-type:none;
}

.cardTitle{
    font-size: 36px;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 52.13px;
    color: rgba(51, 51, 51, 1);
}
.item{
    box-sizing: border-box;
}
.itemTitle{
    /*font-family: 'syht-bold';*/
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 23.17px;
    color: rgba(0, 0, 0, 1);
}
.itemTitle24{
    /*font-family: 'syht-bold';*/
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0px;
    line-height: 24px;
    color: rgba(51, 51, 51, 1);
}
.itemDesc{
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 23.17px;
    color: rgba(56, 56, 56, 1);
}
.banner img{
    width:100%
}
.banner{
    width: 100%;
    height: 408px;
    background: url(../../images/dama/banner.png) center center no-repeat;
    background-size: cover;
}
.bannerBox{
    width: 1200px;
    height:400px;
    margin: 0 auto;
}
.banner .title{
    margin-top: 10%;
    width:360px;
    font-size: 28px;
    font-weight: 500;
    letter-spacing: 0px;
    line-height: 40.54px;
    color: rgba(51, 51, 51, 1)
}
.banner .desc{
    width:600px;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 28px;
    color: rgba(102, 102, 102, 1);
}

/*行业价值*/
.hyjz .title{
    font-size: 36px;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 52.13px;
    color: rgba(51, 51, 51, 1);
}
.hyjz .left{
    width: 26%;
    height: 370px;
    opacity: 1;
    border-radius: 6px;
    padding: 20px;
text-align: left;
}
.hyjz .left .itemTitle{
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 34.75px;
    color: rgba(0, 0, 0, 1);
}
.hyjz .left .itemDesc{
    width: 303px;
    height: 70px;
    opacity: 1;
margin-top: 20px;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 23.17px;
    color: rgba(56, 56, 56, 1);
}
.hyjz .left .img{
    margin:0 auto;
    margin-top: 60px;
    transition: transform 0.3s ease-in-out;
}
.hyjz .left .img:hover{
    transform: translateY(-10px);
    /*box-shadow: 0 16px 67px -24px rgba(0, 36, 100, 0.4);*/
}
.hyjz .right{
    width:800px;
}
.hyjz .right .itemTitle{
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 23.17px;
    color: rgba(0, 0, 0, 1);
}
.hyjz .right .itemDesc{
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 24px;
    color: rgba(51, 51, 51, 1);
    height:72px;
}
/* 设置表头和单元格的公共样式 */
.hyjz table {
    width: 100%; /* 表格宽度占屏幕宽度的80%，以支持响应式设计 */
    margin: 20px auto; /* 设置表格上下间距为20px，并在页面中水平居中 */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); /* 为表格添加轻微的阴影，增强视觉深度感 */
    border-collapse: collapse; /* 边框合并，移除单元格之间的间隔 */
    font-size: 20px; /* 设置字体大小为30px，确保文本清晰可读 */
    /*       border-spacing:20px; /*各单元格间距*/
    /*       border-radius:50px; /*设置圆角*/
}

.hyjz tr {
    display: flex;
}

.hyjz th, .hyjz td {
    width: 33.333%;
    padding: 16px; /* 单元格内部填充10px，使内容更为舒展 */
    min-height: 50px;
    text-align: left; /* 文本居中显示，使表格内容整齐划一 */
    background: #fff;
    border: 1px solid rgba(227, 236, 250, 1);
    box-sizing: border-box;
    line-height: 30px;
}

.hyjz td:hover {
    background: #fcfcfc;
    box-shadow: 0 5px 23px -12px rgba(0, 36, 100, 0.4);
}
.gwjz{
    background: url("../../images/data/gwjz-bg.png") no-repeat;
    background-size: cover;
}
.gwjz .item{
    position: relative;
    width: 380px;
    height: 180px;
    opacity: 1;
    margin-top: 80px;
    border-radius: 8px;
    padding:25px;
    text-align: left;
    background: linear-gradient(153.43deg, rgba(222, 239, 255, 1) 0%, rgba(255, 255, 255, 1) 100%);
    box-shadow: 0px 10px 20px  rgba(0, 0, 0, 0.25);
    transition: transform 0.3s ease-in-out;
}
.gwjz .item:hover{
    transform: translateY(-10px);
    box-shadow: 0 16px 67px -24px rgba(0, 36, 100, 0.4);
}
.gwjz .itemTitle{
    font-size: 24px;
}
.gwjz .itemDesc{
    letter-spacing: 0px;
    line-height: 28px;
}
.gwjz .img{
position: absolute;
    right: 40px;
    top: -50px;
}

.pxjz .item{
    position: relative;
    width: 380px;
    height: 180px;
    opacity: 1;
    margin-top: 80px;
    border-radius: 8px;
    padding:25px;
    text-align: left;
    background: linear-gradient(153.43deg, rgba(222, 239, 255, 1) 0%, rgba(255, 255, 255, 1) 100%);
    box-shadow: 0px 10px 20px  rgba(0, 0, 0, 0.25);
}
.pxjz .floor-side-body ul li{
    /*max-width: 210px;*/
}
.pxjz .itemTitle{
    font-size: 24px;
}
.pxjz .itemDesc{
    letter-spacing: 0px;
    line-height: 28px;
}
.pxjz .floor-side-body ul{
    max-width: 1200px;
    text-align: left;
    padding: 0;
}
.pxjz .slide-title{
    margin:0;
}

/*认证*/
.rz{
    background: url("../../images/data/rzjz-bg.png") no-repeat;
    background-size: cover;
}
.rz .title{
    font-size: 36px;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 52.13px;
    color: rgba(51, 51, 51, 1);
}
.rz .image{
    margin-top: 20px;
}
.rz .itemTitle{
    font-size: 24px;
    margin-top: 40px;
    margin-bottom:20px;
}
.rz .itemDesc{
    line-height: 26px;
    color:rgba(102, 102, 102, 1);
}
/*培训等级*/

.dj{
}
.dj .title{
    font-size: 36px;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 52.13px;
    color: rgba(51, 51, 51, 1);
}
.dj .item{
    color:#333;
    display: flex;
    flex-direction: column;
    text-align: left;
    box-sizing: border-box;
    padding:0 20px;
    box-sizing: border-box;
}
.dj .item .itemTitle{
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0px;
    line-height: 28px;
    color: rgba(51, 51, 51, 1);
}
.dj .item .itemDesc {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 30px;
    color: rgba(102, 102, 102, 1);
}
.dj .item .itemTitle{
    transition: transform 0.3s ease-in-out;
}
.dj .item:hover .itemTitle{
    transform: translateY(10px);
    /*box-shadow: 0 16px 67px -24px rgba(0, 36, 100, 0.4);*/
}
.dj .itemDesc1{
    height:120px;
    background: url("../../images/data/dj-bg1.png") no-repeat;
    background-size: contain;
}
.dj .itemDesc2{
    height:120px;

    background: url("../../images/data/dj-bg2.png") no-repeat;
    background-size: contain;
}
.dj .itemDesc2 .text,.dj .itemDesc1 .text,.dj .itemDesc3 .text{
width:70%;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 32px;
    color: rgba(51, 51, 51, 1);

                            }
.dj .itemDesc1 .text{

}
.dj .itemDesc3{
    height:120px;
    background: url("../../images/data/dj-bg3.png") no-repeat;
    background-size: contain;
}


/*培训对象*/
.pxdx{
    background: url("../../images/data/pxdx-bg.png") no-repeat;
    background-size: cover;
    background-position-x: -27px;
}

.pxdx .title{
    font-size: 36px;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 52.13px;
    color: rgba(51, 51, 51, 1);
}
.pxdx .itemBox{
    width: 385px;
    height: 80px;
    opacity: 1;
    border-radius: 46.5px;
    background: rgba(247, 250, 255, 1);
    margin:30px 0;
}
.pxdx .item{
    width: 190px;
    height: 394px;
    opacity: 1;
    padding:0 10px;
    border-radius: 4px;
    transition: transform 0.3s ease-in-out;
    background: linear-gradient(90deg, rgba(158, 198, 255, 1) 0%, rgba(255, 255, 255, 1) 75.93%);
    box-shadow: 0px 10px 20px  rgba(132, 163, 217, 0.25);
}
.pxdx .item:hover{
    transform: translateY(-10px);
    box-shadow: 0 16px 67px -24px rgba(0, 36, 100, 0.4);
}
.pxdx .item .itemTitle24{
    margin-top: 20px;
}
.pxdx .pxdxBox{
    margin-bottom: 30px;
}
.pxdxBox .desc{
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 24px;
    color: rgba(51, 51, 51, 1);
    padding: 0 15px;
}

/*考试*/
.ks{
    background: url("../../images/data/ks-bg.png") no-repeat;
    background-size: cover;
}
.ks .conBox{
    margin-top: 70px;
}
.ks .title{
    font-size: 36px;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 52.13px;
    color: rgba(51, 51, 51, 1);
}
.ks .left{
    width: 369px;
    height:572px;
    background: rgba(2, 109, 255, 1);
    text-align: center;
    border-radius: 10px;
}
.ks .left .title{
    width: 218px;
    height: 58px;
    opacity: 1;
    border-radius: 10px;
    background: rgba(156, 197, 255, 1);
    position: absolute;
    top: -30px;
    left: 75px;
    font-size: 24px;
    color:rgba(2, 109, 255, 1);
    text-shadow:
            -1px -1px 0 #fff,
            1px -1px 0 #fff,
            -1px 1px 0 #fff,
            1px 1px 0 #fff; /* 文字描边色 */
}
.ks .left .list{
    width: 100%;

    margin-top: 40px;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 48px;
    color: rgba(255, 255, 255, 1);
    background: url("../../images/data/ks-list-bg.png") no-repeat;
    background-position: bottom right;
}
.ks .left .list p{
    width: 80%;
    margin: 0 auto;
    position: relative;
    text-align: left;
}
.ks .left .list p:after{
    content:'';
    position: absolute;
    bottom: 0;
    left:0;
    height: 2px; /* 线条的高度 */
    width: 100%; /* 线条的宽度 */
    background-image: linear-gradient(90deg, rgba(232, 243, 255, 0) 7.64%, rgba(59, 131, 255, 1) 51.4%, rgba(232, 243, 255, 0) 87.5%); /* 线条渐变色从左到右 */
}
.ks .left .list p:last-child:after{
    background-image: unset;
}
.ks .right{
    width: 864px;
    height: 522px;
    opacity: 1;
    border-radius: 15px;
    background: #fff;
    box-shadow: 0px 10px 20px  rgba(0, 0, 0, 0.25);
    margin-left:-50px;
}
.ks .right .title{
    font-size: 24px;
    margin-top:20px
}
.ks table {
    width: 700px; /* 表格宽度占屏幕宽度的80%，以支持响应式设计 */
    margin: 10px auto; /* 设置表格上下间距为20px，并在页面中水平居中 */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); /* 为表格添加轻微的阴影，增强视觉深度感 */
    border-collapse: collapse; /* 边框合并，移除单元格之间的间隔 */
    font-size: 20px; /* 设置字体大小为30px，确保文本清晰可读 */
    /*       border-spacing:20px; /*各单元格间距*/
    /*       border-radius:50px; /*设置圆角*/
}

/* 设置表头和单元格的公共样式 */
.ks th, .ks td {
    padding: 10px; /* 单元格内部填充10px，使内容更为舒展 */
    padding: 14px 30px;
    min-height: 50px;
    text-align: left; /* 文本居中显示，使表格内容整齐划一 */
    background: #fff;
    border: 1px solid rgba(227, 236, 250, 1);
    box-sizing: border-box;
    line-height: 30px;
    text-align: center;
}

/* 特定样式用于表头 */
.ks th {
    text-align: center;
    height: 60px;
    border: none;
    color: white; /* 表头文本颜色为白色，对比蓝色背景，提升可读性 */
    background: rgba(2, 109, 255, 1);

}
.ks .tagBox{
    flex-wrap: wrap;
    width: 80%;
    margin-left: 20px;
}
.ks .tagRight{
    width:100%;
    margin-left:0;
}
.ks .tagRight .tagRight-left{
    width: 60%;
    display: flex;
    flex-wrap: wrap;

}
.ks .tag,ks .tagRight-left .tag{
    margin: 2px;
    border-radius: 4px;
    padding:2px 12px;
    font-size:18px;
    background: rgba(2, 109, 255, 0.1);
    color:rgba(2, 109, 255, 1);
}
.ks .sc{
    background: rgba(255, 141, 26, 0.1);
    color:rgba(255, 141, 26, 1);
    line-height: 72px;
}
.ks th:nth-child(1), .ks td:nth-child(1) {
    width: 26%;
}

.ks th:nth-child(2), .ks td:nth-child(2) {
    width: 34%
}

.ks th:nth-child(3), .ks td:nth-child(3) {
    width: 40%
}
.ks td:nth-child(3) {
    color: #ff8d1a;
}
.ks .desc{
    width: 700px;
    margin: 10px auto;
    display: flex;
    text-align: left;
    justify-content: space-around;
    align-items: start;
}
.ks .circle{
    margin-top: 10px;
    width: 9px;
    height: 9px;
    opacity: 1;
    border-radius: 50%;
    background: rgba(255, 141, 26, 1);
}
.ks .text{
    font-size:16px;
    color:rgba(107, 107, 107, 1);
    width: 96%;
}
.ks .w33 {
    width: 33%;
    margin: 0 20px;
    height: 150px;
}
.ks img{
    max-width: 1200px;
}
/*流程*/
.lc{
}
.lc .title{
    font-size: 36px;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 52.13px;
    color: rgba(51, 51, 51, 1);
}
.lc .item{
    width: 1050px;
    height: 100px;
    margin: 0 auto;
    color:#333;
    box-sizing: border-box;
}
.lc .textItem{
    width: 250px;
    color:#333;
    box-sizing: border-box;
}
.lc .textItem .title{
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0px;
    line-height: 28px;
    color: rgba(0, 0, 0, 1);
}
.lc .textItem .desc{
    margin-top: 20px;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 23.17px;
    color: rgba(51, 51, 51, 1);
    padding: 0 20px;
}

.zj{
    background: url("../../images/dama/zj-bg1.png") no-repeat;
    background-size: cover;
}
.zj .title{
    font-size: 36px;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 52.13px;
    color: rgba(51, 51, 51, 1);
}
.zj .item{
    width: 285px;
    color:#333;
    margin-top: 20px;
    padding: 10px;
    padding-top:25px;
    text-align: left;
    box-sizing: border-box;
    box-sizing: border-box;
}
.zj .item .image{
    z-index: 9;
}
.zj .item .desc{
    width: 285px;
    height: 350px;
    border-radius: 8px;
    background: linear-gradient(0deg, rgba(223, 233, 243, 1) 0%, rgba(255, 255, 255, 1) 100%);
    margin: -30px 0 0 0;
    z-index: 0;
    padding: 16px 16px 30px 16px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 24px;
    color: rgba(102, 102, 102, 1)
}
.zj .item .text{
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 23.17px;
    color: rgba(102, 102, 102, 1);
    text-align: left;
    margin-bottom: 0;
}
