@charset "UTF-8";
@import url(animate.css);
/*@import url(//fonts.googleapis.com/css?family=Roboto:400,500,700);*/
@import url("grid.css");
@import url("../../font-awesome/css/font-awesome.min.css");
/*========================================================
					  Main Styles
=========================================================*/
body {
	background: #ffffff;
	color: #323232;
	font: 400 16px/26px Arial, sans-serif;
	-webkit-text-size-adjust: none;
}
.in_ricon{ 
 width:60px;
  position:fixed;
  right: 10px;
  top: 50%;
  /*width: 8em;*/
  margin-top:330px;}
.ricon img{width:40px}
.ricon a{
	display: block;
    height: 50px;
    width: 50px;
    margin: 3px auto;
    padding:5px;
 	background-color: #8e8e8e;
    opacity:0.85;
    border-radius: 5px;
    text-align:center;
    text-decoration:none;
    box-shadow: 0 0 2px rgba(26,26,26,0.8);
    transition: 150ms;
    font-size:0.9rem;
    color:#fff;
}
 .ricon a:hover{
	display: block;
    height: 50px;
    width: 50px;
    margin: 3px auto;
    padding:5px;
    background-color: #1a5da3;
    opacity: 1.0;
    border-radius: 5px;
    box-shadow: 0 0 8px rgba(26,26,26,0.8);
    transition: 150ms;
    border:solid 1px #e8ffff;
} 
@media ( max-width : 768px) {
	.mobile-center {
		text-align: center;
	}
}

.mg-add {
	margin-top: 18px;
}

/*=======================================================
					   Main Layout
=========================================================*/
*+.btn {
	margin-top: 32px;
}

*+.row {
	margin-top: 18px;
}

*+.off1 {
	margin-top: 13px;
}

*+.off2 {
	margin-top: 24px;
}

*+.off3 {
	margin-top: 32px;
}

*+.off4 {
	margin-top: 4px;
}

.info-box+.owl-carousel {
	margin-top: 30px;
}

h2+img {
	margin-top: 23px;
}

h2+p {
	margin-top: 14px;
}

h3+p {
	margin-top: 12px;
}

*+hr {
	margin-top: 40px;
}

.row+p {
	margin-top: 25px;
}

hr+* {
	margin-top: 40px;
}

img+p {
	margin-top: 22px;
}

img+h3 {
	margin-top: 20px;
}

.marked-list+.btn {
	margin-top: 17px;
}

.grid_2 img+img {
	margin-top: 30px;
}

@media ( min-width : 480px) and (max-width: 768px) {
	.grid_2 img+img {
		margin-top: 0;
		margin-left: 8%;}
	.grid_2 img {width: 46%;}
}

.off2+hr, .off2+hr+.row {
	margin-top: 50px;
}

p+.btn_wr {
	margin-top: 33px;
}

/*=======================================================
						Components
=========================================================*/
/*==================     Brand     ======================*/
.brand {
	display: inline-block;
}

.brand_name {
	display: inline-block;
	overflow: hidden;
	font-weight: 700;
	font-size: 3.4375em;
	line-height: 62px;
	color: #5ab7de;
	vertical-align: bottom;
}

.brand_slogan {
	display: inline-block;
	padding-left: 10px;
	padding-bottom: 5px;
	font-size: 1.5em;
	vertical-align: bottom;
}

.brand a:hover {
	color: inherit;
}

/*==================  Backgrounds  ======================*/
.bg-primary {
	color: #fff;
	background: #62bfe6;
}

.bg-primary h2 {
	color: #fff;
}

.bg-primary .icon {
	color: #62bfe6;
	background: #fff;
}

.bg-primary .product-list li .box:hover .icon {
	background: #fff;
}

.bg-primary .product-list .icon {
	margin-top: 11px;
}

.bg-primary .product-list hr {
	margin-top: 50px;
	background: rgba(0, 0, 0, 0.1);
}

.bg-primary .product-list hr+.box {
	margin-top: 39px;
}

.bg-primary .product-list h3+p {
	margin-top: 12px;
}

.bg-primary .product-list hr {
	border-bottom: 0;
}

.bg-primary .product-list h3 {
	color: #fff;
}

.bg-secondary {
	background: #434547;
}

.bg-secondary2 {
	background: #f5f5f5;
}


.bg-image p {
	font-size: 1em;
}

