@charset "utf-8";
/* CSS Document */

*{ margin:0; padding:0; }
/*body{ font:12px/22px "瀹嬩綋"; text-align:center; word-break:break-all; color:#da231d;}*/
body{ font:12px/22px "瀹嬩綋"; text-align:center; word-break:break-all;}
ul{ list-style:none;}
em{ font-style:normal;}
img{ border:none;}
h1,h2,h3,h4,h5,h6{ font-size:14px;}
input,select,textarea { font-size:12px;}
a{ color:#f62a25; text-decoration:none;}
a:hover{ color:#ff722d; text-decoration:underline;}
button{ cursor:pointer;}

/*下拉菜单样式*/
*{margin:0;padding:0;border:0;}
#div_center { width:1000px; height:23px; background:#003399; margin-left: auto;margin-right:auto;}  /*定义总体宽度、高度；background:003399; 控制背景颜色,居中对齐*/
.zzjs_net {height:20px; line-height: 20px; list-style-type: none;margin-left:25px; margin-top:6px;margin-bottom:6px;}         /*控制一级菜单行高；上边距5px；*/
.zzjs_net a { display: block; width: 75px; text-align:center; font-size:14px;} /*一级菜单链接总体样式：每个菜单的宽，居中对齐，文字大小*/
.zzjs_net a:link  { color:#000000; text-decoration:none;margin:0;}     /* 未访问的链接 */
.zzjs_net a:visited  {color:#000000;text-decoration:none;margin:0;}    /* 已访问的颜色 */
.zzjs_net a:hover {color:#000000;text-decoration:none;}                /* 鼠标在链接上 */
.zzjs_net li {float: left;}                   /* 一级菜左对齐 */
.zzjs_net li a:hover{background:#a06216;}     /* 鼠标在一级菜单上改变其背景色 */

.zzjs_net li ul {line-height: 30px; background:#faeec7;color:#000000;list-style-type: none;text-align:left;left: -999em; width:132px; position: absolute;border-width: 1px;border-top-style: none;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;border-color: #a06216; padding:1px; -moz-box-shadow:0px 0px 5px #a06216; -webkit-box-shadow:0px 0px 5px #a06216; box-shadow:0px 0px 5px #a06216;}             /*二级菜单总体样式：行高24px；背景颜色；外框宽度；相对位置；边框一个象素，上边没样式，左右下边实线，边框颜色#003399；内边距1个象素*/
.zzjs_net li ul a{display:block; color:#000000;width: 122px;text-align:left;padding-left:10px;border-top:1px solid #fff;border-width:1px 1px 0 0;;font-size:12px;}                 /* 二级菜单链接样式；背景宽度、左对齐，左缩进2 */
.zzjs_net li ul a:link  {color:#000000; text-decoration:none;}                                   /* 未访问的链接 */
.zzjs_net li ul a:visited  {color:#000000;text-decoration:none;}                                 /* 已访问的链接 */
.zzjs_net li ul a:hover  {color:#8f0000;text-decoration:none;font-weight:normal;background:#dfc184;}/* 鼠标在链接上 */
.zzjs_net li:hover ul {left: auto;}
.zzjs_net li.sfhover ul {left: auto;}

.zzjs_net li ul img {width:18px;height:16px;}

.zzjs_net li:hover ul li ul { display:none;line-height: 30px; background:#faeec7;color:#000000;list-style-type: none;text-align:left;width:132px;margin-top:-30px;margin-left:132px;border-width: 1px;border-top-style: none;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;border-color: #a06216; padding:1px;-moz-box-shadow:0px 0px 5px #a06216; -webkit-box-shadow:0px 0px 5px #a06216; box-shadow:0px 0px 5px #a06216;}
.zzjs_net li:hover ul li:hover ul{  display:block;}
.zzjs_net li:hover ul li:hover ul li { display:block; }
.zzjs_net li:hover ul li:hover ul li a {display:block;color:#000000;width:122px;text-align:left;padding-left:10px;border:0px solid #fff;border-width:0 0 0 0;font-size:12px; }
.zzjs_net li:hover ul li:hover ul li a:link  {color:#000000; text-decoration:none;}                                   /* 未访问的链接 */
.zzjs_net li:hover ul li:hover ul li a:visited  {color:#000000;text-decoration:none;}                                 /* 已访问的链接 */
.zzjs_net li:hover ul li:hover ul li a:hover {color:#8f0000;text-decoration:none;font-weight:normal; background-color:#dfc184;}

.menu3 {line-height: 30px; background:#faeec7;color:#000000;list-style-type: none;text-align:left;left: -999em; width:132px; position: relative;margin-top:-30px;margin-left:133px;border-width: 1px;border-top-style: none;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;border-color: #a06216; padding:1px;}             /*二级菜单总体样式：行高24px；背景颜色；外框宽度；相对位置；边框一个象素，上边没样式，左右下边实线，边框颜色#003399；内边距1个象素*/
.menu3 a{display:block; color:#000000;width: 122px;text-align:left;padding-left:10px;border:1px solid #fff;border-width:1px 1px 0 0;;font-size:12px;}                 /* 二级菜单链接样式；背景宽度、左对齐，左缩进2 */
.menu3 a:link  {color:#000000; text-decoration:none;}                                   /* 未访问的链接 */
.menu3 a:visited  {color:#000000;text-decoration:none;}                                 /* 已访问的链接 */
.menu3 a:hover  {color:#8f0000;text-decoration:none;font-weight:normal;background:#dfc184;}/* 鼠标在链接上 */

#content {clear: left;}

.box-shadow { -moz-box-shadow:0px 0px 5px #555; -webkit-box-shadow:0px 0px 5px #555; box-shadow:0px 0px 5px #555;}
.box-shadow1 { -moz-box-shadow:0px 0px 3px #ccc; -webkit-box-shadow:0px 0px 3px #ccc; box-shadow:0px 0px 3px #ccc;}

/*鏍囧噯澶村紑濮*/
.header{ width:1000px;height:260px; margin:0 auto; overflow:hidden;}
.headerleft{ width:600px; float:left; text-align:left; margin-left:10px; margin-top:12px;display:inline;}
.headerright{ float:right; color:#000000; margin-right:20px; display:inline;}
.headerright img{ float:left;}
.headerright a{ color:#000000; }
.headerright em{ font-family:Arial, Helvetica, sans-serif;}
.headitem a{font-size:12px;width:auto;padding-left:5px;}
.reg1 {width:50px;}
.reg2 {width:60px;}
.nav_bar{z-index:9;position:absolute;width:1000px;height:auto;border-top:1px solid #204020; border-bottom:1px solid #204020;margin:0 auto; margin-top:226px;margin-bottom:0px;color:#C0C0C0;font-size:12px;font-weight:normal; }
.nav_bar a{ color:#000000; margin:0 17px;}
.navt{ width:1000px; float:left; padding-top:5px; border-top:1px solid #204020; text-align:left;  }
.navt img{ padding:0 14px;}
.pl{ margin-left:110px;}
/*鏍囧噯澶寸粨鏉*/

.warp{ width:1000px; margin:0 auto; }
.wflash{ margin:0 auto;}
.main{ width:1000px; margin:0 auto; background:#fff;}
.mleft{width:670px; float:right; border-right:1px dotted #BFBFBF; padding-right:0px; margin-left:0px; display:inline;}
.mlefttitle{ width:640px;  padding-top:10px; text-align:left;}
.mlefttitle em{ float:right;}
/*.mleftcase{width:660px; text-align:left; margin-top:10px;}
.mleftcase img{ margin-right:10px; margin-top:5px;margin-bottom:5px;}*/
.mleftcase{
	width:650px;
	text-align:left;
	margin-top:10px;
	padding-left: 2px;
}
.mleftcase img{ margin-left:5px; margin-right:5px; margin-top:8px;} 
.what{ float:left;}
.site{ width:670px; float:left; margin-top:10px;}
.siteleft{ float:left;}
.siteright{ float:right;}
.sitemid{ width:621px; float:left;  color:#1F1F1F; height:92px; border-bottom:1px solid #BDBCBD; border-top:1px solid #BDBCBD; background:url(../images/jz_bj.jpg) repeat-x;}
.sitetitle{ width:607px; text-align:left;}
.sitetitle em{ float:right;  margin-top:5px;}
.sitetitle em img{ float:left; margin:5px 5px 0 0 ;}
.sitetitle em a{ color:#1F1F1F; }
.sitemain{ float:left;}
.sitemainwz{ width:526px; float:right; text-indent:2em; text-align:left; line-height:30px;}
.sitemain img{ float:left;}


.mright{ float:right; margin-right:4px; display:inline; }
.dynamic{ width:230px; color:#1F1F1F; margin-top:10px;}
.dynamic a{color:#1F1F1F;}
.dynamictitle{ width:230px; overflow:hidden;}
.dynamictitleLeft{ width:9px; float:left; height:31px;}
.dynamictitleright{width:9px; float:right; height:31px;}
.dynamictitlemid{ width:207px; float:left; line-height:24px; text-align:left; padding-top:5px; border-bottom:1px solid #BDBCBD;}
.dynamictitlemid em{ float:right; }
.dynamictitlemid em  img{ float:left; margin:5px 5px 0 0;}
.dynamicmid{ width:205px; margin-top:10px; overflow:hidden; }
.dynamicmidnew{ width:205px; text-align:left; margin-top:10px; margin-left:10px;overflow:hidden; }
.dynamicmid li{ width:185px; float:left; padding-left:10px; line-height:24px; text-align:left; margin-left:5px; display:inline; font-family:Arial, Helvetica, sans-serif; color:#727272; border-bottom:1px dashed #CACACA; background:url(../images/jt.jpg) left no-repeat;}
.dynamicmid li em{ float:right;}
.dynamicmid li a{ color:#727272;}
.mt{ margin-top:15px;}
.mb{padding-bottom:25px;}


/*鏍囧噯灏惧紑濮*/
.footer{ width:1000px; margin:0 auto; overflow:hidden;}
.footertop{ width:1000px; float:left; height:30px; color:#7E7E7E; background:url(/images/footer.jpg) repeat-x; }
.footertopnav{ width:400px; float:left; height:24px; padding:5px 0 0 10px; text-align:left;  border-bottom:1px solid #DA0000;}
.footertopcenter{ width:490px; float:left; height:24px; padding:5px 0 0 0px; text-align:left;border-bottom:1px solid #DA0000;}
.footertopright{ width:90px; float:right;  height:29px; border-bottom:1px solid #1F1F1F;  }
.footertopright img{ float:right; padding-right:30px;}
.footertop a{ color:#7E7E7E;}
.footerbottom{ width:1000px;text-align:left;padding-bottom:10px;padding-top:10px;display:inline;height:30px; color:#7E7E7E; backgroundcolor:#7E7E7E; background:url(/images/footer_bj.jpg) repeat-x;}
.footerbottomleft{  float:left; color:#2F2F2F;font-family:Arial, Helvetica, sans-serif;margin-top:10px;margin-left:10px;margin-bottom:12px;}
.footerbottomright{ width:220px; float:right; color:#2F2F2F;margin-top:10px;margin-bottom:12px;margin-right:15px;}
.footerbottom a{ color:#2F2F2F;  }
/*鏍囧噯灏剧粨鏉*/

.imagetab{float: left;width: 660px; margin: 0 0 0 0;}
.imagetu{float: left;border: 1px solid #CCCCCC;}

#h_c {
    background: #FFF;
    overflow:hidden;
    border: 0px dashed #CCC;
    height: 171px;
    text-align: center;
    float: left;
}
#h_c img {
    border: 0px solid #F2F2F2;
    display: block;
}

.blank10 { height: 10px; clear: both; font-size: 1px; overflow: hidden; }

.vt { vertical-align: top; }
.vm { vertical-align: middle; }
.wA { display: inline-block; position: relative; height: 20px; }
.wA .wbox { position: absolute; left: 50%; bottom: 20px; width: 91px; height: 110px; margin-left: -45px; display: none; }


.products {
	float:left;
        margin-left:10px;
        margin-right:0px;
        margin-top:4px;
        margin-bottom:10px;
        width:547px;
        height:auto;
        min-height:2450px;
        overflow:hidden;
	padding:0px;
        border-right:1px solid #CCC;
}

.products1 {
	float:left;
        margin-left: 0px;
        margin-right:0px;
        margin-bottom:5px;
        width:520px;
}

.products1 li {
        margin-left: 10px;
        margin-right:10 px;
        margin-top:5px;
        margin-bottom:0px;
        width:520px;
        height:115px;
	padding:5px;
        border-bottom:1px solid #CCC;
}

.logo_text_title{font-size: 14px;height:30px;color:#000000;line-height: 30px;text-align:left;font-weight:bold;float:left}
.logo_text_words{font-size: 12px;color:#000000;width:400px;float:left;padding-left:18px;padding-top:5px;padding-bottom:10px;text-align: left;}
.logo_text_span1{font-size: 12px;color:#000000;width:170px;float:left;}
.logo_text_span2{font-size: 12px;color:#000000;width:200px;float:right;}
.logo_text_span3{font-size: 12px;color:#000000;width:155px;float:left;}
.logo_text_span4{font-size: 12px;color:#000000;width:116px;float:left;}

.products .products1 img {
	padding:5px;        	
}
.products .products1 a {
	line-height:25px;color:#000000;
}


table.gridtable
{
       	font-family: verdana,arial,sans-serif;
       	font-size:12px;
       	color:#333333;
       	border-width: 1px;
       	border-color: #666666;
       	border-collapse: collapse;
       	margin-left:20px;
}
table.gridtable th {
       	border-width: 1px;
       	padding: 8px;
       	border-style: solid;
       	border-color: #666666;
       	background-color: #dedede;
}
table.gridtable td
{
       	border-width: 1px;
       	padding: 8px;
       	border-style: solid;
       	border-color: #666666;
       	background-color: #ffffff;
}

/*对话框*/
DIV.neat-dialog-cont
{
   Z-INDEX: 98; BACKGROUND: none transparent scroll repeat 0% 0%; LEFT: 0px; WIDTH: 100%; POSITION: absolute; TOP: 0px; HEIGHT: 100%
}
DIV.neat-dialog-bg
{
   Z-INDEX: -1; FILTER: alpha(opacity=70); LEFT: 0px; WIDTH: 100%; POSITION: absolute; TOP: 0px; HEIGHT: 100%; BACKGROUND-COLOR: #eee; opacity: 0.7
}
DIV.neat-dialog
{
   BORDER-RIGHT: #555 1px solid; BORDER-TOP: #555 1px solid; Z-INDEX: 99; MARGIN-LEFT: auto; BORDER-LEFT: #555 1px solid; WIDTH: 320px; MARGIN-RIGHT: auto; BORDER-BOTTOM: #555 1px solid; PADDING-BOTTOM: 10px; POSITION: relative; TOP: 25%; BACKGROUND-COLOR: #fff
}
DIV.neat-dialog-title
{
   background:url(../images/mmto1.gif);HEIGHT:20px; LINE-HEIGHT: 20px;PADDING-RIGHT: 0.3em; PADDING-LEFT: 0.3em; FONT-SIZE: 12px; PADDING-BOTTOM: 0em; MARGIN: 0px; PADDING-TOP: 0.1em; BORDER-BOTTOM: #444 1px solid; POSITION: relative;
}
IMG.nd-cancel
{
   RIGHT: 0.2em; POSITION: absolute; TOP: 0.3em
}
DIV.neat-dialog P
{
   PADDING-RIGHT: 0.2em; PADDING-LEFT: 0.2em; PADDING-BOTTOM: 0.2em; PADDING-TOP: 0.2em; TEXT-ALIGN: center
}

.chat-tips {
	padding: 25px;
	border: 1px solid #d1d2d6;
	position: absolute;
	right: 350px;
	top: -5px;
	background-color: #ffffff;
	display: none;
}
.chat-tips i {
	width: 9px;
	height: 16px;
	display: inline-block;
	position: absolute;
	right: -9px;
	top: 80px;
	background-position:-88px -350px;
}
.chat-tips img {
	width: 215px;
	height: 215px;
}

禁止长按链接与图片弹出菜单
a,img { -webkit-touch-callout: none }    