@charset "utf-8";

/* CSS Document */

@font-face {
    font-family: 'gilroyBold';
    src: url('../font/gilroy-extrabold-webfont.woff') format('woff'), url('../font/gilroy-extrabold-webfont.woff2') format('woff2'), url('../font/Gilroy-ExtraBold.otf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'gilroy';
    src: url('../font/gilroy-light-webfont.woff') format('woff'), url('../font/gilroy-light-webfont.woff2') format('woff2'), url('../font/Gilroy-Light.otf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.inner-banner {
    height: 700px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
    position: relative;
}

.inner-banner .inner-ban-img {
    opacity: 0;
    -webkit-animation: zoomOut2 2s ease forwards;
    -moz-animation: zoomOut2 2s ease forwards;
    -o-animation: zoomOut2 2s ease forwards;
    animation: zoomOut2 2s ease forwards;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.inner-banner .banner-doc {
    top: 0;
    text-align: left;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: flex-start;
    height: 100%;
}

.inner-banner .banner-doc b {
    color: #fff;
    margin-left: 2.0rem;
    font-size: 18px;
    font-weight: normal;
}

.haspdl {
    padding-left: 3.25rem;
}

.haspdr {
    padding-right: 3.25rem;
}

.inner-banner-desc {
    position: absolute;
    right: 3.0rem;
    bottom: 3.25rem;
    color: #fff;
}

.inner-banner-desc p {
    font-family: 'gilroy';
    margin-top: 0;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 24px;
}

.pdt120 {
    padding-top: 3.0rem;
}

.pdd100 {
    padding-bottom: 3.0rem;
}

.inner-page .global-tit {
    text-align: center;
    justify-content: center;
}

.inner-page .global-tit h3 {
    font-size: 0.75rem;
}

.inner-page .global-tit span {
    font-size: 0.75rem;
}

.inner-about-main {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    padding-bottom: 3.0rem;
    padding-top: 0.5rem;
}

.inner-about-main .l-count {
    width: 50%;
    padding-top: 1.2rem;
    padding-right: 3.25rem;
}

.inner-about-main .l-count .global-doc-edit {
    margin-top: 40px;
}

.inner-about-main .r-about-adv {
    width: 50%;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
}

.inner-about-main .r-about-adv .inner-adv-item {
    width: 32%;
    height: 370px;
    position: relative;
    overflow: hidden;
}

.inner-about-main .r-about-adv .inner-adv-item .img-box {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.inner-about-main .r-about-adv .inner-adv-item .before-tit {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 0.75rem;
    color: #fff;
    transition: all 0.3s linear;
}

.inner-about-main .r-about-adv .inner-adv-item .mask {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.66);
    opacity: 0;
    transform: translateY(-100%);
    transition: all 0.3s linear;
}

.inner-about-main .r-about-adv .inner-adv-item .doc-box {
    height: 100%;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 6;
    color: #a69683;
}

.inner-about-main .r-about-adv .inner-adv-item .doc-box .doc {
    letter-spacing: 2px;
    writing-mode: vertical-lr;
    font-size: 0.45rem;
    opacity: 0;
    transition: all 0.6s linear;
}

.inner-about-main .r-about-adv .inner-adv-item:hover .before-tit {
    opacity: 0;
}

.inner-about-main .r-about-adv .inner-adv-item:hover .mask {
    opacity: 1;
    transform: none;
}

.inner-about-main .r-about-adv .inner-adv-item:hover .doc-box .doc {
    opacity: 1;
}

.inner-about-history {
    height: 16.5rem;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
}

.inner-about-history .inner-about-history-bg {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.inner-about-history .inner-about-history-bg.animated {
    -webkit-animation: zoomOut2 2s ease forwards;
    -moz-animation: zoomOut2 2s ease forwards;
    -o-animation: zoomOut2 2s ease forwards;
    animation: zoomOut2 2s ease forwards;
}

.inner-about-history .mid-line {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 1px;
    background: url(../images/histroy-item.png) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    transition: all 1.8s linear;
    opacity: 0;
}

.inner-about-history .mid-line.animated {
    width: 100%;
    opacity: 1;
}

.inner-about-history-in {
    height: 100%;
}

.history-slide:nth-child(2n) .swiper-doc .swiper-doc-half {
    position: absolute;
    top: auto;
    bottom: 50%;
    padding-top: 0;
}

.history-slide:nth-child(2n) .swiper-doc .swiper-doc-half .doll {
    top: inherit;
    bottom: -6px;
}

.history-slide:nth-child(2n) .swiper-doc .swiper-doc-half .year {
    order: 0;
    padding-bottom: 0.9rem;
}

.history-slide:nth-child(2n) .swiper-doc .swiper-doc-half .doc-year {
    order: -1;
    margin-top: 0;
    margin-bottom: 20px;
}

.swiper-doc {
    color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

.swiper-doc .swiper-doc-half {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    padding-top: 0.9rem;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
}

.swiper-doc .swiper-doc-half .doll {
    width: 8px;
    height: 8px;
    background-color: #a69683;
    position: absolute;
    top: -2px;
    left: 50%;
    transform: rotate(45deg) translate(-50%);
}

.swiper-doc .swiper-doc-half .year {
    font-size: 0.75rem;
    color: #a69683;
    text-align: center;
    font-family: 'gilroy';
}

.swiper-doc .swiper-doc-half .doc-year {
    font-size: 16px;
    line-height: 36px;
    text-align: center;
    margin-top: 20px;
}

.inner-about-history-swiper {
    height: 100%;
}

.about-adv {
    padding-top: 2.5rem;
}

.about-adv-group-tit {
    text-align: center;
    padding-bottom: 50px;
}

.about-adv-group-tit .l-tit {
    display: inline-flex;
    vertical-align: middle;
    flex-flow: row wrap;
    align-items: flex-start;
    align-items: center;
    padding-left: 0.8rem;
    cursor: pointer;
    z-index: 6;
    position: relative;
    margin-right: 7.0rem;
}

.about-adv-group-tit .l-tit .l-num {
    font-size: 1.8rem;
    color: #a69683;
    font-family: 'gilroy';
}

.about-adv-group-tit .l-tit .r-tit {
    height: 100%;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    flex: 1;
    align-items: flex-start;
    position: relative;
    padding-left: 0.8rem;
}

.about-adv-group-tit .l-tit .r-tit h5 {
    font-size: 24px;
    margin-top: 14px;
    margin-bottom: 14px;
    color: #535353;
}

.about-adv-group-tit .l-tit .r-tit p {
    font-family: 'gilroy';
    font-size: 18px;
}

.about-adv-group-tit .r-doc-desc {
    display: inline-flex;
    vertical-align: middle;
    font-size: 16px;
    line-height: 36px;
    color: #535353;
    width: 680px;
    text-align: left;
}

.haspdt {
    padding-top: 65px;
}

.adv-swiper-control {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 60px;
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    z-index: 6;
}

.adv-swiper-control span {
    display: block;
    width: 49.9%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    position: relative;
    transition: all 0.3s linear;
}

.adv-swiper-control span img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.adv-swiper-control span:hover {
    background-color: rgba(166, 147, 124, 0.7);
}

.about-adv-list {
    height: 15.0rem;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-flow: row nowrap;
}

.about-adv-list .about-adv-list-bg {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.about-adv-list .about-adv-list-bg.animated {
    -webkit-animation: zoomOut2 2s ease forwards;
    -moz-animation: zoomOut2 2s ease forwards;
    -o-animation: zoomOut2 2s ease forwards;
    animation: zoomOut2 2s ease forwards;
}

.about-adv-list .list-item {
    width: 25%;
    height: 100%;
    position: relative;
}

.about-adv-list .list-item .list-item-in {
    height: 50%;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

.about-adv-list .list-item .list-item-in.bgmain {
    background-color: #a6937c;
}

.about-adv-list .list-item .list-item-in.bghalfblack {
    background-color: rgba(0, 0, 0, 0.72);
}

.about-adv-list .list-item .list-item-in.bgwhite {
    background-color: #fff;
}

.about-adv-list .list-item .list-item-in.bgwhite .doc-in {
    color: #333;
}

.about-adv-list .list-item .list-item-in.bgblack {
    background-color: #1b1b1b;
}

.about-adv-list .list-item .list-item-in .doc-in {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff;
    width: 100%;
    text-align: center;
    opacity: 0;
    transition: all 1s ease 1.3s;
}

.about-adv-list .list-item.animated .list-item-in .doc-in {
    opacity: 1;
}

.about-adv-list .list-item:nth-child(2n) .list-item-in {
    top: auto;
    bottom: 0;
}

.adv4 {
    height: 16.75rem;
    background-color: #eeeeee;
    margin-top: 80px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
}

.adv4 .l-doc-cont {
    width: 50%;
    padding: 0 2.5rem;
    text-align: right;
    padding-top: 2.25rem;
}

.adv4 .l-doc-cont .l-tit {
    margin-right: 2.5rem;
}

.adv4 .l-doc-cont .adv4-doc {
    font-size: 16px;
    line-height: 36px;
    color: #535353;
    text-align: left;
    margin-top: 45px;
}

.adv4 .r-img-scale {
    height: 100%;
    width: 50%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
}

.adv4 .r-img-scale .r-img-scale-bg {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.adv4 .r-img-scale .r-img-scale-bg.animated {
    animation: zoomOut2 3s ease forwards;
}

.about-culture {
    height: 17.5rem;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
    position: relative;
    padding-top: 2.5rem;
}

.about-culture .about-culture-bg {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.about-culture .about-culture-bg.animated {
    animation: zoomOut3 2s ease forwards;
}

.about-culture .global-tit {
    color: #fff;
}

.about-culture .global-tit h3 {
    color: #fff;
}

.about-culture .global-tit .line {
    background-color: #fff;
}

.culture-list {
    margin-top: 2.1rem;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
}

.culture-list .culture-item {
    width: 9%;
}

.culture-list .culture-item .img-circle {
    border: 1px solid #fff;
    padding-bottom: 100%;
    position: relative;
}

.culture-list .culture-item .img-circle .iconfont {
    font-size: 1.5rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1);
    color: #fff;
}

.culture-list .culture-item h3 {
    font-size: 0.45rem;
    color: #a6937c;
    text-align: center;
    margin-top: 0.9rem;
}

.culture-list .culture-item .cultrue-doc {
    text-align: center;
    color: #fff;
    font-size: 16px;
    line-height: 30px;
    margin-top: 24px;
}

.culture-list .culture-item.animated .img-circle {
    border: 1px solid #5e544a;
}

.culture-list .culture-item.animated .img-circle .iconfont {
    color: #a6937c;
    transform: translate(-50%, -50%) scale(1);
}

.about-adv-swiper {
    position: relative;
}

.about-adv-swiper.animated .over-view-mask2 {
    transform: translateY(-101%);
}

.about-adv-swiper.animated .over-view-mask2:after {
    opacity: 0;
}

.about-adv-swiper .over-view-mask2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #a6937c;
    transition: transform 0.9s 0.3s;
    z-index: 5;
}

.about-adv-swiper .over-view-mask2:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #fff;
    opacity: 0.6;
    transform: translateY(100%);
    transition: opacity 0.5s 0.7s;
}

@media screen and (max-width: 1500px) {
    .inner-banner-desc {
        right: 2rem;
        bottom: 2rem;
    }

    .inner-about-history-in {
        width: 92%;
    }

    .pdt120 {
        padding-top: 2.2rem;
    }

    .haspdl {
        padding-left: 1.25rem;
    }

    .haspdr {
        padding-right: 1.25rem;
    }

    .inner-about-main {
        padding-bottom: 2rem;
    }

    .inner-about-main .l-count {
        padding-right: 1.75rem;
    }

    .global-doc-edit {
        font-size: 15px;
    }

    .swiper-doc .swiper-doc-half .doc-year {
        font-size: 14px;
        line-height: 24px;
        text-align: center;
        margin-top: 20px;
    }

    .about-adv-group-tit .l-tit {
        padding-left: 0.45rem;
        margin-right: 3.0rem;
    }

    .about-adv-group-tit .l-tit .l-num {
        font-size: 1.2rem;
        color: #a69683;
        font-family: 'gilroy';
    }

    .about-adv-group-tit .l-tit .r-tit p {
        font-size: 16px;
    }

    .about-adv-group-tit .l-tit .r-tit h5 {
        font-size: 0.6rem;
        margin-top: 7px;
        margin-bottom: 7px;
    }

    .about-adv-group-tit .r-doc-desc {
        font-size: 15px;
        line-height: 2;
        color: #535353;
        width: 680px;
        text-align: left;
    }

    .adv4 .l-doc-cont .adv4-doc {
        font-size: 15px;
        line-height: 32px;
        margin-top: 30px;
    }

    .culture-list .culture-item .cultrue-doc {
        text-align: center;
        color: #fff;
        font-size: 14px;
        line-height: 28px;
        margin-top: 18px;
    }

    .haspdt {
        padding-top: 50px;
    }

    .about-adv-group-tit {
        padding-bottom: 40px;
    }
}

@media screen and (max-width: 768px) {
    .haspdl {
        padding-left: 0rem;
    }

    .inner-banner .banner-doc {
        display: flex;
        flex-flow: column nowrap;
        justify-content: center;
        align-items: center;
        align-items: flex-start;
        padding-left: 5%;
    }

    .inner-banner {
        height: 100vh;
    }

    .inner-banner .banner-doc b {
        color: #fff;
        margin-left: 0rem;
        font-size: 18px;
        font-weight: normal;
        margin-top: 20px;
        position: relative;
        right: 10px;
    }

    .inner-banner-desc {
        right: .4rem;
        bottom: .8rem;
        font-size: 12px;
    }

    .inner-banner-desc p {
        font-size: 14px;
    }

    .pdt120 {
        padding-top: 0.88rem;
    }

    .inner-page .global-tit h3 {
        font-size: 0.32rem;
    }

    .inner-page .global-tit span {
        font-size: 0.32rem;
    }

    .inner-about-main .l-count {
        padding-right: 0rem;
        width: 100%;
        padding-top: 0.48rem;
    }

    .inner-about-main {
        flex-flow: column nowrap;
        padding-top: 0rem;
        padding-bottom: 0.8rem;
    }

    .inner-about-main .l-count .global-doc-edit {
        margin-top: 20px;
    }

    .global-desc {
        font-size: 0.26rem;
        line-height: 1.6;
        color: #a69683;
    }

    .global-doc-edit {
        font-size: 0.28rem;
        line-height: 2;
    }

    .inner-about-main .r-about-adv {
        width: 100%;
        padding-right: 0;
        margin-top: 40px;
    }

    .inner-about-main .r-about-adv .inner-adv-item .before-tit {
        font-size: 0.32rem;
    }

    .inner-about-main .r-about-adv .inner-adv-item .doc-box .doc {
        font-size: .28rem;
    }

    .inner-about-history {
        height: 5rem;
    }

    .inner-about-history-swiper {
        height: 100%;
    }

    .inner-about-history .mid-line {
        top: 35%;
    }

    .swiper-doc {
        top: -15%;
    }

    .swiper-doc .swiper-doc-half .year {
        font-size: 0.3rem;
        color: #a69683;
        text-align: center;
        font-family: 'gilroy';
    }

    .swiper-doc .swiper-doc-half .doc-year {
        font-size: 14px;
        line-height: 24px;
        text-align: center;
        margin-top: 10px;
    }

    .swiper-doc .swiper-doc-half {
        padding-top: 0.36rem;
    }

    .history-slide:nth-child(2n) .swiper-doc .swiper-doc-half .year {
        order: 0;
        padding-bottom: 0.36rem;
    }

    #ph-hisotry-swiper-trigger .history-slide:nth-child(2n) .swiper-doc .swiper-doc-half .doc-year {
        order: 0;
        margin-top: 0;
        margin-top: 10px;
    }

    #ph-hisotry-swiper-trigger .history-slide:nth-child(2n) .swiper-doc .swiper-doc-half {
        position: absolute;
        top: 50%;
        bottom: auto;
        padding-top: 0;
        padding-top: 0.36rem;
    }

    #ph-hisotry-swiper-trigger .history-slide:nth-child(2n) .swiper-doc .swiper-doc-half .year {
        padding-bottom: 0;
    }

    #ph-hisotry-swiper-trigger .history-slide:nth-child(2n) .swiper-doc .swiper-doc-half .doll {
        top: -2px;
        bottom: auto;
    }

    .about-adv {
        padding-top: 1rem;
    }

    .about-adv-group-tit .l-tit {
        padding-left: 0.18rem;
        margin-right: 0;
    }

    .about-adv-group-tit .l-tit .l-num {
        font-size: 0.48rem;
    }

    .about-adv-group-tit .l-tit .r-tit h5 {
        font-size: 0.29rem;
        margin-top: 3px;
        margin-bottom: 3px;
    }

    .about-adv-group-tit .l-tit .r-tit p {
        font-size: 0.29rem;
    }

    .about-adv-group-tit {
        text-align: left;
    }

    .about-adv-group-tit .r-doc-desc {
        margin-top: 20px;
        font-size: 0.26rem;
        line-height: 2;
        color: #535353;
        width: 100%;
        text-align: left;
    }

    .adv-swiper-control {
        position: absolute;
        left: 0;
        bottom: 0;
        height: .48rem;
        width: 100%;
        display: flex;
        flex-flow: row nowrap;
        justify-content: space-between;
        z-index: 6;
    }

    .adv-swiper-control span img {
        width: 0.5rem;
    }

    .about-adv-list .about-adv-list-bg {
        display: none;
    }

    .about-adv-list {
        flex-flow: column nowrap;
        height: auto;
    }

    .about-adv-list .list-item {
        width: 100%;
        height: 2.0rem;
    }

    .about-adv-list .list-item .list-item-in {
        height: 100%;
        font-size: 0.28rem;
    }

    .about-adv-list .list-item .list-item-in.bgwhite {
        background-color: #ccc;
    }

    .adv4 .l-doc-cont .l-tit {
        margin-right: 0;
    }

    .adv4 {
        height: auto;
        background-color: #eeeeee;
        margin-top: 80px;
        display: flex;
        flex-flow: column nowrap;
    }

    .adv4 .l-doc-cont {
        width: 100%;
        padding: 0 0.4rem;
        text-align: left;
        padding-top: 0.75rem;
    }

    .adv4 .r-img-scale {
        height: 300px;
        width: 100%;
    }

    .adv4 .l-doc-cont .adv4-doc {
        font-size: 0.26rem;
        line-height: 2;
        margin-top: 25px;
        margin-bottom: 25px;
    }

    .pdd100 {
        padding-bottom: 1.2rem;
    }

    .culture-list {
        margin-top: 0.6rem;
    }

    .culture-list .culture-item .img-circle .iconfont {
        font-size: .6rem;
    }

    .about-culture {
        height: auto;
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    .culture-list .culture-item h3 {
        font-size: 0.3rem;
        color: #a6937c;
        text-align: center;
        margin-top: 0.36rem;
    }

    .culture-list .culture-item .cultrue-doc {
        text-align: center;
        color: #fff;
        font-size: 13px;
        line-height: 24px;
        margin-top: 10px;
    }

    .adv-swiper-control span {
        outline: none;
    }

    .haspdt2 {
        padding-top: 0.3rem;
    }

    .about-adv-group-tit .l-tit .r-tit {
        padding-left: 0.32rem;
    }
}

.inner-product-list {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding-top: 2.25rem;
}

.inner-product-list .nav-like-bread {
    padding-bottom: 2.0rem;
}

.nav-like-bread {
    text-align: center;
}

.nav-like-bread li {
    display: inline-block;
    height: 0.8rem;
    line-height: 0.8rem;
    border-right: 1px solid #a69683;
}

.nav-like-bread li a {
    font-size: 0.6rem;
    color: #535353;
    padding: 0 1.2rem;
}

.nav-like-bread li.active a {
    color: #a69683;
    font-weight: bold;
}

.nav-like-bread li:last-child {
    border-right: none;
}

@media screen and (max-width: 768px) {
    .inner-product-list {
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -ms-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        padding-top: .7rem;
    }

    .inner-product-list .nav-like-bread {
        padding-bottom: .5rem;
    }

    .nav-like-bread li {
        height: 0.32rem;
        line-height: 0.32rem;
    }

    .nav-like-bread li a {
        font-size: 0.28rem;
        padding: 0 0.48rem;
    }

    .nav-like-bread li:last-child {
        border-right: none;
    }
}

.product-list-main {
    margin: 0 -0.45rem;
}

.product-list-main li {
    position: relative;
    margin-bottom: 1.85rem;
    padding: 0 0.45rem;
}

.product-list-main li .news-product-view-box {
    width: 100%;
}

.product-list-main .product-view-tag {
    position: absolute;
    bottom: -0.55rem;
    width: 80%;
    height: 1.61rem;
    left: 0;
    right: 0;
    background-color: #fff;
    margin: 0 auto;
    box-shadow: 6px 0 10px rgba(0, 1, 2, 0.04);
    padding: 0 0.875rem;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
}

.product-list-main .product-view-tag .name-box {
    width: 80%;
}

.product-list-main .product-view-tag .name-box h4 {
    font-size: 14px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.product-list-main .product-view-tag .name-box p {
    font-size: 12px;
    margin-top: 0.15rem;
}

.pdb100 {
    padding-bottom: 2.5rem;
}

@media screen and (max-width: 768px) {
    .product-list-main {
        margin: 0 -0.18rem;
    }

    .product-list-main li {
        margin-bottom: 1rem;
        padding: 0 0.18rem;
    }

    .product-list-main .product-view-tag {
        position: absolute;
        bottom: -0.55rem;
        width: 80%;
        height: 1rem;
        left: 0;
        right: 0;
        background-color: #fff;
        margin: 0 auto;
        box-shadow: 6px 0 10px rgba(0, 1, 2, 0.04);
        padding: 0 0.35rem;
        display: flex;
        flex-flow: row nowrap;
        justify-content: space-between;
        align-items: center;
    }

    .product-list-main .product-view-tag .name-box {
        width: 80%;
    }

    .product-list-main .product-view-tag .name-box h4 {
        font-size: 14px;
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .pdb100 {
        padding-bottom: 1rem;
    }
}

.global-paging {
    display: block;
    text-align: center;
    font-size: 0;
    margin-top: 1rem;
}

.global-paging a {
    display: inline-block;
    width: 46px;
    height: 46px;
    border-radius: 3px;
    background-color: #e8e8e8;
    text-align: center;
    line-height: 46px;
    font-size: 14px;
    margin: 0 2px;
    font-weight: bold;
    font-family: Arial;
    position: relative;
    vertical-align: top;
}

.global-paging span {
    display: inline-block;
    width: 46px;
    height: 46px;
    border-radius: 3px;
    background-color: #e8e8e8;
    text-align: center;
    line-height: 46px;
    font-size: 14px;
    margin: 0 2px;
    font-weight: bold;
    font-family: Arial;
    position: relative;
    vertical-align: top;
    background-color: #333333;
    color: #fff;
}

.global-paging a.active {
    background-color: #333333;
    color: #fff;
}

.global-paging img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

@media screen and (max-width: 768px) {
    .global-paging {
        margin-top: .3rem;
        padding-bottom: 0.14rem;
    }

    .global-paging a {
        display: inline-block;
        width: 0.46rem;
        height: 0.46rem;
        line-height: 0.46rem;
        font-size: 12px;
        margin: 0 10px;
    }

    .global-paging a.prev {
        width: 2.5rem;
        height: 36px;
    }

    .global-paging a.prev i {
        width: 2rem;
        display: inline-block;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .global-paging a.next {
        width: 2.5rem;
        height: 36px;
    }

    .global-paging a.next i {
        width: 2rem;
        display: inline-block;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .global-paging span {
        display: inline-block;
        width: 0.46rem;
        height: 0.46rem;
        line-height: 0.46rem;
        font-size: 12px;
    }

    .global-paging img {
        width: 0.3rem;
    }

    .demo-ul-4 li .cjname {
        font-size: 14px;
        color: #333333;
        height: 40px;
        line-height: 40px;
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 100%;
        text-align: center;
    }

    .product-list-wrap .global-paging a {
        background-color: #fff;
    }
}

#osl-det-page .header-wrap {
    background-color: #fff;
    height: 3.25rem;
    box-shadow: 0px 6px 18px rgba(0, 4, 16, 0.1);
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 66;
}

.faker-top {
    height: 3.25rem;
}

#osl-det-page .logo img.logo2 {
    display: block;
}

#osl-det-page .logo img.logo1 {
    display: none;
}

#osl-det-page .header {
    position: relative;
    left: 0;
    top: 0.6rem;
    right: 0;
    z-index: 999;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
}

#osl-det-page .hamburger {
    top: 0.5em;
}

#osl-det-page .nav-like-bread {
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
}

@media screen and (max-width: 1500px) {
    #osl-det-page .hamburger {
        top: 0;
    }
}

