body {
	font-family: '微软雅黑', '黑体', '宋体', tahoma, arial, sans-serif, "Lucida Grande", Verdana, Lucida, Helvetica;
	max-width: 1920px;
	margin: 0 auto;
}
.banner{
	position: relative;
	font-size: 0;
}
.banner .anniu{
	width: 970px;
	position: absolute;
	top: 42%;
	left: 50%;
	margin-left: -485px;
}
.banner .anniu p{
	margin-left: 100px;
	float: left;
	position: relative;
	overflow: hidden;
	font-size: 0;
	border-radius: 12px;
}
.banner .anniu p:before {
	content: "";
	position: absolute;
	width: 200px;
	height: 100%;
	top: 0;
	left: -150px;
	overflow: hidden;
	background: -moz-linear-gradient(left, rgba(255, 255, 255, 0)0, rgba(255, 255, 255, .3)50%, rgba(255, 255, 255, 0)100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, .3)), color-stop(100%, rgba(255, 255, 255, 0)));
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0)0, rgba(255, 255, 255, .3)50%, rgba(255, 255, 255, 0)100%);
	background: -o-linear-gradient(left, rgba(255, 255, 255, 0)0, rgba(255, 255, 255, .3)50%, rgba(255, 255, 255, 0)100%);
	-webkit-transform: skewX(-25deg);
	-moz-transform: skewX(-25deg);
}
.banner .anniu p:hover:before {
	left: 150%;
	transition: left 1s ease 0s;
}
.banner .anniu p.first{
	margin-left: 0;
}
.banner ul{
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	background: rgba(255,255,255,0.5);
}
.banner ul li{
	float: left;
	width: 24.9%;
	text-align: center;
	cursor: pointer;
	border-right: 1px solid #eee;
	height: 150px;
	color: #fff;
	position: relative;
	overflow: hidden;
}
.banner ul li.last{
	border-right: 0;
	border-right: none;
}
.banner ul li img{
	width: 70px;
	margin-top: 35px;
}
.banner ul li p{
	position: absolute;
	width: 60%;
	top: 40px;
	right: 20px;
	text-align: left;
	line-height: 26px;
	display: none;
	font-size: 14px
}
@media screen and (max-width: 1800px) {
    .banner .anniu{
		width: 900px;
		margin-left: -450px;
	}
	.banner .anniu p{
		margin-left: 75px;
		width: 250px;
	}
}

@media screen and (max-width: 1700px) {
    .banner .anniu{
		width: 780px;
		margin-left: -390px;
	}
	.banner .anniu p{
		margin-left: 75px;
		width: 210px;
	}
}
@media screen and (max-width: 1600px) {
    .banner .anniu{
		width: 750px;
		margin-left: -375px;
	}
	.banner .anniu p{
		margin-left: 75px;
		width: 200px;
	}
	.banner ul li{
		height: 130px;
	}
	.banner ul li p{
		line-height: 20px;
		top: 35px;
	}
	.banner ul li img{
		margin-top: 35px;
	}
}
@media screen and (max-width: 1500px) {
    .banner .anniu{
		width: 690px;
		margin-left: -345px;
	}
	.banner .anniu p{
		margin-left: 75px;
		width: 180px;
	}
	.banner ul li{
		height: 120px;
	}
	.banner ul li p{
		line-height: 20px;
		top: 25px;
	}
	.banner ul li img{
		margin-top: 25px;
	}
}

/*报名*/
.apply{
	background: #f1f1f1;
	padding-top: 50px;
	transition: all .3s;
}
.apply .shard_shuoming{
	width: 380px;
	margin: 0 auto;
	position: relative;
	top: 45px;
	color: #999;
	font-size: 12px;
	line-height: 19px;
	overflow: hidden;
	text-align: center;
}
.apply .shard_shuoming a{
	color: #6c96f2;
	transition: all .3s;
}
.applys .shard_shuoming .font{
	color: #fff;
}
.applys .shard_shuoming a{
	color: #ffe467;
}
.apply .shard_shuoming .icon{
	float: left;
	width: 18px;
	position: relative;
}
.apply .shard_shuoming .icon img{
	display: none;
	position: absolute;
	left: 0;
	top: 0;
}
.apply .shard_shuoming .icon img.active{
	display: block;
}
.apply .shard_shuoming .font{
	float: right;
	margin-top: 0;
}
.apply .contact h3{
    line-height: 68px;
    font-size: 48px;
    font-weight: bold;
    color: #ff6c48;
    text-align: center;
    animation: changesColor 10s linear infinite;
}
.apply .contact h4{
    line-height: 68px;
    font-size: 48px;
    font-weight: bold;
    color: #fff;
    text-align: center;
}

.apply .contact .con{
	overflow: hidden;
    width: 1200px;
    margin: 0 auto;
    border-radius: 10px;
    margin-top: 20px;
}

