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

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

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

}

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

.head .icon {
    height: 53px;
    margin-left: 165px;
    display: flex;
    align-items: center;
}
.head .backgroud {
    width: 100%;
    height: 66px;
    background-image: url(../brand/商务合作banner.png);
}
.content .box {
    width: 100%;
    box-sizing: border-box;
    padding: 0 240px;

 }
.content .box .tit{
    font-size:20px;
    padding: 45px 0 27px 0px;
}
.content .box>div {
    line-height: 50px;
    font-size: 14px;
}
.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;
}

