:root {
    --block-padding: 120px
}

html,body,h1,h2,h3,p,ul,li,dl,dt,dd {
    margin: 0;
    padding: 0;
    color: #222;
    -webkit-tap-highlight-color: rgba(255,255,255,0)
}

html {
    scroll-behavior: smooth
}

.wrapper {
    width: 94%;
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
    overflow: hidden
}

a {
    text-decoration: none;
    color: #222
}

h1 {
    font-size: 40px
}

h2 {
    font-size: 18px
}

ul {
    list-style: none
}

.icon {
    display: inline-block;
    background-repeat: no-repeat;
    background-position: 50% 50%
}

.icon-tel {
    background-image: url(../images/icon-tel.png);
    width: 50px;
    height: 50px
}

.icon-earth {
    background-image: url(../images/icon-earth.png);
    width: 22px;
    height: 22px
}

.icon-location {
    background-image: url(../images/icon-location.png);
    width: 14px;
    height: 18px
}

.icon-email {
    background-image: url(../images/icon-email.png);
    width: 17px;
    height: 14px
}

.icon-phone {
    background-image: url(../images/icon-phone.png);
    width: 16px;
    height: 12px
}

.icon-tel2 {
    background-image: url(../images/icon-tel2.png);
    width: 19px;
    height: 20px
}

.icon-arrow_down {
    background-image: url(../images/icon-arrow_down.png);
    width: 13px;
    height: 7px
}

.icon-arrow_right {
    background-image: url(../images/icon-arrow_right.png);
    width: 10px;
    height: 17px
}

.icon-wechat {
    background-image: url(../images/icon-wechat.png);
    width: 56px;
    height: 56px
}

.icon-weibo {
    background-image: url(../images/icon-weibo.png);
    width: 56px;
    height: 56px
}

.icon-douyin {
    background-image: url(../images/icon-douyin.png);
    width: 56px;
    height: 56px
}

#header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100
}

#header.pin {
    position: relative
}

#header .top {
    height: 108px;
    border-bottom: solid 1px rgba(255,255,255,0.2);
    display: flex;
    color: #fff
}

#header .top a {
    color: #fff
}

#header .top .logo {
    width: 480px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid rgba(255,255,255,0.2)
}

#header .top .logo a {
    display: block;
    width: 80%;
    max-width: 383px;
    height: 84px;
    background-image: url(../images/logo.png);
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: contain;
    text-indent: -9999px
}

#header .top .nav {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    border-right: 1px solid rgba(255,255,255,0.2)
}

#header .top .nav a {
    font-size: 16px;
    margin: 0 30px
}

#header .top .nav a:hover,#header .top .nav a.current {
    color: #3d5fc2
}

#header .top .tel {
    padding: 0 34px;
    display: flex;
    align-items: center;
    border-right: 1px solid rgba(255,255,255,0.2)
}

#header .top .tel .icon-tel {
    margin-right: 18px
}

#header .top .tel span {
    font-size: 24px;
    font-weight: bold
}

#header .top .lang {
    padding: 0 34px;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 20
}

#header .top .lang span {
    padding: 0 12px;
    font-size: 16px
}

#header .top .lang .icon-arrow_down {
    transition: transform .5s
}

#header .top .lang ul {
    position: absolute;
    top: 100%;
    left: -1px;
    right: 0;
    background-color: #fff;
    border: 1px solid rgba(204,204,204,0.2);
    padding: 5px 0;
    display: none
}

#header .top .lang ul li a {
    color: #222;
    padding: 5px 10px;
    display: block
}

#header .top .lang ul li a:hover {
    color: #3d5fc2
}

#header .top .lang:hover .icon-arrow_down {
    transform: rotate(180deg)
}

#header .top .lang:hover ul {
    display: block
}

#header .menu {
    overflow: hidden;
    height: 0;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0
}

#header .menu-inner {
    visibility: hidden;
    background-color: #fff;
    transform: translate(0, -10px);
    padding: 40px 0 46px;
    border-bottom: 1px solid #ddd;
    box-shadow: 0 1px 10px rgba(0,0,0,0.05);
    margin-bottom: 10px
}

#header .menu-inner .wrapper {
    max-width: 1560px
}

#header .menu .item a {
    border-bottom: 1px solid #ddd;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px
}

#header .menu .item a .icon-arrow_right {
    transition: .5s;
    margin-right: 15px
}

#header .menu .item a:hover {
    color: #3d5fc2
}

#header .menu .item a:hover .icon-arrow_right {
    transform: translate(5px, 0)
}

#header .menu .item .image {
    background-color: #f1f2f4;
    height: 175px;
    line-height: 175px;
    text-align: center;
    font-weight: bold;
    font-size: 23px;
}

#header .menu .item .image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain
}

#header .menu .item.line-1 {
    display: grid;
    column-gap: 38px;
    grid-template-columns: repeat(4, 1fr);
    margin-bottom: 2%
}

#header .menu .item.line-1 .image {
    grid-row-start: 1;
    grid-row-end: 4
}

#header .menu .item.line-2 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 38px
}

#header.hover .top {
    background-color: #fff;
    border-color: rgba(204,204,204,0.2);
    color: #222
}

#header.hover .top a {
    color: #222
}

#header.hover .top .logo a {
    background-image: url(../images/logo_black.png)
}

#header.hover .top .logo,#header.hover .top .nav,#header.hover .top .tel {
    border-color: rgba(204,204,204,0.2)
}

#header.hover .top .icon-earth {
    background-image: url(../images/icon-earth_black.png)
}

#header.hover .top .icon-arrow_down {
    background-image: url(../images/icon-arrow_down_black.png)
}

#header.hover .menu {
    height: auto
}

#header.hover .menu-inner {
    transition: .5s;
    visibility: visible;
    transform: translate(0, 0)
}

