@-webkit-keyframes banPic {
	0% {
		-webkit-transform: translateY(0px);
	}

	100% {
		-webkit-transform: translateY(10px);
	}
}

@-moz-keyframes banPic {
	0% {
		-moz-transform: translateY(0px);
	}

	100% {
		-moz-transform: translateY(10px);
	}
}

@-ms-keyframes banPic {
	0% {
		-ms-transform: translateY(0px);
	}

	100% {
		-ms-transform: translateY(10px);
	}
}

@-o-keyframes banPic {
	0% {
		-o-transform: translateY(0px);
	}

	100% {
		-o-transform: translateY(10px);
	}
}

@keyframes banPic {
	0% {
		transform: translateY(0px);
	}

	100% {
		transform: translateY(10px);
	}
}

@-webkit-keyframes banWave {
	0% {
		-webkit-transform: scale(1);
		opacity: 1;
	}

	100% {
		-webkit-transform: scale(1.1);
	}
}

@-moz-keyframes banWave {
	0% {
		-moz-transform: scale(1);
		opacity: 1;
	}

	100% {
		-moz-transform: scale(1.1);
	}
}

@-ms-keyframes banWave {
	0% {
		-ms-transform: scale(1);
		opacity: 1;
	}

	100% {
		-ms-transform: scale(1.1);
	}
}

@-o-keyframes banWave {
	0% {
		-o-transform: scale(1);
		opacity: 1;
	}

	100% {
		-o-transform: scale(1.1);
	}
}

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

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

@-webkit-keyframes banWave1 {
	0% {
		-webkit-transform: scale(1);
		opacity: 1;
	}

	100% {
		-webkit-transform: scale(1.1);
	}
}

@-moz-keyframes banWave1 {
	0% {
		-moz-transform: scale(1);
		opacity: 1;
	}

	100% {
		-moz-transform: scale(1.1);
	}
}

@-ms-keyframes banWave1 {
	0% {
		-ms-transform: scale(1);
		opacity: 1;
	}

	100% {
		-ms-transform: scale(1.1);
	}
}

@-o-keyframes banWave1 {
	0% {
		-o-transform: scale(1);
		opacity: 1;
	}

	100% {
		-o-transform: scale(1.3);
	}
}

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

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

@-webkit-keyframes banWave2 {
	0% {
		-webkit-transform: scale(1);
		opacity: 1;
		background-color: #5ea6ff;
	}

	100% {
		-webkit-transform: scale(1.1);
		background-color: #dd705d;
	}
}

@-moz-keyframes banWave2 {
	0% {
		-moz-transform: scale(1);
		opacity: 1;
		background-color: #5ea6ff;
	}

	100% {
		-moz-transform: scale(1.1);
		background-color: #dd705d;
	}
}

@-ms-keyframes banWave2 {
	0% {
		-ms-transform: scale(1);
		opacity: 1;
		background-color: #5ea6ff;
	}

	100% {
		-ms-transform: scale(1.1);
		background-color: #dd705d;
	}
}

@-o-keyframes banWave2 {
	0% {
		-o-transform: scale(1);
		opacity: 1;
		background-color: #5ea6ff;
	}

	100% {
		-o-transform: scale(1.1);
		background-color: #dd705d;
	}
}

@keyframes banWave2 {
	0% {
		transform: scale(1);
		opacity: 1;
		background-color: #5ea6ff;
	}

	100% {
		transform: scale(1.1);
		background-color: #dd705d;
	}
}

@keyframes tada {
	0% {
		transform: scale3d(1, 1, 1);
	}

	10%,
	20% {
		transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
	}

	30%,
	50%,
	70%,
	90% {
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
	}

	40%,
	60%,
	80% {
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
	}

	100% {
		transform: scale3d(1, 1, 1);
	}
}

@-webkit-keyframes tada {
	0% {
		-webkit-transform: scale3d(1, 1, 1);
	}

	10%,
	20% {
		-webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
	}

	30%,
	50%,
	70%,
	90% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
	}

	40%,
	60%,
	80% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
	}

	100% {
		-webkit-transform: scale3d(1, 1, 1);
	}
}

@-moz-keyframes tada {
	0% {
		-moz-transform: scale3d(1, 1, 1);
	}

	10%,
	20% {
		-moz-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
	}

	30%,
	50%,
	70%,
	90% {
		-moz-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
	}

	40%,
	60%,
	80% {
		-moz-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
	}

	100% {
		-moz-transform: scale3d(1, 1, 1);
	}
}

@-ms-keyframes tada {
	0% {
		-ms-transform: scale3d(1, 1, 1);
	}

	10%,
	20% {
		-ms-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
	}

	30%,
	50%,
	70%,
	90% {
		-ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
	}

	40%,
	60%,
	80% {
		-ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
	}

	100% {
		-ms-transform: scale3d(1, 1, 1);
	}
}

