<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import"all.css";html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after{content:"";content:none}q:before,q:after{content:"";content:none}table{border-collapse:collapse;border-spacing:0}input,button,textarea{outline:none}*{box-sizing:border-box}a{text-decoration:none}a{color:#666}body{font-family:Helvetica,Arial,"Noto Sans TC","敺株��迤暺煾��",Heiti TC,"�～�扎�芥��",sans-serif;line-height:1;color:#666}/*!
 * animate.css -https://daneden.github.io/animate.css/
 * Version - 3.7.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2019 Daniel Eden
 */@keyframes flip{from{transform:perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);animation-timing-function:ease-out}40%{transform:perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);animation-timing-function:ease-out}50%{transform:perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);animation-timing-function:ease-in}to{transform:perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);animation-timing-function:ease-in}}.animated.flip{backface-visibility:visible;animation-name:flip}@keyframes lightSpeedIn{from{transform:translate3d(20%, 0, 0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg)}to{transform:translate3d(0, 0, 0)}}.lightSpeedIn{animation-name:lightSpeedIn;animation-timing-function:ease-out}@keyframes rotateIn{from{transform-origin:center;transform:rotate3d(0, 0, 1, 90deg);opacity:0}to{transform-origin:center;transform:translate3d(0, 0, 0);opacity:1}}.rotateIn{animation-name:rotateIn}@keyframes jackInTheBox{from{opacity:0;transform:scale(0.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}.jackInTheBox{animation-name:jackInTheBox}@keyframes rollOut{from{opacity:1}to{opacity:0;transform:translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)}}.rollOut{animation-name:rollOut}@keyframes zoomInDown{from{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.zoomInDown{animation-name:zoomInDown}@keyframes zoomInLeft{from{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.zoomInLeft{animation-name:zoomInLeft}@keyframes zoomInRight{from{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.zoomInRight{animation-name:zoomInRight}@keyframes zoomInUp{from{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(0, 50px, 0);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.zoomInUp{animation-name:zoomInUp}@keyframes slideInDown{from{transform:translate3d(0, -10%, 0);visibility:visible}to{transform:translate3d(0, 0, 0)}}.slideInDown{animation-name:slideInDown}@keyframes slideInLeft{from{transform:translate3d(-100%, 0, 0);visibility:visible}to{transform:translate3d(0, 0, 0)}}.slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{from{transform:translate3d(100%, 0, 0);visibility:visible}to{transform:translate3d(0, 0, 0)}}.slideInRight{animation-name:slideInRight}@keyframes slideInUp{from{transform:translate3d(0, 10%, 0);visibility:visible}to{transform:translate3d(0, 0, 0)}}.slideInUp{animation-name:slideInUp}@keyframes slideOutDown{from{transform:translate3d(0, 0, 0)}to{visibility:hidden;transform:translate3d(0, 100%, 0)}}.slideOutDown{animation-name:slideOutDown}@keyframes slideOutLeft{from{transform:translate3d(0, 0, 0)}to{visibility:hidden;transform:translate3d(-100%, 0, 0)}}.slideOutLeft{animation-name:slideOutLeft}@keyframes slideOutRight{from{transform:translate3d(0, 0, 0)}to{visibility:hidden;transform:translate3d(100%, 0, 0)}}.slideOutRight{animation-name:slideOutRight}@keyframes slideOutUp{from{transform:translate3d(0, 0, 0)}to{visibility:hidden;transform:translate3d(0, -100%, 0)}}.slideOutUp{animation-name:slideOutUp}.animated{animation-duration:1s;animation-fill-mode:both}.animated.infinite{animation-iteration-count:infinite}.animated.delay-1s{animation-delay:1s}.animated.delay-2s{animation-delay:2s}.animated.delay-3s{animation-delay:3s}.animated.delay-4s{animation-delay:4s}.animated.delay-5s{animation-delay:5s}.animated.fast{animation-duration:800ms}.animated.faster{animation-duration:500ms}.animated.slow{animation-duration:2s}.animated.slower{animation-duration:3s}@media(print),(prefers-reduced-motion: reduce){.animated{animation-duration:1ms !important;transition-duration:1ms !important;animation-iteration-count:1 !important}}@keyframes fadeInLeft{from{opacity:0;transform:translate3d(-10%, 0, 0)}to{opacity:1;transform:translate3d(0, 0, 0)}}.fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInRight{from{opacity:0;transform:translate3d(10%, 0, 0)}to{opacity:1;transform:translate3d(0, 0, 0)}}.fadeInRight{animation-name:fadeInRight}@keyframes fadeInDown{from{opacity:0;transform:translate3d(0, -20%, 0)}to{opacity:1;transform:translate3d(0, 0, 0)}}.fadeInDown{animation-name:fadeInDown}@keyframes fadeIn{from{opacity:0}to{opacity:1}}.fadeIn{animation-name:fadeIn}@keyframes fadeInUp{from{opacity:0;transform:translate3d(0, 20%, 0)}to{opacity:1;transform:translate3d(0, 0, 0)}}.fadeInUp{animation-name:fadeInUp}@keyframes zoomIn{from{opacity:0;transform:scale3d(0.7, 0.7, 0.7)}50%{opacity:1}}.zoomIn{animation-name:zoomIn}.img_effects{animation-name:effects;position:absolute;width:100%;height:100%;top:0;left:0;background:#fff;transform:translate3d(100%, 0, 0)}.effects_wrap{position:relative;overflow:hidden}@keyframes effects{0%{transform:translate3d(-100%, 0, 0)}50%{transform:translate3d(0%, 0, 0)}100%{transform:translate3d(100%, 0, 0)}}.clip_bottom{animation-name:clip_bottom}@keyframes clip_bottom{0%{-webkit-clip-path:polygon(0 0, 100% 0, 100% 0, 0 0);clip-path:polygon(0 0, 100% 0, 100% 0, 0 0)}100%{-webkit-clip-path:polygon(0 0, 100% 0, 100% 100%, 0 100%);clip-path:polygon(0 0, 100% 0, 100% 100%, 0 100%)}}input,select,textarea{font-family:"敺株��迤暺煾��"}.ckeditor{font-size:16px;line-height:28px}.ckeditor img{max-width:100%}iframe,video{width:100%;max-width:100%}@media(max-width: 500px){iframe,video{max-width:initial}}a:hover{text-decoration:none}.flex{display:flex;flex-wrap:wrap}img{max-width:100%}.video_box{position:relative}.video_box .logo{position:absolute;bottom:30px;right:30px;z-index:5}@media(max-width: 880px){.video_box{height:100vh;overflow:hidden}}@media(max-width: 500px){.video_box{height:100vh;overflow:hidden}}.video_box video{max-width:100%}@media(max-width: 880px){.video_box video{max-width:initial;width:initial;height:100vh;left:50%;top:50%;transform:translate(-50%, -50%);position:absolute}}@media(max-width: 500px){.video_box video{max-width:initial;width:initial;height:100vh;left:50%;top:50%;transform:translate(-50%, -50%);position:absolute}}.video_box .text{width:100%;height:100vh;position:absolute;top:0;display:flex;flex-wrap:wrap;justify-content:center;align-items:center}@media(max-width: 500px){.video_box .text .boxfirst{max-width:75%;margin:0 auto}}.video_box .text .boxfirst img{width:100%;width:500px}@media(max-width: 500px){.video_box .text .box{max-width:75%;margin:0 auto}}.video_box .text .box img{width:500px}.section{background-color:#38182e;background-image:url("../img/bg.jpg");padding:100px 0}@media(max-width: 880px){.section{padding:25px;height:initial}}@media(max-width: 500px){.section{padding:25px;height:initial}}.section_2{overflow:hidden;margin-top:-3px;position:relative;height:initial;background-position:center;background-size:cover;padding:0}.section_2 .best_scenery{text-align:center}.section_2 .best_scenery img{width:120px}@media(max-width: 500px){.section_2 .best_scenery img{width:100px}}.section_2 .title{color:#c39b61;font-size:26px;text-align:center;padding-top:10px;padding-bottom:60px}@media(max-width: 500px){.section_2 .line_box{display:none}}.section_2 .line_box .line{position:relative;height:200px;margin-bottom:20px}@media(max-width: 500px){.section_2 .line_box .line{height:150px}}.section_2 .line_box .line:before{content:"";position:absolute;width:1px;height:200px;top:0;left:50%;background-color:#c39b61}@media(max-width: 500px){.section_2 .line_box .line:before{height:150px}}.section_2 .img{position:relative}.section_2 .img .section_2_icon .section_2_icon_1{max-width:85px}.section_2 .img .section_2_icon .section_2_icon_2{max-width:280px}.section_2 .img .line_box_mobile{position:absolute;text-align:center;width:100%;height:100%;display:none}@media(max-width: 500px){.section_2 .img .line_box_mobile{display:block}}.section_2 .img .line_box_mobile .line span{width:1px;margin:0 auto;height:90px;background:#fff;display:inline-block}.section_3{margin-top:-3px}.section_3 .street_view_box .slick-slide{transform:scale(0.5);transition:1.2s transform ease-in-out}.section_3 .street_view_box .slick-active{transform:scale(1)}.section_3 .street_view_box .street_view{flex:0 0 55%;max-width:55%}@media(max-width: 880px){.section_3 .street_view_box .street_view{flex:0 0 100%;max-width:100%}}@media(max-width: 500px){.section_3 .street_view_box .street_view{flex:0 0 100%;max-width:100%}}.section_3 .street_view_box .street_intro{flex:0 0 45%;padding-left:2%}@media(max-width: 880px){.section_3 .street_view_box .street_intro{flex:0 0 100%;padding-top:15px;border-top:solid 1px #c39b61;margin-top:25px}}@media(max-width: 500px){.section_3 .street_view_box .street_intro{flex:0 0 100%;padding-top:15px;border-top:solid 1px #c39b61;margin-top:25px}}.section_3 .street_view_box .street_intro .img img{max-width:110px}@media(max-width: 880px){.section_3 .street_view_box .street_intro .img img{max-width:80px}}@media(max-width: 500px){.section_3 .street_view_box .street_intro .img img{max-width:80px}}.section_3 .street_view_box .street_intro .txt{padding-top:10px;border-bottom:solid 1px #c39b61;padding-bottom:50px;height:428px}@media(max-width: 880px){.section_3 .street_view_box .street_intro .txt{height:initial;padding-bottom:25px}}@media(max-width: 500px){.section_3 .street_view_box .street_intro .txt{height:initial;padding-bottom:25px}}.section_3 .street_view_box .street_intro .txt img{max-width:520px}@media(max-width: 500px){.section_3 .street_view_box .street_intro .txt img{max-width:80%}}.section_3 .street_view_box .slick-arrow{position:absolute;left:57%;bottom:15%;z-index:99;cursor:pointer}@media(max-width: 880px){.section_3 .street_view_box .slick-arrow{left:80%;bottom:40%}}@media(max-width: 500px){.section_3 .street_view_box .slick-arrow{left:auto;top:260px;right:0}}.section_3 .street_view_box .slick-prev{width:55px;height:57px;font-size:0;background:rgba(0,0,0,0) url("../img/prev.svg");border:none}.section_3 .street_view_box .slick-prev:before{content:"";height:55px;width:1px;background:#c39b61;left:53px;top:3px;position:absolute}@media(max-width: 500px){.section_3 .street_view_box .slick-prev:before{left:41px;height:48px;top:6px}}@media(max-width: 500px){.section_3 .street_view_box .slick-prev{right:38px}}.section_3 .street_view_box .slick-next{width:55px;height:57px;font-size:0;background:rgba(0,0,0,0) url("../img/next.svg");border:none;margin-left:60px}.section_3 .street_view_box .slick-dots{display:flex;justify-content:center;padding-top:90px}@media(max-width: 880px){.section_3 .street_view_box .slick-dots{padding-top:10px}}@media(max-width: 500px){.section_3 .street_view_box .slick-dots{padding-top:10px}}.section_3 .street_view_box .slick-dots li button{margin:0 5px;font-size:0;border-radius:100px;border:solid 1px #b3b3b4;background-color:rgba(0,0,0,0);width:15px;height:15px;cursor:pointer}.section_3 .street_view_box .slick-dots .slick-active button{background-color:#b3b3b4}.section_4{margin-top:-3px}.section_4 .case_box .intro{flex:0 0 40%;padding-top:120px}@media(max-width: 880px){.section_4 .case_box .intro{flex:0 0 100%;padding-top:30px;order:-1}}@media(max-width: 500px){.section_4 .case_box .intro{flex:0 0 100%;padding-top:30px;order:-1}}.section_4 .case_box .intro .icon{margin-bottom:30px;padding-left:200px}@media(max-width: 880px){.section_4 .case_box .intro .icon{padding-left:0px;margin-bottom:10px}}@media(max-width: 500px){.section_4 .case_box .intro .icon{padding-left:0px;margin-bottom:10px}}.section_4 .case_box .intro .icon img{max-width:120px}@media(max-width: 880px){.section_4 .case_box .intro .icon img{padding-left:0px;margin-bottom:10px}}@media(max-width: 500px){.section_4 .case_box .intro .icon img{max-width:80px}}.section_4 .case_box .intro ul li{padding:10px 0;padding-left:200px}@media(max-width: 880px){.section_4 .case_box .intro ul li{padding-left:0px;padding:5px 0}}@media(max-width: 500px){.section_4 .case_box .intro ul li{padding-left:0px;padding:5px 0}}.section_4 .case_box .intro ul li img{max-width:420px}.section_4 .case_box .intro ul li:nth-child(2){position:relative}.section_4 .case_box .intro ul li:nth-child(2):before{content:"";position:absolute;left:0;top:10px;width:58%;height:1px;background-color:#c39b61}@media(max-width: 880px){.section_4 .case_box .intro ul li:nth-child(2):before{width:100%}}@media(max-width: 500px){.section_4 .case_box .intro ul li:nth-child(2):before{width:100%}}.section_4 .case_box .intro ul li:nth-child(3) img{max-width:320px}@media(max-width: 880px){.section_4 .case_box .intro ul li:nth-child(3) img{max-width:220px}}@media(max-width: 500px){.section_4 .case_box .intro ul li:nth-child(3) img{max-width:220px}}.section_4 .case_box .case_box_img{flex:0 0 60%;max-width:60%}@media(max-width: 880px){.section_4 .case_box .case_box_img{flex:0 0 100%;max-width:100%;order:-1}}@media(max-width: 500px){.section_4 .case_box .case_box_img{flex:0 0 100%;max-width:100%;order:-1}}.section_4 .case_box .case_box_img .img_box{background-repeat:no-repeat;background-position-x:center;background-size:contain}.section_4 .case_box .case_box_img .img_box img{margin:0 auto}.section_4 .case_box .slick-arrow{position:absolute;left:-50%;top:84%;z-index:99;cursor:pointer}@media(max-width: 880px){.section_4 .case_box .slick-arrow{left:auto;right:40px;top:-100px}}@media(max-width: 500px){.section_4 .case_box .slick-arrow{left:auto;right:40px;top:-100px}}.section_4 .case_box .slick-prev{width:55px;height:57px;font-size:0;background:rgba(0,0,0,0) url("../img/prev.svg");border:none}.section_4 .case_box .slick-prev:before{content:"";height:55px;width:1px;background:#c39b61;left:52px;top:3px;position:absolute}@media(max-width: 880px){.section_4 .case_box .slick-prev:before{left:42px}}@media(max-width: 500px){.section_4 .case_box .slick-prev:before{left:42px}}.section_4 .case_box .slick-next{width:55px;height:57px;font-size:0;background:rgba(0,0,0,0) url("../img/next.svg");border:none;margin-left:60px}@media(max-width: 880px){.section_4 .case_box .slick-next{left:auto;right:0px}}@media(max-width: 500px){.section_4 .case_box .slick-next{left:auto;right:0px}}.section_4 .case_box .slick-dots{display:flex;justify-content:center;padding-top:30px;max-width:100%;margin-left:auto}.section_4 .case_box .slick-dots li button{margin:0 5px;font-size:0;border-radius:100px;border:solid 1px #b3b3b4;background-color:rgba(0,0,0,0);width:15px;height:15px;cursor:pointer}.section_4 .case_box .slick-dots .slick-active button{background-color:#b3b3b4}.boximgs{text-align:center}.boximgs img{max-width:280px}@media(max-width: 500px){.boximgs img{max-width:150px}}@media(max-width: 500px){.top_team{max-width:80px !important;margin-top:10px}}@media(max-width: 500px){.section_5{padding-top:60px}}.section_5 .section_5_article{margin-bottom:40px}@media(max-width: 500px){.section_5 .section_5_article{justify-content:center}}.section_5 .section_5_article img{width:120px}@media(max-width: 500px){.section_5 .section_5_article img{max-width:120px}}.section_5 .section_5_article .line_icon .lines{width:200px;height:158px;position:relative}@media(max-width: 500px){.section_5 .section_5_article .line_icon .lines{width:100vw}}.section_5 .section_5_article .line_icon .lines:before{content:"";position:absolute;width:100%;height:1px;background-color:#c39b61;top:36%;left:0}@media(max-width: 500px){.section_5 .section_5_article .line_icon .lines:before{width:1px;height:158px;top:0%;left:50%}}.section_5 .section_5_article .line_icon .imgicon{text-align:center}@media(max-width: 500px){.section_5 .section_5_article .line_icon .imgicon img{max-width:80px !important}}.section_5 .section_5_article article{padding-left:30px;padding-top:15px}@media(max-width: 500px){.section_5 .section_5_article article{text-align:center;padding-left:0px;width:100%}}.section_5 .section_5_article article .title{font-weight:bold;color:#c39b61;font-size:32px;padding:15px 0;letter-spacing:5px}@media(max-width: 500px){.section_5 .section_5_article article .title{font-size:25px;padding:10px 0;letter-spacing:2px}}.section_5 .section_5_article article .txt{color:#fff;font-size:20px;line-height:28px}@media(max-width: 500px){.section_5 .section_5_article article .txt{line-height:36px;font-size:14px;line-height:24px}}@media(max-width: 500px){.section_5 .section_5_article article .txt span{display:block}}.section_5 .team_wrap{max-width:1500px;margin:0 auto}.section_5 .team_wrap .team .photo{flex:0 0 60%;text-align:center}@media(max-width: 880px){.section_5 .team_wrap .team .photo{flex:0 0 100%;height:400px;overflow:hidden;margin-bottom:20px}}@media(max-width: 500px){.section_5 .team_wrap .team .photo{flex:0 0 100%;height:400px;overflow:hidden;margin-bottom:20px}}.section_5 .team_wrap .team .photo img{max-width:520px;margin:0 auto}@media(max-width: 880px){.section_5 .team_wrap .team .photo img{max-width:100%}}@media(max-width: 500px){.section_5 .team_wrap .team .photo img{max-width:100%}}.section_5 .team_wrap .team .slick-prev{position:absolute;left:12%;top:665px;background:rgba(0,0,0,0);width:60px;height:60px;border:none;z-index:9;cursor:pointer}@media(max-width: 880px){.section_5 .team_wrap .team .slick-prev{top:470px;left:auto;right:40px}}@media(max-width: 500px){.section_5 .team_wrap .team .slick-prev{top:470px;left:auto;right:40px}}.section_5 .team_wrap .team .slick-prev:before{content:"";position:absolute;width:2px;height:50px;top:3px;left:58px;background-color:#fff}@media(max-width: 880px){.section_5 .team_wrap .team .slick-prev:before{left:52px}}@media(max-width: 500px){.section_5 .team_wrap .team .slick-prev:before{left:52px}}.section_5 .team_wrap .team .slick-next{position:absolute;left:16%;top:663px;background:rgba(0,0,0,0);width:60px;height:60px;border:none;z-index:9;cursor:pointer}@media(max-width: 880px){.section_5 .team_wrap .team .slick-next{top:469px;left:auto;right:-10px}}@media(max-width: 500px){.section_5 .team_wrap .team .slick-next{top:469px;left:auto;right:-10px}}.section_5 .team_wrap .team .intro{flex:0 0 40%}@media(max-width: 880px){.section_5 .team_wrap .team .intro{flex:0 0 100%}}@media(max-width: 500px){.section_5 .team_wrap .team .intro{flex:0 0 100%}}.section_5 .team_wrap .team .intro .icon{max-width:110px;margin-bottom:20px}@media(max-width: 500px){.section_5 .team_wrap .team .intro .icon{max-width:80px;margin-bottom:20px;display:none}}.section_5 .team_wrap .team .intro .line{width:100%;border-bottom:solid 2px #c39b61;margin-bottom:30px}@media(max-width: 500px){.section_5 .team_wrap .team .intro .line{display:none}}.section_5 .team_wrap .team .intro .line:before{display:none}.section_5 .team_wrap .team .intro h2{font-weight:bold;color:#c39b61;font-size:32px;padding:15px 0;letter-spacing:5px}@media(max-width: 500px){.section_5 .team_wrap .team .intro h2{font-size:24px;padding:5px 0;letter-spacing:1px;border-top:none;padding-top:15px;padding-left:90px;background-image:url("../img/team_icon.svg");background-repeat:no-repeat;line-height:30px;min-height:80px}}@media(max-width: 375px){.section_5 .team_wrap .team .intro h2{font-size:22px}}.section_5 .team_wrap .team .intro h2 br{display:none}@media(max-width: 500px){.section_5 .team_wrap .team .intro h2 br{display:block}}.section_5 .team_wrap .team .intro p{font-size:16px;line-height:28px;color:#fff;padding:30px 0;height:144px}@media(max-width: 500px){.section_5 .team_wrap .team .intro p{font-size:14px;padding-top:40px;height:initial}}.section_5 .team_wrap .team .intro h3{font-size:20px;line-height:28px;color:#fff;margin-bottom:10px;position:relative}.section_5 .team_wrap .team .intro h3:before{content:"";position:absolute;width:2px;height:20px;top:3px;left:100px;background:#fff}.section_5 .team_wrap .team .intro ul{font-size:15px;line-height:28px;color:#fff;margin-bottom:20px}@media(max-width: 500px){.section_5 .team_wrap .team .intro ul{font-size:13px;line-height:20px}}.section_5 .team_wrap .team .intro ul li{padding:2px 0;width:100%}@media(max-width: 500px){.section_5 .team_wrap .team .intro ul li{padding:0px 0;display:block}}.section_5 .team_wrap .team .intro ul li span{padding-left:0;flex:0 0 40%}@media(max-width: 500px){.section_5 .team_wrap .team .intro ul li span{display:block;padding-left:0px}}.section_5 .team_wrap .team .intro ul li strong{flex:0 0 60%}.section_5 .team_wrap .team .intro ul li b{display:inline-block;width:50px}.section_5 .team_wrap .team .intro ol{font-size:16px;line-height:28px;color:#fff;margin-bottom:20px;flex:0 0 50%}@media(max-width: 500px){.section_5 .team_wrap .team .intro ol{flex:0 0 100%;font-size:13px;line-height:20px}}.section_5 .team_wrap .team .intro ol li{padding:2px 0}@media(max-width: 500px){.section_5 .team_wrap .team .intro ol li{padding:0}}.section_5 .team_wrap .team .intro ol li span{padding-left:70px}.section_5 .team_wrap .team .intro ol li b{display:inline-block;width:50px}.section_5 .team_wrap .team .intro h4{font-size:16px;line-height:28px;color:#fff;margin-bottom:10px;position:relative}.section_5 .team_wrap .team .intro h4:before{content:"";position:absolute;width:2px;height:20px;top:3px;left:80px;background:#fff}.section_5 .team_wrap .team .intro .txt{color:#fff;font-size:16px;line-height:25px;max-width:500px}@media(max-width: 500px){.section_5 .team_wrap .team .intro .txt br{display:none}}@media(max-width: 500px){.section_5 .team_wrap .team .intro .txt{font-size:13px;line-height:20px}}.section_6{margin-top:-1px;height:initial;position:relative}.section_6:before{content:"";position:absolute;left:50%;top:97.5%;width:1px;height:40px;background:#fff;display:none}@media(max-width: 500px){.section_6:before{display:none}}@media(max-width: 500px){.section_6{min-height:initial}}.section_6 .slick-dots{display:flex;justify-content:center;padding-top:0px;max-width:100%;margin-left:auto}@media(max-width: 880px){.section_6 .slick-dots{display:none !important}}@media(max-width: 500px){.section_6 .slick-dots{display:none !important}}.section_6 .slick-dots li button{margin:0 5px;font-size:0;border-radius:100px;border:solid 1px #b3b3b4;background-color:rgba(0,0,0,0);width:15px;height:15px;cursor:pointer}.section_6 .slick-dots .slick-active button{background-color:#b3b3b4}.section_6 .exterior .slick-prev{position:absolute;left:69%;background:rgba(0,0,0,0);top:65%;width:60px;height:60px;border:none;z-index:9;cursor:pointer}@media(max-width: 1680px){.section_6 .exterior .slick-prev{top:28%;left:auto;right:60px}}@media(max-width: 880px){.section_6 .exterior .slick-prev{background-image:url("../img/prev2.svg")}}@media(max-width: 500px){.section_6 .exterior .slick-prev{background-image:url("../img/prev2.svg")}}@media(max-width: 880px){.section_6 .exterior .slick-prev img{display:none}}@media(max-width: 500px){.section_6 .exterior .slick-prev img{display:none}}.section_6 .exterior .slick-prev:before{content:"";position:absolute;width:2px;height:50px;top:3px;left:67px;background-color:#601986}@media(max-width: 1680px){.section_6 .exterior .slick-prev:before{top:6px;left:59px}}@media(max-width: 1440px){.section_6 .exterior .slick-prev:before{left:58px}}@media(max-width: 880px){.section_6 .exterior .slick-prev:before{background-color:rgba(255,255,255,.6);left:56px}}@media(max-width: 500px){.section_6 .exterior .slick-prev:before{background-color:rgba(255,255,255,.6);left:53px}}@media(max-width: 375px){.section_6 .exterior .slick-prev:before{left:48px}}.section_6 .exterior .slick-next{position:absolute;left:73%;top:65%;background:rgba(0,0,0,0);width:60px;height:60px;border:none;z-index:9;cursor:pointer}@media(max-width: 1680px){.section_6 .exterior .slick-next{top:28%;left:auto;right:0}}@media(max-width: 880px){.section_6 .exterior .slick-next{background-image:url("../img/next2.svg")}}@media(max-width: 500px){.section_6 .exterior .slick-next{background-image:url("../img/next2.svg")}}@media(max-width: 880px){.section_6 .exterior .slick-next img{display:none}}@media(max-width: 500px){.section_6 .exterior .slick-next img{display:none}}.section_6 .exterior .box{background-size:cover;margin-bottom:30px}@media(max-width: 880px){.section_6 .exterior .box{display:flex;flex-wrap:wrap}}@media(max-width: 500px){.section_6 .exterior .box{display:flex;flex-wrap:wrap}}.section_6 .exterior .box .photo{background-size:cover;height:100vh}@media(max-width: 880px){.section_6 .exterior .box .photo{background-position:center;height:50vh;flex:0 0 100%}}@media(max-width: 500px){.section_6 .exterior .box .photo{background-position:center;height:50vh;flex:0 0 100%}}.section_6 .exterior .box .intro{width:30%;margin-left:auto;position:absolute;right:0;top:0}@media(max-width: 880px){.section_6 .exterior .box .intro{position:initial;order:-1;padding-bottom:20px;flex:0 0 100%;text-align:center}}@media(max-width: 500px){.section_6 .exterior .box .intro{position:initial;order:-1;padding-bottom:20px;flex:0 0 100%;text-align:center}}@media(max-width: 880px){.section_6 .exterior .box .intro .icon{display:none}}@media(max-width: 500px){.section_6 .exterior .box .intro .icon{display:none}}.section_6 .exterior .box .intro .icon img{max-width:120px}.section_6 .exterior .box .intro h2{font-size:36px;letter-spacing:4px;padding:30px 0;color:#fff;font-weight:bold}@media(max-width: 880px){.section_6 .exterior .box .intro h2{font-size:24px;letter-spacing:1px;padding:20px 0 10px;color:#c39b61}}@media(max-width: 500px){.section_6 .exterior .box .intro h2{font-size:24px;letter-spacing:1px;padding:20px 0 10px;color:#c39b61}}.section_6 .exterior .box .intro h3{font-size:36px;letter-spacing:4px;padding:30px 0;color:#000;font-weight:bold}@media(max-width: 880px){.section_6 .exterior .box .intro h3{font-size:24px;letter-spacing:1px;padding:20px 0 10px;color:#c39b61}}@media(max-width: 500px){.section_6 .exterior .box .intro h3{font-size:24px;letter-spacing:1px;padding:20px 0 10px;color:#c39b61}}.section_6 .exterior .box .intro article{color:#fff;line-height:38px;font-size:20px}@media(max-width: 880px){.section_6 .exterior .box .intro article{line-height:21px;font-size:14px;color:#fff}}@media(max-width: 500px){.section_6 .exterior .box .intro article{line-height:21px;font-size:14px;color:#fff}}.section_6 .exterior .box .intro p{color:#000;line-height:38px;font-size:20px}@media(max-width: 880px){.section_6 .exterior .box .intro p{line-height:21px;font-size:14px;color:#fff}}@media(max-width: 500px){.section_6 .exterior .box .intro p{line-height:21px;font-size:14px;color:#fff}}.section_6 .exterior .box .intro .line{position:relative;height:160px}.section_6 .exterior .box .intro .line:before{content:"";height:150px;width:1px;background:#fff;top:0;left:60px;position:absolute}@media(max-width: 880px){.section_6 .exterior .box .intro .line{display:none}}@media(max-width: 500px){.section_6 .exterior .box .intro .line{display:none}}img .section_6 .exterior .box .intro .line:before{content:"";position:absolute;width:1px;height:150px;top:0;left:60px;background:#fff}.section_7{height:initial}@media(max-width: 500px){.section_7{padding-top:0;height:initial;min-height:initial}}footer{background-color:#38182e;background-image:url("../img/bg.jpg");padding:100px}@media(max-width: 500px){footer{padding:50px 15px 90px}}footer .data{flex:0 0 50%}@media(max-width: 880px){footer .data{flex:0 0 100%}}@media(max-width: 500px){footer .data{flex:0 0 100%}}footer .data img{max-width:100%}footer .form{flex:0 0 50%;padding-left:3%}@media(max-width: 880px){footer .form{flex:0 0 100%;padding-left:0%;order:-1;margin-bottom:30px}}@media(max-width: 500px){footer .form{flex:0 0 100%;padding-left:0%;order:-1;margin-bottom:30px}}footer .form h2{font-size:36px;color:#fff;padding:0px 0 25px}@media(max-width: 880px){footer .form h2{font-size:24px;margin-top:20px}}@media(max-width: 500px){footer .form h2{font-size:24px;margin-top:20px}}footer .form .form_boxs{width:90%}@media(max-width: 880px){footer .form .form_boxs{width:100%}}@media(max-width: 500px){footer .form .form_boxs{width:100%}}footer .form .form_boxs .county{position:relative;z-index:5;font-size:20px;background-color:#48253f;color:#fff;width:49%;border:solid 1px #fff;max-width:90%;padding:10px;margin-bottom:20px;margin-right:1%;position:relative}footer .form .form_boxs .county option{color:#000;background-color:#fff}@media(max-width: 880px){footer .form .form_boxs .county{max-width:100%;font-size:16px;margin-bottom:15px}}@media(max-width: 500px){footer .form .form_boxs .county{max-width:100%;font-size:16px;margin-bottom:15px}}footer .form .form_boxs .county:before{content:"";position:absolute;width:100%;height:100%;left:0;top:0;background-color:#48253f}footer .form .form_boxs .district{position:relative;z-index:5;font-size:20px;background-color:#48253f;margin-bottom:20px;color:#fff;width:49%;border:solid 1px #fff;max-width:90%;padding:10px;margin-left:1%;position:relative}@media(max-width: 880px){footer .form .form_boxs .district{max-width:100%;font-size:16px;margin-bottom:15px}}@media(max-width: 500px){footer .form .form_boxs .district{max-width:100%;font-size:16px;margin-bottom:15px}}footer .form .form_boxs .district option{color:#000;background-color:#fff}footer .form .form_boxs .district:before{content:"";position:absolute;width:100%;height:100%;left:0;top:0;background-color:#48253f}footer .form .code{display:flex;max-width:90%;align-items:center}@media(max-width: 880px){footer .form .code{max-width:100%}}@media(max-width: 500px){footer .form .code{max-width:100%}}footer .form .code a{margin-left:20px;position:relative;top:-16px}@media(max-width: 880px){footer .form .code a{top:-7px}}@media(max-width: 500px){footer .form .code a{top:-7px}}footer .form .code .code_box{border:solid 1px #fff;margin-bottom:35px;position:relative;flex:0 0 80%;padding:10px;display:flex;align-items:center}@media(max-width: 880px){footer .form .code .code_box{flex:0 0 60%;margin-bottom:15px}}@media(max-width: 500px){footer .form .code .code_box{flex:0 0 60%;margin-bottom:15px}}footer .form .code .code_box:before{content:"";position:absolute;width:100%;height:100%;left:0;top:0;background-color:#48253f}footer .form .code .code_box span{font-size:20px;width:30%;display:flex;letter-spacing:1px;line-height:20px;color:#fff;position:relative;z-index:5}@media(max-width: 880px){footer .form .code .code_box span{font-size:16px;width:70%}}@media(max-width: 500px){footer .form .code .code_box span{font-size:16px;width:70%}}footer .form .code .code_box input{width:50%;font-size:20px;background:rgba(0,0,0,0);border:none;color:#fff;position:relative;z-index:5}footer .form .form_box{display:flex;border:solid 1px #fff;max-width:90%;padding:10px;align-items:center;margin-bottom:20px;position:relative}@media(max-width: 880px){footer .form .form_box{max-width:100%;margin-bottom:15px}}@media(max-width: 500px){footer .form .form_box{max-width:100%;margin-bottom:15px}}footer .form .form_box:before{content:"";position:absolute;width:100%;height:100%;left:0;top:0;background-color:#48253f}footer .form .form_box label{font-size:20px;display:flex;width:100%;letter-spacing:1px;line-height:20px;color:#fff;position:relative;z-index:5;align-items:center}@media(max-width: 880px){footer .form .form_box label{font-size:16px}}@media(max-width: 500px){footer .form .form_box label{font-size:16px}}footer .form .form_box #time{position:relative;z-index:5;width:100%;border:none;background:rgba(0,0,0,0);color:#fff;font-size:18px}@media(max-width: 880px){footer .form .form_box #time{font-size:16px}}@media(max-width: 500px){footer .form .form_box #time{font-size:16px}}footer .form .form_box #time option{color:#000}footer .form .form_box #time option:nth-child(1){color:#fff}footer .form .form_box input{width:70%;font-size:20px;background:rgba(0,0,0,0);border:none;margin-left:3%;color:#fff;position:relative;z-index:5}@media(max-width: 500px){footer .form .form_box input{width:50%}}footer .form .form_box textarea{position:relative;z-index:5;height:80px;width:100%;padding:0px;font-size:18px;background:rgba(0,0,0,0);border:none;color:#fff}@media(max-width: 500px){footer .form .form_box textarea{font-size:16px}}footer .form .form_box textarea::-moz-placeholder{color:#fff}footer .form .form_box textarea::placeholder{color:#fff}footer .btn_wrap{background-color:#c39b61;max-width:90%;text-align:center;font-size:20px}@media(max-width: 880px){footer .btn_wrap{max-width:100%}}@media(max-width: 500px){footer .btn_wrap{max-width:100%}}footer .btn_wrap a{color:#fff;padding:18px;display:block}@media(max-width: 500px){footer .btn_wrap a{padding:16px}}.checkBox{color:#fff;margin-bottom:10px}.checkBox a{color:#c39b61}.lightBox{position:fixed;top:0;left:0;width:100%;height:100%;z-index:99;background-color:rgba(0,0,0,.5);color:#000;line-height:24px;font-size:15px;display:none}.lightBox .content{background:#fff;padding:30px;width:80%;margin:5% auto;overflow-y:auto;height:80vh;position:relative}.bgClose{position:absolute;width:100%;height:100%;left:0;top:0}.close{width:36px;height:36px;position:absolute;top:10px;right:10px;background:#000;cursor:pointer;border-radius:100%}.close:before,.close:after{content:"";width:24px;height:1px;position:absolute;top:17px;right:6px;transform:rotate(45deg);background:#fff}.close:after{transform:rotate(-45deg)}.lightBoxTxt{position:fixed;width:100%;height:100%;top:0;left:0;background:rgba(0,0,0,.6);display:none;justify-content:center;align-items:center;padding:3%;z-index:999}.lightBoxTxt .content{padding:30px;background:#fff;border-radius:5px;min-width:200px;color:#000;font-size:18px;position:relative;text-align:center;z-index:9}.footer{position:fixed;width:100%;bottom:0;left:0;z-index:99999}.footer .flex div{flex:0 0 33.3333%;text-align:center;max-width:33.3333%}.footer .flex div a{color:#fff;display:block;width:100%;line-height:36px;padding:7px 0;font-size:18px;letter-spacing:2px}@media(max-width: 500px){.footer .flex div a{font-size:16px;letter-spacing:0px}}.footer .flex div a i{padding-right:3px}.footer .flex div a img{max-width:21px;padding-right:3px;vertical-align:middle}.footer .flex .tel{background:#e56a33}.footer .flex .fb{background-color:#5678bf}.footer .flex .message{background-color:#00c6ff}.mobile{display:none}@media(max-width: 500px){.mobile{display:block}}.panorama_section{background-color:#38182e;background-image:url("../img/bg.jpg");padding:0px 0 0px;margin-top:-4px}.panorama_section .line .line_box{height:200px;position:relative}@media(max-width: 500px){.panorama_section .line .line_box{height:150px}}.panorama_section .line .line_box:before{content:"";position:absolute;width:1px;height:100%;background-color:#c39b61;top:0;left:50%}.panorama_section .line .panorama_img{text-align:center;padding:10px 0 30px}.panorama_section .line .panorama_img img{max-width:85px}.panorama_section .line p{padding:0 30px;text-align:center;color:#fff;line-height:40px;padding-bottom:60px;font-size:22px}@media(max-width: 500px){.panorama_section .line p{line-height:25px;padding-bottom:20px;font-size:13px}}.panorama_section .line h2{color:#c39b61;font-size:32px;text-align:center;padding-bottom:15px}@media(max-width: 500px){.panorama_section .line h2{font-size:25px}}.article_intro .line{height:155px;position:relative}.article_intro .line:before{content:"";position:absolute;width:1px;height:150px;background-color:#c39b61;top:0;left:50%}.article_intro .grand_img{text-align:center;padding-top:10px;padding-bottom:15px}.article_intro .grand_img img{max-width:120px}@media(max-width: 500px){.article_intro .grand_img img{max-width:100px}}.article_intro h2{color:#c39b61;font-size:26px;text-align:center;padding-top:10px;padding-bottom:60px}@media(max-width: 500px){.article_intro h2{padding-bottom:20px;font-size:25px;display:none}}.article_intro p{padding:0 30px;text-align:center;color:#fff;line-height:27px;padding-bottom:25px}@media(max-width: 500px){.article_intro p{font-size:14px;display:none}}.pc_img{display:block}@media(max-width: 500px){.pc_img{display:none}}.mobile_img{display:none}@media(max-width: 500px){.mobile_img{display:block}}.panorama_wrap{position:relative}.panorama_wrap i{display:none;pointer-events:none;text-shadow:1px 1px 1px #444}@media(max-width: 880px){.panorama_wrap i{display:block;position:absolute;top:78%;left:48%;color:#fff;font-size:30px}}.panorama_wrap .panorama_box{position:relative}.panorama_wrap .panorama_box .slick-arrow{position:absolute;font-size:40px;z-index:999;border:none;background-color:rgba(0,0,0,0);cursor:pointer;bottom:6%}.panorama_wrap .panorama_box .slick-prev{right:5%}@media(max-width: 880px){.panorama_wrap .panorama_box .slick-prev{right:9%}}.panorama_wrap .panorama_box .slick-prev img{width:70px}@media(max-width: 880px){.panorama_wrap .panorama_box .slick-prev img{width:50px}}@media(max-width: 500px){.panorama_wrap .panorama_box .slick-prev img{height:40px}}.panorama_wrap .panorama_box .slick-prev .m_line{max-width:15px;position:relative;left:-6px}@media(max-width: 500px){.panorama_wrap .panorama_box .slick-prev .m_line{max-width:15px;position:relative;left:-11px;height:40px}}.panorama_wrap .panorama_box .slick-next{right:2%}.panorama_wrap .panorama_box .slick-next img{width:70px}@media(max-width: 880px){.panorama_wrap .panorama_box .slick-next img{width:50px}}@media(max-width: 500px){.panorama_wrap .panorama_box .slick-next img{height:40px}}.panorama_lightbox{position:fixed;width:100%;height:100%;background-color:rgba(255,255,255,.5);top:0;left:0;z-index:99999;display:none;align-items:center}.panorama_lightbox .content{overflow:auto}.panorama_lightbox .content img{max-width:initial;width:768px}.panorama_lightbox_first{position:fixed;width:100%;height:100%;background-color:rgba(255,255,255,.5);top:0;left:0;z-index:99999;display:none;align-items:center}.panorama_lightbox_first .content{overflow:auto}.panorama_lightbox_first .content img{max-width:initial;width:768px}.fancybox-infobar,.fancybox-button--thumbs{display:none !important}/*# sourceMappingURL=style.min.css.map */</pre></body></html>