.exh-top {
    margin: 0 auto;
    max-width: 1980px;
    height: 500px;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #EDF3F7;
}

.exh-top-content {
    max-width: 1136px;
    margin: 0 auto;
    box-sizing: border-box;
    width: 100%;
    padding: 1px 20px 0 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.exh-block-content {
    max-width: 1136px;
    margin: 0 auto;
    box-sizing: border-box;
    width: 100%;
    padding: 1px 20px 0 20px;
}

.exh-top-content-tit {
    font-size: 39px;
    /*font-family: PingFangSC-Medium, PingFang SC;*/
    font-weight: 500;
    color: #FFFFFF;
    line-height: 54px;
}

.exh-top-content-line {
    width: 30px;
    height: 3px;
    background-color: #fff;
    margin-top: 30px;
}

.exh-top-content-btn-box {
    width: 100%;
    margin-top: 40px;
}

.exh-top-content-btn {
    width: 200px;
    height: 50px;
    opacity: 0.9;
    font-size: 18px;
    /*font-family: PingFangSC-Regular, PingFang SC;*/
    font-weight: 400;
    line-height: 50px;
    display: block;
    text-align: center;
    margin-right: 20px;
    float: left;
    margin-top: 20px;
}

.exh-top-content-btn-blue {
    background: #307ACA;
    color: #FFFFFF;
}

.exh-top-content-btn-blue:hover {
    color: #FFFFFF;
    text-decoration: none;
}

.exh-top-content-btn-white {
    background: #fff;
    color: #000;
}

.exh-top-content-btn-white:hover {
    color: #000;
    text-decoration: none;
}

.exh-block-light-blue {
    background: #EDF3F7;
    width: 100%;
    padding-bottom: 90px;
}

.exh-block-content-tit {
    font-size: 24px;
    /*font-family: PingFangSC-Semibold, PingFang SC;*/
    font-weight: 600;
    color: #000000;
    line-height: 30px;
    min-width: 140px;
    display: flex;
    flex-direction: column;
    margin-top: 60px;
    align-items: center;
}

.exh-block-content-tit-bottom {
    width: 140px;
    border-bottom: #E8E8E8 1px solid;
    height: 4px;
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.exh-block-content-tit-bottom:after {
    width: 22px;
    height: 4px;
    background-color: #EDBE2B;
    content: "";
    display: block;
}

.exh-block-light-blue-txt {
    padding: 30px 0;
    line-height: 32px;
    font-size: 16px;
}

.exh-block-light-blue-txt p {
    font-size: 16px;
    /*font-family: PingFangSC-Regular, PingFang SC;*/
    font-weight: 400;
    color: #333333;
    line-height: 32px;
}

.exh-block-blue {
    background: #B9D5EC;
    width: 100%;
    padding-bottom: 90px;
}

.exh-block-content-white-box {
    max-width: 1096px;
    height: auto;
    background: #FFFFFF;
    border-radius: 2px;
    margin: -60px auto 0 auto;
    padding-top: 1px;
    box-sizing: border-box;
    padding-bottom: 40px;
}

.exh-block-blue-list {
    width: 100%;
    padding: 0 60px;
    box-sizing: border-box;
    margin-top: 30px;
}

.exh-block-blue-list .row {
    margin-right: -5px;
    margin-left: -5px;
}

.exh-block-blue-list .row .col-md-3 {
    padding-right: 5px;
    padding-left: 5px;
}

/* .exh-block-blue-list .row .col-md-3 img {
    width: 100%;
    height: auto;
    background: #F4F3F3;
    border-radius: 2px;
    border: 1px solid #E8E8E8;
} */

.exh-block-blue-list-tit {
    font-size: 16px;
    /*font-family: PingFangSC-Medium, PingFang SC;*/
    font-weight: 500;
    color: #333333;
    line-height: 24px;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 48px;
    overflow: hidden;
}

.exh-block-blue-list-tit:hover {
    color: #333;
}

.exh-block-white {
    background: #fff;
    width: 100%;
    padding-bottom: 90px;
}

.exh-block-white-list {
    width: 100%;
}

.exh-block-white-list .row {
    margin-right: -10px;
    margin-left: -10px;
}

.exh-block-white-list .row .col-md-4 {
    padding-right: 10px;
    padding-left: 10px;
    margin-top: 30px;
}

.exh-block-white-list .row .col-md-4 img {
    width: 100%;
    height: auto;
    background: #F4F3F3;
    border-radius: 2px;
    border: 1px solid #E8E8E8;
}

.exh-block-white-list-img {
    display: block;
    width: 100%;
    position: relative;
}

.exh-block-white-list-img:before {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: rgba(0, 0, 0, .2);
    content: "";
    display: none;
}

.exh-block-white-list-img-btn {
    width: 200px;
    height: 50px;
    background: #307ACA;
    opacity: 0.9;
    position: absolute;
    z-index: 201;
    top: 50%;
    left: 50%;
    margin: -25px 0 0 -100px;
    display: none;
    font-size: 18px;
    /*font-family: PingFangSC-Regular, PingFang SC;*/
    font-weight: 400;
    color: #FFFFFF;
    line-height: 50px;
    text-align: center;
}

.exh-block-white-list-img:hover:before {
    display: block;
}

.exh-block-white-list-img:hover .exh-block-white-list-img-btn {
    display: block;
}

.exh-block-white-list-tit {
    font-size: 16px;
    /*font-family: PingFangSC-Medium, PingFang SC;*/
    font-weight: 500;
    color: #333333;
    line-height: 24px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
    display: block;
    margin-top: 20px;
}

.exh-block-white-list-tit:hover {
    color: #333333;
}

.exh-block-white-list-txt {
    font-size: 16px;
    /*font-family: PingFangSC-Regular, PingFang SC;*/
    font-weight: 400;
    color: #666666;
    line-height: 26px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    height: 78px;
    overflow: hidden;
    margin-top: 20px;
}

.exh-block-bottom {
    background-image: url("../image/exhibitor/bottom-bg.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: auto;
}

.exh-block-bottom-phone {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.exh-block-bottom-phone-img {
    width: 48px;
    height: 48px;
    margin-top: 60px;
}

.exh-block-bottom-phone-txt {
    font-size: 39px;
    /*font-family: Helvetica-Bold, Helvetica;*/
    font-weight: bold;
    color: #FFFFFF;
    line-height: 54px;
    margin-top: 25px;
}

.exh-block-bottom-list {
    border-bottom: #FFFFFF 1px solid;
    min-height: 50px;
    display: flex;
    align-items: center;
    height: 100%;
}

.exh-block-bottom-list-img {
    width: 16px;
    height: 16px;
    margin-right: 10px;
    flex: none;
}

.exh-block-bottom-list-txt {
    font-size: 16px;
    /*font-family: Helvetica-Bold, Helvetica;*/
    color: #FFFFFF;
    line-height: 26px;
}

.exh-block-bottom-list-txt:hover {
    color: #FFFFFF;
}

.exh-block-bottom .row {
    display: flex;
    padding: 40px 0;
}

.exh-block-bottom .row .col-sm-4 {
    flex: 1;
}

.exh-float-video {
    position: fixed;
    bottom: 0px;
    right: 0px;
    width: 400px;
    height: 225px;
    z-index: 3000;
}

.exh-float-video .video-js {
    width: 100%;
    height: 100%;
}

.exh-float-video * {
    color: #fff;
}

.video-js .vjs-big-play-button {
    height: 60px;
    width: 60px;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    margin: -30px 0 0 -30px;
    background: url("../image/play.png") no-repeat;
    background-size: 60px 60px;
    border: none;
}

.video-js .vjs-big-play-button .vjs-icon-placeholder:before {
    content: "";
}

.video-close-btn {
    position: absolute;
    width: 16px;
    height: 16px;
    top: 10px;
    right: 10px;
    background: url("../image/video_close.png");
    background-size: 16px 16px;
}

.exh-list-bg {
    width: 100%;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
}

.exh-list-bg .exh-list-bg-img {
    width: 100%;
}

.exh-list-content {
    width: 100%;
    height: 100%;
    z-index: 100;
    position: absolute;
    top: 0px;
    left: 0px;
}

.exh-list-content2-1 {
    position: absolute;
    width: 43%;
    height: 45%;
    top: 7%;
    left: 40%;
    /*background: rgba(0, 0, 0, .2);*/
    cursor: pointer;
}

.exh-list-content2-2 {
    position: absolute;
    width: 26%;
    height: 35%;
    top: 45%;
    left: 7%;
    /*background: rgba(0, 0, 0, .2);*/
    cursor: pointer;
}

.exh-list-content2-3 {
    position: absolute;
    width: 26%;
    height: 35%;
    top: 55%;
    right: 2%;
    /*background: rgba(0, 0, 0, .2);*/
    cursor: pointer;
}

.exh-list-content3-1 {
    position: absolute;
    width: 43%;
    height: 45%;
    top: 3%;
    left: 27%;
    /*background: rgba(0, 0, 0, .2);*/
    cursor: pointer;
}

.exh-list-content3-2 {
    position: absolute;
    width: 24%;
    height: 38%;
    top: 45%;
    left: 7%;
    /*background: rgba(0, 0, 0, .2);*/
    cursor: pointer;
}

.exh-list-content3-3 {
    position: absolute;
    width: 26%;
    height: 35%;
    top: 41%;
    right: 2%;
    /*background: rgba(0, 0, 0, .2);*/
    cursor: pointer;
}

.exh-list-content4-1 {
    position: absolute;
    width: 43%;
    height: 38%;
    top: 11%;
    left: 50%;
    /*background: rgba(0, 0, 0, .2);*/
    cursor: pointer;
}

.exh-list-content4-2 {
    position: absolute;
    width: 24%;
    height: 30%;
    top: 9%;
    left: 12%;
    /*background: rgba(0, 0, 0, .2);*/
    cursor: pointer;
}

.exh-list-content4-3 {
    position: absolute;
    width: 28%;
    height: 35%;
    top: 48%;
    right: 41%;
    /*background: rgba(0, 0, 0, .2);*/
    cursor: pointer;
}

.exh-list-content5-1 {
    position: absolute;
    width: 43%;
    height: 45%;
    top: 3%;
    left: 27%;
    /*background: rgba(0, 0, 0, .2);*/
    cursor: pointer;
}

.exh-list-content5-2 {
    position: absolute;
    width: 24%;
    height: 38%;
    top: 45%;
    left: 7%;
    /*background: rgba(0, 0, 0, .2);*/
    cursor: pointer;
}

/* 1.2 复制替换*/
.exh-list-content6-1 {
    position: absolute;
    width: 40%;
    height: 43%;
    top: 26%;
    left: 50%;
    /*background: rgba(0, 0, 0, .2);*/
    cursor: pointer;
}

.exh-list-content6-2 {
    position: absolute;
    width: 38%;
    height: 38%;
    top: 15%;
    left: 10%;
    /*background: rgba(0, 0, 0, .2);*/
    cursor: pointer;
}
/* 1.2 复制替换*/

.contact-msg {
    position: absolute;
    width: auto;
    background: url("../image/exhibitor/msg.png");
    background-size: 60px 60px;
    background-repeat: no-repeat;
    background-position: center top;
    font-size: 18px;
    line-height: 22px;
    display: flex;
    justify-content: center;
    padding-top: 65px;
    color: #326cfa;
    font-weight: bold;
    -webkit-animation: bounce-down 1s linear infinite;
    animation: bounce-down 1s linear infinite;
    z-index: 10000;
}

.contact-msg:hover {
    color: #326cfa;
    text-decoration: none;

}

@keyframes bounce-down {
    25% {
        transform: translateY(-3px);
    }
    50% {
        transform: translateY(0);
    }
    75% {
        transform: translateY(3px);
    }
    100% {
        transform: translateY(0);
    }
}

.exh-list-modal {
    width: 550px;
    position: relative;
    display: none;
}

.exh-list-modal-tit {
    width: calc(100% + 10px);
    height: 60px;
    border-radius: 30px;
    background: #326cfa;
    padding: 0 30px;
    font-size: 24px;
    font-weight: bold;
    box-sizing: border-box;
    line-height: 60px;
    color: #fff;
    position: absolute;
    top: -50px;
    left: 0px;
}

.exh-list-modal-box {
    width: 100%;
    background: #9dbce2;
    border-radius: 30px;
    border-bottom-right-radius: 20px;
    padding-right: 10px;
    padding-bottom: 10px;
    box-sizing: border-box;
}

.exh-list-modal-box-white-bg {
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 20px;
    padding: 30px;
    box-sizing: border-box;
    position: relative;
}

.exh-list-modal-txt {

}

.exh-list-modal-btn-box {
    width: 100%;
    margin-top: 20px;
}

.exh-list-modal-blue-btn {
    float: left;
    padding: 0 20px;
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    background: #326cfa;
    border: #326cfa 2px solid;
    box-sizing: border-box;
    border-radius: 15px;
}

.exh-list-modal-blue-btn:hover {
    color: #fff;
    text-decoration: none;
}

.exh-list-modal-white-btn {
    float: right;
    padding: 0 20px;
    font-size: 16px;
    line-height: 30px;
    color: #326cfa;
    background: #fff;
    border: #326cfa 2px solid;
    box-sizing: border-box;
    border-radius: 15px;
}

.exh-list-modal-white-btn:hover {
    color: #326cfa;
    text-decoration: none;
}

.exh-list-modal-point {
    border-top: #9dbce2 8px solid;
    border-right: transparent 8px solid;
    border-left: transparent 8px solid;
    position: absolute;
    top: 100%;
    right: calc(50% - 4px);
}

.exh-list-modal2-1 {
    top: -40%;
    left: 50%;
    margin-left: -275px;
}

.exh-list-modal2-2 {
    top: -40%;
    left: 50%;
    margin-left: -275px;
}

.exh-list-content-block:hover .exh-list-modal {
    display: block;
}

@media (max-width: 767px) {
    .exh-float-video {
        display: none;
    }

    .exh-block-bottom {
        background-size: auto 100%;
    }

    .exh-top {
        background-position: left center;
    }

    .exh-top-content-tit {
        font-size: 28px;
        line-height: 40px;
    }

    .exh-block-blue-list {
        padding-right: 30px;
        padding-left: 30px;
    }

    .exh-block-bottom-phone-txt {
        font-size: 28px;
    }

    .exh-block-bottom .row {
        display: block;
    }

    .exh-block-bottom .row .col-sm-4 {
        flex: auto;
        margin: 5px 0;
    }

    .exh-top-content-btn {
        width: 100%;
        margin-right: 0px;
    }

    .contact-msg {
        display: none;
    }
}