﻿/*stlye*/
html,body{
	font-family: "微軟正黑體";
    -webkit-text-size-adjust: 100%;
    width: 100%;
    height: 100%;
    color: #232323;
    font-size: 15px;
	margin: 0px;
    padding: 0px;
}
@media only screen and (max-width: 760px){
html,body {
	font-size: 18px;
}	
}
body::-webkit-scrollbar{
    width: 10px;
}
body::-webkit-scrollbar-thumb{
    background-color: #144d9d;
    border-radius: 5px;
    border: solid 2px #dfe7eb;
}
body::-webkit-scrollbar-track{
    background-color: #f1f1f1;
}
a{
	color: #144d9d;
    text-decoration: none;
}	
a:hover{
	color: #fbcc01;
    text-decoration: none;
}	
.content_box{
    max-width: 1400px;
    margin: 0px auto;
    padding: 35px 10px
}
a{
	text-decoration: none;
}
/*page title*/
.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;
}
/*路徑*/
.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;
}
/*編輯器*/
.edit{
	font-size:16px;
	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_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: 26px;
    font-weight: 400;
    letter-spacing: 1px;
    text-align: left;
    line-height: 1.6;
    color: #144d9d;
    margin: 0px	
}
.item_title_box .en{
	display: block;
    color: #144d9d;
    font-size: 18px;
    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%, #144d9d 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);
}
/*頁碼*/
.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;
  
}
/*橫幅*/
.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{
	display: block;
    background-color: #cea541c9;
    padding: 10px;
    color: white;
    font-size: 26px;
}
.ad_swiper_page_box a:hover{
    color: #144d9d;
}
.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: #144d9d;
}
.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;
}
}
.news_row{
	display: flex;
    flex-wrap: wrap;
}
.news_list{
	width: calc(100% / 3 - 20px);
	margin: 10px;
	padding: 25px;
    border: 1px solid #eeeeee;
    border-radius: 20px;
    position: relative;
}
.news_list .img{
	width: 100%;
}
.news_list .img img{
	width: 100%;
}
.news_list .text_box{
    padding-top: 15px;	
}
.news_list .text_box .time_box{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
}
.news_list .text_box .time_box .text1{
    color: #144d9d;
    font-size: 28px;
    font-weight: 900;
    margin-right: 10px;
    line-height: 35px;
}
.news_list .text_box .time_box .text2{
	color: #144d9d;
    font-size: 16px;
    font-weight: 900;
	
}
.news_list .text_box .title{
    position: relative;	
    color: #000;
    font-size: 24px;
    margin: 10px 0px;
    font-weight: 900;	
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;	
}
.news_list .text_box .text{
	border-top: 1px solid #b2b2b2;
	
}
.news_list .text_box .more_btn_box{
	margin-top: 15px;
    display: flex;
    justify-content: flex-end;	
}
.news_list .text_box .more_btn_box .more_btn{
	font-size: 24px;
    font-weight: 700;
    color: #a1a1a1;
}
.news_list:hover{
    border: 1px solid #144d9d;
}
.news_list:hover .text_box .text{
    border-top: 1px solid #144d9d;
}
@media only screen and (max-width: 760px){
.news_list{
	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: #144d9d;
    color: #fff;	
}
.page_top_menu_box a:before{
    content: "";
    position: absolute;
    z-index: -1;
    left: 51%;
    right: 51%;
    bottom: 0;
    background: #144d9d;
    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: #144d9d;
    font-size: 22px;
    font-weight: 900;	
    border: none;
    border-bottom: 2px solid #144d9d;
    text-align: center;
}
@media only screen and (max-width: 760px){
.page_top_menu_box{
	display:none;
}	
.page_top_ph_menu_box{
	display: block;
}	
}
.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;
    margin-right: 50px;
    padding: 10px 10px 10px 10px;
    position: relative;
    border: 2px solid #144d9d;
    border-radius: 10px;
    justify-content: center;
}
.news_ii_title_box .title{
	width: calc(100% - 150px);
    font-size: 34px;
    margin-bottom: 0px;
    color: #144d9d;
    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;
}
.page_back_btn a:hover{
	color: #fff;
    background: #144d9d;
    border: 2px solid #144d9d;	
}

