html{
	overflow-x: hidden!important;
}
body {
	padding: 0;
	margin: 0;
}

img {
	display: block;
}


a,
a:link,
a:hover {
	text-decoration: none;
	color: #000000;
}

.display {
	display: none;
}

.top {
	width: 100%;
	height: 120px;
	line-height: 120px;
	background-color: white;
	box-shadow: 5px 5px 5px #ddd;
	position: fixed;
	top: 0;
	z-index: 9;
}

.top_main {
	width: 1200px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 100%;
}

.logo {
	height: 70px;
}

.top_nav {
	width: 800px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 18px;
}

.top_c {
	display: none;
}

.top_c img {
	width: 38px;
	cursor: pointer;
}

.top_nav a:hover {
	color: rgb(230, 0, 18);
	border-top: 2px solid rgb(230, 0, 18);
}

.change_color {
	color: rgb(230, 0, 18) !important;
	border-top: 2px solid rgb(230, 0, 18);
}

.login {
	cursor: pointer;
	width: 100px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background-color: rgb(230, 0, 18);
	color: white !important;
	border-radius: 50px;
}

.login a {
	color: white !important;
}

.foot {
	width: 100%;
	height: 140px;
	background-color: black;
	color: white;
	text-align: center;
	line-height: 30px;
	padding-top: 40px;
}

.foot a {
	color: white;
}

.foot_nav {
	width: 600px;
	display: flex;
	justify-content: space-evenly;
	font-size: 18px;
	align-items: center;
	margin: auto;
}

.foot_line {
	height: 20px;
	width: 2px;
	background-color: white;
}

.foot_link {}

.xf {
	position: fixed;
	z-index: 9;
	top: 40%;
	right: 0px;
}

.xf_main {
	position: relative;
}

.xf_nav {
	position: absolute;
	top: -100px;
	right: 0;
	height: 350px;
	width: 70px;
	border-radius: 50px;
	background-color: #c0c0c0;
}

.xf_list {
	height: 270px;
	width: 55px;
	background-color: white;
	border-radius: 50px;
	position: relative;
	left: calc(50% - 27.5px);
	top: 7.5px;
	font-size: 12px;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
}

.xf_yuan {
	width: 55px;
	height: 55px;
	border-radius: 50px;
	position: relative;
	left: calc(50% - 27.5px);
	bottom: -16.5px;
	background-color: white;
	text-align: center;
	font-size: 12px;
	color: #6f1824;
	font-weight: bold;
	cursor: pointer;
}

.totop {
	position: relative;
	top: calc(50% - 14px);
}

.xf_list_item {
	display: flex;
	flex-direction: column;
	align-items: center;
	cursor: pointer;
}

.xf_text {
	border-top: 1px solid #8b8b8b;
	border-bottom: 1px solid #8b8b8b;
	padding: 2px 0;
	margin-top: 5px;
}

.w_red,
.w_blue {
	position: relative;
}

.w_red::before {
	content: "";
	position: absolute;
	left: -35px;
	top: -10px;
	height: 10px;
	width: 30px;
	background-color: #e81b2b;
}

.w_red::after {
	content: "";
	position: absolute;
	right: -35px;
	bottom: -10px;
	height: 10px;
	width: 30px;
	background-color: #e81b2b;
}

.w_blue::before {
	content: "";
	position: absolute;
	left: -35px;
	top: 0px;
	height: 10px;
	width: 10px;
	background-color: #7be7f4;
}

.w_blue::after {
	content: "";
	position: absolute;
	right: -35px;
	bottom: 0px;
	height: 10px;
	width: 10px;
	background-color: #7be7f4;
}

.mobile_con {
	width: 100%;
	position: fixed;
	top: 80px;
	background-color: white;
	text-align: center;
	z-index: 9;
	display: none;
	height: 0;
}

.mobile_con div {
	margin: auto;
	height: 40px;
	line-height: 40px;
	border-top: 1px solid #ddd;
	font-size: 16px;
}

.mobile_con div a:hover {
	color: #e81b2b;
}
.bottom_kefu{
	width: 100%;
	position: fixed;
	background-color: #e81b2b;
	color: white;
	height: 45px;
	line-height: 45px;
	bottom: 0;
	z-index: 9999;
	text-align: center;
	font-size: 18px;
	display: none;
	cursor: pointer;
}