@charset "utf-8";
/* CSS Document */
.fullSlide {
  min-width: 100%;
  position: relative;
  height: 600px;
  overflow: hidden;
}
.fullSlide .bd {
  position: relative;
  z-index: 0;
}
.fullSlide .bd ul {
  width: 100% !important;
}
.fullSlide .bd li {
  width: 100% !important;
  height: 600px;
  overflow: hidden;
  text-align: center;
}
.fullSlide .bd li a {
  display: block;
  width: 100%;
  height: 600px;
}
.fullSlide .hd {
  width: 100%;
  left: 0%;
  bottom: 33px;
  position: absolute;
  z-index: 1;
}
.fullSlide .hd ul {
  width: 1200px;
  height: 20px;
  margin: 0 auto;
  text-align: center;
}
.fullSlide .hd ul li {
  margin: 0 8px;
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background: #cfcfd2;
  display: inline-block;
  cursor: pointer;
  position: relative;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .3);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .3);
  box-shadow: 0 0 10px rgba(0, 0, 0, .3);
}
.fullSlide .hd ul li span {
  display: none;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #dd0005;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
}
.fullSlide .hd ul .on span {
  display: block;
}
/*优势*/
.ys {
  background: #fff;
  width: 1200px;
  height: 90px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .3);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, .3);
  box-shadow: 0 0 20px rgba(0, 0, 0, .3);
  border-radius: 10px;
  margin: -20px auto 0;
  overflow: hidden;
  z-index: 99;
  position: relative;
}
.ys ul li {
  width: 269px;
  float: left;
  margin-top: 18px;
  margin-left: 25px;
  height: 54px;
  text-align: center;
}
.ys span {
  display: block;
  width: 54px;
  background: #eff9ff;
  margin-right: 15px;
  float: left;
  border-radius: 5px;
  height: 54px;
  text-align: center;
}
.ys ul li img {
  width: 29px;
  height: 33px;
  margin-top: 10px;
}
.ys ul li .right {
  width: 200px;
  float: left;
}
.ys ul li .right p {
  font-size: 16px;
  font-weight: 100;
  color: #676767;
  line-height: 25px;
  text-align: left;
}
.ys ul li .right h3 {
  font-size: 22px;
  font-weight: 600;
  color: #000;
  text-align: left;
}
/*热门课程*/
.rmkc {
  width: 1200px;
  margin: 30px auto 0;
  height: 140px;
}
.rmkc ul li {
  width: 277px;
  height: 140px;
  float: left;
  text-align: center;
}
.rmkc ul li h3 {
  font-size: 26px;
  color: #fff;
  line-height: 60px;
}
.rmkc ul li a {
  display: block;
  height: 26px;
  float: left;
  line-height: 26px;
  padding: 0 10px;
  color: #fff;
  background: rgba(0, 0, 0, 20%);
  border: 1px solid #fff;
  border-radius: 13px;
  font-size: 16px;
  margin-bottom: 10px;
}
.rmkc ul li a:hover {
  background: #FFF;
  color: #F10000;
}
.rmkc01 {
  margin: 0 43px;
  overflow: hidden;
}
.rmkc02 {
  margin: 0 26px;
  overflow: hidden;
}
.rmkc03 {
  margin: 0 41px;
  overflow: hidden;
}
.rmkc04 {
  margin: 0 13px;
  overflow: hidden;
}
.jianju {
  margin-right: 15px;
}
/*公共样式*/

.btn {
    display: block;
    width: 272px;
    height: 62px;
    background: #dd0005;
    text-align: center;
    line-height: 62px;
    color: #fff;
    font-size: 24px;
    margin: 40px auto 0;
    border: none;
    border-radius: 31px;
    outline: none;
	position: relative;
	overflow: hidden;
}
.btn:after{
	
	-webkit-transition:all 200ms ease;
    -moz-transition:all 200ms ease;
    -o-transition:all 200ms ease;
    -ms-transition:all 200ms ease;
    transition:all 200ms ease 
	
}
.btn:after {
    content: "";
    top:0;
    bottom:0;
    margin:auto;
    width:800px;  
    height:800px;
    left:-80px;
    opacity:0;
    filter:alpha(opacity=0);
    border-radius:100%;
    position:absolute;
    background:#ffffff;   
    transform:scale(1);
    animation:1.6s btn ease-out infinite;
}
@keyframes btn {
    0%{  transform:scale(0);  opacity: 1;  filter:alpha(opacity=100);}
    50%{  transform:scale(1);  opacity: 0;  filter:alpha(opacity=0);}
}



