h1 {
	font-size: 30px;
}

h2 {
	font-size: 26px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 18px;
}

h5 {
	font-size: 16px;
	line-height: 25px;
}

h6 {
	font-size: 14px;
	line-height: 22px;
}

.table_block {
	display: table;
}

.cell_block {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

/*單元標題(手機版)*/
.page_title_m_block {
	background: #455a64;
	color: #fff;
	font-size: 26px;
	font-weight: bold;
	line-height: 32px;
	padding: 26px 15px;
	display: none;
}

/*麵包屑*/
.bread_block {
	/*margin: 5px auto;*/
}

.bread_list>li {
	display: inline-block;
	font-size: 16px;
	line-height: 40px;
	color: #455a64;
}

.bread_list>li>a {
	color: #455a64;
	text-decoration: none;
}

.bread_list>li>a:hover {
	color: #fba314;
	text-decoration: underline;
	/*20161110 Tina調整 */
}

.bread_list>li:last-child:after {
	display: none;
}

/*banner*/
.banner {
	max-width: 1920px;
	margin: auto;
	background-repeat: no-repeat;
	background-position: center;
	font-family: Roboto, Arial, '微軟正黑體';
}

.banner_block {
	height: 360px;
	background-repeat: no-repeat;
	background-position: center;
}

/*單元標題*/
.page_title_block {
	font-size: 40px;
	line-height: 48px;
	color: #414141;
	font-weight: bold;
	/*padding: 22.5px 0;*/
}

/*主要內容*/
#main_content {
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 50px;
	padding-top: 30px;

}

@media screen and (max-width: 768px) {
	.page_title_m_block {
		display: block;
	}

	.bread_block,
	.banner_block {
		display: none;
	}

	.page_title_block {
		padding-left: 0px;
		padding-left: 0px;
	}

	#main_content {
		padding-left: 5%;
		padding-right: 5%;
	}
}

/*藍箭標題*/
.index_link_title {
	display: block;
	height: 34px;
	overflow: hidden;
	font-size: 26px;
	line-height: 34px;
	color: #1976d2;
	margin-bottom: 20px;
}

.index_link_title:link,
.index_link_title:visited,
.index_link_title:hover,
.index_link_title:active {
	color: #1976d2;
}

.index_link_title:after {
	content: '';
	display: inline-block;
	width: 11px;
	height: 17px;
	background: url('../images/tce_index_title_icon.png') no-repeat center;
	margin-left: 10px;
	margin-bottom: 2px;
}

/*頁籤*/
.nav-tabs {
	border: 0;
}

.nav-tabs>li>a {
	border: 0;
	border-radius: 0;
	margin-right: 1px;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
	border: 0;
	border-radius: 0;
}

.contact_tab_list>li>a,
.contact_tab_list>li>a:hover {
	height: 80px;
	display: block;
	overflow: hidden;
	font-size: 26px;
	color: #646464;
	line-height: 80px;
	padding: 0;
	text-align: center;
	background: #e1f5fe;
	border-top: 5px solid #90caf9;
}

.contact_tab_list>li.active>a,
.contact_tab_list>li.active>a:hover,
.contact_tab_list>li.active>a:focus {
	color: #181818;
	background: #fff;
	border-top: 5px solid #ff9100;
}

.tab-content {
	background: #fff;
	padding: 50px;
	border-bottom: 2px solid #a0a0a0;
}

@media screen and (max-width: 768px) {
	.nav-tabs>li {
		margin-bottom: 0;
	}

	.tab-content {
		/*padding: 5% 20px;*/
		padding: 40px 5%;
		margin-left: -5.5%;
		margin-right: -5.5%;
	}

	.contact_tab_list {
		margin-bottom: 40px;
	}

	.contact_tab_list li {
		display: block;
		width: 100%;
		border: 0;
		color: #fff;
		border-bottom: 1px solid #fff;
	}

	.contact_tab_list li:last-child {
		border-bottom: 0;
	}

	.contact_tab_list>li>a,
	.contact_tab_list>li>a:hover {
		width: 100%;
		height: 40px;
		font-size: 20px;
		line-height: 40px;
		background: #90caf9;
		color: #535353;
		border: 0;
	}

	.contact_tab_list>li.active>a,
	.contact_tab_list>li.active>a:hover,
	.contact_tab_list>li.active>a:focus {
		background: #ff9100;
		color: #fff;
		border: 0;
	}

}

/*輸入框*/
/*input[type="text"]{
	width: 250px;
	height: 38px;
	line-height: 38px;
	line-height: 1;
	padding-left: 10px;
	border: 1px solid #b3e5fc;
}*/
input[type="radio"],
input[type="checkbox"] {
	margin: 10px;
	height: 30px;
}

label {
	font-size: 16px;
	line-height: 30px;
	/*height: 30px;*/
	color: #646464;
	font-weight: normal;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 0;
}

textarea {
	border: 1px solid #b3e5fc;
	resize: none;
	padding: 10px;
	/*20161110 Tina 調整*/
}

.code_block {
	margin-top: 20px;
}

/*按鈕*/
button.form_btn {
	background: #1976d2;
	width: 95px;
	height: 30px;
	font-size: 13px;
	line-height: 30px;
	color: #fff;
	border: 0;
	margin-top: 15px;
}

button.form_btn:hover,
button.form_btn:active {
	background: #004898;
}

input[type="text"].code_input {
	width: 150px;
	height: 30px;
	font-size: 15px;
	/*line-height: 30px;*/
}

