@charset "UTF-8";

/* CSS Document */
#sb-site,
.sb-site-container {
    background: #f4f4f4;
}

body {
    position: relative;
    font-family: "微軟正黑體", Microsoft JhengHei, Arial, Helvetica, sans-serif;
    font-size: 1.5em;
	
    }


a,
p,
div,
strong,
span,
ul,
li,
label,
em,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Open Sans", "微軟正黑體", "Microsoft JhengHei", Arial, Helvetica, sans-serif;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

a:hover {

    /*filter: alpha(opacity=75);
    -moz-opacity: 0.75;
    opacity: 0.75;*/
}
/*
img {
    display: block;
}
*/
.clear {
    clear: both;
}

#sb-site {

    /*height: 100%;*/
}

.back_top {
    position: fixed;
}

.ul-reset,
.list {
    padding: 0;
    margin: 0;
    list-style: none;
}

.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

.index-body {
    min-height: 768px;
}

.wrapper {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    height: 100%;
    position: relative;
    background-color: #f4f4f4;
    background-repeat: no-repeat;
    background-position: 0 bottom;
}



.header {
    float: left;
    width: 100%;
    background: rgba(255, 255, 255, 0.7);
}

@media (max-width: 767px) {
	.header {
		float: left;
		width: 100%;
		background: rgba(255, 255, 255, 0.7);
	}
}						   
.page-header {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    float: left;
    width: 100%;
    background: url(../images/page_header_bg.png) 0 bottom repeat-x;
}

.logo img {

	position: relative;
	padding-top: 10px;
    display: absolute;
    height: 80px;
    z-index: 999;
    font-size: 0;
}
.logo_1 img {
	float: left;
	position: relative;
	padding-top: 10px;
    display: absolute;
    height: 100px;
    z-index: 999;
    font-size: 0;
}
@media (max-width: 767px) {
	.logo img {
		height: 0px;
	}
}

.logo a {
    margin: 0;
    padding: 10px 0 10px 0;
    display:block;
    width: 189px;
    height: 90px;
    background: 0 0 no-repeat;
}
.logo_1 a {
    margin: 0;
    padding: 0 0 10px 0;
    display: block;
    width: 189px;
    height: 90px;
    background: 0 0 no-repeat;
}

.page-logo {
    float: left;
    display: block;
    width: 110px;
    height: 96px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    background: url(../images/page_logo_bg.png) -186px top repeat-y;
}

.page-logo a {
    margin: 0;
    padding: 0;
    display: block;
    text-indent: -9999px;
    width: 100%;
    height: 96px;
    background: url(../images/logo.png) 15px center no-repeat;
}

.main-nav {
    float: right;
    padding: 10px 0;
}

.main-nav ul {
    display: flex; 

    justify-content: flex-end;
    list-style: none;
    margin: 0 1% 0 0;
    padding: 0;
    align-items: center; 
}
.main-nav li {
flex: 1 0 1;
  min-width: 0;
  text-align: center;
}
.main-nav ul li {
    margin: 0;
	position: relative;
}

.main-nav ul li a {
    color: black;
    display: block;
	padding: 5px;
    text-align: center;
	font-size: 0.95rem;   
    font-weight: 800;
    white-space: normal; 
}

.main-nav ul li a:hover {
	color: #C42D65;
}

.main-nav ul li:hover .sub-nav {
    display: block;
}

.main-nav ul li a .arr {
    /*display: inline-block;*/
    *display: inline;
    *zoom: 1;
    width: 1px;
    height: 15px;
    background: url(../images/arr_left.png) 0 center no-repeat;
}

.main-nav ul .active .arr {
    background: url(../images/arr_down.png) 0 center no-repeat;
}

.arr {
	
}

.sub-nav {
    position: absolute;
    top: 60px;
    width: 194px;
	top: 100%; /* 或根據你的實際需求微調 */
    left: 0;
    z-index: 999;
    float: left;
    background: #fafafa;
    display: none;
    -webkit-box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.3);
    border: 1px solid #eee;
}

.sub-nav ul {
    width: 100%;
	display: block;
    float: right;
    list-style: none;
    margin: 0 1% 0 0;
    padding: 0;
    height: 40px;
    line-height: 40px;
}

