@charset "utf-8";
/* CSS Document */
* {
	padding: 0;
	margin: 0;
	font-family: "微软雅黑", 'Microsoft YaHei', arial, helvetica, clean, sans-serif;
}
li, ul {
	list-style-type: none;
}
img {
	border: none;
}
a {
	color: #333;
	text-decoration: none;
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
a:link, a:hover, a:active, a:visited {
	text-decoration: none;
}
.product_bg {

	width: 100%;
}
.product {
	margin: 0 auto;
	width: 1180px;
	height: 900px;
}
.list {
	float: left;
	width: 260px;
}
.list .list_t {
	height: 128px;
	background: url(../images/left_t.jpg) no-repeat center;
	display: block;
}
.list .list_t h2 a {
	font-size: 24px;
	color: #fff;
	display: block;
	font-weight: bold;
	text-align: center;
	padding-top: 32px;
}
.list .list_con {
	float: left;
	width: 258px;
	border: 1px solid #dcdcdc;
}

#menu1, ul#menu1 ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#menu1 a {
	display: block;
	text-decoration: none;
}
#menu1 li {
	line-height: 30px;
	font-family: "Microsoft YaHei";
	font-size: 16px;
	margin: 0px auto;
}
#menu1 li .first {
	background: url(../images/list.jpg) no-repeat center;
	height: 42px;
	width: 214px;
	margin: 30px 0px 30px 20px;
}
#menu1 li a.first {
	height: 42px;
	font-size: 18px;
	color: #333;
	line-height: 42px;
	display: block;
	text-indent: 20px;
}
#menu1 li ul li {
	height: 45px;
	line-height: 45px;
	margin: 0px auto;
	border-bottom: 1px dashed #dcdcdc;
}
#menu1 li ul li a {
	color: #333;
	font-size: 14px;
	text-align: left;
	padding-left: 50px;
}
#menu, ul#menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#menu a {
	display: block;
	text-decoration: none;
}
#menu li {
	line-height: 30px;
	font-family: "Microsoft YaHei";
	font-size: 16px;
	margin: 0px auto;
}
#menu li .first {
	background: url(../images/list.jpg) no-repeat center;
	height: 42px;
	width: 214px;
	margin: 30px 0px 30px 20px;
}
#menu li a.first {
	height: 42px;
	font-size: 18px;
	color: #333;
	line-height: 42px;
	display: block;
	text-indent: 20px;
}
#menu li ul li {
	height: 45px;
	line-height: 45px;
	margin: 0px auto;
	border-bottom: 1px dashed #dcdcdc;
}
#menu li ul li a {
	color: #333;
	font-size: 14px;
	text-align: left;
	padding-left: 50px;
}
#tab {
	width: 870px;
	position: relative;
	margin: 0 auto 0 18px;
	float: right;
}
#tab .tab_menu {
	width: 100%;
	float: left;
	position: absolute;
	z-index: 1;
	height: 40px;
	border-bottom: 1px solid #d5d5d5;
}
#tab .tab_menu li {
	float: left;
	width: 125px;
	height: 40px;
	line-height: 40px;
	cursor: pointer;
	text-align: center;
	margin: 0px 10px 0px 0;
	background: red;
}
#tab .tab_menu li a {
	font-size: 18px;
	color: #fff;
	font-weight: bold;
}
#tab .tab_box {
	width: 870px;
	height: auto;
	clear: both;
	top: 60px;
	position: relative;
	float: right;
	overflow: hidden;
}
#tab .tab_menu .selected {
	background: #007038;
	cursor: pointer;
	color: #fff;
	height: 40px;
}
#tab .tab_box ul li {
	width: 268px;
	height: 250px;
	float: left;
	margin: 5px 22px 20px 0px;
	background: #f1f1f1;
}
#tab .tab_box ul li a {
	color: #333;
}
#tab .tab_box ul li p {
	width: 268px;
	height: 37px;
	line-height: 37px;
}
#tab .tab_box ul li p .name {
	line-height: 37px;
	font-size: 14px;
	color: #444;
	float: left;
	margin-left: 8px;
}
#tab .tab_box ul li p .more {
	float: right;
	margin-right: 0px;
}
#tab .tab_box ul li p .more img {
	width: 16px;
	height: 16px;
}
#tab .tab_box ul li.last {
	overflow: none;
}
#tab .tab_box ul li img {
	width: 252px;
	height: 200px;
	margin: 8px 8px 0 8px;
}
#tab .hide {
	display: none;
}



