﻿@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, input, img, p{
	padding:0;
	margin:0;
}
img{border:0;}
a{
	text-decoration:none;
}
ul{list-style:none;}
.clear{clear:both;}

/*登入頁*/

body{
	font-family:Arial, "微軟正黑體";
}

.login{
	background:url(../images/login-bg.jpg) no-repeat center top;
}
.login_wrap{
	width:1366px;
	margin:0 auto;
	padding:0 0 0 27px;
	box-sizing:border-box;
}
.logo{padding:0 0 105px 0;}
.login_block{
	position: relative;
	width: 468px;
	height: 379px;
	background: url(../images/login-block-bg.png) no-repeat left top;
	box-sizing: border-box;
	padding-top: 148px;
	padding-right: 52px;
	padding-bottom: 0;
	padding-left: 30px;
}
.login_block span{
	width: 80px;
	text-align: right;
	display: inline-block;
	padding: 0 10px 0 0;
	font-size: 16px;
	font-weight: bold;
	color: #767575;
}
.login_block input{
	display: inline-block;
	width:70%;
	height:48px;
	padding:0 10px 0 5px;
	box-sizing:border-box;
	font-family:Arial, "微軟正黑體";
	font-size:16px;
	color:#888;
	border:1px solid #aaa;
	border-radius:2px;
	margin:5px 0;
}
.login_block input::-webkit-input-placeholder{
	height:27px;
	background-position: 3% center;
	background-repeat: no-repeat;
	text-indent: -3000px;
}
.login_block input:hover{border:1px solid #fab300;}
.account::-webkit-input-placeholder{background-image:url(../images/account.png);}
.pw::-webkit-input-placeholder{background-image:url(../images/password.png);}
.login_block input.code::-webkit-input-placeholder{
	background-position: 7% center;
	background-image:url(../images/ver.png);
}
.login_block input.code{
	width: 120px;
	display: inline-block;
} 
.login_block img{
	display:inline-block;
	vertical-align:middle;
	margin:0 5px;
	cursor: pointer;
}
.login_block input[type="checkbox"]{
	width:16px;
	height:16px;
	display:inline-block;
}
.login_block p{
	display:inline-block;
	padding:0 0 0 5px;
	font-size:16px;
	color:#595656;
}
.login_block input.login_btn{
	position:absolute;
	width:134px;
	height:52px;
	right: 70px;
	bottom: -20px;
	background: #fab300;
	font-size:20px;
	color:#fff;
	letter-spacing:5px;
	cursor:pointer;
	margin:10px 0 0 0;
	border:1px solid #f0890d;
	border-radius: 2px;
	padding:0;
}
/*.login_block input.login_btn:hover{margin-top:13px;}*/


/*內頁*/
.index{
	padding: 0 0 40px 0;
	background-color: #F8EEE4;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.idx_wrap{
	width:1366px;
	margin:0 auto;
}
.logo2{
	position: relative;
	float:left;
	padding:9px 0 28px 0;
}
.logo2::after{
	content: '';
	position: absolute;
	display: block;
	width: 280px;
	height: 141px;
	left: 17px;
	top: 0;
	background: url(../images/logo2-bg.png) no-repeat left top;
}
.lang{
	float:right;
	padding:0 120px 0 0;
}
.lang a{
	float:right;
	width: 74px;
	height: 28px;
	background:url(../images/icon02.png) repeat-x center top;
	border: 1px solid #f0890d;
	font-size:14px;
	font-weight:bold;
	color:#fff;
	text-align: center;
	line-height: 28px;
	margin:40px 0 0 0;
	transition:all .3s;
	-webkit-transition:all .3s;
}
.lang a:hover{margin-top:43px;}
	.lang p {
		float: right;
		width: 230px;
		padding: 45px 0 8px 34px;
		background: url(../images/icon01.png) no-repeat left 42px;
		font-size: 14px;
		font-weight: bold;
		color: #3077b4;
	}
.menu > ul > li{
	position:relative;
	top:0;
	float:left;
	padding:0 44px 7px 44px;
	text-align:center;
	background: url(../images/menu-line.jpg) no-repeat left bottom;
	transition:all .3s;
	-webkit-transition:all .3s;
	z-index:2;
}
.menu > ul > li::after{
	content: '';
	display: block;
	position: absolute;
	left: 1%;
	bottom: 1px;
	width: 98%;
	height: 2px;
	transition: all .3s;
	-webkit-transition: all .3s;
	opacity: 0;
	background-color: #FFCC00;
}
.menu > ul > li:hover::after{
	opacity:1;
}
.menu > ul > li > a{
	display:block;
	font-size:16px;
	font-weight: bold;
	color:#595656;
	text-align: center;
	transition:all .3s;
	-webkit-transition:all .3s;
}
.menu > ul > li a:hover{
	color: #FF6600;
}
.menu > ul > li > a > p{
	height: 46px;
	margin: 0 auto 10px auto;
	overflow: hidden;
}
.menu > ul > li > a:hover > p > img{
	margin-top: -46px;
}
.submenu{
	visibility: hidden;
	opacity: 0;
	position: absolute;
	width: 160px;
	left: 50%;
	top: 40px;
	text-align: center;
	margin: 0 0 0 -80px;
	transition: all .3s;
	-webkit-transition: all .3s;
	background-color: rgba(255,153,153,0.8);
}
.submenu li{
	font-size: 16px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFE1E1;
}
.submenu li a{
	padding:10px;
	display:block;
	color:#fff;
	transition:all .3s;
	-webkit-transition:all .3s;
}
.submenu li a:hover{
	color: #fff !important;
	background-color: rgba(51,204,255,1);
}
.menu > ul > li:hover .submenu{
	visibility: visible;
	opacity: 1;
	top:84px;
}
.content{
	width:1300px;
	margin:0 auto;
}
.title{
	position:relative;
	text-align:center;
	padding:60px 0 10px 0;
	font-size:30px;
	font-weight:bold;
	color:#595656;
	margin:0 auto 20px auto;
	display:table;
}
.titlespan{
	display:inline-block;
	width: 23px;
	height: 24px;
	background: url(../images/title-bg.png) no-repeat left center;
	margin:0 20px;
}
.block{
	padding:20px 0 40px 0;
}
.search{
	padding:0 20px 20px 20px;
	border-bottom:1px solid #b6b6b6;
	font-size:16px;
	font-weight:bold;
	color:#595656;
}
.condition{padding:0 0 20px 0;}
.btn01, .btn02, .btn03,.btn04, .btn05{
	width:121px;
	height:49px;
	line-height:47px;
	text-align:center;
	font-family:Arial, "微軟正黑體";
	font-size:16px;
	color:#fff;
	border:0;
	cursor:pointer;
	margin:0 8px;
}
.btn01{background:url(../images/btn01.png) no-repeat left top;}
.btn02{background:url(../images/btn02.png) no-repeat left top;}
.btn03{background:url(../images/btn03.png) no-repeat left top;}
.btn04{background:url(../images/btn04.png) no-repeat left top;}
.btn05{background:url(../images/btn05.png) no-repeat left top;}
.search_input{font-size:16px;}
.search_input input, .search_input select{
	font-family:Arial, "微軟正黑體";
	font-size:16px;
	color:#595656;
	height:34px;
	line-height:34px;
	padding:0 20px 0 5px;
	margin:0 26px 8px 5px;
}
.result{padding:40px 20px 0 20px;}
.result p{
	padding:0 0 20px 0;
	font-size:18px;
	font-weight:bold;
	color:#595656;
}
.datatable{
	width: 100%;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #FF6600;
	border-left-color: #FF6600;
}
.datatable th{
	padding: 12px 0;
	font-size: 14px;
	color: #fff;
	background-color: #FF9977;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #fff;
	border-bottom-color: #FF6600;
}
.datatable th:last-of-type{
	border-right: 0;
}
.datatable td{
	font-size: 14px;
	color: #595656;
	text-align: center;
	padding: 12px 0;
	background-color: #FFE2D9;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #FF9751;
	border-bottom-color: #FF9751;
}
.datatable a{
	color: #6666FF;
}
.datatable td:first-child{
	background-color: #FFE2D9;
}
.datatable a{
	position:relative;
	top:0;
	transition:all .3s;
	-webkit-transition:all .3s;
}
.datatable a:hover{top:3px;}
.datatable td input[type="text"], .datatable td select{
	padding:4px 2px;
	font-family:Arial, "微軟正黑體";
	font-size:16px;
}

.list_table02 {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #FF9751;
	border-left-color: #FF9751;
}
.list_table02 th{
	padding: 12px 0;
	font-size: 18px;
	color: #fff;
	background-color: #FF9977;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #fff;
	border-bottom-color: #FF6600;
}
.list_table02 td{
	font-size: 16px;
	color: #595656;
	text-align: left;
	padding: 12px 20px;
	background-color: #FFE2D9;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #FF9751;
	border-bottom-color: #FF9751;
}
.list_table02 input, .list_table02 select {
	padding:8px 12px;
	font-size: 16px;
	font-weight: bold;
	color: #595656;
	box-sizing: border-box;
}
.list_table02 textarea {
	width: 90%;
	padding: 8px 12px;
	font-family:Arial, "微軟正黑體";
	font-size: 16px;
	font-weight: bold;
	color: #595656;
	box-sizing: border-box;
}
.list_table02.form, .list_table02.list {
	margin: 40px 0 0 0;
}
.list_table02.form th, .list_table02.list th {
	text-align: left;
	padding-left: 40px;
	font-size : 16px;
	color: #FF7546;
	border-right-color: #FF6600;
	background-color: #FFE2D9;
}
.list_table02.form td, .list_table02.list td {
	background-color: #FFFBEC;
}
.list_table02.list td {
	text-align: left;
	padding: 20px 30px;
	line-height: 36px;
}
.list_table02.list td textarea {
	width: 100%;
}
.list_table02.form td input[type="radio"], .list_table02.list td input[type="radio"] {
	width: auto;
}
.list_table02.form tr.row th, .list_table02.form tr.row td, .list_table02.list tr.row th, .list_table02.list tr.row td {
	background-color: #FFF8F0;
}
.list_table02_title {
	padding: 60px 0 0 0;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	color: #FF6600;
}
.page{
	padding:40px 0;
	border-bottom:1px solid #b6b6b6;
	text-align:center;
}
.page a{
	display:inline-block;
	margin:0 2px;
	padding:12px 16px;
	border:1px solid #c1c1c1;
	background:#f2f2f2;
	font-size:14px;
	color:#595656;
	border-radius:4px;
}
.page a:hover, .page a.current{
	color:#fff;
	background:#2DB185;
}
.result_btn{
	padding:20px 0 0 0;
	text-align:center;
}
.result_btn input, .btn06{
	width:121px;
	height:49px;
	line-height:47px;
	text-align:center;
	font-family:Arial, "微軟正黑體";
	font-size:16px;
	color:#fff;
	border:0;
	cursor:pointer;
	margin:0 8px;
}
.btn03{background:url(../images/btn03.png) no-repeat left top;}
.btn04{background:url(../images/btn04.png) no-repeat left top;}
.list_table{
	width:100%;
	padding:0 0 0 5%;
}
.list_table th{
	text-align:right;
	padding:20px 10px 20px 0;
	font-size:16px;
	color:#595656;
	width:140px;
}
.list_table td{
	font-size:16px;
	font-weight:bold;
	color:#595656;
}
.list_table td input[type="text"], .list_table td input[type="date"], .list_table td input[type="time"], .list_table td select{
	height:36px;
	line-height:36px;
	padding:0 10px 0 5px;
	margin:0 10px 0 5px;
	font-family:Arial, "微軟正黑體";
	font-size:14px;
	color:#595656;
}
.list_table td textarea{
	padding:5px 10px 0 5px;
	margin:0 10px 20px 5px;
	font-family:Arial, "微軟正黑體";
	font-size:14px;
	color:#595656;
}
    .list_table td img {
        vertical-align: middle;
        margin-left: 1px;
        margin-top: 11px;
        margin-bottom: 10px;
    }
.list_table td input.btn05{
	margin:8px 10px 8px 5px;
	background:url(../images/btn05.png) no-repeat left top;
	color:#fff;
}
.list_table > tr > td > span{color:#158ea3;}
.list_btn{
	text-align:center;
	padding:40px 0 0 0;
}
.btn06{background:url(../images/btn06.png) no-repeat left top;}
.btn01,.btn02,.btn03,.btn04,.btn05,.btn06{
	position:relative;
	top:0;
	transition:all .3s;
	-webkit-transition:all .3s;
}
.btn01:hover,.btn02:hover,.btn03:hover,.btn04:hover,.btn05:hover,.btn06:hover{top:3px;}
.ui-datepicker-trigger {
    margin-left: -15px;
    margin-top: 8px;
    margin-bottom: -10px;
}

.labdesc{
	padding:0 0 20px 0;
	border-bottom:1px solid #b6b6b6;
	font-size:16px;
	font-weight:bold;
	color:#595656;
}
.qu_title{
	font-size: 20px;
	font-weight: bold;
	color: #FF6600;
	text-align: center;
	padding: 0 0 30px 0;
}
.qu_text{
	font-size:16px;
	color:#595656;
	padding:20px;
	line-height:24px;
}
.question, #tab_block{
	background-color: #FEEBE2;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FF9751;
	border-right-color: #FF9751;
	border-bottom-color: #FF9751;
	border-left-color: #FF9751;
}
.first_level{
	font-size:20px;
	font-weight:bold;
}
.first_level_title{
	color: #fff;
	padding: 10px 0 10px 20px;
	display: block;
	background-color: #FF9977;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FF6600;
	border-bottom-color: #FF6600;
}
.second_level{padding:20px 0 20px 40px;}
.second_level_title{
	font-size: 18px;
	color: #FF3300;
	padding: 20px 0 0 10px;
}
.third_level{
	font-size: 16px;
	padding: 0 0 0 30px;
	margin: 0 40px 0 0;
	color: #FF9900;
}
.third_level li{
	padding: 20px 0;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FF6600;
}
.topic{
	color: #FF9900;
	padding: 0 0 5px 0;
}
.topic_content{
	font-size:14px;
	font-weight:normal;
	color:#595656;
	line-height:36px;
}
.topic_content p{padding:5px 0 5px 5px;}
.topic_content span{
	padding:0 0 0 10px;
	font-weight:bold;
	color:#7DAC38;
}
.topic_content input, .topic_content select{margin:0 5px 0 10px;}
.topic_content input[type="text"], .topic_content textarea, .topic_content select{
	padding:5px;
	font-family:Arial, "微軟正黑體";
	font-size:14px;
	color:#595656;
}
#tab_block{
	margin: 40px 0 0 0;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FF9751;
}
.tab_title{
	font-size: 16px;
	color: #595656;
	padding: 18px 22px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FF9751;
}
.tab_title.current{
	position: relative;
	font-weight: bold;
	color: #fff;
	top: -10px;
	left: -1px;
	padding: 23px 22px;
	background-color: #FF9977;
	border-top-width: 3px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #FF9751;
	border-left-color: #FF9751;
}
.tab{
	margin: -10px 0 0 0;
	padding: 40px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FF9751;
}