.product_row{
    display: flex;
    flex-wrap: wrap;
}
.product_list{
    display: block;
    width: calc(100% / 4 - 30px);
    margin: 15px;
    border-radius: 10px;
    border: 1px solid #dfdfdf;
}
.product_list .img{
	position: relative;
    display: block;
    overflow: hidden;
}
.product_list .img::before{
    content: "";
    display: block;
    padding-top: 100%;
}
.product_list .img .type{
	position: absolute;
    padding: 5px;
    background: #d8a12b;
    right: 0px;
    bottom: 0px;
    color: #fff;
}
.product_list .img img{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px 10px 0px 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;
}
.product_list .text_box{
	width: 100%;
    margin: 0px;
    padding: 10px 15px;
}
.product_list .text_box .title{
	font-size: 18px;
	height: 25px;
    line-height: 1.875rem;
    color: #2c2c2c;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.product_list .text_box .text{
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.text_box .price_box{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.text_box .price_box .price{
    color: #ff3333;
    font-weight: 900;
    font-size: 18px;
}
.text_box .price_box .price.origin{
	color: #c9c9c9;
    text-decoration: line-through;
}
.text_box .text{
	
}
@media only screen and (max-width: 960px){
.product_list{
    display: block;
    width: calc(100% / 2 - 30px);
    margin: 15px;
    border-radius: 10px;
    border: 1px solid #dfdfdf;
}
}
@media only screen and (max-width: 760px){
.product_list{   
    width: 100%;
}
}

.page_menu_row{
    display: flex;
    flex-wrap: wrap;	
}
.page_menu_box{
    width: 250px;
    margin-right: 25px;	
}
.page_box{
	width: calc(100% - 275px);
}

.page_menu_title{
    position: relative;
    font-size: 26px;
    color: #144d9d;	
    padding-bottom: 5px;
    margin-bottom: 25px;
    font-weight: 900;	
}
.page_menu_title::after{
    content: '';
    display: block;
    width: 70px;
    height: 5px;
    background: linear-gradient(to right, #ffffff 0%, #144d9d 100%);
    margin-top: 0.35em;
}
.products_menu{
	list-style-type: none;
    padding-left: 0;
    margin-bottom: 0px;
	font-size: 16px;
}
.products_menu_list{
	margin: 10px 5px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #cfcfcf;
}
.products_menu_class{
	display: flex;
    justify-content: space-between;
}
.products_menu_class a{
	color: black;
    font-size: 16px;
    font-weight: 600;
}
.products_menu_down{
	display: none;
	position:relative;
	width:100%;
	margin: 10px 0px;
	padding-left: 5px;
}
.products_menu_down.active{
	display: block;
}

.products_menu_down a{
	position:relative;
	color: black;
	display:block;
	margin: 10px 0px;
	padding-left: 20px;
}
.products_menu_down a:before{
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0da";
    font-size: 16px;
    left: 0px;
    top: calc(50% - 13px);
}
.products_menu_down a:hover{
	color: #144d9d;
}
.products_menu_down a:hover:before{
    color: #144d9d;
}
.products_menu_down a.active{
	color: #144d9d;
}
.products_menu_down a.active:before{
    color: #144d9d;
}
.menu_down_btn.active{
	transform: rotate(-180deg)
}
@media only screen and (max-width: 760px){
.page_menu_box{
	width: 100%;
	margin-right: 0px;
}
.page_box{
	width: 100%;
}
.page_menu_box{
    width: 100%;
    position: relative;
}
.page_menu_box.ph_menu .page_menu_title:after{
    width: 100%;
}
.page_menu_box.ph_menu .page_menu_title:before{
	position: absolute;
    content: '+';
    right: 10px;
    top: calc(50% - 25px);
}
.page_menu_box.ph_menu .page_menu_title.active:before{
	content: '-';
}
.products_menu.ph_menu{
	display: none;
    position: absolute;
    top: 45px;
    background: #144d9d;
    width: 100%;
    padding: 15px;	
    z-index: 9;
}
.products_menu.ph_menu .products_menu_class a{
	color: #ffffff;
}
.products_menu.ph_menu .products_menu_down a{
    color: #ffffff;
}
.products_menu.ph_menu .products_menu_down a.active{
    color: #d8a12b
}
.products_menu.ph_menu .products_menu_down:before{ 
    background: #fff;
}
.products_menu.ph_menu .products_menu_down a:before{
	color: #fff;
}
}
/*產品資訊*/
.product_h1_box{
	width:100%;
}
.product_h1{
	font-size: 24px;
    font-weight: 500;
    text-transform: none;
    line-height: 1.5;
    padding: 0 10px;
    margin: 0px 0 20px;
    position: relative;
    border-left: 3px solid #144d9d;
}
.product_col-12{
	width:100%;
}
.product_h2{
	font-size: 16px;
    line-height: 1.5;
}
.product_top_edit{
	font-size:14px;
	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;
}
/* 改善 tabs 區塊外觀與對齊 */
.menu_edit_ul {
  display: flex;
  overflow-x: auto;
  flex-wrap: nowrap;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  padding: 0;
  margin: 20px 0;
  border-bottom: 2px solid #ccc;
  background: #f9f9f9;
}
.menu_edit_ul::-webkit-scrollbar {
  display: none;
}
.menu_edit_ul > li {
  list-style: none;
  flex: 0 0 auto;
  padding: 10px 20px;
  border: 1px solid #ccc;
  border-bottom: none;
  border-radius: 8px 8px 0 0;
  margin-right: 5px;
  background: #eee;
  cursor: pointer;
}
.menu_edit_ul > li.active {
  background: #fff;
  border-top: 3px solid #423885;
  color: #423885;
  font-weight: bold;
}
.menu_edit_box {
  border: 1px solid #ccc;
  border-top: none;
  padding: 20px;
  background: #fff;
  border-radius: 0 0 8px 8px;
}

@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{
	color: red;
    font-weight: 900;
	font-size:20px;
}
.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: #144d9d;
    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: #144d9d;
    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;
}
/*QA*/
#qaContent{
	width: 100%;
	font-size:16px;
}
#qaContent h3{
	width: 500px;
	height: 22px;
	text-indent: -9999px;
}
#qaContent h3.qa_group_1{}
#qaContent h3.qa_group_2{}
#qaContent ul.accordionPart{
	list-style:none;
    padding-left: 0px;
}
#qaContent ul.accordionPart li{
	list-style:none;
	margin-bottom:10px;
	border-bottom:1px dashed #e2e2e2;
}
#qaContent ul.accordionPart li:first-child{
	margin-top:10px;
}
#qaContent ul.accordionPart li .qa_title{	
    position: relative;
    cursor: pointer;
    margin-bottom: 10px;
    color: #144d9d;
    font-weight: bold;
    padding-left: 45px;
}
#qaContent ul.accordionPart li .qa_title:after{
    font-weight: 900;
    content: "Q.";
    position: absolute;
    top: -10px;
    left: 5px;
    font-size: 26px;
	color: #d5a035;
    transition: .3s;	
}
#qaContent ul.accordionPart li .qa_content{ 
	padding-bottom:10px;
    display: none;	
}
@media only screen and (max-width: 760px){
#qaContent ul.accordionPart{
    margin-top: 45px;
}	
#qaContent ul.accordionPart li .qa_title{
	font-size: 22px;	
}
#qaContent ul.accordionPart li .qa_title:after{
	font-size: 30px;
}
}
.bg_item_box{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}
.index_ad_banner{
    position: relative;
	max-width: 1160px;
    width: 100%;
	margin: 45px auto;
	padding-left: 90px;
}
.index_ad_banner img{
	width: 100%;
}
.index_ad_banner .text_box{
	width: 30%;
    height: auto;
    margin: 15px 0px;
    padding: 25px;
    left: 0px;
    bottom: -50px;
    position: absolute;
    background: #fff;
    border-radius: 15px;
    box-shadow: 0px 0px 17px 1px rgba(0, 0, 0, .1);
    transition: all 0.3s;
}
.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: #144d9d;
    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{
    color: #fff;	
	background: #d2a035;
}
.ad_btn_box a:hover span::before{
	width: calc(100% - 130px);
    right: 35px;	
}
@media only screen and (max-width: 980px){
.index_ad_banner{
    padding: 15px;
}
.index_ad_banner .text_box{
    position: relative;
    width: 100%;
    bottom: 0px;
    margin-top: 0px;
    border-radius: 0px 0px 15px 15px;	
}
}
/*contact*/
.contact_page_row{
    display: flex;
    flex-wrap: wrap;
    max-width: 1000px;
    margin: auto;
}
.contact_left{
	width:260px;
}
.contact_right{
	width: calc(100% - 260px);
}
.contact_page_title{
    position: relative;
    color: #333;
    font-size: 28px;
    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 #144d9d;
}
.contact_page_title::after{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40px;
    border-top: 3px solid #144d9d;
}
.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: 22px;
    color: #144d9d;
}
.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: 16px;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
}
.contact_data_list .text_box .text{
    font-size: 16px;
	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: 16px;
    margin-bottom: 10px;
}
.contact_list input[type="text"], .contact_list input[type="password"], .contact_list textarea, .contact_list select{
    width: 100%;
    font-size: 14px;
    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: #144d9d;
    font-size: 14px;
    -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_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: 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: #144d9d;
}
.about_box .text_box .text{
	margin-bottom: 30px;
}
.about_box .img img{
	width: 100%;
}
@media screen and (max-width: 760px){
.about_box .text_box{
	padding: 15px;
    width: 100%;
}
.about_box .img{
    width: 100%;
    margin: 0px;
}
}
.index_product_box{
	padding: 0px;
}
.poto_img{
	display: flex;
    flex-wrap: wrap;
}
.photo_card_img{
    width: calc(100% / 5 - 10px);
    margin: 5px;	
}
.photo_card_img img{
	width: 100%;
}
@media only screen and (max-width: 760px){
.photo_card_img{
    width: calc(100% / 2 - 40px);
    margin: 20px;
}
}
.about_content_box{
    position: relative;
    padding:  0;	
}
.about_relative_box{
    position: relative;	
}
.about_relative_box::before{
    content: '';
    background: #f5f5f5;
    width: 50%;
    height: 455px;
    position: absolute;
    left: 0;
    bottom: 0px;
    z-index: -1;
}
.index_about_row{
    width: 100%;
	max-width: 1200px;
    margin: auto;	
	display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: center;	
    padding: 30px 0 40px;	
}
.index_about_row .title_box{
    position: relative;	
	width: 50%;
	display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: flex-end;
	padding-right: 115px;
    padding-bottom: 205px;
    border-right: 1px solid #dfdfdf;
}
.index_about_row .title_box .en{
    font-size: 66px;
    font-weight: 400;
    color: #000;
    letter-spacing: 2px;
    line-height: 65px;
}
.index_about_row .title_box .ch{
    font-size: 29px;
    color: #fbcc01;
    writing-mode: vertical-lr;
    letter-spacing: 4px;
    line-height: 40px;
	font-weight: 700;
    margin: 0 40px 0 25px;
}
.index_about_row .title_box .img{
	position: absolute;
    bottom: 0px;
    max-width: 200px;
    right: 40%;
}
.index_about_row .title_box .img img{
	width: 100%;
}
.index_about_row .text_box{
	width: 50%;
	padding-left: 95px;
    letter-spacing: 0;
    color: #787878;
    line-height: 1.5em;
    font-weight: normal;
    font-size: 17px;	
}
.about_relative_box .img_box{
    width: 200px;	
    position: absolute;
    left: 13em;
    top: -20px;
}
.about_relative_box .img_box img{
	max-width: 100%;
    height: auto;
}
@media only screen and (max-width: 960px){
.about_content_box{
	padding: 0px;
}
.index_about_row{
	padding: 15px;
}
.about_relative_box::before{
	width: 100%;
	height: 100%;
}
.index_about_row{
    width: 100%;
    flex-wrap: wrap;	
}
.index_about_row .title_box{
    margin-top: 30px;
    width: 100%;
    flex-wrap: wrap;	
	justify-content: center;
	align-items: flex-end;
	padding: 0px;
}
.index_about_row .title_box .en{
	width: 100%;
    order: 1;	
}
.index_about_row .title_box .ch{
    order: 0;	
    width: 100%;
    writing-mode: inherit;
	margin: 0px 0px 10px 0px;
}
.index_about_row .title_box .img{
	display: none;
}
.index_about_row .text_box{
	width: 100%;
	padding: 15px;
}
}
.btn_box{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.btn_box a.more{
    display: block;
	color: #fbcc01;
    text-align: center;	
    width: 250px;
    height: 53px;
    position: relative;
    line-height: 53px;
    background: #fff;	
    border: 1px solid #fbcc01;
}
.btn_box a.more:hover{
	color: #fff;	
	background: #fbcc01;	
}
.item_title_box{
	display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-content: center;
    align-items: center;
}
.item_title_box .title1{
	font-size: 29px;
    color: #fbcc01;
    font-weight: 700;
    margin: 20px auto 0px;
    position: relative;	
}
.item_title_box .title1::before{
    content: "";
    width: 9px;
    height: 9px;
    background: #fbcc01;
    border-radius: 99em;
    position: absolute;
    left: -10px;
    top: -5px;
}
.item_title_box .title2{
	font-size: 46px;
    font-weight: 400;
    color: #000;
    letter-spacing: 2px;
    line-height: 65px;
    text-transform: uppercase;
    margin-bottom: 25px;
}
.item_title_box .title3{
	font-size: 18px;
    color: #333333;
    font-weight: 400;
    margin: 0;
    line-height: 1.8em;
}
/*news*/
.index_news_row{
	position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	margin-top: 75px;
	z-index: 2;
}
.index_news_list_box{
	width: 48%;
	padding-top: 40px;
}
.index_news_img_box{
    position: relative;	
	width: 50%;
}
.index_news_list{
    position: relative;
    display: flex;
    width: 100%;	
	margin-bottom: 25px;
    border-bottom: #dfdfdf dotted 1px;
}
.index_news_list time{
	position: relative;
    display: block;
    width: 130px;
    text-align: center;
    padding: 5px 40px 5px 5px;
    margin-right: 10px;
}
.index_news_list time::before{
    width: 30px;
    height: 1px;
    position: absolute;
    right: 0px;
    top: 20px;
    content: "";
    display: inline-block;
    background-color: rgb(0, 0, 0);	
}
.index_news_list time .text1{
	font-size: 18px;
}
.index_news_list time .text2{
	font-size: 18px;
}
.index_news_list .text_box{
	width: calc(100% - 140px);
	padding: 5px;
}
.index_news_list .text_box .title{
    font-size: 18px;	
    color: #c24a1d;	
}
.index_news_list .text_box .text{
    font-size: 18px;
    color: #144d9d;
    line-height: 1.7;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;	
}
.index_news_img_box img{
    position: relative;
    top: -50px;
    width: auto;
    max-width: 100%;
    max-height: 340px;
}
.index_news_content_bg{
	overflow: hidden;
}
.index_news_content_box{
	position: relative;
    max-width: 1400px;
    margin: 0px auto;
    padding: 35px 10px;
}
.index_news_content_box::before{
	content: '';
    width: 125%;
    height: 60%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 0;
    background: #fff;
}
.index_news_btn{
    position: relative;	
	z-index: 2;
	margin-top: 45px;
}
@media only screen and (max-width: 760px){
.index_news_list_box,
.index_news_img_box{
	width: 100%;
}	
.index_news_img_box img{
    top: 0px;
    width: 100%;
    height: auto;
    max-height: 100%;
}
.index_news_content_box::before{
	display: none;
}
}
.activity_row{
	display: flex;
    flex-wrap: wrap;	
}
.activity_list{
    width: calc(100% / 4 - 40px);
    margin: 20px;
}
.activity_list .img{
	position: relative;
    display: block;
    overflow: hidden;
    border: #d3d3d3 1px solid;	
    box-shadow: 7px 7px 0 #144d9d;	
}
.activity_list .img::before{
    content: "";
    display: block;
    padding-top: 100%;
}
.activity_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;
}
.activity_list .text_box{
	padding: 10px 0px;
}
.activity_list .text_box .time{
	font-size: 14px;
    margin-top: 5px;
}
.activity_list .text_box .title{
	font-weight: 900;
    font-size: 18px;
    color: #000;
    letter-spacing: 2px;
    margin-top: 10px;
    margin-bottom: 0px;
}
@media only screen and (max-width: 760px){
.activity_list{
    width: calc(100% / 2 - 40px);
    margin: 20px;
}
.activity_list .text_box .time{
    font-size: 18px;
}
}

