@charset "utf-8";
/*reset*/
*{ padding:0; margin:0;border:none;}
/*网站黑白滤镜*/
/* 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;
} */
/*******/
/*body,button,dd,div,dl,dt,h1,h2,h3,h4,h5,img,ul,li,menu,p,figure{margin:0;padding:0}*/
body{+margin: 0; +padding: 0; font: 16px '微软雅黑','Microsoft YaHei',arial,Helvetica,sans-serif; color: #333; background: #fff;min-width: 1232px;}
ul,li{+margin:0;+padding:0;list-style:none;}
table{border-collapse:collapse;border-spacing:0}
menu{+margin:0;+padding:0;}
img{border:none; vertical-align:middle;}
a{text-decoration:none; color: inherit;cursor: pointer;}
.flex{display: flex; flex-direction: row; flex-wrap: wrap;justify-content: space-between;}
.demo, .clear{clear:both}
/*伪元素是行内元素 正常浏览器清除浮动方法*/
.clearfix:after{
  content: "";
  display: block;
  height: 0;
  clear:both;
  visibility: hidden;
}
/*ie6清除浮动的方式 *号只有IE6-IE7执行，其他浏览器不执行*/
.clearfix{*zoom: 1;}
.wrap {width: 1232px;margin: auto}
.justify {
  text-align: justify;
  text-justify:inter-ideograph;
  font-size: 0;
}
.justify::after {
  display: inline-block;
  content: '';
  width: 100%;
  height: 0;
  overflow: hidden;
  vertical-align: top;
}

/*导航*/
.nav-main {
  width: 910px;
  padding-left: 300px;
  margin: auto;
  position: relative;
}
.nav-main li {
  display: inline-block;
  font-size: 20px;
  width: 99px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  vertical-align: top;
  border-radius: 10px 10px 0 0;
  float: left;
}
.nav-main li:hover {
  background: #ff3600;
  color: #fff;
}
.nav-main li a {display: block;}
.nav-main li.nav-zy {
  width: 300px;
  height: 60px;
  /*height: 560px;*/
  background: #ffde00;
  color: #824300;
  text-align: left;
  border-radius: 10px 10px 0 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  overflow: hidden;
}
.nav-main li.nav-zy a {
  height: 50px;
  line-height: 50px;
  font-size: 16px;
}
.nav-main li.nav-zy a:hover {
  background: #ff7f00;
  color: #fff;
}
.nav-main li.nav-zy a:first-child {
  height: 60px;
  line-height: 60px;
  text-align: center;
  background: #ff3600;
  border-radius: 10px 10px 0 0;
  color: #fff;
  font-size: 20px;
  padding: 0;
}
/* 调整职教banner左侧导航 */
.nav1_d2 {
  font-size: 12px;
  width: 310px;
  position: absolute;
}
.lx_dl {
  width: 50px;
  height: 500px;
  background: #fff
}

.lx_dl dt {
  line-height: normal;
  padding-left: 7px;
  padding-right: 7px;
  font-size: 15px;
  color: #fff;
  background: #ff7e00;
  text-align: center;
  vertical-align: middle;
}
.fir_dt {
  height: 213px;
}
.fir_dt2 {
  height: 213px;
  margin-top: 1px;
}
.fir_dt .f_l {
  width: 50%;
  height: auto;
  line-height: 15px;
}
.f_l {
  float: left;
}

.fir_dt .f_l .kuohao {
  display: block;
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg)
}

.sec_dt {
  height: 72px;
  margin-top: 1px;
  line-height: 18px!important;
}
.zy_dl {
  width: 250px;
  height: 500px;
  background: #f3f7fa
}

.zy_dl dt a{
  height: 34.7px!important;
  line-height: 34.7px!important;
  font-size: 15px!important;
  background: #f3f7fa!important;
  color: #252525!important;
  width: 92%;
  text-align: left!important;
  border-radius: 0!important;
  padding: 0 10px!important;
}

.zy_dl dt a:hover{
  background: #ff7f00!important;
  color: #fff!important;
}


h3.nav_h3 {
  height: 34.7px;
  line-height: 34.7px;
  font-weight: 400;
  padding: 0;
  border-bottom: 1px solid #cbd1d5;
  cursor: pointer;
}
.nav_h3 a span{
  float: right;
  margin-right: 30px;
}
h3.nav_h3_1 {
  border: 0
}

.fir_dt1 .fir_dt_p1{
  padding-top: 85px;
}
.fir_dt1 .f_13{
  padding-top: 58px;
}
.fir_dt2 .fir_dt_p1{
  padding-top: 43px;
}
.fir_dt2 .f_13{
  padding-top: 52px;
}

.nav-main li.nav-zy a:hover {
  background: #ff7f00;
  color: #fff;
}
/*轮播*/
.fullSlide {
  position: relative;
  background: #fff;
  margin: auto;
  height: 500px;
}
.fullSlide .bd {
  position: relative;
  z-index: 0
}
.fullSlide .bd ul {
  width: 100% !important;
}
.fullSlide .bd li {
  width: 100% !important;
  height: 500px;
  overflow: hidden;
  text-align: center;
}
.fullSlide .bd li a {
  width: 1210px;
  margin: 0 auto;
  display: block;
  height: 500px;
}
.fullSlide .bd li a img {
  width: 100%;
  vertical-align: top;
  height: 100%;
}
.fullSlide .hd {
  position: relative;
  margin-top: -30px;
  height: 30px;
}
.fullSlide .hd ul {
  margin: 0 auto;
  padding-top: 5px;
  text-align: center;
}
.fullSlide .hd ul li {
  cursor: pointer;
  display: inline-block;
  width: 10px;
  height: 10px;
  line-height: 10px;
  margin: 5px;
  border-radius: 50%;
  overflow: hidden;
  background-color: rgba(244, 67, 54, 0.8);
  color: #fff;
  font-size: 0;
}
.fullSlide .hd ul .on {
  background-color: #484848;
}
.fullSlide .next, .fullSlide .prev {
  z-index: 1;
  display: block;
  width: 55px;
  height: 55px;
  position: relative;
  margin: -27% 0 0 3%;
  float: left;
  background: url("https://www.working-bees.com/images/index/arrow.png") 0 0 no-repeat;
  filter: alpha(opacity=40);
  opacity: .4
}
.fullSlide .next {
  background-position: right 0;
  float: right;
  margin-right: 3%
}
.fullSlide .next:hover, .fullSlide .prev:hover {
  filter: alpha(opacity=80);
  opacity: .8
}
.fullSlide .timer {
  background: #000 none repeat scroll 0 0;
  bottom: 0;
  font-size: 0;
  height: 4px;
  left: 0;
  opacity: .4;
  overflow: hidden;
  position: absolute;
  width: 0;
  z-index: 1
}
/* 下面是前/后按钮代码 */
.fullSlide .prev,.fullSlide .next {
  position:absolute;
  left:3%;
  top:50%;
  margin-top:-25px;
  display:block;
  width:32px;
  height:40px;
  background:url("https://www.working-bees.com/images/index/slider-arrow.png") -110px 5px no-repeat;
  filter:alpha(opacity=50);
  opacity:0.5;
}
.fullSlide .next {
  left:auto;
  right:3%;
  background-position:8px 5px;
}
.fullSlide .prev:hover,.fullSlide .next:hover {
  filter:alpha(opacity=100);
  opacity:1;
}
.fullSlide .prevStop {
  display:none;
}
.fullSlide .nextStop {
  display:none;
}

