@charset "utf-8";
/* CSS Document */
*{ margin:0; padding:0;}
a { text-decoration:none; text-align: center; color: #FFFFFF; cursor: pointer;}
li{ list-style:none;}
body{ font:14px/26px "微软雅黑"; }
img{display: inline-block;}

/*顶部导航*/
.nav{
	width: 100%;
	height: 65px;
	background-color: #ffffff;
	position: fixed;
	top: 0;
	z-index: 9999;
	}
.navCenter{
	height: 65px;
    width: 1200px;
    margin: 0 auto;
    }
.navClogo{
	width: 118px;
	height: 65px;
	float: left;
	}
.navClogo a{
	display: block;
	padding-top: 18px;
	}
.navCtit{
	float: left;
	width: 333px;
 	height: 65px;
 	background: url(../images/kc20190228/nvaCtit.png) no-repeat center;
 	margin-left: 28px;
 	margin-right: 163px;
    }
.nav ul{}   
.nav ul li{float: left;} 
.nav ul li a{
	display: inline-block;
	height: 65px;
	line-height: 65px;
	font-size: 16px;
	color: #4b4b4b;
	padding: 0px 13px;
	box-sizing: border-box;
	font-weight: 300;
	
	}
.nav ul li a:hover{
	color: #be1528;
}
#navCbtn{
	float: right;
	width: 113px;
	height: 65px;
	box-sizing: border-box;
	padding-top: 15px;
}
#navCbtn a{
	display: block;
	width: 113px;
	height: 32px;
	background-color: #be1528;
	line-height: 32px;
}

#navCbtn a:hover{
	background-color: #ad0417;
}


.banner{
	width:100%;
	height: 941px;
	margin: 0 auto;
	background: url(../images/kc20190228/bannerBg.jpg) no-repeat center;
}
.bannerCenter{
	width: 1200px;
	height: 941px;
	margin: 0 auto;
	position: relative;
}
.bannerCphone{
	position: absolute;
	width: 654px;
	height: 819px;
	background: url(../images/kc20190228/banner_phone.png) no-repeat center;
	bottom: 0px;
	right: -210px;
	}
.bannerCtit{
	width: 636px;
	height: 196px;
	padding-top: 214px;
	position: absolute;
}
.bannerCenter h1{
	float: left;
	font-weight: bold;
	font-size: 80px;
	line-height: 78px;
	font-stretch: normal;
	letter-spacing: 3px;
	color: #be1528;
	position: absolute;
}
.bannerCtit01{
	bottom: 87px;
	left: 10px;
}
.bannerCtit .bannerCtit02{
	bottom: -5px;
	left: 4px;
	font-size: 92px;
}
.bannerCtit03{
	bottom: 0px;
	left: 228px;
}
.bannerCtit #max{
	display: block;
	position: absolute;
	width: 74px;
	height: 40px;
	border-radius: 8px;
	border: solid 3px #be1528;
	box-sizing: border-box;
	font-size: 22px;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #be1528;
	font-weight: bold;
	line-height: 36px;
	text-align: center;
	right: 0px;
	bottom: 31px;
}

.bannerCp01{
	position: absolute;
	top: 353px;
	font-size: 30px;
	line-height: 200px;
	letter-spacing: 5px;
	color: #000000;
	left: 15px;
	}
.bannerCp01 sup{
	font-size: 16px;
}
.bannerCline{
	display: block;
	position: absolute;
	top: 503px;
	width: 124px;
	height: 2px;
	background-color: #ffffff;
	left: 15px;
	}
.bannerCp02{
	position: absolute;
	left: 19px;
	top: 536px;
	font-weight:300 ;
	font-size: 18px;
	line-height: 40px;
	letter-spacing: 0px;
	color: #333333;
	}
	
.youQu{
	height: 885px;
	background: url(../images/kc20190228/youquBg.jpg) no-repeat center;
	}
.youQuCenter{
	padding-top: 127px;
	box-sizing: border-box;
	width: 1200px;
	margin:0 auto;
	height: 885px;
	position: relative;
	}
.youQuCenter h1{
	font-weight: bold;
	font-size: 60px;
	line-height: 70px;
	letter-spacing: 0px;
	color: #ffffff;
}
.youQuCenter h1 sup{
	font-size: 32px;
	}
.youQuCenter h1 span{
	color: #be1528;
	}
