body{
    background:#f0f5fb;
}
.newsBanner .bannerImg{
    width:100%;
    min-width:150rem;
    min-height:100%;
}
.audience-nav{
    width:100%;
    height:10rem;
}
.exh-ser-nav{
    width:150rem;
    height:21rem;
    background:#fff;
    box-shadow:0 0 1rem rgba(0,0,0,.1);
    transform:translate(0, -50%);
    position:relative;
}
.exh-ser-nav ul{
    display:flex;
    justify-content: space-between;
}
.exh-ser-nav ul li{
    width:30rem;
    height:21rem;
    box-sizing: border-box;
    border-right:0.1rem solid #f6f9fb;
    display:flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-family: "思源黑体CN";
}
.exh-ser-nav ul li:last-child{
    border-right:none;
}
.exh-ser-nav ul li .exh-ser-btn{
    text-align:center;
}
.exh-ser-nav ul li .exh-ser-btn i{
    width:5.5rem;
    height:5.5rem;
    margin:0 auto 1rem;
    display:block;
    background:url(../images/exhibitorServicesImg/exhSerIcon1.png) no-repeat;
    background-size:100% 100%;
}
.exh-ser-nav ul li:nth-child(2) .exh-ser-btn i{
    background:url(../images/exhibitorServicesImg/exhSerIcon3.png) no-repeat;
    background-size:100% 100%;
}
.exh-ser-nav ul li:nth-child(3) .exh-ser-btn i{
    background:url(../images/exhibitorServicesImg/exhSerIcon4.png) no-repeat;
    background-size:100% 100%;
}
.exh-ser-nav ul li:nth-child(4) .exh-ser-btn i{
    background:url(../images/exhibitorServicesImg/exhSerIcon5.png) no-repeat;
    background-size:100% 100%;
}
.exh-ser-nav ul li:nth-child(5) .exh-ser-btn i{
    background:url(../images/exhibitorServicesImg/exhSerIcon6.png) no-repeat;
    background-size:100% 100%;
}
/* .exh-ser-nav ul li:nth-child(6) .exh-ser-btn i{
    background:url(../images/exhibitorServicesImg/exhSerIcon6.png) no-repeat;
    background-size:100% 100%;
}
*/
.exh-ser-nav ul li .exh-ser-btn h3{
    font-size:2.2rem;
    color:#002040;
    line-height:3.6rem;
}
.exh-ser-nav ul li .exh-ser-btn p{
    font-size:1.8rem;
    color:#6b7083;
    line-height:3.2rem;
}
.exh-ser-nav ul li.current{
    width:30rem;
    height:25rem;
    border-radius:0.5rem;
    border-right:none;
    transform:translate(0, -2rem);
    box-shadow: 0 0 1.5rem rgba(30,90,191,.4);
    background:url(../images/exhibitorServicesImg/exhSerBtn.png) no-repeat;
    background-size:100% 100%;
}
.exh-ser-nav ul li.current i{
    width:6.6rem;
    height:6.6rem;
    background:url(../images/exhibitorServicesImg/exhSerIcon1Hover.png) no-repeat;
    background-size:100% 100%;
}
.exh-ser-nav ul li:first-child.current i{
    background:url(../images/exhibitorServicesImg/exhSerIcon1Hover.png) no-repeat;
    background-size:100% 100%;
}
.exh-ser-nav ul li:nth-child(2).current i{
    background:url(../images/exhibitorServicesImg/exhSerIcon3Hover.png) no-repeat;
    background-size:100% 100%;
}
.exh-ser-nav ul li:nth-child(3).current i{
    background:url(../images/exhibitorServicesImg/exhSerIcon4Hover.png) no-repeat;
    background-size:100% 100%;
}
.exh-ser-nav ul li:nth-child(4).current i{
    background:url(../images/exhibitorServicesImg/exhSerIcon5Hover.png) no-repeat;
    background-size:100% 100%;
}
.exh-ser-nav ul li:nth-child(5).current i{
    background:url(../images/exhibitorServicesImg/exhSerIcon6Hover.png) no-repeat;
    background-size:100% 100%;
}
/* .exh-ser-nav ul li:nth-child(6).current i{
    background:url(../images/exhibitorServicesImg/exhSerIcon6Hover.png) no-repeat;
    background-size:100% 100%;
}
*/
.exh-ser-nav ul li.current h3{
    color:#fff;
}
.exh-ser-nav ul li.current p{
    color:#fff;
}
.center-box{
    width:150rem;
    height:auto;
    margin:0 auto;
}
.visit-bg{
    width:100%;
    height:auto;
    background:url(../images/exhibitorServicesImg/visitBg.png) no-repeat;
    background-size:100% 100%;
}
h3.aud-ser-title{
    width:150rem;
    height:7.2rem;
    line-height:7.2rem;
    font-size:6rem;
    color:#002040;
}
h3.aud-ser-title i{
    font-style:italic;
    font-size:3.6rem;
    font-family: "思源黑体宋";
}
h3.aud-ser-title em{
    font-size:6.5rem;
    font-style:normal;
    font-family: "SourceHanSerifCN";
}
h3.aud-ser-title i a{
    font-style:normal;
    color:#002040;
    float:right;
    font-size:1.8rem;
    line-height:12rem;
}
.tour-con{
    width:100%;
    height:63rem;
    padding:7.3rem 0 8rem 2rem;
    box-sizing: border-box;
    display:flex;
    justify-content: space-between;
}
.tour-con ol{
    width:25rem;
    height:47.7rem;
    background:linear-gradient(to bottom, rgba(241,244,246,.8), rgba(241,244,246,.3));
    box-shadow:0 0 1rem rgba(0,0,0,.06);
}
.tour-con ol li{
    width:25rem;
    height:8rem;
    line-height:8rem;
    margin-bottom:2rem;
    background:#fff;
    text-align:center;
    font-size:2.2rem;
    color:#8a8d99;
    cursor: pointer;
    font-family: "serifcnMedium";
}
.tour-con ol li.on{
    color:#295e98;
    font-family: "思源黑体Bold";
}
.tour-con ul li{
    width:120rem;
    height:48rem;
    background:#fff;
    border:1px solid #dfe2f5;
    box-sizing: border-box;
    box-shadow: 0 0 1rem rgba(0,0,0,.05);
}
.tour-con ul li .tour-tit{
    width:100%;
    height:8rem;
    line-height:8rem;
    padding:0 3rem;
    box-sizing: border-box;
    background:#f9faff;
    display:flex;
    justify-content: space-between;
}
.tour-con ul li .tour-tit span{
    font-size:1.8rem;
    color:#002040;
}
.tour-con ul li .tour-tit span i{
    width:4rem;
    height:4rem;
    display:inline-block;
    vertical-align: middle;
    margin-right:2rem;
    background:#fff url(../images/audienceServiceImg/tourIcon1.png) no-repeat center center;
    border-radius:50%;
    box-shadow:0 0 1rem rgba(0,70,140,.2);
}
.tour-con ul li .tour-tit span:nth-child(2) i{
    background:#fff url(../images/audienceServiceImg/tourIcon2.png) no-repeat center center;
}
.tour-con ul li .tour-tit span:nth-child(3) i{
    background:#fff url(../images/audienceServiceImg/tourIcon3.png) no-repeat center center;
}
.tour-con ul li .tour-tit span em{
    display:inline-block;
    vertical-align: middle;
}
.tour-process{
    padding:4rem 0 2rem 3rem;
    box-sizing: border-box;
    line-height:3.6rem;
    font-size:1.8rem;
    color:#002040;
}
.tour-process h4{
    font-size:1.8rem;
    color:#002040;
    font-family: "思源黑体Bold";
    margin-bottom:1rem;
}
.warning-sign{
    padding-left:3rem;
    color:#002040;
    font-size:1.8rem;
}
.warning-sign h4{
    font-size:1.8rem;
    color:#002040;
    margin-bottom:1rem;
}
.tour-reg{
    width:150rem;
    height:26rem;
    display:flex;
    justify-content: space-between;
}
.tour-reg>div{
    width:73rem;
    height:26rem;
    padding:7rem 0 0 7rem;
    box-sizing: border-box;
}
.tour-reg>div>h4{
    font-size:4.2rem;
    color:#fff;
    font-family: "SourceHanSerifCN";
    margin-bottom:2.6rem;
}
.tour-reg>div>a{
    width:10.6rem;
    height:4rem;
    line-height:4rem;
    text-align: center;
    background:#fff;
    border-radius: 2rem;
    display:block;
    font-size:1.6rem;
    color:#002040;
    font-family: "serifcnMedium";
}
.tour-reg .visit{
    background:url(../images/audienceServiceImg/PreRegBg.jpg) no-repeat;
    background-size:100% 100%;
}
.tour-reg .demand{
    background:url(../images/audienceServiceImg/specialBg.jpg) no-repeat;
    background-size:100% 100%;
}
.floor-plan{
    width:100%;
    height:auto;
    padding-top:8.8rem;
    padding-bottom:10rem;
    overflow:hidden;
    box-sizing: border-box;
    background:#f0f5fb;
}
.aud-title{
    width:150rem;
    height:7.2rem;
    line-height:7.2rem;
    text-align: center;
    font-size:6rem;
    color:#002040;
    margin-bottom:5rem;
}
.aud-title i{
    font-style:italic;
    font-size:3.6rem;
    font-family: "思源黑体宋";
    margin-right:3rem;
}
.aud-title em{
    font-style:normal;
    font-size:6.5rem;
    font-family: "SourceHanSerifCN";
}
.plan-con{
    width:150rem;
    height:auto;
    overflow:hidden;
    margin:0 auto;
}
.plan-con img{
    max-width:100%;
    margin-bottom:3rem;
}
.aud-sear{
    width:100%;
    height:auto;
    box-sizing: border-box;
    padding-top:0;
    background:#f0f5fb;
    margin-bottom:2rem;
}
.sear-title{
    width:100%;
    height:7.2rem;
    margin-bottom:3rem;
    display:flex;
    justify-content: space-between;
}
.sear-search{
    width:74rem;
    height:7.2rem;
    display:flex;
    justify-content: space-between;
}
.sear-search .search-icon{
    width:60rem;
    height:7.2rem;
    padding-left:3rem;
    background:#fff;
    box-shadow:0 0 1rem rgba(0,0,0,.05);
    font-size:2rem;
    color:#6b7083;
    outline: none;
    box-sizing: border-box;
}
.sear-search .sear-btn{
    width:14rem;
    height:7.2rem;
    line-height:7.2rem;
    text-align:center;
    font-size:2rem;
    color:#fff;
    cursor: pointer;
    background:#00468c;
}
.exh-data-con ul li{
    width:48rem;
    height:26.4rem;
    background:#fff;
    float:left;
    padding-top:4rem;
    box-shadow:0 0 1rem rgba(0,0,0,.05);
    box-sizing: border-box;
    margin-right:3rem;
    margin-bottom:3rem;
}
.exh-data-con ul li:nth-child(3n){
    margin-right:0;
}
.exh-data-con ul li .exh-data-tit{
    width:100%;
    height:14.4rem;
    padding:0 2.4rem 0 4rem;
    box-sizing: border-box;
    display:flex;
    justify-content: space-between;
    align-items: center;
}
.exh-data-con .exh-data-img{
    width:10.4rem;
    height:10.4rem;
    background:#fff;
    box-shadow:0 0 1rem rgba(0,70,140,.15);
    display:flex;
    justify-content: center;
    align-items: center;
}
.exh-data-con .exh-data-img img{
    max-width:100%;
}
.exh-data-con .exh-data-tit .exh-tit{
    width:28.6rem;
    height:10.4rem;
}
.exh-data-con .exh-data-tit .exh-tit h4{
    font-size:2.4rem;
    line-height:3rem;
    color:#002040;
    font-family: "serifcnMedium";
    text-align: justify;
    margin-bottom:1.5rem;
}
.exh-data-con .exh-data-tit .exh-tit p{
    font-size:1.8rem;
    color:#6b7083;
}
.exh-data-con .exh-data-tit .exh-tit p span{
    color:#00468c;
}
.exh-data-con .exh-con{
    width:100%;
    height:8rem;
    padding:0 3rem;
    box-sizing: border-box;
    background:#f9faff;
    display:flex;
    justify-content: space-between;
    align-items: center;
}
.exh-data-con .exh-con span em{
    display:inline-block;
    vertical-align: middle;
    font-size:1.8rem;
    color:#002040;
    line-height:4rem;
}
.exh-data-con .exh-con span i{
    width:4rem;
    height:4rem;
    background:#fff url(../images/exhibitsDataImg/exhDataIcon1.png) no-repeat center center;
    display:inline-block;
    margin-right:1.5rem;
    vertical-align: middle;
    border-radius: 50%;
    box-shadow: 0 0 1rem rgba(0,70,140,.2);
}
.exh-data-con .exh-con span:nth-child(2) i{
    background:#fff url(../images/exhibitsDataImg/exhDataIcon2.png) no-repeat center center;
}
.sear-con{
    padding-top:3.6rem;
    margin-bottom:7.5rem;
}
.sear-con ul{
    width:150rem;
    height:auto;
    max-height:76.5rem;
    overflow-y:auto;
}
.sear-con ul::-webkit-scrollbar {
    width: 0.2rem;
    height: 1.2rem;
}
.sear-con ul::-webkit-scrollbar-thumb {
    border-radius: 0.2rem;
    box-shadow: inset 0 0 0.5rem rgba(5, 1, 77, 0.2);
    background: rgba(1, 8, 81, 0.5);
}
.sear-con ul::-webkit-scrollbar-track {
    box-shadow: inset 0 0 0.5rem rgba(5, 1, 77, 0.2);
    border-radius: 0;
    background: rgba(1, 8, 81, 0.4535);
}
.sear-con ul li{
    width:35.5rem;
    height:35.5rem;
    box-sizing: border-box;
    background:#fff;
    cursor:pointer;
    float:left;
    margin-right:2.5rem;
    margin-bottom:2.5rem;
}
.sear-con ul li:nth-child(4n){
    margin-right:0;
}
.sear-con ul li .sear-img{
    width:100%;
    height:31rem;
    display:flex;
    justify-content: center;
    align-items: center;
}
/*图片移入效果*/
.imgBB{
    width:35.5rem;
    height:35.5rem;
}
.imgBB .img{
    width:35.5rem;
    height:31rem;
    display:flex;
    justify-content: center;
    align-items: center;
}
.imgBB span{
    width:100%;
    height:3.6rem;
    line-height:3.6rem;
    text-align:center;
    font-size:2rem;
    color:#002040;
    font-family: "serifcnMedium";
    margin-bottom:1.4rem;
    display:block;
}
.bg_main{
    background:linear-gradient(135deg, rgba(16, 104, 191, .95), rgba(61,59,190,.95)) 
}
.simImg_spec33 .caption-text-in{
    padding:2rem 4rem 5rem;
    box-sizing: border-box;
}
.simImg_spec33 .caption-text-in h3{
    font-size:2.6rem;
    height:7.6rem;
    line-height:7.6rem;
    padding:0;
    font-family: "serifcnMedium";
    border-bottom:0.1rem solid rgba(255,255,255,.15);
}
.simImg_spec33 .caption-text-in h3 a{
    color:#fff;
}
.simImg_spec33 .caption-text-in p{
    font-size:1.6rem;
    line-height:3rem;
    font-family: "思源黑体CN";
    margin:2.8rem 0;
    text-align: justify;
}
.simImg_spec33 .caption-text-in em{
    width:3.5rem;
    height:1rem;
    display:block;
    background:url(../images/audienceServiceImg/searArr.png) no-repeat;
    background-size:100% 100%;
}
.aud-asked{
    width:150rem;
    height:auto;
    margin:5rem auto;
}
.aud-asked h3{
    margin-bottom:2rem;
}
.aud-asked ul{
    width:150rem;
    height:auto;
    padding-top:3rem;
    padding-bottom:3rem;
    box-sizing: border-box;
}
.aud-asked ul li{
    width:100%;
    height:auto;
    background:#fff;
    padding:5.4rem 4.5rem 7.5rem 5rem;
    box-sizing: border-box;
    position:relative;
    margin-bottom:7rem;
}
.aud-asked ul li i{
    width:5.8rem;
    height:4.6rem;
    background:url(../images/audienceServiceImg/comma.png) no-repeat;
    position:absolute;
    left:5rem;
    background-size: contain;
    top:-2.2rem;
}
.aud-asked ul li h5{
    font-size:2.4rem;
    color:#000;
    margin-bottom:1rem;
}
.aud-asked ul li p{
    font-size:1.6rem;
    color:#6b7083;
    line-height:3rem;
    text-align: justify;
}
/*点击展位导览*/

