@charset "utf-8";
/* CSS Document */
body, dl, dt, dd, td, th, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, textarea, p, blockquote {
	margin: 0;
	padding: 0;
	word-wrap:break-word;
	/* word-wrap:break-word; */
}
html,body {
	font-family: 'Roboto', "Microsoft JhengHei","simsun", sans-serif;
	font-size:15px;
	width:100%;
	height:100%;
	-ms-overflow-style: scrollbar;
}
a:link {
	color:#757575;
	text-decoration: none;
}
a:visited {
	color:#757575;
	text-decoration: none;
}
a:hover {
	color:#036eb8;
	text-decoration: none;
}
a:active {
	color:#757575;
	text-decoration: none;
}
@-ms-viewport {
  width: device-width;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/* 三欄式自動調幅版面--------------------------------------------- */


#header {
	width:100%;
	height:134px;
	margin: auto;
	text-align: center;
	display: none;
	position: fixed;
	top: 0;
	z-index: 10000;
	background: rgba(255,255,255,0.9);
}
	.header_clear {
		height: 22px;
		clear: both;
	}

	.header_main {
		width: 100%;
		height: 84px;
		margin: auto;
		text-align: center;
		position: relative;
		background: #000;
	}

	.header_main2 {
		width: 100%;
		max-width: 1000px;
		height: 84px;
		margin: auto;
		text-align: center;
		display: none;
		position: relative;
	}

	.header_small {
		width:100%;
		height:101px;
		display:block;
		position:fixed;
		z-index: 10000;
		background: #FFF;
	}
	.header_small_clear{
		width:100%;
		height:101px;
		display:block;
		position: relative;
	}

	.logo {
		position: absolute;
		left: 0;
		top: 20px;
	}
	.header_menu_clear {
		clear: both;
		height: 154px;
		display: none;
	}
	@media only screen and (min-width: 768px) {
	.header_small {
		height:129px;
	}
	.header_small_clear{
		height:129px;
	}
	}
	@media only screen and (min-width: 1000px) {
		#header {
			display: block;
		}
		.header_menu_clear {
			display: block;
		}
		.header_small {
			display: none;
		}
		.header_small_clear{
			display: none;
		}
		.header_main {
			display: block;
		}
		.header_main2 {
			display: block;
		}
		.header_small {
			display: none;
		}
	}

	.menu {
		width: 700px;
		height: 84px;
		position: relative;
		margin: auto;
	}
		.menu ul {
			list-style: none;
			padding: 0;
			margin: 0;
			padding-top: 32px;
		}
		.menu ul li {
			width: 140px;
			font-size: 18px;
			display: inline-block;
			margin-left: 20px;
			line-height: 24px;
			position: relative;
			text-align: center;
			height: 50px;
		}
		.menu ul li:hover a{
			color: #FFF;
		}

		.menu ul li a {
			color: #3a4136;
		}
		.menu_inside {
			position: absolute;
			top: 50px;
			left: 34px;
			opacity: 0;
			text-align: left;
			padding-top: 10px;
			width: 550px;
		}
		.menu_inside a {
			color: #000;
		}
		.menu_inside a:hover {
			color: #3a4136;
		}

		.menu_title1 {
			position:  relative;
			color: #FFF;
			cursor: pointer;
		}
		.menu_title2 {
			position:  relative;
			color: #FFF;
			display: none;
			cursor: pointer;
		}

		.menu .menu_title1:hover {
			color: #CCC;
		}

	.share {
		position: absolute;
		right: 20px;
		top: 22px;
	}

/* 行動裝置菜單 */

.header_small_logo {
	position:absolute;
	top: 13px;
	left: 50%;
	margin-left: -60px;
	z-index:50;
}

.header_small_open {
	position:absolute;
	top: 17px;
	left: 15px;
	z-index:50;
	cursor: pointer;
}

.header_small_close {
	position:absolute;
	top: 35px;
	left: 15px;
	display:none;
	z-index:50;
	cursor: pointer;
}

.header_small_other {
	position:absolute;
	top: 44px;
	right: 90px;
	z-index:50;
	text-align: right;
	display: none;
}
.header_small_fb {
	position:absolute;
	top: 13px;
	right: 15px;
	z-index:50;
	cursor: pointer;
}

@media only screen and (min-width: 768px) {
	.header_small_other {
		display: block;
	}
	.header_small_logo {
		top: 17px;
		left: 50%;
		margin-left: -90px;
	}
	.header_small_open {
		top: 23px;
		left: 30px;
	}
	.header_small_close {
		top: 45px;
		left: 35px;
	}
	.header_small_fb {
		top: 23px;
		right: 30px;
	}
}


	.header_small_logo img {
		width: 120px;
	}
	.header_small_open img {
		width: 40px;
	}
	.header_small_close img {
		width: 40px;
	}
	.header_small_fb img {
		width: 35px;
	}
	

