@import "css/reset.css";
// @import "ryder970cm.css" screen and (max-width: 970px);

@ch-family:"メイリオ",Meiryo,"STXihei", HEITI TC, "HEITI TC", "黑體-繁", "微軟正黑體", "黑體", sans-serif;
@content-family: "STXihei", HEITI TC, "HEITI TC", "黑體-繁", "微軟正黑體", "黑體", sans-serif;
@en-family:'MTCORSVA',Monotype Corsiva,Arial, Helvetica, sans-serif;



// 好神奇之這樣就可以抓到 height:100%
html,body{
	margin:0;
	height:100%;
	width:100%;
}

.flexbox{
	display: flex;
	display: -ms-flexbox;
}
.flexCenter{
	display: -webkit-box;
	display: -moz-box;
	display: -moz-flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content:center;
	align-items:center;
	-webkit-justify-content:center;
	-webkit-align-items:center;
	-ms-flex-align:center;
	-ms-flex-pack:center;
}
.autoright{margin-right: auto;}
.clearfix{clear: both;}

a{
	text-decoration: none;
	color: inherit;
	img{border: 0;}
}

input:focus , select:focus , textarea:focus, button:focus{
	outline: 0;
}
button{
	background-color: transparent;
	border: 0;
}

*{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
img{vertical-align: middle;}

/* 侯留肯！阿噠噠噠噠～*/
.css_mover{
	cursor: pointer;
	img:nth-child(1){display:inline; }
	img:nth-child(2){display:none; }
	&.current img:nth-child(1){display:none; }
	&.current img:nth-child(2){display:inline; }
}
.css_active , .css_mover:hover{
	img:nth-child(1){display:none; }
	img:nth-child(2){display:inline; }
	&.current img:nth-child(1){display:none; }
	&.current img:nth-child(2){display:inline; }
}
.mr (@marginR){
	margin-right: @marginR;
	&:last-child{margin-right: 0;}
}
.mb (@marginB){
	margin-bottom: @marginB;
	&:last-child{margin-bottom: 0;}
}
//--------------------------- 我是分隔線 ------------------------------------
@leftmenu-width: 150px;
@width: 1006px;

body{
	background: url(images/body-bg.png) repeat-y;
	padding-left: @leftmenu-width;
}
.leftmenuWrap{
	width: @leftmenu-width;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background-color: #fff;
	text-align: center;
	padding-top: 4%;
	overflow: hidden;
	z-index: 10;
	.leftmenu{
		li{
			padding: 18px 0;
			color: #3e3a39;
			transition: all 0.7s;
			-webkit-transition: all 0.7s;
			.ch{
				font-family: @ch-family;
				font-weight: bolder;
				font-size: 16px;
				letter-spacing: 3px;
				margin-bottom: 19px;
			}
			.en{
				font-family: @en-family;
				font-size: 14px;
			}
			&:hover{
				background-color: #c30d22;
				color: #fff;
			}
		}
		.current{
			background-color: #c30d22;
			color: #fff;
		}
	}
	.leftmenu-icon{
		border-bottom: 1px dashed #000;
		padding-bottom: 72px;
		margin-bottom: 55px;
		li{
			.mb(29px);
			&:hover{opacity: 0.7;}
		}
	}
	.cloud-1{
		position: absolute;
		top: 10px;
		right: -80px;
		z-index: -1;
	}
	.cloud-2{
		position: absolute;
		top: 313px;
		left: -50px;
		z-index: -1;
	}
	.cloud-3{
		position: absolute;
		top: 560px;
		right: -60px;
		z-index: -1;
	}
	.cloud-4{
		position: absolute;
		top: 830px;
		left: -70px;
		z-index: -1;
	}
}

.leftmenu-school{
	z-index: 9;
	position: fixed;
	text-align: center;
	left: -@leftmenu-width;
	width: 185px;
	height: 490px;
	background: url(images/leftmenu-school-bg.png) no-repeat;
	background-size: contain;
	padding-top: 10px;
	transition: all 0.8s;
	-webkit-transition: all 0.8s;
	li{
		position: relative;
		padding-bottom: 18px;
		padding-top: 16px;
		&:after{
			content: '';
			position: absolute;
			left: 50%;
			margin-left: -70px;
			bottom: 0;
			width: 140px;
			border-bottom: 1px dashed #000;
		}
		&:last-child{&:after{display: none;}}
	}
	.titlepic {
		margin-bottom: 14px;
		span{
			font-family: @ch-family;
			font-weight: bolder;
			font-size: 23px;
			color: #3e3a39;
			display: inline-block;
			vertical-align: middle;
			padding: 6px 4px 1px;
			background-color: #fff;
			border: 2px solid #3e3a39;
			margin-right: -1px;
		}
	}
	.number {
		font-family: @content-family;
		font-weight: bolder;
		font-size: 13px;
		letter-spacing: 1px;
		color: #3e3a39;
	}
}
.leftmenu-school-show{
	left: @leftmenu-width;
}
.bannerWrap{
	width: 100%;
	position: relative;
	.cover{
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 1;
	}
	.banner-logo{
		position: absolute;
		top: 0;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		z-index: 2;
	}

	.banner:focus{outline: 0;}
	.banner{
		position: relative;
		.banner-img{width: 100%;}
		.words{
			position: absolute;
			top: 50%;
			left: 50%;
			transform: translate(-50%,-50%);
			-webkit-transform: translate(-50%,-50%);
			z-index: 2;
			margin-top: 60px;
		}
	}
	.ryder-dots{
		text-align: center;
		position: absolute;
		bottom: 20px;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		li{
			display: inline-block;
			vertical-align: top;
			width: 9px;
			height: 9px;
			background-color: #fff;
			border-radius: 50%;
			.mr(20px);
			button{display: none;}
			cursor: pointer;
		}
		.slick-active{background-color: #c30d22;}
	}
}
.outWrap {
	overflow: hidden;
	width: 100%;
	position: relative;
}

/*will add*/
.indexBranchWrap {
	position: relative;
	width: @width;
	margin: 0 auto;
	padding-bottom: 140px;
	.titlepic{
		position: relative;
		margin-bottom: 33px;
		&:after{
			content: '';
			z-index: -1;
			position: absolute;
			top: 55px;
			left: 0;
			width: 100%;
			border-bottom: 1px dashed #3e3a39;
		}
	}
	ul.index-school-list{
		text-align: center;
		li{
			display: inline-block;
			vertical-align: top;
			&:last-child{
				.branch-container{
					border-right: 0;
				}
			}

			a{
				display: block;
			}
			.branch-container{
				border-right: 1px dashed #3e3a39;
				padding: 0px 13px;
				margin: 50px 0 24px;
			}

			.index-school-map-list{
				font-family: @ch-family;
				font-weight: bolder;
				font-size: 16px;
				letter-spacing: 1px;
				color: #3e3a39;
				padding-top: 20px;
				border-top: 1px dashed #3e3a39;

				a{
					border: 0;
					display: inline-block;
					margin: 0;
					padding: 0px 13px;
				}
				span{
					display: inline-block;
					vertical-align: middle;
					transition: all 0.7s;
					-webkit-transition: all 0.7s;
					&:hover{color: #c30d22;}
				}

				.item1{
					border-right: 1px solid #3e3a39;
				}

				/* .item1 {
					border-right: 1px solid #3e3a39;
					padding-right: 24px;
					margin-right: 24px;
					} */


				}
			}
			.title{
				margin-bottom: 23px;
				span{
					font-family: @ch-family;
					font-weight: bolder;
					font-size: 23px;
					color: #3e3a39;
					display: inline-block;
					vertical-align: middle;
					padding: 6px 4px 1px;
					background-color: #fff;
					border: 2px solid #3e3a39;
					margin-right: -1px;
				}
			}
			.address, .landmark{
				font-family: @content-family;
				font-size: 12px;
				letter-spacing: 1px;
				color: #3e3a39;
				margin-bottom: 23px;
			}
			.number{
				font-family: @content-family;
				font-size: 12px;
				letter-spacing: 1px;
				color: #3e3a39;
			}
		}
	}
	/*will add*/

	.newsWrap {
		position: relative;
		width: @width;
		margin: 0 auto;
		.titlepic{
			position: relative;
			&:after{
				content: '';
				z-index: -1;
				position: absolute;
				top: 55px;
				left: 0;
				width: 100%;
				border-bottom: 1px dashed #3e3a39;
			}
		}
	}
	.news-list{
		width: 100%;
		margin-bottom: 62px;
		li{
			padding: 25px 0;
			border-bottom: 1px solid #3e3a39;
			position: relative;
		}
		.left{
			display: inline-block;
			vertical-align: top;
			margin-right: 49px;
			text-align: right;
			width: 30%;
			margin-top: 6px;
		}
		.right{
			display: inline-block;
			vertical-align: top;
			width: 54%;
		}
		.title{
			font-family: @ch-family;
			font-weight: bolder;
			font-size: 18px;
			letter-spacing: 1px;
			color: #c30d22;
			margin-bottom: 19px;
		}
		.date{
			font-family: @en-family;
			font-size: 13px;
			color: #3e3a39;
		}
		.content{
			font-family: @content-family;
			font-size: 14px;
			letter-spacing: 1px;
			line-height: 23px;
			color: #3e3a39;

			/*will add*/
			height: 69px;

			overflow : hidden;
		/* text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical; */
		/*will add*/
	}
	.more{
		position: absolute;
		right: 0;
		bottom: -1px;
	}
}
.news-pager{
	text-align: center;
	padding-bottom: 101px;
	a{
		display: inline-block;
		vertical-align: top;
		width: 9px;
		height: 9px;
		background-color: #3e3a39;
		border-radius: 50%;
		.mr(18px);

		/*will add*/
		/* &:first-child,&:last-child{
			background-color: transparent;
			position: relative;
			top: -5px;
		}
		&:first-child{margin-right: 32px;} */

		&.prev,&.next{
			background-color: transparent;
			position: relative;
			top: -5px;
		}
		&.prev{margin-right: 32px;}
		/*will add*/
	}
	.current{background-color: #c30d22;}
}
.copyright{
	position: relative;
	text-align: center;
	width: 100%;
	height: 43px;
	line-height: 43px;
	background-color: #3e3a39;
	color: #fff;
	font-family: @content-family;
	font-size: 12px;

	/*will add*/
	.siteby{
		position: relative;
		float: right;
		margin-right: 10px;
	}
	/*will add*/
}
.news-detail-wrap{
	width: 780px;
	margin: 0 auto;
	.title{
		font-family: @ch-family;
		font-weight: bolder;
		font-size: 18px;
		letter-spacing: 2px;
		color: #c30d22;
		margin-bottom: 13px;
		position: relative;
		.back{
			position: absolute;
			top: 0;
			right: 0;
			cursor: pointer;
			&:hover{opacity: 0.6;}
		}
	}
	.note{
		font-family: @content-family;
		font-size: 15px;
		letter-spacing: 4px;
		color: #3e3a39;
		margin-bottom: 30px;
	}
	.date{
		font-family: @en-family;
		font-size: 13px;
		color: #3e3a39;
		padding-bottom: 19px;
		border-bottom: 1px solid #3e3a39;
	}
	.content{
		font-family: @content-family;
		font-size: 12px;
		letter-spacing: 1px;
		line-height: 23px;
		color: #3e3a39;
		padding: 40px 0 110px;
		.detail-banner{
			position: relative;
			margin-bottom: 30px;
			.detail-banner-title{
				position: absolute;
				left: 0;
				bottom: 0;
				width: 100%;
				height: 41px;
				line-height: 41px;
				text-align: center;
				background-color: rgba(216,35,85,0.4);
				font-family: @ch-family;
				font-weight: bolder;
				font-size: 18px;
				letter-spacing: 2px;
				color: #fefefe;
			}
		}

		img{
			max-width: 100%;
			height: auto;
		}
	}
}
.works-list{
	width: 100%;
	margin-bottom: 62px;
	li{
		padding: 25px 0;
		border-bottom: 1px solid #3e3a39;
		position: relative;
	}
	.left{
		display: inline-block;
		vertical-align: top;
		margin-right: 63px;
		width: 46%;
	}
	.right{
		display: inline-block;
		vertical-align: top;
		width: 40%;
		position: relative;
		&:before{
			content: '';
			position: absolute;
			top: 0;
			left: -32px;
			height: 170px;
			border-left: 1px dashed #3e3a39;
		}
	}
	.pic{
		display: inline-block;
		vertical-align: top;
		margin-right: 39px;
		width: 210px;
		height: 170px;
	}
	.left-container{
		width: 209px;
		min-height: 170px;
		display: inline-block;
		vertical-align: top;
		text-align: right;
		position: relative;
		line-height: 23px;
		.title{
			font-family: @ch-family;
			font-weight: bolder;
			font-size: 18px;
			letter-spacing: 2px;
			color: #c30d22;
			margin-bottom: 12px;
		}
		.note{
			font-family: @content-family;
			font-size: 15px;
			letter-spacing: 4px;
			color: #3e3a39;
		}
		.date{
			font-family: @en-family;
			font-size: 13px;
			color: #3e3a39;
			position: absolute;
			bottom: 0;
			right: 0;
		}
	}
	.content{
		font-family: @content-family;
		font-size: 13px;
		letter-spacing: 1px;
		line-height: 23px;
		color: #3e3a39;
		height: 166px;
		overflow: hidden;
	}
	.more{
		position: absolute;
		right: 0;
		bottom: -1px;
	}
}
.works-leaf-1{
	position: absolute;
	opacity: 0.5;
	z-index: -1;
	top: 120px;
	left: 83px;
}
.works-leaf-2{
	position: absolute;
	opacity: 0.5;
	z-index: -1;
	top: 512px;
	right: 120px;
}
.works-leaf-3{
	position: absolute;
	opacity: 0.5;
	z-index: -1;
	top: 816px;
	left: 700px;
}
.works-leaf-4{
	position: absolute;
	opacity: 0.5;
	z-index: -1;
	top: 1060px;
	left: -90px;
}
.works-leaf-5{
	position: absolute;
	opacity: 0.5;
	z-index: -1;
	top: 1403px;
	left: 960px;
}
.works-leaf-6{
	position: absolute;
	opacity: 0.5;
	z-index: -1;
	top: 1931px;
	left: 70px;
}
.works-leaf-7{
	position: absolute;
	opacity: 0.5;
	z-index: -1;
	top: 2297px;
	right: 350px;
}
.branch-list{
	padding-left: 25px;
	padding-bottom: 190px;
	li{
		.mb(68px);
	}
	.left{
		display: inline-block;
		vertical-align: top;
		/*
		 width: 240px;
		 margin-right: 100px;
		 */
		 width: 300px;
		 margin-right: 40px;

		}
		.right{
			display: inline-block;
			vertical-align: top;
			width: 635px;
		}
		.pic {
			margin-bottom: 25px;
			span{
				font-family: @ch-family;
				font-weight: bolder;
				font-size: 21px;
				color: #3e3a39;
				display: inline-block;
				vertical-align: middle;
				padding: 5px 4px 1px;
				background-color: #fff;
				border: 2px solid #3e3a39;
				margin-right: -1px;
			}
		}
		.address {
			font-family: @content-family;
			font-size: 13px;
			letter-spacing: 1px;
			color: #3e3a39;
			margin-bottom: 18px;
			img{margin-right: 7px;}
		}
		.number{
			font-family: @content-family;
			font-size: 13px;
			letter-spacing: 1px;
			color: #3e3a39;
			margin-bottom: 23px;
			img{margin-right: 7px;}
		}
		.more{
			font-family: @ch-family;
			font-weight: bolder;
			font-size: 16px;
			letter-spacing: 1px;
			color: #3e3a39;
			span{
				display: inline-block;
				vertical-align: middle;
				transition: all 0.7s;
				-webkit-transition: all 0.7s;
				&:hover{color: #c30d22;}
			}
			.item1 {
				border-right: 1px solid #3e3a39;
				padding-right: 24px;
				margin-right: 24px;
			}
		}
		.service {
			margin-bottom: 13px;
			span{
				font-family: @ch-family;
				font-weight: bolder;
				font-size: 17px;
				color: #3e3a39;
				display: inline-block;
				vertical-align: middle;
				padding: 4px 1px 1px;
				background-color: #fff;
				border: 1px solid #3e3a39;
				margin-right: -1px;
			}
		}
		.week {
			font-family: @content-family;
			font-size: 13px;
			letter-spacing: 1px;
			color: #3e3a39;
			padding: 8px 0;
			border-top: 1px dashed #3e3a39;
			border-bottom: 1px dashed #3e3a39;
			span{
				display: inline-block;
				vertical-align: middle;
				text-align: center;
				width: 80px;
			}
		}
		.weekHeader{
			font-size: 15px;
			color: #c30d22;
			border-bottom: 0;
			padding: 20px 0;
		}
	}
	.branch-detail-cat{
		text-align: right;
		padding: 0 40px 26px 0;
		margin-bottom: 77px;
		font-family: @ch-family;
		font-weight: bolder;
		font-size: 16px;
		letter-spacing: 1px;
		color: #3e3a39;
		border-bottom: 1px dashed #3e3a39;
		span{
			cursor: pointer;
			display: inline-block;
			vertical-align: middle;
			transition: all 0.7s;
			-webkit-transition: all 0.7s;
			border-right: 1px solid #3e3a39;
			padding-right: 24px;
			margin-right: 24px;
			&:last-child{padding-right: 0; margin-right: 0; border-right: 0;}
			&:hover{color: #c30d22;}
		}
		.current{color: #c30d22;}
	}
	.branch-detail-wrap{
		text-align: center;
		p{
			font-family: @content-family;
			font-size: 15px;
			letter-spacing: 2px;
			color: #3e3a39;
		}
		.branch-detail-titlepic{
			margin-bottom: 25px;
			position: relative;
			span{
				font-family: @ch-family;
				font-weight: bolder;
				font-size: 35px;
				color: #3e3a39;
				display: inline-block;
				vertical-align: middle;
				padding: 9px 7px 4px;
				background-color: #fff;
				border: 2px solid #3e3a39;
				margin-right: -1px;
			}
			&:after{
				content: '';
				position: absolute;
				top: 50%;
				left: 0;
				width: 100%;
				height: 2px;
				background-color: #3e3a39;
				z-index: -1;
			}
			.back{
				position: absolute;
				right: 40px;
				top: -21px;
				cursor: pointer;
				&:hover{opacity: 0.6;}
			}
		}
		.map-note{
			font-family: @ch-family;
			font-weight: bolder;
			font-size: 18px;
			letter-spacing: 1px;
			color: #3e3a39;
			padding: 21px 0;
			border-top: 1px dashed #3e3a39;
			border-bottom: 1px dashed #3e3a39;
			margin-bottom: 40px;
		}
		.brancg-detail-botnav{
			font-family: @ch-family;
			font-weight: bolder;
			font-size: 16px;
			letter-spacing: 1px;
			color: #3e3a39;
			padding-bottom: 105px;
			li{
				display: inline-block;
				vertical-align: middle;
				transition: all 0.6s;
				-webkit-transition: all 0.6s;
				cursor: pointer;
				border-right: 1px solid #3e3a39;
				padding-right: 35px;
				.mr(35px);
				&:last-child{border-right: 0; padding-right: 0;}
				&:hover{color: #c30d22;}
			}
			.current{color: #c30d22;}
		}
	}
	.branch-detail-slider{
		margin-top: 42px;
		img{width: 100%;}
	}
	.branch-detail-slider-nav-wrap {
		position: relative;
		#prev,#next{
			position: absolute;
			transform: translateY(-50%);
			-webkit-transform: translateY(-50%);
			top: 50%;
			left: -20px;
			cursor: pointer;
			&:hover{opacity: 0.7;}
		}
		#next{
			left: initial;
			right: -20px;
		}
		.branch-detail-slider-nav {
			padding: 38px 0;
			border-top: 1px dashed #3e3a39;
			border-bottom: 1px dashed #3e3a39;
			li {margin-right: 14px; opacity: 0.5; border: 4px solid transparent;}
			.slick-current{opacity: 1; border: 4px solid #c30d22;}
		}
	}
	.m-every-box{
		font-family: @ch-family;
		font-weight: bolder;
		font-size: 17px;
		color: #3e3a39;
		display: inline-block;
		vertical-align: middle;
		padding: 2px 1px 0;
		background-color: #fff;
		border: 1px solid #3e3a39;
		margin-right: -1px;
	}

	.teacher-list-wrap{
		margin-bottom: 190px;
		/* margin-bottom: 18px; */
		/*will add*/
		margin-bottom: 0;
		/*will add*/
		padding-top: 35px;
		position: relative;
		left: 64px;
		.teacher-box{
			text-align: center;
			display: inline-block;
			vertical-align: top;
			width: 253px;
			height: 380px;
			background: url(images/teacher-bg.png) no-repeat;
			position: relative;
			margin-right: 64px;
			margin-bottom: 64px;
		}
		.head{
			position: absolute;
			top: -12px;
			left: 50%;
			transform: translateX(-50%);

			-webkit-transform: translateX(-50%);
			span{
				.m-every-box;
			}
		}
		/*will add*/
		.photo-container{
			position: relative;
			height: 205px;
		}
		.photo{
			border-radius: 50%;
			border: 3px solid #3e3a39;
			overflow: hidden;
			width: 174px;
			height: 174px;
			margin-top: 31px;
			/*will edit*/
			position: absolute;
			left: 0;
			right: 0;
			margin-left: auto;
			margin-right: auto;
		/* position: relative;
		left: 50%;
		margin-left: -87px; */
		/*will edit*/
	}
	.name{
		position: relative;
		top: -19px;
		span{
			.m-every-box;
		}
	}
	.education{
		margin-bottom: 13px;
		position: relative;
		span{
			.m-every-box;
			position: relative;
			z-index: 1;
		}
		&:after{
			content: '';
			position: absolute;
			top: 50%;
			left: 0;
			width: 100%;
			border-bottom: 1px dashed #3e3a39;
		}
	}
	.education-content{
		font-family: @content-family;
		font-size: 13px;
		letter-spacing: 1px;
		line-height: 23px;
		color: #3e3a39;
		margin-bottom: 15px;
	}
	.more{
		position: relative;
		img{z-index: 1; position: relative;}
		&:after{
			content: '';
			position: absolute;
			top: 50%;
			left: 0;
			width: 100%;
			border-bottom: 1px dashed #3e3a39;
		}
	}
	.mix{display: none;}
}

.line-box{
	width: 100%;
	height: 16px;
	border-top: 1px dashed #000;
	border-bottom: 1px dashed #000;
	margin-bottom: 47px;
}
.teacher-detail-wrap{
	width: 774px;
	margin: 0 auto;
	position: relative;
	.cloud{
		position: absolute;
		top: 8px;
		left: -70px;
	}
	.back{
		position: absolute;
		top: 137px;
		right: 0;
		cursor: pointer;
		&:hover{opacity: 0.6;}
	}

	.teacher-detail-photo-container{
		overflow: hidden;
		position: relative;
		left: -32px;
		top: 23px;
		width: 174px;
		height: 174px;
	}
	.teacher-detail-photo{
		width: 174px;
		height: 174px;
		border: 3px solid #3e3a39;
		border-radius: 50%;
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		top: 0;
		margin: auto;
		/* overflow: hidden;
		position: relative;
		left: -32px;
		top: 23px; */
	}
	.teacher-detail-name{
		/* position: relative; */
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		width: auto;
		text-align: center;
		span{
			font-family: @ch-family;
			font-weight: bolder;
			font-size: 17px;
			color: #3e3a39;
			display: inline-block;
			vertical-align: middle;
			padding: 5px 2px 2px;
			background-color: #fff;
			border: 1px solid #3e3a39;
			margin-right: -1px;
		}

	}
	.teacher-detail-line{
		position: relative;
		height: 26px;
		&:after{
			content: '';
			position: absolute;
			top: 50%;
			left: 0;
			width: 100%;
			border-bottom: 2px solid #3e3a39;
			z-index: -1;
			margin-left: 12px;
		}
	}
}
.teacher-detail-content-wrap{
	margin-top: 30px;
	padding-bottom: 190px;
	.left{
		display: inline-block;
		vertical-align: top;
		width: 50%;
		position: relative;
		padding-right: 35px;
		&:after{
			content: '';
			position: absolute;
			top: -39px;
			right: 0;
			height: calc(~'100% + 39px');
			border-right: 1px dashed #3e3a39;
		}
		.head{
			margin-bottom: 13px;
			span{
				font-family: @ch-family;
				font-weight: bolder;
				font-size: 17px;
				color: #3e3a39;
				display: inline-block;
				vertical-align: middle;
				padding: 4px 1px 1px;
				background-color: #fff;
				border: 1px solid #3e3a39;
				margin-right: -1px;
			}
		}
		.content{
			font-family: @content-family;
			font-size: 13px;
			letter-spacing: 1px;
			line-height: 23px;
			color: #3e3a39;
			margin-bottom: 14px;
		}
	}
	.right{
		display: inline-block;
		vertical-align: top;
		width: 49%;
		.section{
			text-align: center;
			padding: 35px 0;
			.bigtitle{
				font-family: @ch-family;
				font-weight: bolder;
				font-size: 25px;
				letter-spacing: 2px;
				line-height: 35px;
				color: #c30d22;
				margin-bottom: 72px;
				position: relative;
				&:after{
					content: '';
					position: absolute;
					left: 50%;
					bottom: calc(~'-100% + 11px');
					height: 53px;
					border-right: 1px dashed #3e3a39;
				}
			}
			.teacherName{
				font-family: @ch-family;
				font-size: 17px;
				letter-spacing: 1px;
				color: #3e3a39;
			}
		}
		.content{
			padding: 30px 22px;
			font-family: @content-family;
			font-size: 16px;
			letter-spacing: 1px;
			line-height: 24px;
			color: #3e3a39;
			border-top: 1px dashed #3e3a39;
		}
	}
}
.course-bigtitle{
	font-family: @ch-family;
	font-weight: bolder;
	font-size: 25px;
	letter-spacing: 3px;
	color: #c30d22;
	margin-top: 27px;
	margin-bottom: 30px;
	text-align: center;
	line-height: 32px;
}
.course-note{
	font-family: @ch-family;
	font-size: 16px;
	letter-spacing: 2px;
	color: #3e3a39;
	margin-bottom: 51px;
	text-align: center;
}
.m-course-every-box{
	font-family: @ch-family;
	font-weight: bolder;
	font-size: 31px;
	color: #3e3a39;
	display: inline-block;
	vertical-align: middle;
	padding: 10px 4px 4px;
	background-color: #fff;
	border: 1px solid #3e3a39;
	margin-right: -1px;
}
.course-class-list{
	position: relative;
	&:after{
		content: '';
		width: 100%;
		position: absolute;
		top: 23px;
		left: 0;
		border-bottom: 2px solid #3e3a39;
		z-index: -1;
	}
	li{
		display: inline-block;
		vertical-align: top;
		width: 33%;
		text-align: center;
	}
	.head{
		margin-bottom: 53px;
		span{
			.m-course-every-box;
		}
	}
	.title{
		width: 223px;
		height: 32px;
		line-height: 32px;
		background: url(images/course-class-list-bg.png) no-repeat;
		font-family: @ch-family;
		font-size: 16px;
		letter-spacing: 6px;
		color: #3e3a39;
		margin-bottom: 15px;
		position: relative;
		left: 50%;
		margin-left: -111px;
		&:hover{opacity: 0.7;}
	}
	.content{
		font-family: @content-family;
		font-size: 13px;
		letter-spacing: 3px;
		color: #3e3a39;
		margin-bottom: 47px;
		text-decoration: underline;
	}
}
.course-every-box-title{
	position: relative;
	text-align: center;
	&:after{
		content: '';
		position: absolute;
		top: 22px;
		left: 0;
		width: 100%;
		border-bottom: 2px solid #3e3a39;
		z-index: -1;
	}
	span{
		.m-course-every-box;
	}
}
.course-outline-list-wrap{
	/*will add*/
	.outline{
		position: relative;
		display: inline-block;
		vertical-align: top;
		margin-left: 61px;
		width: 253px;
		position: relative;
		font-size: 0;

		&:before{
			content: "";
			display: inline-block;
			height: 24px;
			width: 253px;
			background: url(images/outline-top-bg.png) no-repeat;
		}
		&:after{
			content: "";
			display: inline-block;
			height: 24px;
			width: 253px;
			background: url(images/outline-top-bg.png) no-repeat;

			-moz-transform:scaleY(-1);
			-webkit-transform:scaleY(-1);
			-o-transform:scaleY(-1);
			transform:scaleY(-1);
			/*IE*/
			filter:FlipV;
		}

		.outline-container{
			position: relative;
			width: 100%;
			min-height: 298px;
			background: url(images/outline-line-bg.png) repeat-y;
			padding-top: 12px;
			padding-bottom: 12px;
		}

		.outline-every-box{
			position: absolute;
			top: -23px;
			left: 50%;
			transform: translateX(-50%);
			-webkit-transform: translateX(-50%);
			span{
				.m-course-every-box;
			}
		}
		.title{
			width: 190px;
			margin: 0 auto;
			font-family: @content-family;
			font-size: 15px;
			letter-spacing: 7px;
			color: #3e3a39;
			padding-bottom: 6px;
			margin-bottom: 6px;
			border-bottom: 1px dashed #3e3a39;
		}
		.content{
			width: 195px;
			margin: 0 auto;
			font-family: @content-family;
			font-size: 13px;
			letter-spacing: 4px;
			line-height: 17px;
			color: #3e3a39;
			margin-bottom: 15px;
		}

		:last-child{
			margin-bottom: 0;
		}
	}
	/*will add*/

	.outline-1{
		display: inline-block;
		vertical-align: top;
		margin-left: 61px;
		width: 253px;
		height: 346px;
		background: url(images/outline-1-bg.png) no-repeat;
		position: relative;
		padding-top: 36px;
		.outline-every-box{
			position: absolute;
			top: -21px;
			left: 50%;
			transform: translateX(-50%);
			-webkit-transform: translateX(-50%);
			span{
				.m-course-every-box;
			}
		}
		.title{
			width: 190px;
			margin: 0 auto;
			font-family: @content-family;
			font-size: 15px;
			letter-spacing: 7px;
			color: #3e3a39;
			padding-bottom: 6px;
			margin-bottom: 6px;
			border-bottom: 1px dashed #3e3a39;
		}
		.content{
			width: 195px;
			margin: 0 auto;
			font-family: @content-family;
			font-size: 13px;
			letter-spacing: 4px;
			line-height: 17px;
			color: #3e3a39;
			margin-bottom: 15px;
		}

		:last-child{
			margin-bottom: 0;
		}
	}
	.outline-2{
		width: 252px;
		height: 438px;
		background: url(images/outline-2-bg.png) no-repeat;
	}
	.outline-3{
		.title{text-align: center;}
	}
}
.course-schedule-cat{
	text-align: right;
	padding-bottom: 18px;
	border-bottom: 1px dashed #3e3a39;
	li{
		display: inline-block;
		vertical-align: middle;
	}
}
.course-schdeule-cat{
	font-family: @content-family;
	font-size: 16px;
	letter-spacing: 1px;
}
.course-schdeule-wrap{
	position: relative;
	text-align: center;
	padding-bottom: 50px;
	border-bottom: 2px solid #3e3a39;
	margin-bottom: 60px;
	padding-left: 50px;
}
.reservation{
	margin-bottom: 36px;
	span{
		.m-course-every-box;
	}
}
.input-text-wrap{
	margin-bottom: 10px;
	.item1{
		display: inline-block;
		vertical-align: middle;
		width: 95px;
		font-family: @content-family;
		font-size: 16px;
		font-weight: bolder;
		letter-spacing: 1px;
		color: #3e3a39;
	}
	.item2{
		display: inline-block;
		vertical-align: middle;
		.reservation-text{
			font-family: @content-family;
			font-size: 16px;
			font-weight: bolder;
			letter-spacing: 1px;
			color: #3e3a39;
			width: 460px;
			height: 32px;
		}
	}
	input{
		padding-left: 5px;
	}
}
.reservationWrap{
	width: 560px;
	margin-bottom: 165px;
	position: relative;
	.submit{
		position: absolute;
		right: 0;
		bottom: -60px;
		cursor: pointer;
		&:hover{opacity: 0.7;}
	}
}
.course-detail-titlepic{
	position: relative;
	margin-bottom: 24px;
	&:after{
		content: '';
		position: absolute;
		top: 50%;
		left: 0;
		width: 100%;
		border-bottom: 2px solid #3e3a39;
		z-index: -1;
	}
	.back{
		position: absolute;
		top: -28px;
		right: 0;
		cursor: pointer;
		&:hover{opacity: 0.6;}
	}
	span{
		display: block;
		text-align: center;
		width: 223px;
		height: 32px;
		line-height: 32px;
		background: url(images/course-class-list-bg.png) no-repeat;
		font-family: @ch-family;
		font-size: 16px;
		letter-spacing: 6px;
		color: #3e3a39;
		position: relative;
		left: 50%;
		margin-left: -111px;
	}
}
.course-detail-titlepic-note{
	text-align: center;
	font-family: @content-family;
	font-size: 13px;
	letter-spacing: 3px;
	color: #3e3a39;
	margin-bottom: 55px;
	text-decoration: underline;
}
.course-detail-wrap{
	/* padding-left: 36px;
	padding-right: 73px;*/
	padding-left: 30px;
	padding-right: 30px;

	padding-bottom: 190px;
	.left{
		display: inline-block;
		vertical-align: top;
/*		width: 247px;
		padding-right: 58px;
		margin-right: 82px;*/
		width: 270px;
		padding-right: 20px;
		margin-right: 60px;
		border-right: 1px dashed #3e3a39;
	}
	.right{
		display: inline-block;
		vertical-align: top;
		width: 600px;
	}
	.title{
		margin-bottom: 20px;
		span{
			font-family: @ch-family;
			font-weight: bolder;
			font-size: 21px;
			color: #3e3a39;
			display: inline-block;
			vertical-align: middle;
			padding: 6px 2px 1px;
			background-color: #fff;
			border: 1px solid #3e3a39;
			margin-right: -1px;
		}
	}
	.content{
		font-family: @content-family;
		font-size: 15px;
		letter-spacing: 4px;
		line-height: 23px;
		color: #3e3a39;
		margin-bottom: 31px;
	}
}
.index-news-wrap{
	padding-bottom: 73px;
	.left{
		display: inline-block;
		vertical-align: top;
		width: 561px;
		margin-right: 14px;
		position: relative;
		.more-news{
			text-align: center;
			position: absolute;
			left: 0;
			bottom: -18px;
			width: 100%;
			&:after{
				content: '';
				position: absolute;
				top: 50%;
				left: 0;
				width: 100%;
				border-bottom: 1px dashed #3e3a39;
				z-index: -1;
			}
		}
	}
	.right{
		display: inline-block;
		vertical-align: top;
		position: relative;
		.center{
			position: absolute;
			top: 50%;
			left: 50%;
			transform: translate(-50%,-50%);
			-webkit-transform: translate(-50%,-50%);
		}
	}
	.index-news-list{
		li{
			display: inline-block;
			vertical-align: top;
			position: relative;
			width: 250px;
			padding-bottom: 35px;
			border-bottom: 1px solid #3e3a39;
			margin-right: 55px;
			margin-bottom: 63px;
			&:nth-child(2n){margin-right: 0;}
		}
		.title{
			font-family: @ch-family;
			font-size: 18px;
			letter-spacing: 1px;
			color: #3e3a39;
			padding-bottom: 11px;
			margin-bottom: 11px;
			position: relative;
			&:before{
				content: '';
				position: absolute;
				bottom: 0;
				left: 0;
				width: 100%;
				border-bottom: 1px solid #221814;
			}
			&:after{
				content: '';
				position: absolute;
				bottom: -1px;
				left: 0;
				width: 50%;
				border-bottom: 3px solid #c30d22;
			}
		}
		.content{
			font-family: @ch-family;
			font-size: 12px;
			letter-spacing: 2px;
			line-height: 20px;
			color: #3e3a39;

			/*will add*/
			height: 40px;

			overflow : hidden;
			text-overflow: ellipsis;
			display: -webkit-box;
			-webkit-line-clamp: 2;
			-webkit-box-orient: vertical;
			/*will add*/
		}
		.more{
			position: absolute;
			right: 0;
			bottom: -1px;
		}
		.date{
			font-family: @en-family;
			font-size: 13px;
			letter-spacing: 1px;
			color: #3e3a39;
			position: absolute;
			left: 0;
			bottom: -22px;
		}
	}
}
.index-about-wrap{
	width: 100%;
	.titlepic-wrap{
		position: relative;
		.titlepic{
			width: @width;
			margin: 0 auto;
		}
		&:after{
			content: '';
			z-index: -1;
			position: absolute;
			top: 59px;
			left: 0;
			width: 100%;
			border-bottom: 1px dashed #3e3a39;
		}
	}
}
.about-marquee-wrap{
	margin-top: 48px;
	margin-bottom: 54px;
	position: relative;
	.words{
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
		-webkit-transform: translate(-50%,-50%);
	}
	.about-marquee-list{
		span{
			display: inline-block;
			margin-right: 83px;
			position: relative;
			&:after{
				content: '';
				position: absolute;
				width: 100%;
				height: 100%;
				top: 0;
				left: 0;
				background-color: rgba(185,178,216,0.3);
			}
		}
	}
}
.index-slogan-wrap{
	padding-top: 54px;
	/*will edit*/
	/* border-top: 1px dashed #3e3a39; */
	/*will edit*/
	padding-bottom: 50px;
	border-bottom: 1px dashed #3e3a39;
	text-align: center;
	.slogan{
		margin-bottom: 22px;
		span{
			font-family: @ch-family;
			font-weight: bolder;
			font-size: 28px;
			color: #3e3a39;
			display: inline-block;
			vertical-align: middle;
			padding: 10px 4px 4px;
			background-color: #fff;
			border: 1px solid #3e3a39;
			margin-right: -1px;
		}
	}
	.note{
		font-family: @content-family;
		font-size: 18px;
		letter-spacing: 1px;
		color: #3e3a39;
		text-decoration: underline;
	}
}
.whatwedo{
	position: relative;
	border-bottom: 1px dashed #3e3a39;
	/* background: url(images/index-fuck.png) no-repeat;
	background-size: cover; */
	background-image: url(images/index-grid.png);
	background-repeat: repeat;
	/* height: 744px; */
	/*will add*/
	min-height: 744px;
	/*will add*/
	margin-bottom: 102px;
	&:before{
		content: '';
		z-index: 1;
		position: absolute;
		top: 0;
		left: 50%;
		margin-left: -27px;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 47px 27px 0 27px;
		border-color: #c30d22 transparent transparent transparent;
	}
	&:after{
		content: '';
		position: absolute;
		top: 0;
		left: 50%;
		height: 100%;
		border-right: 1px dashed #3e3a39;
	}
	.forsize{width: 100%;}
	.left,.right{
		position: absolute;
		width: 320px;
		top: 55px;
		left: 50%;
		margin-left: -407px;
	}
	.right{
		margin-left: 87px;
	}

	ul.aboutList-container{
		position: relative;
		width: 813px;
		min-height: 744px;
		font-size: 0;
		margin: 0 auto;
		padding-top: 55px;
		> li{
			position: relative;
			font-size: 0;
			width: 100%;
			height: 629px;
			margin-bottom: 58px;
		}
	}

	.leftWill{
		position: relative;
		float: left;
		top: 0;
		width: 320px;
	}
	.rightWill{
		position: relative;
		float: right;
		top: 0;
		width: 320px;
	}




	.no{
		z-index: 1;
		position: absolute;
		top: 7px;
		left: 66px;
		display: block;
		width: 39px;
		height: 39px;
		text-align: center;
		line-height: 39px;
		border-radius: 50%;
		background-color: #fff;
		font-family: @content-family;
		font-size: 19px;
		color: #3e3a39;
	}
	.pic{
		width: 203px;
		height: 203px;
		margin: 0 auto;
		border: 3px solid #c30d22;
		border-radius: 50%;
		margin-bottom: 53px;
		position: relative;
		overflow: hidden;
	}
	.title{
		font-family: @ch-family;
		font-size: 23px;
		letter-spacing: 3px;
		color: #3e3a39;
		margin-bottom: 42px;
	}
	.content{
		font-family: @content-family;
		font-size: 13px;
		letter-spacing: 1px;
		line-height: 20px;
		color: #3e3a39;
		padding: 33px 0;
		border-top: 1px solid #3e3a39;
		border-bottom: 1px solid #3e3a39;
		position: relative;
		&:after{
			content: '';
			position: absolute;
			top: -2px;
			left: 0;
			width: 127px;
			border-bottom: 3px solid #c30d22;
		}
	}
}
.index-bot-school{
	text-align: center;
	border-top: 1px dashed #3e3a39;
	li{
		display: inline-block;
		vertical-align: top;
		padding: 55px 23px;
		border-right: 1px dashed #3e3a39;
		&:last-child{border-right: 0;}
	}
	.title{
		margin-bottom: 23px;
		span{
			font-family: @ch-family;
			font-weight: bolder;
			font-size: 23px;
			color: #3e3a39;
			display: inline-block;
			vertical-align: middle;
			padding: 6px 4px 1px;
			background-color: #fff;
			border: 2px solid #3e3a39;
			margin-right: -1px;
		}
	}
	.address{
		font-family: @content-family;
		font-size: 12px;
		letter-spacing: 2px;
		color: #3e3a39;
		margin-bottom: 23px;
	}
	.landmark{
		font-family: @content-family;
		font-size: 12px;
		letter-spacing: 2px;
		color: #3e3a39;
		margin-bottom: 23px;
	}
	.number{
		font-family: @content-family;
		font-size: 12px;
		letter-spacing: 1px;
		color: #3e3a39;
	}
}
.backtotop{
	position: fixed;
	bottom: 20%;
	right: 30px;
	cursor: pointer;
	&:hover{opacity: 0.6;}
}
.backtoindex{
	position: fixed;
	top: 0;
	right: -70px;
	cursor: pointer;
	transition: all 0.7s;
	-webkit-transition: all 0.7s;
	&:hover{opacity: 0.6;}
}
.backtoindex-show{right: 0;}
#course-table{
	tr{
		width: 848px;
		border-bottom: 1px dashed #3e3a39;
		display: inline-table;
		td{
			width: 14%;
			vertical-align: middle;
		}
	}
	.head{
		font-family: @ch-family;
		font-size: 20px;
		letter-spacing: 3px;
		color: #c30d22;
		height: 58px;
	}
	.content{
		font-family: @content-family;
		font-size: 16px;
		font-weight: bolder;
		letter-spacing: 1px;
		line-height: 20px;
		color: #3e3a39;
		height: 133px;
	}
}
.day-what-time{
	font-family: @ch-family;
	font-size: 26px;
	letter-spacing: 3px;
	color: #c30d22;
	position: absolute;
	top: 115px;
	left: 30px;
	li{
		.mb(172px);
	}
}


/*will add*/
.branchTopNav{
	position: fixed;
	top: 0;
	left: 0;
	text-align: center;
	width: 100%;
	height: 60px;
	padding-left: 150px;
	background-color: rgba(254, 254, 254, 0.7);
	opacity: 0;

	-webkit-transition: all 0.7s;
	transition: all 0.7s;
	transition-delay: 0s;

	&.showNav{
		opacity: 1;

		-webkit-transition: all 0.7s;
		transition: all 0.7s;
		transition-delay: 0s;

		a{
			pointer-events: all;
		}
	}

	ul{
		position: relative;
		font-size: 0;
		margin: auto;
		height: 60px;
		padding: 10px 0;
		li{
			position: relative;
			font-size: 0;
			display: inline-block;
			height: 100%;

			a{
				display: block;
				font-family: @ch-family;
				font-weight: bolder;
				font-size: 16px;
				line-height: 20px;
				letter-spacing: 1px;
				color: #3e3a39;
				height: 100%;
				border-right: 1px dashed #3e3a39;
				padding: 0 24px;

				pointer-events: none;

				vertical-align: middle;
				transition: all 0.7s;
				-webkit-transition: all 0.7s;
				&:hover{color: #c30d22;}

				.number{
					font-size: 12px;
					font-weight: normal;
				}
			}
		}
	}
	.branch-top-nav-bg{
		position: absolute;
		right: 0;
		top: 0;
		z-index: -1;

	}
}
a.bg-link{
	position: absolute;
	display: block;
	width: 65px;
	height: 60px;
	z-index: 0;
	right: 115px;
	top: 0;
	pointer-events: none;
}
/*will add*/


@media screen and (max-width: 1440px) {
	.bannerWrap .banner-logo{width: 180px;}
	.bannerWrap .banner .words{width: 220px; margin-top: 29px;}
	.leftmenuWrap .leftmenu-icon{padding-bottom: 32px; margin-bottom: 15px;}
	.index-bot-school li{padding: 55px 11px;}
	.works-leaf-3{top: 1026px; left: 420px;}
}



@media screen and (max-height: 850px) {
	.leftmenuWrap{
		padding-top: 2%;
		.leftmenu{
			li{
				padding: 11px 0 10px;
				transition: all 0.7s;
				-webkit-transition: all 0.7s;
				.ch{
					margin-bottom: 13px;
				}
				.en{
				}
			}
		}
		.leftmenu-icon{
			padding-bottom: 44px;
			margin-bottom: 0px;
		}
	}
	.indexBranchWrap{
		.titlepic{
			margin-bottom: 0;
		}
	}
}

@media screen and (max-height: 650px) {
	.leftmenuWrap{
		padding-top: 2%;
		.leftmenu{
			li{
				padding: 11px 0 10px;
				transition: all 0.7s;
				-webkit-transition: all 0.7s;
				.ch{
					margin-bottom: 10px;
				}
				.en{
					font-size: 14px;
				}
			}
		}
		.leftmenu-icon{
			padding-bottom: 34px;
			margin-bottom: 0px;
			li{
				margin-bottom: 20px;
			}
		}
	}
	.indexBranchWrap{
		.titlepic{
			margin-bottom: 0;
		}
		ul.index-school-list{
			li{
				.branch-container{
					margin-top: 22px;
				}
			}
		}
	}
}