@media only screen and (max-width: 600px){
.activity_list{
	width: 100%;
}	
}
.userii_img_box{
    display: flex;
    padding-right: 40px;
}
.userii_img_box .img{
	width: 300px;
}
.userii_img_box .img img{
	width: 100%;
}
.userii_img_box .text_box{
	width: calc(100% - 500px);
    padding: 15px;
}
.userii_img_box .user_contact_box{
    width: 200px;
    text-align: center;
    padding: 15px;
}
.userii_menu_row{
	display: flex;
    flex-wrap: wrap;
}
.userii_menu_list{
	width: 100%;
	margin-bottom: 20px;
	padding-bottom: 20px;
	display: flex;
    flex-wrap: wrap;
	border-bottom: 1px solid #d8dfe3;
}
.userii_menu_list .img{
	width: 130px;
	border-radius: 50%;
	position: relative;
    display: block;
    overflow: hidden;
}
.userii_menu_list .img::before{
    content: "";
    display: block;
    padding-top: 100%;
}
.userii_menu_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;
}
.userii_menu_list .text_box{
	/*width: calc(100% - 130px);*/
	width: 100%;
	padding: 15px;
}
.userii_menu_list .text_box .title{
	width: 100%;
    font-size: 24px;
    font-weight: 900;
    margin-bottom: 25px;
}
.userii_menu_list .text_box .text{
	width: 100%;	
}
.userii_img_box .user_contact_btn{
	width: 135px;
    border-color: #144d9d;
    color: #fff;
    background-color: #144d9d;
    display: inline-block;
    min-width: 136px;
    padding: 9px 15px;
    border-width: 1px;
    border-style: solid;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    box-sizing: border-box;
    border-radius: 4px;
    transition: background-color .3s ease;
}
.userii_img_box .Qrcode_box{
    width: 100%;	
    margin-top: 15px;	
}
.userii_img_box .Qrcode_box img{
    width: 100%;	
}
@media only screen and (max-width: 760px){
.userii_img_box .img,
.userii_img_box .text_box,
.userii_img_box .user_contact_box{
	width: 100%;
}
.userii_img_box {
    display: flex;
    flex-wrap: wrap;
    padding-right: 0px;	
}
.userii_menu_list .img {
    height: 130px;
}
}
footer{
	width: 100%;
    background: #144d9d;
	color: #fff;
}
.footer_box{
	width: 100%;
	max-width: 1300px;
	margin: 0px auto;
}
footer a{
	color: #fff;
}
.footer_title{
	font-size: 22px;
    padding: 15px 0px;
    font-weight: 900;
    margin-bottom: 5px;
}
.footer_row{
	width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.footer_menu_box{
	width: 25%;
	padding: 80px 40px 0;
}
.footer_menu_row{
	display: flex;
    flex-wrap: wrap;
    width: 455px;
    padding: 80px 80px 0;
}
.foot_data_box{
	width: calc(100% - 455px);
	padding: 80px 40px 0;
}
.footer_menu_list{
	width: calc(100% / 2);
    line-height: 2;
	font-size: 20px;
}
.footer_contact_row{
	width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.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{
	width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 30px 0px;
    padding-top: 30px;
    border-top: 1px solid #ffffff;
}
.footer_follow_row .title{
    width: 150px;
    font-size: 20px;	
}
.footer_follow_icon{
	display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;	
    width: calc(100% - 150px);
}
.footer_follow_icon .icon{
	font-size: 28px;
    margin: 0px 10px 10px 0px;
}
.footer_bottom_box{
    font-size: 14px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 1400px;
    margin: 0px auto 0px auto;
    padding-top: 10px;
    padding-bottom: 15px;
}
.footer_bottom_Copyright,
.footer_bottom_Copyright a{
    color: #fff;	
}
.footer_bottom_Copyright{
	padding-left: 15px;
}
.cp_title{
    font-size: 26px;
    align-items: center;
    border-bottom: 1px solid #ffffff;
    padding-bottom: 20px;
	margin-bottom: 15px;	
}
.footer_data_list{
	display: flex;
    flex-wrap: wrap;
    font-size: 18px;
    margin-bottom: 15px;	
}
.footer_data_list .title{
	width: 100px;
}
.footer_data_list .icon{
	margin-right: 10px;
}
.footer_data_list .text{
	width: calc(100% - 100px);
}
@media only screen and (max-width: 760px){
.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;
}
.footer_follow_icon .icon{
	font-size: 36px;
}
.footer_follow_icon{
	width: 100%;
	justify-content: flex-start;
}
.footer_menu_row,
.foot_data_box{
	width: 100%;
    padding: 15px 40px;
}
}
/*右側固定*/
.fixed_right{
	overflow: hidden;
	position: fixed;
	bottom: 40%;
	right: 0px;
	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;
	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_tiktok{
    background: #000;	
}
.fixed_right_line{
	background-color: #00c300;
}
.fixed_right_mail{
	background-color: #7d7d7d;
}
.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%);
}
@media only screen and (max-width: 760px){
.fixed_right{
	font-size: 25px;
	bottom: 30%;
	width: 50px;
}
.fixed_right a{
	padding: 2px;
}	
}
