/**{
	cursor: default;
}*/
a:hover {
    cursor: pointer;
}

/*课程列表引导的样式*/
.course {
    width: 100%;
    height: 260px;
    background: #F8F8F8;
    text-align: center;
    margin-bottom: 43px;
    position: relative;
}

/*四个大icon*/
.guid-icon {
    width: 1170px;
    height: 100%;
    margin: 0 auto;
}

.guid-icon li {
    float: left;
    width: 25%;
    text-align: center;
}

.guid-icon .round-box {
    display: block;
    width: 80px;
    height: 80px;
    margin: 0 auto;
    border: 1px solid #555;
    color: #444;
    border-radius: 50%;
    background: #555;
    margin-top: 72px;
    transition: color .3s;
    position: relative;
    z-index: 1;
}

.guid-icon .round-box:hover {
    color: #EFD46A;
    border: 1px solid #555;
}

.guid-icon .round-box:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #EFD46A;
    z-index: -1;
    transition: transform 0.5s, opacity 0.5s;
}

.guid-icon .round-box:hover:after {
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -ms-transform: scale(1.6);
    transform: scale(1.6);
    opacity: 0;
}

.guid-icon .round-box span {
    line-height: 80px;
    /*text-shadow: 0px 2px 4px #605F5A;*/
}

.guid-icon .round-box span.kechengline {
    font-size: 57px;
}

.guid-icon .round-box span.xinghuohuzhuxuanzhong {
    font-size: 46px;
    position: relative;
    top: -2px;
}

.guid-icon .round-box span.xinfuben {
    font-size: 47px;
    position: relative;
    top: 2px;
}

.guid-icon .round-box span.platform {
    font-size: 45px;
    position: relative;
    top: -3px;
}

.guid-icon .about-find {
    font-size: 18px;
    color: #555;
    margin-top: 17px;
}

.guid-icon .about-text {
    font-size: 12px;
    color: #999;
    margin-top: 9px;
}

/*俞敏洪播放视频盒子*/
.videobox {
    width: 100%;
    height: 410px;
    position: relative;
    background: #FCFCFD;
}

.level-line {
    width: 100%;
    height: 1px;
    background: #ccc;
    position: absolute;
    left: 0;
    top: 188px;
    z-index: 1;
}

.videomiddle {
    width: 1170px;
    height: 410px;
    margin: 0 auto;
    font-size: 30px;
    text-align: center;
    line-height: 410px;
    position: relative;
}

.play-box {
    width: 100px;
    height: 100px;
    position: absolute;
    top: 238px;
    left: 160px;
    cursor: pointer;
    line-height: normal;
    z-index: 950;
}

/*遮罩*/
.zz {
    width: 1170px;
    height: 410px;
    background: rgba(255, 255, 255, 0.2);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    display: none;
}

