/* 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: #031e3e;
	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: #227daf;
	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 53px 0 0;
}

.menu ul li a {
	color: #fff;
	font-size: 20px;
}

.menu ul li:hover,
.menu ul li.selected {
	background: #0f5b85;
}

#code {
	width: 112px;
	height: 128px;
	position: fixed;
	right: 10%;
	z-index: 999;
}

.module {
	width: 1200px;
	margin: 50px auto;
	overflow: hidden;
}

.module .title {
	margin: 0 auto 20px;
	text-align: center;
}

.module .synopsis {
	padding: 0 45px;
	box-sizing: border-box;
	overflow: hidden;
}

.synopsis p {
	font-size: 16px;
	line-height: 32px;
	color: #fff;
}

.synopsis .main_product img,
.synopsis .impro_guests img,
.schedule img {
	text-align: center;
	display: block;
	margin: 40px auto;
}

.module .related_video {
	width: 950px;
	margin: 0 auto;
}

.related_video li {
	width: 380px;
	height: 220px;
	margin: 40px;
	float: left;
}

.related_video li video {
	width: 380px;
	height: 220px;
}

.module .news_list {
	list-style: none;
	overflow: hidden;
}

.module .news_list li {
	float: left;
	width: 560px;
	margin: 0 30px 30px 0;
}

.module .news_list li:nth-of-type(2n) {
	margin: 0 0 30px 0;
}

.module .news_list li .news_img {
	width: 260px;
	height: 180px;
	overflow: hidden;
	float: left;
}

.module .news_list li .news_img img {
	width: 260px;
	height: 180px;
}

.module .news_list li .news_con {
	float: left;
	margin: 0 0 0 10px;
	overflow: hidden;
	width: 290px;
}

.module .news_list li h4 {
	color: #fff;
	font-size: 24px;
	margin: 0 0 10px 0px;
	line-height: 32px;
	height: 32px;
	overflow: hidden;
}

.module .news_list li p {
	font-size: 18px;
	color: #fff;
	margin: 0;
	line-height: 32px;
	max-height: 128px;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	white-space: normal !important;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}

.course {
	width: 1200px;
	height: 984px;
	margin: 40px auto;
	overflow: hidden;
	background: url(https://img.antpedia.com/images/custom/calibra/course.png) no-repeat left bottom;
}

.course .in_course {
	overflow: hidden;
	color: #fff;
}

.course .course_one {
	margin: 135px 0 0 170px;
	position: absolute;
}

.course .course_two {
	margin: 290px 0 0 125px;
	position: absolute;
}

.course .course_three {
	margin: 497px 0 0 185px;
	position: absolute;
}

.course .course_four {
	margin: 675px 0 0 345px;
	position: absolute;
}

.course .course_five {
	margin: 805px 0 0 595px;
	position: absolute;
}

.course .course_six {
	margin: 810px 0 0 870px;
	position: absolute;
}

.course .in_course h3 {
	font-size: 24px;
}

.course .in_course p {
	font-size: 16px;
	line-height: 26px;
}

.course .about_us {
	width: 596px;
	background: #09294f;
	padding: 30px 15px 10px;
	box-sizing: border-box;
	float: right;
	margin: 10px 0 0 0;
}

.course .about_us p {
	font-size: 15px;
	line-height: 26px;
	margin: 0 auto 20px;
	color: #68c7e0;
}

.course .about_us p a {
	text-decoration: underline;
	color: #68c7e0;
}

/*µ×²¿*/

.footer {
	width: 100%;
	text-align: center;
	font-size: 15px;
	margin-bottom: 20px;
}

.footer p {
	color: #fff;
	text-align: center;
	height: 26px;
	line-height: 26px;
	overflow: hidden;
	width: 750px;
	margin: 0 auto;
}

.footer p a {
	float: left;
	color: #fff;
}

.footer p a::after {
	content: "|";
	padding: 0 10px;
	box-sizing: border-box;
}

.footer p a:last-of-type::after {
	content: "";
}
