﻿
*{
	font-family: Arial, Helvetica,sans-serif;
}
body{
	margin:0;
	padding:0;
}
p{
	margin-top:5px;
	margin-bottom:5px;
}

#header{
	width:960px;
	height:550px;
	margin:auto;
}

.container{
	width:960px;
	margin:auto;
	background:#fff;
}

.banner{
	width:960px;
	margin:auto;
}

#itemtitle{
	font-size: 20px;
	font-weight: bold;
	color: #968551;
	text-align: center;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	float:left;
	width:960px;
}

#left{
	width:180px;
	float:left;
	overflow:hidden;
}

.c-right{
	width: 770px;
	float:right;
	overflow:hidden;
}

/* 图片和描述 */
#c_pic_des{
	margin-bottom:30px;
}
#c_pic{
	width:100%;
	border:white 1px solid;
	text-align:center;
}
#c_des{
	padding:10px 20px;
	color:#333;
	font-size:14px;
	line-height:18px;
}
#c_des img{
	max-width:100%;
	margin:2px auto;
}
#c_des table{
	margin:2px auto;
}



#c-photp-show{
	text-align:center;
	overflow:hidden;
	margin-bottom:20px;
	width:600px;
	margin:0 auto;
}
.c-bigpicbox{
	clear:both;
}
img.c-bigpic{
	width:596px;
	border:2px solid #ccc;
}
.c-smallpicbox{
	overflow:hidden;
	padding-top:10px;
	text-align:left;
}
.c-smallpic{
	width:80px;
	border:2px solid #ccc;
	margin:0px 0 4px 4px;
}
.c-smallpic:hover{
	border:2px solid #ff6600;
}


#tymk{
	width: 100%;
	float:right;
	overflow:hidden;
	height:800px;
}



























/* 测试样式 */
.br{
	border:1px solid red;
}

.bb{
	border:1px solid black;
}






