@charset "UTF-8";
/* CSS Document */
body {background: #fff;}
a {color: inherit;}
.flex {
  display:flex;
  flex-direction:row;
  flex-wrap:wrap;
  justify-content:space-between;
  align-content: space-between;
}
.wrap {width: 700px;margin: auto;}
.mar {margin: 20px auto;}

.title_main {
  text-align: center;
  font-size: 36px;
  color: #565656;
  max-height: 300px;
}
/*导言*/
.lead article {width: 480px;}
.lead_title {color: #52a663;}
.lead_p {
  height: 24px;
  color: #8d8d8d;
  margin-top: 5px;
  font-size: 18px;
}
.lead p {
  font-size: 16px;
  line-height: 1.8em;
}
.lead a {
  display: block;
  width: 450px;
  height: 50px;
  line-height: 50px;
  background: #96eeb9;
  color: #fff;
  text-align: center;
  border-radius: 8px;
}
.lead1 li {
  width: 232px;
  text-align: center;
  font-size: 14px;
  color: #8d8d8d;
}
.lead1 li h4 {
  font-size: 20px;
  color: #52a663;
  margin-top: 15px;
}
.lead1 li hr {
  width: 30px;
  border: 1px solid;
  margin: 5px auto 15px;
}

.zxbtn {
  display: block;
  width: 260px;
  height: 60px;
  line-height: 60px;
  background: #96eeb9;
  color: #fff;
  text-align: center;
  border-radius: 8px;
}

/*创业*/
.bggrey {background: #f8f8f8;overflow: hidden;}
.cy {justify-content: space-around;}
.cy li {
  width: 320px;
  text-align: center;
  margin-bottom: 20px;
}
.cy li strong {
  font-size: 24px;
  line-height: 50px;
}
.cy li p {
  font-size: 16px;
  line-height: 1.5em;
  text-align: left;
}
/*创业帮扶*/
.bf {
  background: url("/images/zt/cykd/bf-bg.jpg") no-repeat center/cover;
  color: #fff;
  overflow: hidden;
}
.bf .title_main {color: #fff;}
.bf_list li {
  width: 335px;
  height: 160px;
  border: 1px solid;
  border-radius: 10px;
  margin-bottom: 20px;
}
.bf_list li h4 {
  width: 100%;
  font-size: 20px;
  text-align: center;
  margin: 30px auto 20px;
}
.bf_list li p {
  padding: 0 10px;
  margin: 20px auto;
}
.bf_list .swiper-pagination {
  position: relative;
  bottom: 0;
}
.bf_list .swiper-pagination .swiper-pagination-bullet {
  border: 1px solid #fff;
  opacity: 1;
  background: transparent;
}
.bf_list .swiper-pagination .swiper-pagination-bullet-active {
  background: #fff;
}
/*精品课程*/
.zy li {
  width: 100%;
  border-bottom: 1px dashed #ccc;
  padding-bottom: 20px;
  margin-bottom: 20px;
  align-items: center;
}
.zy li article {
  width: 400px;
}
.zy li article h4 {font-size: 16px;align-items: flex-end;}
.zy li article h4 strong{font-size: 22px;}
.zy li article p {
  height: 85px;
  padding: 10px 0;
  font-size: 14px;
  color: #979797;
  line-height: 1.5em;
}
.zy li .zybtn a {
  width: 190px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 5px;
}
.zy li .zybtn a:first-child {
  background: #96eeb9;
  color: #fff;
}
.zy li .zybtn a:last-child {
  background: #b5b5b5;
  color: #fff;
}
/*疑问*/
.wt_list li {
  padding: 5px 30px;
  border-bottom: 1px dashed #ccc;
  align-items: center;
}
.wt_list li span {
  width: 300px;
  /*font-size: 16px;*/
}
.wt_list li a {
  width: 150px;
  height: 35px;
  line-height: 35px;
  background: #96eeb9;
  color: #fff;
  text-align: center;
  font-size: 14px;
  border-radius: 5px;
}