@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/

.page-loader{
 	display:block;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: #fefefe;
	z-index: 100000;	
}

.loader{
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  font-size: 10px;
  text-indent: -12345px;
  border-top: 1px solid rgba(0,0,0, 0.08);
  border-right: 1px solid rgba(0,0,0, 0.08);
  border-bottom: 1px solid rgba(0,0,0, 0.08);
  border-left: 1px solid rgba(0,0,0, 0.5);
  
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  
   -webkit-animation: spinner 700ms infinite linear;
   -moz-animation: spinner 700ms infinite linear;
   -ms-animation: spinner 700ms infinite linear;
   -o-animation: spinner 700ms infinite linear;
   animation: spinner 700ms infinite linear;
  
  z-index: 1;
}

.black_overlay{ 
            display: none; 
            position: absolute; 
            top: 0%; 
            left: 0%; 
            width: 100%; 
            height: 1300px; 
            background-color: black; 
            z-index:9999999; 
            -moz-opacity: 0.8; 
            opacity:.70; 
            filter: alpha(opacity=70); 
        } 
.white_content { 
            display: none; 
            position: absolute; 
            top: 35%; 
            left: 45%; 
            width: 610px; 
            height: 285px; 
            z-index:9999999; 
            overflow: auto; 
        } 

img, object, embed, video {
	max-width: 100%;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}
img{
	border:0;
}
html{
	font-family:"微軟正黑體", Arial, Verdana,sans-serif;
	-webkit-text-size-adjust:nome;
}
body{
	background:url(images/index/mainbg.jpg) repeat;
}
/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		4;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
}

.fluidList {
    list-style:none;
    list-style-image:none;
    margin:0;
    padding:0;        
}

/* Mobile Layout: 480px and below. */
  
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	clear: none;
	float: none;
}

.zeroMargin_mobile {
    margin-left: 0;
}
.hide_mobile {
    display: none;
}
article{
	width:100%;
	float:left;
}
header{
	background:#FFFFFF;
	border-top:solid 10px #b0b0b0;
	width:100%;
	float:left;
}
#navbanner{
	border-bottom:solid 4px #b21b20;
	border-top:solid 4px #b21b20;
	width:100%;
	float:left;
}

#TOP-MENU{
	display:none;
}

#TOP-MENU #BTN{}

#NAV{
	width:1020px;
	height:60px;
	margin:0 auto;
	background-color:#369;	
	position:relative;
	top:0;
	left:0;	
	z-index:888;
	box-shadow:none;
}

.UPUP{
	-webkit-transition:all 0s ease; /* 0s 代表取消動畫時間 */
	-webkit-transform:none; /* 取消所有的動作 */
	transition:all 0s ease;
	transform:none;
}

.DOWN{
	-webkit-transition:all 0s ease; /* 0s 代表取消動畫時間 */
	-webkit-transform:none; /* 取消所有的動作 */
	transition:all 0s ease;
	transform:none;
}

#NAV #XX{
	display:none;
}

#NAV ul{
	width:1020px;
	height:60px;
}

#NAV li{
	float:left;
}

#NAV li a{
	display:block;
	width:204px;
	line-height:60px;
	text-align:center;
	text-decoration:none;
	color:#FFF;	
}

#NAV li a:hover{
	color:#0CF;
}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */
@media screen and (min-width: 1025px) {/*針對桌機*/
	
.g-recaptcha{
	width:60%;
	transform:scale(0.70); -webkit-transform:scale(0.70); transform-origin:0 0; -webkit-transform-origin:0 0; 
	margin: 3px 0 0 12px;
	float: left;
	 } 
	
.gridContainer {
	width: 100%;
	clear: none;
	float: none;
	margin-left: auto;
}

.zeroMargin_tablet {
    margin-left: 0;
}
.hide_tablet {
    display: none;
}
#top{
	width:100%;
	max-width:1000px;
	margin:0 auto 0 auto;
}
#nav1{
	width:200px;
	float:right;
	margin:40px 0 0 0;
}
.tab1{
	cursor :pointer;
	text-indent:40px;
	width:100%;
	height:40px;
	line-height:40px;
	border:solid 1px #cdcdcd;
	border-radius:30px;
	background-image:url(images/index/mirrow.jpg);
	background-position:12px 10px;
	background-repeat:no-repeat;
}
#button{
	position:relative;
	width: 100%;
	float: left;
	margin-top: 50px;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 17px;
	height:50px;
}

.button1{
	width:390px;
	float:left;
}
.button2{
	width:390px;
	float:left;
	margin-left:220px;
}
.button3{
	display: block;
	position: absolute;
	z-index:99999;
	width: 204px;
	height: 253px;
	background: url(images/index/logobg.png) no-repeat;
	left: 395px;
	top: -131px;
}
.button3 img{
	z-index:999999px;
	margin:26px 0 0 23px;
	-webkit-transition: all 0.5s ease-out;	
	-webkit-transform:perspective(340px) rotateY(0deg);
	width:159px;
	height:152px;	
}

.button3 img:hover{
	-webkit-transform:perspective(340px) scale(1.1);
}
.btn1{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
}
.btn2{
	width:130px;
	float:left;
	webkit-transition: all 1s ease;
	-webkit-transform: perspective(340px) translate3d( 0px, 0px, 0px);
	
}
.btn2 a{
	text-decoration:none;
}
.btn2 a:hover{
	-webkit-transition: all 0.5s ease-out;
	-webkit-transform: perspective(100px) translate3d( 0px, 0px, 0px);
	display:block;
	border-bottom:solid 4px #969393;
	text-decoration:none;
	
}
.btn2 h1{
	width:100%;
	margin:0;
	padding:0;
	float:left;
	text-align:center;
	font-size:20px;
	font-weight:bold;
	color:#595656;
	letter-spacing:2px;
}
.btn2 p{
	color:#aa8d50;
	text-align:center;
	font-size:13px;
	margin:0 0 5px 0;
	padding:0;
}
#service{
	width:100%;
	float:left;
	background:#1b0f0f;
}
#nav2{
	overflow:hidden;
	width:1000px;
	margin:15px auto 15px auto;
}
.tab2{
	background:url(images/index/pic2.png) no-repeat 175px 61px;
	width:200px;
	float:left;
	margin:0 10px 0 10px;
	border:solid 2px #FFFFFF;
}
.tab2 a{
	float:left;
	background:url(images/index/pic2.png) no-repeat 175px 61px;
	text-decoration:none;
	opacity: 0.5; 
  
}
.tab2 a:hover{
	float:left;
	background:url(images/index/pic2.png) no-repeat 175px 61px;
	text-decoration:none;
	opacity: 1; 
    
}
.tab2 img{
	width:42px;
	margin:25px 10px 0 15px;
	float:left;
}

.tab2 h1{
	width:100px;
	float:left;
	font-size:22px ;
	font-weight:bold;
	line-height:86px;
	color:#FFFFFF;
	margin:0;
	padding:0;
}
.tab3{
	width:70px;
	float:left;
	margin:70px 10px 0 10px;
	color:#ffffff;
	font-size:16px;
}
.tab3 a{
	text-decoration:none;
	color:#ffffff;
	font-size:16px;
}
.tab3 a:hover{
	text-decoration:underline;
	font-size:18px;
	color:#ffffff;
	font-size:16px;
}
#nav3{
	width:100%;
	float:left;
}
#nav3-1{
	overflow:hidden;
	position:relative;
	width:1000px;
	margin:18px auto 30px auto;
}
#nav3-1 h1{
	margin:0;
	padding:0;
	letter-spacing:1px;
	color:#332f2f;
	font-size:30px;
	text-align:center;
	font-weight:bold;
}
#nav3-1 p{
	margin:0;
	padding:0;
	letter-spacing:1px;
	color:#aa8d50;
	font-size:14px;
	text-align:center;
	font-weight:bold;
}
#nav3-2{
	width:582px;
	height:370px;
	margin:32px auto 30px 22px;
	float:left;
}
#nav3-3{
	background:#ffffff;
	z-index:999px;
	width:400px;
	top:127px;
	left:595px;
	position:absolute;
	box-shadow:0px 0px 5px #aca4a8;
}
#nav3-3 h1{
	text-align:left;
	font-weight:normal;
	border-bottom:dotted 1px #9c9c9b;
	width:370px;
	float:left;
	margin:18px 15px 0 15px;
	color:#91181e;
	font-size:20px;
	line-height:23px;
	padding-bottom:14px;
}
#nav3-3 p{
	text-align:left;
	font-weight:normal;
	width:370px;
	float:left;
	margin:15px 15px 0 15px;
	color:#252524;
	font-size:14px;
	line-height:23px;
	padding-bottom:40px;
}
#nav3-4{
	z-index:999px;
	color:#ffffff;
	font-size:13px;
	line-height:33px;
	text-align:center;
	width:127px;
	height:33px;
	background:#7d7976;
	position:absolute;
	top:405px;
	left:858px;
}
#nav3-4 a{
	color:#ffffff;
	text-decoration:none;
	background:#7d7976;
}
#nav3-4 a:hover{
	display:block;
	text-decoration:none;
	background:#a30e35;
}
#nav4{
	width:100%;
	float:left;
	background:url(images/index/bg1.jpg) no-repeat left top;
	background-size:cover;
}
#nav4-1{
	width:1000px;
	margin:0 auto 0 auto;
}
#nav4-1 h1{
	margin:20px 0 0 0;
	padding:0;
	letter-spacing:1px;
	color:#332f2f;
	font-size:30px;
	text-align:center;
	font-weight:bold;
}
#nav4-1 p{
	margin:0 ;
	padding:0;
	color:#ffffff;
	font-size:15px;
	font-style:normal;
	text-align:left;
	font-weight:normal;
	margin-left:10px;
	margin-bottom:10px;
}
.txt1{
	margin:0 0 0 10px;
	padding:0;
	color:#FFFFFF;
	font-size:15px;
	font-style:normal;
	text-align:left;
	font-weight:normal;
}
#nav4-2{
	width:1000px;
	overflow:hidden;
	margin:0 auto 0x auto;
}
#nav4-3{
	float:left;
	width:240px;
	overflow:hidden;
	margin:0 5px 0 5px;
}
#nav4-4{
	width:984px;
	margin:70px 8px 87px 8px;
	background:#2a2727;
	float:left;
	height:50px;
	line-height:50px;
	color:#FFFFFF;
	font-size:24px;
	font-weight:bold;
	text-align:center;

}
#nav4-4 a{
	color:#FFFFFF;
	opacity:0.6;
	width:984px;
	text-decoration:none;
	display:block;
}
#nav4-4 a:hover{
	opacity:1;
	width:984px;
	text-decoration:none;
	display:block;
}
#nav5{
	width:100%;
	float:left;
	background:#FFFFFF;
}
#nav5-1{
	width:1000px;
	margin:0 auto 17px auto;
}
#nav5-2{
	width:652px;
	height:291px;
	margin:53px 0 0 7px;
	float:left;
}
#nav5-3{
	width:311px;
	margin:88px 0 0 29px;
	float:left;
}
#nav5-3 h1{
	float:left;
	width:311px;
	text-align:right;
	color:#332f2f;
	font-size:35px;
	margin:0;
	padding:0;
	font-weight:bold;
}
#nav5-3 p{
	float:left;
	width:311px;
	text-align:right;
	color:#aa8d50;
	font-size:14px;
	margin:0;
	padding:0 ;
}
.tab4{
	float:left;
	width:311px;
	list-style:none;
	margin:17px 0 0 0 ;
	padding:0;
	float:left;
}
.tab5{
	width:311px;
	float:left;
	list-style:none;
	margin:0;
	padding:0;
	line-height:32px;
	height:32px;
	color:#4a4843;
	font-size:15px;
	text-align:right;
}
.tab5 img{
	vertical-align:center;
	margin-right:5px;
}
footer{
	width:100%;
	float:left;
	background:#FFFFFF;
}
#nav6{
	width:100%;
	float:left;
	margin-top:62px;
	background:#b21b20;
	border-bottom:solid 1px #FFFFFF;
}
#nav6-1{
	position:relative;
	width:1000px;
	text-align:center;
	margin:0 auto 0 auto;
}
#nav6-2{
	top:-84px;
	margin-left:453px;
	position:absolute;
	width:94px;
	height:49px;
	z-index:9999px;
}
#nav6-3{
	margin:35px auto 33px auto;
	width:455px;
	height:47px;
	line-height:47px;
	background:#372f2f;
	color:#FFFFFF;
	text-align:center;
	font-weight:bold;
	font-size:28px;
	border-radius:20px;
}
#nav6-3 a{
	border-radius:20px;
	display:block;
	text-decoration:none;
	background:#372f2f;
	color:#FFFFFF;
}
#nav6-3 a:hover{
	border-radius:20px;
	display:block;
	text-decoration:none;
	background:#5d1519;
	color:#FFFFFF;
}
#nav7{
	width:100%;
	float:left;
	background:#000000;
}
#nav7-1{
	width:1000px;
	text-align:center;
	margin:20px auto 0 auto;
	color:#FFFFFF;
	font-size:15px;
	letter-spacing:1px;
}
#nav7-1 p{
	width:1000px;
	text-align:center;
	margin:15px auto 15px auto;
	color:#FFFFFF;
	font-size:13px;
}
#banner{
	border-top:solid 4px #b21b20;
	width:100%;
	float:left;
}
#banner2{
	width:100%;
	float:left;
	background:url(images/about/banner.jpg) no-repeat
	center top;
	background-size:cover;
}
#banner2-2{
	width:100%;
	float:left;
	background:url(images/team/banner.jpg) no-repeat
	center top;
	background-size:cover;
}
#banner2-3{
	width:100%;
	float:left;
	background:url(images/service/banner.jpg) no-repeat
	center top;
	background-size:cover;
}
#banner2-4{
	width:100%;
	float:left;
	background:url(images/legal/banner.jpg) no-repeat
	center top;
	background-size:cover;
}
#banner2-5{
	width:100%;
	float:left;
	background:url(images/contact/banner.jpg) no-repeat
	center top;
	background-size:cover;
}
#banner2-6{
	width:100%;
	float:left;
	background:url(images/sitemap/banner.jpg) no-repeat
	center top;
	background-size:cover;
}