.close{
    cursor: pointer;
}
.info-box {
    position: fixed;
    width: 100rem;
    height: 80rem;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 4rem 2rem;
    display: none;
    box-sizing: border-box;
}

.info-box .close {
    position: absolute;
    color: #666;
    font-size: 3rem;
    right: 1rem;
    top: 1rem;
}

.plan-con {
    position: relative;
}

.blankitem {
    position: absolute;
    width: 24rem;
    height:5rem;
    background: rgba(19, 97, 233, 0);
    display: inline-block;
    cursor: pointer;
    transition: all .3s ease-in-out;
}
.blankitem:hover {
    position: absolute;
    background: rgba(19, 97, 233, .05);
}

.w4-blank {
    left: 98rem;
    top: 45.8rem;
    width:25rem;
}

.w3-blank {
    left:  107rem;
    top: 71rem;
    width:25.5rem;
}

.w2-blank {
    left:  73rem;
    top: 61rem;
    width:25rem;
}

.w1-blank {
    left:  75.8rem;
    top: 76.5rem;
    width:25rem;
}

.e5-blank {
    left: 22.6rem;
    top: 4rem;
    width:36rem;
}

.e4-blank {
    left: 19rem;
    top: 10.5rem;
    width:24.8rem;
}

.e3-blank {
    left: 82rem;
    top: 9.5rem;
    width:32rem;
}