.index-nav1 {
  width: 770px;
  height: 50px;
  position: relative;
  margin: 50px auto 0;
}
.index-nav1 img , .index-nav2 img , .index-nav3 img , .index-nav4 img {
  display: block;
  position: absolute;
}
.index-nav1 img:nth-of-type(1) , .index-nav2 img:nth-of-type(1) , .index-nav3 img:nth-of-type(1) , .index-nav4 img:nth-of-type(1)  {
  top: 12px;
  left: 0;
}
.index-nav1 img:nth-of-type(2) , .index-nav2 img:nth-of-type(2) , .index-nav3 img:nth-of-type(2) , .index-nav4 img:nth-of-type(2) {
  top: 12px;
  right: 0;
}
.index-nav1 b , .index-nav2 b , .index-nav3 b , .index-nav4 b{
  display: block;
  width: 100%;
  height: 50px;
  font-size: 50px;
  line-height: 50px;
  color: #000;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.tit-h3{
	font-size: 24px;
	text-align: center;
	margin: 20px auto 0;
	color: #333;
}

.index-nav2 {
  width: 400px;
  height: 50px;
  position: relative;
  margin: 0 auto;
}

.index-nav3 {
  width: 600px;
  height: 50px;
  position: relative;
  margin: 0 auto;
}

.index-nav4 {
  width: 500px;
  height: 50px;
  position: relative;
  margin: 50px auto 0;
}

/*热门课程*/
.p1{
	width: 100%;
	overflow: hidden;
	background: #fff;
	
}

.index-course {
    width: 1200px;
    background: #fff;
    padding-top: 50px;
	position: relative;
	margin: 50px auto;
	height: 470px;
}
.course-cont{
	width: 420px;
	margin: 0 auto;
	height: 495px;
	border-radius: 36px;
	background: #f4f4f4;
	padding-top: 50px;
	top:0;
	left: 0;
	position: absolute;
}
.course-cont li{
	width: 230px;
	height: 58px;
	text-align: center;
	font-size: 20px;
	line-height: 58px;
	color: #000;
	margin-left: 35px;
	padding-top: 4px;
}
.course-cont a{
	display: block;
	color: #000;
}
.course-cont .active{
	background: #d71318;
	border-radius: 29px;
}
.course-cont .active a{
	color: #FFFFFF;
}
.course-cont li:last-child{
	margin-right: 0;
}
.course-day{
	width: 900px;
	height: 467px;
	border-radius: 36px;
	background: #fff;
	top:36px;
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
	right: 0;
	position: absolute;
}
.course-day .jump-box{
	top: 50px;
	left: 50%;
	margin-left: -191px;
}
.day{
	width: 100%;
	height: 534px;
	position: relative;
}

.day-left{
	float: left;
	width: 340px;
	height: 407px;
	padding: 30px;
	background: url(../images/p1-bj.png) no-repeat center;
}

.day-left h4{
	font-size: 24px;
	color: #fff;
	background: url(../images/p1-tit.png) left center no-repeat;
	padding-left: 20px;
	height: 35px;
}
.day-left p{
	display: block;
	width: 340px;
	font-size: 30px;
	color: #fff;
	text-align: center;
	margin-bottom: 10px;
}
.jiage{
	color: #ffebaf;
	font-size: 60px;
	font-weight: bold;
}
.day-left ul{
	width: 340px;
	margin-top: 10px;
	overflow: hidden;
}

.day-left ul li{
	float: left;
	width: 140px;
	background: url(../images/p2-list.png) left center no-repeat;
	line-height: 30px;
	font-size: 16px;
	color:#fff;
	padding-left: 30px;
}
.p2-dy{
	float: left;
	width: 83px;
	background: url(../images/p2-list.png) left center no-repeat;
	line-height: 30px;
	font-size: 16px;
	color:#fff;
	padding-left: 30px;
}
.p2-anniu{
	display: block;
	float: left;
	width: 150px;
	margin: 5px;
	height: 34px;
	font-size: 18px;
	border-radius: 17px;
	background: #fffaeb;
	color: #b30005;
	text-align: center;
	line-height: 34px;
}
.p2-anniu:hover{
	background: #fff;
	color: #000;
}


