
@import "http://fonts.googleapis.com/css?family=Open+Sans:400,300,700";
html {
    background: none repeat 0 0 #fff;
    height: 100%;
    overflow-x: hidden;
    width: 100%;
}
body {
    color: #333333;
    font: 12px/20px "open sans","微軟正黑體",sans-serif;
    margin: 0;
    overflow-x: hidden;
    padding: 0;
}
body.noscroll {
    overflow-y: hidden;
}
h1, h2, h3, h4, h5, h6, label, legend {
    font-family: "open sans","微軟正黑體",sans-serif;
    margin: 0;
    padding: 0;
}
ul {
    margin: 0;
    padding: 0;
}
ul li {
    list-style: outside none none;
}
img {
    border: medium none;
}
a {
    display: inline-block;
    outline: medium none;
    text-decoration: none;
}
a:link {
    color: #333333;
}
a:visited {
    color: #333333;
}
a:hover {
    color: #bb1835;
    text-decoration: none;
}
a:active {
    color: #bb1835;
    outline: medium none;
}
.clear {
    clear: both;
}
.clear:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.page_container {
    margin: 0 auto;
    max-width: 1300px;
    position: relative;
    width: 95%;
}
.header {
    background: none repeat 0 0 #fff;
    border-top: 6px solid #bb1835;
    margin: 0 0 20px;
}
.block_header_top {
    background: none repeat 0 0 #fff;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
    height: 98px;
    position: relative;
    z-index: 200;
}
.block_header_top .site_title {
    left: 0;
    position: absolute;
    top: 30px;
}
.block_header_top .site_title span {
    display: none;
}
.block_header_top .site_nav {
    font: 13px/20px "open sans","微軟正黑體",sans-serif;
    position: absolute;
    right: 0;
    top: 30px;
}
.block_header_top .site_nav a.home {
    background: url("/images/icon_home.png") no-repeat 0 3px;
    float: left;
    padding: 0 0 0 22px;
}
.block_header_top .site_nav span {
    float: left;
    margin: 0 5px;
}
.block_header_top .site_nav .box_lang {
    float: left;
}
.block_header_top .site_nav .box_lang label {
    margin: 0 5px 0 0;
}
.block_header_top .site_nav .box_lang select {
    font: 13px/18px "open sans","微軟正黑體",sans-serif;
    padding: 0;
}





.block_header_top .site_menu {
    position: absolute;
    right: 0;
    top: 68px;
}
.block_header_top .site_menu .menu_list_0 {
    float: right;
}
.block_header_top .site_menu .menu_list_0 li {
    float: left;
    list-style: outside none none;
    margin-right: 15px;
    position: relative;
}
.block_header_top .site_menu .menu_list_0 li:last-child {
    margin-right: 0;
}
.block_header_top .site_menu .menu_list_0 li:hover .menu_list_1 {
    display: block;
}
.block_header_top .site_menu .menu_list_0 a {
    float: left;
    font: 18px/1 "open sans","微軟正黑體",sans-serif;
    height: 30px;
    position: relative;
    z-index: 20;
}
.block_header_top .site_menu .menu_list_0 a.drop {
    background: url("/images/icon_drop.png") no-repeat 100% 5px;
    padding-right: 15px;
}
.block_header_top .site_menu .menu_list_1 {
    display: none;
    height: 50px;
    left: 0;
    position: absolute;
    top: 30px;
    width: 700px;
    z-index: 10;
}
.block_header_top .site_menu .menu_list_1 li {
    float: right;
    margin: 0 0 0 15px;
    height: 50px;
}
.block_header_top .site_menu .menu_list_1 li:last-child {
    margin: 0;
}
.block_header_top .site_menu .menu_list_1 a {
    color: #fff;
    float: right;
    font: 18px/50px "open sans","微軟正黑體",sans-serif;
    height: 50px;
}
.block_header_top .site_menu .menu_list_1.about {
    left: auto;
    right: -230px;
}
.block_header_top .site_menu .menu_list_1.quality {
    left: auto;
    right: -100px;
}
.block_header_top .site_menu .menu_list_1.investors {
    left: auto;
    right: -80px;
}
.block_header_top .site_menu .menu_list_1.contact {
    left: auto;
    right: 0;
}





