/* Global style By PGcao*/
@font-face {
    font-family: 'Alibaba-PuHuiTi-Regular';
    font-style: normal;
    font-weight: 600;
    src: url(../fonts/font-spider/Alibaba-PuHuiTi-Regular.ttf) format('truetype');
}

@font-face {
    font-family: 'Alibaba-PuHuiTi-Medium';
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/font-spider/Alibaba-PuHuiTi-Medium.ttf) format('truetype');
}


html,
body,
.container {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    max-width: 100% !important;
    font-family: 'Alibaba-PuHuiTi-Regular', 'Alibaba-PuHuiTi-Medium', Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-feature-settings: normal;
    font-variation-settings: normal;
    line-height: 1.5;
    /* 
    tab-size: 4;
    -moz-tab-size: 4;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent; 
    */
}

.puhuiti-m {
    font-family: 'Alibaba-PuHuiTi-Medium', Helvetica, Arial, sans-serif;
}


/* Global style By PGcao*/
.onepage-container {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.onepage-slide {
    display: flex;
}

.onepage-slide>div {
    width: 100%;
    height: 100%;
    position: relative;
}

/* 大屏切换分页器 */
.onepage-pagination {
    list-style: none;
    counter-reset: main;
    position: absolute;
    transform: translate(-50%, -50%);
    right: 30px;
    top: 50%;
    z-index: 5;
    margin: 0;
    padding: 0;
}

.onepage-pagination .swiper-pagination-bullet,
.jobSwiper .swiper-pagination-bullet {
    background-color: #fff;
}

.onepage-pagination .swiper-pagination-bullet-active,
.jobSwiper .swiper-pagination-bullet-active {
    opacity: 1;
    background: #fff;
}


/* 滚屏提示箭头效果 */
.chevron-box {
    position: absolute;
    z-index: 1000;
    width: auto;
    height: 12px;
    left: 50%;
    bottom: 50px;
    margin-left: -15px;
}

.chevron {
    position: absolute;
    width: 12px;
    height: 2px;
    opacity: 0;
    transform: scale3d(0.5, 0.5, 0.5);
    animation: move 3s ease-out infinite;
}

.chevron:first-child {
    animation: move 3s ease-out 1s infinite;
}

.chevron:nth-child(2) {
    animation: move 3s ease-out 2s infinite;
}

.chevron:before,
.chevron:after {
    content: ' ';
    position: absolute;
    top: 0;
    height: 100%;
    width: 51%;
    background: #fff;
}

.chevron:before {
    left: 0;
    transform: skew(0deg, 30deg);
}

.chevron:after {
    right: 0;
    width: 50%;
    transform: skew(0deg, -30deg);
}

@keyframes move {
    25% {
        opacity: 1;
    }

    33% {
        opacity: 1;
        transform: translateY(30px);
    }

    67% {
        opacity: 1;
        transform: translateY(40px);
    }

    100% {
        opacity: 0;
        transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
    }
}

.chevron-text {
    display: none;
    margin-top: 60px;
    margin-left: -30px;
    font-family: "Helvetica Neue", "Helvetica", Arial, sans-serif;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
    opacity: .25;
    animation: pulse 2s linear alternate infinite;
}

@keyframes pulse {
    to {
        opacity: 1;
    }
}
.img-link{
    position: absolute;
    z-index: 1000;
    width: auto;
    height: 12px;
    left: 50px;
    bottom: 50px;
}
.img-link .weixin .qrcode{
    position: absolute;
    top: -150px;
    left: 0;
    display: none;
}
.img-link .weixin:hover .qrcode{
    display: block;
}