@charset "utf-8";
/* CSS Document */
/*清除内外边距*/
html,body,div,p,h1,h2,h3,h4,h5,h6,blockquote,ul,ol,li,table,th,td,span,img,dl,dd,dt,input,textarea,button{padding:0;margin:0;}
/*设置字体*/
body,textarea,button,input,select{font-family:"Microsoft Yahei"; font-size:12px; color:#333333; background:url(../images/bg_body.gif) top left repeat-x;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
em{font-style:normal;}
/*设置列表*/
ul,ol{list-style:none;}
/*设置通用链接*/
a{ color:#333333; text-decoration:none; outline:none;blr:expression(this.onFocus=this.blur());}
a:hover{ color:#FF0000;}
/*清除浮动*/
.clear{ clear:both;}

#id{background:url(图片路径) ;_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true', sizingMethod='scale', src="图片路径");_background:none;}

.bjload{ background:url(../images/load.gif) center center no-repeat;}

#top{ height:30px;}
#header{ height:226px;}
.header{ width:1001px; height:226px; margin:0 auto;}
.header_left{ width:420px; float:left;}
.header_right{ width:500px; float:right;}

#wrap{ background:#4F4F4F;}
.wrap{ width:1001px; margin:0 auto; background:#D8D8D8;}
.wrap_middle{ padding:0 12px; background:url(../images/bg_subnavi.gif) 12px top repeat-y;}
.wrap_left{ width:200px; float:left;background:url(../images/bg_navi.gif) left top repeat-y;}
.wrap_left .on{color:#FFF448;}
.wrap_left ul{ padding-top:50px; padding-right:15px; padding-bottom:20px;}
.wrap_left ul li{ line-height:40px; font-size:15px; font-weight:bold; text-align:right;}
.wrap_left ul li a{ color:#FFFFFF;}
.wrap_left ul li a:hover{ color:#FFF448;}
.wrap_right{ width:760px; float:right;}
.itext{ background:#FFFFFF;}
.itext_left{ width:500px;  float:left;}
.itext_left h3{ line-height:40px; padding-left:10px; font-size:14px; color:#333333; border-bottom:1px dotted #CCCCCC;background:url(../images/bg_title.gif) left center repeat-x;}
.iabout{line-height:28px; font-size:12px; color:#666666; padding:5px 10px;}
.itext_right{ width:258px; float:left;border-left:1px solid #DDDDDD;}
.itext_right h3{ line-height:40px; padding-left:10px; font-size:14px; color:#333333; border-bottom:1px dotted #CCCCCC; background:url(../images/bg_title.gif) left center repeat-x;}
.iproduct{}
.iproduct ul{ padding-top:10px;}
.iproduct ul li{ width:113px; height:145px; float:left; margin-left:10px;}
.iproduct ul li img { width:113px; height:110px;border:1px solid #DDDDDD;}
.iproduct ul li img:hover{ border:1px solid #999999;}
.iproduct ul li dt{ line-height:30px; text-align:center;}
.iproduct ul li dt a{ color:#333333;}
.iproduct ul li dt a:hover{ color:#333333; text-decoration:underline;}

.ilcontact{ padding:20px; line-height:28px; font-size:12px; color:#000000; color:#FFFFFF; border-top:2px solid #FFFFFF;}

.inner_text{}
.inner_text .nav{ line-height:40px; border-bottom:1px dotted #CCCCCC;background:url(../images/bg_title.gif) left center repeat-x;}
.nav span{ padding-left:10px; font-size:14px; color:#333333; float:left; font-weight:bold; color:#0066FF;}
.nav p{ line-height:40px; font-size:12px; float:right; padding-right:15px;}

.inews{}
.inews ul{ padding:10px;}
.inews ul li{ line-height:30px; font-size:12px; background:url(../images/li_bg.gif) left center no-repeat;}
.inews ul li a{ color:#333333; padding-left:20px;}
.inews ul li a:hover{ color:#000000; text-decoration:underline;}

.iptj{}
.iptj h3{ line-height:40px; padding-left:10px; font-size:14px; color:#333333; border-bottom:1px dotted #CCCCCC;background:url(../images/bg_title.gif) left center repeat-x;}
.iptjtext{ padding-top:10px;}
.iptjtext img{ border:1px solid #dddddd;}



.inav{ padding:10px;}
.inav .on{ font-weight:bold; color:#FF0000;}
.inav ul{ padding:5px; border:1px solid #285875; background:#F5F5F5;}
.inav ul li{ width:130px; line-height:25px; float:left; margin-left:8px; background:url(../images/gd.jpg) 5px center no-repeat;}
.inav ul li a{ padding-left:28px; color:#000000;}
.inav ul li a:hover{ color:#285875; text-decoration:underline;}

.inner_products{}
.inner_products ul{ padding-top:10px;}
.inner_products ul li{ width:135px; height:165px; float:left; margin:6px;}
.inner_products ul li img { width:132px; height:132px;border:1px solid #DDDDDD;}
.inner_products ul li img:hover{ border:1px solid #285875;}
.inner_products ul li dt{ line-height:30px; text-align:center;}
.inner_products ul li dt a{ color:#333333;}
.inner_products ul li dt a:hover{ color:#333333; text-decoration:underline;}

.pagelist{ line-height:40px; text-align:center; font-size:12px; color:#000000;}

#footer{ background:url(../images/bg_footer.gif) top left repeat-x; height:60px;}
.footer{ width:1001px; height:60px; margin:0 auto; text-align:center; line-height:30px; font-size:12px; color:#FFFFFF;}
.footer a{ color:#f0f0f0;}
.footer a:hover{ text-decoration:underline;}


/* 回到顶部 */
 #returnTop {
	_display:none;
	position:fixed;
	_position:absolute;
	z-index:999;
	right:40px;
	bottom:-100px;
	_bottom:auto;
	width:36px;
	height:65px;
	text-indent:-999px;
	overflow:hidden;
	background-image:url(../images/Top.png);
	_background-image:url(../images/Top.png);
	background-repeat:no-repeat;
	background-position:0 0;
	transition:bottom 0.9s;
	-webkit-transition:bottom 0.9s;
	-moz-transition:bottom 0.9s;
	-o-transition:bottom 0.9s;
}
#returnTop:hover {
	background-position:0 -65px;
}
/* 回到顶部 */