#header.fixed .top,#header.pin .top {
    background-color: #fff;
    border-color: rgba(204,204,204,0.2);
    color: #222
}

#header.fixed .top a,#header.pin .top a {
    color: #222
}

#header.fixed .top .logo a,#header.pin .top .logo a {
    background-image: url(../images/logo_black.png)
}

#header.fixed .top .logo,#header.pin .top .logo,#header.fixed .top .nav,#header.pin .top .nav,#header.fixed .top .tel,#header.pin .top .tel {
    border-color: rgba(204,204,204,0.2)
}

#header.fixed .top .icon-earth,#header.pin .top .icon-earth {
    background-image: url(../images/icon-earth_black.png)
}

#header.fixed .top .icon-arrow_down,#header.pin .top .icon-arrow_down {
    background-image: url(../images/icon-arrow_down_black.png)
}

#header-mobi {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 40px;
    z-index: 100;
    padding: 10px 0;
    border-bottom: 1px solid rgba(204,204,204,0.2);
    display: none;
    box-sizing: content-box;
}

#header-mobi.fixed {
    position: relative
}

#header-mobi .wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%
}

#header-mobi .logo {
    width: 320px;
    height: 100%;
    display: inline-block;
    background: url(../images/logo.png) 0 50% no-repeat;
    background-size: auto 100%
}

#header-mobi .btn-menu-mobi {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translate(0, -50%);
    z-index: 5
}

#header-mobi .btn-menu-mobi span {
    width: 24px;
    height: 2px;
    background-color: #fff;
    transition: background-color .5s;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

#header-mobi .btn-menu-mobi span:before,#header-mobi .btn-menu-mobi span:after {
    content: '';
    position: absolute;
    width: 30px;
    height: 2px;
    background-color: #fff;
    transition: .5s
}

#header-mobi .btn-menu-mobi span:before {
    width: 18px;
    top: -10px;
    left: 0
}

#header-mobi .btn-menu-mobi span:after {
    width: 18px;
    bottom: -10px;
    right: 0
}

#header-mobi .menu-mobi {
    margin-top: 11px;
    background-color: #fff;
    transform: translate(0, -10px);
    transition: transform .5s;
    visibility: hidden;
    opacity: 0;
    z-index: -1;
    border-radius: 0 0 10px 10px;
    border-bottom: 1px solid #ddd
}

#header-mobi .menu-mobi a {
    color: #222;
    display: block;
    padding: 10px 0;
    border-bottom: 1px solid rgba(204,204,204,0.2);
    text-align: center
}

#header-mobi .menu-mobi .meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px
}

#header-mobi .menu-mobi .meta .tel {
    display: flex;
    align-items: center
}

#header-mobi .menu-mobi .meta .tel .icon-tel {
    width: 22px;
    height: 22px;
    background-size: contain;
    margin-right: 5px
}

#header-mobi .menu-mobi .meta .lang {
    display: flex;
    align-items: center;
    position: relative
}

#header-mobi .menu-mobi .meta .lang .icon-earth {
    background-image: url(../images/icon-earth_black.png);
    margin-right: 5px
}

#header-mobi .menu-mobi .meta .lang ul {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: #fff;
    border: 1px solid rgba(204,204,204,0.2);
    border-radius: 5px;
    display: none
}

#header-mobi .menu-mobi .meta .lang ul li a {
    color: #222
}

#header-mobi .menu-mobi .meta .lang:hover ul {
    display: block
}

#header-mobi.active .btn-menu-mobi span {
    background-color: transparent !important
}

#header-mobi.active .btn-menu-mobi span:before,#header-mobi.active .btn-menu-mobi span:after {
    top: 0;
    width: 24px
}

#header-mobi.active .btn-menu-mobi span:before {
    transform: rotate(45deg)
}

#header-mobi.active .btn-menu-mobi span:after {
    transform: rotate(-45deg)
}

#header-mobi.active .menu-mobi {
    visibility: visible;
    opacity: 1;
    transform: translate(0, 0);
    z-index: 1
}

#header-mobi.fixed,#header-mobi.active {
    background-color: #fff;
    border-color: rgba(204,204,204,0.2)
}

#header-mobi.fixed .logo,#header-mobi.active .logo {
    background-image: url(../images/logo_black.png)
}

#header-mobi.fixed .btn-menu-mobi span,#header-mobi.active .btn-menu-mobi span {
    background-color: #222
}

#header-mobi.fixed .btn-menu-mobi span:before,#header-mobi.active .btn-menu-mobi span:before,#header-mobi.fixed .btn-menu-mobi span:after,#header-mobi.active .btn-menu-mobi span:after {
    background-color: #222
}

#search {
    padding: 10px;
    background-color: #d5dfe8
}

#search .wrapper {
    display: grid;
    grid-template-columns: 1fr 80px
}

#search input {
    border: 1px solid #ddd;
    padding: 10px;
    outline: none;
    width: 100%;
    font-size: 16px
}

#search input:focus {
    border-color: #3d5fc2
}

#search button {
    background-color: #3d5fc2;
    color: #fff;
    border: none;
    padding: 10px 20px
}

#location {
    padding: 10px;
    background-color: #f5f5f5
}

#location a {
    color: #3d5fc2;
    font-size: 16px;
    font-weight: bold;
    padding: 0 2px
}

#location span {
    color: #999;
    font-size: 16px;
    padding: 0 2px
}

#location span:nth-last-child(1) {
    font-weight: bold
}

#banner {
    width: 100%;
    height: 100vh;
    position: relative
}

#banner .wrapper {
    overflow: visible
}

#banner .swiper {
    width: 100%;
    height: 100%
}

#banner .swiper .swiper-slide {
    overflow: hidden
}

#banner .swiper .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover
}

#banner .banner-pagination {
    position: absolute;
    width: auto;
    left: 50%;
    bottom: 40px;
    transform: translate(-50%, 0);
    z-index: 50
}

