.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(../image/exhSerIcon1.png) no-repeat;
    background-size:100% 100%;
}
.exh-ser-nav ul li:nth-child(2) .exh-ser-btn i{
    background:url(../image/exhSerIcon2.png) no-repeat;
    background-size:100% 100%;
}
.exh-ser-nav ul li:nth-child(3) .exh-ser-btn i{
    background:url(../image/exhSerIcon3.png) no-repeat;
    background-size:100% 100%;
}
.exh-ser-nav ul li:nth-child(4) .exh-ser-btn i{
    background:url(../image/exhSerIcon4.png) no-repeat;
    background-size:100% 100%;
}
.exh-ser-nav ul li:nth-child(5) .exh-ser-btn i{
    background:url(../image/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(../image/exhSerBtn.png) no-repeat;
    background-size:100% 100%;
}
.exh-ser-nav ul li.current i{
    width:6.6rem;
    height:6.6rem;
    background:url(../image/exhSerIcon1Hover.png) no-repeat;
    background-size:100% 100%;
}
.exh-ser-nav ul li:nth-child(2).current i{
    background:url(../image/exhSerIcon2Hover.png) no-repeat;
    background-size:100% 100%;
}
.exh-ser-nav ul li:nth-child(3).current i{
    background:url(../image/exhSerIcon3Hover.png) no-repeat;
    background-size:100% 100%;
}
.exh-ser-nav ul li:nth-child(4).current i{
    background:url(../image/exhSerIcon4Hover.png) no-repeat;
    background-size:100% 100%;
}
.exh-ser-nav ul li:nth-child(5).current i{
    background:url(../image/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-notice{
    width:100%;
    height:72rem;
    background:url(../image/exhNoticeBg.jpg) no-repeat;
    background-size:100% 100%;
    padding-top:22.5rem;
    box-sizing: border-box;
}
.exh-notice h3{
   /* width:75rem;
    */
   /* height:7.2rem;
    */
    line-height:100%;
    font-size:6.5rem;
    color:#002040;
    text-align: center;
    padding:1rem 0;
    margin:0 auto 7.2rem;
}
.exh-notice h3 i{
    font-style:italic;
    font-size:4.2rem;
    font-family: "思源黑体宋";
}
.exh-notice h3 em{
    font-style:normal;
    font-size:6.5rem;
    font-family: "SourceHanSerifCN";
}
.exh-guide .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-guide .guide-title h4{
    font-size:3.2rem;
    color:#00468c;
    font-family: "思源黑体Bold";
    margin:0 auto;
}
.exh-guide .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-guide .guide-title h4 span{
    display:inline-block;
    vertical-align: middle;
}
.exh-guide .guide-title h4 a{
    color:#00468c;    
}
.exh-guide .guide-con{
    width:110rem;
    height:auto;
    margin:6rem auto 0;
}
.exh-guide .guide-con ul{
    display:flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.exh-guide .guide-con ul li{
    width:51rem;
    height:3.6rem;
    line-height:3.6rem;
    font-size:2.2rem;
    text-align:left;
    padding-left:4.5rem;
    box-sizing: border-box;
    background:url(../image/guideIcon1.png) no-repeat left center;
    margin-bottom:3.4rem;
    background-size: contain;
}
.exh-guide .guide-con ul li:nth-child(even){
    width:45rem;
}
.exh-guide .guide-con ul li:nth-child(2){
    background:url(../image/guideIcon2.png) no-repeat left center;
    background-size: contain;
}
.exh-guide .guide-con ul li:nth-child(3){
    background:url(../image/guideIcon3.png) no-repeat left center;
    background-size: contain;
}
.exh-guide .guide-con ul li:nth-child(4){
    background:url(../image/guideIcon4.png) no-repeat left center;
    background-size: contain;
}
.exh-guide .guide-con ul li span{
    color:#656874;
}
.exh-guide .guide-con ul li em{
    color:#222;
}
.exh-process{
    width:100%;
    height:auto;
    overflow:hidden;
    padding-top:7.8rem;
    padding-bottom:4rem;
}
.exh-process img{
    width:80%;
    height:auto;
    display:block;
    margin:3rem auto 0;
}
.exh-price-title {
    width: 33rem;
    height: 7.2rem;
    line-height: 7.2rem;
    text-align: center;
    color: #fff;
    font-size: 2.8rem;
    background: url(../image/exhPriceTitBg.png) no-repeat;
    background-size: 100% 100%;
    font-family: "serifcnMedium";
    margin: 0 auto;
}
.exh-pro-con{
    width:100%;
    height:59.4rem;
    font-size:2.2rem;
    color:#656874;
    position:relative;
}
.exh-pro-con p{
    height:7.2rem;
    line-height:7.2rem;
}
.exh-pro-con p a{
    color:#002040;
    font-weight:bold;
}
.exh-pro-con p:first-child{
    position:absolute;
    left:64.5rem;
    top:6.9rem;
}
.exh-pro-con p:nth-child(2){
    position:absolute;
    left:59rem;
    top:16.5rem;
}
.exh-pro-con p:nth-child(3){
    position:absolute;
    left:50.6rem;
    top:25.9rem;
}
.exh-pro-con p:nth-child(4){
    position:absolute;
    left:54rem;
    top:35.4rem;
}
.exh-pro-con p:nth-child(5){
    position:absolute;
    left:64.5rem;
    top:44.9rem;
}
.exh-sign{
    width:98.7rem;
    height:8.4rem;
    line-height:8.4rem;
    padding:0 3rem;
    box-sizing: border-box;
    margin:0 auto;
    border:1px dashed rgba(7,117,185,.4);
    border-radius:4.2rem;
    font-size:1.8rem;
}
.exh-sign span{
    width:11.5rem;
    height:8.4rem;
    padding-left:3.4rem;
    display:inline-block;
    box-sizing: border-box;
    color:rgba(0,70,140,.7);
    font-family: "serifcnMedium";
    background:url(../image/signIcon.png) no-repeat left center;
}
.exh-sign em{
    color:#656874;
}
.exh-booth{
    width:100%;
    padding-top:10.2rem;
    box-sizing: border-box;
    background:url(../image/exhBoothBg.jpg) no-repeat;
    background-size:contain;
}
.exh-booth-con{
    padding-top:6rem;
}
.exh-booth-con h5{
    font-size:2.6rem;
    color:#002040;
    text-align:center;
    font-family: "serifcnMedium";
}
.exh-booth-con p{
    font-size:2.2rem;
    color:#656874;
    text-align:center;
}
.exh-booth-img{
    padding:2rem 0;
    display: flex;
    justify-content: space-between;
}
.exh-booth-img img{
    display:block;
    margin:0 auto 2rem;
}
.exh-booth-img img:first-child{
    width:76.2rem;
    height:41.2rem;
}
.exh-booth-img img:nth-child(2){
    width:60.4rem;
    height:41.2rem;
}
.stand-booth{
    padding:10rem 0;
}
.stand-booth img:first-child{
    width:92.1rem;
    height:52.9rem;
    display:block;
    margin:0 auto;
}


@media  screen and (max-width:768px){
.exh-guide .guide-title{width: 45rem;}
.exh-guide .guide-con ul li{font-size: 2rem;flex: 1;}
.exh-process img {
    width: 100%;
    height: auto;
    display: block;
    margin: 3rem auto 0;
	
}
.exh-guide .guide-con ul{width: 500px;}
.newsBanner .bannerImg {
    width: 100%;
    min-width: 60rem;
    min-height: 100%;
}

}