.right {
    display: flex;
    float: right
}
.right li.nomal_item{
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 25px;
    border-right: 1px solid #cacaca;
    cursor: pointer;
    height: 100%;
}
.right li.nomal_item_taixin{
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 25px;
    border-right: 1px solid #cacaca;
    cursor: pointer;
    height: 100%;
}
.right li:hover .ch,.right li:hover .en{
    color: #a89026!important;
}
.right li .ch {
    color: #666;
    margin-right: 8px;
    font-size: 16px;
    letter-spacing: 4px;
}
 .right li span {
    -webkit-writing-mode: tb-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: tb-rl;
}
.right li .en {
    color: #666;
    font-size: 12px;
    opacity: .5;
}


/* 泰兴文化馆  start */
.tx-header{
    width: 100%; 
    height: auto;
    background: #fff;
    font-family: 'Avenir', Helvetica, Arial, sans-serif;
  }
  .tx-banner{
    width: 1200px; 
    height: 100px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
  }
  .tx-banner-img{
    display: inline-block;
    width: 243px;
    height: 40px;
    background: url("./images/logo.png") no-repeat;
  }
  .tx-banner-right-img{
    display: inline-block;
    width: 580px;
    height: 100px;
    background: url("./images/slogan.png") no-repeat;
  }
  .tx-header-img{
    display: inline-block;
    width: 100%;
    height: 20px;
    background: url("./images/tile.png") no-repeat;
  }
  .tx-nav{
    width: 1200px;
    height: 60px;
    margin: 0 auto;
    display: flex; 
    justify-content: space-between;
    line-height: 60px;
  }
  .tx-nav-list{
    cursor: pointer;
    box-sizing: border-box;
    color: #222; 
    font-size: 16px;
  } 
  .tx-nav-list a{
    color: #222; 
  }
  
  .tx-nav-list:hover a{
    color: #A28200;
  }
  .tx-nav-list-more{
    padding: 0 20px;
    color: #a28200;
    background: url("./images/nav-down.png") no-repeat right 0 center;
    background-size: 10px 6px;
    position: relative;
  }
  .tx-nav-list-more:hover{
    background: url("./images/nav-up.png") no-repeat right 0 center;
    background-size: 10px 6px;
  }
  .tx-nav-list-more:hover .tx-public-more{
    display: block;
  }
  .tx-nav-list-more:hover+ .navbar {
      z-index: 11111;
  }
  .tx-nav-list-more .tx-public-more{
    display: none;
    width: 142px;
    height: 200px;
    color: #666;
    position: absolute;
    z-index: 100;
    top: 60px;
    left: 0;
  }
  
  .tx-nav-list-more .tx-public-more a{
    color: #666;
  }
  .tx-nav-list-more .tx-public-more .tx-public-list{
    width: 142px;
    line-height: 40px;
    text-align: center;
    color: #666;
    font-size: 14px;
    background: #fff;
  }
  .tx-nav-list-more .tx-public-more .tx-public-list:hover{
    background: #A28200;
  }
  .tx-nav-list-more .tx-public-more .tx-public-list:hover a{
    color: #fff;
  }

  /* 泰兴文化馆  end */
  .container {
    position: relative;
    width: 1250px;
    margin: 0 auto;
    min-height: 100%;
    overflow: hidden;
  }
 .navbar-nav {
    height: 100%;
    overflow: hidden;
}
.fr {
  float: right;
}
.navbar-nav li {
  float: right;
  color: #2b2b2b;
  font-size: 14px;
  line-height: 85px;
  padding: 0 30px;
}
.navbar-nav li a {
  cursor: pointer;
  display: block;
  color: #2b2b2b;
}
.navbar-nav li:hover{
	background-color: #f0efef;
}
.navbar-nav li.active{
	background-color: #f0efef;
}
.navbar-nav li a{
	cursor: pointer;
	display: block;
	color: #2b2b2b;
}
.mine-centre--header {
	margin:0 10px;
}
.logo-ic {
  display: flex;
  position: absolute;
  top: 50%;
  left: 0;
  width: 222px;
  height: 85px;
  transform: translate(0,-50%);
  align-items: center;
  justify-items: center;
}
.fl {
  float: left;
}