#osl-det-page .hamburger__line-in::before {
    background-color: #a6937c;
}

#osl-det-page .hamburger__line-in::after {
    background-color: #a6937c;
}

.osl-det-bg {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    min-height: 18.5rem;
}

.osl-det-bg {
    padding: 2.0rem 0;
}

.osl-det-bg-wrap {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.l-product-main-carousel {
    width: 50%;
    overflow: hidden;
}

.r-product-main-parameter {
    width: 50%;
    padding-left: 3.0rem;
}

.r-product-main-parameter h3 {
    font-size: 0.75rem;
    line-height: 1.4;
    color: #333;
    margin-bottom: 0.8rem;
}

.r-product-main-parameter .category {
    font-size: 16px;
    color: #a69683;
    margin-bottom: 0.75rem;
}

.r-product-main-parameter .line-modification {
    background-color: #a6937c;
    width: 100%;
    height: 1px;
    margin-bottom: 1.2rem;
}

.product-field li {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    padding-bottom: 14px;
    border-bottom: 1px dashed #fafafa;
    margin-bottom: 14px;
}

.product-field li span {
    min-width: 3.5rem;
    color: #333;
}

.product-field li b {
    flex: 1;
    font-weight: normal;
    color: #333;
}

.product-field li:last-child {
    border-bottom: none;
}

.product-field li:nth-child(2) {
    animation-delay: 0.1s;
}

.product-field li:nth-child(3) {
    animation-delay: 0.2s;
}

.product-field li:nth-child(4) {
    animation-delay: 0.3s;
}

.product-field li:nth-child(5) {
    animation-delay: 0.4s;
}

.product-field li:nth-child(6) {
    animation-delay: 0.5s;
}

.pdb100 {
    padding-bottom: 2.5rem;
}

.osl-det-edit-box {
    padding-top: 2.25rem;
}

.osl-det-edit-box .edit-tit {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    margin-bottom: 1.05rem;
}

.osl-det-edit-box .edit-tit span {
    font-size: 0.75rem;
    color: #a69683;
    margin-right: 0.6rem;
}

.osl-det-edit-box .edit-box {
    font-size: 16px;
    color: #333333;
    line-height: 2.25;
    padding-bottom: 4.0rem;
    border-bottom: 1px solid #bfbfbf;
}

.osl-det-edit-box .edit-box img {
    max-width: 100%;
}

.edit-control-box {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
}

.news-btn {
    padding-top: 48px;
}

.news-btn .news-prev {
    padding: 0 1.25rem;
    max-width: 445px;
    height: 40px;
    line-height: 38px;
    border-radius: 50px;
    border: 1px solid #bfbfbf;
    font-size: 14px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news-btn .news-prev.default {
    border: 1px solid #e7e7e7;
    color: #999999;
    cursor: not-allowed;
}

@media screen and (max-width: 768px) {
    .news-btn {
        padding-top: 0.35rem;
    }

    .news-btn .news-prev {
        padding: 0 32px;
        max-width: 100%;
        height: 30px;
        line-height: 30px;
        border-radius: 50px;
        border: 1px solid #bfbfbf;
        font-size: 13px;
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        margin-bottom: 12px;
        float: left;
    }

    .news-btn .news-prev.default {
        border: 1px solid #e7e7e7;
        color: #999999;
        cursor: not-allowed;
        width: 100%;
        display: block;
        margin-top: 10px;
    }

    #osl-det-page .header-wrap {
        height: 1.3rem;
    }

    .faker-top {
        height: 1.3rem;
    }

    #osl-det-page .header {
        top: 0.24rem;
    }

    .osl-det-bg {
        padding: 1.2rem 0 0.9rem 0;
    }

    .l-product-main-carousel {
        width: 100%;
    }

    .r-product-main-parameter {
        width: 100%;
        padding-left: 0rem;
        padding-top: 30px;
    }

    .r-product-main-parameter h3 {
        font-size: 0.32rem;
        line-height: 1.4;
        color: #333;
        margin-bottom: 0.32rem;
    }

    .r-product-main-parameter .line-modification {
        margin-bottom: 0.48rem;
    }

    .r-product-main-parameter .category {
        font-size: 0.28rem;
        color: #a69683;
        margin-bottom: 0.3rem;
    }

    .product-field li {
        padding-bottom: 9px;
        margin-bottom: 7px;
        font-size: 0.29rem;
    }

    .product-field li span {
        min-width: 1.4rem;
    }

    .osl-det-bg {
        min-height: auto;
    }

    .osl-det-edit-box .edit-tit span {
        font-size: 0.32rem;
        color: #a69683;
        margin-right: 0.24rem;
    }

    .osl-det-edit-box {
        padding-top: 0.75rem;
    }

    .osl-det-edit-box .edit-tit {
        margin-bottom: 0.42rem;
    }

    .osl-det-edit-box .edit-tit img {
        width: .15rem;
    }

    .osl-det-edit-box .edit-box {
        font-size: 0.28rem;
        padding-bottom: 0.6rem;
    }

    .pdb100 {
        padding-bottom: 1rem;
    }
}

