﻿@charset "utf-8";
/* CSS Document */

/* 顶部导航菜单开始 */
.menu {
	margin:auto;
	text-align:left;
	width:1200px;
	z-index:999999;
	position: relative;	
}
.menu ul {
	margin:0;
	padding:0;
	list-style:none;
	white-space:nowrap;
	position:relative;
}
.menu > ul {
	float:left;
}
.menu ul ul {
	position:absolute;
	left:-9999px;
}
.menu > ul > li {
	float:left;
	display:block;
	position:relative;
}
.menu ul ul {
	background:#0d3a9b;
	padding:10px 0;
	border:1px solid #0d3a9b;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	width:124px;
}
.menu > ul > li > ul {
	border-top:0;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	-ms-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
}
.menu a {
	display:block;
	font:normal 11px verdana, arial, sans-serif;
	color:#FFF;
	line-height:25px;
	text-decoration:none;
	padding:0 20px 0 35px;
}
.menu > ul > li > a {
	float:left;
	text-transform:uppercase;
	color:#FFF;
	font-weight:100;
	line-height:45px;
	font-size:14px;
	font-size:14px;
	border-right:0px #FFF solid;
}
.menu ul ul li a {
	line-height:25px;
	font-size:12px;
	text-align: center;
	padding:0px 34px;
	/*min-width:120px;*/
} /* 修改下拉层行高  */
.menu ul li:hover > ul {
	left:0;
	top:45px;
} /* 修改第一层与上距离  */
.menu ul ul li:hover > ul {
	left:100%;
	top:auto;
	margin:-31px 0 0 -10px;
}
.menu li.left:hover > ul {
	left:auto;
	right:0;
	top:45px;
} /* 修改第一层与上距离  */
.menu li.left ul li:hover > ul {
	left:auto;
	right:100%;
	top:auto;
	margin:-31px -10px 0 0;
	line-height:25px;
}/* 修改二级层hover行高  */
.menu li.left ul a {
	text-align:right;
	/*padding:0 15px 0 30px;*/
}
.menu li a.fly {
	background:transparent url(../images/arrow.gif) no-repeat right center;
}
.menu li.left ul a.fly {
	background:transparent url(../images/arrowl.gif) no-repeat left center;
}
.menu > ul li:hover > a {
	line-height:45px;
	color:#FFF;
	background: #0d3a9b url(../images/bg_menu1.png) top center repeat-x;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
} /* 修改第一层行高  */
.menu > ul li > a:active {
	color:#FFF;
	background: #3374ff url(../images/bg_menu1.png) top center repeat-x;
}
.menu ul ul li:hover > a, .menu ul ul li:hover > a.fly {
	line-height:25px;
	color:#FFF;
	border-radius:0;
	background: #3374ff url(../images/bg_menu1.png) top center repeat-x;
} /* 修改二级层hover行高  */
.menu ul ul li:hover > a.fly:active {
	color:#FFF;
	background: #3374ff url(../images/bg_menu1.png) top center repeat-x;
}
.menu > ul > li.close {
	display:none;
	position:absolute;
	right:-10px;
	top:-22px;
	width:32px;
	height:32px;
	background:none;
}
/* for iPhone, iPod Touch and iPad */
/* this is a CSS answer to fix the hover/focus '~' and hover/focus '+' problem in safari and chrome */
.menu:active, .menu:hover {
}
.menu ul ul {
	display:none;
}
.menu ul li:hover > ul {
	display:block;
}
.menu ul li.hasSub:hover ~ li.close {
display:block;
}
/* 顶部导航菜单结束 */




