/*banner背景*/
.banner .banner_text {
	padding-top: 180px;
}

	.banner .banner_text h1 {
		color: #fff;
		font-size: 80px;
		text-align: center;
		margin-bottom: 20px;
	}

	.banner .banner_text p {
		color: #fff;
		font-size: 30px;
		text-align: center;
		padding-bottom: 10px;
	}

.btn_video {
	width: 174px;
	height: 58px;
	line-height: 58px;
	border: 1px solid #00c0d6;
	border-radius: 6px;
	font-size: 24px;
	color: #fff;
	text-align: center;
	background-image: linear-gradient(to right,#21e6c6, #01adeb);
	background-image: -webkit-linear-gradient(to right,#21e6c6, #01adeb);
	background-image: -moz-linear-gradient(to right,#21e6c6, #01adeb);
	margin: 30px auto 0;
	display: block;
}
/* 返回顶部样式 */
.ui-sidebar {
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 99;
	font-size: 12px
}

	.ui-sidebar a.ui-sidebar-block {
		position: relative;
		display: block;
		margin-top: 5px;
		width: 44px;
		height: 44px;
		border-radius: 3px;
		background: url(../img/sidebar.gif) 0 0 no-repeat #ededed;
		font-size: 0;
		cursor: pointer;
		-webkit-transition: all .2s;
		-moz-transition: all .2s;
		transition: all .2s;
		-ms-transition: all .2s
	}

	.ui-sidebar a.wxtalk {
		height: 60px;
		background-position: 0 0
	}

	.ui-sidebar a.app {
		position: relative;
		background-position: -46px 0
	}

	.ui-sidebar a.wap {
		position: relative;
		background-position: -92px 0
	}

	.ui-sidebar a.feedback {
		background-position: -138px 0
	}

	.ui-sidebar a.backtop {
		display: none;
		background-position: -182px 0
	}

	.ui-sidebar a.wxtalk:hover {
		height: 60px;
		background-position: 0 -60px
	}

	.ui-sidebar a.app:hover {
		background-position: -46px -44px
	}

	.ui-sidebar a.wap:hover {
		background-position: -92px -44px
	}

	.ui-sidebar a.feedback:hover {
		background-position: -138px -44px
	}

	.ui-sidebar a.backtop:hover {
		background-position: -184px -44px
	}

.bar-gift {
	position: relative;
	right: 16px;
	display: block;
	margin-top: 5px;
	width: 80px;
	height: 100px;
	border-radius: 3px;
	background: url(img/side_gift.gif) 0 0 no-repeat #ededed;
	cursor: pointer;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	transition: all .2s;
	-ms-transition: all .2s
}

.ui-sidebar a.app:hover i,
.ui-sidebar a.wap:hover i {
	left: -135px;
	visibility: visible;
	overflow: hidden;
	font-size: 0;
	line-height: 0;
	opacity: 1
}

.ui-sidebar a.app i,
.ui-sidebar a.wap i {
	position: absolute;
	top: -100px;
	left: -145px;
	z-index: 5;
	visibility: hidden;
	width: 127px;
	height: 142px;
	background: url(../img/side_bg.png) 0 0 no-repeat;
	opacity: 0;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	transition: all .2s;
	-ms-transition: all .2s
}

.ui-sidebar a.app img,
.ui-sidebar a.wap img,
.ui-sidebar a.wap canvas {
	margin: 11px;
	width: 100px;
	height: 100px;
}

.ui-sidebar a.app p,
.ui-sidebar a.wap p {
	display: inline-block;
	margin: 0 13px;
	color: #e13b29;
	font-style: normal;
	font-size: 12px;
	font-family: "宋体";
	line-height: 10px
}
/* 返回顶部样式结束 */

/*微课在线模块*/
.wk_ul {
	margin: 40px 0;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

	.wk_ul:after {
		content: ' ';
		flex: auto;
	}

	.wk_ul li {
		width: 285px;
		margin: 0 0 10px;
		overflow: hidden;
		margin-right: 1px;
		width: -webkit-calc((100% - 1px*4)/ 4);
		width: calc((100% - 1px*4)/ 4);
	}

		.wk_ul li a {
			display: block;
		}

			.wk_ul li a img {
				width: 285px;
				height: 160px;
			}

		.wk_ul li:hover img {
			transform: scale(1.05,1.05);
			box-sizing: 0px 0px 10px 3px rgba(0, 0, 0, 0.1);
			transition: all 0.35s ease-in-out;
			-webkit-transition: all 0.35s ease-in-out;
			-moz-transition: all 0.35s ease-in-out;
		}

		.wk_ul li span {
			display: block;
			font-size: 16px;
			color: #333;
			text-align: center;
			margin-top: 5px;
		}

.more {
	display: block;
	width: 168px;
	height: 48px;
	line-height: 48px;
	background: #0082fc;
	font-size: 16px;
	color: #fff;
	text-align: center;
	margin: 30px auto 0;
}
/*五大核心模块*/
.five_ul {
	margin-top: 60px;
}

	.five_ul li {
		width: 184px;
		margin-right: 20px;
		background: #fff;
		border-radius: 2px;
		float: left;
		padding: 35px 20px;
	}

		.five_ul li:hover {
			box-shadow: 0 0 20px 5px rgba(199,207,221,0.3);
		}

		.five_ul li img {
			display: block;
			width: 152px;
			margin: auto;
		}

		.five_ul li span {
			display: block;
			text-align: center;
			font-size: 18px;
			color: #333;
			margin-top: 25px;
		}

		.five_ul li:nth-of-type(5n) {
			margin-right: 0;
		}
/*快捷入口*/
.rukou {
	background: url(../img/rukou.jpg) no-repeat;
	width: 100%;
	height: 100px;
	min-width: 1200px;
}

.rukou_bt {
	color: #fff;
	font-size: 32px;
	line-height: 32px;
	padding: 32px 100px 32px 130px;
	float: left;
}

.move_a {
	display: block;
	width: 250px;
	float: left;
	font-size: 18px;
	color: #fff;
	height: 60px;
	padding: 20px;
	background: #ff0000;
	position: absolute;
}

	.move_a:hover span, .move_a:hover i {
		color: #fff;
	}

.move1 {
	left: 390px;
	top: 0;
	background: #0082fc;
}

	.move1:hover, .move2:hover {
		background: #1babf1;
	}

.move2 {
	left: 680px;
	top: 0;
	background: #00d38b;
}

.move_a span {
	display: inline-block;
	width: 120px;
}

.move_a i {
	float: right;
	margin: 5px 10px 0 0;
}
/*微课在线*/
.wk_list_right {
	width: 940px;
	overflow: hidden;
}

	.wk_list_right ul {
		width: 940px;
		overflow: hidden;
		display: flex;
		display: -webkit-flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

		.wk_list_right ul:after {
			content: '';
			width: 32%;
			height: 0;
			display: block;
		}

	.wk_list_right li {
		margin-bottom: 20px;
		margin-right: 1px;
	}

		.wk_list_right li a {
			border: 1px solid #e5e5e5;
			display: block;
			width: 100%;
			padding-bottom: 10px;
			overflow: hidden;
			box-sizing: border-box;
		}

			.wk_list_right li a img {
				display: block;
				width: 300px;
				height: 199px;
				overflow: hidden;
			}

			.wk_list_right li a span {
				display: block;
				padding: 10px 0 0 10px;
			}

				.wk_list_right li a span.cont:after {
					content: "";
					display: block;
					width: 25px;
					height: 8px;
					background: url(../img/right.png) no-repeat;
					background-position: -33px 0;
					float: right;
					margin: -8px 10px 0 0;
					-webkit-transition: all .3s;
					transition: all .3s
				}

			.wk_list_right li a:hover {
				box-shadow: 0 0 57px 0 rgba(42, 48, 63, .1)
			}

				.wk_list_right li a:hover span.cont:after {
					background-position: 0 0
				}

		.wk_list_right li:nth-of-type(3n) {
			margin-right: 0;
		}
/*微课在线列表*/

.banner_content {
	padding-top: 130px;
}

.wk_datu {
	float: left;
	width: 570px;
	height: 380px;
}

.wk_text {
	float: left;
	margin-left: 30px;
	width: 600px;
}

	.wk_text h3 {
		color: #fff;
		font-size: 24px;
		margin-top: 10px;
	}

.line_text {
	width: 1px;
	height: 260px;
	position: absolute;
	right: 13px;
	top: 23px;
	background: #fff;
}

#s2, #s3 {
	height: 300px;
	color: #fff;
	line-height: 25px;
	font-size: 14px;
}

.jianjie_text { /*height: 99px;*/
	width: 600px;
	overflow: hidden;
}

.scrollDiv {
	width: 530px;
	float: left;
	height: 99px;
	overflow: hidden;
}

.scroll_bar {
	float: right;
	width: 24px;
	height: 99px;
	position: relative;
}

#btn1 {
	position: absolute;
	top: 0px;
	right: 4px;
}

#btn2 {
	position: absolute;
	bottom: -6px;
	right: 4px;
}

.text_h {
	height: 100px;
}

.wk_bt {
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 15px;
	height: 18px;
	line-height: 18px;
	margin-bottom: 15px;
}

	.wk_bt span {
		display: block;
		font-size: 18px;
		color: #333;
		border-left: 3px solid #0082fc;
		padding: 0 0 0px 8px;
	}

.wk_box a {
	display: block;
	border-bottom: 1px solid #e5e5e5;
	padding: 15px 10px;
	color: #666;
	position: relative;
}

	.wk_box a span {
		width: 80%;
		display: block;
	}

	.wk_box a i {
		position: absolute;
		right: 20px;
		font-size: 20px;
		color: #999;
		top: 14px
	}

	.wk_box a:hover {
		background: #f7f9fc;
	}

.detial_bt {
	color: #fff;
	font-size: 24px;
	margin-bottom: 15px;
}

.video_box {
	width: 1020px;
	height: 572px;
	margin: 0 auto;
}

.lm_list_right {
	float: right;
	width: 940px;
	/*overflow: hidden;*/
	min-height: 600px;
}

	.lm_list_right ul {
		width: 960px;
		/*overflow: hidden;*/
	}

	.lm_list_right li {
		float: left;
		margin: 0 20px 20px 0;
	}

		.lm_list_right li a {
			display: block;
			border: 1px solid #ddd;
			border-radius: 10px;
			padding: 15px;
			width: 268px;
			height: 70px;
		}

			.lm_list_right li a img {
				display: block;
				width: 276px;
				height: 60px;
				margin-top: 5px;
			}

	.lm_list_right ul.ul {
		width: 230px;
		margin: 30px auto 15px;
		overflow: hidden;
		height: 50px;
	}

.syfc {
	width: 960px;
	/*overflow: hidden;*/
	margin-top: 20px;
}

	.syfc div.aa {
		display: block;
		float: left;
		width: 298px;
		border: 1px solid #ddd;
		margin: 0 20px 20px 0;
		overflow: hidden;
	}

		.syfc div.aa img {
			width: 298px;
			height: 197px;
			overflow: hidden;
		}

		.syfc div.aa span {
			display: block;
			color: #333;
			padding: 10px;
			box-sizing: border-box;
		}

	.syfc div:hover img {
		transform: scale(1.05,1.05);
		box-sizing: 0px 0px 10px 3px rgba(0, 0, 0, 0.1);
		transition: all 0.35s ease-in-out;
		-webkit-transition: all 0.35s ease-in-out;
		-moz-transition: all 0.35s ease-in-out;
	}
/*素养联盟-优秀教师*/
.tech_view {
	width: 960px;
	overflow: hidden;
}

.tech_box {
	width: 460px;
	margin: 0 20px 20px 0;
	background: #f7f9fc;
	border: 1px solid #ebebeb;
	box-sizing: border-box;
	padding: 15px;
	float: left;
	overflow: hidden;
	height: 166px;
	position: relative;
}

.tech_tx {
	float: left;
	margin-right: 10px;
	width: 134px;
	height: 134px;
	overflow: hidden;
	position: relative;
}

	.tech_tx img {
		border: 1px solid #ebebeb;
		width: 130px;
		height: 130px;
		overflow: hidden;
		margin: 1px auto;
		display: block;
	}

	.tech_tx .line1 {
		position: absolute;
		left: 0;
		top: 0;
		width: 20px;
		height: 1px;
		display: block;
		background: #b6b6b6;
	}

	.tech_tx .line2 {
		position: absolute;
		left: 0;
		top: 0;
		height: 20px;
		width: 1px;
		display: block;
		background: #b6b6b6;
	}

	.tech_tx .line3 {
		position: absolute;
		right: 0;
		bottom: 0;
		height: 20px;
		width: 1px;
		display: block;
		background: #b6b6b6;
	}

	.tech_tx .line4 {
		position: absolute;
		right: 0;
		bottom: 0;
		height: 1px;
		width: 20px;
		display: block;
		background: #b6b6b6;
	}

.tech_text p {
	color: #999;
}

.sp_video {
	background: #000;
}
/*.tech_box:after, .tech_box:before {
    content: "";
    position: absolute;
    z-index: 999;
    height: 2px;
    width: 100%;
    left: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    background-color: #0082fc;
    transition: 0.5s;
}
.tech_box:before {
    top: 0px;
}
.tech_box:after {
    bottom: 0px;
}
.tech_box:hover::before, .tech_box:hover:after {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}*/
.tech_text span {
	display: block;
	margin-bottom: 10px;
}

.tech_text {
	margin-left: 10px;
	float: left;
	width: 270px;
}

	.tech_text span.name {
		font-size: 16px;
		color: #333;
		border-bottom: 1px solid #ebebeb;
		padding-bottom: 8px;
	}

		.tech_text span.name i {
			color: #0082fc;
			margin-left: 5px;
			font-size: 20px;
		}

	.tech_text span.text {
		color: #666;
	}
/*学生风采*/
.select_ipt {
	border: 1px solid #ddd;
	border-radius: 4px;
	padding: 6px 3px;
	color: #666;
}

.change_a {
	border: 1px solid #ddd;
	color: #666;
	border-radius: 4px;
	display: inline-block;
	padding: 6px 6px;
	line-height: 19px;
	position: relative;
}

.stu_view {
	width: 940px;
	overflow: hidden;
	margin-top: 20px;
}

	.stu_view a.stu_a {
		display: block;
		border: 1px solid #ebebeb;
		float: left;
		padding: 20px;
		width: 460px;
		box-sizing: border-box;
		margin: 0 20px 20px 0;
		position: relative;
	}

		.stu_view a.stu_a:nth-child(2n+0) {
			margin-right: 0;
		}

.stu_text span {
	display: block;
	margin-bottom: 5px;
}

	.stu_text span.name {
		font-size: 16px;
		color: #333;
	}

		.stu_text span.name em {
			font-size: 14px;
			color: #666;
		}

	.stu_text span.ms {
		max-height: 70px;
	}

.qi_bg {
	position: absolute;
	display: inline-block;
	width: 42px;
	height: 42px;
	background: url(../img/qi_bg.png) no-repeat;
	color: #fff;
	line-height: 42px;
	text-align: center;
	right: 0;
	top: -1px;
}

/*共享资源*/
.news_right_content {
	padding: 0 4px;
}

	.news_right_content .news_right_title {
		/*	border-bottom: solid 1px #ccc;*/
		overflow: hidden;
	}

		.news_right_content .news_right_title p {
			display: block;
			float: left;
			font-size: 18px;
			color: black;
			line-height: 50px;
			border-bottom: solid 2px #000;
			margin-right: 10px;
		}

		.news_right_content .news_right_title span {
			display: block;
			float: left;
			color: #ccc;
			text-align: center;
			height: 30px;
			line-height: 80px;
			text-transform: capitalize;
		}

	.news_right_content .news_list_text li {
		border-bottom: dotted 1px #ccc;
		overflow: hidden;
	}

		.news_right_content .news_list_text li a {
			color: #696969;
			line-height: 44px;
			overflow: hidden;
			font-size: 14px;
		}

			.news_right_content .news_list_text li a.sign_up_btn {
				color: #fff;
				background: #e70012;
				height: 26px;
				line-height: 26px;
				border-radius: 3px;
				padding: 0 8px;
				display: inline-block;
				float: right;
				margin: 9px 0px 0 10px;
			}

		.news_right_content .news_list_text li img {
			display: block;
			float: left;
			margin: 16px 10px;
		}

		.news_right_content .news_list_text li p {
			display: block;
			float: left;
			color: #595757;
			line-height: 44px;
		}

		.news_right_content .news_list_text li span {
			float: right;
			color: #696969;
			line-height: 44px;
		}

.bg_blue3 {
	background: #112a89;
}

.h34 {
	height: 34px;
	line-height: 34px;
}

.btn {
	border-radius: 4px;
	height: 100%;
	padding: 0 15px;
}

.w400 {
	width: 360px;
}
/*资料列表*/
.share_item li {
	padding: 10px 0;
	border-bottom: 1px dotted #ccc;
}

	.share_item li p {
		clear: both;
		line-height: 26px;
	}

	.share_item li a.share_bt {
		position: relative;
		padding-left: 36px;
		display: block;
		color: #383433;
		font-size: 16px;
		width: 70%;
		height: 26px;
	}

	.share_item li span.share_time {
		display: block;
		color: #666;
		line-height: 26px;
	}

	.share_item li a i {
		display: block;
		width: 26px;
		height: 26px;
		float: left;
		padding: 0;
		position: absolute;
		left: 0;
		border-bottom: 1px dotted #ccc;
		background: url(../img/icon_new_data.png) no-repeat;
	}

		.share_item li a i.icon_doc {
			background-position: -20px -30px;
		}

		.share_item li a i.icon_ppt {
			background-position: -20px -60px;
		}

		.share_item li a i.icon_pdf {
			background-position: -20px 0px;
		}

		.share_item li a i.icon_xls {
			background-position: -20px -120px;
		}

		.share_item li a i.icon_txt {
			background-position: -20px -90px;
		}

		.share_item li a i.icon_video {
			background-position: -20px -150px;
		}

		.share_item li a i.icon_sudeo {
			background-position: -20px -180px;
		}

	.share_item li p em {
		padding-right: 10px;
		color: #999;
	}

		.share_item li p em span {
			color: #fcac00;
			font-size: 14px !important;
			margin-right: 5px;
		}

.upload_box {
	background: #fff;
	margin: 0 auto;
	border: 1px dashed #dedede;
	padding: 80px 0;
}

.btn_upload {
	height: 60px;
	width: 280px;
	line-height: 60px;
	border-radius: 30px;
	margin: 0 auto;
	display: block;
	text-align: center;
	font-size: 22px;
}

	.btn_upload span {
		font-size: 24px;
		margin-right: 5px;
	}

.upload_box p {
	color: #999;
	text-align: center;
	margin-top: 10px;
}

.upload_text {
	line-height: 28px;
	padding: 20px;
	font-size: 15px;
}

	.upload_text h4 {
		font-weight: 600;
		color: #383433;
	}

	.upload_text p {
		color: #383433;
		clear: both;
	}

.upload_ul ul {
	float: left;
}

.upload_ul li {
	float: left;
}

	.upload_ul li span {
		margin-right: 3px;
	}

.upload_ul ul {
	line-height: 26px;
	color: #333;
	overflow: hidden;
	cursor: default;
	margin-left: -12px;
}

.upload_ul li {
	padding-left: 20px;
	float: left;
	display: inline;
	margin-left: 12px;
	position: relative;
}

	.upload_ul li .ico-data {
		width: 16px;
		height: 16px;
		display: block;
		position: absolute;
		overflow: hidden;
		left: 0;
		top: 50%;
		margin-top: -8px;
		background-image: url(../img/icon_new_data.png);
		background-color: #fff;
	}

	.upload_ul li .ico-doc {
		background-position: 0 -20px;
	}

	.upload_ul li .ico-ppt {
		background-position: 0 -60px;
	}

	.upload_ul li .ico-pdf {
		background-position: 0 -40px;
	}

	.upload_ul li .ico-xls {
		background-position: 0 -100px;
	}

	.upload_ul li .ico-txt {
		background-position: 0 -80px;
	}

	.upload_ul li .ico-video {
		background-position: 0 -120px;
	}

	.upload_ul li .ico-sudeo {
		background-position: 0 -140px;
	}
/*资源详情*/
.w880 {
	width: 880px;
	margin: 0 auto;
}

.par20 {
	padding: 20px;
}

.text_bt {
	font-size: 22px;
	color: #3d3c3a;
}

.bt_bor_b {
	border-bottom: 1px solid #dedede;
}

.text_info {
	color: #767676;
}

.text_box {
	width: 880px;
	height: 550px;
}

.works_r {
	background: #fff;
	width: 220px;
	padding: 20px;
	margin-left: 20px;
	overflow: hidden;
}

.bz_btn {
	border-radius: 15px;
	height: 30px;
	line-height: 30px;
	padding: 0 25px;
}

.ziyuan_videw {
	width: 880px;
	padding: 20px;
}
