body,p,h1,h2,h3,h4,h5,h6,li,span,i,ul,img,a,strong,input{margin:0;padding:0; font-family: "microsoft yahei";}
body{ font-size:14px;}
li{list-style-type:none; float:left;}
a{text-decoration:none;outline: none;}
img{border:none;}
i{font-style:normal}
input,select,textarea{outline:none;text-indent:6px;}
textarea{resize:none;}
div{margin:0 auto;}
.fl{float: left;}
.fr{float: right;}
.wid{
	width: 1000px;
}
.head{
	width: 100%;
	height: 100px;
	background: linear-gradient(to right, #c9983c , #e4ca5c, #c9983c); /* 标准的语法 */
}
.head .logo{
	height: 100px;
}
.head .logo img{
	height: 74px;
	float: left;
	margin-top: 13px;
}
.head .title{
	padding-left: 50px;
}
.head .title img{
	height: 46px;
	margin-top: 20px;
}

.head .cont h6{
	width: 242px;
	height: 44px;
	background: url(../images/btn1.png) center no-repeat;
	margin-top: 30px;
	text-align: center;
	line-height: 44px;
	font-size: 16px;
	color: #5c3516;
	font-weight: normal;
	letter-spacing: 2px;
	font-weight: bold;
	font-family: arial;
	text-shadow: 0 1px 1px #dfd460;
}
.news{
	width: 100%;
	height: 44px;
	background-color: #694005;
}
.news h5{
	float: left;
	font-style: normal;
	line-height: 44px;
}
.news h5 img{
	float: left;
	height: 24px;
	margin: 10px;
}
.news h5 em{
	font-style: normal;
	font-size: 14px;
	color: #f5e692;
	font-weight: normal;
}
.news-roll{
	width: 780px;
	height: 44px;
	line-height: 44px;
	color: #fff;
	padding-left: 20px;
}

.main{
	width: 100%;
	display: table;
	background: url(../images/bg.jpg)top center no-repeat;
	min-height: 500px;
	padding-bottom: 35px;
}

.product{
	width: 100%;
	height: 520px;
	margin-top: 26px;
	margin-bottom: 26px;
	position: relative;
}
.product a.prod-li{
	width: 482px;
	height: 170px;
	display: inline-block;
	position: absolute;
	transition: .5s;
}
.product a.prod-li:hover{
	margin-top: -10px;
}
.product a.prod-li.prod-box1{
	background: url(../images/im2.png) center no-repeat;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	left: 0;
	top: 0;
	z-index: 9;
}
.product a.prod-li.prod-box2{
	background: url(../images/im3.png) center no-repeat;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	right: 0;
	top: 0;
	z-index: 9;
}
.product a.prod-li.prod-box3{
	background: url(../images/im4.png) center no-repeat;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	left: 0;
	bottom: 0;
	z-index: 9;
}
.product a.prod-li.prod-box3:hover{
	margin-top: 0;
	margin-bottom: -10px;
}
.product a.prod-li.prod-box4:hover{
	margin-top: 0;
	margin-bottom: -10px;
}
.product a.prod-li.prod-box4{
	background: url(../images/im5.png) center no-repeat;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	right: 0;
	bottom: 0;
	z-index: 9;
}
.product a.prod-li.prod-box5{
	background: url(../images/im6.png) center no-repeat;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	left: 50%;
	width: 573px;
	height: 518px;
	bottom: 0;
	margin-left: -315px;
}

.product a.prod-li.prod-box6{
	width: 118px;
	height: 118px;
	left: 0;
	top: 50%;
	display: inline-block;
	border-radius: 50%;
	margin-top: -59px;
	background:url(../images/im7.png)center no-repeat;
}
.product a.prod-li.prod-box7{
	width: 118px;
	height: 118px;
	right: 0;
	top: 50%;
	display: inline-block;
	border-radius: 50%;
	margin-top: -59px;
	background:url(../images/im8.png)center no-repeat;
}
.product a.prod-li.prod-box6:after{
	content: '';
	position: absolute;
	right: -128px;
	top: 50%;
	width: 128px;
	height: 1px;
	background-color: #e3c95a;
}
.product a.prod-li.prod-box7:after{
	content: '';
	position: absolute;
	left: -128px;
	top: 50%;
	width: 128px;
	height: 1px;
	background-color: #e3c95a;
}
.links{
	width: 100%;
	display: table;
	overflow: hidden;
}

.links h4{
	width: 100%;
	height: 34px;
	line-height: 34px;
	font-weight: normal;
	color: #e1d9ae;
	font-size: 18px;
}
.links h4 span{
	padding-left: 22px;
	position: relative;
	display: inline-block;
	height: 34px;
	line-height: 34px;
}
.links h4 span:after{
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	width: 8px;
	height: 8px;
	background-color: #f6d890;
	border-radius: 50%;
	margin-top: -2px;
}
.links ul{
	width:1000px;
	display: table;
	border: 1px solid #fdda84;
	margin-top: 14px;
	border-bottom: none;
	border-right: none;
	
}
.links ul li{
	width: 20%;
	height: 98px;
	border-bottom: 1px solid #fdda84;
	background-color: #e4b950;
	position: relative;
}
.links ul li:after{
	content: '';
	position: absolute;
	right: 1px;
	top: 0;
	width: 1px;
	height: 100%;
	background-color: #fdda84;
}

.links ul li h3{
	text-align: center;
	font-weight: normal;
}

.links ul li h3 b{
	display: block;
	line-height: 36px;
	font-weight: normal;
	padding-top: 18px;
	color: #784e11;
}
.links ul li h3 a{
	display: block;
	line-height: 22px;
	font-size: 14px;
	color: #9a6c2b;
}
.intr{
	width: 100%;
	height: 412px;
	background: url(../images/img1.jpg)center no-repeat;
}
.footer{
	width: 100%;
	display: table;
	background-color: #e4b950;
	padding-top: 26px;
	padding-bottom: 6px;
}
.footer ul{
	width: 100%;
	height: 50px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.footer p{
	line-height: 70px;
	text-align: center;
	font-size: 13px;
	color: #694005;
	letter-spacing: 1px;
}
