/* @import url("https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,500,600,700,800,900");
@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700&display=swap"); */

html {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    /*overflow: hidden*/
}

:root {
    --font-color: #fff;
    --bg-color: #fff;
    --logo: #e84715;
    --mao-black-light2: #dde0e4;
    --mao-black: #636363;
    --mao-green: #96b41e;
    --mao-blue-heavy: #0d3989;
    --mao-blue:#0b308e;
    --mao-white: #ffffff;
    --mao-black-heavy: #1d252c;
    --mao-black-light: #817f80;
    --mao-blue-heavy: #0d3989;
    --mao-bg: #f7f8fa;
}


/*@font-face {*/
/*    font-family: OpenSans-SemiBold;*/
/*    src: url('../webfonts/OpenSans-Medium.ttf') format('TrueType');*/
/*    !* src: url(https://puhuiti.oss-cn-hangzhou.aliyuncs.com/AlibabaPuHuiTi/Alibaba-PuHuiTi-Regular/Alibaba-PuHuiTi-Regular.eot) format('embedded-opentype'), url(https://puhuiti.oss-cn-hangzhou.aliyuncs.com/AlibabaPuHuiTi/Alibaba-PuHuiTi-Regular/Alibaba-PuHuiTi-Regular.otf) format('opentype'), url(https://puhuiti.oss-cn-hangzhou.aliyuncs.com/AlibabaPuHuiTi/Alibaba-PuHuiTi-Regular/Alibaba-PuHuiTi-Regular.ttf) format('TrueType'), url(https://puhuiti.oss-cn-hangzhou.aliyuncs.com/AlibabaPuHuiTi/Alibaba-PuHuiTi-Regular/Alibaba-PuHuiTi-Regular.woff) format('woff'), url(https://puhuiti.oss-cn-hangzhou.aliyuncs.com/AlibabaPuHuiTi/Alibaba-PuHuiTi-Regular/Alibaba-PuHuiTi-Regular.woff2) format('woff2') *!*/
/*}*/
/* @font-face {
  font-family: OpenSans-SemiBold;
  src: url('../webfonts/OpenSans-Medium.ttf') format('TrueType');
} */

/*@font-face {*/
/*  font-family: Newfont;*/
/*  !* //字体路径 *!*/
/*  src: url("https://admin.connect.oramage.com/storage/files/34b0dce81b9ea78c6daf7d9bbb640d77.ttf");*/
/*}*/

body {
    width: 100%;
    height: 100%;
    display: flex;
    transition: all .5s ease;
    background-color: #f7f8fa !important;
    color: initial !important;
    font-family: OpenSans-SemiBold, OpenSans-Medium, 'Microsoft YaHei' !important;
    /* cursor: url("../images/logo/favicon1.ico"), auto */
}

.flex {
  display: flex;
}
.justify-content-sb {
  justify-content: space-between;
}
.align-items-c {
  align-items: center;
}

.single-image {
    cursor: pointer
}

.nav_active >a {
    color: var(--mao-green) !important
}
.nav_active {
  border-bottom: 2px solid var(--mao-green);
}

.swiper_social_box_flex span {
    color: var(--font-color)
}

a,
a:hover {
  text-decoration: none
}

main {
    width: 100%;
    height: 100%;
    position: relative
}

figure {
    margin-bottom: 0
}

.easing {
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease
}

.shadow {
    -webkit-box-shadow: 0 19px 36px -15px rgba(0, 0, 0, 0.7);
    -moz-box-shadow: 0 19px 36px -15px rgba(0, 0, 0, 0.7);
    box-shadow: 0 19px 36px -15px rgba(0, 0, 0, 0.7)
}

.tilt {
    transform: scale(1.15);
    opacity: .8
}

.main-content {
    max-width: 1280px;
    padding: 0 50px;
    margin: 0 auto
}

.equal-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

#cursor {
    z-index: 999;
    position: absolute;
    width: 40px;
    height: 40px;
    border: 2px solid var(--font-color);
    transition: .1s;
    box-sizing: border-box;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    pointer-events: none;
    opacity: 0;
    z-index: 999;
    display: none
}

.cursor-plus {
    width: 36px;
    line-height: 36px;
    color: var(--font-color);
    text-align: center;
    display: none
}

