@font-face {
    font-family: BebasNeueBold;
    src: url(../fonts/BebasNeueBold.otf)
}

@font-face {
    font-family: BebasNeueLight;
    src: url(../fonts/BebasNeueLight.otf)
}

@font-face {
    font-family: HONORSansCN-Thin;
    src: url(../fonts/HONORSansCN-Thin.ttf)
}

@font-face {
    font-family: HONORSansCN-Bold;
    src: url(../fonts/HONORSansCN-Bold.ttf)
}

@font-face {
    font-family: HONORSansCN-Light;
    src: url(../fonts/HONORSansCN-Light.ttf)
}

@font-face {
    font-family: HONORSansCN-Regular;
    src: url(../fonts/HONORSansCN-Regular.ttf)
}

html {
    font-size: 100px
}

* {
    font-family: HONORSansCN-Regular
}

.header.header-fixed,
.header.header-fixed.black {
    backdrop-filter: saturate(1.8) blur(30px);
    background-color: rgba(255, 255, 255, .3)
}

.header.header-fixed .logo .black,
.header.header-fixed.black .logo .black {
    display: block
}

.header.header-fixed .logo .white,
.header.header-fixed.black .logo .white {
    display: none
}

.header.header-fixed .hd-r .lang span,
.header.header-fixed.black .hd-r .lang span {
    color: #1e1e1e
}

.header.header-fixed .hd-r .lang i,
.header.header-fixed.black .hd-r .lang i {
    background-image: url(../images/lang.svg)
}

.header.header-fixed .hd-r .menu span,
.header.header-fixed.black .hd-r .menu span {
    color: #1e1e1e
}

.header.header-fixed .hd-r .menu i,
.header.header-fixed.black .hd-r .menu i {
    background-image: url(../images/menu.svg)
}

.header.black,
.header.open,
.header.open.header-fixed,
.header.open.header-fixed.black {
    background: 0 0
}

.header.black .logo .black,
.header.open .logo .black,
.header.open.header-fixed .logo .black,
.header.open.header-fixed.black .logo .black {
    display: none
}

.header.black .logo .white,
.header.open .logo .white,
.header.open.header-fixed .logo .white,
.header.open.header-fixed.black .logo .white {
    display: block
}

.header.black .hd-r .lang span,
.header.open .hd-r .lang span,
.header.open.header-fixed .hd-r .lang span,
.header.open.header-fixed.black .hd-r .lang span {
    color: #fff
}

.header.black .hd-r .lang i,
.header.open .hd-r .lang i,
.header.open.header-fixed .hd-r .lang i,
.header.open.header-fixed.black .hd-r .lang i {
    background-image: url(../images/lang-w.svg)
}

.header.black .hd-r .menu span,
.header.open .hd-r .menu span,
.header.open.header-fixed .hd-r .menu span,
.header.open.header-fixed.black .hd-r .menu span {
    color: #fff
}

.header.black .hd-r .menu i,
.header.open .hd-r .menu i,
.header.open.header-fixed .hd-r .menu i,
.header.open.header-fixed.black .hd-r .menu i {
    background-image: url(../images/menu-w.svg)
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 200;
    height: 1.6rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 1rem;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.header .logo {
    display: block;
    height: .54rem
}

.header .logo img {
    display: block;
    height: 100%
}

.header .logo .white {
    display: none
}

.header .logo .black {
    display: block
}

.header .hd-r {
    display: flex;
    align-items: center
}

.header .hd-r .menu {
    display: flex;
    align-items: center;
    cursor: pointer
}

.header .hd-r .menu span {
    color: #1e1e1e;
    font-size: .14rem;
    margin-right: .09rem
}

.header .hd-r .menu i {
    background: url(../images/menu.svg) no-repeat center center/contain;
    width: .5rem;
    height: .18rem
}

.header .hd-r .menu.open i {
    background-image: url(../images/close.svg) !important
}

.lang {
    display: flex;
    align-items: center;
    margin-right: .8rem
}

.lang i {
    background: url(../images/lang.svg) no-repeat center center/contain;
    display: block;
    width: .25rem;
    height: .25rem;
    margin-right: .1rem
}

.lang span {
    color: #1e1e1e;
    font-size: .14rem
}

.header-menu.open {
    pointer-events: auto
}

.header-menu.open:after {
    width: 100%;
    height: 100%;
    border-radius: 0
}

.header-menu.open .inner {
    opacity: 1;
    pointer-events: auto;
    -webkit-transition: all .3s .5s;
    -moz-transition: all .3s .5s;
    -ms-transition: all .3s .5s;
    -o-transition: all .3s .5s;
    transition: all .3s .5s
}

.header-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 190;
    padding: 1.6rem .4rem .4rem;
    pointer-events: none
}

.header-menu:After {
    content: '';
    position: absolute;
    z-index: 1;
    right: 0;
    top: 0;
    width: 0;
    height: 0;
    background: #000;
    border-radius: 1rem;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    pointer-events: none
}

.header-menu .inner {
    position: relative;
    z-index: 2;
    -webkit-transition: all .3s 0s;
    -moz-transition: all .3s 0s;
    -ms-transition: all .3s 0s;
    -o-transition: all .3s 0s;
    transition: all .3s 0s;
    width: 100%;
    display: flex;
    opacity: 0;
    pointer-events: none
}

.header-menu .pic {
    flex: 0 0 12rem;
    width: 12rem;
    position: relative
}

.header-menu .pic img {
    display: block;
    width: 100%
}

.header-menu .pic .text-swi {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    pointer-events: none
}

.header-menu .pic .text-swi .swiper-wrapper {
    transition-timing-function: linear
}

.header-menu .pic .text-swi .swiper-slide {
    width: auto
}

.header-menu .pic .text-swi .txt {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 0.32rem;
    white-space: nowrap
}

.header-menu .pic .text-swi .txt em {
    font-family: HONORSansCN-Bold
}

.header-menu .pic .text-swi .txt span {
    font-family: HONORSansCN-Thin
}

.header-menu .right {
    flex: 1;
    background-color: #fff;
    padding: .8rem;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-between
}

.header-menu .nav .item+.item {
    margin-top: .8rem
}

.header-menu .nav .item {
    text-align: right
}

.header-menu .nav .item a {
    font-size: .24rem;
    color: #1e1e1e;
    font-family: HONORSansCN-Light;
    position: relative
}

.header-menu .nav .item a:after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: .08rem;
    background: #1e1e1e;
    bottom: -.18rem;
    opacity: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.header-menu .nav .item a:hover:After {
    opacity: 1
}

.header-menu .media-list {
    display: flex;
    align-items: center;
    justify-content: flex-end
}

.header-menu .media-list a.wx i {
    background: url(../images/wx.svg) no-repeat center center/auto .26rem
}

.header-menu .media-list a.xhs i {
    background: url(../images/xhs.svg) no-repeat center center/auto .23rem
}

.header-menu .media-list a.dy i {
    background: url(../images/dy.svg) no-repeat center center/auto .26rem
}

.header-menu .media-list a.sph i {
    background: url(../images/sph.svg) no-repeat center center/auto .26rem
}

.header-menu .media-list a.wx:hover i {
    background: url(../images/wx-w.svg) no-repeat center center/auto .26rem
}

.header-menu .media-list a.xhs:hover i {
    background: url(../images/xhs-w.svg) no-repeat center center/auto .23rem
}

.header-menu .media-list a.dy:hover i {
    background: url(../images/dy-w.svg) no-repeat center center/auto .26rem
}

.header-menu .media-list a.sph:hover i {
    background: url(../images/sph-w.svg) no-repeat center center/auto .26rem
}

.header-menu .media-list a {
    position: relative;
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    border: 1px solid #1e1e1e;
    display: flex;
    align-items: center;
    justify-content: center
}

.header-menu .media-list a i {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 2
}

.header-menu .media-list a .qr {
    position: absolute;
    width: 1.4rem;
    height: 1.4rem;
    background: #f5f5f5;
    box-shadow: 0 35px 60px 0 rgba(0, 0, 0, .15);
    left: 50%;
    margin-left: -.7rem;
    bottom: calc(100% + .2rem);
    pointer-events: none;
    padding: .1rem;
    opacity: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.header-menu .media-list a .qr img {
    display: block;
    width: 100%;
    height: 100%
}

.header-menu .media-list a:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    border-radius: 50%;
    background: linear-gradient(-45deg, #000 0, #1e1e1e 100%)
}

.header-menu .media-list a:hover:after {
    width: 100%;
    height: 100%
}

.header-menu .media-list a:hover .qr {
    opacity: 1;
    pointer-events: auto
}

.header-menu .media-list a+a {
    margin-left: .2rem
}

.banner {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    padding: 1.6rem .6rem 0
}

.ban-swi {
    position: relative;
    overflow: hidden
}

.ban-swi .swiper-slide-active .ban-item .pic img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: opacity 1s 1s, transform 10s;
    -moz-transition: opacity 1s 1s, transform 10s;
    -ms-transition: opacity 1s 1s, transform 10s;
    -o-transition: opacity 1s 1s, transform 10s;
    transition: opacity 1s 1s, transform 10s
}

.ban-swi .ban-item {
    height: calc(100vh - 1.6rem);
    position: relative
}

.ban-swi .ban-item .pic {
    display: block;
    width: 100%;
    height: 100%
}

.ban-swi .ban-item .pic img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: opacity 0s, transform 0s 1s;
    -moz-transition: opacity 0s, transform 0s 1s;
    -ms-transition: opacity 0s, transform 0s 1s;
    -o-transition: opacity 0s, transform 0s 1s;
    transition: opacity 0s, transform 0s 1s;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2)
}

.ban-swi .ban-item .text {
    position: absolute;
    top: 0;
    height: 100%;
    right: 0;
    width: 40%;
    background-color: #fff;
    z-index: 2
}

.ban-swi .ban-item .text:after {
    content: '';
    position: absolute;
    width: 152px;
    height: 100%;
    top: 0;
    left: -150px;
    background-color: #fff;
    clip-path: polygon(100% 0, 100% 100%, 0 100%);
    transition: left .5s ease-in-out
}

.ban-swi .ban-item .text .inner {
    position: absolute;
    right: .6rem;
    bottom: 2.5rem;
    max-width: 6rem
}

