/*头部样式*/
.bannerList{
    background-image: url(https://www.dgylec.com/static/web/images/product-process.png);
}

/*主体*/
.mainArea .contentBox {
    clear: both;
}
.processNum {
    width: 100%;
    min-width: 300px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-bottom: 40px;
}
.processNum .processLi{
    width: 400px;
    min-width: 300px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px solid #ccc;
    border-radius: 13px;
    box-shadow: 0 6px 4px rgba(0, 0, 0, 0.08);
}
/*.processNum .processLi .process-num{
    display: flex;
    justify-content: center;
    color: #013991;
    font-weight: 700!important;
    font-size: 50px;
    line-height: 50px;
}
.processNum .processLi .process-num strong{
    color: #013991;
    font-weight: 700!important;
    display: block;
    font-size: 40px;
    line-height: 50px;
}*/
.processNum .processLi .process-title{
    font-weight: 700;
    display: block;
    font-size: 17px;
}
.process-li-introduction{
    color: #000f23;
    text-align: center;
    padding: 20px 40px;
}
@media (max-width: 570px) {
    .process-li-introduction{
        padding: 0;
    }
}
.process-li-introduction .process-li-title{
    font-size: 25px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
}
/*.process-li-introduction ul {*/
/*    font-size: 20px;*/
/*    text-align: center;*/
/*    padding-bottom: 7px;*/
/*}*/
.process-video{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 50px;
}
.process-video .process-li-video{
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 640px;
    margin-bottom: 10px;
}
.process-video .process-li-video img{
    border-radius: 10px;
    width: 100%;
}
.process-video .process-li-video div{
    font-size: 21px;
    padding: 10px 20px;
}
.process-flow{
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.process-flow .process-flow-title{
    text-align: center;
    font-size: 36px;
    font-weight: 600;
    color: #003D90;
}
@media (max-width: 930px) {
    .process-flow{
        display: block;
        overflow-x: auto;
    }
    .process-flow .process-flow-title{
        width: 930px;
    }
}

.process-flow .process-flow-title div{
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    color: #000000;
}
.process-flow .process-flow-detailsList{
    width: 930px;
    display: flex;
    flex-direction: column;
}
.process-flow .process-flow-detailsList .process-flow-details{
    display: flex;
    justify-content: center;
}
.process-flow .process-flow-detailsList .process-flow-details .step{
    color: #003D90;
    background-color: #E8F8F9;
    border: 1px solid #c7c7c7;
    box-shadow: 0 4px 7px #CCD2E6;
    border-radius: 10px;
    min-width: 134px;
    height: 64px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.process-flow .process-flow-detailsList .process-flow-details .step .step-zh{
    /*background-image: url(https://www.dgylec.com/static/web/images/blank00.png);
    background-size: 100% 100%;*/
    font-weight: 700;
    font-size: 13px;
}
.process-flow .process-flow-detailsList .process-flow-details .step .step-en{
    font-size: 11px;
}
.process-flow .process-flow-detailsList .process-flow-details .step-img{
    width: 40px;
}
.process-flow .process-flow-detailsList .blank-imgBelow1,.process-flow .process-flow-detailsList .blank-imgBelow2{
    height: 80px;
}
.process-crystal .process-flow-detailsList{
    width: 1360px;
    padding: 45px 105px;
    background-image: url(https://www.dgylec.com/static/web/images/Union.png);
    background-size: 100% 74%;
    background-repeat: no-repeat;
    background-position: center;
}

@media (max-width: 1100px) {
    .process-crystal{
        display: block;
        overflow-x: auto;
    }
    .process-crystal .process-flow-title{
        width: 1360px;
    }
}

.process-crystal .process-flow-detailsList .process-flow-detailsCrystal{
    display: flex;
    justify-content: flex-start;
}

div.titan {
    display: none;
}








