﻿@font-face {
  font-family: 'ChaoyanzeZhongli';
  src: url('../fonts/ChaoyanzeZhongli.woff2') format('woff2'),
       url('../fonts/ChaoyanzeZhongli.woff') format('woff'),
       url('../fonts/ChaoyanzeZhongli.ttf') format('truetype');
}



a.logo01 .logo_title{
	font-family: 'ChaoyanzeZhongli';
}
/*stlye*/
html,body {
	font-family: "ChaoyanzeZhongli";
    -webkit-text-size-adjust: 100%;
    width: 100%;
    height: 100%;
    color: #232323;
    font-size: 16px;
}
a{
    text-decoration: none;
}	

.content_box{
    max-width: 1400px;
    margin: 0px auto;
    padding: 35px 10px
}
.pr_content {
   max-width: 1050px;
   margin: 0px auto;
   padding: 35px 10px
}

/*按鈕*/
.btn_box{
	display: flex;
    flex-wrap: wrap;
    margin: 25px 0px;	
}
.btn_box.right{
    justify-content: flex-end;	
}
.btn_box.left{
    justify-content: flex-start;	
}
.btn_box.center{
    justify-content: center;	
}
.index_more_btn{
    color: #d8a12b;
    font-size: 20px;
    font-weight: 900;
    text-decoration: underline;
}
/*編輯器*/
.edit{
	font-size:18px;
	font-weight:400;
	line-height:2;

}
.edit iframe{
	max-width:100%;
}
.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);
}
/**/
.item_bg{
	position: relative;
	background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
}
/*大標題*/
.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: 38px;
    font-weight: 400;
    letter-spacing: 1px;
    text-align: left;
    line-height: 1.6;
    color: #83b1c9;
    margin: 0px	
}
.item_title_box .en{
	display: block;
    color: #0d3b66;
    font-size: 24px;
    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, #e7f7ff 0%, #83b1c9 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: 18px;
    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);
}
.header_page_title{
    margin-top: 0;
    padding-bottom: 0;
    border-bottom: 2px solid #dcdcdc;
}	
.header_page_title .title{
    font-size: 38px;
	font-weight: bold;	
}
/*頁碼*/
.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: 20px;
    padding-top: 3px;
    border: 2px solid #82ccd2;
  
}
/*橫幅*/
.banner{
	width:100%;
}
.banner img{
	width:100%;	
}

.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: #266433;
    font-size: 28px;
    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: 32px;
    letter-spacing: .03em;
}
.seo_row .seo_title_box .h2_title{
    font-weight: 400;
    font-size: 20px;
    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: 14px;
    letter-spacing: .02em;
    color: #b0b0b0;
    color: #707070;
    text-align: center;
}
.seo_article_list .date_title .date .day{
    font-size: 42px;
    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: 20px;
    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: 14px;
    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: 14px;
}
.seo_article_list .date_title .title{
	width:100%;
	padding-left: 0px;
    font-size: 18px;
}
}
@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: 28px;
    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: 18px;
    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: 14px;
    letter-spacing: .02em;
    color: #707070;
    text-align: center;
    text-transform: uppercase;
}
.article_top_title_box .date .day{
    font-size: 42px;
    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: 16px;
    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: 20px;
    margin-bottom: 10px;
}
.catalog_box ul > li{
    margin-top: 0.75rem;	
}
.catalog_box ul a{
    color: #159347;
    line-height: 1.5;
    font-size: 20px;
}
.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: 22px;
	top: 10px;
}
.page_btn > .text{
	width: 100%;
    font-size: 20px;
    color: #108696;
    font-weight: 900;
    letter-spacing: 1.2px;
}
.page_btn > .title{
	width: 100%;
	font-size: 16px;
    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: 14px;
    letter-spacing: .02em;
    color: #707070;
    text-align: center;
    text-transform: uppercase;
}
.article_fixed_list .date .day{
	font-size: 42px;
    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: 16px;
}
.article_fixed_list .text .title{
	display: block;
    font-size: 18px;
    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: 14px;    
	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);
}
}

