/*********************** banner ****************************/
.f_DarkGray{
	color: #666;
}
.f_LightGray{
	color: #ddd;
}
.banner{
	width: 100%;
	height: 324px;
	overflow: hidden;
	*z-index: -1;
}
.bannerHd{
	left: 50%;
	bottom: 12px;
	margin: 0 0 0 -90px;
	z-index: 100;
}
.bannerHd ul li{
	width: 38px;
	height: 8px;
	background: #333333;
	margin-left: 37px;
	border-radius: 8px;
}
.bannerHd ul li.on{
	background: #fa8936;
}
.bannerBd{
	width: 100%;
}
.bannerBd ul li{
	width: 100%;
	height: 324px;
}
.bannerBd ul li.li01{
	background:url(../../../Content/images/ZctImages/pics/policyExplainBanner1.png) no-repeat center center;
}
.bannerBd ul li.li02{
	background:url(../../../Content/images/ZctImages/pics/policyExplainBanner2.png) no-repeat center center;
}
/*主要内容 模块开始*/
.main .module1{
	background: url(../../images/ZctImages/pics/moduleBg01.jpg) no-repeat center center;
}
.main .module2{
	background: url(../../images/ZctImages/pics/moduleBg02.jpg) no-repeat center center;
}
.main .module3{
	background: url(../../images/ZctImages/pics/moduleBg03.jpg) no-repeat center center;
}
.main .module{
	width: 100%;
	height: 530px;
}
.main .module .hasUpdate{
	width: 107px;
	height: 107px;
}
.module1 .hasUpdate{
	top: 0;
	right: 0;
	background: url(../../../Content/images/ZctImages/pics/hasUpDate.png) no-repeat center center;
}
.module2 .hasUpdate,.module3 .hasUpdate{
	top: 0;
	left: 0;
	background: url(../../../Content/images/ZctImages/pics/leftUpDate.png) no-repeat center center;
}
.module .mainContent{
	width: 690px;
	height: 490px;
}
.mainContent .personInfor{
	height: 22px;
}
.module1 .mainContent .personInfor .name{
	color: #333;
}
.mainContent .labelBox .label{
	padding:0 13px;
	height: 28px;
	line-height: 28px;
	border-radius: 28px;
}
.mainContent .labelBox .label1{
	color: #999;
	border: 1px solid #999;
}
.mainContent .labelBox .label2{
	color: #ddd;
	border: 1px solid #ddd;
}
.mainContent p.profile{
	height: 44px;
	line-height: 22px;
	overflow: hidden;
}
.mainContent .buy{
	height: 44px;
}
.mainContent .buy .buyBtn{
	width: 140px;
	height: 44px;
	margin-right: 54px;
	line-height: 44px;
	background: #fa8936;
	border-radius: 2px;
}
.mainContent .price{
	color:#fa8936;
	height: 43px;
	line-height: 43px;
}
.mainContent .lessonBox .top{
	height: 16px;
	border-bottom: 1px solid #ddd;
}
.lessonBox .top .tabTool{
	width:46px;
	height: 16px;
	top: 0;
	right: 0;
}
.lessonBox .top .tabTool > a{
	width: 12px;
	height: 12px;
}
.lessonBox .top .tabTool > a.prev{
	background: url(../../../Content/images/ZctImages/pics/prevBtnOrange.png) no-repeat center center;
}
.lessonBox .top .tabTool > a.next{
	background: url(../../../Content/images/ZctImages/pics/nextBtnOrange.png) no-repeat center center;
}
.lessonBox .lessonList{
	padding-left: 34px;
	height: 210px;
}
.module1 .lessonBox .lessonList{
	background: url(../../../Content/images/ZctImages/pics/leftDashLine.png) no-repeat left center;
}
.module2 .lessonBox .lessonList,.module3 .lessonBox .lessonList{
	background: url(../../../Content/images/ZctImages/pics/leftDashLine1.png) no-repeat left center;
}
.lessonBox .lessonList .lessonTitle{
	padding: 19px 0 12px 0;
	color: #fa8936;
}
.lessonBox .lessonList .lessonInfor .infor{
	width: 545px;
	line-height:21px;
	height: 42px;
	overflow: hidden;
}
.lessonBox .lessonList .lessonInfor a.playBtn{
	width:42px;
	height: 42px;
	background: url(../../../Content/images/ZctImages/pics/playBtnBg.png) no-repeat center center;
}
.lessonBox .lessonList .lessonInfor a.playBtn:hover{
	background: url(../../../Content/images/ZctImages/pics/playBtnBgHover.png) no-repeat center center;
}
.module .imgBox{
	width: 465px;
	height: 530px;
}
.module .imgBox .person{
	width: 400px;
	height: 530px;
	opacity: 0;
	z-index:1000;
}
.module1 .imgBox .txt{
	width: 233px;
	height: 530px;
	top: 0px;
	left:0px;
	display: none;
	z-index: 998;
}
.module1 .imgBox .person{
	top: 0;
	right:-250px;
}
.module2 .imgBox .person,.module3 .imgBox .person{
	top: 0;
	left:-250px;
}
.module2 .imgBox .txt,.module3 .imgBox .txt{
	width: 233px;
	height: 530px;
	top:0px;
	right:0px;
	display: none;
}
#loadingMore{
	width: 25px;
	height: 23px;
	background: url(../../../Content/images/ZctImages/pics/loadingBg.png) no-repeat center center;
}
/* 动画 开始*/
@-webkit-keyframes bounce-down {
    25% {
        -webkit-transform: translateY(-6px);
    }
    50%, 100% {
        -webkit-transform: translateY(0);
    }
    75% {
        -webkit-transform: translateY(6px);
    }
}
@keyframes bounce-down {
    25% {
        transform: translateY(-6px);
    }
    50%, 100% {
        transform: translateY(0);
    }
    75% {
        transform: translateY(6px);
    }
}
.animate-bounce-down{
   -webkit-animation: bounce-down 1.5s linear infinite;
    animation: bounce-down 1.5s linear infinite;
}

/*主要内容 模块 结束*/