#banner3{
	width:310px;
	margin:0 auto 40px auto;

}
#banner3 h1{
	width:310px;
	text-align:center;
	color:#38393b;
	border-bottom:solid 5px #2a5c79;
	font-size:40px;
	line-height:60px;
	margin:50px auto 0 auto ;
}
#banner3 p{
	width:310px;
	text-align:center;
	color:#1a3f88;
	font-size:30px;
	line-height:60px;
	margin:0px auto 0 auto ;
}
#banner4{
	width:800px;
	margin:0 auto 40px auto;

}
#banner4 h1{
	width:450px;
	text-align:center;
	color:#38393b;
	border-bottom:solid 5px #2a5c79;
	font-size:40px;
	line-height:60px;
	margin:50px auto 0 auto ;
}
#banner4 p{	
	width:450px;
	text-align:center;
	color:#1a3f88;
	font-size:30px;
	line-height:60px;
	margin:0px auto 0 auto ;
}

#nav8{
	width:100%;
	float:left;
}
#nav8-1{
	width:1000px;
	margin:0 auto 0 auto;	
}
#nav8-1 p{
	color:#535457;
	font-size:18px;
	line-height:30px;
	margin:10px 0 25px 0 ;
}
#nav8-2{
	width:915px;
	height:360px;
	border-radius:10px;
	border:solid 2px #FFFFFF;
	box-shadow:0px 0px 10px #aba3a7;
	margin:0 auto 10px auto;	
}
#nav8-2 img{
	float:left;
	border-radius:10px;
}
#nav9{
	background:#FFFFFF;
	width:100%;
	float:left;
}
#nav9-1{
	width:100%;
	margin:0 auto 40px auto;	
}
#nav10{
	width:100%;
	height:238px;
	float:left;
	background:#FFFFFF;
	background-size:cover;
}
#top_all{
	position:fixed;
	width:80px;
	height:80px;
	top:700px;
	right:10px;
	z-index:99999;
	text-align:center;
}
#nav11{
	width:100%;
	float:left;
}
#nav11-1{
	width:1000px;
	margin:50px auto 40px auto;
	overflow:hidden;
}
#nav11-2{
	width:1000px;
	float:left;
	border-bottom:dotted 1px #898989;
}
.nav11-3{
	margin-bottom:30px;
	width:260px;
	margin-top:30px;
	height:230px;
	float:left;
	border:solid 1px #939393;
}
.nav11-3 img{
	float:left;
}
.nav11-4{
	position:relative;
	width:690px;
	float:left;
	margin:40px 0 0 48px;
}
.nav11-5{
	border-bottom:solid 5px #95bcdd;
	width:690px;
	float:left;
	margin:0;
	height:40px;
	line-height:40px;
	color:#443e3e;
	font-size:20px;
	text-indent:5px;
	letter-spacing:1px;
}
.nav11-5 samp{
	font-family:"微軟正黑體",;
	margin-left:5px;
	color:#443e3e;
	font-size:18px;
	height:40px;
	line-height:40px;
	}
.nav11-6{
	width:690px;
	float:left;
	margin:24px 0 0 0;
}
.txt3{
	width:255px;
	float:left;
	margin:0 0 0 13px;
	color:#443e3e;
	font-size:13px;
	line-height:24px;
}
.nav11-7{
	z-index:99999;
	display:block;
	border-radius:30px;
	position:absolute;
	top:193px;
	left:548px;
	width:132px;
	height:43px;
	font-size:18px;
	color:#FFFFFF;
	text-align:center;
	line-height:43px;
	background:#95bcdd;
	border:solid 1px #FFFFFF;
	box-shadow:0px 0px 5px #858083;
	text-shadow:0px 0px 2px #0e050a;
}
.nav11-7 a{
	border-radius:30px;
	background:#95bcdd;
	text-decoration:none;
	color:#FFFFFF;
	font-size:18px;
	display:block;
}
.nav11-7 a:hover{   
	border-radius:30px;
	background:#d2282d;
	text-decoration:none;
	color:#FFFFFF;
	font-size:18px;
}
#nav12{
	width:100%;
	float:left;
}
#nav12-1{
	width:1000px;
	margin:50px auto 30px auto;
	overflow:hidden;
}
#nav12-2{
	width:145px;
	float:left;
	margin:0 0 0 20px;
	overflow:hidden;
}
.tab6{
	width:145px;
	float:left;
	list-style:none;
	margin:0;
	padding:0;
}
.tab7{
	border-bottom:solid 1px #d4d2d2;
	letter-spacing:2px;
	line-height:60px;
	height:60px;
	width:145px;
	margin:0;
	color:#6d6a6a;
	font-size:15px;
	padding:0;
	text-decoration:none;
}
.tab7 a{
	letter-spacing:2px;
	width:145px;
	text-decoration:none;
	color:#6d6a6a;
	font-size:15px;
	display:block;

}
.tab7 a:hover{
	display:block;
	border-bottom:solid 2px #6f6c6c;
	text-decoration:none;
	-webkit-transition: all 1s ease;
	-webkit-transform: translateX( 500px, 500px,500px);
	display:block;
}
#nav12-3{
	width:700px;
	float:left;
	margin:0 0 0 94px;
}
.nav12-4{
	width:700px;
	float:left;
	margin-bottom:14px;
	border:solid 1px #c5c5c5;
	background:#f3f2f2;
	display:block;
}
.nav12-4 h1{
	width:410px;
	float:left;
	margin:12px 0 5px 19px;
	color:#6d6a6a;
	font-weight:bold;
	font-size:15px;
	padding:0;
}
.nav12-4 p{
	padding: 0;
	width: 660px;
	float: left;
	margin: 0 0 7px 19px;
	color: #6d6a6a;
	font-size: 15px;
	line-height: 24px;
}
.nav12-5 {
	width:700px;
	float:left;
	margin-bottom:14px;
	border:solid 1px #c5c5c5;
	background:#bfbfbf;
	display:block;
}
.nav12-5 h1{
	width:410px;
	float:left;
	margin:12px 0 5px 19px;
	color:#23629c;
	font-weight:bold;
	font-size:15px;
	padding:0;
}
.nav12-5 p{
	padding: 0;
	width: 660px;
	float: left;
	margin: 0 0 7px 19px;
	color: #ffffff;
	font-size: 15px;
	line-height: 24px;
}
#nav13{
	width:100%;
	float:left;
}
#nav13-1{
	width:1000px;
	margin:50px auto 40px auto;
	overflow:hidden;

}
.nav13-2{
	text-align:center;
	width:310px;
	float:left;
	margin:10px 6px 15px 6px ;
	background:#f3f2f2;
	border:solid 1px #c5c5c5;
	display:block;
	color:#6d6a6a;
	font-size:15px;
	line-height:47px;
	height:47px;
}
#nav14{
	width:100%;
	float:left;
}
#nav14-1{
	width:1000px;
	margin:40px auto 40px auto;
	overflow:hidden;
}
.nav14-2{
	width:1000px;
	float:left;
	margin-bottom:20px;
}
.nav14-3{
	width:386px;
	float:left;
	border-bottom:solid 1px #7d7d7d;
}
.nav14-3 h1{
	height:50px;
	line-height:50px;
	margin:0;
	padding:0;
	width:340px;
	color:#344a55;
	font-size:25px;
	text-indent:15px;
	float:left;
	text-align:left;
	border-left:solid 15px #b21b20;
}
.nav14-3 p{
	float:left;
	padding:0;
	width:340px;
	color:#515a69;
	font-size:17px;
	line-height:26px;
	margin:5px 0 10px 35px;
}
.nav14-4{
	width:590px;
	float:left;
	margin-left:20px;
	background:#f3f3f3;
	margin-top:10px;
}
.nav14-4 p{
	width: 560px;
	margin: 10px 0 10px 15px;
	float: left;
	font-size:15px;
	color: #515a69;
	line-height: 30px;
	text-align: left;
	padding: 0;
}
.nav14-5{
	width:1000px;
	float:left;
	height:70px;
	border-bottom:solid 1px #c4c1c1;
}
.nav14-5tab{

}
.nav14-5 img{
	vertical-align:center;
}
.nav14-5 samp{
	height:70px;
	line-height:70px;
	margin:0 40px 0 20px ;
	color:#515a69;
	font-size:16px;
}
.nav14-6{
	width:1000px;
	float:left;
}
.tab8{
	width:1000px;
	float:left;
	list-style:none;
	margin:0;
	padding:0;
}
.tab9{
	height:60px;
	border-bottom:solid 1px #c4c1c1;
	width:1000px;
	float:left;
	list-style:none;
	margin:0;
	padding:0;
}
.tab10{
	height:150px;
	border-bottom:solid 1px #c4c1c1;
	width:1000px;
	float:left;
	list-style:none;
	margin:0;
	padding:0;
}