.apply .contact .con .txt_block{
	width: 260px;
	border-radius: 12px;
	height: 45px;
	line-height: 45px;
	border: 1px solid #ccc;    
	padding-left: 10px;
	display: flex;
	overflow: hidden;
	float: left;
	margin-right: 30px;
	background: #fff;
	font-size: 14px
}
.apply .contact .con .txt_block p{
	width: 60px;
	text-align: right;
}
.apply .contact .con .txt_block.yanzheng{
	margin-right: 0;
}
.apply .contact .con .txt_block .yanzheng img{
	flex: 1;
}
.apply .contact .con .txt_block.active{
	border-color: #6B96FF;
    box-shadow: 0 3px 10px rgba(107,150,255,0.2);
	transition: all 0.3s;
}
.apply .contact .con .txt_block p{
	float: left;
}
.apply .contact .con .txt_block.long p{
	width: 80px;
}
.apply .contact .con .txt_block input{
	float: left;
	width: 200px;
	margin-left: 10px;
}
.apply .contact .con .con_btn{
	display: block;
	width: 200px;
	height: 45px;
    background: #e1413e;
    text-align: center;
    line-height: 45px;
    border-radius: 12px;
    color: #fff;
    cursor: pointer;
    margin: 0px auto;
    font-size: 18px;
	letter-spacing: 2px;
    transition: all 0.3s;
    position: relative;
    top: 70px;
    margin-bottom: 110px;
    transition: all 0.3s;
}
.apply .contact .con .con_btn:hover{
	box-shadow: 0 0 20px rgba(208, 66, 52, .3);
	background: #FF3333;
}
/*改变字体颜色动画*/
@keyframes changesColor{
	0%{
		color: orange;
	}
	20%{
		color: orangered;
	}
	40%{
		color: deepskyblue;
	}
	60%{
		color: hotpink;
	}
	80%{
		color: #09F768;
	}
	100%{
		color: orange;
	}
}

.hanliang{
	width: 1200px;
	margin: 0 auto 0px;
	overflow: hidden;
}
.hanliang p{
	font-size: 18px;
	line-height: 26px;
	font-weight: bold;
	letter-spacing: 1px;
	text-indent: 2em;
	margin: 45px auto 30px;
}
.hanliang .hl01{
	float: left;
	width: 650px;
}
.hanliang .hl02{
	float: right;
	width: 460px;
}
.hanliang img{
	transition: all .2s;
}
.hanliang img:hover{
	transform: scale(1.015);
}

/* 精品课程 */
.course{
	width: 1200px;
	margin: 0 auto;
}
.course h3{
	width: 340px;
	margin: 90px auto 20px;
	
}
table th{
	font-size: 18px;
	border-bottom: 10px solid #fff;
}
table td,table th{
	background: #C71813;	
	color: #fff;
	padding: 10px 0;
}
table td{
	line-height: 21px;
}
table .xing{
	width: 35px;
	font-size: 18px;
	text-align: center;
	border-right: 10px solid #fff;
}
table .nei{
	width: 350px;
	padding-left: 40px;
}
table .xiao{
	width: 450px;
	padding-left: 40px;
	padding-right: 40px;
}
table .yue{
	width: 180px;
}
table .yue p{
	width: 120px;
	line-height: 45px;
	background: #00BBFF;
	color: #fff;
	margin: 0 auto;
	border-radius: 12px;
	text-align: center;
	cursor: pointer;
	transition: all .3s;
}
table .yue p:hover{
	transform: translateY(-2px);
}
.baoming{
	width: 400px;
	margin: 30px auto;
	border-radius: 22px;
	font-size: 0;
	margin-top: 63px;
	overflow: hidden;
	transition: all .3s;
}
.baoming:hover{
	transform: translateY(-2px);
}
.cailiao{
	width: 1200px;
	margin: 0 auto;
	margin-top: 90px;
}
.cailiao img{
	width: 520px;
	margin-right: 70px;
}
.tixing{
	background: #EAEAEA;
	padding-bottom: 36px;
}
.w1200{
	width: 1200px;
	margin: 0 auto;
}
.tixing h3{
	font-size: 42px;
	margin-top: 90px;
	color: #333;
	letter-spacing: 5px;
	line-height: 120px;
	text-align: center;
}
.tixing h3 span{
	color: #CD2F38;
}
.tixing ul{
	overflow: hidden;
	margin-top: 10px;
}
.tixing ul li{
	float: left;
	margin-left: 30px;
	width: 380px;
}
.tixing ul li.first{
	margin-left: 0;
}
.font{
	color: #999;
	text-align: center;
	margin-top: 20px;
}
.font em{
	color: #CD3640;
}


.duixiang{
	width: 1200px;
	margin: 0px auto 100px;
}
.duixiang ul{
	overflow: hidden;
	margin-top: 30px;
	/* border: 1px solid red; */
}
.duixiang ul li{
	float: left;
}
.duixiang ul li{
	transition: all .3s;
	width: 360px;
	margin-left: 60px;
}
.duixiang ul li.first{
	margin-left: 0;
}
.duixiang ul li:hover{
	transform: translateY(-3px);
}