﻿/* 点播 start */

.gansu_list {
    width: 100%;
    height: 576px;
    position: relative;
    /* background:rgba(22,135,175,0.02); */
    /* background: pink; */
}

.gansu_list:hover {
    background: rgba(22, 135, 175, 0.02);
}

.gansu_list h5 {
    width: 100%;
    height: 107px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: normal;
    color: rgba(22, 135, 175, 1);
}

.gansu_list h5 span img {
    width: 25px;
    height: 25px;
    object-fit: cover;
}

.gansu_list h5 span {
    position: relative;
    font-size: 28px;
    font-weight: 500;
    color: #1687AF;
    /* background:pink; */
}

.gansu_list h5 span img:nth-child(1) {
    position: absolute;
    left: -18px;
    bottom: -4px;
}

.gansu_list h5 span img:nth-child(2) {
    position: absolute;
    right: -18px;
    top: -4px;
}

.gansu_list .gansuList_imgList {
    width: 100%;
    height: 285px;
    /* background: #ccc; */
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    cursor: pointer;
}

.gansu_list .gansuList_imgList dl {
    width: 49%;
    height: 145px;
    /* background: orange; */
    display: flex;
    background: #fff;
    margin-bottom: 15px;
    justify-content: center;
    align-items: center;
}

.gansu_list .gansuList_imgList dl:hover dd {
    color: rgba(22, 135, 175, 1);
}

.gansu_list .gansuList_imgList dl:hover span {
    color: rgba(22, 135, 175, 0.6);
}

.gansu_list .gansuList_imgList dl:hover {
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 6px 8px 0px rgba(226, 242, 248, 0.5);
}

.gansu_list .gansuList_imgList dl:nth-child(even) {
    margin-left: 22px;
}

.gansu_list .gansuList_imgList dl dt {
    width: 217px;
    height: 122px;
    flex-shrink: 0;
    /* background: #ccc; */
}

.gansu_list .gansuList_imgList dl dt img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gansu_list .gansuList_imgList dl dd {
    width: 350px;
    height: 100%;
    padding: 0 10px;
    box-sizing: border-box;
}

