.warp{margin:0 auto}.flex{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.select{position:relative;cursor:pointer;background-color:#fff}.select .list{position:absolute;top:-228px;left:-32px;width:203px;max-height:228px;background-color:#fafafa;color:#333;overflow:auto;display:none}.select .option{padding-left:15px;height:48px;line-height:48px}.head-box{-webkit-box-pack:center;-ms-flex-pack:center; margin-bottom: 20px; justify-content:center;position:relative;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:11}
.head-box .head-h2{background-color:#0b4d48;border:3px solid #c5f791;height:72px;line-height:72px}.head-box span{font-size:42px;color:#fff;height:100%;display:inline-block;padding:0 26px}.head-box span:nth-child(2){border-left:3px solid #c5f791}.head-box span.active{background-color:#0c6a5f;color:#f6ff00}
.box1{width:100%;height:815px; background:url(../images/banner.jpg) center no-repeat}.box2{width:100%;height:580px;overflow:hidden;background-image:-webkit-gradient(linear,left top,left bottom,from(#63ccc1),to(#fff));background-image:linear-gradient(#63ccc1,#fff)}.box2 .title{margin:0 auto;display:block;padding-top:10px}.box2 .box2-stitle{display:-webkit-box;display:-ms-flexbox;display:flex;height:20px;font-size:20px;line-height:22px;color:#000;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:20px auto 30px}.box2 .box2-stitle p{margin:0 5px 0 10px}.box2 .video-box{width:763px;height:445px;margin:50px auto 0;padding:18px;background-color:#fff;-webkit-box-shadow:0 3px 16px 0 rgba(0,0,0,.24);box-shadow:0 3px 16px 0 rgba(0,0,0,.24)}.box2 .video-box .player{width:763px;height:445px;background-color:#33353c;border:solid 18px #33353c}.box3{position:relative;height：680px;background:url(../images/bg3.jpg) no-repeat center;padding-top:49px;-webkit-box-sizing:border-box;box-sizing:border-box}
.box3:after{position:absolute;content:'';width:100%;height:520px;background:url(../images/bottom_bg.png) no-repeat center;left:0;bottom:-76px;z-index:10}
.box3 .box3-container{
  margin-top:29px;-o-border-image:linear-gradient(to bottom,#13ab98,rgba(255,255,255,.4)) 1 30;border-image:-webkit-gradient(linear,left top,left bottom,from(#13ab98),to(rgba(255,255,255,.4))) 1 30;border-image:linear-gradient(to bottom,#13ab98,rgba(255,255,255,.4)) 1 30;width:1077px;height:525px;border-bottom:none;position:relative}

.box6{padding-top:12px;-webkit-box-sizing:border-box;box-sizing:border-box;height:531px;background-image:-webkit-gradient(linear,left top,left bottom,from(#fff),to(#bef3ec));background-image:linear-gradient(#fff,#bef3ec)}.box6 .box6-container{width:1080px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding-top:31px}.box6-item{width:341px;height:359px;border-radius:10px;overflow:hidden}.box6-item:nth-child(1){background:url(../images/box6_img1.jpg) no-repeat center}.box6-item:nth-child(2){background:url(../images/box6_img2.jpg) no-repeat center}.box6-item:nth-child(3){width:330px;background:url(../images/box6_img3.jpg) no-repeat center}.box6-item:nth-child(3) .box6-list{padding-left:12px}.box6-item:nth-child(3) .box6-list .box6-li{padding-left:32px;font-size:17px}.box6-item .box6-h2{font-weight:700;font-size:42px;color:#fff;text-align:center;height:160px;line-height:160px}.box6-item .box6-list{padding-top:37px;padding-left:20px}.box6-item .box6-list .box6-li{height:34px;line-height:34px;margin-top:10px;font-size:18px;color:#000;padding-left:34px;background:url(../images/icon_box6_bii.png) no-repeat left center}.box7{height:797px;background:url(../images/box7_bg.jpg) no-repeat center;padding-top:40px;-webkit-box-sizing:border-box;box-sizing:border-box;position:relative}.box7:after{position:absolute;content:'';width:100%;height:383px;background:url(../images/bottom_bg8.png) no-repeat center;left:0;bottom:-86px;z-index:10}.box7 .box7-container{width:1080px;height:547px;overflow:auto;background-color:#fff;border-radius:10px;margin-top:33px}
.course-tab {
  height: 45px;
  margin-top: 20px;
  line-height: 45px;
  background: linear-gradient(90deg, #f85c11, #ffa922);
}
.course-tab li{
  float: left;
  padding: 0 38px;
  text-align: center;
  font-weight: 400;
  color: #fff;
  font-size: 18px;
}
.course-tab .active {
  color: #f85c11;
  background-color: #fff;
  -webkit-box-shadow: 2px 0 4px 0 rgba(0,0,0,.2);
  box-shadow: 2px 0 4px 0 rgba(0,0,0,.2);
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  cursor: pointer;
}
.course-item{
  display: none;
}
.show{
  display: block;
  transition: all 1s ease-in-out;
}

.table-course {
  width: 100%;
  color: #333;
  border: 1px solid #fff;
  border-collapse: collapse;
  background-color: #fff;
}
.table-course tr:first-child {
    background-color: #fff;
    font-size: 18px;
}
.table-course tr:nth-child(even) {
    background-color: #fffbf8;
}
.table-course tr:first-child th {
    padding: 10px;
    font-weight: 400;
    text-align: center;
    color: #333;
}
.table-course tr td {
    padding: 10px;
    font-size: 14px;
    text-align: center;
    border: 1px solid #fdeee0;
}
.table-course tr td a {
    display: inline-block;
    padding: 2px 10px;
    background-color: #f2831f;
    text-align: center;
    color: #fff;
    font-size: 14px;
    border-radius: .25rem;
}
.table-course tr td:first-child {
    color: #f2831f;
}




.table-body{width:100%;height:508px;overflow-y:scroll;position:relative;z-index:11}.table-body table,.table-head table{width:100%}
/* 优质教学团队 助力莘莘学子追梦 */
.team {
  width: 100%;
  height: 670px;
  background: url("../images/jxtd_bg.jpg") center no-repeat;
}
.team-desc {
  position: relative;
  display: flex;
  justify-content: center;
  height: 30px;
  padding-top: 16px;
  color: #fffc00;
  font-weight: bold;
  font-size: 20px;
  justify-content: flex-end;
  margin-right: 160px;
  padding-top: 55px;
}
.team-desc p {
  position: absolute;
  z-index: 10;
  padding-left: 2px;
}
.team-desc::after {
  position: absolute;
  bottom: 0;
  width: 624px;
  height: 5px;
  background-color: rgba(105, 43, 166, 0.45);
  border-radius: 3px;
  content: "";
}
.team-swiper {
  position: relative;
  z-index: 11 !important;
  width: 1141px;
  height: 469px;
  margin-top: -55px;
}
.team-swiper .bg-white {
  position: absolute;
  top: 80px;
  left: 60px;
  width: 1081px;
  height: 389px;
  background-color: #fff;
  border-radius: 30px;
}
.team-swiper-slide-img {
  float: left;
}
.team-swiper-slide-desc {
  float: left;
  margin: 140px 0 0 40px;
}
.team-swiper-slide-desc h3 {
  font-size: 32px;
}
.team-swiper-slide-desc p {
  font-size: 16px;
  line-height: 30px;
}
.team-swiper-slide-desc p::before {
  display: inline-block;
  width: 19px;
  height: 16px;
  margin-right: 6px;
  background: url("../images/jxtd_hook.png") no-repeat;
  content: "";
}
.team-swiper-slide-logo {
  position: absolute;
  top: 110px;
  right: 57px;
}
.team-swiper-pagination {
  bottom: 27px !important;
  z-index: 10;
  height: 100px !important;
  padding-left: 95px;
  text-align: left !important;
}
.team-swiper-pagination .swiper-pagination-bullet {
  width: 93px;
  height: 100px;
  margin: 0 38px 0 0 !important;
  border-radius: 0;
}
.team-swiper-pagination .swiper-pagination-bullet:nth-child(1) {
  background: #fff url("../images/icon_hm.png") center bottom no-repeat;
}
.team-swiper-pagination .swiper-pagination-bullet:nth-child(2) {
  background: #fff url("../images/icon_rw.png") center bottom no-repeat;
}
.team-swiper-pagination .swiper-pagination-bullet:nth-child(3) {
  background: #fff url("../images/icon_smc.png") center bottom no-repeat;
}
.team-swiper-pagination .swiper-pagination-bullet:nth-child(4) {
  background: #fff url("../images/icon_c.png") center bottom no-repeat;
}
.team-swiper-pagination .swiper-pagination-bullet:nth-child(5) {
  background: #fff url("../images/icon_l.png") center bottom no-repeat;
}
.team-swiper-pagination .swiper-pagination-bullet:nth-child(6) {
  background: #fff url("../images/icon_z.png") center bottom no-repeat;
}
.team-swiper-pagination .swiper-pagination-bullet:nth-child(7) {
  background: #fff url("../images/icon_w.png") center bottom no-repeat;
}
.team-swiper-pagination .swiper-pagination-bullet:nth-child(8) {
  background: #fff url("../images/icon_h.png") center bottom no-repeat;
}

.box10 img{
  width: 100%;
  display: block;
}

.box11 img{
  width: 100%;
  display: block;
}

.box12 img{
  width: 100%;
  display: block;
}

.box13 img{
  width: 100%;
  display: block;
}

.zzfw img{
  width: 100%;
  display: block;
}

.box14 img{display:block}.box14 .choose_btn{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-bottom:20px;margin-top:42px}
.box14 .choose_btn_list{width:310px;height:54px;background-color:#179283;border-radius:5px;font-size:24px;line-height:54px;text-align:center;color:#fff;cursor:pointer}
.box14 .choose_btn_list:first-child{margin-right:70px}
.box14 .choose_address{font-size:16px;text-align:center;margin-bottom:66px}

/*# sourceMappingURL=map/index.css.map */
/*reset*/
*{
	margin: 0;
	padding: 0;
	outline: none;
}
html, body{
	font-family: "Microsoft YaHei", Arial, SimSun, SimHei, sans-serif;
	font-size: 12px;
	color: #333;
	background: #fff;
	margin-top: 40px;
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
	border: none;
} 
ul li, ol li {
	list-style: none;
}
li:focus, a:focus, input:focus {
	outline: none;
}
a {
	color: #333;
	text-decoration: none;
	cursor: pointer;
	blr:expression(this.onFocus=this.blur());
}
input[type="button"], input[type="submit"], input[type="reset"], button {
	cursor: pointer;
}
/*webkit 内核选择关键字背景变黄*/
input:-webkit-autofill{
	-webkit-box-shadow: 0 0 0 1000px #fff inset;
}
/*placeholder改变颜色*/
