html,
body,
div,
li,
ul,
span,
p,
a,
header,
section,
footer,
h1,
h2,
h3,
em,
ol,
select,
option,
tr,
td,
table {
	margin: 0;
	padding: 0;
}

html,
body {
	width: 100%;
	background: #fff;
}

a {
	text-decoration: none;
}

ul,
li {
	list-style: none;
}

* {
	-webkit-box-sizing: initial;
	box-sizing: initial;
}

input[type="text"] {
	padding: 0;
}

.top-device {
	width: 100%;
	position: relative;
}

.top-device .arrow-left,
.top-device .arrow-right {
	position: absolute;
	z-index: 10;
	top: 50%;
	margin-top: -26px;
	width: 52px;
}

.top-device .arrow-left {
	left: 119px;
}

.top-device .arrow-right {
	right: 119px;
}

.top-device .pagination {
	position: absolute;
	left: 0;
	text-align: center;
	bottom: 73px;
	width: 100%;
	z-index: 10;
	margin: 0;
}

.top-device .pagination span {
	display: inline-block;
	width: 4px;
	height: 4px;
	background: #fff;
	border-radius: 2px;
	cursor: pointer;
	margin: 2px 6px;
}

.top-device .pagination .swiper-active-switch {
	width: 8px;
	height: 8px;
	border-radius: 4px;
	margin: 0;
}

