body,html{
	margin: 0;
	padding: 0;
	font-family: "微软雅黑", Tahoma, Helvetica, Arial, "\5b8b\4f53", sans-serif;
	cursor: default;
}
.fl{
    float:left;
}
.fr{
    float:right;
}
.clear:after{
    height:0;
    content: '.';
    clear: both;
    visibility: hidden;
    display: block;
}
.clear{
    zoom: 1;
}
img{
	display: block;
	border: 0;
}

/*top*/
.topbanner{
	width: 100%;
	min-width: 1200px;
}
/*nav*/
.nav{
	width: 100%;
	height: 80px;
	line-height: 80px;
	position: fixed;;
	z-index: 99;
	background-color: #ffffff;
}
.nav .navCon{
	width: 1220px;
	height: 100%;
	margin: 0 auto;
}
.nav .navCon .navText{
	float: left;
	margin-right: 75px;
	height: 40px;
	line-height: 40px;
	margin-top: 20px;
	padding: 0 20px;
	color: #00D2B7;
	font-size: 18px;
	cursor: pointer;
	border-radius: 30px;
	position: relative;
}
.nav .navCon .navText .option{
	position: absolute;
	top: 40px;
	color: #000;
	width: 120px;
	display: none;
	background: #fff;
	text-align: center;
	left: -4px;
	padding-top: 20px;
	font-size: 16px;
	border-radius: 5px;
	z-index: 999;
}
.nav .navCon .navText .option div:hover{
	color: #00D2B7;
	transition: 0.4s;
}
.nav .navCon .navText:hover{
	color: #fff;
	background: #00D2B7;
	transition: 0.4s;
}
/*轮播图*/
.carousel{
	width: 100%;
	min-width: 1200px;
	position: relative;
	overflow: hidden;
	height:800px;
}
.carousel .juan{
	position: absolute;
}
.carousel .juan img{
	float: left;
	cursor: pointer;
}
.carousel ul{
	position: absolute;
	left:50%;
	margin-left: -100px;
	bottom: 100px;
}
.carousel ul li{
	list-style-type: none;
	float: left;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	border: 2px solid #fff;
	margin-right: 30px;
	cursor: pointer;
}
/*教育为本*/
.educational{
	width: 100%;
}
.educational .educationalMain{
	width: 1180px;
	margin: 0 auto;
	margin-top: 310px;
	margin-bottom: 110px;
}
.educational .educationalMain .img1{
	margin-top: -25px;
	margin-right: 140px;
}
.educational .educationalMain .und{
	height: 60px;
	width: 260px;
	background: #00D2B7;
	color: #fff;
	text-align: center;
	line-height: 60px;
	border-radius: 30px;
	font-size: 26px;
	border: 0;
	outline: none;
	cursor: pointer;
}
/*底部*/
.course{
	width: 100%;
	height: 600px;
	background: url("../../resouse/images/duiaSn/courseBg.png");
	min-width: 1200px;
}
.course .courseMain{
	margin: 0 auto;
	width: 1180px;
	padding-top: 75px;
}
.course .courseMain .img2{
	margin-right: 175px;
}
.course .courseMain .receive{
	height: 60px;
	width: 260px;
	background: #fff;
	color: #00D2B7;
	text-align: center;
	line-height: 60px;
	border-radius: 30px;
	font-size: 26px;
	border: 0;
	outline: none;
	cursor: pointer;
	margin-top: 50px;
	margin-left: 115px;
}
.siteinfo {
	width: 100%;
	display: block;
	margin: 0 auto;
	padding: 20px 0;
	background: #fff;
	cursor: default;
	text-align: center;
	font-size: 14px;
}
.siteinfo span {
	color: #999;
	font-size: 14px;
	margin: 0 5px;
	font-family: "Arial";
}
.siteinfo a {
	color: #999;
	font-size: 14px;
	margin: 0 5px;
	font-family: "Arial";
	text-decoration: none;
}
p{margin: 0;padding: 0;}
.st{width: 1220px;}
.st p{font-size: .36rem;text-align: center; width: 90%;margin: .1rem auto;}
.st p a{font-size: .36rem;display: block;}
.video video{margin: 0 auto;display: block;}