/* 头部css START */
.body_box{
    width: 100%;
}
.box_head{
    width: 100%;
    height: 197px;
    background: #b20101;
    padding-top: 27px;
    box-sizing: border-box;
}
.box_head_in{
    width: 1200px;
    margin: 0 auto;
}
.box_head_btn{
    width: 800px;
    text-align: right;
}
.box_head_btn>div{
    display: inline-block;
}
.box_head_logo p{
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 22px;
    margin-left: 67px;
    margin-top: 15px;

}
.search_btn{
    position: relative;
    cursor: pointer;
    margin-right: 10px;
}
.search_box{
    width: 281px;
    height: 70px;
    position: absolute;
    bottom:-55px;
    right:-2px;
    padding-top: 20px;
    box-sizing: border-box;
    display: none;
}
.search_text{
    width: 281px;
    height: 45px;
    background: #FDFBFB;
    opacity: 0.93;
    /* background: rgba(253, 251, 251, 0.93); */
    border-radius: 3px;
    line-height: 45px;
    
}
.search_text input{
    border: none;
    width: 229px;
    height: 32px;
    margin-left: 11px;
    padding-left: 9px;
    box-sizing: border-box;
    font-size: 16px;
    color: #5F5F5F;
    border-bottom: 1px solid rgba(255, 255, 255, 1);
    line-height: 32px;
    outline: none;


   
}
.search_text img{
    margin-right: 10px;
}

.sanjiao{
    width:0;
    height:0;
    overflow:hidden;
    border-width:10px;
    border-color: transparent  transparent  rgba(253, 251, 251, 0.93) transparent;
    border-style:solid dashed dashed dashed;
    position: absolute;
    right: 16px;
    top: 0px;
}
.box_head_list{
    margin-top: 75px;
    
}
.box_head_list ul li{
    display: inline-block;
    height: 18px;
    font-size: 20px;
    font-weight: 400;
    line-height: 18px;
    padding: 0 13px;
    border-right: 1px solid #cf6262;

}
.box_head_list ul li a{
    color: #FFFFFF;

}
/* 头部css END */

/* 底部css START */
.box_foot{
    width: 100%;
    height: 154px;
    background: #efefef;
}
.foot_container{
    width: 1200px;
    margin: 0 auto;
    padding: 30px 10px 0 10px;
}
.foot_qzwlogo{
    height: 100%;
    width: 144px;
}
.foot_intro{
    width: 780px;
    height: 100%;
    text-align: center;
}
.foot_intro p{
    font-size: 16px;
    line-height: 30px;
}
.foot_icon>div{
    display: inline-block;

}
.icon_div{
    width: 72px;
    height: 80px;
    background: #fff;
    border-radius: 10px;
    text-align: center;
    font-size: 14px;
    
}
.icon_div img{
    margin: 6px 0px;
}
.sydw_icon img{
    margin-top: -50px;
}
/* 底部css END */