.play-box {
    width: 50px;
    height: 50px;
    background: url(http://static.breadoffer.com/www/common/img/sprit.png) -566px -143px no-repeat;
}

.play-box:hover {
    background: url(http://static.breadoffer.com/www/common/img/sprit.png) -626px -143px no-repeat;
}

/*引导注册会员的样式*/
.register {
    padding-top: 130px;
    width: 100%;
    background: #FCFCFD;
    overflow: hidden;
    padding-bottom: 120px;
}

.register .reg_bg {
    width: 1000px;
    height: 190px;
    background: url(../img/zcyd.png) no-repeat;
    margin: 0px auto 0px;
    text-align: center;
    color: #ffd966;
    padding-top: 54px;
}

.register .reg_bg p {
    font-size: 24px;
    margin: 0px 0px 30px 0px;
}

.register .reg_bg a {
    display: block;
    width: 180px;
    height: 30px;
    line-height: 28px;
    border: 1px solid #ffd966;
    margin: 0 auto;
    color: #ffd966;
    transition: all .2s;
    -webkit-transition: all .2s;
    -ms-transition: all .2s;
    -moz-transition: all .2s;
}

.register .reg_bg a:hover {
    background: #ffd966;
    color: #555;
}

/*首页底部样式*/
.footer {
    width: 100%;
    height: 320px;
    background: #2A2A2A;
    overflow: hidden;
}

.footer .middle {
    width: 1170px;
    height: 320px;
    margin: 0 auto;
    overflow: hidden;
}

.footer .middle .con {
    width: 604px;
    height: 270px;
    border-bottom: 1px solid #565656;
    margin: 0 auto;
    overflow: hidden;
    padding-top: 33px;
}

.footer .middle .con .con_left {
    width: 50%;
    height: 100%;
    float: left;
}

.footer .middle .con .logo {
    width: auto;
    padding: 0px;
}

.footer .middle .con .con_right {
    width: 50%;
    height: 100%;
    float: left;
    padding-left: 42px;
}

.footer .middle .con .con_right h1 {
    font-size: 30px;
    color: #fff;
    margin-top: -8px;
}

.footer .middle .con .con_right h2 {
    font-size: 14px;
    color: #ccc;
}

.footer .middle .con .con_right h3 {
    width: 120px;
    height: 24px;
    line-height: 24px;
    border-radius: 4px;
    background: #ffd966;
    font-size: 16px;
    text-align: center;
    margin: 11px 0px 13px 0px;
    font-size: 14px;
}

.footer .middle .con .con_right .ewm {
    font-size: 0px;
    border-radius: 2px 2px 0px 0px;
}

.footer .middle .con .con_right .ewm img {
    border-radius: 2px 2px 0px 0px;
}

.footer .middle .con .con_right .text {
    color: #000;
    width: 90px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    background: #fff;
    border-radius: 0px 0px 2px 2px;
}

.footer .middle .con p {
    font-size: 12px;
    color: #c7c7c7;
}

.footer .middle .link {
    margin-top: 30px;
}

.footer .middle .link li {
    margin-bottom: 4px;
}

.footer .middle .link li a {
    font-size: 14px;
    color: #c7c7c7;
}

.footer .middle .link li a:hover {
    color: #ffd966;
}

.footer .middle .com_inf {
    width: 604px;
    margin: 0 auto;
    font-size: 12px;
    color: #999;
    line-height: 36px;
}

/*首页迁移样式*/
.site-top {
    width: 100%;
    height: 460px;
    /*background: blue;*/
    position: relative;
}

#decorate {
    width: 60px;
}

.site-top .top {
    width: 1170px;
    height: 460px;
    margin: 0 auto;
    position: relative;
}

.site-top .top .top_img {
    width: 488px;
    height: 43px;
    position: absolute;
    left: 338px;
    top: 142px;
}

/*切换搜索框的样式*/
.site-top .top .input-box {
    width: 700px;
    height: 90px;
    position: absolute;
    left: 233px;
    top: 222px;
}

.site-top .top .input-box ul li {
    float: left;
    color: #A5A5A5;
    cursor: pointer;
    font-size: 14px;
}

.site-top .top .input-box ul li.find-lesson {
    /*margin-right:32px;*/
}

.site-top .top .input-box ul li.input-checked {
    color: #fff;
}

.site-top .top .input-box ul li.middle-division {
    color: #999;
    margin: 0px 16px;
    cursor: default;
}

.triangle {
    width: 0px;
    height: 0px;
    border-top: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 9px solid #fff;
    border-left: 9px solid transparent;
    position: absolute;
    top: 23px;
}

.triangle-first {
    left: 17px;
}

.triangle-second {
    left: 88px;
    display: none;
}

.search-box {
    width: 700px;
    height: 50px;
    background: #fff;
    position: absolute;
    left: 0px;
    bottom: 0px;
    border-radius: 3px;
}

.search-box input {
    display: inline-block;
    width: 586px;
    padding: 18px 0px;
    background: #fff;
    float: left;
    color: #555;
    padding-left: 14px;
    border-radius: 3px 0px 0px 3px;
    height: 14px;
    font-size: 12px;
    box-sizing: content-box;
}

/*input 框输入的话吧必须是输入状态的指针*/
.search-box input:hover {
    cursor: auto;
}

.search-box a {
    display: inline-block;
    width: 100px;
    height: 50px;
    text-align: center;
    background: #ffd966;
    line-height: 50px;
    color: #555;
    font-size: 20px;
    cursor: pointer;
    border-radius: 0px 3px 3px 0px;
}

.search-box a:hover {
    background: #fecd37;
}

.search-box a:hover {
    background:
}

.site-top .top p {
    position: absolute;
    width: 1170px;
    text-align: center;
    bottom: 100px;
    letter-spacing: 5px;
    color: #D4D4D4;
    font-size: 14px;
}

/*解决ie8不支持last-of-type*/
.list_box ul li.li-last {
    margin-right: 0px;
}

.teachermiddle ul li.li-last {
    margin-right: 0px;
}

.bannerimg a.display_none {
    display: none;
}

.display_none {
    display: none;
}

/*让播放器播放的时候时刻保持在屏幕的正中间*/
.bfq {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: url(../img/1222.png);
    z-index: 99;
}

.videos {
    width: 1170px;
    height: 410px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -585px;
    margin-top: -205px;
    font-size: 40px;
    text-align: center;
    color: #fff;
}

.bfq .cuowu {
    position: absolute;
    top: -50px;
    right: -50px;
    font-size: 50px;
    color: #000;
    cursor: pointer;
}

#example_video_1 {
    background: transparent;
}

.poster-shadow {
    display: block;
    position: absolute;
    left: -9px;
    top: -9px;
}

vedio {
    padding: 0;
    margin: 0;
    overflow: hidden;
}

.videomiddle {
    position: relative;
    z-index: 3;
}

/*导师天团最后一个不一样的介绍*/
.li-laster {
    width: 222px;
    height: 350px;
    border: 1px solid #ccc;
    border-radius: 3px;
    overflow: hidden;
    padding-top: 20px;
}