.gansu_list .gansuList_imgList dl dd h6 {
    font-size: 18px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    margin-top: 10px;
    height: 46px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.gansu_list .gansuList_imgList dl dd span {
    /* width:237px; */
    height: 58px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(140, 140, 140, 1);
    display: inline-block;
    /* background: #eee; */
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    display: -webkit-box;
    margin-top: 10px;
}

.gansu_list .gansuList_wordList {
    width: 100%;
    height: 115px;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    cursor: pointer;
    margin-top: 20px;
}

.gansu_list .gansuList_wordList li {
    width: 49%;
    /* margin-bottom:12px; */
    margin-top: 13px;
    display: flex;
    justify-content: space-between;
    padding: 0 10px;
    box-sizing: border-box;
}

.gansu_list .gansuList_wordList li:hover span:nth-child(1) {
    color: rgba(22, 135, 175, 1);
}

.gansu_list .gansuList_wordList li:hover span:nth-child(2) {
    color: rgba(22, 135, 175, 0.6);
}

.gansu_list .gansuList_wordList li span:nth-child(1) {
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(28, 28, 28, 1);
    font-size: 16px;
    width: 435px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.gansu_list .gansuList_wordList li span:nth-child(2) {
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(140, 140, 140, 1);
    font-size: 16px;
}

.gansu_list .gansuList_wordList li:nth-child(even) {
    margin-left: 22px;
}

.gansu_list .line_little {
    width: 1px;
    height: 86px;
    background: #eee;
    position: absolute;
    left: 50%;
    bottom: 12%;
}

.gansu_list .list_model_top_right {
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: center;
    line-height: 50px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(140, 140, 140, 1);
    cursor: pointer;
    font-size: 16px;
}

.gansu_list .list_model_top_right span:hover {
    color: #3A3A3A;
}

/* 喧个关帮个忙 */

.helpImg_list {
    width: 100%;
    height: 320px;
    /* background: pink; */
    margin-top: 36px;
    font-size: 16px;
}

.helpImg_list:hover {
    background: rgba(229, 152, 84, 0.02);
}

.helpImg_list h5 {
    width: 100%;
    height: 107px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    font-family: FZCSJW--GB1-0, FZCSJW--GB1;
    font-weight: normal;
    color: rgba(22, 135, 175, 1);
}

.helpImg_list h5 span img {
    width: 25px;
    height: 25px;
    object-fit: cover;
}

.helpImg_list h5 span {
    position: relative;
    /* background:pink; */
}

.helpImg_list h5 span img:nth-child(1) {
    position: absolute;
    left: -18px;
    bottom: -4px;
}

.helpImg_list h5 span img:nth-child(2) {
    position: absolute;
    right: -18px;
    top: -4px;
}

.helpImg_list .helpImg_list_imgs {
    width: 100%;
    height: 153px;
    display: flex;
}

.helpImg_list .helpImg_list_imgs li {
    width: 24%;
    height: 100%;
    margin-left: 17px;
    position: relative;
    cursor: pointer;
}

.helpImg_list .helpImg_list_imgs li:hover span {
    display: block;
}

.helpImg_list .helpImg_list_imgs li:nth-child(1) {
    margin: 0;
}

.helpImg_list .helpImg_list_imgs li img {
    width: 100%;
    height: 100%;
    ;
}

.helpImg_list .helpImg_list_imgs li span {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 35px;
    display: inline-block;
    text-align: center;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.46);
    color: #fff;
    display: none;
    font-size: 16px;
}

.helpImg_list .list_model_top_right {
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: center;
    line-height: 50px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(140, 140, 140, 1);
    cursor: pointer;
    font-size: 16px;
}

.helpImg_list .list_model_top_right span:hover {
    color: #3A3A3A;
}

.people_talk {
    width: 100%;
    height: 377px;
    /* background: #ccc; */
    margin-bottom: 20px;
}

.people_talk:hover {
    background: rgba(22, 135, 175, 0.02);
}

.people_talk h5 {
    width: 100%;
    height: 107px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    font-family: FZCSJW--GB1-0, FZCSJW--GB1;
    font-weight: normal;
    color: rgba(22, 135, 175, 1);
}

.people_talk h5 span img {
    width: 25px;
    height: 25px;
    object-fit: cover;
}

.people_talk h5 span {
    position: relative;
    /* background:pink; */
}

.people_talk h5 span img:nth-child(1) {
    position: absolute;
    left: -18px;
    bottom: -4px;
}

.people_talk h5 span img:nth-child(2) {
    position: absolute;
    right: -18px;
    top: -4px;
}

.people_talk .list_model_top_right {
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: center;
    line-height: 50px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(140, 140, 140, 1);
    cursor: pointer;
    font-size: 16px;
}

.people_talk .list_model_top_right span:hover {
    color: #3A3A3A;
}

.pull_show_more {
    width: 100%;
    height: 130px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%);
    /* margin-left: -30px; */
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pull_show_more img {
    width: 56px;
    height: 56px;
}

.chang_pull_show_more {
    width: 56px;
    height: 56px;
    animation: NO2 1s infinite;
}

@keyframes NO2 {
    0% {
        transform: translate(0);
        background: url(../../common/imgList/zhankai-1.png) center no-repeat;
    }
    33% {
        transform: translate(0.3);
        background: url(../../common/imgList/zhankai-2.png) center no-repeat;
    }
    66% {
        transform: translate(0.6);
        background: url(../../common/imgList/zhankai-3.png) center no-repeat;
    }
    100% {
        transform: translate(1);
        background: url(../../common/imgList/zhankai-4.png) center no-repeat;
    }
}

/* 点播 end */


/* 轮播 自定义图片 start */

.custom_lunbo_div {
    position: relative;
    overflow: hidden;
    margin-top: 59px;
    width: 100%;
    height: 210px;
}

.custom_lunbo_master {
    position: relative;
    float: left;
    width: 280px;
    height: 100%;
}

.custom_lunbo_master img {
    width: 100%;
    height: 100%;
}

.custom_lunbo_master_bg {
    position: absolute;
    bottom: 1px;
    width: 100%;
    height: 43px;
    background: rgba(0, 0, 0, 1);
    opacity: 0.5649000000000001;
}

.custom_lunbo_master .custom_lunbo_name {
    position: absolute;
    text-align: center;
    height: 100%;
    width: 100%;
    font-size: 16px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    line-height: 43px;
}

.custom_lunbo_box {
    overflow: hidden;
    position: relative;
    /* left: 290px; */
    width: 918px;
    height: 100%;
}

.swiper-container-custom_lunbo {
    width: auto;
    height: 100%;
}

.swiper-container-custom_lunbo .swiper-wrapper {
    position: absolute;
    left: 40px;
    height: 210px;
    max-width: 834px;
}

.swiper-container-custom_lunbo .swiper-slide {
    /* margin-right: 4px; */
    width: 255px;
    height: 212px;
    cursor: pointer;
}

.swiper-container-custom_lunbo .swiper-slide:last-child {
    margin-right: 0;
}

.swiper-container-custom_lunbo .swiper-slide img {
    width: 100%;
    height: 100%;
}

.swiper-container-custom_lunbo .custom_lunbo_bg {
    position: absolute;
    bottom: 2px;
    width: 100%;
    height: 43px;
    background: rgba(0, 0, 0, 1);
    opacity: 0.5572;
}

.swiper-container-custom_lunbo .custom_lunbo_name {
    position: absolute;
    text-align: center;
    height: 100%;
    width: 100%;
    font-size: 16px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    line-height: 43px;
}

.swiper-container-custom_lunbo .swiper-button-prev {
    left: 5px;
}



.swiper-button-next {
    right: 4px;
    
}

.prev_bg_box {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 279px;
    background: #fff;
    width: 41px;
    height: 212px;
}

.next_bg_box {
    z-index: 1;
    position: absolute;
    top: 0;
    right: 0;
    background: #fff;
    width: 35px;
    height: 212px;
}

.fade-enter-active, .fade-leave-active {
    transition: opacity .5s;
}

.fade-enter, .fade-leave-to
/* .fade-leave-active below version 2.1.8 */

    {
    opacity: 0;
}

/* 轮播 自定义图片 end */

.lunbov6{
    width:95%;
    height:100%;
}
