.top-header{
  height: 1.6667rem;
  padding: 0 .2667rem;
  line-height: 1.6667rem;
  font-size: .2667rem;
  background-color: #333;
}
.top-header li{
  float: left;
  margin: 0 .1333rem;
  color: #fff;
}
.top-header li:nth-child(even){
  width: .0133rem;
  height: .2rem;
  margin-top: .75rem;
  background-color: #fff;
}
.top-header-left{
  float: left;
}
.top-header-right{
  float: right;
}
.tips{
  margin-top: .3333rem;
}
/* 公司简介 */
.container{
  margin-top: .4rem;
  background-color: rgb(241, 241, 241);
}
.containerCenter{
  margin-top: .6667rem;
  padding: 0 .2667rem;

}
.container_tips{
  position: relative;
  display: inline-block;
  margin: .2667rem 0 0 -.2667rem;
  width:  2.333333rem;
  height: 1.333333rem;
  font-size: .3667rem;
  text-align: center;
  line-height: 1.333333rem;
  background-color: rgb(196, 196, 196);
}
.container_tips::after{
  content: '';
  position: absolute;
  left: 0rem;
  width:  .333333rem;
  height: 1.333333rem;
  background-color: rgb(165, 165, 165);

}
.fontStyle{
  margin-top: 0.5rem;
  font-size: .3133rem;
  border: 2px #ccc solid;
  border-radius: 15px;
  padding: .1333rem;
}
.tool{
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1.5rem;
  height: 1.5rem;
  background-color: #333;
}
.tool li{
  border-bottom: 1px solid #fff;
  text-align: center;
  font-size: .1867rem;
  height: .7667rem;
  line-height: .7667rem;
  
}
.tool li:last-child{
  border-bottom: 1px solid transparent;

}