.footer {
	/* position: absolute; */
	left: 0;
	bottom: 0;
	width: 100%;
	background-color: #f4f4f4;
	height:25.25vw;
}

.footer .top {
	height: 25.25vw;
	display: flex;
	justify-content: space-between;
}

.footer .top .left-box {
	width: 66%;
	height: 100%;
	/*padding: 5.469vw 0 0 8.333vw;*/
	display: flex;
	justify-content: center;
	align-items: center;
	padding:30px;
}

.footer .top .left-box dl {
	float: left;
	text-align: left;
	font-size: 1.042vw;
	width: 20%;
	margin-bottom: 0;
	flex-direction: column;
}

.footer .top .left-box dl:last-child {
	padding-right: 0
}

.footer .top .left-box dl dt {
	font-weight: 400;
	padding-bottom: 2.708vw
}

.footer .top .left-box dl dd {
	margin-bottom: auto;
	display: block;
	margin-inline-start: 0px;
}

.footer .top .left-box dl dd>a {
	font-size: 16px;
	color: dimgrey;
}

.footer .top .left-box dl dd>a:hover {
	color: #e50011;
}

.footer .top .right-box {
	height: 100%;
	padding: 1vw 0 0 6.479vw;
	border-left: 1px solid #e5e5e5;
	text-align: left;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.footer .top .right-box .category-title {
	color: #333;
	font-size: 1.042vw;
	padding-bottom: 2.083vw
}

.footer .top .right-box .tel {
	color: black;
	font-size: 0.988vw;
}
.footer .top .right-box .qq {

	font-size: 0.988vw
}
.footer .top .right-box .qq>a:hover {

}

.footer .top .right-box .address {
	color: black;
	font-size: 0.988vw
}

.footer .top .right-box .code-box {
	padding-top: 2.865vw
}

.footer .top .right-box .code-box>div {
	position: relative;
	width: 1.823vw;
	height: 1.823vw
}

.footer .top .right-box .code-box>div.qr {
	background-size: 1.302vw 1.302vw;
	vertical-align: middle
}

.footer .top .right-box .code-box>div.qr:hover {
	background-size: 1.302vw 1.302vw
}

.footer .top .right-box .code-box>div>div {
	display: none;
	position: absolute;
	width: 4.688vw;
	height: 4.688vw;
	bottom: -4.688vw;
	left: -1.667vw;
	background-size: 3.906vw 3.906vw
}

.footer .top .right-box .code-box>div:hover>div {
	display: block
}

.footer .top .right-box .code-box .subscribe-txt {
	font-size: .938vw;
	vertical-align: middle;
	width: 10.417vw;
	color: #a2a2a2;
	display: inline-block
}

.footer .top .category-title,.footer .top .left-box dl dt {
	color: #333
}

.footer .bottom {
	width: 100%;
	text-align: left;
	color: #adadad;
	line-height: 4.688vw
}

.footer .bottom .rights {
	font-size: 0.8vw;
	width: 100vw;
	padding-left: 0;
	border-right: 1px solid #e5e5e5;
	border-top: 1px solid #e5e5e5;
	display: flex;
	justify-content: center;
	background-color: white;
}

.footer .bottom .bg {
	width: 37%;
	height: 100%
}

.foot {
	height: 35.938vw
}
html {

	height: 100%;
}
ul,
ol {
	display: flex;
	list-style-type: none;
	margin: 0;
}
th,
td,
input {
	font-size: 12px;
}
h3 {
	/* font-size: 14px; */
}
button {
	border: none;
	cursor: pointer;
	font-size: 12px;
	background-color: transparent;
}
select {
	border-width: 1px;
	_zoom: 1;
	border-style: solid;
	padding-top: 2px;
	font-size: 12px;
}
.clearfix:after {
	/*content: "";*/
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
}
.clearfix {
	zoom: 1;
	background-color: white;
}

.fl {
	float: left;
}
.fr {
	float: right;
}
.font20 {
	font-size: 1.042vw !important;
}
.font20 a {
	font-size: 1.042vw !important;
}
.font22 {
	font-size: 22px !important;
}
.font44 {
	font-size: 55px !important;
}
*,::after,::before {
    box-sizing: border-box;
}
a {color: black;}
a :hover{ color: #e50011; }