﻿@charset "utf-8";
/* ----- Layout ----- */ 
#in_main{
	height: 420px;
	width: 100%;
	background: url(../images/in-main-bg.jpg) center no-repeat; background-size: cover;
	position: relative;
	margin-top: 40px;
	display: flex;
	align-items: center;
}
#in_main .container{ position: relative; z-index: 2}
#in_main:before{
	content: "";
	display: block;
	width: 780px;
	height: 95%;
	position: absolute;
	top: 0;
	right: 10%;
	background: url(../images/in-main-img.png) right top no-repeat; background-size: contain;
	animation-name: m_right;
	transition: all 2s;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
	z-index: 1
  } 

#in_main:after{
	content: "";
	display: block;
	width: 100%;
	height: 4vw;
	background: url(../images/main-bottom-w.png) center bottom no-repeat; background-size: 100% 100%;
	position: absolute;
	left: 0;
	bottom: -5px;
	z-index:1
}
.flexWrap{
	width:100%;
	overflow:hidden;
	margin-top:1.5em;
}
.flexWrap ul{
	display:flex;
	flex-wrap:wrap;
	list-style-type:none;
	margin:-10px !important;
}
.flexWrap li{
	width:calc(100% - 20px);
	margin:10px;
	align-content:center;
	box-sizing:border-box;
	padding:10px;
}
.flexWrap li:has(figure){
	padding:0;
	align-content:flex-start;
}
.flexWrap li img{
	display:block;
	margin:0 auto;
}
.flexWrap li.inFull{
	width:calc(100% - 20px) !important;
}
.SkyBlue ul li:has(img){
	background-color:#e2eff4;
}
.flexWrap figure img{
	max-width:calc(100% - 30px);
}
figure.twoPic:not(figcaption){
	padding:15px;
}
@media screen and (min-width: 768px) {
	.flexWrap.fd2 li,.flexWrap.fd3 li,.flexWrap.fd4 li,
	.flexWrap.fd5 li{width:calc(50% - 20px);}
	figure.twoPic{
		display:flex !important;
		flex-wrap:wrap;
		justify-content:center;
	}
	figure.twoPic img{
		max-width:calc(50% - 20px);
	}
	figure.twoPic figcaption{
		width:100%;
	}
}
@media screen and (min-width: 991px) {
	.flexWrap.fd2 li{width:calc(50% - 20px);}
	.flexWrap.fd3 li{width:calc(33.33% - 20px);}
	.flexWrap.fd4 li{width:calc(25% - 20px);}
	.flexWrap.fd5 li{width:calc(20% - 20px);}
}
/*IN MAIN 內頁主視覺*/
#in_main .slogns strong { color: #fff; font-family: arial; font-weight: bold; text-shadow: 1px 1px 4px rgba(0,0,0,0.5); font-size: 3em;  display: block}
#in_main .slogns strong.set_2{font-size: 2.7em; font-weight: normal; margin-top: 5px}
#in_main .slogns strong em{ font-style: normal; display: inline-block}
#in_main .slogns strong em:first-letter{ font-size: 1.59em; color: #fff100 }
#in_main .slogns strong.set_2 em:first-letter{ font-size: 1.59em; color: #fff;font-weight: bold; } 


/*麵包屑*/
#in_main .paths{ 
	display: inline-block; padding: 8px 12px; padding-left:33px ; border-radius: 15px; background-color: rgba(19,79,98,0.4) ; margin-top: 15px; background-image: url(../images/webadd-ico-home.svg); background-repeat: no-repeat; background-position: 12px 7px; background-size: 1em auto; font-family: arial; font-size: 1.4em; backdrop-filter:blur(5px); text-shadow: 0 0 2px #000}

#in_main .paths a, #in_main .paths span{ color: #fff; line-height: 1.33 }

#in_main .paths a{ margin-right: 0.2em; position: relative;}
#in_main .paths a:hover, #in_main .paths a:focus{ color: #FFF500; font-weight: bold}

#in_main .paths a:after{ 
	content: ""; display: inline-block; width: 1em; height: 1em; vertical-align: middle ;  background: url(../images/webadd-ico-next.svg) center no-repeat; background-size:  auto 70%; }

/*加強底圖顏色深度*/
#in_main .bk_bg{ display: none; width: 100%; height: 100%; z-index: 1; position: absolute; background: rgba(0,0,0,0.25); left: 0; top: 0}

@media screen and (max-width: 1400px) {
 	#in_main:before{ right: 0%; animation-name: none;}
	#in_main {height: 360px;}
	#in_main .slogns strong{ font-size: 2.5em}
	#in_main .slogns strong.set_2 {font-size: 2.2em;}
 }
 
@media screen and (max-width: 1200px) {
 	#in_main {height: 300px;}
	#in_main .slogns strong{ font-size: 2.3em}
	#in_main .slogns strong.set_2 {font-size: 2em;}
 }
@media screen and (max-width: 990px) {
	#in_main .bk_bg{ display: block}
	#in_main:before{ right: -50px;  }
	#in_main{ margin-top: 55px; box-sizing: border-box; padding-bottom: 30px}
 	#in_main {height: 250px;}
	#in_main .slogns strong{ font-size: 2em}
	#in_main .slogns strong.set_2 {font-size: 1.8em;}
	#in_main .container{ width: 95%}
	#in_main .paths{ font-size: 1.2em}
 } 

@media screen and (max-width: 768px) {
	#in_main .slogns strong {font-size: 1.8em;}
	#in_main .slogns strong.set_2 {font-size: 1.6em;}
	
}

@media screen and (max-width: 500px) {
	#in_main .slogns strong {font-size: 1.2em;}
	#in_main .slogns strong em{  margin-bottom: 5px}
	#in_main .slogns strong.set_2 {font-size: 1.15em;}
	#in_main .slogns strong em:first-letter{ font-size: 2.2em; }
	#in_main {height: 210px;}
	 
}

/*展開圖說*/
.noteBtn { 
	text-align:center;
	margin:20px auto;
}
.noteBtn > a { 
	text-decoration:none !important;
	padding:5px 10px;
	border:1px solid #000000;
	color:#000;	
}
.noteBtn.current > a { 
	background-color:#000;
	color:#fff;
}
.noteZone { 
	width:100%;
	float:left;
	color: #333;
	font-size:1em;	
	padding:0;
	margin-bottom:40px;
	box-sizing:border-box;
}
.noteZone ol,.noteZone ul { 
	margin-left:1.5em;
}
.noteZone > ul > li > ul > li { 
	list-style-type:disc;
}
.noteZone > ul > li > ul > li > ul > li { 
	list-style-type:circle;
}
.noteZone > strong { 
	font-size:1.125em;
	font-weight:bold;
}
 /*page_dtbox 資料區*/
 .page_dtbox{ padding: 60px 0 160px 0; position: relative}
