@charset "utf-8";
/* CSS Document */

*{
	padding: 0px;
	margin: 0px;
}
html,body{
	width: 100%;
	height: 100%;
}
body{
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 25px;
	color: #333;
	background: #fff;
}
a{
	text-decoration: none;
	color: #333;
}
a:hover{
	color: #06F;
}
ul,li,dt,dd{
	list-style: none;
}
img{
	border: 0;
}
.left{
	float: left;
}
.right{
	float:right;
}

#top,#mid,#foot{
	width: 920px;
	margin: 0px auto;
}
#top{
	height: 40px;
	overflow: hidden;
}
#top .imgLink{
	padding-top: 12px;
}
#nav{
	width: 100%;
	height: 35px;
	line-height: 35px;
	background: url(../images/navBg.jpg) left center repeat-x;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 1px;
	z-index: 300;
}
#innerNav{
	width: 920px;
	margin: 0px auto;
}
#innerNav li{
	display: block;
	float: left;
	text-align: center;
	width: 153px;
	position: relative;
}
#innerNav li ul{
	width: 900px;
	height: 150px;
	position: absolute;
	top: 36px;
	z-index: 120;
	background: #000;
	padding: 10px;
	display: none;
}
#innerNav li ul li{
	float: left;
	width: 120px;
	height: 150px;
	font-size: 12px;
	font-weight: normal;
	
}
#innerNav li ul li a{
	color: #ccc;
}
#innerNav li ul li a:hover{
	color: #fff;
}
#innerNav li .subNavBg{
	height: 180px;
	background: #000;
	position: absolute;
	top:36px;
	z-index: 110;
}
#innerNav li a{
	color: #fff;
}
#innerNav li a:hover{
	color: #CC0;
}
#tMenu{
	height: 360px;
}