#banner .banner-pagination .swiper-pagination-bullet {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid transparent;
    display: inline-block;
    background: none;
    position: relative;
    opacity: 1
}

#banner .banner-pagination .swiper-pagination-bullet:after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    top: 50%;
    left: 50%;
    margin-top: -5px;
    margin-left: -5px;
    background-color: #fff;
    border-radius: 50%
}

#banner .banner-pagination .swiper-pagination-bullet-active {
    border-color: #fff
}

#banner .slide-1 .bg {
    width: 100%;
    height: 100%;
    object-fit: cover
}

#banner .slide-1 .content {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translate(0, -50%)
}

#banner .slide-1 .content .style {
    font-size: 36px;
    color: #fff;
    position: relative;
    z-index: 1
}

#banner .slide-1 .content .title {
    max-width: 714px;
    width: 94%;
    margin-left: -4.5%;
    position: relative;
    z-index: 1
}

#banner .slide-1 .content ul {
    margin-left: -14px;
    position: relative;
    z-index: 1
}

#banner .slide-1 .content li {
    font-size: 20px;
    color: #fff;
    background: url(../images/banner-1-list-icon.png) 0 50% no-repeat;
    padding-left: 60px;
    margin-bottom: 25px
}

#banner .slide-1 .content .btn {
    margin-top: 50px;
    width: 180px;
    height: 50px;
    border-radius: 25px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    background-color: #3d5fc2;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 0 8px rgba(61,95,194,0.2)
}

#banner .slide-1 .content .btn:hover {
    opacity: .9
}

#banner .slide-1 .content .product {
    position: absolute;
    right: 0;
    top: 50%;
    max-width: 685px;
    width: 50%;
    transform: translate(0, -40%)
}

.header-title {
    text-align: center
}

.header-title h1 {
    margin-bottom: 18px
}

.header-title h2 {
    color: #444;
    font-weight: normal;
    margin-bottom: 52px
}

#product {
    padding-top: var(--block-padding);
    background: url(../images/bg-products.png) no-repeat 50% 0;
    --gap: 30px
}

#product .content {
    display: grid;
    grid-template-columns: 1fr 390px;
    grid-column-gap: var(--gap);
    grid-auto-flow: dense
}

#product .tab {
    grid-column-start: 1;
    grid-column-end: 2
}

#product .tab .tab-items {
    column-gap: var(--gap);
    row-gap: var(--gap);
    flex-wrap: wrap;
    display: none;
    grid-template-columns: repeat(3, 1fr)
}

#product .tab .tab-items.active {
    display: grid
}

#product .tab .item {
    position: relative;
    overflow: hidden;
    display: block;
    border: 1px solid #fff;
    box-sizing: border-box
}

#product .tab .item:hover {
    border-color: #344a8b
}

#product .tab .item img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover
}

#product .tab .item .infos {
    position: absolute;
    bottom: 5%;
    left: 5%;
    right: 5%
}

#product .tab .item .title {
    font-weight: bold;
    font-size: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 4%
}

#product .tab .item .tags {
    display: flex;
    flex-wrap: wrap
}

#product .tab .item .tags span {
    font-size: 14px;
    color: #344a8b;
    border: 1px solid #344a8b;
    border-radius: 16px;
    padding: 0 8px;
    margin: 0 5px 5px 0
}

#product .tab-selector {
    grid-column-start: 2;
    grid-column-end: 3;
    background: url(../images/bg-twill.png) repeat;
    border: 1px solid #ddd;
    border-left: none;
    box-sizing: border-box;
    position: relative
}

#product .tab-selector ul {
    display: grid;
    height: 100%;
    grid-template-rows: repeat(4, 25%)
}

#product .tab-selector li {
    position: relative;
    padding-left: 10px;
    height: 161px;
    box-sizing: border-box;
    cursor: pointer;
    display: flex;
    align-items: center
}

#product .tab-selector li:hover .image img {
    animation: jump .5s 1
}

#product .tab-selector li:nth-last-child(1):after {
    display: none
}

#product .tab-selector li:after {
    content: '';
    position: absolute;
    left: 30px;
    right: 30px;
    height: 1px;
    background-color: #ddd;
    bottom: 0
}

#product .tab-selector li .image {
    bottom: 26px;
    width: 40%;
    height: 96px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(../images/icon-ellipse.png) 50% 100% no-repeat;
    background-size: contain;
    margin: 0 5%
}

#product .tab-selector li .title {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 8px
}

#product .tab-selector li .meta {
    font-size: 16px
}

#product .tab-selector .indicator {
    --h: 10px;
    transition: .8s cubic-bezier(1, 0, 0, 1);
    width: 10px;
    border-right: 1px solid #ddd;
    background-color: #fff;
    position: absolute;
    top: -1px;
    left: 0;
    bottom: -1px;
    clip-path: polygon(0 0, 100% 0, 100% calc(var(--h) - 10px), 0 var(--h), 100% calc(var(--h) + 10px), 100% 100%, 0 100%);
    z-index: 5
}

#product .tab-selector .indicator:before,#product .tab-selector .indicator:after {
    content: '';
    position: absolute;
    width: 1px;
    height: 30px;
    background-color: #ddd;
    right: 0;
    transition: .8s cubic-bezier(1, 0, 0, 1)
}

#product .tab-selector .indicator:before {
    top: calc(var(--h) - 25px);
    transform-origin: 0 50%;
    transform: rotate(45deg)
}

#product .tab-selector .indicator:after {
    top: calc(var(--h) - 5px);
    transform-origin: 0 50%;
    transform: rotate(-45deg)
}

#solution {
    padding-top: var(--block-padding)
}

#solution .content {
    position: relative
}

#solution .content .swiper-slide {
    width: 70%;
    position: relative;
    overflow: hidden
}

