body {
    /*因首页需要sticky,所以取消*/
    /*overflow-x: hidden;*/
}

body,
button,
dd,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
legend,
ol,
p,
select,
textarea,
pre,
ul {
    font-family: -apple-system, PingFang SC, Hiragino Sans GB, Microsoft YaHei UI, Microsoft YaHei, Source Han Sans CN, sans-serif;
    margin: 0;
    padding: 0;
    outline: 0;
    border: none;
    -webkit-tap-highlight-color: transparent;
    color: #323232;
}

select::-ms-expand {
    display: none;
}

textarea {
    resize: none;
}

.clear:after {
    display: block;
    content: '';
    clear: both;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

img {
    display: block;
}

li {
    list-style: none
}

a {
    text-decoration: none;
    color: inherit;
}

a,
button {
    -webkit-tap-highlight-color: transparent;
    outline: none;
}

template {
    display: none;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.clear:after {
    display: block;
    content: '';
    clear: both;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

input,
textarea,
select {
    display: block;
    border-radius: 0;
    vertical-align: top
}

em,
i {
    font-style: normal;
}

.others-bar .share-list a {
    position: relative;
}

.others-bar .share-list a .code {
    position: absolute;
    top: 40%;
    right: 40px;
    flex-direction: column;
    /* width: 140px;
	height: 140px; */
    padding: 20px 20px 16px;
    background: #978b7f;
    border-color: rgba(255, 255, 255, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateY(-50%);
    flex-wrap: wrap;
}

.others-bar .share-list a .code img {
    width: 120px;
    height: 120px;
}

.others-bar .share-list a .code span {
    padding-top: 10px;
    line-height: 1;
    display: block;
    color: #fff;
    font-size: 14px;
}

.others-bar .share-list a:last-child>img {
    width: 24px;
    height: 24px;
}

.follow {
    position: relative;
}

.follow .wrap {
    display: flex;
    position: relative;
}

.follow .wrap .left {
    width: 68%;
    padding: 50px 0 40px;
}

.follow .wrap .left .title {
    font-family: Didot;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 1px;
    color: #7b7b7b;
    display: flex;
    justify-content: flex-start;
    padding: 0;
}

.follow .wrap .left .btns {
    display: flex;
    margin-top: 30px;
    box-sizing: border-box;
}

.follow .wrap .left .btns .btn {
    margin-right: 38px;
    margin-bottom: 20px;
    width: 24%;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 30px;
    color: #fff;
    background: #151515;
}

.follow .wrap .right {
    flex-grow: 1;
    width: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 6.25%;
}

.follow .wrap .right .lefts ul {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.follow .wrap .right .lefts ul li {
    margin-right: 40px;
}

.follow .wrap .right .lefts ul li a {
    display: inline-block;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end;
}

.follow .wrap .right .lefts ul li a img {
    width: 100%;
}

.follow .wrap .right .lefts ul::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    width: 1px;
    height: 90%;
    background-color: #c4c4c4;
    transform: translateY(-50%);
}

.follow .wrap .right .rights ul {
    display: flex;
    justify-content: space-between;
}

.follow .wrap .right .rights ul li {
    margin-left: 44px;
}

.follow .wrap .right .rights ul li img {
    width: 100%;
}

.follow .wrap .right .rights ul li span {
    display: inline-block;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 1px;
    color: #333333;
    margin-top: 10px;
    width: 100%;
}

.follow .bgs {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    display: flex;
}

.follow .bgs .bgleft {
    width: 60% !important;
    height: 100%;
    background: #333;
}

.follow .bgs .bgright {
    background: #f5f5f5;
    height: 100%;
    flex-grow: 1;
}

.others-bar {
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
    border-left: 1px solid #c3c3c3;
    height: 100%;
    background: #fff;
    z-index: 8;
}

.others-bar .share-list {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: sticky;
    box-sizing: border-box;
    padding-top: 30px;
    top: 0;
    left: 0;
    height: 100vh;
}

.others-bar .share-list .item:not(:last-child) {
    margin-bottom: 49px;
}


.big_img {
    position: fixed;
    z-index: -1;
    opacity: 0;
    background: rgba(0, 0, 0, .9);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
}

.big_img .bigImgSwiper {
    position: relative;
    width: 100%;
    /* height: 100% */
}

.big_img .close {
    /* position: absolute;
	top: -50px; */
    width: 100%;
    box-sizing: border-box;
    padding: 0 5% 30px;
    display: flex;
    justify-content: flex-end;
}

.big_img .bigImgSwiper .swiper-wrapper {
    width: 100%;
    height: 100%
}

.big_img .swiper-slide {
    width: 100%;
    height: 100%;
    display: table
}

.big_img .swiper-slide .cell {
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
    text-align: center
}

.big_img .swiper-slide img {
    max-width: 90%;
    max-height: 80vh;
    margin: 0 auto
}

.big_img .swiper-pagination2 {
    /* position: absolute; */
    /* top: .2rem; */
    text-align: center;
    width: 100%;
    margin-top: 30px;
}

.big_img .swiper-pagination2 span {
    margin: 0 5px
}

.big_img .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    border: 1px solid #fff;
    margin: 0 .05rem;
    background: #fff;
}

.big_img .swiper-pagination-bullet-active {
    opacity: 1;
    background: #fff;
}

.menu-container .outer-wrap .scroll-wrap .wrap .menu-contact .contact-list .item {
    position: relative;
}

.menu-container .outer-wrap .scroll-wrap .wrap .menu-contact .contact-list .item .code {
    position: absolute;
    top: 0;
    left: 50%;
    padding: 20px 20px 16px;
    background: #978b7f;
    border-color: rgba(255, 255, 255, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translate(-50%, -110%);
    flex-wrap: wrap;
    flex-direction: column;
}

.menu-container .outer-wrap .scroll-wrap .wrap .menu-contact .contact-list .item .code img {
    width: 120px;
    height: 120px;
}

.menu-container .outer-wrap .scroll-wrap .wrap .menu-contact .contact-list .item .code span {
    padding-top: 10px;
    line-height: 1;
    display: block;
    color: #fff;
    font-size: 14px;
}

.header .wrap .logo-wrap .logo-box .logo {
    width: 100%;
    height: auto !important;
}

@media screen and (max-width: 1920px) {
    .follow .bgs .bgleft {
        width: 66% !important;
    }
}

@media screen and (max-width: 1080px) {
    .headerPage .contain .logo {
        margin: 0 auto;
    }
}

@media screen and (max-width: 1080px) {
    .headerPage {
        display: none;
    }

    .height {
        height: 107px !important;
    }

    .height2 {
        display: none;
    }

    .n-nav {
        position: static !important;
    }

    footer .wrap .footer-sections {
        margin-top: 30px !important;
    }
}

@media screen and (max-width: 750px) {

    .mains .follow .wrap .right .rights,
    .main .follow .wrap .right .rights {
        margin: 0 !important;
    }
}