@charset "utf-8";
/*-----------------------共用-----------------------*/
.white-popup.w800 {
	max-width: 800px;
}
.socialCircle-container {
	position: fixed;
	z-index: 99;
	width: 50px;
	height: 50px;
	right: 40px;
	bottom: 80px;
}
.socialCircle-center {
	width: 50px;
	height: 50px;
	background: #D0D0D0;
	border: 1px solid rgba(255,255,255,0.25);
	margin: 50%;
	position: absolute;
	text-align: center;
	color: #ffffff;
	font-size: 24px;
	cursor: pointer;
}
.socialCircle-item {
	width: 30px;
	height: 30px;
	position: absolute;
	margin: 50%;
	text-align: center;
	cursor: pointer;
}
.socialCircle-item img {
	width: 100%;
}
.scrollToTop {
	width:50px;
	height:50px;
	border-radius: 50px;
	text-decoration: none;
	position:fixed;
	bottom:-98px;
	right:40px;
	display:block;
	text-indent: -9999px;
	background: url('../images/arrow_up.png') no-repeat 50% 18px / 24px auto #00a0e9;
	z-index: 98;
	-webkit-transition: background-color 0.3s ease;
	-o-transition: background-color 0.3s ease;
	transition: background-color 0.3s ease;
}
.scrollToTop:hover{
	text-decoration:none;
	background-color: #1ab6ff;
}
/*
.scrollToTop:focus {
	outline: none;
}
*/
/*computer_nav*/
.computer_nav {
	position: relative;
	z-index: 61;
	height: 148px; /*headroom*/
}
.headroom {
	position: fixed;
	top: 0;
	width: 100%;
	background-color: #fff;
}
.headroom * {

}
.headroom:after {
	content:"";
	position: absolute;
	width: 100%;
	bottom: 0px;
	height: 50px;
	background-color: #D0D0D0;
}
/*headroom*/
.headroom--not-top {
	-moz-box-shadow: 0px 4px 4px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0px 4px 4px rgba(0,0,0,0.3);
    box-shadow: 0px 4px 4px rgba(0,0,0,0.3);
}
.headroom--not-top .computer_nav_cont .logo img {
	height: 51px;
}
.headroom--not-top .computer_nav_cont .top {
	margin-top: 15px;
}
.headroom--not-top .computer_nav_cont .top ol {
	height: 0;
	margin-bottom: 0;
	margin-top: 0;
	overflow: hidden;
}
.headroom--not-top .computer_nav_cont .top .accesskey {
	position: absolute;
	z-index: -1;
}
.headroom.fadeInDown {
	-webkit-animation-duration: 0.8s;
	animation-duration: 0.8s;
}
.computer_nav_cont {
	position: relative;
	z-index: 10;
	max-width: 1280px;
	padding-left: 15px;
	padding-right: 15px;
	margin-left: auto;
    margin-right: auto;
}
.computer_nav_cont .logo {
	float: left;
	margin-top: 9px;
}
.computer_nav_cont .logo img {
	-webkit-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
	height: 80px;
}
.computer_nav_cont .top {
	float: right;
	margin-bottom: 15px;
}
.computer_nav_cont .top .accesskey {
	color: #fff;
	position: absolute;
}
.computer_nav_cont .top ol {
	float: right;
	margin-top: 8px;
	margin-bottom: 11px;
	margin-right: 10px;
	-webkit-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.computer_nav_cont .top ol li {
	float: left;
	margin-left: 15px;
}
.computer_nav_cont .top ol li:before {
	content:"";
	display: inline-block;
	height: 14px;
	border-left: 1px solid #cccccc;
	position: relative;
	top: 1px;
}
.computer_nav_cont .top ol li:first-of-type:before {
	display: none;
}
.computer_nav_cont .top ol li a {
	font-size: 15px;
	padding-left: 15px;
}
.computer_nav_cont .top ol li a img {
	height: 14px;
	margin-right: 6px;
	position: relative;
	top: -1px;
}
.computer_nav_cont .top .group {
	float: right;
	clear: both;
}
.computer_nav_cont .top .group ul {
	float: left;
}
.computer_nav_cont .top .group ul li {
	float: left;
	margin-left: 10px;
}
.computer_nav_cont .top .group ul li a {
	display: block;
}
.computer_nav_cont .top .group ul li a img {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	-webkit-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.computer_nav_cont .top .group ul li a:hover img {
	opacity: 0.8;
}
.computer_nav_cont .top .group ul li.top_search {
	position: relative;
}
.computer_nav_cont .top .group ul li.top_search .form-control {
	font-size: 15px;
	width: 290px;
	height: 40px;
	padding: 9px 50px 9px 15px;
	border-radius: 40px;
	border: none;
	position: relative;
	z-index: 4;
	background: url("../images/top_search.png") no-repeat scroll 100% 9px / auto 21px #ebebeb;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.computer_nav_cont .top .group ul li.top_search .form-control:focus {
  -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,0), 0 0 10px rgba(0, 160, 233, 0.9);
          box-shadow: inset 0 0px 0px rgba(0,0,0,0), 0 0 10px rgba(0, 160, 233, 0.9);
}
.computer_nav_cont .top .group ul li.top_search .btn {
	position: absolute;
	z-index: 5;
	padding: 0;
	width: 40px;
	height: 40px;
	top: 0px;
	right: 0px;
	text-indent: -9999px;
	background-color: transparent;
	outline: none; /* for Firefox Google Chrome  */
	-webkit-box-shadow: none;
	box-shadow: none;
}
/*mobile_nav*/
.mobile_nav {
	position: fixed;
	z-index: 98;
	top: 0;
	left: 0;
	width: 100%;
	height: 64px;
	background-color: #fff;
	-moz-box-shadow: 0px 4px 4px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0px 4px 4px rgba(0,0,0,0.2);
    box-shadow: 0px 4px 4px rgba(0,0,0,0.2);
}
.mobile_nav .logo {
	position: absolute;
	left: 10px;
	top: 5px;
}
.mobile_nav .logo img {
	width: auto;
	height: 54px;
}
#listMenu .top_search {
	/*position: relative;*/
	position: absolute;
	top: 0;
	width: 100%;
	padding: 10px;
	background-color: #00a0e9;
}
/*.top_bg nav #listMenu:before {
	content:"";
	display: block;
	height: 56px;
}*/
.top_bg nav #listMenu:before { /*修正手機轉橫幅*/
	content:"";
	display: block;
	position: absolute;
    width: 100%;
    height: 120%;
}
#listMenu .top_search .form-control {
	width: 100%;
	height: 36px;
	padding: 7px 37px 7px 15px;
	border-radius: 36px;
	border: none;
	position: relative;
	z-index: 4;
	font-size: 15px;
	color: #333333;
	background: url("../images/top_search.png") no-repeat scroll 100% 50% / auto 16px transparent;
	background-color: #fff;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#listMenu .top_search .btn {
	position: absolute;
	z-index: 5;
	padding: 0;
	width: 30px;
	height: 30px;
	top: 10px;
	right: 10px;
	text-indent: -9999px;
	background-color: transparent;
	outline: none; /* for Firefox Google Chrome  */
	-webkit-box-shadow: none;
	box-shadow: none;
}
#listMenu .top {
	position: relative;
	clear: both;
}
#listMenu .top .group ul {
	overflow: hidden;
	margin: 0;
	padding-top: 20px;
	border-bottom: 1px solid rgba(255,255,255,0.3);
}
#listMenu .top .group ul li {
	width: 33.333%;
	float: left;
	margin-bottom: 20px;
	border-left: 1px solid rgba(255,255,255,0.3);
}
#listMenu .top .group ul li:first-of-type {
	border-left: none;
}
#listMenu .top .group ul li a {
	display: block;
	text-align: center;
}
#listMenu .top .group ul li a img {
	display: block;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	margin-left: auto;
	margin-right: auto;
}
#listMenu .top .language {
	padding-left: 20px;
	padding-top: 4px;
	padding-bottom: 7px;
	font-size: 15px;
}
#listMenu .top .language a {
	color: #fff;
}
#listMenu .top .language img {
	width: 14px;
	margin-right: 6px;
	position: relative;
	top: -1px;
}
#listMenu .top ol {
	list-style-type: circle;
	list-style-position:inside;
	margin: 0;
	padding: 0;
}
#listMenu .top ol li {
	color: #fff;
	border-bottom: 1px solid rgba(255,255,255,0.3);
	padding-left: 27px;
}
#listMenu .top ol li a {
	display: inline-block;
	color: #fff;
	font-size: 16px;
	padding: 15px 0 15px 0;
}
/*index_banner*/
.index_banner {
	overflow: hidden;
	position: relative;
}
.index_banner a:focus {
	border: 10px solid #00a0e9;
}
.index_main {

}
.index_banner .bxslider li a {
	display: block;
	position: relative;
    width: 100%;
}
/*首頁用大標題*/
h2.big_title  {
	text-align: center;
	margin-top: 0;
	margin-bottom: 27px;
	color: #2EB8C1;
	font-size: 40px;
	font-weight: normal;
	line-height: 1.3;
	text-transform: uppercase; /*英文大寫*/
}
h2.big_title img {
	width: 45px;
	margin-right: 13px;
	position: relative;
	top: -3px;
}
h2.big_title span {
	display: block;
	color: #004599;
	font-size: 16px;
	font-weight: bold;
}
h2.big_title .accesskey {
	position: absolute;
	color: #f2f2f2;
}
.date {
	font-size: 14px;
	color: #00a0e9;
	background: url("../images/date_icon.png") no-repeat scroll 0 50% / 14px auto;
	padding-left: 19px;
}
.classification {
	display: inline-block;
	line-height: 1;
	/*height: 20px;*/
	color: #fff;
	font-size: 14px;
	background-color: #00a0e9;
	padding: 3px 14px;
	border-radius: 2px;
}
/*section1*/
.index_main .section1 {
	padding-top: 47px;
	padding-bottom: 60px;
	position: relative;
	overflow: hidden;
}
.index_main .section1 .section1_img1 {
	position: absolute;
	right: -179px;
	top: 22px;
}
.index_main .section1 .section1_img2 {
	position: absolute;
	left: -180px;
	top: 50.8%;
}
.section1 .news_list {
	margin-left: -10px;
	margin-right: -10px;
}
.section1 .news_list > div {
	padding-left: 10px;
	padding-right: 10px;
}
/*.section1 .news_list .fourBox .row {
	margin-left: -10px;
	margin-right: -10px;
}
.section1 .news_list .fourBox .row > div {
	padding-left: 10px;
	padding-right: 10px;
}*/
.section1 .news_list a {
	display: block;
	-moz-box-shadow: 0px 0px 6px rgba(0,0,0,0.15);
	-webkit-box-shadow: 0px 0px 6px rgba(0,0,0,0.15);
	box-shadow: 0px 0px 6px rgba(0,0,0,0.15);
	position: relative;
	margin-bottom: 10px;
	-webkit-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.section1 .news_list a:hover {
	-moz-box-shadow: 0px 0px 8px rgba(0, 160, 233, 0.8);
	-webkit-box-shadow: 0px 0px 8px rgba(0, 160, 233, 0.8);
	box-shadow: 0px 0px 8px rgba(0, 160, 233, 0.8);
	color: #333333;
	-webkit-transform: translate(0, -5px);
	-ms-transform: translate(0, -5px);
	-o-transform: translate(0, -5px);
	transform: translate(0, -5px);
}
.section1 .news_list a:before {
	content:"";
	position: absolute;
	z-index: 5;
	top: 0;
	width: 100%;
	height: 2px;
	background-color: #43bf43;
}
.section1 .news_list a .cont {
	background-color: #fff;
	padding: 10px 15px 14px 15px;
}
.section1 .news_list a .classification {
	/*position: absolute;
	z-index: 5;
	top: 0;
	left: 15px;*/
	float: left;
	background-color: #43bf43;
	margin-bottom: 7px;
	height: 20px;
	overflow: hidden;
}
.section1 .news_list a .cont h3 {
	font-weight: normal;
	line-height: 1.3;
	height: 1.3em;
	overflow: hidden;
	font-size: 16px;
	margin-bottom: 8px;
	clear: both;
}
.section1 .news_list a .cont p {
	color: #808080;
	height: 3em;
	overflow: hidden;
	font-size: 13px;
	margin-bottom: 6px;
}
.section1 .news_list > div:nth-of-type(1) a .cont .date {
	margin-bottom: 35px;
}
.section1 .news_list a .cont .bh44 {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
}
.section1 .news_list > div:nth-of-type(2) a .cont .bh44 {
	display: none;
}
.section1 .bh44-2 {
	margin-top: 10px;
}
/*section2*/
.index_main .section2 {
	background: url("../images/section2_bg.jpg") no-repeat scroll 50% 50% / cover;
	padding-top: 47px;
	padding-bottom: 30px;
}
.index_main .section2 h2.big_title  {
	color: #fff;
	text-shadow:0 1px 3px rgba(0,0,0,0.75);
}
.index_main .section2 h2.big_title img {
	width: 57px;
}
.index_main .section2 h2.big_title span {
	color: #fff;
}
.results_list {

}
.results_list a {
	display: block;
	-moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
}
.results_list a:hover {
	color: #333333;
}
.results_list a:hover .btn.green ,
.results_list a:focus .btn.green {
	background-color: #6ebf26;
	color: #fff;
}
.results_list a:hover .btn.orange ,
.results_list a:hover .btn.orange {
	background-color: #f78a0c;
	color: #fff;
}
.results_list a:hover .btn.pink ,
.results_list a:hover .btn.pink {
	background-color: #f5568c;
	color: #fff;
}
.results_list a .cont {
	background-color: #fff;
	padding: 22px 30px 20px 30px;
}
.results_list a .cont h3 {
	font-size: 18px;
	font-weight: normal;
	line-height: 1.3;
	height: 2.6em;
	overflow: hidden;
	margin-bottom: 11px;
}
.results_list a .cont p {
	font-size: 15px;
	color: #808080;
	height: 3em;
	overflow: hidden;
	margin-bottom: 36px;
}
.results_list a .cont .bh44-3 {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.index_main .section2 .more {
	display: block;
	margin-top: 30px;
	background-color: #00a6f2;
	width: 50px;
	height: 50px;
	margin-right: auto;
	margin-left: auto;
	border-radius: 50%;
	background: url("../images/section2_more.png") no-repeat scroll 50% 50% / 20px #00a6f2;
	-webkit-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.index_main .section2 .more:hover {
	-webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    background-color: #e52249;
}
/*footer*/
footer {
	background-color: #D0D0D0;
	color: #003E3E;
}
footer .container {
	padding-top: 44px;
	padding-bottom: 50px;
	position: relative;
}
footer .container .accesskey {
	position: absolute;
	left: 0;
	color: #D0D0D0;
}
footer .container a {
	color: #003E3E;
}
footer .container a:hover {
	text-decoration: underline;
}
footer .footer_nav {
	overflow: hidden;
}
footer .footer_nav ul {
	float: left;
	width: 50%;
}
footer .footer_nav ul li {
	margin-bottom: 18px;
}
footer .footer_nav ul li a {
	font-weight: bold;
	font-size: 20px;
}
footer .footer_nav ul li a .fa-lg {
	vertical-align: -7%;
	color: #5cbae5;
	margin-right: 19px;
}
footer .footer_information {
	padding-top: 1px;
	padding-left: 20px;
	padding-right: 20px;
	margin-left: -15px;
	margin-right: -15px;
	border-left: 1px solid rgba(255,255,255,0.15);
	border-right: 1px solid rgba(255,255,255,0.15);
	font-size: 15px;
}
footer .footer_information strong {
	font-size: 17px;
	display: block;
	margin-bottom: 6px;
}
footer .footer_information p {
	margin-bottom: 6px;
}
footer .footer_information a {
	text-decoration: underline;
}
footer .footer_information a.bh40 {
	text-decoration: none;
	margin-top: 16px;
}
footer .footer_information a.bh40 .fa-lg {
	text-decoration: none;
	font-size: 1.24em;
	vertical-align: -2%;
}
footer .footer_features {
	text-align: right;
}
footer .footer_features p {
	font-size: 20px;
	margin-bottom: 17px;
}
footer .footer_features ul {
	margin-left: 0px
}
footer .footer_features ul li {
	padding: 0;
	margin-left: 15px;
	margin-bottom: 4px;
}
footer .footer_features ul li a {
	display: block;
	font-size: 15px;
	background: url("../images/footer_features_icon.png") no-repeat scroll 100% 5px / 15px;
	padding-right: 25px;
}
footer .footer_features .imglink {
	padding-top: 22px;
	overflow: hidden;
}
footer .footer_features .imglink img {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	max-height: 31px;
}
footer .copyright {
	background-color: #242b33;
	text-align: center;
	font-size: 14px;
	color: #7c8085;
	padding-top: 25px;
	padding-bottom: 25px;
}
/*內頁大標題*/
.in_page_title {
	height: 180px;
	position: relative;
	overflow: hidden;
}
.in_page_title .parallax {
	position: absolute;
	height: 150%;
	width: 100%;
	z-index: -1;
	bottom: 0;
	background: url("../images/in_page_title.jpg") no-repeat scroll 50% 50% / cover;
}
.in_page_title h1 {
	color: #004599;
	font-size: 36px;
	text-transform: uppercase; /*英文大寫*/
    position: relative;
}
.in_page_title em {
	color: #00a0e9;
	font-weight: normal;
	margin-right: 10px;
	margin-left: 10px;
	position: relative;
	top: -4px;
}
.in_page_title span {
	font-size: 24px;
	font-weight: normal;
	vertical-align: 10%;
}
/*麵包屑*/
.bread_crumbsBox {
	/*min-height: 40px;*/
}
.bread_crumbs {
    overflow: hidden;
    list-style: none;
    margin-bottom: 0;
    padding-top: 16px;
}
.bread_crumbs li {
    float: left;
    margin-left: 9px;
    padding-left: 15px;
    font-size: 15px;
    color: #808080;
    line-height: 1.3;
    position: relative;
    margin-bottom: 5px;
}
.bread_crumbs li:before {
    content:"/";
    position: absolute;
    left: 0;
    top: 0px;
    color: #b2b2b2;
}
.bread_crumbs li:first-of-type:before ,
.bread_crumbs li.home:before {
    content:"";
    display: none;
}
.bread_crumbs li:first-of-type ,
.bread_crumbs li.home {
    margin-left: 0;
    padding-left: 0px;
}
.bread_crumbs li.accesskey {
    position: absolute;
}
.bread_crumbs li.accesskey a {
    color: #f2f2f2;
}
.bread_crumbs li:last-of-type {
    color: #333333;
}
.bread_crumbs li a {
    color: #808080;
}
.bread_crumbs li a:hover {
    text-decoration: underline;
}
/*in_page 內頁框架*/
.in_page {
	position: relative;
	/*overflow: hidden;*/
}
/*內頁 container*/
.in_page .container {
	padding-top: 22px;
	padding-bottom: 100px;
	position: relative;
	z-index: 20;
}
.in_page .container .left_ {
	width: 22.2%;
}
.in_page .container .right_ {
	width: 77.8%;
	float: right;
}
.in_page .container .right_article {
	float: left;
}
/*分類*/
.in_page .container .left_ .left_whiteBox {
	background-color: #fff;
	padding: 23px 20px 15px 20px;
	-moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.15);
    -webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.15);
    box-shadow: 0px 1px 3px rgba(0,0,0,0.15);
    margin-bottom: 33px;
}
.in_page .container .left_ .left_whiteBox h2 {
	font-size: 24px;
	color: #00a0e9;
	margin-bottom: 6px;
}
.in_page .container .left_ .left_whiteBox .accesskey {
	position: absolute;
	z-index: -1;
	color: #fff;
}
.in_page .container .left_ .left_whiteBox ul li {
	position: relative;
}
.in_page .container .left_ .left_whiteBox ul li a {
	font-size: 17px;
	line-height: 1.3;
	border-bottom: 1px solid #e6e6e6;
	padding: 12px 20px 12px 0;
	display: block;
	position: relative;
}
.in_page .container .left_ .left_whiteBox ul li a:hover {
	color: #808080;
}
.in_page .container .left_ .left_whiteBox ul li a .fa {
	font-size: 1.2em;
	color: #999999;
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
.in_page .container .left_ .left_whiteBox ul li:last-of-type a {
	border: none;
}
.in_page .container .left_ .left_whiteBox ul li.active a ,
.in_page .container .left_ .left_whiteBox ul li.active a .fa  {
	color: #00a0e9;
}
/*關鍵字索引*/
.in_page .container .left_ .keywords {

}
.in_page .container .left_ .linetitle2 {
	font-size: 24px;
	margin-bottom: 12px;
}
.in_page .container .left_ .linetitle2:before {
	content:"";
	display: inline-block;
	width: 20px;
	height: 4px;
	background-color: #00a0e9;
	vertical-align: middle;
	margin-right: 10px;
	position: relative;
	top: -2px;
}
.keywords .labelBox .kw {
	float: left;
	margin-right: 5px;
	margin-bottom: 10px;
	background-color: #fff;
    border-radius: 2px;
    font-size: 13px;
    color: #4c4c4c;
    height: 26px;
    line-height: 1.5;
    padding: 3px 12px;
    text-align: center;
    -moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.15);
    -webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.15);
    box-shadow: 0px 1px 3px rgba(0,0,0,0.15);
    -webkit-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.keywords .labelBox .kw:hover {
	background-color: #00a0e9;
	color: #fff;
}
/*相關新聞*/
.in_page .container .left_ .related_news {
	margin-bottom: 14px;
}
.in_page .container .left_ .linetitle {
	font-size: 20px;
	position: relative;
	margin-bottom: 14px;
}
.in_page .container .left_ .linetitle .accesskey {
	position: absolute;
	z-index: -1;
	color: #f2f2f2;
}
.in_page .container .left_ .linetitle span {
	background-color: #f2f2f2;
	padding-right: 10px;
}
.in_page .container .left_ .linetitle:after {
	content:"";
	position: absolute;
	z-index: -1;
	top: 14px;
	left: 0;
	right: 0;
	height: 2px;
	background-color: #00a0e9;
}
.in_page .container .left_ .related_news a.scale {
	display: block;
	-moz-box-shadow: 0px 0px 6px rgba(0,0,0,0.15);
	-webkit-box-shadow: 0px 0px 6px rgba(0,0,0,0.15);
	box-shadow: 0px 0px 6px rgba(0,0,0,0.15);
	margin-bottom: 20px;
	-webkit-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.in_page .container .left_ .related_news a.scale:hover {
	color: #333333;
	-moz-box-shadow: 0px 0px 8px rgba(0, 160, 233, 0.8);
	-webkit-box-shadow: 0px 0px 8px rgba(0, 160, 233, 0.8);
	box-shadow: 0px 0px 8px rgba(0, 160, 233, 0.8);
}
.in_page .container .left_ .related_news a.scale .cont {
	background-color: #fff;
	padding: 5px 15px 11px 15px;
}
.in_page .container .left_ .related_news a.scale .cont h3 {
	font-size: 15px;
	font-weight: normal;
	height: 3em;
	overflow: hidden;
}
/*內頁-大白框*/
.in_page .container .whiteBox {
	background-color: #fff;
	padding: 43px 50px 0 50px;
	-moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.15);
    -webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.15);
    box-shadow: 0px 1px 3px rgba(0,0,0,0.15);
}
.in_page .container .whiteBox:after {
	content:"";
	display: block;
	height: 1px;
	margin-top: 49px;
}
/*文章開始*/
.in_page .right_article .article_title {
	margin-bottom: 40px;
}
.in_page .right_article .article_title h1 {
	font-size: 30px;
	line-height: 1.3;
}
.in_page .right_article .article_title .area1 {
	font-size: 15px;
	/*line-height: 26px;*/
	margin-top: 20px;
	margin-bottom: 15px;
}
.in_page .right_article .article_title .area1 .date {
	float: left;
	font-size: 15px;
}
.in_page .right_article .article_title .area1 .keywords {
	margin-left: 114px;
}
.in_page .right_article .article_title .area1 .keywords .keywords_title {
	float: left;
	/*margin-right: 5px;*/
}
.in_page .right_article .article_title .area1 .keywords .keywords_title .fa {
	margin-right: 5px;
}
.in_page .right_article .article_title .area1 .keywords .labelBox a {
	text-decoration: none;
	margin-right: 5px;
	border-bottom: 1px solid #333333;
}
.in_page .right_article .article_title .area1 .keywords .labelBox a:hover {
	border-bottom: 1px solid #00a0e9;
}
.in_page .right_article .article_title .area1 .keywords .labelBox .kw  {
	-moz-box-shadow: 0px 0px 2px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0px 0px 2px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 2px rgba(0,0,0,0.3);
}
.in_page .right_article .article_title .area2 .share {
	float: left;
}
.in_page .right_article .article_title .area2 .share a {
	float: left;
	margin-right: 15px;
	-webkit-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.in_page .right_article .article_title .area2 .share a img {
	width: 34px;
}
.in_page .right_article .article_title .area2 .share a:hover {
	opacity: 0.8;
}
.in_page .right_article .article_title .area2 .font_size {
	float: right;
	background-color: #f7f7f7;
	-moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.22);
    -webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.22);
    box-shadow: 0px 0px 4px rgba(0,0,0,0.22);
}
.in_page .right_article .article_title .area2 .font_size a:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.in_page .right_article .article_title .area2 .font_size a {
	float: left;
	width: 38px;
	height: 34px;
	color: #808080;
	text-align: center;
}
.in_page .right_article .article_title .area2 .font_size a:hover {
	color: #00a0e9;
}
.in_page .right_article .article_title .area2 .font_size a .fa {
    display: inline-block;
    vertical-align: middle;
}
.in_page .right_article .article_title .area2 .font_size a .fa-font {
	font-size: 13px;
}
.in_page .right_article .article_title .area2 .font_size a .fa-plus ,
.in_page .right_article .article_title .area2 .font_size a .fa-minus {
	font-size: 12px;
}
.in_page .right_article .article_title .area2 .font_size a:first-of-type {
	border-right: 1px solid #e6e6e6;
}
.in_page .bx-wrapper {
	margin-bottom: 57px;
}
.in_page .bx-wrapper img {
	margin-left: auto;
	margin-right: auto;
}
.in_page .bx-wrapper .bx-pager {
	bottom: -22px;
}
.in_page .bx-wrapper .bx-pager.bx-default-pager a {
	background-color: #fff;
	width: 12px;
	height: 12px;
	border: 1px solid #b2b2b2;
}
.in_page .bx-wrapper .bx-pager.bx-default-pager a:hover,
.in_page .bx-wrapper .bx-pager.bx-default-pager a.active,
.in_page .bx-wrapper .bx-pager.bx-default-pager a:focus {
	background-color: #b2b2b2;
}
/*按鈕群*/
.right_article .features_btn {
	margin-top: 50px;
}
.right_article .features_btn .row {
	margin-left: -10px;
	margin-right: -10px;
}
.right_article .features_btn .row > div {
	padding-left: 10px;
	padding-right: 10px;
}
.right_article .features_btn .bh50 {
	position: relative;
}
.right_article .features_btn .bh50 .ellipsis {
	height: 1.5em;
	display: inline-block;
}
.right_article .features_btn .bh50 .fa {
	position: absolute;
}
/**/
.right_article .features_btn .prev {
	width: 37.5%;
}
.right_article .features_btn .next {
	width: 37.5%;
}
.right_article .features_btn .back  {
	width: 25%;
}
.right_article .features_btn .prev .bh50 {
	padding-left: 30px;
}
.right_article .features_btn .prev .bh50 .fa  {
	top: 15px;
	left: 15px;
}
.right_article .features_btn .next .bh50 {
	padding-right: 30px;
}
.right_article .features_btn .next .bh50 .fa  {
	top: 15px;
	right: 15px;
}
.right_article .features_btn .back .bh50 .fa  {
	position: static;
	margin-right: 5px;
}
/*標籤顏色*/
.classification.green {
	background-color: #43bf43;
}
.classification.orange {
	background-color: #F28B24;
}
.classification.red {
	background-color: #E64548;
}
.classification.purple {
	background-color: #CC52B8;
}
.classification.green2 {
	background-color: #36AEB3;
}
.classification.pink {
	background-color: #F25589;
}
.classification.purple2 {
	background-color: #9D33D7;
}
.classification_selected.purple2 {
	color: #fff;
	background-color: #F25589;
	padding-left: 10px;
	padding-right: 10px;
}
/*列表1-新消息*/
.in_page .news_list1 {
	margin-left: -10px;
	margin-right: -10px;
}
.in_page .news_list1 > div {
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 20px;
}
.in_page .news_list1 > div:nth-of-type(3n+1) {
    clear: both;
}
.in_page .news_list1 a {
	display: block;
	-moz-box-shadow: 0px 0px 6px rgba(0,0,0,0.15);
	-webkit-box-shadow: 0px 0px 6px rgba(0,0,0,0.15);
	box-shadow: 0px 0px 6px rgba(0,0,0,0.15);
	position: relative;
	-webkit-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.in_page .news_list1 a:hover {
	-moz-box-shadow: 0px 0px 8px rgba(0, 160, 233, 0.8);
	-webkit-box-shadow: 0px 0px 8px rgba(0, 160, 233, 0.8);
	box-shadow: 0px 0px 8px rgba(0, 160, 233, 0.8);
	color: #333333;
	-webkit-transform: translate(0, -5px);
	-ms-transform: translate(0, -5px);
	-o-transform: translate(0, -5px);
	transform: translate(0, -5px);
}
.in_page .news_list1 a:before {
	content:"";
	position: absolute;
	z-index: 5;
	top: 0;
	width: 100%;
	height: 2px;
	background-color: #43bf43;
}
.in_page .news_list1 a .cont {
	background-color: #fff;
	padding: 15px 15px 24px 15px;
}
.in_page .news_list1 a .cont .classification {
	float: left;
	margin-bottom: 7px;
}
.in_page .news_list1 a .cont h3 {
	line-height: 1.3;
	height: 2.6em;
	overflow: hidden;
	font-size: 17px;
	margin-bottom: 13px;
	clear: both;
}
.in_page .news_list1 a .cont p {
	color: #808080;
	height: 3em;
	overflow: hidden;
	font-size: 14px;
	margin-bottom: 10px;
}
.in_page .news_list1 > div:nth-last-of-type(1) ,
.in_page .news_list1 > div:nth-last-of-type(2) ,
.in_page .news_list1 > div:nth-last-of-type(3) {
    margin-bottom: 0;
}
/*列表2*/
.in_page .news_list2 {

}
.in_page .news_list2 > div {
	margin-bottom: 30px;
}
.in_page .news_list2 a {
	display: block;
	background-color: #fff;
	-moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.15);
	-webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.15);
	box-shadow: 0px 1px 3px rgba(0,0,0,0.15);
	position: relative;
	overflow: hidden;
	-webkit-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.in_page .news_list2 a:hover {
	-moz-box-shadow: 0px 1px 5px rgba(0, 160, 233, 0.8);
	-webkit-box-shadow: 1px 0px 5px rgba(0, 160, 233, 0.8);
	box-shadow: 0px 1px 5px rgba(0, 160, 233, 0.8);
	color: #333333;
	-webkit-transform: translate(0, -5px);
	-ms-transform: translate(0, -5px);
	-o-transform: translate(0, -5px);
	transform: translate(0, -5px);
}
.in_page .news_list2 a .img {
	float: left;
	width: 300px;
}
.in_page .news_list2 a .cont {
	margin-left: 330px;
	padding-top: 20px;
	padding-right: 20px;
}
.in_page .news_list2 a .cont .information {
	overflow: hidden;
	margin-bottom: 11px;
}
.in_page .news_list2 a .cont .classification {
	float: left;
}
.in_page .news_list2 a .cont .date {
	float: left;
	margin-left: 10px;
	line-height: 20px;
}
.in_page .news_list2 a .cont h3 {
	line-height: 1.3;
	max-height: 2.6em;
	overflow: hidden;
	font-size: 20px;
	margin-bottom: 16px;
}
.in_page .news_list2 a .cont p {
	color: #808080;
	height: 3em;
	overflow: hidden;
	font-size: 15px;
}
.in_page .news_list2 > div:nth-last-of-type(1) {
    margin-bottom: 0;
}
/*列表3*/
.in_page .news_list3 {

}
.in_page .news_list3 > div {
	margin-bottom: 56px;
}
.in_page .news_list3 > div:nth-of-type(2n+1) {
    clear: both;
}
.in_page .news_list3 a {
	display: block;
	position: relative;
	overflow: hidden;
	-webkit-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.in_page .news_list3 a:hover {
	color: #333333;
	-webkit-transform: translate(0, -5px);
	-ms-transform: translate(0, -5px);
	-o-transform: translate(0, -5px);
	transform: translate(0, -5px);
}
.in_page .news_list3 a .img {

}
.in_page .news_list3 a .cont {
	padding-top: 15px;
}
.in_page .news_list3 a .cont .information {
	overflow: hidden;
	margin-bottom: 11px;
}
.in_page .news_list3 a .cont .classification {
	float: left;
}
.in_page .news_list3 a .cont .date {
	float: left;
	margin-left: 10px;
	line-height: 20px;
}
.in_page .news_list3 a .cont h3 {
	line-height: 1.3;
	height: 2.6em;
	overflow: hidden;
	font-size: 20px;
	margin-bottom: 16px;
}
.in_page .news_list3 a .cont p {
	color: #808080;
	padding-top: 15px;
	height: 61px;
	overflow: hidden;
	font-size: 15px;
	border-top: 1px solid #d9d9d9;
}
.in_page .news_list3 > div:nth-last-of-type(1) ,
.in_page .news_list3 > div:nth-last-of-type(2) {
    margin-bottom: 0;
}
/*能量登錄*/
.in_page .guidance {

}
.in_page .guidance > div {
	margin-bottom: 30px;
}
.in_page .guidance a {
}
.in_page .guidance a:hover {
	background-color: #00a0e9;
	color: #fff;
}
.in_page .guidance a .img {
	float: left;
	width: 300px;
}
.in_page .guidance a .cont {
	margin-left: 330px;
	padding-top: 20px;
	padding-right: 20px;
}
.in_page .guidance a .cont .information {
	overflow: hidden;
	margin-bottom: 11px;
}
.in_page .guidance a .cont .classification {
	float: left;
}
.in_page .guidance a .cont .date {
	float: left;
	margin-left: 10px;
	line-height: 20px;
}
.in_page .guidance a .cont h3 {
	line-height: 1.3;
	max-height: 2.6em;
	overflow: hidden;
	font-size: 20px;
	margin-bottom: 16px;
}
.in_page .guidance a .cont p {
	color: #808080;
	height: 3em;
	overflow: hidden;
	font-size: 15px;
}
.in_page .guidance > div:nth-last-of-type(1) {
    margin-bottom: 0;
}

/*表格*/
.rwd-table {
	background: #fff;
	overflow: hidden;
}

.rwd-table tr:nth-of-type(2n){
	background: #eee;
}
.rwd-table th,
.rwd-table td {
	margin: 0.5em 1em;
}
.rwd-table {
	min-width: 100%;
}

.rwd-table th {
	display: none;
}

.rwd-table td {
	display: block;
}

.rwd-table td:before {
	content: attr(data-th) " : ";
	font-weight: bold;
	width: 6.5em;
	display: inline-block;
}

.rwd-table th, .rwd-table td {
	text-align: left;
}

.rwd-table th, .rwd-table td:before {
	font-weight: bold;
}

@media (min-width: 480px) {
	.rwd-table td:before {
		display: none;
	}
	.rwd-table th, .rwd-table td {
		display: table-cell;
		padding: 0.25em 0.5em;
	}
	.rwd-table th:first-child,
	.rwd-table td:first-child {
		padding-left: 0;
	}
	.rwd-table th:last-child,
	.rwd-table td:last-child {
		padding-right: 0;
	}
	.rwd-table th,
	.rwd-table td {
		padding: 1em !important;
	}
}

/*Opendata 100*/
.table-od100 {
	background: #fff;
	overflow: hidden;
}

.table-od100 tr:nth-of-type(2n){
}
.table-od100 th,
.table-od100 td {
	margin: 0.5em 1em;
}
.table-od100 {
	min-width: 100%;
}

.table-od100 th {
	display: none;
}

.table-od100 td {
	display: block;
}

.table-od100 td:before {
	content: attr(data-th) " : ";
	font-weight: bold;
	width: 6.5em;
	display: inline-block;
}

.table-od100 th, .table-od100 td {
	text-align: left;
}

.table-od100 th, .table-od100 td:before {
	font-weight: bold;
}

@media (min-width: 480px) {
	.table-od100 td:before {
		display: none;
	}
	.table-od100 th, .table-od100 td {
		display: table-cell;
		padding: 0.25em 0.5em;
	}
	.table-od100 th:first-child,
	.table-od100 td:first-child {
		padding-left: 0;
	}
	.table-od100 th:last-child,
	.table-od100 td:last-child {
		padding-right: 0;
	}
	.table-od100 th,
	.table-od100 td {
		padding: 1em !important;
	}
}

/*page*/
.page {
    margin-top: 50px;
    margin-bottom: 0;
    text-align: center;
}
.page a, .page a:visited {
    background-color: #fff;
    display: inline-block;
    width: 42px;
    height: 42px;
    font-size: 15px;
    line-height: 42px;
    margin: 10px 5px 0px 5px;
    float: left;
    -webkit-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.page a:hover, .page a.current ,
.page a.prev:hover, .page a.next:hover {
    background-color: #00a0e9;
    color: #FFFFFF;
    text-decoration: none;
}
.page a.prev, .page a.next {
    color: #808080;
}
/*關鍵字索引*/
.filter-button-group {
	text-align: center;
	margin-bottom: 10px;
}
.filter-button-group .btn ,
.filter-button-group .btn:focus {
	border: none;
	color: #666666;
	font-size: 17px;
	font-weight: bold;
	line-height: 1;
	border-radius: 0px;
	padding: 0px 10px 10px 10px;
	margin: 0 10px 10px 10px;
	background-color:transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.filter-button-group .btn:hover {
	color: #00a0e9;
}
.filter-button-group .btn.is-checked {
	color: #00a0e9;
	border-bottom: 3px solid #00a0e9;
}

.filter-button-group .btn:nth-of-type(2).is-checked { border-color: #3d991f; color: #3d991f;}

.filter-button-group .btn:nth-of-type(3).is-checked { border-color: #d9720b; color: #d9720b;}

.filter-button-group .btn:nth-of-type(4).is-checked { border-color: #cc292c; color: #cc292c;}

.filter-button-group .btn:nth-of-type(5).is-checked { border-color: #b3369e; color: #b3369e;}

.filter-button-group .btn:nth-of-type(6).is-checked { border-color: #1f9599; color: #1f9599;}

.filter-button-group .btn:nth-of-type(7).is-checked { border-color: #d9366c; color: #d9366c;}

.filter-button-group .btn:nth-of-type(8).is-checked { border-color: #7E23AF; color: #7E23AF;}

.in_page .keywords_list {
	margin-left: -10px;
	margin-right: -10px;
}
.in_page .keywords_list > div {
	padding: 0px;
}
.in_page .keywords_list a {
	display: block;
	margin: 10px;
	-moz-box-shadow: 0px 0px 6px rgba(0,0,0,0.15);
	-webkit-box-shadow: 0px 0px 6px rgba(0,0,0,0.15);
	box-shadow: 0px 0px 6px rgba(0,0,0,0.15);
	position: relative;
	-webkit-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.in_page .keywords_list a:hover {
	-moz-box-shadow: 0px 0px 8px rgba(0, 160, 233, 0.8);
	-webkit-box-shadow: 0px 0px 8px rgba(0, 160, 233, 0.8);
	box-shadow: 0px 0px 8px rgba(0, 160, 233, 0.8);
	color: #333333;
	-webkit-transform: translate(0, -5px);
	-ms-transform: translate(0, -5px);
	-o-transform: translate(0, -5px);
	transform: translate(0, -5px);
}
.in_page .keywords_list a:before {
	content:"";
	position: absolute;
	z-index: 5;
	top: 0;
	width: 100%;
	height: 2px;
	background-color: #43bf43;
}
.in_page .keywords_list a .cont {
	background-color: #fff;
	padding: 15px 15px 24px 15px;
}
.in_page .keywords_list a .cont .classification {
	float: left;
	margin-bottom: 7px;
	padding-right: 8px;
	padding-left: 8px;
	height: 20px;
	overflow: hidden;
}
.in_page .keywords_list a .cont h3 {
	line-height: 1.3;
	height: 2.6em;
	overflow: hidden;
	font-size: 17px;
	margin-bottom: 13px;
	clear: both;
}
.in_page .keywords_list a .cont p {
	color: #808080;
	height: 3em;
	overflow: hidden;
	font-size: 14px;
	margin-bottom: 10px;
}
/*關鍵字索引-標籤顏色*/
.green .classification ,
.in_page .keywords_list a.green:before {
	background-color: #43bf43;
}
.orange .classification ,
.in_page .keywords_list a.orange:before {
	background-color: #F28B24;
}
.red .classification ,
.in_page .keywords_list a.red:before {
	background-color: #E64548;
}
.purple .classification ,
.in_page .keywords_list a.purple:before {
	background-color: #CC52B8;
}
.green2 .classification ,
.in_page .keywords_list a.green2:before {
	background-color: #36AEB3;
}
.pink .classification ,
.in_page .keywords_list a.pink:before {
	background-color: #F25589;
}
.purple2 .classification ,
.in_page .keywords_list a.purple2:before {
	background-color: #9D33D7;
}
/*聯絡我們*/
.contact .googlemap {
	height: 400px;
}
.contact .information {
	padding-top: 24px;
}
.contact .information p {
	margin-bottom: 11px;
}
.contact .information strong {
	/*color: #D0D0D0;*/
}
.contact .attention {
	margin-top: 16px;
}
.contact .mailbox {
	border-bottom: 1px solid #e6e6e6;
	padding-bottom: 25px;
	margin-bottom: 24px;
}
.contact .mailbox .fa {
	margin-right: 5px;
	vertical-align: -7%;
}
.contact .mailbox strong {
	display: inline-block;
}
.contact .mailbox a {
	color: #00a0e9;
}
.contact .mailbox a:hover {
	text-decoration: underline;
}
/*網站導覽*/
.sitemap {

}
.sitemap > div:nth-of-type(4n+1) {
    clear: both;
}
.sitemap .box {
	-moz-box-shadow: 0px 1px 4px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0px 1px 4px rgba(0,0,0,0.2);
    box-shadow: 0px 1px 4px rgba(0,0,0,0.2);
    margin-bottom: 20px;
}
.sitemap h2 a {
	display: block;
	background-color: #00a0e9;
	color: #fff;
	font-size: 17px;
	padding: 7px 20px;
	-webkit-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.sitemap h2 a:hover {
	background-color: #1ab6ff;
}
.sitemap h2 img {
	width: 20px;
	margin-right: 7px;
	position: relative;
	top: -2px
}
.sitemap ul {
	/*background-color: #f7f7f7;*/
	padding: 15px 15px 15px 15px;
	/*list-style-type: decimal;*/
}
.sitemap ul li {
	margin-bottom: 10px;
}
