﻿@charset "utf-8";
.mainTitle{
	margin-bottom:0;
	}
.productList{
	width:647px;
	height:143px;
	margin-left:10px;
	clear:both;
	border-bottom:1px dotted #a1a3a2;
	}
.productList div{
	width:225px;
	height:118px;
	color:#333;
	line-height:16px;
	margin:13px 0;
	float:left;
	border-right:1px solid #efefef;
	}
.productList div.last{
	border:none;
	width:200px;
	}
.productList div.first{
	width:215px;
	}
.productList div img{
	float:left;
	margin:0 6px 0 20px;
	}
.productList div.first img{
	margin-left:7px;
	}
.red{
	font-size:13px;
	color:#600;
	}
.productList p{
	position:relative;
	height:120px;
	width:120px;
	float:left;
	padding-right:25px;
	}
.productList div.last p{
	padding-right:0;
	}
.productList p a{
	position:absolute;
	right:22px;
	bottom:0;
	font-size:12px;
	color:#004c9e;
	text-decoration:none;
	}
.productList p a:hover{
	text-decoration:underline;
	}
.page{
	padding-bottom:20px;
	}

/******* 产品详细页面 *******/
.phone{
	width:582px;
	margin:18px 0 0 58px;
	}
.phone img{
	float:left;
	}
.phoneContent{
	width:415px;
	float:right;
	margin-top:2px;
	}
.phoneContent h3{
	width:393px;
	height:20px;
	padding:4px 0 0 22px;
	font:bold 14px Arial;
	color:#fff;
	background:url(../images/h3Bg.gif) no-repeat left top;
	}
.phoneContent h3 span{
	font:normal 14px Arial, Helvetica, sans-serif;
	}
.phoneContent p{
	font-size:12px;
	line-height:16px;
	color:#636363;
	margin:17px 0 17px 11px;
	}
.phoneContent ul{
	list-style:none;
	margin-left:11px;
	}
.phoneContent li{
	float:left;
	width:81px;
	padding:9px 0 8px 0;
	text-align:center;
	border:1px solid #cdcdcd;
	margin:0 9px 0 0;
	}
.phoneContent li img{
	float:none;
	height:83px;
	}
.detailsTitle{
	margin:20px 0 0 0;
	list-style:none;
	height:38px;
	background:url(../images/detailContentBg.gif) no-repeat left bottom;
	}
.detailsTitle li, .detailsTitle li.out{
	float:left;
	width:113px;
	height:34px;
	line-height:34px;
	text-align:center;
	font-weight:bold;
	background:url(../images/titleBg22.gif) no-repeat left top;
	color:#0b67c5;cursor:pointer;
	}
.detailsTitle li.long{
	width:113px;
	background-image:url(../images/titleBg21.gif);cursor:pointer;
	}
.detailContent{
	width:678px;
	height:auto !important;
	min-height:222px;
	_height:222px;
	margin:-3px 0 10px 0;
	z-index:-100;
	border:1px solid #c1c1c1;
	border-top:none;
	padding-bottom:9px;
	}
.detailContent h4{
	font-size:13px;
	color:#f5b60b;
	padding:7px 0 7px 13px;
	}
.table{
	padding:5px;
	border:1px solid #dfdedd;
	margin-left:13px;
	width:647px;
	}
.table table{	
	width:647px;
	}
.table td{
	padding-left:12px;
	font-size:12px;
	color:#636363;
	line-height:24px;
	background-color:#f5fbff;
	}
.table td.title{
	width:88px;
	background-color:#ecf6fe;
	}
	
.subNav dl{
	margin-top:18px;
	}