*{
	padding:0;
	margin:0;
}


ul,li{
	list-style:none;
}

a{
	text-decoration:none;
}


body{
	min-width:1440px;
	overflow-x:hidden;
}

.banner{
	width:1920px;
	height:600px;
	background:url(../images/banner.jpg) no-repeat center center;
}

.banner a{
	width:100%;
	height:100%;
	display:block;
}

.tit_top{
	width:1200px;
	height:100px;
	margin:0 auto;
	background:#85401F;
	margin-top:60px;
	margin-bottom:80px;
	display:flex;
	justify-content:space-between;
	align-items:center;
}



.tit_top p:nth-child(1){
	width:320px;
	color:#FFF;
	font-size:14px;
	margin-left:50px;
}

.tit_top p:nth-child(2){
	width:400px;
	font-size:20px;
	color:#FFF;
	font-weight:bold;
	text-align:center;
}

.tit_top p:nth-child(3){
	width:300px;
}

.tit_top p a{
	width:160px;
	height:40px;
	display:block;
	background:#FFF;
	border-radius:8px;
	color:#85401F;
	line-height:40px;
	text-align:center;
	margin:0 auto;
	font-size:18px;
}

.tit_top p a:hover{
	background:#623017;
	color:#FFF;
}



.comtent2{
	width:1200px;
	height:440px;
	margin:0 auto;
	display:flex;
	justify-content:space-between;
	margin-bottom:46px;
}


.comtent2 .text3{
	width:740px;
	height:440px;
	border:1px solid #F4F4F4;
	box-sizing:border-box;
	box-shadow:0 0 6px #eee;
}


.comtent2 p{
	width:430px;
}

.comtent2 p img{
	display:block;
	margin-bottom:22px;
}


.text3 .text3_top{
	width:656px;
	height:auto;
	margin:0 auto;
	display:flex;
	justify-content:space-between;
	border-bottom:1px solid #D1D1D1;
	align-items:center;
}

.text3_top dl{
	width:50%;
	margin-top:20px;
}

.text3_top dl:nth-child(1){
	border-right:1px solid #D1D1D1;
}

.text3_top dl dt{
	font-size:24px;
	font-weight:bold;
	text-align:center;
	margin-bottom:20px;
	margin-top:40px;
}
.text3_top dl dd{
	width:280px;
	margin:0 auto;
	text-align:center;
	color:#666;
	line-height:30px;
	margin-bottom:50px;
}

.text3 .text3_bottom{
	width:656px;
	height:auto;
	margin:0 auto;
	display:flex;
	justify-content:space-between;
	align-items:center;
}

.text3_bottom p{
	margin-top:20px;
	margin-left:10px;
}

.text3_bottom dl{
	padding:0 10px;
}

.text3_bottom dl dt{
	font-size:24px;
	font-weight:bold;
	text-align:center;
	margin-bottom:20px;
	margin-top:40px;
}
.text3_bottom dl dd{
	text-align:center;
	color:#666;
	line-height:30px;
	margin-bottom:50px;
}


/*考证*/
.kaozheng{
	width:1200px;
	height:350px;
	margin:0 auto;
	border:1px solid #F4F4F4;
	box-sizing:border-box;
	box-shadow:0 0 6px #eee;
	overflow:hidden;
}


.kzcenter{
	width:900px;
	margin:0 auto;
	text-align:center;
	margin-top:50px;
}

.kzcenter h3{
	font-size:32px;
}
.kzcenter p{
	margin-top:15px;
	color:#666
}
.kzcenter ul{
	width:100%;
	height:112px;
	border-bottom:1px solid #FEA300;
	position:relative;
}

.kzcenter ul li span{
	width:26px;
	height:26px;
	display:block;
	background:url(../images/yuanjuan.png) no-repeat;
}

.kzcenter ul li.yjs{
	width:470px;
	position:absolute;
	left:50%;
	margin-left:-235px;
	bottom:-13px;
	display:flex;
	justify-content:space-between;
}

.kzcenter ul li.text_class{
	width:560px;
	margin:0 auto;
	position:relative;
}


.kzcenter ul li.text_class dl{
	font-size:20px;
	color:#666;
}

.kzcenter ul li.text_class dl dd{
	margin-top:6px;
}

.kzcenter ul li.text_class dl:nth-child(1){
	position:absolute;
	left:7px;
	top:40px;
}

.kzcenter ul li.text_class dl:nth-child(2){
	position:absolute;
	left:231px;
	top:120px;
}

.kzcenter ul li.text_class dl:nth-child(3){
	position:absolute;
	left:451px;
	top:40px;
}

.kzcenter ul li.text_class dl dd.fan{
	transform:rotate(180deg);
}


.laoshi{
	width:100%;
	height:550px;
	background:#85401F;
	margin-top:60px;
	overflow:hidden;
}

.laoshibox{
	width:1000px;
	height:400px;
	background:#FFF;
	margin:0 auto;
	margin-top:56px;
}

.laoshibox p{
	width:515px;
	margin:20px 0 0 20px;
}

.laoshibox dl{
	width:400px;
	vertical-align:top;
	margin-left:20px;
	color:#333;
	display:flex;
	align-items:center;
}

.laoshibox p, .laoshibox dl{
	display:inline-block;
	
}

.laoshibox dl dt{
	text-align:center;
	font-size:32px;
	font-weight:bold;
	margin-top:50px;
	margin-bottom:20px;
}
.laoshibox dl dd{
	line-height:32px;
}

.laoshibox dl span{
	display:block;
	text-indent:32px;
	margin-bottom:20px;
}