.txt4{
	float:left;
	width:80px;
	text-align:right;
	margin:0 20px 0 0 ;
	color:#4c4e52;
	font-size:16px;
	height:60px;
	line-height:60px;
	text-align:center;
}
.txt5{
	width:815px;
	float:left;
	height:30px;
	margin-top:15px;
	border:solid 1px #caccc7;
	background:#eeeeee;
	border-radius:5px;
	color:#686767;
	text-indent:10px;
}
.txt6{
	width:815px;
	float:left;
	height:115px;
	margin-top:15px;
	border:solid 1px #caccc7;
	background:#eeeeee;
	border-radius:5px;
	color:#686767;
	text-indent:10px;
}
.txt7{
	width:160px;
	float:left;
	height:30px;
	margin-top:15px;
	border:solid 1px #caccc7;
	background:#eeeeee;
	border-radius:5px;
	margin-right:15px;
	color:#686767;
	text-indent:10px;
}
.img1{
	float:left;
	margin-top:25px;
}
.tab11{
	height:120px;
	width:1000px;
	float:left;
	list-style:none;
	margin:0;
	padding:0;
}
.tab12{
	width:500px;
	float:left;
	margin:50px 0 0 275px;
}
.tab13{
	float:left;
}
.tab13 a{
	width:165px;
	margin:0 20px 0 20px;
	display:block;
	text-decoration:none;
	height:48px;
	text-align:center;
	background:#d2cecb;
	margin:0 20px 0 20px;
	border:solid 1px #e0e0e0;
	color:#585050;
	font-size:17PX;
	line-height:48PX;
	border-radius:8px;
}
.tab13 a:hover{
	color:#FFFFFF;
	background:#6b6865;
	text-decoration:none;
	border:solid 1px #e0e0e0;
}
#nav15{
	width:100%;
	float:left;
}
#nav15-1{
	position:relative;
	width:1000px;
	margin:40px auto 50px auto;
	overflow:hidden;
}
.nav15-2 all{
	float:left;
	width:170px;
	margin:0;
}
.nav15-2{
	float:left;
	width:170px;
	margin:0 30px 0 30px;	
	background-repeat:no-repeat;
}
.nav15-2 a{
	width:165px;
	display:block;
	text-decoration:none;
	background:#eeeeee;
	background-image:url(images/sitemap/icon.png);
	background-repeat:no-repeat;
	background-position:11px 25px;
	height:90px;
	letter-spacing:2px;
	text-indent:55px;
	color:#4c4e52;
	font-size:17PX;
	line-height:90PX;
	border-radius:3px;
}
.nav15-2 a:hover{
	text-decoration:none;
	background:#afadad;
	color:#FFFFFF;
	background-image:url(images/sitemap/icon2.png);
	background-repeat:no-repeat;
	background-position:11px 25px;
}
.nav15-3{
	float:left;
	margin:13px 0 0 50px;
	width:130px;
	border-left:1px #c8c8c8 solid;
}
.txt8{
	background:none;
	width:140px;
	margin:0;
	color:#4c4e52;
	line-height:36px;
	float:left;
}
.txt8 a{
	text-indent:0;
	background:none;
	width:140px;
	height:36px;
	margin:0;
	color:#4c4e52;
	line-height:36px;
	float:left;
	text-align:left;
	margin-left:10px;
}
.txt8 a:hover{
	background:none;
	width:140px;
	height:36px;
	margin:0;
	color:#119C8D;
	line-height:36px;
	float:left;
	text-align:left;
	margin-left:10px;
}
.nav15-4{
	position:absolute;
	width:170px;
	top:204px;
	left:60px;
	background-repeat:no-repeat;
}
.nav15-4 a{
	width:170px;
	display:block;
	text-decoration:none;
	background:#eeeeee;
	background-image:url(images/sitemap/icon.png);
	background-repeat:no-repeat;
	background-position:11px 25px;
	height:90px;
	letter-spacing:2px;
	text-indent:55px;
	color:#4c4e52;
	font-size:17PX;
	line-height:90PX;
	border-radius:3px;
}
.nav15-4 a:hover{
	text-decoration:none;
	background:#afadad;
	color:#FFFFFF;
	background-image:url(images/sitemap/icon2.png);
	background-repeat:no-repeat;
	background-position:11px 25px;
}
#gotop {
    display: none;
	width:60px;
	height:60px;
    position: fixed;
    right: 80px;
    bottom: 170px;    
	right:40px;
    cursor: pointer;
}
input {
    outline: none;
}
input[type=search] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    font-family: inherit;
    font-size: 100%;
}
input::-webkit-search-decoration,
input::-webkit-search-cancel-button {
    display: none;
    /* remove the search and cancel icon */
}
/* search input field */

input[type=search] {
    background: #ededed url(images/index/mirrow.png) no-repeat 9px center;
    border: solid 1px #ccc;
    padding: 9px 10px 9px 32px;
    width: 55px;
    -webkit-border-radius: 10em;
    -moz-border-radius: 10em;
    border-radius: 10em;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}
input[type=search]:focus {
    width: 130px;
    background-color: #fff;
    border-color: #6dcff6;
    -webkit-box-shadow: 0 0 5px rgba(109, 207, 246, .5);
    -moz-box-shadow: 0 0 5px rgba(109, 207, 246, .5);
    box-shadow: 0 0 5px rgba(109, 207, 246, .5);
}
/* placeholder */

input:-moz-placeholder {
    color: #999;
}
input::-webkit-input-placeholder {
    color: #999;
}
#nav16{
	width:100%;
	float:left;
}
.nav16-1{
	background:#FFFFFF;
	width:80%;
	color:#D11216;
	float:left;
	border:solid 2px #95bcdd;
	border-radius:5px;
}
.nav16-1 h1{
	width:570px;
	padding:0;
	color:#ce2e2e;
	font-size:22px;
margin:10px auto 10px 17px;
text-align:left;
}
.nav16-1 p{
	width:570px;
	padding:0;
	color:#474141;
	line-height:26px;
	text-align:left;
	font-size:17px;
	margin:10px auto 20px 25px;
	text-align:left;
}
}
@media only screen and (min-width: 768px) and (max-width:1024px){/*針對平板*/

	.g-recaptcha{
	margin: 0 0 -15px 14px;
	float: left;
	transform:scale(0.8); -webkit-transform:scale(0.8); transform-origin:0 0; -webkit-transform-origin:0 0; } 
	
.gridContainer {
	width: 100%;
	clear: none;
	float: none;
	margin-left: auto;
}

.zeroMargin_tablet {
    margin-left: 0;
}
.hide_tablet {
    display: none;
}
#top{
	width:100%;
	margin:0 auto 0 auto;
}
#nav1{
	width:150px;
	float:right;
	margin:20px 5px 0 0;
}
.tab1{
	cursor :pointer;
	text-indent:40px;
	width:100%;
	height:40px;
	line-height:40px;
	border:solid 1px #cdcdcd;
	border-radius:30px;
	background-image:url(images/index/mirrow.jpg);
	background-position:12px 10px;
	background-repeat:no-repeat;
}
#button{
	position:relative;
	width: 100%;
	float: left;
	margin-top: 25px;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 12px;
	height:50px;
}

.button1{
	width:33%;
	float:left;
}
.button2{
	width:42%;
	float:left;
	margin-left:25%;
}
.button3{
	z-index:9999999;
	position: absolute;
	width: 220px;
	height:229px;
	background:#eae9e9;
	background: url(images/index/logobg2.png) no-repeat;
	background-size:cover contain;
	left: 36%;
	top: -86px;
	text-align:center;
}
.button3 img{
	text-align:center;
	margin:18px auto 0 -21%;
	-webkit-transition: all 0.5s ease-out;	
	width:60%;
	height:auto;
}

