body {
	font-family: Alibaba PuHuiTi;
}

* {
	box-sizing: border-box;
}

.posr {
	position: relative;
}

.search .layui-bg-white {
	background-color: #fff;
	color: #035cff;
}

.search .layui-bg-white:hover {
	color: #035cff;
}

.layui-bg-064eaf {
	background-color: #1764ce;
	color: #fff;
}

.layui-carousel-ind ul,
.layui-carousel-ind ul:hover {
	background: transparent;
}

.layui-carousel-ind ul li {
	background-color: rgba(255, 255, 255, 0);
	border: 1px solid #fff;
}

.from .layui-form-item {
	display: flex;
}

.from .layui-form-label {
	width: auto;
	flex-shrink: 0;
}

.from .layui-input-block {
	margin-left: 0;
	width: 100%;
}

.footer {
	background: #1764ce;
	font-size: 16px;
}

.footer .contact {
	color: #fff;
	width: 1300px;
	margin: 0 auto;
	text-align: center;
	padding: 20px 0;
	line-height: 30px;
}

.footer .contact ul {
	display: flex;
	justify-content: space-between;
	width: 100%;
}

.footer .contact ul li {
	margin-right: 97px;
	/* font-size: 16px; */
}

.footer .contact ul li p {
	margin-top: 10px;
}

.footer .foot-info {
	border-top: 1px solid #cececf;
}

.footer .foot-info .copyright {
	width: 1400px;
	margin: 0 auto;
	display: flex;
	color: #fff;
	height: 73px;
	align-items: center;
	justify-content: space-between;
}

::-webkit-scrollbar {
	width: 5px;
}

::-webkit-scrollbar-thumb {
	border-radius: 5px;
	box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	background: rgb(216, 216, 216);
}

::-webkit-scrollbar-track {
	width: 5px;
}