@charset "utf-8";
/* 防止用户自定义背景颜色对网页的影响，添加让用户可以自定义字体 */
html{color:#000; background-color:#F0F1F5; -webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;}
/* 内外边距通常让各个浏览器样式的表现位置不同 */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td,hr,button,article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {margin:0;padding:0;}
/* 重设 HTML5 标签, IE 需要在 js 中 createElement(TAG) */
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section { display:block;}
/* HTML5 媒体文件跟 img 保持一致 */
audio,canvas,video {display: inline-block;*display: inline;*zoom: 1;}
/* 要注意表单元素并不继承父级 font 的问题 */
body,button,input,select,textarea{ font:12px \5b8b\4f53;/*medium*/}
input,select,textarea{font-size:100%;}
/* 去掉各Table  cell 的边距并让其边重合 */
table{border-collapse:collapse;border-spacing:0;}
/* IE bug fixed: th 不继承 text-align*/
th{text-align:inherit;}
/* 去除默认边框 */
fieldset,img{border:0;}
/* ie6 7 8(q) bug 显示为行内表现 */
iframe{display:block;}
/* 去掉 firefox 下此元素的边框 */
abbr,acronym{border:0;font-variant:normal;}
/* 一致的 del 样式 */
del {text-decoration:line-through;}
address,caption,cite,code,dfn,em,th,var {font-style:normal;font-weight:500;}
/* 去掉列表前的标识, li 会继承 */
ol,ul {list-style:none;}
/* 对齐是排版最重要的因素, 别让什么都居中 */
caption,th {text-align:left;}
/* 来自yahoo, 让标题都自定义, 适应多个系统应用 */
h1,h2,h3,h4,h5,h6 {font-size:100%;font-weight:500;}
q:before,q:after {content:'';}
/* 统一上标和下标 */
sub, sup {font-size: 75%; line-height: 0; position: relative; vertical-align: baseline;}
sup {top: -0.5em;}
sub {bottom: -0.25em;}

/* 让链接在 hover 状态下显示下划线 */
a:hover {text-decoration:underline;}
/* 默认不显示下划线，保持页面简洁 */
ins,a {text-decoration:none;}
/* 清理浮动 */
.fn-clear:after {visibility:hidden;display:block;font-size:0;content:" ";clear:both;height:0;}
.fn-clear {zoom:1; /* for IE6 IE7 */}
/* 隐藏, 通常用来与 JS 配合 */
body .fn-hide {display:none;}
/* 设置内联, 减少浮动带来的bug */
.fn-left,.fn-right {display:inline;}
.fn-left {float:left;}
.fn-right {float:right;}
/* set image max width to 100% */
img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
}

figure,footer{ text-align:center;}

