.column-title{
  position: relative;
  width: 100%;
  height: 1px;
  background-color: #0b8bca;
}
.column-title .c-t{
  position: absolute;
  width: 140px;
  top: -15px;
  left: 50%;
  margin-left:-70px ;
  color: #0b8bca;
  text-align: center;
  font-size: 24px;
  background-color: #fff;
}
.column-title .l-t {
    position: absolute;
    width: 110px;
    top: -15px;
    left: 0;
    color: #0b8bca;
    text-align: left;
    font-size: 24px;
    background-color: #fff;
}

.more{
  position: absolute;
  width: 140px;
  top: -13px;
  right: 0;
  width: 70px;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  color: #5c9dd3;
  background-color: #fff;
  border: 1px solid #5c9dd3;
  border-radius: 12px;
  text-align: center;
}
.jia{
  margin-right: 3px;
  display: inline-block;
  width: 8px;
  height: 8px;
  background: url(../images/more.png) -1px 0px;
  -webkit-transition: transform .3s;
  -o-transition: transform .3s;
  transition: transform .3s;
}
.more:hover i{
   -webkit-transform: rotate(90deg);
   -ms-transform: rotate(90deg);
   -o-transform: rotate(90deg);
   transform: rotate(90deg);
}
.video-more:hover i{
   -webkit-transform: rotate(90deg);
   -ms-transform: rotate(90deg);
   -o-transform: rotate(90deg);
   transform: rotate(90deg);
}
.u-btn:hover i{
   background: url(../images/more.png) -1px -22px;
   -webkit-transform: rotate(90deg);
   -ms-transform: rotate(90deg);
   -o-transform: rotate(90deg);
   transform: rotate(90deg);
}
/* 返回顶部 */
.fixed-nav {
    position: fixed;
    bottom: 80px;
    right: 20px;
    z-index: 996;
}
.fixed-nav  .fixed-nav-list li {width: 88px;}
.fixed-nav  .fixed-nav-list li.item-ewm a{
  margin-bottom: 5px;
}
.fixed-nav  .fixed-nav-list li span{color: #0b8bca;}
.fixed-nav  .fixed-nav-list li a{
  display: inline-block;
  width: 88px;
  height: 88px;
}
.fixed-nav  .fixed-nav-list li a:hover{
  color: #333;
}
.fixed-nav-list .item-totop {
    display: block;
    height: 88px;
}
.fixed-nav  .fixed-nav-list li.item-ewm a{
  background: url(../images/ewm.jpg);
}
.fixed-nav  .fixed-nav-list li.item-totop a{
   background: url(../images/top.png);
}
