@charset "utf-8";
.clearFix {
    zoom: 1;
}

.clearFix:after {
    content: "";
    display: block;
    clear: both;
}

a{
    -webkit-tap-highlight-color:rgba(255,0,0,0)
}
img a{
    -webkit-touch-callout:none;
}

.fl{
    float: left;
}
.fr{
    float: right;
}
#public-nav-overview>a {
    color: #D46D2A !important;
}
.wrap{
    width: 1170px;
    margin: 0 auto;
}

/*.bannerBgWrap.css start*/
.bannerBgWrap{
    width: 100%;
    background: url("../img/partnersBg.png") no-repeat center 0;
    height:488px;
    min-width: 1170px;
    box-sizing: border-box;
    padding-top: 342px;
}

.bannerBgWrap h2{
    font-weight: bold;
    font-size: 48px;
    color: #FFFFFF;
    line-height: 1;
}


.eventOrganizerWrap{
    background: #F6F6F6!important;
    max-width: 1920px;
    margin: 0 auto;
    padding-bottom: 73px;
}
.organizerWrap h6{
    font-weight: bold;
    font-size: 30px;
    color: #010000;
    line-height: 30px;

}

.organizerList dt{
    padding: 50px 0 43px;

}

.organizerList dd:before{
    content: "•";
    font-size: 16px;
    color: #000;
    line-height: 30px;
    font-weight: bold;
    margin-right: 5px;
    position: absolute;
    left: 0;
    top:0;
}
.organizerList dd{
    position: relative;
    font-size: 16px;
    color: #000000;
    line-height: 30px;
    text-align: left;
    padding-left: 10px;
}
/*exhibitorsWrap.css start*/
.exhibitorsWrap h5{
    font-weight: bold;
    font-size: 30px;
    color: #010000;
    line-height: 1;
    text-align: left;
}

.exhibitorsList{
    display: flex;
    width: 1170px;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-top: 73px;
}
.exhibitorsList li{
    display: flex;
    width: 212px;
    height: 90px;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-bottom: 50px;
    margin-right: 27px;
    background: #FAFBFB;
}
.exhibitorsList li:nth-child(5n){
    margin-right: 0;
}
.exhibitorsList li a{
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}
a[href] {
    cursor: pointer;
}
.exhibitorsList li img{
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}
.line {
    border-bottom:  1px solid #040402;
    padding-top: 80px;
    padding-bottom: 50px;
    margin-bottom: 80px!important;
}
.mar{
    margin-bottom: 100px!important;
}
/*exhibitorsWrap.css end*/