.button3 img:hover{
	margin:18px auto 0 -21%;
	-webkit-transform:perspective(340px) scale(1.05);
}
.btn1{
	width:100%;
	list-style:none;
	margin:0;
	padding:0;
	float:left;
}
.btn2{
	width: 33%;
	float: left;
	webkit-transition: all 1s ease;
	-webkit-transform: perspective(340px) translate3d( 0px, 0px, 0px);
}
.btn2 a{
	text-decoration:none;
}
.btn2 a:hover{
	display:block;
	border-bottom:solid 4px #969393;
	text-decoration:none;
	-webkit-transition: all 0.5s ease-out;
	-webkit-transform: perspective(100px) translate3d( 0px, 0px, 0px);
}
.btn2 h1{
	width:100%;
	margin:0;
	padding:0;
	float:left;
	text-align:center;
	font-size:16px;
	font-weight:bold;
	color:#595656;
	letter-spacing:2px;
}
.btn2 p{
	width:100%;
	color:#aa8d50;
	text-align:center;
	font-size:10px; 
	-webkit-transform:scale(0.83); 
	display:inline-block;
	margin:0 0 5px 0;
	padding:0;
}
#service{
	width:100%;
	float:left;
	background:#1b0f0f;
}
#nav2{
	overflow:hidden;
	width:100%;
	margin:15px auto 10px auto;
}
.tab2{
	background:url(images/index/pic2.png) no-repeat 97% 90%;
	width:20%;
	float:left;
	margin:0 5px 0 8px;
	border:solid 2px #FFFFFF;
}
.tab2 a{
	float:left;
	background:url(images/index/pic2.png) no-repeat 175px 61px;
	text-decoration:none;
	opacity: 0.5; 
  
}
.tab2 a:hover{
	float:left;
	background:url(images/index/pic2.png) no-repeat 175px 61px;
	text-decoration:none;
	opacity: 1; 
    
}
.tab2 img{
	width:30px;
	margin:25px 8px 0 8px;
	float:left;
}

.tab2 h1{
	width:100px;
	float:left;
	font-size:19px ;
	font-weight:bold;
	line-height:70px;
	color:#FFFFFF;
	margin:0;
	padding:0;
}
.tab3{
	width: 60px;
	float: left;
	margin-top: 50px;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 0;
	color: #ffffff;
	font-size: 16px;
}
.tab3 a{
	text-decoration:none;
	color:#ffffff;
	font-size:16px;
}
.tab3 a:hover{
	text-decoration:underline;
	font-size:18px;
	color:#ffffff;
	font-size:16px;
}
#nav3{
	width:100%;
	float:left;
}
#nav3-1{
	overflow:hidden;
	position:relative;
	width:100%;
	padding-bottom:45px;
	margin:12px auto 15px auto;
}
#nav3-1 h1{
	margin:0;
	padding:0;
	letter-spacing:1px;
	color:#332f2f;
	font-size:30px;
	text-align:center;
	font-weight:bold;
}
#nav3-1 p{
	margin:0;
	padding:0;
	letter-spacing:1px;
	color:#aa8d50;
	font-size:14px;
	text-align:center;
	font-weight:bold;
}
#nav3-2{
	width:60%;
	margin:15px auto 15px 5px;
	float:left;
}
#nav3-2 img{
	width:100%;
	height:auto;
}
#nav3-3{
	background:#ffffff;
	z-index:999px;
	width:48%;
	top:127px;
	right:2%;
	left:50%;
	position:absolute;
	box-shadow:0px 0px 5px #aca4a8;
}
#nav3-3 h1{
	text-align:left;
	font-weight:normal;
	border-bottom:dotted 1px #9c9c9b;
	width:96%;
	float:left;
	margin:10px 2% 0 2%;
	color:#91181e;
	font-size:20px;
	line-height:23px;
	padding-bottom:14px;
}
#nav3-3 p{
	text-align:left;
	font-weight:normal;
	width:96%;
	float:left;
	margin:10px 2% 0 2%;
	color:#252524;
	font-size:14px;
	line-height:23px;
	padding-bottom:20px;
}
#nav3-4{
	z-index:999px;
	color:#ffffff;
	font-size:13px;
	line-height:28px;
	text-align:center;
	width:127px;
	height:28px;
	background:#7d7976;
	position:absolute;
	top:395px;
	left:80%;
}
#nav3-4 a{
	color:#ffffff;
	text-decoration:none;
	background:#7d7976;
}
#nav3-4 a:hover{
	display:block;
	text-decoration:none;
	background:#a30e35;
}
#nav4{
	width:100%;
	height:auto;
	float:left;
	background:url(images/index/bg1.jpg) no-repeat left top;
	background-size:cover;
	background-position: center top;
	
	top:0;
	left:0;
	right:0;
	bottom:0;
	box-sizing:border-box;
}
#nav4-1{
	width:100%;
	margin:0 auto 0 auto;
}
#nav4-1 h1{
	margin:20px 0 0 0;
	padding:0;
	letter-spacing:1px;
	color:#332f2f;
	font-size:30px;
	text-align:center;
	font-weight:bold;
}
#nav4-1 p{
	height:60px;
	overflow:hidden;
	margin:0 ;
	padding:0;
	color:#ffffff;
	font-size:15px;
	font-style:normal;
	text-align:left;
	font-weight:normal;
	margin-left:10px;
	margin-bottom:10px;
}
.txt1{
	margin:0 0 0 10px;
	padding:0;
	color:#FFFFFF;
	font-size:15px;
	font-style:normal;
	text-align:left;
	font-weight:normal;
}
#nav4-2{
	width:100%;
	overflow:hidden;
	margin:0 auto 0x auto;
}
#nav4-3{
	float:left;
	width:24%;
	overflow:hidden;
	margin:0 0 0 1%;
}
#nav4-4{
	width:98%;
	margin:30px 1% 30px 1%;
	background:#2a2727;
	float:left;
	height:50px;
	line-height:50px;
	color:#FFFFFF;
	font-size:24px;
	font-weight:bold;
	text-align:center;

}
#nav4-4 a{
	color:#FFFFFF;
	opacity:0.6;
	text-align:center;
	text-decoration:none;
	display:block;
}
#nav4-4 a:hover{
	opacity:1;
	text-align:center;
	text-decoration:none;
	display:block;
}
#nav5{
	width:100%;
	float:left;
	background:#FFFFFF;
}
#nav5-1{
	width:98%;
	margin:0 1% 0 1%;
}
#nav5-2{
	width:55%;
	height:auto;
	margin:27px 0 0 5px;
	float:left;
}
#nav5-2 img{
	width:100%;
	height:auto;
}
#nav5-3{
	width:40%;
	margin:30px 0 0 10px;
	float:left;
}
#nav5-3 h1{
	float:left;
	width:100%;
	text-align:right;
	color:#332f2f;
	font-size:32px;
	margin:0;
	padding:0;
	font-weight:bold;
}
#nav5-3 p{
	float:left;
	width:100%;
	text-align:right;
	color:#aa8d50;
	font-size:14px;
	margin:0;
	padding:0 ;
}
.tab4{
	float:left;
	width:100%;
	list-style:none;
	margin:5px 0 0 0 ;
	padding:0;
	float:left;
}
.tab5{
	width:100%;
	float:left;
	list-style:none;
	margin:0;
	padding:0;
	line-height:32px;
	height:32px;
	color:#4a4843;
	font-size:15px;
	text-align:right;
}
.tab5 img{
	vertical-align:center;
	margin-right:5px;
}
footer{
	width:100%;
	float:left;
	background:#FFFFFF;
}
#nav6{
	width:100%;
	float:left;
	margin-top:62px;
	background:#b21b20;
	border-bottom:solid 1px #FFFFFF;
}
#nav6-1{
	position:relative;
	width:100%;
	text-align:center;
	margin:0 auto 0 auto;
}
#nav6-2{
	top:-84px;
	margin-left:44%;
	position:absolute;
	width:13%;
	height:auto;
	z-index:9999px;
}
#nav6-3{
	margin:35px auto 33px auto;
	width:455px;
	height:47px;
	line-height:47px;
	background:#372f2f;
	color:#FFFFFF;
	text-align:center;
	font-weight:bold;
	font-size:28px;
	border-radius:20px;
}
#nav6-3 a{
	border-radius:20px;
	display:block;
	text-decoration:none;
	background:#372f2f;
	color:#FFFFFF;
}
#nav6-3 a:hover{
	border-radius:20px;
	display:block;
	text-decoration:none;
	background:#5d1519;
	color:#FFFFFF;
}
#nav7{
	width:100%;
	float:left;
	background:#000000;
}
#nav7-1{
	width:96%;
	text-align:center;
	margin:20px 2% 0 2%;
	color:#FFFFFF;
	font-size:15px;
	letter-spacing:1px;
}
#nav7-1 p{
	width:96%;
	text-align:center;
	margin:5px 2% 10px 2%;
	color:#FFFFFF;
	font-size:13px;
}
#banner{
	border-top:solid 4px #b21b20;
	width:100%;
	float:left;
}
#banner2{
	width:100%;
	float:left;
	background:url(images/about/banner.jpg) no-repeat
	center top;
	background-size:cover;
}
#banner2-2{
	width:100%;
	float:left;
	background:url(images/team/banner.jpg) no-repeat
	center top;
	background-size:cover;
}
#banner2-3{
	width:100%;
	float:left;
	background:url(images/service/banner.jpg) no-repeat
	center top;
	background-size:cover;
}
#banner2-4{
	width:100%;
	float:left;
	background:url(images/legal/banner.jpg) no-repeat
	center top;
	background-size:cover;
}
#banner2-5{
	width:100%;
	float:left;
	background:url(images/contact/banner.jpg) no-repeat
	center top;
	background-size:cover;
}
#banner2-6{
	width:100%;
	float:left;
	background:url(images/sitemap/banner.jpg) no-repeat
	center top;
	background-size:cover;
}
#banner3{
	width:40%;
	margin:0 auto 0 auto; 
}
#banner3 h1{
	float:left;
	width:100%;
	text-align:center;
	color:#38393b;
	border-bottom:solid 5px #2a5c79;
	font-size:40px;
	line-height:60px;
	margin:16% auto 0 -7% ;
}
#banner3 p{
	float:left;
	width:100%;
	text-align:center;
	color:#1a3f88;
	font-size:30px;
	line-height:60px;
	margin:0px auto 0 -8%  ;
}
#banner4{
	width:60%;
	margin:0 auto 0 auto; 
}
#banner4 h1{	
	width:100%;
	text-align:center;
	color:#38393b;
	border-bottom:solid 5px #2a5c79;
	font-size:40px;
	line-height:60px;
	margin:8% auto 0 0 ;
}
#banner4 p{	
	width:100%;
	text-align:center;
	color:#1a3f88;
	font-size:30px;
	line-height:60px;
	margin:0px auto 0 0;
}

