@charset "utf-8";

/*产品展示*/

.project_info p {
	font-size: 12px;
	padding-top: 7px;
	padding-bottom: 28px;
	text-align: center;
	color:#FFF;
}
.projectitem img {

	width: 144px;
	height: 100px;
}
.projectitem {
	width: 155px;
	margin-right: 15px;
	margin-left: 15px;
    margin-bottom: 20px;
	height: auto;
	float: left;
	position: relative;
}
.projectitem .title{color:#FFF; line-height:30px; height:30px; overflow:hidden;}
.projectitem a{
	background:url(/images/k.jpg) no-repeat;
	padding-top:5px;
	display:block;
	width:154px;
	height:133px;
}
.projectitem a:hover{
	background:url(/images/ka.jpg) no-repeat;
}
#pages .nolink {
	padding: 6px 8px;
	background: #bab9b9;
	color: #fff;
	border-radius: 5px;
	margin-right: 2px;
	margin-left: 2px;
}
#pages {
	padding: 40px 0;
	height: 36px;
	text-align: center;
}
#pages A {
	padding: 6px 8px;
	background: #b41714;
	color: #fff;
	border-radius: 5px;
	margin-right: 2px;
	margin-left: 2px;
}
#pages A:hover {

	background: #bab9b9;
	text-decoration:none;

}
#pages span {
	padding: 6px 8px;
	background: #bab9b9;
	color: #fff;
	border-radius: 5px;
	margin-right: 2px;
	margin-left: 2px;
}

#wrapper ul{
	margin-bottom:0px;
	}
#wrapper {
	width: 860px;
	margin: 0 auto;
	margin-top: 50px;
}
#tabs,#tabs2,#tabs3,#tabs4,#tabs5 {
	width: 860px;
	margin: 0 auto;
	margin-bottom: 40px;
}

#tabs li,#tabs2 li,#tabs3 li,#tabs4 li,#tabs5 li {
	float: left;
	margin-right: 2px;
}
#tabs2 p{ text-align:left; line-height:26px; font-size:14px;}
#tabs2 table{ border-left:#ccc 1px solid;border-top:#ccc 1px solid;padding:0px; margin:0px;}
#tabs2 table tr td{ border-right:#ccc 1px solid;border-bottom:#ccc 1px solid;padding:4px; margin:0px;}
#tabs2 li a.tabulous_active{ background:#0061ae !important; color:#FFF !important; }
#tabs li a,#tabs2 li a,#tabs3 li a,#tabs4 li a,#tabs5 li a {
	display: block;
	padding: 10px 20px;
	background: #ccc;
	text-decoration: none;
	color: #FFF;
	
}

#tabs li a:hover,#tabs2 li a:hover,#tabs3 li a:hover,#tabs4 li a:hover,#tabs5 li a:hover {
	background: #0061ae;
}

#tabs_container {
	padding: 40px;
	overflow: hidden;
	position: relative;
	background: white;
	border:#ccc 1px solid;

}

#tabs_container div {
	margin-right: 40px;
}

.transition {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;

	-webkit-transition-delay: .3s;
	-moz-transition-delay: .3s;
	-o-transition-delay: .3s;
	-ms-transition-delay: .3s;
	transition-delay: .3s;
}