#solution .content .swiper-slide-active .intro {
    transform: translate(0, 0)
}

#solution .content img {
    width: 100%;
    display: block
}

#solution .content .intro {
    position: absolute;
    padding: 45px 0 80px;
    background-color: rgba(20,25,38,0.5);
    width: 100%;
    bottom: 0;
    left: 0;
    color: #fff;
    text-align: center;
    transform: translate(0, 100%);
    transition: transform .8s .5s
}

#solution .content .title {
    font-size: 30px;
    padding-bottom: 16px
}

#solution .content .meta {
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0 30px
}

#solution .solution-pagination {
    position: absolute;
    bottom: 27px;
    left: 50%;
    transform: translate(-50%, 0);
    display: flex;
    column-gap: 12px;
    z-index: 10;
    width: auto
}

#solution .solution-pagination .swiper-pagination-bullet {
    width: 44px;
    height: 6px;
    background-color: #fff;
    opacity: .3;
    transition: opacity .5s;
    border-radius: 0
}

#solution .solution-pagination .swiper-pagination-bullet-active {
    opacity: 1
}

#factory {
    padding-top: var(--block-padding);
    --gap: 38px
}

#factory .content {
    display: grid;
    row-gap: var(--gap);
    column-gap: var(--gap);
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr)
}

#factory li {
    position: relative;
    overflow: hidden
}

#factory li img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover
}

#factory li .title {
    position: absolute;
    background: linear-gradient(90deg, rgba(30,71,153,0.8), rgba(105, 115, 142));
    padding: 10px 35px 10px 25px;
    color: #fff;
    bottom: 32px;
    left: 22px;
    font-size: 18px
}

#brand {
    margin-top: 120px;
    color: #fff;
    overflow: hidden
}

#brand.right .story {
    clip-path: polygon(0 0, 70% 0, 80% 100%, 0 100%, 0 0);
    transform: translate(calc(-50% - 30px), 0);
    z-index: 5
}

#brand.right .story .intro,#brand.right .story .infos {
    transition-delay: 0s;
    opacity: 0
}

#brand.right .research {
    left: 20%;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 10% 100%, 0 0);
    padding-left: 15%
}

#brand.right .research .intro,#brand.right .research .infos {
    transition-delay: .5s;
    opacity: 1
}

#brand .content {
    position: relative
}

#brand .story {
    background: url(../images/bg-brand-1.jpg) 50% 50% no-repeat;
    background-size: cover;
    clip-path: polygon(0 0, 80% 0, 70% 100%, 0 100%, 0 0);
    transition: .5s;
    position: relative
}

#brand .research {
    position: absolute;
    top: 0;
    left: calc(70% + 30px);
    padding-left: 15% !important;
    background: url(../images/bg-brand-2.jpg) 50% 50% no-repeat;
    background-size: cover;
    clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%, 10% 0);
    transition: .5s
}

#brand .research .intro,#brand .research .infos {
    opacity: 0
}

#brand .story,#brand .research {
    height: 880px;
    box-sizing: border-box;
    padding: 115px 0 165px;
    width: 100vw;
    overflow: hidden
}

#brand .story .intro,#brand .research .intro {
    width: 70%;
    transition: opacity .5s .5s
}

#brand .story .intro p,#brand .research .intro p {
    font-size: 18px;
    line-height: 1.5;
    padding-bottom: 30px;
    color: #fff
}

#brand .story .more,#brand .research .more {
    font-size: 20px;
    font-weight: bold;
    padding: 12px 50px;
    border: 1px solid #fff;
    border-radius: 30px;
    color: #fff;
    display: inline-block;
    margin-top: 15px
}

#brand .story .more:hover,#brand .research .more:hover {
    background: rgba(255,255,255,0.1)
}

#brand .story .infos,#brand .research .infos {
    padding-top: 85px;
    display: flex;
    transition: opacity .5s .5s
}

#brand .story .infos .item,#brand .research .infos .item {
    width: 312px;
    border-left: 1px solid #fff;
    padding-left: 22px;
    box-sizing: border-box
}

#brand .story .infos .item .name,#brand .research .infos .item .name {
    font-size: 22px
}

#brand .story .infos .item .count,#brand .research .infos .item .count {
    font-size: 60px;
    font-weight: bold;
    font-family: Arial,Helvetica,sans-serif
}

#brand .story .infos .item .count span,#brand .research .infos .item .count span {
    font-weight: normal;
    font-size: 22px
}

#brand .title {
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 62px
}

#news {
    padding-top: var(--block-padding);
    background: url(../images/bg-news.jpg) 50% 100% no-repeat;
    --gap: 70px
}

#news h3 {
    font-weight: bold;
    font-size: 30px
}

#news .content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: var(--gap)
}

#news .hot h3 {
    padding-bottom: 32px
}

#news .hot .image {
    margin-bottom: 15px;
    height: 318px
}

#news .hot .image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover
}

#news .hot ul {
    background-color: #f7f8fb;
    padding: 0 15px
}

#news .hot ul li {
    padding: 15px 15px 25px;
    border-bottom: 1px solid #fff;
    display: flex;
    justify-content: space-between
}

#news .hot ul li a {
    font-size: 18px;
    display: inline-block;
    max-width: calc(100% - 120px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

#news .hot ul li a:hover {
    color: #344a8b
}

#news .hot ul li span {
    display: inline-block;
    color: #999;
    font-size: 16px;
    text-align: right;
    font-family: Arial,"Helvetica Neue",Helvetica,sans-serif
}

#news .new h3 {
    padding-bottom: 16px
}

#news .new li {
    height: 60px;
    border-bottom: 1px solid #ddd;
    padding-left: 30px;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center
}

#news .new li:before {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    border: 3px solid #143e8f;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%)
}

#news .new li a {
    font-size: 18px;
    max-width: calc(100% - 124px);
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

#news .new li a:hover {
    color: #344a8b
}

