/*公共*/
html{
    overflow-x: hidden;
}
body{
    margin: 0;
    padding: 0;
    border: 0;
    color: #333333;
}
ul,li{
    margin: 0;
    padding: 0;
    list-style: none;
}

div{
    margin: 0;
    padding: 0;
    border:0;
}

.wrapper{
    width: 1280px  ;
    margin: 0 auto;  /*盒子居中*/

}

a{
    text-decoration:none;
    color:#333;
}

.head .icon{
        margin-left: 165px;
        height: 53px;
        display: flex;
        align-items: center;
}
.head .backgroud{
    width: 100%;
    height: 66px;
        background-image: url(../brand/关于我们banner.png);
}
.title {
    padding-top: 46px;
    padding-bottom: 26px;
    font-size:20px;
    text-align: center;
}
.content1 {
    box-sizing: border-box;;
    width: 100%;
    padding: 0 222px;
    margin-bottom: 35px;
}
.picture>div{
    display: flex;
    justify-content: center;
}
.picture>div>div {
    margin-right: 10px;
}
.footer {
    background-color: #EDEDED;
    width: 100%;
    padding-top: 10px;
    font-size: 11px;
    padding-bottom: 14px;;
}
.footer .wrapper {
    padding: 0 286px;
    box-sizing: border-box;;
    position: relative;
}
.footer .link {
    margin-bottom: 25px;;
}
.footer .link li{
    display: inline-block;
    padding:0 30px;
    border-right: 1px solid #666666;
    height: 13px;
    line-height: 13px;;

}
.footer .link li:first-child{
    margin-left: -30px;
}
.footer .link li:last-child{
    border-right: none;
}
.footer .address {
    margin-bottom: 13px;
}
.footer .copyright {
    margin-bottom: 13px;
}
.footer .photo {
    position: absolute;
    right: 286px;
    top: 0;
    text-align: center;
}

