.input-control-icon-left,
.input-control-icon-right,
.input-control-label-left,
.input-control-label-right {
	top: 8px;
}

#swiper1 {
	--swiper-theme-color: #ff6600;
	/* 单独设置按钮颜色 */
	--swiper-navigation-size: 80px;
	/* 设置按钮大小 */
}

#swiper1 .swiper-button-prev {
	left: 200px;
}

#swiper1 .swiper-button-next {
	right: 200px;
}

#floatAd {
	z-index: 1000;
	position: absolute;
}


/*头部*/

.edu-header {
	height: 110px;
	width: 100%;
	position: relative;
}

.edu-logo {
	height: 110px;
	float: left;
}

.heading-logo {
	/*width: 120px;*/
	margin-top: 10px;
}

.heading-name {
	/*width: 300px;*/
	margin-top: 28px;
	margin-left: 10px;
}

.header-user {
	float: left;
	height: 50px;
}

.header-user .edu-user .edu_msg {
	position: relative;
}

.header-user .edu-user .edu_msg .iconfont {
	color: #00618C;
	position: relative;
	top: 2px;
	font-size: 28px;
}

.header-user .edu-user .edu_msg .edu_msg_num {
	position: absolute;
	top: -3px;
	right: -3px;
	display: block;
	width: 18px;
	height: 18px;
	line-height: 18px;
	text-align: center;
	font-size: 12px;
	border-radius: 50%;
	background: #FE8125;
	color: #FFFFFF;
}

.header-user .edu-login-item {
	margin-left: 16px;
	display: inline-block;
}

.edu-user-unlogin {
	height: 100px;
	float: right;
	margin-top: 46px;
}

.edu-user {
	height: 35px;
	float: right;
	margin-top: 40px;
}

.edu-nav-search {
	float: left;
	width: 310px;
	margin-top: 40px;
	margin-left: 378px;
}

.edu-nav-search .search-wrapper {
	height: 32px;
	background: rgba(255, 255, 255, 1);
	border: 1px solid rgba(0, 95, 139, 1);
	border-radius: 5px;
}

.edu-nav-search .search-wrapper .search_input {
	display: block;
	float: left;
	width: 207px;
	padding-left: 10px;
	height: 30px;
	line-height: 30px;
	border: none;
	outline: none;
}