footer{
    padding: 40px 10px;
	/*
    background: #83B1C9;
	*/
	background: linear-gradient(to bottom, #83b1c9 0%, #00264d 100%);	
}
footer,footer a{
	color:#fff;
}
.footer_title_box{
	border-bottom: 2px solid #ffffff;
    margin-bottom: 10px;
	text-align: center;
}
.footer_title_box .ch{
	font-size: 22px;
    letter-spacing: 3px;
}
.footer_title_box .en{
    font-size: 16px;
    letter-spacing: 3px;
}
.footer_row{
	display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;	
    width: 100%;
    max-width: 1200px;
    margin: auto;
}
.footer_icon,
.footer_logo,
.footer_menu{
	width: calc((100% - 400px) / 3);
	padding: 10px;
}
.footer_contact{
	padding: 10px;
	width: 400px;
}
.icon_row{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 120px;
    margin: auto;
}
.icon_row > a{
	width: 50px;
    height: 50px;
    display: flex;
    font-size: 28px;
    align-items: center;
    justify-content: center;
    margin: 5px;
    border: 2px solid #ffffff;
    border-radius: 10px;
}
.icon_row > a.tiktok{
    background: #000;
}
.icon_row > a.facebook{
    background: #4267B2;
}
.icon_row > a.line{
    background: #00c300;
}
.icon_row > a.instagram{
	background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
}
.footer_icon .follow{
	text-align: center;
    margin: 10px 0px;
}
.footer_icon .follow > span{
    padding: 5px 15px;
    background: #fff;
    color: #83B1C9;
    font-weight: 900;
    font-size: 16px;
    font-style: italic;
    letter-spacing: 2px;
    border-radius: 5px;
}
.follow_line{
    text-align: center;
}
.follow_line a{
    text-decoration: underline;
}
.footer_logo img{
    width: 100%;
    filter: brightness(0) invert(1);
    max-width: 160px;
}
.footer_menu_row{
	display: flex;
    flex-wrap: wrap;
}
.footer_menu_list_box{
    width: calc(100% / 2 - 10px);
    margin: 0px 5px;
    display: flex;
    flex-direction: column;
}
.footer_menu_list_box > a{
    display: block;
    width: 100%;
    line-height: 1.7;
    text-align: center;	
}
.footer_contact_row{
    display: flex;
    flex-wrap: wrap;
}
.footer_contact_list{
	width: 100%;
	display: flex;
	line-height: 1.7;
}
.footer_contact_list .title{
	width: 70px;
}
.footer_contact_list .title .icon{
	display: inline-block;
    width: 20px;
}
.footer_contact_list{}
.footer_copyright, .footer_copyright a{
    color: #666;
    font-size: 13px;
}
.footer_copyright {
    width: 100%;
    text-align: center;
    margin: auto;
    padding: 10px;
    background: #fff;
}
@media only screen and (max-width: 760px) {
.footer_icon,
.footer_logo{
	width: calc(100% / 2 - 10px);
	margin: 5px;
}	
.footer_menu,
.footer_contact{
	width: 100%;
}
}
.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: #83B1C9;
}
.index_about_box .text_box .text{
	margin-bottom: 30px;
}
.index_about_box .img img{
	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: #376634;
    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: #376634;
    font-size: 24px;
    font-weight: 900;	
    border: none;
    border-bottom: 2px solid #376634;
    text-align: center;
}
@media only screen and (max-width: 760px){
.page_top_menu_box{
	display:none;
}	
.page_top_ph_menu_box{
	display: block;
}	
}
/*news*/
.news_margin_title{
	margin: 100px 0px 40px 0px;
}
.news_class_row{
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 120px;
}
a > .news_class_list{
	color: #595757;
}
a.active > .news_class_list{
    color: #83b1c9;	
}
.news_class_list{
    text-align: center;
	
}
.news_class_list > .ch{
	
    font-size: 28px;
    padding: 0px 40px;
}
.news_class_list > .en{
	
    font-size: 18px;
    
	padding:0px 15px;
}
.news_class_row a:first-child .news_class_list .ch{
	
	border-left: 1px solid #83b1c9;
}
.news_class_row a .news_class_list .ch{
	
	border-right: 1px solid #83b1c9;	
}
.news_list{
	display: flex;
    flex-wrap: wrap;
	margin-bottom: 70px;
}
.news_list .img{
	width: 50%;
	text-align:center;
}
.news_list img{
	width:100%;
	max-width:470px;
}
.news_list .data{
    position: relative;
	width: 50%;
	padding: 0px 20px;
}
.news_list .data .date{
	font-size: 20px;
	color: #595757;
    letter-spacing: 2px;
    margin-bottom: 20px;
}
.news_list .data .title .ph{
	display: none;
}
.news_list .data .title > h3{
	font-size: 21px;
    color: #83b1c9;
	margin-bottom: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
   
}
.news_list .data .text{
	
	font-size: 18.5px;
	color:#595757;
    letter-spacing: 2px;
    line-height: 1.8;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.news_list .data .news_more_btn{
	position: absolute;
    bottom: 0px;
}
.news_list .data .news_more_btn a{
	
	font-size:17px;
	color:#595757;
    letter-spacing: 2px;
}
@media only screen and (max-width: 760px) {
.news_class_row{
	margin-bottom:40px;
}	
.news_list{
	padding-bottom: 40px;	
	margin-bottom: 20px;
    border-bottom: 1px solid #1d1d1d;
}	
.news_list .data .date.pc{
	display: none;
}
.news_list .data .title .ph{
    display: inline-block;
}
.news_list .img , .news_list .data{
	width:100%;
	padding:0px;
	margin-top: 30px;
}
.news_list img{
    max-width: 100%;
}
.news_list .data .news_more_btn{
	position: relative;
	text-align: left;
}
.news_class_list > .ch{
	font-size:20px;
    padding: 0px 20px;	
}
.news_class_list > .en{
	font-size:16px;
}
}
.news_ii_title_box{
    display: flex;
    padding-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;
    color: #c9ba9b;	
    margin-right: 50px;
    padding: 10px 10px 10px 10px;
    position: relative;
    border: 2px solid #c9ba9b;
    border-radius: 10px;
    justify-content: center;
}
.news_ii_title_box .title{
	width: calc(100% - 150px);
    font-size: 36px;
    margin-bottom: 0px;
    color: #83B1C9;
    font-weight: 900;
}
.news_ii_time{
	display: block;
    padding: 5px 15px;
	margin: 20px 0px;
    text-align: end;
    width: 100%;
    font-size: 20px;
    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: 20px;
}
.page_back_btn a:hover{
	color: #fff;
    background: #83B1C9;
    border: 2px solid #83B1C9;	
}
.message_row{
    display: flex;
    flex-wrap: wrap;
}
.message_list{
	display: block;
    width: calc(100% / 3 - 40px);
    margin: 20px;
    background: #fff;	
    border-radius: 0px;
    border: 1px solid #dfdfdf;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.4);	
    overflow: hidden;	
}
.message_list .img{
	position: relative;
    display: block;
    overflow: hidden;
}
.message_list .img::before {
    content: "";
    display: block;
    padding-top: 70%;
}
.message_list .img .type{
	position: absolute;
    padding: 5px;
    background: #d8a12b;
    right: 0px;
    bottom: 0px;
    color: #fff;
}
.message_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;
}
.message_list .text_box{
    position: relative;
    width: 100%;
    margin: 0px;
    padding: 26px 15px 15px 15px;
	z-index: 1;
}
.message_list .text_box:after{
    content: "";
    position: absolute;
    top: -15%;
    right: 0px;
    width: 100%;
    height: 35%;
    background: #fff;
    transform: skewY(-4deg);
    transform-origin: bottom left;		
    transition: .3s;
    z-index: -1;	
}
.message_list .text_box .title{
	font-size: 24px;
    font-weight: 900;
    height: 35px;
    line-height: 1.875rem;
    color: #83b1c9;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.message_list .text_box .title_bot{
	font-size: 22px;
    height: 30px;
    line-height: 1.875rem;
    color: #482c99;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.message_list .text_box .text{
    font-size: 18px;
    height: 95px;
    line-height: 1.875rem;
    color: #c9ba9b;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.text_box .btn_look{
	letter-spacing: 2px;
    position: absolute;
    top: -80px;
    right: 35px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #83B1C9;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
	transition: .3s;	
}
.message_list:hover{
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.4);
}
.message_list:hover .text_box:after{
	transform: skewY(0deg);
}
.message_list:hover .text_box .btn_look{
    right: calc(50% - 40px);
	background: #C9BA9B;
}
@media only screen and (max-width: 1060px) {
.message_list{
    width: calc(100% / 2 - 40px);
}	
}
@media only screen and (max-width: 760px) {
.message_list{
    width: 100%;
}	
.message_list .text_box:after{
    height: 55%;
}
}
/*產品資訊*/
.product_h1_box{
	width:100%;
}
.product_h1{
	font-size: 24px;
    font-weight: 500;
    text-transform: none;
    line-height: 1.5;
    padding: 0 10px;
    margin: 40px 0 20px;
    position: relative;
	color: #83B1C9;
    border-left: 3px solid #83B1C9;
}
.product_col-12{
	width:100%;
}
.product_h2{
	font-size: 18px;
    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: 22px;
    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: 18px;
    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%;
}
/**/
.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 #83B1C9;
	color: #83B1C9;
    padding: 5px 8px;
	border-radius: 5px;
    margin-top: 10px;
	
}
.modal_product_specification a.active{
	border: 1px solid #ff0002;
    color: #ff0002;
}
.modal_price{
	color: red;
    font-weight: 900;
	font-size:22px;
}
.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: #266433;
    font-size: 34px;
}
.products_quantity{
	    border-style: none;
    text-align: center;
    font-size: 42px;
    width: 70%;
}
.modal_product_btn_row{
	width: 100%;
	display: inline-flex;
	margin: 20px 0px;
}
.modal_product_cart{
	font-size: 16px;
    padding: 5px 15px;
    background-color: #266433;
    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;
}
@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: 24px;
    text-align: center;
    color: #1da539;
    margin-top: 40px;
}
.products_row.products_ii{
	margin-top: 40px;
    background: #f3f3f3;
    padding-top: 20px;
}
.application_row{
	display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
}
.application_list{
	display: flex;
    flex-wrap: wrap;
    width: 50%;
    padding: 15px;	
    margin-bottom: 30px;
}
.application_list .img{
	width: 200px;
    position: relative;
    display: block;
    overflow: hidden;	
}
.application_list .img::before {
    content: "";
    display: block;
    padding-top: 70%;
}
.application_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;
}
.application_list .text{
	width: calc(100% - 200px);
	padding: 15px;
}
.application_list .text .title{
	font-size: 22px;
    font-weight: bold;
	color: #83b1c9;
    margin-bottom: 15px;
}
.application_list .text .txt{
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 3px;
    color: #c9ba9b;	
}
.application_list:nth-child(odd) {
	border-right: 2px solid #bbbbbba8;
}
@media only screen and (max-width: 760px) {
.application_list{
	width: 100%;	
}
.application_list:nth-child(odd) {
	border-right: 0px solid #bbbbbba8;
}	
}
@media only screen and (max-width: 760px) {
.application_list .img,
.application_list .text{
	width: 100%;
}
.application_list .text{
	padding: 10px 0px;
}
}

