/*公共样式*/


@font-face {
  font-family: 'iconfont';  /* project id 196279 */
  src: url('//at.alicdn.com/t/font_196279_ixj4fye406kcsor.eot');
  src: url('//at.alicdn.com/t/font_196279_ixj4fye406kcsor.eot?#iefix') format('embedded-opentype'),
  url('//at.alicdn.com/t/font_196279_ixj4fye406kcsor.woff') format('woff'),
  url('//at.alicdn.com/t/font_196279_ixj4fye406kcsor.ttf') format('truetype'),
  url('//at.alicdn.com/t/font_196279_ixj4fye406kcsor.svg#iconfont') format('svg');
}

.v_icon {
	font-family: iconfont !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0.2px;
	-moz-osx-font-smoothing: grayscale;
	font-weight: normal;	
	
}

*{
	padding: 0;
	margin: 0;
}
li{
	list-style: none;
}
body{
	font: "微软雅黑";
	background: #FFFFFF;
}
/*清除浮动*/
.clearfix:after{
	           content:"";           
	           display:block;      /*将元素转化为块级元素*/
	           clear:both;
	           visibility:hidden;/*超出的隐藏*/
               height:0
	           }
.clearfix{
	      zoom:1;
	      }
/*--------------*/

.fl{
	float:left;
	}
.fr{
	float:right;
   }

/*.container{
	padding-right: 0;
}*/
/*导航样式开始*/
.navbar-collapse{
	background:#FFFFFF;
	z-index: 1000;
	height:100px;
}
/*log样式*/
.logo-bar{
	width: 220px;
	height: 50px;
	margin-right: 20px;
}
.navbar-header{
	padding-top: 10px;
}
.logo-left-border{
	border-left:2px solid #CFD1D2;
}
/*手机屏幕下第二个logo隐藏*/
	@media only screen and (width: 812px){
		.navbar-header a:nth-child(2){
			display: none;
		}
		.logo-bar{
			margin-right: 0;
		}
		.container>.navbar-collapse{
			margin-right: -20px;
			margin-left: -20px;
		}
		.navbar-nav li a{
			color: #FFFFFF !important;
		}
		.nav .user-avatar-li{
			padding-left: 10px;
		}
		
	}
	@media screen and (max-width: 768px){
		.navbar-header a:nth-child(2){
			display: none;
		}
		}
	@media screen and (max-width: 736px){
		
		.logo-bar{
			margin-right: 0;
		}
		.container>.navbar-collapse{
			margin-right: -20px;
			margin-left: -20px;
		}
		.navbar-nav li a{
			color: #FFFFFF !important;
			text-align: center;
		}
		.navbar-nav .hidden-xsl a{
			color: #0362ae !important;
		}
		.nav .user-avatar-li{
			padding-left: 10px;
		}
	}
/*导航显示、隐藏按钮*/
.navbar-toggle{
	background: rgba(0,0,0,0.3);
	/*margin-top: 15px;*/
}			
.navbar-toggle span{
	background: #ffffff;
}
.nav .mobileList{
	display: none;
}
/*手机屏幕下的专用样式*/
	@media screen and (max-width: 736px){
		nav{
			background:rgba(0,0,0,0.5);
		}
		
		.text-center{
			background: none;
		}
		.text-center .pagination{
			margin-bottom: 70px;
		}
		.my-pag .dropdown-header{
			display: none !important;
		}
		.hidden-xs{
			display: none !important;
		}
		.user-avatar-li{
			display: none !important;
		}
		.nav .mobileList{
			display: block;
		}
	}