@media screen and (max-width: 768px) {
	input[type="text"].code_input {
		width: 95px;
	}

	label {
		height: 30px;
		line-height: 30px;
		padding-top: 10px;
		margin-bottom: 10px;
	}
}

/*頁碼*/
.pagebar {
	width: 245px;
	height: 45px;
	margin: auto;
	margin-top: 40px;
	color: #888888;
	text-align: center;
	line-height: 50px;
	/* font-weight: bold; */
	/*20161110 Tina 調整*/
}

.pageborder {
	width: 45px;
	height: 45px;
	border: none;
	display: inline-block;
	line-height: 45px;
	background-color: #b0bec5;
	font-size: 22px;
	color: #ffffff;
	vertical-align: top;
}

.pagetext {
	width: 45px;
	line-height: 45px;
	display: inline-block;
	font-size: 18px;
	vertical-align: top;
}

.pageborder a {
	color: #ffffff;
	display: block;
	height: 45px;
	width: 45px;
	vertical-align: top;
}

.pageborder a i {
	line-height: 45px;
	vertical-align: top;
}

.pageborder:hover {
	background-color: #ff9f00;
}

.pageinput {
	box-shadow: none;
	width: 45px;
	height: 45px;
	font-size: 18px;
	text-align: center;
	line-height: 40px;
	color: #ff9f00;
	border: none;
	display: inline-block;
	vertical-align: top;
}

/*pop視窗*/
.modal-body {
	padding: 20px 95px;
}

.modal-footer {
	border: none;
	text-align: left;
	padding: 20px 95px;
	padding-top: 0;
	padding-bottom: 55px;
}

.modal-header {
	border: none;
	padding: 20px 95px;
	padding-top: 70px;
	background-color: #465a65;
	color: #ffffff;
	position: relative;
}

.modal-title {
	font-size: 30px;
}

.modal-header .close {
	opacity: 1;
	position: absolute;
	right: 40px;
	top: 40px;
}

.modal-header .close:hover {
	opacity: 1;
}

.modal-body p {
	font-size: 16px;
	line-height: 25px;
	color: #414141;
}

.modal-body p.mess {
	color: #888888;
}

.modal-dialog {
	width: 100%;
	max-width: 900px;
}

.modal-body .select_part select {
	width: 335px;
	height: 40px;
	padding: 10px;
	font-size: 16px;
	line-height: 20px;
	color: #888888;
	border: 1px solid #dddddd;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	text-indent: 0.01px;
	text-overflow: '';
	background-image: url(../images/news/lite_on_news_select_icon.png);
	background-repeat: no-repeat;
	background-position: right center;
	outline: none;
}

.modal-body input {
	width: 335px;
	height: 40px;
	font-size: 16px;
	line-height: 20px;
	color: #888888;
	float: left;
	border: 1px solid #dddddd;
	padding-left: 10px;
}

.modal-body input.veri {
	width: 150px;
	height: 40px;
	margin-right: 10px;
}

.modal-body textarea.mess_box {
	width: 690px;
	height: 140px;
	border-color: #dddddd;
	vertical-align: top;
	padding-left: 10px;
	font-size: 16px;
	line-height: 20px;
	color: #888888;
	float: left;
}

.modal-body table {
	width: 100%;
}

.modal-body table td {
	position: relative;
	padding-right: 10px;
	padding-bottom: 20px;
	text-align: right;
	width: 345px;
	vertical-align: middle;
}

.modal-body table td span {
	font-size: 13px;
	line-height: 20px;
	color: #f44336;
	margin-right: 10px;
}

.modal-body table td div {
	float: left;
}

.modal-body table td div.veri {
	margin-top: -1px;
	text-align: center;
}

.submit_btn {
	width: 155px;
	height: 40px;
	border: none;
	outline: none;
	font-size: 14px;
	line-height: 28px;
	text-align: center;
	background-color: #ff9f00;
	color: #ffffff;
}

.submit_btn:hover {
	background-color: #ffb300;
	color: #ffffff;
}

.cancel_btn {
	width: 155px;
	height: 40px;
	border: none;
	outline: none;
	font-size: 14px;
	line-height: 28px;
	text-align: center;
	background-color: #78909c;
	color: #ffffff;
}

@media screen and (max-width: 768px) {
	.modal-body input {
		float: none;
		display: block;
		width: 100%;
	}

	.modal-body table td {
		display: block;
		width: 100%;
	}

	.modal-header {
		padding: 20px;
		padding-top: 20px;
	}

	.modal-dialog {
		margin-top: 70px;
	}

	.modal-body {
		padding: 20px;
	}

	.modal-header .close {
		top: 20px;
		right: 20px;
	}

	.modal-body .select_part select,
	.modal-body .select_part {
		width: 100%;
	}

	.modal-body .select_part {
		margin-bottom: 20px;
	}

	.modal-body textarea.mess_box {
		width: 100%;
		margin-bottom: 20px;
	}

	.modal-footer {
		padding: 20px;
		padding-bottom: 20px;
	}

	.modal-body input.veri {
		width: 100%;
		margin-right: 0;
	}

	.modal-body table td div.veri {
		width: 100%;
		float: none;
		margin-top: 10px;
	}

	.submit_btn,
	.cancel_btn {
		width: 100%;
		margin-bottom: 10px;
	}

	.modal-dialog {
		width: auto;
	}

	.modal-body table td span {
		margin-right: 0;
	}

}