body,html {
	margin: 0;
	padding: 0;
	background-color:#fff;
	font-family:Helvetica, "Open Sans", "Microsoft YaHei", 微軟雅黑體, "Microsoft Jhenghei", 微軟正黑體, sans-serif, Simhei;
	font-size:16px;
	color:#4a4a3c;
}
* {
	margin: 0;
	padding: 0;
}

.clearfix:after{
	content:"";
	height:0px;
	visibility:hidden;
	display:block;
	clear:both;
}

* html .clearfix{
	zoom:1;
}

img,
div{
	padding:0;
	border: 0;
	margin: 0;
}
img{
	height: 100%;
}
.section {
	margin-bottom:75px;
}
.text-center{
	text-align:center;
}
.text-right{
	text-align:right;
}
.float-right{
	float:right;
}
.float-left{
	float:left;
}
.inline-block{
	display: inline-block;
}
.inline-flex{
	display: inline-flex;
}
.block{
	display: block;
}

.d-flex{
	display: flex;
}
.w-2\/3{
	width: 70%;
}
.w-full{
	width: 100%;
}
.relative{
	position: relative;
}
.fixed{
	position: fixed;
}
.bg-gray {
	background-color: #222222;
}
.top-0 {
	top: 0px;
}
.left-0 {
	top: 0px;
}
.z-50{
	z-index: 50;
}
.z-40{
	z-index: 40;
}
.z-10{
	z-index: 10;
}

.text-h1 {
	font-size:44px;
}

.my-15{
	margin-top: 15px;
	margin-bottom: 15px;
}

.py-15{
	padding-top: 15px;
	padding-bottom: 15px;
}
.py-10{
	padding-top: 10px;
	padding-bottom: 10px;
}
.py-30{
	padding-top: 30px;
	padding-bottom: 30px;
}
.w-1\/2{
	width: 50%;
}
.m-auto {
	margin-left: auto;
	margin-right: auto;
}

/* Style the links inside the navigation bar */
.header{
	overflow: hidden;
}

.nav .nav-item{
	width: 160px;
	height: 50px;
	line-height: 50px;
	font-size: 0px;
}

.nav .download {
	position: relative;
	background-image: url("../images/btn/btn_fa_default.png");
	background-repeat: no-repeat;
}
.nav .download.active {
	position: relative;
	background-image: url("../images/btn/btn_fa.png");
	background-repeat: no-repeat;
}

.nav .yyys {
	position: relative;
	background-image: url("../images/btn/btn_yyys_default.png");
	background-repeat: no-repeat;
}
.nav .yyys.active {
	position: relative;
	background-image: url("../images/btn/btn_yyys.png");
	background-repeat: no-repeat;
}

.nav .contactus {
	position: relative;
	background-image: url("../images/btn/btn_contact_default.png");
	background-repeat: no-repeat;
}
.nav .contactus.active {
	position: relative;
	background-image: url("../images/btn/btn_contact.png");
	background-repeat: no-repeat;
}

.title-banner {
	background-color: #e0e0e0;
	background-image:url(../images/company_info_03.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	height:150px;
	width: 100%;
	-ms-behavior: url(backgroundsize.min.htc);
	behavior: url(backgroundsize.min.htc);
}

.feature {
	padding:15px;
	border-bottom:1px solid #666;
}

.footer {
	color:#FFFFFF;
	padding-top: 40px;
	padding-bottom: 40px;
}
.footer p{
	margin: 0;
	padding-bottom: 5px;
	font-size:16px;
	opacity: 0.8;
}
*,
:after,
:before {
	box-sizing: border-box;
	border: 0 solid;
}
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: inherit;
	color: inherit;
	margin: 0;
	padding: 0;
}
[multiple],
[type=date],
[type=datetime-local],
[type=email],
[type=month],
[type=number],
[type=password],
[type=search],
[type=tel],
[type=text],
[type=time],
[type=url],
[type=week],
select,
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #fff;
	border-color: #d0d0d0;
	border-bottom-style: solid;
	border-width: 1px;
	border-radius: 0;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 16px;
	line-height: 24px;
}
label {
	display:block;
	margin-top:15px;
	margin-bottom:5px;
}
input {
	border-radius:3px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	padding-right: 15px;
}
textarea {
	border-radius:3px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	padding-right: 15px;
	resize: none;
	font-family:Helvetica, "Open Sans", "Microsoft YaHei", 微軟雅黑體, "Microsoft Jhenghei", 微軟正黑體, sans-serif, Simhei;
}
select {
	border-radius:3px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	padding-right: 15px;
}
.request-button{
	border:0;
	padding:15px 105px;
	cursor: pointer;
	margin:15px 0;
	position: relative;
	background: linear-gradient(180deg, #FFE36E 0%, #FF8900 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType = 0, startColorstr = #FFE36E, endColorstr = #FF8900);
	color: white;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
}

.container {
	padding-left:15px;
	padding-right:15px;
	margin:0 auto;
	width:1024px;
}
@media only screen and (min-width: 992px) {
	.container {
		margin:0 auto;
		max-width:1400px;
		width:100%;
	}
}

.section1{
	position: relative;
	overflow: hidden;
	background: linear-gradient(159deg, #0186C1 0%, #033586 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType = 1, startColorstr = #0186C1, endColorstr = #033586);
}

.section2{
	padding: 4% 0;
}
.section3{
	background: url('../images/download/img_01_bg.png');
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	-ms-behavior: url(backgroundsize.min.htc);
	behavior: url(backgroundsize.min.htc);
}
.section5{
	background: url('../images/download/img_03_bg.png');
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	-ms-behavior: url(backgroundsize.min.htc);
	behavior: url(backgroundsize.min.htc);
}
.section7{
	background: url('../images/download/img_ad_bg.png');
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	-ms-behavior: url(backgroundsize.min.htc);
	behavior: url(backgroundsize.min.htc);
}