@charset "utf-8";
/* CSS Document */

body,h1,h2,h3,h4,h5,h6,p,ul {
	margin: 0;
	padding: 0;
	text-align: justify;
}
body {
	font-family: "微軟正黑體","Microsoft JhengHei","Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, snas-serif;
	line-height: 1;
	
}
ol, ul {
	list-style: none;
}
.full-width {
	100%
}
.fixed-width {
	width: 819px;
	margin-left: auto;
	margin-right: auto;
}
.fixed1-width {
	widht: 854px;
	margin-left: auto;
	margin-right: auto;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
.last_block::after {
	clear:both;
	content:"";
	display:block;
}
.color-red {
	color: red;
}

.nav {
	height: 95px;
	margin-left: auto;
	margin-right: auto;
	
	position: relative;
}
.nav ul{
	position: absolute;
	top: 30px;
	right: 30px;
	}
.nav ul li {
	float: left;
	
	
}
.nav li a {
	display: block;
	width: 85px;
	height: 38px;
	text-decoration: none;
	color: #09F;
	text-align: center;
	line-height: 38px;
	font-size: 12px;
	font-weight: bold;
}
.nav li a:hover{
	color: #003;
}
.link1 {
	background-image: url(../images/link_bg1.png);
}
.link2 {
	background-image: url(../images/link_bg2.png);
}
.link3 {
	background-image: url(../images/link_bg3.png);
}
.link4 {
	background-image: url(../images/link_bg4.png);
}
.link5 {
	background-image: url(../images/link_bg5.png);
}
#logo {
	width: 201px;
	height: 50px;
	float: left;
	position: absolute;
	top: 25px;
	left: 20px;
	background-image: url(../images/logo.png);
	text-indent: -9999px;
	background-repeat: no-repeat;
}

.banner-bg {
	background-image: url(../images/bg.jpg);
}
.banner {
	height: 283px;
	
}
.banner-img {
	width: 819px;
	height: 283px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/banner.jpg);
	background-size: 100% auto;
	
}

.wrap {
	height: 270px;
	background-image: url(../images/about-us/topbg.jpg);
}

.banner1-img {
	width: 854px;
	height: 174px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/about-us/banner.png);
	background-size: 100% auto;
}

 .content {
	 height: 204px;
 }
.content1 {
	width: 854px;
	height: 420px;
	margin: 0 auto;
}
 .aside-left {
	 display: block;
	width: 405px;
	height: 189px;
	float: left;
	
	padding-top: 15px;	
 }
 .aside1-left {
 	display: block;
 	width: 190px;
 	height: 400px;
 	float: left;
 	background-image: url(../images/about-us/aside.png);
 	background-repeat: no-repeat;
 	background-position: center 20px;

 }
 .aside-right {
	 display: block;
	 width: 404px;
	 height: 204px;
	 float: right;

	 position: relative;
 }
 .aside1-right {
	display: block;
	width: 664px;
	height: 380px;
	padding-top: 10px;
	padding-bottom: 10px;
	float: left;
	line-height: 17px;
 }
 .service-bg {
 	background-image: url(../images/service/644233.png);
 	background-repeat: no-repeat;
 	background-position: 0px 20px;
 }
 .imgbox {
 	display: block;
 	width: 137px;
 	height: 89px;
 	
 	margin-right: 28px;
 	margin-top: 10px;
	float: left;
	background-color: tomato;
 }
 
.full-width .content.fixed-width .aside-left p {
	font-size: 13px;			
	line-height: 2;	
  
}
 .aside-right h2 {
	 position: absolute;
	 top: 10px;	
	 left: 10px;
}
.s-img {
	display: block;
	width: 82px;
	height: 114px;
	background-color: green;
	float: left;
	margin-top: 40px;
	margin-left: 9px;
	margin-right: 9px;	
}


.lightBox {
	width: 100%;
	background-image: url(../images/lbbg.png);
	background-repeat: repeat;
	background-attachment: scroll;
	position: fixed;
	z-index: 99;
	padding-top: 120px;
	height: 990px;
	display: none;
}
.lightBox .container {
	width: 600px;
	height: 426px;
	margin-left: auto;
	margin-right: auto;
}

.footer-bg {
		height: 158px;
		background-image: url(../images/bg2.jpg);
	}
	.footer {
		height: 158px;
			
	}
#nisc {
	display: block;
	float: right;
}

	
.footer-nav {
	height: 58px;
	margin-left: auto;
	margin-right: auto;
	
	position: relative;
}
.footer-nav ul{
	position: absolute;
	top: 20px;
	right: 110px;
	}
.footer-nav ul li {
	float: left;
	
}
.footer-nav li a {
	display: block;
	width: 85px;
	height: 38px;
	text-decoration: none;
	color: #FFF;
	text-align: center;
	line-height: 38px;
	font-size: 14px;
}
.footer-nav li a:hover{
	color: #003;
}

.footer-bg.full-width .footer.fixed-width div {
	text-align: left;
}
#bt-logo {
	display: inline-block;
	margin-left: 30px;
	margin-right: 30px;
}
.info {
	font-size: 10px;
	display: inline-block;
}
.info p {
	color: #fff;
	line-height: 15px;
	font-size: 14px;
}
.info-sp {
	letter-spacing: 1px;
}



.menubox {
	display: none;
}


.row {
	float:left;
	clear: both;
	width:100%;
	display: none;
}
.featured-section{
	display: none;
}
.mob {
	display: none;
}
