/* 顶部导航栏 */
@font-face {
    font-family: 'iconfont';
    src: url('../font/iconfont.ttf');
  }
  
  body {
    min-width: 1226px;
    background-color: #fff;
    font: 16px/1.5 arial, 'Microsoft Yahei', 'Hiragino Sans GB', sans-serif;
    color: #333;
  }
  
  .sep {
    margin: 0 3px;
    font-family: sans-serif;
  }
  
  .iconfont2 {
    position: absolute;
    top: 10px;
    right: 18px;
    float: right;
    font-size: 20px;
    font-style: normal;
    line-height: 20px;
    color: rgba(255, 255, 255, .5);
  }
  
  .iconfont3 {
    width: 40px;
    height: 70px;
    font-size: 32px;
    font-style: normal;
    line-height: 70px;
    color: #cfc8c8;
    text-align: center;
  }
  
  .iconfont5 {
    display: inline-block;
    width: 36px;
    height: 24px;
    padding: 3px 5px;
    border: 1px solid #e0e0e0;
    font-size: 16px;
    font-style: normal;
    line-height: 16px;
    color: #e0e0e0;
    text-align: center;
  }
  
  .flex {
    display: flex;
    align-items: center;
  }
/* 版心 */
.container {
    width: 1080px;
    margin: 0 auto;
  }

.topbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 58px;
    background: #fff;
    z-index: 10;
}

.topbar_logo{
    width: 57px;
    height: 58px;
    padding: 7px 0;
}

.topbar_logo img{
    width: 100%;
    height: 100%;
}

.topbar_item {
    padding: 0 12px;
    line-height: 54px;
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #333333;
}

.flex_align{
    justify-content: space-between;
}

.title_box {
  display: inline-block;
  padding: 12px 110px;
  background: #FDC589;
  border-radius: 4px;
}

.title_box_ch {
  font-size: 48px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #FFFFFF;
}

.title_box_en {
  font-size: 23px;
  font-family: FZCuHei-B03T;
  font-weight: 400;
  font-style: italic;
  color: #FFFFFF;
  text-align: center;
}

.navActive{
  border-bottom: 4px solid #FAAC58;
}


/* 底部信息栏 */
.bottomInfo {
    width: 100%;
    padding: 38px 0 38px;
    background: #333333;
    position: relative;
    justify-content: center;
    flex-direction: column;
}

.bottomInfo_continer .bottomInfo_continer_item {
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
}

.bottomInfo_continer .bottomInfo_continer_item:not(:first-child) {
    margin-top: 10px;
}

.bottomInfo_continer_item div:not(:first-child) {
    margin-left: 60px;
}

.bottomInfo_continer_item div:nth-child(-0+4) {
    width: 64px;
}

.record {
    position: absolute;
    bottom: 18px;
    width: 130px;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
}