/* banner下方横向提示语 */
.pc_zhsm_box {
  width:100%;
  margin:0 auto;
  max-width:1920px;
  position:relative;
  background-color:#2f539b;
}
.pc_zhsm_box .zhsm-container {
  width:1250px;
  margin:0 auto;
  position:relative;
  overflow:hidden;
}
.pc_zhsm_box .zhsm-container .zhsm-ld {
  display:block;
  position:absolute;
  left:0;
  top:0;
  height:80px;
  width:50px;
  background:url("https://www.working-bees.com/images/index/laba.png") no-repeat 0 center
}
.pc_zhsm_box .zhsm-container .txtMarquee-left {
  color:#fff;
  font-size:18px;
  margin-left:50px;
  overflow:hidden;
  flex-wrap:nowrap;
  line-height:80px;
}
.marquee {
  white-space: nowrap;
  animation: marquee 30s linear infinite;
  box-sizing: border-box;
  padding-right: 10px;
  font-size: 28px;
}
@keyframes marquee {
  0% { transform: translateX(0); }
  100% { transform: translateX(-100%); }
}
.zhsm-container2 {
  width: 50%;
  height: 110px;
  background: #dc0303;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.zhsm-container2::before {
  width: 0;
  height: 0;
  content: '';
  border: 55px solid #dc0303;
  border-top-color: transparent;
  border-left-color: transparent;
  position: absolute;
  bottom: 0;
  left: -110px;
}
.zhsm-container2 > li {
  display: inline-block;
  width: 100px;
  height: 90px;
  padding: 10px ;
  text-align: center;
  color: #fff;
  cursor: pointer;
  position: relative;
}
.zhsm-container2 > li:hover {
  background: #c90101;
}
.zhsm-container2 > li > p {
  margin-top: 5px;
  font-size: 20px;
}
.zhsmList {
  width: 120px;
  display: none;
  background: #dc0303;
  position: absolute;
  left: 0;
  top: 110px;
  overflow: hidden;
}
.zhsmList a{
  display: block;
  line-height: 30px;
  border-top: 1px solid #fff;
  text-align: center;
}
.zhsmList a:hover {
  background: #BE1517;
}
  /*标题*/
.title-main {
  margin: 30px auto;
  text-align: center;
  line-height: 2em;
}
.title-main strong {
  display: block;
  font-size: 36px;
  margin-bottom: 20px;
  position: relative;
}
.title-main strong::before, .title-main strong::after {
  width: 300px;
  height: 20px;
  content: 'STUDY IN SHANDONG';
  font-size: 20px;
  line-height: 1em;
  color: #ddd;
  border-top: 1px solid;
  border-bottom: 1px solid;
  position: absolute;
  top: 10px;
}
.title-main strong::before {
  left: 0;
}
.title-main strong::after {
  right: 0;
}
/*热门引导*/
.lead {
  font-size: 0;
  border-left: 1px solid #ccc;
}
.lead li {
  font-size: 1rem;
  width: 204px;
  padding-bottom: 20px;
  text-align: center;
  color: #5c5c5c;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.lead li img {
  margin: 20px auto;
}
.lead li strong {font-size: 20px;}
/* 热门专业 */
.zyleft {width: 860px;}
.zyright {
  width: 340px;
  padding: 10px;
  background: #f4f4f4;
}
.zytabt {
  height: 60px;
  border-radius: 10px 10px 0 0;
  background: #f4f4f4;
  text-align: center;
  font-size: 24px;
  overflow: hidden;
}
.zytabt li {
  width: 430px;
  line-height: 60px;
  cursor: pointer;
  transition: all .5s;
}
.zytabt li.on {
  background: #c00900;
  color: #fff;
}
.zylist li {
  width: 280px;
  text-align: center;
  margin-top: 15px;
  box-shadow: 0 0 5px #ccc;
  border-radius: 10px;
}
.zylist li > a {
  display: block;
  width: 280px;
  height: 180px;
  border-radius: 10px;

  overflow: hidden;
  position: relative;
}
.zylist li > a img {
  width: 280px;
  height: 180px;
  transition: all .5s;
}
.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;
}
/*火热报名*/
.hrbm-title {
  font-size: 24px;
  text-align: center;
}
.zyright .bd {
  width: 100%;
  height: 586px;
  margin: 25px 0;
  background: #fff;
  overflow: hidden;
}
.infoList li {
  line-height: 40px;
  height: 40px;
  border-bottom: dashed 1px #E5E3E3;
  overflow: hidden;
  text-align: center;
}
.infoList li span:nth-child(1) {
  width: 25%;
}
.infoList li span:nth-child(2) {
  width: 20%;
  color: #eb161e;
}
.infoList li span:nth-child(3) {
  width: 10%;
}
.infoList li span:nth-child(4) {
  width: 45%;
  color: #eb161e;
}
/*招生计划*/
.zsjh-title li {
  line-height: 40px;
  background: #f4f4f4;
  font-size: 18px;
  text-align: center;
}
.zsjh-title li:first-child {
  background: #e60012;
  color: #fff;
}
.zsjh {height: 260px;}
.zsjh .swiper-slide {height: 30px;}
.zsjh .swiper-slide span {
  line-height: 30px;
  text-align: center;
  border: 1px solid #f4f4f4;
}
.zsjh-title li:nth-child(1),.zsjh-title li:nth-child(6),.zsjh span:nth-child(1),.zsjh span:nth-child(6) {width: 25%;}
.zsjh-title li:nth-child(2),.zsjh-title li:nth-child(3),.zsjh-title li:nth-child(5),.zsjh span:nth-child(2),.zsjh span:nth-child(3),.zsjh span:nth-child(5) {width: 10%;}
.zsjh-title li:nth-child(4),.zsjh span:nth-child(4) {width: 19%;}