@-o-keyframes tada {
	0% {
		-o-transform: scale3d(1, 1, 1);
	}

	10%,
	20% {
		-o-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
	}

	30%,
	50%,
	70%,
	90% {
		-o-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
	}

	40%,
	60%,
	80% {
		-o-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
	}

	100% {
		-o-transform: scale3d(1, 1, 1);
	}
}

@keyframes zoomInDownCs {
	0% {
		opacity: 0;
		transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
		animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
	}

	50% {
		opacity: 1;
		transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
	}
}

@-webkit-keyframes zoomInDownCs {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
	}
}

@-moz-keyframes zoomInDownCs {
	0% {
		opacity: 0;
		-moz-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
		-moz-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
	}

	60% {
		opacity: 1;
		-moz-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		-moz-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
	}
}

@-ms-keyframes zoomInDownCs {
	0% {
		opacity: 0;
		-ms-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
		-ms-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
	}

	60% {
		opacity: 1;
		-ms-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		-ms-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
	}
}

@-o-keyframes zoomInDownCs {
	0% {
		opacity: 0;
		-o-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
		-o-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
	}

	60% {
		opacity: 1;
		-o-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		-o-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
	}
}

/* herd go*/
.index-herds {
	width: 100%;
	height: 55px;
	background-color: #e6f2ff;
}

.index-herd {
	width: 1000px;
	height: 55px;
	margin: 0 auto;
	background-color: #e6f2ff;
}

.index-herd .logo {
	height: 55px;
}

.phone {
	padding-top: 20px;
}

.top-mune {
	float: left;
	padding: 22px 0 0 50px;
}

.top-mune li {
	float: left;
	padding: 0 20px;
}

.top-mune li a {
	color: #072777;
}

.top-mune i {
	float: left;
	color: #072777;
}

/* head end */
/* banner  go*/
.bannerpcs {
	width: 100%;
	min-width: 1000px;
	overflow: hidden;
	height: 696px;
	background-image: url(../img/bg1.png);
	background-position: top center;
	background-repeat: no-repeat;
}

.bannerpc {
	position: relative;
	width: 1000px;
	height: 696px;
	margin: 0 auto;
}

.bannerpc img {
	position: absolute;
}

.banner-1 {
	bottom: 102px;
	left: -254px;
	-webkit-animation: banPic 1s linear infinite alternate;
	-moz-animation: banPic 1s linear infinite alternate;
	-ms-animation: banPic 1s linear infinite alternate;
	-o-animation: banPic 1s linear infinite alternate;
	animation: banPic 1s linear infinite alternate;
}

.banner-2 {
	top: 59px;
	right: -250px;
	-webkit-animation: banPic 1.5s linear infinite alternate;
	-moz-animation: banPic 1.5s linear infinite alternate;
	-ms-animation: banPic 1.5s linear infinite alternate;
	-o-animation: banPic 1.5s linear infinite alternate;
	animation: banPic 1.5s linear infinite alternate;
}

.banner-3 {
	bottom: 0;
	right: -228px;
}

.banner-4 {
	top: 217px;
	left: 32px;

}

.bannerTitle {
	position: absolute;
	top: 158px;
	left: 152px;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	padding: 12px 40px;
	border-radius: 12px;
	background-color: #dd705d;
}

.banner-list {
	position: absolute;
	height: 138px;
	top: 422px;
	left: 53px;
}

.banner-list li {
	float: left;
	width: 138px;
	height: 138px;
	line-height: 138px;
	text-align: center;
	font-size: 26px;
	color: #fff;
	font-weight: bold;
	margin-right: 50px;
	cursor: pointer;
	background-image: url(../img/2019061908.png);
	-webkit-animation: banWave 1.5s linear infinite alternate;
	-moz-animation: banWave 1.5s linear infinite alternate;
	-ms-animation: banWave 1.5s linear infinite alternate;
	-o-animation: banWave 1.5s linear infinite alternate;
	animation: banWave 1.5s linear infinite alternate;
}

.banner-list li p {
	display: inline-block;
	vertical-align: middle;
	line-height: 30px;
}

/* banner end */
/* 主页标题栏 go */
.index-menus-box {
	height: 110px;
}

.index-menus {
	width: 100%;
	min-width: 1000px;
	height: 110px;
	background-image: url(../img/bg2.png);
	background-position: top center;
	background-repeat: no-repeat;
}

.index-menus-fixed {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index:1;
}

.index-menu {
	position: relative;
	width: 1000px;
	height: 110px;
	margin: 0 auto;
	background-image: url(../img/2019061949.png);
	background-repeat: no-repeat;
	background-position: right;
}

.index-menu li {
	float: left;
	width: 250px;
	height: 110px;
	padding-top: 15px;
	text-align: center;
	cursor: pointer;
	background-image: url(../img/2019061949.png);
	background-repeat: no-repeat;
	background-position: left;
}

.index-menu li i {
	display: block;
	width: 49px;
	height: 49px;
	margin: 0 auto;

}