#news .new li span {
    font-size: 16px;
    color: #999
}

#footer {
    background-color: #1d2437;
    color: #fff;
    margin-top: 130px
}

#footer .wrapper {
    overflow: visible
}

#footer a {
    color: #fff
}

#footer .infos {
    display: flex;
    align-items: center;
    padding-top: 78px;
    position: relative;
    margin-bottom: 80px
}

#footer .infos .logo {
    text-indent: -9999px;
    background: url(../images/footer-logo.png) 50% 50% no-repeat;
    width: 251px;
    height: 83px;
    margin-right: 58px
}

#footer .infos .link {
    width: 216px;
    height: 42px;
    border: 1px solid #373f56;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    box-sizing: border-box
}

#footer .infos .link .name {
    padding: 0 20px
}

#footer .infos .link .ico {
    width: 45px;
    height: 40px;
    border-left: 1px solid #373f56;
    display: flex;
    align-items: center;
    justify-content: center
}

#footer .infos .link .ico .icon {
    transition: transform .5s
}

#footer .infos .link ul {
    position: absolute;
    top: 100%;
    left: -1px;
    width: 100%;
    background-color: #1d2437;
    border: 1px solid #373f56;
    display: none
}

#footer .infos .link ul li a {
    padding: 10px 20px;
    display: block
}

#footer .infos .link ul li a:hover {
    background-color: #373f56
}

#footer .infos .link:hover .ico .icon {
    transform: rotate(180deg)
}

#footer .infos .link:hover ul {
    display: block
}

#footer .infos .social {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    top: 90px
}

#footer .infos .social a {
    margin-left: 20px;
    position: relative
}

#footer .infos .social a:hover .pop-qr {
    visibility: visible;
    opacity: 1;
    transform: translate(0, 0)
}

#footer .infos .social .pop-qr {
    background-color: #fff;
    border: 4px solid #fff;
    border-radius: 4px;
    position: absolute;
    top: 70px;
    left: 50%;
    width: 120px;
    height: 120px;
    visibility: hidden;
    transition: .5s;
    opacity: 0;
    margin-left: -60px;
    transform: translate(0, -10px)
}

#footer .infos .social .pop-qr img {
    display: block;
    width: 100%
}

#footer .links {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px
}

#footer .links dt {
    font-size: 20px;
    margin-bottom: 15px;
    padding-left: 25px;
    background: url(../images/icon-title.png) 0 50% no-repeat;
    color: #fff
}

#footer .links p {
    height: 36px;
    padding-left: 25px
}

#footer .links a {
    color: #9197a6;
    font-size: 14px
}

#footer .links a:hover {
    text-decoration: underline
}

#footer .contact {
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #373f56;
    border-bottom: 1px solid #373f56
}

#footer .contact .item {
    display: flex;
    align-items: center
}

#footer .contact .icon {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 1px solid #373f56;
    margin-right: 15px
}

#footer .contact .cont {
    color: #9197a6;
    font-size: 14px
}

#footer .copy {
    padding: 65px 0 35px;
    font-size: 14px;
    color: #4b5161;
    display: flex;
    justify-content: space-between;
    align-items: center
}

#footer .copy a {
    color: #4b5161;
    padding-left: 10px;
    margin-left: 10px;
    position: relative
}

#footer .copy a:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 12px;
    left: 0;
    top: 50%;
    margin-top: -6px;
    background-color: #4b5161
}

#footer .copy a:nth-child(1) {
    margin: 0;
    padding: 0
}

#footer .copy a:nth-child(1):before {
    display: none
}

#footer .copy a:hover {
    text-decoration: underline
}

#footer .copy .map {
    display: flex
}

#container {
    padding-top: 20px
}

.contact {
    display: grid;
    grid-template-columns: 340px 1fr;
    column-gap: 30px;
    padding-top: 20px
}

.contact .aside h1 {
    color: #666
}

.contact .aside h2 {
    color: #666;
    padding: 20px 0 30px
}

.contact .aside ul {
    padding-top: 20px
}

.contact .aside li {
    display: block;
    padding: 10px 0
}

.contact input,.contact textarea {
    border: 1px solid #ddd;
    padding: 10px;
    outline: none;
    width: 100%;
    box-sizing: border-box
}

.contact input:focus,.contact textarea:focus {
    border-color: #3d5fc2
}

.contact textarea {
    resize: vertical
}

.contact .main ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 20px;
    row-gap: 30px
}

.contact .main ul .name {
    margin-bottom: 5px
}

.contact .main ul .row {
    grid-column-start: 1;
    grid-column-end: 3
}

.contact .main ul .required:before {
    content: '*';
    color: #f00;
    margin-right: 5px
}

.contact .main button {
    margin: 30px auto 0;
    background-color: #415fa7;
    color: #fff;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    display: block;
    width: 316px;
    border-radius: 4px
}

.contact .main button:hover {
    opacity: .9
}

.contact #map {
    width: 100%;
    height: 570px;
    grid-column-start: 1;
    grid-column-end: 3;
    margin-top: 30px
}

.news-list li {
    padding: 20px 0;
    display: grid;
    grid-template-columns: 180px 2fr;
    column-gap: 20px;
    border-bottom: 1px solid #ddd
}

.news-list li .image {
    overflow: hidden;
    height: 130px
}

.news-list li .image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: .5s
}

.news-list li .image:hover img {
    transform: scale(1.05)
}

.news-list li .cont h1 {
    font-size: 20px
}

.news-list li .cont h1 a:hover {
    color: #3d5fc2
}

.news-list li .cont .intro {
    padding: 10px 0
}

.news-list li .cont .meta {
    display: flex;
    justify-content: space-between;
    color: #999
}

.news-list .pagination {
    text-align: center;
    padding-top: 30px
}

