@charset "utf-8";
/* CSS Document - about */

#content_list{
	width: 637px;
	height: auto;
	color: #555;
	line-height: 23px;
	letter-spacing: 0.1em;
	margin-top: 30px;
	font-size: 14px;
	}
#content_list .list{
	height: auto;
	width: auto;
	padding: 18px 0;
	}
#content_list .photo{
	width: 637px;
	height: 410px;
	margin: 0px 0px 30px 0;
	}
#content_list .bigpic{
	width: 497px;
	height: 376px;
	float: left;
	margin-right: 10px;
	border:1px #DDD solid;
	margin-top:30px;
	}
#content_list .bigpic img{
	max-width:484px;
	max-height:363px;
	padding:6px;
	}
#content_list .pic_box{
	width: 116px;
	height: 286px;
	float: left;
	margin-top: 30px;
	padding: 45px 0;
	position:relative;
	}
#content_list .prev{
	position: absolute;
	left: 42px;
	top: 6px;
	}
#content_list .next{
	position: absolute;
	left: 42px;
	bottom: 6px;
	}
#content_list .spic{}
#content_list .spic img{
	width: 116px;
	height: 87px;
	position: absolute;
	}
#content_list .spic ul{
	width:218px;
	}
#content_list .spic li{
	width: 116px;
	height: 87px;
	float: left;
	margin: 0 0 10px 0;
	position: relative;
	}
#content_list .spic li span {
	width:116px;
	height:87px;
	display:block;
    position: absolute;
    z-index: 999;
	}
#content_list .spic li:hover span {
	width: 116px;
	height: 87px;
	background:url(../data/products_detail/pic_.png);
	}
#content_list .right{
	width: 637px;
	height:auto;
	}
#content_list .data{
	width: 95px;
	height: 20px;
	background-color: #0DBCFF;
	font-size: 12px;
	color: #FFF;
	text-align: center;
	margin-bottom:10px;
	}
#content_list .title{
	font-size: 16px;
	width: 617px;
	height: ;
	color: #FFF;
	font-weight: bold;
	line-height:24px;
	background:url(../data/products_detail/title_bg.jpg) repeat;
	padding:3px 10px;
	}
#content_list .title a{
	width: 440px;
	height: 20px;
	color:#006ABD;
	font-weight:bold;
	}
#content_list .title a:hover{}
#con_info{
	font-size: 14px;
	width: 637px;
	height: auto;
	color: #555;
	padding-bottom:30px;
	border-bottom:#CCC 1px solid;
	}
#con_info .info_title{
	width: auto;
	height: auto;
	margin-bottom: 15px;
	}
#con_info .info{
	margin-bottom:10px;
	}
#con_info .info_download{
	width: auto;
	height: auto;
	margin-bottom: 15px;
	padding-top: 15px;
	border-top: 1px solid #DDD;
	}
#content_list .info a:hover{
	text-decoration:underline;}
