body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,textarea,p,blockquote,th,td,input,select,textarea,button {margin:0;padding:0}  /* 初始化标签在所有浏览器中的margin、padding值 */
fieldset,img {border:0 none}  /* 重置fieldset（表单分组）、图片的边框为0*/
dl,ul,ol,menu,li {list-style:none}   /* 重置类表前导符号为none,menu在HTML5中有效 */
blockquote:before, blockquote:after,q:before, q:after {content:'';content:none}  /* 重置嵌套引用*/
input,select,textarea,button {vertical-align:middle;font-family: inherit;  font-size: inherit;line-height: inherit; }  /* 重置表单控件垂直居中*/
button {border:0 none;background-color:transparent;cursor:pointer;outline: none;}  /* 重置表单button按钮效果 */
a {color:#333;text-decoration:none}  /* 重置链接a标签 */
a:active, a:hover {text-decoration:none}   /* 重置链接a标签的鼠标滑动效果 */
address,caption,cite,code,dfn,em,var {font-style:normal;font-weight:normal}  /* 重置样式标签的样式 */
caption {display:none;}    /* 重置表格标题为隐藏 */
table {width:100%;border-collapse:collapse;border-spacing:0;table-layout:fixed;}    /* 重置table属性 */
/* 取消a标签点击后的虚线框 */
a {outline: none;}

/*body{
    display:none;
}*/
*{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/*clearfix清除浮动*/
.clearfix:after { visibility:hidden;display:block;content:" ";clear:both;height:0;line-height:0;}
.clearfix {zoom: 1;}
.radius20{
	-webkit-border-radius: 20px;
	-moz-border-radius:  20px;
	border-radius:  20px;
}
.radius4{
	-webkit-border-radius: 4px;
	-moz-border-radius:  4px;
	border-radius:  4px;
}
.radius50{
    -webkit-border-radius:50%;
	-moz-border-radius:  50%;
	border-radius:  50%;
}
.WordAlign{
text-justify:distribute-all-lines;
word-wrap:break-word;
word-break:break-all;
}
 html, body { font-size: 14px;color: #333;width:100%;overflow-x: hidden;-webkit-tap-highlight-color:rgba(0,0,0,0);font-family:"Microsoft YaHei"; }
 /*网页loading*/
 .loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: #fff url(/Image/ajax-loader.gif) no-repeat  center;
} /*文字对齐*/
.tl{ text-align:left;}
.tc{ text-align:center;}
.tr{ text-align:right;}
.tOver{
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
 .bgcen{background: #f1f1f1;}
 .T-indent{text-indent: 2em;}
/*浮动*/
.l{float:left}
.r{float:right}
/*颜色*/
.bgff{ background:#fff;}
.coff{
	color: #fff;
}
.coe06{
	color: #56b5b7;
	font-weight: 600;
}
.bgCon{
	background: #7c6aa6;
}
.coCon{
	color: #7c6aa6;
}
.co60{
    color:#F60;
}
.rol30{width:30%}
.rol70{width:70%}

.col50{
	width:50%;
}

/*border*/
.bo_fr{
	border-right: 1px solid #ccc;
}
/*加载图大小*/
.loading {
    width: 250px;
    margin: 20px auto;
    display: block;
}

/*外边距*/
.pt30{
	padding-top:30px;
}
.pl10{
	padding-left: 10px;
}
.pr30{
	padding-right:30px;
}
.mt15{
	margin-top:15px;
}
.mb20{
	margin-bottom:20px;
}
@font-face {
  font-family: 'iconfont';
  src: url('/Iconfont/iconfont.eot');
  src: url('/Iconfont/iconfont.eot?#iefix') format('embedded-opentype'),
  url('/Iconfont/iconfont.woff') format('woff'),
  url('/Iconfont/iconfont.ttf') format('truetype'),
  url('/Iconfont/iconfont.svg#iconfont') format('svg');
}
.iconfont{
  font-family:"iconfont" !important;
  font-size:16px;font-style:normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}
.edui-editor-imagescale-hand0,.edui-editor-imagescale-hand1,.edui-editor-imagescale-hand2,.edui-editor-imagescale-hand3{
    display:none !important;
}
.product-ico{
    width:35px;
    height:35px;
    border-radius:3px;
    overflow:hidden;
    margin-right:15px;
}
.product-ico img{
    width:100%;
}
.bottomLink .listCon #footerAboutProduct a{
    display:block;
    margin-bottom:38px;
    line-height:13px;
    font-size:14px;
     white-space: nowrap;
}
.bottomLink .listCon #footerAboutProduct a:hover{
    text-decoration:none;
}
.bottomLink .listCon #footerAboutProduct a:hover span{
    color:#b0aeae;
}
.bottomLink .listCon #footerAboutProduct a:hover .product-name{
    color:#fff;
}
.bottomLink .listCon #footerAboutProduct .product-name{
     font-size:16px;
    color:#FFFFFF;
    margin-bottom:10px;
}
.bottomLink .listCon #footerAboutProduct span{
    display:block;
}
.bottomLink .listCon #footerAboutProduct .tit{
    margin-bottom:20px;
    width:92px;
}
