﻿[v-cloak]{
    display:none;
}
* {
    margin: 0;
    padding: 0;
    /*transition: all 1s;*/
}

html,
body {
    /* 页面的滚动行为 */
    scroll-behavior: smooth;
    /* 平滑滚动*/
}

a {
    text-decoration: none;
}

li {
    list-style: none;
}


.header {
    width: 100%;
    height: 100px;
    background-color: #F8F8F8;
}
.bigger{
    width: 1160px;
    /* background: #84B12E; */
    margin: 30px auto;
    display: flex;
    justify-content: space-between;
}

.container {
    width: 672px;
    margin-left: 145px;
    /* background: blue; */
    position: relative;
}

.container .swiper-container {
    /* position: relative; */
    width: 672px;
    height: 286px;
}

.container .swiper-container .desc {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 672px;
    height: 65px;
    background: linear-gradient(180deg, rgba(48, 49, 51, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
    z-index: 10;
}

.container .swiper-container .desc p {
    font-size: 20px;
    font-family: MicrosoftYaHeiSemibold;
    color: #FFFFFF;
    margin-top: 7px;
    margin-left: 24px;
}

.swiper1 {
    width: 672px;
    height: 286px;
}

.swiper1 .swiper-wrapper .swiper-slide {
    position: relative;
}

.swiper1 .swiper-wrapper .swiper-slide img {
    width: 672px;
    height: 286px;
}

.swiper1 .my-bullet {
    display: inline-block;
    width: 30px;
    height: 2px;
    background: #FFFFFF;
    opacity: 0.39;
    margin-left: .13rem;
    z-index: 100;
}

.swiper1 .my-bullet-active {
    width: 30px;
    height: 2px;
    background: #8EC31E;
    z-index: 100;
}

.swiper1 .swiper-pagination {
    text-align: left;
    margin-left: 24px;
}

.swiper1 .swiper-button-prev {
    opacity: 0;
}

.swiper1 .swiper-button-next {
    opacity: 0;
}

/* 模块 */
.modular {
    width: 672px;
    overflow: hidden;
}

.modular .tit {
    font-size: 22px;
    font-family: MicrosoftYaHeiSemibold;
    color: #202123;
    margin-bottom: 23px;
    margin-top:24px;
}

.modular .block {
    width: 672px;
    height: 144px;
    background: #FFFFFF;
    display: flex;
    justify-content: space-between;
    margin-bottom: 32px;
}

.modular .block .left {
    width: 218px;
    height: 144px;
    border-radius:2px;
    overflow:hidden
}

.modular .block .left img {
    width: 218px;
    height: 144px;
}

.modular .block .right {
    width: 435px;
    height: 144px;
}

    .modular .block .right .big {
        font-size: 18px;
        font-family: MicrosoftYaHei;
        color: #202123;
        line-height: 24px;
        margin-top: 8px;
        margin-bottom: 5px;
        cursor:pointer;
    }
        .modular .block .right .big:hover {
            color: #8EC31F;
        }

        .modular .block .right .small {
            font-size: 13px;
            font-family: MicrosoftYaHei;
            color: #909399;
            margin-bottom: 28px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

.modular .block .right .last {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.modular .block .right .last .people {
    display: flex;
    justify-content: start;
    align-items: center;
}

.modular .block .right .last .people .peo {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    margin-right: 7px;
}

    .modular .block .right .last .people .peo img {
        width: 28px;
        height: 28px;
        border-radius: 50%;
        border: 1px solid #EFEFEF;
    }

.modular .block .right .last .people .name {
    font-size: 13px;
    font-family: MicrosoftYaHei;
    color: #202123;
}

.modular .block .right .last .people .job {
    font-size: 13px;
    font-family: Helvetica-Light, Helvetica;
    font-weight: 300;
    color: #909399;
    margin-left: 5px;
}

.modular .block .right .last .browse span {
    font-size: 13px;
    font-family: MicrosoftYaHei;
    color: #909399;
}

.more {
    width: 320px;
    height: 41px;
    background: #FFFFFF;
    border: 1px solid #EFEFEF;
    font-size: 15px;
    font-family: MicrosoftYaHei;
    color: #606266;
    text-align: center;
    line-height: 41px;
    margin: -12px auto;
    cursor: pointer;
}

.more:hover {
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1)
}

/* 分页器 */
.paging {
    width: 100%;
    margin: 0 auto 50px;
    text-align: center;
}

.paging .page {
    width: 36px;
    height: 36px;
    background: #FFFFFF;
    border-radius: 4px;
    border: 1px solid #E9E9E9;
    line-height: 36px;
    display: inline-block;
}
.paging .page.active {
    background: #8EC31F;
    color: #FFFFFF;
}

.box_txt1 {
    height: 578px;
}

/* 点击的时候也是这个色 为第一页的时候没有上一页的按钮*/
.paging .page:hover {
    background: #8EC31F;
    color: #FFFFFF;
    cursor: pointer;
}

.paging .page img {
    margin-top: 4px;
}

/* 悬浮左侧 */
.aside {
    width: 120px;
    position: absolute;
    top: 236px;
}
.fixed {
    position: fixed;
    top: 0;
}

.aside .block {
    width: 120px;
    height: 40px;
    border-radius: 3px;
    text-align: center;
    margin-bottom: 5px;
    cursor: pointer;
}

.aside .block:hover {
    background: #F5F8F7;
}

.aside .block img {
    vertical-align: middle;
    margin-right: 4px;
    width:20px;
}

.aside .block span {
    line-height: 40px;
    font-size: 16px;
    font-family: MicrosoftYaHei;
    color: #202123;
    vertical-align: middle;
}

.aside .telent {
    background: rgba(142, 195, 31, 0.14);
    color: #7FB606;
}

.sele {
    background: rgba(142, 195, 31, 0.14);
}

.sele span {
    color: #7FB606 !important;
}

/* 右侧悬浮栏 */
.aside_r {
    width: 320px;
    /* background: skyblue; */
    /* position: absolute;
    right: -51%;
    top: 0%; */
}

.aside_r .block {
    width: 320px;
}

.aside_r .block .title {
    width: 320px;
    height: 36px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.aside_r .block .title .tit {
    font-size: 18px;
    font-family: MicrosoftYaHei;
    color: #202123;
}

.aside_r .block .title .btn {
    display: flex;
    justify-content: start;
}

.aside_r .block .title .btn .btn_left {
    opacity: 0.5;
    cursor: pointer;
}

.aside_r .block .title .btn .btn_right {
    margin-left: 10px;
    cursor: pointer;
}

.aside_r .block .title .btn img {
    width: 20px;
    height: 20px;
}

.aside_r .block .line {
    width: 320px;
    height: 2px;
    background: #EEEEEE;
    position: relative;
    margin-bottom: 16px;
}

.aside_r .block .line .mask {
    width: 72px;
    height: 2px;
    background: #84B12E;
    position: absolute;
    top: 0;
    left: 0;
}

    .aside_r .block .tiao {
        width: 318px;
        height: 76px;
        background: #F5F6F8;
        border-radius: 2px;
        display: flex;
        justify-content: start;
        margin-bottom: 10px;
        border: 1px solid #ffffff;
    }

        .aside_r .block .tiao:hover {
            width: 318px;
            height: 76px;
            border: 1px solid #8EC31F;
            cursor: pointer;
        }

.aside_r .block .tiao .lef {
    margin-left: 15px;
    margin-top: 11px;
    width: 56px;
    height: 56px;
    background: #FFFFFF;
    border: 1px solid #ECEDEF;
    border-radius: 50%;
    text-align: center;
    margin-right: 12px;
    position: relative;
}

.aside_r .block .tiao .lef img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.aside_r .block .tiao .lef .log {
    position: absolute;
    bottom: 0;
    right: 0;
}

    .aside_r .block .tiao .rig .name {
        font-size: 15px;
        font-family: MicrosoftYaHeiSemibold;
        color: #202123;
        margin-top: 10px;
        margin-bottom: 2px;
    }

.aside_r .block .tiao .rig .company img{
    margin-top: 2px;
}
    .aside_r .block .tiao .rig .company .bb {
        width: 100%;
        height: 16px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        margin-bottom: 2px;
    }

.aside_r .block .tiao .rig .company span {
    font-size: 12px;
    font-family: MicrosoftYaHeiSemilight;
    color: #202123;
    margin-left: -4px;
}

.aside_r .block .tiao .rig .company p {
    font-size: 12px;
    font-family: MicrosoftYaHeiSemilight;
    color: #909399;
}

.aside_r .design .mask {
    width: 90px !important;
}

.aside_r .block .logo {
    width: 320px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.aside_r .block .logo .pic {
    width: 155px;
    height: 96px;
    border-radius: 2px;
    margin-bottom: 10px;
}

.aside_r .block .logo .pic img {
    width: 155px;
    height: 96px;
    border-radius: 2px;
}

.aside_r .design .logo .pic img {
    width: 155px;
    height: 96px;
    background: #F5F6F8;
    border-radius: 2px;
}



.aside_r .block .swiper_container {
    width: 320px;
    height: 254px;
    /* background: skyblue; */
    position: relative;
}

.aside_r .block .swiper2 {
    width: 320px;
    height: 254px;
    overflow: hidden;
}

.aside_r .block .swiper2 .swiper-slide {
    width: 320px;
    height: 254px;
}


.aside_r .block .swiper2 .my-bullet {
    display: inline-block;
    width: 20px;
    height: 4px;
    background: pink;
    margin-left: .13rem;
}

.aside_r .block .swiper2 .my-bullet-active {
    background: orangered;
}



.aside_r .block .swiper2 .swiper-button-next,
.aside_r .block .swiper2 .swiper-button-prev {
    position: absolute;
    top: -9%;
    width: 20px;
    height: 20px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 20px 20px;
    background-position: center;
    background-repeat: no-repeat;
}

.aside_r .block .swiper2 .swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url(../img/btn_zj_prev.png);
    left: 10px;
    right: auto;
    margin-left: 264px;
    opacity: 0.5;
}

.aside_r .block .swiper2 .swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url(../img/btn_zj_next.png);
    right: 10px;
    left: auto;
    margin-right: -10px;
}

.swiper2 .my-bullet {
    display: inline-block;
    width: 30px;
    height: 2px;
    background: #FFFFFF;
    opacity: 0;
    margin-left: .13rem;
    z-index: 100;
}

.swiper2 .my-bullet-active {
    width: 30px;
    height: 2px;
    background: #8EC31E;
    z-index: 100;
    opacity: 0;
}

.swiper2 .swiper-pagination {
    text-align: left;
    margin-left: 24px;
    opacity: 0;
}