.index-menu li p {
	font-size: 26px;
	color: #fff;
	font-weight: bold;
}

.index-menu li:hover p,
.index-menu li.active p {
	color: #ffd925;
}

.index-menu .index-menu-1 i {
	background-image: url(../img/2019061913.png);
}

.index-menu .index-menu-1:hover i,
.index-menu .index-menu-1.active i {
	background-image: url(../img/2019061913s.png);
}

.index-menu .index-menu-2 i {
	background-image: url(../img/2019061914.png);
}

.index-menu .index-menu-2:hover i,
.index-menu .index-menu-2.active i {
	background-image: url(../img/2019061914s.png);
}

.index-menu .index-menu-3 i {
	background-image: url(../img/2019061915.png);
}

.index-menu .index-menu-3:hover i,
.index-menu .index-menu-3.active i {
	background-image: url(../img/2019061915s.png);
}

.index-menu .index-menu-4 i {
	background-image: url(../img/2019061916.png);
}

.index-menu .index-menu-4:hover i,
.index-menu .index-menu-4.active i {
	background-image: url(../img/2019061916s.png);
}

/* 主页标题栏 end */
.index-bodys {
	width: 100%;
	min-width: 1000px;
	background-image: url(../img/bg3.png);
	background-position: top center;
	background-repeat: no-repeat;
}

.index-body {
	position: relative;
	width: 1000px;
	margin: 0 auto;
}

.index-ztitlt {
	font-size: 52px;
	color: #3687f5;
	padding-top: 20px;
	text-align: center;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: top center;
}

.index-ftitles {
	text-align: center;
	font-size: 20px;
	color: #3788f3;
	padding-top: 4px;
}

.index-ftitles .index-ftitle {
	display: inline-block;
	position: relative;
	padding: 0 60px 0 37px;
}

.index-ftitles .index-ftitle i {
	position: absolute;
	display: block;
	width: 17px;
	height: 17px;
	background-image: url(../img/2019061922.png);
}

.index-ftitles .index-ftitle i.lfi {
	left: 0;
	top: -5px
}

.index-ftitles .index-ftitle i.rfi {
	right: 0;
	bottom: -3px;
}

/* 考试流程 go*/
.index-kslc {
	padding: 35px 0 10px;
	border: 2px dashed #0053c4;
	border-radius: 0 0 10px 10px;
	border-top: none;
}

.index-kslc .index-ztitlt {
	background-image: url(../img/2019061917.png);
}

.kslc-list {
	padding: 50px 10px 40px;
}

.kslc-list-ul {
	width: 940px;
	margin: 0 auto;
	padding-bottom: 20px;
	border-bottom: 3px solid #66a4f7;
}

.kslc-list ul {
	margin-left:  10px;
	width: 980px;
}

.kslc-list li {
	position: relative;
	float: left;
	margin: 0 20px;
	text-align: center;
}

.kslc-list li i {
	position: absolute;
	left: 50%;
	margin-left: -10px;
	bottom: -31px;
	display: block;
	width: 20px;
	height: 20px;
	background-image: url(../img/2019061920.png);
}

.kslc-list li:hover i {
	background-image: url(../img/2019061920s.png);
	-webkit-animation: banWave 1.5s linear infinite alternate;
	-moz-animation: banWave 1.5s linear infinite alternate;
	-ms-animation: banWave 1.5s linear infinite alternate;
	-o-animation: banWave 1.5s linear infinite alternate;
	animation: banWave 1.5s linear infinite alternate;
}

.kslc-list .kslc-list-text {
	display: block;
	width: 68px;
	height: 89px;
	line-height: 75px;
	font-size: 18px;
	text-align: center;
}

.kslc-list .kslc-list-text a {
	color: #fff;
	display: inline-block;
	vertical-align: middle;
	line-height: 24px;
}

.kslc-list .li-red .kslc-list-text {
	background-image: url(../img/2019061919.png);
}

.kslc-list .li-blue .kslc-list-text {
	background-image: url(../img/2019061918.png);
}

/* 考试流程 end */
/* 考情早知道 go */
.index-kqzzd {
	padding-top: 50px;
}

.index-kqzzd .index-ztitlt {
	color: #fff;
	background-image: url(../img/2019061921.png);
}

.index-kqzzd .index-ftitles {
	color: #fff;
}

.kqzzd-lists {
	width: 1000px;
	height: 448px;
	margin-top: 20px;
	background-image: url(../img/2019061930.png);
}

.kqzzd-lists li {
	float: left;
	width: 33%;
	height: 224px;
	text-align: center;
}

.kqzzd-lists-title {
	float: left;
	width: 83px;
	height: 83px;
	line-height: 81px;
	color: #589beb;
	font-size: 22px;
	border-radius: 50%;
	margin-left: 8px;
	border: 1px dashed #589beb;
	background-color: #aed4ff;
}

.kqzzd-lists-title a {
	color: #da5c47;
	display: inline-block;
	vertical-align: middle;
	line-height: 24px;
}

