@charset "UTF-8";
/* CSS Document */
body {background: #fff;}
a {color: inherit;}
.flex {
  display:flex;
  flex-direction:row;
  flex-wrap:wrap;
  justify-content:space-around;
  align-content: space-between;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.clearfix{
  *zoom:1;
}
.wrapper {
  width: 700px;
  margin: auto;
}
.mar {margin: 30px auto;}

.banner {
  background: #8adbee;
  height: 450px;
  text-align: center;
}

.title_main {
  text-align: center;
  position: relative;
  z-index: 1;
  max-height: 300px;
}
.title_main::after {
  width: 100%;
  height: 0;
  content: '';
  border-top: 1px solid #e3e3e3;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: -1;
}
.title_con {
  display: inline-block;
  padding: 0 50px;
  background: #fff;
}
.title_main strong {
  font-size: 36px;
  color: #34aecb;
}
.title_main b {
  font-size: 20px;
  color: #e3e3e3;
}
.title_main p {
  margin-top: 10px;
  color: #a4a4a4;
  font-size: 16px;
}
.bggrey {
  background: #f7f7f7;
  overflow: hidden;
}
.bggrey .title_main::after {border-color: #f7f7f7;}
/*导语*/
.lead {
  height: 640px;
  margin: auto;
  position: relative;
}
.lead_left {
  width: 380px;
  height: 200px;
  padding-top: 20px;
  border-radius: 10px;
  background: #c4ea7d;
  color: #fff;
  text-align: center;
  line-height: 40px;
}
.lead_middle {
  width: 500px;
  height: 260px;
  padding: 10px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 0 5px #ccc;
  position: absolute;
  top: 180px;
  left: 90px;
  z-index: 3;
}
.lead_middle p {
  width: 420px;
  height: 220px;
  padding: 20px 0 20px 80px;
  border-radius: 10px;
  background: #ffc602;
  color: #fff;
  line-height: 30px
}
.lead_right {
  width: 392px;
  height: 180px;
  line-height: 40px;
  padding-top: 40px;
  border-radius: 10px;
  background: #93e0e6;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 420px;
  right: 0;
}
.lead_img1 {
  width: 293px;
  height: 427px;
  position: absolute;
  top: 20px;
  right: 0;
}
.lead_img2 {
  width: 252px;
  height: 336px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
}
.lead_btn {
  width: 358px;
  height: 54px;
  line-height: 54px;
  padding-left: 30px;
  border-radius: 50px;
  box-shadow: 5px 5px 5px #ccc;
  background: #a48460;
  color: #fff;
  font-size: 26px;
  position: relative;
}
.lead_btn a {
  display: inline-block;
  width: 104px;
  height: 54px;
  line-height: 54px;
  border-radius: 50px;
  box-shadow: inset 0 0 12px 2px #ffd328;
  background: #ffa11b;
  text-align: center;
  font-size: 18px;
   position: absolute;
  top: 0;
  right: -50px;
}
/*表单*/
.formbox {
  padding: 30px 0;
  justify-content: space-around;
  background: #f7f7f7;
}
.btform-title {
  font-size: 30px;
  color: #ea5858;
  text-align: center;
  margin-bottom: 15px;
}
.btform label {
  align-items: center;
}
.btform label span {
  width: 80px;
  text-align: right;
}
.btform-input {
  width: 320px;
  height: 35px;
  border: 1px solid #ccc;
  background: #fff;
  margin: 10px 5px;
}
.btform label font {
  width: 252px;
  font-size: 14px;
  color: #c42120;
}
.btform-submit {
  display: block;
  width: 480px;
  height: 40px;
  line-height: 40px;
  border-radius: 10px;
  background: #ea5858;
  color: #fff;
  font-size: 18px;
  text-align: center;
  margin: 10px auto 0;
}
.formbox p {
  margin-top: 20px;
  line-height: 2em;
  font-size: 16px;
}
.formbox p b {font-size: 24px;}
/*前景*/
.qj_p {
  font-size: 26px;
  color: #a4a4a4;
  text-align: center;
}
.qj_p font {
  font-size: 30px;
  color: #fb565c;
}
.qj li {
  width: 225px;
  height: 298px;
  padding-top: 15px;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}
.qj li p {
  width: 100%;
  height: 55px;
  padding: 15px 0;
  line-height: 1.8em;
  background: #34aecb;
  color: #fff;
  font-size: 16px;
  margin-top: 15px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.qj li font {color: #fcff00;}
/*优势*/
.ys li {
  width: 200px;
  text-align: center;
  color: #a3a3a3;
  font-size: 16px;
  margin-bottom: 20px;
}
.ys li img {
  width: 150px;
  height: 150px;
  border-radius: 100%;
}
.ys li strong {
  font-size: 20px;
  line-height: 2em;
}
.scrollimg {text-align: center;}

.zxbtn {
  display: block;
  width: 450px;
  height: 60px;
  line-height: 60px;
  border-radius: 10px;
  background: #ea5858;
  color: #fff;
  font-size: 18px;
  text-align: center;
}
/*专业*/
.zy li {
  padding: 10px;
  border-radius: 10px;
  box-shadow: 0 0 10px #ccc;
  margin-bottom: 30px;
}
.zy li > a {width: 300px;}
.zy li > a img {
  width: 300px;
  height: 180px;
}
.zy li strong {
  display: inline-block;
  width: 200px;
  height: 40px;
  line-height: 40px;
  background: url("/images/zt/chuzhongsheng/zy-bg.png") no-repeat left center;
  text-align: center;
  color: #fff;
  font-size: 24px;
  margin-top: -10px;
  z-index: 1;
  vertical-align: bottom;
}
.zy li article {
  width: 350px;
}
.zy li span {
  font-size: 24px;
  color: #92e0e6;
}
.zy li p {
  text-indent: 2em;
  color: #a9aaaa;
  margin-top: 10px;
}
/*学历证书*/
.xlzs_title {
  width: 570px;
  height: 40px;
  line-height: 40px;
  background: #92e0e6 url("/images/zt/chuzhongsheng/xlzs-bg.jpg") no-repeat right center;
  color: #fff;
  font-size: 20px;
  margin-bottom: 20px;
}
.xlzs_title span {
  padding: 0 7px;
  margin: 0 15px;
  background: #fff;
  color: #92e0e6;
}
.xlzs li p {
  margin: 20px 0;
  color: #b2b2b2;
  font-size: 18px;
}
/*就业*/
.jy li {
  width: 320px;
  padding: 10px;
  background: #efefef;
  border-radius: 10px;
  margin-bottom: 10px;
}
.jy li strong {
  display: block;
  padding: 15px 0;
  font-size: 20px;
  text-align: center;
}

.bgg {
  background: #92e0e6;
  color: #ffff;
  padding: 15px 0;
}
.zxl {
  font-size: 18px;
  line-height: 1.8em;
  font-weight: bold;
}
.zxr a {
  display: block;
  width: 300px;
  height: 40px;
  line-height: 40px;
  background: #fff;
  color: #92e0e6;
  border-radius: 10px;
  text-align: center;
  font-size: 20px;
  margin-bottom: 5px;
}
.zxr strong {
  font-size: 40px;
  font-family: Impact;
  letter-spacing: 3px;
}
/*环境*/
.hj {text-align: center;}
.school{
  height: 200px;
  padding: 22px 0;
  background: url("/images/zt/chuzhongsheng/school-bg.jpg") no-repeat center;
}
/*校园活动*/
.xyhd_title {
  border-bottom: 1px solid #aaa;
  padding: 15px;
  justify-content: space-between;
}
.xyhd_title strong {font-size: 24px;}
/*问题*/
.wt {overflow: hidden;position: relative;}
.wt-swiper .swiper-slide {
  /*width: 200px !important;*/
  background: #eeeeed;
  border-radius: 5px;
  padding: 20px 0;
  text-align: center;
  font-size: 16px;
}
.wt-swiper .swiper-slide img {
  width: 90px;
  height: 90px;
  margin-bottom: 15px;
}
.wtbtn {
  display: block;
  width: 130px;
  height: 35px;
  line-height: 35px;
  border-radius: 50px;
  background: #b5b5b5;
  color: #fff;
  margin: 15px auto 0;
  transition: all 0.35s;
}
.wtbtn:hover {
  background: #ea5858;
}
.wt-swiper-button-prev, .wt-swiper-button-next {
  background: #b5b5b5;
  border: 5px solid #b5b5b5;
  outline: none;
}


