@font-face {
    font-family:'STHUPO';
    src: url('../fonts/STHUPO.TTF') format('truetype');
    font-weight: normal;
    font-style: normal;
}
.expo{
    position: relative;
    background: url(../img/expo_bg.png) 10% 100%;
    width: 100%;
    height: 800px;
    overflow: hidden;

}

.expo_top{
    text-align: center;
    margin: 100px 0 100px 0;
    overflow: hidden;
}

#expoCon{
    width:100%;
    position: relative;
}

.expo_logo, #expoList{
    display: inline-block;
    vertical-align: middle;
}
.expo_logo{
    text-align: left;
}
#expoList{
    margin-left: 50px;
}
.expo_logo_en{
    font-size: 13px;
    color: #666666;
}
.expo_logo_cn{
    font-size: 16px;
    color: #222222;
    margin: 13px 0 0 0;
}
.expo_logo_text{
    font-family: 'STHUPO';
    font-size: 50px;
    color: #333333;
}
.expoBtn{
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    background-color: transparent;
    padding: 15px 0;
    width:114px;
    border-radius: 4px;
    cursor: pointer;
    text-align: center;
}
.expo_active{
    color: #fff;
    background-color: #0b60a9;
    position: relative;
}
.expo_active::before{
    content: '';
    border-left: 12px solid transparent;
    border-top: 16px solid #0b60a9;
    border-bottom: 0px solid #0b60a9;
    border-right: 12px solid transparent;
    position: absolute;
    bottom: -14px;
    left: 48px;
}
.btn_img{
    position: absolute;
    top: 120px;
    cursor: pointer;
    z-index: 99;
    transition: all 0.3s;
}
.btn_img:hover{
    box-shadow: 6px 10px 3px #ccc;
}
#expoScrollLeft{
    left: 6px;
}
#expoScrollRight{
    right: 6px;
}
.expo_scroll_img{
    width:64px;
    height:64px;
    border-radius: 4px;
}
#sliderWrap{
    position: relative;
    height: 300px;
    overflow: hidden;
    margin: 0 auto;
}
#expoImgList{
    position: absolute;
    display: flex;
    min-width: 1200px;
    overflow: hidden;
    margin: 0 auto;
    height: 300px;
}

.expo_img{
    width:300px;
    height: 300px;
    margin-right:20px;
}