.site_menu_mask {
    background: none repeat 0 0 rgba(0, 0, 0, 0.6);
    height: 50px;
    left: 0;
    position: absolute;
    top: 54px;
    transition: all 0.2s ease 0s;
    width: 100%;
    z-index: 150;
}
.site_menu_mask.active {
    top: 104px;
}
.block_mobile_menu {
    display: none;
}
.mobile_menu_toggle {
    display: none;
}
.site_banner {
    overflow: hidden;
    position: relative;
    width: 100%;
    z-index: 100;
}
.site_banner .box_banner {
    float: left;
    width: 100%;
}
.site_banner .box_banner img {
    display: block;
    height: auto;
    width: 100%;
}
.site_banner .owl-buttons {
    display: none;
}
.site_banner .owl-controls {
    bottom: 10px;
    position: absolute;
    width: 100%;
}
.site_banner .owl-pagination {
    text-align: center;
}
.site_banner .owl-pagination .owl-page {
    background: url("/images/icon_pagination.png") no-repeat 0 0;
    cursor: pointer;
    display: inline-block;
    height: 11px;
    margin: 0 2px;
    width: 10px;
}
.site_banner .owl-pagination .owl-page:hover {
    background-position: 0 bottom;
}
.site_banner .owl-pagination .owl-page.active {
    background-position: 0 bottom;
}
.breadcrumb {
    margin-bottom: 10px !important;
}
.block_main {
    margin: 0 0 30px;
}
.block_main .block_news {
    float: left;
    width: 47%;
}
.block_main .block_about {
    float: right;
    min-height: 240px;
    width: 47%;
}
.block_main .block_ad {
    float: left;
    width: 47%;
}
.block_main .h2_title {
    color: #bb1835;
    font: 20px/20px "open sans","微軟正黑體",sans-serif;
    margin: 0 0 5px;
}
.block_main .h2_title a {
    background: url("/images/icon_more.png") no-repeat 100% 0;
    font: 12px/14px "open sans","微軟正黑體",sans-serif;
    padding: 0 15px 0 0;
}
.block_main .box_news {
    margin: 0 0 10px;
}
.block_main .box_news .news_title {
    color: #ed7720;
    float: left;
    font: 16px/30px "open sans","微軟正黑體",sans-serif;
    margin: 0 0 5px;
    width: 82%;
}
.block_main .box_news .news_date {
    float: right;
    font: 14px/30px "open sans","微軟正黑體",sans-serif;
    margin: 0 0 5px;
    width: 13%;
}
.block_main .box_news .news_text {
    clear: both;
    color: #595757;
    font: 14px/18px "open sans","微軟正黑體",sans-serif;
}
.block_main .block_ad {
}
.block_main .block_ad .box_ad {
    float: left;
    width: 48%;
}

