.flex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
img{
	max-width: 100%;
}
.title_main{
	text-align: center;
	padding-top: 72px;
	padding-bottom: 62px;
}
.title_main strong{
	font-size: 36px;
	line-height: 72px;
}
.title_main p{
	font-size: 30px;
	font-weight: normal;
}
.btn{
	margin-top: 76px;
	width: 100%;
	text-align: center;
}
.btn a{
	display: inline-block;
	width: 340px;
	height: 60px;
	line-height: 60px;
	background-color: #1886d1;
	color: #fff;
	font-size: 30px;
	color: #fff;
	border-radius: 60px;
}
/*课程*/
.kcts {
  padding: 30px 0;
  background: #fff2df;
  justify-content: center;
  align-items: center;
	width: 100%;
}
.kcts li:nth-child(odd) {
  width: 100px;
  height: 60px;
  padding: 10px 0;
  border-radius: 10px;
  background: #fff;
  color: #ababab;
  font-size: 24px;
  text-align: center;
}
.kcts li:first-child {
  background: #f97e16;
  color: #fff;
}
.kcts li:nth-child(even) {
  width: 45px;
  text-align: center;
  color: #f97e16;
  font-size: 40px;
  font-weight: bold;
}
.kc {
  height: 300px;
  position: relative;
  margin-top: 20px;
	width: 1200px;
}
.kclist {
  width: 940px;
  height: 260px;
  padding: 20px 0;
  background: #e4e4e4;
  border-radius: 10px;
  position: absolute;
  right: 0;
  z-index: 1;
  
}
.kclist.swiper-container{
	position: absolute;
}
.kclist .swiper-slide {
  width: 940px;
  height: 260px;
  justify-content: space-around;
  align-items: center;
}
.kclist p {
  width: 360px;
  line-height: 1.8em;
}
.kclist-pagination {
  left: 0;
  top: 0;
}
/* .kclist-pagination::after {
  width: 20px;
  height: 20px;
  content: '';
  background: #e4e4e4;
  transform: rotate(45deg);
  position: absolute;
  left: 330px;
  top: 30px;
  z-index: -1;
} */
.kclist-pagination .swiper-pagination-bullet {
  display: block;
  width: 236px;
  height: 50px;
  line-height: 50px;
  border-radius: 50px;
  background: #efefef;
  opacity: 1;
  margin-bottom: 10px;
}
.kclist-pagination .swiper-pagination-bullet-active {
  background: #1886d1;
  color: #fff;
}
/*实训营*/
.hj {
  justify-content: space-around;
}
.hj li {width: 374px;text-align: center;}
.hj li p {line-height: 60px;}
/*升学方案*/
.xl li {
  width: 390px;
  border-radius: 8px;
  box-shadow: 0 0 5px #999;
  overflow: hidden;
  text-align: center;
  padding-bottom: 20px;
}
.xl li:hover {background: #f6f6f6;}
.xl li p {
  
  margin: 20px;
  font-size: 20px;
  line-height: 1.5em;
}
.xl li p strong {font-size: 26px;}
.xl li button {
  display: block;
  width: 280px;
  height: 50px;
  border-radius: 50px;
  background: #1886d1;
  color: #fff;
  font-size: 18px;
  margin: 0 auto;
  border: none;
	cursor: pointer;
}
.xl{
	padding-bottom: 10px;
}