body {
	background:url('imgs/bg.jpg');
	background-size:cover;
	background-attachment:fixed;
	padding:0px;
	margin:0px;
	overflow-x:hidden;
}

@font-face {
  font-family: "CaviarDreams";
  src: url("fonts/CaviarDreams.ttf");
}

.clear {
	clear:both;
}

.head {
	width:1000px;
	height:100px;
	margin:0px auto;
}

.logo {
	width:200px;
	height:100%;
	float:left;
	margin-top:15px;
}

.menu {
	width:800px;
	height:100%;
	line-height:100px;
	float:left;
	text-align:right;
}

.menu a {
	font-family:CaviarDreams;
	text-decoration:none;
	color:#000;
	font-size:25px;
	margin-left:70px;
}

.menu > .active {
	color:#0090ff;
}

.menu a:hover {
	color:#0090ff;
}

.slide {
	width:100%;
	height:500px;
	background-size:cover!important;
	background-position:center center!important;
	background-attachment:fixed!important;
	overflow-x:hidden;
	-webkit-box-shadow:inset 0 0 20px 0 rgba(0,0,0,0.7);
	box-shadow:inset 0 0 20px 0 rgba(0,0,0,0.7);
}

.slide3 {
	background-repeat:no-repeat;
	width:100%;
	height:500px;
	background-size:auto 500px!important;
	background-position:top center!important;
	-webkit-box-shadow:inset 0 0 20px 0 rgba(0,0,0,0.7);
	box-shadow:inset 0 0 20px 0 rgba(0,0,0,0.7);
}


.slide2 {
	background-repeat:no-repeat;
	width:100%;
	height:500px;
	background-size:contain!important;
	background-position:center center!important;
	background-attachment:fixed!important;
	-webkit-box-shadow:inset 0 0 20px 0 rgba(0,0,0,0.7);
	box-shadow:inset 0 0 20px 0 rgba(0,0,0,0.7);
}

.slide2 > .content {
	width:889px;
	height:500px;
	margin:15px auto;
}

.content {
	width:1000px;
	min-height:500px;
	font-family:Calibri;
	margin:100px auto;
}

.content h1 {
	font-family:CaviarDreams;
}

.footer {
	background:#030504;
	width:100%;
	height:100px;
	line-height:100px;
	font-family:CaviarDreams;
	font-size:20px;
	color:#FFF;
	text-align:center;
}

.tg  {border-collapse:collapse;border-spacing:0;border-color:#999;}
.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 25px;border-style:solid;border-width:0px;overflow:hidden;word-break:normal;border-color:#999;color:#444;background-color:#F7FDFA;}
.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 25px;border-style:solid;border-width:0px;overflow:hidden;word-break:normal;border-color:#999;color:#fff;background-color:#26ADE4;}
.tg .tg-yw4l{vertical-align:top}