body{
	background: #fff;
}

*{
	font-family: '微軟正黑體';
	 -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
header{
	z-index: 999;
	color: #fff;
	position: relative;
	background: #fff;
	border-top: 8px solid #3cced3;
}
.logo img{
	margin-top: 10px;
}
.info{
	color: #000;
	margin-top: 2%;
	line-height: 20px;
	font-size: 15px;
	text-align: left;
	vertical-align: middle;
}
.info i{
	font-size: 24px;
	width: 32px;
	color: #3e509d;
}
.info a{
	color: #000;
}
nav img{
	max-width: 100px;
}
nav{
	float: left;
	width: 100%;
	display: flex;
}
nav ul {
	padding: 0;
	margin: 0 auto;
	width: 80%;
}
nav ul li{
	float: left;
	width: 20%;
  	transition: 0.3s ease;
}
nav ul li a{
	color: #000;
	font-size: 18px;
	padding: 15px 0;
	display: block;
	text-align: center;
	line-height: 80px;
	width: 100%;
  	transition: 0.4s ease;
}
nav ul li a:hover {
	color: #3cced3;
	text-decoration: none;
}
.hover{
	background: #333;
	color: #fff;
}


/* sub menu */

	ul.subs {
		background-color: #44474e;
		z-index: 9999999;
		padding: 0;
		display: none;
	}
	ul.subs li{
		display: block;
		float: none;
		width: 200px;
	}
	ul.subs li a {
		display: block;
		height:40px;
		font-size: inherit;
		width: 100%;
		line-height: 40px;
		color: #fff;
		padding: 0;
		border-bottom: 1px solid #fff;
	}
	ul.subs li a:hover{
		color: #505050;
	}

.index_feature{
	border: 1px solid #eee;
	height: 210px;
}
.index_feature img{
	transition:1.5s ease;
	min-height: 210px;
	width: auto;
	max-width: 100%;

}

.index_feature .col-md-6:nth-child(1){
	padding-left: 10px;
}

.index_feature .col-md-6{
	min-height: 210px;
}
.feature{
	padding-left: 20px;
	word-break: break-all;
}

.more{
	background: #3cced3;
	text-align: center;
	color: #fff;
	padding: 10px 20px;
	display: inline-block;
	margin-left: 20px;
	transition:0.5s ease;
}
.more:hover{
	background: #333;
	color: #fff;
	text-decoration: none;
}

img{
	width: 100%;
}

footer{
	margin-top: 30px;
	background: #3cced3;
	height: 50px;
	line-height: 50px;
	float: left;
	width: 100%;
	color: #fff;
	text-align: center;
}