#nav8{
	width:100%;
	float:left;
}
#nav8-1{
	width:96%;
	margin:0 2% 0 2%;	
}
#nav8-1 p{
	color:#535457;
	font-size:18px;
	line-height:30px;
	margin:5px 0 10px 0 ;
}
#nav8-2{
	display:block;
	overflow:hidden;
	width:96%;
	height:auto;
	border-radius:10px;
	border:solid 2px #FFFFFF;
	box-shadow:0px 0px 10px #aba3a7;
	margin:0 2% 10px 2%;	
}
#nav8-2 img{
	width:100%;
	height:auto;
	float:left;
	border-radius:10px;
}
#nav9{
	background:#FFFFFF;
	width:100%;
	float:left;
}
#nav9-1{
	width:100%;
	margin:0 auto 0 auto;	
}
#nav10{
	width:100%;
	height:180px;
	float:left;
	background:#FFFFFF;
	background-size:cover;
}
#top_all{
	position:fixed;
	width:60px;
	height:60px;
	top:700px;
	right:10px;
	z-index:99999;
	text-align:center;
}
#nav11{
	width:100%;
	float:left;
}
#nav11-1{
	width:98%;
	margin:20px 1% 15px 1%;
	overflow:hidden;
}
#nav11-2{
	width:100%;
	float:left;
	border-bottom:dotted 1px #898989;
}
.nav11-3{
	margin-bottom:30px;
	width:30%;
	margin-top:30px;
	height:auto;
	float:left;
	border:solid 1px #939393;
}
.nav11-3 img{
	width:100%;
	height:auto;
	float:left;
}
.nav11-4{
	position:relative;
	width:60%;
	float:left;
	margin:40px 0 0 5%;
}
.nav11-5{
	border-bottom:solid 5px #95bcdd;
	width:100%;
	float:left;
	margin:0;
	height:40px;
	line-height:40px;
	color:#443e3e;
	font-size:20px;
	text-indent:5px;
	letter-spacing:1px;
}
.nav11-5 samp{
	font-family:"微軟正黑體",;
	margin-left:5px;
	color:#443e3e;
	font-size:18px;
	height:40px;
	line-height:40px;
	}
.nav11-6{
	width:100%;
	float:left;
	margin:15px 0 0 0;
}
.txt3{
	width:45%;;
	float:left;
	margin:0 0 0 13px;
	color:#443e3e;
	font-size:13px;
	line-height:24px;
}
.nav11-7{
	z-index:99999;
	display:block;
	border-radius:30px;
	position:absolute;
	top:80%;
	left:70%;
	width:30%;
	height:auto;
	font-size:18px;
	color:#FFFFFF;
	text-align:center;
	line-height:43px;
	background:#95bcdd;
	border:solid 1px #FFFFFF;
	box-shadow:0px 0px 5px #858083;
	text-shadow:0px 0px 2px #0e050a;
}
.nav11-7 a{
	border-radius:30px;
	background:#95bcdd;
	text-decoration:none;
	color:#FFFFFF;
	font-size:18px;
	display:block;
}
.nav11-7 a:hover{   
	border-radius:30px;
	background:#d2282d;
	text-decoration:none;
	color:#FFFFFF;
	font-size:18px;
}
#nav12{
	width:100%;
	float:left;
}
#nav12-1{
	width: 100%;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px;
	overflow: hidden;
}
#nav12-2{
	width:20%;
	float:left;
	margin:0 0 0 2%;
	overflow:hidden;
}
.tab6{
	width:100%;
	float:left;
	list-style:none;
	margin:0;
	padding:0;
}
.tab7{
	border-bottom:solid 1px #d4d2d2;
	letter-spacing:1px;
	line-height:45px;
	height:45px;
	width:100%;
	margin:0;
	color:#6d6a6a;
	font-size:15px;
	padding:0;
	text-decoration:none;
}
.tab7 a{
	letter-spacing:2px;
	width:100%;
	text-decoration:none;
	color:#6d6a6a;
	font-size:15px;
	display:block;

}
.tab7 a:hover{
	display:block;
	border-bottom:solid 2px #6f6c6c;
	text-decoration:none;
	-webkit-transition: all 1s ease;
	-webkit-transform: translateX( 500px, 500px,500px);
	display:block;
}
#nav12-3{
	width:72%;
	float:left;
	margin:0 0 0 3%;
}
.nav12-4{
	width:100%;
	float:left;
	margin-bottom:14px;
	border:solid 1px #c5c5c5;
	background:#f3f2f2;
	display:block;
}
.nav12-4 h1{
	width:96%;
	float:left;
	margin:12px 0 5px 2%;
	color:#6d6a6a;
	font-weight:bold;
	font-size:15px;
	padding:0;
}
.nav12-4 p{
	padding: 0;
	width:96%;
	float: left;
	margin: 0 0 7px 2%;
	color: #6d6a6a;
	font-size: 15px;
	line-height: 24px;
}
.nav12-5 {
	width:100%;
	float:left;
	margin-bottom:14px;
	border:solid 1px #c5c5c5;
	background:#bfbfbf;
	display:block;
}
.nav12-5 h1{
	width:96%;
	float:left;
	margin:12px 0 5px 2%;
	color:#23629c;
	font-weight:bold;
	font-size:15px;
	padding:0;
}
.nav12-5 p{
	padding: 0;
	width:96%;
	float: left;
	margin: 0 0 7px 2%;
	color: #ffffff;
	font-size: 15px;
	line-height: 24px;
}
#nav13{
	width:100%;
	float:left;
}
#nav13-1{
	width:98%;;
	float:left;
	margin:25px 1% 25px 1%;
	overflow:hidden;
}
.nav13-2{
	text-align:center;
	width:32%;
	float:left;
	margin:0 0 15px 1% ;
	background:#f3f2f2;
	border:solid 1px #c5c5c5;
	display:block;
	color:#6d6a6a;
	font-size:14px;
	line-height:44px;
	height:44px;
}
#nav14{
	width:100%;
	float:left;
}
#nav14-1{
	width:98%;
	margin:20px auto 20px auto;
	overflow:hidden;
}
.nav14-2{
	width:100%;
	float:left;
}
.nav14-3{
	width:33%;
	float:left;
	border-bottom:solid 1px #7d7d7d;
}
.nav14-3 h1{
	height:44px;
	line-height:44px;
	margin:0;
	padding:0;
	width:100%;
	color:#344a55;
	font-size:25px;
	text-indent:15px;
	float:left;
	text-align:left;
	border-left:solid 10px #b21b20;
}
.nav14-3 p{
	float:left;
	padding:0;
	width:100%;
	color:#515a69;
	font-size:15px;
	line-height:24px;
	margin:5px 0 10px 5px;
}
.nav14-4{
	width:65%;
	float:left;
	margin-left:2%;
	background:#f3f3f3;
	margin-top:10px;
}
.nav14-4 p{
	width: 100%;
	margin: 5px 0 5px 10px;
	float: left;
	font-size:13px;
	color: #515a69;
	line-height: 30px;
	text-align: left;
	padding: 0;
}
.nav14-5{
	width:100%;
	float:left;
	margin-top:10px;
	border-bottom:solid 1px #c4c1c1;
}
.nav14-5tab{
}
.nav14-5 img{
	vertical-align:center;
}
.nav14-5 samp{
	height:50px;
	line-height:50px;
	margin:0 30px 0 10px ;
	color:#515a69;
	font-size:14px;
	
}

.nav14-6{
	width:98%;
	float:left;
	margin-left:1%;
}
.tab8{
	width:100%;
	float:left;
	list-style:none;
	margin:0;
	padding:0;
}
.tab9{
	height:50px;
	border-bottom:solid 1px #c4c1c1;
	width:100%;
	float:left;
	list-style:none;
	margin:0;
	padding:0;
}
.tab10{
	height:150px;
	border-bottom:solid 1px #c4c1c1;
	width:100%;
	float:left;
	list-style:none;
	margin:0;
	padding:0;
}

.txt4{
	float:left;
	width:10%;
	text-align:right;
	margin:0 10px 0 0 ;
	color:#4c4e52;
	font-size:16px;
	height:50px;
	line-height:50px;
	text-align:center;
}
.txt5{
	width:80%;
	float:left;
	height:30px;
	margin-top:10px;
	border:solid 1px #caccc7;
	background:#eeeeee;
	border-radius:5px;
	color:#686767;
	text-indent:5px;
}
.txt6{
	width:80%;
	float:left;
	height:115px;
	margin-top:15px;
	border:solid 1px #caccc7;
	background:#eeeeee;
	border-radius:5px;
	color:#686767;
	text-indent:5px;
}
.txt7{
	width:20%;
	float:left;
	height:30px;
	margin-top:10px;
	border:solid 1px #caccc7;
	background:#eeeeee;
	border-radius:5px;
	margin-right:15px;
	color:#686767;
	text-indent:5px;
}
.img1{
	float:left;
	margin-top:20px;
}
.tab11{
	width:100%;
	float:left;
	list-style:none;
	margin:0;
	padding:0;
}
.tab12{
	width:100%;
	float:left;
	margin:20px 0 0 0;
}
.tab13{	
	width:100%;
}
.tab13 a{
	width:43%;
	margin:0;
	display:block;
	text-decoration:none;
	height:44px;
	text-align:center;
	background:#d2cecb;
	margin:0 20px 0 20px;
	border:solid 1px #e0e0e0;
	color:#585050;
	font-size:17PX;
	float:left;
	line-height:48PX;
	border-radius:8px;
}
.tab13 a:hover{
	color:#FFFFFF;
	background:#6b6865;
	text-decoration:none;
	border:solid 1px #e0e0e0;
}
#nav15{
	width:100%;
	float:left;
}
#nav15-1{
	position:relative;
	width:98%;
	margin:20px 1% 25px 1%;
	overflow:hidden;
}
.nav15-2 all{
	float:left;
	width:98%;
	margin:0 1% 0 1%;
}
.nav15-2{
	width:100%;	
	background-repeat:no-repeat;
}
.nav15-2 a{
	margin:10px 0 10px 0;
	float:left;
	width:100%;
	display:block;
	text-decoration:none;
	background:#eeeeee;
	background-image:url(images/sitemap/icon.png);
	background-repeat:no-repeat;
	background-position:11px 12px;
	height:60px;
	letter-spacing:2px;
	text-indent:50px;
	color:#4c4e52;
	font-size:17PX;
	line-height:60PX;
	border-radius:3px;
}
.nav15-2 a:hover{
	text-decoration:none;
	background:#afadad;
	color:#FFFFFF;
	background-image:url(images/sitemap/icon2.png);
	background-repeat:no-repeat;
	background-position:11px 12px;
}
.nav15-3{
	float:left;
	margin:5px 0 0 20px;
	width:25%;
	border-left:1px #c8c8c8 solid;
}
.txt8{
	background:none;
	width:95%;
	margin:0;
	color:#4c4e52;
	float:left;
}
.txt8 a{
	text-indent:0;
	margin-top:0;
	margin-bottom:0;
	background:none;
	width:95%;
	height:30px;
	color:#4c4e52;
	line-height:30px;
	float:left;
	text-align:left;
	margin-left:10px;
}
.txt8 a:hover{
	background:none;
	width:95%;
	height:30px;
	color:#119C8D;
	line-height:30px;
	float:left;
	text-align:left;
	margin-left:10px;
}
.nav15-4{
	width:100%;	
	background-repeat:no-repeat;
}
.nav15-4 a{
	margin:10px 0 10px 0;
	float:left;
	width:100%;
	display:block;
	text-decoration:none;
	background:#eeeeee;
	background-image:url(images/sitemap/icon.png);
	background-repeat:no-repeat;
	background-position:11px 12px;
	height:60px;
	letter-spacing:2px;
	text-indent:50px;
	color:#4c4e52;
	font-size:17PX;
	line-height:60PX;
	border-radius:3px;
}
.nav15-4 a:hover{
	text-decoration:none;
	background:#afadad;
	color:#FFFFFF;
	background-image:url(images/sitemap/icon2.png);
	background-repeat:no-repeat;
	background-position:11px 12px;
}

