@charset "utf-8";



/* header
-----------------------------------*/
#header{
	height: 620px;
	background-image: url("../img/bg_home_01.jpg");
	border-bottom: none;
}
#header nav li:nth-child(8) a:before{
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
#header nav li:nth-child(8) a:after{
	opacity: 1;
}
#header nav li:nth-child(8) a img{
	opacity: 0;
}



/* home_unit
-----------------------------------*/
#home_unit{
	width: 100%;
	margin-bottom: 123px;
	position: relative;
}


#home_unit > .slider{
	width: 660px;
	height: 440px;
	background: rgba(255,255,255,0.8);
	margin-left: -160px;
	position: absolute;
	left: 50%;
	top: -340px;
	z-index: 10;
}
#home_unit > .slider:after{
	content: "";
	width: 646px;
	height: 426px;
	border: 7px solid #ffffff;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0.8;
}
#home_unit > .slider ul{
	height: 440px;
	overflow: hidden;
}
#home_unit > .slider .bx-pager{
	position: absolute;
	left: -45px;
	top: 10px;
}
#home_unit > .slider .bx-pager-item a{
	text-indent: -9999px;
	outline: none;
	width: 30px;
	height: 30px;
	display: block;
	position: relative;
}
#home_unit > .slider .bx-pager-item a:after{
	content: "";
	width: 10px;
	height: 10px;
	background: #ffffff;
	display: block;
	position: absolute;
	left: 10px;
	top: 10px;
	opacity: 0.4;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
#home_unit > .slider .bx-pager-item a.active:after, 
#home_unit > .slider .bx-pager-item a:hover:after{
	background: #00bbcc;
	-webkit-transform: scale(1.5,1.5);
	-ms-transform: scale(1.5,1.5);
	transform: scale(1.5,1.5);
	opacity: 0.8;
}


#home_unit > .education{
	height: 155px;
	position: absolute;
	left: 0;
	right: 50%;
	top: -105px;
	z-index: 11;
}
#home_unit > .education a{
	height: 155px;
	background: rgba(0,187,204,0.8);
	display: block;
	margin-right: 75px;
	position: relative;
}
.ie8 #home_unit > .education a{
	background: #00bbcc;
}
#home_unit > .education h2{
	position: absolute;
	right: 186px;
	top: 34px;
}
#home_unit > .education p{
	color: #000000;
	font-size: 116%;
	line-height: 32px;
	font-weight: bold;
	width: 105px;
	height: 35px;
	background: #d9d921;
	border-radius: 18px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	padding: 3px 0 0 36px;
	position: absolute;
	right: 25px;
	top: 84px;
}
#home_unit > .education p:after{
	content: "";
	width: 9px;
	height: 15px;
	background: url("../common/img/ico_arrow_02.png") no-repeat 0 0;
	display: inline-block;
	margin-top: -7px;
	position: absolute;
	left: 22px;
	top: 50%;
}
#home_unit > .education a, 
#home_unit > .education p, 
#home_unit > .education p:after{
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
#home_unit > .education a:hover{
	background: rgba(0,187,204,0.9);
}
#home_unit > .education a:hover p{
	background: #f2a60c;
}
#home_unit > .education a:hover p:after{
	left: 24px;
}


#home_unit > .welcome{
	width: 100%;
	background: #f2f2f2;
	margin-bottom: 75px;
	padding: 109px 0 23px;
	position: relative;
}
#home_unit > .welcome h2{
	color: #000000;
	font-size: 131%;
	line-height: 1.35;
	font-weight: bold;
	width: 900px;
	margin: 0 auto 6px;
	padding-left: 100px;
}
#home_unit > .welcome h2 .en{
	color: #00bbcc;
	font-size: 70.5%;
}
#home_unit > .welcome h2 .name{
	font-size: 141.1%;
	margin: 0 2px 0 3px;
}
#home_unit > .welcome p{
	width: 900px;
	margin: 0 auto;
	padding-left: 100px;
}
#home_unit > .welcome p span{
	font-size: 85%;
}
#home_unit > .welcome .image{
	margin-left: 128px;
	position: absolute;
	left: 50%;
	bottom: -30px;
	z-index: 11;
}


