@charset "utf-8"; /* * @Author: feelChin * @Date: 2020-11-03 15:28:25 * @Last Modified by: feelChin * @Last Modified time: 2021-04-26 15:34:19 */ /* * @Author: Chin * @Date: 2020-06-23 10:17:36 * @Last Modified by: feelChin * @Last Modified time: 2021-04-21 17:54:20 */ * { margin: 0; padding: 0; outline: none; } html, body { background: #fff; color: #333; font-family: "微软雅黑","Microsoft Yahei",Arial,"SimHei","黑体","微软正黑体","Microsoft JhengHei"; overflow-x: hidden; -webkit-tap-highlight-color: transparent; font-size: 14px; line-height: 1.8; } /* *{-webkit-touch-callout: none;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;} */ /* body::-webkit-scrollbar {display: none;} */ /* body{width: 100vw;max-width: 750px;height: 100vh;margin: 0 auto;background: white;box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);overflow-y: scroll;-ms-overflow-style: none;overflow: -moz-scrollbars-none;overflow: -webkit-scrollbars-none;} */ h1, h2, h3, h4, h5, h6, small, big, input, textarea, button, select { font-size: 100%; } table { border-collapse: collapse; border-spacing: 0; text-align: left; } ul, ol, menu { list-style: none; } fieldset, img { border: 0; display: inline-block; } img, object, input, textarea, button, select { vertical-align: middle; } article, aside, footer, header, section, nav, figure, figcaption, hgroup, details, menu { display: block; } audio, canvas, video { display: inline-block; zoom: 1; } blockquote, q { quotes: none; } blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; } textarea { overflow: auto; resize: vertical; } input, textarea, button, select, a { outline: none; border: none; } input, textarea { display: block; -webkit-user-select: auto; } button::-moz-focus-inner, input::-moz-focus-inner { padding: 0; border: 0; } mark { background-color: transparent; } a, ins, s, u, del { text-decoration: none; color: inherit; } sup, sub { vertical-align: baseline; } ::-webkit-scrollbar { width: 6px; height: 6px; background-color: #fff; } ::-webkit-scrollbar-thumb { background-color: #FD0000; } ::-moz-selection { background: #FD0000; color: #fff; text-shadow: none; } ::selection { background: #FD0000; color: #fff; text-shadow: none; } h4, h5, h6 { font-weight: 400; } ::-webkit-input-placeholder { color: #CBCBCB; } :-moz-placeholder { color: #CBCBCB; } ::-moz-placeholder { color: #CBCBCB; } :-ms-input-placeholder { color: #CBCBCB; } :root { --ease-in-a: cubic-bezier(0.55, 0.085, 0.68, 0.53); --ease-in-b: cubic-bezier(0.55, 0.055, 0.675, 0.19); --ease-in-c: cubic-bezier(0.895, 0.03, 0.685, 0.22); --ease-in-d: cubic-bezier(0.755, 0.05, 0.855, 0.06); --ease-in-e: cubic-bezier(0.95, 0.05, 0.795, 0.035); --ease-in-f: cubic-bezier(0.6, 0.04, 0.98, 0.335); --ease-out-a: cubic-bezier(0.25, 0.46, 0.45, 0.94); --ease-out-b: cubic-bezier(0.215, 0.61, 0.355, 1); --ease-out-c: cubic-bezier(0.165, 0.84, 0.44, 1); --ease-out-d: cubic-bezier(0.23, 1, 0.32, 1); --ease-out-e: cubic-bezier(0.19, 1, 0.22, 1); --ease-out-f: cubic-bezier(0.075, 0.82, 0.165, 1); --ease-in-out-a: cubic-bezier(0.455, 0.03, 0.515, 0.955); --ease-in-out-b: cubic-bezier(0.645, 0.045, 0.355, 1); --ease-in-out-c: cubic-bezier(0.77, 0, 0.175, 1); --ease-in-out-d: cubic-bezier(0.86, 0, 0.07, 1); --ease-in-out-e: cubic-bezier(1, 0, 0, 1); --ease-in-out-f: cubic-bezier(0.785, 0.135, 0.15, 0.86); } .y30 { opacity: 0; transform: translate3d(0, 30%, 0); } .y30.flag { opacity: 1; transform: translate3d(0, 0, 0); transition: .44s; } .y60 { opacity: 0; transform: translate3d(0, 50%, 0); } .y60.flag { opacity: 1; transform: translate3d(0, 0, 0); transition: .44s; } .y100 { opacity: 0; transform: translate3d(0, 100%, 0); } .y100.flag { opacity: 1; transform: translate3d(0, 0, 0); transition: .44s; } .x50 { opacity: 0; transform: translate3d(50%, 0, 0); } .x50.flag { opacity: 1; transform: translate3d(0, 0, 0); transition: .44s; } .x100 { opacity: 0; transform: translate3d(100%, 0, 0); } .x100.flag { opacity: 1; transform: translate3d(0, 0, 0); transition: .44s; } .x-50 { opacity: 0; transform: translate3d(-50%, 0, 0); } .x-50.flag { opacity: 1; transform: translate3d(0, 0, 0); transition: .44s; } .x-100 { opacity: 0; transform: translate3d(-100%, 0, 0); } .x-100.flag { opacity: 1; transform: translate3d(0, 0, 0); transition: .44s; } .o { opacity: 0; } .o.flag { opacity: 1; transition: 1.5s; } .mousegradient { position: relative; overflow: hidden; cursor: pointer; } .mousegradient:hover:after { --size: 300%; } .mousegradient:after { content: ''; --size: 0; position: absolute; left: var(--x); top: var(--y); width: var(--size); height: var(--size); background: radial-gradient(circle closest-side, #FD0000, transparent); transform: translate(-50%, -50%); transition: width 0.2s ease, height 0.2s ease; } .splitlist { line-height: 1.2; white-space: pre-wrap; } .splitlist.flag span { animation: fadeInRight 1s forwards; } .splitlist span { font-family: inherit; width: auto; font-size: inherit; color: inherit; font-weight: inherit; text-transform: inherit; opacity: 0; display: inline-block; } .splitlist span.letters { color: #FD0000; } .cursordot { position: fixed; top: 0; left: 0; border-radius: 100%; pointer-events: none; opacity: 0; border: 1px solid white; will-change: transform; } .imgs { max-width: 100%; width: 100%; height: auto; display: block; } .deepmao { position: relative; top: -100px; display: block; height: 0; overflow: hidden; } .linkA { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 7; } .photoActives { position: relative; overflow: hidden; } .photoActives .photoActive { position: absolute; left: 0; bottom: 0; width: 100%; height: 100%; background: #fff; z-index: 3; } .photoActives.reset_photoActive .photoActive { bottom: -100%; transition: .66s; transition-timing-function: var(--ease-in-out-b); } .ells { overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; } .wechat { position: fixed; top: 0; left: 0; right: 0; bottom: 0; margin: auto; background: rgba(0, 0, 0, 0.7); z-index: 99; display: flex; justify-content: center; align-items: center; visibility: hidden; opacity: 0; transition-timing-function: var(--ease-in-out-b); cursor: pointer; } .wechat.active { transition: .3s; visibility: visible; opacity: 1; } .wechat.active div { transform: translateY(0); } .wechat div { height: auto; padding: 20px; background: #eee; text-align: center; transition: .3s; transform: translateY(50px); } .wechat div img { width: 200px; display: block; margin: auto; } .wechat div p { font-size: 14px; color: #666; margin-top: 6px; } .videobox { position: fixed; top: 0; left: 0; right: 0; bottom: 0; margin: auto; z-index: 99; display: flex; justify-content: center; align-items: center; cursor: pointer; visibility: hidden; opacity: 0; } .videobox.active { visibility: visible; opacity: 1; } .videobox.active .bg { visibility: visible; opacity: 1; } .videobox.active video { transition-delay: .3s; opacity: 1; transform: translateY(0); } .videobox.active i { visibility: visible; opacity: 1; } .videobox .bg { position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.7); transition: .4s; visibility: hidden; opacity: 0; } .videobox video { width: 70%; transition: .4s; transform: translateY(50%); opacity: 0; } .videobox i { position: absolute; right: 0; top: 0; width: 40px; height: 40px; display: flex; align-items: center; justify-content: center; background: #FD0000; color: #fff; z-index: 3; cursor: pointer; visibility: hidden; opacity: 0; transition: .4s; } .videobox i:hover { background: #3A9A58; } .subnavHead { position: relative; } .subnavHead .bannerimg { overflow: hidden; } .subnavHead .bannerimg img { position: relative; width: 100%; display: block; will-change: transform; } .newspaper { word-break: break-all; } .newspaper a { transition: .4s; } .newspaper a:link { color: #212121; } .newspaper a:visited { color: #212121; } .newspaper a:active { color: #FD0000; } .newspaper a:hover { color: #FD0000; } .newspaper img { max-width: 100% !important; height: auto !important; } .newspaper .tablebox { width: 100%; overflow-x: auto; overflow-y: hidden; -ms-overflow-style: none; overflow: -moz-scrollbars-none; overflow: -webkit-scrollbars-none; } .newspaper .tablebox::-webkit-scrollbar { display: none; } .newspaper .tablebox table { width: 100%; } .fixedScreen { position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 9999; } .fixedScreen.flag { transition-delay: .5s; visibility: hidden; } .fixedScreen.flag:after { height: 0; } .fixedScreen:after { content: ''; position: absolute; left: 0; bottom: 0; width: 100%; height: 100%; background: #fff; transition-delay: .2s; transition: 1s; transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1); } .last3:nth-child(3n+1):nth-last-child(-n+3), .last3:nth-child(3n+1):nth-last-child(-n+3) ~ li { margin-bottom: 0; } @media screen and (max-width: 640px) { .videobox video { width: 100%; } .noscroll { background-attachment: scroll !important; } } @keyframes shubiao { 0% { transform: translateY(-10px); opacity: 0; } 100% { transform: translateY(10px); opacity: 1; } } @keyframes guodong { from, to { -webkit-transform: scale(1, 1); transform: scale(1, 1); opacity: 1; } 25% { -webkit-transform: scale(0.9, 1.1); transform: scale(0.9, 1.1); } 50% { -webkit-transform: scale(1.1, 0.9); transform: scale(1.1, 0.9); } 75% { -webkit-transform: scale(0.95, 1.05); transform: scale(0.95, 1.05); } } @keyframes fadeInUp { from { opacity: 0; transform: translate3d(0, 100%, 0); } to { opacity: 1; transform: translate3d(0, 0, 0); } } @keyframes fadeInUp2 { from { opacity: 0; transform: translate3d(0, 50%, 0); } to { opacity: 1; transform: translate3d(0, 0, 0); } } @keyframes fadeInRight { from { opacity: 0; transform: translate3d(100%, 0, 0); } to { opacity: 1; transform: translate3d(0, 0, 0); } } @keyframes fadeInRight2 { from { opacity: 0; transform: translate3d(100%, 0, 0); } to { opacity: 1; transform: translate3d(0, 0, 0); } } @keyframes fadeInDown { from { opacity: 0; transform: translate3d(0, -100%, 0); } to { opacity: 1; transform: translate3d(0, 0, 0); } } @keyframes fadeInDown2 { from { opacity: 0; transform: translate3d(0, -50%, 0); } to { opacity: 1; transform: translate3d(0, 0, 0); } } @keyframes fadeInLeft { from { opacity: 0; transform: translate3d(-100%, 0, 0); } to { opacity: 1; transform: translate3d(0, 0, 0); } } @keyframes fadeInLeft2 { from { opacity: 0; transform: translate3d(-50%, 0, 0); } to { opacity: 1; transform: translate3d(0, 0, 0); } } @keyframes bounceInDown { from, 60%, 75%, 90%, to { animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); } 0% { opacity: 0; transform: translate3d(0, 200px, 0); } 60% { opacity: 1; transform: translate3d(0, 35px, 0); } 75% { transform: translate3d(0, -20px, 0); } 90% { transform: translate3d(0, 10px, 0); } to { transform: translate3d(0, 0, 0); opacity: 1; } } @keyframes lightSpeedIn { 0% { -webkit-transform: translateX(100%) skewX(-30deg); -ms-transform: translateX(100%) skewX(-30deg); transform: translateX(100%) skewX(-30deg); opacity: 0; } 100% { -webkit-transform: translateX(0%) skewX(0deg); -ms-transform: translateX(0%) skewX(0deg); transform: translateX(0%) skewX(0deg); opacity: 1; } } @keyframes rotateInUpRight { from { -webkit-transform: rotate3d(0, 0, 1, -90deg); transform: rotate3d(0, 0, 1, -90deg); opacity: 0; } to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); opacity: 1; } } @keyframes rotateInUpLeft { from { -webkit-transform: rotate3d(0, 0, 1, 45deg); transform: rotate3d(0, 0, 1, 45deg); opacity: 0; } to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); opacity: 1; } } @keyframes flipInX { from { -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg); transform: perspective(400px) rotate3d(1, 0, 0, 90deg); -webkit-animation-timing-function: ease-in; animation-timing-function: ease-in; opacity: 0; } 40% { -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg); transform: perspective(400px) rotate3d(1, 0, 0, -20deg); -webkit-animation-timing-function: ease-in; animation-timing-function: ease-in; } 60% { -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg); transform: perspective(400px) rotate3d(1, 0, 0, 10deg); opacity: 1; } 80% { -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg); transform: perspective(400px) rotate3d(1, 0, 0, -5deg); } to { -webkit-transform: perspective(400px); transform: perspective(400px); opacity: 1; } } @keyframes flipInY { from { -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg); transform: perspective(400px) rotate3d(0, 1, 0, 90deg); -webkit-animation-timing-function: ease-in; animation-timing-function: ease-in; opacity: 0; } 40% { -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg); transform: perspective(400px) rotate3d(0, 1, 0, -20deg); -webkit-animation-timing-function: ease-in; animation-timing-function: ease-in; } 60% { -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg); transform: perspective(400px) rotate3d(0, 1, 0, 10deg); opacity: 1; } 80% { -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg); transform: perspective(400px) rotate3d(0, 1, 0, -5deg); } to { -webkit-transform: perspective(400px); transform: perspective(400px); opacity: 1; } } @keyframes faderRotateZ { from { opacity: 0; visibility: hidden; transform-origin: 0 0 0; transform: perspective(500px) rotatex(-90deg) translateZ(0); } to { opacity: 1; visibility: visible; transform: rotate(0deg) translateZ(0); } } /** * Swiper 5.4.5 * Most modern mobile touch slider and framework with hardware accelerated transitions * http://swiperjs.com * * Copyright 2014-2020 Vladimir Kharlampidi * * Released under the MIT License * * Released on: June 16, 2020 */ @font-face { font-family: swiper-icons; src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff"); font-weight: 400; font-style: normal; } :root { --swiper-theme-color: #007aff; } .swiper-container { margin-left: auto; margin-right: auto; position: relative; overflow: hidden; list-style: none; padding: 0; z-index: 1; } .swiper-container-vertical > .swiper-wrapper { flex-direction: column; } .swiper-wrapper { position: relative; width: 100%; height: 100%; z-index: 1; display: flex; transition-property: transform; box-sizing: content-box; } .swiper-container-android .swiper-slide, .swiper-wrapper { transform: translate3d(0px, 0, 0); } .swiper-container-multirow > .swiper-wrapper { flex-wrap: wrap; } .swiper-container-multirow-column > .swiper-wrapper { flex-wrap: wrap; flex-direction: column; } .swiper-container-free-mode > .swiper-wrapper { transition-timing-function: ease-out; margin: 0 auto; } .swiper-slide { flex-shrink: 0; width: 100%; height: 100%; position: relative; transition-property: transform; } .swiper-slide-invisible-blank { visibility: hidden; } .swiper-container-autoheight, .swiper-container-autoheight .swiper-slide { height: auto; } .swiper-container-autoheight .swiper-wrapper { align-items: flex-start; transition-property: transform,height; } .swiper-container-3d { perspective: 1200px; } .swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper { transform-style: preserve-3d; } .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top { position: absolute; left: 0; top: 0; width: 100%; height: 100%; pointer-events: none; z-index: 10; } .swiper-container-3d .swiper-slide-shadow-left { background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent); } .swiper-container-3d .swiper-slide-shadow-right { background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent); } .swiper-container-3d .swiper-slide-shadow-top { background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent); } .swiper-container-3d .swiper-slide-shadow-bottom { background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent); } .swiper-container-css-mode > .swiper-wrapper { overflow: auto; scrollbar-width: none; -ms-overflow-style: none; } .swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar { display: none; } .swiper-container-css-mode > .swiper-wrapper > .swiper-slide { scroll-snap-align: start start; } .swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper { scroll-snap-type: x mandatory; } .swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper { scroll-snap-type: y mandatory; } :root { --swiper-navigation-size: 44px; } .swiper-button-next, .swiper-button-prev { position: absolute; top: 50%; width: calc(var(--swiper-navigation-size)/ 44 * 27); height: var(--swiper-navigation-size); margin-top: calc(-1 * var(--swiper-navigation-size)/ 2); z-index: 10; cursor: pointer; display: flex; align-items: center; justify-content: center; color: var(--swiper-navigation-color, var(--swiper-theme-color)); } .swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled { opacity: .35; cursor: auto; pointer-events: none; } .swiper-button-next:after, .swiper-button-prev:after { font-family: swiper-icons; font-size: var(--swiper-navigation-size); text-transform: none !important; letter-spacing: 0; text-transform: none; font-variant: initial; line-height: 1; } .swiper-button-prev, .swiper-container-rtl .swiper-button-next { left: 10px; right: auto; } .swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after { content: 'prev'; } .swiper-button-next, .swiper-container-rtl .swiper-button-prev { right: 10px; left: auto; } .swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after { content: 'next'; } .swiper-button-next.swiper-button-white, .swiper-button-prev.swiper-button-white { --swiper-navigation-color: #ffffff; } .swiper-button-next.swiper-button-black, .swiper-button-prev.swiper-button-black { --swiper-navigation-color: #000000; } .swiper-button-lock { display: none; } .swiper-pagination { position: absolute; text-align: center; transition: .3s opacity; transform: translate3d(0, 0, 0); z-index: 10; } .swiper-pagination.swiper-pagination-hidden { opacity: 0; } .swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction { bottom: 10px; left: 0; width: 100%; } .swiper-pagination-bullets-dynamic { overflow: hidden; font-size: 0; } .swiper-pagination-bullets-dynamic .swiper-pagination-bullet { transform: scale(0.33); position: relative; } .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active { transform: scale(1); } .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main { transform: scale(1); } .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev { transform: scale(0.66); } .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev { transform: scale(0.33); } .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next { transform: scale(0.66); } .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next { transform: scale(0.33); } .swiper-pagination-bullet { width: 8px; height: 8px; display: inline-block; border-radius: 100%; background: #000; opacity: .2; } button.swiper-pagination-bullet { border: none; margin: 0; padding: 0; box-shadow: none; -webkit-appearance: none; -moz-appearance: none; appearance: none; } .swiper-pagination-clickable .swiper-pagination-bullet { cursor: pointer; } .swiper-pagination-bullet-active { opacity: 1; background: var(--swiper-pagination-color, var(--swiper-theme-color)); } .swiper-container-vertical > .swiper-pagination-bullets { right: 10px; top: 50%; transform: translate3d(0px, -50%, 0); } .swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet { margin: 6px 0; display: block; } .swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic { top: 50%; transform: translateY(-50%); width: 8px; } .swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet { display: inline-block; transition: .2s transform,.2s top; } .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet { margin: 0 4px; } .swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic { left: 50%; transform: translateX(-50%); white-space: nowrap; } .swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet { transition: .2s transform,.2s left; } .swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet { transition: .2s transform,.2s right; } .swiper-pagination-progressbar { background: rgba(0, 0, 0, 0.25); position: absolute; } .swiper-pagination-progressbar .swiper-pagination-progressbar-fill { background: var(--swiper-pagination-color, var(--swiper-theme-color)); position: absolute; left: 0; top: 0; width: 100%; height: 100%; transform: scale(0); transform-origin: left top; } .swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill { transform-origin: right top; } .swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite { width: 100%; height: 4px; left: 0; top: 0; } .swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical > .swiper-pagination-progressbar { width: 4px; height: 100%; left: 0; top: 0; } .swiper-pagination-white { --swiper-pagination-color: #ffffff; } .swiper-pagination-black { --swiper-pagination-color: #000000; } .swiper-pagination-lock { display: none; } .swiper-scrollbar { border-radius: 10px; position: relative; -ms-touch-action: none; background: rgba(0, 0, 0, 0.1); } .swiper-container-horizontal > .swiper-scrollbar { position: absolute; left: 1%; bottom: 3px; z-index: 50; height: 5px; width: 98%; } .swiper-container-vertical > .swiper-scrollbar { position: absolute; right: 3px; top: 1%; z-index: 50; width: 5px; height: 98%; } .swiper-scrollbar-drag { height: 100%; width: 100%; position: relative; background: rgba(0, 0, 0, 0.5); border-radius: 10px; left: 0; top: 0; } .swiper-scrollbar-cursor-drag { cursor: move; } .swiper-scrollbar-lock { display: none; } .swiper-zoom-container { width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; text-align: center; } .swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg { max-width: 100%; max-height: 100%; object-fit: contain; } .swiper-slide-zoomed { cursor: move; } .swiper-lazy-preloader { width: 42px; height: 42px; position: absolute; left: 50%; top: 50%; margin-left: -21px; margin-top: -21px; z-index: 10; transform-origin: 50%; animation: swiper-preloader-spin 1s infinite linear; box-sizing: border-box; border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color)); border-radius: 50%; border-top-color: transparent; } .swiper-lazy-preloader-white { --swiper-preloader-color: #fff; } .swiper-lazy-preloader-black { --swiper-preloader-color: #000; } @keyframes swiper-preloader-spin { 100% { transform: rotate(360deg); } } .swiper-container .swiper-notification { position: absolute; left: 0; top: 0; pointer-events: none; opacity: 0; z-index: -1000; } .swiper-container-fade.swiper-container-free-mode .swiper-slide { transition-timing-function: ease-out; } .swiper-container-fade .swiper-slide { pointer-events: none; transition-property: opacity; } .swiper-container-fade .swiper-slide .swiper-slide { pointer-events: none; } .swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active { pointer-events: auto; } .swiper-container-cube { overflow: visible; } .swiper-container-cube .swiper-slide { pointer-events: none; -webkit-backface-visibility: hidden; backface-visibility: hidden; z-index: 1; visibility: hidden; transform-origin: 0 0; width: 100%; height: 100%; } .swiper-container-cube .swiper-slide .swiper-slide { pointer-events: none; } .swiper-container-cube.swiper-container-rtl .swiper-slide { transform-origin: 100% 0; } .swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active { pointer-events: auto; } .swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev { pointer-events: auto; visibility: visible; } .swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top { z-index: 0; -webkit-backface-visibility: hidden; backface-visibility: hidden; } .swiper-container-cube .swiper-cube-shadow { position: absolute; left: 0; bottom: 0px; width: 100%; height: 100%; background: #000; opacity: .6; -webkit-filter: blur(50px); filter: blur(50px); z-index: 0; } .swiper-container-flip { overflow: visible; } .swiper-container-flip .swiper-slide { pointer-events: none; -webkit-backface-visibility: hidden; backface-visibility: hidden; z-index: 1; } .swiper-container-flip .swiper-slide .swiper-slide { pointer-events: none; } .swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active { pointer-events: auto; } .swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top { z-index: 0; -webkit-backface-visibility: hidden; backface-visibility: hidden; } @font-face { font-family: "gilroy"; src: url("../fonts/gilroy/GILROY-REGULAR.eot"); src: url("../fonts/gilroy/GILROY-REGULAR.eot") format("embedded-opentype"), url("../fonts/gilroy/GILROY-REGULAR.woff2") format("woff2"), url("../fonts/gilroy/GILROY-REGULAR.woff") format("woff"), url("../fonts/gilroy/GILROY-REGULAR.svg") format("svg"); font-weight: normal; font-style: normal; } .w1850 { width: 1850px; margin: 0 auto; } * { font-family: "Noto Sans SC","PingFang SC","Microsoft Yahei",miui,system-ui,-apple-system,BlinkMacSystemFont,Helvetica Neue,Helvetica,sans-serif; } header { position: fixed; top: 0; left: 0; width: 100%; height: 80px; z-index: 11; box-shadow: 0 0 3px rgba(0, 0, 0, 0.1); background: #fff; } header .w1850 { height: 100%; display: flex; align-items: center; justify-content: space-between; } header .w1850 .logo { display: flex; align-items: center; } header .w1850 ul { height: 100%; position: absolute; top: 0; white-space: nowrap; left: 50%; transform: translateX(-50%); display: flex; } header .w1850 ul li { position: relative; height: 100%; margin: 0 22px; padding: 0 12px; } header .w1850 ul li:after { content: ''; position: absolute; right: 0; bottom: 0; width: 0; height: 7px; background: #FD0000; transition: .55s; transition-timing-function: var(--ease-in-out-b); } header .w1850 ul li.active > a { color: #FD0000; } header .w1850 ul li.active:after { left: 0; width: 100%; } header .w1850 ul li:hover .navItems { opacity: 1; visibility: visible; transform: translateY(0px); } header .w1850 ul li > a { height: 100%; display: flex; align-items: center; font-size: 16px; transition: .4s; font-weight: 300; } header .w1850 ul li .navItems { position: absolute; top: 100%; left: 0%; background: #fff; opacity: 0; visibility: hidden; transform: translateY(10px); transition: .44s; transition-timing-function: var(--ease-in-out-b); box-shadow: 0 0 3px rgba(0, 0, 0, 0.1); } header .w1850 ul li .navItems:after, header .w1850 ul li .navItems:before { content: ''; display: block; height: 10px; } header .w1850 ul li .navItems a { position: relative; display: flex; align-items: center; padding-right: 11px; padding-left: 18px; height: 44px; transition: .4s; } header .w1850 ul li .navItems a:hover { background: #D8C16D; } header .w1850 ul li .navItems a:hover h6 { color: #fff; } header .w1850 ul li .navItems a:hover i { color: #fff; opacity: 1; } header .w1850 ul li .navItems a h6 { margin-right: 55px; font-weight: 300; transition: .4s; } header .w1850 ul li .navItems a i { font-size: 12px; transition: .4s; transform-origin: center; opacity: 0; transform: scale(0.8); } header .w1850 .morelink { height: 100%; display: flex; align-items: center; } header .w1850 .morelink .langer-item, header .w1850 .morelink .line { color: #999; } header .w1850 .morelink .line { padding: 0 6px; } header .w1850 .morelink .langer-item.active { color: #333; } header .w1850 .morelink .sc { font-size: 21px; color: #666; transition: .4s; margin-left: 15px; } header .w1850 .morelink .sc:hover { color: #FD0000; } .mobileMenu { display: none; align-items: center; justify-content: center; transition: .4s; cursor: pointer; transition-timing-function: ease-in-out; } .mobileMenu .mobileMenu_box { position: relative; width: 24px; height: 18px; } .mobileMenu .mobileMenu_box.active div { background: #FD0000; } .mobileMenu .mobileMenu_box.active div:first-child { top: 50%; width: 100%; transform: translateY(-50%) rotate(45deg); transition-property: width,top,transform; transition-delay: 0s,0s,.3s; } .mobileMenu .mobileMenu_box.active div:nth-child(2) { opacity: 0; width: 100%; } .mobileMenu .mobileMenu_box.active div:last-child { bottom: 50%; transform: translateY(50%) rotate(-45deg); transition-property: bottom,transform; transition-delay: 0s,.3s; } .mobileMenu .mobileMenu_box div { position: absolute; width: 100%; height: 2px; background: #999; left: 0; transition: .3s; } .mobileMenu .mobileMenu_box div:first-child { top: 0; width: 16px; } .mobileMenu .mobileMenu_box div:nth-child(2) { top: 50%; width: 12px; transform: translateY(-50%); } .mobileMenu .mobileMenu_box div:last-child { bottom: 0; } .mobileNav { display: none; position: fixed; bottom: 0; right: 0; width: 100%; height: 100vh; visibility: hidden; transform: translateX(100%); transition: .5s; transition-timing-function: var(--ease-in-out-b); z-index: 8; background: white; } .mobileNav.active { visibility: visible; transform: translate(0); } .mobileNav .box { width: 100%; height: calc(100vh - 30px); padding-top: 80px; box-sizing: border-box; overflow-y: auto; overflow-x: hidden; -ms-overflow-style: none; overflow: -moz-scrollbars-none; overflow: -webkit-scrollbars-none; } .mobileNav .box::-webkit-scrollbar { display: none; } .mobileNav .box .mobileNavitems { height: auto; width: 100%; overflow: hidden; } .mobileNav .box .mobileNavitems .item { cursor: pointer; position: relative; width: 100%; height: 50px; display: flex; justify-content: space-between; align-items: center; z-index: 1; border-bottom: 1px solid rgba(0, 0, 0, 0.1); padding: 0 5%; box-sizing: border-box; } .mobileNav .box .mobileNavitems .item:hover h5 { color: #FD0000; } .mobileNav .box .mobileNavitems .item h5 { font-family: initial; color: #333; font-weight: 700; font-size: 16px; transition: .3s; } .mobileNav .box .mobileNavitems .item i { color: #666; } .mobileNav .box .mobileNavitems .mobilelinkitems { transition: .4s; padding: 0 5%; height: 0; box-sizing: border-box; overflow: hidden; background: #f9f9f9; } .mobileNav .box .mobileNavitems .mobilelinkitems.hasChildActive:before, .mobileNav .box .mobileNavitems .mobilelinkitems.hasChildActive:after { display: block; } .mobileNav .box .mobileNavitems .mobilelinkitems:before, .mobileNav .box .mobileNavitems .mobilelinkitems:after { content: ''; width: 100%; display: none; height: 15px; } .mobileNav .box .mobileNavitems .mobilelinkitems a { position: relative; display: flex; height: 40px; align-items: center; font-size: 14px; color: #333; transition: .5s; } .mobileNav .box .mobileNavitems .mobilelinkitems a:hover { color: #FD0000; } .popUp { position: fixed; z-index: 9999; top: 0; left: 0; right: 0; bottom: 0; margin: auto; display: flex; align-items: center; justify-content: center; visibility: hidden; } .popUp.active { visibility: visible; } .popUp.active .popUpBg { visibility: visible; opacity: 1; transition: .5s; } .popUp .popUpBg { position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.7); visibility: hidden; opacity: 0; z-index: -1; } .popUp .popUpBox { width: 70%; height: 45%; background: #fff; } .App { width: 100vw; height: 100vh; overflow: hidden; } .App .root { height: 5000px; width: 100%; background: #f9f9f9; } .swiper-box1 { overflow: hidden; position: relative; } .swiper-box1 .swiper-prev, .swiper-box1 .swiper-next { position: absolute; top: 50%; transform: translateY(-50%); color: #fff; font-size: 35px; transition: .5s; z-index: 3; cursor: pointer; } .swiper-box1 .swiper-prev:hover, .swiper-box1 .swiper-next:hover { color: #FD0000; } .swiper-box1 .numbox { position: absolute; bottom: 32px; display: flex; align-items: center; color: #fff; z-index: 3; } .swiper-box1 .numbox div { font-size: 18px; font-family: 'gilroy'; color: #fff; } .swiper-box1 .numbox div:nth-child(2) { margin: 0 3px; } .swiper-box1 .shubiao { position: absolute; bottom: 35px; z-index: 3; } .swiper-box1 .shubiao figure { animation: shubiao 1.5s infinite; } .swiper-box1 .swiper-wrapper .swiper-slide { overflow: hidden; } .swiper-box1 .swiper-wrapper .swiper-slide .box1text { position: absolute; top: 0; left: 0; width: 100%; height: 100%; } .box2 .w1850 .head { padding: 65px 0; padding-left: 12.81%; box-sizing: border-box; } .box2 .w1850 .head h5 { font-size: 24px; font-weight: 300; } .box2 .w1850 .head .list { margin-top: 20px; display: flex; align-items: center; flex-wrap: wrap; justify-content: flex-start; line-height: 1.5; } .box2 .w1850 .head .list span { display: inline-block; } .box2 .w1850 .head .list span:first-child { font-size: 16px; color: #FD0000; } .box2 .w1850 .head .list span:nth-child(3) { color: #3A9A58; } .box2 .w1850 .head .list .fg { width: 1px; height: 12px; margin: 0 11px; background: rgba(0, 0, 0, 0.3); } .box2 .w1850 .head .list a { margin-left: 30px; font-size: 12px; color: #666; transition: .4s; } .box2 .w1850 .head .list a:hover { color: #FD0000; } .box2 .w1850 .lister { display: flex; justify-content: space-between; flex-wrap: wrap; } .box2 .w1850 .lister.itemAnimates { overflow: hidden; } .box2 .w1850 .lister.itemAnimates .itemAnimate { opacity: 0; } .box2 .w1850 .lister.itemAnimates.flag .itemAnimate { animation: fadeInUp2 1.5s forwards; } .box2 .w1850 .lister .item { position: relative; width: 24.5%; background: #F6F6F6; display: flex; align-items: center; flex-direction: column; font-weight: 300; line-height: 1.4; padding: 77px 0 70px; box-shadow: 0 6px 12px transparent; transition: .5s; } .box2 .w1850 .lister .item:hover { box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1); } .box2 .w1850 .lister .item:hover .img figure img { transform: scale(1.2); } .box2 .w1850 .lister .item:hover h5 { color: #FD0000; } .box2 .w1850 .lister .item:hover span { color: #FD0000; } .box2 .w1850 .lister .item:hover h6 { color: #FD0000; } .box2 .w1850 .lister .item .img { width: 280px; height: 280px; margin-bottom: 30px; display: flex; align-items: center; justify-content: center; } .box2 .w1850 .lister .item .img figure { text-align: center; overflow: hidden; max-width: 90%; max-height: 90%; } .box2 .w1850 .lister .item .img figure img { max-width: 100%; max-height: 100%; transition: .4s; } .box2 .w1850 .lister .item h6 { transition: .4s; } .box2 .w1850 .lister .item h5 { color: #3A9A58; margin: 10px 0 20px; transition: .4s; } .box2 .w1850 .lister .item span { font-size: 12px; transition: .4s; display: block; text-align: center; } .box2 .w1850 .lister > i { width: 24.5%; } .box2 .w1850 .bot { padding: 60px 0; } .box2 .w1850 .bot .more { width: 85px; height: 85px; border: 1px solid #999; box-sizing: border-box; display: flex; align-items: center; justify-content: center; border-radius: 50%; font-size: 12px; font-weight: 300; margin-left: auto; margin-right: auto; transition: .4s; } .box2 .w1850 .bot .more:hover { background: #FD0000; color: #fff; border-color: #FD0000; } .box3 .w1850 .bannerbox3 { position: relative; overflow: hidden; z-index: 3; } .box3 .w1850 .bannerbox3 .swiper-pagination { position: absolute; top: 44%; left: 20px; height: 14px; z-index: 3; text-align: left; line-height: 1; } .box3 .w1850 .bannerbox3 .swiper-pagination span { width: 14px; height: 14px; margin: 0 !important; margin-right: 22px !important; background: #fff; opacity: .3; } .box3 .w1850 .bannerbox3 .swiper-pagination span.swiper-pagination-bullet-active { opacity: 1; } .box3 .w1850 .bannerbox3 .swiper-next1, .box3 .w1850 .bannerbox3 .swiper-prev1 { position: absolute; top: 27%; font-size: 34px; z-index: 3; color: #fff; transition: .4s; cursor: pointer; } .box3 .w1850 .bannerbox3 .swiper-next1:hover, .box3 .w1850 .bannerbox3 .swiper-prev1:hover { color: #FD0000; } .box3 .w1850 .bannerbox3 .swiper-prev1 { left: 20px; } .box3 .w1850 .bannerbox3 .swiper-next1 { right: 20px; } .box3 .w1850 .bannerbox3 .swiper-wrapper .swiper-slide { overflow: hidden; position: relative; } .box3 .w1850 .bannerbox3 .swiper-wrapper .swiper-slide .box3profile { position: relative; z-index: 2; padding: 85px 0; } .box3 .w1850 .bannerbox3 .swiper-wrapper .swiper-slide .box3profile h5 { font-size: 24px; font-weight: 300; line-height: 1.2; } .box3 .w1850 .bannerbox3 .swiper-wrapper .swiper-slide .box3profile p { color: #999; margin: 30px 0 55px; width: 664px; max-width: 100%; } .box3 .w1850 .bannerbox3 .swiper-wrapper .swiper-slide .bannerimg1 { position: relative; z-index: 3; } .box3 .w1850 .bannerbox3 .swiper-wrapper .swiper-slide .bannerimg1 .logoimgbox { position: absolute; padding: 9px 0; box-sizing: border-box; top: 100%; right: 90px; width: 140px; height: 240px; background: #fff; z-index: 3; display: flex; flex-direction: column; align-items: center; transform: translateY(-55px); box-shadow: 0 12px 12px rgba(0, 0, 0, 0.1); } .box3 .w1850 .bannerbox3 .swiper-wrapper .swiper-slide .bannerimg1 .logoimgbox h6 { margin: 25px 0 5px; font-weight: 300; line-height: 1.4; } .box3 .w1850 .bannerbox3 .swiper-wrapper .swiper-slide .bannerimg1 .logoimgbox h5 { color: #3A9A58; font-weight: 300; line-height: 1.4; } .learnMore { width: 175px; height: 47px; border: 1px solid #333; border-radius: 100px; display: flex; align-items: center; justify-content: center; transition: .3s; } .learnMore:hover { background: #FD0000; border-color: #FD0000; color: #fff; } .learnMore span { font-size: 12px; margin-right: 38px; } .learnMore i { font-size: 14px; } footer { background: #F6F6F6; } footer .w1850 .footerTop { padding: 50px 0 60px; display: flex; justify-content: space-between; flex-wrap: wrap; color: #999; } footer .w1850 .footerTop .item.rights { text-align: right; } footer .w1850 .footerTop .item .link { display: flex; margin-top: 35px; } footer .w1850 .footerTop .item .link a { width: 42px; height: 42px; border-radius: 50%; background: #fff !important; display: flex; align-items: center; justify-content: center; color: #333; font-size: 18px; padding: 0 !important; margin: 0 !important; margin-right: 13px !important; transition: .4s; } footer .w1850 .footerTop .item .link a:hover { background: #FD0000 !important; color: #fff; } footer .w1850 .footerTop .item span { font-size: 18px; line-height: 1.3; } footer .w1850 .footerTop .item h6 { font-size: 40px; color: #FD0000; line-height: 1.5; } footer .w1850 .footerBot { display: flex; justify-content: space-between; flex-wrap: wrap; padding: 30px 0; align-items: center; } footer .w1850 .footerBot .item { display: flex; flex-wrap: wrap; align-items: center; color: rgba(153, 153, 153, 0.5); } footer .w1850 .footerBot .item p, footer .w1850 .footerBot .item a { white-space: pre-wrap; line-height: 1.4; } footer .w1850 .footerBot .item a { transition: .4s; } footer .w1850 .footerBot .item a:hover { color: #FD0000; } .w1200 { width: 1200px; margin: 0 auto; } .subnavHead { padding: 35px 0; background: #FD2E2E; color: #fff; z-index: 1; } .subnavHead .dataLeft { position: absolute; left: 0; top: 0; height: 100%; transform: translateX(-10%); z-index: -1; } .subnavHead .dataLeft img { height: 100%; width: auto; } .subnavHead .dataRight { position: absolute; right: 5.88%; top: 50%; transform: translateY(-50%); } .subnavHead .dataRight img { height: 100%; width: auto; } .subnavHead .w1200 .link { display: flex; align-items: center; font-size: 14px; } .subnavHead .w1200 .link a { transition: .4s; line-height: 1.3; } .subnavHead .w1200 .link span { display: block; margin: 0 3px; line-height: 1.3; } .subnavHead .w1200 h5 { font-size: 30px; font-weight: 300; margin-top: 12px; line-height: 1.2; } .profile { padding: 75px 0 115px; } .profile .w1200 .head h5 { line-height: 1.2; font-size: 35px; font-weight: 700; } .profile .w1200 .head h6 { line-height: 1.4; font-size: 24px; margin-top: 8px; } .profile .w1200 .font { margin: 50px 0 80px; color: #999; } .profile .w1200 .item { display: flex; margin-bottom: 80px; } .profile .w1200 .item:last-child { margin-bottom: 0; } .profile .w1200 .item:nth-child(even) { flex-direction: row-reverse; } .profile .w1200 .item:nth-child(even) .text { padding-left: 0; padding-right: 45px; } .profile .w1200 .item .img { overflow: hidden; width: 50%; position: relative; } .profile .w1200 .item .img:hover > img { transform: scale(1.1); } .profile .w1200 .item .img > img { transition: .4s; } .profile .w1200 .item .img .bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.7); display: flex; align-items: center; justify-content: center; } .profile .w1200 .item .img .bg figure { margin: 0 15px; } .profile .w1200 .item .text { width: 50%; display: flex; flex-direction: column; padding-left: 45px; box-sizing: border-box; justify-content: center; transition: .4s; color: #999; } .profile .w1200 .item .text h6 { font-size: 27px; color: #ECECEC; line-height: 1.2; } .profile .w1200 .item .text h5 { font-size: 24px; line-height: 1.2; } .profile .w1200 .item .text p { margin-top: 30px; } .profileBot { position: relative; } .profileBot .bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.7); color: #fff; display: flex; align-items: center; justify-content: center; font-size: 18px; } .cultureVideo { position: relative; font-size: 0; line-height: 1; } .cultureVideo .subnavHead { position: absolute; top: 0; width: 100%; left: 50%; transform: translateX(-50%); background: transparent; } .cultureVideo video { width: 100%; height: calc(100vh - 80px); object-fit: cover; } .cultureVideo .needs { position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; color: #fff; } .cultureVideo .needs div { width: 68px; height: 68px; border: 3px solid #fff; box-sizing: border-box; display: flex; align-items: center; justify-content: center; border-radius: 50%; font-size: 18px; cursor: pointer; transition: .5s; } .cultureVideo .needs div:hover { color: #FD0000; border-color: #FD0000; } .cultureVideo .shubiao { position: absolute; bottom: 35px; left: 50%; transform: translateX(-50%); transition: .5s; } .cultureVideo .shubiao figure { animation: shubiao 1.5s infinite; } .cultureTitle { padding: 80px 0 90px; background: #FD0000; } .cultureTitle .w1200 { color: #fff; text-align: center; } .cultureTitle .w1200 h5 { font-size: 24px; line-height: 1.3; } .cultureTitle .w1200 h6 { font-size: 27px; line-height: 1.3; font-weight: 300; } .cultureTitle .w1200 p { margin-top: 35px; font-size: 20px; } .ctitle h5 { font-size: 24px; line-height: 1.2; } .ctitle h6 { color: #ECECEC; font-size: 27px; font-weight: 300; line-height: 1.2; margin-top: 3px; } .culturewish { padding: 110px 0 105px; } .culturewish .w1200 { display: flex; } .culturewish .w1200 .font { flex: 1; margin-left: 180px; border-top: 1px solid rgba(0, 0, 0, 0.1); } .culturewish .w1200 .font .list { padding: 12px 0 20px; border-bottom: 1px solid rgba(0, 0, 0, 0.1); box-sizing: border-box; } .culturewish .w1200 .font .list h4 { color: #EBEBEB; font-size: 35px; line-height: 1.2; margin-bottom: 3px; } .culturewish .w1200 .font .list p { color: #999; } .culturePrice { position: relative; } .culturePrice .bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(255, 255, 255, 0.6); } .culturePrice .bg .w1200 { height: 100%; display: flex; flex-direction: column; align-items: center; justify-content: center; } .culturePrice .bg .w1200 .ctitle { text-align: center; } .culturePrice .bg .w1200 .ctitle h6 { color: #999; } .culturePrice .bg .w1200 p { margin-top: 35px; font-size: 20px; text-align: center; } .cultureCorporate { padding: 80px 0 150px; } .cultureCorporate .w1200 .ctitle { text-align: center; } .cultureCorporate .w1200 ul { display: flex; justify-content: space-between; flex-wrap: wrap; margin-top: 70px; overflow: hidden; } .cultureCorporate .w1200 ul.itemAnimates .itemAnimate { opacity: 0; } .cultureCorporate .w1200 ul.itemAnimates.flag .itemAnimate { animation: fadeInUp2 1.4s forwards; } .cultureCorporate .w1200 ul li { position: relative; padding: 65px 0 90px; width: 18.66%; display: flex; flex-direction: column; align-items: center; border: 1px solid #EBEBEB; box-sizing: border-box; box-shadow: 0 3px 6px transparent; transition: .4s; } .cultureCorporate .w1200 ul li:hover { box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1); } .cultureCorporate .w1200 ul li:hover .dot { background: #FD0000; color: #fff; } .cultureCorporate .w1200 ul li:hover:after { width: 100%; left: 0; } .cultureCorporate .w1200 ul li:after { content: ''; position: absolute; height: 6px; bottom: 0; right: 0; width: 0; transition: .6s; background: #FD0000; } .cultureCorporate .w1200 ul li .dot { width: 80px; height: 80px; border-radius: 50%; border: 1px solid #FD0000; display: flex; align-items: center; justify-content: center; transition: .4s; color: #FD0000; } .cultureCorporate .w1200 ul li .dot i { font-size: 28px; } .cultureCorporate .w1200 ul li p { font-size: 18px; font-weight: 200; margin-top: 50px; } .cultureCorporate .w1200 ul > i { width: 18.66%; } .leader { padding: 70px 0; overflow: hidden; } .leader .w1200 .head { text-align: right; } .leader .w1200 .head h5 { font-size: 35px; line-height: 1.2; } .leader .w1200 .head .leaderFont { margin-top: 18px; display: flex; justify-content: flex-end; align-items: center; } .leader .w1200 .head .leaderFont span { margin-right: 14px; } .leader .w1200 .box { position: relative; background: #F6F6F6; margin-top: 55px; display: flex; } .leader .w1200 .box:after { content: ''; position: absolute; top: 0; left: 100%; width: 100%; height: 100%; background: #F6F6F6; } .leader .w1200 .box figure { position: static; width: 45%; transform: translate(0, 0) !important; } .leader .w1200 .box .font { width: 55%; height: 566px; margin-left: 57px; flex: 1; display: flex; flex-direction: column; padding-bottom: 40px; box-sizing: border-box; } .leader .w1200 .box .font .fonttitle { position: relative; display: flex; align-items: center; border-bottom: 1px solid #D9D9D9; box-sizing: border-box; margin-bottom: 55px; } .leader .w1200 .box .font .fonttitle:after { content: ''; position: absolute; top: 100%; left: 100%; width: 100%; height: 1px; background: #D9D9D9; z-index: 3; } .leader .w1200 .box .font .fonttitle .item { cursor: pointer; display: flex; align-items: center; margin-right: 37px; padding: 20px 0 15px; } .leader .w1200 .box .font .fonttitle .item.active .dot { border-color: #FD0000; } .leader .w1200 .box .font .fonttitle .item.active h6 { color: #FD0000; } .leader .w1200 .box .font .fonttitle .item .dot { width: 12px; border-radius: 50%; height: 12px; border: 2px solid #999; box-sizing: border-box; transition: .5s; } .leader .w1200 .box .font .fonttitle .item h6 { font-size: 16px; color: #999; font-weight: 300; margin-left: 6px; transition: .5s; } .leader .w1200 .box .font .swiperleader { overflow: hidden; flex: 1; } .leader .w1200 .box .font .swiperleader .swiper-wrapper .swiper-slide { padding-right: 35px; box-sizing: border-box; overflow-y: auto; } .honor { padding: 120px 0 150px; } .honor .w1200 { display: flex; justify-content: space-between; flex-wrap: wrap; } .honor .w1200 .item { width: 32%; padding: 37px; box-sizing: border-box; background: #fff; border: 1px solid #F6F6F6; margin-bottom: 30px; box-shadow: 0 6px 12px transparent; transition: .5s; } .honor .w1200 .item:hover { box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1); } .honor .w1200 .item:hover figure img { transform: scale(1.1); } .honor .w1200 .item figure img { width: 100%; transition: .4s; } .honor .w1200 i { width: 32%; } .barndImg { position: relative; overflow: hidden; } .barndImg .bannerimg img { object-fit: cover; height: calc(100vh - 80px); } .barndImg .subnavHead { position: absolute; top: 0; width: 100%; left: 50%; transform: translateX(-50%); background: transparent; z-index: 3; } .barndImg .barndImgBg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.6); display: flex; align-items: center; justify-content: center; flex-direction: column; color: #fff; } .barndImg .barndImgBg figure { margin-bottom: 30px; } .barndImg .barndImgBg p { max-width: 90%; margin: 0 auto; width: 885px; line-height: 2; text-align: center; } .brandprofile { background: #F6F6F6; } .brandprofile .w1200 { display: flex; align-items: center; } .brandprofile .w1200 .font { flex: 1; margin-right: 170px; } .brandprofile .w1200 .font .item { margin-bottom: 30px; } .brandprofile .w1200 .font .item:last-child { margin-bottom: 0; } .brandprofile .w1200 .font .item h5 { font-size: 18px; color: #FD0000; margin-bottom: 5px; } .brandprofile .w1200 .font .item p { color: #666; line-height: 2; } .display .head { height: 70px; background: #FD0000; } .display .head .w1200 { height: 100%; } .display .head .w1200 h5 { position: relative; padding: 0 24px; font-weight: 300; display: inline-block; height: 100%; line-height: 70px; color: #FD0000; z-index: 1; } .display .head .w1200 h5:after { content: ''; position: absolute; left: 0; bottom: 0; width: 100%; height: 85%; background: #fff; z-index: -1; } .display .box { padding: 85px 0 135px; } .display .box .w1200 .swiper-certify { position: relative; width: 100%; overflow: hidden; } .display .box .w1200 .swiper-certify .swiper-wrapper { transition-timing-function: --var-ease-in-out-b; } .display .box .w1200 .swiper-certify .swiper-wrapper .swiper-slide { position: relative; width: 800px; } .display .box .w1200 .swiper-certify .swiper-wrapper .swiper-slide.swiper-slide-active:after { background: transparent; } .display .box .w1200 .swiper-certify .swiper-wrapper .swiper-slide.swiper-slide-active .linkA { display: block; } .display .box .w1200 .swiper-certify .swiper-wrapper .swiper-slide.swiper-slide-active:hover figure img { transform: scale(1.1); } .display .box .w1200 .swiper-certify .swiper-wrapper .swiper-slide.swiper-slide-prev:after { background: rgba(0, 0, 0, 0.7); } .display .box .w1200 .swiper-certify .swiper-wrapper .swiper-slide.swiper-slide-next:after { background: rgba(0, 0, 0, 0.7); } .display .box .w1200 .swiper-certify .swiper-wrapper .swiper-slide:after { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.7); z-index: 1; transition: .44s; transition-timing-function: var(--ease-in-out-b); } .display .box .w1200 .swiper-certify .swiper-wrapper .swiper-slide .linkA { display: none; } .display .box .w1200 .swiper-certify .swiper-wrapper .swiper-slide figure { overflow: hidden; } .display .box .w1200 .swiper-certify .swiper-wrapper .swiper-slide figure img { width: 100%; display: block; height: auto; transition: .54s; } .display .box .w1200 .swiper-certify .profile6prev, .display .box .w1200 .swiper-certify .profile6next { position: absolute; width: 37px; height: 37px; border-radius: 50%; display: flex; align-items: center; justify-content: center; background: #C4C4C4; color: #fff; font-size: 16px; top: 50%; transform: translateY(-50%); z-index: 3; --color: #fff; transition: .4s; cursor: pointer; } .display .box .w1200 .swiper-certify .profile6prev:hover, .display .box .w1200 .swiper-certify .profile6next:hover { background: #FD0000; color: #fff; } .display .box .w1200 .swiper-certify .profile6prev { left: 60px; } .display .box .w1200 .swiper-certify .profile6next { right: 60px; } .prdItem { position: relative; border-right: 1px solid rgba(0, 0, 0, 0.1); border-bottom: 1px solid rgba(0, 0, 0, 0.1); box-sizing: border-box; display: flex; align-items: center; flex-direction: column; width: 25%; padding: 35px 0 25px; } .prdItem:after { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: 1px solid #FD0000; opacity: 0; transition: .5s; } .prdItem:hover:after { opacity: 1; } .prdItem:hover .img figure img { transform: scale(1.1); } .prdItem:hover p { color: #FD0000; } .prdItem:nth-child(1) { border-top: 1px solid rgba(0, 0, 0, 0.1); } .prdItem:nth-child(2) { border-top: 1px solid rgba(0, 0, 0, 0.1); } .prdItem:nth-child(3) { border-top: 1px solid rgba(0, 0, 0, 0.1); } .prdItem:nth-child(4) { border-top: 1px solid rgba(0, 0, 0, 0.1); } .prdItem:nth-child(4n + 1) { border-left: 1px solid rgba(0, 0, 0, 0.1); } .prdItem .img { width: 202px; height: 202px; display: flex; align-items: center; justify-content: center; } .prdItem .img figure { max-width: 90%; text-align: center; overflow: hidden; } .prdItem .img figure img { max-width: 100%; max-height: 100%; object-fit: cover; transition: .4s; } .prdItem p { line-height: 1.5; font-weight: 300; transition: .4s; margin: 30px 5% 0; text-align: center; } .news { position: relative; padding: 170px 0 80px; z-index: 1; } .news:after { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: #FD0000; opacity: .5; z-index: -1; } .news .subnavHead { position: absolute; top: 0; width: 100%; left: 50%; transform: translateX(-50%); background: transparent; } .news .bg .w1200 { position: relative; display: flex; cursor: pointer; } .news .bg .w1200:hover figure img { transform: scale(1.1); } .news .bg .w1200:hover .font h4 { color: #FD0000; } .news .bg .w1200 figure { width: 59.5%; overflow: hidden; } .news .bg .w1200 figure img { transition: .4s; } .news .bg .w1200 .font { flex: 1; background: #fff; padding: 35px 70px 0 38px; box-sizing: border-box; } .news .bg .w1200 .font span { line-height: 1.3; font-weight: 300; } .news .bg .w1200 .font h4 { font-size: 26px; -webkit-line-clamp: 2; font-weight: 500; line-height: 1.4; margin: 45px 0 160px; transition: .4s; } .news .bg .w1200 .font time { line-height: 1.4; font-weight: 500; } .newsItem { padding: 73px 0 125px; } .newsItem .w1200 .swiper-newsItem { overflow: hidden; } .newsItem .w1200 .item { display: block; width: 100% !important; margin-bottom: 0 !important; } .newsItem .w1200 .item:hover figure img { transform: scale(1.1); } .newsItem .w1200 .item:hover .font { background: #FD0000; color: #fff; } .newsItem .w1200 .item figure { overflow: hidden; } .newsItem .w1200 .item figure img { transition: .4s; } .newsItem .w1200 .item .font { background: #F6F6F6; padding: 20px 22px 10px; box-sizing: border-box; transition: .4s; } .newsItem .w1200 .item .font h5 { font-size: 16px; font-weight: 500; -webkit-line-clamp: 2; margin-bottom: 8px; height: 57px; } .newsItem .w1200 .item .font p { font-weight: 300; -webkit-line-clamp: 2; } .newsItem .w1200 .item .font span { display: block; width: 100%; height: 1px; background: #DCDCDC; margin: 25px 0 15px; line-height: 1; } .newsItem .w1200 .item .font time { font-size: 12px; line-height: 1.4; } .newsItem .w1200 i { width: 32%; } .paging { display: flex; justify-content: center; align-items: center; margin-top: 40px; } .paging a { width: 37px; height: 37px; background: #C4C4C4; display: flex; align-items: center; justify-content: center; color: #fff; font-size: 16px; border-radius: 50%; transition: .5s; } .paging a:hover { background: #FD0000; } .paging .text { margin: 0 60px; display: flex; align-items: center; } .paging .text span { display: block; margin: 0 2px; } .newsInner { padding-top: 65px; } .newsInner .w1200 .head { text-align: center; } .newsInner .w1200 .head h5 { font-size: 30px; line-height: 1.5; } .newsInner .w1200 .title { margin: 22px 0 45px; display: flex; justify-content: center; align-items: center; } .newsInner .w1200 .title time { font-weight: 300; margin-right: 30px; } .newsInner .w1200 .title a { color: #999; font-size: 15px !important; display: block; margin: 0 !important; padding: 0 !important; background: none !important; margin-right: 15px !important; transition: .4s; } .newsInner .w1200 .title a:hover { color: #FD0000; } .newsInner .w1200 .Inner { padding: 65px 0 180px; border-top: 1px solid rgba(0, 0, 0, 0.1); border-bottom: 1px solid rgba(0, 0, 0, 0.1); } .newsInner .w1200 .otherlink { padding: 45px 0 85px; display: flex; align-items: center; } .newsInner .w1200 .otherlink .item { width: 80%; } .newsInner .w1200 .otherlink .item a { white-space: nowrap; width: 100%; display: inline-block; -webkit-line-clamp: 1; margin-bottom: 10px; color: #999; transition: .4s; } .newsInner .w1200 .otherlink .item a:hover { color: #FD0000; } .newsInner .w1200 .otherlink .item a:last-child { margin-bottom: 0; } .newsInner .w1200 .otherlink .links { margin-left: 30px; text-align: right; flex: 1; } .newsInner .w1200 .otherlink .links a { display: inline-block; color: #FD0000; padding-bottom: 5px; border-bottom: 4px solid #FD0000; } .prd { padding: 60px 0 190px; } .prd .w1200 .items { margin-bottom: 95px; } .prd .w1200 .items:last-child { margin-bottom: 0; } .prd .w1200 .items .title { cursor: pointer; display: flex; flex-wrap: wrap; align-items: center; margin-bottom: 25px; } .prd .w1200 .items .title.active .dot { transform: rotate(0deg); } .prd .w1200 .items .title .dot { width: 22px; height: 22px; border: 1px solid #999; box-sizing: border-box; display: flex; align-items: center; justify-content: center; border-radius: 50%; color: #999; transition: .4s; transform: rotate(-90deg); } .prd .w1200 .items .title .dot i { font-size: 12px; transform-origin: center; transform: scale(0.8); } .prd .w1200 .items .title h5 { font-weight: 300; margin-left: 16px; color: #FD0000; } .prd .w1200 .items .title a { padding: 0 25px; font-weight: 300; color: #999; border: 1px solid transparent; box-sizing: border-box; transition: .5s; margin-bottom: 10px; } .prd .w1200 .items .title a.active { color: #FD0000; border-color: #FD0000; } .prd .w1200 .items .title a:hover { color: #FD0000; } .prd .w1200 .items .prdBox { display: flex; justify-content: space-between; flex-wrap: wrap; } .prd .w1200 .items .prdBox > i { width: 25%; } .prdInner { padding: 60px 0 135px; } .prdInner .w1200 { display: flex; flex-wrap: wrap; justify-content: space-between; } .prdInner .w1200 .img { position: relative; width: 46.16%; display: flex; align-items: center; justify-content: center; padding: 25px; border: 1px solid rgba(0, 0, 0, 0.1); box-sizing: border-box; } .prdInner .w1200 .img:hover figure img { transform: scale(1.1); } .prdInner .w1200 .img figure { overflow: hidden; } .prdInner .w1200 .img figure img { transition: .4s; } .prdInner .w1200 .font { padding-top: 35px; flex: 1; margin-left: 46px; } .prdInner .w1200 .font .title { display: flex; flex-wrap: wrap; align-items: center; } .prdInner .w1200 .font .title h5 { font-size: 30px; line-height: 1.4; flex: 1; } .prdInner .w1200 .font .title .icon { margin-left: 30px; } .prdInner .w1200 .font .title .icon a { font-size: 24px; color: #999; margin: 0 !important; padding: 0 !important; background: none !important; transition: .4s; } .prdInner .w1200 .font .title .icon a:hover { color: #FD0000; } .prdInner .w1200 .font .text { margin: 55px 0; height: 250px; overflow: auto; } .prdInner .w1200 .font .text ul { display: flex; justify-content: space-between; flex-wrap: wrap; } .prdInner .w1200 .font .text ul li { width: 48%; line-height: 2; color: #666; } .prdInner .w1200 .font .text h6 { font-size: 16px; font-weight: 700; color: #212121; line-height: 2; } .prdInner .w1200 .font .text p { line-height: 2; color: #666; } .prdInner .w1200 .font .pay { width: 155px; height: 47px; background: #FD0000; display: flex; align-items: center; justify-content: center; color: #fff; filter: brightness(95%); transition: .4s; } .prdInner .w1200 .font .pay:hover { filter: brightness(105%); } .prdInner .w1200 .font .pay i { font-size: 25px; margin-right: 15px; } .prdInner .w1200 .font .pay span { font-size: 16px; } .prdTuijian { padding-bottom: 150px; } .prdTuijian .w1200 h5 { font-size: 30px; color: #FD0000; margin-bottom: 20px; } .prdTuijian .w1200 .box { display: flex; flex-wrap: wrap; } .prdTuijian .w1200 .box > i { width: 25%; } .higuys { padding: 85px 0 70px; } .higuys .w1200 h5 { font-size: 35px; line-height: 1.2; } .higuys .w1200 p { line-height: 2.2; color: #666; margin: 20px 0 75px; } .higuys .w1200 .td { display: flex; flex-wrap: wrap; align-items: center; color: #666; } .higuys .w1200 .td span { margin-right: 26px; } .higuys .w1200 .td figure { position: relative; margin-right: 45px; overflow: hidden; } .higuys .w1200 .td figure:hover img { transform: scale(1.1); } .higuys .w1200 .td figure:last-child { margin: 0; } .higuys .w1200 .td figure img { transition: .4s; } .guysItemBox { padding-bottom: 160px; } .guysItemBox .w1200 .guysItem { border-top: 1px solid #E6E6E6; box-sizing: border-box; } .guysItemBox .w1200 .guysItem:last-child { border-bottom: 1px solid #E6E6E6; } .guysItemBox .w1200 .guysItem .head { height: 110px; box-sizing: border-box; display: flex; align-items: center; justify-content: space-between; padding: 0 50px 0 30px; box-sizing: border-box; transition: .4s; } .guysItemBox .w1200 .guysItem .head.active { background: #999999; } .guysItemBox .w1200 .guysItem .head.active div i { color: #fff; } .guysItemBox .w1200 .guysItem .head.active div h4 { color: #fff; } .guysItemBox .w1200 .guysItem .head.active .icon { color: #fff; transform: rotate(90deg); } .guysItemBox .w1200 .guysItem .head div { display: flex; align-items: center; } .guysItemBox .w1200 .guysItem .head div i { color: #FD0000; transition: .4s; } .guysItemBox .w1200 .guysItem .head div h4 { font-size: 16px; margin-left: 18px; transition: .4s; } .guysItemBox .w1200 .guysItem .head .icon { color: #999; font-size: 14px; font-weight: 700; transition: .4s; } .guysItemBox .w1200 .guysItem .box { height: 0; overflow: hidden; transition: .55s; transition-timing-function: var(--ease-in-out-b); background: #F5F5F5; } .guysItemBox .w1200 .guysItem .box .font { padding: 35px 25px 60px; box-sizing: border-box; } .contact { padding: 80px 0; } .contact .w1200 { display: flex; } .contact .w1200 .font { width: 50%; padding: 55px 50px 0 32px; box-sizing: border-box; background: #F6F6F6; } .contact .w1200 .font h5 { font-size: 30px; line-height: 1.3; } .contact .w1200 .font .item { margin-top: 25px; padding-top: 22px; border-top: 1px solid rgba(0, 0, 0, 0.1); } .contact .w1200 .font .item .list { display: flex; align-items: center; margin-bottom: 20px; } .contact .w1200 .font .item .list:last-child { margin-bottom: 0; } .contact .w1200 .font .item .list i { color: #FD0000; margin-right: 20px; width: 20px; text-align: center; } .contact .w1200 .font .item .list p { font-size: 16px; } .contact .w1200 .map { width: 50%; height: 444px; } .contact .w1200 .map #map { width: 100%; height: 100%; } .msgBox { padding-bottom: 87px; } .msgBox .w1200 h5 { font-size: 30px; line-height: 1.2; margin-bottom: 20px; } .msgBox .w1200 .box { display: flex; justify-content: space-between; flex-wrap: wrap; } .msgBox .w1200 .box .input { width: 48%; margin-bottom: 20px; } .msgBox .w1200 .box .input input { width: 100%; padding: 30px 0; border-bottom: 1px solid #D9D9D9; transition: .4s; } .msgBox .w1200 .box .input input:focus { border-bottom-color: #FD0000; } .msgBox .w1200 .box textarea { padding: 20px; width: 100%; height: 200px; border: 1px solid #E4E4E4; box-sizing: border-box; margin-bottom: 45px; transition: .4s; } .msgBox .w1200 .box textarea:focus { border-color: #FD0000; } .msgBox .w1200 .box button { cursor: pointer; width: 200px; height: 64px; font-size: 16px; background: #FD0000; color: #fff; display: flex; align-items: center; justify-content: center; } .amap-logo, .amap-copyright { display: none !important; } .amap-toolbar { z-index: 2; display: none !important; } .amap-scalecontrol { display: none !important; } .amap-layers:after { content: '' !important; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.3); z-index: 0; } .amap-markers { position: fixed; top: 0; left: 0; width: 100%; height: 100%; } .innerdot { display: none !important; } .infobox { display: none; } .amap-info-contentContainer { width: auto; height: auto; max-width: 320px; padding: 15px 20px; background: #fff; box-shadow: 0 0 3px rgba(0, 0, 0, 0.3); } .amap-info-contentContainer h5 { color: #212121; font-size: 18px; } .amap-info-contentContainer p { color: #999; font-size: 16px; } .mapdots { width: 120px; height: 120px; transform: translate(-50%, -50%); display: flex; align-items: center; justify-content: center; border-radius: 50%; z-index: 1; color: #3A9A58; } .mapdots:after { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-radius: 50%; background: #D8C16D; z-index: -1; -webkit-animation: dots 1.5s infinite linear; animation: dots 1.5s infinite linear; } .mapdots .dot { width: 40px; height: 40px; background: #D8C16D; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #fff; } .mapdots .dot img { width: 25px; transform: translateY(-50%); } @keyframes dots { from { opacity: 1; transform: scale(0.1); } to { opacity: 0; transform: scale(1); } }