﻿*{
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    margin: 0px;
    padding: 0px;
    list-style: none;
}
a {
	text-decoration: none;
	color: #000;
}
.clear {
	clear: both;
}
.w13 {
	width: 1200px;
	margin: 0 auto;
}

/*banner*/

.bannertop {
        display: block;
	width: 100%;
	height: 480px;
	position: relative;
	overflow: hidden;
}

.bannertop img {
	width: 1920px;
	position: absolute;
	left: 50%;
	margin-left: -960px;
}

/*标题*/
.title h3{
	font-size: 28px;
	height: 55px;
	line-height: 55px;
	width: 160px;
	border-bottom: 1px solid #FFB740;
	float: left;
	text-align: center;
}
h4{
	width: 1040px;
	float: left;
	height: 55px;
	line-height: 70px;
	color: #333333;
	border-bottom: 1px solid #d6d6d6;
	text-align: right;
}
.title{
	height: 56px;
	margin-top: 60px;
	margin-bottom: 50px;
}

/*咨询*/
.zx{
	width: 250px;
	height: 45px;
	font-size: 18px;
	text-align: center;
	line-height: 45px;
	background-color: #ffb740;
	color: #333333;
	border-radius: 50px;
	display: block;
	position: relative;
	padding-right: 20px;
	margin: 35px auto 0 auto;
}
.zx span{
	width: 50px;
	height: 47px;
	display: block;
	background: url(../images/zx-right.png) 0 0 no-repeat;
	position: absolute;
	right: 0;
	bottom: -1px;
}

.zx:hover span {

animation: shake 0.82s cubic-bezier(.36, .07, .19, .97) both;

transform: translate3d(0, 0, 0);

backface-visibility: hidden;

perspective: 1000px;

}

@keyframes shake {

10%, 90% {

transform: translate3d(-2px, 0, 0);

}

20%, 80% {

transform: translate3d(2px, 0, 0);

}

30%, 50%, 70% {

transform: translate3d(-10px, 0, 0);

}

40%, 60% {

transform: translate3d(10px, 0, 0);

}

}

/*前景*/
.prospects{
	margin-top: 80px;
}
.prospects-left,
.prospects-right{
	float: left;
}
.prospects-left{
	width: 515px;
	margin-right: 85px;
}
.prospects-left img{
	margin-bottom: 30px;
}
.prospects-left p{
	font-size: 18px;
	line-height: 30px;
	text-align: justify;
}
.prospects-right{
	margin-top: 40px;
}

/*教学内容*/
.content-bj{
	width: 100%;
	height: 610px;
	background-color: #f2f2f2;
}
.content-left{
	float: left;
	width: 610px;
	margin: 60px 40px 0 0;
}
.content-right{
	float: left;
	width: 515px;
	height: 475px;
	margin-top: 60px;
}
.content-left ul li{
	width: 290px;
	height: 260px;
	display: block;
	float: left;
	cursor: pointer;
	position: relative;
}
.content-left ul li:nth-child(2),
.content-left ul li:last-child{
	margin-left: 30px;
}
.content-left ul li span{
	display: block;
	text-align: center;
	margin-top: 10px;
}
.content-left ul li p{
	position: absolute;
	top: 0;
	left: 0;
	width: 287px;
	height: 133px;
	background: rgba(0,0,0,0.4);
	color: #FFFFFF;
	text-align: center;
	padding-top: 80px;
	font-size: 18px;
	line-height: 28px;
	display: none;
}
.content-left ul li:nth-child(3) p{
	padding-top: 65px;
	height: 148px;
}
.content-left ul li:hover p{
	display: block;
}

.content-right{
	transition: all 0.5s;
}
.content-right:hover{
	box-shadow: 10px 10px 20px #e3e3e3;
	margin-top: 55px;
}
.content-right span{
	font-size: 20px;
	display: block;
	margin-bottom: 25px;
	color: #333333;
}
.content-rightcon{
	width: 490px;
	height: 125px;
	background-color: #fff;
	padding-top: 25px;
	padding-left: 25px;
}
.content-rightcon p{
	width: 440px;
	line-height: 25px;
	opacity: 0.8;
}

/*教学环境*/