.youQuDn{
	position: absolute;
	width: 973px;
	height: 525px;
	left: -123px;
	bottom: 100px;
	background: url(../images/kc20190228/diannao.png) no-repeat center;
}
.youQuYs{
	position: absolute;
	width: 460px;
	height: 584px;
	background: url(../images/kc20190228/yangshu.png) no-repeat center;
	bottom: 118px;
	right: -121px;
}
.youQuT{
	position: absolute;
	top: 354px;
	right: 20px;
	width: 368px;
}
.youQuP01{
	font-size: 18px;
	line-height: 34px;
	letter-spacing: 1px;
	color: #ffffff;
	box-shadow: 0px 0px 20px 0px #040000;
	font-weight: 300;
}
.youQuP01 span{
	font-weight: bold;
}
.youQuP02{
	font-weight: bold;
	font-size: 24px;
	line-height: 35px;
	letter-spacing: 0px;
	color: #ffffff;
	box-shadow: 0px 0px 20px 0px #040000;
	margin-top: 10px;
}
.youQuBtn{
	display: block;
	width: 188px;
	height: 50px;
	background-color: #be1528;
	border-radius: 25px;
	text-align: center;
	line-height: 50px;
	
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 0px;
	color: #ffffff;
	margin-top: 40px;
	}
.youQuBtn:hover{
	background: #ad0417;
}

/*视屏播放01*/

.youQuDnvideo{width: 706px;height: 480px;top: 7px;left: 132px;position: absolute;}
	.youQuDnvideo_v{height: 100%;display: none;}
	 
	 .e{position: absolute;width: 60px;height: 60px;background: rgba(255,255,255,1);left: 15%;top: 87%;transform:translate(-50%,-50%);border-radius: 50%;margin: -45px 0 0 -45px;}
	@keyframes move{
				from{
					opacity: 1;
					transform: scale(1);
				}
				to{
					opacity: 0;
					transform: scale(2);
				}
			}
.e{animation: move 1.5s linear 0s infinite;}

.youQuDnvideo span{display: block;width: 80px;height: 80px;position: absolute;left: 14%;top: 84%;transform:translate(-50%,-50%);background: url(../images/kc20190228/youqusan.png) no-repeat center;cursor: pointer;}
.youQuDnvideo span:hover{background: url(../images/kc20190228/youqusan2.png) no-repeat center;}
				
	
 
	




/*央视编导团队影视化呈现多场景、沉浸式学习*/
.yangShi{
	height: 1099px;
	background: url(../images/kc20190228/yangshiBg.jpg) no-repeat center;
}
.yangShiCenter{
	width: 550px;
	margin: 0 auto; 
	text-align: center;
	}
.yangShiCenter h1{
	font-size: 60px;
	font-weight: bold;
	line-height: 70px;
	letter-spacing: 0px;
	color: #000000;
}
.yangShiCenter h1 span{
	color: #be1528;
}
/*每题文字、视频双解析  学习备考无盲点*/
.jieXi{
	height: 1079px;
	background: url(../images/kc20190228/jieXi.jpg) no-repeat center;
}
.jieXiCenter{
	width: 1200px;
	height: 1079px;
	padding-top: 98px;
	box-sizing: border-box;
	margin:  0 auto;
}
.jieXiCenter h1{
	font-size: 60px;
	line-height: 70px;
	color: #000000;
	text-align: center;
}
.jieXiCenter h1 span{
	color: #be1528;
}
.jieXiCenter p{
	font-size: 18px;
	line-height: 30px;
	color: #000000;
	text-align: center;
	margin-top: 30px;
	font-weight: 100;
}
.jieXiCenter p sup{
	font-size: 12px;
}

/*光环国际斥巨资研发 全智能教学平台*/
.zhiNeng{
	height: 1079px;
	background: url(../images/kc20190228/zhiNengBg.jpg) no-repeat center;
}
.zhiNengCenter{
	width: 1200px;
	height: 1079px;
	margin: 0 auto;
	box-sizing: border-box;
	padding-top: 135px;
}

