body{
    background: url('../images/bg2.png') no-repeat;
    background-size: cover;
}
/*banner 图样式*/
.banner {
    position: relative;
    display: flex;
    justify-content: center;
    height: 400px;
    margin-top: 10px;
    margin-bottom:60px;
    overflow: hidden; /* 防止内容溢出 */
}


.banner::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    height: 15%;
    background: linear-gradient(to top,
    rgba(255,255,255,1) 0%,
    rgba(255,255,255,0.8) 20%,
    rgba(255,255,255,0) 100%);
    filter: blur(10px);
    pointer-events: none;
}


.banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.banner-box {
    width: 1200px;
    height: 100%;
    margin: auto;
    position: absolute;
    pointer-events: none;
}

.banner-box .banner-text {
    width: 550px;
    height: 100%;
    position: relative;
    /* top: 25%; */
    /* left: 3%; */
    user-select: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.banner-box .banner-text h1 {
    line-height: 68px;
    color: black;
    font-weight: normal;
    font-size: 32px;
    font-weight: 400;
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.5s ease, transform 0.5s ease;
}
.banner-box .banner-text .logo-text-eng
{
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.5s ease, transform 0.5s ease;
}
.banner-box .banner-text .logo-text
{
    opacity: 0;
    transform: translateX(100px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}
.show{
    opacity: 1 !important;
    transform: translateX(0) !important;
}

.banner-box .banner-text h2 {
    font-size: 28px;
    padding-left: 3px;
    margin-top: 100px;
    font-weight: 450;
    line-height: 30px;

    opacity: 0;
    transform: translateX(100px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}

.banner-text .banner-btn {
    padding: 20px 0 0 0;
}

.banner-text .banner-btn a {
    border-radius: 5px;
    padding: 12px 55px;
    cursor: pointer;
    margin: 0px 15px 0 0;
    display: inline-block;
    opacity: 0;
    transform: translateY(100px);
    transition: opacity 1.2s ease, transform 1.2s ease;
    pointer-events: auto;
}
.banner-QRcode{
    position: absolute;right: 140px;bottom: 40px;width: 85px;height: 85px;
    opacity: 0;
    transform: translateX(100px);
    transition: opacity 1.2s ease, transform 1.2s ease;
}

.certMsgBox{
    pointer-events: none;
    position: absolute;z-index:99999;overflow: hidden;
    width: 1200px;height: 40px;top: 95px;background: linear-gradient(90deg, #f7f0ff 3%, #ecf6ff 100%);font-size: 12px;border-radius: 30px;
    transform: translateY(-50px);
    opacity: 0;
    transition: opacity 1.2s ease, transform 1.2s ease;
}

.certMsgBox.show{
    transform: translateY(0px);
    opacity: 1;
    transition: opacity 1.2s ease, transform 1.2s ease;
}

.banner-btn a.banner-btn-login {
    background-color: #3487F6;
    color: white;
    border: 1px solid #3487F6;
}

.banner-btn a.banner-btn-register {
    border: 1px solid #404040;
    color: #404040;
}
.banner-text .banner-btn a:hover {
    box-shadow: 0 0 3px #929292;
}

/*flow 图样式*/
.content-flow {
    position: relative;
    display: flex;
    justify-content: center;
    height: 550px;
    /*background-color: #F0F0F0;*/

}

.content-flow-bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.content-flow-box {
    width: 1200px;
    height: 500px;
    margin: auto;
    position: absolute;
    padding-top: 25px;
}

.flow-box-left {
    width: 500px;
    float: left;
    padding: 50px 0 50px 0;
}

.flow-box-left font {
    color: #A4A4A4;
    font-size: 20px;
}

.flow-box-left h1 {
    line-height: 70px;
}

.flow-box-left p {

}

.flow-box-right {
    height: 500px;
    width: 540px;
    float: right;
}

.flow-box-right img {
    width: 100%;
    height: 100%;
}

.flow-box-middle {
    width: 100%;
    margin-left: -10px;
    /*padding: 0 20px;*/
    /*height: 200px;*/
    position: absolute;
    bottom: 40px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.flow-box-middle >div {
    width: 200px;
    cursor: pointer;
    box-shadow: 0px 0px 10px #d1d1d1;
    position: relative;
}

.flow-box-middle>div:hover {
    box-shadow: 0px 0px 10px #a1a1a1;
}

.flow-box-middle img {
    width: 100%;
}


.flow-box-middle .box-title{
    position: absolute;
    top: 20px;
    left: 25px;
}


.content-function {
    width: 100%;
    height: 730px;
    position: relative;
    display: flex;
    justify-content: center;
}

.content-function-top {
    width: 100%;
    height: 300px;
    display: flex;
    justify-content: center;
}

.content-function-top img {
    width: 100%;
    height: 100%;
}


.content-function-top-box {
    width: 1200px;
    margin: auto;
    position: absolute;
    padding: 65px 0 0 0;
}

.content-function-top-box font {
    color: white;
    font-size: 20px;
}

.content-function-top-box h1 {
    color: white;
    line-height: 50px;
}


.content-function-middle {
    background-color: white;
    width: 1200px;
    /*height: 500px;*/
    border-radius: 10px;
    margin: auto;
    position: absolute;
    top: 180px;
    box-shadow: 0px 0px 5px #c5c5c5;

}

.function-item {
    width: 349px;
    height: 230px;
    user-select: none;
    float: left;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px 25px 25px;
}

.function-item img {
    margin-top: 25px;
    width: 45px;
    height: 45px;
}

.function-item h3 {
    line-height: 60px;
}
.function-item p{
    word-break: break-all;
}

.content-service {
    width: 100%;
    height: 425px;
    position: relative;
    display: flex;
    justify-content: center;
}

.content-service-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.content-service-box {
    width: 1200px;
    margin: auto;
    position: absolute;
    padding: 45px 0 0 0;
}

.content-service-box-top font {
    color: #A4A4A4;
    font-size: 20px;
}

.content-service-box-top h1 {
    /*color: white;*/
    line-height: 50px;
}

.content-service-list {
    margin-top: 30px;
}

#typical-swiper-wrapper .service-box-item {
    width: 148px;
    height: 68px;
    position: relative;
    float: left;
    margin: 10px;
    cursor: pointer;
    box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    border-radius: 15px;
    overflow:hidden;
}


.service-box-item {
    width: 218px;
    height: 110px;
    position: relative;
    float: left;
    margin: 10px;
    cursor: pointer;
    box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    border-radius: 15px;
    overflow: hidden;
}

.service-box-item img {
    width: 100%;
    height: 100%;
}

.service-box-item-more {
    border: none !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.service-box-item-more a {
    display: inline-flex;
    align-items: center;
    color: gray;
    cursor: pointer;
}

.service-box-item-more img {
    width: 35px;
    height: 15px;
    margin-left: 8px;
}


.service-box-item:hover{
    box-shadow: 0px 0px 5px #d1d1d1;
    transform: translateY(-5px);
    transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

.content-box-default{
    margin-bottom:60px;
}
.content-box{
    width:1200px;
    margin:0 auto;
}

.content-box-title{
    position: relative;
}
.content-box-title font{
    color: #A4A4A4;
    font-size: 20px;
}
.content-box-title h1{
    line-height: 50px;
}
.content-box-title .content-box-title-more{
    position: absolute;
    right: 10px;
    top: calc(50% - 14px);
    font-size: 14px;
    border: 1px solid #A4A4A4;
    border-radius: 8px;
    padding: 4px 20px
}
.box-notice-img{
    position: absolute;
    left: 0;
    width: 30%;
    height:300px;
    overflow: hidden;
    border-radius: 8px 0 0 8px;
}
.box-notice-img img{
    width: 100%;
}
.box-notice-list{
    width: 68%;
    position: absolute;
    right: 30px;
}
.box-notice-split-line{
    background-image: linear-gradient(180deg, rgba(10, 110, 242, 1) 0, rgba(10, 110, 242, 0) 100%);
    width: 1px;
    height: 270px;
    display: inline-block;
    margin-top: 20px;
    display: none;
}

.notice-list{
    float:right;
    /*padding:30px;*/
    width: 95%;
}
.notice-list .tag-jb{
    background: url("../images/icon4_on.png") no-repeat;
    background-size: 25px 25px;
    background-position: left;
    padding-left: 30px;
}
.notice-list .tag-hot{
    background: url("../images/hotImg.svg") no-repeat;
    background-size: 25px 25px;
    background-position: left;
    padding-left: 30px;
}
.notice-list .tag-data{
    background: url("../images/dataImg.svg") no-repeat;
    background-size: 25px 25px;
    background-position: left;
    padding-left: 30px;
}
.notice-list li{
    height:55px;
    line-height:55px;
    border-bottom:1px dashed #aaa;
}
.notice-list li span
{
    display: inline-block;
}
.notice-list li a{
    width:100%;
    height:55px;
    line-height: 55px;
}

.notice-list li a span:first-child{
    width: 79%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-right:30px;
}

.notice-list li .notice-date{
    font-size:14px;
    color:#aaa;
    float:right;
    min-width: 80px;
}

.notice-tag-jb{
    display: inline-block;
    background-color: #3487F6;
    border-radius: 5px;
    width: 35px;
    font-size: 12px;
    height: 35px;
    word-break: break-all;
    text-align: center;
    color: #FFF;
}

.box-middle-div{
    box-shadow: 0px 2px 20px 0px rgba(220, 214, 214, 0.5);
    border-radius: 8px;
    margin:20px 0;
    background: url("../images/notice-bg.png") no-repeat;
    background-size: cover;
    position: relative;
    min-height: 300px;
    margin-bottom:60px;
}

.box-middle-div-noshadow{
    margin:20px 0;
    box-shadow:none;
    margin-bottom: 0;
}
.box-middle-div-noBg{
    background:none;
}

.m-sub-title-panel{
    position:relative;
}
.m-sub-title-a{
    position: absolute;
    top:6px;
    color:#FFF;
    border-radius: 10px;
    padding:5px;
    font-size: 24px;
    height:30px;
    line-height:30px;
    width: 50px;
    text-align: center;
    background-image: linear-gradient(231deg, rgba(220, 198, 255, 1) 0, rgba(10, 110, 242, 1) 100%);

    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 1);
    font-weight: 600;
    white-space: nowrap;
    line-height: 30px;
}

.m-sub-title-b{
    padding-left: 70px;
}

.ibox-table{
    width:100%;
    border-collapse: separate;
    border-spacing: 0px 10px;
}
.ibox-table td{
    text-align: left;
    padding-left: 15px;
}
.ibox-table thead tr{
    height:50px;
    box-shadow: 0 5px 15px rgba(52, 135, 246, 0.5);
    transition: box-shadow 0.3s ease;
    border-radius: 10px;
}

.ibox-table tbody tr {
    height:50px;
    border-radius: 10px;
}
.ibox-table tbody tr:first-child{
    box-shadow: 0px -2px 2px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.3s ease;
}
.ibox-table tbody tr:nth-child(even) td{
    background-color: #f0f0f0;
}
.ibox-table tbody tr:nth-child(even) td:first-child {
    border-radius: 10px 0 0 10px;
}
.ibox-table tbody tr:nth-child(even) td:last-child {
    border-radius: 0 10px 10px 0;
}

.ibox-table thead th{
    background-color: #3487F6;
    color:#FFF;
    border:none;
    text-align: left;
}
.ibox-table thead th span{
    display: inline-block;
    height:30px;
    line-height: 30px;
    width: 100%;
    border-left: 2px solid rgba(255, 255, 255, 0.3);
    padding-left:15px;
    font-size:15px;
}
.ibox-table thead th:first-child span {
    border-left:none;
}
.ibox-table thead th:first-child{
    border-radius: 10px 0 0 10px;
}
.ibox-table thead th:last-child{
    border-radius: 0 10px 10px 0;
}

.certifiedlist{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 15px;
}
.certifiedlist-item {
    box-shadow: 0px 2px 20px 0px rgba(220, 214, 214, 0.5);
    background-image: linear-gradient(322deg, rgba(255, 255, 255, 1) 0, rgba(247, 250, 255, 1) 100%);
    border-radius: 20px;
    flex: 0 0 calc(30% - 15px);
    padding: 15px;
    height: 90px;
    position: relative;
    background: url('../images/zs_bg.png') no-repeat;
    backgronnd-size:cover;
}
.certifiedlist-item:hover{
    transform: translateY(-5px);
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.certifiedlist-item:hover .certifiedlist-item-l{
    z-index: 1;
    background-image:none;
    color:#FFF;
}
.certifiedlist-item-l::before{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    background-color: rgba(10, 110, 242, 1);
    transform: translate(-50%, -50%) scale(0);
    transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: -1;
    border-radius: 16px;
}
.certifiedlist-item:hover   .certifiedlist-item-l::before {
    transform: translate(-50%, -50%) scale(1);
}

.certifiedlist-item-l{
    line-height: 55px;
    height: 55px;
    width: 55px;
    text-align: center;
    position: absolute;
    top: calc(50% - 26px);
    box-shadow: 0px 0px 8px 0px rgba(185, 191, 203, 0.25);
    background-image: linear-gradient(314deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 1) 100%);
    border-radius: 16px;
    color: rgba(10, 110, 242, 1);
    transition: color 0.6s ease;
    font-weight: 600;
    font-size: 25px;
}
.certifiedlist-item-r{
    position: absolute;
    left: 85px;
    width: 80%;
}
.certCompanyName{
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    display: inline-block;
    height: 25px;
    width: 77%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.certLevel{
    font-weight: normal;
    font-size: 14px;
    background-color: #DFEDFF;
    color: #0A6EF2;
    border-radius: 16px;
    width: 45px;
    display: inline-block;
    height: 25px;
    line-height: 25px;
    text-align: center;
    vertical-align: top;
}

.acceptOrgName{
    background-color: rgba(255, 255, 255, 1);
    border-radius: 6px;
    border: 1px solid rgba(10, 110, 242, 1);
    color: rgba(10, 110, 242, 1);
    display: inline-block;
    text-align: center;
    padding: 0 7px;
    font-size: 14px;
    margin: 5px 0;
    height: 23px;
    line-height: 23px;
    padding: 0 7px
}
.acceptOrgName span{
    display: inline-block;
    width:255px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left;
}
.certCreateTime{
    font-size: 14px;
    line-height: 25px;
    color: rgba(136, 136, 136, 1);
}