.cursor-link {
    width: 80px !important;
    height: 80px !important;
    border: solid 2px #fff !important;
    cursor: pointer;
    opacity: 1 !important;
    display: block !important
}

.cursor-link .cursor-plus {
    display: block;
    width: 76px;
    line-height: 76px
}

.cursor-go {
    width: 80px !important;
    height: 80px !important;
    background-color: transparent;
    border: dashed 1px var(--font-color) !important;
    cursor: pointer;
    opacity: 1 !important;
    animation: cursor-animate 5s linear infinite
}

.cursor-go .cursor-plus {
    display: none !important
}

.cursor-none {
    display: none
}

@keyframes cursor-animate {
    0% {
        transform: translate(-50%, -50%) rotate(0deg)
    }

    100% {
        transform: translate(-50%, -50%) rotate(360deg)
    }
}

.space30 {
    height: 30px
}

.space50 {
    height: 50px
}

.space80 {
    height: 80px
}

.space100 {
    height: 100px
}

.space150 {
    height: 150px
}

#scroll-content {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.content-main {
    position: relative
}

.scrollbar-track-y {
    background-color: #fff !important
}

.no-scroll {
    overflow: hidden
}

.centered {
    text-align: center
}

.lefted {
    text-align: left
}

.sub-line {
    width: 1px;
    border: 0;
    background-color: var(--font-color);
    margin: 0;
    opacity: .1
}

.loading {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index: 999
}

.loading-wrapper {
    text-align: center;
    top: 50%;
    position: relative;
    transform: translateY(-50%)
}

.loading-wrapper object {
    width: 60px;
    height: 60px
}

.sub-loading {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 990;
    background: rgba(0, 0, 0, .5);
    opacity: 0;
    display: none
}

.page-loading {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 990;
    background: rgba(0, 0, 0, 1);
    opacity: 0;
    display: none;
    top: 100%
}

.search {
  height: 100%;
    line-height: 60px;
    /* width: 18px; */
    padding: 0 20px;
    cursor: pointer;
}
.search img {
  width: 14px;
}
.boxNUM {
  padding: 60px 0;
}

.moduleItem {
  margin-top: 3rem;
}
header {
    position: fixed;
    width: 100%;
    padding: 0 100px;
    height: 60px;
    background-color: #fff;
    z-index: 980;
    display: table;
    border-bottom: 1px solid var(--mao-black-light2);
}

header::after {
    content: '';
    clear: both;
    display: block
}

.header {
    /* position: relative; */
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle
}

.header::after {
    content: '';
    clear: both;
    display: block
}

.header-logo {
    /* float: left */
}

.header-menu {
    /* float: right;
    position: relative;
    top: 10px */
    margin: 0 2rem;
    height: 100%;
    display: flex;
    align-items: center;
}

.header-logo img {
    /* width: 200px; */
    height: 44px;
    object-fit: contain
}

.header-menu-icon {
    position: relative;
    width: 13px;
    /* height: 20px; */
    z-index: 10007;
    bottom: 3px
}

.header-menu-icon span {
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background-color: #212529
}

.header-menu-icon span:nth-child(1) {
    top: 4px
}

.header-menu-icon span:nth-child(2) {
    top: 8px
}

.header-menu-icon.open span:nth-child(1) {
    top: 4px;
    transform: rotate(45deg)
}

.header-menu-icon.open span:nth-child(2) {
    top: 4px;
    transform: rotate(-45deg)
}

.header-menu-icon.open span:nth-child(3) {
  display: none;
}


.header-menu-icon:hover {
    cursor: pointer
}

.header-sticky {
    background-color: #fff
}

.header-menu-view {
    /* position: relative; */
    display: block;
    height: 100%;
}

.header-menu-view ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.header-menu-view ul li {
    display: inline-block;
    font-size: 16px;
    margin: 0 20px;
    font-width: bold;
    color: var(--font-color)
}

.header-menu-view>ul>li {
    /* line-height: 60px */
    display: flex;
    align-items: center;
}

.header-menu-view>ul>li:hover {
  border-bottom: 2px solid var(--mao-green);
  cursor: pointer;
}

.header-menu-view ul li:last-child {
    /* padding-right: 0 */
}

.header-menu-view ul li i {
    margin-left: 10px
}

.header-menu-view ul li a {
    color: var(--mao-black);
}

