.container {
  width: 1160px;
  margin: auto;
}
.box_title img {
  width: 1160px;
}
.box_living {
  margin: 19px auto 0;
  display: flex;
  justify-content: space-around;
  flex-wrap: nowrap;
}
.box_living .left {
  width: 750px;
  height: 500px;
}
.box_living .left img {
  width: 750px;
  height: 500px;
  cursor:pointer;
}
.box_living .left .swiper-container {
  position: relative;
}
    .box_living .left .swiper-container .swiper-pagination2 {
        position: absolute;
        width: 100%;
        display: flex;
        bottom: 16px;
        left: 0;
        z-index: 10;
        justify-content: center;
    }

        .box_living .left .swiper-container .swiper-pagination2 .swiper-pagination-bullet {
            width: 50px;
            height: 4px;
            border-radius: 0;
            background: rgba(48, 49, 51, 0.46);
        }

        .box_living .left .swiper-container .swiper-pagination2 .swiper-pagination-bullet-active {
            background: #8EC31F;
        }
.box_living .left .swiper-button-prev1 {
  position: absolute;
  width: 44px;
  height: 44px;
  top: 228px;
  left: 10px;
  z-index: 10;
  background-image: url('../images/btn_left_a.png');
}
.box_living .left .swiper-button-next1 {
    position: absolute;
    width: 44px;
    height: 44px;
    top: 228px;
    right: 10px;
    z-index: 10;
    background-image: url('../images/btn_right_a.png');
}
.box_living .right {
  width: 410px;
  height: 500px;
}
    .box_living .right .box_title {
        margin: 0 0 0 24px;
        height: 28px;
        display: flex;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-items: center;
    }
.box_living .right .box_title p {
  height: 28px;
  font-size: 20px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #3A3A45;
  line-height: 28px;
  margin: 0 5px 0 0;
}
.box_living .right .box_title img {
  width: 28px;
  height: 28px;
}
.box_living .right .box_ul {
  width: 386px;
  list-style: none;
  margin: 1px 0 0 24px;
}
.box_living .right .box_ul li {
  width: 386px;
  height: 72px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  align-content: center;
  margin: 20px 0 0px 0;
  cursor: pointer;
}
.box_living .right .box_ul li .one {
  width: 56px;
  height: 72px;
  text-align: center;
  line-height: 72px;
  font-size: 40px;
  font-family: Impact;
  color: #B4B4B8;
  margin: 0 10px 0 0;
}
.box_living .right .box_ul li .one_1 {
  color: #F95355;
}
.box_living .right .box_ul li .one_2 {
  color: #FE9F4C;
}
.box_living .right .box_ul li .one_3 {
  color: #8EC31F;
}
.box_living .right .box_ul li .two {
  height: 72px;
  width: 320px;
  display: flex;
  align-items: space-between;
  align-content: space-between;
  flex-wrap: wrap;
}
.box_living .right .box_ul li .two .two_0 {
  width: 320px;
  font-size: 18px;
  font-family: MicrosoftYaHeiSemibold;
  color: #303133;
}
.box_living .right .box_ul li .two .two_1 {
  margin: 0 15px 0 0;
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  align-content: center;
  justify-content: space-between;
}
.box_living .right .box_ul li .two .two_1 .time {
  height: 20px;
  font-size: 14px;
  font-family: MicrosoftYaHei;
  color: #909399;
  line-height: 20px;
}
.box_living .right .box_ul li .two .two_1 .box_view {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  align-content: center;
  justify-content: flex-end;
}
.box_living .right .box_ul li .two .two_1 .box_view img {
  width: 16px;
  height: auto;
}
.box_living .right .box_ul li .two .two_1 .box_view .view {
  height: 16px;
  font-size: 15px;
  font-family: DINAlternate-Bold, DINAlternate;
  font-weight: bold;
  color: #F59949;
  line-height: 16px;
}
.box_living .right .box_ul li:hover .two_0 {
    color: #8fc320;
}
.box_all_live .atitle {
  height: 44px;
  line-height: 44px;
  width: 1160px;
  border-bottom: 2px solid #F0F0F0;
  margin: 15px auto 0;
}
.box_all_live .atitle .title {
  width: auto;
  text-align: left;
  font-size: 20px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #303133;
  display: inline-block;
  height: 44px;
  line-height: 44px;
  border-bottom: 2px solid #8EC31F;
}
.box_all_live .box_content {
  margin: 16px auto 0;
  width: 1160px;
  list-style: none;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  align-content: center;
  justify-content: flex-start;
}
.box_all_live .box_content .box_swiper {
  width: 1160px;
  height: 272px;
}
.box_all_live .box_content .box_swiper .swiper-container {
  width: 100%;
  height: 100%;
}
.box_all_live .box_content .box_swiper .swiper-container .swiper-wrapper {
  width: 100%;
  height: 100%;
}
.box_all_live .box_content .box_swiper .swiper-container .swiper-wrapper .swiper-slide {
  width: 100%;
  height: 100%;
}
    .box_all_live .box_content .box_prev {
        cursor: pointer;
        width: 20px;
        height: 40px;
        background: rgba(0, 0, 0, 0.5);
        border-radius: 0px 8px 8px 0px;
        position: absolute;
        top: 77px;
        left: 0;
        z-index: 10;
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: center;
    }