/*登录注册*/
.navbar-nav li a{
	color: #000000;
	padding-top: 10px;
	padding-bottom: 10px;
}
.navbar-nav .list-active a{
	background: #0362ae;
	color: #FFFFFF;
}
.navbar-nav .list-log-ini a{
	background: #ECECEC;
}
.navbar-nav .list-log-ini a:hover{
	background: #CCCCCC;
	color: #FFFFFF;
}
.navbar-nav .list-active a:hover{
	background: #920A1B;
	color: #FFFFFF;
}
#bgc-spa{
	margin-top: 20px;
}
.user-avatar-li>.dropdown-toggle{
	border-radius: 50%;
	border: none !important;
}
.dropdown-toggle .avatar-xs{
	width: 35px !important;
	height: 35px !important;
}
/*导航菜单*/
.nav-list-wrap{
	margin-top: 80px;
	border-top: 1px solid #DDDDDD; /*测试颜色*/
	position: relative;
	position: relative;
}
.nav-list-wrap ul{
	width: 100%;
	height: 50px;
}
.nav-list-wrap ul li {
	height: 100%;
	float: left;
}
.nav-list-wrap .row ul li a{
	line-height: 50px;
	text-align: center;
	display: block;
	width: 100%;
	height: 100%;
	padding: 0 75px;
}
.nav-list-title{
	height: 450px;
	width: 28%;
	background: #3b3b3b;
	color: #FFFFFF;
	font-size: 18px;
	font-weight: 500px;
	line-height: 50px;
	text-align: center;
}
.nav-active:hover{
	background: #FFA500;
}
.nav-active a:hover{
	color: #FFFFFF;
}
.nav-list-title a {
	width: 100%;
	height: 100%;
}
/*手机屏幕下list导航隐藏*/
	@media only screen and (width: 812px){
		.nav-list-wrap{
			display: none;
		}
	}
	@media screen and (max-width: 736px){
		.nav-list-wrap{
			display: none;
		}
		#bgc-spa{
			margin-top: 0;
			background: #FFFFFF;
			width: 120px;
			float: right;
			box-shadow: 2px 2px 2px #CCCCCC;
		}
		#bgc-spa .mobileList a{
			color: #000000 !important;
			text-align: center;
			
		}
		.navbar-nav .list-log-in a{
			color: #FFFFFF;
		}
	}
