
/*.content_body1{*/
    /*padding: 3rem 0;*/
/*}*/
/*.layui-elem-quote {*/
    /*margin-bottom: 0px!important;*/
    /*!*padding: 15px;*!*/
    /*!*line-height: 1.8;*!*/
    /*!*border-left: 5px solid #16b777;*!*/
    /*!*border-radius: 0 2px 2px 0;*!*/
    /*!*background-color: #fafafa;*!*/
/*}*/
/*.content_bodyImg{*/
    /*background-size: 100% 100% !important;*/
    /*!*filter: brightness(70%); !* 数值越大，画面越亮 *!*!*/
    /*background: url('../image/banner/ban2.jpg') no-repeat center /cover !important;*/
/*}*/
/*:nth-child(2n)*/
/*.content_body {*/
    /*background: rgba(255,255,255,0.99)!important;*/
/*}*/
/*.con_title{*/
    /*width: 100%;*/
    /*margin: 0.5rem 0;*/
    /*text-align: center;*/
    /*font-size: 1.5rem;*/
    /*line-height: 2rem;*/
    /*!*color: rgba(0, 0, 0, 0.6);*!*/
/*}*/
.aboutBox{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.aboutLeft{
    width: 49%;
    position: relative;

}
.aboutImg{
    width: 100%;
    height: auto;
    border-radius: 0.5rem;
}

.aboutRight{
    width: 50%;
    /*position: relative;*/
}
.about-text {
    width: 100%;
    font-size: 0.6rem;
    /*color: rgba(0,0,0,0.7);*/
    line-height: 1.2rem;
    text-align: justify;
    margin-bottom: 0.5rem;
}

/*弹出层*/
.maskContent{
    width: 100%;
    /*margin: 0 auto;*/
    padding: 1rem 0;
    background: black;
}
.maskContentCenter{
    width: 70%;
    margin: 0 auto;
}
.text1{
    width: 100%;
    letter-spacing: 1px;
    text-align: justify;
    font-size: 0.6rem;
    color: rgba(255,255,255,0.9);
    line-height: 1.2rem;
    margin-bottom: 1rem;
}
.textImg1{
    display: block;
    width: 100%;
    height: auto;
    margin: 1rem auto 0 auto;
}

/*数值滚动*/
.stats-section{
    width: 100%;
    padding-top: 1.7rem;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    /*align-items: center;*/
    justify-content: space-around;
}

.stat-item{
    width: 19%;
    text-align: center;
    padding: 30px 20px;
    /*position: relative;*/
    border-radius: 8px;
}
.stat-item:hover{
    transform: translateY(-10px);
    cursor: pointer;
    background-color: rgba(0,0,0,0.05);
    transition: 0.6s;
}
.stat-icon {
    width: 2rem;
    height: 2rem;
    /*padding: 0.5rem;*/
    background-color: rgba(29, 77, 160, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
}
.stat-icon i {
    font-size: 1.2rem;
    color: #ff6b00;
}
.stat-number {
    font-size: 1rem;
    font-weight: 700;
    color:#ff6b00;
    line-height: 1.7rem;
    margin-bottom: 8px;
}
.stat-number .number{
    font-size: 1.5rem;
}

.stat-label {
    font-size: 0.6rem;
    color: #ff6b00;
}

/*技术实力*/
/*.content_body_Lx{*/
    /*background: transparent!important;*/
/*}*/
.features-grid {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content:  flex-start;
}

.feature-item {
    width: 30%;
    margin: 1rem 1rem;
    background-color: #fff;
    border-radius: 12px;
    padding: 2rem 1rem;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    text-align: center;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.feature-item:hover {
    transform: translateY(-10px)!important;
    box-shadow: 0 15px 40px rgba(42, 110, 187, 0.12);
    cursor: pointer;
}

.icon-circle {
    width: 2rem;
    height: 2rem;
    background: linear-gradient(135deg, #2a6ebb 0%,  #ff6b00 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
    color: white;
    font-size: 2.5rem;
    box-shadow: 0 8px 20px rgba(42, 110, 187, 0.25);
}
.icon-circle i{
    font-size: 1.2rem;
}

.feature-item h3 {
    font-size: 1rem;
    font-weight: 700;
    color: #222;
    margin-bottom: 18px;
    position: relative;
    padding-bottom: 12px;
}

.feature-item h3::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 3px;
    background-color:  #ff6b00;
    border-radius: 2px;
}

.feature-item p {
    color: #555;
    font-size: 0.6rem;
    line-height: 1rem;
    letter-spacing: 1px;
    text-align: justify;
    margin-top: 0.8rem;
}

/*媒体查询*/
@media (max-width: 900px) {
    /*.con_title {*/
        /*width: 100%;*/
        /*!*text-align: center;*!*/
        /*!*font-size: 1.2rem;*!*/
        /*!*line-height:1.6rem;*!*/
    /*}*/
    .text1 {
        margin-bottom: 1rem;
        /*font-size: 0.8rem;*/
        padding: 0px 0%;
        /* text-align: center; */
        /*line-height: 1.5rem;*/
    }
    .textImg {
        width: 100%;
        margin: 10px 0;
    }
}