.block_main .block_ad .box_ad a {
    display: block;
    width: 100%;
    position: relative;
    transition: all 0.2s ease 0s;
}
.block_main .block_ad .box_ad .text_ad {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.7);
    bottom: 0;
    display: block;
    font: 15px/2 "open sans","微軟正黑體",sans-serif;
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
}
.block_main .block_ad .box_ad a:hover {
    opacity: 0.8;
}
.block_main .block_ad .box_ad img {
    display: block;
    height: auto;
    width: 100%;
}
.block_main .block_ad .box_ad + .box_ad {
    float: right;
    margin-right: 0;
}
.block_main .block_about .h2_title {
    margin: 0 0 10px;
}
.block_main .block_about .box_about img {
    display: block;
    height: auto;
    width: 100%;
}
.footer {
    clear: both;
}
.footer .page_container {
    border-top: 2px solid #bb1835;
    padding: 15px 0 20px;
}
.footer .site_address {
    font: 12px/1.5 "open sans","新細明體",sans-serif;
    width: 85%;
}
.footer .phd {
    color: #898989;
    position: absolute;
    right: 0;
    top: 15px;
}
.footer .mobile_footer {
    display: none;
}
.page_internal .header {
    margin: 0;
}
.block_page {
    background: url("/images/bg_page.png") no-repeat 50% 0;
}
.block_side {
    float: left;
    padding-top: 30px;
    width: 23%;
}
.block_side .pagemenu .h2_pagemenu {
    background: url("/images/bg_pagemenu_title.png") no-repeat 50% 0 / 100% 100%;
    color: #fff;
    font: 20px/36px "open sans","微軟正黑體",sans-serif;
    margin: 0 0 15px;
    min-height: 45px;
    text-align: center;
}
.block_side .pagemenu .h3_pagemenu {
    color: #bb1835;
    font: 20px/1 "open sans","微軟正黑體",sans-serif;
    margin: 0 0 5px;
    padding: 0 6%;
}
.block_side .pagemenu li + .h3_pagemenu {
    margin: 40px 0 5px;
}
.block_side .pagemenu .pagemenu_list {
    background: url("/images/bg_pagemenu.png") no-repeat 50% bottom / 99% auto;
    border-radius: 5px;
    padding-bottom: 60px;
}
.block_side .pagemenu .pagemenu_list li {
    border-bottom: 1px dotted #b6b6b6;
    display: block;
    margin: 0 6%;
}
.block_side .pagemenu .pagemenu_list a {
    display: block;
    font: 16px/1.2 "open sans","微軟正黑體",sans-serif;
    padding: 8px 0;
}
.block_primary {
    background: url("/images/bg_primary.png") repeat-y 0 0;
    box-sizing: border-box;
    float: right;
    min-height: 700px;
    padding: 30px 0 20px 2.5%;
    width: 75%;
}
.block_primary .h2_page_title {
    color: #bb1835;
    float: left;
    font: 20px/1.5 "open sans","微軟正黑體",sans-serif;
    margin: 0 0 20px;
}
.block_full_primary {
    padding: 30px 0 20px;
}
.block_full_primary .h2_page_title {
    color: #bb1835;
    float: left;
    font: 20px/1.5 "open sans","微軟正黑體",sans-serif;
    margin: 0 0 20px;
}
.block_full_primary .h2_page_title .date_page_title {
    clear: both;
    color: #000;
    display: block;
    font: 16px/1 "open sans","微軟正黑體",sans-serif;
    margin: 10px 0 0;
}
.gotop {
    background: url("/images/icon_gotop.png") no-repeat 0 1px;
    clear: both;
    cursor: pointer;
    float: right;
    font: 16px/1 "open sans","微軟正黑體",sans-serif;
    padding: 0 0 0 16px;
    text-decoration: underline;
}
.pagination {
    float: right;
    margin: 0 0 20px;
    position: relative;
    width: 25%;
}
.pagination.push_left {
    float: left;
}
.pagination ul {
    overflow: hidden;
}
.pagination li {
    border: 1px solid #b6b6b6;
    border-right: 0px;
    box-sizing: border-box;
    float: left;
    width: 11%;
    text-align: center;
}

