* {
    margin: 0;
    padding: 0;
}
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,
b,
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,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
ol,
ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

img {
    display: block;
}

html {
    font-size: 20px;
}

a:hover {
    color: inherit;
}

:focus {
    outline: -webkit-focus-ring-color auto 0px;
}

body {
    font-family: "微软雅黑";
    line-height: 1.8;
    color: #000000;
    overflow-x: hidden;
}
.body-close {
    width: 100vw;
    height: 100vh;
    overflow: hidden;
}
.fadeInUp {
    opacity: 0;
    transform: translate3d(0, 30px, 0);
}
.btn {
    border-radius: 0;
    border: 0;
}
.btn:focus {
    box-shadow: none;
}
.banner {
    position: relative;
}
.banner video {
    width: 100%;
    /* height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
	z-index: 1; */
}
.banner .title {
    color: #ffffff;
    font-size: 60px;
    position: absolute;
    top: 50%;
    transform: translateY(-20%);
    z-index: 1;
    font-weight: 900;
    text-transform: uppercase;
    margin: 0;
}

/* 联系我们 */
.com-us_title {
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: 600;
}

.com-us_info {
    font-size: 16px;
    margin-bottom: 30px;
}

.num-list .num-item {
    border: 1px solid #80a042;
    height: 150px;
    font-size: 14px;
    margin-bottom: 20px;
}

.num-list .num-item .number {
    font-size: 36px;
    margin-bottom: 5px;
}
.contact-us {
    padding-top: 50px;
    padding-bottom: 20px;
}

.contact-us .contact-us__wrap {
    padding-top: 10px;
}

.contact-us .contact-us__info {
    padding-top: 30px;
    color: #101010;
    font-size: 16px;
}

.contact-us .contact-us__country-list {
    padding: 30px 0;
    border-bottom: 1px solid #000000;
    margin-bottom: 30px;
    font-size: 16px;
}

.contact-us .contact-us__country-item {
    flex: 0 0 50%;
    margin-bottom: 15px;
}

.contact-us .contact-us__country-item a {
    color: #101010;
    text-decoration: none;
}

/* 底部 */
.footer {
    width: 100%;
    background: url(../images/bg_01.jpg) no-repeat center/cover;
    position: relative;
    overflow: hidden;
}

.footer .footer_logo {
    height: 100px;
    border-bottom: 1px solid rgba(225, 225, 225, 0.3);
    padding: 20px 0;
}

.footer .footer_logo img {
    max-width: 70%;
    max-height: 90%;
    height: auto;
}

.footer .back-top {
    position: fixed;
    width: 70px;
    height: 70px;
    right: 3%;
    bottom: 10%;
    z-index: 333;
    cursor: pointer;
    transition: all 0.2s;
    visibility: hidden;
    opacity: 0;
}

.footer .back-top.active {
    opacity: 1;
    visibility: visible;
}

.footer .footer_bottoo {
    color: #ffffff;
    padding: 20px 0;
    font-size: 14px;
}

.footer .footer_bottoo > div {
    padding: 0 20px;
}

.footer .footer_bottoo > div + div {
    margin-top: 10px;
}

.footer .footer_bottoo .icon {
    width: 30px;
}

.footer .footer_bottoo .icon + .icon {
    margin-left: 20px;
}

@media (min-width: 768px) {
    .com-us_title {
        font-size: 44px;
        font-weight: normal;
    }

    .com-us_info {
        font-size: 20px;
        margin-bottom: 40px;
    }

    .num-list .num-item {
        border: 3px solid #80a042;
        height: 200px;
        font-size: inherit;
        margin-bottom: 0;
    }

    .num-list .num-item .number {
        font-size: 56px;
    }

    .contact-us .contact-us__wrap {
        padding-top: 40px;
    }

    .contact-us {
        padding-top: 80px;
        padding-bottom: 40px;
    }

    .contact-us .contact-us__info {
        padding-top: 50px;
        padding-bottom: 10px;
        font-size: inherit;
    }

    .contact-us .contact-us__country-list {
        padding: 50px 0;
        border-bottom: 2px solid #000000;
        margin-bottom: 50px;
        font-size: inherit;
    }

    .contact-us .contact-us__country-item {
        flex: auto;
        margin-bottom: 0;
    }

    .footer .footer_bottoo {
        padding-bottom: 30px;
        font-size: 16px;
    }

    .footer .footer_logo {
        height: 200px;
    }

    .footer .footer_bottoo .icon {
        width: 40px;
    }
}

