body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
	/* line-height: 1; */
	margin: 0;
	padding: 0;
	font-family: "Hiragino Sans GB", "MicroSoft YaHei", Arial, sans-serif;
	color: #333;
}

article,
iframe,
img {
	display: block;
	border: 0;
}

img {
	max-width: 100%;
}

ul,
li {
	list-style: none;
}

a {
	color: #333;
	text-decoration: none;
}

a:hover {
	color: #e4393c;
	text-decoration: none;
}

.box4_bm:hover {
	color: #fff;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	max-width: 100%;
}

input {
	outline: 0;
}

input[type="button"],
input[type="submit"],
input[type="reset"] {
	-webkit-appearance: none;
}

:focus {
	outline: none;
}

input::focus-inner {
	padding: 0;
	border: 0;
}

label {
	cursor: pointer;
}

b,
em,
i,
strong {
	font-style: normal;
	font-weight: 400
}

body {
	overflow-x: hidden;
}

.Width {
	width: 90%;
	min-width: 1000px;
	max-width: 1500px;
	margin: 0 auto;
}

.commonWidth {
	width: 94.6%;
	margin: 0 auto;
}

body {

	font-size: 14px;
}

@keyframes myMove {
	0% {
		transform: scale(1);
	}

	50% {
		transform: scale(1.1);
	}

	100% {
		transform: scale(1);
	}
}

.clearfix:after {
	display: block;
	content: '';
	clear: both;
}

.clearfix {
	zoom: 1;
}

.hide {
	display: none;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.mt25 {
	margin-bottom: 25px;
}

.btn {
	width: 204px;
	height: 56px;
	text-align: center;
	line-height: 56px;
	border-radius: 35px;
	background-image: -moz-linear-gradient(-108deg, rgb(29, 235, 178) 0%, rgb(2, 218, 154) 100%);
	background-image: -webkit-linear-gradient(-108deg, rgb(29, 235, 178) 0%, rgb(2, 218, 154) 100%);
	background-image: -ms-linear-gradient(-108deg, rgb(29, 235, 178) 0%, rgb(2, 218, 154) 100%);
	box-shadow: 0px 0px 21px 0px rgba(0, 188, 133, 0.35);
	color: #fff;
	font-size: 24px;
	cursor: pointer;
}

.big-container {
	background: #fff;
	border-radius: 5px;
	padding: 0 40px;
	box-sizing: border-box;
}

/***弹框样式***/
.masker-wrap {
	display: none;
}

.masker-wrap .masker {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #000;
	opacity: .3;
	z-index: 9;
}

.masker-wrap .masker-cont {
	width: 80%;
	padding: 0 35px;
	overflow: hidden;
	background: #fff;
	border-radius: 5px;
	position: fixed;
	left: 0;
	top: 50%;
	right: 0;
	margin: 0 auto;
	z-index: 2;
	font-size: 14px;
	z-index: 9;
	box-sizing: border-box;
	padding-bottom: 40px;
}

.masker-wrap .masker-cont #closeBtn {
	position: absolute;
	right: 10px;
	top: 10px;
	cursor: pointer;
}

.masker-cont .cities-ul {
	width: 90%;
	padding-top: 15px;
	max-height: 365px;
	overflow: hidden;
	overflow-y: auto;
	margin: 15px auto 0;
}

.masker-cont .cities-ul li {
	/* width:7.75%; */
	height: 40px;
	border-radius: 35px;
	text-align: center;
	line-height: 40px;
	background: #EFEFEF;
	font-size: 18px;
	float: left;
	margin: 0 1% 25px;
	width: auto !important;
	padding: 0 16px;
}

.masker-cont .cities-ul li a {
	display: block;
}

.masker-cont h3 {
	font-size: 30px;
	text-align: center;
	font-weight: normal;
	padding-top: 53px;
	padding-bottom: 30px;
}

.masker-cont .current-tip {
	width: 89%;
	font-size: 18px;
	margin: 0 auto;
	padding-left: 1%;
}

.masker-cont .current-tip span {
	color: #fb565c;
}

