/*banner S*/
.banner{
	position: relative;
}
.textBox{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left:0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.textBox .slick{
	width: 750px;
	border: 3px solid #fff;
}

.slick .title{
	font-size:95px;
	font-weight: 900;
	color:#fff;
	text-align: center;
	padding-top: 4%;
}
.slick .content{
	font-size:24px;
	font-weight: 700;
	color:#fff;
	text-align: center;
	line-height: 34px;
	padding: 4%;
}
.slick.text .slick-dots li button {
	display: none;
}
/*banner E*/
/*goPage S*/
.goPage{
	background-image: url(../image/pattern.jpg);
	background-size:cover;
	background-repeat: no-repeat;
	background-position: center;
	padding: 4% 0;
}
.goPage .wrap{
	overflow: hidden;
}
.goPageTitle{
	font-size:25px;
	color:#333;
	width: 100%;
	line-height: 34px;
	text-align: center;
	margin-bottom: 3%;
}
.goPageTitle .bold{
	font-size: 30px;
	font-weight: 300;
}
.goPageTitle .bold .color{
	color:#06528a;
	font-weight: 700;
	border-bottom: 1px solid #06528a;
}
.goPage .box{
	float: left;
	width: 24%;
	text-align: center;
	margin-right: 1%;
	font-size:0;
	background-color:#fff;
	transition-duration: 0.5s;
	margin-bottom: 2%;
	height: 216px;
	border: 1px solid #e1e1e1;
}
.goPage .box:nth-child(4n){
	margin-right: 0;
}
.goPage img{
	width: 100%;
	transition-duration: 0.5s;

}
.goPage .boxText{
	color:#044473;
	font-size:18px;
	padding:2% 0;
	transition-duration: 0.5s
}
.goPage .box:hover img{
	width: 92%;
	padding: 4% 0 2%;
	transition-duration: 0.5s;
}
.goPage .box:hover .boxText{
	color:#fff;
	padding:1% 0 2%;
}

.goPage .box:hover{
	background-color:#252525;
	transition-duration: 0.5s;
}
/*goPage E*/
/*teacher S*/
.teacher{
	background-color:#f5f5f5;
	padding: 4% 0 2%;
}
.teacherSlick img{
	padding: 10px;
}
.teacherSlick{
	margin-bottom: 2%;
}
.teacherSlick .prev::after{
    content: '<';
	z-index: 9;
    font-size: 14px;
    line-height: 0;
    left: -30px;
    position: absolute;
    top: 50%;
    display: block;
    width: 30px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
}
.teacherSlick .next::after{
	content: '>';
    z-index: 9;
    font-size: 14px;
    line-height: 0;
    right: -48px;
    position: absolute;
    top: 50%;
    display: block;
    width: 30px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
}
/*teacher E*/

/*gallery S*/
.gallery{
	font-size:0;
	padding: 4%;
}
.topBox{
	border-bottom: 1px solid #e1e1e1;
	padding: 0 0 2%;
	overflow: hidden;
	display: flex;
	align-items: center;
}
.topBox .title{
	font-size:25px;
	font-weight: 900;
	width: 50%;
}
.topBox .more{
	font-size:14px;
	font-weight: 300;
	width: 50%;
	text-align: right;
}
.galleryBox{
	float: left;
	margin: 20px 0 0;
	margin-right: 10px;
	width: 292px;
	height: 250px;
	background-color:#e1e1e1;
}
.galleryBox:nth-child(4n){
	margin-right: 0;
}
/*gallery E*/