@media (min-width: 992px) {
    .num-list .num-item {
        height: 300px;
    }

    .contact-us .contact-us__wrap {
        padding-top: 100px;
    }

    .contact-us .contact-us__country-list {
        padding: 60px 0;
    }

    .footer .footer_bottoo > div + div {
        margin-top: 0;
    }

    .footer .footer_logo {
        height: 300px;
    }
}

@media (min-width: 1200px) {
}

/* 导航 */
.header {
    position: fixed;
    z-index: 667;
    height: 60px;
    top: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    transform: none;
    transition: height 0.3s cubic-bezier(0.25, 1, 0.35, 1),
        transform 0.3s cubic-bezier(0.25, 1, 0.35, 1);
}

.header__logo {
    width: 150px;
    flex-shrink: 0;
    margin-left: 20px;
    transition: all 0.3s;
}

.header--peak {
    transform: translateY(0);
    height: 60px;
    background: #000;
}

.header--stuck {
    transform: translateY(-100%);
}

.button--header {
    display: none;
    height: auto;
    line-height: 1;
    transition: background 0.3s cubic-bezier(0.25, 1, 0.35, 1),
        color 0.3s cubic-bezier(0.25, 1, 0.35, 1),
        opacity 0.3s cubic-bezier(0.25, 1, 0.35, 1),
        padding 0.3s cubic-bezier(0.25, 1, 0.35, 1);
}

.button--header:hover {
    background-color: #ffffff;
}

.hamburger {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
    box-sizing: content-box;
    margin: 0;
    border: none;
    background: 0 0;
    cursor: pointer;
    width: 40px;
    height: 100%;
    overflow: hidden;
}

.hamburger:after,
.hamburger:before {
    content: "";
    display: block;
    width: 40px;
    height: 5px;
    background: #fff;
    position: relative;
    transition: transform 0.3s cubic-bezier(0.25, 1, 0.35, 1),
        left 0.3s cubic-bezier(0.25, 1, 0.35, 1),
        top 0.3s cubic-bezier(0.25, 1, 0.35, 1);
    transform-origin: 25% 50%;
}

.hamburger:before {
    margin: 0 0 10px;
}

.hamburger__label {
    display: none;
}

.hamburger--opened:before {
    transform: rotate(45deg) translateY(0);
    left: 3px;
    top: 2px;
}

.hamburger--opened:after {
    transform: rotate(-45deg) translateX(0);
    left: 2px;
    top: 2px;
}

.button--header {
    display: none;
    height: auto;
    line-height: 1;
    transition: background 0.3s cubic-bezier(0.25, 1, 0.35, 1),
        color 0.3s cubic-bezier(0.25, 1, 0.35, 1),
        opacity 0.3s cubic-bezier(0.25, 1, 0.35, 1),
        padding 0.3s cubic-bezier(0.25, 1, 0.35, 1);
    color: #ffffff;
    background-color: #80a042;
    font-weight: bold;
}

.button--header-stuck {
    padding-top: 2.4rem;
    padding-bottom: 2.4rem;
}

.navigation {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    background: 0 0;
    pointer-events: none;
    z-index: 666;
}

.navigation--opened {
    pointer-events: all;
}

.navigation__background {
    position: absolute;
    top: 50%;
    bottom: 50%;
    left: 0;
    right: 0;
    background: #000;
    height: 0;
    z-index: 1;
    transform: translateY(-50%);
    transition: height 0.5s cubic-bezier(0.25, 1, 0.35, 1);
    transition-delay: 0.5s;
}

.navigation__background--opened {
    height: 105%;
    transition: height 0.5s cubic-bezier(1, 0.06, 0.36, 2.05);
}

.navigation__inner {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: left;
    align-items: center;
    align-content: center;
    z-index: 2;
    transition: opacity 0.5s cubic-bezier(0.25, 1, 0.35, 1);
    opacity: 0;
}

.navigation__inner--opened {
    opacity: 1;
    transition-delay: 0.5s;
}