.header-menu-view ul li:hover a {
  color: var(--mao-green);
  cursor: pointer;
}
.header-menu-view ul li:hover .arrow-down::after{
  top: 7px;
  border-right: 1px solid var(--mao-green);
  border-bottom: 1px solid var(--mao-green);
}

.header-menu-view ul li ul {
    position: absolute;
    background-color: var(--bg-color);
    padding: 10px 10px;
    margin-top: 0;
    display: none;
    left: -15px
}

.header-menu-view ul li ul li {
    display: block;
    padding: 0;
    font-weight: 500;
    padding: 3px 20px;
    font-size: 12px
}

.header-menu-view ul li ul li:hover {
    background-color: var(--bg-color);
    cursor: pointer
}

.header-menu-view ul li ul li a {
    color: var(--mao-black)
}

.header-menu-view ul li ul li a:hover {
    opacity: 1
}

.header-menu-icon {
    display: none
}

.header-language {
    display: flex
}

.header-icon-size {
    width: 50px;
    height: 50px
}

.sub-head {
    color: var(--font-color);
    font-weight: 500;
    padding: 0 0 50px 0
}

.sub-head p {
    font-size: 14px;
    color: #fff;
    background-color: #000;
    margin: 0;
    margin-bottom: 8px;
    padding: 5px 10px;
    width: fit-content;
    font-weight: 700
}

.sub-head h3 {
    font-size: 34px;
    font-weight: 600;
    color: var(--font-color);
    font-family: OpenSans-SemiBold, OpenSans-Medium, 'Microsoft YaHei' !important;
}

.slider-container {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%)
}

.slider-container.full {
    padding: 0
}

.full-carousel.swiper-container {
    width: 100%;
    height: 100%
}

