@media (min-width: 1300px) { .container { width: 1224px; } } @media (max-width: 767px) { .container { padding-left: 20px; padding-right: 20px; } } .flex-c-sb { display: flex; align-items: center; justify-content: space-between; } .flex-c-end { display: flex; align-items: center; justify-content: flex-end; } .flex-c-c { display: flex; align-items: center; justify-content: center; } .max-height { position: relative; height: 100%; } .content { padding-top: 80px; padding-bottom: 100px; } @media (max-width: 767px) { .content { padding-top: 40px; padding-bottom: 50px; } } .contactStyle{ display: flex; align-items: center; .icon{ width: 60px; display: block; } .info{ margin-left: 20px; .title{ color: var(--g-2, #333436); font-size: 22px; font-style: normal; font-weight: 700; line-height: 29px; } .text{ color: var(--g-3, #515356); font-size: 14px; font-style: normal; font-weight: 300; line-height: 1.57143; margin-top: 5px; } } } @media (max-width: 767px) { .contactStyle{ .icon{ width: 48px; } .info{ .title{ font-size: 18px; line-height: 24px; } .text{ font-size: 13px; line-height: 1.52308; margin-top: 4px; } } } } .titleBox{ .box{ width: 18px; height: 24px; border-radius: 5px 5px 8px 5px; background: var(--unnamed, #00A0E9); margin-bottom: -19px; } .enText{ color: var(--b, #000); font-size: 32px; font-style: normal; font-weight: 600; line-height: 39px; opacity: 0.1; margin-bottom: -7px; margin-left: 5px; } .cnText{ color: var(--b, #000); font-size: 38px; font-style: normal; font-weight: 700; line-height: 50px; margin-left: 5px; } } @media (max-width: 767px) { .titleBox{ .box{ width: 13px; height: 18px; border-radius: 3px 3px 6px 3px; margin-bottom: -15px; } .enText{ font-size: 23px; line-height: 28px; margin-bottom: -5px; margin-left: 3px; } .cnText{ font-size: 28px; line-height: 37px; margin-left: 3px; } } } // ------------------------------------------------------------ // ------------------------------------------------------------ // 导航 .menu { position: fixed; width: 100%; height: 90px; background: var(--w, #FFF); z-index: 100; .container { height: 100%; } .menuContent { position: relative; height: 100%; display: flex; align-items: center; justify-content: space-between; } .logo { width: 136px; display: block; } .menuList { position: relative; height: 100%; display: inline-flex; align-items: center; .menuBtn { position: relative; height: 100%; display: flex; align-items: center; justify-content: center; color: var(--g-1, #222325); font-size: 17px; font-style: normal; font-weight: 600; line-height: normal; margin-right: 56px; text-decoration: none; cursor: pointer; .bar { position: absolute; width: 34px; height: 4px; left: 50%; margin-left: -17px; bottom: 0; background: var(--unnamed, #00A0E9); border-radius: 4px 4px 0 0; display: none; } &.curr { .bar { display: block; } } } } .language { display: flex; padding: 6px 10px; justify-content: center; align-items: center; gap: 10px; border-radius: 23px; border: 1px solid var(--g-8, #F1F3F5); background: var(--g-9, #F6F8FA); cursor: pointer; .txt { color: var(--g-1, #222325); font-size: 13px; font-style: normal; font-weight: 500; line-height: normal; span { color: var(--g-6, #D1D3D5); } } } .menuNavBox { position: relative; width: 100%; height: 0px; background: #F6F6F6; transition: all 0.3s; overflow: auto; display: flex; align-items: center; justify-content: flex-start; &.show { display: flex !important; align-items: center; height: 316px; } .navBox { display: flex; align-items: center; justify-content: center; height: 216px; margin: auto; .navItem { position: relative; width: 230px; height: 216px; border-radius: 8px; overflow: hidden; margin-left: 12.5px; margin-right: 12.5px; cursor: pointer; text-decoration: none; .pic { width: 100%; display: block; } .info { position: relative; width: 100%; height: 56px; padding: 10px; background: var(--g-7, #EAECEE); .cn{ color: var(--g-5, #8A8D92); font-size: 12px; font-style: normal; font-weight: 600; line-height: normal; } .en{ color: var(--g-5, #8A8D92); font-size: 12px; font-style: normal; font-weight: 600; line-height: normal; } .arrow{ position: absolute; width: 24px; height: 24px; right: 10px; top: 50%; margin-top: -12px; } } &.empty{ background: var(--g-6, #D1D3D5); display: flex; align-items: center; justify-content: center; .emptyText{ color: var(--g-4, #727476); font-size: 15px; font-style: normal; font-weight: 600; line-height: normal; } } } } } } @media (max-width: 1199px) { .menu { .menuList { .menuBtn { margin-right: 40px; } } .menuNavBox{ &.show{ height: 240px; } .navBox{ .navItem{ width: 180px; height: 181px; } } } } } @media (max-width: 991px) { .menu { .menuList { .menuBtn { margin-right: 15px; } } } } @media (max-width: 767px) { .menu { height: 56px; .container{ padding-left: 15px; padding-right: 12px; } .logo { width: 79px; } .switch{ position: relative; width: 32px; height: 32px; .open, .close{ position: absolute; width: 100%; height: 100%; left: 0; top: 0; display: block; opacity: 1; } .close{ display: none; } } } .mobilMenu{ position: fixed; width: 100%; height: 0; background: #fff; z-index: 99; padding-top: 56px; overflow: auto; transition: all 0.3s; padding-left: 25px; padding-right: 25px; &.show{ height: 100%; } .list{ margin-top: 37px; .listBtn{ border-bottom: solid 1px #F1F3F5; .listBtnBox{ display: flex; align-items: center; justify-content: space-between; height: 62px; text-decoration: none; .text{ color: var(--b, #000); font-size: 18px; font-style: normal; font-weight: 700; line-height: normal; } .arrow{ width: 24px; height: 24px; display: block; } } .navBox { display: flex; align-items: center; // flex-wrap: wrap; overflow: auto; margin-left: -25px; margin-right: -25px; margin-top: -5px; padding-left: 25px; padding-right: 25px; padding-bottom: 24px; .navItem { position: relative; width: 188px; height: 187px; border-radius: 8px; overflow: hidden; margin-left: 5px; margin-right: 5px; cursor: pointer; flex-shrink: 0; text-decoration: none; .pic { width: 100%; display: block; } .info { position: relative; width: 100%; height: 56px; padding: 10px; background: var(--g-7, #EAECEE); .cn{ color: var(--g-1, #222325); font-size: 14px; font-style: normal; font-weight: 600; line-height: normal; } .en{ color: var(--g-5, #8A8D92); font-size: 9px; font-style: normal; font-weight: 600; line-height: normal; } .arrow{ position: absolute; width: 24px; height: 24px; right: 10px; top: 50%; margin-top: -12px; } } &.empty{ background: var(--g-6, #D1D3D5); display: flex; align-items: center; justify-content: center; .emptyText{ color: var(--g-4, #727476); font-size: 15px; font-style: normal; font-weight: 600; line-height: normal; } } } } } } .language { width: 80px; position: relative; display: block; padding: 6px 10px; justify-content: center; align-items: center; border-radius: 23px; border: 1px solid var(--g-8, #F1F3F5); background: var(--g-9, #F6F8FA); margin: auto; text-align: center; margin-top: 117px; margin-bottom: 49px; cursor: pointer; .txt { color: var(--g-1, #222325); font-size: 13px; font-style: normal; font-weight: 500; line-height: normal; span { color: var(--g-6, #D1D3D5); } } } } } // ------------------------------------------------------------ // ------------------------------------------------------------ // ------------------------------------------------------------ // ------------------------------------------------------------ // 头图 .banner { position: relative; padding-top: 90px; .onePic { width: 100%; display: block; } .swiper-slide{ // padding-bottom: 20px; .pic{ width: 100%; display: block; } } .swiper-pagination{ line-height: 3px; bottom: -18px; width: 100%; .swiper-pagination-bullet{ width: 12px; height: 3px; border-radius: 3px; margin: 0 4px; background: #D1D3D5; opacity: 1; } .swiper-pagination-bullet-active{ background: #00A0E9; } } .infoBox{ position: absolute; width: 100%; height: 100%; left: 0; top: 0; padding-top: 90px; .info{ margin-top: 200px; .enText{ color: var(--w, #FFF); font-size: 48px; font-style: normal; font-weight: 700; line-height: normal; } .cnText{ color: var(--w, #FFF); font-size: 48px; font-style: normal; font-weight: 700; line-height: normal; } } } } @media (max-width: 1199px) { .banner{ .infoBox{ .info{ margin-top: 150px; } } } } @media (max-width: 991px) { .banner{ .infoBox{ .info{ margin-top: 100px; } } } } @media (max-width: 767px) { .banner{ padding-top: 56px; .swiper-pagination{ bottom: -13px; .swiper-pagination-bullet{ width: 8px; margin: 0 2px; } } .infoBox{ padding-top: 56px; .info{ margin-top: 50px; margin-left: 11px; .enText{ font-size: 28px; } .cnText{ font-size: 32px; } } } } } // ------------------------------------------------------------ // ------------------------------------------------------------ // ------------------------------------------------------------ // ------------------------------------------------------------ // 页脚 .footer { background: var(--g-3, #515356); .footerContent { display: flex; justify-content: space-between; padding-top: 50px; padding-bottom: 50px; .logoBox { position: relative; width: 136px; .logo { width: 100%; display: block; } } .siteMap { .mapBtn { color: var(--Gray-5, #E0E0E0); font-size: 15px; font-style: normal; font-weight: 400; line-height: normal; margin-bottom: 15px; display: block; &:last-child { margin-bottom: 0; } } } .contactBox { .contact { margin-bottom: 21px; .title { color: var(--Gray-5, #E0E0E0); font-size: 14px; font-style: normal; font-weight: 300; line-height: 22px; } .text { color: var(--Gray-5, #E0E0E0); font-size: 20px; font-style: normal; font-weight: 400; line-height: 22px; margin-top: 6px; } } } .qrCodeBox { .title { color: var(--Gray-5, #E0E0E0); font-size: 13px; font-style: normal; font-weight: 500; line-height: 22px; } .qrcode { width: 150px; height: 149px; display: block; margin-top: 6px; } } } .copyright { background: #46484B; padding-top: 15px; padding-bottom: 15px; .text { color: var(--Gray-3, #828282); text-align: center; font-size: 12px; font-style: normal; font-weight: 300; line-height: normal; } } } @media (max-width: 767px) { .footer{ .footerContent{ flex-wrap: wrap; justify-content: center; .logoBox{ width: 120px; } .qrCodeBox{ width: 100%; text-align: center; margin-top: 25px; .title{ color: var(--Gray-5, #E0E0E0); font-size: 12px; font-weight: 300; line-height: 1.83333; } .qrcode{ width: 120px; height: 120px; margin: auto; margin-top: 5px; } } .contactBox{ .contact{ text-align: center; margin-top: 20px; margin-bottom: 0; .title{ color: var(--Gray-5, #E0E0E0); font-size: 12px; font-weight: 300; line-height: 1.83333; } .text{ color: var(--Gray-5, #E0E0E0); font-size: 18px; font-weight: 400; line-height: 1.22222; margin-top: 0; } } } } .copyright{ padding-bottom: 25px; .text{ color: var(--Gray-3, #828282); font-size: 12px; font-weight: 300; } } } } // ------------------------------------------------------------ // ------------------------------------------------------------