.kqzzd-li-top img {
	float: left;
	margin-left: 60px;
}

.kqzzd-li-bot {
	width: 262px;
	padding-top: 2px;
	margin: 0 auto;
}

.kqzzd-li-bot p {
	height: 40px;
	line-height: 38px;
	border: 1px dashed #0053c4;
	background-color: #fff;
	border-radius: 20px;
	font-size: 18px;
	margin: 10px 0;
}

.kqzzd-li-bot p:hover {
	border: 1px dashed #fff;
	background-color: #d26654;
}

.kqzzd-li-bot p a {
	color: #d26654;
}

.kqzzd-li-bot p:hover a {
	color: #fff;
}

/* 考情早知道 end */
/* 课程新体系 go */
.index-kcxtx {
	width: 100%;
	margin-top: 30px;
	border-radius: 15px;
	padding-top: 43px;
	background-color: #fff;
	background-image: url(../img/2019061945.png);
	background-repeat: no-repeat;
	background-position: top center;
	-moz-box-shadow: 0 15px 30px rgba(97, 161, 254, 0.1);
	box-shadow: 0 15px 30px rgba(97, 161, 254, 0.1);
}

.index-kcxtx .index-ztitlt {
	background-image: url(../img/2019061931.png);
}

.kqzzd-tabts {
	position: relative;
	padding: 35px 0 0 235px;
}

.kqzzd-tabts .kqzzd-title {
	position: absolute;
	top: 30px;
	left: 70px;
}

.kqzzd-title {
	height: 50px;
	line-height: 65px;
	color: #333333;
	font-size: 20px;
	padding-left: 70px;
	background-image: url(../img/2019061932.png);
	background-repeat: no-repeat;
	background-position: left;
}

