@charset "GBK";
a,button {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  background: transparent;
  box-shadow: none;
  outline: none;
  border: none;
}
.flex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: space-between;
}
.wrap {width: 1280px; margin: auto;}
.clear {
  clear: both;
}
.clearfix:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  *zoom: 1;
}
.mar {
  margin: 30px auto;
}
/*banner*/
.banner {
  min-width: 1280px;
  height: 500px;
  background: url("../images/banner.jpg") no-repeat center;
  overflow: hidden;
}
/*lead*/
.lead article {
  width: 710px;
}
.lead h4 {
  color: #d22c01;
  font-size: 30px;
}
.lead p {
  color: #959595;
  text-indent: 2em;
  line-height: 1.8em;
}
.lead p span {color: #d22c01;}

.title_main {
  font-size: 36px;
  text-align: center;
}
.title_main span {font-size: 16px;}
/*职教高考升学优势解读*/
.bggrey {background: #f2f2f2;overflow: hidden;}
.qjjd {
  width: 980px;
}
.qjjd li {
  width: 300px;
  padding: 20px 10px;
  border-radius: 10px;
  background: #ff7b7b;
  color: #fff;
}
.qjjd li h4 {
  padding-bottom: 10px;
  margin-bottom: 20px;
  font-size: 22px;
  text-align: center;
  border-bottom: 2px solid #fff;
  position: relative;
}
.qjjd li h4:after {
  width: 0;
  height: 0;
  content: '';
  border: 3px solid #fff;
  border-top-color: transparent;
  border-right-color: transparent;
  transform: rotate(-45deg);
  position: absolute;
  left: calc(50% - 3px);
  bottom: -5px;
}
.qjjd li p {line-height: 1.8em;}
/*咨询按钮*/
.zxbtn {
  display: block;
  width: 500px;
  line-height: 40px;
  border-radius: 50px;
  font-size: 18px;
  text-align: center;
  background: #ff5454;
  color: #fff;
}
.zxqj {
  border: 1px solid #5d6061;
  background: transparent;
  color: #5d6061;
}
/*职教高考考什么*/
.ksnr th {
  height: 50px;
  border: 1px solid #fff;
  background: #ff7b7b;
  color: #fff;
}
.ksnr td {
  height: 50px;
  border: 1px solid #fff;
  padding-left: 70px;
}
.ksnr tr:nth-child(odd) {
  background: #ffcfcf;
}
.ks {
  box-sizing: border-box;
  padding: 20px;
  border: 1px solid #666;
  border-radius: 10px;
}
.ks p {
  text-indent: 2em;
  line-height: 1.8em;
}
/*可报考的本科院校*/
.dx {height: 320px;}
.dx img {border-radius: 10px;}
/*招生计划*/
.zsjh p {
  width: 640px;
  font-size: 20px;
  line-height: 1.8em;
}
/*专业推荐*/
.zy {height: 800px;}
.zy li {
  width: 310px;
}
.zy li img {
  border-radius: 10px 10px 0 0;
}
.zy li article {
  padding: 10px;
  margin-top: 10px;
  border: 1px solid #a9a9a9;
  border-radius: 0 0 10px 10px;
}
.zy li article strong {
  font-size: 18px;
}
.zy li article b {
  color: #ff5454;
}
.zy li article p {
  height: 96px;
  line-height: 1.5em;
  color: #a9a9a9;
  margin: 10px 0;
}
.zy li article .zybtn {
  display: block;
  width: 200px;
  line-height: 30px;
  border-radius: 5px;
  background: #ff5454;
  color: #fff;
  text-align: center;
  margin: 10px auto;
}
/*升学有优势*/
.v2 {width: 578px;}
.v2 p {
  padding: 20px;
  text-indent: 2em;
  line-height: 1.8em;
}
.ys {
  width: 690px;
  height: 520px;
}
.ys li {
  width: 340px;
  text-align: center;
}
.ys li strong {
  font-size: 18px;
  line-height: 40px;
}
/*环境*/
.sx img {margin-bottom: 5px;}
/*表单*/
.zjform {width: 780px;}
.zjform h4 {
  line-height: 40px;
  background: #f4f4f4;
  padding-left: 20px;
  margin: 15px 0;
}
.zjform div.flex {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
}
.zjform span {
  width: 140px;
  text-align: right;
}
.zjform div.flex input,.zjform div.flex select {
  height: 35px;
  border: 1px solid #ccc;
  border-radius: 5px;
  margin-left: 10px;
  margin-right: 20px;
  text-indent: 10px;
}
.zjform div.flex .user_tel {width: 300px;}
.zjform div.flex .user_major {
  width: 200px;
}
.zjform div.flex .user_xuezhi {
  width: 100px;
  text-align: center;
}
.zjform div.flex font {
  font-size: 12px;
}
.zjform div.flex font.red {
  color: #fe000d;
}
.zjform_submit {
  display: block;
  width: 370px;
  height: 40px;
  background: #ff5454;
  border-radius: 5px;
  margin: auto;
  font-size: 18px;
  color: #fff;
}
.zj-con {
  width: 350px;
  padding: 20px;
  background: #fbfbfb;
  border: 1px solid #ccc;
  line-height: 2em;
}
