﻿@import url('https://fonts.googleapis.com/css?family=Noto+Sans+TC&display=swap');
@import url('https://fonts.googleapis.com/css?family=Montserrat&display=swap');
/*stlye*/
html,body {
	font-family:'Montserrat','Noto Sans TC',"微軟正黑體", cursive;
    -webkit-text-size-adjust: 100%;
    width: 100%;
    height: 100%;
    color: #232323;
    font-size: 16px;
}

body::-webkit-scrollbar {
    width: 10px;
}
body::-webkit-scrollbar-thumb {
    background-color: #264064;
    border-radius: 5px;
    border: solid 2px #dfe7eb;
}
body::-webkit-scrollbar-track {
    background-color: #f1f1f1;
}
a{
	color: #000;
    text-decoration: none;
}
a:hover{
	color: #264064;
}	
.content_box{
    max-width: 1300px;
    margin: 0px auto;
    padding: 35px 10px
}
.container_box {
    width: 100%;
    max-width: 1200px;
    margin: auto;
    padding: 20px 10px;
    overflow: hidden;
}
.hidden {
    display: none;
}
.block {
    display: block;
}
/*編輯器*/
.edit{
	font-size:16px;
	font-weight:400;
	line-height:2;
}
.edit iframe{
	max-width:100%;
	height: auto;
	aspect-ratio: 16 / 9;	
}
.edit table{
	max-width:100%;
}
.edit img{
	max-width:100%;
	height:auto;}
