*{box-sizing:border-box;font-family:"Noto Serif TC",serif;scroll-behavior:smooth}body,html{width:100%;min-height:100%;padding:0;margin:0;overflow-x:hidden}#app{width:100%;min-height:100vh;display:flex;flex-direction:column}.router_view{flex:1}a{text-decoration:none;cursor:pointer;color:inherit}#MainNav{width:100%;position:fixed;top:0;left:0;z-index:500;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}#MainNav .row{width:100%;display:flex;justify-content:space-between;align-items:center;background-color:transparent;transition:all .3s}#MainNav .row.mb_nav{display:none}@media(max-width:860px){#MainNav .row.pc_nav{display:none}#MainNav .row.mb_nav{display:flex}}#MainNav .pc_nav.show{background-color:#000}#MainNav .pc_nav.show .nav_head .logo{width:80px}#MainNav .pc_nav .nav_head{width:200px;text-align:center}#MainNav .pc_nav .nav_head .logo{width:120px;display:block;margin:10px 0 10px 30px;transition:all .3s}#MainNav .pc_nav .nav_head .logo img{width:100%;display:block}#MainNav .pc_nav .nav_body,#MainNav .pc_nav .nav_body ol{display:flex;align-items:center;justify-content:center}#MainNav .pc_nav .nav_body ol{list-style:none;padding:0;padding:0 20px}#MainNav .pc_nav .nav_body ol li a{display:block;padding:5px 20px;color:#fff;font-weight:500;transition:all .3s}#MainNav .pc_nav .nav_body ol li a.active,#MainNav .pc_nav .nav_body ol li a.router-link-active,#MainNav .pc_nav .nav_body ol li a.show:hover,#MainNav .pc_nav .nav_body ol li a:hover{color:#ea1414}@media(max-width:1200px){#MainNav .pc_nav .nav_body ol li a{font-size:14px;padding:5px 10px}}#MainNav .mb_nav .nav_head{width:100%;padding:10px 30px;text-align:center;display:flex;align-items:center;justify-content:space-between;position:relative;z-index:602}#MainNav .mb_nav .nav_head.active{background-color:transparent}#MainNav .mb_nav .nav_head .logo{width:80px;display:block;transition:all .3s}#MainNav .mb_nav .nav_head .logo img{width:100%;display:block}#MainNav .mb_nav .nav_head .logo img:nth-of-type(2){display:none}#MainNav .mb_nav .nav_head .logo.active{opacity:1}#MainNav .mb_nav .nav_head .right_side{display:flex;align-items:center}#MainNav .mb_nav .nav_head .menu_btn{background-color:transparent;border:none;padding:0;cursor:pointer;position:relative;width:30px;height:30px;margin-left:30px;display:block}#MainNav .mb_nav .nav_head .menu_btn .line{display:block;width:20px;height:2px;background-color:#fff;transform-origin:center;transition:all .3s;margin:0 auto;position:relative;z-index:602}#MainNav .mb_nav .nav_head .menu_btn .line:first-of-type{margin:0 auto 5px}#MainNav .mb_nav .nav_head .menu_btn.active .line:first-of-type{margin-bottom:0;transform:rotate(-45deg) translateY(1px)}#MainNav .mb_nav .nav_head .menu_btn.active .line:nth-of-type(2){transform:rotate(45deg) translateY(-1px)}#MainNav .mb_nav .nav_head .menu_btn.active:before{opacity:0}@media(max-width:600px){#MainNav .mb_nav .nav_head{padding:8px 20px}#MainNav .mb_nav .nav_head .logo{width:80px}#MainNav .mb_nav .nav_head .menu_btn{margin-left:20px}#MainNav .mb_nav .nav_head .menu_btn:before{height:40px;width:40px}}#MainNav .mb_nav.show .nav_head{background-color:#fff}#MainNav .mb_nav.show .nav_head .logo{opacity:1}#MainNav .mb_nav.show .nav_head .logo img:first-of-type{display:none}#MainNav .mb_nav.show .nav_head .logo img:nth-of-type(2){display:block}#MainNav .mb_nav.show .nav_head .menu_btn .line{background-color:#000}#MainNav .mb_nav.show .nav_head.active{background-color:transparent}#MainNav .mb_nav.show .nav_head.active .logo{opacity:1}#MainNav .mb_nav.show .nav_head.active .logo img:first-of-type{display:block}#MainNav .mb_nav.show .nav_head.active .logo img:nth-of-type(2){display:none}#MainNav .mb_nav.show .nav_head.active .menu_btn .line{background-color:#fff}#MainNav .mb_nav .nav_body{position:fixed;top:0;left:0;right:0;bottom:0;z-index:600;padding-top:100px;background-color:#a4a4a4;background-image:url(/img/bg-glitch.png);background-size:150px;background-repeat:repeat;transition:opacity .3s;opacity:0;top:-100vh;bottom:100vh}#MainNav .mb_nav .nav_body:before{content:"";position:absolute;left:0;width:3px;height:100%;top:0;background-color:#ea1414;-webkit-animation:NavBodyBorderOut 2s linear;animation:NavBodyBorderOut 2s linear}#MainNav .mb_nav .nav_body ol{list-style:none;padding:0;width:100%;text-align:center}#MainNav .mb_nav .nav_body ol li:after{content:"";width:0;max-width:100%;height:1px;display:block;margin:0 auto;background-color:rgba(51,51,51,.521);transition:all 1s}#MainNav .mb_nav .nav_body ol li:last-of-type:after{display:none}#MainNav .mb_nav .nav_body ol li a{display:block;padding:20px 20px;color:#fff;font-weight:700;font-size:20px;opacity:1;transition-delay:0s}#MainNav .mb_nav .nav_body ol li a span{display:block;font-size:12px;color:#ea1414;opacity:0;transform:translateX(-20px)}#MainNav .mb_nav .nav_body ol li a b{opacity:0;transform:translateY(50px);display:block}#MainNav .mb_nav .nav_body.active{top:0;bottom:0;opacity:1}#MainNav .mb_nav .nav_body.active:before{-webkit-animation:NavBodyBorderIn 2s linear;animation:NavBodyBorderIn 2s linear}#MainNav .mb_nav .nav_body.active ol li a{transition:all 1s}#MainNav .mb_nav .nav_body.active ol li a span{opacity:1;transform:translateX(0);transition:all .3s;transition-delay:.3s}#MainNav .mb_nav .nav_body.active ol li a b{opacity:1;transform:translateY(0);transition:all 1s;transition-delay:.5s}@-webkit-keyframes NavBodyBorderIn{0%{transform:translateY(100vh)}to{transform:translateY(0)}}@keyframes NavBodyBorderIn{0%{transform:translateY(100vh)}to{transform:translateY(0)}}@-webkit-keyframes NavBodyBorderOut{0%{transform:translateY(0)}to{transform:translateY(100vh)}}@keyframes NavBodyBorderOut{0%{transform:translateY(0)}to{transform:translateY(100vh)}}#MainFooter{width:100%;text-align:center;position:relative;z-index:5;background-color:#fff}#MainFooter .content{width:100%;background-color:#000;color:#fff;padding:5px 20px;margin-top:20px}#MainFooter .content p{font-size:12px}#MainFooter .content p a{color:#ea1414}@media(max-width:600px){#MainFooter iframe[src*=facebook]{max-width:100%;height:197px;margin:0 auto}#MainFooter .content{margin-top:10px}}#HomeCarousel{width:100%;position:relative;height:calc(60vw - 129px)}@media(max-width:1000px){#HomeCarousel{height:calc(60vw - 9px)}}#HomeCarousel .image_list_box{width:100%;height:100%;padding-top:calc(60% - 120px);float:right;position:relative}@media(max-width:1000px){#HomeCarousel .image_list_box{width:100%;padding-top:60%}}#HomeCarousel .image_list_box .bullets{position:absolute;left:20px;bottom:20px;z-index:20}#HomeCarousel .image_list_box .bullets button{border:2px solid #fff;width:30px;height:30px;border-radius:100%;margin:0 6px;background-color:transparent;color:#fff;font-weight:bolder;position:relative;overflow:hidden;z-index:10;cursor:pointer;transition:all .3s;display:inline-flex;justify-content:center;align-items:center}#HomeCarousel .image_list_box .bullets button:hover{transform:scale(1.2)}#HomeCarousel .image_list_box .bullets button:after{content:"";position:absolute;width:100%;bottom:0;top:0;left:0;z-index:-1;transform-origin:bottom;transform:scaleY(0);background-color:#ea1414}#HomeCarousel .image_list_box .bullets button.active:after{-webkit-animation:BulletFill 8s linear;animation:BulletFill 8s linear}@media(max-width:768px){#HomeCarousel .image_list_box .bullets button{width:24px;height:24px;font-size:10px}}#HomeCarousel .image_list_box .image_box{width:100%;height:100%;position:absolute;overflow:hidden;left:0;top:0;z-index:9}#HomeCarousel .image_list_box .image_box img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}#HomeCarousel .image_list_box .image_box.active{z-index:10}#HomeCarousel .image_list_box .image_box.active img{-webkit-animation:ImageZoom 8s ease-in-out;animation:ImageZoom 8s ease-in-out}#HomeCarousel .image_list_box .image_box.out{z-index:11;-webkit-animation:ImageSlide 2s forwards;animation:ImageSlide 2s forwards}@-webkit-keyframes ImageSlide{0%{width:100%;opacity:1}to{width:100%;opacity:0}}@keyframes ImageSlide{0%{width:100%;opacity:1}to{width:100%;opacity:0}}@-webkit-keyframes ImageZoom{0%{transform:scale(1.1)}to{transform:scale(1)}}@keyframes ImageZoom{0%{transform:scale(1.1)}to{transform:scale(1)}}@-webkit-keyframes BulletFill{0%{transform:scaleY(0)}to{transform:scaleY(1)}}@keyframes BulletFill{0%{transform:scaleY(0)}to{transform:scaleY(1)}}#HomeCoreStory{width:100%;background-color:#fff;position:relative;z-index:5}#HomeCoreStory .row{width:1200px;max-width:100%;margin:0 auto;padding:80px 20px}#HomeCoreStory h3{font-size:36px;text-align:center;margin-bottom:30px;margin-top:0}#HomeCoreStory .content{text-align:center}#HomeCoreStory .content .title{font-size:24px;line-height:2;font-weight:100;margin:40px 0;color:#888}@media(max-width:768px){#HomeCoreStory h3{font-size:26px}#HomeCoreStory .row{padding:80px 30px}#HomeCoreStory .content{text-align:left}#HomeCoreStory .content p{font-size:14px}}@media(max-width:600px){#HomeCoreStory .row{padding:60px 30px}}#HomeParallax{width:100%;min-height:400px;position:relative;display:flex;align-items:center;justify-content:center;background-color:#000;overflow:hidden}#HomeParallax .content{text-align:center;position:relative;z-index:5}#HomeParallax .content .title{font-size:24px;line-height:2.5;margin:40px 0;color:#fff}#HomeParallax .content .title i{font-style:normal}#HomeParallax .background_box{width:100%;height:600px;position:fixed;background-image:url(/img/parallax/1.jpg?vbert=2123);background-size:cover;background-position:50%;top:50%;transform:translateY(-50%);left:0;right:0;z-index:1}#HomeParallax .background_box:before{top:0;background:linear-gradient(180deg,#000 0,transparent)}#HomeParallax .background_box:after,#HomeParallax .background_box:before{content:"";position:absolute;left:0;right:0;height:100px;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#00000000",GradientType=0)}#HomeParallax .background_box:after{bottom:0;background:linear-gradient(180deg,transparent 0,#000)}@media(max-width:768px){#HomeParallax .content{padding:20px}#HomeParallax .content .title{font-size:20px}#HomeParallax .content .title span{display:block}#HomeParallax .content .title br,#HomeParallax .content .title i{display:none}}@media(max-width:600px){#HomeParallax .content{padding:20px}#HomeParallax .content .title{font-size:18px}}#HomeOriginStory{width:100%;background-color:#fff;position:relative;z-index:5}#HomeOriginStory .row{width:1200px;max-width:100%;padding:80px 20px;margin:0 auto}#HomeOriginStory h3{font-size:36px;text-align:center;margin-bottom:60px;margin-top:0}#HomeOriginStory .content{text-align:left}#HomeOriginStory .content p{line-height:2;margin-bottom:30px}#HomeOriginStory .content .title{font-size:24px;line-height:2;font-weight:100;margin:40px 0;color:#888}@media(max-width:768px){#HomeOriginStory h3{font-size:26px}#HomeOriginStory .row{padding:80px 30px}#HomeOriginStory .content p{font-size:14px}}@media(max-width:600px){#HomeOriginStory .row{padding:60px 30px}}#HomeArtStory{width:100%;background-color:#fff;background-image:url(/img/bg-glitch.png);background-size:150px;background-repeat:repeat;position:relative;z-index:5}#HomeArtStory .cover{width:100%}#HomeArtStory .cover img{width:100%;display:block}#HomeArtStory .row{width:1200px;max-width:100%;margin:0 auto;padding:80px 30px}#HomeArtStory h3{font-size:36px;margin-bottom:30px;margin-top:0}#HomeArtStory .content,#HomeArtStory h3{text-align:center}#HomeArtStory .content p{line-height:2}#HomeArtStory .content .title{font-size:24px;line-height:2;font-weight:100;margin:40px 0;color:#888}@media(max-width:768px){#HomeArtStory h3{font-size:26px}#HomeArtStory .row{padding:80px 30px}#HomeArtStory .content{text-align:left}#HomeArtStory .content p{font-size:14px}}@media(max-width:600px){#HomeArtStory .cover img{height:200px;-o-object-fit:cover;object-fit:cover}#HomeArtStory .row{padding:60px 30px}}#HomeGallery{position:relative;z-index:5;min-height:300px;display:flex;align-items:center;justify-content:center}#HomeGallery .content{position:relative;z-index:10;text-align:center;color:#fff}#HomeGallery .content h4{font-size:36px;margin:0}#HomeGallery .content button{margin-top:30px;padding:5px 20px;border:1px solid #fff;background-color:transparent;color:#fff;cursor:pointer;transition:all .5s}#HomeGallery .content button:hover{background-color:#fff;color:#000}#HomeGallery .cover{z-index:5;background-image:url(/img/cover/4.jpg);background-position:50%;background-size:cover}#HomeGallery .cover,#HomeGallery .cover:before{position:absolute;top:0;left:0;right:0;bottom:0}#HomeGallery .cover:before{content:"";z-index:6;background-color:rgba(0,0,0,.6)}#HomeNews{width:100%;background-color:#fffbf6;position:relative;z-index:5}#HomeNews .row{width:1200px;max-width:100%;margin:0 auto;padding:80px 20px}#HomeNews h3{font-size:24px;margin-bottom:40px}#HomeNews .content{display:flex;align-items:flex-start}#HomeNews .content .news_list{width:100%;padding:0;margin:0 0;list-style:none}#HomeNews .content .news_list li{margin-bottom:30px}#HomeNews .content .news_list li a{display:flex;align-items:flex-start}#HomeNews .content .news_list li a p{margin:0;padding-right:20px;flex:1;text-decoration:underline;color:#666}#HomeNews .content .news_list li a span{color:#ea1414}#HomeNews .content iframe{width:calc(50% - 40px);margin:0 20px}#HomeNews .footer{text-align:center}#HomeNews .footer button.more_btn{margin:0 auto;padding:5px 20px;background-color:transparent;border:1px solid #000;margin-top:20px;transition:all .5s;cursor:pointer}#HomeNews .footer button.more_btn:hover{background-color:#000;color:#fff}@media(max-width:768px){#HomeNews .row{padding:40px 20px}#HomeNews .content .news_list li{margin-bottom:10px}#HomeNews .content .news_list li a{display:block}#HomeNews .content .news_list li span{font-size:12px}}#HomePosition{width:100%;background-color:#fff;position:relative;z-index:5}#HomePosition .row{width:1200px;max-width:100%;margin:0 auto}#HomePosition .content{padding:60px 20px}#HomePosition .content h4{font-size:24px;margin:0}#HomePosition .content p{letter-spacing:3px}#HomePosition .content ol li{font-size:14px;line-height:2;color:#888}#HomePosition iframe{width:100%}@media(max-width:768px){#HomePosition iframe{height:320px}#HomePosition .content p{font-size:14px}#HomePosition .content ol{padding:0 0 0 0;list-style:none}}@media(max-width:600px){#HomePosition .content p{font-size:12px}#HomePosition .content p span{display:block}#HomePosition .content ol li{font-size:12px;margin-bottom:10px}}#NewsListTopCover{width:100%;padding-top:130px}#NewsListTopCover .content{width:100%;padding-bottom:60px;text-align:center}#NewsListTopCover .content h2{-ms-writing-mode:tb-lr;writing-mode:vertical-lr;font-size:18px;letter-spacing:10px;margin:0 auto;font-weight:300}#NewsListTopCover .cover{width:100%}#NewsListTopCover .cover img{display:block;width:100%}@media(max-width:600px){#NewsListTopCover{padding-top:100px}#NewsListTopCover .content h2{font-size:16px}#NewsListTopCover .cover img{height:150px;-o-object-fit:cover;object-fit:cover}}#NewsList{width:100%}#NewsList .row{width:1200px;max-width:100%;margin:0 auto;padding:60px 20px 100px}#NewsList ol.list{list-style:none;padding:0;margin:0}#NewsList ol.list li{width:100%;margin-bottom:20px;border-bottom:1px solid #eee;padding-bottom:10px}#NewsList ol.list li a{width:100%;display:flex;align-items:center;cursor:pointer}#NewsList ol.list li a .header{margin-right:30px;width:100px}#NewsList ol.list li a .header span{text-align:justfy;display:block;font-size:14px;letter-spacing:2px;text-align:center;margin-bottom:5px}#NewsList ol.list li a .header b{display:block;font-size:12px;background-color:#000;color:#fff;padding:5px 20px}#NewsList ol.list li a p{width:calc(100% - 100px);margin:0;transition:all .6s;text-decoration:underline}#NewsList ol.list li a:hover p{color:#ea1414}@media(max-width:768px){#NewsList ol.list li a p{font-size:14px}}@media(max-width:600px){#NewsList ol.list li a{display:block}#NewsList ol.list li a .header{display:flex;align-items:center;width:auto;margin-bottom:10px}#NewsList ol.list li a .header span{margin-bottom:0;margin-right:5px;font-size:14px}#NewsList ol.list li a .header b{padding:5px 10px;font-size:10px;transform:scale(.85)}#NewsList ol.list li a p{width:100%;font-size:15px}}#NewsList .pagger{width:100%;text-align:center;padding-top:30px}#NewsList .pagger a{display:inline-block;margin:0 5px;padding:0 5px;font-size:14px;cursor:pointer;transition:all .6s}#NewsList .pagger a:hover{color:#ea1414}#NewsList .pagger a.disable{color:#999;cursor:not-allowed}#GalleryList{width:100%}#GalleryList .row{width:1200px;max-width:100%;margin:0 auto;padding:0 20px 80px}#GalleryList hr{border:none;border-top:1px solid #eee;margin:40px 0 30px}#GalleryList .list{list-style:none;display:flex;flex-wrap:wrap;padding:0;margin:0}#GalleryList .list li{width:calc(50% - 20px);margin:10px 10px}#GalleryList .list li a{display:block;width:100%;cursor:pointer}#GalleryList .list li a .img_box{display:block;width:100%;position:relative}#GalleryList .list li a .img_box img{width:100%;display:block}#GalleryList .list li a .img_box:before{content:"查看更多";position:absolute;display:flex;justify-content:center;align-items:center;z-index:10;top:0;left:0;right:0;bottom:0;background-color:hsla(0,0%,100%,.7);opacity:0;font-size:18px;font-weight:bolder;letter-spacing:60px;color:#000;transition:all .6s}#GalleryList .list li a p{transition:all .5s}#GalleryList .list li a:hover .img_box:before{opacity:1;letter-spacing:20px}#GalleryList .list li a:hover p{color:#ea1414}@media(max-width:600px){#GalleryList .list li{width:100%}}#ImageDialog{width:100%;position:fixed;z-index:600;top:0;left:0;right:0;bottom:0;display:flex;justify-content:center;align-items:center}#ImageDialog .close_btn{position:absolute;top:30px;right:20px;z-index:602;background-color:transparent;border:none;width:30px;height:30px;padding:0;margin:0}#ImageDialog .close_btn i{width:30px;height:2px;background-color:#fff;display:block;transform-origin:center}#ImageDialog .close_btn i:first-of-type{transform:rotate(45deg) translateY(1px)}#ImageDialog .close_btn i:nth-of-type(2){transform:rotate(-45deg) translateY(-1px)}#ImageDialog .img_box{position:relative;width:100%;z-index:602;display:flex;justify-content:center;align-items:center}#ImageDialog .img_box img{max-width:100%;max-height:80vh;-o-object-fit:contain;object-fit:contain}#ImageDialog .img_box button{position:absolute;top:0;bottom:0;z-index:603;background-color:transparent;border:none;cursor:pointer}@media(min-width:768px){#ImageDialog .img_box button:hover .arrow{border-color:#ea1414}}#ImageDialog .img_box button.prev_btn{left:0;padding-left:30px}#ImageDialog .img_box button.prev_btn:before{content:"";position:absolute;bottom:0;left:0;top:0;width:100px;opacity:0;transition:all .5s;background:linear-gradient(270deg,transparent 0,#000);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#00000000",GradientType=0)}#ImageDialog .img_box button.prev_btn:hover:before{opacity:1}@media(max-width:768px){#ImageDialog .img_box button.prev_btn{padding-left:15px}#ImageDialog .img_box button.prev_btn:before{display:none}}#ImageDialog .img_box button.next_btn{right:0;padding-right:30px}#ImageDialog .img_box button.next_btn:before{content:"";position:absolute;bottom:0;right:0;top:0;width:100px;opacity:0;transition:all .5s;background:linear-gradient(90deg,transparent 0,#000);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#00000000",GradientType=0)}#ImageDialog .img_box button.next_btn:hover:before{opacity:1}@media(max-width:768px){#ImageDialog .img_box button.next_btn{padding-right:15px}#ImageDialog .img_box button.next_btn:before{display:none}}#ImageDialog .img_box .arrow{border:solid #fff;border-width:0 3px 3px 0;display:inline-block;padding:15px;transition:all .5s}@media(max-width:768px){#ImageDialog .img_box .arrow{padding:8px}}#ImageDialog .img_box .right{transform:rotate(-45deg);-webkit-transform:rotate(-45deg)}#ImageDialog .img_box .left{transform:rotate(135deg);-webkit-transform:rotate(135deg)}#ImageDialog .dark_cover{position:absolute;z-index:601;background-color:rgba(0,0,0,.9);top:0;left:0;right:0;bottom:0}#NewsPage{width:100%;background-color:#fff;padding:66px 0 0;display:flex;flex-direction:column}@media(max-width:860px){#NewsPage{padding:60px 0 0}}#NewsPage .header{width:1200px;max-width:100%;margin:0 auto;padding:50px 20px 0;display:flex;align-items:flex-end;justify-content:space-between}#NewsPage .header h2{font-size:60px;font-weight:700;color:#000;margin:0}#NewsPage .header h2 b{background-color:#000;color:#fff;font-size:14px;padding:5px 13px;margin-bottom:10px}#NewsPage .header h2 span{display:block;font-size:24px;color:#000}#NewsPage .header p{color:#000;margin:0}@media(max-width:768px){#NewsPage .header{flex-direction:column;align-items:flex-start}#NewsPage .header h2{font-size:40px}#NewsPage .header h2 span{font-size:18px}}#NewsPage .social_box{width:1200px;max-width:100%;margin:0 auto;display:flex;justify-content:flex-end;padding:40px 0 0}#NewsPage .social_box button{background-color:transparent;border:1px solid #ea1414;color:#ea1414;padding:5px 15px;margin-right:10px;border-radius:3px;transition:all .3s;cursor:pointer}#NewsPage .social_box button:first-of-type{background-color:#4fd56f;border:1px solid #4fd56f;color:#fff}#NewsPage .social_box button:first-of-type:hover{background-color:#2ffa5e;border:1px solid #2ffa5e}#NewsPage .social_box button:nth-of-type(2){background-color:#155fce;border:1px solid #155fce;color:#fff}#NewsPage .social_box button:nth-of-type(2):hover{background-color:#1975fe;border:1px solid #1975fe}@media(max-width:768px){#NewsPage .social_box{padding:20px 0 0}}#NewsPage .content{flex:1;width:900px;margin:0 auto;max-width:100%;padding:1.5em 0;color:#000}#NewsPage .content a{color:#ea1414}#NewsPage .content p{line-height:2}#NewsPage .content .content_block.image,#NewsPage .content .content_block.image img{width:100%}@media(max-width:768px){#NewsPage .content .content_block.image{padding:0 20px}}#NewsPage .footer{width:1200px;max-width:100%;margin:0 auto;padding:40px 0;text-align:center}#NewsPage .footer button.back_button{margin:0 auto;padding:8px 30px;border-radius:3px;background-color:transparent;border:1px solid #888;color:#888;font-size:16px;transition:all .3s;cursor:pointer}#NewsPage .footer button.back_button i{margin-right:20px;transition:all .3s}#NewsPage .footer button.back_button:hover{border-color:#000;color:#000}#NewsPage .footer button.back_button:hover i{transform:translateX(-10px)}#GalleryPage{width:100%;background-color:#fff;padding:66px 0 0;display:flex;flex-direction:column}@media(max-width:860px){#GalleryPage{padding:60px 0 0}}#GalleryPage .header,#GalleryPage .row{width:1200px;max-width:100%;margin:0 auto}#GalleryPage .header{padding:50px 20px 0}#GalleryPage .header .back_btn{background-color:transparent;border:1px solid #000;border-radius:2px;padding:5px 15px;margin-bottom:20px;cursor:pointer;transition:all .5s}#GalleryPage .header .back_btn:hover{background-color:#000;color:#fff}#GalleryPage .header .content{display:flex;align-items:flex-start;justify-content:space-between}#GalleryPage .header h2{font-weight:700;color:#000;margin:0;line-height:1.5;font-size:24px}#GalleryPage .header p{color:#000;margin:0;width:130px;text-align:right}@media(max-width:768px){#GalleryPage .header{flex-direction:column;align-items:flex-start}#GalleryPage .header h2{font-size:18px}}@media(max-width:600px){#GalleryPage .header .content{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start}#GalleryPage .header h2{font-size:18px}#GalleryPage .header p{margin-top:10px;text-align:left}}#GalleryPage .social_box{width:1200px;max-width:100%;margin:0 auto;display:flex;justify-content:flex-end;padding:40px 10px 0}#GalleryPage .social_box button{background-color:transparent;border:1px solid #ea1414;color:#ea1414;padding:5px 15px;margin-right:10px;border-radius:3px;transition:all .3s;cursor:pointer}#GalleryPage .social_box button:first-of-type{background-color:#4fd56f;border:1px solid #4fd56f;color:#fff}#GalleryPage .social_box button:first-of-type:hover{background-color:#2ffa5e;border:1px solid #2ffa5e}#GalleryPage .social_box button:nth-of-type(2){background-color:#155fce;border:1px solid #155fce;color:#fff}#GalleryPage .social_box button:nth-of-type(2):hover{background-color:#1975fe;border:1px solid #1975fe}@media(max-width:768px){#GalleryPage .social_box{padding:20px 10px 0}}#GalleryPage .list{width:100%;display:flex;flex-wrap:wrap;padding:0 10px}#GalleryPage .list .img_box{width:calc(33.3333% - 20px);height:228px;margin:10px;position:relative;cursor:pointer}#GalleryPage .list .img_box img{width:100%;height:100%;display:block;-o-object-fit:cover;object-fit:cover}#GalleryPage .list .img_box:before{content:"放大查看";position:absolute;display:flex;align-items:center;justify-content:center;letter-spacing:30px;z-index:10;top:0;left:0;right:0;bottom:0;background-color:hsla(0,0%,100%,.5);opacity:0;transition:all .5s}#GalleryPage .list .img_box:hover:before{opacity:1;letter-spacing:10px}@media(max-width:1200px){#GalleryPage .list .img_box{width:calc(33.3333% - 20px);height:calc(20vw - 16px)}}@media(max-width:768px){#GalleryPage .list .img_box{width:calc(50% - 20px);height:calc(30vw - 18px)}}@media(max-width:600px){#GalleryPage .list .img_box{width:calc(100% - 20px);height:calc(60vw - 24px)}}