@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;
}

@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%;
	}
}

@media ( min-width : 480px) and (max-width: 768px) {
	.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;*/
	top: 0;
	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;*/
	top: 10px;
	left: 8px;
	width: 40px;
	height: 40px;
	border: 0px solid #000;
	margin-top: 5px;
	position: absolute;
}

.rd-mobilepanel_toggle span {
	/*osition: relative;*/
	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;
	}
	.in_ricon{ 
 width:60px;
  position:fixed;
  right: 5px;
  top: 22%;}
	.primary {
		color: #62bfe6;
	}
}
/*========================================================
					 HEADER  Section
=========================================================*/
@media ( max-width : 980px) {
	body {
		padding-top: 0px;
	}
	.container {
		width: 70%;
		border: 0px solid #000;
	}
	.rd-mobilemenu, .rd-mobilepanel {
		display: block;
	}
	.stuck_container, .rwd_br {
		display: none;
	}
	.nav2_tese_img {
		display: none;
	}
	header {
		height: 12vw;
		margin: 0px auto;
		border: 0px solid #000;
	}
	.header_logo {
		display: block;
		border: 0px solid #000;
		max-height: 50px;
		white-space: nowrap;
		width: 45vw;
		margin: 0 12vw;
		margin-top: 10px;
	}
	.header_logo a {
		width: 45vw;
		display: block;
		border: 0px solid #000;
	}
	.logoimg1 {
		border: 0px solid #ff0000;
		width: 40vw;
		vertical-align: middle;
	}
	#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 {
		display: none;
	}
	#slider {
		clear: both;
		max-width: 100%;
		padding: 0;
		margin: 0;
		z-index: 0;
		display: block;
		height: 230px;
	}
	
	/*.tab_container .tab_content li{
  position: absolute;
  padding: 0px;
  margin-top: 0px;
  border: solid 1px #000;
 }*/
	.banner_info, .banner_theme {
		display: none;
	}
	.banner-box {
		margin: 0px;
		border: solid 0px #666;
	}

	/*.banner_theme {
		margin-left: 40px;
		width: 90vw;
		border: solid 0px #666;
	}*/
	.banner_theme ul {
		margin: 0px;
		padding: 0px;
	}
	.banner_theme ul li a {
		width: 20vw;
		margin-right: 15px;
		border: solid 0px #666;
		background-color: #FFF;
		display: inline-block;
		border-radius: 15px;
		opacity: 0.75;
		Filter: Alpha(Opacity = 75);
		line-height: 1.4em;
	}
	.banner_theme ul li a:hover {
		opacity: 1.0;
		Filter: Alpha(Opacity = 100);
	}
	.banner_theme ul li a img {
		/*width: 13vw;*/
		width: auto;
		height: 70px;
		margin-top: 10px;
		border: solid 0px #666;
	}
	.show1 {
		padding: 0;
		margin: 0px auto;
		display: block;
		background-color: transparent;
		background-image: url(../images/eng_bg_03-1.jpg);
		background-repeat: no-repeat;
		background-position: center 0;
		background-size: auto 230px;
	}
	.show2 {
		padding: 0;
		margin: 0px auto;
		display: block;
		background-color: transparent;
		background-image: url(../images/eng_bg_03-2.jpg);
		background-repeat: no-repeat;
		background-position: center 0;
		background-size: auto 230px;
	}
	.show3 {
		padding: 0;
		margin: 0px auto;
		display: block;
		background-color: transparent;
		background-image: url(../images/eng_bg_03-3.jpg);
		background-repeat: no-repeat;
		background-position: center 0;
		background-size: auto 230px;
	}
	.content_middle {
		max-width: 90vw;
		border: solid 0px #666;
		margin: 20px auto;
		margin-top: 50px;
	}
	.new_video {
		/*display: none;*/
		margin: 0px auto;
		border: solid 0px #666;
		width: 90vw;
	}
	.banner_i{float:left; margin: 0px; width:260px;border: solid 0px #666;}
	.new_video iframe{ float:right;margin: 0px;border: solid 0px #666; width:40vw;height:150px;}
	.banner_title{
	font-size: 1.125em;
	font-weight: bold;
	color: #fff;
	text-decoration: none !important;
	margin-right: 5px;
	margin-top: 0px;
	width: 350px;
	background-color: #4581d1;
	height: 35px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-left: 20px;
	float:left;
	letter-spacing: 0.1em;
	border: solid 0px #666;
	
}
	.select_show {
		color: rgb(51, 51, 51);
		outline: none;
		border-radius: 3px;
		border: solid 1px #CCC;
		padding-left: 10px;
		margin-top: 0px;
	}
	.rwd-table_con {
		border: solid 0px #CCC;
		float: left;
		width: 88vw
	}
	/*.rwd-table_con1 {
		border: solid 0px #CCC;
		width: 88vw
	}
	.rwd-table_con img {
		width: 82vw;
		border: solid 0px #000;
	}
	.rwd-table {
		max-width: 90% border: solid 0px #CCC;
	}
	.rwd-table_link {
		max-width: 90%;
		border: solid 0px #CCC;
	}
*/
	/* ---------------------------------------------------------------- content_link -----------------------------------------------*/
	.content_middle1 {
		width: 85vw;
		margin-top: 50px;
		margin-bottom: 20px;
		border: solid 0px #666;
		padding-bottom: 20px;
		margin-left: 30px;
	}
	.content_link_left {
		display: none;
	}
	.content_link_main {
		max-width: 95%;
		border: solid 0px #CCC;
		float: left;
	}
	.footer_con {
		width: 95vw;
		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: 5px;
		margin-top: 20px;
		margin-right: 0px;
		margin-left: 0px;
		width: 17vw;
		padding-left: 1.5vw;
	}
	#footer_wrapper {
		background-color: #eff0f0;
		border: solid 1px #eff0f0;
		padding:10px;
	}
	#footer_wrapper1 {
		position: relative;
		width: 100%;
		background-color: #386fbb;
		margin-top: 0px;
		margin-right: auto;
		margin-bottom: 0px;
		margin-left: auto;
		height: 160px;
	}
	.footer_info {
		color: #FFF;
		margin-top: 10px;
		line-height: 24px;
		max-width: 90%;
	}
	.footer_link {
		float: left;
		max-width: 10%;
		display: none;
	}
	.pimg01{max-width:100%; height:auto;}
}

