@charset "utf-8";



.banner {
	background: url(../img/banner.jpg) center no-repeat;
	height: 580px;
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}

/*长条*/
.kct {
	background: url(../img/kct.png) center no-repeat;
	height: 58px;
	width: 1160px;
	margin: -40px auto 0;
	padding: 15px 20px;
	z-index: 2;
	position: relative;
}

.kct .mc {
	color: #987f55;
	font-size: 21px;
	text-align: left;
	line-height: 25px;
	width: 247px;
	float: left;
}

.kct .mk {
	color: #edce9b;
	float: left;
	width: 190px;
}

.kct .mk h3 {
	font-size: 30px;
	text-align: center;
}

.kct .mk span {
	font-size: 16px;
	text-align: center;
}

/*课程大纲*/
.kcdg {
	background: #fff;
	margin: 0 auto;
	width: 100%;
	overflow: hidden;
}

.p3 {
	margin: 40px auto;
	width: 1200px;
	justify-content: space-between;
}

.p3-nav {
	justify-content: space-between;
	margin-top: 0.5rem;
}

.p3-nav li {
	width: 124px;
	display: inline-block;
	font-size: 20px;
	font-family: Source Han Sans CN;
	color: #000;
	height: 45px;
	line-height: 45px;
	background: #f2f2f2;
	cursor: pointer;
	text-align: center;
}

.p3-nav li.active {
	color: #fff;
	box-shadow: 0 0 15px #ededed;
	background: #bd1f97;
}

.p3-nav-block {
	display: none;
}

.p3-nav-block.active {
	display: flex;
	flex-wrap: wrap;
	width: 1200px;
	height: 410px;
	margin: 20px auto;
	/* padding:0.24rem; */
	justify-content: space-around;
}

.p3-java {
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
	width: 1.9rem;
	height: 3.4rem;
	background: rgba(255, 235, 209, 0.6);
	border: 0px solid #FFFFFF;
	border-radius: 0.13rem;
	border: 1px solid transparent;
	box-sizing: border-box;
	margin: 0.2rem 0 0 0.24rem;
}

.p3-java:hover {
	/* border: 1px solid #A71E03; */
	background-color: #fff;
}

.p3-line1 {
	display: block;
	width: 0.28rem;
	height: 0.05rem;
	margin: 0.3rem 0;
	background: #A71E03;
	border-radius: 0.03rem;
}

.p3-java img {
	width: 0.88rem;
	height: 0.88rem;
}

.p3-java div {
	font-size: 0.2rem;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #333333;
}



.daoshi {
	width: 1200px;
	margin: 30px auto 40px;
	height: 350px;
	position: relative;
	z-index: 999;
}

.daoshi ul {
	position: absolute;
	left: 0;
	top: 0;
	display: none;
	transition: 0.4s;
}

.daoshi ul.opa {
	display: block;
}

.daoshi ul li {
	width: 232px;
	height: 350px;
	position: relative;
	overflow: hidden;
	cursor: pointer;
	float: left;
}

.daoshi ul li.last {
	margin-right: 10px;
}

.daoshi 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);
}

.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 img {
	position: absolute;
	left: 7px;
	top: 20px;
	z-index: 9999;
}

.daoshi ul li h3 p {
	color: #fff;
	font-size: 16px;
	font-weight: normal;
	width: 212px;
	position: absolute;
	left: 9px;
	top: 16px;
	padding-right: 10px;
	line-height: 20px;
}

.daoshi ul li h3 p span {
	font-size: 24px;
	display: block;
	margin-bottom: 5px;
}

.daoshi ul li h3 p em {
	font-weight: normal;
	color: #c9c9c9;
	font-style: normal;
	line-height: 25px;
	display: inline-block;
	margin-top: 20px;
}

.daoshi ul li.topC h3 {
	height: 250px;
}

.daoshi ul li.topC:hover h3 {
	top: 100px;
}

.daoshi ul li.topC3 h3 {
	height: 330px;
}

.daoshi ul li.topC3:hover h3 {
	top: 20px;
}

.conter {
	width: 1200px;
	margin: 30px auto 0;
	overflow: hidden;
}
.p1-l{
	width: 685px;
	float: left;	
}
.p1-l h2{
	background: url(../img/p1-2.png) left center;
	height: 36px;
	width: 452px;
}
.p1-l .tu{
	background: url(../img/p1-l.png) left center;
	width: 685px;
	height: 260px;
	margin-top: 40px;
}
.p1-r{
	width: 480px;
	float: right;	
}
.p1-r h2{
	background: url(../img/p1-3.png) left center;
	height: 36px;
	width: 374px;
}
.p1-r .tu{
	background: url(../img/p1-r.png) left center;
	width: 200px;
	height: 230px;
	margin-top: 10px;
	padding: 70px 230px 0 50px;
}
.p1-r .tu a{
	display: block;
	float: left;
	height: 30px;
	background:#7e47c6;
	color: #fff;
	text-align: center;
	margin-bottom: 10px;
	line-height: 30px;
	font-size: 18px;
	width: 80px;
	margin-right: 10px;
	border-radius: 5px;
	border: 2px solid #fff;
	transition: all 0.2s linear 0s;
}
.p1-r .tu a:hover{
	transform:translate3d(0, -5px, 0);
	box-shadow: 0 0 15px #ededed;
}





