/*头部样式*/
.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(17 124 231);
    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: 37px!important;
    font-weight: bold!important;
    letter-spacing: 3.44px;
    line-height: 1.5;
}
.policy .policy_title{
    font-size: 20px;
    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;
}
.related_certificates .block-posts-carousel__item{
    width: inherit;
    display: flex;
    justify-content: center;
}
.related_certificates .brand-col-info{
    font-size: 18px;
}
.related_certificates .block-posts-carousel__item .brand-col-img{
    display: flex;
    justify-content: center;
}
.related_certificates .block-posts-carousel__item .brand-col-img img{
    width: unset;
    height: auto;
    max-height: 400px;
}

/*可靠测试*/
.test .titleBox{
    margin-bottom: 30px;
    text-align: center;
}

.test .titleBox .titleTw{
    color: #303030;
    font-size: 37px!important;
    font-weight: bold!important;
    letter-spacing: 3.44px;
    line-height: 1.5;
}

.test .test_titleList{
    display: flex;
    justify-content: space-evenly;
    margin-bottom: 50px;
}

.test .test_titleList .test_title{
    font-size: 35px;
    font-weight: bold;
    color: #296caf;
}

/*环保报告*/
.report .titleBox{
    margin-bottom: 30px;
    text-align: center;
}

.report .titleBox .titleTw{
    color: #303030;
    font-size: 43px;
    font-weight: bold;
    letter-spacing: 3.44px;
    line-height: 1.5;
}

.report .report_content{
    font-size: 20px;
    text-align: center;
    margin-bottom: 50px;
}
.report .detection_img{
    width: 100%;
}
.report .detection_img img{
    width: 100%;
}
.report .detectionList{
    display: flex;
    justify-content: space-evenly;
    margin-top: 25px;
}
.report .detectionList .detectionLi .biName{
    font-size: 18px;
}
.report .detectionList .detectionLi .detectionNum{
    color: #0085FF;
    font-family: Arial;
    font-size: 68px;
    font-weight: normal;
    text-align: center;
}
.report .detectionList .detectionLi .detectionNum span{
    color: #0085FF;
    font-family: Arial;
    margin-left: 2px;
    padding-left: 0px;
    padding-top: 15px;
    font-size: 16px;
    display: inline-block;
    vertical-align: top;
}
.report .content_describe .describe_title{
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}
.report .content_describe .describe{
    font-size: 18px;
    text-indent: 2em;
    margin-bottom: 20px;
}
.report .report_rohs{
    font-size: 25px;
    font-weight: bold;
    border-left: 8px solid #0085FF;
    margin-bottom: 15px;
    padding-left: 10px;
}
.report .table_list {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    overflow: auto;
    width: 100%;
    border-bottom-width: 0;
}
.report .table_list table {
    width: 100%;
    min-width: 640px;
}
.report .table_list table th{
    font-size: 17px;
    font-weight: bold;
    color: #fff;
    background-color: rgb(41, 108, 175);
    padding: 15px 20px;
}
.report .table_list table tbody td{
    font-size: 17px;
    padding: 15px 20px;
    border-bottom: 2px solid #ccc;
}