/*导航list搜索定位*/
.nav-inpt-seek{
	width: 270px;
	height: 50px;

	top: 0;
	right: 0;
}
.nav-inpt-seek input{
	position: absolute;
	top: 10px;

	width:270px;
	height: 40px;
	border: 1px solid #DDDDDD;
	border-radius:5px;
	box-sizing: border-box;
	text-indent: 10px;
	line-height: 40px;
	color: #666666;
}
.nav-list-title{
	text-align: left;
	text-indent: 10px;
}
.nav-inpt-seek button{
	width: 70px;
	height: 42px;
	position: absolute;
	top: 10px;
	margin-left:200px;
	text-align: center;
	background: #0362ae;
	line-height: 40px;
	color: #FFFFFF;
	border: none;
	border-top-right-radius:5px;
	border-bottom-right-radius:5px;
}
.es-icon{
	color: #666666;
}
.dropdown-menu > li > a:hover .es-icon{
	color: #FFFFFF;
}
/*导航下面的直播窗口*/
.nav-inpt-seek .input-bottom-live{
	width: 100%;
	height: 120px;
	position: absolute;
	top: 90px;
	left: 0;
	/*background: url(../imgv/nav-live-right-top_____img_indexImg_nav.jpg);
	background-size:100% auto;
	background-repeat: no-repeat;*/
	z-index: 2;
}
.input-bottom-live .live-a{
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.3);
	z-index: 100;
}
.input-bottom-live .live-a i {
	display: block;
	width: 100%;
	font-size: 40px;
	color: rgba(225,225,225,0.6);
	text-align: center;
	line-height: 130px;
}
.input-bottom-live .live-a:hover i {
	color:#FEFFFF;
}
.live-top-img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.3);
}
/*直播中间列表*/
.class-list-center{
	position: absolute;
	top: 120px;
	left: 0;
	width: 100%;
	height: 105px;
	background: rgba(0,0,0,0.3);
}
.class-list-center>ul{
	width: 100%;
	height: 100%;
}
.class-list-center>ul>li{
	width: 100%;
	height: 35px;
	text-align: center;
}
.input-bottom-live .class-list-center>ul>li .class-li-a{
	display: block;
	line-height: 35px;
	width: 100%;
	height: 100%;
	padding: 0;
	color: #FFFFFF;
}
.input-bottom-live .class-list-center>ul>li:hover .class-li-a{
	color: #06B7CB;
}
/*直播底部*/
.live-bottom{
	position: absolute;
	top: 225px;
	/*top: 120px;*/
	left: 0;
	width: 100%;
	height: 50px;
	background: #F1F2F1;
	border-top: 1px solid #DFDFDF;
}
.live-bottom i{
	color: #0362ae;
}
.live-bottom-left{
	position: absolute;
	top: 0;
	left: 0;
	width:100%;
	height: 100%;
	text-align: center;
	line-height: 50px;
	/*border-right: 1px solid #DFDFDF;*/
}
.live-bottom-left a,.live-bottom-right a{
	display: block;
	width: 100%;
	height: 100%;
	color: #0362ae !important;
}
/*.live-bottom-right{
	position: absolute;
	top: 0;
	right: 0;
	width:50%;
	height: 100%;
	text-align: center;
	line-height: 50px;
	
}*/
.input-bottom-live .live-bottom .live-bottom-left a:hover{
	background: none;
}
.input-bottom-live .live-bottom .live-bottom-right a:hover{
	background: none;
}
canvas{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	text-align: center;
	line-height: 50px;
}
.nav-timer{
	color: #FFFFFF;
	text-align: center;
}
.nav-timer p {
	color: #FFFFFF;
	text-align: center;
	font-size: 16px;
}
.nav-timer .tit-time{
	/*color: #0362ae;*/
	font-weight: 700;
	padding-top: 15px;
	font-size: 18px;
}
.exam{
	position: absolute;
	left: 0;
	bottom: 10px;
	width: 100%;
	background: rgba(129,153,125,0.3);
	line-height: 30px;
	text-align: center;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.nav-inpt-seek .input-bottom-live a:hover{
	background: rgba(0,0,0,0.5);
}
.nav-inpt-seek .input-bottom-live a:hover .exam{
	background: rgba(7,187,228,0.3);
}
/*导航部分结束*/	
/*轮播部分*/
/*#banner,.carousel-inner,.carousel-inner .item{
	height: 400px;
}
.item a{
	display: inline-block;
	width: 100%;
	height: 400px;
}
.carousel-inner .item a img{
	width: 100%;
	height: 100%;
}
.carousel-control{
	line-height: 400px;
	font-size: 48px;
}
.carousel-control{
	width: 8%;
}*/
/*手机屏幕下banner大小*/
@media screen and (max-width: 736px){
	nav{
		height: 60px;
	}
	.carousel-control{
		line-height: 20px;
		font-size: 28px;
	}
	#banner{
		margin-top: 60px;
	}
	#banner,.carousel-inner,.carousel-inner .item,{
	height: 150px;
	}
	.item a{
		display: inline-block;
		width: 100%;
		height: 150px;
	}	
	.nav-list{
		display: none;
	}	
}
/*轮播左侧列表*/
/*section{
	position: relative;
}*/
/*banner导航下面列表部分*/
.nav-list{
	position: absolute;
	top: 50px;
	left: 0;
	width: 28%;
	height: 369px;
	/*margin: 0 auto;*/
	z-index: 200;
}
.left-list{
	width: 100%;
	height: 100%;
	/*border: 1px solid #0362ae;*/
	background: rgba(0,0,0,0.3);
	border-top: none;
	position: absolute;
	top: 0;
	left: 0;
	box-sizing: border-box;
}
.left-list ul li{
	width: 100%;
	height: 66px;
	line-height: 66px;
	text-indent: 10px;
	font-size: 15px;
	/*margin-top: -1px;*/
	box-sizing: border-box;
	border-bottom: 1px solid #5e5e5e;
	overflow: hidden;
} 
.left-list ul li:hover{
	background: rgba(0,0,0,0.6);
}
.left-list ul li a{
	display:inline-block;
	float:left;
	color: #FFFFFF;	
}
.left-list ul li a:hover{
	color: #0362ae;
	text-decoration: underline;
}
/*隐藏的列表*/
.nav-list .hei-list{
	width: 200%;
	height: 369px;
	box-sizing: border-box;
	/*border: 1px solid #40BB8A;*/
	position: absolute;
	left: 100%;
	top: 0;
	display: none;
	z-index: 1;
	background: rgba(0,0,0,0.7);
}

