/* html,body{
	overflow-x: hidden;
} */
li,ul,ol{
	list-style: none;
}
a:hover{
	text-decoration: none;
}
/* 动态为footer添加类fixed-bottom */
.fixed-bottom {position: fixed;bottom: 0;width:100%;}
#top_nav .active .nav-link{
	color: #0a5eb6;
}
.mb50{margin-bottom: 50px;}
.minH {
    min-height:450px;
}


* {
    outline: 0;
    padding: 0;
    margin: 0;
    border: 0;
}