.masker-cont .cities-ul li:hover,
.masker-cont .cities-ul li.active {
	background-image: -moz-linear-gradient(-108deg, rgb(29, 235, 178) 0%, rgb(2, 218, 154) 100%);
	background-image: -webkit-linear-gradient(-108deg, rgb(29, 235, 178) 0%, rgb(2, 218, 154) 100%);
	background-image: -ms-linear-gradient(-108deg, rgb(29, 235, 178) 0%, rgb(2, 218, 154) 100%);
	box-shadow: 0px 0px 21px 0px rgba(0, 188, 133, 0.35);

}

.masker-cont .cities-ul li:hover a,
.masker-cont .cities-ul li.active a {
	color: #fff;
}

.right-fixed {
	width: 145px;
	padding: 0 5px;
	background: #5BD18C;
	border-radius: 5px;
	position: fixed;
	top: 10%;
	left: 0;
	padding-bottom: 4px;
	padding-bottom: 8px;
	/*height:595px;*/
	overflow: hidden;
	z-index: 9;
}

.right-fixed p {
	font-size: 24px;
	color: #fff;
	text-align: center;
	padding: 14px 0 10px;
}

.right-fixed li {
	font-size: 12px;
	line-height: 14px;
	color: #666;
	text-align: center;
	border-radius: 3px;
	background: #fff;
	margin-bottom: 2px;
}

.right-fixed li a {
	padding: 14px 0;
	display: block;
	width: 100%;
	height: 100%;
}

.right-fixed li a.on {
	background-image: -webkit-linear-gradient(18deg, rgb(94, 232, 156) 0%, rgb(46, 214, 165) 100%);
	background-image: -o-linear-gradient(18deg, rgb(94, 232, 156) 0%, rgb(46, 214, 165) 100%);
	background-image: linear-gradient(108deg, rgb(94, 232, 156) 0%, rgb(46, 214, 165) 100%);
	box-shadow: 0px 0px 16px 0px rgba(0, 188, 133, 0.35);
	color: #fff;
}

.right-fixed ul {
	max-height: 500px;
	overflow: hidden;
	overflow-y: scroll;

}

.right-fixed a {
	color: #666;
}

.banner {
	height: 450px !important;
	background: url(../images/zsban.jpg) top center no-repeat;
	background-size: cover;
	text-align: center;

}

.banner .top-txt {
	padding-top: 95px;
}

.banner .top-txt p,
.banner .bottom-txt p {
	font-size: 40px;
	margin-bottom: 56px;
	color: #fff;
}

.banner h2 {
	text-shadow: 0px 7px 30px #00B194;
	font-size: 120px;
	color: #fff;
	margin-bottom: 63px;
}

.banner .bottom-txt p {
	font-size: 32px;
	color: #00b781;
	/* width:478px; */
	height: 70px;
	line-height: 70px;
	background: #fff;
	border-radius: 35px;
	margin: 0 auto;
	min-width: 478px;
	padding: 0 20px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: inline-block;
	max-width: 1214px;
}

.addr-wrap {
	height: 130px;
	border-radius: 12px;
	box-shadow: 0px 4px 27px 0px rgba(226, 225, 232, 0.65);
	font-size: 18px;
	padding: 35px 50px;
	box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	position: relative;
	top: -7px;
	z-index: 3;
	background: #fff;
	margin-bottom: 68px;
}

.addr-wrap p {
	margin-bottom: 20px;
}

.addr-wrap .current-addr {
	font-size: 36px;
	font-weight: bold;
	padding-top: 12px;
	margin-right: 35px;
}

.addr-wrap .addr-div {
	margin-bottom: 34px;
}

/*****无课状态******/
.empty-course-wrap {
	position: relative;
	padding-left: 24.5%;
	font-size: 18px;
	padding-bottom: 210px;
	background: url(../images/bl.jpg) no-repeat bottom center;
	display: none;
}

.empty-course-wrap a {
	color: #f50a0a;
}

.empty-course-wrap .other p {
	line-height: 36px;
}

.empty-course-wrap h5 {
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 25px;
}

.empty-course-wrap .sorry {
	font-size: 36px;
	font-weight: bold;
	margin-bottom: 28px;
	padding-top: 60px;
}

.empty-course-wrap .no-tips {
	font-size: 24px;
	margin-bottom: 54px;
}

.empty-course-wrap .rb {
	position: absolute;
	right: 23%;
	top: 0px;
}