/*鼠标移上去现实的div样式*/
.oli{
	width: 100%;
	height: 400px;
	/*background-color: #FFFFFF;*/
	position: absolute;
	top: 0;
	left: 0;
	padding-left: 10px;
}
.tit{
	width: 98%;
	height: 40px;
	line-height: 40px;
	font-weight: bold;
	font-size: 14px;
	box-sizing: border-box;
	border-bottom: 1px solid #5e5e5e;
	box-sizing: border-box;
}
.oli .tit a{
	color: #0362ae;
}
.atit{
	width: 98%;
	height: 40px;
	line-height: 40px;
	font-size: 12px;
	box-sizing: border-box;
	border-bottom: 1px solid #5e5e5e;
}
.atit span{
	margin:0 5px;
}
.atit span a:hover{
	text-decoration: underline;
}
.ali .page-tit{
	/*color: #40BB8A;*/
	font-weight: bold;
	font-size: 16px;
	}
#left-list ul li a{
	float: left;
}
/*轮播部分结束*/	

/*试听课程*/
.class-try-wrap{
	border-top: 1px solid #DDDDDD;
	/*background: rgba(30,199,249,0.3);*/
}
.mod-catalog-box__header{
	margin-bottom: 10px;
}
.mod-catalog-box__header h2{
	text-align: center;
}
.mod-catalog-box__header h2 a{
	color: #000000;
	letter-spacing: 10px;
}
.mod-catalog-box__header h2 a span{
	color: #E2E2E2;
}
/*.img-responsive{   
    transition: all 0.6s;  
}  */
/*.img-responsive:hover{  
    transform: scale(1.1);  
} */
.free-wrap{
	margin-top: 10px;
}
.free-wrap span{
	color: #1CB177;
	font-size: 16px;
	font-weight: 700;
}
.item-tt a{
	display: block;
	width: 100%;
	color: #EF540CE6;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.item-tt a:hover{
	color: #0362ae;
}
/*试听课程结束*/
/*背景段落样式*/
.hidden-xs {
		position: relative;
	}
	
.hidden-xs .statistic-bg {
	width: 100%;
	height: 100%;
	position: absolute;
	background: url(../imgv/p-bj_____img_indexImg_banner.jpg) center center no-repeat fixed;
	background-size: cover;
}

.hidden-xs .cover {
	/*background-color: rgba(0, 0, 0, 0.2);*/
	width: 100%;
	height: 100%;
	position: relative;
}
/*.hidden-xs .cov {
	width: 100%;
	height: 300px;
	position: relative;
}*/
.hidden-xs .cover div {
	width: 100%;
	height: 280px;
	display: table;
	text-align: center;
}

.hidden-xs .cover div ul {
	list-style: none;
	display: table-cell;
	vertical-align: middle;
	color: #FFFFFF;
	font-size: 18px;
	padding: 0;
}

.hidden-xs .cover div ul li {
	padding: 8px;
}
/*背景段落样式结束*/
/*消防学院*/
.tit-school h2{
	text-align: center;
}
.tit-school h2 a{
	color: #000000;
	letter-spacing: 10px;
}
.tit-school h2 a span{
	color: #E2E2E2;
}
/*.tit-school h2 a:hover{
	text-shadow: 2px 2px 2px #B06D4D;
}*/
/*.hidden-xs{
	background: red; !important
}*/
.course-filter{
	margin: 0;
	padding-right: 0;
}
.course-filter .nav-pills > li{
	margin: 0 30px 0 0;
}

/*消防学院结束*/