.zhiNengCenter h1{
	font-size: 60px;
	line-height: 70px;
	color: #fff;
	text-align: left;
}
.zhiNengCenter h1 span{
	color: #be1528;
}
.zhiNengCenter p{
	font-size: 18px;
	line-height: 30px;
	color: #fff;
	text-align: left;
	margin-top: 30px;
	font-weight: 100;
}
.zhiNengCenter u{
	display: block;
	width: 1200px;
	height: 461px;
	background: url(../images/kc20190228/zhiNeng.png) no-repeat center;
	margin-top: 60px;
}
.zhiNengCul01{
	margin: 54px 0 16px;
	height: 70px;
}
.zhiNengCul01 li{
	float: left;
	width: 398px;
	height: 70px;
	background-color: #1a1a1a;font-weight: bold;
	font-size: 24px;
	color: #be1528;
	text-align: center;
	line-height: 70px;
	letter-spacing: 1px;
}
.zhiNengCul02{
	
}
.zhiNengCul02 li{
	float: left;
	width: 398px;
	height: 70px;
	background-color: #1a1a1a;
	
}
.zhiNengCul02 li h6{
	font-size: 24px;
	line-height: 44px;
	color: #be1528;
	text-align: center;
	letter-spacing: 1px;
}
.zhiNengCul02 li span{
	font-size: 16px;
	line-height: 18px;
	letter-spacing: 2px;
	color: #ffffff;
	text-align: center;
	display: block;
	font-weight: 100;
}
/*讲师*/
.jiangShi{
	height: 1080px;
	background: url(../images/kc20190228/jiangShiBg.jpg) no-repeat center;
}
.jiangShiCenter{
	width: 1200px;
	height: 1080px;
	position: relative;
	margin: 0 auto;
}
.jiangShiCl{
	width: 505px;
	height: 1080px;
	box-sizing: border-box;
	float: left;
}
.jiangShiCtit{
	box-sizing: border-box;
	padding-top:224px ;
	
}
.jiangShiCtit h1{
	font-size: 50px;
	line-height: 35px;
	color: #000;
	text-align: right;
}
.jiangShiCtit h1 span{
	color: #be1528;
}
.jiangShiCtit h2{
	font-size: 60px;
	margin-top: 64px;
	line-height: 60px;
	letter-spacing: 5px;
	color: #000000;
	text-align: right;
}
.jiangShiCtit h6{
	font-size: 30px;
	line-height: 35px;
	letter-spacing: 2px;
	color: #010000;
	margin-top: 10px;
	text-align: right;
}
.jiangShiCtit p{
	font-size: 18px;
	line-height: 34px;
	letter-spacing: 0px;
	color: #000000;
	text-align: right;
	font-weight: 300;
	margin-top: 20px;
}
.jiangShiClPhone{
	width: 505px;
	height: 275px;
	background: url(../images/kc20190228/jiangShiCl.png) no-repeat center;
	margin-top: 78px;
	position: relative;
	
}
.jiangShiCr{
	position: absolute;
	right:-140px;
	top: 97px;
	width: 798px;
	height: 835px;
	background: url(../images/kc20190228/jiangShiCr.png) no-repeat center;
}
  /*视屏播放02*/

.jiangShivideo{width: 481px;height: 253px;top: 11px;left: 14px;position: absolute;overflow: hidden;}
	.jiangShivideo_v{height: 100%;display: none;}
	 
	 .g{position: absolute;width: 60px;height: 60px;background: rgba(255,255,255,1);left: 53%;top: 63%;transform:translate(-50%,-50%);border-radius: 50%;margin: -45px 0 0 -45px;}
	@keyframes move{
				from{
					opacity: 1;
					transform: scale(1);
				}
				to{
					opacity: 0;
					transform: scale(2);
				}
			}
.g{animation: move 1.5s linear 0s infinite;}

.jiangShivideo span{display: block;width: 80px;height: 80px;position: absolute;left: 51%;top: 58%;transform:translate(-50%,-50%);background: url(../images/kc20190228/youqusan.png) no-repeat center;cursor: pointer;}
.jiangShivideo span:hover{background: url(../images/kc20190228/youqusan2.png) no-repeat center;}
				
/*学习中有人教   有人带  有人陪*/
.xueXi{
	height: 1080px;
	background: url(../images/kc20190228/xueXiBg.jpg) no-repeat center;
}
.xueXiCenter{
	width: 1200px;
	height: 1079px;
	padding-top: 98px;
	box-sizing: border-box;
	margin:  0 auto;
}
.xueXiCenter h1{
	font-size: 60px;
	line-height: 70px;
	color: #fff;
	text-align: center;
}
.xueXiCenter h1 span{
	color: #be1528;
}
.xueXiCenter p{
	font-size: 18px;
	line-height: 30px;
	color: #fff;
	text-align: center;
	margin-top: 30px;
	font-weight: 100;
}
.xueXiPhone{
	width: 1200px;
	height: 608px;
	background: url(../images/kc20190228/xuwXi.png) no-repeat center;
	margin-top: 55px;
}
/*上市公司*/
.shangShi{
	height: 1227px;
	background: #fff;
}
.shangShiCenter{
	width: 1200px;
	height: 1227px;
	position: relative;
	margin: 0 auto;
}
.shangShiCl{
	width: 675px;
	height: 1227px;
	box-sizing: border-box;
	position: relative;
	float: left;
}
.shangShiCtit{
	box-sizing: border-box;
	padding-top:104px ;
	padding-right: 133px;
	
}
.shangShiCtit h1{
	font-size: 50px;
	line-height: 70px;
	color: #000;
	text-align: right;
}
.shangShiCtit h1 span{
	color: #be1528;
}