@media ( min-width : 480px) and (max-width: 768px) {
.in_ricon{ 
 width:60px;
  position:fixed;
  right: 5px;
  top: 0%;}
	.logoimg1 {
		width:40vw;
		margin-left: 0px;
	}
	/*.rwd-table_con1 {
		border: solid 0px #CCC;
		max-width: 40%;
		min-width: 55%;
	}*/
	.select_show {
		outline: none;
		border-radius: 3px;
		border: solid 1px #CCC;
		width: 80vw;
		padding-left: 20px;
		margin-top: 10px;
	}
	.banner_theme {
		margin-top: 0px;
		width: 90vw;
		border: solid 0px #666;
		margin-right: 0px;
	}
	.banner_theme ul {
		margin: 0px;
		padding: 0px;
	}
	.banner_theme ul li a {
		width: 20vw;
		margin-right: 10px;
		border: solid 0px #666;
		background-color: #FFF;
		display: inline-block;
		max-height: 100px;
		border-radius: 15px;
		opacity: 0.75;
		Filter: Alpha(Opacity = 75);
		line-height: 1.2em;
	}
	.banner_theme ul li a:hover {
		opacity: 1.0;
		Filter: Alpha(Opacity = 100);
	}
	/*.banner_theme ul li a img {
		width: 8vw;
		height: 8vw;
		margin-top: 10px;
	}
	*/
	.banner_title {
		font-size: 1.125em;
		font-weight: bold;
		color: #fff;
		text-decoration: none !important;
		margin-right: 5px;
		width: 85vw;
		background-color: #4581d1;
		height: 35px;
		margin-top: 20px;
		margin-bottom: 5px;
		padding-top: 8px;
		padding-left: 20px;
		letter-spacing: 0.1em;
		border: solid 0px #666;
		margin-top: 0px;
	}
	.content_middle,.content_middle1 {
		width: 90vw;
		border: solid 0px #000;
		margin-top: 50px;
		margin-bottom: 20px;
		margin-right: auto;
		margin-left: auto;
	}
	
	.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: 18vw;padding-left: 1vw;word-wrap:break-word;}
	
	.footer_info {
		color: #FFF;
		margin-top: 10px;
		line-height: 24px;
		max-width: 90%;
	}
	
	#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;
	}
}
@media ( max-width : 640px) {#footer_sitemap {display:none;}}
@media ( max-width : 480px) {

	.header_info_m {
		display: block;
		float: right;
		position: absolute;
		margin-top: 00px;
		top: 20px;
		right: 10px;
		border: 0px solid #000;
		height: 20px;
		width: 50px;
	}
	header {
		height: 80px;
		margin: 0px;
		border: 0px solid #000;
	}
	.header_logo {
		display: block;
		border: 0px solid #000;
		line-height: 30px;
		margin-top: 15px;
		margin-left: 0px;
	}
	.logoimg1 {
		width: 56vw;
	}
	#slider {
		clear: both;
		width: 100%;
		padding: 0;
		margin: 0;
		z-index: 0;
		display: block;
		border: 0px solid #000;
		height: 230px;
	}
	.show1 {
		padding: 0;
		margin: 0px auto;
		display: block;
		background-color: transparent;
		background-image: url(../images/eng_bg_03-1.jpg);
		background-repeat: no-repeat;
		background-position: center 0;
		background-size: auto 230px;
	}
	.show2 {
		padding: 0;
		margin: 0px auto;
		display: block;
		background-color: transparent;
		background-image: url(../images/eng_bg_03-2.jpg);
		background-repeat: no-repeat;
		background-position: center 0;
		background-size: auto 230px;
	}
	.show3 {
		padding: 0;
		margin: 0px auto;
		display: block;
		background-color: transparent;
		background-image: url(../images/eng_bg_03-3.jpg);
		background-repeat: no-repeat;
		background-position: center 0;
		background-size: auto 230px;
	}
	.new_video {
		/*display: none;*/
		margin: 0px auto;
		border: solid 0px #666;
		width: 85vw;
	}
	.new_video iframe{margin: 0px;border: solid 0px #666; width:85vw;height:150px;}
	.banner_title {
	margin-top: 80px;
}
	#banner01 {
		width: 100%;
		height: 280px;
		margin-top: 230px;
		margin-right: auto;
		margin-bottom: 0px;
		margin-left: auto;
		border: 1px solid;
		background-color: #f2fbff;
		z-index: 0;
	}
	.banner_theme {
		display: block;
		margin-top: -20px;
		width: 90vw;
		border: solid 0px #666;
		margin-right: 0px;
	}
	.banner_theme ul li a {
		width: 39vw;
		max-height: 100px;
		margin-top: 10px;
		margin-right: 10px;
		padding-top: 15px;
		border: solid 0px #666;
		background-color: #FFF;
		border-radius: 15px;
		opacity: 1.0;
		Filter: Alpha(Opacity = 100);
		line-height: 150%;
	}
	.banner_theme ul li a:hover {
		opacity: 0.75;
		Filter: Alpha(Opacity = 75);
	}
	.banner_theme ul li a img {
		width: auto;
		height: 70px;
		margin-top: 0px;
		margin-bottom: 5px;
	}
	
	/*
	.banner_theme {
		margin-top: -15px;
		width: 90vw;
		border: solid 0px #666;
		margin-right: 0px;
	}
	.banner_theme ul {
		margin: 0px;
		padding: 0px;
	}
	.banner_theme ul li a {
		width: 20vw;
		hight:auto;
		margin-right: 1%;
		border: solid 0px #666;
		background-color: #FFF;
		display: inline-block;
		border-radius: 10px;
		opacity: 1.0;
		Filter: Alpha(Opacity = 100);
		line-height: 1.0em;
	}
	.banner_theme ul li  a:hover {
		opacity: 0.7;
		Filter: Alpha(Opacity = 70);
	}
	.banner_theme ul li a img {
		width:auto;
		height: 50px;
		margin-top:10px;
	}
	*/
	
	.content_middle,.content_middle1 {
		width: 85vw;
		border: solid 0px #666;
		margin-top: 50px;
		margin-bottom: 30px;
		margin-left: auto;
		margin-right: auto;
	}
	.banner_title {
		font-size: 1em;
		font-weight: bold;
		color: #fff;
		text-decoration: none !important;
		margin-right: 5px;
		width: 85vw;
		background-color: #4581d1;
		height: 40px;
		margin-bottom: 5px;
		padding-top: 5px;
		padding-left: 20px;
		letter-spacing: 0.1em;
		border: solid 0px #666;
	}
	.select_show {
		outline: none;
		border-radius: 3px;
		border: solid 1px #000;
		width: 85vw;
		padding-left: 10px;
		margin-top: 10px;
	}
	.rwd-table_con {
		border: solid 1px #000;
		float: left;
		width: 90vw;
	}
	
	.content_link_main {
		max-width: 95%;
		border: solid 0px #CCC;
		float: left;
	}
	.rwd-table_link th {
		display: none;
	}
	.rrwd-table_link td {
		display: block;
	}
	.rwd-table_link td:before {
		content: attr(data-th) " ";
		width: 7.5em;
		display: inline-block;
		padding-left: 10px;
		border: solid 0px #000;
		background-color: #73d9ff;
		color: #fff;
	}
	#footer_sitemap {
		display: none;
	}
	#footer_wrapper {
		background-color: #eff0f0;
		border: solid 1px #eff0f0;
		padding:10px;
	}
	#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: 220px;
	}
	.footer_info {
		width: 93vw;
		margin-top: 20px;
		margin-right: 10px;
		margin-bottom: 10px;
		margin-left:10px;
		border: solid 0px #fff;
	}
	.in_ricon{ 
 width:60px;
  position:fixed;
  right: 5px;
  top: 0%;}
}