.navigation__wrap {
    margin: 0 0 0 60px;
}

.navigation__list {
    list-style: none;
    padding: 0;
    position: relative;
    z-index: 3;
}
.navigation__item + .navigation__item {
    margin: 30px 0 0;
}

.navigation__link {
    color: #fff;
    font: 700 40px/1 TerminaWeb, Tahoma, Geneva, Helvetica Neue, Helvetica,
        Arial, sans-serif;
    font-size: 30px;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 0.1rem;
    opacity: 1;
    transition: color 0.5s cubic-bezier(0.25, 1, 0.35, 1),
        opacity 0.5s cubic-bezier(0.25, 1, 0.35, 1);
}

.navigation__link:active,
.navigation__link:focus,
.navigation__link:hover {
    color: #80a042;
}

@supports (-webkit-text-stroke-width: 0.1rem) and
    (-webkit-text-stroke-color: #fff) {
    .navigation__link--active {
        color: #80a042;
    }

    .navigation__link--active:active,
    .navigation__link--active:focus,
    .navigation__link--active:hover {
        color: #80a042;
    }
}

.button--navigation {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    font-size: 20px;
    line-height: 46px;
    font-weight: bolder;
    padding: 26px 0;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none;
    text-align: center;
    color: #fff;
    background: #80a042;
    cursor: pointer;
    border: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: background 0.3s cubic-bezier(0.25, 1, 0.35, 1),
        color 0.3s cubic-bezier(0.25, 1, 0.35, 1),
        opacity 0.3s cubic-bezier(0.25, 1, 0.35, 1);
}

.button--navigation:hover {
    color: #141930;
    background: #fff;
}

@media (min-width: 768px) {
    .header {
        height: 94px;
    }

    .header__logo {
        width: 180px;
        margin-left: 50px;
    }

    .hamburger {
        width: 45px;
        padding: 37px 25px;
    }

    .hamburger:after,
    .hamburger:before {
        width: 40px;
    }

    .button--header {
        display: inline-block;
        padding: 37px 40px;
    }

    .navigation__wrap {
        margin-left: 8rem;
    }

    .navigation__item + .navigation__item {
        margin-top: 40px;
    }

    .navigation__link {
        font-size: 50px;
    }
}