.top-device .video {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.top-device .page-view {
	background: rgba(0, 0, 0, 0.5);
	height: 50px;
	width: 100%;
	position: absolute;
	bottom: 3px;
	left: 0;
}

.top-device .page-view .title {
	font-size: 22px;
	color: #FFFFFF;
	line-height: 22px;
	float: left;
	line-height: 50px;
}

.top-device .page-view .view-num {
	float: left;
	font-size: 14px;
	color: #FFFFFF;
	margin: 17px 0 19px 16px;
}

.top-device .swiper-slide {
	position: relative;
}

.edu-headPc {
	width: 100%;
}

.edu-headPc .head-title {
	width: 100%;
	height: 50px;
	background: #f7f8fa;
	border: 1px solid #DDE8F6;
}

.edu-headPc .head-title .head-title-infor {
	height: 100%;
	position: relative;
}

.edu-headPc .head-title .head-title-infor a {
	display: block;
	line-height: 50px;
	float: left;
}

.edu-headPc .head-title .head-title-infor .user-feedback,
.edu-headPc .head-title .head-title-infor .back-home {
	position: absolute;
	top: 0;
	display: block;
}

.edu-headPc .head-title .head-title-infor .user-feedback {
	right: 0;
}

.edu-headPc .head-title .head-title-infor .user-feedback a {
	text-decoration: none;
	cursor: pointer;
	font-size: 16px;
	color: #0D5FE0;
	margin-left: 28px;
}

.edu-headPc .head-title .head-title-infor .back-home {
	left: 0;
}

.edu-headPc .head-title .head-title-infor .back-home p {
	text-decoration: none;
	cursor: pointer;
	font-size: 16px;
	color: #777777;
	margin-left: 14px;
}

.edu-headPc .head-title .head-title-infor .back-home p,
.edu-headPc .head-title .head-title-infor .back-home img {
	display: block;
	float: left;
}

.edu-headPc .head-title .head-title-infor .back-home img {
	width: 26px;
	padding: 12px 0;
}

.edu-headPc .specialColumn {
	width: 100%;
	height: 90px;
	background: #fff;
}

.edu-headPc .specialColumn .specialColumn-infor {
	position: relative;
	height: 100%;
}

.edu-headPc .specialColumn .specialColumn-infor .logoPc,
.edu-headPc .specialColumn .specialColumn-infor ul {
	float: left;
}

.edu-headPc .specialColumn .specialColumn-infor ul {
	margin-left: 50px;
}

.edu-headPc .specialColumn .specialColumn-infor ul li {
	float: left;
	margin-left: 40px;
}

.edu-headPc .specialColumn .specialColumn-infor ul li a {
	display: block;
	line-height: 90px;
	font-size: 16px;
	text-decoration: none;
	cursor: pointer;
	color: #333;
}

.edu-headPc .specialColumn .specialColumn-infor ul li:hover a {
	color: #0D5FE0;
}

.edu-headPc .specialColumn .specialColumn-infor ul .no-margin {
	margin: 0;
}

.edu-headPc .specialColumn .specialColumn-infor .logoPc {
	height: 100%;
}

.edu-headPc .specialColumn .specialColumn-infor .logoPc img {
	display: block;
	height: 33px;
	margin: 29px 0;
}

.edu-index .pagination li,
.activity .pagination li,
.classroom-list .pagination li {
	display: block;
	float: left;
	margin-left: 8px;
}

.clearHeight {
	height: 100%;
	overflow: hidden;
}

.cover {
	width: 100%;
	height: 100%;
	background: black;
	opacity: 0.4;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
}

.cover,
.submit,
.feedback-blame {
	display: none;
}

.submit {
	position: fixed;
	top: 50%;
	left: 50%;
	margin: -145px 0 0 -220px;
	z-index: 101;
}

.submit .sub-blame {
	position: relative;
	background: #FFFFFF;
	-webkit-box-shadow: 0 11px 48px 0 rgba(0, 8, 20, 0.44);
	box-shadow: 0 11px 48px 0 rgba(0, 8, 20, 0.44);
	border-radius: 8px;
	width: 439px;
	height: 280px;
	padding-top: 6%;
}

.submit .sub-blame .sub-img {
	margin: 0 auto 15px;
	width: 67px;
}

.submit .sub-blame .sub-img img {
	display: block;
	width: 100%;
}

.submit .sub-blame .sub-titl {
	text-align: center;
	font-size: 22px;
	color: #333333;
}

.submit .sub-blame .sub-content {
	margin-top: 10px;
	font-size: 14px;
	line-height: 26px;
	color: #666666;
	height: 45px;
	position: relative;
}

.submit .sub-blame .sub-content span {
	display: block;
	width: 76%;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

.submit .sub-blame .sub-sure {
	height: 40px;
	position: relative;
	margin-top: 27px;
}

.submit .sub-blame .sub-sure a {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	display: block;
	width: 108px;
	height: 100%;
	text-align: center;
	line-height: 40px;
	border: 1px solid #0D5FE0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 16px;
	color: #0D5FE0;
	text-decoration: none;
	cursor: pointer;
}

.shut {
	position: absolute;
	top: 0;
	right: 24px;
	width: 55.5px;
	height: 58.9px;
}

.shut img {
	display: block;
	height: 100%;
	width: 100%;
}

.top-blame {
	display: none;
	position: absolute;
	border: 1px solid #DDE8F6;
	top: 0;
	left: 0;
	background: white;
	width: 140px;
	z-index: 100;
}

.top-blame ul {
	width: 100%;
}

.top-blame ul li {
	padding-left: 20px;
	height: 36px;
	line-height: 36px;
	font-size: 16px;
	position: relative;
}

.top-blame ul li a {
	display: block;
	text-decoration: none;
	width: 100%;
	height: 100%;
	color: #000;
}

.top-blame ul li a span,
.top-blame ul li a img {
	display: block;
	float: left;
}

.top-blame ul li a img {
	position: absolute;
	right: 7px;
	top: 9px;
	height: 55%;
	width: 20px;
	display: none;
}

.top-blame ul .last-register {
	height: 50px;
	padding-top: 5px;
}

.top-blame ul .last-register p {
	height: 31px;
	line-height: 37px;
	text-align: center;
	width: 100px;
	line-height: 30px;
	border: 1px solid #0D5FE0;
	color: #0D5FE0;
}

.feedback-blame {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -223px 0 0 -275px;
	z-index: 101;
}

.feedback-blame .feedback {
	position: relative;
	width: 550px;
	height: 403px;
	background: #FFFFFF;
	-webkit-box-shadow: 0 11px 48px 0 rgba(0, 8, 20, 0.44);
	box-shadow: 0 11px 48px 0 rgba(0, 8, 20, 0.44);
	border-radius: 8px;
	padding-top: 43px;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

.feedback-blame .feedback .feedback-titl {
	font-size: 26px;
	color: #333333;
	text-align: center;
}

.feedback-blame .feedback .feedback-content {
	width: 89%;
	height: 160px;
	margin: 25px auto 10px;
	border: 1px solid #DDE8F6;
	background: #F7F8FA;
	position: relative;
}

.feedback-blame .feedback .feedback-content textarea {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	display: block;
	background: #F7F8FA;
	height: 80%;
	width: 94%;
	border: 0;
	resize: none;
	outline: none;
	font-size: 16px;
	color: #777777;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-box-sizing: initial;
	box-sizing: initial;
}

.feedback-blame .feedback .feedback-teleNum {
	width: 89%;
	height: 62px;
	margin: 0 auto 0;
}

.feedback-blame .feedback .feedback-teleNum input {
	display: block;
	float: left;
	padding-left: 19px;
	width: 44.5%;
	height: 100%;
	background: #F7F8FA;
	border: 1px solid #DDE8F6;
	font-size: 16px;
	color: #777777;
	-webkit-box-sizing: initial;
	box-sizing: initial;
}

.feedback-blame .feedback .feedback-teleNum .name {
	margin-right: 10.7px;
}

.feedback-blame .feedback .feedback-sub {
	margin: 30px auto 0;
	width: 278px;
	height: 46px;
	position: relative;
}

.feedback-blame .feedback .feedback-sub a {
	position: absolute;
	width: 124px;
	height: 100%;
	text-align: center;
	line-height: 46px;
	top: 0;
	text-decoration: none;
	cursor: pointer;
	font-size: 16px;
}

.feedback-blame .feedback .feedback-sub .appointment {
	right: 0;
	background: #0D5FE0;
	border: 1px solid #DDE8F6;
	color: #fff;
}

.feedback-blame .feedback .feedback-sub .cancal {
	left: 0;
	border: 1px solid #0D5FE0;
	color: #0D5FE0;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
	background-color: #0D5FE0;
	border-color: #0D5FE0;
}

.pagination>li>a,
.pagination>li>span {
	color: #0D5FE0;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
}

.nav-register {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	padding: 25px 0;
}

@media (max-width: 1200px) and (min-width: 1001px) {
	.edu-headPc .specialColumn .specialColumn-infor {
		width: auto;
		max-width: 1000px;
	}

	.edu-headPc .specialColumn .specialColumn-infor .logoPc img {
		height: 24px;
		margin: 34px 0;
	}
}

.edu-headPad {
	width: 100%;
	height: 50px;
	display: none;
	position: relative;
}

.edu-headPad .edu-headPad-left,
.edu-headPad .edu-headPad-right,
.edu-headPad .edu-headPad-center {
	position: absolute;
	top: 0;
	height: 100%;
}

.edu-headPad .edu-headPad-left {
	left: 20px;
}

.edu-headPad .edu-headPad-left img {
	display: block;
	width: 30px;
	padding: 10px 0;
}

.edu-headPad .edu-headPad-right {
	right: 20px;
	display: block;
	width: 75px;
	height: 30px;
	line-height: 30px;
	background: #0D5FE0;
	top: 10px;
	text-align: center;
	color: #fff;
	font-size: 14px;
}

.edu-headPad .edu-headPad-center {
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 112px;
}

.edu-headPad .edu-headPad-center img {
	display: block;
	width: 100%;
	padding: 15px 0;
}

.edu-headMove {
	display: none;
	height: 45px;
	position: relative;
}

.edu-headMove .edu-headMove-left,
.edu-headMove .edu-headMove-right {
	height: 100%;
	position: absolute;
	top: 0;
}

.edu-headMove .edu-headMove-left {
	left: 4%;
}

.edu-headMove .edu-headMove-left img {
	height: 32px;
	width: 32px;
	margin: 6.5px 0;
}

.edu-headMove .edu-headMove-right {
	right: 4%;
}

.edu-headMove .edu-headMove-right img {
	height: 21px;
	margin: 12px 0;
	width: auto;
}

.tile {
	margin-top: 80px;
	width: 100%;
}

.tile .tile-1 {
	width: 100%;
	text-align: center;
	font-size: 30px;
	color: #333333;
}

.tile .tile-line {
	width: 100%;
	position: relative;
	margin-top: 27px;
	height: 2px;
}

.tile .tile-line span {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 70px;
	border-bottom: 1px solid #DDE8F6;
}

.tile .find-more {
	display: block;
	text-align: center;
	font-size: 14px;
	color: #0D5FE0;
	margin-top: 18px;
}

.new-state-nav {
	height: 19px;
	border-bottom: 1px solid #DDE8F6;
	position: relative;
	padding: 20px 0;
}

.new-state-nav p {
	font-size: 17px;
	height: 100%;
	line-height: 19px;
}

.new-state-nav p a {
	color: #666666;
	text-decoration: none;
	cursor: pointer;
}

.new-state-nav p .nav-blue {
	color: #0D5FE0;
}

.page-select {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 52px auto 91px;
}

.curor {
	cursor: pointer;
}

#Paginator li {
	cursor: pointer;
}

.clear {
	height: 100%;
	overflow: hidden;
}

.appointCover {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
}

.appointCover .cover-p {
	position: relative;
	width: 100%;
	height: 100%;
}

.appointCover .cover-p .cover-bg {
	width: 100%;
	height: 100%;
	opacity: 0.5;
	background: #000;
}

.appointCover .cover-p .appoint-frame {
	display: block;
}

.appointCover .cover-p .appoint-frame .feedback {
	padding: 43px 0;
	height: auto;
}

.appointCover .cover-p .appoint-frame .feedback .close {
	position: absolute;
	top: 0;
	right: 24px;
	width: 55.5px;
	height: 58.9px;
}

.appointCover .cover-p .appoint-frame .feedback .close img {
	display: block;
	height: 100%;
	width: 100%;
}

.appointCover .cover-p .appoint-frame .feedback-teleNum {
	margin-top: 30px;
}

.appointCover .cover-p .appoint-frame .feedback-teleNum .name {
	margin-right: 10px;
}

.appointCover .cover-p .appoint-frame .feedback-sub {
	width: 86px;
}

@media (max-width: 1000px) {
	.submit .sub-blame {
		width: 290px;
		padding-top: 30px;
		height: 231px;
	}

	.submit .sub-blame .sub-img {
		width: 49px;
		height: 49px;
		margin-bottom: 15px;
	}

	.submit .sub-blame .sub-titl {
		font-size: 19px;
	}

	.submit .sub-blame .sub-content {
		margin-top: 5px;
		line-height: 23px;
	}

	.submit .sub-blame .sub-content span {
		width: 87%;
	}

	.submit .sub-blame .sub-sure {
		height: 29px;
		margin-top: 16px;
	}

	.submit .sub-blame .sub-sure a {
		width: 86px;
		font-size: 15px;
		line-height: 29px;
	}

	.sub-blame .shut,
	.feedback .shut {
		width: 36px;
		height: 39px;
	}

	.feedback-blame .feedback {
		width: 335px;
		height: 312px;
		padding-top: 25px;
	}

	.feedback-blame .feedback .feedback-titl {
		font-size: 19px;
	}

	.feedback-blame .feedback .feedback-content {
		width: 306px;
		height: 151px;
		margin-top: 10px;
	}

	.feedback-blame .feedback .feedback-teleNum {
		height: 40px;
		width: 308px;
	}

	.feedback-blame .feedback .feedback-teleNum input {
		width: 138px;
		padding-left: 8px;
	}

	.feedback-blame .feedback .feedback-teleNum input:focus {
		outline: none;
		background: red;
		border-color: #000;
		-webkit-box-shadow: 0;
		box-shadow: 0;
		border-radius: 5px;
	}

	.feedback-blame .feedback .feedback-teleNum .name {
		margin-right: 6px;
	}

	.feedback-blame .feedback .feedback-sub {
		margin-top: 15px;
		height: 29px;
		width: 201px;
	}

	.feedback-blame .feedback .feedback-sub a {
		height: 100%;
		line-height: 46px;
		width: 86px;
		line-height: 29px;
		font-size: 15px;
	}

	.appointCover .cover-p .appoint-frame {
		margin: -114px 0 0 -167px;
	}

	.appointCover .cover-p .appoint-frame .feedback-sub {
		width: 86px;
	}

	.appointCover .cover-p .appoint-frame .feedback .close {
		width: 45.5px;
		height: 48.9px;
	}
}

@media (min-width: 601px) and (max-width: 1000px) {

	.edu-headPc,
	.edu-headMove {
		display: none;
	}

	.edu-headPad {
		display: block;
	}

	.new-state-nav {
		display: none;
	}

	.tile {
		margin-top: 30px;
	}

	.tile .tile-1 {
		font-size: 20px;
	}

	.tile .tile-line {
		margin-top: 20px;
	}

	.submit {
		margin: -145px 0 0 -18%;
	}
}

@media (min-width: 320px) and (max-width: 600px) {

	.edu-headPc,
	.edu-headPad {
		display: none;
	}

	.edu-headMove {
		display: block;
	}

	.new-state-nav {
		display: none;
	}

	.tile .tile-1 {
		font-size: 21px;
	}

	.tile .tile-line {
		margin: 13px 0 25px 0;
	}

	.tile .find-more {
		display: none;
	}

	.submit {
		margin: -145px 0 0 -39%;
	}

	.page-select {
		margin: 25px auto 45px;
	}
	.tjyy{
		width: 50% !important;
	}
	.tjyy p{
		font-size: 22px !important;
	}
	.flyy{
		width: 50% !important;
	}
	.flyy p{
		font-size: 22px !important;
	}
}

.footer {
	padding: 30px 0;
	background-color: #2C2D2E;
}

.footer .max-footer {
	display: none;
}

.footer .max-footer .contact-us {
	float: left;
	width: 30%;
}

.footer .max-footer .contact-us .logo img {
	width: 85%;
}

.footer .max-footer .contact-us .contact-information {
	margin-top: 35px;
}

.footer .max-footer .contact-us .contact-information ul li {
	background: url(../../../common/images/icon_footer_1.png) left center no-repeat;
	background-size: 20px auto;
	padding-left: 30px;
	margin-bottom: 10px;
	line-height: 20px;
	font-size: 14px;
	color: #AAAAAA;
}

.footer .max-footer .contact-us .contact-information ul li a {
	font-size: 14px;
	color: #DDE8F6;
}

.footer .max-footer .contact-us .contact-information ul li:hover {
	transition: all .10s ease-out;
	-webkit-transition: all .10s ease-out;
}

.footer .max-footer .contact-us .contact-information ul li:nth-child(2) {
	background: url(../../../common/images/icon_footer_2.png) left center no-repeat;
	background-size: 20px auto;
}

.footer .max-footer .contact-us .contact-information ul li:nth-child(2):hover {
	background: url(../../../common/images/icon_footer_2_active.png) left center no-repeat;
	background-size: 20px auto;
}

.footer .max-footer .contact-us .contact-information ul li:nth-child(3) {
	background: url(../../../common/images/icon_footer_3.png) left center no-repeat;
	background-size: 20px auto;
}

.footer .max-footer .contact-us .contact-information ul li:nth-child(3):hover {
	background: url(../../../common/images/icon_footer_3_active.png) left center no-repeat;
	background-size: 20px auto;
}

.footer .max-footer .contact-us .contact-information ul li:nth-child(4) {
	background: url(../../../common/images/icon_footer_4.png) left center no-repeat;
	background-size: 20px auto;
}

.footer .max-footer .contact-us .contact-information ul li:nth-child(5) {
	background: url(../../../common/images/icon_footer_5.png) left center no-repeat;
	background-size: 20px auto;
}

.footer .max-footer .contact-us .contact-information ul li:hover a {
	color: #00AEFF;
	transition: all .10s ease-out;
	-webkit-transition: all .10s ease-out;
}

.footer .max-footer .copyright {
	float: left;
	width: 70%;
	margin-top: 74px;
}

.footer .max-footer .copyright .copyright-share {
	float: right;
}

.footer .max-footer .copyright .copyright-share p {
	color: #AAAAAA;
	font-size: 14px;
	line-height: 32px;
}

.footer .max-footer .copyright .copyright-share .share {
	margin-top: 5px;
}

.footer .max-footer .copyright .copyright-share .share .select-link {
	float: left;
	margin-right: 18px;
}

.footer .max-footer .copyright .copyright-share .share .select-link select {
	width: 138px;
	height: 26px;
	border: none;
}

.footer .max-footer .copyright .copyright-share .share .share-btn {
	line-height: 26px;
	float: left;
	border: 1px solid #00AEFF;
	color: #00AEFF;
	width: 83px;
	text-align: center;
}

.footer .max-footer .copyright .qrcode {
	display: none;
	float: right;
	margin-top: 21px;
	margin-left: 55px;
}

.footer .max-footer .copyright .qrcode p {
	color: #FFFFFF;
	font-size: 14px;
}

@media (min-width: 1201px) {
	.footer .max-footer .copyright .qrcode {
		display: block;
	}
}

@media (min-width: 1001px) and (max-width: 1200px) {
	.footer .max-footer .copyright .qrcode {
		display: block;
	}
}

.footer .min-footer {
	display: none;
}

.footer .min-footer .contact-us .logo img {
	width: 70%;
}

.footer .min-footer .contact-us .contact-information {
	margin-top: 18px;
}

.footer .min-footer .contact-us .contact-information ul li {
	background: url(../../../common/images/icon_footer_1.png) left center no-repeat;
	background-size: 20px auto;
	padding-left: 30px;
	margin-bottom: 3px;
	line-height: 20px;
	font-size: 12px;
	color: #AAAAAA;
}

.footer .min-footer .contact-us .contact-information ul li a {
	font-size: 12px;
	color: #DDE8F6;
}

.footer .min-footer .contact-us .contact-information ul li:hover {
	transition: all .10s ease-out;
	-webkit-transition: all .10s ease-out;
}

.footer .min-footer .contact-us .contact-information ul li:nth-child(2) {
	background: url(../../../common/images/icon_footer_2.png) left center no-repeat;
	background-size: 20px auto;
}

.footer .min-footer .contact-us .contact-information ul li:nth-child(2):hover {
	background: url(../../../common/images/icon_footer_2_active.png) left center no-repeat;
	background-size: 20px auto;
}

.footer .min-footer .contact-us .contact-information ul li:nth-child(3) {
	background: url(../../../common/images/icon_footer_3.png) left center no-repeat;
	background-size: 20px auto;
}

.footer .min-footer .contact-us .contact-information ul li:nth-child(3):hover {
	background: url(../../../common/images/icon_footer_3_active.png) left center no-repeat;
	background-size: 20px auto;
}

.footer .min-footer .contact-us .contact-information ul li:nth-child(4) {
	background: url(../../../common/images/icon_footer_4.png) left center no-repeat;
	background-size: 20px auto;
}

.footer .min-footer .contact-us .contact-information ul li:nth-child(5) {
	background: url(../../../common/images/icon_footer_5.png) left center no-repeat;
	background-size: 20px auto;
}

.footer .min-footer .contact-us .contact-information ul li:hover a {
	color: #00AEFF;
	transition: all .10s ease-out;
	-webkit-transition: all .10s ease-out;
}

.footer .min-footer .copyright .copyright-share p {
	color: #AAAAAA;
	font-size: 12px;
	line-height: 25px;
}

.footer .min-footer .copyright .copyright-share .share {
	margin-top: 5px;
}

.footer .min-footer .copyright .copyright-share .share .select-link select {
	float: left;
	width: 100%;
	height: 26px;
	border: none;
	margin: 10px 0 0 0;
}

.footer .min-footer .copyright .copyright-share .share .share-btn {
	margin-top: 10px;
	line-height: 26px;
	float: left;
	border: 1px solid #00AEFF;
	color: #00AEFF;
	width: 99.5%;
	text-align: center;
}

@media (min-width: 1201px) {
	.footer .max-footer {
		display: block;
	}
}

@media (min-width: 1001px) and (max-width: 1200px) {
	.footer .max-footer {
		display: block;
	}
}

@media (min-width: 601px) and (max-width: 1000px) {
	.footer .max-footer {
		display: block;
	}
}

@media (min-width: 320px) and (max-width: 600px) {
	.footer .min-footer {
		display: block;
	}
}

@media (min-width: 320px) and (max-width: 374px) {
	.footer .min-footer {
		display: block;
	}
}

.banner-edu .row .xs-span-12 {
	font-size: 14px;
	color: #333333;
	line-height: 26px;
	text-indent: 2em;
}

.banner-edu .row .xs-span-12 img {
	display: block;
	float: left;
	margin-right: 20px;
}

.new-inform {
	background-color: #F7F8FA;
	padding-top: 60px;
}

.new-inform .tile {
	margin: 0;
}

.new-inform .tile .find-more {
	text-decoration: none;
	display: block;
	text-align: center;
	font-size: 14px;
	color: #0D5FE0;
	margin-top: 18px;
}

.new-inform .new-inform-blame {
	background: #fff;
	width: 100%;
	height: 180px;
	position: relative;
}

.new-inform .new-inform-blame .new-inform-blame-cont {
	width: 90%;
	height: 63%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

.new-inform .new-inform-blame .new-inform-blame-cont .new-inform-blame-left {
	height: 100%;
	width: 16%;
	float: left;
}

.new-inform .new-inform-blame .new-inform-blame-cont .new-inform-blame-left p {
	width: 57px;
	height: 57px;
	border-radius: 50%;
	border: 1px solid #0D5FE0;
	position: relative;
}

.new-inform .new-inform-blame .new-inform-blame-cont .new-inform-blame-left p .bg-number {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	display: block;
	width: 64%;
	height: 64%;
}

.new-inform .new-inform-blame .new-inform-blame-cont .new-inform-blame-left p .num1 {
	background: url(../../images/home_page_iocn9.png) center center no-repeat;
}

.new-inform .new-inform-blame .new-inform-blame-cont .new-inform-blame-left p .num2 {
	background: url(../../images/home_page_iocnHit10.png) center center no-repeat;
}

.new-inform .new-inform-blame .new-inform-blame-cont .new-inform-blame-left p .num3 {
	background: url(../../images/home_page_iocnHit11.png) center center no-repeat;
}

.new-inform .new-inform-blame .new-inform-blame-cont .new-inform-blame-left p .num4 {
	background: url(../../images/home_page_iocn12.png) center center no-repeat;
}

.new-inform .new-inform-blame .new-inform-blame-cont .new-inform-blame-left p .num1,
.new-inform .new-inform-blame .new-inform-blame-cont .new-inform-blame-left p .num2,
.new-inform .new-inform-blame .new-inform-blame-cont .new-inform-blame-left p .num3,
.new-inform .new-inform-blame .new-inform-blame-cont .new-inform-blame-left p .num4 {
	background-size: 100% auto;
}

.new-inform .new-inform-blame .new-inform-blame-cont .new-inform-blame-right {
	height: 100%;
	width: 83%;
	float: left;
}

.new-inform .new-inform-blame .new-inform-blame-cont .new-inform-blame-right span {
	display: block;
	text-indent: 0;
}

.new-inform .new-inform-blame .new-inform-blame-cont .new-inform-blame-right .new-inform-blame-tile {
	font-size: 22px;
	color: #333333;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	height: 32px;
}

.new-inform .new-inform-blame .new-inform-blame-cont .new-inform-blame-right .new-inform-blame-content,
.new-inform .new-inform-blame .new-inform-blame-cont .new-inform-blame-right .new-inform-blame-time {
	font-size: 14px;
	color: #777777;
	margin-top: 10px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	height: 25px;
}

.new-inform .new-inform-blame:hover .new-inform-blame-left p {
	background: #0D5FE0;
	-webkit-animation: gradual 1s infinite;
	animation: gradual 1s infinite;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}

.new-inform .new-inform-blame:hover .new-inform-blame-left p .num1 {
	background: url(../../images/home_page_iocn9-2.png) center center no-repeat;
}

.new-inform .new-inform-blame:hover .new-inform-blame-left p .num2 {
	background: url(../../images/home_page_iocnHit10-2.png) center center no-repeat;
}

.new-inform .new-inform-blame:hover .new-inform-blame-left p .num3 {
	background: url(../../images/home_page_iocnHit11-2.png) center center no-repeat;
}

.new-inform .new-inform-blame:hover .new-inform-blame-left p .num4 {
	background: url(../../images/home_page_iocn12-2.png) center center no-repeat;
}

.new-inform .new-inform-blame:hover .new-inform-blame-left p .num1,
.new-inform .new-inform-blame:hover .new-inform-blame-left p .num2,
.new-inform .new-inform-blame:hover .new-inform-blame-left p .num3,
.new-inform .new-inform-blame:hover .new-inform-blame-left p .num4 {
	background-size: 100% auto;
}

@-webkit-keyframes gradual {
	from {
		background: #fff;
	}

	to {
		background: #0D5FE0;
	}
}

@keyframes gradual {
	from {
		background: #fff;
	}

	to {
		background: #0D5FE0;
	}
}

.new-inform .new-inform-blame:hover .new-inform-blame-right .new-inform-blame-tile {
	color: #0D5FE0;
}

.guosen-classroom {
	background: #fff;
}

.experience {
	background: #FFF;
	width: 100%;
	height: 112px;
}

.experience .container {
	margin: 0 auto;
	height: 100%;
}

.experience .container a {
	text-decoration: none;
	display: block;
	width: 50%;
	height: 100%;
	float: left;
	padding-top: 14px;
	position: relative;
	cursor: pointer;
	color: #333333;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.experience .container a p {
	width: 100%;
	text-align: center;
	position: relative;
	font-size: 26px;
	line-height: 38px;
}

.experience .container a p img {
	display: block;
	height: 46px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

.experience .container a .experience-img {
	height: 33px;
	margin-bottom: 10px;
}

.experience .container a .triangle {
	position: absolute;
	left: 50%;
	bottom: -41.99px;
	width: 0;
	height: 0;
	margin-left: -27px;
	border: 27px solid transparent;
	border-top: 16px solid #2786f0;
	display: none;
}

.experience .container .scense-experience {
	background-color: #573DE9;
	background-image: linear-gradient(-44deg, #0CB2ED 0%, #573DE9 100%);
	color: #fff;
}

.experience .container .scense-experience .triangle {
	display: block;
}

.new-inform .new-inform-blame .new-inform-blame-cont .classroom-top,
.new-inform .new-inform-blame .new-inform-blame-cont .classroom-bottom {
	height: auto;
	float: none;
	background: #F7F8FA;
}

.new-inform .new-inform-blame .new-inform-blame-cont .classroom-top {
	margin-bottom: 5px;
	width: 81px;
	height: 81px;
}

.new-inform .new-inform-blame .new-inform-blame-cont .classroom-top img {
	width: 100%;
	height: 100%;
}

.new-inform .classroom-frame {
	height: 140px;
	border: 1px solid #DDE8F6;
}

.scense-experience-inform {
	display: block;
}

.scense-experience-inform .scense-experience-place {
	height: 100px;
	border-bottom: 1px solid #DDE8F6;
	position: relative;
}

.scense-experience-inform .scense-experience-place ul {
	display: block;
	clear: both;
	width: 750px;
	height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	margin-top: 50px;
}

.scense-experience-inform .scense-experience-place ul li {
	float: left;
	width: 12.5%;
	height: 20px;
	position: relative;
	border-left: 1px solid #DDE8F6;
	border-right: 1px solid #DDE8F6;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.scense-experience-inform .hidepart{
	margin-top: 30px;
	display: none;
}
.scense-experience-inform .swiper-container1{
	display: none;
}

.scense-experience-inform .scense-experience-place ul li a {
	text-decoration: none;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	display: block;
	width: 85px;
	height: 32px;
	text-align: center;
	line-height: 32px;
	border-radius: 5px;
	font-size: 16px;
	color: #333333;
}

.scense-experience-inform .scense-experience-place ul li .tarLable {
	background: #0D5FE0;
	color: #fff;
}

.scense-experience-inform .scense-experience-place ul li:hover a {
	background: #0D5FE0;
	color: #fff;
	-webkit-animation: place 0.5s infinite;
	animation: place 0.5s infinite;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}

@-webkit-keyframes place {
	from {
		color: #333333;
		background: #F7F8FA;
	}

	to {
		background: #0D5FE0;
		color: #fff;
	}
}

@keyframes place {
	from {
		color: #333333;
		background: #F7F8FA;
	}

	to {
		background: #0D5FE0;
		color: #fff;
	}
}

.scense-experience-inform .experience-place-detail {
	margin-top: 37px;
	overflow: hidden;
	margin-bottom: 110px;
}

.scense-experience-inform .experience-place-detail .experience-place-detail-left {
	float: left;
	width: 26%;
}

.scense-experience-inform .experience-place-detail .experience-place-detail-left p {
	overflow: hidden;
}

.scense-experience-inform .experience-place-detail .experience-place-detail-left p img {
	display: block;
	width: 22px;
	float: left;
}

.scense-experience-inform .experience-place-detail .experience-place-detail-left p span {
	display: block;
	float: left;
	width: 87%;
	margin-left: 3%;
	font-size: 16px;
	color: #333333;
	line-height: 22px;
}

.scense-experience-inform .experience-place-detail .experience-place-detail-left .place-detail-name {
	font-size: 23px;
	color: #333333;
	height: 40px;
	border-bottom: 1px solid #DDE8F6;
	margin-bottom: 19px;
}

.scense-experience-inform .experience-place-detail .experience-place-detail-left .detail-number {
	margin-top: 11px;
}

.scense-experience-inform .experience-place-detail .experience-place-detail-right {
	float: left;
	margin-left: 3%;
	width: 69%;
}

.scense-experience-inform .experience-place-detail .experience-place-detail-right img {
	display: block;
	width: 100%;
}

.net-experience-inform {
	display: none;
}

.net-experience-inform .col .net-experience-cont {
	overflow: hidden;
	background: white;
	display: block;
}

.net-experience-inform .col .net-experience-cont .net-experience-left {
	float: left;
	width: 45%;
	height: 290px;
}

.net-experience-inform .col .net-experience-cont .net-experience-left img {
	display: block;
	width: 100%;
	height: 100%;
}

.net-experience-inform .col .net-experience-cont .net-experience-right {
	float: left;
	width: 50%;
	height: 252px;
	padding: 38px 0 0 22px;
	background: #fff;
}

.net-experience-inform .col .net-experience-cont .net-experience-right p span {
	display: block;
	color: #333333;
	width: 90%;
}

.net-experience-inform .col .net-experience-cont .net-experience-right p .net-experience-righttitl {
	font-size: 23px;
}

.net-experience-inform .col .net-experience-cont .net-experience-right p .net-experience-rightintr {
	font-size: 14px;
	line-height: 25px;
	margin-top: 26px;
}

.net-experience-inform .col .net-experience-cont .net-experience-right p .net-experience-rightsep {
	width: 49px;
	border-bottom: 1px solid #CDD2D7;
	margin-top: 25px;
}

.reservation {
	width: 1200px;
	margin: 0 auto;
	height: 112px;
}

.reservation .tab {
	line-height: 112px;
	height: 100%;
	text-align: center;
	float: left;
	width: 50%;
	font-size: 26px;
	cursor: pointer;
}

.reservation .active-tab {
	background-image: linear-gradient(-44deg, #0CB2ED 0%, #573DE9 100%);
	color: #fff;
}

.edu-expeience .edu-expeience-notice {
	margin-top: 25px;
}

.edu-expeience2 {
	/* display: none; */
	margin-top: 42px;
}

.edu-expeience .edu-expeience-notice span {
	display: block;
	width: 100%;
	text-align: center;
	font-size: 16px;
	color: #666666;
	line-height: 26px;
}

.edu-expeience .page-section .grid-module .span-6 p,
.edu-expeience .page-section .grid-module .span-12 p {
	background: #F7F8FA;
	border: 1px solid #DDE8F6;
	height: 50px;
	padding: 3px 0 3px 16px;
	position: relative;
}

.edu-expeience .page-section .grid-module .span-6 p input,
.edu-expeience .page-section .grid-module .span-12 p input {
	display: block;
	width: 77%;
	height: 100%;
	background: #F7F8FA;
	border: 0;
	outline: none;
	font-size: 14px;
	color: #AAAAAA;
	padding: 0;
}

.edu-expeience .page-section .grid-module .span-6 p img,
.edu-expeience .page-section .grid-module .span-6 p a,
.edu-expeience .page-section .grid-module .span-12 p img,
.edu-expeience .page-section .grid-module .span-12 p a {
	display: block;
	position: absolute;
	height: 56px;
	width: 56px;
	right: 0;
	top: 0;
}

.edu-expeience .page-section .grid-module .span-6 p a,
.edu-expeience .page-section .grid-module .span-12 p a {
	padding: 17px 0;
	width: auto;
	font-size: 14px;
	color: #0D5FE0;
	height: auto;
	cursor: pointer;
}

.edu-expeience .page-section .grid-module .span-6 p a span,
.edu-expeience .page-section .grid-module .span-12 p a span {
	padding: 0 20px;
	border-left: 1px solid #DDE8F6;
	display: block;
}

.edu-expeience .page-section .grid-module .span-6 .input-group.date,
.edu-expeience .page-section .grid-module .span-12 .input-group.date {
	width: 97% !important; 
}

.edu-expeience .page-section .grid-module .span-6 .input-group.date .form-control,
.edu-expeience .page-section .grid-module .span-12 .input-group.date .form-control {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.edu-expeience .page-section .grid-module .select-btn {
	overflow: visible;
	position: relative;
}

.edu-expeience .page-section .grid-module .select-btn .chose {
	position: absolute;
	left: 14px;
	background: white;
	display: block;
	width: 93%;
	display: none;
	border: 1px solid #DDE8F6;
	max-height: 175px;
	overflow-x: hidden;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	margin-top: 3px;
	z-index: 100;
}

.edu-expeience .page-section .grid-module .select-btn .chose li {
	height: 35px;
	line-height: 35px;
	padding-left: 16px;
}

.edu-expeience .page-section .grid-module .select-btn .chose li:hover {
	background: #F7F8FA;
}

.edu-expeience .appoint-btn {
	text-decoration: none;
	display: block;
	margin: 61px auto 27px;
	background: #0D5FE0;
	width: 197px;
	height: 52px;
	border-radius: 5px;
	text-align: center;
	line-height: 52px;
	color: #fff;
	font-size: 18px;
	cursor: pointer;
}

.edu-expeience .my-appoint {
	text-decoration: none;
	display: block;
	margin: 27px auto 0 auto;
	width: 88px;
	height: 25px;
	border-radius: 5px;
	text-align: center;
	line-height: 25px;
font-size: 18px;
color: #0D5FE0;
	cursor: pointer;
}

.float-blame {
	position: fixed;
	z-index: 100;
	right: 31px;
	bottom: 183px;
}

.float-blame li {
	position: relative;
	width: 45px;
	height: 45px;
	background: #000000;
	border-radius: 3px;
	opacity: .4;
	margin-bottom: 3px;
	position: relative;
}

.float-blame li .hover-show {
	position: absolute;
	top: 0;
	left: -83px;
	height: 100%;
	width: 83px;
	float: left;
	background: #00B0FF;
	display: none;
	text-align: center;
	line-height: 45px;
	font-size: 16px;
	color: #FFFFFF;
}

.float-blame li .label-name {
	width: 100%;
	height: 100%;
	float: left;
}

.float-blame li .label-name img {
	display: block;
	width: 100%;
	height: 100%;
}

.float-blame li:hover {
	background: #00B0FF;
	opacity: 1;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.float-blame li:hover .hover-show {
	display: block;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}

.move-experience {
	display: none;
}

.mainfoot {
	display: none;
}

.jedateblue .daybox .arthead,
.jedateblue .daysul td.actdate,
.jedateblue .daysul td.actdate:hover,
.jedateblue .daysul td.actdate .lunar {
	background: #0D5FE0;
}

.jedateblue table td:not(.disabled) {
	cursor: pointer;
}

.time-frame {
	display: block;
	position: absolute;
	z-index: 100;
	top: 80px;
	left: 51%;
}

.time-frame .time-quantum {
	float: left;
	border: 1px solid #cecece;
	padding: 10px 15px;
	float: left;
	width: 268px;
	display: none;
	background: #fff;
}

.time-frame .time-quantum .select-time {
	width: 100%;
	color: #bbb;
	overflow: hidden;
}

.time-frame .time-quantum .select-time span {
	float: left;
	display: block;
}

.time-frame .time-quantum .select-time span:first-child {
	margin-right: 10px;
}

.time-frame .time-quantum ul {
	overflow: hidden;
	margin-top: 8px;
}

.time-frame .time-quantum ul li {
	float: left;
	width: 33%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	height: 31px;
	padding: 3px 3px;
}

.time-frame .time-quantum ul li span {
	display: block;
	line-height: 25px;
	border-radius: 12.5px;
	width: 100%;
	height: 100%;
	background: #F7F8FA;
	cursor: pointer;
}

.time-frame .time-quantum ul li .target {
	background: #0D5FE0;
	color: #fff;
}

.time-frame .timeSelect {
	float: left;
	margin-right: 20px;
}

@media (min-width: 601px) and (max-width: 1000px) {
	.new-inform .new-inform-blame .new-inform-blame-cont {
		width: 93%;
	}

	.new-inform .new-inform-blame .new-inform-blame-cont .new-inform-blame-left {
		width: 19%;
	}

	.new-inform .new-inform-blame .new-inform-blame-cont .new-inform-blame-left p {
		width: 44px;
		height: 44px;
	}

	.new-inform .new-inform-blame .new-inform-blame-cont .new-inform-blame-left p span {
		background-size: 100% auto;
	}

	.new-inform .new-inform-blame .new-inform-blame-cont .new-inform-blame-right {
		width: 73%;
	}

	.scense-experience-inform .experience-place-detail {
		margin-bottom: 55px;
	}

	.scense-experience-inform .experience-place-detail .experience-place-detail-right {
		margin-left: 2%;
		width: 57%;
	}

	.scense-experience-inform .experience-place-detail .experience-place-detail-left {
		width: 41%;
	}

	.scense-experience-inform .scense-experience-place {
		height: 126px;
	}

	.scense-experience-inform .scense-experience-place ul {
		width: 100%;
		margin-top: 37px;
	}

	.scense-experience-inform .scense-experience-place ul li {
		width: 33.3%;
		margin: 10px 0;
	}

	.tile {
		margin-top: 30px;
	}

	.tile .tile-1 {
		font-size: 20px;
	}

	.tile .tile-line {
		margin-top: 20px;
	}

	.new-inform {
		padding-top: 30px;
	}

	.edu-expeience .edu-expeience-notice {
		margin-top: 19px;
	}

	.float-blame {
		right: 50px;
		bottom: 336px;
	}

	.float-blame li {
		width: 40px;
		height: 40px;
	}

	.float-blame li .hover-show {
		line-height: 40px;
	}

	.net-experience-inform .col .net-experience-cont .net-experience-left {
		height: 199px;
	}

	.net-experience-inform .col .net-experience-cont .net-experience-right {
		height: 183px;
		width: 47%;
		padding: 17px 0 0 18px;
	}

	.net-experience-inform .col .net-experience-cont .net-experience-right p .net-experience-righttitl {
		font-size: 18px;
	}

	.net-experience-inform .col .net-experience-cont .net-experience-right p .net-experience-rightsep {
		margin-top: 15px;
	}

	.net-experience-inform .col .net-experience-cont .net-experience-right p .net-experience-rightintr {
		margin-top: 16px;
		line-height: 22px;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 5;
		overflow: hidden;
	}
}

@media (min-width: 320px) and (max-width: 600px) {
	.banner-edu .row .xs-span-12 img {
		width: 100%;
		float: none;
	}

	.banner-edu .row .xs-span-12 p {
		margin-top: 23px;
	}

	.new-inform {
		padding-top: 35px;
	}

	.new-inform .tile .tile-1 {
		font-size: 21px;
	}

	.new-inform .tile .tile-line {
		margin: 13px 0 25px 0;
	}

	.new-inform .page-section .grid-module .row .xs-span-12 {
		padding: 2.5% 0 2.5% 0;
	}

	.new-inform .new-inform-blame .new-inform-blame-cont {
		width: 95%;
	}

	.new-inform .new-inform-blame .new-inform-blame-cont .new-inform-blame-left p {
		width: 43px;
		height: 43px;
	}

	.net-experience-inform {
		display: block;
	}

	.experience .experience-btn {
		padding: 0;
	}

	.experience .experience-btn a {
		width: 100%;
	}

	.experience .container a .triangle {
		display: block;
	}

	.experience .container .net-experience {
		display: none;
	}
	.experience .container .flyy {
		display: block;
	}

	.move-experience {
		display: block;
	}

	.move-experience .container .net-experience {
		display: block;
		background-color: #573DE9;
		background-image: linear-gradient(-44deg, #0CB2ED 0%, #573DE9 100%);
		color: #fff;
	}

	.scense-experience-inform {
		display: block;
	}

	.scense-experience-inform .scense-experience-place ul {
		width: 100%;
	}

	.scense-experience-inform .scense-experience-place ul li {
		width: 20%;
	}

	.scense-experience-inform .scense-experience-place ul li a {
		width: 80%;
	}

	.scense-experience-inform .experience-place-detail {
		margin: 20px 0 47px 0;
	}

	.scense-experience-inform .experience-place-detail .experience-place-detail-left {
		width: 100%;
	}

	.scense-experience-inform .experience-place-detail .experience-place-detail-left .place-detail-name {
		border: 0;
		height: auto;
	}

	.scense-experience-inform .experience-place-detail .experience-place-detail-right {
		margin: 21px 0 0 0;
		width: 100%;
	}

	.net-experience-inform .grid-module .row .xs-span-12 {
		padding-left: 0;
		padding-right: 0;
	}

	.net-experience-inform .grid-module .row .xs-span-12 .net-experience-cont .net-experience-right {
		width: 48%;
		height: 200px;
		padding: 19px 0 0 17px;
	}

	.net-experience-inform .grid-module .row .xs-span-12 .net-experience-cont .net-experience-right p .net-experience-righttitl {
		font-size: 17px;
	}

	.net-experience-inform .grid-module .row .xs-span-12 .net-experience-cont .net-experience-right p .net-experience-rightsep {
		margin-top: 14px;
	}

	.net-experience-inform .grid-module .row .xs-span-12 .net-experience-cont .net-experience-right p .net-experience-rightintr {
		line-height: 23px;
		margin-top: 14px;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 6;
		overflow: hidden;
	}

	.net-experience-inform .grid-module .row .xs-span-12 .net-experience-cont .net-experience-left {
		height: 218px;
	}

	.tile {
		margin-top: 31px;
	}

	.tile .tile-1 {
		font-size: 21px;
	}

	.tile .tile-line {
		margin-top: 13px;
	}

	.edu-expeience .edu-expeience-notice {
		margin-top: 17px;
	}

	.edu-expeience .edu-expeience-notice span {
		width: 90%;
		margin: 0 auto;
	}

	.edu-expeience .page-section .grid-module .selectBtn .chose {
		left: 25.5px;
		width: 90%;
	}

	.edu-expeience .page-section .grid-module .span-6 .input-group.date {
		width: 93%;
	}

	.new-inform .tile .tile-line {
		margin: 15px 0 0px 0;
	}

	.float-blame {
		display: none;
	}

	.time-frame {
		top: 155px;
		left: 0;
	}

	.time-frame .timeSelect {
		margin-right: 6px;
	}
}
.fl-text{
	width: 90% !important;margin: 0 auto;text-align: left;
}
.appoint-pop {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 2001;
	left: 0;
	top: 0;

}

#progessPop {
	display: none;
}

#resultPop {
	display: none;
}

.appoint-pop .close-btn-pop {
	width: 56px;
	height: 59px;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	background: rgb(241, 241, 241);
	position: absolute;
	top: 0;
	right: 40px;
	font-size: 16px;
	color: #333333;
	text-align: center;
	line-height: 59px;
	cursor: pointer;
}

.appoint-pop .pop-cover {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: #000;
	opacity: 0.7;
}

.appoint-pop .pop-list {
	display: none;
}

.appoint-pop .user-name {
	margin: 0 35px;
	background: #E4F2FE;
	font-family: PingFangSC-Regular;
	font-size: 20px;
	color: #000000;
	height: 44px;
	line-height: 44px;
	text-indent: 17px;
}

.appoint-pop .record-name {
	margin: 0px 52px 0 52px;
	font-family: PingFangSC-Regular;
	font-size: 18px;
	color: #000000;
	line-height: 25px;
}

.appoint-pop .apply-content {
	margin: 18px 52px 0 52px;
	height: 200px;
	overflow-y: scroll;
}

.appoint-pop .pop-content {
	width: 580px;
	height: 366px;
	top: 50%;
	margin-top: -183px;
	left: 50%;
	margin-left: -290px;
	position: absolute;
	z-index: 2;
	background: #FFFFFF;
	box-shadow: 0 11px 48px 0 rgba(0, 8, 20, 0.44);
	border-radius: 8px;
}

.appoint-pop .success-pop {
	padding-top: 50px;
}

.appoint-pop .success-pop img {
	display: block;
	margin: 0 auto;
	width: 98px;
	height: 98px;
}

.appoint-pop .success-text {
	margin-top: 21px;
	font-family: PingFangSC-Regular;
	font-size: 26px;
	color: #333333;
	text-align: center;
	line-height: 37px;
}

.appoint-pop .success-time {
	font-family: PingFangSC-Regular;
	font-size: 14px;
	color: #666666;
	text-align: center;
	margin-top: 10px;
}

.appoint-pop .confirm-btn {
	width: 124px;
	height: 46px;
	border: 1px solid #0D5FE0;
	font-family: PingFangSC-Regular;
	font-size: 16px;
	color: #0D5FE0;
	text-align: center;
	line-height: 46px;
	margin: 47px auto 0 auto;
	cursor: pointer;
}

.appoint-pop .pop-sr,
.appoint-pop .pop-list {
	padding-top: 90px;
}

.appoint-pop .line-content {
	margin: 0 45px;
}

.appoint-pop .phone-line {
	height: 62px;
	width: 100%;
	background: #F7F8FA;
	border: 1px solid #DDE8F6;
	margin-bottom: 20px;
}

.appoint-pop .name {
	width: 75px;
	text-indent: 17px;
	line-height: 62px;
	font-family: PingFangSC-Regular;
	font-size: 14px;
	color: #777777;
	float: left;
}

.appoint-pop .pop-phone {
	width: 400px;
	height: 62px;
	float: left;
	font-size: 14px;
	color: #777777;
	background: #F7F8FA;
	text-indent: 17px;
}

.appoint-pop .yzm {
	width: 310px;
	height: 62px;
	float: left;
	font-size: 14px;
	color: #777777;
	background: #F7F8FA;
	text-indent: 17px;
}

.appoint-pop .yzm-btn {
	width: 70px;
	line-height: 62px;
	font-family: PingFangSC-Regular;
	font-size: 14px;
	color: #0D5FE0;
	text-align: right;
	float: right;
	margin-right: 30px;
	cursor: pointer;
}

.appoint-pop .pop-search {
	font-family: PingFangSC-Regular;
	font-size: 16px;
	color: #fff;
	background: #0D5FE0;
	border: 1px solid #0D5FE0;
	text-align: center;
	margin: 43px auto 0 auto;
	width: 125px;
	height: 46px;
	line-height: 46px;
	text-align: center;
	cursor: pointer;
}

.appoint-pop .yylist {
	margin-bottom: 20px;
	overflow: hidden;
}
.appoint-pop .pop-name{
	float: left;
	margin-right: 20px;
	width: 80px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	color: #000;
	font-size: 12px;
}
.appoint-pop .pop-time {
	float: left;
	font-family: PingFangSC-Regular;
	font-size: 12px;
	color: #333333;
	line-height: 24px;
}

.appoint-pop .pop-status {
	float: left;
	margin-left: 20px;
	cursor: pointer;
}

.appoint-pop .grey-btn {
	width: 50px;
	height: 24px;
	background: #E4E5E7;
	border-radius: 2px;
	text-align: center;
	line-height: 24px;
	font-family: PingFangSC-Regular;
	font-size: 12px;
	color: #333333;
	display: inline-block;
}

.appoint-pop .blue-btn {
	width: 50px;
	height: 24px;
	background: #52C7FE;
	border-radius: 2px;
	text-align: center;
	line-height: 24px;
	font-family: PingFangSC-Regular;
	font-size: 12px;
	color: #fff;
	display: inline-block;
}

.appoint-pop .pop-cancle {
	float: left;
	margin-left: 20px;
	font-family: PingFangSC-Regular;
	font-size: 12px;
	color: #0D5FE0;
	line-height: 24px;
	cursor: pointer;
}

/*# sourceMappingURL=edu_index.css.map */