.environment img{
	display: block;
	margin: 0 auto;
}


/*名师*/
.teacher-con{
	position: relative;
	width: 921px;
	height: 436px;
	overflow: hidden;
	margin: 0 auto;
}
.teachering{
	width: 921px;
	height: 436px;
}
.teachering img,
.teachering .teachering-right{
	float: left;
}
.teachering img{
	margin-right: 81px;
}
.teachering-right{
	width: 530px;
}
.teachering-right h5{
	font-size: 22px;
	color: #ffb740;
	margin-bottom: 5px;
}
.teachering-right h5 span{
	font-size: 22px;
	color: #646363;
	margin-right: 10px;
}
.teachering-right h5 i{
	color: #333;
}

.teachering-right ul{
	margin-top: 9px;
}
.teachering-right ul li{
	line-height: 28px;
}
.tea-change{
	width: 96px;
	height: 32px;
	line-height: 32px !important;
	text-align: center;
	background-color: #ffb740;
	color: #FFFFFF;
	margin-top: 18px;
	margin-bottom: 20px;
}

/*按钮*/
.teacherbut p{
	width: 134px;
	height: 44px;
	border: 1px solid #ffb740;
	text-align: center;
	line-height: 44px;
	display: inline-block;
	float: left;
	border-radius: 50px;
	cursor: pointer;
	transition: all 0.25s;
}
.teacherbut{
	width: 431px;
	height: 44px;
	position: absolute;
	bottom: 5px;
	left: 392px;
}
.teacherbut2,
.teacherbut3{
	margin-left: 11px;
}
.teacherbutcc{
	background-color: #ffb740;
	border-color: #ffb740;
}

/*学生作品*/
.show{
	display: block;
	margin: 0 auto;
}
.show .zp_list{
	width: 1203px;
	margin: 0 auto;
}
.show .zp_list .zp_top{
	width: 1203px;
	height: 466px;
}
.show .zp_list .zp_top .zp_mid{
	width: 297px;
	height: 227px;
	float: left;
	margin: 0 10px;
}
.show .zp_list .zp_top .zp_mid img{
	display: inline-block;
}
.show .zp_list ul{
	width: 1203px;
	height: 251px;
	margin: 20px 0;
}
.show .zp_list ul li{
    float: left;
	width: 292px;
	height: 251px;
	margin-left: 11px;
}
.show .zp_list ul li:first-child{
	margin-left: 0px;
}
/*创就业指导*/
.job p{
	font-size: 24px;
	text-align: center;
	margin-bottom: 60px;
}
.job-con{
	width: 524px;
	height: 347px;
	padding: 34px 32px;
	background-color: #fff;
	float: left;
	transition: all 0.5s;
}
.job-right{
	margin-left: 24px;
}
.job-con span{
	font-size: 28px;
	margin: 10px 0 10px 0;
	display: block;
}
.job-con p{
	font-size: 18px;
	line-height: 34px;
	text-align: left;
}
.jobimg{
	display: block;
	margin: 85px auto 60px auto;
}
.job-con:hover{
	box-shadow: 3px 5px 30px #e6e5e5;
	
}

/*专业*/
.cont7 ul {
	width: 1280px;
	height: 320px;
	margin: 40px auto 0 auto;
}
.cont7{
	width: 100%;
	height: 430px;
	margin-top: 30px;
	padding-top: 5px;
}
.cont7 ul li {
	width: 280px;
	height: 308px;
	float: left;
	text-align: center;
	margin-left: 40px;
}
.cont7 ul li:first-child {
	margin-left: 20px;
}
.cont7 ul li img {
	border-radius: 15px;
	overflow: hidden;
}
.cont7 .p1 {
	font-size: 18px;
	line-height: 24px;
	margin-top: 10px;
	color: #2a2a2a;
	font-weight: bold;
	letter-spacing: 2px;
}
.cont7 .p2 {
	color: #666;
	font-size: 14px;
	margin-top: 5px;
}
.cont7 span {
	width: 120px;
	height: 30px;
	line-height: 30px;
	background-color: #2a2a2a;
	font-size: 16px;
	color: #ffb740;
	border-radius: 17px;
	margin: 10px auto 0 auto;
	display: block;
}
