@charset "gb2312";
/* ²úÆ·¹ö¶¯ */

.device {
	width:1055px;
	height:auto;
	margin:65px auto;
	position: relative;
}
.device .scroll {
	width:100%;
	height:516px;
	overflow:hidden;
	position:relative;
}
.device .scroll ul {
	position:absolute;
	left:0;
	top:0;
	height:516px;
	overflow:hidden;
}
.device a.pre, .device a.next {
	position: absolute;
	top: 200px;
}
.device a.pre {
	width: 26px;
	height: 46px;
	background: url(../images/l.png) no-repeat;
	display: block;
	text-indent: -999px;
	left: -67px;
}
.device a.next {
	width: 26px;
	height: 46px;
	background: url(../images/r.png) no-repeat;
	display: block;
	text-indent: -999px;
	right: -55px;
}
.device a:hover.pre {
	width: 26px;
	height: 46px;
	background: url(../images/lh.png) no-repeat;
	display: block;
	text-indent: -999px;
	left: -75px;
}
.device a:hover.next {
	width: 26px;
	height: 46px;
	background: url(../images/rh.png) no-repeat;
	display: block;
	text-indent: -999px;
	right: -65px;
}
.device ul {
	overflow:hidden;
}
.device ul li {
	width:338px;
	height:251px;
	margin-right:15px;
	margin-bottom:15px;
	overflow:hidden;
	position:relative;
	float:left;
}
.device ul li img {
	width:338px;
	height:251px;
	position:absolute;
	left:0;
	top:0;
	z-index:10;
	background:url(../images/loading.gif) no-repeat center center;
}
.device ul li a.link {
	display:block;
	width:338px;
	height:24px;
	line-height:24px;
	text-align:center;
	color:#fff;
	font-size:12px;
	position:absolute;
	left:0;
	bottom:0;
	background:url(../images/dot.png) repeat;
	z-index:20;
}
.scroll a span {
	position:absolute;
	display:none;
	line-height:40px;
	z-index:11;
}
.scroll a:hover span {
	display:block;
	width:298px;
	height:251px;
	background:url(../images/imgbg.png) center;
	font-size:26px;
	padding:50px 20px 0 20px;
	color:#ffa200;
	text-align:center;
	z-index:11;
}
.scroll a span {
	padding:90px auto 0 auto;
	width:218px;
	text-align:center;
	vertical-align:middle;
	color:#fff;
}
.scroll a span p {
	margin-bottom:15px;
	padding:5px 0 10px 0;
	color:#fff;
	border-bottom:1px dotted #fff;
	line-height:20px;
	margin-top:10px;
	color: #FFF;
	font-size: 14px;
	text-align: left
}
.gct{}
.gct ul{ width:1050px; font-size:0px;}
.gct li{ display:inline-block; width:240px; height:180px; overflow:hidden; position:relative; margin-right:20px; margin-bottom:30px; border:1px solid #999}
.gcts{ position:absolute; left:0px; width:100%; bottom:0px; font-size:14px; color:#fff; text-align:center; line-height:40px; background-color:rgba(0,0,0,0.6); overflow:hidden;}
.gctx{ background-color:rgba(0,0,0,0.6); line-height:24px; position:absolute; left:-280px; width:100%; height:100%; top:0px; text-align:center; color:#fff; font-size:12px;}
.gctx span{ display:block; font-size:16px; padding-top:54px; padding-bottom:16px;}
.fy{ line-height:30px; font-size:14px; color:#505050; padding-top:10px;}
.fy a{ display:inline-block; min-width:30px; text-align:center; color:#505050;}
.fy a:hover{ color:#0db14b;}
a.fyo{ background-color:#de2a00; color:#fff; border-radius:15px;}
a:hover.fyo{color:#fff;}
.lv {
	height:40px;
	line-height:40px;
	margin:10px 0px;

	float:left;
	display:block;
	background:#00ca50;
	font-size:16px; width:25%; font-weight:bold; color:#FFF;
}
.hong {
	height:40px;
	line-height:40px;
	margin:10px 0px;

	float:left;
	display:block;
	background:#cf2639;
	font-size:16px;  width:25%;font-weight:bold; color:#FFF;
}
.huang {
	height:40px;
	line-height:40px;
	margin:10px 0px;

	float:left;
	display:block;
	background:#ea812e;
	font-size:16px;  width:25%;font-weight:bold; color:#FFF;
}
.lan {
	height:40px;
	line-height:40px;
	margin:10px 0px;

	float:left;
	display:block;
	background:#00aaee;
	font-size:16px;  width:25%;font-weight:bold; color:#FFF;
}
.p_content {
	font-size:16px;
	line-height:40px; font-weight:bold;
}
.p_content strong{
	color:#F00
}
#DXpro-box {
}
#DXpro-box li {
	width: 240px;
	height: 230px;
	background: #fff;
	margin: 10px;
	float: left;
	list-style: none;
	overflow: hidden;
	position: relative;
	z-index: 0;
	box-shadow: 0px 0px 10px #ccc;
}
#DXpro-box li img {
	width: 240px;
	height: 180px;
	padding: 0;
	margin: 0;
}
#DXpro-box li a:hover img {
	transform: scaleX(1.2) scaleY(1.2);
transition: all .5s;
}
#DXpro-box li p {
	position: absolute;
	width: 240px;
	height:50px;
	background: #fff;
	z-index: 999;
	left: 0;
	bottom:0;
 -webkit-transition-duration: .5s;
 -moz-transition-duration: .5s;
 -ms-transition-duration: .5s;
 -o-transition-duration: .5s;
 transition-duration: .5s;
	text-align:center;
}
#DXpro-box li:hover p {
	position: absolute;
	height: 100px;
	background: #fff;
	z-index: 999;
	left: 0;
	bottom: 0;
	text-align:center;
}
#DXpro-box li:hover .more {
	background: #ea812e; text-decoration:none;
}
#DXpro-box li p>a {
	width: 100%;
	line-height:50px;
	height: 50px;
	text-align: left;
	font-size: 16px;
	color: #000;
	display: block;
	text-align:center
}
#DXpro-box li p em {
	background: url(../images/demo-tel.png) left center no-repeat;
	padding-left: 10px;
	font-size: 16px;
	color: #fff;
	line-height: 50px;
	display: block;
	margin-left: 30px;
}
#DXpro-box .more {
	background: #ea812e;
	text-align: center;
	height: 50px;
	line-height:50px;
	font-size: 18px;
	display: block;
}
#DXpro-box .more a {
	color: #fff;
	text-align: center;
}