* {
    padding: 0;
    margin: 0;
}

.heade {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 28px 0;
    height: 100%;
    display: flex;
    align-items: center;
    overflow: hidden;
    justify-content: space-between;
}

.heade .left {
    float: left;
    width: 192px;
}

.heade .left img {
    width: 100%;
}

.heade .right {
    float: right;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.heade .a {
    font-size: 12px;
    color: #373737;
    text-decoration: none;
    margin-right: 40px;
}

.heade .i {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #626262;
	overflow: hidden;
}
.heade .i img{
	width: 100%;
	height: 100%;
	display:block;
}
.heade .yh {
    display: flex;
    align-items: center;
}

.heade .span {
    color: #373737;
    font-size: 12px;
    margin-left: 10px;
}

.baner {
    width: 100%;
    border: 5px;
}

.baner img {
    width: 100%;
    display: block;
}

.footer {
    width: 100%;
    background: #ccc;
    padding: 50px 0 58px 0;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.footer .p {
    font-size: 14px;
    color: #333;
    margin-bottom: 10px;
}

.footer .div {
    display: flex;
    flex-direction: column;
}

.footer .div1 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 32px;
}

.footer .div1 .a {
    font-size: 16px;
    color: #707070;
    text-decoration: none;
}

.footer .div3 {
    height: 100%;
    display: flex;
    align-items: flex-end;
    margin-right: 50px;
}

.footer .div3 .i {
    width: 85px;
}

.footer .div3 .i1 {
    width: 90px;
    margin-right: 20px;
}

.footer .p1 {
    font-size: 14px;
    color: #333;
    text-align: center;
}

.footer .div3 .i1 img {
    width: 100%;
    display: block;
    margin-bottom: 10px;
}

.footer .div3 .i img {
    width: 100%;
    display: block;
    margin-bottom: 10px;
}