/* 产品列表开始 */
#listmenuHolder {
	margin:0 auto;
	position:relative;
	z-index:500;
} /* this demo only */
#listmenu {
	padding:0;
	margin:0;
	list-style:none;
}
#listmenu table {
	border-collapse:collapse;
	width:0;
	height:0;
	margin:1px;
}
#listmenu div {
	position:absolute;
	left:-9999px;
	width:180px;
	height:280px;
	border:1px #CCC solid;
	background: #eaf8ff url(../images/bg_pro.png) top center repeat-x;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 3px 3px 2px rgba(50, 50, 50, 0.23);
	-moz-box-shadow: 3px 3px 2px rgba(50, 50, 50, 0.23);
	box-shadow:  3px 3px 2px rgba(50, 50, 50, 0.23);
}
#listmenu ul {
	padding:170px 0 0 0;
	margin:0;
	list-style:none;
	position:absolute;
	left:-9999px;
	width:160px;
	height:130px;
}
#listmenu ul li {
	width:150px;
	padding:0 5px;
	text-align:left;
	border:0;
	margin:0;
	box-shadow:none;
}
#listmenu ul li a {
	width:137px;
	height:18px;
	color:#800;
	font:bold 11px/18px arial, sans-serif;
	text-decoration:none;
	border-bottom:1px solid #ddd;
}
#listmenu ul li a:hover {
	color:#000;
}
#listmenu li {
	float:left;
	border:1px #CCC solid;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-align:center;
	-webkit-box-shadow: 3px 3px 2px rgba(50, 50, 50, 0.23);
	-moz-box-shadow: 3px 3px 2px rgba(50, 50, 50, 0.23);
	box-shadow: 3px 3px 2px rgba(50, 50, 50, 0.23);
	margin-bottom: 25px;
	margin-left: 10px;
	margin-right: 10px;
	text-align: center;
	width: 200px;
}
#listmenu li a {
	display:block;
/*	height:130px;
	padding:0 3px;*/
}
#listmenu li a b {
	display:block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	/* max-width:140px; */
	text-align:center;
}
#listmenu li a b.cc {
	display:block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	/* max-width:140px; */
	text-align:center;
	color:#F60;
}
#listmenu li a img {
	display:block;
	max-width:100%;

	border:0;
	margin:auto;
}
#listmenu li a img.ie6 {
	display:none;
}
#listmenu li:hover {
	position:relative;
}
#listmenu li a:hover {
	direction:ltr;
	position:relative;
}
#listmenu li a:hover img {
/*	position:absolute;
	left:-8px;
	top:-18px;
*/}
#listmenu li:hover img {
/*	width:170px;
	height:150px;
	position:absolute;
	left:-8px;
	top:-18px;
	z-index:500;
*/}
#listmenu :hover div {
	left:-10px;
	;
	top:-20px;
}
#listmenu :hover ul {
	left:-10px;
	;
	top:-20px;
}
/* 产品列表结束 */

/* 案例列表开始 */
#Case_listmenuHolder {
	margin:0 auto;
	position:relative;
	z-index:500;
} /* this demo only */
#Case_listmenu {
	padding:0;
	margin:0;
	list-style:none;
}
#Case_listmenu table {
	border-collapse:collapse;
	width:0;
	height:0;
	margin:1px;
}
#Case_listmenu div {
	position:absolute;
	left:-9999px;
	width:180px;
	height:280px;
	border:1px #CCC solid;
	background: #eaf8ff url(../images/bg_pro.png) top center repeat-x;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 3px 3px 2px rgba(50, 50, 50, 0.23);
	-moz-box-shadow: 3px 3px 2px rgba(50, 50, 50, 0.23);
	box-shadow:  3px 3px 2px rgba(50, 50, 50, 0.23);
}
#Case_listmenu ul {
	padding:170px 0 0 0;
	margin:0;
	list-style:none;
	position:absolute;
	left:-9999px;
	width:160px;
	height:130px;
}
#Case_listmenu ul li {
	width:150px;
	padding:0 5px;
	text-align:left;
	border:0;
	margin:0;
	box-shadow:none;
}
#Case_listmenu ul li a {
	width:137px;
	height:18px;
	color:#800;
	font:bold 11px/18px arial, sans-serif;
	text-decoration:none;
	border-bottom:1px solid #ddd;
}
#Case_listmenu ul li a:hover {
	color:#000;
}
#Case_listmenu li {
	float:left;
	border:1px #CCC solid;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-align:center;
	-webkit-box-shadow: 3px 3px 2px rgba(50, 50, 50, 0.23);
	-moz-box-shadow: 3px 3px 2px rgba(50, 50, 50, 0.23);
	box-shadow: 3px 3px 2px rgba(50, 50, 50, 0.23);
	margin-bottom: 25px;
	margin-left: 10px;
	margin-right: 10px;
	text-align: center;
	width: 150px;
}
#Case_listmenu li a {
	display:block;
	height:130px;
	padding:0 3px;
}
#Case_listmenu li a b {
	display:block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	max-width:140px;
	text-align:center;
}
#Case_listmenu li a b.cc {
	display:block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	max-width:140px;
	text-align:center;
	color:#F60;
}
#Case_listmenu li a img {
	display:block;
	width:100px;
	height:100px;
	border:0;
	margin:auto;
}
#Case_listmenu li a img.ie6 {
	display:none;
}
#Case_listmenu li:hover {
	position:relative;
}
#Case_listmenu li a:hover {
	direction:ltr;
	position:relative;
}

