*{
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	font-family: "微软雅黑";
	color: #333;
}
html,body{
	overflow-x: hidden;
	max-width: 1920px;
	margin: auto;
}
ul{
	list-style-type: none;
}
a{
	text-decoration: none;
}
/*a:hover{
	text-decoration: none;
}
*/
/*清除浮动代码*/
.clearfloat:after{
	display: block;
	height: 0;
	clear: both;
	content: "";
	visibility: hidden;
}
.clearfloat{
	zoom: 1;
}
.flex-image{
	width: 100%;
	display: flex;
    align-items: center;
    justify-content: center;
}
.fixed-right{
    position: fixed;
    bottom: 20px;
    right: 0px;
    width: fit-content;
    background-color: #203864;
    border-color: #203864;
    padding-top: 10px;
    padding-bottom: 20px;
}
.fixed-right-txt{
    color: #fff;
    font-size: 18px;
    width: fit-content;
    margin: auto;
    margin-top: 10px;
}