@media (min-width: 992px) {
    .navigation__item + .navigation__item {
        margin-top: 50px;
    }

    .navigation__wrap {
        margin-left: 0;
        grid-row-start: 1;
        grid-column-start: 2;
    }

    .navigation__inner {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1200px) {
    .header__logo {
        width: 200px;
        margin-left: 70px;
    }

    .navigation__link {
        letter-spacing: 0.2rem;
    }
}

@media (min-width: 1700px) {
    .header_inner {
        max-width: 1700px;
        margin: 0 auto;
    }
}

/* 首页 */
.home-banner {
    position: relative;
    overflow: hidden;
}

.home-carousel__list {
    padding-top: 143%;
    position: relative;
}

.home-carousel__slide {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: -0.2rem;
    background: #80a042;
    cursor: url("../images/icon_add.svg"), auto !important;
}

.home-carousel__slide,
.home-carousel__slide--active {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.home-carousel__slide--active {
    transition: -webkit-clip-path 0.5s cubic-bezier(0.25, 1, 0.35, 1);
    transition: clip-path 0.5s cubic-bezier(0.25, 1, 0.35, 1);
    transition: clip-path 0.5s cubic-bezier(0.25, 1, 0.35, 1),
        -webkit-clip-path 0.5s cubic-bezier(0.25, 1, 0.35, 1);
}

.home-carousel__slide--hover {
    -webkit-clip-path: polygon(0 0, 90% 0, 93% 100%, 0 100%);
    clip-path: polygon(0 0, 90% 0, 93% 100%, 0 100%);
}

.home-carousel__slide--away {
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
    clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
}

.home-carousel-slide {
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translate(0);
}

.home-carousel-slide .inner-img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transition: opacity 0.5s ease 250ms;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.home-carousel-slide__count {
    font-size: 14px;
    line-height: 1;
    font-weight: 700;
    position: absolute;
    left: 30px;
    bottom: 20px;
    color: #ffffff;
}

.home-carousel__button {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 12%;
    opacity: 0;
    border: none;
    background: 0 0;
    white-space: nowrap;
    text-indent: 100rem;
    overflow: hidden;
    cursor: url("../images/icon_next.svg"), auto !important;
    z-index: 10;
}

.home-carousel-ticker {
    display: block;
    width: 100%;
    height: 3px;
    background: 0 0;
    position: absolute;
    bottom: 3px;
    left: 0;
    z-index: 100;
}

.home-carousel-ticker__indicator {
    display: block;
    background: #80a042;
    width: 0%;
    height: 0.3rem;
    transition: width 0 linear;
}

.home-carousel-ticker__indicator--animate {
    width: 100%;
    transition: width 8s linear;
}

.home-about-us {
    padding: 40px 0;
    background-color: #f7f7f7;
    position: relative;
}

.home-about-us::before,
.home-about-us::after {
    content: "MIANYE";
    text-transform: uppercase;
    font-family: TerminaWeb, Tahoma, Geneva, Helvetica Neue, Helvetica, Arial,
        sans-serif;
    font-weight: 700;
    font-size: 60px;
    display: none;
    transform: translate(0, -50%) rotate(90deg);
    transform-origin: 50% 50%;
    position: absolute;
    top: 50%;
}

.home-about-us::before {
    right: -7%;
}

.home-about-us::after {
    left: -7%;
}

@supports (-webkit-text-stroke-width: 0.1rem) and
    (-webkit-text-stroke-color: #fff) {
    .home-about-us::before,
    .home-about-us::after {
        opacity: 0.6;
        color: transparent;
        -webkit-text-stroke-width: 0.1rem;
        -webkit-text-stroke-color: #d7d7d7;
    }
}

.home-about-us__title {
    font-size: 30px;
    font-weight: bold;
    color: #535554;
    line-height: 1.3;
    margin-bottom: 30px;
}

.home-about-us__text {
    max-width: 350px;
    margin: 0 auto;
    font-size: 16px;
    margin-bottom: 40px;
}

.home-articles__article {
    position: relative;
    text-decoration: none;
    position: relative;
    overflow: hidden;
}

.home-articles__article-image {
    margin: 0;
    transform: none;
    transition: transform 0.3s cubic-bezier(0.25, 1, 0.35, 1);
    position: relative;
    overflow: hidden;
}

.home-articles__article-content {
    width: 100%;
    padding-bottom: 143%;
}

.home-articles__article-image img {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
    font-family: "object-fit: cover; object-position: 50% 50%";
}

.home-articles__article-main {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 30px;
    background: linear-gradient(
        0deg,
        #000 0,
        rgba(0, 0, 0, 0.16) 60%,
        rgba(0, 0, 0, 0.16) 0,
        transparent
    );
}

.home-articles__article-main .category-client {
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    margin-bottom: 20px;
}

.home-articles__article-main .category-client__item {
    font-size: 16px;
    font-weight: 500;
    white-space: nowrap;
    padding: 0 20px;
    align-self: flex-start;
    color: #000;
    background: #535554;
    line-height: 30px;
    height: 30px;
    color: #ffffff;
}

.home-articles__article-main .category-client__item--client {
    background-color: #ffffff;
    color: #000000;
}

.home-articles__article-title {
    color: #ffffff;
    max-width: 550px;
    font-size: 16px;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 135px;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}

.home-our-services {
    padding: 40px 0;
    background-color: #f7f7f7;
    position: relative;
}

/* .home-our-services::before {
    content: "service";
    text-transform: uppercase;
    font-family: TerminaWeb, Tahoma, Geneva, Helvetica Neue, Helvetica, Arial,
        sans-serif;
    font-weight: 700;
    font-size: 60px;
    display: none;
    transform: translate(0, -50%) rotate(-90deg);
    transform-origin: 50% 50%;
    position: absolute;
    top: 50%;
    left: -12%;
} */

@supports (-webkit-text-stroke-width: 0.1rem) and
    (-webkit-text-stroke-color: #fff) {
    .home-our-services::before {
        opacity: 0.6;
        color: transparent;
        -webkit-text-stroke-width: 0.1rem;
        -webkit-text-stroke-color: #d7d7d7;
    }
}

.home-our-services__title {
    font-size: 30px;
    font-weight: bold;
    color: #535554;
    margin-bottom: 20px;
}

.home-our-services__text {
    line-height: 1.6;
    font-size: 16px;
}

.home-our-services__text .btn {
    margin-bottom: 18px;
    margin-top: 20px;
}

.home-view-clients {
    background-color: #80a042;
    color: #ffffff;
    padding: 40px 0;
}

.home-view-clients__title {
    max-width: 900px;
    margin: 0 auto;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 30px;
}

.home-view-clients__text {
    max-width: 900px;
    margin: 0 auto;
    font-size: 16px;
    margin-bottom: 30px;
}

.home-view-clients .btn {
    background-color: #ffffff;
    color: #80a042;
    margin-bottom: 30px;
}

.home-view-clients__logos {
    --play: running;
    --direction: normal;
    --delay: 0s;
    --iteration-count: infinite;
    --pause-on-hover: paused;
    --pause-on-click: running;
}

@keyframes scroll {
    0% {
        transform: translateX(0%);
    }
    100% {
        transform: translateX(-100%);
    }
}

.home-view-clients__logos .warpper {
    flex: 0 0 auto;
    min-width: 100%;
    z-index: 1;
    display: flex;
    flex-direction: row;
    align-items: center;
    animation: scroll var(--duration) linear var(--delay) var(--iteration-count);
    animation-play-state: var(--play);
    animation-delay: var(--delay);
    animation-direction: var(--direction);
}

.home-view-clients__logos:hover .warpper {
    animation-play-state: var(--pause-on-hover);
}

.home-view-clients__logos-item {
    margin-left: 20px;
    width: 80px;
}

.home-view-clients__logos-item img {
    max-width: 100%;
}

@media (min-width: 768px) {
    .home-carousel-slide__count {
        transform: rotate(90deg);
        transform-origin: 100% 100%;
        left: auto;
        right: 50px;
    }

    .home-carousel__list {
        padding-top: 55%;
    }

    .home-about-us {
        padding: 70px 0;
    }

    .home-about-us__title {
        font-size: 40px;
        margin-bottom: 40px;
    }

    .home-about-us:before,
    .home-about-us:after {
        display: block;
    }

    .home-about-us__text {
        max-width: 500px;
        font-size: 24px;
        margin-bottom: 70px;
    }

    .home-articles .swiper-wrapper {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 0;
    }

    .home-articles__article:after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 2;
        background: #80a042;
        opacity: 0;
        transition: opacity 0.5s cubic-bezier(0.25, 1, 0.35, 1);
    }

    .home-articles__article-main {
        z-index: 3;
        background: 0 0;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        padding: 30px;
        opacity: 0;
        transition: opacity 0.3s cubic-bezier(0.25, 1, 0.35, 1);
    }

    .home-articles__article:active .home-articles__article-image,
    .home-articles__article:focus .home-articles__article-image,
    .home-articles__article:hover .home-articles__article-image {
        transform: scale(1.1);
    }

    .home-articles__article:active .home-articles__article-main,
    .home-articles__article:focus .home-articles__article-main,
    .home-articles__article:hover .home-articles__article-main {
        opacity: 1;
    }

    .home-articles__article:active:after,
    .home-articles__article:focus:after,
    .home-articles__article:hover:after {
        opacity: 0.9;
    }

    .home-our-services {
        padding: 70px 0;
    }

    .home-our-services:before {
        display: block;
    }

    .home-our-services__title {
        font-size: 40px;
    }

    .home-articles__article-content {
        padding-bottom: 66.4286%;
    }

    .home-our-services > div {
        padding-left: 60px;
    }

    .home-view-clients {
        padding: 70px 0;
    }

    .home-view-clients__title {
        font-size: 40px;
        margin-bottom: 40px;
    }

    .home-view-clients__text {
        font-size: 24px;
    }

    .home-view-clients .btn {
        margin-bottom: 100px;
    }

    .home-view-clients__logos-item {
        margin-left: 60px;
        width: 120px;
    }

    .home-articles__article-title {
        -webkit-line-clamp: 8;
        max-height: 180px;
    }
}

@media (min-width: 992px) {
    .home-about-us__title {
        font-size: 60px;
        margin-bottom: 70px;
    }

    .home-articles__article-main {
        padding: 80px 100px;
    }

    .home-about-us::before,
    .home-about-us::after {
        font-size: 80px;
    }

    .home-about-us__text {
        max-width: 750px;
    }

    .home-articles__article-main .category-client__item {
        font-size: 24px;
        line-height: 50px;
        height: 50px;
    }

    .home-our-services__title {
        font-size: 60px;
        margin-bottom: 0;
    }

    .home-our-services > div {
        padding-left: 0;
    }

    .home-view-clients__title {
        font-size: 60px;
    }
}

@media (min-width: 1200px) {
    .home-about-us::before,
    .home-about-us::after {
        font-size: 120px;
    }

    .home-articles__article-main {
        padding: 120px 100px;
    }

    .home-our-services::before {
        font-size: 100px;
    }
}

@media (min-width: 1400px) {
    .home-about-us__text {
        max-width: 950px;
    }

    .home-articles__article-main {
        padding: 140px 120px;
    }

    .home-our-services::before {
        font-size: 110px;
    }
}

/* 关于我们 */
.about-us {
    padding-top: 50px;
}

.about-us .company-list {
    margin: 10px 0 20px;
}

.aboutUs__panels {
    padding: 50px 0 30px;
    overflow: hidden;
    background-color: #535554;
    color: #ffffff;
}

.aboutUs__panels .aboutUs__panel + .aboutUs__panel {
    margin-top: 50px;
}

.aboutUs__panel__content {
    padding-right: 20px;
}

.aboutUs__panel__image {
    height: 300px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: opacity 1s cubic-bezier(0.25, 1, 0.35, 1),
        transform 1s cubic-bezier(0.25, 1, 0.35, 1);
}

.aboutUs__panel__image-wrap {
    margin-bottom: 20px;
    margin-left: -15px;
    margin-right: -15px;
}

.aboutUs__panel__title {
    font-size: 32px;
    font-weight: 900;
    margin-bottom: 10px;
    transition: all 0.3s cubic-bezier(0.25, 1, 0.35, 1);
}

.aboutUs__panel__text {
    font-size: 16px;
    margin-bottom: 20px;
}

.aboutUs__panel__button {
    background-color: #80a042;
    color: #ffffff;
    border-radius: 0;
    font-size: 16px;
    font-weight: 700;
    transition: all 0.3s cubic-bezier(0.25, 1, 0.35, 1);
    padding: 10px 30px;
    border: 2px solid #80a042;
}

.aboutUs__panel__button:hover {
    background-color: #ffffff;
    color: #000000;
}

/* 品牌 */
.brand-detail__desc {
    padding-bottom: 40px;
    padding-top: 40px;
    color: #101010;
}

.brand-detail__desc .aboutUs__panel__button {
    margin-bottom: 30px;
}

.brand-detail__desc__left {
    margin-bottom: 20px;
}

.brand-detail__desc__right p + p {
    margin-top: 20px;
}

.brand-detail__desc__left,
.brand-detail__desc__right {
    font-size: 16px;
}

.brand-detail__content {
    background-color: #151927;
}

.brand-detail__content img {
    max-width: 100%;
}

.brand-detail__title {
    padding-top: 30px;
    padding-bottom: 30px;
    color: #ffffff;
    font-weight: bold;
    font-size: 16px;
}

.brand {
    background-color: #f7f7f7;
    overflow: hidden;
}

.brand-filters {
    margin-bottom: 20px;
}

.brand-filters__categories {
    padding-top: 50px;
}

.brand-filters__categories-item {
    margin-right: 10px;
    margin-bottom: 10px;
}

.brand-filters__button {
    background-color: #535554;
    color: #ffffff;
    border-radius: 0;
    padding: 10px 20px;
    font-size: 14px;
}

.brand-filters__button--active {
    background-color: #80a042;
    color: #ffffff;
}

.brand-filters__button:hover {
    color: #ffffff;
}

.brand-category {
    margin-bottom: 30px;
    display: none;
}

.brand-category .swiper-wrapper {
    transition-timing-function: cubic-bezier(0.25, 1, 0.35, 1);
}

.brand-category__topbar {
    margin-bottom: 30px;
    position: relative;
    z-index: 66;
}

.brand-category__title {
    color: #535554;
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
}

.brand-category__title-count {
    display: inline-block;
    font-weight: 500;
    font-size: 1.3rem;
    margin: 0 0 0 20px;
    vertical-align: baseline;
    font-size: 12px;
    font-weight: 700;
}

.brand-category-list {
    position: relative;
    z-index: 1;
    text-align: left;
    width: 330px;
}

.brand-category-list__trigger {
    width: 100%;
    display: flex;
    justify-content: space-between;
    background: 0 0;
    outline: 0;
    border: none;
    border-bottom: 2px solid #706f6e;
    text-align: left;
    font-weight: 500;
    padding: 0 0 6px;
    cursor: pointer;
    line-height: 1;
}

.brand-category-list__trigger-text {
    opacity: 1;
    transition: opacity 0.3s cubic-bezier(0.25, 1, 0.35, 1);
}

.brand-category-list__trigger--open .brand-category-list__trigger-text {
    opacity: 0.4;
}

.brand-category-list__trigger-text img {
    height: 24px;
}

.brand-category-list__trigger-icon {
    width: 20px;
    height: 12px;
    transform: rotate(0) translateY(60%);
    transition: transform 0.3s cubic-bezier(0.25, 1, 0.35, 1);
}

.brand-category-list__trigger--open .brand-category-list__trigger-icon {
    transform: rotate(180deg) translateY(-60%);
}

.brand-category-list__list {
    padding: 0.8rem 0;
    background: #706f6e;
    font-weight: 500;
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
    z-index: 2;
    display: none;
    max-height: 250px;
    overflow-y: scroll;
    overflow-x: hidden;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.brand-category-list__item {
    cursor: pointer;
    padding: 10px 15px;
    background: hsla(0, 0%, 100%, 0);
    transition: background 0.3s cubic-bezier(0.25, 1, 0.35, 1);
    color: #ffffff;
    line-height: 1;
}

.brand-category-list__item:hover {
    background: hsla(0, 0%, 100%, 0.075);
}

.brand-category-list__link {
    color: #ffffff;
    text-decoration: none;
    font-size: 16px;
}

.brand-category__item {
    width: 200px;
    height: 360px;
    overflow: hidden;
}

.brand-category__item-link {
    width: 100%;
    height: 100%;
}

.brand-category__item-image {
    width: 100%;
    height: 100%;
    z-index: 1;
    transform: none;
    transition: transform 0.3s cubic-bezier(0.25, 1, 0.35, 1);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.brand-category__item-content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 0 0 60px;
    left: 0;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    z-index: 3;
    transition: background 0.5s cubic-bezier(0.25, 1, 0.35, 1);
    background: rgba(128, 160, 66, 0);
}

.brand-category__item:hover .brand-category__item-content {
    background: rgba(128, 160, 66, 0.85);
}

.brand-category__item-content-inner {
    width: 115px;
    height: 70px;
    transform: scale(1);
    transition: transform 0.3s cubic-bezier(0.25, 1, 0.35, 1);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
}

.brand-category__item-content-inner img {
    max-width: 100%;
}

.brand-category__item:hover .brand-category__item-image,
.brand-category__item:hover .brand-category__item-content-inner {
    transform: scale(1.1);
}

.brand-category__brandplus {
    opacity: 0;
    transition: opacity 0.5s cubic-bezier(0.25, 1, 0.35, 1);
    z-index: 5;
    pointer-events: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.brand-category__item:hover .brand-category__brandplus {
    opacity: 1;
}

.clients-category__button {
    display: block;
    width: 75px;
    height: 100%;
    margin: 0;
    top: 0;
    bottom: 0;
    opacity: 0.6;
    z-index: 2;
    background: transparent;
    border: 0;
}

.swiper-button-prev {
    left: 0;
    cursor: url("../images/icon_prev.svg"), auto !important;
}

.swiper-button-next {
    right: 0;
    cursor: url("../images/icon_next.svg"), auto !important;
}

@media (min-width: 576px) {
    body {
        line-height: 1.4;
    }

    .clients-category-list {
        display: block;
    }

    .aboutUs__panel__image {
        height: 420px;
    }

    .aboutUs__panel__title {
        font-size: 50px;
        margin-bottom: 20px;
    }

    .aboutUs__panel__text {
        font-size: 20px;
    }

    .aboutUs__panel__button {
        font-size: 24px;
    }

    .aboutUs__panel__image-wrap {
        margin-left: 0;
        margin-right: 0;
    }

    .brand-category__title {
        font-size: 30px;
    }

    .brand-category__title-count {
        font-size: 14px;
    }

    .brand-filters__categories {
        padding-bottom: 50px;
    }

    .brand-filters__button {
        font-size: 16px;
        padding: 12px 20px;
    }

    .brand-filters__categories-item {
        margin-right: 20px;
        margin-bottom: 20px;
    }

    .brand-category__item-content-inner {
        width: 150px;
        height: 90px;
    }

    .clients-category__button {
        width: 150px;
    }

    .brand-detail__title {
        padding-top: 60px;
        padding-bottom: 60px;
        font-size: inherit;
    }

    .brand-detail__desc {
        padding-top: 80px;
        padding-bottom: 50px;
    }

    .brand-detail__desc .aboutUs__panel__button {
        margin-bottom: 60px;
    }

    .brand-detail__desc__left,
    .brand-detail__desc__right {
        font-size: inherit;
    }

    .brand-detail__desc__right p + p {
        margin-top: 30px;
    }
}

@media (min-width: 768px) {
    .brand-filters__button {
        font-size: 18px;
        padding: 12px 20px;
    }
    .brand-detail__desc__left {
        padding-right: 20px;
        margin-bottom: 0;
    }
}

@media (min-width: 992px) {
    .brand-category__title {
        font-size: 42px;
    }

    .banner .title {
        font-size: 60px;
    }

    .about-us {
        padding-top: 80px;
    }

    .about-us .about-us-title {
        font-size: 44px;
    }

    .about-us .about-us--info {
        font-size: 20px;
        margin-bottom: 40px;
    }

    .about-us .company-list {
        margin: 50px 0;
    }

    .aboutUs__panels {
        padding: 130px 0 100px;
    }

    .aboutUs__panels .aboutUs__panel + .aboutUs__panel {
        margin-top: 100px;
    }

    .aboutUs__panel__container {
        display: grid;
        grid-template-columns: 50% 50vw;
    }
    .aboutUs__panel__image {
        height: 620px;
    }

    .aboutUs__panel__image-wrap {
        grid-row-start: 1;
        grid-column-start: 2;
        transition: opacity 1s cubic-bezier(0.25, 1, 0.35, 1),
            transform 1s cubic-bezier(0.25, 1, 0.35, 1);
        transform: translateX(10%) scale(0.8);
        opacity: 0;
        margin-bottom: 0;
    }

    .aboutUs__panel__image-wrap.active {
        transform: translateX(0) scale(1);
        opacity: 1;
    }

    .aboutUs__panel__image {
        height: 620px;
    }

    .aboutUs__panel__content {
        grid-row-start: 1;
        grid-column-start: 1;
        grid-column-end: 1;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        padding-right: 20px;
        max-width: 550px;
        transform: translateY(30px);
    }

    .aboutUs__panel__title {
        font-size: 68px;
        color: hsla(0, 0%, 100%, 0);
        -webkit-text-stroke-width: 0.1rem;
        -webkit-text-stroke-color: #fff;
    }

    .aboutUs__panel__title.active {
        color: #fff;
        -webkit-text-stroke-width: 0;
        -webkit-text-stroke-color: transparent;
    }

    .aboutUs__panel__text {
        margin-bottom: 50px;
    }

    .aboutUs__panel__button {
        padding: 23px 42px;
        font-size: 28px;
    }

    .brand-filters__button {
        font-size: 20px;
    }

    .brand-category {
        margin-bottom: 100px;
    }

    .brand-category__list .brand-category__item {
        width: 400px;
        height: 720px;
    }

    .brand-category__item-content-inner {
        width: 230px;
        height: 140px;
    }

    .brand-detail__desc__left {
        flex: 1 1 490px;
    }

    .brand-detail__desc__right {
        flex: 1 1 980px;
    }
}

@media (min-width: 1500px) {
    .container {
        max-width: 80%;
    }
}
