@charset "utf-8"; /* * @Author: Chin * @Date: 2020-03-31 16:55:07 * @Last Modified by: feelChinChin * @Last Modified time: 2020-12-24 16:55:35 */ /* * @Author: Chin * @Date: 2020-06-23 10:17:36 * @Last Modified by: Chin * @Last Modified time: 2020-08-12 17:42:03 */ @import url("../fonts/iconfont/iconfont.css"); * { margin: 0; padding: 0; outline: none; } html, body { background: #fff; color: #000; font: 14px/1.8 's',"Source Han Sans CN","Microsoft YaHei New", "Microsoft Yahei",Arial,"SimHei","黑体","微软正黑体","Microsoft JhengHei"; overflow-x: hidden; -webkit-tap-highlight-color: transparent; } /* *{-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; } i { font-style: inherit; } 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; } sup, sub { vertical-align: baseline; } a { color: #333; } ::-webkit-scrollbar { width: 6px; height: 6px; background-color: #fff; } ::-webkit-scrollbar-thumb { background-color: #0054A3; } ::-moz-selection { background: #0054A3; color: #fff; text-shadow: none; } ::selection { background: #0054A3; color: #fff; text-shadow: none; } p { font-size: 14px; line-height: 1.8; } h4, h5, h6 { color: #333; 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); } .imgs { max-width: 100%; width: 100%; height: auto; display: block; } .reset { line-height: 1; font-size: 0; } .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: rgba(240, 166, 25, 0.9); z-index: 3; } .photoActives.reset_photoActive .photoActive { bottom: -100%; transition: .8s; transition-timing-function: ease-in-out; } .randomdots { position: relative; overflow: hidden; z-index: 1; cursor: pointer; } .randomdots .randomdot { cursor: pointer; width: 0; height: 0; padding-top: 0; position: absolute; background: #F08519; border-radius: 50%; transform: translate(-50%, -50%); z-index: -1; } .randomdots .randomdot.active { width: 100%; padding-top: 100%; transform: translate(-50%, -50%) scale(3); transition: .5s; transition-timing-function: linear; } .ells { overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; } .scrollx { white-space: nowrap; overflow-x: auto; -ms-overflow-style: none; overflow: -moz-scrollbars-none; overflow: -webkit-scrollbars-none; } .scrollx::-webkit-scrollbar { display: none; } .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: .3s; cursor: pointer; } .wechat.active { 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: 100%; 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 .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; } .zoomjs .smallbox { position: relative; width: auto; z-index: 2; cursor: move; } .zoomjs .smallbox img { display: block; position: relative; z-index: -1; } .zoomjs .smallbox .smallbox_mark { position: absolute; width: 100px; height: 100px; opacity: 0; visibility: hidden; background: rgba(0, 0, 0, 0.4); transition: opacity .5s; z-index: 1; pointer-events: none; } .zoomjs .smallbox .smallbox_mark.active { opacity: .5; visibility: visible; } .zoomjs .bigbox { position: absolute; left: 100%; top: 0; width: 300px; height: 100%; overflow: hidden; border: 1px solid red; opacity: 0; visibility: hidden; transition: opacity .5s; } .zoomjs .bigbox.active { opacity: 1; visibility: visible; } .zoomjs .bigbox img { position: absolute; } .subnavHead { position: relative; z-index: 3; } .subnavHead .bannerimg { overflow: hidden; } .subnavHead .bannerimg img { position: relative; left: 50%; width: 100%; display: block; transform: translateX(-50%); } .subnavHead .bannerText { position: absolute; left: 0; top: 0; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; z-index: 2; } .splitbox { overflow: hidden; } .jsplit .splitbox h5 { color: white; font-size: 50px; line-height: normal; text-align: center; margin-bottom: 18px; white-space: pre; font-family: 'ys'; } .jsplit .splitbox h5.active span { animation: fadeInRight 1s forwards; } .jsplit .splitbox h5 span { font-family: inherit; width: auto; font-size: inherit; color: inherit; opacity: 0; display: inline-block; } .jsplit .splitbox h6 { font-size: 18px; color: #F08519; line-height: 1; text-transform: uppercase; white-space: pre; letter-spacing: 15px; } .jsplit .splitbox h6.active span { animation: fadeInRight 1s forwards; } .jsplit .splitbox h6 span { font-family: inherit; font-size: inherit; color: inherit; opacity: 0; display: inline-block; } .newspaper p, .newspaper span, .newspaper a { word-break: break-all; } .newspaper a { transition: .4s; } .newspaper a:link { color: #333; } .newspaper a:visited { color: #333; } .newspaper a:active { color: #f03; } .newspaper a:hover { color: #f03; } .newspaper img { max-width: 100%; height: auto !important; display: block; margin: 0 auto; } .newspaper .tablebox { width: 100%; overflow-x: auto; -ms-overflow-style: none; overflow: -moz-scrollbars-none; overflow: -webkit-scrollbars-none; } .newspaper .tablebox::-webkit-scrollbar { display: none; } .newspaper .tablebox table { width: 100%; } .last3:nth-child(3n+1):nth-last-child(-n+3) a, .last3:nth-child(3n+1):nth-last-child(-n+3) ~ li a { margin-bottom: 0px; } .mobileNavbg { display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.7); z-index: 7; opacity: 0; visibility: hidden; transition: .3s; transition-timing-function: linear; } .mobileNavbg.active { display: block; opacity: 1; visibility: visible; } @media screen and (max-width: 640px) { .videobox video { width: 100%; } } .Z100 { transform: scale(1.5); opacity: 0; transition: .8s; } .Z50 { transform: scale(0.5); opacity: 0; transition: .8s; } .Z0 { transform: scale(1); opacity: 1; } .Y100 { transform: translateY(100%); opacity: 0; transition: .8s; } .Y50 { transform: translateY(50%); opacity: 0; transition: .8s; transition-timing-function: ease-in-out; } .Y30 { transform: translateY(30%); opacity: 0; transition: .8s; transition-timing-function: ease-in-out; } .Y0 { transform: translateY(0); opacity: 1; } .X100 { transform: translateX(-100%); opacity: 0; transition: .8s; } .X_50 { transform: translateX(-30%); opacity: 0; transition: .8s; transition-timing-function: ease-in-out; } .X50 { transform: translateX(30%); opacity: 0; transition: .8s; transition-timing-function: ease-in-out; } .X0 { transform: translateX(0); opacity: 1; } .t4 { transition: .4s; } .opacitys { opacity: 0; transition: 1s; } .opacitys.reset_opacitys { opacity: 1; transition: 1s; transition-delay: .3s; transition-timing-function: ease-in-out; } .button_double_fadeintop { display: block; position: relative; width: 180px; height: 64px; background: red; color: white; cursor: pointer; overflow: hidden; } .button_double_fadeintop section { position: absolute; top: 0; left: 0; width: 100%; height: 0; background: black; transition: .3s; transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1); } .button_double_fadeintop section::after { content: ''; position: absolute; bottom: 0; left: 0; width: 100%; height: 100%; background: rgba(255, 255, 255, 0.2); transition: .3s; transition-delay: .3s; } .button_double_fadeintop div { position: absolute; top: 50%; left: 50%; line-height: 1; transform: translate(-50%, -50%); } .button_double_fadeintop:hover section { height: 100%; } .button_double_fadeintop:hover section::after { height: 0%; } @keyframes shubiao { 0% { transform: translateY(-10px); opacity: 0; } 100% { transform: translateY(10px); opacity: 1; } } @keyframes time { 0% { width: 0; } 100% { width: 100%; } } @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 fadeInUp2s { from { opacity: 0; transform: translate3d(0, 0%, 0); } to { opacity: 1; transform: translate3d(0, -50%, 0); } } @keyframes fadeInRight { from { opacity: 0; transform: translate3d(100%, 0, 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 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; transform-origin: 0 0 0; transform: perspective(500px) rotatex(-90deg) translateZ(0); } to { opacity: 1; 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: "s"; src: url("../fonts/SourceHanSansCN/sy.eot"); src: url("../fonts/SourceHanSansCN/sy.eot") format("embedded-opentype"), url("../fonts/SourceHanSansCN/sy.woff2") format("woff2"), url("../fonts/SourceHanSansCN/sy.woff") format("woff"), url("../fonts/SourceHanSansCN/sy.svg") format("svg"); font-weight: normal; font-style: normal; } @font-face { font-family: "p"; src: url("../fonts/PFDINTEXTCONDPRO/pfd.eot"); src: url("../fonts/PFDINTEXTCONDPRO/pfd.eot") format("embedded-opentype"), url("../fonts/PFDINTEXTCONDPRO/pfd.woff2") format("woff2"), url("../fonts/PFDINTEXTCONDPRO/pfd.woff") format("woff"), url("../fonts/PFDINTEXTCONDPRO/pfd.svg") format("svg"); font-weight: normal; font-style: normal; } .fixedmb { position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 9999; } .fixedmb.active { transition-delay: .5s; visibility: hidden; } .fixedmb.active:after, .fixedmb.active:before { width: 0; } .fixedmb:after, .fixedmb:before { content: ''; position: absolute; width: 50%; height: 100%; background: white; transition-delay: .3s; transition: 1.2s; transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1); } .fixedmb:after { left: 0%; } .fixedmb:before { right: 0%; } * { font-family: 's',"Source Han Sans CN",system-ui,-apple-system,BlinkMacSystemFont,segoe ui !important; } .root { position: relative; transition: .5s; left: 0; transition-timing-function: var(--ease-in-out-b); } .root.active { left: -20%; } .mobileNav { position: relative; display: flex; position: fixed; bottom: 0; right: 0; width: 20vw; 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 - 80px); padding-top: 80px; box-sizing: border-box; overflow-y: auto; -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 h5 { font-family: initial; color: #333; font-weight: 700; font-size: 16px; transition: .3s; } .mobileNav .box .mobileNavitems ol { transition: .4s; padding: 0 5%; display: flex; flex-wrap: wrap; background: #f9f9f9; } .mobileNav .box .mobileNavitems ol li { position: relative; width: 100%; line-height: 1; } .mobileNav .box .mobileNavitems ol li:first-child { height: 10px; } .mobileNav .box .mobileNavitems ol li:last-child { height: 10px; } .mobileNav .box .mobileNavitems ol li a { display: flex; height: 40px; align-items: center; font-size: 14px; color: #333; } header { position: fixed; top: 0; left: 0; width: 100%; height: 78px; display: flex; justify-content: space-between; align-items: center; padding-left: 80px; padding-right: 64px; box-sizing: border-box; background: white; box-shadow: 0 0 3px rgba(0, 0, 0, 0.3); z-index: 9; } header .logo { display: flex; align-items: center; } header .logo .img:last-child { margin-left: 25px; transform: translateY(5px); } header .navlink { height: 100%; display: flex; align-items: center; } header .navlink ul { position: relative; height: 100%; display: flex; } header .navlink ul li { position: relative; } header .navlink ul li a { font-size: 16px; color: #333; transition: .3s; font-weight: 700; padding: 0 25px; height: 100%; display: flex; align-items: center; position: relative; } header .navlink ul li a:hover:after { left: 0; width: 100%; } header .navlink ul .follow { position: absolute; bottom: 0; width: auto; height: 8px; transition: .4s; background: #F08519; } header .navlink .linkmenu { position: relative; margin-left: 35px; height: 100%; display: flex; } header .navlink .linkmenu:after { content: ''; position: absolute; left: 0; top: 50%; transform: translateY(-50%); width: 1px; height: 50px; background: #DCDCDC; } header .navlink .linkmenu .searchbox { cursor: pointer; height: 100%; padding-left: 33px; padding-right: 43px; display: flex; align-items: center; position: relative; } header .navlink .linkmenu .searchbox:hover .input { transform: translateY(0); opacity: 1; visibility: visible; } header .navlink .linkmenu .searchbox i { font-size: 22px; color: #333333; } header .navlink .linkmenu .searchbox .input { position: absolute; top: 100%; right: 0; margin-top: 2px; width: 185px; height: 30px; background: white; transition: .5s; box-shadow: 0 0 3px rgba(0, 0, 0, 0.2); opacity: 0; visibility: hidden; transform: translateY(50%); } header .navlink .linkmenu .searchbox .input input { width: 100%; height: 100%; padding-left: 10px; padding-right: 40px; box-sizing: border-box; } header .navlink .linkmenu .searchbox .input a { position: absolute; right: 15px; top: 50%; transform: translateY(-50%); color: #333; transition: .4s; } header .navlink .linkmenu .searchbox .input a:hover { color: #F08519; } .swiper-box1 { position: relative; height: 100vh; overflow: hidden; } .swiper-box1 .swiper-wrapper { transition-timing-function: var(--ease-out-a); } .swiper-box1 .swiper-wrapper .swiper-slide { position: relative; display: flex; align-items: center; justify-content: center; overflow: hidden; } .swiper-box1 .swiper-wrapper .swiper-slide .img { position: absolute; z-index: -1; top: 0; left: 0%; width: 100%; height: 100%; } .swiper-box1 .swiper-wrapper .swiper-slide .bgmb { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 1; background: rgba(0, 84, 163, 0.3); } .swiper-box1 .swiper-wrapper .swiper-slide .hometext { position: relative; z-index: 2; width: 70%; text-align: center; } .swiper-box1 .swiper-wrapper .swiper-slide .hometext.active h5 { transform: translateY(0); } .swiper-box1 .swiper-wrapper .swiper-slide .hometext.active h6 { transform: translateY(0); } .swiper-box1 .swiper-wrapper .swiper-slide .hometext h5 { font-size: 50px; color: white; font-weight: 700; line-height: normal; margin-top: 30px; transition: .5s; transition-timing-function: var(--ease-out-a); transform: translateY(100%); transition-delay: .5s; } .swiper-box1 .swiper-wrapper .swiper-slide .hometext h6 { font-size: 34px; color: #F08519; letter-spacing: 29px; text-indent: 29px; font-weight: 700; line-height: normal; transition: .5s; transition-timing-function: var(--ease-out-a); transform: translateY(100%); transition-delay: .1s; } .swiper-box1 .shubiao { position: absolute; right: 50px; bottom: 45px; line-height: 1; z-index: 3; -webkit-animation: 1.5s shubiao infinite; animation: 1.5s shubiao infinite; font-size: 46px; color: white; } .swiper-box1 .swiper-pagination { line-height: 1; bottom: 48px; z-index: 3; } .swiper-box1 .swiper-pagination .swiper-pagination-bullet { width: 12px; height: 12px; opacity: 1; background: white; margin: 0 12px; transition: .4s; } .swiper-box1 .swiper-pagination .swiper-pagination-bullet:hover { background: #F08519; } .swiper-box1 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active { background: #F08519; } .swiper-box1 .tzzgx { position: absolute; top: 50%; right: 0; transform: translateY(-50%); width: 214px; height: 115px; background: #F08519; z-index: 3; display: flex; flex-direction: column; justify-content: center; padding-left: 22px; box-sizing: border-box; } .swiper-box1 .tzzgx span { font-family: 'p'; font-size: 62px; font-weight: 300; color: white; line-height: 1; } .swiper-box1 .tzzgx p { font-size: 16px; color: white; font-weight: 300; } .box2 { padding: 76px 0; } .box2 .box { width: 1760px; margin: 0 auto; overflow: hidden; display: flex; justify-content: space-between; } .box2 .box.itemAnimates { transform-style: preserve-3d; } .box2 .box.itemAnimates .itemAnimate { opacity: 0; transform-origin: 0 0 0; } .box2 .box.itemAnimates.animates .itemAnimate { -webkit-animation: 1.5s faderRotateZ forwards; animation: 1.5s faderRotateZ forwards; } .box2 .box .l { overflow: hidden; flex: 1; position: relative; margin-right: 15px; } .box2 .box .l:hover img { transform: scale(1.1); } .box2 .box .l:hover .box2bgmb .b i { width: 54px; } .box2 .box .r { flex: 1; margin-left: 20px; display: flex; flex-direction: column; justify-content: space-between; } .box2 .box .r .items { position: relative; display: flex; overflow: hidden; justify-content: space-between; } .box2 .box .r .items:hover > img { transform: scale(1.1); } .box2 .box .r .items:hover .box2bgmb .b i { width: 54px; } .box2 .box .r .items .item { position: relative; flex: 1; cursor: pointer; overflow: hidden; } .box2 .box .r .items .item:first-child { margin-right: 15px; } .box2 .box .r .items .item:last-child { margin-left: 15px; } .box2 .box .r .items .item:hover > img { transform: scale(1.1); } .box2bgmb { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 1; background: rgba(0, 84, 163, 0.3); display: flex; flex-direction: column; justify-content: space-between; padding: 44px 48px 35px; box-sizing: border-box; } .box2bgmb .t h5 { font-size: 30px; text-align: left; color: #FFFFFF; font-weight: 700; line-height: normal; } .box2bgmb .t p { color: #FFFFFF; font-size: 18px; margin-top: 4px; } .box2bgmb .b { display: flex; align-items: center; } .box2bgmb .b span { font-size: 16px; font-weight: 300; color: white; } .box2bgmb .b i { width: 0; height: 1px; background: white; display: block; transition: .6s; margin-left: 12px; } .chinalist { font-size: 35px; color: white; line-height: normal; font-weight: 700; white-space: pre; overflow: hidden; text-align: center; font-family: 's'; } .chinalist.active span { -webkit-animation: fadeInRight 1s forwards; animation: fadeInRight 1s forwards; } .chinalist span { font-family: inherit; width: auto; font-size: inherit; color: inherit; opacity: 0; display: inline-block; } .uklist { margin-top: 8px; text-align: center; font-size: 30px; color: #F08519; text-transform: uppercase; line-height: normal; font-weight: 700; white-space: pre; overflow: hidden; } .uklist.active span { -webkit-animation: fadeInRight 1s forwards; animation: fadeInRight 1s forwards; } .uklist span { font-family: inherit; width: auto; font-size: inherit; color: inherit; opacity: 0; display: inline-block; } .box3 { position: relative; padding: 130px 0 190px; text-align: center; } .box3 * { position: relative; z-index: 1; } .box3 .line { margin: 0 auto; margin-top: 25px; } .box3 .bgmb { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 0; background: rgba(0, 84, 163, 0.5); } .box3 p { color: white; line-height: 2; font-size: 16px; width: 900px; margin: 0 auto; margin-top: 55px; margin-bottom: 95px; } .box3 ul { display: flex; align-items: center; justify-content: center; } .box3 ul li section { margin: 0 104px; position: relative; } .box3 ul li section:after { content: ''; position: absolute; width: 1px; height: 35px; background: rgba(255, 255, 255, 0.5); top: 50%; right: 0; transform: translateY(-50%); } .box3 ul li div { display: flex; flex-direction: column; } .box3 ul li div span { font-size: 60px; color: #F08519; font-family: 'p'; line-height: 1; text-align: left; } .box3 ul li div i { font-size: 14px; color: white; line-height: 1.1; text-align: left; } .box4 { width: 100%; position: relative; padding: 90px 0 170px; background: #0054A3; } .box4 .box4part { position: absolute; z-index: 1; width: 100%; height: 100%; pointer-events: none; } .box4 .box4part canvas { opacity: .6; } .box4 > h5 { font-size: 30px; } .box4 > h6 { color: white; font-size: 35px; text-transform: unset; } .box4 .swiper-box4 { width: 100%; margin-top: 55px; position: relative; } .box4 .swiper-box4 .swiper-wrapper .swiper-slide { width: 56.7%; position: relative; } .box4 .swiper-box4 .swiper-wrapper .swiper-slide.swiper-slide-active .text { opacity: 1; visibility: visible; } .box4 .swiper-box4 .swiper-wrapper .swiper-slide .text { position: absolute; width: 100%; left: 0; top: 0; height: 100%; z-index: 2; background: linear-gradient(to right, transparent 50%, black 100%); padding: 75px 50px 40px 0; box-sizing: border-box; display: flex; justify-content: flex-end; opacity: 0; visibility: hidden; transition: .5s; } .box4 .swiper-box4 .swiper-wrapper .swiper-slide .text section { width: 250px; display: flex; height: 100%; flex-direction: column; justify-content: space-between; } .box4 .swiper-box4 .swiper-wrapper .swiper-slide .text section .t h5 { font-size: 24px; color: white; line-height: normal; } .box4 .swiper-box4 .swiper-wrapper .swiper-slide .text section .t span { width: 34px; height: 5px; background: white; display: block; margin-bottom: 35px; margin-top: 10px; } .box4 .swiper-box4 .swiper-wrapper .swiper-slide .text section .t p { font-size: 14px; line-height: 2; color: white; -webkit-line-clamp: 4; } .box4 .swiper-box4 .swiper-wrapper .swiper-slide .text section .xq span { font-size: 14px; color: white; } .box4 .swiper-box4 .swiper-wrapper .swiper-slide .text section .xq i { color: white; display: inline-block; margin-left: 9px; } .box4 .swiper-box4 .prev, .box4 .swiper-box4 .next { position: absolute; top: 50%; z-index: 3; } .box4 .swiper-box4 .prev { left: 50%; transform: translate(-50%, -50%); margin-left: -30.3%; } .box4 .swiper-box4 .next { right: 50%; transform: translate(50%, -50%); margin-right: -30.3%; } .prev, .next { width: 50px; height: 50px; display: flex; align-items: center; justify-content: center; border-radius: 50%; background: white; font-size: 20px; color: #333333; transition: .4s; cursor: pointer; } .prev:hover, .next:hover { background: #F08519; color: white; } .box5 { padding: 90px 0 80px; } .box5 > h5 { font-size: 30px; color: #333; } .box5 > h6 { font-size: 35px; color: #999999; text-transform: unset; } .box5 .hx { width: 100%; height: 1px; background: rgba(0, 0, 0, 0.2); margin: 40px 0; } .box5 ul { width: 1710px; margin: 0 auto; display: flex; overflow: hidden; justify-content: space-between; } .box5 ul.itemAnimates .itemAnimate { opacity: 0; } .box5 ul.itemAnimates.animates .itemAnimate { -webkit-animation: 1s fadeInUp forwards; animation: 1s fadeInUp forwards; } .box5 ul li { position: relative; width: 22.22%; cursor: pointer; } .box5 ul li:hover .img img { transform: scale(1.1); } .box5 ul li:hover h5 { color: #F08519; } .box5 ul li .timer { display: flex; align-items: center; } .box5 ul li .timer span { font-size: 16px; color: #F08519; } .box5 ul li .timer p { color: #F08519; font-size: 16px; margin-left: 9px; } .box5 ul li h5 { font-size: 24px; color: #333333; margin: 20px 0; line-height: 1.4; height: 64px; transition: .4s; -webkit-line-clamp: 2; } .box5 ul li .img { overflow: hidden; } footer { background: #2F4F8E; padding: 33px 0 45px; } footer .box { width: 1710px; margin: 0 auto; } footer .box .t { display: flex; justify-content: space-between; } footer .box .t .l h5 { font-size: 24px; color: white; font-weight: 700; line-height: normal; } footer .box .t .l .line { width: 652px; height: 2px; margin: 25px 0; } footer .box .t .l p { font-size: 16px; color: white; } footer .box .t .l p.eng { font-size: 12px; line-height: 2; font-weight: 300; } footer .box .t .l .item { display: flex; margin-top: 8px; } footer .box .t .l .item a { width: 40px; height: 40px; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #1B1B1B; background: white; margin-right: 20px; transition: .4s; } footer .box .t .l .item a:hover { color: white; transition-delay: .2s; } footer .box .t .l .item a img { width: 22px; } footer .box .t .r p { color: white; font-size: 14px; } footer .box .t .r p:last-child { font-size: 18px; font-weight: 300; } footer .box .t .r h4 { color: white; font-size: 40px; line-height: normal; margin: 5px 0; } footer .box .b { display: flex; justify-content: space-between; } footer .box .b .l { display: flex; flex-direction: column; justify-content: flex-end; } footer .box .b .l .item { display: flex; flex-wrap: wrap; } footer .box .b .l .item.yqlj { margin-bottom: 10px; } footer .box .b .l .item.yqlj p, footer .box .b .l .item.yqlj a { line-height: 1.2; } footer .box .b .l .item.yqlj a { padding: 0 7px; position: relative; border-right: 1px solid rgba(255, 255, 255, 0.6); } footer .box .b .l .item.yqlj a:last-child { border: none; } footer .box .b .l .item p, footer .box .b .l .item a { font-size: 14px; color: rgba(255, 255, 255, 0.6); line-height: 1.6; white-space: pre-wrap; } footer .box .b .l .item a { transition: .4s; } footer .box .b .l .item a:hover { color: #F08519; } footer .box .b .r { display: flex; flex-direction: column; align-items: center; } footer .box .b .r.flag .comesback { transform: translateY(0); opacity: 1; transition-delay: .8s; } footer .box .b .r .comesback { font-size: 40px; color: white; opacity: 0; transform: translateY(10px); transition: .5s; cursor: pointer; line-height: 1; } footer .box .b .r .comesback:hover { transition-delay: 0s; color: #F08519; transform: translateY(-10px); } footer .box .b .r .line { margin-top: 10px; width: 6px; height: 108px; } footer .box .b .r .line.flag:after { height: 100%; } footer .box .b .r .line:after { width: 100%; height: 0; top: initial; bottom: 0; } .line { position: relative; width: 38px; height: 5px; display: block; } .line.flag:after { width: 100%; } .line:after { content: ''; position: absolute; width: 0%; left: 0; top: 0; height: 100%; background: white; transition: .8s; } .mobileMenu { display: flex; align-items: 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: #F08519; } .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: #333333; 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; } .subnavbody { position: absolute; width: 100%; height: 75px; left: 0; bottom: 0; z-index: 3; display: flex; justify-content: center; background: rgba(0, 0, 0, 0.5); } .subnavbody li.active a:after { left: 0; width: 100%; } .subnavbody li a { position: relative; display: flex; align-items: center; height: 100%; padding: 0 40px; color: white; font-size: 18px; font-weight: 300; } .subnavbody li a:after { content: ''; position: absolute; top: 0; right: 0; width: 0%; height: 100%; transition: .4s; background: #F08519; z-index: -1; } .bannermb { position: absolute; width: 100%; height: 100%; top: 0; left: 0; z-index: 0; background: rgba(0, 84, 163, 0.5); } .about1 { padding: 100px 0 85px; } .about1 > h5 { color: #333; } .about1 > h6 { font-size: 24px; line-height: normal; margin: 0 auto; margin-top: 8px; margin-bottom: 40px; max-width: 90%; white-space: pre-wrap; } .about1 p { font-size: 16px; color: #333333; line-height: 2; width: 1132px; margin: 0 auto; text-align: center; } .about1 .imgbox { margin-top: 65px; display: flex; } .about1 .imgbox.itemAnimates .itemAnimate { opacity: 0; } .about1 .imgbox.itemAnimates.animates .itemAnimate { -webkit-animation: 1s fadeInRight forwards; animation: 1s fadeInRight forwards; } .about1 .imgbox .img { width: 50%; overflow: hidden; } .about1 .imgbox .img:hover img { transform: scale(1.1); } .about2 { position: relative; overflow: hidden; } .about2 .part { position: absolute; width: 100%; height: 100%; z-index: 1; } .about2 .part canvas { opacity: .7; } .about2 .about2box_kuai, .about2 .about3box_kuai { position: absolute; background: #0350A0; z-index: 0; } .about2 .box { width: 1700px; margin-left: auto; display: flex; position: relative; z-index: 2; overflow: hidden; } .about2 .box:hover .l img { transform: scale(1.1); } .about2 .box.about3box { margin-top: 75px; margin-left: 0; margin-right: auto; flex-direction: row-reverse; } .about2 .box .l { width: 52.6%; overflow: hidden; } .about2 .box .r { position: relative; flex: 1; z-index: 0; padding: 120px 60px 0 72px; box-sizing: border-box; } .about2 .box .r h5 { font-size: 24px; line-height: normal; text-align: left; } .about2 .box .r p { font-size: 16px; line-height: 2; color: white; height: 160px; margin-top: 65px; overflow-y: auto; } .about4 { margin-top: 140px; padding-bottom: 75px; } .about4 .box { position: relative; width: 1480px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; } .about4 .box.about4box { transform: translateY(-60px); } .about4 .box.about5box { flex-direction: row-reverse; transform: translateY(-35px); align-items: flex-start; } .about4 .box.about5box .l { padding: 0; padding-right: 125px; } .about4 .box.about5box .l p { -webkit-line-clamp: 4; height: 128px; overflow-y: auto; transform: translateY(45px); } .about4 .box.about5box .line { left: initial; bottom: 41.4%; right: 125px; } .about4 .box.about5box .line:after { left: initial; right: 0; } .about4 .box .l { width: 46%; padding-left: 125px; box-sizing: border-box; } .about4 .box .l p { font-size: 16px; color: white; line-height: 2; height: 96px; overflow-y: auto; } .about4 .box .r { width: 46%; } .about4 .box .line { position: absolute; left: 125px; width: 48%; height: 9px; bottom: 27.6%; } .about4 .box .line:after { background: #F08519; } .zuzhi { overflow: hidden; padding: 85px 0 66px; } .zuzhi h5 { color: #333333; font-size: 28px; } .zuzhi img { max-width: 90%; margin: 0 auto; margin-top: 50px; display: block; } .time { padding: 110px 0 70px; position: relative; } .time:after { content: ''; position: absolute; width: 100%; left: 0; top: 0; height: 100%; background: rgba(0, 84, 163, 0.7); } .time .box { position: relative; z-index: 2; } .time .box h5 { font-size: 24px; line-height: normal; margin-bottom: 10px; } .time .box h6 { color: #F08519; font-size: 24px; font-weight: 700; line-height: normal; margin-bottom: 50px; } .time .box ul { display: flex; flex-direction: column; align-items: center; } .time .box ul li { position: relative; margin-bottom: 83px; cursor: pointer; } .time .box ul li:hover .dot { border-color: white; } .time .box ul li:hover .dot div { background: white; } .time .box ul li:hover .text { background: white; } .time .box ul li:hover .text .bz { border-left-color: white; } .time .box ul li:hover.right .text .bz { border-right-color: white; } .time .box ul li.timemsg { margin-bottom: 116px; } .time .box ul li.timemsg .dot:after { height: 116px; } .time .box ul li:nth-child(2) .dot:after { height: 83px; } .time .box ul li.left .text { right: 100%; margin-right: 48px; } .time .box ul li.right .text { left: 100%; margin-left: 48px; } .time .box ul li.right .text .bz { left: initial; right: 100%; border-left-color: transparent; border-right-color: rgba(255, 255, 255, 0.67); } .time .box ul li:last-child { margin-bottom: 105px; } .time .box ul li .text { position: absolute; width: 480px; height: 148px; top: 50%; transform: translateY(-50%); background: rgba(255, 255, 255, 0.67); padding: 25px 34px 0 23px; box-sizing: border-box; transition: .4s; } .time .box ul li .text.flags { opacity: 0; } .time .box ul li .text.flags.flag { -webkit-animation: 1s fadeInUp2s forwards; animation: 1s fadeInUp2s forwards; } .time .box ul li .text h4 { font-size: 24px; color: #333; font-weight: 700; line-height: normal; margin-bottom: 5px; } .time .box ul li .text p { font-size: 14px; color: #040D27; height: 70px; line-height: 1.7; overflow-y: auto; } .time .box ul li .text .bz { position: absolute; width: 0; height: 0; transition: .4s; top: 50%; transform: translateY(-50%); left: 100%; border: 18px solid transparent; border-top-width: 14px; border-bottom-width: 14px; border-left-color: rgba(255, 255, 255, 0.67); } .time .box ul li i { font-size: 29px; line-height: 1; color: white; } .time .box ul li .dot { position: relative; width: 29px; height: 29px; border-radius: 50%; background: transparent; border: 2px solid rgba(255, 255, 255, 0.67); box-sizing: border-box; display: flex; align-items: center; justify-content: center; transition: .4s; } .time .box ul li .dot:after { position: absolute; content: ''; width: 3px; height: 83px; background: rgba(255, 255, 255, 0.67); left: 50%; transform: translateX(-50%); bottom: 100%; margin-bottom: 2px; } .time .box ul li .dot div { width: 19px; height: 19px; transition: .4s; border-radius: 50%; background: rgba(255, 255, 255, 0.67); } .honor { padding: 70px 0 150px; background: #F9F9F9; } .honor .head { display: flex; justify-content: center; margin-bottom: 65px; } .honor .head a { font-size: 18px; color: #333333; margin: 0 52px; line-height: normal; display: block; position: relative; } .honor .head a:hover { color: #F08519; } .honor .head a:hover:after { width: 100%; } .honor .head a.active { color: #F08519; } .honor .head a.active:after { width: 100%; } .honor .head a:after { content: ''; position: absolute; bottom: 0; margin-bottom: -13px; width: 0%; left: 0; transition: .4s; height: 4px; background: #F08519; } .honor .items { width: 1480px; margin: 0 auto; display: flex; justify-content: space-between; flex-wrap: wrap; } .honor .items .item { width: 24%; height: auto; display: flex; flex-direction: column; margin-bottom: 25px; } .honor .items .item:hover .img .bgmb { visibility: visible; opacity: 1; } .honor .items .item:hover .text { background: #F08519; } .honor .items .item:hover .text p { color: white; } .honor .items .item:last-child:nth-child(4n - 1) { margin-right: calc( 24% + 4% / 3); } .honor .items .item:last-child:nth-child(4n - 2) { margin-right: calc( 48% + 8% / 3); } .honor .items .item .img { position: relative; padding: 15px; width: 100%; height: 225px; box-sizing: border-box; display: flex; align-items: center; justify-content: center; background: white; } .honor .items .item .img img { max-width: 100%; max-height: 100%; } .honor .items .item .img .bgmb { position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; background: rgba(0, 0, 0, 0.35); visibility: hidden; opacity: 0; transition: .5s; } .honor .items .item .img .bgmb i { font-size: 45px; color: rgba(255, 255, 255, 0.65); } .honor .items .item .text { height: 65px; background: white; display: flex; padding: 0 25px; box-sizing: border-box; align-items: center; transition: .4s; } .honor .items .item .text p { font-size: 16px; line-height: 1.4; color: #333333; width: 100%; text-align: center; -webkit-line-clamp: 2; transition: .4s; } .honor .pswp__container { transition: .4s; transition-timing-function: var(--ease-in-out-b); } .honor .pswp__bg { background: rgba(0, 0, 0, 0.8); } .honor .pswp__top-bar { background-color: transparent; } .honor .pswp__top-bar .pswp__button--close { position: relative; width: 50px; height: 50px; top: 0; background: #F08519; font-size: 16px; color: white; background-position: 0 0; opacity: 1; z-index: 2; } .honor .pswp__caption { margin-top: 20px; background: transparent; bottom: 0; } .honor .pswp__caption small { display: none; } .honor .pswp__caption__center { width: auto; min-height: 44px; line-height: 1.2; transition: .3s; font-size: 14px; color: #747474; display: flex; align-items: center; justify-content: center; padding: 0 20px; background: white; box-sizing: border-box; } .honor .pswp__button { width: 30px; height: 30px; background: transparent; display: none; } .honor .pswp__button--close { display: block; } .honor .pswp__button--arrow--left, .honor .pswp__button--arrow--right { width: 46px; height: 46px; background: white; border-radius: 50%; transition: .3s; display: flex; align-items: center; justify-content: center; font-size: 20px; color: #F08519; opacity: 1; } .honor .pswp__button--arrow--left:hover, .honor .pswp__button--arrow--right:hover { background: #F08519; color: white; } .honor .pswp__button--arrow--left { left: 50%; transform: translateX(-50%); } .honor .pswp__button--arrow--right { right: 50%; transform: translateX(50%); } .honor .pswp__button--arrow--left { margin-left: -600px; } .honor .pswp__button--arrow--right { margin-right: -600px; } .honor .pswp__button--arrow--left:before { width: 66px; height: 66px; background: transparent; } .honor .pswp__button--arrow--right:before { width: 66px; height: 66px; background: transparent; } .leader { padding: 115px 0 95px; } .leader .text { width: 866px; margin: 0 auto; } .leader .text p { font-size: 24px; color: #585858; line-height: 2.2; } .leader .text img { margin-top: 115px; margin-left: auto; display: block; } .culture1 { padding: 110px 0 170px; } .culture1 .box { width: 90%; margin: 0 auto; } .culture1 .box h5 { color: #333333; } .culture1 .box h6 { font-size: 24px; } .culture1 .box .line { width: 57px; height: 4px; margin: 35px auto 55px; } .culture1 .box .line::after { background: #F08519; } .culture1 .box p { font-size: 32px; color: #333333; text-align: center; } .culture2 { position: relative; padding: 87px 0 70px; } .culture2 h5 { font-size: 27px; } .culture2 h6 { font-size: 26px; } .culture2:after { content: ''; position: absolute; width: 100%; left: 0; top: 0; height: 100%; background: rgba(0, 84, 163, 0.7); } .culture2 * { position: relative; z-index: 1; } .culture2 .line { width: 57px; height: 4px; margin: 35px auto 55px; } .culture2 .line::after { background: #F08519; } .culture2 .box { width: 1710px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; overflow: hidden; } .culture2 .box.itemAnimates .itemAnimate { opacity: 0; } .culture2 .box.itemAnimates.animates .itemAnimate { -webkit-animation: 1s fadeInUp forwards; animation: 1s fadeInUp forwards; } .culture2 .box .prev, .culture2 .box .next { width: 45px; height: 45px; background: transparent; border: 2px solid white; color: white; font-size: 14px; } .culture2 .box .prev:hover, .culture2 .box .next:hover { background: #F08519; border-color: #F08519; } .culture2 .box .swiper-culture2 { width: 1490px; overflow: hidden; } .culture2 .box .swiper-culture2 .swiper-wrapper .swiper-slide { position: relative; } .culture2 .box .swiper-culture2 .swiper-wrapper .swiper-slide:hover .img img { transform: scale(1.1); } .culture2 .box .swiper-culture2 .swiper-wrapper .swiper-slide:hover .text { background: #F08519; } .culture2 .box .swiper-culture2 .swiper-wrapper .swiper-slide:hover .text p { color: white; } .culture2 .box .swiper-culture2 .swiper-wrapper .swiper-slide .img { overflow: hidden; } .culture2 .box .swiper-culture2 .swiper-wrapper .swiper-slide .text { height: 70px; background: white; display: flex; padding: 0 25px; box-sizing: border-box; align-items: center; transition: .4s; } .culture2 .box .swiper-culture2 .swiper-wrapper .swiper-slide .text p { font-size: 18px; line-height: 1.4; color: #333333; width: 100%; text-align: center; -webkit-line-clamp: 1; transition: .4s; } .culture2 .box .swiper-culture2 .swiper-wrapper .swiper-slide .linkA { position: absolute; z-index: 7; } .ckgd { width: 168px; height: 44px; border: 1px solid white; display: flex; align-items: center; box-sizing: border-box; transition: .5s; justify-content: center; font-size: 16px; color: white; margin: 0 auto; margin-top: 55px; } .ckgd:hover { transition-delay: .2s; color: white; border-color: #F08519; } .culture3 { background: #F9F9F9; padding: 90px 0 130px; } .culture3 h5 { font-size: 27px; color: #333333; } .culture3 h6 { font-size: 26px; } .culture3 .line { width: 57px; height: 4px; margin: 35px auto; } .culture3 .line::after { background: #F08519; } .culture3 ul { width: 1495px; margin: 0 auto; display: flex; flex-wrap: wrap; justify-content: space-between; } .culture3 ul.itemAnimates .itemAnimate { opacity: 0; } .culture3 ul.itemAnimates.animates .itemAnimate { -webkit-animation: 1s flipInX forwards; animation: 1s flipInX forwards; } .culture3 ul li { position: relative; width: 49%; display: flex; padding: 30px 54px 37px; box-sizing: border-box; background: white; box-shadow: 0 0 10px transparent; transition: .4s; margin-bottom: 38px; } .culture3 ul li:hover { box-shadow: 0 0 10px rgba(0, 0, 0, 0.15); } .culture3 ul li:hover .l img { transform: scale(1.1); } .culture3 ul li .l { margin-right: 50px; overflow: hidden; width: 28%; } .culture3 ul li .r { flex: 1; display: flex; flex-direction: column; justify-content: space-between; padding-top: 45px; padding-bottom: 20px; box-sizing: border-box; } .culture3 ul li .r p { font-size: 18px; color: #585858; line-height: normal; -webkit-line-clamp: 1; } .culture3 ul li .r .times { transform: translateY(-30px); } .culture3 ul li .r .times i, .culture3 ul li .r .times span { display: inline-block; } .culture3 ul li .r .times i { font-size: 20px; color: #A4A4A4; } .culture3 ul li .r .times span { font-size: 16px; color: #A4A4A4; margin-left: 15px; } .culture3 ul li .r section { display: flex; } .culture3 ul li .r section a { width: 120px; height: 38px; display: flex; align-items: center; justify-content: center; font-size: 14px; color: white; transition: .4s; background: #A4A4A4; } .culture3 ul li .r section a.active { background: #F08519; margin-right: 32px; } .culture3 .ckgd { margin-top: 35px; border-color: #585858; color: #585858; } .culture3 .ckgd:hover { transition-delay: .2s; color: white; border-color: #F08519; } .prd .head { height: 105px; display: flex; justify-content: center; } .prd .head a { display: flex; align-items: center; height: 100%; font-size: 18px; font-weight: 300; margin: 0 11px; position: relative; transition: .4s; } .prd .head a.active { color: #F08519; } .prd .head a.active:after { width: 100%; } .prd .head a:hover { color: #F08519; } .prd .head a:hover:after { width: 100%; } .prd .head a:after { content: ''; position: absolute; width: 0%; height: 7px; background: #F08519; bottom: 0; left: 0; transition: .4s; } .prd ul li { height: 560px; position: relative; } .prd ul li.mengban:after { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 1; background: rgba(0, 84, 163, 0.7); z-index: 0; } .prd ul li.mengban .box .l { box-sizing: border-box; } .prd ul li.textColor .box { flex-direction: row-reverse; } .prd ul li.textColor .box .l .text h5 { color: #585858; } .prd ul li.textColor .box .l .text p { color: #585858; } .prd ul li.textColor .box .r { box-sizing: border-box; } .prd ul li .box { position: relative; width: 1710px; height: 100%; margin: 0 auto; display: flex; justify-content: space-between; z-index: 1; overflow: hidden; } .prd ul li .box .l { width: 45%; display: flex; flex-direction: column; justify-content: center; align-items: center; } .prd ul li .box .l .text { width: 500px; } .prd ul li .box .l .text h6 { color: #F08519; text-align: left; font-size: 18px; margin-top: 0; } .prd ul li .box .l .text h5 { font-size: 24px; margin-top: 15px; margin-bottom: 25px; text-align: left; } .prd ul li .box .l .text p { font-size: 14px; color: white; -webkit-line-clamp: 5; } .prd ul li .box .l .text a { margin-top: 35px; width: 137px; height: 37px; display: flex; align-items: center; justify-content: center; font-size: 16px; color: white; background: #F08519; font-weight: 700; } .prd ul li .box .r { padding: 30px 0; width: 45%; box-sizing: border-box; display: flex; justify-content: center; align-items: center; } .prd ul li .box .r img { max-width: 100%; max-height: 100%; display: block; } .prdinner { padding: 89px 0 83px; background: #F9F9F9; } .prdinner .box { width: 1340px; margin: 0 auto; display: flex; } .prdinner .box:hover .l .swiper-prd .swiper-wrapper .swiper-slide img { transform: scale(1.1); } .prdinner .box .l { width: 620px; margin-right: 70px; background: white; } .prdinner .box .l .swiper-prd { position: relative; overflow: hidden; } .prdinner .box .l .swiper-prd .swiper-wrapper .swiper-slide { padding: 30px; box-sizing: border-box; display: flex; align-items: center; justify-content: center; overflow: hidden; } .prdinner .box .l .swiper-prd .swiper-wrapper .swiper-slide img { max-width: 100%; transition: .4s; } .prdinner .box .l .swiper-prd .swiper-pagination { line-height: 1; bottom: 16px; z-index: 3; } .prdinner .box .l .swiper-prd .swiper-pagination .swiper-pagination-bullet { width: 11px; height: 11px; opacity: 1; background: transparent; margin: 0 10px; border: 1px solid #707070; box-sizing: border-box; transition: .4s; } .prdinner .box .l .swiper-prd .swiper-pagination .swiper-pagination-bullet:hover { background: #F08519; border-color: transparent; } .prdinner .box .l .swiper-prd .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active { background: #F08519; border-color: transparent; } .prdinner .box .r { flex: 1; overflow-y: auto; } .prdinner .box .r h6 { font-size: 18px; text-align: left; margin-top: 0; } .prdinner .box .r h5 { font-size: 24px; text-align: left; color: #333333; line-height: 1.4; font-weight: 700; margin-top: 15px; } .prdinner .box .r > p { font-size: 14px; color: #585858; line-height: 2; margin: 20px 0; } .prdinner .box .r .text { width: 100%; border-top: 1px solid rgba(0, 0, 0, 0.1); } .prdinner .box .r .text ul { padding-top: 30px; padding-bottom: 40px; } .prdinner .box .r .text ul li { display: flex; align-items: center; } .prdinner .box .r .text ul li i { font-size: 14px; color: #707070; line-height: 1; } .prdinner .box .r .text ul li p { font-size: 14px; color: #585858; line-height: 2.4; margin-left: 10px; } .prdinner .box .r .text section { display: flex; } .prdinner .box .r .text section a { display: flex; } .prdinner .box .r .text section a.active i { color: #F08519; } .prdinner .box .r .text section a.active p { color: #F08519; } .prdinner .box .r .text section a:hover i { color: #F08519; } .prdinner .box .r .text section a:hover p { color: #F08519; } .prdinner .box .r .text section a:last-child { margin-left: 40px; } .prdinner .box .r .text section a i { font-size: 20px; color: #A4A4A4; line-height: normal; transition: .5s; } .prdinner .box .r .text section a p { font-size: 16px; color: #A4A4A4; line-height: normal; margin-left: 7px; transition: .5s; } .prdbiaoge { padding-bottom: 50px; background: #F9F9F9; } .prdbiaoge .box { width: 1340px; margin: 0 auto; } .prdbiaoge .box .head h5 { font-size: 24px; color: #333333; padding-left: 13px; border-left: 7px solid #F08519; text-align: left; line-height: 1.1; } .prdbiaoge .box .biaoge { margin-top: 30px; } .prdbiaoge .box .biaoge .items { display: flex; } .prdbiaoge .box .biaoge .items .item1 { width: 16%; background: #0350A0; display: flex; align-items: center; justify-content: center; border-bottom: 1px solid white; border-right: 1px solid white; box-sizing: border-box; } .prdbiaoge .box .biaoge .items .item1 h6 { flex: 1; display: flex; align-items: center; justify-content: center; font-size: 16px; color: #FFFFFF; } .prdbiaoge .box .biaoge .items .item1 .firstitem { flex: 1; display: flex; flex-direction: column; } .prdbiaoge .box .biaoge .items .item1 .firstitem div { flex: 1; box-sizing: border-box; min-height: 40px; padding: 10px 15px; box-sizing: border-box; display: flex; align-items: center; justify-content: center; font-size: 16px; line-height: 1.8; color: white; border-left: 1px solid white; border-bottom: 1px solid white; box-sizing: border-box; } .prdbiaoge .box .biaoge .items .item1 .firstitem div:last-child { border-bottom: 1px solid transparent; } .prdbiaoge .box .biaoge .items .item2 { flex: 1; display: flex; flex-direction: column; } .prdbiaoge .box .biaoge .items .item2 .itembox { flex: 1; display: flex; } .prdbiaoge .box .biaoge .items .item2 .itembox.active .itembox2 { background: rgba(3, 80, 160, 0.06); } .prdbiaoge .box .biaoge .items .item2 .itembox.solidactive .itembox2 { border: 1px solid rgba(0, 0, 0, 0.15); } .prdbiaoge .box .biaoge .items .item2 .itembox div { box-sizing: border-box; min-height: 40px; height: 100%; padding: 10px 15px; box-sizing: border-box; display: flex; align-items: center; justify-content: center; font-size: 16px; line-height: 1.8; border-bottom: 1px solid rgba(255, 255, 255, 0.8); box-sizing: border-box; } .prdbiaoge .box .biaoge .items .item2 .itembox div h6 { flex: 1; height: 100%; display: flex; align-items: center; justify-content: center; font-size: 16px; line-height: 1.8; color: white; } .prdbiaoge .box .biaoge .items .item2 .itembox div .lastitems { flex: 1; display: flex; flex-direction: column; } .prdbiaoge .box .biaoge .items .item2 .itembox div .lastitems section { box-sizing: border-box; min-height: 40px; height: 100%; padding: 10px 15px; box-sizing: border-box; display: flex; align-items: center; justify-content: center; font-size: 16px; line-height: 1.8; box-sizing: border-box; } .prdbiaoge .box .biaoge .items .item2 .itembox div.itembox1 { width: 27.5%; background: rgba(3, 80, 160, 0.8); color: #FFFFFF; display: flex; } .prdbiaoge .box .biaoge .items .item2 .itembox div.itembox2 { flex: 1; color: #585858; } .prdbiaoge .box .biaoge .items .item2 .itembox div sub { height: 100%; } .prdbiaoge a { margin: 0 auto; margin-top: 85px; width: 137px; height: 37px; display: flex; align-items: center; justify-content: center; font-size: 16px; color: white; background: #F08519; font-weight: 700; } .news { padding: 110px 0 65px; background: #F9F9F9; } .news .box { width: 1256px; margin: 0 auto; } .news .box .firstnews { position: relative; display: flex; background: white; box-shadow: 0 0 3px rgba(0, 0, 0, 0.04); transition: .4s; } .news .box .firstnews:hover { box-shadow: 0 0 4px rgba(0, 0, 0, 0.17); } .news .box .firstnews:hover .l img { transform: scale(1.1); } .news .box .firstnews:hover .r h5 { color: #F08519; } .news .box .firstnews .l { overflow: hidden; width: 50%; } .news .box .firstnews .r { width: 50%; padding: 45px 95px 0 68px; box-sizing: border-box; } .news .box .firstnews .r > span { font-size: 16px; color: #F08519; } .news .box .firstnews .r h5 { font-size: 24px; font-weight: 700; text-align: left; line-height: normal; color: #333; transition: .4s; -webkit-line-clamp: 1; margin-top: 10px; margin-bottom: 20px; } .news .box .firstnews .r p { -webkit-line-clamp: 4; font-size: 16px; color: #A4A4A4; } .news .box .firstnews .r a { display: block; margin-top: 35px; font-size: 16px; color: #F08519; } .news .box ul { margin-top: 60px; } .news .box ul li { display: flex; padding: 30px 0 25px; background: white; margin-bottom: 60px; box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.04); position: relative; transition: .5s; } .news .box ul li:hover { box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.17); } .news .box ul li:hover .l:after { height: 200%; transition-delay: .3s; } .news .box ul li:hover .l .timer p { color: white; transition-delay: .1s; } .news .box ul li:hover .r h5, .news .box ul li:hover .r p, .news .box ul li:hover .r a { color: white; transition-delay: .1s; } .news .box ul li .l { width: 215px; display: flex; align-items: center; justify-content: center; position: relative; } .news .box ul li .l:after { content: ''; position: absolute; right: 0; top: 50%; transform: translateY(-50%); width: 1px; height: 0%; background: white; z-index: 2; transition: .7s; } .news .box ul li .l .timer { width: 145px; height: 145px; border: 1px solid #F08519; display: flex; align-items: center; justify-content: center; flex-direction: column; } .news .box ul li .l .timer p { font-size: 25px; color: #F08519; line-height: 1; transition: .4s; } .news .box ul li .l .timer p:last-child { font-size: 21px; margin-top: 10px; } .news .box ul li .r { flex: 1; padding-left: 56px; padding-right: 72px; box-sizing: border-box; } .news .box ul li .r h5 { font-size: 24px; color: #333333; -webkit-line-clamp: 1; text-align: left; transition: .4s; font-weight: 700; line-height: normal; } .news .box ul li .r p { color: #A4A4A4; margin-top: 20px; margin-bottom: 40px; transition: .4s; } .news .box ul li .r a { display: block; font-size: 16px; color: #F08519; transition: .4s; } .news .box .fy { margin-top: 5px; display: flex; align-items: center; justify-content: space-between; height: 60px; background: #F08519; padding: 0 70px; box-sizing: border-box; } .news .box .fy > a { font-size: 28px; color: white; line-height: 1; } .news .box .fy .items { display: flex; align-items: center; } .news .box .fy .items a { position: relative; width: 40px; height: 40px; margin: 0 2px; box-sizing: border-box; display: flex; align-items: center; justify-content: center; font-size: 16px; color: white; } .news .box .fy .items a:hover i:nth-child(1) { width: 100%; } .news .box .fy .items a:hover i:nth-child(2) { height: 100%; transition-delay: .3s; } .news .box .fy .items a:hover i:nth-child(3) { width: 100%; transition-delay: .6s; } .news .box .fy .items a:hover i:nth-child(4) { height: 100%; transition-delay: .9s; } .news .box .fy .items a.active i:nth-child(1) { width: 100%; } .news .box .fy .items a.active i:nth-child(2) { height: 100%; transition-delay: .3s; } .news .box .fy .items a.active i:nth-child(3) { width: 100%; transition-delay: .6s; } .news .box .fy .items a.active i:nth-child(4) { height: 100%; transition-delay: .9s; } .news .box .fy .items a i { position: absolute; z-index: 3; background: white; transition: .3s; } .news .box .fy .items a i:nth-child(1) { width: 0%; height: 1px; top: 0; left: 0; } .news .box .fy .items a i:nth-child(2) { width: 1px; right: 0; top: 0; height: 0%; } .news .box .fy .items a i:nth-child(3) { width: 0%; height: 1px; bottom: 0; right: 0; } .news .box .fy .items a i:nth-child(4) { width: 1px; height: 0%; bottom: 0; left: 0; } .newsinner { position: relative; z-index: 4; background: #F9F9F9; padding-bottom: 60px; } .newsinner .newspaper { width: 1100px; margin: 0 auto; background: white; transform: translateY(-166px); margin-bottom: -166px; } .newsinner .newspaper .head { padding: 40px 95px 30px; border-bottom: 1px solid #707070; box-sizing: border-box; } .newsinner .newspaper .head h5 { font-size: 35px; color: #333333; line-height: 1.4; } .newsinner .newspaper .head .times { font-size: 16px; color: #A4A4A4; line-height: normal; margin-top: 20px; margin-bottom: 30px; } .newsinner .newspaper .head .title { display: flex; align-items: center; } .newsinner .newspaper .head .title span { color: #A4A4A4; font-size: 16px; line-height: normal; display: inline-block; margin-right: 3px; } .newsinner .newspaper .head .title a { font-size: 20px; color: #A4A4A4; line-height: 1; display: block; font-size: 18px; margin: 0 !important; margin-right: 25px !important; transition: .4s; background: none !important; float: none !important; padding: 0 !important; line-height: 1 !important; height: auto !important; } .newsinner .newspaper .head .title a:last-child { margin-right: 0 !important; } .newsinner .newspaper .head .title a:hover { color: #F08519; } .newsinner .newspaper .text { width: 665px; margin: 0 auto; padding: 55px 0 80px; } .newsinner .newspaper .text p { color: #333333; line-height: 2; } .newsinner .newspaper .paperlink { padding: 0 44px; height: 96px; } .newsinner .newspaper .paperlink .item { height: 100%; border-top: 1px solid rgba(112, 112, 112, 0.5); display: flex; align-items: center; justify-content: space-between; } .newsinner .newspaper .paperlink .item a { display: flex; width: 139px; height: 37px; justify-content: center; align-items: center; border: 1px solid #A4A4A4; box-sizing: border-box; transition: .4s; } .newsinner .newspaper .paperlink .item a:hover { border-color: #F08519; transition-delay: .2s; } .newsinner .newspaper .paperlink .item a:hover i, .newsinner .newspaper .paperlink .item a:hover p { color: white; transition-delay: .2s; } .newsinner .newspaper .paperlink .item a.comeback { border: none; background: #F08519; color: white; font-size: 14px; } .newsinner .newspaper .paperlink .item a i { color: #A4A4A4; font-size: 14px; transition: .4s; line-height: normal; } .newsinner .newspaper .paperlink .item a p { color: #A4A4A4; transition: .4s; margin-left: 3px; line-height: normal; } .quality1 { padding: 85px 0 90px; background: #F9F9F9; } .quality1 .box { width: 1505px; margin: 0 auto; } .quality1 .box h5 { color: #333333; } .quality1 .box h6 { font-size: 24px; } .quality1 .box ul { margin-top: 55px; margin-bottom: 85px; display: flex; justify-content: center; } .quality1 .box ul.itemAnimates .itemAnimate { opacity: 0; } .quality1 .box ul.itemAnimates.animates .itemAnimate { -webkit-animation: 1s fadeInRight forwards; animation: 1s fadeInRight forwards; } .quality1 .box ul li { margin: 0 135px; display: flex; flex-direction: column; align-items: center; cursor: pointer; } .quality1 .box ul li.active div { background: #0350A0; color: white; border-color: #0350A0; } .quality1 .box ul li:hover div { background: #0350A0; color: white; border-color: #0350A0; } .quality1 .box ul li div { width: 89px; height: 89px; border: 1px solid #707070; font-size: 50px; border-radius: 50%; box-sizing: border-box; display: flex; align-items: center; justify-content: center; color: #585858; transition: .4s; } .quality1 .box ul li p { margin-top: 25px; line-height: normal; font-size: 18px; color: #333333; } .quality1 .box .quality1text { position: relative; width: 100%; text-align: center; } .quality1 .box .quality1text p { position: absolute; font-size: 16px; width: 100%; color: #A4A4A4; visibility: hidden; opacity: 0; transition: .4s; } .quality1 .box .quality1text p.active { visibility: visible; opacity: 1; } .quality1 .box .swiper-box { margin-top: 45px; display: flex; align-items: center; justify-content: space-between; } .quality1 .box .swiper-box .prev, .quality1 .box .swiper-box .next { width: 45px; height: 45px; border: 2px solid #A4A4A4; font-size: 14px; color: #A4A4A4; font-weight: 700; } .quality1 .box .swiper-box .prev:hover, .quality1 .box .swiper-box .next:hover { border-color: #F08519; color: white; } .quality1 .box .swiper-box .prev { margin-right: 48px; } .quality1 .box .swiper-box .next { margin-left: 48px; } .quality1 .box .swiper-box .swiper-quality1 { flex: 1; overflow: hidden; } .quality1 .box .swiper-box .swiper-quality1 .swiper-wrapper.active .swiper-slide { opacity: 1; visibility: visible; } .quality1 .box .swiper-box .swiper-quality1 .swiper-wrapper .swiper-slide { position: relative; overflow: hidden; opacity: 0; visibility: hidden; transition: .4s; } .quality1 .box .swiper-box .swiper-quality1 .swiper-wrapper .swiper-slide:hover img { transform: scale(1.1); } .quality1 .box .swiper-box .swiper-quality1 .swiper-wrapper .swiper-slide img { transition: .4s; } .quality2 { padding: 80px 0 165px; } .quality2 h5 { font-size: 27px; } .quality2 h6 { font-size: 26px; } .quality2 .box { width: 1500px; margin: 0 auto; margin-top: 45px; display: flex; align-items: flex-end; } .quality2 .box .dot { position: relative; width: 305px; height: 305px; border-radius: 50%; background: rgba(0, 84, 163, 0.35); margin: 0 auto; display: flex; align-items: center; justify-content: center; } .quality2 .box .dot.itemAnimates .itemAnimate { opacity: 0; } .quality2 .box .dot.itemAnimates.animates .itemAnimate { -webkit-animation: 1s fadeInUp forwards; animation: 1s fadeInUp forwards; } .quality2 .box .dot .center { width: 270px; height: 270px; display: flex; align-items: center; justify-content: center; font-size: 24px; border-radius: 50%; background: #0054A3; color: white; line-height: 1.4; } .quality2 .box .dot .text { position: absolute; } .quality2 .box .dot .text.text1 { right: 100%; bottom: 225px; margin-right: -19px; } .quality2 .box .dot .text.text1 p { bottom: 100%; margin-bottom: 17px; } .quality2 .box .dot .text.text1 .img img { transform: rotatey(-180deg); } .quality2 .box .dot .text.text2 { left: 100%; bottom: 215px; margin-left: -15px; } .quality2 .box .dot .text.text2 p { padding-left: 65px; padding-right: 0; bottom: initial; bottom: 100%; margin-bottom: 17px; } .quality2 .box .dot .text.text2 .img .dots { left: initial; right: 0; margin-top: 2px; } .quality2 .box .dot .text.text3 { right: 100%; bottom: 0; margin-right: -36px; } .quality2 .box .dot .text.text3 p { padding-left: 15px; padding-right: 85px; } .quality2 .box .dot .text.text3 .img .dots { left: 0; top: 100%; margin-top: -2px; } .quality2 .box .dot .text.text4 { left: 100%; bottom: 0; margin-left: -36px; } .quality2 .box .dot .text.text4 p { padding-left: 85px; padding-right: 0; } .quality2 .box .dot .text.text4 .img img { transform: rotatey(-180deg); } .quality2 .box .dot .text.text4 .img .dots { left: initial; right: 0; top: 100%; margin-top: -1px; } .quality2 .box .dot .text p { position: absolute; bottom: 17px; color: white; padding: 0 55px 0px 15px; box-sizing: border-box; line-height: 2.2; max-height: 122px; overflow-y: auto; } .quality2 .box .dot .text .img { position: relative; } .quality2 .box .dot .text .img .dots { position: absolute; width: 12px; height: 12px; border-radius: 50%; background: white; left: 0; top: 0; transform: translateY(-50%); } .quality3 { background: #F9F9F9; padding: 70px 0 100px; } .quality3 h5 { font-size: 27px; color: #333333; } .quality3 h6 { font-size: 26px; } .quality3 .swiper-quality3 { width: 1530px; margin: 0 auto; margin-top: 35px; overflow: hidden; } .quality3 .swiper-quality3 .swiper-wrapper .swiper-slide { padding: 20px 35px 25px 25px; box-sizing: border-box; display: flex; background: white; cursor: pointer; } .quality3 .swiper-quality3 .swiper-wrapper .swiper-slide:hover .l img { transform: scale(1.1); } .quality3 .swiper-quality3 .swiper-wrapper .swiper-slide .l { overflow: hidden; width: 245px; margin-right: 38px; } .quality3 .swiper-quality3 .swiper-wrapper .swiper-slide .r { flex: 1; } .quality3 .swiper-quality3 .swiper-wrapper .swiper-slide .r h6 { font-size: 24px; color: #0350A0; line-height: normal; margin: 35px auto; } .quality3 .swiper-quality3 .swiper-wrapper .swiper-slide .r p { color: #A4A4A4; max-height: 180px; overflow-y: auto; } .quality3 .swiper-pags { text-align: center; line-height: 0; margin: 0 auto; margin-top: 45px; width: 90%; overflow: hidden; white-space: nowrap; } .quality3 .swiper-pags .swiper-pagination-bullet { width: 63px; height: 4px; background: #A4A4A4; border-radius: 0; opacity: 1; margin: 0 4px; transition: .4s; } .quality3 .swiper-pags .swiper-pagination-bullet:hover { background: #F08519; } .quality3 .swiper-pags .swiper-pagination-bullet.swiper-pagination-bullet-active { background: #F08519; } .quality4 { padding: 77px 0 115px; } .quality4 h5 { font-size: 27px; } .quality4 h6 { font-size: 26px; } .quality4 .box { width: 1385px; margin: 0 auto; } .quality4 .box .msg { display: flex; align-items: center; margin-top: 25px; margin-bottom: 70px; } .quality4 .box .msg .l { width: 47.7%; } .quality4 .box .msg .l h6 { font-size: 24px; color: white; } .quality4 .box .msg .l ul { margin-top: 35px; margin-bottom: 65px; } .quality4 .box .msg .l ul li { display: flex; align-items: center; } .quality4 .box .msg .l ul li i { font-size: 14px; color: white; line-height: 1; } .quality4 .box .msg .l ul li p { font-size: 14px; color: white; line-height: 2.2; margin-left: 10px; } .quality4 .box .msg .l p { color: white; } .quality4 .box .msg .r { width: 53.3%; } .quality4 .box .msg .r img { max-width: 100%; } .quality4 .box .item { display: flex; align-items: center; justify-content: space-between; } .quality4 .box .item.itemAnimates .itemAnimate { opacity: 0; } .quality4 .box .item.itemAnimates.animates .itemAnimate { -webkit-animation: 1s fadeInUp forwards; animation: 1s fadeInUp forwards; } .quality4 .box .item i { display: none; } .quality5 { padding: 77px 0 63px; } .quality5 .box { width: 1385px; margin: 0 auto; display: flex; justify-content: space-between; } .quality5 .box.itemAnimates .itemAnimate { opacity: 0; } .quality5 .box.itemAnimates.animates .itemAnimate { -webkit-animation: 1s fadeInRight forwards; animation: 1s fadeInRight forwards; } .quality5 .box .l { width: 43%; margin-right: 60px; } .quality5 .box .l h5 { color: #333; font-size: 24px; margin-bottom: 20px; text-align: left; } .quality5 .box .l p { color: #A4A4A4; } .quality5 .box .r { flex: 1; display: flex; flex-wrap: wrap; justify-content: space-between; } .quality5 .box .r .img { width: 30%; } .quality5 .box .r i { width: 30%; } .join1 { padding-top: 85px; } .join1 h5 { color: #333333; } .join1 h6 { font-size: 24px; } .join1 .line { width: 57px; height: 4px; margin: 0 auto; margin-top: 30px; margin-bottom: 45px; } .join1 .line:after { background: #F08519; } .join1 p { color: #333333; font-size: 33px; text-align: center; font-weight: 500; margin-bottom: 50px; } .join1 img { max-width: 100%; } .join1 div { height: 480px; } .join2 { padding: 155px 0 160px; } .join2 h5 { font-size: 27px; color: #333; } .join2 h6 { font-size: 26px; } .join2 .head { height: 105px; display: flex; margin: 40px 0; justify-content: center; } .join2 .head a { display: flex; align-items: center; height: 100%; font-size: 18px; font-weight: 300; margin: 0 11px; position: relative; transition: .4s; } .join2 .head a.active { color: #F08519; } .join2 .head a.active:after { width: 100%; } .join2 .head a:hover { color: #F08519; } .join2 .head a:hover:after { width: 100%; } .join2 .head a:after { content: ''; position: absolute; width: 0%; height: 7px; background: #F08519; bottom: 0; left: 0; transition: .4s; } .join2 ul { width: 1662px; margin: 0 auto; margin-top: 45px; display: flex; flex-wrap: wrap; justify-content: space-between; } .join2 ul.itemAnimates .itemAnimate { opacity: 0; } .join2 ul.itemAnimates.animates .itemAnimate { -webkit-animation: 1s flipInY forwards; animation: 1s flipInY forwards; } .join2 ul li { position: relative; width: 32%; height: 196px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.16); padding: 28px 28px 22px 30px; box-sizing: border-box; margin-bottom: 25px; } .join2 ul li:hover a { background: #F08519; } .join2 ul li .title { display: flex; width: 100%; justify-content: space-between; } .join2 ul li .title h4 { flex: 1; color: #333333; font-size: 18px; font-weight: 700; line-height: normal; -webkit-line-clamp: 1; } .join2 ul li .title span { width: 165px; margin-left: 15px; font-size: 16px; color: #A4A4A4; line-height: normal; -webkit-line-clamp: 1; } .join2 ul li p { color: #585858; line-height: 2; -webkit-line-clamp: 2; margin-top: 20px; height: 56px; margin-bottom: 15px; } .join2 ul li a { width: 113px; height: 33px; background: #A4A4A4; display: flex; align-items: center; justify-content: center; margin-left: auto; font-size: 14px; color: white; transition: .4s; } .join2 ul i { width: 32%; } .contact #map { height: 500px; } .contact .box { width: 1180px; margin: 0 auto; padding: 85px 0 60px; display: flex; align-items: center; flex-wrap: wrap; justify-content: space-between; } .contact .box ul li { display: flex; align-items: center; margin-bottom: 15px; } .contact .box ul li:last-child { margin-bottom: 0; } .contact .box ul li i { width: 20px; display: flex; align-items: center; justify-content: center; font-size: 20px; color: #585858; line-height: 1; } .contact .box ul li p { font-size: 16px; color: #585858; margin-left: 10px; } .contact .box .img { width: 165px; } .contact .box .img img { width: 100%; } .stock { padding: 285px 0 530px; position: relative; } .stock:after { position: absolute; content: ''; width: 100%; height: 100%; top: 0; left: 0; background: rgba(0, 0, 0, 0.2); z-index: 1; } .stock .box { width: 1710px; margin: 0 auto; position: relative; z-index: 5; } .stock .box ul { display: flex; } .stock .box ul li { padding-right: 85px; border-bottom: 1px solid white; } .stock .box ul li:last-child { padding-right: 0; } .stock .box ul li div { font-size: 18px; color: white; line-height: normal; } .stock .box ul li div:last-child { font-size: 30px; font-weight: 700; margin-top: 25px; margin-bottom: 30px; } .stock .box p { font-size: 18px; color: white; margin-top: 20px; white-space: pre-wrap; } .stock .items { position: relative; z-index: 2; position: absolute; bottom: 0; width: 100%; height: 150px; display: flex; } .stock .items .item { width: 50%; display: flex; justify-content: center; align-items: center; background: rgba(255, 255, 255, 0.2); border: 1px solid white; transition: .4s; } .stock .items .item:hover { background: #F08519; border-color: #F08519; } .stock .items .item.active { background: #F08519; border-color: #F08519; } .stock .items .item i { font-size: 40px; color: white; } .stock .items .item p { margin-left: 18px; color: white; font-size: 24px; } .search { background: #F9F9F9; padding: 85px 0; } .search .box { width: 1525px; margin: 0 auto; } .search .box ul { display: flex; justify-content: space-between; flex-wrap: wrap; } .search .box ul li { width: 48%; height: 155px; background: white; margin-bottom: 40px; padding: 25px 30px 30px 60px; box-sizing: border-box; position: relative; } .search .box ul li:hover span, .search .box ul li:hover h5, .search .box ul li:hover p { color: white; } .search .box ul li:hover:after { opacity: 1; -webkit-clip-path: polygon(50% 0%, 0% 0%, 0% 50%, 0% 100%, 50% 100%, 100% 100%, 100% 50%, 100% 0%); clip-path: polygon(50% 0%, 0% 0%, 0% 50%, 0% 100%, 50% 100%, 100% 100%, 100% 50%, 100% 0%); } .search .box ul li:after { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: #F08519; opacity: 0; transition: .5s; transition-timing-function: var(--ease-in-out-b); -webkit-clip-path: polygon(50% 20%, 50% 50%, 20% 50%, 50% 50%, 50% 80%, 50% 50%, 80% 50%, 50% 50%); clip-path: polygon(50% 20%, 50% 50%, 20% 50%, 50% 50%, 50% 80%, 50% 50%, 80% 50%, 50% 50%); z-index: -1; } .search .box ul li span { font-size: 16px; color: #F08519; line-height: normal; transition: .4s; } .search .box ul li h5 { margin-top: 10px; margin-bottom: 20px; font-size: 24px; color: #333; font-weight: 700; line-height: normal; -webkit-line-clamp: 1; transition: .4s; } .search .box ul li p { font-size: 16px; color: #F08519; line-height: normal; transition: .4s; } .search .fy { margin-top: 20px; display: flex; align-items: center; justify-content: space-between; height: 60px; background: #F08519; padding: 0 70px; box-sizing: border-box; } .search .fy > a { font-size: 28px; color: white; line-height: 1; } .search .fy .items { display: flex; align-items: center; } .search .fy .items a { position: relative; width: 40px; height: 40px; margin: 0 2px; box-sizing: border-box; display: flex; align-items: center; justify-content: center; font-size: 16px; color: white; } .search .fy .items a:hover i:nth-child(1) { width: 100%; } .search .fy .items a:hover i:nth-child(2) { height: 100%; transition-delay: .3s; } .search .fy .items a:hover i:nth-child(3) { width: 100%; transition-delay: .6s; } .search .fy .items a:hover i:nth-child(4) { height: 100%; transition-delay: .9s; } .search .fy .items a.active i:nth-child(1) { width: 100%; } .search .fy .items a.active i:nth-child(2) { height: 100%; transition-delay: .3s; } .search .fy .items a.active i:nth-child(3) { width: 100%; transition-delay: .6s; } .search .fy .items a.active i:nth-child(4) { height: 100%; transition-delay: .9s; } .search .fy .items a i { position: absolute; z-index: 3; background: white; transition: .3s; } .search .fy .items a i:nth-child(1) { width: 0%; height: 1px; top: 0; left: 0; } .search .fy .items a i:nth-child(2) { width: 1px; right: 0; top: 0; height: 0%; } .search .fy .items a i:nth-child(3) { width: 0%; height: 1px; bottom: 0; right: 0; } .search .fy .items a i:nth-child(4) { width: 1px; height: 0%; bottom: 0; left: 0; }