.shangShiCtit p{
	font-size: 18px;
	line-height: 34px;
	letter-spacing: 0px;
	color: #000000;
	text-align: right;
	font-weight: 300;
	margin-top: 20px;
}
.shangShiClJb{
	width: 757px;
	height: 755px;
	background: url(../images/kc20190228/fgyyhg.png) no-repeat center;
	position: absolute;
	left: -86px;
	bottom: -2px;
	
}
.shangShiCr{
	float: right;
	width: 490px;
	height: 1227px;
}
.shangShiCrl{
	width: 10px;
	height: 1227px;
	float: left;
	background: url(../images/kc20190228/shangSline.png) no-repeat 0px 100px;
}
.shangShiCrr{
	padding-top: 104px;
	box-sizing: border-box;
	margin-left: 30px;
}

.shangShiCrr ul{

}
.shangShiCrr ul li{
margin-bottom: 24px;
} 
.shangShiCrr ul li p{
	margin-top: 10px;
	font-size: 20px;
	line-height: 40px;
	color: #000000;
	font-weight: 200;
} 
.shangShiCrr ul li p span{
	color: #666;
	font-size: 14px;
} 


.foot{
	height: 180px;
	background-color: #333333;
}
.footC{
	width: 1200px;
	height: 180px;
	margin: 0 auto;
}

.footCl{
	float: left;
	font-size: 14px;
	font-weight: 200;
	line-height: 34px;
	color: #ffffff;
	padding-top: 45px;
	box-sizing: border-box;
}
.footCr{
	float: right;
	width: 280px;
	height: 57px;
	background: url(../images/kc20190228/foottit.png) no-repeat 0px 97px;
	padding-top: 58px;
}
.footCrlogo{float: left;}
.footCrtit{
	float: right;
	font-size: 20px;
	font-weight: bold;
	line-height: 25px;
	color: #ffffff;
	text-align: left;
	padding-left: 10px;
	border-left: #000000 solid 1px;
}


/* 弹出表单 */
#Rq_bd_d {
	width: 398px;
	height: 312px;
	background: rgba(238,238,238,1);
	position: fixed;
	border: 1px solid #333;
	top: 200px;
	left: 50%;
	margin-left: -195px;
	z-index: 999;
}
#Rq_bd_d .Rq_dele_d {
	padding: 20px 10px;
	position: absolute;
	right: 5px;
}
#Rq_bd_d .Rq_lj_d {
	height: 72px;
	line-height: 72px;
	color: #FFFFFF;
	text-align: center;
	font-size: 30px;
	background: #474A51;
	font-family: "微软雅黑";
	margin-bottom: 18px;
}
#Rq_bd_d .Rq_for_d {
	width: 260px;
	height: 40px;
	margin: 0 auto;
	padding-bottom: 8px;
}
.Rq_for_dq_d {
	width: 228px;
	height: 40px;
	margin: 0 auto;
	padding-top: 14px;
}
#Rq_bd_d .Rq_for_d input {
	width: 246px;
	height: 36px;
	background: #ffffff;
	border: 1px solid #cacaca;
	color: #b4b4b4;
	font-size: 14px;
	padding-left: 10px;
}
#Rq_bd_d .Rq_for_d .Rq_button_d {
	width: 259px;
	height: 46px;
	background: #b8292d;
	border: 1px solid #dcdcdd;
	color: #fff;
	font-size: 20px;
	font-family: '微软雅黑';
}
#Rq_bd_d .Rq_for_d .Rq_button_d:hover {
	background: #d00000;
}


/*左侧*/
.el_smh_l{
	display: block;
	width: 140px;
	height: 320px;
	background: url(http://el.aura.cn/file/images/el_smh_z2.png);
	position: fixed;
	top: 130px;
	z-index: 999;
}

.el_smh_l .m{position: absolute;width: 36px;height: 36px;background: rgba(206,165,0,0.5);left: 77%;top: 29%;transform:translate(-50%,-50%);border-radius: 50%;margin: -18px 0 0 -18px;}
	@keyframes move{
				from{
					opacity: 1;
					transform: scale(1);
				}
				to{
					opacity: 0;
					transform: scale(2);
				}
			}
.el_smh_l .m{animation: move 1.5s linear 0s infinite;}

.el_smh_l .n{display: block;width: 25px;height: 25px;position: absolute;left: 78%;top: 29%;transform:translate(-50%,-50%);background: url(../images/kc20190228/p12_btn_z.png) no-repeat center;}
.el_smh_l .n:hover{background: url(../images/kc20190228/p12_btn_h.png) no-repeat center;}