.news-list .pagination a,.news-list .pagination span {
    margin: 0 2px;
    display: inline-block;
    padding: 5px 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    color: #666;
    min-width: 12px
}

.news-list .pagination a:hover {
    border-color: #3d5fc2;
    color: #3d5fc2
}

.news-list .pagination .prev:before {
    content: '<'
}

.news-list .pagination .next:after {
    content: '>'
}

.news-list .pagination .current {
    border-color: #3d5fc2;
    background-color: #3d5fc2;
    color: #fff
}

.news-detail,.solution-detail {
    padding-top: 20px
}

.news-detail h1,.solution-detail h1 {
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px
}

.news-detail .title,.solution-detail .title {
    text-align: center;
    padding-bottom: 10px
}

.news-detail .meta,.solution-detail .meta {
    text-align: center;
    color: #999
}

.news-detail .meta span,.solution-detail .meta span {
    padding: 0 5px
}

.news-detail .article,.solution-detail .article {
    margin-top: 20px;
    line-height: 1.8
}

.solution-list ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 30px;
    row-gap: 30px
}

.solution-list ul li a {
    border: 1px solid #ddd;
    display: block;
    transition: .3s
}

.solution-list ul li a .image {
    overflow: hidden;
    height: 300px
}

.solution-list ul li a .image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: .5s
}

.solution-list ul li a:hover {
    border-color: #3d5fc2
}

.solution-list ul li a:hover .image img {
    transform: scale(1.05)
}

.solution-list ul li a:hover .cont .title {
    color: #3d5fc2 !important
}

.solution-list ul li a .cont {
    padding: 10px
}

.solution-list ul li a .cont .title {
    font-size: 20px;
    font-weight: bold;
    transition: .3s
}

.solution-list ul li a .cont .intro {
    padding: 10px 0;
    height: 34px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    color: #999
}

.solution-list ul li a .cont .meta {
    display: flex;
    justify-content: space-between;
    color: #999
}

.product-cate .banner {
    margin-top: -20px;
    position: relative
}

.product-cate .banner img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.product-cate .banner .swiper-pagination {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translate(-50%, 0)
}

.product-cate .tab-header {
    display: flex;
    justify-content: center;
    margin: 30px 0;
    width: 100%;
    position: relative
}

.product-cate .tab-header ul {
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(../images/bg-twill.png) repeat;
    border: 1px solid #ddd;
    overflow: visible;
    width: 100%
}

.product-cate .tab-header ul li {
    flex: 1;
    text-align: center;
    padding: 10px 20px;
    height: 100%;
    position: relative;
    overflow: visible;
    box-sizing: border-box;
    cursor: pointer;
    display: flex;
    align-items: center
}

.product-cate .tab-header ul li.current {
    z-index: 1
}

.product-cate .tab-header ul li.current:after {
    visibility: visible;
    opacity: 1
}

.product-cate .tab-header ul li:nth-child(1):after {
    display: none
}

.product-cate .tab-header ul li:after {
    content: '';
    position: absolute;
    width: 1px;
    height: 80%;
    top: 10%;
    left: 0;
    background-color: #ddd
}

.product-cate .tab-header ul li:hover .image img {
    animation: jump .5s 1
}

.product-cate .tab-header ul li .image {
    margin: 20px 0;
    width: 125px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    background: url(../images/icon-ellipse.png) 50% 100% no-repeat;
    padding-bottom: 10px
}

.product-cate .tab-header ul li .title {
    font-weight: bold;
    font-size: 20px
}

.product-cate .tab-header ul li .meta {
    font-size: 16px
}

.product-cate .tab-header .indicator {
    --h: calc(100% / 4 / 2);
    transition: .8s cubic-bezier(1, 0, 0, 1);
    position: absolute;
    background-color: #fff;
    left: -1px;
    right: -1px;
    bottom: 0;
    top: auto;
    width: auto;
    height: 10px;
    border-top: 1px solid #ddd;
    border-right: none;
    clip-path: polygon(0 0, calc(var(--h) - 10px) 0, var(--h) calc(100% - 1px), calc(var(--h) + 10px) 0, 100% 0, 100% 100%, 0 100%)
}

.product-cate .tab-header .indicator:before,.product-cate .tab-header .indicator:after {
    content: '';
    position: absolute;
    width: 1px;
    height: 30px;
    background-color: #ddd;
    right: 0;
    transition: .8s cubic-bezier(1, 0, 0, 1)
}

.product-cate .tab-header .indicator:before {
    top: -5px;
    left: var(--h);
    transform-origin: 0 50%;
    transform: rotate(45deg)
}

.product-cate .tab-header .indicator:after {
    top: -5px;
    left: var(--h);
    transform-origin: 0 50%;
    transform: rotate(-45deg)
}

.product-cate .tab-container .tab-items {
    display: none
}

.product-cate .tab-container .tab-items.current {
    display: block
}

.product-cate .tab-container ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px
}

.product-cate .tab-container li a {
    position: relative;
    overflow: hidden;
    display: block;
    border: 1px solid #fff;
    box-sizing: border-box
}

.product-cate .tab-container li a:hover {
    border-color: #344a8b
}

.product-cate .tab-container li img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover
}

.product-cate .tab-container li .infos {
    position: absolute;
    bottom: 5%;
    left: 5%;
    right: 5%
}

.product-cate .tab-container li .title {
    font-weight: bold;
    font-size: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 4%
}

.product-cate .tab-container li .tags {
    display: flex;
    flex-wrap: wrap
}

.product-cate .tab-container li .tags span {
    font-size: 14px;
    color: #344a8b;
    border: 1px solid #344a8b;
    border-radius: 16px;
    padding: 0 8px;
    margin: 0 5px 5px 0
}

.product-cate-detail {
    padding-top: 20px;
    display: grid;
    grid-template-columns: 330px 1fr;
    column-gap: 30px
}

