.header-title {
	width: 100%;
	height: 30px;
	line-height: 30px;
	background: rgb(249, 249, 249);
}

.header-title-text {
	width: 1200px;
	font-size: 16px;
	margin: 0 auto;
}
@media screen and (max-width: 1440px){
	.header-title-text {
		font-size: 15px;
	}
}

.header-title-text a {
	color: #333;
	transition: .5s;
}
.header-title-text a:hover {
	cursor: pointer;
	color: #0168b7;
}

.header-logo {
	width: 100%;
	height: auto;
	background-repeat: no-repeat;
	background-size: 100%;
	text-align: center;
}

.header-logo img {
	max-width: 100%;
	vertical-align: top;
	border: 0;
	text-align: center;
}

.header-tab {
	width: 100%;
	height: 50px;
	line-height: 50px;
	background: rgba(238, 238, 238, 0.8);
}

.header-tab > ul {
	width: 1200px;
	height: 100%;
	margin: 0 auto;
}

.header-tab > ul > li {
	width: auto;
	height: 100%;
	float: left;
	display: block;
	color: #333;
	font-size: 16px;
	margin-right: 166px;
}

.header-tab > ul > li:last-child {
	margin-right: 0;
}

.header-tab > ul > li > a:hover {
	cursor: pointer;
	color: #0168b7;
}

/* 视频文件居中 */
.wp-video {
	margin: 0 auto;
}

/* 富文本排版 */
.aligncenter {
	display: block;
	margin-left: auto !important;
	margin-right: auto !important;
}

.alignleft {
	float: left;
	margin: 0.5em 1em 0.5em 0;
}

.alignright {
	float: right;
	margin: 0.5em 0 0.5em 1em;
}

.footer {
	width: 100%;
	height: 125px;
	background-color: rgb(112, 0, 9);
	color: #fff;
	padding: 10px 0;
	box-sizing: border-box;
	float: right;
}
@media screen and (max-width: 1440px){
	.footer{
		height: 95px;
	}
}

.footer-text {
	width: 100%;
	height: 35px;
	line-height: 35px;
	font-size: 16px;
	text-align: center;
}
@media screen and (max-width: 1440px){
	.footer-text{
		height: 25px;
		line-height: 25px;
		font-size: 12px;
	}
}

.footer-text > span {
	margin-right: 25px;
}