@charset "UTF-8";
	/* 公共*/
	
* {
	margin: 0;
	padding: 0;
}
body {
	font-size: 16px;
	background: url(../images/bg.jpg) center 0 no-repeat;
	background-size: cover;
	background-attachment: fixed;
}
li, ul {
	list-style-type: none;
}
img {
	border: none;
	vertical-align: middle;
}
a {
	text-decoration: none;
	color: #333;
}
#container {
	width: 100%;
}
/* 头部*/
	#header {
	height: 100px;
	width: 1200px;
	margin: 0 auto;
	position: relative;
}
.logo {
	width: 292px;
	height: 70px;
	padding-top: 20px;
}
.logo img {
	width: 100%;
}
/* 搜索*/
	.search {
	width: 390px;
	height: 40px;
	position: absolute;
	right: 0;
	top: 30px;
	font-size: 0
}
.search input {
	width: 300px;
	height: 40px;
	border: none;
	background: #eee;
	display: inline-block;
}
.search input.btn {
	width: 80px;
	height: 40px;
	border: none;
	background: #e85d4e;
	color: #fff;
}
/* 导航*/
	#nav {
	width: 1200px;
	margin: 0 auto 20px;
	height: 55px;
	background: #e85d4e;
	text-align: center;
}
#nav a {
	color: #fff;
	font-size: 20px;
	padding: 0 55px;
	line-height: 55px;
	display: inline-block;
	text-align: center;
}
#nav a:hover {
	background: #333;
}
/* banner*/
	.banner {
	width: 1200px;
	margin: 0 auto;
}
.banner img {
	width: 100%;
}
/* 中间内容*/
	#content {
	width: 1200px;
	margin: 0 auto;
	background: #fff;
}
.info {
	padding: 30px;
	overflow: hidden;
}
.info img {
	width: 500px;
	float: left;
	margin-right: 20px;
}
.info h1 {
	font-size: 24px;
	margin-bottom: 20px;
}
.info p {
	font-size: 16px;
	line-height: 30px;
	margin-bottom: 20px;
	text-indent: 2em;
}
.title {
	margin-bottom: 20px;
	height: 50px;
	background: #e85d4e;
}
.title p {
	font-size: 24px;
	padding: 0 20px;
	color: #fff;
	line-height: 50px;
}
.box2 {
	overflow: hidden;
	padding: 30px 0 0;
}
.box2 ul {
	padding: 0 20px;
}
.box2 li {
	width: 550px;
	float: left;
	margin-right: 59px;
	margin-bottom: 50px;
}
.box2 li:nth-child(2n) {
	margin-right: 0;
}
.box2 li img {
	width: 200px;
	height: 120px;
	float: left;
	margin-right: 20px;
}
.box2 li h1 {
	text-align: left;
	font-size: 24px;
	margin-bottom: 6px;
}
.box2 li p {
	text-align: left;
	text-indent: 2em;
}
.box2 li a {
	color: #666;
}
.box3 {
	overflow: hidden;
	padding: 0px 20px;
}
.left {
	width: 560px;
	float: left;
}
/* 狗狗百科*/
	.news {
	overflow: hidden;
}
.news li {
	padding: 20px 0;
	float: left;
	border-bottom: #ddd solid 1px;
	width: 560px;
}
.news li h1 {
	font-size: 20px;
	margin-bottom: 10px;
}
.news li p {
	font-size: 16px;
	color: #666;
	text-indent: 2em;
}
.right {
	width: 560px;
	float: right;
}
/* 在线留言*/
	.msg {
	padding: 20px;
}
.msg p {
	font-size: 16px;
	margin-bottom: 10px;
	color: #666;
}
.msg p input {
	width: 520px;
	height: 40px;
	background: #F5F5F5;
	border: none;
}
.msg p input.radio {
	width: 16px;
	height: 16px;
	vertical-align: middle;
	margin-right: 5px;
}
.msg p input.btn {
	background: #000;
	color: #fff;
	font-size: 16px;
}
.msg p textarea {
	width: 520px;
	height: 100px;
	background: #F5F5F5;
	border: none;
	padding: 10px;
	box-sizing: border-box;
}
/* 尾部*/
	#footer {
	padding: 40px 0;
	background: #e85d4e;
	text-align: center;
	color: #fff;
	width: 1200px;
	margin: 0 auto;
}