/**/
.con-banner {
  overflow: hidden;     
    top: 0px;
    width: 100%;
}
 

.con-banner .banner-titles .li {
  display: inline-block;
  vertical-align: top;
  height: inherit;
  line-height: inherit;
  color: #fff;
  padding-left: 20px;
  position: relative;
}
.con-banner .banner-titles .li:before {
  position: absolute;
  content: "";
  width: 5px;
  height: 7px;
  background: url(../img/1-0-1.png) no-repeat center;
  background-size: 100%;
  left: 7px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.con-banner .banner-titles .li.home {
  padding-left: 28px;
}
.con-banner .banner-titles .li.home:before {
  width: 18px;
  height: 18px;
  left: 0;
  background: url(../img/1-0-2.png) no-repeat center;
  background-size: 100%;
}