@charset "utf-8";
/* CSS Document */
/*-------内容框架-------*/
main .wrapper1 {
	width: 100%;
	height: auto !important;
	overflow: hidden;
	background: #F5EFCD;
}
main .wrapper1 .wrapper {
	width: 1200px;
	margin: 0 auto 30px;
	position: relative;
}
/*----产品介绍------*/
main .wrapper2 {
	width: 100%;
	height: auto !important;
	overflow: hidden;
	background: #efe9cf;
}
main .wrapper2 .wrapper2-1 {
	width: 1200px;
	margin: 0 auto;
	height: auto !important;
	overflow: hidden;
}
main .m-head {
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
	position: relative;
}
main .m-head .line {
	width: 230px;
	height: 1px;
	background: #9e7c3b;
	position: absolute;
	left: 50%;
	margin-left: -115px;
	top: 18px;
	z-index: 1;
}
main .m-head hgroup {
	position: relative;
	z-index: 5;
	text-align: center;
}
main .m-head hgroup h2 {
	width: 120px;
	margin: 0 auto;
	font-size: 28px;
	color: #9e7c3b;
	background: #EFE9CF;
	margin-bottom: 5px;
	font-weight: normal;
}
main .m-head .yellow-bg h2 {
	background: #F5EFCD;
}
main .m-head hgroup h2 a {
	color: #9e7c3b;
}
main .m-head hgroup h2 a:hover {
	text-decoration: none;
}
main .m-head hgroup h3 {
	font-size: 16px;
	color: #666;
	font-weight: normal;
	font-family: Helvetica, Arial, sans-serif;
}
/*----------产品列表-----------------*/
main .wrapper2-1 .protype {
	height: auto !important;
	overflow: hidden;
	margin-bottom: 30px;
}
main .wrapper2-1 figure {
	float: left;
	display: inline;
	width: 299px;
	height: 320px;
	padding-top: 60px;
	border-right: 1px solid #d6c09a;
	border-top: 1px solid #d6c09a;
}
main .wrapper2-1 figure:last-child {
	border-right: none;
}
main .wrapper2-1 figure>a {
	margin: 0 auto 20px;
	display: block;
	overflow: hidden;
	text-align: center;
}
main .wrapper2-1 figure img {
	height: 100px;
	vertical-align: middle;
	text-align: center;
	-webkit-transition: transform 0.6s ease 0s;  /*过渡效果，所有属性改变|变换延续的时间0.6秒|逐渐变慢*/
	-moz-transition: transform 0.6s ease 0s;
	-o-transition: transform 0.6s ease 0s;
	transition: transform 0.6s ease 0s;
}
main .wrapper2-1 figure a:hover img {
	-webkit-transform: scale(1.1, 1.1); /*放大1.1倍*/
	-moz-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}
main .wrapper2-1 figure figcaption {
	color: #777;
	font-size: 14px;
	line-height: 24px;
	padding: 0px 20px;
}
main .wrapper2-1 figure figcaption h2 {
	font-size: 24px;
	height: 36px;
	line-height: 36px;
	font-weight: normal;
	overflow: hidden;
	color: #000;
	text-align: center;
	margin-bottom: 10px;
}
main .wrapper2-1 figure figcaption h2 a:hover {
	text-decoration: none;
}
main .wrapper2-1 figure figcaption p {
	height: 72px;
	overflow: hidden;
	margin-bottom: 20px;
}
/*-----------------------------*/
main .wrapper2-1 figure .more {
	clear: both;
	height: auto !important;
	overflow: hidden;
}
main .wrapper2-1 figure .more a {
	display: block;
	ont-size: 16px;
	background-color: #b48f12;
	-webkit-border-radius: .3em;
	-moz-border-radius: .3em;
	border-radius: .3em;
	font-size: 13px;
	text-align: center;
	transition: .2s ease-out;
	cursor: pointer;
	white-space: nowrap;
	box-shadow: 0px 2px 6px rgba(0,0,0,0.12), 0px 1px 2px rgba(0,0,0,0.24);
	color: #fff;
	width: 100px;
	height: 26px;
	line-height: 26px;
	margin: 0 auto;
}
main .wrapper2-1 figure .more a:hover {
	background-color: #927207;
	color: #fff;
	text-decoration: none;
}
/*----------产品列表-----------------*/
.scrolllist {
	width: 100%;
	height: auto !important;
	overflow: hidden;
	margin: 0px auto;
}
.scrolllist .imglist_w {
	width: 1160px;
	height: 490px;
	overflow: hidden;
	float: left;
	position: relative;/*必要元素*/
	margin-left: 9px;/*	background:#4D7ABF;
*/
}
.scrolllist .imglist_w ul {
	width: 800%;
	position: absolute;
	left: 0px;
	top: 0px;
}
.scrolllist .imglist_w ul li {
	float: left;
	display: inline;
	width: 208px;
	margin: 0 12px;
	height: 100%;
}
.scrolllist .imglist_w ul li>a {
	-webkit-border-radius: .5em;
	-moz-border-radius: .5em;
	border-radius: .5em;
	margin: 0 auto;
	display: block;
	overflow: hidden;
	margin-bottom: 10px;
	border: 1px solid #d6c09a;
	-webkit-box-shadow: 0px 3px 4px rgba(85,85,85,0.4);
	-moz-box-shadow: 0px 3px 4px rgba(85,85,85,0.4);
	box-shadow: 0px 3px 4px rgba(85,85,85,0.4);
}
.scrolllist .imglist_w ul li img {
	width: 100%;
	vertical-align: middle;
	text-align: center;
	-webkit-transition: transform 0.6s ease 0s;  /*过渡效果，所有属性改变|变换延续的时间0.6秒|逐渐变慢*/
	-moz-transition: transform 0.6s ease 0s;
	-o-transition: transform 0.6s ease 0s;
	transition: transform 0.6s ease 0s;
	-webkit-border-radius: .5em;
	-moz-border-radius: .5em;
	border-radius: .5em;
}
.scrolllist .imglist_w ul li a:hover img {
	-webkit-transform: scale(1.1, 1.1); /*放大1.1倍*/
	-moz-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}
