@charset "utf-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
*
{
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}
button, a
{
	cursor:pointer;
}
/*//////////////////////////////////////////Style Sheet Reset///////////////////////////////////////////////////////*/
@font-face
{
	font-family:reg;
	src:url(../font/Exo2-Regular.ttf);
}
@font-face
{
	font-family:dark;
	src:url(../font/Exo2-SemiBold.ttf);
}
body
{
	background:url(../img/white.png) repeat;
}
#page
{
	width:100%;
	display:block;
	margin:0 auto;
	height:100%;
}
#head
{
	width:100%;
	padding:20px 30px;
	background:#fff;
	border-bottom:2px #09c solid;
	position:absolute;
	top:0px;
	z-index:99;
	background:rgba(0,0,0,0.8);
}
#head h1
{
	font-family:reg;
	color:#09c;
	display:inline-block;
	font-size:1.5em;
}
#head h1 i
{
	font-size:0.7em;
	color:#444;
	color:#e9e9e9;
	margin-top:5px;
	display:block;
}
.head_block
{	
	position:relative !important;
}
/********************************************************************************************************************/



#nav1
{
	display:block;
	float:right;
	display:inline-block;
	margin-top:15px;
}
#nav1 ul
{
	width:100%;
}
#nav1 ul li
{
	display:block;
	float:left;
	position:relative;
}

#nav1 ul li a
{
	color:#555;
	text-shadow:-1px 1px 0px #fff;
	color:#f5f5f5;
	text-shadow:-1px 1px 0px #000;
	font-family:dark;
	font-size:1.2em;
	display:block;
	text-align:center;
	padding:10px;
	text-decoration:none;
	-webkit-transition:all 0.2s;
	-moz-transition:all 0.2s;
	transition:all 0.2s;
}

#nav1 ul li a:hover
{
	color:#09c;
	-webkit-transform:scale(0.9);
	-moz-transform:scale(0.9);
	transform:scale(0.9);
}