.li-laster .con {
    width: 182px;
    height: 310px;
    background: url(../img/M.png);
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
    position: relative;

}

.li-laster .con .inner-con {
    width: 100%;
    height: 100%;
    display: none;
    background: url(../img/1222.png);
}

.li-laster .con h5 {
    width: 80px;
    height: 17px;
    margin: 0 auto;
    font-size: 0px;
    position: absolute;
    left: 50px;
    top: 0px;
}

.li-laster .con h5 img {
    width: 80px !important;
    height: 17px !important;
}

.li-laster .con span {
    font-size: 12px;
    color: #ffd966;
    display: block;
    position: absolute;
    top: 100px;
    left: 37px;
    line-height: 20px;
}

.li-laster .con a {
    display: block;
    position: absolute;
    width: 130px;
    height: 32px;
    border: 1px solid #ffd966;
    color: #ffd966;
    font-size: 14px !important;
    bottom: 3px;
    left: 28px;
    line-height: 32px;
}

.li-laster .con a:hover {
    background: #ffd966;
    color: #555;
}

/*无缝滚动开始*/
.out-bread {
  background: #FCFCFD;
}

.bread {
    width: 1170px;
    /*height: 595px;*/
    margin: 0 auto;
    /*overflow-x: hidden;*/
    position: relative;
    background: #FCFCFD;
    padding:40px 0 76px 0;
}

.bread-inner {
    width: 1170px;
    height: 100%;
    font-size:14px;
    margin: 0 auto;
    position: relative;
    /*overflow-x: hidden;*/
}

.humanbox {
    width: 9000px;
    height: 100%;
}

/*.humanbox > div {
    width: 140px;
    height: 100%;
    text-align: center;
    position: relative;
    float: left;
}*/

/*.humanbox > div .img-boxs {
    width: 140px;
    padding-top: 60px;
}

.humanbox > div .img-boxs img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
}*/

/*小段同学*/
/*.humanbox > div h5 {
    padding-top: 38px;
    display: none;
    font-size: 16px;
    font-weight: bold;
    color: #555;
}*/

/*不是好学校拿到好offer*/
/*.humanbox > div h6 {
    width: 625px;
    height: auto;
    position: absolute;
    left: 50%;
    margin-left: -313px;
    display: none;
    padding-top: 7px;
    font-size: 14px;
    font-weight: bold;
    color: #777;
}*/

/*某某同学的具体介绍*/
/*.humanbox > div p {
    width: 625px;
    text-align: left;
    position: absolute;
    left: 50%;
    margin-left: -313px;
    padding-top: 44px;
    display: none;
    font-size: 14px;
    color: #777;
    line-height: 23px;
}*/
/*.active-person p{
    width: 625px;
    height:90px;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
    display: -moz-box;
    -moz-line-clamp: 2 !important;
    -moz-box-orient: vertical;
    overflow: hidden;
}*/
/*当前状态*/
.active-person h5, .active-person h6, .active-person p, .active-person div {
    display: block !important;
}

.active-person .img-boxs img {
    transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
}