.scrolllist .imglist_w ul li h3 {
	height: 28px;
	line-height: 28px;
	overflow: hidden;
	text-align: center;
	font-size: 1.4em;
	font-weight: normal;
	margin-bottom: 12px;
}
.scrolllist .imglist_w ul li h3 a:hover {
	text-decoration: none;
}
a.abtn {
	display: block;
	height: 450px;
	width: 11px;
	overflow: hidden;
	background: url(../images/arrow3.png) no-repeat 0px 50%;
}
a.aleft {
	float: left;
}
a.agrayleft {
	cursor: default;
	background-position: -25px 50%;
}
a.aright {
	float: right;
	background-position: -12px 50%;
}
a.agrayright {
	cursor: default;
	background-position: -38px 50%;
}
/*---------新闻中心----------------*/
main .wrapper3 {
	width: 100%;
	height: auto !important;
	overflow: hidden;
	background-color: #f0e9d0;
}
main .wrapper3 .wrapper {
	width: 1200px;
	height: auto !important;
	overflow: hidden;
	margin: 25px auto 0;
}
main .wrapper3 .news {
	width: 545px;
	height: auto !important;
	overflow: hidden;
	float: left;
	display: inline;
	background: #ffffe2;
	padding: 10px 20px 25px 20px;
}
main .wrapper3 .news2 {
	margin-left: 30px;
}
main .wrapper3 .title {
	height: 40px;
	line-height: 40px;
	background: url(../images/title-line.jpg) no-repeat left bottom;
}
main .wrapper3 .title h2 a {
	font-size: 20px;
	font-weight: normal;
	padding-left: 10px;
}
main .wrapper3 .title h2 a:hover {
	color: #8e5325;
	text-decoration: none;
}
main .wrapper3 .title span {
	float: right;
	display: inline;
	font-size: 14px;
	padding-right: 10px;
	color: #3f1d1d;
}
/*----新闻中心------*/
main hgroup.news-list>figure {
	position: relative;
	overflow: hidden;
	padding: 18px 0;
	border-bottom: 1px solid #c9c9c9;
}
main hgroup.news-list>figure:hover {
	background-color: rgba(63,29,29, 0.05);
}
main hgroup.news-list>figure>a {
	width: 175px;
	height: 125px;
	display: block;
	overflow: hidden;
	float: left;
}
main hgroup.news-list>figure img {
	width: 100%;
	vertical-align: middle;
	text-align: center;
	-webkit-transition: transform 0.6s ease 0s;  /*过渡效果，所有属性改变|变换延续的时间0.6秒|逐渐变慢*/
	-moz-transition: transform 0.6s ease 0s;
	-o-transition: transform 0.6s ease 0s;
	transition: transform 0.6s ease 0s;
}
main hgroup.news-list>figure a:hover img {
	-webkit-transform: scale(1.1, 1.1); /*放大1.1倍*/
	-moz-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}
main hgroup.news-list>figure figcaption {
	float: right;
	display: inline;
	width: 355px;
}
/*-----------新闻标题-------------------*/
main hgroup.news-list>figure h3 {
	font-weight: normal;
	font-size: 18px;
	padding-top: 5px;
}
main hgroup.news-list>figure h3 a {
	width: 100%;
	display: inline-block;
	overflow: hidden;  /*溢出内容设为隐藏*/
	white-space: nowrap; /*强制文本单行显示*/
	text-overflow: ellipsis; /*设置溢出文本显示为省略标记*/
}
main hgroup.news-list>figure h3 a:hover {
	text-decoration: none;
}
/*----新闻列表内容-----*/
main hgroup.news-list>figure figcaption p {
	font-size: 1.4em;
	line-height: 24px;
	color: #666;
	height: 50px;
	overflow: hidden;
	margin-bottom: 8px;
}
main hgroup.news-list>figure figcaption p a {
	color: #b59249;
}
main hgroup.news-list>figure figcaption>span {
	font-size: 1.4em;
	color: #b59249;
}
main hgroup.news-list>figure:last-child {
	border-bottom: none;
}