.kqzzd-tabt li {
	float: left;
	height: 46px;
	line-height: 46px;
	background-color: #a2c7ff;
	margin: 5px 16px;
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	padding: 0 20px;
	color: #fff;
	border-radius: 10px;
	cursor: pointer;
	background: -webkit-linear-gradient(top, #dfe7fe, #6cacff);
	background: -o-linear-gradient(bottom, #dfe7fe, #6cacff);
	background: -moz-linear-gradient(bottom, #dfe7fe, #6cacff);
	background: linear-gradient(to bottom, #dfe7fe, #6cacff);
}

.kqzzd-tabt li.active,
.kqzzd-tabt li:hover {
	color: #d36c65;
}

.kqzzd-tabcon {
	display: none;
	padding-bottom: 1px;
}

.kqzzd-ztkc {
	padding: 15px 0 0 58px;
}

.kqzzd-ztkc-img {
	position: relative;
	float: left;
	width: 380px;
	height: 460px;
}

.kqzzd-ztkc-img p {
	position: absolute;
	width: 100%;
	bottom: 25px;
	height: 70px;
	line-height: 70px;
	font-size: 18px;
	color: #333;
	text-align: center;
	background-color: #fff;
}

.kqzzd-ztkc-rf {
	float: left;
	width: 450px;
}

.kqzzd-ztkc-rf .kqzzd-title {
	font-weight: bold;
}

.kqzzd-ztkc-txt {
	height: 245px;
	margin: 20px 0 0 5px;
	border-radius: 10px;
	font-size: 18px;
	padding: 15px;
	line-height: 30px;
	border: 2px dashed #d26654;
}

.kqzzd-ztkc-btns {
	padding-top: 43px;
}

.kqzzd-ztkc-btns a {
	display: block;
	height: 70px;
	line-height: 70px;
	color: #fff;
	font-size: 26px;
	padding: 0 40px;
	border-radius: 12px;
	background-color: #d26654;
}

.kqzzd-ztkc-btns a:last-child {
	background-color: #73b091;
}

.kcxtx-hot {
	width: 922px;
	height: 155px;
	padding: 27px 0 20px;
	margin: 0 auto 20px;
	background-image: url(../img/2019061938.png);
}

.kcxtx-hot-lf {
	position: relative;
	width: 334px;
	height: 100%;
	float: left;
	padding-left: 50px;
	color: #ff6b6b;
	text-align: center;
	border-right: 2px dashed #c7a8df;
}

.kcxtx-hot-lf img {
	position: absolute;
	left: -4px;
	top: -23px;
	-webkit-animation: banPic 1.5s linear infinite alternate;
	-moz-animation: banPic 1.5s linear infinite alternate;
	-ms-animation: banPic 1.5s linear infinite alternate;
	-o-animation: banPic 1.5s linear infinite alternate;
	animation: banPic 1.5s linear infinite alternate;
}

.kcxtx-hot-lf h3 {
	font-size: 50px;
	padding-top: 7px;
}

.kcxtx-hot-lf p {
	font-size: 18px;
}

.kcxtx-hot-rf {
	position: relative;
	float: left;
	height: 100%;
	width: 550px;
	padding-left: 45px;
}

.kcxtx-hot-list {
	width: 390px;
	font-size: 20px;
	color: #333;
	line-height: 45px;
}

.kcxtx-hot-list li b {
	padding-left: 10px;
}

.kcxtx-hot-btn {
	position: absolute;
	top: 19px;
	right: 24px;
	width: 73px;
	height: 73px;
	border-radius: 10px;
	background-color: #ffee32;
	-moz-box-shadow: 0 15px 30px rgba(97, 161, 254, 0.1);
	box-shadow: 0 15px 30px rgba(97, 161, 254, 0.1);
	-webkit-animation: tada 1s infinite both;
	-moz-animation: tada 1s infinite both;
	-ms-animation: tada 1s infinite both;
	-o-animation: tada 1s infinite both;
	animation: tada 1s infinite both;
}

.kcxtx-hot-btn a {
	display: block;
	width: 100%;
	height: 100%;
	font-size: 20px;
	font-weight: bold;
	padding: 10px;
	text-align: center;
	color: #ff4234;
}

.kcxtx-line {
	width: 886px;
	height: 1px;
	margin: 0 auto;

}

.kcxtx-xl-list {
	width: 100%;
	padding: 30px 0 0;
	background-image: url(../img/2019061948.png);
	background-repeat: no-repeat;
	background-position: top center;
	overflow: hidden;
	margin-bottom: 40px;
}

.kcxtx-xl-list-title {
	position: relative;
	height: 52px;
	padding-left: 118px;
	line-height: 52px;
	font-size: 22px;
}

.kcxtx-xl-list-title img {
	position: absolute;
	top: 0;
	left: 0;
}

.kcxtx-xl-list-title i {
	position: absolute;
	top: 10px;
	right: 78px;
	display: block;
	width: 38px;
	height: 38px;
	cursor: pointer;
	background-image: url(../img/2019061941.png);
}

.kcxtx-xl-list-title i.zg_less {
	background-image: url(../img/2019061941.png);
}

.kcxtx-xl-list-title i.zg_more {
	background-image: url(../img/2019061942.png);
}

.kcxtx-xl-list-boxs {
	padding: 30px 42px 20px;
}

.kcxtx-xl-list-boxs .kcxtx-xl-list-box {
	float: left;
	width: 437px;
	height: 175px;
	border: 2px solid #73b091;
	border-radius: 10px;
	margin: 0 6px;
}

.kcxtx-xl-list-boxs .kcxtx-xl-list-box:first-child {
	border: 2px solid #d26654;
}

.kcxtx-xl-list-box .xl-list-box-t {
	height: 38px;
	text-align: center;
}

.kcxtx-xl-list-box .xl-list-box-t h4 {
	position: relative;
	display: inline-block;
	font-size: 20px;
	color: #fff;
	height: 38px;
	line-height: 38px;
	padding: 0 35px;
	background-color: #73b091;
}

.kcxtx-xl-list-box:first-child h4 {
	background-color: #d26654;
}

.kcxtx-xl-list-box .xl-list-box-t h4 i {
	position: absolute;
	top: 5px;
	display: block;
	width: 21px;
	height: 25px;
	background-image: url(../img/2019061943.png);
}

.kcxtx-xl-list-box .xl-list-box-t h4 i.ilf {
	left: 10px;
}

.kcxtx-xl-list-box .xl-list-box-t h4 i.irf {
	right: 10px;
}

.xl-list-ul-l {
	padding-top: 10px;
}

.xl-list-ul-l li {
	position: relative;
	float: left;
	width: 108px;
	height: 118px;
	font-size: 18px;
	padding-top: 13px;
	text-align: center;
	background-image: url(../img/2019062001.png);
	background-repeat: no-repeat;
	background-position: left;
}

.xl-list-ul-l li:first-child {
	background: none;
}

.xl-list-ul-l li p {
	color: #d26654;
	padding-top: 2px;
}

.xl-list-ul-l li i {
	top: 5px;
	left: 60px;
	position: absolute;
	display: block;
	width: 22px;
	height: 22px;
	color: #fff;
	border-radius: 50%;
	background-color: #d26654;
	text-align: center;
	line-height: 22px;
}

.xl-list-ul-r {
	text-align: center;
	padding: 10px;
}

.xl-list-ul-r li {
	line-height: 38px;
	font-size: 18px;
}

.xl-list-ul-r li i {
	display: inline-block;
	height: 22px;
	width: 22px;
	color: #fff;
	border-radius: 50%;
	background-color: #73b091;
	text-align: center;
	line-height: 22px;
	margin-right: 10px;
}

.xl-list-ul-r li span {
	color: #73b091;
}

.kcxtx-xl-list-table {
	width: 886px;
	margin: 30px auto 0;
}

.kcxtx-xl-list-table {
	border-left: 1px solid #862224;
	border-top: 1px solid #862224;
}

td,
th {
	text-align: center;
	vertical-align: middle;
	word-wrap: break-word;
	padding: 40px 0;
	border-right: 1px solid #862224;
	border-bottom: 1px solid #862224;
}

.tabTableTitle {
	height: 60px;
	background-color: #e6b47e;
}

.kcxtx-xl-list-table a {
	display: inline-block;
	color: #fff;
	height: 50px;
	line-height: 50px;
	padding: 0 8px;
	border-radius: 10px;
	background-color: #be403f;
}

/* 课程新体系 end */
/* 为什么选择我们 go */
.choose-us {
	width: 100%;
	min-height: 300px;
	margin-top: 30px;
	border-radius: 15px;
	padding: 43px 0;
	background-color: #fff;
	background-image: url(../img/2019061936.png);
	background-repeat: no-repeat;
	background-position: bottom center;
	-moz-box-shadow: 0 15px 30px rgba(97, 161, 254, 0.1);
	box-shadow: 0 15px 30px rgba(97, 161, 254, 0.1);
}

.choose-us .index-ztitlt {
	background-image: url(../img/2019061933.png);
}

.choose-us .index-ftitle {
	color: #333;
}

.choose-us-banner {
	position: relative;
	width: 850px;
	height: 600px;
	margin: 35px auto 0;
}

.choose-us-list-bg {
	position: absolute;
	top: 25px;
	left: 125px;
	width: 555px;
	height: 500px;
	background-image: url(../img/2019061935.png);
}

.choose-us-swiper {
	position: absolute;
	top: 38px;
	right: 4px;
	width: 344px;
	height: 344px;
	border-radius: 50%;
	overflow: hidden;
}

#choose-us-swiper {
	height: 344px;
}

.choose-us-list-bg li {
	position: absolute;
}

.choose-us-list-bg li i {
	position: absolute;
	display: block;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background-color: #5ea6ff;
	-webkit-animation: banWave2 1.5s linear infinite alternate;
	-moz-animation: banWave2 1.5s linear infinite alternate;
	-ms-animation: banWave2 1.5s linear infinite alternate;
	-o-animation: banWave2 1.5s linear infinite alternate;
	animation: banWave2 1.5s linear infinite alternate;
}

.choose-us-list-bg h4 {
	font-size: 26px;
	color: #333;
}

.choose-us-txt {
	font-size: 18px;
	color: #333;
	line-height: 26px;
	padding-left: 15px;
	background-image: url(../img/2019061934.png);
	background-repeat: no-repeat;
	background-position: left;
}

.choose-us-list-bg li.choose-us-1 {
	top: -20px;
	left: -50px;
}

.choose-us-list-bg li.choose-us-1 i {
	top: 46px;
	right: -152px;
}

.choose-us-list-bg li.choose-us-2 {
	top: 110px;
	left: -110px;
}

.choose-us-list-bg li.choose-us-2 i {
	top: 40px;
	right: -249px;
}

.choose-us-list-bg li.choose-us-3 {
	top: 231px;
	left: -100px;
}

.choose-us-list-bg li.choose-us-3 i {
	top: 42px;
	right: -245px;
}

.choose-us-list-bg li.choose-us-4 {
	top: 367px;
	left: -20px;
}

.choose-us-list-bg li.choose-us-4 i {
	top: -23px;
	right: -252px;
}

.choose-us-list-bg li.choose-us-5 {
	top: 478px;
	left: 94px;
}

.choose-us-list-bg li.choose-us-5 i {
	top: -111px;
	right: 1px;
}

/* 为什么选择我们 end */
/* 更多问题咨询 */
.more-questions {
	position: relative;
	width: 100%;
	height: 120px;
	border-radius: 60px;
	margin: 38px auto 0;
	text-align: center;
	padding: 0 130px 0 160px;
	background-color: #e6b47e;
}

.more-questions img {
	width: 100px;
	height: 100px;
	position: absolute;
	top: 50%;
	margin-top: -50px;
	left: 60px;
}

.more-questions-btn {
	position: absolute;
	top: 25px;
	right: 50px;
	width: 73px;
	height: 73px;
	border-radius: 10px;
	background-color: #d75150;
	-moz-box-shadow: 0 15px 30px rgba(97, 161, 254, 0.1);
	box-shadow: 0 15px 30px rgba(97, 161, 254, 0.1);
	-webkit-animation: tada 1s infinite both;
	-moz-animation: tada 1s infinite both;
	-ms-animation: tada 1s infinite both;
	-o-animation: tada 1s infinite both;
	animation: tada 1s infinite both;
}

.more-questions-btn a {
	display: block;
	width: 100%;
	height: 100%;
	font-size: 20px;
	font-weight: bold;
	padding: 10px;
	text-align: center;
	color: #fff;
}

.more-questions-list {
	height: 44px;
	overflow: hidden;
}

.more-questions-list li {
	display: inline-block;
	height: 44px;
	line-height: 44px;
	font-weight: bold;
	padding: 0 18px;
	font-size: 18px;
	border-radius: 10px;
	margin: 0 2px;
	background-color: #fff;
}

.more-questions-list li a {
	color: #d26654;
}

.more-questions h3 {
	padding: 6px 0 10px;
	font-size: 24px;
	color: #d75150;
}

.more-questions h3 b {
	font-size: 32px;
	font-weight: bold;
}

/* 联系我们 go */
.contact-us {
	width: 100%;
	overflow: hidden;
	min-height: 200px;
	padding: 25px 0 100px;
}

.contact-us-ts {
	text-align: center;
}

.contact-us-t {
	position: relative;
	display: inline-block;
	padding: 0 80px;
}

.contact-us-t b {
	font-size: 60px;
	color: #dd705d;
	font-weight: bold;
}

.contact-us-t i {
	position: absolute;
	top: 24px;
	display: block;
	width: 47px;
	height: 39px;
	background-image: url(../img/2019061947.png);
}

.contact-us-t i.contact-us-lti {
	left: 0;
}

.contact-us-t i.contact-us-rti {
	right: 0;
}

.contact-us-ewm {
	width: 1040px;
	margin: 0 auto;
	padding-top: 20px;
}

.contact-us-ewm li {
	position: relative;
	float: left;
	width: 220px;
	height: 310px;
	margin: 20px;
	padding: 32px 20px 0;
	border-radius: 10px;
	text-align: center;
	background-color: #fff;
}

.contact-us-ewm li img {
	width: 160px;
	height: 160px;
}

.contact-us-ewm li p {
	margin-top: 25px;
	padding-top: 8px;
	border-top: 1px dashed #be403f;
}

.contact-us-ewm li p a {
	display: inline-block;
	height: 35px;
	line-height: 35px;
	color: #fff;
	font-size: 16px;
	padding: 0 30px;
	border-radius: 10px;
	margin-top: 8px;
	background-color: #d26654;
}

.contact-us-ewm li i {
	position: absolute;
	top: -10px;
	/* right: -6px; */
	right: 0;
	display: block;
	width: 22px;
	height: 22px;
	color: #fff;
	border-radius: 50%;
	background-color: #d26654;
	text-align: center;
	line-height: 22px;
}

/* 联系我们 end */
/* foot */
.foot {
	width: 100%;
	min-width: 1000px;
	height: 150px;
	text-align: center;
	color: #999999;
	font-size: 14px;
	line-height: 26px;
	padding-top: 35px;
	background-color: #333;
}

.foot a {
	display: inline-block;
	background: none;
	text-decoration: none;
	height: 26px;
	line-height: 26px;
	color: #999;
}

/* 固定区域 */
.lf-fix-m {
	display: none;
	position: fixed;
	left: 0;
	top: 200px;
	width: 80px;
	font-size: 26px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	padding: 30px 22px;
	border-radius: 0 10px 10px 0;
	background-color: #dd705d;
	cursor: pointer;
	z-index: 999999;
}

.lf-fix-m img {
	position: absolute;
	width: 12px;
	height: 25px;
	top: 50%;
	right: -12px;
	margin-top: -12.5px;
}

.lf-fix-b {
	position: fixed;
	top: 200px;
	left: 20px;
	width: 138px;
	padding: 25px 10px 30px;
	background-color: #fff;
	border-radius: 15px;
	border: 1px dashed #dd705d;
	z-index: 999999;
}

.lf-fix-b img.tou {
	position: absolute;
	top: -16px;
	width: 37px;
	height: 37px;
	left: 50%;
	margin-left: -17.5px;
}

.lf-fix-b i.this-colse {
	position: absolute;
	top: 13px;
	right: 15px;
	display: block;
	width: 21px;
	height: 21px;
	cursor: pointer;
	background-image: url(../img/2019061906.png);
}

.lf-fix-b a.lf-fix-b-a {
	display: block;
	text-align: center;
	line-height: 45px;
	font-size: 20px;
	color: #333;
	background-image: url(../img/2019062004.png);
	background-repeat: no-repeat;
	background-position: bottom;
}

.lf-fix-b a.lf-fix-b-a:hover {
	color: #dd705d;
}

.lf-fix-b p {
	padding-top: 15px;
	text-align: center;
}

.lf-fix-b .zxzx {
	width: 156px;
	height: 35px;
	margin-top: 10px;
	padding-top: 7px;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	margin-left: -20px;
	background-image: url(../img/2019061905.png);
}

.lf-fix-b .zxzx a {
	color: #fff;
}

.rf-fix-zx {
	position: fixed;
	top: 200px;
	right: 0;
	width: 138px;
	text-align: center;
	padding: 25px 5px 20px;
	background-color: #fff;
	border-radius: 15px;
	border: 1px dashed #dd705d;
	z-index: 999999;
}

.rf-fix-zx i.this-colse {
	position: absolute;
	top: 7px;
	right: 9px;
	display: block;
	width: 17px;
	height: 17px;
	cursor: pointer;
	background-image: url(../img/2019061907.png);
}

.rf-fix-zx h4 {
	font-size: 18px;
	color: #d26654;
	font-weight: 100;
	padding-top: 4px;
}

.rf-fix-zx img {
	display: block;
	margin: 10px auto;
}

.rf-fix-zx a {
	display: block;
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	color: #fff;
	height: 27px;
	line-height: 27px;
	background-color: #dd705d;
}

.rf-fix-mzx {
	display: none;
	position: fixed;
	bottom: 0;
	right: 10px;
	width: 240px;
	border-radius: 15px;
	text-align: center;
	padding-bottom: 15px;
	background-color: #fff;
	-moz-box-shadow: 0 15px 30px rgba(97, 161, 254, 0.1);
	box-shadow: 0 15px 30px rgba(97, 161, 254, 0.1);
	z-index: 999999;
}

.rf-fix-mzx h3 {
	height: 42px;
	line-height: 42px;
	font-weight: 100;
	text-align: center;
	color: #fff;
	border-radius: 15px 15px 0 0;
	background-color: #dd705d;
}

.rf-fix-mzx ul {
	text-align: left;
	padding: 20px 0 10px 30px;
}

.rf-fix-mzx ul li {
	line-height: 26px;
	font-size: 12px;
}

.rf-fix-mzx a {
	display: inline-block;
	height: 38px;
	line-height: 38px;
	padding: 0 37px;
	color: #fff;
	border-radius: 10px;
	background-color: #dd705d;
}

.rf-fix-mzx i.this-colse {
	position: absolute;
	top: -7px;
	right: -7px;
	display: block;
	width: 21px;
	height: 21px;
	cursor: pointer;
	background-image: url(../img/2019061906.png);
	transition: transform 0.5s;
	-moz-transition: -moz-transform 0.5s;
	-webkit-transition: -webkit-transform 0.5s;
	-o-transition: -o-transform 0.5s;
}

.rf-fix-mzx i:hover {
	transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-o-transform: rotate(90deg);
}

.cen-fix {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	width: 950px;
	height: 530px;
	border-radius: 10px;
	overflow: hidden;
	background-color: #cbe2ff;
	z-index: 2;
}

.cen-fix .this-tip {
	position: absolute;
	top: 0;
	left: 15px;
	width: 47px;
	color: #fff;
	font-size: 20px;
	line-height: 20px;
	text-align: center;
	padding: 10px 10px 15px;
	border-radius: 0 0 25px 25px;
	background-color: #cb6b55;
}

.cen-fix .cen-fix-zts {
	font-size: 46px;
	text-align: center;
	color: #dd705d;
	margin-top: 65px;
}

.cen-fix .cen-fix-ft {
	font-size: 46px;
	text-align: center;
	color: #dd705d;
}

.cen-fix .this-colse {
	position: absolute;
	top: 48px;
	right: 32px;
	width: 61px;
	height: 61px;
	transition: transform 0.5s;
	-moz-transition: -moz-transform 0.5s;
	-webkit-transition: -webkit-transform 0.5s;
	-o-transition: -o-transform 0.5s;
}

.cen-fix .this-colse:hover {
	transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-o-transform: rotate(90deg);
}

.cen-fix-list {
	/* width: 492px;
	padding-left: 28px; */
	padding: 36px 0 0 30px;
}

.cen-fix-list li {
	float: left;
	position: relative;
	width: 147px;
	height: 204px;
	margin: 0 32px;
}

.cen-fix-list img {
	width: 147px;
	height: 149px;
	left: 0;
	top: 0;
	position: absolute;
	transition: transform 0.5s;
	-moz-transition: -moz-transform 0.5s;
	-webkit-transition: -webkit-transform 0.5s;
	-o-transition: -o-transform 0.5s;
}

.cen-fix-list li:hover img {
	ransform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-o-transform: rotate(90deg);
}

.cs_text {
	position: absolute;
	left: 8px;
	top: 8px;
	padding-top: 35px;
	height: 129px;
	width: 129px;
	font-size: 22px;
	color: #fff;
	text-align: center;
	letter-spacing: 1px;
	background: url(../img/2019062403.png) center 0 no-repeat;
}

.cs_text span {
	display: block;
	/* font-weight: bold; */
	font-size: 26px;
	line-height: 30px;
}

.cs_btn {
	position: absolute;
	bottom: 0;
	width: 150px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 20px;
	background-color: #dd705d;
	margin: 0 auto;
}

.cs_btn a {
	color: #fff;
}

.csAnimateIn {
	animation: zoomInDownCs 1s 0s linear both;
	-webkit-animation: zoomInDownCs 1s 0s linear both;
	-moz-animation: zoomInDownCs 1s 0s linear both;
	-ms-animation: zoomInDownCs 1s 0s linear both;
	-o-animation: zoomInDownCs 1s 0s linear both;
}
