@charset "utf-8";
/* head begin */
*{
    margin: 0;
    padding: 0;
    list-style: none;
    outline: none;
}
a:link,a:visited{ color:#BD1F32; text-decoration: none;}
a:hover{ color:#8c202d; }
body{
    background:  url('../images/bg_top_team.png') no-repeat top center;
    background-size: 1600px
}
#head_list{
    width: 1000px;
    height: 210px;
    margin: 0 auto;
    position: relative;
    padding-top: 40px;
}
.logo_list{
    float: left;
    width: 349px;
    height: 43px;
    background: url('../picture/logo_xiangyu.png');
}
.headbanner_list{
    float: left;
    margin-left: 100px;
}
.headbanner_list li{
    float: left;
    height: 43px;
    text-align: center;
    color: #BD1F32;
    line-height: 43px;
    font-size: 16px;
    font-weight:600;
    font-family: '微软雅黑';
    padding: 0 0 0 30px;
}
.head_title_list{
    position: absolute;
    left: 0px;
    top: 120px;
    width: 200px;
    height: 100px;
    font-size: 35px;
    font-family: "微软雅黑";
    font-weight: bold;
    color: #222222
}
.head_title_list span{
    display: block;
    float: left;
}
.head_title_list .smalltext{
    font-size: 12px;
    padding: 10px 0 0 4px;
    font-weight: 400;
    color: #222222;}
/* head end */