#gotop {
    display: none;
    position: fixed;
    right: 80px;
    bottom: 170px;    
	right:20px;
    cursor: pointer;
	width:50px;
	height:50px;
}
input {
    outline: none;
}
input[type=search] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    font-family: inherit;
    font-size: 100%;
}
input::-webkit-search-decoration,
input::-webkit-search-cancel-button {
    display: none;
    /* remove the search and cancel icon */
}
/* search input field */

input[type=search] {
    background: #ededed url(/assets/search-icon.png) no-repeat 9px center;
    border: solid 1px #ccc;
    padding: 9px 10px 9px 10px;
    width: 55px;
    -webkit-border-radius: 10em;
    -moz-border-radius: 10em;
    border-radius: 10em;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}
input[type=search]:focus {
    width: 130px;
    background-color: #fff;
    border-color: #6dcff6;
    -webkit-box-shadow: 0 0 5px rgba(109, 207, 246, .5);
    -moz-box-shadow: 0 0 5px rgba(109, 207, 246, .5);
    box-shadow: 0 0 5px rgba(109, 207, 246, .5);
}
/* placeholder */

input:-moz-placeholder {
    color: #999;
}
input::-webkit-input-placeholder {
    color: #999;
}
#nav16{
	width:100%;
	float:left;
}
.nav16-1{
	background:#FFFFFF;
	width:95%;
	color:#D11216;
	float:left;
	margin-left:2%;
	border:solid 2px #95bcdd;
	border-radius:5px;
}
.nav16-1 h1{
	width:98%;
	padding:0;
	color:#ce2e2e;
	font-size:22px;
margin:10px auto 10px 17px;
text-align:left;
}
.nav16-1 p{
	width:98%;
	padding:0;
	color:#474141;
	line-height:26px;
	text-align:left;
	font-size:17px;
	margin:10px auto 20px 25px;
	text-align:left;
}
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (max-width: 767px) {/*針對手機*/
	
	.g-recaptcha{
		width:60%;
		transform:scale(0.77); -webkit-transform:scale(0.77); transform-origin:0 0; -webkit-transform-origin:0 0; 
	margin: 0 0 0 12px;
	float: left;
	 } 

.gridContainer {
	width: 100%;
	clear: none;
	float: none;
	margin-left: auto;
}

.zeroMargin_tablet {
    margin-left: 0;
}
.hide_tablet {
    display: none;
}
header{
	overflow:hidden;
	border-top:solid 10px #b0b0b0;
	width:100%;
	float:left;
	height:80px;
}
#navbanner{
	border-bottom:solid 4px #b21b20;
	border-top:solid 4px #b21b20;
	width:100%;
	float:left;
}
#top{
	overflow:hidden;
	width:100%;
	background:#FFFFFF;
	margin:0 auto 0 auto;
}
#nav1{
	position: absolute;
	width: 35%;
	right: 70px;
	top: 4%;
}
.tab1{
	cursor :pointer;
	text-indent:5px;
	width:100%;
	height:35px;
	line-height:30px;
	border:solid 1px #cdcdcd;
	border-radius:20px;
	background-position:12px 10px;
	background-repeat:no-repeat;
}
#button{
	display:block;
	background:#ffffff;
	background-size:contain;
	overflow:hidden;
	padding-bottom:10px;
}

.button1{
	display:none;
}
.button2{
	display:none;
}
.button3{
	text-align:center;
	z-index:99;
	width: 40%;
	height:80px;
	position:absolute;
	left: 50px;
	background-size:100%;
	background-repeat:no-repeat;
	overflow:hidden;
	display:block;
	top: 20px;
	left:5px;
	background-image:url(images/index/slogo.png);
	
}
.button3 img{
	display:none;
}

.button3 img:hover{
	-webkit-transform:perspective(340px) scale(1.05);
}
.btn1{
	width:100%;
	list-style:none;
	margin:0;
	padding:0;
	float:left;
}
.btn2{
	width: 33%;
	float: left;
	webkit-transition: all 1s ease;
	-webkit-transform: perspective(340px) translate3d( 0px, 0px, 0px);
}
.btn2 a{
	text-decoration:none;
}
.btn2 a:hover{
	display:block;
	border-bottom:solid 4px #969393;
	text-decoration:none;
	-webkit-transition: all 0.5s ease-out;
	-webkit-transform: perspective(100px) translate3d( 0px, 0px, 0px);
}
.btn2 h1{
	width:100%;
	margin:0;
	padding:0;
	float:left;
	text-align:center;
	font-size:16px;
	font-weight:bold;
	color:#595656;
	letter-spacing:2px;
}
.btn2 p{
	width:100%;
	color:#aa8d50;
	text-align:center;
	font-size:10px; 
	-webkit-transform:scale(0.83); 
	display:inline-block;
	margin:0 0 5px 0;
	padding:0;
}
#service{
	width:100%;
	float:left;
	background:#1b0f0f;
}
#nav2{
	overflow:hidden;
	width:100%;
	margin:10px auto 10px auto;
}
.tab2{
	background:url(images/index/pic2.png) no-repeat  99% 90%;;
	width:98%;
	float:left;
	margin:0 1% 5px 1%;
	border:solid 2px #FFFFFF;
}
.tab2 a{
	float:left;
	background:url(images/index/pic2.png) no-repeat 175px 61px;
	text-decoration:none;
	opacity: 1; 
  
}
.tab2 a:hover{
	float:left;
	background:url(images/index/pic2.png) no-repeat 175px 61px;
	text-decoration:none;
	opacity: 1; 
    
}
.tab2 img{
	width:36px;
	margin:10px 8px 10px 8px;
	float:left;
}

