@import url(https://fonts.googleapis.com/css?family=Raleway:300,500,700,200,600);
 @import url(../system/css/editor.css);
 @charset "utf-8";
/* CSS Document */



* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: Arial, "微軟正黑體";
}
html {
}
body {
	margin: 0 auto;
	position: relative;
}
#wrapper {
	position: relative;
}
#logo {
	float: left;
	padding-bottom: 15px;
}
#logo a {
	width: 100%;
	height: 100%;
	display: block;
}
#logo img {
	max-width: 100%;
	vertical-align: middle;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
/**************************************************************/



#top_menu {
	background: #76719A;
	padding: 0 10px;
	border-bottom: #CBB8DC 3px solid;
}
#top_menu ul {
	padding: 10px 0;
	max-width: 1280px;
	margin: 0 auto;
}
#top_menu ul li {
	float: left;
	color: #DDD0E7;
	font-size: 14px;
	list-style: none;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
#top_menu ul li:before, #top_menu ul li:nth-child(1) a:before, #top_menu ul li:nth-child(2) a:before {
	margin-bottom: -5px;
	margin-right: 10px;
}
#top_menu ul li:nth-child(1) {
	margin-right: 25px;
	margin-top: 5px;
}
#top_menu ul li:nth-child(1) a:before {
	content: '';
	width: 19px;
	height: 19px;
	display: inline-block;
	background: url(../images/top_icon.png) no-repeat;
}
#top_menu ul li:nth-child(2) {
	margin-top: 5px;
}
#top_menu ul li:nth-child(2) a:before {
	content: '';
	width: 23px;
	height: 19px;
	display: inline-block;
	background: url(../images/top_icon2.png) no-repeat;
}
#top_menu ul li.btn01 {
}
#top_menu ul li.btn01 {
	float: right;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width: 100px;
	height: 23px;
	text-indent: -9999px;
	margin-right: 10px;
	margin-top: 2px;
	background: #FFF url(../images/top_btn.png) center no-repeat;
}
#top_menu ul li.btn02 {
	float: right;
	width: 170px;
	height: 27px;
	text-indent: -9999px;
	background: #FFF url(../images/top_btn2.png) left center no-repeat;
}
#top_menu ul li.btn02:hover {
	background: #FFF url(../images/top_btn2_.png) left center no-repeat;
}
#top_menu ul li a {
	height: 100%;
	display: block;
	color: #DDD0E6;
	text-decoration: none;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
/**************************************************************/

/**************************************************************/



#top_box {
	left: 0px;
	right: 0px;
	top: 0px;
	z-index: 4;
	background: #FFF;
	-webkit-box-shadow: 0 4px 2px 0 rgba(0,0,0,0.2);
	box-shadow: 0 4px 2px 0 rgba(0,0,0,0.2);
}
#top_box_info {
	max-width: 1280px;
	padding: 15px 0 0 0;
	margin: 0 auto;
	position: relative;
}
#top_box_info .btn_u {
	text-align: right;
	padding: 0 10px;
	display: none;
	cursor: pointer;
	font-size: 12px;
}
#top_box_info .btn_u:hover {
	color: #0381A5;
}
#top_box_info .btn_u.active i {
	color: #0381A5;
	-moz-transform: rotate(180deg) translateX(0px) translateY(0px);
	-webkit-transform: rotate(180deg) translateX(0px) translateY(0px);
	-o-transform: rotate(180deg) translateX(0px) translateY(0px);
	-ms-transform: rotate(180deg) translateX(0px) translateY(0px);
	transform: rotate(180deg) translateX(0px) translateY(0px);
}
#menu_box {
	z-index: 10;
	vertical-align: middle;
	position: relative;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	float: right;
	padding-top: 18px;
}
/**************************************************************/



#top_u {
	width: 66px;
	height: 49px;
	cursor: pointer;
	right: 30px;
	top: -60px;
	position: absolute;
	text-indent: -9999px;
	font-family: 'Josefin Sans', sans-serif;
	background: url(../images/top_u.png) 0 0 no-repeat;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	z-index: 2;
}
#top_u img {
}
#top_u:hover {
}

/**************************************************************/

@media all and (max-width: 1500px) {
#top_u {
	width: 24px;
	height: 23px;
	right: 0px;
	background: url(../images/top_u.png) -21px 0 no-repeat;
}
}

@media all and (max-width: 1280px) {
#logo {
	margin-left: 10px;
}
}

@media all and (max-width: 900px) {
#logo {
	float: none;
}
#menu_box {
	float: none;
	padding: 0;
	background: #DDD0E6;
}
}

@media all and (max-width: 700px) {
#top_menu ul li:nth-child(1) {
	width: 19px;
	height: 19px;
	margin-right: 15px;
	margin-top: 5px;
	overflow: hidden;
}
#top_menu ul li:nth-child(2) {
	margin-top: 5px;
}
#top_menu ul li:nth-child(2) a {
	content: '';
	width: 23px;
	height: 19px;
	display: inline-block;
	overflow: hidden;
	background: url(../images/top_icon2.png) no-repeat;
}
#top_menu ul li.btn01 {
	float: right;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width: 24px;
	margin-right: 10px;
	margin-top: 2px;
	background: #FFF url(../images/top_btn.png) 2px center no-repeat;
}
#top_menu ul li.btn02 {
	width: 108px;
	height: 23px;
	margin-top: 2px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
}

@media all and (max-width: 500px) {
#top_box {
	position: relative;
}
#menu_box {
	width: 100%;
}
#top_menu {
	width: 100%;
	top: 0;
	text-align: center;
	position: relative;
}
}

@media all and (max-width: 460px) {
#logo {
	margin: 0 15px;
	text-align: center;
}
}
