/*头部样式*/
.bannerList{
    padding: 50px 0 100px;
}
.bannerList .titleBox .en_title {
    color: #2883dd;
    font-family: "Lato", sans-serif;
    font-size: 73px;
    font-weight: 900;
    line-height: 1;
    margin-bottom: 5px;
}
.bannerList .titleBox .tw_title {
    color: #373737;
    font-size: 38px;
    font-weight: bold;
    letter-spacing: 3.04px;
    line-height: 1.47;
    position: relative;
}
.bannerList .titleBox:after {
    display: block;
    content: "";
    width: 94px;
    height: 3px;
    background-color: #2883dd;
    margin-top: 30px;
}
.bannerList .txt {
    color: #585858;
    font-size: 16px;
    letter-spacing: 0.96px;
    line-height: 1.6875;
    max-width: 490px;
}

/*主体样式*/
.pdf a{
    color: #2883dd!important;
    background-color: transparent;
    border: 1px solid #2883dd;
    padding: 11px;
}
.pdf a:hover{
    border-color: #ba0c2f;
    color: #ba0c2f!important;
}
.pdf a:hover a{
    color: #ba0c2f!important;
}
.product-screening{
    padding: 10px;
    /*background-color: #52b2e1;*/
    color: #2883dd!important;
    background-color: transparent;
    border: 1px solid #2883dd;
}
.product-screening:hover{
    border-color: #ba0c2f;
    color: #ba0c2f!important;
}
.product-screening:hover a{
    color: #ba0c2f!important;
}