/* 案例列表结束 */


/*产品详细页TAB效果*/
.Tabcp { text-align:left; width:100%; }
.Tabcp .title {
	float:left;
	height:35px;
	width:100%;
	




}
.Tabcp .title .x1,.Tabcp .title .x2{  border-bottom:3px #f00 solid ;height:31px; display:block; float:left; text-align:center; padding-left:15px; margin:0 2px 0 2px; color:#333;font-weight:bold;text-decoration:none}
.Tabcp .title .x1 span,.Tabcp .title .x2 span{ border-bottom:3px #f00 solid ;  display:block; padding-right:15px; line-height:31px}
.Tabcp .title .x2 {border-bottom:3px #fff solid ; }
.Tabcp .title .x2 span{border-bottom:3px #fff solid ;
	
	font-weight: bold;
	color: #333;
}

.tabcon {
	clear:both;
	float:left;
	width:100%;

	padding:0x;

}
.tabcon_all { margin:0px auto; float:left; width:100%;}

/****首页产品TAB效果****/

.Tab { text-align:left; width:980px; }
.Tab .title {
	float:left;
	height:30px;
	width:980px;
	padding-top:5px;

}
.Tab .title .n1,.Tab .title .n2{ background:url(../images/Z.jpg) no-repeat; height:31px; display:block; float:left; text-align:center; padding-left:15px; margin:0 30px 0 30px; color:#FFF; font-weight: bold; text-decoration:underline; font-size:14px;}
.Tab .title .n1 span,.Tab .title .n2 span{ background:url(../images/Y.jpg) no-repeat right top; display:block; padding-right:15px; line-height:31px}
.Tab .title .n2 { background:url(../images/Z.jpg) no-repeat;text-decoration: none;}
.Tab .title .n2 span{
	background:url(../images/Y.jpg) right top no-repeat;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}

.tabconsycp {
	clear:both;
	float:left;
	width:100%;
	height:210px;

}
.tabconsycp_all { margin:0px auto; float:left; width:100%;height:210px; margin-top:8px;}


/****首页案例TAB效果****/

.Tab { text-align:left; width:980px; }
.Tab .title {
	float:left;
	height:30px;
	width:980px;
	padding-top:5px;

}
.Tab .title .m1,.Tab .title .m2{ background:url(../images/Z.jpg) no-repeat; height:31px; display:block; float:left; text-align:center; padding-left:15px; margin:0 30px 0 30px; color:#FFF; font-weight: bold; text-decoration:underline; font-size:14px;}
.Tab .title .m1 span,.Tab .title .m2 span{ background:url(../images/Y.jpg) no-repeat right top; display:block; padding-right:15px; line-height:31px}
.Tab .title .m2 { background:url(../images/Z.jpg) no-repeat;text-decoration: none;}
.Tab .title .m2 span{
	background:url(../images/Y.jpg) right top no-repeat;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}

.tabconanl {
	clear:both;
	float:left;
	width:100%;
	height:200px;

}
.tabcon_all { margin:0px auto; float:left; width:100%;}