/*==================     Icons     ======================*/
.icon {
	position: relative;
	width: 100px;
	height: 100px;
	line-height: 100px;
	font-size: 3.25em;
	text-align: center;
	color: #fff;
	background: #62bfe6;
	-moz-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	-webkit-transition: 0.3s all ease;
	transition: 0.3s all ease;
}

.icon:before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.icon2 {
	position: relative;
	width: 70px;
	height: 70px;
	line-height: 70px;
	font-size: 2.125em;
	text-align: center;
	color: #62bfe6;
	background: #4a4c4d;
}

.icon2:before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

/*==================    Buttons    ======================*/
.btn, .btn2 {
	display: inline-block;
	width: 150px;
	padding: 16px;
	font-size: 1em;
	line-height: 18px;
	font-weight: 500;
	text-align: center;
	text-transform: uppercase;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.btn:hover, .btn2:hover {
	background: #4ab5e2;
}

.btn:active, .btn2:active {
	background: #22a1d7;
}

.btn {
	color: #fff;
	background: #62bfe6;
}

.btn2 {
	color: #62bfe6;
	background: #eaeaea;
}

.btn2:hover, .btn2:active {
	color: #fff;
}

.btn_wr [class*="btn"] {
	padding: 16px 30px;
	display: inline-block;
	width: auto;
}

.btn_wr [class*="btn"]+[class*="btn"] {
	margin-top: 0;
	margin-left: 20px;
}

.btn_wr+.btn_wr {
	margin-top: 20px;
}

@media ( max-width : 768px) {
	.btn_wr [class*="btn"] {
		width: 100%;
	}
	.btn_wr [class*="btn"]+[class*="btn"] {
		margin-top: 20px;
		margin-left: 0;
	}
}

/*==================      Box      ======================*/
.box:before, .box:after {
	display: table;
	content: "";
	line-height: 0;
}

.box:after {
	clear: both;
}

.box_aside {
	float: left;
}

.box_cnt__no-flow {
	overflow: hidden;
}

/*==================  Marked List  ======================*/
.marked-list li {
	position: relative;
	padding-left: 41px;
	padding-top: 16px;
	padding-bottom: 16px;
	font-size: 1em;
	line-height: 18px;
	color: #62bfe6;
}

.marked-list li a:before {
	content: "\f00c";
	position: absolute;
	left: 0;
	top: 16px;
	font-weight: 400;
	font-size: 1.375em;
	font-family: "FontAwesome";
}

.marked-list li+li {
	margin-top: 0px;
	border-top: 1px solid #e5e5e5;
}

.marked-list a:hover {
	color: #777777;
}

/*==================   RD Mobile Menu    =====================*/
.rd-mobilemenu {
	display: none;
	/*position: fixed;*/
	top:0;
	left: 0;
	bottom: 0;
	z-index: 9999999;
	text-align: left;
	-moz-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	-webkit-transition: 0.3s all ease;
	transition: 0.3s all ease;
}

.rd-mobilemenu.active {
	right: 0;
}

.rd-mobilemenu_ul {
	position: fixed;
	top: -50px;
	left: 0;
	bottom: -50px;
	width: 240px;
	padding: 100px 0 76px;
	color: #666;
	background: #efefef;
	font-size: 0.875em;
	line-height: 20px;
	overflow: auto;
	-webkit-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
	-moz-transform: translateX(-240px);
	-ms-transform: translateX(-240px);
	-o-transform: translateX(-240px);
	-webkit-transform: translateX(-240px);
	transform: translateX(-240px);
	-moz-transition: 0.3s ease;
	-o-transition: 0.3s ease;
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
	-moz-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
	-o-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
	-webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
	transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}

.rd-mobilemenu.active .rd-mobilemenu_ul {
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	-webkit-transform: translateX(0);
	transform: translateX(0);
}
/* 選單外匡線*/
.rd-mobilemenu_ul a {
	display: block;
	padding: 15px 20px 12px;
	border-bottom: solid 1px #ababab;
}

.rd-mobilemenu_ul a.active {
	background: #f5f5f5;
	color: #0d42a3;
}

.rd-mobilemenu_ul a:hover {
	background: #23a1d6;
	color: #FFF;
	text-decoration: none;
}
/* 第一層選單小圖示*/
.rd-mobilemenu_ul a .rd-submenu-toggle {
	position: absolute;
	top: 50%;
	right: 11px;
	margin-top: -17.5px;
	width: 32px;
	height: 32px;
	font: 400 10px "FontAwesome";
	line-height: 32px;
	text-align: center;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-moz-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
	transition: 0.5s all ease;
	z-index: 1;
	background: rgba(0, 0, 0, 0.1);
}

.rd-mobilemenu_ul a .rd-submenu-toggle:after {
	content: '\f078';
}

.rd-mobilemenu_ul a .rd-submenu-toggle:hover {
	background: #FFF;
	color: #666;
}

.rd-mobilemenu_ul a.rd-with-ul {
	position: relative;
}

.rd-mobilemenu_ul a.rd-with-ul.active .rd-submenu-toggle {
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.rd-mobilemenu_ul ul a {
	padding-left: 20px;
}

.rd-mobilemenu_ul ul ul a {
	padding-left: 20px;
	color: #000;
}
.rd-mobilemenu_ul ul ul a:before {content: " ";display: block;float: left;width: 5px;height: 5px;vertical-align: middle;/* border: solid 1px;*/margin-right: 10px;margin-top: 10px;background-color: #5b5b5b;}

.rd-mobilemenu_ul:after {
	content: '';
	display: block;
	height: 20px;
}

.rd-mobilepanel {
	display: none;
	/*position: fixed;
	position: absolute;*/
	margin-top: 10px;
	left: 0;
	right: 0;
	height: auto;
	color: #0b5ca1;
	border: 0px solid #000;
	/*-webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);  陰影*/
	/*z-index: 99999991;*/
}

.rd-mobilepanel_title {
	display: none;
	position: fixed;
	top: 4px;
	left: 56px;
	right: 50px;
	color: #fff;
	font-size: 0.625em;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 10px;
}
/* 三 選單*/
.rd-mobilepanel_toggle {
	/*position: fixed;*/
	position: absolute;
	top: 10px;
	left: 0px;
	width: 40px;
	height: 40px;
	border: 0px solid #000;
}

.rd-mobilepanel_toggle span {
	display: block;
	margin: auto;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	
}

.rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before {
	content: "";
	position: absolute;
	left: 0;
	top: -8px;
	
	/*-moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;*/
}

.rd-mobilepanel_toggle span:after {
	top: 8px;

}
.rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before,
	.rd-mobilepanel_toggle span {
	width: 26px;
	height: 3px;
	background-color: #0b5ca1;
	backface-visibility: hidden;
	
	/*
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;*/
}

.rd-mobilepanel_toggle span {
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span:after {
	-moz-transform-origin: 1.71429px center;
	-ms-transform-origin: 1.71429px center;
	-o-transform-origin: 1.71429px center;
	-webkit-transform-origin: 1.71429px center;
	transform-origin: 1.71429px center;
	-moz-transform-origin: 1.71429px center;
	-ms-transform-origin: 1.71429px center;
	-o-transform-origin: 1.71429px center;
	-webkit-transform-origin: 1.71429px center;
	transform-origin: 1.71429px center;
}

.rd-mobilepanel_toggle.active span {
	-moz-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}

.rd-mobilepanel_toggle.active span:before, .rd-mobilepanel_toggle.active span:after
	{
	top: 0;
	width: 15px;
}

.rd-mobilepanel_toggle.active span:before {
	-webkit-transform: rotate3d(0, 0, 1, -40deg);
	transform: rotate3d(0, 0, 1, -40deg);
}

.rd-mobilepanel_toggle.active span:after {
	-webkit-transform: rotate3d(0, 0, 1, 40deg);
	transform: rotate3d(0, 0, 1, 40deg);
}

/*==================  Stuck menu  ======================*/
.isStuck {
	margin-top: 0;
	z-index: 9999;
	border-bottom: 1px solid #888;
}

@media only screen and (max-width: 979px) {
	.isStuck {
		display: none !important;
	}
}
/*==================     ToTop     ======================*/
#gotop {
	width: 40px;
	height: 40px;
	font-size: 1.875em;
	line-height: 30px;
	color: #fff;
	background: #888;
	position: fixed;
	right: 10px;
	bottom: 10px;
	display: none;
	overflow: hidden;
	text-align: center;
	text-decoration: none;
	opacity: 0.7;
	filter: alpha(opacity = 70);
	-moz-opacity: 0.7;
	color: #FAFCFD;
	cursor: pointer;
	z-index: 1000;
	border-radius: 5px;
}

@media only screen and (max-width: 1399px) {
	.toTop {
		display: none !important;
	}
	.primary {
		color: #62bfe6;
	}
	.in_ricon{ width:60px;position:fixed;right: 5px;top:50%;}
	
}
/*========================================================
					 HEADER  Section
=========================================================*/
@media ( max-width : 980px) {
	
	body {
		padding-top: 0px;
	}
	.in_ricon{ width:60px;position:fixed;right: 5px;top:50%;}
.container {width: 70%; border: 0px solid #000;}
.rd-mobilemenu, .rd-mobilepanel {
		display: block;
	}
	.stuck_container {
		display: none;
	}
	.nav2_tese_img {
		display: none;
	}
	header {
		height: 13vw;
		margin: 0px auto;
		border-bottom: solid 5px #5d94df;
	}
	.header_logo {
		display: block;
		border:0px solid #000;
		white-space: nowrap;
		width: 45vw;
		margin-left: 10vw;
		margin-top: 10px;
		height: 10vw;	
}
	.logoimg1 {
		border:0px solid #ff0000;
		width:40vw;
		vertical-align: middle;
		text-align: center;
	}
	
	#header_info {
		display: none !important;
	}
	.header_info_m {
		display: block;
		float: right;
		position: absolute;
		margin-top: 00px;
		top: 20px;
		right: 30px;
		border: 0px solid #000;
		height: 20px;
		width: 50px;
	}
	.ui-btn-right {
		display: block;
		background: none;
		font-size: 0.75em;
		border: 1px solid #d5d5d5;;
		font-family: Arial;
		color: #626262;
		font-weight: normal;
		padding: 3px;
		
	}
.sidenav {
    display: block;
    height: 100%;
    width: 0;
    position: fixed;
    z-index:1;
    top: 0;
    right: 0;
    background-color: #479be6;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.sidenav ul { border: 0px solid #0f3c64; width:200px; margin-left:30px; }
.sidenav ul li { border: 0px solid #0f3c64;  height: 40px; margin-bottom:20px; margin-top: 30px;}
.dlBtn a {
		font-weight: bold;
		color: #fff;
		text-decoration: none !important;
		text-align:center;
		border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		background-color: #06F;
		padding-top: 5px;
		width:180px;
		height: 40px;
		border: 1px solid #0f3c64;
		display: block;
		margin-bottom:10px;
	}
	.dlBtn a:hover {
		font-weight: bold;
		text-align:center;
		color: #fff;
		text-decoration: none !important;
		border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		background-color: #3944d9;
		width:180px;
		height: 40px;
		border: 1px solid #0f3c64;
		display: block;
		margin-bottom:10px;
	}
.sidenav a {
    padding: 8px 8px 8px 8px;
    text-decoration: none;
    font-size: 1.25em;
    color: #fff;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover, .offcanvas a:focus{
    color: #f1f1f1;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 2.25em;
    margin-left: 50px;
}

/*==================     中間區塊    ======================*/
#content{/*overflow:hidden;*/margin-top: 0px;margin-right: auto;margin-bottom: 0;margin-left: auto;max-width: 95%;border: solid 0px; padding:0px;}
.sidebar{display:none;}
.content_con {width: 100%;margin-top: 10px;margin-bottom: 20px; margin-left: 0px; margin-right: 0px; border: solid 0px #000; word-wrap: break-word;word-break: break-all;}
.title-h1 {
  height: 40px;padding-top: 1vw;padding-left: 2vw;font-weight: bold;margin-bottom: 0px; background-color:#2c79eb; background-image: none;text-align:center;
  font-size: 1.4375em;color: #fff; border:0px solid #000; width:93vw; margin-bottom:10px;border-radius: 5px;text-decoration: none; text-shadow: none;}

.footer_con{ max-width:95%;margin-top: 0px;margin-right: auto;margin-bottom: 0px;margin-left: auto; border: solid 0px #666;}
.site_menu{float: left;padding-top: 10px;line-height: 24px;border-right-width: dashed 1px #bfc0c1;margin-bottom: 10px; max-height:100%;
		margin-top: 10px;margin-right: 0px;margin-left: 0px;width: 17vw;padding-left: 1vw;}
#footer_wrapper {
		background-color: #eff0f0;
		border: solid 1px #eff0f0;
		padding:10px;
	}
#footer_wrapper1{position: relative;max-width: 100%;background-color:#386fbb;margin-top: 0px;margin-right: auto;margin-bottom: 0px;margin-left: auto; height:120px;border: solid 0px #000;}
.footer_info{ color:#FFF;margin-top:10px;line-height:24px; border: solid 0px #fff; width:85vw;}
.footer_link{ display: none;}
.pimg01 {max-width: 100%;}
}

@media ( min-width : 480px) and (max-width: 768px) {
.in_ricon{ width:60px;position:fixed;right: 5px;top:0%;}
.header_logo {
		display: block;
		border: 0px solid #000;
		max-height: 60px;
		white-space: nowrap;
		width: 45vw;
		margin-left: 10vw;
		margin-top: 10px;
	}
	.logoimg1 {
		border:0px solid #ff0000;
		width:40vw;
		vertical-align: middle;
		text-align: center;
	}	
	content_middle {
		width:80vw;
		border: solid 0px #000;
		margin-top: 50px;
		margin-bottom: 20px;
		margin-left: 20px;
	}
.site_menu{
	float:left;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #c6c7c8;
	margin-top: 20px;
	height: 450px;
}
.s1 ul{ margin:0px; padding:0px;width:90vw; border: solid 0px;}
.s1 ul li{width:38vw;float:left;height:280px; margin-right:20px;margin-top:10px; border: solid 0px; }
.si_img{border:solid 1px #d5d5d5;padding:3px; width:36vw;margin-bottom:5px;}
.s1b {color: #2c2c2c; margin-top:5px;margin-left:15px;}
.manu_table{ width:90vw; border:solid 0px #000000;}
.manu_td{width:90vw;; border:solid 0px #000000;}
.manu_td1 {width:90vw;; clean:both; text-align:center;}
.title-h1 {
  height: 40px;padding-top: 1vw;padding-left: 2vw;font-weight: bold;margin-bottom: 0px; background-color:#2c79eb; background-image: none;text-align:center;
  font-size: 1.4375em;color: #fff; border:0px solid #000; width:93vw; margin-bottom:10px;border-radius: 5px;text-decoration: none; text-shadow: none;}
.footer_con{ max-width:95%;margin-top: 0px;margin-right: auto;margin-bottom: 0px;margin-left: auto; border: solid 0px #666;}

#footer_wrapper {
		background-color: #eff0f0;
		border: solid 1px #eff0f0;
		padding:10px;
	}
#footer_sitemap {
	position: relative;
	/*background-image: url(../images/footer_bg01.jpg);*/
	background-repeat: repeat-x;
	background-color: #fbfbfb;
	margin: 0px;
	border:solid 0px #000;
	height: 500px;
	}
#footer_wrapper1{position: relative;max-width: 100%;background-color:#386fbb;margin-top: 0px;margin-right: auto;margin-bottom: 0px;margin-left: auto; height:160px;border: solid 0px #000;}
.footer_info{ color:#FFF;margin-top:10px;line-height:24px; border: solid 0px #fff; width:85vw;}
}
@media ( max-width : 640px) {#footer_sitemap {display:none;}}
@media ( max-width : 480px) {
	.in_ricon{ width:60px;position:fixed;right: 5px;top:30%;}
	.header_info_m {
		display: block;
		float: right;
		position: absolute;
		margin-top: 00px;
		top: 10px;
		right: 10px;
		border: 0px solid #000;
		height: 20px;
		width: 50px;
	}
	header {
		height: 18vw;
		margin: 0px auto;
		border-bottom: solid 5px #5d94df;
	}
	.header_logo {
		display: block;
		border: 0px solid #000;
		line-height: 50px;
		margin: 0px auto;
		margin-top: 10px;
	}
	.logoimg1 {
		width:50vw;
		border: 2px solid #000;	
	}
.sidebar{display:none;}
.sidebar_s { float: left; width: 350px;margin-top: 10px;margin-right: 0px;margin-bottom: 0px;border: solid 5px; margin-left: 0px;}
.content_con {max-width: 100%;margin-top: 10px;margin-bottom: 30px; margin-left: 0px;margin-right: 0px; border: solid 0px #000; word-wrap: break-word;word-break: break-all;}
.title-h1 {
  height: auto;padding-top: 1vw;padding-left: 1vw;font-weight: bold;margin-bottom: 0px; background-color:#2c79eb; background-image: none;
  font-size: 1.3125em;color: #fff; border:0px solid #000;; width: 92vw; margin-bottom:5px;border-radius: 5px;text-align:center; text-shadow: none;}
.input_show1 { outline: none;width:40vw;height: 30px;margin-top: 0px;border: 1px solid #8e8e8e;color: #000;background:#fff;}
#footer_sitemap{ display: none;}
#footer_wrapper{background-color:#eff0f0;  border: solid 1px #eff0f0;}
#footer_wrapper1{border: solid 1px #386fbb; position: relative;max-width: 100%;background-color:#386fbb;margin-top: 0px;margin-right: auto;margin-bottom: 0px;margin-left: auto; height:200px;}
.footer_info{ color:#FFF;margin-top:10px;line-height:24px;max-width:90%;}
.footer_link{ float:left; max-width:10%; display: none;}
.s1 ul{ margin:0px; padding:0px;width:90vw; border: solid 0px;}
.s1 ul li{width:38vw;float:left;height:280px; margin-right:20px;margin-top:10px; border: solid 0px; }
.si_img{border:solid 1px #d5d5d5;padding:3px; width:36vw;margin-bottom:5px;}
.s1b {color: #2c2c2c; margin-top:5px;margin-left:15px;}
.manu_table{ width:85vw; border: solid 0px #000000; }
.manu_td{width:85vw;; border:solid 0px #000000;}
.manu_td1 {width:85vw;; clean:both; text-align:center;}
.man_img1 { width:40vw;border: solid 0px #000000; }
#footer_wrapper1{position: relative;max-width: 100%;background-color:#386fbb;margin-top: 0px;margin-right: auto;margin-bottom: 0px;margin-left: auto; height:180px;border: solid 0px #000;}
.rwd-table {
		width: 88vw;
		margin: 5px auto;
		border: solid 0px #000;
	}
	.rwd-table th,.rwd-style02 {
		display: none;
	}
	.rwd-table td {
		display: block;
	}
	.rwd-table td:before {
		/*content: attr(data-th) " : ";
		font-weight: bold;
		width: 7.5em;
		display: inline-block;*/
		margin-left: 10px;
	}
	.rwd-table td {
		text-align: left;
		border-bottom: solid 0px #fff;
		padding: 0px;
	}
	.rwd-table tr {
		text-align: left;
		border-bottom: solid 1px #eee;
		padding: 0px;
	}
}

@media ( max-width : 320px) {
	.in_ricon{ width:60px;position:fixed;right: 5px;top:20%;}
	header {
		height: 22vw;
		margin: 0px auto;
		border-bottom: solid 5px #5d94df;
	}
	.header_logo {
		display: block;
		border: 0px solid #000;
		width: 50vw;
		padding-top: 0px;
		margin-top: 15px;
		margin-left: 0vw;
	}
	
	.logoimg1 {
		border: 0px solid #000;
		width: 50vw;
		vertical-align: middle;
		display: block;
	}
	
	.header_info_m {
		display: block;
		float: right;
		position: absolute;
		margin-top: 0px;
		top: 20px;
		right: 0px;
		border: 0px solid #000;
		height: 20px;
		width: 40px;
	}
	.title-h1 {
  height: auto;padding-top: 3vw;font-weight: bold;margin-bottom: 0px; background-color:#2c79eb; background-image: none;
  font-size: 1.3125em;color: #fff; border:0px solid #000;; width: 90vw; margin-bottom:10px;border-radius: 5px;text-align:center; text-shadow: none;}
	/*#content_wrapper {
		background-size: auto 680px;
	}
	*/
	#slider{clear:both; width: 100%; padding:0; margin:0; z-index:0; display:block;border: 0px solid #000; height: 150px;}	

	#footer_wrapper1 {
		border: solid 1px #386fbb;
		position: relative;
		width: 100%;
		background-color: #386fbb;
		margin-top: 0px;
		margin-right: auto;
		margin-bottom: 0px;
		margin-left: auto;
		height: 200px;
	}
.s1 ul{ margin:0px; padding:0px;width:90vw; border: solid 0px;}
.s1 ul li{width:80vw;float:left;height:280px; margin-right:20px;margin-top:10px; border: solid 0px; }
.si_img{border:solid 1px #d5d5d5;padding:3px; width:75vw;margin-bottom:5px;}
.s1b {color: #2c2c2c; margin-top:5px;margin-left:15px;}

}
@media ( min-width : 300px) and (max-width: 780px) {
	.rwd_br {
		display: block !important;
	}
	.rwd_img {
		width: 100% !important;
		height: auto !important;
	}
}