@charset "utf-8";
/* ---------------------------------------------- /*
 * General styles
/* ---------------------------------------------- */

body {
	font: 400 12px/1.8 "微軟正黑體", "Microsoft JhengHei", Verdana, Arial, 新細明體;
	overflow-x: hidden;
}
.MainNAV li a{
	background-position: center 3px;
}
.MainNAV li a:hover {
	background-position: center -37px;

}
.MainNAV li a.tk {
	background-position: center -0px;
	background-size: auto 80px;
}
.MainNAV li a.tk:hover {
	background-position: center -40px;
}

.MainNAV li a.cl {	
	background-position: center -0px;

}


.SHBox{
	background-color: #ffffff}

.subnav{
	z-index: 999}
	
	
.wrapper {
	width: 100%;
	display: block;
	position: relative;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
.main {
	width: 590px;
	margin-right: 20px;
	margin-left: auto;
	margin-top: 193px;
	float: right;
}

.home {
	background-image: url(../img/bg.jpg);
	background-position: center 0;
}
.top{
	background-image: url(../img/main.png);
	background-repeat: no-repeat;
	background-position: center center;
	width: 776px;
	height: 650px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	position: relative;
	left: -50px;
}
.tab-content{
	margin-top: 15px;
	margin-right: 7px;
	float: right;
	
	}
.tab-pane span{
	color: #999999;
	text-align: center;
	width: 590px;
	vertical-align: middle;
	float: left;
	font-size: 20px;
	margin-top: 150px;
}
.content{
	margin-right: auto;
	margin-left: auto;
	}
.content{
	margin-right: auto;
	margin-left: auto;
	}
.content h1{
	margin-right: auto;
	margin-left: auto;
	color: #1e63a9;
	background-image: url(../img/h1.png);
	background-repeat: no-repeat;
	background-position: center center;
	font-size: 28px;
	line-height: 70px;
	text-align: center;
	width: 95%;
	}

.content h3{
	margin-right: auto;
	margin-left: auto;
	color: #1e1e1e;
	font-size: 15px;
	line-height: 33px;
	width: 95%;
	font-weight: normal;
	}
.img{
	float: left;
	}
.graphline{
	margin-right: auto;
	margin-left: auto;
	width: 95%;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	}
.text {
	font-size: 14px;
	line-height: 30px;
	margin-top: 80px;
	float: left;
	color: #1e1e1e;
	margin-bottom: 50px;
	}
footer .inner{
	width: 95%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	}
footer .logo_l{
	float: left;
	margin-bottom: 20px;
	margin-top: 50px;
	}
	footer .logo_l img{
		width:159px;
	}
footer .logo_r{
	float: right;
	margin-bottom: 20px;
	margin-top: 50px;
	}
	footer .logo_r img{
		width:139px;
	}
footer small{
	width: 100%;
	float: left;
	background-color: #e5e5e5;
	color: #333333;
	}
.bt {
	margin-left: 20px;
	float: left;
	margin-top: 50px;
	}	
.bt li{
	display: inline;
	color: #1e63a9;
	border: 3px solid #1e63a9;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	font-size: 20px;
	margin-right: 8px;
	background-color: rgba(255,255,255,0.7);
	}
.bt li i{
	margin-right: 3px;
	}
.bt .active{
	color: #cc3333;
	border: 3px solid #cc3333;
	}
.bt .coming{
	color: #cccccc;
	border: 3px solid #cccccc;
	}
	
.bt li a{
	display: inline;
	color: #1e63a9;
	text-decoration: none;
	}