.edit p{
	margin-bottom:0px;	
}
.edit ul{
	list-style-type: disc;
	padding-left: 1.5rem;
}
.edit table td{
	padding:5px;
	border: 1px solid rgba(0,0,0,.2);
}
/*按鈕*/
.btn_row{
	margin-top: 5px;
	display: flex;
    flex-wrap: wrap;	
}
.btn_row a{
	padding: 5px;
    background: #4a8ce6;
    color: #fff;
    font-size: 14px;
    border-radius: 5px;
}
/*路徑*/
.path_box{
	text-align: center;
}
.path_box a{
	font-size:12px;
    color: #999;
    letter-spacing: 1px;
}
.path_box>a+a:before {
    content: "/\00a0";
    padding: 0 5px;
    color: #ccc;
}
/*大標題*/
.item_title_box{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin: 20px 0px 10px 0px;
	
}
.item_title_box .ch{
    font-size: 36px;
    font-weight: 400;
    letter-spacing: 1px;
    text-align: left;
    line-height: 1.6;
    color: #264064;
    margin: 0px	
}
.item_title_box .en{
	display: block;
    color: #264064;
    font-size: 22px;
    text-transform: uppercase;
    letter-spacing: 0;
    margin: 0px	
}
.item_title_box::after{
	content: '';
    display: block;
    width: 4.16667em;
    height: 5px;
    background: linear-gradient(to right, #ffffff 0%, #264064 100%);
    margin-top: 0.35em;
	margin-left: auto;
    margin-right: auto;
}
.item_title_box.line::after{
	display: none;
}
.item_title_box .line{
    position: relative;
}
.item_title_box .line img{
	width: 40px;
}
.item_title_box.line .en{
    font-size: 16px;
    margin-top: 15px;
}
.item_title_box .line::after,
.item_title_box .line::before{
	content: '';
    display: block;
    width: 50px;
    height: 3px;
    position: absolute;
    top: 50%;
    background: #d8a129;
}
.item_title_box .line::after{
	right: calc(100% + 20px);
}
.item_title_box .line::before{
    left: calc(100% + 20px);
}
.item_title_box.experience{
    margin-bottom: 45px;	
}
.item_title_box.experience .ch{
	color: #d3ac2b;
}
.item_title_box.experience::after{
	background: linear-gradient(to right, #d3ac2b 0%, #fff5d3 100%);
}
/*頁碼*/
.manu {
    clear: both;
    text-align: center;
    color: #999999;
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    padding-top: 10px;
    margin-top: 30px;
    margin-bottom: 10px;
}
.manu .disabled {
    padding: 6px 10px;
    border: #d3d3d3 1px solid;
    COLOR: #222222;
    margin: 0 2px;
}
.manu .current {
    COLOR: #000000;
    padding: 6px 10px;
    border: #e3e3e3 1px solid;
    BACKGROUND: #f2f2f2;
    margin: 0 2px;
}
.manu a {
    border: #d3d3d3 1px solid;
    margin: 0 2px;
    padding: 6px 10px;
    overflow: hidden;
    color: #222222;
    line-height: 3;
}
/*回最上*/
#back-to-top {
    position: fixed;
    bottom: 3%;
    right: 30px;
    z-index: 100;
    width: 52px;
    height: 52px;
    text-align: center;
    line-height: 40px;
    background: #ffffff8a;
    color: #82ccd2;
    cursor: pointer;
    border: 0;
  
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    font-size: 18px;
    padding-top: 3px;
    border: 2px solid #82ccd2;
  
}
/*橫幅*/
.swiper-slide img{
	width: 100%;
}
.index_banner_box .swiper-slide{
	position: relative;
    display: block;
    overflow: hidden;
}
/*
.index_banner_box .swiper-slide::before {
    content: "";
    display: block;
    height: calc(100vh - 100px);
}
.index_banner_box .swiper-slide img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transform-origin: center top;
    transform-origin: center top;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
}
*/
.index_banner_box .swiper-slide img {
	width: 100%;
}
.banner{
	width:100%;
}
.banner img{
	width:100%;	
}
.item_bg{
	position: relative;
    background-size: cover;
}
.index_ad_swiper{
	margin-top:20px;
	margin-bottom:30px;
}
.ad_swiper{
	position:relative;
}
/*
.ad_swiper_page_box{
	position:absolute;
	width:50px;
	top: calc(50% - 65px);
    z-index: 9;
}
*/

.ad_swiper_page_box a{
	position: absolute;
    top: 45%;
    display: inline-block;
    padding: 10px;
    color: #003983;
    font-size: 26px;
    z-index: 2;
}
.ad_swiper_page_box a.adswiper_left{
    left: 10%;	
}
.ad_swiper_page_box a.adswiper_right{
    right: 10%;	
}
.ad_swiper_page_box a.swiper-button-disabled{
	color: #cdcdcd;
}
.swiper_ph{
	display: none;
}
@media only screen and (max-width: 760px) {
.swiper_pc{
	display: none;
}	
.swiper_ph{
	display: block;
}
}

.products_left_img_ph{
	display: none;
}
@media only screen and (max-width: 760px) {
.products_left_img_pc{
	display: none;
}	
.products_left_img_ph{
	display: block;
}
}
/*seo article*/
.seo_row{
    display: flex;
    flex-wrap: wrap;
    padding: 70px 0px;
}
.seo_row .seo_title_box{
	width: 300px;
}
.seo_article_row{
    width: calc(100% - 320px);
    margin-left: 20px;
    display: flex;
    flex-wrap: wrap;
}
.seo_row .seo_title_box .h1_title{
    margin-bottom: 8px;
    font-weight: 400;
    font-size: 30px;
    letter-spacing: .03em;
}
.seo_row .seo_title_box .h2_title{
    font-weight: 400;
    font-size: 18px;
    letter-spacing: .02em;
}
.seo_article_list{
    width: calc(100% / 3 - 20px);
    margin: 10px 10px 15px 10px;
    border-left: 1px solid #e9e9e9;
    padding: 0px 15px 40px 15px;
}
.seo_article_list .date_title{
	display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;	
}
.seo_article_list .date_title .date{
	width: 55px;
    font-size: 12px;
    letter-spacing: .02em;
    color: #b0b0b0;
    color: #707070;
    text-align: center;
}
.seo_article_list .date_title .date .day{
    font-size: 40px;
    letter-spacing: .05em;
    font-weight: 300;
}
.seo_article_list .date_title .date .txt_m_y{}
.seo_article_list .date_title .title{
	width: calc(100% - 55px);
    padding-top: 5px;
    padding-left: 30px;
    line-height: 1.8;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: .02em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.seo_article_list .date_text_box{
    font-size: 12px;
    color: #636363;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;	
}
@media only screen and (max-width: 1200px){
.seo_row .seo_title_box, .seo_article_row {
    width: 100%;
	margin-left:0px;
}
.seo_row .seo_title_box{
    text-align: center;
    margin-bottom: 45px;	
}
}
@media only screen and (max-width: 860px){
.seo_article_list{
    width: calc(100% / 2 - 20px);
}
.seo_article_list .date_title .date{
    width: 100%;
    text-align: left;
}
.seo_article_list .date_title .date .day{
	font-size: 12px;
}
.seo_article_list .date_title .title{
	width:100%;
	padding-left: 0px;
    font-size: 16px;
}
}
@media only screen and (max-width: 760px){
.seo_article_list{
    width: 100%;
    border-left: 0px solid #e9e9e9;	
    border-bottom: 1px solid #e9e9e9;	
}
}
/*article*/
.article_row_box{
    width: calc(100% - 320px);
}
.article_row {
    display: flex;
    flex-wrap: wrap;
}
.article_row .seo_article_list{
	width: calc(100% / 2 - 20px);
    margin: 0px 10px 0px 10px;
    border-left: 1px solid #e9e9e9;
    padding: 0px 15px 40px 15px;
}
.article_row .seo_article_list:nth-child(odd){
    border-left: 0px solid #e9e9e9;
}
@media only screen and (max-width: 760px){
.article_row_box{
	width: 100%;
    padding: 20px 0px;
}
.article_row .seo_article_list{
	width: 100%;

}
}
/*article ii*/
.article_container_row{
    display: flex;
    flex-wrap: wrap;
}
.article_menu_box{
    position: relative;
    width: 320px;
    border-right: 1px solid #f2f2f2;	
}
.article_text_box{
    width: calc(100% - 640px);
    margin-right: auto;
}
.article_menu_title {
    position: relative;
    padding-left: 40px;
    padding-top: 30px;
	font-weight: 400;
    font-size: 26px;
    letter-spacing: .05em;
    color: #343434;
}
.menu_ul_box{
    padding: 20px 0;
}
.menu_ul_box .menu_ul{
    list-style: none;
    padding-left: 0px;	
}
.menu_ul_box .menu_ul li a{
	position: relative;
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 16px;
    letter-spacing: .05em;
    color: #676767;
    border-bottom: 1px solid #f2f2f2;
}
.menu_ul_box .menu_ul li a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 0;
    height: 2px;
    background-color: #f80034;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.menu_ul_box .menu_ul li a:hover::after,
.menu_ul_box .menu_ul li a.active::after {
    width: 100%;
}
.article_top_title_box{
    display: flex;
    padding: 37.5px 6%;
    border-bottom: 1px solid #f2f2f2;
}
.article_top_title_box .date{
    width: 55px;
    font-size: 12px;
    letter-spacing: .02em;
    color: #707070;
    text-align: center;
    text-transform: uppercase;
}
.article_top_title_box .date .day{
    font-size: 40px;
    letter-spacing: .05em;
    font-weight: 300;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 5px;
}
.article_top_title_box .date .txt_m_y{}
.article_top_title_box .text{
	-webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-top: 7px;
    padding-left: 25px;
    padding-right: 25px;
}
.article_top_title_box .text .txt{
    padding-bottom: 5px;
    font-size: 14px;
    color: #333;
    letter-spacing: .02em;
}
.article_top_title_box .text .title{
    font-size: 3rem;
    line-height: 1;
    color: #181414;
    font-weight: bold;
	letter-spacing: .02em;
}
.article_edit_box{
    padding-left: 16%;
    padding-right: 16%;
}
.catalog_box{
	padding: 20px;
    background: #f1f1f1;
    margin: 10px 0;
}
.catalog_box .title{
    font-size: 18px;
    margin-bottom: 10px;
}
.catalog_box ul > li{
    margin-top: 0.75rem;	
}
.catalog_box ul a{
    color: #159347;
    line-height: 1.5;
    font-size: 18px;
}
.edit.tag_edit{
	
}
.edit_title{
    font-weight: 700;
    font-size: 2.25rem;
	letter-spacing: .25rem;
    line-height: 1.5;
    color: #c0392b;
    margin: 20px 0;

}
@media only screen and (max-width: 1300px){
.article_edit_box{
    padding-left: 2rem;
    padding-right: 2rem;
}	
}
@media only screen and (max-width: 760px){
.article_edit_box{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}	
}
/*切換分頁按鈕*/
.page_btn_box{
    position: relative;
    margin: 35px 0px;
    width: 100%;
    height: 45px;
}

.page_btn_box:before {
	content: '';
    position: absolute;
    width: 1px;
    height: calc(100% - 10px);
    background: #a59595;
    left: 50%;
}

.page_btn{
    position: relative;
    width: 50%;
	display: flex;
    flex-wrap: wrap;
}

.page_btn_box .page_btn.left{
	justify-content: flex-start;
	padding-right: 10px;
	padding-left: 35px;
	text-align:left;
	float: left;
}
.page_btn_box .page_btn.right{
    padding-right: 35px;
    padding-left: 10px;
    text-align: right;
    float: right;
}
.page_btn_box .page_btn.left .icon{
	left: 0px;
}
.page_btn_box .page_btn.right .icon{
	right: 0px;
}
.page_btn > .icon{
	position: absolute;
    font-size: 20px;
	top: 10px;
}
.page_btn > .text{
	width: 100%;
    font-size: 18px;
    color: #108696;
    font-weight: 900;
    letter-spacing: 1.2px;
}
.page_btn > .title{
	width: 100%;
	font-size: 15px;
    font-weight: 400;
    letter-spacing: 1.2px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
/*右側文章列表*/
.article_fixed_box{
	position: fixed;
    right: 0;
    top: 0;
    padding-top: 90px;
    height: 100%;
    width: 320px;
    border-left: 1px solid #f2f2f2;
}
.article_fixed_row{
    display: flex;
    flex-wrap: wrap;
}
.article_fixed_list{
	width:100%;
    display: flex;
    padding-top: 35px;
    padding-bottom: 35px;
    padding-left: 25px;
    padding-right: 35px;	
    border-bottom: 1px solid #f2f2f2;
}
.article_fixed_list .date{
    width: 55px;
    font-size: 12px;
    letter-spacing: .02em;
    color: #707070;
    text-align: center;
    text-transform: uppercase;
}
.article_fixed_list .date .day{
	font-size: 40px;
    letter-spacing: .05em;
    font-weight: 300;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 5px;
}
.article_fixed_list .date .txt_m_y{}
.article_fixed_list .text{
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-left: 20px;
    padding-top: 8px;
}
.article_fixed_list .text .txt{
	padding-bottom: 3px;
    font-size: 14px;
}
.article_fixed_list .text .title{
	display: block;
    font-size: 16px;
    letter-spacing: .05em;
    color: #2f2b2b;
    line-height: 1.5;
    max-height: 50px;
}
/*tag2*/
.article_text_box.tag2{
	width: calc(100% - 320px);
    display: flex;
    flex-wrap: wrap;
}
.article_left_box{
   width: calc(100% - 320px);
}
.article_right_box{
    height: 100%;
    width: 320px;
    border-left: 1px solid #f2f2f2;
}
.article_right_box .article_fixed_row{
    display: flex;
    flex-wrap: wrap;
    position: sticky;
    top: 90px;	
}
.tag_edit .edit img{
    max-width: 100%;
    display: block;
    margin: auto;
}
.tag_edit .edit p{
    font-size: 1.125rem;
    line-height: 1.75rem;
    line-height: 2;
    margin-bottom: 1.5rem;
    margin-top: 1.5rem;
	font-weight:300;
}
@media only screen and (max-width: 1300px) {

.article_text_box {
    width: calc(100% - 320px);
    margin-right: auto;	
}
.article_fixed_box{
    position: relative;
	width:100%;
}
/*tag2*/
.article_text_box.tag2{
    width: calc(100% - 320px);
    display: flex;
    flex-wrap: wrap;
}
.article_left_box{
	width:100%;
}
.article_right_box{
    width: 100%;
    height: auto;
}
.article_right_box .article_fixed_row{
	position: relative;
    top: 0px;
}
}
@media only screen and (max-width: 760px) {
.article_menu_box, .article_text_box{
	width:100%;
}
.article_menu_box{
	background: #f80034;
}
.article_menu_title{
	color: #fff;
    margin-bottom: 20px;
}
.article_menu_title:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\2b";
    position: absolute;
    top: 50%;
    right: 10%;
    font-size: 22px;
    transition: .3s;
}
.article_menu_title.active:after {
    transform: rotate(45deg);
}
.menu_ul_box{
	width: 100%;
    height: 0px;
	padding: 0px;
    background: #e9e9e9;
    overflow: hidden;
    position: absolute;
    top: 100%;
    z-index: 8;
    transition: all .5s ease;
}
.menu_ul_box.active{
	height: auto;
}
/*tag2*/
.article_top_title_box .text .title{
    font-size: 1.875rem !important;
}
.article_text_box.tag2{
	width:100%;
}
.tag_edit .edit img{
	max-width: 100%;
}
}

/*down tag*/
.tag_box{
	display: flex;
    flex-wrap: wrap;

}
.tag_box, .tag_box a{
   
}
.tag_box .slogan{
	width:200px;
	padding-right:30px;
}
.tag_box .tag{
    width: 70%;
    text-align: center;
    margin: 20px auto;
}
.copyright{    
	display: flex;
	justify-content: center;  
	font-size: 12px;    
	font-weight: 700;  
	margin: 10px 0px 10px 0px; 
	padding-bottom: 5px;
}
.tag_box .tag a{
    display: inline-block;

}
.tag_box .tag > a, .tag_box .tag > a > h2, .copyright{
	font-size: 12px;
    color: #000;

    font-weight: 200;
    	margin-bottom: 0px;
}
.tag_box .tag > a{
    padding:  5px;	
    border: 1px solid #d0d0d0;
    border-radius: 20px;
    margin-right: 6px;	
	margin-bottom: 5px;
}
.footer_ContactBtn_box{   
	max-width:	100%;
    margin:	auto;
    display: flex;
    justify-content: center;
	padding: 40px 0px
}
.footer_ContactBtn_box .btn{	
	width: calc(60% - 50px); 
	border-radius: 35px !important;
	background-image: -webkit-linear-gradient(345deg, #e22410, #f30063);
	background-image: -o-linear-gradient(345deg, #e22410, #f30063);
	background-image: linear-gradient(105deg, #e22410, #f30063);
	-webkit-box-shadow: 0 15px 15px -15px rgba(229, 58, 40, 0.8)!important;
	box-shadow: 0 15px 15px -15px rgba(229, 58, 40, 0.8)!important;
	color: #fff;
	font-size: 18px !important;
	font-weight: 500 !important;
	padding: 13px 28px !important;
	border-color: transparent;
	line-height: 1;
}
.footer_ContactBtn_box .btn:hover{ 
	background-image: -webkit-linear-gradient(315deg, #e22410, #e50093); 
	background-image: -o-linear-gradient(315deg, #e22410, #e50093); 
	background-image: linear-gradient(135deg, #e22410, #e50093);  
	-webkit-box-shadow: 0 15px 20px -15px rgba(229, 58, 40, 0.8)!important;
	box-shadow: 0 15px 20px -15px rgba(229, 58, 40, 0.8)!important;
}
.footer_ContactBtn_box .btn.ph{ 
	display: none;
}
@media only screen and (max-width: 760px){
.footer_ContactBtn_box .btn.pc{
    display: none;
}
.footer_ContactBtn_box .btn.ph{   
	display: block;   
	width: calc(100% - 50px);
}
}
.index_item_box{
    padding: 50px 0px;
}
.index_about_box {
    display: flex;
    flex-wrap: wrap;
}
.index_about_box .text_box{
    padding: 45px 130px 45px 20px;
    width: 50%;
}
.index_about_box .img {
    width: calc(50% - 30px);
    margin-left: 30px;
    text-align: center;
}
.index_about_box .text_box .title{
	position: relative;
    font-size: 36px;
    padding-bottom: 15px;
    margin-bottom: 50px;
    display: inline-block;
}
.index_about_box .text_box .title:after{
	content: "";
    width: 80%;
    height: 4px;
    bottom: 0%;
    left: 0px;
    position: absolute;
    margin: auto;
    background: #264064;
}
.index_about_box .text_box .text{
	margin-bottom: 30px;
}
.index_about_box .img img{
	width: 100%;
}
@media only screen and (max-width: 760px){
.index_about_box .text_box,
.index_about_box .img{
	width:100%;
}
.index_about_box .text_box{
    padding: 15px;
}
.index_about_box .img{
	margin-left: 0px;
}
}
.ad_banner_box{
	position: relative;
    width: 100%;
}
.ad_banner_box .img{
    position: relative;
    display: block;
    width: 100%;
}
.ad_banner_box .img img{
	width: 100%;
}
.ad_banner_box .img:hover > img{
	filter: blur(5px);
}
/*遮罩*/
.img_mask{
	position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;	
    justify-content: center;
    align-items: center;
    background: #26406494;	
    border-radius: 0px;	
    opacity: 0;	
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;	
}
.ad_banner_box .img_mask > img,
.img_mask > img{
    width: 50%;
    max-width: 400px;
}
.img_mask > .more_btn{
    padding: 5px 20px;
    color: white;
    border: 1px solid #fff;
    border-radius: 30px;
    margin-top: 20px;
    display: flex;
    align-items: center;
}

.ad_banner_box .img:hover .img_mask{
	opacity: 1;
}
/*brand*/
.brand_row{
    display: flex;
    flex-wrap: wrap;
}
.brand_list{
	position: relative;
    width: calc(100% / 4);
    overflow: hidden;	
}
.brand_list::before {
	position: relative;
    content: "";
    display: block;
    padding-top: 70%;
    background: #00000094;
    z-index: 1;
}

.brand_list .img{
	position: absolute;
    padding: 20px;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;

}
.brand_list .img img{
	width: 100%;
    opacity: 0.5;	
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;	
}
.brand_list .text_box{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    display: flex;
	flex-wrap: wrap;
    justify-content: center;
    align-items: center;
	align-content: center;
    z-index: 2;
}
.brand_list .text_box .title,
.brand_list .text_box .icon{
	font-size: 18px;
    color: #fff;	
    font-weight: 900;	
	text-align: center;
    letter-spacing: 2px;
}
.brand_list .text_box .title{
    width: 100%;	
}
.brand_list .text_box .icon{
    width: 100%;	
	margin-bottom: 0px;
}
.brand_list:hover .img img{
    transform: scale(1.3);	
}
@media only screen and (max-width: 760px){
.brand_list {
    width: calc(100% / 2);
}
.brand_list::before{
    padding-top: 100%;	
}
}
.item_row_box{
    position: relative;
	margin: 135px 0px 100px 0px;	
}
.item_text_box{	
     position: relative;
    display: flex;
    align-items: center;
    z-index: 1;
}
.item_text_box .text_box{
    background: #f7f8fa;
    position: absolute;
    width: calc(100% + 10%);
    left: 10%;
    padding: 90px 70px;
    transition: .3s;
}
.item_text_box .text_box .edit{
	color:#fff;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
}
.index_item_box_box_btn{
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
}
.index_item_box_box_btn .more_btn{
    position: relative;
    padding: 5px 45px 5px 10px;
    color: #000;
    border-bottom: 1px solid #000;
}
.index_item_box_box_btn .more_btn:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f101";
    position: absolute;
    top: 5px;
    right: 4px;
}
.item_img_box{
	background: white;
    z-index: 2;
    padding: 20px 20px;
    box-shadow: 0 2px 6px 0 rgb(0 0 0 / 6%);
    border-left: 5px solid #333d51;	
}
.item_img_box .img img{
	width:100%;
}
.item_text_box .text_box:hover{
	background: #fff;
	left: 5%;
	color:#333d51;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) ;	
}
.item_text_box .text_box:hover .index_item_box .title{
	color:#333d51;
}
.item_text_box .text_box:hover .edit{
	color:#333d51;
}
.item_text_box .text_box:hover .index_item_box_box_btn .more_btn{
	color:#333d51;
	border-bottom: 1px solid #333d51;
}
@media only screen and (max-width: 768px) {
.item_row_box{
	margin:40px 0px;
}
.item_text_box .text_box{
    width: 100%;
    position: relative;
    left: 0px;
}	
}
.index_banner_text_box .index_item_box{
	padding: 30px 0px;
}
.index_banner_text_box .index_item_box .title{
    color: #fff;	
}
.index_banner_text_box > .edit {
    position: relative;
    max-width: 600px;
    margin: 0 0 0 auto;
    color: #fff;
    padding: 15px 30px;	
	background-color: rgb(85 85 85 / 80%);
    z-index: 1;
}
.img_left_box {
    position: relative;	
}

.img_left {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    z-index: 0;	
}

@media only screen and (max-width: 960px){
	.img_left {
		display: none;
	}
}
.index_news_row{
	display: flex;
    flex-wrap: wrap;
    margin-top: 20px;	
}
.index_news_left_box{
	width:300px;
}
.index_news_right_box{
	width:calc(100% - 300px);
}

.news_box > .title{
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: 31px;
    line-height: 1;
    letter-spacing: 0.02em;
	padding:40px;
    border: 1px solid #000;
}

.news_row{
	display: flex;
    flex-wrap: wrap;
}
.news_list{
    width: 100%;
    border-bottom: 1px solid #000000;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.news_list > .link{
	display: flex;
    flex-wrap: wrap;
}
.news_list > .link > .time{
    width: 115px;
    font-size: 18px;
}
.news_list > .link > .type{
    width: 100px;
    text-align: center;
}
.news_list > .link > .type > span{
	border-radius: 5px;
    padding: 5px 5px 5px 5px;
    letter-spacing: 3px;
}
.news_list > .link > .title{
	width:calc(100% - 215px);
}
.news_box_btn{
	display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.news_box_btn .more_btn {
    position: relative;
    padding: 5px 45px 5px 10px;
    color: black;
    border-bottom: 1px solid #003656;
}
.news_box_btn .more_btn:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f178";
    position: absolute;
    top: 5px;
    right: 4px;
    transition: .3s;
}
.news_box_btn .more_btn:hover:after {
    right: 0px;
}
.news_box_btn.white .more_btn{
	color: #fff;
    border-bottom: 1px solid #fff;
    margin-top: 10px;	
}

.add_member_box{
	padding:20px;
	border-radius: 20px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.75) ;	
}
.index_item_box{
	padding:10px;
}
.index_item_box .title{
	font-size:28px;
	color:#000;
	margin-bottom:0px;
}
.reciprocal-spec_box{
	border-bottom: 1px solid #ffffff;
    border-top: 1px solid #ffffff;
	padding: 10px;
}
.reciprocal-spec{
	color:#fff;
    margin:  0;
    height: 310px;
    overflow-y: scroll;  
}
.reciprocal-spec::-webkit-scrollbar {
    width: 2px;
}
.reciprocal-spec::-webkit-scrollbar-thumb {
    background-color: #ebebeb;
}
.reciprocal_box{
    display: flex;
    flex-wrap: wrap;
}
@media only screen and (max-width: 800px) {
.news_list > .link > .title{
    width: 100%;
    margin-top: 15px;

}	
.index_news_left_box {
    width: 100%;
}
.news_box > .title{
    text-align: center;
	-ms-writing-mode: unset;
	writing-mode: unset;
}	
.index_news_right_box{
    width: 100%;
    margin: 20px;
}
}
/*news*/
.news_row.type1 .news_list{
    display: block;
    width: calc(100% / 4 - 20px);
    margin: 10px;
    padding: 0px;
}
.news_row.type1 .news_list .img{
	position: relative;
    display: block;
    overflow: hidden;
}
.news_row.type1 .news_list .img::before {
    content: "";
    display: block;
    padding-top: 90%;
}
.news_row.type1 .news_list .img img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 0px;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transform-origin: center top;
    transform-origin: center top;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
}
.news_row.type1 .news_list .text_box{
    padding: 10px;
}
.news_row.type1 .news_list .text_box .time_box{
    font-size: 16px;
    margin-bottom: 5px;
}
.news_row.type1 .news_list .text_box .type{
    display: inline-block;
    padding: 1px 5px;
    background: #264064;
    color: #fff;
    margin-right: 5px;	
}
.news_row.type1 .news_list .text_box .title{
	font-size: 18px;
    margin-bottom: 0px;
}
@media only screen and (max-width: 960px){
.news_row.type1 .news_list{
    width: calc(100% / 2 - 20px);
}	
}
@media only screen and (max-width: 600px){
.news_row.type1 .news_list{
    width: 100%;
	margin: 0px;
}	
}
/*page_class_box*/
.page_class_box{	
    padding: 50px 25px 80px 25px;
    background: #fafafa;	
}
.class_title{
    font-size: 26px;
    margin-bottom: 30px;	
}
.page_class_row{
    width: 100%;
    position: relative;
    display: flex;
    flex-wrap: wrap;	
}
.page_class_row > a{
    position: relative;	
	float: left;
    margin-bottom: 8px;
    padding: 0 10px;	
}

.page_class_row > a::after{
    content: '';
    display: block;
    width: 0%;
    height: 2px;
    background: #c1c1c1;
    transition: .5s;	
}
.page_class_row > a.active::after {
    width: 100%;
}
.page_class_row > a:hover::after{
    width: 100%;	
}
.page_menu_down_box{
    width: 100%;
    margin: 0px;
    padding: 2px 10px;
    color: #000;
    background-color: #fafafa;	
}
.page_menu_down{
    margin: 0px auto;
    padding: 5px 20px;	
}
.page_menu_down span.icon{
    padding: 0px 5px;	
}
.page_menu_down a{
    color: #312927;	
}
.page_top_menu_box{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1px 15px;	
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;		
    margin-bottom: 30px;
}
.page_top_menu_box a{
	display: block;
    position: relative;	
    padding: 10px 15px;	
    margin: 0px 5px;	
}
.page_top_menu_box a.active{
    background: #264064;
    color: #fff;	
}
.page_top_menu_box a:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 51%;
    right: 51%;
    bottom: 0;
    background: #256533;
    height: 4px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.page_top_menu_box a:hover:before{
    left: 0;
    right: 0;
}
.page_top_ph_menu_box{
	display:none;
	margin-bottom: 10px;
}
.page_top_ph_menu_box select{
    width: 100%;
    padding: 10px 15px;
    color: #264064;
    font-size: 22px;
    font-weight: 900;	
    border: none;
    border-bottom: 2px solid #264064;
    text-align: center;
}
.page_class_box.brand{
    position: relative;	
}
.page_class_box.brand::after {
    position: absolute;
    content: '';
    display: block;
    width: 35%;
    height: 3px;
    bottom: 0px;
    right: 0px;
    background: #264064;
    transition: .5s;
}
@media only screen and (max-width: 1060px){
.page_class_box{
    display: block;	
    margin-bottom: 25px;	
}
}
@media only screen and (max-width: 760px){
.page_class_box{
    padding: 50px 25px;
}	
.page_top_menu_box{
	display:none;
}	
.page_top_ph_menu_box{
	display: block;
}	
.page_class_row > a{
	margin-bottom: 15px;
}
}
/*footer*/
footer{
	position: relative;
	width: 100%;
    padding: 45px 15px;
    background: #264064;
	color: #fff;
}

.footer_box{
    position: relative;
    width: 100%;
    max-width: 1300px;
    margin: 0px auto;
    z-index: 1;
}
footer a{
	color: #fff;
}
footer a:hover{
	color: #ff7878;
}
.footer_title{
	font-size: 22px;
    padding: 15px 0px;
    font-weight: 900;
    margin-bottom: 5px;
}
.footer_row{
	width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.footer_logo_box{
    display: flex;
	align-items: center;
    justify-content: center;	
    width: 33%;
}
.footer_menu_box{
	width: calc((100% - 700px) / 2 );
	padding: 0px 15px;
}
.footer_follow_contact_box{
    width: 100%;
    padding: 0px 15px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;	
    align-items: center;	
}
.footer_contact_box,
.footer_follow_box{
    width: auto;
    text-align: center;
}
.footer_contact_box{
	margin-top: 25px;
}
.footer_follow_box .footer_title{
	display: inline-block;
    background: #264064;
    padding: 15px 30px;
}
.footer_logo_box img{
    width: 100%;

    padding: 10px;
}
.footer_menu_row{
	width: 100%;
    display: flex;
    flex-wrap: wrap;
	
}
.footer_menu_list{
	width: calc(100% / 2);
    line-height: 2;
    font-weight: 900;
}
.footer_contact_row{
	width: 100%;
    display: flex;
    flex-wrap: wrap;
	
}
.footer_contact_list,
.footer_contact_list a{
    color: #595959;	
}
.footer_contact_list{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 5px;
	
}
.footer_contact_list .title{
    padding-right: 10px;
    font-weight: 900;
}
.footer_contact_list .text{}
.footer_follow_row{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 5px;
    border: 3px solid #ffffff;
    padding: 25px 15px 15px 15px;
    margin-top: -35px;
}
.footer_follow_list{
	width: 45px;
    height: 45px;
    font-size: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0px 10px 5px 0px;
    border: 1px solid #dfdfdf;
    border-radius: 50%;
}
.footer_follow_QR{
	width: 100%;
}
.footer_follow_QR img{
	max-width: 170px;
    max-height: 120px;
}
.footer_bottom_box{
	width: auto;
    font-size: 14px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 25px auto 0px auto;
    padding-top: 10px;
    padding-bottom: 15px;
    border-top: 2px solid #dfdfdf;
}
.footer_bottom_unmber img{
	height: 26px;
	padding-right: 5px;
}
.footer_bottom_Copyright{
	padding-left: 15px;
}
@media only screen and (max-width: 760px){
.footer_logo_box{
	width: 100%;
    text-align: center;
}	
.footer_logo_box img{
	max-width: 200px;
}
.footer_title{
    border-bottom: 1px solid #dfdfdf36;
}
.footer_menu_box,
.footer_contact_box,
.footer_follow_box{
	width:100%;
	margin-bottom: 15px;
}
.footer_menu_list{
	line-height:2.5;
}
.footer_bottom_unmber,
.footer_bottom_Copyright{
    width: 100%;
     text-align: center;
     margin: 0px;
     padding: 0px;
}
}

/*右側固定*/
.fixed_right{
	overflow: hidden;
	position: fixed;
	bottom: 40%;
    right: 2%;
	z-index: 10;
	width: 50px;
	height: auto;
	text-align: center;
	line-height: 40px;			
	color: #9ba47b;
	cursor: pointer;
	border: 0;
	text-decoration: none;
	transition:  0.2s ;
	font-size: 25px;
	padding-top: 10px;
	padding-bottom: 10px;
	transition: all 0.2s ease-in;	
}
.fixed_right_icon{
	position: relative;
	right: 0px;
	width:100%;
	padding: 5px;
    border-radius: 50%;
    margin-bottom: 15px;	
	opacity: .8;
	transition: all 0.2s ease-in;
}
.fixed_right.boxoff .fixed_right_icon{
	right: -50px;
}
.fixed_right_icon a{
	color: white;	
}
.fixed_right_on_off{
	position: relative;
	background-color: #bfbfbf;
	right: -50px;
	transition: all 0.2s ease-in;
}
.fixed_right_on_off a{
	color: white;
}
.fixed_right:hover .fixed_right_on_off{
	right: 0px;
}
/*icon */
.fixed_right_facebook{
	background-color: #4267B2;
}
.fixed_right_line{
	background-color: #00c300;
}
.fixed_right_mail{
	background-color: #7d7d7d;

}
.fixed_right_youtube{
	background-color: #ff0033;
}
.fixed_right_instagram {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
    box-shadow: 0px 3px 10px rgb(0 0 0 / 25%);
}
.fixed_right_icon .cart_number{
	position: absolute;
    top: 0px;
    right: 0%;
    font-size: 15px;
    width: 15px;
    height: 15px;
    background: red;
    color: #fff;
    display: flex;
    line-height: 1;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
@media only screen and (max-width: 760px) {
.fixed_right {
	font-size: 25px;
	bottom: 30%;
	width: 50px;
}
.fixed_right a{
	padding: 2px;
}	
}
.iframe_map_row{
	width: 100%;
    display: flex;
    flex-wrap: wrap;	
}
.iframe_map_box{
    width: calc(100% / 2 - 40px);
    margin: 20px;
}
.iframe_map_box .title{
	display: block;
    font-size: 15px;
    font-weight: bold;
    padding: 20px 0;
    border-bottom: 1px solid #ddd;
    letter-spacing: 0.25em;
}
.iframe_map_box .edit{
    margin-top: 17px;
    line-height: 2.2;
    font-size: 13px;
    letter-spacing: 0.15em;	
}
.iframe_map_box .iframe_box{
    width: 100%;
    margin-top: 30px;
    height: 0px;
    line-height: normal;
    padding-bottom: 71%;
    position: relative;
    overflow: hidden;	
}
.iframe_map_box .iframe_box iframe{
	position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}
@media screen and (max-width: 760px) {
.iframe_map_box{
    width: 100%;
}	
}
.page_title_box.Download{
    margin-bottom: 45px;
}
.page_title_box.Download .title{
    font-size: 26px;
}
.Download_box{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    width: 100%;
    max-width: 900px;
    margin: auto;
}
.Download_title_box{
    position: relative;
    width: 52%;
    display: table;
    vertical-align: top;
    white-space: nowrap;
    padding-right: 46px;
}
.Download_title_box:after {
    content: '';
    position: relative;
    left: 20px;
    margin-left: 20px;
    display: table-cell;
    width: 100%;
    height: 2px;
    border-bottom: 2px solid #d5d5d5;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.Download_title_box > .title{
    position: relative;
    font-size: 22px;	
}
.Download_title_box > .title:before {
    content: '●';
    margin-right: 0.3em;
	color: #264064;
}
.Download_row{
	width: 48%;
    display: flex;
    flex-wrap: wrap;
}
.Download_list{
	width: 100%;
	margin-bottom: 10px;
}
@media only screen and (max-width: 760px){
.Download_title_box{
	width: 100%;
    border-bottom: 2px solid #d5d5d5;
    margin-bottom: 15px;	
}	
.Download_row{
	width: 100%;
}
.Download_title_box:after{
	display: none;
}
}
.pass_box01 {
    width: 42%;
    margin: 0px auto;
    padding: 15px;	
	box-shadow: 0 2px 5px 0 rgb(2 152 68 / 40%)
}
.pass_box01 dl {
    width: 100%;
    margin-bottom: 1.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center;
    border-bottom: 1px solid #006362;
}
.pass_box01 dt {
    flex: 1;
}
.pass_box01 dt input {
    width: 100%;
    line-height: 22px;
    background: none;
    padding: 0;
    height: 3.5rem;
    border: none;
}
.pass_box01 a {
    display: block;
    line-height: 1.5;
    letter-spacing: 0.04688rem;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    padding: 1rem 1.75rem;
    font-size: 15px;
    border-radius: 0.3125rem;
    color: #fff;
    background: #375444;
}
.pass_box01 dd {
    width: 58px;
    margin-left: 1rem;
}
@media only screen and (max-width: 1570px) {
    .pass_box01 {
        width: 100%;
        max-width: 340px;
    }
}
.brand_poto_row{
    display: flex;
    flex-wrap: wrap;	
}
.brand_poto_list{
    width: calc(100% / 4 - 20px);
    margin: 10px;	
}
.brand_poto_list .img{
	width: 100%;
	position: relative;
    display: block;
    overflow: hidden;
}
.brand_poto_list .img::before {
    content: "";
    display: block;
    padding-top: 100%;
}
.brand_poto_list .img img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transform-origin: center top;
    transform-origin: center top;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
}
.brand_logo_menu_box{
    width: 100%; 
	display: flex;
    flex-wrap: wrap;
    padding: 20px 0px;		
}
.brand_logo_box{
	width: 400px;
	padding: 5px;
}
.brand_logo_box img{
	width: 100%;
	max-width: 300px;
}
.brand_menu_box{
	width: calc(100% - 400px);
}
.brand_menu_row{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: flex-end;	
    width: 100%;
    height: 100%;
}
.brand_menu_row .brand_menu_list{
	padding: 5px 10px;
    background: #dce7e1;
    color: #000000;
    margin: 5px 10px;
    border: 1px solid #d1d1d1;	
}
.brand_menu_row .brand_menu_list:hover,
.brand_menu_row .brand_menu_list.active{
	background: #264064;
    color: #ffffff;
    border: 1px solid #264064;
}
.brand_poto_list:hover .img img{
    transform: scale(1.1);
}
@media only screen and (max-width: 960px){
.brand_poto_list{
	width: calc(100% / 3 - 20px);
}	
}
@media only screen and (max-width: 760px){
.brand_logo_box,
.brand_menu_box{
	width: 100%;
}	
.brand_logo_box{
	text-align: center;
}
.brand_menu_row {
    padding: 15px 0px;
	align-items: flex-start;
    justify-content: center;
    align-content: center;
}
.brand_poto_list{
	width: calc(100% / 2 - 20px);
}	
}
/*彈跳視窗*/
#bid_info_window{
	position: fixed;
    left: 0px;
    top: 0px;
    width: 100vw;
    height: 100vh;
	z-index:99;
}
#index_news_view_box{
	position: fixed;
    left: 0px;
    top: 0px;
    width: 100vw;
    height: 100vh;
	z-index:99;
}
.index_news_view_box{
	position: relative;
    width: 100vw;
    height: 100vh;
    display: flex;

    justify-content: center;
    align-items: center;
}
.index_news_view_data{
    width: 85%;
    max-width: 800px;

    border-radius: 5px;
    background: #fff;
    position: relative;
}
.index_news_view_box .title{
    font-size: 22px;
    background: #92afb8;
    padding: 5px;
    text-align: center;
    color: white;
    margin-top: 30px;
}
.index_news_view_btn, .bid_info_window_btn{
    position: absolute;
    right: -10px;
    top: -15px;
    color: red;
    font-size: 30px;
}
.index_news_view_data .text_box{
    padding: 20px 10px;
    overflow: auto;
    margin: 20px 0px;
}
.index_news_view_data .form-check{
	width:90%;
	text-align:center;
	margin-bottom: 20px;
}
.bg_colse{
    position: absolute;
    top: 0px;
    left: 0px;
	background: #0000004f;
	width:100%;
	height:100%;
}
.youtube_ifram{
	width: 100%;
}
.youtube_ifram iframe{
	width: 100%;
    aspect-ratio: 4 / 3;	
}
/*about*/
/*page title*/
.paper_class_row{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;	
}
.paper_class_row a{
	position: relative;
    display: block;
    padding: 5px 15px;
    border: 2px solid #000000;
    color: #000000;
    font-size: 18px;
    margin: 10px;
}
.paper_class_row a.active{
	border: 2px solid #d3ac2b;
    color: #d3ac2b;
}
.page_tiele_box{
    padding: 0px 15px;
    margin-bottom: 60px;
    margin-top: 20px;
}
.page_tiele_box .title{
    text-align: center;
    letter-spacing: 3px;
    font-size: 30px;
    color: #000;
    line-height: 1.5;
    margin: 0;
}
.edit.paper_edit ol > li{
    margin-bottom: 15px;
}
.edit.paper_edit a{
    color: #d3ac2b;
    font-weight: 900;
}
.news_ii_title_box{
    display: flex;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #dfdfdf;
    align-items: flex-start;
}
.news_ii_title_box .back_btn{
    display: flex;
    align-items: center;
    width: 100px;
    height: 40px;
    margin-right: 50px;
    padding: 10px 10px 10px 10px;
    position: relative;
    border: 2px solid #376634;
    border-radius: 10px;
    justify-content: center;
}
.news_ii_title_box .title{
	width: calc(100% - 150px);
    font-size: 34px;
    margin-bottom: 0px;
    color: #d3ac2b;
    font-weight: 900;
}
.news_ii_time{
	display: block;
    padding: 5px 15px;
	margin: 20px 0px;
    text-align: end;
    width: 100%;
    font-size: 18px;
    font-weight: 900;
}
.page_back_btn{
	display: flex;
    justify-content: center;
    margin: 40px 0px;
}
.page_back_btn a{
    padding: 5px 15px;	
    border: 2px solid #000000;
    color: #000000;
	font-size: 18px;
}
.laboratory_row{
	display: flex;
    flex-wrap: wrap;
}
.laboratory_list{
    position: relative;
    display: block;
    width: calc(100% / 4 - 50px);
    margin: 25px;
    padding: 15px;
    background: #264064;
    border: 3px solid #fff;
}
.laboratory_list .img{
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.laboratory_list .img img{
    width: 100%;
    max-width: 100px;
}
.laboratory_list .text_box{
	padding-top: 25px;
}
.laboratory_list .text_box .title{
	text-align: center;
    color: #fff;
    font-size: 1.2em;
}
.laboratory_list:hover{
    background: #6b7d95;
    border: 3px solid #264064;	
}
@media only screen and (max-width: 960px){
.laboratory_list{
    width: calc(100% / 3 - 50px);
}
}
@media only screen and (max-width: 760px){
.laboratory_list{
    width: calc(100% / 2 - 50px);
}
}
/*equipment*/
.equipment_row{
	display: flex;
    flex-wrap: wrap;
}
.equipment_list{
    position: relative;
    display: block;
    width: calc(100% / 3 - 2%);
    margin: 0 1% 2%;
    padding: 15px;
    border-left: 2px solid #264064;
    border-top: 2px solid #264064;	
	
}
.equipment_list::before {
    content: '';
    width: calc(100% - 50px);
    height: 2px;
    background: #264064;
    position: absolute;
    bottom: 0px;
    left: -2px;
    -webkit-transition: all 1.5s ease;
    -moz-transition: all 1.5s ease;
    -o-transition: all 1.5s ease;
    -ms-transition: all 1.5s ease;
    transition: all 1.5s ease;
	z-index: 1;
}
.equipment_list::after {
    content: '';
    width: 2px;
    height: calc(100% - 50px);
    background: #264064;
    position: absolute;
    top: -2px;
    right: 0px;
    -webkit-transition: all 1.5s ease;
    -moz-transition: all 1.5s ease;
    -o-transition: all 1.5s ease;
    -ms-transition: all 1.5s ease;
    transition: all 1.5s ease;
	z-index: 1;
}
.equipment_list .img{
	position: relative;
    display: block;
    overflow: hidden;
}
.equipment_list .img::before {
    content: "";
    display: block;
    padding-top: 65%;
}
.equipment_list .img img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 0px;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transform-origin: center top;
    transform-origin: center top;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
}
.equipment_list .text_box .title {
    margin: 20px 0px;
    color: #264064;
    font-size: 16px;
    width: calc(100% - 110px);
    height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.equipment_list .icon_box{
    color: #fff;
    width: 80px;
    height: 80px;
    padding-left: 35px;
    background: #264064;
    position: absolute;
    bottom: 0px;
    right: 0px;
    transition: .3s ease-in-out;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%);
    transform: rotateX(180deg);
    font-size: 36px;
    transition: all 0.4s;
}
.equipment_list:hover{
	border-left: 2px solid #d3ac2b;
    border-top: 2px solid #d3ac2b;
}
.equipment_list:hover::before {
    width: calc(100% + 2px);
    background: #d3ac2b;
}
.equipment_list:hover::after {
    height: calc(100% + 2px);
    background: #d3ac2b;	
}
.equipment_list:hover .icon_box{
    background: #d3ac2b;	
}
@media only screen and (max-width: 960px){
.equipment_list {
    position: relative;
    display: block;
    width: calc(100% / 2 - 2%);
    margin: 0 1% 2%;
    padding: 15px;
    border-left: 2px solid #264064;
    border-top: 2px solid #264064;
}	
}
@media only screen and (max-width: 600px){
.equipment_list {
    position: relative;
    display: block;
    width: 100%;
    margin: 0;
    padding: 15px;
    border-left: 2px solid #264064;
    border-top: 2px solid #264064;
}	
}
/*產品資訊*/
.product_h1_box{
	width:100%;
}
.product_h1{
	font-size: 23px;
    font-weight: 500;
    text-transform: none;
    line-height: 1.5;
    padding: 0 10px;
    margin: 40px 0 20px;
    position: relative;
    border-left: 3px solid #82ccd2;
}
.product_col-12{
	width:100%;
}
.product_h2{
	font-size: 16px;
    line-height: 1.5;
}
.product_top_edit{
	font-size: 16px;
	margin-bottom:15px;
}

.product_describe{
    text-align: center;
    margin-top: 70px;
    margin-bottom: 20px;
    padding: 0 70px;
    font-size: 20px;
    font-weight: 600;
}
.product_describe span{
	 position: relative;
}
.product_describe span:before{
    content: '';
    position: absolute;
    top: 50%;
    width: 40px;
	left: -60px;
    border-bottom: 1px solid #878787;
}
.product_describe span:after{
    content: '';
    position: absolute;
    top: 50%;
    width: 40px;
	right: -60px;
    border-bottom: 1px solid #878787;
}
.menu_edit_ul{
	position: relative;
    width: 100%;
    list-style: none;
    padding: 0 0 12px 0px;
    margin: 10px 0px 20px 0px;
    display: flex;
    justify-content: center;
    border-bottom: 1px solid #000;
}
.menu_edit_ul > li{
    position: relative;
	padding:5px 15px;
	border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;	
    border-right: 1px solid #ddd;	
	border-top: 2px solid #818181;
	margin:10px;
}
.menu_edit_ul > li:last-child{
	border-right: 1px solid #ddd;
}
.menu_edit_ul > li a{
    font-size: 16px;
    color: #423885;
}
.menu_edit_ul > li.active{
	border-top: 2px solid #423885;
}
.menu_edit_ul > li.active:before {
    content: "";
    position: absolute;
    bottom: -25px;
    left: 50%;
    width: 1px;
    height: 25px;
    background: #000;
}
.menu_edit_ul > li.active:after {
    content: "";
    position: absolute;
    bottom: -25px;
    left: calc(50% - 2px);
    width: 5px;
    height: 5px;
    background: #000;
    border-radius: 50%;
}
@media only screen and (max-width: 760px){
.menu_edit_ul > li{
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
}
.products_row_title{
    font-size: 22px;
    text-align: center;
    color: #1da539;
    margin-top: 40px;
}
.products_row.products_ii{
	margin-top: 40px;
    background: #f3f3f3;
    padding-top: 20px;
}
/**/
.modal_product_introduction{
    color: red;	
	padding: 5px;
    box-shadow: 3px 3px 10px 0px rgb(225 225 225);
}
.modal_product_price{
	margin:25px 0px;
	color: red;
}
.modal_product_specification{
	margin:10px 0px;
}
.modal_product_specification a{
    display: inline-block;
	border: 1px solid #00B09A;
    padding: 5px 8px;
	border-radius: 5px;
    margin-top: 10px;
	
}
.modal_product_specification a.active{
	border: 1px solid #ff0002;
    color: #ff0002;
}
.modal_price{
    display: block;	
	color: red;
    font-weight: 900;
	font-size: 16px;
}
.modal_original_price{
	color: #4a4a4a;
    font-weight: 300;
    text-decoration: line-through;
}
/*購物車數量*/
.btn_group_product{
	max-width: 300px;
	display: flex;
}
.products_calculate_btn{
	background: none;
    border-style: none;
    color: #71503F;
    font-size: 30px;
}
.products_quantity{
	    border-style: none;
    text-align: center;
    font-size: 40px;
    width: 70%;
}
.modal_product_btn_row{
	width: 100%;
	display: inline-flex;
	margin: 20px 0px;
}
.modal_product_cart{
	font-size: 14px;
    padding: 5px 15px;
    background-color: #71503F;
    color: white;
    border-radius: 15px;
	margin-right: 20px;
}
.modal_product_cart:hover{
	color: white;
    opacity: 0.7;
}
.modal_product_buy{
	font-size: 14px;
    padding: 5px 15px;
    background-color: #ff2f2f;
    color: white;
    border-radius: 15px;
}
.modal_product_buy:hover{
	color: white;
    opacity: 0.7;
}
#previewMultiple img{
	width:100%;
	padding:15px;
}
.modal_productSwiper5 .swiper-slide{
    text-align: center;	
}
.modal_productSwiper5 img{
	max-height: 500px;
}
.swiper-slide img{
	width: 100%;
}
/*laboratory*/
.laboratory_row{
	display: flex;
    flex-wrap: wrap;
}
.laboratory_list{
    position: relative;
    display: block;
    width: calc(100% / 4 - 50px);
    margin: 25px;
    padding: 15px;
    background: #264064;
    border: 3px solid #fff;
}
.laboratory_list .img{
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.laboratory_list .img img{
    width: 100%;
    max-width: 100px;
}
.laboratory_list .text_box{
	padding-top: 25px;
}
.laboratory_list .text_box .title{
	text-align: center;
    color: #fff;
    font-size: 1.2em;
}
.laboratory_list:hover{
    background: #6b7d95;
    border: 3px solid #264064;	
}
@media only screen and (max-width: 960px){
.laboratory_list{
    width: calc(100% / 3 - 50px);
}
}
@media only screen and (max-width: 760px){
.laboratory_list{
    width: calc(100% / 2 - 50px);
}
}
.item_title_2box{
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 45px;		
}
.item_title_2box .ch{
    width: 100%;
    text-align: center;
    color: #264064;
    font-size: 28px;
    margin-bottom: 10px;
    font-weight: 900;
}
.item_title_2box .en{
    width: 100%;
    text-align: center;
    color: #d8a129;
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 900;
}
.item_title_2box .line{
    display: block;
    width: 100%;
    height: 2px;
    background: #264064;
    margin-bottom: 10px;	
}
.about_info_box{
    width: 100%;
    margin: auto;	
}
.about_time_box{
    width: 100%;
    max-width: 800px;
    margin: 0px auto;
}
.about_box {
    display: flex;
    flex-wrap: wrap;
    margin: 60px 0px;	
}
.about_box .text_box{
    padding: 45px 130px 45px 20px;
    width: 50%;
}
.about_box .img {
    width: calc(50% - 30px);
    margin-left: 30px;
    text-align: center;
}
.about_box .text_box .title{
	position: relative;
    font-size: 36px;
    padding-bottom: 15px;
    margin-bottom: 50px;
    display: inline-block;
}
.about_box .text_box .title:after{
	content: "";
    width: 80%;
    height: 4px;
    bottom: 0%;
    left: 0px;
    position: absolute;
    margin: auto;
    background: #d3ac2b;
}
.about_box .text_box .text{
	margin-bottom: 30px;
}
.about_box .img img{
	width: 100%;
}
.about_box.type1 .text_box{
	order: 1;
    padding: 45px 20px 45px 130px	
}
.about_box.type1 .img{
	order: 0;
}
@media screen and (max-width: 760px) {
.about_box .text_box,
.about_box.type1 .text_box{
	padding: 15px;
    width: 100%;
}
.about_box .img {
    width: 100%;
    margin: 0px;
}
.about_box.type1 .text_box{
	order: 0;
}
.about_box.type1 .img{
	order: 1;
}
}
/*link*/
.link_row{
	display: flex;
    flex-wrap: wrap;
}
.link_list{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    position: relative;
    margin: 10px 0px;
    padding: 15px;
}
.link_list .img{
    position: relative;
    display: block;
    overflow: hidden;
    width: 300px;
}

.link_list .img img{
    width: 100%;
}
.link_list .text_box{
	width: calc(100% - 300px);
    padding: 15px;	
}
.link_list .text_box .time_box{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
}
.link_list .text_box .time_box .text1{
    color: #009a44;
    font-size: 18px;
	line-height: 26px;
    font-weight: 900;
    margin-right: 10px;
}
.link_list .text_box .time_box .text2{
	color: #009a44;
    font-size: 16px;
    font-weight: 900;
	
}
.link_list .text_box .title{
    color: #000;
    font-size: 16px;
    margin: 10px 0px;
    font-weight: 900;
	
}
.link_list .text_box .text{
	line-height: 1.8;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;	
}
.link_list .text_box .more_btn_box{
	margin-top: 15px;
    display: flex;
    justify-content: flex-end;	
}
.link_list .text_box .more_btn_box .more_btn{
	font-size: 24px;
    font-weight: 700;
    color: #a1a1a1;
}
.link_list:hover{
    background: #fffbed;
}
.link_list:hover .img img{
	transform: scale(1.1);
}

@media only screen and (max-width: 600px){

.link_list .img{
	width: 100%;
}
.link_list .img img{
	width: 100%;
}
.link_list .text_box{
    width: 100%;
}
.link_list .text_box .title{
    font-size: 18px;
}
.link_list .text_box .text {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
}
.link_ii_title_box{
    display: flex;
    padding-bottom: 15px;
    border-bottom: 1px solid #dfdfdf;
    align-items: flex-start;
}
.link_ii_title_box .back_btn{
    display: flex;
    align-items: center;
    width: 100px;
    height: 40px;
    margin-right: 50px;
    padding: 10px 10px 10px 10px;
    position: relative;
    border: 2px solid #009a44;
    border-radius: 10px;
    justify-content: center;
}
.link_ii_title_box .title{
	width: calc(100% - 150px);
    font-size: 34px;
    margin-bottom: 0px;
    color: #009a44;
    font-weight: 900;
}
.link_ii_time{
	display: block;
    padding: 5px 15px;
	margin: 20px 0px;
    text-align: end;
    width: 100%;
    font-size: 18px;
    font-weight: 900;
}
.page_back_btn{
	display: flex;
    justify-content: center;
    margin: 40px 0px;
}
.page_back_btn a{
    padding: 5px 15px;	
    border: 2px solid #000000;
    color: #000000;
	font-size: 18px;
}
.page_back_btn a:hover{
	color: #fff;
    background: #009a44;
    border: 2px solid #009a44;	
}
@media only screen and (max-width: 760px){
.link_ii_title_box .back_btn{
	display: none;
}	
.link_ii_title_box .title{
	width: 100%;
}
}
/*team*/
.team_box{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    width: 100%;
    max-width: 900px;
	margin: 0px auto 40px auto;
}
.team_title_box{
    position: relative;
    width: 52%;
    display: table;
    vertical-align: top;
    white-space: nowrap;
    padding-right: 46px;
}
.team_title_box:after {
    content: '';
    position: relative;
    left: 20px;
    margin-left: 20px;
    display: table-cell;
    width: 100%;
    height: 2px;
    border-bottom: 2px solid #d5d5d5;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.team_title_box > .title{
    position: relative;
    font-size: 22px;	
}
.team_title_box > .title:before {
    content: '●';
    margin-right: 0.3em;
	color: #029844;
}
.team_row{
	width: 48%;
    display: flex;
    flex-wrap: wrap;
}
.team_list{
	width: 100%;
	margin-bottom: 10px;
}
@media only screen and (max-width: 760px){
.team_title_box{
	width: 100%;
    border-bottom: 2px solid #d5d5d5;
    margin-bottom: 15px;	
}	
.team_row{
	width: 100%;
}
.team_title_box:after{
	display: none;
}
}
/**/
.about_Investigator_row{
    display: flex;
    flex-wrap: wrap;	
}
.about_Investigator_row .img,
.about_Investigator_row .text_box{
    width: 50%;	
    padding: 15px;	
}
.about_Investigator_row .img{
    text-align: center;
}
.about_Investigator_row .img img{
    width: 100%;
    max-width: 400px;
}
.about_Investigator_row .text_box{

}
.about_Investigator_row .text_box .name{
    margin-bottom: 15px;
    padding-bottom: 15px;
	font-size: 28px;
    color: #264064;	
}
.about_Investigator_row .text_box .ch{}
.about_Investigator_row .text_box .en{}
.about_Investigator_row .text_box .title{
    font-size: 18px;
    color: #d3ac2b;	
}
.info_title{
	font-size: 20px;
    margin-bottom: 10px;
    margin-top: 15px;
}
.about_info_row{
    display: flex;
    flex-wrap: wrap;	
}
.about_info_list{
    position: relative;
    width: 100%;
    padding-bottom: 5px;
    margin-bottom: 5px;	
}
.about_info_list:before{
    content: "■";
    color: #264064;
    margin-right: 5px;	
}
.about_info_list:hover:before{
	color: #d3ac2b;
}
.experience_title_box{}
.experience_title_box .title{
    font-size: 26px;
    text-align: center;
    color: #fff;
	
}
.experience_row{
    display: flex;
    flex-wrap: wrap;	
}
.experience_list{
    position: relative;
    width: calc(100% / 2 - 20px);
    padding-bottom: 5px;
	margin: 10px 10px; 
	color: #fff;
}
.experience_list:before{
    content: "■";
    color: #d3ac2b;
    margin-right: 5px;	
}
.experience_list:hover:before{
    color: #ffffff;
}
.honor_ul{
    position: relative;
    width: 100%;
    list-style: none;
    padding: 0 0 10px 0px;
    margin: 10px 0px 5px 0px;
    display: flex;
    justify-content: center;
    border-bottom: 1px solid #ffffff;
}
.honor_ul li{
    position: relative;
    padding: 5px 15px;
    margin: 10px;	
}
.honor_ul li > a{
	color: #fff;
	text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
    align-content: center;
    align-items: center;
}
.honor_ul li a .icon{
    display: block;
    width: 100%;
    font-size: 38px;	
}
.honor_ul li.active{}
.honor_ul li.active a{
	color: #d3ac2b;
}
.honor_ul li.active.active:before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 50%;
    width: 1px;
    height: 25px;
    background: #fff;
}
.honor_ul li.active.active:after {
    content: "";
    position: absolute;
    bottom: -23px;
    left: calc(50% - 2px);
    width: 5px;
    height: 5px;
    background: #fff;
    border-radius: 50%;
}
.honor_box{
	display: none;
}
.honor_row{
    display: flex;
    flex-wrap: wrap;
}
.honor_list{
    position: relative;
    width: 100%;
    padding-bottom: 5px;
    margin: 5px;
    color: #fff;
    border-bottom: 1px solid #fff;
}
.honor_list:hover{
    font-weight: 900;
    border-bottom: 1px solid #d3ac2b;	
}
.honor_row.patent .honor_list:before{
    content: "❈";
    color: #d3ac2b;
    margin-right: 5px;	
}
@media only screen and (max-width: 760px){
.about_Investigator_row .text_box,
.about_Investigator_row .img{
	width: 100%;
}
.about_Investigator_row .text_box .title{
	font-size: 18px;
    color: #d3ac2b;
    width: 100%;
    display: block;
}
.experience_list{
	width: 100%;
}	
}