.day-right{
	width: 420px;
	height: 397px;
	float: right;
	margin: 30px 40px;
}
.day-right p{
	font-size: 16px;
	color: #333;
	line-height: 25px;
	text-indent: 2em;
	width: 420px;
	display: block;
	
}
.day-right img{
	width: 420px;
	margin-top: 30px;
}

.day-right video{
	width: 420px;
	margin-top: 10px;
	height: 237px;
}







/*入门教程*/
.p2{
	width: 100%;
	background: url(../images/p2_bj.jpg) no-repeat #fff bottom center;
	overflow: hidden;
	margin: 0 auto;
	padding: 50px 0;
}
.p2-list{
	width: 1252px;
	margin: 30px auto 0;
	height: 93px;
	background: url(../images/p2-1.png) no-repeat center;
	overflow: hidden;
}
.p2-sp{	
	width: 1212px;
	margin: 10px auto 0;
	overflow: hidden;
}
.p2-sp li{
	float: left;
	width: 289px;
	height: 193px;
	overflow: hidden;
	margin: 10px 7px 0;
	background: #fff;
	position: relative;
}
.p2-sp li img{
	position: absolute;
	top: 0;
	left: 0;
	width: 289px;
	height: 193px;
	overflow: hidden;
}

.play-cover {
	position: absolute;
	left: 0;
	top: 0;
	width: 285px;
	height: 190px;
	background: rgba(0, 0, 0, .65);
	opacity: 0;
	transition: all .25s;
	z-index: 1;
	display: block;
}

.play-cover:before {
	content: '';
	left: 50%;
	top: 50%;
	margin: -30px 0 0 -30px;
	width: 60px;
	height: 60px;
	transition: all .25s;
	background: url(../images/bofang.png) no-repeat;
	position: absolute;
	-webkit-transform: scale(1.5);
	transform: scale(1.5)
}
.p2-sp li:hover .play-cover{
	opacity: 1;
}

.p2-sp li:hover .play-cover:before {
	-webkit-transform: scale(1);
	transform: scale(1)
}

/*学员作品*/
.p3{
	width: 100%;
	background: url(../images/xyzp.jpg) no-repeat center;
	height: 600px;
	
}

/*导师团队*/

.p4{
	width: 100%;
	background: #fff;
	overflow: hidden;
	margin: 0 auto;
	padding: 50px 0;
}
.daoshi{
    width: 1200px;
    margin: 30px auto;
    position: relative;
    z-index: 999;
	height: 870px;
}
.daoshi ul{
    position: absolute;
    left: 0;
    top: 0;
    display: none;
    transition: 0.4s;
}
.daoshi ul.opa{
    display: block;
}
 .daoshi ul li{
    width: 190px;
    height: 280px;
    margin: 10px 5px 0;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    float: left;
}
 .daoshi ul li.last{
    margin-right: 10px;
}
.daoshi ul li h3{
    width: 100%;
    height:50px;
    position: absolute;
    left: 0;
    bottom:0;
    transition:0.3s;
    background: rgba(0, 0, 0, 0.2);    
}
 .daoshi ul li:hover h3{
    height:100%;
}
.daoshi ul li:hover h3 p{
    padding-top: 5%;
}
 .daoshi ul .topC2:hover h3 p{
    padding-top: 5%;
}
 .daoshi ul li h3 strong{
    width: 100%;
    height: 100%;
    /* background: #6066f2; */
    background: rgba(0, 0, 0, 0.9);
    opacity: 0.6;
    position: absolute;
    left: 0;
    bottom:0;
    filter:alpha(opacity=60);
}
 .daoshi ul li h3 p{
    color: #fff;
    width: 170px;
    position: absolute;
    left: 9px;
    top: 0px;    
    text-align: center;
    padding-right: 10px;
    overflow: hidden;
}
 .daoshi ul li h3 p span{
 	display: block;
    font-size: 22px; 
    line-height: 50px;
}
.daoshi ul li h3 p i{
	font-size: 15px; 
    line-height: 20px;
	color: #fff;
	text-align: center;
	font-weight: 600;
	
}
.daoshi ul li h3 p em{
	color: #e3e3e3;
    text-align: left;
	width: 170px;
	height: 150px;
	font-size: 14px;
    font-weight: normal;
    font-style: normal;
    line-height: 1.8;
    display: inline-block;
    margin-top: 10px; 
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
}
 .daoshi ul li.topC h3{
    height: 280px;
}
 .daoshi ul li.topC:hover h3{
    top: 100px;
}
.daoshi ul li.topC3 h3{
    height: 280px;
}
.daoshi ul li.topC3:hover h3{
    top: 20px;
}