/*背景云*/
.sky {
  height: 100%;
  background: #A7DCFF;
  position: relative;
  overflow: hidden;
  -webkit-animation: sky_background 50s ease-out infinite;
  -moz-animation: sky_background 50s ease-out infinite;
  -o-animation: sky_background 50s ease-out infinite;
  animation: sky_background 50s ease-out infinite;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.clouds_one {
  background: url(../imgv/cloud_one_____img_indexImg_cond.png);
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 300%;
  -webkit-animation: cloud_one 50s linear infinite;
  -moz-animation: cloud_one 50s linear infinite;
  -o-animation: cloud_one 50s linear infinite;
  animation: cloud_one 50s linear infinite;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.clouds_two {
  background: url(../imgv/cloud_two_____img_indexImg_cond.png);
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 300%;
  -webkit-animation: cloud_two 75s linear infinite;
  -moz-animation: cloud_two 75s linear infinite;
  -o-animation: cloud_two 75s linear infinite;
  animation: cloud_two 75s linear infinite;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.clouds_three {
  background: url(../imgv/cloud_three_____img_indexImg_cond.png);
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 300%;
  -webkit-animation: cloud_three 100s linear infinite;
  -moz-animation: cloud_three 100s linear infinite;
  -o-animation: cloud_three 100s linear infinite;
  animation: cloud_three 100s linear infinite;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

@-webkit-keyframes sky_background {
  0% {
	background: #A7DCFF;
	color: #007fd5
  }
  50% {
	background: #A7DCFF;
	color: #a3d9ff
  }
  100% {
	background: #A7DCFF;
	color: #007fd5
  }
}
@-moz-keyframes sky_background {
  0% {
	background: #A7DCFF;
	color: #007fd5
  }
  50% {
	background: #A7DCFF;
	color: #a3d9ff
  }
  100% {
	background: #A7DCFF;
	color: #007fd5
  }
}
@keyframes sky_background {
  0% {
	background: #A7DCFF;
	color: #007fd5
  }
  50% {
	background: #A7DCFF;
	color: #a3d9ff
  }
  100% {
	background: #A7DCFF;
	color: #007fd5
  }
}

@-webkit-keyframes cloud_one {
  0% {
	left: 0
  }
  100% {
	left: -200%
  }
}
@-moz-keyframes cloud_one {
  0% {
	left: 0
  }
  100% {
	left: -200%
  }
}
@keyframes cloud_one {
  0% {
	left: 0
  }
  100% {
	left: -200%
  }
}

@-webkit-keyframes cloud_two {
  0% {
	left: 0
  }
  100% {
	left: -200%
  }
}
@-moz-keyframes cloud_two {
  0% {
	left: 0
  }
  100% {
	left: -200%
  }
}
@keyframes cloud_two {
  0% {
	left: 0
  }
  100% {
	left: -200%
  }
}

@-webkit-keyframes cloud_three {
  0% {
	left: 0
  }
  100% {
	left: -200%
  }
}
@-moz-keyframes cloud_three {
  0% {
	left: 0
  }
  100% {
	left: -200%
  }
}
@keyframes cloud_three {
  0% {
	left: 0
  }
  100% {
	left: -200%
  }
}
/*背景云结束*/
/*教师模块*/

/*教师模块结束*/
/*轮播高度*/
.swiper-slide{
	height: 369px !important;
}
.panel-body .swiper-slide{
	height: 171px !important;
}
.swiper-slide>div{
	height: 100%;
	width: 100%;
}
.swiper-slide a{
	display: block;
	height: 100%;
	width: 100%;
}
.swiper-slide a img{
	height: 100%;
	width: 100%;
}
@media screen and (min-width: 1600px) {
	.swiper-slide,.nav-list,.nav-list .hei-list{
		height: 520px !important;
		}
		.left-list ul li{
			height: 86.66px;
			line-height: 86.66px;
		}
	}
@media screen and (min-width: 320px) and (max-width: 480px) {
 	body{
 		overflow-x: hidden;
 	}
 	.swiper-container{
 		margin-top: 50px;
 	}
 	.swiper-slide{
		height:138px !important;
		}
	.swiper-wrapper{
		height:138px !important;
	}
 }
/*抽奖模块*/
.luck-click{
	width: 98px;
	height: 93px;
	position: fixed;
	top: 85%;
	left: 0;
	margin-top: -49px;
	z-index: 200;
}
.luck-click a{
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.luck-click a img{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
/*课程承诺服务模块*/
.class-header.before .bottom-metas{
	padding: 50px 20px 0 0;
}
.class-header.before .class-serve{
	width: 80%;
}
.class-header.before .bottom-metas .btn-buy{
	width: 50%;
}
.class-header.before .bottom-metas .btn-buy .btn-lg{
	padding: 13px 60px !important;border-radius:5px;
}
/*教学 学习列表*/
. text-center .pagination{
	margin-bottom: 70px;
}
