/*
 * Description: 心理咨询师首页
 * Author: tianfangfang
 * Update: 15/4/2015
 */

.ment-wrap{ background: #b62853; }
.nav-ment .cur{ color: #fff82d; }
.tip-header .cur{ height: 20px; line-height: 20px; padding: 0 10px; background: #fe3b2e; color: #fff; }
.tip-header .ment-time{ color: #999; } 
.ment-ad { margin-top: 10px; }

/* 心理广告图开始 */
.banner{ width: 1000px; height: 220px; overflow: hidden; margin: 5px auto 0; position: relative; }
.banner span{ width: 12px; height: 12px; display: block; position: absolute; top: 0; right: 0; background: url(../images/colse.gif) no-repeat; cursor: pointer; }
 
/* 学员风采图片展示开始  */ 
.student-show{ width: 1000px; height: 400px; position: relative; overflow: hidden; margin-top: 20px; }
.student-show .door-fl{ width: 500px; height: 400px; position: absolute; left: 0; top: 0; display: block; z-index: 5; }
.student-show .door-fr{ width: 500px; height: 400px; position: absolute; right: 0; top: 0; display: block; z-index: 5; }

.student-show .student1{ position: absolute; top: 0; left: 0; }
.student-show .student2{ position: absolute; top: 0; left: 154px; }
.student-show .student3{ position: absolute; top: 102px; left: 154px; }
.student-show .student4{ position: absolute; top: 0; left: 308px; }
.student-show .student5{ position: absolute; top: 202px; left: 0; }
.student-show .student6{ position: absolute; top: 202px; left: 154px; }
.student-show .student7{ position: absolute; top: 202px; left: 308px; }
.student-show .student8{ position: absolute; top: 303px; left: 0; }
.student-show .student9{ position: absolute; top: 303px; left: 154px; }
.student-show .student10{ position: absolute; top: 0; right: 0; }
.student-show .student11{ position: absolute; top: 0; right: 154px; }
.student-show .student12{ position: absolute; top: 102px; right: 154px; }
.student-show .student13{ position: absolute; top: 0; right: 308px; }
.student-show .student14{ position: absolute; top: 202px; right: 0; }
.student-show .student15{ position: absolute; top: 202px; right: 154px; }
.student-show .student16{ position: absolute; top: 202px; right: 308px; }
.student-show .student17{ position: absolute; top: 303px; right: 0; }
.student-show .student18{ position: absolute; top: 303px; right: 154px; }

.student-show .student a{ position: relative; width: 100%; height:100%; display: block; overflow:hidden; } 
.student-show .student p{ width:0%; height:0%; background: url(../images/student-bg.png) no-repeat; position:absolute; z-index:1; display: block;background-size:100% 100%; top:70%; right:50%; display:none; }   
.student-show .student p.act{ -webkit-animation: btnRotate 1s linear infinite; } 
@-webkit-keyframes btnRotate {
	0% {
    	-webkit-transform: rotateZ(0deg);
    	}
	100% {
    	-webkit-transform: rotateZ(1400deg);
    	}
} 
.student-show .student p span{width:100%; height: 100%; color:#fff;font-size:20px;text-align:center;display: inline-block;padding: 10px 5px;}