.full-carousel .swiper-slide {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.full-carousel .swiper-slide-image {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.full-carousel .swiper-slide-background {
    height: 100%
}

.full-carousel .swiper-slide-content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    padding: 0 100px;
    overflow: hidden
}

.full-carousel .swiper-slide-content p {
    position: relative;
    width: fit-content;
    font-size: 14px;
    padding: 0 4px;
    margin: 0;
    margin-bottom: 5px;
    color: var(--font-color);
    opacity: .7
}

.full-carousel .swiper-slide-content h1 {
    position: relative;
    width: fit-content;
    font-size: 100px;
    font-weight: 700;
    padding: 0;
    margin: 0;
    color: var(--font-color);
    word-break: break-all
}

.full-carousel .swiper-slide-content a {
    color: #000;
    font-size: 13px;
    font-weight: 500
}

.full-carousel .swiper-slide-content a .swiper-slide-button {
    background-color: var(--font-color);
    width: fit-content;
    padding: 8px 15px;
    margin-top: 25px
}

.full-carousel .swiper-slide-content a .swiper-slide-button i {
    margin-left: 15px
}

.full-carousel .swiper-slide-content a .swiper-slide-button:hover i {
    margin-left: 25px
}

.small-carousel.swiper-container {
    width: 100%;
    height: 100%
}

.small-carousel .swiper-wrapper {
    align-items: center
}

.small-carousel .swiper-slide {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden
}

.small-carousel .swiper-slide-image {
    width: 100%;
    height: 320px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.small-carousel .swiper-slide:hover .swiper-slide-image {
    height: 360px
}

.small-carousel .swiper-slide-content {
    position: relative
}

.small-carousel .swiper-slide-content p {
    width: fit-content;
    font-size: 12px;
    padding: 0 15px;
    margin: 0;
    margin-top: 25px;
    margin-bottom: 5px;
    color: var(--font-color);
    opacity: .5
}

.small-carousel .swiper-slide-content h1 {
    width: fit-content;
    font-size: 40px;
    font-weight: 700;
    padding: 0 14px;
    margin: 0;
    color: var(--font-color)
}

.small-carousel .swiper-slide-content a {
    color: var(--font-color);
    font-size: 13px;
    font-weight: 500
}

.small-carousel .swiper-slide-content a .swiper-slide-button {
    width: fit-content;
    padding: 8px 15px;
    margin-top: 25px;
    opacity: .5
}

.small-carousel .swiper-slide-content a .swiper-slide-button i {
    margin-left: 15px
}

.small-carousel .swiper-slide-content a .swiper-slide-button:hover i {
    margin-left: 25px
}

.hover-carousel.swiper-container {
    width: 100%;
    height: 100%
}

.hover-carousel .swiper-wrapper {
    align-items: center
}

.hover-carousel .swiper-slide a {
    position: absolute;
    width: 100%;
    height: 100%
}

.hover-carousel .swiper-slide {
    position: relative;
    width: 100%;
    height: 320px;
    overflow: hidden;
    border: solid 1px #1b1b1b;
    background-color: #202020
}

.hover-carousel .swiper-slide-image {
    width: 100%;
    height: 320px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    opacity: 0
}

.hover-carousel .swiper-slide:hover .swiper-slide-image {
    opacity: .5
}

.hover-carousel .swiper-slide-active .swiper-slide-image {
    opacity: .5
}

.hover-carousel .swiper-slide-content {
    position: relative;
    padding: 0 50px;
    top: 50%;
    transform: translateY(-50%)
}

.hover-carousel .swiper-slide-content p {
    width: fit-content;
    font-size: 12px;
    padding: 0;
    margin: 0;
    margin-bottom: 5px;
    color: var(--font-color);
    opacity: .5
}

.hover-carousel .swiper-slide-content h1 {
    width: fit-content;
    font-size: 40px;
    font-weight: 700;
    padding: 0;
    margin: 0;
    color: var(--font-color)
}

.hover-carousel .swiper-slide-content a {
    color: var(--font-color);
    font-size: 13px;
    font-weight: 500
}

.hover-carousel .swiper-slide-content a .swiper-slide-button {
    width: fit-content;
    padding: 8px 0;
    margin-top: 25px;
    opacity: .5
}

.hover-carousel .swiper-slide-content a .swiper-slide-button i {
    margin-left: 15px
}

.hover-carousel .swiper-slide-content a .swiper-slide-button:hover i {
    margin-left: 25px
}

.cover-carousel.swiper-container {
    width: 100%;
    height: 100%
}

.cover-carousel .swiper-wrapper {
    align-items: center
}

.cover-carousel .swiper-slide a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0
}

.cover-carousel .swiper-slide {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden
}

.cover-carousel .swiper-slide-image {
    position: absolute;
    width: 100%;
    height: 320px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.cover-carousel .swiper-slide:hover .swiper-slide-image {
    height: 360px
}

.cover-carousel .swiper-slide-content {
    position: relative;
    padding: 0 50px;
    top: 50%;
    transform: translateY(-50%)
}

.cover-carousel .swiper-slide-content p {
    width: fit-content;
    font-size: 20px;
    padding: 0;
    margin: 0;
    margin-top: 25px;
    margin-bottom: 5px;
    color: #fff;
    opacity: .9
}

.cover-carousel .swiper-slide-content h1 {
    width: fit-content;
    font-size: 40px;
    font-weight: 700;
    padding: 0;
    margin: 0;
    color: #fff;
    text-align: center;
    font-family: OpenSans-SemiBold, OpenSans-Medium, 'Microsoft YaHei' !important;
}

.cover-carousel .swiper-slide-content a {
    color: var(--font-color);
    font-size: 13px;
    font-weight: 500
}

.cover-carousel .swiper-slide-content a .swiper-slide-button {
    width: fit-content;
    padding: 8px 0;
    margin-top: 25px;
    opacity: .5
}

.cover-carousel .swiper-slide-content a .swiper-slide-button i {
    margin-left: 15px
}

.cover-carousel .swiper-slide-content a .swiper-slide-button:hover i {
    margin-left: 25px
}

footer.showcase {
    position: fixed;
    bottom: 4%;
    width: 100%;
    height: 100px;
    z-index: 3;
    padding: 0 100px;
    margin-bottom: 0
}

.showcase .footer {
    position: relative;
    height: 100%
}

.swiper-number {
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.swiper-number ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center
}

.swiper-number ul li {
    outline: 0;
    color: #fff
}

.swiper-number ul li a {
    color: var(--font-color)
}

.swiper-number ul li a:hover {
    cursor: pointer;
    opacity: .8;
    /* cursor: url("../images/logo/mouse2.svg") 16 16, auto */
}

.swiper-number ul li:nth-child(1) {
    font-size: 14px;
    font-weight: 700;
    height: 50px;
    line-height: 50px;
    margin-right: 20px
}

.swiper-number ul li:nth-child(2) span {
    position: relative;
    display: block;
    width: 50px;
    height: 1px;
    background-color: var(--font-color);
    border: 0;
    padding: 0;
    margin: 0;
    opacity: .8;
    margin-left: 15px;
    margin-right: 15px
}

.swiper-number ul li:nth-child(3) {
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin: 0 20px 0 20px;
    border: solid 2px var(--font-color);
    color: var(--font-color)
}

.swiper-number ul li:nth-child(3):hover {
    border: solid 2px var(--font-color);
    background-color: var(--bg-color);
    /* cursor: url("../images/logo/mouse2.svg") 16 16, auto */
}

.swiper-number ul li:nth-child(3):hover i {
    color: var(--font-color)
}

.swiper-number ul li:nth-child(4) {
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: solid 2px var(--font-color)
}

.swiper-number ul li:nth-child(4):hover {
    border: solid 2px var(--font-color);
    background-color: var(--bg-color);
    /* cursor: url("../images/logo/mouse2.svg") 16 16, auto */
}

.swiper-number ul li:nth-child(4):hover i {
    color: var(--font-color)
}

.swiper-number ul li i {
    position: absolute;
    top: 50%;
    left: 50%;
    color: var(--font-color);
    transform: translate(-50%, -50%)
}

.swiper-social {
    position: absolute;
    display: block;
    right: 0;
    line-height: 100px;
    top: 50%;
    transform: translateY(-50%)
}

.swiper_social_fixed {
    right: 6%;
    top: 80%
}

.swiper-social ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.swiper-social ul li {
    display: inline-block;
    font-size: 14px;
    font-weight: 300;
    padding-left: 35px
}

.swiper-social ul li a {
    color: var(--font-color);
    font-size: 13px;
    font-weight: 600
}

.swiper-social ul li a:hover {
    opacity: .5;
    cursor: pointer
}

.top-image {
    height: 100vh;
    overflow: hidden;
    width: 100%;
    max-height: 100%;
    position: relative
}

.top-image-wrapper,
.top-image-image {
    position: relative;
    width: 100%;
    height: 100%
}

.top-image-image {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: .9
}

.top-content-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0
}

.top-image-content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 0 100px;
    width: 100%;
    text-align: center;
    overflow: hidden
}

