/* CSS Document */

body,
div,
ul,
ol,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
p,
form,
fieldset,
legend,
input,
textarea,
th,
tr,
td,
em,
span {
	margin: 0;
	padding: 0;
}

body {
	font-size: 16px;
	font-family: "Microsoft YaHei", "微软雅黑", "SimHei", "黑体";
	width: 100%;
	background: #deedfb;
	margin: 0 auto;
	overflow-x: hidden;

}

a:link,
a:visited,
a:hover,
a:active {
	text-decoration: none;
	color: #333;
	font-family: "Microsoft YaHei", "微软雅黑", "SimHei", "黑体";
}

img {
	border: 0;
}

a {
	color: #444;
}

a:hover {
	text-decoration: none;
	color: #333;
}

.banner {
	width: 100%;
	overflow: hidden;
}

.banner img {
	width: 1920px;
	height: 499px;
	display: block;
	left: 50%;
	margin-left: -960px;
	position: relative;
	overflow: hidden;
}

.menu {
	width: 100%;
	height: 60px;
	line-height: 60px;
	background: #1f38a5;
	overflow: hidden;
}

.fixednav {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 999;
}

.menu ul {
	width: 1200px;
	margin: 0 auto;
	list-style: none;
}

.menu ul li {
	float: left;
	padding: 0 30px;
	box-sizing: border-box;
	margin: 0 50px 0 0;
}

.menu ul li a {
	color: #fff;
	font-size: 20px;
}

.menu ul li:hover,
.menu ul li.selected {
	background: #0a44df;
}

#code {
	width: 112px;
	height: 128px;
	position: fixed;
	right: 10%;
	z-index: 999;
}

.bg_color {
	border-radius: 10px;
	/* 底色 */
	background-color: #e5fbff;

	/* chrome 10+, safari 5.1+ */
	background-image: -webkit-linear-gradient(#e5fbff, #daf5fd, #c2e9ff);

	/* firefox; multiple color stops */
	background-image: -moz-linear-gradient(top, #e5fbff, #daf5fd, #c2e9ff);

	/* ie 6+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e5fbff', endColorstr='#c2e9ff');

	/* ie8 + */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#e5fbff', endColorstr='#c2e9ff')";

	/* ie10 */
	background-image: -ms-linear-gradient(#e5fbff, #daf5fd, #c2e9ff);

	/* opera 11.1 */
	background-image: -o-linear-gradient(#e5fbff, #daf5fd, #c2e9ff);

	/* 标准写法 */
	background-image: linear-gradient(#e5fbff, #daf5fd, #c2e9ff);
}

.module {
	width: 1200px;
	margin: 50px auto;
	overflow: hidden;
}

.module .title {
	margin: 0 auto 20px;
	text-align: center;
}

.content {
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
}

.module .tex_con {
	padding: 20px 45px;
	box-sizing: border-box;
	overflow: hidden;
}

.tex_con p {
	font-size: 16px;
	line-height: 30px;
	color: #000;
}

.tex_con p em {
	font-style: normal;
	font-weight: bold;
}

.impro_guests img,
.impro_course img,
.certification img {
	text-align: center;
	display: block;
	margin: 40px auto;
}

.schedule {
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	padding: 15px;
	box-sizing: border-box;

}

.schedule tr td {
	font-size: 18px;
	line-height: 38px;
}

.schedule tr td em {
	font-style: normal;
	font-weight: bold;
	padding-right: 5px;
	box-sizing: border-box;
}

/*底部*/

.footer {
	width: 100%;
	text-align: center;
	font-size: 15px;
	margin-bottom: 20px;
	border-top: 2px solid #cbdef5;
	padding: 30px 0 0 0;
	box-sizing: border-box;
}

.footer p {
	color: #333;
	text-align: center;
	height: 26px;
	line-height: 26px;
	overflow: hidden;
	width: 750px;
	margin: 0 auto;
}

.footer p a {
	float: left;
	color: #333;
}

.footer p a::after {
	content: "|";
	padding: 0 10px;
	box-sizing: border-box;
}

.footer p a:last-of-type::after {
	content: "";
}
