*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	list-style: none;
}
html,body{
    width: 100%;
	height: 100%;
}
i{
	font-style: normal;
	color: inherit;
}
a:link {
    text-decoration: none;
    color: black;
}
a {
    color: #333;
    text-decoration: none;
}
img{
	width: 100%;
	height: 100%;
	display: block;
}
.footer{
    width: 100%;
    /* height: 260px; */
    background: #303030;
    /* margin-top: 60px; */
    padding: 30px 0;
    overflow: hidden;
}
.foot_tit{
    text-align: center;
    font-size: 14px;
    color: white;
    margin: 10px 0;
}
.beian{
    cursor: pointer;
}
.foot_con{
    width: 980px;
    margin: 60px auto 0;
    display: flex;
    justify-content: space-between;
}
.foot_logo{
    width: 150px;
    height: 99px;
}
.foot_left{
    display: flex;
}
.foot_ul{
    margin-left: 40px;
}
.foot_ul li{
    font-size: 14px;
    color: #adadad;
    cursor: pointer;
    margin-bottom: 5px;
}
.foot_ul div{
    font-size: 14px;
    color: #ffffff;
    margin-bottom: 15px;
}
.foot_foot{
    width: 100%;
    height: 44px;
    font-size: 14px;
    background: black;
    text-align: center;
    line-height: 44px;
    color: white;
}