.tabCon {
  height: 80px;
  line-height: 80px;
  background: #FFFFFF;
  box-shadow: 0px 0px 6px 1px rgba(51, 51, 51, 0.4);
}


.tabCon .w>* {
  float: left;
}

.tabCon ul {
  margin-left: 48px;
}

.tabCon li {
  text-align: center;
  float: left;
  padding: 0 12px;
  line-height: 76px;
  font-weight: bold;
  font-size: 16px;
  cursor: pointer;
  position: relative;
}

.tabCon li+li {
  margin-left: 30px;
}

.tabCon li.active,
.tabCon li:hover {
  color: #2C7DF2;
  border-bottom: 2px solid #2C7DF2;
}

.tabCon li:hover .list {
  display: block;
}

.tabCon li.active p,
.tabCon li:hover p {
  color: #333333;
}

.tabCon ul .list {
  position: absolute;
  top: 72px;
  left: 0px;
  z-index: 100;
  padding: 10px 0;

  display: none;
}

.tabCon ul .list>div {
  width: 90px;
  height: 80px;
  background: #FFFFFF;
  box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  padding: 10px 0;

}

.tabCon ul .list p {
  line-height: 34px;
  text-align: center;
  cursor: pointer;
  font-size: 14px;
}

.tabCon ul .list p:hover,
.tabCon ul .list p.active {
  color: #2C7CF1;
}

.tabCon .w .searchCon {
  width: 430px;
  height: 34px;
  line-height: 34px;
  background: #FFFFFF;
  border: 1px solid #2C7DF2;
  border-radius: 17px;
  padding-left: 14px;
  float: right;
  margin-top: 23px;
}

.searchCon>* {
  display: inline-block;
  height: 32px;
}

.searchCon .list i {
  float: right;
  line-height: 40px;
  margin-left: 4px;
}

.searchCon input {
  font-size: 14px;
  vertical-align: top;
  padding-left: 10px;
  flex: 1;
}

.searchCon input::placeholder {
  color: #999999;
}

.searchBtn {
  width: 80px;
  height: 32px;
  background: url(../img/search.png) no-repeat 9px 7px #2C7DF2;
  border: 1px solid #2C7DF2;
  border-radius: 0px 17px 17px 0px;
  color: #FFFFFF;
  padding-left: 20px;
  float: right;
}

.banner {
  height: 420px;
  background: #9A87F1;
}



/*  */
.courses {
  /* height: 974px; */
}

.courses h1 {
  font-size: 44px;
  line-height: 44px;
  padding: 70px 0;
  text-align: center;
}

.courses li {
  width: 379px;
  height: 315px;
  box-shadow: 0px 2px 6px 0px rgba(8, 14, 20, 0.2);
  border-radius: 8px;
  float: left;
  margin-right: 30px;
  margin-bottom: 60px;
}

.courses li:nth-child(3n+1) {
  margin-right: 0;
}

.courses li h6 {
  font-size: 18px;
  line-height: 46px;
  padding-left: 30px;
}

.courses li p {
  color: #999999;
  padding-left: 30px;
  max-height:40px;
}


/*  */
.trainingCenter {
  /* background: #F4F6F9; */
}

.trainingCenter h1 {
  font-size: 44px;
  line-height: 44px;
  padding: 70px 0 10px;
  text-align: center;
  background: #F4F6F9;
}

.trainingCenter .container {
  height: 820px;
  padding-top: 50px;
}

.itemTit {
  background: #F4F6F9;
  padding: 20px 0;
  line-height: 24px;
}

.itemTit .name {
  font-size: 24px;
  font-weight: bold;
  color: #2C7DF2;
}

.itemTit .more {
  color: #666666;
  padding-right: 13px;
  font-size: 16px;
  background: url("../img/more.png") no-repeat right;
}

.schemeBox {
  padding-top: 26px;
}

.schemeBox .schemeTit {
  font-size: 20px;
  font-weight: bold;
  color: #2C7DF2;
  text-align: center;
}

.schemeBox .schemeTit i {
  padding: 0 6px;
}

.schemeBox h4 {
  background: url("../img/titBg.png") no-repeat left;
  font-size: 18px;
  font-weight: bold;
  color: #FFFFFF;
  padding-left: 22px;
  line-height: 34px;
  margin: 20px 0;
}

.trainingCenter .schemeBox .feature {
  padding-left: 13px;
}

.schemeBox .feature p {
  text-indent: 2em;
  font-weight: bold;
  color: #666666;
  line-height: 24px;
}

.schemeBox .relatedCourses {
  padding-left: 26px;
}

.schemeBox .relatedCourses img+img {
  margin-left: 10px;
}

.schemeBox .view {
  width: 110px;
  height: 32px;
  line-height: 30px;
  background: #fff;
  border: 1px solid #2C7DF2;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 500;
  color: #2C7DF2;
  margin: 30px 0 20px;
}


.schemeBox+.line {
  height: 20px;
  background: #F4F6F9;

}














.filter {
  height: 155px;
}

.filter p {
  height: 74px;
  line-height: 74px;
}

.filter p i {
  font-weight: bold;
  color: #2C7DF2;
}

.filter div {
  height: 40px;
}

.filter div i {
  margin-right: 30px;
  cursor: pointer;
}

.filter div i.active,
.filter div i:hover {
  font-weight: bold;
  color: #2C7DF2;
}

.filterShow {
  padding-top: 10px;
  background: #F4F6F9;
  padding-bottom: 40px;
}

.categoryName {
  height: 56px;
  line-height: 56px;
  font-weight: bold;
  color: #2C7DF2;
}

.categoryBox {
  padding: 0 10px;
  background: #FFFFFF;
  margin-bottom: 10px;
}

.categoryBox li {
  width: 379px;
  height: 322px;
  box-shadow: 0px 2px 6px 0px rgba(8, 14, 20, 0.2);
  border-radius: 8px;
  margin: 20px 0;
  float: left;
}

.categoryBox li+li {
  margin-left: 30px;
}

.categoryBox li h6 {
  font-size: 18px;
  font-weight: 800;
  color: #333333;
  line-height: 46px;
  padding-left: 30px;
}

.categoryBox li p {
  padding-left: 30px;
  font-weight: 500;
  color: #999999;
}

.categoryBox li:nth-child(3n+1) {
  margin-left: 0;
}



/* nav */
.navbar {
  height: 16px;
}

.navbar a {
  color: #666666;
  font-weight: bold;
}

.navbar a:last-child {
  color: #2C7DF2;
}

.navbar img {
  margin-top: -4px;
}