@font-face {
    font-family: 'SourceHanSansSC';
    src: url('/assets/fonts/SourceHanSansSC-VF.woff2') format('woff2');
    font-weight: 100 900;
    font-display: swap; /* 避免阻塞渲染 */
}
@font-face {
    font-family: 'NewYork';
    src: url('/assets/fonts/NewYork.ttf') format('truetype');
    font-weight: 100 900;
    font-display: swap; /* 避免阻塞渲染 */
}

body {
    padding-top: 0 !important;
    background-color: #FFFFFF;
}

.clearfix {
    overflow: auto;
}
.clearfix::after {
    content: "";
    clear: both;
    display: table;
}
.fl {
    float: left;
}
.w50 {
    width: 50%;
}

.header {
    width: 100%;
    height: 100px;
    background-color: transparent;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
}
.header-flex {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.header .logo {
    width: 160px;
    height: 100px;
    padding: 15px 30px;
    background-color: #A48977;
}
.header .logo a {
    display: block;
    width: 100%;
    height: 100%;
    background-image: url('/assets/jinqi/img/logo-01.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 100%;
}
.header .menu-open {
    width: 90px;
    height: 42px;
    background-color: #FFFFFF;
    border-radius: 21px;
    font-family: 'SourceHanSansSC';
    font-weight: 500;
    font-size: 16px;
    color: #A48977;
    text-align: center;
    line-height: 42px;
    cursor: pointer;
}
.header .menu-open i {
    margin-right: 10px;
}
.header.header-move {
    background-color: #FFFFFF;
    transition: 1.5s all;
    box-shadow: 0 0 10px 0 #000;
    color: #000;
}
.header.header-move .logo {
    background-color: transparent;
}
.header.header-move .logo a {
    background-image: url('/assets/jinqi/img/logo-02.png');
}
.header.header-move .menu-open {
    background-color: #A48977;
    color: #FFFFFF;
}

.nav-pc .menu>ul>li a.active {
    color: #fff;
}
.nav-pc .menu>ul>li:hover>a {
    color: #fff;
}

.main-swiper {
    width: 100%;
    height: 698px;
    position: relative;
}
.main-swiper .swiper-slide {
    overflow: hidden;
}
.main-swiper .swiper-slide .swiper-slide-inner {
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.main-swiper .swiper-slide .swiper-slide-inner h2 {
    font-family: 'SourceHanSansSC';
    font-size: 30px;
    color: #FFFFFF;
    font-weight: bold;
    text-align: center;
    line-height: 32px;
}
.main-swiper .swiper-slide .swiper-slide-inner p {
    margin-top: 20px;
    margin-bottom: 0;
    font-family: 'SourceHanSansSC';
    font-size: 16px;
    color: #FFFFFF;
    font-weight: 400;
    text-align: center;
    letter-spacing: 1px;
    line-height: 30px;
}
.swiper-button-prev {
    color: #FFFFFF;
    left: 5% !important;
}
.swiper-button-next {
    color: #FFFFFF;
    right: 5% !important;
}
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 50px !important;
}
.swiper-pagination-bullet {
    width: 53px;
    height: 4px;
    background-color: #FFFFFF;
    border-radius: 2px;
    margin: 0 6px !important;
}
.swiper-pagination-bullet-active {
    background-color: #A48977 !important;
}

.company-profile {
    width: 100%;
    padding: 70px 0;
    background-color: #DCD3C9;
    margin-top: 76px;
}
.company-profile-left {
    padding: 0 120px;
    text-align: left;
}
.company-profile-title-en {
    margin-bottom: 0;
    font-family: 'NewYork';
    font-weight: 400;
    font-size: 36px;
    color: #A48977;
    letter-spacing: 1px;
    line-height: 44px;
}
.company-profile-title-zh {
    margin-bottom: 30px;
    font-family: 'SourceHanSansSC';
    font-weight: 500;
    font-size: 20px;
    color: #A48977;
    letter-spacing: 1px;
    line-height: 28px;
}
.company-profile-left .bg-line {
    display: block;
    width: 135px;
    height: 7px;
    margin-bottom: 16px;
}
.company-profile-name-zh {
    margin-bottom: 5px;
    font-family: 'SourceHanSansSC';
    font-weight: 500;
    font-size: 23px;
    color: #A48977;
    line-height: 31px;
}
.company-profile-name-en {
    margin-bottom: 0;
    font-family: 'SourceHanSansSC';
    font-weight: 400;
    font-size: 13px;
    color: #A48977;
    line-height: 21px;
}
.company-profile-right {
    padding-left: 0;
    padding-right: 0;
}
.company-profile-right p {
    margin-bottom: 0;
    font-family: 'SourceHanSansCN';
    font-weight: 400;
    font-size: 16px;
    color: #A48977;
    line-height: 30px;
}
.company-profile-right p:first-child {
    margin-bottom: 30px;
}

.title-zh {
    height: 44px;
    font-family: 'SourceHanSansSC';
    font-weight: 500;
    font-size: 36px;
    color: #A48977;
    letter-spacing: 0.33px;
    line-height: 44px;
}
.title-en {
    height: 32px;
    font-family: 'SourceHanSansSC';
    font-weight: 400;
    font-size: 24px;
    color: #CACACA;
    letter-spacing: 0.66px;
    line-height: 32px;
}

.choose-us {
    width: 100%;
    padding-top: 80px;
    background-color: #FFFFFF;
}
.choose-us-title {
    padding: 80px 0;
    text-align: center;
}
.choose-us-title p:last-child {
    margin-top: 14px;
    margin-bottom: 0;
}
.choose-us-list {
    width: 100%;
}
.choose-us-item {
    margin-bottom: 30px;
}
.choose-us-item-wrapper {
    display: block;
    position: relative;
    top: 0;
    transition: top .5s;
}
.choose-us-item-wrapper:hover {
    top: -6px;
}
.choose-us-item-wrapper .pic {
    overflow: hidden;
}
.choose-us-item-wrapper .pic img {
    position: relative;
    transform: scale(1);
    -webkit-transition: -webkit-transform 500ms ease;
    transition: -webkit-transform 500ms ease;
    transition: transform 500ms ease;
    transition: transform 500ms ease, -webkit-transform 500ms ease;
    border: none !important;
    padding: 0;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.choose-us-item-wrapper:hover .pic img {
    transform: scale(1.2);
}
.choose-us-content {
    height: 300px;
    border-bottom: 1px solid #CACACA;
    box-sizing: border-box;
    transition: all 300ms ease;
    position: relative;
}
.choose-us-content-head {
    height: 35px;
    margin-top: 27px;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.choose-us-content-icon {
    display: block;
    width: 43px;
    height: 35px;
}
.choose-us-content-title {
    margin-left: 12px;
    font-family: 'SourceHanSansSC';
    font-weight: 500;
    font-size: 18px;
    color: #666666;
    letter-spacing: 1px;
}
.choose-us-content-info {
    margin-top: 25px;
    font-family: 'SourceHanSansSC';
    font-weight: 400;
    font-size: 16px;
    color: #999999;
    line-height: 30px;
    letter-spacing: 1px;
}
.choose-us-content-bottom {
    margin-bottom: 0;
    font-family: 'NewYork';
    font-weight: 400;
    font-size: 16px;
    color: #DCD3C9;
    line-height: 24px;
    letter-spacing: 1px;
    position: absolute;
    right: 11px;
    bottom: 4px;
}

.partner-brands {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 180px;
    background-color: #FFFFFF;
}
.partner-brands-title {
    padding: 80px 0;
    text-align: center;
}
.partner-brands-title p:last-child {
    margin-top: 14px;
    margin-bottom: 0;
}
.partner-brands-list {
    width: 100%;
}
.partner-brands-item {
    margin-bottom: 30px;
}
.partner-brands-item-wrapper {
    display: block;
    width: 100%;
    height: 474px;
    background-color: #fff;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    box-shadow: 0 2px 2px rgba(0, 0, 0, .2);
    transition: all .4s ease;
    position: relative;
}
.partner-brands-item-wrapper:hover {
    box-shadow: 0 15px 20px rgba(0, 0, 0, .5);
}
.partner-brands-logo {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}
.partner-brands-logo img {
    display: block;
    padding: 0;
}
.partner-brands-logo .logo1 {
    width: 283px;
    height: 90px;
}
.partner-brands-logo .logo2 {
    width: 236px;
    height: 204px;
}
.partner-brands-logo .logo3 {
    width: 333px;
    height: 56px;
}
.partner-brands-logo .logo4 {
    width: 273px;
    height: 30px;
}
.partner-brands-logo .logo5 {
    width: 305px;
    height: 111px;
}
.partner-brands-logo .logo6 {
    width: 252px;
    height: 143px;
}
.partner-brands-logo .logo7 {
    width: 295px;
    height: 96px;
}
.partner-brands-logo .logo8 {
    width: 225px;
    height: 79px;
}
.partner-brands-logo .logo9 {
    width: 127px;
    height: 167px;
}
.partner-brands-item-wrapper .pic img {
    position: relative;
    transform: scale(1);
    -webkit-transition: -webkit-transform 500ms ease;
    transition: -webkit-transform 500ms ease;
    transition: transform 500ms ease;
    transition: transform 500ms ease, -webkit-transform 500ms ease;
    border: none !important;
    padding: 0;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.partner-brands-item-wrapper:hover .pic img {
    transform: scale(1.2);
}

.know-more {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-end;
    cursor: pointer;
}
.know-more-left, .know-more-right {
    margin-right: 10px;
}
.know-more-left {
    text-align: right;
}
.know-more-left p {
    margin-bottom: 0;
}
.know-more-name-zh {
    font-family: 'SourceHanSansSC';
    font-weight: 500;
    font-size: 24px;
    color: #A48977;
    line-height: 24px;
}
.know-more-name-en {
    margin-top: 11px;
    font-family: 'SourceHanSansSC';
    font-weight: 400;
    font-size: 18px;
    color: #CACACA;;
    line-height: 18px;
}
.know-more-right {
    width: 24px;
    height: 24px;
}
.know-more-right img {
    display: block;
    width: 100%;
    height: 100%;
}

.stories {
    width: 100%;
    padding: 80px 0 138px;
    background-color: #F4F4F4;
}
.stories-title {
    padding: 40px 0 40px 160px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.stories-title p {
    margin-bottom: 0;
}
.stories-title p:first-child {
    margin-right: 17px;
}
.stories-content {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
}
.stories-content .stories-swiper {
    width: 70%;
    margin-left: 0;
    margin-right: 48px;
}
.stories-content .stories-swiper .swiper-slide-img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
}

.news {
    width: 1200px;
    padding: 120px 0 210px;
    padding-left: -100px !important;
    margin: 0 auto;
}
.news-title {
    padding: 50px 0;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.news-title p {
    margin-bottom: 0;
}
.news-title p:first-child {
    margin-right: 17px;
}
.news-content {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.news-item {
    width: 680px;
    padding: 40px 0;
    border-bottom: 1px solid #CACACA;
    display: flex;
    flex-direction: row;
}
.news-item-left {
    width: 100px;
}
.news-item-left .date {
    font-family: 'SourceHanSansSC';
    font-weight: 500;
    font-size: 24px;
    color: #666666;
    line-height: 24px;
}
.news-item-left .year {
    font-family: 'SourceHanSansSC';
    font-weight: 300;
    font-size: 16px;
    color: #666666;
    line-height: 24px;
}
.news-item-right {
    flex: 1;
}
.news-item-title {
    font-family: 'SourceHanSansSC';
    font-weight: 500;
    font-size: 18px;
    color: #666666;
    line-height: 24px;
    margin-bottom: 20px;
}
.news-item-content {
    font-family: 'SourceHanSansSC';
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    line-height: 24px;
}

footer {
    width: 100%;;
    background-color: #DCD3C9 !important;
    padding: 80px 0;
}
.footer {
    width: 1400px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
}
.footer-left {
    width: 500px;
    border-right: 1px solid #A48977;
}
.footer-left p {
    margin-bottom: 0;
}
.footer-logo {
    display: block;
    width: 103px;
    height: 85px;
}
.footer-tagline {
    margin-top: 7px;
    font-family: 'SourceHanSansSC';
    font-weight: bold;
    font-size: 18px;
    color: #A48977;
    line-height: 18px;
}
.footer-company-name-zh {
    margin-top: 20px;
    font-family: 'SourceHanSansSC';
    font-weight: 400;
    font-size: 18px;
    color: #A48977;
    line-height: 18px;
}
.footer-company-name-en {
    margin-top: 10px;
    font-family: 'SourceHanSansSC';
    font-weight: 400;
    font-size: 18px;
    color: #A48977;
    line-height: 18px;
}
.footer-left .contacts-email, .footer-left .contacts-address {
    padding-left: 25px;
    font-family: 'SourceHanSansSC';
    font-weight: 400;
    font-size: 18px;
    color: #A48977;
    line-height: 20px;
}
.footer-left .contacts-email {
    margin-top: 36px;
    background: url('/assets/jinqi/img/icon-email.png') left center no-repeat;
    background-size: 20px 15px;
}
.footer-left .contacts-address {
    margin-top: 10px;
    background: url('/assets/jinqi/img/icon-address.png') left center no-repeat;
    background-size: 14px 20px;
}
.footer-left .attention {
    margin-top: 27px;
    display: flex;
    flex-direction: row;
}
.footer-left .attention .qrcode {
    display: block;
    width: 119px;
    height: 119px;
    margin-right: 13px;
}
.footer-left .attention .attention-tip {
    margin-left: 23px;
}
.footer-left .attention .attention-tip .attention-tip-p1 {
    margin-bottom: 12px;
    font-family: 'SourceHanSansSC';
    font-weight: 500;
    font-size: 30px;
    color: #A48977;
    letter-spacing: 11px;
    line-height: 30px;
}
.footer-left .attention .attention-tip .attention-tip-p2 {
    margin-bottom: 24px;
    font-family: 'SourceHanSansSC';
    font-weight: 400;
    font-size: 14px;
    color: #A48977;
    line-height: 14px;
}
.footer-left .attention .attention-tip .attention-icons {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.footer-left .attention .attention-tip .attention-icons .icon-wx {
    display: block;
    width: 31px;
    height: 25px;
}
.footer-left .attention .attention-tip .attention-icons .icon-xhs {
    margin-left: 16px;
    font-family: 'SourceHanSansSC';
    font-weight: 600;
    font-size: 16px;
    color: #A48977;
}
.footer-right {
    margin-left: 60px;
}
.footer-brands .footer-brands-title {
    margin-bottom: 15px;
    font-family: 'SourceHanSansSC';
    font-weight: 500;
    font-size: 24px;
    color: #A48977;
    line-height: 24px;
}
.footer-brands .footer-brands-swiper {
    width: 817px;
    height: 68px;
    padding: 10px 15px;
    border-radius: 34px;
    background-color: #FFFFFF;
    box-sizing: border-box;
    position: relative;
}
.footer-brands .footer-brands-swiper .swiper-slide-img {
    width: auto;
    height: 48px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.footer-brands .footer-brands-swiper .brands-swiper-button-prev, .footer-brands .footer-brands-swiper .brands-swiper-button-next {
    width: 14px;
    height: 24px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 22px;
    z-index: 99;
}
.footer-brands .footer-brands-swiper .brands-swiper-button-prev {
    background-image: url('/assets/jinqi/img/icon-left.png');
    left: -36px;
}
.footer-brands .footer-brands-swiper .brands-swiper-button-next {
    background-image: url('/assets/jinqi/img/icon-right.png');
    right: -36px;
}
.customer-form {
    margin-top: 46px;
}
.customer-form-title {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.customer-form-title p {
    margin-bottom: 0;
}
.customer-form-title-zh {
    font-family: 'SourceHanSansSC';
    font-weight: 500;
    font-size: 36px;
    color: #A48977;
    letter-spacing: 0.33px;
    line-height: 36px;
}
.customer-form-title-en {
    margin-left: 13px;
    font-family: 'SourceHanSansSC';
    font-weight: 400;
    font-size: 24px;
    color: #A48977;
    line-height: 36px;
}
.customer-form-content {
    margin-top: 30px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.customer-form-content-right {
    /*margin-left: 67px;*/
}
.customer-form-content .input:focus-visible, .customer-form-content .textarea:focus-visible {
    outline: none;
}
.customer-form-content .input {
    display: block;
    width: 375px;
    height: 44px;
    padding: 10px 16px;
    margin-bottom: 20px;
    background-color: #FFFFFF;
    border: 1px solid #A48977;
    box-sizing: border-box;
    font-family: 'SourceHanSansSC';
    font-weight: 400;
    font-size: 14px;
    color: #A48977;
    line-height: 44px;
}
.customer-form-content .input:last-child {
    margin-bottom: 0;
}
.customer-form-content .textarea {
    display: block;
    width: 375px;
    height: 134px;
    padding: 10px 16px;
    margin-bottom: 20px;
    background-color: #FFFFFF;
    border: 1px solid #A48977;
    box-sizing: border-box;
    font-family: 'SourceHanSansSC';
    font-weight: 400;
    font-size: 14px;
    color: #A48977;
    line-height: 28px;
}
.customer-form-content .button-box {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}
.customer-form-content .button {
    width: 84px;
    height: 24px;
    background-color: #A48977;
    border-radius: 12px;
    border: none;
    font-family: 'SourceHanSansSC';
    font-weight: 400;
    font-size: 18px;
    color: #FFFDFC;
    text-align: center;
    line-height: 20px;
}

.copyright {
    padding: 15px 0;
    background-color: #C8BCAF !important;
}
.copyright p {
    margin-bottom: 0;
    color: #A48977;
    font-weight: 500;
    text-align: center;
}

.main-nav {
    position:fixed;left:0;right:0;top:0;bottom:0;z-index:9999;
    height:0px;background:rgba(0,0,0,.3);overflow:hidden;
}
.nav-shadow {
    position:relative;left:0;right:0;top:0;bottom:0;
    height:0px;padding:4% 0 5%;background: url('/assets/jinqi/img/bg-main-nav.png');overflow:scroll;
}
.main-nav.open {height:100vh;transition: .5s height;}
.main-nav.open .nav-shadow {height:100vh;transition: 1s height;}
.nav-close {font-size:24px;color:#FFFFFF;font-weight:700;z-index:99;position:absolute;right:15px;top:15px;cursor:pointer;}
.main-nav .nav-header {
    margin-bottom: 100px;
}
.main-nav .nav-header-logo img {
    display: block;
    width: auto;
    height: 112px;
}
.main-nav .nav-header-img img {
    display: block;
    width: auto;
    height: 95px;
    margin-top: 8px;
}
.main-nav .nav-header-text {
    font-family: 'SourceHanSansSC';
    font-weight: 400;
    font-size: 23px;
    color: #FFFDFC;
    text-align: right;
    line-height: 112px;
}
.main-nav ul, .main-nav li {
    margin: 0;
    padding: 0;
    list-style: none;
}
.main-nav a {
    color: #FFFDFC;
}
.main-nav .tit {
    font-family: 'SourceHanSansSC';
    font-weight: bold;
    font-size: 36px;
    margin: 25px 0 15px;
}
.main-nav li {
    margin-bottom: 12px;
}
.main-nav li a {
    display: block;
    font-family: 'SourceHanSansSC';
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
}
.main-nav .f-slide {height:153px;}
.main-nav .f-slide:first-child {height: 210px;}
.main-nav ul {line-height: 3rem;}
.main-nav {text-align: center;}
@media (min-width:768px){
    .main-nav .tit {margin-bottom:30px;}
    .main-nav .f-slide {height: 225px;}
}
@media (min-width:992px){
    .nav-close {font-size:48px;right:35px;top:35px;}
    .main-nav .f-slide:first-child {height: 250px;}
}

@media(min-width: 1400px){
    .container{max-width:1200px;}
    .main-slider .swiper-slide-content{width:40%;margin:0 auto}
}
@media(max-width: 1200px){
    .main-slider .swiper-slide-content{width:50%;margin:0 auto}
    .nav-pc{max-width:calc(100% - 300px);overflow:hidden}
    .nav-pc .menu>ul>li{padding:0 15px}
    .nav-pc .menu>ul>li a{font-size:14px}
}
@media(max-width: 992px){
    header{height:60px}
    header .lang-wrapper .lang-dropdown{padding-top:15px}
    header .search-wrapper{height:60px}
    header .search-wrapper .search-wrapper-content{width:90% !important}
    header .search-wrapper .search-input{width:calc(100% - 130px);height:35px}
    header .search-wrapper .search-submit{height:33px;width:90px}
    .main-slider h2{font-size:30px}
    .main-slider p{font-size:16px;margin-bottom:40px}
    .main-slider .swiper-slide-content{width:60%;margin:0 auto}
    .main-slider .swiper-slide-content .more{font-size:14px;padding:10px 20px}
    .main-slider .main-slider__nav{display:none}
    #main-slider-pagination{bottom:20px}
    .menu-mobile{display:block !important}
    .nav-pc .menu>ul{display:none !important}
    .nav-pc .menu>ul>li{width:100%;display:block !important;height:auto !important;line-height:50px;border-bottom:1px solid #f2f2f2;background:#C8BCAF}
    .nav-pc .menu>ul>li a{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;font-weight:400}
    .nav-pc .menu>ul>li>.sub-menu{padding:0;position:relative;-webkit-box-shadow:none;box-shadow:none;border-radius:0}
    .nav-pc .menu>ul>li>.sub-menu.normal-sub{width:100%}
    .nav-pc .menu>ul>li>.sub-menu .sub-menu-list{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:start}
    .nav-pc .menu>ul>li>.sub-menu .sub-menu-list>.sub-menu-item{width:100%;border-bottom:1px solid #f2f2f2}
    .nav-pc .menu>ul>li>.sub-menu .sub-menu-list>.sub-menu-item a{padding:0 1em}
    .nav-pc .menu>ul>li>.sub-menu .sub-menu-list>.sub-menu-item:last-child{border:none}
    .nav-pc .menu>ul>li>.sub-menu>li{width:100%;margin-top:20px}
    .nav-pc .menu>ul>li>.sub-menu>li:first-child{margin:0}
    .nav-pc .menu>ul>li>.sub-menu>li>ul{position:relative}
    .nav-pc .menu>ul>li>.sub-menu>li>ul>li{float:none}
    .nav-pc .menu .show-on-mobile{display:block !important;position:fixed;top:60px;left:0;width:100vw;height:calc(100vh - 60px);background-color:rgba(0,0,0,.5);border-top:1px solid #e5e5e5;z-index:0;-webkit-transition:all .3s;transition:all .3s;overflow-y:auto}
}
@media(max-width: 576px){
    header .logo{max-width:45px;margin-left:15px}
    .main-slider h2{font-size:20px;line-height:40px}
    .main-slider p{font-size:13px;line-height:24px;margin-bottom:40px}
    .main-slider .swiper-slide-content{width:90%;margin:0 auto;padding:0 30px}
    .main-slider .swiper-slide-content .more{font-size:14px;padding:10px 20px}
    .main-slider .main-slider__nav{display:none}
    #main-slider-pagination{bottom:20px}
    #main-slider-pagination .swiper-pagination-bullet{width:32px}
    #main-slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{width:32px}
    #main-slider-pagination .swiper-pagination-bullet+.swiper-pagination-bullet{margin-left:6px}
    .company-profile-left{margin-bottom:30px}
    .company-profile-right p{font-size:14px}
    .company-profile-content {padding: 130px 25px}
    .choose-us-title,.partner-brands-title,.footer-left .contacts-title{
        height: 30px;
        font-size: 18px;
        line-height: 30px;
        letter-spacing: 13px;
    }
    .choose-us-content-title{font-size:16px;margin-left:15px}
    .choose-us-content-info{font-size:14px}
    .footer-left{margin-bottom:30px}
    .footer-left .contacts-company{font-size:14px}
    .footer-left .contacts-info{margin-top:20px}
    .footer-left .contacts-info .contacts-email{background-size:18px 13px;font-size:14px}
    .footer-left .contacts-info .contacts-address{background-size:13px 18px;font-size:14px}
}