.top-image-content p {
    font-size: 20px;
    padding: 0 4px;
    margin: 0;
    margin-bottom: 5px;
    color: #fff;
    top: 100vh;
    position: relative
}

.top-image-content h1 {
    font-size: 70px;
    font-weight: 700;
    padding: 0;
    margin: 0;
    color: #fff;
    top: 100vh;
    position: relative;
    font-family: OpenSans-SemiBold, OpenSans-Medium, 'Microsoft YaHei' !important;
}

.top-work-category {
    position: relative;
    overflow: hidden
}

.top-work-name {
    position: relative;
    overflow: hidden
}

.top-content-scroll {
    position: absolute;
    width: 100%;
    bottom: 50px;
    text-align: center;
    color: #fff;
    opacity: 0
}

.page-top {
    width: 100%
}

.page-caption {
    max-width: 1280px;
    padding: 150px 50px 0 50px;
    margin: 0 auto
}

.page-inner h1 {
    color: var(--font-color);
    font-size: 60px;
    font-weight: 700;
    padding: 0;
    margin: 0;
    word-break: break-word;
    font-family: OpenSans-SemiBold, OpenSans-Medium, 'Microsoft YaHei' !important;
}

.page-inner p {
    color: rgba(250, 250, 250, 1);
    background-color: #000;
    margin: 0;
    margin-bottom: 15px;
    padding: 5px 10px;
    width: fit-content;
    font-weight: 700
}

.page-inner span {
    color: var(--font-color)
}

.team-item-wrapper {
    position: relative;
    display: block;
    overflow: hidden
}

.team-image img {
    width: 100%;
    opacity: .5
}

.team-image img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}

.team-item:hover .team-image img {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    opacity: 1
}

.team-item:hover .team-detail {
    bottom: 20px
}

.team-detail {
    position: absolute;
    width: 100%;
    padding: 0 20px;
    bottom: -100%
}

.team-detail-wrapper {
    background-color: transparent;
    width: 100%;
    padding: 10px 10px
}

.team-detail-wrapper p {
    background-color: #000;
    width: fit-content;
    color: #fff;
    padding: 5px 15px;
    font-size: 13px;
    margin: 0
}