.main-nav ul li .sub-nav ul li {
    width: 193px;
    float: left;
    text-align: left;
	background: #fafafa;
    margin: 0;
    padding: 0;
    border-right: 0;
    border-top: solid 1px #eee;
}

.main-nav ul li .sub-nav ul li:first-child {
    border: 0;
}

.sub-nav ul li a {
    color: #000;
	display: block;
	width: 200px;
    font-size: 18px;
    text-align: left;
    margin: 0;
    line-height: normal;
    padding: 10px 28px 10px 28px;
}

.sub-nav ul li:hover {
    background: #eee;
	display: block;
}

.sub-nav ul li:hover a {
    color: #C42D65;
	display: block;
}

.sub-nav ul li.no-sub-data {

    /*background: #daf200;*/
}

.sub-nav ul li.no-sub-data a {
    color: #f2612f;
    font-weight: bold;
}

.main-nav ul li.language {
    margin: 0 5px !important;
}

.language .language_btn {
    display: block;
    height: 37px;
    line-height: 37px;
    text-align: center;
    border-radius: 5px;
    font-weight: bold;
    width: 100%;
}

.language img {
	width: 80px;
}

.language .language_btn:hover {
    opacity: 0.75;
}

.main-nav ul li.contact {
    width: 110px;
    margin: 0 5px !important;
}

.contact .contact_btn {
    display: block;
    height: 37px;
    line-height: 37px;
    font-size: 15px;
    padding-left: 35px;
    padding-right: 10px;
    background: url(../images/mail_icon.png) 9px 12px no-repeat;
    background-color: #09c194;
    border-radius: 5px;
    font-weight: bold;
    padding-right: 8%;
    color: #ffffff;
    width: 100%;
}

.contact .contact_btn:hover {
    opacity: 0.75;
}

.rwd_language .rwd_language_btn {
    display: block;
    color: #fff !important;
    height: 37px;
    line-height: 37px;
    font-size: 15px;
    text-align: center;
    background: url(../images/lang_arr.png) 100px center no-repeat;
    font-weight: bold;
    padding: 0 8px;
    background-color: #09c194;
    border-radius: 5px;
}

.rwd_language .rwd_language_btn:hover {
    opacity: 0.75;
}

.rwd_contact .rwd_contact_btn {
    display: block;
    height: 37px;
    line-height: 37px;
    font-size: 15px;
    padding-left: 37px;
    background: url(../images/mail_icon.png) center center no-repeat #09c194;
    font-weight: bold;
    margin: 0;
    padding-right: 0.5%;
    border-radius: 5px;
}

.rwd_contact .rwd_contact_btn:hover {
    opacity: 0.75;
}

.rwd_language,
.rwd_contact {
    display: none;
}

.rwd_language {
    margin-left: 5px !important;
}

.main-nav .contact a:hover {
    opacity: 0.75;
}

.page-contact {
    color: #333;
    background: url(../images/mail_icon2.png) 0 15px no-repeat;
}

.page-sub-nav {
    background: url(../images/sub_nav_bg.png) #ddd;
    -webkit-box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.3);
}

.page-sub-nav ul li {
    border-top: solid 1px #ccc;
}

.page-sub-nav ul li:first-child {
    border: 0;
}

.page-language {
    color: #333;
    background: url(../images/page_lang_arr.png) 100px center no-repeat;
}

.content {
    overflow: hidden;
    width: 100%;
    padding-top: 200px;
}

.footer {
    position: relative;
    font-size: 15px;
    text-align: center;
    width: 100%;
    padding: 2px 0;
    color: #fff;
    background: url(../images/footer_bg.png) right center no-repeat #009a44;
}

.page-footer {
    float: left;
}

.btn-section {
    width: 100%;
    float: left;
    display: block;
    padding: 20px 0;
    text-align: center;
}