.index_item_box{
    position: relative;
    padding: 50px 0px;
    overflow: hidden;
}
.index_about_box {
	position: relative;
    display: flex;
    flex-wrap: wrap;
    z-index: 1;
}
.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: 38px;
    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: #83B1C9;
}
.index_about_box .text_box .text{
	margin-bottom: 30px;
}
.index_about_box .img img{
    width: 100%;
    padding: 30px;
    background-color: #fff;
    box-shadow: 0 0 10px #a7a6cf;
}
.ad_btn_box a{
	cursor: pointer;
    width: 100%;
    max-width: 220px;
    height: 3rem;
    line-height: 3rem;
    display: inline-block;
    margin: 20px auto;
    position: relative;
    box-shadow: 0px 0px 17px 1px rgba(0, 0, 0, 0.34);
    background: #83b1c9;
    color: #fff;
    border-radius: 30px;
    z-index: 1;
    transition: .3s;	
}
.ad_btn_box a span{
    display: block;
    width: 100%;
    position: relative;
    padding: 0px 130px 0px 15px;
}
.ad_btn_box a span::before{
    content: '';
    display: block;
    width: calc(100% - 145px);
    height: 2px;
    position: absolute;
    top: 50%;
    right: 50px;
    background: #fff;
	transition: .3s;
}
.ad_btn_box a span::after{
	content: '';
    display: block;
    width: 5px;
    height: 5px;
    position: absolute;
    top: calc(50% - 1.25px);
    right: 25px;
    background: #fff;
    border-radius: 30px;
	transition: .3s;
}
.ad_btn_box a:hover{
	background: #C9BA9B;
}
.ad_btn_box a:hover span::before{
	width: calc(100% - 130px);
    right: 35px;	
}
.index_iten_bg_box{
	position: absolute;
    right: 0px;
    top: 0px;
    z-index: 0;
    width: 40%;
    height: 100%;
}
.index_iten_bg_box img{
	height: 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;
}
.index_iten_bg_box{
	display: none;
}
}
/*contact*/
.contact_page_row{
    display: flex;
    flex-wrap: wrap;
}
.contact_left{
	width:260px;
}
.contact_right{
	width: calc(100% - 260px);
}
.contact_page_title{
    position: relative;
    color: #83B1C9;
    font-size: 30px;
    font-weight: 500;
    line-height: 1.2;
    padding-bottom: 15px;
	margin-bottom: 45px;
}
.contact_page_title::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 8px;
    width: 80px;
    border-top: 3px solid #83B1C9;
}
.contact_page_title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40px;
    border-top: 3px solid #83B1C9;
}
.contact_data_list{
    display: flex;
    padding-bottom: 20px;
    border-bottom: 1px solid #f7f7f7;
    margin-right: 40px;
    margin-bottom: 30px;
}
.contact_data_list .icon{
	width: 40px;
    text-align: center;
    font-size: 24px;
    color: #83B1C9;
}
.contact_data_list .text_box{
	width: calc(100% - 40px);
}
.contact_data_list .text_box .title{
    color: #222;
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
}
.contact_data_list .text_box .text{
    font-size: 18px;
	line-height:1.6;
	color: #9e9e9e;
}
.contact_data_list .text_box .text a{
	color: #9e9e9e;
}
.contact_row{
    display: flex;
    flex-wrap: wrap;	
}
.contact_list{
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 15px;	
}
.contact_list.w_6{
    width: 50%;
}
.contact_list.w_12{
    width: 100%;
}
.contact_list label{
	font-size: 18px;
    margin-bottom: 10px;
}
.contact_list input[type="text"], .contact_list input[type="password"], .contact_list textarea, .contact_list select {
    width: 100%;
    font-size: 16px;
    border-width: 0;
    height: 45px;
    line-height: 45px;
    padding: 0px 10px;
    background: #fafafb;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 3px;
    -moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 3px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 3px;
}
.contact_list textarea {
    height: auto;
    line-height: normal;
}
.cont_b01{
	margin-top:15px;
	text-align:center;}