.pagination li:first-child {
    border-radius: 5px 0 0 5px;
    overflow: hidden;
}
.pagination li:last-child {
    border-radius: 0 5px 5px 0;
    border-right: 1px solid #b6b6b6;
    overflow: hidden;
}
.pagination li.active {
    background: none repeat 0 0 #bb1835;
    color: #fff;
    padding: 5px 0;
}
.pagination li:last-child a {
    border-right: 0 none;
}
.pagination a {
    float: left;
    padding: 5px 0;
    width: 100%;
}
.pagination a:hover {
    background: none repeat 0 0 #bb1835;
    color: #fff;
}
.breadcrumb {
    background: url("/images/bg_breadcrumb.png") repeat-x 0 bottom;
    margin-bottom: 20px;
    padding-bottom: 24px;
}
.breadcrumb ul {
    float: right;
}
.breadcrumb li {
    float: left;
    font: 14px/1.2 "open sans","微軟正黑體",sans-serif;
}
.breadcrumb li a {
    float: left;
}
.breadcrumb li .inteval {
    margin: 0 5px;
}
.breadcrumb li.active {
    color: #ed7720;
}
.box_news_list {
    clear: both;
}
.box_news_list .box_news {
    border-bottom: 1px dotted #b6b6b6;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.box_news_list .box_news .news_image {
    float: left;
    width: 7%;
}
.box_news_list .box_news .news_image img {
    border: 3px solid #fff;
    border-radius: 2px;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
    display: block;
    width: 100%;
}
.box_news_list .box_news .news_info {
    float: right;
    font: 16px/1.5 "open sans","微軟正黑體",sans-serif;
    margin-bottom: 5px;
    width: 90%;
}
.box_news_list .box_news .news_info .news_date {
    color: #000;
    float: left;
    width: 10%;
    word-wrap: break-word;
}
.box_news_list .box_news .news_info .news_title {
    float: right;
    width: 90%;
}
.box_news_list .box_news .news_info .news_title a {
    color: #ed7720;
}
.box_news_list .box_news .news_info .news_title a:hover {
    color: #bb1835;
}
.box_news_list .box_news .news_text {
    float: right;
    font: 14px/1.5 "open sans","微軟正黑體",sans-serif;
    width: 90%;
}
.page_jump {
    float: right;
    font: 15px/1 "open sans","微軟正黑體",sans-serif;
    margin: 0 0 20px;
    position: relative;
}
.page_jump a {
    text-decoration: underline;
}
.page_jump label {
    float: left;
    font: 16px/36px "open sans","微軟正黑體",sans-serif;
    margin: 0 10px 0 0;
}
.page_jump .box_select {
    border: 1px solid #b6b6b6;
    border-radius: 3px;
    float: left;
    padding: 5px 10px;
}
.page_jump .box_select select {
    background: url("/images/icon_select.png") no-repeat 95% 50% white;
    border: 0 none;
    font: 14px/1.5 "open sans","微軟正黑體",sans-serif;
    width: 100px;
}
.h3_jump_title {
    background: url("/images/bg_quality_title.png") no-repeat 100% 0 #ed7820;
    border-radius: 5px 0 0 5px;
    color: #fff;
    float: left;
    font: 18px/40px "open sans","微軟正黑體",sans-serif;
    height: 40px;
    margin: 0 0 20px;
    min-width: 150px;
    padding: 0 30px 0 10px;
}
.box_quality_list {
    clear: both;
    margin: 0 0 20px;
    width: 101%;
}
.box_quality_list .h3_quality_title {
    background: url("/images/bg_quality_title.png") no-repeat 0 0;
    border-radius: 5px 0 0 5px;
    color: #fff;
    font: 18px/40px "open sans","微軟正黑體",sans-serif;
    height: 40px;
    margin: 0 0 20px;
    padding: 0 0 0 10px;
}
.box_quality_list .h4_quality_small {
    background: url("/images/icon_quality_tech.png") no-repeat 0 0;
    border-bottom: 1px dotted #b6b6b6;
    clear: both;
    font: 16px/26px "open sans","微軟正黑體",sans-serif;
    margin: 0 0 15px;
    padding: 0 0 0 32px;
}
.box_quality_list .h4_quality_smalltype2 {
    background: url("/images/icon_quality2_company.png") no-repeat 0 2px;
    clear: both;
    font: 16px/18px "open sans","微軟正黑體",sans-serif;
    margin: 0 0 15px;
    padding: 0 0 0 24px;
}
.box_quality_list .box_quality {
    float: left;
    margin: 0 1% 20px 0;
    width: 24%;
}
.box_quality_list .box_quality img {
    border: 2px solid #fff;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    box-sizing: border-box;
    display: block;
    width: 100%;
}
.box_quality_list .push_left_nc {
    float: left;
    margin-right: 2%;
}
.box_quality_list.small .box_quality {
    width: 16%;
}
.box_quality_list.smalltype2 .box_quality {
    width: 19%;
}
.box_quality_list.smalltype2 .box_quality img {
    border: 0 none;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
}
.box_quality_list.smalltype2 .box_quality .file_code {
    color: #000;
    display: block;
    font: 14px/1.5 "open sans","微軟正黑體",sans-serif;
    text-align: center;
}
.box_quality_list.smalltype2 .box_quality .file_download {
    background: url("/images/icon_filedownload.png") no-repeat 0 2px;
    color: #ed7820;
    font: 13px/1.5 "open sans","微軟正黑體",sans-serif;
    padding: 0 0 0 20px;
}
.box_quality_list.smalltype2 .box_quality .file_download .file_date {
    color: #000;
}
.box_quality_list.smalltype2 .box_quality .file_download:hover {
    color: #c75b0a;
}
.box_quality_list .desktop {
    display: block;
    margin: 0 0 30px;
    width: 100%;
}
.box_quality_list .mobile {
    display: none;
    margin: 0 0 30px;
    width: 100%;
}
.box_quality_list.service .service_img {
    float: left;
    margin-right: 2%;
    width: 13%;
}
.box_quality_list.service .service_img img {
    display: block;
    width: 100%;
}
.box_quality_list.service ul {
    float: left;
    width: 85%;
}
.box_quality_list.service li {
    background: url("/images/icon_service_li.png") no-repeat 5px 13px;
    border-bottom: 1px dotted #b6b6b6;
    font: 16px/1.5 "open sans","微軟正黑體",sans-serif;
    padding: 5px 0 5px 35px;
}
.box_investor_organization {
    clear: both;
    position: relative;
}
.box_investor_organization .h3_jump_title {
    position: absolute;
    top: 30px;
}
.box_investor_organization .box_organization {
    background: url("/images/bg_investor1.png") no-repeat 50% 50% / 80% auto;
    border: 1px solid #b6b6b6;
    border-radius: 30px;
    margin: 0 auto 30px;
    padding: 40px 0;
    width: 99%;
}
.box_investor_organization .box_organization img {
    display: block;
    margin: 0 auto;
    width: 72%;
}
.box_investors_file_list {
    clear: both;
    margin: 0 0 20px;
}
.box_investors_file_list ul {
    margin: 0 !important;
    padding: 0 !important;
}
.box_investors_file_list li {
    border-bottom: 1px dotted #b6b6b6;
    list-style-type: none !important;
}
.box_investors_file_list a {
    display: block;
    font: 16px/2 "open sans","微軟正黑體",sans-serif;
}
.box_investors_file_list span {
    display: block;
    font: 16px/2 "open sans","微軟正黑體",sans-serif;
}
.box_investors_file_list .file_pdf {
    background: url("/images/icon_file_pdf.png") no-repeat 0 15px;
    padding: 10px 0 10px 26px;
}
.box_investors_file_list .file_none {
    background: url("/images/icon_file_none.png") no-repeat 0 15px;
    padding: 10px 0 10px 26px;
}
.box_investors_file_list .new {
    display: inline;
    margin: 0 0 0 2%;
}
.box_investor_content {
    clear: both;
    margin: 0 0 20px;
}
.box_investor_content dl {
    font: 14px/2 "open sans","微軟正黑體",sans-serif;
}
.box_investor_content dt {
    font-size: 16px;
}
.box_investor_content dd {
    margin: 0 0 0 30px;
}
.box_contact_form {
    clear: both;
    margin: 0 0 20px;
}
.box_contact_form .box_top {
    background: url("/images/bg_contact_top.png") no-repeat 100% 0;
    margin: 0 0 20px;
}
.box_contact_form .box_top .h2_contact_title {
    color: #bb1835;
    font: 20px/2 "open sans","微軟正黑體",sans-serif;
    margin: 10px 0;
}
.box_contact_form .box_top .info {
    font: 16px/1.8 "open sans","微軟正黑體",sans-serif;
    margin: 0 0 65px;
}
.box_contact_form .box_top .box_card {
    background: none repeat 0 0 #f3f3f3;
    border-radius: 8px;
    box-shadow: 0 -4px 0 #bbbbbb inset;
    float: left;
    width: 48%;
}
.box_contact_form .box_top .box_card + .box_card {
    float: right;
}
.box_contact_form .box_top .box_card .card_data {
    background: url("/images/bg_name_card.png") no-repeat 5% 0;
    font: 16px/2 "open sans","微軟正黑體",sans-serif;
    margin: -12px 0 0;
    padding: 40px 0 30px 22%;
}
.box_contact_form .box_form .front_text {
    float: left;
    font: 16px/30px "open sans","微軟正黑體",sans-serif;
    margin: 0 3% 0 0;
    min-width: 17%;
    white-space: nowrap;
}
.box_contact_form .box_form .front_text.type2 {
    background: url("/images/icon_contact_form.png") no-repeat 100% 50%;
}
.box_contact_form .box_form .input_short {
    background: url("/images/bg_input.png") repeat-x 0 0;
    border: 1px solid #b6b6b6;
    box-sizing: border-box;
    font: 13px/30px "open sans","微軟正黑體",sans-serif;
    height: 30px;
    padding: 0 1%;
    width: 30%;
}
.box_contact_form .box_form .input_long {
    background: url("/images/bg_input.png") repeat-x 0 0;
    border: 1px solid #b6b6b6;
    box-sizing: border-box;
    font: 13px/30px "open sans","微軟正黑體",sans-serif;
    height: 30px;
    padding: 0 1%;
    width: 77%;
}
.box_contact_form .box_form textarea {
    height: 120px !important;
    resize: none;
}
.box_contact_form .box_form label {
    font: 16px/30px "open sans","微軟正黑體",sans-serif;
}
.box_contact_form .box_form label + input[type="radio"] {
    margin: 0.5% 0.5% 0.5% 1.5%;
}
.box_contact_form .box_form .form_row {
    border-bottom: 1px solid #b6b6b6;
    clear: both;
    padding: 13px 0;
}
.box_contact_form .box_form .form_row:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.box_contact_form .box_form .input_auth {
    float: left;
    margin-right: 2%;
}
.box_contact_form .box_form .input_auth.auth_text {
    background: url("/images/bg_input.png") repeat-x 0 0;
    border: 1px solid #b6b6b6;
    box-sizing: border-box;
    font: 13px/30px "open sans","微軟正黑體",sans-serif;
    height: 30px;
    padding: 0 1%;
}
.box_contact_form .box_form .input_auth.auth_img img {
    height: 30px;
    width: auto;
}
.box_contact_form .box_form .input_auth.auth_refresh a {
    background: url("/images/icon_auth_refresh.png") no-repeat 0 50%;
    color: #ed7820;
    font: 13px/30px "open sans","微軟正黑體",sans-serif;
    height: 30px;
    padding: 0 0 0 30px;
}
.box_contact_form .box_form .input_auth.auth_refresh a:hover {
    color: #333;
}
.box_contact_form .box_form .submit_button {
    background: url("/images/bg_contact_submit.png") no-repeat 0 0;
    border: 0 none;
    color: #fff;
    cursor: pointer;
    float: right;
    font: 16px/38px "open sans","微軟正黑體",sans-serif;
    height: 40px;
    margin: 0;
    padding: 0 10px 0 0;
    transition: all 0.2s ease 0s;
    width: 150px;
}
.box_contact_form .box_form .submit_button:hover {
    padding: 0 5px 0 0;
}
.box_text {
    clear: both;
    margin: 0 0 20px;
}
.box_text p {
    font: 16px/2 "open sans","微軟正黑體",sans-serif;
}
.box_text a {
    color: #ed7820;
}
.box_text a:hover {
    color: #cd5a04;
}
.box_content {
    clear: both;
    font: 14px/2 "open sans","微軟正黑體",sans-serif;
    margin: 0 0 20px;
    min-height: 500px;
    text-align: justify;
}
.box_content:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.box_content.news_content {
    border-top: 1px dotted #b6b6b6;
    padding: 15px 0 0;
}
.box_content span.highlight {
    color: #ed7820;
}
.box_content table {
    background: none repeat 0 0 #fff;
    border-top: 2px solid #bb1835;
    width: 100%;
}
.box_content table.collapse {
    border-collapse: collapse;
}
.box_content .table_style1 {
    clear: both;
    margin: 0 0 20px;
}
.box_content .table_style1 thead th {
    background: none repeat 0 0 #d9d9d9;
    font: 15px/2 "open sans","微軟正黑體",sans-serif;
    padding: 10px 2%;
    text-align: center;
    vertical-align: middle;
}
.box_content .table_style1 thead th.text_left {
    text-align: left;
}
.box_content .table_style1 tbody th {
    background: none repeat 0 0 #f2f2f2;
    font: 14px/2 "open sans","微軟正黑體",sans-serif;
    padding: 10px 2%;
    text-align: center;
    vertical-align: middle;
}
.box_content .table_style1 td {
    border: 1px solid #f2f2f2;
    padding: 10px 2%;
    vertical-align: middle;
}
.box_content .table_style1 .bg1 {
    background: none repeat 0 0 #e8e8e8;
    text-align: center;
}
.box_content .table_style1 .bg2 {
    background: none repeat 0 0 #f2f2f2;
    text-align: center;
}
.box_content .table_style1 .style_horz div {
    display: table;
}
.box_content .table_style1 .style_horz span {
    display: table-cell;
    white-space: nowrap;
}
.box_content .table_style1 .style_horz span + span {
    display: table-cell;
    white-space: normal;
}
.box_content .table_style2 {
    clear: both;
    margin: 0 0 20px;
}
.box_content .table_style2 thead th {
    background: none repeat 0 0 #d9d9d9;
    font: 15px/2 "open sans","微軟正黑體",sans-serif;
    padding: 10px 2%;
    text-align: center;
    vertical-align: middle;
}
.box_content .table_style2 thead td {
    background: none repeat 0 0 #e8e8e8;
    border: 1px solid #f2f2f2;
    font: 15px/2 "open sans","微軟正黑體",sans-serif;
    padding: 10px 2%;
    text-align: center;
    vertical-align: middle;
}
.box_content .table_style2 tbody th {
    background: none repeat 0 0 #f2f2f2;
    font: 14px/2 "open sans","微軟正黑體",sans-serif;
    padding: 10px 2%;
    text-align: center;
    vertical-align: middle;
}
.box_content .table_style2 td {
    border: 1px solid #f2f2f2;
    padding: 10px 2%;
    text-align: center;
    vertical-align: middle;
}
.box_content .table_style2 .bg1 {
    background: none repeat 0 0 #e8e8e8;
    text-align: center;
}
.box_content .table_style2 .bg2 {
    background: none repeat 0 0 #f2f2f2;
    text-align: center;
}
.box_content .table_style2 .style_horz div {
    display: table;
}
.box_content .table_style2 .style_horz span {
    display: table-cell;
    white-space: nowrap;
}
.box_content .table_style2 .style_horz span + span {
    display: table-cell;
    white-space: normal;
}
.box_content .table_style2 .file_pdf {
    background: url("/images/icon_file_pdf.png") no-repeat 0 4px;
    display: block;
    font: 14px/2 "open sans","微軟正黑體",sans-serif;
    padding: 0 0 0 24px;
    text-align: left;
}
.box_content h1 {
    color: #333;
    font: 22px/22px "open sans","微軟正黑體",sans-serif;
    margin: 0 0 5px;
}
.box_content h2 {
    border-bottom: 1px solid #e5e5e5;
    color: #333;
    font: 15px/15px "open sans","微軟正黑體",sans-serif;
    margin: 25px 0 5px;
    min-height: 15px;
    padding: 0 0 8px 30px;
    text-shadow: 0 0 0 #000;
}
.box_content h3 {
    color: #333;
    font: 15px/15px "open sans","微軟正黑體",sans-serif;
    margin: 25px 0 5px;
    min-height: 15px;
    padding: 0 0 0 20px;
    text-shadow: 0 0 0 #000;
}
.box_content .h3_jump_title {
    background: url("/images/bg_quality_title.png") no-repeat 100% 0 #ed7820;
    border-radius: 5px 0 0 5px;
    color: #fff;
    float: left;
    font: 18px/40px "open sans","微軟正黑體",sans-serif;
    height: 40px;
    margin: 0 0 20px;
    min-width: 150px;
    padding: 0 30px 0 10px;
}
.box_content h4 {
    color: #333;
    font: bold 13px/15px "open sans","微軟正黑體",sans-serif;
    margin: 25px 0 5px;
    min-height: 15px;
    padding: 0 0 0 20px;
    text-shadow: 0 0 0 #000;
}
.box_content h5 {
    color: #333;
    font: 15px/15px "open sans","微軟正黑體",sans-serif;
    margin: 25px 0 5px;
    min-height: 15px;
    padding: 0 0 0 10px;
    text-shadow: 0 0 0 #000;
}
.box_content h6 {
    color: #333;
    font: 15px/15px "open sans","微軟正黑體",sans-serif;
    margin: 25px 0 5px;
    min-height: 15px;
    padding: 0 0 0 15px;
    text-shadow: 0 0 0 #000;
}
.box_content p {
    clear: both;
    margin: 0 0 15px;
}
.box_content br {
    clear: both;
    display: block;
    margin: 0 0 15px;
}
.box_content hr {
    background: none repeat 0 0 #ddd;
    border: 0 none;
    clear: both;
    height: 1px;
    margin: 40px 0 50px;
}
.box_content ol {
    margin: 0 0 10px;
    padding: 0 0 0 20px;
}
.box_content ol li {
    list-style: outside none decimal;
}
.box_content ul {
    margin: 0 0 10px;
    padding: 0 0 0 20px;
}
.box_content ul li {
    list-style: outside none disc;
}
.box_content input[type="text"] {
    background: none repeat 0 0 #fff;
    border: 1px solid #d2d2d2;
    border-radius: 3px;
    box-sizing: border-box;
    font: 13px/30px "open sans","微軟正黑體",sans-serif;
    padding: 0 10px;
    width: 500px;
}
.box_content input[type="button"] {
    background: none repeat 0 0 #f5f5f5;
    border: 1px solid #d2d2d2;
    border-radius: 3px;
    box-shadow: 0 -2px 0 #e9e9e9 inset;
    cursor: pointer;
    font: 13px/30px "open sans","微軟正黑體",sans-serif;
    margin: 0 5px;
    min-width: 80px;
    padding: 0;
}
.box_content input[type="button"]:hover {
    background: none repeat 0 0 #bcdef6;
    border: 1px solid #a6d0ed;
    box-shadow: 0 -2px 0 #a9d4f2 inset;
}
.box_content input[type="submit"] {
    background: none repeat 0 0 #f5f5f5;
    border: 1px solid #d2d2d2;
    border-radius: 3px;
    box-shadow: 0 -2px 0 #e9e9e9 inset;
    cursor: pointer;
    font: 13px/30px "open sans","微軟正黑體",sans-serif;
    margin: 0 5px;
    min-width: 80px;
    padding: 0;
}
.box_content input[type="submit"]:hover {
    background: none repeat 0 0 #bcdef6;
    border: 1px solid #a6d0ed;
    box-shadow: 0 -2px 0 #a9d4f2 inset;
}
.box_content input[type="checkbox"] {
    margin: 5px 10px 5px 5px;
    vertical-align: middle;
}
.box_content input[type="radio"] {
    margin: 5px 10px 5px 20px;
    vertical-align: middle;
}
.box_content textarea {
    background: none repeat 0 0 #fff;
    border: 1px solid #d2d2d2;
    border-radius: 3px;
    box-sizing: border-box;
    display: block;
    font: 13px/30px "open sans","微軟正黑體",sans-serif;
    margin: 0 0 15px;
    padding: 0 10px;
    resize: none;
    width: 750px;
}
.box_content form:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.box_content .push_left {
    clear: both;
    float: left;
}
.box_content .push_right {
    clear: both;
    float: right;
}
.box_content .shadowed {
    border: 3px solid #fff;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
}
.box_content table.history {
    border-collapse: collapse;
    border-top: 0 none;
}
.box_content table.history td {
    padding: 10px;
    vertical-align: top;
}
.box_content table.history .year span {
    background: url("/images/bg_history_year.png") no-repeat 0 0;
    color: #fff;
    display: block;
    font: 18px/40px "open sans","微軟正黑體",sans-serif;
    min-width: 130px;
    text-align: center;
}
.box_content table.history .month {
    background: url("/images/bg_history_month.png") repeat-y 18px 0;
    padding: 16px 10px 10px;
}
.box_content table.history .month span {
    background: url("/images/icon_history_month.png") no-repeat 0 50%;
    display: block;
    font: 18px/24px "open sans","微軟正黑體",sans-serif;
    padding: 0 0 0 30px;
    white-space: nowrap;
}
.box_content table.history .history {
    font: 14px/24px "open sans","微軟正黑體",sans-serif;
    padding: 16px 10px 10px;
}
.box_contact {
    clear: both;
}
.box_contact + .box_contact {
    margin-top: 30px;
}
.map_desktop {
    display: block;
}
.map_mobile {
    display: none !important;
}
.contact_data {
    clear: both;
    float: left;
    width: 53%;
}
.contact_data .box_data {
    margin: 0 0 10px;
}
.contact_data .box_data + .box_data {
    margin: 0;
}
.contact_data.type2 {
    float: none;
    margin: 0 0 20px;
    width: 100%;
}
.contact_data.type2 .box_data {
    float: left;
    margin: 0 0 10px;
    width: 53%;
}
.contact_data .contact_title {
    float: left;
    font: 16px/47px "open sans","微軟正黑體",sans-serif;
    height: 47px;
    margin: 0 0 10px;
}
.contact_data .contact_title.base1 {
    background: url("/images/icon_base1.png") no-repeat 100% 0;
    padding-right: 42px;
}
.contact_data .contact_title.base2 {
    background: url("/images/icon_base2.png") no-repeat 100% 0;
    padding-right: 42px;
}
.contact_data .contact_image {
    clear: both;
    float: left;
    width: 36%;
}
.contact_data .contact_image img {
    display: block;
    width: 100%;
}
.contact_data .contact_info {
    float: right;
    width: 60%;
}
.contact_data .contact_info li {
    background: url("/images/icon_contact_li.png") no-repeat 5px 13px;
    border-bottom: 1px dotted #b6b6b6;
    font: 16px/1.5 "open sans","微軟正黑體",sans-serif;
    padding: 5px 0 5px 25px;
}
.contact_map {
    float: right;
    width: 45%;
}
.contact_map img {
    display: block;
    width: 100%;
}
.contact_map.google iframe {
    width: 100%;
}

/* EN */

html[lang="en"] .block_header_top .site_menu .menu_list_0 a {
    font-size: 13px;
}

html[lang="en"] .block_header_top .site_menu .menu_list_0 a.drop {
    background-position: 100% 3px;
}

html[lang="en"] .block_header_top .site_menu .menu_list_1.contact {
    width: 310px;
}