.product-cate-detail .infos {
    border-right: 1px solid #ddd
}

.product-cate-detail .infos ul {
    padding-top: 10px
}

.product-cate-detail .infos li {
    line-height: 2
}

.product-cate-detail .infos .image {
    width: 300px;
    margin-top: 10px
}

.product-cate-detail .infos .image img {
    display: block;
    width: 100%
}

.product-cate-detail dt {
    font-size: 18px;
    font-weight: bold;
    padding: 0 0 10px
}

.product-cate-detail dd {
    padding-bottom: 20px
}

.product-cate-detail dd table {
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
    width: 100%
}

.product-cate-detail dd table td {
    padding: 10px;
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd
}

.product-cate-detail dd img {
    max-width: 100%
}

.about {
    display: grid;
    grid-template-columns: 340px 1fr;
    column-gap: 30px;
    padding-top: 20px
}

.about .aside h1 {
    color: #666
}

.about .aside ul {
    padding-top: 20px
}

.about .aside li {
    display: block;
    padding: 20px 0;
    font-size: 20px
}

.about .aside li p {
    color: #666
}

.about .main {
    line-height: 2
}

.about .main p {
    color: #666
}

@media screen and (max-width: 1670px) {
    #header .top .logo {
        width:300px
    }

    #header .top .tel,#header .top .lang {
        padding: 0 20px
    }
}

@media screen and (max-width: 1500px) {
    #banner {
        height:auto
    }

    #banner .banner-pagination {
        bottom: 5%
    }

    #banner .banner-pagination .swiper-pagination-bullet {
        width: 20px;
        height: 20px
    }
}

@media screen and (max-width: 1430px) {
    #header .top .tel {
        display:none
    }
}

@media screen and (max-width: 1280px) {
    #brand .story .infos .item,#brand .research .infos .item {
        width:25%
    }

    #footer .contact {
        flex-wrap: wrap
    }

    #footer .contact .item {
        width: 50%
    }
}

@media screen and (max-width: 1145px) {
    #header .top .lang {
        display:none
    }

    #product .tab .tab-items {
        grid-template-columns: repeat(2, 1fr)
    }

    #news .content {
        column-gap: 30px
    }

    #news .new {
        flex: .8
    }
}

@media screen and (max-width: 1030px) {
    #header {
        display:none
    }

    #header-mobi {
        display: block
    }

    #product .content {
        display: block
    }

    #product .tab-selector {
        margin-bottom: 20px;
        border-left: 1px solid #ddd
    }

    #product .tab-selector ul {
        grid-template-columns: repeat(4, 1fr);
        grid-template-rows: 1fr
    }

    #product .tab-selector li:after {
        width: 1px;
        height: 100%;
        top: 0;
        left: 100%
    }

    #product .tab {
        width: 100%
    }

    #product .tab-items {
        row-gap: 10px;
        column-gap: 10px
    }

    #product .item {
        height: auto
    }

    #product .tab-selector .indicator {
        left: -1px;
        right: -1px;
        bottom: -1px;
        top: auto;
        width: auto;
        height: 10px;
        border-top: 1px solid #ddd;
        border-right: none;
        clip-path: polygon(0 0, calc(var(--h) - 10px) 0, var(--h) calc(100% - 1px), calc(var(--h) + 10px) 0, 100% 0, 100% 100%, 0 100%)
    }

    #product .tab-selector .indicator:before {
        top: -5px;
        left: var(--h);
        transform-origin: 0 50%;
        transform: rotate(45deg)
    }

    #product .tab-selector .indicator:after {
        top: -5px;
        left: var(--h);
        transform-origin: 0 50%;
        transform: rotate(-45deg)
    }

    #solution .content .intro {
        padding: 5% 0 10%
    }

    #solution .content .title {
        font-size: 18px;
        padding-bottom: 2%
    }

    #solution .content .meta {
        font-size: 14px
    }

    #news .content {
        display: block
    }

    #news .hot {
        margin-bottom: 30px
    }

    #footer .infos {
        justify-content: space-between
    }

    #footer .infos .social {
        display: none
    }

    .product-cate .tab-header ul li {
        display: block
    }

    .product-cate .tab-header ul li .image {
        margin: 0 auto
    }

    .product-cate .tab-header ul li .text {
        padding: 10px 0
    }

    .solution-list ul {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px
    }

    .solution-list ul li a .image {
        height: 200px
    }
}

@media screen and (max-width: 800px) {
    #product .tab-selector li {
        padding:0;
        flex: 1;
        display: block
    }

    #product .tab-selector li .meta {
        display: none
    }

    #product .tab-selector li .image {
        position: relative;
        margin: 0 auto;
        left: 0;
        top: 5px
    }

    #product .tab-selector li .image img {
        max-width: 100%;
        max-height: 100%
    }

    #product .tab-selector li .title {
        padding-top: 10px;
        font-size: 14px;
        text-align: center
    }

    #factory .content {
        grid-template-columns: 1fr
    }

    #brand.right .story,#brand.right .research {
        clip-path: none
    }

    #brand .story,#brand .research {
        clip-path: none;
        height: auto;
        padding: 5% 0 !important;
        position: relative;
        transform: translate(0, 0) !important;
        left: 0 !important
    }

    #brand .story .title,#brand .research .title {
        margin-bottom: 15px !important;
        font-size: 24px
    }

    #brand .story .intro,#brand .research .intro {
        opacity: 1 !important;
        width: 100%
    }

    #brand .story .intro p,#brand .research .intro p {
        font-size: 14px
    }

    #brand .story .intro .more,#brand .research .intro .more {
        font-size: 16px;
        padding: 6px 20px
    }

    #brand .story .infos,#brand .research .infos {
        opacity: 1 !important;
        padding-top: 20px !important
    }

    #brand .story .infos .item,#brand .research .infos .item {
        width: 33.33%
    }

    #brand .story .infos .item .name,#brand .research .infos .item .name {
        font-size: 18px
    }

    #brand .story .infos .item .count,#brand .research .infos .item .count {
        font-size: 40px
    }

    #brand .story .infos .item .count span,#brand .research .infos .item .count span {
        font-size: 18px
    }

    #brand .research .title,#brand .research .intro,#brand .research .infos {
        width: 94%;
        margin: 0 auto
    }

    #news .hot .image {
        height: auto
    }

    #footer .links {
        flex-wrap: wrap;
        row-gap: 20px
    }

    #footer .links dl {
        width: 33.33%
    }

    #footer .copy {
        flex-wrap: wrap
    }

    #footer .copy .info {
        width: 100%
    }

    .about,.product-cate-detail {
        grid-template-columns: 1fr;
        row-gap: 20px
    }

    .contact {
        display: block
    }

    .contact .aside {
        margin-bottom: 30px
    }
}

