﻿@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 1em/1.625em Arial, "微軟正黑體", sans-serif;
  -webkit-text-size-adjust: none;
}
 
@media (max-width: 860px) {
  .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.4375rem;
  line-height: 62px;
  color: #5ab7de;
  vertical-align: bottom;
}
.brand_slogan {
  display: inline-block;
  padding-left: 10px;
  padding-bottom: 5px;
  font-size: 1.5rem;
  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 {
  background-size: cover;
}
.bg-image p {
  font-size: 1rem;
}

/*==================     Icons     ======================*/
.icon {
  position: relative;
  width: 100px;
  height: 100px;
  line-height: 100px;
  font-size: 3.25rem;
  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.125rem;
  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: 1rem;
  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: 1rem;
  line-height: 18px;
  color: #62bfe6;
}
.marked-list li a:before {
  content: "\f00c";
  position: absolute;
  left: 0;
  top: 16px;
  font-weight: 400;
  font-size: 1.375rem;
  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: 1rem;
  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-mobilemenu_ul:after {
  content: '';
  display: block;
  height: 20px;
}

.rd-mobilepanel {
	display: none;
	/*position: fixed;*/
	position: relative;
	top: 0px;
	left: 0;
	right: 0;
	height: 45px;
	color: #0b5ca1;
	/*-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: 40px;
	right: 50px;
	color: #fff;
	font-size: 0.75rem;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 10px;
}
/* 三 選單*/
.rd-mobilepanel_toggle {
	/*position: fixed;*/
	position: absolute;
	top: 20px;
	left: 0px;
	width: 40px;
	height: 40px;
	border: 0px solid #000;
}

.rd-mobilepanel_toggle span {
	/*position: fixed;*/
	display: block;
	margin: auto;
	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;
}

.rd-mobilepanel_toggle span {
  transform: rotate(180deg);
}
.rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span:after {
  transform-origin: 1.71429px center;
}
.rd-mobilepanel_toggle.active span {
  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 {
  transform: rotate3d(0, 0, 1, -40deg);
}
.rd-mobilepanel_toggle.active span:after {
  transform: rotate3d(0, 0, 1, 40deg);
}

@media (max-width: 980px) {
  body {
    padding-top: 0px;
  }

  .rd-mobilemenu, .rd-mobilepanel {
    display: block;
  }
  .stuck_container { display: none;}
  .nav2_tese_img{display: none;}

}

/*==================  Stuck menu  ======================*/

.isStuck {
  margin-top: 0;
  z-index: 9999;
  border-bottom: 1px solid #888;
}
.right-menu{display:none}

@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important;
  }
}

/*========================================================
					 HEADER  Section
=========================================================*/


@media(max-width:980px) {

body {
    padding-top: 0px;
  }
.rd-mobilemenu, .rd-mobilepanel {
    display: block;
  }
.stuck_container { display: none;}
/*.nav2_tese_img{display: none;}*/

header {height: 95px; margin: 0px auto; border-bottom: solid 5px #5d94df;}
.header_logo {
  display: block;
  border: 0px solid #000;
  max-height: 50px;
  white-space : nowrap;
  width: 45vw; 
  margin-left: 22%;
  margin-top:10px;
}

.logoimg1 { border: 0px solid #000; width: 7vw; vertical-align : middle;}
.logoimg2 { border: 0px solid #000; width: 30vw; margin-right:5px; vertical-align : middle;}

#header_info{ display: none !important;}
.header_info_m { display: block; float: right; position: absolute; margin-top:0px; 
  top: 20px; right: 10px; border: 0px solid #000;  height: 35px; width:80px;margin-right:0px; }
.ui-btn-right{ display: block; background:none; font-size: 100%; border: 1px solid #d5d5d5;font-family: Arial; color: #626262; font-weight: normal; padding: 5px;margin-right:0px; }
.right-menu {
  background-color:#479be6;width: 50%;} 
.right-menu ul { margin-top: 50px; width: 100%; padding: 5px; }
.right-menu ul li { height: 60px; margin-bottom:20px; }
.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: 90%;
		height: 35px;
		border: 1px solid #0f3c64;
		display: block;
		margin:0px 10px;
	}
	.dlBtn a:hover {
		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: #3944d9;
		width: 90%;
		height: 35px;
		border: 1px solid #0f3c64;
		display: block;
		margin:0px 10px;
	}
/*==================     中間區塊    ======================*/
#content{/*overflow:hidden;*/margin-top: 0px;margin-right: auto;margin-bottom: 0;margin-left: auto;max-width: 95%;border: solid 0px; padding:0px;}
/*.sidebar {float: left;width: 30vw;margin-top: 10px;margin-right: 7px;margin-bottom: 0px;border: solid 0px; margin-left: 0px;}
*/
.sidebar,.bdate_c{display: none;}
.content_con {width: 95vw;margin-top: 10px;margin-bottom: 20px; padding-left: 2vw; border: solid 0px; margin-right: 0px;}
.left_menu {width: 100%; border: solid 0px; }
.title-h {
  height: 45px;padding-top: 1.5vw;padding-left:2vw;font-weight: bold;margin-bottom: 0px; background-color:#2c79eb; background-image: none;
  font-size: 1.5rem;color: #fff; border: solid 0px; width: 100%;margin-bottom:30px;border-radius: 5px;}

.left_menu_no a,.left_menu_yes a{width: 87%; border-bottom-width: 1px;border-bottom-style: dashed;border-bottom-color: #6f9ac4; }

.content_main,.co-m {width: 91vw;border: solid 0px;}
.select_show{
	color: #8e8e8e;
	font-family: Arial, "微軟正黑體", Helvetica, sans-serif;
	border: none;
	outline: none;
	/*background:#fff;*/
	border-radius: 3px;
	border:0px solid #8e8e8e;
	margin-top:-30px;
	padding: 0px;
	margin-left: 60px;
	font-size: 100%;
	width:60vw;
}
.select_show1 {
	color: #8e8e8e;
	font-family: Arial, "微軟正黑體", Helvetica, sans-serif;
	border: none;
	outline: none;
	background:#fff;
	border-radius: 3px;
	border: 0px solid #8e8e8e;
	margin-top:-30px;
	padding: 0px;
	margin-left:80px;
	font-size: 1rem;
	width:60vw;
}

.footer_con{ max-width:95%;margin-top: 20px;margin-right: auto;margin-bottom: 10px;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.2vw;}

#footer_wrapper1{position: relative;max-width: 100%;background-color:#386fbb;margin-top: 0px;margin-right: auto;margin-bottom: 0px;margin-left: auto; height:180px;}
.footer_info{ color:#FFF;margin-top:10px;line-height:24px;max-width:90%; margin-right:10px;}
.footer_link{ float:left; max-width:10%; display: none;}
.pimg01 {max-width: 100%;}
.in_ricon{ width:60px;position:fixed;right: 5px;top: 30%;}
}
@media (min-width: 480px) and (max-width:768px) {
.sidebar,.bdate_c{display:none;}
.content_con {width: 90vw;margin-top: 10px;margin-bottom: 30px; margin-left:10px; border: solid 0px #000; margin-right:0px;padding-left:0px;}
.co-m{width: 85vw;border: solid 0px #fff000;}
.banner_img{ width:80vw; border: solid 1px;}
.menu03_banner ul{margin: 0px;padding: 0px;} 
.menu03_banner ul li{display: block;float: left;margin: 5px;}
.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: 1vw;}
.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;}
.td_input{padding-left:30px; height:35px;padding-top:10px;border: solid 0px #666;}
.title-h {height: 100%;padding-top: 2vw;font-weight: bold;margin-bottom: 0px; background-color:#2c79eb; background-image: none;
  font-size: 1.375rem;color: #fff; border: solid 0px #8e8e8e; width: 89vw; margin-bottom:30px;border-radius: 5px;margin-left:0px}
.cbanner_banner ul li{display: block;float: left;margin: 5px 5px; width:25vw; border: 0px solid #FFF000; height:100%;}
.cbanner_img {padding:5px; border: 1px solid #c0c0c0;margin-bottom: 5px;margin-top: 5px;max-width:100%; }
.in_ricon{ width:60px;position:fixed;right: 5px;top: 30%;}
}

@media(max-width: 480px) {
.header_logo {display: block;border: 0px solid #000;line-height :50px;white-space : nowrap;padding-top: 0px; margin-top: 15px; margin-left:5vw;}
.logoimg1 { border: 0px solid #000; width: 12vw; vertical-align : middle;}
.logoimg2 { border: 0px solid #000; width: 40vw; margin-right:0px; vertical-align : middle;}
.ui-btn-right{display: block; background:none; font-size: 80%; border: 1px solid #515151;font-family: Arial; color: #626262; font-weight: normal; padding:3px;margin-right:0px; }
.sidebar,.bdate_c {display:none;}
#content{/*overflow:hidden;*/margin: 0px;max-width: 93vw;border: solid 0px; padding:0px;}
.content_con {width: 90vw;margin-top: 10px;margin-bottom: 30px; margin-left:0; border: solid 0px #FFF000; margin-right:0px;padding:0px;}
.co-m{width: 85vw;border: solid 0px #fff000;}
.title-h {height: 100%;padding-top: 2vw;font-weight: bold;margin-bottom: 0px; background-color:#2c79eb; background-image: none;
  font-size: 1.375rem;color: #fff; border: solid 0px #8e8e8e; width: 89vw; margin-bottom:30px;border-radius: 5px;text-align:center;margin-left:0px}
.select_show {
	color: #8e8e8e;
	font-family: Arial, "微軟正黑體", Helvetica, sans-serif;
	border: none;
	outline: none;
	/*background:#fff;*/
	border-radius: 3px;
	border: 0px solid #8e8e8e;
	margin-top:-30px;
	padding: 0px;
	margin-left: 60px;
	font-size: 1rem;
	width:40vw;
}

.select_show1 {
	color: #8e8e8e;
	font-family: Arial, "微軟正黑體", Helvetica, sans-serif;
	border: none;
	outline: none;
	background:#fff;
	border-radius: 3px;
	border: 0px solid #8e8e8e;
	margin-top:-30px;
	padding: 0px;
	margin-left:80px;
	font-size: 1rem;
	width:40vw;
}
.input_show1 {outline: none;width:35vw;height: 30px;margin-bottom:10px;border: 1px solid #8e8e8e;color: #000;background:#fff;}
.td_input{padding-left:10px; height:35px;padding-top:10px;border: solid 0px #666;}
.menu03_banner ul li{display: block;float: left;margin: 3vw;border: solid 0px #666; width:35vw;}
.menu03_banner ul li img{max-width:40vw; border: solid 0px #666;}
.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;}
.cbanner_banner ul li{display: block;float: left;margin: 5px 5px; width:46%; border: 0px solid #FFF000; height:100%;}
.cbanner_img {padding:5px; border:1px solid #c0c0c0;margin-bottom: 5px;margin-top: 5px;width:100%; }
#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:230px;}
.site_menu{display: none;}
.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_info{ color:#FFF;margin-top:10px;line-height:24px;max-width:90%;margin-right:10px;}
.footer_link{ float:left; max-width:10%; display: none;}
/*.rwd-table {background: #fff;overflow: hidden; min-width: 100%;}
.rwd-table th, .rwd-table td { margin: 0.1em; display: table-cell;}
rwd-table tr:nth-of-type(2n){background: #ecedee;}
.rwd-table th,.rwd-style02{ display: none;}
.rwd-table td {display: block;border-bottom:1px dotted #7f7f7f;margin-top:5px;}
.rwd-table td:before {content: attr(data-th) " : ";width: 5.0em;display: inline-block; color: #006ec2;}
.rwd-table th, .rwd-table td {text-align: left;}*/
.rwd-style01{height:45px;}
/*.ab31{color: #006ec2;}*/
.table_td01 {height: 100%;padding: 3px;}
.ab71{color: #4212de;}
.rwd-style03{border-bottom:1px dotted #7f7f7f; float:left; width:95%;}
.pimg01 {max-width: 100%;}
}

@media(max-width: 400px) {
.cbanner_banner ul li{display: block;float: left;margin: 5px 0px; width:100%; border:0px solid #FFF000; height:100%;}
.cbanner_img {padding:5px; border: 5px solid #c0c0c0;margin-bottom: 5px;margin-top: 5px;width:100%; }}
@media(max-width: 320px) {
.header_logo {display: block;border: 0px solid #000;line-height :50px;white-space : nowrap; width: 50vw;padding-top: 0px; margin-top: 15px; margin-left:7vw;}
.logoimg1 { border: 0px solid #000; width: 12vw; vertical-align : middle;}
.logoimg2 { border: 0px solid #000; width: 45vw; margin-right:5px; vertical-align : middle;}
.header_info_m { display: block; float: right; position: absolute; margin-top:0px;margin-right:5px; 
  top: 20px; right:0px; border: 0px solid #000;  height: 20px; width:40px; font-size: 80%;}	
.title-h {
  height: 45px;padding-top: 3vw;font-weight: bold;margin-bottom: 0px; background-color:#2c79eb; background-image: none;
  font-size: 1.375rem;color: #fff; border: solid 0px; width: 91vw; margin-bottom:30px;border-radius: 5px;text-align:center; }
.content_con {width: 95vw;margin-top: 10px;margin-bottom: 30px; padding-left: 15px; border: solid 0px; margin-right: 0px;}
.co-m {width: 85vw;border: solid 0px;}
.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;}
.menu03_banner ul li{display: block;float: left;margin: 3vw 15vw;border: solid 0px #666; width:70%; }
.menu03_banner ul li img{max-width:100vw; border: solid 0px #666;}
#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:250px;}
.in_ricon{ width:60px;position:fixed;right: 5px;top: 20%;}
}
@media (min-width: 300px) and (max-width: 640px){
.rwd_br{ display: block !important; }
.rwd_img{width: 100% !important;height: auto !important;}
    }