.ban-swi .ban-item .text h3 {
    font-weight: 400;
    font-family: HONORSansCN-Light;
    font-size: .32rem;
    color: #1e1e1e;
    margin-bottom: .6rem
}

.ban-swi .swiper-button-next {
    width: 1.2rem;
    height: 1.2rem;
    background: #f5f5f5;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: static;
    margin: 0;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0)
}

.ban-swi .swiper-button-next:after {
    content: '';
    background: url(../images/arrow.svg) no-repeat center center/contain;
    width: .25rem;
    height: .25rem
}

.banner .swiper-pagination {
    position: absolute;
    left: 0;
    bottom: .9rem;
    right: 0;
    font-size: 0;
    text-align: right;
    z-index: 10
}

.banner .swiper-pagination .swiper-pagination-bullet {
    margin: 0 8px;
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    position: relative;
    background-color: transparent;
    opacity: 1;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.banner .swiper-pagination .swiper-pagination-bullet:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 5px;
    height: 5px;
    background: #1e1e1e;
    border-radius: 50%
}

.banner .swiper-pagination .swiper-pagination-bullet-active:before {
    content: '';
    position: absolute;
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px;
    border: 2px solid rgba(30, 30, 30, .3);
    border-radius: 50%
}

.banner .swiper-pagination .swiper-pagination-bullet svg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.banner .swiper-pagination .swiper-pagination-bullet svg circle {
    width: 100%;
    height: 100%
}

.banner .swiper-pagination .swiper-pagination-bullet-active svg {
    animation: circleLoad 5s linear;
    opacity: 1
}

@keyframes circleLoad {
    0% {
        stroke-dashoffset: 65
    }

    100% {
        stroke-dashoffset: 0
    }
}

.home-sec1 {
    padding: 2.4rem 0;
    background-color: #fff;
    position: relative;
    z-index: 20
}

.home-mod1 {
    display: flex
}

.home-mod1 .left {
    flex: 0 0 4.5rem;
    margin-right: 1.4rem
}

.home-mod1 .left .logo {
    font-size: .2rem;
    margin-bottom: 1rem;
    color: #1e1e1e;
    display: flex
}

.home-mod1 .left .logo em {
    display: block;
    font-family: HONORSansCN-Bold
}

.home-mod1 .left .logo span {
    display: block;
    font-family: HONORSansCN-Light
}

.home-mod1 .left .txt h3 {
    font-weight: 400;
    font-size: .42rem;
    color: #1e1e1e;
    margin-bottom: .5rem
}

.home-mod1 .left .txt p {
    font-family: HONORSansCN-Light;
    font-size: .16rem;
    color: #1e1e1e;
    line-height: .3rem
}

.home-mod1 .left .txt .g-btn {
    margin-top: .8rem
}

.home-mod1 .right .txt {
    max-width: 4.2rem;
    text-align: justify;
    font-size: .16rem;
    color: #1e1e1e;
    line-height: .3rem;
    font-family: HONORSansCN-Light;
    margin-bottom: .5rem
}

.home-mod1 .right .pic {
    position: relative
}

.home-mod1 .right .pic img {
    display: block;
    width: 100%
}

.home-mod1 .right .pic:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 4.2rem;
    height: 1.2rem;
    background-color: #fff
}

.home-mod1 .right .pic:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 4.2rem;
    height: 1.2rem;
    background-color: #fff
}

.g-btn.white:hover,
.g-btn:hover {
    background: #000;
    transition: 0s 1s
}

.g-btn.white:hover:after,
.g-btn:hover:after {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0)
}

.g-btn.white:hover span,
.g-btn:hover span {
    color: #fff
}

.g-btn {
    width: 2.6rem;
    height: 1rem;
    background: #f5f5f5;
    border-radius: .5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
    transition: 0s 0s
}

.g-btn:after {
    border-radius: .5rem;
    content: '';
    position: absolute;
    top: -2px;
    right: -2px;
    left: -2px;
    bottom: -2px;
    background: #000;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    transition: 1s cubic-bezier(.36, 0, 0, .99)
}

.g-btn span {
    font-family: HONORSansCN-Light;
    font-size: .14rem;
    color: #1e1e1e;
    transition: 1s cubic-bezier(.36, 0, 0, .99);
    position: relative;
    z-index: 2
}

.g-btn span p {
    color: #c3c1c1
}

.g-btn.white {
    background: #fff
}

.g-btn.black {
    background: #1e1e1e
}

.g-btn.black:after {
    background: #fff
}

.g-btn.black span {
    color: #fff
}

.g-btn.white.plain {
    background: 0 0;
    border: 1px solid #fff
}

.g-btn.white.plain:after {
    background: #fff
}

.g-btn.white.plain span {
    color: #fff
}

.g-btn.black:hover span,
.g-btn.white.plain:hover span {
    color: #000
}

.home-sec {
    background-color: #fff;
    position: relative;
    z-index: 2
}

.home-sec2 {
    position: relative;
    background-color: #fff
}

.home-sec2 .text {
    pointer-events: none;
    position: absolute;
    right: 1rem;
    bottom: .1rem;
    z-index: 20;
    display: flex;
    align-items: center
}

.home-sec2 .text em {
    letter-spacing: .68rem;
    display: block;
    font-family: HONORSansCN-Light;
    font-size: .2rem;
    color: #fff;
    line-height: .3rem;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    margin-right: -1.2rem
}

.home-sec2 .text span {
    font-family: BebasNeueBold;
    font-weight: 400;
    font-size: 3.6rem;
    color: rgba(30, 30, 30, 0);
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .3) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1
}

.pic-swi {
    position: relative;
    overflow: hidden
}

.pic-swi .swiper-slide-active .pic img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: opacity 1s 1s, transform 10s;
    -moz-transition: opacity 1s 1s, transform 10s;
    -ms-transition: opacity 1s 1s, transform 10s;
    -o-transition: opacity 1s 1s, transform 10s;
    transition: opacity 1s 1s, transform 10s
}

.pic-swi .pic {
    height: 100vh;
    overflow: hidden
}

.pic-swi .pic img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: opacity 0s, transform 0s 1s;
    -moz-transition: opacity 0s, transform 0s 1s;
    -ms-transition: opacity 0s, transform 0s 1s;
    -o-transition: opacity 0s, transform 0s 1s;
    transition: opacity 0s, transform 0s 1s;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2)
}

.pic-swi .swiper-pagination {
    text-align: left;
    padding-left: 1rem;
    margin: 0;
    bottom: .8rem;
    display: flex;
    align-items: center
}

.pic-swi .swiper-pagination .swiper-pagination-bullet {
    width: .1rem;
    height: .1rem;
    background: #d9d9d9;
    border-radius: 50%;
    margin: 0 .15rem;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    opacity: 1
}

.pic-swi .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: .16rem;
    height: .16rem;
    background: #1e1e1e;
    border-radius: 50%
}

.home-sec3 {
    background: #f5f5f5;
    padding: 1.6rem 0 2.4rem
}

.home-sec3 .g-btn {
    margin: 0 auto
}

.g-sec-title {
    text-align: center;
    margin-bottom: .8rem
}

.g-sec-title h3 {
    font-weight: 400;
    font-size: .42rem;
    color: #1e1e1e;
    margin-bottom: .5rem
}

.g-sec-title p {
    max-width: 8.6rem;
    text-align: center;
    margin: 0 auto;
    font-family: HONORSansCN-Light;
    font-size: .16rem;
    color: #1e1e1e;
    line-height: .3rem
}

.project-wrap {
    overflow: hidden;
    margin-bottom: .8rem
}

.project-wrap .swiper-slide.swiper-slide-active .project-item .pic img {
    filter: grayscale(0)
}

.project-item {
    display: block
}

.project-item .pic:hover img {
    transform: scale(1.3) rotate(3deg);
    filter: grayscale(0)
}

.project-item .pic {
    padding-top: 100%;
    position: relative;
    overflow: hidden
}

.project-item .pic img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    transition: 1s cubic-bezier(.36, 0, 0, .99);
    filter: grayscale(100%)
}

.project-item .txt {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: .3rem
}

.project-item .txt .tit {
    font-size: .2rem;
    color: #1e1e1e;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 70%
}

.project-item .txt .type {
    font-size: .14rem;
    color: #c3c1c1
}

.home-sec4 {
    padding: 2.4rem 0;
    background-color: #fff
}

.news-list {
    display: flex;
    margin: 0 -.3rem
}

.news-list .item {
    flex: 0 0 33.3%;
    width: 33.3%
}

.news-list .item .inner:hover {
    box-shadow: 0rem 0rem 1rem 0rem rgba(0, 0, 0, .15)
}

.news-list .item .inner:hover .pic img {
    transform: scale(1.3) rotate(3deg)
}

.news-list .item .inner {
    display: block;
    margin: 0 .3rem;
    transition: 1s cubic-bezier(.36, 0, 0, .99);
    height: 100%;
    background: #f9f9f9
}

.news-list .item .inner .pic {
    padding-top: 125%;
    position: relative;
    overflow: hidden
}

.news-list .item .inner .pic img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transition: 1s cubic-bezier(.36, 0, 0, .99)
}

.news-list .item .inner .txt {
    padding: .3rem .3rem .6rem
}

.news-list .item .inner .txt .top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: .16rem;
    color: #c3c1c1;
    margin-bottom: .25rem
}

.news-list .item .inner .txt .top em {
    font-family: HONORSansCN-Light
}

.news-list .item .inner .txt .tit {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: .2rem;
    color: #1e1e1e
}

.home-sec5 {
    position: relative
}

.home-sec5:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 40%, #000 60%);
    z-index: 1
}

.home-sec5 .wp {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 10
}

.home-sec5 .wp .text {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff
}

.home-sec5 .wp .text h3 {
    font-size: .32rem;
    color: #fff;
    font-weight: 400;
    margin-bottom: .5rem;
    max-width: 7rem;
    text-align: center;
}

.home-sec5 .wp .text .g-btn {
    margin: 0 auto
}

.map {
    height: 4.6rem
}

.mapboxgl-marker.marker {
    width: .2rem;
    height: .2rem;
    background: #fff;
    border-radius: 50%;
    position: relative
}

.mapboxgl-marker.marker:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: .6rem;
    height: .6rem;
    background: #fff;
    border-radius: 50%;
    opacity: .3
}

