@media screen and (max-width: 1440px) {
	.w {
		width: 90%;
		margin: 0 auto;
	}
}

.w {
	max-width: 1440px;
	/* width: 18rem; */
	margin: 0 auto;
}

/* 友情链接 */

.links-container {
	border-top: 1px solid #d5d1cc;
	border-bottom: 1px solid #d5d1cc;
	margin-top: 1.25rem;
}

.links {
	display: flex;
	justify-content: space-around;
	/*opacity: 0.9;*/
	padding: 0.275rem 0;
}

.links .link {
	width: 3.775rem;
	height: 0.6125rem;
	color: #fff;
	font-size: 0.225rem;
	text-align: center;
	line-height: 0.6125rem;
	font-weight: 600;
	background-color: #c40518;
}

.links .link-item {
	display: flex;
	position: relative;
	width: 3.4375rem;
	height: 0.6125rem;
	margin-left: 0.65rem;
}

.links .link-item select {
	width: 100%;
	height: 100%;
	appearance: none;
	outline: none;
	padding-left: 0.2375rem;
	font-size: 0.225rem;
	color: #fff;
	background-color: #c40518;
	font-weight: 500;
	border: none;
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
	text-shadow:none;
}

.links .link-item select option{
	background-color: #fff;
	color: #333333;
}

.links .link-item::after {
	content: "∨";
	position: absolute;
	top: 0;
	right: 0.075rem;
	display: block;
	width: 0.3rem;
	height: 0.1625rem;
	line-height: 0.6125rem;
	color: #fff;
	font-size: 0.3rem;
	font-weight: 100;
}

/* 底部 */
.footer{
	background:  url("./imges/footer_bg.jpg")  no-repeat center/100%;
	padding-bottom: .625rem;
}

.footer-container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 0.2125rem;
	color: #646464;
	padding: 0 9%;
	/*background-color: rgba(255, 255, 255, 0.5);*/
}

.footer-left {
	margin-top: 1.125rem;
}

.footer-right {
	margin-top: 0.5rem;
}

.footer-left > div > span {
	font-weight: 800;
}

.footer-left .left-two,
.footer-left .left-three {
	margin-top: 0.25rem;
}

.footer-left .address,
.footer-left .mail,
.footer-left .postal {
	margin-left: 0.75rem;
}

.footer .footer-right {
	display: flex;
}

.footer-right > div {
	width: 2.0375rem;
	height: 2.0375rem;
	text-align: center;
	margin-left: .125rem;
}

.footer-right > div > img {
	width: 100%;
	height: 100%;
}

.footer-right .code2 {
	margin-left: 0.25rem;
}

.footer-left .footer-btns {
	display: flex;
	margin-bottom: 20px;
}

.footer-left .footer-btns > span {
	background-color: #b42624;
	padding: 6px 15px;
	margin-right: 15px;
	color: #fff;
	font-size: 0.2125rem;
	font-weight: normal;
}

.footer-right img {
	margin-bottom: 0.0625rem;
}

.footer-right .code-title {
	font-weight: 800;
	color: #333;
	font-size: 0.2rem;
}

.copy p a{
	color: #676767;
}