.make_transist {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.hidescale {
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	-o-transform: scale(0.9);
	-ms-transform: scale(0.9);
	transform: scale(0.9);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	filter: alpha(opacity=0);
	opacity: 0;
}

.showscale {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;

	-webkit-transition-delay: .3s;
	-moz-transition-delay: .3s;
	-o-transition-delay: .3s;
	-ms-transition-delay: .3s;
	transition-delay: .3s;
}

.hideleft {
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
}

.showleft {
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	-o-transform: translateX(0px);
	-ms-transform: translateX(0px);
	transform: translateX(0px);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;

	-webkit-transition-delay: .3s;
	-moz-transition-delay: .3s;
	-o-transition-delay: .3s;
	-ms-transition-delay: .3s;
	transition-delay: .3s;
}

.hidescaleup {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
}

.showscaleup {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;

	-webkit-transition-delay: .3s;
	-moz-transition-delay: .3s;
	-o-transition-delay: .3s;
	-ms-transition-delay: .3s;
	transition-delay: .3s;
}

.hideflip {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;

	-webkit-transform: rotatey(-90deg) scale(1.1);
	-moz-transform: rotatey(-90deg) scale(1.1);
	-o-transform: rotatey(-90deg) scale(1.1);
	-ms-transform: rotatey(-90deg) scale(1.1);
	transform: rotatey(-90deg) scale(1.1);

	-webkit-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	-o-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}

.showflip {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;

	-webkit-transition-delay: .3s;
	-moz-transition-delay: .3s;
	-o-transition-delay: .3s;
	-ms-transition-delay: .3s;
	transition-delay: .3s;

	-webkit-transform: rotatey(0deg) scale(1);
	-moz-transform: rotatey(0deg) scale(1);
	-o-transform: rotatey(0deg) scale(1);
	-ms-transform: rotatey(0deg) scale(1);
	transform: rotatey(0deg) scale(1);

	-webkit-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	-o-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}

.tabulous_active {
	background: white !important;
	color: #655c89 !important;
}

.tabulousclear {
	display: block;
	clear: both;
}
#preview{ float:left; margin:5px auto; width:365px;}
.jqzoom{ width:350px; height:220px; position:relative;}

.zoomdiv{  left:859px;  height:400px; width:400px;}
.list-h{ width:580px !important;}
.list-h li{ float:left;}
#spec-n5{width:350px; height:56px; padding-top:6px; overflow:hidden;}
#spec-left{ background:url(images/left.gif) no-repeat; width:10px; height:45px; float:left; cursor:pointer; margin-top:3px;margin-right:0px;}
#spec-right{background:url(images/right.gif) no-repeat; width:10px; height:45px; float:left;cursor:pointer; margin-top:3px;margin-left:0px;}
#spec-list{ float:left; overflow:hidden; margin-left:5px; display:inline;}
#spec-list ul li{ float:left; margin-right:3px; display:inline; width:58px;margin-left:3px;}
#spec-list ul li img{ padding:2px ; border:1px solid #ccc; width:58px; height:50px;}

/*jqzoom*/
.jqzoom{position:relative;padding:0;}
.zoomdiv{z-index:100;position:absolute;top:1px;left:0px;width:400px;height:400px;background:url(i/loading.gif) #fff no-repeat center center;border:1px solid #e4e4e4;display:none;text-align:center;overflow: hidden;}
.bigimg{width:800px;height:800px;}
.jqZoomPup{z-index:10;visibility:hidden;position:absolute;top:0px;left:0px;width:50px;height:50px;border:1px solid #aaa;background:#FEDE4F 50% top no-repeat;opacity:0.5;-moz-opacity:0.5;-khtml-opacity:0.5;filter:alpha(Opacity=50);cursor:move;}
#spec-list{ position:relative; width:322px; margin-right:3px;}
#spec-list div{ margin-top:0;margin-left:-30px; *margin-left:0;}

.pshow{padding-top:0px;}
.pshow dt{ float:left; width:400px;}
.pshow dd{ float:right; width:400px;}
.pshow dd ul{ margin-left:15px; }
.pshow dd li{ padding:5px 5px 5px 75px; min-height:28px; _height:28px; margin:5px 0px; clear:both; border-bottom:1px solid #eee; position:relative; line-height:2;  text-align:left;}
.pshow dd li span{ position:absolute; left:0px; top:0px; color:#999; padding:5px; height:28px; font-weight:bold;}

.news_con_title {
	font-size: 16px;
	font-weight: bold;
	line-height: 26px;
	text-align: center;
	height: 26px;
}
.news_con_top {
	border-bottom: 1px dashed #e9e9e9;
	color: #3b3b3b;
	font-size: 14px;
	text-align: center;
	line-height: 40px;
	margin: 0px auto;
	width: 730px;
	margin-bottom: 14px;
	overflow: hidden;
}