.banner{
	width: 100%;
	height: 400px;	
	margin: 0px auto 8px auto;
	overflow: hidden;
	padding-bottom: 12px;
	background: url(../images/bannerShadow.jpg) center bottom no-repeat;
}
#mid{
	height: 260px;
	clear: both;
}
#mid .aboutUsIdx{
	width: 240px;
	height: 260px;
	border: solid 1px #ddd;
	float: left;
	margin-right: 10px;
}
.subTitle{
	background:url(../images/subHeadBg.jpg) left center repeat-x;
	height: 29px;
	line-height: 29px;
	color: #fff;
	margin-bottom: 5px;
	position: relative;
	padding-left: 5px;
	font-size: 14px;
}
.subTitle .more{
	position: absolute;
	right: 5px;
	font-size: 12px;
	font-weight: normal;

}
#mid .aboutUsIdx .more{
	color: #CF0;
}
#mid .aboutUsIdx .more:hover{
	color: #FFF;
}
#mid .aboutUsIdx .con{
	width: 228px;
	margin: 0px auto;
	line-height: 20px;
}
.scrollPro{
	width: 470px;
	height: 260px;
	float: left;
	overflow: hidden;
}
.scrollPro .proHead{
	width: 470px;
	height: 30px;
	border-bottom: solid 1px #09F;
	position: relative;
	margin-bottom: 12px;
	color: #09F;
	font-size: 14px;
}
.scrollPro .proHead .proMore{
	position: absolute;
	right: 5px;
	padding-left: 10px;
	background: url(../images/cross.png) left center no-repeat;
	color: #666;
	font-size: 12px;
	font-weight: normal;
}
.scrollPro .proHead .proMore:hover{
	color: #09F;
}
.scrollPro #scrollProList a{
	display: block;	
}
.scrollPro #scrollProList li{
	background: url(../images/proShadow.jpg) left bottom no-repeat;
	text-align: center;
}
.scrollPro #scrollProList .proTitle{
	font-size: 14px;
	font-weight: bold;
	color: #09F;
}
.scrollPro #scrollProList .proTitle:hover{
	color: #666;
}
.contactUsIdx{
	width: 185px;
	float: right;
	border: #ddd solid 1px;
	height: 260px;
}
.contactUsIdx h4, #midCon .contactUsLeft h4{
	height: 29px;
	line-height: 29px;
	background: url(../images/subHeadBg.jpg) left top repeat-x;
	color: #fff;
	padding-left: 5px;
	margin-bottom: 5px;
}
.contactUsIdx .con,#midCon .contactUsLeft .con {
	width: 174px;
	margin: 0px auto;
}
#midBanner{
	width: 920px;
	height: 180px;
	margin: 0px auto 5px auto;
	display: none;
}
#midCon{
	width: 920px;
	margin: 0px auto;
	clear: both;
}
#midCon .contactUsLeft{
	float: left;
	border: solid 1px #ddd;
	margin-right: 10px;
	width: 190px;
}
#midCon .rightCon{
	border: solid 1px #ddd;
	width: 716px;
	float: right;
	padding-bottom: 20px;
}
#midCon .rightCon .position{
	height: 29px;
	line-height: 29px;
	padding-left: 10px;
	font-size: 14px;
	background: url(../images/subHeadBg.jpg) left top repeat-x;
	color: #fff;
	margin-bottom: 20px;
}
#midCon .rightCon .position a{
	color: #fff;
}
#midCon .rightCon .position a:hover{
	color: #CF3;
}
.proList{
	width: 690px;
	margin: 0px auto;
}
.proList li{
	width: 200px;
	margin: 15px;
	height: 225px;
	float: left;
	overflow: hidden;	
}
.proList li .proImg{
	border: solid 1px #eee;
	display:block;
	width: 198px;
	height: 198px;
	text-align: center;
}
.proList li .proTitle{
	display: block;
	font-weight: bold;
	text-align: center;
}
.proCon{
	width: 680px;
	clear: both;
	margin: 20px auto;
}
.proSummary{
	margin-bottom: 15px;
}
.proSummary .proImg{
	float: left;
	widht: 200px;
	height: 200px;
	border: solid 1px #ddd;
	margin-right: 20px;
}
.proSummary li{
}
.tabMenu{
	height: 26px;
	border-bottom: solid 1px #ddd;
	line-height: 26px;
	margin-bottom: 20px;
	font-weight: bold;
}
.tabMenu li{
	display: block;
	float: left;
	margin: 0px 10px;
	width: 100px;
	text-align: center;
	font-size: 14px;
	background: url(../images/tabBg_grey.gif) left center no-repeat;
	cursor: pointer;
}
.tabMenu .on{
	background: url(../images/tabBg.gif) left center no-repeat;
	color: #fff;	
}
.proSummary .proTitle{
	height: 50px;
	line-height: 50px;
	color: #09F;
}
.proTabCon{
	clear: both;
}
.mainCon{
	width: 918px;
	border: solid 1px #ddd;
	padding-bottom: 20px;
}
.mainCon .position{
	background: url(../images/subHeadBg.jpg) left center repeat-x;
	color: #fff;
	font-size: 14px;
	margin-bottom: 20px;
	padding-left: 20px;
}
.mainCon .position a{
	color: #fff;
}
.mainCon .position a:hover{
	color: #CF3;
}
.content{
	width: 860px;
	margin: 0px auto;
}
.contactCon{
	width: 400px;
}
.demoList{
	width: 680px;
	margin: 0px auto;
}
.demoList .rsList li{
	padding-left: 30px;
	background: url(../images/circle.png) 10px center no-repeat;
	border-bottom: dotted #ccc 1px;
	margin-bottom: 5px;
	padding-right: 10px;
	height: 25px;
	position: relative;
}
.demoList .rsList li a, .demoList .rsList span{
	display: block;
}
.demoList .rsList li a{
	float: left;
}
.demoList .rsList li span{
	float: right;
	color: #999;
}
.demoList .rsList .downBtn{
	position: absolute;
	right: 100px;
}
.articleCon{
	width: 680px;
	margin: 0px auto;
}
.articleCon .title{
	font-size: 24px;
	line-height: 30px;
}
.articleCon .info{
	background-color: #eee;
	color: #999;
	padding-left: 5px;
	margin-bottom: 20px;
}
.articleCon .content{
	width: 680px;
}
.articleCon .content p{
	text-indent: 25px;
	margin-bottom: 20px;
}
.productsLeft{
	border: solid 1px #ddd;
	margin-bottom: 10px;
	margin-right: 10px;
}

.productsLeft h4{
	height: 29px;
	line-height: 29px;
	background: url(../images/subHeadBg.jpg) left top repeat-x;
	color: #fff;
	padding-left: 5px;
	margin-bottom: 5px;
}
.productsLeft li{
	padding-left: 25px;	
	background:url(../images/minus.png) 10px 10px no-repeat;
	font-weight: bold;
}
.productsLeft li li{
	font-weight: normal;
	background:url(../images/cross.png) 10px center no-repeat;
}