.team-detail-wrapper h3 {
    color: #fff;
    margin: 0;
    background-color: #222;
    width: fit-content;
    padding: 5px 15px
}

.team-pagination {
    text-align: center;
    padding: 30px 0 0 0;
    position: relative;
    bottom: initial !important
}

.team-pagination .swiper-pagination-bullet-active {
    background-color: var(--font-color) !important
}

.team-pagination .swiper-pagination-bullet {
    background-color: #999
}

.team-navigation {
    padding: 20px 0;
    text-align: center
}

.team-navigation-wrapper {
    position: relative;
    width: fit-content;
    margin: auto
}

.team-button-next,
.team-button-prev {
    color: var(--font-color);
    float: left
}

.team-button-next:hover,
.team-button-prev:hover {
    cursor: pointer
}

.team-button-next {
    margin-left: 20px
}

.team-navigation-wrapper::after {
    content: '';
    clear: both
}

.new-big-content:hover {
    background-color: #292a29;
    color: #fff
}

.news-content {
    padding: 12px 0
}

.news-title {
    font-size: 28px;
    font-weight: 400;
    line-height: 34px
}

.news-texts {
    font-size: 14px;
    font-weight: 400;
    color: #9f9f9f;
    line-height: 28px
}

.our-value-title {
    font-size: 28px;
    font-weight: 400;
    line-height: 34px
}

.our-value-text {
    font-size: 16px;
    font-weight: 400;
    color: #9f9f9f;
    line-height: 32px
}

.services-item {
    margin-bottom: 30px
}

.services-item.active .services-item-wrapper {
    background-color: var(--bg-color)
}

.services-item-wrapper {
    width: 100%;
    border: solid 1px #333;
    padding: 50px 50px
}

.services-item-image {
    margin-bottom: 30px
}

.services-item-content {
    color: var(--font-color)
}

.services-item-content p {
    font-size: 14px;
    margin: 0;
    padding-left: 40px;
    opacity: .7;
    font-weight: 200
}

.services-item-icon {
    width: 100%;
    color: var(--font-color)
}

.services-item-icon i,
.services-item-icon h4 {
    float: left;
    line-height: 30px
}

.services-item-icon i {
    font-size: 20px;
    margin-right: 20px
}

.services-item-icon h4 {
    padding: 0;
    margin: 0
}

.services-item-icon::after {
    content: '';
    clear: both;
    display: block
}

.services-item:hover .services-item-wrapper {
    background-color: var(--bg-color);
    -webkit-box-shadow: 0 19px 36px -15px rgba(0, 0, 0, 0.7);
    -moz-box-shadow: 0 19px 36px -15px rgba(0, 0, 0, 0.7);
    box-shadow: 0 19px 36px -15px rgba(0, 0, 0, 0.7)
}

.clients-item {
    margin-bottom: 30px
}

.clients-item-wrapper {
    border: solid 1px #333
}

.clients-item.active .clients-item-wrapper {
    background-color: #000;
    -webkit-box-shadow: 0 19px 36px -15px rgba(0, 0, 0, 0.7);
    -moz-box-shadow: 0 19px 36px -15px rgba(0, 0, 0, 0.7);
    box-shadow: 0 19px 36px -15px rgba(0, 0, 0, 0.7)
}

.clients-item.active .clients-item-image img {
    opacity: 1
}

.clients-item-image img {
    width: 100%;
    opacity: .3
}

.real-team-image img {
    width: 100%;
    opacity: 1
}

.clients-item:hover .clients-item-wrapper {
    background-color: #111;
    -webkit-box-shadow: 0 19px 36px -15px rgba(0, 0, 0, 0.7);
    -moz-box-shadow: 0 19px 36px -15px rgba(0, 0, 0, 0.7);
    box-shadow: 0 19px 36px -15px rgba(0, 0, 0, 0.7)
}

.clients-item:hover .clients-item-image img {
    opacity: 1
}

.projects-item {
    position: relative;
    height: 250px
}

.projects-item:hover .projects-image {
    opacity: .8
}

.projects-item:hover .projects-title {
    padding-left: 100px
}

.projects-title {
    position: absolute;
    color: var(--font-color);
    top: 50%;
    transform: translateY(-50%)
}

.projects-title p {
    font-size: 14px;
    color: rgba(250, 250, 250, 1);
    background-color: #000;
    margin: 0;
    margin-bottom: 8px;
    padding: 5px 10px;
    width: fit-content;
    font-weight: 700
}