.box_all_live .box_content .box_prev .swiper-button-prev2 {
  width: 16px;
  height: 16px;
  background-image: url('../images/btn_left_b.png');
}
.box_all_live .box_content .box_next {
    cursor:pointer;
  width: 20px;
  height: 40px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 8px 0px 0px 8px;
  position: absolute;
  top: 77px;
  right: 0;
  z-index: 10;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
}
.box_all_live .box_content .box_next .swiper-button-next2 {
  width: 16px;
  height: 16px;
  background-image: url('../images/btn_right_b.png');
}
.box_all_live .box_content .box_ul {
  width: 1160px;
  width: 272px;
  display: flex;
  flex-wrap: nowrap;
}
.box_all_live .box_content li {
  margin: 0 24px 0 0;
  cursor:pointer;
}
.box_all_live .box_content li .topImg {
  position: relative;
  width: 272px;
  height: 170px;
}
.box_all_live .box_content li .topImg .proImg {
  width: 272px;
  height: 170px;
}
.box_all_live .box_content li .topImg .box_view {
  height: 32px;
  position: absolute;
  top: 14px;
  left: 12px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  align-content: center;
  justify-content: flex-start;
}
.box_all_live .box_content li .topImg .box_view .status {
  display: inline-block;
  padding: 0 10px 0 10px;
  height: 32px;
  border-radius: 4px 0px 0px 4px;
  line-height: 32px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
}
.box_living .topCount {
    top: 28px;
    left: 40px;
    position: absolute;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    align-content: center;
    justify-content: flex-end;
}

    .box_living .topCount .count {
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        align-content: center;
        justify-content: center;
        padding: 0 10px 0 10px;
        height: 32px;
        line-height: 32px;
        background: rgba(48, 49, 51, 0.46);
        border-radius: 0px 4px 4px 0px;
        font-size: 14px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #FFFFFF;
    }

        .box_living .topCount .count img {
            width: 13px;
            height: auto;
            margin: 0 5px 0 0;
        }
.status {
    display: inline-block;
    padding: 0 10px 0 10px;
    height: 32px;
    border-radius: 4px 0px 0px 4px;
    line-height: 32px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
}
 .status01 {
  background: #4A92FE;
}
.status02 {
  background: #84B12F;
}
.status03 {
  background: #EEB03A;
}
.box_all_live .box_content li .topImg .box_view .count {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    align-content: center;
    justify-content: center;
    padding: 0 10px 0 10px;
    height: 32px;
    line-height: 32px;
    background: rgba(26, 31, 40, 0.4);
    border-radius: 0px 4px 4px 0px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
}
.box_all_live .box_content li .topImg .box_view .count img {
  width: 13px;
  height: auto;
  margin: 0 5px 0 0;
}
.box_all_live .box_content li .bottom {
  height: 78px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
}
.box_all_live .box_content li .bottom .time {
  height: 12px;
  line-height: 12px;
  margin: 10px 0 0 0 ;
}
.box_all_live .box_content li .bottom .time .time01 {
  height: 12px;
  font-size: 12px;
  font-family: HiraMaruProN-W4, HiraMaruProN;
  font-weight: normal;
  color: #909399;
  line-height: 12px;
}
.box_all_live .box_content li .bottom .time .time02 {
  height: 12px;
  font-size: 12px;
  font-family: HiraMaruProN-W4, HiraMaruProN;
  font-weight: normal;
  color: #909399;
  line-height: 12px;
}
    .box_all_live .box_content li .bottom .txt {
        margin: 5px 0 0 0;
        height: 40px;
        line-height: 20px;
        width: 272px;
        font-size: 14px;
        font-family: MicrosoftYaHei;
        color: #303133;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }
.box_all_live .box_content li:hover .txt {
  color: #90C426;
}
.box_all_live .box_content li:nth-child(4n) {
  margin: 0;
}
.alert {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
}
.alert .content {
    width: 380px;
    background: #FFFFFF;
    border-radius: 16px;
    position: relative;
    padding-bottom: 25px;
}
.alert .content img.close {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 25px;
  right: 24px;
}
.alert .content .title {
  font-weight: bold;
  margin: 24px auto 0;
  display: inline-block;
  width: 100%;
  text-align: center;
  height: 25px;
  font-size: 18px;
  font-family: PingFangSC-Medium, PingFang SC;
  color: #303133;
  line-height: 25px;
}
.alert .content .one {
    margin: 16px auto 0;
    padding: 10px 20px;
    width: 292px;
    background: #F5F6F8;
    border-radius: 4px;
    display: block;
}
.alert .content .one span {
  width: 300px;
  height: 44px;
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: bold;
  color: #303133;
  line-height: 24px;
}
.alert .content .two {
  margin: 16px auto 0;
  width: 332px;
  height: 220px;
  background: #F5F6F8;
  display: flex;
  align-items: center;
  justify-content: center;
}
.alert .content .two .qrcode_box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 176px;
  height: 176px;
  background-image: url('../images/pic_ivdialog_weiguanjia_box.png');
  background-size: 100% 100%;
}
.alert .content .two .qrcode_box #qrcode {
    width: 166px;
    height: 166px;
}
.alert .content .two .qrcode_box #qrcode canvas {
    width: 166px;
    height: 166px;
}
.alert .content .two .qrcode_box img {
    width: 170px;
    height: 170px;
}
.my-button-disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

