html,
body {
	margin: 0;
}
body{
	font-family: '黑体';
}

header {
	position: fixed;
	top: 0;
	z-index: 10;
	height: 60px;
	width: 100%;
	background-color: rgb(0, 129, 227);
}

header>div {
	width: 1200px;
	margin: 0 auto;
}

div.divInline {
	/* display: inline-block; */
	float: right;
	width: 200px;
	height: 30px;
	line-height: 30px;
	margin-top: 30px;
	color: white;
}

main {
	margin: 0;
}

main>section {
	width: 1200px;
	margin: 0 auto;
	padding: 50px 40px 140px 40px;
}

main>section .title {
	text-align: center;
	color: rgb(0,129,227);
	font-size: 24px;
}
main>section hr {
	width: 70px;
	height: 6px;
	margin: 20px auto 80px auto;
	background-color: rgb(0,129,227);
	border: 0;
}
main>section .content {
	display: flex;
}

.TrainingNowBtn{
	border-radius: 3px;
	background: #0081e3;
	padding: 10px 30px;
	color: #fff;
	text-decoration: none;
	margin-top: 17px;
	display: inline-block;
}
.descript a.TrainingNowBtn:hover{
	box-shadow: 0px 3px 12px 0px rgba(0,129,227,0.6);;
}
main.bgBlue{
	background-color: rgb(234, 243, 250);
}
main.NCWraper{
	background: url(./main/NCBg.jpg) no-repeat center center;
}

.content .descript p{
	line-height: 26px;
	text-indent: 2em;
	/* text-justify:inter-ideograph; */
	text-align:justify;
	text-justify:distribute-all-lines;/*ie6-8*/
	
}



/* 第一部分，三门课 */
main>section#sectAll {
	height: 460px;
	margin: 61px auto 0 auto;
	padding: 20px 0;
	display: flex;
}

#sectAll .swiperAll {
	width: 890px;
	height: 360px;
	margin: 0;
}
section .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}

#sectAll>#courseList{
	width: 300px;
	height: 360px;
}
#sectAll>#courseList > a {
	display: block;
	width: 300px;
	height: 105px;
}

#courseList > a#em {
	background-image: url("./main/EM.png");
}
#courseList > a#em:hover {
	background-image: url("./main/EM_on.png");
}

#courseList > a#nc {
	background-image: url("./main/NC.png");
}
#courseList > a#nc:hover {
	background-image: url("./main/NC_on.png");
}

#courseList > a#hp {
	background-image: url("./main/HP.png");
}
#courseList > a#hp:hover {
	background-image: url("./main/HP_on.png");
}

/* 第一门课 */
main>section#sect1 {
	/* height: 610px; */
	height: auto;

}

#sect1 .content {
	justify-content: space-around;
}

#sect1 .content .swiper1{
	width: 470px;
	height: 310px;
	margin: 0;
}


#sect1 .content .descript {
	width: 500px;
} 

/* 第二门课 */
main>section#sect2 {
	height: 420px;
}
#sect2 .content .descript {
	width: 500px;
	color: #fff;
}
#sect2 .content .descript h3{
	color: #0081e3;
}
#sect2 .title{
	color: #fff;
}
#sect2 hr{
	background: #fff;
}
.NCRight{
	margin-left: 80px;
}



/* 第三门课 */
main>section#sect3 {
	height: auto;
}
#sect3 .content {
	justify-content: space-around;
}
#sect3 .content .swiper2 {
	width: 470px;
	height: 310px;
	margin: 0;
}
#sect3 .content .descript {
	width: 500px;
} 


footer {
	height: 100px;
	background-color: rgb(54, 60, 73);
}
footer section{
	width: 1200px;
	margin: 0px auto;
	padding-top: 15px;
}
footer section p{
	text-align: center;	
	color: #717a8e;
	font-size: 14px;
}
.beian{
	margin-left: 15px;
}