@CHARSET "UTF-8";

.navi {
	border: 1px;
	height: 50px;
}

.navi ul {
	margin: 0px;
	list-style: none;
	padding: 0px;
}

.navi ul li {
	float: right;
	width: 70px;
	text-align: center;
}

.navi ul li a {
	display: block;
	text-decoration: none;
	font-size: 14px;
	line-height: 50px;
	width: 100px;
}

.navi ul li a:hover {
	color: #3FBAFD
}

.bob {
	float: left;
}

.bob ul {
	margin: 0;
	list-style: none;
	padding: 0px;
	border: 0px solid green;
	width: 600px;
}

.bob ul li {
	border: 0px solid green;
	float: left;
	height: 60px;
	line-height: 60px;
	width: 120px;
	text-align: center;
}

.bob ul li a {
	display: block;
	text-decoration: none;
	font-size: 18px;
	line-height: 57px;
	width: 120px;
	color: white
}

.bob ul li a:hover {
	color: #fe9423
}
.footNavi {width: 1120px;margin: 0 auto;text-align: center;padding-top: 20px;overflow: hidden;}

.bottomNavi{border: 0px solid green;float: left;width: 200px;color: white;margin-top: 40px;}
.bottomNavi h1{font-size: 18px;font-weight: 500;margin-bottom: 10px;}
.bottomNavi ul {border: 0px solid red;}
.bottomNavi ul li {border: 0px solid green;height: 30px;line-height: 30px;font-size: 14px;}
.bottomNavi ul li a{color: white;}
.bottomNavi ul li a:hover{color: white;cursor: pointer;}

.partsList{border-top: 1px solid #CCCCCC;}
.partsList ul li {width: 250px;float: left;text-align: center;background-color: white;margin-top: 20px;margin-left: 15px;margin-right: 15px;}
.partsList .partDes{font-size: 24px;margin-top: 20px;}
.partsList .partImg{margin-top: 10px;cursor: pointer;}
.shop_pj {
	background: #fff;
}

.shop_pj ul {
	width: 95%;
	zoom: 1;
	overflow: hidden;
}

.shop_pj ul li {
	float: left;
	width: 50%;
	font-size: 16px;
	line-height: 35px;
	padding-bottom: 10px;
	text-indent: 50px;
	background-image: url(images/bg_ico.png);
	background-repeat: no-repeat;
}

.shop_pj ul li.usb {
	background-position: -9px 0px;
}

.shop_pj ul li.sjx {
	background-position: -5px -39px;
}

.shop_pj ul li.sdka {
	background-position: -5px -80px;
}

.shop_pj ul li.remote {
	background-position: -5px -120px;
}

.news_title {
	height: 43px;
	line-height: 40px;
	zoom: 1;
	overflow: hidden;
	border-right: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
}

.news_title h3 {
	float: left;
	font-size: 18px;
	background-color: #e3e3e3;
}

.news_title h3 a {
	display: block;
	width: 179px;
	text-align: center;
}

.news_title h3 a.curr {
	border-top: 3px solid #e94745;
	background-color: #fff;
}

.news_list, .about_ddpai {
	background-color: #fff;
	height: 315px;
	border: solid #cccccc;
	zoom: 1;
	overflow: hidden;
	border-width: 0 1px 1px 1px;
	padding: 0 10px;
}

.about_ddpai h2 {
	float: left;
	font-size: 12px;
}

.about_ddpai {
	display: none;
}

.about_ddpai p {
	padding: 4px 0;
}

.news_list ul li {
	line-height: 29px;
	height: 29px;
	zoom: 1;
	overflow: hidden;
	background-color: #efefef;
	margin: 5px 0;
	position: relative;
}

.news_list ul li a {
	display: block;
	height: 29px;
	text-indent: 5px;
}

.news_list ul li span {
	position: absolute;
	top: 0px;
	right: 0px;
	background-color: #efefef;
	padding: 0 5px;
	font-style: italic;
	color: #999
}

.topics_title h3 a.curr {
	border-top: 3px solid #e94745;
	background-color: #fff;
}

.pagination{
		border:0px solid green;
		padding: 0px;
		margin: 0 auto;
		width: 120px;
		height: 34px;
		list-style-type: none;
	}
.pagination li {
    float: left;
    list-style: none outside none;
    margin: 0 3px;
    padding: 0;
    height: 14px;
    padding-top: 10px;
}

.pagination li a {
    background: url("../images/slider-pagination.png") repeat scroll 0 -14px transparent;
    display: block;
    float: left;
    height: 0;
    overflow: hidden;
    padding-top: 14px;
    width: 14px;
}
.pagination li.current a {
  		background: url("../images/slider-pagination.png") repeat scroll 0 0 transparent;
}

a {
	text-decoration: none;
}

a:link {
	color: black
} /* 未访问的链接 */
a:visited {
	color: black
} /* 已访问的链接 */
a:hover {
	color: black
} /* 当有鼠标悬停在链接上 */
a:active {
	color: black
} /* 被选择的链接 */