@import"all.css";@import"https://fonts.googleapis.com/css2?family=Noto+Sans+HK&family=Shippori+Mincho:wght@400;800&display=swap";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:#58595b}/*!
 * 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, -10%, 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)}}.clippy{animation-name:clippy}@keyframes clippy{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%)}}.circles{animation-name:circles}@keyframes circles{0%{-webkit-clip-path:circle(3.7% at 49% 51%);clip-path:circle(3.7% at 49% 51%);opacity:0}100%{-webkit-clip-path:circle(72.5% at 48% 49%);clip-path:circle(72.5% at 48% 49%);opacity:1}}.LeftRight{animation-name:LeftRight}@keyframes LeftRight{0%{-webkit-clip-path:polygon(55% 0, 55% 0, 56% 100%, 56% 100%);clip-path:polygon(55% 0, 55% 0, 56% 100%, 56% 100%);opacity:0}100%{-webkit-clip-path:polygon(100% 0, 0 0, 0 100%, 100% 100%);clip-path:polygon(100% 0, 0 0, 0 100%, 100% 100%);opacity:1}}.banner_font{font-family:"Noto Sans HK",sans-serif;font-family:"Shippori Mincho",serif;font-weight:bold;text-shadow:6px 5px 13px rgba(0,0,0,.4)}.ckeditor{font-size:16px;line-height:28px}.ckeditor img{max-width:100%}.ckeditor p{word-wrap:break-word}.ckeditor a{word-break:break-all}.ckeditor strong{font-weight:bold}iframe,video{width:100%;max-width:100%}a:hover{text-decoration:none}.flex{display:flex;flex-wrap:wrap}.banner{height:100vh;background-size:cover;padding-top:150px;overflow:hidden}@media(max-width: 900px){.banner{height:72vh;background-position-x:0 !important}}@media(max-width: 480px){.banner{padding-top:100px;height:78vh;background-position-y:bottom}}.banner .title{color:#fff;height:100vh;max-width:800px;writing-mode:vertical-lr;margin:0 auto}.banner .title .title_text{font-size:100px;flex:0 0 100%;padding:0 20px}@media(max-width: 1680px){.banner .title .title_text{font-size:60px;padding:0 10px}}.banner .title .title_text2{padding-top:78px}.banner .title .title_text_about{padding-top:60px}.banner .title .title_text_news{padding-top:30px}.banner .title .txt{padding-top:158px;font-size:25px;letter-spacing:5px}@media(max-width: 1680px){.banner .title .txt{font-size:20px;letter-spacing:3px;padding-top:100px}}.banner .title .txt p{padding:0 10px;text-shadow:6px 5px 13px rgba(0,0,0,.4)}.banner .title .txt p strong{writing-mode:initial;letter-spacing:0px}.banner .title .txt .about_p{font-size:42px}@media(max-width: 480px){.banner .title .txt .about_p{font-size:30px}}.banner .index_title{margin:0;padding-left:12%;color:#19294e}@media(max-width: 480px){.banner .index_title{margin:0 auto;padding-left:0}}.banner .index_title .txt p{text-shadow:6px 5px 13px #fff}.banner .index_title .banner_font{text-shadow:4px 5px 6px #fff !important}.banner .title_case{max-width:200px;margin-left:10vw}@media(max-width: 480px){.banner .title_case{margin:0 auto;padding-top:0px}}.index_banner{background-image:url("../img/i_banner1.jpg");background-position-y:bottom}@media(max-width: 900px){.index_banner{background-position-x:40%}}@media(max-width: 480px){.index_banner{background-image:url("../img/index_banner_mobile1.jpg");max-height:834px}}header{position:fixed;top:0;left:0;width:100%;padding:10px 0 0 0;border-bottom:solid 1px rgba(255,255,255,.5);z-index:99;transition:.7s padding-top}@media(max-width: 1024px){header{border-bottom:none;padding-top:0}}header .mobile_open{display:none;position:absolute;width:45px;height:40px;right:25px;top:15px;cursor:pointer;z-index:99}@media(max-width: 1024px){header .mobile_open{display:block}}header .mobile_open span{display:inline-block;width:80%;height:2px;background-color:#f1f2f2;position:absolute;left:10%;top:22px;opacity:1}header .mobile_open:before,header .mobile_open:after{content:"";display:inline-block;width:80%;height:2px;background-color:#f1f2f2;position:absolute;left:10%;top:11px;transform:rotate(0deg);transition:.6s transform}header .mobile_open:after{top:33px}header .mobile_open_toggle span{opacity:0;transition:.6s opacity}header .mobile_open_toggle:before{transform:rotate(-45deg);transition:.6s transform}header .mobile_open_toggle:after{transform:rotate(45deg);transition:.6s transform}header .mobile_open_toggle:before,header .mobile_open_toggle:after{top:22px}header:before{content:"";position:absolute;width:100%;height:100%;background-color:#19294e;top:-100%;overflow:hidden;left:0;transition:.7s top}header .flex{align-items:center}@media(max-width: 1680px){header .flex{justify-content:space-between}}@media(max-width: 480px){header .flex{padding-right:0}}header .logo{flex:0 0 50%;padding-left:72px;position:relative;z-index:9}@media(max-width: 1680px){header .logo{max-width:200px;flex:0 0 200px}}@media(max-width: 1024px){header .logo{flex:0 0 100%;text-align:center;padding:17px 0;padding-left:30px}}@media(max-width: 480px){header .logo{text-align:center;padding-left:0px;padding:17px 30px}}header .logo img{max-width:200px}@media(max-width: 1024px){header .logo img{max-width:130px}}header menu{flex:0 0 50%;padding-right:30px}@media(max-width: 1680px){header menu{flex:0 0 calc(100% - 200px);padding-right:0}}@media(max-width: 1024px){header menu{display:none;flex:0 0 100%;position:fixed;top:64px;background-color:rgba(25,41,78,.93);width:100%;text-align:center;padding-left:30px;left:0}}@media(max-width: 480px){header menu{text-align:left;padding-left:0px;padding-right:0px}}header menu .flex{justify-content:flex-end;padding-right:30px}@media(max-width: 480px){header menu .flex{padding-right:0}}header menu ul{padding-top:10px;justify-content:space-evenly}@media(max-width: 1024px){header menu ul{padding-top:10px}}@media(max-width: 1024px){header menu ul{display:block !important;padding-top:0px}}header menu ul li{line-height:24px;position:relative;padding:0 30px 20px}@media(max-width: 1200px){header menu ul li{border-bottom:solid 1px rgba(255,255,255,.5);padding:10px 20px}}header menu ul li i{display:none !important;position:absolute;top:15px;right:15px;z-index:99;width:45px;height:45px}@media(max-width: 1024px){header menu ul li i{display:block !important}}header menu ul li i:before{content:"";position:absolute;width:20px;height:2px;right:21px;top:24px;background:#fff;opacity:1}header menu ul li i:after{content:"";position:absolute;height:20px;width:2px;right:30px;top:15px;background:#fff;opacity:1;transition:right .5s,opacity .8s}header menu ul li .menu_link_i_toggle:after{right:-20px;opacity:0;transition:right .2s,opacity .4s}header menu ul li a{color:#fff;font-family:"微軟正黑體";font-size:17px;position:relative}@media(max-width: 1024px){header menu ul li a{font-size:16px}}header menu ul li a p{font-size:19px}@media(max-width: 1024px){header menu ul li a p{font-size:17px}}header menu ul li ol{position:absolute;top:100%;left:0px;line-height:25px;padding:0px 0;width:145px;text-align:center;display:none}@media(max-width: 1024px){header menu ul li ol{width:100%;position:initial;margin-top:24px}}@media(max-width: 480px){header menu ul li ol{text-align:left;padding-left:35px;background-color:#495674;position:relative;max-height:300px;overflow-y:auto}}header menu ul li ol li{padding:15px 0;border-bottom:solid 1px rgba(255,255,255,.5);background-color:rgba(25,41,78,.5);transition:.3s background-color}@media(max-width: 480px){header menu ul li ol li{background-color:rgba(0,0,0,0)}}header menu ul li ol li:hover{background-color:#19294e;transition:.3s background-color}@media(max-width: 480px){header menu ul li ol li:hover{background-color:rgba(0,0,0,0)}}header menu ul li ol li a{font-size:18px}@media(max-width: 480px){header menu ul li ol li a{display:block}}header menu ul li ol li:last-child{border-bottom:none}header menu ul .open_li:hover ol{display:block}@media(max-width: 1024px){header menu ul .open_li:hover ol{display:none}}@media(max-width: 480px){header menu ul .open_li:hover ol{display:none}}.fixed{padding-top:0;transition:.7s padding-top}.fixed:before{top:0%;transition:.7s top}@media(max-width: 1024px){.fixed menu{top:67px}}.fixed menu ul{padding-top:25px}@media(max-width: 1000px){.fixed menu ul{padding-top:0px}}.i_about{padding:100px 0;overflow:hidden;background-image:url("../img/i_about_bg.jpg");background-size:cover;background-position:center bottom}@media(max-width: 900px){.i_about{background-image:none}}@media(max-width: 1200px){.i_about{padding:50px 0}}.i_about .title{text-align:center;font-size:36px;letter-spacing:3px;padding:30px 0}@media(max-width: 480px){.i_about .title{text-align:center;font-size:33px;letter-spacing:3px;margin-bottom:20px}}.i_about .link{text-align:center;margin-top:40px}.i_about .link a{display:inline-block;line-height:30px;padding:5px 30px;color:#fff;background-color:#19294e}.i_about .i_about_photo{text-align:center;max-width:1400px;margin:0 auto;position:relative}@media(max-width: 900px){.i_about .i_about_photo{display:none}}.i_about .i_about_photo .about_main_photo{position:relative;z-index:9}.i_about .i_about_photo .midden{flex:0 0 36%}.i_about .i_about_photo .midden img{max-width:90%;margin:0 auto}@media(max-width: 480px){.i_about .i_about_photo .midden img{max-width:100%}}.i_about .i_about_photo .i_about_photo_left{padding-top:120px;flex:0 0 32%;text-align:left}@media(max-width: 1200px){.i_about .i_about_photo .i_about_photo_left{padding-top:80px}}.i_about .i_about_photo .i_about_photo_left .box{border-bottom:solid 1px #19294e;padding-left:40px;position:relative;margin-bottom:100px}@media(max-width: 1200px){.i_about .i_about_photo .i_about_photo_left .box{margin-bottom:50px}}.i_about .i_about_photo .i_about_photo_left .box:before{content:"";position:absolute;width:50px;height:8px;background:#19294e;bottom:-4px;left:20px;border-radius:3rem}.i_about .i_about_photo .i_about_photo_left .box article{font-size:33px;padding-bottom:5px}.i_about .i_about_photo .i_about_photo_left .box p{font-size:24px;line-height:26px;padding-bottom:10px}.i_about .i_about_photo .i_about_photo_right{padding-top:240px;flex:0 0 32%;width:100%;text-align:right}@media(max-width: 1200px){.i_about .i_about_photo .i_about_photo_right{padding-top:150px}}.i_about .i_about_photo .i_about_photo_right .box{border-bottom:solid 1px #19294e;padding-right:40px;position:relative;margin-bottom:100px}@media(max-width: 1200px){.i_about .i_about_photo .i_about_photo_right .box{margin-bottom:50px}}.i_about .i_about_photo .i_about_photo_right .box:before{content:"";position:absolute;width:50px;height:8px;background:#19294e;bottom:-4px;left:auto;right:20px;border-radius:3rem}.i_about .i_about_photo .i_about_photo_right .box article{font-size:33px;padding-bottom:5px}.i_about .i_about_photo .i_about_photo_right .box p{font-size:24px;line-height:26px;padding-bottom:10px}.i_about .i_about_photo_mb{display:none}@media(max-width: 900px){.i_about .i_about_photo_mb{display:block;position:relative;overflow:hidden;padding-bottom:100px}}.i_about .i_about_photo_mb img{width:554px}@media(max-width: 480px){.i_about .i_about_photo_mb img{width:250px}}@media(max-width: 480px){.i_about .i_about_photo_mb .sm_img{display:none}}.i_about .i_about_photo_mb .xs_img{display:none}@media(max-width: 480px){.i_about .i_about_photo_mb .xs_img{width:440px;display:block;border:solid 1px #ccc;border-radius:20rem;padding:80px;position:relative;left:-150px;padding-left:160px}}@media(max-width: 375px){.i_about .i_about_photo_mb .xs_img{width:367px}}.i_about .i_about_photo_mb .xs_img img{max-width:120px}.i_about .i_about_photo_mb section{position:absolute;top:0;left:400px}@media(max-width: 480px){.i_about .i_about_photo_mb section{left:80px}}.i_about .i_about_photo_mb section .num img{max-width:52px}@media(max-width: 480px){.i_about .i_about_photo_mb section .num img{max-width:40px}}.i_about .i_about_photo_mb section .box{display:flex;align-items:center;margin-bottom:30px}.i_about .i_about_photo_mb section .box article{padding-left:25px;font-size:22px;letter-spacing:5px;color:#19294e}@media(max-width: 480px){.i_about .i_about_photo_mb section .box article{font-size:17px;font-weight:bold;padding-left:15px}}.i_about .i_about_photo_mb section .box article p{font-size:17px;letter-spacing:1px;padding-top:5px}@media(max-width: 480px){.i_about .i_about_photo_mb section .box article p{font-size:14px;letter-spacing:0px;font-weight:100}}.i_about .i_about_photo_mb section .box:nth-child(1){margin-bottom:20px}@media(max-width: 480px){.i_about .i_about_photo_mb section .box:nth-child(1){margin-bottom:15px;padding-left:90px}}@media(max-width: 375px){.i_about .i_about_photo_mb section .box:nth-child(1){margin-bottom:15px;padding-left:30px}}.i_about .i_about_photo_mb section .box:nth-child(2){padding-left:80px;margin-bottom:40px}@media(max-width: 480px){.i_about .i_about_photo_mb section .box:nth-child(2){margin-bottom:10px;padding-left:155px}}@media(max-width: 375px){.i_about .i_about_photo_mb section .box:nth-child(2){margin-bottom:10px;padding-left:85px}}.i_about .i_about_photo_mb section .box:nth-child(3){padding-left:110px;margin-bottom:40px}@media(max-width: 480px){.i_about .i_about_photo_mb section .box:nth-child(3){padding-left:179px;margin-bottom:20px;padding-top:14px}}@media(max-width: 375px){.i_about .i_about_photo_mb section .box:nth-child(3){padding-left:109px;margin-bottom:20px;padding-top:14px}}.i_about .i_about_photo_mb section .box:nth-child(4){padding-left:140px;margin-bottom:40px}@media(max-width: 480px){.i_about .i_about_photo_mb section .box:nth-child(4){padding-left:180px;margin-bottom:20px}}@media(max-width: 375px){.i_about .i_about_photo_mb section .box:nth-child(4){padding-left:110px;margin-bottom:20px}}.i_about .i_about_photo_mb section .box:nth-child(5){padding-left:80px}@media(max-width: 480px){.i_about .i_about_photo_mb section .box:nth-child(5){padding-left:150px;margin-bottom:8px}}@media(max-width: 375px){.i_about .i_about_photo_mb section .box:nth-child(5){padding-left:80px;margin-bottom:8px}}@media(max-width: 480px){.i_about .i_about_photo_mb section .box:nth-child(6){margin-bottom:8px;padding-left:100px}}@media(max-width: 375px){.i_about .i_about_photo_mb section .box:nth-child(6){margin-bottom:8px;padding-left:30px}}.i_about .content{max-width:1270px;margin:0 auto;padding:40px 0}@media(max-width: 480px){.i_about .content{background-position-y:bottom;background-repeat:no-repeat}}.i_about .content .title{text-align:center;font-size:50px;letter-spacing:12px}@media(max-width: 768px){.i_about .content .title{font-size:33px;letter-spacing:5px}}.i_about .content .box_wrap{max-width:1140px;margin:0 auto}@media(max-width: 480px){.i_about .content .box_wrap{padding:20px}}.i_about .content .box_wrap .boxs{flex:0 0 33.333%;margin-top:40px;padding:0 30px}@media(max-width: 900px){.i_about .content .box_wrap .boxs{flex:0 0 50%}}@media(max-width: 480px){.i_about .content .box_wrap .boxs{flex:0 0 50%;padding:0 15px;margin:20px 0}}.i_about .content .box_wrap .boxs .box{border:solid 1px #58595b;font-size:26px;display:flex;justify-content:center;align-items:center;height:216px;position:relative;padding:20px}@media(max-width: 480px){.i_about .content .box_wrap .boxs .box{height:initial}}.i_about .content .box_wrap .boxs .box img{max-width:126px}@media(max-width: 480px){.i_about .content .box_wrap .boxs .box img{max-width:75%}}.i_about .content .box_wrap .boxs .box span{background-color:#fff;position:absolute;left:-17px;writing-mode:vertical-lr;top:30px;letter-spacing:10px;padding:10px 0}@media(max-width: 480px){.i_about .content .box_wrap .boxs .box span{font-size:16px;left:-10px;top:10px}}.i_about .content .box_wrap .boxs .box b{background-color:#fff;position:absolute;letter-spacing:5px;padding:0 10px;right:0;bottom:-15px;color:#e1e1e1}@media(max-width: 900px){.i_about .content .box_wrap .boxs .box b{font-size:20px;letter-spacing:2px}}@media(max-width: 480px){.i_about .content .box_wrap .boxs .box b{font-size:16px;letter-spacing:2px;bottom:-10px}}@media(max-width: 480px){.i_about .content .box_wrap .boxs .box{width:100%;font-size:24px;background-color:#fff;position:relative;z-index:9}}.i_about .content .link_btn{text-align:center;padding-top:90px}@media(max-width: 480px){.i_about .content .link_btn{padding-top:30px}}.i_about .content .link_btn a{font-size:20px;color:#fff;background:#19294e;padding:15px 25px;display:inline-block}@media(max-width: 480px){.i_about .content .link_btn a{font-size:16px}}.i_news{padding:100px 0;background-size:cover;background-position-x:center;overflow:hidden;background-image:url("../img/i_news_bg.png")}@media(max-width: 1200px){.i_news{padding:50px 0}}@media(max-width: 480px){.i_news{background-position-x:-13%;background-image:initial}}.i_news .title{text-align:center}.i_news .title img{max-width:240px}@media(max-width: 480px){.i_news .title img{max-width:150px}}.i_news .news_slick{max-width:1270px;margin:0 auto}.i_news .news_slick .box{padding:20px}.i_news .news_slick .box .box_content{background-color:#fff;padding:20px;box-shadow:2px 1px 6px #58595b}.i_news .news_slick .box .box_content .img{height:229px;overflow:hidden}.i_news .news_slick .box .box_content .img img{width:100%}.i_news .news_slick .box .box_content .intro{padding:30px 0px}.i_news .news_slick .box .box_content .intro h2{line-height:22px;font-size:12px;padding-bottom:10px;letter-spacing:2px}.i_news .news_slick .box .box_content .intro h2 span{padding-left:8px}.i_news .news_slick .box .box_content .intro h3{line-height:26px;font-size:20px;padding-bottom:10px;margin-bottom:15px;position:relative;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.i_news .news_slick .box .box_content .intro h3:before{content:"";position:absolute;width:40px;height:1px;background:#000;top:100%;left:0}.i_news .news_slick .box .box_content .intro p{line-height:25px;font-size:14px;text-align:justify;overflow:hidden;height:70px}.i_news .news_slick .box .move{margin-top:25px;text-align:right;position:relative}.i_news .news_slick .box .move:before{content:"";position:absolute;top:14px;right:85px;width:100px;height:2px;background:#19294e}.i_news .news_slick .box .move a{color:#19294e;font-size:18px}.i_news .news_slick .slick-dots{padding:50px 0;display:flex;justify-content:center}@media(max-width: 1200px){.i_news .news_slick .slick-dots{padding:30px 0}}.i_news .news_slick .slick-dots li{margin:0 5px}.i_news .news_slick .slick-dots li button{background-color:rgba(0,0,0,0);border:solid 1px rgba(0,0,0,0);border-radius:100%;width:30px;height:30px;display:inline-block;font-size:0;position:relative;cursor:pointer}.i_news .news_slick .slick-dots li button:before{content:".";font-size:30px;top:-38%;left:37%;position:absolute}.i_news .news_slick .slick-dots .slick-active button{border:solid 1px #19294e}.index_bg{position:relative;overflow:hidden}footer{background-image:url("../img/footer_bg.jpg");padding:50px 0 70px;overflow:hidden}@media(max-width: 1000px){footer{background-position-x:-80%;background-position-y:bottom;background-size:cover}}@media(max-width: 768px){footer{padding:30px 0 30px;background-position-x:-50%;background-position-y:bottom;background-size:cover}}@media(max-width: 480px){footer{background-position-x:-52%}}footer .flogo{text-align:center}@media(max-width: 480px){footer .flogo{display:none}}footer .flogo img{max-width:136px}footer .menu_link_btn{display:none;position:relative}@media(max-width: 480px){footer .menu_link_btn{display:block;padding:5px 15px}}footer .menu_link_btn span{display:block;color:#fff;border-bottom:solid 1px silver;padding:5px;padding-bottom:15px}footer .menu_link_btn:before{content:"";position:absolute;width:20px;height:2px;right:15px;top:18px;background:#fff}footer .menu_link_btn:after{content:"";position:absolute;width:2px;height:20px;right:24px;top:10px;background:#fff}footer .menu_link_btn_toggle:after{display:none}footer .menu_link{max-width:790px;margin:0 auto;padding-top:20px;justify-content:center}@media(max-width: 480px){footer .menu_link{display:none;padding-top:0px;background-color:#495674;visibility:initial !important}}footer .menu_link li{padding:0 30px;border-right:solid 1px #fff}@media(max-width: 480px){footer .menu_link li{padding:5px 15px;border-right:none}}footer .menu_link li a{color:#fff;font-size:20px}@media(max-width: 768px){footer .menu_link li a{font-size:18px}}@media(max-width: 480px){footer .menu_link li a{font-size:16px;line-height:30px;display:block;border-bottom:solid 1px silver;padding:5px}}footer .menu_link .mboile_li{display:none}@media(max-width: 480px){footer .menu_link .mboile_li{display:block}}footer .menu_link li:last-child{border-right:none}footer .data_map{max-width:960px;margin:0 auto;padding-top:30px}@media(max-width: 1000px){footer .data_map{max-width:768px}}@media(max-width: 480px){footer .data_map{padding-top:0px}}footer .data_map .map{padding-right:15px;flex:0 0 50%}@media(max-width: 1000px){footer .data_map .map{flex:0 0 100%;padding:0 30px}}@media(max-width: 480px){footer .data_map .map{padding:15px}}footer .data_map .map iframe{padding:15px;background-color:#fff;width:100%;height:350px}footer .data_map .data{flex:0 0 50%;padding-left:30px;padding-top:5%}@media(max-width: 1000px){footer .data_map .data{flex:0 0 100%}}@media(max-width: 480px){footer .data_map .data{padding-left:0px;padding-top:0%;order:-1}}@media(max-width: 480px){footer .data_map .data ul{padding-left:15px;margin-bottom:30px;display:none}}footer .data_map .data ul li{color:#fff;font-size:18px;line-height:28px;padding:5px}@media(max-width: 480px){footer .data_map .data ul li{font-size:16px;line-height:30px;padding:1px;padding:5px 0}}footer .data_map .data ul li span{display:inline-block;width:18px;text-align:center}footer .data_map .data ul li a{color:#fff}footer .data_map .data ol{padding-top:50px;padding-left:5px}@media(max-width: 480px){footer .data_map .data ol{display:none}}footer .data_map .data ol li{padding-right:35px}footer .data_map .data ol li a{color:#fff;font-size:38px}.copyright{background-color:#58595b;color:#fff;font-size:14px;padding:15px;text-align:center;line-height:20px}@media(max-width: 480px){.copyright{font-size:12px;margin-bottom:75px;padding:15px 0}}.copyright a{color:#fff;border-bottom:solid 1px #fff}.copyright br{display:none}@media(max-width: 480px){.copyright br{display:block}}.about_wrap{background-repeat:no-repeat;background-position-y:bottom;background-size:cover}.about_wrap .about_content{padding:90px 0 0;margin:0 auto;background-image:url("../img/themun_content_bg.jpg");background-size:cover;background-position:center bottom}@media(max-width: 1200px){.about_wrap .about_content{background-image:none}}.about_wrap .about_content .title{max-width:1200px;margin:0 auto}@media(max-width: 1200px){.about_wrap .about_content .title{margin-top:30px;padding:0 30px}}.about_wrap .about_content .title div{padding:15px 0;flex:0 0 33.333%;text-align:center;font-size:34px;border:solid 1px #58595b;cursor:pointer;border-right:none}@media(max-width: 768px){.about_wrap .about_content .title div{font-size:26px}}@media(max-width: 480px){.about_wrap .about_content .title div{font-size:16px;padding:12px 0}}.about_wrap .about_content .title div:last-child{border-right:solid 1px #58595b}.about_wrap .about_content .title .active{position:relative;background-color:#19294e}.about_wrap .about_content .title .active a{color:#fff;display:block}.about_wrap .about_content .content .about_box_1{padding:100px 0}@media(max-width: 1200px){.about_wrap .about_content .content .about_box_1{padding:0 30px}}@media(max-width: 480px){.about_wrap .about_content .content .about_box_1{padding:30px}}.about_wrap .about_content .content .about_box_1 .box_title{text-align:center}.about_wrap .about_content .content .about_box_1 .box_title img{max-width:367px}@media(max-width: 480px){.about_wrap .about_content .content .about_box_1 .box_title img{max-width:70%;margin:0 auto}}.about_wrap .about_content .content .about_box_1 .box_title h2{font-size:36px;letter-spacing:5px;padding-top:30px}@media(max-width: 480px){.about_wrap .about_content .content .about_box_1 .box_title h2{font-size:26px;letter-spacing:2px;padding-top:15px}}.about_wrap .about_content .content .about_box_1 .themun{background-position:center bottom;padding:50px 0px}.about_wrap .about_content .content .about_box_1 .themun img{max-width:100%}@media(max-width: 480px){.about_wrap .about_content .content .about_box_1 .themun img{display:none}}@media(max-width: 480px){.about_wrap .about_content .content .about_box_1 .themun{padding:20px 0}}.about_wrap .about_content .content .about_box_1 .themun .themun_content{padding:0 50px;margin-top:-120px}@media(max-width: 480px){.about_wrap .about_content .content .about_box_1 .themun .themun_content{padding:0;padding-top:100px}}.about_wrap .about_content .content .about_box_1 .themun .themun_content .box{flex:0 0 16.66666%;max-width:16.66666%;padding:15px;margin-bottom:40px;position:relative;padding-right:0}@media(max-width: 1200px){.about_wrap .about_content .content .about_box_1 .themun .themun_content .box{flex:0 0 50%;max-width:50%}}@media(max-width: 480px){.about_wrap .about_content .content .about_box_1 .themun .themun_content .box{flex:0 0 100%;max-width:100%;border:solid 1px #19294e}}.about_wrap .about_content .content .about_box_1 .themun .themun_content .box .img{display:none}@media(max-width: 480px){.about_wrap .about_content .content .about_box_1 .themun .themun_content .box .img{display:block;max-width:50px;position:absolute;right:0px;bottom:-15px}}.about_wrap .about_content .content .about_box_1 .themun .themun_content .box .img img{max-width:70px}@media(max-width: 480px){.about_wrap .about_content .content .about_box_1 .themun .themun_content .box figure{position:absolute;top:-10px;left:-30px;width:100px}}@media(max-width: 480px){.about_wrap .about_content .content .about_box_1 .themun .themun_content .box img{display:block}}.about_wrap .about_content .content .about_box_1 .themun .themun_content .box .en{position:absolute;left:30px;writing-mode:vertical-lr;font-size:25px;color:#939598}@media(max-width: 480px){.about_wrap .about_content .content .about_box_1 .themun .themun_content .box .en{display:none}}.about_wrap .about_content .content .about_box_1 .themun .themun_content .box article{padding-left:80px;padding-top:30px;line-height:28px;position:relative}@media(max-width: 480px){.about_wrap .about_content .content .about_box_1 .themun .themun_content .box article{padding-left:70px;padding-top:0px;padding-right:30px}}.about_wrap .about_content .content .about_box_1 .themun .themun_content .box article:before{content:"";position:absolute;width:1px;height:156px;background-color:#19294e;left:70px;top:-4px}@media(max-width: 480px){.about_wrap .about_content .content .about_box_1 .themun .themun_content .box article:before{display:none}}.about_wrap .about_content .content .about_box_1 .themun .themun_content .box article h2{font-size:20px;color:#222;padding-bottom:8px}@media(max-width: 1400px){.about_wrap .about_content .content .about_box_1 .themun .themun_content .box article p br{display:none}}.about_wrap .about_content .content .about_box_1 .themun .themun_content .box img{max-width:140px}@media(max-width: 1400px){.about_wrap .about_content .content .about_box_1 .themun .themun_content .box img{max-width:120px}}@media(max-width: 900px){.about_wrap .about_content .content .about_box_1 .themun .themun_content .box{flex:0 0 50%}}@media(max-width: 480px){.about_wrap .about_content .content .about_box_1 .themun .themun_content .box{flex:0 0 100%}}.about_wrap .about_content .content .about_box_1 .themun .themun_content .box section{border:solid 1px #1d4c74;width:100%;padding:30px;position:relative}@media(max-width: 1024px){.about_wrap .about_content .content .about_box_1 .themun .themun_content .box section{padding:30px 10px}}.about_wrap .about_content .content .about_box_1 .themun .themun_content .box section .img{flex:0 0 40%;padding-right:10px}@media(max-width: 1024px){.about_wrap .about_content .content .about_box_1 .themun .themun_content .box section .img{text-align:center;margin-bottom:12px;padding:0 5px}}.about_wrap .about_content .content .about_box_1 .themun .themun_content .box section .img img{width:100%}.about_wrap .about_content .content .about_box_1 .themun .themun_content .box section .intro{flex:0 0 60%;padding-left:10px}@media(max-width: 1024px){.about_wrap .about_content .content .about_box_1 .themun .themun_content .box section .intro{text-align:left}}.about_wrap .about_content .content .about_box_1 .themun .themun_content .box section .intro h2{font-size:21px;padding-bottom:12px}@media(max-width: 900px){.about_wrap .about_content .content .about_box_1 .themun .themun_content .box section .intro h2{font-size:18px;font-weight:bold}}.about_wrap .about_content .content .about_box_1 .themun .themun_content .box section .intro p{line-height:1.4621;font-size:14px}@media(max-width: 900px){.about_wrap .about_content .content .about_box_1 .themun .themun_content .box section .intro p{font-size:16px}}@media(max-width: 480px){.about_wrap .about_content .content .about_box_1 .themun .themun_content .box section .intro p br{display:none}}.about_wrap .about_content .content .about_box_1 .themun .themun_content .box section span{position:absolute;left:-15px;font-size:22px;writing-mode:vertical-lr;top:30px;letter-spacing:10px;background-color:#fff;padding:10px 0}@media(max-width: 480px){.about_wrap .about_content .content .about_box_1 .themun .themun_content .box section span{top:10px;letter-spacing:6px}}.about_wrap .about_content .content .about_box_1 .themun .themun_content .box section b{position:absolute;background-color:#fff;padding:0 20px;bottom:-15px;font-size:22px;letter-spacing:3px;right:15px;color:#e1e1e1}@media(max-width: 900px){.about_wrap .about_content .content .about_box_1 .themun .themun_content .box section b{font-size:18px;bottom:-10px}}.about_wrap .about_content .content .about_box_1 .themun .themun_content .box .txt{width:120px;height:120px;border:solid 1px #58595b;text-align:center;font-size:36px;line-height:120px;background-color:#fff}@media(max-width: 1200px){.about_wrap .about_content .content .about_box_1 .themun .themun_content .box .txt{justify-content:center;width:200px;height:200px;line-height:200px}}@media(max-width: 480px){.about_wrap .about_content .content .about_box_1 .themun .themun_content .box .txt{width:100%;height:120px;line-height:120px;max-width:80%;margin:0 auto;font-size:26px}}.about_wrap .about_content .content .about_box_1 .themun .themun_content .box:nth-child(1){margin-top:-80px}@media(max-width: 1200px){.about_wrap .about_content .content .about_box_1 .themun .themun_content .box:nth-child(1){margin-top:30px}}.about_wrap .about_content .content .about_box_1 .themun .themun_content .box:nth-child(2){margin-top:0px}@media(max-width: 1200px){.about_wrap .about_content .content .about_box_1 .themun .themun_content .box:nth-child(2){margin-top:30px}}.about_wrap .about_content .content .about_box_1 .themun .themun_content .box:nth-child(3){margin-top:-30px}@media(max-width: 1200px){.about_wrap .about_content .content .about_box_1 .themun .themun_content .box:nth-child(3){margin-top:30px}}.about_wrap .about_content .content .about_box_1 .themun .themun_content .box:nth-child(4){margin-top:-60px}@media(max-width: 1200px){.about_wrap .about_content .content .about_box_1 .themun .themun_content .box:nth-child(4){margin-top:30px}}.about_wrap .about_content .content .about_box_1 .themun .themun_content .box:nth-child(5){margin-top:-90px}@media(max-width: 1200px){.about_wrap .about_content .content .about_box_1 .themun .themun_content .box:nth-child(5){margin-top:30px}}.about_wrap .about_content .content .about_box_1 .themun .themun_content .box:nth-child(6){margin-top:-130px}@media(max-width: 1200px){.about_wrap .about_content .content .about_box_1 .themun .themun_content .box:nth-child(6){margin-top:30px}}.about_wrap .about_content .content .about_box_2{padding:100px 0 0;background:#fff;background-repeat:no-repeat;background-image:url("../img/about_2_bg.png");background-position-y:bottom;background-position-x:center}@media(max-width: 1200px){.about_wrap .about_content .content .about_box_2{background-position-x:82%}}@media(max-width: 480px){.about_wrap .about_content .content .about_box_2{padding-bottom:0;background-attachment:fixed;background-size:200%;background-position-x:86%;background-position-y:83%}}.about_wrap .about_content .content .about_box_2 .about_box_2_content{max-width:808px;margin:0 auto;padding-bottom:390px}@media(max-width: 480px){.about_wrap .about_content .content .about_box_2 .about_box_2_content{padding:0 30px;padding-bottom:200px}}.about_wrap .about_content .content .about_box_2 .about_box_2_content .box{padding:50px 0;padding-left:180px;position:relative}@media(max-width: 480px){.about_wrap .about_content .content .about_box_2 .about_box_2_content .box{padding:50px 30px;padding-right:0}}.about_wrap .about_content .content .about_box_2 .about_box_2_content .box::before{content:"";width:3px;height:100%;position:absolute;top:0;left:150px;background-color:#19294e}@media(max-width: 480px){.about_wrap .about_content .content .about_box_2 .about_box_2_content .box::before{left:0px}}.about_wrap .about_content .content .about_box_2 .about_box_2_content .box::after{content:"";width:10px;height:10px;background-color:#19294e;left:146px;top:41%;border-radius:100%;position:absolute}@media(max-width: 480px){.about_wrap .about_content .content .about_box_2 .about_box_2_content .box::after{left:-3px}}.about_wrap .about_content .content .about_box_2 .about_box_2_content .box span{position:absolute;top:58px;left:0;font-size:32px;font-weight:bold;color:#19294e}@media(max-width: 900px){.about_wrap .about_content .content .about_box_2 .about_box_2_content .box span{left:30px}}@media(max-width: 480px){.about_wrap .about_content .content .about_box_2 .about_box_2_content .box span{position:initial;font-size:25px}}.about_wrap .about_content .content .about_box_2 .about_box_2_content .box h3{font-size:28px;color:#19294e;font-weight:bold;padding-bottom:10px}@media(max-width: 480px){.about_wrap .about_content .content .about_box_2 .about_box_2_content .box h3{font-size:19px}}.about_wrap .about_content .content .about_box_2 .about_box_2_content .box p{font-size:18px;color:#000;line-height:24px}.about_wrap .about_content .content .about_box_2 .about_box_2_content .box_first::before{-webkit-clip-path:polygon(50% 0%, 0% 100%, 100% 100%);clip-path:polygon(50% 0%, 0% 100%, 100% 100%)}.about_wrap .about_content .content .about_box_2 .about_box_2_content .box_last::before{-webkit-clip-path:polygon(50% 100%, 0 0, 100% 0);clip-path:polygon(50% 100%, 0 0, 100% 0)}.about_wrap .about_content .content .about_box_2 .content{max-width:1200px;margin:0 auto}.about_wrap .about_content .content .about_box_2 .box_title{margin:0 auto;padding-bottom:0px;text-align:center}.about_wrap .about_content .content .about_box_2 .box_title h3{padding:20px 0;margin:20px 0;font-size:36px;position:relative}@media(max-width: 480px){.about_wrap .about_content .content .about_box_2 .box_title h3{font-size:26px;padding:5px 0;margin:5px 0}}.about_wrap .about_content .content .about_box_2 .box_title img{max-width:500px}@media(max-width: 480px){.about_wrap .about_content .content .about_box_2 .box_title img{max-width:80%;margin:0 auto}}.about_wrap .about_content .content .about_box_2 .themun{background-repeat:no-repeat;background-position:top left}.about_wrap .about_content .content .about_box_2 .themun article{padding:30px 0 50px;letter-spacing:2px;line-height:30px;text-align:center}@media(max-width: 900px){.about_wrap .about_content .content .about_box_2 .themun article{padding:30px;letter-spacing:1px;line-height:26px}}@media(max-width: 480px){.about_wrap .about_content .content .about_box_2 .themun article{padding:10px 30px}}.about_wrap .about_content .content .about_box_2 .themun article .title{font-size:25px;font-weight:bold;color:#19294e;padding-bottom:20px;text-align:center;margin-top:12px}@media(max-width: 1200px){.about_wrap .about_content .content .about_box_2 .themun article .title{padding:0 !important}}@media(max-width: 900px){.about_wrap .about_content .content .about_box_2 .themun article .title{flex:0 0 100%;font-weight:bold;padding-bottom:12px;font-size:20px;margin-top:12px}}@media(max-width: 480px){.about_wrap .about_content .content .about_box_2 .themun article .title br{display:none}}.about_wrap .about_content .content .about_box_2 .themun article .text{font-size:18px}@media(max-width: 900px){.about_wrap .about_content .content .about_box_2 .themun article .text{flex:0 0 100%;font-size:16px;padding:15px 0}}@media(max-width: 900px){.about_wrap .about_content .content .about_box_2 .themun article .text br{display:none}}.about_wrap .about_content .content .about_box_2 .themun .img{flex:0 0 50%;position:relative;left:300px;margin-bottom:50px}@media(max-width: 900px){.about_wrap .about_content .content .about_box_2 .themun .img{flex:0 0 100%;padding-right:0px;max-width:556px;margin:0 auto;left:0;padding:30px}}.about_wrap .about_content .content .about_box_2 .themun .img img{max-width:100%}.about_wrap .about_content .content .about_box_2 .themun .intro{flex:0 0 50%;padding-left:15px}@media(max-width: 768px){.about_wrap .about_content .content .about_box_2 .themun .intro{flex:0 0 100%;padding-left:0px;max-width:556px;margin:0 auto}}.about_wrap .about_content .content .about_box_2 .themun .intro p{line-height:45px;font-size:20px;margin-bottom:20px}@media(max-width: 480px){.about_wrap .about_content .content .about_box_2 .themun .intro p{line-height:28px;font-size:16px;padding:20px 0}}@media(max-width: 480px){.about_wrap .about_content .content .about_box_2 .themun .intro p br{display:none}}.about_wrap .about_content .content .about_box_2 .about_box_2_title{background-color:#19294e;color:#fff;line-height:38px;font-weight:bold;font-size:24px;letter-spacing:5px;padding:5px 15px;max-width:610px;margin:50px auto}@media(max-width: 480px){.about_wrap .about_content .content .about_box_2 .about_box_2_title{margin:30px}}.about_wrap .about_content .content .about_box_2 .about_box_2_title br{display:none}@media(max-width: 480px){.about_wrap .about_content .content .about_box_2 .about_box_2_title br{display:block}}@media(max-width: 480px){.about_wrap .about_content .content .about_box_2 .about_box_2_title{line-height:30px;font-weight:bold;font-size:20px;letter-spacing:3px;padding:4px 18px}}@media(max-width: 900px){.about_wrap .about_content .content .about_box_2 .about_box_2_title{margin-left:30px;max-width:100%;margin-right:30px;text-align:center}}.about_wrap .about_content .content .about_box_3{padding:100px 0;max-width:1200px;margin:0 auto}@media(max-width: 1200px){.about_wrap .about_content .content .about_box_3{padding:0 30px}}@media(max-width: 480px){.about_wrap .about_content .content .about_box_3{padding:30px}}.about_wrap .about_content .content .about_box_3 .themun .themun_title{flex:0 0 100%;margin:0 auto;text-align:center}.about_wrap .about_content .content .about_box_3 .themun .themun_title img{max-width:440px}@media(max-width: 480px){.about_wrap .about_content .content .about_box_3 .themun .themun_title img{max-width:80%;margin:0 auto}}.about_wrap .about_content .content .about_box_3 .themun .themun_title h2{font-size:36px;letter-spacing:5px;padding:40px 0}@media(max-width: 480px){.about_wrap .about_content .content .about_box_3 .themun .themun_title h2{font-size:26px;letter-spacing:1px;padding:15px 0}}.about_wrap .about_content .content .about_box_3 .themun .img{flex:0 0 50%;padding-right:15px;text-align:right}@media(max-width: 768px){.about_wrap .about_content .content .about_box_3 .themun .img{flex:0 0 100%;padding-right:0px;max-width:504px;margin:0 auto}}.about_wrap .about_content .content .about_box_3 .themun .img img{max-width:100%}.about_wrap .about_content .content .about_box_3 .themun .txt{flex:0 0 50%;padding-left:35px}@media(max-width: 768px){.about_wrap .about_content .content .about_box_3 .themun .txt{flex:0 0 100%;padding-left:0px;max-width:504px;margin:0 auto}}.about_wrap .about_content .content .about_box_3 .themun .txt .img img{width:220px}.about_wrap .about_content .content .about_box_3 .themun .txt h1{font-size:24px;font-weight:bold;position:relative}@media(max-width: 480px){.about_wrap .about_content .content .about_box_3 .themun .txt h1{margin-top:25px}}.about_wrap .about_content .content .about_box_3 .themun .txt h1 span{background-color:#fff;position:relative;z-index:8;padding-right:10px}.about_wrap .about_content .content .about_box_3 .themun .txt h1::after{content:"";position:absolute;width:100%;height:1px;top:50%;left:0;border-top:dashed 1px #222}.about_wrap .about_content .content .about_box_3 .themun .txt p{font-size:20px;line-height:44px}@media(max-width: 768px){.about_wrap .about_content .content .about_box_3 .themun .txt p{padding-left:0px}}@media(max-width: 480px){.about_wrap .about_content .content .about_box_3 .themun .txt p{line-height:28px;font-size:16px;padding:20px 0}}@media(max-width: 480px){.about_wrap .about_content .content .about_box_3 .themun .txt p br{display:none}}.about_wrap .about_content .content .about_box_3 .themun .txt div{font-size:20px;line-height:44px;border-bottom:solid 1px #222;margin:15px 0}@media(max-width: 480px){.about_wrap .about_content .content .about_box_3 .themun .txt div{line-height:28px;font-size:16px}}.about_wrap .about_content .content .about_box_3 .themun .txt div span{display:inline-block;width:36px}.news_wrap{background-image:url("../img/i_case_bg.png")}.news_wrap .news{padding:100px 0}@media(max-width: 480px){.news_wrap .news{padding:30px 0}}.news_wrap .news .title{font-size:36px;text-align:center;color:#19294e;padding:60px 0}@media(max-width: 480px){.news_wrap .news .title{font-size:25px;padding:20px 0}}.news_wrap .news .list_title{text-align:center}.news_wrap .news .list_title a{display:inline-block;margin:0 10px}.news_wrap .news .list_title a:hover{color:#19294e;border-bottom:solid 1px #19294e}.news_wrap .news .list_title .active{color:#19294e;border-bottom:solid 1px #19294e}.news_wrap .news .content{padding:70px 0;max-width:1500px;margin:0 auto}@media(max-width: 480px){.news_wrap .news .content{padding:30px 0}}.news_wrap .news .content .news_content{width:100%}.news_wrap .news .content .box_wrap{flex:0 0 50%;border:solid 1px rgba(0,0,0,0);margin-bottom:20px}@media(max-width: 900px){.news_wrap .news .content .box_wrap{flex:0 0 100%}}.news_wrap .news .content .box_wrap .box{padding:15px}.news_wrap .news .content .box_wrap .box .img{flex:0 0 35%;overflow:hidden;max-width:218px;height:145px;position:relative}@media(max-width: 480px){.news_wrap .news .content .box_wrap .box .img{flex:0 0 100%;width:100%;height:33.333vh;max-width:initial}}.news_wrap .news .content .box_wrap .box .img .photo{width:218px;height:145px;transform:scale(1);transition:.5s transform;position:relative;background-size:cover;background-position:center}@media(max-width: 480px){.news_wrap .news .content .box_wrap .box .img .photo{width:100%;height:33.333vh;max-width:initial;background-size:cover;background-repeat:no-repeat}}.news_wrap .news .content .box_wrap .box .img .icon{background-color:rgba(0,0,0,.55);position:absolute;top:0;left:0;width:100%;height:100%;color:#fff;text-align:center;padding-top:38px;opacity:0;transition:.5s opacity}.news_wrap .news .content .box_wrap .box .img .icon i{font-size:42px}.news_wrap .news .content .box_wrap .box .img .icon p{padding:10px 0;font-size:13px}.news_wrap .news .content .box_wrap .box .intro{flex:0 0 65%;padding:0 20px;padding-top:10px}@media(max-width: 480px){.news_wrap .news .content .box_wrap .box .intro{flex:0 0 100%;padding:0;padding-top:20px}}.news_wrap .news .content .box_wrap .box .intro h3{font-size:13px;margin-bottom:15px}@media(max-width: 480px){.news_wrap .news .content .box_wrap .box .intro h3{padding:0 15px}}.news_wrap .news .content .box_wrap .box .intro p{line-height:22px}@media(max-width: 480px){.news_wrap .news .content .box_wrap .box .intro p{padding:0 15px}}.news_wrap .news .content .box_wrap .box .intro .btn_wrap{text-align:center;padding-top:30px}.news_wrap .news .content .box_wrap .box .intro .btn_wrap span{background-color:#19294e;color:#fff;font-size:13px;padding:5px 30px}@media(max-width: 480px){.news_wrap .news .content .box_wrap .box .intro .btn_wrap span{padding:10px 30px;display:block}}.news_wrap .news .content .box_wrap:hover{border:solid 1px #19294e;background-color:#fff}.news_wrap .news .content .box_wrap:hover .box .img .photo{transform:scale(1.2);transition:.5s transform}.news_wrap .news .content .box_wrap:hover .box .img .icon{opacity:1;transition:.5s opacity}.news_wrap .news .page_wrap{text-align:center}.news_wrap .news .page_wrap a,.news_wrap .news .page_wrap span{display:inline-block;width:30px;line-height:30px;border:solid 1px #19294e}.news_wrap .news .page_wrap a:hover,.news_wrap .news .page_wrap span:hover{background-color:#19294e;color:#fff}.news_wrap .news .page_wrap span{background-color:#19294e;color:#fff}.news_wrap_item{max-width:1366px;margin:0 auto}@media(max-width: 1400px){.news_wrap_item{padding:60px 30px}}.news_wrap_item .content{flex:0 0 65%;padding-right:20px;padding-bottom:60px;padding-top:70px}@media(max-width: 768px){.news_wrap_item .content{flex:0 0 100%;padding-right:0px}}@media(max-width: 480px){.news_wrap_item .content{padding-top:10px}}.news_wrap_item .content .title{padding-bottom:30px;border-bottom:solid 1px #19294e;margin-bottom:25px;line-height:1.4985}.news_wrap_item .content .title h3{font-size:28px;padding:25px 0 5px;color:#19294e}@media(max-width: 480px){.news_wrap_item .content .title h3{font-size:22px}}.news_wrap_item .content .title h2{font-size:14px;color:#000}@media(max-width: 480px){.news_wrap_item .content .title h2{padding-top:15px}}.news_wrap_item .content .title h2 i{padding-right:6px}.news_wrap_item .content .warpBtn{text-align:center;padding-top:40px}.news_wrap_item .content .warpBtn .repage{display:block;height:50px;border-radius:0;font-size:16px;color:#19294e;border:solid 1px #19294e;line-height:50px;margin-bottom:20px;cursor:pointer;background:0 0;transition:all .5s;position:relative;overflow:hidden;max-width:160px;text-align:center;margin:0 auto;font-weight:500}.news_wrap_item .content .warpBtn .repage:before :before{opacity:1;width:90%;left:140%;content:"";width:40%;height:100%;display:block;background:#fff;position:absolute;transform:skewX(-20deg);left:-10%;opacity:0;top:0;z-index:5;transition:all .4s cubic-bezier(0.2, 0.95, 0.57, 0.99)}.news_wrap_item .content .warpBtn .repage:hover{color:#fff;background:#19294e}.news_wrap_item .order{flex:0 0 35%;padding-left:25px;padding-top:120px}@media(max-width: 768px){.news_wrap_item .order{flex:0 0 100%;padding-left:0px;padding-top:30px}}.news_wrap_item .order h2{font-size:26px;color:#19294e;line-height:36px;font-weight:bold}.news_wrap_item .order ul{padding:20px 0;max-width:70%}@media(max-width: 1024px){.news_wrap_item .order ul{max-width:100%}}.news_wrap_item .order ul li{margin-bottom:35px}.news_wrap_item .order ul li p{padding:0;color:#000;font-size:18px;font-weight:bold;line-height:27px}.news_wrap_item .order ul li h6{font-size:14px;color:#19294e;padding:10px 0}.news_wrap_item .order ul li a{color:#19294e;border-bottom:solid 1px #19294e;font-size:14px}.related_wrap{padding:160px 0 120px;overflow:hidden;background-image:url("../img/i_about_bg.jpg");background-position-y:bottom;background-repeat:no-repeat;background-size:cover}@media(max-width: 480px){.related_wrap{padding:60px 0;background-image:initial;background-position-y:bottom;background-size:cover}}.related_wrap .title{font-size:32px;color:#19294e;font-weight:bold;letter-spacing:5px;padding:60px 0;text-align:center}@media(max-width: 480px){.related_wrap .title{font-size:28px;padding:60px 0 30px}}.related_wrap .content{max-width:1500px;margin:0 auto}@media(max-width: 480px){.related_wrap .content{padding:0 30px}}.related_wrap .content .flex{justify-content:center}.related_wrap .content .flex .top{flex:0 0 44%;padding:50px 0;text-align:center;background-color:#f1f2f2;margin-bottom:10px}@media(max-width: 480px){.related_wrap .content .flex .top{flex:0 0 100%;padding:35px 15px}}.related_wrap .content .flex .top h2{font-size:46px;color:#19294e;padding-bottom:15px;border-bottom:solid 1px #19294e;max-width:76%;margin:0 auto;margin-bottom:15px}@media(max-width: 1400px){.related_wrap .content .flex .top h2{font-size:36px}}@media(max-width: 1024px){.related_wrap .content .flex .top h2{font-size:28px}}@media(max-width: 480px){.related_wrap .content .flex .top h2{font-size:32px}}.related_wrap .content .flex .top p{line-height:27px;color:#19294e}@media(max-width: 480px){.related_wrap .content .flex .top p{text-align:center}}@media(max-width: 480px){.related_wrap .content .flex .top p br{display:none}}.related_wrap .content .flex .box{flex:0 0 33.33%;padding:10px;text-align:center}@media(max-width: 768px){.related_wrap .content .flex .box{flex:0 0 50%}}@media(max-width: 480px){.related_wrap .content .flex .box{flex:0 0 100%;padding:0px;margin-bottom:15px}}.related_wrap .content .flex .box div{background-color:#f1f2f2;padding:50px 0;text-align:center}@media(max-width: 480px){.related_wrap .content .flex .box div{padding:35px 15px}}.related_wrap .content .flex .box div h2{font-size:32px;color:#19294e;padding-bottom:15px;border-bottom:solid 1px #19294e;max-width:76%;margin:0 auto;margin-bottom:15px}@media(max-width: 1400px){.related_wrap .content .flex .box div h2{font-size:26px}}@media(max-width: 1024px){.related_wrap .content .flex .box div h2{font-size:22px}}@media(max-width: 480px){.related_wrap .content .flex .box div h2{font-size:22px;max-width:95%}}.related_wrap .content .flex .box div p{line-height:27px;color:#19294e}@media(max-width: 480px){.related_wrap .content .flex .box div p{text-align:center}}@media(max-width: 480px){.related_wrap .content .flex .box div p br{display:none}}.progress_wrap{padding-top:180px;padding-bottom:150px}@media(max-width: 768px){.progress_wrap{padding-left:30px;padding-right:30px;padding-top:150px;padding-bottom:50px}}@media(max-width: 480px){.progress_wrap{padding-top:150px;padding-bottom:0px}}.progress_wrap .progress_title{max-width:800px;margin:0 auto}.progress_wrap .progress_title .link .box{flex:0 0 50%;text-align:center}.progress_wrap .progress_title .link .box a{display:block;line-height:28px;font-size:18px;padding:15px 0;border:solid 1px #ccc}@media(max-width: 480px){.progress_wrap .progress_title .link .box a{font-size:16px;padding:6px 0}}.progress_wrap .progress_title .link .box .active{background-color:#19294e;color:#fff}.progress_wrap .progress_title .link .box:last-child{border-right:none}.progress_wrap .progress{padding:30px 0}.progress_wrap .progress p{font-size:25px;line-height:39px;max-width:800px;margin:0 auto;letter-spacing:3px;text-align:center;padding:40px 0 0}@media(max-width: 480px){.progress_wrap .progress p{font-size:18px;padding-top:20px}}@media(max-width: 375px){.progress_wrap .progress p{font-size:16px;letter-spacing:1px;padding-top:15px}}@media(max-width: 480px){.progress_wrap .progress p br{display:none}}.progress_wrap .progress .form{max-width:540px;margin:0 auto;padding:50px 0}.progress_wrap .progress .form select{width:100%;height:42px;font-size:18px;border:none;background-color:#f1f2f2;padding-left:5px;margin-bottom:15px}.progress_wrap .progress .form .input_box{height:42px;background-color:#f1f2f2;font-size:18px;padding:3px;margin-bottom:15px}.progress_wrap .progress .form .input_box label{padding-left:10px}.progress_wrap .progress .form .input_box input{width:85%;height:34px;border:none;background-color:rgba(0,0,0,0);font-size:18px}@media(max-width: 480px){.progress_wrap .progress .form .input_box input{width:60%}}.progress_wrap .progress .form .input_box_code{position:relative}.progress_wrap .progress .form .input_box_code .input_box{max-width:420px}.progress_wrap .progress .form .input_box_code .input_box input{width:60%}.progress_wrap .progress .form .input_box_code .code_img{position:absolute;right:0px;top:2px}.progress_wrap .progress .form .input_boxs{padding:10px 0}.progress_wrap .progress .form .input_box_btn{text-align:right}.progress_wrap .progress .form .input_box_btn a{line-height:43px;font-size:18px;color:#fff;background-color:#19294e;display:inline-block;padding:0 30px}@media(max-width: 480px){.progress_wrap .progress .form .input_box_btn a{display:block;width:100%;text-align:center;font-size:16px}}.progress_wrap .contant{padding:70px 0}.progress_wrap .contant p{text-align:center;font-size:18px;letter-spacing:3px;line-height:26px}@media(max-width: 480px){.progress_wrap .contant p span{display:block}}.progress_wrap .contant .form{max-width:540px;margin:0 auto;padding:50px 0}@media(max-width: 480px){.progress_wrap .contant .form{padding:30px 0}}.progress_wrap .contant .form .box{background-color:#f1f2f2;padding:7px 0;margin-bottom:15px}.progress_wrap .contant .form .box input{width:77%;font-size:18px;border:none;background-color:rgba(0,0,0,0)}@media(max-width: 480px){.progress_wrap .contant .form .box input{font-size:16px;flex:0 0 30%;width:70%}}.progress_wrap .contant .form .box select{width:77%;font-size:18px;border:none;background-color:rgba(0,0,0,0)}@media(max-width: 480px){.progress_wrap .contant .form .box select{font-size:16px;flex:0 0 30%;width:70%}}.progress_wrap .contant .form .box label{flex:0 0 20%;padding-left:10px;line-height:28px;font-size:18px;letter-spacing:3px}@media(max-width: 480px){.progress_wrap .contant .form .box label em{display:inline-block;width:28px}}@media(max-width: 480px){.progress_wrap .contant .form .box label{font-size:16px;flex:0 0 30%}}.progress_wrap .contant .form .box textarea{width:80%;padding:5px;height:200px;font-size:18px;border:none;background-color:rgba(0,0,0,0)}@media(max-width: 480px){.progress_wrap .contant .form .box textarea{font-size:16px;flex:0 0 30%;width:70%}}.progress_wrap .contant .input_box_btn{text-align:right}.progress_wrap .contant .input_box_btn a{line-height:43px;font-size:18px;color:#fff;background-color:#19294e;display:inline-block;padding:0 30px}@media(max-width: 480px){.progress_wrap .contant .input_box_btn a{display:block;width:100%;text-align:center;font-size:16px}}.case_wrap{padding:100px 0;position:relative}.case_wrap .case_left{position:absolute;top:30px;left:0}.case_wrap .case_right{position:absolute;bottom:0px;right:0}.case_wrap h2{text-align:center;font-size:36px;letter-spacing:3px}.case_wrap .content{max-width:1200px;margin:0 auto;padding:60px 0;position:relative;z-index:9}.case_wrap .content .viem{flex:0 0 35%;background-color:#19294e;padding:30px}.case_wrap .content .viem .viem_box img{max-width:360px;width:100%}.case_wrap .content .viem .viem_box article{text-align:center;padding:15px 0;color:#fff;line-height:25px}.case_wrap .content .viem .viem_box article span{display:inline-block;border-right:solid 1px #fff;padding-right:5px;margin-right:5px;line-height:20px}.case_wrap .content .viem .viem_box article span:last-child{border-right:none}.case_wrap .content .viem .viem_box .wrap_btn{text-align:center}.case_wrap .content .viem .viem_box .wrap_btn a{background-color:#fff;line-height:38px;font-size:18px;padding:0 25px;display:inline-block;color:#19294e;margin-top:20px}.case_wrap .content .intro_txt{padding-left:50px;flex:0 0 65%}.case_wrap .content .intro_txt .box{padding:20px;line-height:28px;border:solid 1px rgba(0,0,0,0);position:relative;margin-bottom:10px;cursor:pointer}.case_wrap .content .intro_txt .box span{background-color:#19294e;position:absolute;top:-20px;left:15px;color:#fff;line-height:34px;padding:0 30px;display:none}.case_wrap .content .intro_txt .box_toggle{border:solid 1px #ccc}.case_wrap .content .intro_txt .box_toggle span{display:block}.progress_classify{position:relative}.progress_classify:before{content:"";position:absolute;left:0;top:0;height:100%;width:21%;background-image:url("../img/bg_left.png")}@media(max-width: 480px){.progress_classify:before{display:none}}.progress_classify:after{content:"";position:absolute;right:0;top:0;height:100%;width:34%;background-image:url("../img/bg_right.png")}@media(max-width: 480px){.progress_classify:after{display:none}}.progress_classify .classify{padding-top:60px;max-width:800px;margin:0 auto;overflow-y:auto;position:relative}@media(max-width: 480px){.progress_classify .classify{height:initial;padding-top:30px}}.progress_classify .classify .flex{margin-bottom:38px}.progress_classify .classify .img{flex:0 0 50%}@media(max-width: 480px){.progress_classify .classify .img{flex:0 0 100%;padding-left:0px}}.progress_classify .classify .img img{max-width:100%;width:100%}.progress_classify .classify .intro{flex:0 0 50%;padding-left:30px;letter-spacing:4px;padding-top:15px}@media(max-width: 480px){.progress_classify .classify .intro{flex:0 0 100%;padding-left:0px}}.progress_classify .classify .intro h5{font-size:12px;padding-bottom:15px}.progress_classify .classify .intro h6{font-size:20px;padding-bottom:15px}.progress_classify .classify .intro p{line-height:24px;padding-bottom:15px}.progress_classify .classify .intro .wrap_btn{padding-top:45px}@media(max-width: 480px){.progress_classify .classify .intro .wrap_btn{padding-top:15px}}.progress_classify .classify .intro .wrap_btn a{background-color:#19294e;color:#fff;line-height:36px;padding:0 25px;display:inline-block}@media(max-width: 480px){.progress_classify .classify .intro .wrap_btn a{display:block;text-align:center}}.progress_classify .toggle_obj{text-align:center;padding-top:60px}.progress_classify .toggle_obj a{border:solid 1px #19294e;line-height:36px;padding:0 25px;color:#19294e;display:inline-block}@media(max-width: 480px){.progress_classify .toggle_obj a{background-color:#19294e;color:#fff;margin-bottom:50px}}.progress_classify .toggle_obj a:hover{background-color:#19294e;color:#fff}.classify_item{max-width:1170px;margin:0 auto;padding-top:160px;padding-bottom:120px}.classify_item .title{padding-bottom:20px}@media(max-width: 480px){.classify_item .title{padding:10px}}.classify_item .title h2{font-size:30px;color:#19294e;font-weight:bold;border-bottom:solid 1px #1d4c74;padding-bottom:10px;position:relative}.classify_item .title h2 span{font-size:18px;color:#000;font-weight:300}.classify_item .title h2 b{position:absolute;right:0;top:15px;font-size:16px}.classify_item .title h2 b strong{color:#800;font-size:20px}.classify_item .boxs{flex:0 0 25%;padding:10px}@media(max-width: 768px){.classify_item .boxs{flex:0 0 33.333%}}@media(max-width: 480px){.classify_item .boxs{flex:0 0 50%}}.classify_item .boxs .box{background-size:cover;height:250px;position:relative;overflow:hidden}@media(max-width: 480px){.classify_item .boxs .box{height:150px}}.classify_item .boxs .box img{display:none}.classify_item .boxs .box a{display:block;height:250px}.classify_item .boxs .box .mask{position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.5);color:#fff;font-size:32px;display:flex;justify-content:center;align-items:center;cursor:pointer;pointer-events:none;opacity:0;transition:.6s opacity}.classify_item .boxs .box:hover .mask{opacity:1;transition:.6s opacity}.classify_item .toggle_obj{text-align:center;padding-top:60px}.classify_item .toggle_obj a{border:solid 1px #19294e;line-height:36px;width:120px;text-align:center;color:#19294e;display:inline-block}.classify_item .toggle_obj a:hover{background-color:#19294e;color:#fff}.case_wrapper{padding:100px 0;background-image:url("../img/i_case_bg.png")}@media(max-width: 480px){.case_wrapper{padding:50px 0}}.case_wrapper .title{text-align:center;font-size:36px;letter-spacing:3px}@media(max-width: 480px){.case_wrapper .title{font-size:26px}}.case_wrapper .case{padding:50px 0}@media(max-width: 900px){.case_wrapper .case{padding:30px}}.case_wrapper .case .case_img{flex:0 0 60%;max-width:60%;padding-left:3%}@media(max-width: 900px){.case_wrapper .case .case_img{flex:0 0 100%;max-width:100%}}@media(max-width: 480px){.case_wrapper .case .case_img .slick-slide{height:initial}}.case_wrapper .case .case_img .slick-slide img{width:100%;max-width:1000px;margin:0 auto}@media(max-width: 480px){.case_wrapper .case .case_img .slick-slide img{transform:initial}}@media(max-width: 480px){.case_wrapper .case .case_img .slick-active img{transform:initial}}.case_wrapper .case .case_img img{max-width:100%}@media(max-width: 480px){.case_wrapper .case .case_img img{width:100vw}}.case_wrapper .case .case_img .slick-dots{display:flex;justify-content:center;padding-top:30px}.case_wrapper .case .case_img .slick-dots li{padding:0px;border:solid 1px rgba(0,0,0,0)}.case_wrapper .case .case_img .slick-dots li button{background-color:rgba(0,0,0,0);border:none;font-size:0;position:relative;height:30px;width:30px;cursor:pointer}.case_wrapper .case .case_img .slick-dots li button:before{content:"";position:absolute;top:12px;left:12px;width:5px;height:5px;background:#19294e;border-radius:100%}.case_wrapper .case .case_img .slick-dots .slick-active button{border-radius:100%;border:solid 1px #ccc}.case_wrapper .case .case_img .slick-arrow{position:absolute;cursor:pointer}.case_wrapper .case .case_img .prev-arrow{bottom:-4px;left:41%;background-color:rgba(0,0,0,0);border:none;font-size:30px}@media(max-width: 1400px){.case_wrapper .case .case_img .prev-arrow{left:5%;bottom:auto;top:50%;z-index:9}}@media(max-width: 480px){.case_wrapper .case .case_img .prev-arrow{margin-top:-25px}}.case_wrapper .case .case_img .next-arrow{bottom:-4px;left:60%;background-color:rgba(0,0,0,0);border:none;font-size:30px}@media(max-width: 1400px){.case_wrapper .case .case_img .next-arrow{left:95%;bottom:auto;top:50%;z-index:9}}@media(max-width: 900px){.case_wrapper .case .case_img .next-arrow{left:auto;right:5%}}@media(max-width: 480px){.case_wrapper .case .case_img .next-arrow{left:auto;right:5%;margin-top:-25px}}.case_wrapper .case .case_intro{flex:0 0 40%;padding-right:10%;padding-left:2.5%;position:relative;display:flex;align-content:space-between;flex-wrap:wrap;max-height:668px}@media(max-width: 1200px){.case_wrapper .case .case_intro{padding-right:0}}@media(max-width: 900px){.case_wrapper .case .case_intro{flex:0 0 100%}}@media(max-width: 480px){.case_wrapper .case .case_intro{padding-top:50px}}.case_wrapper .case .case_intro section{position:relative;flex:0 0 25%}.case_wrapper .case .case_intro section #fb_share{position:absolute;top:0;left:0;width:100%;height:100%}.case_wrapper .case .case_intro h2{padding-bottom:40px}.case_wrapper .case .case_intro h2 span{background-color:#19294e;color:#fff;display:inline-block;line-height:34px;padding:0 20px}@media(max-width: 480px){.case_wrapper .case .case_intro h2 span{line-height:43px;padding:0 20px;display:block;text-align:center}}.case_wrapper .case .case_intro h3{font-size:32px;letter-spacing:5px;color:#000;padding-bottom:40px}@media(max-width: 480px){.case_wrapper .case .case_intro h3{padding-bottom:10px}}.case_wrapper .case .case_intro p{line-height:29px;letter-spacing:4px;padding-bottom:40px;white-space:pre-line}@media(max-width: 480px){.case_wrapper .case .case_intro p{letter-spacing:0px;padding-bottom:20px;line-height:25px;font-size:15px}}@media(max-width: 900px){.case_wrapper .case .case_intro p br{display:none}}.case_wrapper .case .case_intro ul li{line-height:24px;padding:5px 0}@media(max-width: 480px){.case_wrapper .case .case_intro ul li{display:flex;flex-wrap:wrap}}.case_wrapper .case .case_intro ul li b{display:inline-block;width:20px;text-align:center}@media(max-width: 480px){.case_wrapper .case .case_intro ul li span{display:inline-block;flex:0 0 25%}}@media(max-width: 480px){.case_wrapper .case .case_intro ul li em{display:inline-block;flex:0 0 65%}}.case_wrapper .case .case_intro .link{padding-top:0px}@media(max-width: 900px){.case_wrapper .case .case_intro .link{padding-top:0px;position:absolute;bottom:0;right:0}}@media(max-width: 480px){.case_wrapper .case .case_intro .link{padding-top:30px;position:initial;bottom:0;right:0;text-align:center;width:100%}}@media(max-width: 480px){.case_wrapper .case .case_intro .link a{flex:0 0 25%}}.case_wrapper .case .case_intro .link div{text-align:center;color:#19294e;border-right:solid 1px #19294e;width:80px;cursor:pointer}@media(max-width: 480px){.case_wrapper .case .case_intro .link div{width:25%;width:100%}}.case_wrapper .case .case_intro .link div p{font-size:14px;padding-bottom:0}.case_wrapper .case .case_intro .link .link_first{border-left:solid 1px #19294e}.loading{display:flex;justify-content:center;align-items:center;background-color:#fff;width:100%;height:100vh;top:0;left:0}.loading .loading_box{position:relative;animation:loading_box 1.6s}.loading .loading_box:before{content:"";position:absolute;top:-50px;left:0;width:100%;background:linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.98) 50%, rgb(255, 255, 255) 51%, rgba(255, 255, 255, 0.25) 100%);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr="#00ffffff", endColorstr="#40ffffff",GradientType=0 );height:30px;opacity:.5;animation:loading_an 2.2s;animation-delay:1.8s}.loading .loading_box img{width:350px}@keyframes loading_an{0%{top:80px}100%{top:-150px}}@keyframes loading_box{0%{transform:translate3d(0, 25%, 0);opacity:0}100%{opacity:1;transform:translate3d(0, 0%, 0)}}.mobile_footer{position:fixed;bottom:0;left:0;width:100%;background-color:#19294e;display:none;z-index:99;padding:12px 0}@media(max-width: 1000px){.mobile_footer{display:block}}.mobile_footer div{flex:0 0 25%;text-align:center;border-right:solid 1px #8b8b8b}.mobile_footer div a{color:#fff}.mobile_footer div a p{font-size:14px;line-height:20px}@media(max-width: 900px){.mobile_footer div a p{font-size:12px;opacity:.5;padding-top:5px}}.mobile_footer div a i{font-size:28px}.mobile_footer div:last-child{border:none}.i_case{padding:80px 0 100px;background-image:url("../img/i_case_bg.png");background-size:cover;background-repeat:no-repeat}@media(max-width: 768px){.i_case{padding-bottom:30px}}.i_case .title{text-align:center;font-size:36px;letter-spacing:3px}@media(max-width: 480px){.i_case .title{font-size:33px}}.i_case .case{padding:50px 0 50px}@media(max-width: 480px){.i_case .case{padding:15px 0}}.i_case .case .case_img{flex:0 0 60%;max-width:60%;padding-left:3%}@media(max-width: 1024px){.i_case .case .case_img{flex:0 0 100%;max-width:100%;padding:30px}}.i_case .case .case_intro{flex:0 0 40%;padding-left:2.5%}@media(max-width: 1024px){.i_case .case .case_intro{flex:0 0 100%;max-width:100%;padding-top:2.5%;text-align:left;padding:30px}}@media(max-width: 900px){.i_case .case .case_intro{flex:0 0 100%;max-width:100%;padding-top:2.5%;text-align:center;padding:30px}}@media(max-width: 480px){.i_case .case .case_intro{padding-top:10px;text-align:left}}.i_case .case .case_intro section{position:relative}@media(max-width: 480px){.i_case .case .case_intro section{flex:0 0 25%;max-width:25%}}.i_case .case .case_intro section #fb_share{opacity:0;position:absolute;top:0;left:0;width:100%;height:100%}.i_case .case .case_intro h2{padding-bottom:40px}.i_case .case .case_intro h2 span{background-color:#19294e;color:#fff;display:inline-block;line-height:34px;padding:0 20px}.i_case .case .case_intro h3{font-size:32px;letter-spacing:5px;color:#000;padding-bottom:40px}.i_case .case .case_intro p{line-height:29px;letter-spacing:4px;padding-bottom:40px}@media(max-width: 480px){.i_case .case .case_intro p{letter-spacing:0}}.i_case .case .case_intro ul li{line-height:24px;padding:5px 0}@media(max-width: 480px){.i_case .case .case_intro ul li{display:flex;justify-content:space-around}}.i_case .case .case_intro ul li b{display:inline-block;width:20px;text-align:center}@media(max-width: 480px){.i_case .case .case_intro ul li span{display:inline-block;width:75px}}@media(max-width: 480px){.i_case .case .case_intro ul li em{display:inline-block;width:240px}}.i_case .case .case_intro .link{padding-top:100px}@media(max-width: 1200px){.i_case .case .case_intro .link{padding-top:10px}}@media(max-width: 900px){.i_case .case .case_intro .link{padding-top:30px;justify-content:center}}@media(max-width: 480px){.i_case .case .case_intro .link a{flex:0 0 25%;max-width:25%}}@media(max-width: 900px){.i_case .case .case_intro .link section:first-child a div{border-left:solid 1px #19294e}}.i_case .case .case_intro .link div{text-align:center;color:#19294e;border-right:solid 1px #19294e;width:80px;cursor:pointer}.i_case .case .case_intro .link div p{font-size:14px;padding-bottom:0}.i_case .case .slick-slide img{max-width:100%;margin:0 auto}@media(max-width: 480px){.i_case .case .slick-slide img{max-width:100%}}.i_case .case .slick-dots{display:flex;justify-content:center;padding-top:30px;max-width:200px;margin:0 50%}@media(max-width: 900px){.i_case .case .slick-dots{margin:0 50%}}.i_case .case .slick-dots li{padding:0px;border:solid 1px rgba(0,0,0,0)}.i_case .case .slick-dots li button{background-color:rgba(0,0,0,0);border:none;font-size:0;position:relative;height:30px;width:30px;cursor:pointer}.i_case .case .slick-dots li button:before{content:"";position:absolute;top:12px;left:12px;width:5px;height:5px;background:#19294e;border-radius:100%}.i_case .case .slick-dots .slick-active button{border-radius:100%;border:solid 1px #ccc}.i_case .case .slick-arrow{position:absolute;cursor:pointer}.i_case .case .prev-arrow{top:30%;left:30px;background-color:rgba(0,0,0,0);border:none;font-size:30px}@media(max-width: 1024px){.i_case .case .prev-arrow{left:32%}}@media(max-width: 900px){.i_case .case .prev-arrow{left:5%;bottom:auto;top:30%;margin-top:-25px;z-index:9}}@media(max-width: 480px){.i_case .case .prev-arrow{top:160px}}.i_case .case .next-arrow{top:30%;right:30px;background-color:rgba(0,0,0,0);border:none;font-size:30px}@media(max-width: 1200px){.i_case .case .next-arrow{left:40%}}@media(max-width: 1024px){.i_case .case .next-arrow{left:60%}}@media(max-width: 900px){.i_case .case .next-arrow{left:auto;right:5%;bottom:auto;top:30%;margin-top:-25px;z-index:9}}@media(max-width: 480px){.i_case .case .next-arrow{top:160px}}@media(max-width: 480px){.about_banner{background-position-x:0%;background-image:url("../img/about_banner_mb.jpg") !important}}@media(max-width: 480px){.new_banner{background-position-x:0%;background-image:url("../img/news_banner_mb.jpg") !important}}@media(max-width: 900px){.case_banner{background-position-x:30%}}@media(max-width: 480px){.case_banner{background-position-x:50%;background-image:url("../img/case_mb.jpg") !important}}.relatedWrap{padding:160px 0 120px;overflow:hidden;background-image:url("../img/relatedWrap.png");background-repeat:no-repeat;background-position:right bottom;padding-bottom:600px}@media(max-width: 900px){.relatedWrap{padding-bottom:0;padding-top:80px;background-attachment:fixed;background-size:200%;background-position-x:52%;background-position-y:110%}}.relatedWrap .title{font-size:55px;letter-spacing:9px;padding:60px 0;text-align:center}@media(max-width: 480px){.relatedWrap .title{font-size:32px;margin-bottom:0px;padding-bottom:0}}.relatedWrap .related_content{max-width:1280px;margin:0 auto;padding:15px;background-image:url("../img/related_bg.png");background-size:contain;background-repeat:no-repeat;background-position-y:200px}@media(max-width: 900px){.relatedWrap .related_content{background-image:none}}.relatedWrap .related_content .flex .left{flex:0 0 60%;padding-left:50px}@media(max-width: 900px){.relatedWrap .related_content .flex .left{flex:0 0 100%;padding:15px}}.relatedWrap .related_content .flex .left article{font-size:50px;color:#19294e;max-width:300px;line-height:59px;margin-bottom:20px;position:relative}@media(max-width: 900px){.relatedWrap .related_content .flex .left article{margin-bottom:10px;line-height:50px;max-width:100%;line-height:35px}}@media(max-width: 900px){.relatedWrap .related_content .flex .left article{font-size:32px}}.relatedWrap .related_content .flex .left article span{font-size:60px;font-family:"Bahnschrift"}@media(max-width: 900px){.relatedWrap .related_content .flex .left article span{font-size:40px}}@media(max-width: 900px){.relatedWrap .related_content .flex .left article .first_span{top:40px}}@media(max-width: 480px){.relatedWrap .related_content .flex .left article .first_span{font-size:66px;top:55px;left:0}}.relatedWrap .related_content .flex .left article b{display:inline-block;width:55px}.relatedWrap .related_content .flex .left article strong{letter-spacing:23px;font-weight:bold}@media(max-width: 900px){.relatedWrap .related_content .flex .left article strong{letter-spacing:5px;font-weight:bold;text-align:left;width:100%;max-width:250px;display:block}}@media(max-width: 900px){.relatedWrap .related_content .flex .left article strong br{display:none}}@media(max-width: 480px){.relatedWrap .related_content .flex .left article strong{letter-spacing:5px;font-weight:bold;width:100%;max-width:100%;display:block}}.relatedWrap .related_content .flex .left p{font-size:22px;line-height:38px;color:#19294e;letter-spacing:3px}@media(max-width: 900px){.relatedWrap .related_content .flex .left p{font-size:16px;line-height:24px;text-align:justify;max-width:270px}}@media(max-width: 480px){.relatedWrap .related_content .flex .left p br{display:none}}.relatedWrap .related_content .flex .left .box{padding-top:90px}.relatedWrap .related_content .flex .left .box h2{font-size:36px;color:#19294e;margin-bottom:20px}@media(max-width: 900px){.relatedWrap .related_content .flex .left .box h2{font-size:26px;margin-bottom:10px}}.relatedWrap .related_content .flex .right{flex:0 0 40%;padding-bottom:360px}@media(max-width: 900px){.relatedWrap .related_content .flex .right{flex:0 0 100%;padding:15px}}.relatedWrap .related_content .flex .right .box{padding-top:90px}.relatedWrap .related_content .flex .right .box h2{font-size:36px;color:#19294e;margin-bottom:20px}@media(max-width: 900px){.relatedWrap .related_content .flex .right .box h2{font-size:26px;margin-bottom:10px}}.relatedWrap .related_content .flex .right .box article{font-size:50px;color:#19294e;max-width:300px;line-height:59px;margin-bottom:20px}@media(max-width: 900px){.relatedWrap .related_content .flex .right .box article{margin-bottom:10px;line-height:35px}}.relatedWrap .related_content .flex .right .box article span{font-size:60px;font-family:"Bahnschrift"}@media(max-width: 900px){.relatedWrap .related_content .flex .right .box article span{font-size:40px}}.relatedWrap .related_content .flex .right .box article b{display:inline-block;width:55px}.relatedWrap .related_content .flex .right .box article strong{letter-spacing:23px;font-weight:bold}.relatedWrap .related_content .flex .right .box p{font-size:23px;line-height:38px;color:#19294e;letter-spacing:3px}@media(max-width: 900px){.relatedWrap .related_content .flex .right .box p{font-size:16px;line-height:24px;text-align:justify;max-width:270px}}@media(max-width: 900px){.relatedWrap .related_content .flex .right .box p br{display:none}}.link_themun{padding-top:35px;text-align:center}.link_themun a{background-color:#19294e;color:#fff;font-size:16px;padding:8px 30px}.houseImg img{max-width:100%}/*# sourceMappingURL=style.min.css.map */