/********************************************************************************************************************/
.h12
{
	border-bottom:2px #09c solid;
	background:#171717 url(../img/black.png) repeat;
	padding:20px;
	border-top:0.4px #000 solid;
	text-shadow:2px 2px 0px #000;
	font-size:1.8em;
	font-family:dark;
	text-align:center;
	color:#fff;
	color:#333;
	color:#fff;
}
#content
{
	width:100%;
	display:block;
	margin:0 auto;
	padding:20px 20px;
}
#content h1
{
	text-align:center;
	margin:0 auto;
	padding:20px 0;
	display:block;
	font-size:1.8em;
	font-family:dark;
	color:#00536F;
	text-shadow:-1px 1px 0px #003D51;	
}
#content h2
{
	font-family:reg;
	font-size:1.2em;
	border-bottom:2px #09c solid;
	display:inline-block;
	padding-bottom:2px;
	margin:20px 0;
}
#content h2:after
{
	width:1px;
	height:1px;
	display:block;
	clear:both;
	content:" ";	
}
#content p
{
	font-family:reg;
	clear:#333;
	margin:10px 0;
}
.tb_box
{
	display:block;
	width:100%;
}
.tb_box tr
{
	display:inline-block;
	background:#090;
	margin:10px 0;
}
.tb_box tr td
{
	display:inline-block;
	width:290px;
}
.tb_box li
{
	display:inline-block;
	vertical-align:top;
	width:495px;
	height:410px;
	background:#e9e9e9;
	border-radius:10px;
	background:-webkit-linear-gradient(top left,#f1f1f1,#f7f7f7);
	background:-ms-linear-gradient(top left,#f1f1f1,#f7f7f7);
	background:-moz-linear-gradient(top left,#f1f1f1,#f7f7f7);
	background:-o-linear-gradient(top left,#f1f1f1,#f7f7f7);
	background:linear-gradient(top left,#f1f1f1,#f7f7f7);
	margin:20px;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	padding:20px;
	box-shadow:0px 6px 10px -6px #000;
	-webkit-transition:all 0.4s;
	transition:all 0.4s;
}
.tb_box li:hover
{
	box-shadow:0px 0px 2px #000;
}
.bullets
{
	display:block;
	margin:0px 0 20px;
}
.bullets li
{
	display:block;
	height:auto;
	text-align:left;
	margin:10px 0;
	padding:0px;
	background:none;
	width:100%;
	padding-left:20px;
	box-sizing:border-box;
	font-family:reg;
	box-shadow:none;
	border-bottom:none;
	box-shadow:none !important;
}
.bullets li dfn
{
	color:#007297;
	display:inline-block;
	font-family:dark;
	font-size:1.1em;
}
.ln_hei
{
	line-height:1.5;
}
.pts1
{
	margin-left:30px;
}
.pts1 li
{
	width:200px;
	display:inline-block;
}

.bullets li:before
{
	background-size:100%;
	width:5px;
	height:5px;
	margin-left:-20px;
	content:" ";
	border-radius:100px;
	background:#fff;
	margin-top:5px;
	margin-bottom:-3px;
	border:5px #09c solid;
	font-weight:bold;
	color:#09c;
	font-family:dark;
	-webkit-transition:all 0.2s;
	transition:all 0.2s;
	display:inline-block;
}
.bullets li:hover:before
{
	background:#600;
	-webkit-transform:scale(1.2);
	transform:scale(1.2);
}

.bullets_1
{
	display:block;
	margin:0px 0 20px;
}
.bullets_1 li
{
	display:block;
	height:auto;
	text-align:left;
	margin:1px 0;
	padding:0px;
	background:none;
	width:100%;
	padding-left:20px;
	box-sizing:border-box;
	font-family:reg;
	box-shadow:none;
	border-bottom:none;
	box-shadow:none !important;
}
.bullets_1 li:before
{
	background-size:100%;
	width:3px;
	height:3px;
	margin-left:-20px;
	content:" ";
	border-radius:100px;
	background:#fff;
	margin-top:5px;
	margin-bottom:-3px;
	border:3px #09c solid;
	font-weight:bold;
	color:#09c;
	font-family:dark;
	-webkit-transition:all 0.2s;
	transition:all 0.2s;
	display:inline-block;
}
.bullets_1 li:hover:before
{
	background:#600;
	-webkit-transform:scale(1.2);
	transform:scale(1.2);
}

.bx
{
	margin-left:40px;
	font-size:1.1em;
	color:#222;
}
.bx h2
{
	width:100%s;
	border-bottom:2px #333 solid !important;
}

.tb_box2
{
	margin-top:20px;
}
.tb_box2 li
{
	background:#f5f5f5;
	color:#333;
	margin-top:20px;
	text-align:center;
	font-family:reg;
	display:inline-table;
	width:320px !important;
	border:1px #999 solid;
	padding:20px;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}
.tb_box2 li h2
{
	display:block !important;
	margin:0 -20px 10px !important;
	width:340px !important;
	color:#fff;
	background:#09c;
	border-bottom:none !important;
	padding:10px !important;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}
.small
{
	font-size:0.86em;	
}
.small li
{
	margin-top:20px;
}
/******************************************************************************************************************/


#footer
{
	background:#333 url(../img/black.png) repeat;
	border-top:2px #09c solid;
	margin-top:20px;
	width:100%;
	padding:10px 20px;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;	
}
#footer #con
{
	width:90%;
	display:block;
	margin:0 auto;
	padding:20px 60px;
}
#footer #con h2
{
	color:#09c;
	font-size:1.3em;
	font-family:dark;
	display:inline-block;
}
#footer #con ul
{
	display:inline-block;
	margin-left:80px;
}
#footer #con ul li
{
	display:inline-block;
}
#footer #con ul li a
{
	padding:10px;
	display:block;
	color:#fff;
	font-size:1.1em;
	font-family:dark;
	opacity:0.9;
	text-decoration:none;
	-webkit-transition:all 0.2s;
	-moz-transition:all 0.2s;
	transition:all 0.2s;
}

#footer #con ul li a:hover
{
	-webkit-transform:scale(0.9);
	-moz-transform:scale(0.9);
	transform:scale(0.9);
	color:#09c;
}
.simple_ul
{
	list-style-type:square;
	font-family:reg;
	margin-left:20px;	
}
.bta
{
	color:#333;
	padding:10px;
	text-decoration:none;
	font-family:reg;
	border:1px #999 solid;
	border-radius:2px;
	margin-top:-20px;
}
.bta:hover
{
	background:#f5f5f5;	
}
.video_li li
{
	display:inline-block;
	text-align:left;
	width:520px;
	max-width:100%;
	margin:10px;
}
.vid
{
	display:block;
	margin:0 auto;
	width:100% !important;
	height:350px !important;
}
.read_more
{
	padding:10px;
	color:#fff;
	font-family:reg;
	width:130px;
	background:#09c;
	border-radius:0px;
	text-decoration:none;
	margin:0 auto;
	display:block;
}
.read_more:after
{
	display:block;
	float:right;
	content:" ";
	background:url(../img/white_arrow.png) no-repeat -10px;
	margin-top:-5px;
	margin-left:-8px;
	margin-right:8px;
	background-size:30px;
	width:10px;
	height:30px;
	-webkit-transition:all 0.3s;
	transition:all 0.3s;
}

.read_more:hover:after
{
	transform:translate(12px);
	-webkit-transform:translate(12px);
}
#menu
{
	display:none;
}
@media all and (max-width:870px)
{

.tb_box
{
	margin-left:0px;
}
.tb_box li
{
	max-width:100%;
	height:auto;
	margin:0px;
	margin-top:20px;
	margin-bottom:20px;
}
#content
{
	width:100%;
	padding:20px 0px;
}
#footer #con
{
	display:block;
	width:100%;
	padding:20px 0px;
}
	#content p,#content h2,.simple_ul
	{
		max-width:90%;
		display:block;
		margin:0 auto;
		margin-bottom:20px;
	}
	.tb_box2 div li
	{
		height:180px;
	}
	.tb_box2 div li h2
	{
		display:block !important;
		margin:0 auto !important;
		margin-bottom:10px !important;
		
	}
	#nav1 ul li a
	{
		padding:6px;
		font-size:1.03em;
	}
}
@media all and (max-width:726px)
{
	#nav1 ul li a
	{
		padding:6px;
		font-size:1.2em;
	}
	
#footer #con ul
{
	display:block;
	margin:20px 0;
	width:100%;
}	
#nav1 ul:last-child
{
	margin-bottom:40px;
}
#nav1 ul:first-child
{
	margin-top:20px;
}
	#menu
	{
		width:80px;
		float:right;
		display:block;
		cursor:pointer;
		padding:10px;
	}
	#footer #con ul li
	{
		width:100%;
		border-bottom:1px #fff solid;
		margin:5px 0;
		color:#333;
		display:inline-block;
	}
	#footer #con ul li a
	{
	}
	#menu ul,#menu li
	{
		display:block;
		width:100%;
	}
	#menu li
	{
		background:rgba(255,255,255,0.8);
		height:5px;
		margin-top:5px;
		-webkit-transition:all 0.5s;
		transition:all 0.5s;
	}
	#nav1 ul
	{
		display:none;
		width:110%;
	}
	#nav1 ul li
	{
		display:block;
		width:100%;
		padding:10px;
		text-align:center;
		border-bottom:1px #fff solid;
	}
	.act_li
	{
		background:#09c !important;
		-webkit-transition:all 0.5s;
		transition:all 0.5s;
		-webkit-transform:rotate(180deg);
		transform:rotate(180deg);
	}
	#content p,#content h2,.simple_ul
	{
		max-width:90%;
		display:block;
		margin:0 auto;
		margin-bottom:20px;
	}
	.bta
	{
		display:block;
		margin:0 auto;
		text-align:center;
		margin-top:20px;
	}
	.video_li li
	{
		margin:0px;
		max-width:90%;
		float:none !important;
	}
	#head #nav1
	{
		width:90% !important;
		float:none !important;
		margin:0px 0px;
	}
}
@media all and (max-width:450px)
{
	#slide_ht
	{
		display:none !important;
	}
	#head
	{
		min-height:150px;
	}
	#content h2
	{
		margin-top:20px;
	}
	.tb_box2 li,.tb_box2 li h2
	{
		width:100% !important;
	}
	.tb_box2 li h2
	{
		display:block !important;
		margin:0 auto !important;
		margin-top:10px !important;
		margin-bottom:10px !important;
	}
}
