*{
	/* outline: 1px solid #fa0; */
}
body{
  font-family: 微軟正黑體, Arial;
  background-color: #f2f2f2;
  background-image: url('../images/bg.png');
}
.container{
	width: 1200px;
	top: 0;
	bottom: 0;
	right: 0;
	left:0;
	margin: auto;
}
.header .logo img{
	width: 450px;
}
.header .lan{
	background-color: #000;
	text-align: right;
}
.header .lan p{
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 0;
	color: #fff;
}
.header .lan a{
	color: #fff;
	text-decoration: none;
}
.header .lan a:hover{
	color: #Ff0000;
}
.navbar{
	background-image: url('../images/bg.png');
	border: 2px solid #555;
	margin: 5px 0;
}
.navbar-expand-lg .navbar-nav .nav-link{
	border-right: 1px solid #999; 
	padding:10px 31px;
	transition: 0.3s;
	border-bottom: 2px solid #e2e2e2;
	text-align: center;

}
.navbar-expand-lg .navbar-nav .br0{
	border-right: 0px; 
}
.navbar-expand-lg .navbar-nav .nav-link:hover{
	border-bottom: 2px solid #fff;
	/* background-color: #fff; */
	transition: 0.3s;
}
.navbar span{
	font-size: 16px;
	font-weight: 600;
	color: #000;
	display: block;
	
}
.navbar #en{
	font-size: 12px;
	font-weight: 500;
	color: #999;
}
.banner img{
	width: 100%;
	box-shadow: 2px 2px 5px #999;
	margin: 5px 0 0px 0;
}
.title {
	margin-top: 50px;
	margin-bottom: 50px;
}
.title h2{
	font-size: 26px;
	color: #546200;
	font-weight: 900;
	padding-bottom: 10px;
	border-bottom: 2px solid #fff;
}

.char .container{
	padding-top: 50px;
	border:3px solid #e2e2e2;
	background-image: url('../images/00.gif');
	height: 500px;
}
.char .pic{
	width: 50%;
	height: 400px;
	text-align: center;
	float:left;
}
.char .pic img{
	box-shadow: 5px 5px 5px #555;
}
.char .text{
	width: 50%;
	height: 350px;
	float:left;
	background-color: rgba(0,0,0,0.2);
	padding: 20px;
	/* box-shadow: 5px 5px 5px #555 */
}
.char .text p{
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
	color: #fff;
	font-size: 18px;
}
.char .text h5{
	text-align: center;
	padding-top: 20px;
}
.char .text a{
	padding: 5px 60px;
	border: 2px solid #ccc;
	border-radius: 5px 5px;
	background-color: #8fc8ee;
	text-decoration: none;
	color: #fff;
	font-size: 14px;
	transition: 0.3s
}
.char .text a:hover{
	color: #000;
	background-color: #fff;
	border: 2px solid #8fc8ee;
	transition: 0.3s;
}
/* .char .a{
	width: 550px;

}
.char .pic img{
	width: 400px;
}
.char .pic{
	text-align: center;

}
.char .text{
	background-color: #fff;
	border: 3px solid #e2e2e2;
	padding: 20px 10px;
}
.char .text p{
	color: #000;
	font-size: 16px;
	font-weight: 600;

	border-bottom: 1px solid #ccc;
}
.char .text h5{
	margin-top: 100px;
	font-weight: 600;
	text-align: center;
} */
.note .card-header{
	margin-top: 20px;
}
.note .card-title{
	margin-bottom: 0;
}
.note .note-box h4{
	font-size: 22px;
	padding: 0;
}
.note h5{
	text-align: center;
	padding-top: 20px;
}
.note h5 a{
	padding: 5px 60px;
	border: 2px solid #ccc;
	border-radius: 5px 5px;
	background-color: #8fc8ee;
	text-decoration: none;
	color: #fff;
	font-size: 14px;
	transition: 0.3s
}
.note h5 a:hover{
	color: #8fc8ee;
	background-color: #fff;
	border: 2px solid #8fc8ee;
	transition: 0.3s;
}
.footer{
	margin-top: 50px;
	border-top: 2px solid #fff;
	text-align: center;
	background-color: #333;
	color: #fff;
}
.footer img{
	width: 350px;
}
.footer p{
	margin-bottom: 5px;
	font-size: 14px;
}
.footer .copy{
	background-color: #222;
}
.footer .copy p{
	font-size: 12px;
	color: #ccc;
	padding: 5px 0;
}