
body{ font-family:"Microsoft YaHei";color: #404040;margin: 0px;padding: 0px; width: 100%;margin: auto;  background:#fff;   }
ul{ margin: 0px;padding: 0px;}
a{ text-decoration:none; color:#555;   }
a:hover{ text-decoration:none; }
p{ margin: 0px;}
li{list-style-type: none;}
h1,h2,h3,h4,h5,dd{ margin: 0px; padding: 0px; }

/*iconͼ��*/
[class*="icono-"], [class*="icono-"] * {
    box-sizing: border-box;
}

@font-face {
  font-family: 'iconfont';  /* project id 917597 */
  src: url('../font/font_917597_1wxjg2rowtr.eot');
  src: url('../font/font_917597_1wxjg2rowtr.eot') format('embedded-opentype'),
  url('../font/font_917597_1wxjg2rowtr.woff') format('woff'),
  url('../font/font_917597_1wxjg2rowtr.ttf') format('truetype'),
  url('../font/font_917597_1wxjg2rowtr.svg') format('svg');
}

.iconfont {
  font-family:"iconfont" !important;
  font-size:21px;
  font-style:normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*iconͼ��*/


.editorcss {  line-height:2;    }
.editorcss img{ max-width:100%    }
.editorcss table { width: 100%!important; }
.editorcss table td{ word-break: break-all; word-wrap: break-word; }

/*编辑器样式*/
/*底部联系电话*/
@media only screen and (max-width: 38.75em){
.bottomPositon
{
	position:relative
	}
}
.divMobile
{
	display:none;
	}
@media only screen and (max-width: 38.75em){
.divMobile
{
	position: absolute;
    right: 2px;
    bottom: 10px;
    z-index: 999999;
    max-width: 150px;
    max-height: 150px;
    line-height: 50px;
    margin-bottom: 1px;
    text-align: center;
    cursor: pointer;
    border-radius: 2px;
    display: block;
}
}