@import url('/css/fontawesome-all.css');
@import url('/css/font-awesome.min.css');
@import url('/css/fontawesome.min.css');
@import url('/css/SeoJump.css');
@import url('/css/contentBuilder.css');
@import url('/css/37/root.css');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&family=Noto+Sans+SC:wght@100;300;400;500;700;900&family=Montserrat:wght@100;200;300;400;500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,200..800&family=Heebo:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Anybody:ital,wght@0,100..900;1,100..900&family=Arimo:ital,wght@0,400..700;1,400..700&display=swap');

* { margin: 0; padding: 0; }
*:focus { outline: none; }

body { margin: 0; }
body ::selection { background: #191919; text-shadow: none; color: #fff; }
body::-webkit-scrollbar { width: 5px; }
body::-webkit-scrollbar-track { background: #c0c0c0; }
body::-webkit-scrollbar-thumb { background: #191919; }
body::-webkit-scrollbar-thumb:hover { background: #000; }

header, footer, div, nav, article, h2, h3, h4, h5, h6, hr, p, form, label, input, textarea, ul, li, img, span, font, strong, b, a, i{text-align: left;vertical-align: middle;margin: 0;padding: 0;line-height: 170%;border-width: 0;font-family: var(--font-family);font-size: 16px;word-break: break-word;       /* 舊語法，有些瀏覽器仍支援 */overflow-wrap: break-word;-webkit-transition: all .3s ease-out;-moz-transition: all .3s ease-out;-ms-transition: all .3s ease-out;-o-transition: all .3s ease-out;transition: all .3s ease-out;color: var(--info);font-weight: 400;}

:before , :after { -webkit-transition: all .3s ease-out; -moz-transition: all .3s ease-out; -ms-transition: all .3s ease-out; -o-transition: all .3s ease-out; transition: all .3s ease-out; }

ul, ol { list-style: none; }

fieldset { border: 0; }

input,button,select,textarea { outline:none }

img { max-width: 100%; }

a , a:link , a:visited , a:hover { display: inline-block; text-decoration: none; }

.text-clamp , a.text-clamp { overflow: hidden; height: 27px; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; }

/* a.photo */
a.photo , .bgBox { overflow: hidden; background: no-repeat 50% / cover; display: block; }

/* svg */
svg.arrow { width: 15px; }
svg.arrow.white { fill: #fff; }
svg.show { width: 8px; }

/* fancybox */
[class^="fancybox-"] , [class^="fancybox-"] * , .slick-track , .fa , .fas , .fa:before , .fas:before , .fa:after , .fas:after { -webkit-transition: none; -moz-transition: none; -ms-transition: none; -o-transition: none; transition: none; }

/* slick-slider */
.wrapper .slick-slider { margin-bottom: 0; }

/* webBox */
.webBox { position: relative; overflow: hidden; width: 100%; }
.webBox .pageh1 {font-size: 45px;font-weight: 600;letter-spacing: 1px;line-height: 1.5;font-family: "Anybody", sans-serif;font-style: italic;color: var(--secondary);}
.webBox .pageh1:first-letter{color:var(--primary)}
.webBox .pageh1:after{content:'';width: 15px;height: 13px;background: var(--primary);transform: skewX(-30deg);display: block;box-shadow: 22px 0 var(--primary), 44px 0 var(--primary);margin: 30px 0 40px;}
.webBox .wrapper { position: relative; background: #fff; z-index: 2; }

/* workframe */
.workframe { position: relative; margin: 0 auto; width: 1440px; font-size: 0; z-index: 1; }

/* Sitemap */
#Sitemap #jsonUL a { display: block; font-size: 0; color: #000; }
#Sitemap #jsonUL a * { display: inline-block; line-height: 170%; font-size: 16px; vertical-align: top; }
#Sitemap #jsonUL a font { width: calc(100% - 15px); }
#Sitemap #jsonUL p a { font-size: 22px; }

/* header */
header {position: fixed;z-index: 999;width: 100%;padding: 23px 0;box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;border-bottom: 1px solid rgb(255 255 255 / 30%);}
header:before {content:'';position: absolute;top: 0;left: -50px;width: 470px;height: 115%;background: var(--white);transform: skewX(-30deg);z-index: 0;}
header.headerfixed:before{width:100%;height: 100%;transform: unset;}
header .barBox {position: relative;z-index: 999;display: grid;grid-template-columns: 25% 1fr 180px;align-items: center;padding: 0 3%;}
header.open .barBox{display:flex;justify-content: space-between;}
header .barBox a {display: inline-block;}
header .barBox a.linne{background: var(--primary);display: inline-flex;align-items: center;gap: 10px;padding: 13px 23px;border-radius: 50px;color: white;}
header #linelink{display:flex;flex-direction: row;align-items: center;gap: 10px;justify-content: flex-end;margin-right: 80px;}
header .barBox a svg{width: 22px;height: 22px;fill: white;}
header #cis {}
header #cis img {width: 100%;height: 45px;object-fit: contain;}
header.open .navbox{display:none;}
header .navbox ul{display:flex;align-items: center;margin-right: 30px;gap: 15px;justify-content: flex-end;}
header .rightBox{background:var(--primary);width: 100px;aspect-ratio: 1/1;position: absolute;right: 0;display: flex;align-items: center;justify-content: center;}
header .rightBox >div {display: inline-block;line-height: 50px;}
header #searchBox form { position: absolute; background: rgb(0 0 0 / .7); -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px); font-size: 0; right: -500px; }
header #searchBox form input { padding: 5px 10px; width: 150px; background: none; display: inline-block; color: #fff; vertical-align: middle; }
header #searchBox form a { padding: 5px 10px; display: inline-block; vertical-align: middle; color: #fff; }
header #toolbar a { display: inline-block; }
header #menuIcon a { -webkit-transition: none; -moz-transition: none; -ms-transition: none; -o-transition: none; transition: none; }
header .slideMenuTrigger{width:50px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-negative:0;flex-shrink:0;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:end;position:relative}
header .slideMenuTrigger span{color: var(--info);font-size:16px;line-height:1.875;letter-spacing: 0.6px;font-weight: 700;font-family: "Cormorant", serif;text-transform: capitalize;}
header .slideMenuTrigger span.menu{display:block}
header .slideMenuTrigger span.close{display:none}
header .slideMenuTrigger .line{width:50%;height:1px;background-color:#fff;display:inline-block;margin:auto;position:absolute;top:0;left:0;right:0;bottom:0;z-index:1;-webkit-transition:background-color 0.3s 0.3s ease-in-out;transition:background-color 0.3s 0.3s ease-in-out}
header .slideMenuTrigger .line::before,.slideMenuTrigger .line::after{content:"";width:100%;height:1px;background-color:#fff;position:absolute;z-index:1;-webkit-transition:background-color 0.3s 0s ease-in-out,-webkit-transform 0.3s 0.3s ease-in-out;transition:background-color 0.3s 0s ease-in-out,-webkit-transform 0.3s 0.3s ease-in-out;transition:background-color 0.3s 0s ease-in-out,transform 0.3s 0.3s ease-in-out;transition:background-color 0.3s 0s ease-in-out,transform 0.3s 0.3s ease-in-out,-webkit-transform 0.3s 0.3s ease-in-out}
header .slideMenuTrigger .line::before{top:0;left:0;-webkit-transform:translateY(-8px);transform:translateY(-8px)}
header .slideMenuTrigger .line::after{bottom:0;right:0;-webkit-transform:translateY(8px);transform:translateY(8px)}
header .slideMenuTrigger .dots{width:4px;height:4px;margin-bottom:10px;background-color: white;position:relative}
header .slideMenuTrigger .dots:last-child{margin-bottom:0}
header .slideMenuTrigger .dots::before,.slideMenuTrigger .dots::after{content:"";width:4px;height:4px;background-color: white;position:absolute}
header .slideMenuTrigger .dots::before{left:-13px}
header .slideMenuTrigger .dots::after{right:-13px}
header .slideMenuTrigger.close{margin-left:0}
header .slideMenuTrigger.close span{background-color:transparent}
header .slideMenuTrigger.close span.dots:last-child{background-color:#fff}
header .slideMenuTrigger.close span.dots:last-child:before, header .slideMenuTrigger.close span.dots:last-child:after{-webkit-transform:translateY(10px);transform:translateY(10px)}
header #menuIcon a[data-type="1"] font.btn span:nth-child(2) { top: calc(50% - 1px); }
header #menuIcon a[data-type="1"] font.btn span:nth-child(3) { top: calc(100% - 1px); }
header #menuIcon a[data-type="1"] font.btn span { transition: transform .4s cubic-bezier(.215,.61,.355,1),opacity .4s cubic-bezier(.215,.61,.355,1), -webkit-transform .4s cubic-bezier(.215,.61,.355,1); }
header #menuIcon a[data-type="2"] font.btn span { transition: .4s cubic-bezier(.645,.045,.355,1); }
header #menuIcon a[data-type="2"] font.btn span:nth-child(1) { top: 50%; -webkit-transform: rotate(45deg); transform: rotate(45deg); }
header #menuIcon a[data-type="2"] font.btn span:nth-child(2) { opacity: 0; }
header #menuIcon a[data-type="2"] font.btn span:nth-child(3) { top: 50%; -webkit-transform: rotate(-45deg); transform: rotate(-45deg); }
header #menuBox .bg{position:absolute;top: 0;right: 0;width: 15vw;height: 100vh;opacity: .5;background-image: url(/images/37/bannerBg.jpg);background-repeat: no-repeat;background-position: 50% 50%;background-size: cover;}
header #menuBox .bg img{height:100%;object-fit: cover;animation: moveObject 100s linear infinite;}
@keyframes moveObject{0%{object-position:0% 50%}50%{object-position:100% 50%}100%{object-position:0% 50%}}
header #menuBox {overflow: hidden;position: fixed;padding: 0;width: 0;height: 100vh;right: 0;top: 0;opacity: 0;z-index: -1;display: flex;flex-direction: column;align-items: flex-start;background-position: 50% 50%;justify-content: center;background: var(--secondary);}
header #menuBox[data-type="2"] {width: 35vw;font-size: 0;opacity: 1;z-index: 998;padding: 0 4vw;box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;}
header #menuBox .box, header .contactBox {width: 16vw;display: inline-block;}
header #menuBox .box >ul {padding-bottom: 3vh;}
header #menuBox .box >ul >li {}
header #menuBox .box >ul >li:last-child { border-bottom: 0; }
header #menuBox .box >ul >li >p ,
header #menuBox .box ul li .menu_body ul li .bo { position: relative; }
header #menuBox .box ul li .menu_body ,
header #menuBox .box ul li .menu_body >ul li .sub2Option ,
header #menuBox .box ul li .menu_body >ul li .sub3Option { margin-bottom: 15px; display: none; -webkit-transition: none; -moz-transition: none; -ms-transition: none; -o-transition: none; transition: none; }
header #menuBox .box >ul >li >p a {padding: 25px 0;display: flex;font-weight: 400;font-size: 20px;align-items: center;border-bottom: 1px solid #676767;}
header #menuBox .box >ul >li:hover >p a{color:var(--primary)}
header #menuBox .box >ul >li >p a span{font-size: 14px;opacity: 0;transition: all linear 0.3s;transform: translateX(0);color: var(--info);display: none;}
header #menuBox .box ul li b {position: absolute;padding: 5px 0;width: 100%;display: inline-block;text-align: end;color: var(--black);top: calc((100% - 33px) / 2);right: 0;}
#menuBox .box ul li .menu_body >ul li .sub2Option { margin: 5px 0 15px; padding: 5px 15px; background: #3a3a3a; }
header #menuBox .box ul li .menu_body >ul li a {padding: 4px 20px;display: block;font-size: 15px;color: var(--complement);letter-spacing: 1px;}
header #menuBox .box ul li .menu_body .sub2Option a { color: #fff; }
header #menuBox .box ul li .menu_body .sub3Option a { color: #8b8b8b; }
header #menuBox .box ul li .menu_body .sub3Option a:before { content: "- "; }
header #menuBox .contactBox ul {padding-top: 20px;}
header #menuBox .contactBox ul li {padding: 10px 0;}
header #menuBox .contactBox ul li:last-child { border-bottom: 0; }
header #menuBox .contactBox ul li h4 {font-size: 15px;margin-bottom: 10px;color: white;}
header #menuBox .contactBox ul li p a {padding: 5px 0;display: inline-block;font-size: 16px;color: var(--black);font-weight: 400;}
header #menuBox .contactBox ul li p i {margin-right: 10px;font-size: 18px;display: inline-block;color: #d3cdc8;}
header #menuBox .contactBox ul li.community a {margin: 15px 10px 5px 0;width: 50px;height: 50px;border: 1px #757575 solid;border-radius: 50%;display: inline-flex;justify-content: center;align-items: center;}
header #menuBox .contactBox ul li.community a:hover{opacity:.75}
header #menuBox .contactBox ul li.community a i {font-size: 16px;color: var(--info);}
header #menuBox .contactBox ul li.community a svg {width: 40%;height: 40%;fill: #a3a1a1;}

/* language */
header .language{position:relative;display:flex;flex-direction:column;align-items: stretch;justify-content:center}
header .language a{position:relative;z-index:2}
header .language > a{border-radius: 13px;display:flex;flex-direction: row;justify-content:center;align-items:center;gap: 20px;border: 1px solid #dbdbdb;padding: 14px 17px;}
header .language > a svg:last-child{transform:scaleY(-1);width: 12px;height: 12px;}
header .language.show > a svg:last-child{transform:scaleY(1);}
header .language.show .innerMenu{height:auto;opacity:1;pointer-events:auto}
header .language.show .innerMenu a{opacity:1;pointer-events:auto;}
header .language .innerMenu{height:0;border-radius: 13px;background-color: white;position:absolute;top: 52px;z-index:0;opacity:0;width: 100%;box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;overflow: hidden;}
header .language .innerMenu a{display: flex;opacity:0;pointer-events:none;align-items: center;gap: 10px;justify-content: center;border-bottom: 1px solid #ddd;padding: 9px 0;}
header .language .innerMenu a:hover{opacity:.75;background:#f1f1f1}
header .language .innerMenu a:last-child{border:0}
header .language .innerMenu a span{font-family: "Bricolage Grotesque", sans-serif;}
header .language .innerMenu a img{width: 25px;aspect-ratio: 1/1;}


header.headerfixed{box-shadow: 10px 0 30px rgb(0 0 0 / 10%);}
header.headerfixed:not(.open) .barBox a:not(.linne) svg{fill: var(--info);}
header.headerfixed a { color: #1f1f1f; }
header.headerfixed #menuIcon a font.btn span { background: #1f1f1f; }
header.open a {color: white;}
header.open #menuIcon a font.btn span { background: #fff; }
header.open .slideMenuTrigger span.close{display:block;opacity: 1;text-shadow: none;}
header.open .slideMenuTrigger span.menu{display:none;}
header.open .slideMenuTrigger span.dots:last-child{background-color: white;}
header.open .slideMenuTrigger span.dots:last-child:before, header.open .slideMenuTrigger span.dots:last-child:after{-webkit-transform:translateY(10px);transform:translateY(10px)}
header.open .slideMenuTrigger span{background-color:transparent;}

/* hSearch */
#hSearch {width: 100%;height: 0;top: 110px;z-index: 998;position: fixed;background: var(--secondary);overflow: hidden;display: flex;}
#hSearch[data-type="2"] { height: 142px; }
#hSearch>div { margin: 50px auto; width: 700px; }
#hSearch>div input { margin-right: 15px; width: calc(100% - 89px); background: none; border-bottom: 1px rgba(var(--black-rgb), .3) solid; }
#hSearch>div a { border-radius: 50%; }
#hSearch>div a svg { margin: 10px; width: 22px; height: 22px; }

/* sPictureBox */
#sPictureBox{position:relative;display: flex;flex-direction: column;align-items: center;justify-content: center;padding: 6vw 0;overflow: hidden;background: #222;}
#sPictureBox *{text-align:center;position: relative;z-index: 2;color: white;}
#sPictureBox p{font-size:18px;width: 85%;margin: 0 auto 40px;}
#sPictureBox .title {font-size:35px;font-weight: 600;letter-spacing: 1px;line-height: 1.5;font-family: "Anybody", sans-serif;font-style: italic;margin-bottom: 25px;}
#sPictureBox .videobox{position:absolute;opacity: .3;z-index: 0;bottom: -45%;}
#sPictureBox .videobox video{width:100%}
#sPictureBox .more {position: relative;width: 290px;overflow: hidden;}
#sPictureBox .more a {padding: 20px 20px;width: 210px;text-align: left;display: block;}
#sPictureBox .more a font {position: relative;font-size: 14px;color: var(--black);z-index: 2;-webkit-transition-duration: .3s;transition-duration: .3s;text-transform: uppercase;}
#sPictureBox .more a span {position: absolute;width: 80px;height: 1px;background: #d9d9d9;display: block;right: 0;top: calc((100% - 1px) / 2);z-index: 3;-webkit-transition-duration: .2s;transition-duration: .2s;}
#sPictureBox .more a span:before {position: absolute;width: 0;height: 0;border-style: solid;border-width: 0 16px 7px 0;border-color: transparent transparent #d9d9d9 transparent;right: -1px;bottom: 50%;content: "";}
#sPictureBox .more a:after {position: absolute;width: 100%;height: 100%;background: white;display: block;top: 0;left: -60px;content: "";z-index: 1;-webkit-transition-duration: .2s;transition-duration: .2s;transform: skewX(30deg);}
#sPictureBox .more a:hover{padding:20px 0px 20px 30px;}
#sPictureBox .more a:hover:after{left:-50px}
#sPictureBox .more a:hover span{right:10px;}

/* footer */
footer {padding: 80px 0;background: var(--primary);}
footer * {font-weight: 300;font-size: 15px;color: var(--white);letter-spacing: 1px;}
footer .top {display:flex;flex-direction: column;justify-content: space-between;}
footer .top *{color: #959595;font-size: 13px;letter-spacing: 0;}
footer .insede {display: grid;grid-template-columns: 30% 65%;width: min(90%, 1440px);justify-content: space-between;}
footer .infoo{border-top: 1px solid rgb(255 255 255 / 20%);padding-top: 15px;display: grid;grid-template-columns: repeat(2, 1fr);align-items: end;}
footer .infoo p{display:flex;flex-direction: column;gap: 3px;}
footer .infoo p:last-child a{display:flex;align-items: center;gap: 10px;letter-spacing: 0;line-height: 1;}
footer .infoo p:not(:last-child) a{font-size: 35px;letter-spacing: 0;font-weight: 500;line-height: 1;}
footer .rightbox{border-top: 1px solid rgb(255 255 255 / 20%);padding-top: 50px;margin-top: 50px;}
footer .rightbox .boxx{display:flex;flex-direction: row;align-items: center;gap: 50px;justify-content: flex-end;width: min(90%, 1440px);margin: 0 auto;}
footer .rightbox .boxx a.line{aspect-ratio: 1/1;width: 100px;background: #fff;border-radius: 50%;display: flex;align-items: center;justify-content: center;}
footer .rightbox .boxx a.line svg{width: 40px;height: 40px;fill: var(--primary);}
footer .rightbox .boxx p{font-family: "Cormorant", serif;font-weight: 500;}
footer .rightbox .boxx .follow{margin: 40px 0 10px;}
footer .rightbox .boxx .follow a{margin: 0 8px;}
footer .rightbox .boxx .btn{display: flex;gap: 10px;align-items: center;justify-content: center;font-family: "Bricolage Grotesque", sans-serif;font-size: 15px;letter-spacing: 0;}
footer .rightbox .boxx .btn:before{content:'';width: 45px;height: 1px;background: white;}
footer .rightbox svg{width:20px;height:20px;fill: #fff;}
footer #flogo img {width: 195px;}
footer #f_info font:first-child { min-width: 50px; }
footer #f_info font:last-child a { font-family: 'Lato', sans-serif; font-weight: 400; }
footer #more_extra { padding: 5px; width: 190px; font-weight: 400; z-index: 11; }
footer #extra ul { width: 200px; bottom: 0; left: 0; z-index: 10; }
footer #extra ul li { padding: 5px 15px; }
footer #extra ul li font { line-height: 140%; }
footer #extra ul li font:first-child { font-size: 15px; font-style: italic; }
footer #extra ul li img { position: absolute; max-width: 150px; top: 100%; left: 15px; z-index: 8; max-height: 150px; display: none; }
footer .extra-aJ img { width: 24px; }
footer #f_info {margin: 0 0 20px;display: flex;gap: 20px;flex-direction: column;}
footer .otherlink{display:grid;grid-template-columns: repeat(3, 1fr);gap: 8px;}
footer .otherlink a:not(:last-child){background:var(--primary);text-align: center;padding: 11px 0;border-radius: 5px;}
footer .otherlink a:last-child{text-align: center;padding: 11px 0;border-bottom: 2px solid #fff;margin-left: 50px;}
footer #f_info .titt{font-weight:500}
footer #f_info svg{width: 18px;height: 18px;fill: white;}
footer #f_other {display:grid;grid-template-columns: 215px 1fr;}
footer #f_other #footermeu {display: flex;flex-wrap: wrap;gap: 10px;flex-direction: column;}
footer #webCopy {display: flex;gap: 5px;align-items: baseline;flex-direction: row;flex-wrap: wrap;}
footer #webCopy *{color:#70d5f8;letter-spacing: 0;font-size: 13px;}

/* gotop */
#gotop {position: fixed;right: 40px;bottom: 65px;z-index: 99;}
#gotop a {padding: 20px 0 0 10px;letter-spacing: .3em;font-weight: 300;font-size: 12px;color: #fff;white-space: nowrap;-webkit-writing-mode: vertical-rl;-ms-writing-mode: tb-rl;writing-mode: vertical-rl;display: flex;flex-direction: row;}
#gotop[data-type="1"] a { border-color: #000; color: #000; }
#gotop[data-type="1"] a:before{border: #000 solid;border-width: 2px 0 0 2px;}
#gotop a:before {margin: 20px auto 0;width: 7px;height: 7px;border: var(--white) solid;border-width: 2px 0 0 2px;display: block;content: "";transform: rotate(45deg) translate(-1px, -1px);-webkit-transform: rotate(45deg) translate(-1px, -1px);-webkit-animation: gotop 1s linear infinite;animation: gotop 1s linear infinite;order: 2;}
@-webkit-keyframes gotop { 0% , 100% { -webkit-transform: rotate(45deg) translate(-1px, -1px); } 50% { -webkit-transform: rotate(45deg) translate(1px, 1px); } }
@keyframes gotop { 0% , 100% { transform: rotate(45deg) translate(-1px, -1px); } 50% { transform: rotate(45deg) translate(1px, 1px); } }

/* webSeo */
#webSeo { position: relative; overflow: hidden; margin-top: 40px; padding: 10px 0; }
#webSeo .js-marquee-wrapper * , #webSeo .js-marquee * , #webSeo .seo * { font-weight: 100; font-size: 13px; color: #959595; -webkit-transition: none; -moz-transition: none; -ms-transition: none; -o-transition: none; transition: none; }

/* SeoStarRating */
#SeoStarRating font { margin-right: 5px; display: inline-block; vertical-align: bottom; }
#SeoStarRating font:first-child { line-height: 130%; font-weight: bold; font-size: 18px; color: #FF9800; }
#SeoStarRating font:nth-child(2) { font-size: 16px; color: #FF9800; }
#SeoStarRating font:last-child { color: #383838; }

@media screen and (max-width: 1500px){
    header #menuBox[data-type="2"]{width: 45vw;}
	.workframe , footer .wbox { width: 90%; }
    header #menuBox .bg{width: 20vw;}
    header #menuBox .box >ul >li >p a{padding: 15px 0;}
}
@media screen and (max-width: 1400px){
    header #menuBox .box >ul >li >p a{padding: 10px 0;font-size: 17px;}
}
@media screen and (min-width: 1281px){
	header .navbox li a{display: flex;flex-direction: column;position: relative;padding: 0;justify-content: center;align-items: center;}
    header .navbox li a:after{content:'';width: 8px;height: 8px;background: var(--primary);transform: skewX(30deg);position: absolute;top: -15px;left: 0;opacity: 0;}
    header .navbox li:hover a:after{top:-5px;opacity:1}
    header .navbox li a .cn{opacity: 1;padding: 0 13px;color: var(--white);font-size: 17px;}
    header .navbox li:hover a .cn{transform: translateY(0);color: var(--primary);}
    header .navbox li a .en{opacity: 0;position: absolute;color: var(--primary);font-weight: 500;}
    header.headerfixed .navbox li a font{color:#333}
	header .navbox li:hover a .en{opacity: 1;}
	header #menuBox .box::-webkit-scrollbar { width: 0; }
	header #menuBox .contactBox {width: 45vw;display: inline-block;}
	footer #footerinfo ul li.plus-information:hover img { display: block; }
	#gotop a:hover { padding: 0 0 20px 10px; }
}
@media screen and (max-width: 1400px){
    .webBox .pageh1{font-size: 35px;}
    footer .insede{grid-template-columns: 30% 70%;}
    header #menuBox .box{margin-bottom: 40px;}
    header #menuBox .box >ul{padding-bottom: 0;}
    header #menuBox .contactBox ul{padding-top: 0;}
    header .navbox{display:none;}
    header .barBox{grid-template-columns: 35% 1fr;}
}
@media screen and (max-width: 1280px){
    header .rightBox{width: 85px;}
    footer .infoo p:not(:last-child) a{font-size:30px;}
    #hSearch{top:100px;}
    header{padding: 16px 0;}
	header .navbox{display:none;}
	header #menuBox[data-type="2"] {height: 100vh;}
	header #menuBox[data-type="2"]::-webkit-scrollbar { width: 0; }
    footer #flogo{grid-column: 1 / 3;}
}
@media screen and (max-width: 1024px) {
    header #menuBox[data-type="2"]{width: 60vw;}
	footer .top{gap: 20px;}
    footer .insede{grid-template-columns:1fr;gap: 15px;}
    footer .rightbox .boxx .follow{margin-top:0}
	footer #f_other { margin-top: 10px; }
}
@media screen and (max-width: 980px) {
    #sPictureBox .videobox{bottom: -25%;}
    #sPictureBox .videobox video{width: 130%;}
    header #menuBox .box, header .contactBox{width: 60%;}
    header.open #cis img{-webkit-filter: contrast(0) brightness(150%);filter: contrast(0) brightness(200%);height: 35px;}
    footer .rightbox .boxx{display:flex;justify-content: flex-start;}
    header #menuBox .bg{width:45vw}
    header #menuBox[data-type="2"]{width: 100vw;padding: 0 6vw;}
	footer #f_info { width: 100%; }
	footer #f_other {width: 100%;margin-top: 24px;grid-template-columns: 1fr;gap: 30px;}
    footer .insede{grid-template-columns: 1fr;}
    footer #f_other #footermeu{display:flex;flex-direction: row;}
    footer .infoo{border:0}
}
@media screen and (max-width: 768px) {
	footer #extra, footer #f_info { margin-top: 10px; }
	footer #f_info p {width: 100%;}
    header #menuBox .box >ul >li >p a{padding: 13px 0;}
}
@media screen and (max-width: 600px){
    body{-webkit-text-size-adjust:100%;}
    #sPictureBox .videobox video{width: 160%;}
    #sPictureBox .videobox{bottom: -15%;left: -40%;}
    header .language .innerMenu a img{width:20px;}
    header .language .innerMenu a{gap:5px;}
    header .language .innerMenu a span{font-size:13px;}
    header .language .innerMenu{top: 30px;}
    #sPictureBox{padding:50px 0}
    #sPictureBox .title{font-size: 26px;}
    .webBox .pageh1{font-size: 25px;}
    header .language > a{gap: 10px;padding: 6px 12px;}
    header .barBox a svg{width:16px;height: 16px;}
    header .rightBox{width: 67px;}
    header:before{width: 230px;}
    footer .rightbox{padding-top: 30px;margin-top: 30px;}
    header .barBox, header.open .barBox{grid-template-columns: 40% 1fr;display: grid;}
    #hSearch{top:90px;}
    footer .rightbox .boxx .btn:before{display:none;}
    header #menuBox .box{margin-top: 100px;}
    header{padding: 10px 0;}
    header .barBox a.linne, header #linelink >a:not(.linne){display:none;}
    footer #f_info{grid-template-columns:1fr}
    footer{padding: 8vw 0 30px;}
    footer #flogo{grid-column:unset}
    footer .top{grid-template-columns:1fr;gap: 20px;}
	header #menuBox .box >ul{padding-bottom:3vh}
    header #menuBox{display: flex;justify-content: flex-start;padding: 15vh 0 0;height: 85vh;}
    header #menuBox .box, header .contactBox{width: 100%;display: block;margin-bottom: 0;}
    header #menuBox .bg{width: 100%;height: 25vh;bottom: 0;top: unset;}
    header #menuBox .bg img{width:100%;}
    header .rightBox .mb { position: fixed; margin-left: 0; width: 25%; background: #1f1f1f; line-height: 100%; left: 0; bottom: 0; }
	header .rightBox #searchBox { left: 25%; }
	header .rightBox #translateLink { left: 50%; }
	header .rightBox #oredericon { left: 75%; }
	header .rightBox .mb >a { padding: 10px 0; display: block; border-left: 1px #373737 solid; text-align: center; color: #fff; }
	header .rightBox #linelink { line-height: 47px; }
	header .rightBox #linelink a { margin: auto; padding: 5px 5% 4px; width: 90%; border-left: 0; display: inline-block; line-height: 140%; font-size: 14px; }
	header #searchBox form { position: fixed; bottom: 60px; }
    footer .otherlink{grid-template-columns: repeat(2, 1fr);}
    footer .otherlink a:last-child{margin: 10px 0 0;grid-column: 1/3;}
    footer .infoo{grid-template-columns: 1fr;}
    footer .infoo p:last-child{grid-column:1/3;margin-top: 20px;}
}
@media screen and (max-width: 550px) {
    #footer_btn a.gotop:before{margin-top: 7px;}
    footer .rightbox .boxx{gap: 20px;justify-content: flex-start;}
    footer .rightbox .boxx a.line svg{width: 35px;height: 35px;}
    footer .rightbox .boxx a.line{width: 90px;}
	#footer_btn a {width: 60px;border-radius: 50%;display: flex;align-items: center;justify-content: center;}
}