@font-face { font-family: Didot; src: url('../font/didot-roman.ttf'); } @font-face { font-family: Butler; src: url('../font/Butler-Regular-13.otf'); } @font-face { font-family: Butler-Stencil-light; src: url('../font/Butler-Ultra-Light-Stencil-4.otf'); } body { min-width: 590px; } body, img { -webkit-user-drag: none; } .contain { max-width: 1920px; box-sizing: border-box; padding: 0 8.33333333%; margin: 0 auto; } .full { width: 100%; height: 100%; box-sizing: border-box; } .cover { position: absolute; top: 0; left: 0; width: 100%; height: 100%; box-sizing: border-box; } .header { user-select: none; -webkit-user-drag: none; padding-top: 39px; width: 100%; position: fixed; z-index: 9; top: 0; left: 0; background: rgba(250, 249, 250, 0.8); padding-bottom: 17px; transition: transform 0.6s cubic-bezier(0.14, 0.99, 0.43, 0.99); } .header.static { position: absolute; background: none; } .header.move { transform: translateY(-101%); } .header .wrap { display: flex; } .header .wrap .left, .header .wrap .right { width: 30%; display: flex; align-items: flex-end; padding: 7px 0; } .header .wrap .right { justify-content: flex-end; } .header .wrap .logo-wrap { flex-grow: 1; display: flex; justify-content: center; align-items: center; } .header .wrap .logo-wrap .logo-box { display: block; height: 100%; } .header .wrap .logo-wrap .logo-box .logo { height: 100%; } .headerPage { padding: 38px 0 32px; background-color: #fff; position: fixed; left: 0; top: 0; z-index: 11; width: 100%; } .headerPage .contain { display: flex; justify-content: space-between; align-items: flex-end; } .headerPage .contain .logo { width: 140px; height: 70px; } .headerPage .contain .logo a { width: 100%; height: 100%; display: inline-block; } .headerPage .contain .nav { display: flex; justify-content: space-between; height: 40px; } .headerPage .contain .nav ul { display: flex; position: relative; } .headerPage .contain .nav ul li { margin: 0 30px; } .headerPage .contain .nav ul li a { height: 40px; line-height: 40px; display: inline-block; font-size: 16px; color: #323232; } .headerPage .contain .nav ul li:hover a { color: #94887b; font-weight: bold; } .headerPage .contain .nav ul .on a { color: #94887b; font-weight: bold; } .headerPage .contain .nav ul:after { content: ''; position: absolute; right: 0; top: 50%; width: 1px; height: 18px; background-color: #979797; transform: translateY(-50%); } .headerPage .contain .nav .phone { margin-left: 30px; } .headerPage .contain .nav .phone a { line-height: 40px; display: inline-block; } .headerPage .menu-switch { display: none; } .n-nav { width: 100%; height: 80px; background-color: #f2f2f2; position: fixed; z-index: 9; } .n-nav ul { width: 100%; height: 100%; display: flex; justify-content: center; } .n-nav ul li { height: 100%; width: 156px; text-align: center; } .n-nav ul li a { width: 100%; height: 100%; display: inline-block; line-height: 80px; font-size: 14px; color: #666666; font-weight: 300; } .n-nav ul li a:hover { font-weight: bold; color: #323232; } .n-nav ul .on a { font-weight: bold; color: #323232; } .products-container { position: fixed; width: 100%; height: 100%; top: 0; left: 0; height: 0; overflow: hidden; z-index: 99; background: #232323; transition: height 1s cubic-bezier(0.8, 0, 0, 1); box-sizing: border-box; } .products-container .outer-wrap { transform: translateY(-20%); opacity: 0; transition: 1s cubic-bezier(0.8, 0, 0, 1); overflow: auto; height: 100vh; padding-top: 80px; display: flex; flex-direction: column; box-sizing: border-box; } .products-container .outer-wrap ::-webkit-scrollbar { width: 7px; height: 7px; background: #232323; } .products-container .outer-wrap ::-webkit-scrollbar-thumb { background: #fff; } .products-container .outer-wrap .top { padding-bottom: 20px; } .products-container .outer-wrap .top .contain { display: flex; } .products-container .outer-wrap .top .close { display: flex; align-items: center; cursor: pointer; color: #616161; font-size: 14px; } .products-container .outer-wrap .top .close .ico { margin-right: 24px; } .products-container .outer-wrap .scroll-wrap { flex-grow: 1; height: 100px; overflow: auto; } .products-container .outer-wrap .scroll-wrap .wrap { padding-top: 40px; padding-bottom: 40px; max-width: 1400px; } .products-container .outer-wrap .scroll-wrap .en-title { font-family: Didot; font-size: 30px; line-height: 30px; letter-spacing: 2px; color: #ffffff; margin-bottom: 10px; } .products-container .outer-wrap .scroll-wrap .title { font-size: 30px; line-height: 62px; letter-spacing: 6px; color: #ffffff; } .products-container .outer-wrap .scroll-wrap .info { font-size: 14px; line-height: 18px; letter-spacing: 1px; color: #ffffff; font-weight: lighter; margin-top: 14px; max-width: 1135px; } .products-container .outer-wrap .scroll-wrap .pic { transition: 1s cubic-bezier(0.14, 0.99, 0.43, 0.99); } .products-container .outer-wrap .scroll-wrap .product-section { padding: 90px 0; } .products-container .outer-wrap .scroll-wrap .product-banener { display: block; position: relative; overflow: hidden; } .products-container .outer-wrap .scroll-wrap .product-banener .pic-wrap { height: 220px; position: relative; } .products-container .outer-wrap .scroll-wrap .product-banener .pic-wrap .pic { position: absolute; top: 0; left: 0; width: 100%; height: 100%; box-sizing: border-box; object-fit: cover; display: block; } .products-container .outer-wrap .scroll-wrap .product-banener .pic-wrap:after { position: absolute; top: 0; left: 0; width: 100%; height: 100%; box-sizing: border-box; background: rgba(0, 0, 0, 0.5); } .products-container .outer-wrap .scroll-wrap .product-banener:hover .pic { transform: scale(1.1); } .products-container .outer-wrap .scroll-wrap .product-banener .text { position: absolute; top: 0; left: 0; width: 100%; height: 100%; box-sizing: border-box; background: rgba(0, 0, 0, 0.5); display: flex; flex-direction: column; justify-content: center; align-items: center; font-size: 18px; line-height: 50px; letter-spacing: 4px; color: #fefefe; } .products-container .outer-wrap .scroll-wrap .product-banener .text .view { font-size: 16px; font-weight: lighter; padding: 0 4px; line-height: 18px; border-bottom: 1px solid #fff; margin-top: 40px; } .products-container .outer-wrap .scroll-wrap .list { margin-top: 60px; display: flex; /* grid-column-gap: 4%; grid-row-gap: 54px; grid-template-columns: 1fr 1fr 1fr 1fr; */ flex-wrap: wrap; } .products-container .outer-wrap .scroll-wrap .list .item { display: block; position: relative; overflow: hidden; width: 22%; margin: 0 4% 54px 0; } .products-container .outer-wrap .scroll-wrap .list .item:nth-child(4n){ margin-right: 0; } .products-container .outer-wrap .scroll-wrap .list .item .pic-wrap { height: 0; padding-top: 100%; position: relative; } .products-container .outer-wrap .scroll-wrap .list .item .pic-wrap .pic { position: absolute; top: 0; left: 0; width: 100%; height: 100%; box-sizing: border-box; object-fit: cover; display: block; } .products-container .outer-wrap .scroll-wrap .list .item:hover .pic { transform: scale(1.1); } .products-container .outer-wrap .scroll-wrap .list .item .name { position: absolute; top: 0; left: 0; width: 100%; height: 100%; box-sizing: border-box; background: rgba(0, 0, 0, 0.5); display: flex; justify-content: center; align-items: center; font-size: 18px; line-height: 50px; letter-spacing: 4px; color: #fefefe; } .products-container.open { height: 100vh; } .products-container.open .outer-wrap { transform: none; opacity: 1; } .menu-container { position: fixed; width: 100%; top: 0; left: 0; height: 0; overflow: hidden; z-index: 99; background: #fff; transition: height 1s cubic-bezier(0.8, 0, 0, 1); box-sizing: border-box; } .menu-container .outer-wrap { opacity: 0; transition: 1s cubic-bezier(0.8, 0, 0, 1); overflow: auto; height: 100vh; padding-top: 80px; display: flex; flex-direction: column; box-sizing: border-box; transform: translateY(-20%); } .menu-container .outer-wrap ::-webkit-scrollbar { width: 7px; height: 7px; background: #fff; } .menu-container .outer-wrap ::-webkit-scrollbar-thumb { background: #232323; } .menu-container .outer-wrap .top { padding-bottom: 20px; } .menu-container .outer-wrap .top .contain { display: flex; justify-content: flex-end; } .menu-container .outer-wrap .top .close { display: flex; align-items: center; cursor: pointer; color: #616161; font-size: 14px; } .menu-container .outer-wrap .top .close .ico { margin-left: 24px; } .menu-container .outer-wrap .scroll-wrap { flex-grow: 1; height: 100px; overflow: auto; } .menu-container .outer-wrap .scroll-wrap .wrap { padding-top: 40px; padding-bottom: 40px; font-weight: lighter; } .menu-container .outer-wrap .scroll-wrap .wrap .navs-section { display: flex; } .menu-container .outer-wrap .scroll-wrap .wrap .navs-section a { display: block; } .menu-container .outer-wrap .scroll-wrap .wrap .navs-section a:hover { color: #6e5b46; font-weight: normal; } .menu-container .outer-wrap .scroll-wrap .wrap .navs-section .navs-group { flex-grow: 1; padding-left: 37px; padding-right: 20px; opacity: 0; transform: translateY(-10%); transition: 0.8s cubic-bezier(0.61, 0.03, 0.32, 0.92); overflow: hidden; } .menu-container .outer-wrap .scroll-wrap .wrap .navs-section .navs-group:last-child { flex-grow: 0.5; } .menu-container .outer-wrap .scroll-wrap .wrap .navs-section .navs-group:not(:first-child) { border-left: 1px solid #969696; } .menu-container .outer-wrap .scroll-wrap .wrap .navs-section .navs-group .active { color: #6e5b46; font-weight: normal; } .menu-container .outer-wrap .scroll-wrap .wrap .navs-section .en-title { width: 120px; font-size: 18px; line-height: 22px; } .menu-container .outer-wrap .scroll-wrap .wrap .navs-section .title { font-size: 20px; margin-top: 25px; } .menu-container .outer-wrap .scroll-wrap .wrap .navs-section .navs-childs { font-size: 16px; line-height: 30px; margin-top: 36px; } .menu-container .outer-wrap .scroll-wrap .wrap .navs-section .navs-childs .nav-item { margin-bottom: 10px; } .menu-container .outer-wrap .scroll-wrap .wrap .menu-contact { border-top: 1px solid #969696; margin-top: 250px; display: flex; align-items: center; justify-content: space-between; padding: 50px 0; } .menu-container .outer-wrap .scroll-wrap .wrap .menu-contact .contact-list { display: flex; align-items: center; } .menu-container .outer-wrap .scroll-wrap .wrap .menu-contact .contact-list .item { display: block; margin-right: 40px; } .menu-container .outer-wrap .scroll-wrap .wrap .menu-contact .contact-list .item .ico { opacity: 0.7; } .menu-container .outer-wrap .scroll-wrap .wrap .menu-contact .contact-title-wrap { color: #616161; font-size: 16px; line-height: 26px; text-align: right; } .menu-container.open { height: 100vh; } .menu-container.open .outer-wrap { transform: none; opacity: 1; } .menu-container.open .outer-wrap .navs-section .navs-group { opacity: 1 !important; transform: none !important; } .menu-container.open .outer-wrap .navs-section .navs-group:nth-child(1) { transition-delay: 0.54s; } .menu-container.open .outer-wrap .navs-section .navs-group:nth-child(2) { transition-delay: 0.68s; } .menu-container.open .outer-wrap .navs-section .navs-group:nth-child(3) { transition-delay: 0.82s; } .menu-container.open .outer-wrap .navs-section .navs-group:nth-child(4) { transition-delay: 0.96s; } .menu-container.open .outer-wrap .navs-section .navs-group:nth-child(5) { transition-delay: 1.1s; } .menu-container.open .outer-wrap .navs-section .navs-group:nth-child(6) { transition-delay: 1.24s; } .menu-container.open .outer-wrap .navs-section .navs-group:nth-child(7) { transition-delay: 1.38s; } .menu-container.open .outer-wrap .navs-section .navs-group:nth-child(8) { transition-delay: 1.52s; } .menu-container.open .outer-wrap .navs-section .navs-group:nth-child(9) { transition-delay: 1.66s; } footer { background-color: #151515; } footer .wrap { padding-top: 44px; padding-bottom: 20px; } footer .wrap .footer-title { display: flex; justify-content: space-between; align-items: center; margin-bottom: 80px; } footer .wrap .footer-title .logo { display: block; margin-right: 12.0625%; } footer .wrap .footer-title:after { display: block; flex-grow: 1; content: ''; height: 1px; background-color: #ffffff; opacity: 0.2; } footer .wrap .navs { display: flex; align-items: center; flex-wrap: wrap; color: #fff; font-size: 16px; line-height: 30px; } footer .wrap .navs .navitem { margin-right: 56px; position: relative; font-weight: lighter; } footer .wrap .navs .navitem:not(:last-child):after { background: #fff; display: block; content: ''; height: 16px; width: 1px; position: absolute; right: -28px; top: 50%; transform: translateY(-50%); } footer .wrap .footer-sections { display: flex; flex-wrap: wrap; justify-content: space-between; margin-top: 80px; } footer .wrap .footer-sections .footer-contact { margin-bottom: 40px; display: block; } footer .wrap .footer-sections .footer-contact .title { font-family: Didot; font-size: 18px; line-height: 36px; letter-spacing: 1px; color: #ffffff; opacity: 0.26; margin-bottom: 24px; } footer .wrap .footer-sections .footer-contact .row { display: flex; } footer .wrap .footer-sections .footer-contact .row:not(:last-child) { margin-bottom: 30px; } footer .wrap .footer-sections .footer-contact .row .name { font-size: 16px; line-height: 36px; letter-spacing: 1px; color: #ffffff; margin-right: 24px; } footer .wrap .footer-sections .footer-contact .row .value { font-size: 30px; font-family: Butler-Stencil-light; line-height: 36px; letter-spacing: 2px; color: #ffffff; } footer .wrap .footer-sections .footer-letter { display: block; width: 426px; } footer .wrap .footer-sections .footer-letter .title { font-family: Didot; font-size: 18px; line-height: 36px; letter-spacing: 1px; color: #ffffff; opacity: 0.26; margin-bottom: 24px; } footer .wrap .footer-sections .footer-letter .email-form { box-sizing: border-box; border: 1px solid #fff; height: 60px; display: flex; background: none; } footer .wrap .footer-sections .footer-letter .email-form label { display: block; flex-grow: 1; } footer .wrap .footer-sections .footer-letter .email-form label input { width: 100%; height: 100%; background: none; box-sizing: border-box; padding: 18px 0 18px 18px; color: #fff; } footer .wrap .footer-sections .footer-letter .email-form label input::placeholder { color: #fff; } footer .wrap .footer-sections .footer-letter .email-form .submit { display: block; width: 100px; cursor: pointer; background: url('../images/right.png') no-repeat center; background-size: 60%; } footer .wrap .footer-sections .footer-letter .msg { font-size: 14px; font-weight: lighter; line-height: 24px; letter-spacing: 1px; color: #ffffff; margin-top: 25px; } footer .wrap .websiteInfo { display: flex; justify-content: space-between; font-weight: lighter; font-size: 14px; line-height: 30px; letter-spacing: 1px; color: #ffffff; flex-wrap: wrap; margin-top: 70px; } @media screen and (max-height: 700px) { .header { padding-top: 20px; } } @media screen and (max-width: 1200px) { .menu-container .outer-wrap .scroll-wrap .wrap .navs-section { flex-wrap: wrap; } .menu-container .outer-wrap .scroll-wrap .wrap .navs-section .navs-group { width: 25%; box-sizing: border-box; flex-grow: 0; padding-left: 10px; padding-right: 10px; margin-bottom: 50px; } .menu-container .outer-wrap .scroll-wrap .wrap .navs-section .navs-group:nth-child(4n-3) { border-left: none; } .menu-container .outer-wrap .scroll-wrap .wrap .menu-contact { justify-content: space-between; margin-top: 50px; } .menu-container .outer-wrap .scroll-wrap .wrap .menu-contact .contact-list .item { margin-right: 20px; } } @media screen and (max-width: 900px) { .header { padding-top: 20px; } .contain { padding: 0 5%; } .products-container .outer-wrap .scroll-wrap .list { display: grid; grid-template-columns: 1fr 1fr; grid-column-gap: 4%; grid-row-gap: 54px; } .products-container .outer-wrap .scroll-wrap .list .item{ width: 100%; margin: 0; } .products-container ::-webkit-scrollbar, .menu-container ::-webkit-scrollbar { width: 4px !important; height: 4px !important; } } @media screen and (max-width: 1550px) { .contain { padding: 0 5%; } .headerPage .contain .nav ul li { margin: 0 20px; } } @media screen and (max-height: 700px) { .others-bar .share-list { padding-top: 50px; box-sizing: border-box; } .others-bar .share-list .item:not(:last-child) { margin-bottom: 30px; } } @media screen and (max-width: 1300px) { .headerPage .contain .nav ul li { margin: 0 10px; } .headerPage .contain .nav .phone { margin-left: 15px; } .mains .projects .cont-wrap .list { height: 600px; } .mains .company .content-wrap .pic-wrap { width: 50%; } .mains .company .content-wrap .cont-wrap { padding-top: 260px; } .mains .projects .cont-wrap .bg-wrap { height: 300px; } .mains .about .wrap { padding-left: 5%; } .mains .others-bar, .main .others-bar { width: 40px; display: none; } .mains .follow .contain .wrap .right .rights span, .main .follow .contain .wrap .right .rights span { font-size: 14px; } } @media screen and (max-width: 1200px) { .mains .others-bar, .main .others-bar { width: 40px; display: none; } .mains .follow .contain .wrap .right .rights span, .main .follow .contain .wrap .right .rights span { font-size: 12px; } .mains .follow .contain .wrap .left .btns .btn, .main .follow .contain .wrap .left .btns .btn { margin-right: 20px; } } @media screen and (max-width: 1080px) { .headerPage .contain { align-items: center; } .headerPage .contain .menu-switch { display: block; cursor: pointer; } .headerPage .contain .nav { display: none; } } .first-page { height: 100vh; user-select: none; position: relative; } .first-page .swiper { width: 100%; height: 100%; box-sizing: border-box; position: relative; } .first-page .swiper .slides { overflow: hidden; position: relative; position: absolute; top: 0; left: 0; width: 100%; height: 94%; box-sizing: border-box; } .first-page .swiper .slides .slide { position: absolute; top: 0; left: 0; width: 100%; height: 100%; box-sizing: border-box; transition: 1.3s cubic-bezier(0.61, 0.03, 0.32, 0.92); } .first-page .swiper .slides .slide:nth-child(1):after { position: absolute; top: 0; left: 0; width: 100%; height: 100%; box-sizing: border-box; display: block; content: ''; background: url('../images/index/firstmask.png') no-repeat center; background-size: 100% 100%; opacity: 0.5; } .first-page .swiper .slides .slide.next { left: 100%; } .first-page .swiper .slides .slide.prev { left: -100%; } .first-page .swiper .slides .slide.prev, .first-page .swiper .slides .slide.next { opacity: 0; } .first-page .swiper .slides .slide:first-child { z-index: 1; } .first-page .swiper .bg { width: 100%; height: 100%; box-sizing: border-box; object-fit: cover; transition: 0.8s; } .first-page .swiper .iphoneBg { width: 100%; height: 100%; box-sizing: border-box; object-fit: cover; transition: 0.8s; display: none; } .first-page .swiper .wrap { position: absolute; top: 36.94331984%; width: 100%; z-index: 1; color: #fff; text-align: center; } .first-page .swiper .wrap .title { font-family: Didot; font-size: 50px; line-height: 82px; letter-spacing: 10px; } .first-page .swiper .wrap .ntitle { font-size: 20px; line-height: 30px; font-weight: lighter; } .first-page .controler-wrap { position: absolute; bottom: 12%; width: 100%; z-index: 1; user-select: none; } .first-page .controler-wrap .bottom-wrap { display: flex; justify-content: space-between; align-items: center; color: #fff; } .first-page .controler-wrap .bottom-wrap .dots { display: flex; height: 16px; } .first-page .controler-wrap .bottom-wrap .dots .dot { cursor: pointer; display: block; width: 18px; height: 16px; position: relative; font-size: 14px; line-height: 14px; margin-right: 9px; } .first-page .controler-wrap .bottom-wrap .dots .dot .text { text-align: center; transform: translateX(50%); opacity: 0; transition: 0.4s; } .first-page .controler-wrap .bottom-wrap .dots .dot:before { display: block; content: ''; width: 8px; height: 8px; border-radius: 50%; background: #fff; opacity: 0.5; position: absolute; top: 0; left: 50%; transform: translateX(-50%); } .first-page .controler-wrap .bottom-wrap .dots .dot:after { display: block; content: ''; height: 1px; background: #fff; width: 0; position: absolute; bottom: 0; left: 0; transition: width 0.4s; } .first-page .controler-wrap .bottom-wrap .dots .dot.active .text { opacity: 1; transform: none; } .first-page .controler-wrap .bottom-wrap .dots .dot.active:before { display: none; } .first-page .controler-wrap .bottom-wrap .dots .dot.active:after { width: 100%; } .first-page .controler-wrap .bottom-wrap .swiper-tabs { display: flex; align-items: center; user-select: none; } .first-page .controler-wrap .bottom-wrap .swiper-tabs .line { height: 1px; width: 66px; background: #fff; } .first-page .controler-wrap .bottom-wrap .swiper-tabs .prev, .first-page .controler-wrap .bottom-wrap .swiper-tabs .next { display: block; font-weight: normal; font-size: 14px; cursor: pointer; padding: 10px 34px; } .mains { position: relative; } .mains .projects .topbanner { text-align: center; background: #faf9fa; padding-top: 40px; padding-bottom: 50px; position: relative; } .mains .projects .topbanner:after { position: absolute; content: ''; width: 1px; height: 60px; bottom: 0; transform: translate(-50%, 50%); background: #7b7b7b; } .mains .projects .topbanner .en-title { font-family: Didot; font-size: 36px; line-height: 50px; letter-spacing: 4px; color: #323232; } .mains .projects .topbanner .title { margin-top: 30px; font-size: 28px; line-height: 30px; color: #4d4d4d; } .mains .projects .topbanner .line { font-size: 18px; color: #4d4d4d; } .mains .projects .topbanner .msg { font-size: 20px; letter-spacing: 1px; color: #4d4d4d; font-weight: lighter; } .mains .projects .cont-wrap { padding-top: 123px; position: relative; } .mains .projects .cont-wrap .bg-wrap { position: absolute; bottom: 33px; left: 0; height: 350px; width: 100%; background: #333; display: flex; justify-content: center; align-items: center; transition: 0.4s; } .mains .projects .cont-wrap .bg-wrap .bg { max-width: 95%; } .mains .projects .cont-wrap .list { position: relative; width: 100%; height: 500px; display: flex; transition: height 0.4s; justify-content: space-between; padding: 0 3%; box-sizing: border-box; border: none; } /* .mains .projects .cont-wrap .list:hover .item { width: 0; } */ .mains .projects .cont-wrap .list .item { position: relative; width: 44%; top: 0; height: 100%; overflow: hidden; background-position: top left 40%; background-size: auto 100%; display: block; color: #fefefe; box-sizing: border-box; transition: 1s cubic-bezier(0.14, 0.99, 0.43, 0.99); border: none; } .mains .projects .cont-wrap .list .item:before { position: absolute; top: 0; left: 0; width: 100%; height: 100%; box-sizing: border-box; content: ''; display: block; background: rgba(0, 0, 0, 0.3); } .mains .projects .cont-wrap .list .item:first-child { left: 0; } .mains .projects .cont-wrap .list .item:last-child { right: 0; } .mains .projects .cont-wrap .list .item .info-wrap { position: relative; width: 100%; height: 100%; box-sizing: border-box; display: flex; flex-direction: column; justify-content: center; align-items: center; background-position: top left 40%; background-size: auto 100%; transition: all 1s; } .mains .projects .cont-wrap .list .item .info-wrap .logo { position: absolute; top: 57px; left: 50%; transform: translateX(-50%); } .mains .projects .cont-wrap .list .item .info-wrap .box { text-align: center; display: flex; flex-direction: column; align-items: center; padding-top: 100px; } .mains .projects .cont-wrap .list .item .info-wrap .box .en-title { font-family: Didot; font-size: 36px; line-height: 50px; letter-spacing: 4px; color: #fefefe; } .mains .projects .cont-wrap .list .item .info-wrap .box .title { font-size: 30px; line-height: 50px; letter-spacing: 6px; color: #fefefe; margin-top: 16px; } .mains .projects .cont-wrap .list .item .info-wrap .box .visit { height: 52px; position: relative; font-size: 14px; line-height: 52px; letter-spacing: 1px; color: #fefefe; display: flex; justify-content: center; align-items: center; width: 130px; margin-top: 46px; opacity: 0; transition: 1s cubic-bezier(0.14, 0.99, 0.43, 0.99); } .mains .projects .cont-wrap .list .item .info-wrap .box .visit .ico { width: 9px; height: 13px; margin-left: 23px; display: block; transform: translateX(-20px); transition: 1s cubic-bezier(0.14, 0.99, 0.43, 0.99); } .mains .projects .cont-wrap .list .item .info-wrap .box .visit:after { width: 0; display: block; position: absolute; content: ''; bottom: 0; left: 0; height: 1px; background: #fff; transition: 1s cubic-bezier(0.14, 0.99, 0.43, 0.99); } .mains .projects .cont-wrap .list .item:hover { /* width: 100%; padding-right: 50%; z-index: 1; */ transform: scale(1.2); } /* .mains .projects .cont-wrap .list .item:hover .info-wrap { transform: scale(1.1); } */ .mains .projects .cont-wrap .list .item:hover .info-wrap .visit { opacity: 1; } .mains .projects .cont-wrap .list .item:hover .info-wrap .visit .ico { transform: none; } .mains .projects .cont-wrap .list .item:hover .info-wrap .visit:after { width: 100%; } .mains .bg-group { position: relative; } .mains .bg-group .bgs { position: absolute; left: 0; top: 0; width: 100%; height: 100%; padding-top: 170px; box-sizing: border-box; z-index: -1; } .mains .bg-group .sticky-wrap { position: sticky; top: calc(50% - 385px); left: 0; } .mains .bg-group .bg1 { width: 100%; height: 770px; box-sizing: border-box; position: relative; background: #333; } .mains .bg-group .bg1:before { position: absolute; top: 0; left: 0; width: 100%; height: 100%; box-sizing: border-box; display: block; content: ''; background: url('../images/index/companybg.jpg?t=1') no-repeat center; background-size: cover; } .mains .bg-group .bg1:after { position: absolute; top: 0; left: 0; width: 100%; height: 100%; box-sizing: border-box; display: block; content: ''; background: rgba(0, 0, 0, 0.65); } .mains .company { /* margin-top: 132px; */ padding-top: 1px; padding-bottom: 50px; position: relative; } .mains .company .content-wrap { position: relative; color: #fff; } .mains .company .content-wrap .contain { display: flex; } .mains .company .content-wrap .pic-wrap { width: 37.25%; position: relative; margin-right: 12.6875%; padding-top: 300px; } .mains .company .content-wrap .pic-wrap .padding-wrap { width: 100%; padding-top: 100%; border: solid 1px rgba(169, 143, 86, 0.4); position: relative; } .mains .company .content-wrap .pic-wrap .pic { display: block; width: 100%; position: absolute; top: 11.28571429%; left: 10%; } .mains .company .content-wrap .cont-wrap { padding-top: 300px; flex-grow: 1; width: 0; } .mains .company .content-wrap .cont-wrap .title { font-size: 36px; line-height: 40px; } .mains .company .content-wrap .cont-wrap .text { font-size: 18px; line-height: 36px; } .mains .company .content-wrap .cont-wrap .text .light { font-weight: lighter; } .mains .company .content-wrap .cont-wrap .text .light p { color: #fff; } .mains .company .content-wrap .cont-wrap .text+.text { margin-top: 11px; } .mains .line1 { width: 191px; height: 2px; background-color: #7b7b7b; margin-top: 20px; margin-bottom: 30px; } .mains .line2 { width: 181px; height: 1px; background-color: #ffffff; opacity: 0.5; margin-top: 30px; margin-bottom: 56px; } .mains .company .content-wrap .cont-wrap .datas { display: flex; max-width: 500px; flex-wrap: wrap; } .mains .company .content-wrap .cont-wrap .datas .item { display: block; width: 50%; margin-bottom: 50px; } .mains .company .content-wrap .cont-wrap .datas .item .num { font-size: 48px; line-height: 36px; letter-spacing: 2px; font-family: Butler; } .mains .company .content-wrap .cont-wrap .datas .item .msg { font-size: 16px; line-height: 20px; margin-top: 16px; letter-spacing: 1px; } .mains .about { position: relative; margin-top: 47px; padding-bottom: 100px; z-index: 3; } .mains .about .wrap { padding-left: 12.5%; display: flex; justify-content: space-between; } .mains .about .wrap .left { padding-top: 46px; margin-right: 50px; } .mains .about .wrap .left .en-title { color: #fff; font-size: 48px; font-family: Didot; line-height: 48px; } .mains .about .wrap .left .en-title .s { font-size: 36px; } .mains .about .wrap .left .cont { margin-top: 60px; font-size: 18px; line-height: 36px; color: #fff; } .mains .about .wrap .left .cont .s { font-weight: lighter; } .mains .about .wrap .left .cont .s p { font-size: 18px; line-height: 36px; color: #fff; } .mains .about .wrap .left .cont .b { font-size: 24px; } .mains .about .wrap .pic-wrap { display: block; } .mains .about .wrap .pic-wrap .pic { display: block; width: 86%; } .mains .news { padding-bottom: 75px; padding-top: 62px; position: relative; background: url('../images/index/aboutbg.png') no-repeat center top 40%; background-size: 23.95833333% auto; } .mains .news .swiper-tabs { display: flex; align-items: center; user-select: none; justify-content: flex-end; margin-top: 20px; } .mains .news .swiper-tabs .line { height: 1px; width: 66px; background: #666; margin: 0 34px; } .mains .news .swiper-tabs .prev, .mains .news .swiper-tabs .next { display: block; font-weight: normal; font-size: 14px; cursor: pointer; color: #666; } .mains .news .newsSwiper { position: relative; } .mains .news .item { padding: 48px 45px; box-sizing: border-box; width: 100%; display: block; border: solid 1px rgba(0, 0, 0, 0); transition: border 0.2s; } .mains .news .item:hover { border-color: #a98f56; } .mains .news .item:hover .pic-wrap { transform: scale(1.04, 1.06); } .mains .news .item .pic-wrap { height: 0; padding-top: 70%; position: relative; transition: transform 1s cubic-bezier(0.14, 0.99, 0.43, 0.99); } .mains .news .item .pic-wrap .pic { display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; box-sizing: border-box; object-fit: cover; } .mains .news .item .date { font-size: 14px; line-height: 20px; color: #666666; margin-top: 32px; } .mains .news .item .title { overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; max-width: 488px; font-size: 24px; line-height: 36px; height: 72px; color: #323232; margin-top: 26px; } .mains .news .item .content { font-size: 16px; line-height: 30px; color: #666666; margin-top: 40px; height: 90px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; } @media screen and (max-width: 900px) { .mains .projects .cont-wrap .list, .main .projects .cont-wrap .list { display: block; height: auto; } .mains .projects .cont-wrap .list .item, .main .projects .cont-wrap .list .item { padding-right: 0 !important; width: 100% !important; position: relative; height: 370px; margin-bottom: 30px; } .mains .projects .cont-wrap .list .item .info-wrap .box .en-title, .main .projects .cont-wrap .list .item .info-wrap .box .en-title { font-size: 30px; line-height: 40px; } .mains .projects .cont-wrap .list .item .info-wrap .box .title, .main .projects .cont-wrap .list .item .info-wrap .box .title { font-size: 24px; line-height: 40px; } .mains .company .content-wrap .contain, .main .company .content-wrap .contain { display: block !important; } .mains .company .content-wrap .contain .pic-wrap, .main .company .content-wrap .contain .pic-wrap { width: 90%; padding-top: 100px; } .mains .company .content-wrap .contain .cont-wrap, .main .company .content-wrap .contain .cont-wrap { box-sizing: border-box; width: 100%; padding-top: 100px; padding-left: 5%; } .mains .about, .main .about { /* background-size: 80% auto; background-position: top 30% center; */ padding-bottom: 100px; margin-top: 10px; } .mains .company{ padding-bottom: 20px; } .mains .about .wrap, .main .about .wrap { display: block; padding-left: 0; } .mains .about .wrap .left{ margin: 0; } .mains .about .wrap .pic-wrap, .main .about .wrap .pic-wrap { padding-right: 5%; margin-top: 40px; } .mains .follow .bgs, .main .follow .bgs { display: block; } .mains .follow .bgs .bgleft, .main .follow .bgs .bgleft { height: 200px; width: 100%; } .mains .follow .bgs .bgright, .main .follow .bgs .bgright { height: 130px; width: 100%; display: none; } .mains .follow .wrap, .main .follow .wrap { display: block; } .mains .follow .wrap .left, .main .follow .wrap .left { width: 100%; height: 200px; box-sizing: border-box; padding-bottom: 0; } .mains .follow .wrap .left .btns, .main .follow .wrap .left .btns { padding-right: 0; justify-content: space-between; flex-wrap: nowrap; } .mains .follow .wrap .left .btns .btn, .main .follow .wrap .left .btns .btn { margin-right: 0; } .mains .follow .wrap .left .title, .main .follow .wrap .left .title { padding: 0; } .mains .follow .wrap .right, .main .follow .wrap .right { width: 100%; flex-wrap: wrap; height: auto; padding: 30px 0; } .mains .follow .wrap .right form, .main .follow .wrap .right form { padding: 0; } .mains .follow .wrap .right .lefts, .main .follow .wrap .right .lefts, .mains .follow .wrap .right .rights, .main .follow .wrap .right .rights { width: 100%; } .mains .follow .wrap .right .lefts ul, .main .follow .wrap .right .lefts ul, .mains .follow .wrap .right .rights ul, .main .follow .wrap .right .rights ul { width: 70%; margin: 0 auto; } .mains .follow .wrap .right .lefts ul li, .main .follow .wrap .right .lefts ul li, .mains .follow .wrap .right .rights ul li, .main .follow .wrap .right .rights ul li { margin: 0; } .mains .follow .wrap .right .lefts ul, .main .follow .wrap .right .lefts ul { width: 80%; margin: 0 auto; } .mains .follow .wrap .right .lefts ul::after, .main .follow .wrap .right .lefts ul::after { display: none; } .mains .follow .wrap .right .rights, .main .follow .wrap .right .rights { margin-top: 50px; } .mains .news, .main .news { padding-top: 22px; padding-bottom: 30px; } .mains .news .item{ padding: 18px 15px; } .mains .news .item .content { height: 60px; -webkit-line-clamp: 2; } .mains .news .swiper-tabs, .main .news .swiper-tabs { margin-top: 30px; } .mains .bg-group .bgs{ padding-top: 70px; } .mains .bg-group .sticky-wrap{ top: 0; } .mains .bg-group .bg1:before{ background-position: center top; } .mains .bg-group .bg1{ height: 100vh; } } @media screen and (max-width: 750px) { .first-page .swiper .iphoneBg { display: inline-block; } .first-page .swiper .bg { display: none } }