@charset "utf-8";



.banner{	
	background:url(../img/bj_01.jpg) center no-repeat;
	height: 580px;
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}

/* 只差这一课 */
.p1{
	width: 100%;
	height: 571px;
	overflow: hidden;
	margin: 0 a;
	background: url(../img/bj_02.jpg) no-repeat center;
}
.bt-h2{
	
	font-size: 45px;
	text-align: center;
	line-height: 60px;
	color: #333;
	margin: 40px auto 0;
	
}
.content{
	width: 1200px;
	overflow: hidden;
	margin: 20px auto 0;
	position: relative;

}
@keyframes transLate {
  50% {
    transform: translate3d(-20px, 0, 0);
  }

  100% {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes transLate02 {
  50% {
    transform: translate3d(20px, 0, 0);
  }

  100% {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes transLate03 {
  50% {
    transform: translate3d(-30px, 0, 0);
  }

  100% {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes transLate04 {
  50% {
    transform: translate3d(20px, 0, 0);
  }

  100% {
    transform: translate3d(0, 0, 0);
  }
}

.font-2{
	color: #6732be;
	font-size: 22px;
	font-weight: 600;
}

.box06_list01 {
	display: block;
	width: 407px;
	height: 107px;
	background: url(../img/z01.png) no-repeat center;
	font-size: 20px;
	color: #333;
	padding-top: 8px;
	padding-left: 30px;
  position:absolute;
  animation: transLate 5s ease infinite;
  top:55px;
  left:80px;
  z-index: 1;
}

.box06_list02 {
	width: 254px;
	display: block;
	height: 109px;
	background: url(../img/z02.png) no-repeat center;
	font-size: 20px;
	color: #333;
	padding-top: 8px;
	padding-left: 30px;
	position:absolute;
  top:205px;
  left:160px;
  z-index: 1;
  animation: transLate02 5s ease infinite;
}

.box06_list03 {
	display: block;
	width: 288px;
	height: 126px;
	background: url(../img/y02.png) no-repeat center;
	font-size: 20px;
	color: #333;
	padding-top: 10px;
	padding-left: 40px;
	position:absolute;
  top:160px;right:70px;z-index: 2;
  animation: transLate03 5s ease infinite;
}

.box06_list04 {
	display: block;
	width: 259px;
	height: 110px;
	background: url(../img/y01.png) no-repeat center;
	font-size: 20px;
	color: #333;
	padding-top: 8px;
	padding-left: 25px;
	position:absolute;
  top:30px;
  right:266px;
  z-index: 1;
  animation: transLate04 3s ease infinite;
}
.btn1{
	display: block;
	width: 300px;
	height: 60px;
	border-radius: 30px;
	background: linear-gradient(to left,#f28e26,#fd644f);
	color: #fff;
	font-size: 30px;
	text-align: center;
	margin: 320px auto 0;
	font-weight: bold;
	border: 1px #fff solid;
	line-height: 60px;
	box-shadow:0 0 15px #ccc;
	transition: all 0.2s linear 0s;
}
.btn1:hover{
	display: block;
	box-shadow:0 0 15px #ccc;
	transform:translate3d(0, -10px, 0);
}


.btn3{
	display: block;
	width: 300px;
	height: 60px;
	border-radius: 30px;
	background: linear-gradient(to left,#f28e26,#fd644f);
	color: #fff;
	font-size: 30px;
	text-align: center;
	margin: 430px auto 0;
	font-weight: bold;
	border: 1px #fff solid;
	line-height: 60px;
	box-shadow:0 0 15px #ccc;
	transition: all 0.2s linear 0s;
}
.btn3:hover{
	display: block;
	box-shadow:0 0 15px #ccc;
	transform:translate3d(0, -10px, 0);
}

.p2{
	width: 100%;
	height: 329px;
	overflow: hidden;
	margin: 0 a;
	background: url(../img/bj_03.jpg) no-repeat center;
}
.p2-content {
    width: 1200px;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
}
.p2-left{
	width: 500px;
	float: left;
	margin-left: 35px;
}
.p2-left h2{
	color: #000;
	font-size: 26px;
	background: url(../img/h2-bj.png) no-repeat 100px;
	text-align: center;
	margin-top: 45px;
	margin-bottom: 10px;
	
}
.p2-left p{
	color: #333;
	font-size: 18px;
	line-height: 40px;
	text-indent: 2em;
}
.p2-right{
	width: 450px;
	float: left;
	margin-left: 120px;
}
.p2-right h2{
	color: #000;
	font-size: 26px;
	background: url(../img/h2-bj2.png) no-repeat center;
	text-align: center;
	margin-bottom: 30px;
}
.p2-right p{
	color: #333;
	font-size: 18px;
	line-height: 40px;
	text-indent: 2em;
}
.p3{
	width: 100%;
	height: 486px;
	overflow: hidden;
	margin: 0 a;
	background: url(../img/bj_04.jpg) no-repeat center;
}
.p3-h2{
	
	font-size: 45px;
	text-align: center;
	line-height: 60px;
	color: #fff;
	margin: 40px auto 0;	
}
.p3 ul {
	width: 1220px;
	overflow: hidden;
	margin: 20px auto 0;
	
}
.p3 ul li{
	width: 285px;
	float: left;
	position: relative;
	margin: 0 10px;
}
.p3 ul li img{
	position: absolute;
	top: 0;
	left: 81.5px;
	z-index: 2;
	transition: all 0.4s linear 0s;
}
.p3 ul li img:hover{
	transform: rotate(360deg) ;
	-o-transform: rotate(360deg) ;
	-moz-transform: rotate(360deg) ;
	-webkit-transform: rotate(360deg) ;
}
.p3 ul li .wenz{
	width: 285px;
	height: 70px;
	text-align: center;
	color: #333;
	padding-top: 40px;
	line-height: 30px;
	font-size: 20px;
	background: #fff;
	border-radius: 20px;
	margin-top: 80px;
	box-shadow:0 0 15px #330090;
	transition: all 0.2s linear 0s;
	z-index: 1;
	
}
.p3 ul li .wenz:hover{
	transform: translate3d(0, -10px, 0);
	-webkit-transform: translate3d(0, -10px, 0);
	-o-transform: translate3d(0, -10px, 0);
	-moz-transform: translate3d(0, -10px, 0);
}

.btn2{
	display: block;
	width: 300px;
	height: 60px;
	border-radius: 30px;
	background: linear-gradient(to left,#f28e26,#fd644f);
	color: #fff;
	font-size: 30px;
	text-align: center;
	margin: 50px auto 0;
	font-weight: bold;
	border: 1px #fff solid;
	line-height: 60px;
	box-shadow:0 0 15px #ccc;
	transition: all 0.2s linear 0s;
}
.btn2:hover{
	display: block;
	box-shadow:0 0 15px #ccc;
	transform:translate3d(0, -10px, 0);
}

/* 就业方向 */
.p4{
	width: 100%;
	overflow: hidden;
	margin: 0 auto;	
}

.p4 ul{
    width: 1220px;
    overflow: hidden;
    margin: 50px auto;
    transition: 0.4s;
}
.p4 ul.opa{
    display: block;
}
 .p4 ul li{
    width: 224px;
    height: 340px;
    margin: 0 6.5px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    float: left;
}
 .p4 ul li.last{
    margin-right: 10px;
}
.p4 ul li h3{
    width: 100%;
    height:100px;
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: left;
    transition:0.3s;
    background: rgba(0, 0, 0, 0.5);
}
 .p4 ul li:hover h3{
    height:100%;
}
.p4 ul li:hover h3 p{
    padding-top: 25%;
}
 .p4 ul .topC2:hover h3 p{
    padding-top: 5%;
}
 .p4 ul li h3{
 	
    height: 60px;
 }
 .p4 ul li h3 p{
    color: #ffde5b;
    font-size: 18px;
    font-weight: normal;
    width: 224px;
    position: absolute;
    left: 0;
    top: 15px;
    line-height: 25px;
}
 .p4 ul li h3 p span{
 	width: 224px;
 	display: block;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
}
.p4 ul li h3 p em{
	width: 224px;
	text-align: center;
    font-weight: normal;
    font-style: normal;
    line-height: 1.8;
    display: inline-block;
    margin-top: 20px;
}
 .p4 ul li.topC h3{
    height: 250px;
}
 .p4 ul li.topC:hover h3{
    top: 100px;
}
.p4 ul li.topC3 h3{
    height: 310px;
}
.p4 ul li.topC3:hover h3{
    top: 20px;
}


/* 适合人群 */
.p5{
	width: 100%;
	overflow: hidden;
	margin: 0 auto;	
	background: url(../img/bj_06.jpg) no-repeat center;
	height: 476px;
}
.p5 img{
	display: block;
	margin: 40px auto 0;	
	height: 171px;
	width: 1200px;
}

/* 课程内容 */

.p6{
	width: 100%;
	overflow: hidden;
	margin: 0 auto;	
	background: url(../img/bj_07.jpg) no-repeat center;
	height: 553px;
}
.p6 ul {
	width: 1220px;
	overflow: hidden;
	margin: 20px auto 0;
	padding-top: 20px;
	
}
.p6 ul li{
	width: 245px;
	height: 84px;
	float: left;
	position: relative;
	margin: 0 10px;
	background: #fff;
	border-radius: 5px;
	padding: 20px;
	transition: all 0.2s linear 0s;
}
.p6 ul li:hover{
	transform: translate3d(0, -10px, 0);
	-webkit-transform: translate3d(0, -10px, 0);
	-o-transform: translate3d(0, -10px, 0);
	-moz-transform: translate3d(0, -10px, 0);
}

.p6 ul li span{
	display: block;
	border-radius: 3px;
	text-align: center;
	background: #ef583d;
	font-size: 16px;
	color: #fff;
	height: 25px;
	width: 60px;
}
.p6 ul li p{
	font-size: 18px;
	color: #333;
	line-height: 30px;
	margin-top: 10px;
}

/* 讲师效果 */

.p7{
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
}
.single-member {
	width: 580px;
	float: left;
	margin: 140px 10px 0;
	background-color: #f5f5f5;
	text-align: center;
	position: relative;
}

.member-image img {
	max-width: 100%;
	vertical-align: middle;
}
.member-info{
	margin: 10px auto 30px;
}
.member-info h3 {
	font-size: 30px;
	color: #9448df;
	font-weight: bold;
	margin: 10px 0 0;
	text-transform: uppercase;
}

.member-info h5 {
	font-size: 22px;
	margin: 10px 0 20px;
	line-height: 22px;
	color: #333;
	font-weight: normal;
}

.member-info p {
	font-size: 16px;
	line-height: 22px;
	padding: 0 30px;
	margin-bottom: 10px;
	color: #333;
}


.effect-1 {
	border-radius: 5px 5px 0 0;
	padding-bottom: 40px;
}

.effect-1 .member-image {
	border: 2px solid #fff;
	border-radius: 60px 0;
	display: inline-block;
	margin-top: -110px;
	overflow: hidden;
	transition: 0.3s;
}

.effect-1 .social-touch {
	background-color: #9448df;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	position: absolute;
	left: 0;
	bottom: 0;
	height: 3px;
	overflow: hidden;
	padding: 5px 0 0;
	width: 100%;
	transition: 0.3s;
}

.effect-1 .member-image img {
	transition: 0.3s;
	border-radius: 60px 0;
}

.effect-1:hover .member-image {
	border-color: #9448df;
	transition: 0.3s;
	border-radius: 50%;
}

.effect-1:hover .social-touch {
	padding: 6px 0;
	height: 40px;
	line-height: 40px;
	transition: 0.3s;
}


/* 问题 */
.p10 {
    width: 100%;
    background: url(../img/p10tu.png) no-repeat center 180px #f8f8f8;
	overflow: hidden;
}
.p10-list1{
	position: absolute;
	left: 80px;
	top: 50px;
	background: url(../img/p101.png) no-repeat;
	width: 294px;
	height: 89px;
}
.p10-list2{
	position: absolute;
	left: 10px;
	top: 165px;
	background: url(../img/p102.png) no-repeat;
	width: 364px;
	height: 89px;
}
.p10-list3{
	position: absolute;
	left: 90px;
	top: 290px;
	background: url(../img/p103.png) no-repeat;
	width: 332px;
	height: 89px;
}
.p10-list4{
	position: absolute;
	right: 165px;
	top: 50px;
	background: url(../img/p104.png) no-repeat;
	width: 288px;
	height: 89px;
}
.p10-list5{
	position: absolute;
	right: 10px;
	top: 165px;
	background: url(../img/p105.png) no-repeat;
	width: 328px;
	height: 89px;
}
.p10-list6{
	position: absolute;
	right: 90px;
	top: 290px;
	background: url(../img/p106.png) no-repeat;
	width: 288px;
	height: 89px;
}
.box06_list01 {
  
  animation: transLate 5s ease infinite;
}

.box06_list02 {
  
  animation: transLate02 5s ease infinite;
}

.box06_list03 {
  
  animation: transLate03 5s ease infinite;
}

.box06_list04 {
  
  animation: transLate04 3s ease infinite;
}

.box06_list05 {
  
  animation: transLate05 5s ease infinite;
}

.box06_list06 {
  
  animation: transLate06 5s ease infinite;
}



@keyframes transLate05 {
  50% {
    transform: translate3d(-10px, 0, 0);
  }

  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes transLate06 {
  50% {
    transform: translate3d(20px, 0, 0);
  }

  100% {
    transform: translate3d(0, 0, 0);
  }
}


.p11 {
    width: 100%;    
	margin: 0 auto;
	overflow: hidden;
}
.p11 img{
	display: block;
	margin: 40px auto;
}













.font-1{
	color: #6732be;	
}


.p8{
	width: 100%;
	overflow: hidden;
	margin: 0 auto;	
	background: url(../img/bj_09.jpg) no-repeat center;
	height: 414px;
}


.bt_h2{
	letter-spacing: 2px;
	font-size: 50px;
	font-weight: bold;
	text-align: center;
    color: #333; /* 其他浏览器 */
}
.hj-wz{
	font-size: 24px;
	color: #333;
	text-align: justify;
	line-height: 40px;
	width: 1100px;
	margin: 35px auto 0;
	text-indent: 2em;
	font-weight: 100;
}
.bt_h3{
	font-size: 28px;
	text-align: center;
	color: #333333;
	margin-top: 10px;
	letter-spacing: 10px;
	font-weight: 100;
}
.hj {
    width: 100%;
    background: url(../img/hj.jpg) no-repeat center;
    height: 645px;
    margin: 20px auto 0;
}

