.news-item {
    margin-bottom: 1.5rem;
}

.news-item a {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
}

.news-item .news-img {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 4.375rem;
    width: 35%;
    overflow: hidden;
    position: relative;
}

.news-item .news-img .news-img-bg {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.news-item .news-img .news-img-bg.animated {
    animation: zoomOut2 2s ease 0.2s forwards;
}

.news-item .news-img.animated .over-view-mask2 {
    transform: translateX(-101%);
}

.news-item .news-img.animated .over-view-mask2:after {
    opacity: 0;
}

.news-item .news-img .over-view-mask2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #a6937c;
    transition: transform 0.9s 0.3s;
    z-index: 5;
}

.news-item .news-img .over-view-mask2:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #fff;
    opacity: 0.6;
    transform: translateX(100%);
    transition: opacity 0.5s 0.7s;
}

.news-item .news-doc {
    width: 58%;
    padding-right: 13%;
}

.news-item .news-doc h3 {
    font-size: 0.45rem;
    color: #333333;
    line-height: 0.6rem;
    margin-top: 4px;
    margin-bottom: 0.5rem;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news-item .news-doc .doc {
    font-size: 0.4rem;
    line-height: 0.8rem;
    height: 1.6rem;
    color: #999999;
    margin-bottom: 0.9rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.news-item .news-doc .date {
    font-family: 'gilroy';
}

@media screen and (max-width: 768px) {
    .news-list .product-list-wrap .global-paging a {
        background-color: #a6937c;
        color: #fff;
    }

    .news-list .product-list-main li {
        margin-bottom: 0.65rem;
    }

    .news-item a {
        display: flex;
        flex-flow: row wrap;
        justify-content: space-between;
    }

    .news-item .news-img {
        height: auto;
        width: 100%;
    }

    .news-item .news-img .news-img-bg {
        opacity: 0;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -ms-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
    }

    .news-item .news-img .news-img-bg.animated {
        animation: zoomOut2 2s ease 0.2s forwards;
    }

    .news-item .news-img.animated .over-view-mask2 {
        transform: translateX(-101%);
    }

    .news-item .news-img.animated .over-view-mask2:after {
        opacity: 0;
    }

    .news-item .news-img .over-view-mask2 {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #a6937c;
        transition: transform 0.9s 0.3s;
        z-index: 5;
    }

    .news-item .news-img .over-view-mask2:after {
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        background-color: #fff;
        opacity: 0.6;
        transform: translateX(100%);
        transition: opacity 0.5s 0.7s;
    }

    .news-item .news-doc {
        width: 100%;
        padding-right: 0%;
        margin-top: 0.28rem;
    }

    .news-item .news-doc h3 {
        font-size: 0.3rem;
        color: #333333;
        line-height: 1;
        margin-top: 4px;
        margin-bottom: 0.3rem;
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .news-item .news-doc .doc {
        font-size: 0.28rem;
        line-height: 0.5rem;
        height: 1rem;
        color: #999999;
        margin-bottom: 0.28rem;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .news-item .news-doc .date {
        font-family: 'gilroy';
        font-size: 0.28rem;
    }
}

.news-bt {
    border-bottom: 1px solid #eeeeee;
    text-align: center;
    margin-bottom: 1.25rem;
}

.news-bt h3 {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 30px;
    line-height: 50px;
    color: #333333;
}

.news-detail .date-view {
    margin-top: 22px;
    margin-bottom: 24px;
    color: #333333;
    font-family: 'gilroy';
}

.news-detail .date-view .icon {
    width: 1em;
    height: 1em;
    vertical-align: -0.15em;
    fill: currentColor;
    overflow: hidden;
    font-size: 20px;
    position: relative;
    top: 1px;
    margin-right: 6px;
}

.news-detail .date-view .view {
    margin-left: 68px;
}

@media screen and (max-width: 768px) {
    .news-bt {
        border-bottom: 1px solid #eeeeee;
        margin-bottom: .5rem;
    }

    .news-bt h3 {
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: 20px;
        line-height: 30px;
        color: #333333;
    }

    .news-detail .date-view {
        margin-top: 11px;
        margin-bottom: 12px;
        color: #333333;
    }

    .news-detail .date-view .date {
        font-size: 14px;
    }

    .news-detail .date-view .icon {
        width: 1em;
        height: 1em;
        vertical-align: -0.15em;
        fill: currentColor;
        overflow: hidden;
        font-size: 16px;
        position: relative;
        top: 1px;
        margin-right: 6px;
    }

    .news-detail .date-view .view {
        margin-left: 34px;
        font-size: 14px;
    }
}

.contact-section1 {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    margin-bottom: 2.125rem;
    text-align: center;
}

.contact-section1 img {
    display: inline-block;
    margin-left: 6.7rem;
}

.contact-section1 .ct-line {
    height: 170px;
    width: 1px;
    background: url(../images/ct.png) no-repeat center center;
    background-repeat: repeat-y;
    margin: 0 4.0rem;
    display: inline-block;
}

.contact-section1 .contact-box {
    color: #333333;
    font-size: 16px;
    line-height: 36px;
    display: inline-block;
    text-align: left;
}

#allmap1 {
    height: 640px;
}

.message-box {
    padding-top: 2.75rem;
}

.news-form-component {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.news-form-component input {
    width: 49.5%;
    border: 1px solid #d2d2d2;
    height: 1.35rem;
    line-height: 1.35rem;
    padding-left: 0.7rem;
    font-size: 16px;
    margin-bottom: 25px;
}

.news-form-component input.full {
    width: 100%;
}

.news-form-component input:focus {
    border: 1px solid #a6937c;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.22), 0 5px 9px rgba(148, 138, 105, 0.22);
}

.news-form-component textarea {
    padding-left: 0.7rem;
    padding-top: 14px;
    width: 100%;
    height: 5.75rem;
    border: 1px solid #d2d2d2;
    line-height: 1.4;
}

.news-form-component textarea:focus {
    border: 1px solid #a6937c;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.22), 0 5px 9px rgba(148, 138, 105, 0.22);
}

.post-btn-spe {
    width: 265px;
    height: 56px;
    line-height: 56px;
    margin-top: 1.45rem;
    border: 1px solid #a69683;
    display: inline-block;
    border-radius: 0;
    color: #fff;
    margin-top: 2rem;
    font-size: 16px;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-decoration: none;
    background: linear-gradient(to right, rgba(178, 135, 111, 0) 25%, #a69683 75%);
    background-size: 400% 300%;
    transition: 1700ms cubic-bezier(0.165, 0.84, 0.44, 1);
    background-position: 99% 50%;
}

.post-btn-spe:hover {
    border: 1px solid #b2876f;
    transition: 1400ms cubic-bezier(0.165, 0.84, 0.44, 1);
    color: #b2876f;
    background-position: 1% 50%;
}

.job-box {
    margin-top: 78px;
    background-color: #f2f2f2;
    padding-top: 2.0rem;
}

.icon-list-demo {
    width: 28px;
    height: 28px;
    background: url(../images/arrdown.png) no-repeat center center;
}

.gb-main {
    min-height: 300px;
}

.job-header {
    height: 96px;
    line-height: 96px;
    background-color: #434343;
    padding: 0 70px;
    color: #fff;
}

.job-header li {
    font-weight: bold;
    font-size: 18px;
}

.job-header li.jobname {
    width: 30%;
}

.job-header li.workplace {
    width: 30%;
}

.job-header li.department {
    width: 30%;
}

.job-header li.det {
    width: 10%;
}

.job-item {
    padding: 0 70px;
    position: relative;
    background-color: #fff;
}

.job-item:last-child .job-info-list {
    border-bottom: none;
}

.job-item .job-info-list {
    height: 90px;
    line-height: 90px;
    border-bottom: 1px solid #eeeeee;
    position: relative;
    z-index: 2;
}

.job-item .job-info-list .jobname {
    width: 30%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.job-item .job-info-list .workplace {
    width: 30%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.job-item .job-info-list .department {
    width: 30%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.job-item .job-info-list .det {
    width: 10%;
    position: relative;
    top: 28px;
    left: 22px;
}

.job-item .jobduty {
    padding-top: 28px;
    padding-bottom: 28px;
    position: relative;
    z-index: 2;
    display: none;
}

.job-item .jobduty .tit {
    font-size: 16px;
    font-weight: bold;
    width: 100px;
    line-height: 30px;
}

.job-item .jobduty .doc-desc {
    width: 85%;
    font-size: 14px;
    color: #333333;
    line-height: 30px;
    padding-left: 20px;
    overflow: hidden;
}

.job-item .jobduty.jobduty2 {
    padding-bottom: 60px;
    padding-top: 0;
}

.job-item .float-shadow {
    position: absolute;
    width: 106%;
    height: 101%;
    left: -40px;
    top: -10px;
    background-color: #ffffff;
    z-index: 0;
    opacity: 0;
    box-shadow: 3px 0 18px rgba(0, 0, 0, 0.16);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    transition: all 0.1s linear;
}

.job-item.active .job-info-list .det .icon-list-demo {
    width: 28px;
    height: 28px;
    background: url(../images/arrup.png) no-repeat center center;
}

.job-item.active .float-shadow {
    opacity: 1;
}

.job-item.active .jobduty {
    display: block;
}

@media screen and (max-width: 768px) {
    .job-header {
        height: 0.96rem;
        line-height: 0.96rem;
        padding: 0 .25rem;
        color: #fff;
    }

    .job-header li {
        font-size: 14px;
    }

    .job-item {
        padding: 0 0.25rem;
    }

    .job-item .job-info-list {
        height: auto;
        border-bottom: 1px solid #eeeeee;
        position: relative;
        z-index: 2;
        font-size: 14px;
        line-height: 60px;
    }

    .job-item .job-info-list .det {
        width: 10%;
        position: relative;
        top: 24px;
        left: 8px;
    }

    .icon-list-demo {
        width: .28rem;
        height: .28rem;
        background: url(../images/arrdown.png) no-repeat center center;
        -webkit-background-size: contain;
        -moz-background-size: contain;
        -ms-background-size: contain;
        -o-background-size: contain;
        background-size: contain;
        background-position: center center;
        background-repeat: no-repeat;
    }

    .job-item .float-shadow {
        position: absolute;
        width: 106%;
        height: 100%;
        left: -10px;
        top: -1px;
        background-color: #ffffff;
        -webkit-box-shadow: 3px 0 18px rgba(0, 0, 0, 0.16);
        -moz-box-shadow: 3px 0 18px rgba(0, 0, 0, 0.16);
        box-shadow: 3px 0 18px rgba(0, 0, 0, 0.16);
        z-index: 0;
        opacity: 0;
        transition: all 0.1s linear;
    }

    .job-header li.det {
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .job-item.active .job-info-list .det .icon-list-demo {
        width: .28rem;
        height: .28rem;
        background: url(../images/arrup.png) no-repeat center center;
        -webkit-background-size: contain;
        -moz-background-size: contain;
        -ms-background-size: contain;
        -o-background-size: contain;
        background-size: contain;
        background-position: center center;
        background-repeat: no-repeat;
    }

    .job-item .jobduty .tit {
        font-size: 14px;
    }

    .job-item .jobduty .doc-desc {
        width: 100%;
        font-size: 14px;
        color: #333333;
        line-height: 30px;
        padding-left: 0px;
        height: auto;
        overflow: hidden;
    }

    .job-item .jobduty {
        padding-top: 14px;
        padding-bottom: 14px;
        position: relative;
        z-index: 2;
        display: none;
    }

    .map-address-name {
        font-size: 16px;
    }

    .map-address-detail {
        font-size: 14px;
    }

    #allmap1 {
        height: 6.4rem;
    }

    .contact-section1 {
        display: flex;
        flex-flow: row nowrap;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 0.85rem;
        text-align: center;
    }

    .contact-section1 img {
        display: inline-block;
        margin-left: 0rem;
        width: 1.19rem;
    }

    .contact-section1 .ct-line {
        margin: 0 0.55rem;
        height: 2.5rem;
    }

    .contact-section1 .contact-box {
        color: #333333;
        font-size: 0.25rem;
        line-height: 2;
        display: inline-block;
        text-align: left;
    }

    .message-box {
        padding-top: 1.1rem;
    }

    .news-form-component input {
        width: 100%;
        border: 1px solid #d2d2d2;
        height: .75rem;
        line-height: .75rem;
        padding-left: 0.28rem;
        font-size: 0.28rem;
        margin-bottom: 12px;
    }

    .news-form-component textarea {
        padding-left: 0.28rem;
        padding-top: 7px;
        width: 100%;
        height: 5.75rem;
        border: 1px solid #d2d2d2;
        line-height: 1.4;
        font-size: 0.28rem;
    }

    .post-btn-spe {
        width: 2.8rem;
        height: .8rem;
        line-height: .8rem;
        margin-top: .58rem;
        display: inline-block;
        border-radius: 0;
        color: #fff;
        margin-top: 0.6rem;
        font-size: 0.28rem;
        letter-spacing: 2px;
        outline: none;
    }

    .job-box {
        margin-top: .78rem;
        background-color: #f2f2f2;
        padding-top: 0.8rem;
    }
}



.about-adv-list-new {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-Between;
    align-items: center;
}

.about-adv-newitem {
    width: 25%;
    text-align: center;
    position: relative;
}

.about-adv-newitem:after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 1px;
    height: 50px;
    background-color: #cac6c1;
    transform: translateY(-50%);
}

.about-adv-newitem:last-child:after {
    display: none;
}

.about-adv-newitem .icon-box {
    border: 1px solid #d2c9bd;
    position: relative;
    width: 2.9rem;
    height: 2.9rem;
    border-radius: 50%;
    margin: 0 auto;
}

.about-adv-newitem .icon-box img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1.25rem;
}

.about-adv-newitem p {
    font-size: 16px;
    color: #535353;
    text-align: center;
    margin-top: 0.8rem;
}

@media screen and (max-width:768px) {
    .about-adv-list-new {
        display: flex;
        flex-flow: row wrap;
        justify-content: space-Between;
        align-items: center;
    }

    .about-adv-newitem {
        width: 50%;
        text-align: center;
        position: relative;
        margin-bottom: 0.6rem;
    }

    .about-adv-newitem:after {
        content: "";
        position: absolute;
        right: 0;
        top: 50%;
        width: 1px;
        height: 50px;
        background-color: #cac6c1;
        transform: translateY(-50%);
        display: none;
    }

    .about-adv-newitem:last-child:after {
        display: none;
    }

    .about-adv-newitem .icon-box {
        border: 1px solid #d2c9bd;
        position: relative;
        width: 1.16rem;
        height: 1.16rem;
        border-radius: 50%;
        margin: 0 auto;
    }

    .about-adv-newitem .icon-box img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 0.5rem;
    }

    .about-adv-newitem p {
        font-size: 0.3rem;
        color: #535353;
        text-align: center;
        margin: 0 auto;
        margin-top: 0.32rem;
        width: 2.18rem
    }
}


#erji li a {
    font-size: 0.5rem;
}

.adv-swiper-control {
    display: none;
}


.newspro-add-wrap {
    display: flex;
    flex-flow: row nowrap;
    align-items: flex-start;
}

.newspro-add-wrap .osl-new-ul {
    flex: 0 0 270px;
    width: 270px;
}

.newspro-add-wrap .product-list-wrap {
    flex: 1;
    width: 100%;
    padding-left: 3%;
}

.osl-new-ul {
    background-color: #fff;
    width: 270px;
    position: relative;
    z-index: 6;
}

.osl-new-ul>li {
    font-weight: bold;
}

.osl-new-ul>li:last-child a h3 {
    border-bottom: none;
}

.osl-new-ul>li.active a {
    border-left-color: #a69683;
}

.osl-new-ul>li.active a h3 {
    border-bottom: none;
}

.osl-new-ul>li>a {
    display: block;
    border-left: 6px solid #3e3a39;
    padding-left: 0.9rem;
    padding-right: 0.9rem;
    font-size: 0.55rem;
    font-weight: bold;
    color: #333333;
}

.osl-new-ul>li>a>h3 {
    font-size: 0.55rem;
    color: #333333;
    padding: 0.625rem 0;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-bottom: 1px dashed #edeae6;
}

.osl-new-ul>li>ul {
    display: none;
    background-color: #f9f9f9;
    padding-left: 1rem;
    border-left: 6px solid #3e3a39;
}
.osl-new-ul>li.active>ul {
    display: block;
}
.osl-new-ul>li>ul>li>a {
    display: block;
    padding: 0.5rem 0;
    font-size: 0.45rem;
    color: #3e3a39;
}
.osl-new-ul>li>ul>li>ul{
    display: none;
}
.osl-new-ul>li>ul>li>a span {
    font-weight: bold;
}
.osl-new-ul>li>ul>li.active>ul{
    display: block;
}
.osl-new-ul>li>ul>li.active>a span {
    color: #a69683;
}

.osl-new-ul>li>ul>li>ul>li>a {
    padding: 0.375rem 0;
    font-size: 0.4rem;
    padding-left: 0.7rem;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: normal;
}

.osl-new-ul>li>ul>li>ul>li.active a {
    color: #a69683;
    font-weight: bold;
}

@media screen and (max-width: 768px) {
    .newspro-add-wrap {
        flex-flow: column wrap;
    }

    .newspro-add-wrap .osl-new-ul {
        background-color: #fff;
        width: 100%;
        position: relative;
        z-index: 6;
        margin-bottom: 30px;
    }

    .newspro-add-wrap .osl-new-ul>li {
        font-weight: bold;
    }

    .newspro-add-wrap .osl-new-ul>li.active a {
        border-left-color: #a69683;
    }

    .newspro-add-wrap .osl-new-ul>li.active a h3 {
        border-bottom: none;
    }

    .newspro-add-wrap .osl-new-ul>li>a {
        display: block;
        border-left: 3px solid #3e3a39;
        padding-left: 0.36rem;
        padding-right: 0.36rem;
        font-size: 18px;
        font-weight: bold;
        color: #333333;
    }

    .newspro-add-wrap .osl-new-ul>li>a>h3 {
        font-size: 17px;
        color: #333333;
        padding: 0.3rem 0;
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        border-bottom: 1px dashed #edeae6;
    }

    .newspro-add-wrap .osl-new-ul>li>ul {
        display: block;
        background-color: #f9f9f9;
        padding-left: 0.4rem;
        border-left: 3px solid #3e3a39;
    }

    .newspro-add-wrap .osl-new-ul>li>ul>li>a {
        display: block;
        padding: 0.25rem 0;
        font-size: 16px;
        color: #3e3a39;
    }

    .newspro-add-wrap .osl-new-ul>li>ul>li>a span {
        font-weight: bold;
    }

    .newspro-add-wrap .osl-new-ul>li>ul>li.active>a span {
        color: #a69683;
    }

    .newspro-add-wrap .osl-new-ul>li>ul>li>ul>li>a {
        padding: 0.25rem 0;
        font-size: 14px;
        padding-left: 0.25rem;
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-weight: normal;
    }

    .newspro-add-wrap .osl-new-ul>li>ul>li>ul>li.active a {
        color: #a69683;
        font-weight: bold;
    }
}

.l-product-main-carousel .swiper-wrapper .swiper-slide img{
    width:100%;
}
#csshook{
    display:flex;
}
#csshook p{
    width:5%;
    margin:0 0.25%;
    cursor: pointer;
}
#csshook p img{
    width:100%;
}
#csshookswiper {
    width:60%;
}
#csshookswiper .adv-swiper-control{
    display:flex;
}
#csshook{
    margin-top:30px;
}