
/* 友情链接 */
.link-box {
    background: #fff;
    position: relative;
    display: flex;
	justify-content: center;
    height: 50px;
}

.link-title {
    /* position: absolute; */
    padding: 0 10px;
    z-index: 999;
    height: 50px;
    line-height: 50px;
    font-weight: bold;
	color: #0367f2;
}

.link-drow1 {
    /* margin-left: 100px; */

}

.link-drow {
    padding: 10px 0;
    margin-right: 15px;
}

.link-drow a {
	padding: 4px 16px;
	height: 100%;
	color: #0367f2;
	background: #f0f3f7;
	box-sizing: border-box;
	text-decoration: none;
	z-index: 999;
	height: 32px;
	line-height: 32px;
	border-radius: 4px;
}

.foot-box img.logo2 {
    width: 56px;
    margin-right: 26px;
}

.foot-box img.ewm {
    width: 75px;
    margin-bottom: 5px;
    border: 2px solid #3c94f1;
}

.foot-hang1 {
    margin-left: 150px;
}

.foot-str {
    line-height: 30px;
    text-align: left;
}

.foot-str span {
    padding-right: 30px;
}

.foot-ewm {
    color: #fff;
    font-size: 0.8rem;
}
.foot-box-str{
    display: flex;
    justify-content: space-between;
    width: 18%;
    margin: 0 auto;
    color: #fefeff;
}