/*.course-wrap {
	display: none;
}*/
.course-wrap h3 {
	text-align: center;
	font-size: 50px;
	font-weight: normal;
	margin-bottom: 45px;
	word-break: break-all;
}

.course-wrap h5 {
	font-weight: normal;
	font-size: 28px;
	margin-bottom: 22px;
}

.course-advantages {
	padding: 0 50px;
	margin-bottom: 40px;
	/*height: 374px;
	overflow: hidden;*/
}

.course-advantages p {
	font-size: 18px;
	color: #666;
	line-height: 36px;
	height: auto;
	overflow: hidden;
}

.course-advantages .hid-ps {
	display: none;
}

.course-advantages p span {
	color: #000;

}

.more-arr {
	margin-bottom: 40px;
}

.more-arr img {
	position: relative;
	margin: 0 auto;
	cursor: pointer;
	-webkit-animation: myMove 1.5s infinite;
	/* Safari and Chrome */
}

.course-template-wrap {
	margin-bottom: 50px;
}

.course-infor {
	border-radius: 12px;
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 0px 43px 0px rgba(3, 0, 0, 0.11);
	padding: 50px;
	box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.course-infor .left-course-img {
	width: 40.8%;
	height: 520px;
	max-height: 520px;
	background: url(../images/cur01.jpg) center center no-repeat;
	text-align: center;
	margin-right: 2.8%;
	background-size: cover;
	position: relative;
}

.course-infor .class_img1 {
	background: url(../images/kech_img_01.jpg) center center no-repeat;
	background-size: cover;
}

.course-infor .class_img2 {
	background: url(../images/kech_img_02.jpg) center center no-repeat;
	background-size: cover;
}

.course-infor .class_img3 {
	background: url(../images/kech_img_03.jpg) center center no-repeat;
	background-size: cover;
}

.course-infor .class_img4 {
	background: url(../images/kech_img_04.jpg) center center no-repeat;
	background-size: cover;
}

.course-infor .class_img5 {
	background: url(../images/kech_img_05.jpg) center center no-repeat;
	background-size: cover;
}

.course-infor .class_img6 {
	background: url(../images/kech_img_06.jpg) center center no-repeat;
	background-size: cover;
}

.course-infor .class_img7 {
	background: url(../images/kech_img_07.jpg) center center no-repeat;
	background-size: cover;
}

.course-infor .class_img8 {
	background: url(../images/kech_img_08.jpg) center center no-repeat;
	background-size: cover;
}

.course-infor .class_img9 {
	background: url(../images/kech_img_09.jpg) center center no-repeat;
	background-size: cover;
}

.course-infor .class_img10 {
	background: url(../images/kech_img_10.jpg) center center no-repeat;
	background-size: cover;
}

.flex_wrap {
	height: 260px;
	display: flex;
	align-items: center;
}

.course-infor .left-course-img h4 {
	font-size: 66px;
	color: #fff;
	/* padding-top:118px;
	padding-bottom: 56px; */
	line-height: 1.1;
	padding: 64px 5px 40px;

	padding: 0 10px !important;
}

.course-infor .left-course-img>p {
	font-size: 30px;
	color: #fef8a7;
	/* padding-bottom: 195px; */
	padding-bottom: 0 !important;
}

.course-infor .left-course-img>span {
	color: #fff;
	position: absolute;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 40px;
	line-height: 40px;
}

.course-infor .right-course-text {
	width: 55.5%;
}

.course-infor .right-course-text h4 {
	font-size: 34px;
	font-weight: normal;
	margin-bottom: 18px;
	line-height: 1.2;

	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	word-break: break-all;
}

.course-infor .right-course-text .course-intro {
	font-size: 16px;
	color: #666;
	margin-bottom: 24px;
}

.course-infor .course-cls,
.course-infor .course-time {
	position: relative;
}

.course-infor .course-intro .mar-span {
	margin: 0 5%;
	line-height: 30px;
}

.course-infor .tips {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 20px;
	display: block;
}

.course-infor .right-course-text li {
	line-height: 48px;
	height: 48px;
	border-radius: 5px;
	border-width: 1px;
	border-style: solid;
	border-color: rgb(220, 220, 220);
	float: left;
	width: 30.5%;
	text-align: center;
	margin-bottom: 20px;
	cursor: pointer;
	position: relative;
	margin-right: 12px;
}

.course-infor .right-course-text li.on {
	border: 1px solid #fe5151;
	color: #fe5151;
	box-shadow: 0px 0px 7px 0px rgba(236, 41, 67, 0.56);
}

.course-infor .right-course-text li>i {
	position: absolute;
	bottom: 0;
	right: 0px;
	width: 27px;
	height: 27px;
	background: url(../images/arr.png) no-repeat;
	background-size: 100% 100%;
	display: none;
}

.course-infor .right-course-text li.on>i {
	display: block;
}

.course-infor .right-course-text .course-time li {
	line-height: 1;
}

.course-infor .right-course-text li>p {
	padding-top: 12px;

}

.course-infor .right-course-text li>span {
	display: block;
	color: #999;
	font-size: 12px;
}

.course-infor .right-course-text li.on>span,
.course-infor .right-course-text li.on>p {
	color: #fe5151;
}

.course-infor .right-course-text li.mar-li {
	margin-left: 3%;
	margin-right: 3%;

}

.course-infor .right-course-text .price {
	font-size: 16px;
	color: #666;
	margin-bottom: 30px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.course-infor .right-course-text .price span {
	color: #fe5050;
	font-size: 36px;
	vertical-align: middle;
	margin-right: 10px;
}

.course-infor .buy-tel a {
	color: #fff;
	margin-right: 30px;
}

.course-infor .buy-tel .tel {
	width: 280px;
	height: 54px;
	border: 1px solid #DEDEDE;
	border-radius: 35px;
	font-size: 18px;
	text-align: center;
	line-height: 54px;
}

.course-infor .right-course-text li>span.course-time-detail {
	width: 248px;
	height: 40px;
	line-height: 40px;
	position: absolute;
	top: 55px;
	border: 1px solid #80CDBC;
	border-radius: 5px;
	background: #fff;
	z-index: 9;
	text-align: center;
	color: #666;
	left: 50%;
	margin-left: -124px;
	display: none;
}

.course-infor .right-course-text li:hover>span.course-time-detail {
	display: block;
}

.course-infor .course-time-detail i {
	position: absolute;
	left: 50%;
	top: -7px;
	background: url(../images/garr.png) no-repeat;
	width: 12px;
	height: 7px;
	margin-left: -6px;
}

.course-cls .hid-ul,
.course-time .hid-ul {
	display: none;
}

.right-course-text .more-course {
	position: absolute;
	top: 12px;
	right: 3%;
	color: #4bc886;
	font-size: 16px;
	cursor: pointer;
	display: none;
}

.course-wrap02 .course-infor .left-course-img {
	background: url(../images/cur02.jpg) center center no-repeat;
	background-size: cover;
}

.course-wrap03 .course-infor .left-course-img {
	background: url(../images/cur03.jpg) center center no-repeat;
	background-size: cover;
}

.all-provinces-contact h3 {

	font-size: 50px;
	text-align: center;
	margin-bottom: 50px;
}

.all-provinces-contact .tab-meun li {
	height: 65px;
	line-height: 65px;
	border-radius: 35px;
	font-size: 24px;
	background: #fff;
	box-shadow: 0px 0px 21px 0px rgba(153, 153, 153, 0.35);
	width: 12%;
	text-align: center;
	float: left;
	margin: 0 1.1% 24px;
	cursor: pointer;
}

.all-provinces-contact .tab-meun li.on,
.all-provinces-contact .tab-meun li:hover {
	background-image: -moz-linear-gradient(-108deg, rgb(29, 235, 178) 0%, rgb(2, 218, 154) 100%);
	background-image: -webkit-linear-gradient(-108deg, rgb(29, 235, 178) 0%, rgb(2, 218, 154) 100%);
	background-image: -ms-linear-gradient(-108deg, rgb(29, 235, 178) 0%, rgb(2, 218, 154) 100%);
	box-shadow: 0px 0px 21px 0px rgba(0, 188, 133, 0.35);
	color: #fff;
}

.all-provinces-contact .tab-cont {
	padding-bottom: 100px;
	padding-top: 15px;
}

.all-provinces-contact .tab-list-cont {
	font-size: 18px;
	padding-left: 1.1%;
	display: none;
}

.all-provinces-contact .tab-list-cont p {
	line-height: 34px;
}

.all-provinces-contact .tab-list-cont p span {
	color: #666;
}

@media screen and (min-width: 1000px) and (max-width: 1200px) {
	.banner {
		height: 510px;
	}

	.banner .top-txt {
		padding-top: 40px;
	}

	.banner .top-txt p {
		margin-bottom: 30px;
	}

	.right-fixed {
		width: 100px;
	}

	.empty-course-wrap .rb {
		right: 5%;
	}

	.course-infor .left-course-img {
		height: 300px;
		max-height: 300px;
	}

	.course-infor .right-course-text li>i {
		width: 12px;
		height: 12px;
	}

	.course-infor .left-course-img h4 {
		font-size: 30px;
		padding-top: 70px;
	}

	.course-infor .left-course-img>p {
		padding-bottom: 45px;
		font-size: 24px;
	}

	.course-infor .right-course-text h4 {
		font-size: 20px;
	}

	.course-infor .right-course-text .price {
		font-size: 12px;
	}

	.course-infor .right-course-text .price span {
		font-size: 24px;
	}

	.course-infor .buy-tel a {
		width: 170px;
	}

	.course-infor .buy-tel .tel {
		width: 200px;
		font-size: 14px;
	}

	.course-infor .right-course-text .course-intro {
		font-size: 12px;
	}

	.all-provinces-contact .tab-meun li {
		font-size: 14px;
		height: 45px;
		line-height: 45px;
	}

	.masker-cont .cities-ul li {
		font-size: 14px;
		width: 14%;
	}

	.all-provinces-contact .tab-list-cont {
		font-size: 14px;
	}

	.all-provinces-contact .tab-meun,
	.all-provinces-contact .tab-cont {
		padding-left: 30px;
	}
}

@media screen and (max-width: 1099px) {
	.Width {
		width: 900px;

	}

	.commonWidth {
		width: 84.6%;
	}
}

@media screen and (min-width: 1201px) and (max-width: 1366px) {
	.banner {
		height: 560px;
	}

	.course-infor .right-course-text li>i {
		width: 16px;
		height: 16px;
	}

	.masker-cont .cities-ul li {
		width: 12%;
	}

	.course-infor .left-course-img {
		height: 360px;
		max-height: 360px;
	}

	.course-infor .left-course-img>p {
		padding-bottom: 65px;
	}

	.course-infor .right-course-text h4 {
		font-size: 26px;
	}

	.course-infor .right-course-text .price {
		font-size: 12px;
	}

	.course-infor .right-course-text .price span {
		font-size: 26px;
	}

	.course-infor .left-course-img h4 {
		font-size: 52px;
		padding-top: 80px;
	}

	.all-provinces-contact .tab-meun,
	.all-provinces-contact .tab-cont {
		padding-left: 20px;
	}

	.all-provinces-contact .tab-meun li {
		font-size: 16px;
		height: 50px;
		line-height: 50px;
	}

	.right-fixed {
		width: 100px;
	}

	.right-fixed p {
		font-size: 18px;
	}

	.course-infor .buy-tel .tel {
		width: 265px;
	}

	.all-provinces-contact .tab-list-cont {
		font-size: 16px;
	}

	.empty-course-wrap .rb {
		right: 15%;
	}

}

@media screen and (min-width: 1367px) and (max-width: 1600px) {
	.right-fixed {
		width: 120px;
	}

	.all-provinces-contact .tab-meun {
		padding-left: 30px;
	}

	.all-provinces-contact .tab-meun li {
		font-size: 16px;
		height: 50px;
		line-height: 50px;
		width: 11%;

	}

	.all-provinces-contact .tab-cont {
		padding-left: 30px;
	}

	.course-infor .left-course-img h4 {
		font-size: 56px;
	}

	.course-infor .right-course-text h4 {
		font-size: 26px;
	}

	.course-infor .right-course-text .price {
		font-size: 14px;
	}

	.course-infor .right-course-text .price span {
		font-size: 32px;
	}

	.masker-cont .cities-ul li {
		width: 12%;
	}
}

.class_type_list li {
	overflow: hidden;
}

.class_type_list.active,
.class_time_list.active {
	height: 70px;
	overflow: hidden;
}

.class_hour {
	padding-top: 20px;
	display: block;
}

.class_hour b {
	padding-left: 10px;
}

.class_type_list li {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
