@charset "UTF-8";

body {
	background: #ffffff;
}
/*banner*/
.banner {
	height: 394px;
	position: relative;
	overflow: hidden;
	width: 100%;
}

.banner .d1 {
	width: 100%;
	height: 394px;
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	cursor: pointer;
}

.banner .ss {
	width: 134px;
	height: 30px;
	margin: 0 auto;
}

.banner .d2 {
	height: 30px;
	clear: both;
	position: relative;
	z-index: 100;
	top: 330px;
	width: 100%;
}

.banner .d2 .ss ul {
	width: 130px;
	margin: 3px 0 0 9px;
}

.banner .d2 li {
	width: 17px;
	height: 24px;
	overflow: hidden;
	line-height: 24px;
	cursor: pointer;
	background: url(../images/sircleImg1_1.png) no-repeat center;
	float: left;
	margin: 4px 3px;
	display: inline;
}

.banner .d2 li.nuw {
	background: url("../images/sircleImg.png") no-repeat center;
}

/*wrapCourse*/
.wrapCourse {
	width: 100%;
	overflow: hidden; /*background: #d7e7f8;*/
	position: relative;
	margin-bottom: 25px;
}

.wrapCourse .animal {
	position: absolute;
	z-index: 0;
	left: 50px;
	top: 160px;
}

.wrapCourse .wafe {
	position: absolute;
	left: 0;
	bottom: -3px;
	width: 100%;
}

.news {
	width: 1198px;
	margin: 0 auto;
	background: #ffffff;
	overflow: hidden;
	border: 1px solid #ccc;
}

.policyNews {
	width: 480px;
	overflow: hidden;
	padding-bottom: 10px;
}

.newsTitel {
	width: 455px;
	height: 30px;
	margin-top: 15px;
}

.newsTitel h3 {
	float: left;
	font-size: 17px;
	font-weight: normal;
	margin-left: 194px;
}

.newsTitel h3 img {
	margin-right: 5px;
}

.newsTitel a {
	display: block;
	float: right;
	margin-right: 13px;
	margin-top: 5px;
}

.newsTitel a:hover {
	color: #ff9000;
}

.hotNew {
	overflow: hidden;
	width: 455px;
	margin: 5px auto 0;
}

.hotNew ul {
	overflow: hidden;
	width: 550px;
	margin-left: 15px;
}

.hotNew ul.advice {
	margin-top: -10px;
}

.hotNew .hotUl {
	overflow: hidden;
}

.hotNew .hotUl li {
	line-height: 25px;
	display: inline-block;
	font-size: 14px;
	color: #666666;
}

.hotNew .hotUl li:last-child {
	border-bottom: none;
}

