@charset "utf-8"; /* CSS Document */ html { overflow-y: scroll; } body { background: #FFF; font-size: 14px; line-height: 30px; -webkit-text-size-adjust: 100%; } body, input, textarea, select { color: #4A4A4A; font-family: 'PingFangSC-Regular', 'Microsoft YaHei', '微软雅黑', sans-serif; } body, ul, dl, dd, form, textarea, input, ol, h1, h2, h3, h4 { margin: 0; } h1, h2, h3, h4, input, textarea, select { font-size: inherit; } ul, ol, td, th { padding: 0; list-style: none outside; } a { transition: color 0.3s; color: #333; text-decoration: none; } a, button { -webkit-tap-highlight-color: transparent; } h1, h2, h3, h4, i, em { font-style: normal; font-weight: normal; } *, *:focus { outline: none; } textarea { overflow: auto; resize: none; } img { border: 0; vertical-align: middle; max-width: 100%; } input::-webkit-outer-spin-button, input::-webkit-inner-spin-button, input[type=submit], input[type=reset], input[type=number], input[type=tel], input[type=text], input[type=password], button, textarea { -webkit-appearance: none !important; margin: 0; } input[type=number] { -moz-appearance: textfield; } input, textarea, button { border-radius: 0; } /*::-webkit-scrollbar { height: 0; width: 5px; } ::-webkit-scrollbar-thumb { background-color: #b9b9b9; border-radius: 0; } ::-webkit-scrollbar-track { background-color: #fff; }*/ .clear:after { display: block; clear: both; content: ''; visibility: hidden; height: 0; } .breakall { word-break: break-all; word-wrap: break-word; } .float-left { float: left; } .float-right { float: right; } .text-left { text-align: left; } .text-center { text-align: center; padding: 0 30px; } .text-right { text-align: right; } .text-justify { text-align: justify; text-justify: inter-ideograph; } .nowrap, .nowrap li { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; } .font12 { font-size: 12px; } .pswp__button--close { background: url(../image/close-white.svg) no-repeat 50%; background-size: 22px; right: 13px; } .header { position: fixed; box-sizing: border-box; transition: all 0.3s; padding: 34px 38px; width: 100%; z-index: 99; font-size: 16px; } .logo { transition: all 0.3s; width: 374px; height: 32px; position: relative; } .logo:before, .logo:after { transition: opacity 0.3s; position: absolute; left: 0; top: 0; width: 100%; height: 100%; content: ''; } .logo:before { background: url(../image/logo-white.png) no-repeat 50%; background-size: contain; } .logo:after { background: url(../image/logo-mini.png) no-repeat 50%; background-size: contain; opacity: 0; } .navigation { line-height: 24px; margin: 4px -15px 0 0; transition: margin 0.3s; } .navigation li { float: left; padding: 0 15px; } .navigation a { color: #FFF; display: block; } .navigation a.current, .navigation a:hover { border-bottom: 1px solid #FFF; } .header.mini { padding: 13px 38px; font-size: 14px; } .header.mini, .header.show { background-color: #FFF; box-shadow: 0 15px 45px -8px rgba(0, 0, 0, 0.2); } .header.mini .logo { width: 281px; height: 24px; } .header.mini .logo:before, .header.show .logo:before { opacity: 0; } .header.mini .logo:after, .header.show .logo:after { opacity: 1; } .header.mini .navigation, .header.show .navigation { margin-top: 0; } .header.mini .navigation a, .header.show .navigation a { color: #1D1D1D; } .header.mini .navigation a.current, .header.mini .navigation a:hover { border-bottom-color: #1D1D1D; } .swiper-index { --swiper-navigation-size: 47px; } .swiper-index .swiper-slide a { display: block; height: 100vh; background-size: cover; background-position: 50%; } .swiper-button-next, .swiper-button-prev { width: 16px; height: 44px; margin-top: -22px; } .swiper-button-prev { left: 38px; background: url(../image/arrow-left.svg) no-repeat 50%; background-size: contain; } .swiper-button-next { right: 38px; background: url(../image/arrow-right.svg) no-repeat 50%; background-size: contain; } .swiper-button-next:after, .swiper-button-prev:after { display: none; } .swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled { opacity: 0; } .swiper-index ol { display: flex; font-size: 13px; justify-content: flex-end; position: absolute; bottom: 34px; left: 35px; right: 35px; z-index: 15; } .swiper-index li { margin-left: 68px; } .swiper-index li:before { content: ''; float: left; width: 6px; height: 6px; margin: 13px 10px 0 0; background-color: #BC1C3D; border-radius: 50%; } .swiper-index ol a { color: #FFF; text-decoration: underline; } .swiper-index li:nth-of-type(1) { margin-left: 0; } .footer { background-color: #242424; padding: 62px 80px 0; } .footer > .clear:nth-of-type(1) { display: none; } .footer a { color: #9B9B9B; } .footer a:hover { color: #FFF; } .footer-logo { width: 314px; height: 32px; background: url(../image/logo-gray.png) no-repeat 50%; background-size: contain; } .footer-navigation { display: flex; justify-content: flex-end; width: calc(100% - 350px); margin-top: 1px; border-bottom: 1px solid #373737; } .footer-navigation li { margin-left: 40px; } .footer-navigation a { color: #FFF; } .footer-list { float: left; margin-right: 100px; margin-top: 20px; } .footer-list strong { line-height: 20px; display: block; margin: 0 0 15px; } .footer-list strong, .footer-list strong a { color: #BC1C3D; } .footer-list span, .footer-list em { display: inline-block; width: 87px; vertical-align: top; } .footer-list em { width: 357px; } .footer-list:nth-last-of-type(1) { margin-right: 0; } .copy { border-top: 1px solid #373737; margin-top: 60px; line-height: 64px; text-align: right; } .copy a:nth-of-type(2) { color: #4A4A4A; } .topimage { position: relative; height: 570px; overflow: hidden; } .topimage h1 { font-size: 24px; line-height: 33px; position: absolute; left: 0; right: 0; bottom: 30px; color: #FFF; text-shadow: 0 0 5px #000; } .topimage.mini { height: 300px; } .topimage.big { height: 680px; } .topimage-bg { height: 684px; background-size: cover; background-position: 50%; } .topimage.mini .topimage-bg { height: 420px; } .topimage.big .topimage-bg { height: 800px; } .auto1000 { max-width: 1000px; margin-left: auto; margin-right: auto; padding: 0 30px; } h2.title { font-size: 24px; line-height: 33px; padding: 64px 0 32px; } .cred { color: #BC1C3D; } .about-intro dt { float: left; width: 249px; } .about-intro dd { float: right; width: calc(100% - 307px); line-height: 28px; padding-top: 2px; } .about-inherited { margin-top: 96px; background-color: #F9F9F9; } .timeline { padding: 132px 0 243px; } .timeline ul { line-height: 20px; border: 2px solid #BC1C3D; height: 4px; border-radius: 3.5px; position: relative; } .timeline li { position: absolute; top: -102px; padding-bottom: 40px; } .timeline_cn li { top: -82px; } .timeline li:before { width: 7px; height: 7px; background-color: #BC1C3D; border-radius: 50%; content: ''; position: absolute; left: 0; bottom: 16px; } .timeline li:after { width: 1px; height: 16px; background-color: #BC1C3D; content: ''; position: absolute; left: 3px; bottom: 0; } .timeline span { display: block; } .timeline li:nth-of-type(1) { left: 26px; } .timeline li:nth-of-type(3) { left: 247px; } .timeline li:nth-of-type(5) { left: 507px; } .timeline li:nth-of-type(7) { left: 784px; } .timeline li:nth-of-type(2n) { top: 6px; padding: 40px 0 0; } .timeline li:nth-of-type(2n):before { top: 16px; bottom: auto; } .timeline li:nth-of-type(2n):after { top: 0; bottom: auto; } .timeline li:nth-of-type(2) { left: 107px; } .timeline li:nth-of-type(4) { left: 434px; } .timeline li:nth-of-type(6) { left: 748px; } .about-team-list { line-height: 20px; display: flex; justify-content: center;/*justify-content: space-between;*/ flex-wrap: wrap; text-align: center; max-width: 960px; padding: 0 30px; margin: 38px auto 0; } .about-team-list li { background-color: #F9F9F9; width: calc((100% - 60px) / 3); max-width: 300px; height: 315px; padding-top: 35px; margin: 0 0 30px; } .about-team-list img { border-radius: 50%; } .about-team-list strong { display: block; margin: 22px 0; } .about-team-list + .about-team-list { margin-top: 0; } /*.about-team-list:nth-of-type(1) { justify-content: center; }*/ /*.about-team-list:nth-of-type(1) li:nth-of-type(2) { margin-left: 30px; }*/ /*.about-team-list:nth-of-type(3) { justify-content: center; }*/ /*.about-team-list:nth-of-type(3) li:nth-of-type(2) { margin-left: 30px; }*/ .about-business { margin-top: 60px; position: relative; height: 694px; overflow: hidden; color: #FFF; } .about-business-bg { position: absolute; width: 100%; height: 100%; background-position: 50%; background-size: cover; height: 800px; z-index: -1; } .about-business-item { display: flex; justify-content: space-between; flex-wrap: wrap; max-width: 822px; margin: 25px auto 0; padding: 0 30px; line-height: 78px; text-align: center; font-size: 16px; } .about-business-item li { border: 1px solid #FFF; box-sizing: border-box; width: 250px; max-width: calc((100% - 60px) / 3); height: 80px; border-radius: 8px; margin-top: 50px; position: relative; } .about-business-item li:before { left: 4px; top: 4px; right: 4px; bottom: 4px; border: 1px solid #FFF; content: ''; position: absolute; border-radius: 4px; } .about-business-item li:hover { border-width: 2px; line-height: 76px; } .about-business-item li:hover:before { left: 2px; top: 2px; right: 2px; bottom: 2px; border-width: 2px; content: ''; position: absolute; border-radius: 4px; } .about-org { padding: 32px 0 152px; background-color: #F9F9F9;} .about-position { position: relative; min-height: 553px; color: #FFF; overflow: hidden; } .about-position-bg { position: absolute; width: 100%; height: 700px; min-height: 100%; background-position: 50%; background-size: cover; z-index: -1; } .about-position dl { padding-top: 64px; margin-top: 24px; } .about-position dt { float: left; font-size: 24px; line-height: 33px; margin-right: 100px; } .about-position dd { overflow: hidden; } .about-position dl + dl { margin-top: 0; padding-bottom: 30px; } .word800 { max-width: 1280px; margin: 72px auto 96px; padding: 0 30px; text-align: center;} .auto1280 { max-width: 1280px; margin-left: auto; margin-right: auto; padding: 0 30px; } .blame-list { max-width: 1304px; text-align: center; line-height: 50px; padding: 0 18px; } .blame-list li { float: left; width: 33.33333%; padding: 0 12px; box-sizing: border-box; margin-bottom: 60px; } .loader-bg { background-color: #F1F1F1; display: block; overflow: hidden; position: relative; } .loader-bg:before { content: ''; animation: loaderAnimation .8s infinite linear; background: url(../image/loading.svg) no-repeat 50%; position: absolute; left: 50%; top: 50%; width: 40px; height: 40px; margin: -20px 0 0 -20px; } .lazyload { opacity: 0; transition: opacity 0.9s, transform 1.5s ease-out; background-size: cover; background-position: 50%; position: relative; } .lazyload.loaded { opacity: 1; } .blame-list .lazyload { padding-top: 68.29%; } .ua-pc .zoomimage:hover .lazyload { transform: scale(1.05); } .layer { display: none; position: fixed; left: 0; top: 0; right: 0; bottom: 0; background-color: rgba(0,0,0,0.7); z-index: 100; } .layer dl { position: absolute; padding: 100px 35px 40px; left: 15%; top: 50%; right: 15%; transform: translate3d(0, -50%, 0); background-color: #FFF; } .layer dt { width: 40%; line-height: 28px; padding-right: 4%; } .close { position: absolute; right: 35px; top: 40px; width: 16px; height: 16px; background: url(../image/close.svg) no-repeat 50%; background-size: contain; } .layer dt div.text-justify { display: flex; justify-content: center; flex-direction: column; height: calc((70vw - 70px) * 0.56 - 73px); overflow-y: auto; padding-right: 12px; } .layer dt div.text-justify::-webkit-scrollbar { height: 0; width: 5px; } .layer dt div.text-justify::-webkit-scrollbar-thumb { background-color: #b9b9b9; border-radius: 0; } .layer dt div.text-justify::-webkit-scrollbar-track { background-color: #fff; } .layer h1 { font-size: 24px; line-height: 33px; margin-bottom: 20px; } .layer dd { overflow: hidden; } .layer .swiper-slide { padding-top: 100%; background-size: contain; background-repeat: no-repeat; background-position: 50%; /*background-color: #F2F2F2;*/ } .swiper-title { line-height: 20px; height: 20px; padding-top: 5px; text-align: center;} .filter { margin: 96px 0; display: flex; justify-content: center; line-height: 48px; text-align: center; font-size: 14px; padding: 0 30px; } .filter-item { margin: 0 35px; position: relative; width: 186px; z-index: 15; } .filter-item > a { display: block; transition: border-radius 0.3s; background-color: #F2F2F2; border-radius: 10px; position: relative; } .filter-item > a.current { background-color: #BBB; color: #FFF; } .filter-item > a:before { transition: transform 0.3s; content: ''; background: url(../image/arrow-down.svg); width: 8px; height: 5px; position: absolute; right: 19px; top: 20px; } .filter-item:nth-of-type(3) > a:before { display: none; } .filter-drop { transition: opacity 0.3s; visibility: hidden; opacity: 0; position: absolute; top: 100%; left: 0; width: 100%; line-height: 20px; padding: 4px 0 11px; border-radius: 0 0 10px 10px; background-color: #F2F2F2; } .filter-drop a { display: block; padding: 10px 0; } .filter-drop a:hover { background-color: #BBB; } .filter-item.show > a { border-radius: 10px 10px 0 0; } .filter-item.show > a:before { transform: rotate(180deg); } .filter-item.show .filter-drop { visibility: visible; opacity: 1; } .works-list { text-align: center; line-height: 50px; max-width: 1304px; padding: 0 18px; } .works-list li { float: left; width: 33.33333%; padding: 0 12px; box-sizing: border-box; margin-bottom: 38px; } .works-list .lazyload { padding-top: 68.29%; } .works-list li > a:nth-of-type(2) { display: block; height: 44px; line-height: 22px; padding: 14px 0; } .detail-intro { line-height: 28px; margin: 96px 0; overflow: hidden; } .detail-intro dt { float: left; width: 40%; } .intro-intent { padding-left: 82px; margin: 0; } .intro-intent strong { float: left; width: 82px; margin-left: -82px; } .detail-intro dd { float: right; width: 54.68%; } .detail-intro dd.detail-awards { float: none; clear: both; position: relative; padding-top: 64px; } .detail-intro dd:nth-last-of-type(1) { display: none; } .swiper-detail .swiper-slide { width: auto; background-color: #F1F1F1; } .swiper-detail img { height: 500px; max-width: none; } .swiper-detail + .swiper-pagination { position: static; line-height: 16px; margin: 40px 0 96px; } .swiper-detail + .swiper-pagination .swiper-pagination-bullet { background-color: #9B9B9B; opacity: 1; margin: 0 5px; vertical-align: middle; } .swiper-detail + .swiper-pagination .swiper-pagination-bullet-active { background-color: #B10009; width: 16px; height: 16px; } .related-works-title { font-size: 24px; line-height: 33px; margin-bottom: 40px; color: #000; } .pswp__caption { transition: transform 0.3s; } .pswp--zoomed-in .pswp__caption { transform: translateY(101%); } .history-list { max-width: 1300px; margin-bottom: 64px; padding: 0 20px; } .history-list li { float: left; width: 20%; padding: 0 10px; box-sizing: border-box; margin-bottom: 20px; } .history-list a { display: block; overflow: hidden; padding-top: 100%; position: relative; } .history-list span { will-change: transform; position: absolute; transform: translate3d(0, 101%, 0); left: 0; bottom: 0; right: 0; padding: 10px; line-height: 24px; color: #FFF; background-color: rgba(0,0,0,0.5); transition: transform 0.3s, opacity 0.3s; opacity: 0; } .history-list a:hover span { opacity: 1; transform: translate3d(0, 0, 0); } .history-list img { position: absolute; max-width: none; height: 100%; left: 50%; top: 50%; transform: translate(-50%, -50%); } .filter-news { margin: 64px auto 0; text-align: center; display: flex; justify-content: center; } .filter-news a { padding: 0 6px; margin: 0 30px; } .filter-news a.current { border-bottom: 2px solid #BC1C3D; } .filter-news + .filter { display: none; } .news-list { line-height: 28px; margin-top: 64px; } .news-list a { display: block; border-top: 1px solid #D8D8D8; padding: 57px 140px 64px; } .news-list dt { float: left; padding-top: 7px; margin-right: 40px; width: 184px; position: relative; } .news-list dt span { position: absolute; left: 10px; bottom: 1px; color: #FFF; font-size: 12px; } .news-list dd { overflow: hidden; } .news-list h2 { font-size: 16px; margin-bottom: 22px; } .news-list div.text-justify, .news-list div.text-left { height: 140px; overflow: hidden; text-overflow: ellipsis; -webkit-line-clamp: 5; -webkit-box-orient: vertical; display: -webkit-box; } .news-detail { margin-top: 64px; } .page { margin: 64px 0 96px; text-align: center; font-size: 18px; display: flex; justify-content: center; line-height: 40px; } .page a, .page strong { margin: 0 1px; width: 40px; background-color: #EDEDED; transition: none; } .page a:hover, .page strong, .page .strong { background-color: #830008; color: #FFF; font-weight: normal; } .news-detail h1 { font-size: 24px; line-height: 33px; text-align: center; } .news-detail small { text-align: center; font-size: 14px; color: #777; display: block; margin: 64px 0 20px; } .news-detail .text-justify { line-height: 28px; color: #777; margin-bottom: 64px; } .contact { margin-top: 25px; } .contact li { float: left; width: calc((100% - 50px) / 3); box-sizing: border-box; margin: 0 25px 25px 0; border: 1px solid #D8D8D8; border-radius: 4px; padding: 40px 40px 30px; min-height: 206px; } .contact strong, .map-address strong { display: block; color: #000; font-size: 18px; } .contact li:nth-of-type(3n) { margin-right: 0; } .map-code { margin-top: 25px; } .map { float: left; width: calc((100% - 50px) / 3 * 2 + 23px); background: url(../image/map.png) no-repeat 50%; height: 276px; border: 1px solid #D8D8D8; border-radius: 4px; } .map-address { float: right; padding: 12px 40px 12px 16px; border-radius: 4px; background-color: #FFF; margin: 27px 43px 0 0; } .qrcode { float: right; width: calc((100% - 50px) / 3); text-align: center; padding-top: 27px; } .qrcode p { margin: 13px 0 0; } .pswp__button--arrow--left:before, .pswp__button--arrow--right:before { width: 17px; height: 47px; top: 26px; } .pswp__button--arrow--left:before { background: url(../image/arrow-left.svg); background-size: 17px auto; left: 24px; } .pswp__button--arrow--right:before { background: url(../image/arrow-right.svg); background-size: 17px auto; right: 24px; } .join-item { display: flex; justify-content: space-between; flex-wrap: wrap; max-width: 822px; margin: 25px auto 0; padding: 0 30px; line-height: 78px; text-align: center; font-size: 16px; } .join-item li { color: #BC1C3D; border: 1px solid #BC1C3D; box-sizing: border-box; width: 250px; max-width: calc((100% - 60px) / 3); height: 80px; border-radius: 8px; margin-top: 50px; position: relative; } .join-item li:before { left: 4px; top: 4px; right: 4px; bottom: 4px; border: 1px solid #BC1C3D; content: ''; position: absolute; border-radius: 4px; } /******************************************/ .nowrap2 { text-overflow: -o-ellipsis-lastline; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; } /*2022*/ .word1000 {max-width: 1000px; text-align: left; line-height: 28px; margin: 72px auto 78px;} .exhibition-list li, .exhibition-list .item {margin-bottom: 50px;} .exhibition-list li > a:nth-of-type(2), .exhibition-list .item > a:nth-of-type(2){/*display: block;*/ height: 44px; line-height: 22px; padding: 10px 0 4px; color: #4A4A4A;} .exhibition-list li h5, .exhibition-list .item h5{margin: 0; font-size: 12px; line-height: 17px; font-weight: normal; color: #4A4A4A;} .exhibitmod .exhibition-list li > a:nth-of-type(2), .exhibition-list .item > a:nth-of-type(2){display: block; height: 30px; line-height: 30px; padding-top: 10px; } /*详情页 .mod1 三列图片 .mod2 四列图片 .mod3 瀑布流图片 .mod4 建筑模型 .mod5 上图片,下文字 .mod6 上文字,下图片 .mod7 左图片,右文字 .mod8 右图片,左文字 .mod9 视频模块 .mod10 VR模块 */ .exhibition-list .item{ float: left; width: 33.33333%; padding: 0 12px; box-sizing: border-box; margin-bottom: 60px; } .exhibition-list2 a.zoomimage {display: block; padding-top: 68.9%; position: relative;} .exhibition-list2 a.zoomimage img {position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover;} .exhibition-detail { margin-top: 0; } .exhibition-detail h1 { font-weight: 500; line-height: 33px; } .exhibition-detail small { font-size: 14px; display: block; margin: 30px 0 0; font-weight: 400; line-height: 20px; } .exhibitmod .lazyload {display: block;} .exhibitmod .mod-title { font-size: 24px; color: #4A4A4A; line-height: 33px; text-align: center; margin-bottom: 30px; } .exhibitmod .exhibition-list {margin:0 -12px; padding: 0;} .exhibitmod p {margin: 0;} .mod7 .txt , .mod8 .txt {overflow: hidden;} .mod7 .img , .mod8 .img {max-width: 500px; } .mod7 .img {margin-right: 80px;} .mod8 .img {margin-left: 80px;} .mod5 {background-color: #eee;} .mod5 .img, .mod6 .txt {margin-bottom: 30px;} .mod5 .img img {max-width: 100%;} .mod1 .exhibition-list .item > a {font-size: 14px !important;} .mod2 .exhibition-list .item .title { font-size: 14px !important;} .mod2 .blame-list .item{width: 25%;} .mod1 .exhibition-list .item, .mod2 .exhibition-list .item{margin-bottom: 30px;} .mod1 .exhibition-list .item:nth-child(3n+1):nth-last-child(-n+3), .mod1 .exhibition-list .item:nth-child(3n+1):nth-last-child(-n+3) ~ .item { margin-bottom: 0 ; } .mod2 .exhibition-list .item:nth-child(4n+1):nth-last-child(-n+4), .mod2 .exhibition-list .item:nth-child(4n+1):nth-last-child(-n+4) ~ .item { margin-bottom: 0 ; } #container{ position:relative; margin:0 auto; /*padding-bottom: 10px;*/ } .mod3 .grid{ width:188px; min-height:100px; margin: 0px 8px; font-size:12px; float:left; } .mod3 .grid .imgholder {margin-bottom: 5px;} .mod3 .txt {font-size: 14px; text-align: center; text-overflow: ellipsis; white-space: nowrap; overflow: hidden;} .mod9 .exhibit-video, .mod10 .exhibit-vr {position: relative;} .mod9 .exhibit-video img , .mod10 .exhibit-vr img {width: 100%;} .mod9 .exhibit-video .exhibit-play, .mod10 .exhibit-vr .exhibit-play {position: absolute; z-index: 9; left: 0; right: 0; top: 0; bottom: 0; margin: auto; cursor: pointer; } .mod9 .exhibit-video .exhibit-play {width: 128px; height: 128px; background:url(../image/exhibit-play.png) no-repeat; background-size: cover;} .mod10 .exhibit-vr .exhibit-play { width: 245px; height: 70px; line-height: 70px; text-align: center; font-size: 18px; color: #fff; border: 2px solid #fff; border-radius: 40px;} .mod9 .exhibit-video iframe, .mod10 .exhibit-vr iframe {position: absolute; left: 0; top: 0; width: 100%; height: 100%;} .mod10 .exhibit-vr .exhibit-play { -webkit-transition: all .3s ease; -o-transition: all .3s ease; transition: all .3s ease; } .mod10 .exhibit-vr .exhibit-play:hover { background-color: #a52025; border-color: #a52025; } #masterslider {touch-action: pan-y;} .swiper-exhibition {width: 500px;padding-top: 20px;} .swiper-exhibition .swiper-slide {width: 33%;} .swiper-exhibition .swiper-slide img {object-fit: cover; width: 160px; height: 120px;} .copy .jt {margin-left: 100px;} .exhibit-main .auto1280, .exhibit-main .auto1000 {padding-left: 0; padding-right: 0;} .ms-layout .tit {line-height: 30px; color: #4A4A4A; font-size: 14px; text-align: center; margin-top: 10px;} .waterfall{ } /*一个内容层*/ .waterfall .item{ margin: 0 0 1em 0; -moz-page-break-inside: avoid; -webkit-column-break-inside: avoid; break-inside: avoid; margin-bottom:30px; } .waterfall .item img{ width: 100%; } .waterfall .item p{ text-align: center; line-height: 30px; font-size: 14px; } @media only screen and (max-width: 1340px) { .exhibit-main .auto1280 {padding-left: 30px; padding-right: 30px;} .mod7 .img, .mod8 .img { width: 50%; padding-right: 3%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; margin-right: 0; max-width: auto; } .mod8 .img {margin-left: 0; padding-left: 3%;} .mod7 .txt {overflow: inherit;} } @media only screen and (max-width: 1060px) { .exhibit-main .auto1000 {padding-left: 30px; padding-right: 30px;} } /******************************************/ @media screen and (max-width: 1112px) { .header, .header.mini { padding: 30px 30px 28px; } .header.mini, .header.show { border-bottom: 1px solid #E6E6E6; } .header.mini .logo { width: 374px; height: 32px; } .showmenu { float: right; width: 32px; height: 32px; background: url(../image/menu-white.svg) no-repeat 50%; background-size: 22px auto; } .header.mini .showmenu, .header.show .showmenu { background-image: url(../image/menu.svg); } .navigation { opacity: 0; visibility: hidden; transition: opacity 0.3s; font-size: 24px; text-align: right; background-color: #FFF; line-height: 48px; padding: 42px 15px 0; box-sizing: border-box; position: absolute; left: 0; top: calc(100% + 1px); width: 100%; height: 100vh; } .navigation li { float: none; margin-bottom: 22px; } .navigation a { display: inline-block; vertical-align: top; padding: 0 27px; border-radius: 24px; } .header.mini .navigation a.current, .header.mini .navigation a:hover, .header.show .navigation a.current, .header.show .navigation a:hover { background-color: #F1F1F1; border-bottom: none; } .header.show .navigation { opacity: 1; visibility: visible; } } @media screen and (max-width: 1100px){ .swiper-index ol { display: block; bottom: 30px; } .swiper-index li { margin-left: 0; } .layer dl { left: 30px; right: 30px; padding: 20px; overflow-y: auto; max-height: calc(100vh - 60px); box-sizing: border-box; } .layer dt div.text-justify { height: auto; } .layer dt, .layer dd { float: none; width: 100%; padding-right: 0; } /*.close { top: 0; right: 0; }*/ .layer h1 { margin-bottom: 20px; } .layer dd { margin-top: 40px; } .swiper-title { left: 10px; bottom: 10px; right: 10px; font-size: 14px; } .swiper-button-prev { left: 10px; } .swiper-button-next { right: 10px; } .contact li { padding: 20px; margin: 0 20px 20px 0; width: calc((100% - 40px) / 3); } .map { width: calc((100% - 40px) / 3 * 2 + 18px); } .map-address { margin: 21px 20px 0 0; } .qrcode { width: calc((100% - 40px) / 3); } /**********************************/ .copy {line-height: 2;} .copy a {display: block;} .waterfall{ -moz-column-count:3; /* Firefox */ -webkit-column-count:3; /* Safari 和 Chrome */ column-count:3; } /**********************************/ } @media screen and (max-width: 900px){ .footer { padding: 30px 30px 0; } .footer-list { float: none; } .footer-list strong { margin: 0 0 15px; } .footer-list + .footer-list strong { margin-top: 30px; } .footer-navigation { display: none; } .footer-list { margin-right: 0; } .footer-list em { width: calc(100% - 88px); } .footer-list + .footer-list + .footer-list em { width: 100%; } .copy { margin-top: 30px; line-height: 80px; } .topimage.big, .topimage.big .topimage-bg, .topimage.mini, .topimage.mini .topimage-bg, .topimage, .topimage .topimage-bg { height: 390px; } h2.title { padding: 30px 0; } .about-intro dt { text-align: center; padding-bottom: 30px; } .about-intro dt img { width: 210px; } .about-intro dt, .about-intro dd { float: none; width: 100%; } .about-inherited { margin-top: 30px; } .about-inherited .auto1000 { padding-left: 0; padding-right: 0; overflow: auto; } .timeline { padding: 80px 30px 140px; width: 1000px; } .about-team div.text-center { text-align: left; margin-top: 10px; } .about-team-list { justify-content: center; } .about-team-list li { width: calc((100% - 30px) / 2); max-width: none; } .about-team-list li:nth-of-type(2n) { margin-left: 30px; } .about-business { margin-top: 10px; height: 438px; } .about-business div.text-center { display: none; } .about-business-item { margin-top: 0; font-size: 14px; } .about-business-item li { margin: 5px 0 30px; max-width: calc((100% - 30px) / 2); } .about-org { margin: 0 0 40px; } .about-position dl { margin: 0; padding-top: 0; } .about-position dt { padding: 30px 0 45px; text-align: center; } .about-position dt, .about-position dd { float: none; width: 100%; } .word800 { margin: 30px 0 40px; } .filter { justify-content: space-between; margin: 0 0 30px; } .filter-item { margin: 0; width: calc((100% - 16px) / 3); } .works-list, .blame-list { padding: 0; line-height: 30px; text-align: left; font-size: 18px; } .works-list li, .blame-list li { position: relative; width: calc((100% - 2px) / 2); padding: 0; margin-bottom: 2px; position: relative; } .works-list li a:nth-of-type(2), .blame-list li a:nth-of-type(2) { white-space: nowrap; text-overflow: ellipsis; overflow: hidden; color: #FFF; position: absolute; left: 30px; right: 30px; bottom: 12px; } .works-list li:nth-of-type(2n), .blame-list li:nth-of-type(2n) { padding-left: 2px; box-sizing: content-box; } .history-list li { width: 33.33333%; } .contact li { padding: 20px; margin: 0 20px 20px 0; width: calc((100% - 20px) / 2); } .map { width: 100%; box-sizing: border-box; float: none; } .map-address { margin: 21px 20px 0 0; } .qrcode { width: 100%; float: none; } .contact li:nth-of-type(3n) { margin-right: 20px; } .contact li:nth-of-type(2n) { margin-right: 0; } /*************************************/ .exhibition-list li, .exhibition-list .item {margin-bottom: 2px;} .exhibition-list li > a:nth-of-type(2), .exhibition-list .item > a:nth-of-type(2){bottom: 45px; } .exhibition-list li h5, .exhibition-list .item h5 {color:#fff; position: absolute; left: 30px; right: 30px; bottom: 25px; } .mod1 .exhibition-list {} .mod1 .exhibition-list .item > a:nth-of-type(2) {position: static; text-align: center; } /*.mod1 .exhibition-list .item{margin-bottom: 40px;}*/ .mod2 .exhibition-list .item > a:nth-of-type(2) {position: static; text-align: center; } /*.mod2 .exhibition-list .item{margin-bottom: 40px;}*/ .mod2 .blame-list {margin: 0 -7px;} .mod2 .blame-list .item{width: 50%; padding: 0 7px;} .mod2 .works-list .item:nth-of-type(2n), .mod2 .blame-list .item:nth-of-type(2n) {box-sizing: border-box;} /******************************************/ .swiper-exhibition {width: 100%;} .copy {line-height: 2;} .exhibition-list li > a:nth-of-type(2), .exhibition-list .item > a:nth-of-type(2) { white-space: pre-wrap;; } /******************************************/ /*************************************/ } @media screen and (max-width: 768px){ .filter-news { display: none; } .filter-news + .filter { display: block; margin: 30px 0 40px; } .filter-news + .filter .filter-item { width: 100%; } .news-list a { border-top: none; border-bottom: 1px solid #D8D8D8; padding: 0 0 30px; margin-bottom: 24px; } .news-list dt { margin-right: 20px; } .news-list h2 { margin-bottom: 10px; } .page { margin: 30px 0; } .news-detail h1 { margin-bottom: 20px; } .news-detail small { display: none; } .news-detail .text-justify { margin-bottom: 40px; } .swiper-detail + .swiper-pagination { margin: 20px 0; } /**********************************************/ .exhibition-list .item { width: 50%; } .mod9 .exhibit-video .exhibit-play {width: 65px; height: 65px;} .mod10 .exhibit-vr .exhibit-play {width: 200px; height: 40px; line-height: 40px; font-size: 14px;} .waterfall{ -moz-column-count:2; /* Firefox */ -webkit-column-count:2; /* Safari 和 Chrome */ column-count:2; } .mod8 .img, .mod7 .img {max-width: 100%; margin-bottom: 30px;} .exhibit-main h1 {margin-bottom: 0;} .exhibit-main small {display: block;} .mod7 .img, .mod8 .img {float: none; margin-right: 0;} .mod7 .img img, .mod8 .img img {max-width: 100%;} .mod7 .img {width: auto; max-width: 100%; margin-bottom: 30px; padding-right: 0;} .mod8 .img {width: auto; max-width: 100%; margin-bottom: 30px; padding-left: 0;} .mod1 .exhibition-list .item:nth-child(2n+1):nth-last-child(-n+2), .mod1 .exhibition-list .item:nth-child(2n+1):nth-last-child(-n+2) ~ .item { margin-bottom: 0 ; } /**********************************************/ } @media screen and (max-width: 480px){ .header, .header.mini { padding: 20px 30px; } .header.mini .logo, .logo { width: 210px; } .contact li { padding: 20px; margin: 0 0 20px; width: 100%; } .map { width: 100%; box-sizing: border-box; float: none; height: auto; } .map-address { margin: 0; float: none; padding: 20px; } .qrcode { width: 100%; float: none; margin-top: 20px; border: 1px solid #D8D8D8; border-radius: 4px; padding: 12px 0 20px; } .qrcode p { margin: 0; } .contact li:nth-of-type(3n) { margin-right: 0; } .contact li:nth-of-type(2n) { margin-right: 0; } .topimage h1 { left: 0; right: 0; bottom: 10px; font-size: 18px; } .detail-intro { margin: 30px 0; } .detail-intro dt { float: none; width: 100%; } .detail-intro dd.text-justify { display: none; } .detail-intro dd:nth-last-of-type(1) { display: block; float: none; width: 100%; padding-top: 30px; } .detail-intro dd.detail-awards { width: 100%; padding-top: 30px; box-sizing: border-box; } .related-works-title { font-size: 14px; line-height: 24px; margin-bottom: 30px; } .topimage.big, .topimage.big .topimage-bg, .topimage.mini, .topimage.mini .topimage-bg, .topimage, .topimage .topimage-bg { height: 240px; } .swiper-detail img { height: 200px; } .footer-logo { height: 20px; background-position: 0; } .navigation { font-size: 18px; line-height: 36px; } .layer h1, .about-position dt, h2.title { font-size: 18px; } .about-team-list { display: flex; justify-content: space-between; flex-wrap: wrap; } .about-team-list:nth-of-type(1) { justify-content: space-between; } .about-team-list li { padding: 20px 16px; width: calc((100% - 20px) / 2); margin-bottom: 20px; box-sizing: border-box; height: auto; } .about-team-list strong { margin: 10px 0; } .about-team-list:nth-of-type(1) li:nth-of-type(2), .about-team-list li:nth-of-type(2n) { margin-left: 0; } .about-business-item { font-size: 12px; line-height: 20px; } .about-business-item li { padding: 0 12px; display: flex; flex-direction: column; justify-content: center; box-sizing: border-box; width: calc((100% - 20px) / 2); margin: 0 0 20px; } .about-business-item li:hover { line-height: inherit; } /*****************************************/ .exhibition-list .item { width: 100%; } .copy {padding: 20px 0;} .exhibitmod .exhibition-list li > a:nth-of-type(2), .exhibition-list .item > a:nth-of-type(2){display: block; } .exhibitmod .exhibition-list2 li > a:nth-of-type(2), .exhibition-list2 .item > a:nth-of-type(2){white-space: nowrap;} .mod1 .exhibition-list .item:nth-child(2n+1):nth-last-child(-n+2), .mod1 .exhibition-list .item:nth-child(2n+1):nth-last-child(-n+2) ~ .item {margin-bottom: 30px;} .mod1 .exhibition-list .item:last-child {margin-bottom: 0 !important;} /*****************************************/ } @media screen and (max-width: 425px){ .history-list li { width: 50%; } .news-list dt { width: 100%; float: none; margin-right: 0; padding: 0 0 20px; } .works-list li, .blame-list li { width: 100%; } .works-list li:nth-of-type(2n), .blame-list li:nth-of-type(2n) { padding: 0; } .filter { flex-wrap: wrap; } .filter-item { width: 100%; margin-bottom: 10px; } .filter-item.show { z-index: 16; } .history-list li { width: 100%; } /***********************************************/ .mod2 .exhibition-list .item {margin-bottom: 20px;} /***********************************************/ } @keyframes loaderAnimation{ 0%{ -webkit-transform:rotate(0deg); transform:rotate(0deg) } 100%{ -webkit-transform:rotate(360deg); transform:rotate(360deg) } } .master-slider{position:relative;visibility:hidden;-moz-transform:translate3d(0,0,0);}.master-slider.ms-fullheight{height:100%;}.ms-layout-partialview .ms-view{overflow:visible;background-color:transparent;}.ms-layout-partialview{overflow:hidden;}.master-slider.before-init{}.master-slider img{max-width:none;}.ms-ie img{border:none;}.ms-ie8 *{opacity:inherit;filter:inherit;}.ms-ie7{zoom:1;}.ms-loading-container{position:absolute;width:100%;top:0;}.ms-loading-container .ms-loading,.ms-slide .ms-slide-loading{width:36px;height:36px;background:url(../image/loading-2.gif) no-repeat center white;border-radius:60px;box-shadow:0px 0px 3px rgba(0,0,0,0.2);position:absolute;left:50%;top:50%;margin:-18px;opacity:0.9;}.ms-def-cursor{cursor:auto !important;}.ms-view{margin:0px auto;overflow:hidden;background:black;position:relative;-webkit-perspective:2000px;-moz-perspective:2000px;-ms-perspective:2000px;perspective:2000px;}.ms-view .ms-slide-container{position:relative;}.ms-slide{position:absolute;-webkit-transform:translateZ(0px);-moz-transform:translateZ(0px);-ms-transform:translateZ(0px);-o-transform:translateZ(0px);transform:translateZ(0px);-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;-ms-transform-style:preserve-3d;transform-style:preserve-3d;height:100%;}.ms-slide.selected{}.ms-slide .ms-slide-bgcont,.ms-slide .ms-slide-bgvideocont{position:absolute;overflow:hidden;width:100%;}.ms-slide .ms-slide-bgvideocont{z-index:5;height:100%;}.ms-slide .ms-slide-bgvideocont,.ms-slide-bgvideocont>video{-webkit-transform:translateZ(0.3px);-moz-transform:translateZ(0.3px);-ms-transform:translateZ(0.3px);-o-transform:translateZ(0.3px);transform:translateZ(0.3px);}.ms-slide .ms-slide-bgvideo{position:absolute;top:0px;}.ms-container{position:relative;margin:0 auto;}.ms-slide .ms-slide-bgcont img,.ms-container{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;}.ms-slide .ms-layer{position:absolute;}.ms-slide .ms-slide-layers{position:absolute;overflow:hidden;width:100%;height:100%;z-index:10;top:0px;}.ms-slide .ms-slide-video{position:absolute;top:0;z-index:11;background:black;padding:0;margin:0;border:none;}.ms-layer.video-box{background:black;}.ms-layer.video-box iframe{padding:0;margin:0;border:none;position:absolute;z-index:10;}.ms-slide .ms-slide-vpbtn,.ms-slide .ms-video-btn{position:absolute;cursor:pointer;z-index:10;}.ms-slide .ms-slide-vcbtn{position:absolute;cursor:pointer;z-index:13;}.ms-slide-vcbtn-mobile{position:relative;bottom:0;left:0;width:100%;height:28px;background-color:black;color:white;text-align:center;cursor:pointer;z-index:13;}.ms-slide-vcbtn-mobile .ms-vcbtn-txt{text-transform:uppercase;font-family:sans-serif;font-size:0.75em;display:inline-block;background:url(../image/video-close-btn.png) no-repeat 0px 3px;padding-left:15px;height:15px;color:#DBDBDB;margin-top:7px;}.ms-slide .ms-slide-vcbtn,.ms-slide .ms-slide-layers,.ms-slide .ms-slide-vpbtn,.ms-slide .ms-slide-video{-webkit-transform:translateZ(0.44px);-moz-transform:translateZ(0.44px);-ms-transform:translateZ(0.44px);-o-transform:translateZ(0.44px);transform:translateZ(0.44px);}.ms-video-img{position:absolute;width:100%;height:100%;top:0;left:0;}.ms-mask-frame{overflow:hidden;position:absolute;float:left;}.ms-thumb-list{overflow:hidden;position:absolute;}.ms-thumb-list.ms-dir-h{width:100%;}.ms-thumb-list.ms-dir-v{height:100%;top:0;}.ms-thumbs-cont{position:relative;}.ms-thumb-frame img{width:100%;height:auto;}.ms-thumb-frame{cursor:pointer;float:left;overflow:hidden;opacity:0.5;-webkit-transition:opacity 300ms;-moz-transition:opacity 300ms;-ms-transition:opacity 300ms;-o-transition:opacity 300ms;transition:opacity 300ms;}.ms-thumb-frame-selected{opacity:1;}.ms-ie7 .ms-tooltip-arrow{height:0px;}.ms-slide-info{position:absolute;}.ms-slide-info.ms-dir-v{top:0;}@keyframes point-anim{0%{transform:scale(0.5);-webkit-transform:scale(0.5);-moz-transform:scale(0.5);-o-transform:scale(0.5);-ms-transform:scale(0.5);opacity:1;}100%{transform:scale(0.5);-webkit-transform:scale(0.5);-moz-transform:scale(1.5);-o-transform:scale(1.5);-ms-transform:scale(1.5);opacity:0;}}@-webkit-keyframes point-anim{0%{-webkit-transform:scale(0.5);opacity:1;}100%{-webkit-transform:scale(1.5);opacity:0;}}.ms-android .ms-tooltip-point .ms-point-border{animation:none;-moz-animation:none;-webkit-animation:none;-o-animation:none;}.master-slider{position:relative;visibility:hidden;-moz-transform:translate3d(0,0,0);}.master-slider a{-webkit-transition:none;transition:none;}.wpb_row .master-slider-parent *,.master-slider-parent *{box-sizing:content-box;}.master-slider-parent{margin-left:auto;margin-right:auto;}.ms-layout-partialview .ms-view{overflow:visible;background-color:transparent;}.ms-layout-partialview .ms-container{overflow:hidden;}.master-slider.before-init{}.master-slider img,.ms-slide-bgvideocont video{max-width:none;}.ms-ie img{border:none;}.ms-ie8 *{opacity:inherit;-webkit-filter:inherit;filter:inherit;}.ms-ie7{zoom:1;}.master-slider.ms-fullheight{height:100%;}.ms-slide-auto-height{display:table;}.ms-loading-container{position:absolute;width:100%;top:0;}.ms-loading-container .ms-loading,.ms-slide .ms-slide-loading{width:36px;height:36px;background:url(../image/loading-2.gif) no-repeat center white;border-radius:60px;box-shadow:0px 0px 3px rgba(0,0,0,0.2);position:absolute;left:50%;top:50%;margin:-18px;opacity:0.9;}.ms-def-cursor{cursor:auto !important;}.ms-ie .ms-grab-cursor{cursor:move;}.ms-ie .ms-grabbing-cursor{cursor:move;}.ms-view{margin:0px auto;overflow:hidden;position:relative;-webkit-perspective:2000px;-ms-perspective:2000px;perspective:2000px;}.ms-view .ms-slide-container{position:relative;}.ms-slide{position:absolute;height:100%;-webkit-transform:translateZ(0px);-ms-transform:translateZ(0px);transform:translateZ(0px);}.ms-wk .ms-slide{-webkit-transform-style:preserve-3d;transform-style:preserve-3d;}.ms-slide.selected{}.ms-slide .ms-slide-bgcont,.ms-slide .ms-slide-bgvideocont{position:absolute;overflow:hidden;width:100%;}.ms-slide .ms-slide-link{display:block;width:100%;height:100%;position:absolute;top:0;z-index:110;}.ms-ie .ms-slide-link{background:url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBR‌​AA7") 0 0 repeat;}.ms-slide .ms-slide-bgvideocont{z-index:105;height:100%;}.ms-wk .ms-slide .ms-slide-bgvideocont,.ms-wk .ms-slide-bgvideocont>video{-webkit-transform:translateZ(0.3px);transform:translateZ(0.3px);}.ms-slide .ms-slide-bgvideo{position:absolute;top:0px;}.ms-inner-controls-cont,.ms-container{position:relative;margin:0 auto;}.ms-slide .ms-slide-bgcont img,.ms-container,.ms-inner-controls-cont{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;}.ms-slide .ms-layer{position:absolute;}.ms-slide .ms-slide-layers{position:absolute;overflow:hidden;width:100%;height:100%;z-index:109;top:0px;}.ms-slide .ms-slide-video{position:absolute;top:0;z-index:111;background:black;padding:0;margin:0;border:none;}.ms-slide .ms-pattern{background-attachment:scroll;width:100%;height:100%;z-index:108;position:absolute;top:0;}.ms-wk .ms-pattern{-webkit-transform:translateZ(0.4px);transform:translateZ(0.4px);}.ms-parallax-layer{width:100%;position:absolute;top:0;}.ms-scroll-parallax-cont{position:absolute;top:0;width:100%;height:100%;}.ms-wk .ms-scroll-parallax-cont{-webkit-transform:translateZ(0.4px);transform:translateZ(0.4px);}.ms-scroll-parallax .ms-sl-selected .ms-scroll-parallax-cont,.ms-scroll-parallax .ms-sl-selected .ms-slide-bgcont{}.ms-scroll-parallax .ms-slide-bgcont{}.ms-action-layer{cursor:pointer;}.ms-btn-container{position:absolute;}.ms-btn{text-decoration:none;display:inline-block;color:black;position:relative;padding:8px 15px;cursor:pointer;white-space:nowrap;}.ms-default-btn{background:#0074A2;border-radius:5px;color:#FFF;}.ms-default-btn:hover{background-color:#0098D5;}.ms-default-btn:active{top:1px;}.ms-layer.video-box{background:black;}.ms-layer.video-box iframe{padding:0;margin:0;border:none;position:absolute;z-index:110;}.ms-btn-s{padding:14px 17px;font-size:80%;line-height:0;}.ms-btn-m{padding:12px 40px;}.ms-btn-n{padding:8px 25px;font-size:95%;}.ms-btn-l{padding:17px 50px;font-size:120%;}.ms-btn-box{}.ms-btn-round{border-radius:5px;}.ms-btn-circle{border-radius:100px;}.ms-btn-outline-box{}.ms-btn-outline-round{border-radius:5px;}.ms-btn-outline-circle{border-radius:100px;}.ms-slide .ms-slide-vpbtn,.ms-slide .ms-video-btn{position:absolute;cursor:pointer;z-index:110;}.ms-slide .ms-slide-vcbtn{position:absolute;cursor:pointer;z-index:113;}.ms-slide-vcbtn-mobile{position:relative;bottom:0;left:0;width:100%;height:28px;background-color:black;color:white;text-align:center;cursor:pointer;z-index:113;}.ms-slide-vcbtn-mobile .ms-vcbtn-txt{text-transform:uppercase;font-family:sans-serif;font-size:0.75em;display:inline-block;background:url(../image/video-close-btn.png) no-repeat 0px 3px;padding-left:15px;height:15px;color:#DBDBDB;margin-top:7px;}.ms-wk .ms-slide .ms-slide-vcbtn,.ms-wk .ms-slide .ms-slide-layers,.ms-wk .ms-slide .ms-slide-vpbtn,.ms-wk .ms-slide .ms-slide-video,.ms-wk .ms-slide-link{-webkit-transform:translateZ(0.44px);transform:translateZ(0.44px);}.ms-video-img{position:absolute;width:100%;height:100%;top:0;left:0;}.ms-mask-frame{overflow:hidden;position:absolute;float:left;}.ms-thumb-list{overflow:hidden;position:absolute;}.ms-thumb-list.ms-dir-h{width:100%;}.ms-thumb-list.ms-dir-v{height:100%;top:0;}.ms-thumbs-cont{position:relative;}.ms-thumb-frame img{display:block;width:100%;height:100%;object-fit:cover;}.ms-thumb-frame{cursor:pointer;float:left;overflow:hidden;opacity:0.5;-webkit-transition:opacity 300ms;transition:opacity 300ms;}.ms-thumb-frame-selected{opacity:1;}.ms-tabs .ms-thumb-frame{background-color:#F6f6f6;text-shadow:0 1px 1px white;color:#222;border:solid 1px white;border-width:0 1px 1px 0;overflow:visible;position:relative;opacity:1;-webkit-transition:all 300ms ease-out;transition:all 300ms ease-out;}.ms-tabs.ms-dir-h .ms-thumb-frame{margin-top:12px;}.ms-tabs.ms-dir-v .ms-thumb-frame{margin-left:12px;}.ms-tabs.ms-dir-v.ms-align-left .ms-thumb-frame{margin-left:0px;}.ms-tabs.ms-dir-h.ms-align-top{z-index:140;}.ms-tabs.ms-dir-h.ms-align-top .ms-thumb-frame{margin-top:-12px;}.ms-tabs .ms-thumb{padding:20px 20px;}.ms-tabs .ms-thumb-frame-selected{opacity:1;background:#EDEDED;}.ms-tabs .ms-thumb-frame .ms-thumb-ol{position:absolute;opacity:0;-webkit-transition:all 300ms ease-out;transition:all 300ms ease-out;}.ms-tabs.ms-dir-h .ms-thumb-frame .ms-thumb-ol{top:0px;left:50%;margin-left:-12px;border-bottom:solid 12px #F6f6f6;border-left:solid 12px transparent;border-right:solid 12px transparent;}.ms-tabs.ms-dir-h.ms-align-bottom .ms-thumb-frame-selected .ms-thumb-ol{opacity:1;top:-12px;border-bottom-color:#EDEDED;}.ms-tabs.ms-dir-h.ms-align-top .ms-thumb-frame .ms-thumb-ol{bottom:0px;top:auto;border-bottom:0px;border-top:solid 12px #F6f6f6;}.ms-tabs.ms-dir-h.ms-align-top .ms-thumb-frame-selected .ms-thumb-ol{opacity:1;bottom:-12px;border-top-color:#EDEDED;}.ms-tabs.ms-dir-v .ms-thumb-frame .ms-thumb-ol{top:50%;left:0;margin-top:-12px;border-right:solid 12px #EDEDED;border-top:solid 12px transparent;border-bottom:solid 12px transparent;}.ms-tabs.ms-dir-v.ms-align-right .ms-thumb-frame-selected .ms-thumb-ol{opacity:1;left:-12px;border-right-color:#EDEDED;}.ms-tabs.ms-dir-v.ms-align-left .ms-thumb-frame .ms-thumb-ol{left:auto;right:0;border-right:0;border-left:solid 12px #EDEDED;}.ms-tabs.ms-dir-v.ms-align-left .ms-thumb-frame-selected .ms-thumb-ol{opacity:1;right:-12px;border-left-color:#EDEDED;}.ms-thumb-alt{text-align:center;margin:5px;font-size:14px;font-weight:600;}.ms-bullet{cursor:pointer;float:left;}.ms-bullets.ms-dir-h{position:absolute;bottom:20px;right:50%;width:100px;}.ms-bullets.ms-dir-v{position:absolute;top:50%;}.ms-bullets.ms-dir-v .ms-bullet{float:none;}.ms-bullets.ms-dir-h .ms-bullets-count{position:relative;right:-50%;}.ms-sbar{position:absolute;}.ms-sbar.ms-dir-h{left:10px;right:10px;top:5px}.ms-sbar.ms-dir-v{top:10px;bottom:10px;right:5px}.ms-sbar .ms-bar{height:4px;background:#333;border-radius:4px;}.ms-sbar.ms-dir-v .ms-bar{width:4px;}.ms-sbar .ms-bar{position:relative;-webkit-transition:opacity 300ms;transition:opacity 300ms;}.ms-timerbar{width:100%;bottom:0px;position:absolute;}.ms-ctimer{position:absolute;top:30px;left:30px;cursor:pointer;}.ms-ctimer-bullet{}.ms-time-bar{-webkit-transition:width 120ms linear;transition:width 120ms linear;}.ms-ie7 .ms-tooltip-arrow{height:0px;}.ms-slide-info{position:absolute;}.ms-slide-info.ms-dir-v{top:0;}.ms-slide-info.ms-dir-h{width:100%;}@keyframes point-anim{0%{transform:scale(0.5);-webkit-transform:scale(0.5);-moz-transform:scale(0.5);-o-transform:scale(0.5);-ms-transform:scale(0.5);opacity:1;}100%{transform:scale(0.5);-webkit-transform:scale(0.5);-moz-transform:scale(1.5);-o-transform:scale(1.5);-ms-transform:scale(1.5);opacity:0;}}@-webkit-keyframes point-anim{0%{-webkit-transform:scale(0.5);opacity:1;}100%{-webkit-transform:scale(1.5);opacity:0;}}.ms-android .ms-tooltip-point .ms-point-border{animation:none;-moz-animation:none;-webkit-animation:none;-o-animation:none;}.ms-pattern.ms-patt-1{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADCAYAAABWKLW/AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABRJREFUeNpiYICA/wzoDGTwHyDAADXxAv4Eq8S5AAAAAElFTkSuQmCC);}.ms-pattern.ms-patt-2{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABhJREFUeNpiYECA/wxogLAANoBdF0CAAQD+agT8l3ocpQAAAABJRU5ErkJggg==);}.ms-pattern.ms-patt-3{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAACxJREFUeNqU0EENAAAMwkD8m+4s7PhCCmHbGijxE0jS1HOOhxJSUhf9eAIMAI/CEe94Ny14AAAAAElFTkSuQmCC);}.ms-pattern.ms-patt-4{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABhJREFUeNpiYGBg+M+ABfxHo3Fz/gMEGACtlgX7j8MuyAAAAABJRU5ErkJggg==);}.ms-pattern.ms-patt-5{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADCAYAAABWKLW/AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABNJREFUeNpiYECA/3CCAV0UIMAANfEC/mOKn1cAAAAASUVORK5CYII=);}.ms-pattern.ms-patt-6{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAABCAYAAADjAO9DAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABRJREFUeNpiYGBg+M+AClD4AAEGACn3Af/97SgJAAAAAElFTkSuQmCC);}.ms-pattern.ms-patt-7{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABZJREFUeNpiYMAE/+EEAy5Z0iUAAgwA/moE/KMl2lgAAAAASUVORK5CYII=);}.ms-pattern.ms-patt-8{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAICAYAAAA4GpVBAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABRJREFUeNpiYGBg+M+ACdDFAAIMADP0Af/w5VDVAAAAAElFTkSuQmCC);}.ms-pattern.ms-patt-9{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABJJREFUeNpiYGBg+M9AGQAIMABABAEA80yJjQAAAABJRU5ErkJggg==);}.ms-pattern.ms-patt-10{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABZJREFUeNpiYGBg+A/FcMDEQH0AEGAAxksCAb3vCDgAAAAASUVORK5CYII=);}.ms-pattern.ms-patt-11{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGCAYAAADgzO9IAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABxJREFUeNpiZGBg+M+AChhBBBMDDkC6BOkAIMAAlXQBCO9f4icAAAAASUVORK5CYII=);}.ms-pattern.ms-patt-12{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABtJREFUeNpiYGBg+M8AATAaDnAKYEgQBgABBgB6/AT8h9ybfgAAAABJRU5ErkJggg==);}.ms-pattern.ms-patt-13{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAB1JREFUeNpiYGBg+M+ABJig9H90AbggI7oWgAADAI5xBAIRYsxUAAAAAElFTkSuQmCC);}.ms-pattern.ms-patt-14{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAICAYAAAAx8TU7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABdJREFUeNpiYGBg+M+AA9BSgkQBgAADAJIyB/kDCjAnAAAAAElFTkSuQmCC);}.ms-pattern.ms-patt-15{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAFCAYAAAB4ka1VAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAB9JREFUeNpiYGBg+M9ABPhPjPh/YjT9J2AipiRAgAEAhjsH+Utd9Z4AAAAASUVORK5CYII=);}.ms-pattern.ms-patt-16{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAFAQMAAABCXz8WAAAABlBMVEUAAAD///+l2Z/dAAAAAXRSTlMAQObYZgAAABJJREFUCNdjaGBwZFBiEGHgAAAHPwEAP8TPrwAAAABJRU5ErkJggg==);}.ms-pattern.ms-patt-17{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAIAQMAAAALP6d4AAAABlBMVEUAAAD///+l2Z/dAAAAAXRSTlMAQObYZgAAABZJREFUCNdjaGBwYFBgEGDgAGIFBgcADegBabpJ4LsAAAAASUVORK5CYII=);}.ms-pattern.ms-patt-18{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAEAQMAAACTPww9AAAABlBMVEUAAAD///+l2Z/dAAAAAXRSTlMAQObYZgAAABBJREFUCNdjaGA4wPCA4QMACtgDEQ8Bqx8AAAAASUVORK5CYII=);}.ms-pattern.ms-patt-19{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFAQMAAAC3obSmAAAABlBMVEUAAAD///+l2Z/dAAAAAXRSTlMAQObYZgAAAA9JREFUCNdjWMDgAMRAAAAKigGBlYsMggAAAABJRU5ErkJggg==);}.ms-pattern.ms-patt-20{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGAQMAAADaAn0LAAAABlBMVEUAAAD///+l2Z/dAAAAAXRSTlMAQObYZgAAAA1JREFUCNdj+ACFQAAAHgwDwds/+0oAAAAASUVORK5CYII=);}.ms-pattern.ms-patt-21{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFAQMAAAC3obSmAAAABlBMVEUAAAD///+l2Z/dAAAAAXRSTlMAQObYZgAAAA1JREFUCNdjOACEYAAADAoBgRrgDF0AAAAASUVORK5CYII=);}.ms-pattern.ms-patt-22{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAEAQMAAACTPww9AAAABlBMVEUAAAD///+l2Z/dAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjaGAAAwADiACBhux1cwAAAABJRU5ErkJggg==);}.ms-pattern.ms-patt-23{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAIAQMAAAAC1AcCAAAABlBMVEUAAAD///+l2Z/dAAAAAXRSTlMAQObYZgAAAA5JREFUCNdjaGAAAxgNAAsQAQHPxScOAAAAAElFTkSuQmCC);}.ms-pattern.ms-patt-24{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAABAQMAAADZzn0AAAAABlBMVEUAAAD///+l2Z/dAAAAAXRSTlMAQObYZgAAAApJREFUCNdj6AAAAIoAiVWdWYwAAAAASUVORK5CYII=);}.ms-pattern.ms-patt-25{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFAQMAAAC3obSmAAAABlBMVEUAAAD///+l2Z/dAAAAAXRSTlMAQObYZgAAABJJREFUCNdj4GBoYHBgUGAQAAAFggD5HRIFwAAAAABJRU5ErkJggg==);}.ms-pattern.ms-patt-26{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADAQMAAABs5if8AAAABlBMVEUAAAD///+l2Z/dAAAAAXRSTlMAQObYZgAAAA5JREFUCNdjUGBoYHAAAAJmAOF0EZC+AAAAAElFTkSuQmCC);}.ms-pattern.ms-patt-27{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAEAQMAAACTPww9AAAABlBMVEUAAAD///+l2Z/dAAAAAXRSTlMAQObYZgAAABBJREFUCNdjaGAIYFBgCAAABcgBQeTzXGUAAAAASUVORK5CYII=);}.ms-pattern.ms-patt-28{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKAQMAAAC3/F3+AAAABlBMVEUAAAD///+l2Z/dAAAAAXRSTlMAQObYZgAAACBJREFUCNdjaGBgcHBgUGhgEGRg4GJgYAGRQDZQBCgOAC/KAvtspwwJAAAAAElFTkSuQmCC);}.ms-pattern.ms-patt-29{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFAQMAAAC3obSmAAAABlBMVEUAAAD///+l2Z/dAAAAAXRSTlMAQObYZgAAABJJREFUCNdjUGBwYGhg4GAQAAAFkgD5MUFnfgAAAABJRU5ErkJggg==);}.ms-pattern.ms-patt-30{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADAQMAAABs5if8AAAABlBMVEUAAAD///+l2Z/dAAAAAXRSTlMAQObYZgAAAA5JREFUCNdjcGBoYFAAAALmAOHcBT11AAAAAElFTkSuQmCC);}.ms-skin-default .ms-slide .ms-slide-vpbtn,.ms-skin-default .ms-video-btn{width:50px;height:51px;background:url(../image/light-skin-1.png) no-repeat -14px -150px;top:50%;left:50%;margin:-25px 0 0 -25px;}.ms-skin-default .ms-slide .ms-slide-vcbtn{width:30px;height:30px;background:url(../image/light-skin-1.png) no-repeat -24px -28px;top:18px;right:30px;}.ms-skin-default .ms-nav-next,.ms-skin-default .ms-nav-prev{width:30px;background:url(../image/light-skin-1.png);background-position:-89px -26px;height:40px;cursor:pointer;top:50%;left:30px;margin-top:-20px;position:absolute;z-index:110;}.ms-skin-default .ms-nav-next{right:30px;left:auto;background-position:-89px -103px;}.ms-skin-default .ms-bullet{width:10px;height:10px;background:url(../image/light-skin-1.png) no-repeat;margin:4px;background-position:-34px -117px;}.ms-skin-default .ms-bullet-selected{background-position:-34px -84px;}.ms-skin-default .ms-tooltip{position:absolute;z-index:210;cursor:auto;}.ms-skin-default .ms-tooltip-top .ms-tooltip-arrow,.ms-skin-default .ms-tooltip-bottom .ms-tooltip-arrow{border-left:solid 10px transparent;border-right:solid 10px transparent;position:absolute;left:50%;margin-left:-10px;}.ms-skin-default .ms-tooltip-top .ms-tooltip-arrow{border-top:solid 10px;border-top-color:silver;border-top-color:rgba(240,240,240,0.88);bottom:-10px;}.ms-skin-default .ms-tooltip-bottom .ms-tooltip-arrow{border-bottom:solid 10px;border-bottom-color:silver;border-bottom-color:rgba(240,240,240,0.88);top:-10px;}.ms-skin-default .ms-tooltip-right .ms-tooltip-arrow,.ms-skin-default .ms-tooltip-left .ms-tooltip-arrow{border-top:solid 10px transparent;border-bottom:solid 10px transparent;position:absolute;top:50%;margin-top:-10px;}.ms-skin-default .ms-tooltip-right .ms-tooltip-arrow{border-right:solid 10px;border-right-color:silver;border-right-color:rgba(240,240,240,0.88);left:-10px;}.ms-skin-default .ms-tooltip-left .ms-tooltip-arrow{border-left:solid 10px;border-left-color:silver;border-left-color:rgba(240,240,240,0.88);right:-10px;}.ms-skin-default .ms-tooltip-point{cursor:pointer;}.ms-skin-default .ms-tooltip-point .ms-point-center{width:12px;height:12px;border-radius:15px;border:solid 2px #BBB;background:white;margin:-8px 0 0 -8px;position:absolute;z-index:105;}.ms-skin-default .ms-tooltip-point .ms-point-border{width:22px;height:22px;background:black;background:rgba(0,0,0,0.36);margin:-11px 0 0 -11px;position:absolute;border-radius:15px;animation:point-anim 1.5s infinite;-moz-animation:point-anim 1.5s infinite;-webkit-animation:point-anim 1.5s infinite;-o-animation:point-anim 1.5s infinite;}.ms-skin-default .ms-tooltip{max-width:200px;}.ms-skin-default .ms-tooltip-cont{padding:10px;background:silver;background:rgba(240,240,240,0.88);text-shadow:0 1px 0px white;margin-left:-1px;}@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and ( min--moz-device-pixel-ratio:2),only screen and ( -o-min-device-pixel-ratio:2/1),only screen and ( min-device-pixel-ratio:2),only screen and ( min-resolution:192dpi),only screen and ( min-resolution:2dppx){.ms-skin-default .ms-slide .ms-slide-vpbtn,.ms-skin-default .ms-video-btn,.ms-skin-default .ms-slide .ms-slide-vcbtn,.ms-skin-default .ms-nav-next,.ms-skin-default .ms-nav-prev,.ms-skin-default .ms-bullet{background-image:url(../image/light-skin-1-retina.png);background-size:152px 225px;}}.ms-showcase2-template{padding-bottom:155px;}.ms-showcase2-template .ms-view{background:transparent;}.ms-showcase2-template .ms-bar{background:black !important;}.ms-showcase2-template .ms-tabs-vertical-template{margin:0 auto;}.ms-showcase2-template.ms-dir-v{padding-left:180px;padding-bottom:0 !important;}.ms-showcase2-template .ms-thumb-list.ms-dir-h{bottom:-145px;width:100%;height:137px;}.ms-showcase2-template .ms-thumb-list.ms-dir-v{height:100%;width:160px;left:-180px;top:0;}.ms-showcase2-template .ms-thumb-list .ms-thumb-frame{width:160px;height:122px;opacity:0.5;-webkit-transition:opacity 300ms;-moz-transition:opacity 300ms;-ms-transition:opacity 300ms;-o-transition:opacity 300ms;transition:opacity 300ms;}.ms-showcase2-template .ms-thumb-frame{cursor:pointer;}.ms-showcase2-template .ms-thumb-list.ms-dir-h .ms-thumb-frame{margin-right:10px;}.ms-showcase2-template .ms-thumb-list.ms-dir-v .ms-thumb-frame{margin-bottom:10px;}.ms-showcase2-template .ms-thumb-list .ms-thumb-frame-selected{opacity:1;}.master-slider-fy{display:none;}@media only screen and (max-width:480px){.ms-thumb{display:none !important;}.ms-showcase2-template.ms-dir-v{padding-left:0;}.master-slider-fy{display:block;color:#fff;text-align:center;line-height:2;}.ms-slide-bgcont img{width:100% !important;/*height:auto!important*/}}@media (max-width:400px){.ms-showcase2-template .ms-thumb-list.ms-dir-v{width:64px;right:-70px;}.ms-showcase2-template .ms-thumb-list .ms-thumb-frame{width:64px;height:69px;}.ms-showcase2-template{padding-bottom:75px;}}@media (max-width:200px){.ms-showcase2-template .ms-thumb-list{display:none;}.ms-showcase2-template{padding-bottom:0px;}.ms-showcase2-template.ms-dir-v{padding-right:0px;}}