@CHARSET "UTF-8";

.search{
    background: #F7F7F7;
    height: 30px;
    height: 70px;
    line-height: 70px;
}
.search form{
    background: url(/images/product_serch_01.jpg) no-repeat left #fff;
    padding-left: 10px;
	width: 940px;
	margin: 0 auto;
}
.search h1{
    float: left;
    font-size: 22px;
}
.search select{
    height: 30px;
    border: none;
    width: 245px;
    float: left;
    margin-top: 20px;
    margin-left: 40px;
	border:1px solid #dedede;
}
.search input.keyword{
    display: block;
	width: 110px;
    height: 30px;
    line-height: 30px;
    float: left;
    margin-top: 20px;
    margin-left: 40px;
    border: none;
	padding-left: 10px;
	border:1px solid #dedede;
}
.search input.submit{
    display: block;
    height: 30px;
    line-height: 30px;
    float: left;
    margin-top: 20px;
    margin-left: 40px;
    width: 80px;
    border: none;
    color: #fff;
    background-color: #1F9EFF;
}

.pinpai{
    width: 948px;
    border: 1px solid #DFDFDF;
	padding:10px 0px;
	margin-bottom: 30px;
}
.pinpai ul{
    width: 1140px;
}
.pinpai li{
    width: 210px;
    height: 145px;
    float: left;
    margin: 10px 10px;
}
.pinpai li > a{
	display: block;
    text-decoration: none;
}
.pinpai li > a > div{
    border: 1px solid #DFDFDF;
}
.pinpai img{
    display: block;
    width: 100%;
    min-height: 135px;
}
.pinpai h1{
    font-weight: normal;
    font-size: 14px;
    text-align: center;
    height: 27px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #636363;
    padding: 0 20px;
}

.gonglv{
    width: 938px;
    border: 1px solid #DFDFDF;
    padding: 0 5px 10px 5px;
}
.gonglv ul{
    width: 1040px;
}
.gonglv li{
    display: block;
    float: left;
    margin-top: 15px;
    margin-right: 15px;
}
.gonglv li a{
    display: block;
    width: 90px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #F4F4F4;
    color: #737373;
    text-decoration: none;
}
.gonglv li a:hover{
    background-color: #4AA1FF;
    color: #fff;
}

.product_table_list{
	width: 950px;
	margin: 0 auto;
}
.product_table_list table{
	border:solid #add9c0; 
	border-width:1px 0px 0px 1px;
}
.product_table_list td{
	border: solid #E0DFDF;
    border-width: 0px 1px 1px 0px;
}
.product_table_list thead tr{
	background-color: #6BBFFF;
    height: 30px;
}
.product_table_list tbody tr{
    background-color: #F3F3F3;
    height: 35px;
}

.product-left {
    width: 250px;
    float: left;	
}

.product-right {
    width: 950px;
    float: left;	
}

/* 左侧导航 */
.cp {
	width: 222px;
	float: left;
    margin-top: 20px;
}

.xptj {
	width: 865px;
	float: right;
	margin-top: 40px;
}

.zxptj {
	width: 845px;
	float: right;
	background: url(../images/hh.jpg) repeat-x;
	height: 35px;
	padding: 10px;
}

.cpbg {
	width: 206px;
	background-color: #e9eaea;
	padding: 0px 10px 10px 6px;
	overflow: hidden;
}

.cptxt h1 {
	background: url(../images/lbg.jpg) no-repeat;
	width: 220px;
	height: 40px;
	font-size: 20px;
	padding-top: 20px;
	color: #fff;
	text-align: center;
	font-weight: bold;
}

.cptxt h1 span {
	font-size: 14px;
}

.cpbg ul li {
	background: url(../images/link.jpg) no-repeat;
	width: 209px;
	height: 35px;
}

.cpbg ul li a {
	height: 35px;
	color: #4d4d4d;
	text-decoration: none;
	line-height: 34px;
	font-size: 12px;
    padding-left: 10px;
    padding-right: 30px;
	display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cpbg ul li:hover,.cpbg ul li.leftcurrent {
	background: url(../images/hover.jpg) no-repeat;
}

.cpbg ul li:hover a,.cpbg ul li.leftcurrent a {
	color: #fff;
}