/*样式重写*/
.swiper-container{
	/*width:1170px;*/
	margin:0 auto;
  /*position: relative;*/
}
.swiper-wrapper{
  /*width:1170px;*/
  /*margin:0 auto;*/
  /*overflow: hidden;*/
  /*position: relative;*/
  padding: 10px 2px;
}
.bread .icon {
    width:31px;
    height:100px;
    line-height: 90px;
    text-align: center;
    position: absolute;
    top:45%;
    font-size: 45px;
    background-image: none;
    border-radius: 3px;
    background-color: #f4f4f6;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.bread .icon:hover{
  cursor: pointer;
  background-color: rgba(51, 51, 51, 0.3);
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.bread .icon:hover i{
    color:#fff;
    cursor: pointer;
}
.bread .icon i{
  color:#777777;
  font-size:38px;
}
.bread .icon-next {
    position: absolute;
    right:-50px;
    color: #ccc;
}

.bread .icon-last {
    color: #ccc;
    left:-50px;
}
/*查看offer letter样式*/
/*.letter-btn{
  width:140px;
  height:30px;
  line-height: 28px;
  position: absolute;
  bottom:0;
  margin:0 auto;
  border:1px solid #999;
  border-radius:3px;
  text-align: center;
  color:#555;
  font-size:14px;
  cursor: pointer;
  display: none;
  transition:all 0.3s;
  -moz-transition:all 0.3s;
  -webkit-transition:all 0.3s;
  -o-transition:all 0.3s;
}
.letter-btn:hover{
  background-color: #555;
  color:#fff;
  transition:all 0.3s;
  -moz-transition:all 0.3s;
  -webkit-transition:all 0.3s;
  -o-transition:all 0.3s;
}
.letter-btn:hover a{
  color:#fff;
}*/
/*首页offer修改样式*/
.swiper-slide{
  width:270px !important;
  height:470px;
  font-size:14px;
  border:1px solid #eee;
  border-radius: 3px;
  /*margin-right:30px;*/
  /*padding:0 20px;*/
  background-color: #fff;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.swiper-slide:hover{
   box-shadow: 0 0 10px 0 #ddd;
   -moz-transition: all 0.3s;
   -webkit-transition: all 0.3s;
   -ms-transition: all 0.3s;
   -o-transition: all 0.3s;
   transition: all 0.3s;
}
.swiper-slide .info-box{
	width:100%;
  height:78px;
	padding:0 20px;
	display:flex;
	align-items:center;
  border-bottom: 1px solid #eee;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.swiper-slide .info-box .info{
  display:inline-block;
  width:180px;
  color:#999999;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.swiper-slide .info-box .info b{
  color:#494949;
  font-weight: normal;
}

.swiper-slide .info-box .surname{
	display:inline-block;
	width:35px;
	height:35px;
	line-height: 35px;
	text-align:center;
	border-radius: 50%;
	background-color: #3D3D3D;
	color:#fff;
	font-size:15px;
	font-weight:bold;
	margin-right:12px;
}
.swiper-slide .cont-box{
  padding:10px 20px 0;
}
.swiper-slide .cont-box .company-box{
  color:#5d5d5d;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.swiper-slide .cont-box .img-box{
  width:100%;
  height:128px;
  border:1px solid #eee;
  overflow: hidden;
  margin:10px 0 22px 0;
  border-radius: 6px;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.swiper-slide:hover .img-box{
  -webkit-box-shadow: 0 0 10px  #e5e5e5;
  -moz-box-shadow: 0 0 10px  #e5e5e5;
  box-shadow: 0 0 10px  #e5e5e5;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.swiper-slide .cont-box .img-box img{
  width:100%;
  /*height:auto;*/
  display: block;
  border-radius: 6px;
}
.swiper-slide .cont-box .part-course{
  width:100%;
  height:30px;
  line-height: 30px;
  color:#afafaf;
  background-color: #f9f9f9;
  border-radius: 3px;
  padding:0 5px 0 10px;
  margin-bottom: 15px;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.swiper-slide .cont-box .part-course:hover .detail-course{
  color:#fabe00;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.swiper-slide .cont-box .part-course:hover i{
  color:#fabe00;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.swiper-slide .cont-box .part-course .detail-course{
  display: inline-block;
  vertical-align:top;
  width:84px;
  height:30px;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.swiper-slide .cont-box .part-course .icon-jiantou-copy-copy2{
  display:inline-block;
  vertical-align:center;
  font-size:20px;
  line-height: 28px;
  margin-left:-2px;
}
.swiper-slide .cont-box .part-course b{
  color:#747474;;

}
.swiper-slide .cont-box .story{
  width:100%;
  height:125px;
  color:#747474;
  line-height: 21px;
  padding:0 2px;
  display:-webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:6;
  display: -moz-box;
  -moz-line-clamp: 6 !important;
  -moz-box-orient: vertical;
  overflow: hidden;
}
/*无缝滚动结束*/
/*测试bug修改*/
/*两个引号的定位*/
.zuoyin, .youyin {
    position: absolute;
    color: #e9e9e9;
    font-size: 32px;
}

.zuoyin {
    left: 198px;
    top: 225px;
}

.youyin {
    top: 225px;
    right: 198px;
}

/*引用阿里图标线上字体*/
@font-face {
    font-family: 'webfont';
    src: url('http://at.alicdn.com/t/jyr1emnltsm7vi.eot'); /* IE9*/
    src: url('http://at.alicdn.com/t/jyr1emnltsm7vi.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('http://at.alicdn.com/t/jyr1emnltsm7vi.woff') format('woff'), /* chrome、firefox */ url('http://at.alicdn.com/t/jyr1emnltsm7vi.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/ url('http://at.alicdn.com/t/jyr1emnltsm7vi.svg#思源黑体-极细') format('svg'); /* iOS 4.1- */
}

.web-font {
    font-family: "webfont" !important;
    font-size: 36px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}

/*引用阿里图标线上字体结束*/
/*右边的无缝轮播的背景图片*/
#banner-bg1 {
    background: url(../img/temp/copy1.png);
}

#banner-bg2 {
    background: url(../img/temp/copy2.png);
}

#banner-bg3 {
    background: url(../img/temp/copy3.png);
}

/*website大首页改版的样式*/
.changebanner {
    width: 100%;
    height: 460px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;

}

.bitem {
    width: 100%;
    height: 460px;
    position: absolute;
    overflow: hidden;
}

.bitem > img {
    position: absolute;
    left: 50%;
    margin-left: -960px;
}
.reg-position-box {
  position: relative;
  width: 1170px;
  height: 460px;
  margin: 0 auto;
}
.reg-position-box a {
    position: absolute;
    display: block;
    top: 255px;
    right: 55px;
    z-index: 600;
    width: 160px;
    height: 40px;
    transition: all .2s;
}
.reg-position-box a:hover {
    top: 249px;
    box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.64);
}

/*给header一个默认的样式*/
.changeheader {
    background-color: rgba(34, 34, 34, 0.6);
    /*background-color: #333;*/
    /* IE9、标准浏览器、IE6和部分IE7内核的浏览器(如QQ浏览器)会读懂 */
    /* background:transparent\9;//IE下设置背景为透明；
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#66363535,endColorstr=#66363535);
    zoom:1\8;
    background: rgba(0,0,0,0.4);   */
}

.changeheader .link {
    color: #fff;
}

.changeheader .nav-item-active .link {
    color: #fdcf3a;
}

@media \0screen\,screen\9 {
    /*只支持IE6、7、8*/
    .changeheader {
        background-color: #333;
        /*filter:Alpha(opacity=60);*/
        position: static; /*IE6、7、8只能设置position:static(默认属性) ，否则会导致子元素继承Alpha值*/
        *zoom: 1; /*激活IE6、7的haslayout属性，让它读懂Alpha*/
    }

    /* .header-content,.site-nav,.div.logined,.logined-show{
      position: relative;设置子元素为相对定位，可让子元素不继承Alpha值
    }  */
}

.arrow {
    width: 100%;
    height: 122px;
    position: absolute;
    z-index: 500;
    left: 0;
    top: 169px;
    display: none;
}

.arrow > div {
    width: 40px;
    height: 100%;
    background-color: rgba(51, 51, 51, 0.8); /* IE9、标准浏览器、IE6和部分IE7内核的浏览器(如QQ浏览器)会读懂 */
    border-radius: 3px;
    color: #fff;
    line-height: 122px;
    text-align: center;
    font-size: 50px;
    padding-right: 5px;
    cursor: pointer;
}

@media \0screen\,screen\9 {
    /* 只支持IE6、7、8 */
    .arrow > div {
        background-color: #000000;
        filter: Alpha(opacity=60);
        /*position:static;*/ /* IE6、7、8只能设置position:static(默认属性) ，否则会导致子元素继承Alpha值 */
        *zoom: 1; /* 激活IE6、7的haslayout属性，让它读懂Alpha */
    }

    /*.list-cover .alert-text a,.list-cover .alert-text .text-top{*/
    /*position: relative;*//* 设置子元素为相对定位，可让子元素不继承Alpha值 */
    /*} */
}

.arrow > div > span {
    display: inline-block;
    width: 18px;
    height: 40px;
}

.arrow > .left {
    float: left;
}

.arrow > .left > span {
    background: url(../img/sprite2.png) -759px -66px no-repeat;
}

.arrow > .right {
    float: right;
}

.arrow > .right > span {
    background: url(../img/sprite2.png) -786px -66px no-repeat;
    margin-left: 6px;
}

/*下面的按钮的盒子*/
.ctnbox {
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 50px;
    line-height: 8px;
}

.ctnbox > .dot {
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #ddd;
    border-radius: 50%;
    cursor: pointer;
}

.ctnbox > .doton {
    width: 20px;
    border-radius: 4px;
    background: #F6D059;
}

/*重新做搜索框*/
.search {
    width: 600px;
    height: 60px;
    background: #fff;
    position: absolute;
    left: 50%;
    margin-left: -300px;
    top: -30px;
    border-radius: 5px;
    box-shadow: 0px 2px 1px 1px #e5e5e5;
}

.findcon {
    width: 122px;
    height: 60px;
    line-height: 60px;
    float: left;
    position: relative;
    border-radius: 5px 0px 0px 5px;
    text-align: left;
    color: #eda700;
    cursor: pointer;
}

.findcon > .contain > span {
    margin-left: 20px;
}

.findcon > .contain > i {
    font-size: 18px;
    margin-left: 10px;
}

.findcon > .contain {

}

.innercon {
    position: absolute;
    left: 0;
    top: 60px;
    width: 122px;
    border-top: 2px solid #e5e5e5;
    height: 90px;
    width: 100%;
    background: #fff;
    border-radius: 0px 0px 5px 5px;
    padding-top: 8px;
    display: none;
    box-shadow: 0px 2px 1px 1px #e5e5e5;
    z-index: 500;
}

.innercon > a {
    display: block;
    padding-left: 20px;
    text-align: left;
    height: 34px;
    line-height: 34px;
    cursor: pointer;
    font-size: 16px;
    color: #555;
}

.innercon > a:hover {
    background: #f7f7f7;
}

/*细长的分割线*/
.search .fengeline {
    width: 1px;
    height: 16px;
    background: #ddd;
    float: left;
    overflow: hidden;
    margin-top: 22px;
}

.search > input {
    display: block;
    width: 357px;
    height: 20px;
    float: left;
    font-size: 12px;
    color: #999;
    box-sizing: content-box;
    padding: 20px 0px;
    padding-left: 20px;
}

.searchbtn {
    float: right;
    background: #F6D059;
    width: 100px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    cursor: pointer;
    border-radius: 0px 5px 5px 0px;
    color: #555;
    font-size: 20px;
}

/*首页改版之后，想让用户如果已经登录了就不轮播的切换样式*/
.his-site-top {
    width: 100%;
    height: 460px;
    background: url(../img/banner.jpg) center;
    position: relative;
}

/*改版后的课程样式begin*/
.new-course {
    width: 1170px;
    margin: 0 auto;
}

.new-course .labels {
    overflow: hidden;
    width: 100%;
    height: 24px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.new-course .label-item {
    display: inline-block;
    font-size: 12px;
    color: #999;
    background: #F9F9F9;
    padding: 4px 8px;
    float: left;
    margin-right: 5px;
}

/*第六个课程特殊处理*/
.new-list li.specil-course {
    width: 450px;
}

.new-list li.specil-course .list-cover {
    width: 450px;
}

.new-list li.specil-course .list-cover img {
    width: 100%;
    height: 100%;
}

.new-list li.specil-course .text-bottom {
    left: 173px;
}

/*改版后的课程样式over*/
/*改版新导师 begin*/
.new-teacher {
    width: 1170px;
    margin: 0 auto;
}

.teacher-font {
    text-align: center;
    border-top: 1px solid #f2f2f2;
    margin-bottom: 70px;
    margin-top: 20px;
}

.teacher-web-font {
    margin-bottom: 10px;
    margin-top: 52px;
}

.teacher-web-font a {
    font-size: 40px;
    color: #555;
    letter-spacing: 4px;
}

.teacher-web-font a:hover {
    color: #333;
}

.teacher-title {
    font-size: 16px;
    color: #999;
}

.new-list {
    margin-left: -29px;
}

.new-list li {
    position: relative;
    width: 210px;
    margin-left: 29px;
    margin-bottom: 50px;
}

.list-cover {
    position: relative;
    z-index: 2;
    width: 210px;
    height: 210px;
}

.list-cover img {
    display: block;
    width: 210px;
    height: 210px;
}

.list-cover .alert-text {
    width: 100%;
    height: 100%;
    /*background: url(../img/newtm.png);*/
    background-color: rgba(51, 51, 51, 0.8); /* IE9、标准浏览器、IE6和部分IE7内核的浏览器(如QQ浏览器)会读懂 */
    position: absolute;
    left: 0;
    top: 0;
    font-size: 12px;
    line-height: 20px;
    color: #ffd966;
    display: none;
}

@media \0screen\,screen\9 {
    /* 只支持IE6、7、8 */
    .list-cover .alert-text {
        background-color: #000000;
        filter: Alpha(opacity=60);
        /*position:static;*/ /* IE6、7、8只能设置position:static(默认属性) ，否则会导致子元素继承Alpha值 */
        *zoom: 1; /* 激活IE6、7的haslayout属性，让它读懂Alpha */
    }

    /*.list-cover .alert-text a,.list-cover .alert-text .text-top{*/
    /*position: relative;*//* 设置子元素为相对定位，可让子元素不继承Alpha值 */
    /*} */
}

.text-top {
    padding: 0px 22px;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    max-height: 100px;
    overflow: hidden;
}

.text-bottom {
    display: block;
    width: 104px;
    height: 30px;
    border: 1px solid #FCDA78;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    color: #ffd966;
    position: absolute;
    left: 53px;
    bottom: 0;
    transition: color .3s;
    transition: background-color .3s;
}

.text-bottom:hover {
    background-color: #ffd966;
    color: #555;
}

.new-teacher .labels {
    height: 24px;
    overflow: hidden;
}

.new-teacher .label-item {
    max-width: 100%;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 12px;
    color: #999;
    background: #F9F9F9;
    padding: 4px 8px;
}

.description-text {
    position: relative;
    z-index: 2;
}

/*补充:遮罩透明度图片色彩*/
.persent-cover {
    position: absolute;
    left: 0;
    top: 0;
    width: 210px;
    height: 210px;
    background: rgba(53, 54, 56, 0.15);
}

.description-text .nick-name {
    font-size: 14px;
    margin-top: 20px;
    margin-bottom: 10px;
    height: 24px;
    line-height: 24px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.description-text .nick-name a {
    color: #333;
    font-weight: bold;
    transition: all .3s;
}

.description-text .nick-name span {
    color: #555;
    font-size: 12px;
    display: inline-block;
    border-radius: 3px;
    padding: 0px 9px;
    background: #FCDA78;
    margin-left: 7px;
    height: 24px;
    line-height: 24px;
}

.description-text .nick-name a:hover {
    color: #eda700;
}

.shadow {
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    z-index: 1;
    top: -20px;
    right: -20px;
    bottom: -30px;
    left: -20px;
    background-color: #fff;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
}

.teacher-last .text-top {
    text-align: center;
}

.teacher-last .text-top img {
    display: block;
    margin: 0 auto;
    width: 80px;
    height: 16px;
    margin-bottom: 13px;
}

.teacher-last .text-top p {
    font-size: 14px;
    color: #FCDA78;
}

.wait-you {
    margin-top: 3px;
}

.text-bottom-specil {
    display: block;
    width: 130px;
    height: 32px;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    position: absolute;
    left: 40px;
    bottom: 0;
    border: 1px solid #FCDA78;
    color: #FCDA78;
}

.text-bottom-specil:hover {
    background: #ffd966;
    color: #555;
}

/*改版新导师 over*/
/*改版新加学院 begin*/
.all-college {
    width: 100%;
    /*height:650px;*/
    /*background: url(../img/repeatbg.jpg) center;*/
    position: relative;
    overflow-x: hidden;
    overflow-y: hidden;
}

.active-bg {
    width: 100%;
    height: 650px;
    position: absolute;
    left: 100%;
    top: 0;

}

.specil-activebg {
    left: 0;
}

.college-font {
    text-align: center;
    overflow: hidden;
    padding-top: 50px;
    position: relative;
    z-index: 100;
}

.college-web-font {
    font-size: 40px;
}

.college-web-font a {
    color: #555;
    letter-spacing: 4px;
}

.college-web-font a:hover {
    color: #333;
}

.college-title {
    font-size: 16px;
    color: #999;
    margin-top: 18px;
    margin-bottom: 30px;
}

.out-new-college {
    width: 1192px;
    height: 620px;
    margin: 0 auto;
    position: relative;
    z-index: 100;
    margin-bottom: 4px;
}

.new-college {
    width: 1170px;
    height: 610px;
    margin: 0 auto;
    padding-top: 20px;
    position: relative;
    background: #fff;
    transition: all .4s;
}

.new-college:hover {
    box-shadow: 0px 2px 19px -5px #bbb;
}

.college-rolling {
    width: 100%;
    padding: 0 20px;
    height: 460px;
    position: relative;
    z-index: 100;
    background: #fff;
}

.rolling-item {
    width: 100%;
    height: 100%;
}

/*活动预告的样式*/
.pre-activity {
    width: 235px;
    height: 460px;
    background: #eee;
    position: relative;
    overflow: hidden;
}

.pre-activity > a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 20px 20px 0;
    position: absolute;
    left: 100%;
    transition: background-color .2s;
}

.pre-activity > a:hover {
    background: #f8f8f8;
}

.pre-activity > a:first-child {
    left: 0;
}

.pre-activity > a h4 {
    color: #beb89f;
    font-size: 12px;
}
.new-recruit-logo {
  overflow: hidden;
  width: 42px;
  height: 42px;
  margin-top: 50px;
  border: 1px solid #dde0ef;
  border-radius: 50%;
}
.new-recruit-logo img {
  display: block;
  width: 100%;
  height: 100%;
}
.description {
    line-height: 36px;
    color: #555;
    font-size: 18px;
    font-weight: bold;
    height: 144px;
    overflow: hidden;
    margin-top: 14px;
}
.recruit-list {
  overflow: hidden;
  color: #555555;
  font-size: 12px;
  line-height: 26px;
}
.recruit-item {
  overflow: hidden;
  height: 26px;
}
.date-line {
    overflow: hidden;
}

.bold-line {
    width: 60px;
    height: 3px;
    background: #999;
    float: left;
}

.small-line {
    width: 124px;
    height: 1px;
    background: #999;
    float: right;
    margin-top: 1px;
}

.year-month {
    color: #999;
    font-size: 18px;
    line-height: 36px;
    overflow: hidden;
}

.day {
    text-align: center;
    font-weight: bold;
    color: #d4d4d4;
    height: 152px;
    line-height: 152px;
    font-size: 130px;
    font-family: "Arial", "Hiragino Sans GB", 'Microsoft YaHei';
}

.college-img {
    width: 620px;
    height: 100%;
    margin-left: 20px;
}

.college-img .college-items {
    width: 100%;
    height: 300px;
    position: relative;
    overflow: hidden;
}

.college-img .top-img {
    width: 100%;
    height: 300px;
    position: absolute;
    left: 100%;
}

.college-img .top-img:first-child {
    left: 0;
}

.college-img .top-img img {
    display: block;
    width: 100%;
    height: 300px;
}

.right-look {
    display: block;
    width: 170px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    color: #333;
    background: #EFD46A;
    border-radius: 3px;
    position: absolute;
    left: 36px;
    top: 162px;
    border: 1px solid #555;
    cursor: pointer;
    transition: background-color .2s;
}

.right-look:hover {
    background-color: #f6df83;
}

.right-look i {
    margin-left: 10px;
}

.icon-list {
    width: 100%;
    height: 140px;
    margin-top: 20px;
}

.icon-list li {
    width: 140px;
    height: 140px;
    background: #eee;
    float: left;
    margin-left: 20px;
    transition: all .4s;
}

.icon-list li:hover {
    transform: scale(1.1);
}

.icon-list li > a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.icon-list li > a:hover .icon-box {
    /*background: #eee;*/
}

.icon-list li p {
  overflow: hidden;
  margin: 0 auto;
  text-overflow: ellipsis;
  white-space: nowrap;
    text-align: center;
    font-size: 14px;
    color: #555;
    width: 100px;
    height: 24px;
    line-height: 24px;
    margin-top: 10px;
}

.icon-list li:first-child {
    margin-left: 0;
}

.icon-box {
  overflow: hidden;
    width: 66px;
    height: 66px;
    background: #f8f8f8;
    border-radius: 50%;
    color: #555;
    margin: 20px auto 0;
    text-align: center;
    line-height: 66px;
    transition: background-color .2s;
}
.icon-box img {
  display: block;
  width: 100%;
  height: 100%;
}
.icon-box span {
    font-size: 20px;
}

.icon-box span.xinwen {
    font-size: 40px;
}

.icon-box span.gongwenbao {
    font-size: 34px;
}

.icon-box span.shuji-copy {
    font-size: 45px;
}

.icon-box span.neibutuijian {
    font-size: 46px;
    position: relative;
    top: -3px;
}

/*过往公开课*/
.pass-activity {
    width: 235px;
    height: 100%;
    margin-left: 20px;
}

.pass-top {
    width: 100%;
    height: 300px;
    background: #eee;
    position: relative;
    overflow: hidden;
}

.pass-top > a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 20px 20px 18px;
    position: absolute;
    left: 100%;
    transition: background-color .2s;
}

.pass-top > a:hover {
    background-color: #f8f8f8;
}

.pass-top > a:first-child {
    left: 0;
}

.pass-top > a h4 {
    color: #BEB89F;
    font-size: 12px;
}

.pass-top > a .pass-description {
    line-height: 36px;
    font-size: 14px;
    color: #555;
    height: 212px;
    overflow: hidden;
    margin-top: 14px;
}

.pass-top > a p {
    font-size: 12px;
    color: #999;
}

.pass-bottom {
    width: 100%;
    height: 140px;
    text-align: center;
    line-height: 140px;
    font-size: 18px;
    color: #555;
    background: #eee;
    margin-top: 20px;
}

.pass-bottom a {
    display: block;
    width: 100%;
    height: 100%;
    transition: background-color .2s;
    position: relative;
    overflow: hidden;
    text-align: left;
    padding-left: 48px;
}

.pass-bottom a:hover {
    background-color: #f8f8f8;
}

.pass-bottom a span {
    position: relative;
}

.pass-bottom a i {
    position: absolute;
    left: -18px;
    top: 0
    font-weight: 350;
}

.arr {
    width: 40px;
    height: 100px;
    line-height: 100px;
    color: #ccc;
    text-align: center;
    background: #E5E5E5;
    position: absolute;
    top: 208px;
    border-radius: 3px;
    cursor: pointer;
}

.arr strong {
    font-size: 32px;
}

.arr-left {
    left: -11px;
}

.arr-right {
    right: -11px;
}

/*搜索框的样式*/
.search-out-box {
    width: 100%;
    height: 40px;
    margin-top: 40px;
}

.search-inner-box {
    width: 715px;
    height: 40px;
    border: 1px solid #e5e5e5;
    border-radius: 20px;
    margin-right: 20px;
}

.search-active {
    border: 1px solid #FCD051;
}

.search-inner-box input {
    display: block;
    float: left;
    width: 645px;
    box-sizing: content-box;
    height: 14px;
    line-height: 14px;
    font-size: 14px;
    padding: 12px 0px;
    margin-left: 20px;
    color: #999;
}

.search-inner-box span {
    font-size: 22px;
    color: #B9B9B7;
    margin-right: 20px;
    margin-top: 6px;
    cursor: pointer;
}

.search-active span {
    color: #FCD051;
}

/*改版新加学院 over*/
/*志之所向，无坚不入的样式 begin*/
.teacher_text {
    width: 100%;
    height: auto;
    text-align: center;
    overflow: hidden;
    margin-top: 100px;
}

.teacher_text h4 {
    font-size: 40px;
    color: #777;
    font-weight: normal;
}

.teacher_text h4 a {
    color: #555;
    letter-spacing: 4px;
}

.teacher_text h4 a:hover {
    color: #333;
}

.teacher_text h5 {
    font-size: 16px;
    color: #999;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 80px;
}

/*志之所向，无坚不入的样式 over*/

.rec-count {
    position: absolute;
    left: 34px;
    top: 30px;
    height: 80px;
}

.rec-count span {
    font-size: 60px;
    font-weight: bold;
    color: #4a4a4a;
}

.rec-count i {
    font-size: 24px;
    font-weight: bold;
    color: #4a4a4a;
    vertical-align: 4px;
    margin-left: 13px;
}
