
/*头部样式*/
.bannerList{
    padding: 100px 0;
}
.bannerList .titleBox .en_title {
    color: rgb(56, 152, 248);
    font-family: Lato, sans-serif;
    font-size: 75px;
    font-weight: 900;
    line-height: 1;
    margin-bottom: 5px;
}
.bannerList .titleBox .tw_title {
    color: rgb(255, 255, 255);
    font-size: 38px;
    font-weight: bold;
    letter-spacing: 3.04px;
    line-height: 1.47;
    position: relative;
}
.bannerList .txt {
    color: rgb(255, 255, 255);
    font-size: 16px;
    letter-spacing: 0.96px;
    line-height: 1.6875;
    max-width: 490px;
}

/*主体*/
/*.mainArea {
    padding: 100px 0 117px;
}
@media (max-width: 1023px) {
    .mainArea {
        padding: 55px 0 80px;
    }
}
@media (max-width: 768px) {
    .mainArea {
        padding: 50px 0 70px;
    }
}*/

.mainArea .contentBox {
    clear: both;
}

.processNum {
    width: 400px;
    min-width: 300px;
    /*display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;*/
}

.processNum .processLi{
    padding: 20px 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    border-bottom: 1px solid #ccc;
}

.processNum .processLi .process-num{
    display: flex;
    justify-content: center;
    color: rgb(56, 152, 248);
    font-weight: 700!important;
    font-size: 50px;
    line-height: 50px;
}

.processNum .processLi .process-num strong{
    color: rgb(56, 152, 248);
    font-weight: 700!important;
    display: block;
    font-size: 40px;
    line-height: 50px;
}

.processNum .processLi .process-title{
    padding-top: 10px;
    font-weight: 700;
    display: block;
    font-size: 17px;
}

.process-li-introduction{
    color: #000f23;
    text-align: center;
    padding: 20px 40px;
}

.process-li-introduction .process-li-title{
    font-size: 25px;
    font-weight: 700;
    text-align: left;
    margin-bottom: 20px;
}

.process-li-introduction ul {
    /*list-style-type: disc;
    padding-left: 10px;*/
    font-size: 20px;
    text-align: left;
}

.process-li-introduction ul li{
    padding-bottom: 7px;
}

.process-video{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 20px;
}

.process-video .process-li-video{
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 600px;
}

.process-video .process-li-video a div{
    width: 80px;
    height: 80px;
    border: 2px solid #fff;
    border-radius: 50px;
    position: absolute;
    z-index: 5;
    margin-top: 140px;
    margin-left: 250px;
    padding: 26px;
}

@media (max-width: 600px) {
    .process-video .process-li-video a div{
        margin-top: 19%;
        margin-left: 36%;
    }
}

.process-video .process-li-video img{
    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;
    margin-bottom: 30px;
}

@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;
}

.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 .step-zh{
    /*background-image: url(https://www.dgylec.com/static/web/images/blank00.png);
    background-size: 100% 100%;*/
    border: 1px solid #4aa5ee;
    border-radius: 15px;
    line-height: 50px;
    text-align: center;
    min-width: 100px;
}

.process-flow .process-flow-detailsList .process-flow-details .step .step-en{
    text-align: center;
}

.process-flow .process-flow-detailsList .process-flow-details .step-img{
    padding: 0 7px;
}

.process-flow .process-flow-detailsList .process-flow-details .step-img img{
    margin-top: 8px;
    height: 37px;
    width: 53px;
}

.process-flow .process-flow-detailsList .blank-imgBelow1{
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 23px;
}

.process-flow .process-flow-detailsList .blank-imgBelow1 div{
    display: flex;
    justify-content: flex-end;
}

.process-flow .process-flow-detailsList .blank-imgBelow1 div img{
    height: 60px;
    width: 45px;
}

.process-flow .process-flow-detailsList .blank-imgBelow2{
    padding-left: 23px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.process-flow .process-flow-detailsList .blank-imgBelow2 div img{
    height: 60px;
    width: 45px;
}

.process-crystal .process-flow-detailsList{
    width: 1100px;
}

@media (max-width: 1100px) {
    .process-crystal{
        display: block;
        overflow-x: auto;
    }
    .process-crystal .process-flow-title{
        width: 1100px;
    }
}

.process-crystal .process-flow-detailsList .process-flow-detailsCrystal{
    display: flex;
    justify-content: flex-start;
}

div.titan {
    display: none;
}