@media ( max-width : 320px) {
	.in_ricon{ 
 width:60px;
  position:fixed;
  right: 5px;
  top: -20%;}
	header {
		height: 20vw;
		margin: 0px auto;
		border: 0px solid #000;
	}
	.header_logo {
		display: block;
		line-height: 50px;
		width: 50vw;
		padding-top: 0px;
		margin-top: 15px;
		margin-left: 3vw;
		border: 0px solid #000;
	}
	.logoimg1 {
		width: 50vw;
		/*vertical-align: middle;*/
	}
	.header_info_m {
		display: block;
		float: right;
		position: absolute;
		margin-top: 0px;
		top: 20px;
		right: 0px;
		border: 0px solid #000;
		height: 20px;
		width: 40px;
	}

	/*#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;
	}
	.show1 {
		padding: 0;
		margin: 0px auto;
		display: block;
		background-color: transparent;
		background-image: url(../images/eng_bg_03-1.jpg);
		background-repeat: no-repeat;
		background-position: center 0;
		background-size: auto 150px;
	}
	.show2 {
		padding: 0;
		margin: 0px auto;
		display: block;
		background-color: transparent;
		background-image: url(../images/eng_bg_03-2.jpg);
		background-repeat: no-repeat;
		background-position: center 0;
		background-size: auto 150px;
	}
	.show3 {
		padding: 0;
		margin: 0px auto;
		display: block;
		background-color: transparent;
		background-image: url(../images/eng_bg_03-3.jpg);
		background-repeat: no-repeat;
		background-position: center 0;
		background-size: auto 150px;
	}
	
	#banner01 {
		width: 100%;
		height: 280px;
		margin-top: 150px;
		margin-right: auto;
		margin-bottom: 0px;
		margin-left: auto;
		border: 0px solid;
	}
	.banner_theme {
		display: block;
		margin-top: -20px;
		width: 85vw;
		border: solid 0px #666;
		margin-right: 0px;
	}
	.banner_theme ul li a {
		width: 38vw;
		max-height: 100px;
		margin-top: 10px;
		margin-right: 10px;
		padding-top: 15px;
		border: solid 0px #666;
		background-color: #FFF;
		border-radius: 15px;
		opacity: 1.0;
		Filter: Alpha(Opacity = 100);
		line-height: 150%;
	}
	.banner_theme ul li a:hover {
		opacity: 0.75;
		Filter: Alpha(Opacity = 75);
	}
	.banner_theme ul li a img {
		width: auto;
		height: 65px;
		margin-top: 0px;
		margin-bottom: 5px;
	}
	.content_middle,.content_middle1 {
		width: 80vw;
		border: solid 0px #000;
		margin-top: 30px;
		margin-bottom: 20px;
		margin-left: 20px;
	}
	.new_video {display: none;}
	.select_show {
		outline: none;
		border-radius: 3px;
		border: solid 1px #000;
		width: 85vw;
		padding-left: 10px;
		margin-top: 10px;
	}
	.footer_con{border: solid 0px #000;}
	#footer_wrapper {
		background-color: #eff0f0;
		border: solid 0px #000;
		
	}
	.footer_info {
		width: 93vw;
		margin-top: 20px;
		margin-right: 10px;
		margin-bottom: 10px;
		margin-left:10px;
		border: solid 0px #fff;
	}
	#footer_wrapper1 {
		border: solid 0px #fff000;
		position: relative;
		width: 100%;
		background-color: #386fbb;
		margin-top: 0px;
		margin-right: auto;
		margin-bottom: 0px;
		margin-left: auto;
		height: 260px;
	}
}

@media ( min-width : 300px) and (max-width: 780px) {
	.rwd_br {
		display: block !important;
		margin-top: 10px;
	}
	.rwd_img {
		width: 100% !important;
		height: auto !important;
	}
}