.newsBanner .bannerImg{
    width:100%;
    min-width:150rem;
    min-height:100%;
}
.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:25%;
    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/exhSerIcon2.png) no-repeat;
    background-size:100% 100%;
}
.exh-ser-nav ul li:nth-child(3) .exh-ser-btn i{
    background:url(../images/exhibitorServicesImg/exhSerIcon3.png) no-repeat;
    background-size:100% 100%;
}
.exh-ser-nav ul li:nth-child(4) .exh-ser-btn i{
    background:url(../images/exhibitorServicesImg/exhSerIcon4.png) no-repeat;
    background-size:100% 100%;
}
.exh-ser-nav ul li:nth-child(5) .exh-ser-btn i{
    background:url(../images/exhibitorServicesImg/exhSerIcon5.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:25%;
    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:nth-child(2).current i{
    background:url(../images/exhibitorServicesImg/exhSerIcon2Hover.png) no-repeat;
    background-size:100% 100%;
}
.exh-ser-nav ul li:nth-child(3).current i{
    background:url(../images/exhibitorServicesImg/exhSerIcon3Hover.png) no-repeat;
    background-size:100% 100%;
}
.exh-ser-nav ul li:nth-child(4).current i{
    background:url(../images/exhibitorServicesImg/exhSerIcon4Hover.png) no-repeat;
    background-size:100% 100%;
}
.exh-ser-nav ul li:nth-child(5).current i{
    background:url(../images/exhibitorServicesImg/exhSerIcon5Hover.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;
}
.exh-entry{
    width:100%;
    height:57rem;
    background:url(../images/exhCostImg/exhCostBg.jpg) no-repeat;
    background-size:100% 100%;
    padding-top:22.5rem;
    box-sizing: border-box;
}
.center-box{
    width:150rem;
    height:auto;
    margin:0 auto;
}
.exh-price{
    width:100%;
    height:auto;
    padding-bottom:12rem;
    box-sizing: border-box;
    background:#f0f5fb;
}
.exh-price-con{
    width:150rem;
    height:100%;
    margin:0 auto;
}
.exh-price-title{
    width:35rem;
    height:7.2rem;
    line-height:7.2rem;
    text-align:center;
    color:#fff;
    font-size:2.8rem;
    background:url(../images/exhibitorServicesImg/exhPriceTitBg.png) no-repeat;
    background-size:100% 100%;
    font-family: "serifcnMedium";
    margin:0 auto 9rem;
}
.exh-price-con table{
    width:117.7rem;
    height:auto;
    margin:9rem auto 0;
    color:#2c3654;
}
.exh-price-con table thead tr{
    width:100%;
    height:26.4rem;
    background:#fff;
}
.exh-price-con table thead tr p{
    font-family: "思源黑体Bold";
    font-size:2.8rem;
}
.exh-price-con table thead tr th:first-child{
    width:36.5rem;
    height:26.4rem;
}
.exh-price-con table tbody tr{
    width:100%;
    height:10.7rem;
}
.exh-price-con table tbody tr:nth-child(even){
    background:#fff;
}
.exh-price-con table tbody tr p{
    font-size:2.4rem;
}
.exh-price-con table tbody tr i,em.grey{
    font-size:1.8rem;
    color:#999;
}
.exh-price-con table tbody tr span,em.red{
    font-size:2.4rem;
    color:#af1624;
}
.exh-entry h3{
    width:75rem;
    height:7.2rem;
    line-height:7.2rem;
    text-align:center;
    font-size:6.5rem;
    color:#002040;
    margin:0 auto 4.5rem;
}
.exh-entry h3 i,.exh-entry h3 em.small{
    font-style:italic;
    font-size:4.2rem;
    font-family: "思源黑体宋";
    margin-right:3rem;
}
.exh-entry h3 em{
    font-style:normal;
    font-size:6.5rem;
    font-family: "SourceHanSerifCN";
}

.exh-entry .guide-title{
    width:75rem;
    height:12.4rem;
    margin:0 auto;
    border-top:0.1rem solid #1465bf;
    border-bottom:0.1rem solid #1465bf;
    display:flex;
    align-items: center;
}
.exh-entry .guide-title h4{
    font-size:3.2rem;
    color:#00468c;
    font-family: "思源黑体Bold";
    margin:0 auto;
}
.exh-entry .guide-title h4 i{
    width:1.3rem;
    height:3.2rem;
    display:inline-block;
    background:linear-gradient(to bottom, #1068bf, #3d3bbe);
    vertical-align: middle;
    margin-right:2rem;
}
.exh-entry .guide-title h4 span{
    display:inline-block;
    vertical-align: middle;
}
.exh-booth{
    width:100%;
    height:auto;
    overflow:hidden;
    background:url(../images/exhCostImg/exhBoothFeeBg.jpg) no-repeat;
    background-size:100% 100%;
    padding-top:8rem;
    box-sizing: border-box;
}
.exh-price-title{
    width:35rem;
    height:7.2rem;
    line-height:7.2rem;
    text-align:center;
    color:#fff;
    font-size:2.8rem;
    background:url(../images/exhibitorServicesImg/exhPriceTitBg.png) no-repeat;
    background-size:100% 100%;
    font-family: "serifcnMedium";
    margin:0 auto 9rem;
}
.exh-booth1{
    background:#fff;
}
.exh-booth img{
    max-width:80%;
    height:auto;
    overflow:hidden;
    display:block;
    margin:0 auto;
}
.exh-booth-price{
    width:65rem;
    height:36rem;
    margin:5.6rem auto 0;
    display:flex;
    justify-content: center;
    align-items: center;
}
.exh-booth-price img{
    max-width:100%;
}
.exh-benefits{
    width:100%;
    height:88rem;
    background:url(../images/exhCostImg/exhServiceBenefitsBg.jpg) no-repeat;
    background-size:100% 100%;
    padding-top:9rem;
    box-sizing: border-box;
}
.exh-benefits-price{
    width:100.5rem;
    height:54.7rem;
    margin:4.7rem auto 0;
    display:flex;
    justify-content: center;
    align-items: center;
}
.exh-benefits-price img{
    max-width:100%;
}
.exh-member{
    width:100%;
    height:auto;
    background:#fff;
    padding-top:9.4rem;
    padding-bottom:7rem;
    box-sizing: border-box;
}
.member-con{
    width:99.4rem;
    height:auto;
    margin:8rem auto 0;
}
.member-con ul li{
    margin-bottom:5rem;
}
.member-con h3{
    width:99.4rem;
    font-family: "思源黑体Bold";
    padding-bottom:1.8rem;
    border-bottom:0.1rem solid #c7d2df;
    font-size:2.4rem;    
    color:#304760;
}
.member-con h3 em{
    margin-right:1rem;
}
.member-con h3 i{
    width:6rem;
    height:5.8rem;
    line-height:5.8rem;
    font-size:3.4rem;
    font-style:italic;
    color:#304760;
    font-family: "思源黑体Bold";
    display:inline-block;
    vertical-align: middle;
    border-radius:0.5rem;
    background:#dde7f2;
    text-align:center;
    margin-right:2.5rem;
}
.member-con h3 span{
    width:90rem;
    height:5.8rem;
    line-height:5.8rem;
    display:inline-block;
    vertical-align: middle;
    font-size:2.6rem;
    font-family: "serifcnMedium";
    color:#002040;
}
.memb-notes{
    box-sizing: border-box;
}
.memb-notes b{
    color:#000;
}
.memb-notes p{
    font-size:2rem;
    line-height: 4rem;
}
.memb-notes p span{
    color:#1068bf;
}
.memb-notes .membership{
    padding-top:3rem;
    box-sizing: border-box;
    margin-bottom:3rem;
}
.memb-notes .notes{
    box-sizing: border-box;
}
.memb-notes .notes p{
    font-size:1.8rem;
    color:#999;
}
.memb-notes .membership-fee{
    margin-bottom:4rem;
    box-sizing: border-box;
}
.memb-notes .membership-fee p{
    color:#656874;
}
.memb-notes .bank {
    margin-bottom:4rem;
    box-sizing: border-box;
}
.bank p{
    color:#000;
}
.mem-img{
    width:102rem;
    height:47rem;
    display:flex;
    justify-content: center;
    align-items: center;
}
.mem-img img{
    max-width:102rem;
}
table.table-price img{
    width: 14.9rem;
    height: 14.9rem;
}
