/* CSS Document */
input,button,select,textarea{outline:none}
 *:focus { outline: none; }
button, input, textarea { -webkit-appearance: none;}

header ul, header li { margin: 0; padding: 0;}
a, a:active, a:visited, a:focus { color: #fff;}

img {max-width:100%;height: auto;}
.editor a {word-wrap: break-word;word-break: break-all;}
.editor ul, .editor li { list-style-type:initial;}
.table_scroll{overflow-x: auto; display: block; margin-bottom: 30px;}
.table_scroll > table {min-width: 900px;}
.datatable { width:100%; border-spacing:0px; border-collapse: inherit;}
.datatable th {color:#fff; font-size:16px; background: #b81c25; text-align:center; padding:8px 12px; line-height: 1.7; font-weight: 700;}
.datatable td { color: #fff; font-size:16px; text-align:center; padding:5px 12px; line-height: 1.7; border-bottom: 1px solid #e6e6e6; font-weight: 400; background: #000;}

.list-disc { margin: 0; padding: 0 0 calc(20px + 1%) 0;}
.list-disc li { list-style-type:disc; margin:0 0 0 20px; padding: 0; font-weight: 400; }
.list-decimal { margin: 0; padding: 0 0 calc(20px + 1%) 0;}
.list-decimal li { list-style-type:decimal; margin:0 0 0 25px; padding: 0; font-weight: 400; }
.overflow-hidden { overflow-x: hidden;}

.edit_area, .seo-content { padding-bottom: calc(20px + 2%);}


header {position: fixed; width: 100%; z-index: 10000; top:0px; left: 0; height: 104px;  border-bottom: 0px solid red; background: #000;} 
header:before { content: ""; position: absolute; top:0; left: 0; width: 100%; height: 14px; background: url("../images/header-bg.jpg") no-repeat top center / 100%;} 
.logo { position: absolute; z-index: 10001;top:26px; left: 3%;transition: all 0.4s ease-out 0s; }
.logo > a { display: flex; flex-direction: row; flex-wrap: nowrap; align-items: center;}
.logo img { width: 204px;transition: all 0.3s ease-out 0s; }
.logo span { display: inline-block; margin-left: 15px; color: #1e1e1e; font-size: 26px; font-weight: 700;transition: all 0.4s ease-out 0s; }
nav {position: relative; padding-top: 38px; z-index: 100; transition: all 0.4s ease-out 0s;  }

.top-right-link { position:absolute; z-index:10001; top:48px; right:3%; display: flex; flex-direction: row; flex-wrap: nowrap; align-items: center; transition: all 0.4s ease-out 0s; font-weight: 400;}
.top-right-link > div { display: flex; flex-direction: row; flex-wrap: nowrap; justify-content:center; align-items: center; position: relative; margin-left: 20px;}
.top-right-link-phone { display: flex; flex-direction: row; flex-wrap: nowrap; justify-content:center; align-items: center; position: relative;}
.top-right-link-phone:hover { transform: scale(0.9);}
.top-right-link-phone > img { width: 18px !important; margin-right: 15px;}
.top-right-link-phone > span { font-size:22px; font-weight: 500; color: #fff !important;}
.top-right-link img { width: 25px;transition: all 0.4s ease-out 0s;}
/*.lang a { display: inline-block; color: #fff; font-size: 20px; font-weight: 700; line-height: 28px; padding: 0 15px; border:1px solid #fff; border-radius:14px;}
.lang a:hover, .lang a.current { border:1px solid transparent; }
.lang a:first-child { margin-right: 5px;}*/

.lang-box { position: relative; display: inline-block; vertical-align: top;}
.lang { display:inline-block; cursor:pointer; position:relative;line-height: 1;}
.lang i { color:#595959;}
.lang-open { display:none; position:absolute; z-index:100000; left:50%; transform: translateX(-50%); top:40px; background:#fff; padding:0px;  font-size:15px; color:#fff; text-align:left; width:100px;  overflow:hidden; line-height: 120%;transition: all 0.4s ease-out 0s; box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);}
.lang-open a { display:block; color:#333; text-align:center; padding:10px;}
.lang-open a:hover { background: #a68a6d; color: #fff;}

.cart-box { line-height: 1;}
.cart { position:relative; color:#fff; cursor: pointer;}
.cart a { color: #595959; position: relative;}
.cart span { position: absolute; display: block; width:20px; height: 20px; border-radius: 100%; background: #da0000; line-height: 16px; text-align: center; font-size: 0.7rem; color: #fff; top:-4px; left: -12px; font-weight: 500; border: 1.5px solid #fff;}

.search { display: inline-block; vertical-align: top; cursor: pointer; font-size: 22px;color: #595959; }
.search-box {  width: 100%; padding: 0 20px;}
.search-open { background: rgba(0,0,0,.85); position: fixed; width: 100%; height: 100%; display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: center; align-items: center;z-index: 100000;transition: all 0.4s ease-out 0s; opacity: 0; visibility: hidden; top:0; left: 0;}
.search-open-show { opacity: 1; visibility: visible;}
.search-open-form { padding: 0 0px; border-bottom: 1px solid #fff;}
.search-open input[type=text] { width: calc(100% - 30px - 7px); color: #fff; border-width: 0; background: none; display: inline-block; vertical-align: top; font-size:18px; padding: 2px 10px 6px 10px; font-weight: normal;font-family: 'Noto Sans TC', sans-serif; }
.search-open input[type=text]::-webkit-input-placeholder { /* Chrome/Opera/Safari */color: #fff; opacity:0.7;}
.search-open input[type=text]::-moz-placeholder { /* Firefox 19+ */color: #fff; opacity:0.7;}
.search-open input[type=text]:-ms-input-placeholder { /* IE 10+ */color: #fff; opacity:0.7;}
.search-open input[type=text]:-moz-placeholder { /* Firefox 18- */color: #fff; opacity:0.7;}
.search-open a { color: #fff; display: inline-block; vertical-align: top; font-size:32px; line-height: 100%;font-family: 'Barlow', sans-serif; }
.search-open a > img { filter: brightness(0) invert(1); width: 25px;}
.search-open a:hover {opacity: 0.6;}
.search-close { position: absolute; top:20px; right: 20px; color: #fff; font-size: 30px; cursor: pointer;}

.user-box { position: relative; display: inline-block; vertical-align: top;}
.user-open { display:none; position:absolute; z-index:100000; width: 100%; left:0px; top:120px; background:#0d4680; padding:0px;  font-size:15px; color:#fff; text-align:left; overflow:hidden; line-height: 120%;transition: all 0.4s ease-out 0s;}
.user-open a { display:block; color:#fff; text-align:center; padding:10px; }
.user-open a:hover { background: #222; color: #fff;}
.user { color: #fff; font-size: 15px; line-height: 1;}
.user a { color: #fff;}


.menu-list-section { display:flex;flex-direction: row; flex-wrap: wrap; align-items: center; font-weight: 400; max-width: 1200px; margin: 0 auto;}
.menu-list-section > div:nth-of-type(1) { width: 30%; text-align: left;}
.menu-list-section > div:nth-of-type(1) > div { line-height: 1.1; color: #222;}
.menu-list-section > div:nth-of-type(1) > b { display: block; font-weight: 900; color: #dddddd;}
.menu-list-section > div:nth-of-type(2) { width: 70%; border-left: 1px solid #ececec;}

.menu-list-link { display:flex;flex-direction: row; flex-wrap: wrap; }
.menu-list-link > a { width: 25%; padding: 0 3%; margin-bottom: 15px;}
.menu-list-link > a:hover .menu-list-title, .menu-list-link > a.current .menu-list-title{ color: #d6b03a; }
.menu-list-pto { padding-bottom: 100% !important;}
.menu-list-pto img { border-radius: 20px;}
.menu-list-title { font-weight: 700; font-size: 18px; color: #333; text-align:center;}

.nav-pro-section { max-width: 1000px; margin: 0 auto; width: 100%; border-left: 1px solid #e5e5e5; border-right: 1px solid #e5e5e5; display: flex; flex-direction: row; flex-wrap: wrap; text-align: left; font-weight: 400;}
.nav-pro-section > div:nth-of-type(1) { width: 290px; border-right: 1px solid #e5e5e5; padding: 0 16px;}
.nav-pro-section > div:nth-of-type(2) { width: calc(100% - 290px); padding: 0 5%;}

.nav-pro-menu > div > a { border-bottom: 1px dashed #888888; letter-spacing: 0.1rem;  padding: 12px 25px; display: flex; flex-direction: row; flex-wrap: nowrap; line-height: 1.3; pointer-events: none;}
.nav-pro-menu > div > a > span { display: inline-block; width: 7px; height: 7px; border-width: 1px 1px 0 0; border-style: solid; border-color: #111; transform: rotate(45deg); margin-right: 14px; margin-top: 7px;}
.nav-pro-menu > div > a > div { color: #111111;}
.nav-pro-menu-over { background: #b81c25;}
.nav-pro-menu-over > a > span { border-color: #fff !important; transform: rotate(135deg) !important;}
.nav-pro-menu-over > a > div { color: #fff !important;}

.nav-pro-box { display: none;}
.nav-pro-box-show { display: block;}
.nav-pro-content { display: flex; flex-direction: row; flex-wrap: wrap;}
.nav-pro-content > div { width: 50%;}
.nav-pro-content > div:nth-of-type(1) { text-align: center; padding: 0 5%;}
.nav-pro-content > div:nth-of-type(2) { color: #111; font-size: 16px; line-height: 1.5; padding-top: 20px;}
.nav-pro-content-title { font-weight: 700;font-size: clamp(20px, 1.9vw, 24px); line-height: 1.4; padding-bottom: 15px;}
.nav-pro-content-data { margin-bottom: calc(20px + 3%);
/*display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 4;
overflow: hidden;*/}
.nav-pro-content-btn { display: flex; flex-direction: row; flex-wrap: wrap; align-items: center; justify-content: center; width: 150px; line-height: 40px; border-radius: 20px 0; border: 1.5px solid #898989;}
.nav-pro-content-btn:hover { background: #b81c25; border-color: #b81c25;}
.nav-pro-content-btn:hover > div { color: #fff;}
.nav-pro-content-btn:hover > img { filter: invert(1);}
.nav-pro-content-btn > div { font-size: 14px; color: #111; padding-right: 4px;}
.nav-pro-content-btn > img { width: 14px;}

.header-top {transition: all 0.2s linear 0s;}
.header-scroll { }
.header-scroll nav {  }
.header-scroll .logo {  }
.header-scroll .logo img { }
.header-scroll .top-right-link { }
.header-scroll .top-right-link > div img { }
.header-scroll .menuzord-menu>li>a { }
.header-scroll .menuzord-menu>li>a:after { }
.header-scroll .lang-open, .header-scroll .user-open { }

@media only screen and (max-width: 1460px){
	
}

@media only screen and (max-width: 1279px) {
	header { }
	.header-top { }
	nav {  }
	.logo {  }
	.logo img { }
	/*.logo a { display: inline-block;background: url(../images/logo.png) no-repeat; background-size: cover; width: 170px; height: 40px;}
	.logo img { display: none;}*/
	.top-right-link { right: 58px;}
	
	
	.lang-open, .user-open { top:35px; }
	/*.lang a { color: #333; border-color: #333;}
	.lang a:hover, .lang a.current { background: #333; color: #fff;}
	.lang { display:none;}
	.lang-open { display:inline-block!important; vertical-align: middle;position:inherit; left:auto; top:auto; background:none;  width:auto; color: #fff; }
	.lang-open a { color:#333; display:inline-block; font-size:16px; font-weight:bold;}
	.lang-open a:after, .cart a:after { content:"|"; display:inline-block; vertical-align:top; padding:0 3px 0 15px;}
	.lang-open a:last-child:after { display:none;}
	.lang-open a:hover { color:#0092db;}
	.cart a, .search { color: #003b4a;}
	.cart span { right: 10px; top:-6px;}*/
.showhide:before { content:""; display:block; position:absolute; right:7px; bottom:-15px; text-align:right; font-size:12px; color:#404043; width:50px;}

.showhide-rotate em:nth-of-type(1) { position:relative; top:8px;
-moz-transform:rotate(45deg);
-webkit-transform:rotate(45deg);
-o-transform:rotate(45deg);
-ms-transform:rotate(45deg);
transform:rotate(45deg);}
.showhide-rotate em:nth-of-type(2) { display:none;}
.showhide-rotate em:nth-of-type(3) {  position:relative; top:1px;
-moz-transform:rotate(-45deg);
-webkit-transform:rotate(-45deg);
-o-transform:rotate(-45deg);
-ms-transform:rotate(-45deg);
transform:rotate(-45deg);}

	.menuzord-menu:after  { display: none !important;}
    
    .header-scroll{  }
    .header-scroll .logo { }
    .header-scroll .logo img { }
    .header-scroll nav { }
    .header-scroll .top-right-link > div { }
    .header-scroll .top-right-link > div img { }
	.header-scroll .lang-open, .header-scroll .user-open { }
	
	
	
	.menu-list-section > div:nth-of-type(1) { display: none;}
	.menu-list-section > div:nth-of-type(2) { width: calc(100% - 0px); padding: 25px 0; border-width: 0;}
	.menu-list-title { font-size: 16px;}

	.nav-pro-menu > div > a { pointer-events: auto;}
	.nav-pro-section { max-width: 100%; border-width: 0;}
	.nav-pro-section > div:nth-of-type(1) { width: 100%; border-width: 0; padding: 0;}
	.nav-pro-section > div:nth-of-type(2) { display: none;}
	.nav-pro-menu > div > a { padding: 8px 20px; font-size: 16px;border-bottom: 1px solid rgba(0,0,0,.1);}
	
}


@media only screen and (max-width: 980px) {
    
	
}

@media only screen and (max-width: 640px) {
    
    .header-scroll .logo span { font-size: 17px;}
}
@media only screen and (max-width: 570px) {
	.menu-list-link > a { width: 50%; }
	

}
@media only screen and (max-width: 414px) {
	header { height: 70px;}
	.logo { top: 22px; left: 10px;}
	.logo img { width: 90px;}
	nav { padding-top: 15px;}
	.top-right-link{ right: 48px; top:25px;}
	.top-right-link > div { margin-left: 10px;}
    .header-scroll { height: 70px;}
	.header-scroll .logo { top: 22px; left: 10px;}
	.header-scroll .logo img { width: 90px;}
	.header-scroll nav { padding-top: 15px;}
	.header-scroll .top-right-link{ right: 48px; top:25px;}
	.header-scroll .top-right-link > div { margin-left: 10px;}
	.menuzord-responsive .menuzord-menu { top:70px !important;}
	.header-scroll .menuzord-responsive .menuzord-menu { top:70px !important;}
}
@media only screen and (max-width: 374px) {
	
}
@media only screen and (max-width: 320px) {
	

}
@media only screen and (max-width: 280px) {
	

}