@charset "utf-8";
/*====================================================================================
■01.Banner
■02.TOP PAGE
====================================================================================*/
.main_mv{
	margin-top: 125px;
	position: relative;
}
.main_mv h2{
	top: 355px;
	right: -38px;
	position: absolute;
}
.main_mv .msg{
	position: relative;
}
.main_mv .btn{
	position: absolute;
	top: 430px;
    left: 290px;
}
.main_mv .txt02{
	float: right;
	position: relative;
    margin-right: -48px;
}
.main_mv .txt02 span{
	position: absolute;
	top: 228px;
	color: #fff;
	font-size: 11px;
	left: 0;
	line-height: 1.9;
    margin-left: 33px;
    text-indent: -33px;
}
.main_mv .main_txt03{
	margin-left: -45px;
    margin-top: -37px;
    position: relative;
}
.main_txt02{
	width       :580px;
    height      :337px;
    position    :relative;
    overflow    :hidden;
}
.ctn01{
	margin-top: 40px;
	margin-bottom: 30px;
}
.ctn01 li{
    float: left;
    max-width: 320px;
    height: 260px;
    margin-right: 20px;
    text-align: center;
    color: #fff;
	position: relative;
}
.ctn01 li:last-child{
	margin-right: 0;
}
.ctn02{
	margin-bottom: 17px;
}
.ctn02 ul li {
    font-size: 15px;
    width: 240px;
    height: 120px;
    color: #fff;
    float: left;
    margin-right: 13px;
    margin-bottom: 13px;
    display: table;
    position: relative;
}
.ctn02 ul li:nth-child(1){
    background: url(../images/bg01.jpg) no-repeat center;
}
.ctn02 ul li:nth-child(2){
    background: url(../images/bg02.jpg) no-repeat center;
}
.ctn02 ul li:nth-child(3){
    background: url(../images/bg03.jpg) no-repeat center;
}
.ctn02 ul li:nth-child(4){
    background: url(../images/bg04.jpg) no-repeat center;
	margin-right: 0;
}
.ctn02 ul li:nth-child(5){
    background: url(../images/bg05.jpg) no-repeat center;
}
.ctn02 ul li:nth-child(6){
    background: url(../images/bg06.jpg) no-repeat center;
}
.ctn02 ul li:nth-child(7){
    background: url(../images/bg07.jpg) no-repeat center;
}
.ctn02 ul li:nth-child(8){
    background: url(../images/bg08.jpg) no-repeat center;
	margin-right: 0;
}
.ctn02 ul li p a{
	color: #fff;
	text-decoration: none;
}
.ctn02 ul li p a:hover{
	opacity: 0.6;
	filter: alpha(opacity=60);
}
.ctn02 ul li p a:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.ctn02 ul li p {
    display: table-cell;
    vertical-align: middle;
    padding-left: 20px;
}
.news{
	float: left;
	width: 660px;
	margin-right: 20px;
}
.news h3{
	font-size: 18px;
	color: #003557;
	border-left: 5px solid #003557;
    padding-left: 10px;
    position: relative;
    line-height: 1.7;
    margin-bottom: 10px;
}
.news h3 a{
	position: absolute;
	top: 5px;
	right: 0;
	color: #000;
	background: url(../images/arrow01.png) no-repeat right center;
	text-decoration: none;
	font-size: 14px;
    padding-right: 10px;
}
.news .ct_news{
	overflow: auto;
	height: 293px;
	display: none;
}
.news .ct_news.current {
    display: block;
    z-index: 2;
}
.news .ct_news > div.clearfix{
	margin-bottom: 10px;
}
.news .ct_news .tt_news{
	display: inline-block;
    padding: 3px 10px;
    margin: 0 15px 0 0;
    color: #fff;
    float: left;
    width: 140px;
    text-align: center;
}
.news .ct_news .tt_news.tour{
    background: #666666;
}
.news .ct_news .tt_news.info{
    background: #999999;
}
.news .ct_news .tt_news.lesson{
    background: #444444;
}
.news .ct_news time{
	display: inline-block;
    padding: 3px 0;
    margin: 0 15px 0 0;
    color: #000;
    float: left;
}
.news .ct_news h4{
    padding: 3px 0;
	overflow: hidden;
}
.news .ct_news h4 a{
	text-decoration: none;
	color: #000;
}
.news .ct_news h4 a:hover{
	text-decoration: underline;
}
.news .tabs{
	border-bottom: 2px solid #333;
	margin-bottom: 10px;
}
.news .tabs li{
	float: left;
	background-color: #999999;
	padding: 10px 5px;
	text-align: center;
	width: 130px;
	margin-right: 5px;
	color: #fff;
	cursor: pointer;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.news .tabs li.current{
	background-color: #000;
}
.tweets{
	float: left;
	width: 318px;
    border: 1px solid #dbdbdb;
}
.facebook{
	float: right;
	width: 320px;
}
.ctn04{
	margin-top: 30px;
}
.ctn04 ul li{
	width: 320px;
	height: 180px;
	float: left;
	margin-right: 20px;
}

.mb20{
	margin: 0 0 20px;
}

.maintenanceback{
	background: url(../images/maintenance.jpg) no-repeat center;
	background-size: cover;
	background-attachment: fixed;
}

.maintenancetop{
	font-size: 30px;
	text-align: center;
	color: #dedede;
  padding: 50px 0 10px 0;
}

.maintenance{
  margin: 0 10% 20%;
	border: 15px double #dedede;
}

.maintenancetxt{
	padding: 50px;
	font-size: 18px;
	font-weight: bold;
	color: #dedede;
}

.maintenancetxt a{
	color: #fffa57;
}

.maintenancetxt a:link{
	color: #fffa57;
}

@media screen and (max-width: 800px){
	.maintenanceback{
		background: url(../images/maintenancesp.jpg) no-repeat center;
		background-size: cover;
		background-attachment: fixed;
	}

	.maintenancetop{
		font-size: 20px;
		text-align: center;
		color: #dedede;
	  padding: 50px 0 10px 0;
	}

	.maintenance{
	  margin: 0 10% 5%;
	  border: 10px double #dedede;
	}

	.maintenancetxt{
		padding: 15px;
		font-size: 12px;
		font-weight: bold;
		color: #dedede;
	}

	.maintenancetxt a{
		color: #fffa57;
	}

	.maintenancetxt a:link{
		color: #fffa57;
	}
}
