/*网页基础参数*/
body,html {
	font-family: "Microsoft YaHei", "SimHei", "SimSun", "Arial", sans-serif;
	border: 0;
	padding: 0;
	margin: 0;
}
body,html,ul,li,a,img,p,br,dd,dl,dt,div,h1,h2,h3,span,input,tr,td {
	margin: 0;
	border: none;
	padding: 0;
	font-weight: normal;
	list-style-type: none;
}
img{
	line-height: 0;
}
.clear_both {
	clear: both;
}
/*字号大小*/

.font_16 {
	font-size: 16px;
}
.font_15 {
	font-size: 15px;
}
.font_14 {
	font-size: 14px;
}
.font_13 {
	font-size: 13px;
}
.font_12 {
	font-size: 12px;
}
a {
	text-decoration: none;
	cursor: pointer;
}
a:hover {
	text-decoration: none;
}
.heg{
	width: 1200px;
	margin: 0 auto;
	text-align: center;
	padding-top: 100px;
	
}
/*正文样式*/
.bg{background: url(imgbg.jpg) no-repeat ;}

.mt{
	margin-top: 300px;
}
.list{
	width: 1200px;
	margin:  0px auto;
	
}
.list ul li{
	width: 365px;
	float: left;
	margin: 30px 17px;
}
.list ul li a{
	color: #000;
	font-size: 16px;
}
.list_bg{
	width: 365px;
	
	text-align: center;
	display: block;
	
}
.pos{
	position: relative;
	z-index: -222;
	top: -10px;
	box-shadow: 0px 20px 20px #767676;
}
.list ul .list_bg .img{
	box-shadow: 3px 0px 5px #383838;
}
.list_gb img{
	border-radius:5px;
	vertical-align: middle;
	float: right;
}