@media only screen and (min-width: 768px) {
	.header_small_search {
		display: block;
	}
	.header_small_logo img {
		width: 170px;
	}
	.header_small_open img {
		width: 54px;
	}
	.header_small_close img {
		width: 45px;
	}
}

.header_small_menu_list {
	position:fixed;
	top: 0;
	left:0;
	width:100%;
	height:100%;
	min-height:100%;
	overflow-y:auto;
	z-index:99999;
	padding-bottom:60px;
	background:rgba(0,0,0,0.95);
	display:none;
	font-weight: bold;
}

	.header_small_menu_list li img {
		width:20px;
	}
	.menu_list_1 {
		min-height:60px;
		padding:20px 0 0 20px;
		font-size:15px;
		font-family:'Roboto', sans-serif;
		margin:0;
		color: #FFF;
	}
		.menu_list_1 a{
			color:#FFF;
		}
		.menu_list_1_p {
			font-size:18px;
			color:#FFF;
			padding:0 20px 0 15px;
		}

		
	.menu_list_2 {
		min-height:40px;
		padding:0px 0 0 15px;
		font-size:16px;
	}
		.menu_list_2 a {
			color:#FFF;
		}
		.menu_list_2 a:hover {
			color:#FFF;
		}
		.menu_list_ul2 {
			list-style:none;
			padding:0;
			margin:0;
			display:none;
		}
		.menu_list_ul2 li {
		}
		.menu_list_ul2 li:first-child {
			margin-top:15px;
		}
		.menu_list_2_p {
			padding:0 20px 0 25px;
			color:#FFF;
		}


	.header_small_menu {
		height: 60px;
		background: #000;
		position: relative;
	}
	.header_small_clear {
		height:80px;
		clear:both;
		margin:0;
	}
	.header_small_clear2 {
		height:25px;
		clear:both;
	}
	.header_small_clear3 {
		height:15px;
		clear:both;
	}
	
	.menu_list_ul1 {
		list-style:none;
	}
	.menu_list_ul2 {
		list-style:none;
		padding:0;
		margin:0;
		display: none;
	}
@media only screen and (min-width: 768px) {
	.header_small_menu {
		height: 80px;
		background: #000;
		position: relative;
	}
	.header_small_clear {
		height:130px;
	}
	.header_small_clear2 {
		height:25px;
	}
	.header_small_clear3 {
		height:24px;
	}
	.menu_list_1 {
		font-size: 18px;
	}
}


#banner {
	width:100%;
	max-width: 1000px;
	margin: auto;
	height: auto;
	position:relative;
	text-align:center;
	overflow: hidden;
	background: #FFF;
}
	.banner_big {
		width:100%;
		overflow:hidden;
		display:none;
	}
	.banner_small {
		display:block;
	}

	@media only screen and (min-width: 768px) {
		.banner1 {
			width:100%;
			height:auto;
			position:relative;
			text-align:center;
			overflow:hidden;
		}
	}
	@media only screen and (min-width: 1200px) {
		#banner {
		}
		.banner_big {
			display:block;
		}
		.banner_small {
			display:none;
		}
	}


#content {
	width: 100%;
	max-width: 1000px;
	padding: 10px;
	height: auto;
	margin: auto;
}

@media only screen and (min-width: 1000px) {
#content {
	width: 100%;
	max-width: 1000px;
	padding: 0 10px;
	height: auto;
	margin: auto;
}
}

.news_list1 {
	width: 100%;
	float: left;
	border:1px solid #CCC;
	overflow: hidden;
}
.news_list2 {
	width: 100%;
	float: left;
}
.news_none {
	width: 100%;
	height: 30px;
	float: left;
}
.news_title1 {
	font-size: 12px;
	line-height: 24px;
	padding: 3px 5px 4px 5px;
}
@media only screen and (min-width: 1000px) {
.news_list1 {
	width: 30%;
}
.news_list2 {
	width: 30%;
}
.news_none {
	width: 5%;
	display: block;
}
}

#footer {
	width: 100%;
	max-width: 1000px;
	height: auto;
	margin: auto;
	border-top:1px solid #CCC;
	border-bottom:1px solid #CCC;
	padding: 10px 0;
}

	.footer_1 {
		width: 100%;
		float: left;
		padding-left: 3%;
		font-size: 12px;
		line-height: 30px;
	}
	.footer_2 {
		width: 100%;
		float: right;
		text-align: right;
		padding-right: 3%;
		font-size: 12px;
	}
@media only screen and (min-width: 1000px) {
	.footer_1 {
		width: 70%;
		float: left;
		padding-left: 3%;
		font-size: 13px;
	}
	.footer_2 {
		width: 30%;
		float: right;
		text-align: right;
		padding-right: 3%;
		font-size: 13px;
	}
}