.hide {
  display: none;
}

/*品牌权威*/
.p5{
	width: 100%;
	height: 719px;
	background: url("../images/p5.jpg") center no-repeat;
	overflow: hidden;
	padding-top: 30px;
}

/*华龙头条 就业保障*/
.p6{
	width: 100%;
	height: 965px;
	background: url("../images/p6.jpg") center bottom no-repeat #fff;
	overflow: hidden;
	padding-top: 30px;
}
.p6-c{
	width: 1200px;
	margin:40px auto 50px;
	overflow: hidden;
}

.pt-jybz{
	margin: 40px auto 0;
	width: 1200px;
	height: 250px;
	background: url("../images/jiuye.png") no-repeat center;
	
}
.p6-c ul li{
	float: left;
	margin-left: 20px;
	width: 238px;
	height: 338px;
	padding: 20px 0;
	border: 1px #e7e7e7 solid;
	background: #fff;
}
.p6-c ul li:hover{
	border: 1px #da3333 solid;
}
.new-list-sj2 {
    width: 100px;
    height: 100px;
}
.d2 {
    width: 100px;
	padding-top: 10px;
    height: 58px;
    line-height: 58px;
    font-size: 55px;
    text-align: center;
	color: #da3333;
}
.y-m2 {
    width: 100px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    color: #da3333;
}
.p6-fgx{
	width: 238px;
	height: 1px;
	background: #e7e7e7;
	margin: 25px auto;
}
.p6-bt2{
	display: block;
	font-size: 22px;
	width: 198px;
	margin: 10px 20px 0;
	color: #000;
	line-height: 30px;
	text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.p6-wz2{
	font-size: 15px;
	color: #7c7c7c;
	width: 198px;
	margin: 0 20px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
	line-height: 25px;
	text-indent: 2em;	
}





.p6_tt{
	width: 420px;
	height: 380px;
	float: left;
	background: #fff;
	overflow: hidden;
	position: relative;
}
.p6-tu{
	width: 420px;
	height:280px;
	top: 0;
	left: 0;
	position: absolute;
	overflow: hidden;
}
.p6_tt img{		
	width: 420px;
	height:280px;
	transition: all .5s ease;
}
.p6_tt img:hover{
	-webkit-transform : scale(1.1,1.1);
	transform : scale(1.1,1.1);
	-o-transform : scale(1.1,1.1);
	-moz-transform : scale(1.1,1.1);
	-ms-transform : scale(1.1,1.1);
	
}
.p6_tt .bt{
	width: 420px;
	height: 100px;
	position: absolute;
	bottom: 0;
	left: 0;
}

.new-list-sj {
    float: left;
    width: 100px;
    height: 100px;
    background:#da3333;
    color: #fff;
}
.d {
    width: 100px;
	padding-top: 10px;
    height: 58px;
    line-height: 58px;
    font-size: 55px;
    text-align: center;
}
.y-m {
    width: 100px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    color: #fff;
}

.p6-js{
	width: 280px;
	margin: 0 20px;
	position: absolute;
	right: 0;
	bottom: 0;
}
.p6-bt{
	display: block;
	font-size: 22px;
	width: 280px;
	margin-top: 10px;
	height: 25px;
	color: #000;
	line-height: 25px;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.p6-bt:hover,.p6-bt2:hover{
	color: #da3333;
}

.p6-wz{
	font-size: 15px;
	color: #7c7c7c;
	width: 280px;
	margin: 10px auto 5px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
	height: 50px;
	line-height: 25px;
}

/*不一样的口碑*/
.p7{
	width: 100%;
	height: 688px;
	background: url("../images/p7.jpg") center no-repeat;
	overflow: hidden;
	margin-bottom: 30px;
}



/*发展历史*/
.p8{
	width: 100%;
	height: 376px;
	background: url("../images/p8.jpg") center no-repeat;
	overflow: hidden;
}





