
/*字体图标*/

@font-face {font-family: "icon";
  src: url('../font/iconfont.eot'); /* IE9*/
  src: url('../font/iconfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('../font/iconfont.woff') format('woff'), /* chrome, firefox */
  url('../font/iconfont.ttf') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
  url('../font/iconfont.svg#tao') format('svg'); /* iOS 4.1- */
}


.icon {
  font-family:"icon" !important;
  font-size:16px;
  font-style:normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}

/* Use the following CSS code if you want to have a class per icon */
[class^="icon-"]:before,
[class*="icon-"]:before {
  font-family: "icon";
  font-style: normal;
  speak: none;
  font-weight: normal;
  display: inline-block;
  text-decoration: inherit;
  margin: 0 2px;
  -webkit-font-smoothing: antialiased;
  border: 1px transparent solid;
}


.icon-gongzuoqu-kehupingjia:before {
  content: "\e652";
}

.icon-zixun:before {
  content: "\e62b";
}

.icon-huabanfuben:before {
  content: "\e653";
}

.icon-zizhi:before {
  content: "\e61e";
}

.icon-gongchang:before {
  content: "\e609";
}

.icon-lt:before {
  content: "\e600";
}

.icon-menu_icon:before {
  content: "\e60a";
}

.icon-dianhua:before {
  content: "\e671";
}