.projects-title h2 {
    font-size: 42px;
    font-weight: 600;
    color: var(--font-color);
    font-family: OpenSans-SemiBold, OpenSans-Medium, 'Microsoft YaHei' !important;
    margin-right: 20px
}

.projects-title span {
    position: absolute;
    top: 45px;
    left: -30px;
    font-size: 14px
}

.projects-image {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    opacity: 0
}

.projects-background {
    height: 100%;
    background-size: cover;
    background-position: center center
}

.content-column {
    color: var(--font-color);
    margin-top: 30px
}

.content-date,
.content-client,
.content-service,
.content-more {
    text-align: right
}

.multi-column-wrapper .content-column:last-child {
    margin-bottom: 0
}

.content-date {
    font-size: 20px
}

.content-client {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
    font-family: OpenSans-SemiBold, OpenSans-Medium, 'Microsoft YaHei' !important;
}

.sub-title {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px
}

.content-service {
    font-size: 20px
}

.content-more {
    margin-top: 20px;
    font-size: 20px
}

.content-info h2 {
    font-size: 34px;
    font-weight: 600;
    font-family: OpenSans-SemiBold, OpenSans-Medium, 'Microsoft YaHei' !important;
}

.content-info p {
    font-size: 20px;
    opacity: .8;
    margin: 20px 0
}

.content-image figure img {
    width: 100%
}

.single-image figure img {
    width: 100%;
    display: block
}

.next-work,
.next-work a {
    color: var(--font-color)
}

.next-work p {
    margin-bottom: 0
}

.next-work-button {
    font-size: 50px;
    font-weight: 600;
    height: 84px;
    overflow: hidden;
    display: inline-block;
    font-family: OpenSans-SemiBold, OpenSans-Medium, 'Microsoft YaHei' !important;
}

.next-work-title,
.next-work-detail {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    transition: all ease .2s;
    -webkit-transition: all ease .2s
}

.next-work-button:hover .next-work-title,
.next-work-button:hover .next-work-detail {
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    transition: all ease .2s;
    -webkit-transition: all ease .2s;
    /* cursor: url("../images/logo/mouse2.svg") 16 16, auto */
}

.page-contact {
    color: var(--font-color)
}

.contact-item-wrapper {
    padding: 20px 0
}

.contact-icon,
.contact-detail {
    width: 100%;
    position: relative;
    display: block
}

.contact-icon i {
    margin-right: 15px;
    font-size: 14px
}

.contact-icon {
    font-size: 13px;
    margin-bottom: 15px
}

.contact-detail h4 {
    font-size: 22px
}

.map-content {
    width: 100%;
    height: 500px
}

.map-wrapper {
    height: 100%
}

.form-line input[type="text"],
.form-line textarea {
    width: 100%;
    background-color: transparent;
    border: 0;
    border-bottom: solid 2px #222;
    outline: 0;
    color: var(--font-color);
    padding: 10px 0;
    resize: none;
    font-size: 14px
}

input::-webkit-input-placeholder {
    color: var(--font-color) !important
}

.form-line input::placeholder,
.form-line textarea::placeholder {
    color: var(--font-color);
    opacity: 1
}

input[type=date]:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=url]:focus,
select:focus,
textarea:focus {
    border-color: var(--font-color)
}

.form-line input[type="submit"] {
    border: solid 2px #222;
    padding: 14px 30px;
    font-size: 14px;
    background-color: #222;
    outline: 0;
    color: #fff;
    border-radius: 32px;
    margin-top: 50px;
    font-weight: 500
}

.form-line input[type="submit"]:hover {
    cursor: pointer
}

footer {
    margin-bottom: 50px;
    height: 50px
}

.title_h3 {
    font-size: 34px;
    font-weight: 600;
    color: var(--font-color);
    font-family: OpenSans-SemiBold, OpenSans-Medium, 'Microsoft YaHei' !important;
    line-height: 1.35
}

footer p {
    color: var(--font-color);
    font-size: 14px
}

.footer-social ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.footer-social ul li {
    display: inline-block;
    font-size: 14px;
    font-weight: 300;
    padding-right: 35px
}

.footer-social ul li a {
    color: var(--font-color);
    font-size: 13px;
    font-weight: 600
}

