body{
    width:100%;
    height:auto;
    background:#f0f5fb;
    box-sizing: border-box;
    padding-top:22rem;
}
.exh-cere .cere-title{
    font-size:4.8rem;
    color:#00468c;
    width:20.2rem;
    height:6rem;
    line-height:6rem;
    font-family: "SourceHanSerifCN";
    margin:0 auto;
    text-align:center;
    background:url(../images/exhActivitesImg/cereTitleBg.png) no-repeat left bottom;
    background-size:100% 30%;
}
.act-banner{
    width:140rem;
    height:auto;
    overflow:hidden;
    margin-top:8rem;
    display:flex;
    justify-content: center;
    align-items: center;
}
.act-banner img{
    max-width:100%;
}
.trade-fair{
    width:140rem;
    height:auto;
    margin:2rem auto 10rem;
}
.trade-fair ul{
    overflow:hidden;
}
.trade-fair ul li{
    width:69rem;
    height:49.6rem;
    background:#fff;
    float:left;
    box-shadow:0 0 1rem rgba(0,70,140,.14);
    margin-right:2rem;
    margin-bottom:2rem;
}
.trade-fair ul li:nth-child(2n){
    margin-right:0;
}
.trade-fair ul li .trade-img{
    width:100%;
    height:34.6rem;
    display:flex;
    justify-content: center;
    align-items: center;
}
.trade-fair ul li .trade-img img{
    max-width:100%;
}
.trade-progress{
    width:100%;
    height:9.6rem;
    display:flex;
    justify-content: space-between;
    align-items: center;
    padding-left:3rem;
    box-sizing: border-box;
    border-bottom:0.1rem solid #eee;
}
.trade-progress .pro-tit h4{
    font-family: "serifcnMedium";
    line-height:3.6rem;
    font-size:1.8rem;
    color:#002040;
}
.trade-progress .pro-tit p{
    font-size:1.6rem;
    line-height:3.2rem;
    color:#6b7083;
}
.trade-progress .trade-pro{
    width:8.3rem;
    height:3.2rem;
    line-height:3.2rem;
    text-align:center;
    font-size:1.6rem;
    color:#fff;
    background:url(../images/exhActivitesImg/progressBg.png) no-repeat;
}
.exh-read{
    width:100%;
    height:5.5rem;
    display:flex;
    justify-content: space-between;
    align-items: center;
    padding:0 3rem;
    box-sizing: border-box;
}
.exh-read span{
    height:2.6rem;
    line-height:2.6rem;
    font-size:1.4rem;
    color:#6b7083;
    padding-left:2rem;
    background:url(../images/exhActivitesImg/dayBg.png) no-repeat left center;
}
.exh-read span:nth-child(2){
    background:url(../images/exhActivitesImg/eyeBg.png) no-repeat left center;
}
.other-activities{
    width:100%;
    height:auto;
    padding-top:10rem;
    box-sizing: border-box;
    background:url(../images/exhActivitesImg/otherActBg.jpg) no-repeat left top;
}
.other-activities .cere-title{
    font-size:4.8rem;
    color:#fff;
    width:29rem;
    height:6rem;
    line-height:6rem;
    font-family: "SourceHanSerifCN";
    text-align:center;
    margin:0 auto;
    background:url(../images/exhActivitesImg/otherActTitleBg.png) no-repeat left bottom;
    background-size:100% 30%;
}
.other-fair{
    width:140rem;
    height:auto;
    margin:10rem auto;
}
.other-fair ul{
    overflow:hidden;
}
.other-fair ul li{
    width:45.3rem;
    height:43.2rem;
    background:#fff;
    float:left;
    box-shadow:0 0 1rem rgba(0,70,140,.14);
    margin-right:2rem;
}
.other-fair ul li:nth-child(3n){
    margin-right:0;
}
.other-fair ul li .other-img{
    width:100%;
    height:28rem;
    display:flex;
    justify-content: center;
    align-items: center;
}
.other-fair ul li .other-img img{
    max-width:100%;
}
.other-progress{
    width:100%;
    height:9.6rem;
    display:flex;
    justify-content: space-between;
    align-items: center;
    padding-left:3rem;
    box-sizing: border-box;
    border-bottom:0.1rem solid #eee;
}
.other-progress .pro-tit h4{
    font-family: "serifcnMedium";
    line-height:3.6rem;
    font-size:1.8rem;
    color:#002040;
}
.other-progress .pro-tit p{
    font-size:1.6rem;
    line-height:3.2rem;
    color:#6b7083;
}
.other-progress .other-pro{
    width:8.3rem;
    height:3.2rem;
    line-height:3.2rem;
    text-align:center;
    font-size:1.6rem;
    color:#fff;
    background:url(../images/exhActivitesImg/overBg.png) no-repeat;
}
.other-progress .exh-read{
    width:100%;
    height:5.5rem;
    display:flex;
    justify-content: space-between;
    align-items: center;
    padding:0 3rem;
    box-sizing: border-box;
}
.other-progress .exh-read span{
    height:2.6rem;
    line-height:2.6rem;
    font-size:1.4rem;
    color:#6b7083;
    padding-left:2rem;
    background:url(../images/exhActivitesImg/dayBg.png) no-repeat left center;
}
.other-progress .exh-read span:nth-child(2){
    background:url(../images/exhActivitesImg/eyeBg.png) no-repeat left center;
}