.cont_b01 a {
	display:inline-block;
	width:200px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    letter-spacing: 1px;
    color: #fff;
	background: #83B1C9;
    font-size: 16px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
	margin-bottom: 20px;
}
.cont_b01 a:hover {
	opacity: 0.8;
}
@media screen and (max-width: 760px) {
.contact_list.w_6{
    width: 100%;
}
}
@media screen and (max-width: 600px) {
.contact_data_list .text_box .title,
.contact_data_list .text_box .text{
	font-size: 20px;

}
.contact_left{
	width: 100%;
}
.contact_right{
	width: 100%;
}
}
.about_bg_box{
	background: url('images/img/208054415_xl_normal_none.jpg');
    background-size: 100% auto;
    background-attachment: fixed;
}
.about_bg_2box{
	background: url('images/img/208054415_xl_normal_none.jpg');
    background-size: 100% auto;
}
.index_product_box{
	padding: 0px;
}
.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: 38px;
    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: #266433;
}
.about_box .text_box .text{
	margin-bottom: 30px;
}
.about_box .img img{
	width: 100%;
}
@media only screen and (max-width: 760px) {

.about_box .text_box{
    width: 100%;
    padding: 15px;
}
.about_box .img{
	width: 100%;
	margin-left: 0px;
}
}
/* index 搬入 start */
.ADVANTAGE_row{
	display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.ADVANTAGE_list{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 200px;
    margin: 15px 25px;	
    padding: 20px 10px;
	transition: 0.5s ease;
}
.ADVANTAGE_list:hover{
	
}
.ADVANTAGE_list .img {
	position: relative;
	width: 150px;
    height: 150px;
    border-radius: 50%;
    overflow: hidden;
    text-align: center;
}
.ADVANTAGE_list .img::before{
    content: "";
    display: block;
	height: 100%;
}
.ADVANTAGE_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;
}

.ADVANTAGE_list .title {
	text-align: center;
    font-size: 16px;
    padding: 10px 0px;
    color: #000;
    font-weight: 900;
}
.ADVANTAGE_list:hover .title{
    color: #d9b05e;
}
@media (max-width: 760px) {
	.ADVANTAGE_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: #266433;
    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%;
    max-width: 400px;
    height: 2px;
    background: #266433;
    margin-bottom: 10px;
}
.about_info_box{
    width: 100%;
    max-width: 800px;
    margin: auto;	
}
.about_time_box{
    width: 100%;
    max-width: 800px;
    margin: 0px auto;
    padding: 60px 0px;
}
.price_text{
    font-size: 22px;
    letter-spacing: 3px;
    color: #d70000;
}