.top_fixed{
    width: 100%;
    height: 94px;
    display: flex;
    z-index: 9999;
    position: fixed;
    left:  0; top:  0;
    padding: 0 20% 0 68px;
    align-items: center;
    box-sizing: border-box;
    justify-content: space-between;
    border-bottom: 1px solid rgba(255, 255, 255, .35);
    background: rgba(0, 0, 0, 0.35);
}
.top_fixed a{
    color: #ccc;
    font-size: 20px;
}
.top_fixed img{
    width: 126px;
}
.banner{
    width: 100%;
    position: relative;
}
.banner img{
    width: 100%;
    display: block;
}
.banner_content{
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    position: absolute;
    left: 0; top:  0;
    padding-left: 387px;
    padding-top: 249px;
}
.banner_content .text_a{
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    padding-left: 15px;
    position: relative;
}
.text_a::before{
    content: '';
    width: 10px;
    height: 2px;
    display: flex;
    background: #FF4242;
    position: absolute;
    left: 0; top: 4px;
}
.banner_content .text_b{
    color: #fff;
    font-size: 50px;
    font-weight: 700;
    letter-spacing: 5px;
}
.banner_content .text_c{
    color: #FF4242;
    font-size: 13px;
    font-weight: 700;
}

.connent_module{
    width: 100%;
    height: 557px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #25262A url(../image/bg_banner.png) center center no-repeat;
    background-size: cover;
}
.content{
    width: 1142px;
    height: 100%;
    display: flex;
    padding-top: 84px;
    box-sizing: border-box;
    justify-content: space-between;
}
.module_left{
    width: 530px;
}
.text_d{
    color: #fff;
    font-size: 18px;
    margin-bottom: 10px;
    position: relative;
}
.text_d span{
    position: relative;
}
.text_d::before{
    content: '';
    width: 198px;
    height: 4px;
    display: block;
    position: absolute;
    left:  0; bottom: 6px;
    background: rgba(255, 66, 66, .35);
}
.text_e{
    color: #fff;
    font-size: 30px;
}
.text_f{
    color: #fff;
    font-size: 18px;
    margin-top: 20px;
}
.module_left img{
    width: 48px;
    display: block;
    margin-top: 36px;
}
.module_right{
    width: 460px;
    height: 322px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.module_right img{
    width: 220px;
    height: 155px;
}
.mb12{
    margin-bottom: 12px;
}
.footer_box{
    width: 1142px;
    height: 164px;
    display: flex;
    flex-wrap: wrap;
    background: #FF4242;
    margin: -64px auto 0;
    align-items: center;
    align-content: center;
    justify-content: space-between;
}
.footer_left{
    color: #fff;
    font-size: 18px;
    padding-left: 120px;
    background: url(../image/bom_icon.jpg) left 55px center no-repeat;
    background-size: 56px;
}
.footer_right{
    color: #fff;
    font-size: 18px;
    text-align: right;
    padding-right: 55px;
}
.info_text a{
    color: #fff;
    font-size: 12px;
    margin-left: 20px;
}