/* 为什么选择拍摄剪辑包装 */
.p1-1 {
	background: url(../img/p1-1.png) no-repeat center;
	width: 289px;
	height: 36px;
	margin: 30px auto 0;
}

.p1-c {
	background: url(../img/p1-c.png) no-repeat center;
	width: 1200px;
	height: 135px;
	margin: 30px auto 0;
}

/* 标题 */




.h2-1 {
	background: url(../img/h2-1.png) no-repeat center;
	width: 1200px;
	height: 104px;
	margin: 0 auto;
}

.h2-2 {
	background: url(../img/h2-2.png) no-repeat center;
	width: 950px;
	height: 104px;
	margin: 30px auto 0;
}

.h2-3 {
	background: url(../img/h2-3.png) no-repeat center;
	width: 760px;
	height: 104px;
	margin: 30px auto 0;
}

.h2-4 {
	background: url(../img/h2-4.png) no-repeat center;
	width: 760px;
	height: 104px;
	margin: 40px auto 0;
}

.h2-5 {
	background: url(../img/h2-5.png) no-repeat center;
	width: 760px;
	height: 104px;
	margin: 40px auto 0;
}

.h2-6 {
	background: url(../img/h2-6.png) no-repeat center;
	width: 760px;
	height: 104px;
	margin: 40px auto 0;
}

.h3-1 {
	text-align: center;
	font-size: 28px;
	color: #333;
	margin-top: 20px;
}

.font-1 {
	color: #701cd2;
	font-weight: bold;
}

/* 按钮 */
.btn1 {
	display: block;
	background: url(../img/btn1.png) no-repeat center;
	width: 300px;
	height: 102px;
	color: #fff;
	font-weight: bold;
	font-size: 26px;
	text-align: center;
	margin: 20px auto;
	line-height: 102px;
	transition: all 0.2s linear 0s;
}


.btn1:hover{	
	transform:translate3d(0, -10px, 0);
	}
.btn2 {
	display: block;
	background: url(../img/btn2.png) no-repeat center;
	width: 300px;
	height: 102px;
	color: #000;
	font-weight: bold;
	font-size: 26px;
	text-align: center;
	margin: 20px auto;
	line-height: 102px;
	transition: all 0.2s linear 0s;
}


.btn2:hover{	
	transform:translate3d(0, -20px, 0);
	}

/* 适合人群 */
.shrq {
	width: 1200px;
	margin: 40px auto;
	overflow: hidden;
}

.shrq li {
	float: left;
	width: 285px;
	height: 238px;

}

/*动效*/
.index-tx {
	width: 1200px;
	height: 530px;
	margin: 40px auto 0;
	position: relative;
}

.index-tx a {
	position: absolute;
	
}

.index-tx a:nth-of-type(1) {
	top: 140px;
	left: 90px;
	z-index: 1;
	animation: transLate 5s ease infinite;
}

.index-tx a:nth-of-type(2) {
	top: 425px;
	left: 100px;
	z-index: 1;
	animation: transLate02 5s ease infinite;
}

.index-tx a:nth-of-type(3) {
	top: 0px;
	left: 163px;
	z-index: 2;
	animation: transLate03 5s ease infinite;
}

.index-tx a:nth-of-type(4) {
	top: 285px;
	left: 30px;
	z-index: 1;
	animation: transLate04 5s ease infinite;
}

.index-tx a:nth-of-type(5) {
	bottom: 20px;
	right: 90px;
	z-index: 2;
	animation: transLate05 5s ease infinite;
}

.index-tx a:nth-of-type(6) {
	top: 0;
	right: 28px;
	z-index: 1;
	animation: transLate06 5s ease infinite;
}

.index-tx a:nth-of-type(7) {
	top: 125px;
	right: 73px;
	z-index: 1;
	animation: transLate07 5s ease infinite;
}

.index-tx a:nth-of-type(8) {
	top: 265px;
	right: 0px;
	z-index: 2;
	animation: transLate08 5s ease infinite;
}



@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);
	}
}

@keyframes transLate05 {
	50% {
		transform: translate3d(-30px, 0, 0);
	}

	100% {
		transform: translate3d(0, 0, 0);
	}
}

@keyframes transLate06 {
	50% {
		transform: translate3d(20px, 0, 0);
	}

	100% {
		transform: translate3d(0, 0, 0);
	}
}

@keyframes transLate07 {
	50% {
		transform: translate3d(10px, 0, 0);
	}

	100% {
		transform: translate3d(0, 0, 0);
	}
}

@keyframes transLate08 {
	50% {
		transform: translate3d(20px, 0, 0);
	}

	100% {
		transform: translate3d(0, 0, 0);
	}
}

.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;
}