.edu-nav-search .search_btn {
	line-height: 30px;
	height: 30px;
	border: none;
	padding: 0 10px;
	outline: none;
	background: #00618C;
	/*margin-top: -2px;*/
	color: #FFFFFF;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}

.edu-teachers-list .swiper-button-prev:after,
.edu-teachers-list .swiper-button-next:after {
	font-size: 60px;
}

.edu-nav-entry .iconfont {
	font-size: 42px;
	color: #00618C;
}

.edu-banner {
	/*min-height: 350px;*/
}

.more-item-header-vip {
	display: block;
	text-align: center;
	width: 100%;
	height: 40px;
	line-height: 40px;
	color: #FFAE38;
}

.more-item-header-vip:hover,
.more-item-header-vip:active {
	display: block;
	text-align: center;
	width: 100%;
	height: 40px;
	line-height: 40px;
	color: #FFAE38;
}

.more-item-header {
	display: block;
	text-align: center;
	width: 100%;
	height: 34px;
	line-height: 34px;
}

.more-item-header:hover,
.more-item-header:active {
	background: #00618C;
	color: #FFFFFF;
}


/*八个导航*/

.edu-nav-entries {
	width: 100%;
	margin: 35px 0 25px 0;
}

.edu-nav-entry {
	display: inline-block;
	width: 146px;
}

.edu-nav-entry>a {
	text-align: center;
	display: block;
	overflow: hidden;
}

.edu-nav-entry>a>img {
	display: block;
	margin: 0 auto;
}

.edu-nav-entry>a>span {
	display: block;
	margin: 10px 0 0;
	color: #005B87;
	font-size: 18px;
}


/*教育资讯、教学资料*/

.edu-newsanddocs {
	background-color: rgb(250, 250, 250);
	overflow: hidden;
	padding-top: 50px;
	padding-bottom: 30px;
}

.edu-newsanddocs>.container>div {
	/*float: left;*/
	height: 460px;
	position: relative;
}

.edu-news {
	width: 585px;
	margin-right: 30px;
	position: relative;
}

.edu-docs {
	width: 585px;
}

.edu-news-header {
	height: 60px;
	border-bottom: 1px solid #DDDDDD;
}


.edu-news-item {
	overflow: hidden;
	cursor: pointer;
	font-size: 14px;
}

.edu-news-item-title:hover {
	color: #FFBE36;
}

.edu-news-item-title:before {
	display: inline-block;
	content: '';
	width: 8px;
	height: 8px;
	margin-right: 14px;
	background: #AEAEAE;
}

.edu-news-item-title:hover:before {
	background: #FFBE36;
}

.edu-news-title {
	border-bottom: 3px solid #000000;
	position: absolute;
	width: 82px;
	top: 0;
	height: 60px;
	float: left;
	font-size: 20px;
	text-align: center;
	font-weight: bold;
}

.edu-news-item-date {
	color: #CBCBCB;
}

.edu-news-eng {
	display: block;
	position: absolute;
	top: 28px;
	color: #999999;
}

.edu-more {
	display: block;
	height: 60px;
	line-height: 80px;
	position: absolute;
	right: 0;
	color: #999998;
}

.edu-more:hover,
.edu-more:active {
	color: #FE9A40;
}

.edu-news-item-title {
	color: #767676;
	margin: 10px 0;
	font-size: 14px;
	float: left;
	width: 480px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.edu-doc-content {
	padding: 10px 0;
}

.edu-news-item-left {
	float: left;
	width: 480px;
}

.edu-news-item-left-title {
	color: #FE4615;
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: 16px;
}

.edu-news-item-left-guide {
	color: #767676;
}

.edu-news-item-right {
	height: 100px;
	width: 45px;
	float: left;
	color: #CBCBCB;
	padding-top: 70px;
	padding-left: 50px;
}

.edu-news-item-date {
	float: left;
	width: 45px;
	margin: 10px 10px 0 50px;
	color: #CBCBCB;
}

.edu-doc-item {
	overflow: hidden;
	margin: 10px 0;
	height: 30px;
	line-height: 30px;
}

.edu-doc-item-title {
	display: block;
	float: left;
	color: #767676;
	max-width: 510px;
	margin-right: 15px;
}

.edu-doc-item-title:hover {
	color: #FFBE36;
}

.edu-doc-item-title:before {
	display: inline-block;
	content: '';
	width: 8px;
	height: 8px;
	margin-right: 14px;
	background: #AEAEAE;
}

.edu-doc-item-title:hover:before {
	background: #FFBE36;
}

.edu-doc-item-tag {
	width: 20px;
	height: 18px;
	text-align: center;
	font-size: 12px;
	margin-left: 10px;
	border-radius: 2px;
	background: rgb(255, 74, 18);
	color: #ffffff;
}

.edu-doc-item-date {
	display: block;
	float: right;
	color: #CBCBCB;
}


/*广告位*/

.edu-ads {
	height: 150px;
	overflow: hidden;
}

.edu-ads-item {
	float: left;
	width: 585px;
	overflow: hidden;
	border-radius: 10px;
}

.edu-ads-item:first-child {
	margin-right: 30px;
}

.edu-ads-item>a {
	display: block;
	height: 150px;
	width: 585px;
}

.edu-ads-item>a>img {
	width: 100%;
}


/*精品课程*/

.edu-online {
	padding: 30px 0 0 0;
	overflow: hidden;
}

.edu-online-header {
	position: relative;
	height: 60px;
	border-bottom: 1px solid #DDDDDD;
}

.edu-online-title {
	position: absolute;
	top: 0;
	height: 60px;
	font-size: 20px;
	font-weight: bold;
}

.edu-online-types {
	position: absolute;
	top: 16px;
	left: 220px;
}

.edu-online-types>li {
	float: left;
	margin: 0 16px;
}

.edu-online-types>li>a {
	display: block;
	height: 26px;
	line-height: 26px;
	padding: 0 24px;
	text-align: center;
	border: 1px solid rgb(254, 155, 46);
	border-radius: 5px;
	color: rgb(254, 155, 46);
}

.edu-online-types>li>a:active,
.edu-online-types>li>a:hover {
	background-color: rgb(254, 155, 46);
	color: #FFFFFF;
}

.edu-online-content {
	overflow: hidden;
	padding: 30px 0;
}

.edu-online-list {
	overflow: hidden;
}

.edu-online-item {
	position: relative;
	width: 287px;
	overflow: hidden;
	height: auto;
	float: left;
	margin-right: 17px;
	margin-bottom: 20px;
	border-radius: 5px;
	border: 1px solid #DDDDDD;
	cursor: pointer;
}

.edu-online-item:nth-child(4n) {
	margin-right: 0;
}

.edu-online-item>img {
	display: block;
	width: 287px;
	height: 205px;
	/*border: 1px solid #DDDDDD;*/
}

.edu-online-item-mask {
	position: absolute;
	width: 287px;
	height: 205px;
	/*background: rgba(0, 0, 0, .5);*/
}

.edu-online-item-mask:hover {
	/*background: rgba(0, 0, 0, .2);*/
    background: rgba(0, 0, 0, .5);
}

.edu-online-item-mask:hover .iconfont {
	/*opacity: 1;*/
	display: block;
	opacity: .8;
}

.edu-online-item-mask .iconfont {
	position: absolute;
	width: 50px;
	height: 50px;
	color: #FFFFFF;
	top: 72px;
	left: 116px;
	/*opacity: 0.6;*/
	font-size: 50px;
	display: none;
}

.edu-online-item-lr {
	overflow: hidden;
	border-top: 1px solid #DDDDDD;
}

.edu-online-item-l {
	/*width: 190px;*/
	width: 200px;
	height: 96px;
	padding-left: 8px;
}

.edu-online-item-r {
	width: 83px;
	height: 96px;
	position: relative;
}

.edu-online-item-l>h3 {
	margin-top: 15px;
	font-size: 14px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	min-height: 30px;
}

.edu-online-item-l>span {
	display: block;
	margin-top: 9px;
	font-size: 14px;
}

.edu-online-item-l>span>em {
	font-style: normal;
	color: #FF6355;
	font-size: 16px;
}

.edu-online-item-r>a {
	display: block;
	position: absolute;
	width: 40px;
	height: 40px;
	padding-left: 6px;
	padding-top: 3px;
	line-height: 17px;
	background-color: #FF6355;
	color: #FFFFFF;
	border-radius: 5px;
	right: 10px;
	top: 15px;
}

.edu-online-item-price {
	position: absolute;
	bottom: 5px;
	right: 10px;
	font-size: 18px;
	font-weight: bold;
	color: #FE4615;
	width: 130px;
	text-align: right;
}

.edu-online-item-price>del {
	font-size: 14px;
	font-weight: normal;
	color: #999999;
	margin-left: 5px;
}

.edu-interest-item {
	width: 294px;
	margin-right: 8px;
	position: relative;
	overflow: hidden;
	height: auto;
	float: left;
	margin-bottom: 10px;
	border-radius: 5px;
	cursor: pointer;
}

.edu-interest-item:nth-child(4n) {
	margin-right: 0;
}


/*名师名校*/

.edu-teachers-content {
	overflow: hidden;
	padding: 20px 0;
}

.edu-teachers-list {
	overflow: hidden;
}

.edu-teachers-item {
	padding: 0 10px;
	width: 100%;
	overflow: hidden;
	height: auto;
	float: left;
	margin-bottom: 20px;
	border-radius: 5px;
	cursor: pointer;
}

.teacher-item-img {
	display: block;
	width: 100%;
	height: 274px;
}

.edu-teachers-item-lr {
	overflow: hidden;
	background-color: #f6f7f9;
}

.edu-teachers-item-lr>h3 {
	width: 100%;
	padding: 10px 35px;
	margin: 0 auto;
	font-weight: bold;
	font-size: 14px;
	padding-left: 60px;
}

.edu-teachers-item-lr>h3>span {
	margin: 0 auto;
	font-weight: normal;
	margin-left: 15px;
	font-size: 12px;
	color: #999999;
}

.edu-teachers-item-lr>h4 {
	color: #999999;
	margin: 5px auto;
	margin-bottom: 15px;
	padding: 0 20px;
	font-weight: normal;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	overflow: hidden;
	font-size: 12px;
	/*! autoprefixer: off */
	-webkit-box-orient: vertical;
	height: 26px;
}

.edu-institution-item {
	margin: 0 10px;
	padding: 0 10px;
	width: 95%;
	overflow: hidden;
	height: auto;
	float: left;
	margin-bottom: 20px;
	border-radius: 5px;
	cursor: pointer;
	border: 1px solid rgb(220, 220, 220);
}

.institution-item-img {
	display: block;
	width: 690px;
}

.edu-institution-item-lr {
	overflow: hidden;
	margin-top: 12px;
	background-color: #FFFFFF;
}

.edu-institution-item-lr h3 {
	text-align: center;
	color: #383838;
	font-weight: bold;
	font-size: 14px;
}

.edu-institution-item-lr span {
	color: #6D6D6D;
	margin: 5px auto;
	margin-bottom: 10px;
	font-weight: normal;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	overflow: hidden;
	-webkit-box-orient: vertical;
}

.edu-institution-item a {
	display: block;
	width: 100%;
	text-align: center;
	height: 100px;
	margin-bottom: 3px;
	border-bottom: 1px solid #E6E6E6;
}

.institution-item-img {
	display: block;
	width: auto;
	height: 100px;
	margin: 0 auto;
}


/*大广告banner*/

.edu-big-ad {
	overflow: hidden;
	margin-bottom: 30px;
}

.edu-big-ad>img {
	display: block;
	height: auto;
}


/*网课直播*/

.edu-online-item-l>strong {
	display: block;
	margin-top: 15px;
	font-weight: normal;
}

.edu-online-item-l>strong>i {
	margin-right: 5px;
}

.edu-online-item-tag {
	position: absolute;
	left: 0;
	top: 12px;
	padding: 2px 8px 2px 6px;
	border-radius: 0 10px 10px 0;
	color: #FFFFFF;
	background-color: rgb(254, 155, 46);
}

.edu-live-types {
	padding-left: 50px;
	width: 700px;
	height: 40px;
	float: left;
	margin-left: 130px;
	border-bottom: 1px solid #DDDDDD;
}

.edu-live-item {
	position: relative;
	width: 65px;
	height: 30px;
	line-height: 20px;
	float: left;
	margin-right: 20px;
	cursor: pointer;
	margin-top: 11px;
	text-align: center;
	font-weight: bold;
}

.edu-live-item>a {
	color: #666666;
}

.edu-live-item.active {
	border-bottom: 3px solid rgb(255, 71, 20);
}

.edu-live-item.active>a {
	color: rgb(255, 71, 20);
}


/*两个广告位*/

.edu-two-ads {
	margin-bottom: 30px;
}

.edu-two-ads-item {
	float: left;
	margin-right: 30px;
	width: 585px;
}

.edu-two-ads-item:last-child {
	margin-right: 0;
}

.edu-two-ads-item>a {
	display: block;
	border-radius: 10px;
	overflow: hidden;
}

.edu-two-ads-item>a>img {
	display: block;
	width: 100%;
}


/*特长教育*/

.edu-online-item-go {
	display: block;
	left: 24px;
	bottom: 38px;
	position: absolute;
	width: 70px;
	height: 33px;
	background-color: transparent;
	line-height: 33px;
	border-radius: 18px;
	font-size: 20px;
}


/*为什么选择中小学教育在线*/

.edu-why-choose {
	margin-top: 30px;
	margin-bottom: 60px;
}

.edu-why-choose-header {
	border-bottom: 1px solid #DDDDDD;
}

.edu-why-choose-title {
	color: rgb(254, 155, 46);
	font-weight: bold;
	font-size: 18px;
	letter-spacing: 2px;
	margin-bottom: 10px;
}

.edu-why-choose-eng {
	color: #cecece;
	font-size: 14px;
	margin-bottom: 10px;
}

.edu-why-choose ul {
	margin-top: 30px;
	overflow: hidden;
}

.edu-why-choose-item {
	width: 285px;
	margin-right: 20px;
	border-radius: 10px;
}

.edu-why-choose-item:nth-child(4n) {
	margin-right: 0;
}

.edu-why-choose-item-left {
	float: left;
	width: 100px;
	padding-top: 30px;
	padding-left: 20px;
}

.edu-why-choose-item-left>img {
	width: 80px;
}

.edu-why-choose-item-right {
	float: right;
	width: 185px;
	padding-left: 20px;
}

.edu-why-choose-item-right>h3 {
	margin-top: 30px;
	font-weight: bold;
}

.edu-why-choose-item-right>h4 {
	color: rgb(139, 136, 136);
	line-height: 20px;
}


/*入驻机构*/

.edu-resident {
	margin-bottom: 30px;
}

.edu-resident-header {
	border-bottom: 1px solid #DDDDDD;
}

.edu-resident-content {
	margin-top: 20px;
}

.edu-resident-item {
	width: 224px;
	margin-right: 20px;
}

.edu-resident-item:nth-child(5n) {
	margin-right: 0;
}


/*右侧浮窗--联系我们*/

@media only screen and (min-width: 1280px) and (max-width: 1440px) {
	#contactUs {
		position: fixed;
		width: 60px;
		right: 8px;
		bottom: 120px;
		z-index: 500;
	}
}

@media only screen and (min-width: 1440px) and (max-width: 1680px) {
	#contactUs {
		position: fixed;
		width: 60px;
		right: 8px;
		bottom: 170px;
		z-index: 500;
	}
}

