body,
html {
	font-size: 100%;
	padding: 0;
	margin: 0;
}

body {
	color: #000;
	font-weight: 500;
	font-size: 1.05em;
	font-family: "Microsoft YaHei", "Segoe UI", "Lucida Grande", Helvetica, Arial,
		sans-serif;
}

a {
	color: rgba(255, 255, 255, 0.6);
	outline: none;
	text-decoration: none;
	-webkit-transition: 0.2s;
	transition: 0.2s;
}

a:hover,
a:focus {
	color: #74777b;
	text-decoration: none;
}

dd a {
	color: #000;
}

dd a.active {
	color: #0154a6;
}

.tb td {
	vertical-align: top;

	p {
		text-indent: 2em;
	}

	.box {
		font-size: 16px;
		color: #000;
		border: solid 1px #000;
		margin-left: 20px;
		background-color: #eee;
		padding: 20px;
	}

	.box2 {
		font-size: 16px;
		color: #000;
		border: solid 1px #000;
		margin-bottom: 20px;
		background-color: #0154a6;
		padding: 20px;
		color: #fff;
	}
}

.main_yw {
	margin-top: 20px;
	padding-top: 3%;
}

.show_yes {
	padding-top: 0px;
}

.bb {
	font-size: 12px;
	padding: 0px;
}

.bb li {
	list-style: none;
	padding: 0px;
	color: #fff;
	text-align: center;
}

.yewu dl dd {
	padding-top: 0;
}

.page_title {
	font-size: 25px;
	color: #0306bd;
	font-weight: bold;
	background-image: url(../images/flag.png);
	margin-top: 60px;
	background-repeat: no-repeat;
	margin-left: -15px;
	margin-right: -15px;
	text-indent: 10px;
	background-position: left bottom;

	span {
		display: block;
		line-height: 60px;
	}
}

.page_title_small {
	color: #000;
	font-size: 18px;
	font-weight: bold;
	margin-left: -15px;
	margin-top: 40px;
	margin-bottom: 20px;
	margin-right: -15px;
	padding-bottom: 20px;
	border-bottom: 2px dashed #0154a6;
}

.page_title_small::before {
	content: "";
	display: inline-block;
	width: 5px;
	height: 5px;
	background-color: #0154a6;
	margin-right: 10px;
	vertical-align: middle;
}

.font14 {
	font-size: 14px;
}

.font16 {
	font-size: 16px;
}

.font18 {
	font-size: 18px;
}

.font20 {
	font-size: 20px;
}

.black {
	color: #000;
	margin: 20px 0px;
}

.yellow {
	color: #ff0;
}

section {
	padding-top: 20px;
	width: 100%;
	padding-bottom: 40px;
}

.bgblue {
	background-color: #0154a6;
	padding: 20px;
	color: #fff;
}

.active a {
	color: #0154a6;
}

.page_title_mid {
	font-size: 20px;
	color: #000;
	font-weight: bold;
	margin-left: -15px;
	margin-top: 40px;
	margin-right: -15px;
}

.page_title_mid::before {
	content: "";
	display: inline-block;
	width: 5px;
	height: 24px;
	background-color: #0154a6;
	margin-right: 10px;
	vertical-align: middle;
}

.imgp {
	width: 80%;
	margin-left: 10%;
}

.MsoNormalTable {
	border: solid 1px #0154a6;
	font-size: 14px;
}

.MsoNormalTable td {
	border: solid 1px #0154a6;
	padding: 10px;
}

.th {
	background-color: #0154a6;
	color: #fff;
}

.top20 {
	margin-top: 20px;
}

dt img {}

.pp {
	margin-top: 20px;
	margin-bottom: 20px;
	color: #4c4e51;
	font-size: 22px;
	line-height: 1.5em;
	text-indent: 2em
}

.anli {
	margin: 20px 0px;
	background-color: #0154a6;
	padding: 20px;
	color: #fff;

	a {
		margin: 20px;
		display: inline-block;
		border-bottom: dashed 1px #fff;
		color: #fff;
	}
}

.table {
	border: 1px solid #ccc;
	line-height: 2em;
	font-size: 16px;

	th {
		color: #74777b;
		text-align: right;
		font-weight: normal;
		font-size: 14px;
	}

	td {
		border: 1px solid #ccc;
		padding: 10px;
		color: #0154a6;
	}
}

.sub-menu {
	display: none;
	margin: 0px;
	padding: 0px;
	position: absolute;
	background-color: #0154a6;
	padding: 20px;

	li {
		list-style: none;
		font-size: 20px;
		text-align: left;
		font-weight: normal;
		border-bottom: dashed 1px #0154a6;
		line-height: 40px;

		a {
			color: #fff;
		}
	}
}

dd p {
	position: relative;
}

dd div:hover {
	.sub-menu {
		display: block;
		z-index: 1000;
	}
}

.normal {
	margin-top: 40px;
}

.normal p {
	text-indent: 2em;
	margin: 10px 0px
}

#scrollTopButton {
	/* 初始状态下不可见 */
	position: fixed;
	bottom: 20px;
	/* 距离底部的距离 */
	right: 20px;
	/* 距离右侧的距离 */
	/* 按钮背景颜色 */
	color: #fff;
	/* 按钮文本颜色 */
	border: none;
	padding: 10px 20px;
	cursor: pointer;
	border-radius: 5px;
	font-size: 16px;
	z-index: 999;
	background-image: url(../images/top.png);
	background-size: 60px 60px;
	background-repeat: no-repeat;
	background-position-x: center;
	height: 150px;
	background-color: transparent;
	color: #000;
}

#scrollTopButton:hover {
	/* 鼠标悬停时的背景颜色 */
}