.hotNew .hotUl li a {
	width: 307px;
	display: block;
	float: left;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.hotNew .hotUl li a:hover,.advice li a:hover {
	color: #fa7a20;
}

.hotNew .hotUl li span {
	font-size: 12px;
	color: #999;
	float: left;
	text-align: right;
	display: block;
	margin-left: 12px;
	width: 67px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.hotNew .hotUl li img {
	float: left;
	margin: 4px 10px;
}

.hotNew ul.advice li {
	width: 260px;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 14px;
	line-height: 38px;
	border-bottom: 1px dashed #e6e6e6;
}

.line {
	width: 1px;
	background: #010100;
	float: left;
	margin-top: 20px;
	height: 115px;
}

.study img {
	margin: 20px 15px;
	display: block;
}

/*course*/
.wrapCour {
	width: 100%;
	background: #f8f8f8;
	overflow: hidden;
}

.course {
	width: 1200px;
	margin: 20px auto;
	position: relative;
	margin: 10px auto 20px;
}

.courseTitle {
	width: 100%;
	height: 30px;
	margin-bottom: 10px;
}

.courseTitle h1 {
	font-size: 24px;
	float: left;
	color: #000;
	font-weight: normal;
	width: 200px;
}

.courseTitle a {
	display: block;
	float: right;
	font-size: 17px;
	color: #000;
}

.courseTitle a:hover {
	color: #ff9000;
}

.courseDetail {
	overflow: hidden;
	width: 1220px;
}

.courseDetail .courseDeL {
	width: 228px;
	height: 500px;
}

.courseDetail .courseDeR {
	margin-left: 12px;
	width: 977px;
}

.courseDeR ul {
	overflow: hidden;
}

.courseDeR ul li {
	display: block;
	float: left;
	width: 234px;
	height: 240px;
	overflow: hidden;
	background: #ffffff;
	margin-right: 10px;
	margin-bottom: 20px;
}

.courseDeR ul li a {
	display: block;
	overflow: hidden
}

.courseDeR ul li img {
	display: block;
	width: 234px;
	height: 164px;
}

.courseDeR ul li h2 {
	font-size: 18px;
	margin-left: 5px;
	width: 220px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 25px;
	margin-top: 5px;
	margin-right: 10px;
}

/*books*/
.books {
	width: 1200px;
	margin: 20px auto 30px;
	overflow: hidden;
}

.booksDetail {
	overflow: hidden;
	width: 1235px;
}

.booksDeL {
	width: 228px;
	height: 242px;
}

.booksDeR {
	overflow: hidden;
	margin-left: 12px;
	width: 994px;
}

.booksDeR ul {
	overflow: hidden;
}

.booksDeR ul li {
	display: block;
	float: left;
	width: 170px;
	height: 240px;
	border: 1px solid #ff9000;
	position: relative;
	margin-right: 26px;
}

.booksDeR ul li a {
	display: block;
}

.booksDeR ul li a img {
	display: block;
	width: 170px;
	height: 240px;
}

.booksDeR ul li .bookIntro {
	width: 172px;
	height: 32px;
	background: rgba(0, 0, 0, 0.7);
	position: absolute;
	left: -1px;
	bottom: -1px;
}

.bookIntro h4 {
	font-size: 14px;
	font-weight: normal;
	color: #fff;
	line-height: 32px;
	margin-left: 5px;
	width: 160px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.wrapAct {
	width: 100%;
	overflow: hidden;
	background: #f8f8f8;
	position: relative;
	top: -1px;
}

.wrapAct .teacher {
	width: 1200px;
	overflow: hidden;
	margin: 10px auto 30px;
}

.Cont {
	width: 1200px;
	overflow: hidden;
	float: left; /*height:70px;*/
	margin-top: 15px;
}

.ScrCont {
	width: 10000000px;
}

.ScrCont ul {
	overflow: hidden;
	float: left;
}

.ScrCont ul li {
	display: block;
	float: left;
	width: 220px;
	height: 290px;
	border: 1px solid #ff9000;
	position: relative;
	margin-right: 22px;
}

.ScrCont ul li img {
	display: block;
	width: 220px;
	height: 290px;
}

.ScrCont ul li a {
	width: 192px;
	height: 262px;
	background: rgba(0, 0, 0, 0.7);
	left: 0;
	top: 0;
	position: absolute;
	padding: 15px;
	color: #ffffff;
	font-size: 24px;
	display: none
}

.ScrCont ul li a span {
	display: block;
}

.ScrCont ul li a h3 {
	font-weight: normal;
	font-size: 19px;
}

.ScrCont ul li a p {
	font-size: 14px;
	margin-top: 5px;
}

.ScrCont ul li:hover a {
	display: block;
}

#List1,#List2 {
	float: left;
}

/*activity*/
.activity {
	width: 1200px;
	overflow: hidden;
	margin: 40px auto 60px;
	position: relative
}

.actList {
	margin-top: 20px;
	overflow: hidden
}

.actList ul {
	overflow: hidden;
	width: 1220px;
}

.actList ul li {
	display: block;
	float: left;
	width: 220px;
	height: 290px;
	border: 1px solid #ff9000;
	margin-right: 22px;
}

.activity ul li a {
	display: block;
}

.activity ul li a img {
	display: block;
	width: 220px;
	height: 290px;
}

.wrapAct .animal1 {
	position: absolute;
	z-index: 0;
	right: 50px;
	top: 308px;
}

/*WrapPplatform*/
.WrapPplatform {
	width: 100%;
	height: 315px;
	background: url("../images/footer.png") no-repeat center -357px;
}

.platform {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden
}

.pla {
	width: 650px;
	margin: 100px 0 0 150px;
}

.pla h2 {
	font-size: 28px;
	line-height: 35px;
}

.pla .palNav {
	overflow: hidden;
	margin-top: 20px;
}

.palNav ul li {
	display: block;
	float: left;
}

.palNav ul li a {
	display: block;
	font-size: 16px;
	color: #000;
	margin-right: 25px;
}

.code {
	margin-top: 25px;
	overflow: hidden
}

.code div {
	float: left;
	overflow: hidden;
	width: 120px;
}

.code div img {
	width: 120px;
	height: 120px;
	display: block;
}

.code div span {
	display: block;
	line-height: 30px;
	font-size: 16px;
}

.code div.wechart {
	margin-right: 47px;
}

.wrapSafeBook {
	width: 100%;
	overflow: hidden;
	background: #f8f8f8;
}

.safeBook {
	width: 1200px;
	margin: 10px auto;
	overflow: hidden;
}

.safeBookDetail {
	overflow: hidden;
	width: 1220px;
	margin: 10px auto 20px;
}

.safeBookDeL {
	width: 580px;
	height: 380px;
}

.safeBookDeL a {
	display: block;
	width: 580px;
	height: 380px;
	position: relative
}

.safeBookDeL a img {
	display: block;
	width: 580px;
	height: 380px;
}

.safeBookDeL a .bookIntro {
	width: 580px;
	height: 32px;
	background: rgba(0, 0, 0, 0.7);
	position: absolute;
	left: -1px;
	bottom: -1px;
}

.safeBookDeL a .bookIntro h4 {
	width: 570px;
}

.safeBookDeR {
	overflow: hidden;
	width: 640px;
}

.safeBookDeR ul {
	overflow: hidden;
}

.safeBookDeR ul li {
	display: block;
	float: left;
	width: 286px;
	margin-bottom: 26px;
	height: 176px;
	border: 1px solid #ff9000;
	position: relative;
	margin-left: 26px;
}

.safeBookDeR ul li a {
	display: block;
}

.safeBookDeR ul li a img {
	display: block;
	width: 286px;
	height: 176px;
}

.safeBookDeR ul li .bookIntro {
	width: 288px;
	height: 32px;
	background: rgba(0, 0, 0, 0.7);
	position: absolute;
	left: -1px;
	bottom: -1px;
}

.bookIntro h4 {
	font-size: 14px;
	font-weight: normal;
	color: #fff;
	line-height: 32px;
	margin-left: 5px;
	width: 280px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/*wrapBookList*/
.wrapBookList {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden
}

.bookList {
	width: 1200px;
	overflow: hidden;
}

.bookList ul {
	overflow: hidden;
	width: 1258px;
}

.bookList ul li {
	display: block;
	float: left;
	width: 286px;
	margin-bottom: 26px;
	height: 176px;
	border: 1px solid #ff9000;
	position: relative;
	margin-right: 26px;
}

.bookList ul li a {
	display: block;
}

.bookList ul li a img {
	display: block;
	width: 286px;
	height: 176px;
}

.bookList ul li .bookIntro {
	width: 288px;
	height: 32px;
	background: rgba(0, 0, 0, 0.7);
	position: absolute;
	left: -1px;
	bottom: -1px;
}

.bookList ul li .bookIntro h4 {
	font-size: 14px;
	font-weight: normal;
	color: #fff;
	line-height: 32px;
	margin-left: 5px;
	width: 280px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}