.laoshibox dl a{
	width:170px;
	height:40px;
	display:block;
	text-align:center;
	background:#85401F;
	line-height:40px;
	font-size:16px;
	color:#FFF;
	margin:0 auto;
	position:relative;
}

.laoshibox dl a span{
	position:absolute;
	left:0;
	top:0;
}

.laoshibox dl a:hover span{
	animation: donglr 2s infinite ease;
}

.footms{
	text-align:center;
	margin-top:40px;
	color:#FFF;
}



/*标题*/

.btitle{
	width:1200px;
	margin:0 auto;
	color:#333;
	margin-top:60px;
	text-align:center;
	margin-bottom:40px;
}

.btitle h3{
	font-size:32px;
}

.btitle p{
	font-size:16px;
	margin-top:8px;
}


/*特色课程*/

.tskc{
	width:1200px;
	margin:0 auto;
	display:flex;
	justify-content:space-between;
}

.kclist{
	width:285px;
	background:#FBF9FA;
}


.tskc img{
	display:block;
}

.kclist dl{
	width:auto;
	padding:10px 0;
}

.kclist dl dt{
	font-size:22px;
	font-weight:bold;
	text-align:center;
	margin-bottom:5px;
}

.kclist dl dd{
	font-size:16px;
	text-align:center;
}


.kclist2{
	width:590px;
	background:#FBF9FA;
}

.kclist2 h3{
	font-size:22px;
	padding-left:20px;
	margin-top:40px;
}

.kclist2 span{
	width:40px;
	display:inline-block;
	border-bottom:1px solid #000;
	margin-left:20px;
	margin-top:30px;
	margin-bottom:30px;
}

.kclist2 p{
	font-size:18px;
	padding:0 20px;
	line-height:30px;
}

.kclist2 a{
	width:170px;
	height:40px;
	display:block;
	text-align:center;
	background:#85401F;
	line-height:40px;
	font-size:16px;
	color:#FFF;
	margin:0 auto;
	margin-top:20px;
	float:right;
	border-radius:8px;
	margin-right:30px;
}


.huanjing{
	width:1200px;
	margin:0 auto;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	font-size:0;
	margin-bottom:20px;
}

.huanjing img{
	display:inline-block;
}

.huanjing .yymf{
	width:190px;
	height:300px;
	background:#FFA300;
	font-size:24px;
	color:#FFF;
	text-align:center;
	display:flex;
	justify-content:center;
	flex-wrap:wrap;
	align-content:center;
}

.yymf a{
	width:100%;
	height:auto;
	display:block;
	color:#FFF;
	padding:30px 0;
}

.yymf a p{
	width:100%;
	margin:10px 0;
	position:relative;
}

.yymf a p span{
	position:absolute;
	left:70px;
	top:0;
}

.zy{
	 animation: zuoyou 2s infinite ease;
}

@keyframes zuoyou
{
    0%{
		left:70px;
	}
	30%{
		left:100px;
	}
	80%{
		left:70px;
	}
	100%{
		left:60px;
	}
}

@keyframes donglr
{
    0%{
		left:0px;
	}
	50%{
		left:20px;
	}
	100%{
		left:0px;
	}
}



.baoming{
	width:100%;
	height:660px;
	background:#EFEFEF;
	margin-top:70px;
}

.baomingbox{
	width:1200px;
	margin:0 auto;
	display:flex;
	justify-content:space-between;
}

.bmjiuye{
	width:630px;
	margin-top:50px;
}

.bmjiuye img{
	display:block;
	margin-top:80px;
}

.bmbox{
	width:500px;
	height:660px;
	background:#85401F;
}

.bmbox dl{
	width:380px;
	margin-left:45px;
}

.bmbox dl dd{
	width:380px;
	height:60px;
	border-bottom:1px solid #FFF;
	background:url(../images/bmicon.png) no-repeat;
	margin-bottom:20px;
	color:#FFF;
}

.bmbox dl dd input{
	height:50px;
	line-height:50px;
	background:none;
	border:none;
	margin-left:50px;
	font-size:24px;
	color:#FFF;
	margin-top:5px;
}

.bmbox dl dd:nth-child(1){
	background-position:10px 10px;
}
.bmbox dl dd:nth-child(2){
	background-position:10px -105px;
}

input::-webkit-input-placeholder {
   color: #FFF;
}
input::-moz-input-placeholder {
   color: #FFF;
}
input::-ms-input-placeholder {
   color: #FFF;
}

.Fbtn{
	width:300px;
	height:60px;
	border:none;
	background:#FFF;
	line-height:60px;
	text-align:center;
	color:#85401F;
	cursor:pointer;
	font-size:24px;
	margin-top:20px;
}


/*学生作品*/

.product{
	width:1200px;
	margin:0 auto;
	margin-top:40px;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}


.product img{
	display:block;
	margin-bottom:20px;
}


.morezy{
	width:1200px;
	margin:0 auto;
	margin-top:40px;
	display:flex;
	justify-content:space-between;
	margin-bottom:60px;
}

.morezy dl{
	width:275px;
	height:216px;
	border-radius:10px;
	overflow:hidden;
	position:relative;
}

.morezy dl dd{
	width:100%;
	height:50px;
	background:#FA1F27;
	line-height:50px;
	position:absolute;
	left:0;
	bottom:0;
	display:flex;
	justify-content:space-between;
}
.morezy dl dd a{
	color:#FFF;
}

.morezy dl a img{
	transition:.5s;
}

.morezy dl a img:hover{
	transform:scale(1.2);
}

.morezy dl dd a:nth-child(1){
	font-size:20px;
	font-weight:bold;
	text-indent:15px;
}
.morezy dl dd a:nth-child(2){
	font-size:18px;
	margin-right:15px;
}