/* Í³Ò»±êÌâ */
.tit {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.title .big {
    font-size: 26px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #202123;
    display: inline-block;
    vertical-align: bottom;
}

.title .sla {
    width: 6px;
    height: 15px;
    display: inline-block;
    vertical-align: bottom;
    margin-bottom: 10px;
}

.title .small {
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #909399;
    display: inline-block;
    vertical-align: bottom;
    margin-bottom: 3px;
}

.more {
    width: 88px;
    height: 44px;
    background: #F5F6F8;
    border-radius: 3px;
    text-align: center;
    margin-bottom: 10px;
    cursor: pointer;
}

.more span {
    width: 36px;
    height: 24px;
    font-size: 18px;
    font-family: MicrosoftYaHei;
    color: #202123;
    line-height: 44px;
}

.more img {
    line-height: 44px;
    margin-left: -4px;
    vertical-align: unset;
}

.quality .video {
    display: flex;
    justify-content: space-between;
}

    .quality .video .left {
        width: 490px;
        height: 696px;
        border-radius: 16px;
        /* background: #1858d6; */
        position: relative;
        overflow: hidden;
    }


    .quality .video .left .pic img {
        width: 490px;
        height: 696px;
        border-radius: 16px;
        object-fit: cover;
        transition: all 1s;
        overflow:hidden;
    }
        .quality .video .left .pic img:hover {
            transform: scale(1.12);
        }

        .quality .video .left .play {
            position: absolute;
            top: 50%;
            left: 50%;
            margin-left: -37px;
            margin-top: -37px;
            cursor: pointer;
        }

.play img {
    width: 74px;
    height: 74px;
}

.quality {
    margin-bottom: 44px;
}

.quality .video .left .desc {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 490px;
    height: 68px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    border-radius: 0px 0px 16px 16px;
}

.quality .video .left .desc span {
    display: block;
    font-size: 18px;
    font-family: MicrosoftYaHei;
    color: #FFFFFF;
    margin-top: 25px;
    margin-left: 13px;
}

.quality .video .right {
    width: 645px;
    height: 696px;
    /* background: pink; */
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-content: space-between
}

.quality .video .right .block {
    width: 310px;
    height: 323px;
    border-radius: 10px;
    /* background: skyblue; */
    position: relative;
    overflow:hidden;
}

    .quality .video .right .block .pic img {
        width: 310px;
        height: 323px;
        border-radius: 10px;
        object-fit: cover;
        transition: all 1s;
        overflow:hidden;
    }
        .quality .video .right .block .pic img:hover {
            transform: scale(1.12);
        }

        .quality .video .right .block .play {
            position: absolute;
            top: 50%;
            left: 50%;
            margin-left: -37px;
            margin-top: -37px;
            cursor: pointer;
        }

.quality .video .right .block .desc {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 310px;
    height: 68px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    border-radius: 0px 0px 10px 10px;
}

.quality .video .right .block .desc span {
    display: block;
    font-size: 18px;
    font-family: MicrosoftYaHei;
    color: #FFFFFF;
    margin-top: 25px;
    margin-left: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: middle;
}

.excellence {
    width: 100%;
}

.excellence .contant {
    width: 100%;
    height: 643px;
    display: flex;
    justify-content: space-between;
    overflow: hidden;
}

.excellence .contant .left {
    width: 300px;
    /* background: skyblue; */
}

.excellence .contant .left .title {
    font-size: 18px;
    font-family: MicrosoftYaHei;
    color: #202123;
}

.excellence .contant .left .pic {
    width: 300px;
    height: 299px;
    background: #909399;
    margin-bottom: 10px;
    margin-top: 10px;
}

.excellence .contant .left .pic img {
    width: 100%;
    height: 100%;
}

.excellence .contant .left .desc {
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #202123;
    margin-bottom: 55px;
}

.excellence .contant .left .pic1 {
    width: 300px;
    height: 226px;
    background: #909399;
}

.excellence .contant .left .pic1 img {
    width: 100%;
    height: 100%;
}

.excellence .contant .center {
    width: 495px;
    /* background: skyblue; */
}

.excellence .contant .center .block .title {
    font-size: 18px;
    font-family: MicrosoftYaHeiSemibold;
    color: #202123;
    margin-bottom: 12px;
}

.excellence .contant .center .block .title a {
    margin-top: 5px;
    float: right;
    margin-left: 20px;
    color: #999999;
    font-size: 12px;
}
.excellence .contant .center .block .title a:hover{
    color: #8fc320;
    font-weight: bold;
}

.excellence .contant .center .block .line {
    width: 495px;
    /* height: 1px; */
    border-bottom: 1px dashed #909399;
    margin-bottom: 19px;
}

.excellence .contant .center .block ul li {
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #202123;
    margin-bottom: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
}

.excellence .contant .center .block ul li:hover {
    color: #8EC31F;
}

.excellence .contant .center .block ul li .dot {
    margin-right: 4px;
    font-weight: bold;
}

.excellence .contant .right {
    width: 320px;
    /* background: skyblue; */
}

.excellence .contant .right .block {
    width: 320px;
}

.excellence .contant .right .block .title {
    width: 320px;
    height: 36px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.excellence .contant .right .block .title .tit {
    font-size: 18px;
    font-family: MicrosoftYaHei;
    color: #202123;
}

.excellence .contant .right .block .line {
    width: 320px;
    height: 2px;
    background: #EEEEEE;
    position: relative;
    margin-bottom: 16px;
}

.excellence .contant .right .block .line .mask {
    width: 72px;
    height: 2px;
    background: #84B12E;
    position: absolute;
    top: 0;
    left: 0;
}

    .excellence .contant .right .block .tiao {
        width: 318px;
        height: 76px;
        background: #F5F6F8;
        border-radius: 2px;
        display: flex;
        justify-content: start;
        margin-bottom: 10px;
        border: 1px solid #ffffff;
    }

    .excellence .contant .right .tiao:hover {
        width: 318px;
        height: 76px;
        border: 1px solid #8EC31F;
        cursor: pointer;
    }

.excellence .contant .right .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;
}

.excellence .contant .right .block .tiao .lef img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.excellence .contant .right .block .tiao .lef .log {
    position: absolute;
    bottom: 0;
    right: 0;
}

    .excellence .contant .right .block .tiao .rig .name {
        font-size: 15px;
        font-family: MicrosoftYaHeiSemibold;
        color: #202123;
        margin-top: 10px;
        margin-bottom: 2px;
    }

    .excellence .contant .right .block .tiao .rig .company .bb {
        width: 100%;
        height: 16px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        margin-bottom: 2px;
    }
    .excellence .contant .right .block .tiao .rig .company img {
        margin-top: 2px;
    }

    .excellence .contant .right .block .tiao .rig .company span {
        font-size: 12px;
        font-family: MicrosoftYaHeiSemilight;
        color: #202123;
        margin-left: -4px;
        
    }

.excellence .contant .right .block .tiao .rig .company p {
    font-size: 12px;
    font-family: MicrosoftYaHeiSemilight;
    color: #909399;
}

.excellence .contant .right .design .mask {
    width: 90px !important;
}

.excellence .contant .right .block .swiper_container{
    width: 320px;
    height: 254px;
    /* background: skyblue; */
    position: relative;
}

.excellence .contant .right .block .swiper {
    width: 320px;
    height: 254px;
    overflow: hidden;
}
.excellence .contant .right .block .swiper .swiper-slide{
    width: 320px;
    height: 254px;
}


 .my-bullet {
    display: inline-block;
    width: 20px;
    height: 4px;
    background: pink;
    margin-left: .13rem;
}
 .my-bullet-active {
    background: orangered;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: url(/ViewScripts/FtHomeInstitute/img/btn_zj_next.png);
    right: 10px;
    left: auto;
    margin-right: -10px;
}
.swiper-button-next, .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;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-image: url(/ViewScripts/FtHomeInstitute/img/btn_zj_prev.png);
    left: 10px;
    right: auto;
    margin-left: 264px;
    opacity: 0.5;
}