.tab2 h1{
	width:100px;
	float:left;
	font-size:19px ;
	font-weight:bold;
	line-height:45px;
	color:#FFFFFF;
	margin:0;
	padding:0;
}
.tab3{
	width:98%;
	text-align:right;
	float:left;
	margin:5px 1% 5px 1%;
	color:#ffffff;
	font-size:16px;
}
.tab3 a{
	text-decoration:none;
	color:#ffffff;
	font-size:16px;
}
.tab3 a:hover{
	text-decoration:underline;
	font-size:18px;
	color:#ffffff;
	font-size:16px;
}
#nav3{
	width:100%;
	float:left;
}
#nav3-1{
	overflow:hidden;
	width:100%;
	margin:5 auto 15px auto;
}
#nav3-1 h1{
	margin:0;
	padding:0;
	letter-spacing:1px;
	color:#332f2f;
	font-size:26px;
	text-align:center;
	font-weight:bold;
}
#nav3-1 p{
	margin:0;
	padding:0;
	letter-spacing:1px;
	color:#aa8d50;
	font-size:14px;
	text-align:center;
	font-weight:bold;
}
#nav3-2{
	width:98%;
	margin:10px 1% 5px 1%;
}
#nav3-2 img{
	width:100%;
	height:auto;
}
#nav3-3{
	background:#ffffff;
	width:98%;
	overflow:hidden;
	margin:10px 1% 0 1%;
	box-shadow:0px 0px 5px #aca4a8;
}
#nav3-3 h1{
	text-align:left;
	font-weight:normal;
	border-bottom:dotted 1px #9c9c9b;
	width:96%;
	float:left;
	margin:10px 2% 0 2%;
	color:#91181e;
	font-size:18px;
	line-height:23px;
	padding-bottom:5px;
}
#nav3-3 p{
	text-align:left;
	font-weight:normal;
	width:96%;
	float:left;
	margin:10px 2% 0 2%;
	color:#252524;
	font-size:14px;
	line-height:23px;
}
#nav3-4{
	color:#ffffff;
	font-size:13px;
	line-height:33px;
	text-align:center;
	width:98%;
	margin:10px 1% 10px 1%;
	height:33px;
	background:#7d7976;
}
#nav3-4 a{
	color:#ffffff;
	text-decoration:none;
	background:#7d7976;
}
#nav3-4 a:hover{
	display:block;
	text-decoration:none;
	background:#a30e35;
}
#nav4{
	width:100%;
	height:auto;
	float:left;
	background:url(images/index/bg1.jpg) no-repeat left top;
	background-size:cover;
	background-position: center top;
	box-sizing:border-box;
}
#nav4-1{
	width:100%;
	margin:0 auto 0 auto;
}
#nav4-1 h1{
	margin:0;
	padding:0;
	letter-spacing:1px;
	color:#332f2f;
	font-size:26px;
	text-align:center;
	font-weight:bold;
}
#nav4-1 p{
	margin:5px 1% 5px 1%;
	width:98%;
	padding:0;
	letter-spacing:1px;
	color:#ffffff;
	text-align:left;
	font-size:15px;
	font-weight:bold;
}
.txt1{
	margin:0 0 0 10px;
	padding:0;
	color:#FFFFFF;
	font-size:15px;
	font-style:normal;
	text-align:left;
	font-weight:normal;
}
#nav4-2{
	width:100%;
	overflow:hidden;
	margin:0 auto 0x auto;
}
#nav4-3{
	float:left;
	width:98%;
	overflow:hidden;
	margin:0 1% 0 1%;
}
#nav4-4{
	width:98%;
	margin:10px 1% 10px 1%;
	background:#2a2727;
	float:left;
	height:40px;
	line-height:40px;
	color:#FFFFFF;
	font-size:24px;
	font-weight:bold;
	text-align:center;

}
#nav4-4 a{
	color:#FFFFFF;
	opacity:0.6;
	text-align:center;
	text-decoration:none;
	display:block;
}
#nav4-4 a:hover{
	opacity:1;
	text-align:center;
	text-decoration:none;
	display:block;
}
#nav5{
	width:100%;
	float:left;
	background:#FFFFFF;
}
#nav5-1{
	width:98%;
	margin:0 1% 0 1%;
}
#nav5-2{
	width:100%;
	height:auto;
	margin:10px 0 5px 0;
	float:left;
}
#nav5-2 img{
	width:100%;
	height:auto;
}
#nav5-3{
	width:100%;
	margin:10px 0 5px 0;
	float:left;
}
#nav5-3 h1{
	float:left;
	width:100%;
	text-align:center;
	color:#332f2f;
	font-size:32px;
	margin:0;
	padding:0;
	font-weight:bold;
}
#nav5-3 p{
	float:left;
	width:100%;
	text-align:center;
	color:#aa8d50;
	font-size:14px;
	margin:0;
	padding:0 ;
}
.tab4{
	float:left;
	width:100%;
	list-style:none;
	margin:5px 0 0 0 ;
	padding:0;
	float:left;
}
.tab5{
	width:100%;
	float:left;
	list-style:none;
	margin:0;
	padding:0;
	line-height:32px;
	height:32px;
	color:#4a4843;
	font-size:15px;
	text-align:left;
}
.tab5 img{
	vertical-align:center;
	margin-right:5px;
}
footer{
	width:100%;
	float:left;
	background:#FFFFFF;
}
#nav6{
	width:100%;
	float:left;
	margin-top:62px;
	background:#b21b20;
	border-bottom:solid 1px #FFFFFF;
}
#nav6-1{
	position:relative;
	width:100%;
	text-align:center;
	margin:0 auto 0 auto;
}
#nav6-2{
	top:-84px;
	margin-left:10%;
	position:absolute;
	width:80%;
	height:auto;
	z-index:9999px;
}
#nav6-3{
	margin:35px auto 33px auto;
	width:70%;
	height:40px;
	line-height:40px;
	background:#372f2f;
	color:#FFFFFF;
	text-align:center;
	font-weight:bold;
	font-size:22px;
	border-radius:15px;
}
#nav6-3 a{
	border-radius:15px;
	display:block;
	text-decoration:none;
	background:#372f2f;
	color:#FFFFFF;
}
#nav6-3 a:hover{
	border-radius:15px;
	display:block;
	text-decoration:none;
	background:#5d1519;
	color:#FFFFFF;
}
#nav7{
	width:100%;
	float:left;
	background:#000000;
}
#nav7-1{
	width:96%;
	text-align:center;
	margin:10px 2% 0 2%;
	color:#FFFFFF;
	font-size:13px;
	letter-spacing:1px;
}
#nav7-1 p{
	width:96%;
	text-align:center;
	margin:5px 2% 10px 2%;
	color:#FFFFFF;
	font-size:10px;
	 -webkit-transform:scale(0.83);"
}
#banner{
	border-top:solid 4px #b21b20;
	width:100%;
	float:left;
}
#banner2{
	width:100%;
	float:left;
	background:url(images/about/banner.jpg) no-repeat
	center top;
	background-size:cover;
}
#banner2-2{
	width:100%;
	float:left;
	background:url(images/team/banner.jpg) no-repeat
	center top;
	background-size:cover;
}
#banner2-3{
	width:100%;
	float:left;
	background:url(images/service/banner.jpg) no-repeat
	center top;
	background-size:cover;
}
#banner2-4{
	width:100%;
	float:left;
	background:url(images/legal/banner.jpg) no-repeat
	center top;
	background-size:cover;
}
#banner2-5{
	width:100%;
	float:left;
	background:url(images/contact/banner.jpg) no-repeat
	center top;
	background-size:cover;
}
#banner2-6{
	width:100%;
	float:left;
	background:url(images/sitemap/banner.jpg) no-repeat
	center top;
	background-size:cover;
}
#banner3{
	width:60%;
	margin:0 auto 0 auto; 
}
#banner3 h1{
	float:left;
	width:100%;
	text-align:center;
	color:#38393b;
	border-bottom:solid 2px #2a5c79;
	font-size:20px;
	line-height:40px;
	margin:5% auto 0 auto ;
}
#banner3 p{
	float:left;
	width:100%;
	text-align:center;
	color:#1a3f88;
	font-size:15px;
	line-height:30px;
	margin:0px auto 10px auto  ;
}
#banner4{
	width:80%;
	margin:0 auto 0 auto; 
}
#banner4 h1{
	float:left;
	width:100%;
	text-align:center;
	color:#38393b;
	border-bottom:solid 2px #2a5c79;
	font-size:20px;
	line-height:40px;
	margin:5% auto 0 auto ;
}
#banner4 p{
	float:left;
	width:100%;
	text-align:center;
	color:#1a3f88;
	font-size:15px;
	line-height:30px;
	margin:0px auto 10px auto  ;
}
#nav8{
	width:100%;
	float:left;
}
#nav8-1{
	width:98%;
	margin:0 1% 0 1%;	
}
#nav8-1 p{
	color:#535457;
	font-size:15px;
	line-height:24px;
	margin:5px 0 10px 0 ;
}
#nav8-2{
	display:block;
	overflow:hidden;
	width:96%;
	height:auto;
	border-radius:10px;
	border:solid 2px #FFFFFF;
	box-shadow:0px 0px 10px #aba3a7;
	margin:0 2% 10px 2%;	
}
#nav8-2 img{
	width:100%;
	height:auto;
	float:left;
	border-radius:10px;
}
#nav9{
	background:#FFFFFF;
	width:100%;
	float:left;
}
#nav9-1{
	width:100%;
	margin:0 auto 0 auto;	
}
#nav10{
	width:100%;
	height:200px;
	float:left;
	background:#FFFFFF;
	background-size:cover;
}
#top_all{
	position:fixed;
	width:40px;
	height:40px;
	top:250px;
	right:10px;
	z-index:7;
	text-align:center;
}
#nav11{
	width:100%;
	float:left;
}
#nav11-1{
	width:98%;
	margin:5px 1% 15px 1%;
	overflow:hidden;
}
#nav11-2{
	width:100%;
	float:left;
	border-bottom:dotted 1px #898989;
}
.nav11-3{
	margin-bottom:30px;
	width:30%;
	margin-top:30px;
	height:auto;
	float:left;
	border:solid 1px #939393;
}
.nav11-3 img{
	width:100%;
	height:auto;
	float:left;
}
.nav11-4{
	position:relative;
	width:60%;
	float:left;
	margin:40px 0 0 5%;
}
.nav11-5{
	border-bottom:solid 5px #95bcdd;
	width:100%;
	float:left;
	margin:0;
	height:40px;
	line-height:40px;
	color:#443e3e;
	font-size:20px;
	text-indent:5px;
	letter-spacing:1px;
}
.nav11-5 samp{
	font-family:"微軟正黑體",;
	margin-left:5px;
	color:#443e3e;
	font-size:18px;
	height:40px;
	line-height:40px;
	}
.nav11-6{
	width:100%;
	float:left;
	margin:10px 0 0 0;
}
.txt3{
	width:90%;;
	float:left;
	margin:0 0 5px 0;
	color:#443e3e;
	font-size:13px;
	line-height:24px;
}
.nav11-7{
	z-index:5;
	display:block;
	border-radius:30px;
	position:absolute;
	top:125px;
	left:-56%;
	width:45%;
	height:auto;
	font-size:15px;
	color:#FFFFFF;
	text-align:center;
	line-height:36px;
	background:#95bcdd;
	border:solid 1px #FFFFFF;
	box-shadow:0px 0px 5px #858083;
	text-shadow:0px 0px 2px #0e050a;
}
.nav11-7 a{
	border-radius:30px;
	background:#95bcdd;
	text-decoration:none;
	color:#FFFFFF;
	font-size:15px;
	display:block;
}
.nav11-7 a:hover{   
	border-radius:30px;
	background:#d2282d;
	text-decoration:none;
	color:#FFFFFF;
	font-size:15px;
}
#nav12{
	width:100%;
	float:left;
}
#nav12-1{
	width: 100%;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px;
	overflow: hidden;
}
#nav12-2{
	width:96%;
	float:left;
	margin:0 2% 0 2%;
	overflow:hidden;
}
.tab6{
	background:#FFFFFF;
	width:100%;
	float:left;
	list-style:none;
	margin:0;
	padding:0;
	
}
.tab7{
	text-indent:5px;
	border-bottom:solid 1px #d4d2d2;
	line-height:30px;
	height:30px;
	width:44%;
	margin-left:1%;
	margin-right:1%;
	float:left;
	color:#6d6a6a;
	font-size:15px;
	text-decoration:none;
}
.tab7 a{
	letter-spacing:2px;
	text-decoration:none;
	color:#6d6a6a;
	font-size:15px;
	display:block;

}
.tab7 a:hover{	
	display:block;
	border-bottom:solid 5px #6f6c6c;
	text-decoration:none;
	-webkit-transition: all 1s ease;
	-webkit-transform: translateX( 0px, 0px,0px);
	display:block;
}
#nav12-3{
	width:96%;
	float:left;
	margin:0 2% 0 2%;
}
.nav12-4{
	width:100%;
	float:left;
	margin-top:7px;
	margin-bottom:7px;
	border:solid 1px #c5c5c5;
	background:#f3f2f2;
	display:block;
}
.nav12-4 h1{
	width:96%;
	float:left;
	margin:12px 0 5px 2%;
	color:#6d6a6a;
	font-weight:bold;
	font-size:15px;
	padding:0;
}
.nav12-4 p{
	padding: 0;
	width:96%;
	float: left;
	margin: 0 0 7px 2%;
	color: #6d6a6a;
	font-size: 15px;
	line-height: 24px;
}
.nav12-5 {
	width:100%;
	float:left;
	margin-top:7px;
	margin-bottom:7px;
	border:solid 1px #c5c5c5;
	background:#bfbfbf;
	display:block;
}
.nav12-5 h1{
	width:96%;
	float:left;
	margin:12px 0 5px 2%;
	color:#23629c;
	font-weight:bold;
	font-size:15px;
	padding:0;
}
.nav12-5 p{
	padding: 0;
	width:96%;
	float: left;
	margin: 0 0 7px 2%;
	color: #ffffff;
	font-size: 15px;
	line-height: 24px;
}
#nav13{
	width:100%;
	float:left;
}
#nav13-1{
	width:98%;;
	float:left;
	margin:15px 1% 15px 1%;
	overflow:hidden;
}
.nav13-2{
	text-align:center;
	width:48%;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	float:left;
	margin:0 1% 10px 1% ;
	background:#f3f2f2;
	border:solid 1px #c5c5c5;
	display:block;
	color:#6d6a6a;
	font-size:13px;
	line-height:44px;
	height:44px;
}
#nav14{
	width:100%;
	float:left;
}
#nav14-1{
	width:98%;
	margin:10px auto 10px auto;
	overflow:hidden;
}
.nav14-2{
	width:100%;
	float:left;
}
.nav14-3{
	width:100%;
	float:left;
	border-bottom:solid 1px #7d7d7d;
}
.nav14-3 h1{
	height:36px;
	line-height:36px;
	margin:0;
	padding:0;
	width:100%;
	color:#344a55;
	font-size:25px;
	text-indent:15px;
	float:left;
	text-align:left;
	border-left:solid 10px #b21b20;
}
.nav14-3 p{
	float:left;
	padding:0;
	width:100%;
	color:#515a69;
	font-size:15px;
	line-height:24px;
	margin:5px 0 10px 5px;
}
.nav14-4{
	width:100%;
	float:left;
	background:#f3f3f3;
	margin-top:20px;
}
.nav14-4 p{
	width: 98%;
	margin: 5px;
	float: left;
	font-size:13px;
	color: #515a69;
	line-height:20px;
	text-align: left;
	padding: 0;
}
.nav14-5{
	width:100%;
	float:left;
	margin-top:10px;
	border-bottom:solid 1px #c4c1c1;
}
.nav14-5tab{
	width:98%;
	float:left;
	margin-left:1%;
	
}
.nav14-5 img{
	vertical-align:center;
}
.nav14-5 samp{
	height:44px;
	line-height:44px;
	margin:0 10px 0 10px ;
	color:#515a69;
	font-size:15px;	
}
.nav14-6{
	width:98%;
	float:left;
	margin-left:1%;
}
.tab8{
	width:100%;
	float:left;
	list-style:none;
	margin:0;
	padding:0;
}
.tab9{
	height:44px;
	border-bottom:solid 1px #c4c1c1;
	width:100%;
	float:left;
	list-style:none;
	margin:0;
	padding:0;
}
.tab10{
	height:130px;
	border-bottom:solid 1px #c4c1c1;
	width:100%;
	float:left;
	list-style:none;
	margin:0;
	padding:0;
}

