html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
input,
button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font-weight: normal;
    vertical-align: baseline;
    outline: none;
    list-style: none;
}
strong {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    outline: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
    display: block;
}
html {
    height: 100%;
    scroll-behavior: smooth;
}
html:lang(zh) {
    font-family: "PingFang SC", "Microsoft YaHei", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}
html:lang(en) {
    font-family:
        -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue",
        Arial, sans-serif;
}
html:lang(ja) {
    font-family:
        "Yu Gothic", "Meiryo", "Hiragino Sans", "Hiragino Kaku Gothic ProN",
        sans-serif;
}
section[id] {
    scroll-margin-top: 78px;
}
body {
    line-height: 1;
}
a {
    text-decoration: none;
}
img {
    display: block;
    max-width: 100%;
}
button {
    outline: none;
    border: none;
    cursor: pointer;
}
.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.flex {
    display: flex;
}
.flex-1 {
    flex: 1;
}
.flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
}
.space-between {
    justify-content: space-between;
}
.align-center {
    align-items: center;
}
.flex-end {
    display: flex;
    justify-content: end;
}
.flex-warp {
    display: flex;
    flex-wrap: wrap;
}
.flex-bottom {
    display: flex;
    align-items: flex-end;
}
.h-100 {
    height: 100%;
}
.container {
    width: 1200px;
    margin: 0 auto;
}
.logo {
    height: 60px;
}
.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    height: 78px;
    background-color: transparent;
}
.header .menu-btn {
    background-color: transparent;
    color: #fff;
}
.header .menu-btn .icon {
    margin-right: 8px;
}
.header .language .item {
    color: #f2f2f2;
    font-size: 14px;
    line-height: 20px;
    margin-left: 16px;
}
.header .language .item:first-child {
    margin-left: 0;
}
.header .language .item.active {
    color: #fff;
    font-weight: bold;
    border-bottom: 2px solid #fff;
}
.header .menu {
    position: fixed;
    top: 0;
    left: calc(50% - 600px);
    width: 400px;
    background: linear-gradient(180deg, #000000 0%, #00000000 100%);
    z-index: 101;
    clip-path: inset(0 100% 0 0);
    visibility: hidden;
    pointer-events: none;
    transition:
        clip-path 0.45s cubic-bezier(0.4, 0, 0.2, 1),
        visibility 0s linear 0.45s;
}
.header .menu.active {
    padding-bottom: 40px;
    clip-path: inset(0 0 0 0);
    min-height: 60%;
    visibility: visible;
    pointer-events: auto;
    transition:
        clip-path 0.45s cubic-bezier(0.4, 0, 0.2, 1),
        visibility 0s linear 0s;
}
.header .menu .menu-title {
    height: 78px;
    padding: 0 24px;
    background-color: #000;
}
.header .menu .menu-title .text {
    font-size: 16px;
    line-height: 24px;
    color: #fff;
}
.header .menu .menu-list .item {
    position: relative;
    display: block;
    height: 60px;
    padding: 0 24px;
    line-height: 60px;
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    transition: background-color 0.5s ease;
}
.header .menu .menu-list .item:hover {
    background-color: #013e0a;
}
.header .menu .menu-list .item:hover::after {
    opacity: 1;
}
.header .menu .menu-list .item::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 24px;
    width: 24px;
    height: 24px;
    background: url("/common/img/icon_arrow_right.png") no-repeat center center;
    background-size: 100% 100%;
    transition: transform 0.5s ease;
    opacity: 0;
}
.banner .slogan {
    letter-spacing: 4px;
    position: absolute;
    top: 280px;
    width: 888px;
    background: linear-gradient(
        90deg,
        #000000 0%,
        #013e0acc 20%,
        #013e0a00 100%
    );
    padding: 32px 0;
    padding-left: 228px;
    font-size: 38px;
    line-height: 68px;
    color: #fff;
}
.section-title {
    position: relative;
    text-align: center;
    line-height: 34px;
    font-size: 24px;
    font-weight: bold;
    color: #000;
    padding-bottom: 8px;
}
.section-title::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 32px;
    height: 2px;
    background-color: #000;
    transform: translateX(-50%);
}
.section-desc {
    font-size: 14px;
    line-height: 28px;
    color: #000;
    margin-top: 14px;
    text-align: center;
}
.img-box {
    overflow: hidden;
}
.img-box img {
    transition: transform 1s ease;
}
.img-box img:hover {
    transform: scale(1.1);
}
.about {
    padding-top: 48px;
}
.about .warpper {
    margin-top: 48px;
}
.about .warpper .img-warpper {
    width: 284px;
    margin-right: 30px;
}
.about .warpper .content {
    width: calc(100% - 250px - 30px);
}
.about .warpper .content .text {
    font-size: 16px;
    line-height: 28px;
    color: #000;
    margin-bottom: 12px;
    font-weight: 500;
}
.about .warpper .content .box {
    margin-top: 12px;
    background-color: #f9f9f9;
    padding: 36px;
}
.about .warpper .content .box.career {
    width: 512px;
    margin-right: 22px;
}
.about .warpper .content .box.career .list {
    margin-top: 24px;
}
.about .warpper .content .box.career .list .item {
    margin-bottom: 16px;
}
.about .warpper .content .box.career .list .item:last-child {
    margin-bottom: 0;
}
.about .warpper .content .box.career .list .item .date {
    font-size: 14px;
    line-height: 20px;
    color: #3d3d3d;
    margin-right: 14px;
}
.about .warpper .content .box.career .list .item .text {
    font-size: 14px;
    line-height: 20px;
    color: #3d3d3d;
    font-weight: 600;
    width: calc(100% - 14px - 14px);
    margin-bottom: 0;
}
.about .warpper .content .box.awards {
    width: calc(100% - 512px - 22px);
}
.about .warpper .content .box.awards .list {
    margin-top: 16px;
}
.about .warpper .content .box.awards .list .item {
    margin-bottom: 24px;
}
.about .warpper .content .box.awards .list .item:last-child {
    margin-bottom: 0;
}
.about .warpper .content .box.awards .list .item .name {
    line-height: 20px;
    font-size: 14px;
    color: #3d3d3d;
    font-weight: 600;
}
.about .warpper .content .box.awards .list .item .name span {
    color: #ff0000;
    font-weight: 600;
}
.about .warpper .content .box.awards .list .item .text {
    font-size: 12px;
    line-height: 16px;
    color: #808080;
    font-weight: 600;
    margin-bottom: 0;
}
.about .warpper .content .box .title {
    line-height: 28px;
    font-size: 16px;
    color: #3d3d3d;
    font-weight: 600;
}
.visual {
    padding-top: 78px;
}
.visual .imgs {
    position: relative;
    margin-top: 30px;
}
.visual .imgs .logo-img {
    position: absolute;
    left: 304px;
    bottom: 0;
    height: 80px;
}
.visual .imgs .m-top {
    margin-top: 14px;
}
.visual .imgs .left {
    width: 388px;
}
.visual .imgs .center {
    margin: 0 20px;
}
.visual .imgs .center .flex {
    margin-top: 14px;
}
.visual .imgs .center .flex .right {
    width: 159px;
    margin-left: 16px;
}
.visual .imgs .right {
    width: 364px;
}
.visual .imgs .right .h-484 {
    height: 484px;
}
.service {
    padding-top: 94px;
}
.service .list {
    margin-top: 28px;
}
.service .list .item {
    position: relative;
    width: calc(50% - 24px);
    margin-right: 48px;
    margin-bottom: 32px;
    border-radius: 8px;
    border: 1px solid transparent;
    transition: border 0.5s ease;
}
.service .list .item:nth-child(2n) {
    margin-right: 0;
}
.service .list .item:hover {
    border: 1px solid #000;
}
.service .list .item:hover .desc {
    background-color: #f6f8fe;
}
.service .list .item .img {
    position: relative;
    height: 142px;
}
.service .list .item .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px 8px 0 0;
}
.service .list .item .img .category {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 70px;
    background: linear-gradient(180deg, #00000000 0%, #000000 100%);
    padding: 0 26px;
    padding-top: 26px;
    font-size: 20px;
    color: #fff;
    font-weight: 600;
}
.service .list .item .desc {
    height: 180px;
    padding: 16px 26px;
    background-color: #f9f9f9;
    border-radius: 0 0 8px 8px;
    font-size: 16px;
    line-height: 28px;
    color: #3d3d3d;
    transition: background-color 0.5s ease;
}
.service .list .item .logo-img {
    position: absolute;
    bottom: -10px;
    right: 26px;
    height: 40px;
    z-index: 1;
}
.brand {
    padding-top: 46px;
}
.brand .box {
    position: relative;
    margin-top: 30px;
    border: 1px solid #dbdbdb;
    padding: 20px 50px 46px;
}
.brand .box .brand-lines {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    pointer-events: none;
}
.brand .box .brand-lines line {
    stroke: #dbdbdb;
    stroke-width: 1;
}
.brand .box > .flex,
.brand .box > .imgs,
.brand .box > .logo-img {
    position: relative;
    z-index: 1;
}
.brand .box .logo-img {
    position: absolute;
    bottom: 78px;
    right: 36px;
    height: 80px;
    z-index: 1;
}
.brand .box .img {
    width: 400px;
    height: 224px;
    margin-left: 32px;
    margin-top: 16px;
}
.brand .box .imgs {
    margin-top: 30px;
    padding-left: 44px;
}
.brand .box .content {
    flex: 1;
}
.brand .box .content .title {
    line-height: 96px;
    font-size: 60px;
    font-weight: 600;
    color: #3d3d3d;
}
.brand .box .content .title span {
    font-size: 80px;
    font-weight: 600;
}
.brand .box .content .text {
    font-size: 16px;
    line-height: 28px;
    color: #000;
    letter-spacing: 1px;
}
.team {
    padding-top: 62px;
}
.team .list {
    margin-top: 40px;
}
.team .list .item {
    width: calc(50% - 24px);
    margin-right: 48px;
    margin-bottom: 50px;
}
.team .list .item:nth-child(2n) {
    margin-right: 0;
}
.team .list .item .img {
    width: 200px;
    margin-right: 16px;
}
.team .list .item .content {
    flex: 1;
}
.team .list .item .content .title {
    line-height: 28px;
    font-size: 16px;
    color: #3d3d3d;
    font-weight: 600;
}
.team .list .item .content .name {
    position: relative;
    margin-top: 10px;
    left: -66px;
    height: 40px;
    padding-left: 16px;
    line-height: 40px;
    background: linear-gradient(90deg, #000000 0%, #ffffff00 100%);
    font-size: 16px;
    color: #fff;
    font-weight: 600;
}
.team .list .item .content .desc {
    margin-top: 18px;
    font-size: 16px;
    line-height: 28px;
    color: #000;
}
.work {
    padding: 42px 0 100px;
    background-color: #eeeeee;
}
.work .list {
    margin-top: 50px;
}
.work .list .item {
    margin-bottom: 70px;
}
.work .list .item:last-child {
    margin-bottom: 0;
}
.work .list .item .year {
    width: 110px;
    padding-top: 12px;
    font-size: 24px;
    line-height: 36px;
    color: #3d3d3d;
    font-weight: 600;
}
.work .list .item .content {
    width: calc(100% - 110px);
}
.work .list .item .content .item {
    width: 20%;
    padding-bottom: 24px;
    margin-bottom: 0;
}
.work .list .item .content .item .date {
    padding-bottom: 8px;
    line-height: 22px;
    font-size: 16px;
    color: #3d3d3d;
    font-weight: 600;
    border-bottom: 1px solid #000;
}
.work .list .item .content .item .work-logo {
    height: 26px;
    margin-top: 12px;
}
.work .list .item .content .item .name {
    margin-top: 10px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
}
.work .list .item .content .item .desc {
    line-height: 20px;
    font-size: 14px;
    color: #3d3d3d;
}
.contact {
    margin-top: 60px;
    padding-bottom: 100px;
}
.contact .warpper {
    margin-top: 46px;
}
.contact .warpper .item {
    width: calc(50% - 60px);
    position: relative;
    border-bottom: 1px solid #000;
    padding-bottom: 30px;
}
.contact .warpper .item .logo-img {
    position: absolute;
    bottom: -10px;
    right: 0;
    height: 40px;
    z-index: 1;
}
.contact .warpper .item .imgs .img {
    width: 260px;
    position: relative;
}
.contact .warpper .item .imgs .img::after {
    content: "";
    position: absolute;
    inset: 0;
    width: calc(100% - 12px);
    height: calc(100% - 12px);
    background-color: transparent;
    border: 2px solid #fff;
    top: 6px;
    left: 6px;
    box-sizing: border-box;
    pointer-events: none;
}
.contact .warpper .item .name {
    margin-top: 24px;
    line-height: 26px;
    font-size: 18px;
    color: #3d3d3d;
    font-weight: 600;
}
.contact .warpper .item .info {
    margin-top: 24px;
}
.contact .warpper .item .info .item {
    width: 100%;
    margin-bottom: 12px;
    line-height: 24px;
    font-size: 16px;
    color: #3d3d3d;
    border: none;
    padding: 0;
}
.contact .warpper .item .info .item .icon {
    width: 16px;
    margin-right: 10px;
}
.contact .warpper .item .info .item .text {
    flex: 1;
}
.contact .warpper .item .info .item:last-child {
    margin-bottom: 0;
}
.footer {
    position: relative;
    background-color: #000;
    padding: 60px 0;
    color: #fff;
}
.footer .top-btn {
    position: absolute;
    top: -16px;
    left: 50%;
    transform: translateX(-50%);
}
.footer .top-btn .arrow-img {
    position: absolute;
    top: 4px;
    left: 50%;
    transform: translateX(-50%);
}
.footer .logo-flex {
    width: 228px;
}
.footer .footer-logo {
    height: 60px;
}
.footer .text {
    font-size: 12px;
    line-height: 16px;
    color: #fff;
    letter-spacing: 1px;
}
.footer .menu .item {
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    margin-right: 32px;
    transition: all 0.5s ease;
    font-weight: 700;
}
.footer .menu .item:last-child {
    margin-right: 0;
}
.footer .menu .item:hover {
    text-decoration: underline;
}
.footer .icons .icon {
    width: 32px;
    margin-right: 20px;
}
.footer .icons .icon:last-child {
    margin-right: 0;
}
.footer .copyright {
    margin-top: 28px;
    font-size: 12px;
    line-height: 16px;
    color: #fff;
    text-align: center;
}
.footer .form-flex {
    width: 228px;
}
.footer .label {
    font-size: 14px;
    line-height: 16px;
    padding-left: 16px;
}
.footer .input-warpper {
    margin-top: 12px;
    width: 228px;
    height: 40px;
    border: 1px solid #fff;
    border-radius: 40px;
}
.footer .input-warpper .input {
    padding: 0 16px;
    font-size: 12px;
    color: #fff;
    height: 100%;
    width: calc(100% - 67px);
    background-color: transparent;
    border: none;
    outline: none;
}
.footer .input-warpper .input::placeholder {
    color: #818181;
}
.footer .input-warpper .btn {
    width: 64px;
    height: 34px;
    background-color: #fff;
    border-radius: 34px;
    font-size: 14px;
    color: #000;
    font-weight: 600;
    outline: none;
    border: none;
}
.mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition:
        opacity 0.45s ease,
        visibility 0s linear 0.45s;
}
.mask.active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transition:
        opacity 0.45s ease,
        visibility 0s linear 0s;
}