#home_unit > .student{
	width: 1000px;
	margin: 0 auto 115px;
	padding-top: 66px;
	position: relative;
}
#home_unit > .student h2{
	margin: 0 0 19px 710px;
}
#home_unit > .student .text{
	color: #000000;
	font-weight: bold;
	margin: 0 0 15px 770px;
}
#home_unit > .student .btn{
	margin-left: 710px;
}
#home_unit > .student .btn a{
	color: #000000;
	text-decoration: none;
	font-size: 116%;
	line-height: 32px;
	font-weight: bold;
	width: 105px;
	height: 35px;
	background: #d9d921;
	border-radius: 18px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	padding: 3px 0 0 36px;
	position: relative;
}
#home_unit > .student .btn a:after{
	content: "";
	width: 9px;
	height: 15px;
	background: url("../common/img/ico_arrow_02.png") no-repeat 0 0;
	display: inline-block;
	margin-top: -7px;
	position: absolute;
	left: 22px;
	top: 50%;
}
#home_unit > .student .btn a, 
#home_unit > .student .btn a:after{
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
#home_unit > .student .btn a:hover{
	background: #f2a60c;
}
#home_unit > .student .btn a:hover:after{
	left: 24px;
}
#home_unit > .student .image{
	position: absolute;
	left: 100px;
	top: 0;
}


#home_unit > .topics{
	width: 100%;
}
#home_unit > .topics header{
	width: 100%;
	height: 245px;
	background: url("../img/bg_home_02.jpg") no-repeat center center;
	background-size: cover;
	position: relative;
}
#home_unit > .topics header:after{
	content: "";
	width: 24px;
	height: 23px;
	background: url("../common/img/ico_01.png") no-repeat 0 0;
	display: block;
	margin-left: -12px;
	position: absolute;
	left: 50%;
	top: -11px;
}
#home_unit > .topics header h2{
	margin-left: -77px;
	position: absolute;
	left: 50%;
	top: 70px;
}
#home_unit > .topics header .update{
	color: #ffffff;
	font-size: 93%;
	font-weight: bold;
	width: 1000px;
	text-align: center;
	margin-left: -500px;
	position: absolute;
	left: 50%;
	top: 107px;
}
#home_unit > .topics .btn{
	margin-left: 395px;
	position: absolute;
	left: 50%;
	top: 85px;
}
#home_unit > .topics .btn a{
	color: #000000;
	text-decoration: none;
	font-size: 116%;
	line-height: 32px;
	font-weight: bold;
	width: 105px;
	height: 35px;
	background: #d9d921;
	border-radius: 18px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	padding: 3px 0 0 36px;
	position: relative;
}
#home_unit > .topics .btn a:after{
	content: "";
	width: 9px;
	height: 15px;
	background: url("../common/img/ico_arrow_02.png") no-repeat 0 0;
	display: inline-block;
	margin-top: -7px;
	position: absolute;
	left: 22px;
	top: 50%;
}
#home_unit > .topics .btn a, 
#home_unit > .topics .btn a:after{
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
#home_unit > .topics .btn a:hover{
	background: #f2a60c;
}
#home_unit > .topics .btn a:hover:after{
	left: 24px;
}
#home_unit > .topics dl{
	width: 960px;
	background: #ffffff;
	margin: -110px auto 0;
	padding: 20px 20px 0;
	position: relative;
	z-index: 10;
}
#home_unit > .topics dt{
	float: left;
	clear: left;
	padding: 26px 0 23px 30px;
}
#home_unit > .topics dd{
	background: url("../common/img/bg_line_02.gif") repeat-x 0 bottom;
	padding: 26px 30px 23px 220px;
	position: relative;
}
#home_unit > .topics dd:last-of-type{
	background: transparent; 
}
#home_unit > .topics dd:after{
	content: "";
	width: 2px;
	background: #00bbcc;
	display: block;
	position: absolute;
	left: 195px;
	top: 20px;
	bottom: 20px;
}