/*内容*/
.content {
	min-width: 1286px;
}
.content .cnt1 {
	margin: 0 auto;
	margin-top: 50px;
	margin-bottom:85px;
}
.content img {
	margin: 0 auto;
}
/*底部*/
footer {
	/*min-width: 1266px;*/
	min-width: 1286px;
	height: 162px;
	background: #30405A;
	overflow: hidden;
}
footer .footer_cnt {
	width: 1266px;
	margin: 0 auto;
	margin-top: 42px;
}
footer > p {
	height:15px;
	line-height:15px;
	text-align: center;
	font-size:14px;
	font-weight:400;
	color:rgba(255,255,255,1);
	margin-top: 31px;
}
.footer_cnt .footer_left {
	float: left;
}
.footer_cnt .footer_left a {
	height: 15px;
	line-height: 15px;
	color: white;
	font-size: 14px;
	font-weight: 400;
}
.footer_cnt .footer_right {
	float: right;
}
.footer_cnt .footer_right p {
	height: 15px;
	line-height: 15px;
	color: white;
	font-size: 14px;
	font-weight: 400;
}
.footer_right p span {
	color: #FFDD20;
}
.wdh {
	display: inline-block;
	width:80px;
	height: 15px;
}

.wdh20 {
	display: inline-block;
	width:20px;
	height: 15px;
}

@media (max-width: 1200px) {
/*内容*/
.content {
	min-width: 806px;
}
/*底部*/
footer {
	/*min-width: 792px;*/
	min-width: 806px;
	height: 101px;
	background: #30405A;
	overflow: hidden;
}
footer .footer_cnt {
	width: 792px;
	margin: 0 auto;
	margin-top: 26px;
}
footer > p {
	height:9px;
	line-height:9px;
	text-align: center;
	font-size:9px;
	font-weight:400;
	color:rgba(255,255,255,1);
	margin-top: 19px;
}
.footer_cnt .footer_left {
	float: left;
	height: 16px;
}
.footer_cnt .footer_left a {
	display: inline-block;
	max-height: 9999px;
	height: 16px;
	line-height: 16px;
	color: white;
	font-size: 9px;
	font-weight: 400;
}
.footer_cnt .footer_right {
	float: right;
	height: 16px;
}
.footer_cnt .footer_right p {
	max-height: 9999px;
	height: 16px;
	line-height: 16px;
	color: white;
	font-size: 9px;
	font-weight: 400;
}
.footer_right p span {
	max-height: 9999px;
	display: inline-block;
	height: 16px;
	line-height: 16px;
	font-size: 9px;
	color: #FFDD20;
}
.wdh {
	display: inline-block;
	width:40px;
	height: 16px;
}

.wdh20 {
	display: inline-block;
	width:10px;
	height: 16px;
}
}
