<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset UTF-8;
/**footer**/


.footer_c {
	max-width: 1340px;
	padding: 0px 20px;
	margin: auto;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}



.footer_c_right {
	float: right;
	width: 80%;
}

.footer_c_right ul {
	display: flex;
	width: 100%;
	justify-content: flex-end;
}

.footer_c_right ul li p {
	color: #fff;
	font-size: 16px;
}

.footer_c_right ul li p a {
	color: #fff;
}

.footer_c_right ul li p:nth-of-type(1) {
	font-size: 14px;
	opacity: 0.7;
	margin-bottom: 4px;
}

.bq_c {
	overflow: hidden;
	padding: 30px 20px;
	margin: auto;
	max-width: 1640px;
}

.bq {
	max-width: 100%;
	overflow: hidden;
	margin: auto;
}

.bq a {
	color: #787878;
	margin-left: 10px;
	font-size: 14px;
	opacity: 1;
}

.bq_left {
	width: 100%;
	float: left;
	color: #787878;
	text-align: center;
	opacity: 1;
	font-size: 14px;
}

.bq_right {
	width: 50%;
	float: right;
	text-align: right;
	opacity: 1;
}



.footer_main {
	background: rgba(248, 248, 248, 1);
	overflow: hidden;
	width: 100%;
	background-size: cover;
	position: relative;
}


.footer_main_center {
	max-width: 1300px;
	overflow: hidden;
	margin: auto;
	border-bottom: 1px rgba(255, 255, 255, 0.1) solid;
	padding: 70px 20px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.footer_left {
	width:75%;
	float: left;
}

.footer_left ul li {
	width: auto;
	float: left;
}

.footer_left ul {
	display: flex;
	justify-content: space-between;
}

.footer_navyj {
	font-size: 16px;
	color: #333 !important;
	padding-bottom: 10px;
	display: block;
}

.footer_navej a {
	display: block;
	font-size: 14px;
	color: #787878;
	line-height: 2.4em;
	opacity: 1;
}

.footer_navej a:hover {
	color: #b90308;
	opacity: 1;
}



.footer_right {
	width: 20%;
}

.footer_right ul {
	display: flex;
}

.footer_right li {
	width: 50%;
	text-align: center;
	padding-left: 20px;
}

.footer_right li p {
	display: block;
	font-size: 14px;
	margin-top: 10px;
}

.footer_right li img {
	max-width: 100%;
	padding: 8px;
	background: #fff;
}


.footer_contact {
	width: 100%;
	padding: 0px 20px;
}

.miaoshu {
	font-size: 14px;
	text-align: center;
	max-width: 1300px;
	border-top: 1px #ddd solid;
	padding: 30px 0px;
	margin: auto;
	line-height: 1.8em;
}

.footer_contact ul {
	display: flex;
	max-width: 1300px;
	margin: auto;
	justify-content: space-between;
}

.footer_contact ul li {
	font-size: 14px;
    max-width: 640px;
}

.footer_contact ul li span {
	display: block;
}

.footer_contact ul li .companyphone {
	background: url(../images/ditel.png) no-repeat left center;
	padding-left: 80px;
	height: 50px;
	line-height: 25px;
	position: relative;
}

.footer_contact ul li .companyemail {
	background: url(../images/diemail.png) no-repeat left center;
	padding-left: 80px;
	line-height: 25px;
	position: relative;
}

.footer_contact ul li .companyaddress {
	background: url(../images/diadd.png) no-repeat left center;
	padding-left: 80px;
	line-height: 25px;
	position: relative;
}

.footer_contact ul li .companyphone:before,
.footer_contact ul li .companyemail:before,
.footer_contact ul li .companyaddress:before {
	content: '';
	width: 1px;
	height: 36px;
	background: #ddd;
	position: absolute;
	left: 60px;
	top: 50%;
	margin-top: -18px;
}</pre></body></html>