.footer-social ul li a:hover {
    opacity: .5;
    cursor: pointer
}

.swiper_social_box {
    position: relative;
    font-size: 14px;
    font-weight: 600
}

.swiper_social_box .light {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80px;
    height: 80px;
    margin-left: -40px;
    margin-top: -40px;
    z-index: 1;
    -webkit-transform-origin: -20px 160px;
    transform-origin: -20px 160px;
    pointer-events: none;
    color: #ffda19;
    opacity: .5
}

.sun-2xrJLVZ:after,
.sun-2xrJLVZ:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: auto;
    top: 0;
    bottom: auto;
    width: 100%;
    height: 100%;
    border-radius: 50%
}

.sun-2xrJLVZ:before {
    background-color: currentColor;
    -webkit-animation: sun-scale-1saVLfZ 3s cubic-bezier(.71, .06, .46, .89) infinite;
    animation: sun-scale-1saVLfZ 3s cubic-bezier(.71, .06, .46, .89) infinite
}

@media only screen and (min-width:600px) and (max-width:768px) {
    .header-menu-icon {
        bottom: 12px
    }

    .content-info h2 {
        font-size: 28px
    }

    .content-info p {
        font-size: 16px
    }
}

@-webkit-keyframes sun-scale-1saVLfZ {

    0%,
    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    30% {
        -webkit-transform: scale(.95);
        transform: scale(.95)
    }
}

@keyframes sun-scale-1saVLfZ {

    0%,
    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    30% {
        -webkit-transform: scale(.95);
        transform: scale(.95)
    }
}

.sun-2xrJLVZ:after {
    -webkit-animation: sun-border-18QsgQw 3s ease-in-out infinite;
    animation: sun-border-18QsgQw 3s ease-in-out infinite;
    border: 2px solid;
    -webkit-transform: scale(.85);
    transform: scale(.85)
}

.theme-color-icon-L4D1vIK.type-sun-2O-5Gfm {
    color: #ffda19;
    opacity: .5
}

.theme-color-icon-L4D1vIK.type-moon-1bbZpOf {
    opacity: .8
}

.theme-color-icon-L4D1vIK {
    display: none
}

.theme-color-icon-L4D1vIK {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    margin-left: -25px;
    margin-top: -25px;
    z-index: -2;
    -webkit-transform-origin: -20px 160px;
    transform-origin: -20px 160px;
    pointer-events: none;
    transition: all 1s ease-in
}

.sun-2xrJLVZ:after {
    -webkit-animation: sun-border-18QsgQw 3s ease-in-out infinite;
    animation: sun-border-18QsgQw 3s ease-in-out infinite;
    border: 2px solid;
    -webkit-transform: scale(.85);
    transform: scale(.85)
}

@-webkit-keyframes sun-border-18QsgQw {
    0% {
        -webkit-transform: scale(.85);
        transform: scale(.85);
        opacity: 1
    }

    50% {
        opacity: 1
    }

    to {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 0
    }
}

@keyframes sun-border-18QsgQw {
    0% {
        -webkit-transform: scale(.85);
        transform: scale(.85);
        opacity: 1
    }

    50% {
        opacity: 1
    }

    to {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 0
    }
}

.light_click,
.dark_click {
    /* cursor: url("../images/logo/mouse2.svg") 16 16, auto */
}

.dark_click,
.light_click {
    border-bottom: 1px solid var(--font-color)
}

.dark_click a,
.light_click a {
    color: var(--font-color)
}

.light_click:hover,
.dark_click:hover {
    border-bottom: 1px solid var(--font-color)
}

.type-moon-1bbZpOf {
    display: none
}

.type-moon-1bbZpOf {
    transform: rotate(90deg)
}

.dark_click {
    display: none
}

.WorkPreview-video,
.bike_image_video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    object-fit: cover
}

.dark,
.mb_menu_footer,
.mb_menu_logo {
    display: none
}

.lange div a {
    color: #9d9fae;
    font-weight: bold
}

.dark_click,
.light_click {
    font-weight: bold
}

.lang_active {
    color: var(--logo) !important
}

.swiper-slide-images {
    padding-bottom: 56%;
    width: 100%;
    position: relative
}

.swiper-slide-images img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.swipers_s {
    position: relative;
    width: 100%;
    height: auto
}

.lanIconFont {
    font-weight: 500;
    font-size: 30px
}
