body{
    background: #fff;
}
/*banner*/
.mh_banner{width:100%; height: 530px;padding-top: 90px;}
.mh_banner .JQ-content-box{float:left;overflow:hidden;width:100%;height:530px;position:relative;background: #ccc;}
.mh_banner .JQ-content-box .JQ-slide-content li {position:absolute;top:0;left:0;width: 100%;height: 530px;}
.mh_banner .JQ-content-box .JQ-slide-content li a{position:absolute;top:0;left:0;width: 100%;height: 530px;}
.mh_banner .JQ-slide-nav{position:absolute;bottom:10px;z-index:9;text-align:center;width:100%;margin:0 auto}
.mh_banner .JQ-slide-nav li{cursor:pointer;border:1px solid #fff;cursor:pointer;display:inline-block;height:14px;width:14px;border-radius:50%;margin-left:10px;}
.mh_banner .JQ-slide-nav li.on{background-color:#fff;border-color:#fff;height:14px;width:14px;}
/*course*/
.course{
	width: 100%;
	background: #f7f7f7;
	padding-bottom: 20px;
}
.course h2{
	font-size: 30px;
	color: #000;
	text-align: center;
	padding: 60px 0 0 0;
}
.course h3{
	font-size: 20px;
	color: #000;
	text-align: center;
	padding:25px 0 30px 0;
}
.course h4{
	font-size: 30px;
	color: #000;
	text-align: center;
	padding: 60px 0 40px 0;
}
.course .course_a{
	text-align: center;
	color: #333;
	cursor: pointer;
	display: block;
    margin-top: -20px;
    padding-bottom: 37px;
}
.course_main{
	width: 1132px;
	margin: 0 auto;
}
.course_item{
	display: inline-block;
	margin: 0 11px 20px 0px;
	-webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease;
}
.course_item:hover{
	-webkit-box-shadow: 0 15px 30px rgba(0,0,0,0.1);
    box-shadow: 0 15px 30px rgba(0,0,0,0.1);
    -webkit-transform: translate3d(0, -2px, 0);
}
.course_item dt,.course_item dt img{
	cursor: pointer;
	width: 268px;
	height: 160px;
}
.course_item dd{
	height: 67px;
	width: 100%;
	background: #fff;
}
.course_item dd h5{
	padding: 15px 0 0 20px;
	font-size: 16px;
	color: #333;
	cursor: pointer;
	width: 225px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.course_item dd h6 span{
	float: left;
	padding: 4px 0 0 20px;
	line-height: 24px;
	font-size: 14px;
	color: #666;
	width: 95px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.course_item dd h6 em{
	float: right;
	padding: 4px 20px 0 28px;
	line-height: 24px;
	font-size: 14px;
	color: #666;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	background: url(../img/num_icon_16.png) no-repeat left center;
}
/*teacher*/
.teacher{
	width: 100%;
	padding-bottom: 66px;
}
.teacher h4{
	font-size: 30px;
	color: #333;
	text-align: center;
	padding: 60px 0 40px 0;
}
.teacher img{
	display: block;
	margin: 0 auto;
}
.teacher_box{
	height: 447px;
	overflow: hidden;
}
.more{
	display: block;
	margin: 0 auto;
	margin-top: 40px;
	height: 45px;
	width: 173px;
	text-align: center;
	line-height: 45px;
	border: 1px solid #e8551e;
	color: #e8551e;
	font-size: 18px;
	border-radius: 30px;
	cursor: pointer;
}
.more:hover{
	border: 1px solid #e8551e;
	background: #e8551e;
	color: #fff;
	-webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}
.school{
	width: 100%;
	background: #f7f7f7;
	height: 500px;
}
.school h4 {
    font-size: 30px;
    color: #333;
    text-align: center;
    padding-top: 60px;
}
.school_box{
	width: 1132px;
	overflow: hidden;
	margin: 40px auto;
	height: 267px;
}
.school_box div{
	width: 1152px;	
}
.school_box dl{
	cursor: pointer;
	float: left;
	margin-right: 20px;
	-webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease;
}
.school_box dl dt{
	width: 268px;
	height: 200px;
	overflow: hidden;
}
.school_box dl dt img{
	width: 100%;
	height: 100%;
	-webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease;
    z-index: 1;
}
.school_box dl dd{
	line-height: 67px;
	background: #fff;
	text-align: center;
	color: #333;
	font-size: 16px;
}

.school_box dl:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.school_box dl:hover{
	-webkit-box-shadow: 0 15px 30px rgba(0,0,0,0.1);
    box-shadow: 0 15px 30px rgba(0,0,0,0.1);
    -webkit-transform: translate3d(0, -2px, 0);
}
.bottom{
	height: 392px;
	width: 100%;
	background: url(../img/bg.png) no-repeat center center;	
}
.bottom h4 {
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    padding-top: 70px;
}
.bot_box{
	width: 1080px;
	margin: 0 auto;
	padding-left: 52px;
}
.bot_box dl{
	float: left;
	width: 340px;
	height: 185px;
	text-align: center;
	margin-top: 48px;
	border-right:1px solid #fff;
}
.bot_box dl dd h5{
	margin-top: 18px;
	font-size: 18px;
	color: #fff;
}
.bot_box dl dd h6{
	height: 45px;
	width: 173px;
	margin:  22px auto;
	text-align: center;
	line-height: 45px;
	border: 1px solid #fff;
	color: #fff;
	font-size: 18px;
	border-radius: 40px;
	cursor: pointer;
}
.bot_box dl dd h6 a{
	color: #fff;
}
.bot_box dl dd h6:hover{
	border: 1px solid #fff;
	background: #fff;
	color: #e94d11;
	-webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}
.bot_box dl dd h6:hover a{
	color: #e94d11;
}
.bot_box dl dd p{
	margin-top: 38px;
	font-size: 16px;
	color: #fff;
}

/*hd_ul*/
.hd_ul{
	text-align: center;
}
.hd_ul li{
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #f7f7f7;
	border: 2px solid #cccccc;
	margin-right: 12px;
	cursor: pointer;
}
.hd_ul li.h{
	background: #843291;
	border: 2px solid #843291;
	cursor: pointer;
}
.union{
	width: 100%;
	padding-bottom: 50px;
}
.union h4{
	font-size: 30px;
	color: #333;
	text-align: center;
	padding: 60px 0 40px 0;
}
.union ul{
	width: 1132px;
	margin: 0 auto;	
}
.union li{
	float: left;
}
.union li a{
	display: block;
	width: 280px;
	height: 80px;
	margin-right: 85px;
}