.con{
	width: 100%;
}
.con .manuals, .con .software, .con .cert,.con .flyer,.con .demoFiles{
	width: 920px;
	margin: 0px auto;
}
.con .manuals li, .con .software li, .con .cert li,.con .flyer li, .con .demoFiles li{
	width: 380px;
	height: 40px;
	line-height: 40px;
	float: left;
	margin: 0px 10px;
	padding: 10px 10px 10px 50px;
	background: url(../images/png/manual.png) left center no-repeat;
	border-bottom: dashed 1px #ccc;
}
.con .demoFiles li{
	background: url(../images/png/movie.png) left center no-repeat;
}
.con .demoFiles h4{
	font-size: 20px;
	line-height: 50px;
	height: 50px;
	clear: both;
	padding: 20px 0px;
}
.con .downFiles .manuals{
	background: url(../images/png/manual.png) left center no-repeat;
}
.con .software li, .con .downFiles .software {
	background: url(../images/png/software.png) left center no-repeat;	
}
.con .cert li,  .con .downFiles .cert{
	background: url(../images/png/certficate.png) left center no-repeat;	
}
.con .flyer li,  .con .downFiles .flyer{
	background: url(../images/png/flyer.png) left center no-repeat;
}
.con .manuals li a, .con .software li a, .con .cert li a, .con .flyer li a{
	font-size: 16px;
}
.tabNav{
	width: 100%;
	height: 50px;
	background: #999;
	border-top: 1px #fff solid;
	border-bottom: 1px #fff solid;
}

.tabNav ul{
	width: 920px;
	height: 50px;
	margin: 0px auto;	
}
.tabNav li{
	font-size: 24px;
	font-weight: bold;
	float: left;
	line-height: 50px;
	width: 150px;
	height: 50px;
	text-align: center;
	position: relative;
	display: block;
}
.tabNav li:hover{
	cursor: pointer;
}
.tabNav li span{
	display: block;
	position: absolute;
	width: 100%;
	height: 50px;
	left: 0px;
	top: 0px;
	z-index: 2;
}
.tabNav .on{
	background: #d6d6d6;
	left:0px;
	top: 1px;
	color: #06F;
}
.downFiles{
	width: 920px;
	margin: 0px auto;
}
.downFiles h4{
	font-size: 20px;
	line-height: 50px;
	height: 50px;
	clear: both;
	padding-top: 20px;
}
.downFiles li{
	width: 380px;
	height: 40px;
	line-height: 40px;
	float: left;
	margin: 0px 10px;
	padding: 10px 10px 10px 50px;
	border-bottom: dashed 1px #ccc;
}
.tableCon{
	width:860px;
	margin: 20px auto;
	padding: 30px;
	border-left: solid 2px #ccc;
	border-right: solid 2px #ccc;
	border-bottom: solid 2px #ccc;
	background: url(../images/SpecificationsHeadBg.jpg) left top no-repeat;
}
.tableCon li{
	font-size: 14px;
	height: 50px;
	line-height: 60px;
	border-bottom: 1px dashed #ccc;
	padding: 0px 20px;
}
.tableCon li strong{
	padding-right: 20px; 
}
.tableCon li span{
	font-size: 12px;
}

.videoCon{
	width: 100%;
	height: 400px;
	padding: 100px 0px;
	background: url(../images/videoBg.jpg) center top no-repeat;
}
.videoWrap{
	width: 480px;
	height: 400px;
	margin: 0px auto;
}
.aboutCon{
	width: 500px;
	padding: 20px 0px;
	margin: 0px auto;
	font-size: 14px;
	padding-left: 420px;
	background: url(../images/company.jpg) left top no-repeat;
}
.aboutUsTitle{
	font-size: 20px;
	line-height: 50px;
	margin-bottom: 20px;
	color: #06F;
	text-align: right;
	border-bottom: solid 2px #ccc;
}
.aboutCon p{
	text-indent: 15px;
}

#foot{
	height: 60px;
	line-height: 60px;
	text-align: center;
	clear: both;
	color: #666;
}
.cleanLine{
	clear: both;
	height: 1px;
	line-height: 1px;
}
.pagesList{
	clear: both;
}