*{
    margin: 0;
    padding: 0;
}
.head{
    width: 1200px;
    height: 78px;
    padding: 8px 0;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.head .logo{
    width: 280px;
}
.head .text{
    font-size: 16px;
    font-weight: 700;
    color: #af2521;
    margin-top: 25px;
}
.head .person{
    margin-top: 24px;
    position: relative;
    cursor: pointer;
}
.head .person .personal{
    position: absolute;
    bottom: -50px;
    left: 0;
    background: #fff;
    box-shadow: 0px 0px 10px 0px rgba(85, 85, 85, 0.1);
    border-radius: 5px;
    display: none;
}
.head .person:hover .personal{
    display: block;
}
.head .person .personal:before{
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-bottom: 5px solid rgba(85, 85, 85, 0.1);
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    position: absolute;
    top: -6px;
    left: 50%;
    transform: translate(-50%, 0);
}
.head .person .personal{
    background: #fff;
    padding: 5px 0;
}
.head .person .personal a{
    display: block;
    line-height: 30px;
    font-size: 14px;
    color: #28292b;
    padding: 0 14px;
}
.head .person .personal a:hover{
    color: #B80A0C;
    background: rgba(184, 10, 12, 0.08);
}
.head .person .head_img{
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
}
.head a.index{
    font-size: 14px;
    color: #28292b;
    margin-top: 24px;
}
.head .person .name{
    font-size: 14px;
    color: #28292b;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
}
.head .person .arrow_icon{
    width: 7px;
    height: 4.67px;
    display: inline-block;
    vertical-align: middle;
    background: url("../img/arrow.png")no-repeat;
    background-size: 100% 100%;
}
.foot{
    height: 371px;
    background: #000;
}
.foot .foot_top{
    width: 1440px;
    margin: 0 auto;
    padding: 60px 128px 0 112px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
.foot .foot_top .foot_logo1{
    width: 360px;
    display: block;
    margin-bottom: 18px;
}
.foot .foot_top .foot_logo2{
    width: 240px;
    display: block;
    margin: 0 auto;
}
.foot .foot_top .tit{
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 16px;
    display: block;
    text-decoration: none;
}
.foot .foot_top .posi_icon,.foot .foot_top .email_icon{
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    background: url("../img/gps.png");
    background-size: 100% 100%;
    margin-top: -3px;
    margin-right:10px;
}
.foot .foot_top .email_icon{
    background: url("../img/email.png");
    background-size: 100% 100%;
}
.item_img .item_img_sub{
    display: inline-block;
    text-align: center;
    font-size: 0;
}
.item_img .item_img_sub:first-child{
    margin-right: 30px;
}
.item_img .item_img_sub .QR_code{
    display: block;
    width: 101px;
    height: 101px;
    margin-bottom: 10px;
}
.foot .foot_bottom{
    width: 1200px;
    font-size: 14px;
    color: #ffffffb3;
    text-align: center;
    border-top: 1px solid #4c4c4c;
    padding: 26px 0;
    margin: 0 auto;
}

