* {
	margin: 0;
	padding: 0
}


/*公共样式--开始*/

html,
body,
div,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
ol,
form,
input,
textarea,
th,
td,
select {
	margin: 0;
	padding: 0;
}

* {
	box-sizing: border-box;
}

html,
body {
	min-height: 100%;
}

body {
	font-family: "黑体";
	font-size: 14px;
	color: #333;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}

ul,
ol {
	list-style: none;
}

img {
	border: none;
	vertical-align: middle;
}

a {
	text-decoration: none;
	color: #232323;
}

table {
	border-collapse: collapse;
	table-layout: fixed;
}

input,
textarea {
	outline: none;
	border: none;
}

textarea {
	resize: none;
	overflow: auto;
}

.fl {
	float: left
}

.fr {
	float: right
}

.tl {
	text-align: left;
}

.tc {
	text-align: center
}

.tr {
	text-align: right;
}

/*内容开始*/

.banner1,
.banner2,
.banner3,
.banner4{
	width: 100%;
	height: 150px;
	position: relative;
	background: url(../images/banner1.jpg) center no-repeat;
}
.banner2 {
	background: url(../images/banner2.jpg) center no-repeat;
}
.banner3 {
	background: url(../images/banner3.jpg) center no-repeat;
}
.banner4 {
	background: url(../images/banner4.jpg) center no-repeat;
}

.button1 {
	width: 224px;
	height: 47px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -335px;
	background: url(../images/button1.png) center no-repeat;
}

.dh{
	-webkit-animation: dh 0.3s linear infinite alternate;
	animation: dh 0.3s linear infinite alternate;
}
@-webkit-keyframes dh {
 to {
 -webkit-transform: scale(1.05);
 transform: scale(1.05);
}
}
 @keyframes dh {
 to {
 -webkit-transform: scale(1.05);
 transform: scale(1.05);
}
}

.button1 a,.button2 a{
	display: block;
	height: 100%;
	width: 100%;
	line-height: 42px;
	padding-left: 32px;
	font-size: 21px;
	font-weight: 500;
	color: #391c00;
}

.title{
	width: 100%;
	text-align: center;
	padding: 40px 0;
	background: url(../images/title1.png) bottom center no-repeat;
}

.title h3{
	font-size: 28px;
	color: #997e5a;
}

.title h2{
	font-size: 40px;
	color: #805b20;
	font-weight: bold;
	line-height: 65px;
	padding-bottom: 25px;
	border-bottom: 1px solid #e1d8ca;
}

.content{
	width: 990px;
	margin: 30px auto;
}
.tit2{
	padding-bottom: 40px;
}
.tit2 h5{
	font-size: 18px;
	color: #997e5a;
	padding-left: 15px;
	line-height: 40px;
}
.tit2 h4{
	font-size: 36px;
	color: #805b20;
	height: 60px;
	line-height: 60px;
	background: url(../images/title2_l.png) left center no-repeat;
	padding-left: 15px;
}


.content dl{
	overflow: hidden;
}
.content dt{
	float: left;
	width: 537px;
	height: 448px;
	background: url(../images/con1.jpg) center no-repeat;
}
.content dt h4{
	text-align: center;
	font-size: 24px;
	color: #805b20;
	padding-top: 335px;
}
.content dd{
	float: right;
	width: 420px;
}
.content dd h6{
	font-size: 18px;
	line-height: 26px;
	color: #997e5a;
	padding: 30px 0;
}
.content dd h5{
	font-size: 20px;
	line-height: 30px;
	color: #392a00;
	padding:0 0 10px 25px;
	background:  url(../images/con_l.png) left 8px no-repeat;
}
.button2{
	width: 270px;
	height: 57px;
	background: url(../images/button2.png) center no-repeat;
	margin: 55px 0 0 65px;
}
.button2 a{
	line-height: 50px;
	padding-left: 38px;
	font-size: 26px;
	color: #fff;
}
.con2 dt{
	background: url(../images/con2.jpg) center no-repeat;
}
.con3 dt{
	background: url(../images/con3.jpg) center no-repeat;
}
.con4 dt{
	background: url(../images/con4.jpg) center no-repeat;
}
.even .tit2{
	text-align: right;
}

.even .tit2 h4{
	background: url(../images/title2_r.png) right center no-repeat;
}

.even dt{
	float: right;
}

.even dd{
	float: left;
}

#bottom {
	width: 100%;
	height: 90px;
	background: #ffd76c ;
	position: fixed;
	bottom: 0;
	z-index: 1;
}
.bottom{
	width: 995px;
	margin: 0 auto;
	overflow: hidden;
}
.bottom img{
	margin: 30px 0 0 0;
	float: left;
}
.bottom .button2 {
	right: 0;
	width: 232px;
	height: 60px;
	background: url(../images/button3.png) center no-repeat;
	margin: 16px 0 0 750px;
}
.bottom .button2 a{
	font-size: 22px;
	line-height: 56px;
}

.footer {
	width: 100%;
	text-align: center;
	font-size: 12px;
	line-height: 20px;
	padding: 10px 0 0px 0;
    border-top: 1px solid #ddd;
	background: #fff;
	color: #666;
}

.footer a {
	color: #666;
}

.footer .box{
	width: 100%;
	height: 80px;
	margin-top: 20px;
}