@media only screen and (min-width: 1680px) and (max-width: 1920px) {
	#contactUs {
		position: fixed;
		width: 60px;
		right: 8px;
		bottom: 240px;
		z-index: 500;
	}
}

.edu-contact-item {
	width: 68px;
	height: 68px;
	color: #ffffff;
	background-color: #0583bb;
	text-align: center;
	line-height: 60px;
	margin-bottom: 1px;
	cursor: pointer;
	position: relative;
	padding-top: 16px;
	border-bottom-left-radius: 3px;
	border-top-left-radius: 3px;
}

.edu-contact-item:hover {
	background-color: rgb(0, 97, 140);
	color: #ffffff;
}

.edu-contact-item>p {
	margin: 0;
}

.edu-contact-item>p>i {
	margin-top: 10px;
}

.edu-contact-item>p>i:before {
	margin-top: 20px;
	font-size: 30px;
}

.edu-contact-item>span {
	font-size: 12px;
	top: -18px;
	position: relative;
}

.contact-wechat {
	position: absolute;
	width: 150px;
	height: 182px;
	right: 70px;
	top: 0px;
	color: #FFFFFF;
	background-color: #0583bb;
	border-radius: 3px;
}

.contact-qq {
	position: absolute;
	width: 150px;
	height: 60px;
	right: -90px;
	z-index: -200;
	top: 61px;
	color: #FFFFFF;
	background-color: #0583bb;
	border-radius: 3px;
}

.contact-img {
	display: block;
	margin-top: -10px;
	width: 120px;
	height: 120px;
	margin-left: 15px;
}