@charset "gb2312";
/* CSS Document */
/*全局样式 begin*/
body { font-family: "宋体"; font-size: 12px;  color:#000;margin:0;padding:0; background:url(../images/bg.jpg) repeat-x top #FFFFFF;}
div,ul,li,h1,h2,h3,h4,h5,h6,img,p,dl,dt,dd,ol,th,td{margin: 0px;padding: 0px;}
li {list-style-type: none;}
form,input,button,option,textarea,select{ margin: 0px;padding: 0px;}
input,button,textarea,select{font:100% Tahoma,Helvetica,Arial,sans-serif;}
a {;text-decoration: none;color:#000; }
a:link,a:visited {text-decoration: none;}
a:hover{text-decoration: underline;}
table {font-size:inherit;font:100%;}
th { font-weight:normal;}
img{ border: 0;}
h3{ font-size:14px; color:#000; font-weight:bold;}
h4 { font-size: 12px;}
.clear { clear: both; height: 0px; overflow: hidden;}
.copy{ font-family:Arial, Helvetica, sans-serif;}
/*全局样式 end*/

.mod .title{ background:url(../images/mod_t.jpg) no-repeat; height:28px; overflow:hidden;}
.mod .title h3{ padding:7px 0 0 23px; color:#FFFFFF;}

/*页码放置 begin*/
.page { width: 100%; padding: 20px 0; float: left; text-align: center;}
.page .prev,.page .next { margin: 0 10px; color:#000}
.page .num { padding: 2px; text-align: center; color:#000; }
.page .cur { color: #f00; background:none;}
/*页码放置 end*/

#header{ margin:0 auto; width:1000px;}
.topbar{ height:87px; overflow:hidden; position:relative;}
.logo{ position:absolute; top:27px; left:35px;}
.phone{ position:absolute; top:27px; right:65px;}
.mininav{ position:absolute; background:url(../images/mininav1.jpg) no-repeat; width:154px; height:21px; overflow:hidden; top:6px; right:8px; line-height:23px; text-align:center;}
.mininav a{ background:url(../images/mininav.jpg) no-repeat 0px 3px; padding:0 9px;}

.menu .leftbg{ float:left; width:747px; height:36px; overflow:hidden;}
.menu .leftbg ul li{ float:left; width:105px; text-align:center; line-height:36px;}
.menu .leftbg ul li a{ font-size:14px; color:#FFFFFF; font-weight:bold;}
.menu .leftbg ul li a:hover{ background:url(../images/hover.jpg) no-repeat top center; display:block; height:36px; overflow:hidden; color:#000000; text-decoration:none;}
.menu .rigbg{ float:right; width:248px; background:url(../images/time.jpg) no-repeat left top; height:36px; overflow:hidden; padding-right:5px; text-align:center; line-height:36px;}
.banner{ height:247px; overflow:hidden;}

#content{ margin:0 auto; width:1000px; padding-top:10px;}
.side{ float:left; width:198px;}
.pro{ float:left; width:195px;}
.pro .title{ background:url(../images/pro_t.jpg) no-repeat;height:28px; overflow:hidden;}
.pro .title span{ float:right; padding:11px 7px 0 0;}
.pro .title h3{ padding:7px 0 0 8px; color:#ce0900;}
.pro .cont{ height:auto!important; height:291px; min-height:291px; padding-left:9px;}
.pro .cont ul li{ background:url(../images/pro_li.jpg) no-repeat; float:left; width:177px; height:25px; overflow:hidden; line-height:25px; margin:5px 0px;}
.pro .cont ul li a{ padding-left:21px;}
.pro .cont ul li a:hover{ background:url(../images/pro_li1.jpg) no-repeat; display:block; height:25px; overflow:hidden; color:#FFFFFF; font-weight:bold; text-decoration:none;}

.p1{ float:left; width:198px; height:75px; overflow:hidden;}
.msg{ float:left; width:195px; height:57px; overflow:hidden; padding-top:7px;}
.contact{ float:left; width:195px; padding-top:15px;}
.contact .title{ background:url(../images/pro_t.jpg) no-repeat;height:28px; overflow:hidden;}
.contact .title span{ float:right; padding:11px 7px 0 0;}
.contact .title h3{ padding:7px 0 0 8px; color:#ce0900;}
.contact .cont{ height:167px; overflow:hidden; padding:10px 0 0 10px; line-height:24px;}
.contact .cont strong{ font-size:14px;color:#ce0900;}

.main{ float:right; width:795px;}
.about{ float:left; width:590px;}
.about .title{ background:url(../images/about_t.jpg) no-repeat; height:28px; overflow:hidden;}
.about .title span{ float:right; padding:11px 24px 0 0;}
.about .cont{ height:219px; overflow:hidden; padding:12px 8px; line-height:24px;}
.about .cont img{ float:left; border:solid 1px #c7c7c7; padding:2px 2px; margin-right:11px;}

.news{ float:right; width:195px;}
.news .title{ background:url(../images/pro_t.jpg) no-repeat;height:28px; overflow:hidden;}
.news .title span{ float:right; padding:11px 7px 0 0;}
.news .title h3{ padding:7px 0 0 8px; color:#ce0900;}
.news .cont{ height:238px; overflow:hidden; padding-left:6px; padding-top:5px;}
.news .cont ul li{ float:left; background:url(../images/news_li.jpg) no-repeat 3px 10px; line-height:26px; border-bottom:dashed 1px #cccccc; width:182px;}
.news .cont ul li a{ padding-left:13px;}

.product .title{ background:url(../images/mod_t.jpg) no-repeat; height:28px; overflow:hidden;}
.product .title span{ float:right; padding:11px 9px 0 0;}
.product .title h3{ padding:7px 0 0 23px; color:#FFFFFF;}
.product .cont{ height:393px; overflow:hidden; padding-left:11px;}
.product .cont ul li{ width: 178px; margin:10px 10px; padding:11px 0 0 7px; height: 168px; float: left; overflow: hidden; background:url(../images/product_li.jpg) no-repeat;}
.product .cont ul li .photo {
	width:165px;
	height:129px;
	padding:2px 2px;
	border: 1px solid #eaeaea;
	overflow:hidden;
	/*非IE的主流浏览器识别的垂直居中的方法*/
	display: table-cell;
	vertical-align:middle;

	/*设置水平居中*/
	text-align:center;

	/* 针对IE的Hack */
	*display: block;
	*font-size: 112px;/*约为高度的0.873，200*0.873 约为175*/
	*font-family:Arial;/*防止非utf-8引起的hack失效问题，如gbk编码*/
}
.product .cont ul li .photo img {vertical-align:middle;}
.product .cont ul li .name { text-align: center; line-height: 28px;}

.case .title{ background:url(../images/case_t.jpg) no-repeat; height:28px; overflow:hidden;}
.case .title span{ float:right; padding:11px 9px 0 0;}
.case .cont{ height:183px; overflow:hidden; padding-top:10px; padding-left:10px;}
.case .cont ul li{  width: 178px; margin:0px 10px; padding:11px 0 0 7px; height: 168px; float: left; overflow: hidden; background:url(../images/product_li.jpg) no-repeat;}
.case .cont ul li .photo {
	width:165px;
	height:129px;
	padding:2px 2px;
	border: 1px solid #eaeaea;
	overflow:hidden;
	/*非IE的主流浏览器识别的垂直居中的方法*/
	display: table-cell;
	vertical-align:middle;

	/*设置水平居中*/
	text-align:center;

	/* 针对IE的Hack */
	*display: block;
	*font-size: 112px;/*约为高度的0.873，200*0.873 约为175*/
	*font-family:Arial;/*防止非utf-8引起的hack失效问题，如gbk编码*/
}
.case .cont ul li .photo img {vertical-align:middle;}
.case .cont ul li .name { text-align: center; line-height: 28px;}

#warp{ background:url(../images/f.jpg) repeat-x; height:75px; overflow:hidden; margin-top:10px;}
#footer{ margin:0 auto; width:1000px; padding-top:15px;}
.copyright{ height:45px; overflow:hidden; padding-top:30px; text-align:center;}

.ny_dan .cont{ height:auto!important; height:630px; min-height:630px; padding:10px 10px; line-height:24px;}

.ny_product .cont{ height:auto!important; height:640px; min-height:640px; padding-top:10px;}
.ny_product .cont ul { width:780px; margin:0 auto;}
.ny_product .cont ul li{ width: 178px; margin:10px 5px; padding:11px 0 0 7px; height: 168px; float: left; overflow: hidden; background:url(../images/product_li.jpg) no-repeat; display:inline;}
.ny_product .cont ul li .photo {
	width:165px;
	height:129px;
	padding:2px 2px;
	border: 1px solid #eaeaea;
	overflow:hidden;
	/*非IE的主流浏览器识别的垂直居中的方法*/
	display: table-cell;
	vertical-align:middle;

	/*设置水平居中*/
	text-align:center;

	/* 针对IE的Hack */
	*display: block;
	*font-size: 112px;/*约为高度的0.873，200*0.873 约为175*/
	*font-family:Arial;/*防止非utf-8引起的hack失效问题，如gbk编码*/
}
.ny_product .cont ul li .photo img {vertical-align:middle;}
.ny_product .cont ul li .name { text-align: center; line-height: 28px;}

.detail .cont { height:auto!important; height:650px; min-height:650px; padding: 0 20px;}
.detail .tit { height: 40px; line-height: 40px; text-align: center; font-weight: bold; border-bottom: 1px solid #ccc;}
.detail .related { padding:6px 0; text-align: center;}
.detail .related span { padding: 0 10px;}
.detail .text { padding: 10px; line-height: 23px;}
.detail .text .photo { text-align: center;}
.detail .other { padding: 8px 0 ; width: 100%;}
.detail .other li {line-height: 24px;}
.detail .print { padding: 8px 0; text-align: right; clear: both;}
.detail .print a { margin-right: 20px;}

.ny_news .cont{  height:auto!important; height:640px; min-height:640px; padding-top:10px; padding-left:10px;}
.ny_news .cont ul li{ float:left; background:url(../images/news_li.jpg) no-repeat 3px 10px; line-height:26px; border-bottom:dashed 1px #cccccc; width:770px;}
.ny_news .cont ul li a{ padding-left:13px; float:left;}
.ny_news .cont ul li .date{ float:right; color:#999999;}

.ny_msg .cont { height:auto!important; height:650px; min-height:650px; padding: 0 20px;}
.ny_msg .cont .bridge { line-height: 30px; text-align: right;}
.ny_msg .cont .welcome { width: 95%; border-bottom: 1px dashed #ccc; height: 45px; line-height: 45px; text-align: center;}
.ny_msg .cont .msg_form { width: 380px; margin: 0 auto; padding-top: 25px;}
.ny_msg .cont .msg_form li { width: 100%; float: left; padding: 2px 0;}
.ny_msg .cont .msg_form li .type { width: 100px; float: left; line-height: 21px;}
.ny_msg .cont .msg_form li input { height: 14px; padding:2px 0; line-height: 14px; }
.ny_msg .cont  .msglist { width: 100%; }
.ny_msg .cont  .msglist ul { border: 1px solid #ccc;}
.ny_msg .cont  .msglist li { line-height: 24px;}
.ny_msg .cont  .msglist li .msg_name{ border-bottom: 1px solid #ccc;}