/*第一节 banner*/
/*网站黑白滤镜*/
/* html {
  filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
} */
/*******/
.mar {margin: 20px auto;}
.pad {padding: 20px 0;}
.sec1 {position: relative;}
.notice {
  width: 100%;
  height: 60px;
  line-height: 60px;
  background: rgba(0,0,0,.6);
  color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.banner .swiper-slide a {
  display: block;
  height: 500px;
}
.notice b {
  display: inline-block;
  width: 200px;
  height: 60px;
  line-height: 60px;
  background: #cf000e;
  margin-right: 20px;
  font-size: 20px;
  text-align: center;
}
/*人群*/
.rq a {width: 240px;}
/*第二节 新闻和公司简介*/
.news {width: 828px;}
.news_tabtit li {
  width: 276px;
  line-height: 60px;
  text-align: center;
  background: #eee;
  cursor: pointer;
}
.news_tabtit li.on {
  background: #2d60bc;
  color: #fff;
}
.news_list1 {
  height: 230px;
  padding: 20px 0;
  margin-bottom: 10px;
  border-bottom: 1px solid #ccc;
}
.news_list1 li {
  width: 400px;
  height: 108px;
  overflow: hidden;
}
.news_list1 li .news_thum {
  display: inline-block;
  width: 110px;
  height: 110px;
  overflow: hidden;
}
.news_list1 li .news_thum img {height: 110px;}
.news_list1 li p {
  display: inline-block;
  width: 275px;
  height: 110px;
  margin-left: 10px;
  vertical-align: top;
}
.news_list2 li {
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  border-bottom: 1px dashed #ccc;
}

/*政策解读*/
.aboutus {
  width: 420px;
  height: 483px;
  position: relative;
}
.wtdy a {
  width: 130px;
  line-height: 45px;
  border: 1px solid #ccc;
  border-radius: 5px;
  margin: 5px auto;
  text-align: center;
}

.hotq a {
  width: 300px;
  line-height: 45px;
  border: 1px solid #ccc;
  border-radius: 50px;
  margin: 10px auto;
  text-align: center;
}
.hotq a:last-child {font-weight: bold;}
.hotq .cred {color: #e20011;}

/*标题*/
.title_main {
  text-align: center;
}
.title_main span {
  display: inline-block;
  height: 47px;
  line-height: 40px;
  color: #cacaca;
  font-size: 80px;
  vertical-align: middle;
  position: relative;
  z-index: 1;
}
.title_main strong {
  padding: 0 35px;
  font-size: 36px;
  color: #2d60bc;
  vertical-align: middle;
}
.title_main span:first-child::before {
  width: 270px;
  height: 0;
  content: '';
  border: 1px solid #cacaca;
  position: absolute;
  left: -300px;
  top: 25px;
  z-index: -1;
}
.title_main span:nth-child(3)::after {
  width: 270px;
  height: 0;
  content: '';
  border: 1px solid #cacaca;
  position: absolute;
  right: -300px;
  top: 25px;
  z-index: -1;
}
/*职教热点*/
.zjrd {width: 710px;}
.zjrd h4 {
  font-size: 30px;
  margin-bottom: 20px;
}
.zjrd h4 sub {
  padding: 0 5px;
  background: #cb0000;
  color: #fff;
  font-size: 20px;
  font-weight: normal;
  margin-left: 10px;
  position: relative;
}
.zjrd h4 sub::after {
  width: 0;
  height: 0;
  content: '';
  border: 3px solid #cb0000;
  transform: rotate(-45deg);
  position: absolute;
  left: -3px;
  top: calc(50% - 3px);
}
.zjrdlist a {
  display: block;
  line-height: 40px;
}


/*专业课程*/
.zytabt {
  height: 60px;
  border-radius: 10px 10px 0 0;
  background: #f4f4f4;
  text-align: center;
  font-size: 24px;
  overflow: hidden;
}
.zytabt li {
  width: 50%;
  line-height: 60px;
  cursor: pointer;
  transition: all .5s;
}
.zytabt li.on {
  background: #2d60bc;
  color: #fff;
}
.zytabc {margin-bottom: 15px;}
.zylist li {
  width: 300px;
  text-align: center;
  margin: 10px 0;
  box-shadow: 0 0 5px #ccc;
  border-radius: 10px;
}
.zylist1 li {width: 415px;}
.zylist li > a {
  display: block;
  width: 300px;
  height: 180px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.zylist1 li > a {width: 415px;}
.zylist li > a img {
  width: 300px;
  height: 180px;
  transition: all .5s;
}
.zylist1 li > a img {width: 415px;}
.zylist li > a:hover img {
  transform: scale(1.2);
}
.zylist li span {
  width: 80px;
  line-height: 30px;
  background: #f14f00;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
}
.zylist li strong {
  line-height: 45px;
  font-size: 20px;
  transition: all .35s;

}
.zylist li strong:hover {
  color: #ee7800;
}
.zylist li p {
  text-align: left;
  color: #a0a0a0;
  padding: 0 10px 10px;
}

/*招生计划*/
.zsjhbox {width: 900px;}
.zsjh-title {width: 100%;}
.zsjh-title li {
  line-height: 50px;
  background: #f4f4f4;
  font-size: 18px;
  text-align: center;
}
.zsjh-title li:first-child {
  background: #e60012;
  color: #fff;
}
.zsjh {width: 100%;height: 204px;}
.zsjh .swiper-slide {height: 30px;}
.zsjh .swiper-slide span {
  line-height: 40px;
  text-align: center;
  border: 1px solid #f4f4f4;
  box-sizing: border-box;
}
.zsjh-title li:nth-child(1),.zsjh-title li:nth-child(5),.zsjh span:nth-child(1),.zsjh span:nth-child(5) {width: 25%;}
.zsjh-title li:nth-child(2),.zsjh-title li:nth-child(3),.zsjh span:nth-child(2),.zsjh span:nth-child(3) {width: 15%;}
.zsjh-title li:nth-child(4),.zsjh span:nth-child(4) {width: 20%;}
.zsjh span:nth-child(4) {color: #e60012;}

.banji {width: 340px;margin: 0;}

/*校园环境*/
.school_bg {background: #f6f6f6;overflow: hidden;}
.school .swiper-slide  a {
  width: 410px;
  height: 240px;
  margin-bottom: 25px;
  overflow: hidden;
}
.school .swiper-slide img {
  width: 410px;
  height: 240px;
  transition: all 0.5s;
}
.school .swiper-slide img:hover {transform: scale(1.1);}
.school .swiper-pagination {
  position: relative;
  bottom: 0;
  margin-bottom: 20px;
}
.school .swiper-pagination .swiper-pagination-bullet {
  width: 175px;
  height: 38px;
  line-height: 38px;
  border: 1px solid #616161;
  border-radius: 100px;
  background: transparent;
  color: #616161;
  opacity: 1;
  margin: 0 10px;
}
.school .swiper-pagination .swiper-pagination-bullet-active {
  border: 1px solid #2d60bc;
  background: #2d60bc;
  color: #fff;
}

.zsyx {
  width: 375px;
  line-height: 60px;
  background: #2d60bc;
  color: #fff;
  text-align: center;
  margin-bottom: 10px;
}


/* 首页火热报名 */
.rqhj_lunbo{
	overflow: hidden;
	max-width: 1000px;
}
.huore_img .huore_left{
	width: 270px;
    background: #e60012;
	color: #fff;
}
.huore_img img{
	width: 100%;
}
.huore_img .huore_left p{
	font-size: 20px;
	margin: 24px auto 10px;
	text-align: center;
}
.huore_img .huore_left span{
	text-align: center;
	font-size: 16px;
	display: block;
}
.huore_img .huore_left strong{
	font-size: 24px;
}
.huore_a a{
	width: 45%;
    background-color: #fff;
    color: red;
    margin: 16px auto;
    text-align: center;
    border-radius: 25px;
    line-height: 28px;
}
