@media screen and (max-width: 720px) {
    #product .tab .tab-items {
        grid-template-columns:repeat(2, 1fr)
    }

    #footer .links dl {
        width: 50%
    }

    .product-cate .tab-header ul li {
        display: block
    }

    .product-cate .tab-header ul li .image {
        width: 80%;
        margin: 0 auto;
        height: 50px;
        background-size: contain
    }

    .product-cate .tab-header ul li .image img {
        max-width: 100%;
        max-height: 100%;
        display: block
    }

    .product-cate .tab-header ul li .text {
        padding: 10px 0
    }

    .product-cate .tab-header ul li .text .title {
        font-size: 16px
    }

    .product-cate .tab-header ul li .text .meta {
        display: none
    }

    .product-cate .tab-container ul {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px
    }
}

@media screen and (max-width: 600px) {
    #solution .solution-pagination {
        bottom:15px
    }

    #footer .infos .link {
        display: none
    }

    #footer .contact .item {
        width: 100%
    }

    .solution-list ul {
        grid-template-columns: 1fr
    }

    .solution-list ul li a .image {
        height: auto
    }
}

@media screen and (max-width: 480px) {
    :root {
        --block-padding:30px
    }

    h1 {
        font-size: 32px;
        text-align: left
    }

    h2 {
        font-size: 16px;
        text-align: left;
        opacity: .8
    }

    .header-title h1 {
        margin-bottom: 10px
    }

    .header-title h2 {
        margin-bottom: 20px;
        font-size: 14px
    }

    #header-mobi .logo {
        width: 150px
    }

    #banner .slide-1 .content .style {
        font-size: 24px
    }

    #product .tab .tab-items {
        gap: 10px
    }

    #solution .content .swiper-slide {
        width: 100%
    }

    #solution .content .intro {
        padding: 3% 0 6%
    }

    #solution .content .title {
        font-size: 16px
    }

    #solution .content .meta {
        font-size: 12px
    }

    #solution .solution-pagination {
        column-gap: 0;
        bottom: 10px
    }

    #solution .solution-pagination .swiper-pagination-bullet {
        width: 30px;
        height: 3px
    }

    #factory .content {
        grid-template-columns: 1fr
    }

    #factory li .title {
        bottom: 10px;
        left: 10px;
        font-size: 14px;
        padding: 8px 25px 8px 15px
    }

    #brand {
        margin-top: 40px
    }

    #brand .story .infos .item,#brand .research .infos .item {
        padding-left: 10px
    }

    #brand .story .infos .item .name,#brand .research .infos .item .name {
        font-size: 16px
    }

    #brand .story .infos .item .count,#brand .research .infos .item .count {
        font-size: 28px
    }

    #brand .story .infos .item .count span,#brand .research .infos .item .count span {
        font-size: 14px
    }

    #brand .research .infos .item:nth-child(2) .name {
        font-size: 12px
    }

    #news .hot {
        margin-bottom: 20px
    }

    #news .hot h3 {
        font-size: 24px;
        padding-bottom: 20px
    }

    #news .hot ul {
        padding: 0
    }

    #news .hot ul li {
        padding: 10px
    }

    #news .hot ul li a {
        font-size: 14px
    }

    #news .hot ul li span {
        font-size: 13px
    }

    #news .new h3 {
        font-size: 24px;
        padding-bottom: 10px
    }

    #news .new li {
        height: 40px;
        padding-left: 24px
    }

    #news .new li a {
        font-size: 14px
    }

    #news .new li span {
        font-size: 13px
    }

    #footer {
        margin-top: 30px
    }

    #footer .infos {
        padding: 20px 0;
        margin-bottom: 20px
    }

    #footer .infos .logo {
        margin-right: 0;
        background-size: contain;
        width: 80%;
        height: 40px;
        margin: 0 auto
    }

    #footer .links {
        margin-bottom: 10px
    }

    #footer .links dl:nth-child(3) {
        width: 100%
    }

    #footer .links dt {
        font-size: 16px;
        margin-bottom: 10px;
        padding-left: 20px
    }

    #footer .links p {
        height: 30px;
        padding-left: 20px
    }

    #footer .contact {
        padding: 15px 0 5px
    }

    #footer .contact .item {
        margin-bottom: 10px
    }

    #footer .contact .icon {
        width: 32px;
        height: 32px
    }

    #footer .copy {
        padding: 20px 0
    }

    #footer .info {
        text-align: center;
        font-size: 12px
    }

    #footer .info .beian {
        display: block;
        padding: 0;
        margin: 0
    }

    #footer .info .beian:before {
        display: none
    }

    #footer .map {
        width: 100%;
        justify-content: center;
        font-size: 12px
    }

    .news-list li {
        grid-template-columns: 1fr
    }

    .news-list li .image {
        height: auto;
        min-height: 200px;
        margin-bottom: 15px
    }
}

@keyframes jump {
    50% {
        transform: translate(0, -10px)
    }
}
