﻿body, h1, h2, h3, h4, h5, h6, p, img, table, tr, td, ul, ol, li, dl, dt, dd {
	margin: 0px;
	padding: 0px;
}
body {
	margin: 0px;
	padding: 0px;
	background: url('../images/bg.jpg') no-repeat top center;
}
a {
	text-decoration: none;
}
img {
	border: none;
}
ul, ol, li {
	list-style: none;
}
.content {
	clear: both;
	width: 1800px;
	height: 852px;
	margin: 0px auto;
	margin-top: 260px;
}
.lunbo {
	float: right;
	width: 1213px;
	height: 752px;
}
/*-----------------自定义按钮样式，移动端不需要，PC端根据实际情况选择----------------*/
.demo {
	width: 1213px;
	height: 752px;
	font-size: 14px;
	position: relative;
	float: right;
}
.demo a.control {
	position: absolute;
	display: none;
	top: 50%;
	margin-top: -78px;
	width: 69px;
	height: 126px;
	cursor: pointer;
	z-index: 2;
	background: url(../images/buttons.png) no-repeat;
}
.demo a.prev {
	left: 0;
	background-position: 0 0;
}
.demo a.next {
	right: 0;
	background-position: -69px 0;
}
.demo a.prev:hover {
	background-position: 0 0;
}
.demo a.next:hover {
	background-position: -69px 0;
}
/*----------------------------为保证最佳效果，建议设置如下样式------------------------*/
.slider {
	display: block;
}
.slider ul {
	margin-left: 80px;
}
.slider ul li {
	width: 1250px;
	height: 752px;
}
.pic_box {
	float: left;
	width: 248px;
	height: 357px;
	margin-right: 20px;
	margin-bottom: 20px;
	border: 1px solid #ccc;
	-moz-border-radius: 5px; /* Gecko browsers */;
	-webkit-border-radius: 5px; /* Webkit browsers */;
	border-radius: 5px;           /* W3C syntax */
}
.pic_box:hover {
	border: 1px solid #ff931f;
	-moz-border-radius: 5px; /* Gecko browsers */;
	-webkit-border-radius: 5px; /* Webkit browsers */;
	border-radius: 5px;           /* W3C syntax */
}
.pic_box img {
	width: 248px;
	height: 290px;
	-moz-border-radius: 5px; /* Gecko browsers */;
	-webkit-border-radius: 5px; /* Webkit browsers */;
	border-radius: 5px; 
}
.pic_box .para {
	width: 248px;
	height: 35px;
	line-height: 35px;
	background-color: #eeeeee;
	text-align: left;
	text-indent: 2em;
	color: #666666;
	font-size: 16px;
	font-family: "Microsoft Yahei", 宋体, Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #ccc;
}
.pic_box .para_01 {
	width: 248px;
	height: 29px;
	line-height: 29px;
	background-color: #ffffff;
	text-align: center;
	color: #666666;
	font-size: 16px;
	font-family: "Microsoft Yahei", 宋体, Arial, Helvetica, sans-serif;
		-moz-border-radius: 5px; /* Gecko browsers */;
	-webkit-border-radius: 5px; /* Webkit browsers */;
	border-radius:0px 0px 5px 5px;   
}