.txt4{
	float:left;
	width:18%;
	text-align:right;
	margin:0 10px 0 0 ;
	color:#4c4e52;
	font-size:16px;
	height:44px;
	line-height:44px;
	text-align:center;
}
.txt5{
	width:70%;
	float:left;
	height:30px;
	margin-top:7px;
	border:solid 1px #caccc7;
	background:#eeeeee;
	border-radius:5px;
	color:#686767;
	text-indent:5px;
}
.txt6{
	width:70%;
	float:left;
	height:115px;
	margin-top:7px;
	border:solid 1px #caccc7;
	background:#eeeeee;
	border-radius:5px;
	color:#686767;
	text-indent:5px;
}
.txt7{
	width:20%;
	float:left;
	height:30px;
	margin-top:7px;
	border:solid 1px #caccc7;
	background:#eeeeee;
	border-radius:5px;
	margin-right:15px;
	color:#686767;
	text-indent:5px;
}
.img1{
	float:left;
	margin-top:15px;
}
.tab11{
	width:100%;
	float:left;
	list-style:none;
	margin:0;
	padding:0;
}
.tab12{
	width:100%;
	float:left;
	margin:20px 0 0 0;
}
.tab13{	
	width:100%;
}
.tab13 a{
	width:100%;
	margin:0;
	display:block;
	text-decoration:none;
	height:44px;
	text-align:center;
	background:#d2cecb;
	margin:5px 0 5px 0;
	border:solid 1px #e0e0e0;
	color:#585050;
	font-size:17PX;
	float:left;
	line-height:44PX;
	border-radius:8px;
}
.tab13 a:hover{
	color:#FFFFFF;
	background:#6b6865;
	text-decoration:none;
	border:solid 1px #e0e0e0;
}
#nav15{
	width:100%;
	float:left;
}
#nav15-1{
	position:relative;
	width:98%;
	margin:20px 1% 25px 1%;
	overflow:hidden;
}
.nav15-2 all{
	float:left;
	width:98%;
	margin:0 1% 0 1%;
}
.nav15-2{
	width:100%;	
	background-repeat:no-repeat;
}
.nav15-2 a{
	margin:10px 0 10px 0;
	float:left;
	width:100%;
	display:block;
	text-decoration:none;
	background:#eeeeee;
	background-image:url(images/sitemap/icon.png);
	background-repeat:no-repeat;
	background-position:11px 4px;
	height:48px;
	letter-spacing:2px;
	text-indent:50px;
	color:#4c4e52;
	font-size:17PX;
	line-height:48PX;
	border-radius:3px;
}
.nav15-2 a:hover{
	text-decoration:none;
	background:#afadad;
	color:#FFFFFF;
	background-image:url(images/sitemap/icon2.png);
	background-repeat:no-repeat;
	background-position:11px 4px;
}
.nav15-3{
	float:left;
	margin:0 0 0 20px;
	width:90%;
	border-left:1px #c8c8c8 solid;
}
.txt8{
	background:none;
	width:100%;
	margin:0;
	color:#4c4e52;
	float:left;
}
.txt8 a{
	text-indent:0;
	margin-top:0;
	margin-bottom:0;
	background:none;
	width:100%;
	height:30px;
	color:#4c4e52;
	line-height:30px;
	float:left;
	text-align:left;
	margin-left:10px;
}
.txt8 a:hover{
	background:none;
	width:100%;
	height:30px;
	color:#119C8D;
	line-height:30px;
	float:left;
	text-align:left;
	margin-left:10px;
}
.nav15-4{
	width:100%;	
	background-repeat:no-repeat;
}
.nav15-4 a{
	margin:10px 0 10px 0;
	float:left;
	width:100%;
	display:block;
	text-decoration:none;
	background:#eeeeee;
	background-image:url(images/sitemap/icon.png);
	background-repeat:no-repeat;
	background-position:11px 4px;
	height:48px;
	letter-spacing:2px;
	text-indent:50px;
	color:#4c4e52;
	font-size:17PX;
	line-height:48PX;
	border-radius:3px;
}
.nav15-4 a:hover{
	text-decoration:none;
	background:#afadad;
	color:#FFFFFF;
	background-image:url(images/sitemap/icon2.png);
	background-repeat:no-repeat;
	background-position:11px 4px;
}
#nav16{
	width:100%;
	float:left;
}
.nav16-1{
	background:#FFFFFF;
	width:98%;
	float:left;
	margin-left:1%;
	border:solid 1px #95bcdd;
	border-radius:3px;
}
.nav16-1 h1{
	width:98%;
	padding:0;
	color:#ce2e2e;
	font-size:16px;
margin:5px 0 0 0;
text-align:left;
}
.nav16-1 p{
	width:98%;
	padding:0;
	color:#474141;
	line-height:22px;
	text-align:left;
	font-size:14px;
	margin:5px;
	text-align:left;
}

#gotop {
    display: none;
    position: fixed;
    right: 80px;
    bottom: 200px;    
	right:10px;
    cursor: pointer;
	width:50px;
	height:50px;
}
input {
    outline: none;
}
input[type=search] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    font-family: inherit;
    font-size: 100%;
}
input::-webkit-search-decoration,
input::-webkit-search-cancel-button {
    display: none;
    /* remove the search and cancel icon */
}
/* search input field */

input[type=search] {
    background: #ededed url(/assets/search-icon.png) no-repeat 9px center;
    border: solid 1px #ccc;
    padding: 5px 3px 4px 6px;
    width: 50px;
	margin-top:7px;
	margin-left:2px;
    -webkit-border-radius: 10em;
    -moz-border-radius: 10em;
    border-radius: 5em;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}
input[type=search]:focus {
    width: 100px;
    background-color: #fff;
    border-color: #6dcff6;
    -webkit-box-shadow: 0 0 5px rgba(109, 207, 246, .5);
    -moz-box-shadow: 0 0 5px rgba(109, 207, 246, .5);
    box-shadow: 0 0 5px rgba(109, 207, 246, .5);
}
/* placeholder */

input:-moz-placeholder {
    color: #999;
}
input::-webkit-input-placeholder {
    color: #999;
}
#TOP-MENU{
		display:block;
		width:100%;
		height:60px;
		position:relative;
		background-color:#FFF;
	}
	
	#TOP-MENU #BTN{
		display:block;
		width:60px;
		height:40px;
		background-image:url(images/btn.jpg);
		position:absolute;
		right:5px;
		top:15px;
		text-indent:-9999px;
	}
	
	#NAV{
		width:300px;
		height:250px;
		background-color:#FFF;
		
		position:fixed;
		top:0;
		bottom:0;
		left:0;
		right:0;
		margin:auto;
			
	}
	.UPUP{
		-webkit-transition:all 0s ease; /* 0s 代表取消動畫時間 */
		-webkit-transform:translate3d(0px,-1000px,0px);
		transition:all 0s ease;
		transform:translate3d(0px,-1000px,0px);
	}
	
	.DOWN{
		-webkit-transition:all 0s ease; /* 0s 代表取消動畫時間 */
		-webkit-transform:translate3d(0px,0px,0px);
		transition:all 0s ease;
		transform:translate3d(0px,0px,0px);
	}
	
	#NAV #XX{
		display:block;
		width:30px;
		height:30px;
		background-color:#F00;
		color:#FFF;
		box-shadow:1px 1px 15px #000;
		border-radius:50%;
		text-align:center;
		line-height:30px;
		position:absolute;
		right:-10px;
		top:-10px;
	}	
	#NAV ul{
		width:100%;
		height:100%;
	}	
	#NAV li{
		width:100%;
		float:none;
	}	
	#NAV li a{
		display:block;
		width:100%;
		line-height:48px;
		text-align:center;
		text-decoration:none;
		background-color:#000;
		border:1px solid #333;
		color:#FFF;	
	}	
	#NAV li a:hover{
		border:1px solid #CCC;
	}
}