.e2-blank {
    left: 85rem;
    top: 18rem;
    width:30.5rem;
}

.e1-blank {
    left: 93.7rem;
    top: 34.7rem;
    width:29rem;
}

.info-box .content {
    text-align: left;
    margin-top: 2rem;
}
.province{
    padding:0 10rem;
    font-size:1.6rem;
    color:#666;
    line-height:200%;
    margin-top:1rem;
}
.province .el-form-item{
    width:100%;
    height:auto;
    overflow:hidden;
}
.province .el-form-item .el-form-item__label{
    width:29.5%;
    float:left;
}
.province .el-form-item .el-form-item__content{
    width:70%;
    float:left;
}
.province .el-form-item .el-input.is-disabled .el-input__inner{
    color:#606266;
}
.share-individuals{
    margin:2rem auto;
}
.share-individuals #qrcode {
    width:10rem;
    height:10rem;
    border-radius:1rem;
    background:#f8f8f8;
    border:1px solid #ddd;
    padding:0.2rem;
    display:inline-block;
    vertical-align: top;
    margin-right: 2rem;
}
.share-individuals #qrcode img {
    max-width:100%;
    max-height:100%;
    display:inline-block;
    line-height:15rem;
}
.share-individuals .share-code{
    display: inline-block;
    vertical-align: top;
    text-align: left;
}
.share-url{
    margin-bottom:1.5rem;
}
.share-url span{
    display: inline-block;
    vertical-align: middle;
    background: #efeded;
    padding: 1rem;
    border: 1px solid #b3d8ff;
    border-right:none;
    border-radius:0.5rem 0 0 0.5rem;
    font-size:1.6rem;
}
.share-url em{
    display: inline-block;
    vertical-align: middle;
    background: #ecf5ff;
    border: 1px solid #b3d8ff;
    padding: 1rem;
    border-left: none;
    color: #409EFF;
    cursor: pointer;
    border-radius:0 0.5rem 0.5rem 0;
    font-size:1.6rem;
}