.page_dtbox .container { position: relative; z-index: 1}
.page_dtbox:before, .page_dtbox:after{
	content: ""; display: block; position: absolute; width: 390px; height: 470px;
	background: url(../images/green-right.svg) center no-repeat; background-size: contain;
	right: 0 ; top: 50px; transform: translateX(55%); z-index: 0
}

.page_dtbox:before{  
    left: 0;
    transform: rotate(65deg) translate(-71%, 10%);
    top: 12%;
    width: 300px;
} 

.page_dtbox:after{ 
	top: auto; 
	bottom: 90px;
	width: 350px;
    height: 430px;}


.page_dtbox.set2:before{
	top: auto;
    bottom: 100px;
    transform: rotate(65deg) translate(-71%, 0%);
    width: 500px;}

.page_dtbox.set2:after{top: 12%; bottom: auto;}

/*列表形式選擇之切換按鈕*/
.page_list_set{
	display: inline-block;
	float: right;
	padding: 5px;
	background: #e6e6e6;
	border-radius: 25px;
	margin-top: 15px;
	
}

/*預設不顯示已選擇之字樣*/
.page_list_set a i{ display: none}
/*定位時才顯示 報讀軟體可以讀取到已選擇*/
.page_list_set a.on i{ display: inline-block}

.page_list_set a{ 
	display: inline-block; width: 34px; height: 34px; border-radius: 50%; 
	background-color: #b8b8b8; background-position: center; background-size: contain; background-repeat: no-repeat}
.page_list_set a:hover, .page_list_set a:focus{ background-color:#1b6395 }

.page_list_set a:active{ background-color:#000; transform: scale(0.8)}

 /*已定位之跳色*/
.page_list_set a.on{ background-color: #666 !important}

.page_list_set a.btn_list_txt{ background-image: url(../images/list-ico-text.svg)}
.page_list_set a.btn_list_phototxt{ background-image: url(../images/list-ico-phototext.svg)}
.page_list_set a.btn_list_photo{ background-image: url(../images/list-ico-photo.svg)}

.page_search_box{
	display: flex; justify-content: space-between; box-sizing: border-box; padding: 15px 20px; background: #d3eda6; border-radius: 50px; margin-bottom:30px
	
}

.page_search_box select.task{ 
	width: 390px; height: 50px; line-height: 50px; border: 0; border-radius: 25px; 
	padding-right: 44px; background:#fff url(../images/select-bg.svg) right center no-repeat; 
	background-size: 50px; padding-left: 25px; font-size: 1.8em; color: #666; }

.page_search_box select.task:focus{ background:#f9ffc0 url(../images/select-bg-on.svg) right center no-repeat; color:#1b6395}


.page_search_box .ky_box{
	height: 50px; width: calc(100% - 390px - 10px); border-radius: 30px; background: #fff;  color: #666; padding: 0; position: relative
}



.page_search_box .ky_box.full{ width: 100%}

.page_search_box input.page_keyword{
	width: 100%; height: 50px; border: 0; line-height: 50px; padding: 0 60px 0 25px; border-radius: 30px; box-sizing: border-box; margin: 0; position: absolute; left: 0; top: 0; font-size: 1.8em; color: #666
}
.page_search_box .page_keyword:focus{background:#f9ffc0 ; color:#1b6395}
.page_search_box input.page_keyword::placeholder{}


.page_search_box input.page_search { 
	width: 38.6px; height: 38.6px; border-radius: 50%; border: 0; background-color:#5aa654; text-indent: -9999em; overflow: hidden;
	background-image: url(../images/search/header_search.svg); background-size: contain; background-repeat: no-repeat; cursor: pointer;
	position: absolute; right: 8px; top: 50%; transform: translateY(-50%)}

.page_search_box input.page_search:hover, .page_search_box input.page_search:focus{ background-color: #1b6395}

 


/*內頁列表標題*/
.tit_box{ margin-bottom: 20px; margin-top: -1.1em}

.tit_box.b_line{
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 30px
}
.tit_box.b_line h2{ margin-bottom: 0}

.tit_box h2{
	display: inline-block;
	position: relative;
	font-size: 4.588em;
	font-weight: bold;
	color: #5aa654;
	width: auto;
 	line-height: 1.33
 }
.tit_box h2:after {
    content: "";
    display: inline-block;
    width: 0.6em;
    height: 0.7em;
    background: url(../images/title-green.png) center no-repeat;
    background-size: contain;
    vertical-align: top;
}
 
.tit_box h2:first-letter { font-size: 127%; color: #1b6395}

/*-------data_list 列表資料---------*/
/*
	#lists 種列表切換模式 
	.pt_list 圖文列表模式
	.p_list  圖片列表模式
	.t_list  文字列表模式
*/
/*預設圖文列表*/
.data_list{
	list-style: none;
	display: block;
	padding: 15px 0;
	border-top:1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin-top: 15px
}

.data_list li{ display: block;}

.data_list li a{ 
	display: flex;
	justify-content: space-between;
	box-sizing: border-box;
	padding: 15px 0;
	border-bottom: 1px dashed #ccc;
	font-family: arial;
	position: relative
}

.data_list li:last-child a{border-bottom: 0px ;}

.data_list li a .zoomBox{
	width: 287px;
	height: 195px;
	border-radius: 15px;
	position: relative;
}
/*放大鏡符號*/
.data_list li a .zoomBox:before{
	content: ""; display: block; width: 77px; height: 77px; border-radius: 50%; background: rgba(0,0,0,0.5) url(../images/search/header_search.svg) center no-repeat; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); opacity: 0; z-index: 1; transition: all 0.5s
}
.data_list li a:hover .zoomBox:before, .data_list li a:focus .zoomBox:before { opacity: 1; width:55px; height: 55px}

.data_list li a .zoomBox:after{
	content: ""; display: block; width: 100%; height: 100%; position: absolute; z-index: 0; left: 0; top: 0; background: rgba(0,0,0,0.5); transition: all 0.5s; opacity: 0
}
/*hover圖片變深*/
.data_list li a:hover .zoomBox:after, .data_list li a:hover .zoomBox:after{ opacity: 1}
 

.data_list li a .txt_box{
	width: calc(100% - 287px - 17px);
	margin-left: 17px;
}

.data_list li a .txt_box .tit{
	font-size: 2.5em; color: #1b6395;
	display: block;
	line-height: 1.3;
	margin-bottom: 10px;
	font-family: arial;
	font-weight: normal
}

.data_list li a:hover .txt_box .tit, .data_list li a:focus .txt_box .tit{ color: #32872c; font-weight: bold;}

.data_list li a .txt_box .times{ color: #666; font-size: 1.5em;}
.data_list li a .txt_box .times .ex{ display: inline-block;margin-bottom: 10px; }
  .data_list li a .txt_box .times time{ color:#32872c; display: inline-block;margin-bottom: 10px; margin-right: 10px}


.data_list li a .txt_box .times i{ font-style: normal; display: inline-block; margin-left: 10px; padding-left: 10px; border-left: 1px solid #ccc}

.data_list li a .txt_box p{ color: #666; line-height: 1.5; font-size: 1.6em}

.data_list li a:hover .txt_box p, .data_list li a:focus .txt_box p{ color: #000}

/*多元模組 ICON設置*/
.data_list.lavels li a{ padding-right: 75px;}/*右方空*/

.data_list.lavels li a .i_type{
	display: block;
	width: 60px; height: 60px; border-radius: 50%; 
	background-position: center; background-repeat: no-repeat; background-size: contain;
	position: absolute; right: 0; top: 50%; transform: translateY(-50%);
}

.data_list.lavels li a .i_type.detail{
	background-image: url(../images/list-ico-detail.svg);
	background-color: #f7931e
}

.data_list.lavels li a:hover .i_type.detail, .data_list.lavels li a:hover .i_type.detail{background-color: #af640e}

.data_list.lavels li a .i_type.link{
	background-image: url(../images/list-ico-link.svg);
	background-color: #29abe2
}


.data_list.lavels li a:hover .i_type.link, .data_list.lavels li a:hover .i_type.link{background-color: #0f7eae}

.data_list.lavels li a .i_type.download{
	background-image: url(../images/list-ico-download.svg);
	background-color: #f76775
}


.data_list.lavels li a:hover .i_type.download, .data_list.lavels li a:hover .i_type.download{background-color: #ca4956}


.data_list.lavels li a .i_type.category{
	background-image: url(../images/list-ico-class.svg);
	background-color: #8cc63f
}

.data_list.lavels li a:hover .i_type.category, .data_list.lavels li a:hover .i_type.category{background-color: #4b8500}



/** page 123**/
#page{
	display: block;
 	width:100%;
	margin:30px auto 0 auto;
}	
#page .total {
 	display:block;
	color:#666;
	font-size:1.4em;
	text-align:center;
 	float:right;
	line-height:38px;
	padding:0 20px;
 	background-color:#fff;
	vertical-align:top
}
 
#page .num {
	text-align:center; float:left; vertical-align:top
}
#page .num a {
	display:none;
	font-family:Arial, Helvetica, sans-serif;
 	font-weight:bold;
 	vertical-align:middle;
	overflow:hidden;
 	width:40px; height:40px;
	box-sizing:border-box;
	border-radius:100%;
 	background-color:#fff;
	line-height:38px;
	color:#666;
	margin: 0 3px
}
#page .num .cur{	
	display:inline-block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:2.1em;
	font-weight:bold;
	text-align:center;	
	line-height:40px;
	width:40px; height:40px;
	border-radius:50%;
	vertical-align:middle;
	cursor:text;
 	background-color: #32872c;
    color: #fff;
	margin: 0 3px
}

#page .num a.btn-first {
	position:relative;
	display:inline-block;
	width:45px;
	height:45px;
	text-align:left;
 	box-sizing:border-box;
 }

#page .num a.btn-prev {
	position:relative;
	display:inline-block;
	width:45px;
	height:45px;
	text-align:left;
 	box-sizing:border-box;
 }

#page .num a.btn-next {
	position:relative;
	display:inline-block;
	width:45px;
	height:45px;
	text-align:left;
 	box-sizing:border-box;
 }

#page .num a.btn-last {
	position:relative;
	display:inline-block;
	width:45px;
	height:45px;
	text-align:left;
 	box-sizing:border-box;
 }

#page .num a.btn{ background-color:#d6e7d5; position: relative}
#page .num a.btn:hover,
#page .num a.btn:focus { background-color: #1b6395;}

/*first*/
#page .num a.btn-first::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 2px;
    height: 14px;
    z-index: 2;
    margin: -7px 0px 0px -5px;
    background: #000;
 }

#page .num a.btn-first:hover::before, #page .num a.btn-first:focus::before{ background: #fff} 

 
#page .num a.btn-first::after {
	content:"";
	display:block;
	position:absolute;
	top:50%;
	left:50%;
	width:8px;
	height:8px;
	border-left:2px solid #000;
	border-bottom:2px solid #000;
	margin:-5px 0 0 1px;
	z-index:2;
	transform:rotate(45deg);
 }

#page .num a.btn-first:hover::after, #page .num a.btn-first:focus::after{border-left:2px solid #FFF; border-bottom:2px solid #FFF;}


/*prev*/
#page .num a.btn-prev::after {
	content:"";
	display:block;
	position:absolute;
	top:50%;
	left:50%;
	width:8px;
	height:8px;
	border-left:2px solid #000;
	border-bottom:2px solid #000;
	margin:-5px 0 0 -3px;
	z-index:2;
	transform:rotate(45deg);
 }

#page .num a.btn-prev:hover::after, #page .num a.btn-prev:focus::after{border-left:2px solid #fff; border-bottom:2px solid #fff;}

/*next*/
#page .num a.btn-next::after {
	content:"";
	display:block;
	position:absolute;
	top:50%;
	right:50%;
	width:8px;
	height:8px;
	border-top:2px solid #000;
	border-right:2px solid #000;
	margin:-5px -3px 0 0 ;
	z-index:2;
	transform:rotate(45deg);
 }

#page .num a.btn-next:hover::after, #page .num a.btn-next:focus::after{	border-top:2px solid #fff;	border-right:2px solid #fff;}

/*last*/
#page .num a.btn-last::before {
	content:"";
	display:block;
	position:absolute;
	top:50%;
	right:50%;
	width:2px;
	height:14px;
	margin:-7px -5px 0 0 ;
	background:#000;
	z-index:2;
 }
#page .num a.btn-last:hover::before,  #page .num a.btn-last:focus::before{background:#fff;}

#page .num a.btn-last::after {
	content:"";
	display:block;
	position:absolute;
	top:50%;
	right:50%;
	width:8px;
	height:8px;
	border-top:2px solid #000;
	border-right:2px solid #000;
	margin:-5px 1px 0 0;
	z-index:2;
	transform:rotate(45deg);
 }

#page .num a.btn-last:hover::after, #page .num a.btn-last:focus::after{ border-top:2px solid #fff; border-right:2px solid #fff;}

.listset2{ height: 0; overflow: hidden; visibility: hidden; opacity: 0}


/*預設圖文列表不用設置*/

/*顯示文字列表 .data_list.t_list*/
.data_list.t_list li a .zoomBox{ display: none}
.data_list.t_list li a .txt_box { width: 100%; margin-left: 0}

/*顯示為圖片列表*/
.data_list.p_list{ display: flex; flex-wrap: wrap; justify-content:left; width: calc(100% + 16px); margin-left: -8px; margin-right: -8px}
.data_list.p_list li{ width: calc(33.333% - 16px); margin: 0  8px 10px 8px; border: 0; }
.data_list.p_list li a{ display: block;  border: 0; padding: 0  !important}
.data_list.p_list li a .zoomBox{ width: 100%; height: 0; padding-bottom: 64%; margin-bottom: 10px}
.data_list.p_list li a .txt_box { width: 100%; margin-left: 0; padding-right: 0}
.data_list.p_list li a .txt_box .tit{ font-size: 2em; font-weight: normal}
.data_list.p_list li a:hover .txt_box .tit, .data_list.p_list li a:focus .txt_box .tit{font-weight: bold}
.data_list.p_list li a .txt_box p{ display: none !important}
.data_list.p_list li a .i_type{ position: absolute; right: 10px; top: 33px; width: 50px; height: 50px; border: 1px solid rgba(255,255,255,0.5)}


/*detail page*/
.tit_box .pstxt_box{
	display: block; box-sizing: border-box; padding: 10px 15px ; border-radius: 50px; background: #e9f6d2; font-size: 1.5em; line-height: 1.1; color: #3e3a39;  
	width: 100%; margin-top: 20px  
}

.tit_box .pstxt_box span{ display: inline-block; margin-left: 10px; padding-left: 22px; background-position: left center; background-repeat: no-repeat; background-size: auto 1.1em; line-height: 33px}

.tit_box .pstxt_box span strong{ font-weight: normal}

.tit_box .pstxt_box span.i_time{ background-image: url(../images/detail-ico-time.svg)}
.tit_box .pstxt_box span.i_visit{ background-image: url(../images/detail-ico-visited.svg); padding-left: 28px}

.tit_box .pstxt_box .right_bks{ float: right;}
.tit_box .pstxt_box .right_bks a{ 
	display: inline-block; width: 33px; height: 33px; border-radius: 50%; margin-left: 1px; 
	background-color: rgba(50,135,44,0.5); background-repeat: no-repeat; background-size: contain; }
.tit_box .pstxt_box .right_bks a.i_print{ background-image: url(../images/detail-ico-print.svg);}
.tit_box .pstxt_box .right_bks a.i_back{ background-image: url(../images/detail-ico-back.svg);}

.tit_box .pstxt_box .right_bks a:hover, .tit_box .pstxt_box .right_bks a:focus{background-color: rgba(50,135,44,1)}


/* .html_edits 編輯區*/

.html_edits{ margin-top: 60px; position: relative; font-size: 1.6em; line-height: 1.6; font-family:  arial; margin-bottom: 80px}

.html_edits table{ width: 100%; max-width: 100%; margin: 2em 0}

.html_edits table th , .html_edits table td{ border: 1px solid #666;  padding: 5px 8px; vertical-align: middle}
.html_edits table tr:nth-child(even){ background-color:rgba(255,255,255,0.3)}
.html_edits table tr:nth-child(odd){ background-color:rgba(0,0,0,0.03)}

.html_edits table th { background: #e3f4bd; color: #000; font-weight: bold;}
.html_edits table caption{ font-size: 110%; font-weight: bold; margin-bottom: 15px; color: #1b6395}
.html_edits a{ text-decoration: underline}
.html_edits ul{ margin-left: 1.5em}
.html_edits ul li::marker, .html_edits ol li::marker{ color: #32872c}
.html_edits ol{ margin-left: 1.75em}

.html_edits p:has(+p),.html_edits ul:has(+*){margin-bottom: 1.65em}
.html_edits p:has(+ul),.html_edits p:has(+ol){margin-bottom: 0.65em}
.html_edits h3{ font-size: 170%; color:#1b6395; margin: 1em 0 0.5em 0; display: block ; padding-bottom: 0px; margin-bottom: 20px; border-bottom: 1px solid #80B795}
.html_edits h3 *{ font-weight: 600 }
 .html_edits h4{ font-size: 150%; color: #32872c; margin: 0.5em 0 0.25em 0;}
.html_edits h5{ font-size: 130%; color: #1b6395; margin: 0.5em 0 0.25em 0;}
.html_edits .cntHeadTx {
	font-size: 130%;
	background-color: #32872c;
	color: #fff;
	border-radius: 30px;
	padding: 10px 20px;
	box-sizing: border-box;
	display:inline-block;
}
.html_edits * + .cntHeadTx{
	margin-top:1em;
}
.html_edits figure{	display: block; padding: 15px 0 0 0; padding-bottom: 0; border: 1px solid #ccc; background: url(../images/bgxx.gif); text-align: center; box-sizing: border-box; margin-bottom: 25px; border-radius: 15px; overflow: hidden;  }
.html_edits * + figure{ margin-top:1.5em;}
.html_edits .pic figure{ display: inline-block}
.html_edits figure img{
	margin: 0 15px;
	max-width:calc(100% - 30px);
}
.html_edits figure figcaption{ margin-top: 15px; color: #666; font-size: 80%; padding: 15px; box-sizing: border-box; background: #fff; text-align: center}
.inBox{
	width:100%;
	box-sizing:border-box;
	padding:15px;
	margin:1.5em 0;
}
.videoBox{
	width:100%;
	margin: 1.5em auto;
}
.videoBox > span,.videoBox .inBox{
    position: relative;
    overflow: hidden;
    padding-bottom: 56.25%;
    height: 0;
    max-width: 100%;
    width: 100%;
    display: block;
    border-radius: 2vw;
    background-color: #000;
}
.videoBox span iframe,
.videoBox .inBox iframe,
.videoBox span object,
.videoBox span embed,
.videoBox span video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.cntWrap .wp-post-image{display: inline-block; }
.alignleft{ float: left;margin: 0 30px 20px 0; display: inline-block; }
.alignright{float: right;margin: 0 0 20px 30px;}
.wp-post-image{border-radius: 10px}

.proj-info {
    padding: 20px;
    border: solid 1px #fff;
	background-color: #dfecf3;
	border-radius: 15px;
    border-width: 0 0 1px 0;
    display: inline-block;
    width: 100%;
	box-sizing: border-box;
	margin-top: 1.5em;
}

.proj-info.s2{  display: block; margin-top: 2px} 

.alignleft.s2{max-width: calc(50% - 30px); height: auto}
.alignright.s2{max-width: calc(50% - 30px); height: auto}

.proj-info .info-item:has(+.info-item){ margin-bottom:10px;}
.proj-info .info-item:has(+*[class$="-button"]) {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #fff;
}
.proj-info .label {color: #145f92; font-weight: bold;}
.proj-info .info {color: #333;}
.proj-info *[class$="-button"]{
	position: relative;
	padding-left: 26px;
	font-weight: bold;
}
.proj-info a{ text-decoration: none;}
.proj-info *[class$="-button"]::before{
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top:0.75em;
	width: 20px;
	height: 20px;
	margin-top: -10px;
}
.proj-info .download-button::before{
	background-image: url(../images/proj_download.svg);
}
.proj-info .contact-button::before{
	background-image: url(../images/proj_contact.svg);
}
/*區塊標題*/
.page_dtbox .dt_tits{ 
	font-size: 4.5em; font-weight: bold; color: #5aa654; position: relative;
	line-height: 1.33; display: block; padding-left: 1.644em;
	margin-bottom: 30px;
 }
.page_dtbox .dt_tits:before{
	content: ""; display: block; width: 1.33em; height: 1.33em; border-radius: 50%; position: absolute; left: 0; top: 0;
	background-color: #5aa654; background-position: center; background-repeat: no-repeat; background-size: contain;
 }

.page_dtbox .dt_tits.i_photos:before{ background-image: url(../images/detail-ico-photo-w.svg)}
.page_dtbox .dt_tits.i_links:before{ background-image: url(../images/detail-ico-links-w.svg)}
.page_dtbox .dt_tits.i_files:before{ background-image: url(../images/detail-ico-files-w.svg)}

/*相簿*/
#gallery {
	width:100%;
	margin:0 auto; margin-bottom: 70px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 25px 0;
	display: block
 	
}
#gallery ul {
	list-style:none;
	letter-spacing:-9px;
	margin: -10px;
	
}
#gallery ul li {
	display:inline-block;
	width:25%;
	letter-spacing:0;
	padding:10px;
	vertical-align:top;
	box-sizing:border-box;
}
#gallery ul li a {
	float:left;
    width:100%;
	height:100%;
	color:#000;
}
#gallery ul li a:hover,
#gallery ul li a:focus {
	color:#5aa654;
}
#gallery figure {
	margin:0;
}
#gallery figure .pic {
    position: relative;
     width: 100%;
	height:0;
	padding-bottom:66.66%;
    overflow: hidden;
	background: url(../images/bgxx.gif);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	border-radius: 15px
}
#gallery figure .pic img {
    width: auto;
    max-width: 100%;
    overflow: hidden;
    max-height: 100%;
    height: auto!important;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
       -moz-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
         -o-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
    -webkit-transition:0.4s;
	   -moz-transition:0.4s;
         -o-transition:0.4s;
            transition:0.4s;														
}
#gallery a:hover figure .pic img,
#gallery a:focus figure .pic img {
    -webkit-transform:translate(-50%,-50%) scale(1.08);
	   -moz-transform:translate(-50%,-50%) scale(1.08);
        -ms-transform:translate(-50%,-50%) scale(1.08);
         -o-transform:translate(-50%,-50%) scale(1.08);    
            transform:translate(-50%,-50%) scale(1.08);							
}
#gallery figure figcaption {
	font-size:1.6em;
	color:#333;
	line-height:130%;
	font-weight:bold;
	margin-top:10px;
}
#gallery a:hover figure figcaption,
#gallery a:focus figure figcaption {
	color:#32872c;	
}
@media screen and (max-width:990px) {
	#gallery ul li {width:33.33%;}
}

@media screen and (max-width:640px) {
	#gallery figure figcaption {font-size:1.5em;}
	#gallery ul li {width:50%;}
}
@media screen and (max-width:360px) {
	#gallery ul li {width:100%;}
}


/*下載區 links_box*/
.links_box{ margin-bottom: 50px}
.links_box a{
	position: relative;
	display: block;
	box-sizing: border-box;
	padding: 25px 100px;
	background-color: #f7f7f7;
	border-radius: 25px;
	box-shadow: 1.3px 1.3px 0 #ccc;
	margin-bottom: 15px;
	background-image: url(../images/detail-ico-links-g.svg);
	background-position: 30px center;
	background-repeat: no-repeat;
	background-size: 51.8px auto;
	line-height: 1.5
}

.links_box.files_set a{
	background-image: url(../images/detail-ico-files-g.svg);
	background-size: 54.77px auto;
}


.links_box a:hover, .links_box a:focus{ background-color: #E9FEFF}

.links_box.files_set a:hover, .links_box a:focus{ background-color:#FFE9E9}

.links_box a:after{
	content: "";
	display: block;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background:#29abe2 url(../images/list-ico-link.svg) center no-repeat; 
	background-size: contain !important;
	position: absolute;
	right:28px;
	top: 50%;
	transform: translateY(-50%)
}
.links_box.files_set a:after{
 	background:#f76775 url(../images/list-ico-download.svg) center no-repeat; 
  }

.links_box.files_set a:hover:after, .links_box.files_set a:focus:after{
 	background:#ce2941 url(../images/list-ico-download.svg) center no-repeat; 
  }

.links_box a strong{
	display: block;
 	font-size: 2.5em;
	font-weight: bold;
	color: #000;
	margin-bottom: 5px;
	word-break: break-all;
}
.links_box a:hover strong, .links_box a:focus strong{ color: #1b6395}

.links_box.files_set a:hover strong, .links_box.files_set a:focus strong{ color: #ce2941}

.links_box a:hover:after, .links_box a:focus:after{ background-color:#1B6395 }
.links_box a p{
	display: block;
 	color: #666;
	font-size: 1.8em;
	word-wrap:break-word
}

.links_box a p span{display: inline-block; padding-right: 15px; margin-right: 15px; border-right: 1px solid #ccc}
.links_box a p span:last-child{ margin-right: 0; padding-right: 0; border-right: 0;}

/*back_btn*/

.back_btn{
	text-align: center; margin-top: 25px;
}

.back_btn.topline{ padding-top: 40px; border-top: 1px solid #ccc; margin-top: 40px}

.back_btn a{ 
	display: inline-block; line-height: 50px; height: 50px; border-radius: 50px; padding: 0 60px 0 30px; 
	background-color: #5aa654; color: #fff; font-size: 1.9em; font-weight: bold; position: relative;}

.back_btn a:hover, .back_btn a:focus{ background-color: #298c1e}

.back_btn a:after{
	content: ""; display: block; width: 34.8px; height: 34.8px; border-radius: 50%; background-color:rgba(0,0,0,0.4); position: absolute; right: 10px; top: 50%; transform: translateY(-50%); background-image: url(../images/detail-ico-back.svg); background-position: center; background-repeat: no-repeat; background-size: contain;
}

/*max_x 表格用限制寬*/
.html_edits  .max_x{
	width: 100%;
	overflow-x: auto;
	margin: 30px 0
}

.html_edits  .max_x table{
	margin: 0
}

@media screen and (max-width:990px) {
	.page_search_box select.task, .page_search_box .ky_box{ width: calc(50% - 5px)}
	.data_list li a .zoomBox{ width: 195px; height: 140px;}
	.data_list li a .txt_box { width: calc(100% - 195px - 17px); }
	.tit_box h2 { font-size: 3.5em}
	.data_list li a .txt_box .tit{ font-size: 2em}
	.data_list.lavels li a .i_type {width: 50px;height: 50px;}
	.data_list.lavels li a { padding-right: 60px;}
	.data_list li a .txt_box p { font-size: 1.45em}
	
	.data_list.p_list li a .txt_box .tit{ font-size: 1.8em; }
	.page_dtbox { padding: 60px 0 60px 0;}
	.page_dtbox .dt_tits {font-size: 3.5em;}
	.links_box a strong {font-size: 2em;}
	.html_edits{font-size: 1.55em;}

}
@media screen and (max-width:768px) {
	.data_list.p_list li{ width: calc(50% - 10px); }
	
	.data_list.lavels li a{ padding-right: 0}
	.data_list li a .zoomBox {width: 160px;height: 140px;}
	.data_list.lavels li a .i_type {
		width: 35px;
		height: 35px;
		 right: auto;
		left: 6px;
		top: 20px;
		transform: none;
		border: 1px solid rgba(255, 255, 255, 0.5);}
	
	.data_list.lavels.t_list li a .i_type{left: auto; right: 0; top: 50%; transform: translateY(-50%)}
	.data_list.lavels.t_list li a{ padding-right: 45px;}
 	.data_list.lavels.p_list li a .i_type {right: 7px;top: 6px; left: auto}
 	.data_list li a .txt_box {width: calc(100% - 160px - 17px);}
	.tit_box h2{ display: block;   width: 100%; max-width: 100%; font-size: 2.8em;}
	.page_list_set.listset1{ height: 0; overflow: hidden; visibility: hidden; opacity: 0}
	.listset2{  height: auto; overflow: visible; visibility: visible; opacity: 1; margin-bottom: -15px}
	.listset2 .page_list_set{ float: right;}
	.page_list_set a {width: 30px;height: 30px;}
	.page_list_set{ border-bottom-left-radius: 0; border-bottom-right-radius: 0; padding: 5px 12px 2px 12px; margin: 0}
	.page_search_box{ margin-bottom: 20px}
	.tit_box{ margin-bottom: 0}
	/*.tit_box h2:after {position: absolute;left: 0.8em; top: -0.45em;;}*/
	.data_list li a .txt_box .tit {font-size: 1.7em; }
	.data_list.p_list li { width: calc(50% - 16px);}
	.data_list.p_list li a .txt_box .tit {font-size: 1.5em }
	.page_dtbox:before, .page_dtbox:after{ opacity: 0.5}
	.page_dtbox .dt_tits {font-size: 3em;}
	.links_box a{ background-image: none !important; padding-left: 25px}
	.links_box a p {font-size: 1.4em;}
	.links_box a strong {font-size: 1.7em; }
	.links_box a:after { width: 44px;height: 44px; right: 20px}
	.links_box a {padding: 15px 70px 15px 25px;}
	.links_box a p span{padding-right: 8px; margin-right:8px;}
	
	.back_btn a{line-height: 40px; height: 40px; border-radius: 40px; padding:0 50px 0 20px;font-size: 1.em; }
	.back_btn a:after{ width: 30px; height: 30px; }
  	.html_edits {font-size: 1.45em;}
}

@media screen and (max-width:650px) {
	/*.tit_box .pstxt_box span strong{ display: none}*/
}

@media screen and (max-width:500px) {
	.page_search_box{ display: block; padding: 10px; border-radius: 30px;}
	.page_search_box select.task, .page_search_box .ky_box{width: 100%}
	.page_search_box select.task{ margin-bottom: 10px}
	.page_search_box select.task , .page_search_box input.page_keyword{ height: 40px;line-height: 40px;}
	.page_search_box .ky_box {height: 40px;}
	.page_search_box input.page_search {width: 34px;height: 34px;right: 5px; }
	.data_list li a .zoomBox {width: 110px;}
	.data_list li a .txt_box {width: calc(100% - 110px - 17px);}
	 .data_list li a .txt_box .tit {font-size: 1.6em;}
	.data_list li a .txt_box .times {font-size: 1.2em;}
	.data_list li a .txt_box p {font-size: 1.35em; }
 	.data_list.p_list li {width: 100%;}
 	.page_search_box select.task, .page_search_box input.page_keyword { font-size: 1.5em}
	.page_dtbox:before, .page_dtbox:after{ display: none}
	.links_box a strong {font-size: 1.5em; }
	.links_box a:after {width: 40px;height: 40px;right: 13px;}
	.links_box a p {font-size: 1.3em; }
	.links_box a {padding: 15px 60px 15px 25px;}
	page_dtbox .dt_tits{ margin-bottom: 20px}
	.html_edits {font-size: 1.4em;}
	.tit_box h2{ font-size: 2.2em}
	.html_edits h3 {font-size: 130%;}
	.html_edits h4 {font-size: 125%;}
	.html_edits h5 {font-size: 120%;}
}



/*Webservice單元*/
/*有左側選單*/
.page_dtbox .LR_box{
	 
}

.page_dtbox .LR_box .left_smenu{
	width: 270px; margin-right: 40px;
	background: #5aa654 url(../images/green-right.svg) center no-repeat;
	background-size: 120%;
	color: #fff; position: relative;
	border-radius: 20px;
	float: left
}



.page_dtbox .LR_box .left_smenu ul{
	display: block; padding: 20px;
	list-style: none;
	box-sizing: border-box
}
.page_dtbox .LR_box .left_smenu ul li{
	display: block; margin-bottom: 5px
}
.page_dtbox .LR_box .left_smenu ul li a{
	display: block;
    border-radius: 10px;
    padding: 10px;
    box-sizing: border-box;
    background-color: rgba(255, 255, 255, 0.8);
    font-size: 1.7em;
    color: #333;
    line-height: 1.5;
    padding-right: 30px;
    background-image: url(../images/comTitle.svg);
    background-position: calc(100% - 10px) center;
    background-repeat: no-repeat;
    background-size: 0.7em;
}

.page_dtbox .LR_box .left_smenu ul li a:hover, .page_dtbox .LR_box .left_smenu ul li a:focus{ background-color: #f9ffc0; font-weight: bold; color:#1b6395 }



.page_dtbox .LR_box .left_smenu ul li a.on{
	background-color: #fff;font-weight: bold;
}

/*.page_dtbox .flex_box .left_smenu:before{
	content: ""; display: block; width: 100%; height: 25px;
	top: -2px; left: 0; background: url(../images/smenu_top_bg1.png) center top no-repeat;
	position: absolute; background-size: 100% 100% 
}*/

.page_dtbox .LR_box .left_smenu h2{
	display: block;
    text-align: center;
    font-family: arial;
    font-weight: bold;
    color: #fff;
    text-shadow: 0 0 5px #000;
    font-size: 3em;
	line-height: 1.3;
    padding: 35px 0 10px 0;
}

.page_dtbox .LR_box .right_data{
	width: calc(100% - 270px - 40px);
	float: right;
	position: relative
}

.page_dtbox .LR_box .left_smenu .acKey,  .page_dtbox .LR_box .right_data .acKey{
	position: absolute; left: -1em; top: -1em
}


@media screen and (max-width:990px) {
	#smenus{ display: none}
	.page_dtbox .LR_box .left_smenu{ width: 100%; margin-bottom: 40px;float: none; margin-right: 0}
	.page_dtbox .LR_box .right_data{ width: 100%; float: none}
	.page_dtbox .LR_box .left_smenu h2{  text-align: left; box-sizing: border-box;   padding: 15px 60px 15px 25px}
	.page_dtbox .LR_box .left_smenu #sm_open{
		position: absolute; width: 40px; height: 40px; border-radius: 50%;  right: 15px; top: 15px;   
		background-image: url(../images/search/header_search_X.svg) ; background-position:  center  ; background-repeat: no-repeat; 
		background-size: contain; transform: rotate(45deg); box-sizing: border-box; cursor: pointer;
		transition: all 0.4s; border: 1px solid #fff; background-color: rgba(0,0,0,0.5)
	}
	
	.page_dtbox .LR_box .left_smenu #sm_open .open{ display: block}
	.page_dtbox .LR_box .left_smenu #sm_open .close{ display: none}
	
	.page_dtbox .LR_box .left_smenu #sm_open.on .open{ display: none}
	.page_dtbox .LR_box .left_smenu #sm_open.on .close{ display: block}
	
	.page_dtbox .LR_box .left_smenu #sm_open:hover{ background-color: rgba(0,0,0,0.8);}
	.page_dtbox .LR_box .left_smenu #sm_open.on{transform: rotate(0deg);}
	.page_dtbox .LR_box .left_smenu ul{ padding-top: 0}
}


/*sitemap*/
/*-------sitemap--------*/
.sitmapinfo {
	width: 100%;
	color: #000;
	font-size: 1.5em;
	line-height:150%;
	margin-bottom:25px;
	font-family: arial
}
.sitmapinfo p {
	text-align:justify;
	margin:15px 0;
}
.sitmapinfo p:first-of-type {
	margin-top:0;
}
.sitmapinfo p:last-of-type {
	margin-bottom:0;
}
.sitmapinfo ul {
 	margin:10px 0; 
	padding: 0px;
	list-style: none
}
.sitmapinfo ul li { 
	margin: 10px 0 10px 0em;
    padding-left: 1.5em;
    background: url(../images/comTitle.svg) left 4px no-repeat;
    background-size: 1em;
}

 

ul.sitemap{
	display:block;
	list-style:none;
	display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	width:calc(100% + 20px);
	margin-left:-10px;
	margin-right:-10px;
	 margin-top:15px;}
	
ul.sitemap > li{
	display:block;
	float:left;
	width:calc(33.333% - 20px);
	box-sizing:border-box;
	margin:10px;
	
	}	
	
ul.sitemap > li > a{
	display:block;
	padding:10px;
	box-sizing:border-box;
	border-radius: 10px 10px 0 0;
	background-color:#32872c;
	color:#fff;
	font-size:1.65em;
	font-weight:bold;
	line-height: 1.5}

/*數字對齊*/
ul.sitemap  li  a{ display: flex !important}
ul.sitemap  li  a em{ font-style: normal; color: #FFF468 }
ul.sitemap  li  a span{ display: inline-block; padding-left: 8px; box-sizing: border-box}
ul.sitemap > li > a > em{width: 1em}
ul.sitemap > li > a > span{ width: calc(100% - 1em)}
ul.sitemap > li > ul > li > a > em{ width: 2em; color: #267e20}
ul.sitemap > li > ul > li > a:hover > em, ul.sitemap > li > ul > li > a:focus > em, ul.sitemap > li > ul > li > a.open > em{ color: #FFF468 }
ul.sitemap > li > ul > li > a > span{ width: calc(100% - 2em)}
ul.sitemap > li > ul > li.lv2 > ul li a > em{ width: 4em; color: #267e20} 
ul.sitemap > li > ul > li.lv2 > ul li a:hover > em, ul.sitemap > li > ul > li.lv2 > ul li a:focus > em, ul.sitemap > li > ul > li.lv2 > ul li a.open > em{color: #FFF468 } 
ul.sitemap > li > ul > li.lv2 > ul li a > span{ width: calc(100% - 4em)} 


ul.sitemap > li > a:hover, 
ul.sitemap > li > a:focus{
	background-color:#333;
	color: #fff !important
}
 

ul.sitemap > li > ul{
	display:block;
	list-style:none;}
	
ul.sitemap > li > ul > li{
	display:block;}	
		
ul.sitemap > li > ul > li > a{
	display:block;
	padding:10px;
	box-sizing:border-box;
	border-bottom:1px dashed #ccc;
	font-size:1.5em;
	color:#666;
	line-height:1.5;
	}
	
ul.sitemap > li > ul > li.lv2 > a{
	padding-right:35px;
	position:relative;}	
	
ul.sitemap > li > ul > li.lv2 > a:after{
	content:'';
	background:#5aa654 url(../images/search/header_search_X.svg) center no-repeat;
	background-size: contain !important;
	border-radius: 50%;
	transform:rotate(45deg);
	display:block;
	width:20px; height:20px;
	color:#ccc;
	font-size:1.5em;
	line-height:18px;
 	position:absolute;
	right:10px;
	top:50%;
	margin-top:-10px;
	z-index:2;
	opacity: 0.5;
	transition:all 0.4s}	
	
ul.sitemap > li > ul > li.lv2 > a.open:after{
	transform:rotate(0deg);background:#000 url(../images/search/header_search_X.svg) center no-repeat; opacity: 1
	 }	
ul.sitemap > li > ul > li.lv2 > a:hover:after, 
ul.sitemap > li > ul > li.lv2 > a:focus:after{
	color:#fff; opacity: 1}	
ul.sitemap > li > ul > li > a:hover, 
ul.sitemap > li > ul > li > a:focus,
ul.sitemap > li > ul > li.lv2 > a.open{
	background-color:#666;
	color:#FFF !important;
	font-weight:bold;}
	
ul.sitemap > li > ul > li.lv2 > ul{
	box-sizing:border-box;
 	display:block;}
	
ul.sitemap > li > ul > li.lv2 > ul li{
	display:block;}	
	
ul.sitemap > li > ul > li.lv2 > ul li a{
	display:block;
	border-bottom:1px dashed #ccc;
	font-size:1.45em;
	line-height: 1.5;
	padding:10px;
	color:#666;
	background-color:#f2fae4;
	}

ul.sitemap > li > ul > li.lv2 > ul li:last-child a{border-bottom:1px solid #999;}


	
ul.sitemap > li > ul > li.lv2 > ul li a:hover,
ul.sitemap > li > ul > li.lv2 > ul li a:focus{
	background-color:#1b6395;
	color:#fff;}		
			

@media screen and (max-width:1100px) {
	ul.sitemap > li{width:calc(50% - 20px);}
	
}

@media screen and (max-width:600px) {
	ul.sitemap > li{width:100%; margin:0 0 15px 0}
	.page_dtbox .LR_box .left_smenu h2{ font-size: 2.3em}
	.page_dtbox .LR_box .left_smenu #sm_open{ top: 10px}
	.alignleft.s2{ max-width: 100%; width: 100%; margin-right: 0 !important; margin-left: 0 !important}
	.alignright.s2{ max-width: 100%; width: 100%; margin-left: 0 !important; margin-left: 0 !important}

}


 


.nomal_txt{
	font-size: 1.6em; line-height: 1.6;
	color: #333; font-family: arial
}

.nomal_txt.for_mail{
	display: block;
    box-sizing: border-box;
    padding-right: 210px;
    background: url(../images/mail.png) right top no-repeat;
    background-size: 190px auto;
	padding-bottom: 20px;
}

.mail_btn {
	display: inline-block;
    border-radius: 50px;
    padding:15px 48px 15px 20px;
    line-height: 1;
    color: #fff;
    font-weight: bold;
    font-size: 100%;
    background-color: #1b6395;
    background-image: url(../images/topicon_contac_wt.svg);
    background-position: calc(100% - 18px) center;
    background-repeat: no-repeat;
    background-size: 1.3em;text-decoration: none !important}

.mail_btn:hover, .mail_btn:focus{ color: #fff; background-color:#000 }

.nomal_txt h3{ display: block; font-size: 1.5em; margin-bottom: 15px; color: #32872c; font-weight: 400}

.nomal_txt p{ margin-bottom: 1em}

.nomal_txt a{
	text-decoration: underline;
 }
.nomal_txt a:hover, .nomal_txt a:focus{
	text-decoration: underline;
	font-weight: bold
}

@media screen and (max-width:1100px) {
	.nomal_txt{
		font-size: 1.5em;  
	}
	
}
@media screen and (max-width:768px) {
	.nomal_txt{
		font-size: 1.4em;  
	}
	
}

@media screen and (max-width:580px) {
	.nomal_txt.for_mail{
 		padding-top: 180px;
		padding-right: 0;
		background: url(../images/mail.png) center top no-repeat;
		background-size:   auto 160px;
		padding-bottom: 0;
		text-align: center
	}
	

}



/*#page*/
@media screen and (min-width:991px) {
	#page {
		align-items:center;
		margin-top:25px;
	}
 
	#page .num {
		text-align:left;
		margin:0;
		margin-bottom:10px;
	}
	#page .num a{ background-color:#f2f2f2; color:#231815;  }
	
	#page .num a,#page .num .cur{
		display:inline-block;
		width:35px;
		height:35px;
		font-size:1.7em;
		text-align:center;
		font-weight:normal;
		line-height:35px;
 		position:relative;
		box-sizing:border-box;
		margin:0 2px;
		
	}
	#page .num .cur{
		background-color:#32872c;
		color:#fff;}
	
	 
	#page .num a:hover,
	#page .num a:focus {
		color:#fff; background-color:#666
	}
	#page .num .cur {font-weight:bold;}
	#page .num a.btn-first,
	#page .num a.btn-prev,
	#page .num a.btn-next,
	#page .num a.btn-last {
		display:inline-block;
		width:35px;
		height:35px;
 	}

	
#page .total {
	font-size:1.6em;
	line-height:33px;
	margin-bottom:10px;
}	
	
}
@media screen and (min-width:1200px) {
	#page .num a,#page .num .cur{
		width:40px;
		height:40px;
		line-height:40px;
	}
	#page .num a.btn-first,
	#page .num a.btn-prev,
	#page .num a.btn-next,
	#page .num a.btn-last{
		width:40px;
		height:40px;
	}
}
@media screen and (max-width:1300px) {
#page .num {  width: 100%;  margin-bottom: 12px; text-align:center;}	
#page .total{
	width:100%; padding:0; border:0; background:none;}	
	}

.left_right1{
	    animation-name: left_right1;
    -webkit-animation-duration: 40s;
    animation-duration: 40s;
    -webkit-animation: left_right1 40s infinite ease;
    -webkit-animation-fill-mode: both;
    animation: left_right1 40s infinite ease;
    animation-fill-mode: both;}

@-webkit-keyframes m_right {
    0% {
		right: 0; opacity: 0;
     }
  
    100% {
       right: 10%; opacity: 1;
    }
}

@keyframes m_right {
    0% {
		right: 0; opacity: 0;
     }
  
    100% {
       right: 10%; opacity: 1;
    }
}

.pager-box{
	text-align: center;
	.el-pagination{
		margin-top: 20px;
	}
}

 