.btn-section a {
    display: inline-block;
    padding: 8px 15px;
    color: #fff;
    background: #00AA6E;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

/* RWD css */
.rwd-header {
    float: left;
    width: 100%;
    height: 80px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9999;
    padding-bottom: 0;
    display: none;
    background-color: #00a868;
}

.rwd-logo {
    float: left;
    display: block;
    width: 390px;
    position: absolute;
    top: 7px;
    left: 0;
    z-index: 99;
}

.rwd-logo a {
    display: block;
    font-size: 0;
    width: 100%;
    padding-bottom: 17%;
    background: url(../images/logo_s.png) 0 center no-repeat;
}

.rwd-nav-btn {
    display: block;
    font-size: 0;
    width: 56px;
    height: 56px;
    position: absolute;
    top: 50%;
    right: 3%;
    transform: translateY(-50%);
    background: url(../images/rwd_menu_btn.png) 0 0 no-repeat;
	z-index: 10000;
    cursor: pointer;
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;			   							 
}

.rwd-page-logo {
    float: left;
    display: block;
    width: 211px;
    height: 97px;
    position: absolute;
    top: 0;
    left: 20px;
    z-index: 99;
    /*background: url(../images/logo_bg.png) 0 0 no-repeat;*/
}

.rwd-page-logo a {
    margin: 0;
    padding: 0;
    display: block;
    text-indent: -9999px;
    width: 70px;
    height: 80px;
    background: url(../images/logo.png) 12px center no-repeat;
}

.rwd-page-nav-btn {
    float: right;
    display: block;
    text-indent: -9999px;
    width: 48px;
    height: 48px;
    margin: 0 10px 0 0;
    background: url(../images/rwd_menu_btn.png) 0 0 no-repeat;
	background-size: cover;														  
}

.rwd-nav a {
    color: #fff;
}

.rwd-select-lang {
    color: #fff;
    text-align: center;
    padding: 13px 0;
}

.rwd-select-lang a {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
}

.rwd-select-lang span {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.1em;
}

.rwd-select-lang .switch-btn-c {
    background: #666;
    margin: 0 10px;
    width: 50px;
    -webkit-border-radius: 99px;
    -moz-border-radius: 99px;
    border-radius: 99px;
    behavior: url(../htc/PIE.htc);
    text-align: left;
}

.rwd-select-lang .switch-btn-e {
    background: #666;
    margin: 0 10px;
    width: 50px;
    -webkit-border-radius: 99px;
    -moz-border-radius: 99px;
    border-radius: 99px;
    behavior: url(../htc/PIE.htc);
    text-align: right;
}

.rwd-select-lang .switch-btn .btn {
    background: #fff;
    margin: 4px 4px 0 4px;
    width: 20px;
    height: 20px;
    -webkit-border-radius: 99px;
    -moz-border-radius: 99px;
    border-radius: 99px;
    behavior: url(../htc/PIE.htc);
    display: inline-block;
    cursor: pointer;
}

.rwd-nav-wrap {
    font-size: 25px;
}

.rwd-nav-row {
    border-top: 1px solid #353535;
}

.rwd-nav-row a {
    display: block;
    width: 100%;
    padding: 20px 4%;
    background: url(../images/rwd_arr_open.png) 96% 20px no-repeat;
}

.rwd-nav-row .rwd_arr_close {
    background: url(../images/rwd_arr_close.png) 96% 20px no-repeat;
}

.rwd-nav-row a:hover,
.rwd-nav-row a:active {
    background-color: #666;
}

.rwd-nav-row .no-arr {
    background: none;
}

.rwd-nav-row .no-arr-close {
    background: url(../images/rwd_arr_close.png) 96% 17px no-repeat;
}

.rwd-nav-row .rwd-subnav {
    background: #454545;
    display: none;
    width: 100%;
    padding: 0;
    margin: 0;
}

.rwd-nav-row .rwd-subnav li {
    border-top: solid 1px #555;
}

.rwd-nav-row .rwd-subnav li a {
    font-size: 20px;
    background: none;
}

.rwd-nav-row .rwd-subnav li a:hover,
.rwd-nav-row .rwd-subnav li a:active {
    background: #777;
}

.rwd-nav-row .rwd-subnav li .no-link {
    color: #888;
}

.rwd-nav-row .rwd-subnav li a.no-link:hover,
.rwd-nav-row .rwd-subnav li a.no-link:active {
    background: #454545;
}

.rwd-msic {
    width: 100%;
    float: left;
    border-top: solid 1px #353535;
}

.rwd-msic a {
    display: block;
    width: 68%;
    padding: 18px 16%;
    font-size: 1.3em;
    background: url(../images/rwd_misc_icon1.png) 8px 13px no-repeat;
}

/* RWD css end */


/*基本版型
---------------------------------------------------*/
.txt-section {
    overflow: hidden;
}

.txt-section .article {
    overflow: hidden;
}

.txt-section .FloatLeftImg {
    float: left;
    margin: 0px 15px 15px 0px;
    width: 238px;
}

.txt-section .FloatRightImg {
    float: right;
    margin: 0px 0px 15px 15px;
    width: 238px;
}

.txt-section .FloatLeftImg .IMG,
.txt-section .FloatRightImg .IMG {
    border: 1px solid #dcdcdc;
    background: #ffffff;
    padding: 2px;
    width: 100%;
    display: block;
}

.txt-section .FloatLeftImg .Description,
.txt-section .FloatRightImg .Description {
    background: #e5e5e5;
    padding: 5px 10px;
    font-size: 12px;
}

.txt-section .FloatLeftImg .Description .EnlargeIcon,
.txt-section .FloatRightImg .Description .EnlargeIcon {
    padding: 0 25px 0 0;
    background: url(../images/enlarge_icon_001.png) no-repeat right 2px;
    display: block;
    color: #333;
}

.txt-section .CenterImg {
    width: 316px;
    margin: 0 auto;
}

.txt-section .CenterImg img {
    background: #f2f2f2;
    width: 316px;
	justify-content: center;
    display: block;
    position: relative;
}

@media (max-width: 767px) {
  .txt-section .CenterImg img {
      width: 226px;
  }
}

.txt-section .CenterImg .Description {
    background: #e5e5e5;
    padding: 5px 10px;
    font-size: 12px;
    text-align: left;
}

.txt-section .CenterImg .Description .EnlargeIcon {
    padding: 0 25px 0 0;
    background: url(../images/enlarge_icon_001.png) no-repeat right 2px;
    display: block;
}

.txt-section .Topic_Style01,
.txt-section .Topic_Style02 {
    font-size: 1.25rem;
    font-weight: 700;
    margin: 0 0 25px 0;
    color: #434343;
}

.RelatedContainer {
    margin: 45px 0px;
}

.RelatedContainer .Header {
    padding: 3px 10px;
    background: #00a868;
    color: #ffffff;
    font-weight: 700;
    font-size: 15px;
    display: inline-block;
    *display: inline;
    margin: 0px 0px 5px 0px;
}

.RelatedContainer .ListContainer li {
    display: block;
    /*width: 680px;*/
    border-bottom: 1px dotted #ccc;
}

.RelatedContainer .ListContainer li .Inner dl {
    padding: 5px 25px 5px 25px;
    margin: 0px;
    background: url(../images/Download_Icon.jpg) no-repeat 5px 11px;
    position: relative;
    zoom: 1;
}

.RelatedContainer .ListContainer li .Inner dl dd {
    padding: 0;
    margin: 0;
}

.RelatedContainer .ListContainer li .Inner dl .Topic a {
    color: #434343;
    /*padding: 0px 30px 0px 3px;*/
}

.RelatedContainer .ListContainer li .Inner dl .Topic a:hover {
    color: #006ee9;
}

.RelatedContainer .ListContainer .FileType {
    position: absolute;
    right: 0px;
    top: 7px;
}

.VideoInner {
    width: 90%;
    max-width: 600px;
    margin: 30px auto;
}

.VideoInner video {
    width: 100%;
}

.photo-list .slider-nav .thumb {
    margin: 10px 10px;
    overflow: hidden;
    text-align: center;
}

.photo-list .slider-nav .slick-slide img {
    height: 100px;
    width: auto;
    display: inline-block;
    margin: 0 0 -8px 0;
}


.photo-list .slider-nav .slick-prev,
.photo-list .slider-nav .slick-next {
    width: 25px;
    height: 45px;
    z-index: 9;
}

.photo-list .slider-nav .slick-prev {
    left: 0;
    background: url("../images/index_slider_prev.png") 0 0 no-repeat;
    background-size: contain;
}

.photo-list .slider-nav .slick-next {
    right: 0;
    background: url("../images/index_slider_next.png") 0 0 no-repeat;
    background-size: contain;
}

/*基本版型 end
---------------------------------------------------*/