.mapboxgl-marker.marker:before {
    content: "";
    border-radius: inherit;
    background-color: rgba(255, 255, 255, .1);
    animation: ping 2s cubic-bezier(0, 0, .2, 1) infinite;
    position: absolute;
    top: 50%;
    left: 50%;
    width: .6rem;
    height: .6rem;
    margin-top: -.3rem;
    margin-left: -.3rem
}

@keyframes ping {

    75%,
    to {
        transform: scale(2);
        opacity: 0
    }
}

.mapboxgl-marker.marker2 {
    width: .96rem;
    height: .33rem;
    background: url(../images/logo-w.png) no-repeat center center/contain;
    margin-top: .8rem
}

.footer .fd-top {
    background-color: #fff;
    padding: 2rem 0
}

.footer .fd-top .wp {
    display: flex;
    justify-content: space-between
}

.footer .fd-top .fd-left .logo {
    height: .85rem;
    margin-bottom: .6rem;
    display: block
}

.footer .fd-top .fd-left .logo img {
    display: block;
    height: 100%
}

.footer .fd-top .fd-left .btn:hover:after {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0)
}

.footer .fd-top .fd-left .btn:hover span {
    color: #fff
}

.footer .fd-top .fd-left .btn:hover i {
    background-image: url(../images/arrow-w.svg)
}

.footer .fd-top .fd-left .btn {
    width: 4rem;
    height: 1rem;
    background: #f5f5f5;
    border-radius: .5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 .4rem;
    overflow: hidden;
    position: relative
}

.footer .fd-top .fd-left .btn:after {
    content: '';
    z-index: 1;
    background: #1e1e1e;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: .5rem;
    -webkit-transform: translateX(-110%);
    -moz-transform: translateX(-110%);
    -ms-transform: translateX(-110%);
    -o-transform: translateX(-110%);
    transform: translateX(-110%);
    transition: 1s cubic-bezier(.36, 0, 0, .99)
}

.footer .fd-top .fd-left .btn span {
    position: relative;
    z-index: 2;
    font-size: .16rem;
    color: #1e1e1e;
    font-family: HONORSansCN-Light;
    transition: 1s cubic-bezier(.36, 0, 0, .99)
}

.footer .fd-top .fd-left .btn i {
    position: relative;
    z-index: 2;
    background: url(../images/arrow.svg) no-repeat center center/contain;
    width: .32rem;
    height: .32rem;
    transition: 1s cubic-bezier(.36, 0, 0, .99)
}

.footer .fd-top .fd-nav {
    display: flex;
    align-items: center;
    margin-bottom: 1.3rem;
    justify-content: flex-end
}

.footer .fd-top .fd-nav a+a {
    margin-left: .7rem
}

.footer .fd-top .fd-nav a {
    font-size: .2rem;
    color: #1e1e1e;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.footer .fd-top .fd-nav a:hover {
    opacity: .5
}

.footer .fd-top .fd-media {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: .8rem
}

.footer .fd-top .fd-media a:nth-child(2) {
    margin: 0 .6rem
}

.footer .fd-top .fd-media a:nth-child(2) img {
    height: .2rem
}

.footer .fd-top .fd-media a:hover .qr {
    opacity: 1;
    pointer-events: auto
}

.footer .fd-top .fd-media a {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative
}

.footer .fd-top .fd-media a img {
    height: .26rem;
    display: block
}

.footer .fd-top .fd-media a .qr {
    position: absolute;
    bottom: calc(100% + .1rem);
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 1.4rem;
    height: 1.4rem;
    border-radius: .04rem;
    background-color: #fff;
    padding: .1rem;
    box-shadow: 0 0 .1rem 0 rgba(0, 0, 0, .1);
    opacity: 0;
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    -ms-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
    pointer-events: none
}

.footer .fd-top .fd-media a .qr img {
    display: block;
    width: 100%;
    height: 100%
}

.footer .fd-top .fd-address {
    text-align: right;
    color: #1e1e1e
}

.footer .fd-top .fd-address h3 {
    font-weight: 400;
    font-size: .2rem;
    margin-bottom: .2rem
}

.footer .fd-top .fd-address p {
    font-family: HONORSansCN-Light;
    font-size: .16rem
}

.footer .copyright {
    padding: .6rem 0;
    background: #1e1e1e;
    font-size: .16rem;
    font-family: HONORSansCN-Light;
    text-align: center;
    color: #fff
}

.footer .copyright a {
    color: #fff
}

.mapboxgl-ctrl-attrib-inner,
.mapboxgl-ctrl-logo {
    display: none !important
}

.banner-video {
    height: 100vh;
    background: #000;
    position: sticky;
    top: 0;
    left: 0;
    width: 100%
}

.banner-video:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    background: linear-gradient(0deg, #000 0, rgba(0, 0, 0, 0) 100%)
}

.banner-video video {
    z-index: 1;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover
}

.banner-video .wp {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    bottom: 1.2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 3
}

.banner-video .wp .title {
    font-size: .52rem;
    color: #fff;
    letter-spacing: .2rem
}

.banner-video .tools {
    display: flex;
    align-items: center;
    justify-content: flex-end
}

.banner-video .tools .icon+.icon {
    margin-left: .1rem
}

.banner-video .tools .icon {
    width: .6rem;
    height: .6rem;
    background: #fff;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center
}

.banner-video .tools .icon img {
    display: block;
    width: .2rem;
    height: .2rem
}

.banner-video .tools .icon.hide {
    display: none
}

.about-sec {
    background-color: #fff;
    position: relative;
    z-index: 2
}

.about-sec1 {
    padding: 2.4rem 0;
    background: #f5f5f5
}

.about-sec1 .wp {
    display: flex
}

.about-sec1 .wp .title {
    flex: 0 0 4.0rem;
    margin-right: 1.8rem;
    font-size: .42rem;
    color: #1e1e1e
}

.about-sec1 .wp .text {
    padding-top: .6rem;
    flex: 1
}

.about-sec1 .wp .text .date {
    margin-bottom: .6rem;
    text-align: right;
    font-size: .16rem;
    color: #c3c1c1;
    letter-spacing: 6px
}

.about-sec1 .wp .text .desc {
    font-size: .16rem;
    color: #1e1e1e;
    line-height: .3rem
}

.about-sec1 .wp .text .desc p {
    font-family: HONORSansCN-Light
}

.about-sec1 .wp .text .desc b {
    font-family: HONORSansCN-Regular;
    font-weight: 400
}

.about-sec1 .wp .text .desc p+p {
    margin-top: .3rem
}

.about-sec1 .wp .g-btn {
    margin-top: .8rem
}

.about-sec2 .pic-swi .swiper-pagination {
    padding-left: 0;
    justify-content: center
}

.about-sec3 {
    padding: 2.4rem 0
}

.step-list .item+.item {
    margin-top: .6rem
}

.step-list .item {
    background: #f5f5f5;
    padding: 0 .4rem .4rem
}

.step-list .item .title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: .4rem 0;
    border-bottom: 1px solid #d9d9d9
}

.step-list .item .title .left {
    display: flex;
    align-items: center
}

.step-list .item .title .left .icon {
    width: 1rem;
    height: 1rem;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: .3rem
}

.step-list .item .title .left .icon img {
    display: block;
    width: .4rem
}

.step-list .item .title .left h3 {
    font-size: .32rem;
    color: #1e1e1e;
    font-weight: 400
}

.step-list .item .title .en {
    font-size: .16rem;
    color: #c3c1c1;
    letter-spacing: 10px;
    text-transform: uppercase
}

.step-list .item .row:last-child {
    border-bottom: none
}

.step-list .item .row {
    border-bottom: 1px solid #d9d9d9
}

.step-list .item .row .tit.open .icon {
    background-image: url(../images/reduce.svg)
}

