/*头部样式*/
.bannerList{
    padding: 100px 0;
    background-image: url(https://www.dgylec.com/static/web/images/process.png);
}
.bannerList .titleBox:after {
    display: block;
    content: "";
    width: 94px;
    height: 3px;
    background-color: #296caf;
    margin-top: 30px;
}

.bannerList .titleBox .en_title {
    color: rgb(41, 108, 175);
    font-family: Lato, sans-serif;
    font-size: 75px;
    font-weight: 900;
    line-height: 1;
    margin-bottom: 5px;
}
.bannerList .titleBox .tw_title {
    color: rgb(55, 55, 55);
    font-size: 38px;
    font-weight: bold;
    letter-spacing: 3.04px;
    line-height: 1.47;
    position: relative;
}
.bannerList .txt {
    color: rgb(88, 88, 88);
    font-size: 16px;
    letter-spacing: 0.96px;
    line-height: 1.6875;
    max-width: 490px;
}

/*主体*/
/*品质管控*/
.policy .titleBox{
    margin-bottom: 30px;
    text-align: center;
}
.policy .titleBox .titleTw{
    color: #303030;
    font-size: 43px;
    font-weight: bold;
    letter-spacing: 3.44px;
    line-height: 1.5;
}
.policy .policy_title{
    font-size: 18px;
    padding: 0 48px 30px;
    text-align: center;
}
.policy .main_content{
    display: flex;
    margin-bottom: 50px;
}
.policy .main_content .content_img{
    padding-bottom: 30px;
}
.policy .main_content .content_img img{
    width: 100%;
    height: 250px;
}
.policy .main_content .content{
    font-size: 17px;
}
.policy .main_content .content span{
    font-weight: 700;
}


