body {
	margin: 0;
	padding: 0;
	background: #fff;
	font-family: Arial;
	font-size: 12px;
	color: #000;
}

.container {
	width: 960px;
	margin: 0 auto;
}

a {
	text-decoration: none;
	color: #000;
}

/* top */
.top {
	padding: 15px 0;
	background: url(../images/header-07.png) no-repeat center top;
	min-height: 243px;
}

.topl {
	display: table;
	margin: 0;
	padding: 0;
}

.topl li {
	display: inline-block;
	font-weight: bold;
	border-right: 2px solid;
	padding: 0 5px;
}

.topl li:last-child {
	border: none;
}

.topl li img {
	margin: 5px 5px -3px;
}

.topl li a:hover {
	text-decoration: underline;
}

/* header */
header {
	padding: 15px 0;
}

.menu ul {
	display: block;
	margin: 0 auto;
	padding: 0;
	border-bottom: 2px solid #000;
}

.menu ul li {
	display: inline-block;
	text-align: center;
	position: relative;
	text-align: left;
}

.menu ul li ul {
	position: absolute;
	visibility: hidden;
	opacity: 0;
	transition: opacity ease-out 0.2s;
}

.menu ul li:hover ul {
	display: block;
	padding: 10px 0 0 0;
	border-bottom: none;
	border-top: 2px solid #000;
	background: #000;
	visibility: visible;
	opacity: 1;
	min-width: 100%;
	z-index: 5;
}

.menu ul li:hover ul li {
	display: block;
}

.menu ul li:hover ul li a {
	font-size: 16px;
	font-weight: normal;
	text-transform: none;
	color: #fff;
}

.menu ul li a {
	display: block;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
	color: #000;
	font-size: 18px;
	margin: 0 30px;
	padding: 0 0 15px;
	transition: color ease-out 0.2s;
}

.menu ul li a:hover {
	color: #FABE69;
}

.menu ul li a:hover, .menu .parent:hover > a {
	color: #FABE69 !important;
}

.red {
	display: block;
	padding: 15px 0;
	font-size: 25px;
	font-weight: bold;
	color: #FF2323;
	text-align: center;
}

/* slider */
.sliderimg {
	height: 450px;
	background-size: cover !important;
}

.slick-dots {
	display: table;
	margin: 0 auto;
	padding: 0;
	position: relative;
	top: -50px;
	z-index: 3;
}

.slick-dots li {
	display: inline-block;
}

.butu {
	display: block;
	width: 10px;
	height: 10px;
	background: none;
	border: 1px solid #fff;
	margin: 0 5px;
	border-radius: 50%;
	font-size: 0;
	cursor: pointer;
	transition: background ease-out 0.2s;
}

.slick-active .butu {
	background: #fff;
}

/* content */
.content {
	padding: 15px 0;
}

.content h1 {
	display: block;
	margin: 0;
	padding: 15px 0 0;
	font-size: 22px;
	font-weight: bold;
}

.contentin {
	font-size: 16px;
	line-height: 24px;
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
	margin: 0 20px 0 0;
}

.container-l {
	width: 700px;
	float: left;
}

.container-r {
	width: 260px;
	float: left;
}

.clear {
	clear: both;
}

.calendar {
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
	padding: 10px 0;
}

.links {
	margin: 15px 0;
	padding: 0;
	display: block;
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
}

.links li {
	display: block;
}

.links li a {
	text-decoration: none;
	font-size: 16px;
	margin: 5px 0;
	display: table;
}

.links li a:hover {
	text-decoration: underline;
}

/* footer */
footer {
	padding: 0 0 30px;
}

.social {
	display: table;
	margin: 0;
	padding: 0;
}

.social li {
	display: inline-block;
}

.social li a {
	display: block;
	font-size: 24px;
	font-weight: bold;
	margin: 0 10px;
	transition: color ease-out 0.2s;
}

.social li a:hover {
	color: #FABE69;
}

.calendarbox th, .calendarbox td, .calendarbox {
	border: 1px solid #ccc;
	border-collapse: collapse;
}

.calendarbox {
	width: 100%;
}

.calenbox {
	display: none;
}

.calendarbox td {
	transition: all ease-out 0.1s;
}

.calendarbox td:hover .calenbox {
	display: block;
	position: absolute;
	background: #000;
	padding: 5px;
	margin: 16px 0 0 -1px;
	color: #fff;
	z-index: 2;
	min-width: 100px;
}

.calendarbox td:hover {
	background: #000; 
	color: #fff;
}