@charset "utf-8";
/*2016-8-30*/
/*全局*/
body {  font-size: 13px; line-height: 1.6;font-family: 'Microsoft YaHei,Arial,Helvetica,sans-serif'; font-weight: normal; margin: 0px; padding: 0px; color: #555555; background: #fff; overflow-x: hidden; }
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video,input {
	margin: 0;
	padding: 0;
	border: 0;
}
img{vertical-align: middle;max-width: 100%;max-height: 100%;}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* 显示省略号 */
.ellipsis{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
ul, li { list-style-image: none; list-style-type: none; margin: 0px; padding: 0px; }
a:link, a:visited, a:active { color: #555555; text-decoration: none; }
a:hover, .login a:hover, .prolist .list a:hover, .produce p a:hover, .slideBox p.p1 a:hover { color: #d6191b; text-decoration: none; }
.fl { float: left; }
.fr { float: right; }
.clear { clear: both; }
.hide { display: none;}
.text_slice { display: block; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.wrap { width: 1200px; margin: 0 auto; }
a{
	text-decoration:none;
}
/*加载*/
.loading { width: 100%; height: 100px; line-height: 100px; text-align: center; }
.loading em { background: url(/Js/jsPrompt/images/loading.gif) no-repeat left center; padding-left: 20px; font-style: normal; }

/*分页样式*/
.page { clear: both; line-height: 40px; text-align: center; padding: 10px 0px; }
.page a, .page span, .page em { padding: 5px 10px; border: 1px solid #dee3e6; border-radius: 5px; margin: 0 5px; }
.page span.on, .page a:hover { background: #d40202; color: #fff; }
.pageClass {
    text-align: center;
    padding: 12px 0;
    clear: both;
}
.pageClass a span {
    padding: 0 10px;
    border: 1px solid #999;
    box-sizing: border-box;
    text-align: center;
    font-size: 16px;
    margin: 0 4px;
    color: #777;
    border-radius: 3px;
}
.pageClass strong span {
    color: #fff;
    padding: 0 10px;
    text-align: center;
    background-color: #5b9bd1;
    border: 1px solid #5b9bd1;
    font-size: 16px;
    border-radius: 3px;
}