.step-list .item .row .tit {
    cursor: pointer;
    padding: .48rem 0;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.step-list .item .row .tit h3 {
    font-weight: 400;
    font-size: .24rem;
    color: #333
}

.step-list .item .row .tit .icon {
    background: url(../images/plus.svg) no-repeat center center/contain;
    width: .18rem;
    height: .18rem
}

.step-list .item .row .box {
    display: none;
    padding-bottom: .6rem;
    font-size: .16rem;
    color: #333
}

.step-list .item .row .box img {
    margin-top: .4rem;
    display: block;
    width: 100%
}

.about-sec4 {
    height: 7.5rem;
    position: relative;
    overflow: hidden;
    background: #1b1b1b
}

.about-sec4 .bg {
    position: absolute;
    top: 50%;
    margin-top: -4rem;
    height: 8rem;
    left: 0;
    width: 100%;
    -webkit-transition: transform 2s;
    -moz-transition: transform 2s;
    -ms-transition: transform 2s;
    -o-transition: transform 2s;
    transition: transform 2s
}

.about-sec4 .bg img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.about-sec4 .wp {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center
}

.about-sec4 .wp .title {
    position: relative;
    z-index: 2;
    font-size: .62rem;
    color: #fff;
    letter-spacing: .4rem;
    padding-left: .4rem
}

.about-sec4 .wp .num {
    position: relative;
    z-index: 2;
    font-size: .24rem;
    color: #fff;
    margin: .3rem 0 .6rem
}

.about-sec4 .wp .btn-group {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center
}

.about-sec4 .wp .btn-group .g-btn+.g-btn {
    margin-left: .4rem
}

.about-sec4 .wp .en {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3.6rem;
    color: #fff;
    opacity: .02;
    font-family: BebasNeueBold;
    text-transform: uppercase;
    pointer-events: none;
    z-index: 1
}

.inner-banner {
    height: 5.5rem;
    position: relative;
    background: linear-gradient(-45deg, #000 0, #1e1e1e 100%)
}

.inner-banner img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover
}

.inner-banner .wp {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    bottom: 1.2rem;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.inner-banner .wp .title {
    font-size: .52rem;
    color: #fff;
    letter-spacing: .2rem
}

.inner-banner .wp .title2 {
    font-size: .52rem;
    color: #fff
}

.inner-banner .wp .title2 .logo {
    height: .4rem;
    margin-bottom: .5rem
}

.inner-banner .wp .title2 img {
    position: static;
    width: auto;
    height: 100%
}

.inner-banner .wp .btn-group {
    position: absolute;
    right: 0;
    bottom: -1.8rem
}

.inner-banner .wp .btn-group .btn+.btn {
    margin-top: .3rem
}

.inner-banner .wp .btn-group .btn {
    width: 1.2rem;
    height: 1.2rem;
    background: linear-gradient(-45deg, #000 0, #1e1e1e 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.inner-banner .wp .btn-group .btn img {
    position: static;
    width: .25rem;
    height: .25rem
}

.inner-banner .wp .btn-group .btn:hover {
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
    transform: translateX(10px)
}

.inner-banner .wp .btn-group .btn.link {
    background: #fff
}

.project-sec {
    padding: 2.4rem 0;
    background: #f5f5f5
}

.filter-mod {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1.8rem
}

.filter-mod .text {
    flex: 0 0 6.6rem
}

.filter-mod .text h3 {
    font-size: .52rem;
    color: #1e1e1e;
    line-height: .95rem;
    font-weight: 400;
    white-space: pre-line;
    margin-bottom: .7rem
}

.filter-mod .text .change span {
    cursor: pointer;
    display: inline-block;
    font-size: .2rem;
    color: #1e1e1e;
    padding-bottom: .2rem;
    border-bottom: .05rem solid #1e1e1e;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.filter-mod .text .change span:hover {
    opacity: .8
}

.filter-mod .filter {
    flex: 0 0 6.6rem
}

.filter-mod .filter .row+.row {
    margin-top: .3rem
}

.filter-mod .filter .row:first-child .item span {
    border: 1px solid #1e1e1e
}

.filter-mod .filter .row {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -.2rem;
    margin-right: -.4rem
}

.filter-mod .filter .row .item {
    display: block;
    position: relative;
    margin-bottom: .2rem;
    margin-right: .2rem;
    overflow: hidden
}

.filter-mod .filter .row .item span {
    display: flex;
    align-items: center;
    justify-content: center;
    height: .8rem;
    border-radius: .4rem;
    border: 1px solid #e5e5e5;
    cursor: pointer;
    padding: 0 .3rem;
    font-size: .16rem;
    color: #1e1e1e;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.filter-mod .filter .row .item input {
    position: absolute;
    left: -9999px
}

.filter-mod .filter .row .item input:checked+span {
    background: linear-gradient(-45deg, #000 0, #1e1e1e 100%);
    color: #fff
}

.filter-mod .filter .row .item span:hover {
    background: #e5e5e5
}

.project-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -.6rem
}

.project-list .item {
    flex: 0 0 50%;
    width: 50%;
    margin-bottom: 1.2rem
}

.project-list .item .inner:hover .pic img {
    transform: scale(1.3) rotate(3deg);
    filter: grayscale(0)
}

.project-list .item .inner {
    display: block;
    margin: 0 .6rem
}

.project-list .item .inner .pic {
    padding-top: 100%;
    position: relative;
    overflow: hidden;
    margin-bottom: .6rem
}

.project-list .item .inner .pic img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    transition: 1s cubic-bezier(.36, 0, 0, .99);
    filter: grayscale(100%)
}

.project-list .item .inner .text h3 {
    font-size: .32rem;
    margin-bottom: .3rem;
    color: #1e1e1e;
    font-weight: 400;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.project-list .item .inner .text .tags {
    display: flex;
    align-items: center
}

.project-list .item .inner .text .tags .tag {
    height: .6rem;
    border-radius: .3rem;
    border: 1px solid #1e1e1e;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 .3rem;
    font-size: .14rem;
    color: #1e1e1e;
    margin-right: .1rem
}

.project-wrap2.df .filter-mod {
    float: left;
    width: 6.6rem;
    flex: 0 0 6.6rem;
    display: block;
    position: sticky;
    top: .7rem;
    left: 0
}

.project-wrap2.df .filter-mod .filter {
    margin-top: .6rem
}

.project-wrap2.df .project-list {
    width: calc(100% - 6.6rem);
    margin: 0
}

.project-wrap2.df .project-list .item {
    flex: 0 0 100%;
    width: 100%;
    display: flex;
    justify-content: flex-end
}

.project-wrap2.df .project-list .item .inner {
    width: 6.6rem;
    margin: 0
}

.pd-sec {
    position: relative;
    z-index: 2
}

.pd-sec1 {
    padding: 1.2rem 0;
    background: linear-gradient(-45deg, #000 0, #1e1e1e 100%)
}

.pd-info {
    display: flex;
    justify-content: space-between
}

.pd-info .left {
    flex: 0 0 6.6rem
}

.pd-info .left p:first-child {
    padding-top: 0
}

.pd-info .left p {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: .3rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, .2)
}

.pd-info .left p span {
    color: #fff;
    opacity: .3
}

.pd-info .left p em {
    font-size: .2rem;
    color: #fff
}

.pd-info .text {
    flex: 0 0 6.6rem;
    font-family: HONORSansCN-Light;
    font-size: .16rem;
    color: #fff;
    line-height: .35rem
}

.pd-info .text p+p {
    margin-top: .4rem
}

.pd-sec2 {
    background: #f5f5f5;
    padding: 2.4rem 0 1rem;
    position: relative;
    overflow: hidden
}

.pd-sec2:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(0deg, #f5f5f5 50%, rgba(245, 245, 245, 0) 100%);
    height: 10.6rem;
    pointer-events: none
}

.pd-sec2 .add-more:hover {
    opacity: .5
}

.pd-sec2 .add-more {
    position: absolute;
    bottom: 2.4rem;
    width: 3rem;
    height: 1rem;
    background: linear-gradient(-45deg, #000 0, #1e1e1e 100%);
    border-radius: .5rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 3;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.pd-sec2 .add-more i {
    background: url(../images/more.svg) no-repeat center center/contain;
    width: .24rem;
    height: .24rem;
    margin-right: .2rem
}

.pd-sec2 .add-more span {
    font-family: HONORSansCN-Light;
    font-size: .14rem;
    color: #fff
}

.photo-list {
    margin: 0 -.6rem
}

.photo-list .photo-item {
    width: 50%;
    margin-bottom: 1.8rem
}

.photo-list .photo-item .pic:hover:after,
.photo-list .photo-item .pic:hover:before {
    opacity: 1
}

.photo-list .photo-item .pic {
    display: block;
    margin: 0 .6rem;
    overflow: hidden;
    position: relative
}

.photo-list .photo-item .pic:after {
    content: '';
    width: 1rem;
    height: 1rem;
    background: rgba(0, 0, 0, .3);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    backdrop-filter: blur(20px);
    opacity: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.photo-list .photo-item .pic:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: url(../images/view.svg) no-repeat center center/contain;
    width: .17rem;
    height: .17rem;
    z-index: 2;
    opacity: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.photo-list .photo-item .pic img {
    display: block;
    width: 100%;
    transition: 1s cubic-bezier(.36, 0, 0, .99);
    filter: grayscale(100%)
}

.photo-list .photo-item .pic:hover img {
    transform: scale(1.3) rotate(3deg);
    filter: grayscale(0)
}

.pd-sec3 {
    display: flex;
    background-color: #1e1e1e;
}

.pd-sec3 .item:hover .text:after {
    opacity: .8
}

.pd-sec3 .item:hover .pic img {
    transform: scale(1.3) rotate(3deg);
    filter: grayscale(0)
}

.pd-sec3 .item {
    flex: 0 0 50%;
    position: relative
}

.pd-sec3 .item .pic {
    padding-top: 100%;
    position: relative;
    overflow: hidden
}

.pd-sec3 .item .pic img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    transition: 1s cubic-bezier(.36, 0, 0, .99);
    filter: grayscale(100%)
}

.pd-sec3 .item .text {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff
}

.pd-sec3 .item .text:After {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(-45deg, #000 0, #1e1e1e 100%);
    opacity: .3;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.pd-sec3 .item .text span {
    font-size: .16rem;
    position: relative;
    z-index: 2
}

.pd-sec3 .item .text h3 {
    font-weight: 400;
    font-size: .42rem;
    margin: .3rem 0 .5rem;
    position: relative;
    z-index: 2;
    max-width: 80%;
    text-align: center;
}

.pd-sec3 .item .text .tags {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2
}

.pd-sec3 .item .text .tags .tag+.tag {
    margin-left: .1rem
}

.pd-sec3 .item .text .tags .tag {
    height: .6rem;
    border-radius: .3rem;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 .3rem;
    font-size: .14rem;
    color: #fff
}

.news-sec1 {
    padding: 2.4rem 0;
    background: #f5f5f5
}

.news-filter {
    display: flex;
    justify-content: space-between;
    padding: .1rem .1rem .1rem .6rem;
    background-color: #fff;
    border-radius: .6rem
}

.news-filter .tab {
    display: flex;
    align-items: center
}

.news-filter .tab .item+.item {
    margin-left: 1rem
}

.news-filter .tab .item {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .2rem;
    color: #1e1e1e;
    cursor: pointer
}

.news-filter .tab .item.active:after {
    content: '';
    position: absolute;
    bottom: -.1rem;
    left: 0;
    width: 100%;
    height: .08rem;
    background: #1e1e1e
}

.m-select {
    position: relative
}

.m-select .show {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 3rem;
    height: 1rem;
    background: #f5f5f5;
    border-radius: .5rem;
    padding: 0 .4rem;
    cursor: pointer
}

.m-select .show i {
    width: .1rem;
    height: .08rem;
    background: url(../images/down.svg) no-repeat center center/contain
}

.m-select .list {
    z-index: 100;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: .2rem .1rem;
    border-radius: .5rem;
    background-color: #fff;
    display: none
}

.m-select .list ul {
    max-height: 3rem;
    overflow-y: auto
}

.m-select .list ul li {
    padding: 0 .3rem;
    font-size: .16rem;
    color: #333;
    line-height: 2;
    cursor: pointer
}

.news-list2 {
    margin-top: .8rem
}

.news-list2 .item:hover {
    background: #fff
}

.news-list2 .item:hover .bot i {
    opacity: 1
}

.news-list2 .item:hover .pic {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) rotate(-15deg);
    -moz-transform: translate(-50%, -50%) rotate(-15deg);
    -ms-transform: translate(-50%, -50%) rotate(-15deg);
    -o-transform: translate(-50%, -50%) rotate(-15deg);
    transform: translate(-50%, -50%) rotate(-15deg)
}

.news-list2 .item {
    background: #f1f1f1;
    position: relative;
    margin-bottom: .6rem;
    padding: 0 .4rem;
    display: block;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.news-list2 .item .top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: .6rem 0
}

.news-list2 .item .top .logo {
    height: .4rem;
    flex: 0 0 30%
}

.news-list2 .item .top .logo img {
    display: block;
    height: 100%
}

.news-list2 .item .top .name {
    flex: 0 0 30%;
    font-size: .16rem;
    color: #c3c1c1;
    text-align: center
}

.news-list2 .item .top .date {
    flex: 0 0 30%;
    text-align: right;
    font-size: .16rem;
    color: #c3c1c1
}

.news-list2 .item .bot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: .6rem
}

.news-list2 .item .bot .title {
    font-size: .28rem;
    color: #1e1e1e
}

.news-list2 .item .bot i {
    background: url(../images/view-b.svg) no-repeat center center/contain;
    width: .25rem;
    height: .25rem;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    opacity: 0
}

.news-list2 .item .pic {
    pointer-events: none;
    opacity: 0;
    width: 4.4rem;
    position: absolute;
    z-index: 90;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    box-shadow: 0 35px 65px 0 rgba(0, 0, 0, .15);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.news-list2 .item .pic img {
    display: block;
    width: 100%
}

.nd-sec1 {
    padding: 1.8rem 0 2.4rem;
    background: #f5f5f5
}

.nd-top {
    display: flex;
    justify-content: space-between;
    margin-bottom: .8rem
}

.nd-top .year {
    display: flex;
    align-items: center;
    color: #1e1e1e;
    font-size: 1.4rem;
    line-height: 1
}

.nd-top .year em {
    font-family: BebasNeueLight
}

.nd-top .year span {
    font-family: BebasNeueBold
}

.nd-top .text {
    flex: 0 0 8rem
}

.nd-top .text .tit {
    display: flex;
    align-items: center;
    margin-bottom: .4rem
}

.nd-top .text .tit i {
    background: url(../images/det.svg) no-repeat center center/contain;
    width: .25rem;
    height: .24rem;
    margin-right: .2rem
}

.nd-top .text .tit span {
    font-size: .16rem;
    color: #c3c1c1;
    font-family: HONORSansCN-Light
}

.nd-top .text h3 {
    font-weight: 400;
    font-size: .32rem;
    color: #1e1e1e;
    margin-bottom: .7rem
}

.nd-top .text p {
    font-size: .16rem;
    color: #1e1e1e;
    line-height: .3rem
}

.nd-top .text p+p {
    margin-top: .3rem
}

.nd-swi-wrap {
    padding: .4rem .25rem;
    background-color: #fff;
    position: relative
}

.nd-swi-wrap .scale:hover {
    background: #1e1e1e
}

.nd-swi-wrap .scale {
    position: absolute;
    cursor: pointer;
    z-index: 20;
    top: .8rem;
    right: .8rem;
    width: .8rem;
    height: .8rem;
    background: rgba(0, 0, 0, .3);
    border-radius: 50%;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.nd-swi-wrap .scale:after {
    content: '';
    background: url(../images/scale.svg) no-repeat center center/contain;
    width: .16rem;
    height: .17rem;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.nd-swi {
    overflow: hidden;
    position: relative
}

.nd-swi .pic {
    padding-top: 64%;
    position: relative;
    overflow: hidden;
    display: block;
    cursor: default;
    pointer-events: none
}

.nd-swi .pic img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover
}

.nd-swi .swiper-button-prev {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    left: .55rem
}

.nd-swi .swiper-button-next {
    right: .55rem
}

.nd-swi .swiper-button-next,
.nd-swi .swiper-button-prev {
    width: 1rem;
    height: 1rem;
    background: rgba(0, 0, 0, .3);
    border-radius: 50%;
    backdrop-filter: blur(20px);
    opacity: 1;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.nd-swi .swiper-button-next:after,
.nd-swi .swiper-button-prev:after {
    content: '';
    background: url(../images/arrow-w.svg) no-repeat center center/contain;
    width: .17rem;
    height: .17rem;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.nd-swi .swiper-button-next:hover,
.nd-swi .swiper-button-prev:hover {
    background: #1e1e1e
}

.join-sec {
    background: #f5f5f5;
    padding: 2.4rem 0
}

.join-sec .pic-swi .swiper-pagination {
    padding-left: 0;
    justify-content: center
}

.join-sec .pic-swi .pic {
    height: 8rem
}

.join-sec .pic-swi .swiper-pagination .swiper-pagination-bullet {
    background: #fff
}

.join-sec .pic-swi .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #1e1e1e
}

.join-mod {
    text-align: center;
    margin-bottom: .8rem
}

.join-mod .desc {
    font-size: .16rem;
    color: #333;
    line-height: .3rem;
    font-family: HONORSansCN-Light;
    margin-bottom: .8rem
}

.join-mod .email {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.join-mod .email p {
    font-family: HONORSansCN-Light;
    margin-bottom: .2rem;
    font-size: .16rem;
    color: #c4c4c4
}

.join-mod .email span {
    position: relative
}

.join-mod .email span a {
    font-size: .42rem;
    color: #1e1e1e;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.join-mod .email span a:hover {
    opacity: .5
}

.join-mod .email span i {
    position: absolute;
    margin-left: .2rem;
    left: 100%;
    top: 50%;
    width: .6rem;
    height: .6rem;
    background: #fff;
    border-radius: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center
}

.join-mod .email span i img {
    display: block;
    width: .25rem;
    height: .2rem
}

.job-mod {
    margin-top: 2.4rem
}

.job-mod .job-title {
    text-align: center;
    display: flex;
    justify-content: center;
    line-height: 1;
    align-items: flex-end;
    color: #1e1e1e;
    margin-bottom: .8rem
}

.job-mod .job-title h3 {
    font-weight: 400;
    font-size: .42rem;
    margin-right: .2rem
}

.job-mod .job-title em {
    font-size: .16rem
}

.job-list .item+.item {
    margin-top: .4rem
}

.job-list .item {
    background-color: #fff
}

.job-list .item .title {
    cursor: pointer;
    padding: .6rem .4rem;
    background-color: #fff;
    display: flex;
    align-items: center;
    color: #1e1e1e;
    justify-content: space-between
}

.job-list .item .title .name {
    flex: 1;
    width: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-right: .2rem;
    font-size: .24rem
}

.job-list .item .title .pos {
    flex: 0 0 20%;
    display: flex;
    align-items: center
}

.job-list .item .title .pos i {
    background: url(../images/pos.svg) no-repeat center center/contain;
    width: .22rem;
    height: .25rem;
    margin-right: .1rem
}

.job-list .item .title .pos span {
    font-family: HONORSansCN-Light;
    font-size: .16rem;
    color: #333
}

.job-list .item .title .icon {
    background: url(../images/plus.svg) no-repeat center center/contain;
    width: .16rem;
    height: .17rem
}

.job-list .item .title.open .icon {
    background-image: url(../images/reduce2.svg)
}

.job-list .item .box {
    display: none;
    padding: 0 .4rem .4rem
}

.job-list .item .box .top {
    padding-bottom: .4rem;
    margin-bottom: .4rem;
    border-bottom: 1px solid #d9d9d9
}

.job-list .item .box .top h3 {
    font-size: .14rem;
    color: #c3c1c1;
    font-weight: 400;
    margin-bottom: .2rem
}

.job-list .item .box .top p {
    font-family: HONORSansCN-Light;
    font-size: .16rem;
    color: #333;
    line-height: .3rem
}

.job-list .item .box .bot {
    font-size: .16rem;
    color: #333;
    font-family: HONORSansCN-Light
}

.job-list .item .box .bot a {
    font-family: HONORSansCN-Regular;
    color: #333;
    text-decoration: underline;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.job-list .item .box .bot a:hover {
    opacity: .6
}

.map2 {
    height: 100vh;
    pointer-events: none
}

.mapboxgl-marker.marker3 {
    width: 1.2rem;
    height: 1.2rem;
    background: #fff;
    border-radius: .6rem;
    background: #fff url(../images/logo.png) no-repeat center center/auto .34rem
}

.form {
    position: relative;
    margin-top: -1.8rem;
    z-index: 20;
    background: linear-gradient(0deg, #f5f5f5 0, #fff 100%);
    padding: .8rem .6rem
}

.form .form-top {
    margin-bottom: .4rem;
    text-align: center
}

.form .form-top p {
    font-size: .16rem;
    color: #c3c1c1
}

.form .form-top h3 {
    font-size: .32rem;
    color: #1e1e1e;
    margin: .4rem 0 .8rem
}

.form .form-top .tips {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative
}

.form .form-top .tips:afteR {
    content: '';
    width: 4.95rem;
    height: .01rem;
    background: #d9d9d9;
    position: absolute;
    left: 0;
    top: 50%
}

.form .form-top .tips:before {
    content: '';
    width: 4.95rem;
    height: .01rem;
    background: #d9d9d9;
    position: absolute;
    right: 0;
    top: 50%
}

.form .form-top .tips span {
    font-size: .16rem;
    color: #c3c1c1
}

.form .form-bot input::-webkit-input-placeholder {
    color: #c3c1c1;
    font-family: HONORSansCN-Regular
}

.form .form-bot input::-moz-placeholder {
    color: #c3c1c1;
    font-family: HONORSansCN-Regular
}

.form .form-bot input:-moz-placeholder {
    color: #c3c1c1;
    font-family: HONORSansCN-Regular
}

.form .form-bot input:-ms-input-placeholder {
    color: #c3c1c1;
    font-family: HONORSansCN-Regular
}

.form .form-bot textarea::-webkit-input-placeholder {
    color: #c3c1c1;
    font-family: HONORSansCN-Regular
}

.form .form-bot textarea::-moz-placeholder {
    color: #c3c1c1;
    font-family: HONORSansCN-Regular
}

.form .form-bot textarea:-moz-placeholder {
    color: #c3c1c1;
    font-family: HONORSansCN-Regular
}

.form .form-bot textarea:-ms-input-placeholder {
    color: #c3c1c1;
    font-family: HONORSansCN-Regular
}

.form .form-bot .row {
    display: flex;
    justify-content: space-between;
    margin-bottom: .4rem
}

.form .form-bot .row input {
    border: none;
    background: 0 0;
    padding: 0 .3rem;
    height: 100%;
    width: 100%;
    color: #000;
    font-size: .16rem;
    font-family: HONORSansCN-Bold
}

.form .form-bot .row .item.error {
    border: 1px solid #b54040
}

.form .form-bot .row .item.error input::-webkit-input-placeholder {
    color: #b54040
}

.form .form-bot .row .item.error input::-moz-placeholder {
    color: #b54040
}

.form .form-bot .row .item.error input:-moz-placeholder {
    color: #b54040
}

.form .form-bot .row .item.error input:-ms-input-placeholder {
    color: #b54040
}

.form .form-bot .row .item {
    width: 4.01rem;
    height: .81rem;
    background: #f5f5f5;
    border-radius: .4rem;
    border: 1px solid #e5e5e5
}

.form .form-bot .row .item .m-select {
    display: block;
    width: 100%;
    height: 100%
}

.form .form-bot .row .item .m-select .show {
    width: 100%;
    height: 100%;
    padding-left: 0;
    padding-right: .3rem
}

.form .form-bot .row .item .m-select .show input {
    flex: 1;
    pointer-events: none
}

.form .form-bot .textarea {
    margin-bottom: .4rem
}

.form .form-bot .textarea textarea {
    height: 1.41rem;
    background: #f5f5f5;
    border-radius: .4rem;
    border: 1px solid #e5e5e5;
    padding: .3rem;
    width: 100%;
    resize: none;
    color: #000;
    font-size: .16rem;
    font-family: HONORSansCN-Bold
}

.form .form-bot .code-row.error {
    border: 1px solid #b54040
}

.form .form-bot .code-row.error input::-webkit-input-placeholder {
    color: #b54040
}

.form .form-bot .code-row.error input::-moz-placeholder {
    color: #b54040
}

.form .form-bot .code-row.error input:-moz-placeholder {
    color: #b54040
}

.form .form-bot .code-row.error input:-ms-input-placeholder {
    color: #b54040
}

.form .form-bot .code-row {
    background: #f5f5f5;
    border-radius: .4rem;
    border: 1px solid #e5e5e5;
    padding: .1rem .1rem .1rem .3rem;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.form .form-bot .code-row input {
    flex: 1;
    border: none;
    background: 0 0;
    height: 100%;
    width: 100%;
    color: #000;
    font-size: .16rem;
    font-family: HONORSansCN-Bold
}

.form .form-bot .code-row .change {
    cursor: pointer;
    font-size: .14rem;
    color: #333;
    margin-right: .2rem
}

.form .form-bot .code-row .code {
    overflow: hidden;
    height: .6rem;
    background: #fff;
    border-radius: .3rem
}

.form .form-bot .code-row .code img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain
}

.form .form-bot .g-btn:hover {
    background: #fff
}

.form .form-bot .g-btn {
    margin: .6rem auto 0
}

.form .form-bot .g-btn input {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    cursor: pointer
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type=number] {
    -moz-appearance: textfield
}

.contact-sec {
    background: #f5f5f5;
    padding-bottom: 2.4rem
}

.contact-cards {
    display: flex;
    margin: 2.4rem -.3rem 0
}

.contact-cards .card {
    flex: 0 0 33.3%
}

.contact-cards .card .inner:hover {
    box-shadow: 0 35px 65px 0 rgba(0, 0, 0, .15)
}

.contact-cards .card .inner {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    margin: 0 .3rem;
    height: 100%;
    padding: .6rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    background: #fff
}

.contact-cards .card .inner .tit {
    display: flex;
    align-items: center;
    margin-bottom: .56rem
}

.contact-cards .card .inner .tit i {
    width: .24rem;
    height: .24rem;
    margin-right: .2rem
}

.contact-cards .card .inner .tit i img {
    display: block;
    width: 100%;
    height: 100%
}

.contact-cards .card .inner .tit span {
    font-size: .16rem;
    color: #c3c1c1
}

.contact-cards .card .inner .bot {
    font-size: .32rem;
    color: #1e1e1e
}

.contact-cards .card .inner .qr {
    width: 1.4rem;
    height: 1.4rem;
    background: #f5f5f5;
    padding: .1rem
}

.contact-cards .card .inner .qr img {
    display: block;
    width: 100%;
    height: 100%
}

.m-pop {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999
}

.m-pop .pop-mask {
    display: block;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .9
}

.m-pop .pop-con {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 7.6rem;
    height: 3.6rem;
    background: #fff;
    border-radius: .4rem;
    display: flex;
    overflow: hidden
}

.m-pop .pop-con .pic {
    flex: 0 0 50%;
    height: 100%
}

.m-pop .pop-con .pic img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.m-pop .pop-con .text {
    padding: .4rem;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.m-pop .pop-con .text .g-btn {
    width: 1.6rem;
    height: .6rem;
    border-radius: .3rem
}

.m-pop .pop-con .text .g-btn:after {
    background: #f5f5f5
}

.m-pop .pop-con .text .g-btn:hover {
    background: #f5f5f5
}

.m-pop .pop-con .text h3 {
    font-size: .24rem;
    color: #1e1e1e;
    font-weight: 400
}

.m-pop .pop-con .text p {
    font-family: HONORSansCN-Light;
    font-size: .16rem;
    color: #333;
    line-height: .3rem;
    margin: .4rem 0 .6rem
}

.home-mod1 .right .pic {
    width: 8.6rem
}

.lang {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.lang:hover {
    opacity: .7
}

.footer .fd-top .fd-media a img {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.footer .fd-top .fd-media a:hover>img {
    opacity: .5
}

.header-menu {
    max-height: 100vh
}

.header-menu .pic {
    height: calc(100vh - 2rem)
}

.header-menu .pic img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.header-menu .nav .item+.item {
    margin-top: 5vh
}

.header-menu .right {
    padding: 5vh .6rem
}

.ban-swi .ban-item .text .inner {
    bottom: 10vh
}

.banner .swiper-pagination {
    bottom: 5vh
}

.join-mod .email span a {
    position: relative
}

.join-mod .email span a:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: #1e1e1e;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.join-mod .email span i {
    background: #fff url(../images/email.svg) no-repeat center center/.25rem auto;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.join-mod .email span a:hover {
    opacity: 1
}

.join-mod .email span a:hover:after {
    width: 100%
}

.join-mod .email span a:hover+i {
    background: #1e1e1e url(../images/email-w.svg) no-repeat center center/.25rem auto
}

.job-mod .job-title em {
    position: relative;
    top: -.04rem
}

.m-select .show {
    font-size: .16rem
}

.m-select .list {
    padding: .1rem 0 0;
    background: 0 0;
    border-radius: 0
}

.m-select .list ul {
    box-shadow: .25rem .25rem .65rem 0rem rgba(0, 0, 0, .15);
    border-radius: .3rem;
    padding: .1rem .3rem .1rem;
    background-color: #fff
}

.m-select .list ul li {
    padding: .16rem 0
}

.m-select .list ul li+li {
    border-top: 1px solid #eee
}

.nd-top .year em,
.nd-top .year span {
    display: block;
    line-height: 1.4rem;
    height: 1.4rem
}

.project-wrap2.df .filter-mod .text h3 {
    margin-bottom: 5vh
}

.project-wrap2.df .filter-mod .filter .row {
    margin-right: 0
}

.project-wrap2.df .filter-mod .filter {
    margin-top: 5vh;
    height: 48vh;
    overflow-y: auto
}

.filter-mod .filter .row .item span {
    height: 6vh
}

.header-menu .lang {
    display: none
}

.ban-swi .ban-item .pic img.mob {
    display: none
}

.home-mod1 .right .g-btn {
    display: none
}

.pic-swi .pic img.mob {
    display: none
}

.ban-swi .swiper-button-next:hover {
    background: #1e1e1e
}

.ban-swi .swiper-button-next:hover:after {
    background-image: url(../images/arrow-w.svg)
}

.nd-top .year.win span {
    position: relative;
    top: .04rem
}

@media only screen and (max-width: 1199px) {
    .header .hd-r .lang {
        display: none
    }

    .header-menu .lang {
        display: flex;
        margin-right: 0;
        margin-top: 30px
    }

    .map {
        height: 50vh
    }

    .home-sec5:after {
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 40%, #000 60%)
    }

    .home-sec5 .wp {
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
        left: 0;
        width: 100%;
        bottom: 0
    }

    .home-sec5 .wp .text {
        width: 100%;
        right: 0;
        text-align: center
    }

    .pd-info .left,
    .pd-info .text {
        flex: 0 0 45%
    }

    .filter-mod .filter .row .item span {
        height: 60px
    }

    .filter-mod .text h3 {
        font-size: 32px;
        line-height: 1.6
    }

    .project-wrap2.df .filter-mod {
        width: 50%
    }

    .project-wrap2.df .project-list {
        width: 50%
    }

    .filter-mod .filter .row {
        margin-right: 0
    }

    .project-list {
        margin: 0 -20px;
        overflow: hidden
    }

    .project-list .item .inner {
        margin: 0 20px
    }

    .filter-mod .filter,
    .filter-mod .text {
        flex: 0 0 45%
    }

    .nd-top .text {
        flex: 1;
        margin-left: 50px
    }

    .news-filter .tab .item+.item {
        margin-left: 20px
    }

    .contact-cards {
        margin: 0;
        display: block
    }

    .contact-cards .card+.card {
        margin-top: 40px
    }

    .banner {
        padding: 80px 20px 0
    }

    .ban-swi .ban-item {
        height: calc(100vh - 80px)
    }

    .wp {
        padding-left: 20px;
        padding-right: 20px
    }

    .header {
        height: 80px;
        padding: 0 20px
    }

    .header .logo {
        height: 30px
    }

    .header-menu .pic {
        flex: 0 0 50%;
        width: 50%
    }

    .header-menu {
        padding: 80px 20px 20px
    }

    .header-menu .pic .text-swi .txt {
        font-size: 80px
    }

    .header-menu .right {
        padding: 40px
    }

    .header-menu .nav .item+.item {
        margin-top: 4vh;
    }

    .header-menu .nav .item a {
        font-size: 14px
    }

    .header-menu .media-list a {
        width: 50px;
        height: 50px
    }

    .header-menu .media-list a i {
        -webkit-background-size: auto 50% !important;
        background-size: auto 50% !important
    }

    .header-menu .media-list a.xhs i {
        -webkit-background-size: auto 30% !important;
        background-size: auto 30% !important
    }

    .ban-swi .ban-item .text h3 {
        font-size: 23px
    }

    .ban-swi .swiper-button-next {
        width: 60px;
        height: 60px
    }

    .ban-swi .swiper-button-next:after {
        width: 16px;
        height: 16px
    }

    .home-mod1 .right .pic {
        width: auto
    }

    .home-mod1 .right .pic:after,
    .home-mod1 .right .pic:before {
        width: 100px;
        height: 50px
    }

    .news-list {
        margin-left: -15px;
        margin-right: -15px
    }

    .news-list .item .inner {
        margin: 0 15px
    }

    .home-sec5 .wp .text {
        right: 20px
    }

    .footer {
        overflow: hidden
    }
}

@media only screen and (max-width: 959px) {
    .pd-sec3 .item .text h3 {
        font-size: 24px
    }

    .inner-banner .wp .btn-group {
        bottom: -1.4rem
    }

    .inner-banner .wp .btn-group .btn {
        width: 60px;
        height: 60px
    }

    .about-sec1 .wp {
        display: block
    }

    .header-menu .inner {
        display: block
    }

    .header-menu .pic {
        width: 100%;
        display: none
    }

    .header-menu .media-list {
        margin-top: 20px
    }

    .home-mod1 {
        display: block
    }

    .home-mod1 .left {
        margin-right: 0;
        margin-bottom: 30px
    }

    .home-mod1 .right .txt {
        max-width: none
    }

    .footer .fd-top .wp {
        display: block
    }

    .fd-right {
        margin-top: 30px
    }

    .footer .fd-top .fd-media,
    .footer .fd-top .fd-nav {
        justify-content: flex-start
    }

    .footer .fd-top .fd-address {
        text-align: left
    }
}

@media only screen and (max-width: 767px) {
    .nd-top .year.win span {
        top: 0
    }

    .home-sec5 .wp {
        bottom: 100px
    }

    .pic-swi .pic img {
        display: none
    }

    .pic-swi .pic img.mob {
        display: block
    }

    .home-mod1 .left .g-btn {
        display: none
    }

    .home-mod1 .right .g-btn {
        display: flex;
        margin-bottom: .5rem
    }

    .ban-swi .ban-item .pic img {
        display: none
    }

    .ban-swi .ban-item .pic img.mob {
        display: block
    }

    .map {
        height: 650px
    }

    .home-sec5:after {
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 30%, #000 60%)
    }

    .home-sec5 .wp .text h3 {
        margin-bottom: 30px
    }

    .m-pop .pop-con .text p {
        margin: 30px 0
    }

    .m-pop .pop-con .text {
        padding: 30px
    }

    .m-pop .pop-con {
        display: block;
        width: 80%;
        height: auto
    }

    .pd-sec3 .item .text .tags .tag {
        font-size: 16px;
        height: 40px;
        padding: 0 10px;
        min-width: 100px
    }

    .pd-sec3 {
        display: block
    }

    .pd-sec2 .add-more {
        height: 80px;
        width: 180px
    }

    .photo-list {
        margin: 0
    }

    .photo-list .photo-item {
        width: 100%;
        margin-bottom: 50px
    }

    .photo-list .photo-item .pic {
        margin: 0
    }

    .pd-info .text p+p {
        margin-top: 30px
    }

    .pd-info .left,
    .pd-info .text {
        margin-top: 50px
    }

    .pd-info .left p {
        padding: 30px 0
    }

    .pd-info .left p em {
        font-size: 16px
    }

    .pd-info {
        display: block
    }

    .pd-sec1,
    .pd-sec2 {
        padding: 150px 0
    }

    .project-list .item .inner .text h3 {
        font-size: 20px;
        margin-bottom: 30px
    }

    .project-list .item .inner .pic {
        margin-bottom: 30px
    }

    .project-list .item {
        width: 100%;
        margin-bottom: 60px
    }

    .project-list .item .inner {
        margin: 0
    }

    .project-list {
        display: block;
        margin: 0
    }

    .filter-mod {
        margin-bottom: 40px
    }

    .filter-mod .filter .row .item {
        margin-right: 10px;
        margin-bottom: 10px
    }

    .filter-mod .filter .row .item span,
    .project-list .item .inner .text .tags .tag {
        height: 40px;
        font-size: 16px;
        padding: 0 10px;
        min-width: 100px
    }

    .filter-mod .text h3 {
        font-size: 30px;
        margin-right: 0;
        margin-bottom: 30px
    }

    .filter-mod {
        display: block
    }

    .project-sec {
        padding: 150px 0
    }

    .filter-mod .text .change {
        display: none
    }

    .nd-swi .swiper-button-prev {
        left: 0
    }

    .nd-swi .swiper-button-next {
        right: 0
    }

    .nd-swi .swiper-button-next:after,
    .nd-swi .swiper-button-prev:after {
        width: 15px;
        height: 15px
    }

    .nd-swi .swiper-button-next,
    .nd-swi .swiper-button-prev {
        width: 30px;
        height: 30px;
        display: none
    }

    .nd-swi-wrap .scale {
        top: 20px;
        right: 20px;
        width: 40px;
        height: 40px
    }

    .nd-swi-wrap {
        padding: 30px
    }

    .nd-top .text p {
        font-size: 16px;
        line-height: 30px
    }

    .nd-top .text h3 {
        font-size: 30px;
        margin-bottom: 30px
    }

    .nd-top .text {
        margin-left: 0;
        margin-top: 0.8rem;
    }

    .nd-top .year {
        font-size: 1rem;
    }

    .nd-top {
        display: block
    }

    .nd-sec1 {
        padding: 150px 0
    }

    .inner-banner .wp .btn-group {
        bottom: -60px
    }

    .inner-banner .wp .title2 .logo {
        height: 30px;
        margin-bottom: 10px
    }

    .inner-banner .wp .title2 {
        font-size: 30px
    }

    .news-list2 .item .bot {
        padding-bottom: 30px
    }

    .news-list2 .item .bot i {
        opacity: 1;
        width: 16px;
        height: 16px
    }

    .news-list2 .item .pic {
        opacity: 1;
        position: static;
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
        width: 100%;
        height: auto
    }

    .news-list2 .item:hover .pic {
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0)
    }

    .news-list2 .item .top .logo {
        height: 30px;
        margin-bottom: 30px
    }

    .news-list2 .item .bot .title {
        font-size: 20px
    }

    .news-list2 .item .top .date {
        text-align: left;
        display: inline-block;
        float: right;
    }

    .news-list2 .item .top .name {
        display: inline-block;
        text-align: left
    }

    .news-list2 .item .top {
        display: block;
        padding: 30px 0
    }

    .news-list2 .item {
        padding: 0 30px 30px
    }

    .news-filter .tab .item.active:after {
        height: 3px
    }

    .news-filter .tab .item {
        font-size: 16px
    }

    .news-filter .tab {
        margin-bottom: 40px
    }

    .news-filter {
        border-radius: 10px;
        padding: 30px;
        display: block
    }

    .news-filter .m-select .show {
        height: 60px;
        width: 100%
    }

    .news-sec1 {
        padding: 150px 0
    }

    .contact-cards {
        margin-top: 60px
    }

    .contact-cards .card .inner .bot {
        font-size: 0.24rem;
    }

    .contact-cards .card .inner {
        margin: 0;
        padding: 30px
    }

    .form .form-top h3 {
        font-size: 30px;
        margin: 30px 0 30px
    }

    .form .form-bot .row {
        display: block
    }

    .form .form-bot .row .item {
        width: 100%;
        margin-bottom: 30px
    }

    .form .form-bot .textarea {
        margin-bottom: 30px
    }

    .form .form-bot .row {
        margin-bottom: 30px
    }

    .form .form-top .tips:afteR,
    .form .form-top .tips:before {
        display: none
    }

    .contact-sec {
        padding: 150px 0
    }

    .mapboxgl-marker.marker3 {
        width: 0.8rem;
        height: 0.8rem;
        background: #fff;
        border-radius: 50%;
        background: #fff url(../images/logo.png) no-repeat center center/auto 0.2rem
    }

    .form {
        margin-top: 0;
        padding: 30px
    }

    .map2 {
        height: 50vh
    }

    .banner-video {
        height: 300px
    }

    .banner-video .wp,
    .inner-banner .wp {
        bottom: 30px
    }

    .inner-banner {
        height: 300px
    }

    .join-sec .pic-swi .pic {
        /* height: 50vh; */
        height: 100%;
    }

    .job-list .item .box .bot,
    .job-list .item .box .top p {
        font-size: 16px;
        line-height: 30px
    }

    .job-list .item .box .top {
        padding-bottom: 30px;
        margin-bottom: 30px
    }

    .job-list .item .box {
        padding: 30px
    }

    .job-list .item .title .pos {
        flex: 0 0 40%
    }

    .job-list .item .title .pos i {
        width: 15px;
        height: 15px;
        flex: 0 0 15px
    }

    .job-list .item .title .name {
        font-size: 20px
    }

    .job-list .item .title {
        padding: 30px
    }

    .job-mod .job-title h3 {
        font-size: 30px
    }

    .job-mod {
        margin-top: 100px
    }

    .join-mod .email span i {
        width: 30px;
        height: 30px
    }

    .join-mod .email span i img {
        width: 15px;
        height: 15px
    }

    .join-mod .email span a {
        font-size: 24px
    }

    .join-sec {
        padding: 150px 0
    }

    .inner-banner .wp .title {
        font-size: 0.3rem;
        letter-spacing: 1px
    }

    .about-sec4 .wp .num {
        font-size: 0.18rem;
        margin: 10px 0 20px
    }

    .about-sec4 .wp .title {
        font-size: 0.28rem;
        letter-spacing: 1px;
        padding-left: 0
    }

    .step-list .item .row .box {
        padding-bottom: 30px;
        font-size: 0.16rem;
    }

    .step-list .item .row .box img {
        margin-top: 30px
    }

    .step-list .item .row .tit {
        padding: 30px 0
    }

    .step-list .item .title {
        padding: 30px 0
    }

    .step-list .item .row .tit h3 {
        font-size: 0.18rem;
    }

    .step-list .item .title .left .icon img {
        width: 20px
    }

    .step-list .item .title .left .icon {
        fleX: 0 0 50px;
        width: 50px;
        height: 50px;
        margin-right: 10px
    }

    .step-list .item .title .en {
        font-size: 0.12rem;
        letter-spacing: 1px
    }

    .step-list .item .title .left h3 {
        font-size: 0.2rem;
    }

    .step-list .item {
        padding: 0 30px 30px
    }

    .about-sec1 .wp .title {
        margin-right: 0;
        font-size: 30px
    }

    .about-sec {
        padding: 150px 0
    }

    .about-sec2 {
        padding: 0
    }

    .banner-video .tools .icon {
        width: 40px;
        height: 40px
    }

    .banner-video .tools .icon img {
        width: 10px;
        height: 10px
    }

    .banner-video .wp .title {
        font-size: 0.3rem;
        letter-spacing: 1px
    }

    .header .hd-r .lang {
        margin-right: 20px
    }

    .header .hd-r .lang i {
        width: 20px;
        height: 20px
    }

    .header .hd-r .menu i {
        width: 30px;
        height: 30px
    }

    .header {
        height: 100px
    }

    .header-menu {
        padding-top: 100px
    }

    .header-menu .nav .item a:after {
        height: 2px;
        bottom: -2px
    }

    .header-menu .nav .item+.item {
        margin-top: 50px
    }

    .header-menu .nav .item a {
        font-size: 0.2rem;
    }

    .header-menu .media-list {
        margin-top: 50px
    }

    .ban-swi .ban-item .text:after {
        display: none
    }

    .banner {
        padding: 60px 0 0
    }

    .ban-swi .ban-item {
        height: calc(100vh - 60px)
    }

    .ban-swi .ban-item .text {
        width: 100%;
        background: 0 0
    }

    .ban-swi .ban-item .text .inner {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        text-align: center;
        padding: 0 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column
    }

    .banner .swiper-pagination {
        text-align: center
    }

    .footer .fd-top,
    .home-sec1,
    .home-sec3,
    .home-sec4 {
        padding: 150px 0
    }

    .home-mod1 .left .logo {
        margin-bottom: 50px
    }

    .home-mod1 .left .txt h3 {
        font-size: 30px
    }

    .home-mod1 .left .txt .g-btn {
        margin-top: 40px
    }

    .home-mod1 .left {
        margin-bottom: 40px
    }

    .home-sec2 .text {
        bottom: 40px;
        right: 20px
    }

    .home-sec2 .text span {
        font-size: 100px
    }

    .home-sec2 .text em {
        font-size: 24px;
        letter-spacing: 5px;
        margin-right: -20px;
        margin-top: -13px
    }

    .pic-swi .swiper-pagination {
        padding-left: 0;
        bottom: 20px;
        justify-content: center
    }

    .g-sec-title h3 {
        font-size: 30px;
        margin-bottom: 24px
    }

    .g-sec-title p {
        font-size: 16px;
        line-height: 30px
    }

    .project-item .txt .tit {
        font-size: 20px
    }

    .g-btn {
        width: 200px;
        height: 80px
    }

    .news-list {
        margin: 0 0 -60px;
        display: block
    }

    .news-list .item {
        width: 100%;
        margin-bottom: 60px
    }

    .news-list .item .inner {
        margin: 0
    }

    .home-sec5 .wp .text {
        right: 0;
        width: 100%;
        padding: 0 30px;
        text-align: center
    }

    .home-sec5 .wp .text h3 {
        font-size: 30px
    }

    .footer .fd-top .fd-left .logo {
        height: 40px;
        justify-content: center;
        display: flex;
        margin-bottom: 30px
    }

    .footer .fd-top .fd-left .btn {
        width: 100%;
        height: 0.8rem;
    }

    .footer .fd-top .fd-left .btn i {
        width: 16px;
        height: 16px
    }

    .footer .fd-top .fd-nav {
        text-align: center;
        justify-content: center;
        margin-bottom: 30px;
        width: 100%
    }

    .footer .fd-top .fd-nav a+a {
        margin-left: 10px
    }

    .footer .fd-top .fd-nav a {
        font-size: 16px
    }

    .footer .fd-top .fd-media {
        justify-content: center
    }

    .footer .fd-top .fd-address {
        text-align: center
    }

    .footer .fd-top .fd-address h3 {
        font-size: 20px
    }

    .footer .copyright {
        padding: 30px 0;
        font-size: 16px
    }

    .footer .fd-top .fd-nav {
        display: block
    }

    .footer .fd-top .fd-nav a {
        display: block;
        border-bottom: 1px solid rgba(0, 0, 0, .3);
        padding-bottom: 30px;
        margin-bottom: 30px
    }

    .footer .fd-top .fd-nav a+a {
        margin-left: 0
    }

    .banner {
        padding-top: 100px
    }

    .ban-swi .ban-item {
        height: calc(100vh - 100px)
    }

    .header-menu .right .nav {
        width: 100%
    }

    .header-menu .nav .item {
        text-align: center
    }

    .header-menu .right {
        align-items: center
    }

    .about-sec1 .wp .title {
        text-align: center
    }

    .about-sec1 .wp .text .date {
        text-align: center
    }

    .about-sec1 .wp .text .desc {
        text-align: center
    }

    .about-sec1 .wp .g-btn {
        margin: .8rem auto 0
    }

    .about-sec4 .wp .btn-group {
        flex-direction: column;
        justify-content: center;
        align-items: center
    }

    .about-sec4 .wp .btn-group .g-btn+.g-btn {
        margin-left: 0;
        margin-top: 40px
    }

    .join-mod .email span i {
        position: static;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        margin-left: 0;
        margin-bottom: 30px;
        width: 80px;
        height: 80px
    }

    .join-mod .email span a {
        font-size: 30px
    }

    .join-mod .email span {
        display: flex;
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center
    }

    .contact-cards .card .inner {
        align-items: center
    }

    .news-filter {
        padding: 30px
    }

    .news-filter .tab {
        justify-content: space-between
    }

    .news-filter .tab .item {
        font-size: 18px
    }

    .news-list2 .item {
        padding: 0 30px 30px
    }

    .news-list2 .item .top {
        padding: 30px 0
    }

    .news-list2 .item .bot {
        padding-bottom: 30px
    }

    .inner-banner .wp .btn-group {
        position: static;
        margin-bottom: -60px;
        margin-top: 30px;
        display: flex;
        flex-direction: row
    }

    .news-det .inner-banner .wp {
        display: block
    }

    .inner-banner .wp .btn-group .btn+.btn {
        margin-top: 0;
        margin-left: 30px
    }

    .nd-top .year,
    .nd-top .year em,
    .nd-top .year span {
        height: 40px;
        line-height: 40px
    }

    .nd-top .text .tit,
    .nd-top .year {
        justify-content: center
    }

    .nd-top .text {
        text-align: center
    }

    .filter-mod .filter .row .item span {
        height: 80px;
        border-radius: 40px
    }

    .g-btn span {
        font-size: 16px
    }

    .home-mod1 .right .g-btn,
    .home-mod1 .right .txt {
        margin-bottom: 100px
    }

    .g-sec-title h3 {
        margin-bottom: 40px
    }

    .step-list .item+.item {
        margin-top: 60px
    }

    .step-list .item .title .en {
        display: none
    }

    .banner-video .wp {
        display: block
    }

    .banner-video .tools {
        justify-content: flex-start;
        margin-top: 20px
    }

    .pd-sec2:after {
        height: 70vh
    }

    .pd-sec2 .add-more {
        bottom: 150px
    }

    .home-mod1 .left .logo {
        justify-content: center
    }

    .home-mod1,
    .home-mod1 .right .txt {
        text-align: center
    }

    .home-mod1 .right .g-btn {
        margin: 0 auto 100px
    }

    .news-det .inner-banner .wp .title2 {
        text-align: center
    }

    .inner-banner .wp .btn-group {
        justify-content: center
    }
}

.pd-sec2.showAll:after {
    display: none;
}

.pd-sec3 .item {
    display: block;
    width: 100%;
}

.banner-video .tools .icon {
    margin-right: .1rem;
}

.banner-video .tools .icon+.icon {
    margin-left: 0;
}


.header-menu {
    top: 1.6rem;
    right: .4rem;
    padding: 0;
    width: 4rem;
    left: auto;
    box-shadow: 0px 45px 80px 0px rgba(0, 0, 0, 0.15);
    backdrop-filter: saturate(1.8) blur(30px);
    background: rgba(255, 255, 255, .3);
    opacity: 0;
}

.header-menu.open {
    opacity: 1;
}

.header-menu:After {
    display: none;
}

.header-menu .pic {
    display: none;
}

.header-menu .right {
    padding: 5vh .6rem;
    background-color: transparent;
}

.header-menu .inner {
    display: block;
}

.header-menu .nav .item a {
    font-size: .2rem;
}

.header-menu .nav .item+.item {
    margin-top: 5vh;
}

.header-menu .media-list {
    width: 100%;
    margin-top: 6vh;
    justify-content: space-between;
}

.header-menu .media-list a {
    width: .8rem;
    height: .8rem;
}

.header-menu .media-list a+a {
    margin-left: 0;
}

.header .hd-r .menu.open i {
    background-image: url(../images/close-b.svg) !important;
}

.header.black .hd-r .menu.open i {
    background-image: url(../images/close.svg) !important;
}

.header.header-fixed.black .hd-r .menu.open i {
    background-image: url(../images/close-b.svg) !important;
}

.header-menu .inner,
.header-menu.open .inner {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

@media only screen and (max-width:1199px) {
    .header-menu {
        top: .8rem;
        right: 0;
    }
}

@media only screen and (max-width:767px) {
    .header-menu {
        top: 100px;
        right: 0;
        width: 100%;
        height: calc(100vh - 100px);
        background-color: #fff;
    }

    .header-menu .media-list {
        justify-content: center;
    }

    .header-menu .media-list a+a {
        margin-left: 20px;
    }
}