/*顶部*/
header h1{ display:block; text-align:center; color:#FFF; font-weight:700; border-top:1px solid #63ABDB; border-bottom:1px solid #293F54;
           white-space: nowrap;  overflow:hidden; -o-text-overflow: ellipsis; text-overflow: ellipsis; min-width:200px;
		   background: -moz-linear-gradient(top, #2591DA, #135DA6);
           background: -webkit-gradient(linear, left top, left bottom, from(#2591DA), to(#135DA6));
                       -webkit-background-origin: padding; -webkit-background-clip: content;}
#nav{ width:98%; margin:0 auto; height:40px; line-height:40px;
      -webkit-box-shadow:1px 1px 2px #A6ADB3;-moz-box-shadow:1px 1px 2px #A6ADB3;Box-shadow:1px 1px 2px #A6ADB3;
      background: -moz-linear-gradient(top, #F0F0F0, #D9DEE2);
      background: -webkit-gradient(linear, left top, left bottom, from(#F0F0F0), to(#D9DEE2));
                  -webkit-background-origin: padding; -webkit-background-clip: content;
	  -moz-border-radius-bottomleft:3px;-webkit-border-bottom-left-radius:3px;border-bottom-left-radius:3px;
	  -moz-border-radius-bottomright:3px;-webkit-border-bottom-right-radius:3px;border-bottom-right-radius:3px;}
#nav li{ float:left; overflow:hidden; height:40px; width:25%; text-align:center;}
#nav li a{ color:#268DD8; font-weight:700;}
/*内容*/
#content{ width:98%; margin:10px auto;}	
.tel{ height:40px; text-align:center; color:#FFF; font-weight:700; line-height:40px; overflow:hidden; background-color:#3A4557;}
.copyright{ height:30px; line-height:30px; color:#959796; text-align:center; border-top:1px solid #e3e3e3; border-bottom:1px solid #ABB2BA;
            background: -moz-linear-gradient(top, #F0F1F3, #D9DEE1);
            background: -webkit-gradient(linear, left top, left bottom, from(#F0F1F3), to(#D9DEE1));
                        -webkit-background-origin: padding; -webkit-background-clip: content;
			-moz-border-radius-bottomleft:10px;-webkit-border-bottom-left-radius:3px;border-bottom-left-radius:3px;
	        -moz-border-radius-bottomright:3px;-webkit-border-bottom-right-radius:3px;border-bottom-right-radius:3px;}
.wby{ background-color:#FFF; padding:10px 0;}
.chcat_a a{display:block; width:45%; padding:10px 0px; margin:5px; float:left; color:#176fc7; border-radius:3px; background-color:#f0f8fa; text-align:center; font-size:12px; bordeR:1px #f0f8fa solid;}
.wby h1{ height:40px; line-height:40px; padding:0 10px; font-weight:700; background-color:#f0f8fa;}
.pclass li{ height:35px; line-height:35px; padding:0 10px;}
.pclass li a{ color:#268DD8;}
.pclass li:nth-child(even) { background-color:#f0f8fa;} 

/*面包屑*/
.pos{ height:40px; padding-left:15px; color:#FFF; line-height:40px; overflow:hidden; background-color:#3A4557;}
.pos a{color:#ffffff;}
/**/
.iabout{ line-height:24px; color:#666; padding:0 10px;}
.iabout h2{ line-height:36px; text-align:center; font-weight:700;}
/*分页*/
.wbyPages { margin: 10px 0; padding-left:10px; text-align:left;}
.wbyPages a { display: inline-block; line-height: 29px; margin: 0 3px; color: #666; text-align: center; text-decoration:underline;}
.wbyPages a:hover { background-position: bottom center; text-decoration:underline;}
.wbyPages a.current { width: 16px; font-weight: bold; text-decoration:none; color:#f00;}
.wbyPages a.current:hover { color: #58a0d3; cursor: default; }
.wbyPages a.pre_page { padding-right: 9px; margin: 0 2px 0 0;}
.wbyPages a.pre_page:hover { background-position: bottom left;}
.wbyPages a.next_page { padding-left: 9px; margin: 0 0 0 2px;}
.wbyPages a.next_page:hover { background-position: bottom right;}
/*新闻*/
.newsList{ margin:0; overflow:hidden; padding:0 5px;}
.newsList li{ height:30px; line-height:30px; padding-left:3px; white-space: nowrap;  overflow:hidden; -o-text-overflow: ellipsis; text-overflow: ellipsis;}
.newsList li a{ color:#666;}
/*产品*/
.proList{ padding:0 10px;}
.proList dl{ height:80px; padding-bottom:10px; overflow:hidden; line-height:20px;}
.proList dl dt{ background-color:#f2f2f2; width:30%; height:80px; line-height:80px; overflow:hidden; float:left; margin-right:10px; -webkit-box-shadow:2px 2px 2px #e5e5e5;-moz-box-shadow:2px 2px 2px #e5e5e5;Box-shadow:2px 2px 2px #e5e5e5;}
.proList dl dt img{ vertical-align:middle;}
.proList dl dd{ width:60%; height:80px; overflow:hidden; float:left; color:#666; font-size:12px;}
.proList dl dd a{ color:#666; display:block; height:24px; font-weight:14px; font-weight:700; white-space: nowrap;  overflow:hidden; -o-text-overflow: ellipsis; text-overflow: ellipsis;}
.proList dl dd a:active{ color:#333;}