.zsjh span:nth-child(5) {color: #e60012;}

/*学子视频*/
.xzsp li {width: 230px; height: 290px;}
.xzsp li article > img {width: 100%;}
.xzsp li article {
  position: relative;
}
.xzsp li .desc{
  width: calc(100% - 30px);
  height: calc(40% - 30px);
  padding: 30px 15px;

  color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
}
.xzsp li:nth-child(1) .desc {  background: linear-gradient(to top, #f00, transparent);}
.xzsp li:nth-child(2) .desc {  background: linear-gradient(to top, #ee7800, transparent);}
.xzsp li:nth-child(3) .desc {  background: linear-gradient(to top, #0c97ee, transparent);}
.xzsp li:nth-child(4) .desc {  background: linear-gradient(to top, #fe2fe3, transparent);}
.xzsp li:nth-child(5) .desc {  background: linear-gradient(to top, #501100, transparent);}
.xzsp li .desc span {
  display: inline-block;
  padding: 5px 20px;
  background: #fc4936;
  border-radius: 5px;
  font-size: 17px;
}
.xzsp li .desc b {
  display: block;
  font-size: 24px;
  margin: 10px 0;
}
.video {
  width: 100%;
  height: 100%;
  background: rgba(0,0,0, .3);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  display: none;
  overflow: hidden;
}
.videobox {
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translate(-50%);
  background: #fff;
}
.xzsp_close {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  right: -10px;
  top: -10px;
  cursor: pointer;
}
.video_title {
  line-height: 50px;
  padding: 0 40px;
  background: #F8F8F8;
  font-size: 20px;
}
.xzsp video {
  width: 800px;
  height: 450px;
  background: #000;
}
.video-nav {
  padding: 15px 0;
  background: #F8F8F8;
  text-align: center;
}
.video-nav a {
  background: #df2629;
  display: inline-block;
  line-height: 32px;
  color: #fff;
  width: 90px;
  margin-right: 30px;
  border-radius: 5px;
  font-size: 14px;
}
.pl_btn {
  width: 40px;
  line-height: 40px;
  border-radius: 100%;
  /*background: rgba(255, 140, 0, 0.9);*/
  border: 1px solid #fff;
  text-align: center;
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%);
  cursor: pointer;
}
.pl_btn img {width: 13px;}
/*创业班*/
.dq li {
  width: 300px;
}
.dq li img {width: 100%;}
.dq li p {
  margin: 10px;
  line-height: 30px;
}
.dq li p a:first-child {font-size: 18px;}
.dq li p a:last-child {
  width: 100px;
  height: 30px;
  background: #ff6c00;
  color: #fff;
  text-align: center;
  border-radius: 50px;
}
/*新闻*/
.bg1 {
  background: #f4f4f4;
  overflow: hidden;
}
/*报名咨询*/
.bmzx li {
  display: inline-block;
  vertical-align: middle;
  margin: 30px auto;
}
.bmzx-left {
  width: 165px;
  height: 115px;
  line-height: 115px;
  background: #eb1c1e;
  color: #fff;
  font-size: 18px;
}
.bmzx-left img {margin: auto 20px;}
.bmzx-center {
  width: 590px;
  height: 75px;
  padding: 20px;
  background: #fff;
}
.bmzx-center p {
  font-size: 18px;
  color: #fe3e02;
  font-weight: bold;
  margin-bottom: 10px;
}
.bm-input {
  display: inline-block;
  width: 178px;
  height: 38px;
  line-height: 38px;
  padding: 0 10px;
  border: 1px solid;
  background: #f0f0f0;
  color: #919191;
  margin-right: 10px;
  border-radius: 5px;
}
.bm-submit {
  display: inline-block;
  width: 150px;
  height: 40px;
  line-height: 40px;
  background: #eb1c1e;
  color: #fff;
  border-radius: 5px;
  cursor: pointer;
}
.bmzx-right {
  width: 380px;
  height: 115px;
  background: #fff;
  overflow: hidden;
}
.bmzx-right a {
  display: inline-block;
  width: 189px;
  height: 56px;
  line-height: 56px;
  background: #eb1c1e;
  color: #fff;
  font-size: 1rem;
  margin-bottom: 2px;
  text-align: center;
}
.bmzx-right a img {margin-right: 10px;}

.ul_list1 {
	margin: 20px auto;
}
.ul_list1 li p {
	display: inline-block;
}
.ul_list1 li{
  width: 184px;
	border: 1px solid #a7a7a7;
    border-left: none;
    padding: 10px 30px;
    display: block;
}
.ul_list1 li:nth-child(1){
	border-left: 1px solid #a7a7a7;
}
.ul_list1 li:hover{
  color: #eb1c1e;
  cursor: pointer;
}
.ul_list1 li a{
  display: block;
}
/*新闻动态*/
.news {
  width: 900px;
  float: left;
}
.news-title a {
  display: inline-block;
  width: 200px;
  height: 55px;
  line-height: 55px;
  background: #ddd;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
  cursor: pointer;
  position: relative;
  transition: all 0.35s;
}
.news-title a::after {
  width: 100%;
  height: 0;
  content: '';
  border-bottom: 2px solid #333;
  position: absolute;
  left: 0;
  bottom: -5px;
}
.news-title a.on {
  background: #eb1c1e;
  color: #fff;
}
.news-title a.on::after {border-color: #eb1c1e;}

.news-con > li {display: none;}
.news-con > li:first-child {display: block;}
.news-list {
  background: #fff;
  padding: 10px 30px;
}
.news-list li {
  display: inline-block;
  width: 400px;
  height: 21px;
  padding-left: 10px;
  margin: 10px auto;
  border-left: 2px solid #eb1c1e;
}
.news-list li span:first-child {
  display: inline-block;
  font-size: 1rem;
  width: 300px;
  height: 21px;
  margin-right: 22px;
  overflow: hidden;
  vertical-align: middle;
}
.news-list li span:last-child {
  display: inline-block;
  font-size: 1rem;
  width: 77px;
  vertical-align: middle;
}
/*新闻右*/
.news-right {
  width: 310px;
  float: right;
}
.news-right-tel {
  height: 58px;
  background: #fff;
  color: #eb1c1e;
  margin-bottom: 20px;
}
.news-right-tel span {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
.news-right-tel span strong {font-size: 24px;}
/*副轮播*/
.picScroll-top {
  height: 420px;
  overflow: hidden;
  position: relative;
  background: #fff;
}
.picScroll-top .hd {
  overflow: hidden;
  height: 60px;
  padding: 0 20px;
}
.picScroll-top .hd .prev, .picScroll-top .hd .next {
  display: block;
  width: 100%;
  height: 60px;
  line-height: 60px;
  text-align: center;
  overflow: hidden;
  cursor: pointer;
}
.picScroll-top .bd {
  height: 290px;
  overflow: hidden;
  padding: 0 10px;
}
.picScroll-top .bd ul {
  overflow: hidden;
  zoom: 1;
}
.picScroll-top .bd ul li {
  padding-bottom: 20px;
  text-align: center;
  zoom: 1;
}
.picScroll-top .bd ul li img {
  width: 270px;
  height: 135px;
}
/*问题答疑*/
.wtdy {margin: 30px auto;}
.wtdy_title {
  font-size: 30px;
  text-align: center;
  font-weight: bold;
  margin: 30px auto;
}
.wtdy_title p {
  font-size: 18px;
  color: #333;
  line-height: 1em;
  margin-top: 10px;
  font-weight: normal;
}
.wtdy_title p em {
  font-style: normal;
  color: #ff6600;
}
.wtdy a {
  display: inline-block;
  width: 150px;
  line-height: 50px;
  text-align: center;
  font-size: 1rem;
  background: transparent;
}
.wtdy a img {height:43px;}
/*校园环境*/
.xyhj {overflow: hidden;}
.xyhj_video {background: #fff;width: 630px;}
.xyhj_video p {padding: 5px 10px;}
.xdfjc {
  width: 600px;
  height: 405px;
  align-content: space-between;
}
.xdfjc a {
  width: 292px;
  height: 195px;
  background: #fff;
}
.xdfjc a > img {
  width: 292px;
  height: 147px;
}
.xdfjc a p {
    line-height: 48px;
    padding: 0 20px;
    position: relative;
    text-align: center;
    background: #e0e0e0;
}
.xdfjc a p span {
  width: 45px;
  height: 45px;
  line-height: 45px;
  border-radius: 100%;
  background: #fe8101;
  text-align: center;
  position: absolute;
  top: -10px;
  right: 20px;
}
.xdfjc a p span img {
  width: 20px;
  height: 20px;
}

  /*校园现场*/
.hd-title {
  height: 35px;
  line-height: 35px;
  margin: 20px auto;
  border-bottom: 1px solid #d3d3d3;
  overflow: hidden;
}
.hd-title > strong {
  display: block;
  width: 150px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  font-size: 24px;
  color: #eb1c1e;
  border-bottom: 1px solid #eb1c1e;
  float: left;
}
.xyhd-title {float: right;}
.xyhd-title li {
  width: 100px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  float: left;
  cursor: pointer;
}
.xyhd-title li.on {
  border-bottom: 1px solid #eb1c1e;
}
.xyhd-con {
  width: 1220px;
  height: 300px;
  background: #fafafa;
  overflow: hidden;
  float: right;
}
.xyhd-con > li {display: none;}
.xyhd-con > li:first-child {display: block;}
.xyhd-con li > div {float: left;}
.xyhd-left {
  width: 430px;
  float: left;
}
.xyhd-left p {
  padding: 60px 20px;
}
.xyhd-left a {
  display: block;
  width: 200px;
  padding: 10px 0;
  border: 1px solid #d3d3d3;
  text-align: center;
  margin: auto;
  border-radius: 5px;
}
.xyhd-middle {
  width: 450px;
  overflow: hidden;
}
.xyhd-right {
  width: 340px;
}
.xyhd-right a {
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-indent: 24px;
  overflow: hidden;
}
.xyhd-right a.on {
  background: #eb1c1e;
  color: #fff;
}
.xyhd-middle > a {display: none;}
.xyhd-middle > a:first-child {display: block;}
/*作品*/
.zp-title {margin: 30px auto; font-size: 0;}
.zp-title a {
  display: inline-block;
  width: 150px;
  padding: 10px 0;
  font-size: 1rem;
  background: #e9e9e9;
  border-radius: 5px;
  margin: 0 10px;
}
.zp-title a.on {
  background: #eb1c1e;
  color: #fff;
}
.zp-con > ul {
  width: 100%;
  display: none;
  overflow: hidden;
}
.zp-con > ul:first-child {display: block;}
.zplist li {
  display: inline-block;
  width: 400px;
  height: 267px;
  overflow: hidden;
  position: relative;
  margin-bottom: 15px;
}
.zplist li p {
  width: 100%;
  height: 40px;
  line-height: 40px;
  background: rgba(0,0,0, .7);
  color: #fff;
  font-size: 1rem;
  position: absolute;
  left: 0;
  bottom: 0;
  text-align: center;
}
/*新东方老师风采*/
.ms-con > a {display: none;}
.ms-con > a:first-child {display: block;}
.ms-con {
  width: 900px;
  height: 495px;
}
.ms_right{
  width: 332px;
  height: 495px;
  background: #ff6600;
}
.ms_right strong {
  display: block;
  font-size: 30px;
  color: #fff;
  text-align: center;
  margin-top: 70px;
}
.ms-title li {
  width: 200px;
  line-height: 45px;
  background: #fff;
  border-radius: 50px;
  margin: 20px auto 0;
  cursor: pointer;
}
.ms-title li img {
  width: 40px;
  height: 40px;
  margin-left: 40px;
  margin-right: 10px;
}
.ms-title li.on {color: #ff6600;}
  /*就业*/
.jy li {
  width: 280px;
  padding: 10px;
  box-shadow: 0 0 5px #ccc;
}
.jy li strong {
  display: block;
  line-height: 50px;
  text-align: center;
  font-size: 20px;
}
/*友链*/
.youlian-title {
  padding: 10px 0;
  background: #eb1c1e;
  color: #fff;
  margin: 30px auto;
}
.youlian-title a {
  display: inline-block;
  width: 100px;
  border-right: 2px solid #fff;
  text-align: center;
}
/*.youlian-title a:last-child {border-right: none;}
.youlian-con {overflow: hidden;}
.youlian-con>li:first-child {display: block;}*/
.yuanxiao a {
  display: inline-block;
  padding: 10px;
}

footer {
  /*background: #666;*/
  position: relative;
  /*background: -webkit-linear-gradient(#fff, #666); !* Safari 5.1 - 6.0 *!*/
  /*background: -o-linear-gradient(#fff, #666); !* Opera 11.1 - 12.0 *!*/
  /*background: -moz-linear-gradient(#fff, #666); !* Firefox 3.6 - 15 *!*/
  background: linear-gradient(to bottom,#fff 150px,#666 150px, #666); /* 标准的语法 */
}
.footer-tj {
  height: 248px;
  border: 1px solid #ddd;
  background: #fff;
  margin-top: -150px;
  margin-bottom: 30px;
}
.footer-tj > li {
  display: inline-block;
  width: 300px;
  height: 202px;
  margin: 20px 0;
  padding: 0 20px;
  text-align: center;
  vertical-align: top;
  border-right: 1px solid #ddd;
}
.footer-tj > li:last-child {width: 500px;border-right: none;}
.footer-tj-li-tit {
  padding: 10px 0;
  font-size: 1rem;
  position: relative;
}
.footer-tj-li-tit::before {
  width: 25%;
  height: 0;
  content: '';
  border-bottom: 1px solid #ddd;
  position: absolute;
  left: 0;
  top: 50%;
}
.footer-tj-li-tit::after {
  width: 25%;
  height: 0;
  content: '';
  border-bottom: 1px solid #ddd;
  position: absolute;
  right: 0;
  top: 50%;
}
.footer-tj-li-con .bd li a {
  display: block;
  width: 300px;
  height: 130px;
}
.footer-tj-li-con .hd ul li {
  cursor: pointer;
  display: inline-block;
  width: 10px;
  height: 10px;
  line-height: 10px;
  margin: 5px;
  border-radius: 50%;
  overflow: hidden;
  background-color: rgba(244, 67, 54, 0.8);
  color: #fff;
  font-size: 0;
}
.footer-tj-li-con .hd ul .on {
  background-color: #484848;
}
.tjzy a {
  display: inline-block;
  width: 105px;
  height: 140px;
  position: relative;
  margin: 10px;
}
.tjzy a p {
  width: 100%;
  height: 40px;
  line-height: 40px;
  background: rgba(0,0,0, 0.7);
  font-size: 1rem;
  color: #fff;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 0;
}
.footer-con {
  overflow: hidden;
  color: #fff;
}
.footer-con-left {
  width: 340px;
  height: 284px;
  line-height: 284px;
  float: left;
  text-align: center;
}
.footer-con-right {
  padding: 30px 0;
  float: right;
  text-align: center;
  line-height: 2em;
}
.footer-con-right strong {font-size: 24px;}

/*侧栏咨询窗口*/
.swtRirhgt {
  width: 60px;
  position: fixed;
  right: 0;
  top: 270px;
  z-index: 300;
}
.swtRirhgt > .xuefei {
  display: block;
  width: 60px;
  height: 65px;
  float: right;
  background-color: #ff7f00;
  position: relative;
  transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: .3s;
}
.swtRirhgt > .xuefei:hover {
  width: 70px;
}
.swtRirhgt > .xuefei > p {
  display: block;
  width: 40px;
  height: 49px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -24.5px 0 0 -20px;
  background-image: url("https://www.working-bees.com/images/index/celan_1.jpg");
}
.swtRirhgt > .zhuanye {
  display: block;
  width: 60px;
  height: 65px;
  float: right;
  background-color: #ffae00;
  position: relative;
  transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: .3s;
}
.swtRirhgt > .zhuanye:hover {
  width: 70px;
}
.swtRirhgt > .zhuanye > p {
  display: block;
  width: 40px;
  height: 49px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -24.5px 0 0 -20px;
  background-image: url("https://www.working-bees.com/images/index/celan_2.jpg");
}
.swtRirhgt > .swtzx {
  display: block;
  width: 60px;
  height: 65px;
  float: right;
  background-color: #ff7f00;
  position: relative;
  transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: .3s;
}
.swtRirhgt > .swtzx:hover {
  width: 70px;
}
.swtRirhgt > .swtzx > p {
  display: block;
  width: 40px;
  height: 49px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -24.5px 0 0 -20px;
  background-image: url("https://www.working-bees.com/images/index/celan.png");
  background-position: -175px 0;
}
.swtRirhgt > .telzx {
  display: none;
  width: 100%;
  height: 65px;
  float: right;
  position: relative;
}
.swtRirhgt > .telzx > .telinner {
  display: block;
  width: 300px;
  height: 65px;
  position: absolute;
  left: 0;
  top: 0;
  background: #ffae00;
  transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: .3s;
}
.swtRirhgt > .telzx > .telinner > .telicon {
  display: block;
  width: 60px;
  height: 65px;
  position: relative;
  float: left;
  cursor: pointer;
}
.swtRirhgt > .telzx > .telinner > .telicon p {
  display: block;
  width: 40px;
  height: 49px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -24.5px 0 0 -20px;
  background-image: url("https://www.working-bees.com/images/index/celan.png");
  background-position: -175px -49px;
}
.telzx p {
  display: block;
  width: 40px;
  height: 49px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -24.5px 0 0 -20px;
  background-image: url("https://www.working-bees.com/images/index/celan.png");
  background-position: -175px -49px;
}
.swtRirhgt > .telzx > .telinner > .telinput {
  width: 236px;
  height: 65px;
  float: right;
  background-color: #ffad00;
}
.swtRirhgt > .telzx > .telinner > .telinput > .telinputin {
  width: 227px;
  height: 38px;
  margin-top: 13px;
  -moz-box-shadow: 0 0 3px rgba(8, 1, 3, 0.2);
  -webkit-box-shadow: 0 0 3px rgba(8, 1, 3, 0.2);
  box-shadow: 0 0 3px rgba(8, 1, 3, 0.2);
  -moz-border-radius: 19px;
  -webkit-border-radius: 19px;
  border-radius: 19px;
  padding: 0;
}
.swtRirhgt > .telzx > .telinner > .telinput > .telinputin .tellNumberTxt {
  width: 146px;
  height: 38px;
  float: left;
  background-color: #fff;
  outline: none;
  border:none;
  font-size: 14px;
  color: #a4a4a4;
  line-height: 38px;
  padding-left: 14px;
  -moz-border-radius: 19px 0 0 19px;
  -webkit-border-radius: 19px 0 0 19px;
  border-radius: 19px 0 0 19px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.swtRirhgt > .telzx > .telinner > .telinput > .telinputin .tellNumberBtn {
  display: block;
  width: 81px;
  float: left;
  line-height: 38px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  background-color: #ff7f00;
  -moz-border-radius: 0 19px 19px 0;
  -webkit-border-radius: 0 19px 19px 0;
  border-radius: 0 19px 19px 0;
  -moz-transition: all 0.3s linear 0s;
  -webkit-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.swtRirhgt > .telzx > .telinner > .telinput > .telinputin .tellNumberBtn:hover {
  background-color: #d26900;
}
.qqzx {
  display: none;
  width: 60px;
  height: 65px;
  float: right;
  background-color: #ff7f00;
  position: relative;
  transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: .3s;
}
.qqzx:hover {
  width: 70px;
}
.qqzx > p {
  display: block;
  width: 40px;
  height: 49px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -24.5px 0 0 -20px;
  background-image: url("https://www.working-bees.com/images/index/celan.png");
  background-position: -175px -98px;
}
.wechatzx {
  display: block;
  width: 60px;
  height: 65px;
  float: right;
  background-color: #ffad00;
  position: relative;
  transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: .3s;
  cursor: pointer;
}
.telzx {
  display: none;
  width: 60px;
  height: 65px;
  float: right;
  background-color: #ffad00;
  position: relative;
  transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: .3s;
  cursor: pointer;
}
.wechatzx > p {
  display: block;
  width: 40px;
  height: 49px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -24.5px 0 0 -20px;
  background-image: url("https://www.working-bees.com/images/index/celan.png");
  background-position: -175px -147px;
}
.wechatzx > .qrcode {
  position: absolute;
  width: 100px;
  height: 100px;
  right: 50px;
  top: 50%;
  margin-top: -60px;
  visibility: hidden;
  background: url("https://www.working-bees.com/images/index/tj-wx.jpg") no-repeat left center;
  background-size: 100%;
  transition: 0.4s right cubic-bezier(0.6, 4, 0.3, 0.8);
  -webkit-transition: 0.4s right cubic-bezier(0.6, 4, 0.3, 0.8);
  -moz-transition: 0.4s right cubic-bezier(0.6, 4, 0.3, 0.8);
  border-right: 10px solid transparent;
}
.wechatzx:hover {
  width: 70px;
}
.wechatzx:hover > .qrcode {
  right: 70px;
  visibility: visible;
}
.backtopbtn {
  display: block;
  width: 60px;
  height: 65px;
  cursor: pointer;
  float: right;
  background-color: #474747;
  position: relative;
  transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: .3s;
}
.backtopbtn:hover {
  width: 70px;
}
.backtopbtn > p {
  display: block;
  width: 40px;
  height: 49px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -24.5px 0 0 -20px;
  background-image: url("https://www.working-bees.com/images/index/celan.png");
  background-position: -175px -197px;
}

/*线上报名*/
.picScroll-left .bd li {
  width: 236px !important;
  height: 320px;
  /*margin: 0 12px;*/
  margin-right: 11px;
}
.picScroll-left .hd {width: 100%;position: relative;}
.picScroll-left .hd .prev, .picScroll-left .hd .next {
  display: block;
  width: 18px;
  height: 320px;
  text-align: center;
  overflow: hidden;
  cursor: pointer;
  position: absolute;
  z-index: 1;
}
.picScroll-left .hd .next {left: 0;background: url("https://www.working-bees.com/images/index/arrow-left.png") center no-repeat;}
.picScroll-left .hd .prev {right: 0;background: url("https://www.working-bees.com/images/index/arrow-right.png") center no-repeat;}

#LRdiv2 {z-index:9999999;}

.ul_list2 li{
  width: 24%;
  margin: 10px auto;
  background: #dcdcdc;
  text-align: center;
line-height: 36px;
cursor: pointer;
}
.ul_list2 li a{
display: block;
}
.ul_list2 li:hover{
color: #fff;
background: url("https://www.working-bees.com/images/index/feiji.jpg");
}
.mar30{
  margin: 30px auto!important;
}

/*招聘企业信息滚动*/
.qy_name_list {
	margin: 20px auto;
	background: #fff;
  }
  .list_tit {
	font-size: 0;
	text-align: center;
  }
  .list_content {
	height: 400px;
	overflow: hidden;
	position: relative;
  }
  .list_content .list_move {
	font-size: 0;
	text-align: center;
	position: absolute;
	left: 0;
	width: 100%;
  }
  .list_tit span, .list_content span {
	display: inline-block;
	height: 36px;
	line-height: 36px;
	border: 1px solid #ccc;
	font-size: 16px;
  }
  .list_tit span {
    background: #eb1c1e;
    color: #fff;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
  }

  .width_1 {
	width: 30%;
  }
  .width_2 {
	width: 20%;
  }
  .width_3 {
	width: 20%;
  }
  .width_4 {
	width: 14%;
  }
  .width_5 {
	width: 24%;
  }
  .width_6 {
	width: 29%;
  }
  .width_6 a{
	  color: red;
  }







/*新年灯笼*/
button{color:inherit;border:none;box-shadow:none;outline:none;background:transparent;}.left-kst{display:none;}.xn_top{width:100%;min-width:1210px;position:fixed;top:0;left:0;z-index:9999;pointer-events:none;}.xn_top_top{height:20px;background:url("https://www.working-bees.com/images/index/xntop_bg.png") repeat-x top;}.xn_top img{width:80px;position:absolute;top:10px;-moz-transform-origin:top center;-webkit-transform-origin:top center;-o-transform-origin:top center;transform-origin:top center;z-index:-9;}.xn_top img:nth-child(2){left:35px;animation:lingdang2 infinite 6s;}.xn_top img:nth-child(3){right:35px;animation:lingdang3 infinite 6s;}@keyframes lingdang2{0%{transform:rotate(15deg);}50%{transform:rotate(-15deg);}100%{transform:rotate(15deg);}}@-webkit-keyframes lingdang2{0%{transform:rotate(15deg);}50%{transform:rotate(-15deg);}100%{transform:rotate(15deg);}}@keyframes lingdang3{0%{transform:rotate(15deg);}50%{transform:rotate(-15deg);}100%{transform:rotate(15deg);}}@-webkit-keyframes lingdang3{0%{transform:rotate(15deg);}50%{transform:rotate(-15deg);}100%{transform:rotate(15deg);}}.ybmleft_bar{width:150px;height:276px;position:fixed;top:50%;left:0;transform:translateY(-50%);z-index:99;cursor:pointer;}
    /*.right_bar {width: 100px;height: 420px;text-align: center;position: fixed;top: 50%;right: 10px;transform: translateY(-50%);overflow: hidden;z-index: 99;}
    .right_bar > img {width: 100px;height: 119px;margin-bottom: 10px;}
    .right_bar button {width: 90px;height: 90px;padding: 15px;background: #d00207;color: #fbcb82;border-radius: 10px;margin-bottom: 10px;cursor: pointer;}
    .right_bar button i {display: inline-block;width: 32px;height: 29px;margin: 0 auto;background: url("https://www.working-bees.com/images/index/rg_icoa.png") no-repeat;}
    .right_bar button:nth-child(2) i {background-position: 0 -36px;}
    .right_bar button:nth-child(3) i {background-position: 0 -80px;}
    .right_bar .close_btn, .ybmleft_bar .close_btn {width: 20px;height: 20px;position: absolute;top: 0;cursor: pointer;}
    .right_bar .close_btn {left: 0;}
    .ybmleft_bar .close_btn {right: 0;}
    .ybmleft_bar_small, .ybmleft_bar_small .close_btn {width: 20px;height: 80px;background: rgba(208, 2, 7, .6) url("https://www.working-bees.com/images/index/arrow-right.png") no-repeat center;}
    .ybmleft_bar_small img {display: none;}
    .right_bar_small, .right_bar_small .close_btn {width: 20px;height: 80px;right: 0;background: rgba(208, 2, 7, .6) url("https://www.working-bees.com/images/index/arrow-left.png") no-repeat center;cursor: pointer;animation: all 0.35s;}
    .right_bar_small img, .right_bar_small button {display: none;}*/
/*导航VR*/
.vr {overflow: hidden;position: absolute;right: -70px;top: 0;z-index: 9;}
.vr:hover {height: 240px;transition: height .25s ease-in;}
.vr a:hover {background: #fff;color: #333;}



/* banner下方——适合学什么 */
.bg_huise{
  background: #f3f3f3;
  padding: 10px 0 30px;
}
.runqun_list li:nth-child(1){
  width: 280px;
  height: 440px;
  background: url("https://www.working-bees.com/images/index/renqun1.png") no-repeat;
}
.runqun_list li img{
  float: right;
}
.runqun_list li:nth-child(1) strong{
  font-size: 22px;
  margin: 30px 0 22px 30px;
  display: block;
  color: #ff7b41;
}
.runqun_list li:nth-child(1) p{
  width: 82%;
  margin: 10px auto;
}
.runqun_list li:nth-child(1) a{
  width: 100px;
  border: 1px solid #fc4f03;
  display: block;
  text-align: center;
  line-height: 30px;
  color: #fc4f03;
  margin: 18px 0 0 26px;
}
.runqun_list li:nth-child(2){
  width: 314px;
  height: 440px;
  border: 1px solid #dbd9d9;
}

  /* 渐变 */
 /* .runqun_list li:nth-child(1):hover{
    transition: all 0.3s ease 0s;
  }
  .runqun_list li:nth-child(1):hover a{
    transition: all 0.3s ease-out;
    background: #ff7b41!important;
    color: #fff!important;
  }*/
  .runqun_list li .renqun1_div:hover a,.runqun_list li .renqun2_div:hover a{
    transition: all 0.3s ease-out;
    background: #ff7b41!important;
    color: #fff!important;
  }
  .runqun_list li:hover strong,.runqun_list li .renqun1_div:hover strong,.runqun_list li .renqun2_div:hover strong{
    font-size: 28px;
    transition: all 0.3s ease-out;
  }

/* 第二列上 */
.runqun_list li:nth-child(2) .renqun1_div{
  background: url("https://www.working-bees.com/images/index/renqun2.png") no-repeat;
  width: 320px;
    height: 219px;
    background-position-y: bottom;
}
.runqun_list li .renqun1_div strong{
  font-size: 22px;
  display: block;
  color: #60cd07;
  margin: 0 0 10px 30px;
  padding-top: 10px;
}
.runqun_list li .renqun1_div p{
  width: 200px;
  margin: 10px 0 10px 20px;
}
.runqun_list li .renqun1_div a {
  width: 100px;
  border: 1px solid #fc4f03;
  display: block;
  text-align: center;
  line-height: 30px;
  color: #fc4f03;
  margin: 18px 0 0 26px;
}
/* 第二列下 */
.runqun_list li:nth-child(2) .renqun2_div{
  background: url("https://www.working-bees.com/images/index/renqun5.png") no-repeat;
  width: 320px;
  height: 220px;
    background-position-y: bottom;
}
.runqun_list li .renqun2_div strong{
  font-size: 22px;
  display: block;
  color: #ff7b41;
  margin: 0 0 10px 30px;
  padding-top: 10px;
}
.runqun_list li .renqun2_div p{
  width: 200px;
  margin: 10px 0 10px 20px;
}
.runqun_list li .renqun2_div a {
  width: 100px;
  border: 1px solid #fc4f03;
  display: block;
  text-align: center;
  line-height: 30px;
  color: #fc4f03;
  margin: 18px 0 0 26px;
}

/* 第三列上 */
.runqun_list li:nth-child(3) .renqun1_div{
  background: url("https://www.working-bees.com/images/index/renqun3.png") no-repeat;
  width: 320px;
      height: 219px;
    background-position-y: bottom;
}
.runqun_list li .renqun1_div strong{
  font-size: 22px;
  display: block;
  color: #ff7b41;
  margin: 0 0 10px 30px;
  padding-top: 10px;
}
.runqun_list li .renqun1_div p{
  width: 200px;
  margin: 10px 0 10px 20px;
}
.runqun_list li .renqun1_div a {
  width: 100px;
  border: 1px solid #fc4f03;
  display: block;
  text-align: center;
  line-height: 30px;
  color: #fc4f03;
  margin: 18px 0 0 26px;
}
.runqun_list li:nth-child(3){
  width: 312px;
  height: 440px;
  border: 1px solid #dbd9d9;
}
.runqun_list li:nth-child(3)  .renqun2_div{
  background: url("https://www.working-bees.com/images/index/renqun6.png") no-repeat;
  width: 320px;
  height: 220px;
    background-position-y: bottom;
}
.color_lvse{
  color: #60cd07!important;
}
.color_juse{
  color:#ff7b41!important;
}

/* 第四列 */
.runqun_list li:nth-child(4){
  width: 320px;
  height: 440px;
  border: 1px solid #dbd9d9;
}
.color_hongse{
  color:#fc0101!important;
}
.color_huangse{
  color:#ffba00!important;
}
.runqun_list li:nth-child(4) .renqun1_div{
  background: url("https://www.working-bees.com/images/index/renqun4.png") no-repeat;
  width: 320px;
    height: 219px;
    background-position-y: bottom;
}
.runqun_list li:nth-child(4)  .renqun2_div{
  background: url("https://www.working-bees.com/images/index/renqun7.png") no-repeat;
  width: 320px;
  height: 220px;
    background-position-y: bottom;
}
/*仿直播弹窗*/
.zb {
  width: 100px;
  height: 178px;
  position: fixed;
  top: 80px;
  right: 0;
  cursor: pointer;
}
.zb-t {
  background: #ff264f;
  color: #fff;
  line-height: 30px;
  text-align: center;
  font-size: 18px;
  position: relative;
}
.zb-t img {
  width: 20px;
  margin-right: 10px;
}
.zb video {
  width: 80px;
  height: 144px;
  margin-left: 20px;
}
.zb .zb-t::before {
  width: 0;
  height: 0;
  content: '';
  border-top: 10px solid #b71836;
  border-right: 10px solid #b71836;
  border-left: 10px solid transparent;
  border-bottom: 10px solid transparent;
  position: absolute;
  bottom: -20px;
  left: 0;
}
.zbbox {
  width: 100%;
  height: 100%;
  background: rgba(0,0,0, .5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  display: none;
}
.zb-tc {
  width: 480px;
  height: 400px;
  box-shadow: 0 0 5px 3px #333;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 999;
}
.zb-tc:before,.zb-tc:after{
  content: " ";
  display: block;
  position: absolute;
  width:480px;
  height:400px;
  top: 0;
  left: 0;
  border:5px solid #FF9E06;
  z-index:10;
  box-sizing: border-box;
  -webkit-animation: clipAni 5s infinite linear;
}
.zb-tc:before{
  -webkit-animation-delay: -2s;
}
@keyframes  clipAni{
  0%,100%{
    clip:rect(0px,480px,420px,415px);
  }
  25%{
    clip:rect(0px,480px,5px,0px);
  }
  50%{
    clip:rect(0px,5px,420px,0px);
  }
  75%{
    clip:rect(415px,480px,420px,0px);
  }
}
.zb-img {
  width: 180px;
  height: 400px;
  position: relative;
}
.zb-img .plbtn {
  width: 60px;
  height: 60px;
  border: 1px solid #fff;
  border-radius: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  background: rgba(0,0,0, .3);
}
.zb-tc form {
  width: 270px;
  padding: 30px 15px 15px;
  background: #fff;
  text-align: center;
}
.zb-tc form strong {
  font-size: 24px;
  line-height: 40px;
}
.zb-tc form p {color: #fe0000;}
.zb-input {
  width: 100%;
  height: 40px;
  border: 1px solid #333;
  background: #fff;
  margin-top: 20px;
  text-indent: 10px;
}
.zb-submit {
  background: #FF9E06;
  border-color: #FF9E06;
  color: #fff;
  cursor: pointer;
}
.zb-colose {
  display: block;
  padding: 5px 10px;
  background: #FF9E06;
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  z-index: 9;
}

/* 首页火热报名 */
.rqhj_lunbo{
	overflow: hidden;
	max-width: 970px;
}
.huore_img .huore_left{
	width: 230px;
    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;
}




/* 最新网站首页底部 */

.footer-fav{
  position: relative;
  width: 100%;
  background-color: #fff4ed;
  padding: 30px 0;
  margin: 70px 0 0;
}
.ft_left{
  float: left;
}
.ft_right{
  float: right;
  margin-top: 10px;
}
.ft_left h2{
  margin-bottom: 14px;
}
.ft_left p{
  color: #9b9b9b;
}
.ft_right a{
  background: #ff7d33;
  color: #fff;
  border-color: #ff7d33;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  cursor: pointer;
  display: inline-block;
  outline: none;
  border: none;
  text-align: center;
  white-space: nowrap;
  padding: 10px 20px;
  border-radius: 5px;
}

.ft_right a:hover{
  background-color: #cc4a00;
  border-color: #cc4a00;
  color: #ffffff
}


.site_girl{
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 99;
}

.footer-navi {
  position: relative;
  background: #484848;
  color: #949498;
  line-height: 1.9286;
  z-index: 21;
  padding: 50px 0;
}
.footer-navi .ft_w1300{
  width: 1300px;
  min-width: 1300px;
  margin: 20px auto 40px; 
}

.footer-navi .about {
  width: 30%;
  margin: 0;
  font-size: 14px;
  padding-right: 36px;
}

.navis {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 40%;
}
.navis .navi {
  width: 33.33333333%;
  text-align: center;
  float: left;
}

.footer-navi .title {
  color: #fff;
  font-weight: normal;
  line-height: 1.38889;
  font-size: 18px;
  margin-bottom: 14px;
}
.navis .navi a{
  display: block;
}
.about ::before {
  content: '';
  width: 0;
  height: 68%;
  border-right: 1px solid #212121;
  position: absolute;
  right: 0;
  top: 43px;
}
.footer-navi .ewms::before {
  content: '';
  width: 0;
  height: 68%;
  border-left: 1px solid #212121;
  position: absolute;
  left: 0;
  top: 43px;
}
.footer-navi .widget {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}


.ewms {
  width: 350px;
  padding-left: 50px;
  margin: 0;
}

.ewms ul {
  text-align: center;
  margin-bottom: 35px;
}
.ewms li {
  float: left;
  width: 24%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline;
  line-height: 1.3;
}
.hide{
  visibility: hidden;
  opacity: 0;
  position: absolute;
}


.ewms li:hover .ewm-content,
.ewms li.show .ewm-content {
  visibility: visible;
  bottom: 105%;
  opacity: 1;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s
}

.ewms .ico {
  font-size: 46px;
  cursor: pointer;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s
}

.ewms .ico:hover {
  color: #fff
}

.ewms .ico:hover>i {
  background-color: #fff;
  color: #ff6000
}

.ewms .ico i {
  display: block
}

.ewms .ico>i {
  margin: 0 .075rem;
  background-color: rgba(148, 148, 152, 0.15);
  -webkit-border-radius: .06rem;
  -moz-border-radius: .06rem;
  border-radius: .06rem;
  color: #fff;
  font-size: .2rem;
  line-height: .42rem;
  text-align: center;
  margin-bottom: .12rem
}


.ewms .ico>img {
  margin: 0 0.075rem;
  background-color: rgba(148,148,152,0.15);
  -webkit-border-radius: 0.06rem;
  -moz-border-radius: .06rem;
  border-radius: 0.06rem;
  color: #fff;
  text-align: center;
  border-radius: 5px;

}
.ewms .ico i {
  display: block;
}

.ewms h4 {
  font-size: 15px;
  font-weight: normal;
  margin: 10px 0;
}

.ewms .like {
  text-align: center;
}

.ewms .like strong {
  color: #ff6000;
  font-size: 54px;
  line-height: 1.24;
  font-family: Impact;
  font-weight: normal;
}

.ewms .like h3 {
  font-size: 26px;
  font-weight: normal;
  line-height: 1.1;
  color: #ff6000;
}

.top-right a:last-child {border: none;}
.top-img {
position: absolute;
left: 0;
top: 40px;
transform-origin: 0 0;
transform: scaleY(0);
transition: all 0.35s;
z-index: 999;
}
.top-right a:hover img {
transform: scaleY(1);
}

.caitiao{
  position: relative;
  z-index: 21;
}

.footer-colors {
  width: 100%;
  height: 4px;
  background-color: #333;
  background-position: 0 0;
  background-repeat: repeat;
  background-image: -webkit-repeating-linear-gradient(to right, #68103b, #68103b 50px, #703f28 50px, #703f28 100px, #a16b13 100px, #a16b13 150px, #a5a02c 150px, #a5a02c 200px, #5e812d 200px, #5e812d 250px, #1c6075 250px, #1c6075 300px, #403161 300px, #403161 350px);
  background-image: -o-repeating-linear-gradient(to right, #68103b, #68103b 50px, #703f28 50px, #703f28 100px, #a16b13 100px, #a16b13 150px, #a5a02c 150px, #a5a02c 200px, #5e812d 200px, #5e812d 250px, #1c6075 250px, #1c6075 300px, #403161 300px, #403161 350px);
  background-image: -webkit-repeating-linear-gradient(left, #68103b, #68103b 50px, #703f28 50px, #703f28 100px, #a16b13 100px, #a16b13 150px, #a5a02c 150px, #a5a02c 200px, #5e812d 200px, #5e812d 250px, #1c6075 250px, #1c6075 300px, #403161 300px, #403161 350px);
  background-image: -o-repeating-linear-gradient(left, #68103b, #68103b 50px, #703f28 50px, #703f28 100px, #a16b13 100px, #a16b13 150px, #a5a02c 150px, #a5a02c 200px, #5e812d 200px, #5e812d 250px, #1c6075 250px, #1c6075 300px, #403161 300px, #403161 350px);
  background-image: repeating-linear-gradient(to right, #68103b, #68103b 50px, #703f28 50px, #703f28 100px, #a16b13 100px, #a16b13 150px, #a5a02c 150px, #a5a02c 200px, #5e812d 200px, #5e812d 250px, #1c6075 250px, #1c6075 300px, #403161 300px, #403161 350px);
  -webkit-animation: animate-colors 200s infinite linear;
  animation: animate-colors 200s infinite linear;
  -webkit-animation-play-state: paused;
  animation-play-state: paused
}
.footer-navi:hover .footer-colors {
  -webkit-animation-play-state: running;
  animation-play-state: running
}

.colors-shadow {
  position: absolute;
  left: 0;
  right: 0;
  top: 4px;
  height: 50px;
}
.colors-shadow::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(18, 18, 18, 0.8)), to(#121212));
  background: -webkit-linear-gradient(top, rgba(18, 18, 18, 0.8), #121212);
  background: -o-linear-gradient(top, rgba(18, 18, 18, 0.8), #121212);
  background: linear-gradient(to bottom, rgba(18, 18, 18, 0.8), #121212);
}

@-webkit-keyframes animate-colors {
  0% {
      background-position: 0 0
  }

  100% {
      background-position: 7000px 0
  }
}

@keyframes animate-colors {
  0% {
      background-position: 0 0
  }

  100% {
      background-position: 7000px 0
  }
}
.copyright {
  color: #545454;
}
.ft_container{
  background-color: #3e3d3d;
  width: 84%;
  text-align: center;
  padding: 12px;
  border-radius: 10px;
  margin: 50px auto 0;
}




.site-girl{
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
}

.girl-in{
  position: relative;
  width: 150px;
}
.site-girl a {
  color: #797979;
}
.site-girl .girl {
  left: -0.5rem;
}
.site-girl .girl {
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.girl-in .thumb {
  padding-top: 92.61083744%;
}
.girl-in .thumb {
  padding-top: 111%;
  background-position: left bottom;
  -webkit-background-size: contain;
  background-size: contain;
}
.thumb {
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  background-size: contain;
  width: 100%;
  height: 0;
}

.site-girl .girl-hi {
  width: 50px;
  position: absolute;
  left: 86%;
  top: 29%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}
.girl-hi .thumb {
  padding-top: 100%;
}
.thumb {
  background-position: left center;
}




.footer-fav:hover .site-girl .girl {
  left: -20px
}

.footer-fav:hover .site-girl .girl .girl-in::after {
  visibility: visible;
  opacity: 1;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s
}

.footer-fav:hover .site-girl .girl .girl-hi {
  visibility: visible;
  opacity: 1;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  right: 80%
}

.footer-fav:hover .site-boy .girl {
  padding-right: 0;
  left: -20px
}

.footer-fav .site-girl .girl-info {
  margin-left: -140px;
  margin-bottom: 48px;
  font-size: 14px;
}